/*
Theme Name: Fashion Theme
Template: botiga
Version: 2.4.1.1772882454
Updated: 2026-03-07 11:20:54

*/

.hero-section {
  padding: 110px 20px;
  border-radius: 10px;
  background: url("/wp-content/uploads/2026/03/hero-banner.webp");
  background-repeat: none;
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* LEFT SIDE */

.hero-left {
  flex: 1;
  padding-left: 20px;
}

.hero-left h1 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #fff;
  margin-top: -20px;
}

.hero-left p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #fff;
}

/* BUTTON */

.hero-button {
  display: inline-block;
  background: #e7adc5;
  color: #313131;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.hero-button:hover {
  opacity: 0.9;
}

/* RIGHT SIDE */

.hero-right {
  flex: 1;
}

.hero-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* MOBILE STACK */

@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }
}
.content-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
#sp-woo-product-slider-43.sp-wps-custom-template
  .wps-product-image
  .wpsf-product-img {
  border: none !important;
}
#wps-slider-section
  #sp-woo-product-slider-43.sp-wps-custom-template
  .wpsf-product
  .wps-product-data {
  border-radius: 10px;
}
.products-home h2 {
  font-size: 24px;
}
.newsletter-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 30px;
  background: #ffc0cb;
  background: linear-gradient(
    90deg,
    rgba(255, 192, 203, 1) 0%,
    rgba(255, 192, 203, 1) 13%,
    rgba(255, 105, 180, 1) 100%
  );
  border: 1px solid #eee;
  flex-wrap: wrap;
  border-radius: 10px;
}

.newsletter-text {
  flex: 2;
}

.newsletter-text h3 {
  margin: 0 0 5px 0;
}

.newsletter-text p {
  margin: 0;
}

.newsletter-cta {
  flex: 1;
  text-align: right;
}

.newsletter-button {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #1b2f6b;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.newsletter-button:hover {
  background: #1b2f6b;
  color: #fff;
}

/* Mobile */

@media (max-width: 768px) {
  .newsletter-banner {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-cta {
    text-align: center;
  }

  .content-block {
    margin-top: 30px;
  }
}
/* scroll cards on homepage */
.scroll-card-section {
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}

.scroll-card-wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.scroll-card-wrap a {
  padding: 0 !important;
}
.scroll-card {
  flex: 1;
  min-width: 0;
}

.scroll-card img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 10px;
}

.scroll-card-content {
  padding-top: 15px;
}

.scroll-card-content h3 {
  margin: 0 0 8px;
}

.scroll-card-content p {
  margin: 0;
}

/* Mobile horizontal scroll */
@media (max-width: 768px) {
  .scroll-card-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 16px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  /* Hide scrollbar */
  .scroll-card-wrap::-webkit-scrollbar {
    display: none;
  }

  .scroll-card-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
/* Promo top bar */
#promo-bar {
  width: 100%;
  background: #1b2f6b;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 14px;
}

#promo-bar a {
  color: #fff;
  text-decoration: underline;
}

#promo-close {
  position: absolute;
  right: 20px;
  cursor: pointer;
  font-size: 18px;
}

/* Only push content when bar is visible */
body.promo-visible {
  padding-top: 42px;
}
.single-product div.product {
  margin-top: 20px;
}
.about-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1140px;
  margin: auto;
  background: #ffc0cb;
  margin-top: 45px;
  border-radius: 10px;
}

.about-flex > div {
  flex: 1;
}
.about-text {
  padding: 0 30px 0 30px;
}
.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 10px 10px 0;
}

/* Mobile */
@media (max-width: 768px) {
  .about-flex {
    flex-direction: column;
    gap: 25px;
  }
}
.blue {
  background: #1b2f6b;
  color: #fff !important;
}
/* product tabs */
.bmf-product-tabs-wrap {
  max-width: 100%;
  width: 100%;
  margin: 0px auto 0;
  padding: 0 0px;
}

.bmf-product-tabs {
  border: 1px solid #e8e8e8;
  background: #fff;
}

.bmf-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}

.bmf-tab-btn {
  flex: 1;
  min-width: 160px;
  padding: 16px 20px;
  border: none;
  border-right: 1px solid #e8e8e8;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
}

.bmf-tab-btn:last-child {
  border-right: none;
}

.bmf-tab-btn.active {
  background: #ffc0cb;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.bmf-tabs-content {
  background: #fff;
}

.bmf-tab-panel {
  display: none;
}

.bmf-tab-panel.active {
  display: block;
}

.bmf-tab-inner {
  padding: 28px;
}

.bmf-tab-inner p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.bmf-tab-inner p:last-child {
  margin-bottom: 0;
}

/* Mobile accordion buttons hidden on desktop */
.bmf-accordion-toggle {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .bmf-tabs-nav {
    display: none;
  }

  .bmf-tab-panel {
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }

  .bmf-tab-panel:last-child {
    border-bottom: none;
  }

  .bmf-accordion-toggle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    border: none;
    background: #fafafa;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }

  .bmf-accordion-toggle:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
  }

  .bmf-tab-panel.accordion-open .bmf-accordion-toggle:after {
    content: "−";
  }

  .bmf-accordion-content {
    display: none;
    background: #fff;
  }

  .bmf-tab-panel.accordion-open .bmf-accordion-content {
    display: block;
  }

  .bmf-tab-panel.active .bmf-accordion-content {
    display: none;
  }

  .bmf-tab-inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .bmf-tabs-content {
    min-height: 260px; /* change this value if needed */
    position: relative;
  }

  .bmf-tab-panel {
    height: 100%;
  }

  .bmf-tab-inner {
    min-height: 260px;
    box-sizing: border-box;
  }
}
/* DESKTOP TABS */
@media (min-width: 768px) {
  .bmf-tabs-content {
    position: relative;
    min-height: 300px; /* set this to the height you want */
    overflow: hidden;
  }

  .bmf-tab-panel {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .bmf-tab-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: absolute;
  }

  .bmf-tab-inner {
    min-height: 300px; /* match the tabs-content height */
    box-sizing: border-box;
    padding: 28px;
  }

  .bmf-accordion-toggle {
    display: none !important;
  }

  .bmf-accordion-content {
    display: block !important;
  }
}
.related.products > h2 {
  font-size: 1.6em;
}
.related.products > .products {
  border: none;
  margin-top: 20px;
  padding-top: 0;
}
.related.products li {
  border: 1px solid #dddddd !important;
  border-radius: 10px;
}
.bmf-terms-conditions p {
  margin-bottom: 10px !important;
}
.pwx-delivery-icon svg {
  color: green !important;
}
.related.products {
  padding-top: 30px !important;
}

.newsletter-text h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
}

.newsletter-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* Modal */
.newsletter-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.newsletter-modal.active {
  display: block;
}

.newsletter-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.newsletter-modal-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
  max-width: 600px;
  margin: 60px auto;
  background: #fff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.newsletter-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  padding: 0;
}

.newsletter-modal-content h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.newsletter-modal-intro {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* Contact Form 7 tidy up */
.newsletter-form-wrap .wpcf7-form p {
  margin-bottom: 16px;
}

.newsletter-form-wrap input[type="text"],
.newsletter-form-wrap input[type="email"],
.newsletter-form-wrap input[type="tel"],
.newsletter-form-wrap textarea,
.newsletter-form-wrap select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.newsletter-form-wrap input[type="submit"] {
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.newsletter-form-wrap input[type="submit"]:hover {
  background: #333;
}

body.newsletter-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .newsletter-banner {
    padding: 20px;
    text-align: center;
    justify-content: center;
  }

  .newsletter-text h3 {
    font-size: 24px;
  }

  .newsletter-modal-content {
    margin: 30px auto;
    padding: 28px 20px;
    max-height: calc(100vh - 60px);
  }

  .newsletter-modal-content h2 {
    font-size: 24px;
  }
}
.page-id-17 .wc-block-grid__product-title,
.wc-block-grid__product-title,
.wc-block-grid__product-price,
.yith-wcwl-add-to-wishlist-button__label,
.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  )
  svg.yith-wcwl-add-to-wishlist-button-icon {
  display: none !important;
}
.woocommerce-page-header .page-description {
  max-width: 1140px;
}
.woocommerce-page-header {
  padding-top: 40px;
  padding-bottom: 0;
}
.woocommerce-page-header + .content-wrapper {
  margin-top: 30px;
}
.term-description,
.woocommerce-products-header__description {
  display: block;
  width: 100%;
  clear: both;
}

.bemy-colour-scroll-menu-wrap {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
  margin: 15px 0 20px !important;
}

.bemy-colour-scroll-menu {
  display: flex;
  width: 100%;
  float: none !important;
}
.bemy-colour-menu-row {
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  margin-top: 50px;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu-wrap {
  width: 100%;
  margin: 0;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu {
  display: flex;
  width: 100%;
}
.bemy-colour-menu-row {
  display: block;
  width: 100%;
  clear: both;
  margin: 0 0 20px;
  margin-top: 50px;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu-wrap {
  width: 100%;
  margin: 0;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu {
  display: flex;
  width: 100%;
}
.bemy-colour-menu-row {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
  margin-top: 50px;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu-wrap {
  width: 100%;
  margin: 0;
}

.bemy-colour-menu-row .bemy-colour-scroll-menu {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.single-product.no-single-breadcrumbs .woocommerce-notices-wrapper:not(:empty) {
  margin-top: 20px;
  margin-bottom: 30px;
}
