#shipping-info-container{margin-top:16px;width:100%}.shipping-info-wrapper .delivery-info{position:relative;background:var(--delivery-info-bg, #f0f9f4);border:2px solid var(--delivery-info-border, #10b981);border-radius:8px;padding:16px 20px;margin:0;display:flex;align-items:center;gap:16px;transition:all .3s ease}.shipping-info-wrapper .delivery-info:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98126}.shipping-info-wrapper .delivery-info__icon{flex-shrink:0;width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;display:flex;align-items:center;justify-content:center;background:var(--delivery-info-icon-bg, #10b981);border-radius:50%;color:#fff}.shipping-info-wrapper .delivery-info__icon svg{width:28px;height:28px;max-width:28px;max-height:28px;fill:currentColor;flex-shrink:0}.shipping-info-wrapper .delivery-info__content{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.shipping-info-wrapper .delivery-info__title{font-size:16px;font-weight:700;color:var(--delivery-info-title-color, #065f46);margin:0;line-height:1.4;flex:1}.shipping-info-wrapper .delivery-info--express{--delivery-info-bg: #f0f9f4;--delivery-info-border: #10b981;--delivery-info-icon-bg: #10b981;--delivery-info-title-color: #065f46}.shipping-info-wrapper .delivery-info--express:hover{box-shadow:0 4px 12px #10b98126}.shipping-info-wrapper .delivery-info--standard{--delivery-info-bg: #eff6ff;--delivery-info-border: #3b82f6;--delivery-info-icon-bg: #3b82f6;--delivery-info-title-color: #1e40af}.shipping-info-wrapper .delivery-info--standard:hover{box-shadow:0 4px 12px #3b82f626}.delivery-info__more-btn{display:inline-flex;align-items:center;gap:4px;background:#ffffffe6;border:1px solid rgba(0,0,0,.15);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.delivery-info__more-btn:hover{background:#fff;color:#111827;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}#costeReposicionContainer{display:none;margin:16px 0;color:#000;padding:8px;border-radius:8px;border:solid;border-width:2px;text-align:center;width:auto}@media only screen and (max-width: 768px){.shipping-info-wrapper .delivery-info{padding:14px 16px;gap:12px}.shipping-info-wrapper .delivery-info__icon{width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px}.shipping-info-wrapper .delivery-info__icon svg{width:26px;height:26px;max-width:26px;max-height:26px}.shipping-info-wrapper .delivery-info__title{font-size:15px}.delivery-info__more-btn{padding:5px 10px;font-size:11px}}@media only screen and (max-width: 480px){.shipping-info-wrapper .delivery-info{padding:12px 14px;gap:10px}.shipping-info-wrapper .delivery-info__icon{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.shipping-info-wrapper .delivery-info__icon svg{width:22px;height:22px;max-width:22px;max-height:22px}.shipping-info-wrapper .delivery-info__title{font-size:13px}.delivery-info__more-btn{padding:4px 8px;font-size:10px}}#quickContactContainer{display:none;margin-top:8px;animation:fadeIn .2s ease-out}#quickContactContainer.show{display:block}.tooltip-compact{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 4px 12px #00000014}#info-tooltip{color:#4b5563;font-size:13px;line-height:1.5;margin:0 0 12px;text-align:left}.contact-actions-compact{display:flex;gap:8px;justify-content:flex-end}.contact-btn-compact{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:6px;font-weight:600;font-size:13px;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;width:100%}.whatsapp-btn-compact{background:#fff;color:#111827;border:2px solid #111827}.whatsapp-btn-compact:hover{transform:translateY(-2px);background:#f3f4f6;box-shadow:0 2px 8px #0000001a}#shipping-info-svg{fill:#111;width:16px;height:16px;vertical-align:middle}.expressDeliveryContainer{margin-bottom:8px}.expressDeliveryContainer:has(+.outOfStockDeliveryContainer){margin-bottom:0}.outOfStockDeliveryContainer{margin-bottom:8px}.expressDeliveryContainer .color-dot,.expressDeliveryContainer .color-dot--preorder{background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);display:inline-block;margin:0 4px;width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;vertical-align:middle}.outOfStockDeliveryContainer .color-dot--out-of-stock{background:linear-gradient(135deg,#3b82f6,#2563eb,#1d4ed8);display:inline-block;margin:0 4px;width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;vertical-align:middle}#quickContactContainer div{margin-bottom:12px}#expressDeliveryLabel{color:purple;font-size:14px;font-weight:500;margin:0}#outOfStockDeliveryLabel{color:#2563eb;font-size:14px;font-weight:500;margin:0}.variant-options-container{display:grid;grid-template-columns:repeat(4,1fr);width:100%;place-items:start;margin:0}@media only screen and (min-width: 768px){.variant-options-container{grid-template-columns:repeat(5,1fr);gap:12px}}@media only screen and (min-width: 1068px){.variant-options-container{grid-template-columns:repeat(5,1fr);gap:15px}#Product-Drawer .variant-options-container{grid-template-columns:repeat(4,1fr);gap:12px}}#variantLabel{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;min-height:70px;height:auto;border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center;padding:8px 6px;box-sizing:border-box;background:#fff;box-shadow:0 2px 8px #0000000f;position:relative;overflow:visible}#variantLabel:hover{border-color:#333;box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}input[type=radio]:checked+#variantLabel,#variantLabel.variant-selected{border-color:#000!important;background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;box-shadow:0 4px 20px #00000026!important;transform:translateY(-1px)!important}.notSellableWhenOOS{opacity:.6;background:#f8f8f8!important;border-color:#d0d0d0!important;cursor:not-allowed!important}.notSellableWhenOOS:hover{transform:none!important;box-shadow:0 2px 8px #0000000f!important}.variant-item-header{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2px 0;margin-bottom:4px}.variant-size-text{font-weight:700;font-size:14px;text-align:center;color:#333;letter-spacing:.3px;line-height:1.2}.variant-stock-indicator{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;z-index:5}.variant-stock-indicator--out-of-stock{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#3b82f6,#2563eb,#1d4ed8);width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 4px #0003;z-index:5}.variant-price-container{display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:center;gap:2px;padding:0 4px;margin-top:auto}.variant-original-price{text-align:center;text-decoration:line-through;color:#999;font-size:11px;font-weight:500;line-height:1.2}.variant-current-price{text-align:center;font-weight:700;font-size:13px;color:#333;line-height:1.2;word-break:break-word}.variant-current-price--sale{color:#dc2626}.variant-discount-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#dc2626,#ef4444,#f87171);color:#fff;text-align:center;font-weight:700;font-size:8px;padding:2px 6px;border-radius:8px;border:1px solid #ffffff;box-shadow:0 2px 8px #dc26264d,0 1px 3px #0003;z-index:10;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;transform:rotate(-5deg);animation:pulse-badge 2s infinite;max-width:56px;overflow:hidden}@keyframes pulse-badge{0%,to{transform:rotate(-5deg) scale(1)}50%{transform:rotate(-5deg) scale(1.05)}}@media only screen and (max-width: 480px){#variantLabel{min-height:65px;padding:20px 0}.variant-size-text{font-size:13px}.variant-current-price{font-size:12px}.variant-original-price{font-size:10px}.variant-discount-badge{font-size:11px;padding:2px 4px;top:-16px;right:-30px;max-width:60px}}@media only screen and (min-width: 1068px){#variantLabel{min-height:75px;padding:16px 8px}.variant-size-text{font-size:16px}.variant-current-price{font-size:14px}.variant-original-price{font-size:12px}.variant-discount-badge{font-size:9px;padding:3px 7px;top:-14px;right:-14px;max-width:60px}}.no-return-label{font-weight:700;color:red;margin-top:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.shipping-main-content{flex-direction:column;align-items:flex-start;gap:8px}#delivery2To14{font-size:14px;text-align:center;width:100%}#shippingInfoShowMore{align-self:center;font-size:11px;padding:5px 8px}.contact-actions-compact{flex-direction:column;gap:6px;width:100%}.contact-btn-compact{justify-content:center;padding:10px 12px}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/product-options.css.map */
