/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 08-Aug-2023, 3:16:25 pm
    Author     : naeem.tabsyst
*/

:root {
    --teal-50: #effbfa;
    --teal-100: #d6f5f1;
    --teal-200: #afeae4;
    --teal-300: #7bd8d1;
    --teal-400: #3fbfb8;
    --teal-500: #1aa69f;
    --teal-600: #0f857f;
    --teal-700: #0d6a66;
    --teal-800: #0e5552;
    --teal-900: #0f3c3a;

    --ink-900: #0f2236;
    --ink-800: #1a3147;
    --ink-700: #2b415b;
    --ink-600: #4a6383;
    --ink-500: #7089a6;
    --ink-400: #9aabc2;
    --ink-300: #c3ccd9;
    --ink-200: #dbe1e9;
    --ink-100: #eef1f5;
    --ink-50: #f6f8fb;

    --navy: #0f2236;
    --navy-2: #1a3147;
    --navy-3: #25415e;
    --sand: #f6f2ea;
    --sand-2: #ede6d8;
    --paper: #fbfaf6;

    --gold: #b48b5c;

    --radius-sm: 6px;
    --radius: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;

    --shadow-xs: 0 1px 0 rgba(11, 18, 19, .04);
    --shadow-sm: 0 1px 2px rgba(11, 18, 19, .05), 0 1px 3px rgba(11, 18, 19, .03);
    --shadow-md: 0 4px 14px rgba(11, 18, 19, .06), 0 2px 4px rgba(11, 18, 19, .04);
    --shadow-lg: 0 16px 40px rgba(11, 18, 19, .1), 0 4px 12px rgba(11, 18, 19, .05);

    --density: 1;
}


:root {
    --fv-bg-secondary-rgb: 248, 249, 250;
    --fv-text-primary: #212529;
    --fv-text-success: #3BB77E;
    --fv-text-black: #212529;
    --fv-border-default: #c3c3c3;
    --fv-main-website-theme: #212529;
    --fv-heading-dark-color: #3E4152;
    --fv-main-website-theme-blog-a-tag: #3BB77E;

}

* {
    font-family: 'Inter Tight', system-ui, sans-serif;
}

body,
html {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}


.bg-light-gray {
    background-color: #F4F4F4 !important;
}


/*MOBILE*/

.floverfy-web-header-mobile {
    padding: 10px;
    background-color: #1b2a47;
}

.floverfy-web-header-mobile>div:first-child {
    /* padding-bottom: 10px; */
}


/* ─── Top notice bar ─── */
.floverfy-top-notice {
    background: #0f2236;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

.floverfy-top-notice .notice-default {
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    max-width: 680px;
    font-size: 12px;
    height: auto;
}

/* Force ANY inline-styled element inside notice to white */
.floverfy-top-notice .notice-default *,
.floverfy-top-notice .notice-default [style],
.floverfy-top-notice .notice-default span,
.floverfy-top-notice .notice-default a,
.floverfy-top-notice .notice-default p {
    color: #ffffff !important;
    font-size: 12px !important;
    background: transparent !important;
}

/* Sign In / Create Account text in desktop header */
.floverfy-web-header-desktop [data-bs-target="#sign_in_modal"] span,
.floverfy-web-header-desktop span[data-bs-toggle="modal"] {
    font-size: 13px !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    font-style: normal !important;
    color: rgba(255, 255, 255, 0.85) !important;
    white-space: nowrap;
    cursor: pointer;
}


/*DESKTOP*/

.floverfy-web-header-desktop {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0f2236;
}


.floverfy-mobile-search-icon {
    border: none;
    border-radius: 6px !important;
    background-color: #00b4a0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 0 18px;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
    align-self: stretch;
}

.floverfy-mobile-search-icon:hover {
    background-color: #009688;
}

.floverfy-mobile-search-icon i {
    display: none;
    /* hide icon, show text label instead via ::after */
}

.floverfy-mobile-search-icon::after {
    content: 'SEARCH';
    font-family: 'Inter Tight', system-ui, sans-serif;
}

.floverfy-mobile-search-input {
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 14px;
    flex: 1 1 0;
    min-width: 0;
    line-height: 0.5;
}

.floverfy-mobile-search-input::placeholder {
    color: #9ca3af;
}

.floverfy-mobile-search-input:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}

/* Wrap search group — inset-pill container (matches desktop pattern) */
.floverfy-web-header-mobile .input-group {
    background: #ffffff;
    border-radius: 10px;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

#category-slider-featured-desktop .owl-stage-outer {
    box-shadow: #fff 0px 0px 35px 0px;
}

#category-slider-featured .owl-stage-outer {
    box-shadow: #fff 0px 0px 35px 0px;
}


.floverfy-cart-icon-count {
    font-size: 8px;
}


.floverfy-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    margin-top: auto;
    /*min-height: 320px;*/
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .floverfy-footer-bottom-bar {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .g-md-6-col {
        grid-column: span 6;
        flex: 1;
        /* Ensure equal height in columns */
    }
}

.g-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 3rem !important;
}

/* .g-row .about-us-img{      
    width: 574px;
    height: auto;
    flex-shrink: 0;
} */

@media (max-width: 768px) {

    .g-row {

        padding: 1rem !important;
    }

}

@media screen and (min-width: 990px) {
    .shop_by_flavour-image-container {
        justify-items: center;
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container {
        justify-items: center;
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem;
    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper {
    position: relative;
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left {
    position: absolute;
    top: 33%;
    left: 27px;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left {
        position: absolute;
        top: 20px;
        left: 14px;
    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-first {
    color: #FFF;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 22.293px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-first {

        font-size: 18.293px;

    }
}

.shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-second {
    color: #FFF;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 22.293px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 889px) {
    .shop_by_flavour-image-container .shop_by_flavour-img-wrapper .bottom-left .content-second {

        font-size: 18.293px;

    }
}




/* /////------ SIGN UP WITH EMAIL :: NEWSLETTER :: START ----------////// */


.sign-up-with-email-container-fluid {
    background-color: #0f2236;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sign-up-with-email-container-fluid .sign-up-with-email-textOne {
    color: #FFF;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
}

.sign-up-with-email-container-fluid .sign-up-with-email-textTwo {
    color: #FFF;
    text-align: center;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.33px;
    padding: 3px;
    border: 2px solid #fff;
}

#footer-subscription_newsletter-div {
    width: 400px;
}

#footer-subscription_newsletter-email {
    border-radius: unset !important;
}


@media screen and (max-width: 889px) {
    .sign-up-with-email-container-div {
        flex-direction: column;
    }
}

@media screen and (min-width: 990px) {
    .sign-up-with-email-container-div {
        flex-direction: row;
    }
}




/* /////------ SIGN UP WITH EMAIL :: NEWSLETTER :: END ----------////// */






.flover-main-slider-img {
    height: 80vh;
    width: 100%;
    object-fit: contain;
    object-position: cover;
}



.floverfy-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    /*min-height: 320px;*/
    bottom: 0;
    left: 0;
}

/*----------RESPONSIVE START DESKTOP --------*/
@media (min-width: 992px) {
    .floverfy-web-header-desktop {
        display: block;

    }

    .floverfy-web-header-mobile {
        display: none;
    }


}

.notice-green {
    background-color: #29d99e;
    color: #1b2a47;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}


.floverfy-link-list-collapse .list-group-item a {
    text-decoration: none;
    color: black;
}

@media (max-width: 767px) {

    .floverfy-link-list-collapse-btn {
        border-bottom: 0.5px solid black;
    }

}

@media (min-width: 768px) {

    .floverfy-link-list-collapse-btn {
        border-bottom: none;
    }

}




.bg-fv-secondary {
    background-color: rgb(var(--fv-bg-secondary-rgb));
}

.floverfy-link-list-collapse-btn:not(.collapsed) {
    background-color: rgb(var(--fv-bg-secondary-rgb));
    color: var(--fv-text-black);
}


/*            .floverfy-link-list-collapse-btn:focus{
                border-color:  rgb(var(--fv-bg-secondary-rgb));
              
            }*/




/*----------RESPONSIVE END DESKTOP--------*/


.floverfy-sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

}

@media only screen and (min-width: 992px) {

    .floverfy-sticky-navbar {
        /* padding-left: 9vw !important;
        padding-right: 9vw !important; */
    }

}

.fv-mini-cart-img-conatiner img {
    height: 80px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}

.fv-mini-cart-input {
    text-align: center;
    border-top: none;
    border-bottom: none;
    border: none;
}

.fv-mini-cart-item-name {}

.fv-mini-cart-item-name a {
    text-decoration: none;
    color: #3E4152;
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;

}

.fv-mini-cart-stock-status .In-Stock {
    color: var(--fv-text-success);
}

.fv-mini-cart-footer {
    padding: 10px;
    padding-bottom: 40px;
    background-color: rgb(var(--fv-bg-secondary-rgb));
    bottom: 0;
    top: auto;
}

.fv-cart-footer {


    /*    height: auto;
    width: 100%;*/

    /*background-color: rgb(var(--fv-bg-secondary-rgb));*/
    /*background-color: #F0F0F0;*/

}

.fv-cart-summary-col {
    /*padding: 10px;*/
}

.fv-cart-main-row {
    padding: 10px;
}

@media only screen and (max-width: 992px) {
    .fv-cart-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        height: auto;
        width: 100vw;
        z-index: 100;
        background-color: rgb(var(--fv-bg-secondary-rgb));
        /*background-color: #F0F0F0;*/

    }

    .fv-cart-summary-col {
        /*padding: 0px;*/
    }

    .fv-cart-main-row {
        padding: 0px;
    }
}

.fv-mini-cart-table {
    overflow-y: auto;
    width: 100%;
}

.fv-mini-cart-table tr {
    border-bottom: 0.5px solid var(--fv-border-default);

}

.fv-btn-square {
    border-radius: 0px;
}

.fv-cart-header {
    border-bottom: 1px solid var(--fv-heading-dark-color);
}

.fv-cart-header h1 {
    color: var(--fv-heading-dark-color);
    font-weight: 700;
    font-size: 17.534px;
}






.fv-cart-brand-name a {
    color: #696B79;
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 11.275px */
    text-decoration: none;
    display: block;
}

.fv-mini-cart-qty-change-btn {
    border-radius: 6px !important;
    background-color: white;
    border: 2px solid #000000;
    margin-right: 1px;
    margin-left: 1px;
}

/*decsc START*/

.floverfy-cms-descriptions img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;

}

.fv-trumbo-desc .clearfix::after {
    content: "";
    display: table;
    clear: both
}

.fv-trumbo-desc .alignleft {
    display: inline;
    float: left;
    margin-right: 1.618em
}

.fv-trumbo-desc .alignleft.flip {
    float: right !important;
    margin-left: 1.618em !important
}

.fv-trumbo-desc .alignright {
    display: inline;
    float: right;
    margin-left: 1.618em
}

.fv-trumbo-desc .alignright.flip {
    float: left !important;
    margin-right: 1.618em !important
}

.fv-trumbo-desc .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.fv-trumbo-desc p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*decsc END*/

.fv-seperator-heading {
    /* background-color: #F0F0F0; */
    padding: 5px;
}



.modified-accordion .card-header {
    position: relative;
}

.modified-accordion .card-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modified-accordion .collapse:not(.show) {
    display: block;
}


@media (max-width: 767px) {
    .modified-accordion .collapse:not(.show) {
        display: none;
    }

    .modified-accordion .card-header:after {
        display: none;
    }
}


@media (min-width: 992px) {
    .content-padding {
        max-width: 1680px;
        padding-left: 10vw;
        padding-right: 10vw;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-padding {
        max-width: 1680px;
        padding: 0 5rem;
        margin: auto;
    }
}

/* @media (min-width: 992px) {
.content-padding{
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
} */





/* megamenu panel styles moved to desktop-navbar.css */


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

    .floverfy-web-header-desktop .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


/* ============ mobile view .end// ============ */

.fv-section-title,
.section-title,
.website-data-page-heading {
    color: #535151;
    /* font-family: Assistant; */
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 20px;
    font-style: normal;
    /* font-weight: bold; */
    font-weight: 500;
    line-height: 100%;
}

.fv-listing-perc-off {
    color: #C10000;
    font-size: 13px;
}

.fv-listing-sale-price-container {
    font-size: 12px;
}


.fv-cart-totals-subtitle {
    text-decoration: none;
    color: #3E4152;
    /* font-family: Assistant; */
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: inline-block;
}

.mini-cart-checkout-btn {
    background-color: #31A58C;
    border-radius: 10px !important;
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 10px !important;
}

.mini-cart-view-btn {
    background-color: #fff;
    border-radius: 10px !important;
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 10px !important;

}

.mini-cart-view-btn,
.mini-cart-checkout-btn {
    font-family: 'Inter Tight', system-ui, sans-serif;
}

#fv-main-hero-slider {
    min-height: 300px;
}

.fv-slider {
    min-height: 300px;
}

.fv-mini-cart-upsell-container {
    border-radius: 3px;
    background: rgba(238, 73, 73, 0.10);
    padding: 5px;
}

.fv-mini-cart-upsell-img img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    object-position: center;
}

main {
    margin-bottom: 1.2rem;
}

.fv-general-seperation-title,
.fv-card-heading {
    background-color: #F0F0F0;
    padding: 5px;
}


.add-to-cart-animation-lottie-container {
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1
}

.add-to-cart-animation-lottie-container-mobile {
    position: absolute;
    top: -1px;
    left: -3px;
    z-index: -1
}


/* ============ mobile view ============ */

@media (min-width: 720px) {
    .footer-accordation-legal_div .accordion-button::after {
        background-image: none;
    }
}

/* ============ mobile view .end// ============ */

/* ============ Desktop view ============ */

@media (min-width: 768px) {
    .footer-accordation-legal_div .accordion-button:not(.collapsed) {
        box-shadow: none;
    }
}

/* ============ Desktop view .end// ============ */



.mobile-header-info-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin: 17px 0 0px 0;
}

.single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
}

.single-mobile-header-info a {
    font-size: 17px;
    display: block;
    color: #253D4E;
    text-decoration: none;
}


.single-mobile-header-info a i {
    font-size: 25px;
    color: var(--fv-main-website-theme);
    margin-right: 8px;
}

.product-rate-cover {
    height: 24px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 2px;
}


.product-rate {
    background-image: url(../icons/rating-stars.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 12px;
    width: 55px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}


.product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url(../icons/rating-stars.png);
    background-position: 0 0;
}



.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}

.star-cb-group * {
    font-size: 2rem;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.star-cb-group>.star-cb-clear+label:before {
    width: .5em;
}

.star-cb-group:hover>input+label:before {
    content: "☆";
    color: #888;
    text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}







/* ------------- BLOG POST DETAILS :: START --------------- */





.blog-list-title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
}

.blog-list-title a {
    color: #2d727d;
    text-decoration: none;
}

#recent-posts .list-group-item a {
    color: #2d727d;
    text-decoration: none;
}


.blog-img-container {

    width: 100%;
    height: 138px;
    text-align: center;

}

.blog-img-container a {

    text-decoration: none;
    color: #f5f5f5;

}


.blog-img {

    height: 100%;
    width: 100%;
    object-fit: fill;

}

.blog-list-short-desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 150px;
}

.blog-list-card {
    width: 100%;
    height: 450px;
}

@media screen and (min-width: 768px) {
    .blog-list-card {
        width: 300px;
    }
}


@media (min-width: 992px) {
    .blog_container {
        max-width: 1320px;
        padding: 12px 0;
    }
}

/* ── Product view: modern eyebrow + heading style ── */
.fv-section-title-1 {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 24px !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #0f2236;
    line-height: 1.2;
}

/* Shared eyebrow ::before — small uppercase label above both headings */
.fv-section-title-1::before {
    content: attr(data-eyebrow);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--navy, #0f2236);
    margin-bottom: 6px;
    line-height: 1;
}

/* Variations heading: eyebrow = "You may also like" */
.fv-section-title-1.style-1::before {
    content: 'You may also like';
}

/* Related products heading (no extra class): eyebrow = "Browse more" */
.fv-section-title-1:not(.style-1)::before {
    content: 'Browse more';
}



.bg-secondary {
    --kt-bg-rgb-color: 228, 230, 239;
    background-color: #E4E6EF !important;
}

#blog-post a {
    text-decoration: none;
    color: #2d727d;
}


@media (min-width: 1400px) {
    .blog_container-div {
        max-width: 1438px !important;
        margin: auto;
    }
}


.blog_list-card {
    border-color: #f5f5f5 !important;
}

.blog_list-card_body {
    background-color: #f5f5f5;
    padding: 25px !important;
}

.blog_details-line {
    width: 100%;
    border: 1px solid #dee2e6;

}

img {
    max-width: 100%;
}



/* ------------- BLOG POST DETAILS :: END --------------- */




/* ------------- BLOG POST RECENT POST :: START --------------- */

.blog_recet_post-div {
    display: flex;
    flex-direction: row;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.blog_recet_post-div .blog_recet_post-image_anger {
    width: 40%;
    height: auto;
}


.blog_recet_post-image {
    width: 100%;
    height: auto;
}

.blog_recet_post-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}


.blog_recet_post-subtitle {
    margin: 15px 0;
    font-size: 1em;
    color: #2d727d;
    text-decoration: none;
}

.blog_recet_post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 0.9em;
}




/* ------------- BLOG POST RECENT POST :: END --------------- */







.shop-by-section-title {
    color: #151515;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
}

.section-content-vape-big h1 {
    color: #151515;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
}

.section-content-vape-big p {
    color: #151515;
    font-family: 'Inter Tight', system-ui, sans-serif !important;
    font-weight: 500;
}

.section-content-vape-big .fv-section-title.shop-by-section-title {
    min-height: 3em;
}




@media screen and (max-width: 767px) {
    .section-content-vape-big p {
        padding: 1rem;
    }
}








.text-decoration-none a {
    color: #fff !important;
}





.pv-open_attribute_modal_btn div span {
    color: #000000 !important;
    font-weight: 700 !important;
}



.qty-btn-container a i:hover {
    color: #fff;
}



/* ------------- BLOG NO IMAGE :: START ---------------- */

.img-unavailable-placeholder-container {
    background-color: #FFFFFF;
    padding: 0px 0px;
    text-align: center;
    height: 138PX;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-unavailable-icon-container {
    position: relative;
    margin-bottom: 5px;
}

.img-unavailable-image-frame {
    width: 80px;
    height: 47px;
    border: 3px solid #888;
    border-radius: 6px;
    background-color: #FFFFFF;
    position: relative;
    display: inline-block;
}

.img-unavailable-no-symbol {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid #888;
    border-radius: 50%;
    background-color: transparent;
}

.img-unavailable-no-symbol::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 18px;
    height: 4px;
    background-color: #888;
}

.img-unavailable-diagonal-slash {
    position: absolute;
    top: 28px;
    right: -13px;
    width: 66px;
    height: 6px;
    background-color: #FFFFFF;
    transform: rotate(-40deg);
    transform-origin: center;
}

.img-unavailable-diagonal-slash-2 {
    position: absolute;
    top: 31px;
    right: -13px;
    width: 62px;
    height: 6px;
    background-color: #888;
    transform: rotate(-40deg);
    transform-origin: center;
}

.img-unavailable-placeholder-text {
    color: #888;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.img-unavailable-text-line {
    display: block;
}

/* ------------- BLOG NO IMAGE :: END ---------------- */









/* ALECTROFAG HOME PAGE :: ABOUST US SECTION :: START  */

@media screen and (max-width: 767px) {
    .about-section {
        background-color: #ffffff;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .about-section {
        background-color: #ffffff;
        padding: 40px;
    }
}



.about-section a {
    color: #31A58C;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.about-section a:hover {
    opacity: 0.8;
}


.about-title {

    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 36.4px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    color: #121212;
    margin-bottom: 18px;
}

.about-inner-title {

    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.6px;
    vertical-align: middle;
}

.about-text {

    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #000000;
}

@media screen and (min-width: 768px) {
    .about-content {
        display: grid;
        grid-template-columns: 0.4fr 0.6fr;
        gap: 24px;
        align-items: start;
    }
}



.about-image {
    width: 100%;
    height: auto;
}

.about-list {
    margin: 10px;
}

.about-list li {

    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 6px;
}


/* ALECTROFAG HOME PAGE :: ABOUST US SECTION :: END  */




/* ALECTROFAG HOME PAGE :: FAQ SECTION :: START  */

/* === New scoped FAQ styles — override old unscoped rules === */

.faq-section .home-faq-faq-item {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 10px;
    padding: 14px 18px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: none;
    transition: border-color 0.15s;
}

.faq-section .home-faq-faq-item:hover {
    box-shadow: none;
}

.faq-section .home-faq-faq-item:has(.home-faq-faq-checkbox:checked) {
    border-color: var(--teal-600, #1aa69f);
}

.faq-section .home-faq-faq-question {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--ink-900, #111);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: none;
}

.faq-section .home-faq-faq-question h3 {
    font-size: 14px !important;
    font-weight: 600;
    color: var(--ink-900, #111);
    margin: 0;
    line-height: 1.4;
}

.faq-section .home-faq-faq-question::after {
    content: '+';
    position: static;
    transform: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--teal-600, #1aa69f);
    flex-shrink: 0;
    transition: transform 0.2s;
}

.faq-section .home-faq-faq-checkbox:checked+.home-faq-faq-question {
    background: transparent;
    border-bottom: none;
}

.faq-section .home-faq-faq-checkbox:checked+.home-faq-faq-question::after {
    content: '+';
    transform: rotate(45deg);
}

.faq-section .home-faq-faq-answer {
    max-height: 0;
    overflow: hidden;
    background: transparent;
    transition: max-height 0.3s ease, margin-top 0.2s;
    padding: 0;
    margin-top: 0;
    color: var(--ink-600, #555);
    line-height: 1.6;
}

.faq-section .home-faq-faq-answer p {
    padding: 0;
    margin: 0;
    font-size: 13.5px;
    color: var(--ink-600, #555);
}

.faq-section .home-faq-faq-checkbox:checked~.home-faq-faq-answer {
    max-height: 400px;
    padding: 0;
    margin-top: 10px;
}

/* ALECTROFAG HOME PAGE :: FAQ SECTION :: END  */


/* ALECTROFAG HOME PAGE :: WHY CHOOSE SECTION :: START  */

.why-choose-section-title {

    color: #FFFFFF;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
}

.why-choose-section {
    background-color: #31A58C;
    border-radius: 20px;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2px;
    margin-top: 40px;
}

.why-choose-item {
    text-align: center;
}

.why-choose-icon {
    width: 50px;
    height: 60px;
    margin: 0 auto 16px;
}

.why-choose-text {

    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #ffffff;
}

/* ALECTROFAG HOME PAGE :: WHY CHOOSE SECTION :: END  */



/* ALECTROFAG HOME PAGE :: BRAND SECTION :: START  */


@media screen and (max-width: 767px) {
    .brand-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
        padding: 12px 0;
    }
}

@media screen and (min-width: 768px) {
    .brand-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        padding: 20px 0;
    }
}



.brand-grid a {
    text-decoration: none;
}

.featured-brand-section {
    padding-bottom: 25px;
}

.featured-brand-section-title {

    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    color: #232323;
}

.brand-card {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #00000033;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: scale(1.05);
}

.brand-image {
    width: 124px;
    height: 124px;
    margin: 0 auto 10px;
}

.brand-name {

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

/* ALECTROFAG HOME PAGE :: BRAND SECTION :: END  */




/* ALECTROFAG HOME PAGE :: GUIDE & ADVICE SECTION :: START  */


/* Mobile First: Single column (default) */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 20px 0px 20px;
}

/* Tablets / Small Screens: 2 columns */
@media (min-width: 600px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop: 4 columns */
@media (min-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.guide-and-advice-section-title {

    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-card a {
    text-decoration: none;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    width: 100%;
    /* height: 138px; */
    object-fit: cover;
    border-radius: 20px;
}

.blog-content {
    padding: 24px 0px;
}

.blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #121212;
    margin-bottom: 12px;
}

.blog-title a {
    color: #121212;
    text-decoration: none;
}

.blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #000000;
}


.view-all-btn {
    background-color: #31a58c;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}


/* ALECTROFAG HOME PAGE :: GUIDE & ADVICE SECTION :: END  */



/* ALECTROFAG HOME PAGE :: PREMIUM VAPE CATEGORY SECTION :: START  */

.category-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #00000033;
    padding: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-3px);
}

.category-image {
    width: 124px;
    height: 124px;
    margin: 0 auto 10px;
}

.category-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

/* ALECTROFAG HOME PAGE :: PREMIUM VAPE CATEGORY SECTION :: END  */



/* ALECTROFAG HEADER :: TOP NOTICE :: START  */

.notice-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f2236;
    color: #0481C6;
    height: 44.39px;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 23.4px;
    letter-spacing: 0.3px;
}

.notice-default a {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 23.4px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #0481C6 !important;
    text-decoration: none !important;

}

/* ALECTROFAG HEADER :: TOP NOTICE :: END  */



/* ALECTROFAG HEADER :: TOP BADGE :: START  */


@media screen and (max-width: 767px) {
    .top_badge_slider-web_view {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .top_badge_slider-phone_view {
        display: none;
    }
}


.top_badge-phone_view .marquee {
    display: flex;
    overflow: hidden;
    height: 5vh;
    user-select: none;
    gap: 2rem;
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-width: 100%;
    animation: scroll 13s linear infinite;
}

.marquee__group p {
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}



@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - .1rem));
    }
}



/* Features section */
.features-section {
    background-color: #f3f3f3;
    padding: 7px;
}

.top_badge_p_div {
    background-color: #f3f3f3;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    align-items: center;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 30px;
    height: 30px;
}

.feature-text {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}


/* ALECTROFAG HEADER :: TOP BADGE :: END  */



/* ALECTROFAG FOOTER :: START  */

/* ── FOOTER MAIN ── */


@media screen and (max-width: 767px) {
    .footer-main {
        color: rgba(255, 255, 255, 0.88);
        padding: 52px 10px 10px;
    }
}

@media screen and (min-width: 768px) {
    .footer-main {
        color: rgba(255, 255, 255, 0.88);
        padding: 52px 28px 44px;
    }

    .footer-inner {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}





.footer-inner ul {
    padding: 0px;
}


.footer-logo-col .footer-logo {
    margin-bottom: 14px;
}

.footer-age-warn {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 16px;

}

.footer-disclaimer {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer-col span {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 11px;
}

.footer-col ul li a {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: #fff;
}

.contact-block {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.contact-block a {
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-block a:hover {
    color: #fff;
}



/* ── FOOTER BOTTOM ── */
.footer-bottom {
    /* background: rgba(16, 46, 87, 2.8); */
    padding: 0px 28px;
    /* border-top: 1px solid #FFFFFF66;
    border-bottom: 1px solid #FFFFFF66; */
}

@media screen and (min-width: 768px) {
    .footer-bottom-inner {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom-inner {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
}

.payment-left {
    text-align: center;
}

.payment-left .pay-label {
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-align: center;
    margin-bottom: 12px;
    color: #ffffff;
}

.payment-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 10px;
}

.payment-cards img {
    width: 80px;
}


.secure-label {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
}

.alt-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.footer-vivaWallet-icon {
    width: 124px;
}

.footer-shopy-icon {
    width: 40px;
}

.reg-office {
    text-align: left;
}

.reg-office .reg-label {
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    color: #ffffff;
}

.reg-office .reg-addr {
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #ffffff;
}

/* ── COPYRIGHT ── */
.copyright-bar {
    background: linear-gradient(180deg, #263042, #242D3D, #212A38, #1F2733, #1D242F);
    padding: 16px 22px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright-bar p {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;
}

.copyright-bar a {
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
}

.copyright-bar a:hover {
    color: #fff;
}


/* ALECTROFAG FOOTER :: END  */



/* ALECTROFAG PRODUCT CARD :: START  */


/* #vape-kits grid is now defined in the hpc-* block below */


.big-puff-devices-section-title {

    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 36.4px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    color: #121212;
    margin-bottom: 18px;
}

.vape-kits-section-title {

    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 36.4px;
    letter-spacing: 0.6px;
    text-align: center;
    vertical-align: middle;
    color: #121212;
    margin-bottom: 18px;
}


/* ALECTROFAG PRODUCT CARD :: END  */


/* ====== TOP BADGE SLIDER (mobile) ====== */

.top-badge-slider-section {
    background: #1a3147;
    display: none;          /* hidden on desktop */
}

@media (max-width: 767px) {
    .top-badge-slider-section {
        display: block;
    }
}

/* Slider shell */
.tbs-slider {
    overflow: hidden;
    padding: 3px 0px 5px;
}

/* Sliding track — all slides in one row */
.tbs-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Each slide: full width, centered content */
.tbs-slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tbs-slide img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Dot bar */
.tbs-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 4px 0 2px;
}

/* Each dot — small circle */
.tbs-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: width 0.3s, background 0.3s;
}

/* Active dot — teal pill */
.tbs-dot.active {
    width: 22px;
    background: #1aa69f;
}

/* ====== TRUST BAR ====== */

.trust-bar-grid {
    padding: 42px 32px;
    background: #f6f8fb;
    border-top: 1px solid #dbe1e9;
    border-bottom: 1px solid #dbe1e9;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.tbg-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    flex: 1 1 180px;
}

.tbg-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: #fff;
    color: #0f857f;
    border-radius: 10px;
    display: grid;
    place-items: center;
    border: 1px solid #dbe1e9;
}

.tbg-title {
    font-size: 14px;
    font-weight: 700;
}

.tbg-sub {
    font-size: 13px;
    color: var(--ink-600);
    margin-top: 2px;
}

@media (max-width: 640px) {
    .trust-bar-grid {
        padding: 18px 18px;
        gap: 16px;
    }
}

/* ====== SECTION HELPERS ====== */

.section {
    padding: 56px max(10vw, calc((100vw - 1680px) / 2));
}

.section h2 {
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.section .eyebrow {
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--teal-600);
    font-weight: 700;
    margin-bottom: 10px;
}

.section .sub {
    color: var(--ink-600);
    font-size: 15px;
    max-width: 680px;
    margin: 0;
}

.section-head,
.section-head-simple {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 20px;
    flex-wrap: wrap;
}

.section-head .link,
.section-head-simple .link {
    color: var(--teal-600);
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    white-space: nowrap;
}

.section-head .link:hover,
.section-head-simple .link:hover {
    text-decoration: underline;
}

/* h2 span toggles — mobile label hidden by default */
.sh-mobile { display: none; }
.sh-desktop { display: inline; }

@media (max-width: 640px) {
    .section-head {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 16px;
        gap: 8px;
    }

    .section-head > div {
        flex: 1;
        min-width: 0;
    }

    /* Hide desktop-only content */
    .section-head .eyebrow,
    .section-head .sub {
        display: none;
    }

    /* Swap h2 text: hide long label, show short one */
    .section-head h2 {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-head h2 .sh-desktop { display: none; }
    .section-head h2 .sh-mobile  { display: inline; }

    .section-head .link {
        flex-shrink: 0;
        font-size: 13px;
    }
}


/* ====== HOME PAGE PRODUCT CARD (hpc-*) ====== */

/* Grid */
#big-puff-devices,
#vape-kits {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

@media (max-width: 1200px) {

    #big-puff-devices,
    #vape-kits {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {

    #big-puff-devices,
    #vape-kits {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {

    #big-puff-devices,
    #vape-kits {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Card shell — overrides generic .product-card defaults */
#big-puff-devices .product-card.hpc-card,
#vape-kits .product-card.hpc-card {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    margin-bottom: 0;
}

#big-puff-devices .product-card.hpc-card:hover,
#vape-kits .product-card.hpc-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    border-color: var(--teal-600, #1aa69f);
    transform: translateY(-2px);
}

/* Image area */
#big-puff-devices .hpc-image-wrap,
#vape-kits .hpc-image-wrap {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--ink-200, #e5e5e5);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: 22px;
}

#big-puff-devices .hpc-image-wrap a,
#vape-kits .hpc-image-wrap a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

#big-puff-devices .hpc-image-wrap img,
#vape-kits .hpc-image-wrap img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Badge pill inside image area */
#big-puff-devices .hpc-image-wrap .badge,
#vape-kits .hpc-image-wrap .badge {
    /* position: absolute; */
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 5px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}

/* Card body */
#big-puff-devices .hpc-body,
#vape-kits .hpc-body {
    padding: 12px 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.hpc-body a {
    text-decoration: none;
}

/* Product name */
#big-puff-devices .hpc-name,
#vape-kits .hpc-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #0f2236;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-decoration: none;
}

/* Rating row */
#big-puff-devices .hpc-rating-row,
#vape-kits .hpc-rating-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--ink-600, #555);
    min-height: 18px;
}

#big-puff-devices .hpc-stars,
#vape-kits .hpc-stars {
    color: rgb(226, 165, 43);
    display: inline-flex;
    gap: 1px;
}

#big-puff-devices .hpc-rating-val,
#vape-kits .hpc-rating-val {
    font-size: 12px;
}

#big-puff-devices .hpc-rating-count,
#vape-kits .hpc-rating-count {
    color: var(--ink-400, #999);
}

/* Price row */
#big-puff-devices .hpc-price-row,
#vape-kits .hpc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    min-height: 28px;
}

#big-puff-devices .hpc-prices,
#vape-kits .hpc-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

#big-puff-devices .hpc-price,
#vape-kits .hpc-price {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f2236;
}

#big-puff-devices .hpc-price-was,
#vape-kits .hpc-price-was {
    font-size: 12px;
    color: var(--ink-400, #999);
    text-decoration: line-through;
}

/* Multi-buy deal pill */
#big-puff-devices .hpc-deal-pill,
#vape-kits .hpc-deal-pill {
    background: var(--navy, #0f2236);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* Specs grid (puffs / nicotine) */
#big-puff-devices .hpc-specs-grid,
#vape-kits .hpc-specs-grid {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
}

#big-puff-devices .hpc-specs-no-grid,
#vape-kits .hpc-specs-no-grid {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
}

#big-puff-devices .hpc-spec-cell,
#vape-kits .hpc-spec-cell {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-700, #333);
    background: var(--ink-50, #f7f7f7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#big-puff-devices .hpc-spec-cell:not(:last-child),
#vape-kits .hpc-spec-cell:not(:last-child) {
    border-right: 1px solid var(--ink-200, #e5e5e5);
}

/* Flavour line */
#big-puff-devices .hpc-flavours,
#vape-kits .hpc-flavours {
    font-size: 11.5px;
    color: var(--ink-600, #555);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
}

/* Quick Buy button */
#big-puff-devices .hpc-quick-buy,
#vape-kits .hpc-quick-buy {
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-top: 1px solid var(--ink-200, #e5e5e5);
    background: #0f2236;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, opacity 0.18s;
    width: 100%;
}

#big-puff-devices .hpc-quick-buy:hover,
#vape-kits .hpc-quick-buy:hover {
    background: var(--teal-600, #1aa69f);
}

/* ====== END HOME PAGE PRODUCT CARD ====== */




/* ====== START PRODUCT LISTING PAGE PRODUCT CARD ====== */


.floverfy-product-grid .product-card.hpc-card {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    margin-bottom: 0;
}

.floverfy-product-grid .product-card.hpc-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    border-color: var(--teal-600, #1aa69f);
    transform: translateY(-2px);
}

/* Image area */
.floverfy-product-grid .hpc-image-wrap {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--ink-200, #e5e5e5);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: 22px;
}

.floverfy-product-grid .hpc-image-wrap a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.floverfy-product-grid .hpc-image-wrap img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Badge pill inside image area */
.floverfy-product-grid .hpc-image-wrap .badge {
    /* position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 5px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2; */
}

/* Card body */
.floverfy-product-grid .hpc-body {
    padding: 12px 8px 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

/* Product name */
.floverfy-product-grid .hpc-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #0f2236;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-decoration: none;
}

/* Rating row */
.floverfy-product-grid .hpc-rating-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--ink-600, #555);
    min-height: 18px;
}

.floverfy-product-grid .hpc-stars {
    color: rgb(226, 165, 43);
    display: inline-flex;
    gap: 1px;
}

.floverfy-product-grid .hpc-rating-val {
    font-size: 12px;
}

.floverfy-product-grid .hpc-rating-count {
    color: var(--ink-400, #999);
}

/* Price row */
.floverfy-product-grid .hpc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    /* flex-wrap: wrap; */
    min-height: 28px;
}

.floverfy-product-grid .hpc-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.floverfy-product-grid .hpc-price {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f2236;
}

.floverfy-product-grid .hpc-price-was {
    font-size: 12px;
    color: var(--ink-400, #999);
    text-decoration: line-through;
}

/* Multi-buy deal pill */
.floverfy-product-grid .hpc-deal-pill {
    background: var(--navy);
    color: rgb(255, 255, 255);
    font-size: 9.5px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Specs row — all cells in one row regardless of count */
.floverfy-product-grid .hpc-specs-grid {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
}

.hpc-specs-no-grid {
    height: 30px;
}

.floverfy-product-grid .hpc-spec-cell {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-700, #333);
    background: var(--ink-50, #f7f7f7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floverfy-product-grid .hpc-spec-cell:not(:last-child) {
    border-right: 1px solid var(--ink-200, #e5e5e5);
}

/* Flavour line */
.floverfy-product-grid .hpc-flavours {
    font-size: 11.5px;
    color: var(--ink-600, #555);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
}

/* Quick Buy button */
.floverfy-product-grid .hpc-quick-buy {
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-top: 1px solid var(--ink-200, #e5e5e5);
    background: #0f2236;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, opacity 0.18s;
    width: 100%;
}

.floverfy-product-grid .hpc-quick-buy:hover {
    background: var(--teal-600, #1aa69f);
}

/* ====== END PRODUCT LISTING PAGE PRODUCT CARD ====== */


/* ====================================================
   hpc-card INSIDE PRODUCT PAGE SWIPER SLIDERS
   (#product-other-variations-slider, #product-slider-related)
   Mirrors .floverfy-product-grid rules — no parent grid needed
   ==================================================== */

#product-other-variations-slider .product-card.hpc-card,
#product-slider-related .product-card.hpc-card {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    margin-bottom: 0;
}

#product-other-variations-slider .product-card.hpc-card:hover,
#product-slider-related .product-card.hpc-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .10);
    border-color: var(--teal-600, #1aa69f);
    transform: translateY(-2px);
}

/* Image area */
#product-other-variations-slider .hpc-image-wrap,
#product-slider-related .hpc-image-wrap {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--ink-200, #e5e5e5);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: 22px;
}

#product-other-variations-slider .hpc-image-wrap a,
#product-slider-related .hpc-image-wrap a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

#product-other-variations-slider .hpc-image-wrap img,
#product-slider-related .hpc-image-wrap img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Badge pill inside image area */
#product-other-variations-slider .hpc-image-wrap .badge,
#product-slider-related .hpc-image-wrap .badge {
    /* position: absolute; */
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 5px 9px;
    border-radius: 999px;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}

/* Card body */
#product-other-variations-slider .hpc-body,
#product-slider-related .hpc-body {
    padding: 12px 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

/* Product name */
#product-other-variations-slider .hpc-name,
#product-slider-related .hpc-name {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    color: #0f2236;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    text-decoration: none;
}

/* Rating row */
#product-other-variations-slider .hpc-rating-row,
#product-slider-related .hpc-rating-row {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--ink-600, #555);
    min-height: 18px;
}

#product-other-variations-slider .hpc-stars,
#product-slider-related .hpc-stars {
    color: rgb(226, 165, 43);
    display: inline-flex;
    gap: 1px;
}

#product-other-variations-slider .hpc-rating-val,
#product-slider-related .hpc-rating-val {
    font-size: 12px;
}


/* Price row */
#product-other-variations-slider .hpc-price-row,
#product-slider-related .hpc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    min-height: 28px;
}

#product-other-variations-slider .hpc-prices,
#product-slider-related .hpc-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

#product-other-variations-slider .hpc-price,
#product-slider-related .hpc-price {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #0f2236;
}

#product-other-variations-slider .hpc-price-was,
#product-slider-related .hpc-price-was {
    font-size: 12px;
    color: var(--ink-400, #999);
    text-decoration: line-through;
}

/* Shop Now / Quick Buy button */
#product-other-variations-slider .hpc-quick-buy,
#product-slider-related .hpc-quick-buy {
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-top: 1px solid var(--ink-200, #e5e5e5);
    background: #0f2236;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, opacity 0.18s;
    width: 100%;
}

#product-other-variations-slider .hpc-quick-buy:hover,
#product-slider-related .hpc-quick-buy:hover {
    background: var(--teal-600, #1aa69f);
    color: #fff;
}

/* Swiper slide height equalisation */
#product-other-variations-slider .prodt-swiper-slide,
#product-slider-related .prodt-swiper-slide {
    height: auto;
    display: flex;
}

#product-other-variations-slider .prodt-swiper-slide .hpc-card,
#product-slider-related .prodt-swiper-slide .hpc-card {
    width: 100%;
}

/* Rating count */
#product-other-variations-slider .hpc-rating-count,
#product-slider-related .hpc-rating-count {
    color: var(--ink-400, #999);
    font-size: 11px;
}

/* Multi-buy deal pill */
#product-other-variations-slider .hpc-deal-pill,
#product-slider-related .hpc-deal-pill {
    background: var(--navy, #0f2236);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

/* Specs grid (tag1 / tag2 — e.g. puffs / nicotine) */
#product-other-variations-slider .hpc-specs-grid,
#product-slider-related .hpc-specs-grid {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
}

#product-other-variations-slider .hpc-specs-no-grid,
#product-slider-related .hpc-specs-no-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
}

#product-other-variations-slider .hpc-spec-cell,
#product-slider-related .hpc-spec-cell {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ink-700, #333);
    background: var(--ink-50, #f7f7f7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product-other-variations-slider .hpc-spec-cell:not(:last-child),
#product-slider-related .hpc-spec-cell:not(:last-child) {
    border-right: 1px solid var(--ink-200, #e5e5e5);
}

/* Flavour line (tag3+) */
#product-other-variations-slider .hpc-flavours,
#product-slider-related .hpc-flavours {
    font-size: 11.5px;
    color: var(--ink-600, #555);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
}


/* ====== CATEGORY CARD GRID ====== */

.cat-grid {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

@media (max-width: 1100px) {
    .cat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .cat-grid {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .cat-grid {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

.cat-card {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 16px;
    padding: 20px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s, border-color 0.15s, transform 0.15s;
}

.cat-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .09);
    border-color: var(--teal-600, #1aa69f);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}

.cat-card-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--ink-50, #f5f5f5);
    border-radius: 12px;
    display: grid;
    place-items: center;
    padding: 14px;
    overflow: hidden;
}

.cat-card-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.cat-card-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-900, #111);
    line-height: 1.3;
}

/* ====== END CATEGORY CARD GRID ====== */


/* ====== BRAND PILL GRID ====== */

.brand-pill-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

@media (max-width: 1100px) {
    .brand-pill-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .brand-pill-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .brand-pill-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.brand-pill {
    background: #fff;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 10px;
    padding: 18px 10px;
    text-align: center;
    font-weight: 700;
    color: var(--ink-700, #333);
    font-size: 14px;
    letter-spacing: -0.01em;
    text-decoration: none;
    display: block;
    transition: border-color 0.15s, box-shadow 0.15s, color 0.15s;
}

.brand-pill:hover {
    border-color: var(--teal-600, #1aa69f);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .07);
    color: var(--teal-600, #1aa69f);
    text-decoration: none;
}

/* ====== END BRAND PILL GRID ====== */
















.floverfy-navbar-container {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.manage_address_add_btn {
    padding-left: 54px;
    padding-right: 54px;
}


/* --------- PRODUCT LIST PAGE FILTERS :: START ----------- */


/* Horizontal Filter Specifics */
.filter-dropdown .dropdown-toggle {
    border-color: #e2e2e2;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 10px !important;
}

.filter-dropdown .dropdown-toggle:hover,
.filter-dropdown .dropdown-toggle:focus {
    background: #f8f9fa;
    color: #2d727d;
    border-color: #2d727d;
}

.filter-dropdown .dropdown-menu {
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Mobile tweaks */
@media (max-width: 991px) {
    .w-100-mobile {
        width: 100% !important;
    }

    .text-start-mobile {
        text-align: left !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-dropdown .dropdown-menu {
        position: relative !important;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }

    .list-group-mobile-strip {
        padding: 1rem;
    }
}


/* --------- PRODUCT LIST PAGE FILTERS :: END ----------- */




/* ====== FAQ SECTION 2-COL LAYOUT ====== */

.faq-two-col {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
}

@media (max-width: 900px) {
    .faq-two-col {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.faq-intro {
    position: sticky;
    top: 100px;
}

.faq-intro h2 {
    margin: 8px 0 0;
}

.btn-faq-guide {
    background: #0f2236;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 18px;
    transition: background 0.15s, color 0.15s;

}

.btn-faq-guide:hover {
    background: var(--teal-600, #1aa69f);
    color: #fff;
    text-decoration: none;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-accordion>div {
    display: contents;
}

/* ====== END FAQ SECTION 2-COL LAYOUT ====== */
/* ====== FOOTER ====== */
.footer {
    background-color: #0f2236;
    color: #c5cdcc;
    /* Horizontal padding scales with viewport up to 1680px content width:
       - below ~2100px wide: 10vw is used
       - above ~2100px wide: calc kicks in, content stays ≤ 1680px */
    padding-top: 54px;
    padding-bottom: 24px;
    padding-left: max(10vw, calc((100vw - 1680px) / 2));
    padding-right: max(10vw, calc((100vw - 1680px) / 2));
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    gap: 40px;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
    }

    .footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Brand col spans full width on tablet so blurb isn't squished */
    .footer-grid>div:first-child {
        grid-column: 1 / -1;
    }

    .footer .brand-blurb {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer {
        padding: 32px 18px 18px;
    }

    .footer .brand-blurb {
        max-width: 100%;
    }
}


.footer .footerMainSection {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.footer a {
    display: block;
    font-size: 13.5px;
    padding: 4px 0;
    color: #b6bfbe;
    text-decoration: none;
}

.footer a:hover {
    color: #7bd8d1;
    text-decoration: none;
}

.footer .brand-blurb {
    color: rgb(136, 147, 160);
    font-size: 12.5px;
    line-height: 1.75;
    max-width: 300px;
}

.footer .footer-bottom {
    border-top: 1px solid #1e2728;
    margin-top: 18px;
    padding-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    color: #7b8483;
}

.footer .footer-bottom a {
    display: inline;
    padding: 0;
    color: #e7ebeb;
    font-weight: 700;
}

/* Footer payment / office row */
.footer-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 640px) {
    .footer-meta-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .footer-office-addr {
        text-align: left !important;
    }
}

/* ====== END FOOTER ====== */

/* ====== FEATURES BAR (top_badge desktop) ====== */
.features-section.top_badge_slider-web_view {
    background: #f6f8fb;
    color: #1a3147;
    border-bottom: 1px solid #dbe1e9;
}

.features-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    padding: 11px 24px;
    flex-wrap: wrap;
}

.features-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #1a3147;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.features-bar-icon {
    display: inline-flex;
    align-items: center;
    color: var(--teal-600, #1aa69f);
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .top_badge_slider-web_view .features-bar {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 28px;
        padding: 10px 20px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;       /* Firefox */
    }

    .top_badge_slider-web_view .features-bar::-webkit-scrollbar {
        display: none;               /* Chrome / Safari */
    }

    .top_badge_slider-web_view .features-bar-item {
        scroll-snap-align: start;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .features-bar {
        gap: 20px;
        padding: 10px 16px;
    }

    .features-bar-item {
        font-size: 12px;
    }
}

/* ====== END FEATURES BAR ====== */
/* ====== DESKTOP NAV BAR (floverfy-navbar-container) ====== */

/* The nav strip itself */
.floverfy-navbar-container {
    background: #1a3147;
}

.floverfy-navbar-container .navbar-custom {
    background: #1a3147 !important;
    padding-top: 0;
    padding-bottom: 0;
}

/* The ul row */
.floverfy-navbar-container #main_nav {
    justify-content: center;
    gap: 0;
}

.floverfy-navbar-container .navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
}

/* Every top-level li */
.floverfy-navbar-container .navbar-nav>li {
    padding: 0 !important;
    font-weight: 600;
}

/* Every top-level nav-link */
.floverfy-navbar-container .navbar-nav>li>a.nav-link,
.floverfy-navbar-container .navbar-nav>li>a.nav-link:visited {
    padding: 14px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #e7ecf2 !important;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
    line-height: 1;
}

.floverfy-navbar-container .navbar-nav>li>a.nav-link:hover,
.floverfy-navbar-container .navbar-nav>li>a.nav-link:focus {
    color: var(--teal-300, #7bd8d1) !important;
}

/* Dropdown caret — hide the Bootstrap angle icon, use CSS override */
.floverfy-navbar-container .navbar-nav>li>a.nav-link .fi-rs-angle-down {
    font-size: 10px;
    opacity: 0.6;
    margin-left: 4px;
}

/* Sale item — red */
.floverfy-navbar-container .navbar-nav>li>a.nav-link[href*="sale"],
.floverfy-navbar-container .navbar-nav>li>a.nav-link[href*="Sale"] {
    color: #ff7a74 !important;
}

.floverfy-navbar-container .navbar-nav>li>a.nav-link[href*="sale"]:hover {
    color: #ff9c98 !important;
}

/* New item — teal */
.floverfy-navbar-container .navbar-nav>li>a.nav-link[href="javascript:;"] {
    color: var(--teal-300, #7bd8d1) !important;
}

.floverfy-navbar-container .navbar-nav>li>a.nav-link[href="javascript:;"]:hover {
    color: #fff !important;
}

/* Dropdown toggle — remove Bootstrap arrow */
.floverfy-navbar-container .navbar-custom .dropdown-toggle::after {
    display: none !important;
}

/* ====== END DESKTOP NAV BAR ====== */


/* ====================================================
   PRODUCT VIEW — UNDERLINE TAB BAR (.pv-reviews-tab)
   CSS-only restyle; uses existing .active toggled by JS
   ==================================================== */

/* Tab rail */
.pv-reviews-tab {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--ink-200, #e5e5e5) !important;
    margin-bottom: 28px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.pv-reviews-tab::-webkit-scrollbar {
    display: none;
}

/* Each button */
.pv-reviews-tab .tab-btn {
    flex-shrink: 0;
    padding: 14px 22px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-600, #555);
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
    white-space: nowrap;
    line-height: 1.2;
}

/* Strip the h2 of all heading appearance */
.pv-reviews-tab .tab-btn h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

/* Hover */
.pv-reviews-tab .tab-btn:hover {
    color: var(--navy, #0f2236);
}

/* Active tab — navy underline, bold */
.pv-reviews-tab .tab-btn.active {
    font-weight: 700;
    /* color: var(--navy, #0f2236);
    border-bottom-color: var(--navy, #0f2236); */
}

/* Tab panels — hidden by default, shown when .active */
.tab-panel {
    display: none;
}


/* ====== END PRODUCT VIEW TAB BAR ====== */


/* ====================================================
   PRODUCT VIEW — REVIEWS TAB PANEL (#tab-reviews)
   CSS-only restyle to match 2-col summary + list design
   Zero JS/PHP changes needed
   ==================================================== */

/* ── 2-col grid container ── */
#tab-reviews .comments-area {
    padding-top: 8px;
}

#tab-reviews .comments-area>.row {
    /* flatten the Bootstrap row/col system – replace with grid */
    display: grid !important;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    /* max-width: 1000px; */
    margin: 0 !important;
    align-items: start;
}

/* Bootstrap cols become transparent grid children */
#tab-reviews .comments-area>.row>.col-lg-6,
#tab-reviews .comments-area>.row>div[class*="col-"] {
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
}

/* Remove the review form row from the layout – it sits outside the grid */
#tab-reviews .comments-area>.row:first-child {
    display: block !important;
    max-width: none;
    margin-bottom: 16px !important;
}

/* ── LEFT COLUMN – rating summary ── */

/* Wrapper */
.fv-review-summary {
    margin-bottom: 20px;
}

/* Summary box */
.fv-review-summary-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Header: "Ratings" label + outline star icon */
.fv-review-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.fv-review-summary-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-600, #555);
}

.fv-review-summary-icon {
    color: var(--ink-400, #aaa);
    flex-shrink: 0;
}

/* Score row: big number + filled star */
.fv-review-summary-score {
    display: flex;
    align-items: baseline;
    gap: 6px;
    line-height: 1;
}

.fv-review-summary-number {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink-900, #111);
    line-height: 1;
}

.fv-review-summary-star {
    color: rgb(226, 165, 43);
    flex-shrink: 0;
    margin-bottom: 4px;
}

/* Buyers count */
.fv-review-summary-buyers {
    font-size: 13px;
    color: var(--ink-600, #555);
    margin-top: 4px;
}

/* Progress bar section */
.pv-customer_review-progress_bars {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.pv-customer_review-progress_bars .d-flex.gap-1 {
    align-items: center;
    gap: 8px !important;
    font-size: 12px;
    margin: 0 !important;
}

/* Star label (number + icon) */
.pv-customer_review-progress_bars .d-flex.gap-1>span:first-child {
    width: 28px;
    flex-shrink: 0;
    color: var(--ink-600, #555);
    display: flex;
    align-items: center;
    gap: 2px;
}

.pv-customer_review-progress_bars .bi-star-fill {
    font-size: 10px;
    color: rgb(226, 165, 43);
}

/* The slim pill track */
.pv-customer_review-progress_bars .progress {
    flex: 1 1 0%;
    height: 6px !important;
    background: var(--ink-100, #ebebeb) !important;
    border-radius: 999px !important;
    overflow: hidden;
}

/* The filled bar */
.pv-customer_review-progress_bars .progress-bar {
    background: var(--navy, #0f2236) !important;
    border-radius: 999px !important;
    height: 100% !important;
    background-image: none !important;
    animation: none !important;
    transition: width 0.4s ease;
}

/* Percentage label */
.pv-customer_review-progress_bars .d-flex.gap-1>span:last-child {
    width: 30px;
    text-align: right;
    color: var(--ink-500, #888);
    flex-shrink: 0;
}

/* Write a review button */
#tab-reviews #product-review-form .btn {
    margin-top: 18px;
    width: 100%;
    padding: 11px 16px;
    font-size: 13px;
    background: var(--navy, #0f2236);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s;
}

#tab-reviews #product-review-form .btn:hover {
    background: var(--teal-600, #1aa69f);
}

/* ── RIGHT COLUMN – review items ── */

.pv-review_list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Each review item */
.fv-review-container {
    border-bottom: 1px solid var(--ink-200, #e5e5e5);
    padding-bottom: 22px;
    padding-top: 4px;
    margin-bottom: 0 !important;
}

.fv-review-container:last-child {
    border-bottom: none;
}

/* Inner layout – hide the extra Bootstrap wrappers */
.fv-review-container .single-comment {
    display: block !important;
    margin-bottom: 0 !important;
}

.fv-review-container .flex-grow-1 {
    display: block !important;
}

/* Header row: title + name/date on the same line */
.fv-review-container .d-flex.justify-content-between:first-child {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
}

/* Reviewer name (was an <a>) */
.fv-review-container a.font-heading {
    font-weight: 700;
    font-size: 14px;
    color: var(--ink-900, #111) !important;
    text-decoration: none !important;
    display: block;
    margin-top: 6px;
}

/* Hide the old star bar in the header */
.fv-review-container .product-rate {
    display: none !important;
}

/* "Verified Purchase" badge */
.fv-review-container span.text-danger {
    font-size: 11px;
    color: var(--teal-600, #1aa69f) !important;
    font-weight: 600;
}

/* Date line (inside .desc > .d-flex) */
.fv-review-container .desc .d-flex.justify-content-between.mb-10 {
    display: none !important;
    /* date is shown in the header row instead via .font-xs */
}

/* Expose the date via the <a> row by moving it inline.
   The actual date text node (.font-xs) might already be in the header flex –
   if it's inside .desc we restyle only */
.fv-review-container .font-xs {
    font-size: 12px;
    color: var(--ink-500, #888);
    display: inline;
}

/* Review body */
.fv-review-container .desc p.mb-10 {
    margin: 8px 0 0 !important;
    color: var(--ink-700, #333);
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    #tab-reviews .comments-area>.row {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }
}

/* ====== END PRODUCT VIEW REVIEWS PANEL ====== */


/* ======================================================
   AGE VERIFICATION MODAL  (#age_verification_modal)
   All rules scoped to .avm-* to avoid Bootstrap conflicts
   ====================================================== */

/* Remove Bootstrap's default modal-content border/radius so our card styles rule */
#age_verification_modal .modal-content {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Dialog: full-bleed dark backdrop, card centred */
#age_verification_modal .modal-backdrop,
#age_verification_modal+.modal-backdrop {
    background: rgba(10, 20, 35, 0.72);
}

/* Constrain dialog width */
.avm-dialog {
    max-width: 480px;
    width: 94%;
    margin: auto;
}

/* Card */
.avm-card {
    position: relative;
    background: #f7f9fc !important;
    border-radius: 20px !important;
    padding: 52px 48px 44px;
    text-align: center;
    box-shadow:
        0 24px 60px -20px rgba(15, 34, 54, 0.28),
        0 0 0 1px rgba(15, 34, 54, 0.08);
}

/* Brand row: icon + wordmark */
.avm-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
    color: var(--navy, #0f2236);
}

.avm-brand-icon {
    width: 50px;
    height: 50px;
    border: 2.5px solid var(--navy, #0f2236);
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: var(--navy, #0f2236);
    flex-shrink: 0;
}

.avm-brand-name {
    font-family: 'Inter Tight', system-ui, sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1;
    color: var(--navy, #0f2236);
}

/* Heading */
.avm-title {
    margin: 0 0 14px;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--navy, #0f2236) !important;
    letter-spacing: -0.01em;
}

/* Body paragraphs */
.avm-text {
    color: var(--ink-700, #444);
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.55;
}

.avm-text:last-of-type {
    margin-bottom: 28px;
}

/* "here" leave link */
.avm-leave-link {
    color: var(--navy, #0f2236);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* CTA Button */
.avm-btn-enter {
    display: block;
    width: 100%;
    background: var(--navy, #0f2236) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    transition: background 0.18s;
    box-shadow: none !important;
}

.avm-btn-enter:hover,
.avm-btn-enter:focus {
    background: var(--teal-600, #1aa69f) !important;
    color: #fff !important;
}

/* Legal disclaimer */
.avm-legal {
    margin-top: 20px;
    font-size: 11px;
    color: var(--ink-500, #888);
    line-height: 1.6;
}

.avm-legal-link {
    color: var(--navy, #0f2236);
    font-weight: 600;
    text-decoration: none;
}

.avm-legal-link:hover {
    text-decoration: underline;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .avm-card {
        padding: 36px 24px 32px;
        border-radius: 16px !important;
    }

    .avm-brand-name {
        font-size: 30px;
    }

    .avm-title {
        font-size: 22px !important;
    }
}

/* ====== END AGE VERIFICATION MODAL ====== */


/* ======================================================
   SIGN-IN MODAL  (#sign_in_modal)
   Scoped to .sim-* to avoid Bootstrap conflicts
   ====================================================== */

/* Strip Bootstrap defaults from the modal content box */
#sign_in_modal .modal-content {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

/* Wide dialog */
.sim-dialog {
    max-width: 900px;
    width: 96%;
    margin: auto;
}

/* The two-column card */
.sim-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--ink-200, #e5e5e5);
    border-radius: 18px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px -16px rgba(15, 34, 54, 0.22), 0 0 0 1px rgba(15, 34, 54, 0.06);
}

/* ── LEFT panel ── */
.sim-left {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    background: #eef1f5;
}

/* Logo row */
.sim-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--navy, #0f2236);
}

.sim-logo-mark {
    width: 36px;
    height: 36px;
    border: 2px solid var(--navy, #0f2236);
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy, #0f2236);
    flex-shrink: 0;
}

.sim-logo-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy, #0f2236);
    letter-spacing: -0.02em;
}

/* Heading + sub */
.sim-heading {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--ink-900, #111) !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.02em;
}

.sim-sub {
    font-size: 14px;
    color: var(--ink-600, #666);
    margin: 0 0 20px;
    line-height: 1.5;
}

/* Form layout */
.sim-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Labels + inputs */
.sim-label {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink-600, #666);
    gap: 4px;
}

.sim-input {
    display: block;
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--ink-300, #c3ccd9);
    border-radius: 8px;
    font-size: 14px;
    color: var(--ink-900, #111);
    background: #fff;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    font-weight: 400;
    box-sizing: border-box;
}

.sim-input:focus {
    border-color: var(--navy, #0f2236);
    box-shadow: 0 0 0 3px rgba(15, 34, 54, 0.08);
}

/* Remember me / Forgot password row */
.sim-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
}

.sim-remember {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--ink-700, #444);
    font-weight: 400;
    cursor: pointer;
}

.sim-forgot {
    color: var(--teal-700, #1aa69f);
    font-weight: 600;
    text-decoration: none;
    font-size: 12.5px;
}

.sim-forgot:hover {
    text-decoration: underline;
}

/* Sign in button */
.sim-btn-primary {
    display: block;
    width: 100%;
    background: var(--navy, #0f2236);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s;
    margin-top: 4px;
    box-sizing: border-box;
}

.sim-btn-primary:hover {
    background: var(--teal-600, #1aa69f);
    color: #fff;
}

/* "or" divider */
.sim-or {
    text-align: center;
    font-size: 12px;
    color: var(--ink-500, #888);
    position: relative;
}

.sim-or::before,
.sim-or::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: var(--ink-200, #e5e5e5);
}

.sim-or::before {
    left: 0;
}

.sim-or::after {
    right: 0;
}

/* Outline social buttons */
.sim-btn-outline {
    display: block;
    width: 100%;
    background: #fff;
    color: var(--ink-800, #222);
    border: 1px solid var(--ink-300, #c3ccd9);
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    box-sizing: border-box;
}

.sim-btn-outline:hover {
    border-color: var(--navy, #0f2236);
    background: var(--ink-50, #f7f7f7);
}

/* Create account footer */
.sim-create-account {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    color: var(--ink-600, #666);
}

.sim-create-link {
    color: var(--teal-700, #1aa69f);
    font-weight: 600;
    text-decoration: none;
}

.sim-create-link:hover {
    text-decoration: underline;
}

/* ── RIGHT panel: teal gradient ── */
.sim-right {
    background: linear-gradient(160deg, var(--teal-600, #1aa69f), #0b524f);
    color: #fff;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sim-vip-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.8;
    font-weight: 600;
}

.sim-vip-heading {
    font-size: 28px;
    font-weight: 700;
    margin: 14px 0 10px;
    color: #fff;
    letter-spacing: -0.02em;
}

.sim-vip-text {
    opacity: 0.85;
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.sim-vip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13.5px;
}

.sim-vip-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.92;
}

.sim-vip-footer {
    font-size: 12px;
    opacity: 0.65;
    margin-top: 32px;
}

/* Mobile: stack columns */
@media (max-width: 640px) {
    .sim-content {
        grid-template-columns: 1fr !important;
    }

    .sim-right {
        padding: 28px 24px;
    }

    .sim-left {
        padding: 28px 24px;
    }

    .sim-vip-heading {
        font-size: 22px;
    }
}

/* ====== END SIGN-IN MODAL ====== */

/* ====== TRUST / USP BAR (home page – 4-up icon strip) ====== */

.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

/* Tablet: 2 columns */
@media (max-width: 900px) {
    .trust-bar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile: single column, tighter section padding */
@media (max-width: 540px) {
    .trust-bar-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trust-bar-grid+*,
    section:has(.trust-bar-grid) {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}

/* ====== END TRUST BAR ====== */

/* ====== ABOUT SECTION DARK (home page – navy panel) ====== */

.about-section-dark a {
    text-decoration: none;
}

/* Section padding */
.about-section-dark {
    padding: 64px max(10vw, calc((100vw - 1680px) / 2));
}

/* ── Top 2-col: "About Alectrofag" heading + body text ── */
.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
}

/* ── 2-col cards: "Curated range" + "Why Alectrofag" ── */
.about-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ── Bullet checklist inside the Why Alectrofag card ── */
.about-why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

/* ── Tablet (≤ 900px): stack hero, keep cards side by side, list single col ── */
@media (max-width: 1024px) and (min-width: 769px) {
    .section {
        padding: 56px 5rem;
    }

    .about-section-dark {
        padding: 48px 5rem;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 40px 16px;
    }
}

@media (max-width: 900px) {
    .about-section-dark {
        padding: 48px 24px;
    }

    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-why-list {
        grid-template-columns: 1fr;
    }
}

/* ── Mobile (≤ 640px): everything single column ── */
@media (max-width: 640px) {
    .about-section-dark {
        padding: 36px 20px;
    }

    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px !important;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-why-list {
        grid-template-columns: 1fr;
    }
}

/* ====== END ABOUT SECTION DARK ====== */

/* ====== PRODUCT LISTING – BUYING GUIDE DESCRIPTION ====== */

/* Section wrapper */
.fv-desc-section {
    padding-top: 0;
    padding-bottom: 40px;
}

/* Horizontal separator — full-width bleed (breaks out of .container) */
.fv-desc-divider {
    border: none;
    border-top: 1px solid #dbe1e9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 36px;
}

/* Two-column flex: fixed-width left, flex-grow right */
.fv-desc-layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

/* Left column — fixed width label + heading */
.fv-desc-intro {
    flex: 0 0 220px;
    min-width: 0;
}

.fv-desc-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0f2236;
    font-weight: 700;
    margin-bottom: 8px;
}

.fv-desc-heading {
    font-weight: 700;
    color: #0f2236;
    margin: 0px;
    font-size: 26px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

/* Right column — description content */
.fv-desc-body {
    flex: 1 1 0;
    min-width: 0;
    font-size: 14.5px;
    line-height: 1.75;
    color: #374151;
}

.fv-desc-body p {
    margin: 0 0 14px;
}

.fv-desc-body p:last-child {
    margin-bottom: 0;
}

/* Links inside description */
.fv-desc-body a {
    color: #0f857f;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(15, 133, 127, 0.35);
    text-underline-offset: 2px;
}

.fv-desc-body strong,
.fv-desc-body b {
    color: #111827;
    font-weight: 700;
}

/* ── Mobile: stack columns ── */
@media (max-width: 768px) {
    .fv-desc-layout {
        flex-direction: column;
        gap: 18px;
    }

    .fv-desc-intro {
        flex: none;
        width: 100%;
    }

    .fv-desc-heading {
        font-size: 19px;
    }

    .fv-desc-section {
        padding-bottom: 28px;
    }

    .fv-desc-divider {
        margin-bottom: 24px;
    }
}

/* ====== END BUYING GUIDE DESCRIPTION ====== */

/* ====== PRODUCT VIEW – full-bleed divider BELOW the tab/accordion section ====== */

/* The section uses position:relative so ::after can anchor to it */
.pv-accordation-section-padding {
    position: relative;
}

/* Full-width line drawn below the section */
.pv-accordation-section-padding::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 1px;
    background: #dbe1e9;
    pointer-events: none;
}

/* ====== END PRODUCT VIEW ACCORDION DIVIDER ====== */




/* ================================================================
   MINI CART OFFCANVAS  (mc- scoped)
   Matches the reference design: 380px side panel, scrollable body,
   sticky footer with Items/Total + View Cart/Checkout buttons.

/* ================================================================
   MINI CART OFFCANVAS  (mc- scoped)
   Scoped to #floverfy-mini-cart-offcanvas to avoid bleeding.
   Matches actual JS-rendered HTML from Cart.set_cart_items().
   ================================================================ */

/* Panel */
.mc-offcanvas {
    width: 380px !important;
    border-left: 1px solid var(--ink-200, #dbe1e9) !important;
    box-shadow: rgba(5, 20, 20, .3) 0 20px 60px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 0 !important;
}

/* Header */
.mc-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ink-200, #dbe1e9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    background: #fff;
}

.mc-header-title {
    font-weight: 700;
    font-size: 20px;
    color: var(--ink-900, #0f2236);
}

.mc-close-btn {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--ink-700, #2b415b);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: background .12s;
}

.mc-close-btn:hover {
    background: var(--ink-100, #eef1f5);
}

/* Scrollable body */
.mc-body {
    flex: 1 1 0 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    background: #fff;
}

/* ── Item rows: 2-col grid (image | details) ── */
#floverfy-mini-cart-offcanvas .fv-mini-cart-table {
    width: 100%;
    border-collapse: collapse;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-table tr {
    display: grid !important;
    grid-template-columns: 70px 1fr !important;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 44px 16px 20px;
    border-bottom: 1px solid var(--ink-100, #eef1f5) !important;
    position: relative;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-table td {
    padding: 0 !important;
    vertical-align: unset;
    display: block;
}

/* Image cell */
#floverfy-mini-cart-offcanvas .fv-mini-cart-img-conatiner {
    width: 70px !important;
    height: 70px !important;
    background: #fff;
    border: 1px solid var(--ink-200, #dbe1e9);
    border-radius: 6px;
    display: grid !important;
    place-items: center;
    padding: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-img-conatiner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

/* Product name */
#floverfy-mini-cart-offcanvas .fv-mini-cart-item-name a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    color: var(--ink-900, #0f2236) !important;
    text-decoration: none;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-item-name a:hover {
    color: var(--teal-700, #0d6a66) !important;
}

/* Brand */
#floverfy-mini-cart-offcanvas .fv-cart-brand-name a {
    font-size: 11.5px !important;
    color: var(--ink-500, #7089a6) !important;
    text-decoration: none;
    margin-top: 3px;
    display: block;
}

/* Price */
#floverfy-mini-cart-offcanvas .fv-pd-price-container .pv-price,
#floverfy-mini-cart-offcanvas .fv-pd-price-container .cartRegularPrice {
    font-weight: 800 !important;
    font-size: 18px !important;
    color: var(--ink-900, #0f2236) !important;
    letter-spacing: -0.01em;
}

/* Qty stepper: override Bootstrap input-group */
#floverfy-mini-cart-offcanvas .qty-wrapper {
    display: flex !important;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    border: none !important;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-qty-change-btn {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border: 1px solid var(--ink-300, #c3ccd9) !important;
    border-radius: 4px !important;
    background: #fff !important;
    font-size: 13px !important;
    display: grid;
    place-items: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0 !important;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-qty-change-btn:hover:not(:disabled) {
    background: var(--ink-100, #eef1f5) !important;
}

#floverfy-mini-cart-offcanvas .fv-mini-cart-input {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 0 !important;
    flex: 0 0 40px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: 26px !important;
    line-height: 26px !important;
}

/* Remove button: lifted out of flex flow to top-right of the <tr> */
#floverfy-mini-cart-offcanvas .main-cart-container>a {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: #dc2626 !important;
    display: grid !important;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none !important;
}

#floverfy-mini-cart-offcanvas .main-cart-container>a img {
    width: 12px !important;
    height: 12px !important;
    filter: brightness(10) saturate(0);
    object-fit: contain;
}

/* Layout of the detail td: flex column */
#floverfy-mini-cart-offcanvas .d-flex.flex-column.gap-1.py-1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
}

/* main-cart-container: just the qty stepper row now (remove is absolute) */
#floverfy-mini-cart-offcanvas .main-cart-container {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    margin-top: 4px;
}

/* ── Sticky footer ── */
.mc-footer {
    border-top: 1px solid var(--ink-200, #dbe1e9) !important;
    background: var(--ink-50, #f6f8fb) !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.mc-totals {
    padding: 14px 20px;
    border-bottom: 1px solid var(--ink-200, #dbe1e9);
}

.mc-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 4px;
}

.mc-totals-row:first-child {
    margin-top: 0;
}

.mc-totals-label {
    font-size: 13.5px;
    color: var(--ink-700, #2b415b);
}

.mc-totals-value {
    font-weight: 700;
    font-size: 14px;
    color: var(--ink-900, #0f2236);
}

.mc-totals-total {
    font-size: 16px !important;
}

/* CTA buttons */
.mc-actions {
    padding: 14px 20px 18px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
}

.mc-btn {
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none !important;
    transition: background .15s, border-color .15s;
    font-family: inherit;
    line-height: 1;
}

.mc-btn-outline {
    border: 1px solid var(--ink-300, #c3ccd9) !important;
    background: #fff !important;
    color: var(--ink-900, #0f2236) !important;
}

.mc-btn-outline:hover {
    background: var(--ink-100, #eef1f5) !important;
    color: var(--ink-900, #0f2236) !important;
}

.mc-btn-primary {
    border: none !important;
    background: var(--teal-600, #0f857f) !important;
    color: #fff !important;
}

.mc-btn-primary:hover {
    background: var(--teal-700, #0d6a66) !important;
    color: #fff !important;
}

/* ================================================================
   END MINI CART OFFCANVAS
   ================================================================ */


   /* ---------- ROUND BADGE :: START ----------  */


.fv-product-shape-4-round-badge-container {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left, #426ac9, #c6baff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner-content-round {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.2), transparent 60%);
    pointer-events: none;
}

.inner-content-round::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.fv-product-shape-4-text-container p {
    color: #fff;
    margin: 0;
}


@media (min-width: 768px) {
    .badge-small-text {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff !important;
    }

    .badge-big-text {
        font-size: 27px;
        font-weight: 900;
        line-height: 1;
        color: #fff !important;
    }

    .badge-text-md-small-text {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff !important;
    }

    .badge-text-md-big-text {
        font-size: 22px;
        font-weight: 900;
        line-height: 1;
        color: #fff !important;
    }

    .badge-text-lg-small-text {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff !important;
    }

    .badge-text-lg-big-text {
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
        color: #fff !important;
    }

}



@media (max-width: 767px) {
    .badge-small-text {
        font-size: 16px;
    }

    .badge-big-text {
        font-size: 20px;
    }

    .badge-text-md-small-text {
        font-size: 16px;
    }

    .badge-text-md-big-text {
        font-size: 18px;
    }

    .badge-text-lg-small-text {
        font-size: 10px;
    }

    .badge-text-lg-big-text {
        font-size: 16px;
    }
}


/* ---------- ROUND BADGE :: END ----------  */
