.cvr-shipping-info{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:14px 16px;margin:0 0 16px;font-size:1.4rem;line-height:1.55}.cvr-shipping-info__title{display:flex;align-items:center;gap:8px;font-weight:600;color:#9a3412;margin-bottom:6px}.cvr-shipping-info__title svg{width:20px;height:20px;flex-shrink:0}.cvr-shipping-info__bar-wrap{background:#ffedd5;height:8px;border-radius:4px;overflow:hidden;margin:8px 0 6px}.cvr-shipping-info__bar{background:linear-gradient(90deg,#fb923c,#f97316);height:100%;border-radius:4px;transition:width .4s ease}.cvr-shipping-info__msg{color:#7c2d12;font-size:1.25rem}.cvr-shipping-info--free{background:#f0fdf4;border-color:#bbf7d0}.cvr-shipping-info--free .cvr-shipping-info__title,.cvr-shipping-info--free .cvr-shipping-info__msg{color:#166534}.cvr-payment-icons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin:16px 0 8px;padding-top:14px;border-top:1px solid #e5e5e5}.cvr-payment-icons__label{width:100%;text-align:center;font-size:1.15rem;color:#6b7280;margin-bottom:4px}.cvr-payment-icons svg{width:38px;height:24px;opacity:.85}.cvr-payment-icons__ghost{font-size:1.2rem;color:#16a34a;text-align:center;width:100%;margin-top:6px}@media screen and (max-width:749px){#main-cart-footer .cart__ctas{position:sticky;bottom:0;left:0;right:0;background:#fff;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0));box-shadow:0 -4px 12px #00000014;z-index:40;margin:16px -1.5rem 0}#main-cart-footer .cart__checkout-button{width:100%;min-height:52px;font-size:1.6rem;font-weight:700}#main-cart-footer{padding-bottom:20px}}.cvr-product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;padding:14px 8px;border:1px solid #e5e5e5;border-radius:12px;background:#fafafa}.cvr-product-assurance__item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font-size:1.15rem;line-height:1.35;color:#374151}.cvr-product-assurance__item svg{width:26px;height:26px;color:#f97316}.cvr-product-assurance__title{font-weight:700;color:#111827;font-size:1.2rem}@media screen and (max-width:480px){.cvr-product-assurance{padding:12px 4px;gap:4px}.cvr-product-assurance__item{font-size:1.05rem}.cvr-product-assurance__title{font-size:1.1rem}}.cvr-zoomable{cursor:zoom-in;transition:transform .15s ease,box-shadow .15s ease}.cvr-zoomable:hover{transform:scale(1.01);box-shadow:0 6px 18px #0000001f}.cvr-zoomable:focus-visible{outline:3px solid #f97316;outline-offset:3px}.cvr-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000d9;display:none;align-items:center;justify-content:center;padding:24px;animation:cvr-lightbox-in .18s ease-out}.cvr-lightbox.is-open{display:flex}.cvr-lightbox__img{max-width:96vw;max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 20px 60px #00000080;cursor:zoom-out}.cvr-lightbox__close{position:absolute;top:12px;right:16px;width:44px;height:44px;border-radius:50%;background:#ffffff26;color:#fff;border:0;font-size:28px;line-height:44px;padding:0;cursor:pointer;z-index:1}.cvr-lightbox__close:hover{background:#ffffff4d}@keyframes cvr-lightbox-in{0%{opacity:0}to{opacity:1}}.cvr-cart-nudge{background:#fefce8;border:1px solid #fde68a;border-radius:12px;padding:16px 18px;margin:14px 0 12px;font-size:1.3rem;line-height:1.6;color:#713f12}.cvr-cart-nudge__ship{font-size:1.5rem;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #fde68a;color:#92400e}.cvr-cart-nudge__ship strong{color:#b45309;font-size:1.8rem}.cvr-cart-nudge__ship--free{color:#166534}.cvr-cart-nudge__ship-check{display:inline-block;margin-right:6px;color:#16a34a;font-weight:900}.cvr-cart-nudge__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 14px}.cvr-cart-nudge__list li{display:flex;align-items:center;gap:8px;font-size:1.25rem;color:#3f3f46}.cvr-cart-nudge__list svg{width:16px;height:16px;color:#16a34a;flex-shrink:0}@media(max-width:640px){.cvr-cart-nudge__list{grid-template-columns:1fr}}.cvr-cart-faq{margin:32px 0 8px;padding-top:24px;border-top:1px solid #e5e7eb}.cvr-cart-faq__heading{font-size:1.6rem;font-weight:700;margin:0 0 14px;text-align:center;color:#1f2937}.cvr-cart-faq__item{border-bottom:1px solid #e5e7eb;padding:4px 0}.cvr-cart-faq__item summary{cursor:pointer;padding:12px 28px 12px 4px;font-size:1.35rem;font-weight:600;color:#374151;list-style:none;position:relative}.cvr-cart-faq__item summary::-webkit-details-marker{display:none}.cvr-cart-faq__item summary:after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:1.6rem;font-weight:400;color:#9ca3af;transition:transform .15s ease}.cvr-cart-faq__item[open] summary:after{content:"\2212";color:#4b5563}.cvr-cart-faq__item summary:hover{color:#111827}.cvr-cart-faq__body{padding:4px 4px 14px;font-size:1.25rem;line-height:1.75;color:#4b5563}.cvr-cart-faq__body a{color:#b45309;text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/27/assets/cvr-improvements.css.map */
