section.sub-headline {
  margin-bottom: 0;
}
section.sub-headline .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 560px) {
  section.sub-headline .container {
    flex-direction: column;
    padding: 64px 16px;
  }
}
section.sub-headline .container .product-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 24px;
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .product-info {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
section.sub-headline .container .product-info .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
section.sub-headline .container .product-info .breadcrumb > * {
  font-size: 18px;
  font-weight: 500;
}
section.sub-headline .container .product-info .breadcrumb > *:after {
  content: ">";
  padding: 0 6px;
}
section.sub-headline .container .product-info .breadcrumb > *:last-child:after {
  content: "";
}
section.sub-headline .container .product-info h1 {
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media screen and (max-width: 1440px) {
  section.sub-headline .container .product-info h1 {
    margin-bottom: 12px;
  }
}
section.sub-headline .container .product-info .detail {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  section.sub-headline .container .product-info .detail {
    font-size: 21px;
  }
}
@media screen and (max-width: 1366px) {
  section.sub-headline .container .product-info .detail {
    font-size: 18px;
  }
}
section.sub-headline .container .product-info .detail p {
  margin: 0;
}
section.sub-headline .container .product-info .button-area {
  margin-top: 30px;
}
section.sub-headline .container .product-info .button {
  text-transform: uppercase;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 700;
  width: min-content;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1680px) {
  section.sub-headline .container .product-info .button {
    font-size: 18px;
    padding: 8px 32px;
    margin-top: 18px;
  }
}
@media screen and (max-width: 1366px) {
  section.sub-headline .container .product-info .button {
    font-size: 16px;
  }
}
section.sub-headline .container .img-area {
  background-color: var(--white);
  border-radius: 30px;
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .img-area {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    border-radius: 20px;
    margin-bottom: 64px;
  }
}
section.sub-headline .container .img-area .ez-slider {
  display: flex;
  align-items: center;
  height: 450px;
  border-radius: 30px;
  max-width: 100%;
  margin: auto !important;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .img-area .ez-slider {
    border-radius: 20px;
  }
}
section.sub-headline .container .img-area .ez-slider figure {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
section.sub-headline .container .img-area .ez-slider figure > a {
  height: auto;
  display: block;
  width: 100%;
}
section.sub-headline .container .img-area .ez-slider figure > a > img {
  height: auto;
  width: 100%;
  display: block;
}
section.sub-headline .container .img-area .ez-slider .easyzoom .easyzoom-flyout {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.sub-headline .container .img-area .ez-slider .slick-dots {
  margin: 10px -5px 0 -5px;
  position: relative;
  bottom: 0;
  width: auto;
  display: block;
}
section.sub-headline .container .img-area .ez-slider .slick-dots li {
  width: calc(20% - 10px);
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 5px 0 5px;
  display: inline-block;
}
section.sub-headline .container .img-area .ez-slider .slick-dots li.slick-active button, section.sub-headline .container .img-area .ez-slider .slick-dots li:hover button {
  opacity: 1;
}
section.sub-headline .container .img-area .ez-slider .slick-dots li button {
  overflow: hidden;
  position: relative;
  height: auto;
  padding: 0;
  transition: all 0.5s ease;
  width: 100%;
  opacity: 0.8;
}
section.sub-headline .container .img-area .ez-slider .slick-dots li button img {
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sub-headline .container .img-area .ez-slider .slick-dots li button:before {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  padding-top: 100%;
  height: auto;
}
section.sub-headline .container .img-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  height: 420px;
  overflow: hidden;
  border-radius: 50px;
}
section.sub-headline .container .img-carousel .item img {
  height: auto;
  width: auto;
  max-height: 400px;
  max-width: 95%;
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .img-carousel .item img {
    max-height: 320px;
  }
}
section.sub-headline .container .img-carousel .owl-item img {
  width: 100%;
  height: auto;
}
section.sub-headline .container .img-carousel .owl-item img.normal {
  width: 100%;
  height: auto;
}
section.sub-headline .container .img-carousel .owl-nav {
  margin: 0;
}
section.sub-headline .container .img-carousel .owl-nav .owl-prev, section.sub-headline .container .img-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 18px;
  background-color: var(--orange);
  color: var(--white);
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev, section.sub-headline .container .img-carousel .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}
@media screen and (max-width: 1366px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev, section.sub-headline .container .img-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
section.sub-headline .container .img-carousel .owl-nav .owl-prev i, section.sub-headline .container .img-carousel .owl-nav .owl-next i {
  display: inline-table;
  margin: 0;
}
section.sub-headline .container .img-carousel .owl-nav .owl-prev:before, section.sub-headline .container .img-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  display: block;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 2px dashed var(--orange);
}
@media screen and (max-width: 1440px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev:before, section.sub-headline .container .img-carousel .owl-nav .owl-next:before {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 1366px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev:before, section.sub-headline .container .img-carousel .owl-nav .owl-next:before {
    width: 38px;
    height: 38px;
  }
}
section.sub-headline .container .img-carousel .owl-nav .owl-prev {
  left: -15px;
}
@media screen and (max-width: 1440px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev {
    left: -18px;
  }
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-prev {
    left: 6px;
  }
}
section.sub-headline .container .img-carousel .owl-nav .owl-next {
  right: -15px;
}
@media screen and (max-width: 1440px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-next {
    right: -18px;
  }
}
@media screen and (max-width: 560px) {
  section.sub-headline .container .img-carousel .owl-nav .owl-next {
    right: 6px;
  }
}
section.product-detail {
  margin-top: 100px;
}
@media screen and (max-width: 1680px) {
  section.product-detail {
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  section.product-detail {
    margin-top: 0;
  }
}
section.product-detail .container {
  display: flex;
  flex-direction: column;
  text-align: left;
}
section.product-detail .container h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  section.product-detail .container h3 {
    margin-bottom: 24px;
  }
}
section.product-detail .container .desc {
  text-align: left;
}
section.product-detail .container .desc p, section.product-detail .container .desc li {
  opacity: 0.75;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  section.product-detail .container .desc p, section.product-detail .container .desc li {
    font-size: 21px;
  }
}
@media screen and (max-width: 1366px) {
  section.product-detail .container .desc p, section.product-detail .container .desc li {
    font-size: 18px;
  }
}
section.product-detail .container .desc li {
  list-style-type: disc;
  margin-left: 32px;
}
section.product-detail .container .desc > * {
  width: 100%;
}
section.product-detail .container .desc img {
  width: auto;
}