@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary-color: #E5C07B;--bg-color: #0A0F1E;--text-color: #f0f0f0;--glass-bg: rgba(10, 15, 30, .6)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;line-height:1.6}.app-container{width:100%}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:all .4s ease;background:transparent}.navbar.scrolled{background:#0a0f1ed9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px #00000080;padding:1rem 3rem}.nav-brand img{height:40px}.nav-brand h1{font-size:1.5rem;font-weight:800;color:var(--primary-color);letter-spacing:1px}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links li a{text-decoration:none;color:#fff;font-weight:400;font-size:1.15rem;transition:color .3s ease;text-shadow:1px 1px 5px rgba(0,0,0,.8)}.nav-links li a:hover{background:linear-gradient(135deg,#f27022,#faa722);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:none}.nav-actions{display:flex;align-items:center;gap:1.5rem}.cart-icon{color:#fff;background:none;border:none;cursor:pointer;position:relative;transition:all .3s ease;padding:0;display:flex;align-items:center}.cart-icon:hover{color:#faa722;transform:scale(1.1)}.cart-badge{position:absolute;top:-8px;right:-10px;background:linear-gradient(135deg,#f27022,#faa722);color:#fff;font-size:.65rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #f2702266;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}.nav-btn{padding:.6rem 1.5rem;font-size:.95rem}.hero-container{position:relative;height:300vh;background-color:#000}.hero-sticky{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-canvas{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000d9,#0000 65%),linear-gradient(to bottom,#000000b3,#0000 20%);z-index:2;pointer-events:none}.hero-content{position:absolute;top:50%;left:8%;transform:translateY(-50%);z-index:3;text-align:left;pointer-events:auto}.hero-content h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;line-height:1.15;text-shadow:2px 4px 15px rgba(0,0,0,.8);margin-bottom:1.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards .5s}.highlight-text{color:#faa722;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.hero-content p{font-size:clamp(1rem,2vw,1.25rem);color:#fcebb8;max-width:550px;line-height:1.6;text-shadow:1px 2px 8px rgba(0,0,0,.8);margin-bottom:2.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards .8s}.hero-buttons{display:flex;gap:1.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards 1.1s}.primary-btn,.secondary-btn{padding:.8rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif}.primary-btn{background:linear-gradient(135deg,#f27022,#faa722);color:#fff;border:none;box-shadow:0 4px 10px #f2702233}.primary-btn:hover{background:linear-gradient(135deg,#faa722,#f27022);transform:translateY(-3px);box-shadow:0 10px 20px #f2702266}.secondary-btn{background-color:transparent;color:#fff;border:1px solid #fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.secondary-btn:hover{background-color:#ffffff1a;transform:translateY(-3px)}.section-content{max-width:800px;margin:0 auto;text-align:center}.section-content h2{font-size:3.5rem;color:#fff;margin-bottom:1.5rem;font-weight:800;line-height:1.1}.section-content p{font-size:1.15rem;color:#a0a0b0;line-height:1.6}.section-subtitle{display:inline-block;font-size:.95rem;font-weight:700;color:var(--primary-color);letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;position:relative}.section-subtitle:before,.section-subtitle:after{content:"";position:absolute;top:50%;width:30px;height:2px;background:linear-gradient(90deg,#f27022,transparent)}.section-subtitle:before{right:-40px}.section-subtitle:after{left:-40px;transform:rotate(180deg)}.about-section{padding:8rem 5%;background:var(--bg-color);position:relative;overflow:hidden}.about-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content{text-align:left}.about-content h2{font-size:3.5rem;color:#fff;line-height:1.1;font-weight:800;margin-bottom:1.5rem}.about-content p{font-size:1.15rem;color:#9ba0b5;line-height:1.7;margin-bottom:2.5rem}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-item{background:#0f142380;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item:hover{transform:translateY(-5px);background:#f270221a;border-color:#f270224d}.feature-icon{font-size:2rem;margin-bottom:.8rem}.feature-item span{font-size:.95rem;color:#fff;font-weight:600}.about-image-wrapper{position:relative;border-radius:30px;padding:2rem;display:flex;justify-content:center;align-items:center}.about-image-backdrop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(242,112,34,.2) 0%,transparent 70%);filter:blur(40px);z-index:1}.about-image img{width:100%;max-width:450px;position:relative;z-index:2;filter:drop-shadow(0 20px 30px rgba(0,0,0,.5));animation:float 6s ease-in-out infinite}.floating-stat{position:absolute;bottom:10%;right:0;background:linear-gradient(135deg,#1e2337cc,#0f1423f2);border:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;border-radius:20px;z-index:3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 15px 30px #0006}.floating-stat h3{font-size:2.2rem;background:linear-gradient(135deg,#f27022,#faa722);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.2rem}.floating-stat p{color:#fff;font-size:.9rem;font-weight:600}.testimonial-section{padding:8rem 5%;background:#060913;position:relative}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:3.5rem;color:#fff;font-weight:800;line-height:1.1}.testimonial-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.testimonial-card{background:linear-gradient(145deg,#14192880,#0a0f19cc);border:1px solid rgba(255,255,255,.04);padding:3rem;border-radius:24px;position:relative;transition:all .4s ease}.testimonial-card:hover{transform:translateY(-8px);border-color:#f2702233;box-shadow:0 20px 40px #00000080}.quote-mark{position:absolute;top:1rem;right:2rem;font-size:6rem;font-family:serif;color:#f270221a;line-height:1}.testimonial-card p{font-size:1.1rem;color:#e0e0e0;line-height:1.7;margin-bottom:2.5rem;position:relative;z-index:2;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1.5rem}.author-avatar{width:60px;height:60px;background:linear-gradient(135deg,#f27022,#faa722);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 5px 15px #f270224d}.author-info h4{color:#fff;font-size:1.15rem;margin-bottom:.2rem}.author-info span{color:var(--primary-color);font-size:.9rem;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 992px){.about-grid{grid-template-columns:1fr}.about-image-wrapper{margin-top:4rem}.about-content{text-align:center}.about-features{justify-content:center}.testimonial-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about-content h2,.section-header h2,.section-content h2{font-size:2.5rem}.about-features{grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:2rem}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:.7}}@keyframes scrollAnim{0%{top:6px;opacity:1}to{top:18px;opacity:0}}.kicker{display:inline-block;font-size:.9rem;font-weight:600;color:var(--primary-color);letter-spacing:4px;text-transform:uppercase;margin-bottom:1.2rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards .3s}.scroll-indicator{position:absolute;bottom:50px;left:8%;display:flex;align-items:center;gap:12px;color:#fff;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;opacity:0;animation:fadeIn 1s ease forwards 1.5s;z-index:4}.mouse{width:22px;height:34px;border:2px solid rgba(255,255,255,.6);border-radius:12px;position:relative}.mouse:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#fff;border-radius:50%;animation:scrollAnim 1.5s infinite}.floating-badge{position:absolute;bottom:50px;right:5%;background:#0a0f1e66;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(229,192,123,.15);padding:1rem 1.5rem;border-radius:16px;display:flex;align-items:center;gap:15px;z-index:4;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease forwards 1.3s;box-shadow:0 10px 30px #0006}.badge-icon{font-size:1.8rem;background:linear-gradient(135deg,#f27022,#faa722);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.badge-text strong{display:block;color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:2px}.badge-text span{display:block;color:#b0b0b0;font-size:.85rem}@media (max-width: 768px){.navbar{padding:1rem 1.5rem}.navbar.scrolled{padding:.8rem 1.5rem}.nav-links{display:none}.nav-actions{gap:1rem}.nav-btn{padding:.5rem 1rem;font-size:.85rem}.hero-content{left:5%;width:90%}.kicker{font-size:.75rem;margin-bottom:.8rem}.hero-content h1{font-size:2.2rem;line-height:1.2;margin-bottom:1rem}.hero-content p{font-size:.95rem;margin-bottom:1.8rem}.hero-buttons{flex-direction:row;flex-wrap:wrap;gap:1rem}.primary-btn,.secondary-btn{padding:.7rem 1.5rem;font-size:.9rem;width:100%;margin:0}.floating-badge{bottom:20px;right:5%;padding:.7rem 1rem;gap:10px;border-radius:12px}.badge-icon{font-size:1.2rem}.badge-text strong{font-size:.85rem}.badge-text span{font-size:.7rem}.scroll-indicator{display:none}}.products-section{padding:8rem 2rem;background-color:var(--bg-color);position:relative}.products-section:before{content:"";position:absolute;top:-100px;right:0;width:50%;height:600px;background:radial-gradient(circle at 80% 20%,rgba(242,112,34,.05) 0%,transparent 60%);pointer-events:none}.products-section .section-content{max-width:1400px;margin:0 auto;text-align:center;position:relative;z-index:2}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:5rem}.product-card{background:linear-gradient(145deg,#191e2d99,#0a0f19e6);border:1px solid rgba(255,255,255,.03);border-radius:20px;overflow:hidden;transition:all .5s cubic-bezier(.25,.8,.25,1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;flex-direction:column;position:relative;box-shadow:0 15px 35px #0006,inset 0 1px #ffffff1a}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f27022,#faa722);opacity:0;transition:opacity .5s ease}.product-card:hover{transform:translateY(-12px);background:linear-gradient(145deg,#1e2337cc,#0f1423f2);box-shadow:0 25px 50px #0009,0 0 40px #f270221f,inset 0 1px #ffffff26;border-color:#f2702233}.product-card:hover:before{opacity:1}.product-img-container{width:100%;height:280px;position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem;overflow:hidden}.product-img-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background:#faa72226;filter:blur(40px);border-radius:50%;transition:all .5s ease}.product-card:hover .product-img-container:before{width:200px;height:200px;background:#f2702240}.product-img{width:100%;height:100%;object-fit:contain;transition:all .6s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0px 15px 25px rgba(0,0,0,.6));position:relative;z-index:2}.product-card:hover .product-img{transform:scale(1.18) rotate(3deg);filter:drop-shadow(0px 25px 35px rgba(0,0,0,.8)) brightness(1.15)}.product-info{padding:0 2.5rem 2.5rem;display:flex;flex-direction:column;flex-grow:1;text-align:left;z-index:3}.product-info h3{font-size:1.7rem;color:#fff;margin-bottom:.8rem;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 5px rgba(0,0,0,.3)}.product-info p{color:#9ba0b5;font-size:.95rem;line-height:1.6;margin-bottom:2.5rem;flex-grow:1;font-weight:300}.card-buttons{display:flex;gap:1rem;width:100%}.add-cart-btn{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);padding:.8rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex:1}.add-cart-btn:hover{background:#ffffff1a;border-color:#fff3}.add-cart-btn.in-cart{background:#4caf501a;color:#4caf50;border-color:#4caf504d;cursor:default}.enquire-btn{background:linear-gradient(135deg,#f27022,#faa722);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s ease;flex:1.5;text-transform:uppercase;letter-spacing:1px;font-family:Outfit,sans-serif;box-shadow:0 4px 12px #f2702233;position:relative;overflow:hidden;z-index:1}.enquire-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#faa722,#f27022);z-index:-1;transition:opacity .3s ease;opacity:0}.enquire-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f2702266}.enquire-btn:hover:before{opacity:1}@media (max-width: 1400px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width: 992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.products-section{padding:5rem 1.5rem}.products-grid{grid-template-columns:1fr;gap:2rem}.product-img-container{height:240px;padding:1.5rem}.product-info{padding:0 1.5rem 1.5rem}}.footer{background-color:#030408;border-top:1px solid rgba(255,255,255,.05);padding:5rem 5% 0;color:#a0a0b0}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand .footer-logo{height:50px;margin-bottom:1.5rem;filter:drop-shadow(0 0 10px rgba(255,255,255,.1))}.footer-brand p{line-height:1.6;max-width:350px}.footer h4{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;font-weight:600;letter-spacing:1px}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#a0a0b0;text-decoration:none;transition:all .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--primary-color);padding-left:5px}.footer-contact p{margin-bottom:.8rem;font-size:.95rem}.footer-contact a{color:#a0a0b0;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:var(--primary-color)}.footer-bottom{max-width:1400px;margin:0 auto;padding:2rem 0;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.copyright{font-size:.9rem}.developer-credit{display:flex;align-items:center;gap:8px;font-size:.9rem}.webricon-link{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;transition:color .3s ease}.webricon-logo{height:20px;width:auto;transition:transform .3s ease}.webricon-link:hover{color:var(--primary-color)}.webricon-link:hover .webricon-logo{transform:scale(1.1)}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeOverlay .3s ease}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.checkout-container{background:linear-gradient(145deg,#121626f7,#0a0e1cfc);border:1px solid rgba(255,255,255,.06);border-radius:28px;width:100%;max-width:950px;max-height:90vh;overflow-y:auto;display:flex;position:relative;box-shadow:0 30px 80px #000c,0 0 60px #f270220d;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.checkout-container::-webkit-scrollbar{width:5px}.checkout-container::-webkit-scrollbar-track{background:transparent}.checkout-container::-webkit-scrollbar-thumb{background:#f270224d;border-radius:10px}.checkout-close{position:absolute;top:1.2rem;right:1.5rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.checkout-close:hover{background:#f2702233;border-color:#f2702266;transform:rotate(90deg)}.cart-summary{width:380px;min-width:320px;flex-shrink:0;background:linear-gradient(160deg,#f270220d,#0a0e1c00 60%);border-right:1px solid rgba(255,255,255,.05);padding:2.5rem 1.5rem;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.cart-items-list{flex-grow:1;overflow-y:auto;margin-bottom:1.5rem;padding-right:5px}.cart-item{display:flex;align-items:center;gap:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:.8rem;margin-bottom:.8rem;position:relative;animation:slideInRight .3s ease forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.cart-item-img{width:50px;height:50px;object-fit:contain}.cart-item-details{flex-grow:1;text-align:left}.cart-item-details h4{font-size:1rem;color:#fff;margin-bottom:.3rem}.cart-item-qty{display:flex;align-items:center;gap:.8rem}.cart-item-qty button{background:#ffffff1a;border:none;color:#fff;width:20px;height:20px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .2s}.cart-item-qty button:hover{background:var(--primary-color);color:#000}.cart-item-qty span{font-size:.85rem;color:var(--primary-color);font-weight:600}.cart-item-remove{background:none;border:none;color:#ffffff4d;cursor:pointer;font-size:.8rem;padding:5px;transition:color .2s}.cart-item-remove:hover{color:#ff4d4d}.cart-empty-msg{color:#9ba0b5;font-style:italic;margin:2rem 0}.cart-tag{display:flex;flex-direction:column;gap:.6rem;width:100%}.cart-tag span{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:#ccc}.checkout-form-panel{flex:1;padding:2.5rem;overflow-y:auto}.form-subtitle{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--primary-color);margin-bottom:.5rem}.form-title{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.checkout-form{display:flex;flex-direction:column;gap:.8rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group label{font-size:.8rem;font-weight:600;color:#a0a0b0;letter-spacing:.5px}.form-group input,.form-group textarea{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.7rem 1rem;color:#fff;font-size:.9rem;font-family:Outfit,sans-serif;transition:all .3s ease;outline:none;resize:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff40}.form-group input:focus,.form-group textarea:focus{border-color:#f2702280;background:#f270220d;box-shadow:0 0 0 3px #f270221a}.form-submit-btn{background:linear-gradient(135deg,#f27022,#faa722);color:#fff;border:none;padding:.9rem 2rem;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;width:100%;letter-spacing:1px;text-transform:uppercase;font-family:Outfit,sans-serif;transition:all .3s ease;box-shadow:0 6px 20px #f2702240;margin-top:.3rem}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #f2702266}.checkout-success{flex:1;padding:5rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.success-icon{font-size:4rem;margin-bottom:1.5rem;animation:popIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.checkout-success h2{font-size:2.2rem;color:#fff;font-weight:800;margin-bottom:1rem}.checkout-success p{font-size:1.05rem;color:#9ba0b5;max-width:380px;line-height:1.6}.checkout-success strong{color:var(--primary-color)}@media (max-width: 768px){.checkout-container{flex-direction:column;border-radius:20px;max-height:95vh}.cart-summary{width:100%;min-width:unset;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);padding:2rem 1.5rem}.cart-product-img{width:120px;height:120px}.checkout-form-panel{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.form-title{font-size:1.5rem}}
