.collection-products{padding-top:clamp(21px,4vw,50px)!important;padding-bottom:60px;margin:0!important}.section-collection-products,.section-collection-products.shopify-section,.shopify-section.section-collection-products,.shopify-section:has(.collection-products){margin:0!important;padding:0!important;padding-block:0!important;--padding-block-start: 0 !important;--padding-block-end: 0 !important;--margin-block-start: 0 !important;--margin-block-end: 0 !important}.section-collection-products.spacing-style,.section-collection-products .spacing-style{padding-block:0!important;margin-block:0!important}.collection-products__container{margin-top:0!important;padding-top:0!important}.collection-products__toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:0!important;margin-bottom:40px}.collection-products__filters-btn{display:flex;align-items:center;gap:12px;padding:14px 20px;border:1px solid #000;border-radius:300px;background:transparent;cursor:pointer;transition:background .25s ease,transform .25s ease}.collection-products__filters-btn:hover{background:#0000000d}.collection-products__filters-btn span{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:20px;line-height:normal;color:#000;white-space:nowrap}.collection-products__filters-btn svg{width:20px;height:20px;flex-shrink:0}.collection-products__filters-icon-img{width:20px;height:20px;flex-shrink:0;object-fit:contain}.collection-products__sort{display:flex;align-items:center;gap:12px}.collection-products__sort-label{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;line-height:normal;color:#000;white-space:nowrap}.collection-products__sort-select-wrapper{position:relative}.collection-products__sort-select{padding:14px 48px 14px 20px;border:1px solid #000;border-radius:300px;background:transparent;cursor:pointer;-webkit-appearance:none;appearance:none;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;line-height:normal;color:#000;white-space:nowrap;transition:background .25s ease}.collection-products__sort-select:hover{background:#0000000d}.collection-products__sort-select:focus{outline:none;border-color:#ea5129}.collection-products__sort-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.collection-products__sort-icon svg{width:100%;height:100%;transform:rotate(90deg)}.collection-products__sort-icon-img{width:100%;height:100%;object-fit:contain}.collection-products__filter-drawer{position:fixed;top:0;left:0;width:100%;max-width:400px;height:100vh;background:#fff;z-index:1000;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:4px 0 20px #0000001a;display:flex;flex-direction:column}.collection-products__filter-drawer.is-open{transform:translate(0)}.collection-products__filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.collection-products__filter-overlay.is-visible{opacity:1;visibility:visible}.collection-products__filter-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1)}.collection-products__filter-title{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:24px;line-height:normal;color:#000;margin:0}.collection-products__filter-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:transform .25s ease}.collection-products__filter-close:hover{transform:rotate(90deg)}.collection-products__filter-close svg{width:24px;height:24px}.collection-products__filter-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px}.collection-products__filter-group{margin-bottom:32px}.collection-products__filter-group:last-child{margin-bottom:0}.collection-products__filter-group-title{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;line-height:normal;color:#000;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.collection-products__filter-options{display:flex;flex-direction:column;gap:12px}.collection-products__filter-option{display:flex;align-items:center;gap:12px;cursor:pointer}.collection-products__filter-checkbox{width:20px;height:20px;border:1px solid #000;border-radius:4px;-webkit-appearance:none;appearance:none;cursor:pointer;position:relative;transition:background .25s ease,border-color .25s ease}.collection-products__filter-checkbox:checked{background:#ea5129;border-color:#ea5129}.collection-products__filter-checkbox:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.collection-products__filter-option-label{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:normal;color:#000}.collection-products__filter-option--color{gap:10px}.collection-products__filter-radio--color{display:none}.collection-products__color-dot{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);flex-shrink:0;overflow:hidden;position:relative;transition:box-shadow .2s ease;display:flex;align-items:center;justify-content:center}.collection-products__color-dot img{width:100%;height:100%;object-fit:cover;border-radius:50%}.collection-products__color-dot--all{background:linear-gradient(to bottom right,#000 50%,#fff 50%);border-color:#0003}.collection-products__filter-radio--color:checked+.collection-products__color-dot{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #000}.collection-products__filter-radio--color:checked~.collection-products__filter-option-label{font-weight:600}.collection-products__price-inputs{display:flex;align-items:center;gap:12px;width:100%;max-width:100%;overflow:hidden}.collection-products__price-input{flex:1;min-width:0;max-width:calc(50% - 20px);padding:12px 16px;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-family:Oakes Grotesk,sans-serif;font-size:14px;color:#000;transition:border-color .25s ease;box-sizing:border-box}.collection-products__price-input:focus{outline:none;border-color:#ea5129}.collection-products__price-separator{font-family:Oakes Grotesk,sans-serif;font-size:14px;color:#0009}.collection-products__filter-footer{padding:20px 24px;border-top:1px solid rgba(0,0,0,.1);display:flex;gap:12px}.collection-products__filter-clear{flex:1;padding:14px 20px;border:1px solid #000;border-radius:300px;background:transparent;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;color:#000;cursor:pointer;transition:background .25s ease}.collection-products__filter-clear:hover{background:#0000000d}.collection-products__filter-apply{flex:1;padding:14px 20px;border:none;border-radius:300px;background:#ea5129;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;color:#fff;cursor:pointer;transition:background .25s ease}.collection-products__filter-apply:hover{background:#d4461f}body.filter-drawer-open{overflow:hidden}@media screen and (max-width:749px){.collection-products__filter-drawer{max-width:100%;width:100%}.collection-products__filter-header{padding:16px 20px}.collection-products__filter-title{font-size:20px}.collection-products__filter-content{padding:20px}.collection-products__filter-group{margin-bottom:24px}.collection-products__filter-group-title{font-size:14px;margin-bottom:12px}.collection-products__filter-options{gap:10px}.collection-products__filter-option-label{font-size:14px}.collection-products__filter-checkbox{width:18px;height:18px;flex-shrink:0}.collection-products__filter-checkbox:checked:after{left:5px;top:1px;width:5px;height:10px}.collection-products__price-inputs{gap:8px;width:100%}.collection-products__price-input{flex:1;min-width:0;max-width:calc(50% - 16px);padding:10px 12px;font-size:13px;width:auto}.collection-products__price-separator{font-size:13px;flex-shrink:0;padding:0 2px}.collection-products__filter-footer{padding:16px 20px;gap:10px}.collection-products__filter-clear,.collection-products__filter-apply{padding:12px 16px;font-size:14px;white-space:nowrap}}@media screen and (max-width:374px){.collection-products__filter-header{padding:14px 16px}.collection-products__filter-title{font-size:18px}.collection-products__filter-content{padding:16px}.collection-products__filter-group-title,.collection-products__filter-option-label{font-size:13px}.collection-products__price-inputs{gap:6px}.collection-products__price-input{padding:8px 10px;font-size:12px;max-width:calc(50% - 12px)}.collection-products__price-separator{font-size:12px}.collection-products__filter-footer{padding:14px 16px;gap:8px}.collection-products__filter-clear,.collection-products__filter-apply{padding:10px 12px;font-size:13px}}.collection-products__container{max-width:1341px;margin:0 auto;padding:0 20px}.collection-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 21px}.collection-products__card{display:flex;flex-direction:column;gap:20px;width:100%}.collection-products__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.collection-products__image-wrapper>a{display:block;width:100%;height:100%;position:relative}.collection-products__image{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:opacity .35s ease}.collection-products__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.collection-products__card:hover .collection-products__image--primary{opacity:0}.collection-products__card:hover .collection-products__image--hover{opacity:1}.collection-products__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000005;border-radius:8px;pointer-events:none}.collection-products__wishlist{position:absolute;top:18px;right:18px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;z-index:2;transition:transform .25s ease}.collection-products__wishlist:hover{transform:scale(1.1)}.collection-products__wishlist svg{width:24px;height:24px;stroke:#000;stroke-width:1.5;fill:none;transition:fill .25s ease,stroke .25s ease}.collection-products__wishlist.is-active svg,.collection-products__wishlist:hover svg{fill:#ea5129;stroke:#ea5129}.collection-products__add-to-cart{position:absolute;bottom:20px;left:50%;transform:translate(-50%) translateY(20px);min-width:189px;height:40px;display:flex;align-items:center;justify-content:center;padding:0 18px;background:#ea5129;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none;border-radius:32px;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;z-index:3}.collection-products__add-to-cart span{font-family:Oakes Grotesk,sans-serif;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#fff;white-space:nowrap}.collection-products__card:hover .collection-products__add-to-cart{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.collection-products__add-to-cart:hover{background:#d4461f}.collection-products__add-to-cart.is-loading{pointer-events:none;opacity:.8}.collection-products__add-to-cart.is-loading span{animation:pulse 1s ease-in-out infinite}.collection-products__add-to-cart.is-added{background:#28a745;animation:addedBounce .4s ease}.collection-products__add-to-cart.is-added:hover{background:#28a745}.collection-products__add-to-cart.is-added span{animation:checkmarkPop .3s ease forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes addedBounce{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.08)}to{transform:translate(-50%) scale(1)}}@keyframes checkmarkPop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.collection-products__add-to-cart--mobile{display:none}.collection-products__add-to-cart--desktop{display:flex}.collection-products__info{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;width:100%}.collection-products__title-group{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%}.collection-products__title{font-family:Oakes Grotesk,sans-serif;font-weight:500;font-size:20px;line-height:normal;color:#000;text-align:center;margin:0;width:100%}.collection-products__title a{color:inherit;text-decoration:none;transition:color .25s ease}.collection-products__title a:hover{color:#ea5129}.collection-products__rating{display:flex;gap:6px;align-items:center}.collection-products__stars{width:98.478px;height:14.255px;display:flex;gap:2px}.collection-products__stars svg{width:18px;height:14.255px;fill:#ffb800}.collection-products__rating-text{font-family:Oakes Grotesk,sans-serif;font-weight:500;font-size:14px;line-height:normal;color:#000;text-align:center;white-space:nowrap}.collection-products__price-wrapper{display:flex;gap:12px;align-items:center}.collection-products__prices{display:flex;gap:4px;align-items:center;white-space:nowrap}.collection-products__price{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:20px;line-height:normal;color:#000}.collection-products__compare-price{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:14px;line-height:normal;color:#0009;text-decoration:line-through}.collection-products__badge{background:#ea5129;border-radius:4px;padding:6px 10px;display:flex;align-items:center;justify-content:center}.collection-products__badge span{font-family:Oakes Grotesk,sans-serif;font-weight:500;font-size:14px;line-height:normal;color:#fff;white-space:nowrap}.collection-products__badge--image{position:absolute;top:10px;right:10px;z-index:2}.collection-products__load-more-wrapper{display:flex;justify-content:center;margin-top:40px}.collection-products__load-more{background:#ea6329;border:none;border-radius:32px;padding:12px 24px;cursor:pointer;transition:background .25s ease,transform .25s ease}.collection-products__load-more:hover{background:#d4551d;transform:scale(1.02)}.collection-products__load-more:disabled{opacity:.6;cursor:not-allowed;transform:none}.collection-products__load-more span{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:18px;line-height:24px;letter-spacing:.5px;color:#fff;white-space:nowrap}.collection-products__load-more.is-loading span{opacity:0}.collection-products__load-more.is-loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.collection-products__card.is-hidden{display:none}@media screen and (max-width:749px){.collection-products{padding-top:clamp(21px,4vw,50px)!important;padding-bottom:40px}.collection-products__container{padding:0 16px;overflow:visible}.collection-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 12px;width:100%;align-items:stretch}.collection-products__card{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;overflow:visible;position:relative;align-items:stretch;height:auto}.collection-products__image-wrapper{aspect-ratio:189 / 195;border-radius:4px}.collection-products__image,.collection-products__image-overlay{border-radius:4px}.collection-products__wishlist{top:6px;right:7px;width:23px;height:23px;background:#fff;border-radius:50%}.collection-products__wishlist svg{width:12.65px;height:12.65px}.collection-products__info{gap:10px;width:100%;min-width:0;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.collection-products__title-group{gap:8px;width:100%;min-width:0}.collection-products__title{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;max-height:41.6px}.collection-products__title a{display:block}.collection-products__rating{gap:5px}.collection-products__stars{width:64.542px;height:10.822px}.collection-products__stars svg{width:11.5px;height:10.822px}.collection-products__rating-text{font-size:12px}.collection-products__price-wrapper{flex-direction:column;gap:8px;align-items:center;width:100%}.collection-products__prices{gap:3px;flex-wrap:wrap;justify-content:center}.collection-products__price{font-size:14px}.collection-products__compare-price{font-size:12px}.collection-products__badge{padding:6px 6px 4px;border-radius:3.389px}.collection-products__badge span{font-size:12px}.collection-products__add-to-cart--desktop,.collection-products__image-wrapper .collection-products__add-to-cart{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.collection-products__card .collection-products__add-to-cart--mobile{display:flex!important;align-items:center;justify-content:center;position:static!important;left:auto!important;bottom:auto!important;transform:none!important;width:auto!important;min-width:auto!important;max-width:none!important;padding:10px 32px!important;align-self:center;height:38px!important;min-height:38px;background:#ea5129;border:none;border-radius:32px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;margin-top:auto;margin-bottom:0;opacity:1!important;visibility:visible!important;flex-shrink:0}.collection-products__add-to-cart--mobile span{font-family:Oakes Grotesk,sans-serif;font-weight:700;font-size:12px;line-height:1.2;text-transform:uppercase;color:#fff;white-space:nowrap;letter-spacing:.3px}.collection-products__add-to-cart--mobile:hover{background:#d4461f}.collection-products__add-to-cart--mobile:disabled{opacity:.6;cursor:not-allowed}.collection-products__add-to-cart--mobile.is-added{background:#28a745!important;animation:addedBounceMobile .4s ease}.collection-products__add-to-cart--mobile.is-added:hover{background:#28a745!important}@keyframes addedBounceMobile{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.collection-products__load-more{padding:10px 20px}.collection-products__load-more span{font-size:16px}.collection-products__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:12px;margin-bottom:20px;padding:0}.collection-products__filters-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid rgba(0,0,0,.2);border-radius:300px;background:#fff;order:0}.collection-products__filters-btn span{font-size:14px;font-weight:500;color:#000}.collection-products__filters-btn svg,.collection-products__filters-btn .collection-products__filters-icon-svg{width:16px;height:16px;flex-shrink:0;order:-1}.collection-products__filters-icon-img{width:16px;height:16px;order:-1}.collection-products__sort{display:flex;align-items:center;gap:8px}.collection-products__sort-label{font-size:14px;font-weight:400;color:#000000b3;white-space:nowrap}.collection-products__sort-select-wrapper{position:relative}.collection-products__sort-select{padding:10px 36px 10px 14px;font-size:14px;font-weight:500;border:1px solid rgba(0,0,0,.2);border-radius:300px;background:#fff;min-width:auto}.collection-products__sort-icon{right:12px;width:16px;height:16px}.collection-products__sort-icon svg{transform:rotate(0)}.collection-products__filter-drawer{max-width:100%}.collection-products__filter-header{padding:16px 20px}.collection-products__filter-title{font-size:20px}.collection-products__filter-content{padding:20px}.collection-products__filter-footer{padding:16px 20px;flex-direction:column}}.collection-products__popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.collection-products__popup-overlay.is-active{opacity:1;visibility:visible}.collection-products__popup{position:relative;width:919px;max-width:95vw;max-height:90vh;background-color:#fff;border-radius:12px;overflow:hidden;transform:scale(.9) translateY(20px);transition:transform .3s ease}.collection-products__popup-overlay.is-active .collection-products__popup{transform:scale(1) translateY(0)}.collection-products__popup-close{position:absolute;top:15px;right:15px;width:24px;height:24px;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;padding:0;transition:opacity .3s ease}.collection-products__popup-close:hover{opacity:.7}.collection-products__popup-close svg{width:24px;height:24px;color:#000}.collection-products__popup-content{display:flex;padding:24px;gap:20px;max-height:90vh;overflow-y:auto}.collection-products__popup-images{display:flex;gap:6px;flex:0 0 auto;width:471px}.collection-products__popup-thumbs{display:flex;flex-direction:column;gap:5px;width:54px;flex-shrink:0}.collection-products__popup-thumb{width:54px;height:54px;border:1px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;transition:border-color .3s ease}.collection-products__popup-thumb:hover{border-color:#999}.collection-products__popup-thumb.is-active{border:1px solid #000000;box-shadow:inset 0 0 0 2px #fff}.collection-products__popup-thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}.collection-products__popup-main-image{position:relative;flex:1;background-color:#fff;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:424px}.collection-products__popup-main-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.collection-products__popup-nav{position:absolute;top:50%;transform:translateY(-50%);width:37px;height:37px;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:background-color .3s ease,transform .3s ease}.collection-products__popup-nav:hover{background-color:#fff;transform:translateY(-50%) scale(1.05)}.collection-products__popup-nav--prev{left:12px}.collection-products__popup-nav--next{right:12px}.collection-products__popup-nav svg{width:12px;height:10px;color:#000}.collection-products__popup-details{flex:1;display:flex;flex-direction:column;max-width:427px}.collection-products__popup-details-inner{display:flex;flex-direction:column;gap:14px}.collection-products__popup-title{font-family:Oakes Grotesk,sans-serif;font-size:24px;font-weight:500;line-height:1.2;color:#000;margin:0}.collection-products__popup-rating{display:flex;align-items:center;gap:5px}.collection-products__popup-stars{display:flex;align-items:center;gap:2px}.collection-products__popup-star{width:14px;height:13px}.collection-products__popup-rating-text{font-family:Oakes Grotesk,sans-serif;font-size:12px;font-weight:500;color:#000}.collection-products__popup-reviews-link{color:#000;text-decoration:underline}.collection-products__popup-price-row{display:flex;align-items:center;gap:11px}.collection-products__popup-price-current{font-family:Oakes Grotesk,sans-serif;font-size:18px;font-weight:600;color:#000}.collection-products__popup-price-compare{font-family:Oakes Grotesk,sans-serif;font-size:14px;font-weight:400;color:#0009;text-decoration:line-through}.collection-products__popup-discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;background-color:#ea6329;border-radius:29px;font-family:Oakes Grotesk,sans-serif;font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.collection-products__popup-divider{height:1px;background-color:#e0e0e0;width:100%;max-width:390px}.collection-products__popup-option{display:flex;flex-direction:column;gap:7px}.collection-products__popup-option-label{font-family:Oakes Grotesk,sans-serif;font-size:14px;font-weight:600;color:#000;letter-spacing:.45px}.collection-products__popup-color-item{display:flex;flex-direction:column;align-items:center;gap:4px}.collection-products__popup-color-name{font-family:Oakes Grotesk,sans-serif;font-size:11px;font-weight:400;color:#666;text-align:center;max-width:52px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-products__popup-colors{display:flex;flex-wrap:wrap;gap:9px}.collection-products__popup-color{width:41px;height:41px;border-radius:50%;border:2px solid transparent;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;transition:border-color .3s ease,box-shadow .3s ease}.collection-products__popup-color:hover{border-color:#999}.collection-products__popup-color.is-active{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.collection-products__popup-color img{width:100%;height:100%;object-fit:cover;border-radius:50%}.collection-products__popup-size-header{display:flex;justify-content:space-between;align-items:center;width:100%}.collection-products__popup-size-chart{font-family:Oakes Grotesk,sans-serif;font-size:14px;font-weight:500;color:#000;text-decoration:underline;letter-spacing:.5px;line-height:24px;transition:opacity .3s ease}.collection-products__popup-size-chart:hover{opacity:.7}.collection-products__popup-sizes{display:flex;flex-wrap:wrap;gap:5px}.collection-products__popup-size{width:34px;height:34px;border-radius:50%;border:1px solid #D1D1D1;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Oakes Grotesk,sans-serif;font-size:11px;font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.92px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.collection-products__popup-size:hover{border-color:#999}.collection-products__popup-size.is-active,.collection-products__popup-size.is-selected{background-color:#000;border-color:#000;color:#fff;box-shadow:0 0 0 3px #fff,0 0 0 4px #000}.collection-products__popup-actions{margin-top:10px}.collection-products__popup-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:45px;font-family:Oakes Grotesk,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.45px;text-decoration:none;border:none;border-radius:41px;cursor:pointer;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.collection-products__popup-btn--atc{background-color:#ea6329;color:#fff}.collection-products__popup-btn--atc:hover{background-color:#d55520;transform:translateY(-1px);box-shadow:0 4px 15px #ea63294d}.collection-products__popup-btn--atc:active{transform:translateY(0)}.collection-products__popup-btn--atc:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.collection-products__card{cursor:pointer}@media screen and (min-width:750px)and (max-width:989px){.collection-products__popup{width:700px}.collection-products__popup-images{width:340px}.collection-products__popup-main-image{min-height:350px}.collection-products__popup-title{font-size:22px}.collection-products__popup-price-current{font-size:16px}.collection-products__popup-thumb{width:48px;height:48px}.collection-products__popup-thumbs{width:48px}}@media screen and (max-width:749px){.collection-products__popup-overlay{align-items:center;padding:20px}.collection-products__popup{width:100%;max-width:390px;max-height:90vh;border-radius:12px;margin:auto;position:relative}.collection-products__popup-close{position:absolute;top:6px;right:6px;width:34px;height:34px;background-color:#fff;border-radius:300px;padding:5px;z-index:20}.collection-products__popup-close svg{width:24px;height:24px}.collection-products__popup-content{flex-direction:column;padding:18px 20px 20px;gap:16px;overflow-y:auto;max-height:calc(90vh - 20px)}.collection-products__popup-images{width:100%;flex-direction:column;gap:11px}.collection-products__popup-main-image{width:100%;height:324px;min-height:324px;max-height:324px;border-radius:4px;order:1}.collection-products__popup-main-img{border-radius:4px}.collection-products__popup-nav{width:24px;height:24px;background-color:#000}.collection-products__popup-nav svg{width:8px;height:6.5px;color:#fff}.collection-products__popup-nav--prev{left:8px}.collection-products__popup-nav--next{right:8px}.collection-products__popup-thumbs{flex-direction:row;width:100%;gap:4px;overflow-x:auto;order:2;padding-bottom:0}.collection-products__popup-thumbs::-webkit-scrollbar{display:none}.collection-products__popup-thumb{width:57px;height:57px;flex-shrink:0;border-radius:2px}.collection-products__popup-thumb img{border-radius:2px}.collection-products__popup-details{max-width:100%;width:100%}.collection-products__popup-details-inner{gap:16px}.collection-products__popup-title{font-size:20px;font-weight:500;line-height:28px}.collection-products__popup-rating-text{font-size:12px}.collection-products__popup-rating-text a{text-decoration:underline}.collection-products__popup-price-current{font-size:16px;font-weight:600}.collection-products__popup-price-compare{font-size:12px}.collection-products__popup-discount-badge{font-size:12px;padding:6px 10px;border-radius:32px}.collection-products__popup-label{font-size:16px;font-weight:600;letter-spacing:.5px;line-height:24px}.collection-products__popup-colors{gap:10px}.collection-products__popup-color{width:46px;height:46px}.collection-products__popup-color-inner{width:38px;height:38px}.collection-products__popup-size-header{display:flex;justify-content:space-between;align-items:center;width:100%}.collection-products__popup-size-chart{font-family:Oakes Grotesk,sans-serif;font-size:14px;font-weight:500;color:#000;text-decoration:underline;letter-spacing:.5px;line-height:24px}.collection-products__popup-sizes{gap:6px}.collection-products__popup-size{width:38px;height:38px;font-size:12px;letter-spacing:1px;border:1px solid #D1D1D1;border-radius:300px}.collection-products__popup-size.is-selected{width:46px;height:46px;background-color:#000;color:#fff;border:none;box-shadow:0 0 0 4px #fff,0 0 0 5px #000}.collection-products__popup-btn{height:50px;font-size:18px;font-weight:700;letter-spacing:.5px;border-radius:32px;line-height:24px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/section-collection-products.css.map */
