@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600&display=swap";:root{--primary: #F8F6F2;--secondary: #8B6B4A;--accent: #C9A227;--dark: #1E1E1E;--text: #3B3B3B;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--text);background-color:var(--primary);line-height:1.5;overflow-x:hidden}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 5%}h1,h2,h4,h5,h6{font-family:Playfair Display,serif;color:var(--dark)}h3{font-family:Poppins,sans-serif;color:var(--dark)}a{text-decoration:none;color:inherit;transition:color .3s}a:hover{color:var(--secondary)}ul{list-style:none}.glass{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3)}.btn-primary{background-color:var(--secondary);color:var(--white);padding:14px 28px;border-radius:30px;border:none;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:1rem}.btn-primary:hover{background-color:var(--dark);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-secondary{background-color:transparent;color:var(--white);padding:14px 28px;border-radius:30px;border:1px solid var(--white);cursor:pointer;font-weight:500;transition:all .3s ease;font-size:1rem}.btn-secondary:hover{background-color:var(--white);color:var(--dark)}.icon-btn{background:none;border:none;cursor:pointer;color:var(--dark);display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:background-color .3s}.icon-btn:hover{background-color:#0000000d}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 5%;transition:all .3s ease;z-index:1000}.navbar.scrolled{padding:15px 5%;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:none!important;box-shadow:none!important}.nav-links{display:flex;gap:30px}.nav-links a{font-weight:500;font-size:.95rem}.nav-actions{display:flex;align-items:center;gap:15px}.mobile-search-btn{display:none}.floating-cart-btn{position:fixed;bottom:120px;right:40px;width:60px;height:60px;border-radius:50%;background-color:var(--secondary);color:var(--white);border:none;cursor:pointer;box-shadow:0 4px 15px #8b6b4a66;z-index:1100}.hero{min-height:100vh;background-color:#fdfcfc;display:flex;flex-direction:column;align-items:center;padding:100px 0 50px;width:100%}.marquee-wrapper{width:100%;padding:30px 0;margin-bottom:4px;overflow:hidden}.marquee-text{display:inline-block;white-space:nowrap;font-family:Playfair Display,serif;font-size:1.5 rem;font-weight:500;letter-spacing:12px;color:#000;-webkit-text-stroke:1px rgba(139,107,74,.3);animation:marqueeRL 70s linear infinite;will-change:transform}@keyframes marqueeRL{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.section{padding:100px 5%}.bg-light{background-color:var(--white)}.container{max-width:1400px;width:100%;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.2rem;margin-bottom:15px}.section-header p{color:#666;font-size:1rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.category-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000000d;cursor:pointer;transition:all .3s}.cat-img-wrapper{height:300px;overflow:hidden}.cat-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .cat-img-wrapper img{transform:scale(1.08)}.cat-info{padding:20px;display:flex;justify-content:space-between;align-items:center}.cat-info h3{font-size:1.1rem;margin:0}.search-filter-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 10px}.search-bar{display:flex;align-items:center;background:var(--white);padding:12px 20px;border-radius:30px;box-shadow:0 4px 15px #0000000d;flex-grow:1;max-width:500px;border:1px solid rgba(0,0,0,.05)}.search-bar input{border:none;outline:none;background:transparent;padding-left:15px;font-family:Poppins,sans-serif;font-size:1rem;width:100%}.search-icon{color:var(--secondary)}.filter-dropdown{display:flex;align-items:center;gap:10px;background:var(--white);padding:12px 20px;border-radius:30px;box-shadow:0 4px 15px #0000000d;border:1px solid rgba(0,0,0,.05)}.filter-dropdown svg{color:var(--secondary)}.filter-select{border:none;outline:none;background:transparent;font-family:Poppins,sans-serif;font-size:1rem;color:var(--text);cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.product-card{background:transparent;border:1px solid #4e4d4d;border-radius:10px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px)}.product-img-wrapper{position:relative;height:220px;overflow:hidden;border-radius:8px;background:#00000005}.product-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-img-wrapper img{transform:scale(1.05)}.product-badge{position:absolute;top:15px;left:15px;background-color:var(--secondary);color:var(--white);padding:4px 12px;border-radius:4px;font-size:.7rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;z-index:2}.product-info{padding:20px;display:flex;flex-direction:column;flex-grow:1}.product-category{font-size:.75rem;color:#777;text-transform:uppercase;letter-spacing:2px;margin-bottom:6px;font-weight:700}.product-info h3{font-size:1.1rem;margin-bottom:10px;font-weight:700;color:var(--dark)}.product-price-row{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.product-price-row .price{font-size:1rem;font-weight:500;color:var(--dark)}.btn-text{background:transparent;border:none;color:var(--secondary);font-weight:500;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:3px;transition:opacity .3s}.btn-text:hover{opacity:.7}.btn-text:hover{color:var(--dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.feature-card{padding:40px 20px;background:var(--primary);border-radius:16px;transition:transform .3s}.feature-card:hover{transform:translateY(-10px)}.feature-icon{color:var(--secondary);margin-bottom:20px;display:inline-block}.feature-card h3{font-size:1.05rem}.product-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:var(--white);padding:40px;border-radius:20px;box-shadow:0 10px 40px #00000008}.product-image-section{border-radius:12px;overflow:hidden;height:600px}.product-image-section img{width:100%;height:100%;object-fit:cover}.product-info-section{display:flex;flex-direction:column;justify-content:center}.product-title{font-size:2.4rem;margin-bottom:20px;line-height:1.2}.product-price{font-size:1.8rem;font-weight:600;color:var(--accent);margin-bottom:30px}.product-description{font-size:1rem;color:#666;line-height:1.7;margin-bottom:40px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:var(--primary);padding:30px;border-radius:12px}.spec-item{display:flex;flex-direction:column;gap:5px}.spec-label{font-size:.8rem;text-transform:uppercase;color:var(--secondary);font-weight:600;letter-spacing:1px}.spec-value{font-size:.95rem;font-weight:500;color:var(--dark)}.btn-large{padding:18px 36px;font-size:1.1rem;display:flex;justify-content:center;align-items:center}.footer{background-color:var(--dark);color:var(--white);padding:80px 5% 30px}.footer h3,.footer h4{color:var(--white);margin-bottom:20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:60px}.footer ul li{margin-bottom:12px}.footer ul li a{color:#aaa}.footer ul li a:hover{color:var(--accent)}.footer p{color:#aaa;margin-bottom:10px;display:flex;align-items:center;gap:10px}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);color:#777}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:0 4px 15px #25d36666;z-index:1000;display:flex;align-items:center;justify-content:center;animation:floatApp 3s ease-in-out infinite;transition:all .3s}.whatsapp-float:hover{transform:scale(1.1);color:#fff;box-shadow:0 6px 20px #25d36699}.call-float-wrapper{position:fixed;bottom:115px;right:40px;z-index:1000;display:flex;align-items:center;gap:12px}.call-float{width:60px;height:60px;background:linear-gradient(135deg,#1e88e5,#0d47a1);color:#fff;border-radius:50px;text-align:center;box-shadow:0 4px 18px #1e88e573;display:flex;align-items:center;justify-content:center;animation:floatApp 3s ease-in-out infinite .5s;transition:all .3s ease;border:2px solid rgba(255,255,255,.25);text-decoration:none}.call-float:hover{transform:scale(1.1);color:#fff;box-shadow:0 6px 24px #1e88e5a6}@keyframes floatApp{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width: 992px){.product-detail-container{grid-template-columns:1fr}.product-image-section{height:400px}.product-title{font-size:2rem}}@media (max-width: 768px){h1,h2{font-size:1.5rem!important}.nav-links{display:none}.navbar{padding:10px 16px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;background:#fffffff0!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border-bottom:1px solid rgba(168,135,65,.18)!important;box-shadow:0 4px 20px #0000000f!important;transition:all .3s ease!important}.navbar.scrolled{padding:8px 12px!important;background:#fffffff7!important;box-shadow:0 6px 25px #0000001a!important}.nav-brand{position:relative!important;top:0!important;left:0!important;transform:none!important;opacity:1!important;pointer-events:auto!important;margin:0!important;display:flex!important;align-items:center!important;flex-shrink:0!important}.nav-brand img{height:48px!important;max-width:140px!important;object-fit:contain!important;filter:drop-shadow(0px 2px 6px rgba(168,135,65,.15))!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;padding-left:0!important}.nav-ghost{display:none!important}.nav-search-center{display:flex!important;flex-grow:1!important;margin:0!important;min-width:0!important}.nav-search-center>div{padding:4px 4px 4px 10px!important;border-radius:30px!important;height:38px!important}.nav-search-center input{font-size:.8rem!important;padding-left:6px!important}.nav-search-center span{font-size:.78rem!important;left:6px!important}.nav-actions{display:flex!important;align-items:center!important;gap:6px!important;flex-shrink:0!important}.nav-actions .nav-cart-btn{display:none!important}.nav-actions button{width:34px!important;height:34px!important;background:#fffffff2!important;border:1px solid rgba(168,135,65,.28)!important;box-shadow:0 3px 10px #8b6b4a1f!important}.nav-actions button svg{width:16px!important;height:16px!important}.nav-actions button span{width:16px!important;height:16px!important;font-size:.65rem!important;top:-3px!important;right:-3px!important}.section{padding:60px 5%}.section-header h2{font-size:1.8rem;margin-bottom:10px}.hero{padding-top:10!important;padding-bottom:20px!important}.marquee-wrapper{margin-bottom:8px!important;padding:6px 0!important}.category-section-header{margin-top:8px!important;margin-bottom:12px!important}.marquee-text{font-size:.85rem!important;letter-spacing:4px!important}.category-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:15px!important;margin-bottom:30px!important}.category-card-item{border-radius:14px!important;box-shadow:0 4px 15px #00000014!important;border:1px solid rgba(168,135,65,.2)!important}.cat-img-box{height:160px!important}.cat-overlay{padding:14px 12px!important;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 65%,transparent 100%)!important}.cat-title{font-size:1.05rem!important;line-height:1.25!important;text-align:left!important;font-weight:700!important}.cat-explore{display:flex!important;font-size:.78rem!important;margin-top:4px!important}.featured-products-container{margin-top:2px!important;margin-bottom:1px!important}.featured-section-header{margin-bottom:8px!important}.featured-section-header h2{margin-bottom:2px!important}.product-catalogue-section{margin-top:5px!important}.why-choose-section{padding-top:20px!important;padding-bottom:20px!important}.why-choose-section .section-header{margin-bottom:12px!important}.product-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.product-img-wrapper{height:160px}.product-title{font-size:1.1rem}.product-price{font-size:.95rem}.product-detail-container{padding:14px;gap:16px}.product-info-section .product-category{font-size:.65rem!important}.product-info-section .product-title{font-size:1.15rem!important;margin-bottom:8px!important;line-height:1.25!important}.product-info-section .product-price{font-size:1.05rem!important;margin-bottom:12px!important}.product-info-section .product-description{font-size:.78rem!important;line-height:1.45!important;margin-bottom:15px!important}.spec-grid{padding:12px;grid-template-columns:1fr;gap:10px}.spec-label{font-size:.65rem!important}.spec-value{font-size:.75rem!important}.product-detail-container .btn-large{font-size:.85rem!important;padding:10px 20px!important}.product-detail-container .product-qty-val{font-size:.85rem!important}.footer{padding:60px 4% 20px}}.floating-cart-btn{display:none!important}@media (max-width: 768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-float svg{width:28px;height:28px}.call-float-wrapper{bottom:80px!important;right:20px!important}.call-float{width:50px;height:50px}.call-float svg{width:24px!important;height:24px!important}.floating-cart-btn{display:flex!important;position:fixed!important;bottom:140px!important;right:20px!important;width:50px!important;height:50px!important;border-radius:50%!important;background:linear-gradient(135deg,#a88741,#5c3d1b)!important;color:#fff!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 25px #5c3d1b66!important;border:none!important;cursor:pointer!important;z-index:9999!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.floating-cart-btn:hover{transform:scale(1.08)!important;box-shadow:0 12px 30px #5c3d1b80!important}.features-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:10px!important;padding:10px 4px 15px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.features-grid::-webkit-scrollbar{display:none!important}.feature-card{flex:0 0 76%!important;max-width:260px!important;scroll-snap-align:start!important;padding:14px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 15px #0000000d!important;border:1px solid rgba(168,135,65,.22)!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;text-align:left!important;position:relative!important;overflow:hidden!important;transition:all .35s ease!important}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(168,135,65,.12),transparent);transition:left .6s ease}.feature-card:hover:before{left:100%}.feature-icon{margin-bottom:0!important;flex-shrink:0!important;color:#a88741!important;background:#a887411f!important;padding:10px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .35s ease!important}@keyframes iconFullSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes iconDriveRight{0%{transform:translate(0)}50%{transform:translate(12px)}to{transform:translate(0)}}@keyframes iconClockNeedleSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feature-anim-scale:hover .luxury-icon-wrapper{transform:scale(1.32)!important;background:linear-gradient(135deg,#a88741,#8b6b4a)!important;color:#fff!important;box-shadow:0 8px 22px #a8874166!important}.feature-anim-rotate:hover .luxury-icon-wrapper{background:linear-gradient(135deg,#a88741,#8b6b4a)!important;color:#fff!important;box-shadow:0 8px 22px #a8874166!important}.feature-anim-rotate:hover .luxury-icon-wrapper svg{animation:iconFullSpin .75s ease-in-out infinite!important}.feature-anim-move:hover .luxury-icon-wrapper{background:linear-gradient(135deg,#a88741,#8b6b4a)!important;color:#fff!important;box-shadow:0 8px 22px #a8874166!important}.feature-anim-move:hover .luxury-icon-wrapper svg{animation:iconDriveRight .75s ease-in-out infinite!important}.feature-anim-clock:hover .luxury-icon-wrapper{background:linear-gradient(135deg,#a88741,#8b6b4a)!important;color:#fff!important;box-shadow:0 8px 22px #a8874166!important}.feature-anim-clock:hover .luxury-icon-wrapper svg{animation:iconClockNeedleSpin 2.8s linear infinite!important;transform-origin:center!important}.feature-icon svg{width:22px!important;height:22px!important}.feature-card h3{font-size:.86rem!important;font-weight:700!important;margin:0 0 2px!important;color:var(--dark)!important;line-height:1.25!important}.feature-desc{font-size:.72rem!important;color:#666!important;line-height:1.3!important;margin:0!important}.admin-header-row{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important}.admin-header-row h1{font-size:1.35rem!important;font-weight:700!important;font-family:Playfair Display,serif!important}.admin-header-row p{font-size:.78rem!important;margin-top:2px!important}.admin-tabs-bar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding-bottom:8px!important;margin-bottom:18px!important;border-bottom:1px solid rgba(168,135,65,.2)!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.admin-tabs-bar::-webkit-scrollbar{display:none!important}.admin-tab-btn{white-space:nowrap!important;flex-shrink:0!important;padding:8px 16px!important;font-size:.8rem!important;border-radius:20px!important;scroll-snap-align:start!important;box-shadow:0 2px 6px #00000008!important}.admin-grid-layout{grid-template-columns:1fr!important;gap:20px!important}.admin-grid-layout form input,.admin-grid-layout form select,.admin-grid-layout form textarea{font-size:16px!important;border-radius:10px!important;border:1px solid rgba(168,135,65,.2)!important}.footer-container{padding-top:36px!important;padding-bottom:90px!important}.footer-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px 18px!important;padding-bottom:28px!important;text-align:left!important}.footer-col-brand{grid-column:1 / -1!important;padding-bottom:12px!important;border-bottom:1px dashed rgba(255,255,255,.1)!important}.footer-col-collections,.footer-col-why{grid-column:span 1!important}.footer-col-location{grid-column:1 / -1!important;padding-top:12px!important;border-top:1px dashed rgba(255,255,255,.1)!important}}.product-breadcrumb-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:15px}.breadcrumb-back-btn{display:inline-flex;align-items:center;gap:8px;background:#ffffffe6;border:1px solid rgba(168,135,65,.25);padding:8px 16px;border-radius:20px;font-size:.88rem;font-weight:600;color:var(--dark);cursor:pointer;transition:all .25s ease;box-shadow:0 2px 8px #0000000a}.breadcrumb-back-btn:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);transform:translate(-3px)}.breadcrumb-category-tag{font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#a88741;background:#a8874114;padding:6px 14px;border-radius:15px;border:1px solid rgba(168,135,65,.2)}.product-qty-selector{display:inline-flex;align-items:center;background:#f7f5f0;border:1px solid rgba(0,0,0,.08);border-radius:25px;padding:4px;gap:12px}.product-qty-btn{width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:var(--dark);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:all .2s ease}.product-qty-btn:hover{background:var(--secondary);color:#fff}.product-qty-val{font-size:1rem;font-weight:700;min-width:24px;text-align:center;color:var(--dark)}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px;padding-top:25px;border-top:1px solid rgba(0,0,0,.06)}.highlight-item{display:flex;align-items:flex-start;gap:12px;background:#faf8f5;padding:14px;border-radius:12px;border:1px solid rgba(168,135,65,.12)}.highlight-icon{color:#a88741;background:#a887411a;padding:8px;border-radius:10px;flex-shrink:0}.highlight-text h5{margin:0 0 2px;font-size:.85rem;font-weight:700;color:var(--dark)}.highlight-text p{margin:0;font-size:.76rem;color:#666;line-height:1.3}.lightbox-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.lightbox-close-btn{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#fff3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .2s ease}.lightbox-close-btn:hover{background:#fff;color:#000}.mobile-sticky-buy-bar{display:none}@media (max-width: 768px){.product-detail-container{grid-template-columns:1fr!important;gap:24px!important;padding:16px!important;border-radius:16px!important;box-shadow:0 6px 20px #0000000a!important}.product-image-section{height:auto!important}.product-title{font-size:1.6rem!important;margin-bottom:12px!important}.product-price{font-size:1.45rem!important;margin-bottom:18px!important}.product-description{font-size:.92rem!important;margin-bottom:24px!important;line-height:1.6!important}.spec-grid{grid-template-columns:1fr 1fr!important;gap:12px!important;padding:16px!important;border-radius:12px!important}.highlights-grid{grid-template-columns:1fr!important;gap:10px!important}.mobile-sticky-buy-bar{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#fffffff2!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-top:1px solid rgba(168,135,65,.25)!important;padding:12px 16px!important;z-index:9990!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;box-shadow:0 -8px 25px #0000001a!important}.sticky-bar-info{display:flex;flex-direction:column}.sticky-bar-title{font-size:.85rem;font-weight:700;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.sticky-bar-price{font-size:1rem;font-weight:800;color:var(--secondary)}.sticky-bar-actions{display:flex;align-items:center;gap:8px;flex-grow:1;justify-content:flex-end}.sticky-buy-btn{flex-grow:1;max-width:180px;padding:12px 16px!important;font-size:.9rem!important;border-radius:25px!important;background:linear-gradient(135deg,#a88741,#5c3d1b)!important;color:#fff!important;font-weight:700!important;border:none!important;box-shadow:0 4px 15px #5c3d1b4d!important}}@media (max-width: 576px){.filter-drawer-container{max-width:100%!important;width:100vw!important}}
