/** Shopify CDN: Minification failed

Line 794:0 All "@import" rules must come first

**/
.related-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.related-product-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.related-link {
  text-decoration: none;
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
}
.related-link img {
  width: 100%;
  object-fit: cover;
}
.related-number {
  color: #717171;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.5;
}
.main-related-container {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(9, 1fr);
  max-width: 600px;
}
.main-related-link {
  text-decoration: none;
  width: 80px;
  padding: 4px;
  border: 1px solid #BBBBBB;
  height: 40px;
  position: relative;
}
.main-related-link img {
  width: 100%;
  object-fit: cover;
  height: 28px;
}
@media (min-width: 750px) {
  .main-related-link.active {
    border: 2px solid #343434;
  }
}
.main-related-link.sold-out {
  filter: grayscale(1);
  opacity: 0.5;
}
.related-link.sold-out {
  filter: grayscale(1);
  opacity: 0.5;
}
.main-related-link.sold-out:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    149deg,
    transparent 50%,
    #585858 46%,
    white 52%,
    transparent 48%
  );
}
.related-link.sold-out::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    149deg,
    transparent 50%,
    #585858 46%,
    white 52%,
    transparent 48%
  );
}
.main-related-link.sold-out::before {
}
.main-related-link:hover .solde-tips {
  visibility: visible;
}
.related-link:hover .solde-tips {
  opacity: 1;
}
.related-link:hover .img-alt {
  transition-delay: .1s, 0s; 
}
.main-related-link:hover .img-alt,
.related-link:hover .img-alt {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s, 0s; 
  color: white;
}

.related-link.sold-out:hover .img-alt {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s linear .25s; 
}
.solde-tips {
  background-color: #d3d3d3;
  position: absolute;
  font-size: 13px;
  top: -26px;
  left: 20px;
  padding: 2px 5px;
  opacity: 1;
  width: max-content;
  color: black;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s linear .25s; 
}
.img-alt {
  border-radius: 3px;
  font-size: 13px;
  width: max-content;
  position: absolute;
  background: black;
  padding: 0px 8px;
  z-index: 1;
  left: 50%;
  top: -26px;
  color: white;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s linear .25s; 
}


@media (max-width: 750px) {
  .main-related-link.sold-out:before {
  }
  .related-product-list {
    gap: 2px;
  }
  .related-link {
    width: 32px;
    height: 22px;
  }
  .realted-link img {
    width: 100%;
    object-fit: cover;
  }

  .main-related-container {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
  }

  .main-related-link.active {
    border:unset;
    border-bottom: 2px solid black;
  }
  .main-related-link {
    min-width: 80px;
    height: 60px;
    border: none;
  }
  .main-related-link img {
    height: 53px;
  }
}

.grid_bx .grid_title a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .89rem;
}

.pr_price {
  font-size: 13px;
}

input, textarea, select, button {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 750px) { 
  .header-logo {
    padding: 12px;
  }
}

.closeMnav {
  top: 0;
}

.navToggle svg {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ft_newsltr, .ft_bottom {
        padding-top: 50px;
    }
    .ft_bottom .mb10 {
      margin-bottom: 50px;
    }
    
    .ft_bottom .fl1.wd50-md.tr-md.tc {
      max-width: 230px;
    }
}

.obc .at-icon {
    transform: rotate(90deg);
}

.obc .barr {
  vertical-align: unset;
}

@media only screen and (min-width: 1024px) {
  .sb_filter {
    margin-right: 0;
    margin-left: 40px;
  }
}

.nw-consent {
  display:block;
  margin:.5rem 0;
  font-size:13px;
  line-height:1.4;
  text-align:right
}

.nw-consent input[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 0 !important;
}

.nw-consent a,
.consent-label a {
  text-decoration:underline;
  margin-right: 5px;
}

input, select, textarea {
  border-color:#bbbbbb;
}

.consent-label.rte {
  font-size:13px;
}

.pr_lbl {
  left: unset;
  right: 8px;
  gap: 4px;
}


.pr_lbl .lbl {
  font-weight: 600;
}

.heroTtl, .heroTxt {
  font-weight: 800;
}

.quantity__label.form__label {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

.qtyField {
  border: 1px solid #BBBBBB;
}

@media only screen and (max-width: 767px) {
    .ctabtn .fl {
        display: flex;
    }
}

.wishlist.addto-wishlist,
.wishlist {
  font-size: 12px;
  margin-left: 4px;
}

.shippingMsg {
  font-size: 12px;
}

product-info details .rte.mb20 {
  font-size: 12px;
}

.ctdrawer, .modalOverly {
  backdrop-filter: blur(6px);
}

.sumtabs summary {
  padding: 16px 0;
}

.cookie_text {
  font-size: 13px;
}

.stickyCart .img {
    max-width: unset;
}

.sticky-title.mb0 {
    font-size: 17px;
    font-weight: 700;
}

.stPrice{
  font-size: 15px;
}

.stickyCart .prdata {
    padding: 0 10px 0 60px;
}


.small-font {
    font-size: 12px;
}

.discounts__discount, .pr_desc.rte.mb15 {
  font-size: 12px;
}

.cart-item__old-price {
  margin-right: 10px;
}
.cart-item__discounted-prices, .price.price--end {
  font-size: 12px;
}

.mini_plist .pr_name {
  font-weight: 700;
}

.product-form__submit .txt {
  font-size: 14px;
}

/* .btnLink svg {
  display: none;
} */

#quick-view .gitem.wd50-md.pr {
  height: 100%;
  margin: auto;
}

/* .btnLink:focus, .btnLink:hover {
  color: #0067c8;
} */

.icon-alt {
  font-size: 13px;
  width: max-content;
  position: absolute;
  background: black;
  padding: 1px 8px;
  z-index: 1;
  left: 50%;
  top: -8px;
  color: #fff;
  transform: translateX(-50%);
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s linear .25s; 
}

.hdicon:hover .icon-alt {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s, 0s; 
}

.grid_bx .gbtn { 
  visibility:hidden; 
  opacity:0;
  transition: opacity .25s ease, visibility 0s linear .25s;  
}

.grid_bx:hover .gbtn { 
  visibility: visible; 
  opacity: 1; 
  transition-delay: .1s, 0s;  
}


.tooltip-label {
  border-radius: 3px;
}

.cartCount.pp {
  margin: 5px 0 0 -3px;
 }


 @media only screen and (min-width: 768px) {
    .wrap-product-info {
      margin-left: 15px;
      margin-right: 15px;
    }
}

.cookie_box {
  border-radius: 10px;
}

link2.acceptCookie{
  border-radius: 6px;
}

.pr_lbl .lbl {
  border-radius: 3px;
}

.login-main {
    direction: rtl !important;
}

.login-footer {
  justify-content: center !important;
}

.page-title {
  font-weight: 700;
}

.o_ft .socIcn a .at-icon {
  width: 1.5em;
  height: 1.5em;
}

footer .o_ft .h4 {
  font-size: 22px;
}

.pr_lbl .lbl {
  font-size: 14px;
  padding: 0 12px;
}

.mob_nav_wr {
  box-shadow: unset;
}

.closeMnav {
  background-color: #ffffff;
  left: 0;
}

.closeMnav .at-icon {
  color: #000000;
  position: absolute;
  top: 15px;
}

@media (max-width: 749px) { 
  .pr_lbl .lbl {
    font-size: 12px;

  }
}

.mobNav {
  margin-top: 30px;
}

.hdicon .at-icon {
  width: 20px;
  height: 20px;
}

.hdr_wrap {
  -webkit-backdrop-filter: blur(10px);
  background: #ffffffa1;
  backdrop-filter: blur(10px);
}

.sticky_hdr .mgmenu {
  -webkit-backdrop-filter: blur(10px);
  background: #ffffffe0;
  backdrop-filter: blur(10px);
}

grid.f-ais.product-single .swarw {
  display: none;
}

.grid.f-ais.product-single {
  flex-direction: row-reverse;
}

.custom-col-li .fw-sec {
  padding: 0 !important;
}

.custom-col-li .collection-grid .cl_item {
  padding: 25px 10px 10px 10px;
}

.custom-col-li .gspace .gitem {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.custom-col-li .sec_cov {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .custom-col-li .gspace .gitem {
    padding: 0;
  }
  .custom-col-li .collection-grid .cl_item {
    padding: 25px 50px;
  }
}

.cat-link {
  display: flex;
  align-items: center;
  margin-top: -10px;
  gap: 10px;
}
.cat-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.product__info-container summary img {
  width: 25px;
  height: auto;
}



.product__info-container .product-title-row .at-icon.wishicon,
.product__info-container .product-title-row .at-icon.wishicon.added {
  width: 25px;
  height: 25px;
}

.product__info-container .product-title-row .pr_title {
  margin: 0;
}

.product__info-container .product-title-row {
  margin-bottom: 20px !important;
}

.main-related-container {
  margin-bottom: 25px !important;
      margin-top: 35px;
}



.o_ft .socIcn a .at-icon {
  width: 30px;
  height: 30px;
}

/* 
#main_nav {
  gap: 20px;
} */

/* @media (min-width: 1230px) and (max-width: 1439px) {
  #main_nav {
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  #main_nav {
    gap: 60px;
  }
} */

link-mish.lvl-1.mcatLink.f-col {
  display: flex;
  justify-content: center;
}

.store-info.stl2 .icnWr {
  margin: 1px 0 0 15px;
}

.store-info.stl2 .icnWr .fl1 {
  display: flex;
  align-items: center;
}

details.sumtabs {
  padding: 0 6px;
}

details.sumtabs > summary::-webkit-details-marker { display: none; }

@supports selector(details::details-content) and (transition-behavior: allow-discrete) {
  details.sumtabs::details-content {
    display: block;
    overflow: hidden;
    block-size: 0;                       
    content-visibility: hidden;          
    transition-property: block-size, content-visibility;
    transition-duration: 0.45s;           
    transition-timing-function: ease;
    transition-behavior: allow-discrete;  
  }
  details.sumtabs[open]::details-content {
    block-size: auto;
    block-size: calc-size(auto, size);
    content-visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  details.sumtabs::details-content { transition: none; }
}

.sumtabs summary .updown { transform: rotate(90deg); }
.sumtabs summary .updown { transition: transform 0.3s ease; }
.sumtabs[open] summary .updown { transform: rotate(0deg); }

.sumtabs[open] { background: #ebebeb; }






@media (min-width: 1024px) {
  .wrapper {
    display: flex;
    gap: 20px; 
  }

  .wd40-md {
    flex: 0 1 30%;     
    max-width: 400px;   
  }

  .wd60-md {
    flex: 1 1 calc(70% - 20px); 
  }
}

.product-form__quantity {
  margin-bottom: 10px;
}

.product-form__quantity .quantity__label.form__label,
.product-form__quantity quantity-input {
  margin: 0;
}

.product-form__quantity {
  display: flex;
  align-items: center;
}


.tooltip-label {
  font-size: 13px;
  padding: 1px 6px;
}
/* 
@media only screen and (min-width: 1025px) {

  #main_nav .lvl1 a,
  .mgmenu .mcatLink span {
    transform-origin: center bottom; 
    transition: transform 0.25s ease;
    will-change: transform;           
    font-size: 18px;
  }

  #main_nav li:hover a {
    transform: scale(1.03);
  }
  .mgmenu li:hover .mcatLink span {
    transform: scale(1.05);
  }
}

.gitem.mb20 {
  display: flex;
  justify-content: center;
} */



/* אנימציה  7 */
/* @media only screen and (min-width: 1025px) {

  #main_nav a:hover,
  #main_nav a:focus {
    outline: none;
  }

  #main_nav a {
	  color: #646164;
  }

  #main_nav a:before {
    color: #000;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }

  #main_nav .link-mish:before {
    bottom: 10px;
  }

  #main_nav a:hover:before,
  #main_nav a:focus:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

} */


.form-vertical input, .form-vertical select, .form-vertical textarea {
  display: block;
  width: 100%;
}

/* @media only screen and (min-width: 1025px) {
  #main_nav {
    display: flex;
    justify-content: space-evenly;
  }

  #main_nav .lvl1 a,
  .mgmenu .mcatLink span {       
    font-size: 18px;
  }
  #main_nav .lvl1 {
    width: 175px;
  }

  #main_nav .lvl1 a {
    font-weight: 400;
    transition: font-weight 0.4s ease-in-out;
  }

  #main_nav .lvl1 a:hover {
    font-weight: 900;
  }
} */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap');


/* @media only screen and (min-width: 1025px) {
  .rwcols-5 .gitem {
    display: flex;
    justify-content: center;
  }

  #main_nav {
    display: flex;
    justify-content: space-evenly;
  }

  #main_nav .lvl1 {
    width: 20%;
    display: flex;
    justify-content: center;
  }

  #main_nav .lvl1 a {
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-variation-settings: "wght" 400;
    transition: font-variation-settings 0.4s ease-in-out;
    font-size: 18px;
  }

  #main_nav .lvl1 a:hover {
    font-variation-settings: "wght" 700; 
  }
} */

/* @media (min-width:1025px) {
  #main_nav {
    display:flex;
  }

  #main_nav > .lvl1 {
    flex:1 1 0;          
    min-width:0;
    text-align:center;   
  }

  #main_nav .lvl1 a {
    font-size: 16px;
    font-family:'Noto Sans Hebrew',sans-serif;
    font-variation-settings:"wght" 400;          
    transition:font-variation-settings .35s ease;
    display:inline-block;
  }

  #main_nav .lvl1 a:hover {
    font-variation-settings:"wght" 700;      
  }
} */
@media (min-width:2000px){
  #main_nav {
    max-width: 70%;
    margin-right: auto;
  }
}
@media (min-width:1025px){
  #main_nav {
    max-width: 70%;
    margin-right: auto;
  }

  #main_nav {
    display:grid;
    grid-auto-flow: column;   
    grid-auto-columns: 1fr;  
    align-items: center;
    justify-items: center;   
    gap: 0;                   
    width: 100%;
  }

  #main_nav > .lvl1 a {
    min-width:0;    
    font-size: 18px         
  }

  #main_nav .lvl1 a {
    white-space: nowrap;      
    font-family:'Noto Sans Hebrew',sans-serif;
    font-variation-settings:"wght" 400;
    transition: font-variation-settings .35s ease;
    text-align:center;
  }

  #main_nav .lvl1 a:hover{
    font-variation-settings:"wght" 700;
  }

  #main_nav .gitem {
    display: flex;
    justify-content: center;
  }
}


.main-related-container{
  display: flex;
  flex-wrap: wrap;   
  gap: 5px;
  justify-content: flex-start;
}


.btn3:focus,
.btn3:hover {
  color: #fff;
  background-color: #00000069;
  border: 1px solid #b7b7b7;
  backdrop-filter: blur(10px);
}

.cookie_box {
  z-index: 99999 !important;
}

#scroll_top {
  left: 20px !important;
  bottom: 20px !important;
}

.custom-cftBtn {
  flex-direction: row-reverse;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.fs4 {
  font-size: 14px !important;
}

.stickyCart .qty {
  border: unset !important;
}

.stickyCart .qtyField {
  border: 1px solid #BBBBBB;
}

.mgmenu .link-mish .bgImg {
  background-size: contain;
}


















