@charset "UTF-8";

.swiper-cta-product .swiper-wrapper>.swiper-slide {
  margin-top: 0;
  height: auto;
  width: min(31.5rem, 65vw);
}

.main-content .related_pro_carousel ul li:before {
  content: none;
}

.cta-product__nav .sw-btn {
  margin-top: 3rem;
}

.cta-product__nav {
  display: flex;
}

.main-content .product-item .desc-product ul li.price-product {
  line-height: unset;
  font-size: var(--fs-13);
  height: auto;
  padding-bottom: 0;
}

.main-content .product-item .desc-product ul li.price-product a {
  color: #533b17;
}

/* Popup Btn */
.websima-cta-popup-btn {
  background: transparent;
  outline: none;
  border-radius: 50%;
  width: 7.4rem;
  height: 7.4rem;
  font-size: var(--fs-26);
  cursor: pointer;
}

.websima-cta-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3.2rem;
  row-gap: 1.6rem;
  margin: 0;
}

.websima-cta-btns a {
  /* font-size: var(--fs-18); */
  margin: 0;
}

#websima-cta-popup {
  background-color: rgb(0 0 0 / 89%);
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  backdrop-filter: blur(5px);
}

/* Banner Design */
#banner-design-cta {
  display: table;
  margin: 7.5rem auto 3rem;
}

#websima-cta-content img:not(.bg-cta-m) {
  object-fit: cover;
  width: 100%;
  border-radius: unset;
}

/* Content Design */
#websima-cta-content {
  display: flex;
  margin-top: 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;

  overflow-y: auto;
  border-radius: 2rem;
}

.section-base #websima-cta-content {
  margin: 0;
}

.websima-cta-content--wrapper {
  container-type: inline-size;
}

#websima-cta-content .websima-cta-img {
  flex: 0 0 calc(34% - .5rem);
  max-width: calc(34% - .5rem);
  position: relative;
  overflow: hidden;
}

.bg-cta-m {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  object-fit: contain;
  filter: blur(3px);
  pointer-events: none;
  width: auto;
}

/* CTA Desc */
.websima-cta-desc {
  position: relative;
  flex: 0 0 calc(66% - .5rem);
  max-width: calc(66% - .5rem);
  position: relative;
  color: var(--c-white);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}

.websima-cta-desc::before {
  content: '';
  position: absolute;
  background-image: url(../../../../assets/img/pattern-product.jpg);
  background-color: var(--c-primary);
  background-position: bottom;
  background-repeat: repeat;
  background-size: auto 30rem;
  background-attachment: fixed;
  inset: 0;
  pointer-events: none;
}

.websima-cta-desc::after {
  content: '';
  position: absolute;
  background: linear-gradient(to right, var(--c-primary), transparent 40%);
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

@media (width < 992px) {
  .websima-cta-desc::after {
    background: linear-gradient(to top, var(--c-primary), transparent 40%);
  }
}

.websima-cta-desc p {
  line-height: 2;
}

.websima-cta-desc__inner {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

@media (width < 992px) {
  .websima-cta-desc__inner {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

#websima-cta-content .cta-btn-click {
  --c: var(--c-primary);
}

.websima-cta-desc span {
  color: #151515;
  line-height: 32px;
  font-family: var(--main_font);
  font-size: clamp(1.44rem, 4vw, 1.7600000000000002rem) !important;
}

/* CTA Title */
.cta-content-title {
  font-size: var(--fs-24) !important;
}

/* Popup Design */
.websima-cta-popup-btn {
  outline: none;
  border-radius: 505;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 2rem;
  cursor: pointer;
  position: fixed;
  left: 2rem;
  bottom: 13rem;
  background: var(--c-blue-50);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--c-primary);
  line-height: 1;
  z-index: 12;
  box-shadow: 0 3px 10px rgb(103 134 189 / 37%);
  border: unset;

}

#websima-cta-popup #websima-cta-content {
  margin: 7rem 15px 3rem 15px;
}

#websima-cta-popup .websima-cta-btns.all-post {
  margin-bottom: 0;
}

#websima-cta-popup #websima-cta-product {
  padding: 4rem 2rem 3rem 2rem;
  background: #fff;
  border-radius: 1rem;
  margin-top: 7rem !important;
}

/* CTA Product */
#websima-cta-product {
  position: relative;
  line-height: 1.6;
}

.editor--border .sw--product .swiper-slide,
.single-post__content .sw--product .swiper-slide {
  width: 29rem;
  height: auto;
}

.editor-content .product-card__title {
  font-size: var(--fs-16);
}

#websima-cta-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 45%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #bc9c451a;
}

/* CTA Carousel */
.cta-carousel .owl-nav button {
  z-index: 2 !important;
  pointer-events: all !important;
  width: 32px;
  height: 32px;
}

.cta-carousel .owl-nav {
  left: -16px !important;
  right: -16px !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Close CTA */
.close-cta {
  position: absolute;
  display: inline-flex;
  top: 2rem;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
  right: 10px;
  color: #fff;
  background: var(--bs-danger);
  border-radius: 50%;
  font-size: 3.5rem;
}

/* Height 100 */
#websima-cta-popup .h-100 {
  height: 100%;
}

/* Product */
.cta-product-txt {
  text-align: center;
}

.cta-product-sub {}

.cta-product-title {
  line-height: 1.5 !important;
}

.product-cta-btns {
  justify-content: center;
}

.product-cta-btns a {
  margin-top: 3rem;
}

#websima-cta-product .entitle {
  margin-bottom: 0;
}

.websima-cta-product-remove-before:before {
  background: none !important;
}

#remove-before-card-products {
  display: none;
}

#websima-cta-product.cta-one-product {
  margin: 25px auto;
}

#websima-cta-product.cta-one-product #pfeat {
  margin: 15px 0;
}

/* Editor */
.editor-content.main-content .cta-advanced a,
.editor-content.main-content .product-cta-one-box a {
  color: var(--color2);
}

.editor-content.main-content .product-cta-one-box a:hover,
.editor-content.main-content .cta-advanced a:hover {
  color: var(--color1);
}

.editor-content.main-content .cta-advanced table td,
.editor-content.main-content .product-cta-one-box table td {
  border: none;
  width: 50%;
}

.editor-content.main-content .cta-advanced table tr,
.editor-content.main-content .product-cta-one-box table tr {
  display: inline-table;
  width: 100%;
  border: none;
}

.editor-content.main-content .cta-advanced .hz-volume .hz-available-value,
.editor-content.main-content .product-cta-one-box .hz-volume .hz-available-value {
  font-size: var(--fs-12);
  padding: 6px 5px 4px;
}

.editor-content.main-content .cta-advanced .product-item .price,
.editor-content.main-content .product-cta-one-box .product-item .price {
  font-size: var(--fs-14);
}

.editor-content.main-content .cta-advanced .hz-price-wrap .hz-price .hz-button-more,
.editor-content.main-content .product-cta-one-box .hz-price-wrap .hz-price .hz-button-more {
  padding-left: 20px;
  padding-right: 20px;
}

.editor-content.main-content .cta-advanced .hz-detail-product h2 a,
.editor-content.main-content .product-cta-one-box .hz-detail-product h2 a {
  text-align: right;
}

/* ------------------------------------------------------------
                    Responsive Mode
--------------------------------------------------------------- */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  /* #websima-cta-content {
    gap: 1.6rem;
  } */
}

@media screen and (max-width: 1200px) {
  /* #websima-cta-content .websima-cta-img {
    flex: 0 0 calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
  }

  #websima-cta-content .websima-cta-desc {
    flex: 0 0 calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
  } */
}

@media (width< 992px) {
  #websima-cta-content .websima-cta-desc {
    flex: 0 0 100%;
    align-items: center;
    max-width: 100%;
  }


  #websima-cta-product {
    margin: 3.5rem auto !important;
  }



  .websima-cta-btns {
    display: flex;
    gap: 15px;
  }

  .websima-cta-btns a {
    padding: 10px;
  }

  #websima-cta-content .websima-cta-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (width< 576px) {
  #banner-design-cta img {
    width: 100%;
    border-radius: 1.2rem;
  }


  #websima-cta-content .websima-cta-img {
    margin-top: 0;
  }
}

@media (width>=992px) {
  .product-offset-lg-3 {
    margin-right: 25%;
  }
}