/** Shopify CDN: Minification failed

Line 52:0 All "@import" rules must come first
Line 56:0 All "@import" rules must come first
Line 59:0 All "@import" rules must come first
Line 2546:5 Expected identifier but found "."

**/

@font-face {
  font-family: "dido";
  src: url("/cdn/shop/files/DidotLTStd-Roman.ttf?v=1757577421");
}
@font-face {
  font-family: "dido-bold";
  src: url("/cdn/shop/files/DidotLTStd-Bold.ttf?v=1757577478");
}

@font-face {
  font-family: "dido-headline";
  src: url("/cdn/shop/files/DidotLTStd-Headline.ttf?v=1757577506");
}

@font-face {
  font-family: "dido-italic";
  src: url("/cdn/shop/files/DidotLTStd-Italic.ttf?v=1757577527");
}

@font-face {
  font-family: "century";
  src: url("/cdn/shop/files/CenturyGothicPaneuropeanRegular.ttf?v=1757577553");
}

@font-face {
  font-family: "century-light";
  src: url("/cdn/shop/files/CenturyGothicPaneuropeanLight.ttf?v=1757577581");
}

@font-face {
  font-family: "century-semibold";
  src: url("/cdn/shop/files/CenturyGothicPaneuropeanSemiBold.ttf?v=1757577606");
}

@font-face {
  font-family: "century-bold";
  src: url("/cdn/shop/files/CenturyGothicPaneuropeanBold.ttf?v=1757577632");
}

/* Montserrat and open sans raleway */
  /* font-family: 'Bricolage Grotesque', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* font-family: "Lora", serif; */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

/* font-family: "Dancing Script", cursive; */

:root {
  --offWhite: #ffffffb3;
  --primary: #55449a;
  --green: #4E6E5D;
  --light-green: #16c367;
  --yellow:#f46c22;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  position:relative;
}
/* header  */
  [data-js-cart-count]{
    background:#ff3d3d;
    top: 0;
    right: 2px;
    left:auto !important;
}
.meganav {
  border:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.meganav__secondary-promo-text-heading{
font-family:"Raleway", sans-serif;
}
.header__row-segment.header__row-segment-desktop.right  .social-icons  svg{
color:#fff;
/* fill:#000; */
}
.header_upper{
    top: -33px;
    position: absolute;
    right: 40px;
    align-items:center !important;
}

.main_header .header__icon-touch {
  color:#000;
}


.header_upper .disclosure__toggle .icon{
  color:#fff;
}
.header_upper a,.header_upper a:hover{
  text-decoration:none;
}


.header_upper .header {
  background: transparent;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.header_upper .header:hover {
  background: #fff;
}

.header.fixed{
  /* background:#fff;
  overflow:hidden;
  position:fixed;
  width:100%;
  overflow:visible;
  top:0px; */
  box-shadow: 6px -3px 20px 2px rgba(0,0,0,.1);
}



.custom_nav .header__links-list a {
  color:#e65100;
  font-size: 16px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  text-decoration:none;
}
.custom_nav .header__links-list a:hover {
 
  color: #55449a;
}

.custom_nav ul li a{
    font-family: 'Bricolage Grotesque';
}

.custom_nav .btn--overlay:hover{
background:var(--primary);
color:#fff !important;
border:none;
}
/* header close  */


/* text heart section  */
.text-section {
  padding:3rem 0 ;
  text-align: center;
}
.text-section h2 {
  font-family: "Bricolage Grotesque";
  font-size: 41px;
}
.text-section .heart-text {
  font-family: "Bricolage Grotesque-italic";
  font-size: 28px;
  font-weight:600;
}
.heart-text .bi-suit-heart{
  font-size:14px;
  position:relative;
top:-4px;
}
/* text heart section ends */


/* grid_img_section */
.top_img_grid {
  flex: 1 1 calc(50% - 10px);
}

.grid_img {
  max-height: 600px;
  height: 500px;
  width: 50%;
  overflow: hidden;
  margin: 1rem 0.5rem;

  position: relative;
}

.grid_img::before{
  content:'';
  height:100%;
  width:100%;
  display:block;
  position:absolute;
  background: #2e2e2e;
  background: linear-gradient(3deg, rgb(46, 46, 46) 0%, rgba(255, 255, 255, 0) 46%);
  z-index:1;
}
.grid_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.grid_img .text-bottom {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 2rem;
  z-index:2;
}
.grid_img .text-bottom .btn-shop {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
}
.grid_img .text-bottom .btn-shop::after, .grid_img .text-bottom .btn-shop::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: #fff;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}
.grid_img .text-bottom .btn-shop::before {
  transform-origin: right;
  transition-delay: 0.4s;
}
.grid_img .text-bottom .btn-shop:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.grid_img .text-bottom .btn-shop:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.img_grid {
  margin: 0.5rem;
  flex: 1 1 calc(33.333% - 20px);
  position:relative;
}
.img_grid::before{
  
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: #2e2e2e5c;
    /* background: linear-gradient(3deg,#2e2e2e,#fff0 46%); */
    z-index: 0;
}

.img_grid .heading_img {
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Bricolage Grotesque';
    left: 50%;
    padding-bottom: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    font-family: "Bricolage Grotesque-italic";
}


.grid_section a {
  color: #fff;
  text-decoration: none;
}

.grid_section h4 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.grid_section .grid_img p {
  font-size: 18px;
}



/* black_ad */
.black_ad {
  margin-bottom: 3rem;
  background-color: var(--primary);
  text-align: center;
  padding: 2rem 0;
  color: #fff;
  font-family: "Open Sans";
}
.black_ad .heading {
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
}
.black_ad .btn-join {
  text-transform: uppercase;
  font-family: "Open Sans";
  background-color:#fff;
  position: relative;
  color: var(--primary);
  border-radius: 0;
  padding: 0.5rem 1rem;
}
.black_ad .ads_text {
  max-width: 600px;
}

.silver_filters{
  padding-top:5rem;
}
/* silver filter  
.silver_filters{
  padding-top:2rem;
}
.silver_filters .silver-round {
  cursor:pointer;
  width: 180px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #55449a;
  color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 30px;
  margin:0 0.2rem;
  text-decoration:none;
}
.silver_filters .silver-round.silver-active{
  background-color: #f2f2f2;
  color: #55449a;  
}
.silver_filters .silver-round p {
  font-weight: 600;
  padding-bottom: 0.2rem;
  margin-bottom: 0;
  line-height: 35px;
}

 silver filter ends */

/* blue subscribers */
.subscibe_banner {
  /* margin:3rem 0; */
  /* background-color: #55449a; */
  /* background-color:#f46c26; */
  color: #fff;
  padding: 2rem 0;
  position:relative;
  margin: 25px 0 40px 0;
  background: linear-gradient(48deg, #55449a 22%, #f46c22);
}
.subscibe_banner::before{
    position: absolute;
    width: 10px;
    height: 110%;
    content: '';
    background: #fcfcf9;
    top: -19px;
    left: 54%;
    transform: rotate(19deg);
}


.subscibe_banner a{
  text-decoration:none;color:white;
}
.subscibe_banner .common-heading {
  font-family: "Bricolage Grotesque",sans-serif;
  padding-bottom:0.5rem;
}
.subscibe_banner h4{
        font-size: 4rem;
        font-weight:600;
        line-height:4rem;
}
.subscibe_banner .subscriber {
  border-bottom: 1px solid #fff;
  max-width: 500px;
  margin-left:auto;
}
.subscibe_banner p{
  font-size:16px;
}

.subscibe_banner p:last-child{
  margin-bottom:0;
}
.subscibe_banner .subscriber input {
  background: transparent;
  outline: none;
  border: none;
  width: 70%;
  padding: 1rem;
  color: #fff;
}
.subscibe_banner .subscriber input::placeholder {
  color: #fff;
}
.subscibe_banner .subscriber .signup {
  width: 30%;
  border: 1px solid #fff;
  background: transparent;
  padding: 1rem;
  color: #fff;
  border-bottom: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor:pointer !important;
  font-weight:600;
}
/* blue subscribers ends */



/* hero_slider */
.hero_slider {
  /* background-color: antiquewhite; */
  /* padding:8rem 0 6rem; */
   padding:7rem 0 0rem;
   /* padding:5.5rem 0 6rem; */
  position:relative;
}

/* .hero-fullwidth{
  height:450px;
} */




/* .hero-container :is(.col-lg-7,.col-lg-5){
  padding-top:2rem;
} */


.hero_slider .swiper-slide{
  background:#faebd7;
}

.swiper-slide.special_slide{
  background:radial-gradient(#a41615 35%, #3e0202);}

/* .swiper-slide.special_slide {
  background:
    url("/cdn/shop/files/banner-o1.png?v=1765271625"),
    radial-gradient(#990f0e 50%, #8a201f);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */


.swiper-slide.special_slide .heroproduct-col{
  /* display:none; */
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}

.swiper-slide.special_slide .heroproduct-col .hero_product_img.start-animation{
  transform:translate(0) !important;
}

.swiper-slide.special_slide .heroproduct-col .hero_product_img {
  height:100%;
  pointer-events:none;
  margin:0;
}

.swiper-slide.special_slide .heroproduct-col img{
    max-width: 100%;
    height:102%;
    object-fit: cover;
    object-position: center -20px;
}


.swiper-slide.special_slide .heroproduct-col picture{
  width:100%;
  height:100%;
}

.swiper-slide.special_slide .col-lg-7{
  width:100%;
  text-align:center;
  color:#fff;
  position:relative;
  z-index:12;
}

.hero_slider .swiper-slide.special_slide .col-lg-7 h1{
  color:#fff;
  width:500px;
  margin:0 auto;
  text-align:center;
  font-size:85px;
  line-height:80px;
  font-family: "Lora", serif;
  text-shadow: -6px 3px 3px #522222;
  padding-bottom:16px;
}

.hero_slider .swiper-slide.special_slide .col-lg-7 h4{
      font-family: "Open Sans", sans-serif;
       font-size:35px;
       margin-block:25px;
       text-shadow: -6px 0 11px #522222;
}
.hero_slider .swiper-slide.special_slide .col-lg-7 p{
  font-family: "Dancing Script", cursive;
  font-weight:900;
  font-size:35px;
  text-shadow: -6px 0 11px #522222;
}
.swiper-slide.special_slide a{
  display:none;
}



.hero_slider .swiper-slide:after{
   content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 185px;
    background: url(/cdn/shop/files/whitewave11.svg?v=1762944357) no-repeat;
    pointer-events:none;
}

.hero-container{
  padding:3rem 1.5rem 6rem;
}

.hero_slider .swiper-pagination{
  position:absolute;
  bottom:55px;
}



/* .hero_slider:after{
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 185px;
    background: url(/cdn/shop/files/whitewave11.svg?v=1762944357) no-repeat;
    pointer-events:none;
} */

.swiper-pagination-bullet.swiper-pagination-bullet-active
{
background: var(--primary);
}

.swiper-pagination-bullet{
  background: var(--primary);
}


.hero_slider h1 {
  font-family: "Nunito", sans-serif;
  font-size:55px;
  color:#55449a;
  font-weight:800;
 line-height:60px;
}

.hero_slider h1 b{
  font-weight:900;
  color:#f46d23;
}

.hero_slider h1 span{
    border: 2px dashed #09cd2a;
    font-size: 45px;
    color:#09cd2a;
    padding: 2px 15px;
    border-radius: 10px;
    font-family: Bricolage Grotesque, sans-serif;
}

.hero_slider h4 {
  font-family: "Nunito", sans-serif;
  font-size:30px;
  font-weight:600;
  margin-block:20px;
}
.hero_slider p {
  font-family: "Nunito", sans-serif;
  font-size:16px;
  margin-bottom:20px;
}

.hero_slider .btn-solid-primary {
  background-color: #55449a;
  border-color: #55449a;
  outline-color: #55449a;
  color: #fff;
  padding:12px 20px;
}
.hero_slider .btn-solid-outline-primary {
  /* border-color: #55449a; */
  color:#fff;
  font-weight:800;
  padding:12px 20px;
  border-radius: 12px;
  /* background:#55449a; */
  background:#852dea;
}
.hero_slider .btn-solid-outline-primary:hover{
background: #6c4ee3;
  color: #fff;
  border-color:#6c4ee3;
}
.hero_slider .swiper-button-next,
.hero_slider .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  font-size: 10px !important;
  border-radius: 50%;
  color: black;
}
.hero_slider .swiper-slide{
  padding:0 20px;
}
.hero_slider .swiper-button-next::after,
.hero_slider .swiper-button-prev::after {
  font-size: 25px;
  color:#55449a;
}

.hero_slider .swiper-slide .container{
  /* margin-left:0;
  margin-right:0;
  margin:0 auto; */
}

.hero_product_img {
    /* width: 400px; */
    /* height: 500px; */
    height: 340px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin:0 auto; */
    margin-left:auto;
    margin-right:15px;
}

.hero_product_img img{
  width:100%;
  max-width:370px;
  height:100%;
}

/* .hero_slider .swiper-slide:nth-child(2) .hero_product_img{
    width: auto;
    height: auto;
} */


/* .hero_product_img:first-child{
   animation: slideInFromRight 1s ease-in-out forwards
} */
.hero_product_img.start-animation{
 animation: slideInFromRight 1s ease-in-out forwards
}

.hero_slider .swiper-pagination-bullet.swiper-pagination-bullet{
  background:#b8a7ff;
}

.hero_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#ffc76b;
    width: 39px;
    height: 10px;
    border-radius: 10px;
}
/* hero_slider ends */

.herodots{
  position:absolute;
  bottom:60px !important;
}


.hero_wave{
/* height:100px; */
overflow:hidden;
display:none;
}
.hero_wave svg{
    position: absolute;
    position: absolute;
    /* z-index: 2; */
    content: '';
    display: block;
    width: 100%;
    top: 390px;
}


/* footer */

footer {
  padding:0rem 2rem;
  color: var(--offWhite);
  background-color: #55449a !important;
}

.footer{
  padding:2rem;;
}
.footer.section{
  padding-top:77px;
}
.footer__bottom{
padding-top:30px;
margin-top:0;
}
.footer .social-icons{
  margin-top:2rem;
  gap:2px;
  justify-content:center;
}
.social-icons li
{
  width:40px;
height:40px;
}
.footer .social-icons .icon{
width:30px;
height:30px;
}

.footer__bottom p{
  font-size:15px;
  margin:0;
}

footer a {
  color: var(--offWhite);
  text-decoration:none;
  font-size:18px;
  text-transform:capitalize;
  display:inline-block;
  /* display:block; */
}


footer a:hover {
  text-decoration: underline;
}
footer ul {
  padding-bottom: 0;
}
footer ul li {
  /* padding-bottom: 1rem;/ */
  font-size:14px;
}
.footer__text h4{
  font-family:Open Sans;
    font-size:15px;
  color:var(--offWhite);
}
.social-icons svg{
  color:var(--offWhite);
}

.footer__newsletter .footer__newsletter-button{
  text-transform:capitalize;
  color:var(--offWhite)
}
footer .copyright {
  padding-top: 1rem;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
}
footer .input-email {
  display: flex;
}
footer .input-email .email_subscribe {
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--offWhite);
  width: 100%;
}
footer .input-email .subscribe {
  background-color: transparent;
  color: var(--offWhite);
  border: none;
  border-bottom: 1px solid var(--offWhite);
  outline: none;
}
footer .footer-social-icons {
  padding-top: 1rem;
}
footer .footer-social-icons li {
  padding-left: 0.5rem;
  color: #fff;
}
footer .footer-social-icons li:first-child {
  padding-left: 0;
}
footer .card-icon {
  padding-bottom: 0;
}

.footer__text h4{
  text-transform:capitalize;
}

.footer .footer__heading{
font-weight:700;
text-transform:capitalize;
font-size:21px;
color: #ffd0b8;
}

.footer .footer__header {
  line-height:25px;
}

#footer-subscribe{
    max-width: 515px;
    margin: 15px auto;
    margin-left: 0;
    /* max-width: 68%;
    margin:15px auto; */
}

.footer__newsletter .input[type=email]{
    background: #604cb1;
    border-bottom: 0;
    height: 60px;
    font-size: 17px;
    padding: 1rem 10rem 1rem 1.5rem;
}

.footer__newsletter .footer__newsletter-button {
      text-transform: capitalize;
      background: #fff;
      width: 120px;
      color: #604cb1 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      border: 0;
      font-weight: 550;
      font-size: 18px;
      letter-spacing: 0;
      border-radius: 0 10px 10px 0 !important;
      transition:.2s ease-in-out;
}

.footer__newsletter .footer__newsletter-button:hover{
  background:#ff8d50;
  color:#fff;
}

.footer__newsletter h4{
    font-weight: 700;
    color: #fff;
    font-size:20px;
    line-height:25px;
}

/* new grid  */
.new_grid {
  padding: 3rem;
}
.new_grid .card_grid {
  display: flex;
  background-color: #d3ffd3;
  padding: 0 1rem;
  border-radius: 15px;
  align-items: center;
  height:265px;
}
.new_grid .card_grid .content {
  font-family: "Bricolage Grotesque", sans-serif;
}

.new_grid .card_grid .content h2{
  font-size: 32px;
  font-weight:900;
  text-transform:uppercase;
}

.new_grid .card_grid .content p{
      font-family: "Open Sans", sans-serif;
}

.new_grid .card_grid .content a{
    padding: 10px 30px;
    border-radius: 15px;
    border: none;
    font-weight: 600;
    line-height: 26px;
}
.new_grid .card_grid .avatar_img {
  width: 45%;
}
.new_grid .card_grid .img-parent {
  margin-left: auto;
}
.new_grid .card_grid .skin_img {
  margin-left: auto;
}
.new_grid .card_grid.flex-column {
  height: fit-content;
  text-align: left;
  padding:30px 20px;
  align-items: start;
  height:265px;
  /* height:335px; */
  overflow:hidden;
}
.new_grid .card_grid.flex-column .avatar_img {
  padding-top: 1rem;
  margin: 0 auto;
}



/* product description ends */
.custom_product 
.product__top.product__primary{
padding-top:6rem;
}

.product__primary-left{
  position:sticky;
  top:150px;
  height:450px;
}
.inventory-counter__message{
  color: #0aab0a !important;
  font-weight: 600;
  display: block;
}
.inventory-counter__bar-progress{
  background-color: #0dac0c !important;
  border-radius: 10px;
}
.inventory-counter__message{
  color:red;
}
.inventory-counter__bar{
    margin-top: 7px;
    background-color: #e8dcd4;
    border-radius: 10px;
}
.quantity-input {
    height:50px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    background: #f0f0f0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.quick-cart__container .quantity-input{
  height:28px;
}

.quantity-input__button .icon{
    width: 12px;
    height: 12px;
}

.quick-cart__container .quantity-input__button{
  padding:1px 8px;
}
.quantity-input__button:hover, .quantity-input__button:focus{
  background:#e0dede;
}
.product__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size:35px;
  font-weight:900;
  padding-bottom:0rem;
}
.product__price {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0;
  align-items: baseline;
  color:#f37e1d;
  align-items:center;
}
.product__price s{
  font-size:16px;
  color: #8a8989;
  font-weight: 300;
  margin: 0 0.5rem;
  font-weight:400;
}

.product-badge--sale {
    background: red;
    color: #fff;
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
}

.product-form__item{
  display:flex;
  gap:10px;
  width:100%;
  .shopify-payment-button , .product-form__cart-submit{
    width:fit-content;
    height:fit-content;
    margin-top:0;
    width:100%;
  }
.shopify-payment-button shopify-accelerated-checkout{
  margin-top:0;
}
}


.product__price-displayed-discount {
    color: #fff !important;
    background: #4cab07;
    padding:0px 8px 2px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 19px;
}

.product__block--product-header.product__block--with-divider{
  border-bottom:0;
  margin-bottom:0;
}
.product__description p{
  font-size:17px;
  color:#000;
}
.shopify-payment-button__button{
    border-radius:10px !important;
}

.shopify-payment-button__button::before  {
  background:var(--primary) !important;
  color:#fff !important;
  border-radius:10px !important;
}

.shopify-payment-button__button:hover , .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:after{
  border:1px solid var(--primary) !important;
  color:var(--primary) !important;
  border-radius:10px !important;
  background:#fff !important;
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded{
color: var(--primary) !important;
 }
 .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:after,
 .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  color:#fff !important;
 }

.shopify-payment-button:hover , .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{
  color:var(--primary) !important;
}

.product__media-item .aspect-ratio--portrait{
  height:400px;
  border-radius:10px;
  overflow:hidden;
}
.product__media-item .image__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product__block.product__block--medium[data-stock-category="sufficient"]{
    /* background: #fef5f0;
    padding: 10px;
    border-radius: 10px; */
}

.product__controls-group.product__controls-group-quantity {
  display:inline-block;
  width:24%;
}

.product-form{
  display:inline-block;
  width:72%;
}

.product-form .shopify-payment-button__button{
  margin:0;
}


/* temporarily display none   */
.sticky-atc-bar{
display:none;
}

/* product description  */

html.do-anim .animation--lazy-load,.product-thumbnails__item-link{
  /* height:70px; */
  /* border-radius:10px; */
  overflow:hidden;
}

.product__primary-left .product__media-item[data-aspect-ratio=portrait]{
    aspect-ratio: inherit;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    background: #ededed;
}


.product__primary-left .product-thumbnails__item-link{
  height:70px;
  border-radius:10px;
  overflow:hidden;
}
.product-thumbnails__item-link.active{
  border:1px solid #55449a;
}


.product-thumbnails__item-link.active:after{
  display:none;
}

.product__block--product-header.product__block--with-divider{
  padding-bottom:10px;
}

.product-form__cart-submit {
    width: 100%;
    border-radius: 15px;
    background: #56449a;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 550;
    color: #fff;
}

.product__callouts-items[data-with-box=true]{
  border-radius:10px;
  border-radius: 10px;
  border-color: #56449a;
  background: #f8f7ff;
  padding:8px 10px;
  border-style:dashed;
}


.product__callouts-items[data-with-dividers=true] .product__callouts-item{
    border: none !important;
    background: #fff;
    margin: 6px 0;
    padding: 7px;
    border-radius: 5px;
}

.product__media .img-wrap{
  max-width:100%;
}

.social-share__button{
    border:1px solid #ddd;
    padding: 10px 15px !important;
    margin-left: auto;
    display: table;
    border-radius: 10px;
    color: #000;
}

.social-share__button:hover{
  background:#ddd;
}

.product__color-swatches .product__color-swatch.selected:before{
  box-shadow:0 0 0 1.5px #55449a inset, 0 0 0 5px var(--color-background) inset;
}

.product__meta{
  padding-top:0;
}

.product__media-item[data-aspect-ratio=portrait] .media{
      height:800px;
}

.product__media-item{
  align-items:flex-start;
}

.quick-product--wrap .quick-product--left .image{
  height:282px !important;
    /* height: 800px !important; */
    overflow: hidden;
}

.quick-product--wrap .quick-product--left a{
  display:block;
}

html.do-anim .animation.animation--quick-view.animation--quick-view-revealed .image__img{
  height:100% !important;
}

.quick-product--wrap .product__media-container img{
  width:100%;
  height:100%;
  margin:0;
  object-fit:cover;
}

.quick-product .product__block--product-header-inner  h2.product__title{
    font-weight: 800 !important;
    font-size: 20px !important;
    line-height:24px;
    margin:5px 0 !important;
}

/* .quick-product--left{
  width:100%;
} */

.header__links.header__links-primary{
   padding-left:0;
  /* padding-left:30px; */
}


.header__links-primary .header__links-list>li:not(:last-child){
  margin-right:10px;
}

/* .product__block.product__block--medium{
  max-height:70px;
  overflow-y:auto;
}
.product__block.product__block--medium span{
    font-size: 14px;
    line-height: 22px;
    display: block;
} */

.filter-bar__results-count.fs-body-75{
margin-bottom:0;
color: rgb(34 41 45);
font-size:20px;
}

.filter-bar__button{
      padding: 1rem;
    border-radius: 10px;
       box-shadow: 2px 4px 30px 12px  #f2f2f2;
       border:1px solid transparent;
    
}
.filter-bar__button:hover{
  box-shadow: 2px 4px 14px 12px #f5f5f5f2;
    border: 1px solid #f2f2f2;
}

.filter-group:nth-child(odd){
    border-radius: 10px;
    border: solid 1px #55449a;
    color: #55449a;
}
.filter-group:nth-child(even){
    border-radius: 10px;
    border: solid 1px #f1dd38;
    color: #000;
}
.filter-group__label[aria-expanded=true],
.filter-group--active{
  background-color: inherit;
  color:inherit;
}

.filter-group__label[aria-expanded=true]:nth-child(odd),
.filter-group--active:nth-child(odd),
.filter-group:nth-child(odd):focus button,
.filter-group:nth-child(odd):hover button{
  background-color: #ffb064;
  color:#000;
  border-color:#f1dd38;
}

.filter-group__label[aria-expanded=true]:nth-child(even),
.filter-group--active:nth-child(even),
.filter-group:nth-child(even):focus button,
.filter-group:nth-child(even):hover button{
  background-color: #f1dd38 !important;
  color:#000;
}

.filter-group button{
  padding:1rem;
  border-radius: 10px;
}


.filter-group__values {
    background-color: #fbfbff;
    width: fit-content;
    border: 1px solid #fcfcf9;
    border-radius: 10px;
    color: #55449a;
}

.filter-bar__button , .filter-group{
position:relative;

}
.filter-bar__button-count , .filter-group__label-count{
    position: absolute;
    right: -12px;
    width: 25px;
    height: 25px;
    border-radius: 35px;
    top: -9px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe3d3d;
}
.active-filters__active-filter{
background: #55449a;

color:#fff;
text-decoration:none;
}
.active-filters__clear{
line-height:31px;
text-decoration:none !important;
}
.filter-item__content:focus-visible{
  border:none;
  outline:none;
}
.filter-group__list{
    border: 1px solid silver;
    margin-top: 0;
    border-radius: 10px;
    z-index:9999;
}
.filter-bar__active-filters .active-filters .active-filters__active-filter{
  margin-top:1rem;
}
.filter-group__values-header{
  display:none;
}
/* policy style  */
.shopify-policy__container{
  padding:4rem 0rem 0 0;
  max-width:1200px;
}

.shipping_returns{
  font-size:30px !important;
  line-height:34px !important;
}


.shopify-policy__title {font-size: 38x;
    line-height: 38px;
    font-weight: 700;
    font-family: Bricolage Grotesque, sans-serif;
    margin-bottom: 10px;
    color: #000;


  }
.shopify-policy__title h1,
.fsaContent-wrapper h3{
    font-size: 45px;
    font-weight: 700;
    color: #434343;
}
    
.shopify-policy__container .rte p,
.shopify-policy__container .rte ul li,.fsaContent-wrapper p{
    font-size: 15px;
    line-height: 25px;
    color: #271374;
    font-weight: 500;
    margin-block:10px;
}


.fsaContent-wrapper p{
  margin:0 0 10px 0;
}
.shopify-policy__container .rte ul li{
  margin-block:3px;
}

.shopify-policy__container .rte h2{
    font-size: 22px;
    font-weight: 700;
    color: #271374;
    margin-bottom: 0;
}

.shopify-policy__container .rte h3{
  font-size:22px;
  line-height:30px;
  color:#271374;
}

.shopify-policy__container p a,.shopify-policy__container a,
.page .shopify-policy__container a, .fsaContent-wrapper p a, .fsaContent-wrapper a{
  color:#f56c20;
}

/* .shopify-policy__container .rte p strong{
  font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    font-family: Bricolage Grotesque, sans-serif;
    margin-bottom: 10px;
    color: #000;
} */

.filter-bar__button.filter-bar__button--sort:focus{
  color:#000;
}

.shopify-policy__container .rte a:hover{
  color:inherit;
}


.breadcrumb{
  margin-bottom:0;
}

.collection__main-area{
padding-left:0;
padding-right:0;
}

.filter-bar__inner{
  padding-left:0;
padding-right:0;
}


.overflow_hidden{
  overflow:hidden;
}


.prodct-listarow-wrp{
    position: absolute;
    bottom:0;
    margin:30px 0;
    left: 50%;
    transform:translateX(-50%);
    width: 120px;
    background: #ddd;
    display: flex;
    align-items: center;
}

.prodct-listarow-wrp :is(.swiper-button-prev,.swiper-button-next){
    width: 40px;
    height: 40px;
    font-size:42px;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    border-radius:50%;
}

.prodct-listarow-wrp .swiper-button-prev:after, .prodct-listarow-wrp .swiper-button-next:after{
  font-size: 20px;
  color:#55449a;
}


.page .shopify-policy__container a{
  color: #f56c20;
  text-decoration:none;
}

.page .shopify-policy__container a:hover{
  color:rgb(252, 88, 0);
}


.hero_slider.hero_sliderimgonly {
  padding:100px 0 0 0;
  margin-bottom:35px;
  position:relative;
}

.hero_slider.hero_sliderimgonly:after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:70px;
  background:#000;
  z-index:1;
  background:url(/cdn/shop/files/whitewave11.svg?v=1762944357);
  pointer-events:none;
}

.hero_slider.hero_sliderimgonly .swiper-pagination{
  z-index:12;
  bottom:35px;
}


.hero_slider.hero_sliderimgonly .swiper-wrapper.container{
    max-width: 100%;
    width:100%;
    margin: 0;
    padding: 0;

}

.hero_slider.hero_sliderimgonly .swiper-slide{
  padding-inline:0;
  width:100%;
}

.hero_slider.hero_sliderimgonly + .freeship_sec{
  margin-top:100px;
}

.filter-group__values{
  box-shadow: -5px 7px 17px rgba(0, 0, 0, .2);
  margin-top:15px;
}

.product__breadcrumbs + .product__top.product__primary{
    padding-top:3rem !important
}

.product__primary-left .product-gallery.product-gallery--vertical{
    height:450px;
    overflow:hidden;
}

.product__media-item .image__img{
    width: auto;
    height:450px;
    object-fit: inherit;
    margin: 0 auto 15px;
    border-radius:10px;
}

.lightbox-image.zoom-text{
  bottom:20px;
}

.product-thumb-slider .swiper-slide-thumb-active img{
  border:none;
}



/* login header */

.Pw7Nz{
 padding:0 !important;
}

.fsaContent-wrapper{
  padding:150px 0 50px 0;

}


.fsaContent-wrapper h6{
    font-weight: bold;
    font-size: 24px;
    margin:20px 0 5px 0;
    color: #322e40;
}

/* new grid  ends */
/*================================= Media Query =============================================== */

.hero_slider.fullwidth-active{
  padding-bottom:4rem;
}

.hero_slider.fullwidth-active:after{
  bottom:0;
  z-index:12;
}

.herodots{
  position: absolute;
  bottom: 45px;
}

.product__checkbox-option{
   border: 1px solid #c9c9c9;
    padding: 5px 10px;
    margin:2px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease-in-out;
    width:auto;
    /* width:86px; */
    text-align: center;
    color: #292929;
}

.product__checkbox-option:hover{
  background:#e8e8e8;
}

.product__checkbox-option.active{
    color: #fff;
    border-color: #484545;
    background: #484545;
}


.product__primary-left [data-scroll-container][data-axis=horizontal] .scroll-button[data-position=end],
.product__primary-left [data-scroll-container][data-axis=horizontal] .scroll-button[data-position=start]{
  box-shadow:none !important;
}



/* cart page design */

/* .template-cart .cart__form-items .cross-sells__items {
  display:block;
}


.template-cart .cross-sells .cross-sells__item {
    padding: 16px;
    width: 28%;
    display: inline-block;
    margin:5px;
    min-height:230px;
    border-radius:10px;
  }

  .template-cart .cross-sells .cross-sells__item-content{
    display:block;
  }

  .template-cart .cart-section .cross-sells__item-image{
    width:100%;
    height:200px;
  }

  .template-cart .cross-sells__item-title a{
    color:#000;
    font-size:15px;
    text-decoration:none;
    margin-block:10px;
    display:block;
  } */


.quick-product .product__block--product-header-inner h2.product__title{
    position: sticky;
    top: 10px;
    background: #fcfcf9;
}  


@media(max-width:1400px){
  .custom_nav .header__links-list a{
    font-size:14px;
  }

  .hero_slider h1{
    font-size:48px;
    line-height:58px;
  }

  .hero_product_img{
    height:400px;
  }

  .hero_wave svg{
    top:460px;
  }
  .hero_slider h1 span{
    font-size:48px;
    display:inline-block;
    margin-top:3px;
  }

  .new_grid .card_grid .content h2{
    font-size:22px;
  }

  .prcr-col .card_grid .img-parent {
      width: 445px;
      height: 190px;
  }

  .hero_product_img img{
    max-width:100%;
  }

  .swiper-slide.special_slide .heroproduct-col img{
    height:110%;
    background-position:center top;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 h1{
    width:600px;
    font-size: 85px;
    line-height: 88px;
  }

  .hero_slider .swiper-slide{
    height:500px;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 h4{
    margin-block:15px;
  }

  .hero_product_img {
    position: relative;
    top:0;
  }
  
  
}

@media (max-width: 1366.5px) {
  .subscibe_banner .subscriber {
    max-width: 400px;
  }
}

@media(max-width:1364px){
  .footer__newsletter h4{
    font-size:18px;
  }

  
}


@media(max-width:1245px){
  .product-form__item.product-form__item--submit{
    margin-right:0;
    margin-left:20px;
  }

  .white_wave.descrptn_top_wave{
    margin-top:-105px;
  }
  .bottom_wave.pdp_botm_svg {
    margin-top: -114px;
  }
}

@media (max-width: 1200.5px) {
  .subscibe_banner .subscriber {
    max-width: 400px !important;
  }
  .hero_slider{
    padding: 94px 0 3rem 0 !important;
    /* padding: 7rem 0 3rem 0 !important; */
  }
  .shopify-policy__container{
    padding:4rem 1rem;
  }

  .hero_product_img img{
        height: 225px;
        width: 255px;
      /* height: 330px; */
  }

  .hero_slider h1 {
      font-size: 38px;
      line-height: 45px;
    }

   .hero_slider .col-lg-7 {
    position:relative;
    top:-40px;
   }

   .hero_product_img{
    top:-33px;
   }

    .hero_slider .special_slide  .col-lg-7{
      top:auto;
    }
}

@media(max-width:1199px){

  .header__links-primary .header__links-list>li:not(:last-child){
    margin-right:5px;
  }

  .custom_nav .header__links-list a{
    font-size:12px;
  }
  .hero_wave svg{
    top:622px;
  }

  .subscibe_banner h4{
    font-size:58px;
  }

  .prodct-descpt-wrpr{
    margin-top:0;
  }

  .swiper-slide.special_slide .heroproduct-col .hero_product_img picture img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .swiper-slide.special_slide .heroproduct-col{
    bottom:-40px;
  }
}

@media(max-width:1157px){
  .product-form__item.product-form__item--submit{
    margin-left:40px;
  }
}

@media(max-width:959px){

  .product__primary-left{
    height:auto;
  }

  .product__primary-left .product__media.carousel__wrapper{

    display:none;

  }

  .product-gallery {
      max-width: 94%;
      margin-bottom: 40px;
   }
  
}

@media(max-width:1000px){
  .hero_slider{
    padding-bottom:2rem !important;
  }

  
}

@media (max-width:992px){
  .collection__products{
    grid-template-columns:repeat(3, 1fr);
  }

 .hero_slider .swiper-slide.special_slide .heroproduct-col{
    background:none;
    text-align:center;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 h1{
        width: 100%;
        font-size: 50px;
        line-height: 55px;
        max-width: 400px;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 :is(h4,p){
    font-size:28px;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 :is(h4,p){
    padding-right:0;
    text-align:center;
    margin:0 0 4px 0;
  }

  .hero_slider .container{
    max-width:992px;
  }

  .swiper-slide.special_slide .swiper-slide.special_slide .heroproduct-col img{
    border-radius:0;
    object-position: center top;
    object-fit: fill;
  }


  .hero_slider .swiper-slide.special_slide .col-lg-7 h1{
    text-align:center;
  }

 .hero_slider .swiper-slide.special_slide .col-lg-7{
  border-radius:0;
 }

 .hero_slider h4{
  font-size:22px;
 }

  .hero_slider .swiper-slide.special_slide .heroproduct-col{
    border-radius:0;
  }


  .hero_slider .swiper-slide.special_slide .heroproduct-col .hero_product_img{
    padding:0;
  }

  .swiper-slide.special_slide .heroproduct-col{
    left:0;
    top:0;
  }

  .hero_product_img{
    height:305px;
  }

  .hero_product_img picture{
    width:100%;
   }

  .hero_slider .swiper-slide {
      height: 365px;
    }

    .swiper-slide.special_slide .hero_product_img{
      top:0;
    }

    .herobnr-arrow{
      width: 115px;
      display: flex;
      position: absolute;
      bottom: 26px;
      right:0;
      gap: 5px;
      z-index: 123;
      border-radius: 0 10px 10px 0;
    }

    .hero_slider .swiper-button-next, .hero_slider .swiper-button-prev{
      position:inherit;
      background:#ebebeb;
      width:40px;
      height:40px;
    }

    .hero_slider .swiper-button-next::after, .hero_slider .swiper-button-prev::after{
      font-size:20px;
    }
}



@media(max-width:991px){
    #shopify-section-template--19559507460259__white_wave_yALrcz.shopify-section{
        overflow:inherit;
    }

    .hero_wave svg{
        position: inherit;
        top: auto;
        margin-top: -46px;
        background: #fbebd7;
    }

    .hero_swiper{
      text-align:center;
    }

    .hero_product_img{
      margin:40px auto 0;
    }

    /* .hero_slider {
        padding: 10rem 0 0rem 0 !important;
    } */

    .freeship_list li{
      width:200px;
    }

    .freeship_list{
      overflow: hidden;
      overflow-x: auto;
      justify-content: flex-start;
    }


          /* width */
      .freeship_list::-webkit-scrollbar {
        width: 5px;
        height:5px;
        border-radius:10px;
      }

      /* Track */
      .freeship_list::-webkit-scrollbar-track {
        background: #dddd;
        border-radius:10px;
      }

      /* Handle */
      .freeship_list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius:10px;
      }

      /* Handle on hover */
      .freeship_list::-webkit-scrollbar-thumb:hover {
        background: #555;
      }

      .subscibe_banner::before{
        display:none;
      }

      .subscibe_banner .subscriber {
          margin-top: 50px;
          background: rgba(0, 0, 0, .2);
          border-radius: 3px 12px 3px 3px;
      }

      .subscibe_banner .subscriber input {
        background: transparent;
        width: 70%;
        font-size: 20px;
      }

      .subscibe_banner .subscriber .signup{
        font-size:25px;
      }

      .subscibe_banner .subscriber{
        max-width:100% !important;
      }


    .new_grid .row .col-sm-12{
      margin-top:25px;
    }  

    .new_grid .row .col-sm-12 .card_grid.flex-column .avatar_img{
        width: 222px;
        height: 240px;
      /* width: 350px;
      height: 340px; */
    }

    .new_grid .col-sm-12 .card_grid .content h2{
      font-size:28px;
    }

    .footer__bottom {
      padding-top: 25px;
    }

    .footer.section {
        padding-top: 25px;
    }

     .collection__products{
      grid-template-columns:repeat(2, 1fr);
    }


    .product-form__item.product-form__item--submit{
        margin-left:0;
      }

  .white_wave.descrptn_top_wave{
    margin-top:0;
  }

  .bottom_wave.pdp_botm_svg {
        margin-top: -87px;
    }

    .ingrdtnt-card h4{
      font-size:20px;
    }

    .ingrdtnt-card h4:after{
      right:-26px;
      font-size:18px;
    }

    .shopify-policy__title h1,.fsaContent-wrapper h3{
      font-size:35px;
    }

    .shopify-policy__container .rte p {
        font-size: 15px;
        line-height: 26px;
      }

    .shopify-policy__container h2{
        font-size: 20px;
        font-weight: 700;
      }

      .footer .social-icons{
        margin-top:0;
      }

      .hero_slider .container{
        position:relative;
      }

      .hero_slider .heroproduct-col{
        position: absolute;
        bottom:110px;
        right: 10px;
        width: 215px;
        height: 215px;
        overflow: hidden;
        background: rgba(246, 167, 121, .2);
        border-radius: 50%;
        padding: 0;
    }

    .hero_slider :is(p,h4){
      text-align:left;
      padding-right:274px;
      text-align:left;
    }

    .hero_slider .btn-flex{
     text-align:left;
    }


    .hero_slider h1 span{
      font-size:40px;
      line-height:42px;
      margin-top:1px;
      display:table;
    }

    .hero_slider :is(h4,p){
      padding-right:315px;
    }

    .hero_product_img{
      /* width:275px;
      height:275px; */
      width:100%;
      height:100%;
      margin:0;
      padding:30px;
      /* padding:40px 40px 10px; */
    }

    .hero_product_img img{
      width:100%;
      height:100%;
      object-fit:contain;
    }

    .fsaContent-wrapper h6{
      font-size:20px;
    }

    .hero_slider h1 {
      font-size: 40px;
      line-height: 50px;
      text-align:left;
      max-width:60%;
      }

    .hero_slider .swiper-slide.special_slide .col-lg-7 h1{
      font-size:58px;
      line-height:60px;
    }

    .hero_slider .swiper-slide.special_slide .col-lg-7 h4,
    .hero_slider .swiper-slide.special_slide .col-lg-7 p{
      font-size:28px;
    }

    .hero_slider .swiper-pagination {
      bottom: auto;
      top: 82%;
  }

  .hero_slider .col-lg-7,.hero_product_img{
    top:auto;
  }

}

@media(max-width:807px){
  .hero_slider h1 {
      font-size: 30px;
      line-height: 40px;
  }

  .hero-container{
    padding-top:2rem;
  }
}



@media (max-width:770.5px){

   .main_header.header{
    border:none;
   }
   .filter-bar.filter-bar--sticky{
    position:relative;
   }

  
}

@media (max-width: 768px) {
  .top_img_grid {
    flex-wrap: wrap;
  }
  .grid_img {
    width: 100%;
  }
  .img_grid {
    flex: 1 1 calc(50% - 20px);
  }
  .header__logo img{
    width:30%;
  }
  .shopify-policy__container .rte p{
    font-size: 14px;
    line-height: 22px;
    }

    .shopify-policy__container .rte h2{
      font-size:18px;
    }
    .shopify-policy__container .rte ul li{
   font-size: 14px;
    line-height: 30px;
    color: #000;
   }
  .silver_filters.bestseller_collection{
    padding-top:5rem;
  }

  .prodct-listarow-wrp{
    bottom:10px;
  }

  .hero_slider {
    padding-bottom: 0rem !important;
  }

  .hero_slider h1{
    max-width:68%;
    font-size: 36px;
    line-height: 46px;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 h1 {
        font-size: 60px;
        line-height: 70px;
    }

}


@media(max-width:767px){

  .hero_slider h1{
    font-size: 22px;
    line-height: 26px;
    font-weight:900;
    text-transform:capitalize;
  }

  .hero_slider h1 span {
    border-width:1px;
    font-size: 30px;
    margin-top:5px;
  }

  .hero_slider h4{
    font-size:15px;
    margin:10px 0 32px 0; 
  }

  .hero_slider p{
    font-size:15px;
    line-height:19px;
    padding-right: 135px;
  }

  .hero_slider :is(h1,h4){
    padding-right:150px;
  }

  .hero_product_img{
    /* width: 300px;
    height: 400px;
    margin: 25px auto 30px; */
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 7px;
        border-radius: 50%;
        padding:20px 20px 10px;
  }

  .hero_product_img img{
    width:100%;
  }

   
  .hero_wave svg{
    margin-top: -5px;
  }

  .section_heading h3, h2.section-introduction__heading, .a404__inner.page__inner h1 {
      font-size: 25px;
      line-height: 32px;
      margin-bottom: 10px !important;
      padding: 0 15px;
  }
  
  .section_heading p {
      font-size: 15px;
      padding: 0 15px;
      line-height: 20px;
  }

  .silver_filters .silver-round{
    padding:15px;
  }

  .under_icon{
    width:62px;
    height:62px;
  }

  .under_icon img{
    width:40px;
  }

  .silver_filters .silver-round p:last-child {
      font-size: 26px;
      padding: 4px 10px;
      border-radius: 10px;
      font-weight: 700;
  }

   .subscibe_banner h4{
        font-size: 35px;
        line-height: 38px;
    }

    .subscibe_banner .subscriber{
      margin-top:30px;
    }

    .subscibe_banner .subscriber input{
      font-size:15px;
    }

    .subscibe_banner .subscriber .signup{
      font-size:18px;
      background: #55449a;
    }

    .new_grid{
      padding:0 5px;
    }

    .footer.section{
      padding:12px 0;
    }

    .footer__newsletter .footer__newsletter-button{
      font-size:16px;
      width:104px;
    }

    .footer__newsletter .input[type=email]{
      background: #604cb1;
      border-bottom: 0;
      height: 50px;
      font-size: 17px;
      padding: .5rem 10rem .5rem 1rem;
    }

    .footer .social-icons {
     margin:12px 0;
    }

    .footer__bottom {
        padding-top: 10px;
    }

    .collapsible-row-list-item__heading{
      font-size:16px;
      line-height:20px;
      font-weight:700;
    }

    .header__logo{
      margin:0;
    }

    .header__logo img {
        width: 140px;
    }

    .footer .footer__heading{
      font-size:17px;
    }
    
    .hero_slider .heroproduct-col{
        position: absolute;
        bottom: 80px;
        right: 10px;
        width: 145px;
        height: 145px;
        overflow: hidden;
        background: rgba(246, 167, 121, .2);
        border-radius: 50%;
        padding: 0;
    }

    .hero_slider .swiper-button-next, .hero_slider .swiper-button-prev{
      display:none;
    }

    .hero_slider .swiper-slide {
        padding: 0;
        text-align: left;
    }

    .hero_slider .swiper-slide:nth-child(2) .hero_product_img{
      width:100%;
      height:100%;
    }

    .hero_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
      width: 16px;
      height: 7px;
    }

    .hero_swiper .swiper-pagination{
      bottom:-2px;
    }

    /* .hero_swiper .col-12{
      padding-left:0;
    } */

    .hero_swiper .container{
      position:relative;
    }

    .hero_slider .btn-solid-outline-primary{
      border-color: #55449a;
      color: #55439a;
      font-weight: 700;
      border-radius: 10px;
      background: #faead7;
    }

    .product-form__item.product-form__item--submit{
      margin-left:0;
    }

    .shopify-policy__title h1,
    ..fsaContent-wrapper h3 {
        font-size: 25px;
    }

    .page .shopify-policy__container{
      margin-bottom:0;
      padding-bottom:5px;
    }

    .description-text{
      font-size:15px;
    }

    .prodct-listarow-wrp {
        bottom: auto;
        top: 0;
        margin-top: 28px;
        left: auto;
        transform: translateX(0);
        right: 0;
        width:106px;
    }

    #filtered-products {
      padding: 64px 0 12px 50px;
  }

  .footer__newsletter p{
    font-size:15px;
  }


  footer a{
    font-size:16px;
  }

  

  .hero_slider :is(p){
      padding-right:148px;
   }

   .product__breadcrumbs + .product__top.product__primary{
    padding-top: 1rem !important;
   }

   .hero_product_img img{
    object-fit:contain;
   }

   .hero_slider:after{
    bottom:0;
    height:115px;
   }

   .product__primary-left .product-thumbnails__item-link{
    height:66px;
    width: 90px;
   }

   .fsaContent-wrapper {
      padding: 115px 0 25px 0;
  }

  .fsaContent-wrapper h6{
    font-size:17px;
  }

  .product-form{
    width:100%;
  }

  .quick-product .product__block--product-header-inner h2.product__title{
    font-size:17px !important;
    line-height: 20px;
  }

  .product__price-and-ratings{
    margin:0;
  }

  .quick-product--right .product__price-and-ratings .product__price {
    font-size: 16px;
    line-height: 20px;
  }

  .quick-product .product__block--product-header .product__block--product-header-inner .product-rating{
    margin-top:5px !important;
  }

   .quick-product .product__description p{
    font-size:14px;
  }

  .hero_slider .swiper-slide .container{
    height:265px;
    padding-top:20px;
  }

  .hero_slider .swiper-slide.special_slide .col-lg-7 h1 {
        font-size: 38px;
        line-height: 40px;
        max-width: 300px;
        padding:30px 0 10px 0;
    }
  .hero_slider .swiper-slide.special_slide .col-lg-7 h4, .hero_slider .swiper-slide.special_slide .col-lg-7 p {
        font-size: 18px;
    }

    .hero_slider .swiper-slide.special_slide .heroproduct-col .hero_product_img {
        position: absolute;
        top: -14px;
    }

    .hero_slider h1{
      max-width:100%;
    }

    .hero_slider .swiper-slide:after {
      bottom: -32px;
      height: 105px;
    }

    .hero_slider .swiper-slide.special_slide .heroproduct-col{
        opacity: .6;
    }

    .hero_slider .swiper-slide {
        height: 270px;
    }

    .herodots {
      bottom: 27px !important;
    }

    .quick-view-modal__content{
      min-height:inherit;
    }

   
}

@media(max-width:575px){
  .hero_slider .container{
    max-width: 100%;
    margin: 0 auto;
  }

  .silver_filters {
      padding-top: 3rem;
  }

  footer {
    padding: 0rem 2rem 28px;
  }

  .product__title{
    font-size:17px;
    margin:10px 0;
  }

  .product__price{
    font-size:17px;
    line-height:17px;
  }

  .product__media-item .aspect-ratio--portrait{
    height:270px;
  }

  .custom_product .product__top .product__primary-right .shopify-app-block{
    margin-bottom:5px;
  }

  .custom_product .product__top.product__primary {
    padding-top: 4rem;
  }

  .product__primary-left{
    position:inherit;
  }


  .faqs_row .section_heading h3{
    text-align:center;
  }

  .ingrdtnt-card h4{
    font-size:17px;
  }

    .ingrdtnt-card picture {
      width: 70px;
      height: 70px;
      background: #fffdfd;
      margin-bottom: 12px;
      padding: 5px;
  }

  .ingrdtnt-card picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #ddd;
      border-radius: 40px;
  }

  .ingrdtnt-card h4 {
        font-size: 15px;
    }

    .ingrdtnt-card h4:after {
        right: -17px;
        font-size: 13px;
    }

    .prodct-ingrdnt-sec .section_heading{
      padding-bottom:6px;
    }

    .product__primary-left .product-main-slider :is(.swiper-button-next, .swiper-button-prev){
      width: 35px;
      height: 35px;
      background: #fff;
      border-radius: 20px;
      color: #56449a;
      display:none;
    }

    .product__primary-left :is(.swiper-button-next:after, .swiper-button-prev:after){
      font-size:20px;
    }

    .product__primary-left .product__media-item[data-aspect-ratio=portrait]{
      height:270px;
    }

    .product__primary-left .product-gallery.product-gallery--vertical{
        height:225px;
    }

    .product__media-item .image__img{
        height:225px;
    }



    .product__variants-wrapper .product__label{
       font-size:14px;
    }
}

@media(max-width:500px){
  .hero_slider h1{
      padding-right:0;
    }

    .hero_slider h4{
      padding-right:145px;
    }

    .hero_swiper{
      padding-bottom:30px;
    }

    .hero_slider .heroproduct-col{
      bottom:45px;
    }

    .hero_slider .swiper-pagination{
      top:89%;
    }

     .quick-product .product__block--product-header-inner h2.product__title{
        font-size: 13px !important;
        line-height: 15px;
        padding-right: 40px;
    }

    .product__variants-wrapper .product__label {
        font-size: 12px;
    }

    .product__checkbox-option{
        font-size:12px;
        line-height:14px;
    }

    .quick-product .product__description p {
        font-size: 12px;
        line-height: 17px;
    }

    .quick-product .buttons_cart_details {
        padding-left: 0;
    }

    .quick-product .quick-view-view-product-details-link.btn.btn--text-link{
      border-radius: 13px;
    }

    .inventory-counter__message{
      font-size: 12px;
    }
}


@media (min-width: 500px){
  .header__logo-link .regular-logo img{
      width:160px;
    }

    .product__media-item[data-aspect-ratio=portrait] .media {
        /* height: 266px; */
        height: 396px !important;
    }

    .product__media-item .aspect-ratio--portrait{
        height: 400px;
        margin-bottom: 20px;
    }

   

    
}

@media(max-width:330px){
  .hero_product_img{
    width:100%;
  }
}


@keyframes slideInFromRight {
  from {
    transform: translateX(100%); /* Start off-screen to the right */
  }
  to {
    transform: translateX(0); /* End in its normal position */
  }
}