/**
 * Sulema storefront theme — boutique minimalist (Sen typography, red accents).
 */

.theme-sulema {
  font-family: var(--default-text-font);
}

.theme-sulema h1,
.theme-sulema h2,
.theme-sulema h3,
.theme-sulema h4,
.theme-sulema .title:not(label):not(.btn),
.theme-sulema article.product .name,
.theme-sulema #category-description-title {
  font-family: var(--title-font-family);
  font-weight: var(--title-font-weight);
}

.theme-sulema #page-container {
  background: var(--site-background-color);
}

.theme-sulema .fourteen-forty {
  max-width: 1440px;
}

/* ----- Header / site menu ----- */
.theme-sulema #site-menu {
  background: #fff;
  border-bottom: 1px solid var(--default-border-color);
  padding: 0;
}

.theme-sulema #site-menu .fourteen-forty {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}

/* Top bar: uses LiteCart .navbar-header (absolute on desktop) — do not remove */
.theme-sulema .navbar-header.sulema-header-top {
  gap: 1rem 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.theme-sulema .navbar-header .logotype.sulema-logo {
  flex: 0 1 auto;
  line-height: 0;
  text-decoration: none;
}

.theme-sulema .navbar-header .logotype.sulema-logo img {
  display: block;
  max-width: 140px;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .theme-sulema .navbar-header .logotype.sulema-logo img {
    max-width: 250px;
    max-height: 60px;
  }
}

.theme-sulema .navbar-header .logotype.sulema-logo:hover,
.theme-sulema .navbar-header .logotype.sulema-logo:focus {
  text-decoration: none;
}

.sulema-search-wrap {
  flex: 1 1 auto;
  min-width: 200px;
  max-width: 720px;
  margin: 0 auto;
}

.sulema-search-wrap form.navbar-search {
  width: 100%;
  margin: 0;
}

.sulema-search-wrap .input-group {
  width: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid #ddd;
  background: #fff;
}

.sulema-search-wrap .input-group-icon {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  color: #999;
  border-right: none;
}

.sulema-search-wrap input[type="search"],
.sulema-search-wrap input[name="query"] {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 0.65rem 1rem 0.65rem 0;
  font-size: 14px;
  background: transparent;
  box-shadow: none;
}

.theme-sulema .quick-access.sulema-tools {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}

.theme-sulema .quick-access.sulema-tools > a,
.theme-sulema .quick-access.sulema-tools > .sulema-tool-placeholder {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #111;
  padding: 0 0.35rem;
  min-width: 3rem;
}

.theme-sulema .quick-access.sulema-tools .navbar-icon {
  font-size: 1.35rem;
  line-height: 1.2;
}

.theme-sulema .quick-access.sulema-tools small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #666;
  max-width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sulema-badge {
  position: absolute;
  top: -4px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--sulema-accent-red);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.sulema-wishlist-badge.is-empty {
  visibility: hidden;
}

/* Desktop: 80% left (categories mega + discount) · 20% right (Accedi) — inside #offcanvas */
.theme-sulema .sulema-nav-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 50;
}

.theme-sulema .sulema-nav-left {
  flex: 1 1 80%;
  max-width: 80%;
  min-width: 0;
  position: relative;
}

.theme-sulema .sulema-nav-right {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.theme-sulema .sulema-primary-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-sulema .sulema-mobile-shortcuts {
  display: none;
}

.theme-sulema .sulema-mobile-shortcut {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
  color: #111;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.theme-sulema .sulema-mobile-shortcut-icon {
  font-size: 1rem;
  line-height: 1;
}

.theme-sulema .sulema-mobile-shortcut-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.theme-sulema .sulema-mobile-shortcut-badge {
  top: -6px;
  right: -6px;
}

.theme-sulema .nav-item.sulema-nav-discount .nav-link {
  color: var(--sulema-accent-red);
  font-weight: 600;
}

.theme-sulema .sulema-nav-right .nav-link {
  white-space: nowrap;
}

.theme-sulema .sulema-accedi-link {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 0.65rem 0.5rem !important;
}

.theme-sulema .sulema-account-dd .sulema-accedi-toggle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.65rem 0.5rem !important;
}

/* Mega menu: panel ≈ 80% viewport width, aligned to menu row */
.theme-sulema .sulema-nav-left .sulema-mega.dropdown {
  position: static;
}

.theme-sulema .sulema-mega-panel {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  width: min(80vw, 1160px);
  max-width: none;
}

.theme-sulema .sulema-mega-inner {
  padding: 1.25rem 1.5rem;
}

.theme-sulema .sulema-mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem 2rem;
}

.theme-sulema .sulema-mega-parent {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #111;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.theme-sulema .sulema-mega-parent:hover {
  color: var(--sulema-accent-red);
}

.theme-sulema .sulema-mega-list {
  margin: 0;
  padding: 0;
}

.theme-sulema .sulema-mega-list li {
  margin: 0;
  padding: 0;
  line-height: 1.45;
}

.theme-sulema .sulema-mega-list a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

.theme-sulema .sulema-mega-list a:hover {
  color: #111;
}

@media (min-width: 992px) {
  .theme-sulema #offcanvas .offcanvas-body.sulema-offcanvas-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .theme-sulema #offcanvas .navbar-nav .nav-link {
    padding: 0.65rem 0.85rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #666;
    background: transparent;
  }

  .theme-sulema #offcanvas .navbar-nav .nav-link:hover,
  .theme-sulema #offcanvas .navbar-nav .nav-link:focus {
    color: #111;
    background: transparent;
  }

  .theme-sulema .sulema-mega-panel {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 100%;
    transform: none !important;
    float: none !important;
    z-index: 2000;
  }

  .theme-sulema .sulema-nav-right .dropdown-menu {
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    min-width: 200px;
  }

  .theme-sulema .sulema-nav-right .dropdown-menu > li > a {
    padding: 0.5em 1em;
    font-size: 13px;
    text-transform: none;
  }
}

.theme-sulema #offcanvas .navbar-nav .dropdown-menu {
  border-radius: 0;
}

@media (max-width: 991px) {
  .theme-sulema .sulema-mobile-shortcuts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #eee;
  }

  .theme-sulema .sulema-nav-row {
    flex-direction: column;
    align-items: stretch;
  }

  .theme-sulema .sulema-nav-left,
  .theme-sulema .sulema-nav-right {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }

  .theme-sulema .sulema-nav-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
    margin-top: 0.25rem;
  }

  .theme-sulema .sulema-primary-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .theme-sulema .sulema-nav-left .sulema-mega.dropdown {
    position: relative;
  }

  .theme-sulema .sulema-mega-panel {
    position: static !important;
    float: none !important;
    width: 100% !important;
    box-shadow: none;
    border: none;
    border-top: 1px solid #eee;
  }

  .theme-sulema .sulema-mega-inner {
    padding: 0.75rem 0;
  }

  .theme-sulema .sulema-mega-grid {
    grid-template-columns: 1fr;
  }
}

.theme-sulema .navbar.navbar-sticky {
  margin: 0;
  border: none;
  box-shadow: none;
}

.theme-sulema #cart .badge.quantity:empty {
  display: none;
}

.theme-sulema #cart .badge.quantity {
  background: var(--sulema-accent-red);
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
}

.theme-sulema #cart.sulema-cart {
  position: relative;
}

.theme-sulema #cart img {
  max-width: 4em;
  max-height: 4em;
}

.theme-sulema #cart .sulema-cart-toggle {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #111;
}

.theme-sulema .sulema-cart-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  width: min(420px, 92vw);
  max-height: min(70vh, 540px);
  overflow: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 2100;
  padding: 0.75rem;
}

.theme-sulema #cart.sulema-cart.is-open .sulema-cart-dropdown {
  display: block;
}

.theme-sulema .sulema-cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.theme-sulema .sulema-cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.6rem;
  text-decoration: none;
  color: #111;
  padding: 0.25rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.theme-sulema .sulema-cart-item:last-child {
  border-bottom: none;
}

.theme-sulema .sulema-cart-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid #eee;
  background: #fafafa;
}

.theme-sulema .sulema-cart-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.theme-sulema .sulema-cart-meta-row {
  display: block;
}

.theme-sulema .sulema-cart-meta {
  display: block;
  font-size: 12px;
  color: #555;
}

.theme-sulema .sulema-cart-summary {
  margin-top: 0.6rem;
  border-top: 1px solid #eee;
  padding-top: 0.55rem;
}

.theme-sulema .sulema-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 13px;
}

.theme-sulema .sulema-cart-shipping-from {
  font-size: 12px;
  color: #666;
  margin-top: 0.2rem;
}

.theme-sulema .sulema-cart-actions {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.theme-sulema .sulema-cart-actions .btn {
  width: 100%;
  border-radius: 0;
}

.theme-sulema .sulema-cart-empty {
  margin: 0;
  padding: 0.75rem 0.25rem;
  font-size: 13px;
  color: #777;
}

.theme-sulema .sulema-vies-status {
  display: block;
  margin-top: 0.35rem;
  font-size: 12px;
  color: #666;
  min-height: 1.2em;
}

.theme-sulema .sulema-vies-status[data-status="ok"] {
  color: #2e7d32;
}

.theme-sulema .sulema-vies-status[data-status="error"] {
  color: #c62828;
}

.theme-sulema .sulema-vies-verify {
  margin-top: 0.4rem;
}

.theme-sulema .cf-turnstile {
  margin-top: 0.4rem;
}

/* ----- Blog ----- */
.theme-sulema .sulema-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.theme-sulema .sulema-blog-header {
  margin-bottom: 1rem;
}

.theme-sulema .sulema-blog-header h1 {
  margin-bottom: 0.35rem;
}

.theme-sulema .sulema-blog-header p {
  color: #666;
  margin: 0;
}

.theme-sulema .sulema-blog-categories {
  margin-bottom: 1.25rem;
}

.theme-sulema .sulema-blog-categories .category-sub.is-active .link {
  border-color: #111;
}

@media (min-width: 992px) {
  .theme-sulema .sulema-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.theme-sulema .sulema-blog-card img,
.theme-sulema .sulema-blog-post img {
  width: 100%;
  height: auto;
  display: block;
}

.theme-sulema .sulema-blog-pagination {
  margin-top: 1rem;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

/* Checkout summary: consent text 60% + button 40% */
.theme-sulema .sulema-summary-confirm {
  display: flex;
  align-items: center;
}

.theme-sulema .sulema-summary-confirm-text {
  flex: 0 0 60%;
  max-width: 60%;
}

.theme-sulema .sulema-summary-confirm-btn {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-sulema .sulema-summary-consent {
  font-size: 1rem !important;
  line-height: 1.35;
  word-break: break-word;
}

@media (max-width: 991px) {
  .theme-sulema .sulema-summary-confirm {
    display: block;
  }

  .theme-sulema .sulema-summary-confirm-text,
  .theme-sulema .sulema-summary-confirm-btn {
    max-width: 100%;
    width: 100%;
  }
}

.theme-sulema #box-checkout-cart .sulema-checkout-item-name {
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.theme-sulema #box-checkout-cart .item .row {
  margin-bottom: 0.35rem;
}

.theme-sulema #box-checkout-cart .sulema-checkout-qty {
  width: 33px;
  max-width: 33px;
  font-size: 12px;
  height: 33px;
  padding: 2px 4px;
  text-align: center;
}

.theme-sulema #box-checkout-cart .sulema-cart-qty-row {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.theme-sulema #box-checkout-cart .sulema-cart-qty-box {
  width: 33px;
  min-width: 33px;
  max-width: 33px;
}

.theme-sulema #box-checkout-cart .sulema-cart-qty-input {
  width: 33px !important;
  min-width: 33px !important;
  max-width: 33px !important;
  height: 33px !important;
  line-height: 33px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.theme-sulema #box-checkout-cart .sulema-cart-remove-box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.theme-sulema #box-checkout-cart .sulema-checkout-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-sulema #box-checkout-cart .sulema-checkout-qty-group {
  max-width: 33px;
}

.theme-sulema #box-checkout-cart .sulema-checkout-remove-wrap {
  margin-inline-start: 0;
}

.theme-sulema #box-checkout-cart .unit-price,
.theme-sulema #box-checkout-cart .total-price {
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
}

@media (max-width: 991px) {
  .theme-sulema .sulema-cart-dropdown {
    right: -3.5rem;
    width: min(380px, 96vw);
  }
}

@media (max-width: 991px) {
  .theme-sulema .navbar-header.sulema-header-top {
    justify-content: space-between;
  }

  .sulema-search-wrap {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }
}

/* ----- Hero slider ----- */
.theme-sulema #box-slides {
  border: none;
  margin-bottom: 0;
}

/* Odstęp od slidera do nagłówka „Sfoglia per categoria” */
.theme-sulema #box-categories {
  margin-top: 20px;
}

.theme-sulema #box-slides .carousel-inner .item img {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
}

.theme-sulema #box-slides .carousel-caption {
  left: 8%;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  text-shadow: none;
  max-width: 520px;
}

.theme-sulema #box-slides .carousel-caption,
.theme-sulema #box-slides .carousel-caption h2,
.theme-sulema #box-slides .carousel-caption p {
  color: #fff;
}

.theme-sulema #box-slides .carousel-caption h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.theme-sulema #box-slides .carousel-control {
  background: none;
  width: 48px;
  opacity: 0.85;
}

.theme-sulema #box-slides .carousel-control .fa {
  font-size: 2rem;
}

/* ----- Category tiles (homepage) ----- */
.sulema-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin: 2rem 0;
}

.theme-sulema #box-categories .sulema-category-grid {
  margin-top: calc(2rem - 10px);
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .sulema-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .sulema-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.theme-sulema #box-categories .category {
  margin: 0;
  background: #fff;
}

.theme-sulema #box-categories .category .link {
  position: relative;
  display: block;
  overflow: hidden;
}

.theme-sulema #box-categories .category .link img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.theme-sulema #box-categories .category .link:hover img {
  transform: scale(1.04);
}

.theme-sulema #box-categories .category .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ddd;
  padding: 0.5rem 1.25rem;
  text-align: center;
  min-width: 60%;
}

.theme-sulema #box-categories .category .name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

.theme-sulema #box-categories .category .short-description {
  display: none;
}

.theme-sulema #box-categories .card-header {
  border: none;
  padding-bottom: 0;
}

.theme-sulema #box-categories .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

/* ----- Product strips (campaign / popular / latest) ----- */
.sulema-product-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 3rem 0;
  border: 1px solid var(--default-border-color);
  background: #fff;
}

.sulema-product-strip__intro {
  flex: 0 0 260px;
  max-width: 100%;
  padding: 2rem 1.75rem;
  border-right: 1px solid var(--default-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
}

.sulema-product-strip__intro h2 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.sulema-product-strip__intro p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.sulema-product-strip__grid {
  flex: 1 1 0;
  min-width: 0;
  padding: 1rem;
}

.sulema-product-strip__grid .listing.products {
  margin: 0;
}

@media (max-width: 991px) {
  .sulema-product-strip {
    flex-direction: column;
  }

  .sulema-product-strip__intro {
    flex: none;
    border-right: none;
    border-bottom: 1px solid var(--default-border-color);
  }
}

/* ----- Product cards ----- */
.theme-sulema .listing.products.columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1rem;
}

@media (min-width: 1400px) {
  .theme-sulema .listing.products.columns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .theme-sulema .listing.products.columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.theme-sulema article.product {
  position: relative;
  text-align: center;
  padding: 0;
  border: none;
  background: transparent;
}

.theme-sulema article.product .image-wrapper {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #eee;
  margin-bottom: 0.75rem;
}

.theme-sulema article.product .image-wrapper img {
  mix-blend-mode: multiply;
}

.theme-sulema article.product .sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  transform: rotate(-12deg) translate(-4px, 8px);
  transform-origin: left top;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.theme-sulema article.product .sticker.sale {
  background: var(--sulema-accent-red);
}

.theme-sulema article.product .sticker.new {
  background: #111;
}

.theme-sulema article.product .name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0.35rem 0 0.15rem;
}

.theme-sulema article.product .manufacturer-name {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
}

.theme-sulema article.product .description {
  font-size: 12px;
  color: #888;
  margin: 0.25rem 0;
  line-height: 1.35;
}

.theme-sulema article.product .price-wrapper {
  margin-top: 0.35rem;
}

.theme-sulema article.product .campaign-price {
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.theme-sulema article.product .price-instead {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 0.15rem;
}

.theme-sulema article.product .regular-price {
  font-size: 12px;
  color: #999;
}

.theme-sulema article.product .price {
  font-weight: 700;
}

.theme-sulema article.product .sulema-wishlist-heart {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #888;
  cursor: pointer;
  line-height: 32px;
  padding: 0;
}

.theme-sulema article.product .sulema-wishlist-heart:hover {
  color: var(--sulema-accent-red);
}

.theme-sulema article.product button.preview {
  display: none;
}

/* ----- Featured brands ----- */
.theme-sulema #box-manufacturer-logotypes {
  border: none;
  box-shadow: none;
  margin: 2rem 0 3rem;
}

.theme-sulema #box-manufacturer-logotypes .sulema-featured-brands-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 1.5rem;
}

.theme-sulema #box-manufacturer-logotypes .card-body {
  padding: 1rem 0;
}

.theme-sulema #box-manufacturer-logotypes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}

.theme-sulema #box-manufacturer-logotypes li img {
  max-height: 56px;
  width: auto;
}

/* ----- Breadcrumbs ----- */
.theme-sulema ul.breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0 0 1rem;
  font-size: 12px;
  text-transform: none;
}

.theme-sulema ul.breadcrumb > li + li::before {
  content: "›";
  padding: 0 0.5rem;
  color: #bbb;
}

/* ----- Cards / buttons ----- */
.theme-sulema .btn:not(.btn-default) {
  border-radius: 0;
}

.theme-sulema .card {
  border-radius: 0;
  border-color: var(--default-border-color);
}

.theme-sulema #content .btn-primary,
.theme-sulema #content button[name="purchase"],
.theme-sulema #content input[type="submit"].btn-primary {
  background: #111;
  border-color: #111;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.theme-sulema #content .btn-primary:hover {
  background: #333;
  border-color: #333;
}

/* ----- Footer ----- */
.theme-sulema #footer-pre {
  border-top: 1px solid var(--default-border-color);
  background: #fff;
  padding: 2.5rem 0;
}

.theme-sulema .sulema-footer-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  align-items: stretch;
}

.theme-sulema .sulema-footer-newsletter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.theme-sulema .sulema-footer-newsletter-text h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.75rem;
}

.theme-sulema .sulema-footer-newsletter-text p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  max-width: 36em;
}

.theme-sulema .sulema-footer-newsletter-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.theme-sulema .sulema-footer-newsletter-form form {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  width: 100%;
  min-height: 0;
}

.theme-sulema .sulema-footer-newsletter-fields {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  align-items: stretch;
  flex: 1;
  gap: 0;
  width: 100%;
  min-height: 100%;
}

.theme-sulema .sulema-footer-email-input.form-control,
.theme-sulema .sulema-footer-newsletter-fields .form-control.sulema-footer-email-input {
  min-width: 0;
  width: 100% !important;
  max-width: none;
  border: 1px solid #ccc;
  padding: 0.65rem 1rem;
  border-radius: 0;
  height: 100%;
  min-height: 2.75rem;
  box-sizing: border-box;
}

.theme-sulema .sulema-footer-newsletter-fields .btn,
.theme-sulema .sulema-footer-newsletter-fields button {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  padding: 0.65rem 1.35rem;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-radius: 0;
  white-space: nowrap;
  height: 100%;
  min-height: 2.75rem;
  box-sizing: border-box;
}

.theme-sulema .sulema-footer-newsletter-fields .btn:hover,
.theme-sulema .sulema-footer-newsletter-fields button:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-sulema #footer-pre .fourteen-forty,
  .theme-sulema #footer .fourteen-forty,
  .theme-sulema #copyright .fourteen-forty {
    padding-left: 5%;
    padding-right: 5%;
  }

  .theme-sulema .sulema-footer-newsletter-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .theme-sulema .sulema-footer-newsletter-form {
    height: auto;
  }

  .theme-sulema .sulema-footer-newsletter-fields {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .theme-sulema .sulema-footer-email-input.form-control {
    height: auto;
    width: 100% !important;
  }

  .theme-sulema .sulema-footer-newsletter-fields .btn,
  .theme-sulema .sulema-footer-newsletter-fields button {
    width: 100%;
    height: auto;
  }
}

.theme-sulema #footer {
  padding: 2rem 0 2.5rem;
}

.theme-sulema #footer .columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

@media (max-width: 991px) {
  .theme-sulema #footer .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .theme-sulema #footer .columns {
    grid-template-columns: 1fr;
  }
}

.theme-sulema #footer section .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}

.theme-sulema #footer ul.list-unstyled {
  font-size: 13px;
  line-height: 1.7;
}

.theme-sulema #footer ul.list-unstyled a {
  color: #444;
}

.theme-sulema #copyright {
  padding: 1rem 0;
  font-size: 12px;
}

.theme-sulema #copyright .notice {
  text-align: center;
}

/* ----- WhatsApp FAB ----- */
.sulema-whatsapp-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: var(--sulema-whatsapp);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
}

.sulema-whatsapp-fab:hover,
.sulema-whatsapp-fab:focus {
  color: #fff !important;
  filter: brightness(1.05);
}

.sulema-whatsapp-fab__icon {
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.076 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}

@media print {
  .sulema-whatsapp-fab {
    display: none !important;
  }
}

/* ----- Category page (no sidebar): subcategories + filter bar ----- */
.theme-sulema .sulema-category-page {
  margin-bottom: 2rem;
}

.theme-sulema .sulema-subcategory-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.theme-sulema .sulema-subcategory-strip .category-sub {
  flex: 0 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  margin: 0;
}

@media (min-width: 768px) {
  .theme-sulema .sulema-subcategory-strip .category-sub {
    flex: 0 1 calc(33.333% - 0.67rem);
    max-width: calc(33.333% - 0.67rem);
  }
}

@media (min-width: 1200px) {
  .theme-sulema .sulema-subcategory-strip .category-sub {
    flex: 0 1 calc(25% - 0.75rem);
    max-width: calc(25% - 0.75rem);
  }
}

.theme-sulema .category-sub .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--default-border-color);
  background: #fff;
  text-decoration: none;
  color: inherit;
  min-height: 72px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.theme-sulema .category-sub .link:hover,
.theme-sulema .category-sub .link:focus {
  border-color: #bbb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.theme-sulema .category-sub-thumb {
  flex: 0 0 56px;
  width: 56px;
  overflow: hidden;
  background: #f5f5f5;
}

.theme-sulema .category-sub-thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1;
}

.theme-sulema .category-sub-name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.theme-sulema #box-filter.sulema-filter {
  margin-bottom: 1.25rem;
}

.theme-sulema .sulema-filter-toolbar,
.theme-sulema .sulema-filter-price-row {
  display: grid;
  gap: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.theme-sulema .sulema-filter-toolbar {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .theme-sulema .sulema-filter-toolbar {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: end;
  }

  .theme-sulema .sulema-filter-price-row {
    grid-template-columns: 1fr 1fr;
    max-width: 480px;
  }
}

.theme-sulema .sulema-filter-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  color: #555;
}

.theme-sulema .sulema-filter-cell .form-control,
.theme-sulema .sulema-filter-cell select.form-control {
  width: 100%;
}

.theme-sulema .sulema-filter-cell--attributes.dropdown {
  position: relative;
}

.theme-sulema .sulema-filter-attributes-toggle {
  cursor: pointer;
  user-select: none;
}

.theme-sulema .sulema-filter-attributes-dropdown {
  width: 100%;
  min-width: 280px;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.theme-sulema .sulema-filter-attributes-dropdown .dropdown-header {
  padding: 0.5rem 1rem 0.25rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
}

.theme-sulema .sulema-filter-attributes-dropdown > li:not(.dropdown-header) {
  padding: 0;
}

.theme-sulema .sulema-filter-attributes-dropdown .sulema-filter-attr-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0.35rem 1rem;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
  white-space: normal;
}

.theme-sulema .sulema-filter-attributes-dropdown .sulema-filter-attr-option:hover {
  background: #f5f5f5;
}

.theme-sulema .sulema-filter-attributes-dropdown .sulema-filter-attr-option input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Listing product: VAT lines */
.theme-sulema .listing.products .price-wrapper .price-vat-suffix,
.theme-sulema .listing.products .price-wrapper .price-net-suffix {
  font-weight: 600;
  font-size: 0.85em;
  text-transform: lowercase;
}

.theme-sulema .listing.products .price-wrapper .price-line--net {
  font-size: 13px;
  color: #888;
  margin-top: 0.2rem;
  line-height: 1.3;
}

.theme-sulema .listing.products .price-wrapper .price-line--gross .campaign-price,
.theme-sulema .listing.products .price-wrapper .price-line--gross .price {
  font-size: inherit;
}

.theme-sulema #box-filter .tokens {
  margin-top: 0.75rem;
}

.theme-sulema .sulema-category-products-card {
  border-radius: 0;
}

/* ----- Product page (ONIA-style: flat, no grey boxes) ----- */
.theme-sulema #box-product.sulema-product {
  margin-bottom: 2rem;
}

.theme-sulema .sulema-product-hero.card {
  border: none !important;
  box-shadow: none !important;
  background: transparent;
  border-radius: 0;
}

.theme-sulema .sulema-product-hero .card-body {
  padding-left: 0;
  padding-right: 0;
  border: none !important;
  box-shadow: none !important;
}

.theme-sulema .sulema-product-gallery .main-image.thumbnail {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.theme-sulema .sulema-product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.theme-sulema .sulema-product-thumb {
  flex: 0 0 calc(25% - 0.375rem);
  max-width: calc(25% - 0.375rem);
  padding: 2px;
  border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .theme-sulema .sulema-product-thumb {
    flex: 0 0 calc(33.333% - 0.34rem);
    max-width: calc(33.333% - 0.34rem);
  }
}

.theme-sulema .sulema-product-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.theme-sulema .sulema-product-brand {
  margin-bottom: 0.75rem;
}

.theme-sulema .sulema-product-brand a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
}

.theme-sulema .sulema-product-brand a:hover {
  color: #333;
}

.theme-sulema .sulema-product-lead {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 1rem;
}

.theme-sulema .sulema-product-codes {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 12px;
  color: #666;
  margin-bottom: 1.25rem;
}

.theme-sulema .sulema-product-buy-card {
  border: none !important;
  padding: 0;
  margin-bottom: 1.5rem;
  background: transparent;
  box-shadow: none !important;
}

.theme-sulema .sulema-product-options .form-group label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.theme-sulema .sulema-product-options .radio,
.theme-sulema .sulema-product-options .checkbox {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.theme-sulema .sulema-product-options .radio label,
.theme-sulema .sulema-product-options .checkbox label {
  border: 1px solid #ccc;
  padding: 0.45rem 0.85rem;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}

.theme-sulema .sulema-product-prices {
  margin-bottom: 0;
}

.theme-sulema .sulema-product-price-block {
  margin-bottom: 0;
}

.theme-sulema .sulema-product-regular-price-row {
  margin-top: 40px;
  padding-top: 0;
  font-size: 13px;
  color: #666;
}

.theme-sulema .sulema-regular-price-label {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}

.theme-sulema .sulema-regular-price-value {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.theme-sulema .sulema-product-cart-actions {
  margin-top: 40px;
}

.theme-sulema .sulema-price-line--gross .campaign-price,
.theme-sulema .sulema-price-line--gross .price {
  font-size: 1.65rem;
  font-weight: 500;
}

.theme-sulema .sulema-price-line--gross del {
  font-size: 1rem;
  margin-right: 0.35rem;
}

.theme-sulema .sulema-price-line--net {
  font-size: 14px;
  color: #888;
  margin-top: 0.25rem;
}

.theme-sulema .sulema-product-tax {
  font-size: 13px;
  color: #666;
}

.theme-sulema .sulema-product-qty-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.theme-sulema .sulema-qty-stepper-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 1 auto;
}

.theme-sulema .sulema-qty-stepper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ccc;
  background: #fff;
}

.theme-sulema .sulema-qty-btn {
  width: 40px;
  min-width: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: #f5f5f5;
  color: #111;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}

.theme-sulema .sulema-qty-btn:hover {
  background: #ebebeb;
}

.theme-sulema .sulema-qty-input {
  width: 56px !important;
  max-width: none !important;
  min-width: 48px;
  text-align: center;
  border: none !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-radius: 0 !important;
  height: 40px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  box-shadow: none !important;
  -moz-appearance: textfield;
}

.theme-sulema .sulema-qty-input::-webkit-outer-spin-button,
.theme-sulema .sulema-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 575px) {
  .theme-sulema .sulema-product-qty-row {
    flex-wrap: wrap;
  }

  .theme-sulema .sulema-product-stock-inline {
    margin-left: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}

.theme-sulema .sulema-qty-unit {
  font-size: 13px;
  color: #666;
}

.theme-sulema .sulema-product-stock-inline {
  font-size: 13px;
  font-weight: 600;
  color: #2e7d32;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.theme-sulema .sulema-stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2e7d32;
  flex-shrink: 0;
}

.theme-sulema #box-product .sulema-btn-add-cart {
  display: block;
  width: 100%;
  margin-bottom: 0.85rem;
  padding: 0.95rem 1rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0 !important;
  border: 2px solid #111 !important;
  background: #111 !important;
  background-image: none !important;
  color: #fff !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.theme-sulema #box-product .sulema-btn-add-cart:hover,
.theme-sulema #box-product .sulema-btn-add-cart:focus {
  background: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}

.theme-sulema #box-product .sulema-btn-add-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.theme-sulema .sulema-product-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  background: transparent !important;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.theme-sulema .sulema-product-wishlist:hover,
.theme-sulema .sulema-product-wishlist:focus {
  color: #000;
  text-decoration: underline;
}

.theme-sulema .sulema-product-wishlist.is-in-wishlist {
  color: #c00;
}

.theme-sulema .sulema-product-shipping-box {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid #ddd;
}

.theme-sulema .sulema-product-shipping-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  color: #111;
}

.theme-sulema .sulema-product-shipping-body {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.theme-sulema .sulema-product-shipping-body .fa {
  margin-right: 0.35rem;
  opacity: 0.75;
  color: #555;
}

.theme-sulema .sulema-product-shipping-lead {
  margin: 0.65rem 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.theme-sulema .sulema-product-shipping-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 400;
  color: #555;
  line-height: 1.35;
}

.theme-sulema .sulema-product-shipping-matrix td {
  border: none;
  padding: 0.5rem 0.35rem 0.5rem 0;
  vertical-align: middle;
}

.theme-sulema .sulema-product-shipping-matrix td.sulema-product-shipping-matrix__logo {
  width: 100px;
}

.theme-sulema .sulema-product-shipping-matrix__logo {
  width: 100px;
  max-width: 100px;
  padding-right: 0.75rem;
}

.theme-sulema .sulema-product-shipping-matrix__logo img {
  display: block;
  max-width: 50px;
  max-height: 25px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.theme-sulema .sulema-product-shipping-matrix__meta {
  padding-right: 0.75rem;
}

.theme-sulema .sulema-product-shipping-matrix__name {
  display: block;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #444;
}

.theme-sulema .sulema-product-shipping-matrix__time {
  display: block;
  margin-top: 0.15rem;
  font-size: 11px;
  color: #777;
}

.theme-sulema .sulema-product-shipping-matrix__price {
  white-space: nowrap;
  text-align: right;
  font-weight: 600;
  font-size: 13px;
  color: #111;
}

.theme-sulema .sulema-product-delivery-desc {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #555;
  line-height: 1.45;
}

.theme-sulema .sulema-product-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding-top: 0.5rem;
}

.theme-sulema .sulema-product-share-label {
  font-size: 12px;
  font-weight: 600;
  margin-right: 0.25rem;
}

.theme-sulema .sulema-product-details-accordions {
  margin-top: 2rem;
  border: none;
  background: transparent;
}

.theme-sulema .sulema-product-acc {
  border-bottom: 1px solid #e5e5e5;
}

.theme-sulema .sulema-product-acc:first-child {
  border-top: 1px solid #e5e5e5;
}

.theme-sulema .sulema-product-acc:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.theme-sulema .sulema-product-acc summary {
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  list-style: none;
  position: relative;
  padding-right: 2.5rem;
}

.theme-sulema .sulema-product-acc summary::-webkit-details-marker {
  display: none;
}

.theme-sulema .sulema-product-acc summary::after {
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.15s ease;
}

.theme-sulema .sulema-product-acc[open] summary::after {
  transform: rotate(180deg);
}

.theme-sulema .sulema-product-acc-body {
  padding: 0 1.25rem 1.25rem;
  font-size: 14px;
  line-height: 1.65;
  color: #444;
}

.theme-sulema .sulema-product-acc-body .table {
  margin-bottom: 0;
}

.theme-sulema .sulema-product-cross-sells {
  margin-top: 2rem;
}

.theme-sulema .sulema-product-extra-section.card {
  border-radius: 0;
  border: 1px solid #e8e8e8;
  margin-bottom: 1.5rem;
  box-shadow: none;
}

.theme-sulema .sulema-product-extra-section .card-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.theme-sulema .sulema-product-section-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

/* ----- Checkout layout ----- */
.theme-sulema .sulema-checkout-layout .wrapper {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .theme-sulema .sulema-checkout-layout .sulema-checkout-columns {
    display: flex;
    align-items: flex-start;
  }

  .theme-sulema .sulema-checkout-layout .sulema-checkout-left,
  .theme-sulema .sulema-checkout-layout .sulema-checkout-right {
    width: 50%;
  }
}

/* ----- Wishlist popup (header heart) ----- */
body.sulema-wishlist-modal-open {
  overflow: hidden;
}

.sulema-wishlist-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 1rem 2rem;
  box-sizing: border-box;
}

.sulema-wishlist-modal[hidden] {
  display: none;
}

.sulema-wishlist-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sulema-wishlist-modal__panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: min(72vh, 560px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.sulema-wishlist-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid #eee;
}

.sulema-wishlist-modal__title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sulema-wishlist-modal__close {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0 0.25rem;
  cursor: pointer;
  color: #333;
}

.sulema-wishlist-modal__close:hover {
  color: #000;
}

.sulema-wishlist-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0.75rem;
  min-height: 4rem;
}

.sulema-wishlist-modal__loading {
  margin: 0;
  padding: 1rem;
  text-align: center;
  color: #888;
}

.sulema-wishlist-modal__empty {
  margin: 0;
  padding: 1.25rem 0.5rem;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.sulema-wishlist-modal__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sulema-wishlist-modal__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.35rem;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid #f0f0f0;
}

.sulema-wishlist-modal__row:last-child {
  border-bottom: none;
}

.sulema-wishlist-modal__row:hover {
  background: rgba(0, 0, 0, 0.02);
}

.sulema-wishlist-modal__thumb-wrap {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fafafa;
}

.sulema-wishlist-modal__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sulema-wishlist-modal__thumb-wrap--empty {
  background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 6px, #eee 6px, #eee 12px);
}

.sulema-wishlist-modal__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sulema-wishlist-modal__name {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

.sulema-wishlist-modal__brand {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
}

.sulema-wishlist-modal__price-line {
  font-size: 13px;
  margin-top: 0.15rem;
}

.sulema-wishlist-modal__price-old {
  color: #999;
  margin-right: 0.35rem;
}

.sulema-wishlist-modal__price {
  font-weight: 500;
}

.sulema-wishlist-modal__foot {
  padding: 0.75rem 1rem;
  border-top: 1px solid #eee;
  text-align: center;
}

.sulema-wishlist-modal__all {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  text-decoration: underline;
}

.sulema-wishlist-modal__all:hover {
  color: var(--sulema-accent-red);
}
