.hdl-new-purchase-section{width:100%;padding-top:var(--hdl-pt, 40px);padding-bottom:var(--hdl-pb, 40px);display:flex;justify-content:center;align-items:center;box-sizing:border-box}.hdl-new-purchase__container{width:100%;max-width:1200px;padding:0 16px;margin:0 auto;display:flex;justify-content:center;box-sizing:border-box}.hdl-new-purchase__card{width:100%;max-width:920px;background:var(--hdl-card-bg, #ffffff);border-radius:10px;outline:2px solid var(--hdl-border-color, #e7ba55);outline-offset:-2px;padding:16px 24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;box-sizing:border-box}.hdl-new-purchase__image-wrapper{width:497px;height:463px;max-height:463px;flex:0 0 497px;position:relative;background:#f1f1f1;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;align-self:center}.hdl-new-purchase__image-wrapper picture,.hdl-new-purchase__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.hdl-new-purchase__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f4f4f4;color:#888}.hdl-new-purchase__image-placeholder svg{width:60px;height:60px;opacity:.5}.hdl-new-purchase__content{flex:1 1 349px;max-width:360px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;box-sizing:border-box}.hdl-new-purchase__header{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}.hdl-new-purchase__title{color:#000;font-size:20px;font-family:Poppins,sans-serif;font-weight:300;line-height:28px;margin:0;word-break:break-word}.hdl-new-purchase__subtitle{color:#000;font-size:14px;font-family:Poppins,sans-serif;font-style:italic;font-weight:400;line-height:20px;margin:0;word-break:break-word}.hdl-new-purchase__description{color:#000;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:20px;margin:0;word-break:break-word}.hdl-new-purchase__products-list{width:100%;display:flex;flex-direction:column;gap:8px}.hdl-new-purchase__product-item{width:100%;display:flex;align-items:center;gap:12px}.hdl-new-purchase__product-img-wrap{width:24px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hdl-new-purchase__product-img{max-width:100%;max-height:56px;object-fit:contain;display:block}.hdl-new-purchase__product-details{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px}.hdl-new-purchase__product-title-group{display:inline;cursor:pointer;transition:opacity .2s ease}.hdl-new-purchase__product-title-group:hover .hdl-new-purchase__product-title{text-decoration:underline;text-underline-offset:2px}.hdl-new-purchase__product-title-group:focus-visible{outline:2px solid #427433;outline-offset:2px;border-radius:4px}.hdl-new-purchase__product-title{color:#000;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.3;margin:0;word-break:break-word}.hdl-new-purchase__info-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;color:#000;cursor:pointer;line-height:1;vertical-align:middle;margin-left:4px;text-decoration:none!important;position:relative;top:-1px}.hdl-new-purchase__info-icon svg{width:14px;height:14px;display:block}.hdl-new-purchase__product-price{color:#000;font-size:14px;font-family:Poppins,sans-serif;font-weight:500;line-height:1.3;white-space:nowrap;margin:0}.hdl-new-purchase__pricing{width:100%;display:flex;align-items:baseline;gap:12px}.hdl-new-purchase__compare-price{color:#000;font-size:18px;font-family:Poppins,sans-serif;font-weight:400;text-decoration:line-through;line-height:1.2}.hdl-new-purchase__discounted-price{color:#427433;font-size:18px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.2}.hdl-new-purchase__freebie{width:100%;padding:6px 16px;background:linear-gradient(132deg,#e7ba55,#f4d88c 21%,#fff5ce 38%,#f4d88c 77%,#e7ba55);border-radius:10px;display:flex;justify-content:flex-start;align-items:center;gap:16px;box-sizing:border-box}.hdl-new-purchase__freebie-img-wrap{width:73px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hdl-new-purchase__freebie-img{max-width:73px;max-height:52px;object-fit:contain;display:block}.hdl-new-purchase__freebie-text{flex:1;color:#000;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;line-height:20px;margin:0;word-break:break-word}.hdl-new-purchase__cta-wrap{width:100%}.hdl-new-purchase__btn{width:100%;padding:14px 32px;background:var(--hdl-btn-bg, #427433);color:var(--hdl-btn-text, #ffffff);border-radius:999px;border:none;font-size:14px;font-family:Poppins,sans-serif;font-weight:500;line-height:1.2;cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s ease,transform .1s ease;box-sizing:border-box}.hdl-new-purchase__btn:hover{opacity:.92}.hdl-new-purchase__btn:active{transform:scale(.99)}.hdl-new-purchase__btn.loading{position:relative;pointer-events:none;opacity:.85}.hdl-new-purchase__btn.loading .hdl-new-purchase__btn-text{display:none!important}.hdl-new-purchase__btn .loading-overlay__spinner{display:none;align-items:center;justify-content:center}.hdl-new-purchase__btn.loading .loading-overlay__spinner{display:inline-flex!important;margin:0 auto}.hdl-new-purchase__btn .spinner{animation:hdl-rotator 1.4s linear infinite}@keyframes hdl-rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.hdl-new-purchase__btn .path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:var(--hdl-btn-text, #ffffff);animation:hdl-dash 1.4s ease-in-out infinite}@keyframes hdl-dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}.hdl-new-purchase__error-message{width:100%;color:#d02e2e;font-size:13px;font-family:Poppins,sans-serif;margin-top:6px;text-align:center}@media screen and (max-width:920px){.hdl-new-purchase__card{gap:16px;padding:16px}.hdl-new-purchase__image-wrapper{width:440px;height:auto;flex:0 0 440px}}@media screen and (max-width:768px){.hdl-new-purchase-section{padding-top:var(--hdl-pt-m, 24px);padding-bottom:var(--hdl-pb-m, 24px)}.hdl-new-purchase__container{padding:0 12px}.hdl-new-purchase__card{flex-direction:column;padding:16px;border-radius:12px;gap:16px;max-width:100%}.hdl-new-purchase__image-wrapper{width:100%;height:auto;flex:0 0 auto;border-radius:8px}.hdl-new-purchase__content{width:100%;max-width:100%;flex:1 1 auto;gap:16px}.hdl-new-purchase__title{font-size:18px;line-height:26px}.hdl-new-purchase__subtitle{font-size:14px;line-height:18px}.hdl-new-purchase__description{font-size:14px;font-weight:300;line-height:17px}.hdl-new-purchase__product-item{gap:12px}.hdl-new-purchase__product-title{font-size:14px}.hdl-new-purchase__product-price{font-size:12px;font-weight:300;line-height:17px}.hdl-new-purchase__compare-price{font-size:14px;font-weight:400;line-height:17px}.hdl-new-purchase__discounted-price{font-size:14px;font-weight:400;line-height:21px}.hdl-new-purchase__freebie{padding:4px 16px;gap:16px}.hdl-new-purchase__freebie-img-wrap{width:66px;height:48px}.hdl-new-purchase__freebie-img{max-width:66px;max-height:48px}.hdl-new-purchase__freebie-text{font-size:12px;font-weight:300;line-height:17px}.hdl-new-purchase__btn{padding:12px;font-size:16px;font-weight:400;line-height:20px;border-radius:100px}}.hdl-new-purchase__btn-text{color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/266/assets/hdl-new-purchase-stylesheet.css.map */
