@import url("/themes/meloncart-fresh/assets/css/theme.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Indie+Flower&display=swap");
:root {
    --bs-primary: #72b018;
    --bs-primary-rgb: 114, 176, 24;
    --brand-primary: #72b018;
    --brand-accent: #69971F;
    --brand-info: #016bf8;
    --brand-success: #4cbb6c;
    --brand-warning: #FFBB00;
    --brand-danger: #BC290A;
    --headings-color: #1C533B;
    --headings-font-weight: 700;
    --text-color: #232323;
    --font-family-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    --border-radius-base: 0;
    --bomenweb-green-light: #69971F;
    --bomenweb-green-dark: #1C533B;
    --bomenweb-red: #BC290A;
    --bomenweb-yellow: #FFBB00;
    --bomenweb-cream: #f6f4ec;
    --bomenweb-cream-deep: #ece8d9;
    --bomenweb-cream-border: #e8e3d3;
    --bomenweb-leaf: url("/themes/bomenweb/assets/images/leaver-bg-pattern-25.jpg");
}

body {
    font-family: var(--font-family-sans-serif);
    color: var(--text-color);
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--headings-color);
    font-weight: var(--headings-font-weight);
}

.btn,
.btn-secondary,
.form-control {
    border-radius: 0;
}

.btn-secondary,
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-primary);
    --bs-btn-border-color: var(--brand-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bomenweb-green-dark);
    --bs-btn-hover-border-color: var(--bomenweb-green-dark);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bomenweb-green-dark);
    --bs-btn-active-border-color: var(--bomenweb-green-dark);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--brand-primary);
    --bs-btn-disabled-border-color: var(--brand-primary);
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-success:hover,
.btn-success:focus {
    background-color: var(--bomenweb-green-dark);
    border-color: var(--bomenweb-green-dark);
    color: #fff;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: var(--bomenweb-yellow);
    --bs-btn-border-color: var(--bomenweb-yellow);
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bomenweb-yellow);
    --bs-btn-hover-border-color: var(--bomenweb-yellow);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: var(--bomenweb-yellow);
    --bs-btn-active-border-color: var(--bomenweb-yellow);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: var(--bomenweb-yellow);
    --bs-btn-disabled-border-color: var(--bomenweb-yellow);
    background-color: var(--bomenweb-yellow);
    border-color: var(--bomenweb-yellow);
    color: #000;
    border-radius: 6px;
    padding: 12px 24px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--bomenweb-yellow);
    border-color: var(--bomenweb-yellow);
    color: #000;
}


.btn-outline-success {
    --bs-btn-color: var(--brand-primary);
    --bs-btn-border-color: var(--brand-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-primary);
    --bs-btn-hover-border-color: var(--brand-primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bomenweb-green-dark);
    --bs-btn-active-border-color: var(--bomenweb-green-dark);
    --bs-btn-disabled-color: var(--brand-primary);
    --bs-btn-disabled-border-color: var(--brand-primary);
}

.btn-link {
    --bs-btn-color: var(--bomenweb-green-dark);
    --bs-btn-hover-color: var(--bomenweb-green-dark);
    --bs-btn-active-color: var(--bomenweb-green-dark);
    color: var(--bomenweb-green-dark);
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: var(--bomenweb-green-dark);
}

a {
    color: var(--brand-primary);
}

a:hover {
    color: var(--bomenweb-green-dark);
}

.container-padded {
    padding-top: 2rem !important;
}

@media (min-width: 768px) {
   .container-padded {
        padding-top: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .container-padded {
        padding-top: 3rem !important;
    }
}

.container-padded.with-breadcrumb {
    padding-top: 0 !important;
}

.breadcrumb {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
}

.category-header-lead {
    color: var(--bomenweb-green-dark);
    font-size: 1rem;
    line-height: 1.55;
    max-width: 70ch;
    opacity: 0.85;
}

.header-nav-bomenweb {
    background-color: #fff;
    border-bottom: 1px solid #eef0ed;
}

.header-nav-bomenweb #layout-banner {
    background-color: var(--bomenweb-green-dark);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8125rem;
    letter-spacing: 0.01em;
    padding: 8px 0;
}

.header-nav-bomenweb #layout-banner a,
.header-nav-bomenweb #layout-banner span {
    color: #fff;
}

.header-nav-bomenweb #layout-header {
    padding: 22px 0;
    background-color: transparent;
}

.header-nav-bomenweb #layout-header .navbar-brand img {
    max-width: 210px;
    width: auto;
    height: auto;

    @media (min-width: 992px) {
        max-width: 236px;
    }
}

.header-nav-bomenweb #layout-header .bi {
    color: var(--bomenweb-green-dark);
}

.header-icons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 28px;
}

.header-icon-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: var(--bomenweb-green-dark);
    transition: color 0.15s ease;
    line-height: 1;
}

.header-icon-link:hover {
    color: var(--brand-primary);
}

.header-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-icon-wrap .bi {
    font-size: 1.5rem;
    color: inherit;
}

.header-icon-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: inherit;
}

.header-icon-badge {
    background-color: var(--brand-primary) !important;
    font-size: 0.65rem;
    padding: 0.2em 0.45em;
}

.list-inline-item .header-icon-label {
    display: none;
}

.list-inline-item .header-icon-link {
    flex-direction: row;
}

.bomenweb-search-wrap {
    display: flex;
    align-items: center;
    background: #f4f6f3;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 4px 4px 4px 18px;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.bomenweb-search-wrap:focus-within {
    background: #fff;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 4px rgba(107, 156, 35, 0.12);
}

.bomenweb-search-icon {
    color: var(--bomenweb-green-dark);
    font-size: 1rem;
    margin-right: 10px;
    flex-shrink: 0;
}

.bomenweb-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0.55rem 0;
    font-size: 0.95rem;
    color: var(--text-color);
    min-width: 0;
}

.bomenweb-search-input::placeholder {
    color: #8a958a;
}

.bomenweb-search-input:focus {
    outline: none;
    box-shadow: none;
}

.bomenweb-search-input::-webkit-search-decoration,
.bomenweb-search-input::-webkit-search-cancel-button,
.bomenweb-search-input::-webkit-search-results-button {
    display: none;
}

.bomenweb-search-submit {
    border: 0;
    background-color: var(--brand-primary);
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
}

.bomenweb-search-submit:hover,
.bomenweb-search-submit:focus {
    background-color: var(--bomenweb-green-dark);
}

.bomenweb-search .search-autocomplete-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    max-height: 60vh;
    overflow: auto;
}

.header-top-bomenweb {
    background-color: var(--bomenweb-green-dark);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.header-top-bomenweb #layout-nav {
    background-color: transparent;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.header-top-bomenweb .navbar-nav {
    gap: 0.25rem;
}

.header-top-bomenweb .navbar .navbar-nav > li.nav-item > a.nav-link,
.header-top-bomenweb .navbar-nav .nav-link {
    color: #fff;
    padding: 0.65rem 0.7rem;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.header-top-bomenweb .navbar .navbar-nav > li.nav-item > a.nav-link:hover,
.header-top-bomenweb .navbar .navbar-nav > li.nav-item > a.nav-link.active,
.header-top-bomenweb .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
}

.header-top-bomenweb .navbar .navbar-nav > li.nav-item > a.nav-link.dropdown-toggle::after {
    border-top-color: currentColor;
}

.header-top-bomenweb .header-nav-secondary {
    gap: 0;
}

.header-top-bomenweb .header-nav-secondary .nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.06);
}

@media (min-width: 992px) {
    .header-top-bomenweb .header-nav-secondary {
        margin-left: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .header-nav-bomenweb #layout-header {
        padding: 16px 0;
    }
    .header-top-bomenweb .navbar .offcanvas .navbar-nav > li.nav-item > a.nav-link,
    .header-top-bomenweb .navbar .offcanvas .navbar-nav .nav-link,
    .header-top-bomenweb .navbar .offcanvas .header-nav-secondary .nav-link {
        color: var(--bomenweb-green-dark);
    }
    .header-top-bomenweb .navbar .offcanvas .navbar-nav > li.nav-item > a.nav-link:hover,
    .header-top-bomenweb .navbar .offcanvas .navbar-nav > li.nav-item > a.nav-link.active,
    .header-top-bomenweb .navbar .offcanvas .navbar-nav .nav-link:hover,
    .header-top-bomenweb .navbar .offcanvas .navbar-nav .nav-link.active,
    .header-top-bomenweb .navbar .offcanvas .header-nav-secondary .nav-link:hover {
        color: var(--brand-primary);
        background-color: rgba(114, 176, 24, 0.08);
    }
}

.mobile-nav {
    position: relative;
    overflow: hidden;
}

.mobile-nav-panel {
    position: absolute;
    inset: 0;
    background: #fff;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0s linear 0.28s;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-panel.is-active {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.28s ease, visibility 0s linear 0s;
}

.mobile-nav-panel-main {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.28s ease;
}

.mobile-nav.is-sub .mobile-nav-panel-main {
    transform: translateX(-25%);
    visibility: visible;
}

.mobile-nav-section-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #8a8f87;
    padding: 1rem 1.25rem 0.5rem;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eef0ed;
}

.mobile-nav-item {
    border-bottom: 1px solid #eef0ed;
}

.list-group-item {
    color: #000;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    background: transparent;
    border: 0;
    color: var(--bomenweb-green-dark);
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:active,
.mobile-nav-link:focus {
    background-color: rgba(114, 176, 24, 0.08);
    color: var(--brand-primary);
}

.mobile-nav-link-button {
    cursor: pointer;
}

.mobile-nav-chevron {
    color: #b3b8af;
    font-size: 1rem;
    transition: transform 0.15s ease, color 0.15s ease;
}

.mobile-nav-link-button:hover .mobile-nav-chevron,
.mobile-nav-link-button:active .mobile-nav-chevron {
    color: var(--brand-primary);
    transform: translateX(2px);
}

.mobile-nav-link-all {
    color: var(--brand-primary);
    font-weight: 600;
}

.mobile-nav-link-all i {
    color: var(--brand-primary);
    font-size: 0.95rem;
}

.mobile-nav-back-bar {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    background: #fff;
    border-bottom: 1px solid #eef0ed;
}

.mobile-nav-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    border: 0;
    padding: 0.45rem 0.6rem;
    font-weight: 600;
    color: var(--brand-primary);
    border-radius: 6px;
    cursor: pointer;
}

.mobile-nav-back:hover,
.mobile-nav-back:active {
    background-color: rgba(114, 176, 24, 0.1);
}

.mobile-nav-back i {
    font-size: 1.05rem;
}

.mobile-nav-back-title {
    font-weight: 700;
    color: var(--bomenweb-green-dark);
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav-panel {
        transition: none;
    }
}

.header-top-bomenweb .btn-primary {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    border-radius: 6px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.header-top-bomenweb .btn-primary:hover {
    background-color: #5b8520;
    border-color: #5b8520;
}

.header-top-bomenweb .dropdown-menu {
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 0.5rem;
}

.header-top-bomenweb .dropdown-item {
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}

.bomenweb-hero .slide-item {
    position: relative;
    aspect-ratio: 16 / 7;
    background-size: cover !important;
    background-position: right -120px center !important;
    background-repeat: no-repeat !important;
    background-color: #2a3d23;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;

    @media (min-width: 992px) {
        background-position: center !important;
    }
}

.bomenweb-hero .slide-item > .hero-slide__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bomenweb-hero .hero-slide__mobile-img {
    display: none;
}

@media (max-width: 767.98px) {
    .bomenweb-hero-section {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: none !important;
    }
    .bomenweb-hero-section .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .bomenweb-hero .slide-item {
        aspect-ratio: 1112 / 1600;
        background: none !important;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }
    .bomenweb-hero .hero-slide__content,
    .bomenweb-hero .hero-slide__overlay {
        display: none;
    }
    .bomenweb-hero .hero-slide__mobile-img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .bomenweb-hero .hero-slide__mobile-img[src=""] {
        display: none;
    }
}

.bomenweb-hero .hero-slide__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-slide--overlay-none .hero-slide__overlay { background: transparent; }
.hero-slide--overlay-light .hero-slide__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 65%);
}

.hero-slide--overlay-medium .hero-slide__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.05) 70%);
}

.hero-slide--overlay-strong .hero-slide__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 80%);
}

.bomenweb-hero .hero-slide__content {
    position: relative;
    z-index: 2;
}

.bomenweb-hero .hero-slide__title {
    color: var(--headings-color);
}

.bomenweb-hero .hero-slide__subtitle {
    color: #000;
}

.hero-slide--align-center .hero-slide__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-slide--align-right .hero-slide__content {
    margin-left: auto;
    text-align: right;
}

.header-usp-row {
    display: none;
    height: 44px;
    background: #f7f8f5;
    font-size: 13px;
    color: #4a5a3e;
    border-bottom: 1px solid #eef0ed;
}

.header-usp-row .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-usp-row .slide {
    margin-right: 24px;
    display: flex;
    align-items: center;
}

.header-usp-row .slide a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-usp-row .slide img {
    width: 24px;
    margin-right: 10px;
}

.header-usp-row .slide img[src*="stars.png"] {
    width: 70px;
}

.txt-green {
    color: var(--brand-primary);
}

.header-usp-row .txt-green {
    font-weight: 700;
    margin: 0 4px;
}

@media (min-width: 768px) {
    .header-usp-row {
        display: flex;
        align-items: center;
    }
    .header-usp-row .right {
        margin-left: auto;
        display: flex;
        align-items: center;
    }
    .header-usp-row .right .slide.reviews {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header-usp-row .right .slide:nth-of-type(2),
    .header-usp-row .right .slide:nth-of-type(3) {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header-usp-row .right .slide:nth-of-type(4) {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .header-usp-row {
        display: block;
        position: relative;
    }
    .header-usp-row .container {
        flex-grow: 1;
        position: relative;
    }
    .header-usp-row > .container > .slide:first-child {
        display: none;
    }
    .header-usp-row .right {
        margin-left: 0;
        position: relative;
        flex: 1;
        height: 100%;
    }
    .header-usp-row .right .slide {
        margin-right: 0;
        opacity: 0;
        position: absolute;
        transition: opacity 1s;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .header-usp-row .right .slide.active {
        opacity: 1;
    }
}

.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 998;
    opacity: 0;
    animation: bomenwebPopIn 0.5s ease forwards;
    animation-delay: 1s;
}

.whatsapp-button .whatsapp-link {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
}

.whatsapp-button .whatsapp-link:hover {
    transform: scale(1.1);
}

.whatsapp-button .whatsapp-link img {
    width: 60px;
    height: 60px;
    display: block;
}

.whatsapp-button .hover-text {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--brand-primary);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    font-weight: 600;
}

@media (min-width: 768px) {
    .whatsapp-button .whatsapp-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes bomenwebPopIn {
    0% { opacity: 0; transform: scale(0.3); }
    70% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

#layout-footer {
    padding-top: 0;
}

#layout-footer .element-footer {
    background-color: var(--bomenweb-green-dark);
    color: rgba(255, 255, 255, 0.85);
    padding-top: 1rem;
}

#layout-footer .element-footer h6 {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

#layout-footer .element-footer .nav-link,
#layout-footer .element-footer .text-dark,
#layout-footer .element-footer .text-muted,
#layout-footer .element-footer a,
#layout-footer .element-footer .small {
    color: rgba(255, 255, 255, 0.78) !important;
}

#layout-footer .element-footer .nav-link {
    padding-left: 0;
    padding-right: 0;
}

#layout-footer .element-footer .nav-link:hover {
    color: #fff !important;
}

#layout-footer .element-footer .border-top,
#layout-footer .element-footer .border-bottom {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

#layout-footer .logo-footer {
    max-width: 220px;
    border: none;
}

#layout-footer .element-footer .footer-columns-2 {
    display: block;
    column-count: 2;
    column-gap: 1.5rem;
}

#layout-footer .element-footer .footer-columns-2 .nav-item {
    break-inside: avoid;
}

#layout-footer .footer-payment-row {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 18px 22px;
    margin: x 0 8px;
    color: rgba(255, 255, 255, 0.85);
}

#layout-footer .footer-payment-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

#layout-footer .footer-payment-icons img {
    max-height: 32px;
    width: auto;
    background: #fff;
    padding: 4px 8px;
    border-radius: 6px;
}

#layout-footer .btw-detail {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
}

#layout-footer .footer-meta-sep {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0.4rem;
}

#layout-footer .footer-contact address {
    font-style: normal;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.category-tile {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    background: #1f3a2a;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-tile:hover,
.category-tile:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-decoration: none;
}

.category-tile__media {
    position: absolute;
    inset: 0;
}

.category-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.category-tile:hover .category-tile__media img,
.category-tile:focus-visible .category-tile__media img {
    transform: scale(1.06);
}

.category-tile__media .category-tile__placeholder {
    object-fit: contain;
    padding: 18%;
    background: #eef3ee;
}

.category-tile__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.35) 40%,
        rgba(0, 0, 0, 0) 70%
    );
}

.category-tile__caption {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.15rem 1.05rem;
    color: #fff;
}

.category-tile__name {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.01em;
}

.category-tile__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    font-size: 0.95rem;
    transition: background 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
}

.category-tile:hover .category-tile__arrow,
.category-tile:focus-visible .category-tile__arrow {
    background: rgba(255, 255, 255, 0.28);
    transform: translateX(2px);
}

.product-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.10);
}

.product-tile__link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.product-tile__link:hover,
.product-tile__link:focus {
    color: inherit;
    text-decoration: none;
}

.product-tile__media {
    position: relative;
    aspect-ratio: 4 / 5;
    background-color: var(--bomenweb-cream);
    overflow: hidden;
}

.product-tile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.product-tile:hover .product-tile__media img {
    transform: scale(1.04);
}

.product-tile__media .product-tile__placeholder {
    object-fit: contain;
    padding: 18%;
    opacity: 0.6;
}

.product-tile__badges {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.product-tile__badge {
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--bomenweb-red);
    border-radius: 999px;
}

.product-tile__body {
    padding: 1rem 1.15rem 0.5rem;
    flex-grow: 1;
}

.product-tile__category {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bomenweb-green-light);
    margin-bottom: 0.35rem;
}

.product-tile__name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bomenweb-green-dark);
    margin: 0;
}

.product-tile__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 1.15rem 1.1rem;
}

.product-tile__price-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.product-tile__price {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--bomenweb-green-dark);
}

.product-tile__compare {
    font-size: 0.8125rem;
    color: #8a958a;
    text-decoration: line-through;
}

.product-tile__cart {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background-color: var(--bomenweb-cream);
    color: var(--bomenweb-green-dark);
    font-size: 1.1rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-tile__cart:hover,
.product-tile__cart:focus-visible {
    background-color: var(--brand-primary);
    color: #fff;
    transform: scale(1.05);
    outline: none;
}

.gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
}

.gallery__main {
    display: block;
    aspect-ratio: 4 / 5;
    background-color: var(--bomenweb-cream);
    border-radius: 14px;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    border: 0;
    cursor: zoom-in;
    width: 100%;
}

.gallery__main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 0.2s ease;
}

.gallery__thumbs {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
}

.gallery__thumb {
    flex: 0 0 64px;
    width: 64px;
    aspect-ratio: 4 / 5;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: var(--bomenweb-cream);
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery__thumb:hover {
    border-color: var(--bomenweb-cream-deep);
}

.gallery__thumb.is-active {
    border-color: var(--bomenweb-green-dark);
}

@media (min-width: 768px) {
    .gallery.has-thumbs {
        flex-direction: row;
        align-items: stretch;
    }
    .gallery__thumbs {
        flex-direction: column;
        flex: 0 0 84px;
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .gallery__thumb {
        flex: 0 0 auto;
        width: 84px;
    }
}

.product-attributes-table tbody tr:last-child > * {
    border-bottom-width: 0;
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox[hidden] {
    display: none;
}

.lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.lightbox__stage {
    position: relative;
    margin: 0;
    max-width: min(94vw, 1400px);
    max-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox__img {
    max-width: 94vw;
    max-height: 92vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.lightbox__close,
.lightbox__nav {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.lightbox__close:hover,
.lightbox__nav:hover {
    background: rgba(0, 0, 0, 0.75);
}

.lightbox__close:focus-visible,
.lightbox__nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.lightbox__close {
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    font-size: 2rem;
}

.lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    font-size: 2.4rem;
}

.lightbox__nav[hidden] {
    display: none;
}

.lightbox__nav--prev {
    left: 1rem;
}

.lightbox__nav--next {
    right: 1rem;
}

body.lightbox-open {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .lightbox__close {
        top: 0.5rem;
        right: 0.5rem;
        width: 40px;
        height: 40px;
        font-size: 1.75rem;
    }
    .lightbox__nav {
        width: 44px;
        height: 44px;
        font-size: 2rem;
    }
    .lightbox__nav--prev {
        left: 0.25rem;
    }
    .lightbox__nav--next {
        right: 0.25rem;
    }
}

.bomenweb-about {
    background-color: var(--bomenweb-cream);
    padding: 4rem 0;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .bomenweb-about {
        padding: 6rem 0;
    }
}

.bomenweb-about__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bomenweb-green-dark);
}

.bomenweb-about__title {
    font-size: clamp(1.75rem, 2.4vw + 1rem, 2.75rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--bomenweb-green-dark);
    margin-bottom: 0;
}

.bomenweb-about__body {
    color: #4a4a44;
    font-size: 1.0625rem;
    line-height: 1.75;
}

.bomenweb-about__body p {
    margin-bottom: 1.25rem;
}

.bomenweb-about__body p:last-child {
    margin-bottom: 0;
}

.bomenweb-about__cta {
    display: inline-flex;
    align-items: center;
    margin-top: 1.75rem;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--brand-primary);
    border-radius: 999px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.bomenweb-about__cta:hover,
.bomenweb-about__cta:focus-visible {
    color: #fff;
    background-color: var(--bomenweb-green-light);
    transform: translateX(2px);
}

.control-card-slider.type-category .slick-prev,
.control-card-slider.type-category .slick-next {
    background-color: var(--bomenweb-cream);
    border-color: var(--bomenweb-cream-border);
    color: var(--bomenweb-green-dark);
}

.control-card-slider.type-category .slick-prev:hover,
.control-card-slider.type-category .slick-next:hover,
.control-card-slider.type-category .slick-prev:focus,
.control-card-slider.type-category .slick-next:focus {
    background-color: var(--bomenweb-cream-deep);
    border-color: var(--bomenweb-green-dark);
    color: var(--bomenweb-green-dark);
    outline: none;
}

@media (min-width: 992px) {
    .dropdown-submenu {
        position: relative;
    }
    #layout-nav .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -0.25rem;
        margin-left: 0;
        transform: translateX(0);
        pointer-events: none;
    }
    #layout-nav .dropdown-submenu:hover > .dropdown-menu,
    #layout-nav .dropdown-submenu:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        pointer-events: auto;
    }
    .dropdown-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

#cartFlyout .offcanvas-header {
    padding: 1.1rem 1.25rem;
    border-bottom-color: #eef0ed !important;
}

#cartFlyout .offcanvas-title {
    color: var(--bomenweb-green-dark);
    font-weight: 600;
}

.cart-flyout-list {
    padding: 0.5rem 0;
}

.cart-flyout-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef0ed;
}

.cart-flyout-item:last-child {
    border-bottom: 0;
}

.cart-flyout-item--bundle-child {
    background: var(--bomenweb-cream);
    padding-left: 2rem;
}

.cart-flyout-item__media {
    flex-shrink: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--bomenweb-cream);
    border: 1px solid var(--bomenweb-cream-border);
}

.cart-flyout-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cart-flyout-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.cart-flyout-item__name {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bomenweb-green-dark);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-flyout-item__name:hover,
.cart-flyout-item__name:focus {
    color: var(--brand-primary);
    text-decoration: none;
}

.cart-flyout-item__meta {
    font-size: 0.8125rem;
    color: #6b7568;
    line-height: 1.3;
}

.cart-flyout-item__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.6rem;
    flex-wrap: wrap;
}

.cart-flyout-item__controls .control-quantity-input {
    margin: 0;
}

.cart-flyout-item__qty-static {
    font-size: 0.8125rem;
    color: #6b7568;
}

.cart-flyout-item__remove {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8125rem;
    color: #8a958a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cart-flyout-item__remove:hover,
.cart-flyout-item__remove:focus {
    color: var(--bomenweb-red);
}

.cart-flyout-item__remove .bi {
    font-size: 0.95rem;
}

.cart-flyout-item__price {
    text-align: right;
    font-size: 0.95rem;
    color: var(--bomenweb-green-dark);
    white-space: nowrap;
}

.cart-flyout-item__compare {
    display: block;
    font-size: 0.78rem;
    color: #8a958a;
    text-decoration: line-through;
    margin-top: 0.15rem;
}

.cart-flyout-footer {
    padding: 1.1rem 1.25rem 1.25rem;
    border-top: 1px solid #eef0ed;
    background: #fafbf7;
}

.cart-flyout-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    color: var(--bomenweb-green-dark);
    margin-bottom: 0.9rem;
}

.cart-flyout-subtotal .fw-bold {
    font-size: 1.1rem;
}

.cart-flyout-actions {
    display: flex;
    gap: 0.6rem;
}

.cart-flyout-actions .btn {
    flex: 1;
    padding: 0.6rem 0.9rem;
    font-weight: 600;
}

.cart-page {
    margin-bottom: 2rem;
}

.cart-page-card {
    background: #fff;
    border: 1px solid #eef0ed;
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
}

.cart-page-card--soft {
    background: var(--bomenweb-cream);
    border-color: var(--bomenweb-cream-border);
}

.cart-page-card__title {
    font-size: 1.35rem;
    color: var(--bomenweb-green-dark);
    margin: 0 0 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef0ed;
}

.cart-page-empty {
    background: #fff;
    border: 1px solid #eef0ed;
    border-radius: 12px;
    padding: 3.5rem 1.5rem;
    margin: 1rem 0 2.5rem;
}

.cart-page-empty h3 {
    color: var(--bomenweb-green-dark);
}

@media (min-width: 992px) {
    .cart-page-summary {
        position: sticky;
        top: 1.5rem;
    }
}

.cart-list {
    margin: 0;
}

.cart-list__head {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 160px 110px;
    gap: 1.25rem;
    align-items: center;
    padding: 0 0 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a958a;
    border-bottom: 1px solid #eef0ed;
}

.cart-list__head-product { grid-column: 1 / span 2; }
.cart-list__head-qty { text-align: center; }
.cart-list__head-total { text-align: right; }
.cart-list__item {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 160px 110px;
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px solid #eef0ed;
}

.cart-list__item:last-child {
    border-bottom: 0;
}

.cart-list__item--bundle-child {
    background: var(--bomenweb-cream);
    border-radius: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0.25rem 0;
    border-bottom: 0;
}

.cart-list__media {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--bomenweb-cream);
    border: 1px solid var(--bomenweb-cream-border);
    flex-shrink: 0;
}

.cart-list__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cart-list__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.cart-list__name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--bomenweb-green-dark);
    text-decoration: none;
}

.cart-list__name:hover,
.cart-list__name:focus {
    color: var(--brand-primary);
    text-decoration: none;
}

.cart-list__meta {
    font-size: 0.85rem;
    color: #6b7568;
    line-height: 1.35;
}

.cart-list__price {
    font-size: 0.9rem;
    color: var(--brand-primary);
    font-weight: 600;
    margin-top: 0.25rem;
}

.cart-list__compare {
    color: #8a958a;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 0.4rem;
}

.cart-list__qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.cart-list__qty .control-quantity-input {
    margin: 0;
}

.cart-list__qty-static {
    font-size: 0.95rem;
    color: #6b7568;
    text-align: center;
}

.cart-list__remove {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8125rem;
    color: #8a958a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cart-list__remove:hover,
.cart-list__remove:focus {
    color: var(--bomenweb-red);
}

.cart-list__total {
    text-align: right;
    color: var(--bomenweb-green-dark);
    font-size: 1.05rem;
    white-space: nowrap;
}

.cart-list__bundle-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: var(--bomenweb-cream);
    border-radius: 10px;
    margin: 0.25rem 0 0.75rem;
    color: var(--bomenweb-green-dark);
}

@media (max-width: 575.98px) {
    .cart-list__head {
        display: none;
    }
    .cart-list__item {
        grid-template-columns: 80px minmax(0, 1fr);
        grid-template-areas:
            "media body"
            "qty   total";
        gap: 1rem;
    }
    .cart-list__media { grid-area: media; width: 80px; height: 80px; }
    .cart-list__body  { grid-area: body; }
    .cart-list__qty   { grid-area: qty; align-items: flex-start; }
    .cart-list__total { grid-area: total; align-self: end; }
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.5rem 0;
    color: var(--bomenweb-green-dark);
}

.cart-summary-secure {
    text-align: center;
    font-size: 0.85rem;
    color: #6b7568;
}

.bw-stepper {
    list-style: none;
    margin: 0 auto;
    padding: 1.75rem 0 2rem;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    counter-reset: bw-stepper;
}

@media (min-width: 768px) {
    .bw-stepper {
        padding: 2.5rem 0 2.75rem;
    }
}

.bw-stepper__item {
    flex: 1 1 0;
    position: relative;
    text-align: center;
    min-width: 0;
}

.bw-stepper__item + .bw-stepper__item::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 50%;
    left: -50%;
    height: 2px;
    background: #e3e6df;
    z-index: 0;
}

.bw-stepper__item.is-completed + .bw-stepper__item::before,
.bw-stepper__item.is-completed::after {
    background: var(--brand-primary);
}

.bw-stepper__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    color: #8a958a;
    font-weight: 500;
    transition: color 0.2s ease;
    max-width: 100%;
}

a.bw-stepper__link:hover,
a.bw-stepper__link:focus {
    color: var(--bomenweb-green-dark);
}

.bw-stepper__marker {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    border: 2px solid #e3e6df;
    color: #8a958a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bw-stepper__marker .bi {
    display: none;
    font-size: 1.05rem;
}

.bw-stepper__label {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.bw-stepper__item.is-current .bw-stepper__marker {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(114, 176, 24, 0.18);
}

.bw-stepper__item.is-current .bw-stepper__link,
.bw-stepper__item.is-current .bw-stepper__label {
    color: var(--bomenweb-green-dark);
    font-weight: 600;
}

.bw-stepper__item.is-completed .bw-stepper__marker {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

.bw-stepper__item.is-completed .bw-stepper__marker .bi {
    display: inline-block;
}

.bw-stepper__item.is-completed .bw-stepper__marker .bw-stepper__number {
    display: none;
}

.bw-stepper__item.is-completed .bw-stepper__label {
    color: var(--bomenweb-green-dark);
}

@media (max-width: 575.98px) {
    .bw-stepper__label {
        font-size: 0.72rem;
    }
    .bw-stepper__marker {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    .bw-stepper__item + .bw-stepper__item::before {
        top: 15px;
    }
}

.checkout-section {
    margin-bottom: 2rem;
}

.checkout-section__title {
    font-size: 1.1rem;
    color: var(--bomenweb-green-dark);
    margin: 0 0 0.4rem;
}

.checkout-section__lede {
    color: #6b7568;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.order-summary__items {
    margin: 0;
}

.order-summary__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid #eef0ed;
}

.order-summary__item:last-child {
    border-bottom: 0;
}

.order-summary__item--bundle-child {
    background: var(--bomenweb-cream);
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    border-bottom: 0;
    margin-bottom: 0.25rem;
}

.order-summary__media {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bomenweb-cream);
    border: 1px solid var(--bomenweb-cream-border);
}

.order-summary__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.order-summary__qty {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--bomenweb-green-dark);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.order-summary__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.order-summary__name {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--bomenweb-green-dark);
    line-height: 1.3;
}

.order-summary__meta {
    font-size: 0.8rem;
    color: #6b7568;
    line-height: 1.3;
}

.order-summary__price {
    text-align: right;
    font-size: 0.9rem;
    color: var(--bomenweb-green-dark);
    white-space: nowrap;
    font-weight: 500;
}

.order-summary__totals {
    border-top: 1px solid #eef0ed;
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.order-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.35rem 0;
    color: var(--text-color);
    font-size: 0.95rem;
}

.order-summary__row--discount {
    color: var(--brand-primary);
}

.order-summary__row--total {
    border-top: 1px solid #eef0ed;
    margin-top: 0.5rem;
    padding-top: 0.85rem;
    color: var(--bomenweb-green-dark);
    font-size: 1.1rem;
    font-weight: 700;
}

.order-summary__row--tax {
    color: #8a958a;
    font-size: 0.8rem;
    padding-top: 0.2rem;
}

.article-detail .article-content {
    line-height: 1.7;
}

.article-detail .article-content h2,
.article-detail .article-content h3 {
    color: var(--bomenweb-green-dark);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-detail .article-content p,
.article-detail .article-content ul,
.article-detail .article-content ol {
    margin-bottom: 1.25rem;
}

.article-sidebar {
    position: sticky;
    top: 1.5rem;
}

.article-sidebar .card.bg-light {
    background-color: #f6f4ec !important;
}

.contact-page .contact-content.bg-light,
.contact-page .contact-sidebar .card.bg-light {
    background-color: var(--bomenweb-cream) !important;
}

.contact-page .contact-content {
    border-radius: 0.75rem;
}

.contact-page .form-control,
.contact-page .form-select {
    background-color: #ffffff;
    border-color: var(--bomenweb-cream-border);
    padding: 0.6rem 0.85rem;
}

.contact-page .form-control:focus,
.contact-page .form-select:focus {
    border-color: var(--bomenweb-green-light);
    box-shadow: 0 0 0 0.2rem rgba(105, 151, 31, 0.15);
}

.contact-page .form-label {
    font-weight: 600;
    color: var(--bomenweb-green-dark);
    margin-bottom: 0.35rem;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contact-info-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--bomenweb-green-dark);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.contact-info-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bomenweb-green-dark);
    margin-bottom: 0.1rem;
}

.contact-info-text a {
    color: inherit;
    text-decoration: none;
}

.contact-info-text a:hover {
    color: var(--bomenweb-green-light);
}

.contact-cta,
.article-cta {
    background-color: var(--bomenweb-green-dark);
    color: #ffffff;
    border-radius: 0.75rem;
}

.contact-cta h4,
.contact-cta h5,
.article-cta h5 {
    color: #ffffff;
}

.contact-cta .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--bomenweb-green-dark);
}

.contact-cta .btn-primary:hover,
.contact-cta .btn-primary:focus {
    background-color: var(--bomenweb-cream);
    border-color: var(--bomenweb-cream);
    color: var(--bomenweb-green-dark);
}

.article-cta .btn-primary {
    border: 0;
}

.article-cta .btn-primary:hover,
.article-cta .btn-primary:focus,
.article-cta .btn-primary:active {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #ffffff;
}

@media (min-width: 992px) {
    .contact-sidebar {
        position: sticky;
        top: 1.5rem;
    }
}

.add-to-cart-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    width: 100%;
}

.add-to-cart-control .product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bomenweb-green-dark);
    margin: 0;
}

.add-to-cart-control .cart-symbol {
    color: var(--bs-gray-400);
    font-size: 1.1rem;
    font-weight: 700;
}

.add-to-cart-control .control-quantity-input {
    width: auto;
    flex: 0 0 auto;
}

.add-to-cart-control .control-quantity-input .button-minus,
.add-to-cart-control .control-quantity-input .button-plus,
.add-to-cart-control .control-quantity-input .quantity-field {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
}

.add-to-cart-control .control-quantity-input .quantity-field {
    width: 4rem;
    text-align: center;
}

.add-to-cart-control__btn {
    flex: 1 0 100%;
}

@media (min-width: 576px) {
    .add-to-cart-control__btn {
        flex: 0 0 auto;
    }
}

.product-usps {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    color: #333332;
}

.product-usps li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-usps i {
    font-size: 22px;
    color: #333332;
    width: 28px;
    flex: 0 0 28px;
    text-align: center;
}

.product-usps .txt-green {
    font-weight: 600;
}


.bg-gray-light {
    background-color: #f7f8f5;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ===== Diensten pages ===== */
.diensten-hero {
    background: var(--bomenweb-cream);
    border-bottom: 1px solid var(--bomenweb-cream-border);
    padding: 3rem 0 2.5rem;
}

.diensten-hero__eyebrow {
    color: var(--bomenweb-green-light);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.diensten-hero__title {
    color: var(--bomenweb-green-dark);
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    line-height: 1.1;
    margin: 0.5rem 0 1rem;
}

.diensten-hero__lead {
    color: var(--bomenweb-green-dark);
    font-size: 1.0625rem;
    line-height: 1.65;
    max-width: 62ch;
    opacity: 0.9;
}

.diensten-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.diensten-card {
    background: #fff;
    border: 1px solid var(--bomenweb-cream-border);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.diensten-card:hover,
.diensten-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(28, 83, 59, 0.12);
    border-color: var(--bomenweb-green-light);
    color: inherit;
    text-decoration: none;
}

.diensten-card__media {
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: var(--bomenweb-cream-deep);
}

.diensten-card__body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.diensten-card__title {
    color: var(--bomenweb-green-dark);
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.diensten-card__text {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    flex: 1;
}

.diensten-card__link {
    color: var(--brand-primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
}

.diensten-card__link .bi {
    transition: transform 0.2s ease;
}

.diensten-card:hover .diensten-card__link .bi {
    transform: translateX(4px);
}

.diensten-detail {
    padding: 2.5rem 0 3rem;
}

.diensten-detail__media {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    margin-bottom: 2rem;
}

.diensten-detail__body {
    max-width: 70ch;
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #2a2a2a;
}

.diensten-detail__body p {
    margin-bottom: 1.1rem;
}

.diensten-detail__body img {
    max-width: 100%;
    height: auto;
    margin: 1.75rem 0;
}

.diensten-detail__body a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.diensten-detail__body a:hover {
    color: var(--bomenweb-green-dark);
}

.diensten-cta {
    background: var(--bomenweb-cream);
    padding: 2rem;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    justify-content: space-between;
}

.diensten-cta__text h3 {
    color: var(--bomenweb-green-dark);
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
}

.diensten-cta__text p {
    color: var(--bomenweb-green-dark);
    margin: 0;
    opacity: 0.85;
}

.diensten-related {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--bomenweb-cream-border);
}

.diensten-related h2 {
    color: var(--bomenweb-green-dark);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

/* USP-blokken in categorie-intro (vervangt oude check_green.png) */
.category-usp {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem;
}

.check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--bomenweb-green-light);
    font-size: 1.2rem;
    line-height: 1;
}
