@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{z-index:1000;background:var(--bg-header-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ffffff05;width:100%;transition:all .3s;position:fixed;top:0;left:0}.header .header-container{flex-wrap:nowrap;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1.2rem 3rem;display:flex}@media (max-width:768px){.header .header-container{padding:1rem 1.5rem}}.header .header-container .logo{align-items:center;display:flex;position:relative}.header .header-container .logo img{filter:drop-shadow(4px 4px 6px #0006);width:auto;height:55px;transition:transform .3s}@media (max-width:480px){.header .header-container .logo img{height:35px}}.header .header-container .logo .trademark{color:var(--text-muted);text-transform:uppercase;pointer-events:none;letter-spacing:.04em;text-shadow:1px 1px 2px #0003;font-size:.65rem;font-weight:700;position:absolute;top:-1px;right:-12px}.header .header-container .nav-menu{align-items:center;gap:1.5rem;display:flex}@media (max-width:1100px){.header .header-container .nav-menu{gap:.8rem}}@media (max-width:768px){.header .header-container .nav-menu{display:none}}.header .header-container .nav-menu .nav-link{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;background:var(--bg-surface);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);white-space:nowrap;border:1px solid #ffffff05;border-radius:50px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.165,.84,.44,1)}.header .header-container .nav-menu .nav-link:hover,.header .header-container .nav-menu .nav-link.active{color:var(--gold-primary);box-shadow:10px 10px 20px var(--shadow-dark),-8px -8px 20px var(--shadow-light);border-color:color-mix(in srgb,var(--gold-primary)10%,transparent);transform:translateY(-3px)}.header .header-container .nav-menu .nav-link:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(-1px)}.header .header-container .header-actions{align-items:center;gap:1rem;display:flex}.header .header-container .header-actions .mobile-menu-toggle{color:var(--gold-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:transform .3s;display:none}@media (max-width:768px){.header .header-container .header-actions .mobile-menu-toggle{justify-content:center;align-items:center;display:flex}}.header .header-container .header-actions .mobile-menu-toggle:active{transform:scale(.9)}.header .mobile-nav{display:none}@media (max-width:768px){.header .mobile-nav{background:var(--bg-header-translucent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;flex-direction:column;gap:2rem;width:100%;height:calc(100vh - 80px);padding:2rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:80px;left:0;transform:translate(100%)}.header .mobile-nav.open{transform:translate(0)}.header .mobile-nav .mobile-link{color:var(--text-main);text-transform:uppercase;letter-spacing:.1em;text-align:center;background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);border-radius:15px;padding:1rem;font-size:1.5rem;font-weight:700;text-decoration:none}.header .mobile-nav .mobile-link:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}}.icon-actions{align-items:center;gap:1rem;display:flex}.icon-actions .icon-btn{width:40px;height:40px;color:var(--text-muted);background:var(--bg-surface);box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border:1px solid #ffffff05;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex;position:relative}.icon-actions .icon-btn:hover{color:var(--gold-primary);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-2px)}.icon-actions .icon-btn:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);transform:translateY(1px)}.icon-actions .icon-btn .cart-badge{color:#fff;border:2px solid var(--bg-body);background:#ff4d4d;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:2px 2px 5px #0000004d}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:var(--bg-body);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--gold-primary);letter-spacing:.05em;text-transform:uppercase;text-shadow:2px 2px 4px #0009,-1px -1px 2px #ffffff1a;margin-bottom:1rem;font-weight:600}p{color:var(--text-muted);margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:all .2s ease-in-out}ul{list-style:none}.text-gold-gradient{background:linear-gradient(135deg,var(--gold-light),var(--gold-primary),var(--gold-dark));-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text}.revealed{opacity:1!important;transform:translateY(0)!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-body)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.home{padding-top:80px}.home .banner{text-align:center;background:var(--bg-body);flex-direction:column;justify-content:center;align-items:center;width:100%;height:90vh;display:flex;position:relative;overflow:hidden}.home .banner .banner-video{object-fit:cover;opacity:.6;z-index:1;filter:grayscale()sepia(10%)contrast(1.1);width:100%;height:100%;position:absolute;top:0;left:0}.home .banner .banner-content{z-index:2;-webkit-backdrop-filter:none;backdrop-filter:none;width:90%;max-width:1000px;box-shadow:none;background:0 0;border:none;padding:0;animation:9s ease-in infinite fadeSlide;position:relative}.home .banner .banner-content .banner-tag{color:var(--text-main);text-shadow:2px 2px 30px #000;margin-bottom:2rem;font-size:4.5rem;line-height:1.1;animation:1.5s ease-in 3s forwards fadeOutSequential}.home .banner .banner-content .banner-tag span{color:var(--gold-primary);text-shadow:3px 3px 6px #000c,-1px -1px 1px #fff3;font-size:5.5rem;font-weight:700;display:block}@media (max-width:768px){.home .banner .banner-content .banner-tag{letter-spacing:1px;text-shadow:2px 2px 4px #000c;font-size:2rem}.home .banner .banner-content .banner-tag span{text-shadow:3px 3px 6px #000000e6,-1px -1px 2px #ffffff4d;font-size:3rem}}.home .banner .banner-content .banner-text{letter-spacing:.2em;color:var(--text-muted);text-shadow:1px 1px 15px #000;margin-top:2rem;font-size:1.5rem;animation:1.5s ease-in 4.5s forwards fadeOutSequential}@media (max-width:768px){.home .banner .banner-content .banner-text{letter-spacing:2px;color:var(--gold-primary);text-shadow:1px 1px 2px #000000e6;font-size:.9rem;font-weight:500}}.home .sections-container{padding:0 5%}.home .sections-container .features-section{padding:8rem 0}.home .sections-container .features-section .features-header{text-align:center;margin-bottom:6rem}.home .sections-container .features-section .features-header .features-title{font-size:3rem}.home .sections-container .features-section .features-header .features-title .features-tag{color:var(--gold-light);margin-top:1rem;font-size:1.5rem;font-weight:400;display:block}.home .sections-container .features-section .features{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}@media (max-width:1200px){.home .sections-container .features-section .features{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:600px){.home .sections-container .features-section .features{grid-template-columns:1fr;gap:2rem}}.home .sections-container .features-section .features .feature{background:var(--bg-surface);text-align:center;box-shadow:15px 15px 30px var(--shadow-dark),-15px -15px 30px var(--shadow-light);border-radius:30px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:transform .4s;display:flex}.home .sections-container .features-section .features .feature:hover{transform:translateY(-10px)}.home .sections-container .features-section .features .feature .feature-icon{width:80px;height:80px;color:var(--gold-primary);background:var(--bg-surface);box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.home .sections-container .features-section .features .feature .feature-icon .feature-i{color:var(--gold-primary);filter:drop-shadow(0px 0px 8px color-mix(in srgb,var(--gold-primary)30%,transparent));font-size:2.2rem;transition:all .3s}.home .sections-container .features-section .features .feature:hover .feature-icon .feature-i{color:var(--gold-light);filter:drop-shadow(0px 0px 12px color-mix(in srgb,var(--gold-primary)60%,transparent));transform:scale(1.1)}.home .sections-container .features-section .features .feature .feature-tag{color:var(--gold-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.home .sections-container .features-section .features .feature .feature-desc{color:var(--text-muted);font-size:1rem}.home .sections-container .how-it-works{padding:20px 0}.home .sections-container .how-it-works .how-it-works-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}@media (max-width:900px){.home .sections-container .how-it-works .how-it-works-container{grid-template-columns:1fr}}.home .sections-container .how-it-works .how-it-works-container .image-container{background:var(--bg-surface);box-shadow:20px 20px 40px var(--shadow-dark),-20px -20px 40px var(--shadow-light);border-radius:40px;padding:10px}.home .sections-container .how-it-works .how-it-works-container .image-container .how-it-works-image{border-radius:30px;width:100%;display:block;box-shadow:inset 2px 2px 5px #00000080}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-title{margin-bottom:2rem;font-size:2.5rem}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-desc{margin-bottom:3rem;font-size:1.1rem}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-steps .how-it-works-step{gap:1.5rem;margin-bottom:2rem;display:flex}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-steps .how-it-works-step .steps{width:50px;height:50px;color:var(--gold-primary);background:var(--bg-surface);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-steps .how-it-works-step .step-info .step-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.home .sections-container .how-it-works .how-it-works-container .how-it-works-content .how-it-works-steps .how-it-works-step .step-info .step-desc{color:var(--text-muted);font-size:.95rem}.home .sections-container .how-it-works .stats-section{background:var(--bg-surface);box-shadow:20px 20px 50px var(--shadow-dark),-20px -20px 50px var(--shadow-light);border-radius:40px;margin-top:8rem;padding:4rem}@media (max-width:768px){.home .sections-container .how-it-works .stats-section{border-radius:30px;margin-top:4rem;padding:2rem 1.5rem}}.home .sections-container .how-it-works .stats-section .stats-container{flex-wrap:wrap;justify-content:space-around;gap:3rem;display:flex}@media (max-width:768px){.home .sections-container .how-it-works .stats-section .stats-container{flex-direction:column;align-items:center;gap:2rem}}.home .sections-container .how-it-works .stats-section .stats-container .stat-item{text-align:center}.home .sections-container .how-it-works .stats-section .stats-container .stat-item .stat-number{color:var(--gold-primary);text-shadow:3px 3px 6px #0009,-1px -1px 1px #ffffff1a;margin-bottom:1rem;font-size:4rem;font-weight:700}@media (max-width:768px){.home .sections-container .how-it-works .stats-section .stats-container .stat-item .stat-number{font-size:3rem}}.home .sections-container .how-it-works .stats-section .stats-container .stat-item .stat-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:1rem}.home .sections-container .video-section{padding:8rem 0}.home .sections-container .video-section .video-container{background:var(--bg-surface);width:100%;box-shadow:25px 25px 50px var(--shadow-dark),-25px -25px 50px var(--shadow-light);border-radius:40px;padding:20px;overflow:hidden}.home .sections-container .video-section .video-container video{border-radius:30px;width:100%;display:block}.home .sections-container .section3{grid-template-columns:1.2fr 1fr;gap:4rem;padding:8rem 0;display:grid}@media (max-width:1024px){.home .sections-container .section3{grid-template-columns:1fr;gap:5rem}}@media (max-width:768px){.home .sections-container .section3{gap:3rem;padding:4rem 0}}.home .sections-container .section3 .section3-left{background:var(--bg-surface);box-shadow:20px 20px 40px var(--shadow-dark),-20px -20px 40px var(--shadow-light);border-radius:45px;flex-direction:column;padding:3rem;display:flex}@media (max-width:768px){.home .sections-container .section3 .section3-left{border-radius:30px;padding:2rem}}.home .sections-container .section3 .section3-left img{object-fit:cover;border-radius:30px;width:100%;margin-bottom:2.5rem}@media (max-width:768px){.home .sections-container .section3 .section3-left img{border-radius:20px;margin-bottom:1.5rem}}.home .sections-container .section3 .section3-left .content h2{color:var(--gold-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:700}@media (max-width:768px){.home .sections-container .section3 .section3-left .content h2{text-align:center;margin-bottom:1rem;font-size:2rem}}.home .sections-container .section3 .section3-left .content p{color:var(--text-muted);font-size:1.1rem;line-height:1.6}@media (max-width:768px){.home .sections-container .section3 .section3-left .content p{text-align:center;font-size:1rem;line-height:1.7}}.home .sections-container .section3 .section3-right{flex-direction:column;justify-content:center;gap:3rem;display:flex}@media (max-width:768px){.home .sections-container .section3 .section3-right{gap:2rem}}.home .sections-container .section3 .section3-right .view-box{background:var(--bg-surface);box-shadow:15px 15px 30px var(--shadow-dark),-15px -15px 30px var(--shadow-light);border-radius:35px;align-items:center;gap:2rem;padding:2.5rem;display:flex}@media (max-width:768px){.home .sections-container .section3 .section3-right .view-box{text-align:center;border-radius:25px;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}}.home .sections-container .section3 .section3-right .view-box .view__content{flex:1}.home .sections-container .section3 .section3-right .view-box .view__content h3{color:var(--gold-primary);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.8rem;font-weight:600;display:flex}.home .sections-container .section3 .section3-right .view-box .view__content h3 svg,.home .sections-container .section3 .section3-right .view-box .view__content h3 i{color:var(--gold-light);font-size:1.5rem}@media (max-width:768px){.home .sections-container .section3 .section3-right .view-box .view__content h3{flex-direction:column;gap:.5rem;margin-bottom:1.2rem;font-size:1.5rem}.home .sections-container .section3 .section3-right .view-box .view__content h3 svg,.home .sections-container .section3 .section3-right .view-box .view__content h3 i{font-size:2rem}}.home .sections-container .section3 .section3-right .view-box .view__content p{color:var(--text-muted);font-size:.95rem;line-height:1.5}@media (max-width:768px){.home .sections-container .section3 .section3-right .view-box .view__content p{margin-top:1rem;font-size:.95rem;line-height:1.7}}.home .sections-container .section3 .section3-right .view-box img{object-fit:cover;border-radius:20px;width:160px;height:120px;box-shadow:inset 2px 2px 8px #00000080}@media (max-width:768px){.home .sections-container .section3 .section3-right .view-box img{border-radius:15px;order:2;width:100%;max-width:400px;height:200px}}@media (max-width:480px){.home .sections-container .section3 .section3-right .view-box img{height:180px}}@media (max-width:768px){.home .sections-container .section3 .section3-right .view-box .view__content,.home .sections-container .section3 .section3-right .view-box .view__content h3{order:1}.home .sections-container .section3 .section3-right .view-box .view__content p{order:3}.home .sections-container .section3 .section3-right .view-box img{order:2}}.home .sections-container .collabs{text-align:center;padding:8rem 0}.home .sections-container .collabs .collabs-title{margin-bottom:5rem;font-size:2.5rem}.home .sections-container .collabs .collabs-container{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.home .sections-container .collabs .collabs-container .brand{background:var(--bg-surface);box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);border-radius:20px;justify-content:center;align-items:center;padding:2rem 3rem;display:flex}.home .sections-container .collabs .collabs-container .brand img{filter:grayscale()opacity(.5);max-width:120px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.home .sections-container .collabs .collabs-container .brand:hover{transform:translateY(-5px)}.home .sections-container .collabs .collabs-container .brand:hover img{filter:grayscale(0%)opacity(1)drop-shadow(0px 0px 5px var(--gold-primary))}@keyframes fadeOutSequential{0%{opacity:1;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-30px)}}.footer{background:var(--bg-surface-2);z-index:10;border-top:1px solid #ffffff0d;margin-top:auto;padding:6rem 5% 2rem;position:relative;box-shadow:0 -10px 20px -10px #00000080}.footer .footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;margin-bottom:5rem;display:grid}.footer .footer-container .footer-col .footertitle{color:var(--gold-primary);text-transform:uppercase;letter-spacing:.15em;text-shadow:1px 1px 2px #000c;margin-bottom:2rem;font-size:1.2rem}.footer .footer-container .footer-col .footer-links{flex-direction:column;gap:1.2rem;display:flex}.footer .footer-container .footer-col .footer-links .footer-link{color:var(--text-muted);align-items:center;gap:1rem;font-size:.95rem;transition:all .2s ease-in-out;display:flex}.footer .footer-container .footer-col .footer-links .footer-link div{background:var(--bg-surface);width:10px;height:10px;box-shadow:inset 1px 1px 2px var(--shadow-dark),inset -1px -1px 2px var(--shadow-light);border-radius:50%;transition:all .3s}.footer .footer-container .footer-col .footer-links .footer-link:hover{color:var(--gold-light);transform:translate(5px)}.footer .footer-container .footer-col .footer-links .footer-link:hover div{background:var(--gold-primary);box-shadow:0 0 10px var(--gold-primary)}.footer .footer-container .footer-col .social{gap:1.5rem;display:flex}.footer .footer-container .footer-col .social a{background:var(--bg-surface);width:50px;height:50px;color:var(--gold-primary);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.footer .footer-container .footer-col .social a:hover{color:#fff;box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-3px)}.footer .footer-container .footer-col .social a:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);transform:translateY(0)}.footer .footer-container .footer-col .address-content{align-items:flex-start;gap:.3rem;display:flex}.footer .footer-container .footer-col .address-content .location-icon{color:var(--gold-primary);flex-shrink:0;margin-top:8px;font-size:1.4rem}.footer .footer-container .footer-col .address-content address{color:var(--text-muted);font-style:normal;line-height:1.8}.footer .footer-container2{border-top:1px solid #ffffff05;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:3rem;display:flex}.footer .footer-container2 .artscape_logo,.footer .footer-container2 .ota_logo{background:var(--bg-surface);box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);object-fit:contain;filter:grayscale();opacity:.6;border-radius:20px;width:auto;height:60px;padding:1rem;transition:all .3s}.footer .footer-container2 .artscape_logo:hover,.footer .footer-container2 .ota_logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.products-page{background:var(--bg-body);min-height:100vh;padding-top:120px}.products{max-width:1400px;margin:0 auto;padding:0 5% 4rem}.products .artscape-collection{text-align:center;color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;text-shadow:3px 3px 6px #000c,-1px -1px 2px #ffffff1a;margin-bottom:5rem;font-size:3.5rem;font-weight:700}@media (max-width:768px){.products .artscape-collection{margin-bottom:3rem;font-size:2.5rem}}.products .products-container{grid-template-columns:repeat(2,1fr);gap:2rem;padding-bottom:2rem;display:grid}@media (max-width:968px){.products .products-container{grid-template-columns:1fr}}.products .products-container .product-card{border-radius:12px;height:400px;text-decoration:none;transition:transform .4s,box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}.products .products-container .product-card .product-bg-image{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.products .products-container .product-card .card-bg-overlay{z-index:2;background:linear-gradient(#0006 0%,#0000001a 40%,#0009 100%);transition:background .4s;position:absolute;inset:0}.products .products-container .product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0009}.products .products-container .product-card:hover .product-bg-image{transform:scale(1.08)}.products .products-container .product-card:hover .card-bg-overlay{background:linear-gradient(#00000080 0%,#0003 40%,#000c 100%)}.products .products-container .product-card .card-content{z-index:3;box-sizing:border-box;color:#fff;flex-direction:column;height:100%;padding:1.5rem 2rem;display:flex;position:relative}.products .products-container .product-card .spacer{flex-grow:1}.products .products-container .product-card .header-info{text-shadow:0 2px 4px #000c}.products .products-container .product-card .header-info .collection-name{color:#ffffffe6;letter-spacing:.5px;margin-bottom:.3rem;font-size:.9rem;font-weight:400;display:block}.products .products-container .product-card .header-info .product-title{color:#fff;margin:0 0 .3rem;font-size:2.2rem;font-weight:800;line-height:1.1}.products .products-container .product-card .header-info .product-size{color:#ffffffb3;margin:0;font-size:.8rem;font-weight:300}.products .products-container .product-card .card-footer{text-shadow:0 2px 4px #000c;justify-content:space-between;align-items:flex-end;display:flex}.products .products-container .product-card .card-footer .left-action .know-more{color:#ffffffe6;cursor:pointer;font-size:.9rem;font-weight:400}.products .products-container .product-card .card-footer .left-action .know-more:hover{text-decoration:underline}.products .products-container .product-card .card-footer .right-action{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.products .products-container .product-card .card-footer .right-action .emi-label{color:#fffc;margin-bottom:.1rem;font-size:.75rem;display:block}.products .products-container .product-card .card-footer .right-action .price-tag{color:#fff;margin-bottom:.1rem;font-size:1.6rem;font-weight:600;line-height:1;display:block}.products .products-container .product-card .card-footer .right-action .shop-now{color:#ffffffe6;margin-top:.2rem;font-size:.8rem;font-weight:500;display:inline-block}.products .products-container .product-card .card-footer .right-action .shop-now:hover{color:var(--gold-primary)}.products .products-features{margin-top:8rem;margin-bottom:6rem}.products .products-features .features-title{text-align:center;color:var(--text-main);margin-bottom:4rem;font-size:2.5rem}.products .products-features .features-title span{color:var(--gold-primary)}.products .products-features .features-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}@media (max-width:900px){.products .products-features .features-grid{grid-template-columns:1fr}}.products .products-features .features-grid .feature-card{background:var(--bg-surface);text-align:center;box-shadow:15px 15px 30px var(--shadow-dark),-15px -15px 30px var(--shadow-light);border-radius:25px;padding:2.5rem 2rem;transition:transform .3s}.products .products-features .features-grid .feature-card:hover{transform:translateY(-8px)}.products .products-features .features-grid .feature-card .icon-wrapper{background:var(--bg-surface);width:70px;height:70px;color:var(--gold-primary);box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.products .products-features .features-grid .feature-card h3{color:var(--text-main);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.products .products-features .features-grid .feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.products .products-faq{max-width:1000px;margin-bottom:8rem;margin-left:auto;margin-right:auto}.products .products-faq .faq-title{text-align:center;color:var(--text-main);margin-bottom:3rem;font-size:2.5rem}.products .products-faq .faq-list{flex-direction:column;gap:1.5rem;display:flex}.products .products-faq .faq-list .faq-item{background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);cursor:pointer;border-radius:20px;padding:1.5rem 2rem;transition:all .3s}.products .products-faq .faq-list .faq-item .question-row{justify-content:space-between;align-items:center;display:flex}.products .products-faq .faq-list .faq-item .question-row h4{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:500}.products .products-faq .faq-list .faq-item .question-row .toggle-icon{color:var(--gold-primary);font-size:1.5rem;transition:transform .3s}.products .products-faq .faq-list .faq-item .answer{opacity:0;max-height:0;color:var(--text-muted);font-size:.95rem;line-height:1.6;transition:max-height .4s,opacity .4s,margin .4s;overflow:hidden}.products .products-faq .faq-list .faq-item.active{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light)}.products .products-faq .faq-list .faq-item.active .toggle-icon{transform:rotate(45deg)}.products .products-faq .faq-list .faq-item.active .answer{opacity:1;max-height:200px;margin-top:1rem}.products .products-cta{text-align:center;background:var(--bg-surface);box-shadow:20px 20px 40px var(--shadow-dark),-20px -20px 40px var(--shadow-light);border-radius:40px;padding:5rem 2rem}.products .products-cta h2{color:var(--gold-primary);margin-bottom:1rem;font-size:2.5rem}@media (max-width:600px){.products .products-cta h2{font-size:1.8rem}}.products .products-cta p{color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.products .products-cta .cta-btn{background:var(--bg-surface);color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);border-radius:50px;padding:1rem 3rem;font-weight:700;transition:all .3s;display:inline-block}.products .products-cta .cta-btn:hover{color:var(--text-main);box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);transform:translateY(-4px)}.products .products-cta .cta-btn:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(-1px)}.single-product-page{background:var(--bg-body);min-height:100vh;padding-top:120px;padding-bottom:4rem}.single-product-page .product-layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1400px;margin:0 auto;padding:0 5%;display:grid}@media (max-width:1024px){.single-product-page .product-layout{grid-template-columns:1fr;gap:3rem}}.single-product-page .product-layout .left-section{flex-direction:column;gap:2rem;display:flex;position:sticky;top:130px}@media (max-width:1024px){.single-product-page .product-layout .left-section{position:static}}.single-product-page .product-layout .left-section .main-image-container{background:var(--bg-surface);box-shadow:20px 20px 60px var(--shadow-dark),-20px -20px 60px var(--shadow-light);border-radius:40px;justify-content:center;align-items:center;padding:2rem;display:flex}.single-product-page .product-layout .left-section .main-image-container img{object-fit:contain;filter:drop-shadow(0 10px 20px #0003);width:100%;max-height:500px;transition:transform .3s}.single-product-page .product-layout .left-section .thumbnail-grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.single-product-page .product-layout .left-section .thumbnail-grid .thumbnail-box{background:var(--bg-surface);cursor:pointer;width:80px;height:80px;box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border:1px solid #0000;border-radius:15px;padding:10px;transition:all .3s}.single-product-page .product-layout .left-section .thumbnail-grid .thumbnail-box img{object-fit:cover;border-radius:8px;width:100%;height:100%}.single-product-page .product-layout .left-section .thumbnail-grid .thumbnail-box:hover{transform:translateY(-3px)}.single-product-page .product-layout .left-section .thumbnail-grid .thumbnail-box.active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);border:1px solid color-mix(in srgb,var(--gold-primary)50%,transparent)}.single-product-page .product-layout .right-section .title{color:var(--text-main);margin-bottom:.5rem;font-size:3rem;font-weight:700}.single-product-page .product-layout .right-section .title span{color:var(--gold-primary)}.single-product-page .product-layout .right-section .reviews{color:var(--text-muted);background:var(--bg-surface);box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light);border-radius:10px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;display:inline-block}.single-product-page .product-layout .right-section .description-box{background:var(--bg-surface);box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border-radius:20px;margin-bottom:2rem;padding:1.5rem}.single-product-page .product-layout .right-section .description-box p{color:var(--text-muted);line-height:1.6}.single-product-page .product-layout .right-section .pricing-suite{background:var(--bg-surface);box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border-radius:20px;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}.single-product-page .product-layout .right-section .pricing-suite .badge{color:var(--gold-primary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}.single-product-page .product-layout .right-section .pricing-suite .main-price{color:var(--text-main);font-size:2.5rem;font-weight:700}.single-product-page .product-layout .right-section .pricing-suite .price-meta{gap:1rem;font-size:1rem;display:flex}.single-product-page .product-layout .right-section .pricing-suite .price-meta .original{color:var(--text-muted);text-decoration:line-through}.single-product-page .product-layout .right-section .pricing-suite .price-meta .savings{color:#2ecc71;font-weight:600}.single-product-page .product-layout .right-section .variants-section{margin-bottom:2rem}.single-product-page .product-layout .right-section .variants-section h3{color:var(--text-main);margin-bottom:1rem;font-size:1.2rem}.single-product-page .product-layout .right-section .variants-section .variant-grid{gap:1rem;display:flex}.single-product-page .product-layout .right-section .variants-section .variant-grid .variant-card{background:var(--bg-surface);cursor:pointer;box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border:2px solid #0000;border-radius:15px;flex:1;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.single-product-page .product-layout .right-section .variants-section .variant-grid .variant-card img{object-fit:cover;border-radius:50%;width:40px;height:40px}.single-product-page .product-layout .right-section .variants-section .variant-grid .variant-card span{color:var(--text-main);font-weight:500}.single-product-page .product-layout .right-section .variants-section .variant-grid .variant-card.active{border-color:var(--gold-primary);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.single-product-page .product-layout .right-section .accordion-suite{margin-bottom:2rem}.single-product-page .product-layout .right-section .action-area{flex-direction:column;gap:1.5rem;display:flex}.single-product-page .product-layout .right-section .action-area .view-in-room-btn{letter-spacing:1px;width:100%;color:var(--text-main);background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);cursor:pointer;text-transform:uppercase;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:.8rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.single-product-page .product-layout .right-section .action-area .view-in-room-btn span{font-size:1.4rem}.single-product-page .product-layout .right-section .action-area .view-in-room-btn:hover{box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);color:var(--gold-primary);border-color:color-mix(in srgb,var(--gold-primary)30%,transparent);transform:translateY(-2px)}.single-product-page .product-layout .right-section .action-area .view-in-room-btn:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(1px)}.single-product-page .product-layout .right-section .action-area .buy-now-btn{letter-spacing:1px;width:100%;color:var(--gold-primary);background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);cursor:pointer;text-transform:uppercase;border:none;border-radius:50px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.single-product-page .product-layout .right-section .action-area .buy-now-btn:hover{box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);transform:translateY(-2px)}.single-product-page .product-layout .right-section .action-area .buy-now-btn:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(1px)}.single-product-page .marquee-section,.single-product-page .benefits-strip,.single-product-page .keen-slider-section,.single-product-page .faq-section{max-width:1400px;margin-top:4rem;margin-left:auto;margin-right:auto;padding:0 5%}.single-product-page .marquee-section{padding:2rem 0;overflow:hidden}.single-product-page .marquee-section .marquee-content{gap:2rem;width:max-content;animation:30s linear infinite marquee;display:flex}.single-product-page .marquee-section .marquee-content img{object-fit:cover;width:600px;height:400px;box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);border-radius:20px;flex-shrink:0}.single-product-page .marquee-section .marquee-content:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.single-product-page .benefits-strip{background:var(--bg-surface);box-shadow:20px 20px 60px var(--shadow-dark),-20px -20px 60px var(--shadow-light);border-radius:20px;flex-wrap:wrap;justify-content:space-around;gap:2rem;padding:3rem 2rem;display:flex}.single-product-page .benefits-strip .benefit-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.single-product-page .benefits-strip .benefit-item .icon{font-size:2.5rem}.single-product-page .benefits-strip .benefit-item .text{color:var(--text-main);font-weight:600}.single-product-page .faq-section .faq-title{text-align:center;color:var(--text-main);margin-bottom:2rem;font-size:2rem}.accordion-wrapper{width:100%;margin-top:2rem}.accordion-container{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.accordion-item{background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);border-radius:20px;transition:all .4s;overflow:hidden}.accordion-item .accordion-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.accordion-item .accordion-header h3{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:1rem;font-weight:600;transition:all .3s}.accordion-item .accordion-header .icon-wrapper{background:var(--bg-surface);width:40px;height:40px;box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.accordion-item .accordion-header .icon-wrapper .arrow-icon{color:var(--gold-primary);transition:transform .4s}.accordion-item .accordion-header .icon-wrapper.active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.accordion-item .accordion-header .icon-wrapper.active .arrow-icon{transform:rotate(180deg)}.accordion-item .accordion-header:hover h3{color:var(--gold-primary)}.accordion-item .accordion-content{max-height:0;transition:max-height .4s ease-out;overflow:hidden}.accordion-item .accordion-content.expanded{max-height:800px}.accordion-item .accordion-content .content-inner{padding:0 2rem 2rem}.accordion-item .accordion-content .content-inner .simple-text{color:var(--text-muted);line-height:1.6}.accordion-item .accordion-content .content-inner .specs-list{gap:1rem;padding:0;display:grid}.accordion-item .accordion-content .content-inner .specs-list li{background:var(--bg-surface);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);border-radius:12px;padding:1rem}.accordion-item .accordion-content .content-inner .specs-list li span{color:var(--text-main);margin-left:.5rem;font-size:.9rem}.accordion-item .accordion-content .content-inner .specs-list li:before{content:"•";color:var(--gold-primary);margin-right:.5rem}.lifestyle-warranty-bar{background:var(--bg-surface);box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);border-radius:30px;justify-content:space-around;padding:2.5rem;display:flex}@media (max-width:600px){.lifestyle-warranty-bar{flex-direction:column;gap:2rem}}.lifestyle-warranty-bar .warranty-item{align-items:center;gap:1.5rem;display:flex}.lifestyle-warranty-bar .warranty-item .icon-circle{width:60px;height:60px;color:var(--gold-primary);background:var(--bg-surface);box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.lifestyle-warranty-bar .warranty-item .w-text{flex-direction:column;display:flex}.lifestyle-warranty-bar .warranty-item .w-text .w-val{color:var(--text-main);font-size:1.1rem;font-weight:700}.lifestyle-warranty-bar .warranty-item .w-text .w-label{color:var(--text-muted);text-transform:uppercase;font-size:.8rem}.error{background:var(--bg-body);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.error h1{color:var(--gold-primary);text-shadow:4px 4px 8px #000c,-2px -2px 4px #ffffff1a;background:var(--bg-surface);box-shadow:20px 20px 40px var(--shadow-dark),-20px -20px 40px var(--shadow-light);border-radius:50px;margin-bottom:2rem;padding:3rem 6rem;font-size:6rem}.error p{color:var(--text-muted);margin-bottom:4rem;font-size:1.5rem}.error .back-home{text-transform:uppercase;letter-spacing:.1em;background:var(--bg-surface);color:var(--gold-primary);box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);border-radius:30px;padding:1.5rem 4rem;font-size:1.2rem;font-weight:700;transition:all .3s}.error .back-home:hover{box-shadow:15px 15px 30px var(--shadow-dark),-15px -15px 30px var(--shadow-light);transform:translateY(-5px)}.error .back-home:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(2px)}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none;align-content:flex-start;width:100%;display:flex;position:relative;overflow:hidden}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{width:100%;min-height:100%;position:relative;overflow:hidden}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[class^=number-slide],[class*=\ number-slide]{border-radius:16px;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.carousel__cell img{object-fit:cover;border-radius:16px;width:100%;height:100%}.wrapper{justify-content:center;margin:25px;display:flex}.scene{perspective:1000px;width:260px;height:200px;position:relative}@media (max-width:768px){.scene{transform:scale(.85)}}@media (max-width:480px){.scene{transform:scale(.65)}}.scene .carousel.keen-slider{width:100%;height:100%;transform-style:preserve-3d;position:absolute;overflow:visible}.carousel__cell{backface-visibility:hidden;opacity:0;border-radius:16px;width:240px;height:200px;transition:transform .6s,opacity .6s;position:absolute;left:10px}.carousel__cell.is-visible{opacity:1}.carousel__cell.is-front{transform:scale(1.08)}.accessories-page{background:var(--bg-body);min-height:100vh;padding-top:120px;padding-bottom:8rem}.accessories-container{max-width:1400px;margin:0 auto;padding:0 5%}.accessories-container .accessories-header{text-align:center;margin-bottom:4rem}.accessories-container .accessories-header .accessories-heading{color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:3.5rem}@media (max-width:768px){.accessories-container .accessories-header .accessories-heading{font-size:2.2rem}}.accessories-container .accessories-header .accessories-subheading{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.accessories-container .category-filter{border-radius:50px;flex-wrap:wrap;justify-content:center;gap:1rem;width:fit-content;margin-bottom:5rem;margin-left:auto;margin-right:auto;padding:.8rem;display:flex}.accessories-container .category-filter .filter-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:40px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.accessories-container .category-filter .filter-btn:hover{color:var(--gold-primary)}.accessories-container .category-filter .filter-btn.active{background:var(--bg-surface);color:var(--gold-primary);box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light)}.accessories-container .accessories-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;display:grid}@media (max-width:768px){.accessories-container .accessories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.accessories-container .accessories-grid .accessory-tile{padding:1.5rem;position:relative}@media (max-width:768px){.accessories-container .accessories-grid .accessory-tile{border-radius:25px;padding:1rem}}.accessories-container .accessories-grid .accessory-tile{background:var(--bg-surface);border:1px solid #ffffff0d;border-radius:40px;flex-direction:column;transition:all .4s;display:flex;overflow:hidden}.accessories-container .accessories-grid .accessory-tile:hover{box-shadow:15px 15px 30px var(--shadow-dark),-10px -10px 30px var(--shadow-light);transform:translateY(-8px)}.accessories-container .accessories-grid .accessory-tile:hover .image-wrapper img{transform:scale(1.1)}.accessories-container .accessories-grid .accessory-tile .image-wrapper{width:100%;height:220px;position:relative}@media (max-width:768px){.accessories-container .accessories-grid .accessory-tile .image-wrapper{border-radius:20px;height:140px}}.accessories-container .accessories-grid .accessory-tile .image-wrapper{background:linear-gradient(135deg,color-mix(in srgb,var(--bg-surface),black 20%),var(--bg-surface));box-shadow:inset 5px 5px 10px var(--shadow-dark),inset -5px -5px 10px #ffffff0d;border-radius:30px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;overflow:hidden}.accessories-container .accessories-grid .accessory-tile .image-wrapper .accessory-image{object-fit:contain;filter:drop-shadow(0 10px 10px #00000080);width:80%;height:80%;transition:transform .5s}.accessories-container .accessories-grid .accessory-tile .accessory-info{flex-direction:column;flex:1;align-items:flex-start;padding:0 .5rem;display:flex}.accessories-container .accessories-grid .accessory-tile .accessory-info .accessory-name{color:#fff;text-align:left;margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.accessories-container .accessories-grid .accessory-tile .accessory-info .accessory-description{color:var(--text-muted);text-align:left;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.accessories-container .accessories-grid .accessory-tile .accessory-footer{justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding:.5rem .5rem 0;display:flex}.accessories-container .accessories-grid .accessory-tile .accessory-footer .accessory-price{color:#fff;font-size:1.6rem;font-weight:800}.accessories-container .accessories-grid .accessory-tile .accessory-footer .add-to-cart-btn{background:linear-gradient(135deg,var(--gold-primary),var(--gold-dark));color:#000;cursor:pointer;width:50px;height:50px;box-shadow:0 5px 15px rgba(var(--gold-primary),.3);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.accessories-container .accessories-grid .accessory-tile .accessory-footer .add-to-cart-btn:hover{box-shadow:0 8px 20px rgba(var(--gold-primary),.5);color:#fff;transform:scale(1.1)rotate(90deg)}.accessories-container .accessories-grid .accessory-tile .accessory-footer .add-to-cart-btn:active{transform:scale(.95)}.aboutus-page{background-color:var(--bg-body);min-height:100vh;color:var(--text-main);background-image:radial-gradient(circle at 10% 20%,rgba(var(--gold-primary),.03)0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(var(--gold-primary),.03)0%,transparent 20%);padding-top:120px;overflow-x:hidden}.about{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem 6rem;position:relative}.about .hero-section{text-align:center;margin-bottom:8rem;padding:4rem 0;position:relative}.about .hero-section:after{content:"";background:var(--gold-primary);border-radius:2px;width:60px;height:3px;margin:2rem auto 0;display:block}.about .hero-section h1{color:var(--gold-primary);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;font-size:5rem;font-weight:300;line-height:1.1}@media (max-width:768px){.about .hero-section h1{letter-spacing:.1em;font-size:3rem}}.about .hero-section p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3em;font-size:1.5rem;font-weight:400}@media (max-width:768px){.about .hero-section p{letter-spacing:.2em;font-size:1rem}}.about .content-grid{grid-template-columns:repeat(12,1fr);gap:3rem;margin-bottom:8rem;display:grid}@media (max-width:900px){.about .content-grid{flex-direction:column;gap:3rem;margin-bottom:5rem;display:flex}}.about .content-grid .card{background:rgba(var(--bg-surface-2),.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--text-main),.05);border-radius:4px;grid-column:span 6;padding:3rem;transition:transform .4s,border-color .4s;position:relative}.about .content-grid .card:hover{border-color:rgba(var(--gold-primary),.3);transform:translateY(-5px)}.about .content-grid .card p{color:var(--text-muted);font-size:1.1rem;font-weight:300;line-height:1.9}.about .content-grid .card p strong{color:var(--gold-light);font-weight:500}.about .content-grid .card h2{color:var(--text-main);letter-spacing:.05em;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:400;display:flex}.about .content-grid .card h2:before{content:"";background:var(--gold-primary);width:8px;height:8px;margin-right:15px;display:inline-block;transform:rotate(45deg)}.about .content-grid .card.full-width{grid-column:span 12}.about .content-grid .card.highlight{background:linear-gradient(145deg,rgba(var(--gold-primary),.1)0%,transparent 100%);border:1px solid rgba(var(--gold-primary),.2)}.about .content-grid .card.highlight h2{color:var(--gold-primary);font-size:2.2rem}.about .content-grid .card.highlight p{color:var(--text-main);font-size:1.25rem}.about .content-grid .card.text-center{text-align:center;flex-direction:column;align-items:center;display:flex}.about .content-grid .card.text-center h2:before{display:none}.about .content-grid .card.text-center h2:after{content:"";background:var(--gold-primary);width:40px;height:2px;margin:1rem auto 0;display:block}.about .about-contact{text-align:center;border-top:1px solid rgba(var(--text-main),.1);border-bottom:1px solid rgba(var(--text-main),.1);padding:5rem 2rem;position:relative}.about .about-contact h2{color:var(--text-main);letter-spacing:.1em;text-transform:uppercase;margin-bottom:3rem;font-size:3rem;font-weight:300}.about .about-contact h2 span{color:var(--gold-primary);font-weight:600}.about .about-contact .contact-details{flex-wrap:wrap;justify-content:center;gap:4rem;margin-bottom:4rem;display:flex}@media (max-width:768px){.about .about-contact .contact-details{flex-direction:column;gap:2rem}}.about .about-contact .contact-details p{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.about .about-contact .contact-details p strong{color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.9rem;display:block}.about .about-contact .contact-details p a{color:inherit;text-decoration:none;transition:color .3s}.about .about-contact .contact-details p a:hover{color:var(--gold-light)}.about .about-contact .cta-button{border:1px solid var(--gold-primary);color:var(--gold-primary);text-transform:uppercase;letter-spacing:.2em;z-index:1;padding:1.2rem 3rem;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.about .about-contact .cta-button:before{content:"";background:var(--gold-primary);z-index:-1;width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.about .about-contact .cta-button:hover{color:var(--bg-body)}.about .about-contact .cta-button:hover:before{width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-fade-in{animation:1s ease-out forwards fadeIn}[data-reveal]{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}[data-reveal].revealed{opacity:1;transform:translateY(0)}.policy-page{background-color:var(--bg-body);min-height:100vh;color:var(--text-main);justify-content:center;padding:8rem 2rem 4rem;display:flex}.policy-page .policy-container{background:var(--bg-surface);width:100%;max-width:900px;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);border:1px solid #ffffff0d;border-radius:20px;padding:3rem}@media (max-width:768px){.policy-page .policy-container{padding:1.5rem}}.policy-page .policy-container h1{color:var(--gold-primary);text-align:center;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:2.5rem}@media (max-width:768px){.policy-page .policy-container h1{font-size:1.8rem}}.policy-page .policy-container .last-updated{text-align:center;color:var(--text-muted);margin-bottom:3rem;font-size:.9rem;font-style:italic}.policy-page .policy-container .policy-content{font-family:Inter,sans-serif;line-height:1.8}.policy-page .policy-container .policy-content section{margin-bottom:2.5rem}.policy-page .policy-container .policy-content section h2{color:var(--text-main);border-bottom:1px solid color-mix(in srgb,var(--gold-primary)30%,transparent);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:600;display:inline-block}.policy-page .policy-container .policy-content section p,.policy-page .policy-container .policy-content section li{color:color-mix(in srgb,var(--text-main),black 10%);text-align:justify;margin-bottom:1rem;font-size:1rem}.policy-page .policy-container .policy-content section ul{flex-direction:column;gap:.5rem;padding-left:1.5rem;display:flex}.policy-page .policy-container .policy-content section ul li{margin-bottom:0;list-style-type:disc}.login-page{background:var(--bg-body);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:100px 2rem 2rem;display:flex;position:relative;overflow:hidden}.login-page .login-background-blobs{z-index:1;filter:blur(80px);opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.login-page .login-background-blobs .blob{border-radius:50%;position:absolute}.login-page .login-background-blobs .blob-1{background:var(--gold-primary);width:400px;height:400px;top:-100px;right:-100px}.login-page .login-background-blobs .blob-2{background:#4a90e2;width:300px;height:300px;bottom:-50px;left:-50px}.login-page .login-background-blobs .blob-3{background:var(--primary);width:250px;height:250px;top:40%;left:20%}.login-page .login-container{z-index:2;perspective:1500px;opacity:0;width:100%;max-width:450px;transition:all .8s cubic-bezier(.22,1,.36,1);position:relative;transform:translateY(30px)}.login-page .login-container.revealed{opacity:1;transform:translateY(0)}.login-page .form-box{width:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .8s cubic-bezier(.645,.045,.355,1);position:relative}.login-page .form-box.active{transform:rotateY(180deg)}.login-page .login-card{background:rgba(var(--bg-surface),.7);-webkit-backdrop-filter:blur(20px);backface-visibility:hidden;border:1px solid #ffffff0d;border-radius:30px;width:100%;padding:3.5rem 3rem;transform:translate(0,0);box-shadow:20px 20px 40px #0000004d,-10px -10px 40px #ffffff05}@media (max-width:480px){.login-page .login-card{padding:2.5rem 1.5rem}}.login-page .login-card.card-back{position:absolute;top:0;left:0;transform:rotateY(180deg)translate(0,0)}.login-page .login-card .card-header{text-align:center;margin-bottom:2.5rem}.login-page .login-card .card-header h2{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.login-page .login-card .card-header p{color:var(--text-muted);font-size:.95rem}.login-page .login-card .toggle-link{color:var(--gold-primary);cursor:pointer;font-weight:600}.login-page .login-card .toggle-link:hover{text-decoration:underline}.login-page .login-card .login-form .input-group{background:#0003;border:1px solid #ffffff0d;border-radius:15px;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex;position:relative}.login-page .login-card .login-form .input-group .icon-wrapper{color:var(--text-muted);padding:0 1.2rem;font-size:1.1rem}.login-page .login-card .login-form .input-group input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:1.1rem 1rem 1.1rem 0;font-size:1rem}.login-page .login-card .login-form .input-group input::placeholder{color:#ffffff4d}.login-page .login-card .login-form .input-group:focus-within{border-color:var(--gold-primary);box-shadow:0 0 15px rgba(var(--gold-primary),.1);background:#0000004d}.login-page .login-card .login-form .input-group:focus-within .icon-wrapper{color:var(--gold-primary)}.login-page .login-card .login-form .form-options{justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.85rem;display:flex}.login-page .login-card .login-form .form-options .remember-me{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.login-page .login-card .login-form .form-options .remember-me input{cursor:pointer;accent-color:var(--gold-primary)}.login-page .login-card .login-form .form-options a{color:var(--gold-primary);text-decoration:none;transition:opacity .3s}.login-page .login-card .login-form .form-options a:hover{opacity:.8}.login-page .login-card .login-form .login-btn{background:linear-gradient(135deg,var(--gold-primary),var(--gold-light));color:#000;cursor:pointer;border:none;border-radius:15px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-bottom:2rem;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.login-page .login-card .login-form .login-btn svg{transition:transform .3s}.login-page .login-card .login-form .login-btn:hover{box-shadow:0 10px 20px rgba(var(--gold-primary),.3);transform:translateY(-2px)}.login-page .login-card .login-form .login-btn:hover svg{transform:translate(5px)}.login-page .login-card .login-form .login-btn:active{transform:translateY(0)}.login-page .login-card .divider{text-align:center;margin-bottom:2rem;position:relative}.login-page .login-card .divider:before{content:"";z-index:1;background:#ffffff1a;width:100%;height:1px;position:absolute;top:50%;left:0}.login-page .login-card .divider span{z-index:2;background:var(--bg-surface);color:#ffffff4d;text-transform:uppercase;letter-spacing:1px;padding:0 1rem;font-size:.8rem;position:relative}.login-page .login-card .social-login{gap:1rem;margin-bottom:2.5rem;display:flex}.login-page .login-card .social-login .social-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:.8rem;font-size:1.2rem;transition:all .3s;display:flex}.login-page .login-card .social-login .social-btn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.login-page .login-card .social-login .social-btn.google:hover{color:#ea4335}.login-page .login-card .social-login .social-btn.facebook:hover{color:#1877f2}.login-page .login-card .card-footer{text-align:center;color:var(--text-muted);font-size:.9rem}.login-page .login-card .card-footer a{color:var(--gold-primary);margin-left:.3rem;font-weight:600;text-decoration:none}.login-page .login-card .card-footer a:hover{text-decoration:underline}.whatsapp-float{color:#fff;z-index:9999;opacity:.5;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:2px 2px 10px #0000004d}.whatsapp-float:hover{opacity:1;transform:scale(1.1)translateY(-5px);box-shadow:5px 5px 20px #25d36666}@media (max-width:768px){.whatsapp-float{width:50px;height:50px;font-size:28px;bottom:20px;right:20px}}.whatsapp-float .whatsapp-icon{filter:drop-shadow(1px 1px 2px #0003)}:root{--primary:#d4af37;--secondary:#1e1e1e;--bg-body:#1e1e1e;--bg-surface:#1e1e1e;--bg-surface-2:#252525;--bg-header-translucent:#1e1e1ef2;--text-main:#fff;--text-muted:#b0b0b0;--shadow-light:#ffffff14;--shadow-dark:#0009;--gold-primary:#d4af37;--gold-light:#f4c430;--gold-dark:#aa8c2c}[data-theme=light]{--primary:#d4af37;--secondary:#fff;--bg-body:#e0e5ec;--bg-surface:#e0e5ec;--bg-surface-2:#fff;--bg-header-translucent:#e0e5ecf2;--text-main:#4a4a4a;--text-muted:#7a7a7a;--shadow-light:#fff;--shadow-dark:#a3b1c6;--gold-primary:#b8860b;--gold-light:#daa520;--gold-dark:#8b6508}.neu-lifted{background:var(--bg-surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);border:1px solid #ffffff05;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.neu-lifted:hover{box-shadow:12px 12px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);transform:translateY(-4px)}.neu-pressed{background:var(--bg-surface);box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);border:1px solid #ffffff03;border-radius:20px}.neu-button{background:var(--bg-surface);color:var(--gold-primary);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);border:none;border-radius:12px;padding:1rem 2rem;font-weight:600;transition:all .3s}.neu-button:hover{color:var(--gold-light);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-2px)}.neu-button:active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(1px)}.neu-icon-btn{background:var(--bg-surface);width:50px;height:50px;color:var(--gold-primary);box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.neu-icon-btn:hover{color:#fff;box-shadow:7px 7px 14px var(--shadow-dark),-7px -7px 14px var(--shadow-light);transform:scale(1.05)}.neu-icon-btn:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.cart-page{background:var(--bg-body);min-height:100vh;padding:120px 5% 50px}.cart-page.empty{text-align:center;justify-content:center;align-items:center;display:flex}.cart-page.empty .empty-cart-content h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.cart-page.empty .empty-cart-content p{color:var(--text-muted);margin-bottom:2rem}.cart-page.empty .empty-cart-content .shop-btn{background:var(--gold-primary);color:#000;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:transform .3s;display:inline-block}.cart-page.empty .empty-cart-content .shop-btn:hover{transform:scale(1.05)}.cart-page .cart-container{max-width:1200px;margin:0 auto}.cart-page .cart-container .cart-title{color:#fff;text-align:center;letter-spacing:2px;margin-bottom:3rem;font-size:2.5rem}.cart-page .cart-content{grid-template-columns:1fr 350px;gap:3rem;display:grid}@media (max-width:992px){.cart-page .cart-content{grid-template-columns:1fr}}.cart-page .cart-items{flex-direction:column;gap:2rem;display:flex}.cart-page .cart-item{background:rgba(var(--bg-surface),.5);border-radius:20px;grid-template-columns:120px 1fr auto;align-items:center;gap:2rem;padding:1.5rem;display:grid}@media (max-width:600px){.cart-page .cart-item{text-align:center;grid-template-columns:1fr}}.cart-page .cart-item .item-img{object-fit:cover;border-radius:15px;width:120px;height:120px;margin:0 auto}.cart-page .cart-item .item-details h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.cart-page .cart-item .item-details .item-variant{color:var(--gold-primary);margin-bottom:1rem;font-size:.9rem}.cart-page .cart-item .item-details .price-info{flex-direction:column;gap:.2rem;display:flex}.cart-page .cart-item .item-details .price-info .item-price{color:#fff;font-size:1.2rem;font-weight:700}.cart-page .cart-item .item-details .price-info .item-original{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.cart-page .cart-item .item-details .price-info .item-savings{color:#2ecc71;font-size:.85rem;font-weight:600}.cart-page .cart-item .item-actions{align-items:center;gap:2rem;display:flex}@media (max-width:600px){.cart-page .cart-item .item-actions{justify-content:center}}.cart-page .cart-item .item-actions .quantity-controls{background:var(--bg-surface);border-radius:50px;align-items:center;gap:1.5rem;padding:.5rem 1rem;display:flex}.cart-page .cart-item .item-actions .quantity-controls button{color:var(--gold-primary);cursor:pointer;background:0 0;border:none;align-items:center;font-size:.8rem;display:flex}.cart-page .cart-item .item-actions .quantity-controls button:hover{color:#fff}.cart-page .cart-item .item-actions .quantity-controls span{color:#fff;font-weight:700}.cart-page .cart-item .item-actions .remove-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:transform .2s}.cart-page .cart-item .item-actions .remove-btn:hover{transform:scale(1.2)}.cart-page .cart-summary{background:rgba(var(--bg-surface),.5);border-radius:20px;height:min-content;padding:2.5rem;position:sticky;top:120px}.cart-page .cart-summary h2{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem}.cart-page .cart-summary .summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:1.5rem;font-size:1.1rem;display:flex}.cart-page .cart-summary .summary-row.total{color:#fff;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1rem;font-size:1.4rem;font-weight:800}.cart-page .cart-summary .checkout-btn{background:linear-gradient(135deg,var(--gold-primary),#fff);color:#000;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:2.5rem;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:transform .3s,box-shadow .3s;display:flex}.cart-page .cart-summary .checkout-btn:hover{box-shadow:0 10px 20px rgba(var(--gold-primary),.3);transform:translateY(-3px)}.cart-page .cart-summary .checkout-btn svg{color:#25d366;font-size:1.4rem}
