/** Shopify CDN: Minification failed

Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 921:16 Expected identifier but found "!"
Line 1395:4 Unexpected "{"
Line 1395:5 Expected identifier but found "%"

**/


{% if template == 'index' %}


/* 
div#slideshow-main {
    overflow: hidden;
    max-height: 100vh;
}
 */









/* desktop */

.banner-slide2 .slick-dots li button {
  position: relative;
  margin: 20px 0;
  border: none;
  background: none;
  font-size: 0;
}
.banner-slide2 .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
   transition: border-width 0.1s ease-in-out;
  border: 2px solid #fff;
  /* border-top: 3px solid transparent; */
  border-radius: 50%;
  left: -5px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity:1;
  transform: rotate(45deg);

}
.banner-slide2 .slick-dots li.slick-active button::after
{
   opacity:1;
  border-top: 3px solid transparent;
}

.slide-content:hover .pause-bt {
  opacity: 1;
}
.pause-bt {
  opacity: 0;
}

.banner-slide2 .slick-dots li {
  position: relative;
}




/* ============== */
.slider-dots-box {
  display: block !important;
}

.slick-active-first .slide-btn {
  background-color: red;
}

.slick-active-last .slide-btn {
  background-color: orange;
}

.slider-dots-box {
  /* justify-content: center;
  align-items: center; */
}

.slider-dots {
  position: absolute;
  z-index: 0;
  right: 11%;
  bottom: 0;
  padding: 0;
}
.slider-dots button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  transition: .3s all;
  z-index: 0;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  transform: scale(0.6);
}
.slider-dots button::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.progress-svg {
  margin-left: 0;
  margin-top: 0;
}

/* .slider-dots button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
 */

/* .slider-dots-box .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid red;
  border-radius: 50%;
} */

.circle-bg {
  fill: yellow;
  stroke: red;
  stroke-width: 2;
  stroke-linecap: butt;
}

.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 60s;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
  transform: rotate(180deg);
}

.slider-dots-box .slider-dots li {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  transform: none;
  transform: rotate(45deg);
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

/* ===hover arrow ==== */


div#slideshow-main {
    overflow: hidden;
}

.shopify-section.section {
    position: relative;
    z-index: 0;
}
div#slideshow-main .slick-arrow {
    height: 50px;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    color: #fff;
    line-height: 50px;
    font-size: 10px;
    border-radius: 50px;
    letter-spacing: 2px;
    margin: auto;
    text-transform: uppercase;
    transition: all 0.2s ease-in;
    z-index: 99;
    font-size: 0;
    background: rgba(0,0,0,0.2);
    width: 50px;
    }

div#slideshow-main .slick-arrow::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(255,255,255,0.7);
    border-right: 2px solid rgba(255,255,255,0.7);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
div#slideshow-main button.slick-prev.slick-arrow::after 
{
   transform: rotate(-130deg);
   left: 3px;
}
div#slideshow-main .slick-next.slick-arrow::after {
  left: -3px;
}

div#slideshow-main .slick-arrow:hover{
  width:100px;
}


div#slideshow-main button.slick-prev.slick-arrow {
    left: 20px;
    right: auto;
   transform: translateX(-150px);

}

div#slideshow-main button.slick-next.slick-arrow {
    right: 20px;
    left: auto;
   transform: translateX(150px);
}

div#slideshow-main:hover .slick-arrow{
  transform: translateX(0) !important;
}


.banner-slide button.slick-arrow {
    border: none;
    position: absolute;
    bottom: 0;
    left: auto;
  right: 0;
    z-index: 99999;
    height: 100%;
    top: 0;
    margin: auto;
    background: none;
    width: 30%;
    font-size: 0;
  cursor: url("/cdn/shop/files/carousel-right-svg.svg?v=1694170521"), auto;
  
  
}

.banner-slide button.slick-prev.slick-arrow {
    right: auto;
    left: 0;
}
 
.banner-slide button.slick-arrow.slick-prev {
  
  
  
cursor: url("/cdn/shop/files/carousel-left-svg.svg?v=1694170560"), auto;
}


/* 
.banner-slider button.slick-next.slick-arrow {
  cursor: url("/cdn/shop/files/carousel-right-svg.svg?v=1694170521"), auto;
  
}  */

/* =============== */

.product-slider-main {
  position: relative;
}
.product-slide-front-image {
  position: absolute;
}
.product-slide-front-image {
  position: relative;
}

.card-wrapper.product-card-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  /* width: 400px; */
  left: 0;
  right:0;
  opacity: 0;
  transform: scale(0);
  transition: all .4s ease-in-out;
  transform-origin: center;
  transform: translateX(0);
  margin:auto;
}


.collection_tab li.swiper-slide.grid__item {
    transition: all 0.4s ease-in-out;
     margin-bottom:0;
    margin-left:20px !important;
}



.collection_tab li.swiper-slide.grid__item:hover .card-wrapper.product-card-wrapper {
  opacity: 1;
   /* transform: scale(1); */
}
.card-wrapper.product-card-wrapper .card .card__inner .card__media {
  overflow: visible;
}

.product-slide-front-text {
     position: absolute;
    bottom: 15px;
    min-height: 50px;
    padding: 0 20px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    width: 255px;
    left: 0;
    /* transform: translateX(-49%); */
}
.product-slide-front-text .front-text {
     font-size: 16px;
  text-align: left;
  color: #fff;
  padding: 5px;
  position: relative;
  /* background: rgba(0,0,0,0.3);*/
  border-radius: 4px; 
  margin-left: -10px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 235px;
      display: block;
}



span.imgg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000000e0;
  border-radius: 20px;
}
.product-slide-front-text {
    display: none;
}

.product-slide-front-image {
    position: relative;
    max-width: 255px;
    border-radius: 20px !important;
    /* overflow: hidden; */
    border: none;
    width:255px;
    margin: auto;
}


.influencer-sec .info {
    padding: 10px;
    position: relative;
    padding-bottom: 15px;
    padding-left: 50px;
    margin-top: -20px;
}

.product-slide-front-image img {
  /* max-width: 100%; */
}



/* tabs section css */


div#tabs-content-new .grid-product__content {
    margin-bottom: 0;
    height: 100%;
   display: flex;
      /* margin-left: -11px; */
}


div#tabs-content-new .quick-product__btn--not-ready {
    display: none;
}

div#tabs-content-new .grid-product__link {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    height: 100%;
}

div#tabs-content-new .image-wrap {
    background: none;
  overflow:visible;
}
div#tabs-content-new variant-swatch-king {
    display: none;
}

div#tabs-content-new .card__content {

    width: 100%;
}
div#tabs-content-new .product-slider-main {
    padding: 0;
}
div#tabs-content-new .image-wrap img {
    margin-top: -60px;
      max-height: 380px;
    width: 290px;
}
div#tabs-content-new .grid-product__title {
    color: #fff;
    font-weight: 700;
    text-shadow: none;
    font-size: 18px;
    letter-spacing: 2px;
  text-align:left;
}

div#tabs-content-new .grid-product__price span.sale-price, div#tabs-content-new .grid-product__price span {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    display: block;
  font-weight:600;
}

div#tabs-content-new span.grid-product__price--original {
    display: none;
}

div#tabs-content-new .product-slide-front-image
{
  display: flex;
}

div#tabs-content-new .swiper-wrapper {
  padding: 0 ;
  margin: 0 !important;
}
div#tabs-content-new .card-wrapper.product-card-wrapper
{
  padding-left:0;
  
}


.site-header__logo img {
  top: 0;
  left: 0;
  width: 130px;
  right: 0;
  margin: auto;
  bottom: 0;

}

.btnmain.add-to-cart-block {
    bottom: 35px;
    right: 20px;
}
.btnmain.add-to-cart-block a img {
  position: relative;
  top: 5px;
  left: -4px;
}

#tabs-content-new .price__regular .price-item--regular {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
/* desktop view  end*/








/* new responsive */
/* ==================================== */





@media screen and (min-width: 990px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__icons .header__icon img, .header__search .header__icon img {
  max-height: 22px;
  border: none;
    
}

  .scrolled-past-header .header__heading .header__heading-logo-wrapper img {
  max-height: 60px;
}
  
}


@media screen and (min-width:767px){
  
  div#shopify-section-template--17316587012377__rich_text_BzKJbX h2 {
    color: #202124;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    padding: 0;
}
  div#shopify-section-template--17316587012377__rich_text_BzKJbX .index-section {
        margin: 30px 0;
}
section#shopify-section-template--17316587012377__17149808029019b9a9 .index-section {
        margin: 30px 0;
    }
  

 .collection_tab li.swiper-slide.grid__item:hover
{
  width:400px !important;

}
  .card-wrapper.product-card-wrapper
  {
    width:400px;
    padding: 0;
    
  }

 div#tabs-content-new .grid-product__image-mask {
    position: relative;
    overflow: visible;
    width: 100%;
}

  .product-slider-main:hover .product-slide-front-image {
  opacity: 0;
}


  li.product-slider-main.swiper-slide.grid__item .main-li {
    overflow-y: hidden;
  overflow-y: clip;
    border-radius: 20px;
}
div#tabs-content-new .card-wrapper.product-card-wrapper {
    padding-left: 15px;
   padding-right: 15px;
}


  
}
@media screen and (max-width:1599px)
{

.explore_pick_section .banner_title h3, section#shopify-section-template--21465546195225__e147f7a1-324a-43c6-9e90-1c1fb2678ea0 h2.influencer-head
  {
    font-size:38px !important;
    
  }


  
  
}

@media screen and (min-width:1499px){

li.swiper-slide.grid__item{
    width: 205px !important;
}
}

@media screen and (max-width:1499px)
{
.tab_scrollbar.page-width {
  max-width: 100% !important;
}

.product-slide-front-image {

    max-width: 230px;
    border-radius: 20px !important;
    width: 230px;
   
}

li.swiper-slide.grid__item{
    width: 205px !important;
}
/* .collection_tab div#tabs-content-new li.swiper-slide.grid__item:hover {
    width: 350px !important;
}
 .card-wrapper.product-card-wrapper {
    width: 350px;
    padding: 0;
    padding-left: 0px;
  }
 */
.card-wrapper.product-card-wrapper {

    transform: translateX(0);
}

div#tabs-content-new .card-wrapper.product-card-wrapper {
    padding-left: 0;
}


}


@media screen and (max-width:1199px){
.site-nav.large-up--hide {
    display: block !important;
}
}

@media screen and (max-width:1199px){
/* ul.site-nav.site-navigation.medium-down--hide {
    display: none !important;
} */
  header#SiteHeader .header-item {
flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
  }
  
}

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

a.btn-on-video {
    padding: 6px 15px;
    background: #fff;
    border-radius: 20px;
    margin-right: 8px;
    margin-top: 4px;
}


}



@media screen and (min-width:768px) and (max-width:1399px){
  
a.site-nav__link {
    font-size: 14px;
}
  .announcement__text {
    font-size: 14px;
}
  
}


@media screen and (min-width:768px) and (max-width:1024px)
{
  
  /* header menu */
.header-item--logo-split .header-item .site-nav .site-nav__link {
  font-size: 16px;
}
#SiteHeader .page-width {
  padding: 0 15px;
}
  
 img.header_iconn {
  height: 20px !important;
}

.header-layout[data-logo-align="center"] .header-item--logo {
  margin: 0 0px;
}

.influencer-sec .info a.btn-on-video {
    position: relative;
    top: 7px;
    right: -14px;
}



  
  
}



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

  div#shopify-section-template--17316587012377__rich_text_BzKJbX h2 {
    font-size: 24px;
}
  div#shopify-section-template--17316587012377__rich_text_BzKJbX .index-section {
        margin: 0px 0;
}
section#shopify-section-template--17316587012377__17149808029019b9a9 .index-section {
        margin: 0px 0;
}

  

/* ========= header ============= */
  
  .header__heading-logo {
  max-height: 50px;
  width: auto;
}

.header__icon--menu .icon path {
  color: #fff;
}
  .header__icon span img, #cart-icon-bubble img {
  border: none;
  max-height: 20px;
}
.header {
  padding: 5px 15px;
}
  
p.announcement-bar__message.h5 
  {
  font-size: 12px;
  margin: 0;
  line-height: normal;
  padding: 10px 0;
  min-height: auto;
  color: #333;
}


  .banner-slide2 .slick-dots button {
  width: 8px;
  height: 8px;
  opacity:1;
 
}
.menu-drawer__menu.has-submenu.list-menu li a {
  font-size: 14px;
  border-bottom: 1px solid #dddddd7a;
  padding: 15px 20px;
}
  .banner-slide2 .slick-dots li button::after {
  left: -6px;
}
  
.banner-slide2 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: auto;
  display: flex;
  flex-direction: unset;
  justify-content: center;
}


.banner-slide2 .slick-dots li {
  margin: 0 10px;
}

.videoheading p {
  font-size: 28px;
  bottom: 25%;
}
.videobtnlink {
  bottom: 8px;
  z-index:99 !important;
}

    div#bannerSlider .slider-dots {
        z-index:0 !important;

    }

section#shopify-section-template--20541937058073__2d33e977-8836-4eed-a779-2b9f1b493a34 {
  margin-top: 0;
}
  
h2.title.inline-richtext.h2 {
  font-size: 24px;
  padding:0;
}
  div#tabs-nav-sec h5 {
  font-size: 16px;
}
  .collection_tab .tabs #tabs-nav-sec {
  margin:5px 10px;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
  padding-left: 0;
  padding-right: 0;
}
  .multicolumn-list h3 {
  font-size: 14px;
}

.multicolumn .title-wrapper-with-link {
  margin-bottom: 0;
}
  
.multicolumn .multicolumn-card__info {
  padding: 10px 0px !important;
}
  
 .multicolumn-list:not(.slider) {
  padding-left: 0;
  padding-right: 0;
} 
 .multicolumn-card.content-container {
  border: none;
  margin: 5px 0;
}  

/*.influencer-sec ul.slick-dots, .influencer-sec .my-slider .slick-arrow{
  display: none !important;
}*/
  
.influencer-sec ul.slick-dots, .influencer-sec .my-slider .slick-arrow {
  display: inline-block !important;
}
.influencer-sec .slick-dots li button {
  width: 30px !important;
}  
h2.influencer-head {
  padding: 0 !important;
  font-size: 24px !important;
}
section#shopify-section-template--20541937058073__2d33e977-8836-4eed-a779-2b9f1b493a34 .multicolumn.color-background-1.gradient.background-none {
  padding: 0;
}
body .influencer-sec {
  padding: 30px 0 !important;
  background-size: cover;
}

.collection_tab li.swiper-slide.grid__item:hover {
  width: unset; !important;
}
.card-wrapper.product-card-wrapper {
  /* width: unset; */
  transform: none;
}
.collection_tab li.swiper-slide.grid__item
  {
    min-width:250px !important;
    margin-right:10px !important;
    max-width:250px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    
  }

#tabs-content-new .swiper-wrapper
  {
    padding:0;
    margin: 0; 
}

.influencer-sec .slide-item {
  max-width: 350px;
}

.banner-slide  .slick-dots li button {
  display: block;
  border: none;
  border-radius: 50%;
  font-size: 0;
  width: 10px;
  height: 10px;
}
.banner-slide .slick-dots li {
  display: inline-block;
  margin: 5px 5px;
}
.banner-slide .slick-dots {
  text-align: center;
}

  

/* footer */

.footer__content-top {
  padding: 0 20px !important;
}
.footer-block__newsletter {
  text-align: left;
}
li.call-text {
  display: none;
}
.footer-block__newsletter {
  text-align: left !important;
}
.footer-block__details-content .list-menu__item--link {
  padding: 5px 0;
  font-size: 14px !important;
}

.grid .footer-block__heading::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
  color: #027CC3;
  font-size: 24px;
}
  .footer-block--menu {
  border-bottom: 1px solid #ddd;
}

footer.footer .footer-block__heading {
  font-size: 15px;
  color: #333;
}
.footer {
  margin-top: 0 !important;
}
.accordion p {
  font-size: 13px !important;
}
.section-sections--20541937418521__fa2f76c4-3a12-41e1-b8b7-c9c25c5b543b-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
  .collection_tab {
  overflow: hidden;
}

  .shopify-section {
  /* overflow: hidden; */
}

.home-accordian h3.accordion__title.h4 {
  font-size: 15px !important;
}
.banner-slide {
  width: 100%;
} 
.footer-block.grid__item.footer-block--menu {
  margin: 0;
}

.banner-slide .slick-dots li.slick-active button {
  background: #027CC3;
}
  .tab_scrollbar {
  margin-bottom: 0;
}

body .influencer-sec .slick-track {
  padding-right: 40px;
  /* padding-left:40px; */
}
.product-slide-front-image img {
  max-width: 100%;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px !important;
}
.collection_tab .card__information h3 {
  font-size: 18px;
}
.collection_tab .price--on-sale .price__sale {
  font-size: 22px;
}
.product-slide-front-image {
  width: 99%;
}

  .swiper-scrollbar {
  display: none;
}

.slidermark span {
  /* font-size: 14px !important; */
}

  
p.bullt-line {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px;
  padding: 0 !important;
  display: block;
  position: relative;
  border: none;
  min-width: 10px;
  background: #000;
  margin-left: 0px;
  margin-top: 10px;
}

.collection_tab .price.price--on-sale {
  margin-bottom: 15px;
}
  .collection_tab .card__information .full-unstyled-link {
  font-size: 15px;
  line-height: normal;
}

.collection_tab .card-information .btnmain {
  position: relative;
  margin-top: 30px !important;
  bottom: 0;
  top: 0;
}

.collection_tab .card__content {
  margin-top: -30px;
  z-index: 99;
}
.collection_tab .card-information {
  position: relative;
  margin-top: 0;
}

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

.card-wrapper.product-card-wrapper .card__information {
  padding-bottom: 30px;
}
.header__icons {
  padding: 0;
}

  .header__icons .header__search .header__icon.header__icon--search {
  width: 30px;
}
  .header__icon--cart {
  width: 35px;
}
 .header {
  padding: 0 20px !important;
} 

.collection_tab.section-template--20541937058073__d783f44c-a45c-4584-8298-25e9da8fc27d-padding.collection--full-width {
  padding: 30px 0;
}
.collection_tab .card-information .btnmain img {
  max-height: 15px;
  margin-top: -5px;
}
.collection_tab .tabs {
  display: block;
  justify-content: space-between;
   white-space: normal;
}

.slidermark span {
  padding: 0 23px;

}
.slidermark span {
  font-size: 22px;
}

/* .slidermark span:nth-child(3),
  .slidermark span:nth-child(4) {
  display: none;
} */

.multicolumn-card__image-wrapper--third-width {
  width: 100px;
}

.multicolumn-list {
  padding: 0 !important;
}
p.bullt-line {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px;

}
.card-wrapper.product-card-wrapper
  {
    width:100%;
    
  }
 #shopify-section-template--20541937058073__2d33e977-8836-4eed-a779-2b9f1b493a34 .multicolumn-card__image-wrapper {
  min-height: 50px;
  width: 100px;
} 

  
.marquee.marquee2 {
  display: none !important;
}
  .marquee{overflow: visible !important;}
.slidermark span {
  padding: 0 30px;
  font-size: 30px;
}

 .collection_tab .swiper-container {
  overflow: visible;
} 
a.btn-on-video {
    padding: 6px 15px;
    background: #fff;
    border-radius: 20px;
    margin-right: 8px;
    margin-top: 4px;
}

h2.section-header__title
  {
    font-size: 24px;
    padding: 0;
  }

.logo-list-header .logo-bar__item p.link_title {
    font-size: 14px;
      font-weight: 600;
  }


.logo-list-header .logo-bar__item {
    padding: 0;
    margin: 0;
    width: 50%;
    display: block;
    flex: 0 50%;
    height: 100%;
    min-height: 130px;
}

.logo-list-header .logo-bar__item img.logo-bar__image {
    min-height: 50px !important;
}

div#bannerSlider .slider-dots {
    right: 5%;
}
div#slideshow-main button.slick-prev.slick-arrow {
    left: 5px;
}
div#slideshow-main button.slick-next.slick-arrow
  {
    right: 5px;
  }

div#tabs-content-new .card-wrapper.product-card-wrapper
  {
        padding-left: 10px;
  }

  div#tabs-content-new .grid-product__title{ font-size:15px;}
  div#tabs-content-new .grid-product__price span.sale-price {
    font-size: 17px;
}
 div#tabs-content-new .grid-product__image-mask {
  position: relative;
  overflow: visible;
}

  div#tabs-content-new .product-slider-main {
  /* margin-top: 30px; */
}
.btnmain.add-to-cart-block {
  bottom: 40px;
  right: auto;
  left: 20px;
}

div#shopify-section-template--17316587012377__1efd9dc4-6554-4832-bf86-cd00db470d3e {
  margin-top: -40px;
}

.influencer-sec .my-slider .slick-arrow {
    width: 30px !important;
    height: 25px !important;
    background-size: 25px !important;
}

.influencer-sec ul.slick-dots {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.banner-slide .slick-dots li button {
    padding: 0;
}

.explore_pick_section .banner_title h3,
section#shopify-section-template--21465546195225__e147f7a1-324a-43c6-9e90-1c1fb2678ea0 h2.influencer-head {
    font-size: 20px !important;
    line-height: normal;
}
.explore_pick_section .container {
    padding: 0 20px;
    display: block;
}
.explore_pick_section .col-left.left-section.col-sec {
    width: 100%;
}
.explore_pick_section .col-sec {
    width: 100%;
  overflow:hidden;
}
.explore_img {
    float: none !important;
}
  
 span.cycle-pic {
    bottom: -100px;
    z-index: 0;
    right: -20px;
}
.explore_pick_section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(/cdn/shop/files/explore-mobile-bg1.jpg) !important;
}
  
 div#shopify-section-template--21465546195225__235812f8-f823-4add-92d1-7cb30eab4579 {
    padding-top: 30px;
}
#shopify-section-template--21465546195225__431d9393-d6f8-43e8-8f23-863fa4aff8fd .videoheading p {
    bottom: 50% !important;
    left: 5%;
    font-size: 24px;
}
#shopify-section-template--21465546195225__431d9393-d6f8-43e8-8f23-863fa4aff8fd .videobtnlink {
    left: 20px !important;
}

section#shopify-section-template--21465546195225__431d9393-d6f8-43e8-8f23-863fa4aff8fd .banner-slide2 .img-fluid {
    height: auto;
    margin-top: 0px;
}

.mainmarquee p {
    font-size: 16px;
}
div#shopify-section-template--21465546195225__235812f8-f823-4add-92d1-7cb30eab4579 h2.section-header__title {
    font-size: 16px;
}
  div#shopify-section-template--21465546195225__235812f8-f823-4add-92d1-7cb30eab4579 .text-head-bg {
    padding: 0 50px;
}

.archie_header {
    align-items: center;
}
.archie_header {
    align-items: center;
    padding-top: 2px;
}
.archie_header > div img {
    width: auto;
    max-width: 100%;
}
.archie_header-left {
    width: 100% !important;
}
.archie_header_center {
    width: 100% !important;
}

 .archie_header-right {
    width: 100% !important
} 
  p.archi-custm-coll-name {
    color: #fff;
    margin: 0;
}
.mainmarquee p {
    font-size: 16px!important;
}
  #shopify-section-template--21465546195225__431d9393-d6f8-43e8-8f23-863fa4aff8fd .videobtnlink a {
    padding: 6px 10px;
    font-size: 14px;
}
  div#tab_sec1 a.grid-product__link.card.card--standard.card--media {
    background-image: url(/cdn/shop/files/card-bg.png?v=1698922318)!important;
}
  div#tab_sec1 .grid-product__meta.card__content {
    background: #8ba8ab;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 20px !important;
}
img.medium-up--hide-custom {
    width: 125px;
    height: auto;
}
 body.template-product .collapsibles-wrapper--border-bottom {
    border-bottom: none;

    
}
    span.badge.price__badge-sale.color- {
        padding: 1px 9px;
        font-size: 10px;
        display: block;
    }
  
}




    {%- endif -%}








