section.banner {
	min-height: 562px;
}
.inner-banner {
  content: "";
  position: absolute;
  height: 419px;
  width: 633px;
  height: 608px;
}

.inner-banner::after {
  background: url(/shared/img/frames/article-mask-frame-full.png);
  content: "";
  width: 448px;
  height: 562px;
  position: absolute;
}
.banner-left {
  border-radius: 0px 0px 64px 0px;
  padding: 155px 24px 24px;
}

.banner-right img {
  width: 100%;
  position: relative;
  margin-bottom: -499px;
  border-radius: 0px 0px 32px 0px;							  
}

.article-content img {
	max-width: 100%;
	height: auto;
}

.content-card .card-body {
  background: #ede7e3;
  border-radius: 0px 0px 40px 0px;
}
iframe {
  height: 210px;
}
.top-selling-container {
	overflow: visible;
}
.top-selling-left {
  padding: 40px 20px;
}
.top-selling-left span {
  font-size: 14px;
}
.top-selling .border-main-cat > div:first-child img {
  max-height: 227px;
}
.top-selling-right img {
	height: 60%;
	padding: 0 !important;
}
@media (min-width: 992px) {
  .banner-left {
    border-radius: 0px 0px 64px 0px;
    padding: 24px 24px;
    padding-left: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .banner-right img {
    height: 434px;
    width: 325px;
    position: relative;
    margin-top: 66px;
    margin-left: 61px;
    backface-visibility: hidden;
  }
  iframe {
    height: 385px;
  }
}

/* Category banner */
.section--jumbotron {
  border-radius: 0px 0px 140px 0px;
  background-repeat: no-repeat;
}
.section--jumbotron.product-overview-jumbo .row {
  margin-bottom: 3rem;
}

.section--jumbotron .row {
  min-height: 31.25rem;
}
.brand--motives {
  position: relative;
}
.brand--motives.specials .carousel-inner {
  position: absolute;
  margin-left: 85px;
  width: 338px;
  height: 432px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  top: 65px;
  left: -25px;
  z-index: 2;
}
.section--jumbotron.product-overview-jumbo .row > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.brand--motives.specials.jumbo-mask:after {
  background: left/contain no-repeat url("/shared/img/frames/article-mask-frame-full.png");
  background-size: 100% 100%;
}
.brand--motives.specials.jumbo-overlay:after {
  width: 447px;
  height: 562px;
  left: 0;
  z-index: 2;
}
.brand--motives.specials:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 389px;
  height: 419px;
}

@media (max-width: 1249px) {
  .section--jumbotron.product-overview-jumbo .row > div:last-child {
    padding-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .brand--motives.specials.jumbo-overlay {
    width: 326px;
    height: auto;
  }
  .brand--motives.specials .carousel-inner {
    position: absolute;
    margin-top: 23px;
    margin-left: 45px;
    border-bottom-right-radius: 32px;
    overflow: hidden;
    width: 262px;
    height: 313px;				 			  
  }
  .brand--motives.specials.jumbo-overlay img {
    width: 261px;
    height: 312px;
    border-bottom-right-radius: 32px;
  }
  .brand--motives.specials .carousel-inner img {
    margin-top: 0;
    margin-left: 0;
  }
  .brand--motives.specials.jumbo-overlay:after {
    width: 326px;
    height: 405px;
    left: 0;
    top: 41px;  
  }
  .section--jumbotron.product-overview-jumbo .row > div:last-child {
    padding-left: 4%;
    padding-right: 5%;
  }
  .banner-left {
    border-radius: 0px 0px 64px 0px;
    padding: 13px 24px 24px;
    padding-left: 50%;
    padding-bottom: 0;
    height: 368px;
    margin-bottom: 77px;
  }
  .banner-left h2 {
    font-size: 28px;
  }				
}
@media (max-width: 767px) {
  .section--jumbotron.product-overview-jumbo {
    border-bottom-right-radius: 85px;
  }
  .section--jumbotron.product-overview-jumbo .row > div:first-child {
    margin-bottom: 23rem;
  }
  .brand--motives.specials .carousel-inner {
    width: calc(100% - 45px);
    height: 303px;
    border-bottom-right-radius: 30px;
    left: 0px;
    top: 45px;
    margin-left: 0;
  }
  .brand--motives.specials.jumbo-overlay:after {
    width: 100%;
    height: 390px;
    left: 0;
  }
  .brand--motives.specials.jumbo-overlay img {
    border-bottom-right-radius: 30px;
  }
  .brand--motives.specials .carousel-inner img {
	margin-left: 12px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 65%, 71% 100%, 0 100%, 0% 70%, 0% 30%);
  }
  .section--jumbotron.product-overview-jumbo .row > div:last-child {
    align-items: flex-start;
    margin-top: -7rem;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

/* Category banner */