.collection .product-item{background-color:var(--color-light);overflow:hidden;display:flex;flex-direction:column;height:100%;border-radius:16px;row-gap:8px;position:relative;transition:all .3s ease}.collection .product-item .save{position:absolute;left:-1px;top:-1px;padding:4px 12px;background-color:rgba(255,113,34,.08);color:#ff7122;font-size:14px;font-family:var(--font-family-bold);border-radius:16px 0;z-index:80}.collection .product-item .active-img{opacity:0;visibility:hidden;position:absolute;left:0;top:0;width:288px;height:288px;transition:all .3s ease}.collection .product-item .active-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:18px 16px 0 0}.collection .product-item .item-img{display:flex;align-items:center;justify-content:center;padding:20px 0}.collection .product-item img{display:block;-o-object-fit:cover;object-fit:cover;width:256px;height:256px}.collection .product-item .item-content{flex:1;display:flex;flex-direction:column;padding:0 16px 16px}.collection .product-item .item-content .title{color:var(--color-dark);font-size:20px;margin-bottom:12px}.collection .product-item .item-content .title .item-content-tag{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold);font-size:12px;color:var(--color-red);min-height:1.3em;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection .product-item .item-content .title .item-content-name{font-size:14px;color:#51545a;text-align:left;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.collection .product-item .content{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.collection .product-item .product-price-on-sale{display:flex;flex-direction:column}.collection .product-item .product-price{display:flex}.collection .product-item .product-price .price{font-size:14px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);color:var(--color-dark);align-self:flex-end}.collection .product-item .product-price .compareAtPrice{font-size:10px;color:var(--color-light-grey)}.collection .product-item .product-price .from{font-size:10px;line-height:60%;font-weight:var(--font-weight-bold,700)}.collection .promotions-product-item{width:100%}.collection .promotions-product-item .item-img{width:100%;aspect-ratio:288/200;padding:0;display:flex;align-items:center;justify-content:center}.collection .promotions-product-item .item-img img{width:140px;height:140px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.collection .promotions-product-item .active-img{width:100%;height:auto;aspect-ratio:288/200;display:flex;align-items:center;justify-content:center;overflow:hidden}.collection .promotions-product-item .active-img img{position:static;inset:unset;width:140px;height:140px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:0}.collection .promotions-product-item .item-content-subtitle{margin-top:4px;font-size:10px;line-height:1.3;color:#51545a;font-family:var(--font-family-medium);font-weight:var(--font-weight-medium,500)}.collection .promotions-product-item .quantity{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:8px}.collection .promotions-product-item .quantity .quantity-add-button{width:100%;height:36px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:24px;background:#f5f6f7;color:#1e1e1e;font-size:14px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);transition:all .25s ease}.collection .promotions-product-item .quantity .quantity-add-button:hover:not(:disabled){background:#1e1e1e;color:#fff}.collection .promotions-product-item .quantity .quantity-add-button:disabled{opacity:.5;cursor:not-allowed}.collection .promotions-product-item .quantity .quantity-controls{display:flex;align-items:center;width:100%;border:1px solid #eaebed;border-radius:44px;overflow:hidden;background:#fff}.collection .promotions-product-item .quantity .quantity-controls .quantity-display{flex:1;height:36px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#1e1e1e;border:1px solid #eaebed;border-top:none;border-bottom:none;text-align:center;outline:none;background:rgba(0,0,0,0);min-width:0;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700)}.collection .promotions-product-item .quantity .quantity-controls button{display:flex;align-items:center;justify-content:center;width:40px;height:36px;color:#1e1e1e;flex-shrink:0}.collection .promotions-product-item .quantity .quantity-controls button svg{width:18px;height:18px}.collection .promotions-product-item .quantity .quantity-controls button:hover{color:var(--color-green)}.collection .promotions-product-item .quantity .quantity-controls button:disabled,.collection .promotions-product-item .quantity .quantity-controls button[aria-disabled=true]{color:#eaebed;cursor:not-allowed}.collection .promotions-product-item .quantity .quantity-controls button:disabled:hover,.collection .promotions-product-item .quantity .quantity-controls button[aria-disabled=true]:hover{color:#eaebed}.collection .promotions-product-item .quantity .quantity-selector-tip{margin-top:8px;font-size:12px;color:#e65c5c;display:flex;align-items:flex-start;gap:4px;line-height:14px}.collection .promotions-product-item .quantity .quantity-selector-tip svg{flex-shrink:0;width:14px;height:14px}.collection .promotions-product-item .variant-color-selector{height:40px;flex-shrink:0;background-color:#f5f6f7;border:1px solid #eaebed;border-radius:1000px;padding:4px 8px 4px 12px;display:flex;align-items:center;justify-content:space-between;gap:4px;cursor:pointer;box-sizing:border-box}.collection .promotions-product-item .variant-color-selector.is-placeholder{visibility:hidden;pointer-events:none}.collection .promotions-product-item .variant-color-selector .selector-title{font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:0;color:#51545a}.collection .promotions-product-item .variant-color-selector svg{width:24px;height:24px;min-width:24px;min-height:24px}@media screen and (min-width:901px){.collection .product-item:hover{box-shadow:0 4px 24px 0 rgba(20,22,32,.1)}.collection .product-item .product-img-wrapper:hover .item-img{opacity:0;visibility:hidden}.collection .product-item .product-img-wrapper:hover .active-img{opacity:1;visibility:visible}}@media screen and (min-width:1920px){.collection .product-item{border-radius:.8333333333vw;row-gap:.4166666667vw}.collection .product-item .save{padding:.2083333333vw .625vw;font-size:.7291666667vw;border-radius:.8333333333vw 0}.collection .product-item:hover{box-shadow:0 .2083333333vw 1.25vw 0 rgba(20,22,32,.1)}.collection .product-item .active-img{width:15vw;height:15vw}.collection .product-item .active-img img{border-radius:.9375vw .8333333333vw 0 0}.collection .product-item .item-img{padding:1.0416666667vw 0}.collection .product-item img{width:13.3333333333vw;height:13.3333333333vw}.collection .product-item .item-content{padding:0 .8333333333vw .8333333333vw}.collection .product-item .item-content .title{font-size:1.0416666667vw;margin-bottom:.625vw}.collection .product-item .item-content .title .item-content-tag{font-size:.625vw;min-height:1.3em;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection .product-item .item-content .title .item-content-name{font-size:.7291666667vw}.collection .product-item .product-price .compareAtPrice{font-size:.5208333333vw}.collection .product-item .product-price .price{font-size:.7291666667vw}.collection .product-item .product-price .from{font-size:.5208333333vw}.collection .promotions-product-item{width:100%}.collection .promotions-product-item .item-img{width:100%;aspect-ratio:288/200;padding:0}.collection .promotions-product-item .item-img img{width:7.2916666667vw;height:7.2916666667vw;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.collection .promotions-product-item .active-img{width:100%;height:auto;aspect-ratio:288/200}.collection .promotions-product-item .active-img img{position:static;inset:unset;width:7.2916666667vw;height:7.2916666667vw;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:0}.collection .promotions-product-item .item-content-subtitle{margin-top:.2083333333vw;font-size:.5208333333vw;line-height:1.3;color:#51545a;font-family:var(--font-family-medium);font-weight:var(--font-weight-medium,500)}.collection .promotions-product-item .quantity{margin-top:.4166666667vw}.collection .promotions-product-item .quantity .quantity-add-button{width:100%;height:1.875vw;border-radius:1.25vw;font-size:.7291666667vw}.collection .promotions-product-item .quantity .quantity-controls{border:.0520833333vw solid #eaebed;border-radius:2.2916666667vw}.collection .promotions-product-item .quantity .quantity-controls .quantity-display{height:1.875vw;font-size:.7291666667vw;border-left:.0520833333vw solid #eaebed;border-right:.0520833333vw solid #eaebed}.collection .promotions-product-item .quantity .quantity-controls button{width:2.0833333333vw;height:1.875vw}.collection .promotions-product-item .quantity .quantity-controls button svg{width:.9375vw;height:.9375vw}.collection .promotions-product-item .quantity .quantity-selector-tip{margin-top:.4166666667vw;font-size:.625vw;gap:.2083333333vw;line-height:.7291666667vw}.collection .promotions-product-item .quantity .quantity-selector-tip svg{width:.7291666667vw;height:.7291666667vw}.collection .promotions-product-item .variant-color-selector{height:2.0833333333vw;border:.0520833333vw solid #eaebed;border-radius:52.0833333333vw;padding:.2083333333vw .4166666667vw .2083333333vw .625vw;gap:.2083333333vw}.collection .promotions-product-item .variant-color-selector .selector-title{margin-right:0;font-size:.625vw}.collection .promotions-product-item .variant-color-selector svg{width:1.25vw;height:1.25vw;min-width:1.25vw;min-height:1.25vw}}@media screen and (max-width:900px){.collection .product-item{height:100%;min-width:0;max-width:100%;border-radius:2.1333333333vw;row-gap:1.0666666667vw;position:relative}.collection .product-item .save{left:0;top:0;padding:1.0666666667vw 3.2vw;font-size:2.6666666667vw;border-radius:2.1333333333vw 0}.collection .product-item .active-img{display:none}.collection .product-item:hover{box-shadow:none}.collection .product-item:hover .item-img{opacity:1;visibility:visible}.collection .product-item:hover .active-img{display:none;opacity:0;visibility:hidden}.collection .product-item .item-img{padding:4.2666666667vw;width:100%;max-width:100%}.collection .product-item img{width:100%!important;max-width:100%;height:auto!important;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.collection .product-item .item-content{padding:0 2.1333333333vw 2.1333333333vw}.collection .product-item .item-content .title{font-size:4.2666666667vw;margin-bottom:1.6vw}.collection .product-item .item-content .title .item-content-tag{font-size:2.6666666667vw;min-height:2.6em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.collection .product-item .item-content .title .item-content-name{font-size:3.7333333333vw}.collection .product-item .product-price .compareAtPrice{font-size:2.6666666667vw}.collection .product-item .product-price .price{font-size:3.7333333333vw}.collection .product-item .product-price .from{font-size:2.6666666667vw}.collection .promotions-product-item{width:100%}.collection .promotions-product-item .item-img{width:100%;aspect-ratio:288/200;padding:0;display:flex;align-items:center;justify-content:center}.collection .promotions-product-item .item-img img{width:26.6666666667vw!important;height:26.6666666667vw!important;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.collection .promotions-product-item .item-content-subtitle{margin-top:1.0666666667vw;font-size:2.6666666667vw;line-height:1.3;color:#51545a;font-family:var(--font-family-medium);font-weight:var(--font-weight-medium,500)}.collection .promotions-product-item .quantity{margin-top:2.1333333333vw}.collection .promotions-product-item .quantity .quantity-add-button{height:9.6vw;border-radius:6.4vw;font-size:3.7333333333vw}.collection .promotions-product-item .quantity .quantity-controls{border:.2666666667vw solid #eaebed;border-radius:266.6666666667vw}.collection .promotions-product-item .quantity .quantity-controls .quantity-display{height:9.6vw;font-size:3.7333333333vw;border-left:.2666666667vw solid #eaebed;border-right:.2666666667vw solid #eaebed}.collection .promotions-product-item .quantity .quantity-controls button{width:9.6vw;height:9.6vw}.collection .promotions-product-item .quantity .quantity-controls button svg{width:4.8vw;height:4.8vw}.collection .promotions-product-item .quantity .quantity-selector-tip{margin-top:1.0666666667vw;font-size:2.6666666667vw;gap:1.0666666667vw}.collection .promotions-product-item .quantity .quantity-selector-tip svg{width:3.2vw;height:3.2vw}.collection .promotions-product-item .variant-color-selector{height:9.6vw;border:.2666666667vw solid #eaebed;border-radius:266.6666666667vw;padding:1.0666666667vw 1.0666666667vw 1.0666666667vw 3.2vw;gap:1.0666666667vw}.collection .promotions-product-item .variant-color-selector .selector-title{margin-right:0;font-size:3.2vw;line-height:1.5}.collection .promotions-product-item .variant-color-selector svg{width:4.8vw;height:4.8vw;min-width:4.8vw;min-height:4.8vw}}.quantity-limit-popover{position:fixed;z-index:1100;width:200px;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:stretch;pointer-events:none}.quantity-limit-popover .quantity-limit-popover-content{display:flex;align-items:flex-start;gap:4px;padding:8px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 24px 0 rgba(20,22,32,.1)}.quantity-limit-popover .quantity-limit-popover-content svg{flex-shrink:0;width:14px;height:14px;margin-top:1px}.quantity-limit-popover .quantity-limit-popover-content span{color:#ff7122;font-size:12px;line-height:1.3;font-family:var(--font-family-regular);font-weight:400}.quantity-limit-popover .quantity-limit-popover-arrow{display:block;width:0;height:0;margin:-1px auto 0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:4px solid #fff;filter:drop-shadow(0 2px 4px rgba(20,22,32,.08))}@media screen and (min-width:1920px){.quantity-limit-popover{width:10.4166666667vw}.quantity-limit-popover .quantity-limit-popover-content{gap:.2083333333vw;padding:.4166666667vw .8333333333vw;border-radius:.4166666667vw}.quantity-limit-popover .quantity-limit-popover-content svg{width:.7291666667vw;height:.7291666667vw}.quantity-limit-popover .quantity-limit-popover-content span{font-size:.625vw}.quantity-limit-popover .quantity-limit-popover-arrow{border-left-width:.2083333333vw;border-right-width:.2083333333vw;border-top-width:.2083333333vw}}@media screen and (max-width:900px){.quantity-limit-popover{width:53.3333333333vw}.quantity-limit-popover .quantity-limit-popover-content{gap:1.0666666667vw;padding:2.1333333333vw 4.2666666667vw;border-radius:2.1333333333vw}.quantity-limit-popover .quantity-limit-popover-content svg{width:3.7333333333vw;height:3.7333333333vw}.quantity-limit-popover .quantity-limit-popover-content span{font-size:3.2vw}}