@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: none; }
button, input, textarea { font: inherit; }
button { border: 0; cursor: pointer; }

.bubble-body {
  overflow-x: auto;
  background: #f8f9fa;
}

.bubble-page {
  position: relative;
  --home-scale: 1;
  width: 1440px;
  height: 5350px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
}

.bubble-hero {
  position: absolute;
  left: 0;
  top: 65px;
  width: 1440px;
  height: 945px;
  overflow: hidden;
  padding: 80px 52px;
  background: #fff;
}

.bubble-hero::before {
  content: "";
  position: absolute;
  right: 52px;
  top: 192px;
  width: 625px;
  height: 621px;
  border-radius: 999px;
  background: rgba(252,211,77,.1);
  filter: blur(32px);
}

.bubble-hero::after {
  content: "";
  position: absolute;
  left: -64px;
  bottom: -64px;
  width: 628px;
  height: 628px;
  border-radius: 999px;
  background: url("/preview/assets/bubble/figma-overlay-blur.png?v=20260617e") center / contain no-repeat;
  filter: none;
}

.bubble-hero__label {
  position: absolute;
  left: 52px;
  top: 80px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 16px 8px 40px;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  color: #3d342b;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  backdrop-filter: blur(2px);
}

.bubble-hero__label img {
  position: absolute;
  left: 16px;
  top: 11px;
  width: 16px;
  height: 14px;
}

.bubble-hero h1 {
  position: absolute;
  left: 52px;
  top: 140px;
  z-index: 2;
  width: 772px;
  margin: 0;
  color: #3d342b;
  font-family: Oswald, Arial, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bubble-hero h1 span {
  color: #6b9ac4;
}

.bubble-hero p {
  position: absolute;
  left: 52px;
  top: 690px;
  z-index: 2;
  width: 414px;
  margin: 0;
  color: rgba(61,52,43,.8);
  font-size: 18px;
  line-height: 29.25px;
}

.bubble-hero__actions {
  position: absolute;
  left: 52px;
  top: 773px;
  z-index: 2;
  display: flex;
  gap: 16px;
}

.bubble-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bubble-btn--dark {
  width: 253px;
  gap: 8px;
  padding: 16px 32px;
  background: #3d342b;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.bubble-btn--dark i {
  width: 14px;
  height: 16px;
  position: relative;
}

.bubble-btn--dark i::before {
  content: "→";
  font-style: normal;
  line-height: 16px;
}

.bubble-btn--light {
  width: 222px;
  border: 2px solid rgba(61,52,43,.2);
  background: #fff;
  color: #3d342b;
}

.bubble-hero__image {
  position: absolute;
  z-index: 2;
  left: 744px;
  top: 173px;
  width: 644px;
  height: 600px;
  object-fit: cover;
}

.bubble-categories,
.bubble-payment,
.bubble-popular,
.bubble-contacts {
  position: absolute;
  left: 0;
  width: 1440px;
  background: #fff;
}

.bubble-categories {
  top: 1010px;
  height: 1044px;
  padding: 80px 52px;
}

.bubble-title-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 1336px;
  height: 48px;
}

.bubble-title-row h2 {
  margin: 0;
  color: #2d3142;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bubble-title-row i {
  display: block;
  flex: 1;
  height: 1px;
  margin-bottom: 8px;
  background: #e5e7eb;
}

.bubble-category-grid {
  position: absolute;
  left: 52px;
  top: 168px;
  display: grid;
  grid-template-columns: repeat(3, 429.33px);
  gap: 24px;
  width: 1336px;
}

.bubble-category-grid a {
  position: relative;
  display: block;
  height: 322px;
  overflow: hidden;
  border-radius: 24px;
  background: #111;
}

.bubble-category-grid img {
  position: absolute;
  left: 0;
  top: 0;
  width: 429.33px;
  height: 322px;
  object-fit: cover;
}

.bubble-category-grid a::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0,0,0,.12);
}

.bubble-category-grid a:nth-child(3)::before,
.bubble-category-grid a:nth-child(n+4)::before {
  background: rgba(0,0,0,.2);
}

.bubble-category-grid a::after {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 24px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.bubble-category-grid a:nth-child(1)::after { content: "Джус боллы Китай"; }
.bubble-category-grid a:nth-child(2)::after { content: "Джус боллы Тайвань"; }
.bubble-category-grid a:nth-child(3)::after { content: "Тапиока"; }
.bubble-category-grid a:nth-child(4)::after { content: "Стаканы Баббл кап"; }
.bubble-category-grid a:nth-child(5)::after { content: "Смеси, кусочки кокоса, джем"; width: 344px; }
.bubble-category-grid a:nth-child(6)::after { content: "Рулоны для запайщиков"; }

.bubble-category-grid span {
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 24px;
  width: 12.5px;
  height: 20px;
}

.bubble-category-grid span::before {
  content: "›";
  color: #fff;
  font-size: 28px;
  line-height: 20px;
}

.bubble-more {
  position: absolute;
  left: 541px;
  top: 884px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 358px;
  height: 64px;
  border: 2px solid #6b9ac4;
  border-radius: 999px;
  background: #fff;
  color: #6b9ac4;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
}

.bubble-more i::before {
  content: "→";
  font-style: normal;
}

.bubble-payment {
  top: 2034px;
  height: 938px;
  padding: 80px 52px;
}

.bubble-payment__top {
  position: absolute;
  left: 52px;
  top: 168px;
  display: grid;
  grid-template-columns: repeat(2, 668px);
  gap: 32px;
}

.bubble-payment__top article {
  height: 258px;
  padding: 33px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
}

.ico {
  position: absolute;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 24px;
}

.ico img {
  max-width: 24px;
  max-height: 24px;
}

.bubble-payment__top .ico {
  left: 33px;
  top: 33px;
}

.bubble-payment__top article { position: relative; }
.ico-card { background: rgba(107,154,196,.1); }
.ico-truck { background: rgba(34,197,94,.1); }
.ico-sale { background: rgba(252,211,77,.18); }
.bubble-payment h3 {
  margin: 0 0 24px 72px;
  color: #2d3142;
  font-family: Oswald, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.bubble-payment article p {
  position: relative;
  margin: 0 0 16px;
  padding-left: 36px;
}

.bubble-payment article p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  background: rgba(107,154,196,.1);
  color: #6b9ac4;
  font-size: 10px;
}

.bubble-payment__top article:nth-child(2) p::before {
  background: #f0fdf4;
  color: #22c55e;
}

.bubble-payment article p strong,
.bubble-payment article p span {
  display: block;
}

.bubble-payment article p strong {
  color: #2d3142;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bubble-payment article p span {
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}

.bubble-discount {
  position: absolute;
  left: 52px;
  top: 466px;
  width: 1368px;
  height: 346px;
  padding: 41px 33px 33px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
}

.bubble-discount__head {
  position: relative;
  height: 72px;
}

.bubble-discount__head .ico {
  left: 0;
  top: 0;
}

.bubble-discount__head h3 {
  margin-left: 72px;
  padding-top: 12px;
}

.bubble-discount__cards {
  display: grid;
  grid-template-columns: repeat(2, 643px);
  gap: 16px;
  margin-top: 16px;
}

.bubble-discount__cards div {
  height: 114px;
  padding: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  text-align: center;
}

.bubble-discount__cards div:first-child {
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
}

.bubble-discount__cards div:last-child {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-color: #bfdbfe;
  color: #6b9ac4;
}

.bubble-discount__cards strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.bubble-discount__cards span {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.bubble-discount > p {
  height: 54px;
  margin: 24px 0 0;
  padding: 17px 24px 17px 56px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #eff6ff;
  color: #3b5f8a;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.bubble-popular {
  top: 2886px;
  height: 721px;
  padding: 80px 52px;
  background: #fff;
}

.bubble-product-grid {
  position: absolute;
  left: 52px;
  top: 168px;
  display: grid;
  grid-template-columns: repeat(4, 316px);
  gap: 24px;
}

.bubble-product {
  position: relative;
  width: 316px;
  height: 424px;
  padding: 17px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #f2f4f6;
}

.bubble-product .coffee-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 24px;
}

.bubble-product > img {
  width: 282px;
  height: 282px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  object-fit: contain;
}

.bubble-product > span {
  position: absolute;
  left: 29px;
  top: 29px;
  z-index: 3;
  display: grid;
  height: 23px;
  padding: 4px 8px;
  place-items: center;
  border-radius: 999px;
  background: #fcd34d;
  color: #2d3142;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.bubble-product > span.is-green {
  background: #22c55e;
  color: #fff;
}

.bubble-product .product-favorite {
  position: absolute;
  right: 29px;
  top: 29px;
  z-index: 4;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #d1d5db;
}

.bubble-product .product-favorite.is-active {
  color: #ef4444;
}

.bubble-product h3 {
  margin: 16px 0 0;
  width: 282px;
  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;
}

.bubble-product p {
  margin: 4px 0 0;
  color: #9ca3af;
  font-size: 12px;
  line-height: 16px;
}

.bubble-product strong {
  position: absolute;
  left: 17px;
  bottom: 17px;
  color: #2d3142;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.bubble-product .product-add {
  position: absolute;
  right: 17px;
  bottom: 21px;
  z-index: 4;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  color: #2d3142;
  font-size: 22px;
  line-height: 28px;
}

.bubble-consultation {
  position: absolute;
  left: 0;
  top: 3558px;
  width: 1440px;
  height: 1001px;
  padding-top: 80px;
  background: #6b9ac4;
}

.bubble-consultation h2 {
  margin: 0 auto;
  width: 793px;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.bubble-consultation > p {
  margin: 16px auto 0;
  width: 645px;
  color: rgba(255,255,255,.8);
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.bubble-form {
  position: absolute;
  left: 352px;
  top: 220px;
  display: grid;
  grid-template-columns: repeat(2, 308px);
  gap: 24px;
  width: 736px;
  height: 701px;
  padding: 48px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

.bubble-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.bubble-form label span {
  color: #2d3142;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bubble-form .is-wide {
  grid-column: 1 / -1;
}

.bubble-form input,
.bubble-form textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px 17px;
  background: #fff;
  color: #2d3142;
  outline: none;
}

.bubble-form textarea {
  height: 124px;
  resize: vertical;
}

.bubble-agree {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
}

.bubble-agree input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  padding: 0;
  border-radius: 3px;
  accent-color: #2d3142;
}

.bubble-agree span {
  width: 612px;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.bubble-form button {
  grid-column: 1 / -1;
  height: 56px;
  border-radius: 999px;
  background: #2d3142;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}

.bubble-contacts {
  top: 4559px;
  height: 498px;
  padding: 80px 52px;
  background: #f8f9fa;
}

.bubble-footer {
  position: absolute;
  left: 0;
  top: 5057px;
  z-index: 2;
  width: 1440px;
  height: 293px;
  background: transparent;
}

.bubble-contacts h2 {
  margin: 0 auto;
  width: 398px;
  color: #2d3142;
  font-family: Oswald, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.bubble-contacts > p {
  margin: 16px auto 0;
  width: 330px;
  color: #949ba6;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.bubble-contacts > div {
  display: grid;
  grid-template-columns: repeat(4, 316px);
  gap: 24px;
  margin-top: 48px;
}

.bubble-contacts a {
  position: relative;
  height: 198px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.ico-contact {
  position: absolute;
  left: 126px;
  top: 32px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 999px;
}

.ico-contact img {
  max-width: 24px;
  max-height: 24px;
}

.ico-telegram { background: rgba(0,136,204,.1); }
.ico-whatsapp { background: rgba(37,211,102,.1); }
.ico-vk { background: rgba(0,119,255,.1); }
.ico-email { background: #f3f4f6; }

.bubble-contacts strong {
  display: block;
  margin-top: 112px;
  color: #2d3142;
  font-family: Oswald, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.bubble-contacts span {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}
