/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

/*
Theme Name: Sushi Delivery
Theme URI: https://sushi-delivery.ru
Author: Your Name
Author URI: https://your-site.com
Description: Тема для доставки суши
Version: 1.0
Text Domain: sushi-delivery
*/

/* Base Styles */
:root {
  --primary-color: #CF1930;
  --dark-color: #1C1C1C;
  --text-dark: #322D2E;
  --text-light: #FFFFFF;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-dark);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15%;
  background-color: #000;
  position: relative;
  z-index: 1000;
  position: sticky;
  top: 0;
     
}

.logo img {
  height: 31px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.menu-btn {
  color: var(--text-light);
  font-weight: 600;
  padding: 10px 28px;
  border: 2px solid var(--text-light);
  border-radius: 10px;
  cursor: pointer;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: var(--text-light);
  font-weight: 300;
}

.search-bar img {
  width: 12px;
  height: 12px;
}

.cart-icon img {
  width: 36px;
  height: 23px;
}

/* Hero Section */
.hero {
      position: relative;
       height: 580px;
    background: url(public/tq_tvpmllwngu-0s3-700h.png) no-repeat center / cover;
    display: flex
;
    align-items: flex-start;
    justify-content: center;

}

.hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
  top: 57px;
}

.hero-text {
  font-size: 40px;
  font-weight: 900;
  color: var(--text-light);
  line-height: 40px;
  margin-bottom: 15px;
  position: relative;
}

.hero-subtext {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-light);
}

.hero-image {
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  height: 125px;
  background: url('public/image1550-0bm8-200h.png') no-repeat center/cover;
}

/* Content Sections */
.content-section {
  padding: 50px 15%;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 40px;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.product-card {
     background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 1px 11.8px rgba(0, 0, 0, 0.12);
    /* padding: 25px; */
    position: relative;
    overflow: hidden;
    flex: 1;
}

.product-badge {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 5px 17px;
  background: #FFFFFF;
  border-radius: 6.74px;
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
}

.product-badge.hit {
  left: 20px;
}

.product-badge.special {
  left: 20px;
  width: 153px;
}

.product-badge.new {
  top: 190px;
  left: 251px;
  width: 89px;
}

.product-spicy {
  position: absolute;
  top: 13px;
  left: 82px;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 6.74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spicy-icon img {
  width: 14px;
  height: 14px;
}

.product-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-bottom: 15px;
}

.product-name {
  font-size: 16.18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.add-to-cart-btn {
  width: 90%;
  padding: 10px;
  background: var(--primary-color);
  color: var(--text-light);
  border: none;
  border-radius: 10px;
  font-size: 16.18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
}

.add-to-cart-btn img {
  width: 16px;
  height: 16px;
}

/* Slider Controls */
.slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  background: url('public/ellipse4893-xq7g-200h.png') no-repeat center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow img {
  width: 11px;
  height: 18px;
}

/* Discounts Banner */

/* Menu Grid */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.menu-category {
  position: relative;
  height: 209px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 1px 13.3px rgba(0, 0, 0, 0.1);
}

.menu-category.tall {
  height: 443px;
  grid-row: span 2;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
}

.menu-category:hover .category-image {
    transform: scale(1.15);
}
.menu-category h3 {
  position: absolute;
  top: 35px;
  left: 35px;
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 600;
}

/* Mission Section */
.mission-section {
  background-color: #FFFFFF;
}

.mission-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
  max-width: 1128px;
}

.mission-text span {
  font-weight: 600;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.advantage-card {
  background: var(--dark-color);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0px 1px 13.3px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
  margin-bottom: 20px;
}

.advantage-icon img {
  width: 50px;
  height: 60px;
}

.advantage-card h3 {
  color: var(--text-light);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.advantage-card p {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 400;
}

/* Footer */
.footer {
  background-color: var(--dark-color);
  padding: 65px 15% 0;
  color: var(--text-light);
}

.footer-logo img {
  height: 31px;
  margin-bottom: 65px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 65px;
}

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

.links-column a {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.social-links p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons a img {
  width: 44px;
  height: 44px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .header {
                       flex-direction: row;
        gap: 15px;
        padding: 15px;
        justify-content: space-between;
            }
            .menu-btn {
    display: none;
}
.search-bar {
    display: none !important;
}
  .main-nav {
    width: 100%;
    justify-content: end;
  }
  
  .hero {
    height: 500px;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
  }
  
  .hero-text {
    font-size: 32px;
    line-height: 36px;
  }
  
  .product-grid {
    grid-template-columns: 1fr;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  
  .menu-grid {
    grid-template-columns: 1fr;
  }
  
  .menu-category.tall {
    height: 209px;
    grid-row: auto;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 400px;
  }
  
  .hero-text {
    font-size: 28px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .product-badge.new {
    left: 20px;
    top: 50px;
  }
}


css
/* Стили для слайдера */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 50px;
}

.product-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 24px;
  padding: 10px 0;
}



.product-card:hover {
  transform: translateY(-5px);
}

.slider-controls {
      display: flex
;
    justify-content: space-between;
    gap: 20px;
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 30%;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  background: url('public/ellipse4893-xq7g-200h.png') no-repeat center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.slider-arrow:hover {
  opacity: 0.8;
}

.slider-arrow img {
  width: 11px;
  height: 18px;
}
/**sertch**/
.search-bar {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 266px;
}

.search-container {
    position: relative;
    margin-left: 10px;
}

.search-placeholder {
    display: block;
    color: rgb(255, 255, 255);
}

.search-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 0;
    border: none;
    background: transparent;
    opacity: 0;
    transition: all 0.3s ease;
}

.search-bar.active .search-placeholder {
    opacity: 0;
}

.search-bar.active .search-field {
    width: 200px;
    padding: 5px 10px;
    opacity: 1;
    color: #fff;
}

.live-search-results {
   position: absolute;
    top: 150%;
    left: -40%;
    /* right: 100%; */
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.product-search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-search-results li {
    border-bottom: 1px solid #eee;
}

.product-search-results li a {
    display: flex;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.product-thumbnail {
    width: 50px;
    margin-right: 10px;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-price {
    color: #cf1930;
    font-size: 0.9em;
}

.no-results {
    padding: 10px;
    color: #666;
    text-align: center;
}


/**sertch**/

.product-1 {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
customize-control select[multiple] {
    height: 200px;
    padding: 8px;
}

.customize-control select[multiple] option {
    padding: 4px 8px;
    margin: 2px 0;
}
header.woocommerce-products-header {
    padding: 10px 15%;
}p.woocommerce-result-count {
    display: none;
}select.orderby {
    display: none;
}

 /* Стили для попапа */
.menu-popup {
            position: fixed;
            bottom: -100%;
            left: 0;
            width: 100%;
            height: 85vh;
            background: white;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
            z-index: 9999;
            transition: bottom 0.4s ease-out;
            overflow-y: auto;
            padding: 20px;
            box-sizing: border-box;
        }
        
.menu-popup.active {
            bottom: 0;
        }
        
.popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
.popup-close {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            padding: 5px;
        }
.overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9998;
            display: none;
        }
        
.overlay.active {
            display: block;
        }
        
        /* Адаптация стилей для меню-грид внутри попапа */
.menu-popup .menu-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        
.menu-popup .menu-category {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 150px;
        }
        
.menu-popup .menu-category.tall {
            grid-row: span 2;
            height: 315px;
        }
        
.menu-popup .category-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
.menu-popup .category-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            padding: 15px;
            color: white;
        }
.menu-popup .category-name {
            margin: 0 0 5px 0;
            font-size: 16px;
        }
        
        .menu-popup .category-count {
            font-size: 12px;
            opacity: 0.8;
        }
        
        @media (max-width: 480px) {
            .menu-popup .menu-grid {
                grid-template-columns: 1fr;
            }
            
            .menu-popup .menu-category.tall {
                grid-row: span 1;
                height: 200px;
            }
        }

 /* Контент корзины */
        .cart-container {
            display: flex;
            gap: 30px;
            margin: 40px 0;
            flex-wrap: wrap;
        }
        
        .cart-items {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }
        
        .cart-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 25px;
            color: var(--dark-color);
            padding-bottom: 15px;
            border-bottom: 1px solid var(--gray-border);
        }
        
        .cart-item {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px solid var(--gray-border);
        }
        
        .cart-item-image {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 15px;
        }
        
        .cart-item-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .cart-item-details {
            flex: 1;
        }
        
        .cart-item-name {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .cart-item-price {
            color: var(--primary-color);
            font-weight: 600;
        }
        
        .cart-item-quantity {
            display: flex;
            align-items: center;
            margin-top: 8px;
        }
        
        .quantity-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid var(--gray-border);
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.2s;
        }
        
        .quantity-btn:hover {
            background: var(--gray-light);
        }
        
        .quantity-input {
            width: 40px;
            text-align: center;
            margin: 0 8px;
            border: 1px solid var(--gray-border);
            border-radius: 5px;
            padding: 3px;
        }
        
        .cart-item-remove {
            color: #999;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 18px;
            margin-left: 15px;
            transition: color 0.2s;
        }
        
        .cart-item-remove:hover {
            color: var(--primary-color);
        }
        
        .cart-summary {
            width: 100%;
            max-width: 350px;
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }
        
        .summary-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark-color);
            padding-bottom: 15px;
            border-bottom: 1px solid var(--gray-border);
        }
        
        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        
        .summary-total {
            font-size: 18px;
            font-weight: 700;
            margin: 20px 0;
            padding-top: 15px;
            border-top: 1px solid var(--gray-border);
        }
        
        .checkout-btn {
            width: 100%;
            padding: 15px;
            background: var(--primary-color);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 15px;
        }
        
        .checkout-btn:hover {
            background: #c11a20;
            transform: translateY(-2px);
        }
        
        .continue-shopping {
            display: inline-block;
            margin-top: 15px;
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
        }
        
        .empty-cart {
            text-align: center;
            padding: 40px 0;
        }
        
        .empty-cart-icon {
            font-size: 60px;
            color: #ddd;
            margin-bottom: 20px;
        }
        
        .empty-cart-text {
            font-size: 18px;
            margin-bottom: 25px;
            color: #777;
        }
        
        /* Стили для оформления заказа */
        .checkout-container {
            display: flex;
            gap: 30px;
            margin: 40px 0;
            flex-wrap: wrap;
        }
        
        .checkout-form {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        }
        
        .form-section {
            margin-bottom: 30px;
        }
        
        .form-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark-color);
        }
        
        .form-row {
            margin-bottom: 20px;
        }
        
        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 14px;
        }
        
        .form-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--gray-border);
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .form-input:focus {
            border-color: var(--primary-color);
            outline: none;
        }
        
        .payment-methods {
            margin-top: 20px;
        }
        
        .payment-method {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 15px;
            border: 1px solid var(--gray-border);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .payment-method:hover {
            border-color: var(--primary-color);
        }
        
        .payment-method input {
            margin-right: 15px;
        }
        
        .payment-method-label {
            font-weight: 600;
        }
        
        .payment-method-desc {
            font-size: 14px;
            color: #777;
            margin-top: 5px;
        }
        
        /* Адаптивность */
@media (max-width: 768px) {
            .cart-container, .checkout-container {
                flex-direction: column;
            }
            
            .cart-summary {
                max-width: 100%;
            }
            
            .cart-item {
                flex-wrap: wrap;
            }
            
            .cart-item-details {
                flex-basis: 70%;
            }
        }
        
 @media (max-width: 480px) {
            .header {
                       flex-direction: row;
        gap: 15px;
        padding: 15px;
        justify-content: space-between;
            }
            .menu-btn {
    display: none;
}
.search-bar {
    display: none;
}
            .main-nav {
                width: 100%;
               justify-content: end;
            }
            
            .cart-item-image {
                width: 60px;
                height: 60px;
            }
        }.advantage-icon {
position: relative;
bottom: 70px;
}
/* Стили для постоянно видимой корзины */
.cart-notification {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    background-color: rgba(207, 25, 48, 1) !important;
    color: white !important;
    border-radius: 14px !important;
    padding: 15px !important;
    z-index: 999999 !important; /* Максимальный z-index */
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: 0px 4px 15.4px rgba(0, 0, 0, 0.25) !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
    width: 50%;
    margin: auto;
}

/* Убираем все возможные способы скрытия */
.cart-notification.hide,
.cart-notification.hidden,
.cart-notification[style*="display: none"],
.cart-notification[style*="opacity: 0"],
.cart-notification[style*="visibility: hidden"],
.cart-notification[style*="transform: translate"],
.cart-notification[style*="bottom: -"],
.cart-notification .close-notification {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    bottom: 20px !important;
}

/* Убираем кнопку закрытия */
.cart-notification .close-notification,
.close-cart-popup {
    display: none !important;
}

/* Стили содержимого корзины */
.notification-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.notification-left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.notification-left img {
    width: 36px !important;
    height: 36px !important;
}

.notification-text {
    font-weight: 600 !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.cart-info {
    display: flex !important;
    gap: 5px !important;
    font-size: 14px !important;
}

.view-cart-btn {
    background-color: white !important;
    color: rgba(207, 25, 48, 1) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .cart-notification {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        padding: 12px !important;
    }
    
    .notification-content {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }
    
    .view-cart-btn {
        width: 100% !important;
    }
    .content-section {
    padding: 50px 5%;
}
section.discounts-banner {
    margin: 50px 5%;
}
ul.products {
display: grid;
/* flex-direction: row; */
/* flex-wrap: wrap; */
/* justify-content: center; */
gap: 24px;
/* flex: 0 0 calc(33.333%); */
padding: 10px 5% !important;
grid-template-columns: repeat(2, 1fr) !important;
}
}

/* Основная корзина */
.cart-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #cf1930;
    color: white;
    border-radius: 14px;
    padding: 15px;
    z-index: 9998;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notification-left img {
    width: 36px;
    height: 36px;
}

.view-cart-btn {
    background: white;
    color: #cf1930;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
}

/* Общие стили попапов */
.cart-popup,
.checkout-popup {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 85vh;
    background: white;
    border-radius: 20px 20px 0 0;
    z-index: 10000;
    transition: bottom 0.3s ease;
     z-index: 999999;
}

.cart-popup.show,
.checkout-popup.show {
    bottom: 0;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.popup-header h3 {
    margin: 0;
    font-size: 20px;
}

.close-popup {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup-content {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(85vh - 140px);
}

.popup-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #cf1930;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Затемнение фона */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}

.popup-overlay.show {
    display: block;
}

/* Адаптивность */
@media (min-width: 768px) {
    .cart-popup,
    .checkout-popup {
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 600px;
        border-radius: 20px;
    }
}

/* Стили для мини-корзины */
.widget_shopping_cart_content {
    margin: 0;
}

.woocommerce-mini-cart-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.swiper {
padding: 10px !important;
}

.modal-content1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    overflow-y: auto;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}
.modal-content1.active {
    display: block;
}

/* Кнопка закрытия */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    transition: background-color 0.3s ease;
}

.close-btn:hover {
    background: #e8e8e8;
}

/* Секция контента */
.content-section1 {
    max-width: 1200px;
    margin: 60px auto 40px;
    padding: 0 20px;
}

/* Стили для страницы программы лояльности */
.loyalty-page-container {

max-width: 1400px;
margin: 0 auto;
}

.loyalty-breadcrumbs {
padding: 20px 0;
color: #CF1930;
font-weight: bold;
}

.loyalty-section {
display: flex;
margin: 30px 0;
gap: 40px;
align-items: center;
}

.loyalty-text {
flex: 1;
}

.loyalty-text h2 {
margin-bottom: 15px;
color: #322D2E;
font-size: 28px;
}

.loyalty-image {
flex: 1;
	max-width: 300px;
}

.loyalty-image img {
width: 100%;
border-radius: 15px;
display: block;
}

.discounts-section h2 {
margin: 40px 0 20px;
color: #322D2E;
font-size: 28px;
}

.discounts-list {
display: flex;
flex-direction: column;
gap: 20px;
}

.discount-item {
background: white;
border-radius: 15px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
overflow: hidden;
display: flex;
width: 100%;
height: 305px;
}

.discount-info {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;

	justify-content: space-between;
}

.discount-info h3 {
margin-bottom: 10px;
color: #322D2E;
font-size: 22px;
}

.discount-info p {
margin-bottom: 15px;
line-height: 1.4;
}

.details-btn {
background-color: #CF1930;
color: white;
border: none;
padding: 8px 15px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
width: fit-content;
}

.details-btn:hover {
background-color: #a81426;
}

.discount-image {
flex: 0 0 300px;
}

.discount-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* Модальное окно */
.loyalty-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
z-index: 1000;
align-items: center;
justify-content: center;
}

.loyalty-modal-content {
background-color: white;
border-radius: 15px;
padding: 30px;
max-width: 600px;
width: 90%;
position: relative;
}

.loyalty-modal-content h3 {
color: #322D2E;
margin-bottom: 15px;
}

.loyalty-close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 24px;
cursor: pointer;
color: #CF1930;
}

/* Мобильная версия */
@media (max-width: 768px) {
.loyalty-page-container {
padding: 0 5%;
}

.loyalty-section {
flex-direction: column;
}

.discount-item {
flex-direction: column-reverse;
height: auto;
}

.discount-image {
flex: none;
height: 300px;
width: 100%;
}
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676;
    padding: 20px 15%;
}
.discount-image1 img {
        width: 100%;
}
@media (max-width: 768px) {
    .entry-content {
        padding: 0 5% !important;
    }
}

/* New Promo Slider Styles */
.promo-slider-section {
    margin: 50px 15%;
    position: relative;
}

.promo-slider {
    width: 100%;
    height: 314px; /* Default height */
    border-radius: 16px;
    overflow: hidden;
}

.promo-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.promo-slide-image {
    width: 100%;
    height: 100%;
}

.promo-slide-image picture,
.promo-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}

.promo-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.promo-slider .swiper-button-next,
.promo-slider .swiper-button-prev {
    color: #fff;
    --swiper-navigation-size: 30px;
}

@media (max-width: 768px) {
    .promo-slider-section {
        margin: 30px 5%;
    }
    .promo-slider {
        height: 250px;
    }
}