@charset "UTF-8";

/* .main-content .related_pro_carousel ul li:before {
  content: none;
}

.main-content .product-item .desc-product ul li.price-product {
  line-height: unset;
  font-size: 13px;
  height: auto;
  padding-bottom: 0;
}
.main-content .product-item .desc-product ul li.price-product a {
  color: #533b17;
} */

/* Popup Btn */
.payamava-cta-popup-btn {
  background: transparent;
  outline: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 26px;
  cursor: pointer;
}

#payamava-cta-popup #payamava-banner-cta img {
  max-width: 355px;
}
#payamava-cta-popup .col-12 {
  height: 100%;
}
#payamava-cta-popup {
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  z-index: 90;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  left: 0;
  right: 0;
  overflow: auto;
}
#payamava-cta-popup #payamava-cta-content {
  flex-wrap: wrap !important;
  max-height: max-content !important;
  border-radius: 16px !important;
}
#payamava-cta-popup #payamava-cta-content .payamava-cta-img {
  width: 100% !important;
  height: 180px !important;
  border-radius: 12px !important;
  margin-bottom: 1em;
}
#payamava-cta-popup #payamava-cta-content .payamava-cta-img > img {
  height: 100% !important;
  width: 100% !important;
  max-width: 150px;
  object-fit: cover !important;
}
#payamava-cta-popup #payamava-cta-content .payamava-cta-desc {
  width: 100%;
}
#payamava-cta-popup
  #payamava-cta-content
  .payamava-cta-desc
  > .cta-content-title {
  max-width: 180px !important;
  font-size: 14px !important;
}
#payamava-cta-popup
  #payamava-cta-content
  .payamava-cta-desc
  > .content-price-box
  .offer-price {
  font-size: 14px !important;
}
#payamava-cta-popup
  #payamava-cta-content
  .payamava-cta-desc
  > .content-price-box
  .normal-price {
  font-size: clamp(0.9375rem, 0.8709rem + 0.2804vw, 1.125rem) !important;
}

/* Banner Design */
#banner-design-cta {
  display: table;
  margin: 32px auto;
}
#payamava-cta-content img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#payamava-cta-content img,
#banner-design-cta img {
  max-width: 100%;
  border-radius: var(--br-20);
}
#banner-design-cta img {
  height: auto;
}

/* Content Design */
#payamava-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-height: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 2.2em 0;
  box-shadow: inset 1px -2px 18px -1px rgba(0, 0, 0, 0.25);
}

#payamava-cta-content .payamava-cta-img {
  border-radius: 16px;
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}

/* CTA Btn Click */
.payamava-cta-btns.btns--box {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.payamava-cta-btns.btns--box .cta-btn-click {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  background: #fff;
  padding: 0 10px;
  height: 42px;
  border-radius: 50px;
  transition: all ease-in 0.4s;
  font-weight: 600 !important;
  max-width: 140px;
  min-width: 100px;
  justify-content: space-evenly;
  font-size: 13px;
}
.payamava-cta-btns.btns--box .cta-btn-click:hover {
  transform: translateY(-4px);
  filter: contrast(2);
}

/* CTA Desc */
.payamava-cta-desc {
  display: flex;
  align-items: center;
  justify-content: start;
  width: calc(100% - 100px);
  gap: 1.8em;
}
/* .payamava-cta-desc p {
  font-size: var(--fs-14);
  font-family: var(--main_font);
  line-height: 2;
  margin-bottom: 0 !important;
} */

/* CTA Title */

.content-price-box {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.cta-price {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
  margin: 0;
}
.SymPrice {
  font-weight: 300 !important;
  font-size: 13.5px;
}
.offer-price > .SymPrice {
  font-size: 12.5px;
}
.offer-price {
  font-size: 14px !important;
  text-decoration: line-through;
}
.cta-price.normal-price {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8709rem + 0.2804vw, 1.125rem);
  font-weight: 600;
  line-height: 2em;
}
.cta-content-title {
  max-width: 200px;
  font-size: 14.5px !important;
  margin-top: 0 !important;
  font-weight: 600 !important;
  margin-left: auto !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: unset;
  max-height: 4em !important;
  line-height: 2.2em !important;
  width: 100%;
  transition: all var(--ease2) 0.4s !important;
  /* min-height: 4.5em; */
  margin-bottom: 0 !important;
}

/* Popup Design */
.payamava-cta-popup-btn {
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px 22px 22px 22px;
  background: linear-gradient(354deg, #1354a7, #448dec);
  width: 54px;
  height: 54px;
  font-size: 32px;
  cursor: pointer;
  position: fixed;
  left: 10px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* color: var(--c-secondary); */
  line-height: 1;
  z-index: 20;
  color: #fff;
  box-shadow: 5px 6px 15px rgb(0 0 0 / 8%);
}
#payamava-cta-popup #payamava-cta-content {
  margin: 7rem 15px 3rem;
}
#payamava-cta-popup #banner-design-cta {
  margin: 56px auto;
}
#payamava-cta-popup .payamava-cta-btns.all-post {
  margin-bottom: 0;
}
#payamava-cta-popup #payamava-cta-product {
  padding: 40px 25px 30px 25px;
  background: #fff;
}

/* CTA Product */
/* #payamava-cta-product {
  margin: 50px auto;
  position: relative;
  padding: 15px;
}
#payamava-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;
} */
/* ----------------------------------------------
 * Generated by Animista on 2025-12-13 2:49:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.shake-top {
  -webkit-animation: shake-top 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-top 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}

/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

/* Close CTA */
.close-cta {
  position: absolute;
  top: 2em;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
  right: 2em;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-content: center;
}

/* Height 100 */
#payamava-cta-popup .h-100 {
  height: calc(100vh - 150px);
}

#payamava-banner-cta {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-bottom: 2em;
}
/* ------------------------------------------------------------
                    Responsive Mode
--------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .single-post__content #payamava-cta-content .payamava-cta-img {
    flex: 0 0 41%;
    max-width: 41%;
  }
}
@media screen and (max-width: 1300px) {
  .payamava-cta-btns.btns--box .cta-btn-click {
    font-size: 12px;
    gap: 8px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1400px) {
  .cta-content-title {
    max-width: 180px;
    font-size: 14px !important;
  }
  .payamava-cta-desc {
    width: calc(100% - 90px);
    gap: 1.2em;
  }
}
@media screen and (max-width: 767.98px) {
  #payamava-cta-content {
    padding: 16px 12px;
    height: max-content !important;
  }
  .cta-product-title {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .cta-product-sub {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 576px) {
  .payamava-cta-btns.btns--box .cta-btn-click {
    font-size: 12px;
    gap: 5px;
    padding: 0 3px;
  }
  .payamava-cta-btns.btns--box .cta-btn-click > svg {
    width: 16px;
    height: 16px;
  }
  .offer-price > .SymPrice {
    font-size: 10px;
  }
  .SymPrice {
    font-size: 12px;
  }
  .offer-price {
    font-size: 11.8px !important;
  }
  .cta-price.normal-price {
    font-size: 13px !important;
  }
  .cta-content-title {
    max-width: 150px;
    font-size: 13px !important;
  }
  .payamava-cta-desc {
    width: calc(100% - 84px);
    gap: 0.9em;
  }
  #payamava-cta-content .payamava-cta-img {
    width: 72px;
    height: 72px;
  }
  #payamava-cta-content img,
  #banner-design-cta img {
    width: 100%;
  }
  .payamava-cta-popup-btn {
    bottom: 10rem;
  }
  #payamava-cta-content .payamava-cta-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 426px) {
  .payamava-cta-btns.btns--box .cta-btn-click > svg {
    width: 22px;
    height: 22px;
  }
  .payamava-cta-btns.btns--box .cta-btn-click {
    min-width: max-content !important;
    width: 42px !important;
    height: 42px !important;
  }
  .payamava-cta-btns.btns--box .cta-btn-click > .txt {
    display: none;
  }
  .cta-content-title {
    font-size: 12px !important;
  }
  #payamava-cta-content .payamava-cta-img {
    width: 60px;
    height: 60px;
  }
  .payamava-cta-desc {
    width: calc(100% - 70px);
  }
}
@media (min-width: 1200px) {
  #payamava-cta-content {
  }
}
@media (min-width: 992px) {
  .product-offset-lg-3 {
    margin-right: 25%;
  }
}
