/*
Theme Name: Shophome (Astra)
Template: astra
Author: Shophome
Description: Shophome branding layer on top of the free Astra theme
Version: 2.0.0
*/

:root{
  --sh-bg: #FAFAFA;
  --sh-ink: #101113;
  --sh-ink-soft: #62666B;
  --sh-accent: #16A673;
  --sh-accent-dark: #0F7A56;
  --sh-accent-light: #E4F5EE;
  --sh-line: #E7E7E5;
  --sh-radius: 0px;
  --sh-shadow: none;
  --sh-shadow-hover: none;
  --sh-ease: cubic-bezier(.22,1,.36,1);
  --font-display: 'Bricolage Grotesque', 'Manrope', -apple-system, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

*{ box-sizing: border-box; }
body{ background: var(--sh-bg); font-family: var(--font-body); color: var(--sh-ink); }
h1,h2,h3,h4,h5,
.ast-woocommerce-container .woocommerce-loop-product__title{
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.01em;
}
a{ color: var(--sh-accent-dark); }
a:hover{ color: var(--sh-accent); }

.sh-icon{ display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* ============ Header ============ */
.ast-site-title-wrap{ display: none; }
.site-logo-img img.custom-logo{ max-height: 32px !important; width: auto !important; }
.ast-primary-header-bar{ padding-top: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--sh-line); }
#masthead.site-header{ background: #fff; position: sticky; top: 0; z-index: 90; transition: box-shadow .3s var(--sh-ease), background .3s var(--sh-ease); }
#masthead.site-header.sh-header-glass{
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 8px 24px rgba(16,17,19,.08);
}
.main-header-menu .menu-link{ font-weight: 600; font-size: 14.5px; color: var(--sh-ink-soft); }
.main-header-menu .menu-link:hover, .main-header-menu li.current-menu-item > .menu-link{ color: var(--sh-ink) !important; }

/* ============ Buttons ============ */
.button, button.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .ast-button, button.ast-woocommerce-button{
  background-color: var(--sh-ink) !important;
  border-color: var(--sh-ink) !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 600;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  transition: transform .3s var(--sh-ease), box-shadow .3s var(--sh-ease), background-color .25s ease !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.ast-button:hover, button.ast-woocommerce-button:hover{
  background-color: var(--sh-accent-dark) !important;
  border-color: var(--sh-accent-dark) !important;
}
.woocommerce a.button.alt, .single_add_to_cart_button{ background-color: var(--sh-accent) !important; border-color: var(--sh-accent) !important; }
.woocommerce a.button.alt:hover, .single_add_to_cart_button:hover{ background-color: var(--sh-accent-dark) !important; border-color: var(--sh-accent-dark) !important; }


/* Magnetic wrapper: JS applies translate via inline transform on :hover-tracked area */
.sh-magnetic{ display: inline-flex; will-change: transform; }

.woocommerce span.onsale{ background: #E11D48 !important; border-radius: 0; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price{
  color: var(--sh-accent-dark) !important; font-weight: 700 !important;
}

/* ============ Hero ============ */
.sh-hero{
  position: relative; overflow: hidden;
  background: var(--sh-ink);
  color: #fff; padding: 84px 24px 72px; text-align: center;
  border-radius: var(--sh-radius); margin: 0 0 40px;
  width: 100% !important; max-width: 100% !important; order: -1;
}
.ast-container:has(> .sh-hero){ display: block !important; }
.sh-hero::before{ display: none; }
.sh-hero-inner{ position:relative; max-width: 720px; margin: 0 auto; }
.sh-hero-eyebrow{ display:inline-block; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: #6EE7B7; margin-bottom: 20px; font-weight: 700; }
.sh-kinetic-title{ font-size: clamp(32px, 5vw, 54px); line-height: 1.12; margin: 0 0 18px; color: #fff; overflow: hidden; }
.sh-kinetic-title .sh-word{ display: inline-block; will-change: transform, opacity; }
.sh-hero p{ font-size: 17px; color: #C7CBD1; max-width: 480px; margin: 0 auto 32px; line-height: 1.6; }
.sh-hero-cta{
  display: inline-flex; align-items: center; gap: 10px; background: var(--sh-accent); color: #fff;
  padding: 15px 30px; border-radius: 0; font-weight: 700; text-decoration: none;
  transition: background .25s ease;
}
.sh-hero-cta:hover{ background: var(--sh-accent-dark); color: #fff; }


/* ============ Trending collections ============ */
.sh-collections{ margin: 0 0 56px; }
.sh-collections-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.sh-collection-tile{
  position: relative; display: block; aspect-ratio: 4/3; border-radius: var(--sh-radius);
  overflow: hidden; text-decoration: none; background: var(--sh-ink);
}
.sh-collection-img{ position: absolute; inset: 0; }
.sh-collection-img img{ width: 100%; height: 100%; object-fit: cover; }

.sh-collection-tile::after{
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: rgba(16,17,19,.82);
}
.sh-collection-label{
  position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2;
  display: flex; align-items: baseline; justify-content: space-between; color: #fff;
}
.sh-collection-label span:first-child{ font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.sh-collection-count{ font-size: 12.5px; color: #D4D7DA; }

/* ============ Filter bar ============ */
.sh-filter-bar{ display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.sh-filter-pill{
  border: 1px solid var(--sh-line); background: #fff; color: var(--sh-ink-soft);
  padding: 10px 18px; border-radius: 0; font-size: 13.5px; font-weight: 600;
  cursor: pointer; transition: all .25s var(--sh-ease);
}
.sh-filter-pill:hover{ border-color: var(--sh-ink); color: var(--sh-ink); }
.sh-filter-pill.is-active{ background: var(--sh-ink); border-color: var(--sh-ink); color: #fff; }
.sh-filter-loading{ display: none; gap: 6px; padding: 40px 0; justify-content: center; }
.sh-filter-loading.is-active{ display: flex; }
.sh-filter-loading span{
  width: 8px; height: 8px; border-radius: 50%; background: var(--sh-ink);
  animation: sh-dot 1s ease-in-out infinite;
}
.sh-filter-loading span:nth-child(2){ animation-delay: .15s; }
.sh-filter-loading span:nth-child(3){ animation-delay: .3s; }
@keyframes sh-dot{ 0%,80%,100%{ opacity: .25; transform: scale(.8); } 40%{ opacity: 1; transform: scale(1); } }
.sh-filter-empty{ text-align: center; color: var(--sh-ink-soft); padding: 40px 0; grid-column: 1/-1; }
.woocommerce ul.products.sh-filtering{ opacity: .3; pointer-events: none; transition: opacity .2s ease; }

/* ============ Product cards ============ */
.woocommerce ul.products li.product{ border-radius: var(--sh-radius); position: relative; }

.woocommerce ul.products li.product img{ border-radius: 10px; }

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{ position: relative; display: block; }

.sh-quickview-btn{
  position: absolute; top: 14px; right: 14px; z-index: 3;
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border: none; border-radius: 0; padding: 9px 9px; cursor: pointer;
  opacity: 0; transform: translateY(-6px);
  transition: opacity .25s var(--sh-ease), transform .25s var(--sh-ease), padding .25s var(--sh-ease), background .25s ease;
  color: var(--sh-ink); font-size: 12.5px; font-weight: 600;
}
.sh-quickview-btn span{ max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .3s var(--sh-ease); }
.woocommerce ul.products li.product:hover .sh-quickview-btn{ opacity: 1; transform: translateY(0); }
.sh-quickview-btn:hover{ background: #fff; padding: 9px 14px; }
.sh-quickview-btn:hover span{ max-width: 140px; }

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button{ width: 100%; justify-content: center; }

/* ============ Cart drawer ============ */
.sh-cart-overlay{
  position: fixed; inset: 0; background: rgba(16,17,19,.5); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--sh-ease); z-index: 200;
}
.sh-cart-overlay.is-open{ opacity: 1; visibility: visible; }
.sh-cart-drawer{
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(420px, 100vw);
  background: #fff; z-index: 201; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .45s var(--sh-ease);
  box-shadow: -20px 0 60px rgba(16,17,19,.18);
}
.sh-cart-drawer.is-open{ transform: translateX(0); }
.sh-cart-drawer-head{ display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--sh-line); }
.sh-cart-drawer-head h2{ margin: 0; font-size: 20px; }
.sh-cart-close{ background: none; border: none; cursor: pointer; color: var(--sh-ink); padding: 4px; }
.sh-cart-drawer-body{ flex: 1; overflow-y: auto; padding: 12px 24px; }
.sh-cart-items{ list-style: none; margin: 0; padding: 0; }
.sh-cart-item{ display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--sh-line); }
.sh-cart-item-img img{ width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.sh-cart-item-title{ display: block; font-weight: 600; font-size: 14px; color: var(--sh-ink); text-decoration: none; margin-bottom: 4px; }
.sh-cart-item-meta{ font-size: 13px; color: var(--sh-ink-soft); display: flex; gap: 6px; }
.sh-cart-item-remove{ color: var(--sh-ink-soft); }
.sh-cart-item-remove:hover{ color: #E11D48; }
.sh-cart-drawer-footer{ position: sticky; bottom: 0; background: #fff; padding: 18px 0 4px; border-top: 1px solid var(--sh-line); margin-top: 8px; }
.sh-cart-subtotal{ display: flex; justify-content: space-between; font-size: 15px; margin-bottom: 14px; }
.sh-cart-drawer-footer .button{ width: 100%; justify-content: center; margin-bottom: 10px; }
.sh-cart-view{ background: #fff !important; color: var(--sh-ink) !important; border: 1px solid var(--sh-line) !important; }
.sh-cart-empty{ text-align: center; padding: 60px 20px; color: var(--sh-ink-soft); }
.sh-cart-empty .sh-icon{ width: 40px; height: 40px; margin-bottom: 16px; opacity: .4; }

/* ============ Quick view modal ============ */
.sh-qv-overlay{
  position: fixed; inset: 0; background: rgba(16,17,19,.55);
  z-index: 210; display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--sh-ease);
}
.sh-qv-overlay.is-open{ opacity: 1; visibility: visible; }
.sh-qv-modal{
  background: #fff; border-radius: var(--sh-radius); max-width: 880px; width: 100%;
  max-height: 88vh; overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr;
  position: relative; transform: scale(.96) translateY(10px); opacity: 0;
  transition: transform .35s var(--sh-ease), opacity .35s var(--sh-ease);
}
.sh-qv-overlay.is-open .sh-qv-modal{ transform: scale(1) translateY(0); opacity: 1; }
.sh-qv-close{
  position: absolute !important; top: 16px !important; right: 16px !important; z-index: 2;
  background: #fff !important; border: 1px solid var(--sh-line) !important; color: var(--sh-ink) !important;
  border-radius: 50% !important; width: 38px !important; height: 38px !important; min-width: 0 !important;
  padding: 0 !important; margin: 0 !important; display: flex !important; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: none !important; transition: transform .2s var(--sh-ease) !important;
}
.sh-qv-close:hover{ transform: rotate(90deg); background: #fff !important; }
.sh-cart-close{
  background: none !important; border: none !important; box-shadow: none !important; color: var(--sh-ink) !important;
  padding: 4px !important; min-width: 0 !important; width: auto !important; height: auto !important;
}
.sh-qv-media{ position: relative; background: var(--sh-bg); }
.sh-qv-media img{ width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; display: block; }
.sh-qv-info{ padding: 40px 36px; display: flex; flex-direction: column; }
.sh-qv-cat{ font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--sh-accent-dark); font-weight: 700; margin-bottom: 10px; }
.sh-qv-info h2{ font-size: 26px; margin: 0 0 12px; line-height: 1.2; }
.sh-qv-price{ font-size: 24px; font-weight: 800; color: var(--sh-accent-dark); margin-bottom: 18px; }
.sh-qv-desc{ color: var(--sh-ink-soft); font-size: 14.5px; line-height: 1.6; margin-bottom: 24px; }
.sh-qv-form{ display: flex; gap: 12px; margin-bottom: 20px; }
.sh-qv-form .quantity{ display: flex; align-items: center; border: 1px solid var(--sh-line); border-radius: 0; }
.sh-qty-btn{
  background: none !important; border: none !important; box-shadow: none !important;
  width: 40px !important; height: 46px !important; min-width: 0 !important; padding: 0 !important;
  cursor: pointer; color: var(--sh-ink) !important; display: flex; align-items: center; justify-content: center;
}
.sh-qty-btn:hover{ background: var(--sh-bg) !important; transform: none !important; }
.sh-qv-form input.qty{ width: 36px; border: none; text-align: center; font-weight: 700; -moz-appearance: textfield; }
.sh-qv-form input.qty::-webkit-inner-spin-button{ -webkit-appearance: none; }
.sh-qv-form .button{ flex: 1; }
.sh-qv-full-link{ display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--sh-ink); margin-top: auto; }
.sh-qv-full-link:hover{ color: var(--sh-accent-dark); }
body.sh-modal-open{ overflow: hidden; }

/* ============ Inspiration grid ============ */
.sh-section{ max-width: 1280px; margin: 0 auto; padding: 64px 0; }
.sh-section-head{ text-align: center; max-width: 620px; margin: 0 auto 40px; }
.sh-section-head h2{ font-size: 32px; margin: 0 0 10px; }
.sh-section-head p{ color: var(--sh-ink-soft); font-size: 15.5px; }
.sh-inspiration-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sh-inspiration-tile{ position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1/1.1; }
.sh-inspiration-tile img{ width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--sh-ease); }
.sh-inspiration-tile:hover img{ transform: scale(1.08); }
.sh-inspiration-tile-label{
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(16,17,19,.78));
  color: #fff; font-size: 12.5px; font-weight: 600;
  opacity: 0; transform: translateY(6px); transition: all .3s var(--sh-ease);
}
.sh-inspiration-tile:hover .sh-inspiration-tile-label{ opacity: 1; transform: translateY(0); }

/* ============ Guarantees ============ */
.sh-guarantees-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sh-guarantee{ text-align: center; padding: 8px; }
.sh-guarantee-icon{
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%; background: var(--sh-accent-light); color: var(--sh-accent-dark);
  margin-bottom: 16px;
}
.sh-guarantee h3{ font-size: 16px; margin: 0 0 8px; }
.sh-guarantee p{ font-size: 13.5px; color: var(--sh-ink-soft); line-height: 1.5; margin: 0; }

/* ============ Reveal-on-scroll ============ */
.sh-reveal{ opacity: 0; transform: translateY(24px); transition: opacity .7s var(--sh-ease), transform .7s var(--sh-ease); }
.sh-reveal.sh-in{ opacity: 1; transform: translateY(0); }

/* ============ Single product page ============ */
.woocommerce div.product{
  display: grid !important; grid-template-columns: 1fr 1.1fr; gap: 20px 44px; align-items: start;
}
.woocommerce div.product > .sh-pdp-image{ grid-column: 1; grid-row: 1; margin: 0; }
.woocommerce div.product > .summary{ grid-column: 2; grid-row: 1; padding-top: 0; }
.woocommerce div.product > .onsale, .woocommerce div.product > .woocommerce-tabs, .woocommerce div.product > .related{ grid-column: 1 / -1; }
.sh-pdp-image{ border-radius: var(--sh-radius); overflow: hidden; border: 1px solid var(--sh-line); background: #fff; }
.sh-pdp-image img{ display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .1s linear; }
.sh-tilt{ perspective: 1000px; }
.sh-tilt img{ will-change: transform; }

@media (max-width: 900px){
  .woocommerce div.product{ grid-template-columns: 1fr; }
  .sh-collections-grid{ grid-template-columns: 1fr; }
  .sh-inspiration-grid{ grid-template-columns: repeat(2, 1fr); }
  .sh-guarantees-grid{ grid-template-columns: repeat(2, 1fr); }
  .sh-qv-modal{ grid-template-columns: 1fr; }
}


/* ============ Icon badges (shared: footer + contact page) ============ */
.sh-contact-badge{
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--sh-accent-light); color: var(--sh-accent-dark);
}
.sh-contact-badge .sh-icon{ width: 20px; height: 20px; }
.sh-contact-badge-sm{ width: 30px; height: 30px; background: rgba(255,255,255,.08); color: #6EE7B7; }
.sh-contact-badge-sm .sh-icon{ width: 15px; height: 15px; }

/* ============ Footer contact band ============ */
.sh-contact-band{ background: var(--sh-ink); color: #C7CBD1; padding: 64px 24px 0; }
.sh-contact-band-inner{
  max-width: 1280px; margin: 0 auto; padding-bottom: 44px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px;
}
.sh-contact-logo{ font-family: var(--font-display); font-weight: 800; font-size: 23px; color: #fff; margin-bottom: 12px; }
.sh-contact-brand p{ font-size: 14px; color: #9DA2A8; max-width: 32ch; margin: 0; line-height: 1.6; }
.sh-contact-col h3{
  color: #fff; font-family: var(--font-display); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em; margin: 0 0 22px;
}
.sh-contact-list{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.sh-contact-list li, .sh-contact-list a{ display: flex; align-items: center; gap: 12px; }
.sh-contact-list li{ font-size: 14px; line-height: 1.5; }
.sh-contact-list a{ color: #C7CBD1; text-decoration: none; transition: color .2s ease; }
.sh-contact-list a:hover{ color: #fff; }
.sh-contact-list a:hover .sh-contact-badge-sm{ background: var(--sh-accent); color: #fff; }
.sh-contact-badge-sm{ transition: background .2s ease, color .2s ease; }
.sh-contact-links{ gap: 11px; }
.sh-contact-links li, .sh-contact-links a{ display: block; }
.sh-contact-links a{ font-size: 14px; }
.sh-contact-band-bottom{
  border-top: 1px solid rgba(255,255,255,.1); max-width: 1280px; margin: 0 auto;
  padding: 22px 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: 13px; color: #71767C;
}
.sh-contact-band-bottom a{ color: #9DA2A8; text-decoration: none; }
.sh-contact-band-bottom a:hover{ color: #fff; }

@media (max-width: 780px){
  .sh-contact-band-inner{ grid-template-columns: 1fr; }
}

/* ============ Contacts page ============ */
.sh-contact-hero{
  position: relative; overflow: hidden;
  background: var(--sh-ink);
  color: #fff; padding: 70px 24px 64px; text-align: center;
}
.sh-contact-hero::before{ display: none; }
.sh-contact-hero-inner{ position: relative; max-width: 560px; margin: 0 auto; }
.sh-contact-hero .sh-hero-eyebrow{
  display: inline-block; font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: #6EE7B7; margin-bottom: 16px; font-weight: 700;
}
.sh-contact-hero h1{ font-size: clamp(28px, 4vw, 40px); color: #fff; margin: 0 0 14px; line-height: 1.15; }
.sh-contact-hero p{ font-size: 16px; color: #C7CBD1; margin: 0; line-height: 1.6; }

.sh-contact-grid{
  max-width: 1180px; margin: -40px auto 0; padding: 0 24px 80px; position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 28px; align-items: stretch;
}
.sh-contact-card{
  background: #fff; border: 1px solid var(--sh-line); border-radius: var(--sh-radius);
  box-shadow: var(--sh-shadow); padding: 8px 28px; display: flex; flex-direction: column;
}
.sh-contact-row{
  display: flex; align-items: center; gap: 16px; padding: 20px 0;
  border-bottom: 1px solid var(--sh-line); text-decoration: none; color: var(--sh-ink);
}
.sh-contact-card > *:last-of-type.sh-contact-row{ border-bottom: none; }
.sh-contact-row-address{ align-items: flex-start; border-bottom: none; }
.sh-contact-row small{ display: block; font-size: 12px; color: var(--sh-ink-soft); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.sh-contact-row strong{ display: block; font-size: 16px; font-weight: 700; color: var(--sh-ink); line-height: 1.4; }
.sh-contact-row-phone strong{ font-size: 19px; color: var(--sh-accent-dark); }
.sh-contact-row-address strong{ font-size: 14.5px; font-weight: 500; }
a.sh-contact-row:hover strong{ color: var(--sh-accent-dark); }
a.sh-contact-row:hover .sh-contact-badge{ background: var(--sh-accent); color: #fff; }
.sh-contact-badge{ transition: background .2s ease, color .2s ease; }
.sh-contact-more{
  display: inline-flex; align-items: center; gap: 8px; margin: 20px 0 24px;
  font-size: 13.5px; font-weight: 600; color: var(--sh-ink-soft); text-decoration: none;
}
.sh-contact-more:hover{ color: var(--sh-accent-dark); }
.sh-contact-more .sh-icon{ width: 15px; height: 15px; }

.sh-contact-map{
  border-radius: var(--sh-radius); overflow: hidden; border: 1px solid var(--sh-line);
  box-shadow: var(--sh-shadow); min-height: 340px;
}
.sh-contact-map iframe{ width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

@media (max-width: 860px){
  .sh-contact-grid{ grid-template-columns: 1fr; }
  .sh-contact-map{ min-height: 280px; }
  .sh-contact-map iframe{ min-height: 280px; }
}

/* ============ Phone bar (above header) ============ */
.sh-phone-bar{ background: var(--sh-ink); }
.sh-phone-bar-inner{
  max-width: 1280px; margin: 0 auto; padding: 8px 24px;
  display: flex; align-items: center; justify-content: flex-end; gap: 16px;
}
.sh-phone-bar-link{
  display: inline-flex; align-items: center; gap: 8px; color: #fff !important;
  text-decoration: none; font-weight: 700; font-size: 14px;
}
.sh-phone-bar-link .sh-icon{ width: 15px; height: 15px; color: #6EE7B7; }
.sh-phone-bar-note{ font-size: 12.5px; color: #9DA2A8; }
@media (max-width: 600px){
  .sh-phone-bar-note{ display: none; }
  .sh-phone-bar-inner{ justify-content: center; }
}

/* ============ Cart link in the main nav — icon + live count badge ============ */
.main-header-menu .menu-link{ display: inline-flex; align-items: center; gap: 6px; position: relative; }
.sh-nav-cart-icon{ width: 18px; height: 18px; }
.sh-cart-count{
  display: none; align-items: center; justify-content: center;
  min-width: 17px; height: 17px; padding: 0 4px; border-radius: 0;
  background: var(--sh-accent); color: #fff; font-size: 10.5px; font-weight: 700;
  position: relative; top: -8px; left: -2px;
}
.sh-cart-count.is-visible{ display: inline-flex; }

/* ============ Header action icons (account + cart) ============ */
.site-header-primary-section-right{ display: flex !important; align-items: center; gap: 20px; }
.sh-header-actions{ display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.sh-header-action{
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%; color: var(--sh-ink);
  transition: background .2s ease, color .2s ease;
}
.sh-header-action:hover{ background: var(--sh-bg); color: var(--sh-accent-dark); }
.sh-header-action .sh-icon{ width: 20px; height: 20px; }
.sh-header-cart .sh-cart-count{
  display: none; position: absolute; top: 2px; right: 2px;
  min-width: 16px; height: 16px; padding: 0 4px; border-radius: 0;
  background: var(--sh-accent); color: #fff; font-size: 10px; font-weight: 700;
  align-items: center; justify-content: center; line-height: 1;
}
.sh-header-cart .sh-cart-count.is-visible{ display: inline-flex; }

/* Old plain-text cart-in-nav badge (kept in case any menu still lists it) */
.main-header-menu .menu-link{ display: inline-flex; align-items: center; gap: 6px; position: relative; }

@media (max-width: 921px){
  .sh-header-actions{ margin-right: 8px; }
}
cat: /tmp/header-search-cats.css: No such file or directory
cat: /tmp/new-footer.css: No such file or directory

/* ============ Dark category bar under the header ============ */
.sh-cat-bar{ background: #fff; border-top: 1px solid var(--sh-line); border-bottom: 1px solid var(--sh-line); }
.sh-cat-bar-inner{
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none;
}
.sh-cat-bar-inner::-webkit-scrollbar{ display: none; }
.sh-cat-bar-inner a{
  display: flex; align-items: center; gap: 8px; white-space: nowrap;
  color: var(--sh-ink); text-decoration: none; font-size: 13.5px; font-weight: 600;
  padding: 13px 16px; border-bottom: 2px solid transparent;
}
.sh-cat-bar-inner a:hover{ border-bottom-color: var(--sh-accent); }
.sh-cat-bar-all{ background: var(--sh-bg); font-weight: 700 !important; color: var(--sh-ink) !important; }

/* ============ Amazon-style "back to top" strip ============ */
.sh-back-to-top{
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: #22252A; color: #E4E7EA; border: none; cursor: pointer;
  padding: 16px; font-size: 13px; font-weight: 600; letter-spacing: .02em;
  transition: background .2s ease;
}
.sh-back-to-top:hover{ background: #2E3138; }

/* ============ Footer ============ */
.sh-footer{ background: var(--sh-ink); color: #C7CBD1; }
.sh-footer-columns{
  max-width: 1280px; margin: 0 auto; padding: 52px 24px 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
}
.sh-footer-col h3{
  color: #fff; font-family: var(--font-display); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; margin: 0 0 20px;
}
.sh-footer-links{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.sh-footer-links a{ color: #C7CBD1; text-decoration: none; font-size: 14px; transition: color .2s ease; }
.sh-footer-links a:hover{ color: #fff; text-decoration: underline; }

.sh-footer-brand-row{
  border-top: 1px solid rgba(255,255,255,.12); max-width: 1280px; margin: 0 auto;
  padding: 26px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
}
.sh-footer-logo{ font-family: var(--font-display); font-weight: 800; font-size: 21px; color: #fff; }
.sh-footer-pay{ display: flex; gap: 10px; flex-wrap: wrap; }
.sh-footer-pay span{
  border: 1px solid rgba(255,255,255,.22); border-radius: 6px; padding: 5px 12px;
  font-size: 12px; color: #9DA2A8; letter-spacing: .02em;
}

.sh-footer-bottom{
  background: #0A0A0B; padding: 16px 24px; text-align: center;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px;
  font-size: 12.5px; color: #71767C;
}
.sh-footer-tagline{ opacity: .8; }

@media (max-width: 980px){
  .sh-footer-columns{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .sh-footer-columns{ grid-template-columns: 1fr; gap: 32px; }
  .sh-footer-brand-row{ flex-direction: column; align-items: flex-start; }
}

/* ============ Custom site header (fully independent of Astra) ============ */
.sh-site-header{ position: sticky; top: 0; z-index: 90; background: #fff; transition: box-shadow .3s var(--sh-ease); }
.sh-site-header.sh-header-glass{
  background: rgba(255,255,255,.85); backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%); box-shadow: 0 8px 24px rgba(16,17,19,.08);
}
.sh-site-header-row{
  max-width: 1400px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; gap: 28px;
}
.sh-site-logo{ flex-shrink: 0; display: flex; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--sh-ink); text-decoration: none; }
.sh-site-logo img{ max-height: 32px; width: auto; display: block; }

.sh-site-header .sh-header-search{
  flex: 1 1 auto; display: flex; align-items: center; max-width: 520px;
  border: 2px solid var(--sh-ink); border-radius: 0; overflow: hidden; height: 44px;
}
.sh-site-header .sh-header-search input[type="search"]{
  flex: 1; border: none; padding: 0 18px; font-size: 14.5px; font-family: var(--font-body);
  background: transparent; outline: none; min-width: 0; height: 100%;
}
.sh-site-header .sh-header-search button{
  background: var(--sh-ink); color: #fff; border: none; width: 44px; height: 100%;
  display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0;
  transition: background .2s ease;
}
.sh-site-header .sh-header-search button:hover{ background: var(--sh-accent-dark); }

.sh-site-nav{ flex-shrink: 0; }
.sh-site-nav-list{ list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.sh-site-nav-list a{ color: var(--sh-ink); text-decoration: none; font-weight: 600; font-size: 14.5px; white-space: nowrap; }
.sh-site-nav-list a:hover, .sh-site-nav-list .current-menu-item > a{ color: var(--sh-ink); }

.sh-header-actions{ display: flex; align-items: center; gap: 4px; flex-shrink: 0; margin-left: auto; }
.sh-header-action{
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; color: var(--sh-ink);
  transition: background .2s ease, color .2s ease;
}
.sh-header-action:hover{ background: var(--sh-bg); color: var(--sh-accent-dark); }
.sh-header-cart .sh-cart-count{
  display: none; position: absolute; top: 2px; right: 2px;
  min-width: 16px; height: 16px; padding: 0 4px; border-radius: 0;
  background: var(--sh-accent); color: #fff; font-size: 10px; font-weight: 700;
  align-items: center; justify-content: center; line-height: 1;
}
.sh-header-cart .sh-cart-count.is-visible{ display: inline-flex; }

.sh-mobile-toggle{
  display: none; background: none; border: none; color: var(--sh-ink); cursor: pointer;
  width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%;
}
.sh-mobile-toggle:hover{ background: var(--sh-bg); }

.sh-mobile-menu{ display: none; }
.sh-mobile-menu-list{ list-style: none; margin: 0; padding: 8px 24px 16px; display: flex; flex-direction: column; }
.sh-mobile-menu-list a{ display: block; padding: 12px 0; border-bottom: 1px solid var(--sh-line); color: var(--sh-ink); text-decoration: none; font-weight: 600; }

@media (max-width: 1180px){
  .sh-site-nav{ display: none; }
  .sh-mobile-toggle{ display: flex; }
  .sh-mobile-menu.is-open{ display: block; border-top: 1px solid var(--sh-line); }
}
@media (max-width: 760px){
  .sh-site-header .sh-header-search{ display: none; }
  .sh-site-header-row{ gap: 14px; padding: 14px 16px; }
  .sh-site-logo{ font-size: 20px; }
}


*{ margin:0; }
body{ font-family: var(--font-body); font-size:15px; line-height:1.5; -webkit-font-smoothing:antialiased; }
img{ max-width:100%; display:block; }
.sh-container, .sh-main{ max-width:1280px; margin:0 auto; padding:0 24px; }
.sh-main{ padding-top:32px; padding-bottom:8px; }
.sh-icon{ display:inline-block; }

/* product grid */
.woocommerce ul.products{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px 22px; list-style:none; padding:0; margin:0 0 8px; }
.woocommerce ul.products li.product{ background:#fff; border:1px solid var(--sh-line); border-radius:var(--sh-radius); padding:14px 14px 18px; display:flex; flex-direction:column; }
.woocommerce ul.products li.product .sh-card-link{ display:block; aspect-ratio:1/1; overflow:hidden; border-radius:0; margin-bottom:12px; background:var(--sh-bg); }
.woocommerce ul.products li.product .sh-card-link img{ width:100%; height:100%; object-fit:cover; }
.sh-card-badges{ position:absolute; margin:10px; display:flex; flex-direction:column; gap:6px; z-index:2; }
.sh-badge{ display:inline-block; font-size:11px; font-weight:700; padding:4px 9px; border-radius:0; color:#fff; letter-spacing:.02em; }
.sh-badge-sale{ background:#E11D48; }
.sh-badge-pct{ background:var(--sh-ink); }
.sh-badge-hit{ background:var(--sh-accent-dark); }
.sh-badge-new{ background:#2563EB; }
.sh-loop-cat{ font-size:11.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--sh-ink-soft); font-weight:600; margin-bottom:4px; }
.woocommerce-loop-product__title{ display:block; font-family:var(--font-display); font-weight:700; font-size:15px; line-height:1.35; color:var(--sh-ink); text-decoration:none; margin-bottom:6px; }
.sh-carousel-sku{ font-size:11.5px; color:var(--sh-ink-soft); margin-bottom:6px; }
.woocommerce ul.products li.product .price{ font-weight:700; color:var(--sh-accent-dark); margin:0 0 12px; display:block; font-size:15.5px; }
.woocommerce ul.products li.product .price del{ color:var(--sh-ink-soft); font-weight:500; opacity:.7; margin-right:6px; font-size:13.5px; }
.woocommerce ul.products li.product .price ins{ text-decoration:none; }
.woocommerce ul.products li.product .button{ margin-top:auto; padding:11px 16px; font-size:13.5px; }

/* page head / breadcrumb */
.sh-page-head{ margin-bottom:28px; }
.sh-page-head h1{ font-size:30px; margin:8px 0 6px; }
.sh-page-desc{ color:var(--sh-ink-soft); max-width:60ch; }
.sh-breadcrumb{ font-size:13px; color:var(--sh-ink-soft); }
.sh-breadcrumb a{ color:var(--sh-ink-soft); text-decoration:none; }
.sh-breadcrumb a:hover{ color:var(--sh-accent-dark); }
.sh-bc-sep{ margin:0 4px; }

/* single product summary */
.woocommerce div.product{ display:grid; grid-template-columns:1fr 1.05fr; gap:36px; align-items:start; margin-bottom:20px; }
.woocommerce div.product .summary{ display:flex; flex-direction:column; align-items:flex-start; gap:2px; }
.woocommerce div.product .summary h1{ font-size:26px; line-height:1.25; margin:2px 0 12px; }
.woocommerce div.product .summary .price{ font-size:24px; font-weight:800; color:var(--sh-accent-dark); margin-bottom:14px; }
.woocommerce div.product .summary .price del{ font-size:16px; color:var(--sh-ink-soft); font-weight:500; opacity:.7; margin-right:8px; }
.sh-pdp-sku{ font-size:13px; color:var(--sh-ink-soft); margin-bottom:18px; }
.sh-pdp-sku a{ color:var(--sh-ink-soft); text-decoration:underline; }
.woocommerce-product-details__short-description{ color:var(--sh-ink-soft); line-height:1.7; margin-bottom:26px; max-width:60ch; }
.woocommerce div.product .summary .sh-order-btn{ margin-bottom:16px; padding:16px 30px; font-size:15px; }

/* order modal (reuses .sh-qv-* visual language) */
.sh-order-modal .sh-order-form-wrap{ padding:40px 36px; }
.sh-order-modal .sh-order-form-wrap h2{ font-size:23px; margin-bottom:8px; }
.sh-order-modal .sh-order-form-wrap > p{ color:var(--sh-ink-soft); font-size:14px; margin-bottom:24px; }
.sh-order-modal form{ display:flex; flex-direction:column; gap:16px; }
.sh-order-modal label{ display:flex; flex-direction:column; gap:6px; font-size:13px; font-weight:600; color:var(--sh-ink); }
.sh-order-modal input, .sh-order-modal textarea{
  font: inherit; font-size:14.5px; padding:12px 14px; border:1px solid var(--sh-line); border-radius:0;
  outline:none; transition:border-color .2s ease; resize:vertical; background:#fff;
}
.sh-order-modal input:focus, .sh-order-modal textarea:focus{ border-color:var(--sh-ink); }
.sh-order-modal button.button{ justify-content:center; padding:14px; margin-top:6px; width:100%; }
.sh-qv-modal.sh-order-modal{ grid-template-columns:1fr; max-width:480px; }

/* generic content pages (About/Payment/Blog/Legal) */
.sh-page-content{ max-width:76ch; color:var(--sh-ink); line-height:1.75; }
.sh-page-content h2{ font-size:22px; margin:32px 0 12px; }
.sh-page-content h3{ font-size:18px; margin:24px 0 10px; }
.sh-page-content p{ margin:0 0 16px; color:var(--sh-ink-soft); }
.sh-page-content ul, .sh-page-content ol{ margin:0 0 16px 22px; color:var(--sh-ink-soft); }
.sh-page-content a{ color:var(--sh-accent-dark); }
.sh-page-content img{ border-radius:var(--sh-radius); margin:16px 0; }

.sh-thanks{ text-align:center; max-width:420px; margin:60px auto; }
.sh-thanks .sh-contact-badge{ width:64px; height:64px; margin:0 auto 20px; }
.sh-thanks h1{ margin-bottom:12px; }
.sh-thanks .button{ margin-top:20px; justify-content:center; }

/* header search results dropdown + search page */
.sh-header-search{ position:relative; }
.sh-search-results{
  position:absolute; top:calc(100% + 8px); left:0; right:0; background:#fff;
  border:1px solid var(--sh-line); border-radius:0;
  max-height:360px; overflow-y:auto; display:none; z-index:50;
}
.sh-search-results.is-open{ display:block; }
.sh-search-results a{ display:flex; gap:12px; align-items:center; padding:10px 14px; text-decoration:none; color:var(--sh-ink); border-bottom:1px solid var(--sh-line); }
.sh-search-results a:last-child{ border-bottom:none; }
.sh-search-results img{ width:40px; height:40px; object-fit:cover; border-radius:0; flex-shrink:0; }
.sh-search-results .sh-sr-name{ font-size:13.5px; font-weight:600; }
.sh-search-results .sh-sr-price{ font-size:12.5px; color:var(--sh-accent-dark); font-weight:700; }
.sh-search-results .sh-sr-empty{ padding:16px; color:var(--sh-ink-soft); font-size:13.5px; text-align:center; }
.sh-search-page-input{
  width:100%; max-width:520px; padding:14px 18px; border:2px solid var(--sh-ink); border-radius:0;
  font-size:15px; font:inherit; outline:none;
}

@media (max-width:900px){
  .woocommerce ul.products{ grid-template-columns:repeat(2,1fr); }
  .woocommerce div.product{ grid-template-columns:1fr; }
}
@media (max-width:560px){
  .woocommerce ul.products{ grid-template-columns:repeat(2,1fr); gap:16px 12px; }
  .sh-page-head h1{ font-size:24px; }
}

/* No hover/idle motion anywhere, per explicit request: static hover states only (plain color changes are fine, no scaling/lifting/rotating/animating) */
*, *::before, *::after{ animation: none !important; transition: none !important; }
.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:hover img,
.sh-collection-tile:hover .sh-collection-img img,
.sh-inspiration-tile:hover img,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.ast-button:hover, button.ast-woocommerce-button:hover,
.button:active, button.button:active,
.sh-qv-close:hover{
  transform: none !important;
  box-shadow: none !important;
}
