/* RESET / BASE */
html { margin: 0; padding: 0; border: 0; }
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; }
html, body { height: 100%; }
article, aside, details, figcaption, figure, dialog, footer, header, menu, nav, section { display: block; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input:focus { outline: none; }
b { font-weight: 700; }
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
*:first-child { margin-top: 0; }
*:last-child { margin-bottom: 0; }

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #ECF9F7;
  color: #111111;
}

h1 { font-size: 34px; font-weight: 700; line-height: 1.2em; }
h1 span { display: block; font-size: 19px; font-weight: 400; line-height: 1.4em; color: #9F9F9F; padding-top: 8px; }
@media screen and (max-width: 640px) { h1 { font-size: 32px; } }

p { line-height: 1.8em; }
@media screen and (max-width: 640px) { p { font-size: 18px; } }

/* HEADER */
header { width: 100%; border-bottom: #E2E2E2 solid 1px; }
.header-wrap {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1440px; min-width: 320px; height: 88px; padding: 0 80px; margin: auto;
}
@media screen and (max-width: 1200px) { .header-wrap { padding: 0 40px; } }
@media screen and (max-width: 640px)  { .header-wrap { height: 56px; padding: 0 20px; } }

.logo { flex: none; width: 120px; padding-bottom: 10px; user-select: none; }
.logo img { display: block; width: 100%; height: auto; }

.nav { flex: none; display: flex; align-items: center; gap: 48px; }
@media screen and (max-width: 1200px) { .nav { gap: 32px; } }
@media screen and (max-width: 640px)  { .nav { gap: 20px; } }

.nav-item { cursor: pointer; font-size: 15px; font-weight: 500; transition: opacity .2s ease-in-out; user-select: none; }
.nav-item:hover { opacity: .5; }

.cart { cursor: pointer; flex: none; position: relative; width: 32px; height: 32px; background: url("../img/cart-icon.svg") no-repeat center center; background-size: 20px 20px; transition: opacity .2s ease-in-out; user-select: none; }
@media (pointer: fine) { .cart:hover { opacity: .5; } }
.cart-counter { position: absolute; right: -6px; bottom: -4px; width: 16px; height: 16px; border-radius: 8px; background-color: red; color: #fff; font-size: 10px; font-weight: 600; line-height: 16px; text-align: center; }

/* PRODUCT LAYOUT */

.price-group .old-price {
  font-size: 20px;
  color: #9aa3ab;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.price-group .new-price {
  font-size: 32px;
  font-weight: 700;
  color: #2bb11f; /* яскравий синій або інший акцент */
}

.product-group {
  display: flex; gap: 48px; align-items: flex-start; justify-content: space-between;
  width: 100%; max-width: 1440px; min-width: 320px; padding: 64px 80px 0; margin: auto;
}
@media screen and (max-width: 1200px) { .product-group { padding: 64px 40px 0; gap: 32px; } }
@media screen and (max-width: 1000px) { .product-group { padding: 40px 40px 0; } }
@media screen and (max-width: 940px)  { .product-group { align-items: center; } }
@media screen and (max-width: 800px)  { .product-group { flex-direction: column; } }
@media screen and (max-width: 640px)  { .product-group { padding: 24px 32px 0; gap: 24px; } }
@media screen and (max-width: 480px)  { .product-group { padding: 24px 20px 0; } }

/* Product hero polish */
.product-group { padding-top: 32px; }
.product-buy-group h1 { line-height: 1.1; margin-bottom: 8px; }
.product-buy-group h1 span { display:block; color:#9aa3ab; font-weight:500; margin-top:6px; }
.product-buy-group p { color:#1d1d1f; line-height:1.7; margin:16px 0 12px; }

.img-group { display: flex; gap: 48px; align-items: flex-start; justify-content: space-between; }
@media screen and (max-width: 1000px) { .img-group { gap: 12px; } }
@media screen and (max-width: 940px)  { .img-group { flex-direction: column; gap: 8px; } }

.img-preview-list { order: 1; flex: none; display: flex; flex-direction: column; gap: 16px; width: 70px; padding-top: 40px; }
@media screen and (max-width: 1200px) { .img-preview-list { padding-top: 20px; } }
@media screen and (max-width: 940px)  { .img-preview-list { order: 2; flex-direction: row; gap: 8px; padding-top: 0; width: 100%; } }

.img-preview-item { cursor: pointer; width: 100%; border-radius: 12px; overflow: hidden; user-select: none; transition: opacity .2s, box-shadow .2s; }
@media (pointer: fine) { .img-preview-item:hover { opacity: .5; } }
.img-preview-item.active { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
@media screen and (max-width: 1000px) { .img-preview-item { width: 48px; } }
.img-preview-item img { display:block; width:100%; height:auto; }

.img-main-list { order: 2; flex: auto; width: 100%; max-width: 550px; min-width: 400px; }
@media screen and (max-width: 940px) { .img-main-list { order: 1; } }
@media screen and (max-width: 800px) { .img-main-list { max-width: 480px; min-width: unset; } }

.img-main-item { width: 100%; border-radius: 12px; overflow: hidden; display: none; user-select: none; }
.img-main-item.active { display: block; }
.img-main-item img { display:block; width:100%; height:auto; }

.product-buy-group { display: flex; flex-direction: column; gap: 24px; width: 100%; max-width: 480px; padding: 40px 40px 0 0; }
@media screen and (max-width: 1200px) { .product-buy-group { padding: 20px 0 0; } }
@media screen and (max-width: 1000px) { .product-buy-group { padding: 0; } }
@media screen and (max-width: 640px)  { .product-buy-group { gap: 16px; } }

.price-group { display: flex; flex-direction: column; gap: 4px; }
.pack-item { font-size: 16px; line-height: 1.3em; color: #9F9F9F; }
.price-item { font-size: 28px; font-weight: 700; line-height: 1.3em; }
@media screen and (max-width: 640px) { .price-item { font-size: 32px; } }

/* BUY button (no quantity) */
.buy-form.vertical { margin-top: 8px; }
.buy-btn {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  text-align: center;
  background: #0eb51c;
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.buy-btn:hover { background:#1f5cc0; transform: translateY(-1px); box-shadow:0 8px 16px rgba(0,0,0,.12); }
.buy-btn:active { transform:none; box-shadow:0 3px 8px rgba(0,0,0,.18); }
@media (max-width: 640px){ .buy-btn{ width:100%; max-width:none; } }

/* ABOUT */
.about-group {
  width: 100%; min-width: 320px;
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: 100% auto;
  padding-top: 480px; margin: -84px auto 0;
}
@media screen and (max-width: 2000px) { .about-group { margin: -64px auto 0; background-size: 2000px 634px; padding-top: 400px; } }
@media screen and (max-width: 1600px) { .about-group { background-position: right -400px top 0; } }
@media screen and (max-width: 1200px) { .about-group { padding-top: 360px; } }
@media screen and (max-width: 640px)  { .about-group { background-position: right -240px top 0; padding-top: 400px; margin: -32px auto 0; } }

.about-group h2 { width: 100%; max-width: 840px; font-size: 44px; font-weight: 300; letter-spacing: .01em; line-height: 1.3em; text-transform: uppercase; text-shadow: 0 0 2px #D6D6D6; }
.about-group h2 span { display:block; font-weight: 800; font-size: 40px; }
@media screen and (max-width: 900px) { .about-group h2 { font-size: 36px; } }
@media screen and (max-width: 640px) { .about-group h2 { font-size: 28px; line-height: 1.4em; text-align: center; } }

.about-wrap { width: 100%; max-width: 1440px; margin: auto; padding: 0 80px 60px; }
@media screen and (max-width: 1200px) { .about-wrap { padding: 60px 40px; } }
@media screen and (max-width: 640px)  { .about-wrap { padding: 40px 20px; } }

.about-list--group { width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
@media screen and (max-width: 900px) { .about-list--group { flex-direction: column; align-items: center; padding-top: 24px; } }

.about-list { width: 100%; order: 1; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
@media screen and (max-width: 900px) { .about-list { order: 2; } }
@media screen and (max-width: 640px)  { .about-list { grid-template-columns: 1fr; grid-gap: 48px; } }

.about-item { display: flex; flex-direction: column; gap: 16px; }
@media screen and (max-width: 640px) { .about-item { align-items: center; } }

.about-icon { width: 64px; height: 48px; border-radius: 32px; background-color: #E2ECEF; }
.about-icon img { display:block; height:100%; width:auto; margin:0 auto; }

.about-info { display: flex; width: 100%; max-width: 320px; flex-direction: column; gap: 8px; }
.about-info p { font-weight: 300; }
@media screen and (max-width: 640px) { .about-info { text-align: center; } .about-info p { line-height: 1.6em; } }
@media screen and (max-width: 640px) { .about-info { max-width: unset; gap: 4px; } }

.about-title { font-size: 18px; font-weight: 700; line-height: 1.3em; }
@media screen and (max-width: 640px) { .about-title { font-size: 24px; font-weight: 600; } }

.about-img { flex: none; order: 2; width: 100%; max-width: 400px; height: 420px; }
@media screen and (max-width: 1200px) { .about-img { max-width: 280px; } }
@media screen and (max-width: 900px)  { .about-img { order: 1; } }
.about-img img { display:block; height:100%; width:auto; margin:0 auto; }

/* USAGE */
.usage-group {
  display: flex; gap: 32px; justify-content: space-between;
  width: 100%; max-width: 1440px; min-width: 320px; padding: 60px 80px; margin: auto;
}
@media screen and (max-width: 1200px) { .usage-group { padding: 60px 40px; } }
@media screen and (max-width: 800px)  { .usage-group { flex-direction: column; gap: 64px; } }
@media screen and (max-width: 640px)  { .usage-group { padding: 40px 20px; } }
@media screen and (max-width: 560px)  { .usage-group { gap: 48px; } }

.usage-item { display: flex; flex-direction: column; gap: 48px; width: 100%; max-width: 360px; }
@media screen and (max-width: 800px) { .usage-item { flex-direction: row; max-width: unset; gap: 32px; } }
@media screen and (max-width: 560px) { .usage-item { flex-direction: column; gap: 24px; } }

.usage-img-wrap { width: 100%; border-radius: 120px; overflow: hidden; }
@media screen and (max-width: 1100px) { .usage-img-wrap { border-radius: 80px; } }
@media screen and (max-width: 800px)  { .usage-img-wrap { flex:none; width:200px; height:200px; border-radius: 40px; } }
@media screen and (max-width: 560px)  { .usage-img-wrap { width:100%; height:auto; border-radius:16px; } }
.usage-img-wrap img { display:block; width:100%; height:auto; }

.usage-text-wrap { display: flex; flex-direction: column; gap: 16px; }
.usage-text-wrap h3 { font-size: 28px; font-weight: 300; line-height: 1.3em; text-transform: uppercase; }
@media screen and (max-width: 640px) { .usage-text-wrap { gap: 8px; } .usage-text-wrap p { font-size: 16px; } }

/* FAQ (always open) */
.faq-group {
  display: flex; flex-direction: column;
  width: 100%; max-width: 1440px; min-width: 320px;
  padding: 60px 80px 32px; margin: auto;
}
@media screen and (max-width: 1200px) { .faq-group { padding: 60px 40px; } }
@media screen and (max-width: 640px)  { .faq-group { padding: 40px 20px; } }

.faq-group h2 { margin-bottom: 8px; }

.faq-item { width: 100%; border-top: #D6D6D6 solid 1px; padding: 22px 0; }
.faq-item:last-child { border-bottom: #D6D6D6 solid 1px; }
.faq-question { font-size: 22px; font-weight: 600; line-height: 1.3em; margin-bottom: 8px; }
.faq-answer { color: #1d1d1f; }
.faq-answer p { margin: 0; line-height: 1.7em; }

/* FOOTER */
footer {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1440px; min-width: 320px; height: 120px; padding: 0 80px; margin: auto;
}
@media screen and (max-width: 1200px) { footer { height: 80px; padding: 0 40px; } }
@media screen and (max-width: 640px)  { footer { height: 162px; padding: 0 20px 98px; } }

.copyright { user-select: none; }

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #f0fafa;
}

footer .socials {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}

footer .socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

footer .socials li a:hover {
  background: #007bff; /* синій при наведенні */
  transform: scale(1.1);
}



/* Ensure images never stretch */
.img-main-list img, .img-preview-list img, .about-img img, .usage-img-wrap img { display:block; max-width:100%; height:auto; }

/*# sourceMappingURL=styles.css.map */
