.Header-module__hBw1pG__headerWrapper{border-bottom:1px solid var(--border-light);width:100%}.Header-module__hBw1pG__topBar{background-color:var(--bg-pink);padding:8px 15px;font-size:.85rem}.Header-module__hBw1pG__topBarContent{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__searchForm{background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.Header-module__hBw1pG__searchInput{border:none;outline:none;width:200px;padding:5px 10px}.Header-module__hBw1pG__searchBtn{background:#eee;border-left:1px solid #ddd;padding:5px 10px}.Header-module__hBw1pG__authLinks{text-transform:uppercase;gap:15px;font-weight:500;display:flex}.Header-module__hBw1pG__mainNav{padding:20px 15px}.Header-module__hBw1pG__navContent{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo img{width:auto;height:50px}.Header-module__hBw1pG__menu{text-transform:uppercase;gap:30px;font-size:.95rem;font-weight:600;display:flex}.Header-module__hBw1pG__menuItem{transition:color .2s}.Header-module__hBw1pG__menuItem:hover{color:var(--primary)}.Header-module__hBw1pG__cartIcon{align-items:center;font-size:1.5rem;display:flex;position:relative}.Header-module__hBw1pG__cartBadge{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:flex;position:absolute;top:-5px;right:-10px}@media (max-width:768px){.Header-module__hBw1pG__menu{display:none}.Header-module__hBw1pG__searchForm{width:150px}.Header-module__hBw1pG__searchInput{width:100%}}
.Footer-module__S6Hkya__whyChooseUs{margin-top:40px;padding:60px 0}.Footer-module__S6Hkya__whyChooseUsTitle{text-align:center;color:var(--text-main);margin-bottom:50px;font-family:serif;font-size:2.2rem;font-weight:400}.Footer-module__S6Hkya__featuresGrid{text-align:center;grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Footer-module__S6Hkya__featureItem{flex-direction:column;align-items:center;display:flex}.Footer-module__S6Hkya__featureIcon{height:80px;margin-bottom:20px}.Footer-module__S6Hkya__featureTitle{text-transform:uppercase;color:var(--text-main);margin-bottom:15px;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__featureText{color:var(--text-body);font-size:.95rem;line-height:1.5}.Footer-module__S6Hkya__footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:40px;padding:60px 0 20px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px;display:grid}.Footer-module__S6Hkya__column h3{text-transform:uppercase;color:var(--text-main);margin-bottom:20px;font-size:1.1rem;font-weight:700}.Footer-module__S6Hkya__contactCol{text-align:center;flex-direction:column;align-items:center;display:flex}.Footer-module__S6Hkya__footerLogo{height:60px;margin-bottom:15px}.Footer-module__S6Hkya__contactCol h4{margin-bottom:20px;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__contactBlock{flex-direction:column;gap:5px;margin-bottom:20px;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactBlock strong{margin-bottom:5px;font-weight:700}.Footer-module__S6Hkya__contactBlock em{font-style:italic}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:15px;padding-left:0;font-size:.85rem;list-style-type:none;display:flex}.Footer-module__S6Hkya__linksList a{text-transform:uppercase;color:var(--text-main);font-weight:500;text-decoration:none}.Footer-module__S6Hkya__linksList a:hover{color:var(--primary);font-weight:600}.Footer-module__S6Hkya__bottomBar{color:#fff;background-color:#000;padding:15px 0;font-size:.8rem}.Footer-module__S6Hkya__bottomContent{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__paymentIcons{gap:10px;display:flex}.Footer-module__S6Hkya__paymentIcons img{background:#fff;border-radius:2px;height:20px;padding:2px}@media (max-width:900px){.Footer-module__S6Hkya__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid,.Footer-module__S6Hkya__featuresGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomContent{flex-direction:column;gap:15px}}
:root{--primary:#f1396d;--primary-hover:#d12e5c;--text-main:#060606;--text-body:#3d4246;--text-light:#788188;--bg-color:#fff;--bg-secondary:#f1f2f4;--bg-pink:#ffeaf2;--border-color:#e5e5e5;--border-light:#e8e9eb;--font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--container-width:1500px}html,body{max-width:100vw;font-family:var(--font-family);color:var(--text-body);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--primary)}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none}ul,ol{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 15px}.text-primary{color:var(--primary)}.bg-primary{background-color:var(--primary);color:#fff}.text-center{text-align:center}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@media (max-width:768px){.grid-cols-4{grid-template-columns:repeat(2,1fr)}}.text-content-page{max-width:800px;font-family:var(--font-family);color:var(--text-body);margin:0 auto;padding:60px 20px}.text-content-page h1{color:var(--text-main);text-align:center;margin-bottom:30px;font-size:2.5rem;font-weight:700}.text-content-page .content-wrapper{background:var(--bg-color);border-radius:12px;padding:40px;font-size:1.05rem;line-height:1.8;box-shadow:0 4px 20px #0000000d}.text-content-page h2{color:var(--text-main);margin-top:30px;margin-bottom:15px;font-size:1.5rem}.text-content-page h3{color:#222;margin-top:20px;margin-bottom:10px;font-size:1.25rem}.text-content-page p{margin-bottom:16px}.text-content-page ul{margin-bottom:20px;padding-left:20px;list-style-type:disc}.text-content-page ol{margin-bottom:20px;padding-left:20px;list-style-type:decimal}.text-content-page li{margin-bottom:8px}.text-content-page a{color:#38bdf8;font-style:italic;text-decoration:none;transition:color .2s}.text-content-page a:hover{color:#0284c7;text-decoration:underline}@media (max-width:768px){.text-content-page{padding:40px 15px}.text-content-page h1{font-size:2rem}.text-content-page .content-wrapper{padding:24px}}
