﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
li,
button,
input,
select,
textarea {
    font-family: 'Assistant', Arial, sans-serif !important;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
li,
button,
input,
select,
textarea {
    font-family: 'Heebo', Arial, sans-serif !important;
}




h1,
h2,
h3 {
    color: #222 !important;
    font-weight: 700;
}


.support-contact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.support-category {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.support-category h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.support-category p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #555;
}

.support-category strong {
  color: #000;
  font-weight: bold;
}


shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 22px 70px 22px 22px;
  /* max-width: 560px; */
  
  text-align: right;
  margin: 0 auto 10px;
  background: #f6f6f6;
}

.shipping-method .method-list li:has(input[type="radio"]:checked),
.payment-method .method-list li:has(input[type="radio"]:checked) {
    background-color: #e8fbe9; /* ׳™׳¨׳•׳§ ׳₪׳¡׳˜׳œ׳™ */
    border-color: #4caf50;
}


.category-description {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.category-description:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #f3f3f3 85%);
    pointer-events: none;
}

.category-description.expanded {
    max-height: none;
}

.category-description-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}


.overview .old-product-price span:last-child,
.variant-overview .old-product-price span:last-child {
    text-decoration: line-through !important;
}



.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: right;
    border: 1px solid #ddd;
}

.styled-table thead tr {
    background-color: #009879;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.styled-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:nth-of-type(even):hover {
    background-color: #fff;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
}


@media (min-width: 769px) {

    .home-page-advantages {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        direction: rtl !important;
        width: 100% !important;
        background: #fff !important;
        padding: 20px !important;
        margin: 0 !important;
    }

    .home-page-advantages .advantages-item {
        flex: 1 1 0 !important;
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 18px !important;
        text-align: right !important;
        position: relative !important;
        padding: 0 35px !important;
        margin: 0 !important;
        border: none !important;
    }

    .home-page-advantages .advantages-item:not(:last-child)::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 2px !important;
        height: 65px !important;
        background: #d6d6d6 !important;
    }

    .home-page-advantages .picture {
        flex-shrink: 0 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home-page-advantages .picture img {
        width: 55px !important;
        height: 55px !important;
        max-width: 55px !important;
        max-height: 55px !important;
        object-fit: contain !important;
    }

    .home-page-advantages .info {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        text-align: right !important;
        width: auto !important;
    }

    .home-page-advantages .title,
    .home-page-advantages .title a,
    .home-page-advantages .title span {
        display: block !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #222 !important;
        text-decoration: none !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
    }

    .home-page-advantages .description,
    .home-page-advantages .description p {
        margin: 5px 0 0 0 !important;
        font-size: 14px !important;
        color: #777 !important;
        line-height: 1.4 !important;
        text-align: right !important;
    }
}

@media (min-width: 1281px) {
    .master-wrapper-content,
    .html-account-page .master-wrapper-content {
        padding: 10px 6vw 70px !important;
    }
}

.home-page-advantages {
    margin-bottom: 40px !important;
}




/*---blog content  */

.blog-content {
    direction: rtl;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.blog-content .blog-lead {
    font-size: 20px;
    text-align: center;
    color: #444;
    margin-bottom: 25px;
}

.blog-content .blog-date-highlight {
    color: #c40000;
}

.blog-content .blog-button-wrap {
    text-align: center;
    margin: 25px 0;
}

.blog-content .blog-button {
    display: inline-block;
    background: #111;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 10px;
}

.blog-content .blog-button.red {
    background: #c40000;
}

.blog-content img {
    width: 100%;
    border-radius: 16px;
    margin: 20px 0;
    display: block;
}

.blog-content h2 {
    margin-top: 35px;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
}

.blog-content p,
.blog-content li {
    font-size: 18px;
}

.blog-content .youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    margin: 25px 0;
    background: #000;
}

.blog-content .youtube-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    margin: 20px 0;
}

.blog-content th,
.blog-content td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: right;
}

.blog-content th {
    background: #f2f2f2;
}

.blog-content .faq-box {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 20px;
    margin-top: 20px;
}

.blog-content .cta-box {
    text-align: center;
    background: #fff3cd;
    border: 2px solid #ffcc00;
    border-radius: 16px;
    padding: 25px;
    margin: 35px 0;
}

.blog-content .cta-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 15px;
}
/* ==================================
   Product Description System
   Uses Emporium typography, lists, links, tables and buttons.
   Only components missing from the theme are defined here.
   ================================== */
.ofek-product-story {
    max-width: 960px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

.ofek-product-story img {
    max-width: 100%;
    height: auto;
}

.ofek-product-story__lead {
    font-size: 20px;
    font-weight: 500;
}

.ofek-product-story__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 1.5em 0;
}

.ofek-product-story__highlight {
    padding: 18px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.ofek-product-story__highlight strong {
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
}

.ofek-product-story__official {
    margin: 1.6em 0;
}

.ofek-product-story__official img {
    display: block;
    width: 100%;
}

.ofek-product-story__official figcaption {
    margin-top: 7px;
    color: #667078;
    font-size: 14px;
    text-align: center;
}

.ofek-product-story__modes,
.ofek-product-story__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ofek-product-story__mode,
.ofek-product-story__choice {
    padding: 17px;
    border-right: 3px solid #cc345a;
    background: #f9f9f9;
}

.ofek-product-story__included,
.ofek-product-story__condition,
.ofek-product-story__note {
    padding: 20px 24px;
}

.ofek-product-story__included {
    border: 1px solid #ddd;
}

.ofek-product-story__condition,
.ofek-product-story__note {
    margin-top: 1.5em;
    border-right: 4px solid #e4a11b;
    background: #fff8e8;
}

.ofek-product-story__faq details {
    margin: .65em 0;
    border: 1px solid #ddd;
}

.ofek-product-story__faq summary {
    padding: 14px 18px;
    font-weight: 700;
    cursor: pointer;
}

.ofek-product-story__faq details p {
    margin: 0;
    padding: 0 18px 16px;
}

.ofek-product-story__source {
    margin-top: 2em;
    color: #667078;
    font-size: 14px;
}

@media (max-width: 720px) {
    .ofek-product-story__lead {
        font-size: 18px;
    }

    .ofek-product-story__highlights,
    .ofek-product-story__modes,
    .ofek-product-story__choices {
        grid-template-columns: 1fr;
    }

    .ofek-product-story__included,
    .ofek-product-story__condition,
    .ofek-product-story__note {
        padding: 17px 18px;
    }
}
