.product-id-498 #roxstickycart {
  display: none;
}

.winter-wonderland {
  overflow-x: hidden;
}

#product #wrapper:has(.rck-wedel) {
  overflow: initial;
}

#product .rck-wedel {
  background: linear-gradient(180deg, rgba(0, 48, 133, 0) 0%, rgba(0, 48, 133, 0.6) 100%), #164789;
  border-radius: 0;
  width: 100vw;
  overflow: initial;
}

#product .rck-wedel__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #003085;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  #product .rck-wedel__top {
    padding-bottom: 31px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__top {
    padding-bottom: 41px;
  }
}

#product .rck-wedel__top--logo {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 261px;
}

@media (min-width: 992px) {
  #product .rck-wedel__top--logo {
    height: 477px;
  }
}

#product .rck-wedel__top--logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
  max-height: 237px;
}

@media (min-width: 992px) {
  #product .rck-wedel__top--logo img {
    max-height: 432px;
  }
}

#product .rck-wedel__top--logo svg {
  width: 100%;
  height: auto;
  max-width: 356px;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  #product .rck-wedel__top--logo svg {
    top: 21px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__top--logo svg {
    max-width: 648px;
    max-height: 456px;
  }
}

#product .rck-wedel__top--text {
  padding: 30px 16px 38px;
}

@media (min-width: 768px) {
  #product .rck-wedel__top--text {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__top--text {
    padding: 41px 0 40px;
    width: 100%;
    max-width: 847px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__top--text.mobile {
    display: none;
  }
}

#product .rck-wedel__top--text.mobile p:not(:first-of-type) {
  margin-top: 15px;
}

@media (max-width: 1279px) {
  #product .rck-wedel__top--text.desktop {
    display: none;
  }
}

#product .rck-wedel__top--text p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
}

@media (min-width: 992px) {
  #product .rck-wedel__top--text p {
    font-size: 19px;
    line-height: 26.6px;
  }
}

#product .rck-wedel__top--pattern {
  display: flex;
  justify-content: center;
}

#product .rck-wedel__top--pattern svg {
  width: 265px;
  height: 17px;
}

#product .rck-wedel__product {
  position: relative;
  min-height: 620px;
}

#product .rck-wedel__product .svg-path {
  width: 100vw;
  height: 518px;
  background-color: #003085;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}

@media (min-width: 992px) {
  #product .rck-wedel__product .svg-path {
    clip-path: polygon(0 0, 100% 0, 100% 54%, 0% 100%);
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__product .svg-path {
    height: 693px;
  }
}

#product .rck-wedel__product--wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#product .rck-wedel__product--wrapper .product-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 20px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__product--wrapper .product-text {
    column-gap: 60px;
  }
}

#product .rck-wedel__product--wrapper .product-text__left {
  height: 620px;
  background-image: url("../../../assets/wedel/images/pattern-desktop-left.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 1279px) {
  #product .rck-wedel__product--wrapper .product-text__left {
    display: none;
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__product--wrapper .product-text__left {
    background-repeat: repeat-x;
  }
}

#product .rck-wedel__product--wrapper .product-text__left--piece {
  width: auto;
  position: absolute;
  top: 92px;
  right: 30px;
}

@media (min-width: 1600px) {
  #product .rck-wedel__product--wrapper .product-text__left--piece {
    right: 45px;
  }
}

#product .rck-wedel__product--wrapper .product-text__left--piece img {
  width: 161px;
  height: auto;
  object-fit: cover;
}

#product .rck-wedel__product--wrapper .product-text__left--piece-small {
  transform: rotate(-30deg);
  width: fit-content;
  position: absolute;
  top: 320px;
  right: 170px;
}

@media (min-width: 1600px) {
  #product .rck-wedel__product--wrapper .product-text__left--piece-small {
    top: 350px;
  }
}

#product .rck-wedel__product--wrapper .product-text__left--piece-small img {
  width: 81px;
  height: auto;
  object-fit: cover;
}

#product .rck-wedel__product--wrapper .product-text__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  max-width: 480px;
}

@media (min-width: 992px) {
  #product .rck-wedel__product--wrapper .product-text__name {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text__name {
    margin-top: 70px;
  }
}

#product .rck-wedel__product--wrapper .product-text__name svg {
  width: 100%;
  height: auto;
  max-width: 191px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text__name svg {
    max-width: 246px;
  }
}

#product .rck-wedel__product--wrapper .product-text__name p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
}

@media (min-width: 992px) {
  #product .rck-wedel__product--wrapper .product-text__name p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__product--wrapper .product-text__name p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #product .rck-wedel__product--wrapper .product-text__name p {
    font-size: 19px;
    line-height: 26.6px;
  }
}

#product .rck-wedel__product--wrapper .product-text__name p.small-info {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  margin-top: 14px;
}

#product .rck-wedel__product--wrapper .product-text__right {
  height: 620px;
  background-image: url("../../../assets/wedel/images/pattern-desktop-right.svg");
  background-size: auto;
  background-position: top left;
  background-repeat: repeat-x;
  width: 100%;
  position: relative;
}

@media (max-width: 1279px) {
  #product .rck-wedel__product--wrapper .product-text__right {
    display: none;
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__product--wrapper .product-text__right {
    background-repeat: repeat-x;
  }
}

#product .rck-wedel__product--wrapper .product-text__right--piece {
  transform: rotate(-30deg) translateY(-45%);
  width: fit-content;
  position: absolute;
  left: 50px;
  top: 45%;
}

#product .rck-wedel__product--wrapper .product-text__right--piece img {
  width: 106px;
  height: auto;
  object-fit: cover;
}

#product .rck-wedel__product--wrapper .product-text__right--logo {
  width: fit-content;
  position: absolute;
  top: 85px;
  left: 220px;
}

#product .rck-wedel__product--wrapper .product-text__right--logo img {
  object-fit: cover;
  width: 168px;
  height: auto;
}

#product .rck-wedel__product--wrapper .product-text__sweets {
  width: 100%;
  min-height: 350px;
  position: relative;
  max-width: 389px;
  background-image: url("../../../assets/wedel/images/pattern-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text__sweets {
    display: none;
  }
}

#product .rck-wedel__product--wrapper .product-text__sweets--piece {
  transform: rotate(-30deg);
  width: fit-content;
  position: absolute;
  top: 50px;
  left: 20%;
}

#product .rck-wedel__product--wrapper .product-text__sweets--piece img {
  width: 98px;
  height: auto;
  object-fit: cover;
}

#product .rck-wedel__product--wrapper .product-text__sweets--logo {
  width: fit-content;
  position: absolute;
  top: 14px;
  right: 34px;
}

#product .rck-wedel__product--wrapper .product-text__sweets--logo svg {
  width: 84px;
  height: 211px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text__sweets--logo svg {
    width: 168px;
    height: 423px;
  }
}

#product .rck-wedel__product--wrapper .product-text__sweets--bar {
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 24px;
}

#product .rck-wedel__product--wrapper .product-text__sweets--bar img {
  object-fit: cover;
  width: 173px;
  height: auto;
}

@media (min-width: 1280px) {
  #product .rck-wedel__product--wrapper .product-text__sweets--bar img {
    width: 347px;
  }
}

#product .rck-wedel__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px 40px;
  padding: 25px 16px 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

#product .rck-wedel__info .pattern-top {
  display: none;
}

@media (min-width: 1280px) {
  #product .rck-wedel__info {
    flex-direction: row;
    max-width: unset;
    padding-top: 240px;
    margin-top: -190px;
    position: relative;
  }
  #product .rck-wedel__info .pattern-top {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__info .pattern-top {
    right: 10%;
  }
}

#product .rck-wedel__info .pattern-left,
#product .rck-wedel__info .pattern-right {
  display: none;
}

@media (min-width: 1440px) {
  #product .rck-wedel__info .pattern-left {
    display: block;
    position: absolute;
    top: 215px;
    height: 1000px;
    left: 0;
    width: calc((100% - 1170px - 41px) / 2);
    background-image: url("../../../assets/wedel/images/pattern-info-desktop-left.svg");
    background-size: auto;
    background-position: top right;
    background-repeat: repeat-x;
  }
  #product .rck-wedel__info .pattern-right {
    display: block;
    position: absolute;
    top: 500px;
    height: 1000px;
    right: 0;
    width: calc((100% - 1170px - 75px) / 2);
    background-image: url("../../../assets/wedel/images/pattern-info-desktop-right.svg");
    background-size: auto;
    background-position: top left;
    background-repeat: repeat-x;
  }
}

#product .rck-wedel__info--left {
  width: 100%;
  max-width: 620px;
}

#product .rck-wedel__info--left .info-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#product .rck-wedel__info--left .info-text .subtitle {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.4px;
  text-transform: uppercase;
  color: #FFF;
}

@media (min-width: 992px) {
  #product .rck-wedel__info--left .info-text .subtitle {
    font-size: 14px;
    line-height: 16.8px;
  }
}

#product .rck-wedel__info--left .info-text .title {
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.8px;
  background: linear-gradient(91deg, #BF9C73 0%, #DBC4A4 21.5%, #F4F1E8 42.5%, #E3D4BD 61%, #F5F4E6 80.89%, #C5AE98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__info--left .info-text {
    height: 100%;
  }
  #product .rck-wedel__info--left .info-text .product-image-wrapper {
    display: flex;
    height: min-content;
    position: sticky;
    top: 110px;
  }
}

#product .rck-wedel__info--left .info-text .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#product .rck-wedel__info--right {
  width: 100%;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  height: 100%;
}

@media (min-width: 1280px) {
  #product .rck-wedel__info--right {
    row-gap: 54px;
  }
}

#product .rck-wedel__info--right .bar {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 347px;
  max-height: 223px;
  margin-right: 43px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__info--right .bar {
    display: flex;
    align-self: flex-end;
  }
}

#product .rck-wedel__info--right .wedel-accordion {
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
  max-width: 450px;
  scroll-margin-top: 100px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__info--right .wedel-accordion {
    max-width: 510px;
  }
}

#product .rck-wedel__info--right .wedel-accordion .card {
  background-color: transparent;
}

#product .rck-wedel__info--right .wedel-accordion .card:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #c09d75, rgba(192, 157, 117, 0.2));
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#product .rck-wedel__info--right .wedel-accordion .card .card-header {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

#product .rck-wedel__info--right .wedel-accordion .card .card-header .btn-header-link {
  color: #FFF;
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  border-width: 0;
}

#product .rck-wedel__info--right .wedel-accordion .card .card-header .btn-header-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M21.4314 24.1208V10.4H18.5688V24.1208L12.424 17.9761L10.4001 20L20.0001 29.6L29.6001 20L27.5762 17.9761L21.4314 24.1208Z' fill='white'/%3E%3C/svg%3E%0A");
}

#product .rck-wedel__info--right .wedel-accordion .card .card-header .btn-header-link.collapsed:after {
  transform: translateY(-50%) rotate(0deg);
}

#product .rck-wedel__info--right .wedel-accordion .card .card-body {
  margin-top: 20px;
  margin-bottom: 12px;
}

#product .rck-wedel__info--right .wedel-accordion .card .card-body p {
  color: #FFF;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}

@media (min-width: 992px) {
  #product .rck-wedel__info--right .wedel-accordion .card .card-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
  }
}

#product .rck-wedel__info--right .wedel-accordion .card:last-child .card-body {
  margin-bottom: 32px;
}

#product .rck-wedel__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom {
    padding-top: 57px;
  }
}

#product .rck-wedel__bottom .left-pattern {
  display: none;
  position: absolute;
  top: 250px;
  height: 1000px;
  left: 0;
  width: calc(((100vw - 1288px) / 2) + 350px);
  background-image: url("../../../assets/wedel/images/pattern-info-desktop-right.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: repeat-x;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom .left-pattern {
    display: block;
  }
}

#product .rck-wedel__bottom .logo-desktop {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 40px;
}

@media (max-width: 767px) {
  #product .rck-wedel__bottom .logo-desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom .logo-desktop {
    bottom: 56px;
    right: 64px;
  }
}

@media (min-width: 2500px) {
  #product .rck-wedel__bottom .logo-desktop {
    right: 10%;
  }
}

#product .rck-wedel__bottom .logo-desktop svg {
  width: 110px;
  height: 110px;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom .logo-desktop svg {
    width: 139px;
    height: 139px;
  }
}

#product .rck-wedel__bottom--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-bottom: 48px;
}

@media (max-width: 1279px) {
  #product .rck-wedel__bottom--header {
    padding: 0 16px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--header {
    flex-direction: row;
    column-gap: 32px;
    margin: 0 auto 64px;
    max-width: 1288px;
    width: auto;
  }
}

#product .rck-wedel__bottom--header .top-pattern {
  width: 100%;
  max-width: 480px;
  height: 153px;
  background-image: url("../../../assets/wedel/images/pattern-bottom-mobile-top.png");
  background-size: contain;
  background-position: top left;
  background-repeat: repeat-x;
  position: relative;
  margin-top: -30px;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--header .top-pattern {
    max-width: unset;
    width: fit-content;
    background-image: none;
    margin-top: 0;
    height: 100%;
  }
}

#product .rck-wedel__bottom--header .top-pattern svg {
  width: 69px;
  height: 70px;
  position: absolute;
  top: 34px;
  left: 30%;
  transform: translateX(-30%);
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--header .top-pattern svg {
    width: 138px;
    height: 141px;
    position: relative;
    inset: unset;
    transform: none;
  }
}

#product .rck-wedel__bottom--header .text-wrapper {
  width: 100%;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--header .text-wrapper {
    margin-top: 83px;
  }
}

#product .rck-wedel__bottom--header .text-wrapper .title {
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.8px;
  background: linear-gradient(91deg, #BF9C73 0%, #DBC4A4 21.5%, #F4F1E8 42.5%, #E3D4BD 61%, #F5F4E6 80.89%, #C5AE98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1279px) {
  #product .rck-wedel__bottom--header .text-wrapper .title {
    margin-bottom: 16px;
  }
}

#product .rck-wedel__bottom--header .text-wrapper .description {
  color: #FFF;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--header .text-wrapper .description {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    background: linear-gradient(91deg, #BF9C73 0%, #DBC4A4 21.5%, #F4F1E8 42.5%, #E3D4BD 61%, #F5F4E6 80.89%, #C5AE98 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

#product .rck-wedel__bottom--text {
  width: 100%;
  display: flex;
  max-width: 480px;
  column-gap: 22px;
  padding-bottom: 8px;
}

@media (max-width: 1279px) {
  #product .rck-wedel__bottom--text {
    padding: 0 16px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--text {
    max-width: 1288px;
    column-gap: 57px;
    justify-content: flex-end;
  }
}

#product .rck-wedel__bottom--text .text-wrapper {
  display: flex;
  column-gap: 22px;
  width: 100%;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--text .text-wrapper {
    margin-right: 83px;
    max-width: 800px;
    column-gap: 57px;
  }
}

#product .rck-wedel__bottom--text .left-ornament {
  height: 451px;
  width: 29px;
  align-self: center;
}

#product .rck-wedel__bottom--text .left-ornament svg {
  width: 100%;
  height: 100%;
}

#product .rck-wedel__bottom--text .text-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  max-width: calc(100% - 51px);
}

@media (min-width: 576px) {
  #product .rck-wedel__bottom--text .text-content {
    max-width: 410px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--text .text-content {
    row-gap: 48px;
    max-width: calc(100% - 58px - 114px);
  }
}

#product .rck-wedel__bottom--text .text-content .single-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#product .rck-wedel__bottom--text .text-content .single-text .name {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

#product .rck-wedel__bottom--text .text-content .single-text .description {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--text .text-content .single-text .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
  }
}

#product .rck-wedel__bottom--text .right-ornament {
  display: none;
}

@media (min-width: 1280px) {
  #product .rck-wedel__bottom--text .right-ornament {
    display: block;
    height: 451px;
    width: 29px;
    align-self: center;
    transform: rotate(-180deg);
  }
  #product .rck-wedel__bottom--text .right-ornament svg {
    width: 100%;
    height: 100%;
  }
}

#product .rck-wedel__bottom--bottom {
  width: 100%;
  height: 704px;
  position: relative;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom {
    height: 674px;
  }
}

#product .rck-wedel__bottom--bottom .bottom-snow-mobile {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 387px;
  height: auto;
}

@media (min-width: 768px) {
  #product .rck-wedel__bottom--bottom .bottom-snow-mobile {
    display: none;
  }
}

#product .rck-wedel__bottom--bottom .bottom-snow-desktop {
  position: absolute;
  top: 0;
  right: 0;
  width: 904px;
  height: 387px;
}

@media (max-width: 767px) {
  #product .rck-wedel__bottom--bottom .bottom-snow-desktop {
    display: none;
  }
}

@media (min-width: 2000px) {
  #product .rck-wedel__bottom--bottom .bottom-snow-desktop {
    right: 20%;
  }
}

#product .rck-wedel__bottom--bottom .tree-left {
  position: absolute;
  width: 105px;
  height: 287px;
  bottom: 110px;
  left: 6%;
}

@media (min-width: 345px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: 130px;
    left: 8%;
  }
}

@media (min-width: 500px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: 100px;
  }
}

@media (min-width: 700px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: 65px;
  }
}

@media (min-width: 900px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: 45px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    left: 15%;
    bottom: 120px;
  }
}

@media (min-width: 1100px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: var(--treeLeftBottom);
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    left: 23%;
  }
}

@media (min-width: 1920px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: calc(var(--treeLeftBottom) - 20px);
  }
}

@media (min-width: 2500px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: calc(var(--treeLeftBottom) - 40px);
  }
}

@media (min-width: 3000px) {
  #product .rck-wedel__bottom--bottom .tree-left {
    bottom: calc(var(--treeLeftBottom) - 60px);
  }
}

#product .rck-wedel__bottom--bottom .tree-right {
  position: absolute;
  width: 70px;
  height: 192px;
  bottom: 160px;
  right: 6%;
}

@media (min-width: 345px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    bottom: 183px;
    right: 8%;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    right: 14%;
    bottom: calc(var(--treeRightBottom) + 10px);
  }
}

@media (min-width: 1100px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    bottom: var(--treeRightBottom);
  }
}

@media (min-width: 1300px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    bottom: calc(var(--treeRightBottom) - 5px);
  }
}

@media (min-width: 1400px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    bottom: var(--treeRightBottom);
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    right: 25%;
    bottom: calc(var(--treeRightBottom) - 30px);
  }
}

@media (min-width: 3000px) {
  #product .rck-wedel__bottom--bottom .tree-right {
    bottom: calc(var(--treeRightBottom) - 40px);
  }
}

#product .rck-wedel__bottom--bottom .svgs-wrapper {
  position: absolute;
  width: 100%;
  max-width: 312px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  #product .rck-wedel__bottom--bottom .svgs-wrapper {
    height: 70px;
    bottom: unset;
    top: 180px;
  }
}

@media (min-width: 460px) {
  #product .rck-wedel__bottom--bottom .svgs-wrapper {
    width: 400px;
  }
}

@media (min-width: 600px) and (max-width: 990px) {
  #product .rck-wedel__bottom--bottom .svgs-wrapper {
    bottom: 30px;
  }
}

#product .rck-wedel__bottom--bottom .svgs-wrapper svg {
  width: 100%;
  height: auto;
}

#product .rck-wedel__bottom--bottom .svgs-wrapper .btn-see-more {
  width: max-content;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.48px;
  background: linear-gradient(91deg, #BF9C73 0%, #DBC4A4 21.5%, #F4F1E8 42.5%, #E3D4BD 61%, #F5F4E6 80.89%, #C5AE98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .svgs-wrapper .btn-see-more {
    font-size: 19px;
    line-height: 40px;
    letter-spacing: -0.57px;
    padding: 0;
  }
}

#product .rck-wedel__bottom--bottom .svgs-wrapper .btn-see-more::after {
  display: block;
  content: '';
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(91deg, #BF9C73 0%, #DBC4A4 21.5%, #F4F1E8 42.5%, #E3D4BD 61%, #F5F4E6 80.89%, #C5AE98 100%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  transform: scaleX(0);
  transition: transform 750ms ease-in-out;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@keyframes animateBorderBottom {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

#product .rck-wedel__bottom--bottom .svgs-wrapper .btn-see-more:hover::after {
  animation: animateBorderBottom 0.6s;
}

#product .rck-wedel__bottom--bottom .deer {
  position: absolute;
  width: 79px;
  height: 101px;
  bottom: 193px;
  left: 54%;
  transform: translateX(-54%);
}

@media (min-width: 700px) {
  #product .rck-wedel__bottom--bottom .deer {
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
  }
}

@media (min-width: 900px) {
  #product .rck-wedel__bottom--bottom .deer {
    bottom: var(--deerBottom);
  }
}

#product .rck-wedel__bottom--bottom .mountain-wrapper {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: auto;
  max-height: 213px;
  overflow: hidden;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .mountain-wrapper {
    max-height: 326px;
  }
}

#product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg {
  width: 100vw;
  height: auto;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.mobile {
    display: none;
  }
}

#product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.medium {
  display: none;
}

@media (min-width: 992px) {
  #product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.medium {
    display: block;
  }
}

@media (min-width: 1600px) {
  #product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.medium {
    display: none;
  }
}

#product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.large {
  display: none;
}

@media (min-width: 1600px) {
  #product .rck-wedel__bottom--bottom .mountain-wrapper .mountain-svg.large {
    display: block;
  }
}

#product .rck-wedel.ptasie-mleczko .product-text__left--piece img {
  width: 200px;
  height: auto;
}

#product .rck-wedel.ptasie-mleczko .rck-wedel__info .bar {
  height: 260px;
  width: auto;
  max-height: unset;
  max-width: unset;
}

#product .rck-wedel.ptasie-mleczko .product-text__sweets--bar {
  right: 120px;
}

#product .rck-wedel.ptasie-mleczko .product-text__sweets--bar img {
  width: 133px;
}

#product .rck-wedel.scrunchie-xxl .product-text__name svg {
  max-width: 438px;
  margin-bottom: 15px;
}

@media (min-width: 1280px) {
  #product .rck-wedel.scrunchie-xxl .product-text__name svg {
    margin-bottom: 46px;
  }
}

#product .rck-wedel.scrunchie-xxl .wedel-accordion .btn-header-link {
  cursor: default;
}

#product .rck-wedel.scrunchie-xxl .wedel-accordion .btn-header-link::after {
  display: none !important;
}

@media (min-width: 1280px) {
  #product .rck-wedel.scrunchie-xxl .rck-wedel__info--left .info-text .title {
    width: 716px;
  }
}

#product .rck-wedel.oil .rck-wedel__product {
  min-height: 900px;
}

@media (min-width: 330px) {
  #product .rck-wedel.oil .rck-wedel__product {
    min-height: 800px;
  }
}

@media (min-width: 992px) {
  #product .rck-wedel.oil .rck-wedel__product {
    min-height: 900px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel.oil .rck-wedel__product {
    min-height: 620px;
  }
}

#product .rck-wedel.oil .product-text__name p {
  margin-top: 10px;
}

#product .rck-wedel.oil .product-text__name p:first-of-type {
  margin-top: 16px;
}

@media (min-width: 1280px) {
  #product .rck-wedel.oil .product-text__name p:first-of-type {
    margin-top: 34px;
  }
}

#product .rck-wedel.oil .pattern-top {
  right: -25%;
}

@media (min-width: 2400px) {
  #product .rck-wedel.oil .pattern-top {
    right: 0;
  }
}

@media (max-width: 1279px) {
  #product .rck-wedel.smoothing-conditioner .rck-wedel__product, #product .rck-wedel.express-conditioner .rck-wedel__product {
    min-height: 720px;
  }
}

#product .rck-wedel.smoothing-conditioner .product-text__name p:not(:first-of-type), #product .rck-wedel.express-conditioner .product-text__name p:not(:first-of-type) {
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  #product .rck-wedel.express-conditioner .rck-wedel__product {
    min-height: 800px;
  }
}

#product .rck-wedel.calendar .product-text__name p:not(:first-of-type) {
  margin-top: 10px;
}

#product .rck-wedel.calendar .wedel-accordion {
  scroll-margin-top: 100px;
}

@media (max-width: 991px) {
  #product .rck-wedel.calendar .rck-wedel__product {
    min-height: 670px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  #product .rck-wedel.calendar .rck-wedel__product {
    min-height: 770px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__product .product-text__name {
    margin-top: 24px;
  }
}

#product .rck-wedel.calendar .rck-wedel__product .product-text__name svg {
  max-width: 409px;
}

@media (max-width: 1279px) {
  #product .rck-wedel.calendar .rck-wedel__info {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__info--left .info-text {
    height: 100%;
  }
  #product .rck-wedel.calendar .rck-wedel__info--left .info-text .title {
    width: 660px;
  }
  #product .rck-wedel.calendar .rck-wedel__info--left .product-image-wrapper {
    display: flex;
    height: min-content;
    position: sticky;
    top: 110px;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__info--right .bar {
    height: 335px;
    width: auto;
    object-fit: contain;
    margin-right: 0;
    max-width: max-content;
    max-height: max-content;
    margin-top: -187px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1440px) {
  #product .rck-wedel.calendar .rck-wedel__info--right .bar {
    margin-left: auto;
    margin-right: unset;
  }
}

#product .rck-wedel.calendar .product-text .product-text__left--piece {
  display: block;
  right: 0;
}

#product .rck-wedel.calendar .product-text .product-text__left--piece img {
  width: 157px;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .product-text .product-text__left--piece img {
    width: 200px;
  }
}

#product .rck-wedel.calendar .product-text .product-text__left--piece-medium {
  width: fit-content;
  position: absolute;
  top: 259px;
  right: 61px;
  display: block;
}

#product .rck-wedel.calendar .product-text .product-text__left--piece-medium img {
  width: 106px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .product-text .product-text__left--piece-medium img {
    width: 160px;
  }
}

#product .rck-wedel.calendar .product-text .product-text__left--piece-bottom {
  display: block;
  width: fit-content;
  position: absolute;
  top: unset;
  bottom: 105px;
  right: 0;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .product-text .product-text__left--piece-bottom {
    bottom: 84px;
    right: -30px;
  }
}

@media (min-width: 1440px) {
  #product .rck-wedel.calendar .product-text .product-text__left--piece-bottom {
    bottom: 84px;
    right: -48px;
  }
}

#product .rck-wedel.calendar .product-text .product-text__left--piece-bottom img {
  width: 90px;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .product-text .product-text__left--piece-bottom img {
    width: 160px;
  }
}

#product .rck-wedel.calendar .product-text__right--piece {
  transform: rotate(0);
  left: 0;
  top: 40%;
}

#product .rck-wedel.calendar .product-text__right--piece img {
  width: 64px;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .product-text__right--piece img {
    width: 128px;
  }
}

#product .rck-wedel.calendar .card-header {
  scroll-margin-top: 80px;
}

#product .rck-wedel.calendar .product-text__sweets {
  background-image: url("../../../assets/wedel/images/pattern-calendar-mobile.png");
}

#product .rck-wedel.calendar .rck-wedel__bottom--text {
  display: none;
}

#product .rck-wedel.calendar .rck-wedel__bottom--header {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__bottom--header {
    width: 1288px;
    align-items: flex-start;
    justify-content: space-between;
  }
}

#product .rck-wedel.calendar .rck-wedel__bottom--header .calendar-content {
  max-width: calc(100wv - 32px);
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__bottom--header .calendar-content {
    max-width: 895px;
    margin-top: 52px;
  }
}

#product .rck-wedel.calendar .rck-wedel__bottom .calendar-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products {
    margin-top: 95px;
  }
}

#product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .pattern-left,
#product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .pattern-right {
  display: none;
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .pattern-left {
    display: block;
    left: 0;
    top: 40%;
    position: absolute;
    height: 1000px;
    width: calc(((100vw - 1288px) / 2) + 350px);
    background-image: url(../../../assets/wedel/images/pattern-info-desktop-right.svg);
    background-size: auto;
    background-position: top right;
    background-repeat: repeat-x;
  }
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .pattern-right {
    display: block;
    position: absolute;
    top: -10%;
    height: 1000px;
    right: 0;
    width: calc((100% - 1170px - 75px) / 2);
    background-image: url("../../../assets/wedel/images/pattern-info-desktop-right.svg");
    background-size: auto;
    background-position: top left;
    background-repeat: repeat-x;
  }
}

#product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image {
  width: 100%;
  max-width: calc(100vw - 32px);
  height: auto;
  object-fit: cover;
  z-index: 0;
}

#product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image.desktop {
  display: none;
}

@media (min-width: 768px) {
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image {
    max-width: calc(100vw - 200px);
  }
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image.mobile {
    display: none;
  }
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image.desktop {
    display: block;
  }
}

@media (min-width: 1280px) {
  #product .rck-wedel.calendar .rck-wedel__bottom .calendar-products .calendar-products-image {
    max-width: 1170px;
  }
}

#product .rck-wedel.mask .rck-wedel__product {
  min-height: 720px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  #product .rck-wedel.mask .rck-wedel__product {
    min-height: 780px;
  }
}

#product .rck-wedel__info--left .info-text .title,
#product .rck-wedel__bottom--header .text-wrapper .title,
#product .rck-wedel__bottom--header .text-wrapper .description {
  background: #BF9C73 -webkit-gradient(linear, left top, right top, from(#BF9C73), to(#C5AE98), color-stop(0.5, #fff)) 0 0 no-repeat;
  color: rgba(255, 255, 255, 0.3);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
  background-size: 150px;
}

@-webkit-keyframes shine {
  0%,
  10% {
    background-position: -800px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 800px;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 -28px 3px #99B900;
  }
  40% {
    box-shadow: 0 0 15px 3px #99B900;
  }
  60% {
    box-shadow: 0 0 15px 3px #99B900;
  }
  100% {
    box-shadow: 0 0 -28px 3px #99B900;
  }
}

#product .rck-wedel .rck-wedel__product .product-text__left::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 5s infinite;
  animation-delay: 0s;
  top: 57%;
  left: 25%;
}

#product .rck-wedel .rck-wedel__product .product-text__left > .product-text__left--piece::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 7s infinite;
  animation-delay: 0;
  top: 57%;
  left: 25%;
}

#product .rck-wedel .rck-wedel__product .product-text__left > .product-text__left--piece-medium::after,
#product .rck-wedel .rck-wedel__product .product-text__left .product-text__left--piece-small::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 3s infinite;
  animation-delay: 2s;
  top: 50px;
  left: 25%;
}

#product .rck-wedel .rck-wedel__product .product-text__left > .product-text__left--piece-bottom::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 5s infinite;
  animation-delay: 1s;
  top: 73px;
  left: -199%;
}

#product .rck-wedel .rck-wedel__product .product-text__right::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 6s infinite;
  animation-delay: 2s;
  top: 57%;
  left: 25%;
  animation-delay: 2s;
}

#product .rck-wedel .rck-wedel__product .product-text__right .product-text__right--piece::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 8s infinite;
  animation-delay: 0s;
  top: -150px;
  left: 68%;
}

#product .rck-wedel .rck-wedel__product .product-text__right .product-text__right--piece::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 4s infinite;
  animation-delay: 1s;
  top: -30%;
  left: 25%;
}

#product .rck-wedel .rck-wedel__product .product-text__sweets--bar::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 5s infinite;
  animation-delay: 0s;
  top: -196px;
  left: 18%;
}

#product .rck-wedel .rck-wedel__product .product-text__sweets--bar::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 8s infinite;
  animation-delay: 3s;
  top: -14px;
  left: -66%;
  animation-delay: 2s;
}

#product .rck-wedel .rck-wedel__info .pattern-left::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 3s infinite;
  animation-delay: 2s;
  top: 30px;
  left: 112px;
  animation-delay: 0s;
}

#product .rck-wedel .rck-wedel__info .pattern-left::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 10s infinite;
  animation-delay: 0s;
  top: 267px;
  left: 67px;
  animation-delay: 0s;
}

#product .rck-wedel .rck-wedel__info .pattern-right::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 7s infinite;
  animation-delay: 5s;
  top: 200px;
  left: 68px;
  animation-delay: 0s;
}

#product .rck-wedel .rck-wedel__info .pattern-right::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 5s infinite;
  animation-delay: 1s;
  top: 353px;
  left: 43px;
  animation-delay: 0s;
}

#product .rck-wedel .rck-wedel__bottom .left-pattern::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 4s infinite;
  animation-delay: 0s;
  top: 26%;
  left: 63%;
  animation-delay: 0s;
}

#product .rck-wedel .rck-wedel__bottom .left-pattern::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  animation: glow 5s infinite;
  animation-delay: 2.5s;
  top: 51%;
  left: 55%;
  animation-delay: 2.5s;
}
