/*
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 */
.discounts-banner {
  height: 314px;
  background: url('public/tq_pojbtkxcop-xf19-400h.png') no-repeat center/cover;
  border-radius: 16px;
  margin: 50px 15%;
  position: relative;
}

/* 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: column;
    gap: 20px;
    padding: 20px;
  }
  
  .main-nav {
    width: 100%;
    justify-content: space-between;
  }
  
  .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;
}