/* QT COMMERCE RHYTHM 1 */
body.qt-design-system {
 --qt-card-pad-x:12px;--qt-card-pad-top:12px;--qt-card-pad-bottom:16px;--qt-card-badge-offset:14px;
 --qt-product-shell-top:28px;--qt-product-breadcrumb-gap:18px;--qt-product-tabs-gap:24px;
 --qt-product-tab-panel-x:28px;--qt-product-tab-panel-y:24px;--qt-product-related-gap:36px;
}
/* Shared WooCommerce card component: homepage, shop, category, search, related and upsell. */
body.qt-design-system ul.products[data-products] li.product {
 display:flex;flex-direction:column;min-width:0;padding:var(--qt-card-pad-top) var(--qt-card-pad-x) var(--qt-card-pad-bottom)!important;
 border:1px solid var(--qt-colour-border)!important;border-radius:var(--qt-radius-card)!important;
 background:var(--qt-colour-surface)!important;overflow:hidden;
}
body.qt-design-system ul.products[data-products] li.product figure {margin:0 0 var(--qt-space-4)!important;}
body.qt-design-system ul.products[data-products] li.product figure>.ct-media-container {
 display:block;aspect-ratio:1/1!important;border-radius:calc(var(--qt-radius-card) - 3px);overflow:hidden;background:var(--qt-colour-soft);
}
body.qt-design-system ul.products[data-products] li.product figure>.ct-media-container img {
 display:block;width:100%!important;height:100%!important;aspect-ratio:1/1!important;margin:0!important;
 object-fit:cover!important;object-position:center!important;border-radius:0!important;
}
body.qt-design-system ul.products[data-products] li.product .entry-meta {display:none!important;}
body.qt-design-system ul.products[data-products] li.product .woocommerce-loop-product__title {
 display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;
 min-height:2.6em;margin:0 0 10px!important;font-family:var(--qt-font-heading);font-size:18px!important;line-height:1.3!important;font-weight:600!important;
}
body.qt-design-system ul.products[data-products] li.product .price {min-height:1.5em;margin:0!important;color:var(--qt-colour-primary);font-size:17px!important;font-weight:700!important;}
body.qt-design-system ul.products[data-products] li.product .ct-woo-card-actions {margin-top:auto;}
body.qt-design-system ul.products[data-products] li.product .qt-card-actions {margin-top:auto;}
body.qt-design-system ul.products[data-products] li.product :is(.onsale,.out-of-stock-badge) {top:var(--qt-card-badge-offset);left:var(--qt-card-badge-offset);padding:7px 11px;border-radius:999px;font-size:11px;letter-spacing:.035em;}

/* Product-page vertical rhythm. */
body.qt-product-page-v1 #main>.ct-container-full[data-vertical-spacing*="top"] {padding-top:var(--qt-product-shell-top)!important;}
body.qt-product-page-v1 .hero-section[data-type="type-1"] {margin-bottom:var(--qt-product-breadcrumb-gap)!important;padding:0!important;}
body.qt-product-page-v1 .woocommerce-tabs {margin-top:var(--qt-product-tabs-gap)!important;padding-top:0!important;}
body.qt-product-page-v1 .woocommerce-tabs article {padding-top:16px!important;}
body.qt-product-page-v1 .woocommerce-Tabs-panel {
 width:100%;max-width:none;padding:var(--qt-product-tab-panel-y) var(--qt-product-tab-panel-x)!important;box-sizing:border-box;
}
body.qt-product-page-v1 .woocommerce-Tabs-panel>*:first-child,
body.qt-product-page-v1 .woocommerce-Tabs-panel #reviews>*:first-child {margin-top:0!important;}
body.qt-product-page-v1 .woocommerce-Tabs-panel>*:last-child,
body.qt-product-page-v1 .woocommerce-Tabs-panel #reviews>*:last-child {margin-bottom:0!important;}
body.qt-product-page-v1 .woocommerce-Tabs-panel :is(#reviews,.woocommerce-Reviews,.shop_attributes) {margin-block:0!important;}
body.qt-product-page-v1 .related.products,
body.qt-product-page-v1 .up-sells.products {margin-top:var(--qt-product-related-gap)!important;}
body.qt-product-page-v1 :is(.related,.up-sells) .ct-module-title {margin:0 0 var(--qt-space-5)!important;font-size:34px!important;}
@media(max-width:689.98px){
 body.qt-design-system {--qt-card-pad-x:9px;--qt-card-pad-top:9px;--qt-card-pad-bottom:13px;--qt-product-shell-top:20px;--qt-product-breadcrumb-gap:14px;--qt-product-tabs-gap:20px;--qt-product-tab-panel-x:18px;--qt-product-tab-panel-y:18px;--qt-product-related-gap:28px;}
 body.qt-design-system ul.products[data-products] li.product .woocommerce-loop-product__title {font-size:15px!important;}
 body.qt-product-page-v1 #main>.ct-container-full[data-vertical-spacing*="top"] {padding-top:var(--qt-product-shell-top)!important;}
 body.qt-product-page-v1 .hero-section[data-type="type-1"] {margin-bottom:var(--qt-product-breadcrumb-gap)!important;}
 body.qt-product-page-v1 .woocommerce-tabs {margin-top:var(--qt-product-tabs-gap)!important;}
 body.qt-product-page-v1 .woocommerce-tabs article {padding-top:12px!important;}
 body.qt-product-page-v1 .woocommerce-Tabs-panel {padding:var(--qt-product-tab-panel-y) var(--qt-product-tab-panel-x)!important;}
 body.qt-product-page-v1 .related.products,body.qt-product-page-v1 .up-sells.products {margin-top:var(--qt-product-related-gap)!important;}
 body.qt-product-page-v1 :is(.related,.up-sells) .ct-module-title {font-size:28px!important;margin-bottom:18px!important;}
}
/* END QT COMMERCE RHYTHM 1 */

/* QT GLOBAL CARD ACTIONS 1 */
/* Cart state remains available through the header cart and mini-cart. */
body.qt-design-system ul.products li.product a.added_to_cart {display:none!important;}
/* Before JS initializes, preserve the card without displaying a second full-width wishlist row. */
body.qt-design-system ul.products li.product[data-qt-wishlist-actions="1"]>.tinvwl-loop-button-wrapper {display:none!important;}
/* END QT GLOBAL CARD ACTIONS 1 */

/* QT PRODUCT CARD SHARE 1 */
body.qt-design-system ul.products li.product .qt-card-actions {
 display:grid!important;grid-template-columns:minmax(0,1fr) 46px 46px!important;gap:8px!important;align-items:stretch!important;
}
body.qt-design-system ul.products li.product .qt-card-actions>a.button,
body.qt-design-system ul.products li.product .qt-card-actions>.tinvwl-loop-button-wrapper,
body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button,
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share {
 box-sizing:border-box!important;height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;
}
body.qt-design-system ul.products li.product .qt-card-actions>a.button {display:flex!important;align-items:center!important;justify-content:center!important;padding-block:0!important;line-height:1.2!important;}
body.qt-design-system ul.products li.product .qt-card-actions>.tinvwl-loop-button-wrapper {width:46px!important;min-width:46px!important;}
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share {
 display:flex!important;width:46px!important;min-width:46px!important;align-items:center!important;justify-content:center!important;padding:0!important;
 border:1px solid var(--qt-colour-primary)!important;border-radius:var(--qt-radius-control)!important;background:var(--qt-colour-surface)!important;color:var(--qt-colour-primary)!important;cursor:pointer;
}
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share:hover {background:var(--qt-colour-soft)!important;color:var(--qt-colour-primary-hover)!important;}
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share:focus-visible {outline:var(--qt-focus)!important;outline-offset:2px!important;}
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share.is-copied {background:var(--qt-colour-primary)!important;color:var(--qt-colour-on-primary)!important;}
body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share svg {width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
@media(max-width:420px){
 body.qt-design-system ul.products li.product .qt-card-actions{grid-template-columns:minmax(0,1fr) 44px 44px!important;gap:4px!important}
 body.qt-design-system ul.products li.product .qt-card-actions>a.button,
 body.qt-design-system ul.products li.product .qt-card-actions>.tinvwl-loop-button-wrapper,
 body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button,
 body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share{height:44px!important;min-height:44px!important;max-height:44px!important}
 body.qt-design-system ul.products li.product .qt-card-actions>.tinvwl-loop-button-wrapper,
 body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share{width:44px!important;min-width:44px!important}
}

/* QT SOCIAL SHARE PANEL 1 */
.qt-share-dialog{width:min(520px,calc(100vw - 28px));max-width:none;padding:0;border:0;border-radius:18px;background:#fffaf7;color:var(--qt-colour-text,#34252f);box-shadow:0 24px 70px rgba(52,37,47,.28)}
.qt-share-dialog::backdrop{background:rgba(35,20,30,.48);backdrop-filter:blur(2px)}
.qt-share-dialog__panel{padding:24px}
.qt-share-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
.qt-share-dialog__header p{margin:0 0 4px;color:#78345e;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.qt-share-dialog__header h2{margin:0!important;color:#572342;font-size:23px!important;line-height:1.25!important}
.qt-share-dialog__close{display:flex;width:44px;min-width:44px;height:44px;align-items:center;justify-content:center;padding:0!important;border:0!important;border-radius:50%!important;background:#f8edf3!important;color:#78345e!important;font-size:27px;line-height:1;cursor:pointer}
.qt-share-dialog__close:hover{background:#efdce7!important;color:#572342!important}
.qt-share-dialog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.qt-share-dialog__grid button{display:flex;min-height:76px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px!important;border:1px solid #e5d3dd!important;border-radius:13px!important;background:#fff!important;color:#34252f!important;font-weight:700!important;cursor:pointer}
.qt-share-dialog__grid button:hover{border-color:#bc94aa!important;background:#f8edf3!important;color:#572342!important}
.qt-share-dialog__grid img,.qt-share-dialog__grid svg{display:block;width:25px;height:25px;object-fit:contain}
.qt-share-dialog__grid svg{fill:none;stroke:#78345e;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.qt-share-dialog__status{min-height:1.5em;margin:14px 0 0;color:#675963;font-size:13px;text-align:center}
.qt-share-dialog :is(button):focus-visible{outline:2px solid #78345e!important;outline-offset:2px!important}
@media(max-width:480px){.qt-share-dialog__panel{padding:20px 16px}.qt-share-dialog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qt-share-dialog__header h2{font-size:20px!important}}

/* QT PRODUCT CARD MOBILE CART SOLD OUT 1 */
/* Sold-out remains a product-detail link, but reads as a clear availability state. */
html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button{
 background:#a45d86!important;border-color:#a45d86!important;color:#fff!important;
 box-shadow:none!important;white-space:nowrap!important;
}
html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button:hover{
 background:#945176!important;border-color:#945176!important;color:#fff!important;
}

@media(max-width:689.98px){
 /* Only genuine AJAX add-to-cart links become icons. Product-detail and
    select-options links retain their text and meaning. */
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions{
  grid-template-columns:44px 44px 44px!important;gap:6px!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button{
  box-sizing:border-box!important;width:44px!important;min-width:44px!important;max-width:44px!important;
  height:44px!important;min-height:44px!important;max-height:44px!important;padding:0!important;
  display:grid!important;place-items:center!important;font-size:0!important;overflow:hidden!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button::before{
  content:''!important;display:block!important;width:20px!important;height:20px!important;
  background:currentColor!important;
  -webkit-mask:center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h15l-1.5 8.5H8L6 4H3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3C/svg%3E")!important;
  mask:center/20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h15l-1.5 8.5H8L6 4H3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3C/svg%3E")!important;
 }
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions{
  grid-template-columns:minmax(0,1fr) 44px 44px!important;gap:6px!important;
 }
}
/* END QT PRODUCT CARD MOBILE CART SOLD OUT 1 */

/* QT PRODUCT CARD MOBILE ACTION LABELS 1 */
/* A visibly secondary availability state at every breakpoint. */
html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button,
html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button:hover{
 background:#ead6e2!important;border-color:#d6afc5!important;color:#6f2852!important;
 box-shadow:none!important;
}
html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button:hover{
 background:#dfc3d3!important;border-color:#c995b3!important;
}

@media(max-width:689.98px){
 /* Available products: three equal icon + label actions. */
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;
 }
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions>a.add_to_cart_button,
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions>.tinvwl-loop-button-wrapper,
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions .tinvwl_add_to_wishlist_button,
 html body.qt-design-system ul.products li.product:has(.qt-card-actions>a.add_to_cart_button) .qt-card-actions>.qt-card-share{
  box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;
  height:58px!important;min-height:58px!important;max-height:58px!important;margin:0!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button,
 html body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button,
 html body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share{
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:4px!important;padding:5px 2px!important;line-height:1!important;font-size:0!important;text-indent:0!important;
  white-space:nowrap!important;overflow:hidden!important;
 }
 /* Suppress TI Wishlist's own long text node; retain its accessible name. */
 html body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button>.tinvwl_add_to_wishlist-text{
  display:none!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button::after,
 html body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button::after,
 html body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share::after{
  display:block!important;position:static!important;width:auto!important;height:auto!important;
  margin:0!important;padding:0!important;background:none!important;border:0!important;
  font-family:inherit!important;font-size:9.5px!important;font-weight:650!important;line-height:1!important;
  color:currentColor!important;text-indent:0!important;transform:none!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button::after{content:'Cart'!important;}
 html body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button::after{content:'Wishlist'!important;}
 html body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share::after{content:'Share'!important;}
 html body.qt-design-system ul.products li.product .qt-card-actions>a.add_to_cart_button::before,
 html body.qt-design-system ul.products li.product .qt-card-actions .tinvwl_add_to_wishlist_button::before{
  position:static!important;margin:0!important;transform:none!important;flex:0 0 20px!important;
 }
 html body.qt-design-system ul.products li.product .qt-card-actions>.qt-card-share svg{
  flex:0 0 20px!important;width:20px!important;height:20px!important;margin:0!important;
 }
 /* Sold-out cards retain the wider status button and two labelled icon actions. */
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions{
  grid-template-columns:minmax(66px,1.25fr) repeat(2,minmax(0,1fr))!important;gap:6px!important;
 }
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>a.button,
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>.tinvwl-loop-button-wrapper,
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions .tinvwl_add_to_wishlist_button,
 html body.qt-design-system ul.products li.product.outofstock .qt-card-actions>.qt-card-share{
  height:58px!important;min-height:58px!important;max-height:58px!important;
 }
}
/* END QT PRODUCT CARD MOBILE ACTION LABELS 1 */
