@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Playfair+Display:wght@400;600;700&display=swap");:root{--bg-default:#1a1d1a;--bg-paper:#242824;--bg-paper-hover:#2a2e2a;--text-main:#f0f4f0;--text-muted:#a0afa0;--text-link:#7da57d;--text-link-hover:#9dbf9d;--primary-main:#5d875d;--primary-hover:#4a6b4a;--primary-contrast:#fff;--border-color:#333633;--border-color-hover:rgba(93,135,93,.3);--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 30px rgba(0,0,0,.4);--overlay-color:rgba(0,0,0,.7);--hero-overlay-start:rgba(26,29,26,.9);--hero-overlay-end:rgba(26,29,26,.4);--hero-border:1px solid transparent;--hero-text-color:#fff}[data-theme=light]{--bg-default:#b3b3b3;--bg-paper:#ccc;--bg-paper-hover:#b3b3b3;--text-main:#1a1d1a;--text-muted:#5a6a5a;--text-link:#4a6b4a;--text-link-hover:#2d4f2d;--primary-main:#5d875d;--primary-hover:#4a6b4a;--primary-contrast:#fff;--border-color:#e0e4e0;--border-color-hover:#5d875d;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.05);--shadow-lg:0 10px 30px rgba(0,0,0,.1);--overlay-color:rgba(0,0,0,.5);--hero-overlay-start:rgba(26,29,26,.9);--hero-overlay-end:rgba(26,29,26,.4);--hero-border:1px solid #9ca3af;--hero-text-color:#e0e0e0}#__next,body,html{height:100%;margin:0;padding:0;font-family:Lato,Helvetica Neue,Arial,sans-serif;background:var(--bg-default);color:var(--text-main);line-height:1.6;transition:background-color .3s ease,color .3s ease}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;color:var(--text-main);font-weight:600;margin-bottom:.75rem;letter-spacing:.02em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:var(--text-link);text-decoration:none;transition:color .2s}a:hover{color:var(--text-link-hover)}.btn,button{background:var(--primary-main);color:var(--primary-contrast);border:none;padding:.75rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-block;box-shadow:0 2px 4px rgba(0,0,0,.2);font-family:Lato,sans-serif;letter-spacing:.03em}.btn:hover,button:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.3)}.btn-secondary{background:transparent;border:1px solid var(--primary-main);color:var(--primary-main)}.btn-secondary:hover{background:rgba(93,135,93,.1);color:var(--text-link);border-color:var(--text-link)}.product-card{background:var(--bg-paper);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,.2);border-color:var(--border-color-hover)}.product-card img,.product-card-img{width:100%;height:300px;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-card-img,.product-card:hover img{transform:scale(1.05)}.product-card-content{padding:1.5rem}.product-card-title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:var(--text-main);margin-bottom:.5rem;line-height:1.3}.product-card-price{font-size:1.15rem;font-weight:600;color:var(--text-link)}.product-card-regular-price{text-decoration:line-through;color:var(--text-muted);margin-right:.5rem;font-size:.95rem;font-weight:400}.sale-badge{position:absolute;top:12px;left:12px;background:#c17d7d;color:#fff;padding:.35rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-promo{background-color:var(--bg-paper);background-image:url(/images/hero-background.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;padding:4rem 2.5rem;border-radius:16px;margin-bottom:3rem;box-shadow:var(--shadow-lg);position:relative;min-height:600px;display:flex;flex-direction:column;justify-content:center;border:var(--hero-border)}.hero-promo:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,var(--hero-overlay-start),var(--hero-overlay-end));border-radius:16px;z-index:0}.hero-promo>*{position:relative;z-index:1}.hero-promo h2{font-family:Playfair Display,serif;color:var(--hero-text-color);font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-promo p{font-size:1.25rem;opacity:.95;margin-bottom:2rem;max-width:600px;color:var(--hero-text-color);text-shadow:0 1px 2px rgba(0,0,0,.3)}.hero-promo .btn{background:var(--text-main);color:var(--bg-default);font-weight:700;padding:1rem 2rem}.hero-promo .btn:hover{background:var(--bg-paper);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-bold{font-weight:700}.bg-white{background:var(--bg-paper)}.bg-gray-50{background:var(--bg-default)}.bg-red-50{background:#2a1a1a}.bg-green-600{background:var(--primary-main)}.bg-green-100{background:#1f261f}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:var(--shadow-sm)}.shadow-lg{box-shadow:var(--shadow-lg)}.border{border:1px solid var(--border-color)}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-16{margin-top:4rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.w-full{width:100%}.h-48{height:12rem}.h-80{height:20rem}.relative{position:relative}.overflow-hidden{overflow:hidden}.text-gray-500,.text-gray-600,.text-gray-700{color:var(--text-muted)}.text-white{color:var(--text-main)}.text-red-600{color:#c17d7d}.max-w-6xl{max-width:72rem}.max-w-4xl{max-width:56rem}.inline-block{display:inline-block}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.w-20{width:5rem}.h-20{height:5rem}.fixed{position:fixed}.right-4{right:1rem}.top-16{top:4rem}.w-80{width:20rem}.space-y-2>*+*{margin-top:.5rem}.border-t{border-top:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.inset-0{top:0;right:0;bottom:0;left:0}.bg-opacity-50{background-color:var(--overlay-color)}.gap-3{gap:.75rem}.flex-1{flex:1}.absolute{position:absolute}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.overflow-y-auto{overflow-y:auto}.pb-4{padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.space-y-4>*+*{margin-top:1rem}.mb-3{margin-bottom:.75rem}.text-lg{font-size:1.125rem}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.06)}.min-h-screen{min-height:100vh}.mx-auto{margin-left:auto;margin-right:auto}