/* Site-wide palette */
:root {
    --cw-bg: #e5e5e5;
    --cw-primary: #221b6e;
    --cw-cta: #ef4136;
    --cw-primary-rgb: 34, 27, 110;
    --cw-cta-rgb: 239, 65, 54;
    --cw-section-gap: 40px;
    --cw-section-gap-mobile: 24px;
    --cw-section-content-gap: 12px;
    --cw-breadcrumb-gap: 18px;
    --cw-breadcrumb-gap-mobile: 10px;
    --cw-whatsapp-right: 20px;
    --cw-whatsapp-bottom: 90px;
    --cw-whatsapp-panel-gap: 14px;
    --cw-whatsapp-z: 10040;

    --bs-primary: var(--cw-primary);
    --bs-primary-rgb: var(--cw-primary-rgb);
    --bs-link-color: var(--cw-primary);
    --bs-link-hover-color: var(--cw-cta);
    --bs-body-bg: var(--cw-bg);
    --bs-body-color: var(--cw-primary);
}

body {
    background-color: var(--cw-bg);
    color: var(--cw-primary);
}

.banner-and-hero-area-section,
.product-tab-section,
.product-catagory-section,
.company-logo-section,
.blog-feed-section,
.footer-section,
.breadcrumb-section,
.shop-section,
.faq-page,
.privacy-page,
.terms-page,
.product-details-section,
.live-articles-section {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.header-section,
.mobile-header-section {
    margin: 0 !important;
}

html {
    scroll-behavior: smooth !important;
}

[data-aos] {
    transition-duration: 0.45s !important;
    transition-delay: 0s !important;
}

.section-top-gap-100 {
    padding-top: var(--cw-section-gap) !important;
}

.section-content-gap {
    margin-top: var(--cw-section-content-gap) !important;
}

.breadcrumb-section .breadcrumb-wrapper {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

.breadcrumb-section + .shop-section,
.breadcrumb-section + .blog-section,
.breadcrumb-section + .blog-single-section,
.breadcrumb-section + .faq-page,
.breadcrumb-section + .privacy-page,
.breadcrumb-section + .terms-page,
.breadcrumb-section + .about-us-top-area,
.breadcrumb-section + .wishlist-section,
.breadcrumb-section + .map-section,
.breadcrumb-section + .error-section,
.breadcrumb-section + .product-details-section,
.breadcrumb-section + .blog-feed-section,
.breadcrumb-section + .live-articles-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.footer-section.section-top-gap-100 {
    padding-top: calc(var(--cw-section-gap) - 12px) !important;
}

.footer-section {
    margin-top: 15px !important;
}

.footer-section.section-top-gap-100 {
    padding-top: 0 !important;
}

.page-contact-us .map-section .container {
    max-width: 1120px;
}

.page-contact-us .map-section .mapouter {
    width: min(100%, 1040px);
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(var(--cw-primary-rgb), 0.12);
    background: #dfe8f4;
}

.page-contact-us .map-section .gmap_canvas {
    border-radius: inherit;
    overflow: hidden;
}

.page-contact-us .map-section iframe {
    display: block;
    width: 100%;
    height: clamp(320px, 40vw, 460px);
    border: 0;
}

.page-contact-us .contact-section .container {
    max-width: 1120px;
}

.page-contact-us .contact-section {
    padding-top: clamp(18px, 2.2vw, 28px);
    padding-bottom: clamp(26px, 3vw, 40px);
}

.page-contact-us .contact-details-wrapper,
.page-contact-us .contact-form {
    height: 100%;
    padding: clamp(26px, 3vw, 38px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(var(--cw-primary-rgb), 0.12);
}

.page-contact-us .contact-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.page-contact-us .contact-details-title {
    margin-bottom: 0;
    color: var(--cw-primary);
    text-align: center;
}

.page-contact-us .contact-details {
    margin-bottom: 0;
}

.page-contact-us .contact-details-single-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 255, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.page-contact-us .contact-details-single-item:not(:last-child) {
    margin-bottom: 12px;
}

.page-contact-us .contact-details-icon {
    margin-right: 0;
}

.page-contact-us .contact-details-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.page-contact-us .contact-details-icon i {
    transform: scale(0.88);
    transform-origin: center;
}

.page-contact-us .contact-details-content a,
.page-contact-us .contact-details-content span {
    font-size: 0.94em;
    line-height: 1.35;
}

.page-contact-us .contact-details-content a,
.page-contact-us .contact-details-content span {
    display: block;
}

.page-contact-us .contact-social {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(var(--cw-primary-rgb), 0.1);
    text-align: center;
}

.page-contact-us .contact-form h3,
.page-contact-us .contact-social h4 {
    color: var(--cw-primary);
}

.page-contact-us .contact-social ul {
    justify-content: center;
}

.page-contact-us .contact-social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--cw-primary);
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.page-contact-us .contact-social ul li a:hover,
.page-contact-us .contact-social ul li a:focus {
    color: var(--cw-cta);
}

.page-contact-us .contact-social ul li a.whatsapp {
    color: #25d366 !important;
}

.page-contact-us .contact-social ul li a.facebook {
    color: #4867aa !important;
}

.page-contact-us .contact-social ul li a.instagram {
    color: #b23a94 !important;
}

.page-contact-us .contact-social ul li a.linkedin {
    color: #0a66c2 !important;
}

.page-contact-us .contact-social ul li a.tiktok {
    color: #101010 !important;
    transform: none;
}

.page-contact-us .contact-social ul li a.tiktok svg {
    display: block;
    width: 18px;
    height: 18px;
}

.page-contact-us .contact-social ul li a.tiktok rect {
    fill: transparent;
}

.page-contact-us .contact-form form {
    margin-top: 22px;
}

.page-contact-us .contact-submit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-contact-us .form-messege {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.5;
}

.page-contact-us .form-messege.is-loading {
    color: rgba(var(--cw-primary-rgb), 0.8);
}

.page-contact-us .form-messege.is-success {
    color: #157347;
}

.page-contact-us .form-messege.is-warning {
    color: #a15c00;
}

.page-contact-us .form-messege.is-error {
    color: #b42318;
}

.page-contact-us .default-form-box input,
.page-contact-us .default-form-box textarea {
    border-radius: 18px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-contact-us .default-form-box input:focus,
.page-contact-us .default-form-box textarea:focus {
    border-color: rgba(var(--cw-primary-rgb), 0.28);
    box-shadow: 0 0 0 4px rgba(var(--cw-primary-rgb), 0.08);
}

.page-contact-us .contact-submit-btn {
    border-radius: 999px;
    padding-left: 36px;
    padding-right: 36px;
    box-shadow: 0 14px 28px rgba(var(--cw-cta-rgb), 0.24);
}

.page-contact-us .contact-submit-btn--whatsapp {
    background: #16a34a;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.22);
}

.page-contact-us .contact-submit-btn--whatsapp:hover,
.page-contact-us .contact-submit-btn--whatsapp:focus {
    background: #138a3f;
}

.page-contact-us .contact-submit-btn:disabled {
    opacity: 0.75;
    cursor: wait;
}

@media (max-width: 767.98px) {
    .page-contact-us .map-section .mapouter {
        width: 100%;
        border-radius: 22px;
        box-shadow: 0 12px 28px rgba(var(--cw-primary-rgb), 0.1);
    }

    .page-contact-us .map-section iframe {
        height: 300px;
    }

    .page-contact-us .contact-details-wrapper,
    .page-contact-us .contact-form {
        padding: 22px;
        border-radius: 22px;
        box-shadow: 0 12px 28px rgba(var(--cw-primary-rgb), 0.1);
    }

    .page-contact-us .contact-submit-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.footer-section .footer-top.section-inner-bg {
    padding-top: 15px !important;
}

.company-logo-section.section-top-gap-100 {
    padding-top: clamp(18px, 2.8vw, 32px) !important;
    margin-top: clamp(12px, 1.8vw, 20px) !important;
}

.company-logo-slider {
    margin: 12px 0 !important;
    padding-top: clamp(14px, 2vw, 24px) !important;
    padding-bottom: clamp(14px, 2vw, 24px) !important;
}

.company-logo-slider .slick-list {
    margin: 0 -10px;
    padding: 4px 0;
}

.company-logo-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.company-logo-section + .blog-feed-section.section-top-gap-100 {
    padding-top: 18px !important;
    margin-top: 15px !important;
}

@media (max-width: 767.98px) {
    .company-logo-slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .company-logo-slider .slick-list {
        margin: 0 -6px;
    }

    .company-logo-slider .slick-slide {
        padding: 0 6px;
    }
}

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

a:hover,
a:focus {
    color: var(--cw-cta);
}

/* Header and navigation */
.header-top,
.header-center,
.mobile-header-section,
.section-inner-bg,
.breadcrumb-wrapper {
    background-color: var(--cw-bg);
}

.header-center {
    border-top-color: rgba(var(--cw-primary-rgb), 0.12);
    border-bottom-color: rgba(var(--cw-primary-rgb), 0.12);
}

.header-bottom,
.sticky-header.sticky {
    background: var(--cw-primary);
}

.main-menu nav > ul > li > a.active,
.main-menu nav > ul > li > a:hover {
    background: var(--cw-cta);
    color: #fff;
}

.sticky-nav-search-item {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
}

.sticky-header.sticky .sticky-nav-search-item {
    display: inline-flex;
    align-items: center;
}

.sticky-nav-search-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.sticky-nav-search-form__input {
    width: 0;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    min-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--cw-primary);
    box-shadow: 0 8px 18px rgba(9, 7, 34, 0.16);
    transition: width 0.2s ease, min-width 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}

.sticky-nav-search-form:focus-within .sticky-nav-search-form__input,
.sticky-nav-search-form__input:not(:placeholder-shown) {
    width: 180px;
    min-width: 180px;
    opacity: 1;
    pointer-events: auto;
    padding: 0 14px;
    border: 0;
}

.sticky-nav-search-form__input:focus {
    outline: none;
}

.sticky-nav-search-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--cw-primary);
    box-shadow: 0 8px 18px rgba(9, 7, 34, 0.18);
}

.sticky-nav-search-form__submit:hover,
.sticky-nav-search-form__submit:focus {
    background: #fff;
    color: var(--cw-primary);
}

.mega-menu-sub > li > a::after,
.sub-menu > li > a::after {
    background: var(--cw-cta);
}

.mega-menu-sub > li > a:hover,
.sub-menu > li > a:hover,
.footer-menu-nav > li > a:hover,
.mobile-menu-email:hover,
.mobile-menu-customer-support-text-phone:hover,
.customer-support-text-phone:hover {
    color: var(--cw-cta);
}

.offcanvas-close:hover {
    color: var(--cw-cta);
    border-color: var(--cw-cta);
}

.header-center .title {
    margin: 0;
}

.header-support-block {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    text-align: left;
}

.header-support-block .customer-support-icon {
    min-width: 34px;
    margin-right: 0;
}

.header-support-block .customer-support-icon img {
    width: 34px;
    height: auto;
}

.header-support-block .customer-support-text span {
    display: block;
    font-size: 18px;
    line-height: 1.1;
    color: var(--cw-primary);
}

.header-support-block .customer-support-text-phone {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--cw-primary);
    font-family: Raleway, sans-serif;
    white-space: nowrap;
}

.header-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    width: 100%;
}

.header-action-icon > li {
    position: relative;
}

.header-action-icon__search {
    flex: 1 1 auto;
    min-width: 180px;
}

.desktop-header-search-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.desktop-header-search-form--inline .desktop-header-search-form__controls {
    gap: 8px;
}

.desktop-header-search-form__label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(var(--cw-primary-rgb), 0.72);
}

.desktop-header-search-form__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.desktop-header-search-form__input {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-primary);
    box-shadow: inset 0 1px 2px rgba(var(--cw-primary-rgb), 0.04);
}


.desktop-header-search-form__input:focus {
    outline: none;
    border-color: rgba(var(--cw-primary-rgb), 0.32);
    box-shadow: 0 0 0 3px rgba(var(--cw-primary-rgb), 0.08);
}

.desktop-header-search-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.18);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-primary);
    box-shadow: 0 8px 18px rgba(var(--cw-primary-rgb), 0.10);
}

.desktop-header-search-form__submit i {
    font-size: 15px;
    line-height: 1;
}

.desktop-header-search-form__submit:hover,
.desktop-header-search-form__submit:focus {
    background: #fff;
    color: var(--cw-primary);
    border-color: rgba(var(--cw-primary-rgb), 0.34);
}

.header-support-block {
    flex-shrink: 0;
}

.mobile-menu {
    border-color: var(--cw-primary);
}

.mobile-menu-dash {
    background: var(--cw-primary);
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-header-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.cw-product-search {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: min(100%, 290px);
    margin: 4px 0;
}

.cw-product-search__label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(var(--cw-primary-rgb), 0.78);
}

.cw-product-search__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cw-product-search__input {
    width: 100%;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-primary);
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(var(--cw-primary-rgb), 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cw-product-search__input:focus {
    outline: none;
    border-color: rgba(var(--cw-primary-rgb), 0.34);
    box-shadow: 0 8px 22px rgba(var(--cw-primary-rgb), 0.12);
}

.cw-product-search__input::placeholder {
    color: rgba(var(--cw-primary-rgb), 0.52);
}

.cw-product-search__clear {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: var(--cw-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.cw-product-search__clear:hover,
.cw-product-search__clear:focus {
    background: var(--cw-cta);
    color: #fff;
    transform: translateY(-1px);
}

.cw-product-search__meta {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(var(--cw-primary-rgb), 0.76);
}

.cw-product-search-empty {
    width: 100%;
    padding: 36px 24px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
    text-align: center;
    box-shadow: 0 14px 32px rgba(var(--cw-primary-rgb), 0.08);
}

.cw-product-search-empty h5 {
    margin-bottom: 10px;
    color: var(--cw-primary);
}

.cw-product-search-empty p {
    margin: 0;
    color: rgba(var(--cw-primary-rgb), 0.76);
}

@media (max-width: 991.98px) {
    .cw-product-search {
        min-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .cw-product-search__controls {
        flex-direction: column;
        align-items: stretch;
    }

    .cw-product-search__clear {
        width: 100%;
    }
}

.mobile-header-action:hover,
.mobile-header-action:focus {
    color: #fff;
}

.mobile-header-action--call {
    background: var(--cw-primary);
}

.mobile-header-action--search {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--cw-primary);
    border: 1px solid rgba(var(--cw-primary-rgb), 0.22);
    box-shadow: 0 8px 18px rgba(var(--cw-primary-rgb), 0.12);
}

.mobile-header-action--search:hover,
.mobile-header-action--search:focus {
    color: var(--cw-primary);
    border-color: rgba(var(--cw-primary-rgb), 0.36);
}

.mobile-header-action--search i {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
}

.mobile-header-action--whatsapp {
    background: #25d366;
}

.mobile-header-action--tiktok {
    background: #101010;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    width: 40px;
    height: 40px;
    transform: none;
}

.mobile-header-action--tiktok:hover,
.mobile-header-action--tiktok:focus {
    color: #fff;
}

.mobile-header-action--tiktok svg {
    width: 18px;
    height: 18px;
}

.mobile-header-action--tiktok rect {
    fill: #fff;
}

.mobile-header-search-panel {
    padding: 0 16px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 248, 252, 0.98) 100%);
    border-top: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 0 12px 24px rgba(var(--cw-primary-rgb), 0.08);
}

.mobile-header-search-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-header-search-form__label {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(var(--cw-primary-rgb), 0.72);
}

.mobile-header-search-form__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-header-search-form__input {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.14);
    border-radius: 14px;
    background: #fff;
    color: var(--cw-primary);
    box-shadow: inset 0 1px 2px rgba(var(--cw-primary-rgb), 0.04);
}

.mobile-header-search-form__input:focus {
    outline: none;
    border-color: rgba(var(--cw-primary-rgb), 0.32);
    box-shadow: 0 0 0 3px rgba(var(--cw-primary-rgb), 0.08);
}

.mobile-header-search-form__submit {
    min-height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: var(--cw-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.mobile-header-search-form__submit:hover,
.mobile-header-search-form__submit:focus {
    background: var(--cw-cta);
    color: #fff;
}

.product-default-single.has-order-button,
.product-list-single.has-order-button,
.product-catagory-single.has-order-button {
    position: relative;
}

.product-action-icon-link,
.product-action-icon-link-list {
    display: none !important;
}

.product-default-slider .slick-track {
    display: flex;
}

.product-default-slider .slick-slide {
    height: auto;
}

.product-default-slider .slick-slide > div,
.product-default-slider .product-default-single,
.tab-content .product-default-single,
.shop-grid-content .product-default-single,
.shop-grid-content .col-xl-3,
.shop-grid-content .col-lg-4,
.shop-grid-content .col-sm-6,
.shop-grid-content .col-12 {
    height: 100%;
}

.product-default-single {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 0 14px 30px rgba(24, 28, 52, 0.06);
    overflow: hidden;
}

.product-img-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding-top: 0;
    margin: -20px -20px 20px;
    aspect-ratio: 4 / 3;
    background: #f6f6f6;
    overflow: hidden;
    border-bottom: 1px solid rgba(var(--cw-primary-rgb), 0.06);
}

.product-default-img-link {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-default-img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
}

.product-default-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    gap: 7px;
    margin-top: auto;
    min-height: 0;
    padding-top: 11px;
}

.product-default-link {
    min-height: 48px;
    margin-bottom: 0;
    color: #1f1f2a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.product-default-link a {
    display: -webkit-box;
    min-height: 48px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: inherit;
}

.product-default-price {
    margin-top: 2px;
    color: var(--cw-cta);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.product-default-price-off {
    color: #9aa1b3;
}

.product-card-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
}

.product-card-spec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #5c6470;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.product-card-spec svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--cw-primary);
}

.product-card-spec__image {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    object-fit: contain;
}

.product-card-spec span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.product-card-specs--list {
    margin: 10px 0 12px;
}

.product-card-specs--list .product-card-spec span:last-child {
    white-space: normal;
}

.product-default-single.has-order-button {
    padding-bottom: 56px;
}

.product-list-single.has-order-button {
    padding-bottom: 80px;
}

.product-default-single.has-card-location,
.product-list-single.has-card-location {
    position: relative;
}

.product-default-single.has-card-location {
    padding-bottom: 56px;
}

.product-list-single.has-card-location {
    padding-bottom: 92px;
}

.product-default-single.has-order-button.has-card-location {
    padding-bottom: 56px;
}

.product-list-single.has-order-button.has-card-location {
    padding-bottom: 92px;
}

.product-catagory-single {
    display: block;
}

.product-catagory-main {
    display: flex;
    align-items: center;
    color: inherit;
    min-height: 100%;
}

.product-catagory-main:hover,
.product-catagory-main:focus {
    color: inherit;
}

.product-catagory-single.has-order-button .product-catagory-content {
    padding-bottom: 38px;
}

.product-card-order-btn {
    position: absolute;
    right: 16px;
    bottom: 10px;
    min-width: 70px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cw-cta);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(var(--cw-cta-rgb), 0.22);
    z-index: 2;
}

.product-card-order-btn:hover,
.product-card-order-btn:focus {
    color: #fff;
    background: #d9362b;
}

.product-card-location {
    position: absolute;
    left: 16px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 110px);
    color: #5c6470;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    z-index: 2;
}

.product-card-location svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--cw-primary);
}

.product-card-location span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Home page popular categories: updated card look without changing layout format */
.homepage-popular-categories {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.homepage-popular-categories > [class*="col-"] {
    margin-bottom: 0;
}

.homepage-popular-categories .product-catagory-single {
    position: relative;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(26, 32, 58, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(23, 28, 45, 0.04);
    overflow: hidden;
}

.homepage-popular-categories .product-catagory-main {
    align-items: flex-start;
    gap: 14px;
    min-height: 100%;
    padding: 18px;
}

.homepage-popular-categories .product-catagory-single.has-order-button .product-catagory-content {
    padding-bottom: 44px;
}

.homepage-popular-categories .product-catagory-img {
    flex: 0 0 102px;
    width: 102px;
    height: 102px;
    border-radius: 12px;
    border: 1px solid rgba(26, 32, 58, 0.05);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.homepage-popular-categories .product-catagory-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.homepage-popular-categories .product-catagory-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 0;
}

.homepage-popular-categories .product-catagory-title {
    margin: 0;
    color: #1c2234;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.homepage-popular-categories .product-catagory-items {
    display: block;
    color: #4d5566;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
}

.homepage-popular-categories .product-card-order-btn {
    right: 16px;
    bottom: 16px;
    min-width: 82px;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(var(--cw-cta-rgb), 0.18);
}

.homepage-popular-categories .product-card-order-btn:hover,
.homepage-popular-categories .product-card-order-btn:focus {
    transform: none;
}

/* Index top banners + hero: text-only visibility fix */
.banner-single .banner-text-tiny,
.banner-single .banner-text-large {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.88), 0 3px 8px rgba(0, 0, 0, 0.65);
    -webkit-text-stroke: 0.6px rgba(0, 0, 0, 0.48);
}

.hero-content.hero-content-2 h5,
.hero-content.hero-content-2 h2 {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.banner-single .banner-link {
    color: #ff1f2d;
    font-weight: 800;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.82), 0 2px 6px rgba(255, 255, 255, 0.55);
    -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.35);
}

/* CTA controls */
.hero-button,
.default-search-style-input-btn,
.offcanvas-cart-action-button-link,
.offcanvas-wishlist-action-button-link,
.compare-table .table tbody tr td.pro-addtocart .add-to-cart,
.btn.btn-md.btn-black-default-hover,
.contact-submit-btn,
.form-submit-btn,
.product-add-to-cart-btn a {
    background: var(--cw-cta);
    border-color: var(--cw-cta);
    color: #fff;
}

.hero-button:hover,
.default-search-style-input-btn:hover,
.offcanvas-cart-action-button-link:hover,
.offcanvas-wishlist-action-button-link:hover,
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover,
.btn.btn-md.btn-black-default-hover:hover,
.contact-submit-btn:hover,
.form-submit-btn:hover,
.product-add-to-cart-btn a:hover {
    background: var(--cw-primary);
    border-color: var(--cw-primary);
    color: #fff;
}

.material-scrolltop {
    background-color: var(--cw-cta);
    border-color: var(--cw-cta);
    color: #fff;
}

.material-scrolltop:hover {
    background-color: var(--cw-primary);
    border-color: var(--cw-primary);
    color: #fff;
}

/* Privacy policy page */
.privacy-page {
    padding: 70px 0 100px;
}

.privacy-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 26px;
    align-items: stretch;
    margin-bottom: 32px;
}

.privacy-hero__copy,
.privacy-hero__meta,
.privacy-summary-card,
.privacy-single-item {
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 40px rgba(var(--cw-primary-rgb), 0.08);
}

.privacy-hero__copy {
    padding: 34px 38px;
    border-radius: 28px;
}

.privacy-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(var(--cw-cta-rgb), 0.1);
    color: var(--cw-cta);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.privacy-hero__copy h1 {
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    color: var(--cw-primary);
}

.privacy-hero__copy p {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(var(--cw-primary-rgb), 0.82);
}

.privacy-hero__meta {
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(var(--cw-primary-rgb), 0.98), rgba(var(--cw-primary-rgb), 0.84)),
        linear-gradient(145deg, rgba(var(--cw-cta-rgb), 0.22), rgba(255, 255, 255, 0));
}

.privacy-meta-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(4px);
}

.privacy-meta-card__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.82;
}

.privacy-meta-card strong,
.privacy-meta-card a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.privacy-summary {
    margin-bottom: 18px;
}

.privacy-summary-card {
    height: 100%;
    padding: 24px 24px 20px;
    border-radius: 24px;
}

.privacy-summary-card h2 {
    margin-bottom: 12px;
    font-size: 20px;
    color: var(--cw-primary);
}

.privacy-summary-card p {
    margin-bottom: 0;
    color: rgba(var(--cw-primary-rgb), 0.82);
    line-height: 1.8;
}

.privacy-policy-wrapper {
    display: grid;
    gap: 18px;
}

.legal-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.legal-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background: var(--cw-cta);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(var(--cw-cta-rgb), 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.legal-action-button:hover,
.legal-action-button:focus {
    color: #fff;
    background: var(--cw-primary);
    box-shadow: 0 18px 36px rgba(var(--cw-primary-rgb), 0.22);
    transform: translateY(-1px);
}

.legal-action-button--secondary {
    background: var(--cw-primary);
    box-shadow: 0 14px 30px rgba(var(--cw-primary-rgb), 0.18);
}

.legal-action-button--secondary:hover,
.legal-action-button--secondary:focus {
    background: var(--cw-cta);
    box-shadow: 0 18px 36px rgba(var(--cw-cta-rgb), 0.24);
}

.privacy-single-item {
    padding: 30px 32px;
    border-radius: 24px;
}

.privacy-single-item h2 {
    margin-bottom: 14px;
    font-size: 24px;
    color: var(--cw-primary);
}

.privacy-single-item h3 {
    margin: 22px 0 10px;
    font-size: 18px;
    color: var(--cw-primary);
}

.privacy-single-item p:last-child,
.privacy-single-item ul:last-child {
    margin-bottom: 0;
}

.privacy-list {
    margin: 16px 0 18px;
    padding-left: 0;
    list-style: none;
}

.privacy-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: rgba(var(--cw-primary-rgb), 0.82);
    line-height: 1.8;
}

.privacy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cw-cta);
}

.privacy-contact-card {
    border-color: rgba(var(--cw-cta-rgb), 0.18);
    background:
        linear-gradient(135deg, rgba(var(--cw-cta-rgb), 0.08), rgba(255, 255, 255, 0.92));
}

.privacy-signoff {
    margin-top: 18px;
    font-weight: 700;
    color: var(--cw-cta);
}

/* FAQ page */
.faq-page {
    padding: 14px 0 100px;
}

.faq-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 26px;
    align-items: stretch;
    margin-bottom: 32px;
}

.faq-hero__copy,
.faq-hero__meta,
.faq-summary-card {
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 40px rgba(var(--cw-primary-rgb), 0.08);
}

.faq-hero__copy {
    padding: 34px 38px;
    border-radius: 28px;
}

.faq-hero__copy h1 {
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    color: var(--cw-primary);
}

.faq-hero__copy p {
    margin-bottom: 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(var(--cw-primary-rgb), 0.82);
}

.faq-hero__meta {
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: 28px;
    background:
        linear-gradient(160deg, rgba(var(--cw-primary-rgb), 0.98), rgba(var(--cw-primary-rgb), 0.84)),
        linear-gradient(145deg, rgba(var(--cw-cta-rgb), 0.22), rgba(255, 255, 255, 0));
}

.faq-meta-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(4px);
}

.faq-meta-card__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.82;
}

.faq-meta-card a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.faq-summary {
    margin-bottom: 18px;
}

.faq-summary-card {
    height: 100%;
    padding: 24px 24px 20px;
    border-radius: 24px;
}

.faq-summary-card h2 {
    margin-bottom: 12px;
    font-size: 20px;
    color: var(--cw-primary);
}

.faq-summary-card p {
    margin-bottom: 0;
    line-height: 1.8;
    color: rgba(var(--cw-primary-rgb), 0.82);
}

.faq-list {
    display: grid;
    gap: 18px;
}

.faq-item {
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 40px rgba(var(--cw-primary-rgb), 0.08);
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    display: block;
    padding: 24px 70px 24px 26px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--cw-primary);
    cursor: pointer;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1;
    color: var(--cw-cta);
}

.faq-item[open] summary::after {
    content: "\2212";
}

.faq-item__content {
    padding: 0 26px 26px;
}

.faq-item__content p:last-child,
.faq-item__content ul:last-child {
    margin-bottom: 0;
}

.faq-signoff {
    margin-top: 14px;
    font-weight: 700;
    color: var(--cw-cta);
}

.faq-contact-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
    padding: 26px 28px;
    border: 1px solid rgba(var(--cw-cta-rgb), 0.16);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(var(--cw-cta-rgb), 0.08), rgba(255, 255, 255, 0.92));
    box-shadow: 0 20px 40px rgba(var(--cw-primary-rgb), 0.08);
}

.faq-contact-band__copy h2 {
    margin-bottom: 8px;
    font-size: 26px;
    color: var(--cw-primary);
}

.faq-contact-band__copy p {
    margin-bottom: 0;
    color: rgba(var(--cw-primary-rgb), 0.82);
}

.faq-contact-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.faq-page + .footer-section.section-top-gap-100 {
    margin-top: 32px;
    padding-top: 0;
}

.breadcrumb-wrapper--faq {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.breadcrumb-wrapper--faq .breadcrumb-title,
.breadcrumb-wrapper--faq .breadcrumb-nav {
    margin-bottom: 0;
}

.breadcrumb-wrapper--faq .col-12 {
    min-height: 0;
}

.faq-page > .container > .faq-hero:first-child {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .section-top-gap-100 {
        padding-top: 32px !important;
    }

    .section-content-gap {
        margin-top: 14px !important;
    }

    .breadcrumb-section .breadcrumb-wrapper {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }

    .footer-section.section-top-gap-100 {
        padding-top: 48px !important;
    }

    .privacy-page {
        padding: 48px 0 76px;
    }

    .privacy-hero {
        grid-template-columns: 1fr;
    }

    .faq-page {
        padding: 10px 0 76px;
    }

    .faq-hero {
        grid-template-columns: 1fr;
    }

    .privacy-hero__copy,
    .privacy-hero__meta,
    .privacy-summary-card,
    .privacy-single-item {
        border-radius: 22px;
    }

    .faq-hero__copy,
    .faq-hero__meta,
    .faq-summary-card,
    .faq-item,
    .faq-contact-band {
        border-radius: 22px;
    }

    .legal-actions {
        justify-content: stretch;
    }

    .legal-action-button {
        width: 100%;
    }

    .faq-contact-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-contact-band__actions {
        width: 100%;
    }

    .faq-page + .footer-section.section-top-gap-100 {
        margin-top: 24px;
    }
}

@media (max-width: 575.98px) {
    .section-top-gap-100 {
        padding-top: var(--cw-section-gap-mobile) !important;
    }

    .section-content-gap {
        margin-top: 12px !important;
    }

    .breadcrumb-section .breadcrumb-wrapper {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }

    .footer-section.section-top-gap-100 {
        padding-top: 38px !important;
    }

    .privacy-hero__copy,
    .privacy-hero__meta,
    .privacy-summary-card,
    .privacy-single-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-hero__copy,
    .faq-hero__meta,
    .faq-summary-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .privacy-single-item h2 {
        font-size: 21px;
    }

    .faq-item summary {
        padding: 20px 56px 20px 20px;
        font-size: 18px;
    }

    .faq-item summary::after {
        right: 20px;
    }

    .faq-item__content,
    .faq-contact-band {
        padding-left: 20px;
        padding-right: 20px;
    }

    .breadcrumb-wrapper--faq {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}

.tablist .nav-link.active,
.tablist .nav-link:hover,
.copyright-link,
.modal-continue-button a {
    color: var(--cw-cta);
}

.header-action-icon > li > a,
.offcanvas-menu li a,
.mobile-menu-email,
.customer-support-text-phone,
.mobile-menu-customer-support-text-phone,
.footer-menu-nav > li > a,
.copyright-area-text {
    color: var(--cw-primary);
}

.header-action-icon-item-count,
.mobile-action-icon-item-count {
    background: var(--cw-primary);
    color: #fff;
}

.header-action-icon > li > a:hover .header-action-icon-item-count {
    background: var(--cw-cta);
}

/* Mobile offcanvas menu */
.offcanvas-mobile-menu-section {
    background:
        radial-gradient(circle at top right, rgba(var(--cw-cta-rgb), 0.14), transparent 34%),
        linear-gradient(180deg, #f5f5f7 0%, #ececef 100%);
    border-right: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 18px 0 42px rgba(20, 32, 44, 0.16);
}

.offcanvas-mobile-menu-section .offcanvas-header {
    padding: 12px 18px 0;
}

.offcanvas-mobile-menu-section .offcanvas-header .mobile-menu-top__mark {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.offcanvas-mobile-menu-section .offcanvas-close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: var(--cw-primary);
    box-shadow: 0 10px 24px rgba(20, 32, 44, 0.08);
}

.offcanvas-mobile-menu-section .offcanvas-close:hover,
.offcanvas-mobile-menu-section .offcanvas-close:focus {
    background: var(--cw-primary);
    color: #fff;
    border-color: var(--cw-primary);
}

.offcanvas-mobile-menu-wrapper {
    padding: 4px 2px 26px;
}

.mobile-menu-top,
.mobile-menu-center,
.mobile-menu-bottom {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 0 14px 28px rgba(20, 32, 44, 0.08);
}

.mobile-menu-top {
    padding: 16px 20px 14px;
    margin-bottom: 12px;
}

.mobile-menu-top__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 12px;
}

.mobile-menu-top__mark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mobile-menu-top > span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--cw-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mobile-menu-top .header-search .title {
    margin: 0;
    color: var(--cw-primary);
    font-size: 16px;
    line-height: 1.25;
}

.mobile-menu-center {
    padding: 16px 8px;
    margin-bottom: 14px;
}

.mobile-menu-customer-support {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mobile-menu-customer-support-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(var(--cw-primary-rgb), 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
}

.mobile-menu-customer-support-icon img {
    width: 26px;
    height: auto;
}

.mobile-menu-customer-support-text span {
    display: block;
    margin-bottom: 3px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-menu-customer-support-text-phone {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.mobile-menu-bottom {
    padding: 12px 4px 18px;
}

.offcanvas-menu > ul {
    display: grid;
    gap: 8px;
}

.offcanvas-menu li {
    margin: 0;
}

.offcanvas-menu li a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.offcanvas-menu li a:hover,
.offcanvas-menu li a:focus,
.offcanvas-menu li a.active {
    background: var(--cw-primary);
    color: #fff;
    border-color: var(--cw-primary);
    box-shadow: 0 10px 22px rgba(var(--cw-primary-rgb), 0.18);
    transform: translateX(4px);
}

.mobile-menu-email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 2px 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(var(--cw-cta-rgb), 0.08);
    border: 1px solid rgba(var(--cw-cta-rgb), 0.14);
    font-size: 14px;
    font-weight: 700;
}

.mobile-menu-email i {
    font-size: 16px;
    color: var(--cw-cta);
}

.mobile-menu-social {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
}

.mobile-menu-social > li {
    margin: 0;
    flex: 0 0 auto;
}

.mobile-menu-social > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

/* Mobile sticky behavior */
@media (max-width: 991.98px) {
    .mobile-header-section {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        box-shadow: 0 8px 18px rgba(var(--cw-primary-rgb), 0.16);
        transform: translateY(0);
        transition: box-shadow 0.25s ease;
    }

    .mobile-header-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-logo-img {
        max-height: 40px;
        width: auto;
    }

    .mobile-header-section.mobile-header-scrolled {
        box-shadow: 0 12px 24px rgba(var(--cw-primary-rgb), 0.24);
    }

    body.has-mobile-sticky-header {
        padding-top: var(--mobile-header-height, 68px);
    }
}

@media (max-width: 575.98px) {
    .product-default-single {
        padding: 16px 16px 18px;
        border-radius: 18px;
    }

    .product-img-warp {
        margin: -16px -16px 16px;
        aspect-ratio: 1 / 1;
    }

    .product-default-img-link {
        min-height: 0;
    }

    .product-default-img {
        height: 100%;
    }

    .product-default-content {
        min-height: 110px;
        padding-top: 16px;
    }

    .product-default-link,
    .product-default-link a {
        min-height: 44px;
        font-size: 16px;
    }

    .mobile-header-actions {
        gap: 5px;
    }

    .mobile-header-action {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .mobile-header-action--tiktok {
        width: 32px;
        height: 32px;
    }

    .mobile-header-action--search {
        width: 32px;
        height: 32px;
    }

    .mobile-header-action--search i {
        font-size: 12px;
    }

    .mobile-header-action--tiktok svg {
        width: 15px;
        height: 15px;
    }

    .mobile-header-search-panel {
        padding: 0 12px 12px;
    }

    .mobile-header-search-form__controls {
        gap: 8px;
    }

    .product-default-single.has-order-button {
        padding-bottom: 64px;
    }

    .product-list-single.has-order-button {
        padding-bottom: 76px;
    }

    .product-catagory-single.has-order-button .product-catagory-content {
        padding-bottom: 34px;
    }

    .homepage-popular-categories > [class*="col-"] {
        margin-bottom: 0;
    }

    .homepage-popular-categories .product-catagory-main {
        gap: 10px;
        padding: 8px;
    }

    .homepage-popular-categories .product-catagory-single.has-order-button .product-catagory-content {
        padding-bottom: 16px;
    }

    .homepage-popular-categories .product-catagory-img {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
        border-radius: 10px;
    }

    .homepage-popular-categories .product-catagory-img img {
        padding: 8px;
    }

    .homepage-popular-categories .product-catagory-title {
        font-size: 15px;
    }

    .homepage-popular-categories .product-catagory-items {
        font-size: 12px;
    }

    .homepage-popular-categories .product-card-order-btn {
        right: 8px;
        bottom: 8px;
        min-width: 70px;
        height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }

    .product-catagory-section .section-content-gap {
        margin-top: 0 !important;
    }

    .homepage-popular-categories {
        --bs-gutter-y: 0;
    }

    .product-card-order-btn {
        right: 12px;
        bottom: 12px;
        min-width: 64px;
        height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }

    .product-card-location {
        left: 12px;
        bottom: 12px;
        gap: 6px;
        max-width: calc(100% - 96px);
        font-size: 12px;
    }

    .product-card-location svg {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .mobile-menu {
        padding: 4px;
    }

    .mobile-menu-dash {
        width: 24px;
    }
}

/* Footer WhatsApp icon */
.footer-social > li > a.whatsapp,
.footer-social > li > a.Whatsapp,
.mobile-menu-social > li > a.whatsapp {
    color: #25d366 !important;
}

.footer-social > li > a.whatsapp,
.footer-social > li > a.Whatsapp {
    background: #25d366 !important;
    color: #fff !important;
}

.footer-social > li > a.whatsapp:hover,
.footer-social > li > a.Whatsapp:hover {
    opacity: 0.85;
}

.footer-social > li > a.tiktok {
    background: #101010 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.mobile-menu-social > li > a.tiktok {
    color: #101010 !important;
    box-shadow: none !important;
}

.mobile-menu-social > li > a.tiktok:hover {
    opacity: 0.85;
}

.mobile-menu-social > li > a.facebook {
    color: #4867aa !important;
}

.mobile-menu-social > li > a.instagram {
    color: #b23a94 !important;
}

.mobile-menu-social > li > a:hover,
.mobile-menu-social > li > a:focus {
    transform: none;
    opacity: 0.8;
}

.footer-social > li > a.facebook {
    background: #4867aa !important;
    color: #fff !important;
}

.footer-social > li > a.instagram {
    background: #b23a94 !important;
    color: #fff !important;
}

.footer-social > li > a.linkedin {
    background: #0a66c2 !important;
    color: #fff !important;
}

.footer-social > li > a.youtube {
    background: #fe0000 !important;
    color: #fff !important;
}

.mobile-menu-social > li > a.tiktok svg,
.footer-social > li > a.tiktok svg {
    width: 18px;
    height: 18px;
}

.mobile-menu-social > li > a.tiktok rect,
.footer-social > li > a.tiktok rect {
    fill: #fff;
}

/* Scroll button stays hidden until user scrolls and plugin adds .reveal */
.material-scrolltop {
    width: 56px;
    height: 56px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.material-scrolltop.reveal.is-scrolling {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* Floating WhatsApp chat: fixed above scroll-to-top button */
.floating-whatsapp {
    position: fixed;
    right: max(var(--cw-whatsapp-right), calc(env(safe-area-inset-right, 0px) + 12px));
    bottom: calc(var(--cw-whatsapp-bottom) + env(safe-area-inset-bottom, 0px));
    z-index: var(--cw-whatsapp-z);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 0.2s ease;
    border: 0;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.floating-whatsapp svg {
    width: 46px;
    height: 46px;
    display: block;
}

.floating-whatsapp i {
    font-size: 34px;
    line-height: 1;
    display: block;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
    transform: translateY(-3px) scale(1.03);
}

.whatsapp-livechat {
    position: fixed;
    right: max(var(--cw-whatsapp-right), calc(env(safe-area-inset-right, 0px) + 12px));
    bottom: calc(var(--cw-whatsapp-bottom) + 56px + var(--cw-whatsapp-panel-gap) + env(safe-area-inset-bottom, 0px));
    z-index: calc(var(--cw-whatsapp-z) + 1);
    width: min(300px, calc(100vw - 24px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
    max-width: calc(100vw - 24px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
    max-height: min(440px, calc(100dvh - 32px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
    border-radius: 18px;
    overflow: hidden;
    background: #f2ece5;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
    backface-visibility: hidden;
}

.whatsapp-livechat.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.whatsapp-livechat__header {
    background: #0a8d73;
    color: #fff;
    padding: 14px 14px 13px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
}

.whatsapp-livechat__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-livechat__avatar-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    min-width: 42px;
}

.whatsapp-livechat__avatar {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 50%;
    object-fit: contain;
    background: #f2f2f2;
    padding: 6px;
}

.whatsapp-livechat__status-dot {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #61d329;
    border: 2px solid #0a8d73;
}

.whatsapp-livechat__brand-copy {
    padding-top: 2px;
}

.whatsapp-livechat__header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.whatsapp-livechat__header p {
    margin: 4px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.95);
}

.whatsapp-livechat__close {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    padding: 0;
    font-size: 16px;
}

.whatsapp-livechat__body {
    flex: 1 1 auto;
    padding: 12px;
    color: #1f1f1f;
    background: #efe8e0;
    background-image:
        radial-gradient(circle at 14px 14px, rgba(0, 0, 0, 0.03) 1.5px, transparent 1.6px),
        radial-gradient(circle at 40px 40px, rgba(0, 0, 0, 0.03) 1.5px, transparent 1.6px);
    background-size: 54px 54px;
}

.whatsapp-livechat__meta {
    margin: 0 0 8px;
    text-align: center;
    font-size: 11px;
    color: rgba(32, 32, 32, 0.36);
}

.whatsapp-livechat__bubble {
    width: min(100%, 78%);
    background: #fff;
    border-radius: 0 16px 16px 16px;
    padding: 10px 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.whatsapp-livechat__bubble p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #1d1d1d;
}

.whatsapp-livechat__bubble p + p {
    margin-top: 5px;
}

.whatsapp-livechat__form {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px 12px;
    background: #f6f6f6;
}

.whatsapp-livechat__form input {
    flex: 1;
    border: 0;
    border-radius: 999px;
    background: transparent;
    min-height: 36px;
    padding: 0 0 0 4px;
    font-size: 13px;
    color: #222;
}

.whatsapp-livechat__form input::placeholder {
    color: #bfbfbf;
}

.whatsapp-livechat__form button {
    border: 0;
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25);
}

.product-image-large-single {
    cursor: zoom-in;
}

.product-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(10, 10, 10, 0.92);
}

.product-image-lightbox.is-open {
    display: flex;
}

body.product-image-lightbox-open {
    overflow: hidden;
}

.product-image-lightbox__backdrop {
    position: absolute;
    inset: 0;
}

.product-image-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 96px);
    width: auto;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
    background: #fff;
}

.product-image-lightbox__close,
.product-image-lightbox__nav {
    position: absolute;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.product-image-lightbox__close:hover,
.product-image-lightbox__close:focus,
.product-image-lightbox__nav:hover,
.product-image-lightbox__nav:focus {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    transform: translateY(-1px);
}

.product-image-lightbox__close {
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.product-image-lightbox__nav {
    top: 50%;
    width: 46px;
    height: 46px;
    font-size: 24px;
    transform: translateY(-50%);
}

.product-image-lightbox__nav--prev {
    left: -64px;
}

.product-image-lightbox__nav--next {
    right: -64px;
}

/* About page team section */
.our-team-section .about-us-center-content p {
    margin-bottom: 30px;
}


.team-card {
    background:
        radial-gradient(circle at top left, rgba(var(--cw-primary-rgb), 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(var(--cw-primary-rgb), 0.1);
    border-radius: 18px;
    padding: 18px 18px 16px;
    margin: 0 auto 18px;
    min-height: 392px;
    max-width: 372px;
    width: 100%;
    text-align: center;
    box-shadow: 0 16px 34px rgba(18, 30, 42, 0.09);
    position: relative;
    overflow: hidden;
}

.team-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 86px;
    background: linear-gradient(135deg, rgba(34, 27, 110, 0.96) 0%, rgba(59, 75, 173, 0.92) 100%);
}

.team-card--featured {
    border-color: rgba(var(--cw-cta-rgb), 0.16);
    box-shadow: 0 18px 38px rgba(34, 27, 110, 0.12);
    background:
        radial-gradient(circle at top left, rgba(var(--cw-cta-rgb), 0.1), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.team-card--featured::before {
    background: linear-gradient(135deg, rgba(34, 27, 110, 0.98) 0%, rgba(239, 65, 54, 0.9) 100%);
}

.team-photo-placeholder {
    width: 84px;
    height: 84px;
    margin: 18px auto 12px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.92);
    background: linear-gradient(145deg, #fdfdff, #eef1f8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(var(--cw-primary-rgb), 0.7);
    text-align: center;
    padding: 10px;
    box-shadow: 0 10px 24px rgba(18, 30, 42, 0.12);
    position: relative;
    z-index: 1;
}

.team-photo {
    width: 84px;
    height: 84px;
    margin: 18px auto 12px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.94);
    overflow: hidden;
    background: linear-gradient(145deg, #f8f8f8, #ebebeb);
    box-shadow: 0 12px 28px rgba(18, 30, 42, 0.14);
    position: relative;
    z-index: 1;
}

.team-card--featured .team-photo {
    width: 102px;
    height: 102px;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.96);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
}

.team-photo__fallback {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: rgba(var(--cw-primary-rgb), 0.72);
    background: linear-gradient(145deg, #f8f8f8, #ebebeb);
    text-align: center;
    padding: 10px;
}

.team-photo__fallback i {
    font-size: 26px;
}

.team-photo__fallback span {
    font-size: 11px;
    line-height: 1.2;
}

.team-photo-placeholder i {
    font-size: 26px;
    margin-bottom: 4px;
}

.team-photo-placeholder span {
    font-size: 11px;
    line-height: 1.2;
}

.team-card h6 {
    margin-bottom: 4px;
    color: var(--cw-primary);
    font-weight: 700;
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
}

.team-role {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--cw-primary-rgb), 0.07);
    font-size: 12px;
    font-weight: 600;
    color: rgba(var(--cw-primary-rgb), 0.85);
    text-align: center;
    width: auto;
}

.team-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding-top: 14px;
    border-top: 1px solid rgba(var(--cw-primary-rgb), 0.08);
}

.team-social-links li + li {
    margin-top: 0;
}

.team-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.14);
    font-size: 0;
    color: var(--cw-primary);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(18, 30, 42, 0.06);
}

.team-social-links a i {
    width: auto;
    font-size: 16px;
    text-align: center;
}

.team-social-links a:hover {
    color: var(--cw-cta);
    border-color: rgba(var(--cw-cta-rgb), 0.3);
    background: rgba(var(--cw-cta-rgb), 0.08);
}

.team-note {
    margin: 12px 0 0;
    text-align: center;
    font-size: 11px;
    color: rgba(var(--cw-primary-rgb), 0.72);
    line-height: 1.4;
}

.team-card--featured .team-note {
    color: rgba(var(--cw-primary-rgb), 0.82);
}

.team-slider .team-slide {
    padding: 0 5px;
}

.team-slider .slick-list {
    margin: 0 -5px;
}

/* Reduce oversized vertical spacing on shop pages */
.breadcrumb-section .breadcrumb-wrapper {
    padding-top: var(--cw-breadcrumb-gap) !important;
    padding-bottom: var(--cw-breadcrumb-gap) !important;
}

.shop-section {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
}

.shop-section .shop-sort-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Products page: tighter hero/breadcrumb spacing */
body.products-page .breadcrumb-section .breadcrumb-wrapper {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

body.products-page .shop-section {
    padding-top: 0 !important;
}

body.products-page .shop-section .shop-sort-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide right-side action icons on product cards across all products pages */
body.products-page .product-action-icon-link {
    display: none !important;
}

/* Readily Available section (index): hide right-side action icons on cards */
#readily-available-section .product-action-icon-link {
    display: none !important;
}

.footer-payment img {
    width: 286px;
    height: 23px;
    object-fit: contain;
    image-rendering: auto;
    -webkit-optimize-contrast: auto;
}

/* Center logos in company logo slider */
.company-logo-single {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 96px;
    width: 100%;
    padding: 20px 24px;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.company-logo-image {
    display: block;
    margin: 20px auto 0;
    width: 100% !important;
    height: 52px !important;
    max-width: 168px;
    object-fit: contain;
    object-position: center;
}

.company-logo-image--toyota {
    max-width: 168px;
    height: 52px !important;
}

.company-logo-image--lexus {
    max-width: 168px;
    height: 52px !important;
}

.company-logo-svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.company-logo-svg--toyota {
    width: 210px;
}

@media (max-width: 991.98px) {
    .company-logo-single {
        min-height: 88px;
        padding: 18px 20px;
    }

    .company-logo-image {
        max-width: 150px;
        height: 48px !important;
    }
}

@media (max-width: 575.98px) {
    .company-logo-single {
        min-height: 78px;
        padding: 14px 16px;
        border-radius: 14px;
    }

    .company-logo-image {
        max-width: 132px;
        height: 40px !important;
    }

    .company-logo-image--toyota {
        max-width: 132px;
        height: 40px !important;
    }

    .company-logo-image--lexus {
        max-width: 132px;
        height: 40px !important;
    }
}

.homepage-section-copy {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(var(--cw-primary-rgb), 0.78);
    font-size: 18px;
    line-height: 1.7;
}

.homepage-card,
.homepage-step,
.homepage-panel,
.homepage-resource {
    display: block;
    height: 100%;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 42px rgba(var(--cw-primary-rgb), 0.08);
}

.homepage-card,
.homepage-resource {
    padding: 28px 26px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage-card:hover,
.homepage-resource:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--cw-cta-rgb), 0.26);
    box-shadow: 0 24px 48px rgba(var(--cw-primary-rgb), 0.12);
}

.homepage-card__eyebrow,
.homepage-badge,
.homepage-resource__meta {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(var(--cw-cta-rgb), 0.1);
    color: var(--cw-cta);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homepage-card h4,
.homepage-process__intro h3,
.homepage-step h4,
.homepage-panel h3,
.homepage-resource h4 {
    color: var(--cw-primary);
}

.homepage-card h4,
.homepage-step h4,
.homepage-resource h4 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.2;
}

.homepage-card p,
.homepage-process__intro p,
.homepage-step p,
.homepage-panel p,
.homepage-resource p,
.homepage-metric span {
    margin: 0;
    color: rgba(var(--cw-primary-rgb), 0.8);
    line-height: 1.75;
}

.homepage-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-weight: 700;
    color: var(--cw-primary);
}

.homepage-card__link::after {
    content: "->";
}

.homepage-process__intro,
.homepage-panel {
    padding: 34px 36px;
}

.homepage-process__intro {
    margin-bottom: 24px;
}

.homepage-step {
    padding: 28px 24px;
}

.homepage-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: var(--cw-primary);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.homepage-checklist {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.homepage-checklist li {
    position: relative;
    padding-left: 28px;
    color: rgba(var(--cw-primary-rgb), 0.84);
    line-height: 1.75;
}

.homepage-checklist li + li {
    margin-top: 12px;
}

.homepage-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cw-cta);
}

.homepage-panel--accent {
    background: linear-gradient(150deg, rgba(var(--cw-primary-rgb), 0.98), rgba(68, 58, 152, 0.94));
}

.homepage-panel--accent,
.homepage-panel--accent h3,
.homepage-panel--accent .homepage-metric strong,
.homepage-panel--accent .homepage-metric span,
.homepage-badge--light {
    color: #fff;
}

.homepage-badge--light {
    background: rgba(255, 255, 255, 0.14);
}

.homepage-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.homepage-metric {
    padding: 20px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
}

.homepage-metric strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.2;
}

.homepage-resource__meta {
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .breadcrumb-section .breadcrumb-wrapper {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .shop-section {
        padding-top: 0 !important;
        padding-bottom: 28px !important;
    }

    .shop-section .shop-sort-section {
        margin-bottom: 14px !important;
    }

    body.products-page .breadcrumb-section .breadcrumb-wrapper {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .floating-whatsapp {
        --cw-whatsapp-right: 14px;
        --cw-whatsapp-bottom: 82px;
        width: 52px;
        height: 52px;
    }

    .floating-whatsapp svg {
        width: 42px;
        height: 42px;
    }

    .whatsapp-livechat {
        width: min(276px, calc(100vw - 20px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
        max-height: min(420px, calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
    }

    .whatsapp-livechat__avatar-wrap,
    .whatsapp-livechat__avatar {
        width: 38px;
        height: 38px;
    }

    .whatsapp-livechat__header h4 {
        font-size: 16px;
    }

    .whatsapp-livechat__header p {
        font-size: 12px;
    }

    .whatsapp-livechat__bubble p {
        font-size: 12px;
    }

    .product-image-lightbox {
        padding: 16px;
    }

    .product-image-lightbox__dialog {
        width: min(100%, calc(100vw - 32px));
        max-height: calc(100vh - 32px);
    }

    .product-image-lightbox__image {
        max-height: calc(100vh - 72px);
    }

    .product-image-lightbox__close {
        top: -10px;
        right: -2px;
        width: 38px;
        height: 38px;
    }

    .product-image-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .product-image-lightbox__nav--prev {
        left: 6px;
    }

    .product-image-lightbox__nav--next {
        right: 6px;
    }

    .blog-single-wrapper .blog-single-img {
        overflow: hidden;
    }

    .blog-single-wrapper .blog-single-img > img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        display: block;
    }

    .homepage-section-copy {
        font-size: 16px;
    }

    .homepage-card,
    .homepage-resource,
    .homepage-step,
    .homepage-process__intro,
    .homepage-panel {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .homepage-card h4,
    .homepage-step h4,
    .homepage-resource h4 {
        font-size: 22px;
    }

    .homepage-metrics {
        grid-template-columns: 1fr;
    }
}


.blog-engagement {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 22px 0 10px;
}

.blog-like-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ea1c26;
    background: #fff;
    color: #ea1c26;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.blog-like-button:hover,
.blog-like-button.is-liked {
    background: #ea1c26;
    color: #fff;
}

.blog-like-count {
    color: #222;
    font-weight: 600;
}

.comment-empty-state {
    border: 1px dashed #d4d4d4;
    padding: 18px 20px;
    background: #fafafa;
}

.comment-empty-state[hidden] {
    display: none !important;
}

.comment-reply-status {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.comment-cancel-reply-btn {
    margin-right: 12px;
    margin-bottom: 15px;
    border: 0;
    background: transparent;
    color: #ea1c26;
    font-weight: 600;
}

.comment-cancel-reply-btn:hover {
    text-decoration: underline;
}

#comment-thread .comment-list,
#comment-thread .comment-reply-list {
    list-style: none;
}

#comment-thread .comment-reply {
    margin-top: 24px;
    margin-left: 34px;
    padding-left: 22px;
    border-left: 2px solid #ececec;
}

#comment-thread .comment-content-right .comment-reply-action {
    color: #241d7a;
    font-weight: 600;
    text-decoration: none;
}

#comment-thread .comment-content-right .comment-reply-action:hover {
    color: #ea1c26;
}

#comment-thread [data-depth="1"] > .comment-wrapper,
#comment-thread [data-depth="2"] > .comment-wrapper,
#comment-thread [data-depth="3"] > .comment-wrapper {
    background: #fcfcfc;
    border-radius: 8px;
    padding: 10px 14px;
}

.comment-reply-count {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 767.98px) {
    #comment-thread .comment-reply {
        margin-left: 16px;
        padding-left: 14px;
    }
}

.blog-archive-shell {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.blog-archive-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: stretch;
}

.blog-archive-lead__copy,
.blog-archive-lead__stats {
    border-radius: 28px;
    padding: 34px;
}

.blog-archive-lead__copy {
    background: linear-gradient(135deg, #f6f7ff 0%, #ffffff 100%);
    border: 1px solid rgba(36, 29, 122, 0.1);
}

.blog-archive-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(234, 28, 38, 0.08);
    color: #ea1c26;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-archive-lead__copy h2 {
    margin-bottom: 16px;
    color: #241d7a;
    font-size: clamp(34px, 4.5vw, 48px);
    line-height: 1.02;
}

.blog-archive-lead__copy p {
    margin-bottom: 0;
    color: #4f4f7d;
    font-size: 18px;
    line-height: 1.7;
}

.blog-archive-lead__stats {
    display: grid;
    gap: 16px;
    background: linear-gradient(160deg, #241d7a 0%, #39308f 100%);
}

.blog-archive-stat {
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.blog-archive-stat-link {
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.blog-archive-stat-link:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.blog-archive-stat strong {
    display: block;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 1;
}

.blog-archive-stat span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.88;
}

.blog-feed-single--featured,
.blog-feed-single--compact {
    height: 100%;
    border: 1px solid rgba(36, 29, 122, 0.1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(27, 25, 76, 0.08);
}

.blog-feed-single--featured .blog-feed-img {
    min-height: 320px;
    object-fit: cover;
}

.blog-feed-single--compact {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    margin-bottom: 24px;
}

.blog-feed-single--compact .blog-feed-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-feed-single--compact .blog-feed-img-link,
.blog-feed-single--compact .blog-feed-img {
    height: 100%;
}

.blog-feed-single--compact .blog-feed-img {
    min-height: 100%;
    object-fit: cover;
}

.blog-feed-excerpt {
    margin-top: 14px;
    margin-bottom: 0;
    color: #5e5e73;
    line-height: 1.7;
}

.blog-feed-card-action {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 18px;
}

.blog-feed-card-action .btn {
    color: #ea1c26;
}

.blog-feed-readmore {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #241d7a;
    font-weight: 700;
    text-decoration: none;
}

.blog-feed-readmore:hover {
    color: #ea1c26;
}

.live-articles-grid {
    row-gap: 28px;
}

.homepage-latest-news.slick-slider {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.homepage-latest-news .slick-track {
    display: flex;
}

.homepage-latest-news .slick-slide {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.homepage-latest-news .slick-slide > div {
    height: 100%;
}

.homepage-latest-news .blog-feed-single {
    margin-bottom: 0;
}

.homepage-latest-news .slick-dots li button {
    font-size: 0;
}

.live-articles-card {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #f1f1f1;
}

.live-articles-card .blog-feed-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    object-fit: cover;
    display: block;
}

.live-articles-card .blog-feed-content {
    padding: 28px 30px 30px;
    background: #f1f1f1;
}

.live-articles-card .blog-feed-post-meta {
    margin-bottom: 22px;
    font-size: 13px;
    color: #595959;
}

.live-articles-card .blog-feed-link {
    margin-bottom: 0;
}

.live-articles-card .blog-feed-link a {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    color: #2f2f2f;
}

.live-articles-card .blog-feed-excerpt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.65;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.live-articles-card .blog-feed-readmore {
    margin-top: 12px;
    font-size: 13px;
    color: #241d7a;
}

.live-articles-page .blog-archive-cta {
    margin-top: 8px;
}

.blog-archive-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 28px 32px;
    border-radius: 24px;
    background: #fff6f6;
    border: 1px solid rgba(234, 28, 38, 0.12);
}

.blog-archive-cta p {
    margin-bottom: 0;
    color: #2c2c40;
    font-size: 18px;
    font-weight: 600;
}

.blog-archive-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.page-product-details-car-static {
    --cw-car-surface: #ffffff;
    --cw-car-surface-soft: #f7f8fc;
    --cw-car-border: rgba(36, 29, 122, 0.08);
    --cw-car-shadow: 0 18px 40px rgba(24, 28, 52, 0.07);
    --cw-car-shadow-soft: 0 10px 24px rgba(24, 28, 52, 0.05);
    --cw-car-radius-lg: 28px;
    --cw-car-radius-md: 22px;
    --cw-car-radius-sm: 18px;
    --cw-car-text: #1f1f2a;
    --cw-car-muted: #5e6278;
    --cw-car-accent: #241d7a;
    --cw-car-danger: #ea1c26;
    background: var(--cw-bg);
    color: var(--cw-car-text);
}

.page-product-details-car-static.cw-car-detail-loading {
    overflow-x: hidden;
}

.page-product-details-car-static .breadcrumb-section,
.page-product-details-car-static .product-details-section,
.page-product-details-car-static .product-details-content-tab-section,
.page-product-details-car-static .product-section--related-flush,
.page-product-details-car-static .product-section--upsell-compact,
.page-product-details-car-static .footer-section,
.page-product-details-car-static .floating-whatsapp,
.page-product-details-car-static .whatsapp-livechat {
    transition: opacity 0.24s ease;
}

.page-product-details-car-static.cw-car-detail-loading .breadcrumb-section,
.page-product-details-car-static.cw-car-detail-loading .product-details-section,
.page-product-details-car-static.cw-car-detail-loading .product-details-content-tab-section,
.page-product-details-car-static.cw-car-detail-loading .product-section--related-flush,
.page-product-details-car-static.cw-car-detail-loading .product-section--upsell-compact,
.page-product-details-car-static.cw-car-detail-loading .footer-section,
.page-product-details-car-static.cw-car-detail-loading .floating-whatsapp,
.page-product-details-car-static.cw-car-detail-loading .whatsapp-livechat {
    opacity: 0;
    pointer-events: none;
}

.page-product-details-car-static.cw-car-detail-loading::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9998;
    background:
        radial-gradient(circle at 50% 38%, rgba(234, 28, 38, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(247, 247, 251, 0.96) 0%, rgba(238, 241, 247, 0.98) 100%);
    pointer-events: none;
}

.page-product-details-car-static.cw-car-detail-loading::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    border-radius: 50%;
    border: 3px solid rgba(43, 36, 128, 0.14);
    border-top-color: #ea1c26;
    border-right-color: #2d268a;
    z-index: 9999;
    animation: cwCarDetailSpin 0.8s linear infinite;
    pointer-events: none;
}

@keyframes cwCarDetailSpin {
    to {
        transform: rotate(360deg);
    }
}

.page-product-details-car-static .breadcrumb-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-product-details-car-static .breadcrumb-section,
.page-product-details-car-static .product-details-section,
.page-product-details-car-static .product-details-content-tab-section,
.page-product-details-car-static .product-section--related-flush,
.page-product-details-car-static .product-section--upsell-compact,
.page-product-details-car-static .section-inner-bg {
    background: transparent !important;
}

.page-product-details-car-static .product-details-section {
    margin-bottom: 0 !important;
}

.page-product-details-car-static .product-details-section + .product-details-content-tab-section--compact {
    margin-top: -42px !important;
    padding-top: 0 !important;
}

.page-product-details-car-static .container,
.page-product-details-car-static .container-fluid {
    position: relative;
    z-index: 1;
}

.page-product-details-car-static .breadcrumb-wrapper,
.page-product-details-car-static .product-details-content-tab-wrapper {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.page-product-details-car-static .breadcrumb-wrapper {
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .product-details-gallery-area {
    padding: 18px;
    border-radius: var(--cw-car-radius-lg);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow);
}

@media (min-width: 768px) {
    .page-product-details-car-static .product-details-layout--car-mobile-gapless > .col-md-6:first-child .product-details-gallery-area {
        margin-right: -18px;
    }
}

.page-product-details-car-static .product-large-image,
.page-product-details-car-static .product-image-thumb {
    border-radius: 22px;
    overflow: hidden;
}

.page-product-details-car-static .product-image-thumb.product-image-thumb-horizontal {
    margin-left: 0;
    margin-right: 0;
}

.page-product-details-car-static .product-image-thumb.product-image-thumb-horizontal .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.page-product-details-car-static .product-image-thumb.product-image-thumb-horizontal .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.page-product-details-car-static .product-image-large-single img,
.page-product-details-car-static .product-image-thumb-single img {
    border-radius: 18px;
}

.page-product-details-car-static .product-image-thumb-single {
    width: 204px;
    height: 118px;
    transition: transform 0.12s ease, opacity 0.12s ease;
}

.page-product-details-car-static .product-image-thumb-single {
    overflow: hidden;
    border-radius: 18px;
}

.page-product-details-car-static .product-image-thumb-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-product-details-car-static .product-image-thumb-single:hover {
    transform: translateY(-2px);
}

.page-product-details-car-static .product-details-content-area--catalog {
    gap: 8px;
    padding: 36px 38px;
    border-radius: var(--cw-car-radius-lg);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow);
}

.page-product-details-car-static .product-detail-kicker {
    padding: 8px 16px;
    background: linear-gradient(180deg, rgba(234, 28, 38, 0.12) 0%, rgba(234, 28, 38, 0.08) 100%);
    letter-spacing: 0.1em;
    font-size: 11px;
}

.page-product-details-car-static .product-details-content-area--catalog .product-details-text .title {
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: clamp(1.65rem, 2.7vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.page-product-details-car-static .product-details-content-area--catalog .product-details-text p {
    max-width: 46ch;
    margin-bottom: 0;
    color: var(--cw-car-muted);
    font-size: 17px;
    line-height: 1.8;
}

.page-product-details-car-static .product-detail-highlights.quick-contact-tags {
    margin-top: 0;
    gap: 6px;
}

.page-product-details-car-static .quick-contact-tag {
    padding: 10px 15px;
    border: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.page-product-details-car-static .product-detail-gallery-share__views,
.page-product-details-car-static .product-detail-gallery-share__btn {
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .product-detail-gallery-share__status {
    min-height: 0;
}

.page-product-details-car-static .product-detail-gallery-share__status:empty {
    display: none;
}

.page-product-details-car-static .product-gallery-mini-card {
    min-height: 104px;
    border-radius: var(--cw-car-radius-sm);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .product-gallery-mini-card__icon {
    color: var(--cw-car-accent);
}

.page-product-details-car-static .product-gallery-cta-card {
    gap: 16px;
    margin-top: 16px;
    padding: 19px 21px;
    border-radius: var(--cw-car-radius-md);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .product-gallery-cta-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(234, 28, 38, 0.08);
}

.page-product-details-car-static .product-gallery-cta-card__title {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.page-product-details-car-static .product-gallery-cta-card__text {
    font-size: 14px;
    line-height: 1.5;
    color: var(--cw-car-muted);
}

.page-product-details-car-static .product-detail-order-card {
    position: relative;
    overflow: hidden;
    margin-top: 6px;
    border-radius: var(--cw-car-radius-md);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(160deg, #241d7a 0%, #2b2389 55%, #32279d 100%);
    box-shadow: 0 24px 52px rgba(30, 24, 87, 0.2);
}

.page-product-details-car-static .product-detail-order-card::after {
    content: "";
    position: absolute;
    inset: auto -60px -60px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.page-product-details-car-static .product-detail-order-head h5 {
    letter-spacing: -0.03em;
}

.page-product-details-car-static .product-detail-support-grid {
    gap: 16px;
}

.page-product-details-car-static .product-detail-support-card {
    min-height: 100%;
    border-radius: var(--cw-car-radius-sm);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .product-detail-support-card strong {
    margin-bottom: 10px;
    font-size: 17px;
}

.page-product-details-car-static .product-details-content-tab-wrapper {
    padding: 22px 12px 12px;
    border-radius: var(--cw-car-radius-lg);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow);
}

.page-product-details-car-static .product-details-content-tab-btn {
    margin-bottom: 18px;
}

.page-product-details-car-static .product-details-content-tab-btn .nav-link {
    padding-bottom: 16px;
}

.page-product-details-car-static .product-details-content-tab-btn .nav-link h5 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.page-product-details-car-static .vehicle-detail-showcase__tab {
    min-height: 44px;
    padding: 0 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-product-details-car-static .vehicle-detail-spec-card {
    border-radius: var(--cw-car-radius-md);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .vehicle-detail-spec-card__value {
    letter-spacing: -0.03em;
}

.page-product-details-car-static .vehicle-feature-panel__box {
    border-radius: var(--cw-car-radius-md);
    background: var(--cw-car-surface-soft);
    border: 1px solid var(--cw-car-border);
    box-shadow: none;
}

.page-product-details-car-static .section-title {
    letter-spacing: -0.03em;
}

.page-product-details-car-static .product-detail-tab-block,
.page-product-details-car-static .product-detail-data-card {
    border-radius: var(--cw-car-radius-md);
    background: var(--cw-car-surface);
    border: 1px solid var(--cw-car-border);
    box-shadow: var(--cw-car-shadow-soft);
}

.page-product-details-car-static .section-content {
    background: transparent;
}

.page-product-details-car-static .product-wrapper,
.page-product-details-car-static .product-default-slider,
.page-product-details-car-static .single-tab-content-item {
    background: transparent;
}

.page-product-details-car-static .section-title,
.page-product-details-car-static .breadcrumb-title,
.page-product-details-car-static .product-details-content-tab-btn .nav-link h5,
.page-product-details-car-static .product-detail-support-card strong,
.page-product-details-car-static .vehicle-detail-spec-card__value,
.page-product-details-car-static .vehicle-detail-showcase__tab,
.page-product-details-car-static .product-detail-order-head h5,
.page-product-details-car-static .product-gallery-cta-card__title {
    color: var(--cw-car-text);
}

.page-product-details-car-static .product-detail-order-head h5,
.page-product-details-car-static .product-detail-order-card,
.page-product-details-car-static .product-detail-order-card .product-detail-qty span,
.page-product-details-car-static .product-detail-order-card .product-detail-order-note,
.page-product-details-car-static .product-detail-order-card p {
    color: #ffffff;
}

.page-product-details-car-static .section-title {
    margin-bottom: 10px;
}

.page-product-details-car-static .product-default-single.border-around {
    border-radius: var(--cw-car-radius-sm);
    border: 1px solid var(--cw-car-border);
    background: var(--cw-car-surface);
    box-shadow: var(--cw-car-shadow-soft);
    overflow: hidden;
}

.page-product-details-car-static .product-default-single .product-default-content {
    padding-left: 18px;
    padding-right: 18px;
}

.page-product-details-car-static .product-default-single .product-default-link,
.page-product-details-car-static .product-default-single .product-default-price {
    letter-spacing: -0.02em;
}

.page-product-details-car-static .product-default-slider .product-default-single {
    padding-bottom: 56px;
}

.page-product-details-car-static .product-default-slider .product-default-single.has-card-location,
.page-product-details-car-static .product-default-slider .product-default-single.has-order-button,
.page-product-details-car-static .product-default-slider .product-default-single.has-order-button.has-card-location {
    padding-bottom: 56px;
}

.page-product-details-car-static .product-default-slider .product-default-content {
    min-height: 0;
    gap: 7px;
    padding-top: 11px;
}

.page-product-details-car-static .product-default-slider .product-default-price {
    margin-top: 2px;
}

.page-product-details-car-static .product-default-slider .product-card-location,
.page-product-details-car-static .product-default-slider .product-card-order-btn {
    bottom: 10px;
}

.product-details-content-area--catalog {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 34px 36px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f5ff 100%);
    border: 1px solid rgba(36, 29, 122, 0.08);
    box-shadow: 0 20px 50px rgba(30, 24, 87, 0.08);
}

.product-detail-gallery-share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.product-detail-gallery-share__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.product-detail-gallery-share__views,
.product-detail-gallery-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(36, 29, 122, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: #241d7a;
    font-size: 14px;
    font-weight: 700;
}

.product-detail-gallery-share__views {
    cursor: default;
}

.product-detail-gallery-share__btn {
    transition: transform 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.product-detail-gallery-share__btn:hover,
.product-detail-gallery-share__btn:focus {
    color: #ea1c26;
    border-color: rgba(234, 28, 38, 0.28);
    transform: translateY(-2px);
}

.product-detail-gallery-share__status {
    min-height: 18px;
    margin-bottom: 0;
    color: #66657e;
    font-size: 13px;
    text-align: center;
}

.product-gallery-mini-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 18px;
}

.product-gallery-mini-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 108px;
    padding: 14px 12px;
    border-radius: 14px;
    background: #f7f8fb;
    border: 1px solid rgba(36, 29, 122, 0.08);
    text-align: center;
}

.product-gallery-mini-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #3a3a43;
    font-size: 22px;
}

.product-gallery-mini-card__label {
    display: block;
    color: #3a3a43;
    font-size: 12px;
    line-height: 1.3;
}

.product-gallery-mini-card__value {
    display: block;
    color: #241d7a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.product-gallery-cta-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
    padding: 21px 24px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 100%);
    border: 1px solid rgba(36, 29, 122, 0.08);
    color: #1f1f2a;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(36, 29, 122, 0.06);
}

.product-gallery-cta-card:hover,
.product-gallery-cta-card:focus {
    color: #1f1f2a;
    border-color: rgba(36, 29, 122, 0.08);
    box-shadow: 0 10px 26px rgba(36, 29, 122, 0.06);
}

.product-gallery-cta-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: rgba(234, 28, 38, 0.08);
    color: #ea1c26;
}

.product-gallery-cta-card__icon svg,
.product-gallery-cta-card__arrow svg {
    width: 100%;
    height: 100%;
}

.product-gallery-cta-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-gallery-cta-card__title {
    display: block;
    color: #1f1f2a;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.product-gallery-cta-card__text {
    display: block;
    color: #66657e;
    font-size: 14px;
    line-height: 1.55;
}

.product-gallery-cta-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #241d7a;
}

.product-detail-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(234, 28, 38, 0.08);
    color: #ea1c26;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-details-content-area--catalog .product-details-text .title {
    margin-top: 18px;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 1.1;
}

.product-details-content-area--catalog .product-details-text .price {
    margin-bottom: 18px;
}

.product-details-content-area--catalog .product-details-text .price span,
.product-details-content-area--catalog .product-details-text .price,
.product-details-content-area--catalog .product-details-text .price del {
    font-size: 18px;
}

.product-details-content-area--catalog .product-details-text .price {
    color: #ea1c26;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 12px rgba(234, 28, 38, 0.1);
}

.product-details-content-area--catalog .product-details-text .price .product-list-price {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.product-details-content-area--catalog .product-details-text .price del {
    color: #8a8a97;
    margin-right: 12px;
}

.product-details-content-area--catalog .product-details-text p {
    margin-bottom: 0;
    color: #4c4b66;
    font-size: 17px;
    line-height: 1.75;
}

.product-detail-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.quick-contact-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef0ff;
    color: #241d7a;
    font-size: 13px;
    font-weight: 700;
}

.quick-contact-tag.financing {
    background: #fff3f3;
    color: #ea1c26;
}

.quick-contact-tag.exported {
    background: #eef8ff;
    color: #1464a5;
}

.quick-contact-tag.featured {
    background: #f1f6ec;
    color: #3a6c26;
}

.product-detail-order-card {
    padding: 26px 28px;
    border-radius: 22px;
    background: #241d7a;
    color: #ffffff;
}

.product-detail-order-head h5 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 28px;
}

.product-detail-order-head p,
.product-detail-order-note {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.product-detail-order-note--important,
.product-detail-order-note--important strong,
.product-detail-order-note--important em {
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
}

.product-detail-order-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    align-items: end;
    margin-top: 16px;
    margin-bottom: 14px;
}

.product-detail-order-row--dual-action {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.product-detail-order-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.product-detail-qty {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    width: 100%;
}

.product-detail-qty span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-detail-qty-control {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 10px;
    align-items: center;
}

.product-detail-qty-step {
    width: 56px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.12s ease, border-color 0.12s ease, transform 0.12s ease;
}

.product-detail-qty-step:hover,
.product-detail-qty-step:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.product-detail-qty input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 0 12px;
    appearance: textfield;
    -moz-appearance: textfield;
    caret-color: #ffffff;
}

.product-detail-qty input::-webkit-outer-spin-button,
.product-detail-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 14px;
    background: #25d366;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
    box-shadow: 0 16px 30px rgba(14, 96, 44, 0.28);
}

.product-detail-whatsapp-btn:hover,
.product-detail-whatsapp-btn:focus {
    color: #ffffff;
    background: #1fb65a;
    transform: translateY(-2px);
}

.product-detail-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    width: 100%;
    padding: 12px 18px;
    border: 0;
    border-radius: 14px;
    background: var(--cw-cta);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(var(--cw-cta-rgb), 0.24);
}

.product-detail-call-btn:hover,
.product-detail-call-btn:focus {
    color: #ffffff;
    background: #d9362b;
}

.product-detail-call-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    font-size: 15px;
}

.product-detail-call-btn.is-revealed {
    letter-spacing: 0.01em;
}

/* URA tax calculator */
.ura-tax-section {
    padding-top: 8px;
    padding-bottom: 32px;
}

.ura-tax-shell {
    border-radius: 24px;
    padding: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 0 20px 44px rgba(17, 26, 46, 0.08);
}

.ura-tax-header {
    margin-bottom: 22px;
    display: grid;
    justify-items: center;
    text-align: center;
}

.ura-tax-header h2 {
    margin-bottom: 10px;
    color: #111318;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.ura-tax-header p {
    max-width: 760px;
    margin: 0;
    color: #5f6787;
    font-size: 1rem;
    line-height: 1.7;
}

.ura-tax-card {
    border-top: 2px solid rgba(52, 136, 214, 0.9);
    padding-top: 18px;
    max-width: 880px;
    margin: 0 auto;
}

.ura-tax-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.ura-tax-tab {
    min-height: 64px;
    border: 1px solid #d7dce8;
    border-bottom-width: 0;
    border-radius: 16px 16px 0 0;
    background: #fff;
    color: #4a546b;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem);
    font-weight: 800;
}

.ura-tax-tab.is-active {
    color: #3488d6;
    box-shadow: inset 0 2px 0 rgba(52, 136, 214, 0.92);
}

.ura-tax-panel {
    display: none;
    border-top: 1px solid #dde2ec;
    padding-top: 24px;
    min-height: 320px;
}

.ura-tax-panel.is-active {
    display: block;
}

.ura-tax-form {
    display: grid;
    gap: 16px;
}

.ura-tax-field {
    display: grid;
    gap: 8px;
}

.ura-tax-field label {
    margin: 0;
    color: #2b2f38;
    font-size: 0.98rem;
    font-weight: 800;
}

.ura-tax-field select,
.ura-tax-field input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #cfd5e0;
    border-radius: 12px;
    background: #fff;
    color: #364055;
    font-size: 1rem;
}

.ura-tax-field select:disabled,
.ura-tax-field input:disabled {
    background: #f3f5f9;
    color: #9098ab;
}

.ura-tax-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.ura-tax-button {
    min-height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: var(--cw-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 14px 24px rgba(var(--cw-primary-rgb), 0.24);
}

.ura-tax-button:hover,
.ura-tax-button:focus {
    color: #fff;
    background: #1d175f;
}

.ura-tax-button--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #7b8397;
    color: #fff;
    box-shadow: 0 12px 22px rgba(72, 80, 102, 0.18);
    font-size: 0.84rem;
    text-decoration: none;
}

.ura-tax-button--secondary:hover,
.ura-tax-button--secondary:focus {
    background: #666f84;
    color: #fff;
}

.ura-tax-section-utility {
    display: flex;
    justify-content: flex-end;
    max-width: 1120px;
    margin: 12px auto 0;
}

.ura-tax-status {
    min-height: 24px;
    margin-top: 12px;
    color: #5f6787;
    font-size: 0.95rem;
}

.ura-tax-status.is-error {
    color: #c63c33;
}

.ura-tax-status.is-success {
    color: #0a8d73;
}

.ura-tax-results {
    margin-top: 28px;
    display: grid;
    gap: 18px;
}

.ura-tax-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.ura-tax-summary-card {
    padding: 16px 18px;
    border-radius: 16px;
    background: #f7f9fd;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
}

.ura-tax-summary-card strong {
    display: block;
    margin-bottom: 6px;
    color: #5f6787;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ura-tax-summary-card span {
    display: block;
    color: #18223d;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.4;
    word-break: break-word;
}

.ura-tax-result-card,
.ura-tax-search-results {
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
    box-shadow: 0 14px 28px rgba(17, 26, 46, 0.06);
}

.ura-tax-result-card h4,
.ura-tax-search-results h4 {
    margin-bottom: 14px;
    color: var(--cw-primary);
}

.ura-tax-search-list {
    display: grid;
    gap: 12px;
}

.ura-tax-search-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f7f9fd;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.08);
}

.ura-tax-search-item strong {
    display: block;
    color: #18223d;
}

.ura-tax-search-item span {
    display: block;
    margin-top: 4px;
    color: #66708e;
    font-size: 0.92rem;
}

.ura-tax-search-item button {
    flex-shrink: 0;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: var(--cw-primary);
    color: #fff;
    font-weight: 700;
}

.ura-tax-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ura-tax-detail-item {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8f9fc;
    border: 1px solid rgba(var(--cw-primary-rgb), 0.07);
}

.ura-tax-detail-item strong {
    display: block;
    margin-bottom: 5px;
    color: #59617d;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ura-tax-detail-item span {
    display: block;
    color: #1a2340;
    font-weight: 700;
    word-break: break-word;
}

@media (min-width: 992px) {
    .ura-tax-section {
        padding-top: 0;
        padding-bottom: 22px;
    }

    .ura-tax-shell {
        max-width: 1120px;
        margin: 0 auto;
        padding: 22px 24px;
        border-radius: 20px;
    }

    .ura-tax-header {
        margin-bottom: 16px;
    }

    .ura-tax-header h2 {
        margin-bottom: 8px;
        font-size: clamp(2.1rem, 3.2vw, 2.9rem);
    }

    .ura-tax-header p {
        max-width: 700px;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .ura-tax-card {
        padding-top: 14px;
    }

    .ura-tax-tabs {
        margin-bottom: 14px;
        gap: 8px;
    }

    .ura-tax-tab {
        min-height: 54px;
        font-size: clamp(1rem, 2vw, 1.25rem);
    }

    .ura-tax-panel {
        padding-top: 18px;
        min-height: auto;
    }

    .ura-tax-form {
        gap: 12px;
    }

    .ura-tax-field {
        gap: 6px;
    }

    .ura-tax-field label {
        font-size: 0.92rem;
    }

    .ura-tax-field select,
    .ura-tax-field input {
        min-height: 48px;
        font-size: 0.96rem;
    }

    .ura-tax-button {
        min-height: 48px;
        padding: 0 20px;
        font-size: 0.96rem;
    }

    .ura-tax-results {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .ura-tax-section {
        padding-bottom: 0;
    }

    .ura-tax-shell {
        padding: 14px 10px 0;
        border-radius: 18px;
    }

    .ura-tax-tabs {
        grid-template-columns: 1fr;
    }

    .ura-tax-tab {
        min-height: 56px;
        border-radius: 14px;
        border-bottom-width: 1px;
    }

    .ura-tax-panel {
        padding-top: 18px;
        min-height: 0;
    }

    .ura-tax-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ura-tax-button {
        width: 100%;
    }

    .ura-tax-button--secondary {
        min-height: 30px !important;
        padding: 0 8px !important;
        font-size: 0.7rem !important;
        width: auto !important;
        border-radius: 999px;
        box-shadow: 0 8px 16px rgba(var(--cw-primary-rgb), 0.16);
    }

    .ura-tax-section-utility {
        justify-content: flex-end;
        margin-top: 0;
        margin-bottom: -16px;
        padding-right: 0;
    }

    .ura-tax-search-item {
        flex-direction: column;
        align-items: stretch;
    }

    .ura-tax-search-item button {
        width: 100%;
    }

    .ura-tax-detail-grid {
        grid-template-columns: 1fr;
    }
}

.product-detail-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-detail-support-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(36, 29, 122, 0.08);
}

.product-detail-support-card strong {
    display: block;
    margin-bottom: 8px;
    color: #1f1f2a;
    font-size: 15px;
}

.product-detail-support-card span {
    color: #66657e;
    line-height: 1.6;
}

.product-detail-tab-block {
    padding: 34px 36px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(36, 29, 122, 0.08);
}

.product-details-content-tab-section--compact {
    padding-top: 6px !important;
}

.product-details-section + .product-details-content-tab-section--compact {
    margin-top: -10px !important;
    padding-top: 0 !important;
}

.product-details-content-tab-section--compact .product-details-content-tab-btn {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.product-details-content-tab-section--compact .product-details-content-tab-btn li {
    margin-bottom: 0;
}

.product-details-content-tab-section--compact .product-details-content-tab {
    margin-top: 0;
}

.product-details-content-tab-section--compact .product-detail-tab-block {
    padding: 2px 8px 4px;
}

.product-section--related-flush {
    padding-top: 0 !important;
}

.product-section--related-flush .section-content-gap {
    margin-top: 0 !important;
}

.product-details-section + .product-section--related-flush {
    margin-top: -15px !important;
}

.product-details-content-tab-section + .product-section--related-flush {
    margin-top: -15px !important;
}

.product-details-content-tab-section + .product-section--related-compact {
    margin-top: 15px !important;
}

@media (min-width: 992px) {
    .product-details-content-tab-section + .product-section--related-compact {
        margin-top: -50px !important;
    }
}

.product-section--related-flush + .product-section--upsell-compact {
    margin-top: 20px !important;
}

.product-detail-data-card {
    height: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #f7f8ff;
    border: 1px solid rgba(36, 29, 122, 0.08);
}

.product-detail-data-card h5,
.product-detail-support-panel h5 {
    margin-bottom: 18px;
    color: #241d7a;
}

.product-detail-data-card .table {
    margin-bottom: 0;
}

.product-detail-data-card .table th,
.product-detail-data-card .table td {
    padding: 12px 0;
    background: transparent;
}

.vehicle-detail-showcase {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vehicle-detail-showcase__shell {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.vehicle-detail-showcase__head {
    margin-bottom: 0;
    text-align: center;
}

.vehicle-detail-showcase__tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vehicle-detail-showcase__tab {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #f6f7fb;
    color: #1f1f2a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.vehicle-detail-showcase__tab.is-active {
    background: #ea1c26;
    color: #ffffff;
}

.vehicle-detail-spec-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
}

.vehicle-feature-panel {
    text-align: left;
}

.vehicle-feature-panel__title {
    margin-bottom: 30px;
    color: #111318;
    font-size: 30px;
    font-weight: 800;
}

.vehicle-feature-panel__box {
    padding: 4px 8px;
    border-radius: 14px;
    background: #f3f7fd;
}

.vehicle-feature-panel__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 18px;
}

.vehicle-feature-more-btn {
    display: none;
}

.vehicle-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111318;
    font-size: 16px;
    font-weight: 500;
}

.vehicle-feature-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #ff5162;
    font-size: 18px;
    box-shadow: 0 6px 18px rgba(255, 81, 98, 0.08);
    flex-shrink: 0;
}

.vehicle-feature-item__icon svg {
    width: 18px;
    height: 18px;
}

.vehicle-detail-more-btn {
    display: none;
}

.vehicle-detail-spec-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 186px;
    padding: 28px 18px 24px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e7ecf3;
    box-shadow: none;
    text-align: center;
}

.vehicle-detail-spec-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    color: #173f7a;
    flex-shrink: 0;
}

.vehicle-detail-spec-card__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.vehicle-detail-spec-card__value {
    display: block;
    margin-bottom: 6px;
    color: #1f1f2a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    word-break: break-word;
}

.vehicle-detail-spec-card__label {
    display: block;
    color: #2f334d;
    font-size: 15px;
    line-height: 1.3;
}

.product-detail-support-panel {
    max-width: 760px;
}

.product-detail-support-list {
    margin: 18px 0 24px;
    padding-left: 20px;
    color: #4c4b66;
}

.product-detail-support-list li + li {
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .blog-archive-lead {
        grid-template-columns: 1fr;
    }

    .blog-feed-single--compact {
        grid-template-columns: 1fr;
    }

    .blog-feed-single--compact .blog-feed-img {
        min-height: 240px;
    }

    .blog-archive-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .live-articles-card .blog-feed-content {
        padding: 22px 22px 24px;
    }

    .product-detail-order-row,
    .product-detail-support-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-order-row--dual-action {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-gallery-mini-cards {
        gap: 12px;
        margin-top: 18px;
    }

    .product-gallery-mini-card {
        min-height: 118px;
        padding: 16px 14px;
    }

    .product-gallery-cta-card {
        margin-top: 20px;
        padding: 16px 18px;
    }

    .product-gallery-cta-card__title {
        font-size: 17px;
    }

    .vehicle-detail-spec-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .vehicle-feature-panel__box {
        padding: 28px 24px;
    }

    .vehicle-feature-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
        row-gap: 24px;
    }

    .vehicle-feature-item {
        font-size: 17px;
    }

    .vehicle-feature-item__icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .vehicle-detail-showcase__tab {
        min-height: 54px;
        padding: 0 20px;
        font-size: 19px;
    }

    .vehicle-detail-showcase__shell {
        padding: 4px 0 0;
    }

    .vehicle-detail-spec-card {
        min-height: 164px;
        padding: 22px 16px 20px;
        border-radius: 8px;
    }

    .vehicle-detail-spec-card__icon {
        width: 42px;
        height: 42px;
        margin-bottom: 18px;
    }

    .vehicle-detail-spec-card__value {
        font-size: 18px;
    }

    .vehicle-detail-spec-card__label {
        font-size: 14px;
    }

    .product-detail-order-actions {
        grid-template-columns: 1fr;
    }

    .product-detail-qty input,
    .product-detail-whatsapp-btn,
    .product-detail-call-btn {
        min-height: 48px;
    }

    .product-detail-qty-control {
        grid-template-columns: 52px minmax(0, 1fr) 52px;
    }

    .product-details-content-area--catalog,
    .product-detail-tab-block {
        padding: 28px;
    }

    .product-details-content-tab-section--compact {
        padding-top: 4px !important;
    }

    .product-details-section + .product-details-content-tab-section--compact {
        margin-top: -10px !important;
        padding-top: 0 !important;
    }

    .product-details-content-tab-section--compact .product-details-content-tab-btn {
        margin-bottom: 1px;
        padding-bottom: 0;
    }

    .product-details-content-tab-section--compact .product-detail-tab-block {
        padding: 2px 8px 4px;
    }
}

@media (max-width: 767.98px) {
    .blog-archive-lead__copy,
    .blog-archive-lead__stats,
    .blog-archive-cta {
        padding: 24px;
    }

    .blog-archive-lead__copy h2 {
        font-size: 34px;
    }

    .live-articles-card .blog-feed-content {
        padding: 18px 18px 20px;
    }

    .live-articles-card .blog-feed-link a {
        font-size: 18px;
    }

    .live-articles-card .blog-feed-img {
        aspect-ratio: 4 / 3;
    }

    .product-details-content-area--catalog .product-details-text .title {
        font-size: 32px;
    }

    .product-details-content-area--catalog .product-details-text .price {
        margin-bottom: 20px;
        font-size: 34px;
        font-weight: 900;
    }

    .product-details-content-area--catalog .product-details-text .price .product-list-price {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

    .product-details-content-area--catalog .product-details-text .price span,
    .product-details-content-area--catalog .product-details-text .price,
    .product-details-content-area--catalog .product-details-text .price del {
        font-size: 18px;
    }

    .product-details-content-area--catalog .product-details-text .price del {
        margin-right: 10px;
        font-size: 15px;
    }

    .product-details-content-tab-section + .product-section--related-compact {
        margin-top: -20px !important;
    }

    .product-gallery-mini-cards {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 14px;
    }

    .page-product-details-car-static .product-detail-gallery-share {
        margin-top: 10px;
        gap: 6px;
    }

    .page-product-details-car-static .product-gallery-mini-cards {
        margin-top: 0;
    }

    .product-gallery-mini-card {
        display: grid;
        grid-template-columns: 20px auto auto;
        align-items: center;
        justify-content: flex-start;
        min-height: 58px;
        gap: 0 10px;
        padding: 12px 14px;
        text-align: left;
    }

    .product-gallery-mini-card__icon {
        grid-row: 1;
        width: 20px;
        height: 20px;
        font-size: 16px;
    }

    .product-gallery-mini-card__label {
        grid-column: 2;
        font-size: 16px;
    }

    .product-gallery-mini-card__value {
        grid-column: 3;
        font-size: 22px;
        line-height: 1;
    }

    .product-detail-gallery-share__actions {
        gap: 8px;
    }

    .product-detail-gallery-share__views,
    .product-detail-gallery-share__btn {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 13px;
    }

    .product-gallery-cta-card {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 14px;
        margin-top: 28px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .product-gallery-cta-card__icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .product-gallery-cta-card__title {
        font-size: 16px;
    }

    .product-gallery-cta-card__text {
        font-size: 12px;
        line-height: 1.5;
    }

    .product-gallery-cta-card__arrow {
        grid-column: 2;
        justify-self: end;
        width: 16px;
        height: 16px;
    }

    .product-details-layout--car-mobile-gapless > .col-md-6 + .col-md-6 {
        margin-top: -28px;
    }

    .vehicle-detail-showcase__head {
        margin-bottom: 0;
    }

    .vehicle-detail-showcase__tabs {
        gap: 10px;
    }

    .vehicle-detail-showcase__tab {
        min-height: 46px;
        padding: 0 16px;
        font-size: 16px;
    }

    .vehicle-feature-panel__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .vehicle-feature-panel__box {
        padding: 4px 6px;
        border-radius: 12px;
    }

    .vehicle-feature-panel__grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .vehicle-feature-panel__grid:not(.is-expanded) .vehicle-feature-item:nth-child(n + 6) {
        display: none;
    }

    .vehicle-feature-item {
        gap: 14px;
        font-size: 16px;
    }

    .vehicle-feature-item__icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .vehicle-feature-more-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin-top: 18px;
        padding: 14px 16px 4px;
        border: 0;
        background: transparent;
        color: #1f1f2a;
        font-size: 16px;
        font-weight: 800;
    }

    .vehicle-feature-more-btn__icon {
        width: 12px;
        height: 12px;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        transform: rotate(45deg) translateY(-1px);
        transition: transform 0.12s ease;
    }

    .vehicle-feature-more-btn[aria-expanded="true"] .vehicle-feature-more-btn__icon {
        transform: rotate(-135deg) translateY(-1px);
    }

    .vehicle-detail-spec-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        justify-items: center;
    }

    .vehicle-detail-showcase__shell {
        padding: 0;
        border-radius: 0;
    }

    .vehicle-detail-spec-card {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr) auto;
        column-gap: 14px;
        align-items: center;
        width: min(100%, 320px);
        min-height: 84px;
        padding: 12px 18px;
        border-radius: 8px;
        text-align: left;
    }

    .vehicle-detail-spec-card__icon {
        order: 1;
        width: 28px;
        height: 28px;
        margin-bottom: 0;
    }

    .vehicle-detail-spec-card__value {
        order: 3;
        margin-bottom: 0;
        font-size: 15px;
        text-align: right;
    }

    .vehicle-detail-spec-card__label {
        order: 2;
        font-size: 12px;
        text-transform: none;
        text-align: left;
    }

    .vehicle-detail-spec-grid:not(.is-expanded) .vehicle-detail-spec-card:nth-child(n + 5) {
        display: none;
    }

    .vehicle-detail-more-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin-top: 24px;
        padding: 14px 16px 4px;
        border: 0;
        background: transparent;
        color: #1f1f2a;
        font-size: 16px;
        font-weight: 800;
    }

    .vehicle-detail-more-btn__icon {
        width: 12px;
        height: 12px;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        transform: rotate(45deg) translateY(-1px);
        transition: transform 0.12s ease;
    }

    .vehicle-detail-more-btn[aria-expanded="true"] .vehicle-detail-more-btn__icon {
        transform: rotate(-135deg) translateY(-1px);
    }

    .product-detail-order-card,
    .product-details-content-area--catalog,
    .product-detail-tab-block,
    .product-detail-data-card {
        padding: 22px;
    }

    .product-details-content-tab-section--compact {
        padding-top: 2px !important;
    }

    .product-details-section + .product-details-content-tab-section--compact {
        margin-top: -10px !important;
        padding-top: 0 !important;
    }

    .product-details-content-tab-section--compact .product-details-content-tab-btn {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .product-details-content-tab-section--compact .product-detail-tab-block {
        padding: 1px 4px 3px;
    }

    .product-detail-order-row {
        gap: 14px;
    }

    .product-detail-order-row--dual-action {
        grid-template-columns: 1fr;
    }

    .product-detail-qty-control {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px;
    }

    .product-detail-qty span {
        font-size: 12px;
    }

    .product-detail-qty-step,
    .product-detail-qty input {
        height: 54px;
    }

    .product-detail-qty-step {
        width: 48px;
        font-size: 22px;
    }

    .product-detail-qty input {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    input,
    select,
    textarea,
    button,
    .form-control,
    .form-select,
    .default-search-style-input-btn,
    .whatsapp-livechat__form input {
        font-size: 16px;
    }
}

html {
    -webkit-tap-highlight-color: transparent;
}

:root {
    --cw-ui-transition-fast: 0.12s;
}

a[href],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
[data-bs-toggle],
.offcanvas-toggle,
.slick-arrow {
    touch-action: manipulation;
}

.material-scrolltop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.material-scrolltop.reveal.scrolltop-ready {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
.btn,
[class*="btn"],
.main-menu-link,
.offcanvas-menu a,
.product-action-icon-link a,
.slick-arrow,
.material-scrolltop {
    transition-duration: var(--cw-ui-transition-fast) !important;
    transition-timing-function: ease !important;
}

@media (max-width: 479.98px) {
    .mobile-header-search-form__controls {
        flex-direction: column;
        align-items: stretch;
    }

    .mobile-header-search-form__submit {
        width: 100%;
    }
}
