/** Shopify CDN: Minification failed

Line 4950:34 Unexpected "/"

**/
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
}

.cwr-img {
  max-width: 100%;
  max-height: 100%;
}
.cwr-img.lazyload {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cwr-img.lazyloaded {
  opacity: 1;
}
.cwr-img[data-lazy] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cwr-img[src] {
  opacity: 1;
}

.cwr-container {
  width: 100%;
  max-width: 1276px;
  padding: 0 15px;
  margin: 0 auto;
}
.template-product .appstle-loyalty-widget-button-text,.template-product .loyalty_widget_available_points{
  height: auto !important;
  padding: 10px 20px;
}
.template-product .appstle-loyalty-widget-close-icon{
  margin-top: 0;
}
.template-product .appstle-loyalty-button{
  height: auto !important;
}
@media only screen and (max-width: 1199px) {
  .cwr-container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-container {
    max-width: 520px;
  }
  .template-product .appstle-loyalty-button{
    /* background: transparent; */
    border-radius: 8px;
  }
  .template-product .appstle-loyalty-widget-button-text,.template-product .loyalty_widget_available_points{
    padding: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .cwr-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.unstyled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cwr-ratio {
  position: relative;
}
.cwr-ratio > img,
.cwr-ratio > video {
  position: absolute;
}
.cwr-ratio > img.width-full,
.cwr-ratio > video.width-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.cwr-ratio > img.width-auto,
.cwr-ratio > video.width-auto {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwr-ratio--1 {
  padding-top: 100%;
}

.cwr-title {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 28px;
  letter-spacing: 0;
}
.cwr-title:last-child {
  margin-bottom: 0;
}
.cwr-title--1 {
  font-size: 48px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .cwr-title--1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-title--1 {
    font-size: 24px;
  }
}
.cwr-title--3 {
  font-size: 34px;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .cwr-title--3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-title--3 {
    font-size: 20px;
  }
}
.cwr-title--5 {
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .cwr-title--5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-title--5 {
    font-size: 14px;
  }
}
.cwr-title--6 {
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .cwr-title--6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-title--6 {
    font-size: 12px;
  }
}

.cwr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 112px;
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .cwr-btn {
    padding: 12px 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-btn {
    padding: 12px 28px;
    width: 100%;
  }
}
.cwr-btn > *:not(:last-child) {
  margin-right: 10px;
}
.cwr-btn__icon {
  position: relative;
  bottom: 3px;
}
.cwr-btn--primary {
  background: #2ac58d;
  color: #f7f5f4;
  border: 2px solid #2ac58d;
}
.cwr-btn--primary:hover {
  background: rgba(42, 197, 141, 0.8);
  color: #f7f5f4;
  box-shadow: 0 2px 10px 5px rgba(42, 197, 141, 0.2);
  border: 2px solid rgba(42, 197, 141, 0.8);
}
.cwr-btn--primary-outline {
  background: transparent;
  color: #2ac58d;
  border: 2px solid #2ac58d;
}
.cwr-btn--primary-outline:hover {
  background: #2ac58d;
  color: #f7f5f4;
  box-shadow: 0 2px 10px 5px rgba(42, 197, 141, 0.2);
  border: 2px solid #2ac58d;
}

button.cwr-btn {
  letter-spacing: 0;
  font-weight: 700 !important;
}

.cwr-landing-main .cwr-btn {
  text-transform: capitalize;
}

@media only screen and (min-width: 769px) {
  .cwr-landing-main .cwr-btn {
    padding: 12px 48px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  body.is-active-menu {
    overflow: hidden;
  }
}
body.is-active-menu .cwr-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
body.safari .cwr-btn__icon {
  bottom: 0;
}

.cwr-landing-page,
.cwr-pre-sale-without-product {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .cwr-landing-page,
  .cwr-pre-sale-without-product {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-landing-page,
  .cwr-pre-sale-without-product {
    font-size: 12px;
  }
}
.cwr-landing-page p,
.cwr-pre-sale-without-product p {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-landing-page p,
  .cwr-pre-sale-without-product p {
    font-size: 14px;
    margin: 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-landing-page p,
  .cwr-pre-sale-without-product p {
    font-size: 12px;
  }
}
.cwr-landing-page p:last-child,
.cwr-pre-sale-without-product p:last-child {
  margin-bottom: 0;
}
.cwr-landing-page b,
.cwr-landing-page strong,
.cwr-pre-sale-without-product b,
.cwr-pre-sale-without-product strong {
  font-weight: 600;
}
.cwr-landing-page svg,
.cwr-pre-sale-without-product svg {
  max-width: 100%;
  max-height: 100%;
}
.cwr-landing-page .content-main,
.cwr-pre-sale-without-product .content-main {
  padding: 0;
}
.cwr-landing-page .content-main > .overlay,
.cwr-pre-sale-without-product .content-main > .overlay {
  display: none;
}
.cwr-landing-page .bg-img55,
.cwr-pre-sale-without-product .bg-img55 {
  margin-top: 0;
}
@media (max-width: 600px) {
  .cwr-landing-page div#shopify-section-new-header,
  .cwr-pre-sale-without-product div#shopify-section-new-header {
    padding-bottom: 0;
  }
}
.cwr-landing-page .slick-slide.slick-current.slick-active,
.cwr-pre-sale-without-product .slick-slide.slick-current.slick-active {
  display: block;
}

.cwr-rating {
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  line-height: 0;
  font-size: 0;
  display: block;
}
.cwr-rating__star {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
  font-size: 0;
  max-width: 106px;
  display: inline-block;
  position: relative;
  bottom: 0.4rem;
}
@media only screen and (max-width: 1199px) {
  .cwr-rating__star {
    max-width: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-rating__star {
    max-width: 70px;
    bottom: 0.35rem;
  }
}
.cwr-rating__star * {
  line-height: 0;
  font-size: 0;
}
.cwr-rating__star > * {
  display: inline-block;
}
.cwr-rating__star > *:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .cwr-rating__star > *:not(:last-child) {
    margin-right: 2px;
  }
}
.cwr-rating__star > * svg,
.cwr-rating__star > * img {
  max-width: 18px;
  max-height: 18px;
}
@media only screen and (max-width: 1199px) {
  .cwr-rating__star > * svg,
  .cwr-rating__star > * img {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-rating__star > * svg,
  .cwr-rating__star > * img {
    width: 12px;
    height: 12px;
  }
}
.cwr-rating > *:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .cwr-rating > *:not(:last-child) {
    margin-right: 8px;
  }
}
.cwr-rating__text {
  display: inline-block;
}
.cwr-rating__text p {
  margin-bottom: 0;
}
.cwr-rating__text p b {
  font-weight: 600;
}

.cwr-hero {
  padding: 30px 0;
  position: relative;
  color: #5f3422;
  overflow-x: hidden;
  background-color: #f7f5f4;
}
@media only screen and (max-width: 767px) {
  .cwr-hero {
    padding: 20px 0;
    text-align: center;
  }
}
.cwr-hero--pre-sale {
  background-color: #ffffff;
  padding: 80px 0 115px;
}
@media only screen and (max-width: 1199px) {
  .cwr-hero--pre-sale {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero--pre-sale {
    padding: 24px 0 52px;
  }
}
.cwr-hero--pre-sale .cwr-title--3 {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cwr-hero--pre-sale .cwr-title--3 {
    font-size: 24px;
    font-weight: 600;
  }
}
.cwr-hero__logo {
  max-width: 314px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__logo {
    max-width: 200px;
  }
}
.cwr-hero *:not(.cwr-btn, p) {
  color: inherit;
}
.cwr-hero__row {
  display: flex;
  margin: 0 -13px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .cwr-hero__row {
    flex-direction: column-reverse;
  }
}
.cwr-hero__col {
  padding: 0 13px;
}
.cwr-hero__col--content {
  width: 42%;
}
@media only screen and (max-width: 991px) {
  .cwr-hero__col--content {
    width: 100%;
  }
}
.cwr-hero__col--content-pre-sale {
  width: 46%;
}
@media only screen and (max-width: 991px) {
  .cwr-hero__col--content-pre-sale {
    width: 100%;
  }
}
.cwr-hero__col--img {
  width: 58%;
}
@media only screen and (max-width: 991px) {
  .cwr-hero__col--img {
    width: 100%;
  }
}
.cwr-hero__col--img-pre-sale {
  width: 54%;
}
@media only screen and (max-width: 991px) {
  .cwr-hero__col--img-pre-sale {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero .cwr-rating {
    justify-content: center;
  }
}
.cwr-hero .cwr-rating__star {
  color: #fcb040;
}
.cwr-hero .cwr-rating__text p {
  color: inherit;
}
.cwr-hero__content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.cwr-hero__content > *:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-hero__content > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cwr-hero__content > *:not(:last-child).cwr-hero__logo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content > *:not(:last-child).cwr-hero__logo {
    margin: 0 auto 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content > .cwr-btn {
    margin-bottom: 8px;
  }
}
.cwr-hero__content p {
  color: #654538;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content p {
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content .cwr-title {
    margin-bottom: 14px;
  }
}
.cwr-hero__content--pre-sale > p {
  max-width: 465px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale > p {
    font-size: 14px;
  }
}
.cwr-hero__content--pre-sale .cta-wrapper {
  width: 91%;
}
@media only screen and (max-width: 1199px) {
  .cwr-hero__content--pre-sale .cta-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cta-wrapper {
    margin-top: 15px;
  }
}
.cwr-hero__content--pre-sale .cta-wrapper__btn .cwr-btn {
  width: 100%;
}
.cwr-hero__content--pre-sale .cwr-payment__text-text {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cwr-payment__text-text {
    font-size: 10px;
  }
}
.cwr-hero__content--pre-sale .cwr-payment__text-icon svg,
.cwr-hero__content--pre-sale .cwr-payment__text-icon img {
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cwr-payment__text-icon svg,
  .cwr-hero__content--pre-sale .cwr-payment__text-icon img {
    width: 10px;
    height: 10px;
  }
}
.cwr-hero__content--pre-sale .cwr-payment > *:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cwr-payment > *:not(:last-child) {
    margin-right: 5px;
  }
}
.cwr-hero__content--pre-sale .cwr-payment__list > *:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cwr-payment__list > *:not(:last-child) {
    margin-right: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero__content--pre-sale .cwr-payment__list img,
  .cwr-hero__content--pre-sale .cwr-payment__list svg {
    max-width: 23px;
  }
}
.cwr-hero__content--pre-sale .cwr-review {
  max-width: 490px;
}
@media only screen and (max-width: 767px) {
  .cwr-hero .cwr-check-list {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero .cwr-check-list__item {
    letter-spacing: -0.04em;
  }
}
.cwr-hero .cwr-check-list__item-icon {
  color: #f48120;
}
@media only screen and (max-width: 767px) {
  .cwr-hero .cwr-review {
    align-items: flex-start;
    text-align: left;
  }
}
.cwr-hero .cwr-review__content {
  color: #654538;
}
.cwr-hero .cwr-review__content * {
  color: inherit;
}
.cwr-hero .cwr-review__star {
  color: #fcb040;
}
.cwr-hero__img {
  margin-right: -80px;
}
@media only screen and (max-width: 1199px) {
  .cwr-hero__img {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-hero__img {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-hero__img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .cwr-hero__img {
    margin-right: -30px;
  }
}
.cwr-hero__img--pre-sale {
  margin-right: -57px;
  min-height: 100%;
}
@media (max-width: 1400px) {
  .cwr-hero__img--pre-sale {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-hero__img--pre-sale {
    margin: 30px 0 !important;
  }
}
.cwr-hero .cwr-payment {
  justify-content: center;
}
.cwr-hero .cwr-payment__text-text,
.cwr-hero .cwr-payment__text-icon {
  color: #654538;
}
.cwr-hero.cwr-content-wrap .cta-wrapper--pre-sale .cta-wrapper__label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .cwr-hero.cwr-content-wrap .cta-wrapper--pre-sale .cta-wrapper__label {
    margin-top: 16px;
  }
}
.cwr-hero.cwr-content-wrap .cta-wrapper--pre-sale .cta-wrapper__label P {
  color: #fcb040;
}
.cwr-hero.cwr-content-wrap .cta-wrapper--pre-sale .cwr-rating {
  justify-content: center;
}

.cwr-check-list > * {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-check-list > * {
    margin-bottom: 10px;
  }
}
.cwr-check-list > *:last-child {
  margin-bottom: 0;
}
.cwr-check-list__item {
  display: flex;
  align-items: center;
}
.cwr-check-list__item > *:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .cwr-check-list__item > *:not(:last-child) {
    margin-right: 6px;
  }
}
.cwr-check-list__item-text {
  text-transform: capitalize;
}
.cwr-check-list__item-icon {
  display: inline-flex;
}
@media only screen and (max-width: 1199px) {
  .cwr-check-list__item-icon svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-check-list__item-icon svg {
    width: 12px;
    height: 12px;
  }
}
.cwr-check-list--inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cwr-check-list--inline > * {
  margin-bottom: 6px;
}
.cwr-check-list--inline > *:not(:last-child) {
  margin-right: 14px;
}
.cwr-check-list--inline > *:last-child {
  margin-bottom: 6px;
}

.cwr-review {
  display: flex;
  align-items: center;
}
.cwr-review > *:not(:last-child) {
  margin-right: 22px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review > *:not(:last-child) {
    margin-right: 10px;
  }
}
.cwr-review__img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-review__img {
    width: 48px;
    height: 48px;
  }
}
.cwr-review__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cwr-review__content {
  color: #654538;
}
.cwr-review__content > * {
  color: inherit;
}
.cwr-review__content > *:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review__content > *:not(:last-child) {
    margin-bottom: 4px;
  }
}
.cwr-review__content p {
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review__content p {
    font-size: 12px;
  }
}
.cwr-review__content .cwr-title--6 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-review__content .cwr-title--6 {
    font-size: 10px;
  }
}
.cwr-review__star {
  display: flex;
  align-items: center;
}
.cwr-review__star > * {
  display: flex;
}
.cwr-review__star > *:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review__star > *:not(:last-child) {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .cwr-review__star > * svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-review__star > * svg {
    width: 12px;
    height: 12px;
  }
}
.cwr-review--testimonial-2 {
  flex-direction: column;
}
.cwr-review--testimonial-2 > *:not(:last-child) {
  margin-right: 0;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review--testimonial-2 > *:not(:last-child) {
    margin-bottom: 14px;
  }
}
.cwr-review--testimonial-2 .cwr-review__star {
  justify-content: center;
}
.cwr-review--testimonial-2 .cwr-review__star svg {
  color: #fcb040;
}
@media only screen and (max-width: 767px) {
  .cwr-review--testimonial-2 .cwr-review__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cwr-review--testimonial-2 .cwr-review__content > *:not(:last-child) {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review--testimonial-2 .cwr-review__content > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-review--testimonial-2 .cwr-review__content > *:not(:last-child) {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.cwr-review--testimonial-2 .cwr-review__content .cwr-title--6 {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review--testimonial-2 .cwr-review__content .cwr-title--6 {
    font-size: 16px;
  }
}
.cwr-review--testimonial-2 .cwr-review__img {
  width: 96px;
  height: 96px;
}
@media only screen and (max-width: 1199px) {
  .cwr-review--testimonial-2 .cwr-review__img {
    width: 70px;
    height: 70px;
  }
}

.cwr-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cwr-payment__text {
  display: flex;
  align-items: center;
}
.cwr-payment__text > * {
  display: flex;
}
.cwr-payment__text > *:not(:last-child) {
  margin-right: 5px;
}
.cwr-payment__text-text {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.cwr-payment > *:not(:last-child) {
  margin-right: 5px;
}
.cwr-payment__list {
  display: flex;
  align-items: center;
}
.cwr-payment__list > *:not(:last-child) {
  margin-right: 1px;
}

.cwr-announcement {
  background-color: #5d3428;
  padding: 11px 0;
  color: #f7f5f4;
  text-align: center;
}
.cwr-announcement * {
  color: inherit;
}
.cwr-announcement .cwr-title {
  margin-bottom: 0;
}

.cwr-header {
  padding: 50px 0;
  background-color: #f7f5f4;
}
@media only screen and (max-width: 1199px) {
  .cwr-header {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-header {
    padding: 12px 0;
  }
}
.cwr-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cwr-header__wrapper > *:not(.cwr-nav) {
  width: 330px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-header__wrapper > *:not(.cwr-nav) {
    width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-header__wrapper > *:not(.cwr-nav) {
    width: auto;
  }
}
.cwr-header__logo {
  max-width: 314px;
}
@media only screen and (max-width: 1199px) {
  .cwr-header__logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-header__logo {
    max-width: 180px;
  }
}
.cwr-header__right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .cwr-header__right {
    width: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-header__right {
    width: 40px !important;
  }
}
.cwr-header__cart {
  max-width: 32px;
}
@media only screen and (max-width: 767px) {
  .cwr-header__cart {
    max-width: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .cwr-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    background-color: #5f3422;
    padding: 20px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
  }
  .cwr-nav.is-active {
    transform: translateX(0);
  }
}
.cwr-nav__list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list {
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    align-items: stretch;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list > li {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list > li:first-child {
    padding-right: 40px;
  }
}
.cwr-nav__list > li:not(:last-child) {
  margin-right: 46px;
}
@media only screen and (max-width: 1199px) {
  .cwr-nav__list > li:not(:last-child) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list > li:not(:last-child) {
    margin-right: 0;
  }
}
.cwr-nav__list > li a {
  color: #654538;
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .cwr-nav__list > li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list > li a {
    color: #ffffff;
  }
}
.cwr-nav__list > li a:hover {
  color: rgba(101, 69, 56, 0.6);
}
@media only screen and (max-width: 991px) {
  .cwr-nav__list > li a:hover {
    color: #ffffff;
  }
}
.cwr-nav__close-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
}

.cwr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cwr-toggle-menu-btn {
  width: 30px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cwr-toggle-menu-btn {
    width: 26px;
  }
}
.cwr-toggle-menu-btn > span {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #5f3422;
  display: block;
}
.cwr-toggle-menu-btn__wrapepr {
  width: 50px !important;
}
@media only screen and (max-width: 767px) {
  .cwr-toggle-menu-btn__wrapepr {
    width: 40px !important;
  }
}

.cwr-parteners {
  padding: 30px 0 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  background-color: #f7f5f4;
}
@media only screen and (max-width: 767px) {
  .cwr-parteners {
    padding: 10px 0 20px;
  }
}
.cwr-parteners--pre-sale {
  padding: 35px 0 80px;
}
@media only screen and (max-width: 767px) {
  .cwr-parteners--pre-sale {
    padding: 20px 0 32px;
  }
}
.cwr-parteners__wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .cwr-parteners__wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cwr-parteners__title {
  width: 21%;
}
@media only screen and (max-width: 991px) {
  .cwr-parteners__title {
    width: 100%;
  }
}
.cwr-parteners__slider {
  width: 79%;
  margin: 0 -30px;
}
@media only screen and (max-width: 991px) {
  .cwr-parteners__slider {
    width: auto;
    margin: 0 -20px;
  }
}
.cwr-parteners__slide {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .cwr-parteners__slide {
    padding: 0 20px;
  }
}
.cwr-parteners__logo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 228px;
}
@media only screen and (max-width: 767px) {
  .cwr-parteners__logo {
    max-width: 140;
    height: 24px;
  }
}
.cwr-parteners__logo > img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto;
}
.cwr-parteners__title {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .cwr-parteners__title {
    padding-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cwr-parteners__title .cwr-title {
  margin-bottom: 0;
  color: #5f3422;
}

.bg-shape {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .bg-shape {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-shape {
    height: 15px;
  }
}
.bg-shape > img,
.bg-shape > svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}
.bg-shape--top {
  top: 0;
  transform: translateY(-100%);
}
.bg-shape--top > img,
.bg-shape--top > svg {
  bottom: 0;
}
.bg-shape--bottom {
  bottom: 0;
  transform: translateY(100%);
}
.bg-shape--bottom > img,
.bg-shape--bottom > svg {
  top: 0;
}
.bg-shape-wrapper {
  position: relative;
}

.cwr-steps {
  background-color: #ffffff;
  padding: 104px 0;
  text-align: center;
  color: #654538;
  counter-reset: steps-counter;
}
@media only screen and (max-width: 1199px) {
  .cwr-steps {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-steps {
    padding: 32px 0;
  }
}
.cwr-steps *:not(.cwr-btn) {
  color: inherit;
}
.cwr-steps--pre-sale .cwr-title--1 {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cwr-steps--pre-sale .cwr-title--1 {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cwr-steps--pre-sale .cwr-steps__title p {
  font-weight: 600;
}
.cwr-steps__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cwr-steps__col {
  width: 33.3333%;
  padding: 0 15px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .cwr-steps__col {
    width: 100%;
  }
}
.cwr-steps__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .cwr-steps__title {
    margin-bottom: 8px;
  }
}
.cwr-steps__title .cwr-title {
  color: #5f3422;
  margin-bottom: 10px;
}
.cwr-steps__title p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .cwr-steps__title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-steps__title p {
    font-size: 14px;
  }
}
.cwr-steps p {
  color: #654538;
}
.cwr-steps__col {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .cwr-steps__col {
    margin-top: 24px;
  }
}
.cwr-steps__col:first-child .cwr-steps__media-img > img {
  max-width: 140px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .cwr-steps__col:first-child .cwr-steps__media-img > img {
    max-width: 92px;
  }
}
.cwr-steps__box {
  max-width: 339px;
  margin: 0 auto;
}
.cwr-steps__media {
  position: relative;
}
.cwr-steps__media-img {
  width: 208px;
  height: 208px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f6f6f6;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .cwr-steps__media-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 34px;
  }
}
.cwr-steps__media-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cwr-steps__media::before {
  position: absolute;
  counter-increment: steps-counter;
  content: counter(steps-counter);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 32px;
  height: 32px;
  background-color: #5f3422;
  border-radius: 50%;
  color: #f7f5f4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.cwr-steps__content .cwr-title {
  line-height: 1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .cwr-steps__content .cwr-title--6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-steps__content p {
    font-size: 14px;
  }
}
.cwr-steps__wrapper {
  position: relative;
}
.cwr-steps__line {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .cwr-steps__line {
    top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-steps__line {
    display: none;
  }
}
.cwr-steps__line > * {
  width: 100%;
  height: auto;
}
.cwr-steps .cta-wrapper__label p {
  color: #fcb040;
}
.cwr-steps .cta-wrapper .cwr-rating {
  justify-content: center;
}
.cwr-steps .cta-wrapper .cwr-rating__star {
  color: #fcb040;
}
.cwr-steps .cta-wrapper .cwr-rating__text {
  color: #5f3422;
}
.cwr-steps .cta-wrapper .cwr-payment {
  justify-content: center;
}

.cwr-image-text {
  padding: 102px 0;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f7f5f4;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text {
    padding: 32px 0;
    text-align: center;
  }
}
.cwr-image-text--2 {
  padding: 100px 0 150px;
  color: #654538;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text--2 {
    padding: 70px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text--2 {
    padding: 30px 0 70px;
    text-align: center;
  }
}
.cwr-image-text *:not(.cwr-btn) {
  color: inherit;
}
.cwr-image-text__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__row {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-image-text__row--2 {
    margin: 0 -15px;
  }
}
.cwr-image-text__col {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__col {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__col {
    width: 100%;
  }
}
.cwr-image-text__col--media {
  width: 43%;
}
@media only screen and (max-width: 991px) {
  .cwr-image-text__col--media {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__col--media {
    margin-bottom: 0;
  }
}
.cwr-image-text__col--content {
  width: 57%;
}
@media only screen and (max-width: 991px) {
  .cwr-image-text__col--content {
    width: 100%;
    padding: 0 15px;
  }
}
.cwr-image-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__content {
    align-items: stretch;
  }
}
.cwr-image-text__content > *:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__content > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__content > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.cwr-image-text__content .cwr-title {
  max-width: 570px;
  color: #bda788;
}
@media only screen and (max-width: 575px) {
  .cwr-image-text__content .cwr-title {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__content p {
    font-size: 14px;
  }
}
.cwr-image-text__content .cwr-rating {
  justify-content: center;
}
.cwr-image-text__content .cwr-rating__star {
  color: #fcb040;
}
.cwr-image-text__content .cwr-rating__star > * svg {
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__content .cwr-rating__star > * svg {
    width: 12px;
    height: 12px;
  }
}
.cwr-image-text__content .cwr-rating__text p {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__content .cwr-rating__text p {
    font-size: 12px;
  }
}
.cwr-image-text__content--2 {
  max-width: 678px;
  margin-left: auto;
}
.cwr-image-text__content--2 > *:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__content--2 > *:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__content--2 > *:not(:last-child) {
    margin-bottom: 26px;
  }
}
.cwr-image-text__content--2 > *:first-child {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text__content--2 > *:first-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__content--2 > *:first-child {
    margin-bottom: 8px;
  }
}
.cwr-image-text__content--2 .cwr-title {
  max-width: 100%;
  color: #5f3422;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .cwr-image-text__content--2 .cwr-title {
    font-weight: 600;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-image-text__content--2 .cta-wrapper--pre-sale {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .cwr-image-text__content--2 .cta-wrapper--pre-sale {
    width: 100%;
  }
}
.cwr-image-text__content--2 .cta-wrapper--pre-sale .cta-wrapper__label {
  color: #fcb040;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .cwr-image-text__content--2 .cta-wrapper--pre-sale .cwr-payment {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list__item {
    font-size: 14px;
    text-align: left;
  }
}
.cwr-image-text .cwr-check-list__item-icon {
  color: #fcb040;
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list--image-text-2 {
    justify-content: center;
  }
}
.cwr-image-text .cwr-check-list--image-text-2 > li {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li {
    font-size: 12px;
  }
}
.cwr-image-text .cwr-check-list--image-text-2 > li:not(:last-child) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li:not(:last-child) {
    margin-right: 14px;
  }
}
.cwr-image-text .cwr-check-list--image-text-2 > li:nth-child(odd) {
  width: 52%;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li:nth-child(odd) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li:nth-child(odd) {
    width: auto;
    padding-right: 0;
  }
}
.cwr-image-text .cwr-check-list--image-text-2 > li:nth-child(even) {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .cwr-image-text .cwr-check-list--image-text-2 > li:nth-child(even) {
    width: auto;
  }
}
.cwr-image-text__img {
  min-height: 100%;
}
.cwr-image-text__img--2 {
  padding-top: 94%;
}
@media only screen and (max-width: 991px) {
  .cwr-image-text__img--2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-image-text__img--2 {
    width: 100%;
    padding-top: 91%;
  }
}

.cta-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cta-wrapper > *:not(:last-child) {
  margin-bottom: 10px;
}
.cta-wrapper--pre-sale .cta-wrapper__label {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cta-wrapper__label {
    margin-top: 30px;
  }
}
.cta-wrapper--pre-sale .cta-wrapper__label p {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .cta-wrapper--pre-sale .cta-wrapper__label p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cta-wrapper__label p {
    font-size: 14px;
  }
}
.cta-wrapper--pre-sale .cta-wrapper__btn .cwr-btn {
  min-width: 506px;
}
@media only screen and (max-width: 991px) {
  .cta-wrapper--pre-sale .cta-wrapper__btn .cwr-btn {
    min-width: auto;
  }
}
.cta-wrapper--pre-sale > *:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .cta-wrapper--pre-sale > *:not(:last-child) {
    margin-bottom: 3px;
  }
}
.cta-wrapper--pre-sale .cwr-rating__star {
  max-width: 82px;
}
@media only screen and (max-width: 1199px) {
  .cta-wrapper--pre-sale .cwr-rating__star {
    max-width: 70px;
  }
}
.cta-wrapper--pre-sale .cwr-rating__text p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-rating__text p {
    font-size: 12px;
  }
}
.cta-wrapper--pre-sale .cwr-payment > *:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-payment > *:not(:last-child) {
    margin-right: 4px;
  }
}
.cta-wrapper--pre-sale .cwr-payment__text-icon svg,
.cta-wrapper--pre-sale .cwr-payment__text-icon img {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-payment__text-icon svg,
  .cta-wrapper--pre-sale .cwr-payment__text-icon img {
    width: 10px;
    height: 10px;
  }
}
.cta-wrapper--pre-sale .cwr-payment__text-text {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-payment__text-text {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-payment__list > * {
    max-width: 23px;
    max-height: 15px;
  }
}
.cta-wrapper--pre-sale .cwr-payment__list > *:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .cta-wrapper--pre-sale .cwr-payment__list > *:not(:last-child) {
    margin-right: 1px;
  }
}

.cwr-about {
  padding: 100px 0;
  background-color: #ffffff;
  color: #654538;
}
@media only screen and (max-width: 1199px) {
  .cwr-about {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about {
    padding: 32px 0 26px;
  }
}
.cwr-about * {
  color: inherit;
}
.cwr-about__title {
  max-width: 755px;
  margin: 0 auto 72px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cwr-about__title {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about__title {
    margin: 0 auto 32px;
  }
}
.cwr-about__title .cwr-title {
  color: #5f3422;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-about__title .cwr-title {
    margin-bottom: 16px;
  }
}
.cwr-about__title p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .cwr-about__title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about__title p {
    font-size: 14px;
  }
}
.cwr-about__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cwr-about__row:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cwr-about__row:not(:last-child) {
    margin-bottom: 26px;
  }
}
.cwr-about__col {
  flex: 0 0 auto;
  padding: 0 15px;
}
.cwr-about__col--media {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .cwr-about__col--media {
    width: 100%;
  }
}
.cwr-about__col--content {
  width: 51.5%;
}
@media only screen and (max-width: 767px) {
  .cwr-about__col--content {
    width: 100%;
  }
}
.cwr-about__media {
  padding-top: 61%;
  border-radius: 14px;
  overflow: hidden;
  min-height: 100%;
}
@media only screen and (max-width: 575px) {
  .cwr-about__media {
    padding-top: 100%;
  }
}
.cwr-about__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  min-height: 100%;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .cwr-about__content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about__content {
    padding: 30px 0;
  }
}
.cwr-about__content > * {
  width: 100%;
  max-width: 478px;
}
@media only screen and (max-width: 767px) {
  .cwr-about__content > * {
    max-width: 100%;
  }
}
.cwr-about__content > *:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .cwr-about__content > *:not(:last-child) {
    margin-bottom: 6px;
  }
}
.cwr-about__content .cwr-title--5 {
  color: #5f3422;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .cwr-about__content .cwr-title--5 {
    font-size: 18px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about__content > p {
    font-size: 14px;
  }
}
.cwr-about__content .cwr-review__star {
  color: #fcb040;
}
.cwr-about__content .cwr-review__star > * {
  width: 14px;
  height: 14px;
}
.cwr-about__content .cwr-review__img {
  width: 88px;
  height: 88px;
}
@media only screen and (max-width: 767px) {
  .cwr-about__content .cwr-review__content .cwr-title--6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-about__content .cwr-review > *:not(:last-child) {
    margin-right: 20px;
  }
}

.slick-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  min-height: auto;
  top: 50%;
  margin: 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 16px;
    height: 16px;
  }
}
.slick-arrow.slick-disabled::before {
  opacity: 1;
}
.slick-arrow::before {
  width: 100%;
  height: 100%;
  font-family: monospace;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #5f3422 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .slick-arrow::before {
    font-size: 11px !important;
  }
}
.slick-arrow:hover::before {
  color: #5f3422 !important;
  background-color: #ffffff !important;
}
.slick-arrow.slick-prev {
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-next {
  transform: translate(50%, -50%);
}

.form--product-details > *:not(:last-child) {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .form--product-details > *:not(:last-child) {
    margin-bottom: 12px;
  }
}
.form--product-details > .cwr-rating {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .form--product-details > .cwr-rating {
    margin-bottom: 5px;
  }
}
.form--product-details > .cwr-check-list {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .form--product-details > .cwr-check-list {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .form--product-details > p {
    font-size: 14px;
  }
}
.form--product-details-pre-sale > .cwr-rating {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .form--product-details-pre-sale > .cwr-rating {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form--product-details-pre-sale > .cwr-rating {
    justify-content: flex-start !important;
  }
}
.form__field--select-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form__group--dog-size,
.form__group--frequency {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (max-width: 767px) {
  .form__group--dog-size,
  .form__group--frequency {
    margin: 0 -2px;
  }
}
.form__group--dog-size > *,
.form__group--frequency > * {
  padding: 0 4px;
  margin-top: 8px;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .form__group--dog-size > *,
  .form__group--frequency > * {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .form__group--dog-size > *,
  .form__group--frequency > * {
    padding: 0 2px;
    width: 25%;
  }
}
.form__group--frequency > * {
  width: 50%;
}
.form__input--check {
  display: none;
}
.form__input--check:checked + label {
  border: 2px solid #5f3422;
  background: #5f3422;
  color: #ffffff;
}
.form__input--check:checked + label .form__label-title,
.form__input--check:checked + label .form__label-text {
  color: #ffffff;
}
.form__input--check:checked + .form__label--check-frequency::before {
  background-color: #ffffff;
  outline: 2px solid #ffffff;
}
.form__input--select-product {
  display: none;
}
.form__input--select-product:checked + label {
  border-color: #fcb040;
}
.form__input--select-product-extra:checked + label::before {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M7.49992 0.333496C3.82659 0.333496 0.833252 3.32683 0.833252 7.00016C0.833252 10.6735 3.82659 13.6668 7.49992 13.6668C11.1733 13.6668 14.1666 10.6735 14.1666 7.00016C14.1666 3.32683 11.1733 0.333496 7.49992 0.333496ZM10.6866 5.46683L6.90659 9.24683C6.81325 9.34016 6.68659 9.3935 6.55325 9.3935C6.41992 9.3935 6.29325 9.34016 6.19992 9.24683L4.31325 7.36016C4.11992 7.16683 4.11992 6.84683 4.31325 6.6535C4.50659 6.46016 4.82659 6.46016 5.01992 6.6535L6.55325 8.18683L9.97992 4.76016C10.1733 4.56683 10.4933 4.56683 10.6866 4.76016C10.8799 4.9535 10.8799 5.26683 10.6866 5.46683Z' fill='%232AC58D'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.form__label {
  margin-bottom: 0;
}
.form__label--check {
  border-radius: 8px;
  border: 2px solid #bda788;
  background: #ffffff;
  color: #5f3422;
  text-align: center;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  line-height: normal;
  padding: 4px 25px;
  width: 100%;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .form__label--check {
    padding: 4px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .form__label--check {
    border-width: 1px;
  }
}
.form__label--check-pre-sale {
  background: #f7f5f4;
}
.form__label--check > *:not(:last-child) {
  margin-bottom: 5px;
}
.form__label--check .form__label-title {
  color: #5f3422;
  font-size: 18px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .form__label--check .form__label-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .form__label--check .form__label-title {
    font-size: 13px;
  }
}
.form__label--check .form__label-text {
  color: #654538;
  font-size: 14px;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .form__label--check .form__label-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .form__label--check .form__label-text {
    font-size: 10px;
  }
}
.form__label--check:hover {
  border: 2px solid #5f3422;
  background: #5f3422;
  color: #ffffff;
}
.form__label--check:hover .form__label-title,
.form__label--check:hover .form__label-text {
  color: #ffffff;
}
.form__label--check-frequency {
  text-align: left;
  position: relative;
  padding-left: 40px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .form__label--check-frequency {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.form__label--check-frequency::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  outline: 2px solid rgba(95, 52, 34, 0.5);
  outline-offset: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .form__label--check-frequency::before {
    width: 10px;
    height: 10px;
  }
}
.form__label--check-frequency:hover::before {
  background-color: #ffffff;
  outline: 2px solid #ffffff;
}
.form__label--select-product {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 6px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form__label--select-product:hover {
  border-color: #fcb040;
}
.form__label--select-product-extra {
  border: 0;
}
.form__label--select-product-extra::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #bda788;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dog-size__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.dog-size-guide {
  position: relative;
}
.dog-size-guide__button {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #5f3422;
  font-size: 14px;
  font-weight: 500 !important;
  text-decoration-line: underline;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
  background-color: transparent;
  letter-spacing: 0;
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  .dog-size-guide__button {
    font-size: 12px;
  }
}
.dog-size-guide__button-icon {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .dog-size-guide__button-icon {
    display: none;
  }
}
.dog-size-guide__button:hover {
  text-decoration: none;
}
.dog-size-guide__button > *:not(:last-child) {
  margin-right: 8px;
}
.dog-size-guide__button svg {
  margin: 0 !important;
}
.dog-size-guide__popup {
  position: absolute;
  border: 1.5px solid #bda788;
  border-radius: 5px;
  background-color: #f7f5f4;
  padding: 20px 28px;
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% + 10px));
  z-index: 5;
  width: 395px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .dog-size-guide__popup {
    padding: 16px;
    width: 280px;
  }
}
.dog-size-guide__popup.is-active {
  opacity: 1;
  visibility: visible;
}
.dog-size-guide__popup::before {
  content: "";
  width: 16px;
  height: 16px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #bda788;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translate(0, -50%) rotate(45deg);
  background-color: #f7f5f4;
}
.dog-size-guide__popup-close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #5f3422;
  display: flex;
  cursor: pointer;
}
.dog-size-guide__popup-table {
  color: #654538;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .dog-size-guide__popup-table {
    font-size: 16px;
  }
}
.dog-size-guide__popup-table th {
  color: #5f3422;
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid rgba(189, 167, 136, 0.2);
}
@media only screen and (max-width: 1199px) {
  .dog-size-guide__popup-table th {
    padding: 4px 0 16px;
  }
}
.dog-size-guide__popup-table th:first-child {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .dog-size-guide__popup-table th:first-child {
    width: 60%;
  }
}
.dog-size-guide__popup-table th:nth-child(2) {
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .dog-size-guide__popup-table th:nth-child(2) {
    width: 40%;
  }
}
.dog-size-guide__popup-table td {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .dog-size-guide__popup-table td {
    font-size: 14px;
  }
}
.dog-size-guide__popup-table td svg,
.dog-size-guide__popup-table td img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  .dog-size-guide__popup-table td svg,
  .dog-size-guide__popup-table td img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
.dog-size-guide__popup-table td span {
  text-transform: lowercase;
}
.dog-size-guide__popup-table td span::first-letter {
  text-transform: uppercase;
}
.dog-size-guide__popup-table tr:nth-child(1) td {
  padding-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .dog-size-guide__popup-table tr:nth-child(1) td {
    padding-top: 16px;
  }
}
.dog-size-guide__popup-table tr:last-child td {
  padding-bottom: 0;
}

.frequency-product {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .frequency-product {
    margin-top: 6px;
  }
}
.frequency-product__row {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.frequency-product__col {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 4px;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .frequency-product__col {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .frequency-product__col {
    width: 100%;
    margin-top: 4px;
  }
}

.cwr-product-card {
  padding: 14px 10px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cwr-product-card {
    padding: 8px;
  }
}
.cwr-product-card--frequency-product {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product {
    padding-bottom: 6px;
    padding: 6px;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product .cwr-product-card__content {
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product
    .cwr-product-card__content
    > *:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product .cwr-product-card__content-main {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
  }
}
.cwr-product-card--frequency-product
  .cwr-product-card__content-main
  > *:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product
    .cwr-product-card__content
    .cwr-product-card__save-price {
    padding: 6px 5px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card--frequency-product .cwr-product-card__media {
    margin-right: 6px;
    padding-top: 0;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #f6f6f6;
    border-radius: 2px;
    flex-shrink: 0;
  }
}
.cwr-product-card__content > *:not(:last-child) {
  margin-bottom: 4px;
}
.cwr-product-card__content .cwr-product-card__price {
  color: #654538;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-card__content .cwr-product-card__price {
    font-size: 12px;
  }
}
.cwr-product-card__content .cwr-product-card__save-price {
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #f7f5f4;
  color: #5f3422;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.07;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-card__content .cwr-product-card__save-price {
    font-size: 12px;
    padding: 6px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card__content .cwr-product-card__save-price {
    border-radius: 4px;
    text-align: center;
    padding: 10px 5px;
    width: 100%;
  }
}
.cwr-product-card__content .cwr-product-card__save-price b {
  font-weight: 700;
}
.cwr-product-card__title {
  color: #654538;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
}
.cwr-product-card__title * {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cwr-product-card__title * {
    display: inline-block;
  }
}
.cwr-product-card__badge {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 10px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-card__badge {
    font-size: 10px;
    padding: 4px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-card__badge {
    position: static;
    font-size: 12px;
    border-radius: 24px;
    width: auto;
  }
}
.cwr-product-card__media {
  padding-top: 50%;
  margin-bottom: 10px;
}
.cwr-product-card__price strike {
  font-weight: 600;
}

.cwr-product-feature__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-feature__row {
    margin: 0 -10px;
  }
}
.cwr-product-feature__col {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-feature__col {
    padding: 0 10px;
  }
}
.cwr-product-feature__icon {
  width: 72px;
  height: 72px;
  position: relative;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-feature__icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-feature__icon {
    width: 44px;
    height: 44px;
  }
}
.cwr-product-feature__icon--pre-sale {
  width: 88px;
  height: 88px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-feature__icon--pre-sale {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-feature__icon--pre-sale {
    width: 44px;
    height: 44px;
  }
}
.cwr-product-feature__icon--pre-sale > img,
.cwr-product-feature__icon--pre-sale > svg {
  width: 88px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-feature__icon--pre-sale > img,
  .cwr-product-feature__icon--pre-sale > svg {
    width: auto;
  }
}
.cwr-product-feature__icon > img,
.cwr-product-feature__icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwr-product-feature__box .cwr-title--6 {
  text-align: center;
  color: #654538;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-feature__box .cwr-title--6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-feature__box .cwr-title--6 {
    font-size: 10px;
  }
}

.cwr-product-details {
  padding: 100px 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details {
    padding: 30px 0 50px;
    text-align: center;
  }
}
.cwr-product-details--pre-sale {
  padding: 140px 0;
  background-image: none !important;
  background-color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details--pre-sale {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale {
    padding: 110px 0 50px;
  }
}
.cwr-product-details--pre-sale .cwr-product-details__media-wrapepr {
  top: 110px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale .cwr-product-details__media-wrapepr {
    position: static;
  }
}
.cwr-product-details--pre-sale .cwr-product-details__content .cwr-title--1 {
  font-weight: 500;
  font-size: 34px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details--pre-sale .cwr-product-details__content .cwr-title--1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale .cwr-product-details__content .cwr-title--1 {
    font-size: 16px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale
    .cwr-product-details__content
    .cwr-check-list__item {
    letter-spacing: -0.04em;
  }
}
.cwr-product-details--pre-sale
  .cwr-product-details__content
  .cwr-check-list__item-icon {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale
    .cwr-product-details__content
    .cwr-check-list--inline
    > *:not(:last-child) {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details--pre-sale .dog-size-guide__button-icon {
    display: flex;
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.cwr-product-details__logo {
  max-width: 314px;
  margin: 0 auto 45px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__logo {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__logo {
    max-width: 200px;
    margin: 0 auto 24px;
  }
}
.cwr-product-details__media-wrapepr {
  position: sticky;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__media-wrapepr {
    position: static;
  }
}
.cwr-product-details__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 1440px) {
  .cwr-product-details__row {
    margin: 0 -15px;
  }
}
.cwr-product-details__col {
  flex: 0 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 1440px) {
  .cwr-product-details__col {
    padding: 0 15px;
  }
}
.cwr-product-details__col--media {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__col--media {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cwr-product-details__col--details {
  width: 51%;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__col--details {
    width: 100%;
  }
}
.cwr-product-details__main-slider {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__main-slider {
    margin-bottom: 8px;
  }
}
.cwr-product-details__main-slider .slick-arrow::before {
  font-size: 21px !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #5f3422 !important;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__main-slider .slick-arrow::before {
    font-size: 11px !important;
  }
}
.cwr-product-details__main-slider .slick-arrow:hover::before {
  color: #5f3422 !important;
  background-color: #ffffff !important;
}
.cwr-product-details__main-slide {
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__main-img.cwr-ratio--1 {
    padding-top: 81%;
  }
}
.cwr-product-details__nav-slider {
  margin: 0 -4px;
}
.cwr-product-details__nav-slide {
  padding: 0 4px;
}
.cwr-product-details__nav-img {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cwr-rating {
    justify-content: center;
  }
}
.cwr-product-details__content .cwr-rating__star {
  color: #fcb040;
}
.cwr-product-details__content .cwr-rating__text {
  color: #5f3422;
}
.cwr-product-details__content .cwr-rating__text * {
  color: inherit;
}
.cwr-product-details__content .cwr-title--1 {
  color: #5f3422;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cwr-check-list {
    justify-content: center;
  }
}
.cwr-product-details__content .cwr-check-list--inline > *:not(:last-child) {
  margin-right: 55px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__content .cwr-check-list--inline > *:not(:last-child) {
    margin-right: 30px;
  }
}
.cwr-product-details__content .cwr-check-list__item-icon {
  color: #fcb040;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cwr-check-list__item-icon {
    display: none;
  }
}
.cwr-product-details__content .cwr-check-list__item-text {
  color: #5f3422;
}
.cwr-product-details__content p {
  color: #654538;
}
.cwr-product-details__content .cta-wrapper {
  width: 100%;
}
.cwr-product-details__content .cta-wrapper .cwr-btn {
  width: 100%;
}
.cwr-product-details__content .cta-wrapper .cwr-payment {
  justify-content: center;
}
.cwr-product-details__content .cta-wrapper .cwr-payment__text {
  color: #654538;
}
.cwr-product-details__content .cta-wrapper .cwr-payment__text-icon svg {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cta-wrapper .cwr-payment__text-icon svg {
    max-width: 10px;
    max-height: 10px;
  }
}
.cwr-product-details__content .cta-wrapper .cwr-payment__text-text {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__content .cta-wrapper .cwr-payment__text-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cta-wrapper .cwr-payment__text-text {
    font-size: 10px;
  }
}
.cwr-product-details__content .cta-wrapper .cwr-payment__list svg {
  width: 34px;
  height: 22px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__content .cta-wrapper .cwr-payment__list svg {
    max-width: 23px;
    max-height: 15px;
  }
}
.cwr-product-details__content
  .cta-wrapper
  .cwr-payment__list
  > *:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content
    .cta-wrapper
    .cwr-payment__list
    > *:not(:last-child) {
    margin-right: 1px;
  }
}
.cwr-product-details__content .cwr-review {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__content .cwr-review {
    align-items: flex-start;
  }
}
.cwr-product-details__content .cwr-review__star {
  color: #fcb040;
}
.cwr-product-details__subtitle {
  color: #5f3422;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: normal;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__subtitle {
    font-size: 14px;
  }
}
.cwr-product-details__frequency-title {
  margin-bottom: 2px;
}
.cwr-product-details__benefits {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__benefits {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cwr-product-details__benefits-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cwr-product-details__benefits-row > *:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__benefits-row > *:not(:last-child) {
    margin-right: 20px;
  }
}
.cwr-product-details__benefits-box {
  display: flex;
  align-items: center;
}
.cwr-product-details__benefits-box > *:not(:last-child) {
  margin-right: 10px;
}
.cwr-product-details__benefits-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(189, 167, 136, 0.2);
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__benefits-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__benefits-icon > img,
  .cwr-product-details__benefits-icon > svg {
    max-width: 16px;
    max-height: 16px;
  }
}
.cwr-product-details__benefits-title {
  color: #5f3422;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-details__benefits-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__benefits-title {
    max-width: 120px;
  }
}
.cwr-product-details__extra-product .cwr-title {
  margin-bottom: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product .cwr-title {
    margin-bottom: 12px;
    line-height: 16px;
  }
}
.cwr-product-details__extra-product-slider {
  margin: 0 -4px;
}
.cwr-product-details__extra-product-slider .slick-arrow {
  width: 24px;
  height: 24px;
  top: -40px;
  bottom: auto;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product-slider .slick-arrow {
    width: 16px;
    height: 16px;
    top: -28px;
  }
}
.cwr-product-details__extra-product-slider .slick-arrow::before {
  font-size: 14px !important;
  border-color: #bda788 !important;
  background-color: #bda788 !important;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product-slider .slick-arrow::before {
    font-size: 10px !important;
  }
}
.cwr-product-details__extra-product-slider .slick-arrow:hover::before {
  color: #bda788 !important;
  background-color: #ffffff !important;
}
.cwr-product-details__extra-product-slider .slick-arrow.slick-next {
  transform: none;
  right: 4px;
}
.cwr-product-details__extra-product-slider .slick-arrow.slick-prev {
  transform: none;
  right: 32px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product-slider .slick-arrow.slick-prev {
    right: 28px;
  }
}
.cwr-product-details__extra-product-slider .slick-track {
  display: flex;
  margin-left: 0;
}
.cwr-product-details__extra-product-slide {
  padding: 0 4px;
  position: relative;
  height: inherit;
}
.cwr-product-details__extra-product-slide img {
  height: auto;
}
.cwr-product-details__extra-product-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cwr-product-details__extra-product-slide.slick-active
  + .slick-active
  + .slick-active
  + .slick-slide::before {
  background: linear-gradient(270deg, #fff 35.94%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product-slide.slick-active
    + .slick-active
    + .slick-slide::before {
    background: linear-gradient(
      270deg,
      #fff 35.94%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}
.cwr-product-details__extra-product .cwr-product-card {
  border: 2px solid #fcb040;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product .cwr-product-card {
    border: 1px solid #fcb040;
  }
}
.cwr-product-details__extra-product .cwr-product-card__media {
  padding-top: 54%;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product .cwr-product-card__media {
    padding-top: 46%;
  }
}
.cwr-product-details__extra-product .cwr-product-card__title {
  font-size: 14px;
  font-weight: 500;
  max-width: 137px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product .cwr-product-card__title {
    font-size: 12px;
  }
}
.cwr-product-details__extra-product .cwr-product-card__price {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cwr-product-details__extra-product .cwr-product-card__price {
    font-weight: 500;
  }
}
.cwr-product-details__extra-product .cwr-product-card__save-price {
  display: inline-block;
}

.cwr-media-content {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .cwr-media-content {
    padding: 30px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-media-content {
    padding: 20px 0 30px;
  }
}
.cwr-media-content .cwr-container {
  position: relative;
  z-index: 1;
}
.cwr-media-content .curve-bg-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cwr-media-content__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__row {
    justify-content: center;
  }
}
.cwr-media-content__col {
  flex: 0 0 auto;
  padding: 0 15px;
}
.cwr-media-content__col--content {
  width: 68%;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__col--content {
    width: 100%;
  }
}
.cwr-media-content__col--media {
  width: 32%;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__col--media {
    width: 50%;
  }
}
.cwr-media-content__content {
  max-width: 798px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__content {
    padding: 0;
  }
}
.cwr-media-content__content .cwr-title {
  color: #bda788;
}
.cwr-media-content__content .cwr-title--1 {
  font-weight: 500;
  max-width: 755px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content .cwr-title--1 {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
  }
}
.cwr-media-content__content > .cwr-title--6 {
  color: #f7f5f4;
  margin-bottom: 0;
  line-height: 1;
  text-transform: lowercase;
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content > .cwr-title--6 {
    text-align: center;
    line-height: 1.3;
  }
}
.cwr-media-content__content > .cwr-title--6::first-letter {
  text-transform: uppercase;
}
.cwr-media-content__content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__content-row {
    margin: 0 -15px;
  }
}
.cwr-media-content__content-col {
  padding: 0 27px;
  width: 50%;
  margin-top: 34px;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__content-col {
    padding: 0 15px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content-col {
    width: 100%;
    margin-top: 14px;
  }
}
.cwr-media-content__content-box .cwr-title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content-box .cwr-title {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content-box .cwr-title--6 {
    font-size: 16px;
  }
}
.cwr-media-content__content-box p {
  color: #f7f5f4;
}
@media only screen and (max-width: 575px) {
  .cwr-media-content__content-box p {
    font-size: 14px;
  }
}
.cwr-media-content__media {
  padding-top: 177%;
  border-radius: 16px;
  overflow: hidden;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__media {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-media-content__media {
    margin-bottom: 10px;
  }
}
.cwr-media-content__media-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background-color: #f7f5f4;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  color: #2ac58d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__media-btn {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__media-btn img,
  .cwr-media-content__media-btn svg {
    max-width: 30px;
    max-height: 30px;
  }
}
.cwr-media-content__media-btn > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwr-media-content__media-btn-pause {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cwr-media-content__media-btn.is-active .cwr-media-content__media-btn-pause {
  opacity: 0;
}
.cwr-media-content__media-btn.is-active .cwr-media-content__media-btn-play {
  opacity: 1;
}
.cwr-media-content__media-btn-play {
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cwr-media-content__media-btn-play > * {
  width: 5px;
  height: 30px;
  margin: 0 4px;
  background-color: #2ac58d;
  display: inline-block;
}
.cwr-media-content__dog {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 133px;
  transform: translateY(calc(-100% - 33px));
}
@media only screen and (max-width: 991px) {
  .cwr-media-content__dog {
    transform: translateY(calc(-100% - 26px));
  }
}
@media only screen and (max-width: 767px) {
  .cwr-media-content__dog {
    display: none;
  }
}
.cwr-media-content__dog > img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.curve-bg-bottom {
  position: relative;
  overflow: hidden;
}
.curve-bg-bottom::before {
  content: "";
  width: 600vw;
  height: 600vw;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.curve-bg-bottom--secondary::before {
  background-color: #5f3422;
}
.curve-bg-bottom--tertiary::before {
  background-color: #fcb040;
}

.cwr-product-characteristic {
  padding: 50px 0;
  background-color: #f7f5f4;
  color: #654538;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-characteristic {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic .cwr-container {
    max-width: 520px;
  }
}
.cwr-product-characteristic__title {
  max-width: 567px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-characteristic__title {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__title {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__title {
    margin: 0 auto;
    max-width: 287px;
  }
}
.cwr-product-characteristic__title .cwr-title {
  text-align: center;
}
.cwr-product-characteristic__title .cwr-title--1 {
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__title .cwr-title--1 {
    font-weight: 600;
    margin-bottom: 8px;
  }
}
.cwr-product-characteristic__title .cwr-title--6 {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__title .cwr-title--6 {
    font-size: 14px;
  }
}
.cwr-product-characteristic *:not(.cwr-title) {
  color: inherit;
}
.cwr-product-characteristic .cwr-title {
  color: #5f3422;
}
.cwr-product-characteristic__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}
.cwr-product-characteristic__col {
  padding: 0 12px;
  flex: 0 0 auto;
}
.cwr-product-characteristic__col--content {
  width: 36%;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__col--content {
    width: 100%;
    order: 2;
  }
}
.cwr-product-characteristic__col--media {
  width: 28%;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__col--media {
    width: 64%;
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content > * {
    margin-top: 20px;
  }
}
.cwr-product-characteristic__content > *:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-characteristic__content > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content > *:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content--1 .cwr-product-characteristic__box {
    flex-direction: column-reverse;
  }
}
.cwr-product-characteristic__content--1
  .cwr-product-characteristic__box:first-child {
  left: 35px;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content--1
    .cwr-product-characteristic__box:first-child {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content--2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cwr-product-characteristic__content--2
  .cwr-product-characteristic__box:first-child {
  right: 35px;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__content--2
    .cwr-product-characteristic__box:first-child {
    right: 0;
  }
}
.cwr-product-characteristic__box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__box {
    flex-direction: column;
  }
}
.cwr-product-characteristic__box-content {
  flex: 1 1 auto;
}
.cwr-product-characteristic__box-content > *:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__box-content > *:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__box-content .cwr-title--6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic__box-content p {
    font-size: 14px;
  }
}
.cwr-product-characteristic__box-img {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  position: relative;
  background-color: #fcb040;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__box-img {
    margin-bottom: 12px;
  }
}
.cwr-product-characteristic__box-img > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwr-product-characteristic__box > *:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-characteristic__box > *:first-child {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__box > *:first-child {
    margin-right: 0;
  }
}
.cwr-product-characteristic__img {
  position: relative;
}
.cwr-product-characteristic__img::before {
  content: "";
  position: absolute;
  width: 148%;
  height: 109%;
  border-radius: 50%;
  border-bottom: 0;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/cdn/shop/files/cwr-product-characteristic-curve.png?v=1697781168");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .cwr-product-characteristic__img::before {
    width: 168%;
    height: 152%;
  }
}
@media only screen and (max-width: 991px) {
  .cwr-product-characteristic__img::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-product-characteristic .bg-shape {
    height: 40px;
  }
}

.cwr-ingredients-2 {
  padding: 150px 0;
  background-color: #ffffff;
  color: #654538;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cwr-ingredients-2 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2 {
    padding: 80px 0;
  }
}
.cwr-ingredients-2 *:not(.cwr-btn) {
  color: inherit;
}
.cwr-ingredients-2__title {
  max-width: 922px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1199px) {
  .cwr-ingredients-2__title {
    margin: 0 auto 4px;
  }
}
.cwr-ingredients-2__title .cwr-title--1 {
  margin-bottom: 13px;
  color: #5f3422;
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__title .cwr-title--1 {
    margin-bottom: 8px;
  }
}
.cwr-ingredients-2__title .cwr-title--6 {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__title .cwr-title--6 {
    font-size: 14px;
  }
}
.cwr-ingredients-2__wrapper {
  max-width: 1098px;
  margin: 0 auto;
}
.cwr-ingredients-2__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 1199px) {
  .cwr-ingredients-2__row {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__row {
    margin: 0 -10px;
  }
}
.cwr-ingredients-2__col {
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 0 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .cwr-ingredients-2__col {
    margin-top: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__col {
    margin-top: 20px;
    padding: 0 10px;
    width: 50%;
  }
}
.cwr-ingredients-2__box {
  max-width: 334px;
  margin: 0 auto;
}
.cwr-ingredients-2__img {
  width: 174px;
  height: 174px;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 50%;
  margin: 0 auto 18px;
}
@media only screen and (max-width: 991px) {
  .cwr-ingredients-2__img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__img {
    margin: 0 auto 14px;
  }
}
.cwr-ingredients-2__img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwr-ingredients-2__content > *:not(:last-child) {
  margin-bottom: 8px;
}
.cwr-ingredients-2__content .cwr-title {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cwr-ingredients-2__content .cwr-title--6 {
    font-size: 16px;
  }
}
.cwr-ingredients-2 .cta-wrapper__label {
  color: #fcb040;
}
.cwr-ingredients-2 .cwr-rating {
  justify-content: center;
}
.cwr-ingredients-2 .cwr-rating__star {
  color: #fcb040;
}
.cwr-ingredients-2 .cwr-rating__text {
  color: #5f3422;
}
.cwr-ingredients-2 .cwr-payment {
  justify-content: center;
}

.cwr-testimonial-2 {
  padding: 60px 0 100px;
  position: relative;
  color: #5f3422;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .cwr-testimonial-2 {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .cwr-testimonial-2 {
    padding: 30px 0 65px;
  }
}
.cwr-testimonial-2 .curve-bg-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cwr-testimonial-2 *:not(.cwr-btn) {
  color: inherit;
}
.cwr-testimonial-2 .cwr-container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2 .bg-shape--top {
    height: 40px;
  }
}
.cwr-testimonial-2__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .cwr-testimonial-2__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__title {
    margin-bottom: 24px;
  }
}
.cwr-testimonial-2__title > *:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__title > *:not(:last-child) {
    margin-bottom: 8px;
  }
}
.cwr-testimonial-2__title .cwr-rating {
  justify-content: center;
}
.cwr-testimonial-2__wrapper {
  max-width: 1186px;
  margin: 0 auto;
}
.cwr-testimonial-2__slider {
  margin: 0 -15px;
}
.cwr-testimonial-2__slider .slick-track {
  display: flex;
}
.cwr-testimonial-2__slider .slick-arrow {
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .cwr-testimonial-2__slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.cwr-testimonial-2__slider .slick-arrow::before {
  font-size: 28px !important;
  border: 2px solid #5f3422 !important;
}
@media only screen and (max-width: 1440px) {
  .cwr-testimonial-2__slider .slick-arrow::before {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__slider .slick-arrow::before {
    font-size: 18px !important;
  }
}
.cwr-testimonial-2__slider .slick-arrow.slick-prev {
  left: -27px;
}
@media only screen and (max-width: 1440px) {
  .cwr-testimonial-2__slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__slider .slick-arrow.slick-prev {
    left: 50%;
    top: 100%;
    transform: translate(calc(-100% - 8px), 30px);
  }
}
.cwr-testimonial-2__slider .slick-arrow.slick-next {
  right: -27px;
}
@media only screen and (max-width: 1440px) {
  .cwr-testimonial-2__slider .slick-arrow.slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__slider .slick-arrow.slick-next {
    right: 50%;
    top: 100%;
    transform: translate(calc(100% + 8px), 30px);
  }
}
.cwr-testimonial-2__slide {
  padding: 72px 15px 22px;
  height: inherit;
}
.cwr-testimonial-2__card {
  background-color: #ffffff;
  padding: 40px 32px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  color: #654538;
}
@media only screen and (max-width: 1199px) {
  .cwr-testimonial-2__card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__card {
    padding: 20px;
  }
}
.cwr-testimonial-2__card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  height: calc(100% + 44px);
  z-index: -1;
  background-color: #5f3422;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__card::before {
    width: calc(100% - 30px);
    height: calc(100% + 34px);
  }
}
.cwr-testimonial-2__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -72px);
  width: 100px;
  height: 100px;
  z-index: -1;
  background-color: #5f3422;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 40 30' fill='none'%3E%3Cpath d='M36.4045 2.42647C38.6517 4.85294 40 7.5 40 11.9118C40 19.1886 35.0092 25.6816 27.8501 29.3591C27.0859 29.7516 26.1595 29.4933 25.6644 28.7913C25.0428 27.9099 25.3399 26.6875 26.2484 26.1062C32.1674 22.3187 33.521 17.8092 33.9326 14.7794C32.809 15.4412 31.236 15.6618 29.6629 15.4412C25.618 15 22.4719 11.9118 22.4719 7.72059C22.4719 5.73529 23.3708 3.75 24.7191 2.20588C26.2921 0.661765 28.0899 0 30.3371 0C32.809 0 35.0562 1.10294 36.4045 2.42647ZM13.9326 2.42647C16.1798 4.85294 17.5281 7.5 17.5281 11.9118C17.5281 19.1886 12.5373 25.6816 5.37815 29.3591C4.61403 29.7516 3.68758 29.4933 3.19248 28.7913C2.57086 27.9099 2.86802 26.6875 3.77649 26.1062C9.69548 22.3187 11.0491 17.8092 11.4607 14.7794C10.3371 15.4412 8.76405 15.6618 7.19101 15.4412C3.14607 15 0 11.6912 0 7.72059C0 5.73529 0.898876 3.75 2.24719 2.20588C3.82023 0.661765 5.61798 0 7.86517 0C10.3371 0 12.5843 1.10294 13.9326 2.42647Z' fill='white'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2__card::after {
    width: 85px;
    height: 85px;
    background-size: 34px;
    transform: translate(-50%, -60px);
  }
}
.cwr-testimonial-2__card .cwr-review__content {
  color: #654538;
}
.cwr-testimonial-2 .cta-wrapper .cwr-rating {
  justify-content: center;
}
.cwr-testimonial-2 .cta-wrapper .cwr-payment {
  justify-content: center;
}
.cwr-testimonial-2 .cta-wrapper .cwr-payment__text {
  color: #654538;
}
@media only screen and (max-width: 767px) {
  .cwr-testimonial-2 .cta-wrapper--pre-sale .cta-wrapper__label {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .cwr-about__col--content.mobile_order {
    order: 2;
  }
} /*# sourceMappingURL=cwr-custom.css.map */

#vsl-1 .content-main,
#vsl-1-short .content-main,
#offer-1 .content-main,
#offer-1-short .content-main {
  padding: 0;
}
@media (max-width: 767px) {
  .section-template--18051084681466__custom_liquid_B9A8yJ-padding {
    padding-top: calc(30px * 0.75) !important;
    padding-bottom: calc(30px * 0.75) !important;
  }
}

.cwr-product-details__extra-product .cwr-product-card-new {
  display: flex;
  min-width: 330px;
  box-shadow: 0 0 6.32px #b1b1b14d;
  border-radius: 6px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 160px;
  background-color: #fff;
  max-width: 335px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__media {
  background: #ffede7;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  width: 100px;
  height: 100%;
  max-width: 100px;
  overflow: hidden;
  min-width: 100px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__media
  img {
  position: absolute;

  left: 50%;
  transform: translate(-50%, -50%);
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__content {
  width: calc(100% - 100px);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__tag {
  background: #ffede7;
  border-radius: 6px;
  padding: 5px 5px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__tag
  span {
  font-size: 10px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__desc
  p {
  font-size: 12px !important;
  font-weight: 600;
  color: #5c3520;
  text-align: left;
  margin: 0px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__pricewrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__price {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px !important;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__save-price {
  background-color: transparent;
  font-size: 11px !important;
  color: #a1a2aa;
  font-weight: 500;
  text-decoration: line-through;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__save-price
  b {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__price
  p {
  font-size: 1px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__addbutton-icon
  button {
  border: 1.26px solid #652e1c;
  border-radius: 36px;
  width: 80px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10a80e;
  padding: 0px;
  height: 30px;
  font-weight: 500 !important;
  min-height: 30px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__addbutton-icon
  button
  span {
  width: 17px;
  height: 17px;
  background: #10a80e;
  border-radius: 100%;
  color: #fff;
  line-height: 1.1;
  font-size: 16px;
  position: relative;
  text-align: center;
  margin-right: 7px;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__addbutton-icon
  button.add_variant.active
  .not_added {
  display: none;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__addbutton-icon
  button
  .added {
  display: none;
}

.cwr-product-details__extra-product
  .cwr-product-card-new
  .cwr-product-card__addbutton-icon
  button.add_variant.active
  .added {
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  background: transparent;
}

button.add_variant.active {
  border: 1.26px solid #10a80e !important;
  background-color: #10a80e;
  color: #fff !important;
}

.cwr-product-card-discount_lable {
  position: absolute;
  right: 0;
  top: -32px;
  background: #10a80e;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 70px;
  height: 33px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.cwr-product-details__extra-product .cwr-product-details__extra-product-slide {
  margin-top: 35px;
}

.cwr-product-details__extra-product .slick-dots li.slick-active button:before {
  background-color: #4e4e4e;
}

.cwr-product-details__extra-product .slick-dots li button:before {
  background-color: #d9d9d9;
  width: 6px;
  height: 6px;
  border: transparent;
  left: 0;
}

.cwr-product-details__extra-product .slick-dots li {
  height: 10px;
  width: 10px;
}

.cwr-product-details__extra-product .slick-dots li button {
  height: 6px;
  width: 6px;
}

.cwr-product-details__extra-product {
  margin-bottom: 70px !important;
  margin-top: 20px;
}

.cwr-product-details__extra-product .slick-dots {
  bottom: -70px;
}

@media (min-width: 992px) and (max-width: 1220px) {
  .cwr-product-details__extra-product .cwr-product-card-new {
    min-width: 250px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__price {
    font-size: 12px !important;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button {
    width: 60px;
    font-size: 10px;
    min-height: 25px;
    height: 25px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button
    span {
    width: 14px;
    height: 14px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cwr-product-details__extra-product .cwr-product-card-new {
    min-width: 250px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__content {
    width: calc(100% - 70px);
    padding: 15px 10px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__media {
    width: 100px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__price {
    font-size: 13px !important;
    font-weight: 700;
    margin-bottom: 0px !important;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button {
    width: 60px;
    font-size: 10px;
    height: 25px;
    min-height: 25px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button
    span {
    width: 13px;
    height: 13px;
    font-size: 12px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__save-price {
    padding: 5px 5px;
  }
}

@media (max-width: 767px) {
  .section-template--18039860232442__custom_liquid_B9A8yJ-padding {
    padding-top: calc(30px * 0.75) !important;
    padding-bottom: calc(30px * 0.75) !important;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__content {
    width: calc(100% - 70px);
    padding: 15px 10px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__media {
    width: 100px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__price {
    font-size: 12px !important;
    font-weight: 700;
    margin-bottom: 0px !important;
  }

  .cwr-product-details__extra-product .cwr-product-card-new {
    min-width: 250px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__media
    img {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button {
    width: 60px;
    font-size: 10px;
    height: 25px;
    min-height: 25px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__addbutton-icon
    button
    span {
    width: 13px;
    height: 13px;
    font-size: 12px;
  }

  .cwr-product-details__extra-product
    .cwr-product-card-new
    .cwr-product-card__save-price {
    padding: 5px 5px;
  }

  .section-template--18082122531066__custom_liquid_B8gjXm-padding {
    padding-top: calc(30px * 0.75) !important;
    padding-bottom: calc(30px * 0.75) !important;
  }
}

#landing-product .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new,
#landing-product-v2 .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new,
#landing-2 .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new,
#new-landing .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new,
#landing-product-3 .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new,
#landing-product-4 .cwr_review_wrapper .cwr_review_inner .cta-wrapper-new
{
  display: none;
}

.cwr-product-details a.ratings-start {
  display: block;
}

.cwr-product-details a.ratings-start img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.cwr-product-details .cwr-rating__star {
  bottom: -2px;
}

/* appstle customer portal css */

#appstleSubscriptionCustomerPortal {
  padding: 25px 20px;
  margin-top: 60px;
  background-color: #f3f4f6;
}

.appstle-wrapper :is(.as-text-sm) {
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
}

.appstle-wrapper .appstle_order-detail_update-button {
  padding-left: 0;
  font-family: Montserrat, sans-serif !important;
  color: #333;
  font-weight: 500 !important;
}

.appstle-wrapper .appstle_order-detail_update-button svg,
.appstle-wrapper.appstle_contract_see_more
  .appstle_order-detail_update-button
  svg {
  margin-right: 0 !important;
  margin-left: -30px !important;
  position: relative !important;
}

.appstle-wrapper .as-variant,
.appstle-wrapper .as-quantity,
.appstle-wrapper .as-price,
.appstle-wrapper .as-product-title,
.appstle-wrapper .as-sub-total-wrapper .as-subtotal,
.appstle-wrapper .as-delivery-price-wrapper .as-delivery-price,
.appstle-wrapper .appstle-contract-total .as-label {
  font-size: 15px !important;
  line-height: 20px !important;
}

.appstle-wrapper .appstle_order-detail_update-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appstle_manageSubBtn .btn {
  font-weight: 500 !important;
  padding: 2px 0px !important;
  color: #a94400;
}

#customer_orders.spaced-row-top {
  word-break: keep-all;
}

#account .reading-width {
  max-width: 100% !important;
  margin: 0 35px;
}

.btn_logout {
  background-color: #a94400;
  padding: 10px !important;
  color: #ffffff;
}

div#rc_login {
  display: none !important;
}

#customer_register_link {
  color: #a94400;
  letter-spacing: 2px;
  text-decoration: underline !important;
  line-height: 1.5 !important;
}

@media (max-width: 991px) {
  #customer_orders.spaced-row-top {
    overflow: scroll;
  }

  #account .reading-width {
    margin: 0;
  }

  .appstle-wrapper .as-customer-info {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .appstle-wrapper .appstle_order-detail_update-button {
    padding-left: 25px;
  }

  .appstle-wrapper .app-main.appstle-customer-portal {
    padding-left: 0;
    padding-right: 0;
  }

  .appstle-wrapper .appstle-contract-action-wrapper,
  .appstle-wrapper .appstle-contract-cancel-and-detail-wrapper {
    align-items: flex-start !important;
  }
}

/* landing product page fixes */

.cwr-compare-wrapper.cwr-compare-wrapper,
.cwr-steps.cwr-steps {
  display: unset;
}

@media (min-width: 768px) {
  .cwr-parteners .bg-shape .cwr-img.cwr-img {
    display: unset !important;
  }
}

.form__group--frequency {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  margin-top: 8px;
  padding: 0
}

@media only screen and (max-width: 767px) {
  .form__group--frequency {
    gap: 4px;
    margin: 0;
    margin-top: 8px;
  }

  #landing-product-np .cwr-hero__img{
    margin-right: 0;
  }

  .cwr-hero {
    margin-top: 80px;
  }
}

.form__group--frequency > .form__field {
  width: 100%;
  display: flex;
  height: 100%;
  margin: 0;
  align-items: center;
}

.form__group--frequency .form__label--check-frequency {
  height: 100%;
  display: flex;
  align-items: center;
}

lp-font-size-test page css start */


#lp-fontsize-test .cwr-landing-page .content-main{
  padding: 0;
}
#lp-fontsize-test,
#lp-fontsize-test P{
  font-family: Montserrat, sans-serif;
}


#lp-fontsize-test .cwr-landing-page .usp-main{
  display: none !important;
}

#lp-fontsize-test #shopify-section-cwr-header{
  position: relative;
  top: 0;
}

#lp-fontsize-test .content-main{
  padding: 0px;
}

#lp-fontsize-test #announcement_bar .announcement__inner{
  letter-spacing: 0px;
}

#lp-fontsize-test .cwr_review_inner .cta-wrapper-new{
  display: none;
}
@media only screen and (max-width: 767px) {  
  #lp-fontsize-test #announcement_bar .announcement__inner{
      font-size: 14px;
  }

  #lp-fontsize-test .cwr-hero{
    padding: 20px 0;
  }
 
  #lp-fontsize-test #shopify-section-cwr-header{
    top: 0;
    position: fixed;
  }  

  #lp-fontsize-test p,
  #lp-fontsize-test{
    font-size: 18px;
  }

  #lp-fontsize-test .moneyback_content p,
  #lp-fontsize-test .ingredients_info_wrapper .ingredients_details_wrap .info p,
  #lp-fontsize-test .cwr_faq .accordion-faq-main .panel p,
  #lp-fontsize-test .direction_detail_wrpper .detail_block .text_wrap p,
  #lp-fontsize-test .cwr_facts_inner .cwr_facts_content .cwr_info p,
  #lp-fontsize-test .footer_wrapper .footer_innerwrap .footer_content p,
  #lp-fontsize-test .cwr-announcement__wrapper .cwr-title--6{
    font-size: 18px;
  }

  #lp-fontsize-test .cwr-title--1 {
    font-size: 18px;
  }
  #lp-fontsize-test .cwr-btn,
  #lp-fontsize-test .cwr-parteners__title .cwr-title,
  #lp-fontsize-test .cwr-about__content .cwr-title--5,
  #lp-fontsize-test .ingredients_wrapper .info h2,
  #lp-fontsize-test .cwr_facts_inner .cwr_facts_content .cwr_info h2,
  #lp-fontsize-test .cwr_facts_inner .cwr_facts_content .cwr_fact_info .cwr_fact_block h2,
  #lp-fontsize-test .cwr_testimonial_inner h2.title,
  #lp-fontsize-test .testimonial_info h2,
  #lp-fontsize-test .dd-use-inner .details h2,
  #lp-fontsize-test .cwr_review_wrapper h2.title,
  #lp-fontsize-test .mobile_title,
  #lp-fontsize-test .form__label--check .form__label-title,
  #lp-fontsize-test .cwr_faq .product_heading h2,
  #lp-fontsize-test .footer-main__col h6,
  #lp-fontsize-test  .footer-main__col a {
    font-size: 18px;
  }

  #lp-fontsize-test .form__label--check .form__label-title,
  #lp-fontsize-test .cwr-product-details__content .cwr-product-card__title,  
  #lp-fontsize-test .cwr-product-card__content .cwr-product-card__price,
  #lp-fontsize-test .cwr-product-card__content .cwr-product-card__save-price{
    font-size: 15px;
  }

  #lp-fontsize-test .form--product-details>.cwr-rating{
    margin-bottom: 10px;
  }

  #lp-fontsize-test .cwr-product-details__content .cwr-check-list__item-icon{
    display: block;
  }
  
  #lp-fontsize-test .cwr-product-details .cwr-rating__star{
    margin: 0 0 10px 0;
  }

  #lp-fontsize-test .cwr-product-details .cwr-hero__img{
    margin-bottom: 12px !important;
  }

  #lp-fontsize-test .cwr-product-details__content .cwr-rating__text p,
  #lp-fontsize-test .cwr-product-details__content .cwr-product-details__subtitle{
    font-size: 18px;
  }

  #lp-fontsize-test .cwr-product-details__col--media{
    margin-bottom: 20px !important;
  }

  #lp-fontsize-test .cwr-image-text .cwr-check-list__item{
    font-size: 18px;
  }

  #lp-fontsize-test .cwr-about__content .cwr-review__content .cwr-title--6,
  #lp-fontsize-test .cwr-review__content .cwr-title--6{
    font-size: 14px;
  }

  #lp-fontsize-test .ingredients_wrapper .ingredients_inner{
    align-items: flex-start
  }

  #lp-fontsize-test .cwr_faq .accordion-faq-main .accordion_faq{
    font-size: 18px;
  }
  #lp-fontsize-test  .cwr-product-details__extra-product .cwr-product-card-new .cwr-product-card__desc p,
  #lp-fontsize-test  .cwr-product-details__extra-product .cwr-product-card-new .cwr-product-card__price{
    font-size: 15px !important;
  }

  #lp-fontsize-test .cwr-product-details__extra-product .cwr-product-card-new .cwr-product-card__save-price b,
  .cwr-product-details__extra-product .cwr-product-card-new .cwr-product-card__tag span{
    font-size: 14px;
  }

  #lp-fontsize-test .form__label--check .form__label-text{
    font-size: 15px;
  }

  #lp-fontsize-test .cwr-announcement__wrapper .cwr-title{
    font-size: 14px;
  }

  #lp-fontsize-test .cwr_review_inner .cta-wrapper-new{
    display: none;
  }

  #lp-fontsize-test .cwr-product-details__extra-product .cwr-product-card-new{
    max-width: 100%;
  }

}


#announcement_bar .announcement__inner {
    font-size: 16px;
    color: #5d3428;
    font-weight: 600;
    letter-spacing: 0px;
}
/* Landingpage css 06-02-25 start */
@media (max-width: 767px) {  
  .announcement .announcement__inner,
  #announcement_bar .announcement__inner{
    font-size: 12px;
    letter-spacing: 0px;
  }    
}


@media only screen and (max-width: 780px) {
  #shopify-section-cwr-header{
    top: 37px !important;
  }
}
