@media (max-width: 768px) {
  .home-slider, .hero-slider, .swiper-container, .swiper-wrapper, .nature-slider, .hero-slider-item {
    height: auto !important;
    min-height: 200px;
  }
  .home-slider img, .hero-slider img, .swiper-slide img, .nature-slider img, .hero-slider-item img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
  }
}
.h-60px {
    height: 60px;
}
.h-80px {
    height: 80px;
}
.h-100px {
    height: 100px;
}
.h-400px {
    height: 400px;
}
.header-icon {
    position: relative;
}
.cart-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.label-input-field input,
.label-input-field textarea,
.label-input-field select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    outline: 0;
}
.label-input-field label {
    z-index: 1;
}

/* select 2 css */
.select2-container {
    width: auto;
    display: block;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.select2-dropdown {
    top: -4px;
    border-color: #e4e4e4;
}
.select2-container--open .select2-dropdown {
    left: -1px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e4e4e4;
}

/* toastr */

#toast-container {
    z-index: 999999;
}

#toast-container > div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    border-radius: 0.3125rem;
}

[dir="rtl"] #toast-container > div {
    direction: rtl;
    background-position: center right 0.9375rem;
    padding: 15px 50px 15px 25px !important;
}

[dir="rtl"] #toast-container.toast-top-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-top-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-top-full-width#toast-container > div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container > div {
    left: 0;
    right: 0;
}

#toast-container > .toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

#toast-container.toast-bottom-full-width > div .toast-close-button,
#toast-container.toast-top-full-width > div .toast-close-button {
    top: 12px !important;
}

html:not([dir="rtl"])
    #toast-container.toast-bottom-full-width
    > div
    .toast-close-button,
html:not([dir="rtl"])
    #toast-container.toast-top-full-width
    > div
    .toast-close-button {
    right: 12px !important;
}

[dir="rtl"] #toast-container.toast-bottom-full-width > div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width > div .toast-close-button {
    left: 12px !important;
}

#toast-container > .toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container [dir="rtl"] > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px;
}

#toast-container > .toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    width: 25rem !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    height: 0.1875rem;
    background-color: #212b36;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

[dir="rtl"] .toast-progress {
    left: auto;
    right: 0;
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: 0.25rem;
    padding: 0.2rem 0.45rem !important;
    -webkit-transition: all 0.23s ease 0.1s;
    transition: all 0.23s ease 0.1s;
    opacity: 1 !important;
    line-height: 0.98;
}

html:not([dir="rtl"]) .toast-close-button {
    right: 0 !important;
}

[dir="rtl"] .toast-close-button {
    left: -7px !important;
    right: auto !important;
}

@media (max-width: 419.98px) {
    .toast {
        width: 300px !important;
    }
}
#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}

#toast-container > .toast-success,
#toast-container > .toast-success .toast-message a,
#toast-container > .toast-success .toast-message label {
    background-color: #ffffff !important;
    color: #20b250;
}
#toast-container > .toast-error,
#toast-container > .toast-error .toast-message a,
#toast-container > .toast-error .toast-message label {
    background-color: #ffffff !important;
    color: #e03a1d;
}
#toast-container > .toast-info,
#toast-container > .toast-info .toast-message a,
#toast-container > .toast-info .toast-message label {
    background-color: #ffffff !important;
    color: #0d5abf;
}
#toast-container > .toast-warning,
#toast-container > .toast-warning .toast-message a,
#toast-container > .toast-warning .toast-message label {
    background-color: #ffffff !important;
    color: #fcac00;
}
#toast-container > .toast-success .toast-close-button,
#toast-container > .toast-error .toast-close-button,
#toast-container > .toast-info .toast-close-button,
#toast-container > .toast-warning .toast-close-button {
    color: #ffffff !important;
}
/* toastr */

.address-delete-modal {
    max-width: 700px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.avatar-icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.vertical-product-card .card-btn {
    z-index: 1;
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .d-none-1399 {
        display: none !important;
    }
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.grecaptcha-badge {
    z-index: 99999;
    bottom: 140px !important;
}
 .scroll-top-btn.active {
    bottom: 80px; 
}
.object-fit-cover{
    object-fit: cover;
}

[data-bs-theme=light] .clr-scheme .topbar-info-right li a:not(.dropdown-menu a) {
    color: #fff !important
}
.topbar-info-right {
    gap: 30px;
}
.topbar-info-right li::before{
    left: -16px !important;
}

.pagination li .page-link {
    min-width: auto;
    height: auto;
    padding: 4px 12px !important;
}
.tt-custom-pagination{
    flex-wrap: nowrap;
    overflow-x: auto;

}
@media (max-width: 767.98px) {
  .gshop-hero {
    padding-top: 100px !important;
  }
  .gshop-hero-single .row {
    flex-direction: column;
  }
  .hero-right {
    position: relative !important;
    min-height: 300px;
    margin-top: 20px;
  }
  .hero-img {
    position: relative !important;
    top: auto !important;
    transform: translateY(0) scale(0.9) !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
  }
  .gshop-hero-slider .gshop-hero-single.swiper-slide-active .hero-img {
    transform: translateY(0) scale(0.9) !important;
  }
  .hero-circle {
    width: 100% !important;
    max-width: 300px;
  }
}

/* Nature hero image fix */
@media (max-width: 768px) {
  .nature-hero {
    height: auto !important;
    min-height: 60vh !important;
  }
  .nature-slide-bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #000 !important;
  }
}

/* Nature hero landscape image fix */
@media (max-width: 768px) {
  .nature-hero {
    height: 56.25vw !important;
    min-height: unset !important;
  }
  .nature-slide-bg {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* Nature hero correct aspect ratio fix */
@media (max-width: 768px) {
  .nature-hero {
    height: 30.625vw !important;
    min-height: unset !important;
  }
  .nature-slide-bg {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* Nature hero - show full image no crop */
@media (max-width: 768px) {
  .nature-hero {
    height: auto !important;
    min-height: unset !important;
  }
  .nature-slide-bg {
    position: relative !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    padding-top: 30.625% !important;
    height: auto !important;
  }
  .nature-hero .carousel,
  .nature-hero .carousel-inner,
  .nature-hero .carousel-item {
    height: auto !important;
  }
  .nature-hero .container {
    position: relative !important;
    z-index: 5;
  }
}

/* Offcanvas panel starts after the orange button */
.offcanvas_menu {
    right: -425px;
    margin-right: 0;
}
.offcanvas_menu.active {
    right: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
}

/* On mobile, ensure it doesn't overlap the button */
@media (max-width: 575px) {
    .offcanvas_menu.active {
        right: 0;
        max-width: calc(100vw - 65px);
    }
}

/* Fix offcanvas position - starts below the button */
.offcanvas_menu {
    top: 70px !important;
    height: calc(100vh - 70px) !important;
}

/* ── Nature Theme Dark Mode Fix ── */
[data-bs-theme=dark] .nature-cat-card,
[data-bs-theme=dark] .nature-hero,
[data-bs-theme=dark] section[style*="background:#f8fdf9"],
[data-bs-theme=dark] section[style*="background: #f8fdf9"],
[data-bs-theme=dark] div[style*="background:#fff"],
[data-bs-theme=dark] div[style*="background: #fff"],
[data-bs-theme=dark] div[style*="background:#e8f5e9"],
[data-bs-theme=dark] div[style*="background: #e8f5e9"] {
    background: #1a2e22 !important;
    border-color: #2d5a3d !important;
}

[data-bs-theme=dark] [style*="color:#1a3d2b"],
[data-bs-theme=dark] [style*="color: #1a3d2b"],
[data-bs-theme=dark] [style*="color:#2d6a4f"],
[data-bs-theme=dark] [style*="color: #2d6a4f"] {
    color: #7ecfa0 !important;
}

[data-bs-theme=dark] .text-muted {
    color: #8aaa96 !important;
}

[data-bs-theme=dark] h1[style],
[data-bs-theme=dark] h2[style],
[data-bs-theme=dark] h3[style],
[data-bs-theme=dark] h4[style],
[data-bs-theme=dark] h5[style],
[data-bs-theme=dark] h6[style] {
    color: #d4edd9 !important;
}

[data-bs-theme=dark] p[style],
[data-bs-theme=dark] span[style*="color:#"],
[data-bs-theme=dark] small[style*="color:#"] {
    color: #a8c8b4 !important;
}

[data-bs-theme=dark] a[style*="color:#"] {
    color: #7ecfa0 !important;
}

[data-bs-theme=dark] .vertical-product-card,
[data-bs-theme=dark] .nature-cat-card {
    background: #1a2e22 !important;
}

/* ── Nature Theme Dark Mode - Broader Fix ── */
[data-bs-theme=dark] section {
    background-color: #111e16 !important;
}
[data-bs-theme=dark] section .container,
[data-bs-theme=dark] section .row {
    color: #d4edd9;
}
[data-bs-theme=dark] .py-5[style],
[data-bs-theme=dark] .ptb-100[style],
[data-bs-theme=dark] section[style] {
    background: #111e16 !important;
}
[data-bs-theme=dark] div[style*="background:#fff"],
[data-bs-theme=dark] div[style*="background: #fff"],
[data-bs-theme=dark] div[style*="background:white"],
[data-bs-theme=dark] div[style*="background: white"],
[data-bs-theme=dark] div[style*="background:#f"],
[data-bs-theme=dark] div[style*="background: #f"] {
    background: #1a2e22 !important;
    color: #d4edd9 !important;
}
[data-bs-theme=dark] [style*="color:#"] {
    color: #d4edd9 !important;
}
[data-bs-theme=dark] [style*="color: #"] {
    color: #d4edd9 !important;
}

/* ── Nature Theme Classes (Light) ── */
.nature-section-bg { background: #f8fdf9; }
.nature-pill-tag { background: #e8f5e9; color: #2d6a4f; }
.nature-heading { color: #1a3d2b; }
.nature-cat-inner { background: #fff; border: 2px solid #e8f5e9; }
.nature-icon-circle { background: #e8f5e9; }

/* ── Nature Theme Classes (Dark) ── */
[data-bs-theme=dark] .nature-section-bg { background: #111e16 !important; }
[data-bs-theme=dark] .nature-pill-tag { background: #1a3d2b !important; color: #7ecfa0 !important; }
[data-bs-theme=dark] .nature-heading { color: #d4edd9 !important; }
[data-bs-theme=dark] .nature-cat-inner { background: #1a2e22 !important; border-color: #2d5a3d !important; }
[data-bs-theme=dark] .nature-icon-circle { background: #1a3d2b !important; }
[data-bs-theme=dark] .nature-cat-card h6 { color: #d4edd9 !important; }
[data-bs-theme=dark] .nature-cat-card .text-muted { color: #8aaa96 !important; }



/* Service Strip */
.svc-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    margin: 1.25rem 0;
    gap: 0.5rem;
}
.svc-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 140px;
}
.svc-item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    stroke: var(--sage, #6a8f6a);
}
.svc-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}
.svc-sub {
    font-size: 0.7rem;
    color: #888;
    white-space: nowrap;
}
.svc-div {
    width: 1px;
    height: 36px;
    background: #e5e5e5;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .svc-div { display: none; }
    .svc-item { min-width: 45%; }
}

/* Remove orange underline from product tab nav */
.pt-info-tab-nav li a::before { display:none !important; }
.pt-info-tab-nav li a.active { color:#fff !important; }
.pt-info-tab-nav li a { color:#2d5a27 !important; }

/* Force remove orange underline from product tab nav */
ul.pt-info-tab-nav li a::before,
ul.pt-info-tab-nav li a::after { display:none !important; content:none !important; }
ul.pt-info-tab-nav li a.active::before,
ul.pt-info-tab-nav li a.active::after { display:none !important; content:none !important; width:0 !important; height:0 !important; }

/* Nature Theme Dark Mode Variables */
html[data-bs-theme=dark] {
    --nature-bg: #111e16;
    --nature-pill-bg: #1a3d2b;
    --nature-pill-color: #7ecfa0;
    --nature-heading: #d4edd9;
    --nature-card-bg: #1a2e22;
    --nature-border: #2d5a3d;
    --nature-icon-bg: #1a3d2b;
    --nature-btn-bg: #2d6a4f;
    --nature-accent: #4ab850;
    --nature-text: #b0c8b8;
}

/* Fix: vertical step nav icon overlapping text */
.tt-vertical-step ul li a,
.tt-vertical-step-link ul li a {
    padding-left: 28px !important;
}
.tt-vertical-step ul li a:before,
.tt-vertical-step-link ul li a:before {
    left: 4px !important;
}
.tt-vertical-step ul li a:after,
.tt-vertical-step-link ul li a:after {
    left: 0px !important;
}
.tt-vertical-step ul:before,
.tt-vertical-step-link ul:before {
    left: 8px !important;
}

/* ============================================
   PERFORMANCE FIXES - CLS & Font Loading
   ============================================ */

/* Prevent CLS from font swap */
@font-face { font-display: swap; }

/* Reserve hero height to prevent layout shift */
.nature-hero {
    min-height: 400px;
    contain: layout;
}

/* Reserve navbar height */
.gshop-navbar {
    min-height: 70px;
    contain: layout;
}

/* Prevent category section CLS */
section.py-5 {
    contain: layout style;
}

/* ============================================
   PERFORMANCE FIXES - CLS Prevention
   ============================================ */

/* Reserve hero aspect ratio to prevent layout shift */
.nature-hero .carousel-item img {
    aspect-ratio: 16 / 5;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Prevent font-swap CLS */
.gshop-navbar,
.gshop-header-icons,
nav.gshop-navbar {
    min-height: 70px;
}

/* Reserve space for flag images */
img.img-fluid.me-1 {
    width: 20px;
    height: 15px;
}

/* Stabilize section heights during font load */
.nature-hero {
    min-height: clamp(200px, 30vw, 600px);
}

/* ============================================
   PERFORMANCE FIXES - CLS Prevention
   ============================================ */

/* Reserve hero aspect ratio to prevent layout shift */
.nature-hero .carousel-item img {
    aspect-ratio: 16 / 5;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Prevent font-swap CLS */
.gshop-navbar,
nav.gshop-navbar {
    min-height: 70px;
}

/* Reserve space for flag images */
img.img-fluid.me-1 {
    width: 20px;
    height: 15px;
}

/* Stabilize hero height during load */
.nature-hero {
    min-height: clamp(200px, 30vw, 600px);
}

/* Fix: main landmark */
main#main-content { display: block; }

/* ============================================
   FIX: LCP Element Render Delay
   Show first carousel slide immediately without waiting for Bootstrap JS
   ============================================ */

/* Make first slide visible immediately */
#natureHeroCarousel .carousel-item:first-child {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Prevent carousel-fade from hiding first slide before JS loads */
#natureHeroCarousel.carousel-fade .carousel-item:first-child {
    opacity: 1 !important;
}

/* Ensure hero section has correct dimensions immediately */
#natureHeroCarousel,
#natureHeroCarousel .carousel-inner,
#natureHeroCarousel .carousel-item {
    min-height: 300px;
}

@media (min-width: 768px) {
    #natureHeroCarousel,
    #natureHeroCarousel .carousel-inner,
    #natureHeroCarousel .carousel-item {
        min-height: 400px;
    }
}

/* Fix: Remove gap below hero carousel on mobile */
#natureHeroCarousel .carousel-item,
#natureHeroCarousel .carousel-inner,
#natureHeroCarousel {
    min-height: 0 !important;
}

#natureHeroCarousel .carousel-item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* Remove empty space from inactive slides */
#natureHeroCarousel .carousel-item:not(.active) {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
}

/* ============================================
   CLS FIXES - Round 2
   ============================================ */

/* Fix navbar CLS - reserve exact height before main.css loads */
.gshop-navbar.bg-white {
    min-height: 70px !important;
    background: #fff !important;
}

/* Fix offcanvas CLS - keep it off screen until JS positions it */
.offcanvas_menu {
    visibility: hidden;
}
.offcanvas_menu.active {
    visibility: visible;
}

/* Fix logo unsized image */
.gshop-navbar img[alt="logo"],
header img[alt="logo"] {
    width: auto;
    height: 50px;
    max-height: 60px;
}

/* Prevent font-swap CLS on navbar text */
.gshop-navbar,
.gshop-navbar a,
.gshop-navbar .nav-link {
    font-display: optional;
}

/* Features Bar */
.features-bar { background:#016738!important; padding:18px 0!important; border-top:none!important; border-bottom:none!important; }
.features-inner { max-width:1200px; margin:0 auto; display:flex; justify-content:space-around; align-items:center; flex-wrap:wrap; padding:0 20px; gap:16px; }
.feat-item { display:flex; align-items:center; gap:14px; border-right:2px solid rgba(255,255,255,0.5)!important; padding:0 20px; }
.feat-item:last-child { border-right:none; }
.feat-icon { background:rgba(255,255,255,0.15)!important; border:2px solid rgba(255,255,255,0.4)!important; border-radius:8px; width:48px; height:48px; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:border-color 0.3s; }
.feat-icon svg { width:24px!important; height:24px!important; fill:#fff!important; transition:fill 0.3s; }
.feat-text h3 { color:#fff!important; font-size:14px; font-weight:700; margin:0 0 3px; transition:color 0.3s; }
.feat-text p { color:rgba(255,255,255,0.8)!important; font-size:12px; margin:0; }
.feat-item { cursor:pointer; transition:all 0.3s; }
.feat-item:hover .feat-icon { border-color:#f5a623!important; background:rgba(245,166,35,0.15)!important; }
.feat-item:hover .feat-icon svg { fill:#f5a623!important; }
.feat-item:hover .feat-text h3 { color:#f5a623!important; }
