/** Shopify CDN: Minification failed

Line 165:46 Expected identifier but found "facet-checkbox("
Line 480:14 Expected identifier but found whitespace
Line 480:16 Unexpected "{"
Line 480:36 Expected ":"
Line 480:41 Expected ":"
Line 540:18 Expected identifier but found whitespace
Line 540:20 Unexpected "{"
Line 540:40 Expected ":"
Line 540:45 Expected ":"
Line 810:1 Unexpected "{"

**/
/******************* 7 July Latest****************/
body .section-announcement .announcement-bar__text {
    font-size: 10px;
}
.complementary-products .collection-product-card .price--on-sale .price__sale
 {
    gap: 4px;
}
body .media-banner__slide {
    position: relative;
}
.product-popup button {
    padding-top: 3px;
}
.cs-related {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
.product-popup button#ProductPopup-popup_8XWjd4 {
    opacity: 0.5;
}
.section-announcement .announcement-bar {
    height: auto;
    overflow: visible;
}
.section-announcement .announcement-bar__message {
    min-height: 40px;
}
.card-information .price--on-sale .price__sale {
    flex-direction: row-reverse;
}
body .product__info-main_content .price dd.price__compare {
    margin-left: 0 !important;
}
body .product-area__rich-text-block p {
    margin-top: 6px;
    margin-bottom: 6px;
}
body .product .price-wrapper {
    margin-bottom: 8px;
}
.image-absulute-banner {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
body .product-area__rich-text-block {
    margin-bottom: 12px;
}
.media-banner-section .media-banner__slider {
    position: relative;
}
@media(max-width:767px){
  .section-announcement-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}
.custom-section-full .product-carousel .nav-tools .nav-tools__arrows {
    padding: 0;
}
.product__media-list-wrapper .slick-next
 {
    transform: rotate(180deg);
    margin-top: -10px;
}
.product__media-list-wrapper button.slick-arrow {
    background: url(/cdn/shop/files/arrow-slide-svg.svg?v=1751866835);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.product__media-list-wrapper .slick-prev {
    left: 10px;
}
  .product__media-list-wrapper .slick-next {
    right: 10px;
}
.product__media-list-wrapper button.slick-arrow:after, .product__media-list-wrapper button.slick-arrow:before {
    display: none !important;
}
}












.product-area__rich-text-block p {
    font-size: calc(var(--font-body-second-scale) * 1rem);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    margin: 10px 0;
}

.product-area__rich-text-block {
    margin-bottom: 18px;
}
#LookbookDrawer.drawer--right.drawer--is-open {
    display: block;
    transform: translate(-400px);
    transition-duration: .45s
}
div#main-cart-footer {
    max-width: 36rem;
}
.burger-menu__wrapper {
    padding: 0 !important;
}
product-recommendations.complementary-products.product-recommendations {
    max-width: 600px;
    width: 100%;
    display: block;
}
body .custom-section-full .product-carousel__text-block--wrapper a.button.button--simple {
    border-bottom: 1px solid;
    min-width: inherit;
}
.facets__list .facet-checkbox:before {
    content: "" !important;
    display: inline-block !important;
    width: 10px;
    height: 10px;
    border: 1px solid #bebebe;
    margin: .25rem .5rem 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    line-height: 1;
    flex: 0 0 10px;
    position: relative;
    top: -1px;
    border-radius: 0;
    background: transparent;
}
.facets__item>input[type=checkbox]:checked+.facet-checkbox--color:before{
  border-color: rgb(var(--color-button))!important ;
    background-color: rgb(var(--color-button)) !important;
}
.facets__item>input[type=checkbox]:checked + .facet-checkbox(.facet-checkbox--color):before{
      border-color: rgb(var(--color-button))!important ;
    background-color: rgb(var(--color-button)) !important;
}
body .facet-checkbox.link-hover-line:after, .facets__item>input[type=checkbox]:checked+.facet-checkbox--color:after{
  display: none !important;
}
.card-wrapper span.subtitle.badge.badge--custom.badge-transparent {
    margin-top: 15px;
    position: relative;
    left: -4px;
    top: -10px;
}
.product__info-main_content span.subtitle.badge.badge--custom.badge-transparent {
    width: 100%;
    padding: 0;
    margin-top: 7px;
}
body #LookbookDrawer.drawer--right.drawer--is-open {
    display: block;
    transform: translate(-400px);
    transition-duration: .45s;
    visibility: visible;
} 
#LookbookDrawer .drawer__close {
    position: static;
    float: right;
}
#LookbookDrawer .aspect--two-three {
    aspect-ratio: 2 / 3;
}
#LookbookDrawe .product-block .image, #LookbookDrawe .collection-block .image
 {
    position: relative;
}
#LookbookDrawer .prev-next-buttons button, #LookbookDrawer button.drawer__close-button {
    border: 0;
    outline: 0 !important;
}
#LookbookDrawer .drawer-header
 {
    display: flex
;
    justify-content: space-between;
    padding: 10px;
}
#LookbookDrawer svg {
    fill: ;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
#LookbookDrawer.drawer--right {
    width: 400px;
    right: -400px;
   left:auto;
}

#LookbookDrawer.drawer {
    display: none;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 15px 15px;
    max-width: 100%;
    z-index: 999;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 150px #0000001a;
    transition: transform .25s cubic-bezier(.165,.84,.44,1);
    left:auto;
}

#LookbookDrawer .drawer__inner {
    position: relative
}
#LookbookDrawer .drawer__inner {
    position: relative;
    display: inline;
    flex-wrap: wrap;
    overflow: inherit;
    max-width: 100%;
    transform: inherit;
    transition: inherit;
}
.section-background-video.section-background-video--inline {
  position: relative;
}
.section-background-video.section-background-video--inline, .section-background-video.section-background-video--inline .video-container {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.section-background-video .video-container--background {
  background: #000;
  padding: 0 !important;
}
.section-background-video .video-container--background .video-container__video {
  position: relative;
  height: 100%;
}
.drawer__inner .section-background-video.section-background-video--inline.top_video
 {
    display: none !important;
}
.section-background-video .video-container--background .video-container__fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, visibility 0.5s;
}
.lookbook_product_list .card-information__top {
    flex-wrap: wrap;
}
.section-background-video .video-container--background.video--play-started .video-container__fallback {
  opacity: 0;
  visibility: hidden;
}
.section-background-video .video-container--background div.video-container__video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
} 
#LookbookDrawer .video-container {
    position: relative;
    padding-bottom: 150% !important;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}
.video-container__video {
    line-height: 0;
}
.section-background-video .video-container--background video {
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.drawer__inner .lookbook_inner_content video {
    height: auto !important;
}
.section-background-video .image-overlay::after {
  display: none;
}

#LookbookDrawer button.drawer__close-button {
    background: transparent;
    color: #000;
    padding: 0
}

#LookbookDrawer .prev-next-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: absolute;
    right: 0
}

#LookbookDrawer .prev-next-buttons button {
    padding: 5px;
    background: transparent;
    width: auto
}

#LookbookDrawer .prev-next-buttons button#prev svg {
    transform: rotate(90deg)
}

#LookbookDrawer .prev-next-buttons button#next svg {
    transform: rotate(270deg)
}

.lookbook_product_list {
    display: none
}

#LookbookDrawer .lookbook_gallery__item {
    cursor: pointer
}

#lookbook_drawer_inner .lookbook_inner_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px
}
#lookbook_drawer_inner .collection-product-list {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px !important;
}
#lookbook_drawer_inner.drawer--right {
    width: 400px;
    right: -400px;
}
#lookbook_drawer_inner .lookbook_inner_content .gallery__image {
    position: sticky;
    height: 410px
}
#LookbookDrawer button.drawer__close-button {
    background: transparent;
    color: #000;
    padding: 0;
}
#LookbookDrawer .product-block__inner {
    position: relative;
    transform: translateZ(0);
}
#lookbook_drawer_inner .lookbook_inner_content .lookbook_product_list {
    display: block;
    grid-template-columns: inherit;
    row-gap: 5px;
    column-gap: 2px
}

#LookbookDrawer .drawer-header {
    display: flex;
    justify-content: space-between;
    padding: 10px
}
.lookbook_product_list .card__information-top.subtitle {
    display: none;
}
#LookbookDrawer .lookbook_inner_content .heading {
    text-align: left;
    font-size: 22px;
    margin: 0
}
.drawer-header {
    justify-content: flex-end !important;
}
.section-loobok-gallery .rte p {
    font-size: 12px;
}
.section-loobok-gallery {
    margin-top: 0;
}
.section-loobok-gallery .container {
    max-width: 1600px;
}
/***********updated css****************/
.section-gallery .cc-gallery.gallery--with-margins {
  margin: 0;
  padding: 0;
}

/*

  outer

  */
.section-gallery .cc-gallery.gallery--with-margins:not(.gallery--with-vertical-outer-padding) {
  margin: 0;
  padding: 0;
}

.section-gallery .wrapper .cc-gallery.gallery--with-margins:not(.gallery--not-full-width) .gallery__row {
  margin: 0 calc(-1 * 20px / 2);
}

/*

  element

  */
.section-gallery .cc-gallery.gallery--with-margins .gallery__item:not(.lookbook_gallery__item) {
  margin: 0 calc(var(--margin) / 2) calc(var(--margin) / 2);
}

/*

  overlay

  */
.section-gallery .cc-gallery .gallery__row .gallery__item .overlay-type {
  padding: var(--col-width);
}

.section-gallery .cc-gallery:not(.gallery--with-margins) .gallery__row .gallery__item .overlay-type {
  padding: calc(var(--col-width) + var(--margin));
}
.section-gallery .section-heading {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section-gallery .section-heading {
    padding-bottom: 0;
  }
}
.section-gallery .section-spacing .section-heading {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.section-gallery .cc-gallery.slick-slider {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.section-gallery .cc-gallery.slick-slider .gallery__item {
  margin-bottom: 0;
}
.section-gallery .cc-gallery.slick-slider .gallery__item .overlay-type {
  padding-top: {{ mobile_edge_gutter }}px;
}
.section-gallery .cc-gallery.slick-slider .gallery__item .overlay-type.position--bottom {
  padding-bottom: 60px;
}
.section-gallery .cc-gallery .gallery__item {
  position: relative;
  flex: 1 1 320px;
  width: 100%;
  transition: background-color 0.15s, opacity 0.7s;
  overflow: hidden;
}
.section-gallery .cc-gallery .gallery__item.image-overlay--bg-full::after {
  transition: opacity 0.6s;
}
.section-gallery .cc-gallery .gallery__item .image-overlay__image-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .section-gallery .cc-gallery .gallery__item .image-overlay__image-link .gallery__image, .section-gallery .cc-gallery .gallery__item .image-overlay__image-link .section-background-video--inline {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0, 0.14, 0.19, 1);
  }
  .section-gallery .cc-gallery .gallery__item .image-overlay__image-link:hover .gallery__image, .section-gallery .cc-gallery .gallery__item .image-overlay__image-link:hover .section-background-video--inline {
    transform: scale(1.05);
  }
}
@media (min-width: 1025px) {
  .section-gallery .cc-gallery .gallery__item:hover.image-overlay--bg-full::after {
    opacity: 0;
  }
}
.section-gallery .cc-gallery .gallery__item .gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
    body .banner-with-popup__gallery {
        min-height: inherit !important; 
    }
  .banner-with-popup__gallery--image-wrapper img.banner-with-popup__image.mobileimage {
    position: static;
    height: auto !important;
}
  .banner-with-popup__gallery--image-wrapper {
    position: static !important;
}
}
.section-gallery .cc-gallery .gallery__item.lazyload--placeholder {
  background-color: #fff;
}
@media (max-width: 767px) {
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--mobile-carousel) .gallery__item {
    margin-bottom: {{ mobile_edge_gutter }}px;
  }
body .custom-section-full .product-carousel__text-block--wrapper {
    padding-left: 2rem!important;
          padding-right: 2rem !important;
}
html body .product-carousel .nav-tools__arrows {
    width: 90%;
}
body .custom-section-full .product-carousel__wrapper {
    width: 100%;
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
}
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .section-gallery .cc-gallery.gallery--with-vertical-outer-padding {
    padding: 70px;
  }
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--with-vertical-outer-padding) {
    padding: 0;
  }
  .section-gallery .cc-gallery.gallery--with-margins .gallery__row {
    margin: 0 -10px;
  }
  .section-gallery .cc-gallery.gallery--with-margins .gallery__item {
    margin: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1441px) {
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--not-full-width) .gallery__row {
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--with-title {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--with-margins {
    margin-bottom: 0;
  }
  .section-gallery .cc-gallery.gallery--with-margins.gallery--with-title:not(.gallery--not-full-width) {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .gallery__row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .cc-gallery .gallery__row .gallery__item .overlay-type {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--grid-2 .gallery__item.gallery__item--enlarged {
    flex-grow: 2;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--grid-3 .gallery__item.gallery__item--enlarged {
    flex-grow: 3;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery.gallery--grid-4 .gallery__item.gallery__item--enlarged {
    flex-grow: 4;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .overlay__content.has-button {
    position: relative;
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-1 {
    margin-bottom: 0;
    transition: padding-bottom 0.6s cubic-bezier(0, 0.14, 0.19, 1);
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-3 {
    opacity: 0;
    transition: opacity 0.6s, bottom 0.6s cubic-bezier(0, 0.14, 0.19, 1);
    position: absolute;
    bottom: -70px;
    pointer-events: none;
  }
  .section-gallery .cc-gallery .overlay__content.has-button .line-3 .button {
    white-space: nowrap;
  }
}
img.lookbook_img {
    max-width: 100%;
    height: auto;
}
.rimage-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .position--hcenter .overlay__content.has-button .line-3 {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .position--left .overlay__content.has-button .line-3 {
    left: 0;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .position--right .overlay__content.has-button .line-3 {
    right: 0;
  }
}
@media (min-width: 768px) {
  .section-gallery .cc-gallery .gallery__item:hover .overlay__content.has-button .line-1 {
    padding-bottom: 70px;
  }
  .section-gallery .cc-gallery .gallery__item:hover .overlay__content.has-button .line-3 {
    bottom: 0;
    opacity: 1;
  }
}

body .collection-product-list--2-mobile .collection-product-card .card__title, 
  body .collection-product-list--2-mobile .collection-product-card .price,
  body .product-recommendations--2-mobile .collection-product-card .card__title,
  body .product-recommendations--2-mobile .collection-product-card .price,
  body .product-recommendations .card__title, body .product-recommendations  .price,
  body .product-recommendations__list--2-mobile .collection-product-card .card__title,
  body .product-recommendations__list--2-mobile .collection-product-card .price{
    font-size: 12px;
}
body .product-form__controls--colors {
    display: block;
}
.custom-section-full .product-carousel .nav-tools .nav-tools__arrows {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 999999;
    opacity: 1;
    justify-content: space-between;
}
body .custom-section-full .product-carousel__text-block--wrapper {
    flex-direction: inherit;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}
body .custom-section-full .product-carousel__button-block {
    gap: 0 !important;
    flex-direction: inherit;
}
body .custom-section-full .product-carousel__text-block--wrapper a.button.button--simple {
    padding: 0;
    justify-content: flex-end;
}
@media screen and (max-width: 750px) {
.custom-section-full  .product-carousel .nav-tools__arrows {
        opacity: 1;
        display: flex;
    }
body  .custom-section-full  .product-carousel__wrapper .product-carousel__product {
    width: calc(90% - .8rem);
}
 body  .custom-section-full svg {
        width: 21px;
        height: auto;
    }
  body .custom-section-full .product-carousel .nav-tools__arrows {
    padding-right: 25px;
}
    body .custom-section-full button.nav-tools__arrow.nav-tools__arrow--next {
        right: 0;
    }
  body .custom-section-full button.nav-tools__arrow.nav-tools__arrow--prev {
        left: 0;
    }
}
@media(min-width:1200px){
.custom-section-full .product-carousel__wrapper .product-carousel__product {
    width: calc(25% - .8rem);
}
}
.custom-section-full button.nav-tools__arrow.nav-tools__arrow--prev.js-product-carousel-arrow-prev.button.button--simple.swiper-button-disabled {
    opacity: 0.5;
}
.custom-section-full button.nav-tools__arrow.nav-tools__arrow--prev {
    left: -14px;
}
.custom-section-full button.nav-tools__arrow.nav-tools__arrow--next{
    right: -14px;
}
.custom-section-full svg {
    width: 25px;
    height: auto;
}

.custom-section-full button.nav-tools__arrow.nav-tools__arrow--prev {
    transform: rotate(180deg);
}

.custom-section-full .product-carousel .nav-tools__arrow--prev:after {
    display: none;
}
.custom-section-full svg {
    width: 25px;
    height: auto;
}
.custom-section-full .product-carousel__wrapper {
        width: 100%;
    }
.custom-section-full .product-carousel .nav-tools__scroll-cell {
        width: 100%;
        margin-top: 10px;
    }
.custom-section-full .product-carousel__text-block--wrapper {
    text-align: center;
    width: 100%;
    justify-content: center;
}
.custom-section-full .product-carousel .nav-tools .nav-tools__arrows {
    position: absolute;
}
.product-carousel__text-block--wrapper .section-heading.section-heading__only_heading {
    justify-content: center;
}
.custom-section-full .product-carousel__block {
    flex-direction: column;
    position: relative;
}
body .product-parameters variant-radios .product-form__controls .size-guide-btn {
    margin-top: 0;
}
.product-form__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
}
.link-hover-line {
    position: relative;
    color: #242424 !important;
}
body.template-index .header__icon .icon, body.template-index .menu-drawer-container.menu-opening .header__modal-close-button {
    color: #000 !important;
}
body.template-index .header__heading-logo--overlay:not(.search__header .header__heading-logo) {
    display: block !important;
}
body.template-index .header__icon .icon, body.template-index .menu-drawer-container.menu-opening .header__modal-close-button {
    color: #fff;
}
 {
    color: #fff !important;
}
.template-index .header__heading-logo:not(.search__header .header__heading-logo) {
    display: none !important;
}
.template-index .header__menu-item, .template-index .header__inline-menu button.mega-menu__toggle.burger-menu__toggle, .template-index .header .header__right--part  .link--text {
    color: #fff  !important;
}
body .facets-container {
    position: relative !important;
    top: inherit !important;
}
body .product-popup-modal__title, body .product__title,
product-recommendations h2.section-heading__heading.h3,
body h1.collection-hero__title.title--page.h2,
body .facets-modal__heading.h3, body p.cart__empty-text.h3,
body h2.drawer__heading.h3,
#account-modal .account__info h3, #account-modal .account__header h3,
.complementary-products .complementary-products-heading .product-recommendations__heading{
    font-size: 12px !important;
}
.card__title a {
    font-size: 12px !important;
}
.page-title {
margin-top: 0;
font-size: 12px !important;
}
.burger-menu__link {
	font-size: 12px !important;
}
.secondary-button {
font-size: 12px !important;
}
.rich-text__text p {
margin: 0;
font-size: 12px !important;
}
.collections-grid__title {
margin: 0;
font-size: 12px !important;
}
.body .facets-modal__heading.h3 {
font-size: 12px !important  
}
.facets__summary-title {
font-size: 12px !important;
}
.facet-checkbox__label {
font-size: 12px !important;
}
.facets__horizontal-top button.button--unstyled.facets__button-show {
font-size: 12px !important;
}
.facets-sorting__field .select select {
font-size: 12px !important;
}
.banner-with-popup__info {
font-size: 12px !important;
}
.button--simple span, .customer .button--simple span {
font-size: 12px !important;
}
.section-heading__heading {
font-size: 12px !important;
}
.custom-section-full svg {
    width: 20px !important;
}
@media (min-width: 1200px) {
    body .shopify-section-header-sticky:not(.shopify-section-header-hidden)~main .product .product__outer--static-column-aside .product__info-container .product__info-main
 {
        top: 0;
    }
}
@media (min-width: 1024px) {
    html body .product__outer--static-column-aside .product__info-container .product__info-main {
        max-width: 100%;
    }
  body .product__outer--static-column-aside .product__info-container .product__info-main>* {
    max-width: 85%;
    margin: 0 auto;
}
}
.swiper-wrapper-1
 {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.swiper-wrapper-1 .swiper-slide-1.collection-product-card {
    margin: 0;
    max-width: calc(33.33% - 10px);
}
.mobile-wrapper.product__media-list-wrapper {
    display: none;
}
.featured-slider.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom:0;
}

.featured-slider.slick-slider .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	display: block;
	padding: 0;
}

.featured-slider.slick-slider .slick-track,
.featured-slider.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	display: block;
}

.featured-slider.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.featured-slider .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
@media(max-width:768px){
  .product__media-list-wrapper.desktpo-media {
    display: none;
}
body .header-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product__outer--static-column-aside .product__media-item:first-child {
    width: 100% !important;
}
.product__outer--static-column-aside .product__media-list, .mobile-wrapper.product__media-list-wrapper, .featured-slider.slick-slider .slick-track, .featured-slider.slick-slider .slick-list {
    width: 100%;
}
.product__media-wrapper.desktpo-media {
    display: none;
}
.mobile-wrapper.product__media-list-wrapper {
    display: block;
}
.mobile-wrapper button.product__media-toggle, .mobile-wrapper span.product__media-icon {
    display: none;
}
}

































.footer .list-menu__item {
    padding: 0;
}
.menu-drawer__menu .menu-drawer__menu-item {
    text-transform: uppercase;
}
body .card-wrapper .media {
    padding-bottom: 150% !important;
}
body .collections-grid__image--portrait:after {
    padding-bottom: 150%;
}
ul.c-color-grid {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    gap: 22px;
    margin-bottom: 15px;
}
ul.menu-drawer__menu.list-menu.subextra {
    padding-top: 40px;
}
.c-code-flex span.c-code-wr {
    display: block;
    width: 45px;
    height: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(var(--color-foreground), .12);
}
.active .color-textt {
    text-decoration: underline;
}
ul.c-color-grid a {
    text-decoration: none;
}
span.color-textt {
    font-size: 12px;
}
.shopify-section:first-child.banner-with-popup-section {
    margin-top: calc(-1 * var(--header-height));
    padding-top: var(--header-height);
}
body .footer .newsletter__form .newsletter-form .newsletter__button {
    min-height: inherit;
    position: static;
}
body .burger-menu__link-1:after {
    bottom: -3px;
}
body.template-collection .shopify-section-header-sticky,
body.template-collection .shopify-section-header  {
    background: #fff !important;
}
.burger-menu__link-1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: .1rem;
    background-color: currentColor;
    transition: width var(--duration-default);
      opacity: 0;
   visibility: hidden;
} 
a.menu-promo:hover .burger-menu__link-1:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
a.menu-promo:hover .burger-menu__link-1:after {
    width: 100%;
}
.footer .newsletter__form .newsletter-form .newsletter__title {
    margin: 0 !important;
}
@media screen and (max-width: 430px) {
  .footer .newsletter__form .newsletter-form .newsletter__title {
    margin-top: -50px !important;
  }
}
.footer .newsletter__form .newsletter-form .field input{
  font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-text-transform);
    letter-spacing: calc(var(--font-button-letter-spacing) * .1);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    border-radius: var(--border-radius-button);
    transition: var(--duration-default);
    font-size: calc(var(--font-button-scale) * .9rem);
    line-height: var(--font-body-line-height);
  color: rgba(var(--color-button-tertiary-text));
}
.footer .newsletter__form .newsletter-form .field input::placeholder {
  font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-text-transform);
    letter-spacing: calc(var(--font-button-letter-spacing) * .1);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    border-radius: var(--border-radius-button);
    transition: var(--duration-default);
    font-size: calc(var(--font-button-scale) * .9rem);
    line-height: var(--font-body-line-height);
  color: rgba(var(--color-button-tertiary-text));
   opacity:1;
}

.footer .newsletter__form .newsletter-form .field input::-ms-input-placeholder { /* Edge 12 -18 */
  font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-text-transform);
    letter-spacing: calc(var(--font-button-letter-spacing) * .1);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    border-radius: var(--border-radius-button);
    transition: var(--duration-default);
    font-size: calc(var(--font-button-scale) * .9rem);
    line-height: var(--font-body-line-height);
  color: rgba(var(--color-button-tertiary-text));
    opacity:1;
}
.footer-block__heading {
    font-weight: 500;
    font-size: 12px !important;
}
.footer .newsletter__form .newsletter-form .newsletter__title {
    font-size: 12px !important;
}
.footer .newsletter__form .newsletter-form .field {
    display: block;
}

.footer .newsletter__form .newsletter-form__inner {
    margin-top: 10px !important;
}
.newsletter-form__field-wrapper {
    max-width: 300px;
}
.footer .newsletter__form .newsletter-form .field input {
    height: auto !important;
    min-height: inherit !important;
    line-height: normal !important;
}
.newsletter-form__field-wrapper input {
    border: 0 !important;
    padding: 0 !important;
}

.footer .newsletter__form .newsletter-form .newsletter__button {
    position: static;
    padding: 0 !important;
    justify-content: flex-start !important;
}
body .footer-block__heading {
    margin-bottom: 10px;
}
.footer .newsletter__form .newsletter-form .newsletter__title {
    margin: 0;
    font-size: calc(var(--font-subtitle-scale) * .9rem);
    font-weight: 600;
    text-transform: uppercase;
}
.footer .newsletter__form .newsletter-form__inner {
    margin-top: 10px;
}
@media (min-width: 1024px) {
    body .product__outer--static-column-aside .product__main {
        width: 50%;
       
    }
  body .product__outer--static-column-aside {
    gap: 0;
    flex-direction: inherit;
}
  html body .footer .newsletter__form {
    flex: 0 0 40%;
    max-width: 40%;
}
body .footer .list-menu__item {
    padding: 0;
}
  body     .product__outer--static-column-aside .product__info-container {
        width: 50%;
    }
  body  .product-parameters {
    margin: 2rem 0;
}
  body .product__outer--static-column-aside .product__info-container .product__info-main {
    max-width: 400px;
}
  body .product-parameters variant-radios {
    flex-direction: column;
    gap: 2rem;
}
  body .product__buy_buttons, .product .pickup-availability {
    margin: 2.5rem 0;
}
}
body .shopify-section-header-sticky {
    background: transparent !important;
}

.footer .newsletter__form {
    order: inherit;
}


.footer--mid-wrapper {
    flex: 1;
}

.footer--mid-wrapper .footer-block.footer-block--menu {
    flex: 0 0 48%;
}
body .shopify-section-header.have-background {
    background: transparent;
}
body  .menu-item__promo {
    display: flex
;
}
body .footer .newsletter__form {
    order: inherit;
}
body .footer .newsletter__form .newsletter-form .newsletter__button {
    border: 0;
    padding: 0;
}
@media only screen and (min-width: 992px) {
    body .menu-promo media-loader {
        height: auto;
        width: 100%;
    }
  body .footer--mid-wrapper .footer-block.footer-block--menu {
    flex: 0 0 46%;
    max-width: 46%;
}
body .footer--mid-wrapper {
        flex-direction: inherit !important;
        gap: 0 !important;
    }
}

.menu-promo media-loader {
    position: relative;
    display: block;
    height: 15.625rem;
    width: 11.75rem;
    width: 100%;
}
.menu-item__submenu a {
    display: inline-block;
    position: relative;
}

.menu-item a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.header__actions a, .header__actions button {
    color: inherit;
    font-weight: 350;
    line-height: 1;
}
.menu-promo {
    position: relative;
    color: #fff;
    width: 100%;
}
.menu-promo {
    flex: 0 0 50%;
    max-width: 50%;
}
.menu-promo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-popup, .product-popup * {
    line-height: 1;
}
body .complementary-products .complementary-products-heading {
    margin-top: 13px;
}
.menu-promo__content {
    max-width: 100%;
    margin-top: .5rem;
    text-align: center;
}
.menu-item__promo * {
    text-decoration: none;
}
.secondary-button {
    opacity: 1;
    visibility: visible;
    display: block;
}
.secondary-button {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    border: 0;
    background: #0000;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: rgba(var(--color-foreground));
    position: relative;
    text-decoration: none !important;
}
@media only screen and (min-width: 992px) {
   body  .menu-item__promo {
        margin-right: -2px;
        margin-left: -2px;
        margin-bottom: 0;
        overflow-x: initial;
    }

}

.menu-item__promo {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
body .facets-sorting__label:after{
  display:none;
}
body .facets__sort-wrapper {
    column-gap: 10px;
}
  .facets__horizontal-top button.button--unstyled.facets__button-show:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #dadada;
    bottom: 0;
    margin: auto;
}
.facets__button-show svg.icon.icon-filter {
    display: none;
}
  body .facets-sorting__label {
    line-height: 1;
}
body .modal-close-button:hover:not(.burger-menu__submenu-back) {
    transform: inherit;
}
.link-hover-line:after {
    opacity: 0;
    visibility: hidden;
    width:100%;
}
.link-hover-line:hover:after{
   opacity: 1;
    visibility: visible;
}
.facets-modal__content-wrapper .facets__list {
    flex-direction: column;
}
body .product-form__controls-group label:after {
    bottom: 0px;
    border-bottom: 2px solid #000;
    width: 100%;
}
body .product-form__controls--colors input:checked:not(.disabled)+label{
  border: 0 !important;
  
}
.button--simple span:after, .customer .button--simple span:after {
    transition: inherit;
}
.button--simple span:before, .customer .button--simple span:before {
    transform: inherit;
    transition: inherit;
}
.product-form__controls--colors  label:after{
  display: none !important;
}
body .product-form__controls-group input:checked+label:after:after {
    position: absolute;
   
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: .1rem;
    background-color: currentColor;
    transition: width var(--duration-default);
}
body .product-form__controls-group input:checked+label:after, body .product-form__controls-group input:checked:not(.disabled)+label{
    border-bottom: 2px solid #000;
    opacity: 1;
    visibility: visible;
}
 .facets__horizontal-top button.button--unstyled.facets__button-show {
    position: relative;
    padding-right: 15px;
    line-height: 1;
}
.product__description.secondary_text.rte, .product__buy_buttons {
    max-width: 300px;
}
body .facets__disclosure {
    padding-top: 10px;
    padding-bottom: 10px;
}
body .facets-modal__content-wrapper .facets__list {
    row-gap: 9px;
}
body .facet-checkbox--color:before{
  display: none !important;
}
.product-form__submit[disabled] {
    background-color: #000 !important;
    opacity: 1 !important;
}
body .facets-modal__header {
    padding-bottom: 10px;
}
body .facets__disclosure {
    padding-top: 10px !important;
    padding-bottom: 10px;
}
body .facet-checkbox.link-hover-line:after, .facets__item>input[type=checkbox]:checked+.facet-checkbox--color:after {
    width: 26px !important;
}
body .product__info-main .product__inventory {
    display: block !important;
    margin: 1.2rem  0;
}
.b-with-popup img.banner-with-popup__image.mobileimage {
    display: none;
}
@media(max-width:767px){
  .product__description.secondary_text.rte, .product__buy_buttons {
    max-width: 100%;
}
product-recommendations.product-recommendations .section-heading.section-heading__only_heading {
    margin-bottom: 14px;
}
body .section-product-recommendations {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
body product-recommendations.complementary-products.product-recommendations {
    margin-top: 15px;
    margin-bottom: 10px;
}
.complementary-products .complementary-products-heading {
    margin-top: 0 !important;
}
.b-with-popup img.banner-with-popup__image.mobileimage {
    display: block;
}
.b-with-popup img.banner-with-popup__image.desktopimage {
    display: none;
}
body .product__buy_buttons, body .product .pickup-availability {
    margin: 2rem 0;
}
body .product__description {
    margin: 1rem 0;
}
body .product-parameters variant-radios .product-form__controls .size-guide-btn span {
    font-size: 11px !important;
}
body .product-parameters variant-radios {
    flex-direction: column;
    gap: 1.5rem;
}
body .product-parameters {
    margin: 1.5rem 0;
    pointer-events: all;
}
  body .product-form__controls {
    max-width: 100%;
}
.product-recommendations__content {
    display: flex;
    flex-direction: inherit;
    white-space: inherit;
}

.product-recommendations__content ul.product-recommendations__wrapper {
    display: flex;
    overflow: auto;
    flex-wrap: inherit;
    column-gap: 8px;
}
.product-recommendations--2-mobile .collection-product-card .price--on-sale .price__sale {
        flex-direction: row;
        align-items: flex-start;
        column-gap: .4rem;
        text-align: left;
        justify-content: space-around;
    }
.product-recommendations__content ul.product-recommendations__wrapper li.product-recommendations__item {
    flex: 0 0 31%;
    max-width: 31%;
}
.product-recommendations--2-mobile .collection-product-card .card-information__top * {
    font-size: 11px;
}
.product-recommendations__list--2-mobile .collection-product-card .price * {
    font-size: 11px;
}
body .card-information__top {
    flex-direction: column;
    align-items: flex-start;
}

body .collection-product-list--2-mobile .collection-product-card .card__title, 
  body .collection-product-list--2-mobile .collection-product-card .price,
  body .product-recommendations--2-mobile .collection-product-card .card__title,
  body .product-recommendations--2-mobile .collection-product-card .price,
  body .product-recommendations .card__title, body .product-recommendations  .price,
  body .product-recommendations__list--2-mobile .collection-product-card .card__title,
  body .product-recommendations__list--2-mobile .collection-product-card .price{
    font-size: 12px;
}

.facets-sorting__field .select select option, .facets-sorting__field .select select {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;    
    border-radius: 0 !important; 
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}
  .facets__sort-wrapper.facets__sort-wrapper_vertical {
    justify-content: flex-end;
}
.products-grid[data-productis-in-row=small] .collection-product-list--2-mobile {
        gap: 10px;
}
  .facets__sort-wrapper .facets__product-count {
    display: none;
}


  body .footer .newsletter__form .newsletter-form__field-wrapper {
    max-width: 100%;
}
body .footer .newsletter__form .newsletter-form__inner {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
  body .footer .newsletter__form .newsletter-form .newsletter__button {
    margin: 0;
    border: 0;
}
}
@media(max-width: 1920px) {
body .shopify-section-header-sticky:not(.shopify-section-header-hidden)~main .product .product__outer--static-column-aside .product__info-container .product__info-main {
        top: 40px;
    }
}
@media(max-width: 1200px) {
body.overflow-hidden-tablet .shopify-section-header {
        background-color: rgb(255, 255, 255) !important;
    }
}

@media(max-width: 1920px) {
  body .product__description p {
    margin: 1rem 0;
}
html body  .product__info-main .product__inventory {
    display: block !important;
    margin: 1rem 0;
}
html body .product__buy_buttons, 
html  body .product .pickup-availability {
        margin: 1rem 0;
    }
body .product__description {
    margin: 1rem 0;
}
.product .price-wrapper
 {
    margin-bottom: 1rem;
}
html body .product__info-main .product__inventory
 {
    margin: 1rem 0;
    margin-top: -18px !important;
}
html body .product-parameters {
        margin: 1rem 0;
    }

}