/* =========================================================
   Teddyworld - main.css
   ========================================================= */

/* בסיס */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    background-color: #f7f2ec;
    color: #251a14;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}

button {
    cursor: pointer;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-main {
    width: 100%;
}

.site-container {
    width: 96%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

/* =========================================================
   Header
   ========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fffaf5;
    border-bottom: 1px solid #eadfd5;
}

.header-inner {
    position: relative;
    min-height: 76px;
}

/* כפתור תפריט */

.menu-button {
    position: absolute;
    top: 16px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.menu-button span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 5px auto;
    background-color: #392317;
    border-radius: 2px;
}

/* לוגו */

.site-logo {
    position: absolute;
    top: 9px;
    right: 60px;
    left: 60px;
    text-align: center;
}

.site-logo > a {
    display: inline-block;
    line-height: 1.1;
}

.site-logo strong {
    display: block;
    color: #392317;
    font-size: 21px;
    font-weight: bold;
}

.site-logo small {
    display: block;
    margin-top: 4px;
    color: #6f5a4b;
    font-size: 11px;
    letter-spacing: 1px;
}

.site-logo .custom-logo {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 58px;
    margin-right: auto;
    margin-left: auto;
}

/* סל קניות */

.cart-button {
    position: absolute;
    top: 16px;
    left: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #392317;
    border: 0;
    text-align: center;
}

.cart-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
}

.cart-count {
    position: absolute;
    top: -2px;
    left: -4px;
    min-width: 18px;
    height: 18px;
    padding-right: 4px;
    padding-left: 4px;
    line-height: 18px;
    background-color: #4a260f;
    color: #ffffff;
    border-radius: 18px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

/* אם נשאר אלמנט ישן של אימוג'י, מסתירים אותו */

.cart-symbol {
    display: none;
}

/* =========================================================
   Hero
   ========================================================= */

.hero-section {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
}

.hero-card {
    min-height: 570px;
    padding: 55px;
    overflow: hidden;
    background-color: #d8b18e;
    background-image: linear-gradient(135deg, #ead3ba, #a97850);
    border-radius: 30px;
    box-shadow: 0 12px 35px rgba(55, 34, 21, 0.09);
}

.hero-image {
    float: right;
    width: 54%;
    min-height: 420px;
    background-color: #ead8c8;
    border: 1px dashed #8f684a;
    border-radius: 26px;
    text-align: center;
}

.bear-placeholder {
    padding-top: 105px;
    font-size: 150px;
    line-height: 1;
    text-align: center;
}

.hero-content {
    float: left;
    width: 38%;
    padding-top: 80px;
}

.hero-label {
    margin-top: 0;
    margin-bottom: 15px;
    color: #4a260f;
    font-size: 18px;
    font-weight: bold;
}

.hero-content h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #251a14;
    font-size: 58px;
    line-height: 1.05;
    letter-spacing: -2px;
}

.hero-description {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #251a14;
    font-size: 20px;
    line-height: 1.7;
}

.primary-button {
    display: inline-block;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    background-color: #4a260f;
    color: #ffffff;
    border-radius: 14px;
    font-weight: bold;
    text-align: center;
}

.primary-button:hover {
    background-color: #6a3c21;
    color: #ffffff;
}

/* =========================================================
   Benefits
   ========================================================= */

.benefits-section {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
}

.benefits-grid {
    overflow: hidden;
    background-color: #fffdfa;
    border: 1px solid #e9ddd2;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(55, 34, 21, 0.09);
}

.benefit-card {
    float: right;
    width: 33.33%;
    min-height: 170px;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
    border-left: 1px solid #e9ddd2;
    text-align: center;
}

.benefit-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 28px;
}

.benefit-card h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #251a14;
    font-size: 18px;
}

.benefit-card p {
    margin-top: 0;
    margin-bottom: 0;
    color: #786c64;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   Products
   ========================================================= */

.products-intro {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

.section-label {
    margin-top: 0;
    margin-bottom: 9px;
    color: #6a3c21;
    font-weight: bold;
}

.products-intro h2 {
    margin-top: 0;
    margin-bottom: 13px;
    color: #251a14;
    font-size: 44px;
}

.products-intro p {
    margin-top: 0;
    margin-bottom: 0;
    color: #786c64;
}

/* =========================================================
   Default pages
   ========================================================= */

.default-page {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}

.content-card {
    padding: 35px;
    background-color: #fffdfa;
    border: 1px solid #e9ddd2;
    border-radius: 22px;
}

.content-card h1 {
    margin-top: 0;
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #4a260f;
    color: #ffffff;
    text-align: center;
}

.footer-title {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.site-footer p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.copyright {
    font-size: 13px;
    opacity: 0.7;
}

/* =========================================================
   Tablet
   ========================================================= */

@media screen and (max-width: 980px) {

    .hero-card {
        padding: 35px;
    }

    .hero-content {
        width: 40%;
        padding-top: 55px;
    }

    .hero-image {
        width: 55%;
    }

    .hero-content h1 {
        font-size: 46px;
    }
}

/* =========================================================
   Mobile
   ========================================================= */

@media screen and (max-width: 767px) {

    .site-container {
        width: 94%;
    }

    .header-inner {
        min-height: 68px;
    }

    .menu-button {
        top: 12px;
    }

    .cart-button {
        top: 12px;
    }

    .site-logo {
        top: 8px;
        right: 54px;
        left: 54px;
    }

    .site-logo strong {
        font-size: 17px;
    }

    .site-logo small {
        font-size: 10px;
    }

    .site-logo .custom-logo {
        max-width: 160px;
        max-height: 52px;
    }

    .cart-icon {
        top: 9px;
        left: 9px;
        width: 26px;
        height: 26px;
    }

    .hero-section {
        padding-top: 12px;
    }

    .hero-card {
        min-height: 0;
        padding: 20px;
        border-radius: 22px;
    }

    .hero-image {
        float: none;
        width: 100%;
        min-height: 280px;
        margin-bottom: 20px;
    }

    .bear-placeholder {
        padding-top: 70px;
        font-size: 120px;
    }

    .hero-content {
        float: none;
        width: 100%;
        padding: 22px;
        background-color: #fffdfa;
        border-radius: 18px;
        text-align: center;
    }

    .hero-label {
        font-size: 16px;
    }

    .hero-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .hero-description {
        margin-top: 16px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .primary-button {
        display: block;
        width: 100%;
    }

    .benefit-card {
        float: none;
        width: 100%;
        min-height: 0;
        border-left: 0;
        border-bottom: 1px solid #e9ddd2;
    }

    .products-intro {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .products-intro h2 {
        font-size: 34px;
    }

    .content-card {
        padding: 24px;
    }
    
    .woocommerce-breadcrumb {
    display: none;
}
}