/**
 * Srikar Spices — site-wide design layer
 * Cream / crimson / WhatsApp green visual system (design only)
 */

/* ---------- Base atmosphere ---------- */
body {
    background: var(--color-cream, #FDFCF0);
    color: var(--color-body, #5C5C5C);
    font-family: var(--font-text);
}

.main {
    background: transparent;
}

h1, h2, h3, h4, h5, h6,
.font-heading,
.section-title .title h3,
.section-title h3 {
    color: var(--color-heading, #1F1A17);
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.text-brand,
a.text-brand {
    color: var(--color-brand, #A81D22) !important;
}

/* ---------- Unified homepage section headings ---------- */
.srikar-taste-head__title,
.srikar-bestsellers__title,
.srikar-category-products__title,
.srikar-recipes__title,
.srikar-moments__title {
    align-items: center !important;
    display: inline-flex !important;
    gap: 12px;
    justify-content: flex-start;
    line-height: 1;
}

.srikar-taste-head__title h3,
.srikar-bestsellers__title h3,
.srikar-category-products__title h3,
.srikar-recipes__title h3,
.srikar-moments__title h3 {
    color: #A81D22 !important;
    display: inline-block;
    font-size: clamp(1.45rem, 2.3vw, 1.95rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    vertical-align: middle;
}

.srikar-taste-head__ornament,
.srikar-bestsellers__ornament,
.srikar-category-products__ornament,
.srikar-recipes__ornament,
.srikar-moments__ornament {
    align-items: center;
    display: inline-flex !important;
    flex-shrink: 0;
    height: 1.2em;
    justify-content: center;
    line-height: 0;
    transform: translateY(0.06em);
    width: 1.2em;
}

.srikar-taste-head__ornament svg,
.srikar-bestsellers__ornament svg,
.srikar-category-products__ornament svg,
.srikar-recipes__ornament svg,
.srikar-moments__ornament svg {
    display: block;
    height: 22px;
    width: 22px;
}

.srikar-category-products__head {
    margin-bottom: 22px;
}

.srikar-moments__heart {
    color: #A81D22;
    font-size: 0.9em;
    line-height: 1;
    margin-left: 4px;
}

.btn,
button.btn,
a.btn {
    border-radius: 10px;
    font-weight: 600;
}

.btn-brand,
.btn.btn-brand,
button.submit,
.button-submit {
    background: var(--color-brand, #A81D22) !important;
    border-color: var(--color-brand, #A81D22) !important;
    color: #fff !important;
}

.btn-brand:hover,
.btn.btn-brand:hover {
    background: var(--color-brand-dark, #7A1519) !important;
    border-color: var(--color-brand-dark, #7A1519) !important;
}

/* ---------- Header top ---------- */
.header-area {
    background: #fff;
}

.header-top {
    background: #fff;
    border-bottom: 1px solid rgba(168, 29, 34, 0.08);
    font-size: 13px;
}

.header-top .header-info ul li,
.header-top .header-info a {
    color: var(--color-text, #5C5C5C);
}

.header-top .text-brand,
.header-top strong.text-brand {
    color: var(--color-brand, #A81D22) !important;
    font-weight: 700;
}

.mobile-promotion {
    background: linear-gradient(90deg, #A81D22, #C62828);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.mobile-promotion a {
    color: #fff;
    text-decoration: underline;
}

/* ---------- Header middle ---------- */
.header-middle {
    background: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(31, 26, 23, 0.06);
}

.header-wrap .logo img {
    max-height: 58px !important;
}

.search-style-2 form {
    background: #fff;
    border: 1.5px solid rgba(168, 29, 34, 0.18);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(31, 26, 23, 0.04);
}

.search-style-2 .form-group--icon,
.search-style-2 .product-cat-label {
    border-right: 1px solid rgba(31, 26, 23, 0.08);
}

.search-style-2 input.input-search-product {
    background: transparent;
}

.search-style-2 form .btn,
.search-style-2 button.btn {
    background: var(--color-brand, #A81D22) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0;
    min-width: 52px;
    height: 100%;
}

.search-style-2 form .btn:hover {
    background: var(--color-brand-dark, #7A1519) !important;
}

.header-action-2 {
    align-items: center;
    gap: 6px;
}

.header-action-icon-2 > a {
    color: var(--color-heading, #1F1A17);
}

.header-action-icon-2 .lable {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-heading, #1F1A17);
}

.header-action-icon-2 .pro-count {
    background: var(--color-brand, #A81D22) !important;
    color: #fff !important;
}

.srikar-header-track > a:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--color-heading, #1F1A17);
}

.srikar-wa-header-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--color-whatsapp, #25D366);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.srikar-wa-header-btn:hover,
.srikar-wa-header-btn:focus {
    background: var(--color-whatsapp-dark, #1DA851);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.42);
}

.srikar-wa-header-btn svg {
    flex-shrink: 0;
}

/* ---------- Header nav ---------- */
.header-bottom {
    background: #fff;
    border-bottom: 1px solid rgba(31, 26, 23, 0.06);
}

.header-bottom .hotline {
    display: none !important;
}

.main-categories-wrap .categories-button-active {
    background: var(--color-brand, #A81D22) !important;
    border-color: var(--color-brand, #A81D22) !important;
    border-radius: 10px;
    font-weight: 600;
}

.main-menu nav > ul > li > a {
    color: var(--color-heading, #1F1A17) !important;
    font-weight: 600;
    font-size: 15px;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
    color: var(--color-brand, #A81D22) !important;
}

.main-menu .sub-menu {
    border-radius: 12px;
    border: 1px solid rgba(31, 26, 23, 0.06);
    box-shadow: 0 16px 40px rgba(31, 26, 23, 0.1);
}

/* ---------- Hero ---------- */
.nest-hero-slider,
.nest-hero-slider__card,
.hero-slider-1,
.hero-slider-1 .single-hero-slider {
    border-radius: 18px !important;
    overflow: hidden;
}

.nest-hero-slider__card {
    border: none !important;
    box-shadow: 0 12px 36px rgba(31, 26, 23, 0.1) !important;
    background: #f3ebe0 !important;
}

.nest-hero-slider__btn,
.hero-slider-1 .btn,
.slider-content .btn {
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.nest-hero-slider__btn,
a.nest-hero-slider__btn {
    background: var(--color-whatsapp, #25D366) !important;
    border-color: var(--color-whatsapp, #25D366) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.nest-hero-slider__btn:hover {
    background: var(--color-whatsapp-dark, #1DA851) !important;
}

.home-slider .slider-content h1,
.home-slider .slider-content h2,
.nest-hero-slider__title {
    color: var(--color-heading, #1F1A17) !important;
    text-shadow: none !important;
    font-weight: 800;
}

/* ---------- Site features ---------- */
.nest-site-features {
    margin-top: 0;
    margin-bottom: 0;
}

.nest-site-features .nest-site-features__card,
.nest-site-features .banner-left-icon {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.nest-site-features .nest-site-features__card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.nest-site-features .banner-left-icon img,
.nest-site-features [class*="banner-"] img {
    border-radius: 0 !important;
}

.nest-site-features .nest-site-features__title {
    color: var(--color-heading, #1F1A17);
    min-height: auto !important;
}

.nest-site-features .nest-site-features__subtitle {
    color: var(--color-text, #5C5C5C);
}

/* Shop by Taste styles live in srikar-part2-taste.css */

/* ---------- Product cards ---------- */
.product-cart-wrap.nest-product-card {
    background: #fff;
    border: 1px solid rgba(31, 26, 23, 0.06);
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(31, 26, 23, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-cart-wrap.nest-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(168, 29, 34, 0.12);
    border-color: rgba(168, 29, 34, 0.14);
}

.product-cart-wrap .product-img-action-wrap {
    border-radius: 18px 18px 0 0;
    flex-shrink: 0;
    overflow: visible;
    position: relative;
}

.product-cart-wrap .product-img {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.product-cart-wrap .product-content-wrap {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    padding: 12px 14px 14px !important;
}

/* Keep red badges fully inside — not clipped by overflow/radius */
.product-cart-wrap .product-badges,
.product-cart-wrap .product-badges-position {
    left: 12px !important;
    right: auto !important;
    top: 12px !important;
    z-index: 5;
}

.product-cart-wrap .product-badges span,
.product-cart-wrap .product-badges .hot {
    background: var(--color-brand, #A81D22) !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 10px;
}

/* Fixed one-line slots so cards align */
.product-cart-wrap .product-category {
    height: 18px;
    line-height: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.product-cart-wrap .product-category a {
    color: #9A938A !important;
    display: block;
    font-size: 12px !important;
    font-weight: 500 !important;
    overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-cart-wrap .product-content-wrap h2 {
    height: 20px;
    line-height: 20px;
    margin: 0 0 6px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-cart-wrap .product-content-wrap h2 a {
    color: var(--color-heading, #1F1A17) !important;
    display: block;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    line-height: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-cart-wrap .product-rate-cover {
    align-items: center;
    display: flex !important;
    gap: 6px;
    height: 18px;
    margin-bottom: 8px !important;
    min-height: 18px;
}

.product-cart-wrap .product-rate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='16' viewBox='0 0 80 16'%3E%3Cpath fill='%23E0E0E0' d='M8 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L8 11l-3.8 2 0.7-4.3-3.1-3 4.3-.6zM24 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L24 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM40 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L40 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM56 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L56 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM72 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L72 11l-3.8 2 .7-4.3-3.1-3 4.3-.6z'/%3E%3C/svg%3E") !important;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 80px 16px;
    height: 16px !important;
    width: 80px !important;
}

.product-cart-wrap .product-rate .product-rating {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='16' viewBox='0 0 80 16'%3E%3Cpath fill='%23F5B301' d='M8 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L8 11l-3.8 2 0.7-4.3-3.1-3 4.3-.6zM24 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L24 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM40 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L40 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM56 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L56 11l-3.8 2 .7-4.3-3.1-3 4.3-.6zM72 1.2l1.9 3.9 4.3.6-3.1 3 .7 4.3L72 11l-3.8 2 .7-4.3-3.1-3 4.3-.6z'/%3E%3C/svg%3E") !important;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 80px 16px;
    height: 16px !important;
}

.product-cart-wrap .product-rate-cover .font-small.text-muted {
    color: #A39B92 !important;
    font-size: 12px !important;
    margin-left: 0 !important;
}

.product-cart-wrap .product-card-bottom {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: auto !important;
    width: 100%;
}

.product-cart-wrap .nest-product-variant-slot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 36px;
    width: 100%;
}

.product-cart-wrap .nest-product-variant-picker {
    margin-bottom: 0 !important;
}

.product-cart-wrap .nest-product-variant-picker .nest-product-variant-select {
    background: #fff !important;
    border: 1px solid #E6E1D8 !important;
    border-radius: 8px !important;
    color: #5C534A !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    min-height: 34px !important;
}

.product-cart-wrap .product-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 24px;
}

.product-cart-wrap .product-price .nest-price-current,
.product-cart-wrap .product-price > span:first-child {
    color: var(--color-heading, #1F1A17) !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}

.product-cart-wrap .product-price .old-price {
    color: #A8A29A !important;
    font-size: 13px !important;
    font-weight: 500;
    text-decoration: line-through;
}

/* Actions: circular cart + green WhatsApp pill (reference) */
.product-cart-wrap .nest-product-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 40px;
    width: 100%;
}

.product-cart-wrap .nest-product-actions .nest-btn--add {
    display: inline-flex !important;
}

.nest-btn--add.nest-btn--icon-only {
    background: #fff !important;
    border: 1.5px solid #A81D22 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #A81D22 !important;
    flex: 0 0 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    width: 40px !important;
}

.nest-btn--add.nest-btn--icon-only:hover {
    background: rgba(168, 29, 34, 0.08) !important;
    border-color: #A81D22 !important;
    color: #A81D22 !important;
}

.nest-btn--add .nest-btn__icon i {
    font-size: 16px !important;
}

.nest-btn--buy,
.nest-btn--buy.nest-btn--whatsapp {
    background: var(--color-whatsapp, #25D366) !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.32) !important;
    color: #fff !important;
    flex: 1 1 auto !important;
    gap: 7px;
    min-height: 40px !important;
    padding: 0 12px !important;
}

.nest-btn--buy:hover,
.nest-btn--buy.nest-btn--whatsapp:hover,
.nest-btn--buy:focus {
    background: var(--color-whatsapp-dark, #1DA851) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.42) !important;
}

.nest-btn__wa-icon {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.nest-btn__label {
    font-size: 12.5px;
    font-weight: 700;
}

.nest-btn__label--short {
    display: none !important;
}

/* દૈનિક વાનગીઓ માટે — 6-col cards: gap, equal height, shorter WA label */
.srikar-category-products .nest-product-actions {
    gap: 10px !important;
    align-items: center !important;
}

.srikar-category-products .nest-btn--add.nest-btn--icon-only {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
}

.srikar-category-products .nest-btn--add .nest-btn__icon i {
    font-size: 14px !important;
}

.srikar-category-products .nest-btn--buy,
.srikar-category-products .nest-btn--buy.nest-btn--whatsapp {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 12px 0 10px !important;
    gap: 6px !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.srikar-category-products .nest-btn__wa-icon svg {
    width: 14px;
    height: 14px;
}

.srikar-category-products .nest-btn__label {
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.srikar-category-products .nest-btn__label--full {
    display: none !important;
}

.srikar-category-products .nest-btn__label--short {
    display: inline-block !important;
}

/* ---------- Sections / banners ---------- */
.section-title {
    margin-bottom: 18px;
}

.banner-img,
.banner-left-icon,
.banner-img.wow,
.big-banner,
[class*="banner-"] img {
    border-radius: 16px;
}

.card-1,
.card-2,
.featured-card {
    border-radius: 16px;
    overflow: hidden;
}

/* ---------- Blog / recipe cards ---------- */
.blog-card,
.post-list .post-thumb,
.loop-grid .blog-card-2 {
    border-radius: 14px;
    overflow: hidden;
}

.blog-card .entry-meta .tag-category,
.post-list .entry-meta a.tag,
.loop-grid .tag {
    background: var(--color-whatsapp, #25D366) !important;
    color: #fff !important;
    border-radius: 999px;
    font-weight: 600;
}

/* ---------- Newsletter / pre-footer ---------- */
.nest-prefooter-newsletter,
.newsletter,
.newsletter-inner {
    background: linear-gradient(135deg, #fff8ef 0%, #f7efe4 100%) !important;
    border-radius: 18px;
}

.newsletter-inner .btn,
.nest-prefooter-newsletter .btn,
.newsletter-form .btn {
    background: var(--color-whatsapp, #25D366) !important;
    border-color: var(--color-whatsapp, #25D366) !important;
    border-radius: 999px !important;
    font-weight: 700;
}

/* ---------- Footer (legacy dark — superseded by srikar-part4-footer.css) ---------- */
footer.main:not(.srikar-footer) {
    background: #1F1A17;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 24px;
}

footer.main:not(.srikar-footer) .footer-mid {
    background: transparent;
}

footer.main:not(.srikar-footer) a {
    color: rgba(255, 255, 255, 0.78);
}

footer.main:not(.srikar-footer) a:hover {
    color: #fff;
}

footer.main:not(.srikar-footer) .widget-title,
footer.main:not(.srikar-footer) h4,
footer.main:not(.srikar-footer) .font-heading {
    color: #fff !important;
}

footer.main:not(.srikar-footer) .footer-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

footer.main:not(.srikar-footer) .hotline p,
footer.main:not(.srikar-footer) .hotline span,
footer.main:not(.srikar-footer) .font-sm,
footer.main:not(.srikar-footer) p {
    color: rgba(255, 255, 255, 0.7);
}

footer.main:not(.srikar-footer) .mobile-social-icon a {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

#scrollUp,
a#scrollUp {
    background: var(--color-brand, #A81D22) !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 20px rgba(168, 29, 34, 0.35);
}

/* ---------- Shop / listing / PDP ---------- */
.page-header,
.breadcrumb,
.shop-product-fillter,
.product-info,
.detail-info,
.product-detail-rating {
    --bs-breadcrumb-divider-color: var(--color-muted);
}

.shop-product-fillter .nav-link.active,
.nav-tabs .nav-link.active {
    color: var(--color-brand, #A81D22) !important;
    border-color: var(--color-brand, #A81D22) !important;
}

.detail-info .product-price-cover .current-price,
.detail-qty,
.detail-extralink .button-add-to-cart,
.product-detail .button.button-add-to-cart,
.product-info .button-add-to-cart {
    border-radius: 10px;
}

.detail-extralink .button-add-to-cart,
.button.button-add-to-cart,
a.button.button-add-to-cart {
    background: var(--color-brand, #A81D22) !important;
}

.buy-now-button.btn,
.product-extra-link2 .buy-now-button,
.detail-extralink .buy-now-button {
    background: var(--color-whatsapp, #25D366) !important;
    border-color: var(--color-whatsapp, #25D366) !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700;
}

/* ---------- Cart / checkout accents ---------- */
.cart-totals,
.checkout-steps,
.order-summary {
    border-radius: 14px;
}

.table-responsive table th {
    color: var(--color-heading, #1F1A17);
}

/* ---------- Pagination ---------- */
.pagination-area .page-item.active .page-link,
.pagination .page-item.active .page-link {
    background: var(--color-brand, #A81D22) !important;
    border-color: var(--color-brand, #A81D22) !important;
}

.pagination-area .page-link:hover {
    color: var(--color-brand, #A81D22);
}

/* ---------- Modals ---------- */
.custom-modal .modal-content,
.modal-content {
    border-radius: 16px;
}

/* ---------- Mobile header ---------- */
.nest-mobile-header {
    background: #fff;
}

.burger-icon > span {
    background: var(--color-heading, #1F1A17) !important;
}

.mobile-header-wrapper-style {
    background: #fff;
}

.mobile-menu li a {
    color: var(--color-heading, #1F1A17);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .srikar-wa-header-btn {
        display: none;
    }
}

/* Floating WhatsApp (mobile + desktop convenience) */
.srikar-wa-float {
    position: fixed;
    right: 18px;
    bottom: 88px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-whatsapp, #25D366);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, background 0.2s ease;
}

.srikar-wa-float:hover {
    background: var(--color-whatsapp-dark, #1DA851);
    color: #fff !important;
    transform: scale(1.06);
}

/* Soft entrance polish */
.product-cart-wrap.nest-product-card,
.srikar-taste-card,
.nest-site-features__card {
    will-change: transform;
}
