/* ── disabled color button ───────────────────────── */
.color-btn.wcfs-btn-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
}
.color-btn.wcfs-btn-disabled::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom right,
        transparent calc(50% - 1px),
        rgba(120,0,0,0.6),
        transparent calc(50% + 1px)
    );
    border-radius: inherit;
    pointer-events: none;
}

/* ── future stock badge ──────────────────────────── */
.color-btn {
    position: relative;
}
.wcfs-future-badge,
.wcfs-oos-badge {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 10px;
    pointer-events: none;
    z-index: 10;
}
.wcfs-future-badge {
    background: #f59e0b;
    color: #fff;
}
.wcfs-oos-badge {
    background: #dc2626;
    color: #fff;
}

.color-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.wcfs-badge {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.wcfs-badge--future { background: #d97706; color: #fff; }
.wcfs-badge--oos    { background: #b91c1c; color: #fff; }

.color-btn.wcfs-btn-future {
  /* opacity: 0.55; ← אפשר להסיר גם זה, הbadge מספיק */
  cursor: pointer;  /* ניתן לבחירה */
}


.slide-image {
    position: relative; /* חובה */
}
.wcfs-slide-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    /* border-radius: 20px; */
    line-height: 1.4;
    z-index: 10;
    letter-spacing: 0.3px;
    pointer-events: none;
    display: none !important;
}
.wcfs-slide-badge--future { background: #d97706; color: #fff; }
.wcfs-slide-badge--oos    {background: #F02;color: #fff;}


.marketingForm [dir="rtl"], .marketingForm [dir="rtl"] * {
    color: #fff !important;
}

#contact-form-popup .popup-inner form {
  width: 100%;
}

.columnContainer {
    flex: auto !important;
    padding: 0 !important;
}

body .wrap-section .wrap-section-part {  
  width: max-content !important;
  flex: auto !important;
  padding: 0 !important;
}

.phoneFormFieldBlock .phoneCountryCode{
  border: 0 !important;
}

.emptyContainer.columns-equal-class.wrap-section{
  gap: 10px !important;
}

#contact-form-popup .popup-inner form button[type="submit"] {
    background: #F02 !important;
}

.optionSetFormFieldBlock select, .textFormFieldBlock input, .dateTimeFormFieldBlock input, .lookupFormFieldBlock input, .marketingForm textarea, div[data-editorblocktype="Captcha"] input {
    flex: auto !important;
}

.marketingForm [dir="rtl"], .marketingForm [dir="rtl"] * {
    color: #fff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.emptyContainer.columns-equal-class.wrap-section{
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
    .wrap-section .wrap-section-part {
        width: 100% !important;
        flex: 0 0 auto !important;
    }
    .emptyContainer.columns-equal-class.wrap-section {
        gap: 10px !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    body .wrap-section .wrap-section-part {
        width: 100% !important;
    }
}

.custom-wcfs-badge{
  display: none;
}
.custom-wcfs-badge.show {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    border: 1px #fff solid;
    background: transparent;
    padding-block: 10px;
}

@media only screen and (max-width: 768px) {
    .custom-wcfs-badge.show {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        margin-top: 70px;
    }
}

@media(min-width: 1024px){
  .screen-wrapper .left-side .left-side-inner{
    padding-top: 50px;
  }
}

.screen-wrapper .left-side .action .under-submit p br {
  display: none;
}

.screen-wrapper .left-side {
    overflow: auto;
}

@media screen and (max-width: 767px) {
/*    body .screen-wrapper .left-side .description.block {
        display: block;
        color: #ffff;
        line-height: 1.3;
    }*/
}

body .attr-buttons button {
    width: auto;
}

body .attr-buttons {
    justify-content: center;
    gap: 12px;
}