/********  __________ BASE __________ ********/
:root {
    --zarotti-red: #e31c23;
    --zarotti-blue: #4da6df;
    --zarotti-text: #000;
    --zarotti-text-light: #4c5059;
    --zarotti-text-muted: #dbdcdd;
    --zarotti-navy: #0F1920; /* #152F3C; #0b3d5c */
    --zarotti-grey: #e6e6e6;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.75;
    color: var(--zarotti-text);
    background: #fff;
}

main {
    margin-top: -90px;
}

.mt-100 {
    margin-top: 6rem;
}

.c-white {
    color: #fff;
}

.special-font {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 400;
    line-height: 1.2;
/*    color: var(--zarotti-text);*/
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}

/********  __________ HEADER __________ ********/
.site-header {
    top: 0;
    z-index: 20;
    padding: 0;
    background: transparent;
}

.brand-logo {
    display: inline-block;
    max-width: 200px;
}

.brand-logo img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: -9px;
}

.navbar,
.navbar-brand,
.navbar-nav .nav-link,
.navbar-toggler {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-link {
    color: #fff;
    padding: 1rem 1.1rem;
}

body.menu-dark .nav-link {
    color: #000;
}

.navbar:hover {
    background: #fff;
    /*    background: rgba(255, 255, 255, 0.95);*/
}

body.products-mega-open .navbar {
    background: #fff;
    color: #000 !important;
}

body.products-mega-open .navbar-brand,
body.products-mega-open .nav-link,
body.products-mega-open .dropdown-toggle {
    color: #000 !important;
}

.navbar:hover .navbar-brand,
.navbar:hover .nav-link,
.navbar:hover .dropdown-toggle {
    color: #000 !important;
}

.navbar:hover .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}

.navbar:hover .navbar-toggler-icon {
    filter: invert(1);
}


/*Megamenu*/
.products-mega {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

body.products-mega-open .products-mega {
    transform: translateY(75px);
    opacity: 1;
    pointer-events: auto;
}

body.products-mega-open {
    overflow: hidden;
}

.products-mega__inner {
    padding: 2rem 2rem 2.5rem;
}

.products-mega__top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

.products-mega__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.products-mega__grid .item {
    color: #000;
    text-decoration: none;
}

.products-mega__grid .image {
/*    aspect-ratio: 0.74;*/
    overflow: hidden;
    margin-bottom: 0.5rem;
    background: #f1f1f1;
}

.products-mega__grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.products-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.products-trigger__caret {
    font-size: 0.6rem;
    transition: transform 0.25s ease;
}

body.products-mega-open .products-trigger__caret {
    transform: rotate(180deg);
}

body.products-mega-open .products-trigger {
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.1rem;
}

@media (max-width: 1199.98px) {
    .products-mega__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.products-mega-open .products-mega {
        transform: translateY(74px);
    }

    .products-mega__inner {
        padding: 1.25rem 1rem 1.5rem;
        max-height: calc(100vh - 74px);
        overflow-y: auto;
    }

    .products-mega__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/********  __________ SHARED HERO __________ ********/
.hero {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: clamp(3.2rem, 5vw, 8rem);
    font-weight: 100;
}

.intro-title {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 100;
}

.focus-title {
    font-size: clamp(1.25rem, 1.6vw, 1.75rem);
}

/********  __________ SHARED TYPOGRAPHY / SECTIONS __________ ********/
.seal-row {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.eyebrow {
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: clamp(1.15rem, 1.25vw, 1.5rem);
}

.line-banner {
    min-height: 23rem;
}

.line-copy-panel {
/*    background: var(--zarotti-blue);*/
    color: #fff;
    display: flex;
    align-items: center;
    padding: 3rem 5% 3rem 10% !important;
    min-height: 34rem;
}
.line-art {
    min-height: 34rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
/*    aspect-ratio: 1 / 0.72;*/
}


.line-link {
    display: inline-block;
    font-size: 0.88rem;
    text-decoration: underline;
    color: inherit;
    font-weight: 300;
}



.products-grid, 
.recipes-grid {
    padding: 2.2rem 0 5rem;
}

/********  __________ FILTER DRAWER __________ ********/
body.filter-panel-open {
    overflow: hidden;
}

.products-filter-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: 0px;
    background: #fff;
    color: var(--zarotti-text);
    padding: 0.85rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1;
}

.products-filter-trigger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
}

.products-filter-trigger-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.products-filter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 40;
}

.products-filter-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(32rem, 100%);
    height: 100vh;
    background: #fff;
    padding: 3rem 3.75rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 50;
    box-shadow: -18px 0 48px rgba(0, 0, 0, 0.08);
}

body.filter-panel-open .products-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
}

body.filter-panel-open .products-filter-panel {
    transform: translateX(0);
}

.products-filter-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: transparent;
    color: #9ca3af;
    font-size: 2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.products-filter-section {
    padding: 2rem 0;
    border-bottom: 1px solid #d1d5db;
}

.products-filter-title,
.products-filter-toggle {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--zarotti-text);
}

.products-filter-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}
.products-filter-list li{
    line-height: 1;
}

.products-filter-list li + li {
    margin-top: 1.25rem;
}

.products-filter-option {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
    color: var(--zarotti-text);
    text-align: left;
}

.products-filter-option.is-active {
    font-weight: 500;
}

.products-filter-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    padding: 0;
}

.products-filter-toggle-icon {
    font-size: 2rem;
    font-weight: 200;
    line-height: 1;
}

.products-filter-toggle.is-open .products-filter-toggle-icon {
    transform: rotate(45deg);
}

.products-filter-body {
    display: none;
    margin-top: 1.5rem;
}

.products-filter-body.is-open {
    display: block;
}

.products-filter-choice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-filter-choice-list li + li {
    margin-top: 1rem;
}

.products-filter-choice {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 300;
    color: var(--zarotti-text);
    text-align: left;
}

.products-filter-choice::before {
    display: none;
}

.products-filter-choice::after {
    content: "";
    position: absolute;
    left: -0.15rem;
    right: -0.6rem;
    bottom: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
}

.products-filter-choice.is-active {
    font-weight: 700;
}

.products-filter-choice.is-active::after {
    opacity: 1;
}

/********  __________ CARDS __________ ********/
.product-card,
.recipe-card {
     position: relative;
     overflow: hidden;
     border: 0;
     border-radius: 0;
     border-right: 1px solid var(--zarotti-text-muted);
     border-bottom: 1px solid var(--zarotti-text-muted);
     padding-right: 1rem;
     padding-left: 1rem;
     transition: background-color 0.35s ease, color 0.35s ease;
}

.product-card.is-hidden {
    display: none;
}

.recipe-card.is-hidden {
    display: none;
}

.product-card::before {
     content: "ZAROTTI";
     position: absolute;
     left: 50%;
     top: 38%;
     transform: translate(-50%, -50%) scale(0.9);
     font-size: clamp(6rem, 12vw, 10.5rem);
     font-weight: 800;
     letter-spacing: 0.02em;
     color: rgba(255, 255, 255, 0.42);
     filter: blur(12px);
     opacity: 0;
     white-space: nowrap;
     pointer-events: none;
     z-index: 0;
     transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}

.product-card > article,
.product-card > article > a{
     color: var(--zarotti-text);
     text-decoration: none;
     display: block;
     transition: color 0.35s ease;
     position: relative;
     z-index: 2;
}
 .product-image {
     width: 100%;
/*     aspect-ratio: 1 / 1.15;*/
     aspect-ratio: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     z-index: 2;
}
 .product-image img {
     transform: scale(0.9);
     transform-origin: center center;
     transition: transform 0.4s ease;
}
 .product-meta, .recipe-meta {
     font-family: "Playfair Display", serif;
     font-size: 0.95rem;
     padding-bottom: 0.5rem;
     border-bottom: 1px solid var(--zarotti-text-muted);
}
 .product-title, .recipe-title {
     font-size: 1.1rem;
     font-weight: 500;
     margin-top: 1rem;
     margin-bottom: 1.5rem;
}
 .product-weights {
     color: var(--zarotti-text-light);
     font-size: 0.8rem;
     margin-top: 0.5rem;
}

 .product-card--tonno:hover {
     background: radial-gradient(circle, #fff 0%, #67add8 40%, #2f83c7 56%, #00367D 100%);
 }

 .product-card--alici:hover {
     background: radial-gradient(circle, #fff 0%, #f07a7a 38%, #e31c23 58%, #b90f16 100%);
 }

 .product-card:hover,
 .product-card:hover > article,
 .product-card:hover > article > a,
 .product-card:hover .product-meta,
 .product-card:hover .product-title,
 .product-card:hover .product-weights {
     color: #fff;
 }

 .product-card:hover .product-meta {
     border-bottom-color: rgba(255, 255, 255, 0.45);
 }
 .product-card:hover::before {
     opacity: 1;
     transform: translate(-50%, -50%) scale(1);
     filter: blur(10px);
 }
 .product-card:hover::after {
     opacity: 1;
     transform: translate(-50%, -50%) scale(1);
     filter: blur(18px);
 }
.product-card:hover .product-image img {
    transform: scale(1);
}

/********  __________ PRODUCT PAGES __________ ********/
.product-bg--tonno {
    background: radial-gradient(circle, #fff 0%, #35A6ED 40%, #2f83c7 56%, #00367D 100%);
}

.product-bg--alici {
    background: radial-gradient(circle, #fff 0%, #f07a7a 38%, #e31c23 58%, #b90f16 100%);
}

.product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.32) 100%);
    z-index: 1;
}

.product-hero__container {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
/*    padding: 8rem 0 5rem;*/
}


.product-hero__center {
    position: relative;
    z-index: 2;
}

.product-hero__product {
/*    max-width: 300px;*/
    max-width: 35rem;
    margin: 0 auto 1.5rem;
}

.product-hero__meta {
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 0 0.85rem;
    border-bottom: 0;
}

.product-hero__meta::before,
.product-hero__meta::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.product-hero__meta::before {
    right: 100%;
    margin-right: 0.85rem;
}

.product-hero__meta::after {
    left: 100%;
    margin-left: 0.85rem;
}

.product-hero__title {
/*    max-width: 9ch;*/
    margin: 0 auto;
    text-align: center;
    line-height: 1.02;
}

.product-hero__features {
    position: absolute;
    z-index: 3;
    width: 15rem;
}

.product-hero__features p {
    margin: 0 0 0.5rem;
}

.product-hero__features img {
    display: block;
    max-width: 8.5rem;
    height: auto;
    margin-left: -60px;
}

.product-hero__features--left {
    left: 14%;
    top: 40%;
    text-align: right;
}

.product-hero__features--left img {
    margin-left: auto;
    margin-right: -50px;
}

.product-hero__features--right-top {
    right: 13%;
    top: 28%;
    text-align: left;
}

.product-hero__features--right-bottom {
    right: 10%;
    top: 47%;
    text-align: left;
}





.product-intro .product-weights {
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 1rem;
}
.product-intro .product-info {
    padding: 3rem 5% 3rem 10% !important;
}

.product-table .product-info {
    padding: 3rem 10% 3rem 5% !important;
}

/********  __________ COLOR UTILITIES __________ ********/
.bg--tonno {
    background-color: #00367D;
}

.bg2--tonno {
    background-color: #35A6ED;
}

.bg--alici {
    background-color: #b90f16;
}

/********  __________ QUALITY / PRODUCT DETAIL __________ ********/
.quality-row {
    padding: 3.5rem 0;
}

.quality-icons {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.quality-icons--intro {
    width: 100%;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: nowrap;
}

.quality-icons--intro img {
    flex: 0 1 auto;
}

.feature-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.feature-row__item {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #7fb8ff;
    min-width: 5rem;
}

/*.feature-row__item h4 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--zarotti-text);
}*/

.recipe-facts-col {
    display: flex;
    align-items: flex-start;
}

.recipe-facts {
    width: fit-content;
    gap: 0.75rem;
}

.recipe-facts .feature-row__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: auto;
    min-width: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(20, 32, 46, 0.12);
}

.recipe-facts .feature-row__item img {
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
    flex: 0 0 auto;
}

/*.recipe-facts .feature-row__item h4 {
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.15;
}*/

.product-table-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 100%;
    padding: 3rem 1.5rem;
}

.product-table .row {
    align-items: stretch !important;
}

.product-table .row > [class*="col-"] {
    display: flex;
}

.product-table .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

.product-table-wrap {
    width: min(100%, 34rem);
}
.product-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.product-table-wrap table td{
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    line-height: 1.25;
}

.product-table-wrap table th{
    background: #fff;
    color: var(--zarotti-text);
    font-weight: 600;
}

.product-table-wrap table td:first-child{
    text-align: left;
}

.product-table-wrap table td:last-child{
    text-align: right;
}

.product-table-wrap table tr:nth-child(odd) td{
    background: #b8d9f2;
}

.product-table-wrap table tr:nth-child(even) td{
    background: #fff;
}

.product-table-wrap table td{
    color: var(--zarotti-text);
    font-weight: 400;
    vertical-align: top;
}

.product-table-wrap table span{
    font-size: 0.86rem;
}

.product-no-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.75rem;
    align-items: center;
}

.product-no-item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.95rem;
    color: var(--zarotti-text);
}

.product-no-item img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

/********  __________ RECIPES __________ ********/
.recipe-item {
    height: 100%;
}

.recipe-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background: #d9d9d9;
}

.recipe-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 31, 57, 0.02) 18%, rgba(8, 31, 57, 0.72) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.recipe-image {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.recipe-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 2rem 2rem 2.25rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.recipe-meta {
    width: fit-content;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    
}

.recipe-title {
    margin: 0;
    color: #fff;
}

.recipe-link:hover::after,
.recipe-link:focus-visible::after {
    opacity: 1;
}

.recipe-link:hover .recipe-image,
.recipe-link:focus-visible .recipe-image {
    transform: scale(1.05);
}

.recipe-link:hover .recipe-overlay,
.recipe-link:focus-visible .recipe-overlay {
    opacity: 1;
    transform: translateY(0);
}

/********  __________ RECIPE SINGLE __________ ********/
.hero-no-img::before {
    background: transparent;
}
.hero-no-img {
    color: var(--zarotti-text);
}

.hero-no-img .recipe-meta {
    color: var(--zarotti-red);
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
}
.hero-no-img .container {
    position: relative;
    z-index: 2;
    min-height: 50vh;
    display: flex;
    align-items: center;
}



/********  __________ ABOUT __________ ********/

.video-bg {
    max-height: 39rem;
    overflow: hidden;
}

.recipe-bg {
    position: relative;
    max-height: none;
    min-height: 35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}

.recipe-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    filter: blur(5px);
    transform: scale(1.04);
}

.recipe-bg .container-fluid {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.recipe-bg img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    margin-top: -6rem;
    margin-bottom: -4.5rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
}

.parallax {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.parallax > .container {
    position: relative;
    z-index: 1;

}


/*.parallax .values__item h4 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--zarotti-text);
}*/

/********  __________ CERTIFICATIONS __________ ********/

.fao-block {
    display: grid;
    grid-template-columns: minmax(20rem, 1fr) minmax(22rem, 1fr);
    background: #fff;
}

.fao-block__list {
    display: flex;
    flex-direction: column;
}

.fao-area {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(20, 32, 46, 0.08);
    background: var(--zarotti-grey);
    padding: 3.25rem 3.75rem;
    text-align: left;
    transition: background-color 0.25s ease;
}

.fao-area:last-child {
    border-bottom: 0;
}

.fao-area h4 {
    margin: 0 0 1rem;
    color: var(--zarotti-text);
}

.fao-area p {
    margin: 0;
    color: var(--zarotti-text);
    font-size: 1rem;
}

.fao-area.is-active {
    background: #fff;
}

.fao-block__visual {
    position: relative;
    min-height: 100%;
    background: #dff1fb;
}

.fao-map {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fao-map.is-active {
    opacity: 1;
    pointer-events: auto;
}

.fao-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fao-map__copy {
    position: absolute;
    left: 3.5rem;
    right: 3.5rem;
    bottom: 3rem;
    margin: 0;
    color: var(--zarotti-text);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 28rem;
}

.certifications-accordion {
/*    margin-top: 1.75rem;*/
    border-top: 1px solid rgba(20, 32, 46, 0.45);
}

.certification-item {
    border-bottom: 1px solid rgba(20, 32, 46, 0.1);
}

.certification {
    width: 100%;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) 8rem;
    align-items: center;
    gap: 2rem;
    border: 0;
    background: transparent;
    padding: 1.75rem 0;
    text-align: left;
}

.certification__icon {
    position: relative;
    display: inline-flex;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: -0.5rem;
}

.certification__icon::before,
.certification__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--zarotti-text);
    transform: translate(-50%, -50%);
}

.certification__icon::before {
    width: 1.1rem;
    height: 1px;
}

.certification__icon::after {
    width: 1px;
    height: 1.1rem;
    transition: opacity 0.2s ease;
}

.certification.is-open .certification__icon::after {
    opacity: 0;
}

/*.certification__title {
    font-size: clamp(1.85rem, 2.6vw, 2.4rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--zarotti-text);
}*/

.certification__logo {
    display: flex;
    justify-content: flex-end;
}

.certification__logo img {
    max-width: 70px;
    height: auto;
    display: block;
}

.certification__logo--empty::before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(20, 32, 46, 0.35);
    display: block;
    margin-left: auto;
}

.certification-body {
    display: none;
    padding: 0 0 2.5rem 5rem;
}

.certification-body.is-open {
    display: block;
}

.certification-copy {
    max-width: 44rem;
}

/*.certification-copy p {
    margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--zarotti-text);
}*/

.certification-body .line-link::before {
    content: "↓";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(20, 32, 46, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 10px;
}

/********  __________ SUSTAINABILITY __________ ********/
.sustainability-panels {
    display: flex;
    min-height: 42rem;
    overflow: hidden;
}

.sustainability-panel {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3rem 1.75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    transition: flex 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sustainability-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 21, 32, 0.12) 0%, rgba(5, 21, 32, 0.32) 100%);
    transition: opacity 0.45s ease;
}

/*.sustainability-panel__title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 200;
    line-height: 1.08;
}*/
.sustainability-panels h4 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
}

.sustainability-panels:hover .sustainability-panel {
    flex: 0.85 1 0;
}

.sustainability-panels .sustainability-panel:hover {
    flex: 2.8 1 0;
}

.sustainability-panels .sustainability-panel:hover::before {
    opacity: 0.1;
}


.timeline {
    padding: 3rem 0 3.5rem;
    background: var(--zarotti-red);
    color: #fff;
    overflow: hidden;
}

.timeline__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 3.25rem;
    margin-bottom: 3rem;
}

.timeline__title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
}

.timeline__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
}

.timeline__button {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.timeline__button:hover {
    background: #fff;
    color: var(--zarotti-red);
    transform: translateY(-1px);
}

.timeline__viewport {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 30%;
/*    grid-auto-columns: minmax(18rem, 34rem);*/
    align-items: start;
    gap: 3%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 3.25rem 1rem;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.timeline__viewport::-webkit-scrollbar {
    display: none;
}

.timeline__item {
    min-height: 27rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.timeline__item--featured {
    padding-top: 2rem;
}

.timeline__year {
    margin-bottom: 1.75rem;
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 4vw, 4.2rem);
    line-height: 1;
}

.timeline__marker {
    width: 1px;
    height: 9.5rem;
    background: rgba(255, 255, 255, 0.92);
    margin-bottom: 2rem;
}

.timeline__marker--large {
    width: clamp(10rem, 15vw, 14rem);
    height: clamp(10rem, 15vw, 14rem);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: transparent;
}



/********  __________ SOSTENIBILITA __________ ********/

.hero-title-special {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.25rem, 1.5vw, 2rem);
    font-weight: 100;
    line-height: 1;
}

.btn {
    min-width: 150px;
    padding: 1rem 2rem;
    background-color: transparent;
    border: 1px solid var(--zarotti-text);
    color: var(--zarotti-text);
    border-radius: 100px;
}

.btn:hover {
    background-color: var(--zarotti-red);
    border: 1px solid var(--zarotti-red);
    color: #fff;
}

.ambasciatori-grid {
    padding: 2.2rem 0 0rem;
}



/********  __________ HOMEPAGE __________ ********/
.intro-home {
    background: var(--zarotti-grey);
    position: relative;
    overflow: hidden;
}

.intro-home__copy {
    position: relative;
    z-index: 2;
    padding-bottom: 4rem;
}

.intro-home__visuals {
    position: relative;
    min-height: 48rem;
}

.intro-home__visual {
    position: absolute;
    will-change: transform;
}

.intro-home__visual img {
    display: block;
    width: 80%;
    height: auto;
}

.intro-home__visual--left {
    left: 5%;
    top: 7rem;
    width: min(100%, 25rem);
}

.intro-home__visual--center {
    left: 34%;
    top: 2rem;
    width: min(100%, 15.5rem);
}

.intro-home__visual--right {
    right: 4%;
    top: 5rem;
    width: min(100%, 25rem);
}

.home-category-slider {
    position: relative;
    overflow: hidden;
}

.home-category-slider__frame {
    position: relative;
    width: 100%;
}

.home-category-slider__controls {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0 2.5rem 1.5rem;
    position: relative;
    z-index: 3;
}

.home-category-slider__arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.92);
    color: var(--zarotti-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.home-category-slider__arrow:hover {
    background: var(--zarotti-text);
    color: #fff;
    border-color: var(--zarotti-text);
}

.home-category-slider__stage {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    margin-top: -2rem;
}

.home-category-slider__backdrop {
    position: absolute;
    inset: 7.5rem 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
    transition: background-image 0.45s ease, transform 0.45s ease;
    filter: blur(2px);
}

.home-category-slider__backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 28%, rgba(255, 255, 255, 0.12) 100%);
}

.home-category-slider__guides {
    position: absolute;
    inset: 2.75rem 1.5rem auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    pointer-events: none;
    z-index: 2;
}

.home-category-slider__guides span {
    width: 1px;
    height: 4rem;
    background: rgba(0, 0, 0, 0.36);
    justify-self: end;
}

.home-category-slider__guides span:last-child {
    grid-column: 2;
}

.home-category-slider__track {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(1rem, 2vw, 2rem);
    padding: 0 1.5rem;
    transition: transform 0.9s ease;
}

.home-category-slider__item {
    flex: 0 0 calc((100% - (clamp(1rem, 2vw, 2rem) * 2) - 3rem) / 3);
    text-align: center;
    opacity: 0.56;
    transform: translateY(2rem) scale(0.9);
    transition: transform 0.9s ease, opacity 0.9s ease;
}

/*.home-category-slider__title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    font-weight: 400;
    margin-bottom: 2rem;
}*/

.home-category-slider__card {
    width: 50%;
    margin: 0 auto;
/*    aspect-ratio: 0.72;*/
    overflow: hidden;
    background: #f3f3f3;
}

.home-category-slider__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-category-slider__item.is-visible {
    opacity: 0.92;
    transform: translateY(2.25rem) scale(0.9);
}

.home-category-slider__item.is-center {
    opacity: 1;
    transform: translateY(0.75rem) scale(1);
}

.manifesto-row {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.manifesto-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 21, 32, 0.38) 0%, rgba(5, 21, 32, 0.56) 100%);
}

.manifesto-row > .container {
    position: relative;
    z-index: 1;
    height: 90vh;
}

.manifesto-rotator {
    position: relative;
    min-height: 18rem;
}

.manifesto-rotator__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.45s ease, transform 0.45s ease;
    pointer-events: none;
}

.manifesto-rotator .values__item h4 {
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    color: inherit;
}

.manifesto-rotator .values__item p {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 100;
    color: inherit;
}

.manifesto-rotator__item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.manifesto-rotator__item h4,
.manifesto-rotator__item p {
    color: #fff;
}

.manifesto-rotator__item h4 span {
    opacity: 0.8;
}




/********  __________ INTRO CONTATTI __________ ********/
.intro-contatti {
    background: var(--zarotti-red);
    color: #fff;
    position: relative;
}
.intro-contatti .parallax-in {
    position: fixed;
}

.btn-inverse {
    min-width: 150px;
    padding: 1rem 2rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
}

.btn-inverse:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--zarotti-text);
}
.intro-contatti .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    line-height: 2.5rem;
}

.intro-contatti .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.intro-contatti select.form-control {
    color: rgba(255, 255, 255, 0.8);
}

.intro-contatti select.form-control option {
    color: var(--zarotti-text);
}

.intro-contatti .newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.intro-contatti .form-check-label a,
.intro-contatti .copyright a {
    color: #fff;
}

.contatti-divider {
    display: flex;
    align-self: stretch;
    min-height: 100%;
}



/********  __________ NEWSLETTER __________ ********/
.newsletter {
    background: var(--zarotti-red);
    color: #fff;
    position: relative;
}

.newsletter .form-control {
    border: 0;
    border-radius: 0;
    min-height: 3rem;
    background: transparent;
    color: #fff;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.newsletter .btn {
    border-radius: 0;
    min-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 0;
    align-self: flex-end;
}

.newsletter .btn:hover,
.newsletter .btn:focus {
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.newsletter .form-control::placeholder {
    color: rgba(255, 255, 255, 0.92);
}

.newsletter-form {
    padding-right: 2rem;
}

.newsletter-input-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.newsletter-input-row .input-group {
    flex: 1;
    border-bottom: 2px solid rgba(255, 255, 255, 0.92);
}

.newsletter-privacy {
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.45;
}

.newsletter-privacy input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: #d1d5db;
    flex: 0 0 auto;
}

.newsletter-follow {
    border-left: 1px solid rgba(255, 255, 255, 0.92);
    min-height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 2rem;
}

.newsletter-follow-label {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

/********  __________ FOOTER __________ ********/
.site-footer {
    padding: 3rem 0 2rem;
    background: #fff;
    position: relative;
    z-index: 2;
}

.footer-brand {
    margin-bottom: 2rem;
    margin-left: -12px;
}

.footer-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-nav,
.footer-bottom {
    font-size: 0.88rem;
}

.footer-nav a {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-bottom: 0.45rem;
    font-weight: 300;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--zarotti-text-muted);
}

/********  __________ RESPONSIVE __________ ********/
@media (min-width: 1300px) {
    .h4, h4 {
        font-size: 1.25rem;
    }

    .intro-home__visual img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .products-filter-panel {
        padding: 3rem 2rem;
    }

    .hero,
    .hero .container {
        min-height: 35rem;
    }

    .line-copy-panel,
    .line-art {
        min-height: 18rem;
    }

    .quality-icons {
        justify-content: flex-start;
        margin-top: 2rem;
    }

     .quality-icons--intro {
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-hero__container {
        min-height: auto;
    }

    .product-hero__features {
        width: 12rem;
        font-size: 1rem;
    }
    .product-hero__features--left {
        left: 1%;
        top: 40%;
        text-align: right;
    }

    .product-hero__features--left img {
        margin-left: auto;
        margin-right: 0px;
    }

    .product-hero__features--right-top {
        right: -3%;
        top: 28%;
        text-align: left;
    }

    .product-hero__features--right-bottom {
        right: -3%;
        top: 57%;
        text-align: left;
    }
    .product-hero__product {
        max-width: 30rem;
        margin: 0 auto 1.5rem;
    }

    .timeline__head,
    .timeline__viewport {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .fao-block {
        grid-template-columns: 1fr;
    }

    .fao-block__visual {
        min-height: 32rem;
    }

    .certification {
        grid-template-columns: 2.5rem minmax(0, 1fr) 6rem;
        gap: 1.5rem;
    }

    .certification-body {
        padding-left: 4rem;
    }

    .sustainability-panels {
        min-height: 34rem;
    }

    .recipe-bg img {
        width: min(100%, 16rem);
    }
    .intro-contatti .parallax-in {
        position: relative;
    }

    .manifesto-rotator {
        min-height: 22rem;
    }

    .home-category-slider__controls {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-category-slider__stage {
        min-height: 30rem;
    }

    .home-category-slider__guides {
        inset: 2.75rem 1.5rem auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-category-slider__guides span:first-child {
        display: none;
    }

    .home-category-slider__guides span:last-child {
        grid-column: 1;
    }

    .home-category-slider__item {
        flex-basis: calc((100% - clamp(1rem, 2vw, 2rem) - 3rem) / 2);
    }

    .home-category-slider__title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .intro-home__visuals {
        min-height: 40rem;
    }

    .intro-home__visual--left {
        left: 10%;
        width: 22rem;
    }

    .intro-home__visual--center {
        left: 44%;
        width: 13rem;
    }

    .intro-home__visual--right {
        width: 22rem;
    }
}

@media (max-width: 767.98px) {
    .products-filter-trigger {
        width: 100%;
        justify-content: space-between;
    }
    .hero {
         min-height: 26rem;
    }
    .hero .container {
         min-height: 26rem;
         align-items: flex-end;
         padding-bottom: 2rem;
    }
    .hero {
        background-attachment: scroll;
    }
    .parallax {
        background-attachment: scroll;
        min-height: 42rem;
    }
    .parallax {
        background-image: none !important;
        background-color: var(--zarotti-navy);
    }

    .product-hero {
        min-height: 48rem;
    }
    .product-hero .container {
         min-height: 48rem;
         align-items: flex-end;
         padding-bottom: 2rem;
    }
    .product-hero__product {
        max-width: 100%;
    }
     .line-copy-panel {
         padding: 2rem;
    }
     .newsletter-form {
         padding-right: 0;
    }
     .newsletter-follow {
         border-left: 0;
         border-top: 1px solid rgba(255, 255, 255, 0.92);
         min-height: auto;
         justify-content: center;
         padding-left: 0;
         padding-top: 5rem;
    }

     .product-card {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
     .product-card:nth-child(even) {
         border-right: 0px;
    }
     .brand-logo img {
         width: 90%;
    }

    .timeline__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .timeline__viewport {
        grid-auto-columns: calc(100vw - 2rem);
        gap: 2rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .timeline__item {
        min-height: 24rem;
    }

    .manifesto-rotator {
        min-height: 18rem;
    }

    .home-category-slider__controls {
        order: 2;
        justify-content: center;
        padding: 1.25rem 1rem 0;
    }

    .home-category-slider__frame {
        display: flex;
        flex-direction: column;
    }

    .home-category-slider__stage {
        order: 1;
        min-height: 25rem;
        margin-top: 2rem;
    }

    .home-category-slider__backdrop {
        inset: 6rem 0 0;
    }

    .home-category-slider__guides {
        display: none;
    }

    .home-category-slider__track {
        gap: 0.75rem;
        padding: 0 0.75rem;
    }

    .home-category-slider__item {
        flex-basis: calc(100% - 1.5rem);
        opacity: 0.82;
        transform: translateY(1.2rem) scale(0.94);
    }

    .home-category-slider__title {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }

    .home-category-slider__item.is-center {
        transform: translateY(0.35rem) scale(1);
    }

    .intro-home__copy {
        padding-bottom: 2rem;
    }

    .intro-home__visuals {
        min-height: auto;
        display: grid;
        gap: 1.5rem;
    }

    .intro-home__visual {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 50%;
        transform: none !important;
    }
    .intro-home__visual--center {
        top: 20%;
        right: 0%;
        position: absolute;
    }

    .recipe-bg {
        min-height: 20rem;
    }

    .recipe-bg img {
        width: min(100%, 13.5rem);
        margin-top: -2.5rem;
        margin-bottom: -3rem;
    }
    .recipe-image {
        width: 100%;
        height: 100%;
        min-height: auto;
    }

    .fao-area {
        padding: 2rem 1.5rem;
    }

    .fao-block__visual {
        min-height: 24rem;
    }

    .fao-map__copy {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        max-width: none;
    }

    .certification {
        grid-template-columns: 2rem minmax(0, 1fr) 4.5rem;
        gap: 1rem;
        padding: 1.5rem 0;
    }

    .certification__logo img {
        max-width: 50px;
    }
    .certification__logo--empty::before {
        content: "";
        width: 50px;
        height: 50px;
    }

    .certification-body {
        padding-left: 3rem;
        padding-bottom: 2rem;
    }

    .sustainability-panels {
        flex-direction: column;
        min-height: auto;
    }

    .sustainability-panel,
    .sustainability-panels:hover .sustainability-panel,
    .sustainability-panels .sustainability-panel:hover {
        flex: none;
    }

    .sustainability-panel {
        min-height: 20rem;
        padding: 2rem 1.25rem;
    }

    /*.timeline__copy {
        max-width: 100%;
    }*/
    
}

@media (max-width: 575.98px) {
    .newsletter-input-row {
        flex-direction: column;
        gap: 1rem;
    }


    .brand-logo img {
        width: 80%;
    }

    .footer-brand {
        margin-bottom: 0rem;
    }

    .product-hero__features {
        display: none;
    }

    .product-hero__meta::before,
    .product-hero__meta::after {
        width: 3rem;
    }

    .timeline__title {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .timeline__year {
        font-size: clamp(2.8rem, 13vw, 3.8rem);
    }

    .timeline__marker {
        height: 7rem;
    }

    .timeline__marker--large {
        width: min(11rem, 62vw);
        height: min(11rem, 62vw);
    }

/*    .col-6 {
        width: 100%;
    }*/
    .parallax {
        background-image: none !important;
        background-color: var(--zarotti-navy);
    }
    .parallax .container {
        width: 94%;
    }
    .mt-100 {
        margin-top: 3rem;
    }
}
 

/* Product detail — selectable sizes that swap the main image */
.product-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.product-size {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: inherit;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.product-size:hover {
    border-color: #fff;
}
.product-size.is-active {
    background: #fff;
    color: #111;
    border-color: #fff;
}
