@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";.newsletter .container{height:60vh;background-color:#b4d4ff;display:flex;align-items:center;justify-content:center;flex-direction:column}.newsletter .container h1{font-size:70px;margin-bottom:20px}.newsletter .container p{font-size:24px;font-weight:300;margin-bottom:20px}.newsletter .container .inputContainer{width:50%;height:40px;background-color:#fff;display:flex;justify-content:space-between;border:1px solid lightgray}.newsletter .container .inputContainer input{border:none;flex:8;padding-left:20px}.newsletter .container .inputContainer button{flex:1;border:none;background-color:#176b87;color:#fff}.products{padding:2rem 0 4rem;background:var(--color-white)}.products .container{max-width:1400px;margin:0 auto;padding:0 2rem}.products .container .products-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(168,168,168,.1);text-align:center}.products .container .products-header .section-badge{display:inline-flex;align-items:center;padding:.6rem 1.5rem;background:rgba(11,11,11,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(11,11,11,.1);border-radius:50px;margin-bottom:2rem}.products .container .products-header .section-badge span{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black);text-transform:uppercase;letter-spacing:1px}.products .container .products-header .results-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.products .container .products-header .results-info .results-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.products .container .products-header .results-info .results-filters .filter-tag{padding:.5rem 1rem;background:rgba(11,11,11,.05);color:var(--color-black);font-family:var(--font-body);font-size:.85rem;font-weight:500;border-radius:50px;text-transform:capitalize;letter-spacing:.5px}.products .container .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;align-items:start}.products .container .products-grid .product-wrapper{animation:productSlideIn .6s ease-out both}.products .container .no-products{display:flex;justify-content:center;align-items:center;min-height:400px}.products .container .no-products .no-products-content{text-align:center;max-width:400px}.products .container .no-products .no-products-content h3{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--color-black);margin-bottom:1rem}.products .container .no-products .no-products-content p{font-family:var(--font-body);font-size:1.1rem;color:#0b0b0b99;line-height:1.6}.products-loading{padding:2rem 0 4rem;background:var(--color-white)}.products-loading .container{max-width:1400px;margin:0 auto;padding:0 2rem}.products-loading .container .loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;align-items:start}.products-loading .container .loading-grid .loading-card{background:var(--color-white);border-radius:16px;overflow:hidden;border:1px solid rgba(168,168,168,.1)}.products-loading .container .loading-grid .loading-card .loading-image{width:100%;height:320px;background:linear-gradient(90deg,rgba(168,168,168,.1) 0%,rgba(168,168,168,.2) 50%,rgba(168,168,168,.1) 100%);background-size:200% 100%;animation:shimmer 2s infinite}.products-loading .container .loading-grid .loading-card .loading-content{padding:1.5rem}.products-loading .container .loading-grid .loading-card .loading-content .loading-brand,.products-loading .container .loading-grid .loading-card .loading-content .loading-title,.products-loading .container .loading-grid .loading-card .loading-content .loading-price{height:1rem;background:linear-gradient(90deg,rgba(168,168,168,.1) 0%,rgba(168,168,168,.2) 50%,rgba(168,168,168,.1) 100%);background-size:200% 100%;border-radius:4px;margin-bottom:.75rem;animation:shimmer 2s infinite}.products-loading .container .loading-grid .loading-card .loading-content .loading-brand{width:60%;height:.8rem}.products-loading .container .loading-grid .loading-card .loading-content .loading-title{width:80%;height:1.2rem}.products-loading .container .loading-grid .loading-card .loading-content .loading-price{width:40%;height:1rem}.products-error{padding:4rem 0;background:var(--color-white)}.products-error .container{max-width:1400px;margin:0 auto;padding:0 2rem}.products-error .container .error-content{text-align:center;max-width:500px;margin:0 auto;padding:3rem 2rem;background:rgba(231,76,60,.05);border-radius:16px;border:1px solid rgba(231,76,60,.1)}.products-error .container .error-content h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:#e74c3c;margin-bottom:1rem}.products-error .container .error-content p{font-family:var(--font-body);font-size:1rem;color:#0b0b0bb3;line-height:1.6;margin-bottom:2rem}.products-error .container .error-content button{padding:.875rem 2rem;background:#e74c3c;color:var(--color-white);border:none;border-radius:50px;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products-error .container .error-content button:hover{background:#c0392b;transform:translateY(-1px);box-shadow:0 4px 12px #e74c3c4d}@keyframes productSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 1024px){.products .container{padding:0 1.5rem}.products .container .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.products-loading .container{padding:0 1.5rem}.products-loading .container .loading-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}@media (max-width: 768px){.products{padding:1.5rem 0 3rem}.products .container{padding:0 1rem}.products .container .products-header{margin-bottom:2rem}.products .container .products-header .results-info{flex-direction:column;align-items:flex-start;gap:1rem}.products .container .products-header .results-info .results-count{font-size:1.1rem}.products .container .products-header .results-info .results-filters .filter-tag{font-size:.8rem;padding:.4rem .8rem}.products .container .products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.products-loading{padding:1.5rem 0 3rem}.products-loading .container{padding:0 1rem}.products-loading .container .loading-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 480px){.products .container .products-grid{grid-template-columns:1fr;gap:1.2rem}.products .container .products-header .results-info .results-filters{gap:.5rem}.products .container .products-header .results-info .results-filters .filter-tag{font-size:.75rem;padding:.3rem .6rem}.products-loading .container .loading-grid{grid-template-columns:1fr;gap:1.2rem}}.product .link{text-decoration:none;color:inherit;display:block}.product .link .product-card{background:var(--color-white);border-radius:16px;overflow:hidden;border:1px solid rgba(168,168,168,.1);transition:all .4s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.product .link .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0b0b0b1a;border-color:#a8a8a833}.product .link .product-card:hover .image-container .product-overlay{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product .link .product-card:hover .image-container img{transform:scale(1.05)}.product .link .product-card:hover .product-info .product-title{color:var(--color-black)}.product .link .product-card .image-container{position:relative;width:100%;height:320px;overflow:hidden;background:rgba(248,248,248,.5)}.product .link .product-card .image-container img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .4s ease}.product .link .product-card .image-container .product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(11,11,11,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.product .link .product-card .image-container .product-overlay .view-details{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-white);text-transform:uppercase;letter-spacing:1px;padding:.75rem 1.5rem;border:2px solid var(--color-white);border-radius:50px;transition:all .3s ease}.product .link .product-card .image-container .product-overlay .view-details:hover{background:var(--color-white);color:var(--color-black)}.product .link .product-card .product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.product .link .product-card .product-info .product-brand span{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--color-gray);text-transform:uppercase;letter-spacing:1px}.product .link .product-card .product-info .product-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-black);line-height:1.3;margin:0;transition:color .3s ease;letter-spacing:-.5px}.product .link .product-card .product-info .product-price{display:flex;align-items:center;gap:.75rem;margin-top:auto}.product .link .product-card .product-info .product-price .price{font-family:var(--font-body);font-size:1.1rem;font-weight:700;color:var(--color-black)}.product .link .product-card .product-info .product-price .original-price{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-gray);text-decoration:line-through;opacity:.7}@media (max-width: 768px){.product .link .product-card .image-container{height:280px}.product .link .product-card .product-info{padding:1.25rem}.product .link .product-card .product-info .product-title{font-size:1.1rem}.product .link .product-card .product-info .product-price .price{font-size:1rem}.product .link .product-card .product-info .product-price .original-price{font-size:.85rem}}@media (max-width: 480px){.product .link .product-card .image-container{height:250px}.product .link .product-card .image-container .product-overlay .view-details{font-size:.9rem;padding:.6rem 1.2rem}.product .link .product-card .product-info{padding:1rem}.product .link .product-card .product-info .product-brand span{font-size:.8rem}.product .link .product-card .product-info .product-title{font-size:1rem}.product .link .product-card .product-info .product-price .price{font-size:.95rem}.product .link .product-card .product-info .product-price .original-price{font-size:.8rem}}.hero-container{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--color-black)}.hero-container .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-container .hero-background .hero-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.85) contrast(1.1);transition:transform 8s ease-in-out;animation:heroImageFloat 8s ease-in-out infinite alternate}.hero-container .hero-background .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,11,11,.4) 0%,rgba(11,11,11,.2) 50%,rgba(11,11,11,.6) 100%);z-index:2}.hero-container .hero-content{position:relative;z-index:10;max-width:1200px;width:100%;padding:0 2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:var(--color-white)}.hero-container .hero-content .hero-text{max-width:600px;animation:heroContentSlide 1s ease-out}.hero-container .hero-content .hero-text .hero-badge{display:inline-flex;align-items:center;padding:.5rem 1.2rem;background:rgba(248,248,248,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(248,248,248,.2);border-radius:50px;margin-bottom:2rem;animation:heroFadeIn 1s ease-out .3s both}.hero-container .hero-content .hero-text .hero-badge span{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:var(--color-white);text-transform:uppercase;letter-spacing:1px}.hero-container .hero-content .hero-text .hero-title{font-family:var(--font-heading);font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:.9;margin-bottom:1.5rem;color:var(--color-white)}.hero-container .hero-content .hero-text .hero-title .title-line{display:block;animation:heroTitleSlide 1s ease-out}.hero-container .hero-content .hero-text .hero-title .title-line.luxury{color:transparent;background:linear-gradient(135deg,#ffffff 0%,#a8a8a8 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:heroTitleSlide 1s ease-out .2s both}.hero-container .hero-content .hero-text .hero-subtitle{font-family:var(--font-body);font-size:1.2rem;font-weight:400;line-height:1.6;color:#f8f8f8cc;margin-bottom:3rem;max-width:500px;animation:heroFadeIn 1s ease-out .4s both}.hero-container .hero-content .hero-text .hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;animation:heroFadeIn 1s ease-out .5s both}.hero-container .hero-content .hero-text .hero-actions .hero-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:all .4s ease;text-transform:capitalize;position:relative;overflow:hidden}.hero-container .hero-content .hero-text .hero-actions .hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-container .hero-content .hero-text .hero-actions .hero-button:hover:before{left:100%}.hero-container .hero-content .hero-text .hero-actions .hero-button.primary{background:var(--color-white);color:var(--color-black)}.hero-container .hero-content .hero-text .hero-actions .hero-button.primary:hover{background:transparent;color:var(--color-white);border-color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 25px #f8f8f833}.hero-container .hero-content .hero-text .hero-actions .hero-button.secondary{background:transparent;color:var(--color-white);border-color:#f8f8f880}.hero-container .hero-content .hero-text .hero-actions .hero-button.secondary:hover{background:var(--color-white);color:var(--color-black);border-color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 25px #f8f8f833}.hero-container .hero-content .hero-features{display:flex;gap:3rem;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(248,248,248,.1);animation:heroFadeIn 1s ease-out .7s both}.hero-container .hero-content .hero-features .feature-item{display:flex;align-items:center;gap:.75rem}.hero-container .hero-content .hero-features .feature-item .feature-icon{font-size:1.25rem;filter:grayscale(1);opacity:.8}.hero-container .hero-content .hero-features .feature-item span{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#f8f8f8cc;text-transform:uppercase;letter-spacing:.5px}.hero-container .hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10;animation:heroFadeIn 1s ease-out 1s both}.hero-container .hero-scroll-indicator .scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,transparent,var(--color-white),transparent);animation:scrollIndicator 2s ease-in-out infinite}.hero-container .hero-scroll-indicator span{font-family:var(--font-body);font-size:.8rem;color:#f8f8f899;text-transform:uppercase;letter-spacing:1px;writing-mode:vertical-rl;text-orientation:mixed}@keyframes heroImageFloat{0%{transform:scale(1) rotate(0)}to{transform:scale(1.05) rotate(.5deg)}}@keyframes heroContentSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitleSlide{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollIndicator{0%,to{opacity:.4}50%{opacity:1}}@media (max-width: 1024px){.hero-container .hero-content{padding:0 1.5rem}.hero-container .hero-content .hero-text .hero-actions{gap:1rem}.hero-container .hero-content .hero-features{gap:2rem;flex-wrap:wrap}}@media (max-width: 768px){.hero-container{min-height:600px}.hero-container .hero-content{padding:0 1rem;align-items:center;text-align:center}.hero-container .hero-content .hero-text{max-width:100%}.hero-container .hero-content .hero-text .hero-title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem}.hero-container .hero-content .hero-text .hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-container .hero-content .hero-text .hero-actions{flex-direction:column;gap:1rem}.hero-container .hero-content .hero-text .hero-actions .hero-button{width:100%;max-width:280px;padding:1rem 2rem}.hero-container .hero-content .hero-features{margin-top:3rem;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero-container .hero-content .hero-features .feature-item{flex-direction:column;gap:.5rem;text-align:center}.hero-container .hero-content .hero-features .feature-item span{font-size:.8rem}.hero-container .hero-scroll-indicator span{writing-mode:horizontal-tb;font-size:.7rem}}@media (max-width: 480px){.hero-container .hero-content .hero-text .hero-badge span{font-size:.75rem}.hero-container .hero-content .hero-text .hero-subtitle{font-size:1rem}.hero-container .hero-content .hero-text .hero-actions .hero-button{padding:.875rem 1.5rem;font-size:.9rem}}.brands-section{padding:8rem 0;background:linear-gradient(180deg,var(--color-white) 0%,rgba(248,248,248,.5) 50%,var(--color-white) 100%);position:relative;overflow:hidden}.brands-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(168,168,168,.3) 50%,transparent 100%)}.brands-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}.brands-section .container .brands-header{text-align:center;margin-bottom:5rem;animation:brandsHeaderSlide 1s ease-out}.brands-section .container .brands-header .section-badge{display:inline-flex;align-items:center;padding:.6rem 1.5rem;background:rgba(11,11,11,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(11,11,11,.1);border-radius:50px;margin-bottom:2rem}.brands-section .container .brands-header .section-badge span{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black);text-transform:uppercase;letter-spacing:1px}.brands-section .container .brands-header .section-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--color-black)}.brands-section .container .brands-header .section-title .title-line{display:block}.brands-section .container .brands-header .section-title .title-line.highlight{color:transparent;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brands-section .container .brands-header .section-subtitle{font-family:var(--font-body);font-size:1.1rem;font-weight:400;line-height:1.7;color:#0b0b0bb3;max-width:600px;margin:0 auto}.brands-section .container .brands-slider{width:100%;overflow:hidden;position:relative;margin-bottom:5rem}.brands-section .container .brands-slider:before,.brands-section .container .brands-slider:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:10;pointer-events:none}.brands-section .container .brands-slider:before{left:0;background:linear-gradient(to right,var(--color-white) 0%,rgba(248,248,248,.8) 50%,transparent 100%)}.brands-section .container .brands-slider:after{right:0;background:linear-gradient(to left,var(--color-white) 0%,rgba(248,248,248,.8) 50%,transparent 100%)}.brands-section .container .brands-slider .brands-track{display:flex;animation:brandSlide 30s linear infinite;will-change:transform}.brands-section .container .brands-slider .brands-track:hover{animation-play-state:paused}.brands-section .container .brands-slider .brands-track .brand-slide{flex:none;width:280px;height:200px;margin-right:2rem;background:var(--color-white);border-radius:20px;border:1px solid rgba(168,168,168,.1);overflow:hidden;cursor:pointer;transition:all .4s ease}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-logo{max-width:120px;max-height:80px;width:auto;height:auto;object-fit:contain;transition:all .4s ease;filter:grayscale(.3) brightness(.9)}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(11,11,11,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:all .4s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-white);text-transform:uppercase;letter-spacing:1px}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#f8f8f8cc;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link svg{transition:transform .3s ease}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link:hover{color:var(--color-white)}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link:hover svg{transform:translate(3px) translateY(-3px)}.brands-section .container .brands-footer .stats-container{display:flex;justify-content:center;gap:4rem;padding:3rem 0;border-top:1px solid rgba(168,168,168,.1);animation:brandsFooterSlide 1s ease-out .3s both}.brands-section .container .brands-footer .stats-container .stat-item{text-align:center}.brands-section .container .brands-footer .stats-container .stat-item .stat-number{display:block;font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brands-section .container .brands-footer .stats-container .stat-item .stat-label{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#0b0b0b99;text-transform:uppercase;letter-spacing:1px}@keyframes brandSlide{0%{transform:translate(0)}to{transform:translate(calc(-1680px - 12rem))}}@keyframes brandsHeaderSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes brandCardSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes brandsFooterSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.brands-section{padding:6rem 0}.brands-section .container .brands-slider .brands-track .brand-slide{width:250px;margin-right:1.5rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container{padding:1.5rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-logo{max-width:100px;max-height:70px}.brands-section .container .brands-footer .stats-container{gap:3rem}@keyframes brandSlide{0%{transform:translate(0)}to{transform:translate(calc(-1500px - 9rem))}}}@media (max-width: 768px){.brands-section{padding:5rem 0}.brands-section .container{padding:0 1.5rem}.brands-section .container .brands-header{margin-bottom:3rem}.brands-section .container .brands-header .section-subtitle{font-size:1rem}.brands-section .container .brands-slider{margin-bottom:3rem}.brands-section .container .brands-slider:before,.brands-section .container .brands-slider:after{width:50px}.brands-section .container .brands-slider .brands-track{animation-duration:25s}.brands-section .container .brands-slider .brands-track .brand-slide{width:220px;height:160px;margin-right:1.2rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container{padding:1.5rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-logo{max-width:90px;max-height:60px}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-name{font-size:1.2rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link{font-size:.8rem}.brands-section .container .brands-footer .stats-container{gap:2rem;flex-wrap:wrap}.brands-section .container .brands-footer .stats-container .stat-item .stat-number{font-size:2rem}.brands-section .container .brands-footer .stats-container .stat-item .stat-label{font-size:.8rem}@keyframes brandSlide{0%{transform:translate(0)}to{transform:translate(calc(-1320px - 7.2rem))}}}@media (max-width: 480px){.brands-section{padding:4rem 0}.brands-section .container{padding:0 1rem}.brands-section .container .brands-slider:before,.brands-section .container .brands-slider:after{width:30px}.brands-section .container .brands-slider .brands-track{animation-duration:20s}.brands-section .container .brands-slider .brands-track .brand-slide{width:180px;height:140px;margin-right:1rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container{padding:1.2rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-logo{max-width:70px;max-height:50px}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-name{font-size:1rem}.brands-section .container .brands-slider .brands-track .brand-slide .brand-logo-container .brand-overlay .brand-link{font-size:.75rem}.brands-section .container .brands-footer .stats-container{gap:1.5rem}.brands-section .container .brands-footer .stats-container .stat-item .stat-number{font-size:1.8rem}.brands-section .container .brands-footer .stats-container .stat-item .stat-label{font-size:.75rem}@keyframes brandSlide{0%{transform:translate(0)}to{transform:translate(calc(-1080px - 6rem))}}}.about-section{padding:8rem 0;background:linear-gradient(180deg,var(--color-white) 0%,rgba(248,248,248,.3) 50%,var(--color-white) 100%);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(168,168,168,.3) 50%,transparent 100%)}.about-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-section .container .about-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin-bottom:6rem}.about-section .container .about-content .about-left{position:relative;animation:aboutImageSlide 1s ease-out}.about-section .container .about-content .about-left .about-images{position:relative;height:600px}.about-section .container .about-content .about-left .about-images .main-image{position:absolute;top:0;left:0;width:70%;height:75%;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #0b0b0b26;z-index:2}.about-section .container .about-content .about-left .about-images .main-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.about-section .container .about-content .about-left .about-images .main-image:hover img{transform:scale(1.05)}.about-section .container .about-content .about-left .about-images .secondary-image{position:absolute;bottom:0;right:0;width:50%;height:60%;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0b0b0b1a;border:4px solid var(--color-white);z-index:3}.about-section .container .about-content .about-left .about-images .secondary-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.about-section .container .about-content .about-left .about-images .secondary-image:hover img{transform:scale(1.05)}.about-section .container .about-content .about-left .about-images:after{content:"";position:absolute;top:10%;right:15%;width:200px;height:200px;background:linear-gradient(135deg,rgba(168,168,168,.1) 0%,transparent 100%);border-radius:50%;z-index:1}.about-section .container .about-content .about-right{animation:aboutTextSlide 1s ease-out .2s both}.about-section .container .about-content .about-right .about-text .section-badge{display:inline-flex;align-items:center;padding:.6rem 1.5rem;background:rgba(11,11,11,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(11,11,11,.1);border-radius:50px;margin-bottom:2rem}.about-section .container .about-content .about-right .about-text .section-badge span{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black);text-transform:uppercase;letter-spacing:1px}.about-section .container .about-content .about-right .about-text .section-title{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:2rem;color:var(--color-black)}.about-section .container .about-content .about-right .about-text .section-title .title-line{display:block}.about-section .container .about-content .about-right .about-text .section-title .title-line.highlight{color:transparent;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-section .container .about-content .about-right .about-text .about-description{margin-bottom:3rem}.about-section .container .about-content .about-right .about-text .about-description .lead-text{font-family:var(--font-body);font-size:1.3rem;font-weight:500;line-height:1.6;color:var(--color-black);margin-bottom:1.5rem}.about-section .container .about-content .about-right .about-text .about-description p{font-family:var(--font-body);font-size:1.1rem;font-weight:400;line-height:1.8;color:#0b0b0bb3;margin-bottom:1.5rem}.about-section .container .about-content .about-right .about-text .about-description p:last-child{margin-bottom:0}.about-section .container .about-content .about-right .about-text .about-stats{display:flex;gap:2rem;margin-bottom:3rem;padding:2rem 0;border-top:1px solid rgba(168,168,168,.1);border-bottom:1px solid rgba(168,168,168,.1)}.about-section .container .about-content .about-right .about-text .about-stats .stat-item{text-align:left}.about-section .container .about-content .about-right .about-text .about-stats .stat-item .stat-number{display:block;font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-section .container .about-content .about-right .about-text .about-stats .stat-item .stat-label{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#0b0b0b99;text-transform:uppercase;letter-spacing:1px}.about-section .container .about-content .about-right .about-text .about-actions{display:flex;gap:1.5rem;align-items:center}.about-section .container .about-content .about-right .about-text .about-actions .about-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;border:2px solid transparent;cursor:pointer;transition:all .4s ease;text-transform:capitalize;position:relative;overflow:hidden}.about-section .container .about-content .about-right .about-text .about-actions .about-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.about-section .container .about-content .about-right .about-text .about-actions .about-button:hover:before{left:100%}.about-section .container .about-content .about-right .about-text .about-actions .about-button.primary{background:var(--color-black);color:var(--color-white)}.about-section .container .about-content .about-right .about-text .about-actions .about-button.primary:hover{background:transparent;color:var(--color-black);border-color:var(--color-black);transform:translateY(-2px);box-shadow:0 8px 25px #0b0b0b33}.about-section .container .about-content .about-right .about-text .about-actions .about-button.secondary{background:transparent;color:var(--color-black);border-color:#0b0b0b4d}.about-section .container .about-content .about-right .about-text .about-actions .about-button.secondary:hover{background:var(--color-black);color:var(--color-white);border-color:var(--color-black);transform:translateY(-2px);box-shadow:0 8px 25px #0b0b0b33}.about-section .container .about-values{animation:aboutValuesSlide 1s ease-out .4s both}.about-section .container .about-values .values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.about-section .container .about-values .values-grid .value-item{text-align:center;padding:3rem 2rem;background:var(--color-white);border-radius:20px;border:1px solid rgba(168,168,168,.1);transition:all .4s ease}.about-section .container .about-values .values-grid .value-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0b0b0b1a;border-color:#a8a8a833}.about-section .container .about-values .values-grid .value-item:hover .value-icon{transform:scale(1.1);color:var(--color-black)}.about-section .container .about-values .values-grid .value-item .value-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:rgba(11,11,11,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-gray);transition:all .4s ease}.about-section .container .about-values .values-grid .value-item .value-icon svg{width:24px;height:24px}.about-section .container .about-values .values-grid .value-item h4{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-black);margin-bottom:1rem;letter-spacing:-.5px}.about-section .container .about-values .values-grid .value-item p{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.6;color:#0b0b0b99}@keyframes aboutImageSlide{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes aboutTextSlide{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes aboutValuesSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.about-section{padding:6rem 0}.about-section .container .about-content{gap:4rem}.about-section .container .about-content .about-left .about-images{height:500px}.about-section .container .about-content .about-right .about-text .about-stats{gap:1.5rem}.about-section .container .about-content .about-right .about-text .about-actions{gap:1rem;flex-wrap:wrap}.about-section .container .about-values .values-grid{gap:2rem}.about-section .container .about-values .values-grid .value-item{padding:2.5rem 1.5rem}}@media (max-width: 768px){.about-section{padding:5rem 0}.about-section .container{padding:0 1.5rem}.about-section .container .about-content{grid-template-columns:1fr;gap:4rem;text-align:center}.about-section .container .about-content .about-left .about-images{height:400px;max-width:500px;margin:0 auto}.about-section .container .about-content .about-right .about-text .about-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.about-section .container .about-content .about-right .about-text .about-stats .stat-item{text-align:center;min-width:120px}.about-section .container .about-content .about-right .about-text .about-stats .stat-item .stat-number{font-size:1.5rem}.about-section .container .about-content .about-right .about-text .about-stats .stat-item .stat-label{font-size:.8rem}.about-section .container .about-content .about-right .about-text .about-actions{justify-content:center}.about-section .container .about-content .about-right .about-text .about-actions .about-button{padding:.875rem 2rem;font-size:.9rem}.about-section .container .about-values .values-grid{grid-template-columns:1fr;gap:1.5rem}.about-section .container .about-values .values-grid .value-item{padding:2rem 1.5rem}.about-section .container .about-values .values-grid .value-item h4{font-size:1.1rem}.about-section .container .about-values .values-grid .value-item p{font-size:.9rem}}@media (max-width: 480px){.about-section{padding:4rem 0}.about-section .container{padding:0 1rem}.about-section .container .about-content{gap:3rem}.about-section .container .about-content .about-left .about-images{height:300px}.about-section .container .about-content .about-left .about-images .main-image,.about-section .container .about-content .about-left .about-images .secondary-image{border-radius:16px}.about-section .container .about-content .about-right .about-text .section-title{margin-bottom:1.5rem}.about-section .container .about-content .about-right .about-text .about-description{margin-bottom:2rem}.about-section .container .about-content .about-right .about-text .about-description .lead-text{font-size:1.1rem}.about-section .container .about-content .about-right .about-text .about-description p{font-size:1rem}.about-section .container .about-content .about-right .about-text .about-stats{margin-bottom:2rem;padding:1.5rem 0;gap:.5rem}.about-section .container .about-content .about-right .about-text .about-stats .stat-item{min-width:100px}.about-section .container .about-content .about-right .about-text .about-actions{flex-direction:column;gap:1rem}.about-section .container .about-content .about-right .about-text .about-actions .about-button{width:100%;max-width:280px}}.testimonials-section{padding:8rem 0;background:linear-gradient(180deg,var(--color-white) 0%,rgba(11,11,11,.02) 50%,var(--color-white) 100%);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(168,168,168,.3) 50%,transparent 100%)}.testimonials-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}.testimonials-section .container .testimonials-header{text-align:center;margin-bottom:4rem;animation:testimonialsHeaderSlide 1s ease-out}.testimonials-section .container .testimonials-header .section-badge{display:inline-flex;align-items:center;padding:.6rem 1.5rem;background:rgba(11,11,11,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(11,11,11,.1);border-radius:50px;margin-bottom:2rem}.testimonials-section .container .testimonials-header .section-badge span{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black);text-transform:uppercase;letter-spacing:1px}.testimonials-section .container .testimonials-header .section-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--color-black)}.testimonials-section .container .testimonials-header .section-title .title-line{display:block}.testimonials-section .container .testimonials-header .section-title .title-line.highlight{color:transparent;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonials-section .container .testimonials-header .section-subtitle{font-family:var(--font-body);font-size:1.1rem;font-weight:400;line-height:1.7;color:#0b0b0bb3;max-width:600px;margin:0 auto}.testimonials-section .container .testimonials-carousel{margin-bottom:4rem;animation:testimonialsCarouselSlide 1s ease-out .2s both}.testimonials-section .container .testimonials-carousel .carousel-container{position:relative;overflow:hidden;border-radius:24px;max-width:900px;margin:0 auto}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track{display:flex;transition:transform .6s ease-in-out;will-change:transform}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card{flex:none;width:100%;padding:0}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content{background:var(--color-white);border-radius:24px;padding:3rem;border:1px solid rgba(168,168,168,.1);box-shadow:0 20px 60px #0b0b0b14;text-align:center;position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:center}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content:before{content:'"';position:absolute;top:-10px;left:50%;transform:translate(-50%);font-family:var(--font-heading);font-size:8rem;font-weight:300;color:#a8a8a81a;z-index:1;line-height:1}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:2rem;z-index:2;position:relative}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .rating svg{color:#fbbf24;transition:transform .2s ease}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .rating svg:hover{transform:scale(1.2)}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .review-text{font-family:var(--font-body);font-size:1.3rem;font-weight:400;line-height:1.7;color:var(--color-black);margin:0 0 2.5rem;position:relative;z-index:2;font-style:italic}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author{display:flex;align-items:center;gap:1.5rem;justify-content:center;z-index:2;position:relative}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image{position:relative}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid rgba(168,168,168,.1);transition:transform .3s ease}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image img:hover{transform:scale(1.05)}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image .verified-badge{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-white)}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image .verified-badge svg{color:#fff;width:12px;height:12px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details{text-align:left}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-name{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--color-black);margin:0 0 .25rem;letter-spacing:-.5px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-role{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-gray);margin:0 0 .25rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-location{font-family:var(--font-body);font-size:.8rem;font-weight:400;color:#0b0b0b80;margin:0}.testimonials-section .container .testimonials-carousel .carousel-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn{width:50px;height:50px;border-radius:50%;border:2px solid rgba(168,168,168,.2);background:var(--color-white);color:var(--color-black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn:hover{border-color:var(--color-black);background:var(--color-black);color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 25px #0b0b0b26}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.testimonials-section .container .testimonials-carousel .carousel-controls .carousel-dots{display:flex;align-items:center;gap:.75rem}.testimonials-section .container .testimonials-carousel .carousel-controls .carousel-dots .dot{width:12px;height:12px;border-radius:50%;border:none;background:rgba(168,168,168,.3);cursor:pointer;transition:all .3s ease}.testimonials-section .container .testimonials-carousel .carousel-controls .carousel-dots .dot.active,.testimonials-section .container .testimonials-carousel .carousel-controls .carousel-dots .dot:hover{background:var(--color-black);transform:scale(1.2)}.testimonials-section .container .testimonials-stats{animation:testimonialsStatsSlide 1s ease-out .4s both}.testimonials-section .container .testimonials-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;background:var(--color-white);padding:3rem 2rem;border-radius:20px;border:1px solid rgba(168,168,168,.1);box-shadow:0 10px 30px #0b0b0b0d}.testimonials-section .container .testimonials-stats .stats-grid .stat-item{text-align:center;padding:1rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-number{display:block;font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-black) 0%,var(--color-gray) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-label{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#0b0b0b99;text-transform:uppercase;letter-spacing:1px}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-stars{display:flex;justify-content:center;gap:.25rem;margin-top:.5rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-stars svg{color:#fbbf24}@keyframes testimonialsHeaderSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes testimonialsCarouselSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes testimonialsStatsSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.testimonials-section{padding:6rem 0}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content{padding:2.5rem;min-height:350px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .review-text{font-size:1.2rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image img{width:60px;height:60px}.testimonials-section .container .testimonials-stats .stats-grid{gap:1.5rem;padding:2.5rem 2rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-number{font-size:2rem}}@media (max-width: 768px){.testimonials-section{padding:5rem 0}.testimonials-section .container{padding:0 1.5rem}.testimonials-section .container .testimonials-header{margin-bottom:3rem}.testimonials-section .container .testimonials-header .section-subtitle{font-size:1rem}.testimonials-section .container .testimonials-carousel{margin-bottom:3rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content{padding:2rem;min-height:320px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content:before{font-size:6rem;top:-20px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .rating{margin-bottom:1.5rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .rating svg{width:18px;height:18px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .review-text{font-size:1.1rem;margin-bottom:2rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author{flex-direction:column;gap:1rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details{text-align:center}.testimonials-section .container .testimonials-carousel .carousel-controls{gap:1.5rem}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn{width:44px;height:44px}.testimonials-section .container .testimonials-stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 1.5rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item{padding:.75rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-number{font-size:1.8rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-label{font-size:.8rem}}@media (max-width: 480px){.testimonials-section{padding:4rem 0}.testimonials-section .container{padding:0 1rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content{padding:1.5rem;min-height:280px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .review-text{font-size:1rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image img{width:50px;height:50px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image .verified-badge{width:20px;height:20px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-image .verified-badge svg{width:10px;height:10px}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-name{font-size:1rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-role{font-size:.85rem}.testimonials-section .container .testimonials-carousel .carousel-container .testimonials-track .testimonial-card .testimonial-content .testimonial-author .author-details .author-location{font-size:.75rem}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn{width:40px;height:40px}.testimonials-section .container .testimonials-carousel .carousel-controls .control-btn svg{width:16px;height:16px}.testimonials-section .container .testimonials-carousel .carousel-controls .carousel-dots .dot{width:10px;height:10px}.testimonials-section .container .testimonials-stats .stats-grid{grid-template-columns:1fr;padding:1.5rem}.testimonials-section .container .testimonials-stats .stats-grid .stat-item .stat-number{font-size:1.5rem}}.product-page{background:var(--color-white);min-height:100vh;overflow-x:hidden;width:100%}.productView{background:var(--color-white);padding:40px 0;overflow-x:hidden;width:100%;max-width:100vw}.productView .loading-container,.productView .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.productView .loading-container .loading-spinner,.productView .error-container .loading-spinner{width:50px;height:50px;border:3px solid var(--color-gray);border-top:3px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.productView .loading-container h3,.productView .error-container h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-black);margin-bottom:10px}.productView .loading-container p,.productView .error-container p{font-family:var(--font-body);color:var(--color-gray);margin-bottom:20px}.productView .loading-container .retry-btn,.productView .error-container .retry-btn{padding:12px 24px;background:linear-gradient(135deg,var(--color-black),var(--color-gray));color:var(--color-white);border:none;border-radius:8px;font-family:var(--font-body);cursor:pointer;transition:transform .3s ease}.productView .loading-container .retry-btn:hover,.productView .error-container .retry-btn:hover{transform:translateY(-2px)}.productView .container{max-width:1400px;margin:0 auto;padding:0 20px;overflow-x:hidden;width:100%;box-sizing:border-box}.productView .container .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:40px;font-family:var(--font-body);font-size:.9rem}.productView .container .breadcrumb a{color:var(--color-gray);text-decoration:none;transition:color .3s ease}.productView .container .breadcrumb a:hover{color:var(--color-black)}.productView .container .breadcrumb .separator{color:var(--color-gray);opacity:.5}.productView .container .breadcrumb .brand-link{color:var(--color-black);font-weight:500}.productView .container .breadcrumb .current{color:var(--color-black);font-weight:600}.productView .container .product-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px;overflow-x:hidden;width:100%;max-width:100%}@media (max-width: 1024px){.productView .container .product-wrapper{grid-template-columns:1fr;gap:40px}}.productView .container .product-wrapper .image-section{overflow-x:hidden;width:100%;max-width:100%}.productView .container .product-wrapper .image-section .main-image{position:relative;background:var(--color-white);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;width:100%;max-width:100%}.productView .container .product-wrapper .image-section .main-image .product-main-swiper{width:100%;max-width:100%;height:500px;border-radius:16px;overflow:hidden;position:relative}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-wrapper{display:flex;align-items:center;width:100%}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container{display:flex;justify-content:center;align-items:center;padding:40px;width:100%;height:100%}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container img{width:100%;max-width:400px;height:auto;max-height:420px;object-fit:contain;transition:transform .3s ease}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container img:hover{transform:scale(1.05)}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev{color:var(--color-black)!important;background:rgba(255,255,255,.9)!important;width:40px!important;height:40px!important;margin-top:-20px!important;border-radius:50%!important;box-shadow:0 4px 12px #00000026!important;transition:all .3s ease!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next:after,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev:after{font-size:16px!important;font-weight:600!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next:hover,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev:hover{background:var(--color-black)!important;color:var(--color-white)!important;transform:scale(1.1)!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev{left:15px!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next{right:15px!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-pagination{bottom:20px!important;position:absolute!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-pagination .swiper-pagination-bullet{background:rgba(255,255,255,.5)!important;width:8px!important;height:8px!important;opacity:1!important;transition:all .3s ease!important;margin:0 4px!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color-black)!important;transform:scale(1.2)!important}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper{margin-top:20px;height:100px;width:100%;max-width:100%;overflow:hidden}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-wrapper{display:flex;width:100%}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide{opacity:.6;cursor:pointer;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100px}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide.swiper-slide-thumb-active{opacity:1!important;border:2px solid var(--color-black)!important}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide .thumb-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%)}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide .thumb-container img{width:100%;height:100%;object-fit:contain;padding:10px}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.productView .container .product-wrapper .image-section .main-image .product-main-swiper{height:400px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container{padding:20px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container img{max-width:300px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev{width:35px!important;height:35px!important;margin-top:-17.5px!important}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next:after,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev:after{font-size:14px!important}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper,.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide{height:80px}}@media (max-width: 480px){.productView .container .product-wrapper .image-section .main-image .product-main-swiper{height:350px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-next,.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-button-prev{display:none!important}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper,.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide{height:70px}}@media (max-width: 1024px){.productView .container .product-wrapper .image-section .main-image .product-main-swiper{height:450px}}@media (max-width: 640px){.productView .container .product-wrapper .image-section .main-image .product-main-swiper{height:320px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container{padding:15px}.productView .container .product-wrapper .image-section .main-image .product-main-swiper .swiper-slide .slide-container img{max-width:250px}.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper,.productView .container .product-wrapper .image-section .main-image .product-thumbs-swiper .swiper-slide{height:60px}}.productView .container .product-wrapper .image-section .product-features{display:flex;gap:30px;margin-top:30px}.productView .container .product-wrapper .image-section .product-features .feature-item{display:flex;align-items:center;gap:10px;padding:15px 20px;background:rgba(248,248,248,.8);border-radius:12px;border:1px solid rgba(168,168,168,.1)}.productView .container .product-wrapper .image-section .product-features .feature-item svg{color:var(--color-black);font-size:20px}.productView .container .product-wrapper .image-section .product-features .feature-item span{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-black)}.productView .container .product-wrapper .product-info{padding:20px 0;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}.productView .container .product-wrapper .product-info .product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.productView .container .product-wrapper .product-info .product-header .brand-badge{background:linear-gradient(135deg,var(--color-black),var(--color-gray));color:var(--color-white);padding:8px 16px;border-radius:20px;font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.productView .container .product-wrapper .product-info .product-header .action-buttons{display:flex;gap:12px}.productView .container .product-wrapper .product-info .product-header .action-buttons button{width:44px;height:44px;border:1px solid rgba(168,168,168,.2);border-radius:12px;background:var(--color-white);color:var(--color-gray);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.productView .container .product-wrapper .product-info .product-header .action-buttons button:hover{border-color:var(--color-black);color:var(--color-black);transform:translateY(-2px)}.productView .container .product-wrapper .product-info .product-header .action-buttons button svg{font-size:20px}.productView .container .product-wrapper .product-info .product-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-black);margin-bottom:10px;line-height:1.2}@media (max-width: 768px){.productView .container .product-wrapper .product-info .product-title{font-size:2rem}}.productView .container .product-wrapper .product-info .product-category{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.productView .container .product-wrapper .product-info .rating-section{display:flex;align-items:center;gap:15px;margin-bottom:25px}.productView .container .product-wrapper .product-info .rating-section .stars{display:flex;gap:4px}.productView .container .product-wrapper .product-info .rating-section .stars svg{font-size:18px}.productView .container .product-wrapper .product-info .rating-section .stars svg.filled{color:gold}.productView .container .product-wrapper .product-info .rating-section .stars svg.empty{color:var(--color-gray);opacity:.3}.productView .container .product-wrapper .product-info .rating-section .rating-score{font-family:var(--font-body);font-weight:600;color:var(--color-black)}.productView .container .product-wrapper .product-info .rating-section .rating-count{font-family:var(--font-body);color:var(--color-gray);font-size:.9rem}.productView .container .product-wrapper .product-info .price-section{display:flex;align-items:center;gap:15px;margin-bottom:40px;padding:20px 0;border-top:1px solid rgba(168,168,168,.1);border-bottom:1px solid rgba(168,168,168,.1)}.productView .container .product-wrapper .product-info .price-section .current-price{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-black)}.productView .container .product-wrapper .product-info .price-section .original-price{font-family:var(--font-body);font-size:1.2rem;color:var(--color-gray);text-decoration:line-through}.productView .container .product-wrapper .product-info .price-section .discount{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:4px 12px;border-radius:12px;font-family:var(--font-body);font-size:.85rem;font-weight:600}.productView .container .product-wrapper .product-info .product-details{margin-bottom:40px}.productView .container .product-wrapper .product-info .product-details .detail-item{margin-bottom:30px}.productView .container .product-wrapper .product-info .product-details .detail-item label{display:block;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);margin-bottom:12px}.productView .container .product-wrapper .product-info .product-details .detail-item .color-display{display:flex;align-items:center;gap:12px}.productView .container .product-wrapper .product-info .product-details .detail-item .color-display .color-swatch{width:30px;height:30px;border-radius:50%;border:3px solid var(--color-white);box-shadow:0 0 0 1px #0000001a}.productView .container .product-wrapper .product-info .product-details .detail-item .color-display span{font-family:var(--font-body);font-size:1rem;color:var(--color-black);text-transform:capitalize}.productView .container .product-wrapper .product-info .product-details .detail-item .size-options{display:flex;flex-wrap:wrap;gap:12px}.productView .container .product-wrapper .product-info .product-details .detail-item .size-options .size-btn{padding:12px 16px;border:2px solid rgba(168,168,168,.2);border-radius:12px;background:var(--color-white);color:var(--color-black);font-family:var(--font-body);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:60px;text-align:center}.productView .container .product-wrapper .product-info .product-details .detail-item .size-options .size-btn:hover{border-color:var(--color-black);transform:translateY(-2px)}.productView .container .product-wrapper .product-info .product-details .detail-item .size-options .size-btn.selected{background:linear-gradient(135deg,var(--color-black),var(--color-gray));color:var(--color-white);border-color:var(--color-black)}.productView .container .product-wrapper .product-info .product-details .detail-item .out-of-stock{padding:15px 20px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#dc3545;font-family:var(--font-body);font-weight:500;text-align:center}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid rgba(168,168,168,.2);border-radius:12px;overflow:hidden}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .qty-btn{width:44px;height:44px;border:none;background:var(--color-white);color:var(--color-black);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .qty-btn:hover{background:rgba(248,248,248,.8)}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .qty-btn.minus:hover{color:#dc3545}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .qty-btn.plus:hover{color:#28a745}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .qty-btn svg{font-size:18px}.productView .container .product-wrapper .product-info .product-details .detail-item .quantity-controls .quantity-display{width:60px;height:44px;display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--color-black);border-left:1px solid rgba(168,168,168,.2);border-right:1px solid rgba(168,168,168,.2)}.productView .container .product-wrapper .product-info .purchase-section{display:flex;gap:20px;margin-bottom:30px}@media (max-width: 640px){.productView .container .product-wrapper .product-info .purchase-section{flex-direction:column}}.productView .container .product-wrapper .product-info .purchase-section .add-to-cart-btn{flex:1;padding:18px 24px;background:linear-gradient(135deg,var(--color-black),var(--color-gray));color:var(--color-white);border:none;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px}.productView .container .product-wrapper .product-info .purchase-section .add-to-cart-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 10px 30px #0003}.productView .container .product-wrapper .product-info .purchase-section .add-to-cart-btn.disabled{opacity:.5;cursor:not-allowed}.productView .container .product-wrapper .product-info .purchase-section .add-to-cart-btn svg{font-size:20px}.productView .container .product-wrapper .product-info .purchase-section .buy-now-btn{flex:1;padding:18px 24px;background:var(--color-white);color:var(--color-black);border:2px solid var(--color-black);border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:56px}.productView .container .product-wrapper .product-info .purchase-section .buy-now-btn:hover{background:var(--color-black);color:var(--color-white);transform:translateY(-2px)}.productView .container .product-wrapper .product-info .shipping-info{padding:20px 0;border-top:1px solid rgba(168,168,168,.1)}.productView .container .product-wrapper .product-info .shipping-info .shipping-item{display:flex;align-items:center;gap:15px}.productView .container .product-wrapper .product-info .shipping-info .shipping-item svg{color:var(--color-black);font-size:24px}.productView .container .product-wrapper .product-info .shipping-info .shipping-item .shipping-details{display:flex;flex-direction:column}.productView .container .product-wrapper .product-info .shipping-info .shipping-item .shipping-details .shipping-title{font-family:var(--font-body);font-weight:600;color:var(--color-black);margin-bottom:2px}.productView .container .product-wrapper .product-info .shipping-info .shipping-item .shipping-details .shipping-desc{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray)}.productView .container .reviews-section{padding:40px;border-top:1px solid rgba(168,168,168,.1)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.reviews-section{max-width:1200px;margin:0 auto;padding:2rem;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a}.reviews-section .reviews-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(168,168,168,.2)}.reviews-section .reviews-header .reviews-title{display:flex;align-items:center;gap:.75rem}.reviews-section .reviews-header .reviews-title .reviews-icon{color:var(--color-black);font-size:1.5rem}.reviews-section .reviews-header .reviews-title h2{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--color-black);margin:0}.reviews-section .reviews-header .reviews-summary{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.reviews-section .reviews-header .reviews-summary .average-rating{display:flex;align-items:center;gap:.5rem}.reviews-section .reviews-header .reviews-summary .average-rating .rating-score{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-black)}.reviews-section .reviews-header .reviews-summary .average-rating .rating-stars{display:flex;gap:.25rem}.reviews-section .reviews-header .reviews-summary .average-rating .rating-stars .MuiSvgIcon-root{font-size:1.25rem}.reviews-section .reviews-header .reviews-summary .average-rating .rating-stars .MuiSvgIcon-root.filled{color:gold}.reviews-section .reviews-header .reviews-summary .average-rating .rating-stars .MuiSvgIcon-root.empty{color:#a8a8a84d}.reviews-section .reviews-header .reviews-summary .review-count{font-family:var(--font-body);font-size:.875rem;color:var(--color-gray)}.reviews-section .reviews-content{margin-bottom:3rem}.reviews-section .reviews-content .loading-state,.reviews-section .reviews-content .error-state,.reviews-section .reviews-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.reviews-section .reviews-content .loading-state .loading-spinner,.reviews-section .reviews-content .error-state .loading-spinner,.reviews-section .reviews-content .empty-state .loading-spinner{width:32px;height:32px;border:3px solid rgba(168,168,168,.2);border-top:3px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.reviews-section .reviews-content .loading-state .empty-icon,.reviews-section .reviews-content .error-state .empty-icon,.reviews-section .reviews-content .empty-state .empty-icon{font-size:3rem;color:var(--color-gray);margin-bottom:1rem}.reviews-section .reviews-content .loading-state h3,.reviews-section .reviews-content .error-state h3,.reviews-section .reviews-content .empty-state h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-black);margin:0 0 .5rem}.reviews-section .reviews-content .loading-state p,.reviews-section .reviews-content .error-state p,.reviews-section .reviews-content .empty-state p{font-family:var(--font-body);color:var(--color-gray);margin:0;max-width:400px}.reviews-section .reviews-content .reviews-list{display:flex;flex-direction:column;gap:1.5rem}.reviews-section .review-form-section{background:rgba(248,248,248,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(168,168,168,.1)}.reviews-section .review-form-section .form-header{margin-bottom:2rem;text-align:center}.reviews-section .review-form-section .form-header h3{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-black);margin:0 0 .5rem}.reviews-section .review-form-section .form-header p{font-family:var(--font-body);color:var(--color-gray);margin:0;font-size:.95rem}.reviews-section .review-form-section .review-form{display:flex;flex-direction:column;gap:2rem}.reviews-section .review-form-section .review-form .rating-section{display:flex;flex-direction:column;gap:1rem}.reviews-section .review-form-section .review-form .rating-section .rating-label{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);margin:0}.reviews-section .review-form-section .review-form .rating-section .star-rating{display:flex;gap:.5rem;align-items:center}.reviews-section .review-form-section .review-form .rating-section .star-rating .star-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.reviews-section .review-form-section .review-form .rating-section .star-rating .star-btn .MuiSvgIcon-root{font-size:1.75rem;color:#a8a8a866;transition:all .3s ease}.reviews-section .review-form-section .review-form .rating-section .star-rating .star-btn:hover{background:rgba(255,215,0,.1);transform:scale(1.1)}.reviews-section .review-form-section .review-form .rating-section .star-rating .star-btn.active .MuiSvgIcon-root{color:gold;filter:drop-shadow(0 2px 4px rgba(255,215,0,.3))}.reviews-section .review-form-section .review-form .rating-section .rating-text{font-family:var(--font-body);font-size:.95rem;color:var(--color-black);font-weight:500;margin-left:.5rem}.reviews-section .review-form-section .review-form .review-text-section{display:flex;flex-direction:column;gap:1rem}.reviews-section .review-form-section .review-form .review-text-section .review-label{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);margin:0}.reviews-section .review-form-section .review-form .review-text-section .review-textarea{width:100%;min-height:120px;padding:1rem;border:2px solid rgba(168,168,168,.2);border-radius:12px;font-family:var(--font-body);font-size:.95rem;line-height:1.6;color:var(--color-black);background:var(--color-white);resize:vertical;transition:all .3s ease;box-sizing:border-box}.reviews-section .review-form-section .review-form .review-text-section .review-textarea::placeholder{color:var(--color-gray)}.reviews-section .review-form-section .review-form .review-text-section .review-textarea:focus{outline:none;border-color:var(--color-black);box-shadow:0 0 0 3px #0b0b0b1a}.reviews-section .review-form-section .review-form .review-text-section .character-count{font-family:var(--font-body);font-size:.8rem;color:var(--color-gray);text-align:right;margin-top:-.5rem}.reviews-section .review-form-section .review-form .submit-btn{align-self:flex-start;display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--color-black);color:var(--color-white);border:none;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0b0b0b33}.reviews-section .review-form-section .review-form .submit-btn .MuiSvgIcon-root{font-size:1.25rem}.reviews-section .review-form-section .review-form .submit-btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(248,248,248,.3);border-top:2px solid var(--color-white);border-radius:50%;animation:spin 1s linear infinite}.reviews-section .review-form-section .review-form .submit-btn:hover:not(:disabled){background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.reviews-section .review-form-section .review-form .submit-btn:active{transform:translateY(0)}.reviews-section .review-form-section .review-form .submit-btn:disabled{background:var(--color-gray);cursor:not-allowed;transform:none;box-shadow:none}.reviews-section .review-form-section .review-form .submit-btn.loading{cursor:wait}@media (max-width: 768px){.reviews-section{padding:1.5rem}.reviews-section .reviews-header{flex-direction:column;gap:1rem;align-items:flex-start}.reviews-section .reviews-header .reviews-title h2{font-size:1.75rem}.reviews-section .reviews-header .reviews-summary{align-items:flex-start}.reviews-section .review-form-section{padding:1.5rem}.reviews-section .review-form-section .form-header h3{font-size:1.5rem}}@media (max-width: 480px){.reviews-section,.reviews-section .review-form-section{padding:1rem}.reviews-section .review-form-section .review-form .rating-section .star-rating .star-btn .MuiSvgIcon-root{font-size:1.5rem}.reviews-section .review-form-section .submit-btn{width:100%;justify-content:center}}.review-card{background:var(--color-white);border-radius:16px;padding:1.5rem;border:1px solid rgba(168,168,168,.15);box-shadow:0 2px 12px #0b0b0b14;transition:all .3s ease}.review-card:hover{box-shadow:0 4px 20px #0b0b0b1f;transform:translateY(-2px)}.review-card .review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(168,168,168,.1)}.review-card .review-header .user-info{display:flex;align-items:center;gap:1rem}.review-card .review-header .user-info .avatar{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;background:rgba(248,248,248,.8);display:flex;align-items:center;justify-content:center}.review-card .review-header .user-info .avatar img{width:100%;height:100%;object-fit:cover}.review-card .review-header .user-info .avatar .default-avatar{color:var(--color-gray);font-size:1.5rem}.review-card .review-header .user-info .avatar .avatar-skeleton{width:100%;height:100%;background:linear-gradient(90deg,rgba(168,168,168,.2) 25%,rgba(168,168,168,.4) 50%,rgba(168,168,168,.2) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.review-card .review-header .user-info .user-details{display:flex;flex-direction:column;gap:.25rem}.review-card .review-header .user-info .user-details .username{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black)}.review-card .review-header .user-info .user-details .username .username-skeleton{width:120px;height:1rem;background:linear-gradient(90deg,rgba(168,168,168,.2) 25%,rgba(168,168,168,.4) 50%,rgba(168,168,168,.2) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.review-card .review-header .user-info .user-details .review-date{display:flex;align-items:center;gap:.25rem;color:var(--color-gray);font-family:var(--font-body);font-size:.8rem}.review-card .review-header .user-info .user-details .review-date .time-icon{font-size:.875rem}.review-card .review-header .rating-display{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.review-card .review-header .rating-display .stars{display:flex;gap:.125rem}.review-card .review-header .rating-display .stars .star{display:flex;align-items:center}.review-card .review-header .rating-display .stars .star .MuiSvgIcon-root{font-size:1rem}.review-card .review-header .rating-display .stars .star .MuiSvgIcon-root.filled-star{color:gold}.review-card .review-header .rating-display .stars .star .MuiSvgIcon-root.empty-star{color:#a8a8a84d}.review-card .review-header .rating-display .rating-text{font-family:var(--font-body);font-size:.75rem;color:var(--color-gray);font-weight:500}.review-card .review-content{margin-bottom:1.25rem}.review-card .review-content p{font-family:var(--font-body);font-size:.95rem;line-height:1.6;color:var(--color-black);margin:0}.review-card .review-actions .helpful-section{display:flex;align-items:center;gap:1rem}.review-card .review-actions .helpful-section .helpful-label{font-family:var(--font-body);font-size:.85rem;color:var(--color-gray);font-weight:500}.review-card .review-actions .helpful-section .helpful-buttons{display:flex;gap:.5rem}.review-card .review-actions .helpful-section .helpful-buttons .helpful-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:rgba(248,248,248,.6);border:1px solid rgba(168,168,168,.2);border-radius:20px;font-family:var(--font-body);font-size:.8rem;color:var(--color-gray);cursor:pointer;transition:all .3s ease}.review-card .review-actions .helpful-section .helpful-buttons .helpful-btn .MuiSvgIcon-root{font-size:.875rem}.review-card .review-actions .helpful-section .helpful-buttons .helpful-btn:hover{background:rgba(11,11,11,.05);border-color:#0b0b0b33;color:var(--color-black);transform:translateY(-1px)}.review-card .review-actions .helpful-section .helpful-buttons .helpful-btn:active{transform:translateY(0)}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.review-card{padding:1rem}.review-card .review-header{flex-direction:column;gap:1rem;align-items:flex-start}.review-card .review-header .rating-display{align-items:flex-start}.review-card .review-actions .helpful-section{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 480px){.review-card .review-header .user-info{gap:.75rem}.review-card .review-header .user-info .avatar{width:40px;height:40px}.review-card .review-actions .helpful-section .helpful-buttons{width:100%;justify-content:space-between}}.login{min-height:100vh;background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.8) 50%,var(--color-black) 100%);display:flex;align-items:center;justify-content:center;padding:20px}.login .login-container{width:100%;max-width:1200px;min-height:700px;background:rgba(255,255,255,.02);border-radius:24px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 25px 50px #00000080}@media (max-width: 968px){.login .login-container{grid-template-columns:1fr;max-width:500px}}.login .login-left{background:linear-gradient(135deg,rgba(168,168,168,.1) 0%,rgba(168,168,168,.05) 100%);padding:60px 50px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 968px){.login .login-left{display:none}}.login .login-left:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/img/sneaker-pattern.svg) center/cover;opacity:.03;z-index:1}.login .login-left .brand-section{text-align:center;z-index:2;position:relative}.login .login-left .brand-section .brand-logo{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--color-white);margin-bottom:10px;letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-white),var(--color-gray),var(--color-white));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login .login-left .brand-section .brand-tagline{font-family:var(--font-body);font-size:1.2rem;color:var(--color-gray);margin-bottom:50px;font-weight:300;letter-spacing:.5px}.login .login-left .brand-section .features{display:flex;flex-direction:column;gap:20px}.login .login-left .brand-section .features .feature-item{display:flex;align-items:center;gap:15px;font-family:var(--font-body);color:var(--color-white)}.login .login-left .brand-section .features .feature-item .feature-icon{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray));display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--color-black)}.login .login-left .brand-section .features .feature-item span{font-size:.95rem;font-weight:400}.login .login-right{padding:60px 50px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.login .login-right{padding:40px 30px}}.login .login-right .login-form-container{width:100%;max-width:400px}.login .login-right .login-form-container .login-header{text-align:center;margin-bottom:40px}.login .login-right .login-form-container .login-header h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;color:var(--color-white);margin-bottom:10px;letter-spacing:-.01em}.login .login-right .login-form-container .login-header p{font-family:var(--font-body);font-size:1rem;color:var(--color-gray);line-height:1.5}.login .login-right .login-form-container .error-message{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:15px;margin-bottom:30px;color:#ef4444;font-family:var(--font-body);font-size:.9rem;text-align:center}.login .login-right .login-form-container .login-form .input-group{margin-bottom:25px}.login .login-right .login-form-container .login-form .input-group label{display:block;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-white);margin-bottom:8px}.login .login-right .login-form-container .login-form .input-group .input-container{position:relative;display:flex;align-items:center}.login .login-right .login-form-container .login-form .input-group .input-container .input-icon{position:absolute;left:18px;color:var(--color-gray);font-size:20px;z-index:2}.login .login-right .login-form-container .login-form .input-group .input-container input{width:100%;padding:18px 18px 18px 55px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:var(--color-white);font-family:var(--font-body);font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login .login-right .login-form-container .login-form .input-group .input-container input::placeholder{color:#ffffff80}.login .login-right .login-form-container .login-form .input-group .input-container input:focus{outline:none;border-color:var(--color-gray);background:rgba(255,255,255,.08);box-shadow:0 0 20px #a8a8a81a}.login .login-right .login-form-container .login-form .input-group .input-container input:focus+.input-icon{color:var(--color-gray)}.login .login-right .login-form-container .login-form .input-group .input-container .password-toggle{position:absolute;right:18px;background:none;border:none;color:var(--color-gray);cursor:pointer;padding:5px;transition:color .3s ease}.login .login-right .login-form-container .login-form .input-group .input-container .password-toggle:hover{color:var(--color-white)}.login .login-right .login-form-container .login-form .input-group .input-container .password-toggle svg{font-size:20px}.login .login-right .login-form-container .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media (max-width: 480px){.login .login-right .login-form-container .login-form .form-options{flex-direction:column;gap:15px;align-items:flex-start}}.login .login-right .login-form-container .login-form .form-options .remember-me{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);cursor:pointer;-webkit-user-select:none;user-select:none}.login .login-right .login-form-container .login-form .form-options .remember-me input[type=checkbox]{display:none}.login .login-right .login-form-container .login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark{background:linear-gradient(135deg,var(--color-white),var(--color-gray));border-color:var(--color-gray)}.login .login-right .login-form-container .login-form .form-options .remember-me input[type=checkbox]:checked+.checkmark:after{display:block}.login .login-right .login-form-container .login-form .form-options .remember-me .checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;transition:all .3s ease}.login .login-right .login-form-container .login-form .form-options .remember-me .checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-black);font-size:10px;font-weight:700;display:none}.login .login-right .login-form-container .login-form .form-options .forgot-password{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);text-decoration:none;transition:color .3s ease}.login .login-right .login-form-container .login-form .form-options .forgot-password:hover{color:var(--color-white)}.login .login-right .login-form-container .login-form .login-btn{width:100%;padding:18px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden}.login .login-right .login-form-container .login-form .login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login .login-right .login-form-container .login-form .login-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #a8a8a84d}.login .login-right .login-form-container .login-form .login-btn:hover:before{left:100%}.login .login-right .login-form-container .login-form .login-btn:hover .btn-icon{transform:translate(5px)}.login .login-right .login-form-container .login-form .login-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login .login-right .login-form-container .login-form .login-btn .loading{display:flex;align-items:center;gap:10px}.login .login-right .login-form-container .login-form .login-btn .loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top:2px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite}.login .login-right .login-form-container .login-form .login-btn .btn-icon{transition:transform .3s ease;font-size:18px}.login .login-right .login-form-container .login-form .divider{text-align:center;margin-bottom:30px;position:relative}.login .login-right .login-form-container .login-form .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,.1)}.login .login-right .login-form-container .login-form .divider span{background:linear-gradient(135deg,var(--color-black),rgba(11,11,11,.8));padding:0 20px;color:var(--color-gray);font-family:var(--font-body);font-size:.9rem;position:relative;z-index:1}.login .login-right .login-form-container .login-form .social-login{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.login .login-right .login-form-container .login-form .social-login .social-btn{width:100%;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:var(--color-white);font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login .login-right .login-form-container .login-form .social-login .social-btn img{width:20px;height:20px}.login .login-right .login-form-container .login-form .social-login .social-btn:hover{border-color:#fff3;background:rgba(255,255,255,.08);transform:translateY(-1px)}.login .login-right .login-form-container .login-form .signup-link{text-align:center;font-family:var(--font-body);font-size:.95rem;color:var(--color-gray)}.login .login-right .login-form-container .login-form .signup-link .signup-btn{color:var(--color-white);text-decoration:none;font-weight:600;transition:color .3s ease}.login .login-right .login-form-container .login-form .signup-link .signup-btn:hover{color:var(--color-gray)}.register{min-height:100vh;background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.8) 50%,var(--color-black) 100%);display:flex;align-items:center;justify-content:center;padding:20px}.register .register-container{width:100%;max-width:1400px;min-height:800px;background:rgba(255,255,255,.02);border-radius:24px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:grid;grid-template-columns:1fr 1.2fr;overflow:hidden;box-shadow:0 25px 50px #00000080}@media (max-width: 1024px){.register .register-container{grid-template-columns:1fr;max-width:600px}}.register .register-left{background:linear-gradient(135deg,rgba(168,168,168,.1) 0%,rgba(168,168,168,.05) 100%);padding:60px 50px;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 1024px){.register .register-left{display:none}}.register .register-left:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/img/sneaker-pattern.svg) center/cover;opacity:.03;z-index:1}.register .register-left .brand-section{text-align:center;z-index:2;position:relative}.register .register-left .brand-section .brand-logo{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--color-white);margin-bottom:10px;letter-spacing:-.02em;background:linear-gradient(135deg,var(--color-white),var(--color-gray),var(--color-white));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register .register-left .brand-section .brand-tagline{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin-bottom:40px;font-weight:300;letter-spacing:.5px}.register .register-left .brand-section .benefits{display:flex;flex-direction:column;gap:20px}.register .register-left .brand-section .benefits .benefit-item{display:flex;align-items:center;gap:15px;font-family:var(--font-body);color:var(--color-white)}.register .register-left .brand-section .benefits .benefit-item .benefit-icon{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray));display:flex;align-items:center;justify-content:center;color:var(--color-black)}.register .register-left .brand-section .benefits .benefit-item .benefit-icon svg{font-size:14px}.register .register-left .brand-section .benefits .benefit-item span{font-size:.95rem;font-weight:400}.register .register-right{padding:60px 50px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.register .register-right{padding:40px 30px}}.register .register-right .register-form-container{width:100%;max-width:500px}.register .register-right .register-form-container .register-header{text-align:center;margin-bottom:40px}.register .register-right .register-form-container .register-header h2{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;color:var(--color-white);margin-bottom:10px;letter-spacing:-.01em}.register .register-right .register-form-container .register-header p{font-family:var(--font-body);font-size:1rem;color:var(--color-gray);line-height:1.5}.register .register-right .register-form-container .error-message{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:15px;margin-bottom:30px;color:#ef4444;font-family:var(--font-body);font-size:.9rem;text-align:center}.register .register-right .register-form-container .register-form .name-row,.register .register-right .register-form-container .register-form .password-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px}@media (max-width: 640px){.register .register-right .register-form-container .register-form .name-row,.register .register-right .register-form-container .register-form .password-row{grid-template-columns:1fr;gap:25px}}.register .register-right .register-form-container .register-form .input-group{margin-bottom:25px}.register .register-right .register-form-container .register-form .input-group label{display:block;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-white);margin-bottom:8px}.register .register-right .register-form-container .register-form .input-group .input-container{position:relative;display:flex;align-items:center}.register .register-right .register-form-container .register-form .input-group .input-container .input-icon{position:absolute;left:18px;color:var(--color-gray);font-size:20px;z-index:2}.register .register-right .register-form-container .register-form .input-group .input-container input{width:100%;padding:18px 18px 18px 55px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:var(--color-white);font-family:var(--font-body);font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register .register-right .register-form-container .register-form .input-group .input-container input::placeholder{color:#ffffff80}.register .register-right .register-form-container .register-form .input-group .input-container input:focus{outline:none;border-color:var(--color-gray);background:rgba(255,255,255,.08);box-shadow:0 0 20px #a8a8a81a}.register .register-right .register-form-container .register-form .input-group .input-container input:focus+.input-icon{color:var(--color-gray)}.register .register-right .register-form-container .register-form .input-group .input-container .password-toggle{position:absolute;right:18px;background:none;border:none;color:var(--color-gray);cursor:pointer;padding:5px;transition:color .3s ease}.register .register-right .register-form-container .register-form .input-group .input-container .password-toggle:hover{color:var(--color-white)}.register .register-right .register-form-container .register-form .input-group .input-container .password-toggle svg{font-size:20px}.register .register-right .register-form-container .register-form .terms-section{margin-bottom:30px}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.5}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox input[type=checkbox]{display:none}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox input[type=checkbox]:checked+.checkmark{background:linear-gradient(135deg,var(--color-white),var(--color-gray));border-color:var(--color-gray)}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox input[type=checkbox]:checked+.checkmark:after{display:block}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox .checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;transition:all .3s ease;flex-shrink:0;margin-top:2px}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox .checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-black);font-size:10px;font-weight:700;display:none}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox .terms-text .terms-link{color:var(--color-white);text-decoration:none;font-weight:500;transition:color .3s ease}.register .register-right .register-form-container .register-form .terms-section .terms-checkbox .terms-text .terms-link:hover{color:var(--color-gray);text-decoration:underline}.register .register-right .register-form-container .register-form .register-btn{width:100%;padding:18px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden}.register .register-right .register-form-container .register-form .register-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.register .register-right .register-form-container .register-form .register-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #a8a8a84d}.register .register-right .register-form-container .register-form .register-btn:hover:before{left:100%}.register .register-right .register-form-container .register-form .register-btn:hover .btn-icon{transform:translate(5px)}.register .register-right .register-form-container .register-form .register-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.register .register-right .register-form-container .register-form .register-btn .loading{display:flex;align-items:center;gap:10px}.register .register-right .register-form-container .register-form .register-btn .loading:after{content:"";width:16px;height:16px;border:2px solid transparent;border-top:2px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite}.register .register-right .register-form-container .register-form .register-btn .btn-icon{transition:transform .3s ease;font-size:18px}.register .register-right .register-form-container .register-form .divider{text-align:center;margin-bottom:30px;position:relative}.register .register-right .register-form-container .register-form .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:rgba(255,255,255,.1)}.register .register-right .register-form-container .register-form .divider span{background:linear-gradient(135deg,var(--color-black),rgba(11,11,11,.8));padding:0 20px;color:var(--color-gray);font-family:var(--font-body);font-size:.9rem;position:relative;z-index:1}.register .register-right .register-form-container .register-form .social-register{display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.register .register-right .register-form-container .register-form .social-register .social-btn{width:100%;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:var(--color-white);font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register .register-right .register-form-container .register-form .social-register .social-btn img{width:20px;height:20px}.register .register-right .register-form-container .register-form .social-register .social-btn:hover{border-color:#fff3;background:rgba(255,255,255,.08);transform:translateY(-1px)}.register .register-right .register-form-container .register-form .login-link{text-align:center;font-family:var(--font-body);font-size:.95rem;color:var(--color-gray)}.register .register-right .register-form-container .register-form .login-link .login-btn-link{color:var(--color-white);text-decoration:none;font-weight:600;transition:color .3s ease}.register .register-right .register-form-container .register-form .login-link .login-btn-link:hover{color:var(--color-gray)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart{min-height:100vh;background:linear-gradient(135deg,rgba(248,248,248,.1) 0%,rgba(248,248,248,.05) 100%);padding:2rem 0}.cart .container{max-width:1400px;margin:0 auto;padding:0 2rem}.cart .container .loading-state,.cart .container .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cart .container .loading-state .loading-spinner,.cart .container .error-state .loading-spinner{width:40px;height:40px;border:3px solid rgba(168,168,168,.2);border-top:3px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.cart .container .loading-state p,.cart .container .error-state p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin:0}.cart .container .cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(168,168,168,.2)}.cart .container .cart-header .title-section{display:flex;align-items:center;gap:1rem}.cart .container .cart-header .title-section .cart-icon{color:var(--color-black);font-size:2rem}.cart .container .cart-header .title-section h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;color:var(--color-black);margin:0}.cart .container .cart-header .item-count{font-family:var(--font-body);font-size:1rem;color:var(--color-gray);background:rgba(248,248,248,.8);padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(168,168,168,.2)}.cart .container .cart-actions{margin-bottom:2rem}.cart .container .cart-actions .continue-shopping-link{text-decoration:none}.cart .container .cart-actions .continue-shopping-link .continue-shopping-btn{padding:.75rem 1.5rem;background:transparent;color:var(--color-black);border:2px solid var(--color-black);border-radius:8px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cart .container .cart-actions .continue-shopping-link .continue-shopping-btn:hover{background:var(--color-black);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px #0b0b0b33}.cart .container .empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a}.cart .container .empty-cart .empty-icon{font-size:4rem;color:var(--color-gray);margin-bottom:1.5rem}.cart .container .empty-cart h2{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--color-black);margin:0 0 1rem}.cart .container .empty-cart p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin:0 0 2rem;max-width:400px}.cart .container .empty-cart .shop-now-btn{padding:1rem 2rem;background:var(--color-black);color:var(--color-white);border:none;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0b0b0b33}.cart .container .empty-cart .shop-now-btn:hover{background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.cart .container .cart-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:flex-start}.cart .container .cart-content .cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart .container .cart-content .cart-items .cart-item{display:grid;grid-template-columns:140px 1fr auto auto;gap:1.5rem;align-items:center;background:var(--color-white);padding:1.5rem;border-radius:16px;border:1px solid rgba(168,168,168,.1);box-shadow:0 2px 12px #0b0b0b14;transition:all .3s ease}.cart .container .cart-content .cart-items .cart-item:hover{box-shadow:0 4px 20px #0b0b0b1f;transform:translateY(-2px)}.cart .container .cart-content .cart-items .cart-item .product-image img{width:100%;height:140px;object-fit:cover;border-radius:12px;background:rgba(248,248,248,.5)}.cart .container .cart-content .cart-items .cart-item .product-details{display:flex;flex-direction:column;gap:.5rem}.cart .container .cart-content .cart-items .cart-item .product-details .product-title{font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--color-black);margin:0;line-height:1.4}.cart .container .cart-content .cart-items .cart-item .product-details .product-specs{display:flex;gap:1rem}.cart .container .cart-content .cart-items .cart-item .product-details .product-specs .color-spec,.cart .container .cart-content .cart-items .cart-item .product-details .product-specs .size-spec{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);background:rgba(248,248,248,.8);padding:.25rem .75rem;border-radius:12px;border:1px solid rgba(168,168,168,.2)}.cart .container .cart-content .cart-items .cart-item .product-details .unit-price{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);margin-top:.5rem}.cart .container .cart-content .cart-items .cart-item .quantity-controls{display:flex;flex-direction:column;gap:1rem;align-items:center}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector{display:flex;align-items:center;background:rgba(248,248,248,.8);border-radius:12px;border:1px solid rgba(168,168,168,.2)}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--color-gray);transition:all .3s ease}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn .MuiSvgIcon-root{font-size:1.25rem}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn:hover:not(:disabled){color:var(--color-black);background:rgba(11,11,11,.1)}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn:disabled{opacity:.3;cursor:not-allowed}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn.decrease{border-radius:12px 0 0 12px}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-btn.increase{border-radius:0 12px 12px 0}.cart .container .cart-content .cart-items .cart-item .quantity-controls .quantity-selector .quantity-display{min-width:40px;text-align:center;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);padding:.5rem 0}.cart .container .cart-content .cart-items .cart-item .quantity-controls .remove-item-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(220,53,69,.3);border-radius:8px;color:#dc3545;font-family:var(--font-body);font-size:.85rem;cursor:pointer;transition:all .3s ease}.cart .container .cart-content .cart-items .cart-item .quantity-controls .remove-item-btn .MuiSvgIcon-root{font-size:1rem}.cart .container .cart-content .cart-items .cart-item .quantity-controls .remove-item-btn:hover:not(:disabled){background:rgba(220,53,69,.1);border-color:#dc3545;transform:translateY(-1px)}.cart .container .cart-content .cart-items .cart-item .quantity-controls .remove-item-btn:disabled{opacity:.6;cursor:not-allowed}.cart .container .cart-content .cart-items .cart-item .item-total{text-align:right}.cart .container .cart-content .cart-items .cart-item .item-total .total-price{font-family:var(--font-body);font-size:1.25rem;font-weight:700;color:var(--color-black)}.cart .container .cart-content .order-summary .summary-card{background:var(--color-white);border-radius:16px;padding:2rem;box-shadow:0 4px 24px #0b0b0b1a;border:1px solid rgba(168,168,168,.1);position:sticky;top:2rem}.cart .container .cart-content .order-summary .summary-card h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-black);margin:0 0 1.5rem;text-align:center}.cart .container .cart-content .order-summary .summary-card .summary-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-body)}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row.shipping .shipping-info{display:flex;align-items:center;gap:.5rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row.shipping .shipping-info .shipping-icon{color:var(--color-gray);font-size:1rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row.total{font-size:1.25rem;font-weight:700;color:var(--color-black);padding-top:1rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row span:first-child{color:var(--color-gray);font-size:.95rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-row span:last-child{font-weight:600;color:var(--color-black);font-size:1rem}.cart .container .cart-content .order-summary .summary-card .summary-details .summary-divider{height:1px;background:rgba(168,168,168,.2);margin:.5rem 0}.cart .container .cart-content .order-summary .summary-card .security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:rgba(46,125,50,.1);border:1px solid rgba(46,125,50,.2);border-radius:8px;margin-bottom:1.5rem}.cart .container .cart-content .order-summary .summary-card .security-badge .security-icon{color:#2e7d32;font-size:1rem}.cart .container .cart-content .order-summary .summary-card .security-badge span{font-family:var(--font-body);font-size:.85rem;color:#2e7d32;font-weight:500}.cart .container .cart-content .order-summary .summary-card .checkout-btn{width:100%;padding:1rem 2rem;background:var(--color-black);color:var(--color-white);border:none;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0b0b0b33}.cart .container .cart-content .order-summary .summary-card .checkout-btn:hover:not(:disabled){background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.cart .container .cart-content .order-summary .summary-card .checkout-btn:disabled{background:var(--color-gray);cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1200px){.cart .container .cart-content{grid-template-columns:1fr 350px;gap:2rem}}@media (max-width: 968px){.cart .container{padding:0 1.5rem}.cart .container .cart-content{grid-template-columns:1fr;gap:2rem}.cart .container .cart-content .order-summary .summary-card{position:static}.cart .container .cart-header{flex-direction:column;gap:1rem;align-items:flex-start}.cart .container .cart-header .title-section h1{font-size:2rem}}@media (max-width: 768px){.cart{padding:1rem 0}.cart .container{padding:0 1rem}.cart .container .cart-items .cart-item{grid-template-columns:1fr;gap:1rem;text-align:center}.cart .container .cart-items .cart-item .product-image{justify-self:center}.cart .container .cart-items .cart-item .product-image img{width:120px;height:120px}.cart .container .cart-items .cart-item .product-details{text-align:center}.cart .container .cart-items .cart-item .product-details .product-specs{justify-content:center}.cart .container .cart-items .cart-item .quantity-controls{align-items:center;flex-direction:row;justify-content:center;gap:2rem}.cart .container .cart-items .cart-item .item-total{text-align:center}}@media (max-width: 480px){.cart .container .cart-header .title-section .cart-icon{font-size:1.5rem}.cart .container .cart-header .title-section h1{font-size:1.75rem}.cart .container .empty-cart{padding:2rem 1rem}.cart .container .empty-cart .empty-icon{font-size:3rem}.cart .container .empty-cart h2{font-size:1.5rem}}.productList-page{background:var(--color-white);min-height:100vh}.productList{background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.95) 100%);color:var(--color-white);padding:40px 0 60px}.productList .container{max-width:1400px;margin:0 auto;padding:0 20px}.productList .container .page-header{margin-bottom:40px}.productList .container .page-header .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-family:var(--font-body);font-size:.9rem}.productList .container .page-header .breadcrumb span{color:var(--color-gray);transition:color .3s ease}.productList .container .page-header .breadcrumb span.current{color:var(--color-white);font-weight:500}.productList .container .page-header .breadcrumb span:not(.separator):not(.current){cursor:pointer}.productList .container .page-header .breadcrumb span:not(.separator):not(.current):hover{color:var(--color-white)}.productList .container .page-header .breadcrumb .separator{color:#ffffff4d;font-size:.8rem}.productList .container .page-header .header-content{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}@media (max-width: 768px){.productList .container .page-header .header-content{flex-direction:column;align-items:flex-start;gap:20px}}.productList .container .page-header .header-content .title-section h1{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:var(--color-white);margin-bottom:10px;letter-spacing:-.02em}@media (max-width: 768px){.productList .container .page-header .header-content .title-section h1{font-size:2.2rem}}.productList .container .page-header .header-content .title-section p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);font-weight:300;line-height:1.5}.productList .container .page-header .header-content .view-controls{display:flex;gap:8px;background:rgba(255,255,255,.05);border-radius:12px;padding:4px;border:1px solid rgba(255,255,255,.1)}.productList .container .page-header .header-content .view-controls .view-btn{padding:12px;border:none;background:transparent;color:var(--color-gray);border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.productList .container .page-header .header-content .view-controls .view-btn svg{font-size:20px}.productList .container .page-header .header-content .view-controls .view-btn:hover{color:var(--color-white);background:rgba(255,255,255,.05)}.productList .container .page-header .header-content .view-controls .view-btn.active{background:rgba(255,255,255,.1);color:var(--color-white)}.productList .container .controls-section .controls-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:25px 30px;background:rgba(255,255,255,.02);border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.productList .container .controls-section .controls-header{flex-direction:column;gap:20px;align-items:stretch}}.productList .container .controls-section .controls-header .filter-toggle{display:flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--color-white);font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.productList .container .controls-section .controls-header .filter-toggle svg{font-size:20px}.productList .container .controls-section .controls-header .filter-toggle .filter-badge{background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:10px;min-width:16px;text-align:center}.productList .container .controls-section .controls-header .filter-toggle:hover{background:rgba(255,255,255,.08);border-color:#fff3;transform:translateY(-1px)}.productList .container .controls-section .controls-header .results-info span{font-family:var(--font-body);color:var(--color-gray);font-size:.95rem}.productList .container .controls-section .controls-header .sort-section{display:flex;align-items:center;gap:12px}.productList .container .controls-section .controls-header .sort-section .sort-icon{color:var(--color-gray);font-size:20px}.productList .container .controls-section .controls-header .sort-section .sort-select{padding:12px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--color-white);font-family:var(--font-body);font-size:.95rem;min-width:180px;cursor:pointer;transition:all .3s ease}.productList .container .controls-section .controls-header .sort-section .sort-select:focus{outline:none;border-color:var(--color-gray);background:rgba(255,255,255,.08)}.productList .container .controls-section .controls-header .sort-section .sort-select option{background:var(--color-black);color:var(--color-white);padding:10px}.productList .container .controls-section .filter-panel{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.productList .container .controls-section .filter-panel.active{max-height:500px;opacity:1;margin-bottom:30px}.productList .container .controls-section .filter-panel .filter-content{background:rgba(255,255,255,.02);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.productList .container .controls-section .filter-panel .filter-content .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.productList .container .controls-section .filter-panel .filter-content .filter-header h3{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-white);font-weight:600}.productList .container .controls-section .filter-panel .filter-content .filter-header .clear-filters{background:none;border:1px solid rgba(255,255,255,.2);color:var(--color-gray);padding:8px 16px;border-radius:8px;font-family:var(--font-body);font-size:.9rem;cursor:pointer;transition:all .3s ease}.productList .container .controls-section .filter-panel .filter-content .filter-header .clear-filters:hover{color:var(--color-white);border-color:#fff6}.productList .container .controls-section .filter-panel .filter-content .filter-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}@media (max-width: 768px){.productList .container .controls-section .filter-panel .filter-content .filter-groups{grid-template-columns:1fr;gap:20px}}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-label{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--color-white);margin-bottom:12px}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-label svg{font-size:18px;color:var(--color-gray)}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-label .color-icon{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray))}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-label .brand-icon{width:18px;height:18px;border-radius:4px;background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-label .price-icon{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-select{width:100%;padding:14px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--color-white);font-family:var(--font-body);font-size:.95rem;cursor:pointer;transition:all .3s ease}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-select:focus{outline:none;border-color:var(--color-gray);background:rgba(255,255,255,.08)}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .filter-select option{background:var(--color-black);color:var(--color-white);padding:12px}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .price-range .price-slider{width:100%;height:6px;border-radius:3px;background:rgba(255,255,255,.1);outline:none;cursor:pointer;margin-bottom:12px}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .price-range .price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray));cursor:pointer;border:2px solid var(--color-black)}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .price-range .price-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--color-white),var(--color-gray));cursor:pointer;border:2px solid var(--color-black)}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .price-range .price-display{display:flex;justify-content:space-between;font-family:var(--font-body);font-size:.9rem;color:var(--color-gray)}.productList .container .controls-section .filter-panel .filter-content .filter-groups .filter-group .price-range .price-display span{font-weight:500}.announcement .container{height:30px;background-color:#176b87;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500}.navbar{position:sticky;top:0;background:rgba(248,248,248,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(168,168,168,.1);z-index:10000;transition:all .3s ease;width:100%;overflow:visible}.navbar .container{max-width:1400px;margin:0 auto;height:80px;position:relative;width:100%;overflow:visible;z-index:1001}.navbar .container .wrapper{padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.navbar .container .wrapper .left{flex:1;display:flex;align-items:center}.navbar .container .wrapper .left .brand-logo .brand-text{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-black);letter-spacing:-.5px;transition:color .3s ease}.navbar .container .wrapper .left .brand-logo .brand-text:hover{color:var(--color-gray)}.navbar .container .wrapper .center{flex:2;display:flex;justify-content:center}.navbar .container .wrapper .center .desktop-nav{display:flex;align-items:center;gap:3rem}.navbar .container .wrapper .center .desktop-nav .nav-item{position:relative;transition:all .3s ease}.navbar .container .wrapper .center .desktop-nav .nav-item span{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-black);letter-spacing:.5px;text-transform:uppercase}.navbar .container .wrapper .center .desktop-nav .nav-item:hover{transform:translateY(-1px)}.navbar .container .wrapper .center .desktop-nav .nav-item:after{content:"";position:absolute;bottom:-8px;left:50%;width:0;height:2px;background:var(--color-black);transition:all .3s ease;transform:translate(-50%)}.navbar .container .wrapper .center .desktop-nav .nav-item:hover:after{width:100%}.navbar .container .wrapper .right{flex:1;display:flex;justify-content:flex-end}.navbar .container .wrapper .right .desktop-actions{display:flex;align-items:center;gap:2rem}.navbar .container .wrapper .right .desktop-actions .auth-section{display:flex;align-items:center;gap:1rem;margin-right:2rem}.navbar .container .wrapper .right .desktop-actions .auth-section .menuItem .auth-link{font-family:var(--font-body);font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;letter-spacing:.5px}.navbar .container .wrapper .right .desktop-actions .auth-section .menuItem .auth-link.primary{background:var(--color-black);color:var(--color-white)}.navbar .container .wrapper .right .desktop-actions .auth-section .menuItem .auth-link.primary:hover{background:rgba(11,11,11,.9);transform:translateY(-1px);box-shadow:0 4px 12px #0b0b0b33}.navbar .container .wrapper .right .desktop-actions .auth-section .menuItem .auth-link:not(.primary){color:var(--color-black)}.navbar .container .wrapper .right .desktop-actions .auth-section .menuItem .auth-link:not(.primary):hover{background:rgba(168,168,168,.1);color:var(--color-gray)}.navbar .container .wrapper .right .desktop-actions .actions-section{display:flex;align-items:center;gap:1.5rem;position:relative;overflow:visible}.navbar .container .wrapper .right .desktop-actions .actions-section .cart-item{position:relative;margin-top:7px}.navbar .container .wrapper .right .desktop-actions .actions-section .cart-item .cart-badge{position:absolute;top:-8px;right:-8px;background:var(--color-black);color:var(--color-white);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;z-index:1;animation:pulse 2s infinite}.navbar .container .wrapper .right .desktop-actions .actions-section .cart-item .cart-icon{font-size:1.5rem;color:var(--color-black);transition:all .3s ease;cursor:pointer}.navbar .container .wrapper .right .desktop-actions .actions-section .cart-item .cart-icon:hover{color:var(--color-gray);transform:scale(1.1)}.navbar .container .wrapper .right .desktop-actions .actions-section .user-menu{position:relative;z-index:10000}.navbar .container .wrapper .right .desktop-actions .actions-section .user-menu .user{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;z-index:10001}.navbar .container .wrapper .right .desktop-actions .actions-section .user-menu .user:hover{background:rgba(168,168,168,.1)}.navbar .container .wrapper .right .desktop-actions .actions-section .user-menu .user img{width:35px;height:35px;border-radius:50%;object-fit:cover;border:2px solid rgba(168,168,168,.2)}.navbar .container .wrapper .right .desktop-actions .actions-section .user-menu .user .user-name{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black)}.navbar .container .wrapper .right .mobile-actions{display:none;align-items:center;height:100%}.navbar .container .wrapper .right .mobile-actions .mobile-cart{display:flex;align-items:center;justify-content:center;width:44px;height:44px;position:relative;border-radius:8px;transition:all .3s ease}.navbar .container .wrapper .right .mobile-actions .mobile-cart:hover{background:rgba(168,168,168,.1)}.navbar .container .wrapper .right .mobile-actions .mobile-cart .cart-badge{position:absolute;top:6px;right:4px;background:var(--color-black);color:var(--color-white);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;z-index:1}.navbar .container .wrapper .right .mobile-actions .mobile-cart .cart-icon{font-size:1.5rem;color:var(--color-black);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar .container .wrapper .right .mobile-actions .mobile-cart .cart-icon:hover{color:var(--color-gray)}.navbar .container .wrapper .right .mobile-actions .hamburger-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.navbar .container .wrapper .right .mobile-actions .hamburger-btn svg{font-size:1.5rem;color:var(--color-black);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar .container .wrapper .right .mobile-actions .hamburger-btn:hover{background:rgba(168,168,168,.1)}.navbar .container .wrapper .right .mobile-actions .hamburger-btn:hover svg{color:var(--color-gray)}.navbar .container .wrapper .right .mobile-actions .hamburger-btn.active{background:var(--color-black)}.navbar .container .wrapper .right .mobile-actions .hamburger-btn.active svg{color:var(--color-white)}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.user-dropdown-options{position:absolute;top:calc(100% + 8px);right:0;background:var(--color-white);border-radius:12px;box-shadow:0 8px 32px #0b0b0b26;border:1px solid rgba(168,168,168,.1);min-width:200px;overflow:visible;z-index:10002;opacity:1;visibility:visible;transform:translateY(0);animation:dropdownSlide .3s ease forwards}.user-dropdown-options .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease;font-family:var(--font-body);font-size:.9rem;color:var(--color-black);border-bottom:1px solid rgba(168,168,168,.1)}.user-dropdown-options .dropdown-item .dropdown-icon{font-size:1.1rem;color:var(--color-gray)}.user-dropdown-options .dropdown-item:last-child{border-bottom:none}.user-dropdown-options .dropdown-item:hover{background:rgba(248,248,248,.8)}.user-dropdown-options .dropdown-item:hover .dropdown-icon{color:var(--color-black)}.user-dropdown-options .dropdown-item.logout{cursor:pointer}.user-dropdown-options .dropdown-item.logout:hover{background:rgba(220,53,69,.1);color:#dc3545}.user-dropdown-options .dropdown-item.logout:hover .dropdown-icon{color:#dc3545}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.mobile-menu-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-overlay.active .mobile-menu{transform:translate(0)}.mobile-menu-overlay .mobile-menu{position:fixed;top:0;right:0;width:360px;height:100vh;background:linear-gradient(135deg,rgba(248,248,248,.98) 0%,rgba(255,255,255,.95) 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:3rem 2.5rem;overflow-y:auto;box-shadow:-12px 0 60px #0b0b0b26,-4px 0 20px #0b0b0b1a,inset 1px 0 #fff3;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.8,.25,1);z-index:1002;border-left:1px solid rgba(255,255,255,.3)}.mobile-menu-overlay .mobile-menu .mobile-nav-section{margin-bottom:3rem;position:relative}.mobile-menu-overlay .mobile-menu .mobile-nav-section:before{content:"";position:absolute;top:-1rem;left:-1rem;right:-1rem;bottom:-1rem;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 100%);border-radius:16px;z-index:-1;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay .mobile-menu .mobile-nav-section:hover:before{opacity:1}.mobile-menu-overlay .mobile-menu .mobile-nav-section h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-black);margin-bottom:1.5rem;padding-bottom:.75rem;position:relative;letter-spacing:-.5px}.mobile-menu-overlay .mobile-menu .mobile-nav-section h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--color-black) 0%,rgba(11,11,11,.3) 100%);border-radius:2px;transition:width .3s ease}.mobile-menu-overlay .mobile-menu .mobile-nav-section:hover h3:after{width:60px}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1.25rem 1rem;margin:.5rem -1rem;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-black);text-transform:uppercase;letter-spacing:.8px;border-radius:12px;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;background:transparent}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link:before{content:"";position:absolute;left:0;top:50%;width:0;height:2px;background:linear-gradient(90deg,var(--color-black) 0%,var(--color-gray) 100%);transform:translateY(-50%);transition:width .3s ease;border-radius:1px}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link:hover{color:var(--color-black);background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate(8px);box-shadow:0 4px 20px #0b0b0b14}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link:hover:before{width:4px}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link.primary{background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.9) 100%);color:var(--color-white);padding:1.25rem;border-radius:16px;margin:1.5rem 0;text-align:center;justify-content:center;font-weight:600;letter-spacing:1px;box-shadow:0 8px 32px #0b0b0b33,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link.primary:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link.primary:hover{background:linear-gradient(135deg,rgba(11,11,11,.95) 0%,var(--color-black) 100%);transform:translateY(-2px) translate(0);box-shadow:0 12px 40px #0b0b0b4d,inset 0 1px #ffffff26}.mobile-menu-overlay .mobile-menu .mobile-nav-section .mobile-nav-link.primary:hover:after{left:100%}.mobile-menu-overlay .mobile-menu .mobile-user-section{background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgba(248,248,248,.6) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem 2rem;margin:2rem -.5rem;position:relative;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0b0b0b14,inset 0 1px #fff6}.mobile-menu-overlay .mobile-menu .mobile-user-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,.9) 0%,rgba(248,248,248,.7) 100%);border-radius:20px;position:relative;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #0b0b0b0d,inset 0 1px #fff9}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.6);box-shadow:0 4px 16px #0b0b0b1a,inset 0 1px 2px #fffc;transition:transform .3s ease,box-shadow .3s ease}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info:hover img{transform:scale(1.05);box-shadow:0 8px 24px #0b0b0b26,inset 0 1px 2px #ffffffe6}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info .user-details{flex:1}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info .user-details .user-name{display:block;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--color-black);margin-bottom:.5rem;letter-spacing:-.3px}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info .user-details .user-email{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);opacity:.8}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1rem;margin:.5rem -1rem;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--color-black);border-radius:14px;transition:all .4s cubic-bezier(.25,.8,.25,1);background:transparent;cursor:pointer;text-transform:none;position:relative}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link .mobile-icon{font-size:1.3rem;color:var(--color-gray);transition:all .3s ease;opacity:.8}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link:hover{background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,rgba(248,248,248,.4) 100%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translate(8px);box-shadow:0 4px 20px #0b0b0b14}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link:hover .mobile-icon{color:var(--color-black);transform:scale(1.1);opacity:1}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link.logout-btn,.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link.logout-btn .mobile-icon{color:#dc3545}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link.logout-btn:hover{background:linear-gradient(135deg,rgba(220,53,69,.1) 0%,rgba(220,53,69,.05) 100%);color:#dc3545;box-shadow:0 4px 20px #dc354526}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-links .mobile-nav-link.logout-btn:hover .mobile-icon{color:#dc3545;transform:scale(1.1)}.mobile-menu-overlay .mobile-menu .mobile-auth-section{background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgba(248,248,248,.6) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem 2rem;margin:2rem -.5rem;position:relative;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0b0b0b14,inset 0 1px #fff6}.mobile-menu-overlay .mobile-menu .mobile-auth-section h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-black);margin-bottom:2rem;padding-bottom:.75rem;text-align:center;letter-spacing:-.5px;position:relative}.mobile-menu-overlay .mobile-menu .mobile-auth-section h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,var(--color-black) 0%,rgba(11,11,11,.3) 100%);border-radius:2px}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link{display:flex;align-items:center;justify-content:center;padding:1.5rem 2rem;margin:1rem 0;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black);text-transform:uppercase;letter-spacing:1px;border-radius:16px;transition:all .4s cubic-bezier(.25,.8,.25,1);background:linear-gradient(135deg,rgba(255,255,255,.6) 0%,rgba(248,248,248,.4) 100%);border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #0b0b0b0d,inset 0 1px #fff9;position:relative;overflow:hidden}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link:hover{background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,rgba(248,248,248,.6) 100%);border-color:#0b0b0b33;transform:translateY(-2px);box-shadow:0 8px 32px #0b0b0b1f,inset 0 1px #fffc}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link:hover:before{left:100%}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link.primary{background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.9) 100%);color:var(--color-white);border:1px solid var(--color-black);box-shadow:0 8px 32px #0b0b0b33,inset 0 1px #ffffff1a}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link.primary:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.mobile-menu-overlay .mobile-menu .mobile-auth-section .mobile-nav-link.primary:hover{background:linear-gradient(135deg,rgba(11,11,11,.95) 0%,var(--color-black) 100%);transform:translateY(-3px);box-shadow:0 12px 40px #0b0b0b4d,inset 0 1px #ffffff26}@media (min-width: 769px){.navbar .mobile-menu-overlay,.navbar .mobile-actions{display:none!important}}@media (max-width: 1024px) and (min-width: 769px){.navbar .container .wrapper{padding:0 1.5rem}.navbar .container .wrapper .center .desktop-nav{gap:2rem}}@media (max-width: 768px){.navbar .container{height:70px}.navbar .container .wrapper{padding:0 1rem}.navbar .container .wrapper .left .brand-logo .brand-text{font-size:1.6rem}.navbar .container .wrapper .center,.navbar .container .wrapper .right .desktop-actions{display:none}.navbar .container .wrapper .right .mobile-actions{display:flex!important}}@media (max-width: 480px){.navbar .container{height:60px}.navbar .container .wrapper{padding:0 .75rem}.navbar .container .wrapper .left .brand-logo .brand-text{font-size:1.4rem}}@media (max-width: 768px){.mobile-menu-overlay .mobile-menu{padding:1.5rem}}@media (max-width: 480px){.mobile-menu-overlay .mobile-menu{padding:1rem}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info{padding:.75rem}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info img{width:40px;height:40px}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info .user-details .user-name{font-size:.9rem}.mobile-menu-overlay .mobile-menu .mobile-user-section .mobile-user-info .user-details .user-email{font-size:.8rem}}.footer{background:linear-gradient(135deg,#0B0B0B 0%,#1A1A1A 100%);color:var(--color-white);padding:80px 0 20px;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-gray),transparent)}.footer .container{max-width:1400px;margin:0 auto;padding:0 20px}.footer .footer-main{display:grid;grid-template-columns:1fr 250px 250px 350px;gap:80px;margin-bottom:60px}@media (max-width: 1024px){.footer .footer-main{grid-template-columns:1fr 1fr;gap:60px}}@media (max-width: 768px){.footer .footer-main{grid-template-columns:1fr;gap:50px}}.footer .footer-section{opacity:0;transform:translateY(30px);animation:slideUp .8s ease forwards}.footer .footer-section:nth-child(1){animation-delay:.1s}.footer .footer-section:nth-child(2){animation-delay:.2s}.footer .footer-section:nth-child(3){animation-delay:.3s}.footer .footer-section:nth-child(4){animation-delay:.4s}.footer .brand-section .brand-content{max-width:400px}.footer .brand-section .brand-content .brand-logo{font-family:var(--font-playfair);font-size:2.5rem;font-weight:700;color:var(--color-white);margin-bottom:20px;letter-spacing:-.02em}.footer .brand-section .brand-content .brand-logo:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--color-gray),var(--color-black));margin-top:8px;border-radius:2px}.footer .brand-section .brand-content .brand-description{font-family:var(--font-inter);font-size:1rem;line-height:1.7;color:var(--color-gray);margin-bottom:40px;opacity:.9}.footer .brand-section .social-links{display:flex;gap:15px}.footer .brand-section .social-links .social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:var(--color-gray);transition:all .3s ease;position:relative;overflow:hidden}.footer .brand-section .social-links .social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.footer .brand-section .social-links .social-link:hover{border-color:var(--color-white);color:var(--color-white);transform:translateY(-2px)}.footer .brand-section .social-links .social-link:hover:before{left:100%}.footer .brand-section .social-links .social-link.instagram:hover{background:linear-gradient(135deg,#E4405F,#9B59B6);border-color:#e4405f}.footer .brand-section .social-links .social-link.facebook:hover{background:linear-gradient(135deg,#1877F2,#42A5F5);border-color:#1877f2}.footer .brand-section .social-links .social-link.twitter:hover{background:linear-gradient(135deg,#1DA1F2,#64B5F6);border-color:#1da1f2}.footer .brand-section .social-links .social-link.pinterest:hover{background:linear-gradient(135deg,#BD081C,#E57373);border-color:#bd081c}.footer .brand-section .social-links .social-link svg{font-size:20px}.footer .section-title{font-family:var(--font-playfair);font-size:1.25rem;font-weight:600;color:var(--color-white);margin-bottom:30px;position:relative}.footer .section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--color-white),var(--color-gray));border-radius:1px}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:12px}.footer .footer-links li .footer-link{font-family:var(--font-inter);font-size:.95rem;color:var(--color-gray);text-decoration:none;transition:all .3s ease;position:relative;padding-left:0}.footer .footer-links li .footer-link:before{content:"";position:absolute;left:-15px;top:50%;width:5px;height:2px;background:var(--color-white);transform:translateY(-50%) scaleX(0);transition:transform .3s ease;border-radius:1px}.footer .footer-links li .footer-link:hover{color:var(--color-white);padding-left:15px}.footer .footer-links li .footer-link:hover:before{transform:translateY(-50%) scaleX(1)}.footer .contact-section .contact-info{margin-bottom:40px}.footer .contact-section .contact-info .contact-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.footer .contact-section .contact-info .contact-item .contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:10px;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.footer .contact-section .contact-info .contact-item .contact-icon svg{font-size:18px;color:var(--color-white)}.footer .contact-section .contact-info .contact-item .contact-details p{font-family:var(--font-inter);font-size:.9rem;color:var(--color-gray);margin:0 0 4px;line-height:1.4}.footer .contact-section .contact-info .contact-item .contact-details p:first-child{color:var(--color-white);font-weight:500}.footer .contact-section .newsletter h4{font-family:var(--font-playfair);font-size:1.1rem;color:var(--color-white);margin-bottom:10px;font-weight:600}.footer .contact-section .newsletter p{font-family:var(--font-inter);font-size:.9rem;color:var(--color-gray);margin-bottom:20px;line-height:1.5}.footer .contact-section .newsletter .newsletter-form{display:flex;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02);transition:border-color .3s ease}.footer .contact-section .newsletter .newsletter-form:focus-within{border-color:#ffffff4d}.footer .contact-section .newsletter .newsletter-form .newsletter-input{flex:1;padding:15px 20px;border:none;background:transparent;color:var(--color-white);font-family:var(--font-inter);font-size:.9rem;outline:none}.footer .contact-section .newsletter .newsletter-form .newsletter-input::placeholder{color:#ffffff80}.footer .contact-section .newsletter .newsletter-form .newsletter-btn{padding:15px 25px;border:none;background:linear-gradient(135deg,var(--color-white),var(--color-gray));color:var(--color-black);font-family:var(--font-inter);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer .contact-section .newsletter .newsletter-form .newsletter-btn:hover{background:linear-gradient(135deg,#FFD700,#FFA500);transform:translateY(-1px)}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:40px}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:40px}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;gap:30px}}.footer .footer-bottom .footer-bottom-left{display:flex;align-items:center;gap:40px}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-left{flex-direction:column;gap:20px}}.footer .footer-bottom .footer-bottom-left .copyright{font-family:var(--font-inter);font-size:.9rem;color:var(--color-gray);margin:0;opacity:.8}.footer .footer-bottom .footer-bottom-left .legal-links{display:flex;gap:25px}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-left .legal-links{gap:15px}}.footer .footer-bottom .footer-bottom-left .legal-links .legal-link{font-family:var(--font-inter);font-size:.9rem;color:var(--color-gray);text-decoration:none;transition:color .3s ease}.footer .footer-bottom .footer-bottom-left .legal-links .legal-link:hover{color:var(--color-white)}.footer .footer-bottom .footer-bottom-right .payment-methods{text-align:right}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-right .payment-methods{text-align:center}}.footer .footer-bottom .footer-bottom-right .payment-methods .payment-label{font-family:var(--font-inter);font-size:.9rem;color:var(--color-gray);display:block;margin-bottom:15px;opacity:.8}.footer .footer-bottom .footer-bottom-right .payment-methods .payment-icons{display:flex;gap:10px;align-items:center}@media (max-width: 768px){.footer .footer-bottom .footer-bottom-right .payment-methods .payment-icons{justify-content:center}}.footer .footer-bottom .footer-bottom-right .payment-methods .payment-icons img{width:36px;height:24px;object-fit:contain;border-radius:4px;background:var(--color-white);padding:3px;transition:transform .3s ease}.footer .footer-bottom .footer-bottom-right .payment-methods .payment-icons img:hover{transform:translateY(-2px)}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.checkout{display:flex;justify-content:center}.checkout .container{width:1100px;margin:30px 50px;display:flex;align-items:center;justify-content:center}.checkout .container form{width:30vw;min-width:500px;align-self:center;box-shadow:0 0 0 .5px #32325d1a,0 2px 5px #32325d1a,0 1px 1.5px #00000012;border-radius:7px;padding:40px}.checkout .container #payment-message{color:#697386;font-size:16px;line-height:20px;padding-top:12px;text-align:center}.checkout .container #payment-element{margin-bottom:24px}.checkout .container button{background:#5469d4;font-family:Arial,sans-serif;color:#fff;border-radius:4px;border:0;padding:12px 16px;font-size:16px;font-weight:600;cursor:pointer;display:block;transition:all .2s ease;box-shadow:0 4px 5.5px #00000012;width:100%}.checkout .container button:hover{filter:contrast(115%)}.checkout .container button:disabled{opacity:.5;cursor:default}.checkout .container .spinner,.checkout .container .spinner:before,.checkout .container .spinner:after{border-radius:50%}.checkout .container .spinner{color:#fff;font-size:22px;text-indent:-99999px;margin:0 auto;position:relative;width:20px;height:20px;box-shadow:inset 0 0 0 2px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.checkout .container .spinner:before,.checkout .container .spinner:after{position:absolute;content:""}.checkout .container .spinner:before{width:10.4px;height:20.4px;background:#5469d4;border-radius:20.4px 0 0 20.4px;top:-.2px;left:-.2px;-webkit-transform-origin:10.4px 10.2px;transform-origin:10.4px 10.2px;-webkit-animation:loading 2s infinite ease 1.5s;animation:loading 2s infinite ease 1.5s}.checkout .container .spinner:after{width:10.4px;height:10.2px;background:#5469d4;border-radius:0 10.2px 10.2px 0;top:-.1px;left:10.2px;-webkit-transform-origin:0px 10.2px;transform-origin:0px 10.2px;-webkit-animation:loading 2s infinite ease;animation:loading 2s infinite ease}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.success-page{min-height:100vh;background:linear-gradient(135deg,rgba(248,248,248,.1) 0%,rgba(248,248,248,.05) 100%);display:flex;align-items:center;justify-content:center;padding:2rem 0}.success-page .container{max-width:600px;margin:0 auto;padding:0 2rem}.success-page .container .success-card{background:var(--color-white);border-radius:20px;padding:3rem;box-shadow:0 8px 32px #0b0b0b1f;border:1px solid rgba(168,168,168,.1);text-align:center;position:relative;overflow:hidden}.success-page .container .success-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4caf50,#45a049)}.success-page .container .success-card .success-animation{margin-bottom:2rem;position:relative;display:inline-block}.success-page .container .success-card .success-animation .checkmark-wrapper{position:relative;display:inline-block}.success-page .container .success-card .success-animation .checkmark-wrapper .checkmark-icon{font-size:5rem;color:#4caf50;animation:checkmarkPop .6s cubic-bezier(.68,-.55,.265,1.55) forwards;filter:drop-shadow(0 4px 12px rgba(76,175,80,.3))}.success-page .container .success-card .success-animation .checkmark-wrapper .success-ripple{position:absolute;top:50%;left:50%;width:100px;height:100px;border:2px solid #4caf50;border-radius:50%;transform:translate(-50%,-50%) scale(0);opacity:0;animation:ripple 1.5s ease-out .3s forwards}.success-page .container .success-card .success-content{margin-bottom:2rem}.success-page .container .success-card .success-content h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-black);margin:0 0 1rem;animation:slideUp .8s ease-out .2s both}.success-page .container .success-card .success-content .success-message{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);line-height:1.6;margin:0 0 2rem;animation:slideUp .8s ease-out .4s both}.success-page .container .success-card .success-content .order-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:rgba(248,248,248,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(168,168,168,.2);animation:slideUp .8s ease-out .6s both}.success-page .container .success-card .success-content .order-details .detail-item{display:flex;align-items:center;gap:1rem;justify-content:center}.success-page .container .success-card .success-content .order-details .detail-item .detail-icon{color:#4caf50;font-size:1.25rem}.success-page .container .success-card .success-content .order-details .detail-item span{font-family:var(--font-body);font-size:.95rem;color:var(--color-black);font-weight:500}.success-page .container .success-card .success-content .processing-state{animation:slideUp .8s ease-out .8s both}.success-page .container .success-card .success-content .processing-state .processing-spinner{width:40px;height:40px;border:3px solid rgba(76,175,80,.2);border-top:3px solid #4caf50;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.success-page .container .success-card .success-content .processing-state p{font-family:var(--font-body);color:var(--color-gray);margin:0;font-size:1rem}.success-page .container .success-card .success-content .redirect-section{animation:slideUp .8s ease-out .8s both}.success-page .container .success-card .success-content .redirect-section .countdown-display{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.2);border-radius:12px;margin-bottom:2rem}.success-page .container .success-card .success-content .redirect-section .countdown-display .countdown-icon{color:#4caf50;font-size:1.25rem;animation:pulse 2s infinite}.success-page .container .success-card .success-content .redirect-section .countdown-display span{font-family:var(--font-body);font-size:1rem;color:#2e7d32;font-weight:600}.success-page .container .success-card .success-content .redirect-section .action-buttons{display:flex;gap:1rem}.success-page .container .success-card .success-content .redirect-section .action-buttons .view-orders-btn,.success-page .container .success-card .success-content .redirect-section .action-buttons .continue-shopping-btn{flex:1;padding:1rem 2rem;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.success-page .container .success-card .success-content .redirect-section .action-buttons .view-orders-btn .MuiSvgIcon-root,.success-page .container .success-card .success-content .redirect-section .action-buttons .continue-shopping-btn .MuiSvgIcon-root{font-size:1.25rem}.success-page .container .success-card .success-content .redirect-section .action-buttons .view-orders-btn{background:var(--color-black);color:var(--color-white);box-shadow:0 4px 12px #0b0b0b33}.success-page .container .success-card .success-content .redirect-section .action-buttons .view-orders-btn:hover{background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.success-page .container .success-card .success-content .redirect-section .action-buttons .continue-shopping-btn{background:transparent;color:var(--color-black);border:2px solid rgba(168,168,168,.3)}.success-page .container .success-card .success-content .redirect-section .action-buttons .continue-shopping-btn:hover{background:rgba(11,11,11,.05);border-color:var(--color-black);transform:translateY(-2px)}.success-page .container .success-card .success-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(168,168,168,.2);animation:slideUp .8s ease-out 1s both}.success-page .container .success-card .success-footer p{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);margin:0}.success-page .container .success-card .success-footer p .support-link{color:var(--color-black);cursor:pointer;font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:all .3s ease}.success-page .container .success-card .success-footer p .support-link:hover{color:#4caf50;text-decoration-color:#4caf50}@keyframes checkmarkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 768px){.success-page{padding:1rem 0}.success-page .container{padding:0 1rem}.success-page .container .success-card{padding:2rem 1.5rem}.success-page .container .success-card .success-animation .checkmark-wrapper .checkmark-icon{font-size:4rem}.success-page .container .success-card .success-content h1{font-size:2rem}.success-page .container .success-card .success-content .success-message{font-size:1rem}.success-page .container .success-card .success-content .order-details{padding:1rem}.success-page .container .success-card .success-content .order-details .detail-item{flex-direction:column;text-align:center;gap:.5rem}.success-page .container .success-card .success-content .redirect-section .action-buttons{flex-direction:column}.success-page .container .success-card .success-content .redirect-section .action-buttons .view-orders-btn,.success-page .container .success-card .success-content .redirect-section .action-buttons .continue-shopping-btn{width:100%}}@media (max-width: 480px){.success-page .container .success-card{padding:1.5rem 1rem;border-radius:16px}.success-page .container .success-card .success-animation .checkmark-wrapper .checkmark-icon{font-size:3.5rem}.success-page .container .success-card .success-content h1{font-size:1.75rem}.success-page .container .success-card .success-content .redirect-section .countdown-display{flex-direction:column;gap:.75rem;text-align:center}}.orders{min-height:100vh;background:linear-gradient(135deg,rgba(248,248,248,.1) 0%,rgba(248,248,248,.05) 100%);padding:2rem 0}.orders .container{max-width:1400px;margin:0 auto;padding:0 2rem}.orders .container .loading-state,.orders .container .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a}.orders .container .loading-state .loading-spinner,.orders .container .error-state .loading-spinner{width:40px;height:40px;border:3px solid rgba(168,168,168,.2);border-top:3px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.orders .container .loading-state .error-icon,.orders .container .error-state .error-icon{font-size:3rem;color:#dc3545;margin-bottom:1rem}.orders .container .loading-state h2,.orders .container .error-state h2{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-black);margin:0 0 .5rem}.orders .container .loading-state p,.orders .container .error-state p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin:0;max-width:400px}.orders .container .orders-header{margin-bottom:2rem}.orders .container .orders-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a;border:1px solid rgba(168,168,168,.1)}.orders .container .orders-header .header-content .title-section{display:flex;align-items:center;gap:1.5rem}.orders .container .orders-header .header-content .title-section .orders-icon{color:var(--color-black);font-size:2.5rem}.orders .container .orders-header .header-content .title-section .title-text h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;color:var(--color-black);margin:0 0 .5rem}.orders .container .orders-header .header-content .title-section .title-text p{font-family:var(--font-body);font-size:1rem;color:var(--color-gray);margin:0}.orders .container .orders-header .header-content .orders-summary .summary-card{display:flex;gap:2rem;background:rgba(248,248,248,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid rgba(168,168,168,.2)}.orders .container .orders-header .header-content .orders-summary .summary-card .summary-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.orders .container .orders-header .header-content .orders-summary .summary-card .summary-item .summary-label{font-family:var(--font-body);font-size:.85rem;color:var(--color-gray);font-weight:500}.orders .container .orders-header .header-content .orders-summary .summary-card .summary-item .summary-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-black)}.orders .container .empty-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a}.orders .container .empty-orders .empty-icon{font-size:4rem;color:var(--color-gray);margin-bottom:1.5rem}.orders .container .empty-orders h2{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--color-black);margin:0 0 1rem}.orders .container .empty-orders p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin:0 0 2rem;max-width:500px}.orders .container .empty-orders .shop-now-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--color-black);color:var(--color-white);border:none;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #0b0b0b33}.orders .container .empty-orders .shop-now-btn .MuiSvgIcon-root{font-size:1.25rem}.orders .container .empty-orders .shop-now-btn:hover{background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.orders .container .orders-content .orders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.orders .container .orders-content .orders-grid .order-card{background:var(--color-white);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0b0b0b14;border:1px solid rgba(168,168,168,.1);transition:all .3s ease}.orders .container .orders-content .orders-grid .order-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0b0b0b1f}.orders .container .orders-content .orders-grid .order-card .order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(168,168,168,.15)}.orders .container .orders-content .orders-grid .order-card .order-header .order-info .order-id{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-black);margin-bottom:.5rem}.orders .container .orders-content .orders-grid .order-card .order-header .order-info .order-date{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.85rem;color:var(--color-gray)}.orders .container .orders-content .orders-grid .order-card .order-header .order-info .order-date .date-icon{font-size:.9rem}.orders .container .orders-content .orders-grid .order-card .order-header .order-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(46,125,50,.1);border:1px solid rgba(46,125,50,.2);border-radius:20px;color:#2e7d32;font-family:var(--font-body);font-size:.8rem;font-weight:600}.orders .container .orders-content .orders-grid .order-card .order-header .order-status .shipping-icon{font-size:.9rem}.orders .container .orders-content .orders-grid .order-card .product-link{text-decoration:none;color:inherit}.orders .container .orders-content .orders-grid .order-card .product-link .product-section{display:flex;gap:1rem;margin-bottom:1.5rem}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-image{flex-shrink:0}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-image img{width:80px;height:80px;object-fit:cover;border-radius:12px;background:rgba(248,248,248,.5)}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details{flex:1}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details .product-title{font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--color-black);margin:0 0 .5rem;line-height:1.4}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details .product-brand{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);margin-bottom:.75rem;font-weight:500}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details .product-specs{display:flex;flex-wrap:wrap;gap:.5rem}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details .product-specs .spec-item{font-family:var(--font-body);font-size:.8rem;color:var(--color-gray);background:rgba(248,248,248,.8);padding:.25rem .75rem;border-radius:12px;border:1px solid rgba(168,168,168,.2)}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-price{text-align:right}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-price .unit-price{font-family:var(--font-body);font-size:.9rem;color:var(--color-gray);text-decoration:line-through;margin-bottom:.25rem}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-price .total-price{font-family:var(--font-body);font-size:1.25rem;font-weight:700;color:var(--color-black)}.orders .container .orders-content .orders-grid .order-card .order-actions{display:flex;gap:1rem}.orders .container .orders-content .orders-grid .order-card .order-actions a{text-decoration:none;flex:1}.orders .container .orders-content .orders-grid .order-card .order-actions .view-product-btn,.orders .container .orders-content .orders-grid .order-card .order-actions .reorder-btn{flex:1;padding:.75rem 1rem;border-radius:8px;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.orders .container .orders-content .orders-grid .order-card .order-actions .view-product-btn .MuiSvgIcon-root,.orders .container .orders-content .orders-grid .order-card .order-actions .reorder-btn .MuiSvgIcon-root{font-size:1rem}.orders .container .orders-content .orders-grid .order-card .order-actions .view-product-btn{background:transparent;color:var(--color-black);border:2px solid rgba(168,168,168,.3)}.orders .container .orders-content .orders-grid .order-card .order-actions .view-product-btn:hover{background:rgba(11,11,11,.05);border-color:var(--color-black);transform:translateY(-1px)}.orders .container .orders-content .orders-grid .order-card .order-actions .reorder-btn{background:var(--color-black);color:var(--color-white);box-shadow:0 2px 8px #0b0b0b33}.orders .container .orders-content .orders-grid .order-card .order-actions .reorder-btn:hover{background:rgba(11,11,11,.9);transform:translateY(-1px);box-shadow:0 4px 12px #0b0b0b4d}.orders .container .orders-content .orders-info .info-card{background:rgba(248,248,248,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(168,168,168,.2);display:flex;align-items:center;gap:1.5rem}.orders .container .orders-content .orders-info .info-card .info-icon{color:var(--color-black);font-size:2rem;flex-shrink:0}.orders .container .orders-content .orders-info .info-card .info-content{flex:1}.orders .container .orders-content .orders-info .info-card .info-content h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-black);margin:0 0 .5rem}.orders .container .orders-content .orders-info .info-card .info-content p{font-family:var(--font-body);font-size:.95rem;color:var(--color-gray);margin:0 0 1rem}.orders .container .orders-content .orders-info .info-card .info-content .support-btn{padding:.75rem 1.5rem;background:var(--color-black);color:var(--color-white);border:none;border-radius:8px;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.orders .container .orders-content .orders-info .info-card .info-content .support-btn:hover{background:rgba(11,11,11,.9);transform:translateY(-1px);box-shadow:0 4px 12px #0b0b0b33}@media (max-width: 1024px){.orders .container .orders-header .header-content{flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.orders .container .orders-header .header-content .orders-summary .summary-card{flex-direction:column;gap:1rem}.orders .container .orders-content .orders-grid{grid-template-columns:1fr}}@media (max-width: 768px){.orders{padding:1rem 0}.orders .container{padding:0 1rem}.orders .container .orders-header .header-content{padding:1.5rem}.orders .container .orders-header .header-content .title-section{flex-direction:column;gap:1rem;text-align:center}.orders .container .orders-header .header-content .title-section .title-text h1{font-size:2rem}.orders .container .orders-header .header-content .orders-summary .summary-card,.orders .container .orders-content .orders-grid .order-card{padding:1rem}.orders .container .orders-content .orders-grid .order-card .product-link .product-section{flex-direction:column;text-align:center}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-image{align-self:center}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-image img{width:100px;height:100px}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details{text-align:center}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-details .product-specs{justify-content:center}.orders .container .orders-content .orders-grid .order-card .product-link .product-section .product-price{text-align:center}.orders .container .orders-content .orders-grid .order-card .order-actions{flex-direction:column}.orders .container .orders-content .orders-grid .order-card .order-actions a{flex:none}}@media (max-width: 480px){.orders .container .orders-header .header-content .title-section .orders-icon{font-size:2rem}.orders .container .orders-header .header-content .title-section .title-text h1{font-size:1.75rem}.orders .container .empty-orders{padding:2rem 1rem}.orders .container .empty-orders .empty-icon{font-size:3rem}.orders .container .empty-orders h2{font-size:1.5rem}.orders .container .orders-content .orders-info .info-card{flex-direction:column;text-align:center;padding:1.5rem}}.myAccount{min-height:100vh;background:linear-gradient(135deg,rgba(248,248,248,.1) 0%,rgba(248,248,248,.05) 100%);padding:2rem 0}.myAccount .container{max-width:800px;margin:0 auto;padding:0 2rem}.myAccount .container .loading-state,.myAccount .container .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a}.myAccount .container .loading-state .loading-spinner,.myAccount .container .error-state .loading-spinner{width:40px;height:40px;border:3px solid rgba(168,168,168,.2);border-top:3px solid var(--color-black);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.myAccount .container .loading-state .error-icon,.myAccount .container .error-state .error-icon{font-size:3rem;color:#dc3545;margin-bottom:1rem}.myAccount .container .loading-state h2,.myAccount .container .error-state h2{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-black);margin:0 0 .5rem}.myAccount .container .loading-state p,.myAccount .container .error-state p{font-family:var(--font-body);font-size:1.1rem;color:var(--color-gray);margin:0;max-width:400px}.myAccount .container .account-wrapper{background:var(--color-white);border-radius:16px;box-shadow:0 4px 24px #0b0b0b1a;border:1px solid rgba(168,168,168,.1);overflow:hidden}.myAccount .container .account-wrapper .account-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:linear-gradient(135deg,rgba(248,248,248,.8) 0%,rgba(248,248,248,.4) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(168,168,168,.2)}.myAccount .container .account-wrapper .account-header .header-content{display:flex;align-items:center;gap:1.5rem}.myAccount .container .account-wrapper .account-header .header-content .user-avatar{width:80px;height:80px;background:linear-gradient(135deg,var(--color-black) 0%,rgba(11,11,11,.8) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0b0b0b33}.myAccount .container .account-wrapper .account-header .header-content .user-avatar .avatar-icon{color:var(--color-white);font-size:2.5rem}.myAccount .container .account-wrapper .account-header .header-content .header-text h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;color:var(--color-black);margin:0 0 .5rem}.myAccount .container .account-wrapper .account-header .header-content .header-text p{font-family:var(--font-body);font-size:1rem;color:var(--color-gray);margin:0}.myAccount .container .account-wrapper .account-header .edit-indicator .edit-icon{color:var(--color-gray);font-size:1.5rem;animation:pulse 2s infinite}.myAccount .container .account-wrapper .success-message,.myAccount .container .account-wrapper .error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;margin:0;font-family:var(--font-body);font-weight:500}.myAccount .container .account-wrapper .success-message .MuiSvgIcon-root,.myAccount .container .account-wrapper .error-message .MuiSvgIcon-root{font-size:1.25rem}.myAccount .container .account-wrapper .success-message{background:rgba(46,125,50,.1);border-left:4px solid #2e7d32;color:#2e7d32}.myAccount .container .account-wrapper .success-message .success-icon{color:#2e7d32}.myAccount .container .account-wrapper .error-message{background:rgba(220,53,69,.1);border-left:4px solid #dc3545;color:#dc3545}.myAccount .container .account-wrapper .error-message .error-icon{color:#dc3545}.myAccount .container .account-wrapper .account-form{padding:2rem}.myAccount .container .account-wrapper .account-form .form-section{margin-bottom:2rem}.myAccount .container .account-wrapper .account-form .form-section h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-black);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(168,168,168,.2)}.myAccount .container .account-wrapper .account-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.myAccount .container .account-wrapper .account-form .form-section .form-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.myAccount .container .account-wrapper .account-form .form-section .form-group label{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-black)}.myAccount .container .account-wrapper .account-form .form-section .form-group label .field-icon{color:var(--color-gray);font-size:1.25rem}.myAccount .container .account-wrapper .account-form .form-section .form-group input{width:100%;padding:1rem;border:2px solid rgba(168,168,168,.2);border-radius:12px;font-family:var(--font-body);font-size:1rem;color:var(--color-black);background:var(--color-white);transition:all .3s ease;box-sizing:border-box}.myAccount .container .account-wrapper .account-form .form-section .form-group input::placeholder{color:var(--color-gray)}.myAccount .container .account-wrapper .account-form .form-section .form-group input:focus{outline:none;border-color:var(--color-black);box-shadow:0 0 0 3px #0b0b0b1a;transform:translateY(-1px)}.myAccount .container .account-wrapper .account-form .form-section .form-group input:hover:not(:focus){border-color:#0b0b0b66}.myAccount .container .account-wrapper .account-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid rgba(168,168,168,.2)}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn,.myAccount .container .account-wrapper .account-form .form-actions .update-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn .MuiSvgIcon-root,.myAccount .container .account-wrapper .account-form .form-actions .update-btn .MuiSvgIcon-root{font-size:1.25rem}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn .btn-spinner,.myAccount .container .account-wrapper .account-form .form-actions .update-btn .btn-spinner{width:16px;height:16px;border:2px solid rgba(248,248,248,.3);border-top:2px solid var(--color-white);border-radius:50%;animation:spin 1s linear infinite}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn:disabled,.myAccount .container .account-wrapper .account-form .form-actions .update-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn{background:transparent;color:var(--color-gray);border:2px solid rgba(168,168,168,.3)}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn:hover:not(:disabled){background:rgba(168,168,168,.1);border-color:var(--color-gray);color:var(--color-black);transform:translateY(-2px)}.myAccount .container .account-wrapper .account-form .form-actions .update-btn{background:var(--color-black);color:var(--color-white);box-shadow:0 4px 12px #0b0b0b33}.myAccount .container .account-wrapper .account-form .form-actions .update-btn:hover:not(:disabled){background:rgba(11,11,11,.9);transform:translateY(-2px);box-shadow:0 6px 20px #0b0b0b4d}.myAccount .container .account-wrapper .account-form .form-actions .update-btn.loading{cursor:wait}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.myAccount{padding:1rem 0}.myAccount .container{padding:0 1rem}.myAccount .container .account-wrapper .account-header{flex-direction:column;gap:1.5rem;text-align:center;padding:1.5rem}.myAccount .container .account-wrapper .account-header .header-content{flex-direction:column;gap:1rem}.myAccount .container .account-wrapper .account-header .header-content .user-avatar{width:60px;height:60px}.myAccount .container .account-wrapper .account-header .header-content .user-avatar .avatar-icon,.myAccount .container .account-wrapper .account-header .header-content .header-text h1{font-size:2rem}.myAccount .container .account-wrapper .account-header .edit-indicator{display:none}.myAccount .container .account-wrapper .account-form{padding:1.5rem}.myAccount .container .account-wrapper .account-form .form-section .form-row{grid-template-columns:1fr;gap:1rem}.myAccount .container .account-wrapper .account-form .form-actions{flex-direction:column-reverse}.myAccount .container .account-wrapper .account-form .form-actions .reset-btn,.myAccount .container .account-wrapper .account-form .form-actions .update-btn{width:100%;justify-content:center}}@media (max-width: 480px){.myAccount .container .account-wrapper .account-header{padding:1rem}.myAccount .container .account-wrapper .account-header .header-content .header-text h1{font-size:1.75rem}.myAccount .container .account-wrapper .account-form{padding:1rem}.myAccount .container .account-wrapper .account-form .form-section .form-group input{padding:.875rem}}:root{--color-black: #0B0B0B;--color-white: #F8F8F8;--color-gray: #A8A8A8;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;font-family:var(--font-body);color:var(--color-black);background-color:var(--color-white);line-height:1.6;overflow-x:hidden;max-width:100vw}body{font-family:var(--font-body);color:var(--color-black);background-color:var(--color-white);overflow-x:hidden;max-width:100vw;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--color-black);margin-bottom:.5rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.75rem;font-weight:600}h4{font-size:1.5rem;font-weight:500}h5{font-size:1.25rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-family:var(--font-body);color:var(--color-black);margin-bottom:1rem}.link{text-decoration:none;color:inherit;transition:color .2s ease}.link:hover{color:var(--color-gray)}a{color:var(--color-black);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-gray)}.text-black{color:var(--color-black)}.text-white{color:var(--color-white)}.text-gray{color:var(--color-gray)}.bg-black{background-color:var(--color-black)}.bg-white{background-color:var(--color-white)}.bg-gray{background-color:var(--color-gray)}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}
