/** Shopify CDN: Minification failed

Line 393:4 Unexpected "{"
Line 393:5 Expected identifier but found "%"
Line 394:16 Expected identifier but found whitespace
Line 394:18 Unexpected "{"
Line 394:28 Expected ":"
Line 394:44 Expected ":"
Line 397:4 Unexpected "{"
Line 397:5 Expected identifier but found "%"
Line 398:16 Expected identifier but found whitespace
Line 398:18 Unexpected "{"
... and 24 more hidden warnings

**/
.expo-hide-element {
    display: block!important;
    visibility: visible !important;
    opacity: 1 !important;
}
.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;
}
.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 (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: 40px 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;
    }
  }
.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;
}
.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: black;
  position: relative !important;
  padding: 20px 20px !important;
}
.header__menu-item span {
  text-decoration: none !important;
}
.header__menu-item:before {
  content: "";
  position: absolute;
  width: 0%;
  background-color: black;
  height: 2px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}
.header__menu-item:hover::before {
  width: 100%;
}
.header {
  padding-bottom: 0px !important;
}

.banner__content.banner__content--middle-center {
  align-items: end !important;
}

.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 20px;
    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;
  }

  /* Responsive adjustments */
  @media screen and (max-width: 749px) {
    .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;
  }
  }