/** Shopify CDN: Minification failed

Line 231:4 "paddint-right" is not a known CSS property
Line 267:13 Expected identifier but found whitespace
Line 267:15 Unexpected "{"
Line 267:33 Expected ":"
Line 268:8 Expected identifier but found whitespace
Line 268:10 Unexpected "{"
Line 268:20 Expected ":"
Line 284:16 Expected identifier but found whitespace
Line 284:17 Unexpected "1px"
Line 284:28 Unexpected "{"
... and 5 more hidden warnings

**/

#productfashion-form--atc{
    display: flex;
}

#productfashion-form--atc .shopify-payment-button{
    margin-top: 0px!important;
    margin-left: 20px;
    width: 30%;
}

button#productfashion-form--atc-button:hover, #productfashion-form--atc .shopify-payment-button .shopify-payment-button__button--unbranded:hover{
    color: #121D46;
    background-color: #fff;
}

/* #productfashion-gallery--navigation {
    position: sticky!important;
    top: 10em!important;
}

#productfashion-gallery--viewer {
    position: sticky!important;
    top: 10.5em!important;
} */

.productfashion-gallery--wrapper{
  position: relative;
  width: 50%;
}

#productfashion-gallery, .rio-media-gallery{
  position: sticky!important;
  top: 10.5em!important;
  width: 100%;
}

@media screen and (max-width: 1300px) {
    #productfashion-gallery, .rio-media-gallery{
        top: 14em!important;
    }
}

@media screen and (max-width: 767.98px) {
    #productfashion-gallery, .rio-media-gallery{
        top: 6em!important;
    }
}

@media screen and (min-width: 720px) {
  [data-product-gallery-thumbnails="left"] #galleryfashion-navigation--scroller {
    max-height: 36rem!important;
  }
}
@media screen and (max-width: 490px) {
    #productfashion-gallery{
        position: relative!important;
        top: 0px!important;
    }
    .productfashion-gallery--wrapper{
      width: 100%;
    }

}

.productitem--title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(2em * 2);
}

.product-ratings{
  display: none;
}

.product-pricing{
  margin-bottom: 15px;
}

.divider{
  display: none;
  width: 100%!important;
  height: 13px!important;
  background-color: #f4f4f4;
}

.divide-margin{
  margin-bottom: 20px;
}

.show-mobile{
    display: none;
}

@media screen and (max-width: 490px) {
  #productfashion-form--atc {
   display: block;
    margin-top: 10px;
  }
  .divider{
    display: block!important;
  }
  .modal-inner .divider{
    display: none!important;
  }
  .accordion {
    display: block!important;
  }
  .hide-mobile{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  #ga-product_bought_together .ga-products_image {
    margin-right: unset;
  }
  #ga-product_bought_together .ga-product {
    width: 33%!important;
  }
  #ga-product_bought_together .ga-product.last {
    padding-right: unset!important;
  }
  #ga-product_bought_together .ga-product>a{
    width: 100%!important;
  }
  button#productfashion-form--atc-button {
    width: 95%!important;
    margin-left: 10px;
    margin-top: 70px!important;
    margin-bottom: 25px!important;
  }
  #productfashion-form--atc .shopify-payment-button{
      margin-left: 10px;
    width: 94.9%!important
  }
  .mobile-size-chart {
    text-align: left;
    margin-bottom: 0 !important;
  }
  ul.product-section-mobile--content {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    padding: 0!important;
    gap: 15px!important;
  }
  #size-chart-btn{
    height: 30px!important;
    padding: 4px 10px!important;
  }
  .scroll-button {
    display: none!important;
  }
  div#productfashion-gallery--navigation {
    width: 100%!important;
    max-width: 100%!important;
  }
}

/* .accordion {
    width: 100%;
    display: none;
} */

.collapsible__header {
    background-color: #FFFFFF;
    color: #212121;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    height: 80px;
}

div#itm-dsc--container {
    border-top: 1px solid rgb(219 218 218 / 0.8);
}

.collapsible__header::after {
    content: '^';
    transform: rotate(180deg);
    font-weight: bold;
    color: #212121;
    position: relative;
    right: 10px;
    top: 25px;
    height: 10px;
}

.collapsible__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s, opacity 1s;
}

.collapsible--open .collapsible__header::after {
    transform: none;
}

.productitem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collapsible--open .collapsible__content {
    max-height: fit-content;
    opacity: 1;
    padding-top: 1px;
    padding-bottom: 20px;
    padding-left: 25px;
    paddint-right: 25px;
    
}

.first-accordion{
  margin-bottom: 5px;
}

.mobile-size-chart{
  width: 35%;
}

ul.product-section-desktop--content {
    display: none;
}

ul.product-section-mobile--content {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    gap: 15px;
    list-style: none;
}

.hidden {
    display: none!important;
}

.payment-icons--container{
  margin-top: 20px;
}

.scroll-button {
  position: absolute;
  height: 2rem;
  width: 100%;
  background: {{ color_background }};
  color: {{ settings.color_headings }};
  border-right: none;
  border-left: none;
  outline: none;
  z-index: 2;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.scroll-button.visible {
  display: block;
}

.scroll-button.scroll-up {
  top: 0;
  padding-top: 0;
  border-bottom: 1px solid {{ color_border | color_modify: 'alpha', 0.3 }};
  border-top: none;
}

.scroll-button.scroll-down {
  bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-top: 1px solid {{ color_border | color_modify: 'alpha', 0.3 }};
}

.scroll-button.scroll-up svg {
  transform: rotate(180deg);
}

div#productfashion-gallery--navigation {
    width: 85px!important;
    max-width: 85px!important;
}

@media screen and (max-width: 490px) {
  div#productfashion-gallery--navigation {
      width: 100%!important;
      max-width: 100%!important;
    }
}

div#galleryfashion-navigation--scroller::-webkit-scrollbar {
    display: none;
}

#ga-product_bought_together .ga-product{
  width: 33%;
}

#ga-product_bought_together .ga-product a, #ga-product_bought_together .ga-product img{
  width: 100%;
}

#ga-product_bought_together a.ga-product_title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 4em;
}

#ga-product_bought_together li.ga-product{
  display: inline-block;
  width: 32%;
}

#ga-product_bought_together s.ga-product_oldprice.money, #ga-product_bought_together span.ga-product_price.money{
  font-size: 16px;
}

#ga-product_bought_together .ga-product.last {
    padding-right: unset!important;
}
.ga-product_title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 490px) {
  #ga-product_bought_together a.ga-product_title{
    font-size: 14px!important;
  }
  #ga-product_bought_together s.ga-product_oldprice.money, #ga-product_bought_together span.ga-product_price.money{
    font-size: 13px!important;
  }
  #ga-product_bought_together li.ga-product{
    display: inline-block;
    width: 32%!important;
  }
}

#ga-product_bought_together {
    max-width: 55%;
    margin: 15px 0 auto;
}

.ga-product-form{
  margin-top: 20px;
}

.rio-media-gallery{
  width: 100%;
}

@media only screen and (max-width: 1440px) and (min-width: 768px) {
  .size-chart-wrap {
      top:62%
  }
      
  }

@media screen and (max-width: 490px) {
  #ga-product_bought_together {
    max-width: 100%;
  }
  a.ga-product_title {
    min-height: unset!important;
  }
    #ga-product_related {
      padding: unset;
  }

}

.productitem--action.atc--button {
    display: none;
}

@media screen and (min-width: 992px) {
  .modal-inner div#productfashion-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    top: 0 !important;
  }
  
  .modal-inner div#productfashion-gallery--navigation {
   margin-right: 10px;
  }
  
  .modal-inner div#galleryfashion-navigation--scroller {
    max-height: 40vh;
   overflow-y: auto;
  }
}

.modal-inner .hide-modal, .modal-inner .mobile-size-chart{
  display: none;
}

.modal-inner button#productfashion-form--atc-button {
    width: 50%!important;
}

.pwzrjss111{
  opacity: 1!important;
}

.tabs-section{
  opacity: 0;
  overflow: hidden;
} 
