/** Shopify CDN: Minification failed

Line 1798:0 All "@import" rules must come first
Line 2019:0 All "@import" rules must come first

**/
/* ================ BRAND TOKENS – Ultra Light Ivory ================ */
:root{
  /* Neutrals */
  --c-bg: #FFFFFF;          /* רקע כללי – לבן מלא */
  --c-surface: #FBFAF8;     /* משטחי כרטיסים/סקשנים – Ivory עדין */
  --c-text: #2F2F2F;        /* טקסט ראשי */
  --c-text-dim: #6D6D6D;    /* טקסט משני */
  --c-border: #EFEDE9;      /* קווי הפרדה רכים מאוד */

  /* Accent – חול אולטרה בהיר */
  --c-accent: #E8DCCE;         /* קישורים / Highlights */
  --c-accent-hover: #D6C5B4;   /* Hover */
  --c-accent-strong: #BCA890;  /* CTA / מחירים */
  --c-accent-soft: #F4EFE8;    /* רקעי תגיות / בלוקים */

  /* Secondary (SALE/Badges) – אפרסק-שמנת */
  --c-secondary: #F2D5C7;
  --c-secondary-ink: #B48E7A;
}

/* ===== GLOBAL HOOKS ===== */
body{ background-color: var(--c-bg); }
.section, .card, .shopify-section{ background-color: var(--c-surface); }

a{ color: var(--c-accent); text-decoration: none; }
a:hover{ color: var(--c-accent-hover); text-decoration: underline; }

.price, .product__price, .price-item{ 
  color: var(--c-accent-strong); 
  font-weight: 600;
}

.badge, .badge--sale, .price__badge-sale{ 
  background: var(--c-secondary); 
  color: #fff; 
}
.badge--new, .tag--soft{ 
  background: var(--c-accent-soft); 
  color: var(--c-accent-strong); 
}

.button, .btn, .add-to-cart, button[type="submit"]{
  background-color: var(--c-accent-strong);
  color:#fff; border:0; border-radius:4px;
  padding:12px 20px; font-weight:500; letter-spacing:.5px; text-transform:uppercase;
  transition: background .25s ease;
}
.button:hover, .btn:hover, .add-to-cart:hover{ background-color: var(--c-accent-hover); }

.hr, hr, .divider{ border-color: var(--c-border); }

/* ===== CATEGORY LABEL ===== */
.fh-catgrid__label{
  background: var(--c-accent-soft); 
  color: var(--c-text);  
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
}
/* --- Sofia and allura and great vibes Pro Fonts --- */
.hero__heading {
  font-family: var(--fh-hero-script);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.2;
}
@font-face {
  font-family: 'Allura';
  src: url('/cdn/shop/files/Allura-Regular.woff2?v=1758010650') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Great Vibes';
  src: url('/cdn/shop/files/GreatVibes-Regular.woff2?v=1758010700') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* משתנה גלובלי לשימוש בכותרות */
:root {
  --fh-hero-script: 'Allura', 'Great Vibes', cursive;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Regular_Az.woff2?v=1757577398') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Medium_Az.woff2?v=1757577398') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Semi_Bold_Az.woff2?v=1757577398') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Bold_Az.woff2?v=1757577398') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Some css class in defined in critical css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
:is(
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='password'],
    select,
    textarea,
    .input-style
  ):focus {
  outline: 0;
  border-color: var(--color-heading);
}
input[type='checkbox'] {
  display: inline-block;
  margin-block-end: 0.5rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Remove default styling */
  position: relative;
  height: 15px; /* Size of your custom icon */
  width: 15px;
  background: url('icon-close.png') no-repeat center center;
  background-size: 10px;
  cursor: pointer;
  transition: var(--duration-short);
}
.search-modal__form.loading input[type='search']::-webkit-search-cancel-button {
  opacity: 0;
  visibility: hidden;
}
/* Style the checkmark/indicator */
.checkmark:before {
  content: '';
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--color-color, #ebebeb);
  background-color: var(--grey-color);
  position: relative;
  top: 2px;
  transition: var(--bls-transition);
}
.checkmark:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: scale(2) rotate(45deg);
  transition: var(--transition);
}

/* Show the checkmark when checked */
input[type='checkbox']:checked + .checkmark:after {
  opacity: 1;
  transform: scale(1) rotate(45deg);
}

input[type='checkbox']:checked + .checkmark:before {
  background-color: var(--color-link);
  border-color: var(--color-link);
}
.overflow-auto {
  overflow: auto;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.flex-100 {
  flex: 100%;
  width: 100%;
}
.grow-0 {
  flex-grow: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-60 {
  padding-top: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
  padding-bottom: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
}
.w-0 {
  width: 0;
}
.w-15 {
  width: 15px;
}
.w-20 {
  width: 20px;
}
.w-55 {
  width: 5.5rem;
}
.w-100 {
  width: 10rem;
}
.min-w-10 {
  min-width: 10px;
}
.min-w-20 {
  min-width: 20px;
}
.min-w-30 {
  min-width: 30px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-15 {
  max-width: 15px;
}
.max-w-30 {
  max-width: 30px;
}
.max-w-full {
  max-width: 100%;
}
.h-0 {
  height: 0;
}
.h-15 {
  height: 15px;
}
.h-20 {
  height: 2rem;
}
.h-30 {
  height: 30px;
}
.h-55 {
  height: 5.5rem;
}
.min-h-30 {
  min-height: 30px;
}
.min-h-50 {
  min-height: 50px;
}
.min-h-full {
  min-height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.user-select-none,
.swiper-slide {
  user-select: none;
  -webkit-user-select: none;
}
.toolbar-sorter {
  text-wrap: nowrap;
}
/* Hover */
@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  :is(
      .btn-hover,
      button.shopify-payment-button__more-options,
      .dmp_discount-form button
    ):hover {
    --btn-bg: var(--btn-primary-hover-bg-color);
    --btn-bg-gradient: var(--btn-primary-hover-bg-color-graident);
    --btn-color: var(--btn-primary-hover-color);
    --btn-border-color: var(--btn-primary-hover-bg-color);
  }
  .btn:not(.cart-discount-remove):hover,
  .btn-outline:hover,
  .btn-primary:hover {
    --btn-color: var(--btn-primary-hover-color);
    --btn-border-color: var(--btn-primary-hover-bg-color);
    --btn-bg: var(--btn-primary-hover-bg-color);
    --btn-bg-gradient: var(--btn-primary-hover-bg-color-graident);
  }
  .btn-hover:hover {
    color: var(--btn-color);
    background: var(--btn-bg);
    background: var(--btn-bg-gradient);
    border-color: var(--btn-border-color);
  }
  .btn-link:hover {
    color: var(--btn-link-hover-color);
  }
  .btn-link:hover::before {
    width: calc(100% - 3px);
    transition: var(--transition);
    animation: 1s infinite btnLinkAnimation;
  }
  .smooth-padding-hover:hover {
    padding-inline-start: 1rem;
  }
  .hover-effect {
    will-change: transform;
  }
  .hover-effect :is(img, .placeholder-image, picture) {
    transition: var(--transition);
    will-change: transform;
  }
  .hover_zoom .hover-effect:hover :is(img, .placeholder-image, picture) {
    transform: var(--zoom-transform, scale(1.05));
  }
  .hover_fade .hover-effect:hover :is(img, .placeholder-image, picture) {
    opacity: 0.8;
  }
  .hover_fade .hover-effect:hover .secondary-image {
    opacity: 1;
  }
  .tooltip-content {
    background: var(--color-dark);
    color: var(--color-white);
    line-height: 1;
    max-width: 360px;
    z-index: 2;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: all 0.3s;
    will-change: transform;
    padding: 7px 15px;
    transform: var(--tooltip-transform, translateY(-100%) translateX(-50%));
    left: var(--left, 50%);
    right: var(--right, auto);
    top: var(--top, 0);
  }
  .tooltip-content:before {
    border: 5px solid transparent;
    content: '';
    height: 0;
    width: 0;
    top: var(--tooltip-y, 100%);
    bottom: var(--tooltip-bottom, auto);
    margin-left: 0;
    -webkit-transform: var(--tooltip-before, translateX(-50%) translateZ(0));
    transform: var(--tooltip-before, translateX(-50%) translateZ(0));
    transform-origin: 0;
    border-top-color: var(--color-dark);
    position: absolute;
    left: var(--tooltip-left, 50%);
    right: var(--tooltip-right, auto);
  }
  .tooltip:not(.open):hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: var(
      --tooltip-hover-transform,
      translateY(calc(-100% - 10px)) translateX(-50%)
    );
  }
  .tooltip-left {
    --tooltip-transform: translateY(-50%);
    --left: auto;
    --right: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(-10px) translateY(-50%);
    --tooltip-left: 100%;
    --tooltip-y: 50%;
    --tooltip-before: rotate(-90deg) translateY(50%);
  }
  .tooltip-right {
    --tooltip-transform: translateY(-50%);
    --left: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(10px) translateY(-50%);
    --tooltip-left: auto;
    --tooltip-right: 100%;
    --tooltip-y: 12%;
    --tooltip-before: rotate(90deg) translateY(-50%);
  }
  .tooltip-bottom {
    --tooltip-transform: translateY(100%) translateX(-50%);
    --top: auto;
    bottom: 0;
    --tooltip-hover-transform: translateY(calc(100% + 10px)) translateX(-50%);
    --tooltip-y: auto;
    --tooltip-bottom: 100%;
  }
  .tooltip-bottom::before {
    border-bottom-color: var(--color-dark);
    border-top-color: transparent;
  }
  .instagram-item__media--ratio .instagram-icon {
    transform: scale(0.8);
    will-change: transform;
  }
  .instagram-item__media--ratio:hover .instagram-icon {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  @keyframes btnLinkAnimation {
    0% {
      left: 0;
      width: 100%;
    }

    33% {
      left: 100%;
      width: 0;
    }

    66% {
      left: 0;
      width: 0;
    }

    100% {
      right: 0;
      width: 100%;
    }
  }
  @keyframes progress {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -60px -60px;
    }
  }
  .hover-svg-zoom:hover svg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.button-close:not(:hover) {
  opacity: 0.7;
  color: var(--color-heading);
}
.btn-search-close {
  display: inline-flex;
  align-items: center;
}
:is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar {
  width: 4px;
}
:is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-track {
  background: var(--border-color-base);
}
:is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}
:is(
    .custom-scrollbar,
    .tingle-modal .tingle-modal-box__content
  )::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 6px;
}
.translateY-100 {
  transform: translateY(-100%);
}
.transition-short {
  transition: var(--duration-short);
  -webkit-transition: var(--duration-short);
}
.transition {
  transition: var(--transition);
  -webkit-transition: var(--transition);
}
.transition-popup {
  transition: var(--transition-popup);
  -webkit-transition: var(--transition-popup);
}
/* Rounded */
.rounded-custom {
  border-radius: var(--rounded-custom);
}
.bottom-25 {
  bottom: 2.5rem;
}
.top-20 {
  top: 2rem;
}
.top-30 {
  top: 3rem;
}
.top-100 {
  top: 100%;
}

.right-45 {
  right: 4.5rem;
}
.right-50 {
  right: 5rem;
}
.icon-load {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(var(--loader-width, 1.4rem) / 2 * -1);
  margin-left: calc(var(--loader-height, 1.4rem) / 2 * -1);
}
:where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading {
  pointer-events: none;
}
:where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading
  .hidden-on-load {
  opacity: 0;
}
:where(
    .btn-primary,
    .btn-outline,
    .btn,
    button-quickview,
    select-option
  ).loading
  > .icon-load {
  opacity: 1;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation: 0.8s linear infinite spin;
  animation: 0.8s linear infinite spin;
}
/* Global style */
.w-custom-svg svg {
  height: auto;
  width: var(--custom-width);
}
.bls__spacing {
  height: var(--mobile-height);
}
@media (min-width: 768px) {
  .bls__spacing {
    height: var(--desktop-height);
  }
}
:is(.open-drawer,.open-popup) {
  overflow: hidden;
}
.overlayminicart::after,
.overlay::after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: var(--overlay-bg);
  pointer-events: none;
  opacity: 0;
  z-index: 12;
  cursor: url(cursor-close.png), pointer;
  transition: 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: opacity, visibility, background-color;
}
:is(.open-drawer, .nav-open, .open-sidebar) .open.overlay::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

:is(.open-minicart) cart-notification.open ~ .overlayminicart::after {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.open-drawer .tingle-enabled {
  position: static;
  overflow: auto;
}
#search_mini_form.loading .loading-icon {
  opacity: 1;
  visibility: visible;
}
.localization-flags{
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  display: inline-block;
  border: 0;
}
footer .localization-flags{
  transform: translateY(-1px);
}
.mobile-navigation__flag {
  width: 2rem;
  height: 2rem;
}
.mobile-navigation__button{
  gap: 5px !important;
}
.localization-flags img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .footer__localization.lang__currency-desktop .disclosure__list {
    top: auto;
    left: 0;
    right: auto;
    bottom: calc(100% + 30px);
  }
  .footer__localization.lang__currency-desktop
    .button-localization.open
    + .disclosure__list {
    bottom: calc(100% + 10px);
    top: auto;
  }
  .lang__currency-desktop .disclosure__button::after,
  .minicart__action.show-overlay:after,
  .lang__currency-desktop .disclosure__list icon-close {
    display: none;
  }
  .lang__currency-desktop .disclosure__list {
    top: calc(100% + 30px);
    max-height: 60vh;
    padding: 1.5rem 2rem;
    left: auto;
    min-width: 25rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    transition: 0.4s cubic-bezier(0.6, 0, 0.4, 1);
  }
  .lang__currency-desktop .button-localization.open + .disclosure__list {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .button-localization > svg {
    transition: var(--transition);
  }
  .button-localization.open > svg {
    transform: scaleY(-1);
  }
  .topbar
    .lang__currency-desktop
    .button-localization.open
    + .disclosure__list {
    top: calc(100% + calc(var(--section-pb) * 1px));
  }
  .rounded-style :is(.topbar, .section-header) .disclosure__list {
    border-radius: 0 0 5px 5px;
  }
  .rounded-style
    .footer__localization.lang__currency-desktop
    .disclosure__list {
    border-radius: 5px;
  }
  body:has(.shopify-section-header-sticky) .sticky.top-30 {
    top: calc(var(--height-header, 0px) + 30px);
    transition: var(--transition);
  }
  body:has(.layout-2.shopify-section-header-sticky) .sticky.top-30 {
    top: 80px;
  }
  body:has(.shopify-section-header-hidden) .sticky.top-30 {
    top: 30px;
  }
  .shopify-section-group-header-group:not(.section-header) {
    position: relative;
    z-index: 12;
  }
  announcement-bar,
  #topbar {
    position: relative;
    z-index: 10;
  }
  .shopify-section-group-header-group.section-announcement-bar:not(.section-header) {
    z-index: 11;
  }
  .shopify-section-group-header-group.section-header ~ .shopify-section-group-header-group:is(.section-top-bar, .section-announcement-bar) {
    z-index: 9;
  }
  .open-minicart .shopify-section-group-header-group:not(.section-header),
  .open-search .shopify-section-group-header-group:not(.section-header) {
    z-index: unset;
  }
  .section-header:not(.shopify-section-header-sticky) .transparent:hover {
    --color-background: #ffffff !important;
    --transparent-color: #111 !important;
    --header-background-opacity: 1;
    --header-logo-opacity: 1;
    --animation-nav-delay: 0s;
  }
  .section-header:not(.shopify-section-header-sticky) .transparent {
    --color-background: transparent;
    z-index: 11;
  }
  .header__menu:before {
    content: "";
    display: none;
  }
 
  .section-header:not(.shopify-section-header-sticky)
    .transparent:hover
    .header__transparent-logo {
    display: none;
  }
  .section-header:not(.shopify-section-header-sticky)
    .transparent:hover
    .header__normal-logo {
    display: block;
  }
}
.header-icon:hover {
  color: var(--color-primary);
}
/* Sticky header */
.header {
  --header-background-opacity: 1;
  --animation-nav-delay: 0.1s;
  --animation-nav: 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}
.header:not(.absolute-1025) {
  background: transparent;
  position: relative;
  z-index: 10;
}
.section-header .header:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: var(--color-background);
  opacity: var(--header-background-opacity);
  transition: opacity var(--animation-nav) var(--animation-nav-delay);
}
.shopify-section-header-sticky {
  position: sticky;
  z-index: 11;
  top: 0;
}
.shopify-section-header-sticky header.header {
  box-shadow: var(--shadow);
}
.shopify-section-header-sticky .header__normal-logo {
  display: block;
}
.shopify-section-header-sticky .header__transparent-logo {
  display: none;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--height-header));
}
.section-header.animate {
  transition: top 0.35s ease-in-out;
}
.header-sticky .gradient {
  background-attachment: unset;
}
.shopify-section-header-sticky.gradient {
  background-attachment: unset;
}
@media screen and (max-width: 1024.98px) {
  .redirect-to-link{
    pointer-events: none;
  }
  [data-sticky-mobile='false'].shopify-section-header-sticky {
    position: unset;
  }
  header-search #search-form .search__button {
    color: var(--color-heading);
  }
  :where(.lang__currency-on-nav, .lang__currency-desktop, .popup_cart)
    icon-close {
    transform: translateY(calc(-100% - 15px));
  }
  .section-header .transparent.header:before{
    display: none;
  }
}
.fadeIn {
  animation: 0.3s fadeIn;
}
.fadeInForwards {
  animation: 0.3s fadeIn forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shopify-section-header-sticky.animate:not(.scroll-up) {
  animation: fadeInSticky 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s forwards;
}
@keyframes fadeInSticky {
  0% {
    opacity: 0;
    top: calc(var(--height-header, 100%) * -1);
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.fadeOut {
  animation: 0.3s fadeOut forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#header_size_guide {
  display: none;
}
.white-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  z-index: 1;
}

/* Fake order */
@keyframes progressbar {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fake-order-progressbar {
  border-radius: 0 0 var(--rounded) var(--rounded);
}
.fake-order-progressbar span {
  height: 2px;
  display: block;
  width: 100%;
}
.success,
.warning {
  padding: 1.2rem 2rem;
  position: relative;
}
.success,
.message-success {
  --color-success: #137f24;
  --border-color-success: #b4deb0;
  --background-success: #dcf0d8;
  --color-link: var(--color-success);
  margin-bottom: 2rem;
  color: var(--color-success);
  background-color: var(--background-success);
  border: 1px solid var(--border-color-success);
  border-radius: 5px;
  gap: 0.5rem;
  font-weight: var(--subheading_weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
}

.errors,
.error,
.message-error,
.dmp_error-message {
  --color-error: #d0473e;
  --border-color-error: #eabdbd;
  --background-error: #fadfdf;
  --color-link: var(--color-error);
  padding: 11px 2rem;
  background: var(--background-error);
  border: 1px solid var(--border-color-error);
  color: var(--color-error);
  text-align: left;
  border-radius: 5px;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  gap: 0.5rem;
  font-weight: var(--subheading_weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
}
.dmp_error-message {
  display: block;
  margin-top: 1rem;
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
}
/* Message */
.message-info,
.warning {
  color: #907341;
  --color-link: #907341;
  --btn-link-color: #907341;
  border: 1px solid #e9d7b8;
  background: #faf0df;
  padding: 1.5rem 2rem;
  font-weight: var(--subheading_weight, 500);
  border-radius: 5px;
  line-height: 1.5;
  font-size: var(--body-font-size);
}
:is(.message-info, .message-success, .message-error) a {
  color: currentColor;
}
:is(
    .message-info,
    .success,
    .message-success,
    .message-error,
    .warning,
    .errors,
    .error
  )
  svg {
  width: 1.8rem;
  flex: 0 0 1.8rem;
}
@keyframes al-loading {
  0% {
    width: 0;
  }

  to {
    width: 80%;
  }
}
@keyframes al-loading-finish {
  0% {
    width: 80%;
  }

  to {
    width: 100%;
  }
}
.sec__collection-tab tab-items .section__header{
  position: relative;
  z-index: 1;
}
.select-custom__content {
  top: calc(100% + 15px);
  z-index: 6;
  
}
.sec__collection-tab .select-custom__content {
  width: max-content;
  text-align: left;
  border-radius: 0 0 var(--rounded-radius) var(--rounded-radius);
}
.select-custom.active .select-custom__content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.select-collection-tab.active .select-custom__content {
  top: calc(100% + 2px);
}
:is(.horizontal-filter collapsible-block, .select-custom).active
  .active-rotated {
  transform: rotate(-180deg);
}
.pagination__item--current {
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-bg-color);
}
.loading .loading-overlay {
  --transition: all 0.4s;
  opacity: 0.7;
  visibility: visible;
}
body.loading::after {
  background: var(--color-primary);
  content: '';
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 13;
  animation: al-loading 1s cubic-bezier(0.43, 0.27, 0.36, 0.83) forwards;
  transition: width 1s linear, opacity 0.35s linear 0.35s;
}
body.loading.finish::after {
  width: 100%;
  animation: al-loading-finish 0.3s cubic-bezier(0.43, 0.27, 0.36, 0.83)
    forwards;
}
.jdgm-review-widget .jdgm-paginate .jdgm-paginate__page{
  height: 4.4rem;
  width: 4.4rem;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  font-size: var(--body-font-size, 1.4rem);
  margin: 0 0.5rem;
  color: var(--color-link);
}
.jdgm-review-widget .jdgm-paginate .jdgm-paginate__page:hover,
.jdgm-review-widget .jdgm-paginate .jdgm-paginate__page.jdgm-curt{
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-bg-color);
  font-weight: normal;
  opacity: 1;
}
/* Start customer style */
.customer-forgot#recover {
  display: none;
}

.customer-forgot#recover:target {
  display: block;
}

.customer-forgot#recover:target + .customer-login {
  display: none;
}

.form-group textarea,
.form-group input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.subtext {
  margin-bottom: 1rem;
}

.subtext.mb-20 {
  margin-bottom: 2rem;
}

.bls__tab-header > div,
.bls-login-popup {
  display: none;
}

.bls__tab-header > div[aria-hidden='false'],
.bls-login-popup[aria-hidden='false'] {
  display: block;
}

label.form-label {
  color: var(--color-link);
}

.title-customer {
  --font-h3: 2.4rem;
  font-size: clamp(2rem, 3vw, var(--font-h3));
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
}

.forget-password,
.link-forgot {
  color: rgb(var(--base-color));
}

@media (min-width: 1024px) {
  [class*='customer-'] .row {
    --bs-gutter-x: 8rem;
  }
}
.open-drawer .bls__drawer.open {
  /* transform: translate(0); */
  opacity: 1;
  visibility: visible;
}
#search-form {
  z-index: 16;
}
.open-drawer .bls__drawer.open {
  --tw-translate-x: 0;
}
.open-drawer .bls__drawer.top.open {
  transform: translate(0);
}
.show-overlay::after {
  content: '';
  background: var(--show-overlay-bg, rgba(255, 255, 255, 0.9));
  opacity: 0;
  position: fixed;
  transition: var(--transition);
  visibility: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.mini_cart_addon_btn.show-overlay::after{
  display: block !important;
}
.open.show-overlay::after {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation__button.open.show-overlay::after {
  top: -100vh;
}
.toast {
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 999999;
  top: 3rem;
  right: 3rem;
  font-size: 17px;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  #toast-container .toast{
    white-space: normal;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
  }
  #toast-container .toast > div{
    font-size: calc(var(--body-font-size) - 1px);
  }
}
.show-tooltip {
  overflow: visible;
}
.show-tooltip:not(.reveal_on_scroll) .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}
body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.error-message a {
  color: red;
  text-decoration: none;
}
.icon_collection{
  --color-text: #111;
  color: var(--color-text);
}
.collection-item__wrapper:hover .collection-item__information .icon_collection{
  color: #fff;
  background-color: var(--btn-primary-hover-bg-color);
}
.cart-left .is-empty .cart__login-title{
  margin-block-start: calc(var(--size)* 1);
}
/* idea product */
.btn-idea:hover {
  transition: var(--transition);
  -webkit-transition: var(--transition);
}
.idea-product-list {
  --color-text: #444444;
  --color-heading: #111111;
  min-width: 390px;
  max-width: 100%;
  bottom: 3rem;
  left: 3rem;
  border-radius: var(--rounded-radius);
  top: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  transform: translateY(3rem);
}

.idea-product.active .idea-product-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.idea-product-list .close svg {
  color: var(--color-text);
}
@media (min-width: 1200px) {
  .products-idea-limit .idea-product-list {
    min-width: unset;
    right: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .idea-product-list {
    right: 2rem;
    left: 2rem;
    bottom: 2rem;
    min-width: auto;
  }
  .newsletter-form__field-wrapper .newsletter-form__button{
    --btn-padding-x: 3.5rem;
  }
}

@media (min-width: 768px) {
  .btn-idea {
    --btn-padding-x: 3rem;
  }
}
.idea-product .idea-product-list_header {
  padding: 0 2rem 1.7rem;
  margin-left: -2rem;
  margin-right: -2rem;
  line-height: 1;
}
.idea-product .close {
  transform: translateY(3px);
}
.idea-product .custom-scrollbar {
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-inline-end: 0.2rem;
}
.idea-product .idea-product-list .custom-scrollbar > div:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.idea-product .product-item__inner {
  max-width: 60px;
}
.idea-product .product-item__inner > a {
  border-radius: 5px;
}
.newsletter-form__field-wrapper .form-floating > label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024.98px) {
  .idea-product-list {
    padding: 1.5rem;
  }
  .idea-product .idea-product-list_header {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .idea-product .custom-scrollbar {
    max-height: 200px;
  }
  .outfit-timer countdown-timer {
    gap: 5px;
  }
  .outfit-timer .count-timer {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .outfit_idea .flex-cols > * {
    width: 100%;
  }
  .idea-product .view_idea_product {
    right: 0;
    margin: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .newsletter-inner{
    display: grid;
    justify-content: stretch;
  }
}
@media (max-width: 479px) {
 .announcement__bar-message{
    flex-direction: column;
    align-items: center;
 }
 .newsletter-inner .newsletter-form__field-wrapper > div{
    display: grid;
    justify-content: stretch;
  }
}
.view_idea_product {
  transition: opacity 0.5s ease-in;
  width: max-content;
}
/* testimonial products style */

.testimonials_design-morden .testimonial_wraper {
  border: 0;
}
.testimonials_design-morden slide-section {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
.testimonials_design-morden .testimonial_info {
  width: 650px;
  max-width: 100%;
  margin: auto;
}
.testimonials_design-morden .testimonial_info .testimonials-quote {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.41;
  color: var(--color-heading);
}
.testimonials_design-morden .testimonial_info > div {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .testimonials_design-morden .testimonial_info .testimonials-quote {
    font-size: 2.4rem;
  }
}
/* testimonial style */
.testimonials_morden slide-section {
  width: 1030px;
  max-width: 100%;
  margin: auto;
}
.testimonials_morden .testimonials-quote {
  font-family: var(--heading-font);
  color: var(--color-heading);
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.testimonials_morden .rate-info {
  display: flex;
  flex-direction: column-reverse;
}
.testimonials_morden .testimonial_wraper {
  gap: 0;
}
.testimonials_morden .testimonials-rating {
  margin: 0 0 5px;
}
.testimonials_morden .testimonials-group {
  margin: 0;
}
.testimonials_morden .author-infor {
  gap: 5px;
}
.testimonials_morden .icon-quote {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .testimonials_morden .testimonials-quote {
    font-size: 2rem;
  }
}

/* products-grid banner */
.product-grid__banner-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
}
.banner-content-inner {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .product-grid__banner-content [class*='btn-'] {
    --btn-padding-x: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .product-grid__banner-content .sec__content-heading {
    font-size: 4rem;
  }
}

/* comparison-slider */
.sec__image-comparison-slider .img-container .align-self-start {
  align-self: unset;
  display: flex;
  flex-direction: column;
}
.sec__image-comparison-slider
  .img-container
  .align-self-start
  .testimonial-product_comparison {
  margin-top: auto;
}
.sec__image-comparison-slider
  .testimonial-product_comparison
  .product-item__wrapper {
  background-color: var(--grey-color);
  border-radius: var(--rounded-radius);
  overflow: hidden;
}
.sec__image-comparison-slider .testimonial-product_comparison .product__media {
  border-radius: 0;
  aspect-ratio: 3/4 !important;
}
@media (min-width: 992px) {
  .sec__image-comparison-slider .col-md-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }
}
@media (max-width: 991.98px) {
  .sec__image-comparison-slider .col-md-w-custom {
    flex: 0 0 auto;
    width: 100%;
  }
}

#predictive-search.loading > :not(.search__loading-state) {
  display: none !important;
}
div#quick-search:has(+ div.loading) {
  display: none !important;
}

#predictive-search.loading + .search__loading-state {
  display: block !important;
}

.preload-screen-loading-bar {
  width: 13rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  display: block;
}
.preload-screen-loading-bar::after {
  content: '';
  height: 100%;
  width: 6.8rem;
  position: absolute;
  transform: translate(-3.4rem);
  background-color: #212326;
  border-radius: 0.2rem;
  animation: initial-loading 1s ease infinite;
}
@keyframes initial-loading {
  0% {
    transform: translate(-6.8rem);
  }
  100% {
    transform: translate(13rem);
  }
}
@keyframes pageTransitionSpinner {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.preload-screen-spinner {
  --loading-size: 80px;
  --loading-color: #bbbbbb;
  animation: pageTransitionSpinner 1.5s linear infinite;
  width: var(--loading-size);
  height: var(--loading-size);
  border-radius: 50%;
  box-shadow: 0 2px 0 0 var(--loading-color);
  transform-origin: calc(var(--loading-size) / 2)
    calc(var(--loading-size) / 2 + 1px);
}
.icon-rotator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-dark);
  border-left-color: transparent;
  border-radius: 50%;
  display: none;
  animation: spinicon 0.5s linear infinite;
}
@keyframes spinicon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cart-discount-remove.loading .icon-rotator,
cart-remove-button.loading .icon-rotator,
minicart-wishlist-action.loading .icon-rotator,
mini-cart-remove-button.loading .icon-rotator {
  display: block;
  opacity: 1 !important;
}

minicart-wishlist-action.loading a,
cart-remove-button.loading .remove-icon,
mini-cart-remove-button.loading .remove-icon {
  opacity: 0 !important;
}

.idea-product .product-item__wrapper{
   display: flex;
}
.product-item__wrapper.flex{
  display: flex;
}
/* icon box */
.show-background{
  background: var(--background-color);
  padding: 1.5rem;
  border-radius: var(--rounded-radius);
}
.sec__icon-box-inner .border.radius-5{
  border-radius: 100px;
  padding-left: 30px;
  border: 0;
}
.sec__icon-box-item .sec__icon-box-content-des a,
.sec__icon-box-item .rich__text-m0 p:only-child{
  text-decoration: none;
}
.sec__icon-box-content-icon svg{
  color: var(--color-heading);
}
/* collection overview */
.wrapper-content-item.show-image{
  gap: 10px;
  margin-bottom: 3rem;
}
.wrapper-content-item.show-image .sec__content-heading{
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 1.5rem 0 0;
}
.show-image .sec__content-overview  img{
  height: 100%;
  object-fit: cover;
}
.show-image .w-custom{
  max-width: 100%;
}
@media (min-width: 1200px) {
  .wrapper-content-item.show-image{
    padding: 0 25px;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .sec__collection-overview .section__block-inner{
    display: grid;
  }
}
@media (max-width: 478.98px) {
  .wrapper-content-item.show-image{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.cart-discount__item {
  padding: 0.9rem;
  background-color: hsl(0, 0%, 90%);
  border-radius: var(--btn-radius);
}

@media (min-width: 768px) {
  .main-product {
    direction: ltr !important; /* Force LTR layout */
    flex-direction: row !important;
  }

  .product-detail__media {
    order: 0 !important; /* Image on left */
  }

  .product-detail__information {
    order: 1 !important; /* Details on right */
  }

  /* Optional: Keep text RTL inside */
  .product-detail__information * {
    direction: rtl;
  }
}/* Utility classes for visibility */
.only-mobile{ display:block; }
.only-desktop{ display:block; }

@media (max-width: 749px){
  .only-desktop{ display:none !important; }
}
@media (min-width: 750px){
  .only-mobile{ display:none !important; }
}
.footer-block.w-full.col-md-w-custom-50.col-md-w-custom.pb-30.border-bottom.border-bottom-md-0.store_info {
  display: none;
}
/* --- Hebrew fallback (למקרה ש-Sofia Pro לא כולל עברית) --- */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');

/* --- קביעת משתנים גלובליים (לתמות שמשתמשות ב-CSS variables) --- */
:root{
  --font-body-family: 'Sofia Pro','Heebo',sans-serif;
  --font-heading-family: 'Sofia Pro','Heebo',sans-serif;
  --font-body-weight: 400;
  --font-heading-weight: 700;
}

/* --- כפיית הפונט על כל האתר --- */
html, body,
.page, .shopify-section, .section, .container {
  font-family: var(--font-body-family) !important;
  font-weight: var(--font-body-weight);
}

/* כותרות */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  font-family: var(--font-heading-family) !important;
  font-weight: var(--font-heading-weight);
}

/* לגרום לצאצאים לרשת את הפונט ולא לדרוס אותו עם כללים קודמים */


/* גוף האתר */
html, body{
  font-family: var(--font-family) !important;
  font-weight: var(--fw-regular);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  color: var(--c-text);
}

/* כותרות */
h1, .h1{
  font-family: var(--font-family) !important;
  font-weight: var(--fw-semi);
  font-size: var(--fs-h1);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-h1);
  margin: 0.5em 0 0.35em;
}
h2, .h2{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h2);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-h2);
  margin: 0.6em 0 0.4em;
}
h3, .h3{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-h3);
  margin: 0.6em 0 0.35em;
}
h4, h5, h6{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-h4);
  margin: 0.6em 0 0.35em;
}

/* ===== Feeling Home – Category Titles refined with hover and image effect ===== */
.otsb_ic_title {
  font-size: clamp(17px, 2.2vw, 26px) !important; /* 17px במובייל, עד 26px בדסקטופ */
  line-height: 1.3 !important;
  font-weight: 500 !important; /* עדין יותר */
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.9) !important; /* לבן רך (90% שקיפות) */
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);    /* צל עדין לשיפור קריאות */
  transition: color 0.3s ease;                /* מעבר חלק בצבע */
}

/* במסכים קטנים במיוחד */
@media (max-width: 480px){
  .otsb_ic_title {
    font-size: 17px !important; /* לא קטן מדי במובייל */
  }
}

/* אפקט hover – טקסט הופך ללבן מלא */
.otsb_ic_title:hover {
  color: rgba(255, 255, 255, 1) !important;
}

/* ===== אפקט hover לתמונה של הקטגוריה ===== */
.collection__item {
  position: relative;
  overflow: hidden;
}

.collection__item img {
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* כשהעכבר מעל: התמונה מתכהה טיפה ומתרחבת בעדינות */
.collection__item:hover img {
  filter: brightness(80%);
  transform: scale(1.05);
}
/* ===== Feeling Home – Desktop Categories (feeling home style) ===== */

/* סקשן זה מוצג בדסקטופ בלבד (האלמנט עם המחלקה fh-desktop-only מגיע מהסקשן החדש) */
.fh-desktop-only { display: none; }
@media (min-width: 1024px){
  .fh-desktop-only { display: block; }
}

/* מיכל ברוחב נקי (משתמש ב-page width אם קיים בתמה) */
.fh-container{
  max-width: var(--page-width, 1200px);
  margin-inline: auto;
  padding-inline: 16px;
}

/* כותרת סקשן */
.fh-catgrid__header{ text-align: center; margin: 10px 0 22px; }
.fh-catgrid__title{
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 600;
  color: var(--c-text, #2e2e2e);
  letter-spacing: .2px;
  margin: 0;
}
.fh-catgrid__subtitle{
  font-size: clamp(13px, 1.1vw, 16px);
  color: var(--c-text-dim, #555);
  margin: 6px 0 0;
}

/* גריד: 4 טורים בדסקטופ עם מרווחים נדיבים */
.fh-catgrid__grid{
  display: grid;
  gap: 26px;                         /* הגדל/הקטן רווח בין אריחים */
  grid-template-columns: repeat(4, 1fr);
}

/* כרטיס קטגוריה */
.fh-catgrid__item{ text-decoration: none; }
.fh-catgrid__media{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f3f3;
  aspect-ratio: 3 / 4;               /* יחס תמונה פורטרייט נקי */
  isolation: isolate;
}

.fh-catgrid__media img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}

/* תגית לבנה ממורכזת בתחתית */
.fh-catgrid__label {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 18px;
  margin: 0;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 16px;
  max-width: min(90%, 420px);

  color: #2e2e2e;        /* טקסט כהה שיישאר קריא */
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);  /* צל עדין יותר */
  z-index: 2;
  transition: transform .25s ease, box-shadow .25s ease;
}
/* Hover – זום קל והרמת התגית (דסקטופ בלבד) */
@media (hover:hover){
  .fh-catgrid__item:hover .fh-catgrid__media img{ transform: scale(1.03); }
  .fh-catgrid__item:hover .fh-catgrid__label{
    transform: translateX(-50%) translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,.16);
  }
}

/* Placeholder אם אין תמונה */
.fh-catgrid__ph{
  width:100%; height:100%;
  background: linear-gradient(135deg, #eee, #cddec3);
}

/* אופציונלי: הסתר את הסקשן הישן בדסקטופ אם נתת לו מחלקה fh-mobile-only */
.fh-mobile-only { display: block; }
@media (min-width: 1024px){
  .fh-mobile-only { display: none; } /* הישן נשאר רק למובייל */
}
/* ======================= FEELING HOME – CLEAN OVERRIDES ======================= */
/* ================ 1) FONTS ================ */
@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Regular_Az.woff2?v=1757577398') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Medium_Az.woff2?v=1757577398') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Semi_Bold_Az.woff2?v=1757577398') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('/cdn/shop/files/Sofia_Pro_Bold_Az.woff2?v=1757577398') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
/* Hebrew fallback */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&display=swap');


/* ================ 3) TYPOGRAPHY SYSTEM ================ */
:root{
  --font-family: 'Sofia Pro','Heebo',sans-serif;
  --fw-regular: 400; --fw-medium: 500; --fw-semi: 600; --fw-bold: 700;
  --fs-body: clamp(14px, 13px + 0.3vw, 16px);
  --fs-small: clamp(12px, 11px + 0.25vw, 14px);
  --fs-h1: clamp(26px, 22px + 2.2vw, 40px);
  --fs-h2: clamp(22px, 18px + 1.6vw, 32px);
  --fs-h3: clamp(18px, 16px + 1.0vw, 26px);
  --fs-h4: clamp(16px, 15px + 0.6vw, 22px);
  --lh-body: 1.6; --lh-heading: 1.28;
  --ls-body: 0.2px; --ls-h1: -0.2px; --ls-h2: -0.1px; --ls-h3: 0; --ls-h4: 0.1px;
}

html, body{
  font-family: var(--font-family) !important;
  font-weight: var(--fw-regular);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  color: var(--c-text);
}

h1, .h1{
  font-family: var(--font-family) !important;
  font-weight: var(--fw-semi);
  font-size: var(--fs-h1); line-height: var(--lh-heading); letter-spacing: var(--ls-h1);
  margin: 0.5em 0 0.35em;
}
h2, .h2{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h2); line-height: var(--lh-heading); letter-spacing: var(--ls-h2);
  margin: 0.6em 0 0.4em;
}
h3, .h3{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h3); line-height: var(--lh-heading); letter-spacing: var(--ls-h3);
  margin: 0.6em 0 0.35em;
}
h4, h5, h6{
  font-weight: var(--fw-medium);
  font-size: var(--fs-h4); line-height: var(--lh-heading); letter-spacing: var(--ls-h4);
  margin: 0.6em 0 0.35em;
}

nav, .menu a, .site-nav a, .button, button, input[type="submit"]{
  font-family: var(--font-family) !important;
  font-weight: var(--fw-medium);
  font-size: var(--fs-small);
  letter-spacing: 0.3px;
  text-transform: none;
}

/* מובייל קטן – ריכוך קל */
@media (max-width: 480px){
  :root{ --lh-body: 1.68; }
  h1,.h1{ letter-spacing: -0.1px; }
  nav, .menu a, .button, button{ letter-spacing: 0.25px; }
}

/* ================ 4) GLOBAL COLORS HOOKS ================ */
body{ background-color: var(--c-bg); }
.section, .card, .shopify-section{ background-color: var(--c-surface); }

a{ color: var(--c-accent); text-decoration: none; }
a:hover{ color: var(--c-accent-hover); text-decoration: underline; }

.price, .product__price, .price-item{ color: var(--c-accent-strong); font-weight: 600; }

.badge, .badge--sale, .price__badge-sale{ background: var(--c-secondary); color: #fff; }
.badge--new, .tag--soft{ background: var(--c-accent-soft); color: var(--c-accent-strong); }

.button, .btn, .add-to-cart, button[type="submit"]{
  background-color: var(--c-accent-strong); color:#fff; border:0; border-radius:4px;
  padding:12px 20px; font-weight:500; letter-spacing:.5px; text-transform:uppercase;
  transition: background .25s ease;
}
.button:hover, .btn:hover, .add-to-cart:hover{ background-color: var(--c-accent-hover); }

.hr, hr, .divider{ border-color: var(--c-border); }

/* ================ 5) HEADER (עדין) ================ */
.site-header, .header, .header-wrapper, .shopify-section-header{
  position: sticky; top:0; z-index:50; background: var(--c-surface);
  border-bottom:1px solid var(--c-border);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.is-home .site-header, .is-home .header, .is-home .header-wrapper, .is-home .shopify-section-header{
  background: transparent; border-color: transparent; box-shadow: none;
}
.header--scrolled .site-header, .header--scrolled .header, .header--scrolled .header-wrapper, .header--scrolled .shopify-section-header{
  background: var(--c-surface); border-color: var(--c-border); box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

/* ================ 6) CATEGORY TITLES (הסקשן הישן במובייל) ================ */
.otsb_ic_title{
  font-size: clamp(17px, 2.2vw, 26px) !important;
  line-height: 1.3 !important; font-weight: 500 !important; letter-spacing: .5px;
  color: rgba(255,255,255,.9) !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.25);
  transition: color .3s ease;
}
.otsb_ic_title:hover{ color:#fff !important; }
.collection__item{ position: relative; overflow: hidden; }
.collection__item img{ transition: transform .5s ease, filter .5s ease; }
.collection__item:hover img{ filter: brightness(80%); transform: scale(1.05); }

/* ================ 7) NEW DESKTOP CATEGORIES SECTION ================ */
/* מציג בדסקטופ בלבד */
.fh-desktop-only{ display:none; }
@media (min-width:1024px){ .fh-desktop-only{ display:block; } }

/* מיכל ורוחב דף */
.fh-container{ max-width: var(--page-width, 1200px); margin-inline:auto; padding-inline:16px; }

/* כותרות סקשן */
.fh-catgrid__header{ text-align:center; margin:10px 0 22px; }
.fh-catgrid__title{
  font-size: clamp(22px, 2.2vw, 34px); font-weight:600; color: var(--c-text); letter-spacing:.2px; margin:0;
}
.fh-catgrid__subtitle{ font-size: clamp(13px,1.1vw,16px); color: var(--c-text-dim); margin:6px 0 0; }

/* גריד – 4 טורים */
.fh-catgrid__grid{ display:grid; gap:26px; grid-template-columns: repeat(4,1fr); }

/* כרטיס */
.fh-catgrid__item{ text-decoration:none; }
.fh-catgrid__media{
  position: relative; border-radius:14px; overflow:hidden; background:#f3f3f3;
  aspect-ratio: 3 / 4; isolation:isolate;
}
.fh-catgrid__media img{ width:100%; height:100%; object-fit:cover; transition: transform .4s ease; }

/* תגית ממותגת בתחתית */
.fh-catgrid__label{
  position:absolute; left:50%; transform:translateX(-50%); bottom:18px;
  margin:0; display:inline-flex; align-items:center; justify-content:center;
  padding:9px 16px; max-width:min(90%,420px);
  font-size:14px; font-weight:500; letter-spacing:.3px; line-height:1;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  z-index:2; transition: transform .25s ease, box-shadow .25s ease;
}
@media (hover:hover){
  .fh-catgrid__item:hover .fh-catgrid__media img{ transform: scale(1.03); }
  .fh-catgrid__item:hover .fh-catgrid__label{ transform: translateX(-50%) translateY(-1px); box-shadow: 0 14px 28px rgba(0,0,0,.16); }
}

/* Placeholder אם אין תמונה */
.fh-catgrid__ph{ width:100%; height:100%; background: linear-gradient(135deg,#eee,#9ab38b); }

/* אופציונלי: השארת הסקשן הישן למובייל בלבד אם הוספת לו מחלקה fh-mobile-only */
.fh-mobile-only{ display:block; }
@media (min-width:1024px){ .fh-mobile-only{ display:none; } }

/* ======================= END – FEELING HOME OVERRIDES ======================= */
/* ===== FH Categories – center + full width + bigger tiles ===== */

/* עוטף הסקשן שלנו (כפי שהוגדר בליקוויד: .fh-catgrid) */
.fh-catgrid .fh-catgrid__header{
  display: flex;
  flex-direction: column;
  align-items: center;          /* מרכז אופקי */
  gap: 6px;
  text-align: center !important;
}
.fh-catgrid .fh-catgrid__title,
.fh-catgrid .fh-catgrid__subtitle{
  text-align: center !important;
  margin-inline: auto !important;
}

/* רוחב מלא של הסקשן (עוקף את ה-max-width הישן) */
.fh-catgrid .fh-container{
  max-width: none !important;   /* FULL WIDTH */
  width: 100% !important;
  padding-inline: clamp(12px, 4vw, 48px); /* מרווחים נעימים בקצוות */
}

/* גריד גדול ובריא */
.fh-catgrid__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 בטור בדסקטופ */
  gap: clamp(16px, 2.4vw, 28px);
  align-items: stretch;
}
@media (max-width: 1200px){
  .fh-catgrid__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px){
  .fh-catgrid__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px){
  .fh-catgrid__grid{ grid-template-columns: 1fr; }
}

/* הגדלת האריחים עצמם – גובה נאה שמתאזן לפי רוחב המסך */
.fh-catgrid__media{
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 5;                                 /* יחס יפה לפורטרייט */
  min-height: clamp(220px, 28vw, 420px);               /* מרגיש גדול יותר */
}

/* תמונה מכסה בצורה נקייה */
.fh-catgrid__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* תגית */
.fh-catgrid__label{
  bottom: 18px;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 999px;
}
/* ===== Tighten product page spacing on desktop ===== */
@media (min-width: 1025px){
  /* מיקסום רוחב, פחות “אוויר” */
  .container, .page-width, .shopify-section .container{
    max-width: 1200px;
  }

  /* פחות רווח אנכי בין סקשנים בדף מוצר */
  .product, .product-template, .product-page,
  .shopify-section, .section {
    --fh-space: 22px;
    padding-top: var(--fh-space);
    padding-bottom: var(--fh-space);
  }

  /* כותרת מוצר קצת קטנה יותר */
  .product h1, .product .product__title {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.25;
    margin-bottom: 10px;
  }

  /* סרגל האייקונים (Secure / Shipping / Warranty) – ריווח עדין */
  .product .icons, .product .features, .policy-items, .feature-bar {
    padding: 8px 0;
    gap: 12px;
  }
  .policy-items .item, .feature-bar .item { gap: 8px; }

  /* אקורדיונים: כותרות ותוכן קומפקטיים */
  details, .accordion, .collapsible-content { margin: 6px 0; }
  .accordion summary, details > summary {
    padding: 10px 0;
    font-size: 16px;
  }
  .accordion__content, details .content {
    padding: 8px 0 14px;
  }

  /* שורת כמות+כפתור – פחות רווח */
  .product form, .product .product-form, .quantity__wrapper {
    gap: 10px;
  }
}
/* === התאמות להירו בדף הבית === */

/* הורדת הטקסט למטה */
.hero__text, 
.hero__content, 
.hero__inner {
  margin-top: 120px !important;   /* תוכל לשחק עם הערך (px) */
  position: relative;
  z-index: 2;
}

/* עיצוב כותרת (Heading) */
.hero__heading, 
.hero__title, 
.hero__heading h1 {
  font-family: 'Allura', 'Great Vibes', cursive !important;
  font-size: 64px !important;   /* שנה לפי מה שמתאים לעיצוב */
  line-height: 1.2;
  font-weight: 400;
  color: #2E2E2E;               /* תוכל לשנות צבע לפי מיתוג */
}

/* לוודא שגם במובייל זה לא ייראה עצום מדי */
@media (max-width: 768px) {
  .hero__heading, 
  .hero__title, 
  .hero__heading h1 {
    font-size: 42px !important;
  }
  .hero__text, 
  .hero__content, 
  .hero__inner {
    margin-top: 60px !important;
  }
}
/* === HERO HEADING + OFFSET (כלול דף הבית) === */

/* קובעים משתנה עם הפונט הסקריפטי */
:root{ --fh-hero-script: 'Allura','Great Vibes',cursive; }

/* מחילים את הפונט על כותרות ההירו בתמות נפוצות */
.template-index .hero__heading,
.template-index .slideshow__heading,
.template-index .banner__heading,
.template-index .image-banner .heading,
.template-index .slideshow .heading,
.template-index .hero .heading,
.template-index .shopify-section .sec__content-heading,
.template-index .hero h1,
.template-index .slideshow h1,
.template-index .image-banner h1{
  font-family: var(--fh-hero-script) !important;
  font-weight: 400 !important;
  font-size: clamp(36px, 6vw, 72px) !important;
  line-height: 1.2;
}

/* מורידים את הבלוק הטקסטואלי למטה */
.template-index .hero__content,
.template-index .hero__text,
.template-index .slideshow__text,
.template-index .banner__content,
.template-index .image-banner .content{
  margin-top: clamp(40px, 12vh, 160px) !important;
  position: relative;
  z-index: 2;
}

/* התאמות מובייל */
@media (max-width: 768px){
  .template-index .hero__heading,
  .template-index .slideshow__heading,
  .template-index .banner__heading,
  .template-index .hero h1,
  .template-index .slideshow h1,
  .template-index .image-banner h1{
    font-size: clamp(28px, 8vw, 42px) !important;
  }
  .template-index .hero__content,
  .template-index .hero__text,
  .template-index .slideshow__text,
  .template-index .banner__content,
  .template-index .image-banner .content{
    margin-top: clamp(24px, 8vh, 80px) !important;
  }
}
.sec_content h1 {
  font-family: 'Allura', 'Great Vibes', cursive !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
/* ====== Feeling Home – Hero typography & layout ====== */
.slideshow .sec__content h1,
.slideshow .sec__content .sec__content-heading,
.slideshow .sec__content .banner__heading {
  font-family: 'Allura', 'Great Vibes', 'Sofia Pro', 'Heebo', cursive !important;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-size: clamp(36px, 6vw, 84px);
}

.slideshow .sec__content p,
.slideshow .sec__content .sec__subheading,
.slideshow .sec__content .rte p {
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 1.5;
  margin-top: 10px;
}

.slideshow .sec__content {
  margin-top: clamp(60px, 18vh, 240px);
  text-align: center;
  align-items: center;
}

.slideshow .sec__content * {
  text-shadow: 0 2px 10px rgba(0,0,0,.18);
}

@media (max-width: 749px){
  .slideshow .sec__content { margin-top: clamp(30px, 10vh, 120px); }
}
/* ===== Hero title (homepage only) ===== */

/* משפיע רק על הסקשן הראשון בדף הבית (ההירו) */
.template-index .shopify-section:first-of-type
  .sec__content-heading,
.template-index .shopify-section:first-of-type
  .slideshow__heading,
.template-index .shopify-section:first-of-type
  .banner__heading,
.template-index .shopify-section:first-of-type
  .banner__content .sec__content-heading {
  font-family: 'Allura', 'Great Vibes', cursive !important;
  font-weight: 400 !important;
  font-size: clamp(42px, 6vw, 82px) !important; /* גודל גמיש */
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* להוריד את הטקסט מעט למטה */
.template-index .shopify-section:first-of-type .banner__content,
.template-index .shopify-section:first-of-type .sec__content,
.template-index .shopify-section:first-of-type .slideshow__text-wrap {
  padding-top: clamp(60px, 10vw, 140px) !important;
}

/* אם התמונה כהה – הפוך ללבן */
.template-index .shopify-section:first-of-type
  .sec__content-heading.is-light { color: #fff !important; }
  /* ===== Force script font on the FIRST section (hero) of the homepage ===== */
:root{
  --hero-script-font: 'Allura', 'Great Vibes', cursive;
}

/* כותרת ההירו – נשתמש במגוון סלקטורים חזקים */
.template-index .shopify-section:first-of-type h1,
.template-index .shopify-section:first-of-type .h1,
.template-index .shopify-section:first-of-type [class*="__heading"],
.template-index .shopify-section:first-of-type [class*="heading"],
/* תבניות נפוצות של באנר/סלייד */
.template-index .shopify-section:first-of-type .banner__heading,
.template-index .shopify-section:first-of-type .slideshow__heading,
.template-index .shopify-section:first-of-type .sec__content-heading {
  font-family: var(--hero-script-font) !important;
  font-weight: 400 !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* אם הכותרת עטופה ב-spans (ספרייטינג/אנימציה) – תורש את הפונט */
.template-index .shopify-section:first-of-type [class*="heading"] span,
.template-index .shopify-section:first-of-type [class*="heading"] strong,
.template-index .shopify-section:first-of-type [class*="heading"] em {
  font-family: inherit !important;
  font-weight: inherit !important;
}

/* הורדת הבלוק של הטקסט עוד קצת למטה */
.template-index .shopify-section:first-of-type .banner__content,
.template-index .shopify-section:first-of-type .sec__content,
.template-index .shopify-section:first-of-type .slideshow__text-wrap,
.template-index .shopify-section:first-of-type [class*="content"] {
  padding-top: clamp(60px, 10vw, 140px) !important;
}
/* ===== Force script font on the FIRST section (hero) of the homepage ===== */
:root{
  --hero-script-font: 'Allura', 'Great Vibes', cursive;
}

/* כותרת ההירו – נשתמש במגוון סלקטורים חזקים */
.template-index .shopify-section:first-of-type h1,
.template-index .shopify-section:first-of-type .h1,
.template-index .shopify-section:first-of-type [class*="__heading"],
.template-index .shopify-section:first-of-type [class*="heading"],
/* תבניות נפוצות של באנר/סלייד */
.template-index .shopify-section:first-of-type .banner__heading,
.template-index .shopify-section:first-of-type .slideshow__heading,
.template-index .shopify-section:first-of-type .sec__content-heading {
  font-family: var(--hero-script-font) !important;
  font-weight: 400 !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* אם הכותרת עטופה ב-spans (ספרייטינג/אנימציה) – תורש את הפונט */
.template-index .shopify-section:first-of-type [class*="heading"] span,
.template-index .shopify-section:first-of-type [class*="heading"] strong,
.template-index .shopify-section:first-of-type [class*="heading"] em {
  font-family: inherit !important;
  font-weight: inherit !important;
}

/* הורדת הבלוק של הטקסט עוד קצת למטה */
.template-index .shopify-section:first-of-type .banner__content,
.template-index .shopify-section:first-of-type .sec__content,
.template-index .shopify-section:first-of-type .slideshow__text-wrap,
.template-index .shopify-section:first-of-type [class*="content"] {
  padding-top: clamp(60px, 10vw, 140px) !important;
}
/* Hide the OTSB categories section on DESKTOP only */
@media (min-width: 1025px) {
  /* 1) ה-ID המדויק מהצילום שלך */
  #shopify-section-template--19906949480705__otsb_images_collection_1_3U9Lj9 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* 2) גיבוי: כל סקשן עם otsb_images_collection בשם ה-ID */
  section[id*="otsb_images_collection"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Outfit idea – שמירה על פריט אחד ממורכז */
#shopify-section-template--19906949480705__outfit_idea_wGzkBi {
  --outfit-max: 900px;
}
#shopify-section-template--19906949480705__outfit_idea_wGzkBi img{
  width:100%!important; height:auto!important; display:block!important;
}
#shopify-section-template--19906949480705__outfit_idea_wGzkBi .center-one{
  max-width: var(--outfit-max);
  width: 100%;
  margin: 0 auto;
}
/* === Add-to-Cart: עיצוב עגול + אפקטים עדינים בכל האתר === */
:root{
  --btn-pill-radius: 999px;
  --btn-pad-y: 14px;
  --btn-pad-x: 26px;
  --btn-weight: 600;

  /* משתמש בצבעי הפלטה שלך */
  --btn-bg: var(--c-accent-strong);
  --btn-bg-hover: var(--c-accent-hover);
  --btn-text: #fff;

  /* צללים רכים */
  --btn-shadow: 0 6px 16px rgba(0,0,0,.10);
  --btn-shadow-hover: 0 10px 24px rgba(0,0,0,.14);
  --btn-shadow-active: 0 4px 10px rgba(0,0,0,.10);
}

/* כפתורי הוספה לעגלה – רוב התמות של Shopify */
.button, .btn, .add-to-cart, button[type="submit"],
.product-form__submit, .quick-add__submit,
.card__add-to-cart, .product__add-to-cart,
.shopify-payment-button__button--unbranded {
  border-radius: var(--btn-pill-radius) !important;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-weight: var(--btn-weight);
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 0;
  box-shadow: var(--btn-shadow);
  transform: translateZ(0);
  transition: background-color .2s ease, box-shadow .2s ease, transform .15s ease, opacity .2s ease;
  letter-spacing: .3px;
}

/* הובר – הרמה עדינה + צבע היילייט */
.button:hover, .btn:hover, .add-to-cart:hover,
.product-form__submit:hover, .quick-add__submit:hover,
.card__add-to-cart:hover, .product__add-to-cart:hover,
.shopify-payment-button__button--unbranded:hover {
  background: var(--btn-bg-hover);
  box-shadow: var(--btn-shadow-hover);
  transform: translateY(-1px);
  text-decoration: none;
}

/* לחיצה */
.button:active, .btn:active, .add-to-cart:active,
.product-form__submit:active, .quick-add__submit:active,
.card__add-to-cart:active, .product__add-to-cart:active,
.shopify-payment-button__button--unbranded:active {
  transform: translateY(0);
  box-shadow: var(--btn-shadow-active);
}

/* נגישות: פוקוס ברור במקלדת */
.button:focus-visible, .btn:focus-visible, .add-to-cart:focus-visible,
.product-form__submit:focus-visible, .quick-add__submit:focus-visible,
.card__add-to-cart:focus-visible, .product__add-to-cart:focus-visible,
.shopify-payment-button__button--unbranded:focus-visible {
  outline: 3px solid var(--c-accent-soft);
  outline-offset: 2px;
}

/* מצב כבוי/טעינה */
.button[disabled], .btn[disabled], .add-to-cart[disabled],
.product-form__submit[disabled], .quick-add__submit[disabled],
.card__add-to-cart[disabled], .product__add-to-cart[disabled],
.shopify-payment-button__button--unbranded[disabled],
.button.loading, .btn.loading {
  opacity: .6;
  pointer-events: none;
}
/* === Add-to-Cart: ניגודיות חובה + עיצוב פיל === */
.button, .btn, .add-to-cart, button[type="submit"],
.product-form__submit, .quick-add__submit,
.card__add-to-cart, .product__add-to-cart,
.shopify-payment-button__button--unbranded {
  background: var(--c-accent-strong) !important;  /* צבע מלא, לא לבן */
  color: #ffffff !important;                      /* טקסט לבן קריא */
  border: 1px solid rgba(0,0,0,.06) !important;   /* מסגרת עדינה להפרדה מהרקע */
  border-radius: 999px !important;                /* פינות עגולות מאוד */
  box-shadow: 0 6px 16px rgba(0,0,0,.10);
  padding: 14px 26px;
  font-weight: 600;
  letter-spacing: .3px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.button:hover, .btn:hover, .add-to-cart:hover,
.product-form__submit:hover, .quick-add__submit:hover,
.card__add-to-cart:hover, .product__add-to-cart:hover,
.shopify-payment-button__button--unbranded:hover {
  background: var(--c-accent-hover) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  transform: translateY(-1px);
}

/* מצב כבוי/טעינה – עדיין קריא */
.button[disabled], .btn[disabled], .add-to-cart[disabled],
.product-form__submit[disabled], .quick-add__submit[disabled],
.card__add-to-cart[disabled], .product__add-to-cart[disabled],
.shopify-payment-button__button--unbranded[disabled] {
  background: var(--c-accent-strong) !important;
  color: #ffffff !important;
  opacity: .55;
  box-shadow: none;
  transform: none;
}
:root{
  /* תבחר אחת מהשורות כאן ותשאיר רק אותה */
  /* --c-accent-strong: #D8A39D;   Blush Nude */
  /* --c-accent-hover:  #C1837C; */
  --c-accent: var(--c-accent-strong);
}

.button, .btn, .add-to-cart, button[type="submit"],
.product-form__submit, .quick-add__submit,
.card__add-to-cart, .product__add-to-cart,
.shopify-payment-button__button--unbranded {
  background: var(--c-accent-strong) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 26px;
  font-weight: 600;
  letter-spacing: .3px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .15s ease;
}
.button:hover, .btn:hover, .add-to-cart:hover,
.product-form__submit:hover, .quick-add__submit:hover,
.card__add-to-cart:hover, .product__add-to-cart:hover,
.shopify-payment-button__button--unbranded:hover {
  background: var(--c-accent-hover) !important;
  transform: translateY(-1px);
}
/* === HERO – בהירות/ניגודיות/גדלים (עמוד הבית, ההירו הראשון) === */
.template-index .shopify-section:first-of-type{position:relative; z-index:1}

/* שכבת כהות עדינה מעל התמונה */
.template-index .shopify-section:first-of-type::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient( to bottom, rgba(0,0,0,.28), rgba(0,0,0,.22) 35%, rgba(0,0,0,.18) );
  pointer-events:none;
  z-index:0;
}

/* קונטיינר הטקסט – שיישב מעל השכבה */
.template-index .shopify-section:first-of-type .banner__content,
.template-index .shopify-section:first-of-type .slideshow__text-wrapper,
.template-index .shopify-section:first-of-type .slideshow__text-content{
  position:relative; z-index:2;
}

/* כותרת מותג – Allura/Great Vibes (אם טעונים), גדלה ועם הדגשה */
.template-index .shopify-section:first-of-type .slideshow__heading,
.template-index .shopify-section:first-of-type .banner__heading,
.template-index .shopify-section:first-of-type h1{
  font-family: 'Allura','Great Vibes','Sofia Pro','Heebo',sans-serif !important;
  font-size: clamp(48px, 9vw, 140px) !important;   /* גדול יותר בדסקטופ, נוח במובייל */
  line-height: 1.05 !important;
  color:#fff !important;
  text-align:center !important;

  /* חידוד על רקע בהיר */
  text-shadow:
    0 10px 30px rgba(0,0,0,.35),
    0 4px 12px rgba(0,0,0,.35),
    0 1px 0 rgba(0,0,0,.25);
  -webkit-text-stroke: 0.4px rgba(0,0,0,.18);
}

/* תיאור/תת-כותרת – גדול וקריא יותר */
.template-index .shopify-section:first-of-type .slideshow__subheading,
.template-index .shopify-section:first-of-type .banner__subheading,
.template-index .shopify-section:first-of-type h2{
  font-size: clamp(18px, 2.6vw, 34px) !important;
  line-height: 1.35 !important;
  color:#fff !important;
  text-align:center !important;
  text-shadow:
    0 6px 20px rgba(0,0,0,.35),
    0 2px 8px rgba(0,0,0,.35);
}

/* כפתור – ניגודיות גבוהה על גבי הווידאו/תמונה */
.template-index .shopify-section:first-of-type .button,
.template-index .shopify-section:first-of-type .btn,
.template-index .shopify-section:first-of-type a.button{
  background: rgba(255,255,255,.92) !important;
  color: #2e2e2e !important;
  border: 1px solid rgba(0,0,0,.15) !important;
  padding: 14px 26px !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  backdrop-filter: blur(2px);
}
.template-index .shopify-section:first-of-type .button:hover,
.template-index .shopify-section:first-of-type .btn:hover{
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

/* התאמות מובייל – קצת יותר צפוף וגבולות בטוחים */
@media (max-width: 749px){
  .template-index .shopify-section:first-of-type::after{
    background: linear-gradient( to bottom, rgba(0,0,0,.34), rgba(0,0,0,.28) 40%, rgba(0,0,0,.22) );
  }
  .template-index .shopify-section:first-of-type .slideshow__heading,
  .template-index .shopify-section:first-of-type .banner__heading,
  .template-index .shopify-section:first-of-type h1{
    letter-spacing: .02em;
  }
}
/* === HERO (by section ID) — ניגודיות + גדלים + שכבת כהות === */
#shopify-section-template--19906949480705__slideshow_8KkNU{
  position: relative;
  z-index: 1;
}

/* שכבת כהות על התמונה כדי שהטקסט תמיד ייקרא */
#shopify-section-template--19906949480705__slideshow_8KkNU::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.38),
    rgba(0,0,0,.30) 45%,
    rgba(0,0,0,.22)
  );
  pointer-events:none;
  z-index:0;
}

/* נרים את קונטיינר הטקסט מעל השכבה */
#shopify-section-template--19906949480705__slideshow_8KkNU :is(
  .banner__content,
  .slideshow__text-wrapper,
  .slideshow__text-content,
  .sec__content,
  .section__content
){
  position: relative;
  z-index: 2;
}

/* כותרת מותג – Allura/Great Vibes אם זמינים */
#shopify-section-template--19906949480705__slideshow_8KkNU :is(
  .slideshow__heading,
  .banner__heading,
  h1
){
  font-family:'Allura','Great Vibes','Sofia Pro','Heebo',sans-serif !important;
  font-size: clamp(50px, 9.5vw, 150px) !important;
  line-height: 1.05 !important;
  color:#fff !important;
  text-align:center !important;
  text-shadow:
    0 12px 34px rgba(0,0,0,.45),
    0 5px 14px rgba(0,0,0,.45);
  -webkit-text-stroke: .45px rgba(0,0,0,.25);
}

/* תיאור/סאב־הדינג */
#shopify-section-template--19906949480705__slideshow_8KkNU :is(
  .slideshow__subheading,
  .banner__subheading,
  h2
){
  font-size: clamp(18px, 2.8vw, 36px) !important;
  line-height: 1.35 !important;
  color:#fff !important;
  text-align:center !important;
  text-shadow:
    0 8px 26px rgba(0,0,0,.45),
    0 3px 10px rgba(0,0,0,.45);
}

/* כפתור */
#shopify-section-template--19906949480705__slideshow_8KkNU :is(.button,.btn,a.button){
  background: rgba(255,255,255,.94) !important;
  color:#2e2e2e !important;
  border:1px solid rgba(0,0,0,.18) !important;
  border-radius:999px !important;
  padding:14px 26px !important;
  font-weight:600 !important;
  backdrop-filter: blur(2px);
}
#shopify-section-template--19906949480705__slideshow_8KkNU :is(.button,.btn,a.button):hover{
  background:#fff !important;
  box-shadow:0 12px 32px rgba(0,0,0,.2);
}

/* מובייל: קצת יותר כהות לרקע */
@media (max-width: 749px){
  #shopify-section-template--19906949480705__slideshow_8KkNU::after{
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,.46),
      rgba(0,0,0,.34) 50%,
      rgba(0,0,0,.26)
    );
  }
}
/* === Desktop hover menus (כולל דרגה שלישית) === */
@media (hover: hover) and (min-width: 1025px){
  /* תפריט דרגה 1 → הצג תת־תפריט בהובר */
  .header .list-menu > li:hover > .header__submenu,
  .header .list-menu > li:focus-within > .header__submenu{
    opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
  }

  /* תפריט דרגה 2 → הצג דרגה 3 בהובר */
  .header__submenu .list-menu__item:hover > .header__submenu,
  .header__submenu .list-menu__item:focus-within > .header__submenu{
    opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
  }

  /* אנימציה/מצב ברירת מחדל נסתר */
  .header__submenu{
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
}

/* RTL מיישר תתי־תפריט ימינה כשצריך */
[dir="rtl"] .header__submenu{
  right: 0; left: auto;
}
[dir="rtl"] .header__submenu .header__submenu{
  right: 100%; left: auto; /* דרגה שלישית תיפתח שמאלה */
}

/* טיפונת אסתטיקה */
.header__submenu{
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
  border-radius: 8px;
}
.scroll-to-top,
#scroll-to-top,
.back-to-top {
  display: none !important;
}
/* ===== Kill bottom black fixed bar (keep WhatsApp bubble) ===== */

/* נפוצים בתמות/אפליקציות */
.bottom-sticky-bar,
.sticky-bottom-bar,
.mobile-bottom-bar,
.site-bottom-bar,
.footer-mobile-bar,
.bls__bottom-navigation,
.bls-bottom-bar,
.app-sticky-bar {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* תפיסה כללית: כל אלמנט fixed שמודבק לתחתית ברוחב מלא ושחור */
html body *[style*="position: fixed"][style*="bottom: 0"],
html body *[class*="sticky"][class*="bottom"],
html body *[class*="fixed"][class*="bottom"] {
  /* נסתיר רק אם זה נראה כמו בר רוחב מלא כהה */
  /* לא נוגעים בבועות קטנות (רוחב/גובה קטנים) */
  min-height: 0 !important;
  height: auto !important;
}
html body *[style*="position: fixed"][style*="bottom: 0"][style*="width: 100%"],
html body .fixed-bottom,
html body .sticky-bottom,
html body .bottom-bar,
html body .fixed-footer {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  transform: translateY(100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* הגנות – אל תגעו בבועות/כפתורים כמו WhatsApp */
[class*="whatsapp"],
[id*="whatsapp"],
[class*="wa-"],
[id*="wa-"],
a[href*="wa.me"],
a[href*="whatsapp.com"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  display: inline-flex !important;
  visibility: visible !important;
}
/* Product page – smaller price */
.product-detail__price .price,
.product-detail__price .price.price-same-style,
.product-detail__price .heading-style{
  font-size: clamp(28px, 2.2vw, 22px) !important; /* קטן יותר: 16px מובייל עד 22px בדסקטופ */
  line-height: 1.2;
}
/* הסתרת כפתור "הצג עגלה" */
.viewcart {
  display: none !important;
}
/* כפתור לתשלום – שומר על צבעים מקוריים מהתבנית */
button[name="checkout"],
.checkout-button,
.cart__checkout,
.cart__footer button[type="submit"],
.fh-cart button[type="submit"] {
  background: var(--color-btn-primary, #c2b19c) !important; /* משתמש בצבע המקורי של התבנית */
  color: #fff !important;
  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: 800;
  letter-spacing: .6px;
  border: none;
  border-radius: 999px;
  padding: 17px 28px;
  width: 100%;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  transition: transform .22s ease, box-shadow .22s ease;
}

button[name="checkout"]:hover,
.checkout-button:hover,
.cart__checkout:hover,
.cart__footer button[type="submit"]:hover,
.fh-cart button[type="submit"]:hover {
  background: var(--color-btn-primary-hover, #a8947f) !important; /* גוון hover מהתבנית */
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  cursor: pointer;
}

button[name="checkout"]:active,
.checkout-button:active,
.cart__checkout:active {
  transform: scale(.97);
}
/* הסתרת פרטי Style / Color / Size בעגלת הקניות */
.cart-item__variant,
.cart-item .product-option,
.minicart-form .product-option {
  display: none !important;
}
