*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;background:#f8f9fa;color:#333;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#root{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:800;color:#2c3e50;cursor:pointer;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo img{height:2rem;width:auto}.tabs-container{display:flex;gap:1rem;align-items:center;flex:1;justify-content:center;max-width:600px;margin:0 2rem}.tabs-container.hidden{display:none}.tab-button{background:transparent;border:2px solid #e9ecef;color:#2c3e50;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:120px;text-align:center}.tab-button:hover{background:#f8f9fa;border-color:#d1d5db;transform:translateY(-2px)}.tab-button:active{transform:translateY(0) scale(.95);background:#e9ecef}.tab-button.active{background:#2c3e50;color:#fff;border-color:#2c3e50;box-shadow:0 4px 12px #2c3e5033}.tab-button.active:hover{background:#34495e;border-color:#34495e}.tab-button.active:active{transform:translateY(0) scale(.95);background:#1a252f}.cart-btn{background:#000;color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;position:relative;min-width:120px;justify-content:center}.cart-btn:hover{background:#333;transform:translateY(-2px)}.cart-btn:active{transform:translateY(0) scale(.95);background:#444;box-shadow:0 2px 10px #0000004d}.cart-count{background:#d2691e;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;position:absolute;top:-5px;right:-5px}.main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:0 2rem}.product-grid{padding:2rem 0}.products-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem 0}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-card:active{transform:translateY(-5px);box-shadow:0 15px 30px #0003}.product-card:active .product-image{transform:scale(1.05);opacity:.8}.product-card:after{content:"+";position:absolute;bottom:20px;right:20px;width:50px;height:50px;background:#000;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;z-index:10;pointer-events:none}.product-card:active:after{transform:scale(.9);background:#333}.product-image{width:100%;height:300px;object-fit:cover;object-position:center;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem}.product-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;line-height:1.3}.product-price{font-size:1.5rem;font-weight:700;color:#8b4513;margin-bottom:1rem}.product-description{color:#7f8c8d;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.product-detail{padding:2rem 0}.detail-header{margin-bottom:2rem}.back-btn{background:#f8f9fa;border:2px solid #e9ecef;padding:1rem 2rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:1rem;font-weight:600;color:#2c3e50;transition:all .3s ease}.back-btn:hover{background:#e9ecef;transform:translate(-5px)}.back-btn:active{transform:translate(-3px) scale(.95);background:#d1d5db;box-shadow:0 2px 8px #00000026}.detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.detail-images{position:sticky;top:120px}.detail-main-image{width:100%;height:500px;object-fit:cover;border-radius:20px;margin-bottom:1rem;cursor:pointer;transition:transform .3s ease}.detail-main-image:hover{transform:scale(1.02)}.detail-info{padding:1rem 0}.detail-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.detail-price{font-size:2.5rem;font-weight:700;color:#8b4513;margin-bottom:2rem}.detail-description{color:#2c3e50;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #D2691E;font-weight:400}.detail-description p{margin:0 0 1rem}.detail-description p:last-child{margin-bottom:0}.image-gallery{position:relative}.main-image-container{position:relative;margin-bottom:1rem}.image-navigation{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.nav-btn{background:#000000b3;color:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn:hover{background:#000000e6;transform:scale(1.1)}.nav-btn:active{transform:scale(.95)}.nav-prev{left:20px}.nav-next{right:20px}.image-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none}.image-thumbnails::-webkit-scrollbar{display:none}.thumbnail-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:3px solid transparent;position:relative}.thumbnail-wrapper:hover{transform:scale(1.05);border-color:#e9ecef}.thumbnail-wrapper:active{transform:scale(.95)}.thumbnail-wrapper.active{border-color:#2c3e50;box-shadow:0 4px 12px #2c3e5033}.thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.thumbnail-wrapper:not(.active) .thumbnail-image{opacity:.8}.thumbnail-wrapper.active .thumbnail-image{opacity:1}.image-indicators{text-align:center;margin-top:1rem;font-size:.9rem;color:#7f8c8d;font-weight:500}.current-image{color:#2c3e50;font-weight:600}.variant-selector,.variant-group{margin-bottom:2rem}.variant-group:last-child{margin-bottom:0}.variant-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.variant-subtitle{font-size:1rem;color:#7f8c8d;margin-left:.5rem}.variant-options{display:flex;gap:1rem;flex-wrap:wrap}.variant-option{background:#f8f9fa;border:2px solid #e9ecef;padding:.8rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;transition:all .3s ease;min-width:100px;text-align:center;font-size:.95rem}.variant-option:hover{background:#e9ecef;border-color:#d1d5db}.variant-option:active{transform:scale(.95);background:#d1d5db;box-shadow:0 2px 8px #00000026}.variant-option.selected{background:#000;color:#fff;border-color:#000;box-shadow:0 4px 12px #0003}.variant-option.selected:active{transform:scale(.98);background:#333}.variant-option.unavailable{background:#f8f9fa;color:#9ca3af;border-color:#f3f4f6;cursor:not-allowed;opacity:.6;position:relative}.variant-option.unavailable:hover{background:#f8f9fa;border-color:#f3f4f6;transform:none}.variant-option.unavailable:after{content:"";position:absolute;top:50%;left:50%;width:1px;height:60%;background:#e5e7eb;transform:translate(-50%,-50%) rotate(45deg);z-index:1}.quantity-selector{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:1px solid #e9ecef}.quantity-label{font-size:1.2rem;font-weight:600;color:#2c3e50}.quantity-controls{display:flex;align-items:center;gap:1rem}.quantity-btn{width:40px;height:40px;border:2px solid #e9ecef;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;color:#2c3e50;transition:all .3s ease}.quantity-btn:hover{background:#e9ecef;border-color:#d1d5db}.quantity-btn:active{transform:scale(.9);background:#d1d5db}.quantity-value{font-size:1.2rem;font-weight:600;color:#2c3e50;min-width:30px;text-align:center}.purchase-options{margin-bottom:2rem}.purchase-option-card{background:#fff;border:2px solid #e9ecef;border-radius:15px;padding:1.5rem;margin-bottom:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:flex-start;gap:1rem}.purchase-option-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.purchase-option-card:active{transform:scale(.98)}.purchase-option-card.selected{border-color:#2c3e50;box-shadow:0 4px 12px #2c3e501a}.purchase-option-radio{flex-shrink:0;margin-top:.2rem}.radio-circle{width:24px;height:24px;border:2px solid #e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.purchase-option-card.selected .radio-circle{border-color:#2c3e50;background:#2c3e50}.radio-dot{width:8px;height:8px;border-radius:50%;background:transparent;transition:all .3s ease}.purchase-option-card.selected .radio-dot{background:#fff}.purchase-option-content{flex:1}.purchase-option-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.purchase-option-title{font-size:1.1rem;font-weight:600;color:#2c3e50}.save-badge{background:#2c3e50;color:#fff;padding:.25rem .5rem;border-radius:8px;font-size:.8rem;font-weight:600}.purchase-option-price{font-size:1.3rem;font-weight:700;color:#2c3e50}.purchase-option-pricing{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.subscription-price{font-size:1.3rem;font-weight:700;color:#2c3e50}.original-price{font-size:1.1rem;color:#7f8c8d;text-decoration:line-through}.delivery-frequency{margin-top:1rem}.frequency-selector{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;color:#2c3e50;cursor:pointer;width:100%;transition:all .3s ease}.frequency-selector:hover{background:#e9ecef;border-color:#d1d5db}.frequency-selector:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.add-to-cart-btn{background:#000;color:#fff;border:none;padding:1.5rem 3rem;border-radius:50px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.add-to-cart-btn:hover{background:#333;transform:translateY(-2px)}.add-to-cart-btn:active{transform:translateY(0);box-shadow:0 2px 10px #0000004d;background:#444}.add-to-cart-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s}.add-to-cart-btn:active:before{width:300px;height:300px}.cart-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;justify-content:center;align-items:center}.cart-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;cursor:pointer}.cart-content{background:#fff;border-radius:20px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative;z-index:1;display:flex;flex-direction:column}.cart-header{padding:2rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-header h3{font-size:1.5rem;font-weight:700;color:#2c3e50}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#7f8c8d;padding:.5rem;line-height:1}.cart-items{padding:2rem;flex:1;min-height:0}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f8f9fa;position:relative}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;object-fit:cover;object-position:center;border-radius:10px;flex-shrink:0}.cart-item-info{flex:1}.cart-item-title{font-weight:600;color:#2c3e50;margin-bottom:.5rem}.cart-item-variant{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem}.cart-item-plan{color:#8b4513;font-size:.9rem;font-weight:600}.cart-item-price{font-weight:700;color:#2c3e50;font-size:1.1rem}.cart-item-remove{background:#e74c3c;color:#fff;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;margin-left:.5rem}.cart-item-remove:hover{background:#c0392b;transform:scale(1.05)}.cart-item-remove:active{transform:scale(.95);background:#a93226}.cart-footer{padding:2rem;border-top:1px solid #e9ecef;background:#f8f9fa;flex-shrink:0}.cart-total{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-align:center}.checkout-url-section{margin-top:1rem}.checkout-url-section h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.qr-code-container{display:flex;justify-content:center;align-items:center;padding:1rem;background:#fff;border-radius:12px;border:2px solid #e9ecef;margin-bottom:1rem;min-height:220px}.qr-code-container svg{max-width:200px;max-height:200px;width:100%;height:auto}.qr-branding{text-align:center;font-size:.7rem;color:#9ca3af;font-weight:400;letter-spacing:.025em;margin-top:.5rem;margin-bottom:.5rem}.checkout-url-display{display:flex;gap:.5rem;margin-bottom:1rem}.checkout-url-input{flex:1;padding:.75rem;border:1px solid #e9ecef;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;color:#2c3e50;background:#f8f9fa}.copy-url-btn{padding:.75rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;transition:background .3s ease}.copy-url-btn:hover{background:#5a6268}.copy-url-btn:active{transform:scale(.95)}.checkout-actions{display:flex;gap:.5rem}.open-checkout-btn{flex:1;padding:1rem;background:#d2691e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.open-checkout-btn:hover{background:peru;transform:translateY(-2px)}.open-checkout-btn:active{transform:translateY(0)}.finish-btn{flex:1;padding:1rem;background:#2c3e50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.finish-btn:hover{background:#34495e;transform:translateY(-2px)}.finish-btn:active{transform:translateY(0)}.inactivity-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.inactivity-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;cursor:pointer}.inactivity-content{background:#fff;border-radius:20px;width:90%;max-width:500px;position:relative;z-index:1;box-shadow:0 20px 50px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.inactivity-header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid #e9ecef}.inactivity-header h3{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0}.inactivity-body{padding:2rem;text-align:center}.inactivity-body p{font-size:1.1rem;color:#7f8c8d;margin:0 0 1rem;line-height:1.5}.inactivity-body p:last-child{margin-bottom:0}.countdown{font-weight:700;color:#e74c3c;font-size:1.2rem}.inactivity-actions{padding:1rem 2rem 2rem;display:flex;gap:1rem}.continue-shopping-btn{flex:1;padding:1rem 2rem;background:#2c3e50;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{background:#34495e;transform:translateY(-2px)}.continue-shopping-btn:active{transform:translateY(0)}.start-over-btn{flex:1;padding:1rem 2rem;background:#e74c3c;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease}.start-over-btn:hover{background:#c0392b;transform:translateY(-2px)}.start-over-btn:active{transform:translateY(0)}.powered-by-footer{background:transparent;padding:1rem 2rem;text-align:center;margin-top:auto;flex-shrink:0}.powered-by-content{font-size:.75rem;color:#9ca3af;font-weight:400;letter-spacing:.025em}.hidden{display:none!important}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#7f8c8d}.loading-spinner{display:flex;justify-content:center;align-items:center;height:200px;opacity:.7}.spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #2c3e50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;animation:pulse 1.5s ease-in-out infinite alternate}.skeleton-image{width:100%;height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:1.5rem}.skeleton-title{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.skeleton-price{height:24px;width:80px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:1rem}.skeleton-description{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.skeleton-description:last-child{width:70%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%{opacity:1}to{opacity:.8}}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header-content{padding:1rem}.main{padding:0 1rem}.products-container{grid-template-columns:1fr;gap:1.5rem}.detail-content{grid-template-columns:1fr;gap:2rem}.detail-title{font-size:2rem}.detail-price{font-size:1.8rem}.variant-options{flex-direction:column}.variant-option{min-width:auto}}@media (max-width: 1024px){.header-content{padding:1.5rem 1rem}.logo{font-size:1.8rem}.cart-btn{padding:.875rem 1.25rem;font-size:.9rem;min-width:100px}.cart-count{width:22px;height:22px;font-size:.75rem}.tabs-container{margin:0 1rem;max-width:500px;gap:.75rem}.tab-button{padding:.6rem 1.2rem;font-size:.9rem;min-width:100px}.products-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:1rem 0}.product-card{border-radius:16px}.product-image{height:280px}.product-info{padding:1.25rem}.product-title{font-size:1.2rem}.product-price{font-size:1.3rem}.detail-content{grid-template-columns:1fr;gap:1.5rem}.detail-images{position:relative;top:auto}.detail-main-image{height:300px;max-height:40vh;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:16px}.detail-title{font-size:2.2rem;line-height:1.1}.detail-price{font-size:2rem}.detail-description{font-size:1rem;margin-bottom:1.5rem}.variant-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem}.variant-option{padding:.75rem 1rem;font-size:.9rem;min-height:44px;display:flex;align-items:center;justify-content:center}.quantity-btn{width:48px;height:48px;font-size:1.4rem}.quantity-controls{gap:1.5rem}.quantity-value{font-size:1.4rem;min-width:40px}.add-to-cart-btn{padding:1.25rem 2rem;font-size:1.1rem;min-height:56px}.back-btn{padding:.875rem 1.5rem;font-size:.95rem;min-height:44px}.cart-content{width:95%;max-width:600px;margin:1rem;border-radius:16px}.cart-header{padding:1.5rem}.cart-header h3{font-size:1.3rem}.cart-items{padding:1.5rem}.cart-item{padding:1rem 0;gap:1rem}.cart-item-image{width:70px;height:70px}.cart-item-title,.cart-item-price{font-size:1rem}.cart-item-remove{min-width:32px;height:32px;padding:.375rem}.cart-footer{padding:1.5rem}.cart-total{font-size:1.3rem}.qr-code-container{padding:1rem;min-height:180px}.qr-code-container svg{max-width:160px;max-height:160px}.checkout-actions{flex-direction:column;gap:.75rem}.open-checkout-btn,.finish-btn{padding:1rem;font-size:1rem;min-height:48px}.inactivity-content{width:95%;max-width:450px;margin:1rem;border-radius:16px}.inactivity-header{padding:1.5rem 1.5rem 1rem}.inactivity-header h3{font-size:1.5rem}.inactivity-body{padding:1.5rem}.inactivity-body p{font-size:1rem}.inactivity-actions{padding:1rem 1.5rem 1.5rem;flex-direction:column;gap:.75rem}.continue-shopping-btn,.start-over-btn{padding:1rem;font-size:1rem;min-height:48px}}@media (max-width: 480px){.header-content{padding:1rem .75rem;flex-wrap:wrap;gap:.75rem}.logo{font-size:1.5rem}.cart-btn{padding:.75rem 1rem;font-size:.85rem;min-width:85px}.tabs-container{order:3;width:100%;margin:0;justify-content:center;gap:.5rem;max-width:none}.tab-button{padding:.5rem 1rem;font-size:.8rem;min-width:80px;flex:1;max-width:120px}.main{padding:0 .75rem}.products-container{grid-template-columns:1fr;gap:1.25rem}.product-card{border-radius:12px}.product-image{height:250px;aspect-ratio:4/3}.product-info{padding:1rem}.detail-main-image{height:280px;max-height:35vh;aspect-ratio:1/1}.detail-title{font-size:1.8rem}.detail-price{font-size:1.6rem}.variant-options{grid-template-columns:1fr;gap:.5rem}.variant-option{padding:.875rem;min-height:48px}.add-to-cart-btn{padding:1rem;font-size:1rem;letter-spacing:.5px}.cart-content{width:100%;height:100%;max-height:100vh;margin:0;border-radius:20px 20px 0 0}.qr-code-container{min-height:140px}.qr-code-container svg{max-width:120px;max-height:120px}.checkout-url-input{font-size:.7rem;padding:.5rem}.copy-url-btn{padding:.5rem .75rem;font-size:.75rem}.inactivity-content{width:100%;margin:1rem;border-radius:16px}.powered-by-footer{padding:.75rem 1rem}.powered-by-content{font-size:.7rem}}@media (hover: none) and (pointer: coarse){.product-card{transform:none;transition:box-shadow .2s ease}.product-card:active{box-shadow:0 8px 25px #00000026;transform:scale(.98)}.variant-option:hover{background:#f8f9fa;border-color:#e9ecef}.variant-option:active{background:#e9ecef;transform:scale(.98)}.cart-btn:hover,.add-to-cart-btn:hover,.back-btn:hover{transform:none}.cart-btn:active,.add-to-cart-btn:active,.back-btn:active{transform:scale(.96)}.product-card:after{width:56px;height:56px;bottom:16px;right:16px;font-size:28px}}@media (max-width: 768px) and (orientation: landscape){.detail-main-image{height:200px;max-height:50vh}.detail-title{font-size:1.6rem}.detail-price{font-size:1.4rem}.cart-content{max-height:80vh}.cart-items{max-height:25vh}.inactivity-content{max-height:70vh}}.check-in-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem}.check-in-content{text-align:center;max-width:500px;width:100%}.check-in-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.check-in-content p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-color);opacity:.8}.qr-code-container{display:flex;justify-content:center;align-items:center;margin:2rem 0;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a}.qr-code-container svg{max-width:300px;max-height:300px;width:100%;height:auto}.qr-branding{margin-top:1rem;opacity:.7}.qr-branding p{font-size:1rem;font-weight:500;margin:0}
