/** Shopify CDN: Minification failed

Line 400:56 Unexpected "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
:root{
  --breadcrumb-color: #121924 !important;
}
body,.sidebarBlock-heading {
   font-family: "Montserrat", "Arial", "sans-serif" !important;
}
input::placeholder {
  color: #999;
}
#shopify-section-template--18737915658409__custom_liquid_m6CtLN {
 padding-bottom: 30px; 
}
.tab-content .text, .toggle-content {
        font-family: "Montserrat", "Arial", "sans-serif" !important;
        font-weight: 500!important;
      }
  a:focus-visible ,button:focus-visible{
          outline: 2px solid #7e02be !important;
          outline-offset: 2px  !important;
          box-shadow: 0 0 0 2px white !important;
          border-radius: 2px  !important;
        }
        .jdgm-form input[type="text"], .jdgm-form input[type="email"], .jdgm-form input[type="url"], .jdgm-form textarea {font-size:16px !important;}
        .jdgm-widget.jdgm-widget{
          width: 1170px;
          margin: 0 auto!important;
        }
        @media (max-width: 768px) {
          .jdgm-widget.jdgm-widget, article.jdgm-widget{
            width: 100% !important;
            padding: 0 10px;
          }
        }

        @media screen and (min-width: 1025px) {
          .sticky-search-menu-open .header-nav-hamburger .search__input {
              font-size: 20px !important;
          }
      }
      .jdgm-widget.jdgm-widget{
        width: 100%;
      }
      article.jdgm-widget{
        width: 1170px !important;
      }
      .ymq-option-error-text{
        font-weight: bold;
        font-size: 14px;
      }
      [ymq-option-type="16"] .ymq-option-value-items .ymq-option-value-info {
          display: flex !important;
      }
      [ymq-option-type="15"] .ymq-option-value-items .ymq-option-value-info {
          display: flex !important;
      }

      @media (max-width: 767px) {
          .section-block-template--17995001790633__custom_image_banner_MHXtFE{
            padding-top: 20px!important;
            padding-bottom: 10px!important;
          }

          #shopify-section-template--17995001790633__custom_liquid_dPRhfC > .section-template{
            padding: 0px!important;
            padding-bottom: 10px;
          }
          #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi > div > div{
            padding: 20px 0;
          }
      }
      body.is-bg {
        background: #000 !important;
      }

      main#MainContent {
        background: #fff !important;
      }
      .productView-price .price.price--medium .price-item {
        color: #ea4226;
      }
      
      .price__sale .price-item.price-item--regular{
        color: #777 !important;
        font-size: 15px !important
      }
      .template-product .price__sale .price-item.price-item--regular {
        color: #777 !important;
        font-size: 18px !important
      }
      .body-content-wrapper {
        background: #000;
      }

      .header-navigation .header__icon--cart .cart-count-bubble, .header-mobile__item .header__icon--cart .cart-count-bubble  {
         background: #7e02be !important;
         color: #fff !important;
      }
      .header-navigation .header__icon--cart .cart-count-bubble:hover,.header-navigation .header__icon--cart:hover .cart-count-bubble .text:hover,.section-header-navigation .header-icons .header__icon:hover .text{
         color: #fff !important;
      }

      .ymq-option-swatches-image-container .ymq-option-swatches-image{
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          width: 100%;
          aspect-ratio: 1/1 !important;
      }
      .ymq-option-value-items-scroll-0 .ymq-option-swatches-input:checked+.ymq-option-swatches-item{
          outline: none !important;
      }
      .ymq-option-value-items-scroll-0 .ymq-option-swatches-input:checked+.ymq-option-swatches-item .ymq-option-swatches-label{
          font-weight: 600;
      }
      .ymq-option-value-items-scroll-0 .ymq-option-swatches-input:checked+.ymq-option-swatches-item img{
          outline: calc(var(--ymq-option--img-border-checked-width, 2) * 1px) solid var(--ymq-option--img-border-checked-color);
      }
      .ymq-option-value-items-scroll-0 .ymq-option-swatches-item{
          outline: none !important;
      }
      .ymq-option-value-info{
          display: grid !important;
          width: 100% !important;
          grid-template-columns: repeat(4, 1fr);
      }
      .ymq-option-swatches-label{
          font-size: 13px;
      }
      .ymq-option-swatches-image-container{
          width: 100% !important;
      }
      .product-form__buttons{
          display: flex;
          align-items: center;
          gap: 20px;
      }
      .product-form__buttons>span{
          flex: 1;
      }
      .ymq-option-button-content .ymq-option-button-text {
        text-align: left;
      }

      @media (max-width: 768px) {
          .ymq-option-value-info{
              display: grid !important;
              grid-template-columns: repeat(3, 1fr);
          }
          .halo-productView-left.productView-images{
              padding-right: 0px;
          }

          .productView-action {
              width: 100%;
          }
          .productView-action .button,.shopify-payment-button__button--unbranded {
            height: 48px !important;
          }
      }
      
      .article-item .blog-title a {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          height: 2.5em;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .article-item .blog-summary  {
        display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .halo-productBadges {
        border-radius: 10px;
        overflow: hidden;
      }
      .list-payment__item.klarna .icon {
        height: 30px !important;
        margin-top: 1px;
        fill: rgb(255 168 205) !important;
      }
      .shopify-policy__container {
        max-width: 1200px !important;
        padding: 20px;
      }

      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item,  #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__item-wrapper {
        height: 330px !important;
      }

      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item {
        border: 1px solid #272727;
        width: 32.7% !important;
        margin: 0 0.33%;
        padding: 30px 10px;
        position: relative;
        padding-top: 72px;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item__timestamp {
        display: block !important;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item__reviewer-name-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 20px;
        padding-right: 30px;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-wrapper .jdgm-carousel-item__review {
        text-align: left;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item__review-title {
        margin: 10px 0;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__arrows {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        height: 1px !important;
      }
      .jdgm-widget.jdgm-widget {
        position: relative
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__left-arrow.jdgm-carousel__left-arrow {
        position: relative;
        left: -20px;
      }
      #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__arrows .jdgm-carousel__right-arrow.jdgm-carousel__right-arrow {
        position: relative;
        right: -20px;
      }
      .all-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: fit-content;
        margin-top: 40px;
        margin-bottom: 60px;
      }
      .view-all-btn {
        padding: 8px 0;
        text-align: center;
        background-color: #7e02be;
        margin: 0 auto;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 6px;
      }
      .view-all-btn:hover {
        color: white;
      }
      .spotlight-block .content_absolute .content.align-items--bottom.enable-transparnet {
        transform: translate(-50%, 0%) !important;
      }
      .vip-desc {
        padding: 15px 5px;
      }
      .section-block-template--18737915658409__1647069160821d88be .slider-button--prev .icon {  
          margin-top: 0px !important;
        }
      @media (max-width: 768px) {
        #shopify-section-template--18737915658409__1647069160821d88be .slider-arrows .slider-button.slider-button--next {
          right: -10px;
        }
        
        #shopify-section-template--18737915658409__1647069160821d88be .slider-arrows .slider-button.slider-button--prev {
          left: -10px;
        }
        .spotlight-block .content_absolute .content.align-items--bottom.button_style_2 {
          bottom: 0px !important;
        }
        .all-btn {
          padding-top: 10px;
          padding-bottom: 25px;
        }
        .spotlight-inner .link_title {
          font-size: 1.5rem;
        }
        #spotlight-template--17995001790633__spotlight_block_RX4mUC .button {
          font-size: 10px !important;
          font-weight: 500 !important;
          padding-top: 5px !important;
        }
        #spotlight-template--17995001790633__spotlight_block_RX4mUC .spotlight-button span {
          margin-top: 0px !important;
        }
        #spotlight-template--17995001790633__spotlight_block_RX4mUC .spotlight-item .img-box a {
          min-height: auto !important;
        }
        .spotlight-block .halo-row.column-mb-2 .halo-item:not(.slider__slide) {
          padding-left: 0px !important;
          padding-right:0px !important;
          margin-top: 0px !important;
        }

        #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel-item {
          width: 100% !important;
          margin-left: 0;
          margin-right: 0;
        }
        #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__left-arrow.jdgm-carousel__left-arrow {
            position: relative;
            left: -5px;
        }
        #shopify-block-AZEloVVYyUUlDbU9va__judge_me_reviews_featured_carousel_fPnRNi .jdgm-carousel__arrows .jdgm-carousel__right-arrow.jdgm-carousel__right-arrow {
          right: 15px;
        }
        .vip-desc {
          font-size: 1.2rem;
          padding: 6px 2px !important;
          line-height: 1.3;
        }

        .list-payment__item .icon{
          height: 18px !important;
        }
        .list-payment__item.klarna .icon, .list-payment__item.dmca img {
          height: 17px !important;
        }
        .footer-block__list-payment ul li {
          margin-right: 5px !important;
        }
        .list-payment__item.dmca img {
          margin-top: 0px !important;
          width: 47px !important;
        }
        .copyright__content p {
          font-size: 1.4rem !important;
        }

        .footer-block__mobile .footer-block__heading:after {
          height: 1px !important;
        }
         .footer-block__mobile .footer-block__heading:before {
          width: 1px !important;
        }

        .newsletter-section .container-1770 {
          padding-left: 30px !important;
          padding-right: 30px !important;
        }

        .newsletter-section .section-content .title {
          font-size: 20px !important;
          font-weight: 500 !important;
        }

        .newsletter-section .newsletter-form__button {
          /* aspect-ratio: 363/41; */
          width: 100%;
          height: 48px !important;
          font-size: 14px !important;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 17px !important;
        }
        .newsletter-section .newsletter-form__field-wrapper .field__input {
          height: 42px !important;
          display: flex;
          font-size: 14px !important;
          align-items: center;
          justify-content: center;
          margin-top: 10px;
        }
        .newsletter-form__field-wrapper .effect_placeholder {
          bottom: 9px !important;
        }
        .newsletter-form__field-wrapper .effect_placeholder span{
          font-size: 14px !important;
        }
        .copyright__content p,.footer-block__details p, {
          color: #A9A7A7 !important;
        }
        .footer-block__details .rte .content-piece .icon svg {
         fill: #A9A7A7 !important;
        }
        .footer-block__column .footer-block__heading {
          font-size: 16px !important;
        }
        .footer-block__mobile .footer-block__heading {
          font-size: 14px !important;
        }
        .halo-popup.halo-recently-viewed-popup.is-show {
          top: 70% !important;
        }

        .footer-block__list-payment ul li.klarna {
         margin-right: 0px !important;
        }

        .footer-1 .footer-block__list-social .list-social {
         padding-left: 5px !important;
        }

        .card-title {
            font-size: 1.6rem;
            line-height: 1.25 !important;
          }
         
          .card-title-ellipsis {
            margin-bottom: 0px !important;
          }
           
         .tabs-contents .toggleLink {
            font-weight: 500 !important;
         }
          #shopify-section-template--17995001790633__17543789773ce02afc .jdgm-carousel-item__review-body > p {
          color: #DCDCDC !important;
          font-size: 1.4rem !important;
          line-height: 1.4 !important;
        }
      }
     
      .jdgm-carousel-item__timestamp {
         font-style: normal !important;
      }
      .about-title {
         line-height: 1 !important;
      }
      .newsletter-section .section-content-wrapper {
        align-items: stretch !important;
      }
      .jdgm-prev-badge {
        margin-bottom: 5px;
      }
      .jdgm-write-rev-link.jdgm-write-rev-link {
            background-color: #fff !important;
            color: #000 !important;
            font-size: 13px;
            text-decoration: none;
            text-align: center;
            width: auto;
            line-height: 30px;
            background: 0 0;
            color: #000;
            border: 1px solid #ccd6e0 !important;
            padding: 3px 20px;
            border-radius: 3px;
            font-weight: 500 !important;
            box-shadow: 2px 3px 5px 0 #8888886b !important;
      }


      .jdgm-histogram__bar {
        background: #f0f0f0!important;
      }

      .jdgm-sort-dropdown {
        font-size: 16px !important;
        color: #000 !important;
      }

      .jdgm-rev__author {
        color: #000 !important;
      }

      .jdgm-histogram .jdgm-star {
        color: #777777 !important;
      }

      .newsletter-section .newsletter-form__button {
        background: #7E02BE !important;
        border-color: #7e02be !important;
      }

      .jdgm-histogram__frequency {
        color: #000 !important;
      }

      .halo-recently-viewed-popup.is-show {
        top: auto !important;
        right: 30px;
        transform: translate3d(0, -150%, 0) !important;
        top: 80% !important;
      }
      #shopify-section-template--17995001790633__custom_image_banner_bKFtWH .button {
         height: 46px!important;
         font-weight: 500 !important;
      }
      #shopify-section-template--17995001790633__custom_image_banner_bKFtWH .button span {
         margin-bottom: 5px;
      }

      .jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow{
        border-width: 1px !important;
        width: 12px !important;
        height: 12px !important;
      }
      .carousel-control::after  {
        border-width: 1px 1px 0 0 !important;
        width: 12px !important;
        height: 12px !important;
      }

      .product-block__collection--list {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content !important;
        padding: 0 30px !important;
      }

      .spotlight-item .content.align-items--bottom {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

      #shopify-section-template--17995001790633__17543789773ce02afc .jdgm-carousel-item__review-body > p {
        color: #DCDCDC !important;
      }

      #shopify-section-template--17995001790633__spotlight_block_RX4mUC .spotlight-button.enable-transparnet span {
        text-decoration: none !important;
        position: relative;
      }
      #shopify-section-template--17995001790633__spotlight_block_RX4mUC .spotlight-button.enable-transparnet span:after {
          content: '';
          height: 3px;
          width: 100%;
          position: absolute;
          background: #7e02be;
          left: 0;
          bottom: -5px;
      }
      .halo-productBadges .badge.custom-badge {
         display: none !important;
      }

.section-block-template--17995001790633__16321237356a896dad .slick-dots li button {
  background: #000!important;
  border-color: #000 !important;
}
.section-block-template--17995001790633__16321237356a896dad .slick-dots li.slick-active button{
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
[data-section-type=header-collection] .breadcrumb a, [data-section-type=header-collection] .breadcrumb span, [data-section-type=header-collection] .breadcrumb .separate, [data-section-type=header-collection] .breadcrumb .separate svg, [data-section-type=header-collection] .breadcrumb .bd-title a {
  color: #000 !important;
  fill: #000 !important;
  font-size: 16px !important;
}
.sidebarBlock:first-child .sidebarBlock-heading,.sidebarBlock-headingWrapper .sidebarBlock-heading {
  font-size: 18px !important;
}
.sidebar--layout_1 .sidebarBlock-heading {
  border-color: #ececec !important;
}
.sidebar--layout_1 .sidebarBlock-headingWrapper .sidebarBlock-heading:after {
  width: 14px !important;
}
.navPages-action {
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}
.sidebarBlock-content .button.button--primary {
  border-color:  #ddd !important;
  background: #fff !important;
  color: #000;
  text-transform: none !important;
  font-weight: 500!important;
  border-width: 1px; 
  border-radius: 4px;
  padding: 8px 15px;
  overflow: hidden;
}
.form-actions {
  border-radius: 4px;
  overflow: hidden;
}
.facets__price--slide {
  margin-bottom: 40px !important;
}
.facets__price--box {
  justify-content: space-between;
}
.facets__price--box.clearfix:after {
  content: none !important;
}
.facets__price--slider {
  padding-top: 10px !important;
}
.animate--hover-vertical-lift .button:not([disabled]):hover {
  transform: translateY(0) !important;
  background: #7e02be !important;
  color: #fff !important;
}
.sidebarBlock-content .facets__price--box .filter__price {
  padding: 7px 15px !important;
  border-radius: 4px !important;
}
.sidebarBlock {
  margin-bottom: 10px !important;
}
.toolbar .toolbar-dropdown .label-tab {
  border-radius: 4px;
  border-color:rgb(214, 212, 212) !important;
}
.facets__list {
  gap: 16px !important;
}
.facets__list label{
  font-size: 17px !important;
}
.facets__item{
  margin-bottom: 0px !important;
} 
.facets__item input[type=checkbox]+.form-label--checkbox,  .sidebar--layout_1 .is-clicked>.link:before {
  color: #000 !important;
}
@media (max-width: 1024px) {
    .toolbar .toolbar-dropdown.filter-sortby .label-tab.hidden-on-desktop {
      justify-content: center;
    }
  }

.page-sidebar .halo-sidebar-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px !important;
}
.facets-vertical #CollectionFiltersForm .sidebarBlock-content {
  padding: 20px 0 16px !important;
}
.all-categories-list {
  padding-top: 12px !important;
  padding-bottom: 12px;
}

.image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-dots {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
  margin-top: 10px;
}
.halo-banner-wrapper .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .flex-box__banner .banner-item {
  overflow: initial !important;
}


.halo-banner-wrapper .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838  .flex-box__banner.row-reverse{
  background: #F4F4F4;
  border: 1px solid #ececec;
  padding: 6px 15px;
  padding-bottom: 26px;
}

  .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-content .content-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #shopify-section-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-item {
    width: 50% ;
  }
  #shopify-section-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-content {
    width: 45%;
  }
   #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-next.slick-arrow,
  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-prev {
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
  }
 #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-next.slick-arrow svg,
  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-prev svg {
    width: 28px !important;
    height: 28px !important;
  }
   #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-next {
    right: -40px !important;
  }

  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-prev {
    left: -40px !important;
  }
  .slick-arrow:hover {
    border-color: transparent !important;
    background: transparent !important;
  }
  .slick-arrow svg {
    color: #000000;
    fill: #000000;
  }
  .slick-arrow:hover svg {
    color: #000000;
    fill: #000000;
  }
@media (max-width: 768px) {
  .slider-arrows .slider-button{
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
  }
  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-next.slick-arrow,
  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-prev {
    width: 28px !important;
    height: 28px !important;
    padding: 0px !important;
  }
 
  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-next {
    right: -10px !important;
  }

  #halo-image-banner-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .slick-arrow.slick-prev {
    left: -10px !important;
  }
  #shopify-section-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-item {
    width: 100% ;
  }
  #shopify-section-template--18737915658409__164709134604b9bd62 .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
  }
  .halo-banner-wrapper .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838  .flex-box__banner.row-reverse {
    padding: 0;
  }
  .image-banner-item-d87db763-d87d-4619-bfeb-2991343de838 .banner-content .content-box {
    padding-top: 20px;
  }
}
#shopify-section-template--17995001790633__spotlight_block_RX4mUC .button:not([disabled]):hover{
  background: transparent !important;
  opacity: 0.8;
}

#shopify-section-template--17995001790633__custom_image_banner_bKFtWH .button, .view-all-btn,.newsletter-section .newsletter-form__button, #shopify-section-template--17995001790633__spotlight_block_RX4mUC .button:not([disabled]){
  transition: var(--anchor-transition) !important;
}
.product-block__collection--list:hover,#shopify-section-template--17995001790633__custom_image_banner_bKFtWH .button:hover, .view-all-btn:hover,.animate--hover-vertical-lift .button:not([disabled]):hover {
  background: #7e02becc !important;
}

 .productView-for .productView-thumbnail .productView-thumbnail-link img {
  width: 100% !important;
  aspect-ratio: 98/145 !important; 
}
@media(min-width: 1600px) {
  .productView-thumbnail-wrapper{
    width: 98px !important;
    max-height: 810px !important;
    overflow: hidden !important;
    top: 0px !important;
    padding-top: 0px !important;
  }
  .productView-for {
    width: 100% !important;
    padding-top: 0px !important;
  }
}

.productView-image.fit-unset .productView-img-container img:not(.zoomImg) {
  aspect-ratio: 533/799 !important;
}

@media(min-width: 1280px) and (max-width: 1599px) {
  .productView-thumbnail-wrapper{
    max-height: 650px !important;
    overflow: hidden !important;
    top: 80px !important;
  }
   .productView-for {
    width: 100% !important;
    padding-top: 0px !important;
  }
}

.productView-action {
  max-height: 150px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.productView-action:has(ymq-option) {
  max-height: 8000px;
}

.template-article .adaptive_height {
  padding: 0 !important;
}
.template-article .adaptive_height img {
  position: relative;
  width: 100% !important;
}