/** Shopify CDN: Minification failed

Line 132:0 Unexpected "}"
Line 3148:0 Unexpected "}"
Line 3847:22 Expected identifier but found bad string token
Line 3847:23 Unterminated string token
Line 4767:53 Unexpected "820778__page_faq_accrdian_YHcd74"

**/

/* Commmon css */


.btn {
  font-weight: 600;
  font-size: 20px;
}

.menu__items li.buddha-menu-item:nth-child(4),
.menu__items li.buddha-menu-item:nth-child(5){
    display:none !important;
}

/* announcment bar css start */
.announcement__text span.text-highlight__break {
  font-family: LeagueSpartan-Bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}
/* announcment bar css End */

/* Header css Start */
.shopify-section-header {
  border-bottom: 3px solid #222;
}
header .wrapper {
  max-width: 1800px !important;
  padding: 0px 10px;
}

.site-header--nav-center .menu__item--icons {
  right: 15px;
}
button.mobile-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
  display: none;
}
.site-header.site-header--nav-center.site-header--nav-normal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.has-scrolled .site-header.site-header--nav-center.site-header--nav-normal .wrapper {
     border-bottom: 3px solid;
    padding-top: 00px;
    padding-bottom: 0px;
    background: #fff;
}
.site-header--nav-normal .navlink {
  font-size: 16px;
}
.mobile-menu .cart__toggle img.shhoping-bag {
  width: 18px;
  height: 23px;
}
.nav .menu__items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.cart__toggle img.shhoping-bag {
  height:23px;
}
.cart__toggle img.shhoping-bag , .search-iconn , .user-sccount {
    max-width: 20px;
}
.horizontal-mega-menu ul.mm-submenu.simple>li .mm-image-container, .vertical-mega-menu ul.mm-submenu.simple>li .mm-image-container {
  
    width: 85%!important;
    margin: auto;
}
.vertical-mega-menu>.buddha-menu-item>a {
    padding: 20px 13px!important;
}

@media screen and (min-width:1200px){
  .site-header>.wrapper {
    flex-direction: column;
}
  .has-scrolled span.logo {
    display: none;
}
  .has-scrolled header#SiteHeader {
    height: 70px;
}
  a.navlink.navlink--toplevel.caps {
    color: #40332F !important;
    font-family: 'azo_sansregular';
    font-weight: 400;
    font-size: 15px;
    padding: 5px !important;
    text-transform: capitalize;
    padding-top: 0;
}
  .site-header--nav-center .nav--default {
    top: 55px;
}
 .site-header--nav-center .menu__item--icons { 
    bottom: 100%;
   top:auto;
}
  .site-header.site-header--nav-center.site-header--nav-normal {
    padding-top: 10px;
    padding-bottom: 70px;
}
  .menu__items li.buddha-menu-item {
    z-index: 0 !important;
}
  .has-scrolled .site-header--nav-center .nav--default {
        top: 0;
    }
  .has-scrolled h1.logo {
    display: none;
}
      .has-scrolled .site-header.site-header--nav-center.site-header--nav-normal {
        padding-top: 10px;
        padding-bottom: 40px;
    }

  }
}

/* Header css End */

/* banner section css start  */
.slide__text__wrapper .slide__heading.main-heading {
  font-size: 100px;
  line-height: 90px;
}
.slide__text__wrapper .slide__text.main-text {
  font-size: 24px;
  margin-top: 20px;
}
.main-content>.shopify-section:first-child {
    --full-height: 100%;
}
.slide__text__wrapper .main-buttons__item.aos-init.aos-animate {
  margin-top: 65px;
}
.video_block{
      background: #F2E2DF;
}
.cstm_video_wrap {
    display: flex;
    background: #F2E2DF;
    justify-content: space-between;
}
.cv_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.cv_heading {
    font-size: 75px;
    margin: 0;
}
.cv_subheading {
    font-size: 25px;
    margin: 0;
}
.slide__btn.video_btn {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
}
.cv-video_wrap {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    object-position: top;
  width:40%;
}
.cv-video_wrap span{
       display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: -70px;
}
.cv-video_wrap span video{

    width: 100%;
}

/* banner section css End */

/* Custom  icon with text css start */
.custom-icon-with-text-blocks-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin: auto;
}
.section__heading.h2 {
  margin-bottom: 20px;
}
.iwt-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: calc(20% - 100px);
  width: 100%;
  text-align: center;
}
.iwt-img-block {
  padding: 45px 60px;
  border-radius: 50%;
}
.iwt-img-block img {
  max-width: 70px;
}
.iwt0-img-block img {
  max-width: 60px;
  width: 100%;
}
.iwt-block-btn {
  font-family: "LeagueSpartan-Bold";
  min-height: 50px;
  font-size: 20px;
}
/* Custom  icon with text css end */

/* Custom icon with uppper text css start */
.iwut-blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.iwut-block {
  max-width: calc(25% - 100px);
  width: 100%;
  display: flex !important;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.iwut-img-block {
  width: 100%;
}
.iwut-img-block img {
  margin: auto;
}
.iwut-block-btn {
  font-family: "GlacialIndifference-Regular";
  font-size: 20px;
}
/* Custom icon with uppper text css End */

/* Visit showroom Card Css start */
.wrapper.visit-showroom-cards h2 {
  margin-bottom: 0px;
}
.wrapper.visit-showroom-cards {
  padding-right: 10px;
  padding-left: 10px;
}
.vsc-blocks-wrap {
  padding: 70px 0px;
}
.vsc-block {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0px 10px;
}
.vsc-content-img-wrap {
  border: 3px solid #222222;
  background: #fff;
}
.btn.vsc-block-btn {
    background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
    border: 0px;
    font-size: 14px;
    max-width: 60%;
    min-width: 210px;
}
.vsc-blocks-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px;
  min-height:225px;
}
.vsc-block-heading {
  font-size: 24px;
}
.vsc-text {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.vsc-address {
  min-height: 50px;
}
.vsc-text p {
  margin: 0;
  font-size: 14px;
}
.vsc-img-block {
  border-top: 3px solid #222;
  line-height: 0;
}
.vsc-img-block img {
  border-radius: 0px 0px 10px 10px;
}
.vsc-btn.btn {
  margin: auto;
  display: block;
  max-width: 420px;
}
/* Visit showroom Card Css End */

/* Custom icons rows css start */
.custom-icon-row section {
  padding-right: 60px;
  padding-left: 60px;
}
.custom-icon-row .wrapper {
  border: 3px solid #222222;
  padding: 60px 40px;
}

.custom-icon-row-wrap .icons-row__item.grid__item.aos-init.aos-animate {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}
.custom-icon-row-wrap .icons-row__content .icons-row__title {
  font-size: 26px;
  margin-top: 16px;
  color: #cdb4db;
  margin-bottom: 0;
  min-height: 65px;
}
.custom-icon-row-wrap .icons-row__text p:last-child {
  font-size: 16px;
  line-height: 20px;
}
.custom-icon-row-wrap .icons-row__slider.grid--mobile.text-center.items--4 {
  gap: 10px;
}
/* Custom icons rows css End */

/* Custom Image with Text  css start*/

.milano-discover {
  display: flex;
  border: 3px solid #222222;
  border-radius: 13px;
  margin-bottom: 80px;
}

.text-discover-heading {
  margin: 0;
  font-size: 58px;
  line-height: 60px;
}
.text-discover-para {
  line-height: 20px;
}
.image-discover {
  width: 100%;
  line-height: 0;
}
.image-discover img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
img.image-discover-milano-mobile {
  display: none;
}
.text-discover {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.text-discover.text-discover-1 {
  padding: 50px;
}
.text-discover.text-discover-2 {
  padding: 40px;
}

.btn-discover {
  font-size: 17px;
  padding: 10px;
  color: black;
  font-weight: 600;
  border: none;
  text-decoration: none;
  border-radius: 7px;
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
}

.image-discover-right {
  order: 2;
  margin-left: 20px;
}
/* Custom Image with Text  css End*/

/* After before image with text css start*/
.after-before-image-with-text .image-discover-right {
  width: 100%;
}
.after-before-image-with-text .slick-list {
  width: 100%;
}
.ab-image-wrap {
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
.ab-slide-wrap {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ab-image-ws-wrap {
    display: flex;
  justify-content:space-evenly;
    padding: 10px;
    gap: 10px;
}
.ab-image-wrap {
  width: 100%;
}
.ab-slide-wrap img {
  border-radius: 20px;
}
.ab-slide-wrap span {
  font-size: 30px;
  font-weight: 900;
}
.after-before-image-with-text .text-discover.text-discover-1 {
  width: 60%;
}
.after-before-image-with-text .ws-a-b .text-discover.text-discover-1 {
  width: 50%;
}
.after-before-image-with-text .ab-image-discover.image-discover-right {
  width: 40%;
}
.after-before-image-with-text .ws-a-b .ab-image-discover.image-discover-right {
    width: 50%;
}
.after-before-image-with-text .slick-dots {
  bottom: 0;
}
.after-before-image-with-text .slick-dots li.slick-active button:before {
  opacity: 1;
}
.after-before-image-with-text .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
.ab-image-wrap button.slick-prev.slick-arrow {
  left: 40%;
  z-index: 3;
}
.ab-image-wrap button.slick-prev.slick-arrow {
  background-image: url(/cdn/shop/files/right-arrow_11862470.png?v=1715662169);
  width: 30px;
  height: 30px;
  rotate: 180deg;
  top: 91%;
  background-size: contain;
}

.ab-image-wrap .slick-prev:before,
.ab-image-wrap .slick-next:before {
  content: none;
}
.ab-image-wrap button.slick-next.slick-arrow {
  right: 40%;
  top: 97%;
  z-index: 3;
}
.ab-image-wrap button.slick-next.slick-arrow {
  background-image: url(/cdn/shop/files/right-arrow_11862470.png?v=1715662169);
  width: 30px;
  height: 30px;
  top: 96%;
  background-size: contain;
  z-index: 3;
}
/* After before image with text css End*/

/* milano gripline css start */
.milano-tile-text-para {
  text-align: center;
}
.gripline-text {
  text-align: center;
  max-width: 40%;
  margin: auto;
}
.gripline-tiles {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.gripline-tile-image {
  line-height: 0;
}

.gripline-img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.gripline-para {
  margin: 15px 0 55px 0;
  line-height: 30px;
}
.milano-tile-text-para {
  text-align: center;
  margin: 15px 0px 0px 0px;
  font-size: 16px;
  min-height: 50px;
}
.milano-tile-text {
  padding: 40px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
}
.milano-tile1-text-heading {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.gripline-tile {
  border: 3px solid #222222;
  border-radius: 20px;
                                                 /* removed - height:100% , added - background:#fff; */
  background:#fff;
  width: 100%;
  max-width: calc(33.33% - 40px);
}
/* milano gripline css End */

/*  Cards with buttons css start*/
.learn-tiles {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.learn-tile {
    max-width: calc(33.333% - 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
}
.learn-tile-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
a.btn-learn.btn {
    margin-bottom: 0;
    margin-top: auto;
    align-self: baseline;
}
.learn-text {
  text-align: center;
  max-width: 50%;
  margin: auto;
}

.learn-tile-image {
  line-height: 0;
}

.learn-img {
  width: 100%;
}
.learn-para {
  margin: 15px 0 40px 0;
}

.learn-tile-text {
  padding: 40px;
}
.btn-learn {
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
  color: #222;
  border: 0px;
}
.learn-tile-text-para {
  text-align: left;
  font-size: 23px;
  line-height: 30px;
  min-height: 150px;
}
.learn-tile-text-para.para-2,
.learn-tile-text-para.para-3 {
  min-height: 190px;
}
.learn-tile1-text-heading {
  margin: 0;
  padding: 0;
  font-size: 37px;
}

/*  Cards with buttons css End*/

/* Custom Faq css Start */
.accordion-head {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.accordion-heading {
  font-size: 48px;
}
.accordion-paragraph {
  font-size: 23px;
  line-height: 30px;
}
.faqs-btn {
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
  color: #cdb4db;
}

.accordion {
  margin: auto;
  max-width: 80%;
}
.faqs {
  text-align: center;
  margin: 40px 0px;
}

.accordion-item {
  transition: box-shadow 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 05px 2px,
    rgba(0, 0, 0, 0) 0px 4px 6px -2px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.accordion-header {
  font-size: 23px;
  font-weight: 600;
  padding: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}
.accordion-content {
  padding: 20px;
  display: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  background-color: #cdb4db29;
}
.accordion-content p {
  font-size: 20px;
  margin: 0;
}
.accordion-item.open .accordion-content {
  display: block;
}

.cs-arrow {
  float: right;
  transition: transform 0.5s ease;
}

.rotate {
  transform: rotate(180deg);
}

/*lower buttons  */
.lower-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}
.lower-btns-one {
  border: none;
  background-color: var(--PRIMARY-BUTTONS-COLOR-BG);
  color: #fff;
  line-height: 2;
}

.lower-btns-second {
  border: 3px solid transparent;
  background: #fff;
  color: var(--PRIMARY-BUTTONS-COLOR-BG);
  border-color: var(--PRIMARY-BUTTONS-COLOR-BG);
}
/* Custom Faq css End */

/* reelup section css start */
.reelUp_playlist_stacked_view_container
  .reelUp_card
  .reelUp_card_video_wrapper {
  border-radius: 20px;
}
video.reelUp_video_elem.reelUp_vid_autoplay {
  border-radius: 20px;
}
.reelUp_playlist_stacked_view_container
  .reelUp_card_video_wrapper
  .reelUp_stacked_wrapper {
  border-radius: 0px 0px 20px 20px;
}
/* reelup section css end */

/* Custom slider css start */
.wrapper.custom-slider {
  padding-right: 130px;
  padding-left: 130px;
}
.cs-blocks {
  border: 3px solid #222;
  border-radius: 20px;
  background: #fff;
}
.csb-img-wrap {
  position: relative;
  border-bottom: 4px solid #222;
  line-height: 0;
  border-radius: 20px;
}
.csb-img-wrap img {
  border-radius: 20px;
}
.csb-badge {
  position: absolute;
  top: 0;
  display: block;
  left: 10px;
  background: #222;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  font-weight: 100;
}
.csb-circle-img {
  position: absolute;
  bottom: -50px;
  border-radius: 50%;
  right: 10px;
  max-width: 40%;
}
.csb-circle-img .csb-img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid #222;
}
.csb-text-wrap {
  padding: 40px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  text-align: left;
}
.csb-heading {
  font-size: 20px;
}
.csb-text-para {
  margin: 0;
  min-height: 80px;
}
button.slick-prev.slick-arrow {
  background-image: url(/cdn/shop/files/Icon_material-navigate-next_copy.png?v=1714561189);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: -45px;
}
.iwut-blocks-wrap .slick-dots li button:before {
  font-size: 12px;
}

.block-slider button.slick-arrow {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.iwut-blocks-wrap .slick-dots {
  bottom: -70px;
}

.iwut-blocks-wrap .slick-dots li {
  margin: 0;
}
button.slick-next.slick-arrow {
  background-image: url(/cdn/shop/files/Icon_material-navigate-next.png?v=1714561189);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.Slider-block-container .slick-prev:before,
.Slider-block-container .slick-next:before {
  opacity: 0;
}
.block-slider .slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}

.block-slider .slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
  margin: 5px;
}

.block-slider .slick-slide.slick-current {
  transform: scale(1.098);
  position: relative;
  z-index: 1;
}

.block-slider .slick-slide img {
  width: 100%;
}
/* Custom slider css end */

/* Reviews section css start */
.li-tiles {
  margin:5px;               /*   removed - margin-right: 10px; , added - margin:5px  */
}
.total-review {
  gap: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.total-review h3 {
  margin: 0;
  font-size: 48px;
}
img.heading-review-img {
  width: auto;
  height: 100%;
}
.review-img {
  width: 150px;
}
.review-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ul-tiles {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.review-text .counting {
  text-align: center;
  margin-bottom: 35px;
  font-size: 48px;
}
.li-tiles {
  background-color: white;
  border: 3px solid #222;
  padding: 30px;
}
.review-slider .stars {
  margin-bottom: 15px;
}
.customer-details .author-name {
  font-size: 24px;
  margin: 0;
}
.customer-reviews {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  min-height: 80px;
}
.review-image {
  border-radius: 50%;
  max-width: 45px;
  width: 100%;
  max-height: 50px;
}
.review-section {
  background-color: #f9c2cf;
}
.customer-details {
  display: flex;
  gap: 20px;
  align-items: center;
}
/* Reviews section css End */

/* Featured brands css start */
.wrapper.featured-brands {
  padding-right: 100px;
  padding-left: 100px;
}
.fb-head {
  text-align: center;
}
.fb-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
}
.fb-blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fb-block-img {
  flex-basis: calc(25% - 50px);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.fb-block-img img {
  max-width: 100%;
  height: auto;
}
/* Featured brands css End */

/* Footer css start */
.footer-content.wrapper {
  width: 100%;
  max-width: 1900px;
}
.footer-bottom.wrapper.text-left.aos-init.aos-animate {
  max-width: 1900px;
  width: 100%;
  border-top: 3px solid;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.footer-content.wrapper .footer-blocks {
  justify-content: center;
}
.link-menu-4 ul.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer-bottom.wrapper.text-left.aos-init.aos-animate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
form#LocalizationForm-sections--16329604530346__footer {
  display: none;
}
/* ul.payment-icon-list {
  display: none !important;
} */
.footer-copyright__content {
  font-size: 15px;
}
.footer-blocks .accordion {
  max-width: 15%;
  width: 100%;
  margin: 0;
}
.footer-accordion-header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-weight: 600;
     cursor: pointer;
}
.footer-accordion-header .arrow {
  margin-right: 30px;
}
.footer-accordion-content {
  display: none;
}
.footer-accordion-content p {
  margin: 5px 0px;
  font-weight: bold;
  color: #ffffffc9;
}
.accordion .footer-title.footer-title--links {
  margin-bottom: 20px;
}
.footer-links .footer-link {
  font-weight: 400;
  color: #ffffffd6;
}
/* Footer css End */

/* Responsive Start */
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .learn-tile-text {
    padding: 20px;
}
  .learn-tile-text-para.para-2, .learn-tile-text-para.para-3 {
    min-height: 240px;
}
  .learn-tile1-text-heading {
    min-height: 150px;
}
}



@media only screen and (max-width: 1023px) {
  /* common */
  .btn {
    font-size: 18px;
    padding: 10px 15px;
  }
  /* Banner section */
  .slide__text__wrapper .slide__heading.main-heading {
    font-size: 60px;
    line-height: 70px;
  }
  .slide__text__wrapper .slide__text.main-text {
    font-size: 18px;
  }
  .slide__text__wrapper .main-buttons__item.aos-init.aos-animate {
    margin-top: 45px;
  }
  /* Custom slide */
  .wrapper.custom-slider {
    padding-right: 90px;
    padding-left: 90px;
  }

  .block-slider button.slick-arrow {
    right: -80px;
  }
  .csb-text-para {
    min-height: 100px;
  }
  .csb-circle-img {
    bottom: -30px;
    max-width: 35%;
  }

  /* Custom icon row  */
  .custom-icon-row .wrapper {
    padding: 60px 30px;
  }
  .custom-icon-row section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .custom-icon-row-wrap .icons-row__item.grid__item.aos-init.aos-animate {
    padding: 0 10px;
  }
  .custom-icon-row-wrap .icons-row__slider.grid--mobile.text-center.items--4 {
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vsc-block {
    margin: 0 5px;
  }
  /* Custom image with text */
  .text-discover-heading {
    font-size: 40px;
    line-height: 50px;
  }
  /*  Cards with button*/
  .learn-tiles {
    gap: 20px;
  }
  .learn-tile-text {
    padding: 30px;
  }
  .learn-tile1-text-heading {
    font-size: 22px;
  }
  .learn-tile-text-para {
    font-size: 18px;
  }
  .learn-tile-text-para.para-2,
  .learn-tile-text-para.para-3 {
    min-height: 230px;
  }
  .learn-tile-text-para {
    min-height: 230px;
  }

  /* Visit showroom cards */
  .vsc-blocks-wrap .slick-dots {
    bottom: 25px;
  }
  .vsc-blocks-wrap .slick-dots li {
    margin: 0;
  }
  .vsc-blocks-wrap .slick-dots li button:before {
    font-size: 12px;
  }
  .vsc-block-heading {
    font-size: 20px;
  }
  .vsc-btn.btn {
    max-width: 320px;
  }

  /* MIl */
  .gripline-tiles {
    gap: 20px;
  }
  .milano-tile1-text-heading {
    font-size: 20px;
  }
  /* review  */
  .review-slider .slick-dots li button:before {
    font-size: 12px;
  }
  .review-slider .slick-dots li {
    margin: 0;
  }
  /* Custom FAQ */
  .accordion-header {
    font-size: 22px;
    padding: 18px;
  }

  /* Footer css */
  .footer-blocks .accordion {
    max-width: 100%;
  }
  }

/* Media query 990px */
@media only screen and (max-width: 990px) {


  /* Banner slider*/
  .cv_heading {
    font-size: 45px;
    
}
.cv_subheading {
    font-size: 22px;
   
}
  /*custom slide  */
  .csb-text-wrap {
    padding: 20px;
  }
  .csb-circle-img {
    bottom: -20px;
    max-width: 35%;
  }

  /* Image with text */
  .text-discover-1 .text-discover-heading {
    font-size: 40px;
    line-height: 35px;
  }
  .text-discover.text-discover-1 {
    padding: 20px 30px;
  }
  .text-discover-2 .text-discover-heading {
    font-size: 30px;
    line-height: 35px;
  }
  a.btn-discover.btn {
    font-size: 18px;
  }

  

  /* Featured Brands */
  .wrapper.featured-brands {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* accordain */
  .accordion {
    max-width: 85%;
  }
  /* after and before */
  .ab-image-wrap button.slick-prev.slick-arrow {
    left: 30%;
  }
  .ab-image-wrap button.slick-next.slick-arrow {
    right: 30%;
    top: 96%;
  }
}

/* Media query 800px */

@media only screen and (max-width: 800px) {
  /* Custom slider */
  .block-slider button.slick-arrow {
    right: -80px;
  }
  button.slick-prev.slick-arrow {
    left: -35px;
  }
  .csb-text-para {
    min-height: 80px;
    font-size: 15px;
  }
  .block-slider .slick-track {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wrapper.custom-slider {
    padding-right: 70px;
    padding-left: 70px;
  }
  .block-slider .slick-slide.slick-current {
    transform: scale(1.1);
  }

  /* Visit showroom card */

  .vsc-block {
    margin: 5px;
  }

  /* Card with buttons */
  .learn-tile-text {
    padding: 10px;
  }
}

/* Media query 768px */

@media only screen and (max-width: 768px) {
  /* header */
  button.desktop-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
    display: none;
  }
  button.mobile-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
    display: block;
  }
  .wrapper .logo {
    margin-left: 0;

    /* Footer */
    .footer-blocks .accordion {
      max-width: 50%;
    }
  }
  .mobile-menu .mobile-menu__button {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
  }
  .mobile-menu .mobile-menu__button img {
    width: 20px;
    height: 20px;
  }
  img.icon.icon-hamburger {
    height: 23px;
    width: 23px;
}
  /* Banner */
  .slide__text__wrapper.slide__text__wrapper--normal.backdrop--radial {
    text-align: center;
  }
  .main-buttons__item.aos-init.aos-animate {
    margin: 45px auto 0px;
  }
  .slide__text__container.wrapper {
    align-items: flex-start;
    justify-content: center;
  }

  /* Custom Slide */
  .csb-heading {
    font-size: 17px;
  }
  .csb-heading {
    font-size: 17px;
  }

  /* After and before */
  .after-before-image-with-text .milano-discover {
    justify-content: space-between;
  }
  .after-before-image-with-text .text-discover.text-discover-1 {
    width: 50%;
  }
  .after-before-image-with-text .ab-image-discover.image-discover-right {
    width: 40%;
    padding-right: 5px;
  }
  .ab-slide-wrap span {
    font-size: 23px;
  }

  /*  custom image with text*/
      .custom-icon-row-wrap .icons-row__slider.grid--mobile .icons-row__item.grid__item {
        min-width: 0;
        width: 90%;
        margin: 0;
    }
  .milano-discover.milano-discover-1 {
    flex-direction: column-reverse;
  }
  .image-discover-right {
    margin-left: 0;
  }
  .text-discover.text-discover-1 {
    padding: 60px 40px;
    text-align: center !important;
    align-items: center;
  }
  .milano-discover.milano-discover-2 {
    flex-direction: column-reverse;
  }
  .text-discover.text-discover-2 {
    padding: 60px;
    align-items: center;
    text-align: center !important;
  }
  .milano-discover.milano-discover-2 {
    flex-direction: column-reverse;
  }
  img.image-discover-milano-mobile {
    display: block;
  }
  img.image-discover-milano-desktop {
    display: none;
  }

  /* Cards with buttons */
  .learn-tiles {
    flex-wrap: wrap;
  }
  .learn-tile {
    max-width: calc(50% - 20px);
  }
  .learn-tile-text-para.para-2,
  .learn-tile-text-para.para-3,
  .learn-tile-text-para {
    min-height: auto;
  }
  .btn-learn {
    font-size: 14px !important;
  }
  /* Milano gripline */
  .gripline-text {
    max-width: 100%;
  }
  .gripline-tiles {
    gap: 20px;
    flex-wrap: wrap;
  }
  .gripline-tile {
    max-width: calc(50% - 20px);
  }
  /* Featured Brands */
  .fb-block-img {
    flex-basis: calc(50% - 50px);
  }

  

  /* faq */
  .accordion {
    max-width: 100%;
  }
  .accordion-header {
    display: flex;
    justify-content: space-between;
  }

  /* Footer */
  .footer-blocks .accordion {
    max-width: 50%;
  }
  /* Custom icon row */
  .custom-icon-row-wrap .icons-row__slider:after {
    padding-right: 0;
  }
  .custom-icon-row-wrap .icons-row__item.grid__item.aos-init.aos-animate {
    padding: 0 10px;
    width: 100%;
    margin-right: 0;
  }

  /* after and before */
  .ab-image-wrap button.slick-prev.slick-arrow {
    left: 30%;
    top: 90%;
  }
  .ab-image-wrap button.slick-next.slick-arrow {
    right: 30%;
    top: 96%;
  }
}

/* Media query 545px */

@media only screen and (max-width: 545px) {
  /* common */
  h2 {
    font-size: 40px;
  }
  .btn {
    font-size: 20px;
    padding: 10px 15px;
  }
  /* header */
  .site-header.site-header--nav-center.site-header--nav-normal {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* BAnner */
  .aos-initialized .text-reveal__cropper,
  .aos-initialized .text-reveal__cropper > span {
    display: contents;
  }
  .slide__text__wrapper .slide__heading.main-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .slide__text__wrapper .slide__text.main-text {
    font-size: 25px !important;
  }
  .slide__text__container .slide__buttons.main-buttons {
    justify-content: center;
  }
  a.slide__btn.btn.btn--primary.btn--solid.btn--large {
    min-width: 260px;
    padding: 15px;
  }
  .cstm_video_wrap {
    flex-direction: column;
    gap:20px;
}
    .cv-video_wrap {
        margin: auto;
        width: 100%;
        padding-bottom: 120%;
    }
  .cv_content {
    width: 100%;
    padding-top: 60px;
}
/*  Reel up section */
      .reelUp_playlist_stacked_view_wrapper .reelUp_slide_active .reelUp_card {
        width: 290px!important;
    }
  /* Custom slider*/
  .wrapper.custom-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  button.slick-prev.slick-arrow {
    left: -5px;
  }
  .block-slider button.slick-arrow {
    right: -27px;
  }
  .block-slider .slick-slide.slick-current {
    transform: scale(1.3);
  }
  .csb-heading {
    font-size: 16px;
  }
  .block-slider .slick-track {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  button.slick-next.slick-arrow {
    background-image: url(/cdn/shop/files/Icon_material-navigate-next.png?v=1714561189);
    width: 13px;
    height: 30px;
    background-repeat: no-repeat;
  }

  /* Icon with upper text */
  .iwut-block {
    max-width: 100%;
  }

  .wrapper.custom-icon-with-upper-text-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  /* Faq */
  .lower-btns {
    flex-direction: column;
    max-width: 80%;
    margin: auto;
  }
  /* custom icon with text */
  .custom-icon-row section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-icon-row-wrap .icons-row__item.grid__item.aos-init.aos-animate {
    width: 100%;
  }
  .custom-icon-row-wrap .icons-row__slider.grid--mobile.text-center.items--3 {
    gap: 60px;
  }
  .custom-icon-row-wrap .icons-row__content .icons-row__title {
    margin-bottom: 10px;
  }
  /* Shop by color */
  .section__heading.h2 {
    margin-bottom: 30px;
  }

  /* after and before */
  .ab-image-wrap button.slick-prev.slick-arrow {
    left: 30%;
    top: 90%;
  }
  .ab-image-wrap button.slick-next.slick-arrow {
    right: 30%;
    top: 95%;
  }
  /* After adn before image with text */
  .after-before-image-with-text .milano-discover {
    flex-direction: column;
  }
 .after-before-image-with-text .text-discover.text-discover-1 {
  width: 100%;
}
.after-before-image-with-text .ws-a-b .text-discover.text-discover-1 {
  width: 100%;
}
.after-before-image-with-text .ab-image-discover.image-discover-right {
  width: 100%;
}
.after-before-image-with-text .ws-a-b .ab-image-discover.image-discover-right {
    width: 100%;
}

  /* visit card section */
  .wrapper.visit-showroom-cards h2 {
    margin-bottom: 0;
    max-width: 90%;
    margin: auto;
  }
  .vsc-btn.btn {
    max-width: 370px;
    padding: 15px;
  }
  /* Featured brands */
  .fb-block-img {
    flex-basis: 50%;
  }
  /* MAlino tiles */
  .learn-tile {
    max-width: 100%;
  }
  .gripline-tile {
    max-width: 100%;
  }

  /* icon with text */
  .text-discover.text-discover-2 {
    padding: 20px;
  }
  .learn-tile-text {
    padding: 30px 40px;
  }
  .btn-learn {
    min-width: 100%;
    font-size: 18px !important;
  }
  .text-discover-2 a.btn-discover.btn {
    max-width: 230px !important;
    padding: 15px 10px;
    line-height: 20px;
  }
  .text-discover-2 .text-discover-heading {
    line-height: 50px;
  }

  /* review */
  .review-text .counting {
    margin-bottom: 80px;
  }
  .review-slider .slick-list.draggable {
    padding: 0px 40px 0px 10px !important;
  }

  /* Footer */
  .footer-blocks .accordion {
    max-width: 70%;
  }
  .footer-accordion-header {
    margin-bottom: 10px;
  }
  .link-menu-4 ul.footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom__content {
    max-width: 40%;
  }
}

/* Media query 400px */

@media only screen and (max-width: 400px) {
  /* Header */
  h1.logo {
    padding: 0 !important;
  }
  .logo__image-link {
    width: 140px !important;
  }

  /* Banner */
  .slide__text__wrapper .slide__heading.main-heading {
    font-size: 25px;
    line-height: 40px;
  }
  .slide__text__wrapper .main-buttons__item.aos-init.aos-animate {
    margin-top: 25px;
  }
  .slide__text__wrapper .slide__text.main-text {
    font-size: 16px !important;
  }
  a.slide__btn.btn.btn--primary.btn--solid.btn--large {
    min-width: 190px;
    font-size: 16px;
  }

  /* Custom slider */
  .block-slider .slick-slide.slick-current {
    transform: scale(1.1);
  }

  /* Custom icon with text */
  .custom-icon-row .wrapper {
    padding: 60px 10px;
  }

  /* visitroom cards */
  .vsc-btn.btn {
    max-width: 100%;
    font-size: 18px;
  }

  /* IMage with text */
  .text-discover-1 .text-discover-heading {
    font-size: 30px !important;
  }

  .text-discover-2 .text-discover-heading {
    font-size: 26px !important;
    line-height: 33px;
  }
  a.btn-discover.btn {
    font-size: 17px;
  }

  /* Image qwith buttons */
  .learn-tile-text {
    padding: 30px 20px;
  }

  /* Reviews */
  .total-review {
    flex-direction: column;
  }

  /* Faq */
  .accordion-heading {
    font-size: 32px !important;
  }
  .accordion-paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .faqs-btn {
    font-size: 30px;
  }
  .accordion-header {
    font-size: 16px;
    padding: 18px;
  }
}

/* product page css */
.desktop_breadcrumb {
  display: block;
}
.mobile_breadcrumb {
  display: none;
}
.template-product .wrapper {
  max-width: 1530px;
  width: 100%;
}
.sticky_images_wrap {
    position: sticky;
    top: 0;
}
.product-single__wrapper .product-single__gallery {
  order: 1;
}
.product-single__details .form__wrapper {
  padding-top: 80px;
}
.product-single__gallery .product-single__thumbnailsss {
  position: relative;
  /* top: 70px;
  right: 0;*/
  /* width: 130px !important;  */
}
product-grid-item-swatch.product-grid-item__swatch {
    display: none;
}
/* .swatch__button label.swatch__label {
    width: 60px !important;
    height: 60px !important;
    border-radius: 4px !important;
    border: 1px solid;
} */

.product-single__thumbnail.slick-slide.slick-current.slick-active a {
    border: 2px solid #222;
}
.product-single__thumbnail.slick-slide.slick-current.slick-active
  a {
  border: 3px solid #222;
}

.product-single__thumbnailsss .slick-list.draggable {
  padding: 0px 0px 30px 0px !important;
}
.product-single__media.product-single__media--image {
  background: transparent;
}
/* .product-single__thumbnail {
  display: flex !important;
  justify-content: end;
} */
.product-single__media-slider .flickity-button {
  display: none;
}

.product-single__details .product__block.product__title-and-price {
  gap: 0px;
}
nav.breadcrumbs,
nav.breadcrumbs a {
  color: #959595;
  font-family: "JosefinSans-Regular" !important;
  font-size: 14px;
}
.product_upper_text {
  margin-top: 30px;
}
.product_upper_text p {
  margin:0;
  margin-bottom: 10px;
  font-family: "JosefinSans-SemiBoldItalic";
  text-transform: uppercase;
  font-size: 20px;
}
.product-single__details .product__title {
  font-size: 45px;
  font-family: "JosefinSans-SemiBold" !important;
  line-height: 55px;
}
.bold_options .bold_option_product_title {
  margin-bottom: 10px;
}
.product__form .bold_options.bold_options_loaded {
  margin-bottom: 0;
}

.bold_option.bold_option_dropdown label {
  display: flex;
  flex-direction: column;
}
.bold_option.bold_option_dropdown label span {
  font-family: "GlacialIndifference-Regular";
  font-size: 16px;
}
.bold_option.bold_option_dropdown label span select {
  width: 100%;
  font-family: "GlacialIndifference-Regular";
  border: 0px;
  appearance:auto;
}
.bold_option_set .bold_option:not(:empty) {
  padding-bottom: 0;
  margin-bottom: 20px;
}
span.bold_option_element {
  display: flex !important;
  flex-direction: row;
  flex-wrap:wrap;
  row-gap:5px;
}
/* span.bold_option_title {
    display: none;
} */
.product__block .product__form {
  gap: 12px;
}

.product__price-and-rating {
  display: none;
}
.quanitity_withprice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.quanitity_withprice .select-popout--small {
  max-width: 100%;
}
.quanitity_withprice .selector-wrapper {
  width: 35%;
}
.quanitity_withprice .product__price {
  width: 65%;
}
.quanitity_withprice .select-popout__toggle,
.quanitity_withprice .select__label {
  display: none;
}
.quanitity_withprice .quantity-selector {
  display: block;
}
.quanitity_withprice span.product__price--regular {
  font-size: 40px;
  font-family: JosefinSans-Bold;
  margin: 0;
  line-height: 0.9;
}
.quantity__selector.quantity__input {
  height: 53px;
  border: 0px;
}
.product-single__details .btn--half .product__submit__buttons {
  grid-template-columns: repeat(1, 1fr);
}
.btn--submit.product__submit__add {
  background: #1f1f1f;
  color: #fff;
  min-width: 270px;
}
.product__form .btn--submit span {
  font-family: "JosefinSans-SemiBold";
  font-size: 16px;
}
.Shipping-text {
  text-align: center;
  font-size: 16px;
  font-family: JosefinSans-Regular;
  padding: 0 0 80px;
  margin: 0;
  text-transform: uppercase;
}

section.product-tabs.section-padding.accordions-section.text-dark {
  background-image: url("/cdn/shop/files/vector-bg.png?v=1715245765");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.product-tabs button.accordion__item__title {
  padding-right: 0px;
}
.product-tabs img.p-tabs-icon {
  width: 30px;
  float: right;
}

.product-tabs .accordion__item {
  background: transparent;
}
.side_img_accordain {
  display: flex;
  justify-content: end;
  align-items: center;
}
.Side_container_img {
  position: absolute;
  left: 0;
  top: 60px;
}
.Side_container_img {
  width: 50%;
}
.side_img_accordain .accordion__content {
  width: 50%;
}
.Side_container_img img {
  width: 100%;
  max-width: 650px;
}
.product-tabs .accordion__content .accordain-wrapper {
  width: 100%;
  padding: 0 0 0 60px;
  float: right;
}
.product-tabs .accordion__item__text-wrapper {
  padding: 0;
}

.related-custom-slider .product-grid-item__image {
  margin-bottom: 0;
  padding-top: 100%;
}

.related-custom-slider .product-grid-item__info {
  background: #f7f7f7;
  padding: 40px 30px;
  border-radius: 0px 0px 20px 20px;
  gap: 20px;
}
.related-custom-slider a.product-grid-item__title.font-heading {
  font-size: 20px;
  min-height: 40px;
  font-family: JosefinSans-SemiBold;
  line-height: 1.3;
      text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 500;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.related-custom-slider a.product-grid-item__price.price {
  font-size: 35px;
  font-family: "JosefinSans-Bold";
}
.related-custom-slider [data-add-to-cart-text] {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  font-family: "JosefinSans-SemiBold";
}
.related-custom-slider .product-grid-item {
  background: #f7f7f7;
  border-radius: 20px;
}
.product__media--featured-visible {
  z-index: 3;
  border-radius: 20px 20px 0px 0px;
}
deferred-loading.product__media__hover.product__media__hover--fade-in {
  border-radius: 20px;
}
.product__media__hover-img--visible {
  z-index: 1;
  border-radius: 20px;
}
button.cart__checkout.btn {
  color: #fff;
}
.related-custom-slider button.slick-prev.slick-arrow {
  background-image: url("/cdn/shop/files/down-arrow.png?v=1715086208");
  width: 60px;
  height: 70px;
  background-repeat: no-repeat;
  left: -30px;
  z-index: 1;
}
.related-custom-slider button.slick-next.slick-arrow {
  background-image: url("/cdn/shop/files/down-arrow2.png?v=1715086209");
  width: 60px;
  height: 70px;
  background-repeat: no-repeat;
  right: -14px;
  z-index: 1;
}
.related-custom-slider .slick-prev:before,
.related-custom-slider .slick-next:before {
  font-size: 0px;
}
.related-custom-slider a.product-grid-item__rating {
  display: none;
}
.btn__inner img.shhoping-bag {
  width: 20px;
  height: 20px;
  margin-left: 9px;
}
.product-tabs .accordion__item__title__text {
  font-size: 30px;
  font-family: "WorkSans-Regular";
}
.product-tabs .accordion__item__title {
  padding: 30px var(--icon-space) 30px 0;
}
.product-tabs .accordion__item__text p {
  font-size: 20px;
  font-family: "WorkSans-Regular";
}
div#splitit-container span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "JosefinSans-SemiBold";
}
span.-splitit--logo img {
  width: 60px;
}
a.-splitit--learn-more {
  margin-left: 5px !important;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-family: "JosefinSans-SemiBold";
  font-size: 12px !important;
}
.product-grid-item__info .custom-quick-button {
  position: unset;
}
.search-page__body .product-grid-item__info .custom-quick-button {
  display: none;
}
.product-grid-item__info .custom-quick-button .btn--quick.rounded,
.custom-quick-button .btn--quick.rounded {
  position: unset;
  margin: auto;
  min-width: 100%;
}
.product-grid-item__info
  .custom-quick-button
  button.btn--quick.rounded
  .buy--now,
.buy--now {
  color: #fff;
  font-size: 16px;
  font-family: "JosefinSans-SemiBold";
  margin: 0;
}
/* .product__block.product__form__wrapper .bold_option.activeTab {
    display: block;
}
.product__block.product__form__wrapper .bold_option {
    display: none;
}
.tab-nav-bold-option {
 background: transparent;
    margin: 10px;
    color: #000;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #000;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 6px;
    font-family: JosefinSans-Regular;
    line-height: 1.2;
}
a.tab-nav-bold-option.activeTab {
    background: #000;
    color: #fff;
}
.bold_option.bold_option_radio {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    padding-bottom: 30px !important;
}
.product__block.product__form__wrapper .bold_option.active span.bold_option_title {
    display: none;
}
.product__block.product__form__wrapper .bold_option.active span.bold_option_element {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.bold_option_value {
    margin-right: 15px;
}
span.bold_option_value_element {
    margin-right: 5px;
}
span.bold_option_value_element input {
    width: 20px !important;
    height: 15px;
}
span.bold_option_value_title, .bold_option_value_price {
    font-family: 'JosefinSans-SemiBold';
  vertical-align:middle;
}
.slick-prev:before, .slick-next:before{
  content:none;
}
.tab-nav .slick-list.draggable {
    padding-left: 0 !important;
}
.tab-nav button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.tab-nav button.slick-next.slick-arrow {
    background-image: url(/cdn/shop/files/arrow-right_1549454.png?v=1715924931);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0%;
    transform: translate(0%, 50%);
  right:-35px;
}
.tab-nav button.slick-prev.slick-arrow {
    background-image: url(/cdn/shop/files/arrow-right_1549454.png?v=1715924931);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg;
    left: -35px;
    top: 40%;
    transform: translate(0%, 50%);
} */
.product-single__thumbnail {
    position: relative;
    margin: 10px!important;
    display: block;
   padding: 0px!important;
    cursor: pointer;
}
.boost-sd__toolbar-item .boost-sd__toolbar-top-mobile {
  
    position: relative;
}
.boost-sd__sorting-button {
    position: unset !important;
}
.boost-sd__sorting-list {
  
    top: calc(100% + 0px)!important;
  width:100%!important;
}
li.boost-sd__sorting-option[data-value="manual"] {
    display: none;
}
/* Product page responsive start */

/*1024 responsive  */

@media only screen and (max-width: 1024px) {
  .product-single__details .form__wrapper {
    padding-top: 30px;
  }
  /* .product-single__thumbnail-link {
    width: 90px;
    height: 90px;
  } */
  /* .product-single__gallery .product-single__thumbnailsss {
    width: 90px !important;
  } */
  .quanitity_withprice {
    flex-direction: column;
  }
  .quanitity_withprice .selector-wrapper,
  .quanitity_withprice .product__price {
    width: 100%;
  }
  .product-single__details .product__title {
    font-size: 35px;
    line-height: 45px;
  }
  .quanitity_withprice span.product__price--regular {
    font-size: 34px;
  }
  .product_upper_text p {
    margin-top: 20px;
    font-size: 17px;
  }
  .Side_container_img,
  .side_img_accordain .accordion__content {
    width: 60%;
  }
  .related-custom-slider a.product-grid-item__title.font-heading {
    font-size: 18px;
  }
  .related-custom-slider a.product-grid-item__price.price {
    font-size: 30px;
  }
  .related-custom-slider {
    padding: 0px 30px;
  }
  .related-custom-slider button.slick-prev.slick-arrow {
    left: 11px;
  }
  .related-custom-slider button.slick-next.slick-arrow {
    right: 17px;
  }
  .tab-nav button.slick-next.slick-arrow {

    top: 15%;
}
}
/* 900px */
@media only screen and (max-width: 900px) {
  .product-single__details .product__title {
    font-size: 30px;
    line-height: 35px;
  }

  .Shipping-text {
    font-size: 13px;
    margin: 20px 0px;
    padding: 0;
  }
  .product-tabs .accordion__item__title__text {
    font-size: 24px;
  }
  .product-tabs .accordion__item__title {
    padding: 20px var(--icon-space) 20px 0;
  }
  #shopify-section-template--16329604464810__overlapping-images-0 p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .related-custom-slider a.product-grid-item__price.price {
    font-size: 25px;
  }
  .product-grid-item__info
    .custom-quick-button
    button.btn--quick.rounded
    .buy--now {
    font-size: 14px;
  }
}

/* 768px */
@media only screen and (max-width: 768px) {
  .desktop_breadcrumb {
    display: none;
  }
  .mobile_breadcrumb {
    display: block;
    margin: 40px 0px;
    margin-bottom:20px;
  }
  nav.breadcrumbs,
  nav.breadcrumbs a {
    justify-content: center;
  }
  .product-single__gallery .product-single__thumbnailsss {
    position: relative;
    bottom: 0 !important;
    top: auto;
  }
  .product-single__thumbnail {
    display: flex !important;
    justify-content: center;
  }
  .product-single__gallery .product-single__thumbnailsss {
    width: 100% !important;
    height: 180px;
  }
  /* .product-single__thumbnail-link {
    width: 180px;
    height: 180px;
  } */
  .product__form .btn--submit span {
    font-size: 14px;
  }
  .btn--submit.product__submit__add {
    height: 60px;
  }
  .product-single__thumbnailsss .slick-list.draggable {
    padding: 0 !important;
  }
  .product-single__thumbnail.slick-slide a {
    border-radius: 15px;
  }
  .product-single__thumbnail.slick-slide.slick-current.slick-active a {
    border: 3px solid #222;
    border-radius: 15px;
  }
  .quanitity_withprice {
    margin-top: 0px;
  }
  .quanitity_withprice .selector-wrapper,
  .quanitity_withprice .product__price {
    flex-direction: column;
    align-items: center;
  }
  .Side_container_img img {
    max-width: 0px;
  }
  .Side_container_img,
  .side_img_accordain .accordion__content {
    width: 100%;
  }
  .accordion__content {
    width: 100%;
  }
  .product-tabs .accordion__content .accordain-wrapper {
    padding: 0;
  }
  #shopify-section-template--16329604464810__overlapping-images-0 p,
  #shopify-section-template--16329604464810__overlapping-images-0 h2 {
    text-align: center;
  }
  .related-custom-slider .product-grid-item {
    margin: 10px;
  }
  .related-custom-slider button.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: 30px;
  }
  .related-custom-slider button.slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    background-size: contain;
    right: 26px;
  }
  section.product-tabs.section-padding.accordions-section.text-dark {
    padding-top: 30px;
  }
  .tab-nav-bold-option{
    margin:15px;
  }
  .tab-nav button.slick-prev.slick-arrow {
    width: 25px;
    height: 25px;
    left: -10px;
   
}
  .tab-nav button.slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    transform: translateY(80%);
    right: -10px;
}
}

/* 545px */
@media only screen and (max-width: 545px) {
  /* .product-single__thumbnail-link {
    width: 150px;
    height: 150px;
  } */
  .product_upper_text p {
    font-size: 20px;
  }
  .product-single__details .product__title {
    font-size: 28px;
  }
  .product-single__details .product__title {
    font-size: 28px;
    line-height: 35px;
  }
  .product-tabs .accordion__item__title__text {
    font-size: 20px;
  }
  .product-tabs img.p-tabs-icon {
    width: 25px;
  }
  .product-tabs .accordion__item__text p {
    font-size: 18px;
  }
  #shopify-section-template--16329604464810__overlapping-images-0 h2 {
    font-size: 25px !important;
    line-height: 1.4;
  }
  #shopify-section-template--16329604464810__overlapping-images-0 p {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .related-custom-slider a.product-grid-item__title.font-heading {
    font-size: 16px;
    min-height: 20px;
  }
  .related-custom-slider a.product-grid-item__price.price {
    font-size: 24px;
  }
  nav.breadcrumbs,
nav.breadcrumbs a {
  font-size: 12px;
}
  .tab-nav button.slick-next.slick-arrow {

    transform: translateY(50%);
 
}
      .tab-nav button.slick-prev.slick-arrow {    
        height: 35px;
    }
}

/* 440px */
@media only screen and (max-width: 440px) {
  /* .product-single__thumbnail-link {
    width: 100px;
    height: 110px;
  } */
  .product-single__gallery .product-single__thumbnailsss {
    height: 110px;
  }
}
/* 400px */
@media only screen and (max-width: 400px) {
  /* .product-single__thumbnail-link {
    width: 100px;
    height: 110px;
  } */
  .product-single__gallery .product-single__thumbnailsss {
    height: 110px;
  }

  .related-custom-slider button.slick-next.slick-arrow,
  .related-custom-slider button.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
  }
}

/* collection page css start  */
.collection__inner {
  margin-bottom: 60px;
}
.heading_breadcrumb .breadcrumbs {
  margin: 0;
}
.collection_heading {
  font-size: 46px;
  margin:0;
}
.heading_breadcrumb .breadcrumbs [title="Go back to Home page"] {
  text-decoration: underline;
}
.collection__inner div#CollectionStickyBar {
  flex-direction: row-reverse;
  padding-bottom: 20px;
  padding-top: 20px;
}
.collection__inner .collection__sort-bar {
  margin-left: 40px;
}

.collection__inner button.collection__sort__label {
  border: 3px solid;
  padding: 5px 20px;
  padding-right: 20px !important;
}
.collection__inner .collection__products-count {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.collection__inner .collection__sort__option-wrapper {
  right: 0;
}
.collection-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2e2df;
    flex-wrap: wrap;
    position: relative;
}

.inner_collection-banner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.medium-up--one-half {
  width: 100%;
}
.collection--text {
      width: 95%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: end;
  padding-bottom:20px;
}

.collection-img-container {
  height: 100%;
  width: 100%;
  border-bottom:3px solid;
}

.collection-img-container img {
  width: 100%;
  display: block;
  height:auto;
  /* object-fit: contain; */
  /* object-position: top; */
}

.collection--text h2 {
  font-size: calc(28px + (50 - 30) * (100vw - 375px) / (1400 - 375));
  margin: 0;
  color:#fff;
}

.collection--text p {
  margin: 0;
  font-size: calc(16px + (24 - 16) * (100vw - 750px) / (1920 - 750));
  color:#fff;
}

.collection--text a.btn.button {
  margin-top: calc(15px + (23 - 15) * (100vw - 375px) / (1920 - 375));
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.collection__inner .collection__filters {
  margin-top: 0;
}
.collection__inner .grid {
  row-gap: 40px;
}
.collection__inner .collection__filter {
  border-bottom: 1px solid #00000014;
}
.collection__inner button.collection__filter__title span {
  font-size: 16px;
  font-family: "GlacialIndifference-Bold";
}
.collection__filter-tag a.filter__button {
    font-size: 14px;
}
.collection__inner .collection__filter .collection__filter-tags {
  background: #f2e2df4d;
  padding: 10px;
}

.template-collection .custom-quick-button {
  display: none;
}
.collection__inner .product-grid-item__image {
  padding-top: 100%;
}
.collection__inner a.product-grid-item__title.font-heading,.boost-sd__product-info .boost-sd__product-title 
 {
font-family: JosefinSans-Regular !important;
    font-size: 18px !important;
    min-height: 45px;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.collection__inner a.product-grid-item__price.price ,.boost-sd__product-price-content span{
  font-size: 20px;
  font-family: JosefinSans-SemiBold;
}
button.boost-sd__filter-option-title {
    font-family: 'JosefinSans-Bold';
}
button.boost-sd__filter-option-item-button.boost-sd__filter-option-item-button--as-button.boost-sd__filter-option-item-button--with-checkbox span {
    font-family: 'JosefinSans-Regular';
}
.collection-text-custom .text__content p a {
  font-weight: 600;
}
.inner-collection-list-container ul {
  padding: 0;
  position: relative;
}

.inline-container {
  border-radius: 2px;
  max-width: 247px;
  width: 247px;
  height: 84px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: flex;
  border: 2px solid #5e514e;
  padding: 11px;
  justify-content: center;
  align-items: center;
}

.inner-collection-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:start;
  width: 100%;
  overflow: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}

.inline-container h5,
.inline-container p {
  margin: 0;
  color: #40332f;
}

.inline-container h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "azo_sansbold";
  font-weight: 700;
}

.inline-container p {
  line-height: initial;
  font-size: 16px;
  font-family: "azo_sansregular";
  font-weight: 400;
}
.collection-title-heading-image_wrap img.feastuired-img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}
.collection-title-desc-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
}
.collection-title-desc-wrap .title-desc-heading {
    font-size: 45px;
}
.collection-title-desc-wrap .title-desc h2 {
    font-size: 35px;
    font-family: 'JosefinSans-Regular' !important;
}
.custom-collection-content-wrap {
    padding-bottom: 25px;
}
.custom-collection-block-wrap {
    display: flex;
    gap: 40px;
}
.card-button-inside {
   background: #d7ada4;
    padding: 10px 25px;
    font-size: 16px;
    font-family: GlacialIndifference-Bold;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    max-width: max-content;
    margin: auto;
}
.custom-collection-content-wrap p {
    font-size: 20px;
    margin:0;
}
.ccc-heading {
    font-size: 26px;
}
.ccc-cards{
  margin:10px;
}
.custom-collection-block-wrap .slick-prev:before ,.custom-collection-block-wrap .slick-next:before , .slider-collection .slick-prev:before ,.slider-collection .slick-next:before{
  content:none;
}
.slider-collection .slick-prev ,.custom-collection-block-wrap .slick-prev {
    left: -20px !important;
    z-index: 2;
}
.slider-collection .slick-next ,.custom-collection-block-wrap .slick-next {
    right: -40px;
}
.above-img-heading {
    font-family: 'GlacialIndifference-Bold';
    font-size: 24px;
    margin: 0;
}
.abouve-img-content p:nth-child(2) {
    font-size: 18px;
    font-family: 'GlacialIndifference-Regular';
}
.card-heading {
    margin-top: 10px;
    font-size: 25px;
  text-align:center
}
.ccc-card-link p{
  text-align:center;
  margin:0;
}
.collection-additional-description-container h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #222222b5;
}
.collection-additional-description-container h4 {
    font-size: 18px;
    color: #222222b5;
}

.collection-additional-description-container p {
    font-size: 16px;
}
.custom-content-down h3 {
    font-size: 20px;
}
.custom-content-down h2 {
    font-size: 24px;
}
h2.oke-reviewCarousel-header-title.oke-title {
    font-size: 26px ! Important;
}
.collection__inner div#CollectionStickyBar {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.prdt_desc h3,.prdt_desc h2,.prdt_desc h1 {
    font-size: 24px;
}
.prdt_desc ul li h3, .prdt_desc ul li h2, .prdt_desc ul li h4 {
    font-size: 20px;
}
.prdt_desc ul {
    list-style: disc;
}
.prdt_desc li h4 {
    font-size: 20px;
}
p.small-heading {
    font-weight: 600;
}
.meta_details_products {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.meta_details_products .medium-up--one-half:nth-child(2) {
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #00000030;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content h3 {
    margin: 10px 0px;
    font-size: 24px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content h4 {
    margin: 10px 0px;
    font-size: 22px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content h5 {
    margin: 10px 0px;
    font-size: 20px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content p {
    margin: 10px 0px;
    font-size: 18px;
}
.boost-sd__filter-option-content-inner--scrollbar {
  
    scrollbar-width: inherit!important;
}
button.boost-sd__filter-option-item-button {
    display: flex;
    justify-content: space-between;
}
span.boost-sd__filter-option-item-label {
    width: calc(100% - 50px);
    display: block;
}
span.boost-sd__filter-option-item-amount {
    margin-left: 3px;
    float: right;
    opacity: 1;
    width: max-content;
}

.virgin-hair-block h2 {
    font-size: 24px;
}
.boost-sd__refine-by-vertical-refine-by-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

button.boost-sd__refine-by-vertical-refine-by-item {
    width:max-content;
    gap: 0;
    margin: 0;
    background: #000000;
    border: #000;
    padding: 10px 10px;
    margin-right: 5px;
    margin-bottom: 8px ! Important;

}
.boost-sd__refine-by-vertical-refine-by-item:active, .boost-sd__refine-by-vertical-refine-by-item:focus, .boost-sd__refine-by-vertical-refine-by-item:hover {
    background-color: #000!important;
    color: var(--boost-sd-app-filter-option-text-color, inherit);
}
span.boost-sd__refine-by-vertical-refine-by-option {
    display: none;
}
span.boost-sd__refine-by-vertical-refine-by-value {
    font-size: 13px;
    color: #fff;
    display: block;
    width: 100%;
    font-family: 'JosefinSans-SemiBold';
    text-align: center;
}
svg.boost-sd__refine-by-vertical-refine-by-clear path {
    fill: #ffff;
}
svg.boost-sd__refine-by-vertical-refine-by-clear {
    width: 10px;
    height: 10px;
}
a.product-grid-item__rating {
    display: none;
}
span.boost-sd__inventory-status{
position: absolute !important;
    margin-top: 10px;
    z-index: 1;
    letter-spacing: 0.08em;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    transform: rotate(-14deg);
    text-align: center !important;
    filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
    font-size: 12px;
  top:0;
  margin-left:6px;
  width:max-content;
}
.boost-sd__toolbar-item .boost-sd__toolbar-top-mobile {
    border: 1px solid;
    padding: 10px 20px;
}
.boost-sd__button--clear span.boost-sd__button-text {
    color: #000;
    font-weight: 600;
}
nav.breadcrumbs, nav.breadcrumbs a {
    color: #959595;
    font-family: "JosefinSans-Regular" !important;
    font-size: 14px;
}
.collection_heading_breadcrumb_wrap nav.breadcrumbs, .collection_heading_breadcrumb_wrap nav.breadcrumbs a {
    color: #5E514E;
    font-family: "JosefinSans-Regular" !important;
    font-size: 14px;
}
.boost-sd__toolbar.boost-sd__toolbar--3_1 {
    justify-content: end;
}

/* reponsive start*/

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

.has-scrolled .site-header.site-header--nav-center.site-header--nav-normal .wrapper {top: 3px;
    position: fixed;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    padding-bottom: 0px;} 
  
}

/* min 768 */

@media screen and (min-width: 768px) {
  .boost-sd__toolbar.boost-sd__toolbar--3_1 .boost-sd__toolbar-item.boost-sd__toolbar-item--product-count, .boost-sd__toolbar.boost-sd__toolbar--3_1 .boost-sd__toolbar-item.boost-sd__toolbar-item--sorting {
    flex: inherit;
}
}
/* min 750 */

@media screen and (min-width: 750px) {
  /* .collection-img-container img {
    height: auto !important;
  } */
  .medium-hide {
    display: none !important;
  }
     .collection-banner-content {
        position: absolute;
        width: 100%;
        justify-content: flex-start;
        padding-left: 30px;
        left: 0;
        background-image: linear-gradient(transparent, #00000000);
    }
}

/* 749px  */
@media screen and (max-width: 749px) {
  .collection-hero {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .collection-banner-container {
    /* height: 100vh;
    overflow: hidden; */
    position: relative;
  }
  .small-padding {
    padding: 0px;
    text-align: center;
    order: 1;
  }
  .small-one-whole {
    width: 100%;
  }
  .collection--text {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    /* background-image: linear-gradient(transparent, #000); */
  }
  .collection--text {
    padding: 0px;
  }
  .small-hide {
    display: none !important;
  }
  .collection-img-container img {
    /* height: 100vh; */
    height:auto;
    width: auto;
    margin-left: -80%;
  }
  .small-padding {
    padding: 0px;
    text-align: center;
    order: 1;
  }
  .collection--text h1,
  .collection--text h2 {
    font-size: 40px;
  }
  .collection--text h1,
  .collection--text h2,
  .collection--text h3,
  .collection--text p,
  .collection--text h4 {
    color: #fff;
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
  }
  .collection-img-container img {
    margin-left: 0px;
    width: 100%;
    /* height: 100vh; */
  }
}
/*  1024*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
        width: calc(32% - var(--boostsd-product-list-gap-desktop))!important;
    }
  button.boost-sd__filter-option-item-button.boost-sd__filter-option-item-button--as-button.boost-sd__filter-option-item-button--with-checkbox span {
    font-family: 'JosefinSans-Regular';
}
    
}
/*  1024*/
@media screen and (max-width: 1024px) {
  .custom-collection-block-wrap {
    gap: 20px;
}
  .slider-collection {
    padding: 0px 20px;
}
  .slider-collection .slick-prev {
    left: 0px !important;
}
  .slider-collection .slick-next {
    right: -15px;
}
    
}
/* 768px  */
@media screen and (max-width: 768px) {
  .collection__inner div#CollectionStickyBar {
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
}
  #CollectionStickyBar button.collection__filters__toggle {
    width: 100px;
    height: 60px;
    gap: 20px;
    margin-right: 20px;
}
  span.collection__filters__toggle_text {
    font-size: 20px;
    display: block;
    font-family: 'GlacialIndifference-Bold';
}
    .collection__inner button.collection__sort__label {
        border: 0px solid;
        font-size: 16px;
        font-family: GlacialIndifference-Bold;
        padding-left: 0;
        border-bottom: 1px solid #00000014;
    }
  .inner-collection-container {
    justify-content: center;
}
      .custom-collection-block-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }
  .custom-collection-block-wrap .ccc-cards {
    max-width: calc(50% - 30px);
    width: 100%;
}
  .collection-title-desc-wrap .title-desc-heading {
    font-size: 35px;
}
  .collection-title-desc-wrap .title-desc h2 {
    font-size: 25px!important;
    font-family: JosefinSans-Regular !important;
}
    .card-heading {
    font-size: 18px;
}
}

/* 545px  */
@media screen and (max-width: 545px) {
      .boost-sd-layout {
        padding-left: 0!important;
        padding-right: 0!important;
        width: 100%;
    }
  .collection_heading_breadcrumb_wrap .collection_heading {
    font-size: 30px!important;
}
.collection__inner a.product-grid-item__title.font-heading,.boost-sd__product-info .boost-sd__product-title 
 {

  font-size: 15px!important;
}
.collection__inner a.product-grid-item__price.price ,.boost-sd__product-price-content span{
  font-size: 16px;
} 
  button.boost-sd__filter-option-title {
    font-size: 16px;
}
      .custom-collection-block-wrap {
        padding: 0px 20px;
    }
  .custom-collection-block-wrap button.slick-next.slick-arrow {
    right: 2px !important;
}
  .custom-collection-block-wrap button.slick-prev.slick-arrow {
    left: -2px !important;
}
  .collection--text h1, .collection--text h2 {
        font-size: 30px!important;
    }
      .slider-collection .slick-next,  .custom-collection-block-wraps .slick-next  {
        right: 0px;
    }
.prdt_desc h3,.prdt_desc h2,.prdt_desc h1 {
    font-size: 22px!Important;
}
.prdt_desc ul li h3, .prdt_desc ul li h2, .prdt_desc ul li h4 {
    font-size: 18px!important;
}

.prdt_desc li h4 {
    font-size: 18px;
}


.meta_details_products .medium-up--one-half:nth-child(2) .product--content h3 {
    font-size: 22px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content h4 {
    font-size: 20px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content h5 {
 
    font-size: 18px;
}
.meta_details_products .medium-up--one-half:nth-child(2) .product--content p 
    font-size: 16px;
}

.virgin-hair-block h2 {
    font-size: 24px !important;
}
 
  
}

/* 440px  */
@media screen and (max-width: 440px) {
  .collection-title-desc-wrap .title-desc-heading {
    font-size: 25px;
}
  .ccc-heading {
    font-size: 20px;
}
  .custom-collection-content-wrap p {
    font-size: 16px;
}
  .slider-collection .slick-list.draggable {
    padding-left: 0!Important;
}
      .custom-collection-block-wrap .ccc-cards {
        max-width: 100%;
        width: 100%;
    }
  .card-heading {
    font-size: 18px;
}
  .ccc-card-link p {
    font-size: 14px;
    margin: 0;
}
  .collection-title-desc-wrap .title-desc h2 {
        font-size: 18px !important;
        font-family: JosefinSans-Regular !important;
    }
}



/* 400px  */
@media screen and (max-width: 400px) {
 .collection_heading_breadcrumb_wrap {

    padding: 20px 20px 0px 20px!important;
}
  .meta_details_products {
    align-items: center;
    gap: 20px;
    flex-direction:column;
}
.meta_details_products .medium-up--one-half:nth-child(2) {
    width: 100%;
    padding-left: 0px;
    border-left: 0px solid #00000030;
}
}

/* collection page css End */


/* pages css start */

/*wig wisdom pages css starts here  */


  .image-with-text-wig-wisdom {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

  .image-with-text-wig-wisdom.left_img {
   
    flex-direction: row;
}
.iwt-ww-img_wrapp_cover{
     max-width: 50%;
     margin-left: 3rem;
}
    .image-with-text-wig-wisdom .iwt-ww-img_wrap {
 
    width: 100%;
    height: 69.5rem;
}
.iwt-ww-img_wrap img.image-container {
    object-fit: cover;
    object-position: center center;
    transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
    height: 100%;
    width: 100%;
}
    .wig-wisdom-head{
      font-size:42px
    }
     .text-content {
    max-width: 50%;
    width: 100%;
    padding: 60px 70px 70px;
}
.iwt-ww-img_wrapp img{
  display:block;
}

.iwt-ww-img_wrapp .image-with-text__media.image-with-text__media--.media {
    background-color: transparent;
    min-height: 100%;
    display: block;
    /* background-color: rgba(var(--color-foreground), .1); */
    position: relative;
    overflow: hidden;
}
      .wig-wisdom-para{
            line-height: 1.2;
        font-size:27px;
        margin:0;
      }
       .button-container {
        display: flex;
        margin-top: 20px;
      }
    .custom-button {
        background-color: #40302f;
        border: none;
        color: white;
        padding: 10px 22px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin-top: 25px;
        cursor: pointer;
      font-size:18px;
     font-family:'GlacialIndifference-Bold';
    }

.image-with-text-section.wig-wisdom {
    margin-top: 10px;
}

.image-with-text-wig-wisdom {
  padding-top: 20px;
}

/* popup css */


.divine-secure {color: #40332F;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;}

.image-center {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_popup {
    background: #ffffff;
    max-width: 80%;
    width: 1312px;
    margin: 30px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.pop-up-container {
    position: fixed;
    background: #554f4f66;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
}

.text--left {
    display: flex;
    margin-bottom: calc(16px + (66 - 16) * (100vw - 375px) / (1920 - 375));
    align-items: center;
}

.inline-popup {
    display: flex;
    flex-wrap: wrap;
}
.inline-popup .medium-up--one-half.small-one-whole {
    width: 50%;
}

.popup-descriptions {
    max-width: 300px;
    width: 100%;
}

.popup-image-without-content img {
    width: 100%;
}

.popup-image {
    margin-right: 38px;
}

h5.recommendation-text {
    background: antiquewhite;
    width: max-content;
    padding: 4px;
    margin: 0;
    color: #40332F;
    letter-spacing: 0.1em;
    font-size: 11px;
    font-weight: 700 !important;
    font-family: 'azo_sansbold' !important;
}

.popup-descriptions h3,
.popup-descriptions h5,
.popup-descriptions p {
    margin: 0px;
    margin-bottom: 6px;
}

h3.heading_popup {
    font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1920 - 375)) !important;
    font-family: 'azo_sansbold' !important;
}

.popup-description p {
    font-size: 18px !important;
    line-height: 1.4;
}

h2.main-heading.text-center {
    margin-bottom: calc(20px + (56 - 20) * (100vw - 375px) / (1920 - 375));
    font-size: calc(18px + (30 - 18) * (100vw - 375px) / (1920 - 375));
    line-height: calc(22.84px + (33 - 22.84) * (100vw - 375px) / (1920 - 375));
    margin-top: 0px;
}

.popup-inline-container,
.popup-tabel-container {
    padding: 20px 30px;
    max-height: 90vh;
    overflow-y: scroll;
}

.text--bottom {
    max-width: 224px;
    margin: auto;
    margin-right: 0;
}

.text-position--bottom .medium-up--one-half:nth-child(2)>.text--bottom {
    margin-left: 55px;
}

.text--bottom .popup-image {
    margin: 0 0 25px 0;
}

.text--bottom p {
    line-height: 23px;
}

.table-popup {
    display: flex;
    justify-content: space-between;
    align-items: end;
    max-width: 700px;
    margin: auto;
    flex-wrap: wrap;
}
.table-popup .medium-up--one-third {
    width: 33.33%;
}

.table-popup .t-popup {
    max-width: 220px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.popup-tabel-container {
    padding: 50px;
}

.close-button {
    text-align: right;
}

.close-button img {
    cursor: pointer;
}

.table--image img {
    width: 100%;
    height: auto;
}

.table--image {
    text-align: center;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.inner_popup::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: #F5F5F5;}

.inner_popup::-webkit-scrollbar {width: 8px;
  background-color: #F5F5F5;}

.inner_popup::-webkit-scrollbar-thumb {border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  background-color: #5e514e;}


@media screen and (min-width: 750px) {
    .large-d-none {
        display: none !important;
    }
}

@media screen and (max-width : 768px) {
    h2.main-heading.text-center {font-size: calc(18px + (30 - 18) * (100vw - 375px) / (1920 - 375)) !important; 
        text-align: left !important;
    }

    .popup-container .page-width {
        max-width: 100%;
    }

    .popup-image {
        margin-right: 9px;
        width: 70px;
    }

    .popup-image img {
        width: 100%;
        height: auto;
    }

    .text--left {
        align-items: flex-start;
    }

    .text--bottom {
        width: 100%;
        max-width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .text-position--bottom .medium-up--one-half:nth-child(2)>.text--bottom {
        margin-left: 0px;
    }

    .text--bottom .popup-image {
        margin: 0 9px 0 0;
    }

    .popup-tabel-container {
        padding: 20px 30px;
    }

    .table-popup {
        display: block;
    }

    .table-popup .popup {
        max-width: 100%;
        text-align: left;
    }

    div#earpieces {
        padding: 27px 19px;
    }

    .mobile-container p {
        margin: 0;
        margin-bottom: 6px;
    }

    .mobile-container {
        margin-bottom: 10px;
    }

    .mobile-container p:nth-child(2) {
        font-weight: bold;
        font-family: 'azo_sansbold';
    }

    .mobile-table-image-popup {
        display: flex;
        flex-wrap: wrap;
    }
  .inline-popup .medium-up--one-half.small-one-whole {
    width: 100%;
}
  .popup-image-without-content img {height: inherit;}

  .inner_popup {max-width: 90%;}
}




 @media screen and (max-width:990px){
      .text-content {
    padding: 20px 30px 30px;
}
   .wig-wisdom-head {
    font-size: 32px;
}
   .wig-wisdom-para {
   
    font-size: 22px;
   
}
   .table--image h4.img-heading {
    font-size: 20px;
}
 }
 @media screen and (max-width:768px){
     .image-with-text-wig-wisdom {
       display:flex;
            flex-direction: column;
        }
   .text-content {
    max-width: 100%;
    padding: 20px;
    }
   .image-with-text-wig-wisdom img {
      max-width: 100%;

    }
       .wig-wisdom-para{
        font-size:22px;
      }
     .wig-wisdom-head{
      font-size:35px!important;
    }
     .image-with-text-wig-wisdom.right_img {
 
    flex-direction: column;
}
  .image-with-text-wig-wisdom.left_img {
   
    flex-direction: column;
}
   .iwt-ww-img_wrapp_cover{
     max-width: 100%;
}
    .image-with-text-wig-wisdom .iwt-ww-img_wrap {
    height: 43.5rem;
      max-width:100%;
}
        .text-content {
    max-width: 100%;
    padding: 20px 30px 30px;
}
    }

 @media screen and (max-width:545px){
     .wig-wisdom-para{
        font-size:18px;
      }
     .wig-wisdom-head{
      font-size:25px!important;
    }
 }
/*wig wisdom pages css ends here  */

/* size chart template page css start*/
.addopt {
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  background: #fbcfe4;
  padding: 40px 20px;
}
.size-chart-heading{
  font-size:22px!important;
}
 @media screen and (max-width: 545px){
   .addopt h2 {
 font-size:24px!important;
}
.size-chart-heading{
  font-size:18px!important;
}
 }
/* size chart template page css end */

/* about us template css start*/
.custom-about-us {
    display: flex;
    position: relative;
    gap: 30px;
}
.custom-ab-img-wrap {
    max-width: 30%;
    width: 100%;
}
.custom-ab-img-wrap img{
   position:sticky;
  top:70px;
}
.cstm-abt-content-wrap {

    margin-left: 0;
}

@media screen and (max-width: 768px){
  .custom-about-us {
  flex-direction:column;
}
.custom-ab-img-wrap {
    max-width: 100%;
}
.custom-ab-img-wrap img{
   position:static;
  top:0px;
}
.cstm-abt-content-wrap {
    max-width: 100%;
    width: 100%;
    padding:30px 15px;
}
}
/* about us template css end*/

/* contact us form css start */
.cstm-form_wrap {
    display: flex;
    justify-content: center;
}
.left_content_wrap {
    max-width: 50%;
    width: 100%;
    padding-right: 50px;
}
.cstm-form_wrap .form__heading {
    text-align: left;
}
.cstm-form_wrap form {
    width: 100%;
    padding: 0;
    border-left: 1px solid #0000004f;
    text-align: center;
    padding-left: 40px;
}

@media screen and (max-width: 768px){
  .cstm-form_wrap {
    flex-direction:column;
}
.left_content_wrap {
    max-width: 100%;
    padding-right: 0px;
}

.cstm-form_wrap form {
    width: 100%;
    border-left: 0px solid #0000004f;
  padding:0px;
}
}
/* contact us form css end */

/* Cap construction css start */
.cap-btn.button {
    display: block;
    text-decoration: none;
    background-color: #d7ada4;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 18px !important;
    max-width: 120px;
    margin: 25px auto 0px;
}
.yt-video {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 545px){
body#learn-about-milano-collection-wig-amp-topper-cap-construction .wrapper h2 {
    font-size: 20px !important;
}
  .cap-btn.button {
    padding: 10px 20px;
    font-size: 16px !important;
}
}
/* Cap construction css end */


/*Hair Types css start  */
.custom-content-container .medium-up--one-third {
    width: 33.33%;
}
.custom-content-container .medium-up--one-whole {
    width: 100%;
}
.custom-content-container .medium-up--one-half {
    width: 50%;
}
.custom-content-container .medium-up--one-quarter {
    width: 25%;
}
.custom-content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
img.imnner-html-img {
    width:calc(100% + (95 - 100) * (100vw - 375px) / (1920 - 375));
    margin: auto;
    margin-bottom: calc(20px + (0 - 20) * (100vw - 375px) / (1920 - 375));
}
.inner-html-container h1 {
    font-size: 40px;
}
@media screen and (max-width: 768px){
 .custom-content-container .medium-up--one-whole ,.custom-content-container .medium-up--one-quarter ,.custom-content-container .medium-up--one-half,.custom-content-container .medium-up--one-third{
        width: 100%;
    }
}
 
/*Hair Types css end  */

/* how to care oyur wig css start */
.how-to-care-wig h2 {
    font-size: 25px;
}

@media screen and (max-width: 545px){
.how-to-care-wig h2 {
    font-size: 20px !important;
}
}
/* how to care oyur wig css end */

/* policy page css start */
.term-policy-desc h2,.term-policy-desc h3 {
    font-size: 24px;
}
.medicale-insu-pg h2, .medicale-insu-pg , h3.return-exchange h2, .return-exchange h3 {
    font-size: 24px;
}
/* policy page css end */

/* Location page css start */
.show-room-detail{
  padding-bottom:20px;
}
.show-room-detail .acuity-embed-button{
background:
#5E514E; 
color: #F2E2DF; 
padding: 8px 12px; 
border: 0px;
-webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.15)
inset;
-moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset; 
box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
border-radius: 4px;
text-decoration: none; 
display: inline-block;"
}

.show-room-detail h2 {
    font-size: 35px;
}

@media screen and (max-width: 545px){
.show-room-detail h2 {
    font-size: 22px !important;
}
}
/* Location page css end */

/* Shipping page css start */
.shipping-terms-wrap h3 {
    font-size: 18px;
}
.shipping-terms-wrap p b {
    font-weight: 600;
}
/* Shipping page css end */

/* Blog page css start */
 .inner-collection-container {
    display: -webkit-inline-box;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    margin: 20px 0px;
    margin-bottom: 20px;
}

.inner-collection-container::-webkit-scrollbar {
    width: 5px;     
  height:5px;
}
.inner-collection-container::-webkit-scrollbar-track {
    background: #f1f1f1;     
    border-radius: 10px;   
}

.inner-collection-container::-webkit-scrollbar-thumb {
    background: #888;          
    border-radius: 10px;      
}
/* Blog page css End */


/* Sitemap page css start */
.sitemap-container .row {
    display: flex;
}
.sitemap-container .row .one-half-column-left, .sitemap-container .row .one-half-column-right {
    width: 50%;
    font-size: 18px;
}
.sitemap-container .row .one-half-column-left h2, .sitemap-container .row .one-half-column-right h2 {
    font-size: 24px;
    margin-top: 50px;
}
.sitemap-container .row .one-half-column-left div, .sitemap-container .row .one-half-column-right div {
    padding-left: 0!Important;
}
.sitemap-container .row .one-half-column-right ul{
  list-style:none;
}
.sitemap-container .one-half-column-left ul {
    list-style: none;
}
.sitemap-container .one-half-column-right .pagination .btn {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-bottom: 20px;
      max-width: max-content;
}

@media screen and (max-width: 545px){
  .sitemap-container .row {
    display: flex;
    flex-direction:column;
}

.sitemap-container .row .one-half-column-left, .sitemap-container .row .one-half-column-right {
    width: 100%;
    font-size: 16px;
}
  .sitemap-container .row .one-half-column-left h2, .sitemap-container .row .one-half-column-right h2 {
    font-size: 22px;
}
}
/* Sitemap page css end */


/* hair brush page css start */
.hot-air-brush-content-wrap, .hot-air-brush-lr-wrap {
    padding: 30px 0px;
}
.one-half-column-left {
    width: 50%;
    float: left;
}
.one-half-column-right {
    width: 50%;
    float: right;
}
.one-half-column-left img.mob {
    display: none;
}
.one-half-column-right.col-content ,.one-half-column-left.col-content {
    padding: 100px;
}
.hot-air-brush-lr-wrap h1 {
    font-size: 45px;
}
.hot-air-brush-lr-wrap h2 {
    font-size: 35px;
}
.hot-air-brush-lr-wrap a.btn.btn-black {
    color: #fff;
    font-size: 16px;
}
.hot-air-brush-content-wrap p a {
    text-decoration: none;
}
.hot-air-brush-content-wrap a.btn.btn-primary.btn-bordered.uppercase.text-center {
    color: #000;
    font-size: 16px;
    background: #fff;
}
@media screen and (max-width: 1024px){
    .one-half-column-right.col-content ,.one-half-column-left.col-content {
    padding: 40px;
}
}
@media screen and (max-width: 768px){
    .one-half-column-right.col-content ,.one-half-column-left.col-content {
    padding: 20px;
}
}

@media screen and (max-width: 545px){
 .one-half-column-left {
    width: 100%;
    float:none;
}
.one-half-column-right {
    width: 100%;
    float: none;
}
  .one-half-column-right.col-content ,.one-half-column-left.col-content {
    padding: 20px;
}
  .hot-air-brush-lr-wrap h1 {
    font-size: 35px!important;
}
.hot-air-brush-lr-wrap h2 {
    font-size: 25px!important;
}
.hot-air-brush-lr-wrap h3 {
    font-size: 22px;
}
  .one-half-column-left img.desk {
    display: none;
}
  .one-half-column-left img.mob {
    display: block;
}
}
/* hair brush page css end */


/* Page faq page css start*/
.acco-queastion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f3f3f3;
    padding: 27px 0;
    cursor: pointer;
} 
.acco-queastion h5.accordion-heading {
    font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1920 - 375));
    margin: 0;
    width: 100%;
    max-width: 87%;
}
/* Page faq page css end*/
/* Cart page css start */
.cart__content a.btn.btn--secondary.btn--solid {
    color: #fff;
}

/* Contact us second page css start */
.wig-wisdom-richtext p {
    font-size: 20px;
    margin: 0;
}
.wig-wisdom-richtext strong {
    font-weight: 600;
    font-size: 22px;
}
.wig-wisdom-richtext p a {
    text-decoration: none;
    color: #40302f;
    font-weight: 600;
}
.finance-your-wig .inner-html-container h3 {
    font-size: 25px;
}
@media screen and (max-width: 545px){
  .finance-your-wig .inner-html-container h3 {
    font-size: 20px;
}
}
/* .product-single__thumbnail-link {height: 80px;}  
} */
/* Contact us second page css end */
/* Cart page css end */



deferred-media.product-single__media.product-single__media--video {
    padding-top: 100% !important;
}
.product-single__media--video video {
    height: 100%;
    object-fit: contain!important;
}
.limoniapps-discountninja-productprice {
    margin: auto;
}


/* Bug Styling Fixes */
a.footer-contact-details {
  font-weight: bold;
  font-size: 1.5rem;
}

.rte {
  font-size: 1.3rem;
}

/* Accordion Styling */
.accordion-container:empty {
  display: none;
}

.accordion-container:not(:has(.acco-queastion h5, .acco-answer p, .acco-answer .faqs--content)) {
  display: none;
}

.accordion {
  margin: auto;
  max-width: 100%;
}

.acco-queastion h5.accordion-heading {
  font-size: 1.6rem;
}

.acco-answer p {
  font-size: 1.4rem;
}

.image-with-text-wig-wisdom {
  max-height: 20rem;
}

.horizontal-mega-menu .buddha-menu-item > a > .mm-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 4px;
}

.navlink--toplevel>.navtext {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 1em;

}

.horizontal-mega-menu ul.mm-submenu li span {
  font-size: 1rem;
}

.vertical-mega-menu > .buddha-menu-item > .mm-submenu .mm-title {
  font-size: 1rem !important;
}

.vertical-mega-menu .buddha-menu-item > a > .mm-title {
  font-size: 1.2rem !important;
}

.boost-sd__product-image-wrapper {
  position: relative;
  height: 19rem;
  width: 100%;
}

.boost-sd__product-image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}

.boost-sd__product-info .boost-sd__product-title {
  padding-top: 1rem;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
  .six-fifty-height {
    --min-h: 550px;
  }

  .boost-sd__product-image-wrapper {
    position: relative;
    height: 17rem;
    width: 100%;
  }

  .boost-sd__product-vendor {
    font-size: 0.7rem !important;
  }

  .boost-sd__product-info .boost-sd__product-title {
    padding-top: 0.3rem;
  }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  .six-fifty-height {
    --min-h: 440px;
  }

  .boost-sd__product-image-wrapper {
    height: 14rem;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .six-fifty-height {
    --min-h: 420px;
  }
}

@media screen and (max-width: 767px) {
  .six-fifty-height {
    --min-h: auto;
  }

  .vertical-mega-menu .buddha-menu-item > a > .mm-title {
    font-size: 1.2rem;
  }

  .wrapper .logo {
    position: absolute;
    left: 20%;
  }

  .image-with-text-wig-wisdom {
    max-height: 35rem;
  }

  .boost-sd__product-image-wrapper {
    height: 19rem;
  }
}

@media screen and (max-width: 480px) {
  .acco-answer p {
    font-size: 1.2rem;
  }


  .wrapper.custom-faq .accordion-header {
    font-size: 1.2rem;
  }

  .boost-sd__product-image-wrapper {
    position: relative;
    height: 14rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
    .grandparent.no-images.kids-4 .header__dropdown__inner {
        width: auto;
        padding: 0;
    }
}

@media (min-width: 1135px) and (max-width: 1200px) {
  .menu__items.horizontal-mega-menu {
    height: 32px !important;
    padding: 30px !important;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .horizontal-mega-menu .buddha-menu-item > a > .mm-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 4px;
    text-transform: none;
  }

  .menu__items.horizontal-mega-menu {
    max-width: 50rem;
    top: 100px;
    position: relative;
    top: -14px;
  }
}

@media (min-width: 1201px) and (max-width: 2999px) {
  .horizontal-mega-menu .buddha-menu-item > a > .mm-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 8px;
    text-transform: none;
  }

  .boost-sd__product-image-wrapper {
    height: 24rem;
  }

}

@media (min-width: 3000px) {
  .horizontal-mega-menu .buddha-menu-item > a > .mm-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 8px;
    /* tweak for larger screens */
  } 
}

button.mobile-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
  display: none !important;
}

.site-header--compress .mobile-menu__button--burger {
  display: block !important;
}

.boost-sd__header-main-2--bottom-center,
.boost-sd__header-main-2--middle-center,
.boost-sd__header-main-2--top-center {
  display: none !important;
}

.placeholder-noblocks {
  display: none;
}


.horizontal-mega-menu ul.mm-submenu li a span {
    font-size: 1.1rem !important;
}


.buddha-menu-item .mm-label.new {
    font-size: .8rem !important;
}


.grandparent .navlink--child>.navtext {
    font-weight: bold;
    font-size: 1.1rem !important;
}

.grandparent .navlink--image .image-fill {
    margin: -15px 0 20px;
    display: none;
}


.grandparent.kids-2 .header__grandparent__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem !important; 
}

/* Fix Navigation on All Screens */

/* Logo Styling */
span.logo {
    position: relative; /* Proper positioning */
    top: -1.2rem; /* Adjust positioning to ensure visibility */
    z-index: 1002; /* Keeps logo above other elements */
}

.header__dropdown__wrapper {
    overflow: hidden;
}

.site-header--nav-normal .navlink {
    font-size: .7rem !important;
    font-weight: bold !important;
}

#NavStandard {
    padding-top: 1rem;
    display: flex !important; /* Keeps navigation visible */
    flex-wrap: wrap; /* Allows links to wrap naturally */
    justify-content: center; /* Aligns links horizontally */
    position: fixed; /* Ensures navigation stays at the top */
    top: 0;
    left: 0;
    width: 100%; /* Ensures the container spans the full width */
    background-color: #fff; /* Adds a background color for visibility */
    z-index: 1000; /* Keeps navigation above most content but below the logo */
}

.nav .menu__items {
    position: relative;
    top: .8rem;
}

.menu__items {
    background-color: white;
}

.menu__item.menu__item--compress {
    display: none !important;
}

/* Prevent Nav Links from Disappearing */
.menu__item {
    display: inline-block !important; /* Keeps items visible */
    white-space: nowrap; /* Prevents text wrapping */
}

/* Ensure Search Icon Visibility */
search-popdown.search-popdown.menu__item.menu__item--icon {
    position: relative;
    right: 0; /* Adjust positioning to keep the search icon within view */
    top: 0.5rem;
    display: inline-block !important; /* Ensures visibility of the search icon */
    z-index: 1001; /* Places the icon above navigation but below the logo */
}

/* Adjust Navigation Menu Spacing */
.nav .menu__items {
    position: relative;
    margin: 0 .8rem; /* Adds spacing between links */
}

/* Styling for Larger Screens */
@media screen and (min-width: 1200px) {
    #NavStandard {
        display: flex !important; /* Ensures navigation visibility */
        flex-wrap: wrap; /* Allows links to wrap naturally */
        justify-content: center; /* Aligns links horizontally */
    }

    .nav .menu__items {
    margin: 0 3rem;
}

    .site-header--nav-center .nav--default {
        top: -6px;
    }

    .site-header--nav-center .menu__item--icons {
        bottom: 0%;
        top: auto;
        display: inline-block !important; /* Keeps icons visible */
        margin-right: 1rem;
    }

    /* Ensure Search Icon is Visible */
    search-popdown.search-popdown.menu__item.menu__item--icon {
        display: inline-block !important; /* Keeps search icon visible */
        position: relative;
        top: 7px;
        right: 0;
    }

    button.desktop-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
        display: none !important;
    }

    .site-header.site-header--nav-center.site-header--nav-normal {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}


/* Hide Navigation for Small Screens (<= 1199px) */
@media screen and (max-width: 1199px) {
  
#NavStandard {
  display: none !important; /* Hides the navigation menu on smaller screens */
}
  
button.desktop-hamburger.mobile-menu__button.mobile-menu__button--burger.js-drawer-open {
  display:inline-block !important;
}

  .wrapper .logo {
    top: -3px !important;
  }
}


@media (min-width: 769px) and (max-width: 1199px) {
  .wrapper .logo {
    left: 140px;
  }
}


img.navigation-image {
    max-width: 14rem;
    position: relative;
    top: 3px;
    right: -10px;
}


.iwt-ww-img_wrapp {
    max-width: 14rem;
}




/* On Mobile Phone View Adjust Home Page Banner Height*/

@media (max-width: 480px) {
    /* Preserve announcement bar height */
    .announcement-bar-static, .announcement__slider[data-slider] {
        height: 45px !important; /* Maintain announcement bar height */
    }
    .announcement-bar-static .flickity-slider > * {
        display: block !important; /* Reset flexbox for the announcement bar */
    }
    
    /* Adjust the position of links in the announcement bar */
    .announcement a {
        top: -5px;
    }
    
    /* Adjust heading size in sections */
    .section__heading.h2 {
        font-size: 1.8rem !important;
    }
    
    /* Adjust header margins */
    .section__header {
        --heading-margin: 5px;
    }

    /* Adjust the Flickity slider's viewport and contents */
    .flickity-viewport {
        height: 9rem !important; /* Set slider height */
        overflow: hidden !important; /* Prevent content overflow */
    }
    .flickity-slider {
        height: 9rem !important; /* Match viewport height */
    }
    .flickity-slider > * {
        height: 100% !important; /* Ensure slides fit within the height */
        display: flex !important; /* Enable Flexbox */
        align-items: center !important; /* Center content vertically */
        justify-content: center !important; /* Center content horizontally */
    }
      .flickity-viewport, .flickity-slider, .item--image_wr6Nrp {
        min-height: 17.2rem !important;
    }
}

@media (max-width: 380px) {   
      .flickity-viewport, .flickity-slider, .item--image_wr6Nrp {
        min-height: 16rem !important;
    }
}

.custom-icon-row-wrap .icons-row__text p:last-child {
    font-size: 1.4rem;
    line-height: 35px;
}

    #listCollections--template--16879260172458__section_list_collection_7GdQMe {
        border-top: solid 1px #000;
}


.custom-icon-row-wrap .icons-row__content .icons-row__title {
    text-align: left;
    padding: 0 10px;
}

.custom-icon-row-wrap .icons-row__text p:last-child {
    font-size: 1.4rem;
    line-height: 35px;
    text-align: left;
    padding: 0 10px;
}

.text-discover-para {
    line-height: 35px;
    font-size: 1.4rem !important;
}
.milano-tile-text-para {
    text-align: left;
    font-size: 1.2rem;
    min-height: 50px;
}

#App--template--16879260172458__d900f3e5-2ea8-4845-8e96-b76c0faa4af2 {
     --PT: 0px; 
     --PB: 0px; 
     padding: 5px;
}

div#Text--text_wyxNqL {
    font-size: 1.2rem;
    line-height: 2rem;
}

 .accordion-paragraph {
     font-size: 1.2rem;
     line-height: 25px;
     text-align: left;
}

.accordion-head {
    max-width: 90%;
}

@media screen and (max-width: 480px) {
    #listCollections--template--16879260172458__section_list_collection_7GdQMe {
        --grid-item: 33% !important;
        --item-width-mobile: calc(90% / 2 - var(--grid-gutter));
    }
  .custom-icon-row-wrap .icons-row__text p:last-child {
    text-align:left;
}

}


@media only screen and (max-width: 545px) {
    .footer-bottom__content {
        max-width: 100%;
    }
}


.image-container-shop-by-color {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.image-box {
    width: calc(33.333% - 20px); /* Three per row with spacing */
}

.image-box img {
    width: 100%;
    border-radius: 8px;
}

/* Responsive behavior for mobile */
@media (max-width: 768px) {
    .image-box {
        width: 100%; /* Stack images on mobile */
    }
}
@media screen and (max-width: 767px) {
    .list-collections-section { 
        --grid-item: 33% !important;
        --item-width-mobile: calc(90% / 2 - var(--grid-gutter));
    }

}

.material-symbols-rounded {
  font-family: Arial, sans-serif !important;
}

.custom-icon-row-wrap .icons-row__content .icons-row__title,
.faqs-btn {
    color: #6B425C;
}

.footer-copyright__link {
    font-size: .8rem;
    margin-right: 15px;
    line-height: 25px;
}

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

  .section__header {
    --heading-margin: .8rem;
   }
  
  .section__heading.h2 {
    margin-top: 1rem;
    }
  
    .one-half, .one-third, .one-quarter {
        width: calc((var(--wrapper-width) * .9 - var(--grid-gutter)) / 3);
    }
    .flickity-enabled.is-draggable .flickity-viewport {
        max-height: 20rem;
    }
}


.navlink--toplevel>.navtext {
    margin-right: 38px !important;
}


.tooltip-special img {
  max-width: 20px;
  max-height: 20px;
  position: relative;
  top: 5px;
}

.tooltip-wrapper {
  position: relative; 
}

@media (min-width: 1199px) and (max-width: 1367px) {
  .navlink--toplevel > .navtext {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
    .has-scrolled header#SiteHeader {
        height: 100px;
    }
      .has-scrolled .site-header.site-header--nav-center.site-header--nav-normal {
        padding-top: 12px;
        padding-bottom: 110px;
    }

}
/* Hide PDP inventory number */

h4.gsinventory {
    display: none;
}

.footer-block.footer-block--newsletter.text-left {
    margin-top: -40px;
}

@media (max-width: 768px) {
.footer-block.footer-block--newsletter.text-left {
    margin-top: 5px;
}

}



@media (max-width: 480px) {
  
.product-single__media--image-height{
  padding-top: 75% !important;
} 
  
  
.product-title-mobile-pdp-style {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  display:block;
}

 .flickity-slider > * {
        align-items: inherit !important;
}
  
.product-single__wrapper .product-single__gallery {
    max-height: 24rem;
}

  nav.breadcrumbs, nav.breadcrumbs a {
    font-size: 12px;
}

img.feastuired-img.Memorial.Day.\32 025 {
 height: 13rem;
}
  
}

.collection-additional-description-container p
 {
    font-size: 1.25rem;
}

.custom-ab-img-wrap {
    padding: 1rem;
}
a.predictive-search__link mark {
    background-color: transparent;
}

.wrapper.acordion__container-home.template--17053466 820778__page_faq_accrdian_YHcd74 {
    background-color: #f1e4e4;
}


.milano-rewards-button {
    border-radius: 20px;
    background-color: #f7838d;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
}

button.needsclick.go300628013.kl-private-reset-css-Xuajs1
 {
    background-color: #f9c2cf !important;
}


img#product-image-8163049439402 {
    display: none !important;
}

div#\38 163049439402 {
    display: none !important;
}

@media (min-width: 500px) {
  .pswp__custom-native video {
    width: 50% !important;
  }
}




