/** Shopify CDN: Minification failed

Line 10:10 Expected ";"
Line 73:14 Expected identifier but found whitespace
Line 73:15 Unexpected "'Glacial Indifference'"
Line 1802:3 Expected identifier but found "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap')
@font-face {
    font-family: 'Glacial Indifference';
   src: url("/cdn/shop/files/GlacialIndifference-Bold.woff2?v=1709713831") format("woff2"),
url("/cdn/shop/files/GlacialIndifference-Bold.woff?v=1709713831") format("woff"),
url("/cdn/shop/files/GlacialIndifference-Bold.ttf?v=1709713831") format("ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
src: url("/cdn/shop/files/GlacialIndifference-Regular.woff2?v=1709713831") format("woff2"),
url("/cdn/shop/files/GlacialIndifference-Regular.woff?v=1709713831") format("woff"),
url("/cdn/shop/files/GlacialIndifference-Regular.ttf?v=1709713832") format("ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Playfair Display", serif !important;
}
body{
   font-family: 'Glacial Indifference' !important;
}
.my-container__content{
 flex: 1 1 auto;
}

.my-container__cart{
flex: 0 0 300px;
padding : 15px
}

.main-inr h1 {
    font-size: 31px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    color: #24222d !important;
}
.main-inr p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


/* .main-nav a {
    text-decoration: none;
    text-decoration: none;
    font-weight: 400 !important;
    font-stretch: normal !important;
    line-height:3;
    text-align: center !important;
    color: #141b1b !important;
    margin-top: 0px;
    letter-spacing: .04em !important;
  text-transform: uppercase;
  letter-spacing: 0.2em !important;
  font-size: 12px !important;
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
  font-family: 'Glacial Indifference' !important;
} */
.section-mini-collection-bar .exp-tab-title {
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    /* line-height: 34px; */
    text-align: center !important;
    color: #22232b !important;
    margin-top: 0px;
    letter-spacing: .04em !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
/***************************/

section#lc-product-main {
    scroll-margin-top: 100px;
}
button#add-gift-wrap-new {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 7.5px 20px !important;
    cursor: pointer !important;
    min-width: max-content !important;
    text-align: center !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}
/********************7-5-2024************************/
.custom-feature-collection-wrap {
    padding: 80px 0;
}
   .custom-coll-fet-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
     row-gap:20px;
}
   .collection-feat-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
}
   .coll-feat-block {
    position: relative;
}
    .coll-feat-block  h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .1em;
          font-family: 'Glacial Indifference' !important;
     color:white;
}
   .coll-feat-block  h2 {
    font-size:28px;
    text-transform: initial;
    letter-spacing: 1px;

      font-family: "Playfair Display", serif !important;
    color: white;
}
.collection-fet-img{
overflow:hidden;
}
.collection-fet-img img {
    transition: transform 7s ease;
    height: 900px;
    width: 100%;
    object-fit: cover;
}
/* .collection-fet-img img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5); 
  transform: scale(1.5); 
} */
.video-image-inner-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    row-gap: 30px;
      align-items: center;
}
.video-image-inner-wrap video {
    width: 100% !important;
}
a.btn-button {
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: calc(var(--typeBaseSize) + 3px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 60px;
    vertical-align: middle;
    cursor: pointer;
    /* border: 1px solid transparent; */
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    /* background: #141b1b; */
    /* background: var(--colorBtnPrimary); */
      text-transform: uppercase;
    letter-spacing: .2em;
    color: #212529;
    padding: 5px 0;
    min-width: initial;
    font-size: 12px;
  position:relative;
}
a.btn-button:after {
    content: "";
    background-color:#212529;
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s all ease-in-out;
}
a.btn-button:hover:after {
    width: 100%;
}
.video-image-inner-wrap h3 {
    font-family: 'Glacial Indifference' !important;
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-bottom: .5em;
    font-size: 12px;
}
.video-image-inner-wrap  h2 {
    font-size: 28px;
    text-transform: initial;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif !important;
}
.payment-text-carousel {
    padding: 80px 0;
}
.main-banners .container {
    padding-bottom: 0px !important;
}
.main-banners .overlay.overlay--position-center-left{
  position:absolute !important;
}

.bottom-content-mobile {
    display: none;
}
.shop-latest-product-container {
    position: relative;
}
.shop-leatest-product-wrap {
    width: calc(100% - 300px);
    margin-left: auto;
}
.latest-product-header {
    position: absolute;
    z-index: 1;
    width: 20%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 300px;
}
.product-price-title-wrap {
   /* opacity:0; */
  display:none;
  position:absolute;
  bottom:-50px;
          transition: all .3s ease-in-out;
}
.product-block.leatest-prodcut-block-custom {
    position: relative;
}
.product-block.leatest-prodcut-block-custom:hover .product-price-title-wrap {
   /* opacity:1; */
  display:block;
}
.payment-text-block h3 {
	text-transform:uppercase;
	font-size: 16px;
      margin: 0px;
  font-family: 'Glacial Indifference' !important;
}
.video-text-section{
  padding-bottom:80px;
}
.latest-product-header h2 {
    font-size: 28px !important;
      font-family: "Playfair Display", serif !important;
}
.shop-latest-images {
    /* padding-top: 80px; */
}

.newsletter-section__text.padded-block input {
    border: none !important;
    position: relative;
    box-shadow: none !important;
    outline: 0px !important;
}
 

.newsletter-section__text.padded-block button {
    border: 0px !important;
    position: absolute;
    right: 0px !important;
    z-index: 999;
    top: 1px;
}

.template-cart .supports-cookies img {
    object-fit: contain;
    height: 300px;
    margin-bottom: 30px;
}
  ul.clothing-color-list-wrap {
    display: flex;
    gap: 10px;
}

.clothing-color-list-wrap  .clothing-color-box {
    height: 44px;
    width: 44px;
      border-radius: 100%;
   
}

.clothing-color-list-wrap  li.clothing-color-list.active {
    border: 1px solid #000;
    
}
.clothing-color-list-wrap li {
    border: 1px solid transparent;
    border-radius: 100px;
}
.clothing-color-list-wrap li:hover {
    border-color:#000;
}

.black-staple-product-template .add-ons-wrapper input {
    display: block;
}
.black-staple-product-template .selector-wrapper {
    margin: 0 !important;
}

.black-staple-product-template .color-variant-selector {
    margin-top: 0px !important;
}
 .black-staple-product-template .styled-dropdown label {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
   padding:0px !important
}

/*****************rajat****************************/
 .footer-footer-inner {
    display: grid;
    grid-gap: 4rem;
    margin-bottom: 4rem;
    padding: 0 var(--padding);
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-follow input#email_118271163 {
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
    padding-bottom: 10px !important;
}
.footer-follow input#first_name_118271165 {
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
}
.footer-follow input#last_name_118271166 {
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
}
.footer-follow input#Expected_Date_Of_Next_Order_118271168 {
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
}
.footer-follow input#phone_number_118271167 {
    border-bottom: solid 1px !important;
}
.footer-follow button.needsclick.go3582494590.kl-private-reset-css-Xuajs1 {
    border-bottom: solid 1px !important;
    margin-bottom: -2px;
}
.footer-follow .needsclick.kl-private-reset-css-Xuajs1 {
    margin-bottom: 5px;
}

.footer-follow button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    padding: 0px !important;
}
.footer-follow .needsclick.kl-private-reset-css-Xuajs1 {
    column-gap: 11px;
}
.footer-follow button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
      position: relative;
    right: 72px;
    bottom: -5px;
}
.footer-follow .social-links__list {
    display: flex;
    justify-content: left ;
    column-gap: 10px !important;
}
.footer-follow .contact-info-header h3 {
    font-size: 18px;
  font-weight:600;
}

.footer-follow ::placeholder {
    font-size: 14px !important;
}


.footer-follow input#Expected_Date_Of_Next_Order_118271168 {
    width: 100%;
  max-width: 178px;
}
.footer-follow input#last_name_118271166 {
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
    width: 100%;
    max-width: 177px;
}
.footer-follow ul.social-links__list svg {
    margin-left: 0px !important;
}


/* *******************  25-07  product-popup    *************************/
 .join-list-popup-wrap.hidden-list{
    display:none;
  }
.join-list-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
}


.join-list-popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
}

#close-join-list {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.join-list-body-open {
    overflow: hidden;
}
.join-our-poup-list-button{
    border-radius: 50px !important;
    background: #000;
    color: #fff !important;
    width: 100%;
    height: 50px;
    min-width: 200px !important;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

a.join-our-poup-list-button:hover {
    background: #2a3838 !important;
    transition-delay: .25s !important;
      color: #fff;
}
.join-list-popup-wrap  input#email_139492951 {
    border: 1px solid black !important;
    padding: 15px !important;
}

.join-list-popup-wrap button.needsclick.go2534619395.kl-private-reset-css-Xuajs1 {
    padding: 15px !important;
    margin-top: 5px !important;
    border-radius: 50px !important;
}

/* brooklyen popup email form field */
input#email_122262848 {
    border: 1px solid black !important;
    padding: 15px !important;
}

.join-list-popup-wrap .needsclick.kl-private-reset-css-Xuajs1 {
    margin-top:5px !important;
   border-radius:50px !important;
   
}
button.needsclick.go4074735680.kl-private-reset-css-Xuajs1 {
    padding: 20px !important;
}
/* brooklyen popup email form field  end */

/* aly form field */
input#email_122981667 {
    padding: 10px !important;
    border: 1px solid #000 !important;
}

button.needsclick.go3064589069.kl-private-reset-css-Xuajs1 {
    padding: 15px !important;
}
input#email_122983080 {
    border: 1px solid #000 !important;
    padding: 10px !important;
}
.contact-info-header a{
  color:#000;
}

a.desktop-logo:hover {
    color: #000 !important;
}
/* clothing-temaplta */
.clothing-color-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.clothing-color-options span.color-tile-clothing{
    margin-bottom: 16px;
    width: auto;
    font-family: 'Glacial Indifference' !important;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
.search-bar__results-pages{
  display:none;
}
/*******************16/9/2024******************************/


    

    .tolstoy-app-videos-popup-container-fixed {
      width: 380px;
      height: 650px;
      position: fixed;
      right: 32px;
      bottom: 32px;
      z-index: 2147483647;
      border-radius: 10px;
      line-height: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      top: auto;
      -webkit-box-shadow: 0 0 60px #00000026;
      box-shadow: 0 0 60px #00000026;
      overflow: hidden;
      display: none;
    }

    .tolstoy-app-videos-popup-container-fixed.active {
      display: block;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-close {
      border: transparent;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      background: #0003;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s;
      cursor: pointer;
      z-index: 999999;
      width: 36px;
      height: 36px;
      border-radius: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 16px;
      left: 16px;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-up-down-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 999999;
      right: 16px;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-up-down-btn button {
      border: transparent;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      background: #0003;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s;
      cursor: pointer;
      z-index: 999999;
      width: 36px;
      height: 36px;
      border-radius: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-up-down-btn button.up svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-up-down-btn button.down {
      margin-top: 8px;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-up-down-btn button.down svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-mute {
      border: transparent;
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      background: #0003;
      -webkit-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s;
      cursor: pointer;
      z-index: 999999;
      width: 36px;
      height: 36px;
      border-radius: 8px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 16px;
      bottom: 16px;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-mute svg {
      display: none;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-mute svg.active {
      display: block;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0px;
      overflow: hidden;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      direction: ltr;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      width: 100%;
      max-width: 80vw;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
      overflow: hidden auto;
      position: relative;
      -ms-scroll-chaining: none;
      overscroll-behavior: none;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists::-webkit-scrollbar {
      display: none;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item {
      height: 100%;
      width: 100%;
      scroll-snap-align: start;
      min-width: 100%;
      min-height: 100%;
      scroll-snap-stop: always;
      position: relative;
      overflow: hidden;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item video {
      -o-object-fit: cover;
      object-fit: cover;
      background: rgb(9, 10, 11);
      width: 100% ;
      cursor: pointer;
      ;
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item .progress {
      position: absolute;
      width: 100% !important;
      height: 8px !important;
      z-index: 1;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.2);
    }

    .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item .progress .bar {
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      height: 8px;
      width: 0;
      border-radius: 0px 56px 56px 0px;
      -webkit-transition: width .3s ease-out;
      -o-transition: width .3s ease-out;
      transition: width .3s ease-out;
    }

    .tolstoy-app-videos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 16px;
    }

    .tolstoy-app-videos button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;

      padding: 0;

      border-radius: 5%;
      border: none;
      margin-right: 8px;
      cursor: pointer;
    }

    .tolstoy-app-videos button video {
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      aspect-ratio: 1;
      border-radius: 5%;

      height: 200px;
      width: 120px;
    }
 .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item .progress::after{
   display:none !important;
 }
   
 .section-product-template p.tolstoy-title {
    font-weight: bold;
}
.tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item video {
    height: 100%;
}
/**************10-2-2024********************/
.see-it-in-action-button  {
    display: none;
}
.sale-badge {
    display: flex;
    align-items: center;left:20px;
}

.sale-badge .new-badge {
    color: #ec008c !important;width: initial;
    margin-right: 10px;
}
.sale-quantity {padding:0;background:none !important;width:auto;color:#a55741 !important;box-shadow:none;}
.product-price__amount {text-decoration: line-through !important}
.sale-badge.main-product-sale-badge {left: 35px;}

/* .sale-quantity {background:#ec008c;} */
/******************************************************/

.new-wrap-new .g2-options img {
    width: 100%;
    max-width: 30px;
    height: 30px;
   border-radius: 100%;
}
.new-wrap-new .g2-options button {
    padding: 0px;
    min-width: 30px;
    border-radius: 100%;
    border: none;
}
.new-wrap-new .g2-options {
    padding: 15px 0px;
    column-gap: 15px;
    display: flex;
}

.new-wrap-new .gift-wrap-add-cart button {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 7.5px 20px !important;
    cursor: pointer !important;
    min-width: max-content !important;
    text-align: center !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}
.new-wrap-new .g2-options button.active img {
    border: solid 2px #000;
}

/*******************close************************/
@media only screen and (max-width: 1024px) {
  .Complete-the-Look .product-grid {
    display: block;
}
.Complete-the-Look .product-grid .slick-track {
    display: block;margin:0;
    gap: 20px;
}
  .Complete-the-Look .product-grid .product-item {
    margin: 3px 10px;}

       .Complete-the-Look .slick-dots li button {
	width: 12px !important;
	height: 12px !important;
	border: 1px solid rgb(68, 68, 68) !important;
	padding: 0px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
	margin: 0.25em;
	background: transparent !important;
	font-size: 0;
}
 .Complete-the-Look .slick-dots .slick-active button{
  background: #000 !important;
}
 .Complete-the-Look  .slick-dots li button::before {
	display: none;
}
 .Complete-the-Look .slick-dots {
    bottom: -50px;
}

.footer-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px !important;
}
.tolstoy-app-videos button video {
    width: 105px;
}
.jwellery-main-setion-new .medium-down--show {
 display: flex !important;
   gap:20px;
}

.jwellery-main-setion-new .product-thumbnails__item-media-image {
    width: 20%;
}

}

 
@media only screen and (max-width: 480px) {
.footer-follow .needsclick.kl-private-reset-css-Xuajs1 {
    column-gap: 5px;
}
.needsclick.kl-private-reset-css-Xuajs1 input {
    font-size: 16px !important;
}
  
.gift-img {
    width: 100%;
    height: 110px;
    max-width: 75px;
}
.bymaay-cart__primary {
    padding-bottom: 1rem !important;
} 
 .gift-wrap-add-cart {
    margin-left: 0px;
}
.gift-wrap-text {
    width: 50%;
}

  
/******************/
.footer-follow input#last_name_118271166 {
   max-width: 177px;
}
.footer-follow input#Expected_Date_Of_Next_Order_118271168 {
    width: 100%;
}
  .footer-follow .needsclick.kl-private-reset-css-Xuajs1 {
    margin-bottom: 3px;
}
    .footer-follow button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    right: 43px;
    bottom: -5px;
}
  /***************/
.main-nav a {
    font-size: 15px;
}
.section-mini-collection-bar .exp-tab-title {
    font-size: 15px !important;
}
}
.needsclick {
    padding: 0px !important;
    min-height: 100% !important;
    border: none !important;
      height: max-content !important;
}

.newsletter-section__inputs.global-border-radius.input-row--submit {
    background: white;
    color: black;
    background: transparent !important;
    border: none !important;
}
button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    background: #080a1c;
   padding: 16px 25px!important;
    font-size: 19px!important;
    margin: 0px auto !important;
    /* margin-left: 10px !important; */
        border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

input#email_86336169 {
    padding: 12px 25px !important;
    padding-left: 60px !important;
   width: 95%;
}
 
input#email_86336169::placeholder {
    font-size: 16px !important;
}
.subscribe__icon {
    z-index: 9;
}
 .mobile-sticky-search-bar {
        display: none; 
    }


/************************/
.sign-up-section-new .sign-up-center {
    display: flex;
    align-items: center;
    justify-content: center;
margin-bottom:30px;
}

.sign-up-section-new .sign-up-senter-one {
    width: auto;
}

.sign-up-section-new .sign-up-senter-three {
    width: auto;
}

.sign-up-section-new .sign-up-senter-two {
    width: 50%;
}
.sign-up-section-new  form {padding: 35px !important; border:1px solid #000 !important}

.sign-up-section-new  form  input {padding:10px !important; box-shadow: inset 0 0 0 1px #000 !important;
    border-radius:0 !important;margin-bottom:15px !important;}

.sign-up-section-new  form #downshift-0-menu {display: none;}
.sign-up-section-new form input
{
    font-size:14px !important;line-height:normal !important;;
}
.sign-up-section-new form input::placeholder {
    font-size: 14px !important;
    color: #bdbcbb !important;
}
.sign-up-section-new .needsclick.go2911424518{
    position: relative;
}

.sign-up-section-new .needsclick.go3503470244 button {
    width: max-content !important;position:absolute !important;top:-10px;left:10px;
}

.sign-up-section-new .needsclick.go3503470244 input{padding-left:50px !important;} 
.sign-up-section-new .needsclick.go2911424518 {
    position: relative;
}
.sign-up-section-new  form #last_name_01JDHGKF7M4W5EECVYEQP33939 {
    margin-left: 7.5px;
    box-sizing: border-box;
}

.sign-up-section-new  form #first_name_01JDHGKF7JVC5C4Q1FHZNWJ033 {
    margin-right: 7.5px;
}
.sign-up-section-new .needsclick.go2911424518 button {  width: max-content !important;position:absolute;top:-10px;right:10px;}
.sign-up-section-new  button.needsclick.go2534619395 {
    padding: 14px !important;
    border-radius: 0 !important;
}
.sign-up-section-new #rich-text-01JDH3H9EH5EVAEXMHRK1NHAEE {
    text-align: center;margin-bottom:20px;
}
.sign-up-section-new .needsclick {
    border-radius: 0 !important;
}

.sign-up-section-new {
    width: 100%;
}

.sign-up-section-new .sign-up-top {
    text-align: center;
    margin: 30px 0;
}

.sign-up-section-new form h1 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sign-up-section-new .needsclick.go2911424518 svg {
    display: none;
}
.sign-up-section-new .sign-up-new.page-width {
    width: 100%;
    max-width: 100%;
}
.sign-up-section-new .sign-up-senter-one img,
.sign-up-section-new .sign-up-senter-three img {
    width: 100%;
    height: auto;
}
.sign-up-bottom {
    text-align: center;
}
.sign-up-section-new  button.needsclick.go2534619395 {
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
.sign-up-section-new .sign-up-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sign-up-section-new .sign-up-senter-one {
    display: none;
}

.sign-up-section-new .sign-up-senter-three {
    width: 50%;
}

.sign-up-bottom {
    text-align: center;
}
  
}
@media only screen and (max-width: 900px) {
  .sign-up-section-new .sign-up-center {
    flex-direction: column-reverse;
}
}
@media only screen and (max-width: 768px) {
  .latest-product-header {
    position: static;
    width: 100%;
    max-width: 100%;
}
  .hide-text-desk {
    display: none;
}
  .shop-leatest-product-wrap {
    width: 100%;
    overflow: hidden;
}
  .bottom-content-mobile {
    display: block;
}
  .product-price-title-wrap {
   /* opacity:1; */
    display:block;
    position:static;
}
  .bottom-content-mobile {
    margin-top: 20px;
}
.complete-the-look-section {
    padding: 0 !important;
}
}
@media only screen and (max-width: 767px) {
.Complete-the-Look .quick-add-button {
    opacity: 1;
}

.see-it-in-action-button  {
    display:block;
}
.see-it-in-action-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}
.section-product-template .slick-external-controls {
    margin-bottom: 10px;
}

/*******/
.mobile-footer {
    padding: 40px 15px 0px 15px!important;
}
  .footer-newsletter-form {
    margin: 30px 0px;
}

    .tolstoy-app-videos-popup-container-fixed {
        border-radius: 0;
        width: 100vw;
        height: 100dvh;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }

      .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists {
        max-width: 100%;
      }

      .tolstoy-app-videos-popup-container-fixed .tolstoy-app-videos-popup-container .tolstoy-app-videos-popup .tolstoy-app-videos-popup-lists .tolstoy-app-videos-popup-lists-item video {
        height: 100%;
      }
  /**************/
  .needsclick.kl-private-reset-css-Xuajs1 {
	display: grid;
}
  .shop-latest-images {
    /* padding-top: 40px; */
}
.video-text-section{
  padding-bottom:40px;
}
  .latest-product-header h2 {
    font-size: 23px !important;
    margin-bottom: 23px;
}
  .latest-product-header h3 {
   font-size: 23px !important;
}
     .custom-coll-fet-content {
    grid-template-columns: 1fr;
               gap: 5px;
}
.payment-text-carousel {
	padding: 40px 0;
}
  
  .custom-feature-collection-wrap {
    padding: 40px 0;
}
  .video-text {
    order: 2;
}
  .video-image-inner-wrap {
    grid-template-columns: 1fr;
}
  .collection-fet-img img {
    height: auto;
}
   
   
.newsletter-section__text.padded-block {
     /* place-items: center !important;   */
    place-items: flex-start !important;
}
.section-newsletter-new h2 {
    text-align: left;
}
  
.newsletter-section__inputs.global-border-radius.input-row--submit {
    justify-content: center;
}
  .news-inner-wrapper {
     max-width: 100%; 
}
  .news-inner-wrapper {
    text-align: left !important;
}
  .needsclick {
    padding: 0px !important;
    min-height: 100% !important;
    border: none !important;
    height: max-content !important;
    border-radius: !important;
    /* min-width: 100% !important; */
    position: relative !important;
}

  .newsletter-section__text.padded-block .rte p {
    text-align: left !important;
}
  .mobile-nav-menu-container .mobile-hamburgure-title a {
    text-transform: lowercase;
}
  /*kalpna  */
  .mobile-sticky-search-bar {
  display: none;
  transition: max-height 0.3s ease-in-out;
}
  .mobile-sticky-search-bar.show {
  display: block;
  }
  .accordion-contents .header {
    flex-direction: row-reverse;
    justify-content: flex-end !important;
    column-gap: 15px;
    align-items: center;
}
  .sign-up-section-new .sign-up-senter-two,
  .sign-up-section-new .sign-up-senter-three {
        width: 80%;
    }
}
@media only screen and (max-width:599px) {
  .sale-badge {left:6px;}
    .sign-up-section-new .sign-up-senter-two,
  .sign-up-section-new .sign-up-senter-three {
        width: 98%;
    }
}
@media only screen and (max-width: 410px) {
.section-product-template .video-inner-inner button video {
    max-width: 100px !important;
}
.video-inner-inner button  {
    min-width: unset !important;
}
}
@media only screen and (max-width: 350px) {
.section-product-template .video-inner-inner button video {
    max-width: 90px !important;
}

}
.join-list-popup-wrap button.needsclick.go3265039304.kl-private-reset-css-Xuajs1 {
    padding: 15px !important;
}
.video-inner-inner  {
    margin-bottom: 16px;
}



/****************-------***************************/
/*******new-slider-promo-page**********/
.featured-promo-product .row-double-space {
    margin-top: 0px;
}

.featured-promo-product .product-slider-wrapper {
    display: flex;
    justify-content: space-between;
}
.featured-promo-product .product-slider-wrapper .slider-nav {
    width: 20%;
    height: 100%;
}
.featured-promo-product .product-slider-wrapper .slider-nav  .item-slick {
    margin-bottom: 15px;
}
.featured-promo-product .product-slider-wrapper .slider-nav .item-slick.slick-slide {
       height: 117px;
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    object-fit: contain;
   cursor:pointer;
}
.featured-promo-product .product-slider-wrapper .slider-nav .item-slick .slick-slide { 
    border: 1px solid transparent;
}
c.product-slider-wrapper .slider-nav .slick-current {
    border-color: #000;
}
.featured-promo-product .slick-current.slick-active {
    background:  #000;
    border-radius:3px
 
}

.featured-promo-product .product-slider-wrapper .slider-nav .item-slick.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-promo-product .product-slider-wrapper .slider-nav .slick-arrow  {
    font-family: 'FontAwesome';
}
.featured-promo-product .product-slider-wrapper .slider-nav i.fa-regular.fa-chevron-left.slick-arrow {
    transform: rotate(90deg);
    width: 100%;
    text-align: center;
}
.featured-promo-product .product-slider-wrapper .slider-nav i.fa-regular.fa-chevron-right.slick-arrow {
    transform: rotate(90deg);
    text-align: center;
    width: 100%;
}

.featured-promo-product .slick-slider {
    width: 80%;
  padding-left:15px;
}

.featured-promo-product .slick-slider .slick-slide {
    height: 664px;
}

.featured-promo-product .slick-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/****right-block**********/

.featured-promo-product .featured-product__details {
    padding-left: 30px;
}
 
.featured-promo-product .featured-product__details h1 {
    font-weight: 400;
    font-size: 23.8px;
    letter-spacing: 0.05rem;
    margin-bottom: .5rem !important;
}
.featured-promo-product .featured-product__details .price-after-pay  span {
    letter-spacing: .1em !important;
    line-height: 1.3 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

 .featured-promo-product .featured-product__details .price-after-pay {
        gap: 5px;
    margin: 0px;
    padding: 0;
    padding-bottom: 5px;
}
.featured-product .featured-product__container .featured-product__details .row {
    margin-left: 0px;
    margin-right: 0px;
}
.featured-promo-product .featured-product__details .product-price--large .product-price__compare {
    margin-left: 0px;
}

.featured-promo-product .featured-product__details .after-zip-lay-wrap {
    margin-left: 10px;
    display: flex;
    gap: 10px;
}
.featured-promo-product .product-quantity-button-wrap {
    display: flex;
    gap: 15px;
}
.featured-promo-product .product-quantity-button-wrap .selection .select2-selection {
    background: #fff !important; 
  width:59px;
  max-width:100%;
}
.featured-promo-product .product-quantity-button-wrap .styled-dropdown label {
    margin-bottom: 0px !important;
    display:none;
}
.featured-promo-product .product-quantity-button-wrap button.btn.btn--secondary {
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 100%;
      border: 1px solid #000;
      font-weight: 700;
}
.featured-promo-product .product-quantity-button-wrap button.btn.btn--secondary:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.featured-promo-product .product-quantity-button-wrap .form-row:last-child {
    width: 100% !important; 
    max-width: 100% !important; 
}

.featured-promo-product .featured-product__details .component-discount-apply-container {
    font-family: 'Glacial Indifference';
    font-size: 14px;
    background: #e6e6e6 !important;
    display: flex;
  gap:5px;
    padding: 20px;
    flex-direction: row-reverse;
    align-items: center;
    color: #000;
    margin-top: 5px;
    border-radius: 15px;
    justify-content: space-between;
}

     .featured-promo-product .featured-product__details .component-discount-apply-container input#copyandpastesale-special {
    display: none;
}

     
     .featured-promo-product .featured-product__details .component-discount-apply-container svg path {
    fill: #000;
}

/****timer****/
 
.featured-promo-product .featured-product__details .timer {
    background-color: #e6e6e6 !important;
   margin-top: 25px !important;
}

  .featured-promo-product .featured-product__details .timer span {
    color: #000 !important;
}


.featured-promo-product .featured-product__details .timer h4.timer__title {
    top: -13px;
    left: 0;
    right: 0;
    font-size: 18px;
    position: absolute;
    background-color: #fff;
    color: #fff !important;
    margin: 0 auto;
    display: inline-block;
    color: #352728 !important;
    padding: 4px 10px;
    font-weight: 700 !important;
    width: 70%;
    text-transform: uppercase;
    font-family: 'Glacial Indifference' !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.featured-promo-product .featured-product__details .codewrapper {
    width: 100%;
    margin-top: 0px;
    align-items: center !important;
      padding: 0px;
    background: transparent;
    border: 0px;
      margin-top: 16px;
}
.featured-promo-product .featured-product__details .codewrapper span {
    width: auto !important;
}

.featured-promo-product .featured-product__details span#banner_sale {
    display: flex;
    justify-items: center;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}
.featured-promo-product .featured-product__details input#copyandpastesale {
    display: none;
}
.mobile-slider-featured-product {
    display: none;
}

/*******cart******************/
div#is-a-gift .gift-wrap-text .gift-options {
    display: flex;
    gap: 15px;
      padding: 15px 0px;
    align-items: center;
}

div#is-a-gift .gift-wrap-text .gift-options button {
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
  border:2px solid;
    border-color: transparent;
    box-shadow: none;
    min-width: 30px;
    overflow: hidden;
}

div#is-a-gift .gift-wrap-text .gift-options .active {
    border-color: #000 !important;
}

div#is-a-gift .gift-wrap-text .gift-options button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
      transform: scale(1.2);
}

div#is-a-gift .gift-wrap-text .gift-options button img {
    width: 100%;
    max-width: 100% !important; 
    min-width: 100%;
    object-fit: cover;
    height: 100%;
}

div#is-a-gift .gift-wrap-add-cart button {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 7.5px 20px !important;
    cursor: pointer !important;
    min-width: max-content !important;
    text-align: center !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}
.jwellery-main-setion-new .hide-title-new {
    display: none;
}
.jwellery-main-setion-new span.option-value-names {
    font-size: 16px;
    color: #999;
    margin-bottom: 10.5px;
    font-family: 'Glacial Indifference' !important;
}
.jwellery-main-setion-new .variant-buttons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    object-fit: cover;
    cursor: pointer;
}

 .jwellery-main-setion-new .variant-button.selected img {
    border-color: #000;
}
 .jwellery-main-setion-new .variant-buttons input[type="radio"] {
    display: none;
}
 .jwellery-main-setion-new .variant-buttons {
    display: flex;
    gap: 10px;
}
 .jwellery-main-setion-new .selector-selected-title-name {
    padding-bottom: 5px;
}
@media(max-width:991px){  
.featured-promo-product .featured-product__details .timer h4.timer__title {
    font-size: 16px;
    padding: 4px 7px;
    width: 80%;
    text-transform: uppercase;
}  
  /* .featured-promo-product .product-slider-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
  .featured-promo-product .slick-slider {
    width: 100% !important;
    padding-left: 0px;
} */
  .featured-promo-product .product-slider-wrapper .slider-nav .item-slick.slick-slide {
    height: 80px;
    display: block;
    border: 1px solid transparent;
    border-radius: 3px;
    object-fit: contain;
    cursor: pointer;
}
}

@media(max-width:767px){  
.featured-promo-product .product__media-wrapper {
    display: none;
}
  .featured-promo-product .mobile-slider-featured-product {
    display: block;
}
  .featured-product .featured-product__container {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}
  .featured-product .featured-product__container .one-half {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
  .featured-product .featured-product__container .slider-nav-mobile {
    padding: 0px;
    width: 100%;
}
  .featured-promo-product .carosel-leather img {
	height: 119px;
}
.featured-promo-product .slick-dots li button {
	width: 12px !important;
	height: 12px !important;
	border: 1px solid rgb(68, 68, 68) !important;
	padding: 0px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 0;
	margin: 0.25em;
	background: transparent !important;
	font-size: 0;
}
 .featured-promo-product .slick-dots .slick-active button{
  background: #000 !important;
}
 .featured-promo-product .slick-external-controls {
	margin-bottom: 30px;
}
  .featured-promo-product .slick-dots li button::before {
	display: none;
}
  .featured-promo-product .slick-external-controls .slick-prev {
	left: 0 !important;
}
 .featured-promo-product .slick-external-controls .slick-next {
	right: 0 !important;
}
  .featured-promo-product .slick-slider .slick-slide {
    height: auto;
}
  .featured-promo-product .mobile-slider-featured-product .slick-track {
    margin-bottom: 30px !important;
}
    .default-collection-new-bnr .desktoprimage {
    height: 100% !important;
    background-position: bottom !important;
}
  #shopify-section-template--24143171682468__collection_banners_new_HjbLLK .desktoprimage {
    height: 100% !important;
}
  .collection-banner .slide {
    height: 300px !important;
    background-size: cover;
    background-position: center !important;
}
}

@media(max-width:599px){  
.featured-promo-product .mobile-slider-featured-product .slick-track {
    margin-bottom: 50px !important;
}
   .bymy-cart {
    display: block;
}
  .gift-img img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important;
    max-width: 60px !important;
    min-width: 60px;
}
  
   .bymaay-cart__primary {
    padding-left: 15px;
    padding-right: 15px;
}
  
  div#is-a-gift .gift-wrap-add-cart button {
    margin-bottom: 15px;
}
      .default-collection-new-bnr .mobilerimage  {
    height: 100% !important;
    background-position: bottom !important;
}
  #shopify-section-template--24143171682468__collection_banners_new_HjbLLK .mobilerimage {
    height: 100% !important;
    background-position: 15% 100%;
}
 
}

@media(max-width:480px){  
.featured-promo-product .featured-product__details .timer h4.timer__title {
    font-size: 14px;
}
#your-shopping-cart .page-width {
    padding: 0px 15px;
}
  div#is-a-gift .gift-wrap-text .gift-options {
    gap: 10px;
    padding: 10px 0px;
}
  |}

@media(max-width:380px){  
.featured-promo-product .mobile-slider-featured-product .slick-track {
    margin-bottom: 70px !important;
}
  .gift-wrap-text h4 {
    font-size: 12px;
}
  .gift-wrap-text p {
    font-size: 12px;
}
  div#is-a-gift .gift-wrap-add-cart button {
    padding: 5.5px 16px !important;
    font-size: 13px !important;
}
  div#is-a-gift .gift-wrap-text .gift-options button {
    padding: 1px;
    width: 25px;
    height: 25px;
    min-width: 25px;
}
  .gift-image-text-wrap {
    column-gap: 10px !important;
}
  div#is-a-gift .gift-wrap-text .gift-options {
    flex-wrap: wrap;
}
  #shopify-section-template--24143171682468__collection_banners_new_HjbLLK .mobilerimage {
    background-position: 5% 100% !important;
}
}

.aly-black-gold-main .custom-add-to-cart {
    display: none;
}
.aly-black-gold-main .selector-wrapper.styled-dropdown.styled-dropdown--label-inside.quantity-wrapper {
    display: none;
}
.aly-black-gold-main button.button--primary-outline.button.sold-out {
    background: #949494;
    color: #fff !important;
    width: 100%;
    border: 1px solid #949494;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
       height:50px !important;
}



.aly-black-gold-main button.button--primary-outline.button.AddToCart {
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid;
    flex-direction: column;
    width: 100%;
    gap: 1px;
    height: 50px !important;
    line-height: normal;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
}
.aly-black-gold-main .pre-order-vtn-sold {
    background: transparent;
    color: #fff !important;
    width: 100%;
    border: 2px solid #000;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
   
    height: 50px !important;
    color: #000 !important;
   background: #fff !important;
} 
.aly-black-gold-main button.button--primary-outline.button.AddToCart span:first-child {
    font-size: 16px;
   
}
 

.aly-black-gold-main .notify-me-wrapper .needsclick.kl-private-reset-css-Xuajs1:first-child {
       height:50px !important;
    padding: 10px;
    border-radius: 6px !important;
    text-transform: uppercase;
    font-size: 14px !important;
   
}
.aly-black-gold-main .join-our-poup-list-button {
    background: #000 !important;
}

/* .needsclick.kl-private-reset-css-Xuajs1 {
    margin-top: 14px;
} */
#rich-text-01JRTKEF8M3TH26NH4AV07J5XJ {
    margin-top: 10px;
}
 #rich-text-01JRTKEF8M3TH26NH4AV07J5XJ {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

#rich-text-01JRTKEF8SX6CGPW1AAKNF6BZ3 {
    margin-top: 15px;
}
.product-qty-differ shop-pay-wallet-button {
  display: block !important;
  border-radius: 100px !important;
  overflow: hidden !important;
}
 .grid__item.four-twelfths .product-qty-differ button {
    font-weight: 700 !important;
}

.mobile-quantity {
    display: none;
}

.shopify-payment-button__more-options {
    display: none!important;
}
.product-qty-differ shop-pay-wallet-button {
    display: block !important;
    border-radius: 100px !important;
    overflow: hidden !important;
}

/***variant-buttons******/
 .perfume-main .variant-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

 .perfume-main .variant-buttons label {
    border: 1.5px solid #b5b5b5;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.4;
    color: #141b1b !important;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'Glacial Indifference' !important;
    margin: 0px;
  cursor: pointer;
}
 .perfume-main .variant-buttons label.active {
    background: #000;
    color: #fff !important;
}
 .perfume-main .variant-buttons input[type="radio"] {
    display: none;
}
/********variant-buttons -end****/
.perfume-main .row.rte.clearfix {
    flex-direction: column;
}

/*******today***********/
.tolstoy-app-videos-popup-lists-item.item-3.active {
    background: red !important;
    z-index: 999;
    position: relative;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay {
    position: absolute;
    top: unset;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #c1bfbd6b;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay img {
    float: left;
    display: inline-block;
    width: 100px;
    height: 120px;
}

.product-info {
    margin-left: 20px;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay .product-info {
    padding: 0px !important;
    margin: 0px !important;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay .product-info p {
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 10px;
    display: block !important;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay .product-info a {
    background: #000 !important;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-size: 12px !important;
    display: inline-block;
    border: 1px solid #000;
}

.tolstoy-app-videos-popup-container-fixed .tolstoy-product-overlay .product-info a:hover {
    background: transparent !important;
    color: #000 !important;
    transition: all 0.3s;
}
/***********/

/***********/
@media(max-width:599px){ 
  .quantity-wrapper {
    display: none;
}
  .product-qty-differ {
    flex-direction: column;
            margin-top: 15px;
}
.mobile-quantity {
    display: block;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.quantity-desktop {
    display: none;
}


.mobile-quantity label {
    font-size: 16px !important;
    color: #999 !important;
    font-weight: 600 !important;
    font-family: 'Glacial Indifference';
    margin: 0px;
  position: absolute;
        left: 0px;
}

.quantity-controls {
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 0px 2px 2px -2px #999;
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    align-items: center;
    height: 33px;
    padding: 0px 10px;
    justify-content: space-between;
}
.quantity-controls button {
    width: max-content;
    padding: 0px !important;
    min-width: max-content;
    padding: 0px 15px !important;
    background: transparent;
    border: 0px;
    font-size: 20px;
    color: #999;
}


.quantity-controls input#quantity {
    padding: 0px;
    border: 0px;
    width: 20px !important;
    min-width: 20px;
    text-align: center;
     font-size: 20px;
    color: #999;
}
.product-form-button-container button {
    margin-top: 10px !important;
}

}






