@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
    --fg-emerald-950: #06281f;
    --fg-emerald-900: #082f26;
    --fg-emerald-800: #0d3b30;
    --fg-emerald-700: #115342;
    --fg-gold-500: #d6a83f;
    --fg-gold-400: #eac45c;
    --fg-gold-300: #f6da87;
    --fg-cream: #fff8ec;
    --fg-ivory: #fbf7ed;
    --fg-ink: #10231d;
}

body {
    background:
        linear-gradient(180deg, rgba(246, 218, 135, 0.12), rgba(255, 248, 236, 0) 360px),
        var(--fg-ivory) !important;
    color: var(--fg-ink);
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
.section-title,
.card-title {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    letter-spacing: 0 !important;
}

.top-nav {
    border-top: 5px solid var(--fg-emerald-950);
    box-shadow: 0 10px 35px rgba(6, 40, 31, 0.08);
}

.top-nav .navbar {
    min-height: 108px;
}

.company-logo,
.footer-logo {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    text-decoration: none !important;
}

.brand-logo-link {
    max-width: 240px !important;
    max-height: 72px !important;
    object-fit: contain;
}

.brand-tagline {
    display: block;
    color: var(--fg-gold-500);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 0.92rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
}

.searchbar,
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(8, 47, 38, 0.2) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    box-shadow: inset 0 0 0 1px rgba(214, 168, 63, 0.08);
}

.searchbar:focus,
.form-control:focus {
    border-color: var(--fg-gold-500) !important;
    box-shadow: 0 0 0 0.2rem rgba(214, 168, 63, 0.2) !important;
}

.bg-nav,
.search-nav .nav-outer {
    background:
        radial-gradient(circle at 14% 0%, rgba(234, 196, 92, 0.24), transparent 34%),
        linear-gradient(90deg, var(--fg-emerald-950), var(--fg-emerald-800)) !important;
    border-top: 1px solid rgba(234, 196, 92, 0.3);
    border-bottom: 1px solid rgba(234, 196, 92, 0.42);
}

.nav-category a,
.nav-category span,
.btn-group .dropdown-toggle,
.btn-group .font-weight-bold {
    color: var(--fg-cream) !important;
}

.nav-category {
    border-radius: 999px !important;
}

.nav-category.active-nav,
.nav-category:hover {
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    box-shadow: 0 12px 28px rgba(214, 168, 63, 0.28);
}

.nav-category.active-nav a,
.nav-category.active-nav span,
.nav-category:hover a,
.nav-category:hover span {
    color: var(--fg-emerald-950) !important;
}

.shopingicon {
    background: rgba(255, 248, 236, 0.98) !important;
    border: 1px solid rgba(234, 196, 92, 0.45);
    box-shadow: 0 10px 25px rgba(6, 40, 31, 0.18);
}

.shopingicon i,
.shopingicon ion-icon,
.ionicon-compare-outline,
.ionicon-bag-handle-outline,
.ionicon-heart,
.ionicon-person {
    color: var(--fg-emerald-900) !important;
}

.count-box,
.badge-danger,
.cart-count,
.favorite_count {
    background: var(--fg-gold-500) !important;
    color: var(--fg-emerald-950) !important;
}

.mySwiper {
    border-radius: 8px !important;
    box-shadow: 0 28px 70px rgba(6, 40, 31, 0.18);
    border: 1px solid rgba(214, 168, 63, 0.28);
}

.slide-img,
.slide-img img {
    min-height: 420px;
}

.slide-img img {
    width: 100%;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.05);
}

.swiper-pagination-bullet {
    background: rgba(255, 248, 236, 0.86) !important;
    opacity: 1 !important;
    border: 1px solid rgba(8, 47, 38, 0.3);
}

.swiper-pagination-bullet-active {
    width: 26px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
}

.section-title {
    color: var(--fg-emerald-950) !important;
    font-size: clamp(2rem, 2.6vw, 3rem) !important;
    font-weight: 700 !important;
}

.section-title::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-top: 8px;
    background: linear-gradient(90deg, var(--fg-gold-500), transparent);
}

.viewmorebtn,
.btn-primary,
.btn.btn-primary {
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    border: 0 !important;
    color: var(--fg-emerald-950) !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 28px rgba(214, 168, 63, 0.28);
}

.viewmorebtn:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, var(--fg-gold-400), #bf8417) !important;
    color: var(--fg-emerald-950) !important;
    transform: translateY(-1px);
}

.categories-card,
.product-card,
.card {
    border: 1px solid rgba(8, 47, 38, 0.12) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 18px 45px rgba(6, 40, 31, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.categories-card:hover,
.product-card:hover,
.card:hover {
    border-color: rgba(214, 168, 63, 0.5) !important;
    box-shadow: 0 24px 55px rgba(6, 40, 31, 0.14) !important;
    transform: translateY(-3px);
}

.categories-card-text h4,
.card-title {
    color: var(--fg-emerald-950) !important;
    font-weight: 700 !important;
}

.card-price .price,
.price,
#price {
    color: var(--fg-gold-500) !important;
    font-weight: 800 !important;
}

.product-card .card-body .d-flex.gap-1,
.product-card .card-body .d-flex.align-items-center.gap-2 {
    align-items: baseline !important;
    gap: 0.7rem !important;
    flex-wrap: wrap;
}

.product-card .card-price,
.grid-view-card .card-price,
.list-view-card .card-price {
    color: var(--fg-gold-500) !important;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    font-size: 1.18rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    white-space: nowrap;
}

.product-card .card-price p,
.product-card .card-price span,
.grid-view-card .card-price,
.list-view-card .card-price {
    white-space: nowrap;
}

.product-card .offer_price:empty,
.product-card .offer_price small:empty {
    display: none !important;
}

.product-card .offer_price {
    color: rgba(16, 35, 29, 0.62) !important;
    line-height: 1.2;
}

.product-card .offer_price .text-decoration-line-through,
.striped-price {
    color: rgba(16, 35, 29, 0.58) !important;
    text-decoration-color: rgba(16, 35, 29, 0.72) !important;
}

.product-discount-label,
.product-card .text-success {
    color: #0c7a43 !important;
}

.add-in-cart-btn,
.add-btn {
    background: linear-gradient(135deg, var(--fg-emerald-800), var(--fg-emerald-950)) !important;
    border: 1px solid rgba(234, 196, 92, 0.34) !important;
    color: var(--fg-cream) !important;
    border-radius: 7px !important;
    box-shadow: 0 12px 24px rgba(6, 40, 31, 0.24) !important;
    font-weight: 700 !important;
}

.add-in-cart-btn:hover,
.add-btn:hover {
    background: linear-gradient(135deg, var(--fg-gold-400), var(--fg-gold-500)) !important;
    color: var(--fg-emerald-950) !important;
    border-color: rgba(6, 40, 31, 0.12) !important;
}

.banner-paragraph,
.card-text,
.font-color,
.nav-link.font-color {
    color: rgba(16, 35, 29, 0.82) !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--fg-emerald-950) !important;
    background: var(--fg-gold-300) !important;
    border: 1px solid rgba(8, 47, 38, 0.14);
    box-shadow: 0 12px 25px rgba(6, 40, 31, 0.13);
}

.freedel-sec.bg-nav {
    margin-top: 42px;
    background:
        radial-gradient(circle at 18% 20%, rgba(246, 218, 135, 0.22), transparent 28%),
        linear-gradient(100deg, #082f26, #0d3b30 48%, #06281f) !important;
    border: 1px solid rgba(214, 168, 63, 0.42);
    box-shadow: 0 24px 60px rgba(6, 40, 31, 0.16);
}

.freedel-sec .container {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
}

.freedel-sec .row {
    row-gap: 22px;
}

.freedel-sec .info-box {
    color: var(--fg-cream) !important;
    padding: 10px 14px;
}

.freedel-sec .svg-wrapper {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 999px;
    background: rgba(255, 248, 236, 0.08);
    border: 1px solid rgba(234, 196, 92, 0.32);
}

.freedel-sec svg {
    width: 34px !important;
    height: 34px !important;
}

.freedel-sec svg path,
.freedel-sec svg .cls-1 {
    fill: var(--fg-gold-400) !important;
}

.freedel-sec .info-title {
    color: var(--fg-cream) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 1.58rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.2rem;
}

.freedel-sec .info-box-inner,
.freedel-sec .info-box-inner.text-muted,
.freedel-sec .info-box-inner p,
.freedel-sec p {
    color: rgba(255, 248, 236, 0.76) !important;
    font-size: 0.98rem;
    line-height: 1.45;
}

.chat-widget,
.chat-button,
.chat-btn {
    background: var(--fg-emerald-800) !important;
}

a,
.text-primary,
.breadcrumb-item a,
.breadcrumb-item.active,
.font-color.text-primary {
    color: var(--fg-emerald-900) !important;
}

a:hover,
.breadcrumb-item a:hover {
    color: #9b6b10 !important;
}

.breadcrumb {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(214, 168, 63, 0.18);
    border-radius: 8px !important;
    padding: 1rem 1.2rem !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(8, 47, 38, 0.45) !important;
}

.product-card .btn.add-in-cart-btn,
.grid-view-card .btn.add-in-cart-btn,
.list-view-card .btn.add-in-cart-btn,
.card .btn.add-in-cart-btn,
a.btn.add-in-cart-btn,
button.btn.add-in-cart-btn,
.add-in-cart-btn.btn,
.add-in-cart-btn:focus,
.add-in-cart-btn:active {
    background: linear-gradient(135deg, var(--fg-emerald-800), var(--fg-emerald-950)) !important;
    border-color: rgba(234, 196, 92, 0.46) !important;
    color: var(--fg-cream) !important;
    box-shadow: 0 12px 24px rgba(6, 40, 31, 0.24) !important;
}

.product-card .btn.add-in-cart-btn:hover,
.grid-view-card .btn.add-in-cart-btn:hover,
.list-view-card .btn.add-in-cart-btn:hover,
.card .btn.add-in-cart-btn:hover,
a.btn.add-in-cart-btn:hover,
button.btn.add-in-cart-btn:hover {
    background: linear-gradient(135deg, var(--fg-gold-400), var(--fg-gold-500)) !important;
    color: var(--fg-emerald-950) !important;
}

.btn-secondary,
.btn-warning,
.btn-outline-primary,
.btn-outline-secondary {
    border-color: rgba(214, 168, 63, 0.4) !important;
    color: var(--fg-emerald-950) !important;
}

.bg-gradient-design {
    background:
        radial-gradient(circle at 16% 5%, rgba(246, 218, 135, 0.26), transparent 32%),
        linear-gradient(135deg, #fff8ec, rgba(246, 218, 135, 0.2)) !important;
}

.sale-section .banner-heading {
    color: var(--fg-emerald-950) !important;
}

.flash_sale_timers,
.countdown {
    color: var(--fg-gold-500) !important;
}

footer,
.footer {
    background: #ffffff !important;
}

.footer-contact-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.55rem;
    border-radius: 999px;
    background: rgba(214, 168, 63, 0.12);
    border: 1px solid rgba(214, 168, 63, 0.34);
    color: var(--fg-emerald-950) !important;
}

.footer-contact-icon svg,
.footer-contact-icon ion-icon {
    width: 28px;
    height: 28px;
    color: var(--fg-emerald-950) !important;
    fill: currentColor;
}

footer .style-none,
footer a,
footer .fa-brands,
footer i,
footer ion-icon {
    color: var(--fg-emerald-900) !important;
}

footer a:hover,
footer .style-none:hover,
footer a:hover i {
    color: #9b6b10 !important;
}

.social-media-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(214, 168, 63, 0.12);
    border: 1px solid rgba(214, 168, 63, 0.36);
    color: var(--fg-emerald-950) !important;
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.footer-subscribe-form {
    max-width: 380px;
    display: flex;
    gap: 0.55rem;
    margin: 0 0 1rem 0.5rem;
}

.footer-subscribe-form .form-control {
    min-height: 46px;
    border: 1px solid rgba(8, 47, 38, 0.18) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: var(--fg-ink) !important;
}

.footer-subscribe-form .btn {
    min-height: 46px;
    padding: 0 1rem;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    color: var(--fg-emerald-950) !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 24px rgba(214, 168, 63, 0.22);
}

.copyright-section {
    background: linear-gradient(90deg, var(--fg-emerald-950), var(--fg-emerald-800)) !important;
    color: var(--fg-cream) !important;
    border-top: 1px solid rgba(214, 168, 63, 0.44);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    text-align: center;
}

.copyright-section a,
.copyright-section span {
    color: var(--fg-cream) !important;
}

.copyright-section .footer-powered-by a {
    color: var(--fg-gold-300) !important;
    font-weight: 800;
    text-decoration: none;
}

.copyright-section .footer-powered-by a:hover {
    color: var(--fg-gold-400) !important;
}

#content .sign-up-image {
    overflow: hidden;
    border: 1px solid rgba(214, 168, 63, 0.32);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(6, 40, 31, 0.12);
}

#content .sign-up-image iframe {
    display: block;
    width: 100% !important;
    min-height: 500px;
    filter: saturate(0.95) contrast(1.02);
}

#contact-us-form {
    padding: 2rem;
    border: 1px solid rgba(214, 168, 63, 0.24);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(246, 218, 135, 0.22), transparent 34%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 50px rgba(6, 40, 31, 0.09);
}

#contact-us-form .form-group {
    margin-bottom: 1rem !important;
}

#contact-us-form label {
    margin-bottom: 0.4rem;
    color: var(--fg-emerald-950);
    font-weight: 700;
}

#contact-us-form .form-control {
    width: 100% !important;
    min-height: 52px;
    border: 1px solid rgba(8, 47, 38, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--fg-ink) !important;
    font-size: 1rem;
    padding: 0.8rem 1rem !important;
}

#contact-us-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

#contact-us-submit-btn {
    min-height: 48px;
    padding-inline: 1.2rem !important;
}

.fragrance-toast-fallback {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    max-width: min(360px, calc(100vw - 32px));
    padding: 0.9rem 1rem;
    border: 1px solid rgba(234, 196, 92, 0.48);
    border-radius: 8px;
    background: var(--fg-emerald-950);
    color: var(--fg-cream);
    box-shadow: 0 18px 45px rgba(6, 40, 31, 0.24);
    font-weight: 700;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.fragrance-toast-fallback-success {
    background: linear-gradient(135deg, var(--fg-emerald-800), var(--fg-emerald-950));
}

.fragrance-toast-fallback-error {
    background: #8f2d2d;
}

.fragrance-toast-fallback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#cartmodal {
    color: var(--fg-ink) !important;
}

#cartmodal .offcanvas-header,
#cartmodal .offcanvas-footer {
    background: #ffffff !important;
    border-color: rgba(8, 47, 38, 0.14) !important;
}

#cartmodal .offcanvas-title,
#cartmodal .modal-title {
    color: var(--fg-emerald-950) !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 1.9rem !important;
    font-weight: 700 !important;
}

#cartmodal .cart-modal-card,
#cartmodal .card {
    border-color: rgba(8, 47, 38, 0.13) !important;
    box-shadow: 0 12px 34px rgba(6, 40, 31, 0.08) !important;
}

#cartmodal .cart-modal-card:hover,
#cartmodal .card:hover {
    transform: none;
}

#cartmodal .card-title,
#cartmodal .product-name {
    color: var(--fg-emerald-950) !important;
}

#cartmodal .cart-modal-pricing,
#cartmodal .product-line-price,
#cartmodal .subtotal-amount,
#cartmodal #subtotal-amount {
    color: var(--fg-gold-500) !important;
    font-weight: 800 !important;
}

#cartmodal .btn,
#cartmodal .checkout-btn,
#cartmodal .view-cart-btn {
    border-radius: 7px !important;
    font-weight: 700 !important;
}

#cartmodal .checkout-btn,
#cartmodal button.checkout-btn {
    background: linear-gradient(135deg, var(--fg-emerald-800), var(--fg-emerald-950)) !important;
    border: 1px solid rgba(214, 168, 63, 0.42) !important;
    color: var(--fg-cream) !important;
    box-shadow: 0 12px 24px rgba(6, 40, 31, 0.2) !important;
}

#cartmodal .view-cart-btn,
#cartmodal button.view-cart-btn {
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    border: 1px solid rgba(8, 47, 38, 0.1) !important;
    color: var(--fg-emerald-950) !important;
    box-shadow: 0 10px 22px rgba(214, 168, 63, 0.2) !important;
}

#cartmodal .qty-btn,
#cartmodal .button-minus,
#cartmodal .button-plus,
#cartmodal .cart-qty-plus,
#cartmodal .cart-qty-minus {
    color: var(--fg-emerald-950) !important;
    border-color: rgba(8, 47, 38, 0.18) !important;
}

#cartmodal .btn-close {
    filter: none !important;
    opacity: 0.75;
}

.cart-page-title .checkout-step,
.checkout-step {
    background:
        radial-gradient(circle at 14% 0%, rgba(246, 218, 135, 0.2), transparent 30%),
        linear-gradient(90deg, var(--fg-emerald-950), var(--fg-emerald-800)) !important;
    border: 1px solid rgba(214, 168, 63, 0.4) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 52px rgba(6, 40, 31, 0.16) !important;
}

.checkout-step h3,
.checkout-step i,
.checkout-step a {
    color: var(--fg-cream) !important;
}

.checkout-step .step-active {
    color: var(--fg-gold-300) !important;
    border-color: var(--fg-gold-300) !important;
    text-decoration-color: var(--fg-gold-300) !important;
}

.billing-detail-section,
.checkout-order-section,
.cart-total,
.cart-table {
    border: 1px solid rgba(8, 47, 38, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 18px 46px rgba(6, 40, 31, 0.08) !important;
}

.checkout-page-titles,
.cart-total h4,
.cart-total h5,
.checkout-order-section h4,
.checkout-order-section h5 {
    color: var(--fg-emerald-950) !important;
}

.btn-check:checked + .btn-delivery,
.btn-delivery.active,
.btn-delivery:active,
.btn-delivery:hover,
.btn-outline-primary.btn-delivery:hover {
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    border-color: rgba(8, 47, 38, 0.16) !important;
    color: var(--fg-emerald-950) !important;
    box-shadow: 0 12px 25px rgba(214, 168, 63, 0.24) !important;
}

.btn-delivery,
.btn-outline-primary.btn-delivery {
    background: #ffffff !important;
    border-color: rgba(214, 168, 63, 0.55) !important;
    color: var(--fg-emerald-950) !important;
}

.cart-table .product-price p,
.cart-table .product-subtotal p,
.cart-total .final_total,
.cart-total-table .final_total,
.checkout-order-section .product-line-price,
.checkout-order-section .final_total,
.checkout-order-section .subtotal,
.checkout-order-section .delivery_charge span,
.checkout-order-section .charges-title p:last-child,
.product-line-price,
.final_total {
    color: var(--fg-gold-500) !important;
    font-weight: 800 !important;
}

.ordered-product-price p,
.subtotal-price,
.total-price {
    color: var(--fg-emerald-900) !important;
}

.cart-table .save_for_later,
.save_for_later.btn {
    background: linear-gradient(135deg, var(--fg-gold-300), var(--fg-gold-500)) !important;
    border: 0 !important;
    color: var(--fg-emerald-950) !important;
    font-weight: 700 !important;
}

@media (max-width: 1199px) {
    .search-nav.content-wrapper {
        background: var(--fg-emerald-950) !important;
        border-bottom: 1px solid rgba(234, 196, 92, 0.4);
    }

    .slide-img,
    .slide-img img {
        min-height: 300px;
    }
}

@media (max-width: 991px) {
    #contact-us-form {
        padding: 1.25rem;
    }

    #content .sign-up-image iframe {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .search-nav.content-wrapper {
        background:
            radial-gradient(circle at 50% 0%, rgba(234, 196, 92, 0.12), transparent 34%),
            var(--fg-emerald-950) !important;
        border-bottom: 1px solid rgba(234, 196, 92, 0.36) !important;
        min-height: 96px;
    }

    .search-nav .navbar {
        min-height: 96px;
        padding: 0.8rem 0.75rem !important;
    }

    .search-nav .company-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: min(186px, calc(100vw - 190px)) !important;
        min-height: 56px;
        padding: 6px 10px 7px;
        border: 1px solid rgba(234, 196, 92, 0.48);
        border-radius: 18px;
        background: rgba(255, 248, 236, 0.96);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }

    .search-nav .brand-logo-link {
        max-width: 148px !important;
        max-height: 38px !important;
        margin: 0 !important;
    }

    .search-nav .brand-tagline {
        display: block !important;
        min-height: 0.72rem;
        max-width: 166px;
        color: var(--fg-emerald-950);
        font-size: 0.62rem;
        line-height: 0.95;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .search-nav .btn,
    .search-nav .color-primary,
    .search-nav .ionicon-cart-outline,
    .search-nav .ionicon-person-outline,
    .search-nav .fa-navicon {
        color: var(--fg-cream) !important;
    }

    .container-fluid:has(.searchcontainer) {
        background: var(--fg-ivory) !important;
    }

    .searchcontainer {
        width: 100% !important;
        padding: 0.75rem 0.85rem 0.85rem !important;
        margin: 0 !important;
        background: var(--fg-ivory) !important;
    }

    .searchcontainer .search_product {
        min-height: 44px;
        border: 1px solid rgba(8, 47, 38, 0.14) !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 20px rgba(6, 40, 31, 0.06) !important;
    }

    .mySwiper {
        width: calc(100% - 1.7rem) !important;
        margin-inline: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 16px 34px rgba(6, 40, 31, 0.13);
    }

    .mySwiper .swiper-slide,
    .mySwiper .center-swiper-slide {
        background: var(--fg-emerald-950) !important;
    }

    .mySwiper .slide-img {
        height: clamp(210px, 58vw, 260px) !important;
        min-height: 0 !important;
        max-width: none !important;
        background:
            radial-gradient(circle at 72% 42%, rgba(234, 196, 92, 0.18), transparent 36%),
            linear-gradient(135deg, var(--fg-emerald-950), var(--fg-emerald-800)) !important;
        overflow: hidden;
    }

    .mySwiper .slide-img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mySwiper .slide-img img {
        height: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
        display: block;
        object-fit: contain !important;
        object-position: center center !important;
        filter: saturate(1.22) contrast(1.08);
    }

    .mySwiper .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .section-title {
        font-size: clamp(2rem, 9vw, 2.55rem) !important;
        line-height: 1.02 !important;
    }

    .freedel-sec.bg-nav {
        width: calc(100% - 1.7rem) !important;
        margin: 1.6rem auto !important;
        border-radius: 8px !important;
        box-shadow: 0 16px 34px rgba(6, 40, 31, 0.14);
    }

    .freedel-sec .container {
        padding: 1.05rem 0.8rem !important;
    }

    .freedel-sec .row {
        row-gap: 0 !important;
    }

    .freedel-sec .info-box {
        min-height: 154px;
        padding: 0.6rem 0.35rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .freedel-sec .svg-wrapper {
        width: 42px;
        height: 42px;
        margin-bottom: 0.45rem;
    }

    .freedel-sec svg {
        width: 25px !important;
        height: 25px !important;
    }

    .freedel-sec .info-title {
        max-width: 9rem;
        font-size: 1.18rem !important;
        line-height: 1.08 !important;
        margin-bottom: 0.35rem;
    }

    .freedel-sec .info-box-inner,
    .freedel-sec .info-box-inner.text-muted,
    .freedel-sec .info-box-inner p,
    .freedel-sec p {
        max-width: 10rem;
        font-size: 0.82rem !important;
        line-height: 1.28 !important;
    }

    footer .container.pt-5 {
        padding-top: 1.6rem !important;
    }

    footer .pb-5.border-bottom {
        padding-bottom: 1.25rem !important;
    }

    footer .nav.justify-content-between {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    footer .nav.justify-content-between .nav-item {
        align-items: flex-start;
        width: 100%;
    }

    .footer-contact-icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 0.45rem;
        background: var(--fg-emerald-950);
        border-color: rgba(214, 168, 63, 0.5);
        color: var(--fg-gold-400) !important;
    }

    .footer-contact-icon svg,
    .footer-contact-icon ion-icon {
        width: 22px;
        height: 22px;
        color: var(--fg-gold-400) !important;
        fill: currentColor;
    }

    footer .nav h5 {
        margin-bottom: 0.2rem;
        font-size: 1.28rem !important;
    }

    footer .nav p {
        margin-bottom: 0;
        font-size: 0.95rem;
        line-height: 1.45;
        text-transform: none !important;
    }

    footer .row.overflow-hidden.pt-5 {
        padding-top: 1.35rem !important;
    }

    .footer-icons-section {
        padding-bottom: 1.4rem !important;
        text-align: center;
    }

    .footer-logo {
        width: 190px !important;
        height: auto !important;
        min-height: 0 !important;
        display: inline-flex !important;
        justify-content: center;
        margin: 0 auto 0.8rem !important;
    }

    .footer-logo img {
        width: 142px !important;
        height: auto !important;
        object-fit: contain;
    }

    .footer-logo .brand-tagline {
        font-size: 0.78rem;
        white-space: normal;
    }

    .footer-icons-section h5 {
        margin: 0 0 0.75rem !important;
        font-size: 1.25rem !important;
    }

    .footer-subscribe-form {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 0.9rem;
        padding: 0 0.25rem;
        gap: 0.45rem;
    }

    .footer-subscribe-form .form-control {
        min-width: 0;
        height: 42px;
        min-height: 42px;
        font-size: 0.92rem;
    }

    .footer-subscribe-form .btn {
        height: 42px;
        min-height: 42px;
        padding: 0 0.75rem;
        font-size: 0.86rem;
    }

    .social-media-icon {
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        margin: 0 0.15rem !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        border-radius: 999px !important;
        background: var(--fg-emerald-950) !important;
        border: 1px solid rgba(214, 168, 63, 0.42);
        color: var(--fg-gold-400) !important;
        font-size: 0.76rem !important;
        box-shadow: 0 8px 18px rgba(6, 40, 31, 0.12);
    }

    .footer-text-section {
        padding-top: 1.25rem !important;
    }

    .footer-text-section .row {
        row-gap: 1rem;
    }

    .footer-text-section .col-4 {
        width: 33.333%;
        padding-inline: 0.3rem !important;
    }

    .footer-text-section h5 {
        font-size: 1rem !important;
        margin-bottom: 0.55rem !important;
    }

    .footer-text-section p {
        font-size: 0.82rem !important;
        line-height: 1.45 !important;
        margin-bottom: 0.35rem !important;
        overflow-wrap: anywhere;
    }
}
