﻿/**
 * YamBaba storefront polish â€” Belliza 1.5.2
 * Live theme: belliza-1-5-2-theme-source-category-page-pending (t/4)
 * Theme ID: 141780123782
 */

/* ========== Desktop header: compact band, readable logo ========== */
/*
  Logo PNG canvas is ~600x400 but artwork sits in ~355x107 (center).
  Scaling the full canvas leaves a huge empty blue band. Crop via overflow
  so the artwork itself is ~60px tall and readable.
*/
@media screen and (min-width: 1025px) {
  #shopify-section-header-02 .header-top {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 0 !important;
  }

  #shopify-section-header-02 .header-top .row.align-item-center,
  #shopify-section-header-02 .header-top .row {
    align-items: center !important;
    min-height: 0 !important;
  }

  #shopify-section-header-02 .header-top .header__logo,
  #shopify-section-header-02 .header-top h1.header__logo {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  #shopify-section-header-02 .header-top .header__logo a.header__heading-link,
  #shopify-section-header-02 .header-top .header__logo a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    /* visible window â‰ˆ content aspect 355:107 at 60px tall */
    height: 60px !important;
    width: 200px !important;
    max-width: 200px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  #shopify-section-header-02 .header-top .header__logo .header__heading-logo,
  #shopify-section-header-02 .header-top .header__logo img.header__heading-logo,
  #shopify-section-header-02 .header-top .header__logo a img {
    position: absolute !important;
    /* content box on 600x400: x=112 y=128 w=355 h=107 */
    height: calc(60px * 400 / 107) !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    top: calc(-60px * 128 / 107) !important;
    left: calc(-60px * 112 / 107) !important;
    object-fit: fill !important;
    display: block !important;
  }

  #shopify-section-header-02 .header-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  /*
    Sticky/fixed logo slot in the nav row uses Shopify's no-image placeholder
    (300x300) when no sticky logo is set â€” hide it so Category lines up with
    Furniture / Laptops / Smart Phones / Party.
  */
  #shopify-section-header-02 .header-bottom .header__logo_fixed,
  #shopify-section-header-02 .header-bottom .header__logo.fixed-left,
  #shopify-section-header-02 .header-bottom .header__logo img[src*="no-image"] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #shopify-section-header-02 .header-bottom > .container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  #shopify-section-header-02 .header-vertical-menu-bottom {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-self: center !important;
    width: 280px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 40;
  }

  /* Category panel only â€” do NOT constrain header-top search */
  #shopify-section-header-02 .header-bottom .header-search-vertical {
    display: block !important;
    position: relative !important;
    width: 280px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    z-index: 40;
  }

  #shopify-section-header-02 .header-bottom .category-vertical-menu {
    display: block !important;
    width: 280px !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2;
  }

  /* Header-top: full, centered typeable search field */
  #shopify-section-header-02 .header-top .col-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #shopify-section-header-02 .header-top .header-search-vertical {
    display: block !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  #shopify-section-header-02 .header-top .vertical-menu--search,
  #shopify-section-header-02 .header-top .scoder-search-popup,
  #shopify-section-header-02 .header-top .scoder-popup-wrapper,
  #shopify-section-header-02 .header-top .scoder-popup-content,
  #shopify-section-header-02 .header-top predictive-search.search-modal__form,
  #shopify-section-header-02 .header-top .search_details,
  #shopify-section-header-02 .header-top summary.header__search-full,
  #shopify-section-header-02 .header-top form.search,
  #shopify-section-header-02 .header-top .search-modal__form .container {
    display: block !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
  }

  /* Keep search dropdown closed until the shopper focuses the field */
  #shopify-section-header-02 .header-top details.search_details .search-modal.quickSearch,
  #shopify-section-header-02 .header-top details.search_details summary .predictive-search--header,
  #shopify-section-header-02 .header-top details.search_details summary .quickSearchResultsWrap {
    display: none !important;
  }

  #shopify-section-header-02 .header-top details.search_details:focus-within .search-modal.quickSearch,
  #shopify-section-header-02 .header-top details.search_details:focus-within summary .predictive-search--header.quickSearchResultsWrap {
    display: block !important;
  }

  #shopify-section-header-02 .header-top summary.header__search-full {
    list-style: none !important;
  }

  #shopify-section-header-02 .header-top summary.header__search-full::-webkit-details-marker {
    display: none !important;
  }

  #shopify-section-header-02 .header-top .field {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 700px !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  #shopify-section-header-02 .header-top .search__input,
  #shopify-section-header-02 .header-top .search__input.field__input {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 1.1rem !important;
    border: 0 !important;
    background: transparent !important;
    color: #1f2a37 !important;
    font-size: 15px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #shopify-section-header-02 .header-top .search__input::placeholder {
    color: #7a8494 !important;
    opacity: 1 !important;
  }

  #shopify-section-header-02 .vertical-menu-title {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 280px !important;
    max-width: 280px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    position: relative !important;
    z-index: 3;
    transition: background 0.18s ease, color 0.18s ease, border-radius 0.18s ease, box-shadow 0.18s ease;
  }

  #shopify-section-header-02 .vertical-menu-title .icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
  }

  #shopify-section-header-02 .vertical-menu-title .icon svg {
    width: 16px !important;
    height: 16px !important;
    stroke: currentColor !important;
  }

  #shopify-section-header-02 .vertical-menu-title .title {
    padding-left: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
  }

  /* Immersive open state: button becomes the top of one white panel */
  #shopify-section-header-02 .header-bottom .header-search-vertical:hover .vertical-menu-title,
  #shopify-section-header-02 .menu-vertical-open .header-bottom .category-vertical-menu .vertical-menu-title,
  #shopify-section-header-02 .header-bottom .category-vertical-menu:hover .vertical-menu-title {
    background: #fff !important;
    color: #0071dc !important;
    border-color: #fff !important;
    border-radius: 14px 14px 0 0 !important;
    box-shadow: 0 10px 28px rgba(11, 31, 58, 0.14);
  }

  /* Seam bridge so button + panel never look separated */
  #shopify-section-header-02 .header-bottom .header-search-vertical:hover .vertical-menu-title::after,
  #shopify-section-header-02 .menu-vertical-open .header-bottom .vertical-menu-title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -14px !important;
    height: 16px !important;
    background: #fff !important;
    z-index: 4 !important;
  }

  /* Category dropdown â€” attached professional panel (flush under button) */
  #shopify-section-header-02 .header-bottom .header-search-vertical > nav.header__menu-vertical,
  #shopify-section-header-02 .header-bottom nav.header__menu-vertical {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 280px !important;
    max-width: 320px !important;
    margin: -6px 0 0 0 !important;
    padding: 10px 0 12px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 16px 16px 16px !important;
    box-shadow: 0 18px 40px rgba(11, 31, 58, 0.16) !important;
    z-index: 2 !important;
    overflow: hidden !important;
    transform: translateY(6px) !important;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease !important;
  }

  #shopify-section-header-02 .header-bottom .header-search-vertical:hover > nav.header__menu-vertical,
  #shopify-section-header-02 .header-bottom .header-search-vertical:hover nav.header__menu-vertical,
  #shopify-section-header-02 .menu-vertical-open .header-bottom .header-search-vertical > nav.header__menu-vertical,
  #shopify-section-header-02 .menu-vertical-open .header-bottom nav.header__menu-vertical {
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 100% !important;
    margin-top: -6px !important;
    transform: translateY(0) !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li {
    margin: 0 !important;
    border-bottom: 1px solid #eef3f9;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li:last-child {
    border-bottom: 0;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 48px !important;
    padding: 12px 18px !important;
    color: #1f2a37 !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #c9d8ea !important;
    flex: 0 0 auto !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li:hover > a,
  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a:hover {
    background: #f3f7fc !important;
    color: #0071dc !important;
    padding-left: 22px !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li:hover > a::before,
  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a:hover::before {
    background: #0071dc !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a .icon-img {
    display: none !important;
  }

  #shopify-section-header-02 nav.header__menu-vertical .menu-listing > li > a .text {
    padding-left: 0 !important;
  }

  #shopify-section-header-02 .menu-center-fixed,
  #shopify-section-header-02 .header-vertical-menu-bottom + .menu-center-fixed {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 8px !important;
    position: relative !important;
    top: auto !important;
  }

  #shopify-section-header-02 .header-main-menu,
  #shopify-section-header-02 .main-menu.menu-center,
  #shopify-section-header-02 .menu-center-fixed .menu-listing {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* Sit Furniture/Laptops/... directly beside Category (same row) */
  #shopify-section-header-02 .menu-center-fixed .header-main-menu,
  #shopify-section-header-02 .menu-center-fixed .main-menu {
    margin-left: 8px !important;
  }

  #shopify-section-header-02 .menu-center-fixed .menu-listing > li {
    margin-left: 0 !important;
    margin-right: 22px !important;
  }

  #shopify-section-header-02 .header-bottom .menu-listing > li > a,
  #shopify-section-header-02 .header-bottom .menu-lv-item > a,
  #shopify-section-header-02 .menu-center-fixed .menu-listing > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
    box-sizing: border-box !important;
  }

  #shopify-section-header-02 .header-wrapper,
  #shopify-section-header-02 header.header {
    min-height: 0 !important;
  }

  #shopify-section-header-02 .header__search .search__input,
  #shopify-section-header-02 .search-modal__form .search__input {
    min-height: 42px;
  }
}

/* ========== Mobile/tablet header ========== */
@media screen and (max-width: 1024px) {
  #shopify-section-header-02 {
    --icon-mobile-spacing: 16px;
  }

  #shopify-section-header-02 .header-mobile {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side,
  #shopify-section-header-02 .header-mobile .mobile-right-side {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 16px !important;
    column-gap: 16px !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side li,
  #shopify-section-header-02 .header-mobile .mobile-right-side li {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side > li.toggle-menu {
    margin-right: 12px !important;
    padding-right: 4px !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side > li.toggle-menu + li {
    margin-left: 4px !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side li.toggle-menu,
  #shopify-section-header-02 .header-mobile .mobile-left-side .header__icon--search,
  #shopify-section-header-02 .header-mobile .mobile-left-side .header__search,
  #shopify-section-header-02 .header-mobile .mobilemenu-toggle,
  #shopify-section-header-02 .header-mobile .mobile-left-side summary.header__icon--search {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  /* Mobile logo: centered in the header bar (between left & right icon groups) */
  #shopify-section-header-02 .header-mobile {
    position: relative !important;
  }

  #shopify-section-header-02 .header-mobile .header__logo,
  #shopify-section-header-02 .header-mobile h1.header__logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 148px) !important;
    z-index: 3;
    pointer-events: auto;
  }

  #shopify-section-header-02 .header-mobile .header__logo a.header__heading-link,
  #shopify-section-header-02 .header-mobile .header__logo a {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    height: 46px !important;
    width: 168px !important;
    max-width: min(168px, 52vw) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  #shopify-section-header-02 .header-mobile .header__logo .header__heading-logo,
  #shopify-section-header-02 .header-mobile .header__logo img,
  #shopify-section-header-02 .header-mobile .header__logo a img {
    position: absolute !important;
    height: calc(46px * 400 / 107) !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    top: calc(-46px * 128 / 107) !important;
    /* Shift crop slightly left so final "a" in YamBaba stays inside the window */
    left: calc(-46px * 100 / 107) !important;
    object-fit: fill !important;
    display: block !important;
  }

  #shopify-section-header-02 .header-mobile .mobile-left-side,
  #shopify-section-header-02 .header-mobile .mobile-right-side {
    position: relative !important;
    z-index: 4;
  }

  /*
   * Fold cover / ultra-narrow (Z Fold cover ~280â€“360 CSS px):
   * stop search overlapping logo; show full wordmark; keep icons tappable.
   */
  @media screen and (max-width: 400px) {
    #shopify-section-header-02 {
      --icon-mobile-spacing: 8px;
    }

    #shopify-section-header-02 .header-mobile .mobile-left-side,
    #shopify-section-header-02 .header-mobile .mobile-right-side {
      gap: 8px !important;
      column-gap: 8px !important;
    }

    #shopify-section-header-02 .header-mobile .mobile-left-side > li.toggle-menu {
      margin-right: 4px !important;
      padding-right: 0 !important;
    }

    #shopify-section-header-02 .header-mobile .mobile-left-side > li.toggle-menu + li {
      margin-left: 0 !important;
    }

    /* Keep search as a dedicated icon â€” do not sit on top of the logo crop */
    #shopify-section-header-02 .header-mobile .mobile-left-side li.toggle-menu,
    #shopify-section-header-02 .header-mobile .mobile-left-side .header__icon--search,
    #shopify-section-header-02 .header-mobile .mobile-left-side .header__search,
    #shopify-section-header-02 .header-mobile .mobilemenu-toggle,
    #shopify-section-header-02 .header-mobile .mobile-left-side summary.header__icon--search,
    #shopify-section-header-02 .header-mobile .mobile-right-side .header__icon,
    #shopify-section-header-02 .header-mobile .mobile-right-side a {
      min-width: 34px !important;
      min-height: 34px !important;
      width: 34px !important;
      flex: 0 0 34px !important;
    }

    #shopify-section-header-02 .header-mobile .header__logo,
    #shopify-section-header-02 .header-mobile h1.header__logo {
      max-width: calc(100vw - 160px) !important;
      z-index: 3;
    }

    #shopify-section-header-02 .header-mobile .header__logo a.header__heading-link,
    #shopify-section-header-02 .header-mobile .header__logo a {
      height: 40px !important;
      width: min(190px, calc(100vw - 168px)) !important;
      max-width: min(190px, calc(100vw - 168px)) !important;
    }

    #shopify-section-header-02 .header-mobile .header__logo .header__heading-logo,
    #shopify-section-header-02 .header-mobile .header__logo img,
    #shopify-section-header-02 .header-mobile .header__logo a img {
      height: calc(40px * 400 / 107) !important;
      top: calc(-40px * 128 / 107) !important;
      left: calc(-40px * 88 / 107) !important;
    }
  }
}

/* Footer brand logo â€” crop padded PNG canvas (same math as header) */
.footer .footer-image_logo,
#shopify-section-footer .footer-image_logo,
.footer-block-id-footer-0 .footer-image_logo {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  height: 52px !important;
  width: 172px !important;
  max-width: 200px !important;
  margin: 0 0 16px !important;
  line-height: 0 !important;
}

.footer .footer-image_logo img,
#shopify-section-footer .footer-image_logo img,
.footer-block-id-footer-0 .footer-image_logo img,
.footer img.footer-brand-logo {
  position: absolute !important;
  height: calc(52px * 400 / 107) !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  top: calc(-52px * 128 / 107) !important;
  left: calc(-52px * 112 / 107) !important;
  object-fit: fill !important;
  display: block !important;
  margin: 0 !important;
}

/* ========== Product cards ========== */
.products-grid .product-item,
.products-carousel .product-item,
.productGrid .product-item,
.collection .product-item,
.product-block .product-item {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

.products-grid .product-item > .card,
.products-carousel .product-item > .card,
.productGrid .product-item > .card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  flex: 1 1 auto;
}

.products-grid .product-item .card-information,
.products-carousel .product-item .card-information,
.productGrid .product-item .card-information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.products-grid .product-item .card-information__wrapper,
.products-carousel .product-item .card-information__wrapper,
.productGrid .product-item .card-information__wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;
  height: 100%;
}

.products-grid .product-item .card-title,
.products-carousel .product-item .card-title,
.productGrid .product-item .card-title,
.products-grid .product-item .card-title .text,
.products-carousel .product-item .card-title .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.7em;
  max-height: 2.7em;
  line-height: 1.35;
  margin-bottom: 6px;
}

/* Price: keep one sale row â€” compare + sale on a single line.
   Theme already hides .price__regular on sale; reinforce with !important
   so card flex layouts cannot resurrect a third price. */
.products-grid .product-item .card-price,
.products-carousel .product-item .card-price,
.productGrid .product-item .card-price,
.product-item .card-price {
  min-height: 1.5em;
  margin-bottom: 8px;
}

.product-item .price--on-sale .price__regular,
.product-item .price--on-sale .price__availability,
.card-price .price--on-sale .price__regular {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}

.product-item .price:not(.price--on-sale) .price__sale {
  display: none !important;
}

.product-item .price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
}

.product-item .price--on-sale .price__sale > dd,
.product-item .price--on-sale .price__compare,
.product-item .price--on-sale .price__sale .price__last {
  display: inline-block !important;
  margin: 0 !important;
  float: none !important;
  max-width: 100% !important;
}

.product-item .price--on-sale .price__sale .price-item--sale {
  white-space: nowrap !important;
  color: #0071dc !important;
  font-weight: 700 !important;
}

.product-item .price .price-item,
.product-item .price .money,
.product-item .card-price .price-item,
.product-item .card-price .money {
  color: #0071dc !important;
  font-weight: 700 !important;
}

.product-item .price--on-sale .price__compare .price-item,
.product-item .price--on-sale s.price-item--regular,
.product-item .price--on-sale .price__compare .money,
.product-item .price--on-sale del .price-item,
.product-item .price--on-sale del .money {
  color: #9ca3af !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

/* Category stays left; main nav lines up with the search field (see category-nav.css). */
@media screen and (min-width: 1025px) {
  #shopify-section-header-02 .header-bottom > .container {
    position: relative !important;
  }

  #shopify-section-header-02 .menu-center-fixed,
  #shopify-section-header-02 .header-vertical-menu-bottom + .menu-center-fixed {
    position: static !important;
    justify-content: flex-start !important;
    padding-right: 0 !important;
    flex: 1 1 auto !important;
  }

  #shopify-section-header-02 .menu-center-fixed > .container,
  #shopify-section-header-02 .menu-center-fixed .header-main-menu,
  #shopify-section-header-02 .menu-center-fixed .main-menu,
  #shopify-section-header-02 .main-menu.menu-center {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    position: static !important;
  }

  #shopify-section-header-02 .menu-center .menu-listing,
  #shopify-section-header-02 .menu-center-fixed .menu-listing {
    position: absolute !important;
    left: var(--yb-nav-left, 280px) !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    justify-content: flex-start !important;
    width: max-content !important;
    max-width: var(--yb-nav-max, calc(100% - 420px)) !important;
    margin: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    z-index: 5;
  }

  #shopify-section-header-02 .menu-center-fixed .menu-listing > li {
    margin-right: 18px !important;
    float: none !important;
  }

  #shopify-section-header-02 .menu-center-fixed .menu-listing > li:last-child {
    margin-right: 0 !important;
  }

  /* Keep search visually centered in the header-top band */
  #shopify-section-header-02 .header-top .row.align-item-center {
    justify-content: space-between !important;
  }

  #shopify-section-header-02 .header-top .col-grid {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: auto !important;
  }

  #shopify-section-header-02 .header-top .header-search-vertical {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Collection / category pages: at least 4 products per row on desktop */
@media screen and (min-width: 1025px) {
  .collection .productListing.productGrid,
  .template-collection .productListing.productGrid,
  .productListing.productGrid.column-3,
  .productListing.productGrid.column-4,
  .productListing.productGrid.list-3,
  .productListing.productGrid.list-4 {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .collection .productListing.productGrid .product,
  .collection .productGrid .product,
  .template-collection .productGrid .product,
  .productListing.productGrid.column-3 .product,
  .productListing.productGrid.column-4 .product,
  .productListing.productGrid.list-3 .product,
  .productListing.productGrid.list-4 .product,
  .productListing.productGrid > li,
  .productListing.productGrid.column-3 > li,
  .productListing.productGrid.list-3 > li {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    float: none !important;
    box-sizing: border-box !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .collection .productListing.productGrid.column-3 .product,
  .collection .productGrid.column-3 .product,
  .template-collection .productGrid.column-3 .product {
    width: 33.33% !important;
    max-width: 33.33% !important;
    flex: 0 0 33.33% !important;
  }
}

.products-grid .product-item .product-button-choose-option,
.products-carousel .product-item .product-button-choose-option,
.productGrid .product-item .product-button-choose-option,
.products-grid .product-item .card-action,
.products-carousel .product-item .card-action {
  margin-top: auto !important;
  width: 100%;
}

.products-grid .product-item .product-button-choose-option .button,
.products-carousel .product-item .product-button-choose-option .button,
.productGrid .product-item .product-button-choose-option .button {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
}

/* ========== Footer polish (logo crop rules are above) ========== */

.footer,
#shopify-section-footer {
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

.footer .footer-block__heading,
.footer h2,
.footer h3 {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer a {
    display: inline-block;
    padding: 4px 0;
    min-height: 36px;
  }

  .footer .footer-image_logo img,
  .footer-block-id-footer-0 .footer-image_logo img {
    max-width: 180px !important;
    max-height: 64px !important;
  }
}

/* ========== Disable demo purchase popups ========== */
#scoder-notification-popup,
notification-popup.scoder-notification-popup,
.scoder-notification-popup {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ========== Customer Service / policy pages (card layout) ========== */
.shopify-policy__container,
.shopify-policy__title + .rte,
main .shopify-policy__body,
.main-page .rte,
.page-width .rte:has(.yb-cs),
.section-main-page .rte:has(.yb-cs) {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.shopify-policy__container {
  padding: 1.5rem 1rem 3rem;
}

.shopify-policy__title,
.main-page-title,
.page-title {
  text-align: center;
  margin-bottom: 1.25rem !important;
}

.yb-cs {
  --yb-blue: #0071dc;
  --yb-navy: #0b1f3a;
  --yb-soft: #f3f7fc;
  --yb-line: #d7e3f2;
  --yb-text: #2c3340;
  --yb-muted: #5b6575;
  color: var(--yb-text);
  font-size: 15px;
  line-height: 1.65;
}

.yb-cs a {
  color: var(--yb-blue);
  text-decoration: none;
  font-weight: 600;
}

.yb-cs a:hover {
  text-decoration: underline;
}

.yb-cs__hero {
  background: linear-gradient(135deg, #0071dc 0%, #0b4f9c 100%);
  color: #fff;
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.35rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 28px rgba(0, 113, 220, 0.18);
}

.yb-cs__eyebrow {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.yb-cs__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  max-width: 46rem;
  font-size: 1.02rem;
}

.yb-cs__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.yb-cs__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
}

.yb-cs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 1.25rem;
}

.yb-cs__card {
  background: #fff;
  border: 1px solid var(--yb-line);
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.05rem;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.05);
}

.yb-cs__card--wide {
  grid-column: 1 / -1;
}

.yb-cs__card h3,
.yb-cs__card h4 {
  margin: 0 0 0.55rem;
  color: var(--yb-navy);
  font-size: 1.05rem;
  line-height: 1.3;
}

.yb-cs__card p,
.yb-cs__card ul {
  margin: 0 0 0.65rem;
  color: var(--yb-muted);
}

.yb-cs__card p:last-child,
.yb-cs__card ul:last-child {
  margin-bottom: 0;
}

.yb-cs__card ul {
  padding-left: 1.15rem;
}

.yb-cs__card li {
  margin-bottom: 0.35rem;
}

.yb-cs__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--yb-soft);
  border: 1px solid var(--yb-line);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.25rem;
}

.yb-cs__cta h3 {
  margin: 0 0 0.25rem;
  color: var(--yb-navy);
  font-size: 1.05rem;
}

.yb-cs__cta p {
  margin: 0;
  color: var(--yb-muted);
}

.yb-cs__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: var(--yb-blue);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.yb-cs__btn:hover {
  filter: brightness(1.05);
}

.yb-cs__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.yb-cs__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--yb-line);
  background: #fff;
  color: var(--yb-navy);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.yb-cs__links a:hover {
  border-color: var(--yb-blue);
  color: var(--yb-blue);
  text-decoration: none;
}

.yb-cs__hub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.yb-cs__hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 140px;
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--yb-line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.05);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.yb-cs__hub-card:hover {
  transform: translateY(-2px);
  border-color: #9dc4ef;
  box-shadow: 0 10px 22px rgba(15, 40, 80, 0.08);
  text-decoration: none !important;
}

.yb-cs__hub-card strong {
  color: var(--yb-navy);
  font-size: 1.05rem;
}

.yb-cs__hub-card span {
  color: var(--yb-muted);
  font-size: 0.95rem;
}

.yb-cs__hub-card em {
  margin-top: auto;
  color: var(--yb-blue);
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .yb-cs__grid,
  .yb-cs__hub {
    grid-template-columns: 1fr;
  }

  .yb-cs__cta {
    align-items: flex-start;
  }

  .yb-cs__btn {
    width: 100%;
  }
}

/*
 * Desktop homepage hero (slide-show-grid): equal gutters between
 * left / center / right columns and between the two right stacked banners.
 * Theme used ~Bootstrap column padding + 25px .grid-bottom â€” unify to 15px.
 */
@media screen and (min-width: 1200px) {
  .sections-slide-show .slide-show .row {
    --bs-gutter-x: 15px !important;
    --bs-gutter-y: 15px !important;
    margin-left: calc(15px / -2) !important;
    margin-right: calc(15px / -2) !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
  .sections-slide-show .slide-show .row > [class*="col-"] {
    padding-left: calc(15px / 2) !important;
    padding-right: calc(15px / 2) !important;
  }
  .sections-slide-show .slide-show .grid-bottom {
    padding-top: 15px !important;
  }
  .sections-slide-show .slide-show .slide-grid,
  .sections-slide-show .slide-show .slide-grid img,
  .sections-slide-show .slide-show .slideshow-slider .images-contain img,
  .sections-slide-show .slide-show .slideshow-slider .slide-pc img {
    border-radius: 8px !important;
  }
}

/* Prevent broken-image flash: hide lazy hero side imgs until a real src exists */
.sections-slide-show .slide-grid img.lazyload:not([src]),
.sections-slide-show .slide-grid img.lazyloading:not([src]),
.sections-slide-show .slide-grid img.lazyload[src=""],
.sections-slide-show .slide-grid img[data-srcset]:not([src]):not(.yb-hero-eager),
.sections-slide-show .slide-grid img[data-src]:not([src]):not(.yb-hero-eager) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.sections-slide-show .slide-grid img.yb-hero-eager,
.sections-slide-show .slide-grid img.lazyloaded,
.sections-slide-show .slide-grid img[src*="cdn/shop"],
.sections-slide-show .slide-grid img[src*="/files/"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.sections-slide-show .slide-grid a.image-zoom {
  background: #f3f5f8;
  min-height: 120px;
}

@media screen and (max-width: 1199px) {
  .sections-slide-show .slide-show .grid-bottom {
    padding-top: 15px !important;
  }
  .sections-slide-show .slide-show .slide-grid.slide-grid-right {
    padding-bottom: 15px !important;
  }
  .sections-slide-show .slide-show .order-mb {
    padding-bottom: 15px !important;
  }
}

/*
 * Mobile/tablet homepage: remove white gap under first hero slide.
 * Cause: inactive slick slides keep .not_img placeholders at 500px, so
 * .slick-list height stays ~530px while the real slide image is shorter.
 */
@media screen and (max-width: 1024px) {
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .not_img {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
  }

  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider,
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slick-list,
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slick-track {
    height: auto !important;
    min-height: 0 !important;
  }

  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slick-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slick-slide:not(.slick-active):not(.slick-current) {
    /* keep horizontal track layout, but don't inflate vertical height */
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .images-contain,
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slide-mobile,
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slide-image,
  .sections-slide-show:not([id*="__yb_hero_fullwidth_slider"]) .slideshow-slider .slide-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
  }

  .sections-slide-show .grid-order-1,
  .sections-slide-show .col-xl-6.grid-order-1 {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  .sections-slide-show .row {
    row-gap: 12px !important;
  }

  /* Keep safe side margins on stacked hero side cards (mobile/tablet) */
  .sections-slide-show .grid-order-2,
  .sections-slide-show .grid-order-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sections-spotlight-block .container,
  .sections-spotlight-block .container-fluid,
  .sections-product-block .container,
  .sections-product-block .container-fluid,
  .sections-brand-slider .container,
  .sections-brand-slider .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Theme product grids use negative row margins that cancel container padding
     and push cards flush to the screen edge on mobile/tablet. */
  .sections-product-block .products-carousel,
  .sections-product-block .products-grid,
  .sections-product-block .productGrid,
  .sections-product-block .trending-product-inner > .row,
  .sections-product-block .section-header .row,
  .sections-spotlight-block .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sections-product-block .product-item,
  .sections-product-block .productGrid .slick-slide > div,
  .sections-product-block .products-carousel .slick-slide > div {
    padding-left: 6px !important;
    padding-right: 6px !important;
    box-sizing: border-box !important;
  }

  .sections-product-block .card-information,
  .sections-product-block .card-information__wrapper,
  .sections-product-block .yb-card-cta {
    padding-left: 2px !important;
    padding-right: 2px !important;
    box-sizing: border-box !important;
  }

  /* Collapse empty image-banner shells that only reserve vertical space */
  .sections-image-banner-block:empty,
  .sections-image-banner-block:not(:has(img)):not(:has(.banner-image)):not(:has(.images-contain)) {
    display: none !important;
  }
}

/*
 * Belliza sidebar cart: keep Checkout + View Cart usable while items scroll.
 *
 * Root cause of the black/white edge "spots":
 * 1) visibility:visible !important on .button overrode the closed drawer
 *    (visibility:hidden on a parent does NOT hide children set to visible).
 * 2) position:sticky on .previewCartGroup can escape the fixed drawer and
 *    paint the pill buttons on the page edge.
 * Open state class lives on body: cart-sidebar-show
 */
.scoder-cart-sidebar {
  display: flex !important;
  flex-direction: column !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
}

/* Closed drawer: hard-hide action buttons so they cannot paint on the page */
body:not(.cart-sidebar-show) .scoder-cart-sidebar .previewCartGroup,
body:not(.cart-sidebar-show) .scoder-cart-sidebar .cart__footer,
body:not(.cart-sidebar-show) .scoder-cart-sidebar .previewCartGroup .button,
body:not(.cart-sidebar-show) .scoder-cart-sidebar .button-checkout,
body:not(.cart-sidebar-show) .scoder-cart-sidebar .button-view-cart {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.scoder-cart-sidebar .scoder-sidebar-header {
  flex: 0 0 auto;
}

.scoder-cart-sidebar .scoder-sidebar-wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
}

.scoder-cart-sidebar .previewCartMessage {
  flex: 0 0 auto;
}

.scoder-cart-sidebar cart-coupon-discount,
.scoder-cart-sidebar .previewCart-wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: auto !important;
}

.scoder-cart-sidebar .previewCart {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
}

.scoder-cart-sidebar .previewCartList,
.scoder-cart-sidebar .previewCartItems,
.scoder-cart-sidebar [data-cart-content] {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.scoder-cart-sidebar .previewCartGroup,
.scoder-cart-sidebar .cart__footer {
  /* relative + flex, not sticky â€” sticky was escaping the fixed drawer */
  position: relative !important;
  z-index: 5;
  flex: 0 0 auto !important;
  margin-top: auto !important;
  padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
  background: var(--cart-sidebar-bg, #fff);
  box-shadow: 0 -10px 24px rgba(14, 48, 89, 0.1);
}

body.cart-sidebar-show .scoder-cart-sidebar .previewCartGroup .button {
  display: flex !important;
  width: 100% !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@supports not (height: 100dvh) {
  .scoder-cart-sidebar {
    height: 100vh !important;
    max-height: 100vh !important;
  }
}

/* UAE flag + EN + AED: one 22px flex row, shared vertical center */
.announcement-right > ul {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.announcement-right > ul::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 16px;
  flex: 0 0 24px;
  margin: 0 8px 0 0;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' preserveAspectRatio='none'%3E%3Crect width='12' height='8' fill='%2300732F'/%3E%3Crect y='2.67' width='12' height='2.66' fill='%23fff'/%3E%3Crect y='5.33' width='12' height='2.67' fill='%23000'/%3E%3Crect width='3' height='8' fill='%23FF0000'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.announcement-right > ul > li {
  display: flex !important;
  align-items: center !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  line-height: 22px !important;
  float: none !important;
}

.announcement-right .header-language_currency,
.announcement-right .top-language-currency,
.announcement-right .scoder-top-language,
.announcement-right .scoder-top-currency,
.announcement-right .disclosure,
.announcement-right .btn-group,
.announcement-right .shopify-currency {
  display: flex !important;
  align-items: center !important;
  height: 22px !important;
  margin: 0 !important;
}

.announcement-right .disclosure .disclosure__button,
.announcement-right .localization-selector,
.announcement-right .scoder-top-currency .dropdown-toggle,
.language-mobile .disclosure .disclosure__button {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  line-height: 22px !important;
  vertical-align: middle !important;
}

.announcement-right .text-language,
.announcement-right .scoder-top-currency .dropdown-toggle .text,
.language-mobile .text-language {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  line-height: 22px !important;
  vertical-align: middle !important;
}

.announcement-right .text-language::before {
  content: none !important;
  display: none !important;
}

.language-mobile .text-language::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 16px;
  margin-right: 7px;
  flex: 0 0 24px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' preserveAspectRatio='none'%3E%3Crect width='12' height='8' fill='%2300732F'/%3E%3Crect y='2.67' width='12' height='2.66' fill='%23fff'/%3E%3Crect y='5.33' width='12' height='2.67' fill='%23000'/%3E%3Crect width='3' height='8' fill='%23FF0000'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.announcement-right .disclosure .disclosure__button svg,
.announcement-right .scoder-top-currency .dropdown-toggle svg,
.announcement-right .header-language_currency svg {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
  display: block !important;
  margin: 0 !important;
}

.announcement-right .disclosure .disclosure__button span.icon:empty,
.language-mobile .disclosure .disclosure__button span.icon:empty {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

/* B2B footer entry â€” inside Customer service / Information column */
footer a.yb-b2b-footer-link,
footer a.yb-b2b-footer-link .text {
  color: inherit !important;
  font-weight: 500 !important;
}
footer a.yb-b2b-footer-link:hover,
footer a.yb-b2b-footer-link:hover .text {
  color: #ffcc24 !important;
  text-decoration: underline !important;
}
.yb-b2b-footer-block {
  display: none !important;
}

/* Product page B2B â€” bordered enquiry bar in info column */
.yb-b2b-product-actions {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  flex-basis: 100% !important;
  grid-column: 1 / -1 !important;
  box-sizing: border-box !important;
  margin: 10px 0 6px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  clear: both !important;
  float: none !important;
  align-self: stretch !important;
}
.yb-b2b-product-actions__inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 8px 10px !important;
  border: 1px solid #cfe0f5 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
}
.yb-b2b-product-actions__label {
  margin: 0 !important;
  padding: 0 !important;
  color: #0b1f3a !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
}
.yb-b2b-product-actions__row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 6px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.yb-b2b-add-btn {
  appearance: none !important;
  border: 1px solid #004A9F !important;
  background: #004A9F !important;
  color: #ffffff !important;
  font-weight: 650 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 12px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  max-width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
.yb-b2b-add-btn:hover {
  background: #003b80 !important;
  border-color: #003b80 !important;
}
.yb-b2b-open-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #004A9F !important;
  background: #ffffff !important;
  color: #004A9F !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  padding: 0 12px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  white-space: nowrap !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.yb-b2b-open-link:hover {
  background: #EAF4FF !important;
  text-decoration: none !important;
}
.yb-b2b-toast {
  position: fixed;
  left: 50%;
  bottom: 72px;
  transform: translateX(-50%);
  z-index: 99995;
  width: min(420px, calc(100% - 24px));
}
.yb-b2b-toast[hidden] {
  display: none !important;
}
.yb-b2b-toast__panel {
  background: #0b1f3a;
  color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.28);
  border-top: 3px solid #ffc400;
}
.yb-b2b-toast__panel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.yb-b2b-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.yb-b2b-toast__continue,
.yb-b2b-toast__view {
  appearance: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.yb-b2b-toast__continue {
  border: 1px solid rgba(255,255,255,0.35);
  background: transparent;
  color: #fff;
}
.yb-b2b-toast__view {
  border: 1px solid #ffc400;
  background: #ffc400;
  color: #0b1f3a;
}
@media (max-width: 749px) {
  .yb-b2b-product-actions__inner {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .yb-b2b-product-actions__label {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .yb-b2b-product-actions__row {
    width: 100% !important;
  }
  .yb-b2b-add-btn,
  .yb-b2b-open-link {
    flex: 1 1 calc(50% - 4px) !important;
    min-width: 0 !important;
  }
}
.yb-b2b-basket-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: #004A9F;
  color: #fff;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.18);
}
.yb-b2b-basket-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.yb-b2b-basket-bar__inner a {
  display: inline-block;
  background: #ffcc24;
  color: #123b67;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 14px;
  white-space: nowrap;
}

/* ========== Product page: one aligned card stack ========== */
.yb-pdp-hidden {
  display: none !important;
}

.productView-tabbing.yb-pdp-host,
.yb-pdp-host {
  padding-top: 28px !important;
  padding-bottom: 36px !important;
  border: none !important;
}

.productView-tabbing.yb-pdp-host .tabs,
.yb-pdp-host .tabs,
.yb-pdp-host .toggle-title,
.yb-pdp-host product-tab > .tabs {
  display: none !important;
}

.yb-pdp-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2c3340;
}

.yb-pdp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d7e3f2;
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.05);
  min-height: 0;
  height: 100%;
}

.yb-pdp-card__title {
  margin: 0 0 0.7rem !important;
  color: #0b1f3a !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.02em;
}

.yb-pdp-card__body,
.yb-pdp-card__body p {
  margin: 0 0 0.55rem;
  color: #5b6575;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
}

.yb-pdp-card__body p:last-child {
  margin-bottom: 0;
}

.yb-pdp-card__note {
  margin-top: auto !important;
  padding-top: 0.55rem;
  font-size: 13px !important;
}

.yb-pdp-card a {
  color: #0071dc;
  font-weight: 600;
  text-decoration: none;
}

.yb-pdp-card a:hover {
  text-decoration: underline;
}

.yb-pdp-kv-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px 20px;
}

.yb-pdp-kv {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.yb-pdp-kv__label {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.yb-pdp-kv__value {
  color: #0b1f3a;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.35;
}

.yb-pdp-warranty {
  width: 100%;
  margin: 18px 0 12px;
}

.yb-pdp-warranty .yb-pdp-card {
  border-color: transparent;
}

.yb-pdp-warranty--none .yb-pdp-card {
  background: #f4f6f8;
  border-color: #d9e1ea;
}
.yb-pdp-warranty--manufacturer .yb-pdp-card {
  background: #eaf4ff;
  border-color: #9ec3ef;
}
.yb-pdp-warranty--vendor .yb-pdp-card {
  background: #fff7e6;
  border-color: #f0c36b;
}
.yb-pdp-warranty--platform .yb-pdp-card {
  background: #e8eefc;
  border-color: #004a9f;
}
.yb-pdp-warranty--service_center .yb-pdp-card {
  background: #e7f7f2;
  border-color: #3aa88a;
}

.yb-pdp-policy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  width: 100%;
}

.yb-pdp-policy--wide {
  width: 100%;
  max-width: 100%;
}

.yb-pdp-card__title .yb-pdp-mnemonic,
.yb-pdp-mnemonic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  color: #004a9f;
  vertical-align: middle;
  flex: 0 0 22px;
}

.yb-pdp-native-policy,
.yb-pdp-policy-park {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .yb-pdp-kv-row,
  .yb-pdp-policy {
    grid-template-columns: 1fr;
  }
}

.yb-facts,
.product-description .yb-facts,
.rte .yb-facts,
[data-yambaba-facts],
[data-yambaba-facts="1"] {
  display: none !important;
}

/*
 * Buy-box short description dumps raw product.description as unformatted grey
 * text under the price. Keep description only in the middle info column.
 */
.yb-pdp-buybox .productView-desc,
.yb-pdp-details-shell .productView-desc,
.productView-moreItem > .productView-desc {
  display: none !important;
}

.yb-pdp-info .productView-desc,
.yb-pdp-info .yb-pdp-info-desc {
  display: block !important;
  margin: 10px 0 14px !important;
  color: #445066 !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

.yb-pdp-info .yb-pdp-info-desc p {
  margin: 0 0 0.65em !important;
}

.yb-pdp-info .yb-pdp-info-desc p:last-child {
  margin-bottom: 0 !important;
}

.yb-pdp-info .yb-pdp-desc-features {
  margin: 0 0 0.65em 1.1em !important;
  padding: 0 !important;
  list-style: disc !important;
}

.yb-pdp-info .yb-pdp-desc-features li {
  margin: 0 0 0.35em !important;
  line-height: 1.45 !important;
}

.yb-pdp-info .yb-pdp-desc-features-title {
  margin: 0.75em 0 0.35em !important;
}

/* Theme short_description line-clamp â€” never clip middle-column copy */
.productView-desc,
.productView-moreItem .productView-desc {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  white-space: normal !important;
}

.yb-pdp-buybox .productView-desc,
.yb-pdp-details-shell .productView-desc {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  max-height: 4.6em !important;
  overflow: hidden !important;
}

/* ========== PDP gallery: keep all slick slides visible; polish thumbnails ========== */
.productView-nav.slick-initialized .slick-slide,
.productView-nav.slick-initialized .productView-image,
[data-image-gallery-main].slick-initialized .slick-slide {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}

.productView-nav.slick-initialized .slick-slide img,
[data-image-gallery-main].slick-initialized .slick-slide img,
.yb-pdp-gallery-polish .productView-nav img {
  opacity: 1 !important;
  visibility: visible !important;
}

.yb-pdp-gallery-polish .productView-thumbnail-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 14px !important;
  padding: 0 16px 0 12px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Let Slick own the slider root â€” do NOT flex the .productView-for element */
.yb-pdp-gallery-polish .productView-for,
.yb-pdp-gallery-polish .productView-for.slick-initialized {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}

.yb-pdp-gallery-polish .productView-for .slick-list {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 4px 0 10px !important;
  box-sizing: border-box !important;
}

/* Theme sets flex-wrap on the thumb track â€” that collapses Slick slide widths to 0 */
.yb-pdp-gallery-polish .productView-thumbnail-wrapper .slick-track {
  display: block !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  min-width: 0 !important;
}

.yb-pdp-gallery-polish .productView-for .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.yb-pdp-gallery-polish .productView-for.slick-initialized .slick-slide {
  float: left !important;
  display: block !important;
  visibility: visible !important;
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
  height: auto !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
}

.yb-pdp-gallery-polish .productView-for .slick-slide:last-child {
  margin-right: 0 !important;
}

/* When all thumbs fit in the row, keep them centered with side breathing room */
.yb-pdp-gallery-polish.yb-pdp-thumbs-fit .productView-for .slick-list {
  display: flex !important;
  justify-content: center !important;
}

.yb-pdp-gallery-polish.yb-pdp-thumbs-fit .productView-for .slick-track {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  transform: none !important;
  left: 0 !important;
}

.yb-pdp-gallery-polish.yb-pdp-thumbs-fit .productView-for .slick-slide {
  float: none !important;
  margin: 0 !important;
}

/* 1â€“3 image listings: always show every thumbnail in a static centered row */
.yb-pdp-gallery-polish.yb-pdp-thumbs-few .productView-for.slick-initialized .slick-slide,
.yb-pdp-gallery-polish.yb-pdp-thumbs-few .productView-for.slick-initialized .slick-slide.slick-active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.yb-pdp-gallery-polish.yb-pdp-thumbs-few .productView-for .slick-list {
  overflow: visible !important;
}

.yb-pdp-gallery-polish .productView-thumbnail {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* Variant-filter clones outside the slick track â€” hide so they do not stack below */
.yb-pdp-gallery-polish .productView-for > .productView-thumbnail:not(.slick-slide) {
  display: none !important;
}

.yb-pdp-gallery-polish .productView-thumbnail-link {
  display: block !important;
  width: 144px !important;
  height: 144px !important;
  padding: 0 !important;
  border: 2px solid #e3e9f2 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  box-sizing: border-box !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
}

.yb-pdp-gallery-polish .productView-thumbnail-link::after {
  display: none !important;
  padding-bottom: 0 !important;
}

.yb-pdp-gallery-polish .productView-thumbnail-link img {
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
}

.yb-pdp-gallery-polish .productView-thumbnail.slick-current .productView-thumbnail-link,
.yb-pdp-gallery-polish .productView-thumbnail-link.is-active,
.yb-pdp-gallery-polish .productView-thumbnail-link:focus-visible {
  border-color: #0b57d0 !important;
  box-shadow: 0 0 0 1px rgba(11, 87, 208, 0.35) !important;
}

.yb-pdp-gallery-polish .productView-nav .slick-arrow {
  z-index: 3 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 8px rgba(15, 35, 70, 0.12) !important;
}

@media (max-width: 767px) {
  /* Mobile PDP: keep small thumbnail strip under main image.
     Theme may add .is-hidden-mobile when section setting show_thumbnail_mobile is off â€” force visible. */
  .productView-thumbnail-wrapper,
  .productView-thumbnail-wrapper.is-hidden-mobile,
  .productView-images .productView-for,
  .yb-pdp-gallery-polish .productView-thumbnail-wrapper,
  .yb-pdp-gallery-polish .productView-thumbnail-wrapper.is-hidden-mobile,
  .yb-pdp-gallery-polish .productView-for {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .yb-pdp-gallery-polish .productView-thumbnail-wrapper .slick-track {
    display: block !important;
    flex-wrap: nowrap !important;
  }

  .yb-pdp-gallery-polish .productView-for.slick-initialized .slick-slide,
  .yb-pdp-gallery-polish .productView-thumbnail,
  .yb-pdp-gallery-polish .productView-thumbnail-link {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 56px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .yb-pdp-gallery-polish .productView-thumbnail-link {
    padding: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .yb-pdp-gallery-polish .productView-thumbnail-link::after {
    display: none !important;
  }

  .yb-pdp-gallery-polish .productView-thumbnail-link img {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .yb-pdp-gallery-polish .productView-for .slick-list {
    margin: 0 !important;
  }

  .yb-pdp-gallery-polish .productView-for .slick-slide {
    margin-right: 6px !important;
  }

  /* Mobile PDP: hide redundant Shipping / Returns blocks (keep Returns at a glance) */
  .productView-moreItem:has(.product-customInformation),
  .product-customInformation,
  .yb-pdp-native-policy,
  .yb-pdp-policy,
  .yb-pdp-policy--wide,
  .yb-pdp-policy-park {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  #yb-pdp-com-disclosure {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 10px 0 12px !important;
  }

  /* Stable stacked PDP â€” avoid intermediate flash */
  .productView-top,
  .productView-top.yb-pdp-3col-row {
    display: block !important;
  }

  .productView-images,
  .productView-details,
  .productView-product {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
}

/* Optional A+ banner above Related Products (desktop + mobile art) */
.yb-aplus {
  width: 100%;
  max-width: 1464px;
  margin: 28px auto 8px;
  padding: 0 15px;
  box-sizing: border-box;
}
.yb-aplus__picture {
  display: block;
  width: 100%;
}
.yb-aplus__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 8px;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .yb-aplus {
    max-width: 750px;
    margin: 20px auto 8px;
    padding: 0 12px;
  }
}

.productView-tab .toggle-content ul:empty,
.productView-tab .toggle-content ol:empty {
  display: none !important;
}

/* ========== Footer: payments inside navy block ========== */
footer .footer-row,
.footer .footer-row,
#shopify-section-footer .footer-row {
  grid-template-columns: minmax(0, 1.25fr) repeat(4, minmax(0, 1fr)) minmax(0, 1.15fr) !important;
}

.yb-footer-payments {
  min-width: 0;
}

.yb-footer-payments .footer-block__heading,
.yb-footer-payments h3 {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.yb-footer-payments .list-payment,
.yb-footer-payments ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.yb-footer-payments .list-payment__item {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* Payment icons only â€” never style the Partner CTA SVG like a card logo */
.yb-footer-payments .list-payment svg,
.yb-footer-payments .list-payment img,
.yb-footer-payments > ul svg,
.yb-footer-payments > ul img {
  display: block !important;
  width: 42px !important;
  height: 27px !important;
  border-radius: 4px;
  background: #fff;
}

/* Keep Partner CTA fully separate from We accept icons */
.yb-footer-payments {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.yb-footer-payments > .list-payment,
.yb-footer-payments > ul {
  flex: 0 0 auto !important;
  width: 100% !important;
}

.yb-partner-footer-cta,
a.yb-partner-footer-cta {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 12px 0 0 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  border: 1px solid #e6b000 !important;
  background: #ffc400 !important;
  color: #0b1f3a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  clear: both !important;
  float: none !important;
  position: relative !important;
  z-index: 2 !important;
  align-self: flex-start !important;
  transition: background 0.15s ease, border-color 0.15s ease !important;
}

.yb-partner-footer-cta::before {
  display: none !important;
  content: none !important;
}

.yb-partner-footer-cta:hover,
.yb-partner-footer-cta:focus {
  color: #061428 !important;
  text-decoration: none !important;
  background: #ffd24d !important;
  border-color: #e6b000 !important;
  filter: none;
  transform: none;
  box-shadow: none !important;
}

.yb-partner-footer-cta__icon,
.yb-partner-footer-cta__icon svg {
  display: none !important;
}

.yb-partner-footer-cta__text {
  display: inline !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 767px) {
  .yb-partner-footer-cta,
  a.yb-partner-footer-cta {
    width: auto !important;
    max-width: none !important;
  }
}

footer .footer-bottom .payment,
footer .footer-bottom .footer__payment,
.footer-bottom .yb-payment-moved {
  display: none !important;
}

.footer-bottom {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

footer .footer-bottom .copyright,
footer .footer-bottom .col-lg-6.copyright,
.footer-bottom .footer__copyright {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  text-align: left !important;
}

@media screen and (max-width: 991px) {
  footer .footer-row,
  .footer .footer-row,
  #shopify-section-footer .footer-row {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-row,
  .footer .footer-row,
  #shopify-section-footer .footer-row {
    grid-template-columns: 1fr !important;
  }
}

/* ========== Category trust bar: Secure Payment / Easy Returns / Free Shipping ========== */
.yb-trust-bar,
.shopify-section.yb-trust-bar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 0 !important;
}

.yb-trust-bar .container,
.yb-trust-bar .page-width {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.yb-trust-bar .icon-box,
.yb-trust-bar .icon-box-inner,
.yb-trust-bar .services-item,
.yb-trust-bar [class*="icon-box"] {
  padding: 8px 10px !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.yb-trust-bar svg,
.yb-trust-bar .icon-box img,
.yb-trust-bar .icon img,
.yb-trust-bar .icon-box .icon {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
}

.yb-trust-bar h3,
.yb-trust-bar h4,
.yb-trust-bar .title,
.yb-trust-bar .icon-box__title,
.yb-trust-bar .icon-title {
  margin: 0 0 2px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0;
}

.yb-trust-bar p,
.yb-trust-bar .subtitle,
.yb-trust-bar .icon-box__text,
.yb-trust-bar .content {
  margin: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #5b6575 !important;
}


/* ========== PDP: hide false fulfillment claim until metafield-driven copy ships ========== */
.yambaba-seller-fulfillment__delivery {
  display: none !important;
}

.product-customInformation__popup p:last-child {
  display: none !important;
}

/*
 * Storefront speed: kill Belliza full-bleed lazy-load placeholder rings.
 * Theme base.css uses .adaptive_height img.lazyloading + .data-lazy-loading { height:100%; width:100% }
 * so we must beat that selector specificity and load after theme CSS.
 */
html body.show_image_loading .adaptive_height img.lazyload + .data-lazy-loading,
html body.show_image_loading .adaptive_height img.lazyloading + .data-lazy-loading,
html body.show_image_loading .adaptive_height img.lazyloaded + .data-lazy-loading,
html body.show_image_loading .media img.lazyload + .data-lazy-loading,
html body.show_image_loading .media img.lazyloading + .data-lazy-loading,
html body.show_image_loading .card-media img.lazyload + .data-lazy-loading,
html body.show_image_loading .card-media img.lazyloading + .data-lazy-loading,
html body .data-lazy-loading,
.data-lazy-loading {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  animation: none !important;
  pointer-events: none !important;
  position: absolute !important;
  overflow: hidden !important;
}

body.show_image_loading img.lazyload,
body.show_image_loading img.lazyloading,
.adaptive_height img.lazyload,
.adaptive_height img.lazyloading,
.productView-image img.lazyload,
.productView-image img.lazyloading,
.media img.lazyload,
.media img.lazyloading,
.card-media > img:first-child {
  opacity: 1 !important;
}

/* Keep product-card hover/secondary images hidden until hover.
   Must beat body.show_image_loading img.lazyloaded { opacity:1 !important } */
html body.show_image_loading .card-media > img + img,
html body.show_image_loading .card-media > img + video,
html body .card-media > img + img,
html body .card-media > img + video {
  opacity: 0 !important;
}
html body.show_image_loading .card-product:hover .card-media.media--hover-effect > img:first-child:not(:only-child),
html body .card-product:hover .card-media.media--hover-effect > img:first-child:not(:only-child) {
  opacity: 0 !important;
}
html body.show_image_loading .card-product:hover .card-media.media--hover-effect > img + img,
html body .card-product:hover .card-media.media--hover-effect > img + img {
  opacity: 1 !important;
}

.productView-thumbnail-link.animated-loading,
.card-media.animated-loading {
  animation: none !important;
  background: transparent !important;
}

.productView-thumbnail-link.animated-loading > img {
  display: block !important;
  opacity: 1 !important;
}

.card-media.animated-loading .media-loading {
  display: none !important;
}

/* Never leave a full-page loader overlay on top of the storefront */
#yb-page-loader {
  display: none !important;
}

/* ========== PDP gallery FOUC: main slides live in .productView-nav ========== */
.productView-images,
.productView-images .productView-images-wrapper,
.productView-images .productView-image-wrapper,
.productView-images .productView-nav {
  max-width: 100% !important;
  overflow: hidden !important;
}

/* Before slick mounts on the MAIN gallery: only the first slide */
.productView-images .productView-nav:not(.slick-initialized) > .productView-image:nth-child(n + 2),
.productView-images [data-image-gallery-main]:not(.slick-initialized) > .productView-image:nth-child(n + 2) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.productView-images .productView-nav:not(.slick-initialized),
.productView-images [data-image-gallery-main]:not(.slick-initialized) {
  display: block !important;
  max-height: min(58vh, 480px);
  overflow: hidden !important;
}

.productView-images .productView-nav .slick-list,
.productView-images [data-image-gallery-main] .slick-list {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

.productView-images .productView-nav.slick-initialized,
.productView-images [data-image-gallery-main].slick-initialized {
  max-height: none;
}

/* Thumbnails strip (.productView-for) can stay multi-item */
.productView-images .productView-for .productView-thumbnail .media,
.productView-images .productView-for .media {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}

/* ========== PDP 3-column: large gallery | info | buy rail ========== */
@media screen and (min-width: 1100px) {
  .productView.yb-pdp-3col .productView-top.yb-pdp-3col-row,
  .productView-top.yb-pdp-3col-row {
    display: grid !important;
    grid-template-columns: minmax(0, 36%) minmax(0, 32%) minmax(0, 32%) !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  .productView-top.yb-pdp-3col-row > .productView-images,
  .productView-top.yb-pdp-3col-row > .yb-pdp-gallery {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 12px 8px 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .productView-top.yb-pdp-3col-row .productView-images img,
  .productView-top.yb-pdp-3col-row .yb-pdp-gallery img {
    max-width: 100% !important;
    height: auto !important;
  }

  .productView-top.yb-pdp-3col-row > .yb-pdp-main,
  .productView-top.yb-pdp-3col-row > .yb-pdp-info {
    grid-column: 2 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 8px 8px 12px !important;
    border: none !important;
    border-left: 1px solid #d7e3f2 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    position: static !important;
    overflow: hidden !important;
  }

  .productView-top.yb-pdp-3col-row > .yb-pdp-buybox {
    grid-column: 3 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 28px 8px 12px !important;
    border: none !important;
    border-left: 1px solid #d7e3f2 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .productView-top.yb-pdp-3col-row > .productView-details.yb-pdp-details-shell {
    display: none !important;
  }

  .productView.yb-pdp-3col .yb-pdp-stack {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 8px !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-product-actions {
    display: block !important;
    width: 100% !important;
    margin: 8px 0 6px !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-product-actions__inner {
    border-radius: 6px !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 8px 10px !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-product-actions__label {
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-product-actions__row {
    width: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-add-btn,
  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-open-link {
    border-radius: 4px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .yb-b2b-open-link {
    background: #ffffff !important;
    border: 1px solid #004A9F !important;
    color: #004A9F !important;
  }

  .productView.yb-pdp-3col .yb-pdp-info .yambaba-seller-fulfillment,
  .productView.yb-pdp-3col .yb-pdp-buybox .yambaba-seller-fulfillment,
  .productView.yb-pdp-3col .yb-pdp-info .yb-sold-by-yambaba,
  .productView.yb-pdp-3col .yb-pdp-info .yb-buybox-soldby,
  .productView.yb-pdp-3col .yb-pdp-info .yb-price-vat,
  .productView.yb-pdp-3col .yb-pdp-info .yb-buybox-warranty,
  .productView.yb-pdp-3col .yb-pdp-info .yb-buybox-chrome {
    display: none !important;
  }

  .productView.yb-pdp-3col .productView-title,
  .productView.yb-pdp-3col .yb-pdp-info .productView-title {
    font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.55rem) !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    overflow-wrap: anywhere !important;
    color: #0b1f3a !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .productView-price,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-price *,
  .productView.yb-pdp-3col .yb-pdp-buybox .price,
  .productView.yb-pdp-3col .yb-pdp-buybox .price-item,
  .productView.yb-pdp-3col .yb-pdp-buybox .price-item--sale,
  .productView.yb-pdp-3col .yb-pdp-buybox .price:not(.price--on-sale) .money,
  .productView.yb-pdp-3col .yb-pdp-buybox [data-product-price],
  .productView.yb-pdp-3col .yb-pdp-buybox [class*="subtotal" i],
  .productView.yb-pdp-3col .yb-pdp-buybox [class*="subtotal" i] * {
    color: #004A9F !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .productView-price,
  .productView.yb-pdp-3col .yb-pdp-buybox .price {
    line-height: 1.25 !important;
    border-radius: 0 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .price-item--sale,
  .productView.yb-pdp-3col .yb-pdp-buybox .price:not(.price--on-sale) .price-item,
  .productView.yb-pdp-3col .yb-pdp-buybox .price:not(.price--on-sale) .money {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #004A9F !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .price--on-sale .price-item--regular,
  .productView.yb-pdp-3col .yb-pdp-buybox .price__compare .price-item,
  .productView.yb-pdp-3col .yb-pdp-buybox .price__compare .money,
  .productView.yb-pdp-3col .yb-pdp-buybox s.price-item,
  .productView.yb-pdp-3col .yb-pdp-buybox .compare-at,
  .productView.yb-pdp-3col .yb-pdp-buybox .price__was {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #e07070 !important;
    text-decoration: line-through !important;
    margin-left: 8px !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .price:not(.price--on-sale) .price__sale {
    display: none !important;
  }

  .yb-price-vat {
    margin: 2px 0 10px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }

  .yb-buybox-chrome {
    margin: 10px 0 12px !important;
    padding: 10px 12px !important;
    background: #eaf4ff !important;
    border: 1px solid #cfe0f5 !important;
    border-radius: 4px !important;
  }

  .yb-buybox-soldby,
  .yb-buybox-fulfilled,
  .yb-sold-by-yambaba {
    display: block !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b1f3a !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  .yb-buybox-chrome .yb-buybox-fulfilled {
    margin-bottom: 0 !important;
  }

  .yb-buybox-soldby__label {
    font-weight: 700 !important;
    color: #004A9F !important;
    margin-right: 6px !important;
  }

  .yb-buybox-warranty {
    margin: 0 0 12px !important;
    padding: 8px 10px !important;
    border-radius: 4px !important;
    background: #f6f8fb !important;
    border: 1px solid #d7e3f2 !important;
  }

  .yb-buybox-warranty.yb-pdp-warranty--none {
    background: #f4f6f8 !important;
    border-color: #d9e0ea !important;
  }

  .yb-buybox-warranty.yb-pdp-warranty--manufacturer { background: #eaf4ff !important; border-color: #9ec3ef !important; }
  .yb-buybox-warranty.yb-pdp-warranty--vendor { background: #fff7e6 !important; border-color: #f0c36b !important; }
  .yb-buybox-warranty.yb-pdp-warranty--platform { background: #e8eefc !important; border-color: #004a9f !important; }
  .yb-buybox-warranty.yb-pdp-warranty--service_center { background: #e7f7f2 !important; border-color: #3aa88a !important; }

  .yb-buybox-warranty__title {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #004A9F !important;
    margin: 0 0 4px !important;
  }

  .yb-buybox-warranty__period,
  .yb-buybox-warranty__by {
    font-size: 12px !important;
    color: #0b1f3a !important;
    font-weight: 650 !important;
    margin: 0 0 2px !important;
  }

  .yb-buybox-warranty__body {
    font-size: 12px !important;
    color: #445066 !important;
    line-height: 1.4 !important;
    overflow-wrap: anywhere !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .productView-buttons {
    display: block !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .productView-groupTop,
  .productView.yb-pdp-3col .yb-pdp-buybox .pvGroup-row,
  .productView.yb-pdp-3col .yb-pdp-buybox .product-form__buttons,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-action {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .quantity,
  .productView.yb-pdp-3col .yb-pdp-buybox .qty-box,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-quantity,
  .productView.yb-pdp-3col .yb-pdp-buybox .quantity__input,
  .productView.yb-pdp-3col .yb-pdp-buybox .quantity input,
  .productView.yb-pdp-3col .yb-pdp-buybox .qty-box input {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox #product-add-to-cart,
  .productView.yb-pdp-3col .yb-pdp-buybox .product-form__submit,
  .productView.yb-pdp-3col .yb-pdp-buybox button[name='add'],
  .productView.yb-pdp-3col .yb-pdp-buybox .product-form__buttons button[type='submit'] {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 96px !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #004A9F !important;
    background: #004A9F !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox #product-add-to-cart *,
  .productView.yb-pdp-3col .yb-pdp-buybox .product-form__submit *,
  .productView.yb-pdp-3col .yb-pdp-buybox button[name='add'] * {
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox #product-add-to-cart:hover,
  .productView.yb-pdp-3col .yb-pdp-buybox .product-form__submit:hover,
  .productView.yb-pdp-3col .yb-pdp-buybox button[name='add']:hover {
    background: #003b80 !important;
    border-color: #003b80 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .shopify-payment-button {
    margin-top: 10px !important;
    text-align: center !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .shopify-payment-button__button,
  .productView.yb-pdp-3col .yb-pdp-buybox .shopify-payment-button__button--unbranded,
  .productView.yb-pdp-3col .yb-pdp-buybox .shopify-payment-button button {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #004a9f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-transform: none !important;
    border-radius: 0 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .productView-moreItem {
    margin-bottom: 10px !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .wishlist,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-wishlist,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-wishlist a {
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  /* Share circle only â€” theme fallback panel is 300px in-flow and clips the column */
  .productView.yb-pdp-3col .yb-pdp-buybox share-button.share-button,
  .productView.yb-pdp-3col .yb-pdp-buybox .share-button,
  .productView.yb-pdp-3col .yb-pdp-buybox .productView-share,
  .productView.yb-pdp-3col .yb-pdp-buybox .scoder-socialShare {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    margin: 0 12px 0 0 !important;
    right: 0 !important;
    left: auto !important;
    float: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .share-button .share-content {
    position: relative !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    overflow: visible !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .share-button .share-button__button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .productView.yb-pdp-3col .yb-pdp-buybox .share-button .share-button__fallback {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(280px, calc(100vw - 48px)) !important;
    max-width: 280px !important;
    z-index: 40 !important;
    box-sizing: border-box !important;
  }

  .productView.yb-pdp-3col .productView-options,
  .productView.yb-pdp-3col .product-form__input,
  .productView.yb-pdp-3col .swatch,
  .productView.yb-pdp-3col .productView-moreItem {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .productView.yb-pdp-3col .swatch .swatch-element.is-active,
  .productView.yb-pdp-3col .swatch input:checked + label,
  .productView.yb-pdp-3col .productView-options [aria-checked="true"],
  .productView.yb-pdp-3col .productView-options .is-selected,
  .productView.yb-pdp-3col .productView-options .selected {
    outline: 2px solid #004A9F !important;
    outline-offset: 1px !important;
  }

  /* Rounded rectangular color swatches (not circular pills) */
  .productView .swatch .swatch-element label,
  .productView .swatch label.swatch-label,
  .productView .swatch .swatch-element > label,
  .productView .yb-pdp-variants .swatch-element label,
  .productView .swatch-view .swatch-element label {
    border-radius: 10px !important;
    width: 44px !important;
    height: 32px !important;
    min-width: 44px !important;
    min-height: 32px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.18) !important;
  }

  .productView .swatch .swatch-element,
  .productView .yb-pdp-variants .swatch-element {
    margin: 0 8px 8px 0 !important;
  }

  .productView.yb-pdp-3col .swatch .soldout,
  .productView.yb-pdp-3col .swatch .sold-out,
  .productView.yb-pdp-3col .swatch-element.soldout label,
  .productView.yb-pdp-3col .swatch input:disabled + label {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
  }

  .yb-pdp-info-desc {
    margin: 8px 0 14px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #334155 !important;
  }

  .yb-pdp-info .scoder-someone-purchase,
  .yb-pdp-info [class*="someone-purchase"] {
    margin: 4px 0 10px !important;
    color: #445066 !important;
    font-size: 13px !important;
  }

  .yb-pdp-attr-icon {
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 6px !important;
    color: #004A9F !important;
    vertical-align: middle !important;
  }

  .yb-pdp-policy-park,
  .yb-pdp-native-policy {
    display: none !important;
  }
}

@media screen and (max-width: 1099px) {
  .productView-top.yb-pdp-3col-row {
    display: block !important;
  }
  .productView-top.yb-pdp-3col-row > .yb-pdp-main,
  .productView-top.yb-pdp-3col-row > .yb-pdp-info,
  .productView-top.yb-pdp-3col-row > .yb-pdp-buybox,
  .productView-top.yb-pdp-3col-row > .yb-pdp-aside,
  .productView-top.yb-pdp-3col-row > .yb-pdp-facts {
    border: none !important;
    padding: 12px 0 !important;
    position: static !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
  .productView-top.yb-pdp-3col-row > .yb-pdp-buybox .share-button,
  .productView-top.yb-pdp-3col-row > .yb-pdp-buybox .productView-share,
  .productView-top.yb-pdp-3col-row > .yb-pdp-buybox .share,
  .productView-details .share-button,
  .productView-details .productView-share {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;
    max-width: 100% !important;
  }
  .productView-top.yb-pdp-3col-row > .productView-details.yb-pdp-details-shell {
    display: none !important;
  }
  .yb-pdp-policy-park,
  .yb-pdp-native-policy {
    display: none !important;
  }
}


/* ========== YamBaba premium cart refine (template-cart) ========== */
body.template-cart,
body.yb-cart-premium {
  --yb-blue: #004a9f;
  --yb-blue-deep: #003d84;
  --yb-yellow: #ffc400;
  --yb-ink: #0f172a;
  --yb-muted: #64748b;
  --yb-line: #e2e8f0;
  --yb-soft: #f8fafc;
  --yb-tint: #eef5fc;
}

body.template-cart .scoder-cart-content,
body.template-cart .yb-cart-premium .scoder-cart-content {
  max-width: 1320px !important;
  margin: 0 auto 2.5rem !important;
  padding: 0 20px !important;
}

body.template-cart h1.page-header,
body.template-cart .scoder-cart-content > h1 {
  font-size: 1.85rem !important;
  font-weight: 800 !important;
  color: var(--yb-blue-deep) !important;
  letter-spacing: -0.02em !important;
  margin: 0.5rem 0 1rem !important;
  text-transform: none !important;
}

body.template-cart .cart-message,
body.template-cart .proCalculatorShipping {
  max-width: 100% !important;
  margin-bottom: 0.75rem !important;
  border-radius: 12px !important;
}

/* Announcement "*FREE SHIPPING" highlight â€” must stay text-only (no card/button look).
   Do NOT match this with broad cart [class*="free-shipping"] rules. */
#shopify-section-announcement-bar .yb-free-shipping,
.announcement-bar-main .yb-free-shipping,
.announcement-bar__message .yb-free-shipping {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
  color: gold !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
}
#shopify-section-announcement-bar .yb-available,
.announcement-bar__message .yb-available {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 4px !important;
  box-shadow: none !important;
}

/* Free-shipping progress (theme markup preserved; style only).
   Truck sits inside .progress-meter â€” never clip the bar container, and keep
   the icon fully inside the padded track (no translateX(50%) overflow).
   Scoped to cart UI only â€” never announcement-bar .yb-free-shipping. */
body.template-cart .cart-message,
body.template-cart .shipping-bar,
body.template-cart .free-shipping-progress,
body.template-cart .yb-cart-main .free-shipping-progress,
body.template-cart .cart-content .free-shipping-progress,
body.template-cart .cart-wrapper .proCalculatorShipping,
body.template-cart .yb-cart-main .proCalculatorShipping,
body.template-cart .cart-content .proCalculatorShipping,
body.template-cart .proCalculatorShipping,
.proCalculatorShipping,
#scoder-cart-sidebar .proCalculatorShipping,
cart-drawer .proCalculatorShipping {
  background: #fff !important;
  border: 1px solid var(--yb-line) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: var(--yb-ink) !important;
  overflow: visible !important;
}
body.template-cart .yb-cart-main,
body.template-cart .yb-cart-items-card,
body.template-cart .cart-content,
body.template-cart .cart-page-part,
body.template-cart .cart-wrapper {
  overflow: visible !important;
}
#scoder-cart-sidebar .proCalculatorShipping,
#scoder-cart-sidebar free-shipping-component,
.scoder-cart-sidebar .proCalculatorShipping {
  overflow: visible !important;
}
body.template-cart .cart-message .progress,
body.template-cart .shipping-bar .progress,
body.template-cart .free-shipping-progress .progress,
body.template-cart .proCalculatorShipping .progress,
.proCalculatorShipping .progress,
#scoder-cart-sidebar .proCalculatorShipping .progress {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border-radius: 0 !important;
  position: relative !important;
  padding: 22px 18px 4px 4px !important;
  margin: 0 0 8px !important;
}
body.template-cart .progress .progress_shipping,
body.template-cart .proCalculatorShipping .progress_shipping,
.proCalculatorShipping .progress .progress_shipping,
#scoder-cart-sidebar .proCalculatorShipping .progress_shipping,
body.template-cart .free-shipping-progress .bar,
body.template-cart .cart-message .progress-bar {
  height: 8px !important;
  border-radius: 999px !important;
  background: #e5e7eb !important;
  overflow: visible !important;
  border: 0 !important;
  position: relative !important;
}
body.template-cart .progress .progress-meter,
body.template-cart .proCalculatorShipping .progress-meter,
.proCalculatorShipping .progress .progress-meter,
#scoder-cart-sidebar .proCalculatorShipping .progress-meter {
  height: 100% !important;
  min-height: 8px !important;
  border-radius: 999px !important;
  position: relative !important;
  overflow: visible !important;
}
body.template-cart .cart-message .progress > span,
body.template-cart .shipping-bar .progress > span,
body.template-cart .cart-message .progress-bar > span,
body.template-cart .free-shipping-progress .progress > span,
body.template-cart .free-shipping-progress .bar-fill {
  background: var(--yb-yellow) !important;
  height: 100% !important;
  border-radius: 999px !important;
}

/* Truck / car icon â€” fully visible circular badge at end of fill */
body.template-cart .progress-truck-wrapper,
.proCalculatorShipping .progress-truck-wrapper,
#scoder-cart-sidebar .progress-truck-wrapper {
  top: -14px !important;
  bottom: auto !important;
  right: 0 !important;
  left: auto !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  z-index: 5 !important;
  transform: translateX(0) !important;
  background: #fff !important;
  border: 2px solid var(--yb-blue, #0067d9) !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12) !important;
  pointer-events: none !important;
}
body.template-cart .progress-truck-wrapper svg,
body.template-cart .progress-truck-wrapper .icon-shipping-truck,
.proCalculatorShipping .progress-truck-wrapper svg,
.proCalculatorShipping .progress-truck-wrapper .icon-shipping-truck,
#scoder-cart-sidebar .progress-truck-wrapper svg,
#scoder-cart-sidebar .progress-truck-wrapper .icon-shipping-truck {
  width: 20px !important;
  height: 18px !important;
  max-width: 20px !important;
  max-height: 18px !important;
  display: block !important;
  overflow: visible !important;
  flex-shrink: 0 !important;
  fill: var(--yb-blue, #0067d9) !important;
  color: var(--yb-blue, #0067d9) !important;
  stroke: none !important;
}
body.template-cart .progress.progress-100 .progress-truck-wrapper,
.proCalculatorShipping .progress.progress-100 .progress-truck-wrapper,
#scoder-cart-sidebar .progress.progress-100 .progress-truck-wrapper {
  animation: yb-truck-nudge 0.9s ease-in-out 1 !important;
}
@keyframes yb-truck-nudge {
  0% {
    transform: translateX(0) translateY(0);
  }
  40% {
    transform: translateX(-6px) translateY(-2px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}

/* Hide theme Example-product placeholders in mini-cart (real recs replace them) */
#scoder-cart-sidebar .card-product:has([title="Example product title"]),
#scoder-cart-sidebar .card:has([title="Example product title"]),
#scoder-cart-sidebar .grid__item:has([title="Example product title"]),
#scoder-cart-sidebar .slick-slide:has([title="Example product title"]),
#scoder-cart-sidebar li:has([title="Example product title"]),
#scoder-cart-sidebar .product-card:has([title="Example product title"]),
cart-drawer .card-product:has([title="Example product title"]),
cart-drawer .slick-slide:has([title="Example product title"]) {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Mini-cart drawer recommendations (replaces Example placeholders) */
.yb-drawer-recs {
  margin: 8px 0 10px !important;
  padding: 0 2px !important;
  order: -1;
}
.yb-drawer-recs__track {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 4px !important;
}
.yb-drawer-rec {
  flex: 0 0 132px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 8px !important;
  background: #fff !important;
}
.yb-drawer-rec__media {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  margin-bottom: 6px !important;
}
.yb-drawer-rec__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.yb-drawer-rec__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}
.yb-drawer-rec__price {
  margin-top: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #004a9f !important;
}

body.template-cart .cart-countdown,
body.template-cart .alertBox--info.is-running {
  background: #fffbeb !important;
  border: 1px solid #fde68a !important;
  color: #92400e !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  margin-bottom: 1rem !important;
}

/* Hide Shopify US shipping estimator â€” UAE rates at checkout */
body.template-cart .cart-total.cart-total-shipping,
body.template-cart .cart-total.cart-total-shipping *,
body.template-cart #shipping-calculator,
body.template-cart #shipping-calculator-form-wrapper,
body.template-cart #get-rates-submit,
body.template-cart #get-rates-container,
body.template-cart #address_country,
body.template-cart #address_province,
body.template-cart #address_zip {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.template-cart .cart-header,
body.template-cart .cart-items-header,
body.template-cart .cart-title-header {
  display: none !important;
}

/* Layout shell: ~70 / 30 */
body.template-cart .yb-cart-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 32%) !important;
  gap: 20px 24px !important;
  align-items: start !important;
}

body.template-cart .yb-cart-main {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

body.template-cart .yb-cart-aside {
  position: sticky !important;
  top: 96px !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  z-index: 2 !important;
}

body.template-cart .yb-cart-items-card,
body.template-cart .yb-cart-summary,
body.template-cart .yb-cart-coupon-card,
body.template-cart .yb-cart-actions,
body.template-cart .yb-cart-note-card,
body.template-cart .yb-cart-trust,
body.template-cart .yb-cart-recs {
  background: #fff !important;
  border: 1px solid var(--yb-line) !important;
  border-radius: 12px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

body.template-cart .yb-cart-items-card {
  padding: 8px 12px !important;
  overflow: hidden !important;
}

/* ===== Product card: CSS Grid (info | qty | total | remove) ===== */
body.template-cart .cart-item.yb-cart-card,
body.template-cart .yb-cart-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px 120px 40px !important;
  grid-template-areas: "info qty total remove" !important;
  align-items: center !important;
  column-gap: 16px !important;
  row-gap: 12px !important;
  padding: 20px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--yb-line) !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  position: static !important;
}

body.template-cart .yb-cart-card:last-child {
  border-bottom: 0 !important;
}

body.template-cart .yb-cart-card > .cart-item-info,
body.template-cart .yb-cart-card > .cart-item-block.cart-item-info {
  grid-area: info !important;
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  flex: unset !important;
}

/* Unit price column hidden â€” value shown once under title */
body.template-cart .yb-cart-card > .cart-item-price,
body.template-cart .yb-cart-card .cart-item-price {
  display: none !important;
}
body.template-cart .yb-cart-unit-price {
  margin-top: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--yb-ink) !important;
  white-space: nowrap !important;
}
body.template-cart .yb-cart-card > .cart-item-quantity,
body.template-cart .yb-cart-card > .yb-cart-ctrl-keep.cart-item-quantity {
  grid-area: qty !important;
}
body.template-cart .yb-cart-card > .cart-item-total,
body.template-cart .yb-cart-card > .yb-cart-ctrl-keep.cart-item-total {
  grid-area: total !important;
}
body.template-cart .yb-cart-card > .cart-item-remove,
body.template-cart .yb-cart-card > .yb-cart-ctrl-keep.cart-item-remove {
  grid-area: remove !important;
}

body.template-cart .yb-cart-card .cart-item-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.template-cart .yb-cart-card .cart-item-block-left {
  flex: 0 0 80px !important;
  width: 80px !important;
  max-width: 80px !important;
  min-width: 80px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.template-cart .yb-cart-card .cart-item-image,
body.template-cart .yb-cart-card .cart-item-image.image-portrait,
body.template-cart .yb-cart-card a.cart-item-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  border: 1px solid var(--yb-line) !important;
  background: #fff !important;
}

body.template-cart .yb-cart-card .cart-item-image img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

body.template-cart .yb-cart-card .cart-item-image .icon-external-link {
  display: none !important;
}

body.template-cart .yb-cart-card .cart-item-block-right {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  position: relative !important;
}

body.template-cart .yb-cart-card .cart-item-name,
body.template-cart .yb-cart-card .cart-item-name a,
body.template-cart .yb-cart-card .cart-item-name .text {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--yb-blue) !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.template-cart .yb-cart-card .cart-item-vendor {
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  color: var(--yb-muted) !important;
}

body.template-cart .yb-cart-stock {
  margin-top: 6px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #15803d !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

body.template-cart .yb-cart-stock__mark {
  display: inline-flex !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
  background: #dcfce7 !important;
  color: #15803d !important;
  font-size: 10px !important;
}

body.template-cart .yb-cart-card .cart-item-total {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--yb-ink) !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.template-cart .yb-cart-card .cart-item-quantity {
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Single outer border on qty wrapper â€” never on the input (class also contains "quantity") */
body.template-cart .yb-cart-card cart-update-quantity,
body.template-cart .yb-cart-card cart-update-quantity.cart-item-qty {
  display: inline-flex !important;
  align-items: center !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 2px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
  max-width: 140px !important;
  overflow: hidden !important;
}

body.template-cart .yb-cart-card .quantity,
body.template-cart .yb-cart-card .cart-quantity,
body.template-cart .yb-cart-card .qty-box {
  /* legacy wrappers only â€” inputs handled below */
  max-width: 140px !important;
}

body.template-cart .yb-cart-card cart-update-quantity .btn-quantity,
body.template-cart .yb-cart-card cart-update-quantity .minus,
body.template-cart .yb-cart-card cart-update-quantity .plus,
body.template-cart .yb-cart-card .quantity button,
body.template-cart .yb-cart-card .qty-box button,
body.template-cart .yb-cart-card .quantity__button,
body.template-cart .yb-cart-card .js-qty__adjust {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

body.template-cart .yb-cart-card cart-update-quantity input,
body.template-cart .yb-cart-card cart-update-quantity .form-input,
body.template-cart .yb-cart-card cart-update-quantity input.quantity,
body.template-cart .yb-cart-card .cart-item-qty-input,
body.template-cart .yb-cart-card .qty-box input,
body.template-cart .yb-cart-card input[name="updates[]"],
body.template-cart .yb-cart-card input[name="quantity"] {
  width: 40px !important;
  min-width: 36px !important;
  height: 32px !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  -moz-appearance: textfield !important;
}

body.template-cart .yb-cart-card cart-update-quantity input::-webkit-outer-spin-button,
body.template-cart .yb-cart-card cart-update-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.template-cart .yb-cart-card .cart-item-remove {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body.template-cart .yb-cart-card .cart-item-remove a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  color: var(--yb-muted) !important;
  text-decoration: none !important;
  font-size: 18px !important;
}

body.template-cart .yb-cart-card .cart-item-remove a:hover {
  color: #b91c1c !important;
  background: #fef2f2 !important;
}

body.template-cart .yb-cart-remove-label {
  display: none !important;
}

/* Notes */
body.template-cart .yb-cart-note-card {
  padding: 18px 20px !important;
}
body.template-cart .yb-cart-note-card__title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--yb-ink) !important;
  margin: 0 0 10px !important;
}
body.template-cart .cart-note.form-field,
body.template-cart #cart-note {
  width: 100% !important;
  max-width: 100% !important;
}
body.template-cart #cart-note {
  min-height: 88px !important;
  height: 88px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  border: 1px solid #d6dce5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  resize: vertical !important;
}

/* Order summary */
body.template-cart .yb-cart-summary {
  padding: 20px !important;
}
body.template-cart .yb-cart-summary__title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--yb-blue-deep) !important;
  margin: 0 0 14px !important;
  text-transform: none !important;
}
body.template-cart .yb-cart-summary [data-yb-hidden-dup],
body.template-cart .yb-cart-summary .cart-total-title,
body.template-cart .yb-cart-summary h2,
body.template-cart .yb-cart-summary h3,
body.template-cart .yb-cart-summary h4 {
  /* keep our own title; hide theme duplicates via JS data attr / generic mid-list headings handled in JS */
}

body.template-cart .cart-totals {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.template-cart .cart-totals > .cart-total:not(.cart-total-shipping) {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 12px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  font-size: 14px !important;
}
body.template-cart .yb-cart-ship-line .cart-total-value {
  color: var(--yb-muted) !important;
  font-weight: 500 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
body.template-cart .cart-totals > .cart-total.cart-total-grandtotal,
body.template-cart .yb-cart-estimated {
  border-bottom: 0 !important;
  margin-top: 8px !important;
  padding: 14px 12px !important;
  border-radius: 10px !important;
  background: var(--yb-tint) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}
body.template-cart .yb-cart-estimated .cart-total-value,
body.template-cart .cart-total-grandtotal .cart-total-value {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--yb-blue-deep) !important;
  white-space: nowrap !important;
}
body.template-cart .yb-cart-vat-note,
body.template-cart .yb-cart-summary .taxes,
body.template-cart .yb-cart-summary .cart-tax-note {
  margin: 8px 0 0 !important;
  font-size: 12px !important;
  color: var(--yb-muted) !important;
}
body.template-cart .yb-cart-discount-row .cart-total-value,
body.template-cart .cart-total-discount .cart-total-value {
  color: #15803d !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

/* Coupon card */
body.template-cart .yb-cart-coupon-card {
  padding: 16px 18px !important;
}
body.template-cart .yb-cart-coupon-card__title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--yb-ink) !important;
  margin: 0 0 10px !important;
}
body.template-cart .yb-cart-coupon-row {
  display: flex !important;
  gap: 8px !important;
  align-items: stretch !important;
  width: 100% !important;
}
body.template-cart .yb-cart-coupon-row #cart-coupon-code,
body.template-cart .yb-cart-coupon-row input[type="text"] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  height: 44px !important;
  border-radius: 8px !important;
  border: 1px solid #d6dce5 !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}
body.template-cart .yb-cart-coupon-row button,
body.template-cart .yb-cart-coupon-row .button,
body.template-cart .yb-cart-coupon-row input[type="submit"] {
  flex: 0 0 auto !important;
  min-width: 88px !important;
  height: 44px !important;
  border-radius: 8px !important;
  background: var(--yb-blue) !important;
  border: 1px solid var(--yb-blue-deep) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: none !important;
  box-shadow: none !important;
}
body.template-cart .cart-total-coupon {
  margin: 0 !important;
  max-width: 100% !important;
}

/* Actions */
body.template-cart .yb-cart-actions {
  padding: 16px 18px !important;
}
body.template-cart .action-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
}
body.template-cart .action-group .button,
body.template-cart #cart-checkout {
  width: 100% !important;
  min-height: 50px !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  box-shadow: none !important;
}
body.template-cart #cart-checkout,
body.template-cart .yb-cart-checkout-btn,
body.template-cart .action-group .button-1 {
  background: var(--yb-yellow) !important;
  border: 1px solid #e6b000 !important;
  color: #111827 !important;
}
body.template-cart #cart-checkout:hover,
body.template-cart .action-group .button-1:hover {
  background: #ffd84d !important;
}
body.template-cart .action-group .button-2 {
  background: #fff !important;
  border: 1px solid #94a3b8 !important;
  color: var(--yb-blue-deep) !important;
}

/* Trust + icons */
body.template-cart .yb-cart-trust {
  padding: 18px 20px !important;
}
body.template-cart .yb-cart-trust__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px 20px !important;
}
body.template-cart .yb-cart-trust h3 {
  margin: 0 0 12px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--yb-ink) !important;
}
body.template-cart .yb-cart-trust__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
body.template-cart .yb-cart-trust__list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: var(--yb-muted) !important;
}
body.template-cart .yb-cart-ico {
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  border: 1px solid #bfdbfe !important;
  background: #eff6ff !important;
  color: var(--yb-blue) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.template-cart .yb-cart-paylater__note,
body.template-cart .yb-cart-paylater__soon {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  color: var(--yb-muted) !important;
}
body.template-cart .yb-cart-paylater__logos {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 8px 0 !important;
}
body.template-cart .yb-cart-paylater__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 78px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  opacity: 0.9 !important;
}
body.template-cart .yb-cart-paylater__badge--tabby {
  background: #dcfce7 !important;
  color: #166534 !important;
  border: 1px dashed #86efac !important;
}
body.template-cart .yb-cart-paylater__badge--tamara {
  background: #ffe4e6 !important;
  color: #9f1239 !important;
  border: 1px dashed #fda4af !important;
}

/* Recs */
body.template-cart .yb-cart-recs {
  padding: 18px 20px !important;
}
body.template-cart .yb-cart-recs__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 12px !important;
}
body.template-cart .yb-cart-recs__head h3 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
body.template-cart .yb-cart-recs__nav {
  display: flex !important;
  gap: 6px !important;
}
body.template-cart .yb-cart-recs__btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  border: 1px solid var(--yb-line) !important;
  background: #fff !important;
  cursor: pointer !important;
  font-size: 18px !important;
  color: var(--yb-ink) !important;
}
body.template-cart .yb-cart-recs__track {
  display: flex !important;
  gap: 12px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  padding-bottom: 4px !important;
}
body.template-cart .yb-cart-rec {
  flex: 0 0 170px !important;
  scroll-snap-align: start !important;
  border: 1px solid var(--yb-line) !important;
  border-radius: 12px !important;
  padding: 10px !important;
  background: var(--yb-soft) !important;
}
body.template-cart .yb-cart-rec__media {
  display: block !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #fff !important;
  margin-bottom: 8px !important;
}
body.template-cart .yb-cart-rec__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
body.template-cart .yb-cart-rec__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--yb-ink) !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  min-height: 2.6em !important;
}
body.template-cart .yb-cart-rec__price {
  margin: 6px 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--yb-blue) !important;
}
body.template-cart .yb-cart-rec__add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 32px !important;
  border-radius: 8px !important;
  border: 1px solid var(--yb-blue) !important;
  color: var(--yb-blue) !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Chat widget: keep clear of sticky summary / checkout */
body.template-cart #bestchat-container,
body.template-cart .bestchat-widget,
body.template-cart [id*="bestchat"],
body.template-cart [class*="bestchat"],
body.template-cart .go-bestchat,
body.template-cart iframe[src*="bestchat"],
body.template-cart #chat-widget-container,
body.template-cart .chat-widget,
body.template-cart [class*="chat-bubble"],
body.template-cart [id*="chat-bubble"] {
  right: 16px !important;
  bottom: 96px !important;
  z-index: 15 !important;
  transform: none !important;
}
body.template-cart .yb-cart-aside {
  margin-bottom: 96px !important;
  z-index: 5 !important;
}

@media screen and (max-width: 1024px) {
  body.template-cart .yb-cart-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 34%) !important;
  }
  body.template-cart .cart-item.yb-cart-card,
  body.template-cart .yb-cart-card {
    grid-template-columns: minmax(0, 1fr) 96px 120px 96px 36px !important;
    column-gap: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  body.template-cart .yb-cart-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  /* Flatten main so summary can sit before trust/recs on mobile */
  body.template-cart .yb-cart-main {
    display: contents !important;
  }
  body.template-cart .yb-cart-items-card {
    order: 1 !important;
  }
  body.template-cart .yb-cart-note-card {
    order: 2 !important;
  }
  body.template-cart .yb-cart-aside {
    position: static !important;
    order: 3 !important;
    margin-bottom: 88px !important;
  }
  body.template-cart .yb-cart-trust {
    order: 4 !important;
  }
  body.template-cart .yb-cart-recs {
    order: 5 !important;
  }
  body.template-cart .yb-cart-trust__grid {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  body.template-cart .cart-item.yb-cart-card,
  body.template-cart .yb-cart-card {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    grid-template-areas:
      "info info info"
      "qty total remove" !important;
    column-gap: 10px !important;
    row-gap: 14px !important;
  }
  body.template-cart .yb-cart-card .cart-item-quantity,
  body.template-cart .yb-cart-card .cart-item-total,
  body.template-cart .yb-cart-card .cart-item-remove {
    justify-self: start !important;
    text-align: left !important;
  }
  body.template-cart .yb-cart-coupon-row {
    flex-wrap: wrap !important;
  }
  body.template-cart .yb-cart-coupon-row button,
  body.template-cart .yb-cart-coupon-row .button {
    width: 100% !important;
  }
  body.template-cart #bestchat-container,
  body.template-cart .bestchat-widget,
  body.template-cart [id*="bestchat"],
  body.template-cart [class*="bestchat"],
  body.template-cart #chat-widget-container {
    bottom: 120px !important;
    right: 12px !important;
  }
}

@media screen and (max-width: 430px) {
  body.template-cart .cart-item.yb-cart-card,
  body.template-cart .yb-cart-card {
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas:
      "info info"
      "total remove"
      "qty qty" !important;
  }
}

/* ========== Homepage / collection card UX (20260909ux5) ========== */

/* Subtle bottomâ†’top entrances only â€” no left/right scroll animations */
@keyframes ybFadeUpSoft {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.wow.fadeInLeft,
.wow.fadeInRight,
.wow.fadeInDown,
.fadeInLeft,
.fadeInRight,
.fadeInDown,
.animation-type-fadeInLeft,
.animation-type-fadeInRight,
.animation-type-fadeInDown,
[class*="animation-type-fadeInLeft"],
[class*="animation-type-fadeInRight"] {
  animation-name: ybFadeUpSoft !important;
}

.wow,
.animated,
[class*="animation-type-fadeIn"] {
  animation-duration: 0.32s !important;
  animation-timing-function: ease-out !important;
}

@media (prefers-reduced-motion: reduce) {
  .wow,
  .animated,
  [class*="animation-type-"] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Hide hover-rail Add to cart icon â€” ATC lives in the card CTA row */
.product-item .card-product__group-item.add-to-cart-form,
.product-item .card-product__group-item.group-right.add-to-cart-form,
.product-item .card-product__wrapper .card-action.add-to-cart-form {
  display: none !important;
}

/* Keep wishlist + quick view compact; no slide-in from the side */
.product-item .card-product__group.group-right,
.product-item .card-product__group.group-left {
  gap: 6px !important;
  transform: none !important;
  animation: none !important;
  transition: opacity 0.18s ease, visibility 0.18s ease !important;
}

.product-item .card-product__group-item,
.product-item .card-product__group-item.card-wishlist,
.product-item .card-product__group-item.card-quickview {
  transform: none !important;
  animation: none !important;
  transition: opacity 0.18s ease, background-color 0.18s ease !important;
}

.product-item:hover .card-product__group-item,
.product-item .card-product:hover .card-product__group-item {
  transform: none !important;
}

/* Hide wishlist + quick view on product listings */
.product-item .card-product__group-item.card-wishlist,
.product-item .card-product__group-item.card-quickview,
.product-item .card-wishlist,
.product-item .card-quickview,
.product-item .scoder-wishlist,
.product-item .quickView {
  display: none !important;
}

.product-item .yb-card-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 40px !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 8px !important;
  box-sizing: border-box !important;
  align-items: stretch !important;
}

.product-item .yb-card-cta--single {
  grid-template-columns: minmax(0, 1fr) !important;
}

.product-item .yb-card-cta__btn,
.product-item .yb-card-cta a.yb-card-cta__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  max-width: 100% !important;
  padding: 8px 10px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border: 1px solid #0071dc !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: unset !important;
  cursor: pointer !important;
  background: #0071dc !important;
  color: #fff !important;
}

.product-item .yb-card-cta__atc,
.product-item .yb-card-cta__pdp {
  background: #0071dc !important;
  color: #fff !important;
  border-color: #0071dc !important;
}

.product-item .yb-card-cta__buy {
  display: none !important;
}

.product-item .yb-card-cta__wish {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 8px !important;
  border: 1.5px solid #0071dc !important;
  background: #fff !important;
  color: #0071dc !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.product-item .yb-card-cta__wish svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

.product-item .yb-card-cta__wish.is-active {
  background: #fff5f5 !important;
  color: #e11d48 !important;
  border-color: #e11d48 !important;
}

.product-item .yb-card-cta__wish.is-active svg {
  fill: currentColor !important;
}

.product-item .yb-card-cta__btn:disabled {
  opacity: 0.65 !important;
  cursor: wait !important;
}

.product-item .product-button-choose-option.yb-card-cta-replaced {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .product-item .yb-card-cta {
    grid-template-columns: minmax(0, 1fr) 36px !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-item .yb-card-cta__btn,
  .product-item .yb-card-cta a.yb-card-cta__btn {
    min-height: 36px !important;
    font-size: 12px !important;
    padding: 6px 8px !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    line-height: 1.15 !important;
    overflow: visible !important;
  }

  .product-item .yb-card-cta__wish {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    min-height: 36px !important;
  }

  .product-item .yb-card-cta__wish svg {
    width: 16px !important;
    height: 16px !important;
  }

  /* Extra safe outer gutter for product blocks */
  .sections-product-block {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  /* Always show at least 2 products per row on mobile static grids.
     Do NOT apply to slick carousels (.products-carousel) â€” that blows up slide widths. */
  .sections-product-block .products-grid.productGrid,
  .sections-product-block .products-grid,
  body .products-grid.productGrid.column-mb-1,
  body .products-grid.productGrid.column-mb-2 {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .sections-product-block .products-grid.productGrid .product,
  .sections-product-block .products-grid .product,
  body .products-grid.productGrid.column-mb-1 .product,
  body .products-grid.productGrid.column-mb-2 .product {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  /* Marketplace picks / other mobile carousels: keep slides contained (2-up). */
  .sections-product-block .products-carousel.slick-initialized,
  .sections-product-block .productGrid.slick-initialized {
    display: block !important;
  }

  .sections-product-block .products-carousel .slick-list,
  .sections-product-block .productGrid.slick-initialized .slick-list {
    overflow: hidden !important;
    margin: 0 !important;
  }

  .sections-product-block .products-carousel .slick-slide,
  .sections-product-block .productGrid.slick-initialized .slick-slide {
    height: auto !important;
    box-sizing: border-box !important;
  }

  .sections-product-block .products-carousel .slick-slide .product,
  .sections-product-block .productGrid.slick-initialized .slick-slide .product,
  .sections-product-block .products-carousel .slick-slide .product-item,
  .sections-product-block .productGrid.slick-initialized .slick-slide .product-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .sections-product-block .products-carousel .card-media,
  .sections-product-block .products-carousel .card-product,
  .sections-product-block .products-carousel .card-media img,
  .sections-product-block .products-carousel .product-item img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .sections-product-block .product-item .card-title,
  .sections-product-block .product-item .card-title .text {
    font-size: 12px !important;
    line-height: 1.25 !important;
    min-height: 2.5em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-item .yb-card-cta__btn,
  .product-item .yb-card-cta a.yb-card-cta__btn {
    font-size: 11px !important;
    padding: 8px 6px !important;
  }
}

/* ===== YB_DISCOUNT_STARS_V1_START (reversible: delete this block + restore prior yambaba-storefront-speed.js) ===== */
.product-item .sale-badge,
.product-item .badge.sale-badge,
.product-item .yb-sale-badge,
.product-item .yb-save-ribbon {
  display: none !important;
}

.product-item .card-product__wrapper,
.product-item .card-media {
  position: relative !important;
}

.product-item .yb-offer-slot {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  min-height: 30px !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.product-item .yb-save-pill {
  position: static !important;
  top: auto !important;
  left: auto !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: #22c55e !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  pointer-events: none !important;
  box-shadow: none !important;
}

.product-item .yb-badge-slot {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.product-item .yb-bestseller-tag {
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  background: #ffc400 !important;
  color: #051e41 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

/* Mobile: 4 smaller orange category circles, scroll one-by-one */
@media screen and (max-width: 767px) {
  .category-slider-main .brand-slider-inner,
  .brand-slider.category-slider-main .brand-slider-inner {
    margin: 0 -4px !important;
  }

  .category-slider-main .brand-item,
  .brand-slider.category-slider-main .brand-item {
    padding: 0 4px !important;
  }

  .category-slider-main .category-image,
  .brand-slider.category-slider-main .category-image {
    max-width: 68px !important;
    width: 68px !important;
    height: 68px !important;
    margin: 0 auto 6px !important;
  }

  .category-slider-main .category-content .title,
  .brand-slider.category-slider-main .category-content .title {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .category-slider-main .category-heading {
    padding-bottom: 12px !important;
  }

  .category-slider-main .category-heading .title {
    font-size: 20px !important;
  }

  .product-item .yb-offer-slot {
    min-height: 28px !important;
    margin: 0 0 4px !important;
    gap: 4px !important;
  }

  .product-item .yb-badge-slot {
    display: none !important;
  }

  .product-item .yb-save-pill,
  .product-item .yb-bestseller-tag {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
}

.product-item .card-price,
.product-item .price,
.product-item .price__sale {
  min-width: 0 !important;
  max-width: 100% !important;
}

.product-item .card-information__wrapper {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.product-item .yb-card-cta {
  order: 40 !important;
}

.product-item .card-review.scoder-productReview,
.product-item .card-review {
  order: 2;
  margin: 0 0 4px !important;
  min-height: 0 !important;
}

.product-item .card-title {
  order: 1;
  margin-bottom: 4px !important;
}

.product-item .card-price,
.product-item .price {
  order: 2 !important;
}

.product-item .yb-star-rating {
  order: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 4px 0 2px !important;
  line-height: 1 !important;
}

.product-item .yb-star-rating__stars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1px !important;
}

.product-item .yb-star-rating__star {
  color: #d7d7d7 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.product-item .yb-star-rating__star--on {
  color: #f5b400 !important;
}

.product-item .yb-star-rating__count {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.product-item .jdgm-preview-badge .jdgm-star,
.product-item .spr-icon.spr-icon-star,
.product-item .spr-starrating .spr-icon {
  color: #f5b400 !important;
  font-size: 13px !important;
}

.product-item .jdgm-prev-badge__text,
.product-item .spr-badge-caption {
  color: #6b7280 !important;
  font-size: 12px !important;
}

.product-item .yb-star-rating--empty,
.product-item .yb-star-rating--source-hidden {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Homepage-blue newsletter on every template */
.section-newsletter .newsletter-section,
.newsletter-section {
  background: #0071dc !important;
}

.section-newsletter .newsletter-title,
.newsletter-section .newsletter-title,
.section-newsletter .newsletter-description,
.newsletter-section .newsletter-description {
  color: #ffffff !important;
}

.section-newsletter .newsletter-section .button,
.newsletter-section .button {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #0071dc !important;
}

.section-newsletter .newsletter-section .button:hover,
.newsletter-section .button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

.section-newsletter .newsletter-section .field input,
.newsletter-section .field input {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}

@media screen and (max-width: 767px) {
  .section-newsletter .newsletter-section,
  .newsletter-section {
    margin-top: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
/* ===== YB_DISCOUNT_STARS_V1_END ===== */

/* ===== YB_HERO_FULLWIDTH =====
 * Fixed 300px hero + correct theme class names (slide-show-content / slideshow-title).
 */
[id*="__yb_hero_fullwidth_slider"] {
  margin: 0 !important;
  padding: 0 !important;
}
[id*="__yb_hero_fullwidth_slider"] .slide-show,
[id*="__yb_hero_fullwidth_slider"] .container,
[id*="__yb_hero_fullwidth_slider"] .container-fluid,
[id*="__yb_hero_fullwidth_slider"] .row,
[id*="__yb_hero_fullwidth_slider"] [class*="col-"] {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-list,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-track,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-slide,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .images-contain {
  height: 300px !important;
  max-height: 300px !important;
  min-height: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  aspect-ratio: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .not_img {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .images-contain {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  background: #eef2f7 !important;
}
@media screen and (min-width: 1025px) {
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-pc {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-pc {
    display: none !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-mobile,
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-slide:not(.slick-active):not(.slick-current) {
    height: 300px !important;
    min-height: 300px !important;
    overflow: hidden !important;
  }
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-pc img,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-mobile img,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .images-contain img,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slide-image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* === CONTENT OVERLAY (real theme classes) === */
[id*="__yb_hero_fullwidth_slider"] .slide-show-content {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 300px !important;
  max-height: 300px !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}
[id*="__yb_hero_fullwidth_slider"] .slide-show-content .banner-text-link {
  display: none !important;
}
[id*="__yb_hero_fullwidth_slider"] .slide-show-content > .container {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 72px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer.content-box-middle-left,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer.content-box-left,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer.content-box-center,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer.content-box-right {
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  transform: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-inner,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-inner.text-left,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-inner.text-center,
[id*="__yb_hero_fullwidth_slider"] .slideshow-content-inner.text-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  transform: none !important;
  float: none !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-sub-title,
[id*="__yb_hero_fullwidth_slider"] .slideshow-title,
[id*="__yb_hero_fullwidth_slider"] .slideshow-description,
[id*="__yb_hero_fullwidth_slider"] .slide-show-banner-group,
[id*="__yb_hero_fullwidth_slider"] .slideshow-banner-button {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-align: left !important;
  align-self: flex-start !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-sub-title {
  font-size: 13px !important;
  line-height: 1.25 !important;
  margin-bottom: 6px !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-title {
  font-size: 36px !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
  word-break: break-word !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-description {
  font-size: 14px !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
  max-width: 420px !important;
}
[id*="__yb_hero_fullwidth_slider"] .slide-show-banner-group {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 0 !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-banner-button,
[id*="__yb_hero_fullwidth_slider"] .slideshow-banner-button .button,
[id*="__yb_hero_fullwidth_slider"] .slide-show-banner-group .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  pointer-events: auto !important;
  float: none !important;
  width: auto !important;
}
[id*="__yb_hero_fullwidth_slider"] .slide-show-content a.button,
[id*="__yb_hero_fullwidth_slider"] .slide-show-content .button {
  pointer-events: auto !important;
}

/* Arrows clear of text */
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-arrow {
  width: 36px !important;
  height: 36px !important;
  top: 50% !important;
  margin-top: -18px !important;
  z-index: 6 !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-arrow.slick-prev,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-prev {
  left: 14px !important;
  right: auto !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-arrow.slick-next,
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-next {
  right: 14px !important;
  left: auto !important;
}
[id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-dots {
  bottom: 10px !important;
  z-index: 5 !important;
}

@media screen and (max-width: 1024px) {
  [id*="__yb_hero_fullwidth_slider"] .slide-show-content > .container {
    padding: 0 16px !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-content-outer,
  [id*="__yb_hero_fullwidth_slider"] .slideshow-content-inner {
    max-width: 100% !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-title {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  [id*="__yb_hero_fullwidth_slider"] .slideshow-slider .slick-arrow {
    display: none !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slide-show-content > .container {
    padding: 0 14px !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-sub-title {
    font-size: 10px !important;
    margin-bottom: 4px !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-description {
    font-size: 12px !important;
    margin-bottom: 10px !important;
    max-height: 2.6em !important;
    overflow: hidden !important;
  }
  [id*="__yb_hero_fullwidth_slider"] .slideshow-banner-button .button,
  [id*="__yb_hero_fullwidth_slider"] .slide-show-banner-group .button {
    font-size: 12px !important;
    padding: 8px 14px !important;
    min-height: 0 !important;
  }
}
/* ===== YB_HERO_FULLWIDTH_END ===== */

