html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}



.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;
  /*background: #f0f0f0;*/
  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;
}

#title_may_like {
  text-align: center;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
}

.wishlist_img {
  width: 6%;
  margin-left: auto;
  display: block;
  cursor: pointer;
   display: none;
}

/* products_container*/

.titel_product_collection {
  font-size: 12px;
  color: black;
  text-decoration: none;
}


.titel_product_collection {
  color: black;
  text-decoration: none;
}


/* products_container end */

.product_price {
  font-size: 23px;
}

.accordion-title {
  padding: 10px;
  cursor: pointer;
  text-align: left;
}
.accordion-title .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
}

.accordion-item.active .accordion-title .arrow {
  transform: translateY(-233%) rotate(180deg);
}

.accordion-item {
  border: 1px solid #ccc;
  border-right: 0px solid #ffffff;
  margin-bottom: 5px;
  border-left: 0px solid #ffffff;
  position: relative;
  border-bottom: 0px solid #ffffff;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-content {
  display: none;
  padding: 10px;
}

#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%;
}

.image_product_page_also_like_continter {
  text-align: center;
  padding: 0% 9%;
}

.product_page_also_like {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}

.also_like_image {
  height: 285px;
  cursor: pointer;
}

.container_also_like {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_may_also_like {
  color: black !important;
}

.image_product_down {
  font-weight: 400;

  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

#question {
  box-shadow: 0 0 10px #aeaeae;
  margin: auto;
  padding: 4%;
  width: 50%;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

#arrow-left {
  left: 8px;
  font-weight: 600;
}

.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

#arrow-right {
  right: 8px;
  font-weight: 600;
}

#product_setting_images {
  width: 30%;
}

#product_setting {
  width: 30%;
}

.accordion-content > p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

#main_page_product {
  display: flex;
  gap: 5%;
  justify-content: center;
}

#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

#button_add_to_cart {
  cursor: pointer;
  width: 95%;
  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: 15px 30px;
}

#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); /* Ensure visible color */
  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: 95%;
  color: white;
  font-size: 17px;
  padding: 14px 0px 0px 0px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  touch-action: manipulation;



}

.cart_product_outside {

  padding: 0.2vw 1vw 0.2vw 1vw;
}





#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;
}



#gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* css cart widget */

/* css cart widget */

.image_category_upsell {
  width: 93%;
  height: 420px;
  /* border-radius: 10px !important; */
  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;
}

#yes {
  width: 4%;
  height: 7%;
}
.u-text {
  word-wrap: break-word;
  position: relative;
}

h4 {
  font-weight: 400;
}


.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%;
}



#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;
}

#index-count {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: 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_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: fixed;
  bottom: 0%;
  display: none;
}

#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;
}






.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: 10px;
            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;
    }

    .offer_price {
        font-size: 13px;
        color: #555;
            text-align: end;
    }

    .old-offer_price {
        text-decoration: line-through;
        color: #999;
        margin-right: 5px;
    }

    .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;
    }

    .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 {
  display: flex;
  align-items: center;
  gap: 10px;
}


.bundle-option {
  flex-direction: row;
  align-items: center;
}



.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;
}

.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 {
  margin-right: 15px;
  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%;
}

.bottom_bundle {}


.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;
  

}
