/* pdp start */

@media screen and (max-width: 480px) {
    .catalog-product-view .customize-botton-section {
      position: unset;
  } 
  }
  
  .catalog-product-view .prose :where(strong):not(:where([class~=not-prose] *)) {
      line-height: normal;
  }
  
  .catalog-product-view .swatch-attribute .swatch-attribute-options .swatch-option:has(> svg) {
      border-radius: 5px;
  }
  
  /* pdp end */

  .catalog-product-view .product-slider .container.flex.flex-col {
    padding-top: 0;
    padding-bottom: 0;
}
.catalog-product-view .product-slider .container.flex.flex-col h3 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
.catalog-product-view .shopping-cart-popup {
    background: #0000004f;
}
.catalog-product-view .product-modal {
    max-height: 90vh;
}
/* @media (min-width: 1280px) {
    .catalog-product-view .product-modal {
        max-width: 33%;
    }
} */
.catalog-product-view .product-slider .product-info .h-14 {
    height: auto !important;
}
@media (min-width: 768px) {
    .catalog-product-view .shopping-cart-popup .product-modal {
        min-width: 40%;
        max-width: 60%;
    }
}
@media (max-width: 767px) {
    .catalog-product-view .shopping-cart-popup .product-modal {
        max-width: 90%;
    }
}

.product-modal .flex.bg-gray-100.p-2.justify-end a.btn.rounded-sm.bg-yellow.text-sm:focus {
    outline: none;
    box-shadow: none;
}
.product-modal .flex.bg-gray-100.p-2.justify-end a.btn.rounded-sm.bg-yellow.text-sm:focus {
    box-shadow: none;
}
.catalog-product-view .product-card-block {display: none;}