html[lang="he"]{
    font-size: 1.1vw;
    direction: rtl
}
html[lang="he"] .form-wrapper input {
    direction: rtl
}
html[lang="en"],
html[lang="Us-en"] {
    direction: ltr
}
html[lang="en"] .form-wrapper input,
html[lang="Us-en"] .form-wrapper input {
    direction: ltr
}
body {
    font-family: 'FbTipograf';
}
.ac-en {
    font-family: "LGSmart";
}
.ac-en-bold {
    font-family: "LGSmart";
    font-weight: 700;
}


/* app */

.ac-sr-only {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    font-size: 1vw;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ac-container {
    width: 67rem;
    margin: 0 auto;
    height: 100%;
}

.ac-img-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ac-c2c {
    display: none;
}

h1 {
    font-size: 4.22rem;
}

h2 {
    font-size: 2.2rem;
    font-family: LG Smart;
font-weight: 600;
}

p {
    font-size: 1.4rem;
    color: #231F20;
}
svg{
    width:100%;
    height:100%;
}

/* Header */
header {
    position: relative;
    width: 100%;
    height: 32rem;
    color:#fff
}
header .ac-hedaer1{
    position: absolute;
    width: 53.3%;
}
header .ac-header_main{
    display: block;
    position: absolute;
    width: 64%;
    left: 0;
    height: 32rem;
    z-index: -1;
}
header .ac-header_main img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .ac-h_logo{
    position: absolute;
    width: 9rem;
    right: 1.5rem;
    top: 1.5rem;
}
header .ac-lglogo{
    position: absolute;
    width: 7rem;
    left: 1.5rem; 
    top: 1.5rem;
}
header .ac-header-text-wrapper{
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40rem;
}
header .ac-header-text{
    font-size: 2.8rem;
    display: block;
    margin-top: 1rem;
}
/* End Header */


/* Main */

main {
    padding-top: 1rem;
    background-image: url('../img/bg.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 250rem;
    position: relative;
}
main .ac-arrow-down {
    width: 5rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
section {
    width: 100%;
    /* height: 5858px; */
    position: relative;
    padding: 1rem 0 0 0 ;
    margin-bottom: 3rem;
}
section h1 {
    font-family: "LGSmart";
    font-weight: 600;
    text-align: center;
    font-size: 2.3rem;
}
/* Same as before */

.ac-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.5rem;
}
  
.ac-card {
    background-color: #fff;
    border-radius: 0.9rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center;
    width: 20rem;
    border: 0.1rem solid #706f6f;
    position: relative;
}
.ac-card .ac-flah {
    display: block;
    position: absolute;
    top: -3.2rem;
    left: -4.1rem;
    width: 13rem;
    height: auto;
}
.ac-card .ac-card-title {
    font-size: 1rem;
    margin-bottom: 0.7rem;
    color: #231F20;
    font-family: "LGSmart";
    font-weight: 600;
    direction: ltr;
}

.ac-card .ac-model-container span {
    font-family: "LGSmart";
    font-weight: 400;
    font-size: 0.8rem;
}
.ac-card .ac-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ac-card .ac-card-icon{
    
}
.ac-card .ac-card-icon img{

}
.ac-card .ac-card-image{
    width: 12rem;
    display: flex;
    height: 10rem;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
    
}
.ac-card .ac-card-image img{
    width: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    height: 100%;
    object-fit: contain;
}
.ac-card .ac-icons-container .ac-cross{
    background-color: #706f6f;
    width: 0.08rem;
    height: 2rem;
    margin: 0 0.5rem;
}
.ac-card .ac-buttons-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
}
.ac-card .ac-buttons-container-1{
    justify-content: center;
    /* margin-bottom: 0.5rem; */
}
.ac-card .ac-order {
    background-color: #C00C40;
    color: #fff;
    border-radius: 1rem;
    cursor: pointer;
    font-size: 1rem;
    border: 0.1rem solid #C00C40;
    text-decoration: none;
    width: 47%;
    font-weight: 400;
    font-family: 'FbTipograf';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.7rem;
    transition: color 0.5s, background-color 0.5s;
    padding-top: 0.1rem;
}
.ac-card .ac-order:hover{
    background-color: #fff;
    color: #C00C40;
}
.ac-card .ac-details-button {
    background-color: #fff;
    color: #C00C40;
    border-radius: 1rem;
    cursor: pointer;
    font-size: 1rem;
    border: 0.1rem solid #C00C40;
    width: 47%;
    font-weight: 400;
    font-family: 'FbTipograf';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.7rem;
    transition: color 0.5s, background-color 0.5s;
    padding-top: 0.1rem;
}
.ac-card .ac-details-button:hover{
    background-color: #C00C40;
    color: #fff;
}
.ac-card .ac-price-container {
    font-size: 1.7rem;
    color: #c21a1a;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    font-family: 'FbTipograf';
    font-weight: 400;
    display: flex;
    justify-content: center;
    direction: ltr;
    height: 2rem;
  }
  
  .ac-card .ac-current-price,
  .ac-card .ac-discounted-price {
    font-weight: bold;
    color: #C00C40;
  }
  
  .ac-card .ac-original-price,
  .ac-card .ac-discounted-original-price {
    text-decoration: line-through;
    color: #000;
    font-size: 1.2rem;
  }
  
  .ac-card .ac-divider {
    color: #C00C40;
    font-size: 1.2rem;
  }
#ac-part-3 .ac-icon-title{
    width: 12rem;
    display: flex;
    height: 4rem;
    margin: auto;
}
#ac-part-4 .ac-icon-title,
#ac-part-5 .ac-icon-title,
#ac-part-6 .ac-icon-title  {
    width: 12rem;
    display: flex;
    height: auto;
    margin: auto;
}
#ac-part-7 {
    margin-top: 9rem;
    text-align: center;
    font-weight: 700;
}
  /* Popup Styling */
  .ac-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
  }
  
  .ac-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 27rem;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    /* padding: 20px; */
  }
  
  .ac-popup-close {
    background: none;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    cursor: pointer;
    color: #fff;
    border-radius: 3rem;
    font-family: 'FbTipograf';
    font-weight: 200;
    border: 0.1rem solid #fff;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.15rem;
  }
  
  .ac-popup-title {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-family: 'FbTipograf';
    background-color: #000;
    padding: 1rem;
    font-weight: 400;
  }
  
  .ac-popup-table {
    width: 95%;
    border-collapse: collapse;
    font-size: 0.8rem;
    margin: auto;
  }
  
  .ac-popup-table td {
    padding: 0.7rem 0.5rem;
    border-bottom: 0.1rem solid #e0e0e0;
    text-align: right;
  }
  
  .ac-popup-table tr:last-child td {
    border-bottom: none;
  }
  .ac-popup-table tr:first-child td .ac-en{
    font-weight: 700;
  }
  .ac-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none; /* Hidden by default */
  }
  
  .ac-popup-overlay.active,
  .ac-popup.active {
    display: block;
  }
  

/* End Main */





/* Scroll bar Side Navigator Accordion */


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #232635;
    border-radius: 0px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d1d9ff;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #f7f7f7;
}


/* EndScroll bar Side Navigator Accordion */

.ac-hide-on-mobile {
    display: block;
}

.ac-show-on-mobile {
    display: none;
}

@media (min-width: 1921px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 0.9vw;
    }
}
@media (max-width: 1400px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 1.2vw;
    }
    header .ac-hedaer1 {
        position: absolute;
        width: 50%;
        height: 32rem;
    }
    header .ac-hedaer1 img{
        height: 100%;
        width: auto;
        position: relative;
        right: -7rem;  
    }
}

@media (max-width: 1000px) {
    html,
    html[lang="he"],
    html[lang="en"]  {
        font-size: 3vw;
    }
    main {
        padding-top: 1rem;
        /* background-image: url(../img/mob/bg.webp); */
        background-image: url(../img/bg.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: auto;
        position: relative;
        padding-bottom: 2rem;
    }
    .ac-container {
        width: 90%;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    .ac-show-on-mobile {
        display: block;
    }
    header {
        height: 89.8vw;
    }
    
    header .ac-lglogo {
        width: 4rem;
    }
    header .ac-h_logo {
        width: 6rem;
    }
    header .ac-hedaer1 {
        position: absolute;
        width: 100%;
        height: auto;
        top: 12rem;
    }
    header .ac-hedaer1 img {
        height: auto;
        width: 100%;
        position: relative;
        right: 0;
    }
    header .ac-header_main {
        width: 100%;
        left: 0;
        height: auto;
    }
    header .ac-header_main img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    header .ac-header-text-wrapper {
        position: absolute;
        top: 81%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
    header .ac-header-text {
        font-size: 1.2rem;
        display: block;
        margin-top: 0.5rem;
    }
    /* End header  mobile*/
    h1 {
        font-size: 2rem;
    }
    main .ac-arrow-down {
        display: none;
    }
    .ac-card {
        margin-bottom: 3rem;
        right: 14vw;
    }
    
    section {
        overflow-x: hidden;
        margin-bottom: 0rem;
    }
    #ac-part-7 {
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    html,
    html[lang="he"],
    html[lang="en"] {
        font-size: 4vw;
    }
    header {
        height: 102vw;
    }
    .ac-card {
        right: 4vw;
    }
    .ac-card .ac-price-container {
        font-size: 2rem;
    }
    .ac-card .ac-original-price, .ac-card .ac-discounted-original-price {
        font-size: 1.5rem;
    }
    .ac-card .ac-details-button,
    .ac-card .ac-order{
        height: 2rem;
        padding-top: 0.2rem;
        font-size: 1.1rem;
        width: 49%;
    }
    .ac-card .ac-card-title {
        font-size: 1.2rem;
    }
    .ac-card .ac-buttons-container {
        height: 2.5rem;
    }
}