/* ──────────────────────── GLOBAL TOKENS &amp; NAVIGATION ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* Moved from homepage.css ──────── these need to load on ALL pages  */
/* Override parent theme's generic header{background:#fff}
 on custom section headers */
.log-values-header,
.log-products-header,
.log-testimonials-header,
.log-blog-header {
    background-color: transparent;
}

:root {
    --green-darkest: var(--lc-navy-darkest);
    --green-dark: var(--lc-navy-dark);
    --green-mid: var(--lc-navy-mid);
    --green-light: var(--lc-primary);
    --green-pale: var(--lc-primary-pale);
    --gold: var(--lc-primary);
    --gold-light: var(--lc-primary-subtle);
    --cream: var(--lc-cream);
    --white: var(--lc-white);
    --text-dark: var(--lc-text-dark);
    --text-muted: var(--lc-text-muted);
    --border: var(--lc-border);
    --shadow-sm: var(--lc-shadow-sm);
    --shadow-md: var(--lc-shadow-md);
    --shadow-lg: var(--lc-shadow-lg);
    --radius: var(--lc-radius);
    --radius-lg: var(--lc-radius-lg);
    --font-display: var(--lc-font-display);
    --font-body: var(--lc-font-body);
    --transition: var(--lc-transition);
}


.content-bg,
body.content-style-unboxed .site {
    background: var(--mr-cream);
}

/* ──────────────────────── GLOBAL FIXED NAV OFFSET ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* Offset for fixed navigation ──────── applies on ALL pages   */
body.has-log-nav {
    padding-top: 1%;
}

.admin-bar #mainNav {
    top: 32px;
}

/* Hide ModernCart floating button ──────── we have our own header cart icon */
#moderncart-floating-cart,
#moderncart-slide-out-modal,
#moderncart-slide-out {
    display: none !important;
}

/* ──────────────────────── Header icons wrapper (search + cart) ──────────────── */
body.has-log-nav .log-header-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.has-log-nav .log-header-cart {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--lc-primary);
    transition: background .2s, color .2s;
    border-radius: 50%;
    position: relative;
}

/* ── Search icon in header ── */
body.has-log-nav .log-header-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.has-log-nav .log-header-search .thaps-search-box {
    margin: 0;
    padding: 0;
    min-width: 0 !important;
}

body.has-log-nav .log-header-search .thaps-search-box.icon_style .click-icon {
    cursor: pointer;
    color: var(--mr-crimson, #761a31);
    font-size: 1.7em;
    line-height: 1;
}

body.has-log-nav .log-header-search .thaps-search-form {
    z-index: 10001 !important;
}

/* Search suggestion popup — desktop: fixed top-right below search bar */
div.thaps-autocomplete-suggestions {
    position: fixed !important;
    top: 11% !important;
    right: 1% !important;
    left: auto !important;
    z-index: 1000010 !important;
}

/* Tablet: header bottom ~116px, drop just below */
@media (max-width: 1024px) {
    div.thaps-autocomplete-suggestions {
        top: 9% !important;
        left: 1% !important;
        right: 1% !important;
        width: auto !important;
    }
}

/* Mobile ≤500px: search bar drops below header, input bottom ~170px */
@media (max-width: 500px) {
    div.thaps-autocomplete-suggestions {
        top: 33% !important;
        left: 1% !important;
        right: 1% !important;
    }
}

/* Overlay disabled */
.tapsp-overlay {
    display: none !important;
}

/* ── DESKTOP: show search field inline (Kadence nav visible at 1025px+) ── */
@media screen and (min-width: 1025px) {
    body.has-log-nav .log-header-icons {
        gap: 10px;
    }

    body.has-log-nav .log-header-search .thaps-search-box.icon_style .click-icon {
        display: none !important;
    }

    body.has-log-nav .log-header-search .thaps-search-box.icon_style .thaps-icon-arrow {
        display: none !important;
    }

    body.has-log-nav .log-header-search .thaps-search-box.icon_style .thaps-search-form {
        opacity: 1 !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        min-width: 240px;
        width: 240px;
    }

    body.has-log-nav .log-header-search .thaps-from-wrap {
        border-color: var(--mr-crimson, #761a31) !important;
        border-radius: 10px;
        background: var(--mr-cream, #faf7f2) !important;
        height: 38px;
    }

    body.has-log-nav .log-header-search .thaps-from-wrap .th-icon.icon-style {
        color: var(--mr-crimson, #761a31);
        font-size: 1rem;
        left: 10px;
    }

    body.has-log-nav .log-header-search .thaps-search-autocomplete {
        font-size: 13px !important;
        padding: 0.3rem 0.5rem 0.3rem 2.2rem !important;
        min-height: 36px !important;
        line-height: 36px !important;
    }

    body.has-log-nav .log-header-search .thaps-from-wrap:focus-within {
        border-color: var(--mr-crimson, #761a31) !important;
        box-shadow: 0 0 0 3px rgba(155, 27, 48, .08);
    }

    div.thaps-autocomplete-suggestions {
        width: 420px !important;
        max-width: calc(100vw - 40px) !important;
    }
}

/* ── MOBILE/TABLET: autocomplete suggestions width (≤1024px) ── */
@media screen and (max-width: 1024px) {
    div.thaps-autocomplete-suggestions {
        width: calc(100vw - 32px) !important;
        min-width: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
    }
}

body.has-log-nav .log-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #9B1B30;
    color: #fff;
    font-size: .6rem;
    font-weight: 700;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

body.has-log-nav .log-cart-count[data-count="0"] {
    display: none !important;
}

/*────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* NAV (GLOBAL ──────── renders on ALL pages)                        */
/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    background: rgba(15, 23, 42, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(155, 27, 48, .2);
    transition: var(--transition);
}

#mainNav.scrolled {
    height: 64px;
    background: rgba(15, 23, 42, .98);
}

.has-log-nav .nav-logo {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.has-log-nav .nav-logo-name {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: .02em;
    line-height: 1;
}

.has-log-nav .nav-logo-name span {
    color: var(--gold);
}

.has-log-nav .nav-logo-tag {
    font-size: .6rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.has-log-nav .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.has-log-nav .nav-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.has-log-nav .nav-links li a {
    font-size: .78rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    transition: color .2s;
    position: relative;
    text-decoration: none;
}

.has-log-nav .nav-links li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width .3s;
}

.has-log-nav .nav-links li a:hover {
    color: var(--white);
}

.has-log-nav .nav-links li a:hover::after {
    width: 100%;
}

.has-log-nav .nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ──────────────────────── HAMBURGER ──────── hidden on desktop ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.has-log-nav .nav-hamburger {
    display: none;
    /* visible on < 768px */
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 6px;
    transition: background .2s;
}

.has-log-nav .nav-hamburger:hover {
    background: rgba(255, 255, 255, .08);
}

.has-log-nav .nav-hamburger .hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, .8);
    border-radius: 1px;
    transition: transform .3s ease, opacity .3s ease;
}

body.has-log-nav .nav-open .nav-hamburger .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.has-log-nav .nav-open .nav-hamburger .hamburger-line:nth-child(2) {
    opacity: 0;
}

body.has-log-nav .nav-open .nav-hamburger .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ──────────────────────── MOBILE NAV (RESPONSIVE) ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    #mainNav {
        padding: 0 24px;
    }

    .has-log-nav .nav-links,
    .has-log-nav .nav-links li {
        display: none;
    }

    .has-log-nav .nav-hamburger {
        display: flex;
    }

    body.has-log-nav .nav-open .nav-links {
        display: flex;
        flex-direction: column;
        gap: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(15, 23, 42, .98);
        border-bottom: 1px solid rgba(155, 27, 48, .2);
        padding: 8px 0;
    }

    body.has-log-nav .nav-open .nav-links li {
        display: block;
        margin: 0;
    }

    body.has-log-nav .nav-open .nav-links li a {
        display: block;
        padding: 14px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        font-size: .85rem;
    }

    body.has-log-nav .nav-open .nav-links li:last-child a {
        border-bottom: none;
    }
}

.has-log-nav .nav-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    font-size: 1.1rem;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background .2s, color .2s;
}

.has-log-nav .nav-icon-btn:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--white);
}

.has-log-nav .cart-badge {
    position: relative;
}

.has-log-nav .cart-badge::after {
    display: none !important;
}

.has-log-nav .cart-badge .cart-count {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    width: auto !important;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: var(--gold);
    color: #fff;
    font-size: .58rem;
    font-weight: 700;
    border-radius: 9px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    transition: transform .2s;
}

.has-log-nav .cart-badge:hover .cart-count {
    transform: scale(1.1);
}

.has-log-nav .cart-badge .cart-count[data-count="0"],
.has-log-nav .cart-badge .cart-count:empty {
    display: none;
}

.blog .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gp-home-trending-products,
#gp-home-testimonials,
#gp-home-latest-posts {
    width: 66%;
    margin: 0px 17%;
}

/* ==================================================   Theme Base Styles   ================================================== */
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('third-party/fonts/site-font/NotoSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('third-party/fonts/site-font/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.coupon-codebox {
    background: #e6e5ff;
    font-size: 18px;
    color: #000000;
    padding: 8px 12px;
    text-align: center;
    line-height: 26px;
    display: block;
    margin-bottom: 0;
}

.coupon-codebox span {
    font-size: 22px;
    color: #fff;
    padding: 5px 20px;
    background: #815e94;
    margin-top: 20px;
    border: 1px dashed #fff;
    display: block;
}

body {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    left: 0;
}

.main-area {
    padding: 0 15px 15px;
}

body.jot-shop-dark .top-header {
    border-bottom-color: #fff;
}

body.jot-shop-dark .top-footer {
    border-bottom-color: #fff;
}

body.jot-shop-dark .below-footer {
    border-top-color: #fff;
}

/* ==================================================   Header Styles   ================================================== */
.main-header {
    padding: 5px 0;
}

.main-header:before {
    background: #fff;
}

.main-header .menu-custom-search .content-social ul.social-icon li {
    display: -webkit-inline-box;
}

.main-header .menu-custom-search .content-social ul.social-icon {
    margin: 0;
    display: block;
}

.main-header #open-above-menu,
.below-header #open-above-menu {
    display: none;
}

.header-support-content {
    padding: 0px 15px 0px 15px;
}

.header-support-content i {
    color: #ff3377;
}

.main-header .sider-inner ul.jot-shop-menu li ul.sub-menu,
.sider-inner #open-above-menu.jot-shop-menu>li>a:hover,
.sider-inner #open-above-menu.jot-shop-menu li ul.sub-menu,
.sider-inner #open-above-menu.jot-shop-menu li ul.sub-menu li a:hover,
.sider-inner #open-above-menu.jot-shop-menu li ul.sub-menu li:hover,
.main-header .main-header-container nav {
    background: transparent;
}

.top-header-col2 .open-mart-menu li a {
    color: #000;
}

.top-header .top-header-bar {
    color: #111;
}

.top-header .top-header-bar a {
    color: #111;
}

.top-header:before {
    background: #fff;
}

.top-header {
    background-image: url();
}

/* ==================================================   Menu Styles   ================================================== */
.jot-shop-menu,
.jot-shop-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jot-shop-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    display: inline-block;
}

.jot-shop-menu li a:hover,
.jot-shop-menu .current-menu-item a {
    color: #1f4c94;
}

.jot-shop-menu>li>a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    font-size: .9rem;
    font-family: 'Lato-Bold';
    padding: 12px;
    color: #000;
}

#open-above-menu.jot-shop-menu>li>a {
    font-size: 13px;
    font-family: 'Lato-Bold';
}

.jot-shop-menu li a i {
    padding-right: 5px;
    font-size: 16px;
    text-shadow: none;
}

.jot-shop-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.jot-shop-menu li.on-section a {
    color: #111;
}

.jot-shop-menu li ul.sub-menu li a:hover {
    color: #111;
}

.jot-shop-menu li .menu-active {
    position: relative;
}

.jot-shop-menu>li>a>.arrow:before {
    margin-left: 5px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
}

.jot-shop-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105";
}

.jot-shop-menu ul.sub-menu {
    position: absolute;
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    list-style: none;
    margin-bottom: 0;
    line-height: 18px;
    text-align: left;
    min-width: 166px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-color: #2457AA;
    margin: 0;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}

.jot-shop-menu ul.sub-menu.slide {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.jot-shop-menu li ul.sub-menu>li {
    width: 185px;
}

.jot-shop-menu li ul.sub-menu li a {
    display: block;
    height: auto;
    min-height: 0;
    line-height: 1.8;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: normal;
    background: none;
    color: #fff;
}

.jot-shop-menu>li>ul.sub-menu>li {
    position: relative;
    line-height: initial;
}

.jot-shop-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    text-shadow: none;
}

.jot-shop-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    list-style: none;
    margin: 0;
}

.jot-shop-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    list-style: none;
}

.jot-shop-menu .current-menu-item a {
    background: #815e94;
    color: #fff;
    border-radius: 3px;
}

.menu-toggle {
    display: none;
    width: 100%;
}

.menu-toggle h3,
.bar-menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 4px;
}

.menu-toggle .menu-btn {
    float: right;
    background: transparent;
}

.menu-toggle .menu-btn {
    display: flex;
}

.menu-toggle .menu-btn span {
    color: #fff;
}

.menu-toggle .menu-btn .text span,
.bar-menu-toggle .menu-btn .text span {
    margin-left: 5px;
}

.jot-shop-menu .hide-menu {
    display: none;
}

.menu-close-btn:hover {
    cursor: pointer;
}

.menu-close {
    display: block;
    background: #111;
    text-align: center;
    line-height: 40px;
}

.menu-close-btn {
    padding-right: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}

.menu-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
}

.menu-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}

.menu-close-btn:hover:before,
.menu-close-btn:hover:after,
.cart-close-btn:hover:after,
.cart-close-btn:hover:before {
    background-color: #ffd200;
}

.menu-close-btn:before,
.menu-close-btn:after {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.sider .sider-inner ul#jot-shop-menu,
.jot-shop-menu li ul.sub-menu {
    background: transparent;
}

.sider .sider-inner ul#jot-shop-menu.jot-shop-menu>li>a:hover {
    background: transparent;
}

.two .main-header-col2 {
    order: 3;
    flex: none !important;
}

.jot-shop-menu.collapse span.arrow {
    position: absolute;
    right: 20px;
    height: 25px;
    width: 50px;
    line-height: 25px;
    top: 7px;
}

.jot-shop-menu.collapse li a .arrow:before {
    margin-right: 12px;
    font-size: 13px;
}

.jot-shop-menu.collapse>li>ul.sub-menu li>a>.arrow:before {
    margin-right: 10px;
    font-size: 12px;
}

nav .menu-item-description {
    position: absolute;
    top: -3px;
    left: calc(100% - 25px);
    background-color: #111;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
}

nav .menu-item-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    left: 3px;
    bottom: -4px;
}

.jot-shop-menu>li:nth-child(4n+1) .menu-item-description {
    background: rgb(233, 102, 86);
}

.jot-shop-menu>li:nth-child(4n+1) .menu-item-description:after {
    border-top: 4px solid rgb(233, 102, 86);
}

.jot-shop-menu>li:nth-child(4n-2) .menu-item-description {
    background: rgb(243, 200, 36);
}

.jot-shop-menu>li:nth-child(4n+2) .menu-item-description:after {
    border-top: 4px solid rgb(243, 200, 36);
}

.jot-shop-menu>li:nth-child(4n-1) .menu-item-description {
    background: rgb(52, 210, 147);
}

.jot-shop-menu>li:nth-child(4n-1) .menu-item-description:after {
    border-top: 4px solid rgb(52, 210, 147);
}

.jot-shop-menu>li:nth-child(4n) .menu-item-description {
    background: rgb(58, 176, 226);
}

.jot-shop-menu>li:nth-child(4n) .menu-item-description:after {
    border-top: 4px solid rgb(58, 176, 226);
}

.mobile-menu-active nav .menu-item-description,
.sticky-mobile-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description {
    position: relative;
    top: 0;
    left: auto;
    background-color: #111;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

ul[data-menu-style="accordion"] {
    width: 250px;
}

ul[data-menu-style="accordion"]>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}

ul[data-menu-style="accordion"] li ul.sub-menu>li {
    width: 100%;
}

ul[data-menu-style="accordion"]>li>a>.arrow:before {
    float: right;
    content: "\f105";
    font-family: 'FontAwesome';
}

ul[data-menu-style="accordion"] li.menu-active>a>.arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

ul[data-menu-style="accordion"]>li>ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static;
}

ul[data-menu-style="accordion"]>li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

ul[data-menu-style="accordion"] ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f107";
}

.mobile-nav-bar.sider.left {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999999;
    width: 350px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 0;
}

.mobile-nav-bar.sider.left {
    left: -100%;
}

.jot-shop-menu-hide .menu-close {
    display: none;
}

.jot-shop-mobile-menu-wrapper {
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 1001;
}

.mobile-menu-active .jot-shop-mobile-menu-wrapper,
.sticky-mobile-menu-active .jot-shop-mobile-menu-wrapper {
    visibility: visible;
    opacity: 1;
}

.sider.left {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999999;
    width: 325px;
    padding: 2em 1.5em;
    max-width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #f7f8f9;
}

.sider.left {
    left: -100%;
}

.sider.right {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999999;
    width: 325px;
    padding: 3em 1.5em;
    max-width: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #fff;
}

.sider.right {
    right: -100%;
    left: auto;
}

.mobile-menu-active .sider.right,
.sticky-mobile-menu-active .sider.right,
.mobile-bottom-menu-active .sider.right {
    left: auto;
    right: 0;
    transition: right 0.3s ease;
}

.sider.overcenter .sider-inner .jot-shop-menu li {
    width: 100% !important;
}

.sider.overcenter .sider-inner ul.jot-shop-menu li a {
    font-size: 20px;
    color: #fff;
    font-family: 'Lato-Bold';
    line-height: initial;
    padding: 10px 0px 10px 0px;
}

.sider.overcenter .jot-shop-menu ul.sub-menu {
    opacity: inherit;
    display: none;
    float: none;
    text-align: center;
    -webkit-transform: inherit;
    transform: inherit;
    transition: inherit;
}

.sider.overcenter .sider-inner ul.jot-shop-menu li a:hover {
    background: none;
    color: #1f4c94;
}

.sider.overcenter .jot-shop-menu.collapse span.arrow {
    right: auto;
}

.sider.overcenter .jot-shop-menu.collapse li a .arrow:before {
    line-height: 30px;
}

.overcenter .menu-close .menu-close-btn {
    position: absolute;
}

.overcenter .menu-close-btn {
    min-width: 1.5em;
    min-height: 1.5em;
    top: 1em;
}

.overcenter .menu-close-btn:before,
.overcenter .menu-close-btn:after {
    border-top: 2px solid;
}

.left .menu-item-has-children ul,
.right .menu-item-has-children ul {
    display: none;
}

.jot-shop-menu li ul.sub-menu li a:hover {
    background: none;
}

.jot-shop-menu ul.sub-menu {
    opacity: inherit;
    display: none;
    float: none;
    -webkit-transform: inherit;
    transform: inherit;
    transition: inherit;
}

.jot-shop-menu ul.sub-menu.slide {
    -webkit-transform: inherit;
    transform: inherit;
    transition: inherit;
}

.sticky-mobile-menu-active .overcenter,
.mobile-menu-active .sider.jot-shop-menu-hide.overcenter,
.mobile-bottom-menu-active .sider.jot-shop-menu-hide.overcenter {
    display: none;
}

.mobile-menu-active .sider.overcenter,
.sticky-mobile-menu-active .sider.overcenter,
.mobile-bottom-menu-active .sider.overcenter {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100vh;
    background: rgba(16, 18, 19, .95);
    display: block;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: bodyfadeIn .3s;
    -moz-animation: bodyfadeIn .3s;
    -ms-animation: bodyfadeIn .3s;
    -o-animation: bodyfadeIn .3s;
    animation: bodyfadeIn .3s;
}

.mobile-menu-active .sider.overcenter {
    padding: 90px 0 90px 0px;
}

.mobile-menu-active .sider.overcenter .jot-shop-menu,
.sticky-mobile-menu-active .sider.overcenter .jot-shop-menu,
.mobile-bottom-menu-active .sider.overcenter .jot-shop-menu {
    float: none;
    max-width: 800px;
    margin: 0 auto;
    margin: auto;
}

.sticky-mobile-menu-active .sider.overcenter .menu-close-btn,
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn {
    margin-top: 40px;
    margin-left: 40px;
}

.sider.overcenter {
    -webkit-animation: bodyfadeIn .3s;
    -moz-animation: bodyfadeIn .3s;
    -ms-animation: bodyfadeIn .3s;
    -o-animation: bodyfadeIn .3s;
    animation: bodyfadeIn .3s;
}

.overcenter {
    display: none;
}

.mobile-nav-tabs {
    display: block;
    text-align: center;
}

.mobile-nav-tabs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    list-style: none;
}

.mobile-nav-tabs li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 100%;
    -ms-flex-positive: 1;
}

.mobile-nav-tabs li a.active {
    background-color: #fff;
    border-bottom: solid 2px #000;
    transition: all 0.5s ease;
    border-left: solid 1px #f7f8f9;
    border-right: solid 1px #f7f8f9;
}

.mobile-nav-tabs li a.active::before {
    border-bottom: solid 2px #000;
    transition: all 0.5s ease;
}

.mobile-nav-tabs li a {
    background-color: #f4f7f9;
    color: #333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.mobile-menu-active .sider.left,
.sticky-mobile-menu-active .sider.left,
.mobile-bottom-menu-active .sider.left {
    left: 0px;
}

.mobile-menu-active .sider::-webkit-scrollbar,
.sider.overcenter ul#jot-shop-menu::-webkit-scrollbar,
.mobile-nav-bar .sider-inner .panel::-webkit-scrollbar {
    width: 5px;
}

.mobile-nav-bar .sider-inner .panel {
    border: solid 1px #f7f8f9;
    overflow: hidden;
    padding: 0px 0 15px 0;
}

.mobile-nav-widget {
    position: fixed;
    bottom: 0;
    padding: 15px;
    max-width: 100%;
}

.mobile-menu-active .mobile-nav-bar.sider {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-active .jot-shop-menu ul.sub-menu,
.sticky-mobile-menu-active .jot-shop-menu ul.sub-menu {
    box-shadow: none;
}

.mobile-menu-active .jot-shop-menu .searchfrom #searchform {
    display: block;
    position: relative;
}

.mobile-menu-active .jot-shop-menu .searchfrom .search-btn {
    display: none;
}

.mobile-menu-active li.menu-item.zta-custom-item {
    padding: 18px 0px;
    border: none;
}

.mobile-menu-active .jot-shop-menu .searchfrom {
    float: left;
}

.logged-in.admin-bar .sider {
    top: 0;
}

.sider.left .jot-shop-menu>li,
.sider.right .jot-shop-menu>li {
    float: none;
    line-height: initial;
    width: 100%;
    text-align: left;
}

ul[data-menu-style="vertical"],
ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
    width: 100% !important;
}

.jot-shop-menu {
    float: left;
    width: 100%;
}

.jot-shop-menu>li {
    position: relative;
    float: none;
}

.jot-shop-menu>li>a i {
    padding-right: 10px;
    color: #FF5737;
}

.jot-shop-menu>li>a>.arrow:before {
    float: right;
    content: "\f105";
}

.sider.left .jot-shop-menu>li,
.sider.right .jot-shop-menu>li {
    float: none;
}

.jot-shop-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 10px 40px 10px 0px;
    text-decoration: none;
    font-weight: normal;
    background: none;
}

li.menu-active>a>.arrow:before {
    content: "\f107";
}

.jot-shop-menu li ul.sub-menu>li {
    width: 100%;
}

.jot-shop-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 30px;
}

.jot-shop-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 50px;
}

.jot-shop-menu>li>ul.sub-menu {
    position: static;
}

.jot-shop-menu>li>ul.sub-menu>li ul.sub-menu {
    position: static;
}

.jot-shop-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static;
}

.jot-shop-menu li ul.sub-menu li.menu-active>a>.arrow:before {
    content: "\f107";
}

.jot-shop-menu>li>a,
.top-header-bar .jot-shop-menu>li>a,
.bottom-header-bar .jot-shop-menu>li>a {
    padding: 10px 40px 10px 0px;
}

.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,
.top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn {
    float: left;
}

.abv-two .top-header-col1 .menu-toggle .menu-btn {
    float: none;
}

.mhdfull .top-header .menu-toggle,
.mhdfull .bottom-header .menu-toggle {
    display: block !important;
}

.sticky-mobile-menu-active .left,
.mobile-menu-active .sider.jot-shop-menu-hide.left,
.mobile-bottom-menu-active .sider.jot-shop-menu-hide.left {
    left: -300px;
    right: auto;
    transition: left 0.3s ease;
}

.sticky-mobile-menu-active .right,
.mobile-menu-active .sider.jot-shop-menu-hide.right,
.mobile-bottom-menu-active .sider.jot-shop-menu-hide.right {
    left: auto;
    right: -300px;
    transition: right 0.3s ease;
}

.main-header .menu-custom-search .content-social ul.social-icon li {
    display: -webkit-inline-box;
}

.main-header .menu-custom-search .content-social ul.social-icon {
    margin: 0;
    display: block;
}

.demo {
    width: 96%;
    padding: 2%;
}

.main-menu,
.menu-category-list {
    /*display:none;*/
}

.top-header-col2 .open-mart-menu li a {
    color: #000;
}

.main-header #open-above-menu,
.below-header #open-above-menu {
    display: block;
}

.header-pan-icon {
    display: block;
}

/* ==================================================   Footer Styles   ================================================== */
.below-footer {
    padding: 10px 0;
}

.widget-footer .menu li {
    line-height: 25px;
    display: block
}

.widget-footer .menu li a {
    display: block
}

/* ==================================================   WooCommerce Styles   ================================================== */
.single-product .woocommerce-product-rating .star-rating {
    margin: 0;
    font-size: 18px;
    height: 22px;
    color: #ff9200;
}

.single-product .woocommerce-review-link {
    background: #8e51af;
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    text-decoration: underline;
    opacity: 1;
}

.single_add_to_cart_button {
    font-size: 14px;
    border: 1px solid #9769b1;
    background-color: #9769b1;
    color: #fff;
    padding: 5px 16px;
    text-transform: uppercase;
    margin: 0;
}

.single_add_to_cart_button:hover {
    background-color: #653f7a;
    border-color: #653f7a;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #000;
    margin: 0;
}

.payment_methods label small {
    color: #f00;
    font-weight: 600;
    font-size: 100%;
}

.woocommerce .entry-summary table.variations-grid td del {
    display: none;
}

.woocommerce .entry-summary table.variations-grid td form.cart {
    margin-bottom: 0;
    float: inherit;
    display: block;
}

.entry-summary table.variations-grid {
    width: 100%;
}

.woocommerce table.variations-grid,
.woocommerce table.variations-grid tfoot td,
.woocommerce table.variations-grid tfoot th {
    border: 1px solid #b1b1b1;
}

.woocommerce table.variations-grid td,
.woocommerce table.variations-grid th {
    padding: 5px 9px;
    font-size: 15px;
    border: 1px solid #b1b1b1;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {
    border: 1px solid #232323;
    padding: 3px;
}

/* -- CONTACT FORM (CF7) ─ extracted to assets/css/contact-form.css ---- */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 20px;
}

.woocommerce-checkout #payment div.payment_box p.form-row {
    margin: 0 0 5px;
}

.woocommerce-checkout #payment div.payment_box input.input-text {
    font-size: 14px;
    padding: 4px 11px;
    color: #000;
    border: 1px solid #c7c7c7;
}

.woocommerce-checkout-payment .test_mode_msg {
    display: none;
}

.woocommerce-checkout-payment .payment_methods label {
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 20px;
}

.bacs_gift_cards {
    width: 100%;
    padding: 4px 5px;
    background: #fff;
    color: #000;
    border: 1px solid #404040;
}

.payment_box table,
.payment_box td,
.payment_box th {
    border: 1px solid #404040;
    color: #000;
}

.term-description {
    margin-bottom: 30px;
}

.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}

.term-description p {
    margin-bottom: 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

.term-description p a {
    color: #ff0000;
}

.term-description ul,
.term-description ol {
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 25px;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 1em;
}

.my-yith-wishlist .yith-wcwl-add-button .add_to_wishlist::before,
.my-yith-wishlist .button.yith-wcqv-button::before {
    background: #e00909;
}

.woocommerce a.yith-wcqv-button {
    background: transparent;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px !important;
    border: 1px solid #616061;
}

.woocommerce table.shop_table {
    border: 1px solid #815e94;
    border-radius: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 0 1em;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #815e94;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    line-height: 22px;
}

.select2-container--default .select2-selection--single {
    background-color: #f7f8f9;
    border: 1px solid #815e94;
    border-radius: 0;
    height: 33px;
}

.woocommerce-page.woocommerce-checkout #customer_details h3#ship-to-different-address {
    margin-top: 10px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: 1px solid #7b7b7b;
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
    line-height: 22px;
}

.woocommerce table .price {
    font-weight: 500;
    font-size: 16px
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    background: #049544;
}

.woocommerce .coupon button.button {
    background: var(--lc-primary);
}

.woocommerce-form-coupon-toggle {
    display: none
}

.woocommerce-form-login-toggle {
    display: none
}

#billing_company_field {
    display: none
}

.woocommerce form .form-row .optional {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #f2e3fb;
    border-top: 3px solid #815e94;
}

.woocommerce-checkout .select2-selection__arrow {
    height: 0;
}

.woocommerce-order-details .woocommerce-table th {
    padding: 4px 6px;
    border-top: 1px solid rgb(129 94 148);
}

.woocommerce-error {
    color: #e90000 !important;
}

.woocommerce #respond input#submit {
    line-height: 0px;
}

/* ==================================================   Blog / Content Styles   ================================================== */
.blogbox img.wp-post-image {
    height: 150px;
}

.page .type-page .entry-content p {
    text-align: justify;
    line-height: 22px;
}

.page .type-page .entry-content ul {
    list-style: circle;
    margin-bottom: 15px;
    margin-left: 10px;
}

.page .type-page .entry-content ul li {
    text-align: justify;
    line-height: 22px;
}

.primary-content-wrap article .entry-content p {
    font-size: 15px;
    text-align: justify;
}

.primary-content-wrap .term-description a {
    color: #e50404;
}

.page-content .primary-content-area {
    margin-top: 15px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    border: 1px solid #d3d2d2;
}

.commentlist {
    margin: 0px;
}

.commentlist li .comment-body footer .comment-author {
    font-size: 17px;
}

.commentlist li .comment-body footer .comment-metadata {
    font-weight: bold;
    margin-top: 5px;
}

.commentlist li .comment-body p {
    padding: 5px;
}

.commentlist li .comment-body {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
    padding: 10px;
}

.commentlist li .comment-body .reply {
    font-weight: bold;
}

/* ==================================================   Service / Testimonial Section Styles   ================================================== */
.testimonial-section {
    background: #eee;
    padding: 10px !important;
    margin-bottom: 40px;
}

.testimonial {
    position: relative;
    padding-top: 43px;
    padding-bottom: -25px;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #815e94;
    font-size: 20px;
    line-height: 1.6;
    margin: 40px 0 17px 0;
    font-family: 'NotoSans-Regular';
}

.testimonial4_slide h4 {
    color: #000000;
    font-size: 22px;
}

.testimonial .carousel {
    /* padding-bottom:50px; */
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

.carousel-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
}

.testimonials:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(41, 41, 41, 0.5);
}

.testimonials-box {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.testimonials-page {
    max-width: 800px;
    margin: 0 auto;
    height: auto;
}

.image-test img {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
}

.test-cont-heading h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}

.test-cont {
    border: 1.5px solid #fff;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    color: #fff;
}

.test-cont p {
    margin: 0;
    margin-bottom: 0px;
    line-height: 1.6em;
}

/* ==================================================   General / Utility Styles   ================================================== */
.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ba7184;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2,
.sec-title h1 {
    position: relative;
    display: block;
    font-size: 31px;
    line-height: 1.28em;
    color: #222222;
    font-weight: bold;
    padding-bottom: 18px;
}

.sec-title h2:before,
.sec-title h1:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #ba7184;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2,
.sec-title.light h1 {
    color: #ffffff;
}

.sec-title.text-center h2:before,
.sec-title.text-center h1:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 12px;
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #815e94;
}

.btn-style-one:hover {
    background-color: #001e57;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 47px 0 5px !important;
}

.about-section .sec-title {
    margin-bottom: 24px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 0px;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #2a2a2a;
    font-weight: 400;
    text-align: justify;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 21px;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0px 2px 20px 0px rgb(237 205 255);
    border-radius: 31px 0px 31px;
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
    background-color: #191e34;
    color: #fff;
}

.stars .dashicons-star-filled,
.stars .dashicons-star-half,
.stars .dashicons-star-empty {
    color: #ff8600;
}

.widget-area .easy_t_single_testimonial blockquote.easy_testimonial p {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
    margin: 0;
    margin-bottom: 20px;
}

blockquote.easy_testimonial p.testimonial_author {
    font-weight: 600;
}

.style-light_style blockquote.easy_testimonial p {
    color: #000;
    letter-spacing: .3px;
    font-size: 15px;
}

.sidebar-content-area blockquote.easy_testimonial p {
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    color: #000;
}

.sidebar-content-area .easy-t-cycle-controls {
    margin-bottom: 20px;
}

#thunk-feature-product-tab .content-featured-wrap {
    padding-top: 20px;
}

#block-7 h2 {
    font-size: 18px;
    line-height: 25px;
}

#text-8 p {
    color: #656363;
}

select#product_cat {
    font-size: 13px;
}

#menu-item-3248 .sub-menu li a:hover {
    background-color: #efe1f8;
    color: #4d4c4c;
    border-bottom: 1px solid #815e94;
}

.ipad {
    color: #ef0000 !important;
    font-weight: 600;
}

#new-letter:before {
    background: rgba(14, 14, 14, 0.7);
}

.page-id-1587 .easy_t_single_testimonial blockquote.easy_testimonial {
    margin: 10px 0;
}

.page-id-450 .style-light_style blockquote.easy_testimonial {
    text-align: left;
    background-color: #fff;
    margin: 14px 0;
}

.page-id-3148 .pagination a,
.page-id-3211 .pagination a,
.page-id-3212 .pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    height: 40px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.page-id-3148 .pagination a:hover:not,
.page-id-3211 .pagination a:hover:not,
.page-id-3212 .pagination a:hover:not(.active) {
    background-color: #ddd;
}

.page-id-3148 .pagination a.active,
.page-id-3211 .pagination a.active,
.page-id-3212 .pagination a.active {
    background-color: #815e94;
    color: #fff;
    border: 1px solid #815e94;
}

.page-id-28 .g-recaptcha {
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

.page-id-26 #woocommerce_product_categories-1 {
    display: none;
}

.page-contact .leadform-show-form label,
.thunk-contact-col .fa {
    color: #ff3377;
}

/* ==================================================   Responsive Styles   ================================================== */
@-webkit-keyframes bodyfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bodyfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {

    ul.team-grid li.team-list,
    #price-package .package,
    ul.post-grid li.post-list {
        width: 100%;
    }

    .about-section .image-column .inner-column:before {
        display: none;
    }
}

.content-area {
    margin-top: 1rem;
}

#inner-wrap {
    margin-top: 7em;
}

@media screen and (max-width: 500px) {
    #inner-wrap {
        margin-top: 11em;
    }
}


/* ─ LANDING PAGE ─ in assets/css/homepage-v2-layout.css ── */
.single_add_to_cart_button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.cat-list a:after,
.tagcloud a:hover,
.thunk-tags-wrapper a:hover,
.ribbon-btn,
.btn-main-header,
.page-contact .leadform-show-form input[type='submit'],
.woocommerce .widget_price_filter .jot-shop-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .jot-shop-widget-content .ui-slider .ui-slider-handle,
.entry-content form.post-password-form input[type='submit'],
#bigstore-mobile-bar a,
#bigstore-mobile-bar,
.post-slide-widget .owl-carousel .owl-nav button:hover,
.woocommerce div.product form.cart .button,
#search-button,
#search-button:hover,
.woocommerce ul.products li.product .button:hover,
.slider-content-caption a.slide-btn,
.page-template-frontpage .owl-carousel button.owl-dot,
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a,
.button.return.wc-backward,
.button.return.wc-backward:hover,
.woocommerce .thunk-product-hover a.add_to_cart_button:hover,
.woocommerce .thunk-product-hover .thunk-wishlist a.add_to_wishlist:hover,
.thunk-wishlist .yith-wcwl-wishlistaddedbrowse:hover,
.thunk-wishlist .yith-wcwl-wishlistexistsbrowse:hover,
.thunk-quickview a:hover,
.thunk-compare .compare-button a.compare.button:hover,
.thunk-woo-product-list .thunk-quickview a:hover,
.woocommerce .thunk-product-hover a.th-button:hover,
#alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a.flex-active,
.menu-close-btn:hover:before,
.menu-close-btn:hover:after,
.cart-close-btn:hover:after,
.cart-close-btn:hover:before,
.cart-contents .count-item,
[type='submit']:hover,
.comment-list .reply a,
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.woocommerce .thunk-product-image-tab-section .thunk-product-hover a.add_to_cart_button:hover,
.woocommerce .thunk-product-slide-section .thunk-product-hover a.add_to_cart_button:hover,
.woocommerce .thunk-compare .compare-button a.compare.button:hover,
.thunk-product .woosw-btn:hover,
.thunk-product .woosc-btn:hover,
.woosw-copy-btn input,
.thunk-hglt-icon:before,
.woocommerce .thunk-woo-product-list span.onsale,
a.add_to_cart_button.ajax_add_to_cart,
a.add_to_cart_button.ajax_add_to_cart:hover,
.product-type-grouped .add-to-cart .button,
.product-type-variable .thunk-product .button,
.product-type-variable .thunk-product .add-to-cart>a,
.cat-icon,
#search-box #search-button,
.woocommerce a.product_type_variable:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#move-to-top,
.widget.th-about-me a.read-more:hover,
#page.jotshop-site .owl-nav button.owl-prev:hover,
#page.jotshop-site .owl-nav button.owl-next:hover,
.woocommerce #page.jotshop-site .thunk-product .add-to-cart>a {
    background: #ff3377;
}

.thunk-product-hover .th-button.add_to_cart_button,
.woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .thunk-product-hover a.th-button,
.open-cart p.buttons a:hover,
.thunk-slide .owl-nav button.owl-prev:hover,
.thunk-slide .owl-nav button.owl-next:hover,
.jot-shop-slide-post .owl-nav button.owl-prev:hover,
.jot-shop-slide-post .owl-nav button.owl-next:hover,
body .woocommerce-tabs .tabs li a::before,
.thunk-list-grid-switcher a.selected,
.thunk-list-grid-switcher a:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
#searchform [type='submit']:hover,
article.thunk-post-article .thunk-readmore.button,
.woocommerce .thunk-product-hover a.th-button,
.jot-shop-load-more button,
.thunk-top2-slide.owl-carousel .owl-nav button:hover,
.product-slide-widget .owl-carousel .owl-nav button:hover,
.thunk-slide.thunk-brand .owl-nav button:hover,
.page-contact .leadform-show-form input[type='submit'],
.woocommerce .thunk-product-hover a.product_type_simple,
.post-slide-widget .owl-carousel .owl-nav button:hover,
#page.jotshop-site .owl-nav button.owl-prev:hover,
#page.jotshop-site .owl-nav button.owl-next:hover {
    border-color: #ff3377;
}

.loader {
    border-right: 4px solid #ff3377;
    border-bottom: 4px solid #ff3377;
    border-left: 4px solid #ff3377;
}

.woocommerce .thunk-product-image-cat-slide .thunk-woo-product-list:hover .thunk-product,
.woocommerce .thunk-product-image-cat-slide .thunk-woo-product-list:hover .thunk-product,
[type='submit'] {
    border-color: #ff3377;
}

.jot-shop-off-canvas-sidebar-wrapper .menu-close-btn:hover,
.main-header .cart-close-btn:hover {
    color: #ff3377;
}

/* ==================================================   Pharmacy Custom Sections   ================================================== */
/* Features Bar */
.has-log-nav .gp-features-bar {
    background: #f8f6fa;
    padding: 35px 0;
    margin: 0;
}

.has-log-nav .gp-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.has-log-nav .gp-features-grid .gp-value-box {
    flex: 1 1 0;
    min-width: 200px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #fff;
    border: 1px solid #e8e0ed;
    transition: all 0.3s ease;
}

.has-log-nav .gp-features-grid .gp-value-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(155, 27, 48, .22);
}

.has-log-nav .gp-value-box--1 {
    background: #3A1C4E;
    color: #fff;
}

.has-log-nav .gp-value-box--2 {
    background: #9768B1;
    color: #fff;
}

.has-log-nav .gp-value-box--3 {
    background: #FFD200;
    color: #3A1C4E;
}

.has-log-nav .gp-value-box--4 {
    background: #5BA85B;
    color: #fff;
}

.has-log-nav .gp-value-icon {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
}

.has-log-nav .gp-value-box h4 {
    margin: 8px 0 6px;
    font-size: 17px;
    font-weight: 700;
}

.has-log-nav .gp-value-box p {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .has-log-nav .gp-features-grid .gp-value-box {
        flex: 1 1 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .has-log-nav .gp-features-grid .gp-value-box {
        flex: 1 1 calc(50% - 10px);
    }
}

/* ──────────────── ALL PRODUCTS PAGE (page-id-1249) ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────   This is a default-template page so Astra applies ast-narrow-container   (750px). Widen it to the normal container to match WooCommerce archives.   ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* -- Shared: all lg-* pages get full-width content area ------------ */
body[class*="lg-"] .content-area,
body[class*="lg-"] #primary,
body[class*="lg-"] .site-main {
    max-width: 100% !important;
    width: 100% !important;
}

body.log-all-products-page .content-area,
body.log-all-products-page #primary,
body.log-all-products-page .site-main {
    margin: 1em 0;
}

/* Page title style ──────── matches other interior pages */
body.log-all-products-page .entry-header {
    margin-bottom: 24px;
}

body.log-all-products-page .entry-header .entry-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0d0d1a;
    letter-spacing: -.01em;
    margin-bottom: 0;
}

/* Category image ──────── fill the card width */
.woocommerce ul.products li.product-category a {
    display: block;
    position: relative;
}

.woocommerce ul.products li.product-category a img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
    display: block !important;
    border-radius: 0;
}

/* Category grid ──────── 4 columns on desktop, responsive */
body.log-all-products-page .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 900px) {
    body.log-all-products-page .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    body.log-all-products-page .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

/* /* Top Trending Products ──────── clean card layout */
.woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid rgba(155, 27, 48, .15);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(155, 27, 48, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(155, 27, 48, .22);
    border-color: rgba(155, 27, 48, .45);
}

/* Center product name and price on all product cards */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button {
    text-align: center;
    display: block;
}

.woocommerce ul.products li.product .price {
    justify-content: center;
}

/* Category cards ──────── remove the extra 12px padding so image fills the card */
.woocommerce ul.products li.product-category {
    padding: 0;
    position: relative;
}

.trending .woocommerce ul.products li.product img {
    width: 100%;
    height: 53vh !important;
    object-fit: cover;
    border-radius: 4px;
    background: #f8f6fa;
}

.woocommerce nav.woocommerce-pagination {
    margin: 5vh;
}

.woocommerce .alm-woo-product div.entry-summary form.cart button[type=submit] {
    width: 100%;
    font-size: 10px;
    padding: 0px;
}

@media (min-width: 545px) {
    #alm-quick-view-content div.summary form.cart {
        position: relative !important;
        width: auto;
        margin: 0px;
        padding: 0px;
    }
}

#alm-quick-view-content div.summary {
    width: 100% !important;
}

#alm-quick-view-content div.images {
    float: none !important;
    margin: 10% 25%;
}

#alm-quick-view-content div.product {
    overflow-y: auto;
    width: 100%;
}

@media (min-width: 545px) {
    #alm-quick-view-content div.summary {
        overflow-y: unset !important;
    }
}

.woocommerce .thunk-woo-product-list .price {
    position: relative;
}

@media (max-width: 767px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Hide mobile bottom bar on desktop */
#bigstore-mobile-bar {
    display: none !important;
}

@media screen and (max-width: 768px) {
    #bigstore-mobile-bar {
        display: block !important;
    }
}

/* Footer fallback widgets */
.footer-contact-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-contact-list li {
    padding: 4px 0;
    line-height: 1.5;
}

.footer-fallback-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-fallback-content ul li {
    padding: 4px 0;
}

/* ──────────────────────── FULL-WIDTH LAYOUT ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────   Astra sets ast-narrow-container on this page which constrains   .ast-container inside #content to max-width: 750px with 20px   horizontal padding, leaving the hero/sections at only ~710px.   Override to full viewport width for the home-v2 template only.   ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
body.page-template-template-new-homepage-php .content-area,
body.page-template-template-new-homepage-php #primary,
body.page-template-template-new-homepage-php .site-main {
    max-width: 100% !important;
    width: 100% !important;
}

/* ── TESTIMONIALS PAGE — extracted to assets/css/testimonials.css ──── */
/* -- FAQ PAGE ─ extracted to assets/css/pages-faq.css ------------ */
/* ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────   PRODUCT CARD ──────── centered button + adjacent star rating   ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* Center the "Select Pills / Add to Cart" button */
/* ──────────────── Product card: category + stars on the same row ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.woocommerce ul.products li.product .log-cat-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 4px;
}

.woocommerce ul.products li.product .log-cat-rating-row .log-loop-rating {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
}

/* Star rating ──────── keep WooCommerce overflow/clip mechanics intact */
.woocommerce ul.products li.product .log-loop-rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    width: 5.4em;
    font-size: .8rem;
    color: var(--lc-primary);
}

/* Accessible text pushed below the 1em container and clipped */
.woocommerce ul.products li.product .log-loop-rating .star-rating span {
    overflow: hidden;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.5em;
}

.woocommerce ul.products li.product .log-loop-rating .star-rating::before {
    color: #b8d8f8;
}

.woocommerce ul.products li.product .log-loop-rating .star-rating span::before {
    color: var(--lc-primary);
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product .log-loop-rating .star-rating {
        font-size: .8rem;
        /* keep same as desktop ──────── smaller size causes sub-pixel outline-star artifact */
    }
}

/* ──────────────── Single product: review count link styling ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.single-product .woocommerce-product-rating .star-rating {
    font-size: 1.1rem;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: .875rem;
    color: var(--lc-primary);
    font-weight: 600;
    text-decoration: none;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 1;
}

.single-product .woocommerce-product-rating .woocommerce-review-link:hover {
    background: var(--lc-primary-pale);
}

/* ──────────────── Single product page ──────── general layout & typography ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.single-product div.product {
    gap: 48px;
    align-items: flex-start;
}

.single-product .woocommerce-product-gallery {
    flex: 0 0 45%;
    max-width: 45%;
}

.single-product div.product div.summary {
    padding-top: 0;
}

/* Breadcrumb */
.single-product .woocommerce-breadcrumb {
    font-size: .8rem;
    color: #64748b;
    margin-bottom: 10px;
}

/* Title */
.single-product h1.product_title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.2;
    margin: 0 0 10px;
}

/* Star rating row */
.single-product .woocommerce-product-rating {
    margin-bottom: 14px;
}

/* Price */
.single-product p.price,
.single-product span.price {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--lc-primary);
    margin-bottom: 16px;
    display: block;
}

/* ──────────────── Single product: Add to Cart success toast ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.log-cart-notice {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #86efac;
    border-left: 4px solid #16a34a;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(155, 27, 48, .18);
    color: #15803d;
    font-size: .9rem;
    font-weight: 600;
    padding: 14px 18px;
    min-width: 260px;
    max-width: 340px;
    opacity: 0;
    transform: translateX(120%);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s cubic-bezier(.4, 0, .2, 1);
}

.log-cart-notice.is-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.log-cart-notice svg {
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .log-cart-notice {
        top: auto;
        bottom: 20px;
        right: 12px;
        left: 12px;
        max-width: none;
        min-width: 0;
    }
}

/* ──────────────── Single product: Buy Now button ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.single-product .log-buy-now-btn {
    background: var(--lc-primary);
    border-color: var(--lc-primary);
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: background .2s, box-shadow .2s, transform .2s;
}

.single-product .log-buy-now-btn:hover {
    background: var(--lc-primary-hover) !important;
    box-shadow: 0 4px 14px rgba(155, 27, 48, .35) !important;
    transform: translateY(-1px);
}

.single-product .log-buy-now-btn.disabled {
    opacity: .55 !important;
    cursor: not-allowed !important;
    box-shadow: none;
}

.single-product .log-buy-now-btn.loading {
    opacity: .5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.single-product .log-buy-now-btn.loading {
    padding-right: 2.5em;
}

.single-product .log-buy-now-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .85em;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: thbig-spin .7s linear infinite;
}

/* Button row: Add to Cart + Buy Now side by side */
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart .cart-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
}

.single-product .log-buy-now-btn {
    flex: 1 1 auto;
}

/* ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────   HOVER EFFECTS ──────── product cards, testimonial cards, why-cards, feature items,   and blog post cards.   ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* ──────────────── Product cards ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.woocommerce ul.products li.product {
    transition: transform .22s ease, box-shadow .22s ease;
    will-change: transform;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(155, 27, 48, .24);
}

/* Smooth image scale on card hover */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
    transition: transform .35s ease;
}

.woocommerce ul.products li.product:hover .astra-shop-thumbnail-wrap img {
    transform: scale(1.05);
}

/* Clip overflow so image scale doesn't bleed outside the thumbnail */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
    overflow: hidden;
}

/* Title turns blue on hover */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    transition: color .2s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: var(--lc-primary);
}

/* Button gentle scale */
.woocommerce ul.products li.product .button {
    transition: background .2s ease, transform .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover .button {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(155, 27, 48, .32);
}

/* ──────────────── Testimonial cards (homepage slider + standalone page) ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.log-testimonial-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.log-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 54px rgba(155, 27, 48, .24);
    border-color: rgba(155, 27, 48, .35);
}

/* Quote mark pulses on hover */
.log-testimonial-card::before {
    transition: color .25s ease, opacity .25s ease;
}

/* ── CHECKOUT COUPON FIELD ─ in assets/css/checkout-design.css ────────── */
.log-blog-query-wrap li.wp-block-post:hover .wp-block-post-featured-image img {
    transform: scale(1.06);
}

/* Short description spacing */
.single-product .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

/* Variations label */
.single-product .variations th.label label {
    font-weight: 600;
    font-size: .85rem;
    color: var(--lc-text-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Pill selector buttons */
.single-product .variable-items-wrapper.button-variable-items-wrapper .variable-item {
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    color: #334155;
    font-size: .82rem;
    font-weight: 600;
    transition: border-color .2s, background .2s, color .2s;
}

.single-product .variable-items-wrapper.button-variable-items-wrapper .variable-item.selected,
.single-product .variable-items-wrapper.button-variable-items-wrapper .variable-item:hover {
    border-color: var(--lc-primary);
    background: #eff6ff;
    color: var(--lc-primary);
}

/* Add to cart button */
.single-product .single_add_to_cart_button {
    background: var(--lc-primary);
    border-color: var(--lc-primary);
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 6px;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .2s, transform .2s;
}

.single-product .single_add_to_cart_button:hover {
    background: var(--lc-primary-hover) !important;
    border-color: var(--lc-primary-hover);
    transform: translateY(-1px);
}

.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button.wc-variation-selection-needed {
    cursor: not-allowed !important;
}

/* Product meta (SKU, Category, Tags) */
.single-product .product_meta {
    font-size: .82rem;
    color: #64748b;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

/* ──────────────── Product trust badges (short description) ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
.woocommerce-product-details__short-description ul.log-trust-list {
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: none;
    font-family: 'Lato', sans-serif;
}

.woocommerce-product-details__short-description ul.log-trust-list li {
    display: block;
    position: relative;
    padding: 8px 10px 8px 48px;
    min-height: 38px;
    font-size: .875rem;
    color: #334155;
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 6px;
    line-height: 1.5;
    transition: background .15s;
}

.woocommerce-product-details__short-description ul.log-trust-list li:hover {
    background: #f0f7ff;
}

/* Icon circle ──────── absolute so text flows freely beside it */
.woocommerce-product-details__short-description ul.log-trust-list .log-tl-icon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

/* First item (fire / sold packs) gets orange circle */
.woocommerce-product-details__short-description ul.log-trust-list li:first-child .log-tl-icon {
    background: #fff7ed;
}

/* Emoji rendered as <img> by WordPress */
.woocommerce-product-details__short-description ul.log-trust-list .log-tl-icon img.emoji {
    width: 15px !important;
    height: 15px !important;
    margin: 0;
    display: block;
    vertical-align: middle;
}

/* Text wrapper (used in bulk script v2) */
.woocommerce-product-details__short-description ul.log-trust-list .log-tl-text {
    display: inline;
}

.woocommerce-product-details__short-description ul.log-trust-list strong {
    color: var(--lc-primary);
    font-weight: 700;
}

@media (max-width: 768px) {
    .single-product .woocommerce-product-gallery {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Keep left padding so the absolute-positioned icon doesn't overlap text */
    .woocommerce-product-details__short-description ul.log-trust-list li {
        padding: 7px 8px 7px 44px;
        font-size: .83rem;
    }
}

/* -- STICKY ADD TO CART BAR ─ extracted to assets/css/single-product.css -- */
/* -- CONTACT FORM CF7 error summary ─ in contact-form.css ----------- */
/* ── CHECKOUT INLINE VALIDATION ─ in assets/css/checkout-design.css ── */
/* ─ SINGLE PRODUCT REMAINING ─ see assets/css/single-product.css ─ */