/** Shopify CDN: Minification failed

Line 87:4 Expected identifier but found whitespace
Line 87:5 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: 0px;
  transition: 1s !important;
}

.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;
}

p.variant-color-count.new_custom .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;
}

.product-recommendations p.variant-color-count.new_custom {
  text-align: end;
  padding-right: 4px;
}

.product-card__content .new_fle {
  text-align: end;
  /* padding-right: 28px; */
}

.custom-product-recommendations-row .variant-details .variant-price {
  color: #666666;
}

.custom-product-recommendations-row .flex-add .variant-color-count {
  color: #666666;
}

@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: #666666;
}

.pro_price_clr .price{
  color: #000;
}


.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;
}

.flex_it__col{
  display: flex;
  justify-content: space-between;
}

.variant-image-link {
  position: relative;
  display: block;
}

.variant_images-cus.second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.variant-image-link:hover .second-image {
  opacity: 1;
}

.variant-image-link:hover .first-image {
  opacity: 0;
}

div#ProductInformation-template--16738269495359__main .variant-color-wrapper {
  display: none !important;
}

/* Popup box */
.variant-popup-box {
  background: white;
  width: 90%;
  max-width: 950px;
  padding: 40px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  top: 30px;
}

/* 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%;
  overflow: auto;
  /* scroll enable */

  /* Firefox */
  scrollbar-width: none;
  /* scroll bar hide kar dega */

  /* Chrome, Safari, Edge */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.popup-images::-webkit-scrollbar {
  display: none;
  /* scrollbar hide kar dega */
}

.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;
}

.featured_pro{
  color: #666;
  font-size: 12px;
  text-transform: lowercase;
  margin-top: 7px;
}

.section-content-wrapper product-card .home_price_color .price{
  color: #000 !important;
}

product-price .tax-note{
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .popup-grid {
    flex-direction: column;
  }
  .product-card .content_on_mb {
    flex-direction: row !important;
  }
}


.variant-grid-item {
  position: relative;
  overflow: hidden;
  transition: 1s;
}

.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;
}



.variant-section {
  margin: 15px 0;
}

.variant-label {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: #000;
}

.popup-color-btn.disabled {
  cursor: not-allowed;
  background: #f5f5f5;
  color: #999;
}

p.popup-shipping {
  display: none;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.popup-color-btn,
.popup-size-btn {
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.popup-color-btn:hover:not(.disabled):not(.selected),
.popup-size-btn:hover:not(.disabled):not(.selected) {
  border-color: #000;
}

.popup-color-btn.selected,
.popup-size-btn.selected {
  background: #000;
  color: #fff;
  border-color: #000;
  font-size: 12px;
}

.popup-color-btn.disabled,
.popup-size-btn.disabled {
  background: #f5f5f5;
  color: #aaa;
  border: 1px solid #ddd;
  text-decoration: line-through;
  cursor: not-allowed;
}

#popup-sizes label.variant-label {
  display: none;
}

.popup-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  max-height: 0px;
}

.popup-thumbnails img,
.popup-thumbnails video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.popup-thumbnails img.selected,
.popup-thumbnails video.selected {
  border-color: #000;
}

ul.product-grid.product-grid--template--17063594819647__main.product-grid-- {
  padding-left: 0;
}

.product-title-with-colors {
  display: flex;
  align-items: center;
  gap: 6px;
  /* thoda spacing title aur count ke beech */
  font-size: 16px;
  font-weight: 600;
}

.product-title-with-colors .color-count {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.quick-add-modal.quick_width_mt {
  width: 90%;
  padding: 20px;
  max-width: 950px;
  top: 30px;
  height: var(--quick-add-modal-height);
  --quick-add-modal-height: min(30.5rem, 96vh);
}

#quick-add-modal-content .buy-buttons-block {
  --buy-button-preferred-width: 100%;
  padding-left: 25px !important;
}

#quick-add-modal-content #shopify-buyer-consent {
  display: none;
}

#quick-add-modal-content .product-details .group-block,
#quick-add-modal-content .buy-buttons-block {
  padding: 0px;
}

.group-block-content p {
  text-transform: capitalize !important;
}

.product-card product-price .price__regular .price,
.product-card .compare-at-price {
  color: #666666;
}

.product-card .compare-at-price {
  margin-left: 8px;
  opacity: 1;
}

.product-grid__item .variant-color-count {
  font-size: 12px !important;
  text-transform: lowercase !important;
}

.title-text{
  color: #000;
}

.collection_grid__margin{
  margin-top: 10px;
  display: block !important;
}

.quick-add{
  bottom: 40px !important;
}

.quick-add__button{
  box-shadow: var(--shadow-popover) !important;
  border: none !important;
}

@media screen and (max-width:767px) {
  .flex_it__col{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-card__content product-form-component .quick-add__button {
    display: none !important;
  }

  .product-grid .product-grid__item {
    margin-top: 0px;
  }

  .quick-add-modal.quick_width_mt {
    width: 100%;
  }

  span.menu-drawer__menu-item-text {
    font-size: 12px;
    /* /* font-weight: 600; */
    text-transform: uppercase;
  }

  .variant-grid-wrapper.layout-.card-size-.mobile-size- h3 {
    margin-left: 17px !important;
    margin-bottom: 20px;
    font-size: 11px !important;
  }

  .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: 0px !important;
  }

  .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;
  }

  ul.product-grid.product-grid--template--17063594819647__main.product-grid-- {
    padding-left: 0;
  }

  /* .hero__media-wrapper.custom-media {
    display: none;
} */
  .image_with_text_custom.custome-mobile-image img {
    width: 100%;
  }

  .image_with_text_custom.custome-mobile-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .image_with_text_custom.custome-mobile-image img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: var(--layer-base);
    overflow: hidden;
  }


}

/* 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%;
  }





}


@supports (-webkit-appearance: none) {
  @media(max-width: 1600px) {
    .variant-popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .variant-popup-box {
      background: #fff;
      width: 90%;
      padding: 20px;
      position: relative;
    }
  }
}

.expand-subMenu:focus {
  position: static;
  left: auto;
}