.bundle-pricing{margin-bottom:1.5rem;text-align:center;font-family:var(--bundle-font-family, "Poppins"),sans-serif;border-top:1px solid #b2b2b2;padding-top:1.5rem}.bundle-price-display{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product-info{display:flex;flex-direction:column;flex:1}.product-name{font-size:var(--product_title-font_size);color:var(--product_title-color, #000);font-weight:var(--product_title-font_weight, 700);line-height:1;font-family:var(--bundle-font-family, "Poppins"),sans-serif;letter-spacing:-.01em}.product-subtitle{font-size:var(--subtitle-font_size, 1.25rem);font-weight:var(--subtitle-font_weight, 400);color:#999;line-height:1.3;margin-top:.25rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.price-container{display:flex;align-items:center;gap:1rem;flex-shrink:0}.original-price{font-size:1.2rem;color:#999;text-decoration:line-through;font-weight:400;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.bundle-price{font-size:1.6rem;font-weight:700;color:#000;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.gratis-extras-section{margin-bottom:2rem;padding:0;border-top:1px solid #e9ecef;padding-top:1rem}.gratis-extras-title{font-size:var(--product_title-font_size, 1.1rem);color:var(--product_title-color, #000);font-weight:var(--product_title-font_weight, 500);text-align:center;margin-bottom:1rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.gratis-extras-list{display:flex;flex-direction:column}.gratis-extra-item{display:flex;flex-direction:column;padding:.75rem 0}.gratis-extra-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;line-height:1.1}.gratis-extra-name{font-size:var(--product_title-font_size);color:var(--product_title-color, #000);font-weight:var(--product_title-font_weight, 700);flex:1;line-height:1;font-family:var(--bundle-font-family, "Poppins"),sans-serif;letter-spacing:-.01em}.gratis-extra-price{display:flex;justify-content:end;align-items:center;gap:.5rem;flex-shrink:0}.gratis-extra-subtext{font-size:var(--subtitle-font_size, 1.25rem);font-weight:var(--subtitle-font_weight, 400);color:#999990;line-height:1.3;max-width:75%;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.strikethrough-price{font-size:1.1rem;color:#999;text-decoration:line-through;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.gratis-label{font-size:var(--product_title-font_size);color:var(--product_title-color, #000);font-weight:var(--product_title-font_weight, 700);font-family:var(--bundle-font-family, "Poppins"),sans-serif}.price-summary{padding:1rem 0;border-top:1px solid #e9ecef}.price-summary-row{display:flex;justify-content:space-between;align-items:center}.price-summary-row:last-child{margin-bottom:0}.price-label{font-weight:700;color:#333;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.price-value.discount{font-weight:700;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.price-value-container{display:flex;align-items:center;gap:.5rem}.original-total{color:#999;text-decoration:line-through;font-size:1rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.final-total{font-weight:700;color:#000;font-size:1.6rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.countdown-section{margin:1.5rem 0;text-align:center}.countdown-timer{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.countdown-text-outside,.countdown-text-inside{font-weight:600;margin-bottom:1rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.countdown-display{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto}.countdown-item{display:flex;flex-direction:column;align-items:center;min-width:60px}.countdown-number{font-size:2.5rem;font-weight:700;color:#000;line-height:1;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.countdown-label{font-size:.8rem;color:#666;margin-top:.25rem;text-align:center;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.countdown-separator{font-size:1.5rem;font-weight:700;color:#333;margin:0 .25rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif}.countdown-expired{color:#dc3545;font-weight:700;font-size:1.2rem}.inventory-section{margin:1.5rem 0;text-align:center}.product_inventory{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--bundle-font-family, "Poppins"),sans-serif;font-size:1.25rem;font-weight:500;margin:0;padding:.75rem}.product_inventory svg{flex-shrink:0;width:20px;height:20px;transform:translate(-2px,-2px)}@keyframes pulse{0%{transform:translate(-2px,-2px) scale(1);opacity:1}50%{transform:translate(-2px,-2px) scale(1.1);opacity:.8}to{transform:translate(-2px,-2px) scale(1);opacity:1}}.quantity-and-button-container{display:flex;gap:1rem;align-items:center}.quantity-selector{display:flex;align-items:start;border:1px solid #ddd;border-radius:var(--buttons-radius);overflow:hidden;height:46px;flex-shrink:0}.quantity-button{background:#f8f9fa;border:none;padding:1rem;cursor:pointer;font-size:1rem;font-weight:700;color:#333;transition:background-color .3s ease;height:48px;display:flex;align-items:center;justify-content:center}.quantity-button:hover{background:#e9ecef}.quantity-input{border:none;padding:.75rem;text-align:center;width:40px;font-size:1rem;font-weight:700;height:48px;display:flex;align-items:center;justify-content:center}.quantity-input:focus{outline:none}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.payment-icons-section{margin-top:.5rem;text-align:center}.payment-icons{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;opacity:.8;padding-top:1rem}.payment-icon{width:40px;height:26px;flex-shrink:0}.payment-icon .icon{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.bundle-price-display{flex-direction:row;gap:.5rem;text-align:left}.product-name{flex:1}.price-container{gap:.75rem;flex-shrink:0}.original-price{font-size:1rem}.gratis-extras-section{padding:0;margin-bottom:1.5rem}.gratis-extras-title{font-size:14px;margin-bottom:.5rem;font-weight:200}.gratis-extra-item{padding:.5rem 0}.countdown-timer{padding:1rem}.countdown-text-outside,.countdown-text-inside{margin-bottom:.75rem}.countdown-display{gap:.25rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.countdown-item{min-width:50px}.countdown-number{font-size:2.5rem}.countdown-separator{font-size:1.2rem}.inventory-section{margin:1rem 0}.product_inventory{gap:.4rem}.product_inventory svg{width:16px;height:16px}.quantity-and-button-container{flex-direction:row;gap:.75rem;align-items:start}.quantity-selector{flex-shrink:0}.payment-icons{gap:6px}.payment-icon{width:36px;height:24px}}@media (min-width: 769px) and (max-width: 1024px){.gratis-extras-section{padding:0}.gratis-extra-item{padding:.6rem 0}.countdown-display{gap:.4rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.payment-icons{gap:10px}.payment-icon{width:42px;height:28px}}@media (min-width: 1025px){.bundle-price-display{gap:1.5rem;text-align:left}.price-container{gap:1.5rem}.original-price{font-size:1.4rem}.gratis-extras-section{padding:0}.gratis-extras-title{font-size:1rem}.gratis-extra-item{padding:.75rem 0}.gratis-extra-name{font-size:var(--product_title-font_size)}.gratis-extra-subtext{font-size:var(--subtitle-font_size, 1.25rem)}.countdown-display{gap:.75rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.countdown-item{min-width:70px}.countdown-number{font-size:2.5rem;padding:.6rem;min-width:50px}.payment-icons{gap:8px}.payment-icon{width:36px;height:24px}}.gratis-extras-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.payment-icons:hover{opacity:1;transition:opacity .3s ease}.quantity-button:hover{background:#e9ecef;transition:background-color .3s ease}.gratis-extras-section:focus-within{outline:2px solid #007bff;outline-offset:2px;border-radius:8px}.quantity-input:focus{outline:2px solid #007bff;outline-offset:2px}@media (prefers-contrast: high){.gratis-extras-section{background:#fff;border:2px solid #000}.gratis-extra-item{border:1px solid #000}.gratis-label{color:#000}.countdown-timer{background:#fff;border:2px solid #000}}@media (prefers-reduced-motion: reduce){.gratis-extras-section{animation:none}.payment-icons:hover,.quantity-button:hover{transition:none}}@media print{.gratis-extras-section{background:#fff!important;border:1px solid #000!important}.payment-icons-section,.countdown-section{display:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-buy-buttons.css.map */
