/** Shopify CDN: Minification failed

Line 15:4 All "@import" rules must come first

**/
   /* @font-face {
   font-family: 'HelveticaNeue-Medium' !important;
    font-style: normal;
    font-weight: normal;
    src: url('/cdn/shop/files/HelveticaNeue-Medium.woff2?v=1755065279');
    } */
body.gradient.animate--hover-default {
    overflow-x: hidden;
}
    @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
    h1, h2, h3, h4, h5, h6, p, a, span, li{
       font-family: 'Helvetica Neue', sans-serif !important;
       font-weight:normal !important;
    }
 a.button {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 6px 10px;
    height: fit-content;
    width: 100%;
    max-width: 376px;
    margin-top: 32px;
    line-height: normal;
    /* display: inline-block; */
}
@media (max-width:749px){
     a.button {
    max-width: 250px;
}
}
.shopify-section-header-sticky .header__heading-link .header__heading-logo {
    max-height: unset !important;
}

.shopify-section{
position: relative;
background:#fff;
}
    .list-menu--inline {
    display: flex;
    gap: 40px;
    row-gap:10px;
    flex-wrap: wrap;
}
.header__menu-item, .menu-drawer__menu-item {
    padding: 0 !important;
}
.header__menu-item span {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600;
    color:#000 !important;
}
.header-right-cust {
    display: flex;
    justify-content: flex-end;
}
.header-right-cust header-drawer {
    display: block;
}
.menu-drawer {
    transform: translateX(100%) !important;
    right: 0;
    left: auto !important;
}
.js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
    transform: translate(0)!important;
    visibility: visible;
}
.header__icon svg {
    width: 20px !important;
    height: 20px;
}
ul.menu-drawer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
nav.menu-drawer__navigation {
    padding: 20px;
}
 .menu-drawer__menu-item {
 font-size:20px !important;
     text-transform: uppercase;
 font-weight:500;
 color:#000;
}
.header__menu-item:hover, .header__menu-item:hover a, .header__inline-menu ul li details[open=true] .header__menu-item, .header__inline-menu>ul>li.more-site-nav:hover>.header__menu-item span, .header__inline-menu>ul>li.more-site-nav:hover>.header__menu-item {
    color: #000;
}
.header__inline-menu ul li .header__menu-item span:after {
  display:none !important;
}
.header--logo-center-menu-left {
    grid-template-columns: 1fr auto 1fr !important;
}
.shopify-section-header-sticky .header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header__icons {
    gap: 30px;
}
.header__icon.wishlist {
    margin: 0;
}
.vn-page .page-width.section-template--18998537945225__main-padding {
    width: 100%;
    max-width: 60%;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
.vn-page h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    text-align: justify;
}
@media (max-width:1024px){

    .header__menu-item span {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
}
}
@media screen and (max-width: 989px) {
    .vn-page .page-width.section-template--18998537945225__main-padding {
    width: 100%;
    max-width: 100%;
}
    .header__icons {
  display: flex;
  grid-area: unset;
  justify-self: end;
  /* padding-right: 0.8rem; */
}
    .header__heading-logo {
        width: 50px !important;
    }
.header#site-header {
    grid-template-areas: "heading header-drawer" !important;
    grid-template-columns: 1fr auto !important;
}
.header__icons {
    gap: 0px;
}
nav.header__inline-menu {
    position: absolute;
    top: 85px;
    width: 100%;
    background: #fff !important;
    left: 0;
    margin: 0;
    padding: 10px;
    display: block;
    border-top: 1px solid #dedede;
}
.header#site-header {
    grid-template-areas: "heading header-drawer";
    grid-template-columns: 1fr auto;
}
.list-menu--inline {
    flex-wrap: nowrap;
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
}
.header__menu-item a {
    text-decoration: none;
    font-size: unset;
    line-height: normal;
    display: inline-flex;
    align-items: flex-end;
}
header-drawer {
    display: none;
}
.header__menu-item .icon-caret {
    margin-bottom: 3px;
}
}
@media (max-width:500px){
    .header__menu-item span {
    font-size: 11px !important;
    font-weight: 500;
}

}
/* header */

.background-fixed-custom {
     position:relative;
    margin: 0 !important;
}
.banner__media.fixed-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* Keep it behind the text */
  will-change: transform;
}
.page-width.banner__content {
    padding: 0!important;
    position: relative;
    max-width: 100% !important;
}
.page-width.banner__content:after {
    content: '';
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #000);
}
.page-width.banner__content.content-fixed .banner__box {
    position: fixed;
    bottom: 40% !important;
    width: 100%;
    /* height: 100% !important; */
}
.banner__buttons a.button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 16px;
    height: fit-content;
    width: 100%;
    max-width: 376px;
    margin-top: 32px;
    line-height: normal;
}
.page-width.banner__content.content-fixed .banner__box {
    position: fixed;
    bottom: 30%!important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.page-width.banner__content:after {
    height: 60%;
}
@media (max-width:749px){
    .banner--adapt {
    height: 90vh !important;
    object-fit: contain !important;
}
.banner__content {
    align-items: end !important;
}

    .banner__buttons a.button {
    margin-top: 0;
}
}
@media screen and (max-width: 479px) {
    .banner__heading.h1 {
        font-size: 26px !important;
        line-height: normal;
    }

}
/* background-fixed-banner */

.collection-list-custom-section {
    position: relative;
}
.soj-collection-cust .title-wrapper-with-link {
    justify-content: flex-start;
    padding-left: 132px;
}
.collection-list-title{
font-size:27px;
font-weight:300;
/* letter-spacing:0.1px; */
margin-bottom:20px;
}
.soj-collection-cust .card__content.below_image_title {
    display: none;
}
.collection-list-wrapper .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 132px !important;
}
.collection-list-wrapper .collection-list {
    padding-left: 132px;
    align-items: flex-start;
    justify-content: flex-start;
}
 button.slider-button {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 1px !important;
    color: #000 !important;
}
 slider-component.slider-mobile-gutter .slider-button .icon path{
    fill: #000 !important;
    /* stroke: #000; */
}
 slider-component.slider-mobile-gutter .slider-buttons .slider-button--prev {
    left: 30px;
}
 slider-component.slider-mobile-gutter .slider-buttons .slider-button--next {
    right: 30px;
}
 .slider-buttons {
    opacity: 0;
}
 slider-component:hover .slider-buttons {
    opacity: 1;
}
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 8px;
  }
  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
  }
  .slider-dot.active {
    background: #000;
  }
  @media (max-width:990px){

    .collection-list-wrapper .collection-list {
    padding-left: 80px;
}
.collection-list-wrapper .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 80px !important;
}
.soj-collection-cust .title-wrapper-with-link {
    padding-left: 80px;
}
  }
    @media (max-width:749px){

    .collection-list-wrapper .collection-list {
    padding-left: 20px;
}
.collection-list-wrapper .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 20px !important;
}
.soj-collection-cust .title-wrapper-with-link {
    padding-left: 20px;
}
.collection-list-title {
    font-size: 18px;
}

  }
/* collection */

.new-arrivals-section h2.main-title {
    text-align: left;
    font-size: 27px;
    text-transform: uppercase;
}
.new-arrivals-section .collection__title {
    padding-left: 132px !important;
    max-width: 100%;
}
 .new-arrivals-section .product-grid {
    padding-left: 132px;
    justify-content: flex-start;
}
.new-arrivals-section .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 132px !important;
}
 .slider-component-full-width .slider--desktop .slider__slide:first-child {
    margin-left: 0 !important;
}

.new-arrivals-section .card__heading a {
    font-size: 16px;
    color:#000 !important;
}
.new-arrivals-section span.price-item {
    font-size: 22px;
}

.product_tile_color_holder {
    display: none;
}
 @media (max-width:990px){

.new-arrivals-section .product-grid {
    padding-left:80px;
}
.new-arrivals-section .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 80px !important;
}
.new-arrivals-section .collection__title {
    padding-left: 80px !important;
}
  }
    @media (max-width:749px){
.collection .slider--tablet.product-grid {
    scroll-padding-left: 0 !important;
    padding: 0 !important;
}
.new-arrivals-section .product-grid {
    padding-left: 20px;
}
.new-arrivals-section .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 20px !important;
}
.new-arrivals-section .collection__title {
    padding-left: 20px !important;
}
.new-arrivals-section h2.main-title {
    font-size: 20px;
}

  }
/* new-arrival-section */

.home-page-tab .collection__title h2 {
    text-align: left;
    font-size: 27px;
}
.home-page-tab .collection__title, .home-page-tab .tabs-block {
    padding-left: 132px;
    max-width: 100%;
}
.home-page-tab .product-grid {
    padding-left: 132px !important;
    justify-content: flex-start;
}
.home-page-tab ul.tabs li{
    margin: 0 !important;
}
.home-page-tab a.button.active {
    border: none !important;
}
.home-page-tab ul.tabs {
    border-bottom: 1px solid #dedede;
    justify-content: flex-start;
    gap: 30px;
}
.tabs {
    margin-bottom: 10px !important;
}
.home-page-tab ul.tabs a.button {
    border: none;
    padding: 0!important;
    display: inline-block;
    line-height: normal;
    height: fit-content;
}
.home-page-tab  .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 132px !important;
}
.home-page-tab ul.tabs a.button.active{
     border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}
  @media (max-width:990px){

 .home-page-tab .collection__title, .home-page-tab .tabs-block {
    padding-left: 80px !important;
    max-width: 100%;
}
.home-page-tab .product-grid {
    padding-left: 80px !important;
    justify-content: flex-start;
}
ul.product-grid {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow-y: hidden;
}
.home-page-tab  .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 80px !important;
}
  }
    @media (max-width:749px){
        .home-page-tab .product-grid {
    padding-left: 20px !important;
    justify-content: flex-start;
}
.home-page-tab ul.tabs a.button {
    margin: 0;
}
.home-page-tab .collection__title h2 {
    text-align: left;
    font-size: 18px;
}
.home-page-tab .collection__title, .home-page-tab .tabs-block {
    padding-left: 20px !important;
    max-width: 100%;
}
.product-grid {
    padding-left: 0;
}
.home-page-tab ul.tabs a.button {
    padding-bottom: 10px !important;
}
.home-page-tab  .slider--desktop .slider__slide:first-child {
    scroll-margin-left: 20px !important;
}
  }
/* tabs */

span.subheading-blogs {
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.main-title.blog__title {
    font-size: 27px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.sub-title {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}
.article-card .card__heading {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.blog .article-card__excerpt {
    display: none !important;
}
/* blogs */

.rich-text__text.rte.scroll-trigger.animate--slide-in p {
    font-size: 16px;
    margin: 0;
    margin-top: 12px;
}
h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 27px;
}
.logo-image-cust-section .rich-text__wrapper.rich-text__wrapper--center img {
    width: auto;
    height: 200px;
}
.logo-image-cust-section .rich-text__text.rte.scroll-trigger.animate--slide-in p {
    font-size: 16px;
    margin: 0;
    margin-top: 32px;
    text-align: left;
}

/* richtext */

.footer-block:only-child:last-child {
    text-align: left !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}
.footer__content-top {
    padding-bottom: 2rem !important;
    display: block;
}  
.footer__column--info {
    border-top: none !important;
}
.footer__content-bottom {
    background: #f4f4f4;
    border: none !important;
}
.footer-block svg.icon.icon-caret {
    display: none;
}
/* footer */

.product__media-item .product__media {
    border-radius: 0 !important;
}
.product__media-item .global-media-settings {
    border-radius: 0 !important;
}
.product__media-item .global-media-settings img{
    border-radius: 0 !important;
}
.product__media-list {
    gap: 4px !important;
}
.product__title h1 {
    text-transform: uppercase;
    font-size: 18px;
}
fieldset.product-form__input .form__label, variant-selects .product-form__input .form__label {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #6a6a6a !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    outline: 2px solid #6a6a6a;
    outline-offset: 3px;
}
.product-form__input--pill input[type=radio]+label:before {
    border: 1px solid #6a6a6a;
    border-radius: 50% !important;
}
.product-form__input--pill input[type=radio]+label {
    border: 1px solid #6a6a6a !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: #000 !important;
    color: #fff !important;
    outline: 2px solid #6a6a6a;
    outline-offset: 2px;
}
.product__media.media.media--transparent {
    /* background: grey; */
    border: 1px solid #dedede;
}
.wishlist-share {
    display: flex;
    gap: 30px;
    align-items: center;
}
.wishlist-share .share-button__button .icon-share {
    margin-right: 0;
    width: 25px;
    height: 25px !important;
}

.wishlist-share .share-button__button {
    width: 45px;
    height: 45px;
    justify-content: center;
    display: flex;
    border: 1px solid #6a6a6a;
    border-radius: 50%;
    padding: 10px !important;
}
.product-form__input .quantity {
    border: 1px solid #6a6a6a !important;
    border-radius: 50px !important;
}
.installment {
    display: none;
}
.wish-comp {
    border: 1px solid #6a6a6a;
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    border-radius: 50px;
    padding: 10px;
}
.wish-comp .wish-title {
    text-transform: uppercase !important;
    font-size: 13px;
}
p.product__text {
    font-size: 15px;
    color: #000;
    margin: 0 0 24px 0 !important;
}
div#variant-inventory {
    font-size: 11px;
}
.size-popup {
    margin: 5px 0 0 0 !important;
    text-align: right;
}
span.price-item.price-item--regular {
    font-weight: 700;
}
.product__info-wrapper .price__regular {
    font-size: 32px;
    font-weight: 600;
}
.product-form__input {
    margin: 0 !important;
}
.product__title {
    margin-bottom: 24px !important;
}
variant-selects {
    margin: 0 !important;
}
.product-popup-modal__button {
    color: #00fdb5;
}
.product-form__submit {
    margin: 0;
}
.product__info-container .product-form-block {
    margin: 0;
}
div#price-template--18998538043529__main {
    margin: 0 0 24px 0;
}
.stock_alert {
    width: 100%;
    margin: 0 0 24px 0 !important;
}
.wishlist-share {
    margin: 0 0 24px 0 !important;
}
.price-per-item__container {
    background: #f4f4f4;
    border-radius: 50px;
}
.product__column-sticky {
    display: block;
    position: static !important;
    top: 3rem;
    z-index: 2;
}

.product__media-item {
    max-width: 100% !important;
    width: 100%;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    position: sticky;
    top: 0;
    height: 100%;
}

.product-variants-wrapper {
    flex-direction: row !important;
    justify-content: space-between !important;
}
fieldset.js.product-form__input.product-form__input--pill {
    margin-top: 10px !important;
}
@media (min-width:990px){
.product__media-wrapper {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 100%;
}
.product__media-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:990px){
    .product {
    flex-direction: column;
}
    .product-page .page-width {
    padding: 0;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
    .grid__item {
    max-width: 100% !important;
    width: 100% !important;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    padding: 0;
    margin-top: 30px;
}
.product__info-container {
    max-width: 100% !important;
}
.accordion-left-custom-block {
    padding-left: 15px;
    padding-right: 15px;
}
}


/* product page */

.product-count-sorting-cust {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 100% !important;
    justify-content: space-between;
    width: 100%;
}
.product-count {
    display: block !important;
    opacity: 1 !important;
}
.facets-product-count-section .product-count__text {
    font-size: 16px;
    color: #000;
}
.product-count-sorting-cust .facet-filters__label>label {
    display: block;
}
.custom-dropdown select {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* Style the fake label */
.custom-dropdown .custom-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 8px 12px;
  background: #fff;
  cursor: pointer;
  min-width: 150px;
  position: relative;
}

.custom-dropdown .label-text {
  font-size: 14px;
  color: #333;
}

.custom-dropdown .custom-icon {
  margin-left: 8px;
  pointer-events: none; /* lets clicks go to select */
}
svg#down-double-arrow {
    width: 20px !important;
    height: 20px !important;
}
.facet-filters__label {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 20px;
    gap:5px;
    margin: 0;
}
/* .sticky-filter-type .product-count-sorting-cust {
    display: none;
} */
.facets__summary {
    margin-bottom: 0 !important;
}
.facets__heading {
    margin: 0rem 2rem 0 0 !important;
}
.product-count-sorting-cust .filters-custom.facets-container {
    padding: 0 !important;
}
/* .product-count-sorting-cust .filters-sorting-custom{
    display: none;
} */
/* .sort-count-custom .filters-custom.facets-container{
    display: none !important;
} */
 .header-right-cust {
    display: flex; 
    justify-content: flex-end;
    padding-left: 10px;
}
header-drawer {
    padding-right: 0;
}
.variant-values {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
}
.variant-image-item, .variant-image-item:hover {
    border-color: #000;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
}
/* collection page */

@media (max-width:600px){
    .grid__item {
    max-width: 80% !important;
    width: 100% !important;
}
}
.blog__post .card__heading a{
    color: #fff !important;
}

.collection-hero__inner.page-width.scroll-trigger.animate--fade-in {
    flex-direction: column-reverse;
}
.collection-image-cust img {
    width: 100% !important;
    height: 150px !important;
    display: flex;
    object-fit: contain;
}
.variant-color-wrapper a img {
    width: 50px;
    /* border-radius: 50%; */
}
.variant-color-wrapper a.active {
    outline: 1px solid #000;
    height: 50px;
    display: inline-block;
    outline-offset: 3px;
}
.variant-color-wrapper a {
    display: inline-block;
}
.variant-color-wrapper {
    display: flex;
    gap: 10px;
}
quick-add-modal {
    display: none;
}

.product-media-item {
    position: relative;
    cursor: pointer;
}
.product-media-item .zoom-icon:hover {
    cursor: zoom-in;
}
button.zoom-icon {
       height: 3rem;
    width: 3rem;
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    border: none !important;
    align-items: center;
}
button.zoom-icon svg.icon.icon-plus {
       width: 1.2rem;
    height: 1.4rem;
}
.product-media-item .zoom-icon {
        opacity: 0;
    }
@media screen and (min-width: 990px) {
    .product-media-item:hover .zoom-icon, .product-media-item:focus .zoom-icon {
        opacity: 1;
    }
}

@media (max-width: 990px){
    section.people-also-like-slider.page-width {
    overflow-x: hidden;
}
.product-media-item .zoom-icon {
    opacity: 1;
}
.product-media-modal__content  img {
    display: block !important;
    height: 100vh !important;
    object-fit: cover;
}
}
@media (max-width: 600px) {
    .grid__item {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.collection-hero__description.rte {
    text-align: center;
}
facet-filters-form.facets.small-hide {
    display: flex !important;
}
.filters-options {
    display: flex;
}
.facets__wrapper {
    flex-wrap: nowrap !important;
        overflow-x: scroll;
}
.facets__form {
    gap: 0 !important;
}

@media (max-width:990px){
    .blog-layout {
    display: flex !important;
    flex-direction: column;
}
.article-back {
    margin-top: 20px;
}
.search-box input, .search-form input {
    width: 100% !important;
    padding: 6px;
    max-width: 90% !important;
}
}
@media (max-width:600px){
    .search-box input, .search-form input {
    width: 100% !important;
    padding: 6px;
    max-width: 80% !important;
}
}