/* Start Valantica custom CSS */ 
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400..700&display=swap);// GLOBALS // .v-max-2xl{max-width:640px;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px}body{font-family:Cairo,sans-serif}salla-product-options{padding-right:0!important;padding-bottom:0!important;margin-bottom:0!important}.s-product-options-colors-wrapper input[type=radio]+label span{width:1.5rem!important;height:1.5rem!important;margin-bottom:0!important}.s-product-options-colors-wrapper input[type=radio]+label div{font-size:12px!important}.s-product-options-colors-item{margin-bottom:0!important;margin-left:1.5rem!important}.tamara-product-widget{padding:16px 16px 0 6rem!important;border:1px solid #e5e7eb!important;margin-bottom:.5rem!important;margin-top:1rem}.main-content div.px-4,.product__description,.s-block--banners,.s-block--fixed-banner .container{padding:0!important}.accordion-active:after,.m-share_warpper,.products-accordion-warpper>button:nth-of-type(2),div>nav.breadcrumbs{display:none!important}.products-accordion-warpper{margin-bottom:2rem!important;margin-top:0!important}.product__description,.products-accordion-warpper .panel .s-comments{margin:0!important}.products-accordion-warpper .panel{max-height:unset!important;border-bottom:unset!important}.component-options-sittings img{height:85vh;object-fit:cover}.s-block--banners .banner-entry,.s-block--fixed-banner img{border-radius:0!important}.s-block--banners .banner-entry{height:500px!important}.s-block--banners h2{padding:0 14px}.s-block--banners+.s-block--fixed-banner,.s-block--fixed-banner+.s-block--fixed-banner{margin-top:1rem!important}@media (min-width:768px){.component-options-sittings img{height:110vh;object-fit:cover}.center_right h2{font-size:2rem}}
/* End Valantica custom CSS */ 

.moved-icon-container {
    margin-bottom: 0;
    padding: 0;
}

@media only screen and (max-width: 600px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
  max-width: 42vw;
  }
}

section.offer-slider.relative.lg\:overflow-hidden.mb-8.md\:mb-16.rounded.p-2\.5.sm\:p-5.A-card {
    overflow: visible;
}

section.offer-slider.relative.lg\:overflow-hidden.mb-8.md\:mb-16.rounded.p-2\.5.sm\:p-5.A-card::before {
    border-radius: 15px 15px;
    font-size: 1rem;
    z-index: -1;
    content: "كمّل مجموعتك";
    width: fit-content;
    padding: 1rem;
    background: #e11d48;
    top: -3rem;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    color: white;
    font-weight: 800;
    font-family: inherit;
}


.offer-slider .s-slider-block__title:before {
    display:none;
}

[dir="rtl"] .s-slider-block__title-right {
    text-align: center;
    padding: 0;
}

[dir="rtl"] .s-slider-block__title h2 {
    padding-left: 2rem;
    padding: 0;
    color: black !important;
}