@charset "UTF-8";
/*
Theme Name: bulki Theme
Theme URI: 
Author: milinera
Author URI: 
Description: Тема для сайта выпечки
Version: 1.0
License: 
Text Domain: bulki
*/
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(51, 51, 51, 0.3);
  color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 100;
  backdrop-filter: blur(5px);
}
.site-header.scrolled {
  background: rgba(51, 51, 51, 0.95);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.site-header .menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
.site-header .menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.site-header .menu-toggle[aria-expanded=true] {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  padding: 7px;
  width: 38px;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.site-header .menu-toggle[aria-expanded=true] span {
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-header .menu-toggle[aria-expanded=true] span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .menu-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.site-header .menu-toggle[aria-expanded=true] span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .site-header .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .site-header .site-branding {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.site-header .site-branding .site-title {
  margin: 0;
  font-size: 1.5rem;
}
.site-header .site-branding .site-title a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-header .site-branding .site-title a:hover {
  color: #d80000;
}
.site-header .site-branding .custom-logo {
  max-height: 50px;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.site-header .site-branding .custom-logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.site-header .main-navigation .nav-menu li {
  position: relative;
}
.site-header .main-navigation .nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.site-header .main-navigation .nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(165, 0, 0);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.site-header .main-navigation .nav-menu li a:hover {
  color: rgb(165, 0, 0);
}
.site-header .main-navigation .nav-menu li a:hover::after {
  width: 100%;
}
.site-header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.site-header .header-cart .cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  background: rgb(165, 0, 0);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.site-header .header-cart .cart-link:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(165, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(165, 0, 0, 0.3);
}
.site-header .header-cart .cart-link .cart-count {
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.site-header .header-cart .cart-link.added .cart-count {
  -webkit-animation: bump 0.3s ease-out;
          animation: bump 0.3s ease-out;
}
.site-header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.site-header .header-phone svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.site-header .header-phone:hover {
  color: rgb(165, 0, 0);
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .site-header .header-phone span {
    display: none;
  }
}
@media (max-width: 576px) {
  .site-header .header-phone {
    display: none;
  }
}
.site-header .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 105;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 120px 20px 30px;
  -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
}
.site-header .mobile-menu .mobile-phone {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  text-align: center;
}
.site-header .mobile-menu .mobile-phone .mobile-phone-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(165, 0, 0);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 20px;
  background: rgba(165, 0, 0, 0.08);
  border: 1px solid rgba(165, 0, 0, 0.18);
  border-radius: 50px;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.site-header .mobile-menu .mobile-phone .mobile-phone-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.site-header .mobile-menu .mobile-phone .mobile-phone-link:hover {
  background: rgb(165, 0, 0);
  color: #fff;
  border-color: rgb(165, 0, 0);
}
.site-header .mobile-menu.active {
  left: 0;
}
.site-header .mobile-menu .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-menu .mobile-nav-menu li {
  margin-bottom: 15px;
  text-align: center;
}
.site-header .mobile-menu .mobile-nav-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 10px;
  border-radius: 8px;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  transition: background 0.3s, color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.site-header .mobile-menu .mobile-nav-menu li a:hover {
  background: rgba(165, 0, 0, 0.08);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.site-header .mobile-menu .mobile-nav-menu li.current-menu-item a {
  color: rgb(165, 0, 0);
  font-weight: bold;
}
.site-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 104;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes bump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.site-footer {
  background: #333;
  color: #fff;
  margin-top: 60px;
}
.site-footer .footer-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .site-footer .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .site-footer .footer-widgets {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.site-footer .footer-column .footer-title {
  color: rgb(165, 0, 0);
  font-size: 1.2rem;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}
.site-footer .footer-column .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgb(165, 0, 0);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.site-footer .footer-column .footer-title:hover::after {
  width: 80px;
}
.site-footer .footer-column .footer-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
.site-footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.site-footer .footer-social .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-footer .footer-social .social-link:hover {
  background: rgb(165, 0, 0);
  -webkit-transform: translateY(-3px) rotate(360deg);
          transform: translateY(-3px) rotate(360deg);
}
.site-footer .footer-social .social-link svg {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.site-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu li {
  margin-bottom: 10px;
}
.site-footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  -webkit-transition: color 0.3s, padding-left 0.3s;
  transition: color 0.3s, padding-left 0.3s;
  display: inline-block;
}
.site-footer .footer-menu li a:hover {
  color: rgb(165, 0, 0);
  padding-left: 5px;
}
.site-footer .footer-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
.site-footer .footer-contacts li .contact-icon {
  color: rgb(165, 0, 0);
  font-size: 1.1rem;
  min-width: 20px;
}
.site-footer .footer-contacts li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-footer .footer-contacts li a:hover {
  color: rgb(165, 0, 0);
}
.site-footer .newsletter-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.site-footer .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 576px) {
  .site-footer .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .newsletter-form .newsletter-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
}
.site-footer .newsletter-form .newsletter-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-form .newsletter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-form .newsletter-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-form .newsletter-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-form .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-form .newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(165, 0, 0);
}
.site-footer .newsletter-form .newsletter-button {
  padding: 12px 25px;
  background: rgb(165, 0, 0);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.site-footer .newsletter-form .newsletter-button:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(165, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(165, 0, 0, 0.3);
}
.site-footer .newsletter-form .newsletter-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-footer .footer-bottom {
  padding: 20px 0;
  background: rgb(38.25, 38.25, 38.25);
}
.site-footer .footer-bottom .footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.site-footer .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.site-footer .footer-bottom .footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.site-footer .footer-bottom .footer-payment .payment-icon {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.site-footer .footer-bottom .footer-payment .payment-icon:hover {
  background: rgb(165, 0, 0);
  color: white;
}

/* === ОБЩИЕ СТИЛИ ДЛЯ .home-page === */
.home-page .container, .checkout-recommendations .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.home-page .hero-section, .checkout-recommendations .hero-section {
  background: linear-gradient(100deg, rgba(139, 0, 0, 0.8), rgba(92, 62, 62, 0.2)), url(assets/images/hon2.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 120px 20px;
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 768px) {
  .home-page .hero-section, .checkout-recommendations .hero-section {
    background-position: 70%;
  }
}
.home-page .hero-section .hero-title, .checkout-recommendations .hero-section .hero-title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeInDown 0.8s ease-out;
          animation: fadeInDown 0.8s ease-out;
}
@media (max-width: 768px) {
  .home-page .hero-section .hero-title, .checkout-recommendations .hero-section .hero-title {
    font-size: 2.2rem;
  }
}
.home-page .hero-section .hero-subtitle, .checkout-recommendations .hero-section .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
  max-width: 600px;
  -webkit-animation: fadeInUp 0.8s 0.2s ease-out both;
          animation: fadeInUp 0.8s 0.2s ease-out both;
}
@media (max-width: 768px) {
  .home-page .hero-section .hero-subtitle, .checkout-recommendations .hero-section .hero-subtitle {
    font-size: 1.1rem;
  }
}
.home-page .hero-section .hero-btn, .checkout-recommendations .hero-section .hero-btn {
  display: inline-block;
  background: #fff;
  color: rgb(165, 0, 0);
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, color 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  transition: background 0.3s, color 0.3s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-animation: fadeInUp 0.8s 0.4s ease-out both;
          animation: fadeInUp 0.8s 0.4s ease-out both;
}
.home-page .hero-section .hero-btn:hover, .checkout-recommendations .hero-section .hero-btn:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #720000;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.home-page .hero-section .hero-btn:active, .checkout-recommendations .hero-section .hero-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .home-page .hero-section .hero-btn, .checkout-recommendations .hero-section .hero-btn {
    width: 100%;
    text-align: center;
  }
}
.home-page .section-title,
.home-page .category-title, .checkout-recommendations .section-title,
.checkout-recommendations .category-title {
  font-size: 2rem;
  margin: 40px 0 20px;
  color: rgb(165, 0, 0);
  border-bottom: 2px solid rgb(165, 0, 0);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .home-page .section-title,
  .home-page .category-title, .checkout-recommendations .section-title,
  .checkout-recommendations .category-title {
    font-size: 1.5rem;
    margin: 30px 0 15px;
  }
}
.home-page .special-title, .checkout-recommendations .special-title {
  text-align: center;
  border-bottom: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.home-page .special-title .icon, .checkout-recommendations .special-title .icon {
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(165, 0, 0);
  background: rgba(165, 0, 0, 0.08);
  border: 1px solid rgba(165, 0, 0, 0.12);
  border-radius: 50%;
}
.home-page .special-title .icon svg, .checkout-recommendations .special-title .icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.home-page .special-title::before, .home-page .special-title::after, .checkout-recommendations .special-title::before, .checkout-recommendations .special-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: rgb(165, 0, 0);
}
.home-page .products-grid, .checkout-recommendations .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .home-page .products-grid, .checkout-recommendations .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .products-grid, .checkout-recommendations .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .home-page .products-grid, .checkout-recommendations .products-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.home-page .special-grid, .checkout-recommendations .special-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf7f2), to(#f6efe8));
  background: linear-gradient(180deg, #fbf7f2 0%, #f6efe8 100%);
}
@media (max-width: 1024px) {
  .home-page .special-grid, .checkout-recommendations .special-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .special-grid, .checkout-recommendations .special-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .home-page .special-grid, .checkout-recommendations .special-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.home-page .product-item, .checkout-recommendations .product-item {
  position: relative;
  border: 1px solid rgba(165, 0, 0, 0.08);
  border-radius: 22px;
  padding: 18px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf9), to(#fff));
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
          box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
}
.home-page .product-item:hover, .checkout-recommendations .product-item:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
          box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
}
.home-page .product-item:hover .quick-view-icon, .checkout-recommendations .product-item:hover .quick-view-icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-page .product-item:hover .product-tooltip, .checkout-recommendations .product-item:hover .product-tooltip {
  opacity: 1;
  visibility: visible;
}
.home-page .product-item .product-thumbnail, .checkout-recommendations .product-item .product-thumbnail {
  position: relative;
  margin-bottom: 16px;
  min-height: 220px;
  padding: 16px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .product-item .product-thumbnail .quick-view-trigger, .checkout-recommendations .product-item .product-thumbnail .quick-view-trigger {
  display: block;
  text-decoration: none;
  width: 100%;
}
.home-page .product-item .product-thumbnail img, .checkout-recommendations .product-item .product-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.home-page .product-item .product-thumbnail img:hover, .checkout-recommendations .product-item .product-thumbnail img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.home-page .product-item .product-thumbnail .product-badge, .checkout-recommendations .product-item .product-thumbnail .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.home-page .product-item .product-thumbnail .product-badge.badge-new, .checkout-recommendations .product-item .product-thumbnail .product-badge.badge-new {
  background: #eef9f0;
  color: #2f8a47;
}
.home-page .product-item .product-thumbnail .product-badge.badge-hit, .checkout-recommendations .product-item .product-thumbnail .product-badge.badge-hit {
  background: #fff0ef;
  color: rgb(165, 0, 0);
}
.home-page .product-item .product-thumbnail .quick-view-icon, .checkout-recommendations .product-item .product-thumbnail .quick-view-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(165, 0, 0, 0.08);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, background 0.3s, color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(165, 0, 0);
}
.home-page .product-item .product-thumbnail .quick-view-icon:hover, .checkout-recommendations .product-item .product-thumbnail .quick-view-icon:hover {
  background: rgb(165, 0, 0);
  color: #fff;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.home-page .product-item .product-thumbnail .quick-view-icon svg, .checkout-recommendations .product-item .product-thumbnail .quick-view-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.home-page .product-item .product-title, .checkout-recommendations .product-item .product-title {
  font-size: 1.08rem;
  margin: 0 0 8px;
  color: #000;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}
.home-page .product-item .weight, .checkout-recommendations .product-item .weight {
  font-size: 0.82rem;
  color: rgba(51, 51, 51, 0.8);
  display: block;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.home-page .product-item .product-action-row, .checkout-recommendations .product-item .product-action-row {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.home-page .product-item .price-block, .checkout-recommendations .product-item .price-block {
  margin: 0;
  margin-top: auto;
}
.home-page .product-item .price-block .price, .checkout-recommendations .product-item .price-block .price {
  display: block;
  font-weight: 700;
  color: rgb(165, 0, 0);
  font-size: 1.45rem;
  line-height: 1.1;
}
.home-page .product-item .price-block .price.old, .checkout-recommendations .product-item .price-block .price.old {
  display: inline-block;
  font-size: 0.92rem;
  color: rgba(51, 51, 51, 0.75);
  text-decoration: line-through;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: 500;
}
.home-page .product-item .price-block .price.sale, .checkout-recommendations .product-item .price-block .price.sale {
  display: inline-block;
  color: rgb(165, 0, 0);
}
.home-page .product-item .product-tooltip, .checkout-recommendations .product-item .product-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(36, 27, 24, 0.92);
  color: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.85rem;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  text-wrap: wrap;
}
.home-page .product-item .product-tooltip::after, .checkout-recommendations .product-item .product-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.home-page .product-item .product-tooltip strong, .checkout-recommendations .product-item .product-tooltip strong {
  color: rgb(165, 0, 0);
}
@media (max-width: 768px) {
  .home-page .product-item .product-tooltip, .checkout-recommendations .product-item .product-tooltip {
    white-space: normal;
    width: 200px;
    text-align: left;
    font-size: 0.8rem;
    padding: 8px;
  }
}
.home-page .product-item .add-to-cart-btn, .checkout-recommendations .product-item .add-to-cart-btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(165, 0, 0);
  color: #fff;
  padding: 0;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
  -webkit-transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.home-page .product-item .add-to-cart-btn:hover, .checkout-recommendations .product-item .add-to-cart-btn:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
          box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
}
.home-page .product-item .add-to-cart-btn:active, .checkout-recommendations .product-item .add-to-cart-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.home-page .product-item .add-to-cart-btn:disabled, .checkout-recommendations .product-item .add-to-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.home-page .product-item .add-to-cart-btn.is-loading .add-to-cart-btn__icon, .checkout-recommendations .product-item .add-to-cart-btn.is-loading .add-to-cart-btn__icon {
  -webkit-animation: cartSpin 0.9s linear infinite;
          animation: cartSpin 0.9s linear infinite;
}
.home-page .product-item .add-to-cart-btn.is-added, .checkout-recommendations .product-item .add-to-cart-btn.is-added {
  background: #2f8a47;
  -webkit-box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
          box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
}
.home-page .product-item .add-to-cart-btn:focus-visible, .checkout-recommendations .product-item .add-to-cart-btn:focus-visible {
  outline: 3px solid rgba(165, 0, 0, 0.18);
  outline-offset: 3px;
}
.home-page .product-item .add-to-cart-btn .add-to-cart-btn__icon, .checkout-recommendations .product-item .add-to-cart-btn .add-to-cart-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page .product-item .add-to-cart-btn svg, .checkout-recommendations .product-item .add-to-cart-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.home-page .info-delivery, .checkout-recommendations .info-delivery {
  padding: 40px 0;
  margin-bottom: 40px;
}
.home-page .info-delivery .info-grid, .checkout-recommendations .info-delivery .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-page .info-delivery .info-grid, .checkout-recommendations .info-delivery .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-page .info-delivery .info-grid, .checkout-recommendations .info-delivery .info-grid {
    grid-template-columns: 1fr;
  }
}
.home-page .info-delivery .info-item, .checkout-recommendations .info-delivery .info-item {
  padding: 20px;
  background: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.home-page .info-delivery .info-item:hover, .checkout-recommendations .info-delivery .info-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.home-page .info-delivery .info-item .info-icon, .checkout-recommendations .info-delivery .info-item .info-icon {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto 14px;
  color: rgb(165, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 0, 0, 0.08)), to(rgba(165, 0, 0, 0.02)));
  background: linear-gradient(180deg, rgba(165, 0, 0, 0.08) 0%, rgba(165, 0, 0, 0.02) 100%);
  border: 1px solid rgba(165, 0, 0, 0.12);
  border-radius: 18px;
  padding: 16px;
}
.home-page .info-delivery .info-item .info-icon svg, .checkout-recommendations .info-delivery .info-item .info-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.home-page .info-delivery .info-item h3, .checkout-recommendations .info-delivery .info-item h3 {
  color: rgb(165, 0, 0);
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.home-page .info-delivery .info-item p, .checkout-recommendations .info-delivery .info-item p {
  color: #333;
  font-size: 0.95rem;
}
.home-page .promo-section, .checkout-recommendations .promo-section {
  margin-bottom: 48px;
}
.home-page .promo-slider, .checkout-recommendations .promo-slider {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .home-page .promo-slider, .checkout-recommendations .promo-slider {
    padding: 6px 0 10px;
  }
}
.home-page .promo-slider .swiper-wrapper, .checkout-recommendations .promo-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-page .promo-slide, .checkout-recommendations .promo-slide {
  width: 210px;
}
@media (max-width: 576px) {
  .home-page .promo-slide, .checkout-recommendations .promo-slide {
    width: 170px;
  }
}
.home-page .promo-card, .checkout-recommendations .promo-card {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.home-page .promo-card:hover, .checkout-recommendations .promo-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home-page .promo-card:hover .promo-card__image-wrap, .checkout-recommendations .promo-card:hover .promo-card__image-wrap {
  -webkit-box-shadow: 0 14px 34px rgba(165, 0, 0, 0.16);
          box-shadow: 0 14px 34px rgba(165, 0, 0, 0.16);
}
.home-page .promo-card:hover img, .checkout-recommendations .promo-card:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.home-page .promo-card__image-wrap, .checkout-recommendations .promo-card__image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid rgba(198, 0, 0, 0.9);
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  aspect-ratio: 3/4;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.home-page .promo-card__image-wrap::before, .checkout-recommendations .promo-card__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 20px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  pointer-events: none;
  z-index: 1;
}
.home-page .promo-card__image-wrap img, .checkout-recommendations .promo-card__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.home-page .promo-slider__nav, .checkout-recommendations .promo-slider__nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease;
}
.home-page .promo-slider__nav::after, .checkout-recommendations .promo-slider__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid rgb(165, 0, 0);
  border-right: 3px solid rgb(165, 0, 0);
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
.home-page .promo-slider__nav:hover, .checkout-recommendations .promo-slider__nav:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background: #fff;
}
.home-page .promo-slider__nav.swiper-button-disabled, .checkout-recommendations .promo-slider__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 768px) {
  .home-page .promo-slider__nav, .checkout-recommendations .promo-slider__nav {
    display: none;
  }
}
.home-page .promo-slider__nav--prev, .checkout-recommendations .promo-slider__nav--prev {
  left: 0;
}
.home-page .promo-slider__nav--prev::after, .checkout-recommendations .promo-slider__nav--prev::after {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.home-page .promo-slider__nav--next, .checkout-recommendations .promo-slider__nav--next {
  right: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@-webkit-keyframes cartSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cartSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.promo-modal-open {
  overflow: hidden;
}

.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
}
.promo-modal.is-open {
  display: block;
}
.promo-modal .promo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 19, 15, 0.7);
  backdrop-filter: blur(6px);
}
.promo-modal .promo-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: 28px;
  width: min(920px, 100% - 32px);
  height: calc(100vh - 40px);
  margin: 20px auto;
  padding: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf8), to(#ffffff));
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
  border-radius: 28px;
  overflow: auto;
  -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
          box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .promo-modal .promo-modal__dialog {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }
}
.promo-modal .promo-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(165, 0, 0, 0.08);
  color: rgb(165, 0, 0);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.promo-modal .promo-modal__media {
  border-radius: 22px;
  overflow: hidden;
  background: #f8f3ea;
  min-height: 300px;
}
.promo-modal .promo-modal__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.promo-modal .promo-modal__content {
  -ms-flex-item-align: center;
      align-self: center;
}
.promo-modal .promo-modal__title {
  margin: 0 0 18px;
  color: rgb(165, 0, 0);
  font-size: 2rem;
  line-height: 1.1;
}
@media (max-width: 576px) {
  .promo-modal .promo-modal__title {
    font-size: 1.5rem;
  }
}
.promo-modal .promo-modal__text {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}
.promo-modal .promo-modal__text p:first-child {
  margin-top: 0;
}
.promo-modal .promo-modal__text p:last-child {
  margin-bottom: 0;
}

/* === ГЛОБАЛЬНЫЕ ЭЛЕМЕНТЫ (вне .home-page) === */
.sticky-category-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  z-index: 91;
  border-top: 1px solid rgba(165, 0, 0, 0.08);
  -webkit-box-shadow: 0 -10px 30px rgba(42, 24, 16, 0.08);
          box-shadow: 0 -10px 30px rgba(42, 24, 16, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.sticky-category-bar.hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sticky-category-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sticky-category-bar .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sticky-category-bar .category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(165, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 28px rgba(42, 24, 16, 0.08);
          box-shadow: 0 12px 28px rgba(42, 24, 16, 0.08);
}
@media (max-width: 768px) {
  .sticky-category-bar .category-links {
    gap: 10px;
    border-radius: 24px;
  }
}
.sticky-category-bar .category-link {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(165, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.2s, background 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.sticky-category-bar .category-link:hover {
  color: rgb(165, 0, 0);
  background: rgba(165, 0, 0, 0.06);
  border-color: rgba(165, 0, 0, 0.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.sticky-category-bar .category-link:focus-visible {
  outline: 2px solid rgba(165, 0, 0, 0.18);
  outline-offset: 2px;
}

.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #43a047, #2e7d32);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-weight: 500;
  -webkit-animation: slideInRight 0.3s ease-out;
          animation: slideInRight 0.3s ease-out;
  border-left: 4px solid #fff;
}
.cart-notification::before {
  content: "✓";
  font-size: 1.4rem;
  font-weight: bold;
}
.cart-notification.error {
  background: linear-gradient(135deg, #e53935, #c62828);
}
.cart-notification.error::before {
  content: "✕";
}
@media (max-width: 576px) {
  .cart-notification {
    left: 20px;
    right: 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 12px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* === АНИМАЦИИ === */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.product-item .product-thumbnail .product-gallery-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-wrapper {
  height: 100%;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-slide {
  text-align: center;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-button-prev,
.product-item .product-thumbnail .product-gallery-slider .swiper-button-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-button-prev::after,
.product-item .product-thumbnail .product-gallery-slider .swiper-button-next::after {
  font-size: 16px;
  color: white;
}
.product-item .product-thumbnail .product-gallery-slider:hover .swiper-button-prev, .product-item .product-thumbnail .product-gallery-slider:hover .swiper-button-next {
  opacity: 1;
}
@media (max-width: 768px) {
  .product-item .product-thumbnail .product-gallery-slider .swiper-button-prev,
  .product-item .product-thumbnail .product-gallery-slider .swiper-button-next {
    opacity: 0.8;
    width: 40px;
    height: 40px;
  }
  .product-item .product-thumbnail .product-gallery-slider .swiper-button-prev::after,
  .product-item .product-thumbnail .product-gallery-slider .swiper-button-next::after {
    font-size: 20px;
  }
}
.product-item .product-thumbnail .product-gallery-slider .swiper-pagination {
  bottom: 5px;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  background: #dedede;
  opacity: 0.7;
}
.product-item .product-thumbnail .product-gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(165, 0, 0);
}
.product-item .product-thumbnail .quick-view-trigger img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-slider .category-swiper-button-next,
.category-slider .category-swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.category-slider .category-swiper-button-next:after,
.category-slider .category-swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  color: rgb(165, 0, 0);
}
.category-slider .category-swiper-button-next {
  right: 10px;
}
.category-slider .category-swiper-button-next:after {
  content: "next";
}
.category-slider .category-swiper-button-prev {
  left: 10px;
}
.category-slider .category-swiper-button-prev:after {
  content: "prev";
}
@media (max-width: 768px) {
  .category-slider .category-swiper-button-next,
  .category-slider .category-swiper-button-prev {
    display: none;
  }
}

.quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.quick-view-modal .quick-view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.quick-view-modal .quick-view-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  overflow: auto;
  padding: 20px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  -webkit-animation: modalFadeIn 0.3s ease-out;
          animation: modalFadeIn 0.3s ease-out;
}
@media (max-width: 768px) {
  .quick-view-modal .quick-view-container {
    width: 95%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-container {
    padding: 10px;
  }
}
.quick-view-modal .quick-view-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 10;
  -webkit-transition: color 0.3s, -webkit-transform 0.2s;
  transition: color 0.3s, -webkit-transform 0.2s;
  transition: color 0.3s, transform 0.2s;
  transition: color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.quick-view-modal .quick-view-close:hover {
  color: rgb(165, 0, 0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-close {
    top: 5px;
    right: 10px;
    font-size: 25px;
  }
}
.quick-view-modal .quick-view-content .quick-view-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .quick-view-modal .quick-view-content .quick-view-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details h2 {
  margin-top: 0;
  color: rgb(165, 0, 0);
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(165, 0, 0);
  margin: 15px 0;
}
@media (max-width: 768px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .price {
    font-size: 1.3rem;
    text-align: center;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .weight,
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .composition,
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .nutrition,
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .energy,
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details .shelf-life {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .weight,
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .composition,
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .nutrition,
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .energy,
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details .shelf-life {
    font-size: 0.9rem;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .quantity {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .quantity input {
  width: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .quantity input:focus {
  border-color: rgb(165, 0, 0);
  outline: none;
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .single_add_to_cart_button {
  background: rgb(165, 0, 0);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .single_add_to_cart_button:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(165, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(165, 0, 0, 0.3);
}
.quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .single_add_to_cart_button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media (max-width: 576px) {
  .quick-view-modal .quick-view-content .quick-view-product .quick-view-details form.cart .single_add_to_cart_button {
    width: 100%;
    padding: 12px;
  }
}

@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -48%) scale(0.95);
            transform: translate(-50%, -48%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -48%) scale(0.95);
            transform: translate(-50%, -48%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider {
  width: 300px;
  height: auto;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-button-prev,
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-button-next {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-button-prev::after,
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-button-next::after {
  font-size: 18px;
  color: white;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-pagination {
  bottom: 10px;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-pagination .swiper-pagination-bullet {
  background: #dedede;
  opacity: 0.7;
}
.quick-view-modal .quick-view-container .quick-view-content .quick-view-product .quick-view-image .product-gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(165, 0, 0);
}

.woocommerce-checkout {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  font-family: "Arial", sans-serif;
}
.woocommerce-checkout .site-content {
  margin-top: 140px;
}
.woocommerce-checkout .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.woocommerce-checkout .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.woocommerce-checkout #customer_details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  min-width: 300px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields:hover,
.woocommerce-checkout #customer_details .woocommerce-additional-fields:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 50px rgba(165, 0, 0, 0.12);
          box-shadow: 0 15px 50px rgba(165, 0, 0, 0.12);
}
.woocommerce-checkout #customer_details h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  position: relative;
}
.woocommerce-checkout #customer_details h3::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #333;
}
.woocommerce-checkout #order_review {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  min-width: 320px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 30px;
}
@media (max-width: 768px) {
  .woocommerce-checkout #order_review {
    position: static;
    max-height: none;
  }
}
.woocommerce-checkout #order_review h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.woocommerce-checkout #order_review h3::before {
  content: "🛒";
  font-size: 2rem;
}
.woocommerce-checkout .form-row {
  margin-bottom: 25px;
  position: relative;
}
.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.woocommerce-checkout .form-row label .required {
  color: rgb(165, 0, 0);
  border: none;
}
.woocommerce-checkout .form-row input[type=text],
.woocommerce-checkout .form-row input[type=tel],
.woocommerce-checkout .form-row input[type=email],
.woocommerce-checkout .form-row input[type=number],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100%;
  padding: 15px 18px;
  border: 2px solid #ccc;
  border-radius: 12px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.woocommerce-checkout .form-row input[type=text]:hover,
.woocommerce-checkout .form-row input[type=tel]:hover,
.woocommerce-checkout .form-row input[type=email]:hover,
.woocommerce-checkout .form-row input[type=number]:hover,
.woocommerce-checkout .form-row select:hover,
.woocommerce-checkout .form-row textarea:hover {
  border-color: #ff0c0c;
}
.woocommerce-checkout .form-row input[type=text]:focus,
.woocommerce-checkout .form-row input[type=tel]:focus,
.woocommerce-checkout .form-row input[type=email]:focus,
.woocommerce-checkout .form-row input[type=number]:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  outline: none;
  border-color: rgb(165, 0, 0);
  -webkit-box-shadow: 0 0 0 4px rgba(165, 0, 0, 0.15);
          box-shadow: 0 0 0 4px rgba(165, 0, 0, 0.15);
}
.woocommerce-checkout .form-row input[type=text]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-webkit-input-placeholder, .woocommerce-checkout .form-row select::-webkit-input-placeholder, .woocommerce-checkout .form-row textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.95rem;
}
.woocommerce-checkout .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .form-row select::-moz-placeholder, .woocommerce-checkout .form-row textarea::-moz-placeholder {
  color: #999999;
  font-size: 0.95rem;
}
.woocommerce-checkout .form-row input[type=text]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]:-ms-input-placeholder, .woocommerce-checkout .form-row select:-ms-input-placeholder, .woocommerce-checkout .form-row textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 0.95rem;
}
.woocommerce-checkout .form-row input[type=text]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-ms-input-placeholder, .woocommerce-checkout .form-row select::-ms-input-placeholder, .woocommerce-checkout .form-row textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 0.95rem;
}
.woocommerce-checkout .form-row input[type=text]::placeholder,
.woocommerce-checkout .form-row input[type=tel]::placeholder,
.woocommerce-checkout .form-row input[type=email]::placeholder,
.woocommerce-checkout .form-row input[type=number]::placeholder,
.woocommerce-checkout .form-row select::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
  color: #999999;
  font-size: 0.95rem;
}
.woocommerce-checkout .form-row.shipping-method-type {
  background: linear-gradient(145deg, #f4f4f4, rgb(236.35, 236.35, 236.35));
  padding: 25px 20px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.woocommerce-checkout .form-row.shipping-method-type label {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: rgb(165, 0, 0);
  font-weight: 700;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 0;
  cursor: pointer;
  padding: 10px 20px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper label:hover {
  background: rgb(165, 0, 0);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 20px rgba(165, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(165, 0, 0, 0.3);
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper label input[type=radio] {
  width: auto;
  margin-right: 10px;
  accent-color: rgb(165, 0, 0);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.woocommerce-checkout .form-row.delivery-field, .woocommerce-checkout .form-row.pickup-field {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(244, 244, 244, 0.5);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.woocommerce-checkout .form-row.delivery-field label, .woocommerce-checkout .form-row.pickup-field label {
  color: rgb(165, 0, 0);
  font-size: 1.1rem;
}
.woocommerce-checkout .form-row.delivery-date-field input {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%238B0000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>') no-repeat right 15px center;
  background-size: 20px;
  padding-right: 45px;
}
.woocommerce-checkout .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
.woocommerce-checkout .shop_table th {
  background: rgb(165, 0, 0);
  color: #fff;
  padding: 15px 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-checkout .shop_table th:first-child {
  padding-left: 20px;
  color: #fff;
}
.woocommerce-checkout .shop_table th:last-child {
  padding-right: 20px;
}
.woocommerce-checkout .shop_table td {
  padding: 20px 10px;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: top;
}
.woocommerce-checkout .shop_table td:first-child {
  padding-left: 20px;
}
.woocommerce-checkout .shop_table td:last-child {
  padding-right: 20px;
}
.woocommerce-checkout .shop_table .product-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-checkout .shop_table .product-image img {
  width: 30%;
  height: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .shop_table .product-name {
  font-weight: 600;
  color: #333;
  text-align: center;
  width: 100%;
}
.woocommerce-checkout .shop_table .product-name .product-description {
  font-size: 0.85rem;
  color: rgb(127.5, 127.5, 127.5);
  margin-top: 8px;
  line-height: 1.4;
  max-width: 250px;
}
.woocommerce-checkout .shop_table .product-name .product-manufacturer {
  font-size: 0.75rem;
  color: #ccc;
  margin-top: 5px;
  font-style: italic;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty {
  width: 60px;
  padding: 10px;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  -moz-appearance: textfield;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty::-webkit-outer-spin-button, .woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty:focus {
  outline: none;
  background: rgba(165, 0, 0, 0.05);
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty-btn {
  width: 40px;
  height: 45px;
  border: none;
  background: #f4f4f4;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty-btn:hover {
  background: rgb(165, 0, 0);
  color: #fff;
}
.woocommerce-checkout .shop_table .product-total {
  font-weight: 700;
  color: rgb(165, 0, 0);
  font-size: 1.1rem;
}
.woocommerce-checkout .shop_table .product-total .old-price {
  display: block;
  font-size: 0.85rem;
  color: #333;
  text-decoration: line-through;
  font-weight: 400;
  margin-bottom: 3px;
}
.woocommerce-checkout .shop_table .product-total .sale-price {
  color: rgb(165, 0, 0);
  font-size: 1.2rem;
}
.woocommerce-checkout .shop_table tfoot tr th, .woocommerce-checkout .shop_table tfoot tr td {
  padding: 15px 10px;
  border-bottom: none;
  background: #f4f4f4;
}
.woocommerce-checkout .shop_table tfoot tr th:first-child, .woocommerce-checkout .shop_table tfoot tr td:first-child {
  padding-left: 20px;
}
.woocommerce-checkout .shop_table tfoot tr th:last-child, .woocommerce-checkout .shop_table tfoot tr td:last-child {
  padding-right: 20px;
}
.woocommerce-checkout .shop_table tfoot .cart-subtotal th, .woocommerce-checkout .shop_table tfoot .cart-subtotal td {
  font-size: 1rem;
  font-weight: 500;
}
.woocommerce-checkout .shop_table tfoot .order-total th, .woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 1.3rem;
  font-weight: 800;
  color: rgb(165, 0, 0);
  background: linear-gradient(145deg, #f4f4f4, rgb(231.25, 231.25, 231.25));
}
.woocommerce-checkout .shop_table tfoot .shipping th, .woocommerce-checkout .shop_table tfoot .shipping td {
  font-weight: 400;
  color: #333;
}
.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #f4f4f4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method:hover {
  border-color: rgb(165, 0, 0);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 5px 20px rgba(165, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(165, 0, 0, 0.1);
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method label input[type=radio] {
  width: auto;
  margin-right: 15px;
  accent-color: rgb(165, 0, 0);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 15px;
  padding: 15px;
  background: #f4f4f4;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #333;
  border-left: 4px solid rgb(165, 0, 0);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon {
  background: linear-gradient(145deg, #fff, #f4f4f4);
  border: 2px dashed rgb(165, 0, 0);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-checkout .checkout_coupon .showcoupon {
  color: rgb(165, 0, 0);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid rgb(165, 0, 0);
  padding-bottom: 2px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover,
.woocommerce-checkout .checkout_coupon .showcoupon:hover {
  color: #720000;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .form-row,
.woocommerce-checkout .checkout_coupon .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle input[type=text],
.woocommerce-checkout .checkout_coupon input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  border-radius: 50px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle button,
.woocommerce-checkout .checkout_coupon button {
  background: rgb(165, 0, 0);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle button:hover,
.woocommerce-checkout .checkout_coupon button:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 20px rgba(165, 0, 0, 0.3);
          box-shadow: 0 5px 20px rgba(165, 0, 0, 0.3);
}
.woocommerce-checkout #place_order {
  background: linear-gradient(145deg, rgb(165, 0, 0), #720000);
  color: #fff;
  border: none;
  padding: 20px 40px;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 60px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 10px 30px rgba(165, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(165, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout #place_order::before {
  content: "✓";
  margin-right: 10px;
  font-size: 1.6rem;
}
.woocommerce-checkout #place_order::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translateY(100%);
          transform: translate(-50%, -50%) rotate(45deg) translateY(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.woocommerce-checkout #place_order:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 40px rgba(165, 0, 0, 0.4);
          box-shadow: 0 15px 40px rgba(165, 0, 0, 0.4);
}
.woocommerce-checkout #place_order:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translateY(-100%);
          transform: translate(-50%, -50%) rotate(45deg) translateY(-100%);
}
.woocommerce-checkout #place_order:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin: 20px 0;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #333;
  border-left: 4px solid rgb(165, 0, 0);
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: rgb(165, 0, 0);
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

.woocommerce-checkout .form-row.place-order .button {
  display: none;
}
.woocommerce-checkout #place_order {
  display: block;
}

.checkout-recommendations {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(145deg, #fff, #f4f4f4);
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.checkout-recommendations .recommendations-title {
  font-size: 1.5rem;
  color: rgb(165, 0, 0);
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.checkout-recommendations .recommendations-title::before {
  content: "🔥";
  font-size: 2rem;
}
.checkout-recommendations .recommendations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .checkout-recommendations .recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .checkout-recommendations .recommendations-grid {
    grid-template-columns: 1fr !important;
  }
}
.checkout-recommendations .recommendation-item {
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
.checkout-recommendations .recommendation-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(165, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(165, 0, 0, 0.15);
  border-color: rgb(165, 0, 0);
}
.checkout-recommendations .recommendation-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.checkout-recommendations .recommendation-image {
  margin-bottom: 12px;
}
.checkout-recommendations .recommendation-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.checkout-recommendations .recommendation-info h4 {
  font-size: 1rem;
  margin: 0 0 8px 0;
  color: #333;
  line-height: 1.4;
}
.checkout-recommendations .recommendation-info .recommendation-price {
  display: block;
  font-weight: 700;
  color: rgb(165, 0, 0);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.checkout-recommendations .recommendation-info .recommendation-add {
  width: 100%;
  padding: 8px;
  background: rgb(165, 0, 0);
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkout-recommendations .recommendation-info .recommendation-add:hover {
  background: #720000;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.woocommerce-checkout .form-row.place-order {
  position: relative;
}
.woocommerce-checkout .form-row.place-order button[type=submit]:not(#place_order) {
  display: none !important;
}

button[name=woocommerce_checkout_place_order]:not(#place_order) {
  display: none !important;
}

.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
  font-weight: 500;
  z-index: 9999;
  -webkit-animation: slideInRight 0.3s ease-out;
          animation: slideInRight 0.3s ease-out;
}
.cart-notification.success {
  background: linear-gradient(135deg, #43a047, #2e7d32);
  border-left: 4px solid #fff;
}
.cart-notification.error {
  background: linear-gradient(135deg, #e53935, #c62828);
  border-left: 4px solid #fff;
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.checkout-notification,
.main-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 50px;
  color: white;
  font-weight: 500;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-animation: slideInRight 0.3s ease-out;
          animation: slideInRight 0.3s ease-out;
}
.checkout-notification.success,
.main-notification.success {
  background: linear-gradient(135deg, #43a047, #2e7d32);
}
.checkout-notification.error,
.main-notification.error {
  background: linear-gradient(135deg, #e53935, #c62828);
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .checkout-notification,
  .main-notification {
    left: 20px;
    right: 20px;
    text-align: center;
    border-radius: 8px;
  }
}

.woocommerce-shipping-totals, .cart-subtotal, .payment_box {
  display: none !important;
}

@media (max-width: 768px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields,
  .woocommerce-checkout #customer_details .woocommerce-additional-fields,
  .woocommerce-checkout #order_review {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .shop_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .checkout-recommendations .recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .checkout-recommendations {
    padding: 0 !important;
  }
  .form-row {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout-review-order-table {
    display: block;
    width: 100%;
    border: none;
  }
  .woocommerce-checkout-review-order-table thead {
    display: none;
  }
  .woocommerce-checkout-review-order-table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout-review-order-table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(224, 224, 224, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce-checkout-review-order-table tbody tr td {
    border: none;
    padding: 4px 0;
  }
  .woocommerce-checkout-review-order-table td {
    display: block;
    width: 100%;
    clear: both;
  }
  .woocommerce-checkout-review-order-table .product-image,
  .woocommerce-checkout-review-order-table .product-name {
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce-checkout-review-order-table .product-image {
    width: 80px;
    margin-right: 16px;
  }
  .woocommerce-checkout-review-order-table .product-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .woocommerce-checkout-review-order-table .product-name {
    width: calc(100% - 100px);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #2c3e50;
    word-break: break-word;
  }
  .woocommerce-checkout-review-order-table .product-quantity,
  .woocommerce-checkout-review-order-table .product-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 16px;
    width: 100%;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 40px;
    background: #f9f9f9;
    overflow: hidden;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty-btn {
    width: 44px;
    height: 48px;
    border: none;
    background: #f0f0f0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty-btn:hover {
    background: #8B0000;
    color: white;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty-btn:active {
    background: #5a0000;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty {
    width: 50px;
    padding: 10px 0;
    border: none;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    background: white;
    -moz-appearance: textfield;
  }
  .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty::-webkit-outer-spin-button, .woocommerce-checkout-review-order-table .product-quantity .quantity-wrapper .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .woocommerce-checkout-review-order-table .product-total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .woocommerce-checkout-review-order-table .product-total .old-price {
    display: block;
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
  }
  .woocommerce-checkout-review-order-table .product-total .sale-price,
  .woocommerce-checkout-review-order-table .product-total .amount {
    font-weight: 800;
    font-size: 1.5rem;
    color: #8B0000;
    line-height: 1.2;
    white-space: nowrap;
  }
  .woocommerce-checkout-review-order-table .product-total .amount {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }
  .woocommerce-checkout-review-order-table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 18px;
    margin-bottom: 10px;
    background: #f8f8f8;
    border-radius: 18px;
    border: 1px solid #eaeaea;
  }
  .woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout-review-order-table tfoot tr td {
    display: inline-block;
    width: auto;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 1.1rem;
  }
  .woocommerce-checkout-review-order-table tfoot tr th {
    font-weight: 500;
    color: #555;
  }
  .woocommerce-checkout-review-order-table tfoot tr td {
    font-weight: 700;
    color: #8B0000;
  }
  .woocommerce-checkout-review-order-table .order-total {
    background: #ffffff;
    border-left: 6px solid #8B0000;
  }
  .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.3rem;
  }
  .woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.8rem;
    font-weight: 900;
  }
  .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table tr {
    border: none !important;
  }
  #place_order {
    padding: 10px !important;
    font-size: 1rem !important;
  }
  #place_order::before {
    font-size: 1rem !important;
  }
}
.woocommerce-checkout {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf8), to(#f8f4ee));
  background: linear-gradient(180deg, #fffdf8 0%, #f8f4ee 100%);
}
.woocommerce-checkout .site-content {
  margin-top: 120px;
}
.woocommerce-checkout .woocommerce {
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #ffffff 100%);
  border: 1px solid rgba(165, 0, 0, 0.08);
  border-radius: 26px;
  -webkit-box-shadow: 0 18px 42px rgba(59, 37, 24, 0.08);
          box-shadow: 0 18px 42px rgba(59, 37, 24, 0.08);
}
.woocommerce-checkout #customer_details {
  padding: 10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  background: transparent;
  padding: 26px 24px;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  border: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields:hover,
.woocommerce-checkout #customer_details .woocommerce-additional-fields:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields + .woocommerce-additional-fields {
  border-top: 1px solid rgba(165, 0, 0, 0.08);
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .checkout-recommendations .recommendations-title {
  margin: 0 0 20px;
  padding: 0;
  color: rgb(165, 0, 0);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
}
.woocommerce-checkout #customer_details h3::after, .woocommerce-checkout #customer_details h3::before,
.woocommerce-checkout #order_review_heading::after,
.woocommerce-checkout #order_review_heading::before,
.woocommerce-checkout .checkout-recommendations .recommendations-title::after,
.woocommerce-checkout .checkout-recommendations .recommendations-title::before {
  content: none;
}
.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}
.woocommerce-checkout .form-row label {
  margin-bottom: 7px;
  font-size: 0.96rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.88);
}
.woocommerce-checkout .form-row.validate-required label .required {
  color: rgb(165, 0, 0);
  font-weight: 700;
}
.woocommerce-checkout .form-row input[type=text],
.woocommerce-checkout .form-row input[type=tel],
.woocommerce-checkout .form-row input[type=email],
.woocommerce-checkout .form-row input[type=number],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  padding: 14px 16px;
  border: 1px solid rgba(165, 0, 0, 0.12);
  border-radius: 16px;
  background: #fffdfa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.woocommerce-checkout .form-row input[type=text]:hover,
.woocommerce-checkout .form-row input[type=tel]:hover,
.woocommerce-checkout .form-row input[type=email]:hover,
.woocommerce-checkout .form-row input[type=number]:hover,
.woocommerce-checkout .form-row select:hover,
.woocommerce-checkout .form-row textarea:hover {
  border-color: rgba(165, 0, 0, 0.22);
}
.woocommerce-checkout .form-row input[type=text]:focus,
.woocommerce-checkout .form-row input[type=tel]:focus,
.woocommerce-checkout .form-row input[type=email]:focus,
.woocommerce-checkout .form-row input[type=number]:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  border-color: rgb(165, 0, 0);
  -webkit-box-shadow: 0 0 0 4px rgba(165, 0, 0, 0.08);
          box-shadow: 0 0 0 4px rgba(165, 0, 0, 0.08);
}
.woocommerce-checkout .form-row input[type=text]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-webkit-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-webkit-input-placeholder, .woocommerce-checkout .form-row select::-webkit-input-placeholder, .woocommerce-checkout .form-row textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.woocommerce-checkout .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .form-row select::-moz-placeholder, .woocommerce-checkout .form-row textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.woocommerce-checkout .form-row input[type=text]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]:-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]:-ms-input-placeholder, .woocommerce-checkout .form-row select:-ms-input-placeholder, .woocommerce-checkout .form-row textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.woocommerce-checkout .form-row input[type=text]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=tel]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=email]::-ms-input-placeholder, .woocommerce-checkout .form-row input[type=number]::-ms-input-placeholder, .woocommerce-checkout .form-row select::-ms-input-placeholder, .woocommerce-checkout .form-row textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.woocommerce-checkout .form-row input[type=text]::placeholder,
.woocommerce-checkout .form-row input[type=tel]::placeholder,
.woocommerce-checkout .form-row input[type=email]::placeholder,
.woocommerce-checkout .form-row input[type=number]::placeholder,
.woocommerce-checkout .form-row select::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
  color: rgba(51, 51, 51, 0.45);
}
.woocommerce-checkout .form-row.shipping-method-type {
  background: #fffaf3;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(165, 0, 0, 0.08);
  margin-bottom: 22px;
}
.woocommerce-checkout .form-row.shipping-method-type label {
  font-size: 1rem;
  margin-bottom: 12px;
  color: rgb(165, 0, 0);
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 12px 16px;
  min-width: 180px;
  border-radius: 16px;
  border: 1px solid rgba(165, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label:hover {
  background: rgba(165, 0, 0, 0.05);
  color: rgb(165, 0, 0);
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label::before {
  content: none;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label.is-selected {
  color: rgb(165, 0, 0);
  background: rgba(165, 0, 0, 0.08);
  border-color: rgba(165, 0, 0, 0.24);
  -webkit-box-shadow: 0 10px 24px rgba(165, 0, 0, 0.08);
          box-shadow: 0 10px 24px rgba(165, 0, 0, 0.08);
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > label:focus-within {
  outline: 2px solid rgba(165, 0, 0, 0.18);
  outline-offset: 2px;
}
.woocommerce-checkout .form-row.shipping-method-type .woocommerce-input-wrapper > input[type=radio]:checked + label {
  color: rgb(165, 0, 0);
  background: rgba(165, 0, 0, 0.08);
  border-color: rgba(165, 0, 0, 0.24);
  -webkit-box-shadow: 0 10px 24px rgba(165, 0, 0, 0.08);
          box-shadow: 0 10px 24px rgba(165, 0, 0, 0.08);
}
.woocommerce-checkout .form-row.delivery-field, .woocommerce-checkout .form-row.pickup-field {
  padding: 18px;
  background: #fffdfa;
  border: 1px solid rgba(165, 0, 0, 0.07);
  border-radius: 18px;
  margin-bottom: 16px;
}
.woocommerce-checkout .form-row.delivery-field label, .woocommerce-checkout .form-row.pickup-field label {
  color: rgba(51, 51, 51, 0.86);
  font-size: 0.95rem;
}
.woocommerce-checkout .woocommerce-invalid input,
.woocommerce-checkout .woocommerce-invalid select,
.woocommerce-checkout .woocommerce-invalid textarea {
  border-color: #d64545 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.08);
          box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.08);
}
.woocommerce-checkout #order_review_heading {
  margin-bottom: 16px;
}
.woocommerce-checkout #order_review {
  padding: 24px;
  top: 24px;
}
.woocommerce-checkout .shop_table {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 22px;
}
.woocommerce-checkout .shop_table thead th {
  background: transparent;
  color: rgba(51, 51, 51, 0.62);
  border-bottom: 1px solid rgba(165, 0, 0, 0.08);
  padding: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.woocommerce-checkout .shop_table tbody tr {
  background: #fffdfa;
  border: 1px solid rgba(165, 0, 0, 0.07);
  border-radius: 18px;
}
.woocommerce-checkout .shop_table tbody td {
  padding: 16px 10px;
  border-bottom: none;
}
.woocommerce-checkout .shop_table .product-image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(165, 0, 0, 0.06);
}
.woocommerce-checkout .shop_table .product-name {
  text-align: left;
  font-size: 0.98rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.92);
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper {
  border: 1px solid rgba(165, 0, 0, 0.1);
  border-radius: 999px;
  background: #ffffff;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty {
  background: transparent;
  color: #333;
  font-size: 0.95rem;
  width: 48px;
  padding: 10px 4px;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty-btn {
  width: 36px;
  height: 40px;
  background: #fbf7f1;
  color: rgb(165, 0, 0);
  font-size: 1.05rem;
}
.woocommerce-checkout .shop_table .product-quantity .quantity-wrapper .qty-btn:hover {
  background: rgba(165, 0, 0, 0.08);
  color: rgb(165, 0, 0);
}
.woocommerce-checkout .shop_table .product-total {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
}
.woocommerce-checkout .shop_table tfoot tr th,
.woocommerce-checkout .shop_table tfoot tr td {
  background: transparent;
  border-top: 1px solid rgba(165, 0, 0, 0.08);
  padding: 14px 0 0;
  font-size: 0.96rem;
}
.woocommerce-checkout .shop_table tfoot .order-total th,
.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 1.22rem;
  font-weight: 800;
  color: rgb(165, 0, 0);
  background: transparent;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin: 18px 0 14px;
  padding: 14px 16px;
  background: #fffaf3;
  border-radius: 16px;
  border-left: 3px solid rgba(165, 0, 0, 0.45);
  font-size: 0.88rem;
  color: rgba(51, 51, 51, 0.8);
}
.woocommerce-checkout #place_order {
  background: rgb(165, 0, 0);
  padding: 16px 24px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0 16px 34px rgba(165, 0, 0, 0.18);
          box-shadow: 0 16px 34px rgba(165, 0, 0, 0.18);
}
.woocommerce-checkout #place_order::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -3px;
  background: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M8 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 6l.5 2H21l-1.7 5.6a2 2 0 0 1-1.9 1.4H9a2 2 0 0 1-1.9-1.5L4.1 2H1V0h4.7l.8 4H23l-2.2 7.3A4 4 0 0 1 17 14H9l.5 2H19v2H8.7a2 2 0 0 1-2-1.6L5 7.1 4.4 4 3.9 2H1V0h4.5l.7 4H6.2Z"/></svg>');
}
.woocommerce-checkout #place_order::after {
  content: none;
}
.woocommerce-checkout #place_order:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 38px rgba(165, 0, 0, 0.22);
          box-shadow: 0 18px 38px rgba(165, 0, 0, 0.22);
}

.checkout-recommendations {
  margin-top: 24px;
  padding: 22px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #ffffff 100%);
  border: 1px solid rgba(165, 0, 0, 0.08);
  border-radius: 24px;
  -webkit-box-shadow: 0 18px 42px rgba(59, 37, 24, 0.06);
          box-shadow: 0 18px 42px rgba(59, 37, 24, 0.06);
}
.checkout-recommendations .recommendations-title {
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.checkout-recommendations .recommendations-grid {
  gap: 14px;
}
.checkout-recommendations .recommendation-item {
  padding: 14px;
  border-radius: 18px;
  background: #fffdfa;
  border: 1px solid rgba(165, 0, 0, 0.07);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-recommendations .recommendation-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 28px rgba(59, 37, 24, 0.08);
          box-shadow: 0 12px 28px rgba(59, 37, 24, 0.08);
  border-color: rgba(165, 0, 0, 0.14);
}
.checkout-recommendations .recommendation-image img {
  border-radius: 14px;
}
.checkout-recommendations .recommendation-info h4 {
  font-size: 0.96rem;
  color: rgba(51, 51, 51, 0.92);
}
.checkout-recommendations .recommendation-info .recommendation-price {
  color: rgb(165, 0, 0);
  font-size: 1rem;
  margin-bottom: 12px;
}
.checkout-recommendations .recommendation-info .recommendation-add {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(165, 0, 0);
  -webkit-box-shadow: 0 12px 24px rgba(165, 0, 0, 0.16);
          box-shadow: 0 12px 24px rgba(165, 0, 0, 0.16);
}
.checkout-recommendations .recommendation-info .recommendation-add:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: rgb(124.2, 0, 0);
}
.checkout-recommendations .recommendation-info .recommendation-add:disabled {
  opacity: 0.55;
  -webkit-transform: none;
          transform: none;
}
.checkout-recommendations .recommendation-info .recommendation-add.is-loading .recommendation-add__icon {
  -webkit-animation: cartSpin 0.9s linear infinite;
          animation: cartSpin 0.9s linear infinite;
}
.checkout-recommendations .recommendation-info .recommendation-add.is-added {
  background: #2f8a47;
  -webkit-box-shadow: 0 12px 24px rgba(47, 138, 71, 0.18);
          box-shadow: 0 12px 24px rgba(47, 138, 71, 0.18);
}
.checkout-recommendations .recommendation-info .recommendation-add__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-recommendations .recommendation-info .recommendation-add svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .payment_box {
  display: none !important;
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce {
    gap: 20px;
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .checkout-recommendations {
    border-radius: 22px;
  }
  .woocommerce-checkout #customer_details {
    padding: 0;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields,
  .woocommerce-checkout #customer_details .woocommerce-additional-fields,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout .checkout-recommendations {
    padding: 20px 18px;
  }
  .woocommerce-checkout .shop_table {
    display: block;
    overflow-x: visible;
  }
  .woocommerce-checkout .shop_table thead {
    display: none;
  }
  .woocommerce-checkout .shop_table tbody,
  .woocommerce-checkout .shop_table tbody tr,
  .woocommerce-checkout .shop_table tfoot,
  .woocommerce-checkout .shop_table tfoot tr {
    display: block;
    width: 100%;
  }
  .woocommerce-checkout .shop_table tbody tr {
    margin-bottom: 14px;
    padding: 14px;
  }
  .woocommerce-checkout .shop_table tbody td {
    display: block;
    padding: 4px 0;
  }
  .woocommerce-checkout .shop_table .product-image,
  .woocommerce-checkout .shop_table .product-name {
    display: inline-block;
    vertical-align: top;
  }
  .woocommerce-checkout .shop_table .product-image {
    width: 72px;
    margin-right: 12px;
  }
  .woocommerce-checkout .shop_table .product-name {
    width: calc(100% - 90px);
  }
  .woocommerce-checkout .shop_table .product-quantity,
  .woocommerce-checkout .shop_table .product-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
  .woocommerce-checkout .shop_table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0 0;
    margin-bottom: 8px;
  }
  .woocommerce-checkout .shop_table tfoot tr th,
  .woocommerce-checkout .shop_table tfoot tr td {
    width: auto;
    padding: 0;
  }
  .woocommerce-checkout #place_order {
    width: 100%;
  }
}
.thankyou-page {
  padding: 60px 0;
  background: #f4f4f4;
  font-family: "Arial", sans-serif;
}
.thankyou-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.thankyou-page .thankyou-header {
  text-align: center;
  margin-bottom: 40px;
}
.thankyou-page .thankyou-header .thankyou-title {
  font-size: 2.5rem;
  color: rgb(165, 0, 0);
  margin-bottom: 10px;
}
.thankyou-page .thankyou-header .thankyou-message {
  font-size: 1.2rem;
  color: #333;
}
.thankyou-page .woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.thankyou-page .woocommerce-order-overview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.thankyou-page .woocommerce-order-overview li .label {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 5px;
}
.thankyou-page .woocommerce-order-overview li strong {
  font-size: 1.2rem;
  color: rgb(165, 0, 0);
}
.thankyou-page .thankyou-delivery-info {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.thankyou-page .thankyou-delivery-info h3 {
  font-size: 1.5rem;
  color: rgb(165, 0, 0);
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(165, 0, 0);
}
.thankyou-page .thankyou-delivery-info .delivery-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.thankyou-page .thankyou-delivery-info .delivery-details-grid .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thankyou-page .thankyou-delivery-info .delivery-details-grid .detail-item .detail-label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.thankyou-page .thankyou-delivery-info .delivery-details-grid .detail-item .detail-value {
  color: rgb(25.5, 25.5, 25.5);
  line-height: 1.5;
}
.thankyou-page .thankyou-order-details {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.thankyou-page .thankyou-order-details h3 {
  font-size: 1.5rem;
  color: rgb(165, 0, 0);
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(165, 0, 0);
}
.thankyou-page .thankyou-order-details .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.thankyou-page .thankyou-order-details .shop_table th, .thankyou-page .thankyou-order-details .shop_table td {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #f4f4f4;
}
.thankyou-page .thankyou-order-details .shop_table th {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.thankyou-page .thankyou-order-details .shop_table .product-name .product-quantity {
  font-weight: normal;
  color: rgb(165, 0, 0);
  margin-left: 5px;
}
.thankyou-page .thankyou-order-details .shop_table .product-total {
  font-weight: 600;
  color: rgb(165, 0, 0);
}
.thankyou-page .thankyou-order-details .shop_table tfoot tr th, .thankyou-page .thankyou-order-details .shop_table tfoot tr td {
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.thankyou-page .thankyou-order-details .shop_table tfoot tr:first-child th, .thankyou-page .thankyou-order-details .shop_table tfoot tr:first-child td {
  border-top: 2px solid #ccc;
}
.thankyou-page .thankyou-order-details .shop_table tfoot .order-total th, .thankyou-page .thankyou-order-details .shop_table tfoot .order-total td {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
}
@media (max-width: 768px) {
  .thankyou-page .woocommerce-order-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.woocommerce-order-received .entry-title {
  display: none !important;
}

.delivery-page .delivery-hero {
  background: linear-gradient(135deg, rgb(165, 0, 0) 0%, #720000 100%);
  color: #fff;
  padding: 140px 0 60px 0;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.delivery-page .delivery-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M30 5L55 30L30 55L5 30L30 5Z" fill="rgba(255,255,255,0.05)"/></svg>');
  opacity: 0.1;
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite;
}
.delivery-page .delivery-hero .hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.delivery-page .delivery-hero .hero-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  -webkit-animation: fadeInUp 0.8s ease;
          animation: fadeInUp 0.8s ease;
}
@media (max-width: 768px) {
  .delivery-page .delivery-hero .hero-title {
    font-size: 2rem;
  }
}
.delivery-page .delivery-hero .hero-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.delivery-page .delivery-hero .hero-highlight .highlight-badge {
  background: #fff;
  color: rgb(165, 0, 0);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeInUp 0.8s ease 0.1s both;
          animation: fadeInUp 0.8s ease 0.1s both;
}
.delivery-page .delivery-hero .hero-highlight .highlight-text {
  font-size: 1.3rem;
  -webkit-animation: fadeInUp 0.8s ease 0.2s both;
          animation: fadeInUp 0.8s ease 0.2s both;
}
.delivery-page .delivery-hero .hero-highlight .highlight-free {
  background: #fff;
  color: rgb(165, 0, 0);
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.3rem;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeInUp 0.8s ease 0.3s both;
          animation: fadeInUp 0.8s ease 0.3s both;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.delivery-page .delivery-hero .hero-schedule {
  font-size: 1.1rem;
  opacity: 0.9;
  -webkit-animation: fadeInUp 0.8s ease 0.4s both;
          animation: fadeInUp 0.8s ease 0.4s both;
}
.delivery-page .steps-section {
  margin-bottom: 60px;
}
.delivery-page .steps-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .delivery-page .steps-section .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.delivery-page .steps-section .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.delivery-page .steps-section .step-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.delivery-page .steps-section .step-item .step-icon {
  width: 50px;
  height: 50px;
  background: rgb(165, 0, 0);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-page .steps-section .step-item .step-content h3 {
  margin: 0 0 10px;
  color: rgb(165, 0, 0);
  font-size: 1.3rem;
}
.delivery-page .steps-section .step-item .step-content p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}
.delivery-page .pricing-section {
  padding-bottom: 120px;
}
.delivery-page .pricing-section .pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .delivery-page .pricing-section .pricing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .delivery-page .pricing-section .pricing-cards {
    grid-template-columns: 1fr;
  }
}
.delivery-page .pricing-section .price-card {
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.delivery-page .pricing-section .price-card-inner {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.delivery-page .pricing-section .price-card-inner:hover {
  -webkit-transform: translateY(-5px) scale(1.02);
          transform: translateY(-5px) scale(1.02);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.delivery-page .pricing-section .price-card-free .price-card-inner {
  background: linear-gradient(135deg, rgb(165, 0, 0), #720000);
  color: #fff;
}
.delivery-page .pricing-section .price-card-free .price-card-inner h3, .delivery-page .pricing-section .price-card-free .price-card-inner .price-description {
  color: #fff;
}
.delivery-page .pricing-section .price-card-free .price-card-inner .price-icon {
  color: #fff;
}
.delivery-page .pricing-section .price-card .price-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: rgb(165, 0, 0);
}
.delivery-page .pricing-section .price-card h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.delivery-page .pricing-section .price-card .price-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(165, 0, 0);
  margin-bottom: 15px;
  line-height: 1;
}
.delivery-page .pricing-section .price-card-free .price-value {
  color: #fff;
  font-size: 3rem;
}
.delivery-page .pricing-section .price-card .price-description {
  color: #333;
  font-size: 0.9rem;
  margin: 0;
}
.delivery-page .contactless-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .delivery-page .contactless-section {
    grid-template-columns: 1fr;
  }
}
.delivery-page .contactless-section .contactless-content {
  padding: 40px;
}
.delivery-page .contactless-section .contactless-title {
  color: #333;
  margin-bottom: 10px;
}
.delivery-page .contactless-section .contactless-badge {
  display: inline-block;
  background: rgb(165, 0, 0);
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.delivery-page .contactless-section .contactless-subtitle {
  font-size: 2rem;
  color: rgb(165, 0, 0);
  margin-bottom: 15px;
}
.delivery-page .contactless-section .contactless-description {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 25px;
}
.delivery-page .contactless-section .contactless-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.delivery-page .contactless-section .contactless-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.delivery-page .contactless-section .contactless-step .step-num {
  width: 30px;
  height: 30px;
  background: rgb(165, 0, 0);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-page .contactless-section .contactless-step .step-text {
  color: #333;
}
.delivery-page .contactless-section .contactless-image {
  background: linear-gradient(135deg, #f4f4f4, rgb(231.25, 231.25, 231.25));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
.delivery-page .contactless-section .contactless-image .safe-icon {
  font-size: 8rem;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.delivery-page .conditions-section {
  margin-bottom: 60px;
}
.delivery-page .conditions-section .conditions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .delivery-page .conditions-section .conditions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .delivery-page .conditions-section .conditions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .delivery-page .conditions-section .conditions-grid {
    grid-template-columns: 1fr;
  }
}
.delivery-page .conditions-section .condition-item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.delivery-page .conditions-section .condition-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.delivery-page .conditions-section .condition-item:hover .condition-icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: rgb(165, 0, 0);
}
.delivery-page .conditions-section .condition-item .condition-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.delivery-page .conditions-section .condition-item h4 {
  color: rgb(165, 0, 0);
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.delivery-page .conditions-section .condition-item p {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.delivery-page .note-section {
  margin-bottom: 60px;
}
.delivery-page .note-section .note-content {
  background: #f4f4f4;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid rgb(165, 0, 0);
  position: relative;
}
.delivery-page .note-section .note-content::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 4rem;
  color: rgba(165, 0, 0, 0.1);
  font-family: serif;
}
.delivery-page .note-section .note-content .note-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.delivery-page .recommended-section {
  margin-bottom: 60px;
}
.delivery-page .recommended-section .section-subtitle {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.delivery-page .recommended-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1024px) {
  .delivery-page .recommended-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .delivery-page .recommended-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .delivery-page .recommended-section .products-grid {
    grid-template-columns: 1fr;
  }
}
.delivery-page .recommended-section .product-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf9), to(#fff));
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
  border-radius: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
          box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(165, 0, 0, 0.08);
}
.delivery-page .recommended-section .product-card:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
          box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
  border-color: rgba(165, 0, 0, 0.14);
}
.delivery-page .recommended-section .product-card .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 5;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.delivery-page .recommended-section .product-card .product-badge.hit {
  background: #fff0ef;
  color: rgb(165, 0, 0);
}
.delivery-page .recommended-section .product-card .product-badge.new {
  background: #eef9f0;
  color: #2f8a47;
}
.delivery-page .recommended-section .product-card .product-image {
  padding: 18px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fffdf9));
  background: linear-gradient(180deg, #fff6ee 0%, #fffdf9 100%);
  border-radius: 18px;
  margin-bottom: 16px;
}
.delivery-page .recommended-section .product-card .product-image img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.delivery-page .recommended-section .product-card .product-image img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.delivery-page .recommended-section .product-card .product-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.delivery-page .recommended-section .product-card .product-title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.delivery-page .recommended-section .product-card .product-title a {
  color: #000;
  text-decoration: none;
}
.delivery-page .recommended-section .product-card .product-title a:hover {
  color: rgb(165, 0, 0);
}
.delivery-page .recommended-section .product-card .product-weight {
  font-size: 0.82rem;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 14px;
}
.delivery-page .recommended-section .product-card .product-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
  line-height: 1.1;
}
.delivery-page .recommended-section .product-card .product-composition {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 4.5em; /* Примерно 3 строки для состава */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.delivery-page .recommended-section .product-card .product-nutrition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 0.85rem;
  color: #333;
  margin-bottom: 15px;
  min-height: 3.5em; /* Фиксированная высота для БЖУ */
}
.delivery-page .recommended-section .product-card .product-nutrition .nutrition-item strong {
  color: #000;
}
.delivery-page .recommended-section .product-card .product-actions {
  margin-top: auto;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: rgb(165, 0, 0);
  color: #fff;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
  -webkit-transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
          box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
}
.delivery-page .recommended-section .product-card .add-to-cart-btn:focus-visible {
  outline: 3px solid rgba(165, 0, 0, 0.18);
  outline-offset: 3px;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn.is-loading .add-to-cart-btn__icon {
  -webkit-animation: cartSpin 0.9s linear infinite;
          animation: cartSpin 0.9s linear infinite;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn.is-added {
  background: #2f8a47;
  -webkit-box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
          box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
}
.delivery-page .recommended-section .product-card .add-to-cart-btn .add-to-cart-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-page .recommended-section .product-card .add-to-cart-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.delivery-page .recommended-section .no-products {
  text-align: center;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  color: #333;
}
.delivery-page .contact-section {
  margin-bottom: 60px;
}
.delivery-page .contact-section .contact-box {
  background: linear-gradient(135deg, #333, rgb(76.5, 76.5, 76.5));
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
.delivery-page .contact-section .contact-box h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.delivery-page .contact-section .contact-box p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  opacity: 0.9;
}
.delivery-page .contact-section .contact-box .contact-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.delivery-page .contact-section .contact-box .contact-phone {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.delivery-page .contact-section .contact-box .contact-phone:hover {
  background: #fff;
  color: #333;
  border-color: #fff;
}
.delivery-page .contact-section .contact-box .contact-note {
  font-size: 0.9rem;
  opacity: 0.7;
  margin: 0;
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.addresses-page .addresses-hero {
  background: linear-gradient(135deg, rgb(165, 0, 0) 0%, #720000 100%);
  color: #fff;
  padding: 140px 0 60px 0;
  margin-bottom: 40px;
  text-align: center;
}
.addresses-page .addresses-hero .hero-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .addresses-page .addresses-hero .hero-title {
    font-size: 2rem;
  }
}
.addresses-page .addresses-hero .hero-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.addresses-page .section-title {
  font-size: 2rem;
  margin: 50px 0 30px;
  color: rgb(165, 0, 0);
  text-align: center;
  position: relative;
}
.addresses-page .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: rgb(165, 0, 0);
  margin: 15px auto 0;
}
.addresses-page .addresses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1024px) {
  .addresses-page .addresses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .addresses-page .addresses-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.addresses-page .address-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addresses-page .address-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.addresses-page .address-card .card-header {
  background: #f4f4f4;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-bottom: 2px solid rgb(165, 0, 0);
}
.addresses-page .address-card .card-header .card-icon {
  font-size: 2rem;
}
.addresses-page .address-card .card-header .card-title {
  margin: 0;
  font-size: 1.3rem;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.addresses-page .address-card .card-content {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.addresses-page .address-card .address-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.addresses-page .address-card .address-detail .detail-label {
  font-weight: bold;
  color: rgb(165, 0, 0);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.addresses-page .address-card .address-detail .detail-value {
  color: #333;
  line-height: 1.5;
  font-size: 1rem;
}
.addresses-page .address-card .address-detail .detail-phone {
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.addresses-page .address-card .address-detail .detail-phone:hover {
  color: rgb(165, 0, 0);
}
.addresses-page .address-card .address-detail .detail-hours {
  color: #333;
  font-weight: 500;
}
.addresses-page .no-addresses {
  text-align: center;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  color: #333;
  font-size: 1.1rem;
}
.addresses-page .map-section {
  margin: 60px 0;
}
.addresses-page .map-section .map-placeholder {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.addresses-page .map-section .map-placeholder .map-content {
  margin: 0 auto;
}
.addresses-page .map-section .map-placeholder .map-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.addresses-page .map-section .map-placeholder .map-text {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 10px;
}
.addresses-page .map-section .map-placeholder .map-subtext {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 0.9rem;
}
.addresses-page .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1024px) {
  .addresses-page .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .addresses-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .addresses-page .products-grid {
    grid-template-columns: 1fr;
  }
}
.addresses-page .product-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdf9), to(#fff));
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
  border-radius: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
          box-shadow: 0 14px 34px rgba(58, 32, 18, 0.08);
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(165, 0, 0, 0.08);
}
.addresses-page .product-card:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
          box-shadow: 0 22px 46px rgba(58, 32, 18, 0.14);
  border-color: rgba(165, 0, 0, 0.14);
}
.addresses-page .product-card .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 5;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.addresses-page .product-card .product-badge.hit {
  background: #fff0ef;
  color: rgb(165, 0, 0);
}
.addresses-page .product-card .product-badge.new {
  background: #eef9f0;
  color: #2f8a47;
}
.addresses-page .product-card .product-image {
  padding: 18px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fffdf9));
  background: linear-gradient(180deg, #fff6ee 0%, #fffdf9 100%);
  border-radius: 18px;
  margin-bottom: 16px;
}
.addresses-page .product-card .product-image img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.addresses-page .product-card .product-image img:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.addresses-page .product-card .product-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.addresses-page .product-card .product-title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.addresses-page .product-card .product-title a {
  color: #000;
  text-decoration: none;
}
.addresses-page .product-card .product-title a:hover {
  color: rgb(165, 0, 0);
}
.addresses-page .product-card .product-weight {
  font-size: 0.82rem;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 14px;
}
.addresses-page .product-card .product-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(165, 0, 0);
  line-height: 1.1;
}
.addresses-page .product-card .product-actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.addresses-page .product-card .add-to-cart-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: rgb(165, 0, 0);
  color: #fff;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(165, 0, 0, 0.2);
  -webkit-transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s, opacity 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.addresses-page .product-card .add-to-cart-btn:hover {
  background: #720000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
          box-shadow: 0 16px 28px rgba(165, 0, 0, 0.28);
}
.addresses-page .product-card .add-to-cart-btn:focus-visible {
  outline: 3px solid rgba(165, 0, 0, 0.18);
  outline-offset: 3px;
}
.addresses-page .product-card .add-to-cart-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.addresses-page .product-card .add-to-cart-btn.is-loading .add-to-cart-btn__icon {
  -webkit-animation: cartSpin 0.9s linear infinite;
          animation: cartSpin 0.9s linear infinite;
}
.addresses-page .product-card .add-to-cart-btn.is-added {
  background: #2f8a47;
  -webkit-box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
          box-shadow: 0 16px 28px rgba(47, 138, 71, 0.24);
}
.addresses-page .product-card .add-to-cart-btn .add-to-cart-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addresses-page .product-card .add-to-cart-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.addresses-page .feedback-section {
  margin: 60px 0;
}
.addresses-page .feedback-section .feedback-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .addresses-page .feedback-section .feedback-container {
    grid-template-columns: 1fr;
  }
}
.addresses-page .feedback-section .feedback-form {
  padding: 40px;
}
.addresses-page .feedback-section .feedback-form input, .addresses-page .feedback-section .feedback-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
.addresses-page .feedback-section .feedback-form input:focus, .addresses-page .feedback-section .feedback-form textarea:focus {
  outline: none;
  border-color: rgb(165, 0, 0);
}
.addresses-page .feedback-section .feedback-form input[type=submit] {
  background: rgb(165, 0, 0);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.addresses-page .feedback-section .feedback-form input[type=submit]:hover {
  background: #720000;
}
.addresses-page .feedback-section .feedback-info {
  background: -webkit-gradient(linear, left top, right bottom, from(#777), to(rgb(77, 77, 77)));
  background: linear-gradient(to bottom right, #777, rgb(77, 77, 77));
  color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.addresses-page .feedback-section .feedback-info .info-text {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.addresses-page .feedback-section .feedback-info .info-phone {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .addresses-page .feedback-section .feedback-info .info-phone {
    font-size: 1.2rem;
  }
}
.addresses-page .feedback-section .feedback-info .info-hours {
  font-size: 1.1rem;
  opacity: 0.9;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.stolle-form {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 450px;
  margin: 0 auto;
}
.stolle-form p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
@media (max-width: 768px) {
  .stolle-form {
    padding: 20px;
    max-width: 100%;
  }
}
.stolle-form .form-header {
  text-align: center;
  margin-bottom: 20px;
}
.stolle-form .form-header .form-title {
  font-size: 1.6rem;
  color: rgb(165, 0, 0);
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  .stolle-form .form-header .form-title {
    font-size: 1.4rem;
  }
}
.stolle-form .form-header .form-subtitle {
  color: #333;
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.8;
}
.stolle-form .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.stolle-form .field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  color: #333;
  font-weight: 500;
  font-size: 0.85rem;
}
.stolle-form .field-label .label-icon {
  font-size: 1rem;
}
.stolle-form .field-label .label-text {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.stolle-form .stolle-input,
.stolle-form .stolle-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.stolle-form .stolle-input::-webkit-input-placeholder, .stolle-form .stolle-textarea::-webkit-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 0.9rem;
}
.stolle-form .stolle-input::-moz-placeholder, .stolle-form .stolle-textarea::-moz-placeholder {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 0.9rem;
}
.stolle-form .stolle-input:-ms-input-placeholder, .stolle-form .stolle-textarea:-ms-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 0.9rem;
}
.stolle-form .stolle-input::-ms-input-placeholder, .stolle-form .stolle-textarea::-ms-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 0.9rem;
}
.stolle-form .stolle-input::placeholder,
.stolle-form .stolle-textarea::placeholder {
  color: rgb(178.5, 178.5, 178.5);
  font-size: 0.9rem;
}
.stolle-form .stolle-input:focus,
.stolle-form .stolle-textarea:focus {
  outline: none;
  border-color: rgb(165, 0, 0);
  -webkit-box-shadow: 0 0 0 2px rgba(165, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(165, 0, 0, 0.1);
}
.stolle-form .stolle-input.wpcf7-not-valid,
.stolle-form .stolle-textarea.wpcf7-not-valid {
  border-color: #dc3545;
}
.stolle-form .stolle-textarea {
  min-height: 80px;
  resize: vertical;
}
.stolle-form .form-submit {
  margin-top: 10px;
  text-align: center;
}
.stolle-form .stolle-submit {
  background: rgb(165, 0, 0);
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 250px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 2px 8px rgba(165, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(165, 0, 0, 0.3);
}
.stolle-form .stolle-submit:hover {
  background: rgb(124.2, 0, 0);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(165, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(165, 0, 0, 0.4);
}
.stolle-form .stolle-submit:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 576px) {
  .stolle-form .stolle-submit {
    max-width: 100%;
  }
}
.stolle-form .form-footer {
  margin-top: 15px;
  text-align: center;
}
.stolle-form .privacy-note {
  color: #999999;
  font-size: 0.75rem;
  margin: 0;
}
.stolle-form.compact {
  padding: 20px;
}
.stolle-form.compact .form-title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: left;
}
.stolle-form.compact .form-row {
  margin-bottom: 12px;
}
.stolle-form.compact .stolle-input,
.stolle-form.compact .stolle-textarea {
  padding: 8px 12px;
}
.stolle-form.compact .stolle-submit {
  padding: 10px 20px;
  max-width: 100%;
  font-size: 0.95rem;
}
.stolle-form.compact .privacy-note-small {
  color: #999999;
  font-size: 0.7rem;
  text-align: center;
  margin: 10px 0 0;
}

.wpcf7-response-output {
  margin: 15px 0 0 !important;
  padding: 10px !important;
  border-radius: 6px !important;
  border: none !important;
  text-align: center;
  font-size: 0.9rem;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #d4edda;
  color: #155724;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background: #f8d7da;
  color: #721c24;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
  width: 30px;
  height: 30px;
}

.category-slider {
  position: relative;
  margin-bottom: 40px;
}
.category-slider .swiper-button-next,
.category-slider .swiper-button-prev {
  color: rgb(165, 0, 0);
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.category-slider .swiper-button-next:after,
.category-slider .swiper-button-prev:after {
  font-size: 20px;
}
.category-slider .swiper-pagination-bullet {
  background: rgb(165, 0, 0);
}
.category-slider .swiper-pagination {
  bottom: -20px !important;
}

body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Глобальный фикс для всех страниц */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Фикс для страницы оформления заказа */
.woocommerce-checkout {
  max-width: 100vw;
  overflow-x: hidden;
}

.woocommerce-checkout .container {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Фикс для всех элементов внутри */
.woocommerce-checkout * {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.stolle-byn-symbol {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  -webkit-margin-start: 0.1em;
          margin-inline-start: 0.1em;
  vertical-align: -0.02em;
  background-color: currentColor;
  -webkit-mask-image: url("https://upload.wikimedia.org/wikipedia/commons/2/28/BYN_symbol.svg");
  mask-image: url("https://upload.wikimedia.org/wikipedia/commons/2/28/BYN_symbol.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.woocommerce-Price-amount.amount {
  white-space: nowrap;
}