.product-carousel-section{width:100%;background-color:#fff;overflow:hidden}.product-carousel-container{max-width:1600px;margin:0 auto}.product-carousel-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:24px;padding:0 40px 24px;margin-bottom:40px;border-bottom:1px solid rgba(15,15,15,.16)}.product-carousel-header__text{grid-column:2;text-align:center;justify-self:center}.product-carousel-subheading{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:#1a1a1a;margin:0 0 14px}.product-carousel-subheading__rule{display:inline-block;width:36px;height:1px;background:#1a1a1a}.product-carousel-subheading__star{font-size:10px;color:#1a1a1a}.product-carousel-heading{font-family:Times New Roman,Playfair Display,Georgia,serif;font-size:64px;font-weight:400;letter-spacing:-.02em;line-height:.95;margin:0;color:#0f0f0f}.product-carousel-heading-accent{display:inline-flex;align-items:center;justify-content:center;gap:14px;font-family:Times New Roman,Georgia,serif;font-size:64px;font-style:italic;font-weight:400;letter-spacing:-.01em;line-height:.95;margin:6px 0 0;color:#0f0f0f}.product-carousel-heading-accent em{font-style:italic}.product-carousel-heading-accent__line{width:60px;height:1px;background:#1a1a1a;display:inline-block}.product-carousel-button{display:inline-flex;align-items:center;gap:10px;padding:11px 8px 11px 18px;border:1px solid #1a1a1a;border-radius:999px;text-decoration:none;color:#0f0f0f;background:transparent;transition:background .3s ease,color .3s ease;flex-shrink:0;margin-bottom:6px;grid-column:3;justify-self:end;align-self:end}.product-carousel-button__text{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-carousel-button__arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#0f0f0f;color:#fff;transition:transform .4s cubic-bezier(.22,1,.36,1)}.product-carousel-button:hover{background:#0f0f0f;color:#fff}.product-carousel-button:hover .product-carousel-button__arrow{background:#fff;color:#0f0f0f;transform:rotate(-15deg)}@media screen and (max-width:989px){.product-carousel-heading,.product-carousel-heading-accent{font-size:44px}.product-carousel-heading-accent__line{width:36px}}@media screen and (max-width:749px){.product-carousel-header{grid-template-columns:1fr;justify-items:center;padding:0 20px 20px;gap:18px}.product-carousel-header__text,.product-carousel-button{grid-column:1;justify-self:center}.product-carousel-heading,.product-carousel-heading-accent{font-size:32px}.product-carousel-heading-accent__line{width:28px}.product-carousel-subheading{font-size:10px;letter-spacing:2.5px}.product-carousel-subheading__rule{width:22px}}.product-carousel-wrapper{position:relative;padding:0 20px}.carousel-arrow{position:absolute;top:200px;width:44px;height:44px;background:#fff;border:1px solid rgba(15,15,15,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:transform .4s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease;color:#0f0f0f}.carousel-arrow:hover{background:#0f0f0f;color:#fff;border-color:#0f0f0f;transform:scale(1.06)}.carousel-arrow--prev{left:30px}.carousel-arrow--next{right:30px}.product-carousel-scroll{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 20px 20px}.product-carousel-scroll::-webkit-scrollbar{display:none}.product-card{flex:0 0 auto;width:320px;position:relative}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:4 / 5;height:auto;overflow:hidden;border-radius:4px;background:#f3efe7;margin-bottom:14px;isolation:isolate}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}.product-card__image--primary{z-index:1}.product-card__image--secondary{z-index:2;opacity:0;transform:scale(1.04)}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1)}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card__badges{position:absolute;top:12px;left:12px;z-index:4;display:flex;flex-direction:column;align-items:flex-start;gap:6px;pointer-events:none}.product-card__badge{display:inline-block;padding:5px 10px;font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;border-radius:2px;background:#fff;color:#0f0f0f;border:1px solid rgba(15,15,15,.85)}.product-card__badge--sale{background:#0f0f0f;color:#faf5ed;border-color:#0f0f0f}.product-card__badge--bestseller,.product-card__badge--new,.product-card__badge--fast{background:#faf5ed;color:#0f0f0f}.product-card__badge--soldout{background:#fffffff2;color:#6b6b6b;border-color:#0f0f0f80}.product-card__wishlist{position:absolute;top:12px;right:12px;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fffffff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#0f0f0f;border:1px solid rgba(15,15,15,.12);cursor:pointer;transition:transform .3s ease,background .3s ease,color .3s ease;padding:0}.product-card__wishlist:hover{background:#0f0f0f;color:#fff;transform:scale(1.06)}.product-card__wishlist.is-active{background:#0f0f0f;color:#fff}.product-card__wishlist.is-active svg{fill:currentColor}.product-card__quick-add{position:absolute;bottom:12px;left:12px;right:12px;z-index:4;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 14px;background:#0f0f0f;color:#faf5ed;border:1px solid #0f0f0f;border-radius:2px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transform:translateY(calc(100% + 16px));opacity:0;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,background .3s ease,color .3s ease}.product-card:hover .product-card__quick-add{transform:translateY(0);opacity:1}.product-card__quick-add:hover{background:#faf5ed;color:#0f0f0f}.product-card__quick-add-icon{display:inline-flex;align-items:center}.product-card__info{padding:0 2px}.product-card__title{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;color:#0f0f0f;line-height:1.3}.product-card__subtitle{font-family:Times New Roman,Georgia,serif;font-size:13px;font-weight:400;font-style:italic;color:#6b6b6b;margin:0 0 6px;line-height:1.3}.product-card__subtitle em{font-style:italic}.product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:4px}.product-card__price--regular,.product-card__price--sale{font-size:14px;font-weight:600;color:#0f0f0f;letter-spacing:.01em;font-feature-settings:"tnum" 1}.product-card__price--sale{color:#0f0f0f}.product-card__price--compare{font-size:13px;color:#999;text-decoration:line-through;font-feature-settings:"tnum" 1}@media screen and (max-width:989px){.product-card{width:260px}.carousel-arrow{width:40px;height:40px;top:162px}.carousel-arrow--prev{left:20px}.carousel-arrow--next{right:20px}.product-card__quick-add{height:36px;font-size:10px}}@media screen and (max-width:749px){.product-carousel-wrapper{padding:0 10px}.product-carousel-scroll{gap:12px;padding:0 10px 15px}.product-card{width:220px}.product-card__title{font-size:12px}.product-card__price--regular,.product-card__price--sale{font-size:13px}.product-card__quick-add{transform:translateY(0);opacity:1;height:34px;font-size:10px;letter-spacing:.14em}.product-card__wishlist{width:30px;height:30px}.carousel-arrow{width:36px;height:36px;top:132px}.carousel-arrow--prev{left:15px}.carousel-arrow--next{right:15px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-product-carousel.css.map */
