.product-x-container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:1.5rem 1rem;font-family:Inter,Outfit,sans-serif;color:#333}@media(min-width:768px){.product-x-container{grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 2rem}}.product-x-gallery{position:relative;display:flex;flex-direction:column;gap:1rem}.product-x-main-image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000000d;background:#fcfcfc}.product-x-main-image img{width:100%;height:auto;display:block;transition:transform .3s ease;object-fit:cover}.product-x-main-image:hover img{transform:scale(1.02)}.product-x-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.product-x-thumb{width:75px;height:75px;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:.7;transition:all .2s ease;object-fit:cover;flex-shrink:0}.product-x-thumb:hover,.product-x-thumb.active{border-color:#073b2a;opacity:1}.product-x-info{display:flex;flex-direction:column}.product-x-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;line-height:1.25;color:#111}@media(min-width:768px){.product-x-title{font-size:2.4rem}}.urgency-bar{background:#fff8eb;border:1px solid #ffe3b3;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:.85rem;color:#855900;display:flex;flex-direction:column;gap:.4rem}.urgency-item{display:flex;align-items:center;gap:.5rem}.urgency-pulse{width:8px;height:8px;background-color:#e53e3e;border-radius:50%;box-shadow:0 0 #e53e3e66;animation:pulseDot 1.5s infinite;display:inline-block;flex-shrink:0}@keyframes pulseDot{0%{box-shadow:0 0 #e53e3eb3}70%{box-shadow:0 0 0 8px #e53e3e00}to{box-shadow:0 0 #e53e3e00}}.product-x-price{font-size:2.2rem;font-weight:700;color:#073b2a;margin-bottom:.5rem;line-height:1.1}.shipping-progress-banner{background:#e6f4ea;border:1px solid #ceead6;color:#137333;padding:.65rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.upsell-container{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.upsell-option{border:2px solid #eaeaea;border-radius:8px;padding:.9rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;background:#fff}.upsell-option:hover{border-color:#c9e0d6}.upsell-option.selected{border-color:#073b2a;background:#073b2a08;box-shadow:0 4px 15px #073b2a1a}.upsell-option.selected:before{content:"\2713";position:absolute;top:-10px;right:-10px;background:#073b2a;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.upsell-info{display:flex;flex-direction:column;gap:.2rem;flex:1}.upsell-title{font-weight:600;color:#111;font-size:.95rem;line-height:1.3}.upsell-badge{background:#d42a2a;color:#fff;font-size:.68rem;padding:.15rem .4rem;border-radius:4px;font-weight:700;display:inline-block;width:max-content}.upsell-price-box{text-align:right;white-space:nowrap;flex-shrink:0}.upsell-price{font-weight:700;color:#073b2a;font-size:1.15rem}.upsell-compare{font-size:.82rem;color:#999;text-decoration:line-through;display:block}.product-x-add-to-cart{background:linear-gradient(135deg,#073b2a,#0d5d44);color:#fff;border:none;border-radius:8px;padding:1.25rem;font-size:1.15rem;font-weight:700;cursor:pointer;width:100%;transition:all .3s ease;box-shadow:0 4px 15px #073b2a4d;text-transform:uppercase;letter-spacing:1px;animation:pulseButton 2s infinite}.product-x-add-to-cart:hover{transform:translateY(-2px);box-shadow:0 6px 20px #073b2a66}@keyframes pulseButton{0%{box-shadow:0 0 #073b2a66}70%{box-shadow:0 0 0 10px #073b2a00}to{box-shadow:0 0 #073b2a00}}.trust-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee;text-align:center}.tb-card{display:flex;flex-direction:column;align-items:center;gap:.35rem}.tb-icon{width:36px;height:36px;border-radius:50%;background:#f4f8f6;color:#073b2a;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.tb-text{font-size:.7rem;font-weight:600;color:#444;line-height:1.2}.comparison-section{margin-top:3.5rem;background:#faf8f2;border-radius:12px;padding:2rem 1.5rem;border:1px solid #eae5d8}.comparison-title{text-align:center;font-size:1.4rem;font-weight:700;color:#073b2a;margin-bottom:1.5rem}.comparison-desktop{display:block}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:.85rem .75rem;text-align:center;font-size:.88rem;border-bottom:1px solid #e2dccb}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:600;color:#333;width:40%}.comparison-table th.highlight,.comparison-table td.highlight{background:#073b2a0f;font-weight:700;color:#073b2a}.comparison-mobile{display:none;flex-direction:column;gap:1rem}.comp-card{background:#fff;border:1px solid #e2dccb;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #00000008}.comp-feature{font-weight:700;font-size:.95rem;color:#111;margin-bottom:.75rem;border-bottom:1px solid #eee;padding-bottom:.4rem}.comp-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;padding:.4rem 0}.comp-row.winner{color:#073b2a;font-weight:700;background:#073b2a0a;padding:.5rem .6rem;border-radius:6px;margin-bottom:.3rem}.comp-row.loser{color:#777;padding:.3rem .6rem}@media(max-width:767px){.comparison-desktop{display:none}.comparison-mobile{display:flex}.comparison-section{padding:1.25rem .85rem}}.stats-section{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.stat-bar-item{display:flex;flex-direction:column;gap:.35rem}.stat-label-row{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;color:#222}.stat-progress-bg{height:10px;background:#eaeaea;border-radius:5px;overflow:hidden}.stat-progress-fill{height:100%;background:linear-gradient(90deg,#b59a5a,#073b2a);border-radius:5px}.ugc-section{margin-top:3.5rem}.ugc-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem;margin-top:1.5rem}@media(min-width:768px){.ugc-grid{grid-template-columns:repeat(3,1fr)}}.ugc-card{background:#fff;border:1px solid #eaeaea;border-radius:10px;padding:1.25rem;box-shadow:0 4px 15px #00000008;display:flex;flex-direction:column;gap:.75rem}.ugc-img{width:100%;height:200px;object-fit:cover;border-radius:8px}.ugc-stars{color:#b59a5a;letter-spacing:2px}.ugc-author{font-weight:700;font-size:.9rem;color:#111}.ugc-text{font-size:.85rem;color:#555;line-height:1.5}.sticky-buy-bar{position:fixed;bottom:0;left:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 1rem;box-shadow:0 -4px 20px #0000001f;z-index:990;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-top:1px solid #eaeaea}.sticky-buy-bar.show{transform:translateY(0)}.sticky-product-info{display:flex;align-items:center;gap:.6rem;overflow:hidden}.sticky-img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.sticky-text-box{display:flex;flex-direction:column;overflow:hidden}.sticky-title{font-weight:700;font-size:.85rem;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-price{font-weight:700;color:#073b2a;font-size:.95rem}.sticky-buy-btn{background:#073b2a;color:#fff;border:none;border-radius:6px;padding:.8rem 1.25rem;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.sticky-buy-btn:hover{background:#0a4f38}@media(max-width:767px){.sticky-img{display:none}.sticky-buy-btn{padding:.75rem 1rem;font-size:.85rem}.whatsapp-float{bottom:80px!important;left:15px!important;width:48px!important;height:48px!important}}.cod-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem}.cod-modal-overlay.active{display:flex}.cod-modal-content{background:#fff;width:100%;max-width:480px;border-radius:12px;padding:1.75rem 1.5rem;position:relative;box-shadow:0 20px 40px #00000040;max-height:90vh;overflow-y:auto}.cod-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.cod-modal-close:hover{color:#333}.cod-modal-title{font-size:1.35rem;font-weight:700;color:#111;text-align:center;margin-bottom:.3rem}.cod-modal-subtitle{text-align:center;color:#666;font-size:.88rem;margin-bottom:1.5rem}.cod-form-group{margin-bottom:1.15rem}.cod-form-group label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.4rem;color:#333}.cod-form-group input,.cod-form-group select{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;background:#fcfcfc}.cod-form-group input:focus{outline:none;border-color:#073b2a;box-shadow:0 0 0 2px #073b2a1a}.cod-qty-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;width:max-content}.cod-qty-btn{background:#f5f5f5;border:none;padding:.75rem 1rem;cursor:pointer;font-size:1.1rem;font-weight:700;color:#333}.cod-qty-input{width:55px!important;text-align:center;border:none!important;padding:.75rem 0!important;border-radius:0!important}.cod-submit-btn{background:#073b2a;color:#fff;border:none;border-radius:6px;padding:1.1rem;font-size:1.05rem;font-weight:700;width:100%;cursor:pointer;margin-top:1rem;transition:background .3s ease}.cod-submit-btn:hover{background:#0a4f38}.cod-submit-btn.loading{background:#666;pointer-events:none}.cod-success-message{display:none;text-align:center;padding:2rem 0}.cod-success-message h3{color:#073b2a;margin-bottom:.75rem}.cod-success-message p{color:#555}
/*# sourceMappingURL=/cdn/shop/t/56/assets/product-x.css.map */
