/* === Varondilexa — begetter.com style (Shopify fashion, white, yellow buttons, Inter+Domine) === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.7;color:#121212;background:#fff}
a{color:#121212;text-decoration:none;transition:color .2s}
a:hover{color:#555}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4{font-family:'Domine',Georgia,serif;font-weight:400;line-height:1.3;color:#121212}
h1{font-size:38px;margin-bottom:16px}
h2{font-size:28px;margin-bottom:14px}
h3{font-size:18px;margin-bottom:10px}
p{margin-bottom:16px;color:#555}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* ANNOUNCEMENT BAR — begetter has country selector at top */
.announce-bar{background:#121212;color:#fff;font-size:12px;padding:8px 0;text-align:center;letter-spacing:.5px}

/* HEADER — white, logo centered or left, nav with dropdowns */
.header{background:#fff;padding:14px 0;position:sticky;top:0;z-index:100;border-bottom:1px solid #e8e8e8}
.header .container{display:flex;justify-content:space-between;align-items:center}
.logo img{height:40px}
.nav-menu{display:flex;gap:24px;align-items:center}
.nav-menu a{font-size:13px;font-weight:500;color:#121212;text-transform:uppercase;letter-spacing:1px;transition:color .2s}
.nav-menu a:hover{color:#888}
.mobile-toggle{display:none;background:none;border:none;color:#121212;font-size:22px;cursor:pointer}

/* HERO — minimal welcome text (begetter style: just text, no hero image) */
.hero-welcome{padding:48px 0 24px;text-align:center}
.hero-welcome h1{font-family:'Domine',serif;font-size:32px;font-weight:400;margin-bottom:8px}
.hero-welcome p{color:#888;font-size:15px}

/* COLLECTION SECTIONS — product grids (begetter style) */
.collection-section{padding:32px 0;border-top:1px solid #f0f0f0}
.collection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.collection-header h2{font-family:'Domine',serif;font-size:22px;font-weight:400}
.collection-header a{font-size:13px;color:#888;text-decoration:underline}
.collection-header a:hover{color:#121212}

/* PRODUCT GRID — 4 columns (begetter style) */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;transition:opacity .2s}
.product-card:hover{opacity:.85}
.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px}
.product-card-info{padding:10px 0}
.product-card-info h3{font-family:'Inter',sans-serif;font-size:14px;font-weight:500;margin-bottom:4px;color:#121212}
.product-card-info .price{font-size:14px;color:#555}

/* LEAD FORM SECTION — styled as "contact us" for Google Ads */
.form-section{padding:48px 0;background:#f9f9f9;text-align:center}
.form-section h2{margin-bottom:10px}
.form-section p{color:#888;font-size:14px;margin-bottom:24px}
.form-section form{max-width:400px;margin:0 auto;text-align:left}

/* BUTTONS — yellow like begetter (FCE477) */
.btn{display:inline-block;padding:12px 28px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}
.btn-primary{background:#FCE477;color:#121212}
.btn-primary:hover{background:#f5d95e}
.btn-outline{background:#fff;border:1px solid #121212;color:#121212}
.btn-outline:hover{background:#121212;color:#fff}
.btn-full{width:100%;text-align:center}

/* FORM FIELDS */
.form-group{margin-bottom:14px}
.form-group label{display:block;font-size:12px;font-weight:500;margin-bottom:5px;color:#888;text-transform:uppercase;letter-spacing:.5px}
.form-group input{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:4px;font-size:15px;font-family:inherit}
.form-group input:focus{outline:none;border-color:#121212}
.form-submit{width:100%;padding:14px;background:#FCE477;color:#121212;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer}
.form-submit:hover{background:#f5d95e}
.form-note{text-align:center;font-size:11px;color:#aaa;margin-top:10px}

/* MODAL */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;align-items:center;justify-content:center}
.modal-overlay.active{display:flex}
.modal{background:#fff;border-radius:8px;padding:36px;max-width:420px;width:90%;position:relative}
.modal-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:26px;cursor:pointer;color:#ccc}
.modal-close:hover{color:#121212}
.modal h3{font-family:'Domine',serif;color:#121212;margin-bottom:18px;text-align:center;font-weight:400}

/* FOOTER — begetter style: minimal, payment icons mention, policy links */
.footer{background:#fff;border-top:1px solid #e8e8e8;padding:40px 0 20px;color:#888}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:24px}
.footer h4{color:#121212;font-family:'Inter',sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-weight:600}
.footer p{font-size:13px}
.footer a{color:#888;font-size:13px;transition:color .2s}
.footer a:hover{color:#121212}
.footer-links li{margin-bottom:6px}
.footer-payment{margin-top:16px;font-size:11px;color:#bbb}
.footer-eu{padding:16px 0;border-top:1px solid #f0f0f0;font-size:11px;color:#bbb;text-align:center;line-height:1.6;margin-top:16px}
.footer-eu a{color:#aaa}
.footer-bottom{border-top:1px solid #f0f0f0;padding-top:16px;text-align:center;font-size:12px;color:#ccc}

/* PAGE CONTENT */
.breadcrumb{padding:14px 0;font-size:13px;color:#bbb}
.breadcrumb a{color:#888}
.breadcrumb span{margin:0 6px;color:#ddd}
.page-content{padding:40px 0 70px}
.page-content h1{margin-bottom:28px;font-size:30px}
.page-content h2{font-size:22px;margin-top:28px}
.page-content p{color:#555;font-family:'Inter',sans-serif}
.page-content ul{margin:14px 0 14px 20px}
.page-content ul li{padding:3px 0;list-style:disc;color:#555;font-family:'Inter',sans-serif}
.price-table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:16px}
.price-table th{background:#f9f9f9;color:#121212;padding:10px 14px;text-align:left;font-weight:500}
.price-table td{padding:10px 14px;border-bottom:1px solid #f0f0f0;color:#555}
.delivery-list li{padding:8px 0;padding-left:28px;position:relative;color:#555}
.delivery-list li::before{content:'✓';position:absolute;left:0;color:#121212;font-weight:600}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.contact-card{background:#f9f9f9;border-radius:6px;padding:24px}
.contact-card h4{color:#121212;margin-bottom:10px;font-family:'Inter',sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.contact-card p{font-size:14px;color:#666;margin-bottom:4px}
.contact-card a{color:#121212}
.thankyou-section{padding:120px 0;text-align:center}
.thankyou-section .checkmark{width:64px;height:64px;background:#FCE477;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.thankyou-section .checkmark svg{width:32px;height:32px;fill:#121212}
.thankyou-section h1{font-size:28px}

/* RESPONSIVE */
@media(max-width:999px){.product-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}}
@media(max-width:690px){
  .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e8e8e8;flex-direction:column;padding:16px;gap:12px}
  .nav-menu.open{display:flex}
  .mobile-toggle{display:block}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .hero-welcome h1{font-size:24px}
}
