.bg-soft {
    background: #f7f9fc;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.cro-home-hero,
.cro-assurance-section,
.cro-category-section,
.cro-products-section,
.cro-feature-section,
.cro-trust-section,
.cro-feedback-section,
.cro-about-section,
.cro-blog-section {
    color: #16233d;
}

.cro-home-hero {
    margin-top: -55px;
    padding: 98px 0 15px;
}

.cro-home-hero .container {
    position: relative;
}

.cro-home-hero-shell {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 48px 0 36px;
}

.cro-home-hero-slider {
    overflow: visible;
}

.cro-home-hero-slide {
    height: auto;
}

.cro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(190, 21, 50, .18);
    border-radius: 8px;
    background: #fff5f7;
    color: #be1532;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cro-hero-content h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #101828;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.cro-hero-content h1 mark {
    display: block;
    margin-top: 6px;
    padding: 0;
    background: transparent;
    color: #be1532;
}

.cro-hero-copy {
    max-width: 620px;
    margin: 0 0 28px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.7;
}

.cro-hero-actions,
.cro-trust-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cro-home-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    border-radius: 8px !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cro-home-btn-primary {
    border-color: #be1532 !important;
    background: #be1532 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px -18px rgba(190, 21, 50, .8);
}

.cro-home-btn-primary:hover,
.cro-home-btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -18px rgba(190, 21, 50, .9);
}

.cro-home-btn-secondary {
    border: 1px solid #d8dde6;
    background: #fff;
    color: #1A4D8F;
}

.cro-home-btn-secondary:hover,
.cro-home-btn-secondary:focus {
    border-color: #be1532;
    color: #be1532;
}

.cro-hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 650px;
    margin-top: 28px;
}

.cro-hero-proof-item {
    min-height: 82px;
    padding: 15px;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
}

.cro-hero-proof-item strong {
    display: block;
    color: #1A4D8F;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.cro-hero-proof-item span {
    display: block;
    margin-top: 5px;
    color: #5d6374;
    font-size: 13px;
    line-height: 1.35;
}

.cro-hero-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.cro-hero-category-row a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    background: #fff;
    color: #16233d;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.cro-hero-category-row a:hover,
.cro-hero-category-row a:focus {
    border-color: #be1532;
    color: #be1532;
}

.cro-hero-media {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cro-hero-image-frame {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / .82;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(190, 21, 50, .08), rgba(47, 125, 92, .1)),
        #fff;
}

.cro-hero-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
}

.cro-hero-media-note {
    position: absolute;
    right: 14px;
    bottom: 30px;
    width: 190px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px -28px rgba(16, 24, 40, .55);
}

.cro-hero-media-note strong {
    display: block;
    color: #be1532;
    font-size: 26px;
    line-height: 1;
}

.cro-hero-media-note span {
    display: block;
    margin-top: 6px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.35;
}

.cro-hero-social {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.cro-hero-social span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: #5d6374;
    font-size: 13px;
    font-weight: 800;
}

.cro-hero-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
    color: #1A4D8F;
}

.cro-hero-social a:hover,
.cro-hero-social a:focus {
    border-color: #be1532;
    color: #be1532;
}

.cro-hero-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: auto;
}

.cro-suggested-label {
    display: inline-flex;
    margin-bottom: 14px;
    color: #7a4d00;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.cro-assurance-section,
.cro-category-section,
.cro-products-section,
.cro-feature-section,
.cro-trust-section,
.cro-feedback-section,
.cro-about-section,
.cro-blog-section {
    padding: 45px 0;
}

.cro-assurance-section {
    padding-top: 32px;
}

.cro-assurance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cro-assurance-item {
    min-height: 116px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
    color: #16233d;
    text-decoration: none;
}

.cro-assurance-item i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff5f7;
    color: #be1532;
    font-size: 16px;
}

.cro-assurance-item strong {
    display: block;
    margin-bottom: 6px;
    color: #16233d;
    font-size: 15px;
    line-height: 1.25;
}

.cro-assurance-item span {
    display: block;
    color: #5d6374;
    font-size: 13px;
    line-height: 1.5;
}

.cro-assurance-link:hover,
.cro-assurance-link:focus {
    border-color: rgba(190, 21, 50, .45);
}

.cro-section-head {
    max-width: 740px;
    margin: 0 auto 34px;
}

.cro-section-head h2,
.cro-feature-content h2,
.cro-trust-content h2 {
    margin: 0 0 12px;
    color: #101828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
}

.cro-section-head p,
.cro-feature-content p,
.cro-trust-content p {
    margin: 0;
    color: #5d6374;
    font-size: 16px;
    line-height: 1.72;
}

.cro-section-head-split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.cro-section-head-split > div {
    max-width: 720px;
}

.cro-section-link,
.cro-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1A4D8F;
    font-weight: 800;
    text-decoration: none;
}

.cro-section-link:hover,
.cro-section-link:focus,
.cro-text-link:hover,
.cro-text-link:focus {
    color: #be1532;
}

.cro-category-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 18px 14px;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
    color: #16233d;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cro-category-card:hover,
.cro-category-card:focus {
    border-color: rgba(190, 21, 50, .45);
    color: #16233d;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -30px rgba(16, 24, 40, .42);
}

.cro-category-image {
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f8fafc;
}

.cro-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cro-category-name {
    display: block;
    min-height: 42px;
    margin-top: 14px;
    color: #16233d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.cro-category-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #be1532;
    font-size: 13px;
    font-weight: 800;
}

.cro-home-product-grid {
    align-items: stretch;
}

.cro-home-product-grid .cro-product-col {
    display: flex;
}

.cro-home-product-grid .vertical-product-card {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8edf3;
    border-radius: 8px !important;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cro-home-product-grid .vertical-product-card:hover,
.cro-home-product-grid .vertical-product-card:focus-within {
    border-color: rgba(190, 21, 50, .35);
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -30px rgba(16, 24, 40, .45);
}

.cro-home-product-grid .vertical-product-card .thumbnail {
    min-height: 174px;
    aspect-ratio: 1 / .9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 12px 0 !important;
    overflow: hidden;
    border-radius: 8px;
    background: #f8fafc;
}

.cro-home-product-grid .vertical-product-card .thumbnail a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cro-home-product-grid .vertical-product-card .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.cro-home-product-grid .vertical-product-card .product-btns {
    right: 10px;
    top: 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.cro-home-product-grid .vertical-product-card .product-btns .rounded-btn {
    width: 34px;
    height: 34px;
    border-color: #e8edf3;
    background: #fff;
    color: #1A4D8F;
}

.cro-home-product-grid .vertical-product-card .product-btns .rounded-btn:hover,
.cro-home-product-grid .vertical-product-card .product-btns .rounded-btn:focus,
.cro-home-product-grid .vertical-product-card .product-btns .rounded-btn.active {
    border-color: #be1532;
    color: #be1532;
}

.cro-home-product-grid .vertical-product-card .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 14px 14px 0 !important;
}

.cro-home-product-grid .vertical-product-card .card-content > a.fs-xxs {
    margin-bottom: 8px !important;
    color: #2f7d5c !important;
    font-size: 11px !important;
    line-height: 1.35;
}

.cro-home-product-grid .vertical-product-card .card-title {
    min-height: 44px;
    margin-bottom: 10px !important;
    color: #16233d !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.cro-home-product-grid .vertical-product-card .rating-result {
    min-height: 24px;
}

.cro-home-product-grid .vertical-product-card small.text-muted {
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.cro-home-product-grid .vertical-product-card .deleted {
    color: #8a94a6;
    font-size: 13px;
}

.cro-home-product-grid .vertical-product-card .price {
    color: #be1532 !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.cro-home-product-grid .vertical-product-card .detail-info {
    margin-top: auto;
}

.cro-home-product-grid .vertical-product-card .product-qty {
    width: 100%;
    height: 38px;
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
}

.cro-home-product-grid .vertical-product-card .change-qty,
.cro-home-product-grid .vertical-product-card .qty-val {
    height: 36px !important;
    min-height: 36px !important;
    border: 0 !important;
}

.cro-home-product-grid .vertical-product-card .change-qty {
    width: 34px;
    flex: 0 0 34px;
    background: #f4f7fb;
    color: #16233d;
    font-weight: 800;
}

.cro-home-product-grid .vertical-product-card .qty-val {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 34px;
    text-align: center;
    font-weight: 800;
}

.cro-home-product-grid .vertical-product-card .add-cart,
.cro-home-product-grid .vertical-product-card a.btn.btn-secondary {
    min-height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    background: #1A4D8F !important;
    border-color: #1A4D8F !important;
    color: #fff !important;
    font-weight: 800;
}

.cro-home-product-grid .vertical-product-card .add-cart:hover,
.cro-home-product-grid .vertical-product-card .add-cart:focus,
.cro-home-product-grid .vertical-product-card a.btn.btn-secondary:hover,
.cro-home-product-grid .vertical-product-card a.btn.btn-secondary:focus {
    background: #be1532 !important;
    border-color: #be1532 !important;
}

.cro-feature-section {
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
}

.cro-feature-media {
    overflow: hidden;
    border-radius: 8px;
    background: #f8fafc;
}

.cro-feature-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.cro-feature-content {
    max-width: 620px;
}

.cro-feature-content p,
.cro-trust-content p {
    margin-bottom: 16px;
}

.cro-trust-content,
.cro-trust-panel,
.cro-about-copy,
.cro-blog-card,
.cro-review-card {
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
}

.cro-trust-content {
    padding: 42px;
}

.cro-trust-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px;
    background:
        linear-gradient(135deg, rgba(24, 58, 89, .05), rgba(47, 125, 92, .07)),
        #fff;
}

.cro-trust-stat {
    min-height: 112px;
    padding: 18px;
    border: 1px solid rgba(24, 58, 89, .12);
    border-radius: 8px;
    background: #fff;
}

.cro-trust-stat strong {
    display: block;
    color: #be1532;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.cro-trust-stat span {
    display: block;
    margin-top: 8px;
    color: #5d6374;
    font-size: 13px;
    line-height: 1.4;
}

.cro-payment-strip {
    grid-column: 1 / -1;
    padding: 18px;
    border: 1px solid rgba(47, 125, 92, .18);
    border-radius: 8px;
    background: #fff;
}

.cro-payment-strip span {
    display: block;
    margin-bottom: 12px;
    color: #16233d;
    font-size: 13px;
    font-weight: 800;
}

.cro-payment-strip img {
    max-height: 28px;
    object-fit: contain;
}

.cro-review-slider {
    padding-bottom: 8px;
}

.cro-review-card {
    padding: 24px;
}

.cro-review-card .star-rating {
    gap: 3px;
    margin: 0 0 16px;
    padding: 0;
    color: #f4b740;
    list-style: none;
}

.cro-review-text {
    margin: 0 0 20px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.cro-review-avatar {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.cro-review-avatar-fallback {
    background: #fff5f7;
    color: #be1532;
    font-weight: 800;
}

.cro-review-author h6 {
    margin: 0;
    color: #16233d;
    font-size: 15px;
    font-weight: 800;
}

.cro-review-author span {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 13px;
}

.cro-about-media {
    position: sticky;
    top: 118px;
    overflow: hidden;
    border-radius: 8px;
    background: #f8fafc;
}

.cro-about-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cro-about-copy {
    padding: 12px;
}

.cro-about-row {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 8px;
}

.cro-about-row + .cro-about-row {
    border-top: 1px solid #eef2f6;
}

.cro-about-row i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eff7f3;
    color: #2f7d5c;
}

.cro-about-row p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
}

.cro-blog-card {
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cro-blog-card:hover,
.cro-blog-card:focus-within {
    border-color: rgba(190, 21, 50, .35);
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -30px rgba(16, 24, 40, .45);
}

.cro-blog-image {
    display: block;
    overflow: hidden;
    background: #f8fafc;
}

.cro-blog-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .35s ease;
}

.cro-blog-card:hover .cro-blog-image img {
    transform: scale(1.04);
}

.cro-blog-content {
    padding: 22px;
}

.cro-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 12px;
}

.cro-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
}

.cro-blog-content h3 {
    min-height: 58px;
    margin: 0 0 12px;
    color: #16233d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.cro-blog-content p {
    display: -webkit-box;
    min-height: 80px;
    margin: 0 0 18px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #5d6374;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    .cro-home-hero {
        padding-top: 88px;
    }

    .cro-home-hero-shell {
        min-height: 560px;
    }

    .cro-hero-content h1 {
        font-size: 44px;
    }

    .cro-assurance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .cro-home-hero {
        padding-bottom: 28px;
    }

    .cro-home-hero-shell {
        min-height: auto;
        padding: 42px 0 34px;
    }

    .cro-hero-media {
        min-height: 420px;
    }

    .cro-section-head-split {
        align-items: flex-start;
        flex-direction: column;
    }

    .cro-assurance-section,
    .cro-category-section,
    .cro-products-section,
    .cro-feature-section,
    .cro-trust-section,
    .cro-feedback-section,
    .cro-about-section,
    .cro-blog-section {
        padding: 58px 0;
    }

    .cro-trust-content {
        padding: 30px;
    }

    .cro-about-media {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .cro-home-hero {
        padding-top: 78px;
    }

    .cro-hero-content h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .cro-hero-copy {
        font-size: 15px;
        line-height: 1.65;
    }

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

    .cro-hero-proof-item {
        min-height: auto;
    }

    .cro-hero-media {
        min-height: 360px;
    }

    .cro-hero-media-note {
        right: 10px;
        bottom: 8px;
    }

    .cro-assurance-grid,
    .cro-trust-panel {
        grid-template-columns: 1fr;
    }

    .cro-section-head h2,
    .cro-feature-content h2,
    .cro-trust-content h2 {
        font-size: 28px;
    }

    .cro-section-head p,
    .cro-feature-content p,
    .cro-trust-content p {
        font-size: 15px;
    }

    .cro-category-card {
        min-height: 205px;
        padding: 14px 10px;
    }

    .cro-category-image {
        width: 108px;
        height: 108px;
    }
}

@media (max-width: 575.98px) {
    .cro-home-hero {
        margin-top: -30px;
        padding-top: 54px;
    }

    .cro-home-hero-shell {
        padding: 32px 0 24px;
    }

    .cro-hero-content h1 {
        font-size: 31px;
    }

    .cro-hero-actions,
    .cro-trust-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .cro-home-btn {
        width: 100%;
        min-height: 48px;
        padding: 13px 16px;
    }

    .cro-hero-category-row a {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        text-align: center;
    }

    .cro-hero-media {
        min-height: 300px;
    }

    .cro-hero-image-frame {
        aspect-ratio: 1 / .86;
    }

    .cro-hero-product-img {
        padding: 14px;
    }

    .cro-hero-media-note {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .cro-assurance-section,
    .cro-category-section,
    .cro-products-section,
    .cro-feature-section,
    .cro-trust-section,
    .cro-feedback-section,
    .cro-about-section,
    .cro-blog-section {
        padding: 46px 0;
    }

    .cro-assurance-section {
        padding-top: 24px;
    }

    .cro-assurance-item {
        min-height: auto;
    }

    .cro-section-head {
        margin-bottom: 24px;
    }

    .cro-section-head h2,
    .cro-feature-content h2,
    .cro-trust-content h2 {
        font-size: 25px;
    }

    .cro-home-product-grid .vertical-product-card .thumbnail {
        min-height: 138px;
        margin: 8px 8px 0 !important;
    }

    .cro-home-product-grid .vertical-product-card .card-content {
        padding: 12px 10px 0 !important;
    }

    .cro-home-product-grid .vertical-product-card .card-content > a.fs-xxs {
        font-size: 10.5px !important;
    }

    .cro-home-product-grid .vertical-product-card .card-title {
        min-height: 58px;
        font-size: 13px;
        line-height: 1.45;
    }

    .cro-home-product-grid .vertical-product-card .price {
        font-size: 15px;
    }

    .cro-home-product-grid .vertical-product-card .change-qty {
        width: 30px;
        flex-basis: 30px;
    }

    .cro-home-product-grid .vertical-product-card .add-cart,
    .cro-home-product-grid .vertical-product-card a.btn.btn-secondary {
        min-height: 38px;
        font-size: 12px;
    }

    .cro-trust-content,
    .cro-blog-content,
    .cro-review-card {
        padding: 20px;
    }

    .cro-about-copy {
        padding: 8px;
    }

    .cro-about-row {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .cro-about-row i {
        width: 34px;
        height: 34px;
    }

    .cro-blog-content h3 {
        min-height: auto;
        font-size: 18px;
    }

    .cro-blog-content p {
        min-height: auto;
    }
}

@media (max-width: 359.98px) {
    .cro-home-hero {
        margin-top: -18px;
        padding-top: 66px;
    }

    .cro-hero-content h1 {
        font-size: 28px;
    }

    .cro-hero-category-row a {
        flex-basis: 100%;
    }

    .cro-category-card {
        min-height: 190px;
    }

    .cro-category-image {
        width: 92px;
        height: 92px;
    }

    .cro-home-product-grid .cro-product-col {
        width: 100%;
    }

    .cro-home-product-grid .vertical-product-card .thumbnail {
        min-height: 190px;
    }

    .cro-home-product-grid .vertical-product-card .card-title {
        min-height: auto;
        font-size: 15px;
    }
}
