/*
Generated time: November 7, 2025 07:10
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root{--brand-color:#ff6600;--text-color:#222;--bg-light:#f9f9f9;--card-radius:16px}body{background:var(--bg-light);color:var(--text-color);font-family:'Helvetica Neue',sans-serif;font-size:16px;line-height:1.6}a:hover{color:var(--brand-color)}.fade-in{opacity:0;transform:translateY(10px);transition:all .6s ease}.fade-in.show{opacity:1;transform:translateY(0)}.product-card{background:#fff;border-radius:var(--card-radius);overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.section{padding:80px 20px}h1,h2,h3{font-family:'Playfair Display',serif;font-weight:700;letter-spacing:.5px}@media (max-width:768px){.section{padding:40px 20px}.product-card{margin-bottom:20px}}