:root {
  --body-color: #f8f2ea;
  --background-image-url: url('/user-site-file/6c6c1b20-af22-11eb-91c2-525400d917f1/ZzZwMXp5ZWdrUW5xOGdjRVcxVzUxNzgzMjA3MTIx/aeMjBjE0Z/images/advertorial/hoom/header-bg.svg') no-repeat bottom center;
  --main-color: #bc6d13;
  --main-color-blur: #bc6d1380;
  --hero-text-color: #fff;
  --info-icon: url('/user-site-file/6c6c1b20-af22-11eb-91c2-525400d917f1/ZzZwMXp5ZWdrUW5xOGdjRVcxVzUxNzgzMjA3MTIx/aeMjBjE0Z/images/advertorial/hoom/info-icon.svg');
  --info-border: 1px solid rgb(50 43 35 / 10%);
  --default-text-color: #5b4c44;
  --bg-saving-section: #322b23;
  --footer-bg: #5e370a;
  --related-section-bg: #bc6d13;

  /* full button styles */
  --button-border: 1px solid #bc6d13;
  --button-background: rgb(188 109 19 / 20%);
  --sticky-bg: #bc6d13;
}

.sticky-bg {
  background: var(--sticky-bg);
  border: 1px solid #f2f2f2;
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 10%);
}

.sticky-bg.top {
  width: 100%;
  max-width: none;
  border-radius: 0;
  inset: 0 0 auto;
  border: none;
}

.sticky.top .sticky-content {
  max-width: 1245px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.offer-card {
  box-shadow: 10px 10px 0 0 #e5e0d9;
}

.container-bg {
  background: var(--background-image-url);
  background-size: cover;
  height: 600px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.image-full img,
.hero-img img {
  box-shadow: 10px 10px 0 0 #e5e0d9;
}

@media (width <= 1024px) {
  #sticky .sticky-content {
    background-size: cover;
    padding: 10px;
    border: none;
    background-image: var(--sticky-bg);
  }

  #sticky.top {
    height: 55px;
  }

  #sticky.top .sticky-logo {
    display: block;
    min-width: 15%;
    max-width: 35%;
  }

  #sticky.top .sticky-content {
    background: none;
    border-radius: 0;
    padding: 0 10px;
    gap: 2%;
  }

  #sticky.top .offer-section {
    width: auto;
    flex: 0 0 auto;
  }

  #sticky.top .offer-section .cta {
    padding: 0 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    height: 25px;
  }
}
