/* =============================================================
   Suit Up Tailors site polish (2026-07-02)
   Shop pagination, product layout centering, option card skin,
   category chips, and small consistency fixes.
   ============================================================= */

/* ---------- Pagination: clean pills, proper arrows ---------- */
body nav.woocommerce-pagination { text-align: center; }
body ul.page-numbers {
    background: none !important;
    background-color: transparent !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    margin: 42px auto 8px !important;
    list-style: none;
    border: 0 !important;
    box-shadow: none !important;
}
body ul.page-numbers li { display: inline-flex !important; margin: 0 !important; padding: 0 !important; }
body ul.page-numbers .page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 13px !important;
    border: 1px solid #e6dfd0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    background-image: none !important;
    color: #171717 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}
body ul.page-numbers a.page-numbers:hover {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #171717 !important;
}
body ul.page-numbers .page-numbers.current {
    background: #171717 !important;
    border-color: #171717 !important;
    color: #D4AF37 !important;
}
body ul.page-numbers .page-numbers.dots {
    border: 0 !important;
    background: none !important;
    min-width: 24px;
}
body ul.page-numbers a.next svg,
body ul.page-numbers a.prev svg { display: none !important; }
body ul.page-numbers a.next::after { content: '\2192'; font-size: 17px; line-height: 1; }
body ul.page-numbers a.prev::before { content: '\2190'; font-size: 17px; line-height: 1; }

/* ---------- Category chips: one clean label per card ---------- */
ul.products .product-category-wrapper { font-size: 0 !important; }
ul.products .product-category-wrapper a {
    font-size: 11px !important;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
}
ul.products .product-category-wrapper a:not(:last-of-type) { display: none !important; }

/* ---------- Product page: centered, symmetric layout ---------- */
body.single-product #main .container,
body.single-product .content-full-width > .container {
    max-width: 1680px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    float: none !important;
    box-sizing: border-box;
}

/* ---------- Options panel: no clipping, tidy grid ---------- */
body.single-product .tc-extra-product-options,
body.single-product .tc-extra-product-options .tc-container,
body.single-product .tc-extra-product-options .tc-row,
body.single-product .tc-extra-product-options .tc-cell {
    max-width: 100% !important;
    overflow: visible !important;
}
body.single-product ul.tmcp-ul-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px !important;
    width: 100% !important;
    margin: 4px 0 10px !important;
    padding: 2px !important;
    list-style: none;
}
body.single-product ul.tmcp-ul-wrap li.tmcp-field-wrap {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box;
}
/* Card = the inner wrap. One box only; everything inside stays flat. */
body.single-product .tmcp-field-wrap .tmcp-field-wrap-inner {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 122px;
    background: #fff !important;
    border: 1px solid #E7E4DC !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    padding: 18px 14px !important;
    margin: 0 !important;
    cursor: pointer;
    transition: none !important;
    box-sizing: border-box;
}
body.single-product .tmcp-field-wrap:hover .tmcp-field-wrap-inner {
    border-color: #D4AF37 !important;
    box-shadow: 0 12px 26px -20px rgba(23,23,23,.35) !important;
}
body.single-product .tmcp-field-wrap.tc-active .tmcp-field-wrap-inner {
    background: #FBF8EF !important;
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,.16) !important;
}
body.single-product .tmcp-field-wrap.tc-active .tmcp-field-wrap-inner::after {
    content: "\2713";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #D4AF37;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    font-family: Arial, sans-serif;
}
/* Flatten every legacy inner box so no double borders appear */
body.single-product .tmcp-field-wrap .tc-field-label-wrap,
body.single-product .tmcp-field-wrap label.tm-epo-field-label,
body.single-product .tmcp-field-wrap .tc-label-wrap,
body.single-product .tmcp-field-wrap .tc-input-wrap {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
body.single-product .tmcp-field-wrap .tc-input-wrap {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
body.single-product .tmcp-field-wrap .tc-input-wrap::before,
body.single-product .tmcp-field-wrap .tc-input-wrap::after {
    content: none !important;
    display: none !important;
}
body.single-product .tmcp-field-wrap .tc-label-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
}
body.single-product .tmcp-field-wrap .tc-label,
body.single-product .tmcp-field-wrap .tc-label-text {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
    color: #171717 !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow: visible !important;
    width: auto !important;
}
body.single-product .tmcp-field-wrap .tc-label-wrap img {
    max-height: 58px;
    width: auto !important;
    margin: 0 !important;
    object-fit: contain;
}

/* Section labels inside the options panel */
body.single-product .tc-epo-element-section-label,
body.single-product .tm-epo-element-label,
body.single-product .tc-element-container > label,
body.single-product .tc-cell .tm-section-label {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    text-transform: none !important;
    letter-spacing: .01em;
    margin: 6px 0 12px !important;
    display: block;
}

/* Option groups as accordions (old-site style, refined) */
body.single-product .subx-acc-label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #fff !important;
    border: 1px solid #e6dfd0 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin: 10px 0 12px !important;
    cursor: pointer;
    transition: border-color .2s ease;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
}
body.single-product .subx-acc-label:hover {
    border-color: #D4AF37 !important;
}
body.single-product .subx-acc-label::after {
    content: '\2039';
    font-size: 22px;
    line-height: 1;
    color: #171717;
    transition: transform .25s ease;
    margin-left: 16px;
    transform: rotate(-90deg);
    flex-shrink: 0;
}
body.single-product .subx-acc-label.subx-acc-closed::after {
    transform: rotate(180deg);
}
body.single-product ul.tmcp-ul-wrap.subx-acc-hidden {
    display: none !important;
}

/* Gallery: center any image inside the zoom figure, no side gaps */
body.single-product .mz-figure {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
}
body.single-product .mz-figure > img {
    margin: 0 auto !important;
}

/* Lightbox: never show the image filename */
.mfp-title { display: none !important; }
.pswp__caption__center { display: none !important; }

/* Jacket / Trouser tab headers inside the panel */
body.single-product .tc-tab-header .tab-header {
    border-radius: 999px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    letter-spacing: .04em;
}

/* Variation chooser: clean labeled cards, no clipped text */
body.single-product form.variations_form table.variations { margin: 8px 0 4px; }
body.single-product .variations th.label,
body.single-product .variations td.label {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #171717 !important;
    padding: 0 24px 10px 0 !important;
    vertical-align: middle;
    text-transform: capitalize;
}
body.single-product .variable-items-wrapper .variable-item {
    min-width: 84px !important;
    height: auto !important;
    padding: 11px 24px !important;
    border: 1px solid #e6dfd0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    margin: 4px 10px 4px 0 !important;
    transition: all .2s ease;
}
body.single-product .variable-items-wrapper .variable-item .variable-item-span {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .04em;
    line-height: 1.3 !important;
    overflow: visible !important;
    color: #171717 !important;
}
body.single-product .variable-items-wrapper .variable-item:hover {
    border-color: #d9cfb8 !important;
    background: #fff !important;
}
body.single-product .variable-items-wrapper .variable-item.selected,
body.single-product .variable-items-wrapper .variable-item.selected:hover {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 1px #D4AF37 !important;
    background: #faf5e6 !important;
}
body.single-product .reset_variations { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

/* Floating totals line stays hidden */
body.single-product .tc-totals-form { display: none !important; }

/* ---------- Product gallery: no stray hairlines ---------- */
body.single-product .woocommerce-product-gallery__image--placeholder {
    border: 0 !important;
}
body.single-product .mz-thumb {
    line-height: 0 !important;
}
body.single-product .mz-thumb img {
    display: block !important;
}

/* ---------- Product page trust row and fitting button icons ---------- */
html body:not(#subx-a):not(#subx-b) .swap-pdp-trust .swap-pdp-trust-ic {
    background: #D4AF37 !important;
    background-color: #D4AF37 !important;
}
html body:not(#subx-a):not(#subx-b) .swap-pdp-trust .swap-pdp-trust-ic i,
html body:not(#subx-a):not(#subx-b) .swap-pdp-trust .swap-pdp-trust-ic i::before {
    color: #171717 !important;
    -webkit-text-fill-color: #171717 !important;
}
html body .swap-book-fitting i {
    color: #171717 !important;
    -webkit-text-fill-color: #171717 !important;
    margin-right: 9px;
    font-size: 14px;
    transition: color .2s ease;
}
html body:not(#subx-a):not(#subx-b) .swap-book-fitting:hover i,
html body:not(#subx-a):not(#subx-b) .swap-book-fitting:focus i,
html body:not(#subx-a):not(#subx-b) .swap-book-fitting:hover i::before,
html body:not(#subx-a):not(#subx-b) .swap-book-fitting:focus i::before {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Description is the only tab: render it as a static heading */
body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce-tabs ul.tabs li a {
    pointer-events: none !important;
    cursor: default !important;
}

/* ---------- Complete-the-look category cards ---------- */
.related.products .swap-ctl-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 40px;
    font-weight: 300 !important;
    color: #171717;
    text-align: center;
    line-height: 1.15;
    margin: 4px 0 34px;
}
html body:not(#subx-a):not(#subx-b) .related.products.swap-ctl-cats li.swap-cat-card .product-title a {
    font-size: 22px !important;
    line-height: 1.25 !important;
}
.related.products.swap-ctl-cats li.swap-cat-card .swap-cat-shop a {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    opacity: .85;
    transition: opacity .2s ease;
}
.related.products.swap-ctl-cats li.swap-cat-card .swap-cat-shop a:hover { opacity: 1; }

/* Variation swatch text never clips (safety for other templates) */
.variable-items-wrapper .variable-item .variable-item-span {
    overflow: visible !important;
    line-height: 1.35 !important;
}

/* ---------- Icon fonts: immune to global typography overrides ---------- */
/* Font Awesome 4 (bare .fa) */
html body:not(#subx-a):not(#subx-b) i.fa:not(.fas):not(.fa-solid):not(.far):not(.fa-regular):not(.fab):not(.fa-brands),
html body:not(#subx-a):not(#subx-b) i.fa:not(.fas):not(.fa-solid):not(.far):not(.fa-regular):not(.fab):not(.fa-brands)::before {
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    font-style: normal !important;
}
/* Font Awesome 5 and 6 solid */
html body:not(#subx-a):not(#subx-b) .fas,
html body:not(#subx-a):not(#subx-b) .fa-solid,
html body:not(#subx-a):not(#subx-b) .fas::before,
html body:not(#subx-a):not(#subx-b) .fa-solid::before {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome' !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
/* Font Awesome 5 and 6 regular */
html body:not(#subx-a):not(#subx-b) .far,
html body:not(#subx-a):not(#subx-b) .fa-regular,
html body:not(#subx-a):not(#subx-b) .far::before,
html body:not(#subx-a):not(#subx-b) .fa-regular::before {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* Brands */
html body:not(#subx-a):not(#subx-b) .fab,
html body:not(#subx-a):not(#subx-b) .fa-brands,
html body:not(#subx-a):not(#subx-b) .fab::before,
html body:not(#subx-a):not(#subx-b) .fa-brands::before {
    font-family: 'Font Awesome 6 Brands', 'Font Awesome 5 Brands' !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* Shared sanity for anything icon-classed */
html body:not(#subx-a):not(#subx-b) [class^="fa-"],
html body:not(#subx-a):not(#subx-b) [class*=" fa-"] {
    letter-spacing: 0 !important;
    text-transform: none !important;
}
html body:not(#subx-a):not(#subx-b) [class*="eicon-"],
html body:not(#subx-a):not(#subx-b) [class*="eicon-"]::before {
    font-family: 'eicons' !important;
    font-style: normal !important;
    font-weight: normal !important;
}

/* ---------- Price block: tight, bigger number, CAD on the baseline ---------- */
ul.products .product-price { margin: 0 !important; padding: 0 !important; }
ul.products .product-price small:empty { display: none; }
ul.products .product-price .price { line-height: 1.15 !important; display: block; }
html body ul.products li.product .price .woocommerce-Price-amount,
html body ul.products li.product .price .woocommerce-Price-amount bdi,
html body ul.products li.product .product-price .price {
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
}
html body ul.products .price .woocommerce-Price-currencySymbol,
html body .summary .price .woocommerce-Price-currencySymbol {
    font-size: 11px !important;
    vertical-align: baseline !important;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    margin-left: 4px;
    letter-spacing: .08em;
}

/* ---------- My Account navigation ---------- */
html body .woocommerce-MyAccount-navigation ul li a {
    background: #171717 !important;
    background-color: #171717 !important;
    background-image: none !important;
    color: #fff !important;
    transition: color .2s ease, background-color .2s ease;
}
html body .woocommerce-MyAccount-navigation ul li a:hover,
html body .woocommerce-MyAccount-navigation ul li a:focus {
    background: #171717 !important;
    background-color: #171717 !important;
    color: #D4AF37 !important;
}
html body .woocommerce-MyAccount-navigation ul li.is-active a,
html body .woocommerce-MyAccount-navigation ul li.is-active a:hover {
    background: #D4AF37 !important;
    background-color: #D4AF37 !important;
    color: #171717 !important;
}

/* ---------- Buttons: hover changes the button, never fades the text ---------- */
html body .wdt-button-holder.wdt-template-filled:not(.wdt-template-textual) .wdt-button:hover,
html body .wdt-button-holder.wdt-template-icon-separated:not(.wdt-template-textual) .wdt-button:hover,
html body .wdt-button-holder.wdt-template-icon-highlighted:not(.wdt-template-textual) .wdt-button:hover,
html body .wdt-content-item .wdt-content-button > a:hover,
html body a.wdt-button:hover,
html body .wdt-button:hover,
html body .elementor-button:hover {
    background: #171717 !important;
    background-color: #171717 !important;
    background-image: none !important;
    border-color: #171717 !important;
    color: #D4AF37 !important;
    opacity: 1 !important;
}
html body .wdt-button:hover .wdt-button-text,
html body .wdt-button:hover span,
html body .elementor-button:hover .elementor-button-text,
html body .wdt-content-item .wdt-content-button > a:hover span {
    color: #D4AF37 !important;
    -webkit-text-fill-color: #D4AF37 !important;
    opacity: 1 !important;
}

/* ---------- FAQs page ---------- */
/* Breathing room under the hero */
body.page-id-345 .elementor-element-6500779 {
    padding-top: 72px !important;
}

/* ---------- Icon cards: white circle behind icons on gold cards ---------- */
.subx-gold-card .wdt-content-image {
    background: #fff !important;
    border-radius: 50% !important;
    width: 118px !important;
    height: 118px !important;
    max-width: 118px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
.subx-gold-card .wdt-content-image img {
    width: 56px !important;
    height: auto !important;
}

/* ---------- Category image cards: solid readable label, rounded ---------- */
.wdt-media-image-cover-container .wdt-content-title a,
.wdt-media-image-cover-container .wdt-content-title {
    background-color: rgba(212, 175, 55, 0.85) !important;
    border-radius: 6px !important;
    overflow: hidden;
}
.wdt-media-image-cover-container .wdt-content-title a {
    color: #171717 !important;
}

/* ---------- Measurement guide page ---------- */
/* Custom Jackets collection tile: square, do not stretch with the row */
body.page-id-9511 .elementor-element-2ad1c94 {
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    height: auto !important;
    align-self: flex-start !important;
}
/* Checkmark list: tighten the left indent and icon gap */
body.page-id-9511 .wdt-content-item {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
body.page-id-9511 .wdt-content-item > .wdt-content-media {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 16px 0 0 !important;
    padding: 0 !important;
}
body.page-id-9511 .wdt-content-item .wdt-content-detail-group {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* ---------- About page story section ---------- */
html body.page-id-321:not(#subx-x) .elementor-element-09af03c {
    justify-content: flex-start !important;
    padding-right: 56px !important;
}
html body.page-id-321:not(#subx-x) .elementor-element-09af03c .wdt-heading-holder {
    margin-bottom: 14px !important;
}
html body.page-id-321:not(#subx-x) .elementor-element-09af03c .wdt-content-item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 18px;
    text-align: left !important;
    margin-top: 18px !important;
    padding: 0 !important;
}
html body.page-id-321:not(#subx-x) .elementor-element-09af03c .wdt-content-item .wdt-content-detail-group {
    min-width: 0;
    flex: 1 1 auto;
    width: auto !important;
}
/* CTA heading: honor the manual line break */
html body.page-id-321:not(#subx-x) .elementor-element-403c2a7 .wdt-heading-title,
html body.page-id-321:not(#subx-x) .elementor-element-403c2a7 h1,
html body.page-id-321:not(#subx-x) .elementor-element-403c2a7 h2,
html body.page-id-321:not(#subx-x) .elementor-element-403c2a7 h3 {
    white-space: pre-line !important;
}
html body.page-id-321:not(#subx-x) .elementor-element-09af03c .wdt-content-item .wdt-content-media {
    margin: 2px 0 0 0 !important;
    flex-shrink: 0;
}
html body.page-id-321:not(#subx-x) .elementor-element-09af03c .wdt-content-item .wdt-content-detail-group {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* ---------- How It Works timeline ---------- */
body.page-id-8983 .elementor-element-0632c35,
body.page-id-8983 .elementor-element-b830bbd,
body.page-id-8983 .elementor-element-50a1468 {
    margin-bottom: 64px !important;
}
@media (min-width: 1025px) {
html body.page-id-8983:not(#subx-x) .elementor-element-0632c35 > .e-con-inner > .e-con:first-child,
html body.page-id-8983:not(#subx-x) .elementor-element-b830bbd > .e-con-inner > .e-con:first-child,
html body.page-id-8983:not(#subx-x) .elementor-element-50a1468 > .e-con-inner > .e-con:first-child,
html body.page-id-8983:not(#subx-x) .elementor-element-a7027ac > .e-con-inner > .e-con:first-child {
    padding-right: 110px !important;
}
html body.page-id-8983:not(#subx-x) .elementor-element-0632c35 > .e-con-inner > .e-con:last-child,
html body.page-id-8983:not(#subx-x) .elementor-element-b830bbd > .e-con-inner > .e-con:last-child,
html body.page-id-8983:not(#subx-x) .elementor-element-50a1468 > .e-con-inner > .e-con:last-child,
html body.page-id-8983:not(#subx-x) .elementor-element-a7027ac > .e-con-inner > .e-con:last-child {
    padding-left: 110px !important;
}
}
@media (max-width: 1024px) {
body.page-id-8983 .subx-line-track { display: none !important; }
}
/* Scroll progress line */
body.page-id-8983 .subx-hiw-step { position: relative; }
body.page-id-8983 .subx-line-track {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: -0.5px;
    background: rgba(212, 175, 55, .28);
    pointer-events: none;
    z-index: 0;
}
body.page-id-8983 .subx-line-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    margin-left: -1px;
    height: 0;
    background: #D4AF37;
    transition: height .2s linear;
}
/* Number bubbles fill in as you pass them */
body.page-id-8983 .subx-step-active > .e-con-inner::after {
    background: #D4AF37 !important;
    color: #171717 !important;
    border-color: #D4AF37 !important;
}

/* ---------- Fabrics page ---------- */
body.page-id-9517 .e-filter {
    border-radius: 15px !important;
}
body.page-id-9517 .e-filter .e-filter-item {
    padding: 18px 18px 20px !important;
}
body.page-id-9517 .e-loop-item .elementor-heading-title {
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
}

/* ---------- Fitting guarantee page ---------- */
/* Promise section: left aligned, checkmark beside the title, stable first paint */
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 h1,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 h2,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 h3,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 p,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-heading-holder {
    text-align: left !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 16px;
    padding: 0 !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item .wdt-content-media {
    margin: 3px 0 0 0 !important;
    width: auto !important;
    min-width: 0 !important;
    flex-shrink: 0;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item .wdt-content-detail-group {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item .wdt-content-title h5,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item .wdt-content-title * {
    text-align: left !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-heading-holder {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-heading-holder * {
    text-align: left !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-detail-group {
    align-items: flex-start !important;
}
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-title h5,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-description,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-description p {
    text-align: left !important;
}

/* No animation jank on first load */
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item,
html body.page-id-8954:not(#subx-x) .elementor-element-0744bb8 .wdt-content-item * {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
}
/* Trim the dead space above the footer */
html body.page-id-8954:not(#subx-x) .elementor-element-e68a187 {
    padding-bottom: 40px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    body.single-product #main .container,
    body.single-product .content-full-width > .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    body.single-product ul.tmcp-ul-wrap { grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); }
}
@media (max-width: 900px) {
    body.single-product #main div.product .summary,
    body.single-product #main div.product .woocommerce-product-gallery,
    body.single-product #main div.product .images,
    body.single-product #main div.product .product-images {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 640px) {
    body ul.page-numbers { flex-wrap: wrap; gap: 6px; }
    body ul.page-numbers .page-numbers { min-width: 38px; height: 38px; padding: 0 10px !important; font-size: 13px !important; }
    body.single-product #main .container,
    body.single-product .content-full-width > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    body.single-product ul.tmcp-ul-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px !important; }
    body.single-product .tmcp-field-wrap .tc-label-wrap { min-height: 96px; padding: 10px 8px !important; }
}

/* ---- Options panel: tabs and merged variation row ---- */
body.single-product .tc-tab-headers {
    display: flex !important;
    gap: 10px;
    border: 0 !important;
    margin: 4px 0 18px !important;
    padding: 0 !important;
}
body.single-product .tc-tab-headers .tc-tab-header {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.single-product .tc-tab-headers .tab-header {
    background: #fff !important;
    border: 1px solid #E7E4DC !important;
    border-radius: 999px !important;
    padding: 10px 26px !important;
    box-shadow: none !important;
    transition: border-color .18s ease, background-color .18s ease;
}
body.single-product .tc-tab-headers .tab-header:hover { border-color: #D4AF37 !important; }
body.single-product .tc-tab-headers .tab-header.open {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
}
body.single-product .tc-tab-headers .tab-header .tab-header-label {
    color: #171717 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .03em;
}
body.single-product .tc-tab-content,
body.single-product .tc-tabs {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.single-product .tc-tab-content { padding: 0 !important; margin: 0 !important; }

/* The merged variation table must stay visible inside the TM container */
body.single-product .tm-extra-product-options .subx-variation-row,
body.single-product .tm-extra-product-options .subx-variation-row table.variations,
body.single-product .tm-extra-product-options .subx-variation-row table.variations tbody,
body.single-product .tm-extra-product-options .subx-variation-row table.variations tr,
body.single-product .tm-extra-product-options .subx-variation-row table.variations td {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
}

/* Waistcoat row joined to the top of the Order a custom-made suit panel */
body.single-product form.variations_form table.variations {
    display: block !important;
    background: #F7F3EA !important;
    border: 0 !important;
    border-radius: 14px 14px 0 0;
    padding: 26px 30px 8px !important;
    margin: 0 !important;
    box-sizing: border-box;
    width: 100% !important;
}
body.single-product form.variations_form table.variations::before {
    content: "Order a custom-made suit";
    display: block;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #171717;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(23,23,23,.12);
}
body.single-product form.variations_form table.variations tbody,
body.single-product form.variations_form table.variations tr { display: block !important; background: transparent !important; border: 0 !important; }
body.single-product form.variations_form table.variations th.label {
    display: block !important;
    padding: 0 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left;
}
body.single-product form.variations_form table.variations th.label label {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #171717 !important;
}
body.single-product form.variations_form table.variations td.value {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 0 6px !important;
    border: 0 !important;
    background: transparent !important;
}
/* The options panel continues the same card below the waistcoat row */
body.single-product .tc-styled-variations .tc-extra-product-options.tm-extra-product-options {
    border-radius: 0 0 14px 14px !important;
    margin-top: 0 !important;
}
body.single-product .tc-styled-variations { margin-top: 0 !important; }
/* Hide the panel's duplicate header only when the joined variation card provides the title */
body.single-product:has(form.variations_form table.variations) .tm-extra-product-options .cpf-type-header { display: none !important; }

/* Transitions freeze inside the late revealed panel; disable them wholesale */
body.single-product .tc-extra-product-options,
body.single-product .tc-extra-product-options *,
body.single-product form.variations_form table.variations,
body.single-product form.variations_form table.variations * {
    transition: none !important;
    animation: none !important;
}
/* Option groups permanently open */
body.single-product .tm-extra-product-options ul.tmcp-ul-wrap {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* Join table, variation price, and the real options panel into one cream card */
body.single-product .single_variation_wrap { margin: 0 !important; }
body.single-product .single_variation_wrap .woocommerce-variation.single_variation {
    background: #F7F3EA !important;
    margin: 0 !important;
    padding: 0 30px 4px !important;
}
body.single-product .woocommerce-variation-add-to-cart .tc-extra-product-options.tm-extra-product-options {
    border-radius: 0 0 14px 14px !important;
    margin: 0 0 24px !important;
}
/* Panel polish: swatch img border off, tight join, serif labels */
html body:not(#subx-a):not(#subx-b).single-product .tm-extra-product-options .tmcp-field-wrap .tc-image {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
html body:not(#subx-a):not(#subx-b).single-product .woocommerce-variation-add-to-cart .tc-extra-product-options.tm-extra-product-options {
    margin: 0 0 24px !important;
    border-radius: 0 0 14px 14px !important;
}
html body:not(#subx-a):not(#subx-b).single-product form.variations_form table.variations th.label label {
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #171717 !important;
}
html body:not(#subx-a):not(#subx-b).single-product .tm-extra-product-options h5.tm-epo-element-label,
html body:not(#subx-a):not(#subx-b).single-product .tm-extra-product-options h5.tm-epo-element-label .tc-epo-element-label-text {
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #171717 !important;
    text-transform: none !important;
    letter-spacing: .01em !important;
    line-height: 1.3 !important;
}
html body:not(#subx-a):not(#subx-b).single-product .tm-extra-product-options h5.tm-epo-element-label {
    margin: 4px 0 12px !important;
}
/* Gallery thumbs: no underline artifacts; selected shown by full opacity */
html body:not(#subx-a):not(#subx-b) .mz-thumb,
html body:not(#subx-a):not(#subx-b) .mz-thumb img {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .mz-thumb img { transition: none !important; }
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .mz-thumb:not(.mz-thumb-selected) img { opacity: .55 !important; }
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .mz-thumb:hover img,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .mz-thumb-selected img { opacity: 1 !important; }
/* Gallery stage keeps each image's natural ratio on every switch */
html body:not(#subx-a):not(#subx-b) .mz-figure { height: auto !important; }
html body:not(#subx-a):not(#subx-b) .mz-figure > img { width: 100% !important; height: auto !important; }
html body:not(#subx-a):not(#subx-b) .mz-figure img { max-width: 100% !important; max-height: none !important; }
/* Category cards show the full photo (source ratio 2:1, no zoom crop) */
html body:not(#subx-a):not(#subx-b) [data-swap-cats] a.image {
    aspect-ratio: 2 / 1 !important;
    height: auto !important;
    display: block;
    overflow: hidden;
}
html body:not(#subx-a):not(#subx-b) [data-swap-cats] a.image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
}
/* Timeline line runs continuously through the gaps between steps */
body.page-id-8983 .elementor-element-0632c35 .subx-line-track,
body.page-id-8983 .elementor-element-b830bbd .subx-line-track,
body.page-id-8983 .elementor-element-50a1468 .subx-line-track {
    bottom: -64px !important;
}
/* Measurement guide: no How to Measure title/text under the video (all 32 videos) */
html body.page-id-9511:not(#subx-x) .e-inner-tabs-wrapper,
html body.page-id-9511:not(#subx-x) .e-inner-tabs-content-wrapper { display: none !important; }
/* Square collection row: card height matches the 1:1 tile */
@media (min-width: 1025px) {
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-image,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-image a,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-image img {
    height: 402px !important;
}html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-item,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-media-group,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-media-group,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .wdt-content-image-wrapper {
    height: auto !important;
    min-height: 0 !important;
}html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .swiper-wrapper,
html body.page-id-9511:not(#subx-x) .elementor-element-935f9d4 .swiper-slide {
    height: auto !important;
}
}

/* Single product: space between category cards and footer totals 120px */
html body:not(#subx-a):not(#subx-b).single-product div.product.tm-has-options,
html body:not(#subx-a):not(#subx-b).single-product div.product.product-grid-view {
    padding-bottom: 16px !important;
}
/* Fabrics: filter bar hugs content at 80 percent gold, names in menu font */
html body.page-id-9517:not(#subx-x) .e-filter {
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: rgba(212, 175, 55, .8) !important;
    border-radius: 15px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-loop-item .elementor-heading-title,
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-loop-item .elementor-heading-title a {
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: .18px !important;
}
/* Measurement guide playlist: hover and active use gold text only, no backgrounds, no animation */
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title:hover,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title.e-tab-active,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title .e-tab-title-text,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title:hover .e-tab-title-text,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title.e-tab-active .e-tab-title-text {
    background: transparent !important;
    background-color: transparent !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title:hover .e-tab-title-text,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title:hover .e-tab-title-text a,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title.e-tab-active .e-tab-title-text,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .e-tab-title.e-tab-active .e-tab-title-text a {
    color: #D4AF37 !important;
}
/* Empty comments shell adds phantom space above the footer on pages */
html body.page:not(#subx-a) #main .commententries:not(:has(.comment, form)) {
    display: none !important;
}
/* Front end edit links skew spacing during admin preview */
html body:not(#subx-a) #main a.post-edit-link { display: none !important; }

/* How It Works: wider steps, larger images, one line titles */
@media (min-width: 1025px) {
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac > .e-con-inner {
    max-width: 1360px !important;
}
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 .elementor-heading-title,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd .elementor-heading-title,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 .elementor-heading-title,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac .elementor-heading-title {
    font-size: 48px !important;
    line-height: 1.15 !important;
}
}@media (min-width: 1025px) {
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 > .e-con-inner,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac > .e-con-inner {
    flex-wrap: nowrap !important;
}
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 > .e-con-inner > .e-con,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd > .e-con-inner > .e-con,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 > .e-con-inner > .e-con,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac > .e-con-inner > .e-con {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 .elementor-widget-image,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd .elementor-widget-image,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 .elementor-widget-image,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac .elementor-widget-image {
    width: 100% !important;
    max-width: 100% !important;
}
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-0632c35 .elementor-widget-image img,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-b830bbd .elementor-widget-image img,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-50a1468 .elementor-widget-image img,
html body.page-id-8983:not(#subx-x):not(#subx-y) #main .elementor-element-a7027ac .elementor-widget-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
}

/* Accordions: active state in luxury dark green instead of gold */
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title-prefix,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon div,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active a {
    color: #1E3B2C !important;
}
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon svg,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder.ui-state-active svg * {
    fill: #1E3B2C !important;
    stroke: #1E3B2C !important;
    color: #1E3B2C !important;
}
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder:hover,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder:hover .wdt-accordion-toggle-title {
    color: #1E3B2C !important;
}
/* Accordions render state changes instantly (prevents frozen transitions) */
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-title-holder *,
html body:not(#subx-a):not(#subx-b) .wdt-accordion-toggle-content-holder {
    transition: none !important;
    animation: none !important;
}
/* Price range: no stray padding before the separator */
html body:not(#subx-a):not(#subx-b).single-product .summary p.price .woocommerce-Price-amount {
    padding-right: 0 !important;
}
html body:not(#subx-a):not(#subx-b).single-product .summary p.price > span[aria-hidden] { margin: 0 4px; }

/* Variation price reads as the running total with a dollar sign */
html body:not(#subx-a):not(#subx-b).single-product .single_variation .woocommerce-variation-price {
    display: flex !important;
    align-items: baseline;
    gap: 10px;
}
html body:not(#subx-a):not(#subx-b).single-product .single_variation .woocommerce-variation-price::before {
    content: "Total";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(23,23,23,.55);
}
html body:not(#subx-a):not(#subx-b).single-product .single_variation .woocommerce-variation-price .price bdi::before {
    content: "$";
}
/* Pagination: rounded gold bar with clearly bordered number buttons */
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers {
    background: #D4AF37 !important;
    border-radius: 15px !important;
    padding: 10px 12px !important;
    display: inline-flex !important;
    gap: 8px !important;
    border: 0 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers li { margin: 0 !important; padding: 0 !important; background: transparent !important; }
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers li a,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers li span.current {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 1.5px solid rgba(23, 23, 23, .6) !important;
    border-radius: 10px !important;
    color: #171717 !important;
    font-weight: 600 !important;
    transition: none !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers li span.current {
    background: #171717 !important;
    border-color: #171717 !important;
    color: #D4AF37 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .woocommerce-pagination ul.page-numbers li a:hover {
    background: rgba(255, 255, 255, .28) !important;
}
/* Options accordion rows (replaces the garment pill tabs) */
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head .tab-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #E7E4DC !important;
    border-radius: 12px !important;
    padding: 16px 22px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: none !important;
}
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head .tab-header::after {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    color: #D4AF37;
    line-height: 1;
}
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head .tab-header.open {
    background: #FBF8EF !important;
    border-color: #D4AF37 !important;
}
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head .tab-header.open::after {
    content: "\2212";
}
html body:not(#subx-a):not(#subx-b).single-product .tc-tab-header.subx-acc-head .tab-header .tab-header-label {
    color: #171717 !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .02em !important;
}
html body:not(#subx-a):not(#subx-b).single-product .subx-acc-ready .tc-tab-content {
    margin: 0 0 14px !important;
}
/* Home showcase grid: honor the Elementor column setting */
html body:not(#subx-a):not(#subx-b) .subx-home ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 26px !important;
    width: 100% !important;
}
@media (max-width: 1024px) {
html body:not(#subx-a):not(#subx-b) .subx-home ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}
@media (max-width: 767px) {
html body:not(#subx-a):not(#subx-b) .subx-home ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}
}
/* Home consultation title breaks like the About version */
html body:not(#subx-a) .elementor-element-959ddd8 .wdt-heading-title { white-space: pre-line !important; }

/* Booking page: white behind the panel down to the footer */
html body.page-id-9692:not(#subx-a) { background: #fff !important; }

/* Mobile: heading subtitles with the leaning figure icon read 2px larger */
@media (max-width: 767px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-heading-subtitle,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-heading-subtitle {
    font-size: 17px !important;
}
}
/* Mobile header logo 20 percent larger */
@media (max-width: 767px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) #header-wrapper .wdt-logo-container img {
    width: 144px !important;
    max-width: 144px !important;
    height: auto !important;
}
}
/* Footer accordions: stay white and gold on the dark footer (exempt from the green active) */
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-title,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title {
    color: #FFFFFF !important;
}
/* Footer menu card icons: plain gold, no circle, one glyph at a time */
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon {
    color: #D4AF37 !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon-expand,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon-collapse {
    width: 20px !important;
    height: 20px !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #D4AF37 !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder:not(.ui-state-active) .wdt-accordion-toggle-icon-expand,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon-collapse {
    display: flex !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder:not(.ui-state-active) .wdt-accordion-toggle-icon-collapse,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-icon-expand {
    display: none !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon svg,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .ui-state-active .wdt-accordion-toggle-icon svg {
    fill: #D4AF37 !important;
    color: #D4AF37 !important;
    width: 14px !important;
    height: 14px !important;
    display: block !important;
}
/* Footer toggle icons stay gold in every state */
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon div,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .ui-state-active .wdt-accordion-toggle-icon,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .ui-state-active .wdt-accordion-toggle-icon div {
    color: #D4AF37 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon svg,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon svg path,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .ui-state-active .wdt-accordion-toggle-icon svg,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .ui-state-active .wdt-accordion-toggle-icon svg path {
    fill: #D4AF37 !important;
    color: #D4AF37 !important;
}
/* Desktop: footer menus are static lists, no toggles */
@media (min-width: 1025px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-icon {
    display: none !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder {
    pointer-events: none !important;
    cursor: default !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-description {
    display: block !important;
    height: auto !important;
}
}
/* Mobile and tablet: Contact us card always open, no toggle */
@media (max-width: 1024px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .elementor-element-989765f .wdt-accordion-toggle-icon {
    display: none !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .elementor-element-989765f .wdt-accordion-toggle-title-holder {
    pointer-events: none !important;
    cursor: default !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .elementor-element-989765f .wdt-accordion-toggle-description {
    display: block !important;
    height: auto !important;
}
}

@media (max-width: 767px) {
/* Footer booking button reads larger */
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-button-holder .wdt-button,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer a.wdt-button {
    font-size: 17px !important;
    padding: 17px 28px !important;
}
/* Footer logo 20 percent larger */
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer img[src*="Logo"] {
    width: 276px !important;
    max-width: 276px !important;
    height: auto !important;
}
/* Sticky header slightly shorter */
html body:not(#subx-a):not(#subx-b):not(#subx-c) #header-wrapper.swap-scrolled > header,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #header-wrapper.swap-scrolled > div {
    padding: 3px 0 !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #header-wrapper.swap-scrolled .elementor-element-5515cfa {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) #header-wrapper.swap-scrolled .elementor .e-con {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 0 !important;
}
}
/* Headings never hyphenate mid word */
html body:not(#subx-a):not(#subx-b) h1,
html body:not(#subx-a):not(#subx-b) h2,
html body:not(#subx-a):not(#subx-b) h3,
html body:not(#subx-a):not(#subx-b) h4,
html body:not(#subx-a):not(#subx-b) h5,
html body:not(#subx-a):not(#subx-b) h6,
html body:not(#subx-a):not(#subx-b) .wdt-heading-title,
html body:not(#subx-a):not(#subx-b) .elementor-heading-title {
    hyphens: none !important;
    -webkit-hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}
/* Mobile hero page titles a size down */
@media (max-width: 767px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main h1:not(.elementor-heading-title) {
    font-size: 42px !important;
    line-height: 1.15 !important;
}
}
/* Fabrics filter: items transparent so the bar is one even gold */
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item,
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item:hover,
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item.e-active {
    background: transparent !important;
    background-color: transparent !important;
}
/* Fabrics cards on tablet and mobile: compact titles, no stretched gap */
@media (max-width: 1024px) {
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-loop-item .elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-loop-item > .e-con,
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-loop-item .e-con-inner {
    min-height: 0 !important;
    height: auto !important;
    justify-content: flex-start !important;
    row-gap: 10px !important;
}
}
/* Measurement guide: category tabs become a real dropdown on mobile */
@media (max-width: 767px) {
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #E7E4DC !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li {
    display: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid #F0EDE6 !important;
    margin: 0 !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li.wdt-active {
    display: block !important;
    border-top: 0 !important;
    position: relative !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list.subx-dd-open li {
    display: block !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 13px 16px !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #171717 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    justify-content: flex-start !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li img,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li svg,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li i {
    max-height: 22px !important;
    max-width: 26px !important;
    width: auto !important;
    font-size: 20px !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li.wdt-active::after {
    content: "\2304";
    position: absolute;
    right: 16px;
    top: 45%;
    transform: translateY(-60%);
    font-size: 20px;
    line-height: 1;
    color: #B08D1E;
    pointer-events: none;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list.subx-dd-open li.wdt-active::after {
    content: "\2303";
    transform: translateY(-30%);
}
}
/* Dropdown open state wins and rows stay compact */
@media (max-width: 767px) {
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list.subx-dd-open.subx-dd-open li {
    display: block !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li a img,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li a svg {
    height: 22px !important;
    max-height: 22px !important;
    width: auto !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li a > * {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
}

/* Accordion toggle icon: extra right breathing room */
html body:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-accordion-toggle-title-holder .wdt-accordion-toggle-icon {
    margin-right: 10px !important;
}

/* Accordion active number and title green with page-level armor */
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-title-holder.ui-state-active,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title-prefix,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-title-holder.ui-state-active a {
    color: #1E3B2C !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active,
html body:not(#subx-a):not(#subx-b):not(#subx-c) footer .wdt-accordion-toggle-title-holder.ui-state-active .wdt-accordion-toggle-title {
    color: #FFFFFF !important;
}

/* Guarantee cards: hover never restyles the button text */
html body.page-id-8954:not(#subx-a):not(#subx-b) #main .wdt-button-holder .wdt-button:hover,
html body.page-id-8954:not(#subx-a):not(#subx-b) #main a.wdt-button:hover,
html body.page-id-8954:not(#subx-a):not(#subx-b) #main .elementor-button:hover {
    text-decoration: none !important;
    letter-spacing: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}
@media (max-width: 767px) {
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 .wdt-tabs-list-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-643e226 ul.wdt-tabs-list li a {
    height: auto !important;
    min-height: 0 !important;
}
}
/* Fitting guarantee: last section keeps 60px from the footer */
html body.page-id-8954:not(#subx-a):not(#subx-b) #main .post-8954 > .elementor > .e-con:last-of-type,
html body.page-id-8954:not(#subx-a):not(#subx-b) #main .elementor-8954 > .e-con:last-of-type {
    margin-bottom: 60px !important;
}
/* Measurement guide checkmark cards: left aligned on mobile, no pager arrows */
@media (max-width: 767px) {
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-item,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-item .wdt-content-title,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-item .wdt-content-description,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-detail-group {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-media-group,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .elementor-element-f51ca61 .wdt-content-image-wrapper {
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
}
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .wdt-pagination-prev.wdt-module-id-f8aa61c,
html body.page-id-9511:not(#subx-x):not(#subx-y) #main .wdt-pagination-next.wdt-module-id-f8aa61c {
    display: none !important;
}
}
/* Fabrics filter: working full width dropdown on mobile and tablet */
@media (max-width: 1024px) {
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background-color: rgba(212, 175, 55, .8) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item {
    display: none !important;
    width: 100% !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 14px 18px !important;
    margin: 0 !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item[aria-pressed="true"] {
    display: flex !important;
    position: relative !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter.subx-fd-open .e-filter-item {
    display: flex !important;
    border-top: 1px solid rgba(11, 11, 11, .12) !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter.subx-fd-open .e-filter-item[aria-pressed="true"] {
    border-top: 0 !important;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter .e-filter-item[aria-pressed="true"]::after {
    content: "\2304";
    position: absolute;
    right: 16px;
    top: 45%;
    transform: translateY(-60%);
    font-size: 18px;
    line-height: 1;
    color: #171717;
}
html body.page-id-9517:not(#subx-x):not(#subx-y) #main .e-filter.subx-fd-open .e-filter-item[aria-pressed="true"]::after {
    content: "\2303";
    transform: translateY(-30%);
}
}

/* Fabrics hero heading on one line for phones */
@media (max-width: 767px) {
html body.page-id-9517:not(#subx-x):not(#subx-y) #main h2.wdt-heading-title-wrapper,
html body.page-id-9517:not(#subx-x):not(#subx-y) #main h2.wdt-heading-title-wrapper .wdt-heading-title {
    font-size: 24px !important;
    white-space: nowrap !important;
}
}
/* Shop and category intro: centered full width on mobile and tablet */
@media (max-width: 1024px) {
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro .wdt-heading-holder,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro .wdt-heading-title-wrapper,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro .wdt-heading-subtitle-wrapper,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro .wdt-heading-content-wrapper,
html body.archive:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-heading-holder,
html body.post-type-archive-product:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-heading-holder {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    align-items: center !important;
}
html body.archive:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-heading-holder .wdt-button-holder,
html body.post-type-archive-product:not(#subx-a):not(#subx-b):not(#subx-c) .wdt-heading-holder .wdt-button-holder,
html body:not(#subx-a):not(#subx-b):not(#subx-c) .swap-custom-intro .wdt-button-holder {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
}
/* Shop cards: compact tidy price line, From on its own line */
html body:not(#subx-a):not(#subx-b):not(#subx-c) ul.products li.product .price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 2px 6px !important;
    letter-spacing: 0 !important;
    word-spacing: normal !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) ul.products li.product .price::before {
    flex: 0 0 100% !important;
    width: 100% !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) ul.products li.product .price .woocommerce-Price-amount,
html body:not(#subx-a):not(#subx-b):not(#subx-c) ul.products li.product .price .woocommerce-Price-amount bdi {
    letter-spacing: 0 !important;
    word-spacing: normal !important;
    padding: 0 !important;
    white-space: nowrap !important;
}
html body:not(#subx-a):not(#subx-b):not(#subx-c) ul.products li.product .price > span[aria-hidden] {
    margin: 0 2px !important;
}
/* Accordions: no left or right borderlines */
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-title-holder,
html body:not(#subx-a):not(#subx-b):not(#subx-c) #main .wdt-accordion-toggle-content-holder {
    border-left: 0 !important;
    border-right: 0 !important;
}