/* Stillhead child theme overrides */
:root { /* custom properties here */ }

/* Base header (top of page) */
#sh-main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;

  background: transparent;
  transition: background-color 220ms ease, padding 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  will-change: background-color, padding, transform;
}

/* The scrolled state */
#sh-main-header.is-scrolled {
  background: rgba(10, 10, 10, 0.32); /* tweak */
  backdrop-filter: blur(8px);         /* optional */
  -webkit-backdrop-filter: blur(8px); /* Safari */
  box-shadow: 0 8px 30px rgba(0,0,0,0.18);
}

#sh-main-header.is-scrolled .elementor-container {
  min-height: 80px;
}

/* Optional: scale logo slightly on scroll (target your logo widget if needed) */
#sh-main-header.is-scrolled img {
  transition: transform 220ms ease;
}
#sh-main-header.is-scrolled img {
  transform: scale(0.82); /*92*/
}

/* Avoid jump: add top padding to the page equal to header height (set your real header height) */
body.sh-has-fixed-header {
  /* padding-top: 110px; change to your header default height */
}

#sh-default-btn {min-width: 130px;}

.home-blog h3 {min-height: 84px;}
.home-blog .elementor-post__excerpt {min-height: 105px;}

#product-loop-meta .product_meta {border: 0; padding: 0; margin: 0;}
#product-loop-meta .sku_wrapper, 
#product-loop-meta .posted_in .detail-label, 
#product-loop-meta .tagged_as {display: none;}

.price *{color:var( --e-global-color-primary )}
.price del *{color:var( --e-global-color-secondary )!important}

.sh-product-loop form.cart {padding: 0 !important; border: 0 !important;}

form[name="EO Subscribe"] label[for="form-field-email"] {
    display: none !important;
}

form[name="EO Subscribe"] .elementor-field-type-checkbox {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 0;
    margin-bottom: 0;
}

form[name="EO Subscribe"] .elementor-field-type-checkbox .elementor-field-subgroup {flex-basis: unset !important;}
form[name="EO Subscribe"] .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option {padding-inline-end: unset !important;}
form[name="EO Subscribe"] .elementor-field-type-checkbox label {margin-bottom: 0 !important;}

.sku_wrapper.detail-container, .posted_in.detail-container .detail-label, .tagged_as.detail-container{display: none !important;}

.sh-product-loop .product_meta {padding: 0; margin: 0; border: 0;}

.sh-product-loop .button.add_to_cart_button {padding:10px 20px !important;}
.sh-product-loop .elementor-widget-woocommerce-product-short-description {min-height: 120px;}
.sh-product-loop .elementor-widget-woocommerce-product-title {min-height: 45px;}

.yith-wcwl-add-to-wishlist-button {padding: 0;}
.yith-wcwl-add-to-wishlist-button__label {display: none;}

#sh-prod-loop .span_1_of_3 {
    width: 100%;
}

#sh-prod-loop .elementor-page-title {display: inline-block !important;}

#sh-prod-loop .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
    color: var(--e-global-color-primary);
    font-family: "Muller Bold", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

#sh-prod-loop .price .woocommerce-Price-amount.amount {text-align: start !important;}

#sh-prod-loop .cart .button {
    font-family: "Muller Bold", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 9px 9px 9px 9px;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    transition: all 0.2s;
    color: #fff;
}

#sh-prod-loop .cart .button:hover {
    opacity: 0.6;
}

.blog-featured-post .elementor-post__excerpt p{max-width: 80%;}

.site-breadcrumbs *{text-transform: uppercase !important;}

.post-singel-content h1, 
.post-singel-content h2, 
.post-singel-content h3, 
.post-singel-content h4, 
.post-singel-content h5, 
.post-singel-content h6 {
	  color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.post-singel-content p {
	  margin-bottom: 22px;;
}

/*Cocktail Start*/
/* === Cocktail Archive List === */
.wf-cocktail-archive{
  display:flex;
  flex-direction:column;
}

/* Card layout */
.wf-cocktail-card{
  background:#1f1f1f;              /* match your dark panel vibe */
  overflow:hidden;
  padding: 90px 60px;
}

.wf-cocktail-card__inner{
  display:grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  align-items: center;
}

/* Alternate layout */
.wf-cocktail-card--image-right .wf-cocktail-card__media{ order:2; }
.wf-cocktail-card--image-right .wf-cocktail-card__body{ order:1; }

.wf-cocktail-card__media{
  position:relative;
}

.wf-cocktail-card__media-link{
  display:block;
  height:100%;
}

.wf-cocktail-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius: 20px !important;
}

.wf-cocktail-card__img--placeholder{
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.06);
}

/* Body */
.wf-cocktail-card__body{
  color:#fff;
}

.wf-cocktail-card__title{
  margin: 0 0 10px;
  font-size: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 57px;
  margin-bottom: 30px
}

.wf-cocktail-card__desc{
  opacity:0.85;
  line-height:1.55;
  margin:0 0 30px;
}

/* Split columns (Ingredients/Method) */
.wf-cocktail-card__split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin:16px 0 14px;
}

.wf-cocktail-card__h{
  margin: 0 0 8px;
  font-size: 16px !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  font-weight: bold !important;
}

.wf-cocktail-card__empty{
  opacity:0.5;
}

/* Lists */
.wf-cocktail-list{
  margin:0;
  padding-left:16px;
}

.wf-cocktail-list__item{
  margin:0 0 6px;
}

/* Icon row */
.wf-cocktail-card__iconrow{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: space-evenly;
}

.wf-cocktail-iconmeta{
  display:flex;
  gap:8px;
  align-items:center;
  font-size:13px;
  opacity:0.9;
}

.wf-cocktail-ico{
  width:30px;
  height:30px;
  fill:currentColor;
  opacity:0.9;
}

/* Products */
.wf-cocktail-card__products{
  margin-top:16px;
}

.wf-cocktail-products{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
}

.wf-cocktail-product{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#f3efe8;              /* light product panel like your mock */
  border-radius:14px;
  padding:12px;
}

.wf-cocktail-product__link{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  color:#1a1a1a;
  flex:1;
  min-width:0;
}

.wf-cocktail-product__thumb{
  width:54px;
  height:54px;
  flex:0 0 54px;
  border-radius:12px;
  overflow:hidden;
  background:rgba(0,0,0,0.06);
}

.wf-cocktail-product__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.wf-cocktail-product__meta{
  min-width:0;
}

.wf-cocktail-product__title{
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wf-cocktail-product__price{
  font-size:13px;
  opacity:0.75;
  margin-top:2px;
}

.wf-cocktail-product__actions{
  display:flex;
  align-items:center;
}

.wf-cocktail-product__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:12px;
  background:#cf7a2b;              /* your orange CTA vibe */
  color:#fff;
  text-decoration:none;
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.wf-cocktail-card.wf-cocktail-card--image-right {background: #2E2A2A !important;}
.wf-cocktail-card.wf-cocktail-card--image-left .wf-cocktail-card__body {padding: 0 15% 0 10%;}
.wf-cocktail-card.wf-cocktail-card--image-right .wf-cocktail-card__body {padding: 0 10% 0 15%;}

.wf-cocktail-products p.wf-shortdesc-placeholder, .wf-cocktail-products .woocommerce-product-details__short-description {margin-top: 10px;}
.wf-cocktail-products p.stock.in-stock, .wf-cocktail-products p.stock.out-of-stock {font-weight: bold;}

.wf-cocktail-products p.wf-shortdesc-placeholder, 
.wf-cocktail-products p.stock.in-stock, 
.wf-cocktail-products p.stock.out-of-stock, 
.wf-cocktail-products .woocommerce-product-details__short-description  {color:#221F1F !important;}

.wf-cocktail-products .sh-prod-cocktails {display: none !important;}

.wf-cocktail-products p.price{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.wf-cocktail-products .elementor-widget-woocommerce-product-short-description {min-height: unset !important;}

.wf-cocktail-products p.price del *{color: rgb(35,31,32,0.5) !important;}

/* Responsive */
@media (max-width: 900px){
  .wf-cocktail-card__inner{
    grid-template-columns: 1fr;
  }
  .wf-cocktail-card--image-right .wf-cocktail-card__media,
  .wf-cocktail-card--image-right .wf-cocktail-card__body{
    order:unset;
  }
  .wf-cocktail-card__media{
    min-height:260px;
  }
  .wf-cocktail-card__split{
    grid-template-columns:1fr;
  }
}

/*Cocktail Ends*/

@media (max-width: 1024px) {
  /* body.sh-has-fixed-header { padding-top: 90px; } */
}

@media (max-width: 767px) {
  /* body.sh-has-fixed-header { padding-top: 78px; } */
}

/* Product loop: cocktails thumbnails (shortcode: [prod-loop-cocktails]) */
.sh-prod-cocktails{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.sh-prod-cocktails__item{
  width: 60px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 9px;
  padding: 10px;
  cursor: pointer;
}
.sh-prod-cocktails__img{
  display:block;
  width:100%;
  height:auto;
}

/* Shop filter bar (shortcode: [sh_shop_filterbar]) */
.sh-shop-filterbar *{color: var(--e-global-color-accent) !important;}
.sh-shop-filterbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
}
.sh-shop-filterbar__cats{
  flex:1 1 auto;
}
.sh-shop-filterbar__cats-list{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
  align-items:center;
}
.sh-shop-filterbar__cat-item{
  position:relative;
}
.sh-shop-filterbar__cat-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:.04em;
}
.sh-shop-filterbar__caret{
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:6px solid currentColor;
  transform:translateY(1px);
}
.sh-shop-filterbar__subcats{
  position:absolute;
  top:100%;
  left:0;
  margin:10px 0 0;
  padding:10px 0;
  list-style:none;
  min-width:220px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  display:none;
  z-index:999;
}
.sh-shop-filterbar__cat-item:hover > .sh-shop-filterbar__subcats,
.sh-shop-filterbar__cat-item:focus-within > .sh-shop-filterbar__subcats{
  display:block;
}
.sh-shop-filterbar__subcat-link{
  display:block;
  padding:8px 14px;
  text-decoration:none;
  white-space:nowrap;
}
.sh-shop-filterbar__subcat-link:hover,
.sh-shop-filterbar__subcat-link:focus{
  background:rgba(0,0,0,.05);
}

.sh-shop-filterbar__sort{
  flex:0 0 auto;
}
.sh-shop-filterbar__sort-select{
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:.04em;
  /*padding:10px 34px 10px 14px;*/
  border-radius:999px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  appearance:none;
}

.sh-awards-badge{
	width:60px;
	height:60px;
	object-fit:contain;
	display:inline-block;
}

.sh-awards-badges{
	display:flex;
	gap:8px;
	align-items:center;
	flex-wrap:wrap;
}

/*WooCommerce Start*/
body.single.woocommerce .product_meta{border-top:0; margin-top: 0; padding: 0; border-bottom: 0; font-size: inherit; color: inherit;}
body.single.woocommerce h1.entry-title{border-bottom:0; padding: 0;}
.woocommerce div.product div.woocommerce-product-details__short-description {margin-top: 0 !important;}
.woocommerce div.product .product_title {font-size: 24px; margin: 0 !important;}
.product_meta .posted_in a {color: rgb(35,31,32,0.5) !important; font-weight: 700 !important;}
.product_meta .posted_in a:hover {text-decoration: underline;}
/*WooCommerce Ends*/

div#prod-loop-related-img img{max-height: 350px !important; width: auto !important;}

.woocommerce #single-add-to-cart-block p.price{margin: 0 !important;}
.woocommerce #single-add-to-cart-block .elementor-widget-wrap{padding: 0 !important;}
#prod-single-qty p.stock{display: none;}
#prod-single-qty form {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: inline-block;
}
#prod-single-qty form button{float:right;}

#bottle-select .elementor-cta__bg {background-size: contain;}
#bottle-select h4 {
    margin: 0;
    position: absolute;
    background: black;
    color: white;
    z-index: 99999;
    top: -54px;
}

.single-product .sh-awards-badges img{width: 100px;}
.single-product .sh-prod-cocktails {flex-direction: column; gap:20px}

/*Prod Accordion Slider Starts*/
.sh-prod-acc{
  width:100%;
}

.sh-prod-acc__item{
  border-bottom:1px solid rgba(0,0,0,0.15);
}

.sh-prod-acc__header{
  width:100%;
  background:transparent;
  border:0;
  padding:18px 0 !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.sh-prod-acc__title{
  font-weight:700;
  text-transform:uppercase;
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  line-height: var(--e-global-typography-text-line-height);
}

.sh-prod-acc__panel{
  padding:0 0 18px 0;
}

.sh-prod-acc__content *{
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  line-height: var(--e-global-typography-text-line-height);
}

.sh-prod-acc__content h1, .sh-prod-acc__content h2, .sh-prod-acc__content h3, .sh-prod-acc__content h4, .sh-prod-acc__content h5, .sh-prod-acc__content h6{
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 16px !important;
  line-height: var(--e-global-typography-text-line-height);
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  opacity: 0.8 !important;
}

.sh-prod-acc__content p:last-child{ margin-bottom:0; }

.sh-prod-acc__content p{margin-bottom: 10px;}
.sh-prod-acc__content ul{list-style: disc !important; margin-left: 20px !important;}
.sh-prod-acc__content ol{list-style: auto !important; margin-left: 20px !important;}

/* Chevron default = down */
.sh-prod-acc__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease;
}

.sh-prod-acc__icon i{font-size: 20px;}

/* Open = up */
.sh-prod-acc__item.is-open .sh-prod-acc__icon{
  transform:rotate(180deg);
}

/*Prod Accordion Slider ends*/

.sh-popup-loading { opacity: .1; pointer-events: none; }

#bottles-btns {cursor:pointer;}

#mini-cart a, #mini-cart a:hover, #mini-cart a:focus{border:0 !important;}
.elementor-menu-cart__container {overflow:visible !important; max-height: 100vh !important;}
.elementor-menu-cart__main {min-height: 100vh !important;}

.woocommerce-notices-wrapper {
    position: fixed;
    width: 100%;
    background: #222;
    z-index: 999;
    left: 0px;
    border: 0 !important;
    color: #fff;
    bottom: 0;
}

.single .woocommerce-message {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    padding: 20px;
}

.single .woocommerce-message a {
    float: right;
    min-height: 10%;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 9px;
    border-width: 1px !important;
}

.single .woocommerce-message a:hover {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    padding: 6px 18px !important;
    line-height: 1 !important;
    border-width: 1px !important;
}

.elementor-button.elementor-button--view-cart.elementor-size-md {background-color: #231F20;}
.elementor-button.elementor-button--checkout.elementor-size-md {background-color: var(--e-global-color-primary);}

.elementor-button.elementor-button--view-cart.elementor-size-md:hover {opacity: 0.7;}
.elementor-button.elementor-button--checkout.elementor-size-md:hover {opacity: 0.7;}

.amount {
    color: var(--e-global-color-primary) !important;
}

@media (max-width: 1024px){
  .sh-shop-filterbar{
    flex-wrap:wrap;
    gap:14px;
  }
  .sh-shop-filterbar__cats-list{
    gap:18px;
  }
}

@media (max-width: 767px){
  .sh-shop-filterbar__cats-list{
    gap:14px;
  }
  .sh-shop-filterbar__subcats{
    position:static;
    display:block;
    margin-top:8px;
    box-shadow:none;
  }
}


/* ---------------------------------------------
   Stillhead Custom Cart Layout
---------------------------------------------- */
.woocommerce-cart .woocommerce-notices-wrapper { margin: 0 0 18px; }

.sh-cart-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 16px 60px;
}
.sh-cart-steps{
  display:flex;
  justify-content:center;
  gap:28px;
  margin: 10px 0 26px;
}
.sh-step{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-size:14px;
}
.sh-step-num{
  width:28px;height:28px;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#111;
  font-size:14px;
}
.sh-step.is-disabled{ opacity:.35; }
.sh-step.is-disabled .sh-step-num{ background:#777; color:#222; }

.sh-cart-grid{
  display:grid;
  gap:28px;
  align-items:start;
}
.sh-cart-wrap.has-merch .sh-cart-grid{
  grid-template-columns: 300px 1fr 420px;
}
.sh-cart-wrap.no-merch .sh-cart-grid{
  grid-template-columns: 1fr 420px;
}
@media (max-width: 1100px){
  .sh-cart-wrap.has-merch .sh-cart-grid,
  .sh-cart-wrap.no-merch .sh-cart-grid{
    grid-template-columns: 1fr;
  }
  .sh-cart-summary{ order: 3; }
  .sh-cart-main{ order: 2; }
  .sh-cart-merch{ order: 1; }
}

.sh-merch-card,
.sh-cart-main,
.sh-summary-card{
  background:#fff;
  border-radius:18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
  overflow:hidden;
}
.sh-cart-main{ padding: 22px 18px; }
.sh-summary-card{ padding: 18px; }

.sh-cart-table{ width:100%; }
.sh-cart-header{
  display:grid;
  grid-template-columns: 1fr 170px 150px;
  padding: 0 6px 10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  margin-bottom: 6px;
}
.sh-cart-col{
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:12px;
  color:#b0b0b0;
}
.sh-cart-col-qty{ text-align:center; }
.sh-cart-col-subtotal{ text-align:right; }

.sh-cart-product{
  display:grid;
  grid-template-columns: 26px 70px 1fr;
  gap: 14px;
  align-items:center;
}
.sh-cart-remove .remove{
  display:inline-flex;
  width:22px;height:22px;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#ff3b30;
  color:#fff;
  font-size:16px;
  line-height:1;
  text-decoration:none;
}
.sh-cart-thumb img{ border-radius:10px; background:#f2efe9; }
.sh-cart-price{ margin-top:6px; font-weight:800; color:#999; }

.sh-qty-wrap{
  display:grid;
  grid-template-columns: 34px 48px 34px;
  justify-content:center;
  align-items:center;
  border:1px solid rgba(0,0,0,.18);
  border-radius:6px;
  overflow:hidden;
  width:116px;
  margin: 0 auto;
}
.sh-qty-btn{
  height:34px;
  border:0;
  background:#fff;
  font-weight:900;
  font-size:16px;
  cursor:pointer;
}
.sh-qty-wrap input.qty{
  width:48px !important;
  height:34px;
  border:0 !important;
  text-align:center;
  padding:0 !important;
  margin:0 !important;
  font-weight:800;
}
.sh-cart-subtotal{
  text-align:right;
  font-weight:900;
  font-size:18px;
  color:#111;
}

.sh-cart-actions{
  display:flex;
  justify-content:flex-end;
  padding-top: 14px;
}

.sh-coupon-row{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom: 12px;
}

.sh-summary-card .checkout-button{
  width:100%;
  border-radius:10px;
  font-weight:900;
  text-transform:uppercase;
}

.sh-merch-body{
  padding: 0 22px 0;
  text-align:center;
}
.sh-merch-text{
  color:#a3a3a3;
  font-weight:700;
  margin:0 0 14px;
}

/* Merch modal */
body.sh-modal-open{ overflow:hidden; }
.sh-merch-modal{
  position:fixed;
  inset:0;
  display:none;
  z-index:99999;
}
.sh-merch-modal.is-open{ display:block; }
.sh-merch-modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.sh-merch-modal__panel{
  position:relative;
  width:min(920px, calc(100% - 32px));
  max-height: calc(100% - 80px);
  overflow:auto;
  background:#fff;
  border-radius:18px;
  margin: 40px auto;
  padding: 22px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.sh-merch-modal__panel br {display:none !important;}
.sh-merch-modal__close{
  position:absolute;
  top:10px; right:14px;
  width:38px;height:38px;
  border-radius:50%;
  border:0;
  background:#f2f2f2;
  font-size:24px;
  cursor:pointer;
}
.sh-merch-modal__title{     margin: 0 0 16px;
    font-weight: 900;
    font-size: 42px !important;
    line-height: 42px;
    margin-bottom: 30px; }

.sh-merch-list{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.sh-merch-list .sh-qty-btn, .sh-merch-list .sh-merch-qty {
	height: 38px;
    border: 1px solid #d7d7d7 !important;
    background: #fff;
    font-weight: 900;
    border-radius: 6px;
    border-radius: 0 !important;
    margin: 0 !important;
    color: #222 !important;
    padding: 5px !important;
    width: 38px;
}

.sh-merch-item{
  display:grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 20px 12px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
}
.sh-merch-item__img img{ border-radius: 12px; background:#f2efe9; }
.sh-merch-item__name{
	font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    font-size: 20px;
}
.sh-merch-item__desc{ color:#666; font-weight:600; margin-bottom: 10px; }
.sh-merch-item__bottom{
  display:flex;
  gap: 12px;
  align-items:center;
  flex-wrap:wrap;
}
.sh-merch-item__bottom p, .sh-merch-item__bottom button{margin:0 !important;}
.sh-merch-item__price{ font-weight: 900; }
.woocommerce-cart .sh-merch-add{
	background: #d47b2b !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    font-weight: 900 !important;
    letter-spacing: .06em;
	border:1px solid #d47b2b !important;
    margin-top: 10px;
	text-transform: uppercase;
	display: block;
    margin-bottom: 0;
    text-align: center;
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
}

.woocommerce-cart .sh-merch-add:hover{
	background: transparent !important;
    padding: 14px 16px !important;
	color: #222;
	border:1px solid #222 !important;
}


/* --- Cart AJAX busy overlays (middle + right columns) --- */
.sh-cart-main,
.sh-cart-summary{
  position: relative;
}

.sh-cart-main .sh-ajax-overlay,
.sh-cart-summary .sh-ajax-overlay{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,0.65);
  border-radius: 18px;
  z-index: 50;
  pointer-events: all;
}

.sh-cart-main.is-busy .sh-ajax-overlay,
.sh-cart-summary.is-busy .sh-ajax-overlay{
  display:flex;
}

.sh-wc-spinner{
  width:42px;
  height:42px;
  background-image: var(--sh-spinner-url);
  background-repeat:no-repeat;
  background-position:center;
  background-size: contain;
  position: relative;
}

/* subtle fallback spinner ring (in case WC gif/svg doesn't load) */
.sh-wc-spinner:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  border:3px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.45);
  animation: shSpin .8s linear infinite;
}

@keyframes shSpin{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}

