@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-family:Poppins,Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;scroll-behavior:smooth;font-size:16px;line-height:1.5}body{background-color:var(--accent);color:var(--text-dark);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary: #2C3E50;--secondary: #E74C3C;--accent: #ECF0F1;--white: #ffffff;--black: #000000;--text-dark: #2C3E50;--text-light: #7F8C8D;--border: #BDC3C7;--whatsapp-green: #25D366;--whatsapp-dark: #128C7E;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.3;color:var(--primary);margin-bottom:.5rem}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.875rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-dark);margin-bottom:1rem}a{font-family:Poppins,sans-serif;color:inherit;text-decoration:none;transition:color .2s ease-in-out}button{font-family:Poppins,sans-serif;font-weight:500}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],textarea,select{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:.5rem;background-color:var(--white);color:var(--text-dark);font-size:1rem;font-family:inherit;transition:all .2s ease-in-out;box-sizing:border-box}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=search]:focus,textarea:focus,select:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #e74c3c1a}input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=number]:hover,input[type=tel]:hover,input[type=url]:hover,input[type=search]:hover,textarea:hover,select:hover{border-color:var(--text-light)}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:1.25rem;height:1.25rem;border:3px solid #000000;border-radius:.25rem;background-color:var(--white);cursor:pointer;position:relative;transition:all .2s ease-in-out;flex-shrink:0;box-shadow:0 2px 4px #0003}input[type=checkbox]:checked{background-color:var(--secondary);border-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=checkbox]:hover{border-color:var(--secondary)}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #e74c3c1a}input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-radius:50%;background-color:var(--white);cursor:pointer;position:relative;transition:all .2s ease-in-out;flex-shrink:0}input[type=radio]:checked{background-color:var(--secondary);border-color:var(--secondary)}input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background-color:#fff;border-radius:50%}input[type=radio]:hover{border-color:var(--secondary)}input[type=radio]:focus{outline:none;box-shadow:0 0 0 3px #e74c3c1a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:1rem}.btn-primary{background-color:var(--secondary);color:var(--white)}.btn-primary:hover{background-color:var(--primary)}.btn-secondary{background-color:var(--primary);color:var(--white)}.btn-secondary:hover{background-color:var(--secondary)}.btn-outline{background-color:transparent;color:var(--secondary);border:2px solid var(--secondary)}.btn-outline:hover{background-color:var(--secondary);color:var(--white)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.card{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-md);transition:box-shadow .2s ease-in-out}.card:hover{box-shadow:var(--shadow-lg)}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-white{color:var(--white)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-saffron-600{color:var(--saffron-600)}.text-emerald-600{color:var(--emerald-600)}.bg-white{background-color:var(--white)}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-900{background-color:var(--gray-900)}.bg-saffron-600{background-color:var(--saffron-600)}.bg-emerald-600{background-color:var(--emerald-600)}.border{border:1px solid var(--gray-200)}.border-t{border-top:1px solid var(--gray-200)}.border-b{border-bottom:1px solid var(--gray-200)}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}@media (min-width: 640px){.sm\:text-2xl{font-size:1.5rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-6xl{font-size:3.75rem}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:w-64{width:16rem}.lg\:hidden{display:none}.lg\:block{display:block}}.hidden{display:none}.block{display:block}.flex{display:flex}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.transform{transform:translateZ(0)}.translate-x-0{transform:translate(0)}.translate-x-full{transform:translate(100%)}.transition-all{transition:all .3s ease-in-out}.transition-colors{transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.transition-shadow{transition:box-shadow .2s ease-in-out}.transition-transform{transition:transform .3s ease-in-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.w-full{width:100%}.w-16{width:4rem}.w-64{width:16rem}.h-16{height:4rem}.h-64{height:16rem}.h-80{height:20rem}.h-full{height:100%}.object-cover{object-fit:cover}.cursor-pointer{cursor:pointer}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--saffron-500)}.hover\:bg-saffron-700:hover{background-color:var(--saffron-700)}.hover\:bg-emerald-700:hover{background-color:var(--emerald-700)}.hover\:text-saffron-600:hover{color:var(--saffron-600)}.hover\:text-saffron-700:hover{color:var(--saffron-700)}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.hover\:scale-105:hover{transform:scale(1.05)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.cart-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:40}.cart-sidebar{position:fixed;top:0;right:0;height:100%;width:100%;background-color:var(--white);box-shadow:var(--shadow-xl);transform:translate(100%);transition:transform .3s ease-in-out;z-index:50}@media (min-width: 640px){.cart-sidebar{width:24rem}}.cart-sidebar.open{transform:translate(0)}.cart-container{display:flex;flex-direction:column;height:100%}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--gray-200)}.cart-title{font-size:1.25rem;font-weight:600;color:var(--primary)}.cart-close-button{padding:.5rem;color:var(--gray-400);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.cart-close-button:hover{color:var(--gray-600)}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-empty{text-align:center;padding:2rem 1rem}.cart-empty-icon{color:var(--gray-400);margin-bottom:1rem}.cart-empty-icon svg{width:3rem;height:3rem;margin:0 auto}.cart-empty-text{color:var(--gray-500);margin-bottom:.25rem}.cart-empty-subtext{font-size:.875rem;color:var(--gray-400)}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:var(--gray-50);border-radius:.5rem;margin-bottom:1rem}.cart-item-image{width:4rem;height:4rem;object-fit:cover;border-radius:.375rem}.cart-item-details{flex:1}.cart-item-name{font-weight:500;color:var(--primary);margin-bottom:.25rem}.cart-item-meta{font-size:.875rem;color:var(--gray-500);margin-bottom:.25rem}.cart-item-price{font-weight:600;color:var(--saffron-600)}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.cart-quantity-button{padding:.25rem;color:var(--gray-400);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.cart-quantity-button:hover{color:var(--gray-600)}.cart-quantity-button svg{width:1rem;height:1rem}.cart-quantity{width:2rem;text-align:center;color:var(--gray-900)}.cart-remove-button{padding:.25rem;color:var(--red-400);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.cart-remove-button:hover{color:var(--red-600)}.cart-remove-button svg{width:1rem;height:1rem}.cart-footer{border-top:1px solid var(--gray-200);padding:1rem}.cart-address-section{margin-bottom:1rem}.cart-address-label{display:block;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.cart-address-input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:.375rem;font-size:.875rem;font-family:inherit;resize:vertical;transition:border-color .2s ease-in-out;background-color:var(--white)}.cart-address-input:focus{outline:none;border-color:var(--secondary)}.cart-address-input.error{border-color:#ef4444}.cart-address-error{color:#ef4444;font-size:.75rem;margin-top:.25rem}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-subtotal-label{font-size:1.125rem;font-weight:600;color:var(--primary)}.cart-subtotal-amount{font-size:1.25rem;font-weight:700;color:var(--secondary)}.cart-checkout-button{width:100%;background-color:var(--secondary);color:var(--white);font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.cart-checkout-button:hover{background-color:var(--primary)}.cart-checkout-button svg{width:1.25rem;height:1.25rem}.cart-clear-button{width:100%;color:var(--gray-500);font-weight:500;padding:.5rem;background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.cart-clear-button:hover{color:var(--red-600)}.whatsapp-icon{width:1rem;height:1rem;fill:currentColor;margin-left:3px}.layout{min-height:100vh;display:flex;flex-direction:column}.nav{background-color:var(--white);box-shadow:var(--shadow-lg);position:sticky;top:0;z-index:50}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.nav-container{padding:0 1.5rem}}@media (min-width: 1024px){.nav-container{padding:0 2rem}}.nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:40px;width:auto;transition:transform .2s ease-in-out}.logo:hover .logo-image{transform:scale(1.05)}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{color:var(--text-dark);font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease-in-out}.nav-link:hover,.nav-link.active{color:var(--secondary);background-color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:1rem}.cart-button{position:relative;padding:.5rem;color:var(--text-dark);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.cart-button:hover{color:var(--secondary)}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:var(--secondary);color:var(--white);font-size:.75rem;border-radius:50%;height:1.25rem;width:1.25rem;display:flex;align-items:center;justify-content:center;font-weight:600;z-index:10}.mobile-menu-button{display:block;padding:.5rem;color:var(--gray-700);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.mobile-menu-button:hover{color:var(--saffron-600)}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu{display:block}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-menu-content{padding:.5rem 1rem .75rem;background-color:var(--white);border-top:1px solid var(--gray-200)}.mobile-nav-links{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:block;padding:.5rem .75rem;color:var(--gray-700);font-weight:500;text-decoration:none;border-radius:.375rem;transition:all .2s ease-in-out}.mobile-nav-link:hover{color:var(--saffron-600);background-color:var(--saffron-50)}.mobile-nav-link.active{color:var(--saffron-600);background-color:var(--saffron-100)}.main-content{flex:1;min-height:0;width:100%}.footer{background-color:var(--primary);color:var(--white)}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}@media (min-width: 640px){.footer-container{padding:3rem 1.5rem}}@media (min-width: 1024px){.footer-container{padding:3rem 2rem}}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr}}.footer-brand{grid-column:1 / -1}@media (min-width: 1024px){.footer-brand{grid-column:1 / 2}}.footer-logo{margin-bottom:1rem}.footer-logo-image{height:50px;width:auto}.footer-brand h3{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1rem}.footer-brand p{color:var(--white);margin-bottom:1rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{color:var(--text-light);transition:color .2s ease-in-out}.social-link:hover{color:var(--secondary)}.social-link svg{width:1.5rem;height:1.5rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--white);text-decoration:none;transition:color .2s ease-in-out}.footer-section a:hover{color:var(--secondary)}.footer-section p{color:var(--white);margin-bottom:.5rem}.footer-divider{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem;text-align:center;color:var(--white)}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;animation:slideIn .3s ease-out}.toast-message{background-color:var(--secondary);color:var(--white);padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:var(--shadow-lg);font-weight:500;font-size:.875rem;min-width:200px;text-align:center}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-md);overflow:hidden;transition:box-shadow .2s ease-in-out;display:flex;flex-direction:column;min-height:420px;width:100%}.product-image{width:100%;height:12rem;object-fit:cover}.product-content{padding:1rem;display:flex;flex-direction:column;flex:1}.product-name{font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:1rem;line-height:1.3;min-height:2.4rem;display:flex;align-items:center}.product-description{color:var(--text-light);font-size:.875rem;margin-bottom:.75rem;line-height:1.4;min-height:2.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.product-price{font-size:1.125rem;font-weight:600;color:var(--secondary)}.size-section{margin-bottom:.75rem;min-height:3rem}.size-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-dark);margin-bottom:.5rem}.size-buttons{display:flex;gap:.5rem}.size-button{padding:.25rem .75rem;font-size:.875rem;border:2px solid var(--border);border-radius:.375rem;background-color:var(--white);color:var(--text-dark);cursor:pointer;transition:all .2s ease-in-out}.size-button:hover{border-color:var(--secondary)}.size-button.selected{background-color:var(--secondary);color:var(--white);border-color:var(--secondary)}.color-section{margin-bottom:.75rem;min-height:2.5rem}.color-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-dark);margin-bottom:.5rem}.color-display{display:flex;align-items:center;gap:.5rem}.color-text{font-size:.875rem;color:var(--text-light)}.product-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem}.add-to-cart-section,.buy-now-section{display:flex;gap:.5rem;flex:1}.product-action-button{font-weight:500;padding:.5rem .75rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease-in-out;font-size:.875rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;white-space:nowrap;flex:1;z-index:10}.product-action-button-primary{background-color:var(--secondary);color:var(--white)}.product-action-button-primary:hover{background-color:var(--primary)}.product-action-button-secondary{background-color:#128c7e;color:var(--white)}.product-action-button-secondary:hover{background-color:#075e54}.whatsapp-button{background-color:#25d366;color:#fff;border:none;border-radius:.5rem;padding:.75rem;cursor:pointer;transition:all .2s ease-in-out;min-height:2.75rem;min-width:2.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-button:hover{background-color:#128c7e;transform:scale(1.05)}.whatsapp-button svg{width:1.25rem;height:1.25rem}.homepage{min-height:100vh;width:100%;display:block}.hero{position:relative;height:540px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-carousel{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-slide.active{opacity:1}.hero-background{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:#0006}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;color:#fff;padding:0 1rem;width:100%;max-width:800px}@media (min-width: 640px){.hero-content{padding:0 1.5rem}}@media (min-width: 1024px){.hero-content{padding:0 2rem}}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 640px){.hero-title{font-size:3.75rem}}.hero-title-highlight{display:block;color:var(--secondary)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 640px){.hero-subtitle{font-size:1.5rem}}.hero-button{display:inline-flex;align-items:center;background-color:var(--secondary);color:#fff;font-weight:600;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;text-decoration:none;transition:background-color .2s ease-in-out}.hero-button:hover{background-color:var(--primary)}.hero-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff3;color:#fff;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.hero-nav-button:hover{background-color:#ffffff4d;transform:translateY(-50%) scale(1.1)}.hero-nav-prev{left:20px}.hero-nav-next{right:20px}.hero-indicators{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease-in-out}.hero-indicator:hover{background-color:#fffc}.hero-indicator.active{background-color:#fff;transform:scale(1.2)}.hero-button svg{margin-left:.5rem;width:1.25rem;height:1.25rem}.categories-section{padding:4rem 0;background-color:var(--accent)}.categories-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.categories-container{padding:0 1.5rem}}@media (min-width: 1024px){.categories-container{padding:0 2rem}}.categories-header{text-align:center;margin-bottom:3rem}.categories-title{font-size:1.875rem;font-weight:700;color:var(--primary);margin-bottom:1rem}@media (min-width: 640px){.categories-title{font-size:2.25rem}}.categories-subtitle{font-size:1.125rem;color:var(--text-dark);max-width:42rem;margin:0 auto}.categories-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{display:block;overflow:hidden;border-radius:.5rem;box-shadow:var(--shadow-lg);transition:box-shadow .3s ease-in-out;text-decoration:none}.category-card:hover{box-shadow:var(--shadow-xl)}.category-image-container{position:relative;overflow:hidden}.category-image{width:100%;height:20rem;object-fit:cover;transition:transform .3s ease-in-out}.category-card:hover .category-image{transform:scale(1.05)}.category-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:var(--white)}.category-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.category-description{color:var(--gray-200)}.reels-section{padding:4rem 0;background-color:var(--white)}.reels-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.reels-container{padding:0 1.5rem}}@media (min-width: 1024px){.reels-container{padding:0 2rem}}.reels-header{text-align:center;margin-bottom:3rem}.reels-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media (min-width: 640px){.reels-title{font-size:2.25rem}}.reels-subtitle{font-size:1.125rem;color:var(--gray-600)}.reels-carousel{position:relative;max-width:400px;margin:0 auto;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-xl)}.reels-track{position:relative;width:100%;height:711px}.reel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;filter:grayscale(100%)}.reel-item.active{opacity:1;filter:grayscale(0%)}.reel-video-container{position:relative;width:100%;height:100%}.reel-video{width:100%;height:100%;object-fit:cover;border-radius:.75rem}.reel-video-controls{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:20}.reel-control-button{background-color:#0009;color:var(--white);border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reel-control-button:hover{background-color:#000c;transform:scale(1.1)}.reel-buy-now{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);z-index:20}.reel-buy-button{background-color:var(--secondary);color:var(--white);padding:.75rem 2rem;border-radius:2rem;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease-in-out;box-shadow:var(--shadow-lg);display:inline-block}.reel-buy-button:hover{background-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.reel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem;color:var(--white)}.reel-content{max-width:600px}.reel-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width: 640px){.reel-title{font-size:1.875rem}}.reel-description{font-size:1rem;opacity:.9}.reel-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;color:var(--gray-900);border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;z-index:10}.reel-nav-button:hover{background-color:var(--white);transform:translateY(-50%) scale(1.1)}.reel-nav-button-left{left:1rem}.reel-nav-button-right{right:1rem}.reel-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.reel-indicator{width:.75rem;height:.75rem;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .2s ease-in-out}.reel-indicator.active{background-color:var(--white);transform:scale(1.2)}.reel-indicator:hover{background-color:#fffc}.arrivals-section{padding:4rem 0;background-color:var(--gray-50)}.arrivals-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.arrivals-container{padding:0 1.5rem}}@media (min-width: 1024px){.arrivals-container{padding:0 2rem}}.arrivals-header{text-align:center;margin-bottom:3rem}.arrivals-title{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}@media (min-width: 640px){.arrivals-title{font-size:2.25rem}}.arrivals-subtitle{font-size:1.125rem;color:var(--gray-600)}.arrivals-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width: 640px){.arrivals-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.arrivals-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-md);overflow:hidden;transition:box-shadow .2s ease-in-out}.product-card:hover{box-shadow:var(--shadow-lg)}.product-image-container{position:relative}.product-image{width:100%;height:16rem;object-fit:cover}.product-rating{position:absolute;top:.5rem;right:.5rem;background-color:var(--white);border-radius:50%;padding:.25rem .5rem;display:flex;align-items:center;gap:.25rem}.product-rating svg{width:1rem;height:1rem;color:var(--yellow-400);fill:currentColor}.product-rating-text{font-size:.875rem;font-weight:500}.product-content{padding:1rem}.product-name{font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product-price{font-size:1.25rem;font-weight:700;color:var(--saffron-600)}.product-reviews{font-size:.875rem;color:var(--gray-500)}.product-actions{display:flex;gap:.5rem}.product-button{flex:1;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease-in-out;font-size:.875rem}.product-button-primary{background-color:var(--saffron-600);color:var(--white)}.product-button-primary:hover{background-color:var(--saffron-700)}.product-button-secondary{background-color:var(--emerald-600);color:var(--white)}.product-button-secondary:hover{background-color:var(--emerald-700)}.arrivals-footer{text-align:center}.arrivals-link{display:inline-flex;align-items:center;color:var(--saffron-600);font-weight:600;font-size:1.125rem;text-decoration:none;transition:color .2s ease-in-out}.arrivals-link:hover{color:var(--saffron-700)}.arrivals-link svg{margin-left:.5rem;width:1.25rem;height:1.25rem}.story-section{padding:4rem 0;background-color:var(--white)}.story-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.story-container{padding:0 1.5rem}}@media (min-width: 1024px){.story-container{padding:0 2rem}}.story-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.story-content{grid-template-columns:1fr 1fr}}.story-text h2{font-size:1.875rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}@media (min-width: 640px){.story-text h2{font-size:2.25rem}}.story-text p{font-size:1.125rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.story-text p:last-of-type{margin-bottom:2rem}.story-button{display:inline-flex;align-items:center;background-color:var(--royal-600);color:var(--white);font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease-in-out}.story-button:hover{background-color:var(--royal-700)}.story-button svg{margin-left:.5rem;width:1.25rem;height:1.25rem}.story-image{border-radius:.5rem;box-shadow:var(--shadow-lg)}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-4{height:1rem}.w-4{width:1rem}.kurta-page{min-height:100vh;background-color:var(--accent)}.kurta-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.kurta-container{padding:2rem 1.5rem}}@media (min-width: 1024px){.kurta-container{padding:2rem}}.kurta-header{margin-bottom:2rem}.kurta-title{font-size:1.875rem;font-weight:700;color:var(--primary);text-transform:capitalize}.kurta-subtitle{color:var(--text-dark);margin-top:.5rem}.kurta-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.kurta-layout{flex-direction:row}}@media (min-width: 1024px){.filters-sidebar{width:16rem}}.mobile-filter-toggle{margin-bottom:1rem}.filter-toggle-button{display:flex;align-items:center;gap:.5rem;background-color:var(--white);padding:.75rem 1rem;border-radius:.5rem;box-shadow:var(--shadow-sm);border:2px solid var(--border);cursor:pointer;transition:all .2s ease-in-out;font-weight:500;color:var(--text-dark)}.filter-toggle-button:hover{box-shadow:var(--shadow-md);border-color:var(--secondary)}.filter-toggle-button svg{width:1.25rem;height:1.25rem}.filter-option{display:flex;align-items:center;gap:.5rem}.filter-checkbox{width:1.25rem;height:1.25rem;border:3px solid #333333;border-radius:.25rem;background-color:var(--white);cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;flex-shrink:0;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a}.filter-checkbox:checked{background-color:var(--secondary)!important;border-color:var(--secondary)!important}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.active-filters{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.active-filters-label{font-size:.875rem;color:var(--text-dark);font-weight:500}.active-filter-tag{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background-color:var(--secondary);color:var(--white);border-radius:1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out}.active-filter-tag:hover{background-color:var(--primary)}.active-filter-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--white);cursor:pointer;padding:.125rem;border-radius:50%;transition:all .2s ease-in-out}.active-filter-remove:hover{background-color:#fff3}.results-count{color:var(--gray-600)}.active-filters{display:flex;align-items:center;gap:.5rem}.active-filters-label{font-size:.875rem;color:var(--gray-500)}.active-filter-tag{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:50%;font-size:.75rem;background-color:var(--saffron-100);color:var(--saffron-800)}.active-filter-remove{margin-left:.25rem;color:var(--saffron-600);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.active-filter-remove:hover{color:var(--saffron-800)}.active-filter-remove svg{width:.75rem;height:.75rem}.loading-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.loading-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.loading-grid{grid-template-columns:repeat(3,1fr)}}.loading-card{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-md);overflow:hidden;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.loading-image{height:16rem;background-color:var(--gray-200);border-radius:.5rem .5rem 0 0}.loading-content{padding:1rem}.loading-line{height:1rem;background-color:var(--gray-200);border-radius:.25rem;margin-bottom:.75rem}.loading-line.short{width:75%}.loading-line.medium{width:50%}.loading-line.long{width:33%}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.no-results{text-align:center;padding:3rem 1rem}.no-results-icon{color:var(--gray-400);margin-bottom:1rem}.no-results-icon svg{width:3rem;height:3rem;margin:0 auto}.no-results-title{font-size:1.125rem;font-weight:500;color:var(--gray-900);margin-bottom:.5rem}.no-results-text{color:var(--gray-500);margin-bottom:1rem}.clear-filters-action{background-color:var(--saffron-600);color:var(--white);font-weight:500;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease-in-out}.clear-filters-action:hover{background-color:var(--saffron-700)}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-3{height:.75rem}.w-3{width:.75rem}.koti-page{min-height:100vh;background-color:var(--accent)}.koti-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.koti-container{padding:2rem 1.5rem}}@media (min-width: 1024px){.koti-container{padding:2rem}}.koti-header{margin-bottom:2rem}.koti-title{font-size:2.25rem;font-weight:700;color:var(--primary);text-transform:capitalize}@media (min-width: 640px){.koti-title{font-size:3rem}}.koti-subtitle{color:var(--text-dark);margin-top:.5rem}.koti-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.koti-layout{flex-direction:row}}.filters-sidebar{width:100%}@media (min-width: 1024px){.filters-sidebar{width:16rem;flex-shrink:0}}.filters-content{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:1.5rem;position:sticky;top:6rem}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.filters-title{font-size:1.125rem;font-weight:600;color:var(--primary)}.clear-filters-button{font-size:.875rem;color:var(--secondary);background:none;border:none;cursor:pointer;transition:color .2s ease-in-out}.clear-filters-button:hover{color:var(--primary)}.filter-section-title{font-size:1.125rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem 0}.filter-checkbox{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-radius:.25rem;background-color:var(--white);cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;flex-shrink:0;transition:all .2s ease-in-out;z-index:1}.filter-checkbox:hover{border-color:var(--secondary)}.filter-checkbox:checked{background-color:var(--secondary);color:var(--secondary);border-color:var(--secondary)}.filter-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-checkbox:focus{outline:none;box-shadow:0 0 0 3px #e74c3c1a}.filter-label{font-size:.875rem;color:var(--text-dark);cursor:pointer}.color-filter-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.color-filter-button{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;border:2px solid var(--border);background-color:var(--white);cursor:pointer;transition:all .2s ease-in-out}.color-filter-button:hover{border-color:var(--secondary)}.color-filter-button.selected{border-color:var(--secondary);background-color:var(--accent)}.color-indicator{width:1rem;height:1rem;border-radius:50%;border:2px solid var(--border)}.color-name{font-size:.875rem;color:var(--text-dark)}.mobile-filter-toggle{display:block;margin-bottom:1rem}@media (min-width: 1024px){.mobile-filter-toggle{display:none}}.filter-toggle-button{display:flex;align-items:center;gap:.5rem;background-color:var(--white);padding:.75rem 1rem;border-radius:.5rem;box-shadow:var(--shadow-sm);border:2px solid var(--border);color:var(--text-dark);font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.filter-toggle-button:hover{background-color:var(--accent);border-color:var(--secondary)}.filters-panel{display:none}@media (min-width: 1024px){.filters-panel{display:block}}.filters-panel.show{display:block}.filters-content{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);padding:1.5rem;position:sticky;top:6rem}.filter-section{margin-bottom:1.5rem}.filter-section:last-child{margin-bottom:0}.filter-title{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--gray-700);font-size:.875rem}.filter-option input[type=checkbox]{width:1rem;height:1rem;border:1px solid var(--gray-300);border-radius:.25rem;background-color:var(--white);cursor:pointer;position:relative}.filter-option input[type=checkbox]:checked{background-color:var(--saffron-600);border-color:var(--saffron-600)}.clear-filters-button{width:100%;background-color:var(--accent);color:var(--text-dark);padding:.75rem;border:2px solid var(--border);border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.clear-filters-button:hover{background-color:var(--secondary);color:var(--white);border-color:var(--secondary)}.products-section{flex:1}.products-header{margin-bottom:1.5rem}.products-count{color:var(--gray-600);font-size:.875rem}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.products-grid{grid-template-columns:repeat(3,1fr)}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--gray-600)}.loading-spinner{width:2rem;height:2rem;border:2px solid var(--gray-200);border-top:2px solid var(--saffron-600);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.no-results{text-align:center;padding:4rem 2rem;color:var(--gray-600)}.no-results h3{color:var(--gray-900);margin-bottom:.5rem}.contact-page{min-height:100vh;background-color:var(--accent)}.contact-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.contact-container{padding:2rem 1.5rem}}@media (min-width: 1024px){.contact-container{padding:2rem}}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}@media (min-width: 640px){.contact-title{font-size:3rem}}.contact-subtitle{color:var(--text-dark);font-size:1.125rem;max-width:42rem;margin:0 auto}.contact-content{display:grid;gap:3rem;margin-bottom:3rem}@media (min-width: 1024px){.contact-content{grid-template-columns:1fr 1fr;gap:4rem}}.contact-info-section{order:2}@media (min-width: 1024px){.contact-info-section{order:1}}.section-title{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.section-description{color:var(--text-dark);margin-bottom:2rem;line-height:1.6}.contact-info-grid{display:grid;gap:1.5rem}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all .2s ease-in-out}.contact-info-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:var(--saffron-100);color:var(--saffron-600);border-radius:.5rem;flex-shrink:0}.contact-info-content{flex:1}.contact-info-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.contact-info-link{text-decoration:none;color:inherit}.contact-info-link:hover{color:var(--saffron-600)}.contact-info-detail{color:var(--gray-600);font-size:.875rem;margin-bottom:.25rem}.contact-info-detail:last-child{margin-bottom:0}.contact-form-section{order:1}@media (min-width: 1024px){.contact-form-section{order:2}}.contact-form{background-color:var(--white);padding:2rem;border-radius:.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.form-row{display:grid;gap:1rem;margin-bottom:1rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-dark);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:.5rem;font-size:1rem;color:var(--text-dark);background-color:var(--white);transition:all .2s ease-in-out}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #e74c3c1a}.form-textarea{resize:vertical;min-height:6rem}.submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background-color:var(--secondary);color:var(--white);border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}.submit-button:hover:not(:disabled){background-color:var(--primary)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.success-message{margin-top:1rem;padding:.75rem;background-color:var(--emerald-50);color:var(--emerald-700);border:1px solid var(--emerald-200);border-radius:.375rem;text-align:center;font-size:.875rem}.map-section{margin-top:3rem}.map-container{background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);overflow:hidden}.google-map{width:100%;height:400px;border:none}.map-info{padding:1.5rem;background-color:var(--white);border-top:1px solid var(--gray-200)}.map-info h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.map-info p{color:var(--gray-600);margin-bottom:1rem;font-size:.875rem}.map-link{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--saffron-600);color:var(--white);padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:.875rem;transition:background-color .2s ease-in-out}.map-link:hover{background-color:var(--saffron-700)}.product-details-page{min-height:100vh;background-color:var(--accent);padding:2rem 0}.product-details-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.product-details-container{padding:0 1.5rem}}@media (min-width: 1024px){.product-details-container{padding:0 2rem}}.loading-state{text-align:center;padding:4rem 0}.loading-spinner{width:3rem;height:3rem;border:3px solid var(--border);border-top:3px solid var(--secondary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found{text-align:center;padding:4rem 0}.not-found h2{font-size:1.5rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.not-found p{color:var(--text-dark);margin-bottom:2rem}.back-to-products{background-color:var(--secondary);color:var(--white);padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background-color .2s ease-in-out}.back-to-products:hover{background-color:var(--primary)}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem}.breadcrumb-link{color:var(--secondary);text-decoration:none;transition:color .2s ease-in-out}.breadcrumb-link:hover{color:var(--primary)}.breadcrumb-separator{color:var(--text-light)}.breadcrumb-current{color:var(--gray-600);font-weight:500}.product-details-content{display:grid;gap:3rem}@media (min-width: 1024px){.product-details-content{grid-template-columns:1fr 1fr;gap:4rem}}.product-images-section{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;border-radius:.75rem;overflow:hidden;background-color:var(--white);box-shadow:var(--shadow-md)}.main-image{width:100%;height:auto;display:block}.share-container{position:absolute;top:1rem;right:1rem}.share-button{background-color:#ffffffe6;color:var(--gray-700);border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.share-button:hover{background-color:var(--white);transform:scale(1.1)}.share-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-lg);padding:.5rem;min-width:160px;z-index:50;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.share-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;background:none;color:var(--gray-700);cursor:pointer;border-radius:.375rem;transition:background-color .2s ease-in-out;font-size:.875rem}.share-option:hover{background-color:var(--gray-50)}.share-option svg{color:var(--gray-600)}.share-option:nth-child(1) svg{color:#25d366}.share-option:nth-child(2) svg{color:#1877f2}.share-option:nth-child(3) svg{color:#e4405f}.share-option:nth-child(4) svg{color:var(--gray-600)}.thumbnail-images{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail-image{flex-shrink:0;width:4rem;height:4rem;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s ease-in-out;background-color:var(--white)}.thumbnail-image.active,.thumbnail-image:hover{border-color:var(--secondary)}.thumbnail-image img{width:100%;height:100%;object-fit:cover}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-header{display:flex;flex-direction:column;gap:1rem}.product-title{font-size:1.875rem;font-weight:700;color:var(--primary);line-height:1.2}@media (min-width: 640px){.product-title{font-size:2.25rem}}.product-rating{display:flex;align-items:center;gap:.5rem}.rating-stars{display:flex;gap:.125rem}.rating-stars svg{color:var(--gray-300)}.rating-stars svg.filled{color:var(--saffron-500)}.rating-text{font-weight:600;color:var(--gray-900)}.reviews-count{color:var(--gray-600)}.product-price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.current-price{font-size:1.875rem;font-weight:700;color:var(--saffron-600)}.original-price{font-size:1.25rem;color:var(--gray-500);text-decoration:line-through}.discount{background-color:var(--emerald-100);color:var(--emerald-800);padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-weight:600}.product-description{color:var(--gray-700);line-height:1.6}.selection-section{display:flex;flex-direction:column;gap:.75rem}.section-title{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-option{padding:.5rem 1rem;border:1px solid #000000;border-radius:.25rem;background-color:var(--white);color:var(--text-dark);cursor:pointer;transition:all .2s ease-in-out;font-weight:500;min-width:3rem;text-align:center;box-shadow:0 2px 4px #0003}.size-option:hover{border-color:var(--secondary)}.size-option.selected{background-color:var(--secondary);color:var(--white);border-color:var(--secondary)}.color-options{display:flex;gap:.75rem;flex-wrap:wrap}.color-option{width:2.5rem;height:2.5rem;border:2px solid var(--gray-300);border-radius:50%;cursor:pointer;transition:all .2s ease-in-out;position:relative;display:flex;align-items:center;justify-content:center}.color-option:hover,.color-option.selected{border-color:var(--secondary);transform:scale(1.1)}.color-checkmark{color:var(--white);font-weight:700;font-size:.875rem;text-shadow:0 0 2px rgba(0,0,0,.5)}.selected-color-name{font-size:.875rem;color:var(--gray-600);font-weight:500}.product-actions{display:flex;gap:1rem;margin-top:1rem}.add-to-cart-button,.buy-now-button{flex:1;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out}.add-to-cart-button{background-color:var(--white);color:var(--secondary);border:2px solid var(--secondary)}.add-to-cart-button:hover:not(:disabled){background-color:var(--accent)}.buy-now-button{background-color:#128c7e;color:var(--white);display:flex;align-items:center;justify-content:center;gap:.5rem}.buy-now-button:hover:not(:disabled){background-color:#075e54}.add-to-cart-button:disabled,.buy-now-button:disabled{opacity:.5;cursor:not-allowed}.product-details-info{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm)}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-weight:500;color:var(--gray-700)}.detail-value{color:var(--gray-900)}.detail-value.in-stock{color:var(--emerald-600);font-weight:500}.detail-value.out-of-stock{color:var(--red-600);font-weight:500}.long-description{padding:1.5rem;background-color:var(--white);border-radius:.5rem;box-shadow:var(--shadow-sm)}.long-description h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.long-description p{color:var(--gray-700);line-height:1.6}
