body{margin:0;font-family:sans-serif}label{display:block;margin-top:1rem}button{margin-right:1rem}textarea{width:100%}h1{padding-left:1rem}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#eee}.header-text{text-align:right;max-width:600px;word-wrap:break-word;overflow-wrap:break-word}.header-subinfo{display:flex;flex-direction:column;align-items:flex-end}.nav{display:flex;align-items:center}.nav-link{text-decoration:none;color:inherit;margin-right:6%}.nav-link.active{font-weight:700;border-bottom:1px solid #0070f3}.logo{width:20%;height:auto}.centered-logo{display:block;margin:0 auto 1rem}.form-wrapper{padding:2rem;max-width:600px;margin:auto}.image-preview{margin:1rem 0}.image-preview img{width:100%;max-width:400px;border-radius:8px;box-shadow:0 2px 8px #0003}.modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000040;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-shell{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;width:300px;max-width:90%}.upload-wrapper{background-color:#eee;border-radius:6px;overflow:hidden;margin-top:1rem}.progressBar{height:12px;background-color:#007bff;transition:width .3s ease}.product-filters{padding:1rem;background:#727272}.filter-bar{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem;width:100%}.filter-row{display:flex;flex-direction:column;color:#ececec}.filter-tags{display:flex;flex-wrap:wrap;margin-top:.35rem}.filter-tag{padding:.2rem .7rem;border-radius:999px;border:1px solid #ccc;background-color:#f2f2f2;cursor:pointer;font-size:.85rem;transition:all .2s ease}.filter-tag:hover{background-color:#e6e6e6}.filter-tag.active{background-color:#0070f3;color:#fff;border-color:#fff}.product-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.product-card-preview{width:100%;height:auto;border-radius:4px;object-fit:cover;border:1px solid rgb(215,215,215)}.product-card{position:relative;border:1px solid #ddd;border-radius:8px;padding:1rem;max-width:260px}.product-card:hover{box-shadow:0 2px 8px #0000004d}.product-card img{width:100%;border-radius:4px;border:1px solid rgb(215,215,215)}.is-in-cart{opacity:.7}.in-cart-productBadge{position:absolute;top:10px;right:10px;background-color:#ffc107;color:#000;padding:4px 8px;font-size:.75rem;border-radius:4px;font-weight:700}.product-detail-container{display:flex;justify-content:space-between;gap:2rem;padding:2rem;flex-wrap:wrap}.product-detail-container>div{flex:1;min-width:300px;max-width:48%}.product-detail-container img,.product-detail-container video{width:100%}.price{font-size:1.25rem;font-weight:700}.detail-button{background-color:#0a66c2;color:#fff;border:none;padding:.75rem 1.25rem;font-size:1rem;border-radius:4px;cursor:pointer}.detail-button:hover{background-color:#004a99}.thumbnail-row{display:flex;gap:10px;margin-top:1rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;cursor:pointer;overflow:hidden;border:2px solid transparent;border-radius:4px;transition:border .2s}.thumbnail.selected{opacity:.5}.thumbnail:hover{border-color:#0a66c2}.thumbnail img,.thumbnail video{width:100%;height:100%;object-fit:cover}.more-like-this{padding:40px 28px}.more-like-this-header{margin-bottom:18px}.related-product-scroll{display:flex;gap:18px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory}.related-product-card{min-width:180px;max-width:180px;text-decoration:none;color:inherit;scroll-snap-align:start}.related-product-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:10px;display:block}.related-product-info h3{font-size:1rem;margin:10px 0 4px}.related-product-info p{margin:0;font-weight:700}.cart-empty-message{text-align:center;color:#999;font-style:italic;padding:2rem 1rem}.cart-item{margin-bottom:1.5rem;padding:1rem;border:1px solid #ccc;border-radius:6px}.cart-item img{width:100%;border-radius:4px;border:1px solid rgb(215,215,215)}.cart-quantity{padding-right:10px}.remove-btn{margin-top:1rem;color:red;cursor:pointer}.cart-drawer{position:fixed;top:0;right:0;width:25.5%;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0000004d;z-index:1000;padding:1rem;overflow-y:auto}.cart-header{border-bottom:1px solid #000;margin-bottom:1rem;padding-bottom:1rem}.cart-close{float:right;border:none;font-size:1.25rem;cursor:pointer;background-color:#cfcccc;border-radius:50%;padding:10px;aspect-ratio:2.25}.cart-summary{font-size:.85rem;color:#777;margin:1rem;line-height:1.1rem}.detail-cart-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.quantity-added,.cart-widget-label{font-weight:700}.wizard-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;margin-top:15px;width:100%;background:linear-gradient(to right,#0b7620,#25a244);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:999px;box-shadow:0 2px 6px #00000026;cursor:pointer;transition:all .25s ease}.wizard-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.checkout-form{padding:1rem;border:1px solid #ccc;border-radius:8px;background-color:#f9f9f9}.card-field-wrapper{padding:.5rem;border:1px solid #ccc;border-radius:4px;margin-bottom:1rem}.card-info-row{display:flex;gap:1rem;margin-bottom:1rem}.flex-col{flex:1}.checkout-button{width:100%;padding:.75rem;background-color:#0070f3;color:#fff;font-weight:700;border:none;border-radius:4px;cursor:pointer}.checkout-error{color:red;margin-top:1rem}.checkout-note{margin-top:1.5rem;font-size:.85rem;color:#555}.checkout-container{margin:1rem}.checkout-empty{padding:2rem}.checkout-card{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #ccc;padding-bottom:1rem}.checkout-card img{width:120px;border-radius:6px;border:1px solid #eaeaea}.checkout-card h4{margin:0 0 .5rem}.checkout-input{width:100%;padding:.5rem;font-size:16px;border:1px solid #ccc;border-radius:4px;background-color:#fff;box-sizing:border-box;margin-bottom:1rem}.checkout-summary{font-size:.85rem;color:#777;margin-top:1rem}.checkout-heading{font-size:1rem;margin-bottom:1rem}.review-order-grid{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;padding:.5rem 0;scroll-snap-type:x mandatory}.review-card{min-width:120px;max-width:120px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.4rem;font-size:.7rem;scroll-snap-align:start;display:flex;flex-direction:column}.review-thumb{width:100%;border-radius:4px;margin-bottom:.3rem}.review-title{font-size:.75rem;margin:0 0 .3rem}.review-line{margin:0 0 .25rem}.review-video{width:100%;border-radius:4px;margin:.2rem 0}.review-actions{display:flex;gap:.25rem;margin-top:auto}.review-actions button{width:26px;height:26px;border-radius:50%;font-size:.9rem;line-height:1;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.review-name-input{width:100%;font-size:.7rem;padding:.15rem;border:1px solid #bbb;border-radius:4px;margin-bottom:.25rem}.spinner{width:24px;height:24px;border:3px solid #ccc;border-top:3px solid #000;border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.thankyou-wrapper{padding:1rem;max-width:900px;margin:0 auto;font-family:sans-serif}.thankyou-title,.thankyou-subtext{text-align:center}.thankyou-button-row{text-align:center;margin:2rem 0}.thankyou-card{border:1px solid #ddd;border-radius:8px;padding:1rem;margin-bottom:2rem;background-color:#fafafa}.thankyou-card-middle{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.thankyou-card-middle img{flex-shrink:0}.download-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.thankyou-download-link{display:inline-block;margin-top:1rem;margin-right:1rem;padding:.5rem 1rem;background-color:#13854c;color:#fff;border-radius:4px;text-decoration:none}.thankyou-preview{max-width:140px;height:auto;aspect-ratio:auto;object-fit:contain;filter:contrast(.95) saturate(.9) brightness(1.02);border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 5px #0000001a}.footer{width:100%;background:#f0f0f0;padding:1rem 0;text-align:center;font-size:.9rem;box-shadow:0 1px 5px #0006;margin-top:20px}@media (max-width: 600px){body.no-scroll{overflow:hidden;position:fixed;width:100%}.logo{width:40%;height:auto}.header{flex-direction:column;align-items:center;text-align:center}.header-subinfo{display:flex;flex-direction:row;justify-content:center;gap:1rem}.cart-widget-label{display:none}.cart-underlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000a6}.cart-drawer{inset:auto 0 0 0;height:95%;width:100%;box-sizing:border-box;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;display:flex;flex-direction:column}.cart-drawer.opening{animation:slideUp .3s ease-out forwards}.cart-drawer.closing{animation:slideDown .3s ease-out forwards}.cart-summary{display:none}.cart-header{position:sticky;top:0;background:#fff;z-index:2}.cart-scrollable-area{flex:1;overflow-y:auto;padding:0 1 rem;display:flex;flex-direction:column}.cart-scroll-container{display:flex;gap:1rem;overflow-y:visible;overflow-x:auto;scroll-snap-type:mandatory;padding-bottom:1rem}.cart-item{flex:0 0 100%;max-width:180px;height:410px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-main{flex:1}.section-inner{width:min(1200px,92%);margin:0 auto}.section-inner.narrow{width:min(850px,92%)}.section-inner.center{text-align:center}.section-label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;opacity:.8}.hero-banner{position:relative;min-height:82vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0000008c)}.hero-content{position:relative;z-index:2;width:min(900px,92%);text-align:center;color:#fff;padding:3rem 1rem}.hero-kicker{font-size:1rem;margin-bottom:1rem;letter-spacing:.06em;text-transform:uppercase}.hero-content h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.05;margin-bottom:1rem}.hero-subtext{font-size:clamp(1rem,2vw,1.25rem);max-width:760px;margin:0 auto 2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-btn{display:inline-block;padding:.95rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;transition:.25s ease}.hero-btn.primary{background:#fff;color:#111}.hero-btn.primary:hover{transform:translateY(-2px)}.hero-btn.secondary{border:1px solid rgba(255,255,255,.85);color:#fff;background:#ffffff14}.hero-btn.secondary:hover{background:#ffffff29}.intro-section,.info-grid-section,.why-section,.featured-section,.bottom-cta{padding:5rem 0}.intro-section{text-align:center}.intro-section h2,.why-section h2,.featured-header h2,.bottom-cta h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.section-text{font-size:1.08rem;line-height:1.7;color:#444}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.info-card{background:#f7f7f7;border-radius:18px;padding:2rem;box-shadow:0 4px 18px #0000000d}.info-card h3{margin-bottom:.75rem;font-size:1.3rem}.info-card p{line-height:1.65;color:#444}.why-section{background:#fafafa}.why-list{margin-top:1.5rem;padding-left:1.25rem;line-height:1.9;color:#333}.featured-header{text-align:center;margin-bottom:2rem}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.featured-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 6px 24px #00000014}.featured-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.featured-body{padding:1.25rem}.featured-body h3{margin-bottom:.35rem}.featured-price{font-weight:700;margin-bottom:.75rem}.featured-body p{line-height:1.6;color:#444}.featured-link{display:inline-block;margin-top:1rem;text-decoration:none;font-weight:600}.bottom-cta{text-align:center;background:#111;color:#fff}.bottom-cta p{margin:1rem 0 2rem;color:#ffffffd9;line-height:1.7}footer{margin-top:auto}@media (max-width: 900px){.info-grid,.featured-grid{grid-template-columns:1fr}.intro-section,.info-grid-section,.why-section,.featured-section,.bottom-cta{padding:4rem 0}}
