.elementor-1243 .elementor-element.elementor-element-24e16b5{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10em;--margin-bottom:5em;--margin-left:0em;--margin-right:0em;--padding-top:2em;--padding-bottom:2em;--padding-left:0em;--padding-right:0em;}.elementor-1243 .elementor-element.elementor-element-fc17ec2{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1243 .elementor-element.elementor-element-b75fcb0{text-align:center;}.elementor-1243 .elementor-element.elementor-element-b75fcb0 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:#00269A;}.elementor-1243 .elementor-element.elementor-element-9e01d30{text-align:center;}.elementor-1243 .elementor-element.elementor-element-9e01d30 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1243 .elementor-element.elementor-element-2ab0d98{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1243 .elementor-element.elementor-element-3fde7ff{--display:flex;}.elementor-1243 .elementor-element.elementor-element-aabea4e{--display:flex;}.elementor-1243 .elementor-element.elementor-element-07b0747{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1243 .elementor-element.elementor-element-24e16b5{--content-width:80vw;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1243 .elementor-element.elementor-element-b75fcb0 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1243 .elementor-element.elementor-element-9e01d30 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1243 .elementor-element.elementor-element-b75fcb0 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1243 .elementor-element.elementor-element-9e01d30 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-7e16abd */.elementor-1243 .elementor-element.elementor-element-7e16abd .bb-price-discounted{
        color: #ee2c50 !important;
}

.bb-qty-icon:focus{
    background-color: transparent;
    color: #666 !important;
}

.bb-qty-icon:hover{
    background-color: transparent;
    color: #000 !important;
}

.bb-discount-explain{
    font-size: 14px;
    font-weight: 700;
}

.bb-readmore{
    font-size: 12px !important;
}




.bb-qty-icon{
    text-align: center;
    flex-direction: column !important;
    padding: 0 !important;
}



* { box-sizing: border-box; }

#bb-agent-wrap {
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px;
}

.bb-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.bb-product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.bb-product-card[data-instock="false"] {
    background: #f5f5f5;
    opacity: 0.7;
}

.bb-product-card.bb-card-selected {
    border: 3px solid #00269a;
    box-shadow: 0 0 12px rgba(0, 38, 160, 0.25);
}

.bb-card-image-section {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    overflow: hidden;
    background: #f5f5f5;
}

.bb-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-stock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.bb-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: right;
}

.bb-product-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.3;
    color: #1a1a1a;
}

.bb-price-tags-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: center;
    justify-content: flex-end !important;
    flex-direction: row-reverse;
}

.bb-price-tag {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: right !important;
    direction: rtl !important;
}

.bb-discount-badge {
    font-size: 10px;
    background: #ee2c50;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
}

.bb-desc-section {
    font-size: 11px;
    color: #666;
    line-height: 1.3;
    margin-bottom: 8px;
    flex-grow: 1;
}

.bb-readmore {
    color: #00269a;
    text-decoration: none;
    font-weight: 600;
    margin-right: 4px;
    font-size: 10px;
}

.bb-readmore:hover {
    text-decoration: underline;
}

.bb-card-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
    margin-top: auto;
}

.bb-attr-title {
    font-size: 12px;
    font-weight: bold;
    color: #00269a;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 2px solid #00269a;
}

.bb-selected-variants {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bb-var-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    background: #f9f9f9;
    padding: 6px;
    border-radius: 4px;
    font-size: 11px;
}

.bb-var-label {
    font-weight: 600;
    flex: 1;
    color: #1a1a1a;
}

.bb-qty-control-inline,
.bb-qty-inline {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 3px;
    background: transparent;
}

.bb-qty-icon {
    background: none;
    border: none;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.bb-qty-icon:hover {
    color: #00269a;
}

.bb-qty-input {
    width: 32px;
    border: none;
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
    background: transparent;
}

.bb-qty-input:focus {
    outline: none;
}

.bb-var-row .bb-qty-inline input {
    width: 28px;
    border: none;
    text-align: center;
    font-size: 10px;
    padding: 2px 0;
    background: transparent;
}

.bb-summary-separator {
    height: 2px;
    background: #ddd;
    margin: 30px 0;
    width: 100%;
}

.bb-summary-card {
    width: 100%;
    max-width: 500px;
    border: none;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.bb-summary-header {
    margin-bottom: 10px;
}

.bb-summary-header h3 {
    margin: 0;
    font-size: 16px;
    color: #00269a;
    font-weight: bold;
}

.bb-summary-items {
    min-height: 30px;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 8px;
}

.bb-summary-item {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 6px;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
    text-align: right;
}

.bb-summary-name {
    text-align: right;
    color: #1a1a1a;
    font-weight: 500;
}

.bb-summary-qty {
    color: #666;
    text-align: center;
}

.bb-summary-price {
    color: #000;
    font-weight: bold;
    text-align: right;
}

.bb-summary-divider {
    height: 1px;
    background: #ddd;
    margin: 8px 0;
}

.bb-summary-totals {
    margin-bottom: 10px;
}

.bb-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 4px 0;
    color: #1a1a1a;
}

.bb-total-row strong {
    color: #000;
    font-weight: bold;
}

.bb-checkout-btn {
    width: 100%;
    padding: 10px;
    background-color: #00269a;
    color: #fff;
    border: 1px solid #00269a;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.bb-checkout-btn:hover {
    background: #f9f9f9;
	    color: #00269a;
    border: 1px solid #00269a;
}

@media (max-width: 1024px) {
    .bb-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bb-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}









.bb-credit-popup{
	position:fixed;
	inset:0;
	display:none;
	align-items:center;
	justify-content:center;
	z-index:9999;
	direction:rtl;
	font-family:inherit;
}
.bb-credit-popup-overlay{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,0.55);
}
.bb-credit-popup-inner{
	position:relative;
	background:#fff;
	max-width:650px;
	width:92%;
	max-height:80vh;
	overflow-y:auto;
	padding:24px 24px 20px;
	border-radius:14px;
	box-shadow:0 10px 35px rgba(0,0,0,0.28);
	box-sizing:border-box;
}
.bb-credit-close{
	position:absolute;
	top:8px;
	left:8px;
	border:none;
	background-color:transparent;
	font-size:50px !important;
	line-height:20px;
	cursor:pointer;
    color: #000;
    padding: 0;
}

.bb-credit-close:hover{
	position:absolute;
	top:8px;
	left:8px;
	border:none;
	background-color:transparent;
	font-size:50px !important;
	line-height:20px;
	cursor:pointer;
    color: #000;
    padding: 0;
}
.bb-credit-title{
	margin:0 0 8px;
	font-size:20px;
	font-weight:700;
}
.bb-credit-intro{
	margin:0 0 12px;
	color:#555;
}
.bb-credit-summary-wrap{
	border:1px solid #eee;
	border-radius:8px;
	padding:10px 12px;
	margin-bottom:12px;
	max-height:260px;
	overflow-y:auto;
}
#bb-credit-summary .bb-summary-item{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:6px;
	font-size:14px;
}
.bb-credit-approve{
	display:flex;
	align-items:center;
	gap:6px;
	margin:10px 0 14px;
	font-size:14px;
}
.bb-credit-approve input[type="checkbox"]{
	transform:scale(1.1);
}

/* כפתור ראשי + כפתור "צור הזמנה" */
.bb-checkout-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:10px 18px;
	border-radius:999px;
	border: 1px solid #00269a;
	background:#00269a;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	font-weight:600;
	transition:background 0.2s, transform 0.1s, opacity 0.2s;
}
.bb-checkout-btn:hover{
	border: 1px solid #00269a;
	background:#fff;
	color:#00269a;
	transform:translateY(-1px);
}
.bb-checkout-btn.bb-disabled,
.bb-checkout-btn[disabled]{
	opacity:0.5;
	cursor:not-allowed;
	transform:none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fc17ec2 */.bb-summary-price-full{
    text-decoration: line-through;
    opacity: 0.5;
}

.bb-summary-price {
    gap: 8px;
    display: flex;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c1337cd */.bb-order-wrap{ direction:rtl; font-family:inherit; }

.bb-order-grid{
  display:grid;
  gap:18px;
  grid-template-columns: repeat(4, 1fr);
}

.bb-order-wrap[data-columns="3"] .bb-order-grid{ grid-template-columns: repeat(3, 1fr); }
.bb-order-wrap[data-columns="5"] .bb-order-grid{ grid-template-columns: repeat(5, 1fr); }

@media (max-width:1024px){
  .bb-order-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:768px){
  .bb-order-grid{ grid-template-columns: 1fr; }
}

.bb-card{
  border:2px solid #0b2aa6;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.bb-card-img{
  height:110px;
  background:#e9eefc;
}
.bb-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bb-card-body{ padding:14px; text-align:center; }

.bb-card-title{
  font-size:20px;
  font-weight:700;
  color:#0b2aa6;
  margin-bottom:10px;
}

.bb-card-price{
  font-size:26px;
  font-weight:800;
  color:#111;
  margin-bottom:10px;
}
.bb-card-price .woocommerce-Price-amount{ font-size:28px; font-weight:900; }

.bb-badge{
  display:inline-block;
  background:#ff3b63;
  color:#fff;
  padding:6px 12px;
  border-radius:6px;
  font-weight:800;
  font-size:16px;
  margin-bottom:14px;
}

.bb-qty-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding-top:10px;
  border-top:1px solid #e6e6e6;
}

.bb-qty-btn{
  width:42px; height:42px;
  border:1px solid #cfcfcf;
  background:#fff;
  border-radius:8px;
  font-size:20px;
  cursor:pointer;
}

.bb-qty-input{
  width:120px;
  height:46px;
  border:2px solid #bfbfbf;
  border-radius:10px;
  text-align:center;
  font-size:20px;
  font-weight:700;
  outline:none;
}

.bb-order-actions{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.bb-go-checkout{
  width:100%;
  padding:14px 18px;
  border-radius:12px;
  border:1px solid #0b2aa6;
  background:#0b2aa6;
  color:#fff;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}
.bb-go-checkout:disabled{ opacity:.6; cursor:not-allowed; }

.bb-order-note{
  text-align:center;
  font-size:14px;
  color:#333;
}/* End custom CSS */