:root{--orange:#ff6200;--blue:#272785;--ink:#191919;--muted:#6b7280;--bg:#f7f7f8;--card:#fff}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:auto}.promo{background:var(--orange);color:#fff;text-align:center;padding:7px;font-size:14px}.header-main{display:grid;grid-template-columns:180px 1fr auto;gap:30px;align-items:center;padding:22px 0;background:#fff}.site-header{background:#fff;border-bottom:1px solid #e5e7eb}.brand{font-weight:900;font-size:27px;letter-spacing:-1px;color:var(--orange)}.search input{width:100%;padding:13px 18px;border:1px solid var(--blue);border-radius:24px}.header-main nav{display:flex;gap:18px;color:var(--blue);font-weight:700}.hero{background:linear-gradient(120deg,#e8f5ff,#fff0e6);padding:70px 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.hero h1{font-size:54px;line-height:1.02;margin:0 0 18px}.hero p{font-size:19px;color:#4b5563;max-width:620px}.btn{display:inline-block;border:0;border-radius:24px;padding:12px 18px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.btn.orange{background:var(--orange)}.section{padding:44px 0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e5e7eb}.card img{width:100%;height:220px;object-fit:cover;background:#f1f5f9}.card-body{padding:18px}.price{font-size:20px;font-weight:800;color:var(--blue)}.muted{color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-layout img{width:100%;border-radius:20px;background:#fff}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:13px;border-bottom:1px solid #e5e7eb;text-align:left}.form-row{display:grid;gap:7px;margin-bottom:16px}.form-row input,.form-row textarea,.form-row select{padding:11px;border:1px solid #cbd5e1;border-radius:8px}.actions{display:flex;gap:10px;align-items:center}.flash{padding:12px 16px;border-radius:8px;background:#dcfce7;margin:15px 0}.footer{padding:35px 0;margin-top:50px;background:#1f2937;color:#fff}.login-card{max-width:430px;margin:60px auto;background:#fff;padding:30px;border-radius:18px}.login-card input{width:100%;padding:11px;margin:8px 0 16px}

.admin-login-backdrop{
  min-height:calc(100vh - 150px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 20px;
  background:
    radial-gradient(circle at top left,rgba(255,98,0,.12),transparent 35%),
    radial-gradient(circle at bottom right,rgba(39,39,133,.14),transparent 35%),
    rgba(15,23,42,.08);
}

.admin-login-modal{
  position:relative;
  width:min(460px,100%);
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:42px;
  box-shadow:0 25px 70px rgba(15,23,42,.18);
}

.admin-login-close{
  position:absolute;
  top:18px;
  right:22px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:25px;
  color:var(--muted);
}

.admin-login-close:hover{
  background:#f3f4f6;
  color:var(--ink);
}

.admin-login-brand{
  color:var(--orange);
  font-weight:900;
  letter-spacing:-1px;
  margin-bottom:22px;
}

.admin-login-modal h1{
  margin:0 0 8px;
  font-size:30px;
}

.admin-login-modal .muted{
  margin:0 0 28px;
}

.admin-login-submit{
  width:100%;
  margin-top:6px;
}

.login-error{
  background:#fef2f2;
  color:#991b1b;
  border:1px solid #fecaca;
  padding:12px 14px;
  border-radius:10px;
  margin-bottom:20px;
}

.admin-login-note{
  text-align:center;
  color:var(--muted);
  font-size:13px;
  margin:22px 0 0;
}

.search{position:relative}.search input{padding-right:48px}.search button{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;border-radius:50%;background:var(--blue);color:#fff;cursor:pointer}
.header-action{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;font-size:19px}.header-action:hover,.header-action:focus-visible{background:#eef2ff}
.profile-menu{position:relative}.profile-menu summary{list-style:none;cursor:pointer}.profile-menu summary::-webkit-details-marker,.all-categories>summary::-webkit-details-marker{display:none}.profile-dropdown{position:absolute;right:0;top:48px;z-index:30;display:grid;min-width:260px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 30px rgba(15,23,42,.15)}.profile-dropdown a,.profile-email{padding:10px;border-radius:8px}.profile-dropdown a:hover{background:#f3f4f6}.profile-email{font-size:13px;color:var(--muted);overflow-wrap:anywhere}
.category-bar{background:#24245f;color:#fff}.category-links{display:flex;align-items:center;min-height:43px}.category-links>a,.all-categories>summary{display:block;padding:13px 16px;cursor:pointer;list-style:none}.category-links>a:hover,.all-categories>summary:hover{background:rgba(255,255,255,.12)}.all-categories{position:relative}.category-panel{position:absolute;left:0;top:43px;z-index:25;display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.8fr);gap:25px;width:min(560px,92vw);padding:22px;color:var(--ink);background:#fff;border:1px solid #e5e7eb;border-radius:0 0 14px 14px;box-shadow:0 18px 35px rgba(15,23,42,.18)}.category-panel>div{display:grid;align-content:start}.category-panel strong{margin-bottom:8px}.category-panel a{padding:8px;border-radius:7px}.category-panel a:hover{background:#f3f4f6}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-heading{justify-content:space-between}.form-container{max-width:780px}.icon-action{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:#eef2ff;color:var(--blue);cursor:pointer}.icon-action:hover,.icon-action:focus-visible{background:#dbeafe}.icon-action.danger{background:#fef2f2;color:#b91c1c}.icon-action.danger:hover,.icon-action.danger:focus-visible{background:#fee2e2}.flash-error{background:#fef2f2;color:#991b1b}.category-filter{flex-wrap:wrap}.category-filter [aria-current="page"]{font-weight:800;color:var(--orange)}

@media(max-width:760px){.header-main{grid-template-columns:1fr}.header-main nav{justify-content:flex-end}.category-links{overflow-x:auto}.category-links>a{white-space:nowrap}.hero-grid,.product-layout{grid-template-columns:1fr}.hero h1{font-size:38px}.page-heading{align-items:flex-start;flex-direction:column}.table{display:block;overflow-x:auto}}

.customer-login-backdrop{min-height:calc(100vh - 150px);display:flex;align-items:center;justify-content:center;padding:48px 20px;background:radial-gradient(circle at top left,rgba(255,98,0,.12),transparent 35%),radial-gradient(circle at bottom right,rgba(39,39,133,.14),transparent 35%),rgba(15,23,42,.08)}
.customer-login-card{position:relative;width:min(460px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:42px;box-shadow:0 25px 70px rgba(15,23,42,.18)}
.customer-login-close{position:absolute;top:18px;right:22px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:25px;color:var(--muted)}
.customer-login-close:hover{background:#f3f4f6;color:var(--ink)}.customer-login-brand{color:var(--orange);font-weight:900;letter-spacing:-1px;margin-bottom:22px}
.customer-login-card h1{margin:0 0 8px;font-size:30px}.customer-login-card>.muted{margin:0 0 28px}.customer-login-submit{width:100%;margin-top:6px}
.profile-page{max-width:760px}.profile-heading{display:flex;gap:18px;align-items:center;margin-bottom:28px}.profile-heading>i{font-size:52px;color:var(--blue)}.profile-heading h1{margin:0 0 5px}.profile-heading p{margin:0}
.profile-details{display:grid;grid-template-columns:1fr 1fr;margin:0;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.profile-details>div{padding:22px;border-bottom:1px solid #e5e7eb}.profile-details>div:nth-child(odd){border-right:1px solid #e5e7eb}.profile-details>div:nth-last-child(-n+2){border-bottom:0}.profile-details dt{font-size:13px;color:var(--muted);margin-bottom:7px}.profile-details dd{margin:0;font-weight:700;overflow-wrap:anywhere}
@media(max-width:560px){.customer-login-card{padding:34px 24px}.profile-details{grid-template-columns:1fr}.profile-details>div,.profile-details>div:nth-child(odd),.profile-details>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #e5e7eb}.profile-details>div:last-child{border-bottom:0}}
.stars{color:#f59e0b;letter-spacing:2px}.product-rating{font-weight:700}.reviews-section{background:#fff}.review-list{display:grid;gap:16px;margin-top:24px}.review-card,.review-callout,.review-form{padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.reviews-section .review-card{background:var(--bg)}.review-card h2,.review-card h3{margin-top:0}.review-form{max-width:680px;margin:20px 0}.review-form fieldset{border:0;padding:0;margin:0 0 16px}.review-form fieldset>div{display:flex;gap:18px;flex-wrap:wrap}.review-form textarea{display:block;width:100%;padding:11px;border:1px solid #cbd5e1;border-radius:8px}

.customer-login-switch{
  margin:22px 0 0;
  text-align:center;
  color:var(--muted);
}

.customer-login-switch a{
  color:var(--blue);
  font-weight:700;
}

.customer-login-switch a:hover{
  text-decoration:underline;
}

.customer-login-card ul{
  margin:6px 0 0;
  padding-left:18px;
  color:#991b1b;
  font-size:14px;
}


.profile-actions{
  margin-top:22px;
}

.form-row .help-text{
  margin:0;
  color:var(--muted);
  font-size:13px;
}

.profile-form-separator{
  margin:32px 0;
  border:0;
  border-top:1px solid #e5e7eb;
}

.form-container h2{
  margin-bottom:8px;
}

.profile-danger-zone{
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid #fecaca;
}

.profile-danger-zone h2,
.danger-zone h1{
  color:#991b1b;
}

.danger-zone-warning{
  margin:24px 0;
  padding:16px 20px;
  border:1px solid #fecaca;
  border-radius:10px;
  background:#fef2f2;
}

.btn.danger{
  background:#b91c1c;
  border-color:#b91c1c;
  color:#fff;
}

.btn.danger:hover{
  background:#991b1b;
  border-color:#991b1b;
}

.address-page{
  max-width:1000px;
}

.address-data-notice{
  display:flex;
  gap:14px;
  margin-bottom:28px;
  padding:18px 20px;
  background:#eef2ff;
  border:1px solid #c7d2fe;
  border-radius:14px;
}

.address-data-notice>i{
  margin-top:3px;
  color:var(--blue);
  font-size:20px;
}

.address-data-notice p{
  margin:6px 0 0;
}

.address-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.address-card{
  padding:26px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
}

.address-card-heading{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:24px;
}

.address-card-heading>i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  background:#eef2ff;
  color:var(--blue);
}

.address-card-heading h2{
  margin:0 0 5px;
}

.address-card-heading p{
  margin:0;
}

.address-city-row{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:14px;
}

.address-card .form-row input,
.address-card .form-row select{
  width:100%;
}

.address-back{
  margin-top:28px;
}

@media(max-width:800px){
  .address-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:480px){
  .address-city-row{
    grid-template-columns:1fr;
  }
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 2px 12px rgba(15,23,42,.08);
}

.card>a{
  display:flex;
  flex-direction:column;
  height:100%;
}

.card-body{
  display:flex;
  flex-direction:column;
  flex:1;
}

.card-body h3{
  margin:10px 0;
}

.card-rating{
  display:flex;
  gap:8px;
  align-items:center;
  margin-bottom:10px;
  font-size:14px;
}

.card-description{
  margin:0 0 16px;
  color:#4b5563;
  line-height:1.45;
}

.card .price{
  margin-top:auto;
}

.recommendations-section{
  background:#fff;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}

.recommendations-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}

.recommendations-heading h2{
  margin:4px 0 8px;
}

.recommendations-heading p{
  margin-top:0;
}

.recommendations-eyebrow{
  margin:0;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.recommendations-grid{
  margin-top:0;
}

.recommendation-card{
  position:relative;
}

.product-image-placeholder{
  height:220px;
  display:grid;
  place-items:center;
  background:#eef2ff;
  font-size:55px;
}

.special-offer-banner{
  background:var(--offer-background);
  color:var(--offer-text);
}

.special-offer-banner-link{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  color:inherit;
  text-decoration:none;
}

.special-offer-banner-link:hover{
  color:inherit;
}

.special-offer-banner-cta{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:800;
}

.special-offers-section{
  background:#f8fafc;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}

.special-offers-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:28px;
}

.special-offers-heading h2{
  margin:4px 0 8px;
}

.special-offers-heading p{
  margin-top:0;
}

.special-offers-eyebrow{
  margin:0;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.special-offers-primary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.special-offers-secondary{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}

.special-offer-card{
  min-width:0;
  overflow:hidden;
  background:var(--offer-background);
  color:var(--offer-text);
  border-radius:18px;
}

.special-offer-card-primary{
  min-height:270px;
}

.special-offer-card-secondary{
  min-height:210px;
}

.special-offer-card-content{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:26px;
}

.special-offer-card-secondary
.special-offer-card-content{
  padding:20px;
}

.special-offer-card h3{
  margin:10px 0;
  color:inherit;
  font-size:24px;
}

.special-offer-card-secondary h3{
  font-size:19px;
}

.special-offer-card p{
  margin:0 0 22px;
  color:inherit;
  opacity:.9;
}

.special-offer-category{
  align-self:flex-start;
  padding:5px 9px;
  border:1px solid currentColor;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  opacity:.85;
}

.special-offer-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  margin-top:auto;
  color:inherit;
  font-weight:800;
  text-decoration:none;
}

.special-offer-cta:hover{
  text-decoration:underline;
}

@media(max-width:1000px){
  .special-offers-primary{
    grid-template-columns:1fr 1fr;
  }

  .special-offers-secondary{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:650px){
  .special-offer-banner-link{
    flex-wrap:wrap;
  }

  .special-offers-primary,
  .special-offers-secondary{
    grid-template-columns:1fr;
  }

  .special-offer-card-primary,
  .special-offer-card-secondary{
    min-height:auto;
  }
}

.product-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.product-actions form{
  margin:0;
}

.favorite-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.favorite-button.is-favorite{
  border-color:#dc2626;
  color:#dc2626;
  background:#fff;
}

.favorite-button.is-favorite:hover{
  background:#fef2f2;
}

.profile-page-heading{
  margin-bottom:28px;
}

.profile-page-heading h1{
  margin:4px 0 8px;
}

.favorites-grid{
  align-items:stretch;
}

.favorite-card{
  display:flex;
  flex-direction:column;
}

.favorite-card>a{
  display:flex;
  flex-direction:column;
  flex:1;
}

.favorite-card-actions{
  display:flex;
  padding:0 20px 20px;
}

.favorite-card-actions form{
  width:100%;
}

.favorite-card-actions .favorite-button{
  width:100%;
}

.favorites-empty{
  display:grid;
  justify-items:center;
  gap:10px;
  padding:60px 24px;
  text-align:center;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
}

.favorites-empty>i{
  font-size:42px;
  color:#94a3b8;
}

.favorites-empty h2{
  margin:6px 0 0;
}

.notification-header-link{
  position:relative;
}

.notification-badge{
  position:absolute;
  top:-6px;
  right:-8px;
  display:grid;
  place-items:center;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:999px;
  background:#dc2626;
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
}

.notifications-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}

.notifications-heading h1{
  margin:4px 0 8px;
}

.notifications-list{
  display:grid;
  gap:12px;
}

.notification-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  padding:20px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
}

.notification-item.is-unread{
  border-color:#c7d2fe;
  background:#f8faff;
}

.notification-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#eef2ff;
  color:#272785;
  font-size:18px;
}

.notification-content{
  min-width:0;
}

.notification-content h2{
  margin:0;
  font-size:17px;
}

.notification-content p{
  margin:6px 0;
}

.notification-title-row{
  display:flex;
  align-items:center;
  gap:8px;
}

.notification-unread-dot{
  display:block;
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:#272785;
}

.notification-actions form{
  margin:0;
}

.notifications-empty{
  display:grid;
  justify-items:center;
  gap:10px;
  padding:60px 24px;
  text-align:center;
  border:1px solid #e5e7eb;
  border-radius:20px;
  background:#fff;
}

.notifications-empty>i{
  color:#94a3b8;
  font-size:42px;
}

.notifications-empty h2{
  margin:6px 0 0;
}

@media(max-width:700px){
  .notifications-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .notification-item{
    grid-template-columns:auto 1fr;
  }

  .notification-actions{
    grid-column:1 / -1;
  }

  .notification-actions .btn{
    width:100%;
  }
}

.password-field{
  position:relative;
}

.password-field input{
  width:100%;
  padding-right:48px;
}

.password-visibility-toggle{
  position:absolute;
  top:50%;
  right:6px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
}

.password-visibility-toggle:hover,
.password-visibility-toggle:focus-visible{
  background:#f3f4f6;
  color:var(--blue);
}

.password-visibility-toggle:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:2px;
}

.address-autocomplete-feedback{
  min-height:20px;
  margin:-4px 0 10px;
  color:var(--muted);
  font-size:13px;
}

.address-autocomplete-feedback[data-state="success"]{
  color:#166534;
  font-weight:700;
}

.address-autocomplete-feedback[data-state="error"]{
  color:#991b1b;
}

.address-suggestions{
  display:grid;
  gap:4px;
  margin:-4px 0 16px;
  padding:6px;
  background:#fff;
  border:1px solid #cbd5e1;
  border-radius:10px;
  box-shadow:0 10px 25px rgba(15,23,42,.1);
}

.address-suggestions[hidden]{
  display:none;
}

.address-suggestion{
  width:100%;
  padding:10px 12px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
}

.address-suggestion:hover,
.address-suggestion:focus-visible{
  background:#eef2ff;
  color:var(--blue);
}

.address-suggestion:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:1px;
}

.address-copy-option{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:4px 0 18px;
  padding:14px 16px;
  border:1px solid #c7d2fe;
  border-radius:10px;
  background:#eef2ff;
  cursor:pointer;
}

.address-copy-option input{
  width:auto;
  margin-top:2px;
}

.address-copy-option span{
  line-height:1.4;
}

.cart-quantity-controls{
  display:flex;
  align-items:center;
  gap:6px;
}

.cart-quantity-controls form{
  margin:0;
}

.cart-quantity-form{
  display:flex;
  align-items:center;
  gap:6px;
}

.cart-quantity-button{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}

.cart-quantity-button:hover:not(:disabled),
.cart-quantity-button:focus-visible:not(:disabled){
  border-color:var(--blue);
  color:var(--blue);
}

.cart-quantity-button:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.cart-quantity-input{
  width:64px;
  min-height:34px;
  padding:6px 8px;
  text-align:center;
}

.cart-quantity-update{
  min-height:34px;
  padding:6px 10px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}

.cart-quantity-update:hover,
.cart-quantity-update:focus-visible{
  border-color:var(--blue);
  color:var(--blue);
}

.cart-stock{
  display:block;
  margin-top:6px;
}

.cart-summary{
  display:flex;
  justify-content:flex-end;
  gap:20px;
  align-items:center;
  margin-top:25px;
}

.cart-product{
  display:flex;
  gap:12px;
  align-items:center;
  color:inherit;
  text-decoration:none;
}

.cart-product-media{
  display:flex;
  width:72px;
  height:72px;
  flex:0 0 72px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:10px;
  background:#f8fafc;
}

.cart-product-thumbnail{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cart-product-thumbnail-placeholder{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
  font-size:22px;
}

.cart-product-name{
  font-weight:700;
}

.cart-product:hover .cart-product-name,
.cart-product:focus-visible .cart-product-name{
  color:var(--blue);
}

.cart-navigation{
  display:flex;
  margin-top:25px;
}

.cart-continue-shopping{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.catalog-empty-state{
  grid-column:1 / -1;
  padding:40px 24px;
  border:1px dashed #cbd5e1;
  border-radius:14px;
  text-align:center;
}

.catalog-empty-state > i{
  margin-bottom:14px;
  font-size:28px;
  color:var(--blue);
}

.catalog-empty-state h3{
  margin:0 0 8px;
}

.catalog-empty-state p{
  max-width:560px;
  margin:0 auto;
}

.catalog-empty-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.catalog-empty-actions .btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.catalog-toolbar{
  display:flex;
  justify-content:flex-end;
  margin:18px 0 24px;
}

.catalog-controls{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:12px;
}

.catalog-control{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.catalog-control label{
  font-size:14px;
  font-weight:600;
}

.catalog-control select{
  min-width:190px;
  min-height:40px;
  padding:8px 34px 8px 10px;
}

.catalog-control input[type="number"]{
  min-width:145px;
  min-height:40px;
  padding:8px 10px;
}

.catalog-stock-filter{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  cursor:pointer;
}

.catalog-stock-filter input{
  width:18px;
  height:18px;
}

.catalog-filter-reset{
  align-self:center;
  font-size:14px;
  text-decoration:underline;
}

.review-rating-field{
  margin:0 0 18px;
  padding:0;
  border:0;
}

.review-rating-legend{
  margin-bottom:8px;
  font-weight:600;
}

.review-rating-stars{
  display:inline-flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
  gap:4px;
}

.review-rating-radio{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
}

.review-rating-star{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  color:#cbd5e1;
  cursor:pointer;
  transition:
    color .15s ease,
    transform .15s ease;
}

.review-rating-stars:not(:hover)
.review-rating-radio:checked
~ .review-rating-star{
  color:#f59e0b;
}

.review-rating-stars:hover
.review-rating-star{
  color:#cbd5e1;
}

.review-rating-stars:hover
.review-rating-star:hover,
.review-rating-stars:hover
.review-rating-star:hover
~ .review-rating-star{
  color:#f59e0b;
}

.review-rating-star:hover{
  transform:scale(1.12);
}

.review-rating-radio:focus-visible
+ .review-rating-star{
  outline:2px solid currentColor;
  outline-offset:4px;
  border-radius:4px;
}

.review-rating-help{
  margin:8px 0 0;
  font-size:14px;
}

/* Support assistant */

.support-chat{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:30;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
}

.support-chat-toggle{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font:inherit;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 8px 28px rgba(0,0,0,.2);
}

.support-chat-toggle:hover{
  transform:translateY(-1px);
}

.support-chat-toggle:focus-visible,
.support-chat-close:focus-visible,
.support-chat-send:focus-visible,
.support-chat-action:focus-visible{
  outline:3px solid #f59e0b;
  outline-offset:3px;
}

.support-chat-panel{
  width:min(380px,calc(100vw - 32px));
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 50px rgba(0,0,0,.2);
}

.support-chat-panel[hidden]{
  display:none;
}

.support-chat-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  background:#111827;
  color:#fff;
}

.support-chat-header > div{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.support-chat-header span{
  font-size:13px;
  opacity:.8;
}

.support-chat-close{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#fff;
  cursor:pointer;
}

.support-chat-close:hover{
  background:rgba(255,255,255,.12);
}

.support-chat-messages{
  display:flex;
  flex-direction:column;
  gap:10px;
  height:320px;
  max-height:45vh;
  overflow-y:auto;
  padding:16px;
  background:#f8fafc;
}

.support-chat-message{
  max-width:88%;
  padding:10px 12px;
  border-radius:14px;
  line-height:1.45;
  overflow-wrap:anywhere;
}

.support-chat-message-assistant{
  align-self:flex-start;
  border-bottom-left-radius:4px;
  background:#fff;
  color:#1f2937;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}

.support-chat-message-user{
  align-self:flex-end;
  border-bottom-right-radius:4px;
  background:#111827;
  color:#fff;
}

.support-chat-action{
  display:inline-block;
  margin-top:9px;
  font-weight:600;
  color:#b45309;
  text-decoration:none;
}

.support-chat-action:hover{
  text-decoration:underline;
}

.support-chat-form{
  display:flex;
  align-items:flex-end;
  gap:8px;
  padding:12px;
  border-top:1px solid #e5e7eb;
  background:#fff;
}

.support-chat-input{
  flex:1;
  min-height:44px;
  max-height:120px;
  resize:vertical;
  padding:10px 12px;
  border:1px solid #d1d5db;
  border-radius:12px;
  font:inherit;
}

.support-chat-input:focus{
  border-color:#9ca3af;
  outline:none;
  box-shadow:0 0 0 3px rgba(17,24,39,.1);
}

.support-chat-send{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:12px;
  background:#f59e0b;
  color:#111827;
  cursor:pointer;
}

.support-chat-send:disabled{
  cursor:wait;
  opacity:.6;
}

.support-chat-disclaimer{
  margin:0;
  padding:0 14px 12px;
  background:#fff;
  color:#6b7280;
  font-size:12px;
  text-align:center;
}

@media (max-width:600px){
  .support-chat{
    right:16px;
    bottom:16px;
  }

  .support-chat-toggle-label{
    display:none;
  }

  .support-chat-toggle{
    width:50px;
    height:50px;
    min-height:50px;
    justify-content:center;
    padding:0;
  }

  .support-chat-panel{
    width:calc(100vw - 32px);
  }

  .support-chat-messages{
    height:300px;
    max-height:48vh;
  }
}

/* Storefront footer */

.footer{
  margin-top:64px;
  background:#111827;
  color:#d1d5db;
}

.footer-grid{
  display:grid;
  grid-template-columns:minmax(240px,2fr) repeat(3,minmax(150px,1fr));
  gap:48px;
  padding-top:48px;
  padding-bottom:44px;
}

.footer-brand,
.footer-column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}

.footer-logo{
  color:#fff;
  font-size:24px;
  font-weight:800;
  letter-spacing:.08em;
  text-decoration:none;
}

.footer-brand p,
.footer-column p{
  margin:0;
  line-height:1.6;
}

.footer-project-note{
  color:#fbbf24;
  font-size:14px;
}

.footer-column strong{
  margin-bottom:4px;
  color:#fff;
  font-size:15px;
}

.footer-column a{
  color:#d1d5db;
  text-decoration:none;
}

.footer-column a:hover{
  color:#fff;
  text-decoration:underline;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
}

.footer-bottom-content{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding-top:18px;
  padding-bottom:18px;
  color:#9ca3af;
  font-size:13px;
}

@media (max-width:900px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:600px){
  .footer{
    margin-top:44px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:30px;
    padding-top:36px;
    padding-bottom:34px;
  }

  .footer-bottom-content{
    flex-direction:column;
    gap:6px;
  }
}

/* Customer profile dashboard */

.profile-dashboard{
  display:flex;
  flex-direction:column;
  gap:28px;
}

.profile-dashboard-hero{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:22px;
  align-items:center;
  padding:30px;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255,98,0,.12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #fff,
      #f8fafc
    );
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.profile-dashboard-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  border-radius:22px;
  background:var(--blue);
  color:#fff;
  font-size:30px;
}

.profile-dashboard-identity{
  min-width:0;
}

.profile-dashboard-eyebrow,
.profile-dashboard-card-eyebrow{
  margin:0 0 5px;
  color:var(--orange);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.profile-dashboard-identity h1{
  margin:0 0 5px;
  font-size:32px;
}

.profile-dashboard-identity > p:last-child{
  margin:0;
  color:var(--muted);
  overflow-wrap:anywhere;
}

.profile-dashboard-layout{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.profile-dashboard-nav{
  position:sticky;
  top:24px;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
}

.profile-dashboard-nav a{
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  border-radius:12px;
  color:#4b5563;
  font-weight:700;
}

.profile-dashboard-nav a i{
  width:18px;
  color:#9ca3af;
  text-align:center;
}

.profile-dashboard-nav a:hover{
  background:#f8fafc;
  color:var(--ink);
}

.profile-dashboard-nav a.is-active{
  background:rgba(39,39,133,.09);
  color:var(--blue);
}

.profile-dashboard-nav a.is-active i{
  color:var(--blue);
}

.profile-dashboard-main{
  display:flex;
  flex-direction:column;
  gap:22px;
  min-width:0;
}

.profile-dashboard-card{
  padding:26px;
  border:1px solid #e5e7eb;
  border-radius:20px;
  background:#fff;
  box-shadow:0 6px 22px rgba(15,23,42,.04);
}

.profile-dashboard-card-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.profile-dashboard-card-heading h2{
  margin:0;
  font-size:22px;
}

.profile-dashboard-card-heading > i{
  color:#cbd5e1;
  font-size:27px;
}

.profile-account-details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin:0;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:15px;
  background:#e5e7eb;
}

.profile-account-details > div{
  min-width:0;
  padding:18px;
  background:#fff;
}

.profile-account-details dt{
  margin-bottom:6px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.profile-account-details dd{
  margin:0;
  font-weight:700;
  overflow-wrap:anywhere;
}

.profile-dashboard-card-actions{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.profile-orders-empty{
  display:flex;
  gap:16px;
  align-items:center;
  padding:22px;
  border:1px dashed #cbd5e1;
  border-radius:15px;
  background:#f8fafc;
}

.profile-orders-empty > i{
  color:#94a3b8;
  font-size:28px;
}

.profile-orders-empty strong{
  display:block;
  margin-bottom:5px;
}

.profile-orders-empty p{
  margin:0;
  color:var(--muted);
}

.profile-recent-orders{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:15px;
}

.profile-recent-order{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 18px;
  border-bottom:1px solid #e5e7eb;
}

.profile-recent-order:last-child{
  border-bottom:0;
}

.profile-recent-order > div:first-child{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.profile-order-reference{
  color:var(--blue);
  font-weight:800;
}

.profile-recent-order span{
  color:var(--muted);
  font-size:13px;
}

.profile-order-meta{
  display:flex;
  gap:16px;
  align-items:center;
  text-align:right;
}

.profile-dashboard-danger{
  border-color:#fecaca;
  background:#fffafa;
}

.profile-dashboard-danger
.profile-dashboard-card-heading > i{
  color:#dc2626;
}

.profile-dashboard-danger > p{
  max-width:720px;
  color:#6b7280;
  line-height:1.6;
}

@media(max-width:850px){
  .profile-dashboard-hero{
    grid-template-columns:auto 1fr;
  }

  .profile-dashboard-edit{
    grid-column:1 / -1;
    justify-self:start;
  }

  .profile-dashboard-layout{
    grid-template-columns:1fr;
  }

  .profile-dashboard-nav{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .profile-dashboard-hero{
    grid-template-columns:1fr;
    padding:22px;
  }

  .profile-dashboard-avatar{
    width:62px;
    height:62px;
  }

  .profile-dashboard-identity h1{
    font-size:27px;
  }

  .profile-dashboard-edit{
    grid-column:auto;
  }

  .profile-dashboard-nav{
    grid-template-columns:1fr;
  }

  .profile-dashboard-card{
    padding:20px;
  }

  .profile-account-details{
    grid-template-columns:1fr;
  }

  .profile-recent-order{
    flex-direction:column;
  }

  .profile-order-meta{
    justify-content:space-between;
    text-align:left;
  }
}

/* Storefront product page */

.product-show{
  padding-top:30px;
}

.product-breadcrumb{
  display:flex;
  gap:9px;
  align-items:center;
  margin-bottom:24px;
  color:var(--muted);
  font-size:13px;
}

.product-breadcrumb a:hover{
  color:var(--blue);
}

.product-breadcrumb i{
  font-size:9px;
  color:#cbd5e1;
}

.product-breadcrumb span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.product-show-layout{
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:56px;
  align-items:start;
}

.product-media-panel{
  min-width:0;
}

.product-media{
  position:sticky;
  top:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:560px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:24px;
  background:#fff;
}

.product-media img{
  display:block;
  width:100%;
  max-height:650px;
  object-fit:contain;
  padding:24px;
  border-radius:0;
}

.product-media-placeholder{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:520px;
  width:100%;
  color:#94a3b8;
  background:
    radial-gradient(
      circle at center,
      #fff,
      #f1f5f9
    );
}

.product-media-placeholder i{
  font-size:80px;
}

.product-media-placeholder span{
  font-size:14px;
  font-weight:700;
}

.product-purchase-panel{
  padding:6px 0;
}

.product-category-label{
  margin-bottom:12px;
  color:var(--orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.product-purchase-panel h1{
  margin:0 0 14px;
  font-size:40px;
  line-height:1.12;
}

.product-rating{
  display:inline-flex;
  gap:9px;
  align-items:center;
  margin-bottom:24px;
  color:var(--muted);
  font-size:14px;
}

.product-rating .stars{
  color:#f59e0b;
  font-size:18px;
  letter-spacing:1px;
}

.product-rating strong{
  color:var(--ink);
}

a.product-rating:hover span:last-child{
  text-decoration:underline;
}

.product-rating-empty{
  cursor:default;
}

.product-main-description{
  margin-bottom:28px;
  color:#4b5563;
  font-size:16px;
  line-height:1.75;
  white-space:pre-line;
}

.product-purchase-summary{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  margin-bottom:24px;
  padding:20px 0;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}

.product-price-block{
  flex:0 0 auto;
}

.product-price-label{
  display:block;
  margin-bottom:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.product-purchase-panel .price{
  margin:0;
  color:var(--ink);
  font-size:32px;
}

.product-stock{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 13px;
  border-radius:12px;
}

.product-stock > i{
  font-size:19px;
}

.product-stock > div{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.product-stock strong{
  font-size:14px;
}

.product-stock span{
  font-size:12px;
}

.product-stock.is-in-stock{
  background:#ecfdf5;
  color:#047857;
}

.product-stock.is-out-of-stock{
  background:#fef2f2;
  color:#b91c1c;
}

.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:24px;
}

.product-actions form{
  margin:0;
}

.product-actions .btn{
  min-height:48px;
  display:inline-flex;
  gap:9px;
  align-items:center;
  justify-content:center;
}

.product-add-cart{
  min-width:205px;
}

.product-add-cart:disabled{
  cursor:not-allowed;
  opacity:.6;
}

.product-purchase-reassurance{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:6px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:15px;
  background:#fff;
}

.product-purchase-reassurance > div{
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:center;
  padding:15px 10px;
  border-right:1px solid #e5e7eb;
  text-align:center;
}

.product-purchase-reassurance > div:last-child{
  border-right:0;
}

.product-purchase-reassurance i{
  color:var(--blue);
  font-size:18px;
}

.product-purchase-reassurance span{
  color:#4b5563;
  font-size:11px;
  font-weight:700;
}

.product-reference{
  margin:14px 0 0;
  color:var(--muted);
  font-size:12px;
}

.product-reviews{
  border-top:1px solid #e5e7eb;
  background:#fff;
}

.product-reviews-heading{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:30px;
}

.product-section-eyebrow{
  margin:0 0 5px;
  color:var(--orange);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.product-reviews-heading h2{
  margin:0;
  font-size:30px;
}

.product-reviews-summary{
  display:flex;
  gap:10px;
  align-items:center;
}

.product-reviews-summary strong{
  font-size:24px;
}

.product-reviews-summary .stars{
  color:#f59e0b;
}

.product-reviews-summary > span:last-child{
  color:var(--muted);
  font-size:13px;
}

.review-auth-callout,
.review-eligibility-note{
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:28px;
  padding:18px 20px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#f8fafc;
}

.review-auth-callout > i,
.review-eligibility-note > i{
  color:var(--blue);
  font-size:24px;
}

.review-auth-callout > div{
  flex:1;
}

.review-auth-callout strong{
  display:block;
  margin-bottom:4px;
}

.review-auth-callout p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.review-callout,
.review-form{
  margin-bottom:28px;
  padding:22px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#f8fafc;
}

.review-callout-heading{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.review-callout-heading .stars{
  color:#f59e0b;
}

.product-review-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.product-review-card{
  padding:20px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
}

.product-review-card header{
  display:flex;
  gap:12px;
  align-items:center;
}

.product-review-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#eef2ff;
  color:var(--blue);
}

.product-review-card h3{
  margin:0 0 3px;
  font-size:15px;
}

.product-review-rating{
  margin:14px 0 10px;
}

.product-review-rating .stars{
  color:#f59e0b;
}

.product-review-comment{
  margin:0;
  color:#4b5563;
  line-height:1.6;
}

.product-reviews-empty{
  grid-column:1 / -1;
  padding:38px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  text-align:center;
  color:var(--muted);
}

.product-reviews-empty > i{
  margin-bottom:8px;
  color:#cbd5e1;
  font-size:34px;
}

.product-reviews-empty h3{
  margin:8px 0;
  color:var(--ink);
}

.product-reviews-empty p{
  margin:0;
}

@media(max-width:900px){
  .product-show-layout{
    grid-template-columns:1fr;
  }

  .product-media{
    position:static;
    min-height:420px;
  }

  .product-purchase-panel h1{
    font-size:34px;
  }
}

@media(max-width:650px){
  .product-breadcrumb{
    overflow:hidden;
  }

  .product-media{
    min-height:320px;
  }

  .product-media-placeholder{
    min-height:320px;
  }

  .product-purchase-panel h1{
    font-size:29px;
  }

  .product-purchase-summary{
    align-items:flex-start;
    flex-direction:column;
  }

  .product-actions,
  .product-actions form,
  .product-actions .btn{
    width:100%;
  }

  .product-purchase-reassurance{
    grid-template-columns:1fr;
  }

  .product-purchase-reassurance > div{
    flex-direction:row;
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid #e5e7eb;
    text-align:left;
  }

  .product-purchase-reassurance > div:last-child{
    border-bottom:0;
  }

  .product-reviews-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .product-review-list{
    grid-template-columns:1fr;
  }

  .review-auth-callout{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Homepage hero and special offers redesign */

.home-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(255,98,0,.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(39,39,133,.16),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #fff 0%,
      #f8fafc 55%,
      #eef2ff 100%
    );
}

.home-hero::after{
  position:absolute;
  right:-120px;
  top:-150px;
  width:390px;
  height:390px;
  border:60px solid rgba(39,39,133,.04);
  border-radius:50%;
  content:"";
  pointer-events:none;
}

.home-hero-grid{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:70px;
}

.home-hero-content{
  max-width:690px;
}

.home-hero-eyebrow{
  display:inline-flex;
  margin:0 0 16px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,98,0,.1);
  color:var(--orange);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-hero h1{
  max-width:660px;
  margin:0 0 20px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.035em;
}

.home-hero-description{
  max-width:640px;
  margin:0;
  color:#4b5563;
  font-size:18px;
  line-height:1.65;
}

.home-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
  margin-top:30px;
}

.home-hero-actions .btn{
  display:inline-flex;
  gap:10px;
  align-items:center;
}

.home-hero-secondary-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--blue);
  font-size:14px;
  font-weight:800;
}

.home-hero-secondary-link:hover{
  text-decoration:underline;
}

.home-hero-reassurance{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:32px;
  color:#64748b;
  font-size:12px;
  font-weight:700;
}

.home-hero-reassurance span{
  display:flex;
  gap:7px;
  align-items:center;
}

.home-hero-reassurance i{
  color:var(--blue);
}

.home-hero-panel{
  position:relative;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(39,39,133,.12);
  border-radius:28px;
  background:rgba(255,255,255,.85);
  box-shadow:
    0 30px 70px rgba(15,23,42,.12);
  backdrop-filter:blur(8px);
}

.home-hero-panel::before{
  position:absolute;
  right:-60px;
  top:-60px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(255,98,0,.1);
  content:"";
}

.home-hero-panel-brand{
  display:flex;
  align-items:baseline;
  margin-bottom:18px;
  font-size:38px;
  font-weight:900;
  letter-spacing:-.06em;
}

.home-hero-panel-brand span{
  color:var(--orange);
}

.home-hero-panel-brand strong{
  color:var(--blue);
}

.home-hero-panel > p{
  position:relative;
  margin:0 0 26px;
  color:#4b5563;
  line-height:1.6;
}

.home-hero-features{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.home-hero-features > div{
  display:flex;
  gap:13px;
  align-items:center;
  padding:13px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
}

.home-hero-feature-icon{
  display:flex;
  flex:0 0 38px;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:11px;
  background:#eef2ff;
  color:var(--blue);
}

.home-hero-features strong,
.home-hero-features span{
  display:block;
}

.home-hero-features strong{
  margin-bottom:3px;
  font-size:13px;
}

.home-hero-features div div span{
  color:var(--muted);
  font-size:11px;
}

.home-offers-section{
  background:#fff;
}

.home-section-heading{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  margin-bottom:28px;
}

.home-section-heading h2{
  margin:0 0 7px;
  font-size:31px;
}

.home-section-heading p:last-child{
  max-width:620px;
  margin-bottom:0;
}

.home-section-heading-icon{
  display:flex;
  flex:0 0 58px;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:#fff7ed;
  color:var(--orange);
  font-size:22px;
}

.special-offers-primary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.special-offers-secondary{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}

.home-offers-section .special-offer-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  color:var(--offer-text,#fff);
  background:
    linear-gradient(
      135deg,
      var(--offer-bg,#272785),
      color-mix(
        in srgb,
        var(--offer-bg,#272785) 76%,
        #000
      )
    );
  box-shadow:0 12px 30px rgba(15,23,42,.09);
}

.home-offers-section
.special-offer-card-primary{
  min-height:260px;
  padding:26px;
  border-radius:22px;
}

.home-offers-section
.special-offer-card-secondary{
  min-height:190px;
  padding:20px;
  border-radius:18px;
}

.special-offer-card-decoration{
  position:absolute;
  right:-18px;
  bottom:-24px;
  color:currentColor;
  font-size:110px;
  opacity:.08;
  transform:rotate(-12deg);
}

.special-offer-card-content{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  height:100%;
}

.special-offer-card-topline{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  margin-bottom:20px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82;
}

.special-offer-category{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.home-offers-section .special-offer-card h3{
  margin:0 0 12px;
  color:inherit;
  font-size:22px;
  line-height:1.15;
}

.home-offers-section
.special-offer-card-secondary h3{
  font-size:17px;
}

.home-offers-section .special-offer-card p{
  margin:0 0 20px;
  color:inherit;
  line-height:1.55;
  opacity:.88;
}

.home-offers-section
.special-offer-card-secondary p{
  font-size:12px;
}

.home-offers-section .special-offer-cta{
  display:inline-flex;
  gap:8px;
  align-items:center;
  align-self:flex-start;
  margin-top:auto;
  padding:9px 12px;
  border:1px solid currentColor;
  border-radius:999px;
  color:inherit;
  font-size:12px;
  font-weight:800;
}

.home-offers-section .special-offer-cta:hover{
  background:rgba(255,255,255,.14);
}

@media(max-width:1000px){
  .home-hero-grid{
    grid-template-columns:1fr 1fr;
    gap:38px;
  }

  .home-hero h1{
    font-size:48px;
  }

  .special-offers-secondary{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:800px){
  .home-hero-grid{
    grid-template-columns:1fr;
  }

  .special-offers-primary{
    grid-template-columns:1fr;
  }

  .special-offers-secondary{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .home-hero{
    padding:48px 0;
  }

  .home-hero h1{
    font-size:39px;
  }

  .home-hero-description{
    font-size:16px;
  }

  .home-hero-panel{
    padding:22px;
  }

  .home-hero-reassurance{
    flex-direction:column;
    gap:10px;
  }

  .home-section-heading{
    align-items:flex-start;
  }

  .home-section-heading-icon{
    display:none;
  }

  .special-offers-secondary{
    grid-template-columns:1fr;
  }
}

/* Homepage recommendations and catalog */

.home-showcase-section{
  position:relative;
}

.recommendations-section{
  background:#f8fafc;
}

.recommendations-heading,
.catalog-heading{
  margin-bottom:26px;
}

.recommendations-heading h2,
.catalog-heading h2{
  margin:0 0 7px;
  font-size:30px;
}

.recommendations-eyebrow,
.catalog-heading-eyebrow{
  margin:0 0 5px;
  color:var(--orange);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-product-grid{
  gap:20px;
}

.home-product-grid .card{
  position:relative;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.home-product-grid .card:hover{
  border-color:#d1d5db;
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(15,23,42,.09);
}

.home-product-grid .card img{
  transition:transform .25s ease;
}

.home-product-grid .card:hover img{
  transform:scale(1.025);
}

.catalog-section{
  background:#fff;
}

.catalog-heading{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:flex-end;
  flex-wrap:wrap;
}

.catalog-heading > div:first-child{
  max-width:520px;
}

.catalog-heading > div:first-child p:last-child{
  margin:0;
}

.category-filter{
  flex-wrap:wrap;
}

.category-filter a{
  padding:8px 12px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#fff;
  color:#4b5563;
  font-size:12px;
  font-weight:700;
}

.category-filter a:hover{
  border-color:#c7d2fe;
  color:var(--blue);
}

.category-filter a[aria-current="page"]{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff;
}

.home-catalog-toolbar{
  margin:22px 0 28px;
  padding:18px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#f8fafc;
}

.home-catalog-toolbar .catalog-controls{
  align-items:flex-end;
}

.home-catalog-toolbar
.catalog-control input,
.home-catalog-toolbar
.catalog-control select{
  background:#fff;
}

.catalog-grid .card-description{
  line-height:1.5;
}

@media(max-width:700px){
  .catalog-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .category-filter{
    width:100%;
  }

  .home-catalog-toolbar{
    padding:14px;
  }
}

/* Editorial articles */

.editorial-heading{
  max-width:720px;
  margin-bottom:32px;
}

.editorial-heading h1{
  margin:0 0 10px;
  font-size:38px;
}

.editorial-grid{
  display:grid;
  grid-template-columns:
    repeat(3,minmax(0,1fr));
  gap:22px;
}

.editorial-card{
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.editorial-card:hover{
  transform:translateY(-3px);
  box-shadow:
    0 14px 32px rgba(15,23,42,.08);
}

.editorial-card img{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.editorial-card-body{
  padding:20px;
}

.editorial-card time,
.editorial-article time{
  color:var(--muted);
  font-size:12px;
}

.editorial-card h2{
  margin:8px 0 10px;
  font-size:20px;
}

.editorial-card h2 a{
  color:var(--ink);
}

.editorial-card h2 a:hover{
  color:var(--blue);
}

.editorial-card p{
  margin:0;
  color:#4b5563;
  line-height:1.6;
}

.editorial-empty{
  grid-column:1 / -1;
  padding:42px;
  border:1px dashed #cbd5e1;
  border-radius:18px;
  text-align:center;
  color:var(--muted);
}

.editorial-empty i{
  color:#cbd5e1;
  font-size:38px;
}

.editorial-empty h2{
  margin:12px 0 8px;
  color:var(--ink);
}

.editorial-empty p{
  margin:0;
}

.editorial-article-container{
  max-width:850px;
}

.editorial-back{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}

.editorial-article header{
  margin:28px 0 30px;
}

.editorial-article h1{
  margin:8px 0 16px;
  font-size:46px;
  line-height:1.08;
}

.editorial-article-excerpt{
  color:#4b5563;
  font-size:19px;
  line-height:1.6;
}

.editorial-article-cover{
  display:block;
  width:100%;
  max-height:520px;
  margin-bottom:34px;
  border-radius:22px;
  object-fit:cover;
}

.editorial-article-content{
  color:#374151;
  font-size:17px;
  line-height:1.8;
}

@media(max-width:850px){
  .editorial-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .editorial-grid{
    grid-template-columns:1fr;
  }

  .editorial-article h1{
    font-size:34px;
  }
}

/* Partners */

.partners-heading{
  max-width:720px;
  margin-bottom:32px;
}

.partners-heading h1{
  margin:0 0 12px;
  font-size:38px;
}

.partners-heading > p:last-child{
  margin:0;
  color:#4b5563;
  line-height:1.6;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.partner-card{
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
}

.partner-card-link{
  display:flex;
  height:100%;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.partner-logo{
  display:flex;
  min-height:170px;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:#f9fafb;
}

.partner-logo img{
  display:block;
  width:100%;
  max-width:190px;
  max-height:100px;
  object-fit:contain;
}

.partner-logo i{
  font-size:48px;
  color:#9ca3af;
}

.partner-card-content{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px;
}

.partner-card-content h2{
  margin:0 0 10px;
  font-size:20px;
}

.partner-card-content p{
  margin:0 0 20px;
  color:#4b5563;
  line-height:1.6;
}

.partner-card-cta{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:auto;
  font-weight:700;
}

@media(max-width:850px){
  .partners-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .partners-grid{
    grid-template-columns:1fr;
  }
}

/* Homepage editorial showcase */

.home-editorial-section,
.home-partners-section{
  border-top:1px solid #e5e7eb;
}

.home-section-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.home-editorial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.home-editorial-card{
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
}

.home-editorial-card-link{
  display:flex;
  height:100%;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
}

.home-editorial-card-image,
.home-editorial-card-placeholder{
  width:100%;
  aspect-ratio:16 / 9;
}

.home-editorial-card-image{
  display:block;
  object-fit:cover;
}

.home-editorial-card-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f4f6;
  font-size:44px;
  color:#9ca3af;
}

.home-editorial-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px;
}

.home-editorial-card-body time{
  color:var(--muted);
  font-size:12px;
}

.home-editorial-card-body h3{
  margin:8px 0 10px;
  font-size:20px;
}

.home-editorial-card-body p{
  margin:0 0 20px;
  color:#4b5563;
  line-height:1.6;
}

.home-editorial-card-cta{
  display:inline-flex;
  gap:8px;
  align-items:center;
  margin-top:auto;
  font-weight:700;
}

.home-partners-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.home-partner-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:12px;
  align-items:center;
  justify-content:center;
  padding:20px 14px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  color:inherit;
  text-align:center;
  text-decoration:none;
}

.home-partner-logo{
  display:flex;
  width:100%;
  height:72px;
  align-items:center;
  justify-content:center;
}

.home-partner-logo img{
  display:block;
  max-width:100%;
  max-height:64px;
  object-fit:contain;
}

.home-partner-logo i{
  font-size:34px;
  color:#9ca3af;
}

.home-partner-card strong{
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis;
}

@media(max-width:1000px){
  .home-partners-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:850px){
  .home-editorial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .home-section-heading{
    align-items:flex-start;
  }

  .home-editorial-grid{
    grid-template-columns:1fr;
  }

  .home-partners-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
