/* =============================================
   CUSTOM STYLES - Hand Drawn Art Shop
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap');



/* =============================================
   PRODUCT IMAGES - Large screen fix
   ============================================= */
.product-miniature__image-container {
    position: relative !important;
    padding-top: 100% !important;
    min-height: 420px !important;
}

.product-miniature__image,
.product-miniature__image.card-img-top {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* =============================================
   FORCE ACCORDION ALWAYS OPEN
   ============================================= */
#product_details_collapse,
#product-features-collapse,
#product-details-collapse,
.product_details_collapse,
.accordion-collapse {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    visibility: visible !important;
    overflow: visible !important;
}

.accordion-button.collapsed,
#product_details_heading button,
#product-features-heading button,
button.accordion-button[aria-expanded="false"] {
    background: none !important;
    box-shadow: none !important;
    cursor: default !important;
    pointer-events: none !important;
    color: #36454F !important;
    font-weight: 600 !important;
}

.accordion-button:after,
button.accordion-button:after {
    display: none !important;
}

@layer bs-components {
    .accordion-button.collapsed,
    .accordion-collapse.collapse {
        display: block !important;
    }
}

.accordion-item,
.info.js-product-details {
    border: none !important;
    margin-bottom: 2.5rem !important;
}

.accordion-body {
    padding: 0 0 1.5rem 0 !important;
}
.custom-vat-warning {
    font-size: 1.05rem;
    line-height: 1.4;
}
.custom-vat-warning strong {
    color: #d9534f;
}
/* Artist Brand Logo */
.artist-brand-header {
    margin: 25px 0 35px;
}

.artist-brand-logo {
    max-height: 180px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* =============================================
   CAROUSEL CAPTION - Force Hand Drawn Art Style
   ============================================= */

.ps-imageslider .ps-imageslider__figcaption,
.ps-imageslider .carousel-caption {
  text-align: left !important;
  left: 7% !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  max-width: 48% !important;
  padding: 20px 25px !important;
  background: rgba(255,255,255,0.88) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
  margin: 0 !important;
  z-index: 2 !important;
}

/* Font & Color */
.ps-imageslider__figcaption h5,
.carousel-caption h5 {
  font-family: "Annie Use Your Telescope", cursive !important;
  font-weight: 400 !important;
  color: #2C3E50 !important;
  line-height: 1.12 !important;
  text-shadow: none !important;
  margin: 8px 0 !important;
}

/* First line - bigger */
.ps-imageslider__figcaption h5:first-child,
.carousel-caption h5:first-child {
  font-size: 2.85rem !important;
  font-weight: 700 !important;
}

/* Second line */
.ps-imageslider__figcaption h5:last-child,
.carousel-caption h5:last-child {
  font-size: 1.78rem !important;
}

/* Desktop */
@media (min-width: 992px) {
  .ps-imageslider__figcaption h5:first-child,
  .carousel-caption h5:first-child {
    font-size: 3.65rem !important;
  }
  .ps-imageslider__figcaption h5:last-child,
  .carousel-caption h5:last-child {
    font-size: 2.25rem !important;
  }
}

/* Mobile & Tablet */
@media (max-width: 991px) {
  .ps-imageslider .ps-imageslider__figcaption,
  .ps-imageslider .carousel-caption {
    left: 5% !important;
    max-width: 88% !important;
    padding: 16px 20px !important;
    background: rgba(255,255,255,0.55) !important;
  }
  
  .ps-imageslider__figcaption h5:first-child,
  .carousel-caption h5:first-child {
    font-size: 2.3rem !important;
  }
  .ps-imageslider__figcaption h5:last-child,
  .carousel-caption h5:last-child {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .ps-imageslider__figcaption h5:first-child,
  .carousel-caption h5:first-child {
    font-size: 1.95rem !important;
  }
  .ps-imageslider__figcaption h5:last-child,
  .carousel-caption h5:last-child {
    font-size: 1.3rem !important;
  }
}