/* Responsive overrides loaded after main.css */

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

img,
svg,
video,
iframe {
    max-width: 100%;
}

.container,
.benefits-container,
.values-inner,
.testi-wrapper,
.partner-card {
    width: min(100%, 1200px);
}

.menu-toggle {
    display: none;
}

.categories-more {
    display: none;
}

@media (max-width: 1180px) {
    .container,
    .site-footer .container {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .header-row,
    .hero-wrapper,
    .quote-wrapper,
    .materials-header,
    .finishing-wrapper,
    .faq-wrapper,
    .values-inner {
        gap: 32px;
    }

    .header-search {
        width: auto;
        flex: 1;
        max-width: 360px;
    }

    .nav-menu {
        gap: 18px;
        flex-wrap: wrap;
    }

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

    .categories-grid,
    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .materials-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 240px);
    }

    .material-card.big,
    .material-card.sbs,
    .material-card.kraft,
    .material-card.cardboard,
    .material-card.corrugated {
        grid-column: auto;
        grid-row: auto;
    }

    .material-card.big {
        grid-row: span 2;
    }
}

@media (max-width: 900px) {
    .top-inner {
        gap: 12px;
    }

    .header-row {
        flex-wrap: wrap;
    }

    .logo {
        flex: 0 0 auto;
    }

    .header-search {
        order: 3;
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
    }

    .header-right {
        gap: 10px;
    }

    .btn-quote,
    .btn-phone {
        padding: 8px 12px;
        font-size: 13px;
    }

    .hero-wrapper,
    .trust-content,
    .quote-wrapper,
    .materials-header,
    .finishing-wrapper,
    .benefits-grid,
    .values-inner,
    .testi-card,
    .faq-wrapper {
        flex-direction: column;
    }

    .hero-content,
    .hero-image,
    .hero-left,
    .hero-right,
    .trust-left,
    .trust-right,
    .quote-left,
    .quote-form-box,
    .materials-header .left,
    .materials-header .right,
    .finishing-image,
    .finishing-content,
    .values-intro,
    .values-items,
    .testi-img,
    .testi-text,
    .faq-left,
    .faq-right {
        width: 100%;
        max-width: none;
    }

    .hero-wrapper,
    .hero-inner,
    .trust-content,
    .quote-wrapper,
    .materials-header,
    .finishing-wrapper,
    .faq-wrapper {
        display: flex;
    }

    .hero-content,
    .hero-left,
    .hero-right,
    .trust-left,
    .trust-right,
    .materials-header,
    .finishing-content,
    .testi-text {
        text-align: center;
    }

    .hero-buttons,
    .about-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-features,
    .finishing-list {
        text-align: left;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .categories-grid,
    .brand-grid,
    .shapes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shape-card.tall,
    .shape-card.wide {
        grid-column: auto;
        grid-row: auto;
    }

    .values-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .values-items::before {
        display: none;
    }

    .footer-contact {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .slide {
        min-width: 33.333%;
    }
}

@media (max-width: 768px) {
    .top-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .top-left {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-row {
        justify-content: center;
        text-align: center;
    }

    .logo,
    .logo a {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .logo img {
        max-height: 54px;
        object-fit: contain;
    }

    .header-right {
        display: none;
    }

    .nav-inner {
        display: block;
        padding: 0;
    }

    .menu-toggle {
        display: block;
        width: 100%;
        padding: 14px 24px;
        cursor: pointer;
        font-size: 22px;
        color: #222;
    }

    .all-categories {
        display: none;
    }

    .nav-menu {
        display: none;
        width: 100%;
        padding: 0;
        margin: 0;
        flex-direction: column;
        gap: 0;
        background: #fff;
        border-top: 1px solid #eee;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-menu a {
        display: block;
        padding: 13px 24px;
    }

    .nav-menu .sub-menu {
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        left: auto;
        margin: 0;
        min-width: 0;
        padding: 0 0 0 16px;
        position: static;
    }

    .nav-menu .sub-menu::before {
        display: none;
    }

    .nav-menu .sub-menu a {
        padding: 11px 24px;
        white-space: normal;
    }

    .nav-menu .product-sub-menu {
        max-height: none;
        overflow: visible;
    }

    .product-mega-menu {
        border-top: none;
        box-shadow: none;
        display: block;
        left: auto;
        margin-left: 0;
        padding: 0 0 0 16px;
        position: static;
        width: auto;
    }

    .product-mega-menu::before {
        display: none;
    }

    .product-mega-sidebar {
        border-right: none;
        padding-right: 0;
    }

    .product-mega-sidebar h3 {
        display: none;
    }

    .product-mega-sidebar-link {
        border-bottom: 1px solid #eee;
        border-radius: 0;
        padding: 11px 24px;
    }

    .product-mega-content {
        display: block;
        padding-left: 14px;
    }

    .product-mega-heading,
    .product-mega-link {
        border-bottom: 1px solid #eee;
        padding: 10px 24px;
        text-transform: none;
    }

    .hero,
    .trust-section,
    .categories-section,
    .quote-section,
    .materials-section,
    .shapes-section,
    .finishing-section,
    .brand-section,
    .products-slider,
    .benefits-section,
    .core-values,
    .partner-box,
    .testimonials,
    .faq-section,
    .about-cta {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .hero-content h1,
    .hero-left h1 {
        font-size: 34px;
    }

    .section-title,
    .trust-left h2,
    .quote-left h2,
    .materials-header h2,
    .shapes-header h2,
    .finishing-content h2,
    .brand-header h2,
    .benefits-header h2,
    .about-content h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .trust-content,
    .trust-left,
    .trust-right,
    .trust-card,
    .trust-cta {
        text-align: center;
    }

    .trust-content {
        align-items: center;
        margin-top: 0;
    }

    .trust-left p,
    .trust-right p {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .trust-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .materials-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .material-card {
        min-height: 240px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .testi-card {
        padding: 20px;
    }

    .faq-scroll,
    .partner-scroll {
        max-height: none;
        height: auto;
        overflow: visible;
        padding-right: 0;
    }

    .partner-card {
        overflow-x: auto;
    }

    .partner-scroll {
        min-width: 620px;
    }

    .categories-section:not(.is-expanded) .category-card:nth-child(n + 11) {
        display: none;
    }

    .categories-more {
        display: inline-block;
        border: 0;
        cursor: pointer;
    }
}

@media (max-width: 560px) {
    .container,
    .site-footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-search {
        border-radius: 28px;
        padding: 4px 10px;
    }

    .header-search input {
        min-width: 0;
    }

    .hero-content h1,
    .hero-left h1 {
        font-size: 30px;
    }

    .hero-buttons,
    .about-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons a,
    .about-buttons a,
    .categories-more,
    .categories-btn a,
    .brand-btn a,
    .benefits-btn a,
    .faq-btn a {
        width: 100%;
        text-align: center;
    }

    .categories-grid,
    .brand-grid,
    .trust-features,
    .shapes-grid,
    .footer-main,
    .footer-contact,
    .values-items {
        grid-template-columns: 1fr;
    }

    .card-img {
        height: 170px;
    }

    .slide {
        min-width: 100%;
    }

    .testi-img img,
    .finishing-image img,
    .faq-left img,
    .benefits-right img {
        height: auto;
    }

    .footer-social,
    .payment-grid {
        justify-content: center;
    }

    .footer-col,
    .footer-col h4,
    .footer-col p {
        text-align: center;
    }

    .footer-col ul li::before {
        display: none;
    }
}

@media (max-width: 380px) {
    .hero-content h1,
    .hero-left h1 {
        font-size: 27px;
    }

    .section-title,
    .trust-left h2,
    .quote-left h2,
    .materials-header h2,
    .shapes-header h2,
    .finishing-content h2,
    .brand-header h2,
    .benefits-header h2,
    .about-content h2 {
        font-size: 23px;
    }
}

/* =========================
   ACCESSIBILITY CONTRAST PASS
========================= */
:root {
    --ui-blue: #2A6A92;
    --ui-blue-dark: #123f5c;
    --ui-blue-soft: #eaf4f9;
    --ui-text: #102a36;
    --ui-text-soft: #2f4b57;
    --ui-line: #d6e5ec;
    --ui-white: #ffffff;
    --ui-page: #f7fafc;
}

html,
body {
    background: var(--ui-page) !important;
    color: var(--ui-text) !important;
}

.hero,
.trust-section,
.quote-section,
.shapes-section,
.finishing-section,
.products-slider,
.partner-box,
.testimonials,
.faq-section {
    background: var(--ui-page) !important;
}

.categories-section,
.materials-section,
.brand-section,
.benefits-section {
    background: var(--ui-blue-soft) !important;
}

.top-bar,
.site-footer,
.footer-bottom,
.core-values,
.about-cta {
    background: var(--ui-blue-dark) !important;
    color: var(--ui-white) !important;
}

.hero-content h1,
.hero-left h1,
.section-title,
.trust-left h2,
.quote-left h2,
.materials-header h2,
.shapes-header h2,
.finishing-content h2,
.brand-header h2,
.benefits-header h2,
.testimonials h2,
.faq-right h2,
.partner-scroll h2,
.about-content h2 {
    color: var(--ui-text) !important;
}

.hero-content .highlight,
.hero-left .highlight,
.section-title span,
.trust-left h2 span,
.quote-left h2 span,
.materials-header h2 span,
.shapes-header span,
.finishing-content h2 span,
.brand-header span,
.testimonials h2 span,
.author span,
.faq-num,
.faq-toggle,
.partner-scroll a {
    color: var(--ui-blue-dark) !important;
}

.hero-eyebrow,
.hero-content p,
.hero-desc,
.section-subtitle,
.trust-left p,
.trust-right,
.trust-highlight,
.materials-header .right,
.finishing-desc,
.brand-header .subtitle,
.brand-header .desc,
.benefits-header p,
.quote-list p,
.testi-text p,
.sub,
.partner-scroll p,
.partner-scroll li,
.card-overlay p,
.faq-answer p {
    color: var(--ui-text-soft) !important;
}

.hero-features li,
.quote-list li,
.finishing-list li,
.benefits-list li,
.card-title,
.brand-card p,
.trust-card h3,
.trust-card p,
.testi-text h4,
.faq-question h4,
.shape-label,
.card-label,
.card-overlay strong,
.partner-table th,
.partner-table td {
    color: var(--ui-text) !important;
}

.core-values h3,
.core-values p,
.core-values .value-item p,
.about-cta h2,
.about-cta p,
.site-footer h4,
.site-footer h5,
.site-footer p,
.site-footer li,
.site-footer a,
.footer-bottom p,
.top-bar,
.top-bar a {
    color: rgba(255, 255, 255, 0.94) !important;
}

.category-card,
.trust-card,
.brand-card,
.card,
.testi-card,
.faq-item,
.partner-card,
.quote-form-box,
.benefits-list li {
    background: var(--ui-white) !important;
    border-color: var(--ui-line) !important;
}

.faq-item.active .faq-answer {
    background: var(--ui-blue-soft) !important;
    color: var(--ui-text) !important;
}

.btn-primary,
.btn-phone,
.benefits-btn a,
.faq-btn a,
.btn-review {
    background: var(--ui-blue) !important;
    border-color: var(--ui-blue) !important;
    color: var(--ui-white) !important;
}

.btn-outline,
.btn-quote {
    background: transparent !important;
    border-color: var(--ui-blue) !important;
    color: var(--ui-blue-dark) !important;
}

.btn-outline:hover,
.btn-quote:hover,
.btn-primary:hover,
.btn-phone:hover,
.benefits-btn a:hover,
.faq-btn a:hover,
.btn-review:hover {
    background: var(--ui-blue-dark) !important;
    border-color: var(--ui-blue-dark) !important;
    color: var(--ui-white) !important;
}

.btn-quote:hover i,
.btn-outline:hover i {
    color: var(--ui-white) !important;
}

.about-cta .btn-outline {
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: var(--ui-white) !important;
}

.about-cta .btn-outline:hover {
    background: var(--ui-white) !important;
    border-color: var(--ui-white) !important;
    color: var(--ui-blue-dark) !important;
}

/* =========================
   CATEGORIES PREMIUM CARDS
========================= */
.categories-section {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #eef7fb 0%, #f8fbfc 100%) !important;
    padding: 76px 0 88px !important;
}

.categories-section .container {
    max-width: 1180px;
}

.categories-section .section-title {
    color: #0e2a36 !important;
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.categories-section .section-subtitle {
    color: #385765 !important;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 42px;
}

.categories-grid {
    gap: 22px !important;
    max-width: 1140px;
}

.categories-section .category-card {
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(17, 57, 76, 0.12) !important;
    border-radius: 8px;
    box-shadow:
        0 1px 1px rgba(17, 57, 76, 0.04),
        0 16px 36px rgba(17, 57, 76, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.categories-section .category-card::before {
    background: linear-gradient(90deg, rgba(42, 106, 146, 0), rgba(42, 106, 146, 0.45), rgba(42, 106, 146, 0));
    content: "";
    height: 1px;
    left: 18px;
    opacity: 0;
    position: absolute;
    right: 18px;
    top: 0;
    transition: opacity 0.25s ease;
}

.categories-section .card-img {
    aspect-ratio: 1 / 1.16;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%),
        #ffffff;
    border: 0;
    display: grid;
    padding: 18px;
}

.categories-section .card-img::after {
    background: radial-gradient(circle at center, rgba(42, 106, 146, 0.08), transparent 64%);
    content: "";
    inset: 12%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
    z-index: 0;
}

.categories-section .card-img img {
    filter: drop-shadow(0 14px 14px rgba(17, 57, 76, 0.11));
    height: 100%;
    object-fit: contain;
    position: relative;
    transition: filter 0.25s ease, transform 0.3s ease;
    width: 100%;
    z-index: 1;
}

.categories-section .card-title {
    background: #ffffff !important;
    border-top: 1px solid rgba(17, 57, 76, 0.08);
    color: #102a36 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    min-height: 54px;
    padding: 13px 14px 14px;
}

.categories-section .category-card:hover {
    border-color: rgba(42, 106, 146, 0.32) !important;
    box-shadow:
        0 3px 8px rgba(17, 57, 76, 0.06),
        0 22px 46px rgba(17, 57, 76, 0.14);
    transform: translateY(-5px);
}

.categories-section .category-card:hover::before,
.categories-section .category-card:hover .card-img::after {
    opacity: 1;
}

.categories-section .category-card:hover .card-img img {
    filter: drop-shadow(0 18px 16px rgba(17, 57, 76, 0.16));
    transform: translateY(-3px) scale(1.035);
}

.categories-section .category-card:focus-visible {
    outline: 3px solid rgba(42, 106, 146, 0.28);
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .categories-grid {
        gap: 18px !important;
    }
}

@media (max-width: 560px) {
    .categories-section {
        padding-top: 52px !important;
        padding-bottom: 58px !important;
    }

    .categories-section .section-title {
        font-size: 28px;
    }

    .categories-section .card-img {
        aspect-ratio: 1.18 / 1;
        height: auto;
        padding: 20px;
    }

    .categories-section .category-card {
        min-height: 0;
    }
}

/* =========================
   CATEGORIES REFERENCE MATCH
========================= */
.categories-section {
    background: #ffffff !important;
    padding: 28px 0 42px !important;
}

.categories-section .container {
    max-width: 1010px;
}

.categories-section .section-title {
    color: #050f14 !important;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
}

.categories-section .section-subtitle {
    color: #314f5b !important;
    font-size: 12px;
    line-height: 1.45;
    margin: 0 auto 22px;
    max-width: 720px;
}

.categories-grid {
    display: grid;
    gap: 16px !important;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    max-width: 940px;
}

.categories-section .category-card {
    background: #ffffff !important;
    border: 1px solid #d7e3e8 !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(15, 46, 58, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    text-decoration: none;
    transform: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.categories-section .category-card::before {
    content: none;
}

.categories-section .card-img {
    aspect-ratio: 1 / 1.24;
    background: #eef1f2;
    border: 0;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.categories-section .card-img::after {
    content: none;
}

.categories-section .card-img img {
    display: block;
    filter: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none;
    transition: transform 0.28s ease;
    width: 100%;
}

.categories-section .card-title {
    align-items: center;
    background: #ffffff !important;
    border-top: 1px solid #e3edf1;
    color: #020b10 !important;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.28;
    margin: 0;
    min-height: 42px;
    padding: 8px 10px 9px;
    text-align: center;
}

.categories-section .category-card:hover {
    border-color: #b9cfd8 !important;
    box-shadow: 0 8px 18px rgba(15, 46, 58, 0.12);
    transform: translateY(-2px);
}

.categories-section .category-card:hover .card-img img {
    transform: scale(1.025);
}

.categories-section .categories-btn {
    margin-top: 24px;
}

@media (max-width: 1180px) {
    .categories-grid {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .company-profile-wrapper {
        padding: 14px;
    }

    .factory-showcase-wrapper {
        padding: 14px;
    }

    .factory-video-wrapper {
        padding: 8px;
    }

    .factory-video-layout {
        grid-template-columns: 1fr;
    }

    .factory-capacity-panel,
    .factory-video-frame {
        min-height: 300px;
    }
}

@media (max-width: 560px) {
    .categories-section {
        padding: 24px 0 34px !important;
    }

    .categories-grid {
        gap: 14px !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-section .section-title {
        font-size: 22px;
    }

    .categories-section .card-img {
        aspect-ratio: 1 / 1.12;
        height: auto;
    }

    .categories-section .card-title {
        font-size: 13px;
        min-height: 40px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .company-profile-section {
        padding: 24px 0 34px;
    }

    .company-profile-wrapper {
        border-radius: 6px;
        padding: 8px;
    }

    .factory-showcase-section {
        padding-bottom: 34px;
    }

    .factory-showcase-wrapper {
        border-radius: 6px;
        padding: 8px;
    }

    .factory-video-layout {
        border-width: 4px;
    }

    .factory-capacity-panel {
        min-height: 280px;
        padding: 18px;
    }

    .factory-capacity-panel::before {
        inset: 16px;
    }

    .factory-video-frame {
        min-height: auto;
    }

    .factory-video-frame::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
}
@media (max-width: 1024px) {
    .product-detail-hero-grid,
    .product-detail-overview-grid,
    .product-process-grid {
        grid-template-columns: 1fr;
    }

    .product-archive-layout {
        grid-template-columns: 1fr;
    }

    .product-archive-sidebar {
        position: static;
    }

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

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

    .product-workflow-inner,
    .product-feedback-card {
        grid-template-columns: 1fr;
    }

    .product-workflow-steps,
    .product-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-category-hero-grid,
    .product-category-landing-layout {
        grid-template-columns: 1fr;
    }

    .product-category-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .product-detail-hero,
    .product-detail-overview,
    .product-options-section,
    .product-process-section {
        padding: 52px 0;
    }

    .product-detail-content h1 {
        font-size: 34px;
    }

    .product-detail-highlights,
    .product-benefit-list,
    .product-options-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-actions .btn-primary,
    .product-detail-actions .btn-outline {
        text-align: center;
        width: 100%;
    }

    .product-spec-card li {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .product-spec-card strong {
        text-align: left;
    }

    .product-archive-hero {
        padding: 46px 0;
    }

    .product-archive-hero-content h1 {
        font-size: 32px;
    }

    .product-archive-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .product-archive-ordering select {
        width: 100%;
    }

    .custom-product-grid {
        grid-template-columns: 1fr;
    }

    .custom-product-actions {
        flex-direction: column;
    }

    .product-quote-intro h2,
    .product-feedback-section h2,
    .product-related-section h2 {
        font-size: 24px;
    }

    .product-workflow-steps {
        grid-template-columns: 1fr;
    }

    .product-workflow-steps div,
    .product-workflow-steps div:last-child {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        min-height: 0;
        padding: 18px 0;
    }

    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-category-card-grid {
        grid-template-columns: 1fr;
    }

    .product-category-copy-card {
        padding: 24px;
    }
}
