.accessory-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;opacity:0;transition:opacity .3s ease;pointer-events:none}.accessory-overlay.active{opacity:1}.accessory-overlay__backdrop{position:fixed;top:0;left:0;bottom:0;width:calc(100vw - 45rem);background:#00000080;cursor:pointer;pointer-events:auto}@media (max-width: 990px){.accessory-overlay__backdrop{width:60vw}}.accessory-overlay__content{position:fixed;top:50%;left:calc(50% - 18rem);transform:translate(-50%,-50%) scale(.95) translateY(20px);background:#fff;border-radius:12px;max-width:900px;max-height:85vh;width:calc(100vw - 50rem);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 80px #0006;transition:transform .3s cubic-bezier(.34,1.56,.64,1);pointer-events:auto}.accessory-overlay.active .accessory-overlay__content{transform:translate(-50%,-50%) scale(1) translateY(0)}@media (max-width: 990px){.accessory-overlay__content{width:90%;left:50%;transform:translate(-50%,-50%) scale(.95) translateY(20px)}.accessory-overlay.active .accessory-overlay__content{transform:translate(-50%,-50%) scale(1) translateY(0)}}.accessory-overlay__header{padding:2.5rem;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:linear-gradient(to bottom,#fff,#fafafa)}.accessory-overlay__title{margin:0;font-size:2.2rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.accessory-overlay__close{background:none;border:none;cursor:pointer;padding:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%;background:#0000000d}.accessory-overlay__close:hover{transform:scale(1.1);background:#0000001a}.accessory-overlay__close .svg-wrapper{width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center}.accessory-overlay__close svg{width:100%;height:100%}.accessory-overlay__body{padding:2.5rem;overflow-y:auto;flex:1}.accessory-overlay__description{margin:0 0 2.5rem;font-size:1.15rem;color:#555;text-align:center;font-weight:500}.accessory-overlay__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin:0 auto;max-width:100%}@media (max-width: 768px){.accessory-overlay__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.accessory-overlay__content{max-height:90vh}.accessory-overlay__header{padding:1.5rem}.accessory-overlay__title{font-size:1.6rem}.accessory-overlay__body{padding:1.5rem}}@media (max-width: 480px){.accessory-overlay{padding:1rem}.accessory-overlay__grid{grid-template-columns:1fr;gap:1rem}.accessory-overlay__header{padding:1.25rem}.accessory-overlay__title{font-size:1.4rem}}.accessory-product-card{display:flex;flex-direction:column;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:all .3s ease;background:#fff}.accessory-product-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px);border-color:#d0d0d0}.accessory-product-card__image-wrapper{position:relative;padding-bottom:100%;overflow:hidden;background:#f8f8f8}.accessory-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.accessory-product-card__image-wrapper:hover .accessory-product-card__image{transform:scale(1.08)}.accessory-product-card__no-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#999}.accessory-product-card__info{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.accessory-product-card__title{font-size:1rem;font-weight:600;color:#1a1a1a;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;min-height:2.8em}.accessory-product-card__title:hover{color:#4a4a4a;text-decoration:underline}.accessory-product-card__price{margin:.75rem 0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.accessory-product-card__price .price{font-size:1.25rem;font-weight:700;color:#1a1a1a}.accessory-product-card__price .price--sale{color:#e63946}.accessory-product-card__price .price--compare{font-size:1rem;text-decoration:line-through;color:#999;font-weight:400}.accessory-product-card__add-btn{width:100%;margin-top:auto;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:6px;transition:all .2s ease}.accessory-product-card__add-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.accessory-product-card__add-btn:disabled{opacity:.5;cursor:not-allowed}.accessory-overlay__footer{padding:2rem 2.5rem;border-top:1px solid #e5e5e5;display:flex;gap:1.25rem;justify-content:center;flex-shrink:0;background:linear-gradient(to top,#fff,#fafafa)}.accessory-overlay__footer .button{padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .2s ease;min-width:180px}.accessory-overlay__footer .button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}@media (max-width: 640px){.accessory-overlay__footer{flex-direction:column;padding:1.5rem}.accessory-overlay__footer .button{width:100%;min-width:unset}}.accessory-overlay__grid .loading-spinner{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;padding:4rem;min-height:200px}.accessory-overlay__grid .spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #333;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.accessory-overlay__no-products,.accessory-overlay__error{grid-column:1 / -1;text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.accessory-overlay__error{color:#e63946;font-weight:500}@media (max-width: 768px){.accessory-overlay__header{padding:1.5rem}.accessory-overlay__title{font-size:1.6rem}.accessory-overlay__body{padding:1.5rem}.accessory-overlay__description{font-size:1rem;margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-accessory-recommendations.css.map */
