/* Add custom CSS styles below */ 
.navbar-brand{
    overflow : hidden
}
.navbar-brand img {
    max-height: 10rem;
    height: 120px !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 125px;
}

.buttons-wrapper {
  display: none !important;
}

/* ===== Product Cards ===== */
.s-product-card-entry {
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* ===== Grid ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  justify-content: center;
  justify-items: center;
}

.max-w-sm.leading-6.mb-3.md\:mb-6.text-base.font-light.text-center.md\:text-end {
  display: none !important;
}

/* ===== Footer ===== */
footer.store-footer .store-footer__inner .container > div:first-child > div.h-6 {
    height: 8rem;
}
footer.store-footer .store-footer__inner .container > div:first-child div img{
    border-radius : 12px;
    width: fit-content;
    height : 100%;
}

@media(max-width : 768px){
  footer.store-footer .store-footer__inner .container > div:first-child > div.h-6 {
    width : 100% !important;
  }
  footer.store-footer .store-footer__inner .container > div:first-child div img{
    margin : auto
  }
}

/* ===== Overlay ===== */
.absolute.top-0.left-0.w-full.h-full.bg-black.opacity-50.z-\[5\] {
    background: transparent !important;
    opacity: 1 !important;
}

/* ===== Payment Methods ===== */
.payment-method:nth-child(n+5) {
    display: none !important;
}

.parent.marquee.flex.pb-2 {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 1rem;
}

.parent.marquee.flex.pb-2.scroll-row .payment-method {
    flex: 0 0 auto !important;
    max-width: 150px;
}

.parent.marquee.flex.pb-2.scroll-row::-webkit-scrollbar {
    display: none;
}

/* ===== Product Description ===== */
.product__description {
    font-size: 24px !important;
    line-height: 2 !important;
    color: #222;
}

/* ===== Mobile Payment Layout ===== */
@media (max-width: 767px) {
  .parent.marquee.flex.pb-2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    justify-items: center;
    align-items: start;
  }

  .parent.marquee.flex.pb-2 .payment-method {
    width: 72px !important;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 12px;
    background: #f6f6f8;
    box-sizing: border-box;
    height: auto !important;
  }

  .parent.marquee.flex.pb-2 .payment-method img {
    max-width: 70%;
    height: auto;
    display: block;
  }
}

/* ===== Articles ===== */
article.article--main{
    color : #fff