.front-page-bg{background-position:50%;background-repeat:no-repeat;background-size:contain}.product-grid{background:#fff;padding:100px 0;position:relative;z-index:10}@media(max-width:1023px){.product-grid{padding:80px 0}}@media(max-width:767px){.product-grid{padding:60px 0}}.product-grid__title{color:#141416;font-size:14px;font-weight:400;line-height:120%;margin-bottom:12px;text-transform:lowercase}.product-grid__items{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:60px;grid-gap:0;border-top:1px solid #141416;gap:0;grid-template-areas:"a b c c" "d d e f" "d d g h" "r u u y";overflow:hidden}@media(max-width:767px){.product-grid__items{grid-template-areas:"a b" "c d" "e f" "g h";grid-template-columns:repeat(2,1fr);margin-bottom:16px}}.product-grid__item{border-bottom:1px solid #141416;border-right:1px solid #141416;box-sizing:border-box;min-width:0;overflow:hidden;width:100%}.product-grid__item--a{grid-area:a}.product-grid__item--b{grid-area:b}.product-grid__item--c{grid-area:c}.product-grid__item--d{grid-area:d}.product-grid__item--e{grid-area:e}.product-grid__item--f{grid-area:f}.product-grid__item--g{grid-area:g}.product-grid__item--h{grid-area:h}.product-grid__item--r{grid-area:r}.product-grid__item--u{grid-area:u}.product-grid__item--y{grid-area:y}@media(max-width:767px){.product-grid__item--r,.product-grid__item--u,.product-grid__item--y{display:none}}.product-grid__footer{display:flex;justify-content:center;margin-top:24px}@media(max-width:767px){.product-grid__footer{margin-top:0}}.product-grid__shop-btn{border-bottom:1px solid #141416;color:#141416;display:block;font-size:12px;font-weight:500;line-height:120%;max-width:100%;padding:8px 140px;text-transform:lowercase;transition:.3s ease;white-space:nowrap}.product-grid__shop-btn:hover{background:#141416;color:#fff}.product-cart{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.product-cart--list{flex-direction:row}.product-cart--list .product-cart__image{flex:0 0 200px;min-height:200px}.product-cart--list .product-cart__content{align-items:flex-start;flex:1;flex-direction:column;padding:16px}.product-cart--list .product-cart__info{margin-bottom:12px}.product-cart--list .product-cart__actions{margin-top:auto}.product-cart__image{background:#f8f9fa;flex:1;min-height:483px;overflow:hidden;position:relative}@media(max-width:992px){.product-cart__image{min-height:320px}}@media(max-width:767px){.product-cart__image{min-height:260px}}.product-cart__image-link{display:block;height:100%;width:100%}.product-cart__image img,.product-cart__image__img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.product-cart__image__placeholder{align-items:center;background:#f8f9fa;display:flex;height:100%;justify-content:center;width:100%}.product-cart:hover .product-cart__image img,.product-cart:hover .product-cart__image__img{transform:scale(1.05)}.product-cart__wishlist-btn{align-items:center;backdrop-filter:blur(4px);background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;left:8px;position:absolute;top:8px;transition:all .3s ease;width:32px;z-index:3}@media(max-width:767px){.product-cart__wishlist-btn{height:28px;left:6px;top:6px;width:28px}}.product-cart__wishlist-btn:hover{transform:scale(1.1)}.product-cart__wishlist-btn:active{transform:scale(.95)}.product-cart__wishlist-btn.active svg path{fill:#dc3545;stroke:#dc3545}.product-cart__wishlist-btn svg{height:20px;transition:all .3s ease;width:20px}@media(max-width:767px){.product-cart__wishlist-btn svg{height:14px;width:14px}}.product-cart__wishlist-btn svg path{stroke:#141416;transition:all .3s ease}.product-cart__wishlist-btn:hover svg{transform:scale(1.1)}.product-cart__sale-badge{background:#dc3545;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px;z-index:2}.product-cart__content{align-items:center;display:flex;justify-content:space-between;min-height:32px;padding:0 4px 4px 8px}.product-cart__info{flex:1;max-width:calc(100% - 32px)}.product-cart__name{color:#141416;font-size:12px;font-weight:400;line-height:120%;margin:0 0 2px;text-transform:lowercase}.product-cart__name a{color:#141416;display:block;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.product-cart__name a:hover{color:#0d0d44}.product-cart__price{color:#141416;font-size:10px;font-weight:700;line-height:120%;text-transform:lowercase}.product-cart__price .amount{color:#141416}.product-cart__price del{font-weight:400;margin-right:4px;opacity:.6}.product-cart__price ins{color:#dc3545;-webkit-text-decoration:none;text-decoration:none}.product-cart__actions{flex-shrink:0;margin-left:8px}.product-cart__add-to-cart,.product-cart__view-product{align-items:center;background:transparent;border:none;color:#141416;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:6px;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;width:32px}.product-cart__add-to-cart:before,.product-cart__view-product:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.product-cart__add-to-cart:hover,.product-cart__view-product:hover{color:#0d0d44;transform:translateY(-2px)}.product-cart__add-to-cart:hover:before,.product-cart__view-product:hover:before{left:100%}.product-cart__add-to-cart:active,.product-cart__view-product:active{transform:translateY(0)}.product-cart__add-to-cart.loading,.product-cart__view-product.loading{color:transparent;pointer-events:none}.product-cart__add-to-cart.loading:after,.product-cart__view-product.loading:after{animation:cartButtonSpin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#141416;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.product-cart__add-to-cart.added,.product-cart__view-product.added{color:#28a745}.product-cart__add-to-cart.added:after,.product-cart__view-product.added:after{content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.product-cart__add-to-cart svg,.product-cart__view-product svg{height:20px;transition:transform .3s ease;width:20px}.product-cart__add-to-cart:hover svg,.product-cart__view-product:hover svg{transform:scale(1.1)}.product-cart.product-grid__card .product-cart__content{align-items:center;display:flex;justify-content:space-between;min-height:32px;padding:0 4px 4px 8px}.product-cart.product-grid__card .product-cart__info{max-width:80%}.product-cart.product-grid__card .product-cart__name{color:#141416;font-size:12px;font-weight:400;line-height:120%;max-width:100%;text-transform:lowercase}.product-cart.product-grid__card .product-cart__price{color:#141416;font-size:10px;font-weight:700;line-height:120%;text-transform:lowercase}.product-cart.product-grid__card .product-cart__actions{margin-left:0}@media(max-width:768px){.product-cart--list{flex-direction:column}.product-cart--list .product-cart__image{flex:1;min-height:200px}.product-cart--list .product-cart__content{padding:12px}}@keyframes cartButtonSpin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.product-info{padding:20px 0;text-align:left}@media(max-width:480px){.product-info{width:100%}}.product-info__category{color:#141416;font-size:12px;font-weight:500;line-height:120%;margin-bottom:4px;opacity:.5;text-transform:lowercase}@media(max-width:767px){.product-info__category{margin-bottom:6px}}.product-info__description{color:#141416;font-size:12px;font-weight:400;line-height:120%;margin:24px 0}.product-info__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:4px}.product-info__title{color:#141416;flex:1;font-size:16px;font-weight:400;line-height:120%;margin:0;text-transform:lowercase}.product-info__title a{color:inherit;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease}.product-info__title a:hover{color:#0d0d44}.product-info__wishlist-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-top:-65px;transition:all .3s ease;width:32px}@media(max-width:767px){.product-info__wishlist-btn{height:28px;margin-top:-1px;width:28px}}.product-info__wishlist-btn:hover{transform:scale(1.05)}.product-info__wishlist-btn:active{transform:scale(.95)}.product-info__wishlist-btn.active svg path{fill:#dc3545;stroke:#dc3545}.product-info__wishlist-btn svg{height:20px;transition:all .3s ease;width:20px}@media(max-width:767px){.product-info__wishlist-btn svg{height:14px;width:14px}}.product-info__wishlist-btn svg path{stroke:#141416;transition:all .3s ease}.product-info__wishlist-btn:hover svg{transform:scale(1.1)}.product-info__price{color:#141416;font-size:10px;font-weight:700;line-height:120%;margin:0 0 8px;text-transform:lowercase}.product-info__price del{color:#6c757d;font-weight:400;margin-right:10px}.product-info__price ins{color:#dc3545;-webkit-text-decoration:none;text-decoration:none}.product-info__cart-form,.product-info__quantity{margin-bottom:16px}.product-info__quantity label{color:#141416;display:none;font-size:14px;font-weight:500;margin-bottom:8px}.product-info__add-to-cart{background:none;border:1px solid #141416;color:#141416;cursor:pointer;font-size:12px;font-weight:500;line-height:120%;overflow:hidden;padding:8px 8px 10px;position:relative;text-transform:lowercase;transition:all .3s ease;width:100%}.product-info__add-to-cart:hover{background:#2d2d2d;color:#fff;transform:translateY(-1px)}.product-info__add-to-cart:active{transform:translateY(0)}.product-info__add-to-cart:disabled{background:#ccc;cursor:not-allowed;transform:none}.product-info__add-to-cart.loading{color:transparent!important;pointer-events:none}.product-info__add-to-cart.loading:after{animation:buttonSpinner .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.product-info__add-to-cart.added{background:#28a745!important;transform:scale(.98)}@media(max-width:767px){.product-info__add-to-cart{font-size:14px;padding:14px 20px}}.product-info__availability{margin-bottom:4px}.product-info__availability .availability-text{color:#141416;font-size:12px;font-weight:500;line-height:120%;opacity:.5;text-align:right;text-transform:lowercase}.product-info--single{max-width:336px;width:100%}@media(max-width:480px){.product-info--single{max-width:100%;padding:0 12px;width:100%}}@keyframes buttonSpinner{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes checkmarkFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}