/** Shopify CDN: Minification failed

Line 3898:0 Unexpected "}"

**/
/* ========================================
   HEADER & NAV
   ======================================== */

/* Brand accent bar - disabled */
#header-group::before {
    display: none;
}

/* ---- HEADER BASE ---- */
.header-section .header {
    transition: box-shadow 0.4s ease, background-color 0.4s ease;
}

.header__row--top {
    background: #fff !important;
    border-bottom: 1px solid rgba(74, 63, 53, 0.08) !important;
}

.header__row--bottom {
    border-bottom: none !important;
}

.header[data-sticky-state='active'] .header__row--top {
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 2px 20px rgba(74, 63, 53, 0.08);
}

/* ---- ICON COLORS (shared) ---- */
.header-actions__action,
.search-action,
.header__icon--menu {
    color: #4A3F35 !important;
    transition: color 0.25s ease, transform 0.25s ease !important;
}

.header-actions__action:hover,
.search-action:hover,
.header__icon--menu:hover {
    color: #8C6B62 !important;
}

.header-actions__action:hover,
.search-action:hover {
    transform: scale(1.1);
}

.header-actions__action .cart-count {
    background: #4A3F35;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.header-logo:hover {
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.menu-list__list-item:has(> a[href*="/pages/contact"]) {
    display: none !important;
}

/* ---- DESKTOP NAV (750px+) ---- */
@media screen and (min-width: 750px) {
    .header-section .header__columns {
        padding-block: 12px !important;
    }

    .header__column--right {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }

    .header__column--right .search-action {
        order: 1;
        margin: 0 !important;
    }

    .header__column--right header-actions {
        order: 2;
        margin: 0 !important;
    }

    header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 2px !important;
    }

    .header__column--right .search-action,
    .header__column--right .header-actions__action {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 8px;
    }

    .header__column--right .search-action:hover,
    .header__column--right .header-actions__action:hover {
        background: rgba(74, 63, 53, 0.06);
    }

    .header__column--right .search-action .svg-wrapper,
    .header__column--right .header-actions__action .svg-wrapper {
        width: 20px !important;
        height: 20px !important;
    }

    .header__column--right .search-action svg,
    .header__column--right .header-actions__action svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/* ---- MENU PILLS ---- */
.header-menu__inner {
    display: flex;
    align-items: center;
}

.header-menu__inner>nav[header-menu] {
    display: inline-flex;
    border: 1px solid rgba(74, 63, 53, 0.12);
    border-radius: 14px;
    background: #f7f2ed;
    padding: 4px;
}

.menu-list__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500 !important;
    font-size: 0.92rem !important;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    padding: 12px 20px !important;
    color: #4A3F35 !important;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none !important;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease !important;
}

.menu-list__link-title {
    position: relative;
    z-index: 1;
    text-shadow: none;
    filter: none;
    opacity: 1;
    transform: none;
    -webkit-font-smoothing: antialiased;
}

.menu-list__link:hover,
.menu-list__link:focus-visible {
    color: #fff !important;
    background: #4A3F35 !important;
    border-color: #4A3F35 !important;
    outline: none;
}

.menu-list__link::before,
.menu-list__link::after {
    display: none !important;
}

.menu-list__link--active,
.menu-list__link--active:hover,
.menu-list__link--active .menu-list__link-title,
.menu-list__link[aria-current],
.menu-list__link[aria-current]:hover,
.menu-list__link[aria-current] .menu-list__link-title {
    text-decoration: none !important;
}

.menu-list__link--active,
.menu-list__link[aria-current] {
    color: #4A3F35 !important;
    font-weight: 600 !important;
    background: #fff !important;
    border: 1px solid rgba(74, 63, 53, 0.35) !important;
    box-shadow: 0 1px 2px rgba(74, 63, 53, 0.08);
}

.menu-list__link--active:hover,
.menu-list__link[aria-current]:hover {
    background: #fff !important;
    border-color: rgba(74, 63, 53, 0.45) !important;
}

.overflow-menu::part(list) {
    gap: 4px !important;
}

.menu-list__list-item:not([slot='overflow'])>.menu-list__link:hover {
    background: #4A3F35 !important;
    border-radius: 10px;
}

.header-menu .menu-list:where( :has(.menu-list__list-item:hover),
    :has(.menu-list__list-item:focus-within),
    :has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) .menu-list__link {
    color: #4A3F35 !important;
}

/* ---- MEGA MENU ---- */
.mega-menu__content {
    border-radius: 0 0 12px 12px;
    box-shadow: 0 16px 48px rgba(74, 63, 53, 0.10);
    border: 1px solid rgba(74, 63, 53, 0.06);
    border-top: 2px solid #4A3F35;
    animation: menuSlide 0.25s cubic-bezier(.22, .61, .36, 1) forwards;
}

@keyframes menuSlide {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu__product-card {
    border-radius: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mega-menu__product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 63, 53, 0.08);
}

.mega-menu__link {
    transition: color 0.2s ease, background 0.2s ease;
    border-radius: 6px;
    padding: 6px 10px;
}

.mega-menu__link:hover {
    color: #4A3F35;
    background: rgba(74, 63, 53, 0.05);
}

/* ---- ANNOUNCEMENT BAR ---- */
.header-announcements .slideshow-slide {
    font-weight: 500;
    font-size: 0.8rem;
    padding-block: 7px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ---- MOBILE HEADER ---- */
@media screen and (max-width: 749px) {

    /* Hide duplicate search */
    .header__columns>search-button.search-action:first-of-type {
        display: none !important;
    }

    /* 4-column grid: Menu | Logo | Search | Actions */
    .header__columns {
        display: grid !important;
        grid-template-columns: 44px 1fr 44px auto !important;
        grid-template-areas: 'leftA center rightA rightB' !important;
        column-gap: 0 !important;
        align-items: center !important;
        padding: 6px 10px 6px 0 !important;
    }

    .header__columns .header-logo {
        grid-area: center !important;
        justify-self: center;
    }

    .header__columns .search-action {
        grid-area: rightA !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header__columns header-actions {
        grid-area: rightB !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-inline-start: 10px !important;
    }

    /* Hide desktop-only account popover */
    .header__columns header-actions .account-popover,
    .header__columns header-actions anchored-popover-component {
        display: none !important;
    }

    /* Strip ALL box styling from mobile icons */
    .header__columns header-actions,
    .header__columns .search-action,
    .header__columns .header-actions__action,
    .header__columns .header-actions__action.button-unstyled,
    .header__columns .account-button,
    .header__columns header-actions cart-drawer-component,
    .header__columns header-actions dialog-component,
    .header__columns header-actions .account-drawer,
    .header__columns header-actions .cart-drawer {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        overflow: visible !important;
    }

    /* Remove white circle behind account & cart icons */
    .cart-bubble__background {
        display: none !important;
    }

    .cart-bubble {
        background: transparent !important;
        background-color: transparent !important;
    }

    .account-button__avatar {
        background: transparent !important;
        background-color: transparent !important;
    }

    .account-button__icon {
        background: transparent !important;
    }

    /* Compact button size */
    .header__columns header-actions .header-actions__action,
    .header__columns header-actions .account-button,
    .header__columns header-actions .button-unstyled,
    .header__columns header-actions cart-drawer-component,
    .header__columns header-actions dialog-component,
    .header__columns header-actions .account-drawer,
    .header__columns header-actions .cart-drawer {
        width: 32px !important;
        height: 32px !important;
        min-width: 0 !important;
        padding: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Icon SVG sizes */
    .header__columns header-actions .svg-wrapper,
    .header__columns .search-action .svg-wrapper {
        width: 24px !important;
        height: 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header__columns header-actions svg,
    .header__columns .search-action svg {
        width: 22px !important;
        height: 22px !important;
    }

    /* Drawer menu */
    .menu-drawer {
        background: #FDFAF7 !important;
    }

    .menu-drawer__navigation {
        padding-inline: 14px;
        padding-block-end: 18px;
    }

    .menu-drawer__list-item+.menu-drawer__list-item {
        margin-top: 6px;
    }

    .menu-drawer__menu-item {
        font-size: 0.95rem;
        font-weight: 500 !important;
        letter-spacing: 0.02em;
        padding: 16px 18px !important;
        color: #4A3F35 !important;
        border-radius: 12px !important;
        background: transparent !important;
        border: none !important;
        transition: all 0.2s ease;
    }

    .menu-drawer__menu-item:active,
    .menu-drawer__menu-item:hover,
    .menu-drawer__menu-item--active {
        background: rgba(74, 63, 53, 0.05) !important;
        color: #4A3F35 !important;
    }

    .menu-drawer__menu-item--mainlist {
        min-height: 52px;
    }

    .menu-drawer__menu-item--active,
    .menu-drawer__menu-item[aria-current='page'] {
        font-weight: 600 !important;
        background: rgba(74, 63, 53, 0.08) !important;
    }

    .desktop-only {
        display: none !important;
    }

    /* Cart icon on mobile */
    .header__columns header-actions cart-drawer-component,
    .header__columns header-actions .header-actions__action:has(cart-icon),
    .header__columns header-actions a.action__cart {
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    .header__columns header-actions .header-actions__cart-icon svg,
    .header__columns header-actions .header-actions__cart-icon .svg-wrapper,
    .header__columns header-actions cart-drawer-component svg,
    .header__columns header-actions cart-drawer-component .svg-wrapper {
        width: 24px !important;
        height: 24px !important;
    }

    /* Cart count bubble on mobile */
    .header__columns header-actions .cart-bubble {
        background-color: #4A3F35 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 16px !important;
        height: 16px !important;
        border-radius: 50% !important;
        position: absolute !important;
        top: -2px !important;
        right: -2px !important;
        padding: 0 2px !important;
    }

    .header__columns header-actions .cart-bubble__text-count {
        color: #fff !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

}



/* Free Shipping Bar inside Cart Drawer */
.cart-shipping-bar {
    padding: 16px 24px;
    background-color: #fcf9fb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-shipping-bar__message {
    font-size: 0.9rem;
    color: var(--color-foreground);
    margin-bottom: 10px;
    text-align: center;
}

.cart-shipping-bar__message strong {
    color: #7c3aed;
    font-weight: 600;
}

.cart-shipping-bar__track {
    width: 100%;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cart-shipping-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #ec4899, #7c3aed, #ec4899);
    background-size: 200% 100%;
    border-radius: 8px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: shimmerProgress 3s linear infinite;
}

@keyframes shimmerProgress {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.brand-icons {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: repeat(3, calc(33.33% - 40px));
    gap: 60px;
}

.btn-arrow {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.blog-slider-section {
    padding: 60px 20px;
    text-align: center;
}

.blog-slider-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.blog-slider-wrapper {
    position: relative;
}

.blog-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.container {
    max-width: var(--page-width);
    margin: auto;
}

.blog-slider .swiper-wrapper {
    gap: 72px;
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 48px));
}

.blog-card {
    background: #fff;
    padding: 24px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-slider-section .container {
    max-width: var(--page-content-width);
}

.blog-card img {
    width: 100%;
    height: auto;
    border-radius: 17px;
    margin-bottom: 16px;
}

.blog-card h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}

.blog-card p {
    font-size: 17px;
    color: #545454ad;
    margin-top: 15px;
}

.blog-card .read-more {
    background-color: #3f2e1d;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    border-radius: 6.61px;
    padding-top: 19.83px;
    padding-right: 99.13px;
    padding-bottom: 19.83px;
    padding-left: 99.13px;
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.view-all-btn {
    margin-top: 40px;
}

.view-all-btn a {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #3f2e1d;
    color: #3f2e1d;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: .2s ease;
    font-size: 24px;
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    gap: 10px;
}

.ui-test-product-list slideshow-arrows {
    position: absolute;
    top: -30%;
    right: 0;
    bottom: unset;
    left: unset;
    gap: 20px;
}

.ui-test-product-list .resource-list__carousel .slideshow-control[disabled] {
    display: unset;
    cursor: pointer;
}

.ui-test-product-list span.svg-wrapper.icon-arrow svg path {
    fill: black;
    stroke: black;
    stroke-width: 2px;
}

.footer-image-group {
    position: absolute;
    bottom: 0;
    right: -2.9%;
    width: 15%;
}

.footer-utilities {
    color: white;
}

.footer-utilities a {
    color: white;
}

product-price div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

span[role='group'] {
    display: flex;
}

span.price {
    font-family: var(--font-body--family);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    color: #8C6B62;
}

span.compare-at-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1E1E1ECC;
}

span.save-badge.group {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    background: #e87c72;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-family: var(--font-body--family);
}

/* product-card badges */
.cstm-product-badges .product-features {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.cstm-product-badges .badge {
    width: calc(50% - 5px);
    text-align: center;
    /* width: max-content; */
    opacity: 1;
    gap: 4px;
    border-radius: 9px;
    padding: 6px;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
}

quick-add-component.quick-add {
    display: none;
}

span.badge-text {
    font-family: var(--font-body--family);
    font-weight: 400;
    font-size: 12px;
    line-height: 126%;
    letter-spacing: 0;
    vertical-align: middle;
}

.product-information span.badge-text {
    font-size: 16px;
}

.ui-test-product-list .image-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -2;
    /* animation: bg-scroll 15s linear infinite;  */
}

.ui-test-product-list .image-block:last-child {
    display: none;
}

.ui-test-product-list .image-block img {
    object-fit: inherit;
}

.feature-icons-section {
    padding: 60px 20px;
}

/* .button:hover , */
.view-all-btn a:hover {
    box-shadow: 0 0.5em 0.5em -0.4em black;
    transform: translateY(-0.25em);
}

div:has(.product_page_features) {
    width: 100%;
}

.product_page_features .product-features .badge {
    display: flex;
    width: calc(33.33% - 6.7px);
    padding: 12px 20px;
    justify-content: center;
}

.product_page_features img {
    display: none;
}

.product_page_features .product-features {
    width: 100%;
    max-width: 100%;
}


.product-details span.compare-at-price {
    font-family: var(--font-body--family);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1e1e1e;
}

label.variant-option__button-label {
    flex-direction: column;
    padding: 30px 0 0;
    justify-content: end;
}

.variant_cstm_content {
    width: 100%;
    text-align: center;
}

.variant_bottom_btn {
    width: 100%;
    background-color: #d7d7d7;
    padding: 12px;
    margin-top: 15px;
    text-align: center;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    grid-template-columns: repeat(3, calc(33.33% - 7.5px));
}

.variant-option--buttons legend {
    padding-bottom: 30px;
}

.variant-option__button-label:has(:checked) .variant_bottom_btn {
    background-color: #AEC3B0;
}

span.item_selling {
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

span.item_quantities {
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0;
    color: #D9241499;
}

span.variant-option__button-label__text {
    border-bottom: 1px dashed #4A3F35;
    padding-bottom: 10px;
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 20px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    color: #141414;
    width: 85%;
}

.variant_price span:first-child {
    font-family: var(--font-body--family);
    font-weight: 400;
    font-size: 20px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #8C6B62;
}

.variant_price span:nth-child(2) {
    font-family: var(--font-body--family);
    font-weight: 400;
    font-size: 13.18px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    text-decoration: line-through;
}

span.save-variant-badge {
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    color: #e9847a;
}

.variant_price {
    padding: 20px 0;
}

.ingrediants-image {
    width: 100%;
    height: 100%;
}

.ingrediant-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 6px;
    background: #fdf8f3;
    width: 100%;
    text-align: center;
    min-height: 35%;
}

.ingrediant-text h5 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.ingrediant-text p {
    margin-top: 0;
    font-size: 14px;
    color: #4b4a49;
}

.ingrediants-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-ingredinants-wrapper .ingrediant-item.show_ingrediant {
    display: block;
}

.ingrediant-item {
    border-radius: 15px;
    overflow: hidden;
    background: #FDF8F3;
    /* padding: 30px; */
    position: relative;
    display: none;
}

.key-ingredinants-wrapper .all_show_popup .ingrediant-item {
    display: block;
}

.all_show_popup dialog.popup-link__content {
    /* max-width: 70%; */
    /* width:40%; */
}

.key-ingredinants-wrapper {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 10px));
    gap: 15px;
    width: 100%;
}

.step-icon img {
    height: 92px;
    width: auto;
    object-fit: contain;
}

.step-item {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tab-section {
    margin: auto;
    max-width: var(--page-content-width);
    padding-top: 80px;
}

.tab-section .tabs {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
    background: #eaf1e5;
}

.tab-section .tab-btn {
    flex: 1;
    padding: 16px 15px;
    cursor: pointer;
    border: none;

    font-weight: bold;
}

.tab-btn.active {
    background: #AEC3B0;
    /* border-bottom: 2px solid #4b6043; */
    border-radius: 100px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.steps-wrapper {
    display: grid;
    gap: 15px;
    grid-template-columns: calc(33.33% - 135.9px) 3px calc(33.33% - 135.9px) 3px calc(33.33% - 135.9px);
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

.divider_line {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    background-color: #AEC3B0;
}

.benefir-content {
    display: grid;
    align-items: start;
    justify-content: space-between;
    grid-template-columns: calc(40% - 20px) calc(55% - 20px);
    padding-top: 40px;
    padding-bottom: 80px;
}

.benefits-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 20px; */
}

.benefit-item span {
    font-family: var(--font-body--family);
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
}

span.check-icon {
    width: 5%;
}

.step-number {
    font-weight: bold;
    color: #4b6043;
}

.check-icon {
    color: green;
    margin-right: 8px;
}

.Brand-section {
    margin: 0 50px;
}

.icon_brand_inner {
    border: 1px dashed #AEC3B0;
    padding: 10px;
    border-radius: 7px;
}

.icon_brand_inner img {
    width: 76px;
    height: 76px;
}

.all_show_popup .popup-link__button svg {
    display: none;
}

.faq-section .container {
    max-width: var(--page-content-width);
}

.faq-section {
    padding: 60px 20px;
}

.faq-heading {
    text-align: center;
    /* font-size: 28px; */
    margin-bottom: 30px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    padding: 40px 20px;
    box-shadow: 0 35.28px 47.05px -21.17px #95959540;
    cursor: pointer;
}

.faq-question {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    background: none;
    border: none;
    gap: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    font-size: 14px;
    color: #555;
    /* padding-top: 10px; */
    width: 90%;
    margin-left: auto;
}

.faq-item.active .faq-answer {
    max-height: fit-content;
    padding-top: 20px;
}

.faq-item.active .icon {
    display: none;
}

.faq-item .icon2 {
    display: none;
}

.faq-item.active .icon2 {
    display: inline;
}

.icon {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 18px;
    margin-left: 10px;
}

.faq-item span.question {
    font-family: var(--font-body--family);
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    color: #141414;
    letter-spacing: 0px;
}

.faq-answer p {
    font-family: var(--font-body--family);
    font-weight: 400;
    font-size: 22px;
    line-height: 151%;
    letter-spacing: 0.14px;
}

.faq-grid-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.features-section {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.features-wrapper {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px;
    max-width: 1000px;
    width: 100%;
}

.feature-item {
    text-align: center;
    padding: 25px 15px 20px;
    border: 1px dashed #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    border-radius: 15.91px;
    border-width: 1.99px;
    border-style: dashed;
}

.feature-item img {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}

.feature-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 126%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.product_feature_icon_main {
    width: 100%;
}

.overlay-text-side {
    position: relative;
    left: -15%;
}

.overlay-text-side.left-side {
    left: auto;
    right: -15%;
}

ul.ingrediant-text-drawer {
    padding: 0;
}

.ingredient-drawer-list h6 {
    font-size: 16px;
    font-family: var(--font-heading--family);
    margin: 0;
}

.ingredient-drawer-list p {
    font-size: 14px;
    margin: 0;
}

li.ingredient-drawer-list {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #80808075;
    padding-top: 10px;
}

.why-different {
    padding: 60px 20px;
}

.why-different .container {
    max-width: var(--page-content-width);
}

.why-different-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.why-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

.why-left .desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.why-left .btn {
    display: inline-flex;
    align-items: center;
    background-color: #4a3a2f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.why-left .btn:hover {
    background-color: #3a2d24;
}

.why-left .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.why-left .btn:hover .arrow {
    transform: translateX(4px);
}

.why-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.why-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    /* box-shadow: 0 4px 15px #0000000d; */
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1.36px solid #00000033;
}

.why-card:hover {
    transform: translateY(-10px);
    border: 1.36px solid #8C6B62;
    box-shadow: 0px 35.28px 47.05px -21.17px #95959540;
}

.why-different-grid .card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.card_right {
    margin-top: 40px;
}

.why-card .icon {
    margin-bottom: 15px;
}

.why-card img {
    max-width: 50px;
}

.why-card h4 {
    margin: 0;
    margin-bottom: 8px;
    color: #8C6B62;
    font-family: var(--font-heading--family);
    font-weight: 500;
    font-size: 22.92px;
    line-height: 32.46px;
    letter-spacing: 0;
}

.why-card:hover .icon svg rect {
    fill: #4a3f35;
}

.why-card:hover .icon svg path {
    fill: #EAF1E5;
}

.why-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.4;
}

.about-rich-text p {
    max-width: 60%;
}

.image_overlay_section.bottom_section .image-block {
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
}

.shopify-block:has(.cstm-product-badges) {
    width: 100%;
}

.cstm-product-badges {
    width: 100%;
}

.product-features .badge:nth-child(3) {
    display: none;
}

.product_page_features .product-features .badge:nth-child(3) {
    display: flex;
}

.contact-social-link-inner {
    opacity: 1;
    border-radius: 8px;
    border-width: 0.5px;
    border-style: dashed;
    transition: 0.3s;
}

.contact-social-link-inner .image-block {
    border-radius: 50%;
    overflow: hidden;
}

.contact-social-link-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5em .5em -.4em #000;
}

section.faq-section.cstm-section-faq {
    background-color: #fdf8f3;
    padding: 60px 20px 80px;
}

.contact-form__form,
.contact-form__form-row {
    flex-wrap: wrap;
    gap: 20px;
}

header-menu.header-menu.mobile\:hidden .menu-list__link.menu-list__link--active span.menu-list__link-title {
    text-decoration: none;
}

.header-drawer-icon--open {
    width: auto;
    display: flex;
    height: auto;
    flex-direction: column;
}

.mega-menu__grid.cstm-mega_menu .mega-menu__list {
    display: none;
}

.mega-menu__grid.cstm-mega_menu .mega-menu__content {
    grid-column: 1/-1;
}

ul.mega-menu__content-list.cstm-feature-product-menu div[ref=priceContainer] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

ul.mega-menu__content-list.cstm-feature-product-menu div[ref=priceContainer] span:has(.price) {
    order: 1;
}

ul.mega-menu__content-list.cstm-feature-product-menu div[ref=priceContainer] span:has(.compare-at-price) {
    order: 2;
}

ul.mega-menu__content-list.cstm-feature-product-menu div[ref=priceContainer] span.save-badge.group {
    order: 3;
}

.predictive-search-results__inner .resource-card__content div[ref=priceContainer] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.predictive-search-results__inner div[ref=priceContainer] span:has(.price) {
    order: 1;
}

.predictive-search-results__inner div[ref=priceContainer] span:has(.compare-at-price) {
    order: 2;
}

.predictive-search-results__inner div[ref=priceContainer] span.save-badge {
    order: 3;
}

.ui-test-product-list button.slideshow-control {
    opacity: 1;
    background-color: #AEC3B0;
    animation: unset;
}

.ui-test-product-list span.svg-wrapper.icon-arrow {
    width: 100%;
    height: 100%;
    text-transform: unset;
}

.view-all-btn-collection {
    display: none;
}

.blog-post-featured-image {
    margin: auto;
}

.why-left h3 {
    margin-bottom: 15px;
}

button.button.popup-link__close {
    flex-direction: column;
}

label.variant-option__button-label:hover .variant_bottom_btn {
    background-color: #aec3b0;
}

.cstm-product-badges .badge img {
    display: none;
}

a.addCard_btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    background-color: #4a3f35;
    color: #fff;
    padding: 15px;
    border-radius: 7px;
    align-items: center;
    transition: .3s;
    width: 100%;
}

a.addCard_btn:hover {
    background-color: black;
}

button.sold-btn-cstm {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    background-color: #4a3f35;
    color: #fff;
    padding: 15px;
    border-radius: 7px;
    align-items: center;
    transition: .3s;
    width: 100%;
    opacity: 0.7;
}

.quick-add-modal__content fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    margin-top: 0px;
}

.quick-add-modal__content label.variant-option__button-label {
    flex-direction: column;
    padding: 15px 0 0;
    justify-content: end;
}

.quick-add-modal__content .variant_price {
    padding: 5px 0;
}

.quick-add-modal__content span.price {
    font-size: 28px;
}

.quick-add-modal__content .group-block>.group-block-content {
    gap: 15px;
}

.quick-add-modal__content span.variant-option__button-label__text {
    font-size: 16px;
}

.ui-test-product-list .slideshow-control:hover,
.testinoial-content .swiper-button:hover {
    transition: 0.3s;
}

.ui-test-product-list .slideshow-control:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5em .5em -.4em #000;
}

.testinoial-content .swiper-button:hover {
    transform: translateY(-3px);

}

video.slide__video.mobile_video {
    display: none;
}

img.slide__image.mobile_image_wapper {
    display: none;
}

a.slide_link_cstm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

button.button.popup-link__close {
    --button-border-color: transparent;
}

.button:not(.button-secondary, .button-unstyled) {
    outline-color: transparent !important;
}

.shopify-policy__body h2 {
    font-size: 36px;
}

.shopify-policy__body h3 {
    font-size: 32px;
}

.shopify-policy__title h1 {
    font-size: 50px;
}

.shopify-policy__container {
    max-width: 95% !important;
}

.cstm-page-content {
    --page-content-width: 95%;
}

.cstm-product-badge {
    position: absolute;
    top: 10px;
    right: 0;
    width: fit-content;
    background-color: #AEC3B0;
    padding: 2px 10px;
    border-radius: 3px;
}

.cstm-product-badge p {
    font-size: 16px;
    letter-spacing: 0;
}

.value-cstm-grid .layout-panel-flex--row>.group-block--width-fill {
    flex: unset;
    width: calc((100% - (var(--gap) * 3)) / 4);
    align-self: normal;
    display: flex;
}

.value-cstm-grid .layout-panel-flex--row {
    flex-flow: row wrap;
    justify-content: var(--horizontal-alignment);
    align-items: var(--vertical-alignment);
}

.value-cstm-grid-inner>.group-block-content {
    display: flex;
    height: 100%;
    justify-content: flex-start;
}

.view_all_btn svg path {
    fill: #000;
}

li.menu__item a {
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

li.menu__item:hover a {
    border-bottom: 1px solid #ffffffa6;
}

@media only screen and (max-width: 1400px) {
    .blog-card .read-more {
        padding: 20px 40px;
    }

    .tab-section {
        max-width: 90%;
    }

    .testimonial-wrapper {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-wrapper {
        max-width: 950px;
    }

    .testimonial-slide {
        padding: 15px 15px 15px;
    }

    p.detail-product {
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-wrapper {
        max-width: 1200px;
        width: 80%;
    }

    .testimonial-slide .text-block {
        width: 100%;
        padding-top: 15px;
    }

    .text-test-div .text-block p {
        font-size: 44px;
    }

    .testimonial-slide {
        padding: 25px 40px;
    }

    /* .testimonial-slide .text-block p {
    width: 100%;
    max-width: 100%;
} */
    .testimonial-slide .text-block p {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    p.detail-product {
        margin: 10px 0;
    }

    .blog-slider .swiper-wrapper {
        gap: 25px;
        display: grid;
        grid-template-columns: repeat(3, calc(33.33% - 16.7px));
    }

    .product-details product-price .price {
        font-size: 40px;
    }

    label.variant-option__button-label {
        padding: 15px 0 0;
        justify-content: end;
    }

    span.variant-option__button-label__text {
        font-size: 16px;
    }

    span.item_quantities {
        font-size: 12px;
    }

    .variant_price {
        padding: 7px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .variant_bottom_btn {
        padding: 5px;
        margin-top: 5px;
    }

    .variant_price span:first-child {
        font-size: 14px;
    }

    .variant_price span:nth-child(2) {
        font-size: 10px;
    }

    .btn-bottom-text p {
        font-size: 11px;
    }

    .features-wrapper {
        grid-template-columns: repeat(4, calc(25% - 7.5px));
        gap: 10px;
    }

    .feature-item img {
        width: 50px;
        margin-bottom: 7px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .feature-item {
        padding: 10px;
    }

    .accordion .details__header {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    .tab-section {
        padding-top: 60px;
    }

    .steps-wrapper {
        padding-top: 30px;
        padding-bottom: 50px;
        grid-template-columns: 30% 2px 30% 2px 30%;
    }

    .divider_line {
        height: 30%;
    }

    .step-item p {
        font-size: 16px;
    }

    .step-icon img {
        height: 72px;
    }

    .step-item {
        gap: 15px;
    }

    .brand-side-text .text-block p {
        font-size: 14px;
    }

    .icon_brand_inner img {
        width: 60px;
        height: 60px;
    }

    .brand-side-text .icon_brand .text-block p {
        font-size: 10px;
    }

    .icon_brand .group-block-content {
        gap: 10px;
    }

    .icon_brand_inner img {
        width: 50px;
        height: 50px;
    }

    .icon_brand_inner {
        padding: 7px;
    }

    h3.faq-heading {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .faq-question {
        gap: 10px;
        font-size: 12px;
    }

    .faq-item span.question {
        font-size: 18px;
    }

    .faq-question span svg {
        width: 15px;
        height: 15px;
    }

    .faq-grid-content {
        gap: 15px;
    }

    .faq-item {
        padding: 30px 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .navigation_footer>.group-block-content {
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: auto auto;
    }

    .feature-icons-section .feature-icons-pagination {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .brand-icons {
        display: flex;
        justify-content: unset;
        align-items: unset;
        grid-template-columns: unset;
        gap: unset;
    }

    .text-test-div .text-block p {
        font-size: 40px;
    }

    .testimonial-slide .text-block {
        width: 100%;
        padding-top: 15px;
    }

    .testimonial-slide .text-block p {
        width: 100%;
        max-width: 100%;
        font-size: 22px;
    }

    p.detail-product {
        font-size: 20px;
        font-family: var(--font-body--family);
        margin: 10px 0;
    }

    .testimonial-stars {
        margin: 5px 0;
        font-size: 20px;
        gap: 5px;
    }

    .testimonial-meta span {
        font-weight: 600;
        font-size: 20px;
    }

    .testimonial-meta {
        margin-top: 10px;
    }

    .testimonial-slide {
        padding: 25px 40px;
    }

    .testimonial-wrapper {
        max-width: 75%;
    }

    .icons-inner-group .layout-panel-flex {
        display: unset;
    }

    .blog-slider .swiper-wrapper {
        gap: 0;
        display: flex;
        grid-template-columns: unset;
    }

    .blog-slider {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .product_page_features .product-features .badge {
        padding: 7px;
    }

    h3 {
        font-size: 32px !important;
    }

    .cstm-product-badges .product-features {
        gap: 5px;
    }

    span.badge-text {
        font-size: 10px;
    }

    .product-information span.badge-text {
        font-size: 14px;
    }

    .people_viewing p {
        font-size: 14px;
    }

    .product-information__media,
    .product-details {
        grid-column: 1/-1 !important;
    }

    .benefir-content {
        grid-template-columns: calc(45% - 10px) calc(55% - 10px);
        padding-top: 30px;
        padding-bottom: 50px;
    }

    span.check-icon svg {
        width: 25px;
        height: 25px;
    }

    .benefit-item span {
        font-size: 18px;
    }

    .layout-panel-flex--row>.group-block--width-fill.side_content {
        flex: unset;
        width: 100%;
        max-width: 100%;
        grid-column: 1/-1;
    }

    .Brand-section .custom-section-content .section-content-wrapper>.image-block {
        /* display: none; */
    }

    .navigation_footer>.group-block-content {
        flex-wrap: wrap;
        display: flex;
    }

    .navigation_footer>.group-block-content>.group-block {
        width: 100%;
        max-width: 100%;
        flex: unset;
    }

    .faq-grid {
        grid-template-columns: 100%;
    }

    .why-different-grid {
        grid-template-columns: 1fr;
    }

    .why-right {
        grid-template-columns: 1fr 1fr;
    }

    .contact-social-link-inner {
        padding: 10px 8px;
    }

    .contact-social-link-inner>.group-block-content .text-block p {
        font-size: 14px !important;
    }

    .contact-social-link>.group-block-content {
        gap: 10px;
    }

    .contact-social-link-inner>.group-block-content {
        gap: 5px;
    }

    .feature-icons-section {
        position: relative;
    }

    .feature-icons-section .feature-icons-swiper {
        display: flex;
        flex-direction: column;
    }

    .feature-icons-section .feature-icons-pagination {
        position: static !important;
        inset: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 14px;
    }

    .feature-icons-section .feature-icons-swiper>.swiper-pagination:not(.feature-icons-pagination) {
        display: none !important;
    }

    .feature-icons-section .feature-icons-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: auto;
        left: auto;
        z-index: auto;
        transform: none;
    }

    .feature-icons-section .feature-icons-pagination .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: black;
    }
}

@media only screen and (max-width: 767px) {
    video.slide__video.desktop_video {
        display: none;
    }

    video.slide__video.mobile_video {
        display: block;
    }

    img.slide__image.mobile_image_wapper {
        display: block;
    }

    img.slide__image.desktop_image {
        display: none;
    }

    .testimonial-section {
        padding: 40px 10px;
    }

    .blog-card {
        padding: 10px;
    }

    .blog-card h4 {
        font-size: 20px;
    }

    .blog-card p {
        font-size: 12px;
        color: #444;
        margin-top: 5px;
    }

    .blog-card .read-more {
        padding: 10px 21px;
        font-size: 14px;
        max-width: 77%;
        margin-top: 10px;
    }

    .image-test-div.test-colmn .image_test-bg {
        display: none;
    }

    .testinoial-content {
        display: flex;
        flex-direction: column-reverse;
        width: 90%;
        gap: 10px;
    }

    .testimoial-bg-content {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .testimonial-section .rte {
        display: none;
    }

    .text-test-div .text-block p {
        text-align: center;
        font-size: 25px;
        line-height: 1.2;
    }

    .testimonial-wrapper {
        max-width: 100%;
        position: unset;
        width: 100%;
    }

    .btn-arrow {
        font-size: 14px;
        padding: 10px;
    }

    .btn-arrow span svg {
        width: 25px;
        height: 25px;
    }

    .feature-icons-section {
        padding: 30px 15px;
    }

    .testimonial-slide {
        padding: 15px;
    }

    p.detail-product {
        font-size: 15px;
    }

    .testimonial-stars {
        margin: 5px 0;
        font-size: 16px;
        gap: 5px;
    }

    .testimonial-stars svg {
        width: 16px;
        height: 16px;
    }

    .testimonial-meta span {
        font-weight: 600;
        font-size: 14px;
    }

    .testimonial-meta img {
        width: 35px;
        height: 35px;
    }

    .testimonial-slide .text-block p {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }

    .blog-slider-section {
        padding: 40px 20px;
        text-align: center;
    }

    .blog-slider-section .text-block {
        padding-bottom: 25px;
    }

    .blog-slider-section h3 {
        font-size: 28px !important;
    }

    .view-all-btn a {
        padding: 7px 15px;
        font-size: 18px;
    }

    .view-all-btn a span svg {
        width: 25px;
        height: 25px;
    }

    .icon-block img {
        width: 50px !important;
    }

    .marquee__content .text-block {
        padding-right: 15px;
    }

    footer .footer_logo_group p {
        max-width: 90% !important;
        text-wrap: auto !important;
        display: ruby;
    }

    button.email-signup__button {
        font-size: 14px !important;
        padding: 10px !important;
    }

    footer .layout-panel-flex--row:not(.mobile-column) .text-block {
        flex: unset;
    }

    /* .blog-slider {
    display: block;
    width: 100%;
    margin: 0 auto;
}  */
    .container {
        width: 90%;
        margin: 0 auto;
    }

    .blog-slider-section {
        padding: 40px 0;
        text-align: center;
    }

    .feature-icons-section {
        position: relative;
        padding: 40px 10px;
    }

    marquee-component {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .ui-test-product-list .section {
        padding: 10px 0 25px;
        row-gap: 15px;
    }

    .ui-test-product-list .image-block img {
        object-fit: cover;
        object-position: left;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3,
    .h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    .testimoial-bg-content .swiper-buttons {
        justify-content: flex-end;
        gap: 10px;
        margin-top: 8px;
    }

    .testinoial-content .swiper-button {
        padding: 6px;
    }

    .testinoial-content .swiper-button svg {
        width: 15px;
        height: 15px;
    }

    .blog-slider-section .container {
        width: 100%;
    }

    .blog-slider {
        display: block;
        width: 95%;
        margin: unset;
        margin-left: auto;
    }

    footer p {
        font-size: 18px !important;
    }

    .email-signup__input {
        padding: 10px !important;
    }

    .email-signup__input::placeholder {
        font-size: 14px;
    }

    footer .icon-block img {
        width: 30px !important;
    }

    .product-details product-price .price {
        font-size: 24px;
    }

    .product-details span.compare-at-price {
        font-size: 14px;
    }

    .steps-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-columns: 100%;
    }

    .tab-section .tabs {
        width: 100%;
        margin: auto auto 25px;
    }

    .tab-section .tab-btn {
        padding: 10px 13px;
    }

    .product-details {
        width: 95% !important;
        margin: auto;
    }

    .people_viewing .icon-block img {
        width: 20px !important;
    }

    fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
        grid-template-columns: 100%;
    }

    label.variant-option__button-label {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .variant_cstm_content {
        width: 70%;
        text-align: center;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    span.variant-option__button-label__text {
        font-size: 12px;
        width: 30%;
        padding-left: 5px;
        border-bottom: none;
    }

    .variant_price {
        padding: 7px 0;
        display: flex;
        flex-direction: column;
        grid-column: 2/-1;
        grid-row: 1/3;
    }

    .product-details .product-form-buttons {
        justify-content: center;
    }

    .extra_text .text-block {
        align-items: flex-start;
    }

    .btn-bottom-text .icon-block img {
        width: 19px !important;
    }

    .features-section {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .features-wrapper {
        grid-template-columns: repeat(4, calc(25% - 5.25px));
        gap: 7px;
    }

    .feature-item img {
        width: 40px;
        margin-bottom: 7px;
    }

    .accordion .details__header,
    h5,
    .h5 {
        font-size: 20px !important;
    }

    .tab-section {
        padding-top: 40px;
    }

    .tab-section {
        position: relative;
        /* Defines the boundary for sticky child */
    }

    .tab-section .tabs {
        position: sticky;
        top: 68px;
        z-index: 7;
    }

    .brand-side-text>.group-block-content {
        gap: 15px;
    }

    .Brand-section {
        margin: 0 0px;
    }

    .Brand-section>.section>.custom-section-content {
        width: 90%;
        margin: auto;
    }

    .benefir-content {
        grid-template-columns: 100%;
        gap: 20px;
        display: grid;
        justify-items: center;
        width: 85%;
        margin: auto;
        padding-bottom: 30px;
    }

    .benefit-item span {
        font-size: 14px;
        margin: 0;
    }

    .benefits-wrapper {
        gap: 10px;
    }

    .brand-side-text h5 {
        text-align: center;
    }

    .brand-side-text .text-block p {
        font-size: 14px;
        text-align: center;
    }

    .icon_brand>.group-block-content {
        gap: 10px;
        display: grid;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    }

    .faq-item span.question {
        font-size: 14px;
    }

    .faq-item {
        padding: 15px 5px;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-question {
        gap: 10px;
        font-size: 12px;
        display: grid;
        grid-template-columns: 7% auto;
    }

    .faq-item span.question {
        font-size: 14px;
        text-align: left;
    }

    span.icon2 {
        font-size: 18px;
    }

    .key-ingredinants-wrapper {
        display: grid;
        grid-template-columns: repeat(3, calc(40% - 7.5px));
        gap: 10px;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .key-ingredinants-wrapper::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for cleaner look */
    }

    .key-ingredinants-wrapper {
        /* display:none !important; */
        scrollbar-width: none;
    }

    .ingrediant-item.show_ingrediant:first-child {
        display: block;
    }

    .ingrediant-item.show_ingrediant:nth-child(2) {
        display: block;
    }

    .all_show_popup .icon-block img {
        width: 15px;
    }

    .ingrediant-text {
        min-height: 40%;
        padding: 10px 5px;
    }

    .ingrediant-text h5 {
        font-size: 15px;
        white-space: pre-wrap;
    }

    .ingrediant-text p {
        margin-top: 0;
        font-size: 10px;
        color: #4b4a49;
        white-space: pre-wrap;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    li.ingredient-drawer-list {
        grid-template-columns: 100%;
    }

    .why-right {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .overlay-text-side {
        position: relative;
        left: auto;
    }

    .overlay-text-side.left-side {
        left: auto;
        right: auto;
    }

    .about-rich-text p {
        max-width: 100%;
    }

    .why-different {
        padding: 30px 0px;
    }

    .why-card {
        padding: 10px;
    }

    .why-card .icon {
        margin-bottom: 0;
        margin-left: 0;
        display: flex;
    }

    .why-card .icon svg {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .why-card h4 {
        font-size: 16px;
        line-height: 1;
    }

    .why-different-grid .card {
        gap: 10px;
    }

    .image_overlay_section.bottom_section .spacing-style {
        flex-direction: column-reverse;
    }

    .about-us-join-us .section .custom-section-content>.spacing-style {
        padding-top: 30px;
    }

    .about-us-join-us .section .custom-section-content>.spacing-style>.text-block:has(h5) {
        padding-top: 40px;
    }

    .about-us-join-us .section .custom-section-content .group-block {
        padding: 10px;
    }

    .why-card:hover {
        transform: unset;
    }

    .about-rich-text .btn-arrow {
        padding: 10px;
        font-size: 16px;
    }

    .about-rich-text .btn-arrow svg {
        width: 18px;
        height: 18px;
    }

    .contact-social-link .group-block-content {
        flex-wrap: wrap;
    }

    .group-block-content .contact-social-link-inner {
        flex: unset;
        width: calc(50% - 5px);
    }

    .contact-social-link .layout-panel-flex--row:not(.mobile-column) .text-block {
        flex: unset;
    }

    .contact-us-cstm .icon-block img {
        width: 20px;
    }

    section.faq-section.cstm-section-faq {
        padding: 40px 0;
    }

    .hero-wrapper .button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .product_page_features .product-features .badge {
        width: auto;
    }

    .text-block.h2 p {
        font-size: 35px !important;
    }

    .footer-uti-cstm p {
        text-align: center;
    }

    .footer-utilities {
        padding: 0;
        gap: 0;
    }

    footer span.divider__line {
        min-width: 100%;
    }

    .ui-test-product-list .image-block {
        display: none;
    }

    .ui-test-product-list .image-block:last-child {
        display: flex;
    }

    ul.menu-drawer__menu.menu-drawer__menu--childlist.menu-drawer__animated-element.details-content {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 5px));
        gap: 10px;
        padding: 0;
    }

    ul.menu-drawer__featured-content-list.menu-drawer__animated-element.list-unstyled {
        display: none;
    }

    ul.menu-drawer__menu .resource-card__content div[ref=priceContainer] span:has(.price),
    .predictive-search-results__inner div[ref=priceContainer] span:has(.price) {
        order: 1;
        font-size: 12px;
        width: auto !important;
    }

    ul.menu-drawer__menu .resource-card__content div[ref=priceContainer] span:has(.compare-at-price),
    .predictive-search-results__inner div[ref=priceContainer] span:has(.compare-at-price) {
        order: 2;
    }

    ul.menu-drawer__menu .resource-card__content div[ref=priceContainer] span .compare-at-price,
    .predictive-search-results__inner div[ref=priceContainer] span .compare-at-price {
        font-size: 10px;
    }

    ul.menu-drawer__menu .resource-card__content div[ref=priceContainer] span.save-badge,
    .predictive-search-results__inner div[ref=priceContainer] span.save-badge {
        order: 3;
    }

    .need-help-text p {
        font-size: 14px;
    }

    footer .need-help-text .icon-block img {
        width: 20px !important;
    }

    .navigation_footer>.group-block-content {
        gap: 10px;
    }

    .resource-list__carousel .h5 p {
        font-size: 20px !important;
    }

    div:has(.product_page_features) {
        width: 100%;
        row-gap: 10px;
    }

    .feature-icons-section .feature-icons-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-top: 10px;
    }

    .feature-icons-section .feature-icons-pagination .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: black;
    }

    .Brand-section>.section {
        padding-bottom: 20px;
    }

    .contact-us-cstm>.section>.custom-section-content>.layout-panel-flex {
        padding: 0;
    }

    footer .divider {
        padding: 10px;
    }

    .navigation_footer {
        padding-bottom: 20px;
    }

    .footer-uti-cstm span,
    .footer-uti-cstm p {
        font-size: 14px;
    }

    .footer-utilities {
        padding: 0;
        gap: 0;
    }

    .footer-image-group {
        display: none;
    }

    .ui-test-product-list button.slideshow-control {
        opacity: 1;
        background-color: #aec3b0;
        animation: unset;
        width: 25px;
        height: 25px;
        min-height: 24px;
        padding: 3px;
        margin: 0;
        transition: 0.3s;
    }

    .ui-test-product-list slideshow-arrows {
        top: 35%;
        gap: 8px;
        bottom: -8%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .ui-test-product-list span.svg-wrapper.icon-arrow svg path {
        stroke-width: 1.5px;
    }

    .ui-test-product-list span.svg-wrapper.icon-arrow {
        width: 100%;
        height: 100%;
        text-transform: unset;
    }

    .marquee__content img.icon-block__media {
        width: 35px !important;
    }

    a.nav_view-all {
        text-decoration: underline;
        text-underline-offset: 2px;
        font-size: 16px;
        margin-top: 7px;
        text-align: right;
        display: inline-block;
        width: 100%;
    }

    li.menu-drawer__list-item.mega-menu__content-list-item--hidden-tablet {
        display: none;
    }

    .menu-drawer__list-item .h5 {
        font-size: 13px !important;
    }

    .view-all-btn-collection {
        display: unset;
    }

    .view-all-btn-collection a {
        /* text-decoration: underline; */
        font-size: 16px;
    }

    .ui-test-product-list .view_all_btn {
        display: none;
    }

    .view-all-btn-collection.view-all-btn {
        margin: 0;
    }

    .view-all-btn-collection a svg path {
        fill: black;
    }

    span.svg-wrapper.header-drawer-icon.header-drawer-icon--close {
        flex-direction: column;
        width: auto;
        height: auto;
        gap: 4px;
    }

    .resource-card__content span.save-badge.group {
        font-size: 10px;
        padding: 3px 7px;
    }

    .cart-drawer__dialog,
    .popup-link__content--drawer {
        width: 75vw !important;
    }

    .button.popup-link__close {
        flex-direction: column;
        width: auto;
        /* height: auto; */
        font-size: 14px;
    }

    .add-to-cart-button.button {
        /* padding: 5px !important; */
        /* height: auto !important; */
    }

    .quick-add-modal__content .variant_cstm_content {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
    }

    .quick-add-modal__content .variant_price {
        padding: 5px 0;
        display: unset;
    }

    .quick-add-modal__content span.variant-option__button-label__text {
        font-size: 14px;
        width: 100%;
    }

    a.addCard_btn svg {
        width: 20px;
        height: 20px;
    }

    .quick-add-modal add-to-cart-component .add-to-cart-button.button {
        padding-inline: var(--padding-4xl) !important;
        padding-block: var(--padding-lg) !important;
    }

    .quick-add-modal span.compare-at-price {
        display: none;
    }

    span.save-badge.group {
        font-size: 10px;
        padding: 4px;
    }

    a.addCard_btn {
        padding: 8px;
    }

    button.sold-btn-cstm {
        padding: 8px;
    }

    product-price div {
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-information product-price div {
        gap: 10px;
        flex-wrap: wrap;
    }

    .ui-test-product-list .layout-panel-flex {
        height: fit-content;
    }

    .ui-test-product-list .text-block p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .main-icons-top-test svg {
        width: 30px;
        height: 25px;
    }

    .ui-test-product-list .product-card__content {
        padding: 5px;
    }

    .menu-drawer__menu-item--mainlist {
        font-size: 20px !important;
    }

    .product-information product-price div span.save-badge.group {
        font-size: 12px;
        padding: 5px 10px;
    }

    .contact-us-cstm .contact-form__form input {
        padding: 10px;
    }

    span.cart-discount__label.h6 {
        font-size: 16px;
    }

    .cart__total-value {
        font-size: 16px !important;
    }

    .product-information span.save-variant-badge {
        grid-row: 1/3;
        align-content: center;
    }

    .variant_cstm_content span.item_quantities {
        display: none;
    }

    .cstm-product-badge {
        padding: 2px 5px;
    }

    .value-cstm-grid .layout-panel-flex--row {
        gap: 15px;
    }

    .value-cstm-grid .layout-panel-flex--row>.group-block--width-fill {
        flex: unset;
        width: calc(50% - 15px/2);
    }

    .value-cstm-grid-inner .group-block-content {
        gap: 7px;
    }

    .value-cstm-grid-inner>.group-block-content h5 {
        font-size: 16px;
    }

    .value-cstm-grid .icon-block img {
        width: 30px;
    }

    .whatmore-css-hv-147r665 {
        text-align: center;
        background-color: rgb(52, 52, 52);
        color: transparent;
        background-clip: text;
        font-size: 25px;
        font-family: var(--font-body--family);
    }

    .coupon-text .layout-panel-flex--row:not(.mobile-column) .text-block {
        flex: unset;
    }
}

@media screen and (max-width: 750px) {
    body .menu-drawer:has(details[open]) {
        overflow: scroll;
    }
}

@media only screen and (max-width: 576px) {
    .ui-test-product-list .resource-list__carousel slideshow-slides:has(slideshow-slide.resource-list__slide) {
        padding: 20px 10px;
    }

    .cstm-product-badges {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        /* Horizontal scroll */
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on mobile */
    }

    .cstm-product-badges::-webkit-scrollbar {
        display: none;
    }

    .cstm-product-badges {
        scrollbar-width: none;
    }

    .cstm-product-badges.product_page_features {
        scrollbar-width: none;
    }

    .product_page_features .product-features::-webkit-scrollbar {
        display: none;
    }

    .cstm-product-badges .product-features {
        gap: 5px;

    }

    .ui-test-product-list span.badge-text {
        font-size: 10px;
    }

    .product-information span.badge-text {
        font-size: 12px;
    }

    .cstm-product-badges .badge {
        gap: 2px;
        width: 100%;
        grid-template-columns: 100%;
    }

    /* .ui-test-product-list span.save-badge.group {
    order: -1;
            width: auto;
        margin-right: 28%;
} */
    .ui-test-product-list span.price {
        font-size: 14px;
    }

    .ui-test-product-list span.compare-at-price {
        font-size: 12px;
    }

    .ui-test-product-list span[role=group] {
        /* width: calc( 46% - 5px); */
        display: flex;
    }

    .collection-wrapper span[role=group] {
        /* width: calc(46% - 5px); */
        display: flex;
    }

    .collection-wrapper span.price {
        font-size: 14px;
    }

    .collection-wrapper span.compare-at-price {
        font-size: 12px;
    }

    /* .collection-wrapper span.save-badge.group {
    order: -1;
    width: 60%;
            width: auto;
        margin-right: 28%;
} */
    .collection-wrapper .group-block-content {
        gap: 5px;
    }

    .product-headline .text-block p {
        font-size: 10px;
    }

    /* h3,.h3 {
    font-size: 30px !important;
}
h4 {
    font-size: 28px !important;
}
h5 {
    font-size: 20px !important;
} */
    .ui-test-product-list slideshow-slide.resource-list__slide {
        width: calc(50% - var(--resource-list-column-gap)/2) !important;
    }

    .ui-test-product-list .add-to-cart-button {
        padding: 5px !important;
        height: auto !important;
    }

    .ui-test-product-list .product-card__content {
        padding: 5px;
    }

    .ui-test-product-list .add-to-cart-button span {
        font-size: 12px;
    }

    .ui-test-product-list .text-block.h4 {
        display: none;
    }

    .product_page_features .product-features .badge {
        padding: 7px 20px;
    }

    .resource-card__content div[ref="priceContainer"] {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .resource-card__content div[ref="priceContainer"] span[role=group] {
        display: flex;
        width: 47%;
    }

    .ui-test-product-list .text-block.h5 p {
        font-size: 18px !important;
    }
}

/* ========================================
   BESTSELLER CARD ALIGNMENT FIX
   ======================================== */
.product-grid .product-grid__item {
    display: flex;
    height: 100%;
}

.product-grid .product-grid__item>product-card-link,
.product-grid .product-grid__item>product-card {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}

.product-grid .product-grid__item product-card.product-card {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}

.product-grid .product-grid__item .product-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
}

.product-grid .product-grid__item .product-card__content>.group-block {
    flex: 1 1 auto;
}

.product-grid .product-grid__item .product-card__content>.group-block>.group-block-content {
    height: 100%;
}

.product-grid .product-grid__item .product-card__content>.addCard_btn,
.product-grid .product-grid__item .product-card__content>.sold-btn-cstm,
.product-grid .product-grid__item .product-card__content>quick-add-component,
.product-grid .product-grid__item .product-card__content>add-to-cart-component {
    margin-top: auto;
}

.section-resource-list .resource-list--grid {
    align-items: stretch !important;
}

.section-resource-list .resource-list--grid .resource-list__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-resource-list .resource-list--grid .resource-list__item product-card,
.section-resource-list .resource-list--grid .resource-list__item product-card-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section-resource-list .resource-list__item product-card.product-card {
    flex: 1 1 auto;
    display: flex;
    width: 100%;
}

.section-resource-list .resource-list__item .product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-resource-list .resource-list__item .product-card__content>.group-block {
    flex: 1 1 auto;
}

.section-resource-list .resource-list__item .product-card__content>.group-block>.group-block-content {
    height: 100%;
}

.section-resource-list .resource-list__item .product-card__content>.addCard_btn,
.section-resource-list .resource-list__item .product-card__content>.sold-btn-cstm,
.section-resource-list .resource-list__item .product-card__content>quick-add-component,
.section-resource-list .resource-list__item .product-card__content>add-to-cart-component {
    margin-top: auto !important;
}

/* ========================================
   BESTSELLERS â€” SUBTLE HOVER EFFECTS
   ======================================== */
.ui-test-product-list .resource-list__item {
    transition: transform 0.35s cubic-bezier(.22, .61, .36, 1), box-shadow 0.35s ease;
    border-radius: 16px;
    overflow: hidden;
}

.ui-test-product-list .resource-list__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.ui-test-product-list .resource-card__media {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.ui-test-product-list .resource-card__media img {
    transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
}

.ui-test-product-list .resource-list__item:hover .resource-card__media img {
    transform: scale(1.04);
}

/* ========================================
   HEADER PALETTE + SLIDER DOTS
   ======================================== */

body {
    --reference-cream: #f8f3ea;
    --reference-burgundy: #aa2f36;
    --reference-gold: #ffd84d;
    --reference-ink: #17120d;
}

#header-group,
#header-group * {
    font-family: 'Poppins', sans-serif;
}

#header-group .announcement-bar {
    background: var(--reference-burgundy) !important;
    color: #ffffff !important;
}

#header-group .announcement-bar__slide {
    font-weight: 600 !important;
    letter-spacing: 0.01em;
}

#header-group .announcement-bar__slide strong {
    color: var(--reference-gold);
}

#header-group .header,
#header-group .header__row {
    background: var(--reference-cream) !important;
}

#header-group .menu-list__link,
#header-group .header-actions__action,
#header-group .search-action,
#header-group .localization-form__select,
#header-group .localization-popover__trigger {
    color: var(--reference-ink) !important;
}

#header-group .menu-list__link:hover,
#header-group .header-actions__action:hover,
#header-group .search-action:hover {
    color: var(--reference-ink) !important;
    opacity: 0.78;
}

#header-group .menu-list__link {
    font-weight: 600 !important;
}

.media-swiper-section .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 2;
}

.media-swiper-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(23, 18, 13, 0.28);
    opacity: 1;
}

.media-swiper-section .swiper-pagination-bullet-active {
    background: #17120d;
}

@media only screen and (max-width: 749px) {
    .media-swiper-section .swiper-pagination {
        bottom: 12px !important;
    }
}

/* =====================================   HOMEPAGE — BLOG JOURNAL SECTION
   ======================================== */

/* Section wrapper */
.blog-journal-section {
    background: #fdf8f3;
    padding: 72px 0 80px;
}

.blog-journal__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header row: title left, link right */
.blog-journal__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px;
}

.blog-journal__heading {
    font-family: var(--font-heading--family), 'Georgia', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    color: #2c2520;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 6px;
}

.blog-journal__subheading {
    font-family: var(--font-body--family), sans-serif;
    font-size: 0.95rem;
    color: rgba(74, 63, 53, 0.55);
    font-style: italic;
    margin: 0;
    line-height: 1.5;
}

.blog-journal__view-all {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c2520;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding-bottom: 2px;
    transition: color 0.25s ease;
    flex-shrink: 0;
}

.blog-journal__view-all::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2c2520;
    transition: opacity 0.25s ease;
}

.blog-journal__view-all:hover {
    color: #8C6B62;
}

.blog-journal__view-all:hover::after {
    background: #8C6B62;
}

/* 3-column grid on desktop */
.blog-journal__grid {
    overflow: visible !important;
}

.blog-journal__grid-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    transform: none !important;
}

/* Card — completely transparent, no background */
.blog-journal__card {
    width: auto !important;
    margin: 0 !important;
    flex-shrink: unset !important;
}

.blog-journal__card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image */
.blog-journal__card-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
}

.blog-journal__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-journal__card-link:hover .blog-journal__card-img {
    transform: scale(1.04);
}

/* Category tag */
.blog-journal__card-category {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7a8d6d;
    margin-bottom: 10px;
}

/* Title */
.blog-journal__card-title {
    font-family: var(--font-heading--family), 'Georgia', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c2520;
    line-height: 1.35;
    margin: 0 0 12px;
    transition: color 0.25s ease;
}

.blog-journal__card-link:hover .blog-journal__card-title {
    color: #8C6B62;
}

/* Excerpt */
.blog-journal__card-excerpt {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(44, 37, 32, 0.6);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- Responsive ---- */
@media screen and (max-width: 999px) {
    .blog-journal__grid-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media screen and (max-width: 749px) {
    .blog-journal-section {
        padding: 48px 0 56px;
    }

    .blog-journal__container {
        padding: 0 20px;
    }

    .blog-journal__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
        gap: 16px;
    }

    .blog-journal__heading {
        font-size: 1.8rem;
    }

    /* On mobile, let Swiper take over */
    .blog-journal__grid-inner {
        display: flex !important;
        gap: 0;
    }

    .blog-journal__card {
        width: 80vw !important;
        flex-shrink: 0 !important;
    }
}

/* ========================================
   COLLECTION PAGE â€” MOBILE LAYOUT FIX
   ======================================== */

@media screen and (max-width: 749px) {

    /* Override the 50svh min-height on the collection banner to reduce image cropping */
    [data-template="collection"] .section-wrapper:first-child .section {
        --section-min-height: 25svh !important;
        min-height: 25svh !important;
    }

    [data-template="collection"] .section-wrapper:first-child .section-content-wrapper {
        --padding-block-start: 24px !important;
        --padding-block-end: 24px !important;
        min-height: 25svh !important;
    }

    /* Center the background image on mobile */
    [data-template="collection"] .section-wrapper:first-child .background-image-container img {
        object-position: center center;
    }

    /* Prevent product cards from overflowing viewport */
    [data-template="collection"] .product-grid-container,
    [data-template="collection"] .collection-wrapper,
    [data-template="collection"] .product-grid {
        max-width: 100%;
        overflow-x: hidden;
    }

    [data-template="collection"] .product-grid__item {
        min-width: 0;
        overflow: hidden;
    }
}

/* ========================================
   GLOBAL FONT UNIFICATION â€” POPPINS
   ======================================== */
:root {
    --font-unified: 'Poppins', sans-serif;
    --font-body--family: 'Poppins', sans-serif;
    --font-heading--family: 'Poppins', sans-serif;
    --font-subheading--family: 'Poppins', sans-serif;
    --font-accent--family: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-unified);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button,
input,
textarea,
select {
    font-family: var(--font-unified) !important;
}

/* ========================================
   CATEGORY NAVIGATION BAR
   ======================================== */
.category-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    position: relative;
    z-index: 10;
}

.category-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.category-nav__inner::-webkit-scrollbar {
    display: none;
}

.category-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    font-family: var(--font-unified) !important;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #17120d;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s ease;
}

.category-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: #8C6B62;
    transition: transform 0.25s ease;
}

.category-nav__link:hover {
    color: #8C6B62;
}

.category-nav__link:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.category-nav__link--highlight {
    color: #e87c72;
}

@media only screen and (max-width: 749px) {
    .category-nav__inner {
        justify-content: flex-start;
        gap: 0;
        padding: 0 12px;
    }

    .category-nav__link {
        padding: 10px 18px;
        font-size: 0.875rem;
    }
}

/* Ensure card content doesn't push past card boundaries */
[data-template="collection"] .product-card__content {
    min-width: 0;
    overflow: hidden;
    word-break: break-word;
}

/* Badges row should wrap instead of overflowing */
[data-template="collection"] .product-grid .cstm-product-badges {
    flex-wrap: wrap;
    overflow-x: hidden;
    white-space: normal;
}

[data-template="collection"] .product-grid .group-block-content {
    min-width: 0;
    overflow: hidden;
}

/* Price container shouldn't overflow */
[data-template="collection"] .product-grid div[ref="priceContainer"] {
    flex-wrap: wrap;
}
}

/* ========================================
   FOOTER LAYOUT IMPROVEMENTS
   ======================================== */
#navigation_footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

#navigation_footer>.group-block-content {
    gap: 48px !important;
    align-items: flex-start !important;
}

#navigation_footer>.group-block-content>.group-block {
    flex: 1;
    min-width: 0;
}

#footer_logo_group {
    flex: 1.5 !important;
}

#footer_logo_group .text-block p {
    font-size: 0.95rem !important;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.6 !important;
}

#navigation_footer .menu__heading {
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#navigation_footer .menu a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    transition: color 0.2s;
}

#navigation_footer .menu a:hover {
    color: #7c3aed;
}

#need-help-text .group-block-content {
    gap: 8px !important;
}

#need-help-text p {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.55) !important;
    line-height: 1.5 !important;
}

/* .footer-image-group - removed, was hiding content */
.footer-utilities {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 32px;
    padding-top: 24px;
}

@media only screen and (max-width: 767px) {
    #navigation_footer>.group-block-content {
        gap: 24px !important;
    }

    #footer_logo_group {
        text-align: center;
    }

    #footer_logo_group .group-block-content {
        align-items: center !important;
    }
}

/* ========================================
   BLOG REDESIGN — DIGITAL APOTHECARY
   ========================================
   All blog visual overrides live here.
   No Liquid {% stylesheet %} blocks are modified.
   ======================================== */

/* ---- DESIGN TOKENS ---- */
:root {
  --blog-bg: #fdf8f3;
  --blog-brown: #4a3f35;
  --blog-brown-light: #8C6B62;
  --blog-sage: #aec3b0;
  --blog-border: rgba(74, 63, 53, 0.12);
  --blog-text-muted: rgba(74, 63, 53, 0.6);
  --blog-card-radius: 12px;
  --blog-card-shadow: 0 2px 16px rgba(74, 63, 53, 0.06);
  --blog-card-shadow-hover: 0 16px 48px rgba(74, 63, 53, 0.12);
}

/* ---- ANIMATIONS ---- */
@keyframes blogFadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- BLOG HERO HEADER ---- */
.blog-hero {
  background: linear-gradient(180deg, #fdf8f3 0%, #f7f0e8 100%);
  text-align: center;
  padding: 80px 24px 60px;
  border-bottom: none;
  animation: blogFadeInUp 0.6s ease both;
  position: relative;
}

.blog-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blog-sage), transparent);
}

.blog-hero__title {
  font-family: var(--font-heading--family), serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--blog-brown);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 400;
}

.blog-hero__subtitle {
  font-family: var(--font-body--family), sans-serif;
  font-size: 1.1rem;
  color: var(--blog-text-muted);
  max-width: 480px;
  margin: 0 auto 32px;
  font-style: italic;
  line-height: 1.6;
}

.blog-hero__divider {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blog-sage), transparent);
  margin: 0 auto;
  position: relative;
}

.blog-hero__divider::after {
  content: '🌿';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #fdf8f3, #f7f0e8);
  padding: 0 14px;
  font-size: 1.2rem;
}

/* ---- TAG NAVIGATION ---- */
.blog-tags-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.blog-tags-nav a {
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid var(--blog-border);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--blog-brown);
  background: #fff;
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
}

.blog-tags-nav a:hover,
.blog-tags-nav a.active {
  background: var(--blog-brown);
  color: #fff;
  border-color: var(--blog-brown);
}

/* ---- BLOG LISTING GRID ---- */
.blog-posts {
  background: var(--blog-bg) !important;
}

.blog-posts-container {
  gap: 32px !important;
  align-items: stretch !important;
}

/* Override the inline-stylesheet 6-col grid to 3-col */
@media screen and (min-width: 750px) {
  .blog-posts-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* First post = full-width hero */
  .blog-post-item:first-child {
    grid-column: 1 / -1 !important;
  }

  /* 2nd and 3rd items: just normal 1-col in 3-col grid */
  .blog-post-item:nth-child(2),
  .blog-post-item:nth-child(3) {
    grid-column: span 1 !important;
  }

  /* All remaining items */
  .blog-post-item {
    grid-column: span 1 !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 999px) {
  .blog-posts-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .blog-post-item:first-child {
    grid-column: 1 / -1 !important;
  }
}

/* Remove the default border on items (override inline stylesheet) */
.blog-post-item {
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
}

/* Staggered fade-in for cards */
.blog-post-item:nth-child(2) .blog-post-card { animation-delay: 0.1s; }
.blog-post-item:nth-child(3) .blog-post-card { animation-delay: 0.2s; }
.blog-post-item:nth-child(4) .blog-post-card { animation-delay: 0.15s; }
.blog-post-item:nth-child(5) .blog-post-card { animation-delay: 0.25s; }
.blog-post-item:nth-child(6) .blog-post-card { animation-delay: 0.3s; }

/* ---- BLOG CARD STYLING ---- */
.blog-post-card {
  background: #fff !important;
  border-radius: var(--blog-card-radius) !important;
  overflow: hidden;
  box-shadow: var(--blog-card-shadow);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
              box-shadow 0.4s ease !important;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  animation: blogFadeInUp 0.5s ease both;
  position: relative;
}

/* Subtle accent line on top of card */
.blog-post-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blog-sage), var(--blog-brown-light));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.blog-post-card:hover::before {
  opacity: 1;
}

.blog-post-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--blog-card-shadow-hover);
}

/* Card image — FIXED ASPECT RATIO for equal height */
.blog-post-card__image-container {
  overflow: hidden !important;
  border-radius: var(--blog-card-radius) var(--blog-card-radius) 0 0 !important;
  position: relative;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
}

.blog-post-card__image {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
}

.blog-post-card:hover .blog-post-card__image {
  transform: scale(1.05);
}

/* Card content area — flex-grow to fill remaining space */
.blog-post-card__content {
  padding: 22px 24px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.blog-post-card__content > a {
  text-decoration: none !important;
}

/* Card tag pill */
.blog-post-card__tag-pill {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(174, 195, 176, 0.18);
  color: #4a6e4d;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  width: fit-content;
}

/* Card title */
.blog-post-card__content .text-block {
  font-family: var(--font-heading--family), serif !important;
}

.blog-post-card__content .text-block h5,
.blog-post-card__content .text-block h4,
.blog-post-card__content .text-block h3 {
  font-family: var(--font-heading--family), serif !important;
  color: var(--blog-brown) !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  font-size: 1.15rem !important;
}

/* Card metadata (date/author) */
.blog-post-card .blog-post-details {
  font-size: 0.75rem !important;
  color: var(--blog-text-muted) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Card read more link — pushed to bottom */
.blog-post-card .blog-post-card__content-text {
  margin-top: auto !important;
}

.blog-post-card .blog-post-card__content-text a {
  color: var(--blog-brown) !important;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  margin-top: 8px;
}

.blog-post-card .blog-post-card__content-text a::after {
  content: ' \2192';
  transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-card__content-text a::after {
  transform: translateX(4px);
}

/* Card description text — clamp to 2 lines */
.blog-post-card .blog-post-card__content-text {
  color: rgba(74, 63, 53, 0.7) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- HERO POST (first card) ---- */
@media screen and (min-width: 750px) {
  .blog-post-item:first-child .blog-post-card {
    flex-direction: row !important;
    border-radius: var(--blog-card-radius) !important;
  }

  .blog-post-item:first-child .blog-post-card__image-container {
    width: 55% !important;
    border-radius: var(--blog-card-radius) 0 0 var(--blog-card-radius) !important;
  }

  .blog-post-item:first-child .blog-post-card__image {
    height: 100% !important;
    min-height: 420px;
  }

  .blog-post-item:first-child .blog-post-card__content {
    width: 45% !important;
    padding: 48px 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .blog-post-item:first-child .blog-post-card__content .text-block h5,
  .blog-post-item:first-child .blog-post-card__content .text-block h4,
  .blog-post-item:first-child .blog-post-card__content .text-block h3 {
    font-size: 1.8rem !important;
  }

  .blog-post-item:first-child .blog-post-card .blog-post-card__content-text {
    -webkit-line-clamp: 5;
    font-size: 1rem !important;
  }
}

/* ---- BREADCRUMBS ---- */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--blog-text-muted);
  margin-bottom: 24px;
  width: 100%;
}

.blog-breadcrumb a {
  color: var(--blog-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-breadcrumb a:hover {
  color: var(--blog-brown);
}

.blog-breadcrumb__sep {
  opacity: 0.5;
}

.blog-breadcrumb__current {
  color: var(--blog-brown);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

/* ---- ARTICLE PAGE ---- */
/* Article header */
.section-wrapper:has(.blog-post-comments-container) .section {
  background: var(--blog-bg) !important;
}

.section-wrapper:has(.blog-post-comments-container) header {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-wrapper:has(.blog-post-comments-container) header .text-block h3 {
  font-family: var(--font-heading--family), serif !important;
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  color: var(--blog-brown) !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

.section-wrapper:has(.blog-post-comments-container) .blog-post-details {
  justify-content: center;
  font-size: 0.85rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted) !important;
}

/* Article divider after header */
.article-divider {
  width: 80px;
  height: 2px;
  background: var(--blog-sage);
  margin: 28px auto 0;
  position: relative;
}

.article-divider::after {
  content: '🌿';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--blog-bg);
  padding: 0 12px;
  font-size: 1rem;
}

/* Featured image */
.blog-post-featured-image {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 40px rgba(74, 63, 53, 0.08) !important;
  max-width: 1000px;
  margin: 0 auto !important;
}

.blog-post-featured-image__image {
  border-radius: 16px !important;
}

/* Article content typography */
.blog-post-content {
  max-width: 720px !important;
  margin: 0 auto !important;
  font-size: 1.1rem !important;
  line-height: 1.85 !important;
  color: #3a3530 !important;
}

.blog-post-content p {
  margin-bottom: 1.5em;
}

/* Drop cap */
.blog-post-content > rte-formatter > p:first-of-type::first-letter,
.blog-post-content > p:first-of-type::first-letter {
  font-family: var(--font-heading--family), serif;
  font-size: 3.6em;
  float: left;
  line-height: 0.85;
  margin-right: 10px;
  margin-top: 6px;
  color: var(--blog-brown);
  font-weight: 400;
}

/* Blockquotes */
.blog-post-content blockquote {
  border-left: 4px solid var(--blog-sage);
  padding: 24px 0 24px 28px;
  margin: 40px 0;
  font-family: var(--font-heading--family), serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--blog-brown);
  line-height: 1.5;
  background: rgba(174, 195, 176, 0.06);
  border-radius: 0 8px 8px 0;
}

/* Headings inside article */
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  font-family: var(--font-heading--family), serif !important;
  color: var(--blog-brown) !important;
  margin-top: 2em;
  margin-bottom: 0.75em;
  font-weight: 400 !important;
}

/* Images inside article */
.blog-post-content img {
  border-radius: 12px;
  margin: 32px 0;
}

/* ---- ARTICLE TAGS ---- */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin: 40px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--blog-border);
}

.article-tags a {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid var(--blog-border);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--blog-brown);
  background: #fff;
  transition: all 0.25s ease;
}

.article-tags a:hover {
  background: var(--blog-brown);
  color: #fff;
  border-color: var(--blog-brown);
}

/* ---- SOCIAL SHARE ---- */
.blog-social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 28px auto 0;
}

.blog-social-share__label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--blog-brown);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.blog-social-share__link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--blog-brown);
  border: 1px solid var(--blog-border);
  transition: all 0.3s ease;
  text-decoration: none;
}

.blog-social-share__link:hover {
  background: var(--blog-brown);
  color: #fff;
  border-color: var(--blog-brown);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(74, 63, 53, 0.15);
}

/* ---- COMMENT SECTION RESTYLE ---- */
.blog-post-comments-container {
  background: #fff;
  border-radius: 16px;
  padding: 40px !important;
  box-shadow: var(--blog-card-shadow);
  margin-top: 48px !important;
}

.blog-post-comments-container > h2 {
  font-family: var(--font-heading--family), serif !important;
  color: var(--blog-brown) !important;
  font-weight: 400 !important;
  margin-bottom: 24px;
}

.blog-post-comment {
  background: var(--blog-bg);
  padding: 20px 24px;
  border-radius: 10px;
}

/* Comment form */
.blog-post-comments-container .blog-comment-form {
  margin-top: 32px;
  border-top: 1px solid var(--blog-border);
  padding-top: 32px;
}

.blog-post-comments-container input[type="text"],
.blog-post-comments-container input[type="email"],
.blog-post-comments-container textarea {
  border: 1px solid rgba(74, 63, 53, 0.2) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-family: var(--font-body--family) !important;
  transition: border-color 0.25s !important;
  background: #fff !important;
}

.blog-post-comments-container input:focus,
.blog-post-comments-container textarea:focus {
  border-color: var(--blog-sage) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(174, 195, 176, 0.2) !important;
}

.blog-post-comments-container button[type="submit"],
.blog-post-comments-container input[type="submit"] {
  background: var(--blog-brown) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  cursor: pointer;
  transition: all 0.25s ease !important;
}

.blog-post-comments-container button[type="submit"]:hover,
.blog-post-comments-container input[type="submit"]:hover {
  background: var(--blog-brown-light) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(74, 63, 53, 0.2) !important;
}

/* ---- FEATURED BLOG SLIDER OVERRIDE ---- */
.blog-slider-section {
  background: linear-gradient(180deg, #fdf8f3 0%, #f7f0e8 100%) !important;
  padding: 80px 20px !important;
  border-radius: 0 !important;
}

.blog-slider-section .swiper-wrapper {
  align-items: stretch !important;
}

.blog-slider-section .blog-slide.swiper-slide {
  height: auto !important;
  display: flex;
}

.blog-slider-section .blog-card {
  border-radius: var(--blog-card-radius) !important;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
              box-shadow 0.4s ease;
  box-shadow: var(--blog-card-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.blog-slider-section .blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blog-sage), var(--blog-brown-light));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.blog-slider-section .blog-card:hover::before {
  opacity: 1;
}

.blog-slider-section .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--blog-card-shadow-hover);
}

.blog-slider-section .blog-card img {
  transition: transform 0.5s ease;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.blog-slider-section .blog-card:hover img {
  transform: scale(1.05);
}

.blog-slider-section .blog-card h4 {
  font-family: var(--font-heading--family), serif !important;
  font-weight: 400 !important;
  color: var(--blog-brown) !important;
  font-size: 1.25rem !important;
  line-height: 1.3 !important;
}

.blog-slider-section .blog-card p {
  color: var(--blog-text-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-slider-section .view-all-btn {
  margin-top: 48px;
}

.blog-slider-section .view-all-btn a {
  border-color: var(--blog-brown) !important;
  color: var(--blog-brown) !important;
  font-size: 1rem !important;
  padding: 14px 40px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
  font-weight: 600;
}

.blog-slider-section .view-all-btn a:hover {
  background: var(--blog-brown) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(74, 63, 53, 0.15);
}

/* ---- RESPONSIVE ---- */
@media screen and (max-width: 749px) {
  .blog-hero {
    padding: 48px 20px 40px;
  }

  .blog-hero__title {
    font-size: 2rem;
  }

  .blog-tags-nav {
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .blog-tags-nav a {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .blog-post-item:first-child .blog-post-card__content {
    padding: 20px !important;
  }

  .blog-post-comments-container {
    padding: 24px 20px !important;
    border-radius: 12px;
  }

  .blog-social-share {
    flex-wrap: wrap;
  }

  .blog-breadcrumb {
    font-size: 0.78rem;
  }

  .article-tags {
    margin: 24px auto 0;
  }
}
