/** Shopify CDN: Minification failed

Line 77:6 Expected identifier but found whitespace
Line 77:7 Unexpected "15px"

**/


.custom-swatches {
  z-index: 99; 
}

.color-swatch {
  width: 40px;
  display: inline-block;
  height: 40px;
 position: relative;
 z-index: 1;
}
:not(.dialog-zoomed-gallery)>.product-media-container {
    display: flex;
    aspect-ratio: var(--gallery-aspect-ratio, var(--media-preview-ratio));
    max-height: var(--constrained-height);
    width: 100%;
    position: relative;
    --slide-width: round(up, 100%, 1px);
    overflow: hidden;
    aspect-ratio: auto;
}
a.mega-menu__link.mega-menu__link--parent {
    /* font-weight: 600; */
    font-size: 12px;
    /* text-transform: uppercase; */
}
a.mega-menu__link {
    font-size: 12px;
}
span.account-actions__title.h5 {
    font-size: 12px;
    /* text-transform: uppercase; */
    /* color: black;
    font-weight: 600; */
}
.new_flex {
    position: absolute;
    bottom: 14px;
    right: 0;
}
.custom-swatches {
  position: relative;
  z-index: 2;
   margin-top: -10px
}
.custom-swatches .color-swatch {
  cursor: pointer;
}
.product-grid .product-grid__item {
    margin-top: 50px;
}
.color-swatch {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 5px;
  transition: border 0.3s ease;
}
.color-swatch.selected {
  border: 2px solid #000; /* selected border color */
}

/* .variant-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* exactly 4 images per row */
  gap: 15px; /* space between images */
  justify-items: center; /* center align images in grid cells */
} */

.variant-grid-item {
  width: 100%;
  max-width: 100%; /* optional, control image box size */
}

.variant_images-cus {
  width: 100%;
  height: auto;
  border-radius: 1px;
  /* border: 1px solid #eee; */
}
/* .custom-grid ul {
    display: block;
} */
.variant-details {
    margin-top: 10px;
}
.variant-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-grid--template--16738268971071__main:is(.product-grid--grid) {
    --product-grid-columns-desktop: auto!important;
}
.resource-card__content .price {
    font-weight: normal !important;
}
.featured-product-section.section.section--full-width.color-scheme-3 .new_flex {
    display: none;
}
.section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style .mmm {
    display: block !important;
}
.variant-grid-item {
  transition: transform 0.4s ease;
  overflow: hidden;
  will-change: transform;
}

.variant-grid-item:hover {
  transform: scale(1.03);
}
/* p.variant-color-count.new_custom {
    margin-top: -10px !important;
} */
.flex-add {
    display: flex;
    justify-content: space-between;
    align-items: baseline!important;
    padding-left: 2px;
}
p.variant-color-count.new_custom {
      text-align: end;
    padding-right: 20px;
}
@media screen and (max-width: 749px) {
    .media-gallery--hint :not(.dialog-zoomed-gallery)>.product-media-container:not(:only-child) {
        width: 100%!important;
    }
}
span.price {
    color: black;
}


.variant-grid-item .quick-add {
  width: 100%;
  z-index: 9999;
  position: absolute;
  height: 20px;
  bottom: 46px;
}

.collection-wrapper .quick-add__button {
  display: block !important;
}


/* Overlay */
.variant-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.variant-popup-box {
  background: white;
  width: 90%;
  max-width: 950px;
  padding: 40px 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Close button */
.popup-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 24px;
  cursor: pointer;
}

/* Grid layout */
.popup-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.popup-images {
  flex: 1 1 40%;
}
.popup-images img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Content */
.popup-content {
  flex: 1 1 55%;
}

.popup-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.popup-price {
  font-size: 13px;
  margin-bottom: 6px;
}

.popup-shipping {
  font-size: 13px;
  margin-bottom: 20px!important;
  margin-top: 5px !important;
}

/* Size options */
.popup-options label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.popup-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.popup-swatches button {
 padding: 10px 14px;
    border: 1px solid #ece5e5;
    background: #fff;
    font-size: 12px;
    cursorsor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup-swatches button.selected {
  background: #000;
  color: #fff;
}
button.popup-add-to-cart svg {
    width: 22px;
    margin-right: 5px;
}
.popup-swatches button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}
button.popup-add-to-cart:hover {
    background: #373737;
}
/* Buttons */
.popup-add-to-cart {
  width: 100%;
  padding: 16px;
  background: #000;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  margin-bottom: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-shop-pay {
  width: 100%;
  padding: 15px;
  background-color: #5a31f4;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: none;
  margin-bottom: 6px;
  cursor: pointer;
}

.popup-payment-note {
  font-size: 12px;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popup-grid {
    flex-direction: column;
  }
}


.variant-grid-item {
  position: relative;
  overflow: hidden;
}

.variant-grid-item .custom_button {
  position: absolute;
  bottom: 12%;
  right: 2%;
  padding: 8px 18px;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.variant-grid-item:hover .custom_button {
  opacity: 1;
}
p.popup-payment-note a {
    text-decoration: none;
}


.variant-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.variant-grid.grid-12-active {
  display: grid;
  grid-template-columns: repeat(12, 1fr)!important;
}

.grid-12-active button.custom_button.button.quick-add__button.quick-add__button--choose {
    display: none !important;
}
.grid-12-active .flex-add {
    display: inline;
    justify-content: space-between;
    align-items: baseline !important;
    padding-left: 2px;
}
.grid-12-active .variant-details {
    margin-top: 0px;
}








@media screen and (max-width:767px) {
  span.menu-drawer__menu-item-text {
    font-size: 12px;
    /* /* font-weight: 600; */
    text-transform: uppercase;
}
.main_product[style*="display: none"] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .main_product[style*="display: none"] {
    display: none !important;
  }
  .product-media-container:has(.main_product[style*="display: none"]) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
.variant-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    list-style: none;
    /* padding: 15px 15px; */
    margin: 0;
}
    .variant-details {
      padding-left: 15px;
      max-width: 55%;
    }

p.variant-color-count {
    padding-left: 15px;
    padding-right: 15px;
}
.flex-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2px;
    padding-right: 10px;
}
.ccccc .group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column {
    max-width: 69%;
}
button.custom_button.button.quick-add__button.quick-add__button--choose {
    display: none !important;
}





}
/* iPhone SE (375px) */
@media screen and (max-width: 380px) {
  .product-card__content .new_flex {
    position: absolute;
   bottom: 3px !important;
    right: 0;
  }
}
@media screen and (max-width: 415px) {
    .product-card .product-card__content .new_flex {
        position: absolute;
        bottom: 24px !important;
        right: 0;
    }
}
@media screen and (max-width: 391px) {
  .resource-list__item .product-card .product-card__content .new_flex {
    position: absolute;
   bottom: 38px !important;
    right: 0;
  }
}
@media screen and (max-width: 376px) {
 .product-card .product-card__content .new_flex {
    position: absolute;
    bottom: 38px!important;
    right: 0;
  }
}
/* iPhone XR (414px) */
@media screen and (max-width: 420px) {
  .new_flex {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
}

/* iPhone 12 Pro (390px) */
@media screen and (max-width: 395px) {
    .product-card__content .new_flex {
        position: absolute;
        bottom: 35px !important;
        right: 0;
    }
}

/* iPhone 14 Pro Max (430px) */
@media screen and (max-width: 440px) {
     .product-card__content .new_flex {
        position: absolute;
        bottom: 26px !important;
        right: 0;
    }
}

/* Pixel 7 (412px) */
@media screen and (max-width: 420px) {
  .new_flex {
    position: absolute;
    bottom: 25px!important;
    right: 0;
  }
}

/* Samsung Galaxy S8+ (360px) */
@media screen and (max-width: 365px) {
    .product-card__content .new_flex {
        position: absolute;
        bottom: 37px !important;
        right: 0;
    }
}

/* Samsung Galaxy S20 Ultra (412px) */
@media screen and (max-width: 420px) {
  .new_flex {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
}

/* iPad Mini (768px) */
@media screen and (max-width: 770px) {
  .new_flex {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
}

/* iPad Air (820px) */
@media screen and (max-width: 830px) {
  .new_flex {
    position: absolute;
    bottom: 35px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
    .new_flex {
        position: absolute;
        bottom: 26px!important;
        right: 0;
    }
}
@media screen and (max-width: 820px) {
    .new_flex {
        position: absolute;
        bottom: 27px!important;
        right: 0;
    }
}
@media screen and (max-width: 431px) {
    .product-card__content .new_flex {
        position: absolute;
        bottom: 26px !important;
        right: 0;
    }
}
@media screen and (max-width: 361px) {
    .resource-list__item .product-card .product-card__content .new_flex {
        position: absolute;
        bottom: 39px !important;
        right: 0;
    }
}



/* Tablet view */

@media (min-width: 768px) and (max-width: 1024px) {
  .variant-details {
    margin-top: 10px;
    max-width: 69% !important;
  }
.second-flex {
    margin-top: 12px;
}
.flex-add {
    display: flex
;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 2px;
    padding-right: 10px;
}
.group-block-content.iiii.layout-panel-flex.layout-panel-flex--row.mobile-column {
    max-width: 70%;
}





}


