/** Shopify CDN: Minification failed

Line 499:0 Expected "}" to go with "{"

**/
label.form__label {
    font-size: 20px;
    font-weight: 800;
}

.product-card__figure .tags
 {
    position: absolute;
    top: 10px;
    z-index: 10;
}

.tags {
    position: absolute;
    top: 10px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    align-items: center;
}

.field input#הקדשה {
    border: 1px solid;
}

.icon_type svg {
    width: 100%;
    max-width: 50px;
}
.content-popup {
    z-index: 999;
    position: relative;
}
.icon-text p {
    font-size: 20px;
    font-weight: bold;
}
.icon_type a {
    display: flex;
    gap: 25px;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.Click-here {
    cursor: pointer;
    color: #000;
    width: 180px;
    text-align: center;
    font-size:16px;
    padding: 18px 0;
    margin: 0;
    text-align: left;
    transition:background-image 3s ease-in-out;
  }
  .custom-model-main {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    display: none;
}
  
.model-open {
    z-index: 99999;
    display: block;
}

  .custom-model-inner {
    width: 200px;
    }
.custom-model-wrap {
    display: block;
    width: 100%;
    background-color: #fdf7ec;
    border-radius: 6px;
    padding: 20px;
    box-shadow: -2px 3px 16px 0px #331b061f;
    border: 0.5px solid #502b10;
}
  /* .model-open .custom-model-inner {
    position: absolute;
    z-index: 999;
    bottom: 20%;
    left: 4%;
  } */
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .close-btn {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 99;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
/* ======================= */
.metafield-rich_text_field {
    display: block !important;
}
.custom-tab .tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
    gap: 10px;
}

.custom-tab .tabs-nav li {
	float: left;
	width: 25%;
	/* Adjust width based on the number of tabs */
}

.custom-tab .tabs-nav li:first-child a {
	border-top-left-radius: 6px;
}

.custom-tab .tabs-nav li:last-child a {
	border-top-right-radius: 6px;
}

.custom-tab .tabs-nav a {
	display: block;
	background: #FAEED6;
	color: #4F2B10;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

.custom-tab .tab-active a {
	background: #502B10;
	border-bottom-color: transparent;
	color: #FAEED6;
	cursor: default;
}

.custom-tab .tabs-stage {
	border: 1px solid #cecfd5;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}

.custom-tab ul.tabs-nav a {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	transition: all 0.5s ease-in-out;
}
.tabs-stage p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #391f0b;
    display: flex;
    gap: 10px;
}
.tabs-stage p:not(:empty):before {
    content: "";
    background: url(/cdn/shop/files/Check_icon_2edb44b5-fa37-403f-906f-cf76f603f215.svg?v=1712123389) no-repeat center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block;
    position: relative;
    top: 3px;
}
.custom-model-inner:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fdf7ec;
    clip-path: polygon(-40px -40px, calc(100% + 40px) -40px, calc(100% + 40px) calc(100% + 40px));
    left: 40px;
    transform: translate(-50%) rotate(135deg);
    box-shadow: -1px 2px 6px 0px #331b065c;
    bottom: -9px;
    border: 0.5px solid #502b10;
}
@media(max-width:1024px){
    .custom-tab ul.tabs-nav a{
        font-size: 18px;
    }
    .model-open .custom-model-inner{
        bottom: 8%;
    }
}

@media(max-width:768px){
    .custom-tab .tabs-nav {
        flex-direction: column;
        display: flex;
        gap: 10px;
        position: relative;

    }
    .model-open .custom-model-inner {
        bottom: 7%;

    }
    .custom-tab .tabs-nav li {
        width: 100%;
    }
    .tabs.custom-tab {
        margin-bottom: 50px;
    }
}
@media(max-width:767px){
    .model-open .custom-model-inner{
        left:1%;
    }

  .vendor-product-item {
    width: 48% !important;
}

}


/* Vikas CSS */


/*banner CSS */
@media only screen and (max-width: 780px){
/* .slideshow.banner{
  min-height: 23rem !important;
} */
/* .slider.slider--everywhere .slider__slide img {
    object-fit: contain !important;
} */

}

@media only screen and (min-width: 1440px) and (max-width: 1600px){
 .slideshow.banner{
  min-height: 33rem !important;
} 



}

@media only screen and (min-width: 1300px) and (max-width: 1439px){
 .slideshow.banner{
  min-height: 31rem !important;
} 
}

@media only screen and (min-width: 1200px) and (max-width: 1299px){
 .slideshow.banner{
  min-height: 29rem !important;
} 
}

@media only screen and (min-width: 1100px) and (max-width: 1199px){
 .slideshow.banner{
  min-height: 27rem !important;
} 
}

@media only screen and (min-width: 1024px) and (max-width: 1099px){
 .slideshow.banner{
  min-height: 24rem !important;
} 
}

li.icon-with-text__item.test {
    background: #000 !important;
    border: 1px solid #000 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

li.icon-with-text__item.test strong {
    color: #fff !important;
}

.product-form__buttons .product-form__submit {
    margin-left: 20px;
}

ul.icon-with-text.icon-with-text--vertical.list-unstyled {
    padding-top: 0 !important;
    margin: 0 !important
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    ul.icon-with-text.icon-with-text--vertical.list-unstyled {
        display: block !important;
        padding-left: 0 !important;
    }

.vendor-product-item img {
    height: 450px;
}

  .vendor-product-item {
    width: 48% !important;
}


}

@media only screen and (min-width: 989px) and (max-width: 1023px){
  .vendor-product-item {
    width: 24% !important; 
}

.vendor-product-item img {
   height: 420px !important;
}
}

@media only screen and (min-width: 650px) and (max-width: 767px){
.vendor-product-item img {
   height: 480px !important;
}

}

@media only screen and (min-width: 500px) and (max-width: 649px){
.vendor-product-item img {
    height: 420px !important;
}

}

@media only screen and (min-width: 348px) and (max-width: 499px){
.vendor-product-item img {
    height: 350px !important;
}

}

@media only screen and (max-width: 347px){
.vendor-product-item img {
    height: 320px !important;
}

}




@media only screen and (min-width: 1024px) and (max-width: 1240px){
.product-form__buttons .product-form__submit {
    margin-left: 0;
    width: 66% !important;
}
  
li.icon-with-text__item.test {
    width: 292px;
  }

.vendor-product-item img {
    height: 400px !important;
}

}

@media only screen and (min-width: 1200px) {
  li.icon-with-text__item.test {
    width: 275px;
  }
}

@media only screen and (max-width: 768px) {
.product div.MagicToolboxContainer figure.mz-figure img {
    max-height: 380px !important;
}

}

@media only screen and (min-width: 1600px) {
div#related-by-vendor {
    width: 60%;
    margin: 0 auto;
}
}

/* Iframe Banner CSS */

canvas#canvas {
    width: 100% !important;
    height: 100% !important;
}


/* custom CSS for iframe*/

.custom-iframe-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-iframe-banner iframe {
    border: none;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
  div#shopify-section-template--24484169351446__custom_iframe_banner_q8i3RK{
       display : block; 
  }

  div#shopify-section-template--24484169351446__custom_iframe_banner_GNc8T8{
      display: none !important;
  }

.custom-iframe-banner {
    padding-top: 24.25%;
}

}

@media only screen and (max-width: 767px){

div#shopify-section-template--24484169351446__custom_iframe_banner_GNc8T8{
   display : block; 
}  

.custom-iframe-banner {
    padding-top: 35.25%;
}

div#shopify-section-template--24484169351446__custom_iframe_banner_q8i3RK{
    display : none !important; 
}

.uwy.userway_p7 .userway_buttons_wrapper {
    top: 18% !important;
}

.slideshow__media.banner__media.media.mobile {
        height: 43rem !important;
    }

}


a.header__icon.h-wishlist-icon.wishlist-page-widget
 {
    display: none;
}

/* RTL Banner */
#shopify-pc__banner {
  direction: rtl;       
  text-align: right;   
}

#shopify-pc__banner * {
  direction: rtl;
  text-align: right;
}

#shopify-pc__banner[role="alertdialog"] {
  display: flex;
  flex-direction: row-reverse; 
  justify-content: flex-start;
  align-items: center;
