* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.product {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.product__image {
  flex: 0 auto;
  max-width: 540px;
  margin-right: 20px;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.thumbnails {
  display: flex;
  margin: 15px auto 0;
  padding: 0;
  justify-content: space-between;
  gap: 10px;
}

.thumbnail {
  max-width: 97px;
  flex: 25%;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.prices {
  flex: 1 40%;
  width: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.prices__title {
  font-weight: 800;
  font-size: 2.5rem;
  color: #5f5e5e;
}

.prices__form {
  text-align: center;
}

.prices__saleprice {
  font-weight: 800;
  font-size: 1.7rem;
  margin-bottom: 7px;
}
.prices__discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.prices__full {
  color: #999;
  font-size: 18px;
}
.prices__discount-percent {
  font-size: 1rem;
  color: red;
  font-weight: 600;
}

.select {
  color: #000;
  background-color: transparent;
  border: 1px solid #cbcbcc;
  width: 100%;
  padding: 13px 30px;
  font-weight: 700;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.prices__form input[type="radio"] {
  display: none;
}
.prices__form input[type="radio"]:checked + .select {
  background-color: #d6eeff;
  border: 1px solid #67befc;
}

.prices__form input[type="radio"]:checked + .select .select__radio {
  border: none;
  background-color: #67befc;
  background-image: url(../img/checkmark.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.prices__form input[type="radio"]:checked + .select .select__radio--green {
  background-color: #2fb72f;
}
.prices__form input[type="radio"]:checked + .select .select__radio--red {
  background-color: #fc2526;
}

.select__radio {
  width: 22px;
  height: 22px;
  border: 2px solid #cbcbcc;
  margin-right: 15px;
  border-radius: 50%;
}

.select__radio--green {
  border: 2px solid #2fb72f;
}
.select__radio--red {
  border: 2px solid #fc2526;
}

.select__amount {
  flex: 1;
  margin: 0;
}

.select__prices {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select__discounted-price {
  margin-right: 10px;
  text-decoration: line-through;
  color: #cbcbcc;
}

.select__sale-price {
  color: #2fb72f;
}
.select__sale-price--red {
  color: #fc2526;
}
.select.select--subscr {
  flex-direction: column;
  padding: 0;
}
.select--subscr > div {
  padding: 13px 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.select--subscr > div.select__subs-duration {
  border-top: 2px solid #cbcbcc;
  display: none;
}
.select__subs-duration > span {
  margin-right: 15px;
}
.prices__form input[type="radio"]:checked + .select .select__subs-duration {
  display: flex;
}

.prices__cta {
  border-radius: 50px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 800;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 25px;
  background-color: #c29958;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  border: none;
  margin-bottom: 14px;
}
.prices__note {
  display: inline-block;
  margin: 0 auto 8px;
  font-size: 0.9rem;
  color: #b1b1b3;
  padding-left: 15px;
  text-align: center;
  background: url(../img/icon-lock.png) 0% 50% no-repeat;
}

.prices__info {
  display: flex;
  align-items: stretch;
}

.prices__item {
  flex: 50%;
  padding-left: 50px;
  background: url(../img/icon-money-back.png) no-repeat;
  text-align: left;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
}

.prices__item:last-child {
  background: url(../img/icon-free-delivery.png) no-repeat;
}

/* COMMON */
.common-title {
  font-weight: 800;
  font-size: 35px;
  color: #c09845;
  text-align: center;
  margin: 1em 0 0.3em;
}
.common-title--main {
  font-size: 45px;
  margin-bottom: 50px;
}
.common-title > span {
  color: #000;
  font-weight: 700;
}
h4.common-title {
  font-size: 28px;
}
.common-subtitle {
  font-size: 32px;
  text-align: center;
}
.common-title--main + .common-subtitle {
  font-size: 24px;
  font-weight: 700;
}
.center {
  text-align: center;
}
.main {
  padding: 0 15px;
}
.main__container {
  max-width: 1110px;
  margin: 0 auto;
}

/* PRODUCT ARTICLE */
.product-article {
  border-top: 1px solid rgba(85, 85, 85, 0.25);
  max-width: 1110px;
  margin: 0 auto;
}
.product-article__text {
  max-width: 900px;
  margin: 0 auto;
}
.product-article__text > ul,
.product-article__text > ol,
.product-article__text p {
  font-size: 19px;
  line-height: 1.7;
  color: #555555;
}
.product-article__text p {
  margin: 0.8em 0;
}
h2.common-title + .product-article__text p {
  margin-top: 0;
}
.product-article__text > ul {
  padding: 0;
  padding-left: 15px;
  margin: 0;
}
.product-article__text > ul > li {
  padding-left: 5px;
}
.product-article__text > ul > li::marker {
  content: "\2713";
  font-size: 1.1em;
}
.product-article__text > ul > li:not(:last-child) {
  margin-bottom: 0.8em;
}
.product-article__image > img {
  max-width: 100%;
}

/* OFFER CARDS */
.offer-cards {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.offer-card {
  max-width: 348px;
  border: 1px solid #c09845;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgb(192 152 69 / 54%);
  margin: 20px 10px;
}
.offer-card__header {
  font-weight: 800;
  color: #ffffff;
  font-size: 40px;
  background-color: #54595f;
  margin: 0;
  text-align: center;
  padding: 20px 0;

  position: relative;
  overflow: hidden;
}
.offer-card__body {
  padding: 0 16px 16px;
}
.offer-card__bottles {
  text-align: center;
}
.offer-card__bottles > img {
  max-width: 100%;
}
.offer-card__info {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 1.7;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-card__info > li {
  padding: 0.75em 0;
}
.offer-card__info > li:not(:last-child) {
  border-bottom: 1px solid rgba(85, 85, 85, 0.25);
}
.offer-card__btn {
  text-align: center;
}
.offer-card__btn > .add-to-cart-btn {
  font-weight: 600;
  font-size: 23px;
  border-radius: 10px;
  margin: 25px 0;
  min-width: 150px;
  color: #fff;
  padding: 10px 25px;
  background-color: #c29958;
  border: none;
  cursor: pointer;
}
.offer-card__btn > .add-to-cart-btn:hover {
  background-color: #222222;
}
.offer-card__most-popular {
  background-color: #61ce70;
  text-align: center;
  color: #2fb72f;
  font-size: 32px;
  font-weight: 800;
  padding: 10px 0;
  border-bottom: 1px solid #c09845;
}
.offer-card__best-price {
  background-color: #f40000;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  width: 100%;

  position: absolute;
  transform: rotate(45deg) translate(-3%, 50%);
  right: -44%;
}

/* FAQs */
.faq {
  margin-top: 48px;
  border-top: 1px solid rgba(85, 85, 85, 0.25);
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.25);
}
.faq > .common-title {
  margin: 48px 0 36px;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid rgba(85, 85, 85, 0.25);
}
.faq-item__btn {
  font-family: "Mulish", sans-serif;
  background: none;
  border: none;
  width: 100%;
  padding: 15px 50px 15px 20px;
  text-align: left;
  font-size: 19px;
  color: #212529;

  position: relative;
  cursor: pointer;
}
.faq-item__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #2e3236;
  border-left: 1px solid #2e3236;
  transform: rotate(-45deg) translateY(-100%);

  position: absolute;
  top: 50%;
  right: 20px;

  transition: 0.3s ease;
}
.faq-item__btn:focus {
  box-shadow: 0 0 0 0.25rem #c29958;
}
.faq-item__btn.collapsed {
  color: #c09845;
  background-color: rgba(192, 152, 69, 0.31);
}
.faq-item__btn.collapsed::after {
  transform: rotateX(180deg) rotate(-45deg) translate(-50%, -50%);
  border-color: #1a6be2;
}
.faq-item__body {
  padding: 20px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;

  display: none;
}

/* REFERENCES */
.references {
  padding: 16px 15px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.25);
}
.references__container {
  max-width: 900px;
  margin: 0 auto;
}
.references__container > p {
  word-wrap: break-word;
  color: #555555;
  line-height: 1.5;
}
.references__disclaimer {
  text-align: center;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #000;
  color: #555;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.7;
}

/* RELATED PRODUCTS */
.related-product {
  text-align: center;
  border: none;
}
.related__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #222222;
  line-height: 1.5;
}
.related-product {
  margin-top: 36px;
}
.related-product__image {
  max-width: 261px;
  width: 100%;
}
.related-product__name {
  color: #222222;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
  display: block;

  transition: 0.3s ease;
}
.related-product__name:hover {
  color: #c29958;
}
.related-product__price {
  color: #c29958;
  font-weight: 600;
  font-size: 21px;

  margin: 8px 0 12px;
}
.related-product__btn {
  color: #fff;
  background-color: #c29958;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 30px;
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 5%);
  display: inline-block;
}
.splide--related .splide__arrow {
  background: none;
  opacity: 0;
  transition: 0.5s ease;
}
.splide--related .splide__arrow svg {
  transition: 0.5s ease;
}
.splide--related .splide__arrow--prev {
  left: 2em;
}
.splide--related .splide__arrow--next {
  right: 2em;
}
.splide--related .splide__arrow svg {
  width: 40px;
  height: 40px;
}
.splide--related:hover .splide__arrow {
  opacity: 1;
}
.splide--related:hover .splide__arrow--prev {
  left: 1em;
}
.splide--related:hover .splide__arrow--next {
  right: 1em;
}
.splide--related .splide__arrow:hover svg {
  fill: #c29958;
}

@media screen and (max-width: 1200px) {
  .product__image {
    max-width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .product {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product__image {
    margin-right: 0;
  }
  .prices {
    max-width: 690px;
  }
}
@media screen and (max-width: 900px) {
  .offer-card__header {
    font-size: 32px;
  }
  .offer-card__info {
    font-size: 17px;
  }
  .offer-card__most-popular {
    font-size: 24px;
  }
  .offer-card__best-price {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .offer-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .offer-cards form:nth-child(1) {
    order: 3;
  }
  .offer-cards form:nth-child(2) {
    order: 1;
  }
  .offer-cards form:nth-child(3) {
    order: 2;
  }
  .splide--related .splide__arrow {
    opacity: 1;
  }
  .splide--related .splide__arrow--prev {
    left: 1em;
  }
  .splide--related .splide__arrow--next {
    right: 1em;
  }
}

@media screen and (max-width: 600px) {
  .prices__item > p > br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .common-title {
    font-size: 28px;
  }
  .select,
  .select--subscr > div {
    padding: 13px 8px;
  }
  .select__prices {
    flex-direction: column-reverse;
  }
  .select__discounted-price {
    margin-right: 0;
  }
  .select__radio {
    margin-right: 8px;
  }
  .prices__info {
    flex-direction: column;
  }
  .prices__info > div:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 390px) {
  .common-title {
    font-size: 24px;
  }
  .product-article__text > ul,
  .product-article__text > ol,
  .product-article__text p {
    font-size: 17px;
  }
}
