.menu-expanded__category {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 2rem;
    padding: 1.5rem 2rem;
}
.offcanvas h2 {
    font-size: .89375rem;
    font-weight: 600;
}

.offcanvas-header {
    padding: 0.2rem 1.2rem;
}
h2#custom_all_title {
  margin-bottom: 0.2rem !important;
}

.header {
    font-family: 'Inter', sans-serif;   
}

.header__menu {
    width: 100%;
    max-width: 100%;
}
.product-summary__info--sku {
    display: none;
}

.header__menu-wide {
    max-width: 100%;   
}

.header__action--promo {
    display: none;   
}

.header__menu-content--tabbed .menu-tabbed .menu-expanded__menu-item--level-3 {
    color: #0E114A;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 700;
}

.header__menu-content--tabbed .menu-tabbed .menu-expanded__menu-item--level-3 a {
    color: #0E114A !important;   
}

.menu-expanded__menu-item--level-4 a {
    font-size: 14px !important;
    color: #6b7280 !important;
}

.menu-expanded__menu-item--level-4 a:hover {
    color: #03B0AC !important; 
    text-decoration: underline; 
}

.header__menu-content .menu-tabbed>ul a:hover {
    color: #03B0AC;  
    border-left: 3px solid #03B0AC;
}

.header__menu-content .menu-tabbed>ul a {
    border-left: 3px solid transparent;  
    font-size: 16px;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    text-transform: capitalize;
    color: #1f2937;
}

.header__menu-content--tabbed .menu-tabbed .menu-expanded__menu-item>a {
    text-transform: capitalize;   
}

.header__menu-content .menu-tabbed>ul a img {
    height: 45px;
    width: 45px;
    transition: filter 0.3s ease;
    margin-right: 0.5rem;
}

.header__menu-content .menu-tabbed>ul a:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(53%) saturate(6278%) hue-rotate(142deg) brightness(99%) contrast(98%);
}

.header__menu-content--tabbed .menu-tabbed__item:not(:last-child) {
    border: 0;   
}

.header__menu {
    border-radius: 8px;
    background: linear-gradient(90deg, #0E114A 0%, #03B0AC 100%);
    margin-bottom: 2px;
}

.header__menu-item a::after {
    display: none;   
}

.header__menu-item a {
    color: #fff !important;
    font-weight: 500;
    transition: opacity 0.3s ease!important;
    /*margin: 10px 5px;*/
    padding: 2px 4px !important; 
    border: 1px solid transparent;
    border-radius: 6px;
    text-transform: capitalize;
    font-size: 1rem !important;
}

.header__menu-item a:hover {
    border: 1px solid white;   
}

.header__menu-item--expandable a {
    padding: .25rem 1.25rem !important;
}

.header__menu-item--expandable a svg {
    margin-right: .5rem;
    height: 16px;
    width: 16px;
}

.header__menu-item--expandable {
    padding: .25rem 0 .25rem 10px!important; 
}

.header__menu-item--expandable a:hover {
    background-color: white;
    color: black !important;
}

.header__menu-item {
    padding: .6rem 0 .6rem 14px;
}

.menu-tabbed__index {
    padding: .5rem 0;
    width: 25%;
}
.mm-listitem {
    align-items: center;
}

.mm-listitem:last-child {
    border-color: white !important;   
    padding-bottom: 0 !important;
}

.mm-listitem img {
    height: 45px !important;
    width: 45px !important;
    margin-right: 0.5rem;
}

.mm-listitem__text {
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
}

.mobile-menu__root.mm-listview > li.mobile-menu__menu-item > a.mm-listitem__text {
    color: #1f2937 !important;   
}

.mm-listitem__text svg {
    margin-right: 0.5rem; 
    color: #1f2937 !important;
}

.mm-listitem--opened>.mm-listitem__btn:after {
    transform: rotate(45deg) !important;   
    transition: transform 0.3s ease;
}

.mm-btn--next:after {
    transform: rotate(225deg) !important;  
    transition: transform 0.3s ease;
    border-color: #6b7280 !important;
    border-width: 2px !important;
}

.mm-btn:after {
    --mm-color-icon: rgba(0, 0, 0, 1) !important;   
}

.mm-listitem:first-child {
    padding-top: 0 !important;   
}

/*.menu-mobile__item:first-child a {*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    padding-left: 0;*/
/*    color: #0E114A !important;*/
/*}*/

.menu-mobile__item a {
    font-size: 13px;
    font-weight: 500;
    padding-left: 1.5rem;
    text-transform: capitalize !important;
    color: #1f2937 !important;
}

.mobile-menu .mobile-menu-user svg {
    width: 32px;
    height: 32px;
}

#mobile_menu_item_title {
    padding: 1rem 1.5rem !important;
    border-bottom: 1px solid #e5e7eb;
    font-size: 17px;
    font-weight: 700;
    color: #0E114A;
}

.mobile-menu-icons-container a:last-of-type {
    display: none;   
}

.mobile-menu .mm-navbar>.mobile-menu-footer {
    padding: 1rem !important;
    background: linear-gradient(45deg, #ef4444, #f97316);
    justify-content: center !important;
}

.mobile-menu-icons-container a:first-of-type {
    align-items: center;
    justify-content: center;
    gap: 1rem !important; 
    color: white !important;
}

.mobile-menu-icons-container a:first-of-type div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
}

.mobile-menu-icons-container a:first-of-type div span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.mm-menu--position-right {
    width: 100% !important;  
    padding: 0 1rem;
}

.mm-listitem--opened .mm-btn--next {
    color: #03B0AC !important;
}

.mm-listitem--opened .mm-btn--next img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(53%) saturate(6278%) hue-rotate(142deg) brightness(99%) contrast(98%);
}

:root {
	--mm-size: 100% !important;
	--mm-max-size: 100% !important;
}

.mm-navbar {
    min-height: 65px !important;   
}

.mm-navbar__title {
    justify-content: flex-start !important;   
}

.mm-navbar__title>span {
    color: #0E114A;
    font-weight: 700;
    font-size: 18px;
}

.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child) {
    padding-left: 1.5rem !important;   
}

.mm-btn--close:before {
    height: 7px !important;
    width: 7px !important;
    border-color: #6b7280 !important;
    right: 15px !important;
    border-width: 3px !important;
}

.mm-btn--close:after {
    height: 7px !important;  
    width: 7px !important;
    border-color: #6b7280 !important;
    border-width: 3px !important;
}

.mm-listitem--opened>.mm-listitem__btn:after {
    right: 1.5rem !important;   
}

.mm-listitem--opened>.mm-panel {
    background-color: #f3f4f6 !important;   
}

.mm-listitem--opened>.mm-listitem__btn {
    background-color: #f3f4f6 !important;  
    /*padding-left: 2px!important;*/
    /*border-left: 2px solid #03B0AC!important;*/
}

.mm-panels .mm-listitem__btn:not(.mm-listitem__text) {
    padding-left: 0px;
    right: 32px;
    max-height: 1rem;
}

.menu-mobile__item.mm-listitem--opened > .mm-listitem__text {
	color: #03B0AC !important;
	text-decoration: underline;
}

.menu-mobile__item.mm-listitem--opened > .mm-btn--next {
    border-left: 2px solid #03B0AC !important;
    padding: 6px 30px 6px 10px !important
}

.mm-listitem--vertical>.mm-panel {
    padding: 10px 0 10px 1.5rem !important;   
}

.menu-mobile__item.mm-listitem--opened > .mm-panel--opened .menu-mobile__item.mm-listitem a {
    color: #1f2937 !important;
    padding-left: 1rem;
    font-weight: 500;
    font-size: 14px;
}

#mobile_menu_item_100169304 svg {
    margin-right: 1rem;
    color: #6b7280;
}

#mobile_menu_item_100169304 a {
    padding: 1rem 1.5rem;
    border-bottom: 8px solid #f3f4f6;
    font-size: 17px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .cart-modal .modal-items__table-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.last-item-wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 2fr;
}
.last-item-wrapper-left .modal-items__image {
    width: 100%;
}

.last-item-wrapper-right .modal-items__item-name {
    text-decoration: none;
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    display: block;
}

.last-item-wrapper-right .modal-items__options {
    margin-bottom: 1rem;
}

.last-item-wrapper-right .last-item-prices .last-item-price {
    font-size: 1.375rem;
    color: red;
    font-weight: 600;
    margin-right: 1rem;
}

.last-item-wrapper-right .last-item-prices .last-item-old-price {
    font-size: 1rem;
    color: #6c757d;
    text-decoration: line-through;
}

.last-item-wrapper-left .last-item-badge {
    z-index: 1;
    display: flex;
    position: absolute;
    color: white;
    background-color: red;
    border-radius: 5px;
    font-size: .875rem;
    font-weight: 600;
    padding: 3px .65em;
}
.last-item-wrapper-left img {
    border-radius: 5px;
}

.last-item-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.last-item-wrapper-right .last-item-actions .last-item-modal-custom {
    padding: 5px 40px;    
}

@media (max-width: 500px) {
    .last-item-wrapper {
        grid-template-columns: 1fr;
    }
    .last-item-wrapper-right .last-item-actions .last-item-modal-custom {
        padding: 5px 20px;    
    }
}

.custom-related-products {
    margin-top: 0 !important;    
}
.cart__related-products {
    background-color: #fff;
    border: 0px solid #e9ecef!important;
    min-width: 0;
    padding: 0rem!important;
}
.cart-drawer-totals__item.cart-drawer-totals__item--shipping {
    display: none;    
}

.cart-drawer-totals {
    padding: 0 !important;    
}
.cart-drawer-totals__item {
    padding: .2rem 0 !important;    
}

.cart-drawer-totals__item.cart-drawer-totals__item--subtotal.cutom-drawer {
    border-top: 1px solid #d0d0d0 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    padding-top: 1rem !important;    
}
.cart-drawer-totals__item.cart-drawer-totals__item--discount.custom-drawer .cart-drawer-totals__item-value {
    color: red;
}
.cart-drawer__empty-button.btn.btn-outline-primary {
    border: 2px solid #02b0ac;
    margin-bottom: .5rem;    
}
.cart-drawer__action.cart-drawer__action--back.btn.btn-primary {
    margin-bottom: 0;     
}

.cart-drawer * {
    border: none;    
}
.cart-drawer__actions .btn.btn-primary {
    width: 100%;  
}
@media (max-width: 768px) {
    .cart-drawer__empty {
        padding: 1rem;
    }

    .offcanvas-title {
        margin-top: 0 !important;
    }
    .offcanvas-title h2 {
        margin-bottom: 0 !important;
        font-weight:600;
    }
    .offcanvas-body {
        padding: 0;  
        min-height: 200px;
    }
    .cart-drawer-totals {
        margin-top: 0 !important;    
    }
    .cart-drawer__action.cart-drawer__action--back.btn.btn-primary,
    .cart-drawer__empty-button.btn.btn-outline-primary {
        height: 45px;    
    }
    .cart-drawer-totals__item.cart-drawer-totals__item--subtotal.cutom-drawer {
        font-size: 1rem !important;
        padding-top: .45rem !important;
    }
    .cart-drawer__totals-container .coupon-code__input.form-control,
    .cart-drawer__totals-container .coupon-code__button.btn.btn-outline-primary {
        height: 45px !important;
    }
    .cart-drawer__totals-container .coupon-code__input.form-control+label {
        margin-top: 26px !important;
    }
    .drawer-items__table-wrapper {
        padding: .5rem;    
    }
    
    .offcanvas-content:has(.cart-drawer) {
        overflow: scroll;    
    }
}

/*EDITS AFTER 27.01.2026*/

/* CONTACT PAGE GLOBAL WIDTH
   Make the contact page content use up to 1200px, not the narrow form width
   ---------------------------------------------------------------------- */

.page--contact .page__content-wrapper,
.page--contact .page__content,
.page--contact .contact-page {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* kill any narrower max-width that might be set deeper */
.page--contact .page__content > * {
  max-width: none;
}

/* CONTACT PAGE LAYOUT
   ---------------------------------------------------------------------- */
  
  .page--contact .page__aside-head {
  display: none;
}

.contact-page {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 56px;
}

/* Hero (same idea as terms hero) */
.contact-hero {
  position: relative;
  margin-bottom: 32px;
  border-radius: 15px;
  overflow: hidden;
}

.contact-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-hero-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 48%;
}

.contact-hero-content h1 {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw + 12px, 40px);
}

/* 2-COLUMN AREA: text left, form right */
.contact-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.contact-layout-main {
  flex: 1 1 60%;
}

.contact-layout-form {
  flex: 1 1 40%;
}

/* Make the form use the full width of its column */
.contact-layout-form form {
  width: 100%;
  max-width: none;
}

/* Content block inside left column */
.contact-content {
  font-size: 16px;
  line-height: 1.7;
  color: #001b4a;
}

/* Titles */
.contact-content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #0E114A;
  margin: 24px 0 10px;
}

.contact-content h2:first-of-type {
  margin-top: 0;
}

.contact-content p {
  margin: 0 0 8px;
}

.contact-content a {
  color: #0E114A;
  text-decoration: underline;
}

/* RESPONSIVE
   ---------------------------------------------------------------------- */

@media (max-width: 1024px) {
  .contact-hero-content {
    left: 6%;
    max-width: 55%;
  }
  .contact-content h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contact-page {
    padding: 28px 0 40px;
  }
  .contact-hero-content {
    left: 6%;
    max-width: 70%;
    transform: translateY(-50%);
  }
  .contact-hero-content h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .contact-layout {
    flex-direction: column;
  }
  .contact-layout-main,
  .contact-layout-form {
    flex: 1 1 100%;
  }
  .contact-content {
    font-size: 14px;
  }
  .contact-content h2 {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .contact-page {
    padding: 24px 0 32px;
  }
  .contact-hero-content {
    left: 6%;
    max-width: 80%;
  }
  .contact-hero-content h1 {
    font-size: 20px;
  }
}


/* =========================================================
   HOME CATEGORIES 2ND (scoped)
   ========================================================= */

/* =========  BASE LAYOUT  ========= */

.home-categories-2nd .category-slider-section {
  position: relative;
  background: transparent;
  padding: 0px 0;
  overflow: visible;
}

.home-categories-2nd .category-slider {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px;
}

/* keep X clipping for slider */
.home-categories-2nd .category-viewport {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

/* track */
.home-categories-2nd .category-track {
  display: flex;
  gap: 22px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  padding: 6px 0 14px;

  /* drag UX */
  touch-action: pan-y !important;
  user-select: none;
  -webkit-user-select: none;
}

/* IMPORTANT: while dragging, kill transition so it moves smoothly */
.home-categories-2nd .category-track.is-dragging {
  transition: none !important;
  cursor: grabbing;
}

.home-categories-2nd .category-viewport {
  cursor: grab;
}

/* 5 cards visible by default (desktop) */
.home-categories-2nd .category-card {
  flex: 0 0 calc((100% - (22px * 4)) / 5);
  min-width: calc((100% - (22px * 4)) / 5);
}

/* clickable card */
.home-categories-2nd .category-link {
  display: block;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(14, 17, 74, 0.25);
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-categories-2nd .category-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(14, 17, 74, 0.28);
}

/* image */
.home-categories-2nd .category-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 5;
}

/* footer overlay */
.home-categories-2nd .category-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  background: linear-gradient(
    to top,
    rgba(14, 17, 74, 1) 0%,
    rgba(14, 17, 74, 0.8) 13%,
    rgba(3, 176, 172, 0.3) 50%,
    rgba(3, 176, 172, 0.2) 78%,
    rgba(3, 176, 172, 0) 100%
  );
}

.home-categories-2nd .category-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  max-width: 70%;
}

/* inner round arrow (cards) */
.home-categories-2nd .category-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 999px;
  background: #f4fdff;
  border: 3px solid #0e114a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(6, 20, 60, 0.25);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-categories-2nd .category-arrow-icon {
  width: 30px;
  height: 30px;
  stroke: #0e114a;
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-categories-2nd .category-link:hover .category-arrow {
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(6, 20, 60, 0.32);
  transform: translateY(-1px);
}

/* =========  MOBILE FOCUS / MUTE  ========= */
/* still used: now 2 cards are active on mobile */
.home-categories-2nd .category-card.is-muted {
  filter: grayscale(100%) brightness(0.8);
}
.home-categories-2nd .category-card.is-muted .category-link.is-disabled {
  pointer-events: none;
}
.home-categories-2nd .category-card.is-active {
  filter: none;
}

/* =========  NAV (ARROWS + DOTS UNDER CARDS)  ========= */

.home-categories-2nd .category-nav {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 0 24px;
  z-index: 7;
  width: 100%;
  box-sizing: border-box;
}

/* arrow buttons */
.home-categories-2nd .category-arrow-nav {
  position: static !important;
  transform: none !important;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-categories-2nd .category-arrow-nav:not(.is-disabled):hover {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.home-categories-2nd .category-arrow-nav-icon {
  width: 50px;
  height: 50px;
  stroke: #30377A;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  transition: stroke .2s ease, transform .2s ease, opacity .2s ease;
}

.home-categories-2nd .category-arrow-nav:not(.is-disabled):hover .category-arrow-nav-icon {
  stroke: #2ADBD2;
  transform: translateY(-1px);
}

.home-categories-2nd .category-arrow-nav.is-disabled {
  cursor: default;
}
.home-categories-2nd .category-arrow-nav.is-disabled .category-arrow-nav-icon {
  opacity: 0.25;
  stroke: #30377A;
}

/* dots */
.home-categories-2nd .category-pagination {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px; /* more breathing room -> no “clipped” feel */
  padding-bottom: 2px;
  margin: 0;
}

.home-categories-2nd .category-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #0e114a;
  opacity: 0.22;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-categories-2nd .category-dot.active {
  opacity: 1;
  transform: scale(1.15);
}

/* =========  RESPONSIVE  ========= */

/* tablet */
@media (max-width: 1024px) {
  .home-categories-2nd .category-track { gap: 18px; }

  .home-categories-2nd .category-card {
    flex: 0 0 calc((100% - (18px * 2)) / 3);
    min-width: calc((100% - (18px * 2)) / 3);
  }
}

/* mobile: ✅ 2 cards visible at once */
@media (max-width: 768px) {
  .home-categories-2nd .category-slider {
    max-width: 100%;
    padding: 0 16px;
  }

  .home-categories-2nd .category-slider-section {
    padding: 0px 0;
  }

  .home-categories-2nd .category-track {
    gap: 14px;
    padding: 6px 0 12px;
  }

  .home-categories-2nd .category-card {
    flex: 0 0 calc((100% - 14px) / 2);
    min-width: calc((100% - 14px) / 2);
  }

  .home-categories-2nd .category-title {
    font-size: 16px;
  }

  /* nav sizes on mobile */
  .home-categories-2nd .category-nav {
    padding: 0 16px;
    gap: 14px;
  }

  .home-categories-2nd .category-arrow-nav {
    width: 44px;
    height: 44px;
  }

  .home-categories-2nd .category-arrow-nav-icon {
    width: 30px;
    height: 30px;
    stroke-width: 3.2;
  }
}

/* small phones: still 2 cards (tighter) */
@media (max-width: 480px) {
  .home-categories-2nd .category-track { gap: 12px; }

  .home-categories-2nd .category-card {
    flex: 0 0 calc((100% - 12px) / 2);
    min-width: calc((100% - 12px) / 2);
  }

  .home-categories-2nd .category-nav {
    padding: 0 14px;
    gap: 12px;
  }

  .home-categories-2nd .category-arrow-nav {
    width: 40px;
    height: 40px;
  }

  .home-categories-2nd .category-arrow-nav-icon {
    width: 40px;
    height: 40px;
  }
}

/*modificari avand in vedere header-ul - pot afecta si alte componente */

/* =========================================================
   FOREVO GRID WIDTH OVERRIDE
   FullHD: 1920 - 64 = 1856 (32px stânga + 32px dreapta)
   ========================================================= */

:root{
  --site-max-width: 1856px;
  --site-pad-x: 32px;
}

/* TOP HEADER ROW: logo + search + icons */
html body header#header .header__wrapper,
html body header#header .header__inner{
  max-width: var(--site-max-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--site-pad-x) !important;
  box-sizing: border-box !important;
}

/* MENU BAR (gradient) */
html body header#header #header_menu_wrapper{
  max-width: none !important; /* nu limita wrapperul */
  width: 100% !important;
  padding: 0 !important;
}

html body header#header #header_menu{
  width: 100% !important;
  max-width: var(--site-max-width) !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* DROPDOWN / EXPANDED MENU */
html body header#header #header_menu_wide,
html body header#header .header__menu-wide{
  max-width: var(--site-max-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--site-pad-x) !important;
  box-sizing: border-box !important;
}

/* SITE "NARROW" GRID (homepage blocks, etc.) */
html body .bslot-slider--narrow{
  max-width: var(--site-max-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--site-pad-x) !important;
  box-sizing: border-box !important;
}


/* =========================================================
   HEADER MENU ITEMS WIDTH = 1600px (match banner)
   Only the BUTTON LIST is constrained, not the whole header
   ========================================================= */

:root{
  --menu-items-max: 1600px;
}

/* Bara gradient poate rămâne "wide" (1856 etc.), dar conținutul se strânge */
html body header#header nav#header_menu.header__menu{
  width: 100% !important;
  max-width: var(--site-max-width) !important;  /* rămâne cât ai setat (1856) */
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* AICI e cheia: lista reală de butoane */
html body header#header nav#header_menu.header__menu > ul.header__menu-list{
  width: 100% !important;
  max-width: var(--menu-items-max) !important;  /* 1600 */
  margin-left: auto !important;
  margin-right: auto !important;

  /* ca să nu te încurce padding-uri vechi */
  padding-left: 0 !important;
  padding-right: 0 !important;

  box-sizing: border-box !important;
}

/*theme edits*/

#widget-1019735 {
  padding-top: 0 !important;
}

/* =========================================================
   PRODUCT SLIDER – GLOBAL
   Scope: .home-products-slider
   ========================================================= */

.home-products-slider {
  margin: 40px 0;
}

/* -------- SPLIDE BASE -------- */

.home-products-slider .splide__track {
  padding-bottom: 14px;
}

.home-products-slider .splide__list {
  align-items: stretch;
}

/* -------- PRODUCT CARD -------- */

.home-products-slider .splide__slide {
  height: auto;
}

.home-products-slider .product-box,
.home-products-slider .product-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(14, 17, 74, 0.12);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-products-slider .product-box:hover,
.home-products-slider .product-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(14, 17, 74, 0.18);
}

/* -------- PRODUCT IMAGE -------- */

.home-products-slider .product-image,
.home-products-slider .product-thumb,
.home-products-slider .product-photo {
  position: relative;
  padding: 10px;
  background: #fff;
}

.home-products-slider .product-image img,
.home-products-slider .product-thumb img,
.home-products-slider .product-photo img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

/* -------- BADGES (NEW / DISCOUNT) -------- */

.home-products-slider .product-label,
.home-products-slider .label-new,
.home-products-slider .label-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 6px;
  color: #fff;
  z-index: 2;
}

.home-products-slider .label-new {
  background: #06b0ac;
}

.home-products-slider .label-sale {
  background: #d81f26;
}

/* -------- PRODUCT INFO -------- */

.home-products-slider .product-info,
.home-products-slider .product-details {
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.home-products-slider .product-name,
.home-products-slider .product-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #0e114a;
  margin-bottom: 8px;
  min-height: 44px;
}

/* -------- RATING -------- */

.home-products-slider .product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.home-products-slider .product-rating .stars {
  font-size: 12px;
  color: #f3b400;
}

.home-products-slider .product-rating .count {
  font-size: 10px;
  color: rgba(14, 17, 74, 0.55);
}

/* -------- PRICE -------- */

.home-products-slider .product-price,
.home-products-slider .price {
  margin-top: auto;
  font-size: 15px;
  font-weight: 800;
  color: #d81f26;
}

.home-products-slider .price-old,
.home-products-slider .old-price {
  font-size: 11px;
  color: rgba(14, 17, 74, 0.45);
  text-decoration: line-through;
  margin-left: 6px;
}

/* -------- SPLIDE ARROWS -------- */

.home-products-slider .splide__arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff;
  border: 2px solid rgba(14, 17, 74, 0.25);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-products-slider .splide__arrow:hover {
  background: #f4fdff;
  transform: translateY(-1px);
}

.home-products-slider .splide__arrow svg {
  fill: none;
  stroke: #0e114a;
  stroke-width: 3;
}

.home-products-slider .splide__arrow--prev {
  left: -22px;
}

.home-products-slider .splide__arrow--next {
  right: -22px;
}

/* -------- DOTS -------- */

.home-products-slider .splide__pagination {
  bottom: -6px;
}

.home-products-slider .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0e114a;
  opacity: 0.25;
}

.home-products-slider .splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1.25);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .home-products-slider .product-image img {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .home-products-slider {
    margin: 28px 0;
  }

  .home-products-slider .product-image img {
    height: 140px;
  }

  .home-products-slider .splide__arrow {
    width: 38px;
    height: 38px;
  }
}


/* =========================================================
   PRODUCT SLIDER HEADER – HARD OVERRIDE
   Target: widget-content.mp-wide-1600
   Goal: REAL 1600px width on desktop
   ========================================================= */


/* ---------------------------------------------------------
   1. RESET TOTAL pe widget (neutralizăm theme-ul)
   --------------------------------------------------------- */

section.widget-content.mp-wide-1600 {
  max-width: none !important;   /* anulăm orice max-width din theme */
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* neutralizăm regula globală:
   main > section:not(:last-child) { margin-bottom: ... } */
main > section.widget-content.mp-wide-1600 {
  margin-bottom: 0 !important;
}


/* ---------------------------------------------------------
   2. CONTAINER REAL DE 1600px (controlat de noi)
   --------------------------------------------------------- */

section.widget-content.mp-wide-1600 > .widget-content__content {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  box-sizing: border-box;
}


/* ---------------------------------------------------------
   3. HEADER STYLING (bara gradient)
   --------------------------------------------------------- */

.home-products-slider__header {
  margin: 0 0 14px;
}

.home-products-slider__header-inner {
  display: block;
}

/* bara clickabilă */
.home-products-slider__header-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 14px 18px;
  border-radius: 14px;

  text-decoration: none;
  cursor: pointer;

  background: linear-gradient(90deg, #0b1b5a 0%, #00b3a4 100%);
  box-shadow: 0 6px 18px rgba(14, 17, 74, 0.22);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
}

.home-products-slider__header-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(14, 17, 74, 0.26);
  filter: brightness(1.02);
}

/* titlu */
.home-products-slider__header-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.2px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CTA / săgeată */
.home-products-slider__header-cta {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  opacity: 0.95;
  flex: 0 0 auto;

  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-products-slider__header-link:hover
.home-products-slider__header-cta {
  transform: translateX(4px);
  opacity: 1;
}


/* ---------------------------------------------------------
   4. RESPONSIVE – ACELEAȘI BREAKPOINTS CA RESTUL SITE-ULUI
   --------------------------------------------------------- */

/* tablet */
@media (max-width: 1024px) {
  section.widget-content.mp-wide-1600 > .widget-content__content {
    max-width: 1400px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-products-slider__header-title {
    font-size: 18px;
  }

  .home-products-slider__header-cta {
    font-size: 21px;
  }
}

/* mobile */
@media (max-width: 768px) {
  section.widget-content.mp-wide-1600 > .widget-content__content {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home-products-slider__header-link {
    padding: 12px 14px;
  }

  .home-products-slider__header-title {
    font-size: 17px;
  }

  .home-products-slider__header-cta {
    font-size: 20px;
  }
}

/* small phones */
@media (max-width: 480px) {
  section.widget-content.mp-wide-1600 > .widget-content__content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home-products-slider__header-title {
    font-size: 16px;
  }

  .home-products-slider__header-cta {
    font-size: 19px;
  }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* =========================================================
   PRODUCTS SLIDER (MerchantPro widget) – Forevo style
   Target: section.widget-products-slider.home-products-slider
   ========================================================= */

/* 0) Anti-flash: ascunde până e mounted */
section.widget-products-slider.home-products-slider .splide {
  visibility: hidden;
  opacity: 0;
  transition: opacity .18s ease;

  /* IMPORTANT: coloană ca să putem ordona:
     Track (sus) -> Arrows (sub) -> Dots (sub) */
  display: flex !important;
  flex-direction: column !important;
}
section.widget-products-slider.home-products-slider .splide.ps-ready {
  visibility: visible;
  opacity: 1;
}

/* 1) Widget full width reset */
section.widget-products-slider.home-products-slider {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 1.1) Scoate wrapper-ul theme-ului (border/padding/background) */
section.widget-products-slider.home-products-slider .products-slider__items {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 2) Container REAL */
section.widget-products-slider.home-products-slider > .products-slider {
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* =========================================================
   3) TRACK / LIST: rezolvă CLIP SHADOW fără “peek” la cardul 6
   ========================================================= */

section.widget-products-slider.home-products-slider .splide__track {
  border-radius: 0 !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  /* IMPORTANT: fără peek */
  overflow-x: hidden !important;

  /* IMPORTANT: umbrele pe verticală */
  overflow-y: visible !important;

  /* shadow safe area */
  padding: 10px 10px 16px !important;
  box-sizing: border-box !important;

  /* ordine în coloană */
  order: 1 !important;
}

/* Compensăm padding-ul track-ului ca să NU strice calculul de 5 carduri */
section.widget-products-slider.home-products-slider .splide__list {
  align-items: stretch;
  margin: -10px -10px -16px !important;
  padding: 10px 10px 16px !important;
  box-sizing: border-box;
}

/* 4) Slides: stabilitate layout */
section.widget-products-slider.home-products-slider .splide__slide {
  margin-right: 0 !important;
  box-sizing: border-box;
}

/* spacing control (fără gap splide): padding pe slide */
section.widget-products-slider.home-products-slider .splide__slide {
  padding-right: 18px;
}
section.widget-products-slider.home-products-slider .splide__slide:last-child {
  padding-right: 0;
}

/* 5) Card look – shadow EXACT ca ce ai folosit */
section.widget-products-slider.home-products-slider .splide__slide > * {
  border-radius: 18px;
}

section.widget-products-slider.home-products-slider .splide__slide a,
section.widget-products-slider.home-products-slider .splide__slide > div {
  background: #fff;
  border: 1px solid rgba(14, 17, 74, 0.08);
  box-shadow: 0 4px 4px rgba(14, 17, 74, 0.25);
  transition: transform .25s ease, box-shadow .25s ease;
  border-radius: 18px;
  overflow: hidden;
  transform: translateZ(0);
}

@media (hover: hover) and (pointer: fine) {
  section.widget-products-slider.home-products-slider .splide__slide a:hover,
  section.widget-products-slider.home-products-slider .splide__slide > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(14, 17, 74, 0.28);
  }
}

/* =========================================================
   PRODUCTS SLIDER – NAV ARROWS 
   ========================================================= */

/* container sageti – sub carduri */
section.widget-products-slider.home-products-slider .splide__arrows{
  order: 2 !important;
  position: static !important;
  inset: auto !important;

  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  margin-top: 14px !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;

  pointer-events: none !important;
  z-index: 5 !important;
}

/* buton sageata */
section.widget-products-slider.home-products-slider .splide__arrow{
  position: static !important;
  inset: auto !important;
  transform: none !important;

  width: 50px !important;
  height: 50px !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;
  pointer-events: auto !important;
  line-height: 0 !important;
}

/* ascundem SVG-ul default Splide */
section.widget-products-slider.home-products-slider .splide__arrow svg{
  display: none !important;
}

/* ===== ICON normal (albastru) — EXACT paths ===== */
section.widget-products-slider.home-products-slider .splide__arrow::before{
  content: "" !important;
  width: 50px !important;
  height: 50px !important;
  display: block !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50px 50px !important;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H9' fill='none' stroke='%2330377A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7L7 12l5 5' fill='none' stroke='%2330377A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

  transition: transform .2s ease, opacity .2s ease !important;
}

/* next = rotire */
section.widget-products-slider.home-products-slider .splide__arrow--next::before{
  transform: rotate(180deg);
}

/* ===== HOVER teal — EXACT paths ===== */
section.widget-products-slider.home-products-slider
.splide__arrow:not(.is-disabled):not(:disabled):hover::before{
  transform: translateY(-1px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 12H9' fill='none' stroke='%232ADBD2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7L7 12l5 5' fill='none' stroke='%232ADBD2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

section.widget-products-slider.home-products-slider
.splide__arrow--next:not(.is-disabled):not(:disabled):hover::before{
  transform: translateY(-1px) rotate(180deg);
}

/* disabled */
section.widget-products-slider.home-products-slider .splide__arrow:disabled,
section.widget-products-slider.home-products-slider .splide__arrow.is-disabled{
  cursor: default !important;
}

section.widget-products-slider.home-products-slider .splide__arrow:disabled::before,
section.widget-products-slider.home-products-slider .splide__arrow.is-disabled::before{
  opacity: 0.25 !important;
}

/* responsive sizes */
@media (max-width: 1024px){
  section.widget-products-slider.home-products-slider .splide__arrow{
    width: 44px !important;
    height: 44px !important;
  }
  section.widget-products-slider.home-products-slider .splide__arrow::before{
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
  }
}

@media (max-width: 480px){
  section.widget-products-slider.home-products-slider .splide__arrow{
    width: 40px !important;
    height: 40px !important;
  }
  section.widget-products-slider.home-products-slider .splide__arrow::before{
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
  }
}
