.product-offers{margin:16px 0}.product-offers__trigger{display:flex;align-items:flex-start;gap:12px;padding:16px;background:linear-gradient(135deg,#fff8f5,#fff);border:1px dashed #EA6329;border-radius:8px}.product-offers__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #ea632926}.product-offers__icon svg{width:24px;height:24px;color:#ea6329}.product-offers__text{display:flex;flex-direction:column;gap:4px}.product-offers__label{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:15px;color:#000;line-height:1.4}.product-offers__label strong{font-weight:600;color:#000}.product-offers__link{display:inline-flex;align-items:center;gap:4px;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:14px;color:#ea6329;background:none;border:none;padding:0;cursor:pointer;transition:all .25s ease}.product-offers__link:hover{color:#d4551d}.product-offers__link:hover .product-offers__arrow{transform:translate(4px)}.product-offers__arrow{transition:transform .25s ease}.product-offers__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-offers__overlay.is-active{opacity:1;visibility:visible}.product-offers__popup{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100vh;background:#fff;z-index:1000;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a}.product-offers__popup.is-active{transform:translate(0)}.product-offers__popup-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.product-offers__popup-title{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:20px;color:#000;margin:0}.product-offers__popup-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .25s ease}.product-offers__popup-close:hover{background:#0000000d}.product-offers__popup-close svg{width:24px;height:24px;color:#000}.product-offers__popup-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.product-offers__popup-footer{padding:16px 24px;border-top:1px solid rgba(0,0,0,.1);background:#f8f8f8;flex-shrink:0}.product-offers__popup-note{display:flex;align-items:center;gap:8px;font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:13px;color:#0009;margin:0}.product-offers__popup-note svg{flex-shrink:0;width:16px;height:16px;color:#0006}.product-offers__card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:20px;transition:all .25s ease}.product-offers__card:hover{border-color:#ea6329;box-shadow:0 4px 20px #ea63291a}.product-offers__card-header{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.product-offers__card-badge{display:inline-flex;align-items:center;align-self:flex-start;padding:4px 10px;background:#ea6329;color:#fff;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:12px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.product-offers__card-title{font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:16px;color:#000;margin:0;line-height:1.4}.product-offers__card-description{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:14px;color:#000000b3;margin:0 0 16px;line-height:1.5}.product-offers__card-code{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#f8f8f8;border:1px dashed rgba(0,0,0,.2);border-radius:8px;margin-bottom:12px}.product-offers__code-box{display:flex;flex-direction:column;gap:2px}.product-offers__code-label{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:11px;color:#00000080;text-transform:uppercase;letter-spacing:.5px}.product-offers__code-value{font-family:Oakes Grotesk,sans-serif;font-weight:700;font-size:18px;color:#000;letter-spacing:1px}.product-offers__copy-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#000;color:#fff;border:none;border-radius:6px;font-family:Oakes Grotesk,sans-serif;font-weight:600;font-size:13px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.product-offers__copy-btn:hover{background:#333}.product-offers__copy-btn.is-copied{background:#28a745}.product-offers__copy-btn svg{width:16px;height:16px}.product-offers__card-terms{margin-top:8px}.product-offers__card-terms summary{font-family:Oakes Grotesk,sans-serif;font-weight:500;font-size:13px;color:#0009;cursor:pointer;list-style:none;display:flex;align-items:center;gap:4px}.product-offers__card-terms summary::-webkit-details-marker{display:none}.product-offers__card-terms summary:before{content:"+";font-size:14px;font-weight:600;width:16px;text-align:center}.product-offers__card-terms[open] summary:before{content:"\2212"}.product-offers__terms-content{padding:12px 0 0 20px;font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:12px;color:#0009;line-height:1.6}.product-offers__card-expiry{display:flex;align-items:center;gap:6px;font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:12px;color:#00000080;margin:12px 0 0}.product-offers__card-expiry svg{width:14px;height:14px;color:#0006}@media screen and (max-width:749px){.product-offers__trigger{padding:14px;gap:10px}.product-offers__icon{width:36px;height:36px}.product-offers__icon svg{width:20px;height:20px}.product-offers__label{font-size:14px}.product-offers__link{font-size:13px}.product-offers__popup{max-width:100%}.product-offers__popup-header{padding:16px 20px}.product-offers__popup-title{font-size:18px}.product-offers__popup-content{padding:20px;gap:14px}.product-offers__card{padding:16px}.product-offers__card-code{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.product-offers__copy-btn{width:100%;justify-content:center;padding:12px 16px}.product-offers__popup-footer{padding:14px 20px}}body.offers-popup-open{overflow:hidden}.product-offers__empty{text-align:center;padding:40px 20px}.product-offers__empty p{font-family:Oakes Grotesk,sans-serif;font-weight:400;font-size:16px;color:#00000080;margin:0}
/*# sourceMappingURL=/cdn/shop/t/27/assets/product-offers.css.map */
