/* =========================================================
   FreezeVault brand theme
   Palette: Cool Morning #244268 | Frost #4479B0 | Glacier #8C98BF
            Icy #BCC0E0 | Ice #E0E8F0 | Accent #00A2FF
   ========================================================= */

:root {
    --fv-cool-morning: #244268;
    --fv-frost: #4479b0;
    --fv-glacier: #8c98bf;
    --fv-icy: #bcc0e0;
    --fv-ice: #e0e8f0;
    --fv-accent: #00a2ff;
    --fv-navy: #003b8e;
}

/* Primary yellow → FreezeVault accent blue */
.btn-yellow,
.main-btn.btn-yellow,
.main-btn.yellow-bg,
.yellow-bg,
.header-navigation .main-menu ul > li > a.active,
.navigation-one .main-menu > ul > li > a.active,
.navigation-one .main-menu > ul > li:hover > a,
.header-navigation .main-menu ul > li .sub-menu li a:hover,
.header-navigation .main-menu ul > li .sub-menu li:hover > a,
.tag-line,
.back-to-top,
.features-item .icon,
.information-item_one .icon,
.service-box .icon,
.counter-inner .number,
.section-title .sub-title,
.cat-btn,
.play-one_content-box .video-popup,
.single-chart-item .number,
.brand-card,
.page-banner .brand-card {
    /* handled below with more specific rules */
}

.main-btn.btn-yellow,
.main-btn.yellow-bg,
.btn-yellow {
    background-color: var(--fv-accent) !important;
    border-color: var(--fv-accent) !important;
    color: #fff !important;
}

.main-btn.btn-yellow:hover,
.main-btn.yellow-bg:hover {
    background-color: var(--fv-cool-morning) !important;
    border-color: var(--fv-cool-morning) !important;
    color: #fff !important;
}

.yellow-bg {
    background-color: var(--fv-frost) !important;
}

.bordered-yellow,
.main-btn.bordered-btn.bordered-yellow {
    border-color: var(--fv-accent) !important;
    color: var(--fv-cool-morning) !important;
}

.main-btn.bordered-btn.bordered-yellow:hover {
    background-color: var(--fv-accent) !important;
    color: #fff !important;
}

/* Nav active / hover */
.navigation-one .main-menu > ul > li > a {
    background-color: var(--fv-ice) !important;
    color: var(--fv-cool-morning) !important;
}

.navigation-one .main-menu > ul > li > a.active,
.navigation-one .main-menu > ul > li:hover > a {
    background-color: var(--fv-accent) !important;
    color: #fff !important;
}

.header-navigation .main-menu ul > li .sub-menu li a:hover,
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
    background-color: var(--fv-accent) !important;
    color: #fff !important;
}

/* Accent text & icons */
.section-title .sub-title,
.hero-content .tag-line,
.information-item_one .icon,
.service-box .icon i,
.counter-inner .number,
.single-chart-item .number,
.back-to-top {
    color: #fff !important;
}

/* Floating cart + WhatsApp — all pages */
.fv-floating-actions {
    position: fixed;
    right: 30px;
    bottom: 95px;
    z-index: 338;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.floating-cart,
.floating-whatsapp {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 28px rgba(0, 162, 255, 0.35);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-cart {
    background: var(--fv-accent);
}

.floating-whatsapp {
    background: #25d366;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
}

.floating-cart:hover,
.floating-cart:focus {
    background: var(--fv-cool-morning);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(36, 66, 104, 0.35);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
    background: #1ebe57;
    color: #fff !important;
    transform: translateY(-3px);
}

.floating-cart__badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #fff;
    color: var(--fv-cool-morning);
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fv-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 400;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    background: var(--fv-cool-morning);
    color: #fff;
    box-shadow: 0 16px 40px rgba(36, 66, 104, 0.28);
    font-size: 14px;
    font-weight: 500;
}

.fv-toast i {
    color: #7dd3fc;
}

.fv-toast a {
    color: #fff;
    text-decoration: underline;
    margin-left: 4px;
}

.fv-toast-enter-active,
.fv-toast-leave-active {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fv-toast-enter-from,
.fv-toast-leave-to {
    opacity: 0;
    transform: translate(-50%, 12px);
}

.back-to-top {
    background: var(--fv-cool-morning) !important;
    color: #fff !important;
}

.back-to-top:hover,
.back-to-top:focus {
    background: var(--fv-accent) !important;
    color: #fff !important;
}

@media (max-width: 575px) {
    .fv-floating-actions {
        right: 16px;
        bottom: 88px;
    }

    .floating-cart,
    .floating-whatsapp {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .fv-toast {
        left: 16px;
        right: 16px;
        bottom: 20px;
        transform: none;
        justify-content: center;
    }

    .fv-toast-enter-from,
    .fv-toast-leave-to {
        transform: translateY(12px);
    }

    .back-to-top {
        right: 16px !important;
        bottom: 20px !important;
    }
}

.features-item .icon i {
    color: #fff !important;
}

.information-item_one .icon,
.features-item .icon,
.brand-card {
    background-color: var(--fv-accent) !important;
    color: #fff !important;
}

.information-item_one .icon i,
.brand-card h3,
.brand-card img {
    color: #fff !important;
}

.brand-card,
.page-banner .brand-card {
    background: var(--fv-cool-morning) !important;
}

.page-banner .brand-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 32px !important;
}

.page-banner .brand-card img {
    width: 140px !important;
    height: auto !important;
    max-width: 100%;
    object-fit: contain !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 14px 12px !important;
    box-shadow: none !important;
}

.page-banner .brand-card h3 {
    display: none !important;
}

.preloader .pre-box {
    background: var(--fv-accent) !important;
}

/* Dark sections use FreezeVault navy */
.dark-black-bg {
    background-color: var(--fv-cool-morning) !important;
}

.light-gray-bg {
    background-color: var(--fv-ice) !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.hero-content h1,
.page-title h1,
.section-title h2 {
    color: var(--fv-cool-morning);
}

.hero-content h1,
.page-title h1,
.section-title-white h2,
.section-title-white .sub-title,
.footer-default.footer-white,
.footer-default.footer-white h4,
.footer-default.footer-white h5,
.footer-default.footer-white h6,
.footer-default.footer-white p,
.footer-default.footer-white a {
    color: #fff !important;
}

.hero-area-one .hero-content .tag-line {
    color: var(--fv-accent) !important;
}

/* Smaller hero headline */
.hero-area-one .hero-content .tag-line {
    margin-bottom: 18px !important;
    font-size: 18px;
}

.hero-area-one .hero-content h1 {
    font-size: 72px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px !important;
}

@media (max-width: 1199px) {
    .hero-area-one .hero-content h1 {
        font-size: 48px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 767px) {
    .hero-area-one .hero-content h1 {
        font-size: 32px !important;
        line-height: 1.25 !important;
    }
}


/* Keep Orgarium top nav on one row at desktop widths — centered */
@media (min-width: 1200px) {
    .navigation-one .primary-menu {
        justify-content: center;
    }

    .navigation-one .nav-inner-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .navigation-one .nav-menu {
        width: auto;
    }

    .navigation-one .main-menu > ul {
        display: inline-flex;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .navigation-one .main-menu > ul > li > a {
        padding: 28.5px 48px;
        font-size: 16px;
    }
}

@media (min-width: 1400px) {
    .navigation-one .main-menu > ul > li > a {
        padding: 28.5px 58px;
    }
}

.header-navigation .main-menu ul > li.has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
}

/* Logo sizing in header/footer — full lockup must stay uncropped */
.brand-logo {
    overflow: visible !important;
    display: inline-block;
    max-width: 90px;
}

.brand-logo img,
.site-logo .brand-logo img,
.header-area .brand-logo img,
.footer-default .brand-logo img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
}

.header-middle .brand-logo {
    max-width: 95px;
}

.header-navigation .brand-logo,
.brand-logo--nav {
    max-width: 80px;
}

.footer-default .brand-logo,
.brand-logo--footer {
    max-width: 148px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.footer-default .brand-logo img {
    filter: none;
}

/* ===== Footer polish ===== */
.footer-default.dark-black-bg {
    background-color: #1a2f4a !important;
}

.footer-default .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-default .footer-contact-item .contact-info {
    padding: 32px 28px !important;
}

.footer-default .footer-contact-item:last-child .contact-info {
    border-right: none;
}

.footer-default .footer-contact-item .contact-info .icon {
    background-color: var(--fv-accent) !important;
    color: #fff !important;
    flex: 0 0 46px;
    max-width: 46px;
    height: 46px;
    font-size: 22px;
}

.footer-default .footer-contact-item .contact-info .text h5 {
    font-size: 13px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55) !important;
    margin-bottom: 4px !important;
}

.footer-default .footer-contact-item .contact-info .text h6,
.footer-default .footer-contact-item .contact-info .text h6 a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.footer-default .footer-widget h4.widget-title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 22px !important;
    font-size: 18px !important;
}

.footer-default .footer-widget h4.widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--fv-accent);
}

.footer-default .footer-about-content {
    padding-right: 24px !important;
    margin-top: 0 !important;
}

.footer-default .footer-about-content > p {
    color: rgba(255, 255, 255, 0.68) !important;
    line-height: 1.7;
    margin-bottom: 22px;
    font-size: 15px;
}

.footer-default .footer-about-content .social-box h4 {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer-default .footer-about-content .social-box ul.social-link {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-default .footer-about-content .social-box ul.social-link li {
    margin: 0 !important;
}

.footer-default .footer-about-content .social-box ul.social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-default .footer-about-content .social-box ul.social-link li a:hover {
    background: var(--fv-accent) !important;
    border-color: var(--fv-accent) !important;
    color: #fff !important;
}

.footer-default .footer-widget-nav--single {
    display: block !important;
}

.footer-default .footer-widget-nav--single ul {
    width: 100% !important;
    float: none !important;
}

.footer-default .footer-widget-nav ul li {
    margin-bottom: 10px !important;
}

.footer-default .footer-widget-nav ul li a {
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 15px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-default .footer-widget-nav ul li a:hover {
    color: var(--fv-accent) !important;
    padding-left: 4px;
}

.footer-default .footer-hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.footer-default .footer-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.footer-default .footer-hours-list li strong {
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.footer-default .footer-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px !important;
    white-space: nowrap;
}

.footer-default .footer-newsletter-one {
    background: rgba(0, 162, 255, 0.12);
    border: 1px solid rgba(0, 162, 255, 0.22);
    border-radius: 10px;
    padding: 28px 32px !important;
    margin-bottom: 10px;
}

.footer-default .footer-newsletter-one .footer-text h5 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    color: #fff !important;
}

.footer-default .footer-newsletter-one .newsletter-form .form_group {
    margin-bottom: 0;
}

.footer-default .footer-newsletter-one .newsletter-form .form_control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    border-radius: 6px;
    min-height: 52px;
    padding: 12px 18px !important;
}

.footer-default .footer-newsletter-one .newsletter-form .form_control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-default .footer-newsletter-one .newsletter-form .main-btn {
    width: 100%;
    min-height: 52px;
}

.footer-default .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 28px;
    padding: 22px 0 !important;
}

.footer-default .footer-copyright .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55) !important;
}

@media (max-width: 1199px) {
    .footer-default .footer-newsletter-one {
        padding: 24px 20px !important;
    }

    .footer-default .footer-newsletter-one .footer-text {
        margin-bottom: 16px;
    }

    .footer-default .footer-newsletter-one .newsletter-form .form_group {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .footer-default .footer-contact-item .contact-info {
        justify-content: flex-start !important;
        padding: 24px 10px !important;
    }

    .footer-default .footer-about-content {
        padding-right: 0 !important;
    }
}

/* Extra template yellow hex replacements via filter on decorative accents */
.main-btn.btn-yellow,
.partners-section.yellow-bg,
.offer-section-one .experience-box {
    /* partners section uses yellow-bg class already remapped */
}

.fun-fact .big-text h2,
.big-text h2 {
    background-image: url(/assets/images/freeze/text-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.partners-section.yellow-bg h4 {
    color: #fff !important;
}

.partner-item .partner-img img,
.partner-item-two .partner-img img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

/* ===== Partners marquee strip ===== */
.partners-section--marquee {
    position: relative;
    overflow: hidden;
    padding: 56px 0 52px !important;
    background:
        radial-gradient(ellipse 80% 120% at 10% 0%, rgba(0, 162, 255, 0.28), transparent 55%),
        radial-gradient(ellipse 70% 100% at 90% 100%, rgba(68, 121, 176, 0.35), transparent 50%),
        linear-gradient(135deg, #1a3354 0%, var(--fv-cool-morning) 48%, #1e3a5f 100%) !important;
}

.partners-section--marquee::before,
.partners-section--marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}

.partners-section--marquee::before {
    left: 0;
    background: linear-gradient(90deg, #1a3354, transparent);
}

.partners-section--marquee::after {
    right: 0;
    background: linear-gradient(270deg, #1e3a5f, transparent);
}

.partners-section--marquee .partners-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fv-accent) !important;
}

.partners-section--marquee .section-title h4 {
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}

.partner-marquee {
    overflow: hidden;
    width: 100%;
    margin-top: 8px;
}

.partner-marquee__track {
    display: flex;
    width: max-content;
    align-items: center;
    animation: fv-partner-marquee 32s linear infinite;
}

.partner-marquee:hover .partner-marquee__track {
    animation-play-state: paused;
}

.partner-marquee__group {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 18px;
}

.partner-marquee__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 88px;
    padding: 14px 22px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.partner-marquee__item img {
    max-height: 56px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.partner-marquee__item:hover img {
    opacity: 1;
    transform: scale(1.04);
}

@keyframes fv-partner-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
    .partners-section--marquee {
        padding: 44px 0 40px !important;
    }

    .partners-section--marquee .section-title h4 {
        font-size: 22px !important;
    }

    .partners-section--marquee::before,
    .partners-section--marquee::after {
        width: 40px;
    }

    .partner-marquee__item {
        min-width: 120px;
        height: 74px;
        padding: 12px 16px;
    }

    .partner-marquee__track {
        animation-duration: 24s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partner-marquee__track {
        animation: none;
    }
}

.offer-one_image-box .content-box h2,
.offer-one_image-box .experience-box {
    color: #fff !important;
}

.progress-bar,
.skill-bar .bar span {
    background-color: var(--fv-accent) !important;
}


/* ===== Quote button: keep on one line ===== */
.header-middle .contact-information .button {
    flex: 0 0 auto !important;
    max-width: none !important;
}

.header-middle .contact-information .button .main-btn,
.main-btn.btn-quote {
    white-space: nowrap !important;
    padding: 15px 28px !important;
    min-width: 180px;
}

.main-btn.btn-quote:after {
    margin-left: 12px;
}

/* ===== Header contact row: even right-side alignment ===== */
.header-middle .row {
    align-items: center !important;
}

.header-middle .contact-information {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 28px;
    width: 100%;
}

.header-middle .contact-information .information-item_one {
    flex: 0 1 auto !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: center !important;
    gap: 14px;
    min-width: 0;
}

.header-middle .contact-information .information-item_one .icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.header-middle .contact-information .information-item_one .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.header-middle .contact-information .information-item_one .info h5 {
    margin: 0 0 4px !important;
    line-height: 1.2;
}

.header-middle .contact-information .information-item_one .info p {
    margin: 0 !important;
    line-height: 1.3;
    white-space: nowrap;
}

.header-middle .contact-information .button {
    flex: 0 0 auto !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: right;
    display: flex;
    align-items: center;
}

.header-middle .contact-information .button .main-btn,
.main-btn.btn-quote {
    white-space: nowrap !important;
    padding: 14px 26px !important;
    min-width: 0 !important;
    margin: 0;
}

@media (max-width: 1399px) {
    .header-middle .contact-information {
        gap: 20px;
    }

    .header-middle .contact-information .information-item_one .info p {
        white-space: normal;
    }
}

/* About section images — match original template proportions */
.about-one_image-box {
    min-height: 520px;
}

.about-one_image-box .about-img_one img {
    width: 275px;
    height: 245px;
    object-fit: cover;
    display: block;
}

.about-one_image-box .about-img_two img {
    width: 470px;
    max-width: 100%;
    height: 325px;
    object-fit: cover;
    display: block;
}

.about-four_image-box .about-img_one {
    max-width: 470px;
    width: 100%;
    height: auto;
}

.about-four_image-box .about-img_two {
    max-width: 220px;
    width: auto;
    height: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one_image-box .about-img_two img {
        width: 380px;
        height: 505px;
    }
}

@media (max-width: 991px) {
    .about-one_image-box {
        min-height: 0;
    }

    .about-one_image-box .about-img_one img,
    .about-one_image-box .about-img_two img {
        width: 100%;
        height: auto;
        max-height: 420px;
    }
}

/* Product gallery — compact uniform cards */
.projects-section {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

.projects-section .section-title h2 {
    font-size: 36px !important;
    line-height: 1.25 !important;
}

.projects-section .section-title,
.projects-section .project-arrows {
    margin-bottom: 28px !important;
}

.projects-slider-one .project-item .img-holder {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.projects-slider-one .project-item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.projects-slider-two .project-item-two .img-holder {
    min-height: 420px;
}

.projects-slider-two .project-item-two .img-holder img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.projects-slider-one .project-item .img-holder .hover-content h3 {
    font-size: 18px !important;
}

@media (max-width: 991px) {
    .projects-slider-one .project-item .img-holder {
        height: 240px;
    }
}

/* Section sub-title: snowflake instead of wheat */
.section-title .sub-title:before,
.section-title .sub-title:after {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 400 !important;
    content: "\f2dc" !important; /* snowflake */
    font-size: 28px !important;
    color: var(--fv-accent) !important;
}

/* Font Awesome icons in template icon slots */
.features-item .icon i,
.service-box .icon i,
.single-service-item .icon i,
.single-counter-card .icon i {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

.service-box .icon i {
    font-size: 48px;
}

.features-item .icon i {
    font-size: 42px;
}

.single-service-item .icon i {
    font-size: 36px;
    color: var(--fv-accent);
}

.single-counter-card .icon i {
    font-size: 36px;
}

/* Popular products — circular product photos */
.single-service-item .icon {
    overflow: hidden;
    padding: 0 !important;
    background: transparent !important;
}

.single-service-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* ===== Home blog section — cleaner compact cards ===== */
.blog-section .section-title {
    margin-bottom: 36px !important;
}

.blog-section .button-box {
    margin-bottom: 36px !important;
}

.blog-section .blog-post-item-one {
    display: flex !important;
    align-items: stretch !important;
    gap: 0;
    height: 180px;
    max-height: 180px;
    margin-bottom: 18px !important;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(36, 66, 104, 0.08);
}

.blog-section .blog-post-item-one:nth-child(even) {
    flex-direction: row-reverse !important;
}

.blog-section .blog-post-item-one .post-thumbnail {
    flex: 0 0 180px !important;
    width: 180px !important;
    max-width: 180px !important;
    height: 180px !important;
    margin: 0;
    overflow: hidden;
    background: #fff;
}

.blog-section .blog-post-item-one .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: none;
    display: block;
}

.blog-section .blog-post-item-one .entry-content {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 28px !important;
    box-shadow: none !important;
    background: transparent !important;
}

.blog-section .blog-post-item-one .entry-content .cat-btn {
    margin-bottom: 8px;
    font-size: 14px;
}

.blog-section .blog-post-item-one .entry-content h3.title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}

.blog-section .blog-post-item-one .entry-content .post-meta ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 991px) {
    .blog-section .blog-post-item-one,
    .blog-section .blog-post-item-one:nth-child(even) {
        flex-direction: column !important;
        height: auto;
        max-height: none;
    }

    .blog-section .blog-post-item-one .post-thumbnail {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: none !important;
        height: 200px !important;
    }
}

/* ===== Contact section — more compact ===== */
.contact-one {
    margin-top: -50px;
}

.contact-one_content-box {
    padding: 55px 60px 50px 80px !important;
}

.contact-one_content-box .section-title {
    margin-bottom: 22px !important;
}

.contact-one_content-box .section-title h2 {
    font-size: 34px !important;
    line-height: 1.25 !important;
}

.contact-one_content-box .contact-form form .form_control {
    font-size: 16px !important;
    padding: 12px 18px !important;
    margin-bottom: 12px !important;
    min-height: 0;
    height: auto;
}

.contact-one_content-box .contact-form form textarea.form_control {
    height: 110px !important;
    min-height: 110px !important;
}

.contact-one_content-box .contact-form form .main-btn {
    padding: 14px 28px !important;
}

.contact-one_information-box {
    padding: 60px 80px 40px 40px !important;
    margin-top: 40px !important;
    min-height: 0;
    background-size: cover;
    background-position: center;
}

.contact-one_information-box .information-box {
    padding: 28px 28px 18px !important;
}

.contact-one_information-box .information-box h3 {
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.contact-one_information-box .information-box > p {
    margin-bottom: 18px !important;
    font-size: 15px;
    line-height: 1.5;
}

.contact-one_information-box .information-item_one {
    margin-bottom: 14px !important;
}

.contact-one_information-box .information-item_one .icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    .contact-one_content-box {
        padding: 50px 50px 45px 60px !important;
    }

    .contact-one_information-box {
        padding: 50px 50px 35px 35px !important;
    }
}

@media (max-width: 1199px) {
    .contact-one {
        margin-top: 0;
    }

    .contact-one_content-box {
        padding: 40px 28px !important;
    }

    .contact-one_information-box {
        padding: 40px 28px !important;
        margin-top: 0 !important;
    }
}

/* ===== Compact other oversized Home sections ===== */
.testimonial-one {
    padding: 150px 0 140px !important;
}

.testimonial-one .section-title {
    margin-bottom: 24px !important;
}

.testimonial-one .section-title h2 {
    font-size: 36px !important;
    line-height: 1.25 !important;
}

.testimonial-one .testimonial-slider-one .slick-list {
    padding: 45px 0 20px !important;
}

.testimonial-one .testimonial-item {
    padding: 48px 22px 16px !important;
}

.testimonial-one .testimonial-item .author-thumb {
    top: -48px !important;
}

.testimonial-one .testimonial-item .author-thumb img {
    width: 96px !important;
    height: 96px !important;
}

.testimonial-one .testimonial-item .testimonial-content p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
}

.testimonial-one .testimonial-item .testimonial-content .quote {
    margin-bottom: 10px !important;
}

.testimonial-one .testimonial-item .testimonial-content .author-title h4 {
    font-size: 18px !important;
    margin-bottom: 2px !important;
}

.testimonial-one .testimonial-slider-one .slick-arrow {
    width: 44px !important;
    height: 44px !important;
    font-size: 15px !important;
}

.offer-section-one {
    margin-bottom: -60px !important;
}

.offer-section-one .offer-one_image-box {
    position: relative;
    height: 460px !important;
    min-height: 460px !important;
    padding: 50px 80px 50px 50px !important;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.offer-section-one .offer-one_image-box .content-box {
    max-width: 90%;
}

.offer-section-one .offer-one_image-box .content-box h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* Vertical bar pinned to image edges — same height, flush right */
.offer-section-one .offer-one_image-box .experience-box {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 56px !important;
    height: auto !important;
    padding: 24px 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 15px !important;
    letter-spacing: 0.04em;
    line-height: 1.2 !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg) !important;
    transform-origin: center center !important;
    z-index: 3;
}

.offer-section-one .offer-one_content-box {
    padding-left: 50px !important;
    padding-right: 30px !important;
}

.offer-section-one .offer-one_content-box .section-title h2 {
    font-size: 32px !important;
    line-height: 1.25 !important;
}

.offer-section-one .offer-one_content-box > p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.offer-section-one .single-chart-item {
    padding: 24px 16px 18px !important;
}

.offer-section-one .single-chart-item .chart-circle {
    width: 90px !important;
    height: 90px !important;
    margin-bottom: 12px !important;
}

.offer-section-one .single-chart-item .text h5 {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer-section-one .offer-one_image-box {
        height: 400px !important;
        min-height: 400px !important;
        padding: 40px 70px 40px 40px !important;
    }

    .offer-section-one .offer-one_image-box .experience-box {
        width: 48px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .offer-section-one .offer-one_image-box {
        height: 320px !important;
        min-height: 320px !important;
    }

    .offer-section-one .offer-one_image-box .experience-box {
        display: none !important;
    }
}

.service-one .play-one_content-box {
    min-height: 280px !important;
}

.fun-fact .big-text h2 {
    font-size: 140px !important;
}

.fun-fact .counter-inner {
    padding: 30px !important;
}

.features-wrap-one {
    padding: 40px 40px 16px !important;
}

@media (max-width: 1199px) {
    .fun-fact .big-text h2 {
        font-size: 90px !important;
    }

    .testimonial-one {
        padding: 100px 0 100px !important;
    }
}

@media (max-width: 767px) {
    .fun-fact .big-text h2 {
        font-size: 56px !important;
    }
}

/* ===== About page — image overlap + why choose ===== */
.farmers-team_two {
    padding-top: 70px !important;
}

.mission-vision-section {
    background: #fff;
}

.mission-vision-block {
    position: relative;
    padding: 8px 8px 8px 0;
    margin-bottom: 30px;
}

.mission-vision-block + .mission-vision-block,
.col-lg-6 + .col-lg-6 .mission-vision-block {
    padding-left: 10px;
}

.mission-vision-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 162, 255, 0.12);
    color: var(--fv-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.mission-vision-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fv-accent);
    margin-bottom: 10px;
}

.mission-vision-block h3 {
    font-size: 26px;
    line-height: 1.3;
    color: var(--fv-cool-morning);
    margin-bottom: 16px;
}

.mission-vision-block p {
    font-size: 16px;
    line-height: 1.75;
    color: #5a6472;
    margin: 0;
    max-width: 520px;
}

@media (min-width: 992px) {
    .mission-vision-section .col-lg-6:first-child .mission-vision-block {
        padding-right: 36px;
        border-right: 1px solid rgba(36, 66, 104, 0.12);
    }

    .mission-vision-section .col-lg-6:last-child .mission-vision-block {
        padding-left: 36px;
    }
}

.about-section .about-four_image-box {
    min-height: 420px;
    overflow: visible;
}

.about-section .about-four_image-box .about-img_one {
    max-width: 78%;
    border-radius: 10px;
    object-fit: cover;
}

.about-section .about-four_image-box .about-img_two {
    bottom: 8% !important;
    left: 0 !important;
    max-width: 48%;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(36, 66, 104, 0.18);
}

.why-choose-two .section-title h2 {
    font-size: 36px !important;
    line-height: 1.25 !important;
}

.why-choose-two .section-title p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    max-width: 420px;
}

.why-choose-two .single-chart-item {
    padding: 28px 18px 22px !important;
}

.why-choose-two .single-chart-item .chart-circle {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 14px !important;
}

.why-choose-two .single-chart-item .text h5 {
    font-size: 16px !important;
    line-height: 1.35 !important;
}

/* ===== Home products section ===== */
.products-section .section-title h2 {
    font-size: 36px !important;
    line-height: 1.25 !important;
}

.products-section .single-product-item {
    border-color: rgba(36, 66, 104, 0.08);
    overflow: hidden;
}

.products-section .single-product-item .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.products-section .single-product-item .product-img > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 4px;
}

.products-section .single-product-item .product-info {
    padding: 18px 16px 20px !important;
}

.products-section .single-product-item .product-info h3.title {
    font-size: 17px !important;
    margin-bottom: 6px;
}

.products-section .single-product-item .product-info span.price {
    color: var(--fv-accent) !important;
    font-weight: 700;
}

.products-section .single-product-item .product-info span.price .curreny {
    margin-right: 4px;
    font-size: 13px;
}


/* ===== Cart & Checkout pages ===== */
.cart-section .cart-table table,
.checkout-section .table {
    width: 100%;
    background: #fff;
}

.cart-section .cart-table thead th {
    border-bottom: 1px solid rgba(36, 66, 104, 0.12);
    color: var(--fv-cool-morning);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 14px 16px;
}

.cart-section .cart-table tbody td {
    border-top: 1px solid rgba(36, 66, 104, 0.08);
}

.cart-product {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--fv-cool-morning) !important;
}

.cart-product img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-product .title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 700;
    font-size: 16px;
}

.cart-product .title small {
    font-weight: 500;
    font-size: 13px;
    color: #6b7280;
}

.cart-remove-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(36, 66, 104, 0.15);
    border-radius: 50%;
    background: #fff;
    color: var(--fv-cool-morning);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-remove-btn:hover {
    background: var(--fv-accent);
    border-color: var(--fv-accent);
    color: #fff;
}

.cart-section .quantity-input button,
.cart-section .quantity-input input {
    border-color: rgba(36, 66, 104, 0.18) !important;
}

.cart-section .shopping-cart-total,
.checkout-order-box {
    background: var(--fv-ice) !important;
    border-radius: 10px;
    padding: 28px !important;
}

.cart-section .shopping-cart-total .title,
.checkout-order-box .title,
.checkout-form h5,
.checkout-payment h5 {
    color: var(--fv-cool-morning) !important;
    margin-bottom: 18px !important;
}

.cart-section .w-100,
.checkout-section .w-100 {
    width: 100%;
    text-align: center;
}

.cart-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
}

.cart-actions__input {
    flex: 1 1 220px;
    min-width: 180px;
    height: 52px !important;
    margin: 0 !important;
    border: 1px solid rgba(36, 66, 104, 0.18) !important;
    border-radius: 6px !important;
    padding: 0 16px !important;
    background: #fff !important;
}

.cart-actions__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cart-actions__btn {
    height: 52px !important;
    min-width: 150px;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    line-height: 1 !important;
    margin: 0 !important;
}

.cart-actions__btn:after {
    display: none !important;
}

.cart-section .shopping-cart-total .main-btn,
.checkout-section .main-btn.w-100 {
    height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 24px !important;
    line-height: 1 !important;
}

.cart-section .shopping-cart-total .main-btn:after,
.checkout-section .main-btn.w-100:after {
    display: none !important;
}

.cart-section .mt-15,
.checkout-section .mt-15 {
    margin-top: 12px;
    display: inline-block;
}

.cart-section .mt-20 {
    margin-top: 18px;
    display: inline-block;
}

.cart-empty,
.checkout-success {
    max-width: 520px;
    margin: 0 auto;
    padding: 60px 20px;
}

.cart-empty__icon,
.checkout-success__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(0, 162, 255, 0.12);
    color: var(--fv-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.checkout-success__icon {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}

.cart-empty h3,
.checkout-success h2 {
    color: var(--fv-cool-morning);
    margin-bottom: 12px;
}

.cart-empty p,
.checkout-success p {
    color: #6b7280;
    margin-bottom: 24px;
}

.checkout-form .form_group {
    margin-bottom: 16px;
}

.checkout-form .form_control,
.checkout-form textarea.form_control {
    width: 100%;
    border: 1px solid rgba(36, 66, 104, 0.15);
    border-radius: 6px;
    padding: 14px 16px;
    min-height: 52px;
    background: #fff;
}

.checkout-form textarea.form_control {
    min-height: 120px;
    resize: vertical;
}

.checkout-payment {
    background: #fff;
    border: 1px solid rgba(36, 66, 104, 0.1);
    border-radius: 10px;
    padding: 28px;
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(36, 66, 104, 0.08);
    cursor: pointer;
    color: var(--fv-cool-morning);
    font-weight: 600;
}

.payment-option input {
    accent-color: var(--fv-accent);
}

.payment-note {
    margin: 16px 0 20px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .cart-product img {
        width: 56px;
        height: 56px;
    }

    .cart-section .cart-table thead {
        display: none;
    }
}

/* Shop toolbar */
.shop-toolbar {
    --shop-control-h: 48px;
    --shop-radius: 10px;
    --shop-border: 1px solid rgba(36, 66, 104, 0.14);
    display: grid;
    gap: 16px;
    padding: 20px 22px 18px;
    background: #fff;
    border: 1px solid rgba(36, 66, 104, 0.1);
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(36, 66, 104, 0.06);
}

.shop-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 76px;
    padding: 0 18px;
    border: 1px solid rgba(36, 66, 104, 0.16);
    background: #f8fafc;
    color: var(--fv-cool-morning);
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-chip:hover {
    background: #fff;
    border-color: var(--fv-frost);
    box-shadow: 0 4px 12px rgba(36, 66, 104, 0.08);
}

.shop-chip.active {
    background: var(--fv-cool-morning);
    border-color: var(--fv-cool-morning);
    color: #fff;
    box-shadow: 0 6px 16px rgba(36, 66, 104, 0.22);
}

.shop-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 12px;
    align-items: center;
}

.shop-controls .product-search {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.shop-controls .product-search .form_control {
    width: 100%;
    height: var(--shop-control-h);
    min-height: var(--shop-control-h);
    border: var(--shop-border);
    border-radius: var(--shop-radius);
    padding: 0 44px 0 16px;
    background: #f8fafc;
    color: var(--fv-cool-morning);
    font-size: 15px;
    line-height: var(--shop-control-h);
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.shop-controls .product-search .form_control::placeholder {
    color: #94a3b8;
}

.shop-controls .product-search .form_control:focus {
    outline: none;
    background: #fff;
    border-color: var(--fv-frost);
    box-shadow: 0 0 0 3px rgba(68, 121, 176, 0.16);
}

.shop-controls .product-search .search-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fv-frost);
    pointer-events: none;
    font-size: 15px;
}

.shop-sort-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

/* Hide custom chevron — nice-select provides its own */
.shop-sort-wrap::after {
    display: none;
}

.shop-sort-wrap select.shop-sort {
    width: 100%;
    height: var(--shop-control-h);
    border: var(--shop-border);
    border-radius: var(--shop-radius);
    padding: 0 40px 0 16px;
    background: #f8fafc;
    color: var(--fv-cool-morning);
    font-size: 15px;
    font-weight: 600;
}

/* Theme replaces <select> with .nice-select — match search field */
.shop-sort-wrap .nice-select {
    float: none;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    height: var(--shop-control-h);
    line-height: 1.2;
    border: var(--shop-border) !important;
    border-radius: var(--shop-radius) !important;
    padding: 0 40px 0 16px !important;
    background: #f8fafc !important;
    color: var(--fv-cool-morning);
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.shop-sort-wrap .nice-select:hover,
.shop-sort-wrap .nice-select:focus,
.shop-sort-wrap .nice-select.open {
    background: #fff !important;
    border-color: var(--fv-frost) !important;
    box-shadow: 0 0 0 3px rgba(68, 121, 176, 0.16);
}

.shop-sort-wrap .nice-select:after {
    right: 16px !important;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-color: var(--fv-frost);
    border-bottom: 2px solid var(--fv-frost);
    border-right: 2px solid var(--fv-frost);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    content: '' !important;
    font-family: inherit !important;
}

.shop-sort-wrap .nice-select.open:after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.shop-sort-wrap .nice-select .list {
    margin: 6px 0 0;
    border: 1px solid rgba(36, 66, 104, 0.12);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(36, 66, 104, 0.12);
    overflow: hidden;
}

.shop-sort-wrap .nice-select .option {
    min-height: 42px;
    line-height: 42px;
    padding: 0 16px;
    color: var(--fv-cool-morning);
    font-weight: 500;
}

.shop-sort-wrap .nice-select .option:hover,
.shop-sort-wrap .nice-select .option.focus,
.shop-sort-wrap .nice-select .option.selected.focus {
    background: rgba(68, 121, 176, 0.1);
    color: var(--fv-cool-morning);
}

.shop-result-label {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.shop-toolbar .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shop-empty {
    padding: 60px 20px;
    background: #fff;
    border-radius: 12px;
}

.shop-empty h3 {
    color: var(--fv-cool-morning);
    margin-bottom: 10px;
}

.shop-empty p {
    color: #6b7280;
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .shop-toolbar {
        padding: 16px;
        gap: 14px;
    }

    .shop-controls {
        grid-template-columns: 1fr;
    }
}

.single-product-item .cart-button button.main-btn {
    border: 0;
    cursor: pointer;
}

.product-info .price small {
    display: inline-block;
    margin-left: 4px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}

/* Product detail */
.product-details-media {
    overflow: hidden;
    border-radius: 16px;
    background: #eef3f8;
}

.product-details-media img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 360px;
}

.product-details-category {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--fv-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.product-details-copy h2 {
    color: var(--fv-cool-morning);
    margin-bottom: 12px;
}

.product-details-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--fv-cool-morning);
    margin-bottom: 12px;
}

.product-details-price small {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

.product-details-copy p {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 18px;
}

.product-details-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.product-details-meta li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(36, 66, 104, 0.08);
    color: #4b5563;
}

.product-details-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-details-actions button.main-btn {
    border: 0;
    cursor: pointer;
}
