:root{--teal:#0ea5a4;--navy:#1b2743;--white:#ffffff;--light-gray:#f8fafc;--text-gray:#64748b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,Arial,sans-serif;line-height:1.6;color:var(--navy);background:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}a{color:var(--teal);text-decoration:none}a:hover{opacity:.8}.btn{display:inline-block;padding:.8rem 1.2rem;border-radius:.75rem;font-weight:600;text-align:center;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-secondary{background:var(--white);color:var(--teal);border:1px solid var(--teal)}.btn-secondary:hover{background:var(--teal);color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border-radius:1rem;padding:20px;box-shadow:0 6px 24px #0000000f;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001f}.card .card-img{width:100%;height:auto;border-radius:.75rem;margin-bottom:12px}.card h3{margin-bottom:.5rem}.card .price{color:var(--teal);font-weight:700;font-size:1.25rem;margin:.5rem 0}.card .excerpt{color:var(--text-gray);margin-bottom:1rem}.site-header{background:var(--white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.header-logo .logo{height:40px;width:auto}.main-nav{display:flex;gap:2rem}.main-nav a{font-weight:500;color:var(--navy);transition:color .3s ease}.main-nav a:hover{color:var(--teal)}.header-actions{display:flex;gap:1rem;align-items:center}.voikaa-hero{padding:64px 16px;background:linear-gradient(135deg,#0ea5a41a,#1b27430d);text-align:center}.hero-inner{max-width:1200px;margin:0 auto}.hero-inner h1{font-size:clamp(2rem,5vw,3.5rem);color:var(--navy);margin-bottom:1rem}.hero-inner p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-image-container{display:flex;justify-content:center;margin-top:2rem}.hero-placeholder-image{max-width:800px;width:100%}.hero-placeholder-image svg{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000001a}.voikaa-services,.voikaa-featured,.voikaa-testimonials,.collection-grid{padding:56px 16px}.voikaa-services h2,.voikaa-featured h2,.voikaa-testimonials h2{text-align:center;margin-bottom:3rem;color:var(--navy)}.voikaa-services .icon{font-size:3rem;margin-bottom:1rem;display:block}.voikaa-services .link{color:var(--teal);font-weight:600}.voikaa-testimonials{background:var(--light-gray)}.voikaa-testimonials blockquote{background:var(--white);padding:2rem;border-radius:1rem;border-left:4px solid var(--teal);font-style:italic;margin:0}.voikaa-testimonials cite{display:block;margin-top:1rem;font-weight:600;color:var(--teal);font-style:normal}.product-page{padding:2rem;max-width:1200px;margin:0 auto}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-info h1{margin-bottom:1rem}.product-info .price{font-size:2rem;color:var(--teal);font-weight:700;margin-bottom:2rem}.quantity-selector{margin-bottom:1rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:600}.quantity-selector input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:.5rem}.product-buttons{display:flex;gap:1rem;flex-wrap:wrap}.service-details{background:var(--light-gray);padding:2rem;border-radius:1rem}.service-info{margin-top:2rem}.service-info h4{color:var(--teal);margin-top:1.5rem;margin-bottom:.5rem}.collection-grid{max-width:1200px;margin:0 auto;padding:2rem}.collection-grid h1{text-align:center;margin-bottom:1rem}.collection-grid>p{text-align:center;color:var(--text-gray);margin-bottom:3rem;font-size:1.125rem}.collection-grid form{display:flex;gap:.5rem;margin-top:1rem}.search-page{max-width:1200px;margin:0 auto;padding:2rem}.search-form{display:flex;gap:1rem;margin-bottom:3rem;max-width:600px}.search-form input{flex:1;padding:1rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}.search-results h2{margin-bottom:2rem;color:var(--navy)}.site-footer{background:var(--navy);color:var(--white);padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-col h4{color:var(--teal);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col a{color:#b9c2d0;transition:color .3s ease}.footer-col a:hover{color:var(--white)}.contact-info p{margin-bottom:.5rem;color:#b9c2d0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center;color:#b9c2d0}@media (max-width: 768px){.container{padding:0 1rem}.grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.header-container{flex-direction:column;gap:1rem}.main-nav{gap:1rem}.hero-ctas{flex-direction:column;align-items:center}.product-hero{grid-template-columns:1fr}.product-buttons,.search-form{flex-direction:column}.voikaa-services,.voikaa-featured,.voikaa-testimonials,.collection-grid{padding:3rem 1rem}}@media (max-width: 480px){.btn{width:100%;text-align:center}.hero-ctas .btn{width:auto;min-width:200px}.grid-3{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/base.css.map */
