/*
Theme Name: Cemebli
Author: Yuri Vovkotrub
Version: 1.0.0
Text Domain: cemebli.com.ua
*/

.btn,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.single_add_to_cart_button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 48px;
    padding: 11px 32px;

    border: 0;
    border-radius: 40px;

    background: var(--color-primary);
    color: var(--color-white);

    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;

    text-decoration: none;
    cursor: pointer;
}

.btn:hover, .single_add_to_cart_button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover{
    background: var(--color-primary-hover);
}

.site-header {
    background: var(--color-white);
}

.header-logo img {
    width: 142px;
    height: auto;
}

.header-schedule {
    font-size: 12px;
    line-height: 140%;
    color: var(--color-text);
}
.header-schedule img {
    width: 18px;
    top: 2px;
    left:3px;
}

.header-icons a {
    color: var(--color-text);
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}

.header-bottom {
    background: #F6F6FA;
}

.header-nav a,
.header-phone {
    color: var(--color-text);
    font-size: 12px;
    line-height: 1.1;
    text-decoration: none;
}
.header-nav a{
    font-size: 14px;
}


.header-nav a:hover,
.header-phone:hover,
.header-icons a:hover {
    color: var(--color-primary);
}

.header-phone img {
    width: 24px;
    height: 24px;
    display: block;
}

.site-footer {
    background: #F3F3FA;
    color: var(--color-text);
}

.footer-logo {
    width: 196px;
    height: auto;
    margin-bottom:32px;
}

.footer-schedule {
    font-size: 16px;
    line-height: 1.4;
}

.footer-map {
    border-radius: 12px;
}

.footer-address {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: underline;
}

.footer-column h3 {
    margin: 0 0 8px;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.footer-column a {
    color: var(--color-text);

    font-size: 14px;
    line-height: 1.4;

    text-decoration: none;
}

.footer-column a:hover {
    color: var(--color-primary);
}

.footer-socials a {
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #DDDEE8;

    font-size: 12px;
    line-height: 1.4;
    color: var(--color-text);
}

.hero-categories {
    background: #F3F3FA;
    border-radius: 24px;
}

.hero-category-link {
    color: var(--color-text);

    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;

    transition: color .2s ease;
}

.hero-category-link:hover {
    color: var(--color-primary);
}

.hero-category-link img {
    width: 24px;
    height: 24px;

    flex-shrink: 0;
    object-fit: contain;
}

.hero-slider {
    border-radius: 24px;
    background: #000;
}

.hero-slider::after {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.6);

    pointer-events: none;
}

.slider-dots {
    z-index: 2;
}

.slider-dots span {
    display: block;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--color-white);
    opacity: 0.6;
}

.slider-dots span:first-child {
    opacity: 1;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    flex-shrink: 0;

    background: #E46412;
    border-radius: 12px;
}

.feature-icon img {
    width: 32px;
    height: 32px;

    object-fit: contain;
}

.feature-content strong {
    display: block;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;

    color: var(--color-text);
}

.feature-content span {
    display: block;

    font-size: 14px;
    line-height: 1.4;

    color: #777;
}

.slider-arrow, .product-summary-favorite, .product-gallery-arrow {
    border: 0;
    border-radius: 40px;

    background: #FFFAF7;
    color: var(--color-text);

    font-size: 36px;
    line-height: 1;

    cursor: pointer;

    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.slider-arrow-next, .product-summary-favorite, .product-gallery-arrow {
    background: #FFDCC7;
}

.slider-arrow:hover, .product-gallery-arrow:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.slider-arrow img, .product-gallery-arrow img {
    width: 24px;
    height: 24px;

    object-fit: contain;
}

.section-head h2, .about-section h2  {
    margin: 0;

    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;

    color: var(--color-text);
}

.product-media {
    background: #F3F3FA;
    border-radius: 16px;
}

.product-badge {
    padding: 4px 8px;

    border: 1px solid #ADADB2;
    border-radius: 16px;

    background: #F3F3FA;
    color: var(--color-text);

    font-size: 14px;
    line-height: 1.1;
}

.product-favorite {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.product-favorite img {
    width: 24px;
    height: 24px;
}

.product-dots button, .reviews-dots button {
    width: 8px;
    height: 8px;

    padding: 0;
    border: 0;
    border-radius: 50%;

    background: #ADADB2;
    cursor: pointer;
}

.product-dots button.active, .reviews-dots button.active {
    background: #424242;
}

.product-card h3 {
    margin: 0 0 8px;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;

    color: var(--color-text);
}

.product-card p {
    margin: 0;

    font-size: 16px;
    line-height: 1.4;

    color: var(--color-text);
}

.product-colors span {
    width: 16px;
    height: 16px;

    border: 1px solid #ADADB2;
    border-radius: 50%;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;

    color: var(--color-text);
}
.product-price-old {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-alt);
    text-decoration: line-through;
    color: var(--color-text-grey);
}

.product-prices {
    display: flex;
    align-items: center;
    gap: 16px;
}


.about-content p {
    margin: 0;

    font-size: 16px;
    line-height: 1.7;
    font-family: var(--font-alt);
    color: var(--color-text);
}

.review-card {
    overflow: hidden;

    border-radius: 16px;
    background: #F3F3FA;
}

.review-card img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.btn-light {
    align-self: flex-start;

    background: #FCD8C0;
    color: var(--color-text);
}

.about-media {
    position: relative;

    overflow: hidden;
    border-radius: 24px;
}

.about-media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.video-play {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 64px;
    height: 64px;

    border: none;
    border-radius: 50%;

    background: #FCD8C0;

    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 860px) {
    .about-layout {
        flex-direction: column;
    }
}

.mobile-header-info-wrap {
    display: none;
}

.breadcrumbs .last{
    color:#919196;
}

.breadcrumbs span, .breadcrumbs a {
    color:var(--color-text);
}

/* Кнопка "Додати в кошик" */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.single_add_to_cart_button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.single_add_to_cart_button.button.alt {

    background: var(--color-primary) !important;
    color: var(--color-white) !important;

    border: 0;
    border-radius: 40px;

    min-height: 48px;
    padding: 11px 32px;

    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 400;

    transition: .2s;
}

.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button.button.alt:hover {

    background: var(--color-primary-hover) !important;
}

.header-cart {
    position: relative;
}

.header-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-icons a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.header-cart-count {
    position: absolute;
    top: -7px;
    right: -9px;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    border-radius: 20px;
    background: var(--color-primary);
    color: #fff;

    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.header-cart-count:empty {
    display: none;
}

.review-image img{
    display:block;
    width:100%;
    height:auto;
    border-radius:12px;
}

.review-text{
    margin-top:16px;
    font-size:15px;
    line-height:1.5;
    color:#555;
}

.review-author{
    margin-top:10px;
    font-weight:600;
    color:#222;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}