/** Shopify CDN: Minification failed

Line 1931:1 Unexpected "{"
Line 1931:2 Expected identifier but found "%"
Line 1935:4 Unexpected "{"
Line 1935:5 Expected identifier but found "%"

**/
/* ===== Scrollbar CSS ===== */
.notifyjs-corner {
  display: none !important;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #ba5870 #e8e8e8;
}
*::-webkit-scrollbar {
  width: 16px;
}
*::-webkit-scrollbar-track {
  background: #e8e8e8;
}
*::-webkit-scrollbar-thumb {
  background-color: #ba5870;
  border-radius: 30px;
  border: 3px solid #ffffff;
}
.grid_bx {
  border: none;
}
a.gbtn.pr {
  background: transparent;
}
.stickyCart {
  z-index: 999;
  background: #671035;
}
.grid-products ul.grswatches {
  display: none;
}

.grid-products .grid_img {
    border-radius: 20px;
}

.logo_filter{
 filter: invert(1);
}
/* ========== */
.annoucement-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-weight: bold;
  font-size: 14px;
}
span.annoucement-shp-btn a {
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}
span.annoucement-shp-btn a:hover {
  color: #e949a9 !important;
}
li.gitem.lvl-1 .img.bgImg {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
li.gitem.lvl-1 .img.bgImg.mb15.lazyloaded:empty {
  height: 20px;
}
.mgmenu {
  height: 430px;
}
#main_nav > li > a {
  font-weight: 500;
}
.header-inner.trnsprt{
  background-color:#0000009c;
  max-width:100%;
  margin:0 auto;
  padding: 0 60px;
}
.sticky_hdr .header-inner{
  background-color:#fff;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.homepage-banner--main {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
}
.homepage-banner-wrapper {
  /* max-width: 490px; */
  max-width: 650px;
  width: 100%;
}
.homepage-banner-wrapper h1 {
  font-size: 40px;
  font-weight: 900;
  color: white;
  margin: 0;
  text-transform: uppercase;
  line-height: 120%;
}
.homepage-banner-wrapper p {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin: 15px 0;
  line-height: 150%;
}
.btn-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.btn-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  background-color: #BD497A;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  line-height: 80%;
  border-radius: 12px;
  max-width: 380px;
  width: 100%;
  height: 60px;
}
.btn-wrapper a:hover {
  box-shadow: inset 400px 0 0 0 #D6BAA8;
}
.btn-wrapper img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.featured-bar--main {
  padding: 10px 0;
  background: black;
}
.featured-bar-box {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.featured-bar-box p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: white;
  text-transform:capitalize;
}
.product-rows--main h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 120%;
  text-transform: uppercase;
}
.product-rows--main h3 span {
  font-weight: 900;
}
.grid-products .lbl.on-sale {
  background-color: #e048aa;
  color: #fff;
  font-size: 12px;
  padding-right: 30px;
  clip-path: polygon(100% 0, 85% 50%, 100% 99%, 0 100%, 0 0);
}
.product-card-icon-wrappper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card-icon-wrappper a {
  padding: 0 !important;
  min-width: 20px !important;
  height: 20px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.product-card-icon-wrappper a:hover {
  background: transparent !important;
}
.product-card-icon-wrappper a:hover > svg {
  color: red !important;
}
.product-card-icon-wrappper a svg .added {
  color: red !important;
}
.grid_title.product-card-title {
  min-height: 40px;
}
.grid_title.product-card-title a {
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;

}
.product-card-price-info-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.product-card-price-info-wrapper p {
  margin: 0;
  font-size: 14px;
  color: #000;
  text-align: left;
}
.product-card-price-info-wrapper .grid_meta {
  text-align: right;
}
.grid_meta .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
span.pr_price.sale {
  color: #d8535a;
  opacity: 1;
  font-weight: 900;
  font-size: 14px;
}
s.pr_price {
  color: black;
  opacity: 1;
  font-size: 14px;
  font-weight: 900;
}
.product-card-detail--main.details.anim .add-to-cart {
  width: 100%;
  height: 60px;
  background: #671035;
  margin-top: 20px;
  border-radius: 12px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  line-height: 80%;
  column-gap: 20px;
  transition: all 0.5s !important;
}
a.btn-options.quickShop {
  width: 100%;
  height: 60px;
  background: #671035;
  margin-top: 20px;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  line-height: 80%;
  column-gap: 20px;
  transition: all 0.5s !important;
}
.product-card-detail--main.details.anim .add-to-cart:hover,
a.btn-options.quickShop:hover {
  box-shadow: inset 650px 0 0 0 #D6BAA8 !important;
  transition: all 0.5s !important;
}
h3.sttl {
  font-size: 32px !important;
      text-transform: uppercase;
}
.vertical-review-with-text--main {
  background-size: cover;
  background-position: center center;
  margin: 70px 0;
}
.vertical-review-box {
  display: flex;
  column-gap: 50px;
}
.vertical-review-with-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical-review-box {
  display: flex;
  column-gap: 20px;
  max-width: 49%;
  width: 100%;
  justify-content: space-between;
}
.vertical-review-text-box {
  max-width: 49%;
  width: 100%;
}
.vertical-review-text-box h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 0 20px;

}
.vertical-review-text-box h3 span {
  font-weight: 900 !important;
}
.vertical-review-text-box h4 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.vertical--slider-main {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  max-height: 500px;
  height: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.vertical--slider-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.1s linear;
}
.vertical-review-text-box p {
  font-size: 16px;
  line-height: 150%;
  color: black;
  margin: 20px 0;
  max-width: 95%;
  width: 100%;
}
.vertical-review-text-box ul {
      margin-left: 17px;
}
.vertical-review-text-box li {
  font-size: 16px;
  line-height: 150%;
  color: black;
      list-style: disc;
}

.custom-image-text--main {
  background-size: cover;
}
.image-text--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-text--wrapper.img-left-alignment {
  flex-direction: row-reverse;
}

.vertical-review--image img{
border-radius:20px;
}

.content--box {
  max-width: 49%;
  width: 100%;
}
.content--box h3 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0;
}
.content--box p {
  font-size: 16px;
  line-height: 150%;
  color: black;
  margin: 30px 0;
}
.content--box ul{
padding-left:15px;
}
.content--box ul li {
  font-size: 16px;
  line-height: 150%;
  color: black;
      list-style: disc;
}
.image--box {
  max-width: 49%;
  width: 100%;
  line-height: 0;
}
.image--box img {
  width: 100%;
  /* height: 448px; */
  object-fit: cover;
}
.content-key-point--wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
span.key-point-index {
  display: flex;
  max-width: 40px;
  width: 100%;
  height: 40px;
  background: #d8535a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.content-key-point--wrapper p {
  font-size: 16px;
  margin: 0;
}
.content-key-point--wrapper p span {
  font-weight: bold;
}
.customer-counter--main {
  padding: 0 0 80px 0;
}
.customer-counter--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.counter-info-box {
  max-width: 270px;
  width: 100%;
  text-align: center;
}
.counter-info-box h4 {
  font-size: 48px;
  color: #d8535a;
  margin: 0;
  font-weight: bold;
  line-height: 120%;
}
.counter-info-box p {
  font-size: 16px;
  color: #e949a9;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.guarantee--main {
  padding: 80px 0;
}
.guarantee--wrapper {
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Rectangle_301.png");
  background-size: cover;
  padding: 40px;
  position: relative;
}
.guarantee--wrapper::after {
  content: "";
  width: 325px;
  height: 437px;
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/image_3.png?v=1735524469");
  background-size: contain;
  position: absolute;
  top: -85px;
  right: -64px;
  z-index: 99;
}
.guarantee_heading p {
  font-size: 26px;
  max-width: 860px;
  width: 100%;
  color: black;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  max-width: 710px;
  width: 100%;
}
.guarantee_heading p strong {
  font-weight: 900;
}
.guarantee_text p {
  font-size: 16px;
  max-width: 860px;
  width: 100%;
  color: black;
  line-height: 150%;
  margin: 30px 0 40px 0;
  max-width: 710px;
  width: 100%;
}
.faq--main {
  /* background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Rectangle_301.png"); */
  /* background-image: url("https://cdn.shopify.com/s/files/1/0685/1405/4213/files/Untitled_design_17_1.png?v=1761825371"); */
  background-image: url("https://cdn.shopify.com/s/files/1/0685/1405/4213/files/9_1.jpg?v=1767985351");
  background-size: cover;
}
.faq--main h3.sttl {
  color:#fff;
  font-weight: 700 !important;
}
.faq--main .sbttl {
  color:#fff;
  font-size: 18px !important;
  font-weight: 600;
}
.faq--main details.faq-body {
  margin-bottom: 20px;
  background: #F8F4E5;
  border: 1px solid #e048aa;
}
.faq--main details.faq-body svg {
  background: #d8535a;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  color: white;
  padding: 7px;
}
.blog-slider--main {
  padding: 70px 0;
}
.blog_heading h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  font-size: 48px;
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
}
.blog_heading h2 strong {
  font-weight: 900;
}
.blog_text p {
  max-width: 830px;
  width: 100%;
  margin: 10px auto 50px auto;
  font-size: 18px;
  color: #000;
    text-align: center;

}
.blog-slider--main .page-width {
  max-width: 100%;
  padding: 0;
}
.blog-slider--main .swiper-slide a img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}
.blog-slider--main .swiper-slide h4 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.blog-slider--main .swiper-slide time {
  font-size: 14px;
  color: black;
  font-weight: normal;
}
.blog-slider--main .swiper-slide p {
  margin: 10px 0;
  font-size: 16px;
  color: black;
  line-height: 150%;
}
.blog-slider--main .swiper-slide a.blog-slider-card-btn {
  font-size: 16px;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  line-height: 80%;
  column-gap: 15px;
  color: black;
}
.blog-bottom-border {
  border-bottom: 1px solid #e048aa;
}
.footer_design{
  /* background-image: url("https://cdn.shopify.com/s/files/1/0685/1405/4213/files/Untitled_design_17_1.png?v=1761825371");
  background-size: cover; */
}

.footer_design .fimg{
width:100% !important;
}
.footer_design .fimg img{
width:100% !important;
}

p.fimg img {
  width: 55px;
  height: auto;
}
p.fimg {
  width: 55px;
  height: auto;
}
.newsl h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.newstxt {
  background: white;
  height: 60px !important;
  border: 1px solid #e048aa !important;
}
.newsletter-form-wrapper {
  position: relative;
  width: 100%;
}
.newsletter-form-wrapper button#Subscribe {
  position: absolute;
  top: 13px;
  right: 0;
  background: transparent;
}
.newsletter--main .page-width {
  max-width: 1100px;
}
form.newsl_frm.form-single-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
#collection-page-banner .homepage-banner-wrapper {
  max-width: 800px;
  width: 100%;
}
.product-benefits--main {
  padding: 80px 0;
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/benefit-background.png?v=1735625558");
  background-size: cover;
}
.product-benefits--main h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
}
.product-benefits--main h3 span {
  font-weight: 700;
}
.product-benefits--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-benefit-left-box {
  max-width: 49%;
  width: 100%;
}
.product-benefit-left-box img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}
.product-benefit-right-box {
  max-width: 49%;
  width: 100%;
}
.product-single-benefit-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-bottom: 30px;
}
.benefit-index {
  background-color: #e949a9;
  max-width: 90px;
  width: 100%;
  height: 90px;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.benefit-inner-wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 10px 0;
}
.benefit-inner-wrapper p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.order-abroad-form--main {
  padding: 80px 0;
}
.order-abroad-form--main h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.form-flags-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.form-flags-wrapper img {
  transition: all 0.4s;
}
.form-flags-wrapper img:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.4s;
}
.form-flags-wrapper .flage-divider {
  display: block;
  background: #c7c7c7;
  width: 1px;
  height: 80px;
  margin: 0 10px;
}
.form-abroad-popup--main {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000000a3;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-abroad-popup-wrapper {
  max-width: 500px;
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.form-abroad-popup-wrapper label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.form-abroad-popup-wrapper input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e949a9;
  border-radius: 0;
  padding: 0;
  margin-bottom: 10px;
}
.form-abroad-popup-wrapper input::placeholder {
  color: #c3c3c3;
}
.form-abroad-popup-wrapper select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e949a9;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.required--indicator {
  color: red;
}
input.form-order-abroad-btn.btn {
  width: 100%;
  height: 40px;
  display: flex;
  background: #e949a9;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  border: none;
  text-transform: capitalize;
  margin-bottom: 0;
}
.form-abroad-popup-wrapper h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-abroad-popup-wrapper p {
  font-size: 12px;
  margin: 15px 0;
  color: black;
  line-height: 120%;
  font-weight: 700;
}
.address-flag--main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.append-flag {
  max-width: 13%;
  width: 100%;
}
.address-field {
  max-width: 85%;
  width: 100%;
}
.address-flag--main span.append-flag img {
  width: 40px;
  height: auto;
}
span.popup--close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
span.popup--close-btn svg {
  width: 25px;
  height: 25px;
}
.swatch-element {
  position: relative;
}
.swatch.pvOpt0.option1 .swatch-element label {
  width: 180px !important;
  height: 180px !important;
}
.swatch.pvOpt0.option1 span.swatch-name {
  display: none;
}
.swatch-name--main.header {
  display: flex !important;
  justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
.swatch.pvOpt1.option2 .swatchInput:checked + .swatchLbl:not(.color) {
  color: #fff;
  background-color: #f497b5;
  border: 1px solid #f497b5;
  font-size: 18px;
  border-radius: 10px;
  width: 130px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.swatchLbl:not(.color) {
  background-color: transparent;
  border: 1px solid #f497b5;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border-radius: 10px !important;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.option-value--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
quantity-input button {
  background: #f1f1f1 !important;
}
.stock-top {
  display: none !important;
}
.visitor-counter-content-box-carecartbysalespop-2020 {
  display: none !important;
}
span.swatch-name-floated {
  position: absolute;
  background: #ed97b5;
  border-radius: 30px;
  padding: 4px 10px;
  color: black;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid black;
  max-width: 90px;
  text-align: center;
  font-weight: 500;
  top: -16px;
}
.swatch-element input.swatchInput:checked + span + label {
  outline: 1px solid black;
}
.product-form__submit {
  background: #671035;
  color: #fff;
  font-weight: 900;
  height: 60px;
  font-size: 22px !important;
}
.product-form__submit:hover {
  background: #d6baa8;
  border-color:#d6baa8;
}
details.sumtabs summary {
  font-weight: bold;
  color: black;
}
.featured-bar-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.tc.view-all--btn a {
  font-size: 18px;
  font-weight: 900;
  line-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  background: transparent;
  border: 2px solid black;
  max-width: 450px;
  width: 100%;
  margin: 30px auto 0 auto;
  color: black;
  overflow: hidden;
  transition: all 0.4s;
}
.tc.view-all--btn a:hover {
  box-shadow: inset 500px 0 0 0 #671035;
  color: #fff;
  border-color: #671035;
}
.vertical-review-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
}
.review_vertical_icon span {
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.review_vertical_icon {
    max-width: 140px;
    text-align: center;
}
img.icon_item {
    width: 110px;
}
#faq.narrow {
  /* max-width: 900px; */
  max-width: 1200px;
  /* margin: 0 0 0 auto; */
  position: relative;
  z-index: 99;
}
.faq--main.sec_cov {
  position: relative;
  overflow: hidden;
}
.faq--main.sec_cov::after {
  content: "";
  width: 600px;
  height: 1100px;
  /* background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/image_78.png?v=1738800884"); */
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 0;
}
.comparison-sec--main {
  padding-top: 80px;
  padding-bottom: 80px;
}
.comparison-wrapper--flexbox:first-child {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
hr.comparison--sec-divider {
  border: none;
  margin: 0;
  padding: 60px 0;
}
.comparison-wrapper--flexbox:last-child {
  display: flex;
  justify-content: space-between;
}
.guarantee--wrapper:after {
  content: "";
  width: 480px;
  height: 375px;
  background-size: contain;
  position: absolute;
  top: -45px;
  right: -177px;
  z-index: 99;
  background-repeat: no-repeat;
}
body.template-collection .homepage-banner-wrapper {
  max-width: 650px;
}
body.template-collection .homepage-banner-wrapper img {
  max-width: 425px;
  width: 100%;
}
.tab-sec--main {
  padding: 80px 0;
}
.custom-tab-container {
  position: relative;
}
.custom-tab-container button {
  display: inline-flex;
  width: 100px !important;
  max-width: 180px;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 60px;
  border-radius: 12px;
  border: 1px solid black;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.tab-button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  flex: 1;
}
.tab-button:hover {
  background-color: #f497b5;
  border: 1px solid #f497b5;
  color: white;
}
.tab-button.active {
  background-color: #f497b5;
  border: 1px solid #f497b5;
  color: white;
}
.tab-content {
  display: none;
  margin-top: 70px;
  animation: fadeEffect 1s;
}
.device-use--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  flex-wrap: wrap;
}
.device-use--wrapper img {
  max-width: 30%;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nine-simple-steps--main {
  padding: 80px 0;
}
.nine-simple-steps--main h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: black;
  line-height: 120%;
  text-align: center;
}
.nine-simple-steps--main h3 + p {
  font-size: 18px;
  font-weight: 500;
  margin: 10px auto 60px auto;
  max-width: 830px;
  text-align: center;
  color: black;
  line-height: 120%;
}
.nine-steps--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  flex-wrap: wrap;
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Layer_1.svg?v=1738881338");
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center center;
}
.nine-single--step {
  max-width: 33.33%;
  width: 100%;
}
body.warrantyinformation.template-page .homepage-banner-wrapper {
  max-width: 780px;
}
body.warrantyinformation.template-page .homepage-banner-wrapper img {
  max-width: 425px;
  width: 100%;
}
.warranty-first-wrapper--main {
  padding: 80px 0;
}
.warranty-first-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.warranty-first-left {
  max-width: 38.5%;
  width: 100%;
}
.warranty-first-right {
  max-width: 58.5%;
  width: 100%;
}
.warranty-first-right h3 {
  font-size: 40px;
  max-width: 570px;
  width: 100%;
  font-weight: 700;
  color: #000;
  line-height: 120%;
  margin: 0;
  text-transform: uppercase;
}
.warranty-first-right h3 span {
  font-weight: 900;
}
.warranty-first-right p {
  font-size: 16px;
  max-width: 600px;
  width: 100%;
  color: #000;
  line-height: 120%;
  margin: 30px 0;
}
.key-point--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 25px;
}
.key-point-checkmark {
  max-width: 20px;
  width: 100%;
}
.key-point-info {
  width: 100%;
  color: #504b75;
  font-size: 16px;
  font-weight: 700;
}
.warranty-second-wrapper--main {
  padding: 80px 0;
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Rectangle_289_85112680-0a74-4170-862a-a0edb4adcca5.png?v=1738888779");
  background-size: cover;
}
.warranty-second-box-inner-wrapper {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
}
.warranty-second-wrapper h3 {
  font-size: 48px;
  max-width: 735px;
  width: 100%;
  font-weight: 700;
  color: #000;
  line-height: 120%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.warranty-second-wrapper h3 span {
  font-weight: 900;
}
.warranty-second-wrapper p {
  font-size: 16px;
  max-width: 610px;
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 120%;
  margin: 15px auto 40px auto;
}
.tab-sec--main.product-tab-sec--main img {
  max-width: 100%;
  width: 100%;
}
.tab-sec--main.product-tab-sec--main picture {
  width: 100%;
}
.videos-slider--main {
  padding: 80px 0;
}
.videos-slider--main h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 120%;
}
.videos-slider--main video {
  max-width: 300px;
  width: 100%;
}
.review-gallery--main {
  padding: 80px 0;
}
.review-gallery--main h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 120%;
}
.review-gallery--main .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.info-wrapper--wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Background_b630312c-d5e2-4bd3-a4de-053611003fb3.png?v=1739142487");
  background-size: cover;
}
.side-img-box {
  max-width: 40%;
  width: 100%;
  line-height: 0;
}
.side-content-box {
  max-width: 60%;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.illustration--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid black;
}
.illustration--wrapper:last-child {
  border-bottom: none;
}
span.illustration-box {
  max-width: 60px;
  width: 100%;
}
span.illustration--content {
  width: 100%;
}
span.illustration--content h4 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
span.illustration--content p {
  font-size: 16px;
  margin: 0;
  line-height: 120%;
}
.testimonial-grid--main {
  padding: 70px 0;
}
.testimonial-grid--main h3 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 120%;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.testi-single--card {
  border-radius: 20px;
  overflow: hidden;
}
.testi-single--card--content {
  /* background-image: url("https://cdn.shopify.com/s/files/1/0559/0882/7272/files/Background_b630312c-d5e2-4bd3-a4de-053611003fb3.png?v=1739142487"); */
  background-size: cover;
  background-color:#671035;
  padding: 30px;
  text-align: center;
  margin-top: -10px;
}
.testi-single--card--content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 120%;
  text-transform: uppercase;
}
.testi-single--card--content p {
  font-size: 15px;
  max-width: 275px;
  margin: 5px auto 0 auto;
  line-height: 140%;
  color: #fff;
}
.see-cmplt-usage--btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  background: #f497b5;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border-radius: 20px;
  margin: 50px auto 0;
  color: #fff;
  overflow: hidden;
  transition: all 0.4s;
}
.see-cmplt-usage--btn:hover {
  box-shadow: inset 500px 0 0 0 #5b416e;
  color: #fff;
}
body.Contact.template-page input.btn {
  background: #671035;
}
body.Contact.template-page input,
body.Contact.template-page textarea {
  border-color: #f497b5;
}
.swiper.blog-slider .swiper-button-prev,
.swiper.blog-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.swiper.blog-slider .swiper-button-prev {
  left: -10px;
}
.swiper.blog-slider .swiper-button-prev,
.swiper-rtl {
  left: 50px;
  right: auto;
}
.swiper.blog-slider .swiper-button-next {
  right: 50px;
}
.swiper.blog-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.swiper.blog-slider .swiper-button-prev::after,
.swiper.blog-slider .swiper-button-next::after {
  display: none;
}

/*
.swiper.blog-slider {
  position: relative;
}
.swiper.blog-slider .swiper-button-next, .swiper.blog-slider .swiper-button-prev {
  cursor: pointer;
}
.swiper.blog-slider .swiper-button-next::after, .swiper.blog-slider .swiper-button-prev::after {
  display: none;
}
.blog-slider-arrows--main {
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 30px;
  margin-top: 60px;
  z-index: 10;
}
*/
.shopify-payment-button shopify-buy-it-now-button button {
  font-weight: 900 !important;
  font-size: 22px !important;
  height: 60px !important;
}
svg.at-icon.wishicon.added path.added {
  fill: red;
}

/* pdp  */

.pdp_custom  .featured-text .tc {
  display:flex;
  align-items:center;
  gap:10px;
    padding: 8px;
}

.pdp_custom  .featured-text .at-icon {
    margin: 0 ;
    width: 30px;
    height: 30px;
}

.pdp_custom .logo_inverx{
    filter: invert(1);
}









@media only screen and (max-width: 1300px) {
.header-inner.trnsprt{
  padding: 0 15px;
}
}




@media (min-width: 1000px) and (max-width: 1600px) {
  .guarantee--wrapper:after {
    width: 400px;
    height: 282px;
    top: 9px;
    right: -53px;
  }
}
@media only screen and (max-width: 550px) {
  .annoucement-content-wrapper {
    font-size: 10px;
  }
  .homepage-banner-wrapper h1 {
    font-size:30px;
  }
  .homepage-banner-wrapper p {
    font-size: 14px;
  }
  .btn-wrapper a {
    font-size: 16px;
    height: 54px;
  }
  .homepage-banner--main {
    padding: 200px 0 50px 0;
    background-position: 80% 30%;
  }
  .vertical-review-with-text-wrapper {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .vertical-review-box {
    max-width: 100%;
  }
  .vertical-review-text-box {
    max-width: 100%;
  }
  .vertical-reviw-text-box h3 {
    font-size: 28px;
  }
  .vertical-review-text-box p {
    font-size: 12px;
    max-width: 100%;
  }
  .image-text--wrapper {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .content--box {
    max-width: 100%;
    width: 100%;
  }
  .image--box {
    max-width: 100%;
    width: 100%;
    line-height: 0;
  }
  .image--box img {
    height: 290px;
  }
  .content--box h3 {
    font-size: 22px;
  }
  .content--box p {
    font-size: 12px;
    margin: 20px 0;
  }
    .content--box ul li {
    font-size: 12px;
  }
  .image-text--wrapper.img-left-alignment {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .content-key-point--wrapper p {
    font-size: 14px;
    margin: 0;
  }
  .customer-counter--main {
    padding: 0 0 40px;
  }
  .customer-counter--wrapper {
    flex-direction: column;
    row-gap: 50px;
  }
  .guarantee--wrapper {
    padding: 130px 20px 40px 20px;
  }
  .guarantee--wrapper:after {
    width: 200px;
    height: 290px;
    top: -55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
  }
  .guarantee_heading p {
    font-size: 18px;
    max-width: 100%;
    text-align: center;
  }
  .guarantee--wrapper p {
    font-size: 12px;
    max-width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
  }
  h3.sttl {
    font-size: 22px !important;
  }
  .faq--main .sbttl {
    font-size: 14px !important;
  }
  .blog-slider--main {
    padding: 35px 0;
  }
  .blog_heading h2 {
    font-size: 30px;
    padding: 0 1.2rem;
  }
  .blog_text p {
    margin: 10px auto 40px;
    font-size: 14px;
    padding: 0 1.2rem;
    text-align: center;
  }
  .blog-slider--main .page-width {
    padding: 0 0 0 5%;
  }
  .blog-slider--main .swiper-slide a img {
    height: 250px;
  }
  .blog-slider--main .swiper-slide p {
    font-size: 12px;
  }
  .order-abroad-form--main {
    padding: 40px 0;
  }
  .order-abroad-form--main h3 {
    font-size: 22px;
    line-height: 120%;
  }
  .form-flags-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .form-flags-wrapper img {
    width: 19%;
    height: auto;
  }
  .flage-divider {
    display: none !important;
  }
  .form-abroad-popup-wrapper {
    max-width: 370px;
  }
  .form-abroad-popup-wrapper h4 {
    font-size: 16px;
  }
  .sweethelp-chat-button-area {
    bottom: 75px !important;
    position: fixed;
  }
  #scroll_top {
    right: -10px !important;
    bottom: 170px !important;
  }
  .template-collection .guarantee--main {
    padding: 40px 0;
  }
  .swatch-element label {
    width: 100px !important;
    height: 100px !important;
  }
  .product-benefits--main {
    padding: 40px 0;
  }
  .product-benefits--main h3 {
    font-size: 22px;
    line-height: 120%;
  }
  .product-benefits--wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .product-benefit-left-box {
    max-width: 100%;
  }
  .product-benefit-left-box img {
    height: 293px;
  }
  .product-benefit-right-box {
    max-width: 100%;
  }
  .benefit-inner-wrapper h4 {
    font-size: 16px;
  }
  .benefit-inner-wrapper p {
    font-size: 12px;
  }
  .benefit-inner-wrapper {
    width: 100%;
  }
  .product-single-benefit-wrapper {
    column-gap: 20px;
  }
  span.swatch-name-floated {
    padding: 4px 0;
    max-width: 72px;
    font-size: 10px;
  }
  .comparison-wrapper--flexbox:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .comparison-wrapper--flexbox svg {
    width: auto;
    height: 100px;
  }
  span.single--box--card {
    max-width: 25%;
    width: 100%;
    text-align: center;
  }
  .comparison-sec--main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  hr.comparison--sec-divider {
    padding: 20px 0;
  }
  .comparison-wrapper--flexbox:last-child {
    justify-content: center;
    align-items: center;
    row-gap: 30px;
  }
  .faq--main.sec_cov:after {
    display: none;
  }
  .reelUp_slider_heading {
    font-size: 26px !important;
  }
  .product-rows--main h3 {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .vertical-review-with-text--main {
    margin: 35px 0;
  }
  .vertical--slider-main {
    height: 300px;
  }
  .vertical-review-text-box h4 {
    font-size: 20px;
  }
  .vertical-review-icons-wrapper span svg {
    height: 100px;
    width: auto;
  }
  .vertical-review-icons-wrapper {
    row-gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
  .custom-image-text--main {
    padding: 30px 0 !important;
  }
  .tab-buttons {
    row-gap: 20px;
    flex-wrap: wrap;
  }
  button.tab-button {
    min-width: 160px;
  }
  .device-use--wrapper img {
    max-width: 49%;
    border-radius: 15px;
  }
  .tab-sec--main {
    padding: 40px 0;
  }
  .nine-simple-steps--main h3 {
    font-size: 26px;
  }
  .nine-simple-steps--main h3 + p {
    font-size: 16px;
    font-weight: 400;
  }
  .nine-single--step {
    max-width: 100%;
    width: 100%;
  }
  .nine-single--step img {
    width: 210px;
  }
  .nine-single--step:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
  .nine-steps--wrapper {
    background-size: contain;
    background-repeat: repeat;
  }
  .warranty-first-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .warranty-first-left {
    max-width: 100%;
  }
  .warranty-first-right {
    max-width: 100%;
  }
  .warranty-first-right h3 {
    font-size: 26px;
  }
  .key-point-info {
    font-size: 12px;
  }
  .warranty-first-wrapper--main {
    padding: 30px 0;
  }
  .warranty-second-wrapper--main {
    padding: 30px 0;
  }
  .warranty-second-wrapper h3 {
    font-size: 30px;
  }
  .swatch.pvOpt0.option1 .swatch-element label {
    width: 100px !important;
    height: 100px !important;
  }
  .priceSingle {
    row-gap: 10px;
  }
  .swatch-name--main.header {
    font-size: 18px;
  }
  .swatch.pvOpt1.option2 input + label {
    height: 50px !important;
    font-size: 16px !important;
  }
  .videos-slider--main h3 {
    font-size: 22px;
     margin: 0 0 30px;
  }
  .videos-slider--main {
    padding: 40px 0;
  }
  .info-wrapper--wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .side-img-box {
    max-width: 100%;
  }
  .side-content-box {
    max-width: 100%;
  }
  span.illustration--content h4 {
    font-size: 16px;
  }
  span.illustration--content p {
    font-size: 12px;
  }
  .illustration--wrapper {
    padding: 20px 0;
  }
  span.illustration-box {
    max-width: 40px;
    width: 100%;
  }
  span.illustration-box svg {
    width: 100%;
  }
  .testimonial-grid--main {
    padding: 35px 0;
  }
  .testimonial-grid--main h3 {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .testi-single--card--content h4 {
    font-size: 20px;
  }
  .testi-single--card--content p {
    font-size: 12px;
  }
  .review-gallery--main {
    padding: 30px 0;
  }
  .review-gallery--main h3 {
    margin: 0 0 20px 0;
    font-size: 26px;
  }
  .template-product .guarantee--main {
    padding: 80px 0 20px 0;
  }
  .comparison-wrapper--flexbox + hr + .comparison-wrapper--flexbox {
    flex-direction: column;
  }
  .comparison-wrapper--flexbox + hr + .comparison-wrapper--flexbox span {
    max-width: 100%;
  }
  .newsletter-form-wrapper button#Subscribe {
    margin-top: 0;
  }
  .product-card-detail--main.details.anim .add-to-cart,
  a.btn-options.quickShop {
    font-size: 16px;
  }
  .faq--main details.faq-body svg {
    max-width: 30px;
    min-width: 30px;
  }
  .vertical-review-text-box h3 {
  font-size: 22px;
}

 {% if template.suffix == 'about1' %}
     .custom-image-text--main {
    padding: 30px 0 0 !important;
  }
    {% endif %}

}

.jdgm-prev-badge {
    text-align: left;
}

.review-star {
    width: 20px;
    height: 20px;
    fill: #F8B2B5;
}
.review_logo_img {
    border-radius: 50%;
}
.inner_reivew_block {
    background-color: #F3F4F6;
    border-radius: 14px;
    padding: 15px;
    max-width: 900px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
}
.review_logo {
    flex-shrink: 0;
    width: 15%;
    min-width: 60px;
    max-width: 100px;
}
.review_content {
    flex: 1;
}
.review_name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.4;
}
.review_text {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}


.inner_shipping_bar {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    gap: 20px;
}
.shipping_bar_item {
    max-width: 50%;
    width: 100%;
    background: #F3F4F6;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.shipping_text {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}

.stock_update {
    display: flex;
    background-color: #fbecec;
    max-width: 445px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 1px 6px;
    margin-bottom: 10px;
    gap: 5px;
    border-radius: 14px;
    border: 1px solid #F8B2B4;
    border-style: dashed;
}

@media screen and (min-width: 768px) {
    .stock_update {
        padding: 7px 1px 8px;
        max-width: 100%;
        margin-bottom: 12px;
        margin-top: 5px;
    }
}
.stock-update-content {
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: .6px;
    line-height: 1;
    justify-content: flex-start;
}
/* .stock-update-bullet {
    align-self: stretch;
    font-size: 15px;
    color: red;
    animation: lampeggia 1s infinite;
    animation: inventory-pulse 1s infinite;
    white-space: nowrap;
    margin: auto 0;
    padding: 0 3px 0 5px;
} */
.stock_bg, .stock_bg:before {
    background-color: #54c63a;
        margin-right: 0;
    width: 6px;
    height: 6px;
}

.stock-update-text {
    align-self: stretch;
    min-width: 240px;
    padding-left: 5px;
    color: #000;
    margin: auto 0;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.stock-update-progress-container {
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    margin-top: 2px;
    width: 300px;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.stock-update-progress-bar {
    border-radius: 50px;
    background-color: #f8b2b4;
    align-self: stretch;
    min-height: 5px;
    width: 100%;
    display: flex !important;
    margin: auto 0;
    transition: width .5s 
ease-in-out;
}


.kl_form{
      max-width: 50%;
    width: 100%;
}

@media(max-width:769px){
  .kl_form {
    max-width: 100%;
}
}