/**
 * Responsive Styles
 * Media queries for all breakpoints
 */

/* Mobile Phone Strip - hidden by default on desktop */
.mobile-phone-strip {
    display: none;
}

/* Desktop Large */
@media (max-width: 1440px) {
    .products {
        padding: 0 35px;
    }

    .products__content {
        gap: 100px;
    }

    .products__grid {
        gap: 40px;
    }

    .products__title {
        font-size: 55px;
    }

    .certificates {
        gap: 120px;
        padding: 0 35px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 55px;
    }
}

@media (max-width: 1400px) {
    .products__content {
        gap: 90px;
    }

    .products__grid {
        gap: 35px;
    }

    .products__title {
        font-size: 52px;
    }

    .video-card {
        width: 100%;
        max-width: 559px;
    }

    .certificates {
        gap: 100px;
    }

    .certificates__left {
        padding: 45px 40px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 52px;
    }

    .certificates__images {
        gap: 35px;
    }

    .certificates__right {
        width: 520px;
    }
}

@media (max-width: 1366px) {
    .products {
        padding: 0 30px;
    }

    .products__content {
        gap: 80px;
    }

    .products__grid {
        gap: 30px;
    }

    .products__title {
        font-size: 50px;
    }

    .products__grid .product .woocommerce-loop-product__title,
    .certificates__products .product .woocommerce-loop-product__title {
        font-size: 22px;
    }

    .products__grid .product .price,
    .certificates__products .product .price {
        font-size: 30px;
    }

    .certificates {
        gap: 90px;
        padding: 0 30px;
    }

    .certificates__left {
        padding: 42px 38px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 50px;
    }

    .certificates__images {
        gap: 32px;
    }

    .certificates__right {
        width: 500px;
    }
}

@media (max-width: 1280px) {
    .products {
        padding: 0 28px;
    }

    .products__content {
        gap: 75px;
    }

    .products__grid {
        gap: 28px;
    }

    .products__title {
        font-size: 48px;
    }

    .certificates {
        gap: 85px;
        padding: 0 28px;
    }

    .certificates__left {
        padding: 40px 36px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 48px;
    }

    .certificates__images {
        gap: 30px;
    }

    .certificates__right {
        width: 490px;
    }
}

/* Desktop Medium */
@media (max-width: 1200px) {
    .products__content {
        gap: 60px;
    }

    .products__grid {
        gap: 25px;
    }

    .products__title {
        font-size: 42px;
    }

    .certificates {
        gap: 60px;
    }

    .certificates__left {
        padding: 40px 35px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 42px;
    }

    .certificates__images {
        gap: 25px;
    }

    .certificates__button {
        font-size: 20px;
        padding: 18px 40px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .products__content {
        flex-direction: column;
        gap: 40px;
    }

    .products__grid {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .products__grid .product,
    .products__grid li.product {
        flex: 1 1 calc(50% - 15px);
        min-width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .products__title {
        font-size: 36px;
    }

    .video-card {
        width: 100%;
    }

    .video-card__preview {
        height: 300px;
    }

    .video-card__title {
        font-size: 28px;
    }

    .video-card__play {
        width: 80px;
        height: 80px;
    }

    .products__grid .product,
    .certificates__products .product {
        padding: 15px;
    }

    .products__grid .product .product-image,
    .certificates__products .product .product-image {
        height: 200px;
    }

    .products__grid .product .woocommerce-loop-product__title,
    .certificates__products .product .woocommerce-loop-product__title {
        font-size: 20px;
    }

    .products__grid .product .price,
    .certificates__products .product .price {
        font-size: 28px;
    }

    .products__grid .product .button,
    .products__grid .product .add_to_cart_button,
    .certificates__products .product .button,
    .certificates__products .product .add_to_cart_button {
        font-size: 18px;
        padding: 12px 30px;
        white-space: nowrap;
    }

    .certificates {
        flex-direction: column;
        gap: 50px;
    }

    .certificates__right {
        width: 100%;
    }

    .certificates__left {
        padding: 35px 30px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 36px;
    }

    .certificates__image {
        height: 300px;
    }
}

/* Mobile Large */
@media (max-width: 768px) {
    .products {
        gap: 30px;
        padding: 0 20px;
    }

    .products__title {
        font-size: 28px;
    }

    .products__grid {
        flex-direction: column !important;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .products__grid .product,
    .products__grid li.product {
        flex: 1 1 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .products__content {
        gap: 30px;
    }

    .video-card__preview {
        height: 250px;
    }

    .video-card__title {
        font-size: 24px;
    }

    .video-card__info {
        padding: 15px 20px;
    }

    .video-card__play {
        width: 70px;
        height: 70px;
    }

    .products__grid .product .product-image,
    .certificates__products .product .product-image {
        height: 180px;
    }

    .products__grid .product .woocommerce-loop-product__title,
    .certificates__products .product .woocommerce-loop-product__title {
        font-size: 18px;
    }

    .products__grid .product .price,
    .certificates__products .product .price {
        font-size: 24px;
    }

    .products__grid .product .button,
    .products__grid .product .add_to_cart_button,
    .certificates__products .product .button,
    .certificates__products .product .add_to_cart_button {
        font-size: 16px;
        padding: 12px 25px;
        white-space: nowrap;
    }

    .certificates {
        gap: 40px;
        padding: 0 20px;
    }

    .certificates__left {
        padding: 30px 25px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 28px;
    }

    .certificates__images {
        flex-direction: column;
        gap: 20px;
    }

    .certificates__image {
        height: 250px;
    }

    .certificates__products {
        flex-direction: column;
        gap: 20px;
    }

    .certificates__button {
        font-size: 18px;
        padding: 15px 35px;
        max-width: 100%;
    }
}

/* Mobile Medium */
@media (max-width: 480px) {
    .products {
        gap: 25px;
        padding: 0 15px;
    }

    .products__title {
        font-size: 24px;
    }

    .products__content {
        gap: 25px;
    }

    .products__grid {
        gap: 15px;
    }

    .video-card__preview {
        height: 200px;
    }

    .video-card__title {
        font-size: 20px;
    }

    .video-card__info {
        padding: 12px 15px;
    }

    .video-card__play {
        width: 60px;
        height: 60px;
    }

    .products__grid .product,
    .certificates__products .product {
        padding: 12px;
    }

    .products__grid .product .product-image,
    .certificates__products .product .product-image {
        height: 160px;
    }

    .products__grid .product .woocommerce-loop-product__title,
    .certificates__products .product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .products__grid .product .price,
    .certificates__products .product .price {
        font-size: 22px;
    }

    .products__grid .product .button,
    .products__grid .product .add_to_cart_button,
    .certificates__products .product .button,
    .certificates__products .product .add_to_cart_button {
        font-size: 15px;
        padding: 10px 20px;
        white-space: nowrap;
    }

    .certificates {
        gap: 30px;
        padding: 0 15px;
    }

    .certificates__left {
        padding: 25px 20px;
        gap: 30px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 24px;
    }

    .certificates__image {
        height: 200px;
    }

    .certificates__images {
        gap: 15px;
    }

    .certificates__products {
        gap: 15px;
    }

    .certificates__button {
        font-size: 16px;
    }

    .certificates__right {
        gap: 30px;
    }
}

/* Mobile Small */
@media (max-width: 360px) {
    .products {
        gap: 20px;
        padding: 0 10px;
    }

    .products__title {
        font-size: 22px;
    }

    .products__content {
        gap: 20px;
    }

    .products__grid {
        gap: 12px;
    }

    .video-card__preview {
        height: 180px;
    }

    .video-card__title {
        font-size: 18px;
    }

    .video-card__info {
        padding: 10px 12px;
    }

    .video-card__play {
        width: 50px;
        height: 50px;
    }

    .products__grid .product .product-image,
    .certificates__products .product .product-image {
        height: 140px;
    }

    .products__grid .product .woocommerce-loop-product__title,
    .certificates__products .product .woocommerce-loop-product__title {
        font-size: 15px;
    }

    .products__grid .product .price,
    .certificates__products .product .price {
        font-size: 20px;
    }

    .products__grid .product .button,
    .products__grid .product .add_to_cart_button,
    .certificates__products .product .button,
    .certificates__products .product .add_to_cart_button {
        font-size: 14px;
        padding: 10px 15px;
        white-space: nowrap;
    }

    .certificates {
        gap: 25px;
        padding: 0 10px;
    }

    .certificates__left {
        padding: 20px 15px;
        gap: 25px;
    }

    .certificates__title,
    .certificates__subtitle {
        font-size: 22px;
    }

    .certificates__image {
        height: 180px;
    }

    .certificates__images {
        gap: 12px;
    }

    .certificates__products {
        gap: 12px;
    }

    .certificates__button {
        font-size: 15px;
        padding: 12px 30px;
    }

    .certificates__right {
        gap: 25px;
    }
}

/* Responsive Styles */

/* Container responsive padding */
@media (max-width: 1660px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 20px;
    }
}

@media (max-width: 1400px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 20px;
    }

    .footer-section {
        margin-top: 70px;
    }

    .site-footer {
        padding: 40px 60px 80px;
        gap: 80px;
        flex-direction: row;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-link,
    .footer-email,
    .footer-copyright-text,
    .footer-copyright-desc {
        font-size: 15px;
    }

    .footer-phone {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .hero-banner {
        height: 600px;
    }

    .hero-content {
        max-width: 750px;
        left: 120px;
        gap: 60px;
    }

    .hero-title {
        font-size: 60px;
    }

    .hero-description {
        font-size: 23px;
    }
}

@media (max-width: 1366px) {
    .hero-banner {
        height: 580px;
    }

    .hero-content {
        max-width: 700px;
        left: 120px;
        gap: 55px;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-description {
        font-size: 22px;
        max-width: 620px;
    }

    .hero-buttons {
        gap: 35px;
    }

    .front-page .header-hero-wrapper {
        height: 750px;
    }
}

@media (max-width: 1280px) {
    .hero-banner {
        height: 560px;
    }

    .hero-content {
        max-width: 680px;
        left: 120px;
        gap: 52px;
    }

    .hero-title {
        font-size: 54px;
    }

    .hero-description {
        font-size: 21px;
        max-width: 600px;
    }

    .hero-buttons {
        gap: 30px;
    }

    .front-page .header-hero-wrapper {
        height: 720px;
    }
}

@media (max-width: 1200px) {
    .hero-banner {
        padding: 40px 30px;
        min-height: 500px;
        height: auto;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        left: 30px;
        right: 30px;
        position: relative;
        top: auto;
        gap: 50px;
    }

    .hero-title {
        font-size: 48px;
        width: 100%;
        height: auto;
    }

    .hero-description {
        font-size: 20px;
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .hero-buttons {
        gap: 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .front-page .header-hero-wrapper {
        height: auto;
        min-height: 600px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 20px;
    }

    .top-submenu {
        padding: 15px 30px;
    }

    .footer-section {
        margin-top: 60px;
    }

    .site-footer {
        padding: 40px 50px 60px;
        gap: 50px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-column {
        flex: 1 1 45%;
        min-width: 200px;
    }

    .footer-logo img {
        width: 110px;
        height: auto;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-link,
    .footer-email,
    .footer-copyright-text,
    .footer-copyright-desc {
        font-size: 14px;
    }

    .footer-phone {
        font-size: 21px;
    }

    .hero-banner {
        padding: 40px 25px;
        min-height: 480px;
    }
}

@media (max-width: 900px) {
    .site-footer {
        padding: 35px 40px 55px;
        gap: 35px;
        flex-direction: column;
    }

    .footer-column {
        flex: 1 1 100%;
        width: 100%;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-link,
    .footer-email {
        font-size: 14px;
    }

    .footer-phone {
        font-size: 20px;
    }

    .footer-copyright-text,
    .footer-copyright-desc {
        font-size: 13px;
    }
}

    .hero-content {
        gap: 45px;
        left: 25px;
        right: 25px;
        width: calc(100% - 50px) !important;
        padding: 0 !important;
        max-width: calc(100% - 50px) !important;
    }

    .hero-title {
        font-size: 44px;
    }

    .hero-description {
        font-size: 20px;
        max-width: 100% !important;
    }

    .hero-buttons {
        gap: 18px;
    }

    .section-title,
    .section-title-white {
        font-size: 48px;
    }

    .front-page .header-hero-wrapper {
        height: auto;
        min-height: 560px;
    }


/* Mobile */
@media (max-width: 768px) {
    .container {
        padding: 0;
        gap: 0;
        max-width: 100%;
    }

    .top-section {
        gap: 15px;
    }

    /* Header Mobile */
    .top-submenu {
        display: none !important;
    }

    .submenu-section {
        display: none !important;
    }

    .header-hero-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .site-header {
        width: 100%;
        padding: 15px 15px;
        height: auto;
        min-height: 60px;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        overflow: visible !important;
        position: relative !important;
    }

    .site-branding {
        flex: 0 0 auto !important;
        width: auto !important;
        position: relative !important;
        left: auto !important;
        transform: none !important;
        order: 1 !important;
        margin: 0 !important;
    }

    .header-search {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .header-cart {
        order: 3 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .mobile-menu-toggle {
        order: 0 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
    }

    .header-phone {
        display: none !important;
    }

    .site-branding img {
        max-width: 100px;
        height: auto;
    }

    /* Keep TOP rounded corners on mobile for non-front pages */
    body:not(.front-page) .header-hero-wrapper {
        border-radius: 15px 15px 0 0;
    }

    /* Front page has all corners rounded on mobile */
    .front-page .header-hero-wrapper {
        border-radius: 15px;
    }

    .footer-section {
        margin-top: 40px;
    }

    .site-footer {
        padding: 30px 25px;
        gap: 30px;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 25px 25px 0 0;
    }

    .footer-column {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: none !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .footer-about {
        max-width: 100% !important;
        margin-bottom: 0;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-products,
    .footer-clients,
    .footer-contacts {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
    }

    .footer-logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 0;
        text-align: center !important;
        width: 100% !important;
    }

    .footer-logo img {
        width: 150px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .footer-copyright {
        gap: 10px;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center !important;
        width: 100%;
    }

    .footer-copyright-text {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center !important;
    }

    .footer-copyright-desc {
        font-size: 16px;
        font-weight: 300;
        line-height: 120%;
        text-align: center !important;
    }

    .footer-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: center !important;
        color: #E1E1E1;
    }

    .footer-phone {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center !important;
        color: #80C242;
    }

    .footer-email {
        font-size: 16px;
        font-weight: 400;
        text-align: center !important;
        color: #FFFFFF;
    }

    .footer-nav {
        gap: 10px;
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-nav a {
        display: block;
        width: auto;
        text-align: center !important;
    }

    .footer-contact-info {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px;
        width: 100%;
    }

    .footer-title {
        display: block !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-link,
    .footer-phone,
    .footer-email {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Ensure all footer sections are visible */
    .site-footer > * {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Force show all footer columns on mobile */
    .footer-column.footer-products,
    .footer-column.footer-clients,
    .footer-column.footer-contacts,
    .footer-column.footer-about {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        position: relative !important;
    }

    /* Force show footer content */
    .footer-products h3,
    .footer-products .footer-nav,
    .footer-clients h3,
    .footer-clients .footer-nav,
    .footer-contacts h3,
    .footer-contacts .footer-contact-info,
    .footer-logo,
    .footer-copyright {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .footer-nav {
        display: flex !important;
    }

    .footer-contact-info {
        display: flex !important;
    }

    .main-navigation {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100vh !important;
        background: var(--color-green-dark) !important;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: 1000 !important;
        padding-top: 80px !important;
        overflow-y: auto !important;
        margin: 0 !important;
        order: 1 !important;
    }

    .main-navigation.active {
        left: 0 !important;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3) !important;
    }

    .main-navigation ul {
        flex-direction: column !important;
        padding: 40px 30px !important;
        gap: 25px !important;
        height: auto !important;
        width: 100% !important;
    }

    .main-navigation li {
        width: 100% !important;
        height: auto !important;
        order: inherit !important;
    }

    .main-navigation a {
        font-size: 22px !important;
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    /* Hide phone from header on mobile - displayed in mobile-phone-strip */
    .header-phone {
        display: none !important;
    }

    .header-cart {
        order: 4;
        margin: 0 !important;
    }

    /* Mobile Phone Strip Styles */
    .mobile-phone-strip {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
        background: #80C242 !important;
        padding: 12px 20px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .mobile-phone-strip__photo {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        flex: 0 0 50px !important;
        box-sizing: border-box !important;
        position: relative !important;
        border: 2px solid rgba(255, 255, 255, 0.5) !important;
    }

    .mobile-phone-strip__photo img {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        display: block !important;
    }

    .mobile-phone-strip__info {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 3px !important;
    }

    .mobile-phone-strip__number {
        color: #FFFFFF !important;
        text-decoration: none !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }

    .mobile-phone-strip__callback {
        color: var(--color-green-dark) !important;
        text-decoration: underline !important;
        font-family: 'Roboto', sans-serif !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }

    .mobile-phone-strip__callback:hover {
        text-decoration: none !important;
    }

    .mobile-menu-toggle {
        display: flex !important;
        order: 0 !important;
        margin: 0 !important;
        margin-right: auto !important;
        flex-shrink: 0 !important;
        padding: 4px !important;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .site-branding {
        margin: 0 !important;
        flex-shrink: 0 !important;
        max-width: 90px !important;
    }

    .site-branding img {
        max-width: 90px !important;
        width: 90px !important;
        height: auto !important;
    }

    /* Hero Mobile Padding Fix */
    .hero-content {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        transform: none !important;
        gap: 18px !important;
        position: relative !important;
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-text-wrapper {
        width: 100% !important;
        max-width: none !important;
        gap: 15px !important;
        align-items: stretch !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-title {
        width: 100% !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .hero-description {
        width: 100% !important;
        font-size: 16px !important;
    }

    .hero-banner {
        padding: 10px 20px !important;
        min-height: 530px !important;
        height: auto !important;
        position: relative !important;
        overflow: hidden !important;
    }

    /* Покращення видимості руки з рослиною на мобільних */
    .hero-banner::before {
        background-position: 70% center !important; /* Зсунути фон щоб показати руку */
    }

    .hero-banner::after {
        width: 100% !important;
        background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.25) 30%,
            rgba(0, 0, 0, 0.15) 50%,
            rgba(0, 0, 0, 0.05) 70%,
            transparent 100%) !important;
    }

    .hero-content {
        top: 15% !important;
        transform: none !important;
        padding-bottom: 180px !important; /* Залишити місце для руки знизу */
    }

    .header-cart {
        flex-shrink: 0 !important;
        order: 4 !important;
        margin: 0 !important;
        margin-left: 0 !important;
    }

    .header-search {
        order: 1 !important;
        flex-shrink: 0 !important;
    }

    .main-navigation {
        order: 3 !important;
    }

    .footer-column {
        align-items: flex-start;
    }

    .footer-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-title,
    .section-title-white {
        font-size: 45px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    /* Hero Banner Mobile - Styles removed as they were duplicates conflicting with lines 3314-3347 */

    .hero-buttons {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        align-items: stretch !important;
    }

    .hero-buttons .btn {
        width: 100% !important;
        font-size: 18px !important;
        padding: 15px 30px !important;
        box-sizing: border-box !important;
        text-align: center !important;
        min-width: 100% !important;
    }

    .btn {
        width: 100%;
        font-size: 18px;
        padding: 15px 30px;
        box-sizing: border-box;
    }

    .front-page .header-hero-wrapper {
        height: auto;
        min-height: 500px;
    }

    /* Features Mobile */
    .features-section {
        padding: 25px 15px;
    }

    .features-grid {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .feature-item {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 10px;
    }

    .feature-text {
        font-size: 24px;
        flex: 1 1 0;
        min-width: 0;
        word-wrap: break-word;
    }

    /* Products Mobile */
    .video-block {
        grid-column: span 2;
    }

    .product {
        max-width: 100%;
        padding: 15px;
        gap: 15px;
    }

    .product-image {
        height: 110px;
    }

    .product .woocommerce-loop-product__title {
        font-size: 20px;
    }

    .product-price,
    .product .price {
        font-size: 24px;
        padding: 6px 0;
    }

    .btn-add-to-cart,
    .product .button,
    .product .add_to_cart_button {
        padding: 10px 20px;
        font-size: 16px;
    }

    /* Video Block Mobile */
    .video-thumbnail {
        height: 183px;
    }

    .play-button svg {
        width: 50px;
        height: 50px;
    }

    .video-title {
        padding: 15px;
    }

    .video-title h3 {
        font-size: 20px;
    }

}

/* Small Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 10px;
    }

    .header-phone a {
        padding: 6px !important;
    }

    .header-phone .phone-icon {
        width: 22px !important;
        height: 22px !important;
    }

    .footer-section {
        margin-top: 30px;
    }

    .site-footer {
        padding: 25px 20px;
        gap: 22px;
        flex-direction: column !important;
    }

    .footer-column {
        gap: 12px;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: none !important;
    }

    .footer-products,
    .footer-clients,
    .footer-contacts {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .site-footer > * {
        display: flex !important;
        visibility: visible !important;
    }

    .footer-logo img {
        width: 90px;
        height: auto;
        margin-bottom: 8px;
    }

    .footer-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .footer-copyright-text {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .footer-copyright-desc {
        font-size: 12px;
        line-height: 1.3;
    }

    .footer-link {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-phone {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .footer-email {
        font-size: 13px;
    }

    .hero-banner {
        padding: 30px 20px;
        min-height: 400px;
    }

    .hero-banner::after {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: linear-gradient(180deg,
            transparent 0%,
            rgba(0, 0, 0, 0.008) 10%,
            rgba(0, 0, 0, 0.02) 20%,
            rgba(0, 0, 0, 0.05) 30%,
            rgba(0, 0, 0, 0.10) 40%,
            rgba(0, 0, 0, 0.16) 50%,
            rgba(0, 0, 0, 0.24) 60%,
            rgba(0, 0, 0, 0.32) 75%,
            rgba(0, 0, 0, 0.4) 100%);
    }

    .hero-content {
        gap: 35px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-buttons {
        gap: 12px;
    }

    .btn {
        font-size: 18px;
        padding: 15px 30px;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .container {
        padding: 0;
        gap: 0;
    }

    .top-section {
        gap: 8px;
    }

    .footer-section {
        margin-top: 25px;
    }

    .site-footer {
        padding: 20px 15px;
        gap: 20px;
        flex-direction: column !important;
    }

    .footer-column {
        gap: 10px;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex: none !important;
    }

    .footer-products,
    .footer-clients,
    .footer-contacts {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .site-footer > * {
        display: flex !important;
        visibility: visible !important;
    }

    .footer-logo img {
        width: 80px;
        height: auto;
        margin-bottom: 6px;
    }

    .footer-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .footer-copyright-text {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .footer-copyright-desc {
        font-size: 11px;
        line-height: 1.3;
    }

    .footer-link {
        font-size: 12px;
        line-height: 1.4;
    }

    .footer-phone {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .footer-email {
        font-size: 12px;
    }

    .hero-banner {
        padding: 25px 15px;
        min-height: 360px;
    }

    .hero-banner::after {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: linear-gradient(180deg,
            transparent 0%,
            rgba(0, 0, 0, 0.01) 10%,
            rgba(0, 0, 0, 0.03) 20%,
            rgba(0, 0, 0, 0.06) 30%,
            rgba(0, 0, 0, 0.11) 40%,
            rgba(0, 0, 0, 0.18) 50%,
            rgba(0, 0, 0, 0.27) 60%,
            rgba(0, 0, 0, 0.36) 75%,
            rgba(0, 0, 0, 0.45) 100%);
    }

    .hero-content {
        gap: 30px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-buttons {
        gap: 10px;
    }

    .btn {
        font-size: 16px;
        padding: 14px 25px;
    }
}

/* ============================================
   Breadcrumb Navigation
   ============================================ */

.breadcrumb-section {
    width: 100%;
    background: rgba(128, 194, 66, 0.15);
    display: flex;
    justify-content: center;
    border-radius: 0 0 25px 25px;
}

.breadcrumb-container {
    max-width: 1660px;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.breadcrumb-home,
.breadcrumb-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8396AB;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.breadcrumb-home:hover,
.breadcrumb-link:hover {
    opacity: 0.7;
}

.breadcrumb-current {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.breadcrumb-separator {
    width: 0;
    height: 0;
    border-left: 4px solid #8396AB;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (max-width: 768px) {
    .breadcrumb-container {
        padding: 15px 20px;
        gap: 15px;
    }

    .breadcrumb-home,
    .breadcrumb-link,
    .breadcrumb-current {
        font-size: 14px;
    }

    .breadcrumb-separator {
        border-left-width: 3px;
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
}

/* ============================================
   Catalog Page Styles (Professional Frontend)
   ============================================ */

/* Main Container */
.woocommerce-page .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
}

/* Catalog Header */
.catalog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-top: 20px;
    gap: 40px;
}

.catalog-header-left {
    flex: 1;
}

.catalog-header-right {
    flex-shrink: 0;
    padding-top: 4px;
}

.catalog-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: var(--color-black);
}

/* Shop Controls (Sorting, Filtering) */
.woocommerce-page .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-page .woocommerce-before-shop-loop {
    display: none;
}

.woocommerce-page .woocommerce-result-count {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #8396AB;
    margin: 0 0 15px 0;
}

.catalog-header-right .woocommerce-ordering {
    margin: 0;
}

.woocommerce-page .woocommerce-ordering select {
    width: 320px;
    height: 50px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #8396AB;
    border-radius: 10px;
    background: var(--color-bg);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5L11 1' stroke='%238396AB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.woocommerce-page .woocommerce-ordering select:hover,
.woocommerce-page .woocommerce-ordering select:focus {
    border-color: #80C242;
    outline: none;
}

/* Product Grid - 4 Columns by Default */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    row-gap: 50px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    clear: both;
    width: 100%;
    justify-items: stretch;
    align-items: start;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

/* Catalog Grid Overrides - Only layout fixes */
.woocommerce ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
}

/* Override WooCommerce column classes */
.woocommerce .products.columns-4 li.product,
.woocommerce-page .products.columns-4 li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

/* Removed catalog-specific styles - using homepage styles instead */

/* Pagination */
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 80px 0 40px;
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 49px;
    height: 49px;
    border-radius: 100px;
    background: transparent;
    color: #8396AB;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
    color: var(--color-black);
    border: 1px solid var(--color-black);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: var(--color-black);
    border: 1px solid var(--color-black);
}

/* Responsive Design - Professional Breakpoints */

/* Large Desktop (1920px+) */
@media (min-width: 1920px) {
    .woocommerce-page .container {
        padding: 0 calc((100vw - 1660px) / 2);
    }
}

/* Desktop (1440px - 1920px) */
@media (max-width: 1660px) {
    .woocommerce-page .container {
        padding: 0 80px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }
}

/* Tablet Landscape (1024px - 1440px) */
@media (max-width: 1280px) {
    .woocommerce-page .container {
        padding: 0 60px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .catalog-title {
        font-size: 40px;
    }
}

/* Switch to 3 columns on medium tablets */
@media (max-width: 1100px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

/* Tablet Portrait (768px - 1024px) */
@media (max-width: 1024px) {
    .woocommerce-page .container {
        padding: 0 40px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .catalog-header {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .catalog-header-right {
        padding-top: 0;
    }

    .catalog-header-right .woocommerce-ordering select {
        width: 100%;
    }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    .woocommerce-page .container {
        padding: 0 20px;
    }

    .catalog-title {
        font-size: 32px;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .woocommerce ul.products li.product {
        padding: 15px;
        min-height: auto;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 18px;
        min-height: 44px;
    }

    .woocommerce ul.products li.product .price .woocommerce-Price-amount {
        font-size: 24px;
    }

    .woocommerce ul.products li.product .button {
        font-size: 16px;
        padding: 12px 30px;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-title {
        font-size: 28px;
    }
}

/* ============================================
   CATALOG - FORCE HOMEPAGE STYLES
   ============================================ */

/* Product Card */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
    gap: 20px !important;
    background: transparent !important;
    border-radius: 25px !important;
    transition: transform 0.3s !important;
    list-style: none !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px) !important;
}

/* Product Link */
.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    text-decoration: none !important;
    color: inherit !important;
    width: 100% !important;
    align-items: flex-start !important;
}

/* Product Image Container */
.woocommerce ul.products li.product .product-image {
    width: 100% !important;
    height: 230px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: transparent !important;
}

.woocommerce ul.products li.product .product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 15px !important;
}

/* Product Info */
.woocommerce ul.products li.product .product-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 13px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

/* Star Rating - Block WooCommerce defaults */
.woocommerce ul.products li.product .star-rating {
    display: flex !important;
    flex-direction: row !important;
    gap: 3px !important;
    overflow: visible !important;
    position: relative !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 0 !important;
    width: auto !important;
}

/* Hide WooCommerce default stars */
.woocommerce ul.products li.product .star-rating::before {
    display: none !important;
    content: none !important;
}

.woocommerce ul.products li.product .star-rating > span::before {
    display: none !important;
    content: none !important;
}

/* Custom stars */
.woocommerce ul.products li.product .star-rating .star {
    width: 20px !important;
    height: 20px !important;
    background: #E1E1E1 !important;
    border-radius: 1px !important;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%) !important;
    display: inline-block !important;
    position: relative !important;
}

.woocommerce ul.products li.product .star-rating .star.filled {
    background: #FF9900 !important;
}

/* Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    width: 100% !important;
}

/* Product Price */
.woocommerce ul.products li.product .product-price,
.woocommerce ul.products li.product .product-price .price {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    color: #000000 !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .product-price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .btn-add-to-cart {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 30px !important;
    white-space: nowrap !important;
    background: #C04E29 !important;
    border-radius: 10px !important;
    border: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    transition: background 0.3s, transform 0.3s !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .btn-add-to-cart:hover {
    background: #A03E1F !important;
    transform: translateY(-2px) !important;
}


/* ============================================
   SINGLE PRODUCT PAGE
   ============================================ */

.single-product-page {
    padding: 40px 0;
}

.single-product-page .container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 70px;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .buryan-checkout-wrapper {
        grid-template-columns: 1fr;
    }

    .buryan-checkout-right {
        position: static;
    }
}

@media (max-width: 768px) {
    .checkout-title {
        font-size: 32px;
    }

    .checkout-section {
        padding: 20px;
    }

    .order-review-item {
        grid-template-columns: 60px 1fr auto;
        gap: 12px;
    }

    .item-image {
        width: 60px;
        height: 60px;
    }

    .item-quantity {
        grid-column: 2 / 3;
        margin-top: 8px;
        width: fit-content;
    }

    .item-price {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .item-remove {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        justify-self: end;
    }

    .total-row-final .total-label {
        font-size: 18px;
    }

    .total-row-final .total-value {
        font-size: 20px;
    }
