/* --- desktop_cart_page.css --- */
.sticky-normal {
  margin-top: 4% !important;
}
#button_cart_page {
  cursor: pointer;
  border: none;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 0.375rem;
  color: white;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  min-height: 3rem;
  width: 80%;
}
#img_emty_cart {
  width: 16%;
  height: 130px;
}
#button_back_to_buy {
  cursor: pointer;
  border: none;
  line-height: 100%;
  letter-spacing: .02em;
  font-weight: 600;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  padding: 8px 17px;
}
/* products_container*/
/* products_container end */
.ButtonDown_Quantity_cart_page {
  font-weight: bold;
  padding: 1%;
  border: 0.0625rem solid #000000;
  line-height: 1;
  height: 2vw;
  width: 2vw;
  color: black;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: 0;
  border-style: solid;
  border-width: 0.0625rem;
  transition: none;
  background-color: #f6f6f6;
  border-top-right-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
}
.ButtonUP_Quantity_cart_page {
  padding: 1%;
  border-top-left-radius: 0.5625rem;
  border-bottom-left-radius: 0.5625rem;
  font-weight: bold;
  border: 0.0625rem solid #000000;
  line-height: 1;
  height: 2vw;
  width: 2vw;
  color: black;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: 0;
  border-style: solid;
  border-width: 0.0625rem;
  transition: none;
  background-color: #f6f6f6;
}
.Quantity_num {
  background-color: white;
  text-align: center;
  vertical-align: middle;
  height: 2vw;
  width: 2vw;
  font-size: 0.875rem;
  border-width: 0.0625rem 0;
}
.cart_product_price {
  border-radius: 0.375rem;
  height: 2.5625rem;
  display: flex;
  gap: 0.1875rem;
}
#top_nave {
  position: relative;
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #222;
}
#closebtn_cart {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#BottomBUTTOS {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  background: white;
  z-index: 1;
  position: fixed;
  bottom: 0vw;
}
/* css cart widget */
/* css cart widget */
.cart_product_titel {
  font-size: 0.75rem !important;
  display: block;
  margin-bottom: 0.3125rem;
  line-height: 1.2;
  word-break: break-word;
}
.cart_product_optine {
  font-size: 0.75rem !important;
  display: block;
  margin-bottom: 0.3125rem;
  line-height: 1.2;
  word-break: break-word;
  cursor: pointer;
}
.modal-content_product {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 75%;
}
.cart_X_button_back {
  width: 2vw;
  height: 2vw;
}
#like_share_ {
  padding-right: 3%;
}
/* --- desktop_cart_widget.css --- */
.u-inner-container-layout,
.u-container-layout>* {
  position: relative;
}
#gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}
#product_setting_images {
  width: 40% !important;
}
#atc_New {
  display: none;
}
h2 {
  font-weight: 400;
}
.adder_cart_first::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 586px;
  right: 0;
  position: absolute;
  top: 0;
  width: 355px;
  pointer-events: none;
}
.model_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: fixed;
  bottom: 0%;
  display: none;
}
/* --- desktop_checkout.css --- */
.in_checkout_header {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  justify-content: space-between;
}
.checkout_header {
  margin: 0 auto;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  height: 35px;
  padding: 0px 26% 0px 27%;
  color: #222;
  font-weight: 700;
  background-color: white;
}
/* השורה הראשונה */
.Payment_box_all>[class^="Box_Payment"]:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/* השורה האחרונה */
.Payment_box_all>[class^="Box_Payment"]:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.Payment_box_all {
  margin-top: 4%;
  overflow: hidden;
  box-sizing: border-box;
}
.Payment_box_all>[class^="Box_Payment"] {
  padding: 0.5rem 1.0714rem;
  border: 1px solid #ddd;
}
.custom-radio_checkout span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: border-width 0.15s ease-out,
        border-color 0.15s ease-out;
}
.custom-radio span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: border-width 0.15s ease-out,
    border-color 0.15s ease-out;
}
.image_checkout_header {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#back_to_cart {
  width: 2%;
  position: absolute;
  padding: 2%;
  right: 26%;
  display: block;
}
.Paypal_Style2 {
  width: 22%;
  padding: 0 2em;
  border-radius: 4px;
  padding-top: 14px;
  display: inline-table;
}
#express_payment_titel {
  text-align: center;
}
.or_other_option:before,
.or_other_option:after {
  content: "";
  display: inline-block;
  border: 1px #e2e2e2 solid;
  width: 18%;
  margin: 0 10px;
  vertical-align: middle;
}
.or_other_option {
  margin-left: var(--x-spacing-base);
  margin-right: var(--x-spacing-base);
  text-align: center;
}
/* Center the loader */
#loader {
  position: fixed;
  display: none;
  top: 50%;
  left: 48%;
  z-index: 1000;
  width: 54px;
  height: 56px;
  border: 9px solid #cfcfcf;
  border-radius: 50%;
  border-top: 9px solid #3498db;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#myDiv {
  display: none;
  text-align: center;
}
.error {
  border: 1px solid red;
}
.flex-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem;
}
.radio_payment {
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 0 0 0 #f4743c inset;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  border: 0.0625rem solid #d9d9d9;
}
#hold_all {
  padding: 3%;
}
.container {
  align-items: center;
  cursor: pointer;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 50%;
  margin: auto;
  padding: 0.2%;
}
#Form_all {
  width: 39%;
  border-radius: 4px;
  padding-top: 14px;
  margin-right: auto;
  margin-left: auto;
}
/* Container styling */
.container_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 27%;
}
.right-img {
  max-width: 100px;
}
#discount_button {
  cursor: pointer;
  background-color: #1773b0;
  color: white;
  border-radius: 6px;
  padding: 21%;
}
.product-thumbnail__quantity {
  border-radius: 1.75em;
  z-index: 1;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
  padding: 0 0.5833rem;
  bottom: -0.75rem;
  position: relative;
  left: 0;
}
.content {
  padding: 0% 7%;
  border-top: 1px solid #e0e0e0;
}
.Full_name,
.First_name,
.Last_name,
.Email,
.Address,
.State,
.Phone,
.Zip,
.City,
#cardnumber,
#cvv,
#expiration-date-input,
#Card_id,
.Discount_Code {
  border-radius: 8px;
  padding: 27px 17px 15px 22px;
  width: 100%;
  box-sizing: border-box;
}
.Country {
  font-weight: bold;
}
.ship_cost_checkout {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 0 0 0 #f4743c inset;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  border: 1px solid #d9d9d9;
}
.Box_Ship {
  justify-content: space-between;
  display: flex;
  height: 2.8125rem;
  align-items: center;
  background-color: #fff;
  padding: 0 1.0714rem;
  border: 1px solid #ddd;
}
.shipping_box {
  margin-top: 4%;
  overflow: hidden;
  box-sizing: border-box;
}
/* השורה הראשונה */
.shipping_box .just_Box_Ship:first-of-type .Box_Ship {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/* השורה האחרונה */
.shipping_box .just_Box_Ship:last-of-type .Box_Ship {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#State_zip {
  display: flex;
  gap: 16px;
  align-items: end;
}
#State_zip > div {
  float: none !important;
  flex: 1 1 0;
  min-width: 0;
}
.custom-select-wrapper,
#State,
.Zip {
  width: 100%;
}
.Box_Payment {
  background-color: rgb(240, 245, 255);
  width: 100%;
  height: 3.428571em;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}
#Box_Payment_text {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 2%;
  justify-content: space-between;
}
#Box_Payment2_text {
  display: flex;
  align-items: center;
  padding: 2%;
  padding-top: 3%;
}
#text_and_icon_card {
  display: flex;
  align-items: center;
}
#ship_hide_show {
  margin-bottom: 2%;
  align-items: baseline;
  color: #222;
  display: flex;
  justify-content: space-between;
}
#Card_Box2 {
  text-align: center;
  height: 3.428571em;
  width: 100%;
  border-radius: 4px;
  padding-top: 14px;
  display: inline-table;
  box-sizing: border-box;
}
#Card_Box {
  background: #f7f7f7;
  width: 100%;
  padding: 3%;
  border-radius: 4px;
  padding-top: 14px;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}
.Box_Payment2 {
  width: 100%;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}
#checkout_summery_text {
  display: inline;
  color: #0078e1;
}
.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  top: 0;
  left: 17px;
  transform: translateY(120%);
  color: #999;
  pointer-events: none;
  transition: all 0.3s;
}
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
  transform: translateY(0%);
  font-size: 0.8rem;
  color: #333;
}
/* products_container*/
/* products_container end */
/* css cart widget */
/* css cart widget */
#buy_from_us_checkout {
  direction: rtl;
  padding: 10%;
}
#titel_buy_from_us_checkout {
  text-align: center;
  font-size: 40px;
}
.show_line_buy_from_us_checkout {
  display: flex;
  gap: 3%;
  align-items: center;
}
.show_line_buy_from_us_checkout>svg {
  width: 5%;
  fill: #4D990D;
}
/* --- desktop_collections.css --- */
#filter_titel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0% 5% 0% 2%;
}
/* products_container*/
.products_container_titel_and_price {
  text-align: left;
  padding: 2% 8% 4% 1%;
}
.products_container_titel {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3%;
}
.products_container_titel>a {
  color: black;
  text-decoration: none;
  font-size: 12px;
}
.symbole_code_show,
.dot_number {
  font-size: 12px;
}
.products_container_price_price_itself {
  font-size: 16px;
  font-weight: bold;
}
.products_container_image_image {
  width: 93% !important;
  height: 350px;
  border-radius: 4%;
  object-fit: cover;
}
.products_container {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 1.25rem;
}
#cart_adder {
  height: 1.125rem;
  width: 100%;
}
.products_container_price {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
/* products_container end */
/*body*/
#filter {
  height: 1%;
  background-color: white;
}
#filter_products {
  display: flex;
  align-items: baseline;
}
.u-product-title-link,
.image_product_down,
.title_may_also_like {
  font-size: 12px !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px 0px 0px 0px;
  color: black;
}
.u-align-center.u-product-control.u-text.u-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}
/* css cart widget */
/* css cart widget */
.close-button {
  position: absolute;
  top: 0.625rem;
  border: none;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  right: 3%;
  cursor: pointer;
  color: black;
}
#modal_widget_add_to_cart_button {
  cursor: pointer;
  display: block;
  border: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
}
#modal_widget_index_count_cart {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
/* --- desktop_header.css --- */
.img_icon_in_menu {
  width: 33px;
  height: 33px;
  display: inline;
  margin-top: 2%;
}
#cart_button {
  width: 30px;
  height: 29px;
  display: inline;
}
.header-exists {
  margin-top: 5% !important;
}
.header-text {
  margin-top: 6% !important;
}
.header-not-exists {
  margin-top: 0% !important;
}
#hart_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}
#user_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}
#search_icon_img {
  width: 30px;
  height: 29px;
  display: inline;
}
#search_icon_button {
  justify-content: flex-end;
  display: flex;
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}
.menu {
  white-space: nowrap;
}
.u-nav-container .u-nav-item:hover>.u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}
#cart_icon_number {
  border-radius: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  transform: translate(20%, 0%);
  z-index: 1;
  width: calc(1em + 3px);
  height: calc(1em + 3px);
  line-height: calc(1em + 2px);
  text-align: center;
  vertical-align: baseline;
  box-sizing: content-box;
}
#cart_icon_number2 {
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -20%);
  z-index: 1;
  width: calc(1em + 3px);
  height: calc(1em + 3px);
  line-height: calc(1em + 2px);
  text-align: center;
  vertical-align: baseline;
  box-sizing: content-box;
}
.u-icon-circle {
  border-radius: 50%;
}
.u-nav-link {
  display: block;
  color: black;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}
.header_container {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button.right {
  display: flex;
  width: 12%;
}
.button.left {
  text-align: left;
  width: 53%;
}
.logo {
  text-align: center;
  margin: auto;
}
.u-header .u-nav-1 {
  font-size: 1rem;
  letter-spacing: 0px;
}
.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}
#myHeader {
  box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px;
  position: fixed;
  top: 0;
  width: 100%;
}
.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-menu,
.u-popupmenu-items {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}
.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  left: 34px;
  background-color: white;
  width: 500px;
}
.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.u-inner-container-layout {
  display: none;
}
.modal_widget_thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
  padding: 10px;
  width: 100px;
}
.modal_widget_thumbnails img {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: contain;
}
.modal_widget_thumbnails img:hover,
.modal_widget_thumbnails img.active {
  border: 2px solid #007bff;
}
.modal_widget_main-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_widget_main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
#modal_widget_product_setting_images {
  width: 38%;
}
.modal-container {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
}
/* Base skeleton loader style */
.skeleton_checkout_header_1 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_header_2 {
  width: 20%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_header_3 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_summery_text {
  width: 25%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_arrow {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_input_city_zip {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 50%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_input {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_checkout_button {
  cursor: pointer;
  letter-spacing: .02em;
  border-radius: 4px;
  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  width: 56%;
  margin: auto;
}
.skeleton__button_cart {
  width: 50%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 35px;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
.skeleton__text_cart {
  width: 12%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
.skeleton__cart_closebtn {
  width: 20%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 36px;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
/* Specific styles for skeleton shapes */
.skeleton__wishlist_img {
  right: 10px;
}
.modal_widget_skeleton__image {
  margin-right: 0%;
  margin-left: 0%;
  height: 193px;
  width: 161px;
  object-fit: contain;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.modal_widget_skeleton__image_gallery {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
/* Shimmer effect */
@keyframes shimmer {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.skeleton__thank_you_page_text {
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
.skeleton__thank_you_page_text_2 {
  height: 20px;
  width: 30px;
  text-align: left;
  direction: rtl;
  padding-left: 4%;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
.skeleton__thank_you_page_text_3 {
  height: 20px;
  width: 60px;
  text-align: left;
  direction: rtl;
  padding-left: 4%;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
.skeleton_thank_you_page_image {
  display: flex;
  width: 4%;
  height: 7%;
  margin: auto;
  margin-top: 7%;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
/* skeleton  end*/
/* --- desktop_homepage.css --- */
/* Base skeleton loader style */
.skeleton__text {
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}
/* Specific styles for skeleton shapes */
.skeleton__homepage_image {
  width: 100%;
  margin-top: 10%;
  height: 349px !important;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_Category_image {
  border-radius: 69%;
  width: 56px;
  height: 56px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton_products_container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-content: space-around;
  grid-gap: 5px;
  background-color: #fdfdfd;
  padding: 0% 3% 0% 2%;
}
.skeleton__titel_product_collection {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__title {
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__may_also_like_img {
  width: 100% !important;
  object-fit: contain;
  height: 221px;
  border-radius: 4%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__may_also_like_text {
  text-align: right;
  height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
  margin-top: 11px;
  margin-bottom: 4%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__wishlist_img {
  width: 7%;
  height: 4%;
  position: absolute;
  left: 10px;
  cursor: pointer;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__button_cart_product_page {
  padding: 15px 30px;
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__image {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.option-name-skeleton {
  display: flex;
  gap: 4px;
  width: 66px;
  height: 15px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skeleton__size {
  width: 28px;
  height: 28px;
  border-radius: 42%;
  padding: 4px 4%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}
.skeleton__line {
  width: 90%;
  height: 15px;
  margin-bottom: 8px;
}
/* Shimmer effect */
@keyframes shimmer {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}
/* skeleton  end*/
#scrollTopcart {
  right: 15px;
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 25%;
  padding: 6px 7px;
  font-size: 24px;
  cursor: pointer;
  background-color: white;
  color: white;
  border: none;
  border-radius: 40%;
}
.text_Category_box {
  max-width: 6em;
  display: block;
  word-wrap: break-word;
  text-align: center;
}
.Category_image {
  border-radius: 69%;
  width: 100px;
  height: 100px;
}
#homepage_image {
  width: 100%;
  margin-top: -2%;
}
/* products_container*/
/* products_container end */
.image_category {
  width: 100%;
  height: 285px;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}
/* css cart widget */
/* css cart widget */
/* --- desktop_product_page.css --- */
.option-button.selected {
  border: 1px solid rgb(0, 0, 0);
}
.option-button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.new-options {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  padding-left: 2%;
}
.option-name {
  display: flex;
  gap: 4px;
}
.color-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-left: 2%;
}
.option-name-select {
  font-weight: bold;
}
.color-circle.selected {
  border: 1px solid rgb(0, 0, 0);
  padding: 3px;
  border-radius: 50%;
}
.color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.size-options {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding-left: 2%;
}
.PC {
  width: 100%;
  margin-left: 0%;
}
.size-button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.size-button.selected {
  border: 1px solid rgb(0, 0, 0);
}
.gallery {
  display: flex;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
  padding: 10px;
  width: 100px;
}
.thumbnails img {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: contain;
}
.thumbnails img:hover,
.thumbnails img.active {
  border: 2px solid #007bff;
}
.main-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.main-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.thumbnails::-webkit-scrollbar {
  width: 6px;
}
.thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
#payment_method_site_images {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wishlist_img {
  width: 6%;
  margin-left: auto;
  cursor: pointer;
  display: none;
}
/* products_container*/
/* products_container end */
.image_product_page_also_like_continter {
  text-align: center;
  padding: 0% 9%;
}
.product_page_also_like {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
.title_may_also_like {
  color: black !important;
}
.image_product_down {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}
#question {
  box-shadow: 0 0 10px #aeaeae;
  margin: auto;
  padding: 4%;
  width: 50%;
}
#product_setting_images {
  width: 30%;
}
#product_setting {
  width: 30%;
}
#main_page_product {
  display: flex;
  gap: 5%;
  justify-content: center;
}
#button_add_to_cart {
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  display: block;
  border: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: white;
  font-size: 20px;
  padding: 5px 30px;
}
#button_add_to_cart_upsell {

    margin-top: 10px;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: 0.02em;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: white !important;
  width: 100%;
  border-radius: 10px;
  font-size: 23px;
  padding: 14px 20px;
  font-weight: 700;
  cursor: pointer;

}
#thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}
#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}
/* For Webkit browsers (Chrome, Safari, etc.) */
#thumbnails::-webkit-scrollbar {
  scrollbar-width: auto;
}
#thumbnails::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#index-count-proudct-page {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.img_cart_product {
  height: 5vw;
  width: 5vw;
  object-fit: fill;
  margin: 0;
}
#paypal-button-container {
  width: 100%;
  color: white;
  font-size: 17px;
  padding: 14px 0px 0px 0px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  touch-action: manipulation;

    z-index: 1;
        position: relative;

        
}
.cart_product_outside_cart_page {
  padding: 0.2vw 3vw 0.2vw 3vw;
}
#scrollTopBtn {
  right: 15px;
  z-index: 0;
  position: fixed;
  bottom: 7vw;
  display: none;
  cursor: pointer;
  background-color: #949494;
  color: #ffffff;
  border: none;
  border-radius: 25%;
  width: 2vw;
  height: 2vw;
}
#scrollTopBtn_arrow {
  transform: rotate(-90deg);
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
#cart_floating {
  width: 1.5vw;
  height: 1.5vw;
}
/* css cart widget */
/* css cart widget */
#index-count {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.modal_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0%;
  display: none;
  z-index: 9999;
}
.support_icon_image_svg {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  gap: 2%;
}
.support_icon_image:hover {
  transform: scale(1.05);
}
.support_icon_image_svg svg {
  width: 30px;
  height: 30px;
}
.support_icon_text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.divider {
  font-size: 32px;
  color: #ccc;
}
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}
#emailPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  background: #ffffff;
  z-index: 9999;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
  animation: popup-bounce 0.6s ease;
}
.popup-email-content h3 {
  margin-top: 0;
}
.popup-email-content input {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.popup-email-content button {
  width: 100%;
  padding: 10px;
  background-color: #1C1C1C;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}
.close-email-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
#exitPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  background: white;
  z-index: 9999;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: none;
}
.exit-popup-content {
  animation: popup-fade-scale 0.4s ease-out;
}
.exit-popup-content h3 {
  margin-top: 0;
  font-size: 20px;
}
.exit-popup-content p {
  font-size: 16px;
  margin: 10px 0 20px 0;
}
.exit-popup-content button {
  padding: 10px 20px;
  background-color: #1C1C1C;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.exit-close-btn {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
/* offer css */
.bundle-box {
  border: 1px solid #ddd;
  padding: 16px;
  background: #fff;
}
.offer_product {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 2%;
}
.offer_product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 12px;
}
.details {
  flex-grow: 1;
}
.name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  text-align: left;
  width: 80%;
}
.offer_price {
  font-size: 13px;
  color: #555;
  text-align: end;
}
.old-offer_price {
  text-decoration: line-through;
  color: #999;
}
.new-offer_price {
  color: #444;
  font-weight: bold;
}
.free-offer_price {
  color: #4CAF50;
  font-weight: bold;
}
.offer_divider {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 12px 0;
  position: relative;
}
.offer_plus-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.offer_total {
  border-top: 1px solid #eee;
  margin-top: 12px;
  padding-top: 8px;
  text-align: center;
}
.offer_total .offer_description {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: flex;
  justify-content: end;
}
.offer_total .offer_summary {
  font-size: 16px;
  font-weight: bold;
  display: FLEX;
  JUSTIFY-CONTENT: space-between;
}
.offer_total .offer_label {
  color: #333;
  margin-right: 6px;
}
.old-offer_total {
  text-decoration: line-through;
  color: #999;
  margin: 0 6px;
  font-size: 14px;
}
.final-offer_total {
  color: #000;
  font-weight: bold;
}
@keyframes zoomLoop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bogo-anim {
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.bogo-anim.animate {
  display: block;
  animation: zoomLoop 1s ease-in-out infinite;
}
/* timer_offer */
#timer_countdown {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
  padding: 12px 18px;
  border-radius: 12px;
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#timer_popup_extension {
  max-width: 90%;
  width: 340px;
}
#timer_popup_extension h3 {
  margin-top: 0;
  font-size: 20px;
  color: #333;
}
#timer_popup_extension p {
  color: #555;
  font-size: 15px;
  margin: 10px 0 20px;
}
#timer_close_popup_btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#timer_close_popup_btn:hover {
  background-color: #45a049;
}
/* bundle*/
.bundle-option {
  gap: 10px;
}
.bundle-option {
  flex-direction: row;
}
.bundle-option img {
  width: 50px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.bundle-container {
  box-sizing: border-box;
}
.bundle-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bundle-heading .line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}
.bundle-heading .heading-text {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
.bundle-option {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: grid;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  background-color: white;
}
.bundle-option input {
  transform: scale(1.4);
}
.pack-title {
  font-size: 18px;
  font-weight: bold;
  display: grid;
}
.price {
  font-size: 18px;
  margin-top: 5px;
  display: grid;
}
.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}
.savings {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.badge {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 8px;
}
.badge.shipping {
  background-color: #eee;
  color: #666;
}
.badge.popular {
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50px;
}
.bundle-option input {
  margin-bottom: 10px;
  margin-right: 0;
}
.bundle-info {
  align-items: center;
  text-align: right;
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.bundle-heading {
  flex-direction: row;
  flex-wrap: nowrap;
}
.bundle-box_background {
  display: flex;
  align-items: center;
  gap: 2%;
}
.color-options-bundle {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-right: 2%;
}
.size-options-bundle {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding-right: 2%;
}
.new-options-bundle {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}
.color_bundle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
}
.optionsHTML_name {
  display: flex;
}
.bottom_bundle {
  display: flex;
  justify-content: space-between;
}
.data_product_options_bundle_app {
  width: 80%;
}
.image_bundle {
  display: grid;
  align-items: center;
}
.color-image {
  height: 20px !important;
  width: 20px !important;
}
.option-button-bundle {
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.option-button-bundle.selected {
  border: 1px solid rgb(0, 0, 0);
}
.size-button-bundle.selected {
  border: 1px solid rgb(0, 0, 0);
}
.size-button-bundle {
  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 6px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.color-circle>img {
  border-radius: 8px;
  object-fit: cover;
  height: 20px !important;
  width: 20px !important;
  margin-right: 0px !important;
}
.color-options-offer {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-right: 2%;
}
.option-button-offer {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.size-button-offer {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}
.option-button-offer.selected {
  border: 1px solid rgb(0, 0, 0);
}
.size-button-offer.selected {
  border: 1px solid rgb(0, 0, 0);
}
.new-options-offer {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}
.size-options-offer {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}
#all_the_reviews_container_tm_review {
  background: white;
  padding: 2% 15% 1% 15%;
  margin: auto;
}
.show-all-reviews-btn_tm_review {
  display: none;
}
#sliderValue_tm_review {
  display: none;
}
.filter-slider-container_tm_review {
  text-align: center;
  margin-bottom: 30px;
}
#starSlider_tm_review {
  width: 80%;
  margin-top: 10px;
}
.slider-labels_tm_review {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 5px auto 0;
  font-size: 14px;
  color: #666;
}
.add-review-form_tm_review {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.add-review-form_tm_review textarea,
.add-review-form_tm_review select,
.add-review-form_tm_review input[type="text"] {
  width: 90%;
  max-width: 400px;
  padding: 10px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.custom-file-upload_tm_review {
  display: inline-block;
  padding: 8px 14px;
  cursor: pointer;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 10px;
}
#newReviewImage_tm_review {
  display: none;
}
.review-wrapper_tm_review {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  padding: 16px;
}
.stars_tm_review {
  font-size: 22px;
  margin-bottom: 6px;
  text-align: right;
}
.review-name_tm_review {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.review-text_tm_review {
  color: #333;
  margin-bottom: 6px;
}
.review_tm_review img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}
.show-all-reviews-btn_tm_review {
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#toggleReviewFormBtn_tm_review {
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
#submitReviewBtn_tm_review {
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.slider-labels_tm_review span .star_tm_review {
  font-weight: bold;
  margin-right: 2px;
}
.img_tm_review {
  max-width: 100%;
  height: 45%;
  border-radius: 8px;
  margin-top: 10px;
}
/* --- desktop_thank_you_page.css --- */
/* products_container*/
/* products_container end */
/* css cart widget */
/* css cart widget */
/* --- desktop_upsell.css --- */
.product_price {
  font-size: 23px;
}
#container_upsell {
  white-space: nowrap;
  text-align: left;
  padding-left: 4%;
  padding-top: 1%;
}
#loader_model {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -241px 0 0 -75px;
  border: 16px solid #cfcfcf;
  border-radius: 50%;
  border-top: 17px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 6s linear infinite;
}
.paypl_button_Syle {
  padding-top: 3%;
}
.upsell_price {
  gap: 2%;
  display: flex;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  align-items: baseline;
}
/* --- desktop_user_page.css --- */
#order_confirmation_img {
  display: flex;
  width: 4%;
  height: 7%;
  margin: auto;
  margin-top: 7%;
}
#table_1 {
  width: 60%;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
  border: 1px solid #c1c1c1;
  display: inline-table;
}
.THE_IMAGE {
  width: 100px;
  height: 100px;
}
tr {
  text-align: center;
}
#table_2_total_price {
  text-align: right;
}
th {
  text-decoration: underline;
}
td {
  width: 10%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#table_2_payment {
  text-align: left;
}
#table_2_payment_info {
  text-align: left;
  padding-left: 5%;
}
#table_2 {
  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
}
a {
  text-decoration: none;
  color: black;
}
* {
  box-sizing: border-box;
}
#logo_image {
  height: 55px;
}
#box {
  border: 1px #ddd solid;
  padding: 2%;
  margin-right: 39%;
  margin-left: 39%;
  margin-top: 1%;
}
#hold_info {
  width: 41%;
  margin: auto;
}
.box_place {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 24%;
}
.box {
  border: 1px #ddd solid;
  padding: 0.5%;
  margin-top: 1%;
  border-radius: 7%;
  width: 82%;
}
#box_titel {
  font-size: 30px;
  font-weight: bold;
}
#box_input {
  padding: 1%;
}
#box_input_text {
  font-weight: bold;
}
input {
  width: 66%;
  height: 46px;
  border: 1px solid #a6a6a6;
  border-top-color: #949494;
  border-radius: 3px;
}
#connect_button {
  margin: auto;
  display: block;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: white !important;
  font-size: 20px;
  padding: 1%;
  width: 100%;
}
#register_button {
  text-align: center;
}
#register_button_self {
  margin: auto;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  letter-spacing: .02em;
  text-decoration: none;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: #000000 !important;
  font-size: 20px;
  width: 17%;
}
.Country {
  border: #000000 1px solid !important;
  width: 100%;
  height: 48px;
  line-height: normal;
  border-radius: 4px;
  padding: 0 1.0714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}
.state {
  border: #000000 1px solid !important;
  height: 48px;
  line-height: normal;
  border-radius: 4px;
  padding: 0 0.9714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}
.Zip {
  border: #000000 1px solid !important;
  width: 100%;
  height: 48px;
  line-height: normal;
  border-radius: 4px;
  padding: 0 0.9714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}
#recovery_button_self {
  margin: auto;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: .02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: #000000 !important;
  font-size: 20px;
  width: 17%;
}
#register {
  text-align: center;
  display: flex;
  align-items: center;
}
#register_titel {
  margin: auto;
}
#register_line_left {
  width: 8%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  margin-top: -1px;
  z-index: 1;
  left: 39%;
}
#register_line_right {
  width: 8%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  margin-top: -1px;
  z-index: 1;
  right: 39%;
}
/* products_container*/
/* products_container end */
/* css cart widget */
/* css cart widget */
/* --- desktop_wishlist.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  margin: 0;
}
.products_container_image_image_wishlist {
  width: 100% !important;
  height: 350px;
  border-radius: 4%;
}
.products_container_titel_and_price_wishlist {
  text-align: right;
  padding: 0% 5% 5% 5%;
}
.products_container_images_and_prices_and_titel_wishlist {
  margin-bottom: 6%;
  background-color: white;
}
.products_container_wishlist {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 2%;
  background-color: #f7f7f7;
}
#title_may_like {
  text-align: center;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
}
/* products_container*/
.titel_product_collection {
  font-size: 12px;
}
.titel_product_collection {
  color: black;
  text-decoration: none;
}
/* products_container end */
.hand {
  position: relative;
  left: -15px;
}
#cart_price_before {
  display: flex;
  padding: 1% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}
#cart_saved {
  display: flex;
  padding: 0% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}
#cart_need_to_pay {
  display: flex;
  padding: 0% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}
#atc_top {
  margin: 0 auto;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  position: sticky;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#closebtn_imag {
  width: 71%;
  margin-left: 0;
  margin-right: 0;
  height: 36px;
}
#hedaer_cart {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
}
#spacekris {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
#lowstockkris {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 60px;
  background-color: #ebebeb;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
}
#lowstockkris b {
  font-size: 12px;
  color: black;
}
#in_nave {
  margin-top: 0px;
  flex-grow: 1;
  position: relative;
  background-color: white;
  color: black;
  height: 300000000px;
  overflow: scroll;
}
.u-repeater {
  display: grid;
  grid-template-columns: repeat(4, 25.333333%);
}
.image_product_down {
  font-size: 16px !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
.u-price-wrapper {
  justify-content: space-between;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 2%;
}
.also_like_image {
  height: 285px;
  cursor: pointer;
}
.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1 {
  padding: 13%;
}
.u-align-center {
  text-align: center;
}
/* css cart widget */
/* css cart widget */
.image_category_upsell {
  width: 93%;
  height: 420px;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}
.container_also_like {
  display: flex;
  justify-content: center;
  align-items: center;
}
#image_product>div {
  padding-bottom: 15%;
}
.image-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  border: none;
  padding: 7px 9px;
  font-size: 18px;
  cursor: pointer;
}
.u-hide-price.u-old-price {
  margin-left: 10px;
  display: none;
}
#yes {
  width: 4%;
  height: 7%;
}
.u-text {
  word-wrap: break-word;
  position: relative;
}
h4 {
  font-weight: 400;
}
#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}
.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}
.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}
#modal_widget_thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}
#modal_widget_product_setting {
  width: 50%;
  padding: 2%;
}
#modal_widget_gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btc_addto_Cart {
  display: none;
}
#modal_widget_thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.modal_widget_main_image_gallery_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 586px;
  right: 0;
  position: absolute;
  top: 0;
  width: 355px;
  pointer-events: none;
}
.modal_widget_images_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 193px;
  width: 161px;
  pointer-events: none;
}
.modal_widget_images_background {
  position: relative;
  margin-left: 1%;
}
#arrow-left {
  left: 9px;
  font-weight: 600;
}
#arrow-right {
  right: 10px;
  font-weight: 600;
}
#modal_widget_headline {
  word-break: break-word;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}
#modal_widget_price_product {
  display: flex;
  gap: 20px;
  margin-bottom: 11px;
  align-items: baseline;
}
#modal_widget_headline_text {
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}
.modal_widget_product_price_comper_symbole {
  text-decoration: line-through !important;
}
#modal_widget_product_price {
  font-size: 22px;
}
#modal_widget_index_count {
  display: none;
}
#size_world_wide>span,
.varrint_0>div,
.varrint_1>div,
.varrint_2>div,
.varrint_3>div,
.varrint_4>div,
.varrint_0>input,
.varrint_1>input,
.varrint_2>input,
.varrint_3>input,
.varrint_4>input {
  margin-left: 2%;
}
.accordion {
  max-width: 600px;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-header .icon {
  transition: transform 0.3s ease;
}
.info-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.info-item {
  text-align: center;
  padding: 0 10px;
}
.info-icon {
  width: 30px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.info-text div {
  font-size: 14px;
  color: #333;
}
.divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
}
.info-tooltip {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 4px;
  cursor: help;
}
#Description {
  width: 100%;
  margin-top: 0%;
}
/* === Rows & Columns === */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0% 5%;
}
.column {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.column img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
/* === Text & Paragraph === */
.row .column p,
.row .column div {
  font-size: 16px;
  line-height: 1.5;
}
/* === Accordion === */
.accordion {
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
}
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
/* אם לא רוצים מרווח אחרי האחרון */
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-header {
  cursor: pointer;
  padding: 12px 15px;
  font-weight: bold;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header:hover {
  background: #f1f1f1;
}
.accordion-header .icon {
  font-size: 18px;
  font-weight: bold;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  padding: 0 15px;
  transition: height 0.3s ease, padding 0.3s ease;
}
.accordion-content.open {
  height: auto;
  padding: 15px;
}
/* === Testimonial === */
.testimonial {
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
  background: #fafafa;
  text-align: center;
  max-width: 400px;
}
.testimonial-avatar {
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial-text {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial-stars {
  color: gold;
  font-size: 18px;
}
/* === Media Gallery === */
.media-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  padding: 10px;
}
.gallery-img,
.gallery-video {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 8px;
  scroll-snap-align: center;
  object-fit: cover;
}
.media-gallery::-webkit-scrollbar {
  display: none;
}
.video-wrapper {
  position: relative;
  flex: 0 0 75%;
  max-width: 100%;
  scroll-snap-align: center;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.sound-toggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.gallery-img:hover {
  transform: scale(1.05);
}
/* נקודות מתחת לגלריה */
.gallery-dots {
  text-align: center;
  margin-top: 10px;
}
.gallery-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.gallery-dot.active {
  background: #333;
}
/* === General Images === */
.row-1 .column {
  width: 30%;
  flex: 1 1 100%;
}
.row-2 .column {
  flex: 1 1 calc(50% - 15px);
}
.row-3 .column {
  flex: 1 1 calc(33.333% - 15px);
}
.row-4 .column {
  flex: 1 1 calc(25% - 15px);
}
.before-after {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 20px auto;
}
.before-after img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.after-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* after תמיד מעל before ונחתכת */
.after-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
/* קו ההפרדה */
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: rgba(255,255,255,0.8);
  cursor: ew-resize;
  z-index: 5;
}
/* העיגול עם החצים */
.slider-handle .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
}
#sc-panel {
  width: 20%;
}
/* 🔖 מרקר אחיד לכל הגובה + שליטה במהירות */
/* בסיס */
.hl-ink {
  --ink: #FFF59D;
  --ink-ease: linear;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 .06em;
}
.hl-ink-line {
  background-image: linear-gradient(var(--ink), var(--ink));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 100%;
  transition-property: background-size;
  transition-timing-function: var(--ink-ease);
  transition-duration: var(--dur, 1s);
  transition-delay: var(--delay, 0s);
  display: inline;
}
/* RTL – סוויפ מימין לשמאל */
.hl-ink.rtl .hl-ink-line {
  background-position: 100% 100%;
}
/* הפעלה */
.hl-ink.on .hl-ink-line {
  background-size: 100% 100%;
}
/* ========= Donation Box ========= */
.donation-box {
  direction: rtl;
  max-width: 380px;
  margin: 0 auto;
  padding: 16px 18px 18px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(12, 22, 44, 0.10);
  border: 1px solid #eef0f4;
  font-family: inherit;
}
.donation-title {
  font-size: 20px;
  font-weight: 700;
  color: #0c1423;
  text-align: center;
  margin-bottom: 14px;
}
/* Preset buttons row */
.donation-presets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.donation-btn {
  appearance: none;
  text-align: center;
  border: 1.5px solid #d8dde6;
  background: #fff;
  color: #0c1423;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  outline: none;
}
.donation-btn:hover {
  border-color: #b8c2d3;
}
.donation-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(18,84,255,.18);
  border-color: #1254ff;
}
/* מחליף את הקבועים בצבעים דינמיים מה-:root של הקופסה */
.donation-box .donation-btn.is-active,
.donation-box-only_donate_page .donation-btn.is-active {
  background: var(--accent);
  color: var(--accent-contrast);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-ring);
}
/* Input section */
.donation-input-wrap {
  margin-top: 8px;
}
.donation-input-label {
  font-size: 12px;
  color: #6b7280;
  text-align: left;
  margin: 0 2px 6px;
}
.donation-input {
  width: 100%;
  height: 44px;
  border: 1.5px solid #e5e8ef;
  background: #f4f7fb;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #0c1423;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.donation-input::placeholder {
  color: #9aa3b2;
  font-weight: 500;
}
.donation-input:focus {
  border-color: #1254ff;
  box-shadow: 0 0 0 3px rgba(18,84,255,.12);
  background: #f9fbff;
}
/* כפתור המשך (אם יש לך אחד מתחת) – דוגמה תואמת */
.donation-continue {
  width: 100%;
  height: 48px;
  margin-top: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .04s ease, opacity .15s ease;
}
.donation-continue:active {
  transform: translateY(1px);
}
.donation-continue[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
/* ==== Override with CSS variables (paste at the END) ==== */
/* ברירת מחדל אם לא הוזרק צבע מה-JS */
.donation-box {
  --accent: #0c1423;
  --accent-ring: rgba(12,20,35,.18);
  --accent-contrast: #ffffff;
}
.donation-box-only_donate_page {
  direction: rtl;
  max-width: 380px;
  margin: 0 auto;
  padding: 16px 18px 18px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(12, 22, 44, 0.10);
  border: 1px solid #eef0f4;
  font-family: inherit;
}
/* הכפתור הפעיל – רקע/מסגרת מה-accent */
.donation-box .donation-btn.is-active {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: var(--accent-contrast) !important;
}
/* גם "סכום אחר" כשהוא פעיל */
.donation-box .donation-btn--other.is-active {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: var(--accent-contrast) !important;
}
/* פוקוס טבעת/מסגרת בצבע המוצר */
.donation-box .donation-btn:focus-visible {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-ring) !important;
}
/* אינפוט בפוקוס בצבע המוצר */
.donation-box .donation-input:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-ring) !important;
  background: #f9fbff;
}
/* ===================== Base popup styles ===================== */
/* overlay */
#offer-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
/* הקופסה */
.offer-popup {
  width: min(92vw, 420px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 86vh;
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
/* כותרת */
.offer-popup header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
  direction: rtl;
  gap: 10px;
}
.offer-popup header .title {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  line-height: 1.3;
  flex: 1;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-popup .x {
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
/* גוף (ברירת מחדל: grid אופקי) */
.offer-popup .body {
  padding: 12px;
  overflow: auto;
  direction: rtl;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: start;
}
.offer-popup .body img {
  width: 96px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
}
.offer-popup .body .price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 6px 0 10px 0;
}
.offer-popup .body .price .old {
  text-decoration: line-through;
  color: #666;
  font-size: 14px;
}
.offer-popup .body .price .new {
  font-weight: 800;
  font-size: 18px;
  color: #111;
}
.offer-popup .selects > * {
  width: 100%;
  margin-bottom: 10px;
}
/* פוטר */
.offer-popup footer {
  padding: 12px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.offer-popup footer button {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}
.offer-popup .save-btn {
  background: #111;
  color: #fff;
}
.offer-popup .cancel-btn {
  background: #f2f2f2;
  color: #111;
}
/* ===================== UX polish: בלי FOUC/היילייט טאץ' ===================== */
/* מבטל את ה-highlight הכחול/אפור במובייל כשנוגעים בשטח האוברליי או בפנים */
#offer-popup-overlay,
#offer-popup-overlay * {
  -webkit-tap-highlight-color: transparent;
}
/* אין קווי מתאר/פוקוס לא יפים בתוך הפופאפ (נשאר ממוקד ונקי) */
.offer-popup :focus,
.offer-popup :focus-visible {
  outline: none;
}
/* (אופציונלי) מניעת בחירת טקסט אקראית במגע על האוברליי */
#offer-popup-overlay {
  -webkit-user-select: none;
  user-select: none;
}
/* ===================== Centered variant ===================== */
/* מפעיל לייאאוט אנכי עם תמונה ממורכזת — רק כשיש is-centered על הקופסה */
.offer-popup.is-centered .body {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 14px;
  direction: rtl;
  overflow: auto;
}
.offer-popup.is-centered .body img {
  width: min(70vw, 240px);
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eee;
  display: block;
  margin: 0 auto;
}
.offer-popup.is-centered .body .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 12px 0;
}
.offer-popup.is-centered .selects {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.offer-popup.is-centered .selects > * {
  width: 100%;
  margin-bottom: 10px;
}
/* ===================== (אופציונלי) קוסמטיקה קלה ===================== */
/* מעבר רך כשנפתח (למנוע "הבזק") */
#offer-popup-overlay {
  opacity: 0;
  animation: offerOverlayFade .12s ease-out forwards;
}
@keyframes offerOverlayFade {
  to {
    opacity: 1;
  }
}
.offer_options_headers {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 6px 0;
}
.offer_option_header_item {
  appearance: none;
  border: 0;
  background: #f5f5f5;
  color: #333;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.offer_option_header_item:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}
.tbl.tbl-compare>tbody {
  border: 1px solid #dfdfdf;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
}
.tbl {
  width: 100%;
  border-collapse: collapse;
  direction: inherit;
}
.tbl th, .tbl td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  text-align: start;
  vertical-align: middle;
  font-size: 15px;
}
.tbl thead th {
  position: sticky;
  top: 0;
  font-weight: 700;
  z-index: 1;
}
/* תמונות בתוך טבלה */
.tbl .table-img {
  max-width: 80px;
  height: auto;
  display: block;
}
/* מצב השוואה: גריד נקי + הדגשת סימנים */
.tbl-compare th, .tbl-compare td {
  text-align: center;
}
.cmp-mark {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 6px;
}
/* מובייל: שורות קומפקטיות */
@media (max-width: 640px) {
  .tbl th, .tbl td {
    padding: 8px 10px;
    font-size: 14px;
  }
  .tbl .table-img {
    max-width: 64px;
  }
}
.Box_Payment_payplus {
  justify-content: space-between;
  display: flex;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  padding: 0% 4% 0% 2%;
}
/* ===== Facebook Post Slider (RTL/LTR) ===== */
.fbp-slider {
  max-width: 700px;
  margin: 0 auto;
}
.fbp-track::-webkit-scrollbar {
  display: none;
}
.fbp-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 10px 0 0;
}
.fbp-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #cfd4d9;
  cursor: pointer;
}
.fbp-dots .dot.active {
  width: 18px;
  background: #2374E1;
  transition: width .2s ease;
}
.fbp-card {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.fbp-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
.fbp-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.fbp-h-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fbp-line1 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fbp-name {
  font-weight: 600;
}
.fbp-verified svg {
  display: block;
}
.fbp-line2 {
  color: #606770;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fbp-dot {
  opacity: .7;
}
.fbp-more {
  margin-inline-start: auto;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #606770;
}
.fbp-text {
  padding: 0 12px 10px;
  font-size: 15px;
}
.fbp-media {
  background: #000;
}
.fbp-img {
  width: 100%;
  height: auto;
  display: block;
}
.fbp-counters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 13px;
  color: #606770;
  border-top: 1px solid #eef0f2;
}
.fbp-counters .fbp-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fbp-reactions {
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
}
.fbp-actions {
  display: flex;
  justify-content: space-around;
  gap: 6px;
  padding: 6px 6px 10px;
  border-top: 1px solid #eef0f2;
}
.fbp-btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  padding: 8px 0;
  cursor: pointer;
  color: #1d2129;
  font-weight: 600;
  font-size: 14px;
}
.fbp-btn svg {
  opacity: .8;
}
.fbp-btn:hover {
  background: #f2f3f5;
}
.fbp-like.is-liked {
  color: #2374E1;
}
.ba-label {
  position: absolute;
  top: 10px;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  backdrop-filter: saturate(140%) blur(2px);
  user-select: none;
  pointer-events: none;
  line-height: 1;
  max-width: min(48%, 240px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* חדש: לפני תמיד שמאל, אחרי תמיד ימין */
[dir="rtl"] .ba-label-before {
  left: 10px;
}
[dir="rtl"] .ba-label-after {
  right: 10px;
}
[dir="ltr"] .ba-label-before {
  left: 10px;
}
[dir="ltr"] .ba-label-after {
  right: 10px;
}
