/*
Theme Name:   Salient Child
Template:     salient
*/

/* =========================================================
   JOYD — PRODUCTS-ONLY SHOP LAYOUT
   Hides the customer-facing category sidebar and expands the product area.
   ========================================================= */
body.woocommerce-shop #sidebar,
body.tax-product_cat #sidebar {
  display: none !important;
}

body.woocommerce-shop #post-area > .span_9,
body.tax-product_cat #post-area > .span_9,
body.woocommerce-shop #post-area > .col_last,
body.tax-product_cat #post-area > .col_last {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: none !important;
}

/* The main shop column is nested in some Salient layouts. */
body.woocommerce-shop #post-area .span_9,
body.tax-product_cat #post-area .span_9 {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

/* =========================================================
   JOY DESIGN STUDIO — CUSTOM STYLES
   ========================================================= */


/* =========================================================
   FONT
   Replace the @font-face paths with your actual Gotham files
   when available.
   ========================================================= */

/*
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.woff2') format('woff2'),
       url('fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.woff2') format('woff2'),
       url('fonts/Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/


/* =========================================================
   GLOBAL CUSTOM FONT
   ========================================================= */

.joyd-feature-badges,
.joyd-feature-badge,
.joyd-delivery-note,
.joyd-get-by,
.joyd-info-block,
.joyd-accordion,
.joyd-accordion-trigger,
.joyd-accordion-panel,
form.cart,
form.cart .quantity,
form.cart .quantity label,
.joyd-add-to-cart-button,
.joyd-buy-now-button {
  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
}


/* =========================================================
   FEATURE BADGES — SINGLE PRODUCT PAGE
   ========================================================= */

.joyd-feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 14px 0;
}

.joyd-feature-badge {
  display: inline-flex;
  align-items: center;
  background: #EFE6D6;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 12px;
  color: #4A2E19;
  font-weight: 500;
	margin-bottom: 3px !important;
}

/* =========================================================
   SINGLE PRODUCT — PRICE
   ========================================================= */

/* Current / sale price */
.single-product .summary .price ins,
.single-product .summary .price ins .woocommerce-Price-amount,
.single-product .summary .price ins .woocommerce-Price-amount bdi,
.single-product .summary .price > .woocommerce-Price-amount,
.single-product .summary .price > .woocommerce-Price-amount bdi {
  font-weight: 700 !important;
  color: #000000 !important;
  text-decoration: none !important;
}

/* Old / original price */
.single-product .summary .price del,
.single-product .summary .price del .woocommerce-Price-amount,
.single-product .summary .price del .woocommerce-Price-amount bdi {
  font-weight: 400 !important;
  opacity: 0.5 !important;
}


/* =========================================================
   GET BY + DELIVERY NOTE — COMBINED BLOCK, SINGLE PRODUCT PAGE
   ========================================================= */

.joyd-info-block {
  border-top: 1px solid #E4DCCC;
  border-bottom: 1px solid #E4DCCC;
	
  margin: 4px 0 16px !important;
  padding: 12px 0;
	
  display: flex;
  flex-direction: column;
	
  gap: 1px;
}

.joyd-get-by-label {
  margin-right: 4px !important;
}

.joyd-info-block .joyd-get-by {
  margin: 0;
	
  font-size: 13px;
  color: #B5622F;
}

.joyd-info-block .joyd-get-by strong {
  color: #4A2E19;
}

.joyd-info-block .joyd-delivery-note {
  display: flex;
  align-items: center;
  gap: 8px;
	
  background: #F1EBE0;
  border-radius: 16px;
	
  padding: 10px 14px;
  font-size: 12.5px;
	
  color: #4A2E19;
	
  margin: 0;
}

/* Delivery truck icon */
.joyd-delivery-note::before {
  content: "🚚";

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  font-size: 15px;
  line-height: 1;

  margin-right: 2px;
}

/* =========================================================
   GET BY ROW + PURCHASE TO ORDER (PTO)
   ========================================================= */

.joyd-get-by-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;

  gap: 8px !important;

  width: 100% !important;

  /* Reduce space before delivery box */
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
}


/* Get By */
.joyd-get-by-row .joyd-get-by {
  display: inline-flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;

  flex: 0 0 auto !important;

  font-size: 13px !important;
  line-height: 24px !important;
}


/* PTO wrapper */
.joyd-pto-wrap {
  position: relative;

  display: inline-flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;

  flex: 0 0 auto !important;
}


/* =========================================================
   PTO BADGE
   ========================================================= */

.joyd-pto-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 5px !important;

  height: 24px !important;
  min-height: 24px !important;

  padding: 0 9px !important;
  margin: 0 !important;

  background: #FFF8EC !important;
  color: #B5622F !important;

  border: 1px solid #E59A23 !important;
  border-radius: 12px !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;

  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  white-space: nowrap !important;

  box-shadow: none !important;
  cursor: help !important;

  /* Prevent theme button styles shifting it */
  transform: none !important;
}


/* Small information circle */
.joyd-pto-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #E59A23;
  border-radius: 50%;

  color: #B5622F;

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}


/* =========================================================
   DELIVERY BOX — CLOSER TO GET BY
   ========================================================= */

.joyd-info-block .joyd-delivery-note {
  margin: 0 !important;
}


/* =========================================================
   PTO TOOLTIP
   ========================================================= */

.joyd-pto-tooltip {
  position: absolute;

  right: 0;
  bottom: calc(100% + 9px);

  width: 285px;
  max-width: calc(100vw - 32px);

  padding: 12px 14px;

  background: #2A241C;
  color: #ffffff;

  border-radius: 8px;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;

  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5;

  text-align: left;
  white-space: normal;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(4px);

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;

  z-index: 9999;
}


.joyd-pto-tooltip strong {
  display: block;

  margin-bottom: 5px;

  color: #ffffff;

  font-size: 12px;
  font-weight: 600;
}


.joyd-pto-tooltip span {
  display: block;
}


.joyd-pto-wrap:hover .joyd-pto-tooltip,
.joyd-pto-wrap:focus-within .joyd-pto-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 480px) {

  .joyd-get-by-row {
    gap: 6px !important;
    margin-bottom: 5px !important;
  }

  .joyd-pto-badge {
    height: 22px !important;
    min-height: 22px !important;

    padding: 0 7px !important;

    font-size: 10px !important;
  }

  .joyd-get-by-row .joyd-get-by {
    line-height: 22px !important;
  }

  .joyd-pto-info {
    width: 13px;
    height: 13px;

    font-size: 8px;
  }

  .joyd-pto-tooltip {
    width: 260px;

    right: auto;
    left: 0;
  }

}


/* =========================================================
   SHOP / CATEGORY PAGE — HIDE SALE BADGE
   ========================================================= */

.woocommerce ul.products li.product > .onsale,
.woocommerce ul.products li.product .product-wrap > .onsale,
.woocommerce-page ul.products li.product > .onsale {
  display: none !important;
}


/* =========================================================
   SHOP GRID — PRICE TYPOGRAPHY
   ========================================================= */

.woocommerce ul.products li.product .price {
  line-height: 1.3 !important;
  margin-top: 2px !important;
}


/* Original / crossed-out price */
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount,
.woocommerce ul.products li.product .price del bdi {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #BEBEBE !important;
  opacity: 1 !important;
  line-height: 1.3 !important;
}

.woocommerce ul.products li.product .price del {
  margin-right: 4px !important;
}


/* Actual / current price */
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount,
.woocommerce ul.products li.product .price ins bdi,
.woocommerce ul.products li.product .price > .amount,
.woocommerce ul.products li.product .price > .amount bdi {
  font-size: 17px !important;
  font-weight: 1000 !important;
  color: #000000 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}


/* Currency symbol follows price size */
.woocommerce ul.products li.product
.price .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}


/* =========================================================
   ATOME — SHOP / PRODUCT GRID ONLY
   Does not affect single product page
   ========================================================= */

.woocommerce ul.products li.product .atome-wc-price-divider {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  margin-top: 2px !important;
  line-height: 1.2 !important;
}


/* Atome icon */
.woocommerce ul.products li.product
.atome-wc-price-divider img.atome-icon {
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;

  object-fit: contain !important;
  display: inline-block !important;
  flex: 0 0 10px !important;

  margin: 0 2px 0 0 !important;
}


/* =========================================
   ATOME PRICE — RM79.67
   ========================================= */

.woocommerce ul.products li.product
.atome-wc-price-divider .atome-price,

.woocommerce ul.products li.product
.atome-wc-price-divider .atome-price
.woocommerce-Price-amount,

.woocommerce ul.products li.product
.atome-wc-price-divider .atome-price
.woocommerce-Price-amount bdi,

.woocommerce ul.products li.product
.atome-wc-price-divider .atome-price
.woocommerce-Price-currencySymbol {
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #FF0000 !important;
}


/* =========================================
   ATOME LABEL — × 3 Months
   ========================================= */

.woocommerce ul.products li.product
.atome-wc-price-divider .atome-label {
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #A9A9A9 !important;
}


/* =========================================================
   CATEGORY FEATURE TAGS — SHOP / PRODUCT GRID
   Easy Clean / Water Repellent / PU Leather / etc.
   ========================================================= */

.woocommerce ul.products li.product .wc-tag-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;

  gap: 5px !important;

  margin-top: 10px !important;
}


/* Main tag */
.woocommerce ul.products li.product .wc-tag {
  display: inline-flex !important;
  align-items: center !important;

  min-height: 24px !important;

  padding: 0 !important;

  background: #ffffff !important;

  border: 2px solid #26495B !important;
  border-radius: 0 !important;

  color: #26495B !important;

  overflow: hidden !important;
}


/* Tag icon section */
.woocommerce ul.products li.product
.wc-tag .wc-tag__icon {
  width: 24px !important;
  height: 24px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 24px !important;

  background: #26495B !important;
  color: #ffffff !important;
}


/* Tag text section */
.woocommerce ul.products li.product
.wc-tag .wc-tag__text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 24px !important;

  padding: 0 10px !important;

  background: #ffffff !important;
  color: #26495B !important;

  font-size: 9px !important;
  font-weight: 600 !important;

  line-height: 1 !important;
  letter-spacing: 0 !important;

  white-space: nowrap !important;
}


/* =========================================================
   PRODUCT DETAILS — SEO + 3 COLUMNS + LIFESTYLE IMAGES
   ========================================================= */

.single-product .joyd-product-details-section{width:100%;clear:both;margin:55px 0 0;font-family:'Gotham','Helvetica Neue',Arial,sans-serif;color:#2A241C}
.single-product .joyd-product-details-inner{width:min(1120px,calc(100% - 48px));margin:0 auto}

/* Long SEO description */
.single-product .joyd-product-long-description{
	padding:50px 0 52px;
	background:#FAF9F4
}
.single-product .joyd-product-long-description .joyd-product-details-inner{
	max-width:980px;
	margin: 0 auto;
	padding:28px 40px;
	border-top:1px solid #E4DCCC;
	border-bottom:1px solid #E4DCCC;
	text-align:center
}
.single-product .joyd-product-long-description p{
	margin:0 0 14px;
	font-size:13px;
	line-height:1.7;
	color:#4A4438
}

.single-product .joyd-product-long-description p:last-child{margin-bottom:0}

/* Three specification cards */
.single-product .joyd-product-specs{padding:66px 0 70px;background:#F1EEE7}
.single-product .joyd-product-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.single-product .joyd-product-spec-card{overflow:hidden;margin:0;padding:0;background:#FFF;border:1px solid #EAE4DA;border-radius:10px;box-shadow:0 2px 8px rgba(42,36,28,.025)}
.single-product .joyd-product-spec-card__summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0!important;padding:16px 18px 13px!important;border-bottom:2px solid #E59A23;font-family:'Gotham','Helvetica Neue',Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:.04em;text-transform:uppercase;color:#2A241C!important;cursor:pointer!important;list-style:none!important}
.single-product .joyd-product-spec-card__summary::-webkit-details-marker{display:none!important}
.single-product .joyd-product-spec-card__summary::marker{display:none!important;content:''!important}
.single-product .joyd-product-spec-card__toggle{position:relative;display:inline-flex!important;flex:0 0 18px!important;width:18px!important;height:18px!important;border:1px solid #E59A23!important;border-radius:50%!important}
.single-product .joyd-product-spec-card__toggle::before,.single-product .joyd-product-spec-card__toggle::after{content:'';position:absolute;top:50%;left:50%;width:8px;height:1px;background:#E59A23;transform:translate(-50%,-50%);transition:transform .2s ease}
.single-product .joyd-product-spec-card__toggle::after{transform:translate(-50%,-50%) rotate(90deg)}
.single-product .joyd-product-spec-card[open] .joyd-product-spec-card__toggle::after{transform:translate(-50%,-50%) rotate(0deg)}
.single-product .joyd-product-spec-card__body{padding:3px 18px 12px}
.single-product .joyd-detail-row{padding:11px 0;border-bottom:1px dotted #DDD5C8}
.single-product .joyd-detail-row:last-child{border-bottom:0}
.single-product .joyd-detail-label{display:block;margin-bottom:4px;font-size:9px;font-weight:500;line-height:1.3;letter-spacing:.03em;text-transform:uppercase;color:#8A8176}
.single-product .joyd-detail-value{display:block;font-size:11.5px;font-weight:400;line-height:1.5;color:#4A4438}
.single-product .joyd-detail-empty{margin:8px 0!important;font-size:11.5px;color:#8A8176}

/* Lifestyle images */
.single-product .joyd-product-lifestyle{padding:72px 0 80px;background:#FAF9F4}
.single-product .joyd-product-lifestyle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.single-product .joyd-product-lifestyle-grid--1{grid-template-columns:1fr}
.single-product .joyd-product-lifestyle-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.single-product .joyd-product-lifestyle-image{position:relative;overflow:hidden;margin:0;aspect-ratio:4/5;background:#EFECE6;border-radius:4px}
.single-product .joyd-product-lifestyle-image img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center;margin:0!important}

@media only screen and (max-width:1000px){
 .single-product .joyd-product-details-section{margin-top:40px}
 .single-product .joyd-product-details-inner{width:min(100% - 36px,900px)}
 .single-product .joyd-product-long-description{padding:42px 0}
 .single-product .joyd-product-long-description .joyd-product-details-inner{padding:24px 22px}
 .single-product .joyd-product-specs{padding:48px 0 52px}
 .single-product .joyd-product-spec-grid{gap:12px}
 .single-product .joyd-product-lifestyle{padding:52px 0 60px}
 .single-product .joyd-product-lifestyle-grid{gap:12px}
}

@media only screen and (max-width:767px){
 .single-product .joyd-product-details-inner{width:calc(100% - 28px)}
 .single-product .joyd-product-long-description{padding:32px 0}
 .single-product .joyd-product-long-description .joyd-product-details-inner{padding:20px 0;text-align:left}
 .single-product .joyd-product-long-description p{font-size:12.5px;line-height:1.65}
 .single-product .joyd-product-specs{padding:36px 0 40px}
 .single-product .joyd-product-spec-grid{grid-template-columns:1fr;gap:12px}
 .single-product .joyd-product-lifestyle{padding:40px 0 48px}
 .single-product .joyd-product-lifestyle-grid,.single-product .joyd-product-lifestyle-grid--2,.single-product .joyd-product-lifestyle-grid--1{grid-template-columns:1fr;gap:12px}
 .single-product .joyd-product-lifestyle-image{aspect-ratio:4/3}
}


/* =========================================================
   CART FORM — SINGLE PRODUCT PAGE
   ========================================================= */

form.cart {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


/* =========================================================
   QUANTITY ROW
   Quantity                     [ - ][ 1 ][ + ]
   ========================================================= */

form.cart .quantity {
  display: flex !important;
  align-items: center !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Visible "Quantity" text on the left */
form.cart .quantity::before {
  content: "Quantity";

  display: block;
  margin-right: auto !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;

  color: #2A241C;
}


/* Hide WooCommerce's original label visually */
form.cart .quantity label {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  padding: 0 !important;
  margin: -1px !important;

  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;

  border: 0 !important;
}

/* =========================================================
   QUANTITY − / + BUTTONS
   Rounded rectangle — same 8px radius as Add to Cart
   ========================================================= */

form.cart .quantity input.minus,
form.cart .quantity input.plus,
form.cart .quantity button.minus,
form.cart .quantity button.plus {
  width: 42px !important;
  min-width: 42px !important;
  height: 36px !important;

  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid #E8E8E8 !important;
  border-radius: 8px !important;

  background: #ffffff !important;
  color: #2A241C !important;

  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 34px !important;

  text-align: center !important;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;

  cursor: pointer !important;
}


/* Hover */
form.cart .quantity input.minus:hover,
form.cart .quantity input.plus:hover,
form.cart .quantity button.minus:hover,
form.cart .quantity button.plus:hover {
  background: #F5F2EC !important;
  border-color: #DDD5C8 !important;
}

/* =========================================================
   ADD TO CART BUTTON
   ========================================================= */

button.joyd-add-to-cart-button.joyd-add-to-cart-button.joyd-add-to-cart-button.joyd-add-to-cart-button {
	margin-top: 5px !important;
	
  width: 100% !important;
  height: 52px !important;

  background: #2A241C !important;
  color: #ffffff !important;

  border: 1px solid #2A241C !important;
  border-radius: 8px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;

  font-size: 14px !important;
  font-weight: 600 !important;

  letter-spacing: 0.02em !important;

  padding: 0 0 2px 0 !important;

  line-height: normal !important;

  margin-bottom: 2px !important;

  opacity: 1 !important;
  visibility: visible !important;
}

button.joyd-add-to-cart-button.joyd-add-to-cart-button.joyd-add-to-cart-button.joyd-add-to-cart-button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}


/* =========================================================
   BUY NOW BUTTON
   ========================================================= */

button.joyd-buy-now-button.joyd-buy-now-button.joyd-buy-now-button.joyd-buy-now-button {
  width: 100% !important;
  height: 52px !important;

  background: #ffffff !important;
  color: #2A241C !important;

  border: 1px solid #2A241C !important;
  border-radius: 8px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;

  font-size: 14px !important;
  font-weight: 600 !important;

  letter-spacing: 0.02em !important;

  padding: 0 0 2px 0 !important;

  line-height: normal !important;

  margin: 0 !important;

  cursor: pointer !important;
}

button.joyd-buy-now-button.joyd-buy-now-button.joyd-buy-now-button.joyd-buy-now-button:hover {
  background: #F5F2EC !important;
}

/* =========================================================
   ATOME — SINGLE PRODUCT PAGE ONLY
   Make Atome icon smaller
   ========================================================= */

.single-product .atome-wc-price-divider img.atome-icon {
  width: 12px !important;
  height: 12px !important;

  max-width: 12px !important;
  max-height: 12px !important;

  object-fit: contain !important;
  display: inline-block !important;

  flex: 0 0 12px !important;

  margin: 0 3px 0 0 !important;
  vertical-align: middle !important;
}


/* =========================================================
   ALSO AVAILABLE IN — SINGLE PRODUCT PAGE

   Order:
   Description
   ↓
   Also available in: Walnut
   ↓
   Feature badges
   ========================================================= */

.single-product .joyd-color-links {
  margin: 8px 0 6px !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;

  font-size: 13px !important;
  line-height: 1.4 !important;

  color: #2A241C !important;
}


/* "Also available in:" wording */
.single-product .joyd-color-links__label {
  font-weight: 600 !important;
  color: #2A241C !important;

  margin-right: 3px !important;
}


/* Color link — Walnut / Natural etc. */
.single-product .joyd-color-link {
  color: #E59A23 !important;

  text-decoration: underline !important;
  text-underline-offset: 2px;
}


/* Color link hover */
.single-product .joyd-color-link:hover {
  color: #B5622F !important;
  text-decoration: none !important;
}


/* =========================================================
   SHORT DESCRIPTION SPACING
   ========================================================= */

.single-product
.woocommerce-product-details__short-description {
  margin-bottom: 0 !important;
}

.single-product
.woocommerce-product-details__short-description > p:last-child {
  margin-bottom: 0 !important;
}

/* =========================================================
   PTO — MOBILE FIX
   ========================================================= */

@media only screen and (max-width: 480px) {

  /* Keep Get By + PTO on the same row */
  .joyd-get-by-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    gap: 7px !important;

    margin: 0 0 6px 0 !important;
    padding: 0 !important;

    width: 100% !important;
  }


  /* Get By */
  .joyd-get-by-row .joyd-get-by {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: 0 0 auto !important;

    font-size: 13px !important;
    line-height: 22px !important;

    white-space: nowrap !important;
  }


  /* Space between "Get by:" and date */
  .joyd-get-by-label {
    margin-right: 4px !important;
  }


  /* PTO wrapper */
  .joyd-pto-wrap {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;

    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }


  /* PTO badge */
  .joyd-pto-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: 22px !important;
    min-height: 22px !important;

    margin: 0 !important;
    padding: 0 7px !important;

    background: #FFF8EC !important;
    color: #B5622F !important;

    border: 1px solid #E59A23 !important;
    border-radius: 12px !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    white-space: nowrap !important;

    box-shadow: none !important;
  }


  /* Information circle */
  .joyd-pto-info {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 13px !important;
    height: 13px !important;

    margin-left: 2px !important;

    font-size: 8px !important;
    line-height: 1 !important;
  }


  /* Make tooltip float rather than become page text */
  .joyd-pto-tooltip {
    position: absolute !important;

    top: auto !important;
    bottom: calc(100% + 8px) !important;

    left: 0 !important;
    right: auto !important;

    display: block !important;

    width: 250px !important;
    max-width: calc(100vw - 40px) !important;

    margin: 0 !important;
    padding: 12px 14px !important;

    background: #2A241C !important;
    color: #ffffff !important;

    border-radius: 8px !important;

    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    white-space: normal !important;
    text-align: left !important;

    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;

    z-index: 99999 !important;
  }


  .joyd-pto-tooltip strong {
    display: block !important;

    margin-bottom: 5px !important;

    color: #ffffff !important;

    font-size: 11.5px !important;
    font-weight: 600 !important;
  }


  .joyd-pto-tooltip span {
    display: block !important;

    color: #ffffff !important;

    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
  }


  .joyd-pto-wrap:focus-within .joyd-pto-tooltip {
    opacity: 1 !important;
    visibility: visible !important;

    pointer-events: auto !important;
  }

}


/* =========================================================
   SET PRICE — INFO TOOLTIP
   ========================================================= */

.joyd-set-price-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}


/* Set Price wording */
.joyd-set-price-trigger {
  display: inline-flex;
  align-items: center;

  gap: 4px;

  color: #B5622F;

  font-weight: 600;

  cursor: help;
}


/* Small info circle */
.joyd-set-price-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border: 1px solid #E59A23;
  border-radius: 50%;

  color: #B5622F;

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}


/* =========================================================
   SET PRICE TOOLTIP
   ========================================================= */

.joyd-set-price-tooltip {
  position: absolute;

  left: 0;
  bottom: calc(100% + 8px);

  width: 285px;
  max-width: calc(100vw - 40px);

  padding: 12px 14px;

  background: #2A241C;
  color: #ffffff;

  border-radius: 8px;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;

  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5;

  text-align: left;
  white-space: normal;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(4px);

  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;

  z-index: 99999;
}


.joyd-set-price-tooltip strong {
  display: block;

  margin-bottom: 5px;

  color: #ffffff;

  font-size: 12px;
  font-weight: 600;
}


.joyd-set-price-tooltip > span {
  display: block;

  color: #ffffff;

  font-weight: 400;
}


.joyd-set-price-wrap:hover .joyd-set-price-tooltip,
.joyd-set-price-wrap:focus .joyd-set-price-tooltip,
.joyd-set-price-wrap:focus-within .joyd-set-price-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}


/* =========================================================
   SINGLE PRODUCT — ATOME POSITION
   ========================================================= */

.single-product .summary .atome-wc-price-divider {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


/* =========================================================
   SET PRICE — SINGLE PRODUCT PRICING ACCORDION
   ========================================================= */

.single-product .joyd-set-price-offer {
  width: 100%;
  margin: 8px 0 6px;

  border-top: 1px solid #E4DCCC;
  border-bottom: 1px solid #E4DCCC;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
}


/* Remove native details marker */
.single-product
.joyd-set-price-offer > summary {
  list-style: none;
}

.single-product
.joyd-set-price-offer > summary::-webkit-details-marker {
  display: none;
}


/* Closed accordion row */
.single-product .joyd-set-price-offer__summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;

  column-gap: 10px;

  width: 100%;

  padding: 11px 0;

  cursor: pointer;

  color: #2A241C;
}


/* SET PRICE label */
.single-product .joyd-set-price-offer__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;

  letter-spacing: 0.07em;
  text-transform: uppercase;

  white-space: nowrap;
}


/* RM230 each */
.single-product .joyd-set-price-offer__price {
  justify-self: end;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  color: #B5622F;

  white-space: nowrap;
}

.single-product
.joyd-set-price-offer__price
.woocommerce-Price-amount {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.single-product .joyd-set-price-offer__each {
  font-size: 10px;
  font-weight: 500;

  color: #6B6053;
}


/* + icon */
.single-product .joyd-set-price-offer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  color: #6B6053;

  transition: transform 0.2s ease;
}

.single-product
.joyd-set-price-offer[open]
.joyd-set-price-offer__icon {
  transform: rotate(45deg);
}


/* Expanded content */
.single-product .joyd-set-price-offer__content {
  padding: 0 0 12px;

  font-size: 12px;
  line-height: 1.55;

  color: #4A4438;
}

.single-product
.joyd-set-price-offer__content p {
  margin: 0 0 7px;
}

.single-product
.joyd-set-price-offer__content p:last-child {
  margin-bottom: 0;
}

.single-product
.joyd-set-price-offer__content strong {
  color: #2A241C;
  font-weight: 600;
}


/* Secondary automatic-application note */
.single-product .joyd-set-price-offer__note {
  font-size: 11px;
  color: #7A7064;
}


/* =========================================================
   SET PRICE + ATOME SPACING
   ========================================================= */

.single-product
.summary
.joyd-set-price-offer
+ .atome-wc-price-divider {
  margin-top: 6px !important;
}


/* =========================================================
   SET PRICE — MOBILE
   ========================================================= */

@media only screen and (max-width: 480px) {

  .single-product .joyd-set-price-offer {
    margin-top: 7px;
    margin-bottom: 5px;
  }

  .single-product .joyd-set-price-offer__summary {
    column-gap: 7px;
    padding: 10px 0;
  }

  .single-product .joyd-set-price-offer__label {
    font-size: 11px;
  }

  .single-product .joyd-set-price-offer__price {
    font-size: 13px;
  }

  .single-product .joyd-set-price-offer__content {
    font-size: 11.5px;
  }

}

/* =========================================================
   JOYD — SHOP / CATEGORY PAGE REDESIGN
   PRODUCT CARDS + FEATURE BADGES
   ========================================================= */

.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product {
  margin-bottom: 38px !important;
}

.woocommerce-shop ul.products li.product .product-wrap,
.tax-product_cat ul.products li.product .product-wrap {
  position: relative !important;
  background: #ffffff !important;
  border: 1px solid #eceae6 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.05),
    0 5px 12px rgba(0, 0, 0, 0.04) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

.woocommerce-shop ul.products li.product .product-wrap > a,
.tax-product_cat ul.products li.product .product-wrap > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce-shop ul.products li.product .product-wrap > a img,
.tax-product_cat ul.products li.product .product-wrap > a img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  transition: transform 0.28s ease !important;
}

.woocommerce-shop ul.products li.product .product-image-wrap,
.tax-product_cat ul.products li.product .product-image-wrap,
.woocommerce-shop ul.products li.product .product-image,
.tax-product_cat ul.products li.product .product-image {
  border: none !important;
  outline: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .woocommerce-shop ul.products li.product .product-wrap:hover,
  .tax-product_cat ul.products li.product .product-wrap:hover {
    transform: translateY(-2px);
    box-shadow:
      0 3px 6px rgba(0, 0, 0, 0.06),
      0 8px 16px rgba(0, 0, 0, 0.06) !important;
  }

  .woocommerce-shop ul.products li.product:hover .product-wrap > a img,
  .tax-product_cat ul.products li.product:hover .product-wrap > a img {
    transform: scale(1.025);
  }
}


/* Product information panel */
.woocommerce-shop ul.products li.product .product-meta,
.tax-product_cat ul.products li.product .product-meta,
.woocommerce-shop ul.products li.product .product-details,
.tax-product_cat ul.products li.product .product-details {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 13px 14px 14px 14px !important;
  background: #ffffff !important;
  border-top: 1px solid #f0efec !important;
}


/* Product name */
.woocommerce-shop ul.products li.product h2,
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product h2,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 7px 0 !important;
  padding: 0 !important;
  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #181512 !important;
}


/* Pricing */
.woocommerce-shop ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  margin: 0 0 3px 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

.woocommerce-shop ul.products li.product .price ins,
.tax-product_cat ul.products li.product .price ins,
.woocommerce-shop ul.products li.product .price > .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .price > .woocommerce-Price-amount {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #181512 !important;
  text-decoration: none !important;
}

.woocommerce-shop ul.products li.product .price del,
.tax-product_cat ul.products li.product .price del {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #b9b7b2 !important;
  opacity: 1 !important;
}


/* Atome */
.woocommerce-shop ul.products li.product .atome-wc-price-divider,
.tax-product_cat ul.products li.product .atome-wc-price-divider {
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

.woocommerce-shop ul.products li.product .atome-wc-price-divider .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .atome-wc-price-divider .woocommerce-Price-amount,
.woocommerce-shop ul.products li.product .atome-wc-price-divider .atome-price,
.tax-product_cat ul.products li.product .atome-wc-price-divider .atome-price {
  font-size: 11px !important;
  font-weight: 600 !important;
}

.woocommerce-shop ul.products li.product .atome-wc-price-divider img.atome-icon,
.tax-product_cat ul.products li.product .atome-wc-price-divider img.atome-icon {
  width: 11px !important;
  height: 11px !important;
  max-width: 11px !important;
  max-height: 11px !important;
  flex: 0 0 11px !important;
  object-fit: contain !important;
}


/* =========================================================
   FEATURE BADGES
   ========================================================= */

.woocommerce-shop .joyd-shop-card-badges,
.tax-product_cat .joyd-shop-card-badges {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 20 !important;
}

.woocommerce-shop .joyd-shop-feature-icons,
.tax-product_cat .joyd-shop-feature-icons {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  pointer-events: auto !important;
}

.woocommerce-shop .joyd-shop-feature-badge,
.tax-product_cat .joyd-shop-feature-badge {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  background: #26495B !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  cursor: help !important;
}

.joyd-shop-feature-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}


/* Set Price pill */
.woocommerce-shop .joyd-shop-set-price,
.tax-product_cat .joyd-shop-set-price {
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-height: 26px !important;
  padding: 0 9px !important;
  background: #FFF8EC !important;
  color: #B5622F !important;
  border: 1px solid #E59A23 !important;
  border-radius: 13px !important;
  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
  pointer-events: auto !important;
  cursor: help !important;
}

.joyd-shop-set-price__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border: 1px solid #E59A23;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  color: #B5622F;
}


/* Tooltips */
.joyd-shop-badge-tooltip {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  width: 220px;
  max-width: calc(100vw - 40px);
  padding: 11px 12px;
  background: #2A241C;
  color: #ffffff;
  border-radius: 7px;
  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
  pointer-events: none;
  z-index: 99999;
}

.joyd-shop-set-price-tooltip {
  top: auto;
  bottom: calc(100% + 7px);
}

.joyd-shop-badge-tooltip strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.joyd-shop-badge-tooltip > span {
  display: block;
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .joyd-shop-feature-badge:hover .joyd-shop-badge-tooltip,
  .joyd-shop-set-price:hover .joyd-shop-badge-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.joyd-shop-feature-badge:focus .joyd-shop-badge-tooltip,
.joyd-shop-feature-badge:focus-within .joyd-shop-badge-tooltip,
.joyd-shop-set-price:focus .joyd-shop-badge-tooltip,
.joyd-shop-set-price:focus-within .joyd-shop-badge-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* Mobile */
@media only screen and (max-width: 767px) {
  .woocommerce-shop ul.products li.product,
  .tax-product_cat ul.products li.product {
    margin-bottom: 28px !important;
  }

  .woocommerce-shop ul.products li.product .product-meta,
  .tax-product_cat ul.products li.product .product-meta,
  .woocommerce-shop ul.products li.product .product-details,
  .tax-product_cat ul.products li.product .product-details {
    padding: 10px 10px 12px 10px !important;
  }

  .woocommerce-shop .joyd-shop-feature-icons,
  .tax-product_cat .joyd-shop-feature-icons {
    top: 7px !important;
    right: 7px !important;
    gap: 4px !important;
  }

  .woocommerce-shop .joyd-shop-feature-badge,
  .tax-product_cat .joyd-shop-feature-badge {
    width: 28px !important;
    height: 28px !important;
  }

  .joyd-shop-feature-badge__icon {
    font-size: 12px;
  }

  .woocommerce-shop .joyd-shop-set-price,
  .tax-product_cat .joyd-shop-set-price {
    right: 7px !important;
    bottom: 7px !important;
    min-height: 23px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }

  .joyd-shop-set-price__info {
    width: 12px;
    height: 12px;
    font-size: 7px;
  }
}

/* =========================================================
   JOYD — LATEST SHOP / CATEGORY REFINEMENTS
   ========================================================= */


/* =========================================================
   FEATURE ICONS — TRANSPARENT BACKGROUND
   ========================================================= */

.woocommerce-shop .joyd-shop-feature-badge,
.tax-product_cat .joyd-shop-feature-badge {
  width: 25px !important;
  height: 25px !important;

  background: transparent !important;

  border: none !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  padding: 0 !important;
}

.woocommerce-shop .joyd-shop-feature-badge__icon,
.tax-product_cat .joyd-shop-feature-badge__icon {
  font-size: 18px !important;
  line-height: 1 !important;

  background: transparent !important;
  filter: none !important;
}

.woocommerce-shop .joyd-shop-feature-icons,
.tax-product_cat .joyd-shop-feature-icons {
  top: 9px !important;
  right: 9px !important;
  gap: 3px !important;
}


/* =========================================================
   SET PRICE BADGE — SMALLER
   ========================================================= */

.woocommerce-shop .joyd-shop-set-price,
.tax-product_cat .joyd-shop-set-price {
  right: 7px !important;
  bottom: 7px !important;

  min-height: 18px !important;

  padding: 0 6px !important;

  gap: 3px !important;

  border-radius: 9px !important;

  font-size: 7.5px !important;
  font-weight: 600 !important;

  box-shadow: none !important;
}

.woocommerce-shop .joyd-shop-set-price__info,
.tax-product_cat .joyd-shop-set-price__info {
  width: 10px !important;
  height: 10px !important;

  font-size: 6px !important;

  border-width: 1px !important;
}


/* =========================================================
   PRODUCT CARD REFINEMENT
   ========================================================= */

.woocommerce-shop ul.products li.product .product-meta,
.tax-product_cat ul.products li.product .product-meta,
.woocommerce-shop ul.products li.product .product-details,
.tax-product_cat ul.products li.product .product-details {
  padding: 12px !important;
}


/* Reserve room for two-line product titles */
.woocommerce-shop ul.products li.product h2,
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product h2,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  min-height: 35px !important;

  margin: 0 0 9px 0 !important;

  font-size: 12.5px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}


/* Price row */
.woocommerce-shop ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
  min-height: 21px !important;

  margin: 0 0 2px 0 !important;

  display: flex !important;
  align-items: baseline !important;

  gap: 4px !important;
}


/* Old price */

.woocommerce-shop ul.products li.product .price del,
.tax-product_cat ul.products li.product .price del {
  font-size: 9px !important;
  font-weight: 400 !important;

  opacity: 0.65 !important;

  color: #b7b3ad !important;
}


/* Current price */
.woocommerce-shop ul.products li.product .price ins,
.tax-product_cat ul.products li.product .price ins,
.woocommerce-shop ul.products li.product .price > .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .price > .woocommerce-Price-amount {
  font-size: 17px !important;
  font-weight: 700 !important;

  color: #181512 !important;
}


/* Atome */
.woocommerce-shop ul.products li.product .atome-wc-price-divider,
.tax-product_cat ul.products li.product .atome-wc-price-divider {
  min-height: 16px !important;

  margin: 1px 0 0 0 !important;

  gap: 2px !important;

  font-size: 9px !important;
  line-height: 1.2 !important;
}

.woocommerce-shop ul.products li.product .atome-wc-price-divider .atome-price,
.tax-product_cat ul.products li.product .atome-wc-price-divider .atome-price,
.woocommerce-shop ul.products li.product .atome-wc-price-divider .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .atome-wc-price-divider .woocommerce-Price-amount {
  font-size: 10px !important;
  font-weight: 600 !important;
}

.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product {
  margin-bottom: 26px !important;
}


/* =========================================================
   JOYD — SHOP SIDEBAR
   ========================================================= */

#woocommerce_product_categories-2 {
  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif;
}

#woocommerce_product_categories-2 .joyd-shop-sidebar {
  width: 100%;
}

#woocommerce_product_categories-2 .joyd-sidebar-section {
  padding: 0 0 22px;
  margin: 0 0 22px;

  border-bottom: 1px solid #e8e3dc;
}

#woocommerce_product_categories-2 .joyd-sidebar-section:last-child {
  border-bottom: 0;
}

#woocommerce_product_categories-2 .joyd-sidebar-heading {
  margin-bottom: 13px;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #6f685f;
}


/* List reset */
#woocommerce_product_categories-2 .joyd-sidebar-list,
#woocommerce_product_categories-2 .joyd-sidebar-list ul {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

#woocommerce_product_categories-2 .joyd-sidebar-list > li {
  position: relative;

  margin: 0 !important;
  padding: 0 !important;
}

#woocommerce_product_categories-2 .joyd-sidebar-list a {
  display: block;

  padding: 6px 0;

  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;

  color: #2A241C;

  text-decoration: none;

  transition: color 0.15s ease;
}

#woocommerce_product_categories-2 .joyd-sidebar-list a:hover {
  color: #B5622F;
}


/* Main category rows */
#woocommerce_product_categories-2 .joyd-main-category {
  border-bottom: 1px solid #f0ede8;
}

#woocommerce_product_categories-2 .joyd-main-category > a {
  padding: 10px 28px 10px 0;

  font-weight: 500;
}


/* Accordion +/- */
#woocommerce_product_categories-2 .joyd-sidebar-toggle {
  position: absolute;

  top: 6px;
  right: 0;

  width: 24px;
  height: 30px;

  padding: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  color: #6B6053;

  font-size: 15px;
  font-weight: 400;

  cursor: pointer;
}


/* Child categories */
#woocommerce_product_categories-2
.joyd-main-category > ul.children {
  display: none;

  padding: 0 0 8px 13px !important;
}

#woocommerce_product_categories-2
.joyd-main-category.joyd-open > ul.children {
  display: block;
}

#woocommerce_product_categories-2
.joyd-main-category > ul.children > li > a {
  padding: 5px 0;

  font-size: 12px;

  color: #5f5951;
}

#woocommerce_product_categories-2 .current-cat > a {
  color: #B5622F !important;

  font-weight: 600 !important;
}


/* Product Feature rows */
#woocommerce_product_categories-2 .joyd-feature-category {
  display: flex;
  align-items: center;
}

#woocommerce_product_categories-2 .joyd-sidebar-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;

  margin-right: 6px;

  font-size: 13px;
}

#woocommerce_product_categories-2 .joyd-feature-category > a {
  display: inline-block;

  flex: 1;
}

#woocommerce_product_categories-2
.joyd-feature-category--set-price > a {
  color: #B5622F;
}


/*
 * Hide the separate legacy text widget on shop/category
 * pages so only the new JOYD sidebar remains.
 */
.woocommerce-shop #sidebar #text-5,
.tax-product_cat #sidebar #text-5 {
  display: none !important;
}


/* =========================================================
   JOYD — FINAL SHOP CATEGORY HEADER
   ========================================================= */

.woocommerce-shop .nectar-shop-header,
.tax-product_cat .nectar-shop-header {
  display: block !important;

  width: 100% !important;

  margin: 0 0 24px !important;
  padding: 0 !important;

  float: none !important;
}


/* Main header */
.joyd-category-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 40px !important;

  width: 100% !important;

  margin: 0 !important;

  padding: 20px 0 18px !important;

  border-bottom: 1px solid #e5e0d9 !important;

  box-sizing: border-box !important;
}


/* Left: title + breadcrumb */
.joyd-category-header__left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  flex: 0 1 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  gap: 6px !important;
}

.joyd-category-header .joyd-category-title {
  position: static !important;

  display: block !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;

  transform: none !important;

  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;

  color: #181512 !important;
}

.joyd-category-header .joyd-category-breadcrumb {
  position: static !important;

  display: block !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;

  transform: none !important;

  font-size: 12px !important;
  line-height: 1.5 !important;

  color: #857f78 !important;
}

.joyd-category-breadcrumb a {
  color: #4c4742 !important;
}


/* Right: result count + sorting */
.joyd-category-header__right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;

  flex: 0 0 auto !important;

  margin: 0 0 0 auto !important;
  padding: 0 !important;

  gap: 22px !important;
}

.joyd-category-header .joyd-category-result {
  position: static !important;

  display: block !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;

  transform: none !important;

  white-space: nowrap !important;

  font-size: 12px !important;
  font-weight: 500 !important;

  color: #93887a !important;
}

.joyd-category-header .joyd-category-ordering {
  position: static !important;

  display: block !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  float: none !important;

  transform: none !important;
}

.joyd-category-header .joyd-category-ordering select {
  width: auto !important;
  min-width: 170px !important;

  height: 36px !important;

  margin: 0 !important;

  padding: 0 35px 0 13px !important;

  border: 1px solid #b8aa9a !important;
  border-radius: 5px !important;

  background-color: #fff !important;

  font-size: 12px !important;
  font-weight: 600 !important;

  color: #2a241c !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

  .woocommerce-shop .joyd-shop-feature-icons,
  .tax-product_cat .joyd-shop-feature-icons {
    top: 6px !important;
    right: 6px !important;

    gap: 2px !important;
  }

  .woocommerce-shop .joyd-shop-feature-badge,
  .tax-product_cat .joyd-shop-feature-badge {
    width: 21px !important;
    height: 21px !important;
  }

  .woocommerce-shop .joyd-shop-feature-badge__icon,
  .tax-product_cat .joyd-shop-feature-badge__icon {
    font-size: 15px !important;
  }

  .woocommerce-shop .joyd-shop-set-price,
  .tax-product_cat .joyd-shop-set-price {
    right: 6px !important;
    bottom: 6px !important;

    min-height: 18px !important;

    padding: 0 6px !important;

    gap: 3px !important;

    font-size: 7.5px !important;
  }

  .woocommerce-shop .joyd-shop-set-price__info,
  .tax-product_cat .joyd-shop-set-price__info {
    width: 10px !important;
    height: 10px !important;

    font-size: 6px !important;
  }


  .woocommerce-shop ul.products li.product h2,
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  .tax-product_cat ul.products li.product h2,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 32px !important;

    font-size: 11.5px !important;
  }

  .woocommerce-shop ul.products li.product .price ins,
  .tax-product_cat ul.products li.product .price ins,
  .woocommerce-shop ul.products li.product .price > .woocommerce-Price-amount,
  .tax-product_cat ul.products li.product .price > .woocommerce-Price-amount {
    font-size: 15px !important;
  }


  #woocommerce_product_categories-2 .joyd-sidebar-heading {
    font-size: 10px;
  }

  #woocommerce_product_categories-2 .joyd-sidebar-list a {
    font-size: 12px;
  }

  #woocommerce_product_categories-2 .joyd-sidebar-section {
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
}


@media only screen and (max-width: 690px) {

  .joyd-category-header {
    flex-direction: column !important;
    align-items: stretch !important;

    gap: 16px !important;
  }

  .joyd-category-header .joyd-category-title {
    font-size: 29px !important;
  }

  .joyd-category-header__right {
    width: 100% !important;

    margin-left: 0 !important;

    justify-content: space-between !important;

    gap: 12px !important;
  }

  .joyd-category-header .joyd-category-result {
    font-size: 11px !important;
  }

  .joyd-category-header .joyd-category-ordering select {
    min-width: 145px !important;
  }
}

/* =========================================================
   JOYD — MAIN NAV REFINEMENT
   Single-line labels + soft separators
   ========================================================= */


/* Keep main nav items aligned neatly */
#header-outer #top nav > ul {
  display: flex !important;
  align-items: center !important;
}


/* Main menu items */
#header-outer #top nav > ul > li {
  position: relative !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Main menu links */
#header-outer #top nav > ul > li > a {
  white-space: nowrap !important;

  padding-left: 16px !important;
  padding-right: 16px !important;

  font-size: 14px !important;
  font-weight: 500 !important;

  line-height: 1.2 !important;
}


/* =========================================================
   SOFT SEPARATORS
   ========================================================= */

#header-outer #top nav > ul > li:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 1px;
  height: 18px;

  background: rgba(120, 108, 94, 0.16);

  transform: translateY(-50%);

  pointer-events: none;
}


/* =========================================================
   DROPDOWN ARROWS
   Keep them small and aligned
   ========================================================= */

#header-outer #top nav > ul > li > a .sf-sub-indicator {
  margin-left: 5px !important;

  vertical-align: middle !important;

  transform: scale(0.85);
}


/* =========================================================
   HOVER / ACTIVE
   ========================================================= */

#header-outer #top nav > ul > li > a:hover,
#header-outer #top nav > ul > li.current-menu-item > a,
#header-outer #top nav > ul > li.current-menu-ancestor > a {
  color: #B5622F !important;
}


/* =========================================================
   MEDIUM DESKTOP
   Tighten spacing before mobile menu kicks in
   ========================================================= */

@media only screen and (max-width: 1300px) {

  #header-outer #top nav > ul > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;

    font-size: 13px !important;
  }

}


/* =========================================================
   SMALLER DESKTOP / TABLET LANDSCAPE
   ========================================================= */

@media only screen and (max-width: 1150px) {

  #header-outer #top nav > ul > li > a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  #header-outer #top nav > ul > li:not(:last-child)::after {
    height: 15px;
  }

}

/* =========================================================
   JOYD — RELATED PRODUCTS BADGE FIX
   Single product page only
   ========================================================= */


/* Make each related product a positioning container */
.single-product .related.products ul.products li.product {
  position: relative !important;
}


/* Make the image/card area the badge positioning reference */
.single-product .related.products ul.products li.product .product-wrap {
  position: relative !important;
}


/* =========================================================
   BADGE OVERLAY
   Prevent badges from taking up vertical space
   ========================================================= */

.single-product .related.products .joyd-shop-card-badges {
  position: absolute !important;

  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  pointer-events: none !important;

  z-index: 25 !important;
}


/* =========================================================
   FEATURE ICONS
   Easy Clean / Water Repellent / Pet Friendly
   ========================================================= */

.single-product .related.products .joyd-shop-feature-icons {
  position: absolute !important;

  top: 9px !important;
  right: 9px !important;

  display: flex !important;
  align-items: center !important;

  gap: 3px !important;

  margin: 0 !important;

  pointer-events: auto !important;
}


/* Transparent icons — same style as shop page */
.single-product .related.products .joyd-shop-feature-badge {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 25px !important;
  height: 25px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: none !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  cursor: help !important;

  pointer-events: auto !important;
}


.single-product .related.products
.joyd-shop-feature-badge__icon {
  font-size: 18px !important;
  line-height: 1 !important;
}


/* =========================================================
   SET PRICE
   Bottom-right of image/card area
   ========================================================= */

.single-product .related.products .joyd-shop-set-price {
  position: absolute !important;

  right: 7px !important;
  bottom: 7px !important;

  display: inline-flex !important;
  align-items: center !important;

  gap: 3px !important;

  min-height: 18px !important;

  margin: 0 !important;
  padding: 0 6px !important;

  background: #FFF8EC !important;
  color: #B5622F !important;

  border: 1px solid #E59A23 !important;
  border-radius: 9px !important;

  font-size: 7.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  white-space: nowrap !important;

  pointer-events: auto !important;

  z-index: 30 !important;
}


.single-product .related.products
.joyd-shop-set-price__info {
  width: 10px !important;
  height: 10px !important;

  font-size: 6px !important;
}


/* =========================================================
   TOOLTIP
   Keep it beside the icon rather than at page bottom
   ========================================================= */

.single-product .related.products
.joyd-shop-feature-badge
.joyd-shop-badge-tooltip {
  position: absolute !important;

  top: calc(100% + 7px) !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;

  width: 220px !important;
  max-width: 260px !important;

  margin: 0 !important;

  z-index: 99999 !important;
}


/* Set Price tooltip opens upward */
.single-product .related.products
.joyd-shop-set-price
.joyd-shop-set-price-tooltip {
  top: auto !important;
  right: 0 !important;
  bottom: calc(100% + 7px) !important;
}


/* =========================================================
   MAKE SURE TOOLTIP CAN ESCAPE CARD
   ========================================================= */

.single-product .related.products ul.products li.product,
.single-product .related.products ul.products li.product .product-wrap {
  overflow: visible !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

  .single-product .related.products
  .joyd-shop-feature-icons {
    top: 6px !important;
    right: 6px !important;
  }


  .single-product .related.products
  .joyd-shop-feature-badge {
    width: 21px !important;
    height: 21px !important;
  }


  .single-product .related.products
  .joyd-shop-feature-badge__icon {
    font-size: 18px !important;
  }


  .single-product .related.products
  .joyd-shop-set-price {
    right: 6px !important;
    bottom: 6px !important;
  }

}

/* =========================================================
   SINGLE PRODUCT — OLD / ORIGINAL PRICE
   Make crossed-out price more visible
   ========================================================= */

.single-product .summary .price del,
.single-product .summary .price del .woocommerce-Price-amount,
.single-product .summary .price del .woocommerce-Price-amount bdi,
.single-product .summary .price del .woocommerce-Price-currencySymbol {
  opacity: 1 !important;
  color: #B8B8B8 !important;
  font-weight: 400 !important;
}

/* =========================================================
   JOYD — PAGE BACKGROUND
   ========================================================= */

body,
#ajax-content-wrap,
.container-wrap {
    background-color: #FAF9F7 !important;
}


/* Keep header white */
#header-outer,
#header-outer #top,
.joyd-header-v3-shell,
.joyd-header-v3-main,
.joyd-header-v3-nav {
    background-color: #FFFFFF !important;
}


/* Keep footer unchanged */
#footer-outer,
#copyright {
    /* Uses your existing footer background */
}

/* =========================================================
   JOYD — CURRENT DESKTOP HEADER
   V3 consolidated header system
   ========================================================= */

@media only screen and (min-width: 1001px) {

  /* ---------------------------------------------------------
     COMPLETELY RETIRE THE OLD DESKTOP HEADER LAYOUT
     --------------------------------------------------------- */

  #header-outer.joyd-header-v3-ready {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;

    background: #ffffff !important;
  }

  #header-outer.joyd-header-v3-ready > #top {
    display: none !important;
  }

  #header-outer.joyd-header-v3-ready
  > .joyd-tier2-nav,

  #header-outer.joyd-header-v3-ready
  > .joyd-announcement-bar,

  #header-outer.joyd-header-v3-ready
  > .joyd-header-v2-main {
    display: none !important;
  }


  /* ---------------------------------------------------------
     V3 SHELL
     --------------------------------------------------------- */

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-shell {
    position: relative !important;
    z-index: 1000 !important;

    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    font-family:
      'Gotham',
      'Helvetica Neue',
      Arial,
      sans-serif !important;
  }


 /* ---------------------------------------------------------
   ANNOUNCEMENT BAR
   Compact version
   --------------------------------------------------------- */

#header-outer.joyd-header-v3-ready
.joyd-header-v3-announcement {
  display: block !important;

  width: 100% !important;
  height: 28px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #2A241C !important;
  color: #ffffff !important;
}


#header-outer.joyd-header-v3-ready
.joyd-header-v3-announcement__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: calc(100% - 48px) !important;
  max-width: 1440px !important;
  height: 28px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}


/* Announcement items */
#header-outer.joyd-header-v3-ready
.joyd-header-v3-announcement-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 6px !important;

  height: 28px !important;

  margin: 0 !important;
  padding: 0 22px !important;

  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  text-decoration: none !important;
  white-space: nowrap !important;
}


/* WhatsApp hover */
#header-outer.joyd-header-v3-ready
a.joyd-header-v3-announcement-item:hover {
  color: #ffffff !important;
  opacity: 0.82 !important;
}


/* Announcement icons */
#header-outer.joyd-header-v3-ready
.joyd-header-v3-announcement-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 11px !important;
  line-height: 1 !important;
}


/* Divider between announcements */
#header-outer.joyd-header-v3-ready
.joyd-header-v3-announcement-separator {
  display: block !important;

  width: 1px !important;
  height: 12px !important;

  margin: 0 !important;

  background: rgba(255, 255, 255, 0.28) !important;
}


/* ---------------------------------------------------------
   MAIN UTILITY ROW
   Wider content area + smaller outer margins
   --------------------------------------------------------- */

#header-outer.joyd-header-v3-ready
.joyd-header-v3-main {
  display: block !important;

  width: 100% !important;
  height: 86px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #ffffff !important;

  border-bottom: 1px solid #EEEAE4 !important;
}


#header-outer.joyd-header-v3-ready
.joyd-header-v3-main__inner {
  display: grid !important;

  grid-template-columns:
    82px
    minmax(220px, 0.95fr)
    minmax(515px, 2.05fr)
    auto !important;

  align-items: center !important;
  gap: 14px !important;

  /* Smaller left/right outer margins */
  width: calc(100% - 120px) !important;
  max-width: 1540px !important;

  height: 86px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   BRAND / LOGO
   --------------------------------------------------------- */

#header-outer.joyd-header-v3-ready
.joyd-header-v3-brand {
  display: flex !important;
  align-items: center !important;

  gap: 0 !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


#header-outer.joyd-header-v3-ready
.joyd-header-v3-logo {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;
}


#header-outer.joyd-header-v3-ready
.joyd-header-v3-logo img {
  display: block !important;

  width: auto !important;
  height: 68px !important;
  max-height: 68px !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Brand wording removed */
#header-outer.joyd-header-v3-ready
.joyd-header-v3-brand-copy {
  display: none !important;
}


  /* Search */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search-form {
    position: relative !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: 1px solid #E6DED3 !important;
    border-radius: 23px !important;

    box-shadow: none !important;

    box-sizing: border-box !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search-form
  input[type="search"] {
    display: block !important;
    flex: 1 1 auto !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 43px 0 16px !important;

    color: #2A241C !important;
    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    outline: none !important;

    font-family:
      'Gotham',
      'Helvetica Neue',
      Arial,
      sans-serif !important;

    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 40px !important;

    box-sizing: border-box !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search-form
  input[type="search"]::placeholder {
    color: #AD9E8F !important;
    opacity: 1 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search-form button {
    position: absolute !important;
    top: 50% !important;
    right: 11px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #2A241C !important;
    background: transparent !important;

    border: 0 !important;
    border-radius: 50% !important;

    box-shadow: none !important;

    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;

    transform:
      translateY(-50%)
      rotate(-18deg) !important;

    cursor: pointer !important;
  }


  /* Benefits */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-benefits {
    display: grid !important;

    grid-template-columns:
      max-content
      max-content
      max-content !important;

    align-items: center !important;
	  
	  /* MOVE ALL 3 BENEFITS TO THE RIGHT */
	  justify-content: end !important;
	  
	  gap: 35px !important;
	  
	  min-width: 0 !important;
	  
	  margin: 0 !important;
	  padding: 0 !important;
	}
	
	#header-outer.joyd-header-v3-ready
	
	.joyd-header-v3-benefit {
		display: flex !important;
		align-items: center !important;
		gap: 9px !important;
		
		min-width: 0 !important;
		
		margin: 0 !important;
		padding: 0 !important; 
	}
	
	#header-outer.joyd-header-v3-ready
	.joyd-header-v3-benefit-icon {
		display: inline-flex !important; 
		
		flex: 0 0 28px !important;
		align-items: center !important;
		justify-content: center !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #2A241C !important;
    background: #FAF6F0 !important;

    border: 1px solid #EEE4D8 !important;
    border-radius: 50% !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    box-sizing: border-box !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-benefit-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-benefit-copy strong {
    display: block !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #2A241C !important;

    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-benefit-copy small {
    display: block !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #8A7F73 !important;

    font-size: 8.5px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }


  /* Native utility icons */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-utility {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    min-width: 94px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons {
    position: static !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;

    transform: none !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    float: none !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li
  > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 29px !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 5px !important;

    color: #2A241C !important;
    background: transparent !important;

    line-height: 36px !important;

    transform: none !important;
  }


  /* ---------------------------------------------------------
     NAVIGATION ROW
     --------------------------------------------------------- */

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-nav {
    position: relative !important;
    z-index: 1002 !important;

    display: block !important;

    width: 100% !important;
    height: 45px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border-bottom: 1px solid #EEEAE4 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-nav__inner {
    display: block !important;

    width: calc(100% - 48px) !important;
    max-width: 1540px !important;
    height: 45px !important;

    margin: 0 auto !important;
    padding: 0 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 45px !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li {
    position: relative !important;

    display: block !important;
    flex: 0 0 auto !important;

    float: none !important;

    height: 45px !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li
  > a {
    display: flex !important;
    align-items: center !important;

    height: 45px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    color: #4F4942 !important;
    background: transparent !important;

    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 45px !important;

    text-decoration: none !important;
    white-space: nowrap !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li:not(:last-child)::after {
    content: "" !important;

    position: absolute !important;
    top: 50% !important;
    right: 0 !important;

    display: block !important;

    width: 1px !important;
    height: 14px !important;

    background: rgba(118,105,90,0.12) !important;

    transform: translateY(-50%) !important;

    pointer-events: none !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li
  > a:hover,

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li.current-menu-item
  > a,

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li.current-menu-parent
  > a,

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  > li.current-menu-ancestor
  > a {
    color: #B5622F !important;
  }


  /* Dropdown menus */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  li
  > ul.sub-menu {
    position: absolute !important;

    top: 100% !important;
    left: 0 !important;

    display: none !important;

    min-width: 220px !important;

    margin: 0 !important;
    padding: 10px 0 !important;

    background: #ffffff !important;

    border: 1px solid #EEE9E2 !important;

    box-shadow:
      0 12px 28px
      rgba(0,0,0,0.08) !important;

    list-style: none !important;

    z-index: 99999 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  li:hover
  > ul.sub-menu,

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  li:focus-within
  > ul.sub-menu {
    display: block !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  ul.sub-menu
  li {
    position: relative !important;

    display: block !important;

    float: none !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  ul.sub-menu
  li
  > a {
    display: block !important;

    margin: 0 !important;
    padding: 9px 16px !important;

    color: #4F4942 !important;
    background: #ffffff !important;

    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  ul.sub-menu
  li
  > a:hover {
    color: #B5622F !important;
    background: #FAF8F5 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu
  ul.sub-menu
  li
  > ul.sub-menu {
    top: -10px !important;
    left: 100% !important;
  }


  /* ---------------------------------------------------------
     DESKTOP WIDTH TUNING
     --------------------------------------------------------- */

  @media only screen and (max-width: 1320px) {

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-main__inner {
      grid-template-columns:
        185px
        minmax(195px, 0.9fr)
        minmax(460px, 2fr)
        auto !important;

      gap: 16px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-brand-copy strong {
      font-size: 12px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefits {
      gap: 12px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit-icon {
      flex-basis: 25px !important;
      width: 25px !important;
      height: 25px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit-copy strong {
      font-size: 9px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit-copy small {
      font-size: 7.8px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-menu
    > li
    > a {
      padding-left: 13px !important;
      padding-right: 13px !important;

      font-size: 11.5px !important;
    }

  }


  @media only screen and (max-width: 1120px) {

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-main__inner {
      grid-template-columns:
        165px
        minmax(180px, 0.85fr)
        minmax(400px, 1.95fr)
        auto !important;

      gap: 12px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-logo img {
      height: 47px !important;
      max-height: 47px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-brand-copy strong {
      font-size: 11px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-brand-copy span {
      font-size: 8px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefits {
      gap: 8px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit {
      gap: 5px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit-copy strong {
      font-size: 8.2px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-benefit-copy small {
      font-size: 7.2px !important;
    }

    #header-outer.joyd-header-v3-ready
    .joyd-header-v3-menu
    > li
    > a {
      padding-left: 9px !important;
      padding-right: 9px !important;

      font-size: 10.8px !important;
    }

  }

}


/* =========================================================
   MOBILE / TABLET
   Original Salient header only.
   ========================================================= */

@media only screen and (max-width: 1000px) {

  #header-outer
  .joyd-header-v3-shell {
    display: none !important;
  }

  #header-outer.joyd-header-v3-ready
  > #top {
    display: block !important;
  }

}


/* =========================================================
   PRODUCT DETAILS — THEME OVERRIDE / RELIABLE LAYOUT
   Keeps the new section stable against Salient defaults.
   ========================================================= */

body.single-product .joyd-product-details-section,
body.single-product .joyd-product-details-section * {
  box-sizing: border-box;
}

body.single-product .joyd-product-details-section {
  display: block !important;
  float: none !important;
  clear: both !important;
}

body.single-product .joyd-product-long-description,
body.single-product .joyd-product-specs,
body.single-product .joyd-product-lifestyle {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

body.single-product .joyd-product-spec-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.single-product .joyd-product-spec-card {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
}

body.single-product .joyd-product-spec-card__summary {
  display: flex !important;
}

body.single-product .joyd-detail-label,
body.single-product .joyd-detail-value {
  float: none !important;
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  body.single-product .joyd-product-spec-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   PRODUCT DETAILS — FULL-BLEED BACKGROUND + OPEN DROPDOWNS
   ========================================================= */

body.single-product .joyd-product-details-section {
  overflow: visible !important;
}

body.single-product .joyd-product-long-description,
body.single-product .joyd-product-specs {
  position: relative !important;
  left: 50% !important;

  width: 100vw !important;
  max-width: none !important;

  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

body.single-product .joyd-product-spec-card {
  appearance: none !important;
}

body.single-product .joyd-product-spec-card:not([open])
.joyd-product-spec-card__summary {
  border-bottom-color: transparent !important;
}

body.single-product .joyd-product-spec-card:not([open])
.joyd-product-spec-card__body {
  display: none !important;
}

/* =========================================================
   PRODUCT SPEC CARDS — COLLAPSED HEIGHT FIX
   ========================================================= */

.single-product .joyd-product-spec-grid {
  align-items: start !important;
}

.single-product .joyd-product-spec-card {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Closed card = header only */
.single-product
.joyd-product-spec-card:not([open]) {
  height: auto !important;
}

/* Remove body completely when closed */
.single-product
.joyd-product-spec-card:not([open])
.joyd-product-spec-card__body {
  display: none !important;
}

/* Closed header becomes the bottom of the card */
.single-product
.joyd-product-spec-card:not([open])
.joyd-product-spec-card__summary {
  border-bottom: 0 !important;
}

/* =========================================================
   JOYD — PRODUCT LIFESTYLE GALLERY
   2 images on top + 1 full-width image below
   ========================================================= */

.single-product .joyd-product-lifestyle {
  padding: 68px 0 72px !important;
  background: #FAF9F4 !important;
}

.single-product .joyd-product-lifestyle-grid {
  display: grid !important;

  grid-template-columns:
    minmax(0, 0.82fr)
    minmax(0, 1.18fr) !important;

  gap: 16px !important;

  width: 100% !important;
}


/* ---------------------------------------------------------
/* =========================================================
   JOYD — LIFESTYLE IMAGE LAYOUT
   43% left / 57% right, same height
   ========================================================= */

.single-product .joyd-product-lifestyle-grid {
  display: grid !important;
  grid-template-columns: 43fr 57fr !important;
  gap: 16px !important;
  width: 100% !important;
}


/* IMAGE 1 — TOP LEFT */
.single-product
.joyd-product-lifestyle-image:nth-child(1) {
  grid-column: 1 !important;
  aspect-ratio: auto !important;
  height: 440px !important;
}


/* IMAGE 2 — TOP RIGHT */
.single-product
.joyd-product-lifestyle-image:nth-child(2) {
  grid-column: 2 !important;
  aspect-ratio: auto !important;
  height: 440px !important;
}


/* IMAGE 3 — FULL WIDTH BELOW */
.single-product
.joyd-product-lifestyle-image:nth-child(3) {
  grid-column: 1 / -1 !important;
  aspect-ratio: 16 / 10 !important;
}


/* Image containers */
.single-product .joyd-product-lifestyle-image {
  width: 100% !important;

  margin: 0 !important;

  overflow: hidden !important;

  background: #EFECE6 !important;

  border-radius: 4px !important;
}


/* Actual image */
.single-product .joyd-product-lifestyle-image img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;
}


/* =========================================================
   IF ONLY 1 OR 2 IMAGES ARE ADDED
   ========================================================= */

/* One image = full width */
.single-product
.joyd-product-lifestyle-grid--1 {
  grid-template-columns: 1fr !important;
}

.single-product
.joyd-product-lifestyle-grid--1
.joyd-product-lifestyle-image {
  grid-column: 1 !important;

  aspect-ratio: 16 / 9 !important;
}


/* Two images = balanced side by side */
.single-product
.joyd-product-lifestyle-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.single-product
.joyd-product-lifestyle-grid--2
.joyd-product-lifestyle-image {
  grid-column: auto !important;

  aspect-ratio: 4 / 3 !important;
}


/* =========================================================
   MOBILE
   Stack lifestyle images naturally
   ========================================================= */

@media only screen and (max-width: 767px) {

  .single-product .joyd-product-lifestyle {
    padding: 40px 0 44px !important;
  }

  .single-product
  .joyd-product-lifestyle-grid,
  .single-product
  .joyd-product-lifestyle-grid--1,
  .single-product
  .joyd-product-lifestyle-grid--2 {
    grid-template-columns: 1fr !important;

    gap: 10px !important;
  }

  .single-product
  .joyd-product-lifestyle-image:nth-child(1),
  .single-product
  .joyd-product-lifestyle-image:nth-child(2),
  .single-product
  .joyd-product-lifestyle-image:nth-child(3) {
    grid-column: 1 !important;

    aspect-ratio: 4 / 3 !important;
  }

}


/* =========================================================
   JOYD — SINGLE PRODUCT SUMMARY ORDER REFINEMENT
   Boss-approved hierarchy
   ========================================================= */

/* Product title — slightly smaller and more compact */
.single-product .summary .product_title,
.single-product .product-summary-wrap .product_title,
.single-product .summary h1.entry-title,
.single-product .product-summary-wrap h1.entry-title {
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;

  margin-bottom: 10px !important;
}


/* Atome sits directly above Get By / Delivery */
.single-product .summary .atome-wc-price-divider {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}




/* Also available in comes after the delivery section */
.single-product .summary .joyd-color-links {
  margin-top: 0 !important;
  margin-bottom: 7px !important;
}


/* Feature badges stay directly under the colour links */
.single-product .summary .joyd-feature-badges {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}


/* Empty short description should take up no space at all */
.single-product
.summary
.woocommerce-product-details__short-description:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


@media only screen and (max-width: 1000px) {

  .single-product .summary .product_title,
  .single-product .product-summary-wrap .product_title,
  .single-product .summary h1.entry-title,
  .single-product .product-summary-wrap h1.entry-title {
    font-size: 27px !important;
  }

}


@media only screen and (max-width: 480px) {

  .single-product .summary .product_title,
  .single-product .product-summary-wrap .product_title,
  .single-product .summary h1.entry-title,
  .single-product .product-summary-wrap h1.entry-title {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

}


/* =========================================================
   JOYD — CURRENT PRODUCT COLOUR
   Between product title and price
   ========================================================= */

.single-product .summary .joyd-current-product-colour,
.single-product .product-summary-wrap .joyd-current-product-colour {
  margin: -2px 0 7px !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;

  color: #7A7064 !important;
}

/* =========================================================
   JOYD — SHOP FEATURE FILTERS
   ========================================================= */
.woocommerce-shop .joyd-shop-filters,
.tax-product_cat .joyd-shop-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  clear: both;
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
}

.joyd-shop-filters__label {
  margin-right: 14px;
  color: #2a241c;
  font-size: 11px;
  font-weight: 600;
}

.joyd-shop-filter {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 4px 11px;
  border: 1px solid #c9c0b5;
  border-radius: 5px;
  color: #2a241c;
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.joyd-shop-filter:hover,
.joyd-shop-filter:focus,
.joyd-shop-filter.is-active {
  border-color: #b5622f;
  color: #b5622f;
  background: #fff9f4;
}

.joyd-shop-filter--clear {
  border-color: transparent;
  color: #776c60;
  background: transparent;
  text-decoration: underline;
}

.joyd-shop-filters.is-loading {
  opacity: .55;
  pointer-events: none;
}

.woocommerce-shop ul.products,
.tax-product_cat ul.products {
  transition: opacity .15s ease;
}

@media only screen and (max-width: 690px) {
  .woocommerce-shop .joyd-shop-filters,
  .tax-product_cat .joyd-shop-filters {
    gap: 6px;
    margin-bottom: 20px;
  }

  .joyd-shop-filters__label {
    width: 100%;
    margin: 0 0 2px;
  }

  .joyd-shop-filter {
    min-height: 24px;
    padding: 4px 9px;
    font-size: 10px;
  }
}

/* =========================================================
   JOYD — FINAL PRODUCTS-ONLY WIDTH OVERRIDE
   This stays at the end of the stylesheet so it overrides
   Salient's sidebar column rules.
   ========================================================= */
body.woocommerce-shop #post-area .span_9,
body.tax-product_cat #post-area .span_9,
body.woocommerce-shop #post-area .main-content,
body.tax-product_cat #post-area .main-content {
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
}

/* In Salient, #post-area itself is the sidebar-sized column. */
body.woocommerce-shop #post-area,
body.tax-product_cat #post-area {
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
}

/* Salient's actual WooCommerce product column is a class, not #post-area. */
body.woocommerce-shop .post-area.col.span_9.col_last,
body.tax-product_cat .post-area.col.span_9.col_last {
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
}

body.woocommerce-shop #post-area ul.products,
body.tax-product_cat #post-area ul.products {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (min-width: 1001px) {
  body.woocommerce-shop #post-area ul.products li.product,
  body.tax-product_cat #post-area ul.products li.product {
    width: 23.5% !important;
    margin-right: 2% !important;
    margin-bottom: 26px !important;
  }

  body.woocommerce-shop #post-area ul.products li.product:nth-child(4n),
  body.tax-product_cat #post-area ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}

.woocommerce-shop ul.products.is-loading,
.tax-product_cat ul.products.is-loading {
  position: relative;
  opacity: .42;
  pointer-events: none;
}

.woocommerce-shop ul.products.is-loading::before,
.tax-product_cat ul.products.is-loading::before {
  content: 'Loading products…';
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  background: #2a241c;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  transform: translateX(-50%);
}

/* =========================================================
   JOYD — PRODUCT CARD META: TITLE / COLOUR / PRICE / ATOME
   ========================================================= */
.woocommerce-shop ul.products li.product h2,
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product h2,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 3px !important;
}

.woocommerce-shop .joyd-loop-product-colour,
.tax-product_cat .joyd-loop-product-colour {
  min-height: 15px;
  margin: 0 0 3px;
  color: #7a7064;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.woocommerce-shop ul.products li.product .price,
.tax-product_cat ul.products li.product .price {
  margin-bottom: 0 !important;
}

.woocommerce-shop ul.products li.product .atome-wc-price-divider,
.tax-product_cat ul.products li.product .atome-wc-price-divider {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  margin-top: 2px !important;
}

/* =========================================================
   JOYD — MINI CART ABOVE SECOND NAV
   Exact fix for V3 header
   ========================================================= */

@media only screen and (min-width: 1001px) {

  /* Main row containing search / benefits / cart */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-main {
    position: relative !important;
    z-index: 2000 !important;

    overflow: visible !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-main__inner {
    position: relative !important;
    z-index: 2001 !important;

    overflow: visible !important;
  }

  /* Utility icons / cart parent */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-utility,
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons,
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons > li {
    position: relative !important;
    z-index: 2002 !important;

    overflow: visible !important;
  }

  /* Actual WooCommerce mini cart */
  #header-outer.joyd-header-v3-ready
  .widget_shopping_cart {
    z-index: 999999 !important;
  }


  /* SECOND NAV MUST SIT UNDER THE CART */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-nav {
    position: relative !important;
    z-index: 100 !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-nav__inner,
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-menu {
    z-index: 100 !important;
  }

}
/* =========================================================
   JOYD — HEADER LIVE PRODUCT SEARCH
   ========================================================= */

@media only screen and (min-width: 1001px) {

  /* Search must allow dropdown to escape */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search {
    position: relative !important;
    z-index: 5000 !important;

    overflow: visible !important;
  }


  /* Results dropdown */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-results {
    position: absolute !important;

    top: calc(100% + 8px) !important;
    left: 0 !important;

    display: none;

    width: 100% !important;
    min-width: 390px !important;
    max-height: 470px !important;

    overflow-y: auto !important;

    margin: 0 !important;
    padding: 7px !important;

    background: #FFFFFF !important;

    border: 1px solid #E8E1D8 !important;
    border-radius: 10px !important;

    box-shadow:
      0 14px 35px rgba(42, 36, 28, 0.13) !important;

    z-index: 9999999 !important;

    box-sizing: border-box !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-results.is-visible {
    display: block !important;
  }


  /* Individual product */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item {
    display: flex !important;
    align-items: center !important;

    gap: 12px !important;

    width: 100% !important;

    padding: 9px !important;

    color: #2A241C !important;

    border-radius: 7px !important;

    text-decoration: none !important;

    box-sizing: border-box !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item:hover {
    background: #FAF7F1 !important;
  }


  /* Thumbnail */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__image {
    display: block !important;

    flex: 0 0 64px !important;

    width: 64px !important;
    height: 64px !important;

    overflow: hidden !important;

    background: #FAF9F7 !important;

    border-radius: 5px !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: contain !important;
  }


  /* Text area */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__content {
    display: flex !important;
    flex-direction: column !important;

    flex: 1 1 auto !important;

    min-width: 0 !important;

    gap: 3px !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__title {
    display: block !important;

    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;

    color: #2A241C !important;
  }


  /* Normal / sale price */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__price {
    display: block !important;

    font-size: 12px !important;
    line-height: 1.3 !important;

    color: #2A241C !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__price del {
    opacity: .5 !important;

    margin-right: 4px !important;

    font-size: 10.5px !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__price ins {
    text-decoration: none !important;
    font-weight: 700 !important;
  }


  /* Set Price */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__set-price {
    display: block !important;

    margin-top: 1px !important;

    font-size: 10.5px !important;
    line-height: 1.3 !important;

    color: #B5622F !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-item__set-price strong {
    font-weight: 700 !important;
  }


  /* Bottom view-all link */
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-view-all {
    display: block !important;

    margin: 5px 4px 2px !important;
    padding: 10px 8px !important;

    border-top: 1px solid #EEE7DE !important;

    color: #B5622F !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    text-align: center !important;

    text-decoration: none !important;
  }


  #header-outer.joyd-header-v3-ready
  .joyd-live-search-loading,
  #header-outer.joyd-header-v3-ready
  .joyd-live-search-empty {
    padding: 16px 12px !important;

    color: #81766A !important;

    font-size: 11px !important;
    text-align: center !important;
  }

}

/* =========================================================
   JOYD HEADER V3 — EXACT SALIENT ICON FIX
   ========================================================= */

@media only screen and (min-width: 1001px) {

  /* Hide the standalone Salient search icon */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  .icon-salient-search {
    display: none !important;
  }

  /* Hide its whole <li> so no empty gap remains */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li:has(.icon-salient-search) {
    display: none !important;
  }

  /* Account icon — enlarge to match cart */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  .icon-salient-m-user {
    display: inline-block !important;

    width: 24px !important;
    height: 24px !important;

    font-size: 24px !important;
    line-height: 24px !important;

    transform: scale(0.90) !important;
    transform-origin: center !important;
  }

  /* Make account + cart containers equal */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li {
    min-width: 30px !important;
    height: 36px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li > div,
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-buttons
  > li > div > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

}

/* =========================================================
   JOYD — ATOME / GET BY SPACING
   ========================================================= */

/* Reduce space underneath Atome row */
.single-product .joyd-atome-row {
  margin-bottom: 2px !important;
}

/* Reduce space above Get By section */
.single-product .joyd-get-by-wrap,
.single-product .joyd-product-get-by {
  margin-top: 0 !important;
  padding-top: 12px !important;
}

/* Tighten Atome → Get By separator spacing */
.single-product .summary .joyd-info-block {
  margin-top: 6px !important;
  margin-bottom: 16px !important;
}

/* =========================================================
   JOYD — RELATED PRODUCTS MATCH SHOP CARDS
   Single product page only
   ========================================================= */


/* Product information panel */
.single-product .related.products ul.products li.product .product-meta,
.single-product .related.products ul.products li.product .product-details {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  background: #ffffff !important;
}


/* Product title */
.single-product .related.products ul.products li.product h2,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;

  color: #181512 !important;
}


/* Colour / variant row */
.single-product .related.products ul.products li.product
.joyd-loop-product-colour {
  display: block !important;

  min-height: 17px !important;

  margin: 0 0 6px 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 400 !important;

  color: #E59A23 !important;
}


/* Products without a colour still reserve one colour row */
.single-product .related.products ul.products li.product
.product-meta .price,
.single-product .related.products ul.products li.product
.product-details .price {
  margin-top: 17px !important;
}


/* Products with a colour do not need the extra blank row */
.single-product .related.products ul.products li.product
.product-meta:has(.joyd-loop-product-colour) .price,
.single-product .related.products ul.products li.product
.product-details:has(.joyd-loop-product-colour) .price {
  margin-top: 0 !important;
}


/* Price row — old/current price first line, Atome second line */
.single-product .related.products ul.products li.product .price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;

  width: 100% !important;

  column-gap: 5px !important;
  row-gap: 0 !important;

  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  line-height: 1.2 !important;
}


/* Old / crossed-out price */
.single-product .related.products ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del .amount,
.single-product .related.products ul.products li.product .price del bdi {
  flex: 0 0 auto !important;

  margin: 0 !important;

  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;

  color: #A9A6A1 !important;
  opacity: 1 !important;
}


/* Current / sale price */
.single-product .related.products ul.products li.product .price ins,
.single-product .related.products ul.products li.product .price ins .amount,
.single-product .related.products ul.products li.product .price ins bdi,
.single-product .related.products ul.products li.product .price > .amount,
.single-product .related.products ul.products li.product .price > .amount bdi,
.single-product .related.products ul.products li.product
.price > .woocommerce-Price-amount {
  flex: 0 0 auto !important;

  margin: 0 !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  color: #181512 !important;
  text-decoration: none !important;
}


.single-product .related.products ul.products li.product .price ins {
  text-decoration: none !important;
}


.single-product .related.products ul.products li.product
.price .woocommerce-Price-currencySymbol {
  font-size: inherit !important;
}


/* Atome — always own line */
.single-product .related.products ul.products li.product
.price > .atome-wc-price-divider {
  display: flex !important;
  align-items: center !important;

  flex: 0 0 100% !important;

  width: 100% !important;
  max-width: 100% !important;

  order: 99 !important;
  clear: both !important;

  gap: 3px !important;

  margin: 3px 0 0 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
}


.single-product .related.products ul.products li.product
.atome-wc-price-divider .atome-price,
.single-product .related.products ul.products li.product
.atome-wc-price-divider .woocommerce-Price-amount {
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}


.single-product .related.products ul.products li.product
.atome-wc-price-divider .atome-label {
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  color: #A9A9A9 !important;
}


.single-product .related.products ul.products li.product
.atome-wc-price-divider img.atome-icon {
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;

  flex: 0 0 10px !important;

  margin: 0 2px 0 0 !important;

  object-fit: contain !important;
  display: inline-block !important;
}


/* =========================================================
   JOYD — SHOP / CATEGORY PRODUCT CARDS
   RESERVE COLOUR / VARIANT ROW SPACE
   ========================================================= */

.woocommerce-shop ul.products li.product
.woocommerce-loop-product__title,
.tax-product_cat ul.products li.product
.woocommerce-loop-product__title {
  margin-bottom: 0 !important;
}


.woocommerce-shop ul.products li.product
.joyd-loop-product-colour,
.tax-product_cat ul.products li.product
.joyd-loop-product-colour {
  display: block !important;

  min-height: 16px !important;

  margin: 0 0 5px 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400 !important;

  color: #895C15 !important;
}


/* Default: reserve one blank colour row */
.woocommerce-shop ul.products li.product
.product-meta .price,
.woocommerce-shop ul.products li.product
.product-details .price,
.tax-product_cat ul.products li.product
.product-meta .price,
.tax-product_cat ul.products li.product
.product-details .price {
  margin-top: 16px !important;
}


/* If colour exists, remove the blank-row spacing */
.woocommerce-shop ul.products li.product
.product-meta:has(.joyd-loop-product-colour) .price,
.woocommerce-shop ul.products li.product
.product-details:has(.joyd-loop-product-colour) .price,
.tax-product_cat ul.products li.product
.product-meta:has(.joyd-loop-product-colour) .price,
.tax-product_cat ul.products li.product
.product-details:has(.joyd-loop-product-colour) .price {
  margin-top: 0 !important;
}


/* =========================================================
   JOYD — PRODUCT FILTER LOADING OVERLAY
   Keep above product cards and badges
   ========================================================= */

.woocommerce-shop ul.products.is-loading,
.tax-product_cat ul.products.is-loading {
  position: relative !important;

  opacity: .42 !important;
  pointer-events: none !important;
}


.woocommerce-shop ul.products.is-loading::before,
.tax-product_cat ul.products.is-loading::before {
  content: 'Loading products…';

  position: absolute !important;

  top: 18px !important;
  left: 50% !important;

  transform: translateX(-50%) !important;

  z-index: 9999 !important;

  padding: 8px 12px !important;

  border-radius: 4px !important;

  background: #2A241C !important;
  color: #ffffff !important;

  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;

  opacity: 1 !important;

  pointer-events: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

  .single-product .related.products ul.products li.product .product-meta,
  .single-product .related.products ul.products li.product .product-details {
    padding: 10px 10px 12px 10px !important;
  }

}

/* =========================================================
   JOYD — MINIMAL FEATURE FILTERS + PRODUCT CARD ICONS
   Font Awesome version
   ========================================================= */


/* =========================================================
   SHOP FILTER BUTTONS
   ========================================================= */

.woocommerce-shop .joyd-shop-filter,
.tax-product_cat .joyd-shop-filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 6px !important;

  min-height: 30px !important;

  padding: 5px 10px !important;
  margin: 0 !important;

  background: #FFFDF9 !important;

  border: 1px solid #B5622F !important;
  border-radius: 5px !important;

  color: #2A241C !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  text-decoration: none !important;

  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease !important;
}


/* Filter label */
.woocommerce-shop .joyd-shop-filter__label,
.tax-product_cat .joyd-shop-filter__label {
  color: inherit !important;
  line-height: 1 !important;
}


/* Filter icon wrapper */
.woocommerce-shop .joyd-shop-filter__icon,
.tax-product_cat .joyd-shop-filter__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 12px !important;
  height: 12px !important;

  flex: 0 0 12px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #B5622F !important;
}


/* Actual Font Awesome filter icon */
.woocommerce-shop .joyd-shop-filter__icon i,
.tax-product_cat .joyd-shop-filter__icon i {
  display: inline-block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;

  font-size: 11px !important;
  line-height: 1 !important;
}


/* Filter hover */
.woocommerce-shop .joyd-shop-filter:hover,
.tax-product_cat .joyd-shop-filter:hover {
  background: #F7EFE5 !important;

  border-color: #B5622F !important;

  color: #2A241C !important;
}


/* Active filter */
.woocommerce-shop .joyd-shop-filter.is-active,
.tax-product_cat .joyd-shop-filter.is-active {
  background: #B5622F !important;

  border-color: #B5622F !important;

  color: #FFFFFF !important;
}


/* Active filter icon */
.woocommerce-shop .joyd-shop-filter.is-active
.joyd-shop-filter__icon,
.tax-product_cat .joyd-shop-filter.is-active
.joyd-shop-filter__icon {
  color: #FFFFFF !important;
}


/* =========================================================
   PRODUCT CARD — POSITIONING
   ========================================================= */

/* Make every card a reliable positioning container */
.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product {
  position: relative !important;
}


/* Product image wrapper */
.woocommerce-shop ul.products li.product .product-wrap,
.tax-product_cat ul.products li.product .product-wrap {
  position: relative !important;
}


/* Full badge overlay */
.woocommerce-shop .joyd-shop-card-badges,
.tax-product_cat .joyd-shop-card-badges {
  position: absolute !important;

  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  pointer-events: none !important;

  z-index: 30 !important;
}


/* =========================================================
   PRODUCT FEATURE ICONS
   Top-right of product image
   ========================================================= */

.woocommerce-shop .joyd-shop-feature-icons,
.tax-product_cat .joyd-shop-feature-icons {
  position: absolute !important;

  top: 9px !important;
  right: 9px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  gap: 5px !important;

  margin: 0 !important;
  padding: 0 !important;

  pointer-events: auto !important;

  z-index: 31 !important;
}


/* Individual icon */
.woocommerce-shop .joyd-shop-feature-badge,
.tax-product_cat .joyd-shop-feature-badge {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 19px !important;
  height: 19px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  color: #B5622F !important;

  cursor: help !important;

  pointer-events: auto !important;
}


/* Icon wrapper */
.woocommerce-shop .joyd-shop-feature-badge__icon,
.tax-product_cat .joyd-shop-feature-badge__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 20px !important;
  height: 20px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #B5622F !important;

  font-size: 13px !important;
  line-height: 1 !important;
}


/* Actual Font Awesome icon */
.woocommerce-shop .joyd-shop-feature-badge__icon i,
.tax-product_cat .joyd-shop-feature-badge__icon i {
  display: inline-block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: inherit !important;

  font-size: 16px !important;
  line-height: 1 !important;
}


/* =========================================================
   PRODUCT BADGE TOOLTIP
   ========================================================= */

.woocommerce-shop .joyd-shop-badge-tooltip,
.tax-product_cat .joyd-shop-badge-tooltip {
  position: absolute !important;

  top: calc(100% + 6px) !important;
  right: 0 !important;

  width: 190px !important;

  padding: 9px 10px !important;

  background: #2A241C !important;

  color: #FFFFFF !important;

  border-radius: 4px !important;

  font-size: 10px !important;
  line-height: 1.4 !important;

  text-align: left !important;

  opacity: 0 !important;
  visibility: hidden !important;

  transform: translateY(-3px) !important;

  transition:
    opacity .15s ease,
    transform .15s ease,
    visibility .15s ease !important;

  pointer-events: none !important;

  z-index: 999 !important;
}


.woocommerce-shop .joyd-shop-feature-badge:hover
.joyd-shop-badge-tooltip,
.woocommerce-shop .joyd-shop-feature-badge:focus
.joyd-shop-badge-tooltip,
.tax-product_cat .joyd-shop-feature-badge:hover
.joyd-shop-badge-tooltip,
.tax-product_cat .joyd-shop-feature-badge:focus
.joyd-shop-badge-tooltip {
  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(0) !important;
}

/* =========================================================
   JOYD — TOP LEFT PRIMARY BADGES
   Pre-Order + Set Price stack
   ========================================================= */


/* Wrapper that holds both badges */
.woocommerce-shop .joyd-shop-primary-badges,
.tax-product_cat .joyd-shop-primary-badges,
.single-product .related.products .joyd-shop-primary-badges {
  position: absolute !important;

  top: 10px !important;
  left: 10px !important;

  z-index: 40 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  gap: 5px !important;

  pointer-events: none !important;
}


/* Individual badge */
.woocommerce-shop .joyd-shop-primary-badge,
.tax-product_cat .joyd-shop-primary-badge,
.single-product .related.products .joyd-shop-primary-badge {
  position: relative !important;

  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;

  box-sizing: border-box !important;

  min-height: 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  white-space: nowrap !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;

  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;

  pointer-events: auto !important;
}

/* =========================================================
   SET PRICE
   Cream / outlined version
   ========================================================= */

.woocommerce-shop .joyd-shop-set-price,
.tax-product_cat .joyd-shop-set-price,
.single-product .related.products .joyd-shop-set-price {
  gap: 4px !important;

  padding: 0 8px !important;

  background: #FFF8EC !important;
  color: #B5622F !important;

  border: 1px solid #E59A23 !important;
  border-radius: 12px !important;

  cursor: help !important;
}


/* Set Price info circle */
.woocommerce-shop .joyd-shop-set-price__info,
.tax-product_cat .joyd-shop-set-price__info,
.single-product .related.products .joyd-shop-set-price__info {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 13px !important;
  height: 13px !important;

  border: 1px solid #E59A23 !important;
  border-radius: 50% !important;

  color: #B5622F !important;

  font-size: 8px !important;
  font-weight: 700 !important;
}


/* =========================================================
   PRE-ORDER
   Takes the Set Price location
   ========================================================= */

.woocommerce-shop .joyd-shop-preorder-badge,
.tax-product_cat .joyd-shop-preorder-badge,
.single-product .related.products .joyd-shop-preorder-badge {
  padding: 0 10px !important;

  background: #B5622F !important;
  color: #FFFFFF !important;

  border: 1px solid #B5622F !important;
  border-radius: 4px !important;
}


/* =========================================================
   SET PRICE TOOLTIP
   Opens BELOW the top-left badge
   ========================================================= */

.woocommerce-shop .joyd-shop-set-price-tooltip,
.tax-product_cat .joyd-shop-set-price-tooltip,
.single-product .related.products .joyd-shop-set-price-tooltip {
  position: absolute !important;

  top: calc(100% + 8px) !important;
  left: 0 !important;

  right: auto !important;
  bottom: auto !important;

  width: 210px !important;
  max-width: 210px !important;

  box-sizing: border-box !important;

  padding: 9px 10px !important;

  background: #2A241C !important;
  color: #FFFFFF !important;

  border-radius: 4px !important;

  white-space: normal !important;
  text-align: left !important;

  font-size: 10px !important;
  line-height: 1.4 !important;

  opacity: 0 !important;
  visibility: hidden !important;

  transform: translateY(-4px) !important;

  pointer-events: none !important;

  z-index: 99999 !important;

  transition:
    opacity .15s ease,
    transform .15s ease,
    visibility .15s ease !important;
}


/* Tooltip heading */
.woocommerce-shop .joyd-shop-set-price-tooltip strong,
.tax-product_cat .joyd-shop-set-price-tooltip strong,
.single-product .related.products .joyd-shop-set-price-tooltip strong {
  display: block !important;

  margin-bottom: 4px !important;

  color: #FFFFFF !important;

  font-weight: 600 !important;
}


/* Hover / keyboard focus */
.woocommerce-shop .joyd-shop-set-price:hover
.joyd-shop-set-price-tooltip,
.woocommerce-shop .joyd-shop-set-price:focus
.joyd-shop-set-price-tooltip,

.tax-product_cat .joyd-shop-set-price:hover
.joyd-shop-set-price-tooltip,
.tax-product_cat .joyd-shop-set-price:focus
.joyd-shop-set-price-tooltip,

.single-product .related.products .joyd-shop-set-price:hover
.joyd-shop-set-price-tooltip,
.single-product .related.products .joyd-shop-set-price:focus
.joyd-shop-set-price-tooltip {
  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(0) !important;
}

/* =========================================================
   JOYD HEADER — LOGO + SEARCH CLOSER
   ========================================================= */

@media only screen and (min-width: 1000px) {

  /* Reduce the space occupied by the logo/brand area */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-brand {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;

    margin-right: 25px !important;
  }


  /* Remove any extra search spacing */
  #header-outer.joyd-header-v3-ready
  .joyd-header-v3-search {
    margin-left: 0 !important;
  }

}

/* =========================================================
   JOYD — HOMEPAGE FEATURED PRODUCTS
   Match Related Products / Shop Card Layout
   ========================================================= */

/* Card wrapper */
.home ul.products li.product .product-wrap {
  position: relative !important;

  background: #ffffff !important;

  border: 1px solid #eceae6 !important;
  border-radius: 10px !important;

  overflow: hidden !important;

  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.05),
    0 5px 12px rgba(0, 0, 0, 0.04) !important;
}


/* Product image area */
.home ul.products li.product .product-wrap > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;

  aspect-ratio: 1 / 1 !important;

  overflow: hidden !important;

  background: #ffffff !important;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


/* Product image */
.home ul.products li.product .product-wrap > a img {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: 100% !important;

  margin: 0 !important;

  object-fit: contain !important;
  object-position: center !important;
}


/* Product info panel */
.home ul.products li.product .product-meta,
.home ul.products li.product .product-details {
  box-sizing: border-box !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 12px !important;

  background: #ffffff !important;

  border-top: 1px solid #f0efec !important;
}


/* Product title */
.home ul.products li.product h2,
.home ul.products li.product .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;

  font-size: 12.5px !important;
  line-height: 17px !important;
  font-weight: 600 !important;

  color: #181512 !important;
}


/* Colour / variant */
.home ul.products li.product .joyd-loop-product-colour {
  display: block !important;

  min-height: 17px !important;

  margin: 0 0 6px 0 !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;

  font-size: 12px !important;
  line-height: 17px !important;
  font-weight: 400 !important;

  color: #E59A23 !important;
}


/* Reserve colour row even when no colour exists */
.home ul.products li.product
.product-meta .price,
.home ul.products li.product
.product-details .price {
  margin-top: 17px !important;
}


/* If colour exists, remove reserved gap */
.home ul.products li.product
.product-meta:has(.joyd-loop-product-colour) .price,
.home ul.products li.product
.product-details:has(.joyd-loop-product-colour) .price {
  margin-top: 0 !important;
}


/* Price row */
.home ul.products li.product .price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;

  width: 100% !important;

  column-gap: 5px !important;
  row-gap: 0 !important;

  margin-bottom: 2px !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  line-height: 1.2 !important;
}


/* Old price */
.home ul.products li.product .price del,
.home ul.products li.product .price del .amount,
.home ul.products li.product .price del bdi {
  margin: 0 !important;

  font-size: 9px !important;
  font-weight: 400 !important;

  color: #A9A6A1 !important;
  opacity: 1 !important;
}


/* Current price */
.home ul.products li.product .price ins,
.home ul.products li.product .price ins .amount,
.home ul.products li.product .price ins bdi,
.home ul.products li.product .price > .amount,
.home ul.products li.product .price > .amount bdi,
.home ul.products li.product .price > .woocommerce-Price-amount {
  margin: 0 !important;

  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  color: #181512 !important;

  text-decoration: none !important;
}


/* Atome always own row */
.home ul.products li.product
.price > .atome-wc-price-divider {
  display: flex !important;
  align-items: center !important;

  flex: 0 0 100% !important;

  width: 100% !important;

  order: 99 !important;

  gap: 3px !important;

  margin: 3px 0 0 0 !important;
  padding: 0 !important;

  font-size: 9px !important;
  line-height: 1.2 !important;
}


/* Atome price */
.home ul.products li.product
.atome-wc-price-divider .atome-price,
.home ul.products li.product
.atome-wc-price-divider .woocommerce-Price-amount {
  font-size: 10px !important;
  font-weight: 600 !important;
}


/* Atome label */
.home ul.products li.product
.atome-wc-price-divider .atome-label {
  font-size: 9px !important;
  font-weight: 700 !important;

  color: #A9A9A9 !important;
}


/* Atome icon */
.home ul.products li.product
.atome-wc-price-divider img.atome-icon {
  width: 10px !important;
  height: 10px !important;

  max-width: 10px !important;
  max-height: 10px !important;

  flex: 0 0 10px !important;

  margin-right: 2px !important;

  object-fit: contain !important;
}


/* Product badge positioning */
.home .joyd-shop-card-badges {
  position: absolute !important;

  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  pointer-events: none !important;

  z-index: 30 !important;
}


/* Feature icons — top right */
.home .joyd-shop-feature-icons {
  position: absolute !important;

  top: 9px !important;
  right: 9px !important;

  display: flex !important;

  gap: 5px !important;

  z-index: 31 !important;

  pointer-events: auto !important;
}


/* Primary badges — top left */
.home .joyd-shop-primary-badges {
  position: absolute !important;

  top: 10px !important;
  left: 10px !important;

  display: flex !important;
  flex-direction: column !important;

  gap: 5px !important;

  z-index: 40 !important;

  pointer-events: none !important;
}


.home .joyd-shop-primary-badge {
  position: relative !important;

  pointer-events: auto !important;
}

/* =========================================================
   JOYD — RELATED PRODUCTS CARD SHADOW
   Match shop / multiple product cards
   ========================================================= */

/* Entire product card */
.single-product .related.products ul.products li.product {
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;

  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.05),
    0 5px 12px rgba(0, 0, 0, 0.04) !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}




/* Keep information section clean */
.single-product .related.products ul.products li.product
.product-meta {
  background: #ffffff !important;

  border-radius: 0 0 10px 10px !important;
}


/* Slight lift on hover */
.single-product .related.products ul.products li.product:hover {
  transform: translateY(-2px) !important;

  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.07) !important;
}

/* =========================================================
   JOYD — PRODUCT IMAGE AREA
   Homepage Featured + Related Products
   ========================================================= */

.home ul.products li.product .product-image-wrap,
.single-product .related.products ul.products li.product .product-image-wrap {
  border: 0.5px solid #E6E3DF !important;
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden !important;
}

/* =========================================================
   JOYD — REMOVE FLOATING SHARE BUTTON
   ========================================================= */

.nectar-social.fixed.woo {
  display: none !important;
}

/* =========================================================
   JOYD — LIVE SEARCH PRODUCT COLOUR
   ========================================================= */

.joyd-live-search-item__colour {
  display: block !important;

  margin: 1px 0 2px !important;
  padding: 0 !important;

  font-family: 'Gotham', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;

  color: #C66532 !important;
}