.collections-v2{background:#000;padding:80px 0;min-height:100vh}.collections-v2__container{max-width:1200px;margin:0 auto;padding:0 2rem}.collections-v2__header{text-align:center;margin-bottom:4rem}.collections-v2__title{font-size:clamp(3.5rem,6vw,5rem);font-weight:700;line-height:1.1;margin:0 0 2rem;color:#fff;letter-spacing:-.02em}.collections-v2__subtitle{font-size:1.8rem;font-weight:400;line-height:1.5;margin:0 auto;color:#ffffffb3;max-width:800px}.collections-v2__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:none}.collections-v2__card{display:block;text-decoration:none;background:#ffffff0d;border-radius:16px;overflow:hidden;transition:all .4s ease;border:1px solid rgba(255,255,255,.1);width:100%}.collections-v2__card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0006;border-color:#fff3}.collections-v2__slider-container{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:16px 16px 0 0}.collections-v2__slider,.collections-v2__slides{position:relative;width:100%;height:100%}.collections-v2__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease}.collections-v2__slide.active{opacity:1}.collections-v2__slide-image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.collections-v2__placeholder{background:linear-gradient(135deg,#1a1a1a,#333);display:flex;align-items:center;justify-content:center}.collections-v2__placeholder-content{text-align:center;color:#fff}.collections-v2__placeholder-content h4{font-size:1.5rem;margin:0 0 .5rem;font-weight:600}.collections-v2__placeholder-content p{font-size:1rem;margin:0;opacity:.8}.collections-v2__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:100}.collections-v2__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.collections-v2__dot.active{background:#fff;border-color:#fff;transform:scale(1.2)}.collections-v2__dot:hover{border-color:#fffc;transform:scale(1.1)}.collections-v2__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0}.collections-v2__slider:hover .collections-v2__arrow{opacity:1}.collections-v2__arrow--prev{left:15px}.collections-v2__arrow--next{right:15px}.collections-v2__arrow:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.collections-v2__arrow svg{width:18px;height:18px}.collections-v2__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,transparent 60%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:all .3s ease;z-index:50;padding:20px}.collections-v2__card:hover .collections-v2__overlay{opacity:1}.collections-v2__overlay-content{text-align:center;color:#fff}.collections-v2__count{display:block;font-size:1rem;font-weight:500;margin-bottom:.75rem;color:#ffffffe6}.collections-v2__view-text{display:inline-block;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;background:#fff;color:#000;border-radius:25px;transition:all .2s ease}.collections-v2__card:hover .collections-v2__view-text{background:#fffffff2;transform:translateY(-2px)}.collections-v2__info{padding:1.5rem}.collections-v2__name{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.3}.collections-v2__meta{display:flex;align-items:center;gap:1rem}.collections-v2__products-count{font-size:.95rem;color:#ffffffb3;font-weight:400}@keyframes slideProgress{0%{width:0%}to{width:100%}}.collections-v2__dot.active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 100%);animation:slideProgress 4s linear infinite}@media (min-width: 769px){.collections-v2__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.collections-v2{padding:60px 0}.collections-v2__container{padding:0 1.5rem}.collections-v2__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.collections-v2__slider-container{aspect-ratio:2 / 3}.collections-v2__header{margin-bottom:3rem}.collections-v2__title{font-size:clamp(2rem,6vw,2.8rem);margin-bottom:1rem}.collections-v2__subtitle{font-size:1.1rem}.collections-v2__info{padding:1.25rem}.collections-v2__name{font-size:1.2rem}.collections-v2__arrow{width:44px;height:44px;opacity:1;background:#00000080;-webkit-tap-highlight-color:transparent}.collections-v2__arrow svg{width:20px;height:20px}}@media (max-width: 480px){.collections-v2__container{padding:0 .75rem}.collections-v2__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.collections-v2__slider-container{aspect-ratio:2 / 3}.collections-v2__info{padding:1rem}.collections-v2__count{font-size:.9rem}.collections-v2__view-text{font-size:.9rem;padding:.6rem 1.25rem}.collections-v2__arrow{width:48px;height:48px}.collections-v2__arrow svg{width:24px;height:24px}}@supports (-webkit-touch-callout: none){.collections-v2__arrow{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}@media (max-width: 768px){.collections-v2__arrow{opacity:1!important;width:48px!important;height:48px!important}.collections-v2__arrow svg{width:24px!important;height:24px!important}.collections-v2__arrow:active{background:#000000b3;transform:translateY(-50%) scale(.95)}}}@media (prefers-reduced-motion: reduce){.collections-v2__card,.collections-v2__slide,.collections-v2__arrow,.collections-v2__dot,.collections-v2__overlay,.collections-v2__view-text{transition:none}.collections-v2__card:hover{transform:none}.collections-v2__dot.active:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/custom-grid-collections-v2.css.map */
