.product-spotlight{padding:48px 0}.product-spotlight__wrap{max-width:1140px;margin:0 auto;padding:0 24px}.product-spotlight__card{background:#173b5e;border-radius:26px;overflow:hidden;display:grid;grid-template-columns:.85fr 1fr;gap:0;box-shadow:0 20px 50px #173b5e40}@media(max-width:800px){.product-spotlight__card{grid-template-columns:1fr}}.product-spotlight__media{position:relative;background:linear-gradient(150deg,#eaf4fc,#fff 60%,#dcebf8);display:flex;align-items:center;justify-content:center;padding:44px;min-height:360px}.product-spotlight__media img{max-width:100%;max-height:400px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(23,59,94,.18))}.product-spotlight__badge{position:absolute;top:22px;left:22px;background:#173b5e;color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em;padding:7px 14px;border-radius:20px}.product-spotlight__info{padding:40px 44px;color:#fff;display:flex;flex-direction:column;justify-content:center}.product-spotlight__eyebrow{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8fc1ee;font-weight:700;margin-bottom:12px}.product-spotlight__title{font-size:28px;font-weight:800;line-height:1.25;margin:0 0 12px;color:#fff}.product-spotlight__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-spotlight__rating .stars{color:#f0c563;font-size:15px;letter-spacing:1px}.product-spotlight__rating span.count{font-size:12.5px;color:#b9cede}.product-spotlight__price{font-size:28px;font-weight:800;color:#fff;margin-bottom:18px}.product-spotlight__price .compare{font-size:15px;font-weight:600;color:#8fa5bc;text-decoration:line-through;margin-left:8px}.product-spotlight__desc{font-size:14px;line-height:1.65;color:#b9cede;margin:0 0 22px;max-width:440px}.product-spotlight__coa{display:flex;align-items:center;gap:14px;background:linear-gradient(120deg,#2e5f8a,#5b9bd5);border:none;border-radius:16px;padding:16px 20px;text-decoration:none;margin:0 0 18px;box-shadow:0 8px 20px #173b5e47;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;isolation:isolate}.product-spotlight__coa:before{content:"";position:absolute;left:var(--mg-x, 50%);top:var(--mg-y, 50%);width:180px;height:180px;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 70%);transform:translate(-50%,-50%);opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:0}.product-spotlight__coa:hover:before{opacity:1}.product-spotlight__coa>*{position:relative;z-index:1}.product-spotlight__coa:hover{transform:translateY(-3px);box-shadow:0 16px 32px #173b5e66}.product-spotlight__coa-icon{font-size:24px;flex-shrink:0;background:#fff;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001f}.product-spotlight__coa-text{display:flex;flex-direction:column;gap:2px;flex:1}.product-spotlight__coa-text strong{font-size:14px;color:#fff;font-weight:800}.product-spotlight__coa-text span{font-size:12px;color:#eaf4fc}.product-spotlight__coa-arrow{font-size:19px;color:#fff;font-weight:800;flex-shrink:0;transition:transform .2s ease}.product-spotlight__coa:hover .product-spotlight__coa-arrow{transform:translate(5px)}.product-spotlight__field{margin-bottom:18px}.product-spotlight__field label{display:block;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8fc1ee;margin-bottom:10px}.product-spotlight__pills{display:flex;flex-wrap:wrap;gap:10px}.product-spotlight__pill{border:1px solid rgba(255,255,255,.25);background:#ffffff0f;color:#fff;font-size:13px;font-weight:700;padding:10px 18px;border-radius:20px;cursor:pointer;transition:all .15s ease}.product-spotlight__pill:hover{border-color:#8fe1e0}.product-spotlight__pill.active{background:#fff;color:#173b5e;border-color:#fff}.product-spotlight__pill.unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.product-spotlight__row{display:flex;gap:12px;align-items:center;margin-top:8px}.product-spotlight__qty{display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:12px;overflow:hidden}.product-spotlight__qty button{background:none;border:none;color:#fff;width:38px;height:44px;font-size:17px;cursor:pointer}.product-spotlight__qty input{width:40px;text-align:center;background:none;border:none;color:#fff;font-size:15px;font-weight:700}.product-spotlight__btn{flex:1;padding:15px 22px;border-radius:12px;font-weight:700;font-size:14.5px;border:none;cursor:pointer;text-align:center;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.product-spotlight__btn--cart{background:#fff;color:#173b5e}.product-spotlight__btn--cart:hover{transform:translateY(-2px);box-shadow:0 10px 22px #00000040}.product-spotlight__btn--buy{background:#5b9bd5;color:#fff}.product-spotlight__btn--buy:hover{background:#4a89c4;transform:translateY(-2px);box-shadow:0 10px 22px #5b9bd566}.product-spotlight__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-spotlight__trust{display:flex;gap:20px;margin-top:22px;flex-wrap:wrap}.product-spotlight__trust span{font-size:12.5px;color:#b9cede;display:flex;align-items:center;gap:6px}.product-spotlight__trust span:before{content:"\2713";color:#8fe1e0;font-weight:800}.product-spotlight__status{font-size:12.5px;color:#8fe1e0;margin-top:12px;min-height:16px}@media(max-width:600px){.product-spotlight{padding:28px 0}.product-spotlight__card{border-radius:18px}.product-spotlight__media{padding:26px;min-height:220px}.product-spotlight__media img{max-height:210px}.product-spotlight__info{padding:24px 20px 26px}.product-spotlight__title{font-size:20px}.product-spotlight__price{font-size:22px}.product-spotlight__coa{padding:14px 16px;gap:10px}.product-spotlight__coa-icon{font-size:20px;width:36px;height:36px}.product-spotlight__coa-text strong{font-size:13px}.product-spotlight__coa-text span{font-size:11.5px}.product-spotlight__row{flex-direction:column;align-items:stretch}.product-spotlight__qty{align-self:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-product-spotlight.css.map */
