/** Shopify CDN: Minification failed

Line 501:4 Unexpected "{"
Line 501:5 Expected identifier but found "%"
Line 502:16 Expected identifier but found whitespace
Line 502:18 Unexpected "{"
Line 502:28 Expected ":"
Line 502:44 Expected ":"
Line 505:4 Unexpected "{"
Line 505:5 Expected identifier but found "%"
Line 506:16 Expected identifier but found whitespace
Line 506:18 Unexpected "{"
... and 24 more hidden warnings

**/

#MediaGallery-template--18390280208560__main .slider-button{
  display: none !important;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: 100% !important;
    }
#MediaGallery-template--18390280208560__main {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    gap:20px;
}
.slider-mobile-gutter{
width:100%
}
.thumbnail-list__item .slider__slide{
width:100% !important;
}
.thumbnail-list {
    display: flex;
    flex-direction: column;
    width: 100% !important
}
.thumbnail-slider{
width:20%;
  background: #8080801c;
    padding: 8px;
    border-radius: 20px;
  height: fit-content;
  flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}
.product__title h1{
  font-size: 28px;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after, button {
    border-radius: 15px !important;
}
.global-media-settings{
  border:0px !important;
}
.product__media , .thumbnail {
    border-radius: 20px;
   border: 0px !important;
}
.slider-counter__link--dots .dot{
  border: .1rem solid rgb(255 255 255 / 96%) !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot{
background-color:white !important
}
.collection-list__item h3{
padding: 15px 15px !important;
}
#MainProduct-template--18390280208560__main , #shopify-section-template--18390279717040__cart-items, .section-template--19699474137344__main-padding {
        padding-top: 140px !important;
        padding-bottom: 12px;
    }
.menu-drawer__inner-submenu{
  padding-top: 70px;
}
.header__icon--menu[aria-expanded=true]:before {
    display: none !important;
}
.menu-drawer__navigation{
margin-top:50px;
}

#menu-drawer{
    z-index: -3;
top:0 !important;
}
.cart-count-bubble{
  color: black !important;
}
.slideshow__text-wrapper.banner__content {
        height: 100% !important;
    }
.banner__text.rte p {
    font-size: 30px;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.banner__content.banner__content--middle-center {
    align-items: center !important;
}
.slideshow__text.banner__box{
  max-width: 100%;
}
.banner__heading{
  font-size: 135px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 10px;
}
.slideshow{
  height: 99vh !important;
}
.navigation-wrapper.scoll-on {
    background: black !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.navigation-wrapper{
  position: absolute;
  width: 100% !important;
}
.collection-list-slider .swiper-button-prev:after{
    font-size: 20px;
    position: absolute;
    top: 11px;
    left: 13px;
}

.collection-list-slider .swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    top: 11px;
    left: 16px;
}
@media only screen and (min-width: 600px){
  .product__media-list {
    border: 10px solid #F1F1F1;
    border-radius: 27px;
}
.product-media-container {
  border-radius: 40px ;
}
}
@media only screen and (max-width: 600px){
.multicolumn-card-spacing {
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
  .multicolumn-list {
    padding: 0px 15px !important;
}
  .disclosure{
    display: none !important;
  }
  .badge{
    font-size: 9px !important;
  }
}
.multicolumn-card__image-wrapper{
  height: auto !important;
}
.rte p {
    color: black !important;
  font-size: 0.8em;
}
.multicolumn.background-primary .multicolumn-card {
    background: white !important;
}
.multicolumn-list {
        padding: 0px 30px ;
    }
.footer-column p {
    padding: 0 !important;
    margin: 5px;
}
.footer-column a {
    color: black;
    text-decoration: none;
}
p.mg-text-black {
    color: black;
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
}
p.mg-text-white {
    color: white;
    font-weight: 300;
    font-size: 13px;
    text-transform: capitalize;
}
.promo-section {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .full-width-banner {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .full-width-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, {{ block.settings.overlay_opacity }});
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
  }
  .overlay p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .overlay{
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }
  .two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .column-item {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  .column-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 768px) {
    .two-column-grid {
      grid-template-columns: 1fr;
    }
    .full-width-banner,
    .column-item {
      height: 250px;
    }
    .overlay h3 {
      font-size: 1.8rem;
    }
    .overlay p {
      font-size: 1rem;
    }
    .banner__heading{
  font-size: 55px;
}
  }
.mg-white-heading{
  color: white !important;
  text-align: center;
}
.full-width-banner.section-frame:before, .column-item.section-frame:before {
    content: "";
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px dotted white;
    position: absolute;
}
.section-sections--24438607610156__footer-padding , .footer__content-bottom  {
        padding-top: 0px !important;
    }

.mg-custom-badge {
    color: white !important;
    background: black;
    border: 0px;
    border-radius: 0px;
    padding: 5px;
}
.slider-button[disabled] .icon {
    color: transparent !important;
    cursor: not-allowed;
}
button:disabled{
  color: transparent !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.mg-product-slider:hover .mg-slider-buttons  {
  
}
.mg-slider-buttons .slider-counter{
  display: none !important;
}
.mg-slider-buttons .slider-button {
    color: rgba(26, 26, 26, 1);
    background: #fff;
    border: none;
    cursor: pointer;
    box-shadow: -1px 1px 20px 2px #0000008c;
    width: 44px;
    height: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.mg-slider-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: absolute;
    width: 100%;
    top: 30%;
    padding: 0px 25px;
    position: absolute;
    width: 100%;
    top: 39%;
    transform: translateY(-40%);
}
.custom-btn-white{
    background: transparent;
    color: white;
    padding: 10px 30px;
    position: relative;
    transition: 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    border:1px solid white;
     font-size: 1em;
    font-weight: 400;
}
.custom-btn-white:before {
    content:"" !important;
    width:0%;
    height:100%;
    visibility:visible;
    z-index:-1;
    top:0;
    right:0;
    background-color:white;
    position:absolute;
    transition:all 0.5s ease;
}
.custom-btn-white:hover{
  color: black !important;
  border: 1px solid white !important;
  text-decoration: none
}
.custom-btn-white:hover:before{
  width: 100%;
  left:0;
}



.custom-btn{
    background: transparent;
    color: white;
    padding: 15px 25px;
    position: relative;
    transition: 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    border:1px solid black;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
}
.custom-btn:after {
    content:"" !important;
    width:100%;
    height:100%;
    visibility:visible;
    z-index:-1;
    top:0;
    right:0;
    background-color:black;
    position:absolute;
    transition:all 0.5s ease;
}
.custom-btn:hover{
  color: black !important;
  border: 1px solid black !important;
  text-decoration: none
}
.custom-btn:hover:after{
  width: 0%;
  left:0;
}

 
.mg-row{
  background: #F7F1F0 !important;
  padding: 0px 10px ;
}
.mg-row-content{
  width: 60%;
  
}

.multirow__inner{
  row-gap: 0px !important;
}
.full-unstyled-link {
  font-weight: 500;
  text-decoration: none !important;
}
.full-unstyled-link:hover {
  text-decoration: none !important;
}
.card__badge {
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  bottom: initial !important;
  justify-self: flex-start !important;
  align-self: flex-start !important;
  grid-row-start: auto !important;
  z-index: 10 !important;
}

.badge--top-left {
  background: black; /* Customize color */
  color: white; /* Text color */
  padding: 3px 5px;
  letter-spacing: 0.01em;
  border-radius: 3px; /* Optional: rounded corners */
  font-size: 10px; /* Adjust size */
  text-transform: uppercase;
}
details[open] > .header__menu-item {
  text-decoration: none !important;
}
.header__menu-item {
  font-size: calc(0.875em * 1.2);
  color: white;
  position: relative !important;
  padding: 15px 20px !important;
}
.header__menu-item span {
  text-decoration: none !important;
}
.header__menu-item:before {
  content: "";
  position: absolute;
  width: 0%;
  background-color: white;
  height: 2px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}
.header__menu-item:hover::before {
  width: 100%;
}


.slideshow {
  position: relative !important;
}

.slideshow__controls {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.page-width-desktop {
  max-width: 100% !important;
}

.title-wrapper-with-link {
  align-items: center;
  justify-content: center;
}


.collection-list-slider__wrapper {
    width: 100%;
    {% if section.settings.width == 'page-width' %}
      max-width: {{ settings.page_width }}px;
      margin-left: auto;
      margin-right: auto;
    {% elsif section.settings.width == 'custom' %}
      max-width: {{ section.settings.custom_width }}px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
    {% endif %}
  }

  .collection_list_title {
    text-align: center;
  }

  .collection-list-slider {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .collection-list__item {
    width: 100%;
    height: 100%;
    max-height: {{ section.settings.card_height | default: 300 }}px; /* Default to 300px if card_height is 0 */
    display: flex;
    flex-direction: column;
  }

  /* Card inner matches custom height */
  .collection-list__item .card--standard .card__inner {
    max-height: {{ section.settings.card_height | default: 300 }}px;
    overflow: hidden;
    position: relative;
  }

  .collection-list__item .card--standard .card__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Dynamic overlay */
  .collection-list__item .card--standard .card__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: {{ section.settings.overlay_color | default: '#000000' }};
    opacity: {{ section.settings.overlay_opacity | divided_by: 100.0 }};
    z-index: 1;
    transition: opacity 0.3s ease;
  }

  .collection-list__item .card--standard:hover .card__inner::after {
    opacity: {{ section.settings.overlay_opacity | divided_by: 100.0 | plus: 0.1 }};
  }

  .collection-list__item .card__inner {
    position: relative;
  }

  .collection-list__item .card__content {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
  }
  h3.card__heading:before{
    content:"" !important;
    width:100%;
    height:100%;
    visibility:visible;
    z-index:-1;
    top:0;
    right:0;
    background-color:white;
    position:absolute;
    transition:all 0.5s ease;
  }

  .card__heading:hover:before{
    width:0% ;
    left:0;
  }
  h3.card__heading{
    margin-bottom: 0;
    padding: 15px 0px;
    background-color: transparent;
    position:relative;
    border:1px solid white;
  }
  .swiper-slide .full-unstyled-link{
    transition:0.5s ease;
  }
  .icon-wrap{
    display:none; 
  }
  .swiper-slide .card__heading:hover .full-unstyled-link{
    color:white !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block !important;
    margin: 0;
    z-index: 99;
    background-color: white;
    padding: 10px;
    border-radius: 50px;
    color: {{ section.settings.arrow_color }};
    width: 40px;
    height: 40px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 20px;
  }

  .swiper-pagination {
    bottom: 10px;
  }

 @media screen and (max-width: 470px){
   #shopify-section-template--19699474006272__promotional_section_dGaMnd , .section-template--19699474137344__main-padding {
        padding-top: 120px !important;
    }
   .banner__heading{
  font-size: 25px;
}
   .banner__text.rte p {
    font-size: 18px;
   }
 }
  /* Responsive adjustments */
  @media screen and (max-width: 749px) {
    .header__menu-item {
  color: black !important;
}
    .collection-list__item {
      max-width: 100%;
    }
    .mg-row-content{
     width: 100%;
  
   }

    .card__heading:last-child {
      font-size: 14px;
      padding: 10px 15px;
    }
    .swiper-button-prev,
  .swiper-button-next{
    display:none !important;
  }
  }
body{
  overflow-x: hidden !important;
}