.assortment-gallery__chunk{display:grid;grid-template-columns:repeat(4,18.5rem);grid-gap:2.5rem;gap:2.5rem;margin-bottom:4rem}@media screen and (max-width:46rem){.assortment-gallery__chunk{display:grid;grid-template-columns:repeat(2,48%);grid-gap:4%;gap:4%;margin-bottom:3rem}}.assortment-gallery-item{position:relative;padding:1rem;border-radius:10px;background-color:#dcd9d1;color:#1b1b1b}.assortment-gallery-item__image{height:335px;width:100%}.assortment-gallery-item__title{padding-top:1rem;font-family:manrope;font-weight:800;font-size:1.625rem;line-height:150%}.assortment-gallery-item__price{padding-top:.3125rem;font-family:manrope;font-weight:600;font-size:1.25rem;line-height:150%}.assortment-gallery-item__category{position:absolute;top:0;right:3.75rem;transform-origin:top right;transform:rotate(270deg);padding:.3125rem 1.875rem .3125rem .625rem;border-radius:5px 0 0 5px;color:#fff;font-family:ebgaramond;font-weight:500;font-style:italic;font-size:1.25rem;line-height:150%}@media screen and (max-width:46rem){.assortment-gallery-item{height:-moz-fit-content;height:fit-content;padding:.5rem}.assortment-gallery-item__image{height:157px;width:100%}.assortment-gallery-item__price{font-size:1rem}.assortment-gallery-item__category{width:max-content}}.faq-accordion__root{border-radius:.375rem}.faq-accordion__item{margin-bottom:1rem}.faq-accordion__header{display:flex;font-family:manrope;font-weight:700;font-size:1.25rem;line-height:150%;letter-spacing:0}.faq-accordion__trigger{background-color:#dcd9d1;padding:1.25rem 1.5rem;border-radius:.375rem;flex:1 1;display:flex;align-items:center;justify-content:space-between;color:#1b1b1b;cursor:pointer;transition:background .2s,color .2s}.faq-accordion__arrow{display:inline-flex;align-items:center;line-height:0}.faq-accordion__trigger[data-state=open]{background-color:#38613d;color:#fff;border-radius:.375rem .375rem 0 0}.faq-accordion__trigger[data-state=open]>.faq-accordion__arrow{color:#fff}.faq-accordion__trigger[data-state=closed] .faq-accordion__arrow--closed{display:inline-block}.faq-accordion__trigger[data-state=closed] .faq-accordion__arrow--open,.faq-accordion__trigger[data-state=open] .faq-accordion__arrow--closed{display:none}.faq-accordion__trigger[data-state=open] .faq-accordion__arrow--open{display:inline-block}.faq-accordion-content{overflow:hidden;color:#fff;background-color:#38613d;transition:background .2s,color .2s;font-family:manrope;font-weight:400;font-size:1rem;line-height:140%;letter-spacing:0;border-radius:0 0 .375rem .375rem}.faq-accordion-content[data-state=open]{animation:slideDown .3s cubic-bezier(.87,0,.13,1)}.faq-accordion-content[data-state=closed]{animation:slideUp .3s cubic-bezier(.87,0,.13,1)}.faq-accordion-content__text{padding:24px 20px;background-color:#38613d}@media screen and (max-width:46rem){.faq-accordion__header{font-size:1.125rem}}@keyframes slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}