
/* LifeStyle Hub — FINAL Reviews + Footer layout */
:root{
  --lsh-text:#111;
  --lsh-muted:#565959;
  --lsh-link:#0645a5;
  --lsh-star:#ff8a00;
  --lsh-line:#d9d9d9;
}

#lshGlobalCustomerReviews,
.lsh-global-customer-reviews{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:24px 0 26px!important;
  background:#fff!important;
  border-top:1px solid #eee!important;
  color:var(--lsh-text)!important;
  font-family:Arial,Helvetica,sans-serif!important;
}

.lsh-gr-inner{
  width:calc(100% - 96px)!important;
  max-width:none!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(300px,1fr) minmax(360px,1.25fr) minmax(360px,1.35fr)!important;
  gap:56px!important;
  align-items:start!important;
}

.lsh-gr-summary h2,.lsh-gr-top h2,.lsh-gr-form h2{
  margin:0 0 16px!important;
  font-size:23px!important;
  line-height:1.2!important;
  color:#111!important;
}
.lsh-gr-score{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important;font-size:17px!important}
.lsh-gr-stars{color:var(--lsh-star)!important;font-size:23px!important;letter-spacing:-2px!important;white-space:nowrap!important}
.lsh-gr-global,.lsh-gr-muted{font-size:14px!important;color:var(--lsh-muted)!important}
.lsh-gr-bars{margin:18px 0!important}
.lsh-gr-bar-row{
  display:grid!important;
  grid-template-columns:48px minmax(120px,1fr) 42px!important;
  gap:10px!important;
  align-items:center!important;
  margin:10px 0!important;
  font-size:14px!important;
  color:var(--lsh-link)!important
}
.lsh-gr-track{
  height:20px!important;background:#f2f2f2!important;border:1px solid #b8b8b8!important;
  border-radius:5px!important;overflow:hidden!important
}
.lsh-gr-fill{height:100%!important;background:#ff8a00!important}
.lsh-gr-calc{
  margin:14px 0 22px!important;padding:0 0 18px!important;
  border-bottom:1px solid var(--lsh-line)!important;font-size:14px!important
}
.lsh-gr-calc summary{cursor:pointer!important;color:#005ea8!important}
.lsh-gr-write h3{margin:0 0 9px!important;font-size:22px!important}
.lsh-gr-write p{margin:0 0 15px!important;font-size:14px!important}
.lsh-gr-write a{
  display:block!important;max-width:290px!important;padding:10px 18px!important;text-align:center!important;
  border:1px solid #9aa0a6!important;border-radius:24px!important;background:#fff!important;
  color:#111!important;text-decoration:none!important;font-size:14px!important
}

.lsh-gr-review{padding:0 0 22px!important;margin:0 0 22px!important;border-bottom:1px solid #eee!important}
.lsh-gr-reviewer{display:flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;margin-bottom:6px!important}
.lsh-gr-avatar{width:30px!important;height:30px!important;border-radius:50%!important;background:#c7d4d3!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.lsh-gr-review-title{display:flex!important;align-items:center!important;gap:8px!important;font-size:15px!important;margin-bottom:7px!important}
.lsh-gr-review-title .lsh-gr-stars{font-size:18px!important}
.lsh-gr-review p{font-size:14px!important;line-height:1.45!important;margin:8px 0!important}
.lsh-gr-verified{font-size:12px!important;color:#c45500!important;font-weight:700!important}

.lsh-gr-form label{display:block!important;font-size:14px!important;font-weight:700!important;margin:0 0 7px!important}
.lsh-gr-form select,.lsh-gr-form input,.lsh-gr-form textarea{
  width:100%!important;border:1px solid #9ca3af!important;border-radius:2px!important;background:#fff!important;
  padding:11px 13px!important;font:inherit!important;color:#111!important;margin:0 0 18px!important
}
.lsh-gr-form select{max-width:165px!important}
.lsh-gr-form textarea{min-height:150px!important;resize:vertical!important}
.lsh-gr-submit{
  min-width:180px!important;border:0!important;border-radius:24px!important;background:#ffd814!important;
  padding:12px 22px!important;font-weight:700!important;cursor:pointer!important
}
.lsh-gr-message{font-size:13px!important;margin-top:10px!important;min-height:18px!important}

/* Footer exactly below reviews */
.lsh-footer{
  width:100%!important;
  margin:0!important;
  background:#fff!important;
  color:#111!important;
  border-top:1px solid #ddd!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.lsh-footer-inner{max-width:none!important;padding:28px 56px 14px!important}
.lsh-footer-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr 1fr .9fr 1.1fr!important;
  gap:42px!important
}
.lsh-footer-col h3{font-size:16px!important;margin:0 0 14px!important}
.lsh-footer-col a,.lsh-footer-col p{
  display:block!important;color:#111!important;text-decoration:none!important;font-size:14px!important;
  line-height:1.35!important;margin:0 0 10px!important;padding:0!important;background:none!important;border:0!important
}
.lsh-footer-col a:hover{text-decoration:underline!important;color:#007185!important}
.lsh-app-badge{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:140px!important;height:44px!important;background:#050505!important;color:#fff!important;
  border-radius:5px!important;margin-bottom:10px!important;font-size:11px!important;line-height:1.1!important
}
.lsh-app-badge b{font-size:18px!important;margin-left:5px!important}
.lsh-footer-social{
  display:flex!important;justify-content:flex-start!important;gap:14px!important;flex-wrap:wrap!important;
  padding:0!important;margin:0 0 18px!important;border:0!important
}
.lsh-social-link{display:inline-flex!important;align-items:center!important;gap:0!important;color:#111!important}
.lsh-social-label{display:none!important}
.lsh-social-icon,.lsh-social-brand-icon{
  width:34px!important;height:34px!important;flex:0 0 34px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;font-size:30px!important
}
.lsh-social-brand-icon svg{width:34px!important;height:34px!important}
.lsh-pay-title{font-size:16px!important;font-weight:700!important;margin:0 0 12px!important}
.lsh-payments{display:flex!important;gap:8px!important;flex-wrap:wrap!important}
.lsh-pay-badge{
  min-width:45px!important;height:34px!important;padding:0 7px!important;border:1px solid #d5d9d9!important;
  border-radius:4px!important;background:#fff!important;display:inline-flex!important;align-items:center!important;
  justify-content:center!important;font-weight:800!important;font-size:13px!important
}
.lsh-footer-bottom{
  margin-top:28px!important;padding-top:14px!important;border-top:1px solid #ddd!important;
  display:flex!important;justify-content:space-between!important;gap:20px!important;
  align-items:center!important;font-size:14px!important
}
.lsh-footer-copy{padding:0!important;text-align:left!important;font-size:14px!important}
.lsh-footer-made{text-align:right!important}

@media(max-width:1200px){
  .lsh-gr-inner{grid-template-columns:1fr 1fr!important}
  .lsh-gr-form{grid-column:1/-1!important}
  .lsh-footer-grid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:760px){
  .lsh-gr-inner{width:calc(100% - 32px)!important;grid-template-columns:1fr!important;gap:28px!important}
  .lsh-gr-form{grid-column:auto!important}
  .lsh-footer-inner{padding:24px 20px 14px!important}
  .lsh-footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px!important}
  .lsh-footer-bottom{flex-direction:column!important;align-items:flex-start!important}
}
@media(max-width:480px){
  .lsh-footer-grid{grid-template-columns:1fr!important}
}


/* =========================================================
   LSH REVIEWS HEIGHT COMPACT — ALL PAGES
   Only review-section height/spacing is reduced.
   No footer, header, product, cart, login, Supabase or layout
   functionality is changed.
   ========================================================= */
#lshGlobalCustomerReviews,
.lsh-global-customer-reviews{
  padding-top:16px!important;
  padding-bottom:16px!important;
}

.lsh-gr-inner{
  gap:42px!important;
}

.lsh-gr-summary h2,
.lsh-gr-top h2,
.lsh-gr-form h2{
  margin-bottom:10px!important;
  font-size:21px!important;
}

.lsh-gr-score{
  margin-bottom:7px!important;
}

.lsh-gr-bars{
  margin:10px 0!important;
}

.lsh-gr-bar-row{
  margin:6px 0!important;
}

.lsh-gr-calc{
  margin-top:9px!important;
  margin-bottom:13px!important;
  padding-bottom:11px!important;
}

.lsh-gr-write h3{
  margin-bottom:5px!important;
  font-size:20px!important;
}

.lsh-gr-write p{
  margin-bottom:10px!important;
}

.lsh-gr-write a{
  padding-top:8px!important;
  padding-bottom:8px!important;
}

.lsh-gr-review{
  padding-bottom:13px!important;
  margin-bottom:13px!important;
}

.lsh-gr-reviewer{
  margin-bottom:4px!important;
}

.lsh-gr-review-title{
  margin-bottom:4px!important;
}

.lsh-gr-review p{
  margin-top:5px!important;
  margin-bottom:5px!important;
}

.lsh-gr-form label{
  margin-bottom:5px!important;
}

.lsh-gr-form select,
.lsh-gr-form input{
  margin-bottom:12px!important;
  padding-top:9px!important;
  padding-bottom:9px!important;
}

.lsh-gr-form textarea{
  min-height:120px!important;
  margin-bottom:13px!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}

.lsh-gr-submit{
  padding-top:10px!important;
  padding-bottom:10px!important;
}

@media(max-width:760px){
  #lshGlobalCustomerReviews,
  .lsh-global-customer-reviews{
    padding-top:14px!important;
    padding-bottom:14px!important;
  }
  .lsh-gr-inner{
    gap:20px!important;
  }
}
/* 2026-09-03 Home reference footer replacement */
.lsh-footer-ref{background:#fff!important;color:#111!important;border-top:0!important}.lsh-footer-ref .lsh-footer-inner{padding:34px 4% 0!important}.lsh-ref-grid{display:grid!important;grid-template-columns:1.35fr .95fr 1.05fr 1.05fr .9fr .85fr .95fr!important;gap:34px!important;align-items:start!important}.lsh-footer-ref h3{font-size:13px!important;margin:0 0 20px!important;white-space:nowrap!important}.lsh-ref-logo{font-size:29px!important;font-weight:800!important;color:#111!important;text-decoration:none!important}.lsh-ref-logo span{color:#f5a400!important}.lsh-ref-brand p,.lsh-ref-app p{font-size:13px!important;line-height:1.65!important;color:#374151!important;margin:10px 0!important}.lsh-ref-brand hr{border:0;border-top:1px solid #d7dce2;margin:12px 0 14px;width:85%}.lsh-ref-brand a{color:#111;text-decoration:none}.lsh-ref-col a{display:block!important;color:#111!important;text-decoration:none!important;font-size:14px!important;margin:0 0 10px!important}.lsh-ref-col a:hover,.lsh-ref-connect a:hover{text-decoration:underline!important}.lsh-store-badge{width:142px;height:45px;background:#050505;color:#fff;border-radius:6px;margin:10px 0;display:flex;align-items:center;padding:0 10px;box-sizing:border-box}.lsh-store-badge .play{font-size:26px;margin-right:8px}.lsh-store-badge .apple{font-size:24px;margin-right:10px}.lsh-store-badge small{font-size:9px;line-height:1.05}.lsh-store-badge b{font-size:17px}.social-row{display:flex;align-items:center;gap:12px;margin:0 0 14px}.social-row a{font-size:14px;color:#111;text-decoration:none}.social-row>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:19px}.ig{background:linear-gradient(135deg,#7b2cff,#ff0069,#ff9a00)}.fb{background:#287be0}.yt{background:#f00}.wa{background:#2bc55b}.pay-grid{display:grid;grid-template-columns:repeat(3,64px);gap:10px}.pay-grid>span{height:54px;border:1px solid #d8dde4;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#fff;font-weight:800;font-style:italic;font-size:17px}.pay-grid .visa{color:#17478f;font-size:21px}.pay-grid .rupay{color:#163e87}.pay-grid .upi{color:#666}.pay-grid .amex{color:#2871b9;font-size:10px;text-align:center;font-style:normal}.mc{position:relative;gap:0}.mc i{width:22px;height:22px;border-radius:50%;background:#e63522;display:block}.mc i+ i{background:#ff9d00;margin-left:-7px}.mc small{position:absolute;bottom:4px;font-size:7px;font-style:normal}.lsh-trust-row{margin-top:22px;border-top:1px solid #d6dbe1;border-bottom:1px solid #d6dbe1;display:grid;grid-template-columns:repeat(6,1fr)}.lsh-trust-row>div{min-height:82px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-content:center;padding:0 18px;border-right:1px solid #d6dbe1;box-sizing:border-box;font-size:23px}.lsh-trust-row>div:last-child{border-right:0}.lsh-trust-row b{font-size:12px;align-self:end}.lsh-trust-row small{font-size:12px;color:#4b5563;grid-column:2}.lsh-trust-row .india{font-size:28px}.lsh-ref-bottom{height:44px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.lsh-ref-bottom span:last-child{font-size:16px}@media(max-width:1300px){.lsh-ref-grid{grid-template-columns:repeat(4,1fr)!important}.lsh-trust-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.lsh-footer-ref .lsh-footer-inner{padding:28px 20px 0!important}.lsh-ref-grid{grid-template-columns:repeat(2,1fr)!important}.lsh-trust-row{grid-template-columns:repeat(2,1fr)}.lsh-ref-bottom{height:auto;padding:14px 0;gap:8px;flex-direction:column;align-items:flex-start}}@media(max-width:480px){.lsh-ref-grid,.lsh-trust-row{grid-template-columns:1fr!important}.lsh-trust-row>div{border-right:0;border-bottom:1px solid #eee}}

/* Compact reference footer: same content/icons/logos, reduced vertical height */
.lsh-footer-ref .lsh-footer-inner{padding:20px 4% 0!important}
.lsh-ref-grid{gap:26px!important}
.lsh-footer-ref h3{margin-bottom:12px!important}
.lsh-ref-brand p,.lsh-ref-app p{line-height:1.4!important;margin:6px 0!important}
.lsh-ref-brand hr{margin:8px 0 9px!important}
.lsh-ref-col a{margin-bottom:6px!important;line-height:1.25!important}
.lsh-store-badge{height:40px;margin:7px 0!important}
.social-row{margin-bottom:9px!important}
.lsh-trust-row{margin-top:14px!important}
.lsh-trust-row>div{min-height:64px!important;padding:0 14px!important}
.lsh-ref-bottom{height:36px!important}
@media(max-width:800px){.lsh-footer-ref .lsh-footer-inner{padding:18px 20px 0!important}}

/* Reviews -> Footer divider line (all customer-facing pages; seller account footer is excluded by JS) */
.lsh-footer-ref{
  border-top:1px solid #d6dbe1!important;
}

/* =========================================================
   LSH SHOT REVIEWS COMPATIBILITY FIX — 2026-09-03
   Some customer-facing pages contain the screenshot-matched
   .lsh-shot-* review markup. Keep the global review stylesheet
   responsible for both markup variants so reviews never render raw.
   ========================================================= */
.lsh-shot-reviews{
  width:100%!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border-top:1px solid #ececec!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.lsh-shot-reviews-grid{
  width:100%!important;
  margin:0 auto!important;
  padding:18px 45px 24px!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(300px,.95fr) minmax(360px,1.15fr) minmax(280px,.8fr)!important;
  gap:40px!important;
  align-items:start!important;
}
.lsh-shot-col{min-width:0!important;box-sizing:border-box!important;}
.lsh-shot-col h2{
  margin:0 0 13px!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:700!important;
  color:#111!important;
}
.lsh-shot-rating-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  font-size:14px!important;
}
.lsh-shot-stars{
  color:#ff8a00!important;
  font-size:17px!important;
  letter-spacing:1px!important;
  white-space:nowrap!important;
}
.lsh-shot-global,.lsh-shot-approved,.lsh-shot-write p{
  margin:9px 0 11px!important;
  font-size:13px!important;
  color:#3f4650!important;
}
.lsh-shot-rating-row{
  display:grid!important;
  grid-template-columns:44px minmax(120px,1fr) 40px!important;
  gap:10px!important;
  align-items:center!important;
  margin:7px 0!important;
  font-size:13px!important;
}
.lsh-shot-rating-row a{
  color:#0654ba!important;
  text-decoration:none!important;
  display:block!important;
}
.lsh-shot-bar{
  display:block!important;
  height:17px!important;
  background:#f2f2f2!important;
  border:1px solid #b8b8b8!important;
  border-radius:4px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.lsh-shot-bar span{
  display:block!important;
  height:100%!important;
  background:#ff8a00!important;
}
.lsh-shot-calc{
  display:inline-block!important;
  border:0!important;
  padding:4px 0 7px!important;
  background:transparent!important;
  color:#0066c0!important;
  font-size:13px!important;
  cursor:pointer!important;
}
.lsh-shot-rule{
  display:block!important;
  height:1px!important;
  background:#d6d6d6!important;
  margin-top:2px!important;
}
.lsh-shot-review-item{
  display:block!important;
  border-bottom:1px solid #e4e4e4!important;
  padding:6px 0 14px!important;
  margin-bottom:11px!important;
}
.lsh-shot-review-item>div{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  font-size:13px!important;
}
.lsh-shot-review-item p{
  margin:8px 0 5px!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.lsh-shot-review-item time{
  color:#4f5965!important;
  font-size:12px!important;
}
.lsh-shot-write p{margin-bottom:13px!important;}
.lsh-shot-choose-btn{
  display:inline-block!important;
  min-width:132px!important;
  box-sizing:border-box!important;
  text-align:center!important;
  padding:10px 18px!important;
  border:1px solid #e7bd00!important;
  border-radius:24px!important;
  background:#ffd814!important;
  color:#111!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:700!important;
}
.lsh-shot-choose-btn:hover{background:#f7ca00!important;}
@media(max-width:1300px){
  .lsh-shot-reviews-grid{grid-template-columns:1fr 1.1fr .8fr!important;gap:28px!important;}
}
@media(max-width:900px){
  .lsh-shot-reviews-grid{grid-template-columns:1fr 1fr!important;padding:18px 24px!important;}
  .lsh-shot-write{grid-column:1/-1!important;}
}
@media(max-width:700px){
  .lsh-shot-reviews-grid{grid-template-columns:1fr!important;padding:18px 16px!important;gap:24px!important;}
  .lsh-shot-write{grid-column:auto!important;}
}
