.elementor-15 .elementor-element.elementor-element-76cba20{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6e928a4 */.bt-site {
  --bt-ink: #182236;
  --bt-muted: #68738a;
  --bt-line: #e4e8ef;
  --bt-soft: #f5f8fc;
  --bt-blue: #0b63ce;
  --bt-coral: #ff6b5f;
  --bt-yellow: #ffd84d;
  --bt-shadow: 0 24px 70px rgba(24, 34, 54, 0.12);
  font-family: Inter, Arial, sans-serif;
  color: var(--bt-ink);
  background: #fff;
}

.bt-site * {
  box-sizing: border-box;
}

.bt-site a {
  color: inherit;
  text-decoration: none;
}

.bt-offer {
  padding: 10px 20px;
  color: #fff;
  background: var(--bt-ink);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.bt-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: max-content minmax(240px, 1fr) max-content max-content;
  gap: 22px;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--bt-line);
  backdrop-filter: blur(18px);
}

.bt-logo {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  letter-spacing: 0;
}

.bt-search {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  background: var(--bt-soft);
  border: 1px solid var(--bt-line);
  border-radius: 8px;
  color: var(--bt-muted);
  font-size: 14px;
  font-weight: 700;
}

.bt-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bt-ink);
  font: inherit;
}

.bt-nav,
.bt-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--bt-muted);
  font-size: 14px;
  font-weight: 800;
}

.bt-nav a:hover,
.bt-actions a:hover {
  color: var(--bt-blue);
}

.bt-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(34px, 5vw, 68px) clamp(18px, 5vw, 72px) 42px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.bt-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 540px;
}

.bt-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--bt-ink);
  font-size: clamp(52px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.bt-hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--bt-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.bt-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.bt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
}

.bt-primary {
  color: #fff;
  background: var(--bt-blue);
}

.bt-secondary {
  color: var(--bt-ink);
  background: #fff;
  border-color: var(--bt-line);
}

.bt-hero-image {
  overflow: hidden;
  min-height: 540px;
  border-radius: 8px;
  background: var(--bt-soft);
  box-shadow: var(--bt-shadow);
}

.bt-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.bt-categories,
.bt-products,
.bt-promo,
.bt-trust,
.bt-newsletter,
.bt-footer {
  padding: clamp(48px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.bt-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.bt-section-head h2,
.bt-promo h2,
.bt-newsletter h2 {
  margin: 0;
  color: var(--bt-ink);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.bt-section-head a {
  color: var(--bt-blue);
  font-weight: 900;
}

.bt-category-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 14px;
}

.bt-category {
  display: flex;
  align-items: end;
  min-height: 230px;
  padding: 18px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bt-soft);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: inset 0 -95px 70px rgba(0, 0, 0, 0.32);
}

.bt-category span {
  position: relative;
  z-index: 2;
}

.bt-category.beauty { background: linear-gradient(135deg, #ffc8d2, #ff6b5f); }
.bt-category.hair { background: linear-gradient(135deg, #bcecff, #0b63ce); }
.bt-category.accessories { background: linear-gradient(135deg, #f1d4a6, #8b5e34); }
.bt-category.fashion { background: linear-gradient(135deg, #d8dce8, #3a465c); }
.bt-category.offers { background: linear-gradient(135deg, #ffd84d, #ff7a1a); color: var(--bt-ink); box-shadow: none; }

.bt-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bt-card {
  position: relative;
  padding: 12px;
  border: 1px solid var(--bt-line);
  border-radius: 8px;
  background: #fff;
}

.bt-card button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid var(--bt-line);
  border-radius: 50%;
  background: #fff;
  color: var(--bt-ink);
  font-size: 20px;
  cursor: pointer;
}

.bt-product-image {
  min-height: 260px;
  border-radius: 7px;
  background-image: url("assets/blissfultrend-products.png");
  background-size: 260%;
  background-color: var(--bt-soft);
}

.image-one { background-position: 3% 10%; }
.image-two { background-position: 34% 10%; }
.image-three { background-position: 67% 10%; }
.image-four { background-position: 96% 10%; }
.image-five { background-position: 6% 92%; }
.image-six { background-position: 32% 92%; }
.image-seven { background-position: 68% 92%; }
.image-eight { background-position: 96% 92%; }

.bt-card h3 {
  margin: 16px 0 4px;
  color: var(--bt-ink);
  font-size: 18px;
}

.bt-card p {
  margin: 0 0 10px;
  color: var(--bt-muted);
}

.bt-card strong {
  font-size: 17px;
}

.bt-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--bt-coral);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.bt-promo {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 20px clamp(18px, 5vw, 72px);
  padding: clamp(32px, 5vw, 56px);
  border-radius: 8px;
  background: var(--bt-ink);
  color: #fff;
}

.bt-promo h2,
.bt-promo p {
  color: #fff;
}

.bt-promo p,
.bt-newsletter p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.bt-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--bt-line);
  padding-top: 1px;
  padding-bottom: 1px;
}

.bt-trust div {
  padding: 30px;
  background: #fff;
}

.bt-trust strong,
.bt-trust span {
  display: block;
}

.bt-trust strong {
  margin-bottom: 8px;
  font-size: 20px;
}

.bt-trust span {
  color: var(--bt-muted);
}

.bt-newsletter {
  text-align: center;
  background: var(--bt-soft);
}

.bt-newsletter p {
  margin-left: auto;
  margin-right: auto;
  color: var(--bt-muted);
}

.bt-newsletter form {
  display: flex;
  max-width: 560px;
  margin: 28px auto 0;
  padding: 6px;
  border: 1px solid var(--bt-line);
  border-radius: 8px;
  background: #fff;
}

.bt-newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 14px;
  font: inherit;
}

.bt-newsletter button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--bt-blue);
  color: #fff;
  font-weight: 900;
}

.bt-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #dbe4f3;
  background: var(--bt-ink);
}

.bt-footer strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.bt-footer p {
  max-width: 520px;
  margin: 10px 0 0;
  color: #aeb8c9;
}

.bt-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: start;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .bt-header {
    grid-template-columns: 1fr max-content;
  }

  .bt-search,
  .bt-nav {
    display: none;
  }

  .bt-hero,
  .bt-category-grid,
  .bt-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bt-hero-copy,
  .bt-hero-image,
  .bt-hero-image img {
    min-height: 420px;
  }

  .bt-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .bt-header,
  .bt-hero,
  .bt-category-grid,
  .bt-product-grid,
  .bt-promo,
  .bt-footer {
    grid-template-columns: 1fr;
  }

  .bt-actions {
    display: none;
  }

  .bt-hero-copy,
  .bt-hero-image,
  .bt-hero-image img {
    min-height: 320px;
  }

  .bt-hero-buttons .bt-button,
  .bt-promo .bt-button {
    width: 100%;
  }

  .bt-promo {
    margin-left: 18px;
    margin-right: 18px;
    flex-direction: column;
    align-items: stretch;
  }

  .bt-newsletter form {
    display: grid;
    gap: 8px;
  }

  .bt-newsletter input {
    min-height: 44px;
  }
}/* End custom CSS */