/** Shopify CDN: Minification failed

Line 1014:21 Unexpected bad string token
Line 1014:40 Unterminated string token
Line 1029:1 Expected identifier but found whitespace
Line 1054:1 Expected "}" to go with "{"

**/
/* ======================header====================== */
body{
  line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .article__author-bio h3, .blog-section .article__image .article__tags{
  text-transform: uppercase;
}
.template-page .h2, .template-page h2, .template-page .h3, .template-page h3{
  font-size: 18px;
} 
.navtext, .header__mobile__hamburger, .header__logo__link, .theme__header .popout-header .popout__toggle{
  font-size: 11px;
}
.theme__header .popout-header .popout-list__option{
  font-size: 11px;
  padding: 4px 11px;
  color: var(--text);
}
.header__backfill{
  height: 0 !important;
}
.theme__header:after{
  background: transparent;
}
.meganav--visible .theme__header:after{
  background: #fff;
}

.slideshow__slide>a picture{
  width: 100%;
}
.slideshow__slide>a picture img{
  width: 100%;
  object-fit: cover;
}

/* ======================product page================ */
span.radio__legend__option-name:after{
  content: ':';
}
.radio__legend__label{
    display: flex !important; /* important added by chiranjibi*/
    gap: 10px;
}
.radio__legend__label product-modal{
  order: 1;
}
.ColorSwatchList div.swatches{
  height: 40px;
  min-width: 40px;
  padding: 4px;
  margin: 0;
  vertical-align: middle;
}
.ColorSwatchList div.swatches > a{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;  
}
.ColorSwatchList div.swatches label{
  border-radius: 50%;
  background: var(--swatch, var(--swatch-default));
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.swatch__button--circle .sibling__link--current:after, .swatch__button--circle input:checked~label:after{
  border: 1px solid var(--primary);
}
.selector-wrapper--fullwidth .radio__legend__label, .selector-wrapper--color .radio__legend__label{
  /* display:  none; */
}
.product__block--lines .selector-wrapper .select__fieldset, .product__block--lines .selector-wrapper .radio__fieldset{
  border-color: transparent;
}
.product__selectors{
  display: flex;
  flex-wrap: wrap;
}
.product__page .form__wrapper.variant--soldout product-form{
  display: none;
}


@media only screen and (min-width: 750px){
  .product__wrapper--stacked .product__slide {
      padding-bottom: 0;
  }  
}

/* -----section-pack------- */
.section-pack {
  padding-bottom: 60px;
  max-width: 1330px;
  margin: auto;
}
.section-pack .SectionHeader {
  margin-bottom: 15px;
}
.section-pack .ProductList--grid > .Grid__Cell {
  position: relative;
}
.section-pack .each-img {
  display: none;
  max-width: 150px;
  height: auto;
}
.section-pack .each-img.active {
  display: block;
}
.pack-product {
  padding: 0 15px;
  position: relative;
}
.pack-product .radio__fieldset{
  display: block;
}
.product-pack-image {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.pack-product .ColorSwatchList div.swatches label:after{
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 1px solid var(--primary);
  top: calc(var(--swatch-outline-offset) * -1);
  left: calc(var(--swatch-outline-offset) * -1);
  opacity: 0;
  transform: translateZ(0);
  overflow: hidden;  
  width: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
  height: calc(var(--swatch-size) + var(--swatch-outline-offset) * 2);
  border-radius: 50%;
}
.pack-product .ColorSwatchList div.swatches.active label:after{
  opacity: 1;
}
.pack-product .HorizontalList .HorizontalList__Item {
  margin: 2px;
}
.each-pack-color.active,
.each-pack-size.active {
  border-color: transparent;
}
.each-pack-color.active .ColorSwatch:after {
  border: 1px solid var(--text-color);
}
.each-pack-size.active .SizeSwatch {
  border-color: var(--text-color);
}
.pack-submit {
  padding-top: 100px;
}
.pack-price {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.pack-price-title {
  padding-right: 10px;
}
.pack-original-price {
  color: #fda8a8;
  text-decoration: line-through;
}
.pack-discount-price {
  color: #2bff05;
  padding-left: 5px;
}
.pack-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.two-link-icon {
  position: absolute;
  top: 30%;
  right: -25px;
  font-size: 30px;
  font-weight: bold;
}
.two-link-icon .icon{
  width: 50px;
  height: 50px;
}
.pack-last-grid .two-link-icon {
  display: none;
}
.pack-option-title {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.current-inventory {
  font-weight: bold;
  text-align: center;
  height: 30px;
}
.current-inventory .inventory-num {
  color: #fda8a8;
  font-size: 20px;
}
.pack-product .sold-out {
  display: none;
  position: relative;
  background: #fff;
  top:0;
  left: 0;
  text-align:  center;
  width: 100%;
  padding: 0 5px;
}
.pack-product .sold-out.active {
  display: inline-block;
  color: #fda8a8;
}
.selector-wrapper{
  flex: 1 0 100%;
  order: 0;
}
.selector-wrapper--size{
  order: 1;
  /* padding-top: 30px; */
}
.radio__fieldset--swatches .radio__buttons{
  font-weight: bold;
}
.product-modal__inner, .product-modal__content{
  background-color: #ffe5e5;
}
.product-modal__content .rte span, .product-modal__content .sqs-block-content{
  font-weight: 200;
}
.product-modal__content .rte h2{
  font-size: 18px;
}
.product-modal__content .rte h5{
  font-size: 13px;
}
.product-modal__content .rte table{
  border-color: transparent;
}
.product-modal__content .rte table tr>td{
  border-right-color: transparent;
  border-bottom-color: var(--border-color);
}
.radio__legend.core-limited-color{
  display: none;
}
.template-product .station-tabs, .template-product div[data-station-tabs-app]{
  display: flex;
  flex-wrap: wrap;
}
.station-tabs-local-above, .p1, .template-product div[data-station-tabs-app]> *{
  order: 1;
  transform: translateY(15px);
}
.template-product div[data-station-tabs-app] .station-tabs{
  order: 0;
}
.station-tabs .station-tabs-link{
  background: transparent;
}
.custom-notify-btn{
  min-height: 48px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 3px;
  border-color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 48px;
  letter-spacing: 0.8px;
  color: rgb(255, 255, 255);
  display: none;
}
.product__page .form__wrapper.variant--soldout .custom-notify-btn{
  display: block;
}
.product__page .form__wrapper.variant--soldout .shop-pay-terms{
  display: none;
}
.bundle-collection{
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 750px) and (max-width: 989px){
  .pack-submit{
    padding-top: 40px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 749px) {
  .pack-product {
    padding-bottom: 30px;
  }
  .pack-second-grid .two-link-icon {
    display: none;
  }
  .pack-last-grid .two-link-icon {
    display: block;
    right: initial;
    left: 50%;
    top: -40px;
    transform: translateX(-30%);
  }  
}
@media screen and (max-width: 479px) {
  .section-pack .grid{
    --columns: 2;
  }
}


/* =======================collection page===================== */
#Collection--template--18289208197342__section_collection_6A8HMz .grid__items-holder .grid--mobile-vertical .product-item
{margin-bottom:30px;}
.product-link{
  color: #000;
  background:rgba(255,255,255,.7);
  padding: 5px 10px;
  min-height:30px;
  justify-content: space-between;
  align-items: baseline;
  display:inline-block;
  width:100%;
  height: auto;
}


.product-information .product-link .price{
  color: #000;
  /*background-color: #FFE5E5;*/
  padding: 0px 0px;
}
.custom-options{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.size-only{
  cursor: pointer;
  user-select: none
}
.size-only.desabled{
  cursor: unset;
  opacity: .5;
}
.quick-add__holder{
  backdrop-filter: none;
}
.added{
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.added .btn__added{
  opacity: 1;
  position: relative;
  top: initial;
  left: initial;
  display: inline-block;
  margin-top: 0;  
}
.click-btn.active{
  border-bottom: 1px solid #000;
}
.active .added{
  opacity: 1;
}
/*.product-item__info .product-link{
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: baseline;  
}*/
.product-item--centered .product-item__title{
  text-align: left;
  width: 70%;
  float: left;
  text-transform: uppercase;
}
.product-item--centered .product-item__price__holder{width:28%;float:right;text-align:right;}
quick-add-product .quick-add__holder{
  bottom: initial;
  top: 50px;
}
.product-item--has-quickbuy.product-item--overlay-text:hover .product-item__info{
  opacity: 1;
  visibility: visible;
}
.product-item--has-quickbuy.product-item--overlay-text:hover .product-link, .product-item--has-quickbuy.product-item--overlay-text:hover .product-information .product-link .price{
  color: var(--text);
}
.product-item__swatches__holder{
  display: none;
}

@media only screen and (max-width: 989px){
  quick-add-product .quick-add__holder{
    opacity: 0;
    visibility: hidden;
  }
  .product-item--overlay-text .product-information{
    padding: 0 !important;
  }
}
@media only screen and (max-width: 749px){
  .product-item--overlay-text .product-item__info{
    padding: 0 0px;
    padding-bottom: 0px;
  }
}

/* ================cart page========== */
.cart__item__content-inner .custom-table {
  margin: 0;
}
.cart-route-text{
  padding: 10px 10px 0;
  font-size: 12px;
  max-width: 380px;
  margin: auto 0 auto auto;
  text-align: left;  
}
.pw-route-protection{
  padding-bottom: 0 !important;
}
.product-upsell__holder--cart .product-upsell__skip{
  display: none;
}
.product-upsell__image{
  width: 90px;
}
.product-upsell__content{
  width: calc(100% - 90px);
}
.free_shipping_card_title_clnz58sxs46021118xtlbkd8hop.h2, .free_shipping_card_progress_clnz58sxs46021118xtlbkd8hop{
  display: none;
}

@media only screen and (max-width: 749px){
  .template-cart .cart__errors{
    margin-top: 46px;
  }
  .template-cart .cart__aside{
    position: static;
  }
  .template-cart .cart__aside .free-shipping{
    position: absolute;
    top: 100px;
    width: 90%;
  }
}

/*=====================faq page(gorgias app) ==================== */
body#faq .hero__content__wrapper, body#help-center .hero__content__wrapper{
  overflow: visible;
  padding: 0;
  max-width: 100%;
}
body#faq .hero__content--compact, body#help-center .hero__content--compact{
  width: 100%;
}
body#faq h2, body#help-center h2{
  text-align: center;
}




/*===============sayan==============*/
.product-item__bg__under, .product-item__bg {padding:0 0px !important;}

.ratboi-product-desc-tabs .product-tabs .tab-content{padding-top:0px !important;position: relative;min-height: auto;}
.ratboi-product-desc-tabs .product-tabs .tab-content:nth-child(3){padding-bottom:0;}
.ratboi-product-desc-tabs .tabs__head{padding-bottom:0px !important;}
.product__content span.shopacado-discount-table-header h4{background-color:#FFE5E5;color:#000;font-size:12px;text-transform:uppercase;
padding: 10px;font-weight: 300;letter-spacing: 1px;width: 100%;text-align: center;}
.product__content .adp-vol-wrapper{margin:10px 0 5px !important;}






/*Kousik 08-11-2024*/
/* Show only the first .adp-vol-wrapper element */
.adp-vol-wrapper:nth-of-type(1) {
  display: block;
}

/* Hide all subsequent .adp-vol-wrapper elements */
.adp-vol-wrapper:nth-of-type(1) ~ .adp-vol-wrapper {
  display: none;
}
/*Hide color swatches*/
.product__block.product__block--classic.product__form__holder .radio__fieldset.radio__fieldset--swatches{
  display: none;
}

.collection-offer-grid-product{
  text-align: left;
  padding: 5px 10px;
}

.grid-ratboi-offer-div{
  margin-top: -33px;
}

.grid-item .two-link-icon{display: none;}
/* .select-popout__list.popout-list--visible{top:auto;bottom: 30px;} */
.select-popout__list.popout-list--visible{bottom:auto;top: 30px;}
.product__wrapper__inner .product__page .product__content .form__width .shopify-block.shopify-app-block{text-align:center;}
.product__wrapper__inner .product__page .product__content .form__width .product__block.product__head{text-align:center;}
.product__wrapper__inner .product__page .product__content .form__width .product__block.product__head .product__title__wrapper{padding-right: 0;}
.product__wrapper__inner .product__page .product__content .form__width .product__block .product__price__wrap{text-align:center;}
.product__wrapper__inner .product__page .product__content .form__width .product__block .product__price__wrap .product__price{width:100%;}
.product__wrapper__inner .product__page .product__content .form__width .product__block .product__price__wrap span{font-size: 24px;}
.product__wrapper__inner .product__page .product__content .form__width .product__block .shop-pay-terms{text-align: center;}

.product-information .product-item__info a.product-link{background: none;}
/* .product-item--has-quickbuy:hover .product-information .product-item__info a{color:#fff;} */
/* .product-item--has-quickbuy:hover .product-information .product-link span.price{color:#fff !important;} */
.select__fieldset ul li.select-popout__item{text-align: center;padding:1px 10px;}
.select__fieldset ul li.select-popout__item a span.btn-question-mark{padding: 10px;color: #000;}
/* .select__fieldset .radio__legend .radio__legend__label{visibility: hidden;} */ /*Commented by Chiranjibi*/
.product__form__outer .selector-wrapper product-modal .btn-question-mark{display:none;} 

.radio__fieldset--pgi{display: block;opacity: 1;visibility: visible;padding: 0 14px;}
.product-item__swatches__holder {
    display: block;
}
.product-item--overlay-text .product-information{padding-bottom:10px;}
.product-item__swatches__count{display:none;}
.product-item__price__holder.has-siblings {
  display: inline-block;
}
.radio__fieldset--pgi .swatch__button{--swatch-size: 13px;margin:0 3px 0 4px;}
.radio__fieldset__arrow--prev .icon {
  margin-left: 2px;
  margin-top: -7px;
}
.radio__fieldset__arrow--next .icon {
  margin-right:1px;
  margin-top: -6px;
}

.radio__fieldset--pgi .swatch__button:hover span.price{color:#fff !important;}
.product-item__price__holder.has-siblings .product-item__price{padding-bottom: 5px;padding-right: 2px;}
/* .product__block.product__block--classic.product__form__holder .product__form__outer fieldset .select-popout{margin-top: -75px;} */
.product__block.product__block--classic.product__siblings fieldset{text-align:center;}
.product__block.product__block--classic.product__siblings fieldset .radio__buttons{margin-bottom: 15px;}
.product__block.product__block--classic.product__siblings fieldset .radio__buttons .radio__legend{display:inline-block;text-align:left;}
.product__block.product__block--classic.product__siblings fieldset .radio__buttons .radio__legend__label{display:inline-block;text-align:left;}
.product__block.product__block--classic.product__siblings fieldset .radio__buttons .radio__legend__label small.radio__legend__value
{display: inline-block;}
.collection-offer-grid-product.grid-ratboi-offer-div{margin-top: 0;min-height: 25px;width: 48%;}
.radio__fieldset__arrow--next::before{background: none;}
.radio__fieldset__arrow--prev::before{background: none;}
.sale .new-price{margin-right: 0;color:#000;}

.radio__fieldset--pgi .radio__fieldset__arrow{}

.selector-wrapper__scrollbar{ margin: 0px 0px 0px 4px !important; width: calc(87%) !important; }

.onlyhmlistcolordesign {
  min-height: auto;
  width: 50%;
  float: right;
  height: auto;
  text-align: right;
  margin-right: 10px;
}

 .product-item__image .product-link .product-item__bg{background-color: #f7f7f7;}
  .product-item__image .product-link .product-item__bg__sibling{background-color: #f7f7f7;}
  .image-wrapper--cover{background-color: #f7f7f7;}
.product-item__image .product-link .product-item__bg .image-wrapper img{height: 75%;width:75%;margin: 25px auto;left: 12%;}
  .product-item__image .product-link .product-item__bg__sibling img{height: 75%;width:75%;margin: 25px auto;left: 12%;}

/* .product-item--has-quickbuy.product-item--overlay-text:hover .grid-ratboi-offer-div{color:#fff;} */
.product-item--has-quickbuy.product-item--overlay-text:hover .custom-options .click-btn{color:#fff;}

/*Arijit Code*/

.custom-options{
              display:flex;
              align-items:center;
              gap:12px;
              flex-wrap:nowrap;
              overflow-x:auto;
              -webkit-overflow-scrolling:touch;
              scrollbar-width:none;
            }
            .custom-options::-webkit-scrollbar{ display:none; }
            .size-only{
              font-size:12px;
              text-transform:uppercase;
              letter-spacing:.06em;
              white-space:nowrap;
            }
            .quick-add-trigger{
              display:inline-flex;
              align-items:center;
              gap:6px;
            }
            .quick-add-trigger .qa-plus{
              font-weight:700;
              font-size:14px;
              line-height:1;
            }
/* Slider CSS on Hover and ON Click */
/* --- Slider base --- */
  .pgi-slider { position: relative; overflow: hidden; }
  .pgi-slider__viewport { overflow: hidden; }
  .pgi-slider__track {
    display: flex;
    transition: transform 250ms ease;
    will-change: transform;
  }
  .pgi-slider__slide {
    flex: 0 0 100%;
  }

  /* --- Arrows hidden by default --- */
  .pgi-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    border: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,.55) !important;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
  }

  .pgi-slider__arrow--prev { left: 10px; }
  .pgi-slider__arrow--next { right: 10px; }

  /* Show arrows only on hover */
  .pgi-slider:hover .pgi-slider__arrow {
    opacity: 1;
    pointer-events: auto;
  }

  /* Sibling Color CSS Arijit 25022026 */
  /* ==============================
    SIBLING SWATCHES (FULL CSS)
    ============================== */

  /* Title above swatches */
  .siblings-color-title{
    font-size: 14px;
    text-align: left;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 10px;
  }

  /* Swatches layout */
  .radio__buttons.siblings-merged{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
  }

  /* Ensure wrapper can host pseudo slash */
  radio-swatch{
    position: relative;
    display: inline-flex;
  }

  /* ------------------------------
    FULL PRODUCT OUT OF STOCK
    (all variants false - from Liquid)
    ------------------------------ */
  radio-swatch.cross-color-diagonal{
    opacity: .4;
    position: relative;
  }

  /* Diagonal slash (consistent) */
  /* radio-swatch.cross-color-diagonal::after{
    content:"";
    position:absolute;
    left:6px;
    right:6px;
    top:50%;
    height:2px;
    background: rgba(0,0,0,.85);
    transform: rotate(-35deg);
    transform-origin:center;
    pointer-events:none;
    z-index: 5;
  } */

  /* ------------------------------
    SIZE-SPECIFIC OUT OF STOCK
    (selected size false - from JS)
    ------------------------------ */
  radio-swatch.is-size-soldout{
    opacity: .35;
    position: relative;
  }

  /* Same diagonal slash */
  radio-swatch.is-size-soldout::after{
    content:"";
    position:absolute;
    left:6px;
    right:6px;
    top:50%;
    height:2px;
    background: rgba(0,0,0,.85);
    transform: rotate(-35deg);
    transform-origin:center;
    pointer-events:none;
    z-index: 5;
  }

  /* NOT clickable when size unavailable */
  radio-swatch.is-size-soldout a.sibling__link{
    pointer-events: none;
    cursor: default;
  }

  /* Keep selected swatch normal */
  a.sibling__link.sibling__link--current{
    opacity: 1 !important;
  }

  /* If theme applies blur/filter accidentally, neutralize */
  radio-swatch.is-size-soldout img,
  radio-swatch.cross-color-diagonal img{
    filter: none !important;
  }
  /* Sibling Color End */

/* Product Grid Item CSS 27022026 */
  
  .onlyhmlistcolordesign{
    position: relative;
  }

  .floating-add-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    padding: 0;
    pointer-events: auto;
  }

  .floating-add-plus{
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
  }

  .floating-add-btn.is-loading{
    opacity: .6;
    cursor: wait;
  }

  /* =====================
    QUICK ADD MODAL
    ===================== */
  #pgi-quick-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 999998;
    touch-action: none;
  }

  #pgi-quick-modal-overlay.is-open {
    display: block;
  }

  #pgi-quick-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 999999;
    max-height: 92vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 320ms cubic-bezier(.32,.72,0,1);
    padding-bottom: env(safe-area-inset-bottom, 16px);
  }

  #pgi-quick-modal.is-open {
    transform: translateY(0);
  }

  .pgi-qm__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  /* Images slider */
  .pgi-qm__images {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    border-radius: 16px 16px 0 0;
  }

  .pgi-qm__images-track {
    display: flex;
    transition: transform 260ms ease;
    will-change: transform;
  }

  .pgi-qm__images-track img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .pgi-qm__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 8px 0 4px;
  }

  .pgi-qm__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(0,0,0,.2);
    transition: background 200ms, width 200ms;
  }

  .pgi-qm__dot.is-active {
    background: #000;
    width: 18px;
  }

  /* Body content */
  .pgi-qm__body {
    padding: 14px 16px 20px;
  }

  .pgi-qm__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
    padding-right: 36px;
  }

  .pgi-qm__price {
    font-size: 15px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pgi-qm__price .pgi-qm__compare {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
  }

  .pgi-qm__option-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 8px;
    font-weight: 600;
  }

  .pgi-qm__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .pgi-qm__size-btn {
    min-width: 48px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 150ms, background 150ms;
  }

  .pgi-qm__size-btn.is-active {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .pgi-qm__size-btn.is-soldout {
    opacity: .38;
    text-decoration: line-through;
    cursor: default;
  }

  .pgi-qm__atc {
    width: 100%;
    height: 48px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .04em;
    transition: opacity 200ms;
  }

  .pgi-qm__atc:disabled {
    opacity: .45;
    cursor: default;
  }

  .pgi-qm__atc.is-loading {
    opacity: .6;
    cursor: wait;
  }

  .pgi-qm__view-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    color: #000;
    text-decoration: underline;
  }
/* Product Grid Item CSS 27022026 End*/

/******Chiranjibi Code***********/

.product__block.product__block--classic.product__siblings{clear: both;}
.quick-add__holder .custom-options{background:#fff;margin: 0px 20px;padding:10px;}
.quick-add__holder .custom-options .size-only{color:#000 !important;}
quick-add-product .quick-add__holder{bottom:20px !important;top:unset;}
.product-item--overlay-text .product-information{position:relative;height:auto;}
.badge-box {position: relative;left: 0px;padding-top:0px;text-align: left;font-size: 16px;letter-spacing: unset;color: rgba(0, 0, 0, 0.6);padding-left: 15px;}
.product-item--centered .product-item__title{width:80%;font-size:16px;margin-top:5px;}
.product-item--centered .product-item__price__holder {width: auto;float: left;text-align: left;}
.product-information .product-link .price,.product-information .product-item__price{font-size:18px;color:#000;}
.onlyhmlistcolordesign{width:100%;float:left;}
.selector-wrapper__scrollbar{display:flex;justify-content:left}
.product-link{padding"5px 10px 0px 10px}
.title_col{display:flex !important;justify-content:space-between !important;}
.floating-add-btn{position:relative;right:0%;top:3px;width:30px;height:30px;}
.product-item__price__holder.has-siblings .product-item__price{padding-bottom:0px;}
.product-item--has-quickbuy.product-item--overlay-text .product-item__info{padding:10px !important;}
.selector-wrapper__scrollbar {margin: 0px 0px 0px 4px !important;}
.has-line-design .grid-item{border:unset !important;}
.has-line-design .product-item__image{border:none !important;}
.product-item__swatches__holder{min-height:auto;}

.select__fieldset .radio__legend__label{display:flex !important;}




.



@media only screen and (max-width: 640px)
{
  .js__header__stuck header{background-color:#fff;}
  .product-item__info .product-link{display:inline-block;width:100%;}
  .product-item__info .product-link .product-item__price__holder .product-item__price{text-align:right;}
  .ratboi-product-desc-tabs ul{margin:0;}
  .ratboi-product-desc-tabs ul li{font-size: 11px;margin-right: 10px;letter-spacing: 0;}
  .product-item--centered .product-item__title{line-height: 11px;}
  .swatch__button .sibling__link::after{transform: scale(.95);}
  .product-item__image .product-link .product-item__bg .image-wrapper img{height: 75%;width:75%;margin: 25px auto;left: 12%;}
  .product-item__image .product-link .product-item__bg__sibling img{height: 75%;width:75%;margin: 25px auto;left: 12%;}
  .product-item__image .product-link .product-item__bg{background-color: #f7f7f7;}
  .product-item__image .product-link .product-item__bg__sibling{background-color: #f7f7f7;}
  .image-wrapper--cover{background-color: #f7f7f7;}
  .radio__fieldset--pgi .swatch__button{margin: 0px 2px;}
  .product-item--centered .product-item__title{width: 60%;}
  .product-item--centered .product-item__price__holder{width: 39%;}
  .radio__fieldset--pgi .swatch__button:hover span.price{color:#000 !important;}
  .product-item--has-quickbuy:hover .product-information .product-item__info a{color:#000 !important;}
  .selector-wrapper__scrollbar {margin: 0px !important;width: 96% !important;}
  
}