.product-page{background-color:#fff;padding:2rem 0 4rem}.breadcrumb{margin-bottom:2rem}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0;font-size:1.4rem}.breadcrumb__item{display:flex;align-items:center}.breadcrumb__item:not(:last-child):after{content:">";margin-left:.5rem;color:#999}.breadcrumb__link{color:#666;text-decoration:none;transition:color .3s ease}.breadcrumb__link:hover{color:#d32f2f}.breadcrumb__current{color:#1a1a1a;font-weight:500}.product-page__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media screen and (max-width: 989px){.product-page__content{grid-template-columns:1fr;gap:3rem}}.product-info{position:sticky;top:2rem;height:fit-content}@media screen and (max-width: 989px){.product-info{position:static}}.product-info__header{margin-bottom:2rem}.product-info__title{margin:0 0 1rem;font-size:2.4rem;font-weight:600;color:#1a1a1a;line-height:1.3}@media screen and (max-width: 749px){.product-info__title{font-size:2rem}}.product-info__sku{font-size:1.4rem;color:#666;font-family:monospace}.product-info__price{margin-bottom:2rem}.price{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.price__current{font-size:2.8rem;font-weight:700;color:#d32f2f}.price__compare-at{font-size:2rem;color:#999;text-decoration:line-through}.price__savings{background-color:#4caf50;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:1.2rem;font-weight:500}.product-variables{background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:6px;padding:1.5rem;margin-bottom:2rem}.product-variables--above-cart{margin-bottom:1.5rem}.product-variable{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #e5e5e5}.product-variable:last-child{border-bottom:none}.product-variable__label{font-weight:700;color:#1a1a1a;font-size:1.4rem;text-transform:uppercase;letter-spacing:.5px}.product-variable__value{color:#666;font-size:1.4rem;font-weight:500}.product-info__condition{margin-bottom:2rem;padding:1.5rem;background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:6px}.product-info__condition-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#1a1a1a}.condition-display{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.condition-display__text{font-size:1.6rem;font-weight:500;color:#1a1a1a}.condition-display__rating{display:flex;align-items:center;gap:.5rem}.rating-stars{display:flex;gap:.2rem}.rating-star{font-size:1.6rem;color:#e5e5e5}.rating-star--filled{color:gold}.rating-text{font-size:1.3rem;color:#666;font-weight:500}.product-form{margin-bottom:2rem}.product-form__buttons{display:flex;flex-direction:column;gap:1.5rem}.product-form__quantity{display:flex;align-items:center;gap:1rem}.product-form__price-display{margin-bottom:1.5rem}.price-display__value{font-size:2.8rem;font-weight:700;color:#d32f2f}.quantity__label{font-size:1.4rem;font-weight:500;color:#1a1a1a}.quantity{display:flex;align-items:center;border:2px solid #e5e5e5;border-radius:6px;overflow:hidden}.quantity__button{width:44px;height:44px;background-color:#f8f8f8;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .3s ease}.quantity__button:hover{background-color:#d32f2f;color:#fff}.quantity__input{width:60px;height:44px;border:none;text-align:center;font-size:1.4rem;font-weight:500;color:#1a1a1a;background-color:#fff}.quantity__input:focus{outline:none}.product-form__cart-buttons{display:flex;flex-direction:column;gap:1rem}.product-form__buttons-row{display:flex;gap:1rem;margin-bottom:1.5rem}.btn--add-to-cart{position:relative;min-height:5.6rem;font-size:1.6rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;flex:0 0 50%}.wishlist-dropdown{position:relative;flex:1}.btn--wishlist{width:100%;min-height:5.6rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#f5f5f5;color:#1a1a1a;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.btn--wishlist:hover{background-color:#e8e8e8;border-color:#d5d5d5}.dropdown-arrow{transition:transform .3s ease}.wishlist-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.wishlist-dropdown__menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:.5rem}.wishlist-dropdown:hover .wishlist-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.wishlist-dropdown__item{display:block;padding:1rem 1.5rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;text-decoration:none;transition:background-color .3s ease;border-bottom:1px solid #f5f5f5}.wishlist-dropdown__item:last-child{border-bottom:none}.wishlist-dropdown__item:hover{background-color:#f8f8f8;color:#d32f2f}.product-form__social-share{display:flex;gap:1.5rem;margin-top:1rem}.social-share__link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#666;text-decoration:none;transition:all .3s ease;border-radius:4px}.social-share__link:hover{color:#d32f2f;background-color:#f8f8f8}.btn--primary{background-color:#d32f2f;color:#fff}.btn--primary:hover{background-color:#b71c1c;transform:translateY(-1px)}.btn--primary:disabled{background-color:#ccc;color:#666;cursor:not-allowed;transform:none}.btn--full-width{width:100%}.btn.loading span{opacity:0}.btn.loading .loading-overlay__spinner{display:block!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-form__shipping-info{margin-top:1rem}.shipping-info{display:flex;flex-direction:column;gap:.8rem}.shipping-info__item{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:#4caf50;font-weight:500}.shipping-icon{color:#4caf50;flex-shrink:0}.product-info__details{padding-top:2rem;border-top:1px solid #e5e5e5}.product-detail{display:flex;justify-content:space-between;align-items:flex-start;padding:.8rem 0;border-bottom:1px solid #f0f0f0}.product-detail:last-child{border-bottom:none}.product-detail__label{font-weight:500;color:#1a1a1a;font-size:1.4rem;width:40%}.product-detail__value{color:#666;font-size:1.4rem;width:60%;text-align:right}.product-page__tabs,.product-page__related{margin:4rem 0}.loading-overlay__spinner{display:none}.spinner{width:2rem;height:2rem;animation:spinner-rotate 1s linear infinite}.spinner .path{stroke:currentColor;stroke-linecap:round;animation:spinner-dash 1.5s ease-in-out infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media screen and (max-width: 749px){.product-page{padding:1rem 0 3rem}.product-page__content{gap:2rem}.product-info__title{font-size:1.8rem}.price__current{font-size:2.4rem}.price__compare-at{font-size:1.8rem}.product-form__quantity{justify-content:space-between}.price-display__value{font-size:2.4rem}.condition-display{flex-direction:column;align-items:flex-start;gap:.8rem}.product-detail{flex-direction:column;gap:.3rem}.product-detail__label,.product-detail__value{width:100%;text-align:left}.product-detail__value{font-weight:600}.product-variables{padding:1rem}.product-variable{padding:.6rem 0}.product-variable__label,.product-variable__value{font-size:1.2rem}.product-form__buttons-row{flex-direction:column;gap:1rem}.btn--add-to-cart{flex:1;width:100%}.wishlist-dropdown{flex:1}.product-form__social-share{gap:1rem}.social-share__link{width:28px;height:28px}}@media print{.product-form,.breadcrumb,.product-page__tabs,.product-page__related{display:none}.product-page__content{grid-template-columns:1fr}.product-info__price{color:#000!important}}.quantity__button:focus-visible,.btn--add-to-cart:focus-visible,.breadcrumb__link:focus-visible{outline:2px solid #D32F2F;outline-offset:2px}@media (prefers-contrast: high){.product-info__condition,.quantity,.btn--add-to-cart{border-width:2px}}@media (prefers-reduced-motion: reduce){.btn--primary,.quantity__button,.breadcrumb__link,.spinner,.spinner .path{transition:none;animation:none}.btn--primary:hover{transform:none}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.no-js-hidden{display:block}.rte{line-height:1.6}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{margin:1.5rem 0 1rem;color:#1a1a1a}.rte p{margin:0 0 1.5rem;color:#666}.rte ul,.rte ol{margin:0 0 1.5rem 2rem;color:#666}.rte a{color:#d32f2f;text-decoration:underline}.rte a:hover{color:#b71c1c}
/*# sourceMappingURL=/cdn/shop/t/14/assets/product.css.map */
