:root {
    /* ===========================
       FONT FAMILIES
    ============================ */
    --ts-font-main: "Greet", system-ui, sans-serif;
    --ts-font-secondary: "Faire Sprig", system-ui, sans-serif;

    /* ===========================
       FONT WEIGHTS / VARIATIONS
    ============================ */
    --ts-wght-bold: 900;
    --ts-wght-medium: 600;
    --ts-wght-regular: 400;
    --ts-wdth-condensed: 75;

    /* ===========================
       TYPOGRAPHY SCALE (DESKTOP)
       style tokens (PRIMARY)
    ============================ */
    --ts-h1: 5.5rem;
    --ts-h2: 4rem;
    --ts-h3: 3rem;
    --ts-h4: 1.5rem;
    --ts-h5: 1.25rem;
    --ts-h6: 1rem;

    --ts-body-lg: 1.25rem;
    --ts-body: 1.125rem;
    --ts-body-sm: 1rem;

    /* ===========================
       TYPOGRAPHY SCALE (MOBILE)
    ============================ */
    --ts-h1-mobile: 3rem;
    --ts-h2-mobile: 2.2rem;
    --ts-h3-mobile: 1.25rem;
    --ts-h4-mobile: 1.1rem;
    --ts-h5-mobile: 1rem;
    --ts-h6-mobile: 0.875rem;

    --ts-body-mobile: 1rem;
    --ts-body-sm-mobile: 0.9rem;

    /* ===========================
       SPACING SYSTEM
    ============================ */
    --ts-space-2xs: 4px;
    --ts-space-xs: 8px;
    --ts-space-sm: 16px;
    --ts-space-md: 24px;
    --ts-space-lg: 40px;
    --ts-space-xl: 80px;
    --ts-space-2xl: 120px;

    /* ===========================
       CONTAINER SIZES
    ============================ */
    --ts-container: 1280px;
    --ts-container-wide: 1400px;
    --ts-container-padding: var(--ts-space-xs);

    /* ===========================
       COLORS (BRAND + UTILITIES)
    ============================ */
    --ts-black: #0d0d0d;
    --ts-gray-600: #4b5563;
    --ts-white: #ffffff;

    /* Brand gradients */
    --ts-brand-grad: linear-gradient(135deg, #ff5a5f, #ff006a);

    /* Benefit Icon Backgrounds  */
    --ts-benefit-purple: #ede9fe;
    --ts-benefit-blue: #dbeafe;
    --ts-benefit-orange: #ffedd5;
    --ts-benefit-green: #dcfce7;
    --ts-benefit-pink: #ffe4e6;
    --ts-benefit-teal: #ccfbf1;
}

/* ===========================
   GLOBAL BASE TYPOGRAPHY
=========================== */

*:focus {
    outline: none !important;
}

html {
    overflow-y: scroll;
}


body {
    font-family: var(--ts-font-main);
    font-size: var(--ts-body);
    color: var(--ts-black);
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
    font-variation-settings: "wght" var(--ts-wght-medium);
}

li {
    text-decoration: none;
    list-style: none;
}


/*=============================================
=           flaticon            =
=============================================*/


/*@font-face {*/
/*    font-family: "flaticon";*/
/*    src: url("/assets/fonts/flaticon.eot");*/
/*    src: url("/assets/fontsflaticon-1.eot") format("embedded-opentype"),*/
/*        url("/assets/fonts/flaticon.ttf") format("truetype"),*/
/*        url("/assets/fonts/flaticon.svg") format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

@font-face {
    font-family: "flaticon";
    src: url("/assets/fonts/flaticon.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.flaticon {
    display: inline-block;
    font-family: "flaticon";
    font-size: 16px;
    line-height: 1;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flaticon.svg") format("svg");
    }
}



.flaticon-shopping-cart:before {
    content: "\f100";
}

.flaticon-like:before {
    content: "\f101";
}

.flaticon-user:before {
    content: "\f102";
}

.flaticon-search:before {
    content: "\f103";
}

.flaticon-menu:before {
    content: "\f104";
}

.flaticon-repeat:before {
    content: "\f105";
}

.flaticon-two-circling-arrows:before {
    content: "\f106";
}

.flaticon-paper-plane:before {
    content: "\f107";
}

.flaticon-present:before {
    content: "\f108";
}

.flaticon-support:before {
    content: "\f109";
}

.flaticon-cross:before {
    content: "\f10a";
}

.flaticon-magnifying-glass-icon:before {
    content: "\f10b";
}

.flaticon-eye:before {
    content: "\f10c";
}


/*****************************
28 - Components - Modal
*****************************/
/*-- 28.00 - Quick View Modal --*/
.modal {
    /* display: block !important; */
    padding-right: 0 !important;
}

.themed-modal {
    display: block !important;
}

.product-modal .modal-dialog {
    margin-bottom: 50px;
}

@media (max-width: 81.1875em) {
    .product-modal .modal-dialog {
        max-width: 95%;
        width: 1025px;
    }
}

@media (max-width: 61.94em) {
    .product-modal .modal-dialog {
        width: 741px;
        max-width: 741px;
        max-height: 602px;
        overflow-x: hidden;
    }
}

@media (max-width: 47.94em) {
    .product-modal .modal-dialog {
        width: auto;
        max-width: 80%;
        max-height: 600px;
    }
}

@media (max-width: 35.94em) {
    .product-modal .modal-dialog {
        max-height: 480px;
    }
}

@media (max-width: 28.125em) {
    .product-modal .modal-dialog {
        max-height: 320px;
    }
}

.product-modal .modal-body {
    padding: 0;
}

.product-modal .modal-box.product-summary {
    padding: 65px 45px 20px 20px;
}

@media (max-width: 61.94em) {
    .product-modal .modal-box.product-summary {
        padding: 40px 30px 20px 20px;
    }
}

@media (max-width: 35.94em) {
    .product-modal .modal-box.product-summary .variation-form .product-color-variations .product-color-variation-btn {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 35.94em) {
    .product-modal .modal-box.product-summary .variation-form .product-size-variations .product-size-variation-btn {
        width: 40px;
        height: 35px;
        line-height: 35px;
    }
}

.product-modal .btn-close {
    padding: 15px;
    border: 0;
    right: 0;
    background-color: #000000;
    /* text-shadow: 0 0 0 #000000;
    /* color: #000; */
}

.custom-close {
    background-color: #292929 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    text-align: center !important;
    font-size: 20px;
    line-height: 1;
    display: block;
    padding: 18px !important;
    color: #fff !important;
    font-weight: 300;
    text-shadow: 0 0 0 #fff;
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
}

@media (max-width: 61.94em) {
    .custom-close {
        left: auto;
        top: 0 !important;
        bottom: 100% !important;
        right: 0 !important;
    }
}

.custom-close i {
    display: inline-block;
    vertical-align: middle;
}

.custom-close i.mfp-close {
    width: auto !important;
    height: auto;
    line-height: 60px;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: -12px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0;
    font-style: normal;
    font-size: inherit;
    font-family: "flaticon" !important;
}

.custom-close:hover i {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal.show {
    z-index: 1050 !important;
}

.modal.modal-top {
    z-index: 1060 !important;
}

.container-spacing {
    margin-bottom: 20px;
}


/* --------------------------------------------- */
/*-- Global Overlay --*/
.ts-global-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.7);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.ts-global-overlay.active {
    opacity: 1;
    visibility: visible;
}


/*--- Search Form Popup --*/
.searchform__popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: all ease-in-out 0.25s;
    z-index: 9999;
    color: #232324;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.searchform__popup p {
    margin-bottom: 15px;
    color: #232324;
    font-size: 18px;
}

.searchform__popup.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.searchform__popup.open .searchform__body {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.searchform__popup .btn-close {
    top: 20%;
    right: 20%;
    width: 40px;
    height: 40px;
}

.searchform__popup .btn-close i {
    font-size: 4rem;
}

@media (max-width: 74.9375em) {
    .searchform__popup .btn-close {
        right: 10%;
    }
}

@media (max-width: 61.94em) {
    .searchform__popup .btn-close {
        right: 8%;
        font-size: 40px;
    }
}

@media (max-width: 47.94em) {
    .searchform__popup .btn-close {
        right: 6%;
        top: 30%;
    }
}

@media (max-width: 35.94em) {
    .searchform__popup .btn-close {
        top: 25%;
    }
}

.searchform__body {
    max-width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/*- - Close Button --*/
.btn-close {
    display: block;
    background: black;
    position: absolute;
    background-image: none;
    border-radius: 0;
    z-index: 5;
    color: white;
}

.mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: var(--ts-space-sm)
}


/* ===========================
   MODAL DIALOG
=========================== */
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 75px;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}



/* ===========================
   HEADINGS
=========================== */

h1,
h2, h3 {
    font-family: var(--ts-font-main);
    margin: 0;
    font-weight: var(--ts-wght-bold);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-variation-settings: "wght" var(--ts-wght-bold),
        "wdth" var(--ts-wdth-condensed);
}


h4,
h5,
h6 {
    font-family: var(--ts-font-main);
    margin: 0;
    font-weight: var(--ts-wght-bold);
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

h1 {
    font-size: var(--ts-h1);
    line-height: 0.85;
    word-spacing: 6px;
}

h2 {
    font-size: var(--ts-h2);
    line-height: 0.9;
    word-spacing: 4px;
}

h3 {
    font-size: var(--ts-h3);
    line-height: 1;
}

h4 {
    font-size: var(--ts-h4);
}

h5 {
    font-size: var(--ts-h5);
}

h6 {
    font-size: var(--ts-h6);
}

p {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.5;
    color: var(--ts-gray-600);
}

strong {
    font-family: var(--ts-font-main);
    font-variation-settings: "wght" var(--ts-wght-bold);
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
}

/* Lists */
ul,
ol {
    margin: 0 0 var(--ts-space-md);
    padding-left: var(--ts-space-lg);
}

li {
    margin-bottom: var(--ts-space-2xs);
}

/* Images */
img {
    max-width: 100%;
    display: block;
}

.btn-text {
    font-family: var(--ts-font-main);
    font-size: var(--ts-h6);
    font-weight: var(--ts-wght-medium);
}

/* ===========================
   MOBILE TYPOGRAPHY
=========================== */

@media (max-width: 991.98px) {
    body {
        font-size: var(--ts-body-mobile);
    }

    h1,
    h2 {
        font-family: var(--ts-font-main);
        margin: 0;
        font-weight: var(--ts-wght-bold);
        text-transform: uppercase;
        letter-spacing: -0.02em;
        font-variation-settings: "wght" var(--ts-wght-bold),
            "wdth" var(--ts-wdth-condensed);
    }

    h3,
    h4,
    h5,
    h6 {
        font-family: var(--ts-font-main);
        margin: 0;
        font-weight: var(--ts-wght-bold);
        text-transform: uppercase;
        letter-spacing: -0.02em;
    }

    h1 {
        font-size: var(--ts-h1-mobile);
        line-height: 0.85;
        word-spacing: 6px;
    }

    h2 {
        font-size: var(--ts-h2-mobile);
        line-height: 0.9;
        word-spacing: 4px;
    }

    h3 {
        font-size: var(--ts-h3-mobile);
        line-height: 1;
    }

    h4 {
        font-size: var(--ts-h4-mobile);
    }

    h5 {
        font-size: var(--ts-h5-mobile);
    }

    h6 {
        font-size: var(--ts-h6-mobile);
    }

    p {
        font-family: var(--ts-font-secondary);
        font-size: var(--ts-body-mobile);
        line-height: 1.5;
        color: var(--ts-gray-600);
    }
}

/* ============================
   HERO SECTION
================================*/

.ts-hero {
    padding: 0px;
    margin: 0px;
}

.ts-container {
    max-width: var(--ts-container-wide);
    margin: 0 auto;
    padding: 0 var(--ts-space-xs);
}

.ts-hero-content {
    padding-top: 80px;
}

.ts-hero-inner {
    display: grid;
    grid-template-columns: 6fr 6fr;
    align-items: center;
    gap: var(--ts-space-lg);

}

/* LEFT CONTENT */
.ts-hero-title {
    font-family: var(--ts-font-main);
    font-weight: var(--ts-font-bold);
    line-height: 0.9;
    letter-spacing: -1.5px;
    word-spacing: 8px;
    color: #0d0d0d;
    margin-bottom: var(--ts-space-md);
    text-transform: uppercase;
}

.main-title{
    font-size: var(--ts-h1);
}

.ts-hero-subtitle {
    font-family: var(--ts-font-main);
    font-size: 3rem;
    font-weight: var(--ts-font-bold);
    margin-bottom: var(--ts-space-md);
    text-transform: uppercase;
}

.ts-hero-text {
    font-size: var(--ts-body);
    font-weight: 400;
    color: #4b5563;
    max-width: 520px;
    margin-bottom: var(--ts-space-lg);
}

.gradient-text {
    background: linear-gradient(135deg, #ff5a5f, #ff006a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* CTA button (inherits base ts-btn styles) */
.ts-hero-cta {
    font-size: 1.125rem;
    padding: 14px 32px;
}

/* RIGHT IMAGE */
.ts-hero-image img {
    /*width: 600px;*/
    max-width: 100%;
    height: auto;
    display: block;
}

.cta-btns{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-self: left;
}

.truststrip{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    background-color: #eee;
    margin-top:20px;
}

.marquee-heading-container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: max-content;
    animation: ts-creator-marquee-left 40s linear infinite;
    color: #fff;
}

/*@media (max-width: 768px) {*/
/*    .ts-hero-image {*/
/*        order: -1;*/
/*    }*/
/*}*/


@media (max-width: 991.98px) {
    .ts-hero {
        margin-top: 65px;
    }

    .ts-hero-content {
        padding-top: 0px;
    }

    .ts-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 32px;
    }

    .ts-hero-title {
        /* font-size: 3rem; */
        letter-spacing: -1px;
    }
    
    .main-title{
    font-size: var(--ts-h1-mobile);
    }

    .ts-hero-subtitle {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }

    .ts-hero-text {
        font-size: var(--ts-body-mobile);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: var(--ts-space-md);
    }

    .ts-hero-image img {
        max-width: 90%;
        margin: 0 auto;
        
    }

    .ts-hero-cta {
        max-width: 80%;
        font-size: 14px;
        padding: 10px 18px;
        white-space: normal !important;
    }
    .cta-btns{
        align-items: center;
    }

    .truststrip{
        flex-direction: column;
        gap: 10px
    }
}

/* ============================
   TRUSTED SECTION
================================*/

.trusted-heading{
    padding-top:var(--ts-space-md);
}

/* ============================
   CREATOR CAROUSEL
================================*/

.ts-creator-strip {
    padding-bottom: var(--ts-space-md);
    padding-top: var(--ts-space-lg);
}

.hero-carousel {
    overflow: auto;
    margin-bottom: var(--ts-space-md);
}

.hero-carousel_wrapper {
    position: relative;
    width: 100%;
}

.hero-carousel_marquee {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: max-content;
    /*animation: ts-creator-marquee-left 40s linear infinite;*/
}

/*.hero-carousel--row-2 .hero-carousel_marquee {*/
/*    animation-name: ts-creator-marquee-right;*/
/*}*/

/* group = [big card] + [stacked column] */
.hero-carousel_group {
    display: flex;
    align-items: stretch;
    gap: 24px;
    flex: 0 0 auto;
}

/* big card */
.hero-carousel_card--big .home-carousel_link {
    display: block;
    width: 320px;
    height: 520px;
    background: transparent !important;
}

/* stacked column (two small cards) */
.hero-carousel_card--stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent !important;
}

.hero-carousel_card--stack .home-carousel_link {
    width: 280px;
    height: 250px;
    background: transparent !important;
}

/* shared card styles */
.home-carousel_link {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background-color: #000;
}

.home-carousel_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    background: transparent !important;
}

/* radial gradient overlays – bottom-left, not full cover */
.home-carousel_cover {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 0.8;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: 0% 20%;
    /* bottom-left */
}

/* colors (Kajabi-like) */
.home-carousel_cover_violet {
    background: linear-gradient(to top,
            rgba(174, 64, 255, 0.95) 0%,
            rgba(255, 0, 153, 0.9) 5%,
            transparent 25%);
}

.home-carousel_cover_blue {
    background: linear-gradient(to top,
            rgba(0, 198, 255, 0.65) 0%,
            rgba(0, 114, 255, 0.89) 5%,
            transparent 25%);
}

.home-carousel_cover_green {
    background: linear-gradient(to top,
            rgba(62, 213, 152, 0.95) 0%,
            rgba(0, 163, 122, 0.9) 5%,
            transparent 25%);
}

.home-carousel_cover_orange {
    background: linear-gradient(to top,
            rgba(255, 143, 0, 0.95) 0%,
            rgba(255, 61, 0, 0.9) 5%,
            transparent 25%);
}

/* hover: overlay spreads a bit more */
.home-carousel_link:hover .home-carousel_cover {
    transform: scale(1.12);
    opacity: 1;
}

/* text on card */
.home-carousel_text-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    color: #000;
    z-index: 2;
}

.hero-carousal-text {
    font-family: var(--ts-font-secondary);
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 0.9;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 4px 10px;
}

.is-white-tag {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.75rem;
    font-weight: 500;
    color: white;
}

/* marquee animations */
@keyframes ts-creator-marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes ts-creator-marquee-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 991.98px) {
    .ts-creator-strip {
        padding-bottom: 0px;
        padding-top: var(--ts-space-lg);
    }

    .hero-carousel_marquee {
        gap: 20px;
    }

    .hero-carousel_group {
        gap: 16px;
    }

    .hero-carousel_card--big .home-carousel_link {
        width: 220px;
        height: 340px;
    }

    .hero-carousel_card--stack .home-carousel_link {
        width: 220px;
        height: 160px;
    }

    .hero-carousal-text {
        font-size: var(--ts-h4-mobile);
    }
}

/* ============================
   BENEFITS SECTION
================================*/

.ts-section-benefits {
    padding-top: var(--ts-space-lg);
    padding-bottom: var(--ts-space-lg);
    background-color: #f9fafb;
}

.ts-benefits-header {
    display: flex;
    flex-direction: column;
    gap: var(--ts-space-xs);
    max-width: 720px;
    margin: 0 auto var(--ts-space-lg);
    text-align: center;
}

ts-benefits-header-title {
    font-size: var(--ts-h2);
    line-height: 0.9;
    margin-bottom: var(--ts-space-sm);
}

.ts-benefits-title {
    font-size: var(--ts-h3);
    line-height: 0.9;
    margin-bottom: var(--ts-space-sm);
}

.ts-benefits-subtitle {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.4;
    color: var(--ts-gray-600);
}

/* Grid */

.ts-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ts-space-md);
}

/* Card */

.ts-benefit-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: var(--ts-space-md);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    transform-origin: center;
    will-change: transform, opacity;
}

.ts-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

/* Icon */

.ts-benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--ts-space-sm);
    font-size: 1.4rem;
}

/* Brand pastel backgrounds */
.ts-benefit-icon--purple {
    background: radial-gradient(circle at 30% 30%, #f5e9ff, #e0c4ff);
    color: #4c1d95;
}

.ts-benefit-icon--blue {
    background: radial-gradient(circle at 30% 30%, #e0f2ff, #bfdbfe);
    color: #1d4ed8;
}

.ts-benefit-icon--orange {
    background: radial-gradient(circle at 30% 30%, #ffedd5, #fed7aa);
    color: #c2410c;
}

.ts-benefit-icon--green {
    background: radial-gradient(circle at 30% 30%, #dcfce7, #bbf7d0);
    color: #166534;
}

.ts-benefit-icon--pink {
    background: radial-gradient(circle at 30% 30%, #ffe4ef, #fecdd3);
    color: #be185d;
}

.ts-benefit-icon--teal {
    background: radial-gradient(circle at 30% 30%, #ccfbf1, #a5f3fc);
    color: #0f766e;
}

.ts-benefit-title {
    font-size: var(--ts-h4);
    margin-bottom: var(--ts-space-xs);
    text-transform: uppercase;
}

.ts-benefit-text {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.5;
    color: var(--ts-gray-600);
    margin: 0;
}

/* Responsive */

@media (max-width: 991.98px) {
    .ts-section-benefits {
        padding-top: var(--ts-space-lg);
        padding-bottom: var(--ts-space-lg);
    }

    .ts-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--ts-space-sm);
    }

    .ts-benefits-header-title {
        font-size: var(--ts-h1-mobile);
    }

    .ts-benefit-title {
        font-size: var(--ts-h3-mobile);
    }

    .ts-benefit-text {
        font-size: var(--ts-body-mobile);
    }

    .ts-benefits-subtitle {
        font-size: var(--ts-body-mobile);
    }
}


/* ===========================
   FEATURED PRODUCTS SECTION
=========================== */

.ts-featured {
    background: #000;
    color: #fff;
    padding: var(--ts-space-xl) 0;
    position: relative;
}

.ts-featured-header {
    max-width: var(--ts-container);
    margin: 0 auto var(--ts-space-lg);
    padding: 0 var(--ts-container-padding);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--ts-space-lg);
}

.ts-featured-title {
    font-size: var(--ts-h2);
    line-height: 0.9;
}

.ts-featured-meta {
    max-width: 420px;
}

.ts-featured-meta p {
    color: #ddd;
    margin-bottom: var(--ts-space-sm);
}

.ts-featured-btn {
    font-size: 1rem;
    padding: 10px 22px;
    background: #fff;
    color: #000;
    border-radius: 999px;
    display: inline-block;
    font-weight: 600;
}

/* ARROWS */
.ts-arrow {
    position: absolute;
    top: auto;
    bottom: 10px;
    transform: none;
    background: #fff;
    color: #000;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 20;
    transition: 0.25s;
}

.ts-arrow-left {
    left: 10px;
}

.ts-arrow-right {
    right: 10px;
}

.ts-arrow:hover {
    /* transform: translateY(-50%) scale(1.1); */
    transform: scale(1.1);
}

/* SLIDER */
.ts-featured-slider {
    display: flex;
    gap: var(--ts-space-xs);
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 var(--ts-container-padding) var(--ts-space-lg);
}

.ts-featured-slider::-webkit-scrollbar {
    display: none;
}

/* PRODUCT CARD */
.ts-product-card {
    flex: 0 0 340px;
    border-radius: 24px;
    overflow: hidden;
    color: #000;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ts-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}

.ts-product-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.ts-product-card:hover .ts-product-img {
    transform: scale(1.03);
}

.ts-product-body {
    padding: var(--ts-space-md);
    background: #fff;
}

.ts-product-tag {
    display: inline-block;
    font-size: 0.85rem;
    background: #eee;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: var(--ts-space-xs);
    color: rgb(66, 66, 66);
}

.ts-product-title {
    margin-bottom: var(--ts-space-xs);
    font-size: var(--ts-h5) !IMPORTANT;
    line-height: 1.1;
    text-transform: none;
    color: black;
}

.ts-product-price {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: var(--ts-space-xs);
}

/* BUTTONS */
.ts-product-actions {
    margin-top: var(--ts-space-sm);
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;

    align-items: center;
    justify-items: center;
}

.ts-btn-secondary {
    padding: 10px 18px;
    background: #eee;
    border: none;
    border-radius: 999px;
}

.ts-btn-primary {
    padding: 10px 20px;
    background: var(--ts-brand-grad);
    border: none;
    color: #fff;
    border-radius: 999px;
}

.ts-btn-dark {
    padding: 10px 20px;
    background: #000000;
    border: none;
    color: white;
    border-radius: 999px;
}


.ts-btn-secondary,
.ts-btn-primary,
.ts-btn-dark {
    transition: transform 0.18s ease, box-shadow 0.18s ease,
        background 0.18s ease;
}

.ts-btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.ts-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.ts-btn-dark:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}



/* GRADIENT BACKGROUNDS */
.ts-grad-yellow {
    background: linear-gradient(180deg, #fde68a 0%, #fcd34d 100%);
}

.ts-grad-pink {
    background: linear-gradient(180deg, #fbcfe8 0%, #f9a8d4 100%);
}

.ts-grad-blue {
    background: linear-gradient(180deg, #bae6fd 0%, #7dd3fc 100%);
}

.ts-grad-purple {
    background: linear-gradient(180deg, #ddd6fe 0%, #c4b5fd 100%);
}

@media (max-width: 991.98px) {
    .ts-featured {
        padding: var(--ts-space-lg) 0;
    }

    .ts-featured-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--ts-space-md);
        padding-inline: var(--ts-container-padding);
    }

    .ts-featured-title {
        font-size: var(--ts-h1-mobile);
        line-height: 0.95;
    }

    .ts-featured-meta {
        max-width: 100%;
    }

    .ts-featured-meta p {
        margin-bottom: var(--ts-space-xs);
        font-size: var(--ts-body-mobile);
    }

    .ts-featured-btn {
        width: auto;
    }

    .ts-featured-slider {
        padding-inline: 16px;
        gap: 16px;
    }

    .ts-product-card {
        flex: 0 0 260px;
        border-radius: 20px;
        min-width: 260px;
        max-width: 85vw;
        scroll-snap-align: start;
    }

    .ts-product-img {
        height: 220px;
    }

    .ts-product-body {
        padding: var(--ts-space-sm) var(--ts-space-md);
    }

    .ts-product-title {
        font-size: var(--ts-h5-mobile);
    }

    .ts-product-price {
        font-size: 1.1rem;
    }

    .ts-product-actions {
        /*flex-direction: column;*/
        gap: var(--ts-space-xs);
    }

    .ts-btn-secondary,
    .ts-btn-primary {
        justify-content: center;
    }

    /* Arrows position on mobile */
    .ts-arrow {
        top: auto;
        bottom: 18px;
        transform: none;
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }

    .ts-arrow-left {
        left: 16px;
    }

    .ts-arrow-right {
        right: 16px;
    }

    .ts-arrow:hover {
        transform: scale(1.05);
    }
}

/* UNIVERSAL  LAYOUTING*/
html,
body {
    overflow-x: hidden !important;
}

/* ============================
   FAQ TWO-COLUMN
============================ */

.ts-faq-two-col {
    padding-top: var(--ts-space-xl);
    padding-bottom: var(--ts-space-xl);
}

.ts-faq-two-col .ts-container {
    display: flex !important;
    align-items: flex-center !important;
    /* forces top alignment */
    gap: var(--ts-space-xl);
    min-height: auto !important;
}

/* LEFT SIDE */
.ts-faq-left {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: var(--ts-space-lg);
    justify-content: center;
    /* will-change: transform;
    transition: transform 0.1s linear; */
}

.ts-faq-heading {
    font-size: var(--ts-h2);
    line-height: 0.9;
    text-transform: uppercase;
}

.ts-faq-btn {
    display: inline-block;
    font-size: var(--ts-body);
    padding: 14px 28px;
    background: #000;
    color: #fff;
    border-radius: 32px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ts-faq-btn:hover {
    background: #222;
    transform: translateY(-2px);
}

/* RIGHT SIDE (FAQ LIST) */
.ts-faq-right {
    display: flex;
    flex-direction: column;
}

/* Each FAQ */
.ts-faq-row {
    border-top: 1px solid #e5e7eb;
    padding: var(--ts-space-md) 0;
}

/* Question button */
.ts-faq-q {
    font-family: var(--ts-font-secondary);
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: var(--ts-h5);
    font-weight: var(--ts-wght-medium);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* + icon */
.ts-faq-plus {
    width: 18px;
    height: 18px;
    position: relative;
    transition: transform 0.25s ease;
}

.ts-faq-plus::before,
.ts-faq-plus::after {
    content: "";
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Horizontal line */
.ts-faq-plus::before {
    width: 14px;
    height: 2px;
}

/* Vertical line */
.ts-faq-plus::after {
    width: 2px;
    height: 14px;
}

.ts-faq-row.active .ts-faq-plus {
    transform: rotate(45deg);
    /* turns + into × like Kajabi */
}

/* ANSWER */
.ts-faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    padding-right: 10%;
}

.ts-faq-row.active .ts-faq-a {
    max-height: 500px;
    opacity: 1;
}

.ts-faq-a p {
    margin-top: var(--ts-space-sm);
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    color: var(--ts-gray-600);
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 991.98px) {
    .ts-faq-two-col .ts-container {
        grid-template-columns: 1fr;
        gap: var(--ts-space-lg);
        flex-direction: column;
        align-items: flex-start;
    }

    .ts-faq-left {
        transform: none !important;
    }

    .ts-faq-heading {
        font-size: var(--ts-h1-mobile);
    }

    .ts-faq-q {
        font-size: var(--ts-h4-mobile);
    }
}

/* =============================
  WHO IS THIS FOR
============================= */

.ts-offer-section {
    background: linear-gradient(180deg, #ff5c28 0%, #d9287b 45%, #8b1fa6 100%);
    color: var(--ts-white);
    padding: var(--ts-space-md);
    margin-bottom: 20px;
    display:flex;
    justify-content: center;
    gap: var(--ts-sm);

}

.ts-offer-left {
    align-self: center;
    max-width: 550px;
    padding: var(--ts-space-xs);
}

.ts-offer-title {
    font-size: var(--ts-h2);
    line-height: 1;
    text-transform: uppercase;
    /* margin-bottom: var(--ts-space-md); */
}

.ts-offer-subtitle {
    max-width: 720px;
    /* margin: 0 auto var(--ts-space-lg); */
    font-size: var(--ts-body-lg);
    line-height: 1.5;
    color: #ffffffcc;
}

/* PRODUCT CARD */
.ts-product-card {
    position: relative;
    overflow: hidden;
}

/* RIBBON STRIP */
.gift-ribbon {
    position: absolute;
    top: 25px;
    left: -40px;
    width: 145px;
    text-align: center;
    background: linear-gradient(45deg, #ff3d68, #ff8a00);
    transform: rotate(-45deg);
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gift-ribbon span {
    display: block;
    padding: 6px 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

/* OPTIONAL: Ribbon Bow Ends */
.gift-ribbon::before,
.gift-ribbon::after {
    content: "";
    position: absolute;
    bottom: -12px;
    border-top: 8px solid #c92b50;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.ts-webinar-section {
    background: linear-gradient(180deg, #ff5c28 0%, #d9287b 45%, #8b1fa6 100%);
    color: var(--ts-white);
    padding: var(--ts-space-xl) 0;
    text-align: center;
}

.ts-webinar-title {
    font-size: var(--ts-h1);
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: var(--ts-space-md);
}

.ts-webinar-subtitle {
    max-width: 720px;
    margin: 0 auto var(--ts-space-lg);
    font-size: var(--ts-body-lg);
    line-height: 1.5;
    color: #ffffffcc;
}

/* Buttons */
.ts-webinar-buttons {
    display: flex;
    justify-content: center;
    gap: var(--ts-space-md);
}

.ts-btn-primary-light {
    background: white;
    color: black;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: var(--ts-wght-bold);
    font-size: var(--ts-body);
}

.ts-btn-primary-light:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.ts-btn-link {
    font-size: var(--ts-body);
    color: white;
    text-decoration: none;
    padding: 14px 0;
}

.ts-btn-link:hover {
    opacity: 0.85;
}

/* Grid Layout */
.ts-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card Styling */
.ts-audience-card {
    text-align: center;
    padding: 18px 12px;
    cursor: default;
    /* border: 1px solid #fff; */
    border-radius: 10px;
}

/* Icon Styling */
.ts-audience-icon {
    font-size: 42px;
    color: #FFF;
    margin-bottom: 12px;
}

/* Title */
.ts-audience-card .ts-product-title {
    /* font-size: 16px; */
    font-weight: 600;
    margin: 0;
    color: #fff;
}

/* Hover Effect (same feel as product cards) */
.ts-audience-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}


/* Mobile */
@media (max-width: 767px) {

    .ts-offer-section{
        flex-direction: column;
        padding: 20px 0px;
        gap: 20px;
    }
    .ts-webinar-title {
        font-size: var(--ts-h1-mobile);
    }

    .ts-webinar-buttons {
        flex-direction: column;
        gap: var(--ts-space-sm);
    }

    .ts-btn-link {
        padding: 6px 0;
    }
    
    .ts-offer-title {
        font-size: var(--ts-h1-mobile);
        line-height: 0.95;
    }
    .ts-offer-inner{
    flex-direction: column;
    gap:var(--ts-space-md);  
    }

    .ts-audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================================
   TRUSTED BY PROFESSIONALS — TESTIMONIAL
================================ */

/* ------------------------------
   SECTION WRAPPER
------------------------------ */
.ts-testimonial-section {
    position: relative;
    padding: var(--ts-space-md) 0;
    overflow: hidden;
    padding-bottom: 0px;
}

/* ------------------------------
   HEADER
------------------------------ */
.testimonial-logo{
    margin-bottom: var(--ts-space-md);
}

.ts-testimonial-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--ts-space-md);
    align-items: start;
    margin-bottom: var(--ts-space-md);
}

.ts-testimonial-title {
    font-size: var(--ts-h2);
    text-transform: uppercase;
    line-height: 0.9;
}

.ts-testimonial-subtext {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body-lg);
    color: var(--ts-gray-600);
    line-height: 1.4;
}

.ts-btn-light {
    display: inline-block;
    margin-top: var(--ts-space-sm);
    padding: 10px 18px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 0.95rem;
    font-weight: 600;
    transition: 0.25s ease;
}

.ts-btn-light:hover {
    background: #f3f4f6;
}

/* ------------------------------
   FLOATING GRADIENT BLOBS
------------------------------ */

.ts-testimonial-bg {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.45;
    z-index: 0;
    animation: floatBlob 12s ease-in-out infinite alternate;
}

.ts-bg-blob-1 {
    background: #ff71b1;
    top: 120px;
    left: -80px;
}

.ts-bg-blob-2 {
    background: #7ecbff;
    right: -120px;
    bottom: 80px;
}

@keyframes floatBlob {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-60px) scale(1.15);
    }
}

/* ------------------------------
   AUTOPLAY SLIDER
------------------------------ */

.ts-testimonial-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ts-testimonial-track {
    display: flex;
    gap: var(--ts-space-lg);
    width: max-content;
    animation: ts-testimonial-autoplay 28s linear infinite;
}

@keyframes ts-testimonial-autoplay {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ts-testimonial-slider:hover .ts-testimonial-track {
    animation-play-state: paused;
}

/* ------------------------------
   TESTIMONIAL CARD
------------------------------ */

.ts-testimonial-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 680px;
    min-height: 140px;
    padding: var(--ts-space-lg);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ts-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Background color themes */
.ts-bg-pink {
    background: #ffe7f1;
}

.ts-bg-aqua {
    background: #e8fcff;
}

.ts-bg-yellow {
    background: #fff7d6;
}

/* ------------------------------
   LEFT CONTENT
------------------------------ */

.ts-testimonial-content {
    z-index: 3;
}

.ts-testimonial-content p {
    font-family: var(--ts-font-secondary);
    font-size: 1.1rem;
    color: var(--ts-black);
    line-height: 1.45;
    margin-bottom: var(--ts-space-md);
}

.ts-testimonial-name {
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ts-testimonial-role {
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: var(--ts-gray-600);
    margin-bottom: var(--ts-space-sm);
}

/* tags */
.ts-testimonial-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: var(--ts-space-sm);
}

.ts-testimonial-tags span {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    font-weight: 500;
}

/* Earned Metric */
.ts-testimonial-earned {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: var(--ts-space-sm);
}

.ts-testimonial-earned span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

/* CTA */
.ts-btn-dark.small {
    margin-top: var(--ts-space-xs);
    padding: 10px 14px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.25s ease;
}

.ts-btn-dark.small:hover {
    background: #333;
}

/* ------------------------------
   RIGHT IMAGE
------------------------------ */

.ts-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/* ------------------------------
   REVEAL ANIMATION
------------------------------ */

.ts-testimonial-card[data-ts-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.ts-testimonial-card.ts-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------
   MOBILE RESPONSIVE
------------------------------ */

@media (max-width: 991px) {
    .ts-testimonial-header {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--ts-space-md);
        padding: 0 var(--ts-space-sm);
    }

    .ts-testimonial-title {
        font-size: var(--ts-h1-mobile);
        /* Ensures safe scaling */
        line-height: 1.05;
        word-break: break-word;
        hyphens: auto;
        max-width: 100%;
    }

    .ts-testimonial-subtext {
        font-size: var(--ts-body-mobile);
        line-height: 1.35;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        word-break: break-word;
    }

    .ts-testimonial-card {
        grid-template-columns: 1fr;
        width: 88vw;
        min-height: auto;
        padding: var(--ts-space-md);
    }

    .ts-testimonial-image {
        margin-top: var(--ts-space-md);
    }
}

/* ============================================
   GET STARTED POPUP
============================================ */

.ts-start-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 2000;
}

.ts-start-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.ts-start-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 1;
}

/* Dialog */
.ts-start-dialog {
    position: relative;
    width: 900px;
    max-width: 92%;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 2;
    overflow: hidden;
}

.ts-start-modal.is-open .ts-start-dialog {
    opacity: 1;
    transform: translateY(0);
}

/* Columns */
.ts-start-left,
.ts-start-right {
    padding: 40px;
    width: 50%;
    align-content: center;
}

.ts-start-right {
    background: #111;
    color: #fff;
}

/* Close Button */
.ts-start-close {
    position: absolute;
    color: white;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    font-size: 34px;
    cursor: pointer;
    opacity: 0.6;
}

.ts-start-close:hover {
    opacity: 1;
}

/* Title */
.ts-start-title {
    font-size: 2.2rem;
    font-family: var(--ts-font-main);
    font-weight: 900;
    margin-bottom: 24px;
    text-transform: uppercase;
}

/* Google Button */
.ts-start-google-btn {
    width: 100%;
    background: #111;
    border: none;
    color: white;
    padding: 16px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.ts-start-google-btn img {
    width: 20px;
}

/* Divider */
.ts-start-divider {
    text-align: center;
    margin: 24px 0;
    position: relative;
}

.ts-start-divider span {
    background: #fff;
    padding: 0 12px;
}

.ts-start-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ddd;
}

/* Input */
.ts-start-input-wrap {
    margin-bottom: 18px;
}

.ts-start-input {
    width: -webkit-fill-available;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #ccc;
    font-size: 1.1rem;
}

/* Continue Button */
.ts-start-email-btn {
    width: 100%;
    background: var(--ts-brand-grad);
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 16px;
    border-radius: 40px;
    cursor: pointer;
}

.ts-start-email-btn:hover {
    background: #ff5b5c;
}

/* Terms */
.ts-start-terms {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 14px;
    padding-right: 40px;
}

.ts-start-terms a {
    color: #111;
    text-decoration: underline;
}

/* ======================
   RIGHT SIDE REVIEW
====================== */

.ts-start-quote-icon {
    font-size: 4rem;
    opacity: 0.5;
    margin-bottom: 16px;
}

.ts-start-review-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.ts-start-stars {
    color: #32cd32;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.ts-start-review-text {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
    color: lightgrey;
}

.ts-start-review-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.ts-start-review-user img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.ts-start-review-meta {
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .ts-start-dialog {
        flex-direction: column;
    }

    .ts-start-right {
        display: none !important;
    }

    .ts-start-left {
        width: 100% !important;
        padding: 32px !important;
    }

    .ts-start-dialog {
        max-width: 94%;
    }

    .ts-start-google-btn,
    .ts-start-email-btn,
    .ts-start-input-wrap {
        width: 85%;
    }
}


/* ------------------------------------------ */
/* Floating video container */
/* ------------------------------------------ */

/* Floating video base */
#floating-video {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 180px;
    z-index: 9999;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    transform-origin: bottom left;
}

/* Entrance animation */
.video-enter {
    opacity: 0;
    transform: translateY(30px);
    animation: videoSlideIn 0.6s ease forwards;
    animation-delay: 0.4s;
}

@keyframes videoSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Video */
#floating-video video {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* Tap to hear overlay */
.tap-to-hear {
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.55);*/
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Hide overlay */
.tap-to-hear.hidden {
    opacity: 0;
}

/* Close button */
.close-video {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
}

/* Enlarged state */
#floating-video.enlarged {
    transform: scale(1.5);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

/* Mobile */
@media (max-width: 768px) {
    #floating-video {
        width: 140px;
    }

    #floating-video.enlarged {
        transform: scale(1.3);
    }
}


/* ============================================================================================================================
   TEMPLATE PAGE HERO SECTION
================================================================================================================================*/

.ts-template-hero {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
    width: 100%;
}

/* Background with angled shapes */
.ts-template-hero-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(135deg,
            rgba(236, 79, 40, 0.9),
            rgba(200, 29, 152, 0.9) 60%,
            rgba(111, 29, 216, 0.9)),
        url("/assets/frontend/images/templates/template-hero-bg.webp") center/cover no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/* Breadcrumb */
.ts-breadcrumb {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    color: var(--ts-white);
    margin-bottom: var(--ts-space-md);
}

.ts-breadcrumb a {
    color: var(--ts-white);
    opacity: 0.9;
}

.ts-breadcrumb span {
    margin: 0 6px;
}

.ts-breadcrumb .active {
    opacity: 1;
    font-weight: 700;
}

/* Title (exact Kajabi look) */
.ts-template-hero-title {
    font-size: var(--ts-h1);
    line-height: 0.9;
    color: var(--ts-white);
    text-transform: uppercase;
    max-width: 780px;
    margin-bottom: var(--ts-space-md);
}

/* Subtitle */
.ts-template-hero-subtext {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body-lg);
    color: var(--ts-white);
    opacity: 0.95;
    max-width: 600px;
    margin-bottom: var(--ts-space-lg);
}

/* MOBILE RESPONSIVE */
@media (max-width: 991.98px) {
    .ts-template-hero {
        padding-bottom: 0px;
        text-align: center;
    }

    .ts-template-hero-title {
        font-size: var(--ts-h1-mobile);
        margin-left: auto;
        margin-right: auto;
    }

    .ts-template-hero-subtext {
        margin-left: auto;
        margin-right: auto;
        font-size: var(--ts-body-mobile);
    }

    .ts-template-gallery-title {
        font-size: var(--ts-h2-mobile);
    }

    .ts-template-gallery-subtitle {
        font-size: var(--ts-body-mobile);
    }
}

/* ============================
   TEMPLATE GALLERY (CLEAN)
   =========================== */

/* Section wrapper */
.ts-template-gallery {
    padding-top: var(--ts-space-xl);
    padding-bottom: var(--ts-space-xl);
    background-color: #050505;
    /* dark page like Kajabi */
    color: var(--ts-white);
}

/* Header (title + subtitle) */
.ts-template-gallery-header {
    max-width: 840px;
    margin: 0 auto var(--ts-space-lg);
    text-align: center;
}

.ts-template-gallery-title {
    font-size: var(--ts-h2);
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--ts-white);
}

.ts-template-gallery-subtitle {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    margin-top: var(--ts-space-sm);
}

/* GRID */
.ts-template-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ts-space-md);
}



/* ============================
   CARD BASE
   =========================== */



.ts-template-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    padding: 0px;
    /* light card on dark background */
    background-color: #f9fafb;
    color: #111827;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out;
}

.ts-template-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.35);
}

/* ============================
   PREVIEW AREA (IMAGE SCROLL)
   =========================== */

.ts-template-preview {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    position: relative;
    height: 520px;
    /* fixed window */
    overflow: hidden;
    /* border-bottom: 1px solid rgba(15, 23, 42, 0.06); */
    background: #000;
    /* just behind image */
}

.ts-template-preview-inner {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    width: 100%;
    height: auto;
    transform: translateY(0) scale(1);
    transition: transform 0.4s ease-out;
}

.ts-template-preview-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* make sure image is not darkened */
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

/* Hover: zoom + long slow scroll */
.ts-template-card:hover .ts-template-preview-inner {
    transition: transform 8s linear;
    transform: translateY(-75%) scale(1.07);
}

.ts-template-taptosee {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
}

.ts-template-taptosee span {
    background: #fff;
    color: #111;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}


/* ============================
   RESPONSIVE
   =========================== */

@media (max-width: 1279.98px) {
    .ts-template-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ts-template-preview {
        height: 580px;
    }
}

@media (max-width: 991.98px) {
    .ts-template-gallery {
        padding-top: var(--ts-space-lg);
        padding-bottom: var(--ts-space-lg);
    }

    .ts-template-gallery-header {
        text-align: left;
    }

    .ts-template-gallery-title {
        font-size: var(--ts-h2-mobile);
    }

    .ts-template-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--ts-space-sm);
    }

    .ts-template-preview {
        height: 540px;
    }
}

@media (max-width: 639.98px) {
    .ts-template-grid {
        grid-template-columns: 1fr;
    }

    .ts-template-gallery-header {
        text-align: center;
    }
}

/* ============================================================================================================================================
   CONTACT PAGE
============================================================================================================================================== */

.ts-contact-hero {
    padding-top: 120px;
    padding-bottom:80px;
    text-align: center;
    background: linear-gradient(135deg,
            rgba(236, 79, 40, 0.9),
            rgba(200, 29, 152, 0.9) 60%,
            rgba(111, 29, 216, 0.9)),
        url("/assets/frontend/images/templates/template-hero-bg.webp") center/cover no-repeat;
    color: var(--ts-white);
}

.ts-contact-title {
    font-size: var(--ts-h1);
    line-height: 0.9;
    margin-bottom: var(--ts-space-sm);
}

.ts-contact-subtitle {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body-lg);
    line-height: 1.4;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.9;
    color: var(--ts-white);
}

/* CONTENT SECTION */
.ts-contact-section {
    padding: var(--ts-space-xl) 0;
    background: #f9fafb;
}

.ts-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--ts-space-xl);
}

/* LEFT INFO BOX */
.ts-contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--ts-space-md);
}

.ts-contact-heading {
    font-size: var(--ts-h2);
    line-height: 1;
}

.ts-contact-text {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    color: var(--ts-gray-600);
}

.ts-contact-info-item {
    background: white;
    border-radius: 20px;
    padding: var(--ts-space-md);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.ts-contact-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7280;
}

.ts-contact-value {
    margin-top: 4px;
    font-size: var(--ts-body-lg);
    font-weight: 600;
}

/* RIGHT FORM CARD */
.ts-contact-form-card {
    background: white;
    padding: var(--ts-space-lg);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}


.ts-form-group {
    margin-bottom: var(--ts-space-xs);
}

.ts-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: var(--ts-body-sm);
}

.ts-form-group input,
.ts-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: var(--ts-body);
    font-family: var(--ts-font-secondary);
}

.ts-contact-btn {
    margin-top: var(--ts-space-sm);
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .ts-contact-grid {
        grid-template-columns: 1fr;
    }

    .ts-contact-hero {
        /* padding: var(--ts-space-lg) 0; */
        padding-bottom: 40px;
        font-size: var(--ts-h1-mobile);
    }

    .ts-contact-title {
        font-size: var(--ts-h2-mobile);
    }

    .ts-contact-subtitle {
        font-size: var(--ts-body-mobile);
    }

    .ts-contact-text {
        font-family: var(--ts-font-secondary);
        font-size: var(--ts-body-mobile);
    }

    .ts-contact-heading {
        font-size: var(--ts-h2-mobile);
        line-height: 1;
    }
}

/* ============================================================================================================================================
   POLICY SECTION
============================================================================================================================================== */

.policy-section {
    padding: var(--ts-space-sm) 0px;
}

.policy-section p {
    font-family: var(--ts-font-main);
    font-size: var(--ts-body-sm);
}

/* ============================================================================================================================================
   SHOP PAGE
============================================================================================================================================== */

/* ============================
   SHOP PAGE – PRODUCT GRID
================================*/

.ts-shop-header {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    background: linear-gradient(135deg,
            rgba(236, 79, 40, 0.9),
            rgba(200, 29, 152, 0.9) 60%,
            rgba(111, 29, 216, 0.9)),
        url("/assets/frontend/images/templates/template-hero-bg.webp") center/cover no-repeat;
    color: var(--ts-white);
    text-align: center;
}

.ts-shop {
    padding-top: var(--ts-space-xl);
    padding-bottom: var(--ts-space-xl);
    background-color: #f9fafb;
}

.ts-shop-title {
    font-size: var(--ts-h1);
    line-height: 0.9;
    text-transform: uppercase;
}

.ts-shop-subtitle {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.5;
    margin-top: var(--ts-space-sm);
}

.ts-mobile-filter-btn {
    visibility: hidden;
}


/* Grid */
.ts-shop-main {
    width: 80%;
}

.ts-shop-filters {
    width: 20%;
}

.ts-shop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--ts-space-sm);

}

/* Card base */

.ts-shop-card {
    flex: 0 0 calc(25% - var(--ts-space-md));
    background-color: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease
}

/* Image area */

.ts-shop-card-media {
    position: relative;
    display: block;
    background: radial-gradient(circle at 0% 0%, #111827, #020617 55%);
    overflow: hidden;
    height: 260px;
    /* window height */
}

.ts-shop-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
}

/* Hover – zoom image + lift card */

.ts-shop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16);
}

.ts-shop-card:hover .ts-shop-card-media img {
    transform: scale(1.08);
}

/* Body */

.ts-shop-card-body {
    padding: var(--ts-space-xs);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
}

.ts-shop-card-title {
    font-size: var(--ts-h5);
    line-height: 1.1;
    text-transform: none;
    color: black;
}

.ts-shop-card-title a {
    text-decoration: none;
}

/* Price – Kajabi style: strong price + muted MRP */

.ts-shop-card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ts-price-current {
    font-family: var(--ts-font-main);
    font-weight: var(--ts-wght-bold);
    font-size: 1.1rem;
}

.ts-price-old {
    font-size: 0.9rem;
    opacity: 0.6;
    text-decoration: line-through;
}

/* CTA */

.ts-shop-card-cta {
    margin-top: auto;
    justify-content: center;
}

/* ============================
   CIRCULAR PAGINATION
================================*/
.ts-shop-pagination {
    margin-top: var(--ts-space-lg);
    display: flex !important;
    justify-content: center;
}

.ts-shop-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

/* Hide text 'Next' 'Previous' */
.ts-shop-pagination .pagination .page-item:first-child .page-link span,
.ts-shop-pagination .pagination .page-item:last-child .page-link span {
    display: none !important;
}

/* Circle buttons */
.ts-shop-pagination .page-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #efefef;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: 0.2s ease;
    color: #111;
}

.ts-shop-pagination .page-link:hover {
    background: #e0e0e0;
}

/* Active */
.ts-shop-pagination .page-item.active .page-link {
    background: var(--ts-brand-grad);
    color: #fff !important;
    transform: scale(1.07);
}

/* Disabled arrows */
.ts-shop-pagination .page-item.disabled .page-link {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Center result info */
.ts-pagination-info {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #444;
}

/* =========================================
   FIX PAGINATION ISSUES
========================================= */

/* Keep page numbers visible */
.ts-shop-pagination .page-item:not(:first-child):not(:last-child) .page-link {
    font-size: 16px !important;
}

/* Hide “...” separators */
.ts-shop-pagination .page-item.disabled span.page-link {
    display: none !important;
}

/* ==========================
   FINAL PAGINATION CLEANUP
=============================*/

/* Remove dots / ... */
.ts-shop-pagination .page-item.disabled .page-link {
    display: none !important;
}

.ts-shop-pagination .pagination {
    gap: 10px;
}

/* .ts-mobile-filter-btn {
    visibility: hidden;
} */

/* ============================
   RESPONSIVE
================================*/

@media (max-width: 991.98px) {
    .ts-shop {
        padding-top: var(--ts-space-lg);
        padding-bottom: var(--ts-space-lg);
    }

    .ts-shop-title {
        font-size: var(--ts-h2-mobile);
    }

    .ts-shop-card-media {
        height: 220px;
    }

    .ts-mobile-filter-btn {
        visibility: visible;
    }

    .ts-shop-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        gap: 12px;
    }

    .ts-shop-card {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .ts-shop-card-media {
        height: 180px;
    }

    .ts-shop-card-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .ts-price-current {
        font-size: 14px;
    }

    .ts-price-old {
        font-size: 12px;
    }

    .ts-shop-card {
        display: flex;
        flex-direction: column;
        transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease
    }

    .ts-shop-main {
        width: 100%;
    }

    /* REMOVE filters from normal flow */
    .ts-shop-filters {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;

        background: #fff;
        z-index: 9999;

        overflow-y: auto;
        transition: left 0.3s ease;

        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.2);

        padding: 1rem;
        padding-bottom: 80px;

        /* VERY IMPORTANT */
        display: block;
    }

    .ts-shop-filters.active {
        left: 0;
    }


    /* Overlay */
    .ts-filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
        display: none;
    }

    .ts-filter-overlay.active {
        display: block;
    }

    /* Floating filter button */
    .ts-mobile-filter-btn {
        position: fixed;
        left: 12px;
        bottom: 25px;
        background: var(--ts-brand-grad);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 600;
        z-index: 9997;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ts-mobile-filter-btn i {
        font-size: 14px;
    }

    .ts-shop-pagination .pagination {
        flex-flow: wrap;
    }
}


/* ========================================================================================================================================
Dilip CSS
========================================================================================================================================*/

.ts-shop-layout {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 2rem;
}

.ts-shop-filters {
    /* position: sticky; */
    top: 20px;
    height: fit-content;
}

.ts-filter-section {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1.5rem;
}

.ts-filter-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.ts-filter-group {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.ts-filter-group:last-of-type {
    border-bottom: none;
}

.ts-filter-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.ts-filter-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ts-filter-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.25rem 0;
}

.ts-filter-option input {
    cursor: pointer;
}

.ts-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ts-btn-block {
    width: 100%;
}

@media (max-width: 768px) {
    .ts-shop-layout {
        flex-direction: column;
    }

    .ts-shop-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        gap: 12px;
    }

    .ts-shop-card {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .ts-shop-card-media {
        height: 180px;
    }

    .ts-shop-card-title {
        font-size: 14px;
        line-height: 1.3;
    }

    .ts-price-current {
        font-size: 14px;
    }

    .ts-price-old {
        font-size: 12px;
    }


    .ts-shop-filters {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;

        background: #fff;
        z-index: 9999;

        overflow-y: auto;
        transition: left 0.3s ease;

        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.2);

        padding: 1rem;
        padding-bottom: 80px;

        /* VERY IMPORTANT */
        display: block;
    }

    .ts-shop-filters.active {
        left: 0;
    }

}

/* Results Header */
.ts-shop-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.ts-results-count {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.ts-loading-indicator {
    color: #666;
    font-size: 0.9rem;
}

/* Active Filters */
.ts-active-filters {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}

.ts-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.ts-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f0f0f0;
    padding: 0.4rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
}

.ts-filter-tag-remove {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    margin-left: 0.25rem;
    color: #666;
    transition: color 0.2s;
}

.ts-filter-tag-remove:hover {
    color: #000;
}

/* No Products / Error */
.ts-no-products,
.ts-error {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
    grid-column: 1 / -1;
}

.ts-error {
    color: #d32f2f;
}



/* =====================================================================================================================================================
   SINGLE PRODUCT DETAIL PAGE
 =====================================================================================================================================================*/

.ts-singlepage-product-page {
    padding: var(--ts-space-xl) 0;
    background: #f9fafb;
}

.ts-singlepage-product-breadcrumb {
    font-size: var(--ts-h2);
    margin-bottom: var(--ts-space-md);
    color: #ffffff;
}

.ts-singlepage-product-breadcrumb a {
    font-size: var(--ts-h5);
    color: #ffffff;
}

.ts-singlepage-product-breadcrumb a:hover {
    color: var(--ts-brand-grad);
}

.ts-singlepage-product-breadcrumb span {
    font-size: var(--ts-h5);
    margin: 0 4px;
}

.ts-singlepage-product-breadcrumb-current {
    color: #ffffff;
    font-weight: 600;
}

/* Layout */

.ts-singlepage-product-layout {
    display: flex;
    align-items: flex-start;
    gap: var(--ts-space-xl);
    margin-bottom: var(--ts-space-xl);
}

.ts-singlepage-product-media {
    position: relative;
    flex: 0 0 52%;
}

/* main image */

.ts-singlepage-product-main-image {
    border-radius: 24px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
}

.ts-singlepage-product-main-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* badge */

.ts-singlepage-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* thumbs */

.ts-singlepage-product-thumbs-wrapper {
    position: relative;
    max-height: 420px;
    overflow: hidden;
}

.ts-singlepage-product-thumbs {
    margin-top: var(--ts-space-sm);
    display: flex !important;
    gap: 10px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
}

.ts-singlepage-product-thumb {
    border: none;
    padding: 4px;
    background: transparent;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    opacity: 0.65;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ts-singlepage-product-thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ts-singlepage-product-thumb.is-active,
.ts-singlepage-product-thumb:hover {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25);
}

/* ===== Main preview arrows (inside, centered) ===== */

.ts-singlepage-product-main-image {
    position: relative;
    /* ensure overlay works */
}

/* overlay buttons */
.ts-main-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: background .18s ease, transform .12s ease;
    user-select: none;
}

/* left / right placement */
.ts-main-prev {
    left: 12px;
}

.ts-main-next {
    right: 12px;
}

/* hover / active */
.ts-main-nav:hover {
    background: rgba(0, 0, 0, 0.72);
    transform: translateY(-50%) scale(1.03);
}

/* make sure main image is visually above thumbnails */
.ts-singlepage-product-main-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* hide thumbnail nav buttons if present (we are removing thumbnail arrows) */
.ts-thumb-nav,
.ts-singlepage-product-thumbs-wrapper>.ts-thumb-nav {
    display: none !important;
}




/* Right side */

.ts-singlepage-product-main {
    flex: 1;
}

/* small next/prev */

.ts-singlepage-product-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 8px;
}

.ts-singlepage-product-nav-link {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #111827;
}

/* rating */

.ts-singlepage-product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ts-singlepage-stars {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #facc15;
}

.ts-singlepage-rating-text {
    font-size: 0.9rem;
    color: #6b7280;
}

/* title + short */

.ts-singlepage-product-title {
    font-size: var(--ts-h2);
    line-height: 0.9;
    margin-bottom: var(--ts-space-sm);
    text-transform: uppercase;
}

.ts-singlepage-product-short {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.5;
    color: var(--ts-gray-600);
    margin-bottom: var(--ts-space-md);
}

/* price */

.ts-singlepage-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: var(--ts-space-md);
}

.ts-singlepage-product-price-current {
    font-size: 1.8rem;
    font-weight: 800;
}

.ts-singlepage-product-price-old {
    font-size: 1rem;
    text-decoration: line-through;
    color: #9ca3af;
}

/* cart */

.ts-singlepage-product-cart {
    margin-bottom: var(--ts-space-md);
}

.ts-singlepage-product-cart-form {
    gap: 16px;
}

.ts-singlepage-qty-wrap {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    /* margin-bottom: var(--ts-space-sm); */
}

.ts-singlepage-qty-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.ts-singlepage-qty-input {
    width: 96px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
}


.feature-desc {
    font-size: 14px;
    color: #858585;
}

/* hybrid button */
.ts-singlepage-btn-pill {
    border-radius: 999px;
    padding-inline: 26px;
    padding-block: 12px;
    font-size: 1rem;
}

/* meta */

.ts-singlepage-product-meta {
    margin-top: var(--ts-space-sm);
    font-size: 0.9rem;
    color: #6b7280;
}

.ts-singlepage-product-meta-label {
    font-weight: 600;
    margin-right: 4px;
}

.ts-singlepage-product-meta-link {
    color: #111827;
    font-weight: 500;
}

/* Tabs */

.ts-singlepage-product-tabs {
    margin-top: var(--ts-space-lg);
    display: flex;
    flex-direction: column;
}

.ts-singlepage-tabs-nav {
    border-bottom: 1px solid #e5e7eb;
    gap: 8px;
    margin-bottom: var(--ts-space-md);
    display: flex;
    list-style: none !important;
}

.ts-singlepage-tabs-nav .nav-link {
    border: none;
    border-radius: 999px 999px 0 0;
    padding: 10px 18px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    background: transparent;
}

.ts-singlepage-tabs-nav .nav-link.active {
    color: #111827;
    background: #ffffff;
    box-shadow: 0 -3px 12px rgba(15, 23, 42, 0.06);
}

/* tab content */

.ts-singlepage-tabs-content {
    background: #ffffff;
    border-radius: 22px;
    padding: var(--ts-space-md);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.ts-singlepage-product-richtext {
    font-family: var(--ts-font-secondary);
    font-size: var(--ts-body);
    line-height: 1.7;
    color: #111827;
}

.ts-singlepage-product-attrs {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.ts-singlepage-product-attrs th,
.ts-singlepage-product-attrs td {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.ts-singlepage-product-attrs th {
    width: 160px;
    font-weight: 600;
    color: #4b5563;
}

.ts-singlepage-product-attrs-empty {
    color: #6b7280;
}

/* reviews */

.ts-singlepage-product-reviews {
    max-width: 720px;
}

.ts-singlepage-review-title {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.ts-singlepage-review-empty {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: var(--ts-space-sm);
}

.ts-singlepage-review-form-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

/* related */

.ts-singlepage-product-related {
    margin-top: var(--ts-space-xl);
}

.ts-singlepage-product-related-header {
    margin-bottom: var(--ts-space-md);
}

.ts-singlepage-product-related-title {
    font-size: var(--ts-h3);
    text-transform: uppercase;
}

.ts-singlepage-product-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ts-space-md);
}

.ts-singlepage-related-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
}

.ts-singlepage-related-media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.ts-singlepage-related-body {
    padding: var(--ts-space-sm);
}

.ts-singlepage-related-title {
    font-size: 1rem;
    margin-bottom: 6px;
}

.ts-singlepage-related-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

.ts-singlepage-related-price .ts-singlepage-price-old {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #9ca3af;
}


.ts-singlepage-review-submit-btn {
    margin: var(--ts-space-sm) 0;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border-radius: 999px;
}

/* Fix tab visibility */

.tab-pane {
    display: none !important;
}

.tab-pane.active.show {
    display: block !important;
}

.ts-single-gaurantee {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: var(--ts-benefit-teal);
    border-radius: 10px;
    align-items: center;
    align-content: center;
    padding:10px
}

.logo-scroller {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    position: relative;
}

.logo-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: scrollLeft 40s linear infinite;
}

.home-brand-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 10px;
}

/* Animation */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========== RESPONSIVE ========== */

@media (max-width: 991.98px) {
    .ts-singlepage-product-layout {
        flex-direction: column;
    }

    .ts-singlepage-product-media {
        flex: 1;
    }

    .ts-singlepage-product-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .ts-singlepage-product-title {
        font-size: var(--ts-h2-mobile);
    }

    .ts-singlepage-product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-singlepage-tabs-nav {
        display: grid;
    }

    .ts-singlepage-qty-input {
        width: 50px;
    }
    

}

@media (max-width: 639.98px) {
    .ts-singlepage-product-related-grid {
        grid-template-columns: 1fr;
    }
    
    .logo-scroller{
        padding: 0px;
    }
}

/* ========================================================================================================================================== */
/* MINI CART CSS */
/* ========================================================================================================================================== */

.mini-cart {
    position: fixed;
    top: 0;
    width: 420px;
    min-height: 100vh;
    bottom: 0;
    z-index: 99999;
    right: 0;
    transition: all 400ms ease-out;
    transform: translate(100%, 0);
    box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 768px) {
    .mini-cart {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .mini-cart {
        width: 380px;
    }
}

.mini-cart.open {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.mini-cart-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mini-cart-inner {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.mini-cart__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

@media (max-width: 576px) {
    .mini-cart-header {
        padding: 12px 15px;
    }
}

.mini-cart__heading {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--ts-brand-grad, #ff3064);
}

@media (max-width: 576px) {
    .mini-cart__heading {
        font-size: 18px;
    }
}

.btn-close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Brand Section */
.mini-cart-brands {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

@media (max-width: 576px) {
    .mini-cart-brands {
        padding: 12px 15px;
    }
}

.brand-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
}

.logo-scroller {
    overflow: hidden;
    white-space: nowrap;
}

.logo-track {
    display: inline-flex;
    animation: scroll 20s linear infinite;
}

.brand-logo {
    height: 60px;
    margin-right: 20px;
    object-fit: contain;
    opacity: 0.7;
    /*filter: grayscale(100%);*/
}

@media (max-width: 576px) {
    .brand-logo {
        height: 25px;
        margin-right: 15px;
    }
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Discount Progress Section */
.discount-progress-section {
    padding: 12px 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

@media (max-width: 576px) {
    .discount-progress-section {
        padding: 10px 12px;
    }
}


/* Progress Bar Wrapper */
.progress-bar-wrapper {
    margin-bottom: 20px;
}

.progress-bar-bg {
    position: relative;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar-fill-animated {
    height: 100%;
    background: rgb(255, 48, 100);
    background: linear-gradient(90deg, rgb(255, 48, 100) 0%, rgb(255, 80, 120) 100%);
    border-radius: 20px;
    transition: width 0.5s ease;
    box-shadow: 0 0 10px rgba(255, 48, 100, 0.5);
    position: relative;
    overflow: hidden;
}

.progress-bar-fill-animated::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Milestones */
.discount-milestones {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 5px;
}

.milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.milestone-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .milestone-icon {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

.milestone.current .milestone-icon {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgb(255, 48, 100);
    animation: pulse 2s infinite;
}

.milestone.achieved .milestone-icon {
    background: rgb(255, 48, 100);
    border-color: rgb(255, 48, 100);
    box-shadow: 0 0 15px rgba(255, 48, 100, 0.5);
}

.milestone.achieved .milestone-icon.burst {
    animation: burstAnimation 0.6s ease-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 48, 100, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(255, 48, 100, 0);
    }
}

@keyframes burstAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.burst-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.burst-effect::before,
.burst-effect::after {
    content: '✨';
    position: absolute;
    font-size: 12px;
    animation: sparkle 1s ease-out infinite;
}

.burst-effect::before {
    top: -8px;
    left: -8px;
    animation-delay: 0s;
}

.burst-effect::after {
    bottom: -8px;
    right: -8px;
    animation-delay: 0.5s;
}

@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0); }
    50% { opacity: 1; transform: scale(1); }
}

.milestone-label {
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .milestone-label {
        font-size: 9px;
    }
}

.milestone-check {
    position: absolute;
    top: -2px;
    right: -2px;
    background: rgb(255, 48, 100);
    color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border: 2px solid #fff;
}

.milestone-connector {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 -5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.milestone-connector.achieved {
    background: rgb(255, 48, 100);
}

/* Next Discount Info - Compact */
.next-discount-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11px;
}

@media (max-width: 576px) {
    .next-discount-info {
        font-size: 10px;
        padding: 6px 10px;
        gap: 6px;
    }
}

.next-discount-info.all-achieved {
    background: rgba(255, 48, 100, 0.3);
}

.info-icon {
    font-size: 16px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .info-icon {
        font-size: 14px;
    }
}

.info-text {
    line-height: 1.3;
}

.info-text strong {
    color: rgb(255, 48, 100);
    background: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 700;
}

/* Discount Products Section */
.discount-products-section {
    padding: 10px 15px;
    background: #fff8e1;
    border-bottom: 1px solid #eee;
}

@media (max-width: 576px) {
    .discount-products-section {
        padding: 8px 12px;
    }
}

.discount-products-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f57c00;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 576px) {
    .discount-products-title {
        font-size: 11px;
        margin-bottom: 6px;
    }
}

.discount-products-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
    scroll-snap-type: x mandatory;
}

@media (max-width: 576px) {
    .discount-products-list {
        gap: 6px;
    }
}

.discount-products-list::-webkit-scrollbar {
    height: 3px;
}

.discount-products-list::-webkit-scrollbar-thumb {
    background: rgb(255, 48, 100);
    border-radius: 10px;
}

.discount-product-item {
    min-width: 110px;
    max-width: 110px;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    transition: transform 0.2s;
}

@media (max-width: 576px) {
    .discount-product-item {
        min-width: 100px;
        max-width: 100px;
        padding: 6px;
    }
}

.discount-product-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.discount-product-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgb(255, 48, 100);
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(255, 48, 100, 0.3);
}

.discount-product-item img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 6px;
}

@media (max-width: 576px) {
    .discount-product-item img {
        height: 65px;
    }
}

.discount-product-title {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 24px;
}

@media (max-width: 576px) {
    .discount-product-title {
        font-size: 9px;
        min-height: 22px;
    }
}

.discount-product-prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    margin-bottom: 6px;
}

.discount-original-price {
    font-size: 9px;
    text-decoration: line-through;
    color: #999;
}

.discount-final-price {
    font-size: 12px;
    font-weight: 700;
    color: rgb(255, 48, 100);
}

@media (max-width: 576px) {
    .discount-final-price {
        font-size: 11px;
    }
}

/* Add to Cart Button - Compact */
.discount-add-to-cart-btn {
    width: 100%;
    background: rgb(255, 48, 100);
    color: #fff;
    border: none;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media (max-width: 576px) {
    .discount-add-to-cart-btn {
        padding: 4px 6px;
        font-size: 9px;
    }
}

.discount-add-to-cart-btn:hover {
    background: rgb(230, 40, 90);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(255, 48, 100, 0.3);
}

.discount-add-to-cart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.discount-add-to-cart-btn i {
    font-size: 10px;
}

@media (max-width: 576px) {
    .discount-add-to-cart-btn i {
        font-size: 9px;
    }
}

/* Cart List */
.mini-cart__list {
    overflow-y: auto;
    padding: 12px 15px;
    margin: 0;
    list-style: none;
}

@media (max-width: 576px) {
    .mini-cart__list {
        padding: 10px 12px;
    }
}

.mini-cart__product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mini-cart__product:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mini-cart__product .remove {
    font-size: 16px;
    color: #ff4444;
    cursor: pointer;
    margin-right: 10px;
    padding: 0;
    background: none;
    border: none;
}

.mini-cart__product__image {
    flex-basis: 70px;
    max-width: 70px;
}

@media (max-width: 576px) {
    .mini-cart__product__image {
        flex-basis: 60px;
        max-width: 60px;
    }
}

.mini-cart__product__image img {
    width: 100%;
    border-radius: 8px;
}

.mini-cart__product__content {
    flex: 1;
    padding-left: 12px;
}

@media (max-width: 576px) {
    .mini-cart__product__content {
        padding-left: 10px;
    }
}

.mini-cart__product__title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #333;
}

@media (max-width: 576px) {
    .mini-cart__product__title {
        font-size: 12px;
    }
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

@media (max-width: 576px) {
    .quantity-controls {
        gap: 6px;
    }
}

.qty-btn {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

@media (max-width: 576px) {
    .qty-btn {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    font-size: 13px;
}

@media (max-width: 576px) {
    .qty-input {
        width: 45px;
        font-size: 12px;
    }
}

/* Empty Cart */
.mini-cart__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

@media (max-width: 576px) {
    .mini-cart__empty {
        padding: 30px 15px;
    }
}

.mini-cart__empty i {
    font-size: 60px;
    color: #ddd;
    margin-bottom: 15px;
}

.mini-cart__empty p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.shop-now-btn {
    background: #ff3064;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

@media (max-width: 576px) {
    .shop-now-btn {
        padding: 8px 25px;
        font-size: 14px;
    }
}

.shop-now-btn:hover {
    background: #e02856;
}

/* Info Box */
.empty-cart-info-box {
    padding: 15px 20px;
}

@media (max-width: 576px) {
    .empty-cart-info-box {
        padding: 12px 15px;
    }
}

.info-box-inner {
    background: var(--ts-benefit-purple, #e3f2fd);
    border-radius: 12px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

@media (max-width: 576px) {
    .info-box-inner {
        font-size: 11px;
        padding: 10px;
    }
}

/* Footer */
.mini-cart__footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #fff;
    position: sticky;
    bottom: 0;
}

@media (max-width: 576px) {
    .mini-cart__footer {
        padding: 12px 15px;
    }
}

.mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .mini-cart__total {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.mini-cart__total .ammount {
    font-size: 18px;
    color: #ff3064;
}

@media (max-width: 576px) {
    .mini-cart__total .ammount {
        font-size: 16px;
    }
}

.mini-cart__buttons {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    align-self: center;
}

@media (max-width: 576px) {
    .ts-btn-dark, .ts-btn-primary {
        font-size: 16px;
        padding: 15px 40px;
    }
}

.ts-btn-dark,
.ts-btn-primary {
    padding: 10px 20px;
    background: #000000;
    border: none;
    color: white;
    border-radius: 999px;
}

/* @media (max-width: 576px) {
    .ts-btn-dark,
    .ts-btn-primary {
        padding: 10px;
        font-size: 13px;
    }
} */

.ts-btn-dark {
    background: #333;
    color: #fff;
}

.ts-btn-dark:hover {
    background: #000;
}

.ts-btn-primary {
    background: #ff3064;
    color: #fff;
}

.ts-btn-primary:hover {
    background: #e02856;
}

/* Featured Products */
.mini-cart-featured {
    padding: 15px 20px;
}

@media (max-width: 576px) {
    .mini-cart-featured {
        padding: 12px 15px;
    }
}

.mini-cart-featured-list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

@media (max-width: 576px) {
    .mini-cart-featured-list {
        gap: 10px;
    }
}

.mini-cart-featured-list::-webkit-scrollbar {
    height: 4px;
}

.mini-cart-featured-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.mini-cart-featured-item {
    min-width: 130px;
    max-width: 130px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

@media (max-width: 576px) {
    .mini-cart-featured-item {
        min-width: 110px;
        max-width: 110px;
    }
}

.mini-cart-featured-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .mini-cart-featured-item img {
        height: 70px;
    }
}

.item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #333;
}

@media (max-width: 576px) {
    .item-title {
        font-size: 11px;
    }
}

.item-price {
    font-size: 13px;
    font-weight: 700;
    color: #ff3064;
}

@media (max-width: 576px) {
    .item-price {
        font-size: 12px;
    }
}

.cart-badge {
    display: none;
    font-size: 11px;
    background: #ff3064;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -6px;
}

.d-none {
    display: none !important;
}


/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Modal Product */
/* --------------------------------------------------------------------------------------------------------------------------------------- */


/* Image slider */
.product-image--holder img {
    width: 100%;
    border-radius: 8px;
}

/* Slick arrows */
.slick-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-btn i {
    font-size: 20px;
}

/* Title */
.product-summary .product-title {
    font-size: 24px;
    font-weight: 600;
}

/* Description text */
.product-short-description {
    color: #666;
    line-height: 1.6;
    max-height: 160px;
    overflow-y: auto;
}

/* Prices */
.product-price-wrapper .money {
    font-size: 16px;
    font-weight: 700;
}

.old-price {
    font-size: 17px;
    color: #999;
}


/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* Modal Product */
/* --------------------------------------------------------------------------------------------------------------------------------------- */


/* Image slider */
.product-image--holder img {
    width: 100%;
    border-radius: 8px;
}

/* Slick arrows */
.slick-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-btn i {
    font-size: 20px;
}

/* Title */
.product-summary .product-title {
    font-size: 24px;
    font-weight: 600;
}

/* Description text */
.product-short-description {
    color: #666;
    line-height: 1.6;
    max-height: 160px;
    overflow-y: auto;
}

/* Prices */
.product-price-wrapper .money {
    font-size: 16px;
    font-weight: 700;
}

.old-price {
    font-size: 17px;
    color: #999;
}


/* .remove-from-cart {
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: red;
    position: relative !important;
    top: 5px;
    right: 5px;
} */


/* ============================================================================================================================================
   CART PAGE MAIN WRAPPER
===============================================================================================================================================*/

.ts-cart-page {
    padding: var(--ts-space-xl) 0;
}

.ts-cart-layout {
    display: flex;
    gap: var(--ts-space-xl);
    align-items: flex-start;
}

/* ============================
   LEFT COLUMN
============================= */
.ts-cart-left {
    flex: 1;
}

/* EMPTY STATE */
.ts-cart-empty {
    text-align: center;
    padding: var(--ts-space-xl);
}

.ts-cart-empty img {
    width: 220px;
    margin-bottom: 20px;
}

.ts-cart-empty h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.ts-cart-empty p {
    color: #666;
    margin-bottom: 20px;
}

/* ============================
   CART TABLE
============================= */
.ts-cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.ts-cart-table thead th {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .9;
    padding-bottom: 10px;
}

.ts-cart-table tbody tr {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.ts-cart-table td {
    padding: 18px 12px;
    vertical-align: middle;
}

/* DELETE (×) */
.ts-cart-table .product-remove a {
    font-size: 20px;
    color: #111;
    opacity: 0.5;
}

.ts-cart-table .product-remove a:hover {
    opacity: 1;
}

/* Thumbnail */
.ts-cart-table .product-thumbnail img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

/* Quantity */
.ts-cart-table .quantity-input {
    width: 70px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* ============================
   CART ACTION ROW
============================= */
.ts-cart-actions {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* ============================
   RIGHT COLUMN – TOTALS
============================= */
.ts-cart-right {
    width: 340px;
}

.ts-cart-summary {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.ts-cart-summary h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.ts-cart-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 1rem;
}

.ts-cart-summary-row.total {
    font-weight: 700;
    margin-top: 10px;
}

/* Checkout Button */
.ts-cart-checkout-btn {
    margin-top: 20px;
    /* width: 100%; */
    display: block;
    text-align: center;
}

@media (max-width: 768px) {

    .ts-cart-page {
        padding: 0px;
    }

    .ts-cart-layout {
        display: grid;
        gap: var(--ts-space-xl);
        align-items: flex-start;
    }

    /* Hide table headings */
    .ts-cart-table thead {
        display: none;
    }

    /* Turn TR into a card */
    .ts-cart-table tbody tr {
        display: block !important;
        background: #fff;
        padding: 16px;
        border-radius: 16px;
        margin-bottom: 16px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }

    /* --- ROW 1 : Delete + Image + Name (GRID) --- */

    .ts-cart-table tbody tr {
        position: relative;
    }

    /* Create a virtual grid row for thumbnail + name */
    .product-thumbnail,
    .product-name {
        display: flex !important;
        align-items: center;
    }

    /* Make both behave like grid items */
    .product-thumbnail,
    .product-name,
    .product-remove {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    /* Use CSS Grid to align row-1 */
    .ts-cart-table tbody tr .product-thumbnail,
    .ts-cart-table tbody tr .product-name {
        margin-bottom: 12px;
    }

    .ts-cart-table tbody tr {
        display: grid !important;
        /* grid-template-columns: 70px auto 30px; */
        grid-template-areas:
            "thumb name delete"
            "price qty total";
        column-gap: 12px;
        row-gap: 10px;
    }

    /* Assign areas */
    .product-thumbnail {
        grid-area: thumb;
    }

    .product-name {
        grid-area: name;
    }

    .product-remove {
        grid-area: delete;
        text-align: right;
        align-self: start;
        height: 105px;
    }

    /* Image styling */
    .product-thumbnail img {
        width: 70px;
        height: 70px;
        border-radius: 10px;
        object-fit: cover;
    }

    .product-name h6 {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

    /* --- ROW 2 : PRICE | QTY | TOTAL --- */

    .product-price {
        grid-area: price;
    }

    .product-quantity {
        grid-area: qty;
    }

    .product-total-price {
        grid-area: total;
    }

    .product-price,
    .product-quantity,
    .product-total-price {
        text-align: center;
        margin-top: 6px;
    }

    .product-quantity input {
        width: 70px;
        padding: 6px;
        border-radius: 10px;
        border: 1px solid #ccc;
    }

    /* Cart totals move below */
    .ts-cart-right {
        width: 100%;
        margin-top: 20px;
    }

    .ts-cart-actions {
        margin-top: 20px;
        gap: 12px;
        width: 85%;
    }

}

/* ================================================================================================================================================
               TS CHECKOUT - Styles (scoped)
=================================================================================================================================================== */



/* ===============================
   BASE
================================ */
.ts-checkout {
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.5;
}

.ts-section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ts-page-title {
    font-size: 26px;
    font-weight: 700;
}

/* ===============================
   GRID LAYOUT
================================ */
.ts-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: flex-start;
}

/* ===============================
   LEFT : BILLING FORM
================================ */
.ts-checkout-left {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
}

/* FORM GRID — tighter */
.ts-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 16px;
}

/* Inputs */
.ts-form-group label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.ts-form-group input,
.ts-form-group select,
.ts-form-group textarea {
    width: -webkit-fill-available;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.ts-form-group textarea {
    min-height: 90px;
}

.ts-form-group .errors {
    font-size: 12px;
    color: #d9534f;
}

.ts-full {
    grid-column: 1 / -1;
}

/* ===============================
   RIGHT : ORDER SUMMARY
================================ */
.ts-checkout-right {
    position: relative;
}

.ts-order-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 110px;
    /* sticks inside container */
}

/* Order items */
.ts-order-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 12px;
}

.ts-order-item img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
}

.ts-order-item strong {
    margin-left: auto;
    font-weight: 600;
}

.ts-order-item p {
    font-size: var(--ts-body-sm);
}

/* Summary rows */
.ts-order-summary {
    margin-top: 16px;
}

.ts-order-summary .rowvalue {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    /* font-size: 13px; */
    flex-wrap: nowrap;
}

.ts-order-summary .rowvalue.bold {
    font-weight: 600;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.ts-order-summary .rowvalue.total {
    font-size: 16px;
    font-weight: 700;
    color: #d9534f;
    border-top: 2px solid #222;
    padding-top: 12px;
}

/* Button */
/* .ts-btn-primary {

    margin-top: 18px;
    padding: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff4d6d, #ff0055);
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
} */

/* Privacy text */

.ts-privacy {
    font-size: 12px;
    color: white;
    margin-top: 12px;
}

#ts_discount_toggle {
    margin-top: 10px;
    padding: 10px;
    border-color: var(--ts-brand-grad);
    border: 3px dotted #ff0055;
    border-radius: 999px;
    color: black;
}

/* ===============================
   MOBILE FIX (IMPORTANT)
================================ */
@media (max-width: 991px) {

    .ts-checkout {
        padding: 30px 0;
    }

    .ts-checkout-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* FORM → SINGLE COLUMN */
    .ts-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ts-checkout-left,
    .ts-order-card {
        padding: 0px;
        border-radius: 14px;
    }

    .ts-page-title {
        font-size: var(--ts-h1-mobile);
    }

    .ts-section-title {
        font-size: 17px;
    }

    /* Disable sticky on mobile */
    .ts-order-card {
        position: static;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

    .ts-form-group {
        margin-bottom: 0px;
    }
}

/* ========================================================================================================================================
            PRIVACY POLICIES
===========================================================================================================================================*/

/* ===============================
   HEADER
================================ */
.ts-policy-header {
    padding: 60px 0 40px;
    background: #f7f8fa;
}

.ts-policy-title {
    font-size: 32px;
    font-weight: 700;
}

.ts-policy-subtitle {
    margin-top: 8px;
    font-size: 15px;
    color: white;
    /* max-width: 700px; */
}

/* ===============================
   LAYOUT
================================ */
.ts-policy-section {
    padding: 50px 0;
}

.ts-policy-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* ===============================
   SIDEBAR
================================ */
.ts-policy-sidebar {
    position: sticky;
    top: 110px;
}

.ts-policy-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ts-policy-menu li {
    border-bottom: 1px solid #eee;
}

.ts-policy-menu li:last-child {
    border-bottom: none;
}

.ts-policy-menu a {
    display: block;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.ts-policy-menu li.active a,
.ts-policy-menu a:hover {
    background: linear-gradient(90deg, #ff4d6d, #ff0055);
    color: #fff;
}

/* ===============================
   CONTENT
================================ */
.ts-policy-content {
    background: #fff;
    padding: 36px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ts-policy-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 28px;
}

.ts-policy-content p,
.ts-policy-content li {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.ts-policy-content ul {
    padding-left: 18px;
    margin-top: 8px;
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 991px) {

    .ts-policy-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ts-policy-sidebar {
        position: static;
    }

    .ts-policy-title {
        font-size: 26px;
    }

    .ts-policy-content {
        padding: 24px;
    }

    .ts-policy-layout>* {
        order: 2;
    }

    .ts-policy-layout>*:first-child {
        order: 1;
    }
}

/* ========================================================================================================================================
 Login Page 
 ========================================================================================================================================-==*/

/* ================================
   LOGIN / REGISTER PAGE
================================ */
/* Layout */

.login-content-wrapper {
    background: #f7f8fa;
    min-height: 50vh;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
}

.screencontainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 100px 0;
}

/* Card */
.login-box,
.register-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    width: 500px;
    padding: 40px;
}

/* Headings */
.heading__tertiary {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

/* Form group */
.form__group {
    margin-bottom: 22px;
}

/* Labels */
.form__label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
}

/* Inputs */
.form__input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.2s ease;
    background: #fdfdfd;
}

.form__input:focus {
    border-color: #ff0055;
    box-shadow: 0 0 0 2px rgba(255, 0, 85, 0.15);
    outline: none;
}

/* Form footer */
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

/* Checkbox */
.checkbox-label {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Buttons */
.btn-submit {
    background: linear-gradient(90deg, #ff4d6d, #ff0055);
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 0, 85, 0.3);
}

/* Privacy text */
.privacy-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}

/* Error */
.text-danger {
    font-size: 12px;
    margin-top: 6px;
}

/* Mobile */
@media (max-width: 767px) {
    .screencontainer {
        grid-template-columns: 1fr;
        padding: 60px 0;
    }

    .form-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .btn-submit {
        width: 100%;
    }

    .login-box {
        width: auto;
    }

}

.text-danger {
    color: red;
}

/* ===========================================================================================================================================
MY ACCOUTN PAGE
 ==============================================================================================================================================*/

/* ---------- MAIN WRAPPER ---------- */


/* Page layout */
.user-dashboard-tab {
    display: flex !important;
    gap: 40px;
}

.page-content-inner {
    /* height: 50vh; */
    padding: 80px 20px;
}

/* -----------------------------------------------------
   SIDEBAR: FORCE FIRST CHILD TO ACT AS SIDEBAR
----------------------------------------------------- */

/* Target FIRST element inside dashboard (sidebar include) */
.user-dashboard-tab> :first-child {
    width: 240px;
    flex-shrink: 0;
}

/* If sidebar contains nav-tabs anywhere */
.user-dashboard-tab :is(.nav, .nav-tabs) {
    display: flex !important;
    flex-direction: column !important;
    border: none !important;
    background: #fafafa;
    border-radius: 16px;
    padding: 12px 0;
}

/* Remove bootstrap borders */
.user-dashboard-tab .nav-tabs {
    border-bottom: none !important;
}

/* Nav items */
.user-dashboard-tab .nav-item {
    margin: 0 !important;
}

/* Nav links */
.user-dashboard-tab .nav-link {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 14px 22px !important;
    font-size: 14px;
    font-weight: 500;
    color: #444 !important;
    text-align: left;
    transition: all 0.25s ease;
}

/* Hover */
.user-dashboard-tab .nav-link:hover {
    background: rgba(255, 0, 85, 0.08) !important;
    color: var(--ts-brand-grad) !important;
}

/* Active */
.user-dashboard-tab .nav-link.active {
    background: var(--ts-brand-grad) !important;
    color: #fff !important;
    font-weight: 600;
}

/* -----------------------------------------------------
   CONTENT AREA
----------------------------------------------------- */

.user-dashboard-tab__content {
    flex: 1 !important;
    background: #fff;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Text */
.user-dashboard-tab__content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.user-dashboard-tab__content a {
    color: var(--ts-brand-grad);
    font-weight: 500;
    text-decoration: none;
}

.user-dashboard-tab__content a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------
   TABLE
----------------------------------------------------- */

.user-dashboard-tab__content .table {
    border: 1px solid #eee;
}

.user-dashboard-tab__content .table thead th {
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 600;
}

/* -----------------------------------------------------
   ADDRESS BLOCK
----------------------------------------------------- */

.text-block {
    background: #fafafa;
    border-radius: 16px;
    padding: 24px;
}

/* -----------------------------------------------------
   FORM
----------------------------------------------------- */

.form--account .form__input {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.form--account .form__input:focus {
    border-color: var(--ts-brand-grad);
    box-shadow: 0 0 0 2px rgba(255, 0, 85, 0.15);
}

/* -----------------------------------------------------
   MOBILE
----------------------------------------------------- */

@media (max-width: 767px) {
    .user-dashboard-tab {
        flex-direction: column !important;
    }

    .user-dashboard-tab> :first-child {
        width: 100% !important;
    }

    .user-dashboard-tab__content {
        padding: 26px;
    }
}   


/* ====================================================================================================================================================================
===================================== HOW TI WORKS ====================================================================================================================
=======================================================================================================================================================================*/

.landing-how-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.landing-step-card {
    text-align: center;
    position: relative;
}

.landing-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--ts-brand-grad);
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    font-variation-settings: "wght" var(--ts-wght-bold);
    margin-bottom: 20px;
}

.landing-step-image {
    /* width: 100%;
    max-width: 300px; */
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    justify-self: center;
}


.landing-step-text p {
    font-size: var(--ts-body);
    color: #eee;
    font-variation-settings: "wght" var(--ts-wght-medium);
    margin-bottom: 10px;
    text-align: center;
}

.landing-reassurance {
    margin-top: var(--ts-space-md);
    text-align: center;
    font-size: var(--ts-body-lg);
    color: var(--ts-gray-600);
    padding: 15px;
    background: lightgray;
    border-radius: 12px;
}

.ts-landing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ts-space-md);
    margin-top: var(--ts-space-md);
}

@media (max-width: 768px) {
   .ts-landing-grid{
        grid-template-columns: 1fr;
   } 
}