@font-face {
  font-family: "Opun";
  src: url(../fonts/Opun.ttf) format("truetype"),
    url(../fonts/Opun.otf) format("opentype");
}

body {
  font-family: "Opun";
}

button,
button:focus,
button:hover {
  outline: none;
}

.banner-wrap {
  /* height: 1024px; */
  height: auto;
  background: url(../images/bg-banner.png) no-repeat center;
  background-size: cover;
}

.col-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  /* height: 667px; */
  background: url(../images/bg-banner-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.col-banner .image-strawberry {
  margin: 16px auto;
  width: 343px;
}

.col-banner .image-logo {
  margin: 16px auto;
  width: 70px;
  height: 159px;
}

.col-banner a,
.modal-product-content .product-description .content-footer a {
  padding: 15px 50px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #961a25;
  text-decoration: none;
}

.col-banner a:hover {
  background-color: #be1e2d;
}

.col-product {
  height: 432px;
  background: url(../images/bg-banner-product-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.col-product::before {
  content: "";
  position: absolute;
  top: 0;
  /* left: calc(50% - 26px); */
  left: 50%;
  height: 100%;
  width: 1px;
  background: #be1e2d;
}

.product-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.product-layout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.our-product p {
  margin-right: 36px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: 0.09px;
  text-align: center;
  color: #4c4c4c;
}

.product-name-01,
.product-name-02,
.product-name-03 {
  margin: 0;
  font-size: 14px;
  line-height: 1.11;
  letter-spacing: 0.09px;
  text-align: center;
  color: #4c4c4c;
}

.vertical {
  /* writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  display: inline-block; */
  width: 10px;
  word-wrap: break-word;
}

/* .upright {
  text-orientation: upright;
} */

.product-01,
.product-02,
.product-03 {
  /* margin-right: calc(5% - 46%); */
  margin-right: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  outline: none;
}

/* .product-01::after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #232b50;
  position: absolute;
  top: 2.75em;
  left: 2.5em;
  z-index: -1;
} */

.product-01 img,
.product-02 img,
.product-03 img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.product-01:hover img,
.product-02:hover img,
.product-03:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  outline: none;
}

.product-01 img {
  width: 28px;
}

.product-02 img {
  width: 44px;
}

.product-03 img {
  width: 53px;
}

.gift-basket {
  padding: 70px 30px;
  background-color: #be1e2d;
  text-align: center;
}

.gift-basket p {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.13px;
  text-align: center;
  color: #ffffff;
}

.gift-basket a {
  display: inline-block;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09px;
  text-align: center;
  color: #be1e2d;
  box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.gift-basket-product-item,
.gift-basket-product-item-premium {
  margin-bottom: 15px;
  padding-bottom: 30px;
  width: 100%;
  box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.gift-basket-product-item-premium {
  padding-bottom: 0;
}

.gift-basket-product-item img {
  margin: auto;
  width: 250px;
}

.gift-basket-product-item-premium img {
  margin: auto;
  width: 100%;
}

.gift-basket-product-item p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.09px;
  text-align: center;
  color: #4c4c4c;
}

.gift-basket-product-item-premium p {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: 0.15px;
  text-align: center;
  color: #cca95c;
}

/* ---------------- */
div.container-ribbon {
  padding: 30px;
  position: relative;
  /* height: 200px; */
  background: white;
  overflow: hidden;
}

.gift-basket-product-item-premium .container-ribbon {
  padding-bottom: 0;
}

.ribbon {
  position: absolute;
  top: 12px;
  width: 200px;
  padding: 4px 0;
  background: #000;
  color: #eee;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ribbon.left {
  left: -72px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon.right {
  right: -42px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon a,
.ribbon a:visited,
.ribbon a:active,
.ribbon a:hover {
  display: block;
  padding: 10px 0;
  height: 24px;
  line-height: 24px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-family: "Cabin Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}

.ribbon.ribbon-set-a {
  background: #87ab48;
}

.ribbon.ribbon-set-b {
  background: #f399c0;
}

.ribbon.ribbon-set-c {
  background: #d91c5c;
}

.ribbon.ribbon-set-d {
  background: #40388e;
}

.ribbon.ribbon-set-e {
  background: #cca95c;
}

.banner-slider {
  max-width: 100%;
  /* height: 641px; */
  height: 256px;
  position: relative;
}

.banner-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.18px;
  text-align: center;
  color: #4c4c4c;
}

.banner-subtitle {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.13px;
  text-align: center;
  color: #4c4c4c;
}

.banner-slide1,
.banner-slide2,
.banner-slide3,
.banner-slide4,
.banner-slide5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.banner-slide1 h3,
.banner-slide2 h3,
.banner-slide3 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.26px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* text-shadow: 0.5px 0.5px 0.5px #000; */
}

.banner-slide1 p,
.banner-slide2 p,
.banner-slide3 p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* text-shadow: 0.5px 0.5px 0.5px #000; */
}

.banner-slide1 {
  background: url(../images/banner/banner-mobile-01.png) no-repeat center;
  background-size: cover;
  animation: fade 18s infinite;
  -webkit-animation: fade 18s infinite;
}
.banner-slide2 {
  background: url(../images/banner/banner-mobile-02.png) no-repeat center;
  background-size: cover;
  animation: fade2 18s infinite;
  -webkit-animation: fade2 18s infinite;
}
.banner-slide3 {
  background: url(../images/banner/banner-mobile-03.png) no-repeat center;
  background-size: cover;
  animation: fade3 18s infinite;
  -webkit-animation: fade3 18s infinite;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.banner-promotion {
  position: relative;
  padding: 20px;
  padding-top: 61px;
  background-color: #961a25;
  color: #ffffff;
  text-align: center;
}

.banner-promotion h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.banner-promotion img {
  width: 100%;
}

.banner-promotion .vector::before {
  content: "";
  background-image: url(../images/vector.png);
  background-size: 100% 100%;
  width: 55px;
  height: 82px;
  position: absolute;
  top: -41px;
  left: calc(50% - 27.5px);
}

/* .banner-promotion {
  position: relative;
  padding: 20px;
  background-color: #961a25;
  color: #ffffff;
  text-align: center;
}

.banner-promotion h1 {
  font-size: 20px;
  font-weight: bold;
}

.banner-promotion img {
  width: 100%;
}

.banner-promotion .vector::before {
  content: "";
  background-image: url(../images/vector.png);
  background-size: 100% 100%;
  width: 116px;
  height: 173px;
  position: absolute;
  top: -82px;
  left: calc(50% - 58px);
} */

footer .footer-social .btn-social {
  margin: 15px;
  display: inline-block;
  color: #cfcfcf;
}

footer .footer-social .btn-social:hover {
  color: #be1e2d;
}

footer .footer-social .btn-social i {
  font-size: 1.8em;
}

footer .footer-address {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #4c4c4c;
}

/* modal */
.btn-close {
  /* padding: 5px 20px; */
  /* border-radius: 20px; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #6e7881;
  color: #6e7881;
}

.btn-close span {
  display: block;
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09px;
}

.btn-close span > span {
  display: none;
}

.modal-product-content {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #4c4c4c;
}

.modal-product-content .img-product-01 {
  margin-bottom: 63px;
  /* width: 109px; */
  height: 296px;
}

.modal-product-content .img-product-02 {
  margin-bottom: 63px;
  /* width: 159px; */
  height: 252px;
}

.modal-product-content .img-product-03 {
  margin-bottom: 63px;
  /* width: 209px; */
  height: 252px;
}

.modal-product-content .product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.18px;
}

.modal-product-content .product-name br {
  display: none;
}

.modal-product-content .product-subdesc {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.13px;
}

.modal-product-content .product-desc {
  display: inline-block;
  /* margin: 30px 0; */
  font-size: 16px;
}

.modal-product-content .product-desc .product-desc-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.modal-product-content .product-desc .product-desc-subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 0.1px;
}

.modal-product-content .product-description .title,
.modal-product-content .product-description .content-footer .footer {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.83;
  letter-spacing: 0.13px;
  text-align: center;
  color: #4c4c4c;
}

.modal-product-content .product-description iframe {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 201px;
}

/* .modal-product-content .product-description .product-description-image {
  padding-left: 70px;
  padding-right: 70px;
} */

.modal-product-content .product-description img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.modal-product-content .product-description .specifications {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  letter-spacing: 0.09px;
  text-align: center;
}

/* .modal-product-content
  .product-description
  .product-strawberry-box
  > div
  > img {
   width: auto; 
   height: 210px;
} */

.product-content-image-01::after,
.product-content-image-02::after,
.product-content-image-03::after {
  /* content: url("../images/strawberry-juice/strawberry-juice.png");
  position: absolute;
  top: 0;
  left: -100px;
  width: 300px;
  height: 642px;
  background-color: rgba(0, 0, 0, 0.445); */
  /* content: "";
  background-image: url(../images/strawberry-juice/strawberry-juice.png); */

  display: none;
  /* height: 642px;
  width: 300px;
  position: absolute;
  top: 0;
  left: -50%; */
}

.col-banner-strawberry::after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .col-product {
    border-top: 1px solid #be1e2d;
  }
}

/* @media screen and (min-width: 768px) {
  .our-product {
    display: none;
  }
} */

@media screen and (min-width: 992px) {
  .gift-basket {
    padding-left: 200px;
    padding-right: 200px;
  }
  .our-product p {
    margin-right: 40px;
    font-size: 24px;
  }
  .col-banner,
  .col-product {
    background: transparent;
  }
  .col-product {
    height: 432px;
  }
  .col-banner .image-logo {
    width: 130px;
    height: 324px;
  }
  .banner-title {
    margin-top: 30px;
    font-size: 65px;
    font-weight: bold;
  }
  .banner-subtitle {
    font-size: 35px;
    font-weight: normal;
  }
  .col-banner {
    /* height: 1024px; */
    justify-content: center;
  }
  .col-product {
    height: 824px;
    justify-content: center;
  }
  .col-banner .image-strawberry {
    /* display: none; */
    /* position: absolute; */
    /* top: 25%;
    left: 50%; */
    width: 440px;
    height: 356px;
  }
  .col-banner a {
    font-size: 16px;
  }
  .vertical {
    width: 10px;
    word-wrap: break-word;
  }
  .product-name-01,
  .product-name-02,
  .product-name-03 {
    margin: 0;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: 0.15px;
  }
  .product-01,
  .product-02,
  .product-03 {
    width: 150px;
    height: 150px;
  }
  .product-01 img {
    width: 46px;
  }
  .product-02 img {
    width: 74px;
  }
  .product-03 img {
    width: 89px;
  }
  .banner-slider {
    height: 641px;
  }
  .banner-slide1 {
    background: url(../images/banner/banner-desktop-01.png) no-repeat center;
  }
  .banner-slide2 {
    background: url(../images/banner/banner-desktop-02.png) no-repeat center;
  }
  .banner-slide3 {
    background: url(../images/banner/banner-desktop-03.png) no-repeat center;
  }
  .banner-slide1 h3,
  .banner-slide2 h3,
  .banner-slide3 h3 {
    font-size: 50px;
  }
  /* .banner-slide1 h3 br,
  .banner-slide2 h3 br,
  .banner-slide3 h3 br {
    display: none;
  } */
  .banner-slide1 p,
  .banner-slide2 p,
  .banner-slide3 p {
    font-size: 30px;
  }

  .banner-promotion {
    position: relative;
    padding: 20px;
    padding-top: 150px;
    padding-bottom: 30px;
    background-color: #961a25;
    color: #ffffff;
    text-align: center;
  }

  .banner-promotion h1 {
    font-size: 45px;
    font-weight: bold;
  }

  .banner-promotion img {
    width: 100%;
  }

  .banner-promotion .vector::before {
    content: "";
    background-image: url(../images/vector.png);
    background-size: 100% 100%;
    width: 116px;
    height: 173px;
    position: absolute;
    top: -82px;
    left: calc(50% - 58px);
  }

  /* modal */
  .btn-close {
    padding: 5px 20px;
    border-radius: 20px;
    width: auto;
    height: auto;
    border: solid 1px #6e7881;
    color: #6e7881;
  }
  .btn-close span {
    display: block;
    /* font-size: 14px; */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.09px;
  }
  .btn-close span > span {
    display: inline-block;
  }
  .modal-product-content .img-product-01,
  .modal-product-content .img-product-02,
  .modal-product-content .img-product-03 {
    /* margin-bottom: 0; */
    /* width: 237px; */
    height: 600px;
  }
  .modal-product-content .product-name {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 0.31px;
  }
  .modal-product-content .product-name br {
    display: inline-block;
  }
  .modal-product-content .product-subdesc {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 0.21px;
  }
  .modal-product-content .product-desc {
    display: inline-block;
    /* margin: 30px 0; */
    font-size: 14px;
  }
  .modal-product-content .product-desc .product-desc-title {
    font-weight: 600;
    letter-spacing: 0.1px;
  }
  .modal-product-content .product-desc .product-desc-subtitle {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.88;
    letter-spacing: 0.1px;
  }
  .modal-product-content .product-description {
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .modal-product-content .product-description iframe {
    height: 410px;
  }
  .modal-product-content .product-description .title,
  .modal-product-content .product-description .content-footer .footer {
    font-size: 24px;
    font-weight: 200;
    line-height: 2.08;
    letter-spacing: 0.15px;
    text-align: center;
  }
  /* .modal-product-content .product-description .title br, */
  .modal-product-content .product-description .content-footer .footer br {
    display: none;
  }
  .modal-product-content .product-description img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }
  .modal-product-content
    .product-description
    .product-strawberry-box
    > div
    > img {
    width: auto;
    height: 210px;
  }
  .modal-product-content .product-description .specifications {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    letter-spacing: 0.09px;
    text-align: center;
  }
  .product-content-detail {
    padding-left: 70px;
    padding-right: 70px;
  }
  /* .col-banner-strawberry::after {
    content: "";
    background-image: url(../images/strawberry-01.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 640px;
    height: 456px;
    position: absolute;
    top: 20%;
    left: -100%;
  } */
}

@media screen and (min-width: 1200px) {
  .banner-wrap {
    height: 1024px;
  }
  .our-product {
    display: none;
  }
  .vertical {
    width: 16px;
    word-wrap: break-word;
  }

  .col-banner,
  .col-product {
    height: 100%;
    justify-content: center;
  }
  .col-banner .image-logo {
    width: 174px;
    height: 398px;
  }
  .col-banner .image-strawberry {
    display: none;
  }
  .col-product::before {
    left: calc(50% - 26px);
  }
  .modal-product-content .img-product-01,
  .modal-product-content .img-product-02,
  .modal-product-content .img-product-03 {
    display: none;
  }
  .col-banner-strawberry::after {
    content: "";
    background-image: url(../images/strawberry-01.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 640px;
    height: 456px;
    position: absolute;
    top: 20%;
    left: -100%;
  }
  .product-content-image-01::after {
    content: "";
    background-image: url(../images/strawberry-juice/strawberry-juice.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 540px;
    width: 400px;
    position: absolute;
    top: 10%;
    left: -70%;
  }
  .product-content-image-02::after {
    content: "";
    background-image: url(../images/strawberry-jam/strawberry-jam.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 473px;
    width: 400px;
    position: absolute;
    top: 5%;
    left: -70%;
  }
  .product-content-image-03::after {
    content: "";
    background-image: url(../images/fresh-from-farm/strawberry.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 423px;
    width: 400px;
    position: absolute;
    top: 5%;
    left: -70%;
  }
  .banner-promotion {
    padding-bottom: 120px;
  }
  .banner-promotion img {
    width: auto;
  }
}

@media screen and (min-width: 1600px) {
  .col-banner-strawberry::after {
    content: "";
    background-image: url(../images/strawberry-01.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 740px;
    height: 556px;
    position: absolute;
    top: 20%;
    left: -100%;
  }
}
