/** Shopify CDN: Minification failed

Line 2496:10 Unexpected "{"

**/
/*
custom.css

Use this file to add custom CSS to your theme.
Make sure to uncomment out the line in theme.liquid so that this css file is loaded.

For more information check out this help guide:
https://help.switchthemes.co/shapes/advanced/custom-css.html
*/
:root{
  --add-to-cart-green: #D1F893;
}
*{
  box-sizing:border-box;
}

/* mobile backgrounds */
@media screen and (max-width:989px){
  /* mobile product background */
  body[data-css-template-product]{
    background-size:cover; 
    background: linear-gradient(135deg, rgba(198, 232, 237, 1) 11%, rgba(199, 186, 236, 1) 23.741%, rgba(209, 248, 147, 1) 37%, rgba(195, 248, 152, 1) 50.719%, rgba(213, 199, 243, 1) 61%, rgba(218, 226, 255, 1) 70.144%, rgba(230, 226, 247, 1) 82%, rgba(255, 255, 255, 1) 93%);
  }

  /* posters background */
  body:is([data-css-template-collection-id='156217540744'])
  {
    background: linear-gradient(135deg, rgba(198, 232, 237, 1) 11%, rgba(199, 186, 236, 1) 23.741%, rgba(209, 248, 147, 1) 37%, rgba(195, 248, 152, 1) 50.719%, rgba(213, 199, 243, 1) 61%, rgba(218, 226, 255, 1) 70.144%, rgba(230, 226, 247, 1) 82%, rgba(255, 255, 255, 1) 93%);
  }

  /* stickers background  */
  body:is([data-css-template-collection-id='262625755272']){
    background: linear-gradient(135deg, rgba(198, 232, 237, 1) 11%, rgba(199, 186, 236, 1) 23.741%, rgba(209, 248, 147, 1) 37%, rgba(195, 248, 152, 1) 50.719%, rgba(213, 199, 243, 1) 61%, rgba(218, 226, 255, 1) 70.144%, rgba(230, 226, 247, 1) 82%, rgba(255, 255, 255, 1) 93%);
  }
}


[data-color-scheme="primary"] {
    --color-scheme-background: var(--color-primary-background);  
}
/* BG theme - end */


.product-block>h1 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000,-5px 3px black;
}

/* hide preview bar */
html {
  padding-bottom: 0!important;
}

.shape-divider-transform-reset{
  overflow-x: clip;
}
/* Change sticker in home page  and sticker page*/
section[data-css-section="stickers"] img[alt="Mystery Sticker Pack"],
body:is([data-css-template-collection-id='262625755272']) img[alt="Mystery Sticker Pack"]{
  content: url('/cdn/shop/files/Mystery_sticker_mock_up.png?v=1724440958');
  width: 75%;
  margin: auto;
  object-fit: contain;
}

/* change sticker in poster page */
body:is([data-css-template-collection-id='156217540744']) img[alt="Mystery Poster Pack"]{
  content: url('/cdn/shop/files/Mystery_Poster_mock_up.png?v=1724525197');
  width: 70%;
  margin: auto;
  object-fit: contain;
}

/* Home - Whats new section - imgs fixes */
/* Home - Whats new section - imgs fixes */
[data-css-section='trending-now'] > div{
  padding-left: 0;
  padding-right: 0;
}

[data-css-section='trending-now'] .slick-track {
  gap: .8rem;
}

[data-css-section='trending-now'] .media-style { 
  border-radius: 30px;
}

[data-css-section='trending-now'] .product-media-object img{
  transform:scale(1.2)
}

 .sh-style-price {
  padding-left: 0px;
  padding-right: .8rem;
  align-items:center;
  margin-bottom: 30px;
}

[data-css-section='trending-now'] .product-tile {
  margin-top: .5rem !important;
}

[data-css-section='trending-now'] .price {
  margin-top: 0rem !important;
}

.sale-color{
  color: #e56977;
}

/*Home*/
@media(max-width:450px){
  #shopify-section-template--16609041252488__logo_list_X4RPVp [href="/collections/mystery-items"] img{
  max-width:100px !important;
  }
   #shopify-section-template--17495508451464__custom_liquid_aarAtU .push-btn-surface {
    border-radius: 10rem;
    font-weight: 800;
    background-color: #f3fcbb;
    font-size: 15px;
  }
  #shopify-section-template--17495508451464__custom_liquid_aarAtU .bundle {
    max-width: 250px !important;
  }
  .sun_image {
    margin: 2rem auto 1rem;
    width: 8rem !important;
  }
  .header_text{
    padding:0 52px !important;
  }
  .text_area {
    margin: 1rem 28px !important;
    font-weight: normal !important;
  }
  .product_img_container {
  max-width: 250px;
  }
  .header_container{
    font-size: 18px !important;
  }
  .product-text {
    margin: 2rem 3.2rem !important;
    font-size: 18px !important;
    text-align: center;
  }
  .block-section .sticker_img img {
    max-height: 4rem !important;
    object-fit: contain;
    height: 100%;
    margin: auto;
}
}

/* Cart Slider */
.cart__contents king-linked-options-collection {
  display:none
}

/* Mobile: product page */
@media(max-width:768px){  
  .splide{
    display:grid;
    grid-template-areas: 
      "thumbnails"
      "imgs-track"
      "arrows";
  }
  
  .splide__track{
    grid-area: imgs-track;
  }
  
  .splide__arrows{
    grid-area: arrows;
  }
  
  .thumbnails-container{
     grid-area: thumbnails;
    overflow:hidden;
  }
  
  .thumbnails-container ul {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-top:0px;
    padding-bottom:1rem;
    margin-left:1rem;
  }
  
  
  .thumbnails-container li {
    flex: 0 0 auto;
    cursor: pointer;
    scroll-snap-align: start;
    width: 4.6rem;
    border-radius:8px;
    overflow:hidden;
  }
 }

.mobile-reviews__container{
  padding-top:2rem;
}

.reviews-share-items{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}

.reviews-share-items .loox-rating{
  font-size:inherit !important;
}

.reviews-share-items .loox-rating-label{
  font-weight:bold;
  font-size:.8rem;
}

.title-price-items h1{
  -webkit-text-stroke: 1px black;
  color: #fff;
  font-family: Bubbly-Soda!important;
  text-shadow: -2px 2px black!important;
  font-size:1.7rem;
}
.title-price-items h1 span{
  padding-left:10px;
}

.sh-child-container :is(#shopify-block-loox_reviews_loox_rating_HYkDKt, .product-block-title, .filter-title, .product-block-price){
  display:none;
}

/* mobile variants */
.lv-option-box{
  margin-top:0px !important;
  margin-bottom:0px !important;
}

[data-js-garment-position] .lv-option-box{
  margin-top:1.2rem !important;
}

.lv-option-group {
  flex-wrap: unset !important;
}

.lv-option-group > div {
  margin:0px !important;
  /* flex-basis:100%; */
  width:33%;
}

.lv-option-group.hide-animation.show-animation {
  gap: 0 !important;
}

.lv-option-swatch {
  width: 100%;
}

.product-block-variant-picker{
  margin-top:0rem !important;
}

[data-compare-price]{
  padding-left:.4rem;
}


/*mobile pre description - 3 icons w/ text */
.pre-description-container{
  display:flex;
  flex-direction:column;
  margin-top:4rem;
}

.pre-description-container > div{
  flex-basis:100%;
}

/*Mobile - short description  - metafield native */
.short-description-container{
  max-height: 100%;
  margin-top:4rem;
  font-size:1.1rem;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}


/*Mobile - art credits  - metafield native */
.art-credits-container{
  margin-top:2.2rem;
  font-size:1.1rem;
}

/* Mobile - shipping and more info */
.shipping-more-info-container{
  margin-top:1.8rem;
  display:flex;
  flex-direction:column;
  gap:.8rem;
  font-size:1.4rem;
}

.details-items{
  display:flex;
  gap:1rem;
  border:2px solid black;
  border-radius:8px;
  padding:.8rem .4rem;
  align-items:center;
  flex-basis:100%;
  justify-content:center;
  min-height:84px;
}

a.details-items strong {
  text-decoration: none !important;
  width: unset !important;
  
}

/*Mobile - similar product*/
.similar-product-container{
  display: flex;
  flex-direction:column; 
  gap:.6rem;
  align-items:center;
}

.shugert-icon-list{
  display:flex;
  flex-direction: row;
  row-gap:1rem;
  justify-content: center;
  margin: 6rem auto 6rem auto;
  gap: 5rem;
  margin-inline:auto;
}
.shugert-icon-list li{
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.sh-icon-text{
  max-width: 383px;
}

.sh-icon-text:hover{
  background-color: var(--hover_color);
}

.shugert-icon-list .sh-circle{
  display: grid;
  align-items: center;
  justify-items: center;
}

@media(max-width:989px){

  .shugert-icon-list{
    display:flex;
    flex-direction: column;
    row-gap:1rem;
    justify-content: center;    
    margin: 0px;
  }
  #shopify-section-template--17298084593800__icon_list_M3MCyd .section-content{
    padding-inline: 10px;
  }

  .shugert-icon-list li{
    flex-direction: row;
    gap:5px;
    justify-content: center;
    margin-bottom: 15px;
    min-width: 100px;
    width: 100%;
    align-items: center;
    margin: auto;
    max-width: 600px !important;
  }

  .sh-icon-text{
    margin-top: 10px;
    min-width: 100px;
  }
}



/*Desktop: product page */
[data-css-desktop]{
  display:none;
}

.splide.is-initialized:not(.is-active) .feature-media-item {
  border-radius: 30px;
  overflow: hidden;
}


/* Collections*/
#facets-results .product-tile:has(.sticker-container) .price__sale .price-item--regular .money{
  font-weight:normal;
  font-size:1.4rem;
}

#facets-results .product-tile:has(.sticker-container) .price__sale .price-item--last .money{
  color: red;
  font-weight:900;
}

#facets-results .product-tile .group:hover .product-media-object{
  --tw-scale-x: unset;
  --tw-scale-y: unset;
}

header{
    backdrop-filter: blur(10px);
}

@media(min-width:990px){
header .SALE{
 display:none; 
}  
}




div[id*="menu"] .flex{
  gap:1rem;
}
@media (min-width: 1500px) {
  div[id*="menu"] .flex{
    gap:3.5rem;
  }
}



header h2,
header .Bubbly-white{
  text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px 3px black;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
header nav button>span.flex{
  border-radius: 20px;
  padding: 2px 10px;
}

header nav li:nth-child(even) button>span.flex{
  background-color: #F4FDBC;
}

header nav li:nth-child(odd) button>span.flex{
  background-color: #9B9CE4;
}



header span.Bubbly-white{
  font-size: 2rem;
}

.openMenu span.Bubbly-white{
  font-size: 2.8rem;
}
@media (max-width:1500px) {
  header span.Bubbly-white{
    font-size: 1.5rem;
  }
  header nav > ul{
    padding: 0.3rem;
  }

  .openMenu span.Bubbly-white{
    font-size: 2rem;
  }
}

header .lg\:col-span-2{
  max-width: 10rem;
  margin-left: auto;
}

header .lg\:col-span-2 h2{
  width: fit-content;
}

.sh-accounts a{
    font-family: "DinRoundPro";
    font-size: 18px;
    font-weight: 700;
    line-height: 23.18px;
    letter-spacing: 0.03em;
    text-align: center;
    color: black;
}
 .sh-accounts{
    margin-right: 4.25rem;
    margin-bottom: -15px;
 }

 @media (min-width:990px){
  .sh-container{
      width:100%;
      max-width: 555px;
      width: clamp(15rem,25vw,40rem)
  }
 }


.group{
  margin-bottom:40px;
}

.search-gap{
  justify-content: start;
}

 .posters .menu-icon,
.stickers .menu-icon
{
  max-height: min(10vw, 130px);
}

.gift_cards .menu-icon{
  max-height: min(9vw, 100px); 
}

.stickers svg{
  max-width:160px;
}

.mystery_items svg{
  max-width: 150px;
}


.menuOpen{
    font-size: 52px !important;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000,-4px 3px black;
}

/* Product styles */

.sh-product-container-2{
  max-height: calc(200px + (1056 - 200) * (100vw - 320px) / (1920 - 320));
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.sh-login{
  padding:0px;
}

.cart-desktop{
  margin-left: 50px;
}

.desktop-title {
  display: none;
}
.search-mobile{
  margin-right: 1rem;
}
@media screen and (min-width:990px) {
    a.sh-login{
        display: none;
    }
    .cart-mobile,
    .search-mobile{
      display: none;
    }

    .bottom-row img{
      max-height: 140px !important;
    }

    li.bottom-row:nth-last-child(2) img{
      max-width: 150px !important;
    }

    .logo-list{
      display:flex; 
      flex-direction:column;
      min-height:189px; 
      justify-content:flex-end;
      min-width: 110px;


    }

    .logo-list img{
      max-height: 180px;
    }
    .sale_tag_mobile{
      display: none;
    }

    .product-content .loox-rating,
    .product-content .product-block-title,
    .product-content .product-block-price{
      display: none !important;
    }

    .desktop-title{
      display: block;
    }

}

@media screen and (max-width:989px) {
    .sh-product-container{
        max-height: unset!important
    }
    .sh-product-container-2{
      max-height: unset!important
  }
    .bottom-row:last-of-type{
      grid-column: 1/3;
    }
 #headerContainer .lg\:flex-grow{
    display: none;
  }

}

.product-block-title{
  margin-bottom:1.25rem;
}

:is(.shopify-product-form, .quick-buy-product-form) .push-btn-surface {
  display: flex;
  place-items: center;
  justify-content:center;
  font-size:16px;

  flex-wrap:wrap;
  gap:.4rem;
  background-color: var(--add-to-cart-green);
  color:black;
}

.add-to-cart-btn .sh-bold{
  font-weight:600;
}

.quick-buy-product-form .push-btn-surface {
   font-weight:600 !important;
}

:is(.shopify-product-form, .quick-buy-product-form) .push-btn-surface .icon{
  fill:black;
}

:is(.sh-quantity, .qty-selector, .shopify-product-form .push-btn-surface ){
    min-height: 50px;
}


/* Product description */
.pre-decription-icons {
  display:none;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media(min-width:425px){
  .pre-decription-icons {
    flex-direction: row;
    gap: 0rem;
  }
}

.sh-child-container{
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px; 
}

.sh-child-container .product-block-price .money{
  font-weight:bold;
  font-size:2.1rem;
}

.sh-child-container .product-block-price [data-compare-price] .money{
  font-weight:normal;
}

.shugert-card.card-container{
    height:100%;
}

.product-content .shugert-card h3{
  font-size: 1.75rem !important;
  margin-bottom: 1rem;
}

.product-content .shugert-card .product-content {
  justify-content: center !important;
  gap: 1rem;
}

.product-content .shugert-card{
  max-width: 30rem;
  margin: auto;
}

.shugert-card.card-container::after{
    display:none;    
}

.shugert-card.card-container > .card{
    border:2px solid black;
    border-radius: 30px; 
    background:transparent; 
}
.product-recommendations .shugert-card.card-container > .card, 
.shugert-card.card-container .card-border{
    border:none; 
}

.shugert-card .product-media-object{
    transform:none!important; 
}

.slick-track
{
    display: flex !important;
}
.slide {
    height: 100%;
  }

.slick-slide
{
    height: inherit !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sh-product-container::-webkit-scrollbar{
    display: none;
}
.sh-product-container-2::-webkit-scrollbar{
  display: none;
}


.icon-list-title{
    text-align: center;
    font-family: "Bubbly-Soda";
    font-weight: 400;
    font-size: 48px;
    color: white;
    -webkit-text-stroke: 1px black;
    text-shadow: -2px 2px black;

}

.sh-product-container h1,
.sh-product-container .h1,
.sh-product-container-2 h1,
.sh-product-container-2 .h1{
    font-size: 48px;
    line-height: 61px;
    /* font-weight: 900; */
}
 .sh-product-container h2,
 .sh-product-container-2 h2{
    font-weight: 350;
    font-size:30px; 
 }

 .sh-size{
    justify-self: start;
 }

 s {
    text-decoration: none;
 }
 s span{
    text-decoration: line-through;
 }

 .sh-price-legend{
    font-size: 28px;
    font-weight: 350;
    line-height: 36px;
    width: fit-content;
    display: inline-block;
 }

 .sh-price-legend span{
    font-weight: bold;
    margin-left: 5px;
 }

 .filter-title{
    font-size: 20px;
    font-weight: 350;
    line-height: 25.76px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 20px;

 }

 .size-25{
    font-size: 25px;
 }

 #background-gradient{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-image: var(--gradient-path);
    background-repeat: no-repeat;
    background-size: cover;
    /* top:calc(100vh); */

}

@media (max-width:768px) {
  #background-gradient{
    background-image: var(--product-mobile-gradient-path);
  }
}


.sh-variant{
    font-weight: bold;
    max-width: 100%;
    display:block;
}


.Garment{
  grid-area: Garment;
}

.Color{
  grid-area: Color;
}


.Size{
  grid-area: Size;
  /* align-self: start; */
}

.sh-96{
    font-size: 70px !important;
}
@media (max-width:768px){
    .sh-96{
        font-size: 48px !important;
    }
}

div[id*="logo_list_X4RPVp"] h2{
  background: url("/cdn/shop/files/shop_by_style.png?v=1724292833");
    background-repeat: repeat;
    background-size: auto;
    object-fit: contain;
    max-width: 431px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    text-shadow: 0 0 !important;;
    padding: 10px;
    -webkit-text-stroke: 0px ;
    white-space: nowrap;
    overflow: hidden;
    max-height: 80px;
}
.sh-btn-icon{
    background-color: transparent;
    box-shadow: none;
}
.card-variant-container{
    grid-template-areas: "Garment Size" "Color Color" "Buy-btn Buy-btn";
    gap:9px; 
    grid-template-columns: 1fr 1fr!important;
}

input.color-swatch + label span.btn{
    box-shadow: none !important;
} 

.swatches-boxes{
    /* grid-template-columns: repeat(5,minmax(0,1fr))!important; */
    display:flex;
    flex-wrap: wrap; 
    width:100%;
}

.pb-button-shadow{
    grid-area: Buy-btn;
}

 .sh-product-container .Size label span,
 .sh-product-container-2 .Size label span{
    font-weight: bold;
}

 .sh-product-container .Size select,
 .sh-product-container-2 .Size select{
    font-size: 25px;
    font-weight: 700;
    box-shadow: none;
    border-radius: 15px;
    text-align: left;
    max-width: 200px;
    margin-bottom: 10px;
}

.sh-swatch-container{
  gap:10px;
  display: flex;
  flex-wrap: wrap;
}

 .sh-product-container .Size select option,
 .sh-product-container-2 .Size select option{
    font-size: 1rem;
    font-weight: 700;
}
/* .shugert-card .product-tile h3, */
.shugert-card .product-tile span, 
.shugert-card select{
    font-weight:bolder
}
.shugert-card .product-tile span{
    text-align: center;
    font-size:1.8rem; 
    margin-left: 10px;
}


.sizeGuide,
.section-content a strong{
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.shugert-icon-section a strong{
  font-weight: bolder;
  text-decoration: none;
}

.sizeGuide{
  width:fit-content;
  text-transform:uppercase;
  display:inline-block;
  float: right;
}

.modalOpen{
    overflow: hidden !important;
}

.closeSize{
    position: fixed;
    top: 5rem;
    right: 3vw;
    z-index: 51;
    width: 50px;
    height: 50px;
}

.modalContainer{
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 50;
    
}

.modalOverlay{
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 49;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height:100%
}

.sizeModal{
    position:fixed;
    opacity: 1;
    top:60px;
    right: 0px;
    max-width: 800px;
    height: 100vh;
    content: "";
    background-color: #c6e8ed;
    z-index: 50;
    border-radius: 20px 0 0 0 ;
    border: 1px solid black;
    overflow: scroll; 
    /* display: none; */
}

.moveLeft{
    transition: all 300ms;
    transform: translateX(100%);
}

.centerModal{
    transform: translateX(0%);
}

.moveRight{
    transition: all 300ms;
    transform: translateX(100%);
}

.sh-swatch-container label span.btn{
    border: 1px solid #ddd;
}

.color-swatch:checked + label span{
    background-image: url('data:image/svg+xml,<svg width="27" height="23" viewBox="0 0 27 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.8" d="M25.2294 4.93823C26.0361 3.97059 25.8877 2.54281 24.9072 1.75545C23.935 0.974711 22.5035 1.11248 21.7038 2.07178L9.28679 16.9674L4.89803 13.7367C3.8941 12.9977 2.46942 13.1936 1.71082 14.1863C0.945732 15.1876 1.15658 16.6075 2.1688 17.3526L7.12617 21.0019C8.75793 22.2031 11.0639 21.9314 12.3603 20.3762L25.2294 4.93823Z" fill="black" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>') !important;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.color-swatch:checked + label span.Black{
    background-image: url('data:image/svg+xml,<svg width="27" height="23" viewBox="0 0 27 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.8" d="M25.2294 4.93823C26.0361 3.97059 25.8877 2.54281 24.9072 1.75545C23.935 0.974711 22.5035 1.11248 21.7038 2.07178L9.28679 16.9674L4.89803 13.7367C3.8941 12.9977 2.46942 13.1936 1.71082 14.1863C0.945732 15.1876 1.15658 16.6075 2.1688 17.3526L7.12617 21.0019C8.75793 22.2031 11.0639 21.9314 12.3603 20.3762L25.2294 4.93823Z" fill="white" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>') !important;
}

.sh-input{
  background-color: white !important;
  margin: auto;
  max-width: 578px;
  border-radius: 30px;
}

.product-variant-picker-block{
    margin: 0px !important;
}

.sh-width-75{
    width:75%;
    margin: auto;
    margin-bottom: 10px;
    
}
.sh-bold{
    font-weight: 900;
    font-size: 18px;
}
.sh-radius,
.sh-width-75 .push-btn::after,
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded::before,
.shopify-payment-button__button--branded div[role="button"],
.shopify-payment-button__button::after{
    border-radius: 9999px !important;
}

.sh-limited{
    flex-direction: column;
    object-fit: contain;
}
.sh-limited legend{
  font-size: 1rem;
  font-weight:bold;
}

.sh-quantity{
    background-color: white;
    border-radius: 56px;
    border: 2px solid black;
    /* margin-top:54px; */
}

.sh-style-price{
    display: grid;
    grid-template-columns: 3fr 1fr;
    min-height: 3rem;
    padding-left: 15px;
    padding-right: 30px;
}

.sh-style-price h3{
    font-family: "DINRoundPro";
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;

}

.sh-style-price .price{
    font-family: "DINRoundPro";
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    font-size:1.5rem;

}

/* icon styles */
.sh-circle{
    border: 2px solid black;
    border-radius: 50%;
    padding: 15px;
}
.sh-icon-text{
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    line-height: 25px;
}

/*Product - Similar product */
.shugert-card :is(.product-tile, span) {
  margin-top:0px;
}

.shugert-card .product-tile span{
  display:block;
}


.shugert-card .product-content{
  width:100%;
}

.product-content .shugert-card .product-media-object img {
  border-radius: 30px;
}

.shugert-card .money{
  text-align:left;
}

.shugert-card :is([x-ref='singleVariantSelector'], .push-btn){
  min-height:47px;
}

.shugert-card :is([x-ref='singleVariantSelector'], .push-btn-surface){
  border-radius:49px;
}


.shugert-card .push-btn-surface{
 font-weight:900;
}

/* Product review stars - rating widget */
.loox-rating .loox-rating-content {
    gap: 5px;
}

svg.loox-icon {
    stroke: black;
    stroke-width: 2px;
}

/* footer styles */
.sh-footer-grid{
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "mental_health newsletter blog";
    align-items: stretch;
    padding-top: 52px;
}

.sh-footer-grid > a{
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  border-radius: 15px;
  padding: 15px 20px 15px 20px
}

.sh-footer-grid a:hover{
  color: black;
  background-color: #C7C5E9;
}

.sh-footer-center a:hover,
.sh-footer-menu li a:hover{
  background-color: rgba(199, 197, 233, 0.8);
  color: black !important;
  /* max-width: 50%; */
  margin: auto;
}


.sh-footer-grid svg{
  margin: auto;
  margin-top: 22px;
}

.newsletter{
  grid-area: newsletter;
}

.sh-footer-menu{
    height: 60px;
    gap: 10px;
}
.sh-footer-menu li{
    margin-top: 0px !important;
    min-width: 150px;
    flex: 1;
    border-radius: 15px;
}

.sh-footer-menu li:nth-child(1),
.sh-footer-menu li:nth-child(2){
  display: none;
}

.footer-logo-image{
  padding-top: 20px;
}

.sh-footer-menu a{
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 15px 20px 15px 20px;

}

.sh-footer-center{
    margin: auto 10px auto 10px;
}

.sh-social-icons{
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 26px;
}

.sh-social-icons li,
.sh-social-icons svg{
    width: 56px; 
    height: 56px;
}

.sh-social-icons img,
.sh-social-icons svg{
  width: 100%;
}

.sh-center-text{
    text-align: center;
}

.sh-newsletter{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sh-newsletter h2{
  font-size: 20px;
}

.sh-flex-column{
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

#FooterNewsletter{
    z-index: 2;
    width: 100%;
}

.sh-newsletter input,
.sh-newsletter button span{
  border-radius: 30px;
}

.sh-newsletter button span{
  font-size: 16px;
}

.sh-social-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    margin-top: 5px;
}

.sh-newsletter h2{
    font-family: "DinRoundPro" !important;
    text-shadow: none !important;
    -webkit-text-stroke: 0px !important;
    color: black;
}

.sh-newsletter input,
.sh-newsletter button span{
    box-shadow: none;
    z-index: 1;
    padding: 11px 30px 11px 30px;
}

.sh-newsletter button{
    background: rgb(var(--color-scheme-accent-1));
    border-radius: 0px 30px 30px 0px;
}

.newsletter-text{
    line-height: 25.76px;
    font-weight: 500;
    font-size: 16px;
    max-width: 424px;
    margin: auto;
}

/* End footer styles */

#track123-app{
  margin-bottom: 140px !important;
}

/* header styles */

#right-drawer-slot{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-scheme-background), var(--tw-bg-opacity)) !important;
}


#left-drawer-slot{
    box-shadow: 1px 0px 8px black;
    background-color: #ACADE8 !important;
    position: fixed;
    top:130px;
    height: calc(100vh - 130px);
    width: min(100%,700px);
}

#left-drawer-slot .menuLink{
    width: 100%;
    color: black;
    text-shadow: none;
    -webkit-text-stroke: 0px;
    padding:0.5rem;
}

#left-drawer-slot .menuLink img{
  max-height: 86px;
  object-fit: contain;
}
#left-drawer-slot button span{
  top:70px;
  left: 0px;
  
}

.sh-icon-close{
  /* width: max(51px,15vw); */
  background-color:#C6E8ED;
}

#modals-leftDrawer,
#modals-rightDrawer{
  z-index: 103;
}

.sh-grid{
    display: grid;
    grid-template-columns: auto auto;
}
.sh-search{
        background-color: white;
        border-radius: 15px;
        padding-left: 3rem;
}

.sh-menu-grid{
    display:grid;
    grid-template-columns: 1fr 3fr 3fr;
}


    .sh-icon-search{
        position: absolute;
        left: 15px;
        top:50%;
        transform: translateY(-50%);
        margin-right: 5px;
    }

    .sh-icon-search svg{
        width: 22px;
    }

    .sh-icon-search svg path{
        stroke-width: 2.5;
    }


.sh-search-results{
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
    background-color:#9B9CE4;
    padding: 2rem;
    display: none;
    height: 80vh;
    overflow: scroll;

}

.sh-search-results h2{
    font-size: 40px;
}

.sh-close{
    top:0px;
    right: 0px;
    z-index: 99999;
    padding-top: 1rem;
}

#header-search{
    padding-left: 1rem;
    margin-left: 1.5rem;
}

.sh-cart-bubble{
    top:-0.5rem;
    left: -0.5rem;
    background: red;
    color: white;
    font-size: 1rem;
}


.sh-shop-icon,
.sh-wishlist{
    width: 3rem;
    transform: translateY(-15%);
}

/* Arrrow icons  */
.sh-icon{
    width:2.5rem;
}

.splide__arrow.sh-icon:hover{
    transform: translate( var(--button-hover-left-size), var(--button-hover-top-size) );
}


#CartButton span.tracking-normal{
  color:black;
  background-color: rgba(var(--color-scheme-accent-2), var(--tw-bg-opacity));
  border:1px solid black;
}


.sh-btn-arrow{
    width: 215px;
    border-radius: 49px;
    font-size: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 900;
    line-height: 41.22px;
    text-align: center;
    background: #f2feb4;

}

/* qty input - controls*/
.product-block-quantity-selector .theme-icon path {
  color: black;
}

/* over 5000 star reviews*/
#shopify-section-template--17298085445768__custom_liquid_KYLyRy h2{
  font-size: 1.7rem;
  font-weight: normal;
  line-height:normal;
}

/*related products*/
#shopify-section-template--17298085445768__product-recommendations h2 {
  font-size: 1.7rem;
  font-weight: normal;
  line-height:normal;
}

.product-recommendations h2{
    font-family: "DinRoundPro";
    /* font-size: 56px; */
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 72.13px;
    letter-spacing: 0.05em;
    text-align: center;
}

.product-recommendations .title_background {
  padding: 1rem 0rem;
  width:initial;
}

@media(min-width:425px){
  .product-recommendations h2{
    font-size: 1.8rem;
  }

  .product-recommendations .title_background {
    padding: 1rem 3rem;
    width:fit-content;
  }  
}

@media(min-width:1240px){
  .product-recommendations h2{
    font-size: 3.2rem;
  }

}

#shopify-section-template--17298085445768__product-recommendations .title_background{
 padding:2rem 0rem; 
 width:100%;
}

.product-recommendations .bg-scheme-card.card {
  padding:0rem;
}

@media(min-width:375px){
  #shopify-section-template--17298085445768__product-recommendations .title_background{
    width:fit-content;
    padding:2rem 2rem; 
  }
}

@media(min-width:768px){
  #shopify-section-template--17298085445768__product-recommendations h2{
   font-size:3rem;
  }
  
  #shopify-section-template--17298085445768__custom_liquid_KYLyRy h2{
    font-size: 3rem;
  }
}

@media (max-width:375px){
  .sh-btn-arrow{
    font-size:28px!important; 
    width : 80vw!important; 
  }
  .shugert-icon-list{
    padding-bottom:30px; 
  } 

} 

.prev-arrow{
    background-image: url('data:image/svg+xml,<svg width="96" height="96" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="48" cy="48" r="48" fill="black" fill-opacity="0.15"/><g filter="url(%23filter0_d_31_1817)"><path d="M43.8944 74.4L18 47.4L43.8944 20.4H64.8L38.9056 47.4L64.8 74.4H43.8944Z" fill="white"/><path d="M43.1727 75.0922L43.4679 75.4H43.8944H64.8H67.1446L65.5217 73.7078L40.2911 47.4L65.5217 21.0922L67.1446 19.4H64.8H43.8944H43.4679L43.1727 19.7078L17.2783 46.7079L16.6144 47.4L17.2783 48.0922L43.1727 75.0922Z" stroke="black" stroke-width="2"/></g><defs><filter id="filter0_d_31_1817" x="15.2289" y="18.4" width="56.2604" height="60" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2" dy="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.47451 0 0 0 0 0.47451 0 0 0 0 0.47451 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_31_1817"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_31_1817" result="shape"/></filter></defs></svg>');
    width: 96px;
    height: 96px;
    position: absolute;
    top: 30%;
    z-index: 5;
    left: -25px;
}


.next-arrow{
    background-image: url('data:image/svg+xml,<svg width="96" height="96" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="48" cy="48" r="48" transform="matrix(-1 0 0 1 96 0)" fill="black" fill-opacity="0.15"/><g filter="url(%23filter0_d_31_1814)"><path d="M52.1056 74.4L78 47.4L52.1056 20.4H31.2L57.0944 47.4L31.2 74.4H52.1056Z" fill="white"/><path d="M52.8273 75.0922L52.5321 75.4H52.1056H31.2H28.8554L30.4783 73.7078L55.7089 47.4L30.4783 21.0922L28.8554 19.4H31.2H52.1056H52.5321L52.8273 19.7078L78.7217 46.7079L79.3856 47.4L78.7217 48.0922L52.8273 75.0922Z" stroke="black" stroke-width="2"/></g><defs><filter id="filter0_d_31_1814" x="26.5107" y="18.4" width="56.2605" height="60" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="2" dy="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.47451 0 0 0 0 0.47451 0 0 0 0 0.47451 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_31_1814"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_31_1814" result="shape"/></filter></defs></svg>');
    width: 96px;
    height: 96px;
    position: absolute;
    top: 30%;
    z-index: 5;
    right: -25px;
}


/* collection arrows */

.slick-slider{
  max-width: 1800px;
  margin: auto;
}

.collection-arrow-right{
    background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 87 92" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_2048_420)"><path d="M38.2559 88C40.9697 88 43.567 86.897 45.4515 84.9442L77.2984 51.9442C81.0375 48.0697 81.0375 41.9303 77.2984 38.0558L45.4515 5.05577C43.567 3.10298 40.9697 2 38.2559 2H32.5478C23.7242 2 19.2249 12.5951 25.3521 18.9442L50.4975 45L25.3522 71.0558C19.2249 77.4049 23.7242 88 32.5478 88H38.2559Z" fill="white"/><path d="M46.1711 85.6386C44.0981 87.7867 41.2411 89 38.2559 89H32.5478C22.8419 89 17.8926 77.3454 24.6326 70.3614L49.1077 45L24.6326 19.6387C17.8926 12.6546 22.8419 1 32.5478 1H38.2559C41.2411 1 44.0981 2.21328 46.1711 4.36134L78.018 37.3613C82.131 41.6233 82.131 48.3767 78.018 52.6387L46.1711 85.6386Z" stroke="black" stroke-width="2"/></g><defs><filter id="filter0_d_2048_420" x="20.5239" y="0" width="65.5789" height="92" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4" dy="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2048_420"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2048_420" result="shape"/></filter></defs></svg>');
    background-repeat: no-repeat;

    width:47px;
    height: 54px;
    z-index: 5;
    position: absolute;
    top: 33%;
    right:0;
}

.collection-arrow-left{
    background-image: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 83 92" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_2048_403)"><path d="M44.7441 88C42.0303 88 39.433 86.897 37.5485 84.9442L5.70158 51.9442C1.96247 48.0697 1.96247 41.9303 5.70158 38.0558L37.5485 5.05577C39.433 3.10298 42.0303 2 44.7441 2H50.4522C59.2758 2 63.7751 12.5951 57.6479 18.9442L32.5025 45L57.6478 71.0558C63.7751 77.4049 59.2758 88 50.4522 88H44.7441Z" fill="white"/><path d="M36.8289 85.6386C38.9019 87.7867 41.7589 89 44.7441 89H50.4522C60.1581 89 65.1074 77.3454 58.3674 70.3614L33.8923 45L58.3674 19.6387C65.1074 12.6546 60.1581 1 50.4522 1H44.7441C41.7589 1 38.9019 2.21328 36.8289 4.36134L4.98201 37.3613C0.868995 41.6233 0.868995 48.3767 4.98202 52.6387L36.8289 85.6386Z" stroke="black" stroke-width="2"/></g><defs><filter id="filter0_d_2048_403" x="0.897217" y="0" width="65.5789" height="92" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="4" dy="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2048_403"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2048_403" result="shape"/></filter></defs></svg>');
    background-repeat: no-repeat;

    width:47px;
    height: 54px;
    z-index: 5;
    position: absolute;
    top: 33%;
    left:0;
}




/* Mobile styles */
.sh-mobile-menu{
    font-size: 30px;
}

.sidebar-nav > ul >li>div,
 .sidebar-nav > ul >li>a{
  max-width: 90%;
  margin: auto;
  border-radius: 15px;
}

.sidebar-nav > ul >li>div >button,
 .sidebar-nav > ul >li>a{
  background: #e2e2f7;
  border-radius: 15px;
  padding-left: 10px;
  margin-top: 10px;
}
.sidebar-account{
    font-size:18px;
}


html:not([data-scroll='0']) #left-drawer-slot{
  top: 75px;
  height: calc(100vh - 75px);
}

html:not([data-scroll='0']) #left-drawer-slot button span{
  top:10px;
  left:0px;
}

html:not([data-scroll='0']) header{
  background: transparent ;
  backdrop-filter: blur(10px);
}

/* #MainContent > div:nth-child(1) {
  position: sticky;
  top:0;
} */

.footer-mobile-icons{
  display: none;
}

@media  only screen and (max-width:989px) {
  
  .slick-slider::after{
    background: --webkit-gradient(linear,left top,right top,color-stop(0%,rgba(253,246,240,0)),color-stop(100%,#c6e8ed));
    background: linear-gradient(90deg,#fdf6f000 0%,#c6e8ed 100%);
  }

    .sh-container .sh-search,
    .sh-icon-search{
        display: none !important;
    }

    .search-icon{
      content: "";
      width: 30px;
      height:30px;
    }
    .search-mobile{
      display: grid;
      height: 100%;
      align-items: center;
    }

    .search-container{
      position: fixed;
      top: 60px;
      width: 100%;
      left: 0px;
      background-image: linear-gradient(rgb(198, 232, 237), rgb(168, 217, 237), rgb(147, 200, 239), rgb(143, 180, 237), rgb(155, 156, 228));
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .sh-search{
      border-radius: 20px;
    }

    #predictive-search-results .grid{
      grid-template-columns: 1fr 1fr;
    }

    .sh-search-results{
      top: 70px;
      height: 80vh;
      overflow: scroll;
    }

    #predictive-search-results .grid {
      grid-template-rows: auto;
      grid-template-columns: none;
    }

    #predictive-search-results-list,
    #predictive-search-results-collections-list{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    #predictive-search-results-list li,
    #predictive-search-results-collections-list li{
      max-width: 150px;
    }

    #predictive-search:not([data-scroll='0']){
      height: clamp(70vh,100vw,80vh);
    }


    .sh-mobile-menu{
        background-image: url('data:image/svg+xml,<svg width="51" height="50" viewBox="0 0 51 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10H43" stroke="black" stroke-width="4" stroke-linecap="round"/><path d="M8 25H43" stroke="black" stroke-width="4" stroke-linecap="round"/><path d="M8 40H43" stroke="black" stroke-width="4" stroke-linecap="round"/></svg>');
        width: 50px;
        height: 50px;
        display: block;
    }

    h2.sh-mobile-menu {
        content: "" !important;
    }

    .sh-menu-grid{
        grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
        grid-template-areas:
            "burger login logo search bag";
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        align-items: center;
        gap:5px;
    }

    .sh-menu-grid > div:nth-child(1){
        grid-area: logo;
        justify-content: center;
    }

    .sh-menu-grid > div:nth-child(3){
        grid-area: burger;
    }

    .sh-login{
        grid-area: login;
        padding-bottom: 0;
        padding-top: 0;
    }

    .search{
        grid-area: search;
    }
    .bag{
      grid-area: bag;
      height: 100%;
      display: grid;
    }

    .cart-desktop{
        position: absolute;
        right: 15px;
        display: none;
    }

    .sidebar-nav >ul >li button,    
    .sidebar-nav >ul>li > a{
      padding: 0.5rem;
    }

    .sidebar-nav .second-lvl li{
        background-color: #e2e2f7;
        border-radius: 15px;
        margin-top: 15px;
    }

    .sh-shop-icon,
    .sh-wishlist{
        width: 35px;
        transform: translateY(-15%);
    }
    .sh-product-container .Size select,
    .sh-product-container-2 .Size select{
        font-size: 21px;
        font-weight: 700;
        box-shadow: none;
        border-radius: 15px;
        text-align: left;
        max-width: 170px;
    }
  
    .shugert-icon-list span{
        width: 110px !important;
        height: 110px !important;
    }

    .sh-footer-grid{
        display: flex;
        justify-content: center;
        padding-top: 0px;
        flex-direction: column-reverse;
        padding-bottom: 5px;
    }

    .sh-social-title{
        display: none;
    }
    .sh-social-icons li,
    .sh-social-icons img{
        width: 4rem;
        height: 4rem;
    }

    .icon-list-title{
        font-size: 32px;
    }

    

    .sh-footer-menu{
        margin-inline: 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }


    .sh-footer-menu li{
        background-color: #C7C5E9;
        padding: 20px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 0;
        padding: 0;
    }

    .sh-footer-menu li a:hover{
        color: unset;
    }

    .sh-newsletter{
        align-items: center;
    }

    .footer-mobile-icons{
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 5px;
      font-weight: 900;
    text-align: center;
    font-size: 20px;
    }

    .footer-mobile-icons a{
      background-color: rgba(199, 197, 233, 1);
      border-radius: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap:12px;
    }

    .footer-mobile-icons svg{
      margin: 0;
    }

    footer{
        padding:0px !important;
    }
    #FooterNewsletter,
    .sh-newsletter .newsletter-text{
        max-width: 339px;
    }

    .sh-newsletter h2{
        font-size: 30px;
    }

    #FooterNewsletter div.w-full{
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .footer_icon{
        display: none;
    }

    .sh-footer-grid > a{
      display: none;
    }

    .sh-footer-menu{
      height: unset;
    }

    .sh-footer-menu li:nth-child(1),
    .sh-footer-menu li:nth-child(2){
      display: unset;
    }

    #headerContainer > div{
        padding-top: 13px;
        padding-bottom: 13px;
        padding: 10px 13px;
    }

    .site-header__logo-link > div{
        max-width: 120px !important;
        min-width: 100px;
    }

    .h1.font-heading.text-xl.lg\:text-3xl.py-2\.5{ /*heading image logo padding*/
        padding-top: 0px;
        padding-bottom: 0px;
    }   

    .sizeModal{
      height: unset;
    }

    .sizeModal img{
     max-height: 100vh;
    object-fit: contain;
    object-position: top;
    }

}

@media  only screen and (max-width:768px) {
    .sh-collection{
        display: flex;
        flex-wrap: wrap;
        gap:30px;
    }

    .product-tile.lg\:-translate-y-4,
    .product-tile.max-lg\:translate-y-4{
        transform: translate(0);
    }



      
}
  /* parsed svg to url-encode: https://yoksel.github.io/url-encoder/ */
     :root{
      --swatch-width: 70px;
      --swatch-height: 70px;
    }

   .lv-option-collection-wrapper :is([data-value="Hoodie"], [data-value="Sweatshirt"], [data-value="T-shirt"]):before {
      content: "";
      display: block;
      width:var(--swatch-width);
      height:var(--swatch-height);
   }

    .lv-option-collection-wrapper [data-value="Hoodie"]:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 124 124' fill='none' class='lv-option-swatch lv-option-image-swatch lv-option-swatch__active lv-option-image-swatch__active active Hoodie'%3E%3Crect x='2' y='2' width='120' height='120' rx='10' fill='white'%3E%3C/rect%3E%3Crect x='1' y='1' width='122' height='122' rx='11' stroke='black' stroke-opacity='0.8' stroke-width='2'%3E%3C/rect%3E%3Cpath class='garment-color' d='M39.5 31.5L48.5 26H48L49.5 20.5L52.5 17.5L60 15.5L70 16.5L73.5 20.5L74.5 24.5L82 29.5L85 34.5L88.5 65L89 87.5H82.5L80 77.5L76.5 78.5L74.5 83.5L48 84L47 77.5H43.5L41 87.5H33.5L34.5 63.5L39.5 31.5Z' fill='%23C7BAEC' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3Cpath d='M90.3985 87.9971H81.5115C80.7668 84.8612 80.0271 81.7402 79.2775 78.5896C79.2775 78.5896 79.2187 78.5453 79.1697 78.5551C77.5971 78.8899 77.602 78.8899 77.2934 80.5045C77.0778 81.6417 76.8035 82.769 76.632 83.9111C76.5536 84.4379 76.3087 84.556 75.8481 84.5413C75.1721 84.5216 74.496 84.5413 73.8199 84.5413C65.2611 84.5413 56.6975 84.5265 48.1387 84.5659C47.2128 84.5659 46.8552 84.3 46.7327 83.4041C46.571 82.2324 46.2379 81.0805 46.0762 79.9089C45.9635 79.0966 45.699 78.5945 44.7975 78.6486C44.6163 78.6585 44.4252 78.5699 44.2243 78.5206C43.4699 81.7008 42.7203 84.8465 41.9708 87.9922H33.0446C33.0299 87.6968 32.9956 87.426 33.0005 87.1553C33.1181 80.3126 33.0103 73.4501 33.4267 66.6271C33.848 59.7203 34.6907 52.8382 35.5284 45.966C36.0477 41.7077 36.91 37.4938 37.6007 33.2601C37.9192 31.3058 39.0607 29.8437 40.6039 28.8247C42.7791 27.3872 45.0964 26.1663 47.3843 24.9061C47.8693 24.6353 48.1877 24.4483 47.9673 23.8378C47.8938 23.636 47.8791 23.38 47.9281 23.1683C48.4278 20.9875 48.9912 18.8215 50.4119 17.0246C51.2497 15.9711 52.3765 15.3952 53.7237 15.1835C55.6883 14.8734 57.6332 14.3811 59.6027 14.1448C62.6793 13.7706 65.7217 14.1546 68.7199 14.9177C69.1804 15.0358 69.6459 15.1392 70.1113 15.2376C71.8309 15.6019 73.1046 16.616 73.8297 18.1667C74.5058 19.614 74.9859 21.1598 75.4611 22.6908C75.6179 23.2028 75.4856 23.8034 75.4856 24.3547C77.0533 25.1867 78.6308 25.9842 80.1741 26.8506C81.0069 27.3183 81.7957 27.8696 82.5599 28.4407C84.3971 29.824 85.6562 31.5174 85.9991 33.9296C86.9593 40.7231 88.2135 47.4773 89.0561 54.2855C90.2564 63.9786 90.5945 73.7356 90.4916 83.5025C90.4769 84.9154 90.4818 86.3332 90.4769 87.746C90.4769 87.8002 90.4475 87.8494 90.4034 87.9823L90.3985 87.9971ZM58.2113 44.0756C58.2113 43.6818 58.2113 43.3765 58.2113 43.0713C58.2113 38.7146 58.2064 34.3579 58.226 29.9963C58.226 29.4449 58.1133 29.1397 57.5303 28.9674C55.0563 28.2192 52.6018 27.4069 50.1327 26.6389C49.8828 26.5602 49.5448 26.5208 49.3341 26.6291C47.0266 27.8499 44.631 28.9527 42.4705 30.4C40.452 31.7488 40.5941 31.4485 41.765 33.654C42.6762 35.372 43.7491 37.0015 44.7143 38.6949C45.4148 39.9158 45.7627 41.2253 45.7137 42.6627C45.65 44.4694 45.7284 46.2859 45.6892 48.0926C45.552 54.256 45.4393 60.4243 45.2238 66.5877C45.1209 69.4971 44.8171 72.3966 44.5771 75.2962C44.5281 75.9214 44.6898 76.2758 45.3462 76.3447C45.9341 76.4038 46.5171 76.5072 47.105 76.5663C50.3531 76.8863 53.5915 77.3145 56.8445 77.4721C60.073 77.6296 63.326 77.669 66.5545 77.4868C70.366 77.2702 74.1628 76.7583 77.9695 76.3841C78.7484 76.3054 78.9738 75.9558 78.9003 75.1436C78.6014 71.7665 78.2585 68.3796 78.1654 64.9927C77.9646 57.6134 77.9303 50.2291 77.7784 42.8449C77.7441 41.2597 78.1115 39.8223 78.8807 38.4734C79.9193 36.6618 81.0265 34.8896 82.0455 33.0681C82.8 31.7193 82.8098 31.4879 81.5115 30.6658C79.1844 29.1988 76.7643 27.8844 74.3686 26.5257C74.2069 26.4322 73.9326 26.4519 73.7366 26.5109C71.1597 27.3183 68.5974 28.165 66.0156 28.9477C65.4228 29.1299 65.2562 29.4105 65.2611 30.0061C65.2856 34.0232 65.2709 38.0402 65.2758 42.0622C65.2758 43.5127 64.5524 44.1872 63.1055 44.0854C63.0565 44.0854 63.0125 44.0362 62.8606 43.9476V30.1637H60.6315V44.0657H58.226L58.2113 44.0756ZM82.1337 80.9033C84.2648 80.5931 86.1755 80.3125 88.1204 80.027C88.1694 64.8696 86.6213 49.9682 83.6965 35.1505C82.6089 36.8735 81.5507 38.5965 80.6395 40.3933C80.3161 41.0333 80.2132 41.8554 80.223 42.5938C80.2475 44.7992 80.3945 46.9997 80.468 49.2052C80.7668 57.9678 81.0216 66.7305 81.3743 75.4882C81.4478 77.2752 81.8642 79.0474 82.1288 80.9033H82.1337ZM41.378 80.9082C41.6376 78.9686 41.9708 77.1373 42.1079 75.2863C42.2794 72.9775 42.2843 70.654 42.3627 68.3353C42.6713 59.6022 42.98 50.8642 43.2837 42.1311C43.2935 41.8554 43.3082 41.5354 43.1857 41.2991C42.1177 39.2118 41.0203 37.1442 39.9327 35.0717L39.6731 35.1899C36.8561 49.9781 35.2982 64.8942 35.3569 80.032C37.3264 80.3175 39.237 80.5981 41.3682 80.9082H41.378ZM61.7338 16.2074C61.7191 16.2567 61.7044 16.301 61.6897 16.3502C60.8519 16.4339 59.9897 16.4093 59.1813 16.6111C55.8255 17.4578 56.0704 16.8425 55.0122 20.1408C55.0024 20.1654 55.0024 20.1949 54.9877 20.2196C54.7329 20.7168 54.973 20.9186 55.4286 21.0663C57.3785 21.6964 59.3185 22.3561 61.2635 22.9911C61.4888 23.0649 61.773 23.1339 61.9836 23.0649C64.0658 22.3954 66.143 21.7013 68.2055 20.9777C68.3672 20.9186 68.5681 20.5445 68.524 20.3771C68.328 19.6436 68.1124 18.9052 67.7744 18.2307C67.5784 17.832 67.2012 17.3545 66.8142 17.256C65.1338 16.8376 63.424 16.5422 61.7289 16.2025L61.7338 16.2074ZM48.9226 82.1685H74.5548C74.7458 81.1987 74.9369 80.2486 75.1427 79.2049C66.1528 80.3224 57.3001 80.2387 48.3298 79.1852C48.5405 80.2486 48.7266 81.2036 48.9177 82.1635L48.9226 82.1685ZM53.2093 17.896C53.1554 17.8615 53.1064 17.8271 53.0526 17.7877C52.6998 18.1323 52.2099 18.4178 52.0237 18.8362C51.3918 20.2442 50.8088 21.6816 50.3237 23.1437C50.1229 23.7492 50.4364 24.2317 51.1615 24.4532C54.4635 25.4624 57.7459 26.5405 61.0528 27.5546C61.4741 27.6826 62.0032 27.6875 62.4246 27.5546C65.7266 26.5405 69.0139 25.4624 72.3159 24.4532C73.085 24.2169 73.3643 23.7098 73.1585 23.06C72.747 21.7456 72.2669 20.446 71.6937 19.1956C71.4389 18.6442 70.8853 18.2307 70.4689 17.7532C70.513 18.6196 70.7678 19.3581 70.9294 20.1162C71.2381 21.5487 70.513 22.7745 69.1461 23.2323C66.8534 24.0003 64.5655 24.7781 62.2678 25.5116C61.9297 25.6199 61.4937 25.6002 61.1508 25.4919C58.956 24.7978 56.771 24.0544 54.5811 23.3357C52.7978 22.7499 52.0972 21.3715 52.6655 19.55C52.8419 18.9938 53.0232 18.4424 53.2044 17.8861L53.2093 17.896ZM35.3961 82.4786V85.6046H40.0993C40.2904 84.8416 40.4765 84.0834 40.6872 83.2466C38.8696 82.9807 37.1598 82.7346 35.3961 82.4786ZM88.0567 82.4884C86.3175 82.7395 84.6127 82.9856 82.8049 83.2466C82.9861 83.9899 83.138 84.6692 83.3242 85.3338C83.3585 85.4569 83.5397 85.6243 83.6524 85.6292C85.1271 85.6489 86.6017 85.644 88.1302 85.644C88.1302 84.6545 88.1302 83.7881 88.1302 82.9167C88.1302 82.7838 88.0861 82.646 88.0616 82.4884H88.0567Z' fill='black'%3E%3C/path%3E%3Cpath d='M47.9485 73.1351C47.7575 70.4521 47.9534 67.9612 48.7618 65.4948C49.7514 62.4673 50.5647 59.3807 51.4171 56.3088C51.5788 55.7329 51.8335 55.5753 52.4067 55.5753C58.6286 55.595 64.8456 55.595 71.0675 55.5753C71.6358 55.5753 71.9052 55.7082 72.0669 56.2941C73.1349 60.1831 74.3401 64.0377 75.2954 67.9562C75.6922 69.566 75.5942 71.2988 75.7265 73.0957C66.3643 74.5479 57.1736 74.5331 47.9436 73.1351H47.9485ZM73.2721 71.0182C73.1888 70.0927 73.2329 69.2017 73.0124 68.3796C72.1453 65.165 71.1801 61.9799 70.2885 58.7752C70.1219 58.1844 69.8672 57.9875 69.2499 57.9875C64.243 58.0121 59.2312 58.017 54.2243 57.9875C53.5923 57.9875 53.367 58.1992 53.2053 58.785C52.3332 61.9356 51.3779 65.0665 50.5255 68.227C50.2903 69.0983 50.3001 70.0386 50.1923 71.0133C57.9574 72.0126 65.5413 72.0176 73.277 71.0133L73.2721 71.0182Z' fill='black'%3E%3C/path%3E%3Cpath d='M36.2319 105.232V108.56C36.2319 108.832 36.2212 109.029 36.1999 109.152C36.1839 109.275 36.1439 109.403 36.0799 109.536C35.9945 109.696 35.8639 109.824 35.6879 109.92C35.5172 110.016 35.3252 110.064 35.1119 110.064C34.8985 110.064 34.7039 110.016 34.5279 109.92C34.3572 109.824 34.2292 109.696 34.1439 109.536C34.0799 109.403 34.0372 109.275 34.0159 109.152C33.9999 109.029 33.9919 108.832 33.9919 108.56V100.048C33.9919 99.776 33.9999 99.5787 34.0159 99.456C34.0372 99.3333 34.0799 99.2053 34.1439 99.072C34.2292 98.912 34.3572 98.784 34.5279 98.688C34.7039 98.592 34.8985 98.544 35.1119 98.544C35.3252 98.544 35.5172 98.592 35.6879 98.688C35.8639 98.784 35.9945 98.912 36.0799 99.072C36.1439 99.2053 36.1839 99.3333 36.1999 99.456C36.2212 99.5787 36.2319 99.776 36.2319 100.048V103.248H40.0879V100.048C40.0879 99.776 40.0959 99.5787 40.1119 99.456C40.1332 99.3333 40.1759 99.2053 40.2399 99.072C40.3252 98.912 40.4532 98.784 40.6239 98.688C40.7999 98.592 40.9945 98.544 41.2079 98.544C41.4212 98.544 41.6132 98.592 41.7839 98.688C41.9599 98.784 42.0905 98.912 42.1759 99.072C42.2399 99.2053 42.2799 99.3333 42.2959 99.456C42.3172 99.5787 42.3279 99.776 42.3279 100.048V108.56C42.3279 108.832 42.3172 109.029 42.2959 109.152C42.2799 109.275 42.2399 109.403 42.1759 109.536C42.0905 109.696 41.9599 109.824 41.7839 109.92C41.6132 110.016 41.4212 110.064 41.2079 110.064C40.9945 110.064 40.7999 110.016 40.6239 109.92C40.4532 109.824 40.3252 109.696 40.2399 109.536C40.1759 109.403 40.1332 109.275 40.1119 109.152C40.0959 109.029 40.0879 108.832 40.0879 108.56V105.232H36.2319ZM51.8486 108.896C51.0593 109.696 50.0406 110.096 48.7926 110.096C47.5446 110.096 46.526 109.696 45.7366 108.896C45.5126 108.672 45.326 108.432 45.1766 108.176C45.0326 107.92 44.918 107.675 44.8326 107.44C44.7526 107.2 44.6913 106.893 44.6486 106.52C44.6113 106.147 44.5873 105.816 44.5766 105.528C44.5713 105.235 44.5686 104.827 44.5686 104.304C44.5686 103.781 44.5713 103.376 44.5766 103.088C44.5873 102.795 44.6113 102.461 44.6486 102.088C44.6913 101.715 44.7526 101.411 44.8326 101.176C44.918 100.936 45.0326 100.688 45.1766 100.432C45.326 100.176 45.5126 99.936 45.7366 99.712C46.526 98.912 47.5446 98.512 48.7926 98.512C50.0406 98.512 51.0593 98.912 51.8486 99.712C52.0726 99.936 52.2566 100.176 52.4006 100.432C52.55 100.688 52.6646 100.936 52.7446 101.176C52.83 101.411 52.8913 101.715 52.9286 102.088C52.9713 102.461 52.9953 102.795 53.0006 103.088C53.0113 103.376 53.0166 103.781 53.0166 104.304C53.0166 104.827 53.0113 105.235 53.0006 105.528C52.9953 105.816 52.9713 106.147 52.9286 106.52C52.8913 106.893 52.83 107.2 52.7446 107.44C52.6646 107.675 52.55 107.92 52.4006 108.176C52.2566 108.432 52.0726 108.672 51.8486 108.896ZM50.2246 101.104C49.8726 100.699 49.3953 100.496 48.7926 100.496C48.19 100.496 47.7126 100.699 47.3606 101.104C47.142 101.349 46.9953 101.68 46.9206 102.096C46.846 102.507 46.8086 103.243 46.8086 104.304C46.8086 105.365 46.846 106.101 46.9206 106.512C46.9953 106.923 47.142 107.251 47.3606 107.496C47.7233 107.907 48.2006 108.112 48.7926 108.112C49.3846 108.112 49.862 107.907 50.2246 107.496C50.4433 107.251 50.59 106.923 50.6646 106.512C50.7393 106.101 50.7766 105.365 50.7766 104.304C50.7766 103.243 50.7393 102.507 50.6646 102.096C50.59 101.68 50.4433 101.349 50.2246 101.104ZM62.1455 108.896C61.3562 109.696 60.3375 110.096 59.0895 110.096C57.8415 110.096 56.8228 109.696 56.0335 108.896C55.8095 108.672 55.6228 108.432 55.4735 108.176C55.3295 107.92 55.2148 107.675 55.1295 107.44C55.0495 107.2 54.9882 106.893 54.9455 106.52C54.9082 106.147 54.8842 105.816 54.8735 105.528C54.8682 105.235 54.8655 104.827 54.8655 104.304C54.8655 103.781 54.8682 103.376 54.8735 103.088C54.8842 102.795 54.9082 102.461 54.9455 102.088C54.9882 101.715 55.0495 101.411 55.1295 101.176C55.2148 100.936 55.3295 100.688 55.4735 100.432C55.6228 100.176 55.8095 99.936 56.0335 99.712C56.8228 98.912 57.8415 98.512 59.0895 98.512C60.3375 98.512 61.3562 98.912 62.1455 99.712C62.3695 99.936 62.5535 100.176 62.6975 100.432C62.8468 100.688 62.9615 100.936 63.0415 101.176C63.1268 101.411 63.1882 101.715 63.2255 102.088C63.2682 102.461 63.2922 102.795 63.2975 103.088C63.3082 103.376 63.3135 103.781 63.3135 104.304C63.3135 104.827 63.3082 105.235 63.2975 105.528C63.2922 105.816 63.2682 106.147 63.2255 106.52C63.1882 106.893 63.1268 107.2 63.0415 107.44C62.9615 107.675 62.8468 107.92 62.6975 108.176C62.5535 108.432 62.3695 108.672 62.1455 108.896ZM60.5215 101.104C60.1695 100.699 59.6922 100.496 59.0895 100.496C58.4868 100.496 58.0095 100.699 57.6575 101.104C57.4388 101.349 57.2922 101.68 57.2175 102.096C57.1428 102.507 57.1055 103.243 57.1055 104.304C57.1055 105.365 57.1428 106.101 57.2175 106.512C57.2922 106.923 57.4388 107.251 57.6575 107.496C58.0202 107.907 58.4975 108.112 59.0895 108.112C59.6815 108.112 60.1588 107.907 60.5215 107.496C60.7402 107.251 60.8868 106.923 60.9615 106.512C61.0362 106.101 61.0735 105.365 61.0735 104.304C61.0735 103.243 61.0362 102.507 60.9615 102.096C60.8868 101.68 60.7402 101.349 60.5215 101.104ZM66.9144 110C66.765 110 66.645 109.997 66.5544 109.992C66.4637 109.981 66.349 109.952 66.2104 109.904C66.077 109.856 65.9624 109.784 65.8664 109.688C65.7704 109.592 65.6984 109.477 65.6504 109.344C65.6024 109.205 65.573 109.091 65.5624 109C65.557 108.909 65.5544 108.789 65.5544 108.64V99.968C65.5544 99.8187 65.557 99.6987 65.5624 99.608C65.573 99.5173 65.6024 99.4053 65.6504 99.272C65.6984 99.1333 65.7704 99.016 65.8664 98.92C65.9624 98.824 66.077 98.752 66.2104 98.704C66.349 98.656 66.4637 98.6293 66.5544 98.624C66.645 98.6133 66.765 98.608 66.9144 98.608H69.6824C70.461 98.608 71.1224 98.7413 71.6664 99.008C72.2104 99.2693 72.6957 99.6907 73.1224 100.272C73.453 100.715 73.6584 101.219 73.7384 101.784C73.8184 102.344 73.8584 103.184 73.8584 104.304C73.8584 105.424 73.8184 106.267 73.7384 106.832C73.6584 107.392 73.453 107.893 73.1224 108.336C72.6957 108.917 72.2104 109.341 71.6664 109.608C71.1224 109.869 70.461 110 69.6824 110H66.9144ZM67.7944 100.592V108.016H69.4904C70.2264 108.016 70.781 107.781 71.1544 107.312C71.3517 107.067 71.477 106.744 71.5304 106.344C71.589 105.939 71.6184 105.259 71.6184 104.304C71.6184 103.349 71.589 102.672 71.5304 102.272C71.477 101.867 71.3517 101.541 71.1544 101.296C70.781 100.827 70.2264 100.592 69.4904 100.592H67.7944ZM78.3569 100.048V108.56C78.3569 108.832 78.3462 109.029 78.3249 109.152C78.3089 109.275 78.2689 109.403 78.2049 109.536C78.1195 109.696 77.9889 109.824 77.8129 109.92C77.6422 110.016 77.4502 110.064 77.2369 110.064C77.0235 110.064 76.8289 110.016 76.6529 109.92C76.4822 109.824 76.3542 109.696 76.2689 109.536C76.2049 109.403 76.1622 109.275 76.1409 109.152C76.1249 109.029 76.1169 108.832 76.1169 108.56V100.048C76.1169 99.776 76.1249 99.5787 76.1409 99.456C76.1622 99.3333 76.2049 99.2053 76.2689 99.072C76.3542 98.912 76.4822 98.784 76.6529 98.688C76.8289 98.592 77.0235 98.544 77.2369 98.544C77.4502 98.544 77.6422 98.592 77.8129 98.688C77.9889 98.784 78.1195 98.912 78.2049 99.072C78.2689 99.2053 78.3089 99.3333 78.3249 99.456C78.3462 99.5787 78.3569 99.776 78.3569 100.048ZM82.3519 110C82.2025 110 82.0825 109.997 81.9919 109.992C81.9012 109.981 81.7865 109.952 81.6479 109.904C81.5145 109.856 81.3999 109.784 81.3039 109.688C81.2079 109.592 81.1359 109.477 81.0879 109.344C81.0399 109.205 81.0105 109.091 80.9999 109C80.9945 108.909 80.9919 108.789 80.9919 108.64V99.968C80.9919 99.8187 80.9945 99.6987 80.9999 99.608C81.0105 99.5173 81.0399 99.4053 81.0879 99.272C81.1359 99.1333 81.2079 99.016 81.3039 98.92C81.3999 98.824 81.5145 98.752 81.6479 98.704C81.7865 98.656 81.9012 98.6293 81.9919 98.624C82.0825 98.6133 82.2025 98.608 82.3519 98.608H87.2319C87.6479 98.608 87.9385 98.6507 88.1039 98.736C88.2479 98.8107 88.3625 98.9253 88.4479 99.08C88.5332 99.2347 88.5759 99.408 88.5759 99.6C88.5759 99.792 88.5332 99.9653 88.4479 100.12C88.3625 100.275 88.2479 100.389 88.1039 100.464C87.9385 100.549 87.6479 100.592 87.2319 100.592H83.2319V103.264H86.4639C86.8799 103.264 87.1705 103.307 87.3359 103.392C87.4799 103.467 87.5945 103.581 87.6799 103.736C87.7652 103.891 87.8079 104.064 87.8079 104.256C87.8079 104.448 87.7652 104.621 87.6799 104.776C87.5945 104.931 87.4799 105.045 87.3359 105.12C87.1705 105.205 86.8799 105.248 86.4639 105.248H83.2319V108.016H87.2319C87.6479 108.016 87.9385 108.059 88.1039 108.144C88.2479 108.219 88.3625 108.333 88.4479 108.488C88.5332 108.643 88.5759 108.816 88.5759 109.008C88.5759 109.2 88.5332 109.373 88.4479 109.528C88.3625 109.683 88.2479 109.797 88.1039 109.872C87.9385 109.957 87.6479 110 87.2319 110H82.3519Z' fill='black'%3E%3C/path%3E%3C/svg%3E");  
    }
    
    .lv-option-collection-wrapper [data-value="Sweatshirt"]:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 124 124' fill='none' class='lv-option-swatch lv-option-image-swatch lv-option-swatch__active lv-option-image-swatch__active active Sweatshirt'%3E%3Crect x='2' y='2' width='120' height='120' rx='10' fill='white'%3E%3C/rect%3E%3Crect x='1' y='1' width='122' height='122' rx='11' stroke='black' stroke-opacity='0.8' stroke-width='2'%3E%3C/rect%3E%3Cpath d='M19.2149 105.352L17.8549 105.152C16.8895 105.008 16.1535 104.691 15.6469 104.2C15.1029 103.672 14.8309 102.928 14.8309 101.968C14.8309 100.939 15.1882 100.107 15.9029 99.472C16.6175 98.832 17.5829 98.512 18.7989 98.512C19.7215 98.512 20.5802 98.696 21.3749 99.064C21.9829 99.3467 22.2869 99.7173 22.2869 100.176C22.2869 100.421 22.2015 100.651 22.0309 100.864C21.8549 101.067 21.6335 101.168 21.3669 101.168C21.1429 101.168 20.8655 101.083 20.5349 100.912C19.9695 100.613 19.3695 100.464 18.7349 100.464C18.1749 100.464 17.7429 100.597 17.4389 100.864C17.1349 101.125 16.9829 101.451 16.9829 101.84C16.9829 102.219 17.0922 102.509 17.3109 102.712C17.5615 102.936 17.9135 103.083 18.3669 103.152L19.7029 103.344C20.6895 103.488 21.4175 103.784 21.8869 104.232C22.4735 104.781 22.7669 105.584 22.7669 106.64C22.7669 107.355 22.5775 107.976 22.1989 108.504C21.8255 109.032 21.3215 109.429 20.6869 109.696C20.0575 109.963 19.3402 110.096 18.5349 110.096C17.9269 110.096 17.4149 110.053 16.9989 109.968C16.5829 109.877 16.1509 109.725 15.7029 109.512C15.3082 109.325 15.0202 109.139 14.8389 108.952C14.6575 108.76 14.5669 108.512 14.5669 108.208C14.5669 107.925 14.6682 107.683 14.8709 107.48C15.0362 107.315 15.2442 107.232 15.4949 107.232C15.7135 107.232 16.0149 107.333 16.3989 107.536C16.8149 107.755 17.1749 107.909 17.4789 108C17.7882 108.085 18.1482 108.128 18.5589 108.128C19.2095 108.128 19.7082 108.003 20.0549 107.752C20.4069 107.501 20.5829 107.149 20.5829 106.696C20.5829 106.285 20.4682 105.968 20.2389 105.744C20.0415 105.557 19.7002 105.427 19.2149 105.352ZM30.5153 102.928L28.7953 108.848C28.6566 109.323 28.4833 109.643 28.2753 109.808C28.0619 109.979 27.8086 110.064 27.5153 110.064C27.2219 110.064 26.9686 109.979 26.7553 109.808C26.5206 109.627 26.3473 109.307 26.2353 108.848L24.0753 100.208C24.0113 99.952 23.9739 99.7653 23.9633 99.648C23.9526 99.5307 23.9606 99.4053 23.9873 99.272C24.0353 99.0693 24.1606 98.8987 24.3633 98.76C24.5659 98.616 24.7899 98.544 25.0353 98.544C25.3339 98.544 25.5686 98.6427 25.7393 98.84C25.8246 98.936 25.8886 99.04 25.9313 99.152C25.9739 99.2587 26.0273 99.4427 26.0913 99.704L27.6033 105.784L29.4273 99.48C29.5179 99.1867 29.6379 98.9627 29.7873 98.808C29.9633 98.6373 30.2059 98.552 30.5153 98.552C30.8246 98.552 31.0673 98.6373 31.2433 98.808C31.3926 98.9627 31.5126 99.1867 31.6033 99.48L33.4273 105.784L34.9393 99.704C35.0033 99.4427 35.0566 99.2587 35.0993 99.152C35.1419 99.04 35.2059 98.936 35.2913 98.84C35.4619 98.6427 35.6966 98.544 35.9953 98.544C36.2406 98.544 36.4646 98.616 36.6673 98.76C36.8699 98.8987 36.9953 99.0693 37.0433 99.272C37.0699 99.4053 37.0779 99.5307 37.0673 99.648C37.0566 99.7653 37.0193 99.952 36.9553 100.208L34.7953 108.848C34.6833 109.307 34.5099 109.627 34.2753 109.808C34.0619 109.979 33.8086 110.064 33.5153 110.064C33.2219 110.064 32.9686 109.979 32.7552 109.808C32.5473 109.643 32.3739 109.323 32.2353 108.848L30.5153 102.928ZM40.18 110C40.0307 110 39.9107 109.997 39.82 109.992C39.7293 109.981 39.6147 109.952 39.476 109.904C39.3427 109.856 39.228 109.784 39.132 109.688C39.036 109.592 38.964 109.477 38.916 109.344C38.868 109.205 38.8387 109.091 38.828 109C38.8227 108.909 38.82 108.789 38.82 108.64V99.968C38.82 99.8187 38.8227 99.6987 38.828 99.608C38.8387 99.5173 38.868 99.4053 38.916 99.272C38.964 99.1333 39.036 99.016 39.132 98.92C39.228 98.824 39.3427 98.752 39.476 98.704C39.6147 98.656 39.7293 98.6293 39.82 98.624C39.9107 98.6133 40.0307 98.608 40.18 98.608H45.06C45.476 98.608 45.7667 98.6507 45.932 98.736C46.076 98.8107 46.1907 98.9253 46.276 99.08C46.3613 99.2347 46.404 99.408 46.404 99.6C46.404 99.792 46.3613 99.9653 46.276 100.12C46.1907 100.275 46.076 100.389 45.932 100.464C45.7667 100.549 45.476 100.592 45.06 100.592H41.06V103.264H44.292C44.708 103.264 44.9987 103.307 45.164 103.392C45.308 103.467 45.4227 103.581 45.508 103.736C45.5933 103.891 45.636 104.064 45.636 104.256C45.636 104.448 45.5933 104.621 45.508 104.776C45.4227 104.931 45.308 105.045 45.164 105.12C44.9987 105.205 44.708 105.248 44.292 105.248H41.06V108.016H45.06C45.476 108.016 45.7667 108.059 45.932 108.144C46.076 108.219 46.1907 108.333 46.276 108.488C46.3613 108.643 46.404 108.816 46.404 109.008C46.404 109.2 46.3613 109.373 46.276 109.528C46.1907 109.683 46.076 109.797 45.932 109.872C45.7667 109.957 45.476 110 45.06 110H40.18ZM53.5003 99.568L56.7883 108.288C56.8736 108.517 56.9323 108.699 56.9643 108.832C56.9963 108.965 56.9963 109.112 56.9643 109.272C56.9376 109.432 56.8603 109.581 56.7323 109.72C56.5189 109.949 56.2523 110.064 55.9323 110.064C55.6923 110.064 55.4869 109.995 55.3163 109.856C55.2203 109.776 55.1403 109.683 55.0763 109.576C55.0176 109.464 54.9403 109.277 54.8443 109.016L54.4683 107.984H50.0203L49.6443 109.016C49.5483 109.277 49.4683 109.464 49.4043 109.576C49.3456 109.683 49.2683 109.776 49.1723 109.856C49.0016 109.995 48.7963 110.064 48.5563 110.064C48.2363 110.064 47.9696 109.949 47.7563 109.72C47.6283 109.581 47.5483 109.432 47.5163 109.272C47.4896 109.112 47.4923 108.965 47.5243 108.832C47.5563 108.699 47.6149 108.517 47.7003 108.288L50.9883 99.568C51.1269 99.2107 51.2789 98.96 51.4443 98.816C51.6469 98.6347 51.9136 98.544 52.2443 98.544C52.5749 98.544 52.8416 98.6347 53.0443 98.816C53.2096 98.96 53.3616 99.2107 53.5003 99.568ZM52.2443 101.976L50.7163 106.112H53.7723L52.2443 101.976ZM63.61 100.592H61.922V108.56C61.922 108.832 61.9113 109.029 61.89 109.152C61.874 109.275 61.834 109.403 61.77 109.536C61.6847 109.696 61.554 109.824 61.378 109.92C61.2073 110.016 61.0153 110.064 60.802 110.064C60.5887 110.064 60.394 110.016 60.218 109.92C60.0473 109.824 59.9193 109.696 59.834 109.536C59.77 109.403 59.7273 109.275 59.706 109.152C59.69 109.029 59.682 108.832 59.682 108.56V100.592H57.994C57.578 100.592 57.2873 100.549 57.122 100.464C56.978 100.389 56.8633 100.275 56.778 100.12C56.6927 99.9653 56.65 99.792 56.65 99.6C56.65 99.408 56.6927 99.2347 56.778 99.08C56.8633 98.9253 56.978 98.8107 57.122 98.736C57.2873 98.6507 57.578 98.608 57.994 98.608H63.61C64.026 98.608 64.3167 98.6507 64.482 98.736C64.626 98.8107 64.7407 98.9253 64.826 99.08C64.9113 99.2347 64.954 99.408 64.954 99.6C64.954 99.792 64.9113 99.9653 64.826 100.12C64.7407 100.275 64.626 100.389 64.482 100.464C64.3167 100.549 64.026 100.592 63.61 100.592ZM70.4493 105.352L69.0893 105.152C68.1239 105.008 67.3879 104.691 66.8813 104.2C66.3373 103.672 66.0653 102.928 66.0653 101.968C66.0653 100.939 66.4226 100.107 67.1373 99.472C67.8519 98.832 68.8173 98.512 70.0333 98.512C70.9559 98.512 71.8146 98.696 72.6093 99.064C73.2173 99.3467 73.5213 99.7173 73.5213 100.176C73.5213 100.421 73.4359 100.651 73.2653 100.864C73.0893 101.067 72.8679 101.168 72.6013 101.168C72.3773 101.168 72.0999 101.083 71.7693 100.912C71.2039 100.613 70.6039 100.464 69.9693 100.464C69.4093 100.464 68.9773 100.597 68.6733 100.864C68.3693 101.125 68.2173 101.451 68.2173 101.84C68.2173 102.219 68.3266 102.509 68.5453 102.712C68.7959 102.936 69.1479 103.083 69.6013 103.152L70.9373 103.344C71.9239 103.488 72.6519 103.784 73.1213 104.232C73.7079 104.781 74.0013 105.584 74.0013 106.64C74.0013 107.355 73.8119 107.976 73.4333 108.504C73.0599 109.032 72.5559 109.429 71.9213 109.696C71.2919 109.963 70.5746 110.096 69.7693 110.096C69.1613 110.096 68.6493 110.053 68.2333 109.968C67.8173 109.877 67.3853 109.725 66.9373 109.512C66.5426 109.325 66.2546 109.139 66.0733 108.952C65.8919 108.76 65.8013 108.512 65.8013 108.208C65.8013 107.925 65.9026 107.683 66.1053 107.48C66.2706 107.315 66.4786 107.232 66.7293 107.232C66.9479 107.232 67.2493 107.333 67.6332 107.536C68.0493 107.755 68.4093 107.909 68.7133 108C69.0226 108.085 69.3826 108.128 69.7933 108.128C70.4439 108.128 70.9426 108.003 71.2893 107.752C71.6413 107.501 71.8173 107.149 71.8173 106.696C71.8173 106.285 71.7026 105.968 71.4733 105.744C71.2759 105.557 70.9346 105.427 70.4493 105.352ZM78.3256 105.232V108.56C78.3256 108.832 78.315 109.029 78.2936 109.152C78.2776 109.275 78.2376 109.403 78.1736 109.536C78.0883 109.696 77.9576 109.824 77.7816 109.92C77.611 110.016 77.419 110.064 77.2056 110.064C76.9923 110.064 76.7976 110.016 76.6216 109.92C76.451 109.824 76.323 109.696 76.2376 109.536C76.1736 109.403 76.131 109.275 76.1096 109.152C76.0936 109.029 76.0856 108.832 76.0856 108.56V100.048C76.0856 99.776 76.0936 99.5787 76.1096 99.456C76.131 99.3333 76.1736 99.2053 76.2376 99.072C76.323 98.912 76.451 98.784 76.6216 98.688C76.7976 98.592 76.9923 98.544 77.2056 98.544C77.419 98.544 77.611 98.592 77.7816 98.688C77.9576 98.784 78.0883 98.912 78.1736 99.072C78.2376 99.2053 78.2776 99.3333 78.2936 99.456C78.315 99.5787 78.3256 99.776 78.3256 100.048V103.248H82.1816V100.048C82.1816 99.776 82.1896 99.5787 82.2056 99.456C82.227 99.3333 82.2696 99.2053 82.3336 99.072C82.419 98.912 82.547 98.784 82.7176 98.688C82.8936 98.592 83.0883 98.544 83.3016 98.544C83.515 98.544 83.707 98.592 83.8776 98.688C84.0536 98.784 84.1843 98.912 84.2696 99.072C84.3336 99.2053 84.3736 99.3333 84.3896 99.456C84.411 99.5787 84.4216 99.776 84.4216 100.048V108.56C84.4216 108.832 84.411 109.029 84.3896 109.152C84.3736 109.275 84.3336 109.403 84.2696 109.536C84.1843 109.696 84.0536 109.824 83.8776 109.92C83.707 110.016 83.515 110.064 83.3016 110.064C83.0883 110.064 82.8936 110.016 82.7176 109.92C82.547 109.824 82.419 109.696 82.3336 109.536C82.2696 109.403 82.227 109.275 82.2056 109.152C82.1896 109.029 82.1816 108.832 82.1816 108.56V105.232H78.3256ZM89.2944 100.048V108.56C89.2944 108.832 89.2837 109.029 89.2624 109.152C89.2464 109.275 89.2064 109.403 89.1424 109.536C89.057 109.696 88.9264 109.824 88.7504 109.92C88.5797 110.016 88.3877 110.064 88.1744 110.064C87.961 110.064 87.7664 110.016 87.5904 109.92C87.4197 109.824 87.2917 109.696 87.2064 109.536C87.1424 109.403 87.0997 109.275 87.0784 109.152C87.0624 109.029 87.0544 108.832 87.0544 108.56V100.048C87.0544 99.776 87.0624 99.5787 87.0784 99.456C87.0997 99.3333 87.1424 99.2053 87.2064 99.072C87.2917 98.912 87.4197 98.784 87.5904 98.688C87.7664 98.592 87.961 98.544 88.1744 98.544C88.3877 98.544 88.5797 98.592 88.7504 98.688C88.9264 98.784 89.057 98.912 89.1424 99.072C89.2064 99.2053 89.2464 99.3333 89.2624 99.456C89.2837 99.5787 89.2944 99.776 89.2944 100.048ZM94.1694 105.464V108.56C94.1694 108.832 94.1587 109.029 94.1374 109.152C94.1214 109.275 94.0814 109.403 94.0174 109.536C93.932 109.696 93.8014 109.824 93.6254 109.92C93.4547 110.016 93.2627 110.064 93.0494 110.064C92.836 110.064 92.6414 110.016 92.4654 109.92C92.2947 109.824 92.1667 109.696 92.0814 109.536C92.0174 109.403 91.9747 109.275 91.9534 109.152C91.9374 109.029 91.9294 108.832 91.9294 108.56V99.968C91.9294 99.8187 91.932 99.6987 91.9374 99.608C91.948 99.5173 91.9774 99.4053 92.0254 99.272C92.0734 99.1333 92.1454 99.016 92.2414 98.92C92.3374 98.824 92.452 98.752 92.5854 98.704C92.724 98.656 92.8387 98.6293 92.9294 98.624C93.02 98.6133 93.14 98.608 93.2894 98.608H96.4014C96.9667 98.608 97.484 98.7013 97.9534 98.888C98.428 99.0693 98.82 99.32 99.1294 99.64C99.4387 99.9547 99.6787 100.323 99.8494 100.744C100.02 101.165 100.105 101.613 100.105 102.088C100.105 102.771 99.924 103.379 99.5614 103.912C99.1987 104.44 98.692 104.835 98.0414 105.096L99.7454 108.064C99.9747 108.464 100.095 108.763 100.105 108.96C100.116 109.141 100.071 109.317 99.9694 109.488C99.8734 109.653 99.7347 109.787 99.5534 109.888C99.3507 110.005 99.1534 110.064 98.9614 110.064C98.7747 110.064 98.6067 110.019 98.4574 109.928C98.3134 109.832 98.204 109.733 98.1294 109.632C98.06 109.531 97.964 109.371 97.8414 109.152L95.7294 105.464H94.1694ZM94.1694 103.592H96.2814C96.7667 103.592 97.1534 103.456 97.4414 103.184C97.7347 102.907 97.8814 102.544 97.8814 102.096C97.8814 101.648 97.7347 101.285 97.4414 101.008C97.1534 100.731 96.7667 100.592 96.2814 100.592H94.1694V103.592ZM108.204 100.592H106.516V108.56C106.516 108.832 106.505 109.029 106.484 109.152C106.468 109.275 106.428 109.403 106.364 109.536C106.278 109.696 106.148 109.824 105.972 109.92C105.801 110.016 105.609 110.064 105.396 110.064C105.182 110.064 104.988 110.016 104.812 109.92C104.641 109.824 104.513 109.696 104.428 109.536C104.364 109.403 104.321 109.275 104.3 109.152C104.284 109.029 104.276 108.832 104.276 108.56V100.592H102.588C102.172 100.592 101.881 100.549 101.716 100.464C101.572 100.389 101.457 100.275 101.372 100.12C101.286 99.9653 101.244 99.792 101.244 99.6C101.244 99.408 101.286 99.2347 101.372 99.08C101.457 98.9253 101.572 98.8107 101.716 98.736C101.881 98.6507 102.172 98.608 102.588 98.608H108.204C108.62 98.608 108.91 98.6507 109.076 98.736C109.22 98.8107 109.334 98.9253 109.42 99.08C109.505 99.2347 109.548 99.408 109.548 99.6C109.548 99.792 109.505 99.9653 109.42 100.12C109.334 100.275 109.22 100.389 109.076 100.464C108.91 100.549 108.62 100.592 108.204 100.592Z' fill='black'%3E%3C/path%3E%3Cpath class='garment-color' d='M42.5 19L53 15.5L63 16.5L70.5 16H75L87.5 23L91 33.5L94.5 56L96 81.5L90 82.5L88.5 77.5L84 71.5L83 82.5H41.5V76L40 71L34 82.5L29 81.5L30 66.5L31 50.5L33 34L37.5 23L42.5 19Z' fill='%23C7BAEC' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3Cmask id='path-5-inside-1_2009_1946' fill='white'%3E%3Cpath d='M84.6633 73.542C84.5164 74.945 84.3057 76.348 84.2322 77.7559C84.1587 79.2032 84.2224 80.6604 84.2175 82.1126C84.2175 83.2498 83.8403 83.6289 82.689 83.6289C77.9809 83.6289 73.2729 83.6289 68.5648 83.6289C59.8493 83.6289 51.1289 83.6289 42.4134 83.6289C40.9093 83.6289 40.5958 83.304 40.5958 81.768C40.5958 80.242 40.6693 78.711 40.5811 77.1898C40.5076 75.9345 40.2431 74.6939 39.8805 73.4189C39.1163 74.9696 38.3373 76.5203 37.5828 78.0808C36.8578 79.5872 36.1572 81.1084 35.4419 82.6197C34.9765 83.5944 34.6091 83.7618 33.5313 83.5156C32.1007 83.1907 30.6702 82.8708 29.2445 82.5409C28.2941 82.3243 28.0198 81.9699 28.01 80.9755C27.9463 74.2656 28.1863 67.5607 28.7693 60.8755C29.2543 55.2734 29.7541 49.6663 30.4693 44.0936C31.2336 38.1518 32.2771 32.2444 34.4523 26.6126C34.8393 25.6133 35.3096 24.6484 35.8094 23.6983C36.5197 22.3495 37.5289 21.2714 38.8125 20.4246C43.1139 17.5743 47.6113 15.1572 52.7015 14.0594C53.1424 13.9659 53.647 13.9856 54.0831 14.0988C57.7966 15.0341 61.5493 15.5412 65.3902 15.3C67.4135 15.172 69.383 14.8274 71.3034 14.1677C71.7444 14.0151 72.2833 13.9757 72.7389 14.0791C78.0887 15.2704 82.7723 17.85 87.0345 21.232C88.7443 22.5907 89.582 24.5943 90.3561 26.5831C91.9826 30.7429 92.884 35.0898 93.6385 39.476C94.8535 46.555 95.5492 53.6882 96.0587 60.8509C96.5339 67.4918 96.8621 74.1377 96.7984 80.7982C96.7886 82.0437 96.5927 82.2948 95.3679 82.5754C93.9863 82.8904 92.6097 83.2104 91.2281 83.5304C90.2189 83.7618 89.8319 83.5796 89.3763 82.6443C88.0094 79.8383 86.6475 77.0323 85.2806 74.2312C85.163 73.99 85.0259 73.7586 84.8936 73.5223C84.8201 73.5321 84.7466 73.542 84.6731 73.5469L84.6633 73.542ZM81.9296 75.4668C81.959 75.3782 81.9835 75.3142 81.9982 75.2404C82.7625 71.1593 82.8899 67.034 82.6449 62.9037C82.3314 57.6609 81.8806 52.428 81.572 47.1851C81.0919 38.9542 81.91 30.8561 84.4037 22.9747C84.5556 22.4972 84.4821 22.2362 84.0656 21.9999C81.8414 20.7348 79.6221 19.4499 77.3979 18.1848C77.104 18.0174 76.7709 17.9238 76.4279 17.7909C75.0219 20.1539 73.3513 22.2215 71.2153 23.8805C67.8692 26.4748 64.1262 27.548 59.9375 26.6668C56.6208 25.9677 53.9557 24.1315 51.7364 21.6307C50.6831 20.4443 49.7718 19.125 48.7626 17.8205C48.6058 17.8845 48.3658 17.9534 48.1502 18.0715C45.7399 19.3613 43.3393 20.6708 40.9191 21.9409C40.2921 22.2658 40.2725 22.635 40.4733 23.2454C42.1292 28.3849 42.9229 33.6867 43.2658 39.0674C43.6087 44.4874 42.9376 49.8582 42.6289 55.2537C42.3742 59.699 42.1684 64.1492 42.1243 68.5995C42.1047 70.8837 42.4966 73.1679 42.7024 75.4767H81.9345L81.9296 75.4668ZM88.7737 75.772C90.5227 75.3733 92.1933 75.0041 93.859 74.5856C94.05 74.5364 94.3048 74.1918 94.295 73.9949C93.9374 67.7773 93.6728 61.55 93.129 55.3472C92.6783 50.2225 91.963 45.1225 91.2281 40.0274C90.65 36.0005 89.8123 32.013 88.4161 28.1732C87.9359 26.8539 87.2942 25.5985 86.721 24.3088C86.4417 24.5992 86.3682 24.806 86.3094 25.0176C83.8844 33.4997 83.512 42.1294 84.2371 50.8773C84.6927 56.4056 84.8348 61.9635 85.1238 67.5066C85.1434 67.925 85.0651 68.4026 85.2316 68.7521C86.3682 71.0806 87.5636 73.3845 88.7737 75.7622V75.772ZM38.4745 24.3629L38.0336 24.3432C37.4408 25.7315 36.7353 27.0852 36.265 28.5178C33.6783 36.3746 32.7866 44.5465 31.9146 52.7184C31.5667 55.9478 31.3022 59.187 31.0866 62.4312C30.8319 66.3005 30.6702 70.1748 30.4938 74.0441C30.484 74.2213 30.729 74.5364 30.9102 74.5807C32.4241 74.9647 33.9575 75.2945 35.4762 75.6588C35.8828 75.7573 36.0886 75.6539 36.2748 75.2601C37.2938 73.1482 38.3569 71.056 39.371 68.9441C39.5572 68.5601 39.6454 68.0973 39.665 67.6641C39.8756 63.2188 40.0324 58.7686 40.2676 54.3282C40.4194 51.4582 40.7379 48.5931 40.8652 45.7231C41.0465 41.642 40.9142 37.561 40.2626 33.5292C39.7629 30.4574 39.0771 27.42 38.4745 24.3678V24.3629ZM81.8072 77.9528H43.0992V81.1576H81.8072V77.9528ZM74.0714 16.9885C72.7438 16.3879 72.734 16.4519 71.8571 17.4168C70.8086 18.5737 69.7455 19.7699 68.5159 20.7151C66.0075 22.6399 63.1611 23.27 60.0698 22.3593C57.243 21.5274 55.205 19.6173 53.4364 17.3626C52.7064 16.4273 52.4125 16.3682 51.2955 17.023C52.3145 18.7016 53.5735 20.1736 55.0433 21.4584C58.8989 24.8306 63.6902 25.4656 67.9035 23.142C70.5245 21.6947 72.4498 19.5385 74.0714 16.9836V16.9885ZM56.4493 17.1017C60.1188 21.3551 65.1943 21.2566 68.5942 17.3823C64.5231 18.106 60.5254 17.8451 56.4493 17.1017ZM33.5166 81.0099C33.9918 79.9909 34.4376 79.0408 34.9177 78.0119C33.3696 77.6575 31.9244 77.3227 30.4448 76.983V80.306C31.4589 80.5373 32.4437 80.7638 33.5166 81.0099ZM89.876 78.0168C90.3169 78.9571 90.699 79.8186 91.1253 80.6506C91.1988 80.7933 91.4731 80.9459 91.6201 80.9164C92.5362 80.7441 93.4474 80.5176 94.3587 80.3109V76.9929C92.8791 77.3326 91.4339 77.6575 89.8711 78.0168H89.876Z'%3E%3C/path%3E%3C/mask%3E%3Cpath d='M84.6633 73.542C84.5164 74.945 84.3057 76.348 84.2322 77.7559C84.1587 79.2032 84.2224 80.6604 84.2175 82.1126C84.2175 83.2498 83.8403 83.6289 82.689 83.6289C77.9809 83.6289 73.2729 83.6289 68.5648 83.6289C59.8493 83.6289 51.1289 83.6289 42.4134 83.6289C40.9093 83.6289 40.5958 83.304 40.5958 81.768C40.5958 80.242 40.6693 78.711 40.5811 77.1898C40.5076 75.9345 40.2431 74.6939 39.8805 73.4189C39.1163 74.9696 38.3373 76.5203 37.5828 78.0808C36.8578 79.5872 36.1572 81.1084 35.4419 82.6197C34.9765 83.5944 34.6091 83.7618 33.5313 83.5156C32.1007 83.1907 30.6702 82.8708 29.2445 82.5409C28.2941 82.3243 28.0198 81.9699 28.01 80.9755C27.9463 74.2656 28.1863 67.5607 28.7693 60.8755C29.2543 55.2734 29.7541 49.6663 30.4693 44.0936C31.2336 38.1518 32.2771 32.2444 34.4523 26.6126C34.8393 25.6133 35.3096 24.6484 35.8094 23.6983C36.5197 22.3495 37.5289 21.2714 38.8125 20.4246C43.1139 17.5743 47.6113 15.1572 52.7015 14.0594C53.1424 13.9659 53.647 13.9856 54.0831 14.0988C57.7966 15.0341 61.5493 15.5412 65.3902 15.3C67.4135 15.172 69.383 14.8274 71.3034 14.1677C71.7444 14.0151 72.2833 13.9757 72.7389 14.0791C78.0887 15.2704 82.7723 17.85 87.0345 21.232C88.7443 22.5907 89.582 24.5943 90.3561 26.5831C91.9826 30.7429 92.884 35.0898 93.6385 39.476C94.8535 46.555 95.5492 53.6882 96.0587 60.8509C96.5339 67.4918 96.8621 74.1377 96.7984 80.7982C96.7886 82.0437 96.5927 82.2948 95.3679 82.5754C93.9863 82.8904 92.6097 83.2104 91.2281 83.5304C90.2189 83.7618 89.8319 83.5796 89.3763 82.6443C88.0094 79.8383 86.6475 77.0323 85.2806 74.2312C85.163 73.99 85.0259 73.7586 84.8936 73.5223C84.8201 73.5321 84.7466 73.542 84.6731 73.5469L84.6633 73.542ZM81.9296 75.4668C81.959 75.3782 81.9835 75.3142 81.9982 75.2404C82.7625 71.1593 82.8899 67.034 82.6449 62.9037C82.3314 57.6609 81.8806 52.428 81.572 47.1851C81.0919 38.9542 81.91 30.8561 84.4037 22.9747C84.5556 22.4972 84.4821 22.2362 84.0656 21.9999C81.8414 20.7348 79.6221 19.4499 77.3979 18.1848C77.104 18.0174 76.7709 17.9238 76.4279 17.7909C75.0219 20.1539 73.3513 22.2215 71.2153 23.8805C67.8692 26.4748 64.1262 27.548 59.9375 26.6668C56.6208 25.9677 53.9557 24.1315 51.7364 21.6307C50.6831 20.4443 49.7718 19.125 48.7626 17.8205C48.6058 17.8845 48.3658 17.9534 48.1502 18.0715C45.7399 19.3613 43.3393 20.6708 40.9191 21.9409C40.2921 22.2658 40.2725 22.635 40.4733 23.2454C42.1292 28.3849 42.9229 33.6867 43.2658 39.0674C43.6087 44.4874 42.9376 49.8582 42.6289 55.2537C42.3742 59.699 42.1684 64.1492 42.1243 68.5995C42.1047 70.8837 42.4966 73.1679 42.7024 75.4767H81.9345L81.9296 75.4668ZM88.7737 75.772C90.5227 75.3733 92.1933 75.0041 93.859 74.5856C94.05 74.5364 94.3048 74.1918 94.295 73.9949C93.9374 67.7773 93.6728 61.55 93.129 55.3472C92.6783 50.2225 91.963 45.1225 91.2281 40.0274C90.65 36.0005 89.8123 32.013 88.4161 28.1732C87.9359 26.8539 87.2942 25.5985 86.721 24.3088C86.4417 24.5992 86.3682 24.806 86.3094 25.0176C83.8844 33.4997 83.512 42.1294 84.2371 50.8773C84.6927 56.4056 84.8348 61.9635 85.1238 67.5066C85.1434 67.925 85.0651 68.4026 85.2316 68.7521C86.3682 71.0806 87.5636 73.3845 88.7737 75.7622V75.772ZM38.4745 24.3629L38.0336 24.3432C37.4408 25.7315 36.7353 27.0852 36.265 28.5178C33.6783 36.3746 32.7866 44.5465 31.9146 52.7184C31.5667 55.9478 31.3022 59.187 31.0866 62.4312C30.8319 66.3005 30.6702 70.1748 30.4938 74.0441C30.484 74.2213 30.729 74.5364 30.9102 74.5807C32.4241 74.9647 33.9575 75.2945 35.4762 75.6588C35.8828 75.7573 36.0886 75.6539 36.2748 75.2601C37.2938 73.1482 38.3569 71.056 39.371 68.9441C39.5572 68.5601 39.6454 68.0973 39.665 67.6641C39.8756 63.2188 40.0324 58.7686 40.2676 54.3282C40.4194 51.4582 40.7379 48.5931 40.8652 45.7231C41.0465 41.642 40.9142 37.561 40.2626 33.5292C39.7629 30.4574 39.0771 27.42 38.4745 24.3678V24.3629ZM81.8072 77.9528H43.0992V81.1576H81.8072V77.9528ZM74.0714 16.9885C72.7438 16.3879 72.734 16.4519 71.8571 17.4168C70.8086 18.5737 69.7455 19.7699 68.5159 20.7151C66.0075 22.6399 63.1611 23.27 60.0698 22.3593C57.243 21.5274 55.205 19.6173 53.4364 17.3626C52.7064 16.4273 52.4125 16.3682 51.2955 17.023C52.3145 18.7016 53.5735 20.1736 55.0433 21.4584C58.8989 24.8306 63.6902 25.4656 67.9035 23.142C70.5245 21.6947 72.4498 19.5385 74.0714 16.9836V16.9885ZM56.4493 17.1017C60.1188 21.3551 65.1943 21.2566 68.5942 17.3823C64.5231 18.106 60.5254 17.8451 56.4493 17.1017ZM33.5166 81.0099C33.9918 79.9909 34.4376 79.0408 34.9177 78.0119C33.3696 77.6575 31.9244 77.3227 30.4448 76.983V80.306C31.4589 80.5373 32.4437 80.7638 33.5166 81.0099ZM89.876 78.0168C90.3169 78.9571 90.699 79.8186 91.1253 80.6506C91.1988 80.7933 91.4731 80.9459 91.6201 80.9164C92.5362 80.7441 93.4474 80.5176 94.3587 80.3109V76.9929C92.8791 77.3326 91.4339 77.6575 89.8711 78.0168H89.876Z' fill='black' stroke='black' stroke-width='2' mask='url(%23path-5-inside-1_2009_1946)'%3E%3C/path%3E%3C/svg%3E");
    }
    

    .lv-option-collection-wrapper [data-value="T-shirt"]:before{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 124 124' fill='none' class='lv-option-swatch lv-option-image-swatch lv-option-swatch__active lv-option-image-swatch__active active T-shirt'%3E%3Crect x='2' y='2' width='120' height='120' rx='10' fill='white' fill-opacity='0.8'%3E%3C/rect%3E%3Crect x='1' y='1' width='122' height='122' rx='11' stroke='black' stroke-opacity='0.8' stroke-width='2'%3E%3C/rect%3E%3Cpath d='M39.3834 100.592H37.6954V108.56C37.6954 108.832 37.6848 109.029 37.6634 109.152C37.6474 109.275 37.6074 109.403 37.5434 109.536C37.4581 109.696 37.3274 109.824 37.1514 109.92C36.9808 110.016 36.7888 110.064 36.5754 110.064C36.3621 110.064 36.1674 110.016 35.9914 109.92C35.8208 109.824 35.6928 109.696 35.6074 109.536C35.5434 109.403 35.5008 109.275 35.4794 109.152C35.4634 109.029 35.4554 108.832 35.4554 108.56V100.592H33.7674C33.3514 100.592 33.0608 100.549 32.8954 100.464C32.7514 100.389 32.6368 100.275 32.5514 100.12C32.4661 99.9653 32.4234 99.792 32.4234 99.6C32.4234 99.408 32.4661 99.2347 32.5514 99.08C32.6368 98.9253 32.7514 98.8107 32.8954 98.736C33.0608 98.6507 33.3514 98.608 33.7674 98.608H39.3834C39.7994 98.608 40.0901 98.6507 40.2554 98.736C40.3994 98.8107 40.5141 98.9253 40.5994 99.08C40.6848 99.2347 40.7274 99.408 40.7274 99.6C40.7274 99.792 40.6848 99.9653 40.5994 100.12C40.5141 100.275 40.3994 100.389 40.2554 100.464C40.0901 100.549 39.7994 100.592 39.3834 100.592ZM45.9722 104.608C46.2762 104.768 46.4282 105.043 46.4282 105.432C46.4282 105.821 46.2762 106.096 45.9722 106.256C45.8175 106.336 45.5322 106.376 45.1162 106.376H42.6842C42.2682 106.376 41.9829 106.336 41.8282 106.256C41.5242 106.096 41.3722 105.821 41.3722 105.432C41.3722 105.043 41.5242 104.768 41.8282 104.608C41.9829 104.528 42.2682 104.488 42.6842 104.488H45.1162C45.5322 104.488 45.8175 104.528 45.9722 104.608ZM52.4727 105.352L51.1127 105.152C50.1474 105.008 49.4114 104.691 48.9047 104.2C48.3607 103.672 48.0887 102.928 48.0887 101.968C48.0887 100.939 48.446 100.107 49.1607 99.472C49.8754 98.832 50.8407 98.512 52.0567 98.512C52.9794 98.512 53.838 98.696 54.6327 99.064C55.2407 99.3467 55.5447 99.7173 55.5447 100.176C55.5447 100.421 55.4594 100.651 55.2887 100.864C55.1127 101.067 54.8914 101.168 54.6247 101.168C54.4007 101.168 54.1234 101.083 53.7927 100.912C53.2274 100.613 52.6274 100.464 51.9927 100.464C51.4327 100.464 51.0007 100.597 50.6967 100.864C50.3927 101.125 50.2407 101.451 50.2407 101.84C50.2407 102.219 50.35 102.509 50.5687 102.712C50.8194 102.936 51.1714 103.083 51.6247 103.152L52.9607 103.344C53.9474 103.488 54.6754 103.784 55.1447 104.232C55.7314 104.781 56.0247 105.584 56.0247 106.64C56.0247 107.355 55.8354 107.976 55.4567 108.504C55.0834 109.032 54.5794 109.429 53.9447 109.696C53.3154 109.963 52.598 110.096 51.7927 110.096C51.1847 110.096 50.6727 110.053 50.2567 109.968C49.8407 109.877 49.4087 109.725 48.9607 109.512C48.566 109.325 48.278 109.139 48.0967 108.952C47.9154 108.76 47.8247 108.512 47.8247 108.208C47.8247 107.925 47.926 107.683 48.1287 107.48C48.294 107.315 48.502 107.232 48.7527 107.232C48.9714 107.232 49.2727 107.333 49.6567 107.536C50.0727 107.755 50.4327 107.909 50.7367 108C51.046 108.085 51.406 108.128 51.8167 108.128C52.4674 108.128 52.966 108.003 53.3127 107.752C53.6647 107.501 53.8407 107.149 53.8407 106.696C53.8407 106.285 53.726 105.968 53.4967 105.744C53.2994 105.557 52.958 105.427 52.4727 105.352ZM60.3491 105.232V108.56C60.3491 108.832 60.3384 109.029 60.3171 109.152C60.3011 109.275 60.2611 109.403 60.1971 109.536C60.1117 109.696 59.9811 109.824 59.8051 109.92C59.6344 110.016 59.4424 110.064 59.2291 110.064C59.0157 110.064 58.8211 110.016 58.6451 109.92C58.4744 109.824 58.3464 109.696 58.2611 109.536C58.1971 109.403 58.1544 109.275 58.1331 109.152C58.1171 109.029 58.1091 108.832 58.1091 108.56V100.048C58.1091 99.776 58.1171 99.5787 58.1331 99.456C58.1544 99.3333 58.1971 99.2053 58.2611 99.072C58.3464 98.912 58.4744 98.784 58.6451 98.688C58.8211 98.592 59.0157 98.544 59.2291 98.544C59.4424 98.544 59.6344 98.592 59.8051 98.688C59.9811 98.784 60.1117 98.912 60.1971 99.072C60.2611 99.2053 60.3011 99.3333 60.3171 99.456C60.3384 99.5787 60.3491 99.776 60.3491 100.048V103.248H64.2051V100.048C64.2051 99.776 64.2131 99.5787 64.2291 99.456C64.2504 99.3333 64.2931 99.2053 64.3571 99.072C64.4424 98.912 64.5704 98.784 64.7411 98.688C64.9171 98.592 65.1117 98.544 65.3251 98.544C65.5384 98.544 65.7304 98.592 65.9011 98.688C66.0771 98.784 66.2077 98.912 66.2931 99.072C66.3571 99.2053 66.3971 99.3333 66.4131 99.456C66.4344 99.5787 66.4451 99.776 66.4451 100.048V108.56C66.4451 108.832 66.4344 109.029 66.4131 109.152C66.3971 109.275 66.3571 109.403 66.2931 109.536C66.2077 109.696 66.0771 109.824 65.9011 109.92C65.7304 110.016 65.5384 110.064 65.3251 110.064C65.1117 110.064 64.9171 110.016 64.7411 109.92C64.5704 109.824 64.4424 109.696 64.3571 109.536C64.2931 109.403 64.2504 109.275 64.2291 109.152C64.2131 109.029 64.2051 108.832 64.2051 108.56V105.232H60.3491ZM71.3178 100.048V108.56C71.3178 108.832 71.3071 109.029 71.2858 109.152C71.2698 109.275 71.2298 109.403 71.1658 109.536C71.0805 109.696 70.9498 109.824 70.7738 109.92C70.6031 110.016 70.4111 110.064 70.1978 110.064C69.9845 110.064 69.7898 110.016 69.6138 109.92C69.4431 109.824 69.3151 109.696 69.2298 109.536C69.1658 109.403 69.1231 109.275 69.1018 109.152C69.0858 109.029 69.0778 108.832 69.0778 108.56V100.048C69.0778 99.776 69.0858 99.5787 69.1018 99.456C69.1231 99.3333 69.1658 99.2053 69.2298 99.072C69.3151 98.912 69.4431 98.784 69.6138 98.688C69.7898 98.592 69.9845 98.544 70.1978 98.544C70.4111 98.544 70.6031 98.592 70.7738 98.688C70.9498 98.784 71.0805 98.912 71.1658 99.072C71.2298 99.2053 71.2698 99.3333 71.2858 99.456C71.3071 99.5787 71.3178 99.776 71.3178 100.048ZM76.1928 105.464V108.56C76.1928 108.832 76.1821 109.029 76.1608 109.152C76.1448 109.275 76.1048 109.403 76.0408 109.536C75.9555 109.696 75.8248 109.824 75.6488 109.92C75.4781 110.016 75.2861 110.064 75.0728 110.064C74.8595 110.064 74.6648 110.016 74.4888 109.92C74.3181 109.824 74.1901 109.696 74.1048 109.536C74.0408 109.403 73.9981 109.275 73.9768 109.152C73.9608 109.029 73.9528 108.832 73.9528 108.56V99.968C73.9528 99.8187 73.9555 99.6987 73.9608 99.608C73.9715 99.5173 74.0008 99.4053 74.0488 99.272C74.0968 99.1333 74.1688 99.016 74.2648 98.92C74.3608 98.824 74.4755 98.752 74.6088 98.704C74.7475 98.656 74.8621 98.6293 74.9528 98.624C75.0435 98.6133 75.1635 98.608 75.3128 98.608H78.4248C78.9901 98.608 79.5075 98.7013 79.9768 98.888C80.4515 99.0693 80.8435 99.32 81.1528 99.64C81.4621 99.9547 81.7021 100.323 81.8728 100.744C82.0435 101.165 82.1288 101.613 82.1288 102.088C82.1288 102.771 81.9475 103.379 81.5848 103.912C81.2221 104.44 80.7155 104.835 80.0648 105.096L81.7688 108.064C81.9981 108.464 82.1181 108.763 82.1288 108.96C82.1395 109.141 82.0941 109.317 81.9928 109.488C81.8968 109.653 81.7581 109.787 81.5768 109.888C81.3741 110.005 81.1768 110.064 80.9848 110.064C80.7981 110.064 80.6301 110.019 80.4808 109.928C80.3368 109.832 80.2275 109.733 80.1528 109.632C80.0835 109.531 79.9875 109.371 79.8648 109.152L77.7528 105.464H76.1928ZM76.1928 103.592H78.3048C78.7901 103.592 79.1768 103.456 79.4648 103.184C79.7581 102.907 79.9048 102.544 79.9048 102.096C79.9048 101.648 79.7581 101.285 79.4648 101.008C79.1768 100.731 78.7901 100.592 78.3048 100.592H76.1928V103.592ZM90.2272 100.592H88.5392V108.56C88.5392 108.832 88.5285 109.029 88.5072 109.152C88.4912 109.275 88.4512 109.403 88.3872 109.536C88.3019 109.696 88.1712 109.824 87.9952 109.92C87.8245 110.016 87.6325 110.064 87.4192 110.064C87.2059 110.064 87.0112 110.016 86.8352 109.92C86.6645 109.824 86.5365 109.696 86.4512 109.536C86.3872 109.403 86.3445 109.275 86.3232 109.152C86.3072 109.029 86.2992 108.832 86.2992 108.56V100.592H84.6112C84.1952 100.592 83.9045 100.549 83.7392 100.464C83.5952 100.389 83.4805 100.275 83.3952 100.12C83.3099 99.9653 83.2672 99.792 83.2672 99.6C83.2672 99.408 83.3099 99.2347 83.3952 99.08C83.4805 98.9253 83.5952 98.8107 83.7392 98.736C83.9045 98.6507 84.1952 98.608 84.6112 98.608H90.2272C90.6432 98.608 90.9339 98.6507 91.0992 98.736C91.2432 98.8107 91.3579 98.9253 91.4432 99.08C91.5285 99.2347 91.5712 99.408 91.5712 99.6C91.5712 99.792 91.5285 99.9653 91.4432 100.12C91.3579 100.275 91.2432 100.389 91.0992 100.464C90.9339 100.549 90.6432 100.592 90.2272 100.592Z' fill='black'%3E%3C/path%3E%3Cpath class='garment-color' d='M31.5 40.5L38.5 21.5L52.5 15.5L54.5 16.5L64.5 17.5L72.5 15.5L76.5 16.5L86 21.5L93 40L81.5 46L80.5 82.5H44V46.5L31.5 40.5Z' fill='%23C7BAEC' style='fill: rgb(255, 255, 255);'%3E%3C/path%3E%3Cpath d='M62.3765 83.6343C56.4192 83.6343 50.457 83.6343 44.4997 83.6343C42.6625 83.6343 42.3783 83.3487 42.3783 81.5371C42.3783 70.4854 42.3588 59.4336 42.4077 48.3868C42.4126 47.2841 42.0501 46.7672 41.0997 46.3094C37.8173 44.7291 34.579 43.0603 31.321 41.4161C29.8807 40.6875 29.7435 40.3478 30.3118 38.8365C32.2323 33.6774 34.187 28.5232 36.0781 23.3542C37.1461 20.43 39.0812 18.4806 42.0207 17.4566C45.1023 16.3835 48.1397 15.1675 51.236 14.1337C51.8924 13.9122 52.8135 13.986 53.4503 14.2765C59.3342 16.989 65.1739 16.984 71.0578 14.2765C71.6947 13.9811 72.6157 13.9073 73.2722 14.1288C76.486 15.2118 79.6557 16.4228 82.8352 17.5945C85.471 18.5643 87.2836 20.3463 88.2733 23.0047C90.2476 28.3263 92.2219 33.6478 94.2502 38.9497C94.7009 40.1361 94.4363 40.8302 93.3096 41.3816C89.9586 43.0209 86.6566 44.7537 83.2958 46.3635C82.409 46.7869 82.1004 47.2595 82.1053 48.2588C82.1445 59.3106 82.1298 70.3574 82.1298 81.4091C82.1298 83.4029 81.8946 83.6343 79.886 83.6343C74.0511 83.6343 68.2212 83.6343 62.3863 83.6343H62.3765ZM73.4828 16.7822C71.0137 25.1806 67.6529 28.7299 62.2492 28.7299C56.8503 28.7299 53.5336 25.2199 51.0302 16.8216C49.2616 17.4714 47.493 18.1114 45.7293 18.771C44.2792 19.3125 42.834 19.8639 41.3985 20.4448C40.5363 20.7943 40.2521 21.2817 40.7126 22.281C41.8198 24.6834 42.9026 27.1152 43.7403 29.621C44.3331 31.3833 44.8132 33.2885 44.823 35.1296C44.9112 49.9326 44.872 64.7404 44.872 79.5434C44.872 80.0357 44.872 80.523 44.872 81.0202H79.6312C79.6312 80.3704 79.6312 79.8289 79.6312 79.2825C79.6312 64.6026 79.592 49.9227 79.6802 35.2478C79.69 33.3229 80.1946 31.339 80.8217 29.5028C81.7819 26.6968 83.0459 23.9942 84.2413 21.0995C80.7972 19.1304 77.0004 18.3083 73.4828 16.7773V16.7822ZM32.7761 39.3583C35.9997 40.973 39.091 42.5286 42.2167 44.0941C43.3239 37.6107 41.5896 28.154 38.5227 23.9695C36.6121 29.0942 34.721 34.1598 32.7761 39.3583ZM82.12 44.1827C85.4416 42.5089 88.5623 40.9385 91.7222 39.3485C89.7675 34.1303 87.8666 29.045 85.8678 23.6988C85.2113 25.2839 84.7655 26.6082 84.1335 27.834C82.4678 31.0683 81.8505 34.4699 82.1004 38.0931C82.2327 40.0475 82.1249 42.0166 82.1249 44.1827H82.12ZM53.8423 17.2056C54.4008 22.6502 58.4474 26.5442 63.0036 26.1947C66.7514 25.9042 70.8079 21.1438 70.5483 17.245C65.0221 19.2781 59.4959 19.283 53.8423 17.2007V17.2056Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
    } 

    .lv-option-collection-items{
        justify-content: center !important;
        gap: 10px;
        flex-wrap: wrap;
    }

    .lv-option-collection-block{
        margin-top: 10px;
        margin-bottom: 10px;

    }
    /*Resets*/
    .lv-option-collection-wrapper :is([data-value="Hoodie"], [data-value="Sweatshirt"], [data-value="T-shirt"]){
      border: none !important;
    }
    
    .lv-option-collection-swatch {
       width:var(--swatch-width) !important;
       height:var(--swatch-height) !important;
    }

    .lv-option-collection-image {
       display: none !important;
    }
    html{
        scroll-behavior: smooth!important;
            
    }

/* FIX -> Intersection between open modal and sticky header */
body:has(.sizeModal:not([style="display: none;"])) .section-site-header{
  position:relative !important;
  z-index:1 !important;
}

/*Mobile Product page*/
@media(min-width:321px){
  .reviews-share-items .loox-rating-label {
    font-size: 1rem;
  }

  .title-price-items h1{
    font-size:2rem;
  }
}

@media(min-width:410px){
  .pre-description-container{
    flex-direction:row;
  }

}

@media(min-width:425px){

  .product-block-variant-picker {
    margin-top: 1rem !important;
  }

  .shopify-product-form .push-btn-surface {
    font-size: 1.4rem;
  }

  .shipping-more-info-container{
    flex-direction:row;
  }

  .details-items{
    min-height:unset;
    gap:.6rem;
  }
}

@media(min-width:768px){

  .feature-media-item{
    padding-left: var(--section-x-padding);
    padding-right: var(--section-x-padding);
  }

  /*Collections*/
  #facets-results .product-tile:has(.sticker-container) .price__sale{
     display: flex;
     gap: .4rem;
    align-items:baseline;
  }
  
}


@media(min-width:990px){
  [data-css-mobile]{
    display:none;
  }

  [data-css-desktop]{
    display:block;
  }

 .sh-child-container :is(#shopify-block-loox_reviews_loox_rating_HYkDKt, .product-block-title, .filter-title, .product-block-price){
      display:block;
  } 
   [class*="mobile"] .sticker-container{
    display: none;
   }
  
  /* .lv-option-box{
    margin-top:2.4rem !important;
    margin-bottom:2.4rem !important;
  } */
  
  .lv-option-group {
    gap: .4rem;
  }

  .lv-option-group>div {
    flex-basis: auto;
  }

  .sh-product-container .Size label,
  .sh-product-container-2 .Size label{
    margin-bottom:1rem;
  }

  .pre-decription-icons{
    display:flex; 
    justify-content:space-between; 
    margin-bottom:44px!important; 
    margin-top:86px!important; 
  }

  .similar-product-container {
    flex-direction: row;
    gap: 1rem;
    align-items: unset;
  }


  [data-css-desktop].product-tile span {
    text-align: start; 
  }
  .product-content .shugert-card{
    max-width: min(100%,40rem);
  }
  .mobile_account{
    display: none;
  }

}

@media(max-width:989px){
    .scrollable-list {
        display: grid!important;
        grid-auto-flow: column!important;
        grid-template-columns: repeat(auto-fill, minmax(calc(100vw / 2.8), 1fr)); /* 2.2 items per viewport width */
        grid-template-rows: repeat(2, 1fr); /* 2 rows */
        gap: 16px; 
        overflow-x: auto!important;
        overflow-y: hidden;
        padding: 0!important;
        margin: 0!important;
        list-style-type: none!important;
        scrollbar-width: none!important; /* For Firefox */
        -ms-overflow-style: none!important;  /* For Internet Explorer and Edge */
    }
    .scrollable-list li {
        width: calc(100vw / 2.8); /* Ensures approximately 2.2 items per viewport */
        height:auto;
    }
    
    .scrollable-list::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
    }
}

@media(max-width:375px){
  .scrollable-list {
      grid-template-columns: repeat(auto-fill, minmax(calc(100vw / 2), 1fr))!important; 

  }
  .scrollable-list li {
      width: calc(100vw / 2)!important; 
  }

}

.info-container {
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding-inline: 2rem;
}

.info-container.active {
  max-height: 1000px; 
}

._sh-collection img:hover{
  cursor: pointer;
}

.sale{
  background-color: #e56977;
  color: white;
  border-radius: 999px;
  padding: 6px 12px;
  padding-block-start: 0.125rem;
  padding-block-end: 0.125rem;
  font-weight: bold;
  font-size: 0.9rem;
}

.title_background{
  margin: auto;
  width: fit-content;
  padding: 0.2rem 3rem;
  background: rgba(var(--color-scheme-accent-1), var(--tw-bg-opacity));
  border-radius: 3rem;
}

.media--small .sale_tag_img {
  display:none;
}

@media (min-width: 990px) {
  .sale{
    font-size: 1.2rem;
  }
}

.on-sale-tag{
  display: inline;
  margin-left: 10px;
  z-index: 999;
  vertical-align: text-top;
}

.sale_tag_img{
  position: absolute;
  top: 0px;
}

.sale_tag_mobile{
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 999;
}

@media (min-width: 990px){
  .nav-right,
  .logo{
    flex-grow: unset;
  }
  .nav-left{
    display: none;
  }
}

@media(min-width: 990px){
  #left-drawer-slot{
    top: 155px;
    height: calc(100vh-155px);
  }
  #left-drawer-slot button span{
    top:80px;
  }
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* Garment app - size, color  */
king-linked-options-product{
  display:none;
}

king-linked-options-product.loaded{
  display:grid;
  animation-name: fade;
  animation-duration: 750ms;
}

/* Zepto app - custom sleeve message */
.product-personalizer{
  float:none !important;
  display:none !important; 
}

.pplr-btn {
  border-radius: 28px;
}

.product-personalizer.loaded{
  display:grid !important;
  animation-name: fade;
  animation-duration: 750ms;
}

.product-personalizer.invalid-variant{
  display:none !important;
}

/*Header SALE link - shopify admin navigation*/
.sidebar-nav [href="https://selfcareisforeveryone.com/collections/mystery-items"]{
  font-weight:bold;
  justify-content:space-between;
}

.sidebar-nav [href="https://selfcareisforeveryone.com/collections/mystery-items"] svg {
  margin-right:.5rem;
}

#headerContainer nav [href="https://selfcareisforeveryone.com/collections/mystery-items"]{
  display:none;
}

/* Collection - self love */

@media(min-width:424px){
  [data-collection="a-dose-of-self-love"]{
     width:8em !important;
  }
}

@media(min-width:768px){
  [data-collection="a-dose-of-self-love"]{
    width:fit-content !important;
  }
}


@media only screen and (max-width: 989px) {
  #predictive-search-results-list li, #predictive-search-results-collections-list li {
    width: 150px;
  }
}

@media only screen and (max-width: 450px) {
  #predictive-search-results-list li, #predictive-search-results-collections-list li {
    width: 100px;
  }
}

.red-sale{
  background-color:#e56977 !important;
  color:white;
  border: 2px solid black;
}

/* Boxi app styles fixes */

html[data-boxi-modal-open="true"] body{
  padding-right: 0px !important;
}

@media (max-width: 500px) {
  #boxi-root ._modal_alxou_1 {
    top: 130px !important;
  }
}
.shipping-icons a:nth-child(3) {
  display: none;
}

.klnx_bot,.klnx_top{
  gap: 1.8rem;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  /*height:93%;*/
}

.klnx_bot p,
.klnx_top .p_header{
  font-size: clamp(1rem,3vw,2rem);
  line-height: clamp(1.1rem,3vw,2.4rem);
  white-space:nowrap;
}

.klnx_top .p_header{
  line-height: 1.2;
  font-size:1.4rem !important;
  white-space:normal !important;
}

.klnx_top .p_text{
  font-size: clamp(1rem,2.8vw,1.9rem);
  line-height: clamp(1.1rem,2.8vw,2.2rem);
}

#shopify-section-template--17495508451464__custom_liquid_brV4UJ .p_text {
  font-size: 18px !important;
  white-space: normal !important;
  line-height: 1.25 !important;
}

.top_bg,.bot_bg{
  max-height: 1350px;
}

.flower{
  width: clamp(40px,5vw,70px);
}

.target_img{
  max-width:44% !important;
}

.self-awareness_span{
  color:white;
  font-weight:800;
  display: flex;
  flex-direction: column;
  align-items:center;
  font-size:.75rem;
}

.self-awareness_span span {
  display: inline-block;
  background-color: #00b7dc;
  border-radius: 1.2rem;
  padding: 5px;
  line-height: 1;
  width:fit-content;
}

.self-awareness_p{
  white-space:normal !important;
  line-height: 1 !important;
  font-size:14px !important;
}

.top_bg.mobile{
  object-fit:unset !important;
}

#shopify-section-template--17495508451464__custom_liquid_4kBzJa h2{
  font-size:3rem;
}

[data-css-desktop]{
  display:none;
}

@media(max-width:425px){
    #shopify-section-template--17495508451464__custom_liquid_4kBzJa .left {
    left: -65px !important;
  }
  
  #shopify-section-template--17495508451464__custom_liquid_4kBzJa .right {
    right: -65px !important;
  }
}

@media (max-width:900px){
  .top_bg,{
    object-fit:contain; 
  }
  .top_bg,.bot_bg{
  max-height: 100%;
}
  .text_con{
    padding-inline:20px;
  }

  /*overlapping background img between section #1 and #2 */
  #shopify-section-template--17495508451464__custom_liquid_brV4UJ .top_bg {
    /* object-fit: unset !important; */
  }
  

}

@media(min-width:375px){
  .self-awareness_span{
    font-size:16px;
  }

  .self-awareness_p{
    max-width:75vw !important;
    font-size:16px !important;
  }

  #shopify-section-template--17495508451464__custom_liquid_4kBzJa h2{
    font-size:3rem;
    margin-inline:auto;
    max-width:10ch;
  }
}

@media(min-width:425px){
  .self-awareness_span{
    font-size:1rem;
  }
}

@media(min-width:768px){

  .klnx_top .p_header{
    max-width:45ch;
    font-size:1.6rem !important;
  }
  
  .self-awareness_span {
    font-size: 1.4rem;
  }

  .self-awareness_p{
    font-size:1.4rem !important;
  }

   #shopify-section-template--17495508451464__custom_liquid_4kBzJa h2{
    max-width:none;
  }
}

@media(min-width:1024px){

    [data-css-mobile]{
    display:none;
  }
  [data-css-desktop]{
    display:block;
  }
  
  .klnx_top .p_header{
    font-size:2rem !important;
  }

  #shopify-section-template--17495508451464__custom_liquid_brV4UJ .p_text {
    font-size: 1.5rem !important;
  }
}

@media(min-width:1300px){
   .self-awareness_p{
    font-size:1.9rem !important;
  }
}

@media(min-width:1440px){
  .klnx_top .p_header{
    font-size:2.1rem !important;
  }
   #shopify-section-template--17495508451464__custom_liquid_brV4UJ .p_text {
    font-size: 1.6rem !important;
    max-width:50ch;
  }
}


