cross-sell-popup{display:contents}.cs-popup__dialog{border:none;padding:0;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:16px;width:min(950px,92vw);max-height:92vh;background:#fff;box-shadow:0 20px 60px #00000040;overflow:hidden}.cs-popup__dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cs-popup__inner{display:flex;flex-direction:column;max-height:92vh}.cs-popup__header{padding:18px 28px 12px;border-bottom:1px solid #eee}.cs-popup__title-row{display:flex;align-items:center;gap:12px}.cs-popup__check{width:28px;height:28px;border-radius:50%;background:#19a558;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cs-popup__check svg{width:16px;height:16px;fill:#fff}.cs-popup__title{flex:1;font-size:20px;font-weight:700;margin:0;color:#111}.cs-popup__close{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:none;background:#f2f2f2;font-size:20px;line-height:1;cursor:pointer;color:#555;display:inline-flex;align-items:center;justify-content:center}.cs-popup__close:hover{background:#e5e5e5}.cs-popup__recommended{display:flex;align-items:center;gap:10px;padding:12px 28px;font-size:15px;font-weight:700;color:#111}.cs-popup__recommended strong{font-weight:700}.cs-popup__key-info{display:flex;align-items:center;gap:6px;font-size:13px;color:#19a558;margin:0 0 4px;width:100%}.cs-popup__badge{display:inline-block;padding:4px 10px;border-radius:4px;background:#fde7e7;color:#c0151c;font-size:11px;font-weight:700;letter-spacing:.5px}.cs-popup__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 28px 24px;overflow-y:auto;flex:1}@media(max-width:600px){.cs-popup__cards{grid-template-columns:1fr}}.cs-card{display:flex;flex-direction:column;border:1px solid #e5e5e5;border-radius:8px;padding:14px;background:#fff}.cs-card__image{display:block;background:#f3f3f3;border-radius:6px;aspect-ratio:1.4;overflow:hidden;margin-bottom:12px}.cs-card__image img{width:100%;height:100%;object-fit:contain}.cs-card__title{font-size:14px;font-weight:700;margin:0 0 6px;color:#111}.cs-card__title a{color:inherit;text-decoration:none}.cs-card__desc{font-size:12px;line-height:1.45;color:#666;margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cs-card__price{font-size:16px;font-weight:700;color:#c0151c;margin:0 0 3px}.cs-card__variants{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.cs-card__option-label{font-size:11px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:4px}.cs-card__option-buttons{display:flex;flex-wrap:wrap;gap:6px}.cs-card__option-btn{padding:6px 12px;border-radius:4px;border:1px solid rgb(94,94,94);background:#fff;font-size:12px;font-weight:600;color:#5e5e5e;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.cs-card__option-btn.is-active{border-color:#5e5e5e;background:#5e5e5e;color:#fff}.cs-card__qty-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cs-card__qty-label{font-size:11px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px}.cs-card__qty-row .quantity{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;height:30px}.cs-card__qty-row .quantity__button{background:#fff;border:none;width:28px;height:28px;cursor:pointer;font-size:14px;color:#333}.cs-card__qty-row .quantity__input{width:36px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:13px;height:28px}.cs-card__form{display:block;margin-top:auto}.cs-card__inner-form{display:flex;flex-direction:column}.cs-card__submit{background:#c0151c;color:#fff;border:none;border-radius:4px;padding:10px;font-size:14px;font-weight:700;cursor:pointer;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px}.cs-card__submit:hover{background:#9c1117}.cs-card__submit[disabled]{background:#aaa;cursor:not-allowed}.cs-card__submit.loading{position:relative;pointer-events:none}.cs-card__submit.loading .cs-card__submit-text{position:absolute;opacity:0;pointer-events:none}.cs-card__submit .loading__spinner:not(.hidden){display:flex!important;align-items:center;justify-content:center}.cs-card__submit .loading__spinner .spinner{width:16px;height:16px;flex-shrink:0}.cs-card__submit .loading__spinner .path{stroke:#fff;stroke-linecap:round;stroke-dasharray:50 138;stroke-dashoffset:0;animation:cs-card-spinner-travel .9s linear infinite}@keyframes cs-card-spinner-travel{to{stroke-dashoffset:-188}}.cs-card__view-link{display:block;text-align:center;font-size:12px;font-weight:500;color:#989898;margin-top:10px;text-decoration:none}.cs-card__view-link:hover{color:#111}.cs-popup__footer{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:12px 28px;border-top:1px solid #eee;background:#fafafa}.cs-popup__footer-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cs-popup__footer-text{font-size:13px;font-weight:600;color:#333;flex:1 1 auto}.cs-popup__no-thanks{background:none;border:none;font-size:13px;color:#555;text-decoration:underline;cursor:pointer;padding:0}.cs-popup__view-cart{background:#111;color:#fff;padding:10px 18px;border-radius:4px;font-size:13px;font-weight:700;text-decoration:none}.cs-popup__view-cart:hover{background:#000}.cs-popup__test-trigger{display:none}.cs-popup__key-info-icon{width:13px;height:auto}.cs-card__qty-row .quantity{min-height:30px}.cs-card__qty-row .quantity__button{min-width:30px}@media(max-width:860px){.cs-popup__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cs-popup__header,.cs-popup__recommended,.cs-popup__cards,.cs-popup__footer{padding-left:20px;padding-right:20px}.cs-popup__cards{grid-template-columns:1fr}.cs-popup__footer-text{text-align:center}.cs-popup__footer-actions{justify-content:space-between}.cs-popup__dialog{width:100vw;max-width:100vw;max-height:100vh}.cs-popup__inner{max-height:100vh}.cs-popup__key-info{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cross-sell-popup.css.map */
