@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oswald:wght@500;600&display=swap");

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; font: inherit; cursor: pointer; }

.catalog-body { overflow-x: auto; background: #f8f9fa; }
.catalog-frame {
  position: relative;
  width: 1440px;
  height: 2368px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
}

.catalog-header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 50;
  width: 1440px;
  height: 70px;
  padding: 0 52px 1px;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}
.catalog-header__inner { position: relative; width: 1336px; height: 58px; }
.catalog-brand { position: absolute; left: 0; top: 3px; display: block; width: 237px; height: 52px; }
.catalog-brand img { width: 237px; height: 52px; }
.catalog-nav { position: absolute; left: 298px; top: 9px; width: 548px; height: 40px; font-size: 14px; font-weight: 500; line-height: 21px; }
.catalog-nav > a { position: absolute; top: 10px; }
.catalog-nav > a:nth-child(2) { left: 182px; }
.catalog-nav > a:nth-child(3) { left: 297px; }
.catalog-nav > a:nth-child(4) { left: 404px; }
.catalog-nav > a:nth-child(5) { left: 483px; }
.catalog-menu-btn {
  left: 0;
  top: 0 !important;
  display: block;
  width: 152px;
  height: 40px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.catalog-menu-btn img:first-child { position: absolute; left: 24px; top: 14px; width: 10.5px; height: 12px; }
.catalog-menu-btn span { position: absolute; left: 43px; top: 10px; width: 65px; height: 20px; line-height: 20px; text-align: center; }
.catalog-menu-btn img:last-child { position: absolute; left: 116px; top: 14px; width: 12px; height: 12px; }
.catalog-search {
  position: absolute;
  left: 907px;
  top: 9px;
  display: block;
  width: 155px;
  height: 40px;
  padding: 4px 4px 4px 16px;
  border-radius: 999px;
  background: #f2f4f6;
  color: #9ca3af;
}
.catalog-search span { position: absolute; left: 16px; top: 11px; width: 101px; height: 17px; overflow: hidden; white-space: nowrap; font-size: 14px; line-height: 17px; }
.catalog-search b { position: absolute; left: 120px; top: 4px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 999px; background: #fff; }
.catalog-search b img { width: 12px; height: 12px; }
.catalog-phone {
  position: absolute;
  left: 1124px;
  top: 13px;
  display: flex;
  align-items: center;
  width: 156px;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}
.catalog-cart { position: absolute; left: 1296px; top: 9px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 999px; background: #f2f4f6; }
.catalog-cart > img { width: 14px; height: 16px; }
.catalog-cart span { position: absolute; right: -4px; top: -5px; display: grid; width: 16px; height: 18px; place-items: center; border: 2px solid #fff; border-radius: 999px; background: #6b9ac4; color: #fff; font-size: 9px; line-height: 14px; }

.catalog-main { position: absolute; left: 20px; top: 70px; width: 1400px; height: 2005px; padding: 32px; }
.catalog-head { position: absolute; left: 32px; top: 32px; width: 1336px; height: 116px; }
.catalog-crumbs { position: absolute; left: 0; top: 0; display: flex; align-items: center; gap: 8px; height: 20px; color: #6b7280; font-size: 14px; line-height: 20px; }
.catalog-crumbs i { width: 7.5px; height: 12px; }
.catalog-crumbs i::before { content: "›"; display: block; color: #6b7280; font-size: 22px; line-height: 12px; }
.catalog-crumbs span { color: #2d3142; font-weight: 500; }
.catalog-title { position: absolute; left: 0; top: 36px; display: flex; align-items: flex-end; justify-content: space-between; width: 1336px; height: 80px; }
.catalog-title h1 { margin: 0; font-family: Oswald, Arial, sans-serif; font-size: 48px; font-weight: 500; line-height: 48px; text-transform: uppercase; }
.catalog-title p { margin: 12px 0 0; color: #949ba6; font-size: 14px; line-height: 20px; }
.catalog-title strong { color: #2d3142; font-weight: 600; }
.catalog-tools { display: flex; align-items: center; gap: 12px; height: 42px; }
.catalog-tools > button { width: 210px; height: 37px; padding: 9px 33px 9px 21px; border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; color: #2d3142; font-size: 14px; font-weight: 500; text-align: left; }
.catalog-tools > div { display: flex; gap: 8px; width: 82px; height: 42px; padding: 5px; border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; }
.catalog-tools > div button { width: 32px; height: 32px; border-radius: 999px; background: transparent; color: #9ca3af; font-size: 13px; }
.catalog-tools .is-active { background: #6b9ac4; color: #fff; }

.catalog-sidebar {
  position: absolute;
  left: 32px;
  top: 180px;
  width: 256px;
  height: 555px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}
.catalog-sidebar h2 { margin: 0 0 16px; font-family: Oswald, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; text-transform: uppercase; }
.catalog-sidebar nav { display: flex; flex-direction: column; gap: 8px; width: 208px; }
.catalog-sidebar nav > a { display: flex; align-items: center; justify-content: space-between; height: 36px; color: #2d3142; font-size: 14px; font-weight: 500; line-height: 20px; }
.catalog-sidebar nav > a.is-open { height: 40px; color: #6b9ac4; }
.catalog-sidebar .cat-icon { width: 20px; margin-right: 12px; color: inherit; text-align: center; }
.catalog-sidebar nav > a span:nth-child(2) { flex: 1; }
.catalog-sidebar b { color: inherit; font-size: 14px; font-weight: 500; }
.catalog-sub { display: flex; flex-direction: column; gap: 4px; width: 208px; padding-left: 40px; }
.catalog-sub a { height: 32px; padding: 6px 0; color: #6b7280; font-size: 14px; line-height: 20px; }
.catalog-sub .is-active { color: #6b9ac4; font-weight: 500; }

.catalog-content { position: absolute; left: 312px; top: 180px; width: 1056px; height: 1668px; }
.catalog-promo {
  position: absolute;
  left: 0;
  top: 0;
  width: 1056px;
  height: 188px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(170deg, #eff6ff 0%, #fff 100%);
}
.catalog-promo > img { position: absolute; right: -40px; bottom: -40px; width: 256px; height: 256px; opacity: .2; }
.catalog-promo__text { position: absolute; left: 32px; top: 32px; width: 672px; height: 124px; }
.catalog-promo__text span { display: inline-flex; align-items: center; height: 28px; padding: 6px 12px; border-radius: 999px; background: rgba(37,99,235,.1); color: #1d4ed8; font-size: 12px; font-weight: 600; line-height: 16px; }
.catalog-promo__text h2 { margin: 12px 0 0; font-family: Oswald, Arial, sans-serif; font-size: 30px; font-weight: 500; line-height: 36px; text-transform: uppercase; }
.catalog-promo__text p { margin: 8px 0 0; width: 885px; color: #4b5563; font-size: 14px; line-height: 20px; }

.catalog-grid { position: absolute; left: 0; top: 220px; display: grid; grid-template-columns: repeat(3, 336px); gap: 24px; width: 1056px; }
.milk-card {
  position: relative;
  display: block;
  width: 336px;
  height: 472px;
  padding: 17px;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 24px;
  background: #fff;
}
.milk-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 24px;
}
.milk-card__image { position: relative; width: 302px; height: 302px; overflow: hidden; border-radius: 24px; background: #f2f4f6; }
.milk-card__image > img { position: absolute; left: 30.2px; top: 30.2px; width: 241.6px; height: 241.6px; object-fit: contain; }
.milk-card__image span { position: absolute; left: 12px; top: 12px; z-index: 2; display: grid; height: 23px; padding: 4px 8px; place-items: center; border-radius: 999px; background: #3b82f6; color: #fff; font-size: 10px; font-weight: 600; line-height: 15px; text-transform: uppercase; }
.milk-card__image span.is-yellow { background: #fcd34d; color: #2d3142; }
.milk-card__image span.is-gray { background: #94a3b8; }
.milk-card__image button { position: absolute; right: 12px; top: 12px; z-index: 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 999px; background: #fff; color: #d1d5db; box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.milk-card__image button.is-active { color: #ef4444; }
.milk-card h3 { margin: 16px 0 0; width: 302px; overflow: hidden; color: #2d3142; font-family: Oswald, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; text-transform: uppercase; white-space: nowrap; }
.milk-card p { margin: 4px 0 0; color: #9ca3af; font-size: 12px; line-height: 16px; }
.milk-card > div:last-child { position: absolute; left: 17px; top: 387px; width: 302px; height: 68px; padding-top: 8px; }
.milk-card strong { display: block; color: #6b9ac4; font-size: 18px; font-weight: 600; line-height: 28px; }
.milk-card small { display: block; color: #6b7280; font-size: 12px; line-height: 16px; }
.milk-card small:first-of-type { text-decoration: line-through; }
.milk-card > div:last-child button { position: absolute; right: 0; top: 22px; z-index: 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 999px; background: #f3f4f6; color: #2d3142; }
.milk-card > div:last-child button::before { content: "+"; font-size: 22px; font-weight: 500; line-height: 24px; }
.milk-card > div:last-child button img { display: none; }
.milk-card > div:last-child button.is-added { background: #6b9ac4; }
.milk-card > div:last-child button.is-added { color: #fff; }
.milk-card > div:last-child button img { width: 14px; height: 16px; }

.catalog-pages { position: absolute; left: 706px; top: 1966px; display: flex; align-items: center; gap: 8px; height: 40px; }
.catalog-pages a, .catalog-pages span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 999px; background: #fff; color: #6b7280; font-size: 14px; line-height: 24px; }
.catalog-pages .is-active { background: #6b9ac4; color: #fff; }
.catalog-pages span { background: transparent; }

.catalog-footer { position: absolute; left: 0; top: 2075px; width: 1440px; height: 293px; background: #fff; }
.catalog-footer__top { position: absolute; left: 20px; top: 61px; display: block; width: 1400px; height: 124px; }
.catalog-footer__top > section { position: absolute; top: 0; }
.catalog-footer__top > section:nth-child(1) { left: 0; width: 592px; }
.catalog-footer__top > section:nth-child(2) { left: 654px; width: 131px; }
.catalog-footer__top > section:nth-child(3) { left: 833px; width: 131px; }
.catalog-footer__top > section:nth-child(4) { left: 1012px; width: 177px; }
.catalog-footer__top > section:nth-child(5) { left: 1191px; width: 177px; }
.catalog-footer__brand { height: 124px; }
.catalog-footer__brand div { position: absolute; left: 32px; top: 0; display: block; width: 266px; height: 58px; }
.catalog-footer__brand img { width: 266px; height: 52px; }
.catalog-footer__brand p { position: absolute; left: 32px; top: 68px; width: 249px; height: 20px; margin: 0; color: #4b5563; font-size: 12px; line-height: 20px; }
.catalog-footer h4 { margin: 0 0 16px; font-family: Oswald, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; letter-spacing: .7px; text-transform: uppercase; }
.catalog-footer a, .catalog-footer p { display: block; margin: 0 0 8px; color: #6b7280; font-size: 12px; line-height: 16px; }
.catalog-footer__phone, .catalog-footer__cta { position: absolute; top: 160px; display: flex !important; align-items: center; height: 32px; padding: 8px 20px; border-radius: 999px; font-size: 12px; font-weight: 600; line-height: 16px; }
.catalog-footer__phone { left: 49px; width: 156px; background: #f9f9f9; color: #2d3142 !important; white-space: nowrap; }
.catalog-footer__cta { left: 219px; width: 105px; background: #6b9ac4; color: #fff !important; }
.catalog-footer__bottom { position: absolute; left: 20px; top: 217px; display: flex; align-items: flex-start; justify-content: space-between; width: 1400px; height: 48px; padding-top: 33px; border-top: 1px solid #e5e7eb; color: #9ca3af; font-size: 10px; line-height: 15px; }
.catalog-footer__bottom div { display: flex; gap: 24px; }
.catalog-footer__bottom a { margin: 0; color: #9ca3af; font-size: 10px; line-height: 16px; }
.catalog-footer__social { width: 18px; height: 18px; margin: 0; }
.catalog-footer__social img { width: 18px; height: 18px; }

.coffee-frame { height: 2847px; }
.coffee-main { height: 2380px; }
.coffee-content { height: 2168px; }
.coffee-footer { top: 2502px; }

.coffee-filter-card {
  height: 834px;
  padding: 24px;
  border-radius: 24px;
}
.coffee-filter-head { display: flex; align-items: center; justify-content: space-between; height: 28px; margin-bottom: 22px; }
.coffee-filter-head h2 { margin: 0; font-family: Oswald, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; text-transform: uppercase; }
.coffee-filter-head button { padding: 0; background: transparent; color: #6b9ac4; font-size: 12px; font-weight: 500; line-height: 16px; }
.coffee-filter-card section { margin: 0 0 24px; padding: 0 0 24px; border-bottom: 1px solid #f1f3f5; }
.coffee-filter-card section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.coffee-filter-card h3 { margin: 0 0 14px; color: #2d3142; font-size: 14px; font-weight: 600; line-height: 20px; }
.coffee-filter-card label {
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.coffee-filter-card label:last-child { margin-bottom: 0; }
.coffee-filter-card input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
  accent-color: #6b9ac4;
}
.coffee-filter-card label span { flex: 1; }
.coffee-filter-card label em { color: #9ca3af; font-style: normal; }
.coffee-price .coffee-range { position: relative; width: 208px; height: 18px; margin: 0 0 14px; }
.coffee-price .coffee-range span { position: absolute; left: 0; top: 8px; width: 208px; height: 3px; border-radius: 99px; background: #e5e7eb; }
.coffee-price .coffee-range b { position: absolute; left: 92px; top: 3px; width: 16px; height: 16px; border-radius: 2px; background: #6b9ac4; }
.coffee-price .coffee-range::before,
.coffee-price .coffee-range i {
  content: "";
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.coffee-price .coffee-range::before { left: 0; }
.coffee-price .coffee-range i { left: 0; }
.coffee-price > div:last-child { display: flex; gap: 8px; }
.coffee-price input {
  width: 100px;
  height: 36px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #2d3142;
  font: 500 14px/20px Inter, Arial, sans-serif;
}

.coffee-promo { background: linear-gradient(170deg, #f7efe8 0%, #fff 100%); }
.coffee-promo > img { right: -40px; bottom: -40px; width: 256px; height: 256px; object-fit: contain; opacity: .24; }
.coffee-promo .catalog-promo__text span { background: rgba(120, 66, 18, .1); color: #8b5a2b; }
.coffee-promo .catalog-promo__text p { width: 880px; }

.coffee-grid { grid-template-columns: repeat(3, 336px); gap: 28px 24px; }
.coffee-card {
  position: relative;
  display: block;
  width: 336px;
  height: 444px;
  padding: 17px;
  border-radius: 24px;
  background: #fff;
}
.coffee-card__link { position: absolute; inset: 0; z-index: 1; border-radius: 24px; }
.coffee-card__image { position: relative; width: 302px; height: 302px; overflow: hidden; border-radius: 24px; background: #f2f4f6; }
.coffee-card__image > img { position: absolute; left: 30.2px; top: 30.2px; width: 241.6px; height: 241.6px; object-fit: contain; }
.coffee-card__image span { position: absolute; left: 12px; top: 12px; z-index: 2; display: grid; height: 23px; padding: 4px 8px; place-items: center; border-radius: 999px; background: #3b82f6; color: #fff; font-size: 10px; font-weight: 600; line-height: 15px; text-transform: uppercase; }
.coffee-card__image span.is-yellow { background: #fcd34d; color: #2d3142; }
.coffee-card__image span.is-gray { background: #94a3b8; }
.coffee-card__image span.is-dark { background: #8b5a2b; }
.coffee-card__image span.is-orange { background: #f59e0b; color: #fff; }
.coffee-card__image button { position: absolute; right: 12px; top: 12px; z-index: 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 999px; background: #fff; color: #d1d5db; box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.coffee-card__image button.is-active { color: #ef4444; }
.coffee-card h3 { margin: 16px 0 0; width: 302px; overflow: hidden; color: #2d3142; font-family: Oswald, Arial, sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; text-transform: uppercase; white-space: nowrap; }
.coffee-card p { margin: 4px 0 0; color: #9ca3af; font-size: 12px; line-height: 16px; }
.coffee-card > div:last-child { position: absolute; left: 17px; top: 387px; width: 302px; height: 40px; }
.coffee-card small { display: block; color: #9ca3af; font-size: 12px; line-height: 14px; text-decoration: line-through; }
.coffee-card strong { display: block; color: #2d3142; font-size: 18px; font-weight: 600; line-height: 28px; }
.coffee-card > div:last-child button { position: absolute; right: 0; top: 0; z-index: 3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 999px; background: #f3f4f6; color: #2d3142; }
.coffee-card > div:last-child button::before { content: "+"; font-size: 22px; font-weight: 500; line-height: 24px; }
.coffee-card > div:last-child button img { display: none; }
.coffee-card > div:last-child button.is-added { background: #6b9ac4; color: #fff; }

.coffee-pages { left: 681px; top: 2292px; }

.water-frame { height: 2796px; }
.water-main { height: 2380px; }
.water-filter-card { height: 862px; }
.water-content { height: 2168px; }
.water-footer { top: 2503px; }
.water-pages { left: 732px; top: 2292px; }
.water-promo { background: linear-gradient(170deg, #eaf7ff 0%, #fff 100%); }
.water-promo > img { right: -20px; bottom: -18px; width: 224px; height: 224px; opacity: .32; object-fit: contain; }
.water-promo .catalog-promo__text span { background: rgba(37, 99, 235, .1); color: #2563eb; }
.water-promo .catalog-promo__text h2 { width: 672px; }
.water-promo .catalog-promo__text p { width: 672px; }
.water-filter-card section { margin-bottom: 24px; padding-bottom: 24px; }
.water-filter-card .water-price { margin-bottom: 0; padding-bottom: 0; }
.water-price input { width: 88px; }
.water-price > div:last-child { justify-content: space-between; }
.water-price > div:last-child::before {
  content: "";
  position: absolute;
  left: 96px;
  bottom: 19px;
  width: 16px;
  height: 1px;
  background: #d1d5db;
}
.water-card h3 { font-size: 16px; line-height: 24px; }
.water-card strong { color: #2d3142; }

.cups-frame { height: 2842px; }
.cups-main { height: 2380px; }
.cups-filter-card { height: 834px; }
.cups-content { height: 2168px; }
.cups-footer { top: 2482px; }
.cups-pages { left: 732px; top: 2292px; }
.cups-promo { background: linear-gradient(170deg, #f5f1ec 0%, #fff 100%); }
.cups-promo > img { right: -18px; bottom: -18px; width: 224px; height: 224px; opacity: .22; object-fit: contain; }
.cups-promo .catalog-promo__text span { width: auto; background: rgba(107, 114, 128, .12); color: #6b7280; }
.cups-promo .catalog-promo__text h2 { width: 672px; }
.cups-promo .catalog-promo__text p { width: 672px; }
.cups-filter-card section { margin-bottom: 24px; padding-bottom: 24px; }
.cups-filter-card .cups-price { margin-bottom: 0; padding-bottom: 0; }
.cups-price input { width: 88px; }
.cups-price > div:last-child { justify-content: space-between; }
.cups-price > div:last-child::before {
  content: "";
  position: absolute;
  left: 96px;
  bottom: 19px;
  width: 16px;
  height: 1px;
  background: #d1d5db;
}
.cups-card h3 { font-size: 16px; line-height: 24px; }
.cups-card strong { color: #2d3142; }

.ice-frame { height: 2860px; }
.ice-main { height: 2380px; }
.ice-filter-card { height: 862px; }
.ice-content { height: 2168px; }
.ice-footer { top: 2453px; }
.ice-pages { left: 760px; top: 2292px; }
.ice-promo { background: linear-gradient(170deg, #eafcff 0%, #fff 100%); }
.ice-promo > img { right: -40px; bottom: -40px; width: 256px; height: 256px; opacity: .22; object-fit: contain; }
.ice-promo .catalog-promo__text span { background: rgba(14, 165, 233, .1); color: #0ea5e9; }
.ice-promo .catalog-promo__text h2 { width: 672px; }
.ice-promo .catalog-promo__text p { width: 672px; }
.ice-filter-card section { margin-bottom: 24px; padding-bottom: 24px; }
.ice-filter-card .ice-price { margin-bottom: 0; padding-bottom: 0; }
.ice-price input { width: 88px; }
.ice-price > div:last-child { justify-content: space-between; }
.ice-price > div:last-child::before {
  content: "";
  position: absolute;
  left: 96px;
  bottom: 19px;
  width: 16px;
  height: 1px;
  background: #d1d5db;
}
.ice-card h3 { font-size: 16px; line-height: 24px; }
.ice-card strong { color: #2d3142; }

.product-frame {
  position: relative;
  width: 1440px;
  height: 2106px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
}

.product-main {
  position: absolute;
  left: 20px;
  top: 65px;
  width: 1400px;
  height: 1660px;
  padding: 32px;
}

.product-crumbs {
  position: absolute;
  left: 32px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 20px;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.product-crumbs i { width: 7.5px; height: 12px; }
.product-crumbs i::before { content: "›"; display: block; color: #6b7280; font-size: 22px; line-height: 12px; }
.product-crumbs span { color: #2d3142; font-weight: 500; }

.product-layout {
  position: absolute;
  left: 32px;
  top: 84px;
  display: flex;
  gap: 48px;
  width: 1336px;
  height: 1018px;
}

.product-gallery { width: 644px; }
.product-photo {
  position: relative;
  width: 644px;
  height: 564px;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
}
.product-photo > img {
  position: absolute;
  left: 109px;
  top: 70px;
  width: 425px;
  height: 425px;
  object-fit: contain;
}
.product-photo > span {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #3b82f6;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.product-heart {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f6;
  color: #d1d5db;
  font-size: 20px;
}
.product-heart.is-active { color: #ef4444; }

.product-thumbs {
  display: flex;
  gap: 8px;
  width: 648px;
  height: 108px;
  margin-top: 16px;
}
.product-thumbs button {
  display: grid;
  width: 152px;
  height: 108px;
  padding: 14px;
  place-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
}
.product-thumbs .is-active { border-color: #6b9ac4; }
.product-thumbs img { width: 80px; height: 80px; object-fit: contain; }

.product-summary {
  position: relative;
  width: 644px;
  height: 1018px;
}
.product-summary h1 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.product-subtitle {
  margin: 12px 0 0;
  color: #949ba6;
  font-size: 18px;
  line-height: 28px;
}
.product-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 32px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
}
.product-meta span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-weight: 500;
}
.product-meta em { color: #949ba6; font-style: normal; }
.product-meta b { color: #2d3142; font-weight: 500; }

.product-price {
  position: relative;
  width: 644px;
  border: 1px solid;
  border-radius: 24px;
  padding: 25px;
}
.product-price--special {
  height: 182px;
  margin-top: 24px;
  border-color: #bbf7d0;
  background: linear-gradient(164deg, #f0fdf4 0%, #fff 100%);
}
.product-price--special > div {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 12px;
  width: 100%;
}
.product-price--special b { color: #16a34a; }
.product-price--special div strong {
  color: #14532d;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.product-price--special div span {
  grid-column: 2;
  color: #15803d;
  font-size: 12px;
  line-height: 16px;
}
.product-price--special p {
  position: absolute;
  left: 25px;
  top: 84px;
  margin: 0;
}
.product-price--special p strong {
  color: #15803d;
  font-size: 48px;
  line-height: 48px;
}
.product-price--special p em {
  position: absolute;
  left: 153px;
  top: 20px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.product-price--special small {
  position: absolute;
  left: 25px;
  top: 138px;
  color: #16a34a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.product-price--regular {
  display: flex;
  height: 131px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 24px;
  border-color: #dbeafe;
  background: linear-gradient(168deg, #eff6ff 0%, #fff 100%);
}
.product-price--regular span,
.product-price--regular small { color: #949ba6; font-size: 14px; line-height: 20px; }
.product-price--regular p { margin: 4px 0; }
.product-price--regular p strong { margin-right: 12px; font-size: 30px; line-height: 36px; }
.product-price--regular p em { color: #949ba6; font-size: 18px; font-style: normal; line-height: 28px; text-decoration: line-through; }
.product-price--regular > b {
  padding: 6px 12px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.product-cartbox {
  width: 644px;
  height: 225px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}
.product-qty,
.product-total {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  color: #949ba6;
  font-size: 14px;
  line-height: 20px;
}
.product-qty { height: 48px; }
.product-qty > div { display: flex; align-items: center; gap: 22px; color: #2d3142; font-weight: 600; }
.product-qty button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
}
.product-total { height: 50px; align-items: center; }
.product-total strong { color: #2d3142; font-size: 24px; line-height: 32px; }
.product-actions { display: flex; gap: 12px; margin-top: 16px; }
.product-add-main {
  display: flex;
  width: 528px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #6b9ac4;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.product-actions button {
  width: 56px;
  height: 56px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  color: #6b9ac4;
  font-size: 20px;
}

.product-benefits {
  width: 644px;
  height: 192px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
}
.product-benefits article { display: flex; gap: 12px; height: 27px; margin-bottom: 11px; color: #6b9ac4; }
.product-benefits article { margin-bottom: 25px; }
.product-benefits article:last-child { margin-bottom: 0; }
.product-benefits strong { display: block; color: #2d3142; font-size: 14px; line-height: 16px; }
.product-benefits span { display: block; margin-top: 2px; color: #949ba6; font-size: 12px; line-height: 16px; }

.product-related {
  position: absolute;
  left: 32px;
  top: 1134px;
  width: 1336px;
  height: 524px;
}
.product-related > div:first-child {
  position: absolute;
  left: 0;
  top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1336px;
  height: 48px;
}
.product-related h2 {
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}
.product-related > div:first-child a { color: #6b9ac4; font-size: 12px; line-height: 16px; }
.product-related-grid {
  position: absolute;
  left: 0;
  top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 316px);
  gap: 24px;
  margin-top: 0;
}
.product-card-small {
  width: 316px;
  height: 424px;
  padding: 17px;
}
.product-card-small .coffee-card__image { width: 282px; height: 282px; }
.product-card-small .coffee-card__image > img { left: 28px; top: 28px; width: 226px; height: 226px; }
.product-card-small h3 { width: 282px; font-size: 16px; line-height: 24px; }
.product-card-small p { width: 282px; }
.product-card-small > div:last-child { left: 17px; top: 367px; width: 282px; }

.product-footer { top: 1813px; }
