/** Shopify CDN: Minification failed

Line 543:13 Expected ":"

**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --black100: #000;
  --placeholderblack:rgba(0,0,0,0.6);
  --blackcolor: #1E1E1E;
  --whitecolor: #fff;
  --lightgray: #f6f6f6;
  --scrollbar-color:#D9D9D9;
  --discountcolor: #535454;
  --buynowcolor: #27CB72;
  --backshadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  --Zarf-Regular: JosefinSans-Regular;
  --Zarf-Bold: JosefinSans-Bold;
  --Zarf-Medium: JosefinSans-Medium;
  --Zarf-light: JosefinSans-Light;
  --zarf-diff-regular: DMMono-Regular;
  --bulk-colorM:#FAC95C;
  --bulk-colorB:#CFD6EE;
  --bulk-colorA:#FFBF84;
  --bulk-colorC:#FDA985;
  --bulk-colorD:#E7F9B1;
  --bulk-colorH:#B4DEA9;
  --bulk-colorJ:#FFBEB2;
  --bulk-colorK:#99E798;
  --bulk-colorL:#ADE7DC;
  --bulk-colorP:#B5D4EA;
  --anchercolor:#0289FD;
  --whiteopacity:rgba(255,255,255,0.3);
  --blackopacity:rgba(0,0,0,0.3);
  --reviewstar:#E8C856;
}
a {
  color: inherit;
  text-decoration: inherit;
}
html{
  padding-bottom:0 !important;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

::selection {
  background:transparent !important;
  color: var(--block100) !important;
}

a:active, a:focus ,*:active,*:focus {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Set the color to transparent */
}


.smartbar-wrapper{
  z-index:3 !important;
}

@font-face {
  font-family: "DMMono-Regular";
  src: url("/cdn/shop/files/DMMono-Regular.woff2?v=1702729255") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "JosefinSans-Bold";
  src: url("/cdn/shop/files/JosefinSans-Bold.woff2?v=1702729255") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "JosefinSans-Regular";
  src: url("/cdn/shop/files/JosefinSans-Regular.woff2?v=1702729255") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "JosefinSans-Light";
  src: url("/cdn/shop/files/JosefinSans-Light.woff2?v=1702729255") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "JosefinSans-Medium";
  src: url("/cdn/shop/files/JosefinSans-Medium.woff2?v=1702729255") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("/cdn/shop/files/Poppins-Regular.woff2?v=1702729255") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("/cdn/shop/files/Poppins-Bold.woff2?v=1702729255") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("/cdn/shop/files/Poppins-Medium.woff2?v=1702729255") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-solid";
  src: url("/cdn/shop/files/fa-solid-900.woff2?v=1704356060") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-brands";
  src: url("/cdn/shop/files/fa-brands-400.woff2?v=1704356060") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fa-Regular";
  src: url("/cdn/shop/files/fa-regular-400.woff2?v=1704356059") format("woff2");
  font-display: swap;
}

.zarf-heading {
  font-family: var(--Zarf-light);
  font-size: clamp(2.6rem, 2.5vw, 5.3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
}

.zarf-Subheading2 {
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem, 1.354vw, 3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  text-transform: uppercase;
}
.zarf-Subheading3 {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.6rem, 1.25vw, 3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
}

.zarf-Paragraph {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem, 0.833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
}

/******************
        tools
*****************/

/**********homepage css**********/

.Zarf-index{
    height: 100%;
    margin: 0;
    overflow: hidden !important;
    width: 100%;
}
.zarf-main {
  width: 100%;
    overflow-y: auto; 
    overflow-x: hidden; 
  height: 100vh;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
   -webkit-overflow-scrolling: touch;
    position: relative;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.Zarf-index header.zarf-newHeader{
  background: none;
  box-shadow: none;
}

.zarf-navigation {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  align-items:center;
  margin-top:0;
}

header.zarf-newHeader .zarf-newnav {
  position: absolute;
  width: fit-content;
  left: 50%;
  transform: translatex(-50%);
}
header.zarf-newHeader .zarf-newnav ul {
  display: flex;
  align-items: center;
  column-gap: 2.5vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.zarf-newHeader .zarf-newnav > ul > li > a {
  color: var(--blackcolor);
  text-decoration: inherit;
  display: block;
}

a#login svg path{
  stroke: var(--blackcolor);
}

.header__search svg path {
    stroke: var(--blackcolor);
}


.Zarf-product .header__search svg path {
    stroke: var(--blackcolor);
}


a#login svg path{
  stroke: var(--blackcolor);
}
.header__search svg path {
    stroke: var(--blackcolor);
}


.zarf-newHeader .logo svg {
  width: 3.5vw;
  height: 3.5vw;
}
.zarf-newHeader .logo a {
  display: block;
}
.zarf-newHeader .logo svg path {
  fill: var(--blackcolor);
}
.makedarkcolor.zarf-newHeader .logo svg path {
  fill: var(--whitecolor);
}
.zarf-newHeader .zarf-newright svg {
  width: 1.2vw;
  height: 1.2vw;
  vertical-align:middle;
}


.zarf-newright {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}

.zarf-megadrop {
    position: absolute;
    left:50%;
    opacity:0;
    top:110%;
    transform:translatex(-50%);
pointer-events:none;
  transition:all 250ms linear;
  z-index:4;
}

.zarf-newHeader .zarf-newnav > ul > li:hover .zarf-megadrop{
   opacity:1;
    top:77% !important;
  pointer-events:auto;
}
.zarf-newHeader .zarf-newnav > ul > li>a{
  cursor: pointer;
  position: relative;
  transition: all 0.4s linear;
  white-space:nowrap;
  text-transform: uppercase;
}

.zarf-newHeader .zarf-newnav>ul>li:hover a{
transform: translateY(-0.5rem);
}

header.zarf-newHeader .zarf-newnav>ul>li>a:after, header.zarf-newHeader .zarf-newnav>ul>li>a.active:after{
    content: "";
    background: var(--blackcolor);
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translatex(-50%);
    opacity:0;
    transition:all 250ms linear;
}

header.zarf-newHeader.makedarkcolor .zarf-newnav>ul>li>a:after{
    background: var(--whitecolor);
}

.zarf-newHeader .zarf-newnav > ul > li:hover a:after, .zarf-newHeader .zarf-newnav > ul > li:hover a.active:after
{
      opacity:1;
}



.zarf-megainner {
    background: var(--whitecolor);
    width: 50vw;
       height: fit-content;
   margin-top: 2rem;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  justify-content:center;
  gap:1vw;
  padding:1.7vw 0;
  box-shadow:var(--backshadow);
  border-radius:1rem;
  
}

.zarf-newHeader .zarf-newnav>ul .zarf-megainnerbox{
  width: 10vw;
  height:fit-content;
  text-align: center;
  overflow:hidden;
  padding-bottom: 15px;
  transition:all 250ms linear;
  position: relative;
  text-transform: uppercase;
}

.zarf-newHeader .zarf-newnav>ul .zarf-megainnerbox:hover{
  transform:translateY(-2%);
}
.zarf-newHeader .zarf-megainnerbox.active:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 30px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
}
.zarf-newHeader .zarf-newnav>ul .zarf-megainnerbox a p{
  font-family:var(--Zarf-Medium);
      width: 6vw;
    line-height: 1;
    margin: 0.5rem auto 0 auto;
}

.zarf-newHeader .zarf-newnav>ul .zarf-megainnerbox a img{
   border-radius:1rem;
  overflow:hidden;
  
}


.zarf-mobilemenu {
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 999999;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
  display:flex;
  align-items:start;
  justify-content:center;
    opacity:0;
  top:0;
  transition:all 300ms linear;
  pointer-events:none;
}

.zarf-inner-menucontai {
  width: 100%;
  /* margin-top:1rem; */
  height: 100%;
  background: var(--whitecolor);
  /* border-radius:1rem; */
  padding: 2rem;
  position: relative;
}

.Zarf-Link-Menu {
  background: var(--whitecolor);
  width: 93%;
  height: 100%;
  position: fixed;
  z-index: 6;
  left: 50%;
  transform: translatex(-50%);
  top: 3%;
  border-radius: 1rem;
  opacity:0;
  transition:all 300ms linear;
  pointer-events:none;
}

.Zarf-link-body {
  display: none;
  flex-wrap: wrap;
  column-gap: 1rem;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
  margin-top: 2rem;
}

.Zarf-link-content {
  width: 100%;
  padding: 0 2.5rem;
  text-transform: uppercase;
}

.Zarf-link-content p {
  line-height:1.1;
  font-size:1.1rem;
  letter-spacing: 0.5px;
}

.Zarf-link-content img{
  border-radius:0.8rem;
  overflow:hidden;
  mix-blend-mode: darken;
}

.Zarf-Link-top {
    width: 90%;
    margin-inline:auto;
}

.Zarf-Link-top button{
  background:var(--lightgray);
  border:0;
  padding:1rem 1.5rem;
  display:flex !important;
  column-gap:0.8rem;
  align-items:center;
  border-radius:0.8rem;
  color: var(--blackcolor);
}


.zarf-inner-menucontai .sociallink {
    display: flex;
    width: 29%;
    justify-content: space-between;
}
/* new design */
.zarf-mobilenav-body > ul > li:last-child {
  grid-column: 1 / -1;
  width: 100%;
}

/* Base layout */
.zarf-mobilenav-body > ul > li:last-child .menu-main-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
  background: linear-gradient(180deg, #1f1f1f, #141414);
  border-radius: 8px;
  min-height: 48px;
  color: #fff;
}

/* Space between hamburger & MENU */
.zarf-mobilenav-body > ul > li:last-child .menu-main-item svg:first-child {
  margin-right: 2px;
}

/* Push ONLY arrow to the extreme right */
.zarf-mobilenav-body > ul > li:last-child .menu-main-item svg:last-child {
  margin-left: auto;
}
.ai-style-change-1 {
  .zarf-mobilenav-body>ul>li:last-child .menu-main-item& {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 1.8rem 2rem;
    width: auto;
    }
}
/* new design end */
.zarf-mobilenav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zarf-mobilenav-body ul{
  list-style:none;
  padding:0;
  margin:0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.zarf-mobilenav-body > ul > li {
  width: 33.3%;
  padding: 0px 7px;
  margin-top: 5px;
}
.zarf-mobilenav-body > ul > li:last-child .menu-main-item {
  background: #000000;
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  color: #fff;
  border-radius: 5px;
}

.zarf-mobilenav-body > ul > li > a {
  font-family:var(--Zarf-Regular);
  letter-spacing:0;
  font-weight:100;
  color:var(--blackcolor);
  line-height 14px;
  display:flex;
  align-items:center;
  text-transform: uppercase;
  flex-wrap: wrap;
  padding: 0px;
  border: none;
  font-size: 1.1rem;
  justify-content: center;
  text-align: center;
  position: relative;
}
.zarf-mobilenav-body {
  margin-top: 2.5rem;
}


.zarf-mobilenav-bottom {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.zarf-megainner-imgrow {
    display: grid;
    grid-template-columns: repeat(4,1fr);
      padding-inline: 1.3vw;
  column-gap:1.3rem;
}

.zarf-megainner-imgrow img{
filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
width:11vw;
height:fit-content;
  height: -webkit-fit-content;
  object-fit:contain;
    transition:all 250ms linear;
}
.zarf-megainner-imgrow img:hover{
    transform:translateY(-2%);
}

.zarf-megainner-blogsrow {
    display: grid;
    grid-template-columns: repeat(2,2fr);
    gap:2rem;
    padding-inline:2.5vw;
}

.zarf-megainner-imgrow>a{
  cursor:pointer;
}

.zarf-megainner-blogsrow .zarf-blogsrow-box a{
  display:flex;
  align-items:center;
  column-gap:1.5rem;
}

.zarf-megainner-blogsrow .zarf-blogsrow-box{
    transition:all 250ms linear;
}
.zarf-megainner-blogsrow .zarf-blogsrow-box:hover{
    transform:translateY(-2%);
}

.zarf-megainner-blogsrow .zarf-blogsrow-box p{
  line-height:1.1;
  font-family:var(--Zarf-Medium);
}


.zarf-megainner-blogsrow .zarf-blogsrow-box a img{
    width: 68%;
    height: 6vw;
    object-fit: cover;
    border-radius: 0.6rem;
    overflow: hidden;
}


.zf-lastmore{
  background:var(--lightgray);
    border-radius: 0.8rem;
}

.zf-lastmore a{
  display:flex;
  width:100%;
  height:100%;
  justify-content:center;
  align-content:center;
 
}
.Zarf-link-body.programmesbody {
  gap: 0;
  width: 100%;
  margin-top: 10%;
}
.Zarf-link-body.programmesbody a {
  padding: 1rem 0px;
}
.Zarf-link-body.programmesbody a {
  width: 100%;
  height: 12rem;
  cursor:pointer;
}
.Zarf-link-body.programmesbody img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
}

div#shopify-section-Zarf-Announcement-Bar {
    text-align: center;
    position: absolute;
    width: 100%;
    background:var(--blackcolor);
    padding: 0.5rem 0;
    z-index:3;
}
div#shopify-section-Zarf-Announcement-Bar p{
    color:var(--whitecolor);
      font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-family:var(--Zarf-Medium);
}

.smartbar-message{
        font-size: clamp(1.2rem, 0.833vw, 2rem) !important;
    font-family:var(--Zarf-Medium) !important;
}

.open-mobile-modal.Zarf-Link-Menu {
  opacity: 1;
  pointer-events: auto;
}
.open-mobile-modal .Zarf-link-body {
  display: flex;
}


/**********header end*********/

.zarf-button-scroll {
width: 30px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: 2px solid rgb(255,255,255);
    box-shadow: 0 0 10px var(--whitecolor);
    position: absolute;
    bottom: 10%;
    z-index: 3;
    left:52%;
    transform: translatex(-50%);
}

.zarf-button-scroll .scroll {
    width: 5px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--whitecolor);
    box-shadow: 0 0 10px var(--whitecolor);
    animation: scroll_4013 2s linear infinite;
    transform: translateY(0);
    display: inline-block;
}

.zarf-button-scroll:after {
  content: 'scroll';
  position: absolute;
  top: 140%;
  color: whitesmoke;
  text-transform: uppercase;
  letter-spacing: 0;
 font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
}



.Zarf-collection .zarf-button-scroll {

    outline: 2px solid rgb(0,0,0);
    box-shadow: none;

}
.Zarf-collection .zarf-overlay-text{
    opacity:1 !important;
  position:absolute !important;
}

.Zarf-collection .zarf-button-scroll .scroll {
    background-color: var(--blackcolor);
    box-shadow:none;
}


.Zarf-collection .zarf-button-scroll:after {
  color:var(--blackcolor);
}



@keyframes scroll_4013 {
  0% {
    transform: translateY(40%);
  }

  50% {
    transform: translateY(90%);
  }
}



.zf-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow:hidden;
}

.zf-banner video {
  height: 100%;
  object-fit: cover;
  pointer-events:none;
      position: relative;
    z-index: -1;
}
.zarf-overlay-text {
  width: 100%;
  position: fixed;
  pointer-events: none;
  top: 18%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  transition: opacity 0.1s; /* Adjust the transition duration */
}

.showoverlay-text .zarf-overlay-text {
  opacity: 1;
}

.zf-banner h1,
.zf-banner p {
  color: var(--whitecolor);
}

.zarf-overlay-text .zarf-heading {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
      width: 53%;
    margin-inline: auto;
}

.zf-banner .zarf-overlay-text .zarf-heading{
        width: 36vw;
    margin-inline: auto;
}
/**** banner end******/

.zarf-productdrop {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

.zarf-productdrop #zarf-dropslider {
  width: 100%;
  height: 100%;
}

.zarf-productdrop .swiper img {
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.zarf-productdrop .swiper-button-next,
.zarf-productdrop .swiper-button-prev {
  border: 1.2px solid var(--blackcolor);
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  z-index:3 !important;
  -webkit-overflow-scrolling: touch
  
}

.zarf-productdrop .swiper-button-next:before,
.zarf-productdrop .swiper-button-prev:before {
 content: "";
 position: absolute;
 z-index: -1;
 background: var(--blackcolor);
 height: 150px;
 width: 200px;
 border-radius: 50%;
}

.zarf-productdrop .swiper-button-next:hover svg path,
.zarf-productdrop .swiper-button-prev:hover svg path{
 stroke: #fff;
}

.zarf-productdrop .swiper-button-next:before,
.zarf-productdrop .swiper-button-prev:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}
.zarf-productdrop .swiper-button-next:hover:before,
.zarf-productdrop .swiper-button-prev:hover:before 
 {
 top: -30px;
 left: -30px;
}
.zarf-productdrop .swiper-button-next:active:before,
.zarf-productdrop .swiper-button-prev:active:before 
{
 background: var(--blackcolor);
 transition: background 0s;
}

.zarf-productdrop .swiper-pagination {
  background-color: transparent !important;
}
.zarf-productdrop .swiper-button-next {
  right: 5% !important;
}


.zarf-productdrop .zarf-overlay-text p {
    display: none;
}
.zarf-productdrop .swiper-button-prev {
  left: 4% !important;
}

.zarf-productdrop .swiper-button-next svg,
.zarf-productdrop .swiper-button-prev svg {
  width: 1vw;
}

.zarf-productdrop .zarf-overlay-text {
  color: var(--blackcolor);
}

#zarf-dropthumb {
  position: absolute;
  top: 10%;
  background: transparent;
  z-index: 3;
  left: 50%;
  transform: translatex(-50%);
  width: 55vw;
  overflow:hidden;
}

#zarf-dropslider .swiper-slide-container{
  height:100%;
  width:100%;
} 
#zarf-dropslider .swiper-slide-container a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#zarf-dropthumb > .swiper-wrapper > .swiper-slide {
  width: fit-content;
  height: 100%;
  opacity: 0.2;
  border: 1.5px solid transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8rem;
}

#zarf-dropthumb > .swiper-wrapper > .swiper-slide-active {
  opacity: 1;
  border-color: var(--blackcolor);
}

#zarf-dropthumb .zarf-Paragraph {
  font-family: JosefinSans-Medium;
  cursor: pointer;
}

.zarf-overlay-btns {
  position: fixed;
  bottom: 5%;
  transition: opacity 200ms ease; /* Adjust the transition duration */
  right: 8%;
  display: flex;
  column-gap: 1.5rem;
  opacity:0;
  z-index: -1;
  align-items: center;
  justify-content: center;
  display:block;
}

.showoverlay-text .zarf-overlay-btns {
  opacity: 1;
    z-index: 3;
   display:flex;
}

.zarf-overlay-btns a {
  background: var(--whitecolor);
  box-shadow: var(--backshadow);
  text-decoration: inherit;
  color: var(--blackcolor);
  font-family: JosefinSans-Medium;
  cursor: pointer;
  font-size: clamp(1.2rem, 0.833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
 position: relative;
 overflow: hidden;
   z-index: 1;
}


.zarf-overlay-btns .zf-discountbt {
  background: var(--blackcolor);
  color: var(--whitecolor);
}
.zf-getbtn>span {
  font-family: Poppins-Medium;
  font-size: 1.6rem;
}


.zarf-overlay-btns a:before {
 content: "";
 position: absolute;
 z-index: -1;
    background: var(--blackcolor);
 height: 300px;
 width: 500px;
 border-radius: 50%;
}

.zarf-overlay-btns a:hover {
 color:var(--whitecolor);
}

.zarf-overlay-btns a:before {
 top: 100%;
 left: 100%;
 transition: all .7s;
}

.zarf-overlay-btns a:hover:before {
   top: -80px;
 left: -80px;
}

.zarf-overlay-btns a:active:before {
 background: var(--blackcolor);
 transition: background 0s;
}


.jdgm-rev-widg__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

.jdgm-form-wrapper {
    width: 100%;
}


p.zarfshort-Description{
font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing:0;
  line-height:1.3;
    color: var(--black100);
  width:76%;
}

.Zarf-Pieceid{
    text-decoration: inherit;
    color: #505050;
    font-family:var(--Zarf-Medium);
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 0.5rem 1.8rem;
    border-radius: 0.8rem;
    overflow: hidden;
    width:fit-content;
    border:1px solid #505050;
    margin-bottom:1rem;
}



.Zarf-product .zarf-overlay-btns{
  opacity:1;
  z-index:2;
  position:absolute;
  display: none;
}


/**** zarf-productdrop end******/

.zarf-snitchcraft {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow:hidden;
}


.zarf-snitchcraft #zf-snitch {
  position: absolute;
  top: 50%;
  left: 0;
  z-index:2;
  width: 100%;
  transform: translatey(-50%);
}

.swiper-pagination {
  top: unset !important;
  bottom: 48% !important;
  width: 50vw !important;
  left: 50% !important;
  height: 0.25rem !important;
  right: unset !important;
  transform: translatex(-50%) !important;
}

.zf-snitchcard {
  background: var(--whitecolor);
  border-radius: 0.96rem;
  padding: 1.2rem 1.2rem 2rem 1.2rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    height: clamp(28rem,22vw,52rem);
}

.zf-snitchcard video {
  border-radius: 0.9rem;
  height: 11vw !important;
  object-fit: cover !important;
}

.zf-snitchcard .zarf-Subheading2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  width: 12vw;
  line-height: 1.1;
}

.zarf-snitchcraft .swiper-slide:first-child {
  width: 30% !important;
}

.zarf-snitchcraft .swiper-slide {
  position: relative;
}

.zarf-snitchcraft .swiper-wrapper {
  align-items: center;
  padding-bottom: 8rem;
}

.zarf-snitchcraft .zarf-Subheading3 {
  text-align: center;
  line-height: 1.4;
  width:80%;
  margin-inline:auto;
  color:var(--whitecolor);
}

.zf-snitchcard .zarf-Paragraph {
  width: 98%;
  line-height: 1.3;
  margin-right: auto;
}

.swiper-pagination {
  background: rgba(30, 30, 30, 0.2) !important;
}
.zarf-snitchcraft .swiper-pagination {
  background: rgba(255, 255, 255, 0.2) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--blackcolor) !important;
}
.zarf-snitchcraft
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--whitecolor) !important;
}
.zarf-snitchcraft2 .zarf-Subheading3 {
  color: var(--whitecolor);
}
.zarf-snitchcraft2 h2 {
  color: var(--whitecolor);
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5rem;
  width: 100%;
}

.swiper-tool {
  position: relative;
  height:4rem;
}
.swiper-button-next {
  right: 22% !important;
  display: flex;
  align-items: center;
}
.swiper-button-prev {
  left: 22% !important;
}
.zarf-snitchcraft .swiper-tool .swiper-button-prev,
.zarf-snitchcraft .swiper-tool .swiper-button-next{
    border-color:var(--whitecolor);
}
.swiper-tool .swiper-button-prev,
.swiper-tool .swiper-button-next{
  border:1px solid var(--blackcolor);
  border-radius:50%;
  width:3.2rem !important;
  height:3.2rem !important;
  top:100% !important;
  transform:translatey(-50%);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
.zarf-snitchcraft .swiper-button-prev svg path,
.zarf-snitchcraft .swiper-button-next svg path {
  stroke: var(--whitecolor);
}

.zarf-snitchcraft .swiper-slide:not(:first-child):before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 5%;
  z-index: 8;
  background: var(--whitecolor);
  border: 1.5px solid var(--whitecolor);
  border-radius: 50%;
}


.zarf-snitchcraft .swiper-wrapper:before {
    content: "";
    width: 74%;
    height: 0.13rem;
    position: absolute;
    z-index: -1;
    top: 4.9%;
    right: -14%;
    background: var(--whitecolor);
}


.zarf-snitchcraft .swiper-slide > span {
  font-family: var(--Zarf-Regular);
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom:1vw;
  color: var(--whitecolor);
}

.zarf-snitchcraft .swiper-slide > span {
  color: var(--whitecolor);
  opacity:0;
}


.zarf-snitchcraft video {
  height: 100%;
  object-fit: cover;
}

/**** zarf-snitchcraft ******/

.zf-craftment {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  height: 100vh;
  background-color: var(--black100);
  position: relative;
}

.craftment-row {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
  justify-content: space-between;
}
.craftment-row .craftment-left {
  width: 55%;
}
.craftment-row .craftment-right {
  width: 48%;
}

.craftment-row .craftment-right .zarf-heading {
  margin-bottom: 1rem;
  text-transform: uppercase;
  width: 28vw;
  color: var(--lightgray);
}
.craftment-row .craftment-right .zarf-Paragraph {
  line-height: 1.5;
  width: clamp(42rem, 25vw, 25vw);
  color: var(--lightgray);
}
.craftment-row .craftment-left svg {
  width: 100%;
  height: 100%;
}

/******** zf-craftment end ********/

.zarf-NewArrivals {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  position: relative;
  height:100vh;
}

.zarf-NewArrivals #zarf-NewArrivals {
top: 21%;
}

.zarf-NewArrivals .zarf-arrival-slide {
  background: var(--lightgray);
  height:100%;
}
.zarf-NewArrivals .zarf-arrival-slide h2 {
  position: absolute;
  left: 50%;
  transform:translatex(-50%);
  z-index: 3;
  top: 11%;
  text-transform:uppercase;
}

.zarf-NewArrivals .zr-new-product h3 {
  text-align: center;
}
.zarf-NewArrivals .zr-new-product p {
  text-align: center;
  margin-top: 0.7rem;
  color: var(--blackcolor);
  font-family: var(--Zarf-Medium);
}

.zarf-NewArrivals .zr-new-product p span {
  color: var(--discountcolor);
  position: relative;
  display: inline-block;
}
.zarf-NewArrivals .zr-new-product p span::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translatex(-50%);
  background: var(--discountcolor);
  width: 100%;
  height: 0.1rem;
  opacity: 0.8;
  transform: rotate(-10deg);
}


.zarf-NewArrivals .swiper-wrapper {
  align-items: center;
  padding-bottom: 10rem;
}

.zarf-NewArrivals .swiper-wrapper .zr-new-product img {
    aspect-ratio: 3/1.9;
    object-fit: cover;
}

.zarf-NewArrivals .zarf-seen {
  padding: 3.5vw 0 3.5vw 0;
}
.zarf-NewArrivals .zarf-seen h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.zarf-NewArrivals .zarf-seen svg {
  width: 50vw;
  margin: 0 auto;
}

.zarf-reviewbox {
  background: var(--whitecolor);
  width: 100%;
  height: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1.2rem;
  position: relative;
}

.zarf-reviewbox p {
  width: 65%;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
}

.zarf-views {
background:var(--lightgray);
  padding:7rem 0 6rem 0;
}

div#zarf-NewArrivals2 .swiper-wrapper{
  padding-bottom:2rem;
}

.zarf-reviewbox svg {
  position: absolute;
  width: 3vw;
  height: 3vw;
}
.zarf-reviewbox > span {
  width: 65%;
  text-align: right;
  margin: 1rem auto 0 auto;
  font-family: var(--Zarf-Medium);
}

.zarf-reviewbox svg path {
  fill: #dedede;
}

.zarf-reviewbox .left-svg {
  left: 8%;
  top: 8%;
}
.zarf-reviewbox .right-svg {
  right: 8%;
  bottom: 8%;
}

.zf-bestsel.zarf-NewArrivals .zarf-arrival-slide h2 {
  top: 12%;
}
/******** NewArrivals end ********/


.zarf-gold-row {
  display: flex;
  width: 58%;
  justify-content: center;
  align-items: center;
}

.gold-left svg{
  width: 100%;
  height:22vw;
}

.gold-left{
  width: 50%;
}

.gold-right{
  width: 50%;
  display: grid;
}
.zarf-goldmark img {
  width: 100%;
  height: fit-content;
}

.gold-right img {
  width:69%;
  height:8rem;
  margin-inline:auto;
}
.gold-right>svg {
    width: 9rem;
    height: 9rem;
    margin-inline:auto;
}

.gold-right p {
  text-align: center;
  margin-top:2rem;
  width: 84%;
  line-height: 1.4;
  margin-inline:auto;
}
.zarf-goldmark {
  width: 100%;
  height: 100vh;
  background:#FFC724;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}

.zarf-goldmark .zarf-overlay-btns a {
    background: var(--blackcolor) !important;
    color: var(--whitecolor);
  transition:all 0.5s linear;
}
/******** zarf-goldmark end ********/

.zarf-Warming {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  overflow: hidden;
}
.zarf-Warming .zarf-warming-left{
  display:flex;
  justify-content:end;
  align-items:center;
  position:relative;
}
.zarf-Warming .zarf-warming-left img {
  height:fit-content;
  width: 80%;
}

.zarf-Warming .zarf-warming-right img {
  width: 22vw;
  height: 8vw;
}
.zarf-Warming .zarf-warming-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zarf-Warming .zarf-warming-right>p:last-child{
margin-top:1.5rem;
}

.img-zfbox {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.img-zfbox p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

.zarf-Warming .zarf-warming-right > h2 {
  width: 50%;
  font-family: var(--Zarf-Regular);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
}
.zarf-Warming .zarf-warming-right > p {
  width: 50%;
  text-align: center;
  line-height: 1.2;
}

/******** zarf-Warming end ********/

.zarf-lable {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  background-size:cover;
  background-position: center center;
  overflow:hidden;
}

.zarf-lable .zarf-lable-content {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.zarf-lable .zarf-lable-content h2 {
  color: var(--whitecolor) !important;
  text-align: center;
  margin-bottom: 3rem;
}
.zarf-lable .zarf-lable-content p {
  color: var(--whitecolor) !important;
  font-family: var(--zarf-diff-regular);
  text-align: center;
  line-height: 2;
}

.zarf-lable .zarf-lable-content p:nth-child(3) {
  margin-top: 3rem;
}


.zarf-lable> p{
    position: absolute;
    bottom: 5%;
    left: 51%;
    transform: translatex(-50%);
    z-index: 1;
    color: var(--whitecolor);
}


.zarf-lable .zarf-lable-content {
  width: 46%;
}

/******** zarf-lable end ********/






.zarf-gallery{
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width:100%;
    height:100vh;
    display: grid;
    align-items:center;
    position: relative;
}

.zarf-gallery-slide {
    margin-top: 4vw;
}

.zarf-gallery h2 {
    position: absolute;
    left: 50%;
    z-index: 3;
    text-transform:uppercase;
    top: 9%;
  transform:translate(-50%);
}

.zf-two-img {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,calc(50% - 0.5rem));
    column-gap:1rem;
}

.zf-gallerybox-row {
    display: grid;
    row-gap: 1rem;
}

.zf-gallerybox-row>img{
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    height: 21vw;
}
div#zarf-gallerybox {
  top: 8%;
}

.zf-gallerybox p {
  margin-bottom:1rem;
  width:93%;
  line-height:1.1;
}

.zf-two-img img{
    width: 100%;
    height: 8vw;
    border-radius: 1rem;
    object-fit: cover;
}
.zf-gallerybox{
    width: 100%;
}

.zarf-gallery .swiper-wrapper{
    margin-bottom:2rem;
}

#zarf-gallerybox{
  width: 100%;
}

/***************zarf-gallery**********/
.zarf-footer {
  scroll-snap-align: start;
  scroll-margin: 10rem 0 0 0;
  scroll-snap-stop: always;
}

.zarf-footer-play {
  margin-top: 5rem;
  text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 8rem;
    align-items: center;
}

.zarf-footer-play h2 {
  text-transform: uppercase;
}
.zarf-footer-play h3 {
  margin-top: 0;
  text-transform:lowercase;
}
.zarf-footer-play p {
  color: var(--black100);
}
.zarf-footer-play p:last-child {
  width: 15%;
  line-height: 1.2;
}

.zarf-footer-play button {
  background: var(--lightgray);
  border: 0;
  box-shadow: 0;
  padding: 1.3rem 2rem;
  border-radius: 0.8rem;
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.2rem, 0.833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--black100);
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom:0;
}
.zarf-footer-play button svg {
  width: 1.3rem;
  height: 1.3rem;
}

.zarf-country {
  background: var(--lightgray);
  padding: 4rem 0;
  margin-top: 6rem;
}

.zarf-country .country-title {
  text-align: center;
  color: var(--black100);
  margin-bottom: 2rem;
}

.zarf-country img {
  width: 50%;
  margin-inline: auto;
}

.zarf-newsletter {
  padding: 4rem 0;
}
.zarf-newsletter p {
  display: flex;
  align-items: start;
  justify-content: center;
  color: var(--black100);
  margin-bottom: 2rem;
}
.zarf-newsletter p img {
  width: 2.25vw;
  margin-inline: 0.5rem;
}

.zarf-newsletter form {
  display: flex;
  column-gap: 1.6rem;
  justify-content: center;
}
.newsletter-form__field-wrapper{
  justify-content:center;
}

.zarf-newsletter .zarf-footer-inputer{
  width: 73%;
  font-size: 16px;
  height: 4rem;
  border-radius: 0.8rem;
  border: 1px solid var(--blackcolor);
  padding-left: 1.5rem;
  font-family: var(--Zarf-Medium);
  color: var(--blackcolor);
}

.zarf-newsletter .zarf-footer-inputer:focus~label {
    opacity: 0;
}
.zarf-newsletter .field__label{
  top:unset;
    font-family: var(--Zarf-Medium);
  letter-spacing:0;
}

.zarf-newsletter .zf-submit {
  padding: 1rem 1.8rem;
  background: var(--blackcolor) !important;
  color: var(--whitecolor);
  border: 0;
  display: flex;
  border-radius: 0.8rem;
  align-items: center;
  column-gap: 1rem;
  cursor: pointer;
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.2rem, 0.833vw, 1.6rem);
  width: fit-content;
    position: static;
}
.zarf-newsletter .zf-submit span {
  font-family: Poppins-Medium;
  font-size: 1.6rem;
}
.footerlink {
  background: var(--lightgray);
  padding: 3rem 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.zf-copyright {
  width: 100%;
  background: var(--blackcolor);
  padding: 1.2rem 0;
  text-align: center;
  margin-top: 5rem;
}
h3#ContactFooter-success {
    font-family: var(--Zarf-Regular);
}

.zf-copyright .zarf-Paragraph {
  color: var(--whitecolor);
}

.footerlink ul {
  list-style: none;
}

.zf-links .widget-title {
  font-family: var(--Zarf-Medium);
  margin-bottom: 1rem;
  letter-spacing:0;
  color:var(--black100);
  font-size: clamp(2.4rem, 1.771vw, 3.4rem);
}

.footer-link-container {
  width: 60vw;
  margin-left: 10vw;
  display: flex;
  justify-content: space-between;
}

.footer-link-container .zf-cont-right {
  /* margin-top: 2.5rem; */
  display: grid;
  row-gap: 1.3rem;
}

.footer-link-container .zf-links:last-child ul > li {
  width: 71%;
  line-height:1.2;
}
.footerlink .zf-links ul li a{
  font-family:var(--Zarf-Medium);
}

.footer-link-container .sociallink {
  display: flex;
  column-gap: 1.5rem;
}

.footer-link-container .sociallink a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
}
.footer-link-container .sociallink a svg {
  width: 100%;
  height: 100%;
}

.footerlink .zf-links:not(:last-child) ul li {
  margin-bottom: 0.8rem;
}

/******** zarf-footer end ********/

.zarf-custom-review{
    scroll-snap-align: start;
    scroll-snap-stop: always;
   margin-top:5rem;
  height:100vh;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
}

.zarf-seen {
    margin-top: 5.5%;
    margin-bottom: 2.5%;
}
.zarf-seen h2{
  text-align:center;
   margin-bottom:2rem;
}

.zarf-coverage-icons{
  display:flex;
  overflow:hidden;
  align-items:center;
}

.zarf-seen img{
  width:105vw;
  margin-inline:auto;
  height:fit-content;
  animation: moving 15s linear infinite;
}

@keyframes moving {
  0% {
    transform: translate(0);
}
100% {
    transform: translate(-100%);
}
}


.mobile-destop {
  display: none !important;
}

.mobile-none {
  display: block;
}



.zarf-pagination
{
  position:fixed;
  top:50%;
  left:2%;
  transform:translateY(-50%);
  background:transparent;
  z-index:3;
  width:fit-content;
  height:fit-content;
  display:grid;
  row-gap:1.8rem;
}

.zarf-pagination .zarf-dot{
  width:0.7rem;
  height:0.7rem;
  display:inline-block;
  border:1px solid var(--blackopacity);
  border-radius:50%;
}

.zarf-pagination .zarf-dot.zarf-dot-active{
      background:var(--blackcolor);
    border-color:var(--blackcolor);
}

.zarf-darkdots .zarf-dot{
    border-color:var(--whiteopacity);
}

.zarf-darkdots .zarf-dot.zarf-dot-active{
    background:var(--whitecolor);
    border-color:var(--whitecolor);
}


/**********homepage css end**********/

.snap-collection{
  width:100%;
  scroll-snap-align: start;
  display:flex;
  justify-content:center;
  align-items:center;
  scroll-snap-stop: always;
  background:var(--lightgray);
  position:relative;
  flex-direction:column;
  
}

.Zarf-collection .card__inner.color-background-2.gradient.ratio {
    height: 23vw;
}



.Zarf-collection .page-width {
    padding: 0;
    max-width: 100%;
}
.Zarf-collection .card__inner {
    width:100%;
}

.Zarf-collection .card-wrapper {
  display: flex;
  justify-content: center;
  width: 35vw;
  position:unset;
  padding-top: 0;
}

.Zarf-collection .product-grid
{
  column-gap:0;
  row-gap:0;
}

.Zarf-collection .collection-img{
  width:100%;
  scroll-snap-align: start;
}
.Zarf-collection .card-information {
  width: 80%;
  margin: 0px auto;
  margin-bottom: 5px;
  /* margin-top: 5px; */
}

.Zarf-collection .card__heading.h5{
  font-family: var(--Zarf-light);
  font-size: clamp(1.6rem, 1.354vw, 3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  opacity:1;
  line-height: 1.1;
  width: 80%;
  margin-inline: auto;
}

.Zarf-collection .card__badge.bottom.left{
  position:absolute !important;
  right:0;
  top: -57%;
    z-index:2;
}

.Zarf-collection .badge{
     background: var(--buynowcolor);
    color:var(--whitecolor);
    font-family: var(--Zarf-Medium);
    border-radius: 0.4rem;
        font-size: clamp(1.2rem,.833vw,2rem);
  letter-spacing:0;
  padding:0.5rem 1rem;
  display:none;
}

.Zarf-collection .collection-hero.color-background-1.gradient {
    display: none;
}

.Zarf-collection .showoverlay-text .card__heading.h5{
    pointer-events:none;
  opacity:1;
}

.Zarf-collection .card__information,
.Zarf-collection .card-information>.price {
  padding: 0;
    margin: 0 !important;
}

.Zarf-collection .underline-links-hover:hover a{
  text-decoration:unset;
}

.Zarf-collection  span.price-item.price-item--sale.price-item--last{
  /* font-size:clamp(1.8rem,1.667vw,35rem); */
  font-size: 1.8rem;
  font-family:var(--Zarf-Medium);
  letter-spacing:0;
  font-weight:100;
}

.Zarf-collection  s.price-item.price-item--regular{
    text-decoration: unset;
    font-size: 1.3rem;
    color:var(--discountcolor);
    /* font-size:clamp(1.8rem,1.667vw,35rem); */
  font-size: 1.8rem;
  font-family:var(--Zarf-Medium);
  position:relative;
}

 .Zarf-collection  s.price-item.price-item--regular:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%);
    background: var(--discountcolor);
    width: 100%;
    height: 0.15rem;
    opacity: .8;
    transform: rotate(-10deg);
}





 .Zarf-collection .card__media,
 .Zarf-collection .card__media .media{
  z-index:1 !important;
   cursor:pointer !important;
}


.Zarf-collection ul#product-grid {
    display: flex;
    background:var(--lightgray);
  flex-wrap:wrap;
  justify-content:center;
  padding-block:5rem;
}
.Zarf-collection .snap-collection{
  width:50%;
}

.Zarf-collection .zarf-overlay-btns{
  position:static;
  margin-top:2rem;
}

/**********Collection css end****************/

.Zarf-product .product__title h1 {
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem,1.354vw,3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  width:80%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.swatch--gl.clearfix {
    margin-bottom: 2rem !important;
}

.Zarf-product .product__title{
  margin-bottom: 1.3rem !important;
}


.Zarf-product .jdgm-prev-badge {
    margin-bottom:1rem;
}

.Zarf-product .product__info-container>*+*{
  margin:unset !important;
}



.Zarf-product span.jdgm-prev-badge__text{
    font-size: 1.5rem;
      font-family: var(--Zarf-Regular);
}

.Zarf-product s.price-item.price-item--regular {
    font-family: var(--Zarf-Medium);
  margin:0;
  color:#505050;
   text-decoration: unset;
    position:relative;
  letter-spacing:0;
  /* font-size: clamp(1.8rem,1.35vw,2.5rem) !important; */
  font-size: 1.8rem;
}

.Zarf-product span.price-item.price-item--sale.price-item--last{
      font-family: var(--Zarf-Medium);
  margin:0;
  /* font-size: clamp(2.4rem,1.667vw,3.5rem); */
font-size: 1.8rem;
  text-decoration: unset;
  letter-spacing:0;
      display: flex;
    align-items: center;
    column-gap: 0.3rem;
}


.Zarf-product span.price-item.price-item--sale.price-item--last:before{
  content:"MRP:";
  font-size:1.6rem;
  color: #505050;
  letter-spacing:0;
}


/* .Zarf-product s.price-item.price-item--regular:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%);
    background: var(--discountcolor);
    width: 100%;
    height: 0.15rem;
    opacity: .8;
    transform: rotate(-10deg);
}
 */
.Zarf-product s.price-item.price-item--regular:after {
    content: "";
    position: absolute;
    top: 50%; /* Adjust this value to align the line perfectly */
    left: 0;
    background: var(--discountcolor);
    width: 100%;
    height: 0.15rem;
    opacity: 0.8;
    transform: translateY(-50%); /* Ensures the line stays centered vertically */
}

.Zarf-product .price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap:0.8rem;
    justify-content: center;
    align-items:center;
}

.Zarf-product  .price.price--large.price--on-sale.price--show-badge {
    display: flex;
    align-items: start;
    column-gap: 1rem;
}

.Zarf-product .badge {
    background: var(--buynowcolor);
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    border-radius: 0.4rem;
    font-size: clamp(1.2rem,.833vw,2rem);
    letter-spacing: 0;
    padding: 0.5rem 1rem;
  display:none !important;
}


.Zarf-product .product__tax.caption.rte{
  font-family:var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
  color:var(--blackcolor);
  margin-bottom:2rem !important;
  display:none;
}

 .quantity:after{
  box-shadow:none;
}

.Zarf-product .jdgm-row-media {
    display: none;
}

.quantity__input{
  background:var(--lightgray) !important;
  border-radius:0.5rem;
  font-size: clamp(1.2rem,.833vw,2rem) !important;
    font-weight: 100;
    letter-spacing: 0;
    font-family:var(--Zarf-Medium);
  height:3.9rem;
  opacity:1;
}

 .quantity__button svg {
    width: 1.3rem;
}

 label.quantity__label.form__label {
    display: none;
}

quantity-input.quantity {
    display: flex;
    align-items: center;
   width:clamp(12.5rem,8vw,13rem);
}


 .price-per-item__container {
    margin-top: 0;
}


 button.quantity__button {
    height: 3.9rem;
}

.Zarf-product product-form.product-form {

    margin-top:2rem !important;
    margin-bottom:3rem !important;
}

.Zarf-product .product-form__submit{
  background:var(--buynowcolor);
  color:var(--whitecolor) !important;
  border:0 !important;
  border-radius:0.8rem;
  font-family:var(--Zarf-Medium);
    font-size: clamp(1.2rem,.833vw,2rem) !important;
  width: clamp(27%,7vw,34%);
      margin-bottom: 0;
      padding: 1rem 0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-transform: uppercase;
      padding-top: 1.5rem;
  column-gap:0.8rem;
  transition:all 0.5s linear;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 1.2rem;
}


.Zarf-product .product-form__submit span.arrow-buy{
    font-family: Poppins-Medium;
    font-size: 1.6rem;
   transition:all 0.2s linear;
 animation: linear infinite alternate;
  animation-name: rightgo;
  animation-duration: 1s;
}


@keyframes rightgo {
  0% {
      transform: translateX(0);
    }
  100% {
      transform: translateX(-0.5rem);
    }
}

.Zarf-product .shopify-payment-button__button:after,
.Zarf-product .product-form__submit:after{
  display:none !important;
}

.Zarf-product .shopify-payment-button__button{
  background:var(--buynowcolor) !important;
    border:0 !important;
  border-radius:0.8rem !important;
    font-size: clamp(1.2rem,.833vw,2rem) !important;
  font-family:var(--Zarf-Medium) !important;
      padding: 1rem 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);

}


#gokwik-buy-now{
  display:none !important;
}

.Zarf-product section#MainProduct-template--21753567084845__main {
    padding: 0;
}


   .zarf-accordion{
      display: flex;
      flex-direction: column;
      max-width:45%;
      margin: 10rem auto 5rem;
    }

.Zarf-article .zarf-accordion{
  margin: 0 auto;
}

    .zarf-accordion .accordion-item {
      border:1px solid var(--lightgray);
      margin-bottom: 0px;
      border-top: none;
    }

    .zarf-accordion .accordion-header {
      background-color:var(--whitecolor);
      padding: 1.5rem 2vw;
      cursor: pointer;
      user-select: none;
      /* border-bottom: 1px solid var(--lightgray); */
      display: flex;
      justify-content: space-between;
      align-items: center; /* Center the icon vertically */
      transition: box-shadow 0.2s ease-out;
      font-family: var(--Zarf-Medium);
      font-size: clamp(1.6rem,1.2vw,3rem);
      font-weight: 100;
      letter-spacing: 0;
      line-height:1;
      color: var(--blackcolor);
    }

    .zarf-accordion .accordion-header span {
    width: 80%;
    }


    .zarf-accordion .accordion-header .icon {
      transition: transform 0.3s ease-out, opacity 0.3s ease-out;
      transform-origin: center;
      opacity: 0.7;
      display: inline-block; /* Make the icon behave like an inline element */
      width: 1em; /* Adjust the size as needed */
      height: 1em; /* Adjust the size as needed */
      fill: currentColor; /* Use the current text color */
      display:flex;
      align-items:center;
      justify-content:center;
      transform: rotate(90deg);
    }

    .zarf-accordion .accordion-header .icon.rotate {
      transform: rotate(0deg); /* Rotate 180 degrees for the down-chevron */
      opacity: 1;
    }

    .zarf-accordion .accordion-body {
   overflow: hidden;
         transition: max-height 0.5s ease-out, padding 0.5s ease-out; /* Adjusted transition timing */
      max-height: 0px; /* Set a minimal height */
       padding-inline:2vw !important;
      position:relative;
    }

    .zarf-accordion .accordion-body .decription-text{
    position: relative;
    right: -65%;
    z-index: 1;
    width: 35%;
    text-align: right;
    margin-block:3rem;
    color: white;
    }

   /* .decription-text-recom {
     color: black;
   } */

/* .text100{
   text-transform: lowercase !important;
}
 */
.zfdelivary-text{
    color: var(--blackcolor) !important;
    width: 40% !important;
    right: -53% !important;
    text-align: left !important;
      margin-block:3rem;
     position: relative;
}

  .zarf-accordion .accordion-body .proDescFloatingImg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
  }




    .zarf-accordion .accordion-body.open {
   max-height: 1000px; /* Set a reasonable default value */
  padding-inline:2vw !important;
    }

.accordion-header.active {
    background: var(--lightgray);
}

.zarf-accordion .accordion-body p{
       font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
  line-height:1.3;
}
ul.details-ul{
  display:flex;
  align-items:center;
  justify-content:space-between;  
  flex-wrap:wrap;
}

.Care-ul li{
  position:relative;
  margin-bottom:0 !important;
}


.Care-ul li span{
    position:relative;
      z-index:1;
  padding-block:7rem;
  display:block;
  width:40%;
  color:var(--whitecolor);
}

.Care-ul li:nth-child(even) span {
    text-align: right;
    right: -51%;
}

.Care-ul li:nth-child(odd) span {
    text-align: left;
    left:5%;
}

.zarf-up-description .accordion-item:nth-child(4) .accordion-body.open{
  padding:0 !important;
}
.zarf-up-description .accordion-item:nth-child(4) .accordion-body{
  padding:0 !important;
}

ul.details-ul li{
      width: 48%;
      background: var(--lightgray);
    padding: 1.5rem 1rem;
    border-radius: 1.2rem;
}

ul.zficon-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
}

ul.zficon-ul li {
display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

ul.zficon-ul li span {
    display: block;
    width: 100%;
}

ul.zficon-ul li svg{
    display: block;
    width: 100%;
}

.Zarf-article .zarf-accordion .accordion-body p{
      margin-bottom: 1rem;
}

.zarf-accordion .accordion-body p a{
  text-decoration:underline;
}

.Zarf-article .article-template__content {
    margin-bottom: 0.5rem;
}
.zarf-accordion .accordion-body ul li{
      font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
  line-height:1.2;
  margin-bottom:1rem;
}




.zarf-accordion .accordion-body ul{
  padding:0;
  margin:0;

  
}
.Zarf-product .zarf-accordion
{
      scroll-snap-align: center;
  scroll-snap-stop: always;
}
.Zarf-product .product.product--large.product--left {
    scroll-snap-align: start;
}



.Zarf-product .product-form__input {
    max-width: fit-content !important;
    width: 100% !important;
    margin:0;
}

.Zarf-product form#product-form-template--21753567084845__main {
    width: 100%;
}

.Zarf-product  .product-form__buttons {
    max-width: 100% !important;
    width: 80%;
  display: flex;
  align-items: center;
 /* grid-template-columns:repeat(3,1fr); */
  flex-wrap: wrap;
  gap:1rem;
}

variant-radios legend.form__label {
    display: none;
}

.Zarf-product .shopify-payment-button{
width: clamp(27%,7vw,34%);
}

.Zarf-product ul.value.g-variant-color-detail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}


.Zarf-product .swatch--gl.clearfix {
    display: flex;
    align-items: center;
  gap:1rem;
}


.Zarf-product .swatch--gl .name-option{
  width:fit-content;
}
legend.name-option {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem) !important;
    color: #505050;
    line-height: 1;
}

.slider-mobile-gutter .slider-button {
    width: 35px!important;
    height: 35px!important;
    background:var(--whitecolor);
    border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 16px #00000040!important;
    top: 50%;
    z-index: 2;
    transform: translatey(-50%);
  display:none;
}
.slider-button--prev {
    left: 15px;
}
.slider-button--next {
    right: 15px;
}

.Zarf-product .zarf-snitchcraft{
      overflow: hidden;
}

variant-radios {
    display: none !important;
}




.cart-count-bubble{
      left: 1.2rem;
}

p.drip-text {
    background: var(--blackcolor);
    color: var(--whitecolor);
    text-decoration: inherit;
    font-family: JosefinSans-Medium;
    cursor: pointer;
    font-size: clamp(1.2rem,.833vw,2rem);
    font-weight: 100;
    letter-spacing: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  /* white-space: nowrap; */
    height: 4rem;
    padding: 0 1.8rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
  width: 100%;
    justify-content: center;
    column-gap: 0.5rem;
    position: relative;
    z-index: 1;
    width:fit-content;

}
.zf-price-dip-box{
  display:flex;
  align-items:center;
  margin-bottom:3rem;
}
.zf-price-dip-box>img{
  width:3rem;
  height:4rem;
}
.zf-price-dip-box
p.drip-text
{
  border-radius:0 !important;
  width: 100%;
  /* padding-inline: 65px !important; */
}
.zf-price-dip-box
.zf-price-dip{
  margin-block:0;
  width: 100%;
}
.Zarf-product .header__search svg path {
    stroke: var(--blackcolor);
}

.Zarf-product a#login svg path {
    stroke: var(--blackcolor);
}
.Zarf-product svg#menu-openbutton path, .Zarf-product .zarf-newHeader a#cart-icon-bubble svg path {
    fill: var(--blackcolor);
}
a.skip-to-content-link.button.visually-hidden.quick-add-hidden {
    display: none;
}

span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
    display: none;
}


div#judgeme_product_reviews{
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: 50%;
    margin-inline: auto;
    margin-top: 0;
  height: 100%;
    display: flex;
    align-items: start;
    padding-block: 7rem;
}

a.jdgm-write-rev-link {
    display: block !important;
      width: fit-content !important;
      background: var(--whitecolor)!important;
      border-color: var(--whitecolor)!important;
    box-shadow: var(--backshadow);
    text-decoration: inherit;
    color: var(--blackcolor) !important;
    font-family: JosefinSans-Medium;
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 1rem 1.8rem !important;
    border-radius: 0.8rem;
    display: block !important;
    white-space: nowrap;
}

h2.jdgm-rev-widg__title{
   font-family: var(--Zarf-Medium);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}


b.jdgm-rev__title{
      font-family: var(--Zarf-Regular);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}
.jdgm-rev__body p {
        font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

.jdgm-preview-badge .jdgm-star.jdgm-star,.jdgm-star {
    color:var(--reviewstar)!important;
      font-size: 1.5rem;
}
.jdgm-rev-widg__summary,
.jdgm-histogram.jdgm-temp-hidden {
    display: none !important;
}


h2.jdgm-rev-widg__title{
  margin-bottom:0;
}


.jdgm-widget-actions-wrapper {
    border: 0 !important;
  width:100% !important;
}

.jdgm-rev-widg__reviews {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 6rem;
}

.jdgm-rev__icon {
    display: none !important;
}

span.jdgm-rev__author{
      font-family: var(--Zarf-Medium);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

.jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate{
  border:0 !important;
}

.jdgm-row-extra {
    display: none;
}

.jdgm-rev-widg{
  padding:0 !important;
}

.jdgm-paginate__page {
    font-size: 2rem !important;
}

.jdgm-paginate__page.jdgm-curt{
  color:var(--reviewstar) !important;
   font-size: 2rem !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars{
  padding:0 !important;
  display:unset !important;
}

.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title{
  margin:0 !important;
}

.jdgm-rev__pics {
    display: block;
}
.jdgm-form-wrapper {
    border: 0;
}

 .jdgm-rev{
   padding:0 !important;
 }

.jdgm-question-form-wrapper, .jdgm-form-wrapper{
  border:0 !important;
}


.jdgm-form__title {
      font-family: var(--Zarf-Medium) !important;
    font-size: clamp(1.6rem, 1.354vw, 3rem)  !important;
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

.jdgm-form__fieldset label{
        font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

span.jdgm-form__rating {
    font-size: 1rem;
}

.jdgm-form input {
    font-family: var(--Zarf-Regular) !important;
    font-size: 1.6rem;
    padding-left: 1.2rem;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0.8rem !important;
    border: 1px solid var(--blackcolor);
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  height:5rem;
}

.jdgm-form textarea {
    font-family: var(--Zarf-Regular) !important;
    font-size: 1.6rem;
    padding-left: 1.2rem;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0.8rem !important;
    border: 1px solid var(--blackcolor);
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

.jdgm-rev-widg.jdgm-rev-widg {
    width: 100%;
}

a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev{
  display: block !important;
    width: fit-content !important;
    background: var(--blackcolor)!important;
    border-color: var(--blackcolor)!important;
    box-shadow: var(--backshadow);
    text-decoration: inherit;
    color: var(--whitecolor) !important;
    font-family: JosefinSans-Medium;
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 1rem 1.8rem !important;
    border-radius: 0.8rem;
    white-space: nowrap;
  height:100% !important;
  margin:0 !important;
}

.jdgm-rev-widg__sort-wrapper .jdgm-sort-dropdown{
    box-shadow: var(--backshadow);
      padding: 1rem 1.8rem !important;
     border-radius: 0.8rem;
   font-family: var(--Zarf-Medium);
      font-size: clamp(1.2rem, 0.833vw, 2rem);
}
.jdgm-widget-actions-wrapper {
    margin: 0 !important;
}

.jdgm-sort-dropdown-arrow {
    right: 9px !important;
}

.jdgm-rev-widg__body {
    margin-top: 2rem !important;
}

.jdgm-row-actions {
    margin-top: 2rem !important;
}

input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev{
    display: block !important;
    width: fit-content !important;
    background: var(--whitecolor)!important;
    border-color: var(--whitecolor)!important;
    box-shadow: var(--backshadow);
    text-decoration: inherit;
    color: var(--blackcolor) !important;
    font-family: var(--Zarf-Medium);
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 1rem 1.8rem !important;
    border-radius: 0.8rem;
    white-space: nowrap;
  height:100% !important;
  margin:0 !important;
}
.jdgm-form__fieldset:nth-child(10) {
    display: none;
}

.jdgm-form__fieldset.jdgm-form__fieldset-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:1.5rem;
}

span.jdgm-rev__buyer-badge:before {
    content: "\f00c" !important;
    font-family: fa-solid ;
    color: var(--whitecolor) ;
    font-size: 1.3rem ;
    border-radius: 50% ;
    position: absolute ;
    right: -1px ;
    top: 50% ;
  transform:translatey(-50%);
}

span.jdgm-rev__author-wrapper {
    display: flex;
    align-items: center;
}

  span.jdgm-rev__buyer-badge {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: relative;
}
.zarf-accordion.zf-bottom-faq {
    margin-top: 0;
    display: none;
}

/*******productpage**********/




.shopify-policy__container{
    max-width: 1056px;
    /* max-width: 65ch; */
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 11rem;
}
.shopify-policy__container .shopify-policy__title {
    text-align: left;
}
.shopify-policy__container .shopify-policy__title h1{
    font-size: clamp(2.8rem,2.5vw,5.3rem);
    font-family: var(--Zarf-Medium);
    color: var(--black100);
}
.shopify-policy__container .shopify-policy__body .rte p>strong{
font-family: var(--Zarf-Medium);
    font-size: clamp(1.5rem,1.354vw,2.5rem);
    color: var(--black100);
}
.shopify-policy__container .shopify-policy__body .rte ul li>span,
.shopify-policy__container .shopify-policy__body .rte p>span{
    font-size: clamp(1.2rem,.833vw,2rem);
    font-family: var(--Zarf-Regular);
    color: var(--black100);
}


.shopify-policy__container .shopify-policy__title h1{
    padding-bottom: 2rem;
}
.shopify-policy__container .shopify-policy__body .rte p span {
    display: block;
    line-height: 1.8;
}


.shopify-policy__container .shopify-policy__body .rte p span>strong{
    font-size: clamp(1.2rem,.833vw,2rem);
    font-family: var(--Zarf-Regular);
    color: var(--black100);
}


.shopify-policy__container .shopify-policy__body .rte>p,
.shopify-policy__container .shopify-policy__body .rte div>strong
{
    font-family: var(--Zarf-Medium);
    font-size: clamp(1.5rem,1.354vw,2.5rem);
     color: var(--black100);
}
.shopify-policy__container .shopify-policy__body ol {
    list-style-type: none;
}

.shopify-policy__container .shopify-policy__body ol.num-list>li,
.shopify-policy__container .shopify-policy__body .rte div>strong,
.shopify-policy__container .shopify-policy__body .rte>p,
body.Zarf-blog  h3.card__heading.h2 a,
.shopify-policy__container .shopify-policy__body .rte p>strong,
.shopify-policy__container .shopify-policy__body ol.num-list>li{
    font-family: var(--Zarf-Medium);
    font-size: clamp(1.5rem,1.354vw,2.5rem);
     color: var(--black100);
}
body.Zarf-blog .card__content .card__information .article-card__info.caption-with-letter-spacing.h5 span.circle-divider,
body.Zarf-blog .card__content .card__information .article-card__excerpt .rte-width,
.shopify-policy__container .shopify-policy__body ul.list-para-step>li,
.shopify-policy__container .shopify-policy__body ul.list-para>li,
body.Zarf-blog  p.article-card__excerpt.rte-width,
.shopify-policy__container .shopify-policy__body ul.list-one>li{
    font-size: clamp(1.2rem,.833vw,2rem);
    font-family: var(--Zarf-Regular);
    color: var(--black100);
}
body.Zarf-blog h1.title--primary.scroll-trigger.animate--fade-in{
    font-size: clamp(2.8rem,2.5vw,5.3rem);
    font-family: var(--Zarf-Medium);
    color: var(--black100);
    margin-top: 13rem;
    padding-bottom: 2rem;
          text-align: center;
}


     body.Zarf-blog .main-blog.page-width.section-template--21753566789933__main-padding{
        max-width: 1093px;
     }
     body.Zarf-blog  .blog-articles.blog-articles--collage{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.3rem;
     }
     body.Zarf-blog .blog-articles--collage>*:nth-child(3n+1){
        grid-column:unset !important;
     }
     body.Zarf-blog .card__inner.color-background-2.gradient.ratio{
        height: 17vw;
     }
     body.Zarf-blog .card__content .card__informationh3 .card__heading.h2>a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /* padding: 0 0rem; */
    }
    body.Zarf-blog .pagination-wrapper  .pagination ul.pagination__list.list-unstyled li>a{
        font-size: 2.2rem;
    }
    body.Zarf-blog a.pagination__item.pagination__item--current.light {
        font-size: 2.2rem;
        font-weight: bold;
    }
body.Zarf-blog .blog-articles__article.article.scroll-trigger.animate--slide-in {
        border-radius: 2rem;
        border: 1px solid #000;
        overflow: hidden;
    }


body.Zarf-blog  .page-width {
        padding: 0;
    }

    body.Zarf-blog .article-card-wrapper.card-wrapper.underline-links-hover .card__content {
        text-align: left;
        padding: 1rem 2rem !important;
    }
    body.Zarf-blog .article-card-wrapper.card-wrapper.underline-links-hover .card__content .card__information{
        padding-bottom: 0 !important;
    }

body.Zarf-blog .article-card-wrapper.card-wrapper.underline-links-hover .card__content .card__information h3.card__heading.h2>a {
        line-height: 1.2;
    }


.cart-drawer .drawer__inner.gradient.color-background-1 .drawer__header h2.drawer__heading {
        font-family: var(--Zarf-Medium);
        font-size: clamp(1.5rem,1.354vw,2.5rem);
        color: var(--black100);
    }
.cart-drawer .caption-with-letter-spacing {
    display: none;
}
    .cart-drawer .cart-item__details{
        grid-column: 2 / 5 !important;
    }
    .cart-drawer .cart-item{
        grid-template: repeat(2,auto) / repeat(3,1fr) !important;
    }
    .cart-drawer .cart-item td.cart-item__details>a {
        font-family: var(--Zarf-Medium);
        font-size: clamp(1.5rem,1.354vw,2rem);
        color: var(--black100);
        line-height: 1.1;
    }
    .cart-drawer .cart-item .cart-item__details .product-option {
        font-size: clamp(1.2rem,.833vw,2rem);
        font-family: var(--Zarf-Regular);
        color: var(--black100);
    }
    .cart-drawer .cart-item .cart-item__media img.cart-item__image {
        padding-top: 2rem;
    }
    .cart-drawer .cart-item .cart-item__media{
        width: 11rem;
      padding:0;
    }
    .cart-drawer  h2.totals__total {
        font-family: var(--Zarf-Medium);
        font-size: clamp(1.5rem,1.354vw,2.5rem);
        color: var(--black100);
    }
    .cart-drawer p.totals__total-value {
        font-size: clamp(1.2rem,.833vw,2rem);
        font-family: var(--Zarf-Regular);
        color: var(--black100);
    }
    .cart-drawer button#CartDrawer-Checkout {
        font-size: clamp(1.2rem,.833vw,2rem);
        font-family: var(--Zarf-Regular);
    }

    .cart-drawer td.cart-item__totals.right {
    display: none;
}


.cart-drawer button#CartDrawer-Checkout {
    border-radius: 0.8rem;
}
.cart-drawer button#CartDrawer-Checkout:after {
    border-radius: 0.8rem;
}
quantity-input.quantity.cart-quantity:after {
    box-shadow: none;
}

.cart-drawer small.tax-note.caption-large.rte {
    font-size: clamp(1.2rem,.833vw,2rem);
    font-family: var(--Zarf-Regular);
    color: var(--black100);
}

.shopify-policy__container .shopify-policy__body .rte ul li::marker {
    font-size: 1.2rem;
}
.shopify-policy__container .shopify-policy__body ul.list-one,
.shopify-policy__container .shopify-policy__body ul.list-para-step{
    margin-bottom: 1.2rem;
}

.cart-drawer h2.totals__total {
    font-size: clamp(1.5rem,1.354vw,2.1rem);
}
.cart-drawer p.totals__total-value {
    font-size: clamp(1.5rem,1.354vw,2.1rem);
}
.shopify-policy__container .shopify-policy__body .rte ul {
    list-style-position: outside !important;
}

section.Bulk-gifting-section {
    width: 100%;
    margin-top: 0;
    height: 100vh;
    background:var(--bulk-colorM);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap:3.5rem;
}

section.Bulk-gifting-section h1{
  font-family: var(--Zarf-Medium);
    width: 44vw;
    font-size: clamp(3.6rem,5vw,10rem);
    line-height: 1.1;
    color: var(--blackcolor);

}

section.Bulk-gifting-section h1 span{
  display:flex;
  align-items:start;
  column-gap:1rem;
}



.Bulk-gifting-form{
background: var(--whitecolor);
    padding: 3rem 3.5rem;
    border-radius: 1.2rem;
    width: 21%;
}


.Bulk-gifting-form input{
  border:1px solid var(--blackcolor);
  height:4rem;
  margin-bottom:1rem;
    font-family: var(--Zarf-Medium);
  font-size:1.6rem;
  padding-left:1.2rem;
  width:100%;
  border-radius:0.8rem;
}

.Bulk-gifting-form textarea{
    border:1px solid var(--blackcolor);
  margin-bottom:1rem;
    font-family: var(--Zarf-Medium);
  font-size:1.6rem;
  padding-top:1.2rem;
  padding-left:1.2rem;
  width:100%;
    border-radius:0.8rem;
  resize:vertical;
  max-height:12rem;
}



.Bulk-gifting-form h2{
      text-align:center;
}

.Bulk-gifting-form p{
        text-align:center;
  text-align:center;
  line-height:1.2;
  margin-bottom:1rem;
}

.Bulk-gifting-form .submit {
    display: flex;
    width: 64%;
    background:var(--blackcolor);
  color:var(--whitecolor);
      position: relative;
    margin-left: auto;
      margin-bottom:0;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  column-gap:0.5rem;
  border-radius: 0.8rem;
}

.Bulk-gifting-form .submit span {
    font-family: Poppins-Medium;
    font-size: 1.6rem;
}

.Bulk-gifting-form .submit input{
  background:transparent;
  margin-bottom:0;
  width:fit-content;
    color:var(--whitecolor);
}

.Bulk-gifting-form .submit input:after {
    content: ">";
    font-family: Poppins-Medium;
    font-size: 1.6rem;
    color: var(--whitecolor);
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}


section.Bulk-gifting-section h1 span img{
    width:6vw;
    height: fit-content;
  height: -webkit-fit-content;
  object-fit:contain;
}

section.Bulk-gifting-section #contentToChange, section.Bulk-gifting-section #imageToChange {
  transition: opacity 0.5s ease; /* Adjust the transition duration and timing function as needed */
}



.Zarf-article main#MainContent {
    margin-top: 8rem;
}

.Zarf-article h1.article-template__title{
      font-family: var(--Zarf-Medium);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  line-height:1.1;
}
.Zarf-article .blog-faq-link h2,
.Zarf-article .article-template__content h2{
    font-family: var(--Zarf-Medium);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  line-height:1.1;
  margin-bottom:1rem;
}


.Zarf-article .blog-faq-link p,
.Zarf-article .article-template__content li,
.Zarf-article .article-template__content p{
      font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  line-height:1.3;
  margin-bottom:0.8rem;
}
.Zarf-article .article-template__content ul,
.Zarf-article .article-template__content p ol{
  list-style-position:outside;
}
.Zarf-article .blog-faq-link p a,
.Zarf-article .article-template__content li a,
.Zarf-article .article-template__content p a{
  color:var(--anchercolor);
      text-decoration: underline!important;
}

.Zarf-article .article-template__link{
  font-family:var(--Zarf-Medium)!important;
    color:var(--blackcolor)!important;
    text-decoration: underline!important;
}

.Zarf-article header.page-width.page-width--narrow.scroll-trigger.animate--fade-in {
    margin-top: 2rem;
}

.Zarf-article header.page-width.page-width--narrow.scroll-trigger.animate--fade-in time{
        font-family: var(--Zarf-Regular);
        letter-spacing:0;
        color:var(--blackcolor);
}

.Zarf-article .article-template__social-sharing.page-width.page-width--narrow.scroll-trigger.animate--slide-in {
    display: none;
}


.Zarf-customers\/login .customer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    height:100vh;
    justify-content: center;
    background: var(--blackcolor);
}

.Zarf-customers\/login .customer h1{
    font-family: var(--Zarf-Medium);
       width: 28vw;
    font-size: clamp(3.6rem,5vw,10rem);
    line-height: 1.1;
    color: var(--whitecolor);
  text-align:left;
}
form#create_customer,
#customer_login,
.recovery-from{
    background: var(--whitecolor);
    padding: 3rem 3.5rem;
    border-radius: 1.2rem;
    width:38rem;
}

.zarf-contactus .field,
form#create_customer .field,
#customer_login .field,
.recovery-from .field{
width:100%;
border-radius:0.8rem;
border:1px solid var(--blackcolor);
margin-top:0 !important;
margin-bottom:1rem !important;
}


.zarf-contactus .field:after,
form#create_customer .field:after,
.recovery-from .field:after,
#customer_login .field:after{
  display:none;
}

.zarf-contactus .field input,
.zarf-contactus .field textarea,
form#create_customer .field input,
.recovery-from .field input,
#customer_login .field input{
    margin-bottom:1rem;
    font-family: var(--Zarf-Medium);
  font-size:1.6rem;
  padding-left:1.2rem;
  width:100%;
  margin-bottom:0;
  background:transparent;
}

.zarf-contactus .field textarea:focus,
.zarf-contactus .field input:focus,
form#create_customer .field input:focus,
.recovery-from .field input:focus,
#customer_login .field input:focus{
    box-shadow:none !important;
    outline: 0 !important;
    border-radius:none !important;
    background:transparent !important;
}

.zarf-custom-login-buttons{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:1rem;
}



.zarf-custom-login-buttons button{
  margin:0 !important;
  background:var(--blackcolor);
  color:var(--whitecolor);
  font-family: var(--Zarf-Medium);
  font-size:1.6rem;
  min-height:4rem;
    border-radius:0.8rem;
  display:flex;
  align-items:center;
  column-gap:0.8rem;
}

.zarf-custom-login-buttons>a{
    font-family: var(--Zarf-Regular);
  font-size:1.6rem;
  letter-spacing:0;
  text-decoration:none !important;
  color:var(--blackcolor);
}

.zarf-custom-login-buttons button:after{
  display:none;
}

.zarf-custom-login-buttons button span{
    font-family: Poppins-Medium;
    font-size: 1.6rem;
}

.zarf-contactus .field label,
form#create_customer .field label,
.recovery-from .field label,
#customer_login .field label {
  font-family: var(--Zarf-Medium);
  font-size:1.4rem;
    color:var(--placeholderblack);
}


#customer_login p{
  margin-top:0.5rem !important;
  margin-bottom:1.3rem !important;
}
.zarf-contactus .field textarea:focus ~ label,
.zarf-contactus .field input:focus ~label,
form#create_customer .field input:focus ~label,
.recovery-from .field input:focus~ label,
#customer_login .field input:focus ~ label{
   font-size:1.2rem;
}

.zarf-custom-login-buttons~a {
      font-family: var(--Zarf-Regular);
  font-size:1.6rem;
  letter-spacing:0;
  text-decoration:none !important;
  color:var(--blackcolor);
  margin-top:0.8rem !important;
}




.recovery-from p{
  margin-bottom:1rem !important;
  line-height:1.1;
}

.recovery-from form{
  margin-top:0 !important;
}

.recovery-box button{
  width:50%;
}

.customer.register {
    display: flex;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
      background:var(--blackcolor);
}

.customer.register h1{
  font-family: var(--Zarf-Medium);
    width: 28vw;
    font-size: clamp(3.6rem,5vw,10rem);
    line-height:1;
    color: var(--whitecolor);
    text-align: left;

}


form#create_customer button{
    margin:0 0 0 0 !important;
  background:var(--blackcolor);
  color:var(--whitecolor);
  font-family: var(--Zarf-Medium);
  font-size:1.6rem;
  min-height:4rem;
  border-radius:0.8rem;
  width:40%;
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap:0.8rem;
  margin-left:auto !important;
}

form#create_customer button span
{
      font-family: Poppins-Medium;
    font-size: 1.6rem;
}


form#create_customer button:after{
  display:none;
}


body.Zarf-page\.contact main#MainContent {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100vh;
    width: 100%;
    background:url(/cdn/shop/files/contact-us.webp?v=1703664138);
    background-size: cover;
    padding-right: 15vw;
    background-position: right center;
}

body.Zarf-page\.contact h1{
      font-family: var(--Zarf-Medium);
       width: 40vw;
    font-size: clamp(3.6rem,5vw,10rem);
    line-height: 1.1;
    color: var(--whitecolor);
  text-align:left;
  display:none;
}

.zarf-contactus form#ContactForm{
      background: var(--whitecolor);
    padding: 3rem 3.5rem;
    border-radius: 1.2rem;
    width:23vw;
}

.zarf-contactus form#ContactForm h2{
  text-align:center;
}
.zarf-contactus form#ContactForm p{
  text-align:center;
  line-height:1.2;
  margin-bottom:1.5rem;
}

.zarf-contactus .contact__fields{
    grid-template-columns: repeat(1,1fr) !important;
}

.zarf-contactus .contact__button{
  margin-top:0;
}

.zarf-contactus .contact__button button{
  margin: 0 !important;
    background: var(--blackcolor);
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    min-height: 4rem;
    border-radius: 0.8rem;
    width:fit-content;
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap:0.8rem;
  margin-left:auto !important;
}

.zarf-contactus .contact__button button span{
    font-family: Poppins-Medium;
    font-size: 1.6rem;
}

.zarf-contactus .contact__button button:after{
  display:none;
}


form#create_customer>p{
  line-height:1.1;
  margin-bottom:1rem;
}

body.Zarf-page\.zarf-goldmark .gold-right ul {
    text-align: left;
    list-style-type: numbers;
    list-style-position: outside;
    margin: 0;
    width: 82%;
    margin-top:2rem;
    margin-left: auto;
}
body.Zarf-page\.zarf-goldmark .gold-right ul li{
  line-height:1.2;
  margin-bottom:2.5rem;
}


body.Zarf-page\.zarf-goldmark-comfirmed .zarf-gold-row .zarf-Subheading3{
font-size: clamp(2.4rem,1.667vw,3.5rem);
font-family:var(--Zarf-Medium);
  width:80%;
  line-height:1.2;
}

body.Zarf-page\.zarf-goldmark-comfirmed .zarf-goldmark {
    flex-direction: column;
}

body.Zarf-page\.zarf-goldmark-comfirmed .zarf-goldmark>p{
  margin-top:7rem;
  line-height:1.2;
  text-align:center;
}
h2.cart__empty-text,
h2.cart__login-title,
p.cart__login-title.h3,
h1.cart__empty-text {
  font-family: var(--Zarf-light);
    font-size: clamp(2.8rem, 2vw, 5.3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

.template-404 .button,
.cart__warnings .button,
.cart-drawer__empty-content .button{
    background: var(--blackcolor);
    box-shadow: var(--backshadow);
    text-decoration: inherit;
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 0rem 1.8rem;
    border-radius: 0.8rem;
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap:0.8rem;
      width: fit-content;
    margin-inline: auto;
}
.template-404 .button span,
.cart__warnings .button span,
.cart-drawer__empty-content .button span{
      font-family: Poppins-Medium;
    font-size: 1.6rem;
  line-height:0;
}

.template-404 .button:after{
  display:none;
}

.template-404 {
    margin-block: 15rem;
}

.cart-drawer__empty-content .button:after,
.cart__warnings .button:after{
  display:none;
}


p.cart__login-paragraph{
font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}
.cart__warnings {
    margin-top: 5rem;
}

p.cart__login-paragraph a{
  color:var(--anchercolor);
}

.Zarf-cart main#MainContent {
    margin-top: 8rem;
}

h1.title.title--primary{
      font-family: var(--Zarf-light);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
}

.Zarf-cart .cart-items thead th {
font-family: var(--Zarf-Medium);
font-size: clamp(1.4rem, 1vw, 3rem);
font-weight: 100;
letter-spacing: 0;
color: var(--blackcolor);
}

.Zarf-cart .title-wrapper-with-link a {
  font-family: var(--Zarf-Medium);
      font-size: clamp(1.2rem, 0.833vw, 2rem);
    border-radius: 0.8rem !important;
    background:var(--blacolor) !important;
    border: 1px solid var(--blackcolor) !important;
    font-weight: unset !important;
    color:var(--whitcolor) !important;
    letter-spacing: 1.2px;
    padding: 1rem 1.8rem;
    height: unset !important;
}

.Zarf-cart .cart-item__name {
   font-family: var(--Zarf-Medium);
      font-size: clamp(1.2rem, 0.833vw, 2rem);
    color: var(--black100);
}

.Zarf-cart .cart-item__details .product-option{
  text-align: left;
    margin-top: 0.7rem;
    color: var(--blackcolor);
    font-family: var(--Zarf-Medium);
}

.Zarf-cart .product-option dt {
       font-family: var(--Zarf-Bold);
    font-weight: unset !important;
  font-weight: 100;
letter-spacing: 0;
  color: var(--black100);
}

.Zarf-cart .product-option dd {
        font-family: var(--Zarf-Regular);
  font-weight: 100;
letter-spacing: 0;
color: var(--blackcolor);
}

.Zarf-cart .price--end{
       font-family: var(--Zarf-Medium);
    font-weight: unset !important;
  font-weight: 100;
letter-spacing: 0;
  color: var(--black100);
}


.Zarf-cart .totals .totals__total {
  font-family: var(--Zarf-Medium);
  font-weight: 100;
letter-spacing: 0;
color: var(--blackcolor);
}

.Zarf-cart .totals .totals__total-value {
   font-family: var(--Zarf-Regular);
    color: var(--black100);
    font-weight: 100;
letter-spacing: 0;
}

.Zarf-cart .tax-note.caption-large.rte
{
    font-family: var(--Zarf-Regular);
  font-weight: 100;
letter-spacing: 0;
color: var(--blackcolor);
}

.Zarf-cart .tax-note.caption-large.rte a{
  color:var(--anchercolor);
}

button#checkout{
  background: var(--blackcolor) !important;
    color: var(--whitecolor);
    transition: all 0.5s linear;
      cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 0.5rem 1.8rem;
    font-family: var(--Zarf-Medium);
    border-radius: 0.8rem;
}
button#checkout:after{
  display:none;
}

.Zarf-cart td.cart-item__totals.right.medium-hide.large-up-hide {
    display: none;
}

.Zarf-cart .cart-items>thead {
    display: none;
}


.template-404.page-width.page-margin.center>p{
  font-family: var(--Zarf-Medium);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
}

.template-404.page-width.page-margin.center h1.title{
      font-family: var(--Zarf-light);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  margin:0;
}

form.search .field{
  border-radius:0.8rem;
      overflow: hidden;
  border:1px solid var(--blackcolor);
}
form.search .field:after{
  display:none;
}

form.search .field input {
    background: transparent;
    border: 0;
          font-family: var(--Zarf-Regular);
}


.field__input:focus-visible{
  box-shadow:none !important;
}

.search-modal__content .field__label{
        font-family: var(--Zarf-Regular);
  color:var(--black100) !important;

}


span.name-variant {
    display: none;
}
.gold-right img {
    width: 69%;
    height: auto;
    margin-inline: auto;
}


#predictive-search-results-groups-wrapper h2 {
    font-family: var(--Zarf-Bold);
    color: var(--blackcolor);
}

 #predictive-search-results-queries-list li a p{
   font-family:var(--Zarf-Regular);
     color: var(--blackcolor);
 }

button.predictive-search__item{
   font-family: var(--Zarf-Bold);
    color: var(--blackcolor);
}

.predictive-search__image {
    object-fit: cover !important;
    width: 100% !important;
    height: 9rem !important;
}

.predictive-search__item--link-with-thumbnail{
      grid-template-columns: 14rem 1fr !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity:1 !important; 
    cursor: pointer !important; 
  pointer-events: auto !important; 
}

#predictive-search-results-products-list p.predictive-search__item-heading {
    font-family: var(--Zarf-Regular);
    color: var(--blackcolor);
     font-size: clamp(1.2rem, 0.833vw, 2rem);
}
body.Zarf-index.smartbar-top_push {
    padding: 0 !important;
}
h2.form__message {
    display: none;
}
.errors {
    display: none;
}

body.Zarf-page\.zarf-goldmark .zarf-overlay-btns{
    position: absolute;
    opacity: 1;
    z-index: 1;
}

a.skip-to-content-link.button.visually-hidden {
    display: none;
}

.globo-swatch-product-detail ul.value li.select-option input:checked+label:after{
    content: "";
    background: var(--blackcolor);
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    bottom: -20%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  border-radius:50%;
  
}

.globo-out-of-stock.globo-sold-out-cross-out input:checked+label:after{
  content: '';
    position: absolute !important;
    height: 100% !important;
    width: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    border-right: 1.5px solid !important;
    border-color: red !important;
    transform: rotate(45deg) !important;
    margin: auto !important;
}

/* .product__media-item{
  animation: upper-peek 10s !important;
    -webkit-animation: upper-peek 10s !important;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@keyframes upper-peek {
  
  0% {
    transform: translateZ(0);
}
5% {
    transform: translate3D(0, -20%, 0);
}
15% {
    transform: translateZ(0);
}
  
} */

body.Zarf-search main#MainContent {
    margin-top: 9rem;
}


body.Zarf-search h1.h2.center{
      font-size: clamp(2.8rem,2.5vw,5.3rem);
    font-family: var(--Zarf-Medium);
    color: var(--black100);
}

.template-search__header.page-width.scroll-trigger.animate--fade-in {
    margin-bottom: 3rem;
}
.template-search__header.page-width.scroll-trigger.animate--fade-in  p{
      font-family: var(--Zarf-Medium);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  text-align:center;
}

body.Zarf-search div#product-grid {
    max-width: 100% !important;
    width: 101%;
  background:var(--lightgray);
  padding-block:3.3vw;
}

body.Zarf-search .card__heading.h5 {
    font-family: var(--Zarf-light);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
    opacity: 1;
    line-height: 1.1;
    text-align: center;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 1rem;
}

body.Zarf-search .card-information {
    width: 100%;
    text-align: center;
}

body.Zarf-search span.price-item.price-item--sale.price-item--last {
    font-size: clamp(1.8rem,1.667vw,35rem);
    font-family: var(--Zarf-Medium);
    letter-spacing: 0;
    font-weight: 100;
}
body.Zarf-search s.price-item.price-item--regular {
    text-decoration: unset;
    font-size: 1.3rem;
    color: var(--discountcolor);
    font-size: clamp(1.8rem,1.667vw,35rem);
    font-family: var(--Zarf-Medium);
    position: relative;
}

body.Zarf-search s.price-item.price-item--regular:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%);
    background: var(--discountcolor);
    width: 100%;
    height: 0.15rem;
    opacity: .8;
    transform: rotate(-10deg);
}

.card__badge.bottom.left {
    display: none;
}

small#ContactForm-email-error {
    position: absolute;
    right: 4%;
    top: 37%;
    transform: translatey(-50%);
  font-family: var(--Zarf-Medium);
}

h2.form-status.caption-large.text-body
{
    font-family: var(--Zarf-Medium);
}

ul.form-status-list.caption-large {
    margin-block: 1rem;
} 
ul.form-status-list.caption-large li a{
    font-family: var(--Zarf-Regular);
}
.shopify-challenge__container {
    margin-top: 17rem;
}

body.Zarf-customers\/register .customer ul{
  padding:0;
  list-style:none;
  margin-bottom:1rem;
}
body.Zarf-customers\/register .customer ul li{
     font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  line-height:1.1;
}

p.shopify-challenge__message{
  font-family: var(--Zarf-Medium);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  margin-bottom:1rem;
}

input.shopify-challenge__button.btn {
    margin-top: 1rem;
    background: var(--blackcolor);
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    min-height: 4.5rem;
    border-radius: 0.8rem;
    width: fit-content;
    display: block;
    margin-left: auto !important;
}

body.Zarf-customers\/register span#RegisterForm-password-error {
    margin-block: 1rem;
       font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
  line-height:1.1;
  text-align:left;
}

body.Zarf-customers\/account main#MainContent{
  margin-top:8rem;
}

body.Zarf-customers\/account h1.customer__title{
  color:var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
}

body.Zarf-customers\/addresses .customer >a,
body.Zarf-customers\/order .customer>div:nth-child(2)>a,
body.Zarf-customers\/account .customer.account>div:first-child>a{
    background: var(--blackcolor);
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    min-height: 4.5rem;
    border-radius: 0.8rem;
    padding:1rem 2rem !important;
  text-decoration:unset;
}
body.Zarf-customers\/order .customer>div:last-child>div h2,
body.Zarf-customers\/account .customer.account>div:last-child>div h2{
  color:var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
}

body.Zarf-customers\/order p,
body.Zarf-customers\/account p {
  font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
  line-height:1.5;
    color: var(--blackcolor);
}

body.Zarf-customers\/account .customer.account>div:last-child>div a{
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
  line-height:1.5;
    color: var(--blackcolor);
}
table.order-details th,
table.order-history th{
     font-family: var(--Zarf-Bold);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
  line-height:1.5;
    color: var(--blackcolor); 
}
table.order-details td,
table.order-history td{
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
  line-height:1.5;
    color: var(--blackcolor);
}

.account table td:first-of-type a{
  border:0 !important;
  box-shadow: none !important;
    background: var(--whitecolor);
    box-shadow: var(--backshadow) !important;
    color: var(--blackcolor);
    font-family:var(--Zarf-Medium);
    cursor: pointer;
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    padding: 0.5rem 1.8rem;
    border-radius: 0.8rem;
}
span.im-txt {
    color: #536df0;
}
.zarf-accordion .accordion-body p a {
  
    color: var(--anchercolor);
    text-underline-offset: 0.3rem;
}

body.Zarf-customers\/order table.order-details,
body.Zarf-customers\/account .customer table{
      border-radius: 0.8rem;
}

body.Zarf-customers\/addresses main#MainContent {
    margin-top: 11rem;
}

body.Zarf-customers\/addresses .customer{
  max-width:100% !important;
  width:100%;
  padding:0;
}
body.Zarf-customers\/addresses .customer ul{
  display:flex;
  justify-content:center;
  padding:0;
  flex-wrap: wrap;
}

body.Zarf-customers\/addresses .customer ul li{
  width:50%;
}



body.Zarf-customers\/addresses p {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 0.833vw, 2rem);
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--blackcolor);
}
body.Zarf-customers\/addresses ul h2 {
    color: var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
}

body.Zarf-customers\/addresses h1{
    color: var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
  margin-bottom:1rem;
}


body.Zarf-customers\/addresses .customer button:after{
  display:none;
}


body.Zarf-customers\/order main#MainContent{
  margin-top:8rem;
}

body.Zarf-customers\/order h1.customer__title,
body.Zarf-customers\/account h1.customer__title {
    color: var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(2.8rem, 2.5vw, 5.3rem);
}

body.Zarf-customers\/addresses .customer button{
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    min-height: 4.5rem;
    border-radius: 0.8rem;
    padding: 1rem 2rem !important;
    text-decoration: unset;
    background:var(--whitecolor);
  color:var(--blackcolor);
  box-shadow:var(--backshadow);
}


body.Zarf-customers\/addresses .customer ul li button:nth-child(2),
body.Zarf-customers\/addresses .customer ul li:last-child button:nth-child(3)
{
  background:var(--blackcolor);
  color:var(--whitecolor);
  box-shadow:none;
}

div#AddAddress {
    width: 50%;
    margin-inline: auto;
}


body.Zarf-customers\/addresses .select,
body.Zarf-customers\/addresses .field {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid var(--blackcolor);
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  overflow:hidden;
}
body.Zarf-customers\/addresses select,
body.Zarf-customers\/addresses input {
    margin-bottom: 1rem;
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    padding-left: 1.2rem;
    width: 100%;
    margin-bottom: 0;
  border:0 !important;
    background: transparent !important;
}

body.Zarf-customers\/addresses input:focus{
  outline:none;
  box-shadow:none !important;
}
body.Zarf-customers\/addresses select:focus-visible{
    outline:none !important;
  box-shadow:none !important;
}

body.Zarf-customers\/addresses .select:before,
body.Zarf-customers\/addresses .select:after,
body.Zarf-customers\/addresses .field:before,
body.Zarf-customers\/addresses .field:after{
  display:none;
}

body.Zarf-customers\/addresses label,
body.Zarf-customers\/addresses .field label{
  font-family: var(--Zarf-Medium);
    font-size: 1.4rem;
    color: var(--placeholderblack);
}
body.Zarf-customers\/addresses input[name="address[default]"]{
    width: fit-content !important;
    margin: 0 !important;
    vertical-align: middle;
    margin-right: 0.8rem !important;
      appearance: none;
    outline: 1.5px solid var(--blackcolor);
    outline-offset: 2px;
    border: 0 !important;
    width: 1rem;
    height: 1.2rem;
    border-radius: 0.5px;
    cursor: pointer;
}
body.Zarf-customers\/addresses input[name="address[default]"]:focus{
      outline: 1.5px solid var(--blackcolor) !important;
}

body.Zarf-customers\/addresses input[name="address[default]"]:checked{
    background: var(--blackcolor) !important;
}
body.Zarf-customers\/addresses input[name="address[default]"] ~ label{
    font-family: var(--Zarf-Medium);
    font-size: 1.6rem;
    background: transparent !important;
  vertical-align: middle;
}

body.Zarf-customers\/addresses button[type="reset"]
{
    background:var(--blackcolor) !important;
  color:var(--whitecolor) !important;
  box-shadow:none;
}

body.Zarf-customers\/addresses h2{
  color: var(--blackcolor);
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.6rem, 1.354vw, 3rem);
}

.gokwik-checkout button > span.btn-text > span:first-child{
  font-family:var(--Zarf-Regular);
}

.zarf-accordion .accor-bl {

    color: var(--blackcolor) !important;
}
.zarf-accordion .accordion-body .accor-bl>p{
    line-height: 2;
}
span.accor-bl.mr {
    padding-block: 3rem !important;
      line-height: 2;
}
.accordion-body li {
    list-style: none;
}
.zarf-accordion .accordion-item:first-child {
    border-top: 1px solid var(--lightgray) !important;

}
.zarf-accordion .accordion-item {
    margin-bottom: 0 !important;
  border-top: none;
}

/**** preloader****/

  .zf-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  background: var(--black100);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Apply ease-in-out for a smoother fade effect */
}

.zf-preloader img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
}

.zf-preloader.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out; /* Apply ease-in-out for a smoother fade effect */
}


/**** preloader end****/

.zarf-overlay-btns label{
  cursor:pointer;
}
.zarf-overlay-btns label .span2{
  display:none;
}
.zarf-warming-left:hover .hover-img {
  opacity: 1 !important;
}
.zarf-warming-left .warmingImageEffect {
  filter: grayscale(1);
  transition: .3s ease;
}
.zarf-warming-left:hover .warmingImageEffect, .zarf-warming-left:focus .warmingImageEffect {
  filter: none;
}


/***********search**********/


.predictive-search.predictive-search--header .card:not(.ratio){
    flex-direction: row !important;
    align-items: center;
    column-gap: 4rem;
  cursor:pointer;
}


.predictive-search.predictive-search--header .card__inner.color-background-2.gradient.ratio{
  height:100% !important;
}

.predictive-search.predictive-search--header .card-wrapper{
  height:12rem !important;
}
.predictive-search.predictive-search--header .card__inner.color-background-2.gradient.ratio {
    width:29rem;
}

.predictive-search.predictive-search--header .card__heading.h5 {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem, 1vw, 2rem) !important;
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor);
    opacity: 1;
    line-height: 1.1;
      text-align: left;
  width:100% !important;
    margin-bottom: 1rem;
}

.predictive-search.predictive-search--header .card-information{
  text-align:left;
}

.predictive-search.predictive-search--header s.price-item.price-item--regular {
    text-decoration: unset;
    font-size: 1.3rem;
    color: var(--discountcolor);
   font-size: clamp(1.2rem, 1vw, 2rem) !important;
    font-family: var(--Zarf-Medium);
    position: relative;
}

.predictive-search.predictive-search--header span.price-item.price-item--sale.price-item--last {
   font-size: clamp(1.2rem, 1vw, 2rem) !important;
    font-family: var(--Zarf-Medium);
    letter-spacing: 0;
    font-weight: 100;
}

.predictive-search.predictive-search--header s.price-item.price-item--regular:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%);
    background: var(--discountcolor);
    width: 100%;
    height: 0.15rem;
    opacity: .8;
    transform: rotate(-10deg);
}

.cart-drawer .cart-item .discounts__discount {
    display: none;
}

li.discounts__discount:after{
      display: none !important;
}



.product-option dd{
  font-size: 1.2rem !important;
    font-family: var(--Zarf-Regular);
}


.zarf-free-img{
  position:sticky;
  top:11%;
  z-index:2;
  width: 13rem;
  height: 3rem;
  object-fit:contain;
  left:0;
}

.product__media-item .zarf-free-img{
display:none;
}


.Zarf-product .product__media-item:first-child,
.Zarf-product .product__media-item[thumbnail-color]:first-child{
   display:none !important;
}

/***********custom Collectionpage Code**************/
  #collection-productsl{
    height: 27vw;
    overflow:unset !important;
    padding-bottom: 5rem;
  }
 #collection-productsl
  .swiper-button-disabled{
    display:none !important;
  }

  .product-cards{
    height: 100%;
    border:0.1rem solid var(--black100);
    display: flex;
    flex-direction: column;
  }
  .prducts-images-sl{
    height:calc(100% - 30%);
  }

.product-cartdl{
    display: flex;
    height:calc(100% - 70%);
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-inline:2rem;
}

.prducts-images-sl .swiper-slide:not(:first-child) img{
  object-position:bottom;
}

.product-cards a{
  display:block;
  height:100%;
}
  
.prducts-images-sl #product-imgsli{
    height:100% !important;
}
  
  #collection-productsl img
  {
    object-fit:cover;
  }

  #collection-productsl .swiper-button-next:after, #collection-productsl .swiper-button-prev:after{
    display:none;
  }

  #collection-productsl .swiper-button-next, #collection-productsl .swiper-button-prev{
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3!important;
    -webkit-overflow-scrolling: touch;
    background:var(--whitecolor);
    box-shadow: var(--backshadow);
    transition:all 0.2s linear;
  }

#collection-productsl .swiper-button-next:hover, #collection-productsl .swiper-button-prev:hover{
  background:var(--blackcolor);
}
#collection-productsl .swiper-button-next:hover svg path, #collection-productsl .swiper-button-prev:hover svg path{
  stroke:var(--whitecolor);
}

  #collection-productsl .swiper-button-next{
       right:-1.5% !important;
  }

 #collection-productsl .swiper-button-prev{
   left:-1.5% !important;
 }

  .swiper-button-prev svg, .swiper-button-next svg {
    width: 1.2rem!important;
    height: 1.2rem!important;
}

.zarf-collectionpg{
    width:100%;
    padding-inline:3%;
    margin-inline:auto;
    overflow:hidden;
}




.zarf-collection-topsh{
    display: flex;
    align-items: center; 
    margin-bottom:1.5rem;
    gap:1rem;
  width:100%;
}

.zarf-contenthead {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.zarf-collection-topsh .discount-coupon{
    background-color:var(--buynowcolor);
    color: var(--whitecolor);
    display: inline-block;
    padding:0.5rem 1.5rem 0.5rem 0.8rem;
    line-height:1;
    clip-path:polygon(0.668213px 0px, calc(100% - 0.4494px) 0px, calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.3442px) calc(100% - 4.5577px), calc(100% - 9.7028246px) calc(100% - 3.7634139px), calc(100% - 10.1490288px) calc(100% - 3.0301952px), calc(100% - 10.6751182px) calc(100% - 2.3633533px), calc(100% - 11.2733984px) calc(100% - 1.7681976px), calc(100% - 11.936175px) calc(100% - 1.2500375px), calc(100% - 12.6557536px) calc(100% - 0.8141824px), calc(100% - 13.4244398px) calc(100% - 0.4659417px), calc(100% - 14.2345392px) calc(100% - 0.2106248px), calc(100% - 15.0783574px) calc(100% - 0.053541100000004px), calc(100% - 15.9482px) calc(100% - 0px), 0.668213px calc(100% - 0px), 0.668213px 0px);
}


.prducts-images-sl .swiper-scrollbar.swiper-scrollbar-horizontal{
     opacity: 1!important;
    border-radius: 0!important;
    width: 100% !important;
    left: 0;
    bottom: 0;
    height:0.2rem;
}
.prducts-images-sl .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{
  display:block !important;
}

.zarf-Customcoll-banner {
    height: 28rem;
}

.zarf-Customcoll-banner img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.zarf-Customcollection-title {
    width: 100%;
    margin: 5rem 0 3rem 0;
}

.zarf-Customcollection-title h1{
  text-align:center;
}

.zarf-collection-box:not(:first-child){
  margin-top:5rem;
}
.product-cartdl>.zarf-Paragraph{
  display:flex;
  align-items:center;
  column-gap:0.8rem;
}
.product-cartdl>.zarf-Paragraph span{
  position:relative;
}

.product-cartdl>.zarf-Paragraph span:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translate(-50%);
    background: var(--discountcolor);
    width: 100%;
    height: 0.1rem;
    opacity: .8;
    transform: rotate(-10deg);
}

/***********custom Collectionpage Code End**************/
/*blog page css footer link  */
.Zarf-article .blog-faq-link {
    padding: 4rem 2vw 0;
}
.article-template__content b li {
    font-size: clamp(1.5rem,1.1vw,2.9rem) !important;
    font-weight: 600 !important;
}

span.sc-dis-proce{
  display:none;
}
.Zarf-product  span.sc-dis-proce{
  display:block;
  font-family: var(--Zarf-Bold);
  margin: 0;
  color:rgb(255, 255, 255);
  text-decoration: unset;
  position: relative;
  letter-spacing: 0;
  font-size: clamp(1.2rem,1vw,1.4rem)!important;
  border:1px solid #505050;
  border-radius:0.4rem;
  padding:0.1rem 0.8rem;
  margin-left:0.5rem;
}
/* landing page inclusive text css  */
.Zarf-product .inclusive-tax {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
    font-weight: 100;
    letter-spacing: 0;
    line-height: 0.5;
    color: #505050;
      margin-bottom: 2.7rem !important;
}
 .product .price__container {
    margin-bottom: 0rem !important;
}
.Zarf-product .size-info{
  font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1.5;
    color:  #505050;
  margin-bottom: 0.5rem !important;
     
}

.zarf-accordion .zfaddress-text p {
    color: var(--blackcolor)!important;
  text-transform: capitalize;
      margin-bottom: 0.8rem;
}

.Zarf-product #judgeme_product_reviews span.jdgm-rev__pinned {
    display: none;
}
.Zarf-product #judgeme_product_reviews a.jdgm-write-rev-link {
    max-width: 100% !important;
}
.shopify-policy__container .shopify-policy__body p {
    font-family: var(--Zarf-Medium);
       font-size: clamp(1.2rem, .833vw, 2rem);
    color: var(--black100);
}
.shopify-policy__container .shopify-policy__body li>ul {
    padding-left: 4rem;
}
.product__info-container{
  margin-top: 10rem;
}
.promise-flexbox {
    font-family: var(--Zarf-Medium) !important;
    font-size: clamp(1.6rem,1.354vw,3rem);
    font-weight: 100;
    letter-spacing: 0;
    color: var(--blackcolor) !important;
}
.promise-flexbox.promise-space-between {
    font-family: var(--Zarf-Medium) !important;
    font-size: clamp(1.6rem,11.354vw,3rem);
    font-weight: 100 !important;
    letter-spacing: 0;
    color: var(--blackcolor) !important;
}
.promise-center-align div {
    font-size: 12px !important;
  font-weight: 100 !important;
    letter-spacing: 0;
    color: var(--blackcolor) !important;
  font-family: var(--Zarf-Medium) !important;
}
.zarf-warming-right .zarf-Paragraph {
  width: 50%;
  text-align: center;
}
.zarf-Paragraph p:not(:last-child) {
  margin-bottom: 2.5rem;
}



/*---------Footer Seo------------*/

.footer-seo-home {
  width: 91%;
  height: 23rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-margin: 10rem 0 0 0;
  margin: 4rem auto;
  padding: 4rem;
  border: 1px solid #303030;
  border-radius: 1.4rem;
  transition: height .5s linear;
}
.footer-seo-home h1,
.footer-seo-home h2 {
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem, 1.354vw, 3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1;
  margin-bottom: 1rem;
}
.footer-seo-home p {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem, 0.833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 2.3rem;
  margin-bottom: 1rem;
}
.footer-seo-home h3 {
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem, 1.354vw, 3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1;
  margin-top: 2rem;
  text-decoration: underline;
}
.footer-seo-home .faq_section h3 {
  text-decoration: none;
}

.footer-seo-content2,
.footer-seo-content3 {
  margin-bottom: 4rem;
}
.footer-seo-content1 {
  margin-bottom: 4rem;
}
.seo-content-area {
  margin-top: 2rem;
}
.footerAddress.zarf-Paragraph p {
  margin: 0px;
}

@media only screen and (max-width: 786px) {
  .footer-seo-home {
      max-width: 100%;
      width: 84%;
      padding: 2.5rem;
  }
  .footer-seo-home p {
      line-height: 1.3;
  }
}
@media only screen and (max-width: 412px) {
  .footer-seo-home {
      height: 21rem;
  }
}
@media only screen and (width: 414px) {
  .footer-seo-home {
      height: 20.9rem;
  }
}

.footer-seo-content {
  display: none;
  width: 91%;
  height:100%;
  margin: 4rem auto;
  padding: 4rem;
  border: 1px solid #303030;
  border-radius: 1.4rem;
  background: #F6F6F6;
}
.footer-seo-content h1,
.footer-seo-content h2 {
  font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem,1.354vw,3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.footer-seo-content p {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem,.833vw,2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 2.3rem;
  margin-bottom: 1.7rem;
}
.sc-footer-blog{
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem,.833vw,2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.sc-footer-blog>li {
  line-height: 2.3rem;
   margin-left: 1.7rem !important;
}
.footer-seo-content h3 {
   font-family: var(--Zarf-Medium);
  font-size: clamp(1.6rem,1.354vw,3rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1;
  margin-top: 2rem;
  text-decoration: underline;
}
.footer-seo-content a {
  color: var(--anchercolor);
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem,.833vw,2rem);
  font-weight: 100;
}
.footer-seo-content .faq-box1 h3 {
  text-decoration: none!important;
}
.footer-seo-content>.moreless-button {
  background: var(--blackcolor)!important;
  color: var(--whitecolor);
  border:0;
  box-shadow: var(--backshadow);
  text-decoration: inherit;
  font-family: JosefinSans-Medium;
  cursor: pointer;
  font-size: clamp(1.2rem,.833vw,2rem);
  font-weight: 100;
  letter-spacing: 0;
  padding: 0.5rem 1.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-seo-content>.moreless-button:after{
  content:'>';
  height:100%;
  color: var(--whitecolor)!important; 
  font-family: Poppins-Medium;
  font-size: 1.6rem;
}
.footer-seo-content2, .footer-seo-content3 {
  margin-bottom: 4rem;
}
.footer-seo-content1{
 margin-bottom: 2rem;
}
.footer-seo-content .show-more{
  overflow: hidden;
  opacity: 0;
  height:0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.seo_faq_section h3 {
  text-decoration: none
}
.collection_seo_text ul {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem, .833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.short_description_outer {
  font-family: var(--Zarf-Regular);
  font-size: clamp(1.2rem, .833vw, 2rem);
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.3;
  color: var(--black100);
  width: 76%;
}
.customSwatchColor_new {
  display: block;
  background-color: transparent;
  font-size: 0;
  font-size: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.g_variant-color-detail {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.g_variant-color-detail label {
  cursor: pointer;
}
.select-option.active_variant label, .customSwatchColor_new:hover {
  border: 1px solid #527e47;
  border-radius: 9%;
  position: relative;
}
.select-option.active_variant label:after {
  content: '';
  background: var(--blackcolor);
  width: .5rem;
  height: .5rem;
  display: block;
  bottom: -20%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
}
#related_product_slider {
  padding: 0px 15px;  
  margin-bottom: 5rem;
}
.catalouge_page_main_section img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.catalouge_page_main_section {
  position: relative;
  width: 100%;
  background: #FDFDFD;
  font-family: 'JosefinSans-Regular';
}
.cat-page-header {
  width: 40%;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
.cat-page-title {
  font-size: 26px;
}
.cat-page-text {
  font-size: 14px;
  color: #000;
}
.zarf-catalouge header.zarf-newHeader {
  position: relative;
}
.cat-page-abnner {
  padding-top: 80px;
}
.catalouges-container {
  max-width: 90%;
  margin: 0px auto;
  padding: 0px 15px;
}
.catalouges-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.catalouges-items {
  width: 32%;
  margin-bottom: 30px;
}
.cat-item-popup {
  display: none;
}
.cat-item-inner {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  text-align: center;
  transition: all ease-in-out .3s;
}
.cat-item-inner:hover {
  margin-top: -5px;
}
.cat-item-inner .cat-product-pattren {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: -1;
}
.cat-product-image {
  padding-top: 15px;
}
.cat-block-title {
  color: #fff;
  font-size: 18px;
}
.show_popup_modal {
  cursor: pointer;
}
.cat-item-popup.open_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  backdrop-filter: blur(15px);
  overflow-y: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-item-popup-inner {
  max-width: 500px;
  margin: 0px auto 30px;
  width: 100%;
  background: linear-gradient(129.44deg, #474545 8.17%, #0F0F0F 71.44%);
  padding: 40px 40px 0px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
.cat_product_title {
  color: #fff;
  font-family: 'JosefinSans-Regular';
}
.cat_product_price {
  font-size: 26px;
}
.catProduct_short_desc {
  font-size: 14px;
  padding: 15px 0px;
}
.cat-popup-product-image {
  margin-bottom: -70px;
  display: inline-block;
}
.cat_product_material {
  font-size: 14px;
  margin-top: 10px;
}
.popup_cta_button a {
  background: #fff;
  color: #000;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 5px;
}
.cat_popup_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  cursor: pointer;
}
.product-button-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px 0px 10px 0px;
}
.product-button-container .name-option, .product-button-container .category_button {
  width: max-content;
}
.category_button a {
  padding: 10px 17px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: JosefinSans-Medium;
  border-radius: 5px;
  margin: 0px 4px;
  display: inline-block;
}
/* .product-btn-sin.active:before, .product-btn.active:before, .product-btn-sin:hover:before, .product-btn:hover:before {
  content: '';
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
} */
.recmmendPrducts_tool .swipeBttns {
  position: absolute;
  top: 50% !important;
  transform: translateY(-249%);
  width: 25px;
  height: 25px;
  /* border: 1px solid #5d5b5b; */
  border-radius: 100%;
}
.recmmendPrducts_tool .swipeBttns:hover {
  /* background: #000; */
}
 .recmmendPrducts_tool .swipeBttns:hover path {
   /* stroke: #fff; */
 }
.recmmendPrducts_tool .swiper-button-next {
  /* right: 20px !important; */
  right: 4px !important;
}
.recmmendPrducts_tool .swiper-button-prev {
  /* left: 20px !important; */
  left: 4px !important;
}
.timer-container {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #1c1c1c;
  padding: 6px 0px;
  z-index: 10;
}
.annoucement_container {
  max-width: 87%;
  margin: 0px auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px; 
  font-weight: 700;
  font-family: 'JosefinSans-Medium';
  padding-left: 20px;
}
.annoucement_container .timer {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.timer span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 0px 8px;
  text-align: center;
}
.cs_annouce_text {
  width: 50%;
}
.mobile_text {
  display: none;
}
.timer .annoucement_salesText {
  text-transform: inherit;
}
.collectionHeroSlider .item {
  height: 100vh;
  position: relative;
}
.collectionHeroSlider .owl-dots {
  display: none !important;
}
.collectionHeroSlider .owl-nav button {
  width: 35px;
  height: 35px;
  background: rgb(0 0 0 / 30%) !important;
  color: #fff !important;
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  border-radius: 80px;
  line-height: 0px !important;
  text-align: center;
}
.collectionHeroSlider .owl-nav button.disabled {
  opacity: 0.2;
}
.collectionHeroSlider .owl-nav button svg {
  width: 18px;
  height: 18px;
}
.collectionHeroSlider .owl-nav .owl-next {
  right: 10px;
}
.collectionHeroSlider .owl-nav .owl-prev {
  left: 10px;
}
.dynamiCarouselProducts {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--lightgray);
  padding-bottom: 30px;
  padding-top: 0px;
}
.dynamiCarouselProducts.showCollections {
  display: flex;
}
.g_product_card_item {
  width: 50%;
  margin-bottom: 20px;
}
.g_card_product_heading {
  font-size: clamp(1.6rem, 1.354vw, 3rem);
  font-family: var(--Zarf-light);
  font-weight: 100;
  letter-spacing: 0;
  color: var(--blackcolor);
  opacity: 1;
  line-height: 1.1;
  margin-inline: auto;
}
.g_product_card_inner {
  width: 30vw;
  display: block;
  margin: 0px auto;
  text-transform: uppercase;
}
.g_product_card_image {
  position: relative;
  overflow: hidden;
}
.g_product_card_image .item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.g_product_card_image img {
  width: auto;
  max-width: 100%;
  transition: all ease-in-out .5s;
}
.g_card_product_price {
  font-size: 1.8rem;
  color: var(--discountcolor);
  font-size: 1.8rem;
  font-family: var(--Zarf-Medium);
  margin-inline: auto;
}
.g_card_product_price span {
  color: #000;
}
.g_product_card_image .owl-nav button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f6f6f6 !important;
  opacity: 50%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  text-align: center;
  line-height: 0px !important;
  z-index: 2;
}
.g_product_card_image .owl-nav button.disabled {
  display: none;
}
.g_product_card_image .owl-nav .owl-next {
  right: 5px;
}
.g_product_card_image .owl-nav .owl-prev {
  left: 5px;
}
.g_product_card_image .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_product_card_image .owl-dots button {
  width: 6px;
  height: 6px;
  background: rgb(0, 0, 0, 0.5);
  border-radius: 100px;
  margin: 0px 4px;
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
}
.g_product_card_image .owl-dots button.active {
  width: 10px;
  height: 10px;
}
.g_product_caption {
  margin: 0px auto;
  margin-top: 10px;
  max-width: 90%;
}
@keyframes slideHalfway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
.zarf-mobilenav-body .mainMenuActive:before {
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  border-radius: 10px;
  background: #000;
  bottom: -4px;
}
header.zarf-newHeader {
  position: fixed;
  width: 100%;
  background: transparent;
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
  z-index: 9;
}
.collectionHeroSlider .item img  {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.Zarf-collection header.zarf-newHeader {
  position: absolute;
  top: 48px;
  box-shadow: none;
}
.g_product_card_image .owl-stage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.Zarf-product header.zarf-newHeader {
  position: absolute;
  top: 39px;
  background: #fff;
}
.dealShowCase_banner {
  width: 100%;
  height: 100vh;
}
.dealShowCase_banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dealShowCase_banner .mobile_image {
  display: none;
}
.dealshowcase_page .zarf-button-scroll {
  outline: 2px solid #000;
  box-shadow: none;
}
.dealshowcase_page .zarf-button-scroll .scroll {
  background-color: #000;
  box-shadow: none;
}
.warmth-for-all header.zarf-newHeader {
  background: #fff;
}

/*----------------------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {

  .annoucement_container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .annoucement_container .timer {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .g_product_caption {
    text-align: center;
  }
  .annoucement_containerMobile {
    display: none !important;
  }
  .view_btn {
    display: none;  
  }
}

@media only screen and (max-width: 768px) {

  .zarf-warming-right .zarf-Paragraph {
    width: 80%;
  }
  section.footer-seo-content {
    padding: 2rem;
  }
  .sc-footer-blog>li {
    margin-left: 1.4rem !important;
  }
  .sc-footer-blog>li,
  .footer-seo-content p {
    line-height: 1.2;
  }
  .short_description_outer {
    display: none;
  }
  #related_product_slider {
    margin-bottom: 2.5rem;
  }
  .cat-item-popup-inner {
    width: 95%;
  }
  .cat-page-header {
    width: 90%;
    position: relative;
  }
  .catalouges-blocks {
    margin-top: 20px;
  }
  .catalouges-items {
    width: 100%;
  }
  .mobile_text {
    display: inline-block;
  }
  .desktopText, .annoucement_salesText {
    display: none;
  }
  .timer span {
    font-size: 10px;
    position: relative;
    padding: 0px 5px;
  }
  .Zarf-collection  span.price-item.price-item--sale.price-item--last{
    font-size: 1.2rem;
    font-family:var(--Zarf-Medium);
    letter-spacing:0;
    font-weight:100;
  }
  .Zarf-collection  s.price-item.price-item--regular{
    text-decoration: unset;
    font-size: 1.2rem;
    color:var(--discountcolor);
    font-family:var(--Zarf-Medium);
    position:relative;
  }
  .slider-buttons .slider-counter {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    align-items: center;
  }
  .slide_dots {
    width: 6px;
    height: 6px;
    margin: 0px 4px;
    background: rgb(0 0 0 / 30%);
    border-radius: 30px;
    transition: all ease-in-out .2s;
  }
  .slide_dots.active {
    width: 12px;
    height: 12px;
  }
  .slide_dots.active {
    background: #000;
  }
  .Zarf-product span.price-item.price-item--sale.price-item--last {
    font-size: 1.6rem;
  }
  .Zarf-product span.price-item.price-item--sale.price-item--last:before {
    font-size: 1.4rem;
  }
  .Zarf-product s.price-item.price-item--regular {
    font-size: clamp(1.6rem,1.35vw,2.5rem)!important;
  }
  .Zarf-product .product__title h1, .g_product_caption {
    width: 100%;
  }
  .Zarf-collection .card-information {
    width: 90%;
  }
  .Zarf-link-content .subMenu_item {
    border-bottom: 1px solid var(--lightgray);
    display: block;
    padding: 1.7rem 0px;
  }
  .g_product_card_inner {
    width: 100%;
    padding: 0px 7px;
  }
  .g_card_product_price {
    font-size: 1.4rem;
  }
  .g_product_card_image .owl-nav button {
    width: 24px;
    height: 24px;
  }
  .g_product_card_image .owl-nav button svg {
    width: 12px;
    height: 12px;
  }
  .cs_annouce_text {
    width: 100%;
    text-align: center;
    display: block;
  }
  .annoucement_container {
    display: none;
  }
  .annoucement_containerMobile {
    height: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: JosefinSans-Medium;
    color: #fff;
    letter-spacing: 0.5px;
  }
  .annoucement_containerMobile .timer, .annoucement_containerMobile .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .annoucement_containerMobile .timer br {
    display: none;
  }
  .timer span:not(:last-child):after {
    content: ':';
    position: absolute;
    right: -2px;
    top: -1px;
    color: #fff;
    font-size: 15px;
  }
  .containsSubMenu_items .open-mobile-modal {
    top: 0px;
  }
  .grandChild_menuItem .zarf-Paragraph {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.zarf-newHeader {
    margin-top: 3vw;
  }
  .view_btn {
    background-color: #e6e6e6;
    padding: 14px 28px;
    font-family: 'JosefinSans-Medium';
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 1.1rem;
    display: inline-flex;  
    align-items: center;  
    justify-content: center; 
    gap: 8px;  
    text-align: center; 
    color: black;
  }
  
  .view_btn .arrow {
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 16px; 
  }
  .dealShowCase_banner .mobile_image {
    display: block;
  }
  .dealShowCase_banner .desktop_image, .g_product_card_image .owl-nav button {
    display: none;
  }
  .zarf-warming-right .zarf-Paragraph p:not(:last-child) {
    margin-bottom: 1.1rem;
  }
  .g_variant-color-detail {
    grid: auto / auto-flow calc(100% / var(--multicolumn-mobile-swipe-cols) - 0rem / var(--multicolumn-mobile-swipe-cols)*(var(--multicolumn-mobile-swipe-cols) - 1));
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    padding-bottom: 12px;
  }


   /* to stop the slide swatches  */
   
/* .g_variant-color-detail.inline-display-variant {
  display: flex !important;
} */

}
/* shiny discount animation */
.sc-dis-proce {
  display: inline-block;
  padding: 12px 28px;
  background: #000; /* black BG */
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

/* Shine animation */
.sc-dis-proce::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0) 70%
  );
  animation: shine-discount 3s infinite linear;
}

@keyframes shine-discount {
  0%   { left: -150px; }
  20%  { left: 100%; }
  100% { left: 100%; }
}
  
@media (max-width: 768px) {
  .swatch-container {
    position: relative;
  }
  .value.g_variant-color-detail {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .value.g_variant-color-detail::-webkit-scrollbar {
    display: none;
  }
  .value.g_variant-color-detail .select-option {
    flex: 0 0 auto;
  }
}
.collection-tabs-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

.collection-tabs {
  display: inline-flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.collection-tabs .tab-item a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
}

.collection-tabs .active a {
  font-weight: 700;
}
/* .collectionHeroSlider .owl-nav button {
  display: none;
} */
.Zarf-collection .zarf-overlay-text {
  padding: 0px 0px 0px 10px;
}
/* for menu last btns bg */
/* .zarf-mobilenav-body > ul > li:nth-last-child(-n + 2) .menu-main-item {
  background: #f7f7f7;
  min-height: 50px;
  border-radius: 5px;
} */
.collections-list {
  gap: 6px;
}


  /* Mobile-only peek animation styles */
@media (max-width: 768px) {
    .product-button-container {
      padding:  0px 0px 6px 0px;
    }
    .swatch-scroll-container {
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE/Edge */
    }
    .customSwatchColor_new {
      width: 50px;
      height: 50px;
    }
    ul.value.g_variant-color-detail {
      gap: 2px;
   }
  .Zarf-product .product__title {
      margin-bottom: 0.1rem !important;
  }
  .Zarf-product .jdgm-prev-badge {
    margin-bottom: 0.2rem;
  }
  .Zarf-product .inclusive-tax {
    margin-bottom: 2rem !important;
  }
  .Zarf-product .swatch--gl .name-option {
   margin-bottom: 0px;
  }
}

/* ===============================
   BABY PRODUCT TEMPLATE STYLES
================================ */
@media (max-width: 768px) {
  body.Zarf-product\.sc-baby .slider-buttons,
  body.Zarf-product\.sc-baby .slider-dots,
  body.Zarf-product\.sc-baby .slider-counter {
    display: none !important;
  }

  body.Zarf-product\.sc-baby .price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    justify-content: center;
    align-items: center;
  }

  body.Zarf-product\.sc-baby .price.price--large.price--on-sale.price--show-badge {
    display: flex;
    align-items: start;
    column-gap: 1rem;
  }

  body.Zarf-product\.sc-baby .badge {
    background: var(--buynowcolor);
    color: var(--whitecolor);
    font-family: var(--Zarf-Medium);
    border-radius: 0.4rem;
    font-size: clamp(1.2rem,.833vw,2rem);
    padding: 0.5rem 1rem;
    display: none !important;
  }

  body.Zarf-product\.sc-baby .product__tax.caption.rte {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
    color: var(--blackcolor);
    margin-bottom: 2rem !important;
    display: none;
  }

  body.Zarf-product\.sc-baby .jdgm-row-media {
    display: none;
  }

  body.Zarf-product\.sc-baby product-form.product-form {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
  }

  body.Zarf-product\.sc-baby .product-form__submit {
    background: var(--buynowcolor);
    color: var(--whitecolor) !important;
    border: 0 !important;
    border-radius: 1.2rem;
    font-family: var(--Zarf-Medium);
    font-size: clamp(1.2rem,.833vw,2rem) !important;
    width: clamp(27%,7vw,34%);
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8rem;
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
  }

  body.Zarf-product\.sc-baby .product-form__submit span.arrow-buy {
    font-family: Poppins-Medium;
    font-size: 1.6rem;
    animation: rightgo 1s linear infinite alternate;
  }

  body.Zarf-product\.sc-baby .shopify-payment-button__button:after,
  body.Zarf-product\.sc-baby .product-form__submit:after {
    display: none !important;
  }

  body.Zarf-product\.sc-baby .shopify-payment-button__button {
    background: var(--buynowcolor) !important;
    border-radius: 0.8rem !important;
    font-family: var(--Zarf-Medium) !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
  }

  body.Zarf-product\.sc-baby section#MainProduct-template--21753567084845__main {
    padding: 0;
  }

  body.Zarf-product\.sc-baby .product__media-item:first-child,
  body.Zarf-product\.sc-baby .product__media-item[thumbnail-color]:first-child {
    display: none !important;
  }

  body.Zarf-product\.sc-baby span.sc-dis-proce {
    display: block;
    font-family: var(--Zarf-Bold);
    color: #fff;
    font-size: clamp(1.2rem,1vw,1.4rem)!important;
    border: 1px solid #505050;
    border-radius: 0.4rem;
    padding: 0.1rem 0.8rem;
    margin-left: 0.5rem;
  }

  body.Zarf-product\.sc-baby .inclusive-tax,
  body.Zarf-product\.sc-baby .size-info {
    font-family: var(--Zarf-Regular);
    font-size: clamp(1.2rem,.833vw,2rem);
    color: #505050;
  }

  body.Zarf-product\.sc-baby #judgeme_product_reviews span.jdgm-rev__pinned {
    display: none;
  }

  body.Zarf-product\.sc-baby span.price-item.price-item--sale.price-item--last {
    font-size: 1.6rem;
  }

  body.Zarf-product\.sc-baby span.price-item.price-item--sale.price-item--last:before {
    font-size: 1.4rem;
  }

  body.Zarf-product\.sc-baby s.price-item.price-item--regular {
    font-size: clamp(1.6rem,1.35vw,2.5rem)!important;
  }

  body.Zarf-product\.sc-baby .product__title h1,
  body.Zarf-product\.sc-baby .g_product_caption {
    width: 100%;
  }
}

/* FIX COLLECTION HERO IMAGE CROP */
.collectionHeroSlider .owl-item {
  height: auto !important;
}
.collectionHeroSlider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* 👈 important */
}
