.dp-pdp{display:grid;grid-template-columns:42% 58%;min-height:760px}.dp-pdp__content{background:#edebfb;padding:64px 56px;display:flex;flex-direction:column;justify-content:center;gap:20px}.dp-pdp__title{font-family:Archivo Black,DM Sans,sans-serif;font-weight:400;text-transform:uppercase;font-size:clamp(1.75rem,2.6vw,2.5rem);line-height:1.1;color:#1717e8;margin:0}.dp-pdp__flavor-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#1717e8;margin:-8px 0 0}.dp-pdp__swatches{display:flex;flex-wrap:wrap;gap:10px}.dp-pdp__swatch{width:48px;height:48px;padding:0;border-radius:999px;border:2px solid transparent;background:none;cursor:pointer;overflow:hidden;flex-shrink:0;transition:border-color .15s ease,transform .15s ease}.dp-pdp__swatch img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px}.dp-pdp__swatch.is-active{border-color:#1717e8;transform:scale(1.06)}.dp-pdp__description{font-family:DM Sans,sans-serif;font-weight:500;font-size:.95rem;line-height:1.55;color:#1717e8}.dp-pdp__description p{margin:0 0 14px}.dp-pdp__description p:last-child{margin-bottom:0}.dp-pdp__sticky-cta{display:flex;flex-direction:column;gap:16px}.dp-pdp__sticky-spacer{display:none}.dp-pdp__purchase-box{border:2px solid #1717E8;border-radius:12px;overflow:hidden;margin-top:4px}.dp-pdp__purchase-option{display:flex;align-items:center;gap:10px;padding:14px 18px;cursor:pointer;border-bottom:1px solid rgba(23,23,232,.25);background:#fff;transition:background .15s ease}.dp-pdp__purchase-option:last-child{border-bottom:none}.dp-pdp__purchase-option.is-selected{background:#fbeeff}.dp-pdp__purchase-option input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}.dp-pdp__purchase-radio{width:16px;height:16px;border-radius:999px;border:2px solid #1717E8;flex-shrink:0;position:relative}.dp-pdp__purchase-option.is-selected .dp-pdp__purchase-radio{background:#1717e8;box-shadow:inset 0 0 0 3px #fbeeff}.dp-pdp__purchase-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;color:#1717e8;flex:1}.dp-pdp__purchase-price{font-family:DM Sans,sans-serif;font-weight:700;font-size:.9rem;color:#1717e8}.dp-pdp__actions{display:flex;gap:12px}.dp-pdp__qty{display:flex;align-items:center;border:2px solid #1717E8;border-radius:8px;overflow:hidden;flex-shrink:0}.dp-pdp__qty-btn{width:40px;height:52px;border:none;background:#fff;color:#1717e8;font-size:1.1rem;cursor:pointer}.dp-pdp__qty-btn:hover{background:#edebfb}.dp-pdp__qty-input{width:40px;height:52px;border:none;border-left:1px solid rgba(23,23,232,.3);border-right:1px solid rgba(23,23,232,.3);text-align:center;font-family:DM Sans,sans-serif;font-weight:700;color:#1717e8;font-size:1rem;-moz-appearance:textfield}.dp-pdp__qty-input::-webkit-outer-spin-button,.dp-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dp-pdp__add-to-cart{flex:1;height:52px;border:none;border-radius:8px;background:#1717e8;color:#fffee6;font-family:DM Sans,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .15s ease,transform .15s ease}.dp-pdp__add-to-cart:hover{background:#0f0fc4;transform:translateY(-1px)}.dp-pdp__add-to-cart:disabled{background:#9a9ad6;cursor:not-allowed;transform:none}.dp-pdp__media{position:relative;overflow:hidden;background:#f1eefb}.dp-pdp__main{position:relative;width:100%;height:100%}.dp-pdp__main-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .25s ease}.dp-pdp__main-img.is-active{opacity:1;visibility:visible;position:relative}.dp-pdp__thumbs{position:absolute;top:24px;right:24px;bottom:24px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px}.dp-pdp__thumb-track{display:flex;flex-direction:column;gap:12px;overflow-y:auto;scrollbar-width:none;max-height:100%}.dp-pdp__thumb-track::-webkit-scrollbar{display:none}.dp-pdp__thumb{width:52px;height:52px;padding:0;border-radius:999px;border:2px solid rgba(23,23,232,.35);background:#fff;overflow:hidden;cursor:pointer;flex-shrink:0;transition:border-color .15s ease,transform .15s ease}.dp-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.dp-pdp__thumb.is-active{border-color:#1717e8;transform:scale(1.05)}.dp-pdp__thumb-nav{width:28px;height:22px;border:none;border-radius:999px;background:#ffffffd9;color:#1717e8;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.dp-pdp__thumb-nav:hover{background:#fff}.dp-pdp__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:999px;background:#ffffffe6;color:#1717e8;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:3}.dp-pdp__arrow--prev{left:16px}.dp-pdp__arrow--next{right:16px}.dp-pdp__dots{display:none;justify-content:center;gap:8px;padding:14px 0;background:#f1eefb}.dp-pdp__dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:#1717e840;cursor:pointer}.dp-pdp__dot.is-active{background:#1717e8;width:20px;border-radius:999px}@media screen and (max-width:989px){.dp-pdp{grid-template-columns:1fr}.dp-pdp__media{order:1;height:78vw;max-height:520px}.dp-pdp__content{order:2;padding:32px 24px 48px}.dp-pdp__thumbs{display:none}.dp-pdp__arrow,.dp-pdp__dots{display:flex}.dp-pdp__sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;gap:10px;background:#edebfb;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:2px solid #1717E8;box-shadow:0 -8px 24px #00000024}.dp-pdp__purchase-box{margin-top:0}.dp-pdp__sticky-spacer{display:block}}@media screen and (max-width:749px){.dp-pdp__actions{flex-wrap:wrap}.dp-pdp__add-to-cart{width:100%}.dp-pdp__purchase-option{padding:10px 16px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-product-card.css.map */
