*{margin:0;padding:0;box-sizing:border-box;transition:all .3s cubic-bezier(.25,.46,.45,.94)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#111827;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.dark{color:#fff;background-color:#111827}h1,h2,h3,h4,h5,h6{font-family:Georgia,serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{border:none;cursor:pointer;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.grid{display:grid}.grid.grid-1{grid-template-columns:1fr}.grid.grid-2{grid-template-columns:repeat(2,1fr)}.grid.grid-3{grid-template-columns:repeat(3,1fr)}.grid.grid-4{grid-template-columns:repeat(4,1fr)}.grid.gap-4{gap:1rem}.grid.gap-6{gap:1.5rem}.grid.gap-8{gap:2rem}@media (min-width: 768px){.grid.md-grid-2{grid-template-columns:repeat(2,1fr)}.grid.md-grid-3{grid-template-columns:repeat(3,1fr)}.grid.md-grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.grid.lg-grid-2{grid-template-columns:repeat(2,1fr)}.grid.lg-grid-3{grid-template-columns:repeat(3,1fr)}.grid.lg-grid-4{grid-template-columns:repeat(4,1fr)}}.btn{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);transition:all .4s ease;transform:translate(-50%,-50%);border-radius:50%}.btn:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.btn:hover:before{width:300px;height:300px}.btn.btn-primary{background:linear-gradient(to right,#92400e,#b45309);color:#fff}.btn.btn-primary:hover{background:linear-gradient(to right,#b45309,#92400e)}.btn.btn-secondary{background-color:#ec4899;color:#fff}.btn.btn-secondary:hover{background-color:#f472b6}.btn.btn-outline{background:transparent;border:2px solid #92400e;color:#92400e}.btn.btn-outline:hover{background-color:#92400e;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:disabled:hover{transform:none;box-shadow:0 10px 15px -3px #0000001a}.card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.card:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.dark .card{background-color:#1f2937}.page-container{min-height:100vh;background:linear-gradient(to bottom right,#fff8dc,#fff,#fff7ed)}.dark .page-container{background:linear-gradient(to bottom right,#111827,#1f2937,#111827)}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#fffffff2,#f5f5dcf2);border-bottom:2px solid rgba(139,69,19,.1);box-shadow:0 4px 20px #8b45131a;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.dark .navbar{background:linear-gradient(135deg,#111827f2,#374151f2);border-bottom:2px solid rgba(255,182,193,.2);box-shadow:0 4px 20px #0000004d}.navbar .nav-content{display:flex;align-items:center;justify-content:center;justify-content:space-between;height:4.5rem;padding:0 1rem;transition:all .3s ease}@media (min-width: 768px){.navbar .nav-content{padding:0 1.5rem;height:5rem}}@media (min-width: 1024px){.navbar .nav-content{padding:0 2rem}}.navbar .logo{text-decoration:none}.navbar .logo .logo-container{display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.navbar .logo .logo-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#8b4513,#b45309);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.25rem;box-shadow:0 6px 20px #8b45134d;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.navbar .logo .logo-icon:hover{box-shadow:0 8px 25px #8b451366}.dark .navbar .logo .logo-icon{background:linear-gradient(135deg,#ffb6c1,#ff9a9e);box-shadow:0 6px 20px #ffb6c14d}.dark .navbar .logo .logo-icon:hover{box-shadow:0 8px 25px #ffb6c180}.navbar .logo .logo-icon .logo-image{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center}@media (max-width: 480px){.navbar .logo .logo-text{display:none}}.navbar .logo .logo-text .logo-title{font-size:1.5rem;font-weight:800;font-family:Georgia,serif;background:linear-gradient(135deg,#8b4513,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:-.25rem;transition:all .3s ease}.dark .navbar .logo .logo-text .logo-title{background:linear-gradient(135deg,#ffb6c1,#ff9a9e);-webkit-background-clip:text;background-clip:text}.navbar .logo .logo-text .logo-subtitle{font-size:.875rem;color:#4b5563;font-weight:500;transition:all .3s ease}.dark .navbar .logo .logo-text .logo-subtitle{color:#9ca3af}.navbar .nav-links{display:none;gap:.5rem}@media (min-width: 768px){.navbar .nav-links{display:flex}}.navbar .nav-links .nav-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.navbar .nav-links .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 .5s ease}.navbar .nav-links .nav-link:hover:before{left:100%}.navbar .nav-links .nav-link.active{background:linear-gradient(135deg,#8b4513,#b45309);color:#fff;box-shadow:0 6px 20px #8b45134d;transform:translateY(-2px)}.dark .navbar .nav-links .nav-link.active{background:linear-gradient(135deg,#ffb6c1,#ff9a9e);box-shadow:0 6px 20px #ffb6c14d}.navbar .nav-links .nav-link:not(.active){color:#374151;background:#ffffff80}.dark .navbar .nav-links .nav-link:not(.active){color:#d1d5db;background:#37415180}.navbar .nav-links .nav-link:not(.active):hover{background:#8b45131a;color:#8b4513;transform:translateY(-2px);box-shadow:0 4px 15px #8b451333}.dark .navbar .nav-links .nav-link:not(.active):hover{background:#ffb6c11a;color:#ffb6c1;box-shadow:0 4px 15px #ffb6c133}.navbar .nav-controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.navbar .nav-controls .control-btn{width:2.75rem;height:2.75rem;border-radius:12px;background:#fffc;color:#374151;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:2px solid transparent;position:relative;overflow:hidden}.navbar .nav-controls .control-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(139,69,19,.1),transparent);transition:all .4s ease;transform:translate(-50%,-50%);border-radius:50%}.navbar .nav-controls .control-btn:hover:before{width:100px;height:100px}.navbar .nav-controls .control-btn:hover{background:#8b45131a;border-color:#8b451333;transform:translateY(-2px);box-shadow:0 6px 20px #8b451326}.navbar .nav-controls .control-btn.active{background:#8b451326;border-color:#8b45134d;color:#8b4513}.dark .navbar .nav-controls .control-btn{background:#374151cc;color:#d1d5db}.dark .navbar .nav-controls .control-btn:before{background:radial-gradient(circle,rgba(255,182,193,.1),transparent)}.dark .navbar .nav-controls .control-btn:hover{background:#ffb6c11a;border-color:#ffb6c133;box-shadow:0 6px 20px #ffb6c126}.dark .navbar .nav-controls .control-btn.active{background:#ffb6c126;border-color:#ffb6c14d;color:#ffb6c1}.navbar .nav-controls .language-dropdown{position:relative}.navbar .nav-controls .language-dropdown .language-backdrop{position:fixed;inset:0;z-index:998;background:transparent}.navbar .nav-controls .language-dropdown .language-menu{position:absolute;top:calc(100% + .75rem);right:0;min-width:10rem;background:#fffffffa;border-radius:16px;box-shadow:0 20px 40px #8b451326;border:2px solid rgba(139,69,19,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;overflow:hidden;padding:.5rem}.dark .navbar .nav-controls .language-dropdown .language-menu{background:#374151fa;box-shadow:0 20px 40px #0000004d;border-color:#ffb6c133}.navbar .nav-controls .language-dropdown .language-menu .language-option{width:100%;padding:.875rem 1rem;border:none;border-radius:12px;background:transparent;color:#374151;font-weight:500;font-size:.95rem;text-align:left;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;gap:.5rem}.navbar .nav-controls .language-dropdown .language-menu .language-option:hover{background:#8b45131a;color:#8b4513;transform:translate(4px)}.navbar .nav-controls .language-dropdown .language-menu .language-option.active{background:#8b451326;color:#8b4513;font-weight:600}.dark .navbar .nav-controls .language-dropdown .language-menu .language-option{color:#d1d5db}.dark .navbar .nav-controls .language-dropdown .language-menu .language-option:hover{background:#ffb6c11a;color:#ffb6c1}.dark .navbar .nav-controls .language-dropdown .language-menu .language-option.active{background:#ffb6c126;color:#ffb6c1}.navbar .nav-controls .cart-btn{text-decoration:none}.navbar .nav-controls .cart-btn .cart-container{position:relative;width:2.75rem;height:2.75rem;border-radius:12px;background:linear-gradient(135deg,#ffb6c1,#ff9a9e);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 6px 20px #ffb6c14d}.navbar .nav-controls .cart-btn .cart-container:hover{background:linear-gradient(135deg,#ff9a9e,#ffb6c1);transform:translateY(-2px);box-shadow:0 8px 25px #ffb6c166}.dark .navbar .nav-controls .cart-btn .cart-container{background:linear-gradient(135deg,#8b4513,#b45309);box-shadow:0 6px 20px #8b45134d}.dark .navbar .nav-controls .cart-btn .cart-container:hover{background:linear-gradient(135deg,#b45309,#8b4513);box-shadow:0 8px 25px #8b451366}.navbar .nav-controls .cart-btn .cart-container .cart-count{position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ef444466;border:2px solid white}.dark .navbar .nav-controls .cart-btn .cart-container .cart-count{border-color:#1f2937}@media (min-width: 768px){.navbar .nav-controls .mobile-menu-btn{display:none}}.navbar .mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:2px solid rgba(139,69,19,.1);box-shadow:0 10px 30px #8b451326;overflow:hidden}.dark .navbar .mobile-menu{background:#111827fa;border-top:2px solid rgba(255,182,193,.2);box-shadow:0 10px 30px #0000004d}.navbar .mobile-menu .mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.navbar .mobile-menu .mobile-nav-link{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none}.navbar .mobile-menu .mobile-nav-link.active{background:linear-gradient(135deg,#8b4513,#b45309);color:#fff;box-shadow:0 6px 20px #8b45134d}.dark .navbar .mobile-menu .mobile-nav-link.active{background:linear-gradient(135deg,#ffb6c1,#ff9a9e);box-shadow:0 6px 20px #ffb6c14d}.navbar .mobile-menu .mobile-nav-link:not(.active){color:#374151;background:#ffffff80}.dark .navbar .mobile-menu .mobile-nav-link:not(.active){color:#d1d5db;background:#37415180}.navbar .mobile-menu .mobile-nav-link:not(.active):hover{background:#8b45131a;color:#8b4513;transform:translate(8px)}.dark .navbar .mobile-menu .mobile-nav-link:not(.active):hover{background:#ffb6c11a;color:#ffb6c1}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to right,#92400e,#d97706,#eab308);opacity:.1}.hero .hero-content{position:relative;z-index:10;text-align:center;max-width:1280px;padding:0 1rem}.hero .hero-content .hero-logo{width:8rem;height:8rem;margin:0 auto 2rem;border-radius:50%;background:linear-gradient(to right,#92400e,#d97706);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2.5rem;box-shadow:0 10px 15px -3px #0000001a;animation:float 3s ease-in-out infinite}.hero .hero-content .hero-logo .hero-logo-image{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center}.hero .hero-content .hero-title{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(to right,#92400e,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent}@media (min-width: 768px){.hero .hero-content .hero-title{font-size:3.75rem}}@media (min-width: 1024px){.hero .hero-content .hero-title{font-size:4.5rem}}.hero .hero-content .hero-subtitle{font-size:1.25rem;color:#92400e;font-weight:500;margin-bottom:1rem}.dark .hero .hero-content .hero-subtitle{color:#ffb6c1}@media (min-width: 768px){.hero .hero-content .hero-subtitle{font-size:1.5rem}}.hero .hero-content .hero-description{font-size:1.125rem;color:#4b5563;max-width:48rem;margin:0 auto 2rem;line-height:1.75}.dark .hero .hero-content .hero-description{color:#d1d5db}.hero .hero-content .hero-actions{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}@media (min-width: 768px){.hero .hero-content .hero-actions{flex-direction:row}}.hero .floating-element{position:absolute}.hero .floating-element.element-1{top:5rem;left:2.5rem;width:4rem;height:4rem;background-color:#ec489933;border-radius:50%;filter:blur(2px);animation:rotate 20s linear infinite}.hero .floating-element.element-2{bottom:5rem;right:2.5rem;width:5rem;height:5rem;background-color:#ffd70033;border-radius:50%;filter:blur(2px);animation:rotate-reverse 15s linear infinite}.stats-section{padding:4rem 0;background-color:#ffffff80}.dark .stats-section{background-color:#1f293780}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.stats-section .stats-grid{grid-template-columns:repeat(4,1fr)}}.stats-section .stat-item{text-align:center}.stats-section .stat-item .stat-icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(to right,#92400e,#d97706);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.stats-section .stat-item .stat-icon:hover{transform:scale(1.1)}.stats-section .stat-item .stat-number{font-size:1.875rem;font-weight:700;color:#92400e;margin-bottom:.5rem}.dark .stats-section .stat-item .stat-number{color:#ffb6c1}.stats-section .stat-item .stat-label{color:#4b5563;font-weight:500}.dark .stats-section .stat-item .stat-label{color:#9ca3af}.featured-section{padding:5rem 0}.featured-section .section-header{text-align:center;margin-bottom:3rem}.featured-section .section-header .section-title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(to right,#92400e,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent}.featured-section .section-header .section-description{font-size:1.125rem;color:#4b5563;max-width:32rem;margin:0 auto}.dark .featured-section .section-header .section-description{color:#d1d5db}.featured-section .products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.featured-section .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.featured-section .products-grid{grid-template-columns:repeat(3,1fr)}}.featured-section .product-card .product-image{aspect-ratio:16/12;background:linear-gradient(to bottom right,beige,#fff8dc);display:flex;align-items:center;justify-content:center;font-size:3.75rem;opacity:.2;border-radius:.75rem .75rem 0 0}.featured-section .product-card .product-info{padding:1.5rem}.featured-section .product-card .product-info .product-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.dark .featured-section .product-card .product-info .product-name{color:#fff}.featured-section .product-card .product-info .product-name:hover{color:#92400e}.featured-section .product-card .product-info .product-description{color:#4b5563;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.dark .featured-section .product-card .product-info .product-description{color:#d1d5db}.featured-section .product-card .product-info .product-footer{display:flex;align-items:center;justify-content:center;justify-content:space-between}.featured-section .product-card .product-info .product-footer .product-price{font-size:1.5rem;font-weight:700;color:#92400e}.dark .featured-section .product-card .product-info .product-footer .product-price{color:#ffb6c1}.featured-section .product-card .product-info .product-footer .product-quantity{font-size:.875rem;color:#6b7280}.dark .featured-section .product-card .product-info .product-footer .product-quantity{color:#9ca3af}.footer{background-color:#92400e;color:#fff;margin-top:auto}.footer .footer-content{padding:3rem 0}.footer .footer-content .footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer .footer-content .footer-grid{grid-template-columns:repeat(3,1fr)}}.footer .footer-content .footer-section .footer-logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.footer .footer-content .footer-section .footer-logo .logo-icon{width:3rem;height:3rem;border-radius:50%;background-color:#ffb6c1;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.footer .footer-content .footer-section .footer-logo .logo-icon .logo-image{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center}.footer .footer-content .footer-section .footer-logo .logo-text .title{font-size:1.25rem;font-weight:700}.footer .footer-content .footer-section .footer-logo .logo-text .subtitle{font-size:.875rem;color:beige}.footer .footer-content .footer-section .footer-description{color:beige;line-height:1.75;margin-bottom:1rem}.footer .footer-content .footer-section .social-links{display:flex;align-items:center;justify-content:center;gap:1rem}.footer .footer-content .footer-section .social-links .social-link{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ffb6c1;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer .footer-content .footer-section .social-links .social-link:hover{background-color:#f472b6;transform:scale(1.1)}.footer .footer-content .footer-section .section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer .footer-content .footer-section .contact-list{list-style:none}.footer .footer-content .footer-section .contact-list .contact-item{display:flex;align-items:center;justify-content:center;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.footer .footer-content .footer-section .contact-list .contact-item .contact-icon{color:#ffb6c1;margin-top:.25rem;flex-shrink:0}.footer .footer-content .footer-section .contact-list .contact-item .contact-text{color:beige}.footer .footer-content .footer-section .footer-links{list-style:none}.footer .footer-content .footer-section .footer-links .footer-link{margin-bottom:.5rem}.footer .footer-content .footer-section .footer-links .footer-link a{color:beige;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer .footer-content .footer-section .footer-links .footer-link a:hover{color:#fff}.footer .footer-content .footer-section .special-offer{margin-top:1.5rem;padding:1rem;background-color:#0003;border-radius:.5rem}.footer .footer-content .footer-section .special-offer .offer-title{font-weight:600;margin-bottom:.5rem}.footer .footer-content .footer-section .special-offer .offer-text{font-size:.875rem;color:beige}.footer .footer-bottom{border-top:1px solid rgba(245,245,220,.2);padding:1.5rem 0}.footer .footer-bottom .footer-bottom-content{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;text-align:center}@media (min-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer .footer-bottom .footer-bottom-content .copyright{color:beige;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.footer .footer-bottom .footer-bottom-content .copyright .heart{color:#ffb6c1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .6s ease-in-out}.slide-up{animation:slideUp .6s ease-out}.loading-spinner{animation:spin 1s linear infinite;border-radius:50%;width:2rem;height:2rem;border-bottom:2px solid #92400e}.form-group{margin-bottom:1.5rem}.form-group .form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.dark .form-group .form-label{color:#d1d5db}.form-group .form-input,.form-group .form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.form-group .form-input:focus,.form-group .form-textarea:focus{outline:none;border-color:#92400e;box-shadow:0 0 0 3px #92400e1a}.dark .form-group .form-input,.dark .form-group .form-textarea{background-color:#1f2937;border-color:#4b5563;color:#fff}.dark .form-group .form-input:focus,.dark .form-group .form-textarea:focus{border-color:#ffb6c1;box-shadow:0 0 0 3px #ec48991a}.form-group .form-textarea{resize:vertical;min-height:6rem}.form-group .input-icon{position:relative}.form-group .input-icon .icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.form-group .input-icon .form-input,.form-group .input-icon .form-textarea{padding-left:2.5rem}.products-page{padding:2rem 0}.products-page .page-header{text-align:center;margin-bottom:3rem}.products-page .page-header .page-title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(to right,#92400e,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent}@media (min-width: 768px){.products-page .page-header .page-title{font-size:3rem}}.products-page .page-header .page-description{font-size:1.125rem;color:#4b5563;max-width:32rem;margin:0 auto}.dark .products-page .page-header .page-description{color:#d1d5db}.products-page .enhanced-filters{margin-bottom:2rem}.products-page .enhanced-filters .filter-bar{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffffe6;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;margin-bottom:1rem}@media (max-width: 480px){.products-page .enhanced-filters .filter-bar{flex-direction:column;gap:1rem;padding:1rem}}.products-page .enhanced-filters .filter-bar .search-box.enhanced{position:relative;flex:1;max-width:400px}@media (max-width: 480px){.products-page .enhanced-filters .filter-bar .search-box.enhanced{max-width:100%}}.products-page .enhanced-filters .filter-bar .search-box.enhanced .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;z-index:2}.products-page .enhanced-filters .filter-bar .search-box.enhanced .search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.products-page .enhanced-filters .filter-bar .search-box.enhanced .search-input:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.products-page .enhanced-filters .filter-bar .search-box.enhanced .search-input::placeholder{color:#9ca3af}.dark .products-page .enhanced-filters .filter-bar .search-box.enhanced .search-input{background-color:#1f2937;border-color:#4b5563;color:#fff}.products-page .enhanced-filters .filter-bar .sort-dropdown{display:flex;align-items:center;gap:.5rem;color:#6b7280}.products-page .enhanced-filters .filter-bar .sort-dropdown .sort-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease}.products-page .enhanced-filters .filter-bar .sort-dropdown .sort-select:focus{outline:none;border-color:#8b4513}.dark .products-page .enhanced-filters .filter-bar .sort-dropdown .sort-select{background-color:#1f2937;border-color:#4b5563;color:#fff}.products-page .enhanced-filters .filter-bar .view-toggle{display:flex;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.dark .products-page .enhanced-filters .filter-bar .view-toggle{border-color:#4b5563}.products-page .enhanced-filters .filter-bar .view-toggle .view-btn{padding:.75rem;background:#fff;border:none;cursor:pointer;transition:all .3s ease;color:#6b7280}.products-page .enhanced-filters .filter-bar .view-toggle .view-btn:hover,.products-page .enhanced-filters .filter-bar .view-toggle .view-btn.active{background:#8b4513;color:#fff}.dark .products-page .enhanced-filters .filter-bar .view-toggle .view-btn{background-color:#1f2937;color:#d1d5db}.dark .products-page .enhanced-filters .filter-bar .view-toggle .view-btn:hover,.dark .products-page .enhanced-filters .filter-bar .view-toggle .view-btn.active{background:#ffb6c1}.products-page .enhanced-filters .filter-bar .filter-toggle{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.products-page .enhanced-filters .filter-bar .filter-toggle:hover,.products-page .enhanced-filters .filter-bar .filter-toggle.active{border-color:#8b4513;color:#8b4513;background:#8b45130d}.dark .products-page .enhanced-filters .filter-bar .filter-toggle{background-color:#1f2937;border-color:#4b5563;color:#d1d5db}.dark .products-page .enhanced-filters .filter-bar .filter-toggle:hover,.dark .products-page .enhanced-filters .filter-bar .filter-toggle.active{border-color:#ffb6c1;color:#ffb6c1;background:#ffb6c10d}.products-page .enhanced-filters .expandable-filters{background:#ffffffe6;border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.dark .products-page .enhanced-filters .expandable-filters{background:#1f2937e6}.products-page .enhanced-filters .expandable-filters .filter-section{margin-bottom:1.5rem}.products-page .enhanced-filters .expandable-filters .filter-section:last-child{margin-bottom:0}.products-page .enhanced-filters .expandable-filters .filter-section h4{font-size:1rem;font-weight:600;color:#8b4513;margin-bottom:1rem}.dark .products-page .enhanced-filters .expandable-filters .filter-section h4{color:#ffb6c1}.products-page .enhanced-filters .expandable-filters .filter-section .category-pills{display:flex;flex-wrap:wrap;gap:.5rem}.products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:25px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill:hover,.products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill.active{border-color:#8b4513;color:#fff;background:#8b4513}.dark .products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill{background-color:#1f2937;border-color:#4b5563;color:#d1d5db}.dark .products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill:hover,.dark .products-page .enhanced-filters .expandable-filters .filter-section .category-pills .category-pill.active{border-color:#ffb6c1;background:#ffb6c1}.products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;appearance:none;margin-bottom:1rem}.products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#8b4513;cursor:pointer}.products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#8b4513;cursor:pointer;border:none}.dark .products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider{background:#4b5563}.dark .products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider::-webkit-slider-thumb{background:#ffb6c1}.dark .products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-slider::-moz-range-thumb{background:#ffb6c1}.products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.dark .products-page .enhanced-filters .expandable-filters .filter-section .price-range .price-labels{color:#d1d5db}.products-page .results-info{margin-bottom:1.5rem}.products-page .results-info p{color:#6b7280;font-size:.875rem}.dark .products-page .results-info p{color:#d1d5db}.products-page .products-container.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}@media (max-width: 480px){.products-page .products-container.grid{grid-template-columns:1fr;gap:1.5rem}}.products-page .products-container.list{display:flex;flex-direction:column;gap:1.5rem}.products-page .product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .4s ease;position:relative}.dark .products-page .product-card{background-color:#1f2937}.products-page .product-card.featured{box-shadow:0 8px 40px #ffb6c14d}.products-page .product-card.grid{display:flex;flex-direction:column}.products-page .product-card.grid:hover{box-shadow:0 12px 40px #00000026}.products-page .product-card.grid .product-image{height:220px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.products-page .product-card.grid .product-image .product-overlay{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;opacity:0;transition:all .3s ease}.products-page .product-card.grid .product-image .action-btn{width:40px;height:40px;border-radius:50%;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.products-page .product-card.grid .product-image .action-btn:hover{background:#fff;transform:scale(1.1)}.products-page .product-card.grid .product-image .action-btn.favorite:hover{background:#fee2e2}.products-page .product-card.grid .product-image .featured-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#ffb6c1,#ff9a9e);color:#fff;padding:.5rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem;box-shadow:0 4px 15px #ffb6c166}.products-page .product-card.grid .product-image .product-emoji{font-size:4rem;opacity:.8;z-index:1}.products-page .product-card.grid .product-image:hover .product-overlay{opacity:1}.products-page .product-card.grid .product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.products-page .product-card.list{display:flex;align-items:stretch}@media (max-width: 480px){.products-page .product-card.list{flex-direction:column}}.products-page .product-card.list .product-image{width:120px;height:100px;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;margin:.75rem;border-radius:12px}@media (max-width: 480px){.products-page .product-card.list .product-image{width:100%;height:160px;margin:.75rem .75rem 0}}.products-page .product-card.list .product-image .product-emoji{font-size:2rem;opacity:.8}.products-page .product-card.list .product-image .featured-badge{position:absolute;top:.25rem;left:.25rem;background:linear-gradient(135deg,#ffb6c1,#ff9a9e);color:#fff;padding:.2rem .4rem;border-radius:12px;font-size:.6rem;font-weight:600;display:flex;align-items:center;gap:.2rem}.products-page .product-card.list .product-info{flex:1;padding:.75rem;display:grid;grid-template-columns:2fr 1.2fr 1.5fr;gap:1rem;align-items:start}@media (max-width: 480px){.products-page .product-card.list .product-info{grid-template-columns:1fr;gap:.75rem;padding:.75rem}}.products-page .product-card.list .product-info .info-column-main{display:flex;flex-direction:column;gap:.5rem}.products-page .product-card.list .product-info .info-column-main .product-name{font-size:1.1rem;font-weight:700;color:#8b4513;margin:0;line-height:1.3}.dark .products-page .product-card.list .product-info .info-column-main .product-name{color:#fff}.products-page .product-card.list .product-info .info-column-main .product-category{background:#8b45131a;color:#8b4513;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:500;text-transform:capitalize;align-self:flex-start}.dark .products-page .product-card.list .product-info .info-column-main .product-category{background:#ffb6c133;color:#ffb6c1}.products-page .product-card.list .product-info .info-column-main .product-description{color:#6b7280;font-size:.85rem;line-height:1.4;margin:0}.dark .products-page .product-card.list .product-info .info-column-main .product-description{color:#d1d5db}.products-page .product-card.list .product-info .info-column-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media (max-width: 480px){.products-page .product-card.list .product-info .info-column-actions{flex-direction:row;align-items:center;justify-content:space-between}}.products-page .product-card.list .product-info .info-column-actions .product-price{font-size:1.3rem;font-weight:800;color:#ffb6c1;margin:0}.products-page .product-card.list .product-info .info-column-actions .product-quantity{font-size:.8rem;color:#6b7280;font-weight:500}.dark .products-page .product-card.list .product-info .info-column-actions .product-quantity{color:#9ca3af}.products-page .product-card.list .product-info .info-column-actions .add-to-cart.compact{width:auto;min-width:4.5rem;padding:.5rem .8rem;font-size:.8rem;gap:.3rem}@media (max-width: 480px){.products-page .product-card.list .product-info .info-column-actions .add-to-cart.compact{min-width:5rem}}.products-page .product-card.list .product-info .info-column-details{display:flex;flex-direction:column;gap:.5rem}.products-page .product-card.list .product-info .info-column-details .product-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;margin-bottom:.5rem}.products-page .product-card.list .product-info .info-column-details .product-tags .tags-label{font-size:.7rem;color:#6b7280;font-weight:600;margin-right:.2rem}.dark .products-page .product-card.list .product-info .info-column-details .product-tags .tags-label{color:#9ca3af}.products-page .product-card.list .product-info .info-column-details .product-tags .ingredient-tag{background:#f3f4f6;color:#6b7280;padding:.15rem .4rem;border-radius:8px;font-size:.65rem;font-weight:500}.dark .products-page .product-card.list .product-info .info-column-details .product-tags .ingredient-tag{background:#374151;color:#d1d5db}.products-page .product-card.list .product-info .info-column-details .product-tags .more-tags{color:#6b7280;font-size:.65rem;font-style:italic}.dark .products-page .product-card.list .product-info .info-column-details .product-tags .more-tags{color:#9ca3af}.products-page .product-card.list .product-info .info-column-details .allergens{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}.products-page .product-card.list .product-info .info-column-details .allergens .allergen-label{font-size:.7rem;color:#6b7280;font-weight:600}.dark .products-page .product-card.list .product-info .info-column-details .allergens .allergen-label{color:#9ca3af}.products-page .product-card.list .product-info .info-column-details .allergens .allergen-tag{background:#fee2e2;color:#dc2626;padding:.15rem .4rem;border-radius:8px;font-size:.65rem;font-weight:500}.dark .products-page .product-card.list .product-info .info-column-details .allergens .allergen-tag{background:#dc262633;color:#f87171}.products-page .product-card .product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.products-page .product-card .product-header .product-name{font-size:1.25rem;font-weight:700;color:#8b4513;margin:0}.dark .products-page .product-card .product-header .product-name{color:#fff}.products-page .product-card .product-header .product-category{background:#8b45131a;color:#8b4513;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500;text-transform:capitalize}.dark .products-page .product-card .product-header .product-category{background:#ffb6c133;color:#ffb6c1}.products-page .product-card .product-header .product-price{font-size:1.5rem;font-weight:800;color:#ffb6c1;text-shadow:0 2px 4px rgba(255,182,193,.3)}.products-page .product-card .product-description{color:#6b7280;margin-bottom:1rem;line-height:1.6;font-size:.9rem}.dark .products-page .product-card .product-description{color:#d1d5db}.products-page .product-card .product-meta{margin-bottom:1rem}.products-page .product-card .product-meta .meta-item{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.products-page .product-card .product-meta .meta-item .meta-label{color:#6b7280}.dark .products-page .product-card .product-meta .meta-item .meta-label{color:#9ca3af}.products-page .product-card .product-meta .meta-item .meta-value{font-weight:600;color:#8b4513}.dark .products-page .product-card .product-meta .meta-item .meta-value{color:#ffb6c1}.products-page .product-card .product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.products-page .product-card .product-tags .ingredient-tag{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500}.dark .products-page .product-card .product-tags .ingredient-tag{background:#374151;color:#d1d5db}.products-page .product-card .product-tags .more-tags{color:#6b7280;font-size:.75rem;font-style:italic}.dark .products-page .product-card .product-tags .more-tags{color:#9ca3af}.products-page .product-card .allergens{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.products-page .product-card .allergens .allergen-label{font-size:.75rem;color:#6b7280;font-weight:500}.dark .products-page .product-card .allergens .allergen-label{color:#9ca3af}.products-page .product-card .allergens .allergen-tag{background:#fee2e2;color:#dc2626;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500}.dark .products-page .product-card .allergens .allergen-tag{background:#dc262633;color:#f87171}.products-page .product-card .add-to-cart{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:auto;background:linear-gradient(135deg,#8b4513,sienna);border:none;color:#fff;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b45134d}.products-page .product-card .add-to-cart:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b451366}.products-page .product-card .add-to-cart:active{transform:translateY(0)}.dark .products-page .product-card .add-to-cart{background:linear-gradient(135deg,#ffb6c1,#ff9a9e)}.products-page .product-card .add-to-cart.compact{width:auto;min-width:5rem;padding:.65rem 1rem;font-size:.875rem;margin-top:0;flex-shrink:0}@media (max-width: 480px){.products-page .product-card .add-to-cart.compact{width:100%;min-width:auto}}.products-page .no-products{grid-column:1/-1;text-align:center;padding:4rem 2rem}.products-page .no-products .no-products-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.6}.products-page .no-products h3{font-size:1.5rem;color:#8b4513;margin-bottom:.5rem}.dark .products-page .no-products h3{color:#ffb6c1}.products-page .no-products p{color:#6b7280;margin-bottom:2rem}.dark .products-page .no-products p{color:#d1d5db}.loading-spinner-enhanced{position:relative;width:80px;height:80px;margin:0 auto}.loading-spinner-enhanced .loading-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid transparent;border-top:4px solid #8B4513;border-radius:50%;animation:spin 2s linear infinite}.loading-spinner-enhanced .loading-ring:nth-child(2){width:60px;height:60px;top:10px;left:10px;border-top-color:#ffb6c1;animation-duration:1.5s;animation-direction:reverse}.loading-spinner-enhanced .loading-ring:nth-child(3){width:40px;height:40px;top:20px;left:20px;border-top-color:#ffe66d;animation-duration:1s}.dark .loading-spinner-enhanced .loading-ring:nth-child(1){border-top-color:#ffb6c1}.dark .loading-spinner-enhanced .loading-ring:nth-child(2){border-top-color:#ffe66d}.dark .loading-spinner-enhanced .loading-ring:nth-child(3){border-top-color:#8b4513}.cart-page{padding:2rem 0}.cart-page .empty-cart{text-align:center;padding:4rem 0}.cart-page .empty-cart .empty-icon{font-size:5rem;margin-bottom:1.5rem}.cart-page .empty-cart .empty-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}.dark .cart-page .empty-cart .empty-title{color:#fff}.cart-page .empty-cart .empty-description{color:#4b5563;margin-bottom:2rem}.dark .cart-page .empty-cart .empty-description{color:#d1d5db}.cart-page .cart-item .item-content{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:1.5rem}@media (min-width: 768px){.cart-page .cart-item .item-content{flex-direction:row}}.cart-page .cart-item .item-content .item-image{width:5rem;height:5rem;background:linear-gradient(to bottom right,beige,#fff8dc);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.cart-page .cart-item .item-content .item-info{flex:1;text-align:center}@media (min-width: 768px){.cart-page .cart-item .item-content .item-info{text-align:left}}.cart-page .cart-item .item-content .item-info .item-name{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.dark .cart-page .cart-item .item-content .item-info .item-name{color:#fff}.cart-page .cart-item .item-content .item-info .item-description{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.dark .cart-page .cart-item .item-content .item-info .item-description{color:#d1d5db}.cart-page .cart-item .item-content .item-info .item-unit-price{font-size:.875rem;color:#92400e;font-weight:500}.dark .cart-page .cart-item .item-content .item-info .item-unit-price{color:#ffb6c1}.cart-page .cart-item .item-content .quantity-controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.cart-page .cart-item .item-content .quantity-controls .quantity-btn{width:2rem;height:2rem;border-radius:50%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-page .cart-item .item-content .quantity-controls .quantity-btn:hover{background-color:#d1d5db;transform:scale(1.1)}.dark .cart-page .cart-item .item-content .quantity-controls .quantity-btn{background-color:#374151}.dark .cart-page .cart-item .item-content .quantity-controls .quantity-btn:hover{background-color:#4b5563}.cart-page .cart-item .item-content .quantity-controls .quantity-display{min-width:3rem;text-align:center;font-weight:600;color:#111827}.dark .cart-page .cart-item .item-content .quantity-controls .quantity-display{color:#fff}.cart-page .cart-item .item-content .item-actions{display:flex;align-items:center;justify-content:center;gap:1rem}.cart-page .cart-item .item-content .item-actions .item-total{font-size:1.125rem;font-weight:700;color:#92400e;min-width:5rem;text-align:center}.dark .cart-page .cart-item .item-content .item-actions .item-total{color:#ffb6c1}.cart-page .cart-item .item-content .item-actions .remove-btn{width:2rem;height:2rem;border-radius:50%;background-color:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-page .cart-item .item-content .item-actions .remove-btn:hover{background-color:#fecaca;transform:scale(1.1)}.dark .cart-page .cart-item .item-content .item-actions .remove-btn{background-color:#dc26264d;color:#f87171}.dark .cart-page .cart-item .item-content .item-actions .remove-btn:hover{background-color:#dc262680}.cart-page .cart-summary .summary-total{display:flex;align-items:center;justify-content:center;justify-content:space-between;font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.dark .cart-page .cart-summary .summary-total{color:#fff}.cart-page .cart-summary .summary-total .total-amount{color:#92400e}.dark .cart-page .cart-summary .summary-total .total-amount{color:#ffb6c1}.cart-page .cart-summary .summary-actions{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}@media (min-width: 768px){.cart-page .cart-summary .summary-actions{flex-direction:row}}.contact-page{padding:2rem 0}.contact-page .contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.contact-page .contact-grid{grid-template-columns:1fr 1fr}}.contact-page .contact-info .info-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.contact-page .contact-info .info-cards{grid-template-columns:repeat(2,1fr)}}.contact-page .contact-info .info-card{padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.contact-page .contact-info .info-card:hover{transform:translateY(-2px)}.contact-page .contact-info .info-card .info-content{display:flex;align-items:center;justify-content:center;gap:1rem}.contact-page .contact-info .info-card .info-content .info-icon{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(to right,#92400e,#d97706);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.contact-page .contact-info .info-card .info-content .info-text .info-title{font-weight:600;color:#111827;margin-bottom:.25rem}.dark .contact-page .contact-info .info-card .info-content .info-text .info-title{color:#fff}.contact-page .contact-info .info-card .info-content .info-text .info-value{color:#4b5563;font-size:.875rem}.dark .contact-page .contact-info .info-card .info-content .info-text .info-value{color:#d1d5db}.contact-page .contact-info .info-card:hover .info-icon{transform:scale(1.1)}.contact-page .contact-info .map-placeholder{margin-bottom:2rem}.contact-page .contact-info .map-placeholder .map-content{height:16rem;background:linear-gradient(to bottom right,beige,#fff8dc);display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:.75rem}.contact-page .contact-info .map-placeholder .map-content .map-icon{font-size:3rem;color:#92400e;margin-bottom:1rem}.contact-page .contact-info .map-placeholder .map-content .map-title{color:#92400e;font-weight:600;margin-bottom:.5rem}.contact-page .contact-info .map-placeholder .map-content .map-address{color:#4b5563;font-size:.875rem}.contact-page .contact-info .social-section .social-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.dark .contact-page .contact-info .social-section .social-title{color:#fff}.contact-page .contact-info .social-section .social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.contact-page .contact-info .social-section .social-grid{grid-template-columns:repeat(4,1fr)}}.contact-page .contact-info .social-section .social-grid .social-item{padding:1rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;transition:all .3s cubic-bezier(.25,.46,.45,.94);border-radius:.5rem}.contact-page .contact-info .social-section .social-grid .social-item:hover{transform:scale(1.05)}.contact-page .contact-info .social-section .social-grid .social-item.facebook{background-color:#3b82f6}.contact-page .contact-info .social-section .social-grid .social-item.instagram{background-color:#ec4899}.contact-page .contact-info .social-section .social-grid .social-item.twitter{background-color:#06b6d4}.contact-page .contact-info .social-section .social-grid .social-item.whatsapp{background-color:#10b981}.contact-page .contact-info .social-section .social-grid .social-item:hover{opacity:.9}.contact-page .contact-info .social-section .social-grid .social-item .social-name{color:#fff;font-size:.75rem;font-weight:500}.contact-page .contact-form .form-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.dark .contact-page .contact-form .form-title{color:#fff}.contact-page .contact-form .form-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.contact-page .contact-form .form-grid{grid-template-columns:repeat(2,1fr)}}.contact-page .contact-form .submit-options{margin-top:1.5rem}.contact-page .contact-form .submit-options .options-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media (min-width: 768px){.contact-page .contact-form .submit-options .options-grid{grid-template-columns:repeat(2,1fr)}}.contact-page .contact-form .submit-options .options-grid .option-btn.whatsapp{background-color:#10b981}.contact-page .contact-form .submit-options .options-grid .option-btn.whatsapp:hover{background-color:#059669}.contact-page .contact-form .submit-options .options-grid .option-btn.email{background-color:#3b82f6}.contact-page .contact-form .submit-options .options-grid .option-btn.email:hover{background-color:#2563eb}.contact-page .faq-section{margin-top:5rem}.contact-page .faq-section .faq-header{text-align:center;margin-bottom:3rem}.contact-page .faq-section .faq-header .faq-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(to right,#92400e,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent}.contact-page .faq-section .faq-header .faq-description{color:#4b5563}.dark .contact-page .faq-section .faq-header .faq-description{color:#d1d5db}.contact-page .faq-section .faq-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.contact-page .faq-section .faq-grid{grid-template-columns:repeat(2,1fr)}}.contact-page .faq-section .faq-item{padding:1.5rem}.contact-page .faq-section .faq-item .faq-question{font-weight:600;color:#111827;margin-bottom:.75rem}.dark .contact-page .faq-section .faq-item .faq-question{color:#fff}.contact-page .faq-section .faq-item .faq-answer{color:#4b5563;line-height:1.75}.dark .contact-page .faq-section .faq-item .faq-answer{color:#d1d5db}@media (max-width: 480px){.hide-mobile{display:none!important}}@media (min-width: 768px){.hide-tablet{display:none!important}.show-tablet{display:block!important}}@media (min-width: 1024px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}@media print{.no-print{display:none!important}}
