/* Dyson theme base overrides */
body.theme-dyson {
  background-color: #0f0f0f;
  color: #f2f2f2;
  font-family: 'Open Sans', Arial, sans-serif;
}

/* Wider container override */
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

/* Header tweaks */
#top {
  background: #1a1a1a;
  color: #cfcfcf;
}

header {
  background: #111;
  padding: 20px 0;
}

/* Dyson topbar layout */
.dy-topbar .container { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; min-height: 64px; }
.dy-topbar__left { flex: 1 1 auto; display: flex; align-items: center; }
.dy-topbar__right { flex: 1 1 auto; text-align: right; }
.dy-top-links { margin: 0; }
.dy-top-links > li { margin-right: 20px; }
.dy-top-links > li a { color: #cfcfcf; }

.dy-logo { display: inline-block; margin-right: 24px; }
.dy-logo img { height: 28px; width: auto; vertical-align: middle; }

.dy-top-actions { margin: 0; }
.dy-top-actions > li { margin-left: 15px; position: relative; }
.dy-top-actions > li a { color: #cfcfcf; text-decoration: none; }
.dy-top-actions > li a:hover { color: #6dd16b; }

.dy-phone__tooltip {
  display: none;
  position: absolute;
  right: 0;
  top: 120%;
  background: #222;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #333;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 5;
}
.dy-phone:hover .dy-phone__tooltip { display: block; }

/* Top bar links and phone */
#top .list-inline > li > a,
#top .list-inline > li span {
  color: #cfcfcf;
}

#top .list-inline > li > a:hover {
  color: #ffffff;
}

/* Main header section - Isolated styles */
.dy-main-header {
  background: #1a1a1a;
  border-top: 1px solid #2a2a2a;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

/* Ensure header styles don't affect other sections */
.dy-main-header * {
  box-sizing: border-box;
}

.dy-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Hamburger menu - Isolated */
.dy-main-header .dy-hamburger {
  flex-shrink: 0;
}

.dy-main-header .dy-burger-btn {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dy-main-header .dy-burger-btn span {
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.dy-burger-btn:hover span {
  background: #6dd16b;
}

/* Categories navigation */
.dy-categories-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.dy-categories-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.dy-category-item {
  position: relative;
}

.dy-category-link {
  color: #e2e2e2;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.dy-category-link:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-category-link i {
  font-size: 12px;
}

/* Category dropdown */
.dy-category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  min-width: 200px;
  z-index: 1000;
  padding: 15px;
  margin-top: 5px;
}

/* Smart positioning for category dropdowns */
.dy-category-dropdown.dy-dropdown-right {
  left: auto !important;
  right: 0 !important;
}

.dy-category-dropdown.dy-dropdown-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* Override Bootstrap positioning for categories */
.dy-category-item.open .dy-category-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}

.dy-category-item.open .dy-category-dropdown.dy-dropdown-right {
  left: auto !important;
  right: 0 !important;
}

.dy-category-item.open .dy-category-dropdown.dy-dropdown-center {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.dy-category-dropdown .dropdown-inner {
  display: flex;
  gap: 20px;
}

.dy-category-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
}

.dy-category-dropdown li {
  margin-bottom: 8px;
}

.dy-category-dropdown a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.dy-category-dropdown a:hover {
  color: #6dd16b;
}

.see-all {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #3a3a3a;
  color: #6dd16b !important;
  font-weight: bold;
}

/* Header tools (search + cart) - Isolated */
.dy-main-header .dy-header-tools {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

/* Compact search - Isolated */
.dy-main-header .dy-search-compact {
  position: relative;
}

.dy-main-header .dy-search-wrapper {
  display: flex;
  align-items: center;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  overflow: visible;
  position: relative;
}

.dy-main-header .dy-search-input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  min-width: 200px;
  outline: none;
}

.dy-main-header .dy-search-input::placeholder {
  color: #999;
}

.dy-main-header .dy-search-btn {
  background: transparent;
  border: none;
  color: #cfcfcf;
  padding: 10px 15px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.dy-main-header .dy-search-btn:hover {
  color: #6dd16b;
}

/* Cart button - Isolated */
.dy-main-header .dy-cart-btn {
  position: relative;
}

.dy-main-header .dy-cart-button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.dy-main-header .dy-cart-button:hover {
  color: #6dd16b;
}

.dy-main-header .dy-cart-button i {
  font-size: 20px;
}

.dy-main-header .dy-cart-count {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #6dd16b;
  color: #000;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
  line-height: 1.2;
}

/* Cart dropdown - Isolated */
.dy-main-header .dy-cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  min-width: 350px;
  max-width: 400px;
  z-index: 1000;
  padding: 20px;
  margin-top: 5px;
}

/* Smart positioning for cart dropdown - Isolated */
.dy-main-header .dy-cart-dropdown.dy-dropdown-left {
  right: auto !important;
  left: 0 !important;
}

.dy-main-header .dy-cart-dropdown.dy-dropdown-center {
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* Override Bootstrap positioning - Isolated */
.dy-main-header .dy-cart-btn.open .dy-cart-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.dy-main-header .dy-cart-btn.open .dy-cart-dropdown.dy-dropdown-left {
  right: auto !important;
  left: 0 !important;
}

.dy-main-header .dy-cart-btn.open .dy-cart-dropdown.dy-dropdown-center {
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.dy-main-header .dy-cart-content {
  color: #cfcfcf;
}

.dy-main-header .dy-cart-items {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}

.dy-main-header .dy-cart-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #3a3a3a;
}

.dy-main-header .dy-cart-item:last-child {
  border-bottom: none;
}

.dy-main-header .dy-cart-item-image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.dy-main-header .dy-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.dy-main-header .dy-cart-item-info {
  flex: 1;
  min-width: 0;
}

.dy-main-header .dy-cart-item-name a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

.dy-main-header .dy-cart-item-name a:hover {
  color: #6dd16b;
}

.dy-main-header .dy-cart-item-options {
  margin: 4px 0;
}

.dy-main-header .dy-cart-item-options small {
  color: #999;
  font-size: 12px;
}

.dy-main-header .dy-cart-item-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.dy-main-header .dy-cart-item-qty {
  color: #999;
  font-size: 12px;
}

.dy-main-header .dy-cart-item-price {
  color: #6dd16b;
  font-weight: bold;
  font-size: 14px;
}

.dy-main-header .dy-cart-remove {
  background: transparent;
  border: none;
  color: #ff6b6b;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.dy-main-header .dy-cart-remove:hover {
  background: rgba(255, 107, 107, 0.1);
}

.dy-main-header .dy-cart-totals {
  border-top: 1px solid #3a3a3a;
  padding-top: 15px;
  margin-bottom: 15px;
}

.dy-main-header .dy-cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.dy-main-header .dy-cart-total-row:last-child {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #3a3a3a;
  padding-top: 8px;
  margin-top: 8px;
}

.dy-main-header .dy-cart-actions {
  display: flex;
  gap: 10px;
}

.dy-main-header .dy-btn {
  flex: 1;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
}

.dy-main-header .dy-btn-secondary {
  background: #3a3a3a;
  color: #fff;
  border: 1px solid #4a4a4a;
}

.dy-main-header .dy-btn-secondary:hover {
  background: #4a4a4a;
  color: #fff;
  text-decoration: none;
}

.dy-main-header .dy-btn-primary {
  background: #6dd16b;
  color: #000;
  border: 1px solid #6dd16b;
}

.dy-main-header .dy-btn-primary:hover {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #000;
  text-decoration: none;
}

.dy-main-header .dy-cart-empty {
  text-align: center;
  padding: 20px;
  color: #999;
}

/* Off-canvas mobile menu */
.dy-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.dy-offcanvas-open {
  visibility: visible;
  opacity: 1;
}

.dy-offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.dy-offcanvas-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #1a1a1a;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.dy-offcanvas-open .dy-offcanvas-panel {
  transform: translateX(0);
}

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

.dy-offcanvas-logo img {
  height: 28px;
  width: auto;
}

.dy-offcanvas-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
}

.dy-offcanvas-close:hover {
  color: #6dd16b;
}

.dy-offcanvas-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 0;
}

.dy-offcanvas-nav {
  padding: 0 20px;
}

.dy-offcanvas-menu,
.dy-offcanvas-custom-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dy-offcanvas-item {
  border-bottom: 1px solid #2a2a2a;
}

.dy-offcanvas-item:last-child {
  border-bottom: none;
}

.dy-offcanvas-link {
  display: block;
  padding: 15px 0;
  color: #e2e2e2;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
  position: relative;
}

.dy-offcanvas-link:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-offcanvas-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dy-offcanvas-toggle i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.dy-offcanvas-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0f0f0f;
  display: none;
}

.dy-offcanvas-submenu li {
  border-bottom: 1px solid #2a2a2a;
}

.dy-offcanvas-submenu li:last-child {
  border-bottom: none;
}

.dy-offcanvas-sublink {
  display: block;
  padding: 12px 20px;
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.dy-offcanvas-sublink:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-offcanvas-footer {
  padding: 20px;
  border-top: 1px solid #2a2a2a;
}

.dy-offcanvas-contact {
  margin-bottom: 20px;
}

.dy-offcanvas-phone,
.dy-offcanvas-email {
  margin-bottom: 10px;
}

.dy-offcanvas-phone a,
.dy-offcanvas-email a {
  color: #e2e2e2;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.dy-offcanvas-phone a:hover,
.dy-offcanvas-email a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-offcanvas-callback {
  width: 100%;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dy-offcanvas-callback:hover {
  background: #6dd16b;
  border-color: #6dd16b;
  color: #000;
}

/* Body scroll lock when menu is open */
body.dy-menu-open {
  overflow: hidden;
}

/* Custom scrollbar styles */
.dy-offcanvas-content::-webkit-scrollbar {
  width: 6px;
}

.dy-offcanvas-content::-webkit-scrollbar-track {
  background: #0f0f0f;
  border-radius: 3px;
}

.dy-offcanvas-content::-webkit-scrollbar-thumb {
  background: #6dd16b;
  border-radius: 3px;
  transition: background 0.3s ease;
}

.dy-offcanvas-content::-webkit-scrollbar-thumb:hover {
  background: #5cb85c;
}

/* Firefox scrollbar */
.dy-offcanvas-content {
  scrollbar-width: thin;
  scrollbar-color: #6dd16b #0f0f0f;
}

/* General scrollbar for the site */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #6dd16b;
  border-radius: 4px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #5cb85c;
}

/* Firefox scrollbar for the site */
html {
  scrollbar-width: thin;
  scrollbar-color: #6dd16b #1a1a1a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dy-header-row {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .dy-categories-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }
  
  .dy-categories-list {
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  
  .dy-search-input {
    min-width: 150px;
  }
  
  .dy-cart-dropdown {
    min-width: 300px;
  }
  
  .dy-offcanvas-panel {
    width: 100%;
  }
}

/* Search */
#search .input-lg {
  background: #222;
  border: 1px solid #2a2a2a;
  color: #fff;
}

#search .btn-lg {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}

/* CTA button (green) */
.btn-cta {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.btn-cta:hover { background: #4fa74f; border-color: #4fa74f; }

/* Icons sizes */
.dy-top-actions i { font-size: 18px; }
.dy-phone > a .fa { margin-right: 6px; }
.dy-phone > a:after {
  content: '\f107'; /* fa-chevron-down */
  font-family: FontAwesome;
  margin-left: 6px;
}

/* Hero video section */
.hero-video {
  position: relative;
  margin-bottom: 30px;
}

.hero-video__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.hero-video__media {
  width: 100%;
  height: auto;
  display: block;
}

.hero-video__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
}

/* Footer styles */
.dy-footer {
  background: #1a1a1a;
  color: #cfcfcf;
  padding: 40px 0 20px;
  position: relative;
  margin-top: 25px;
}

.dy-footer-main {
  margin-bottom: 30px;
}

.dy-footer-brand {
  margin-bottom: 20px;
}

.dy-footer-logo img {
  height: 32px;
  width: auto;
  margin-bottom: 20px;
}

.dy-footer-promo {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dy-promo-item {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.dy-promo-item:hover {
  transform: translateY(-2px);
}

.dy-promo-image {
  width: 100%;
  height: auto;
  display: block;
}

.dy-footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dy-footer-links li {
  margin-bottom: 8px;
}

.dy-footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.dy-footer-links a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-footer-contact {
  text-align: left;
}

.dy-contact-info {
  margin-bottom: 20px;
}

.dy-contact-phone,
.dy-contact-email {
  margin-bottom: 10px;
}

.dy-contact-phone a,
.dy-contact-email a {
  color: #cfcfcf;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.dy-contact-phone a:hover,
.dy-contact-email a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-social-networks {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.dy-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1a1a1a;
  border-radius: 50%;
  color: #cfcfcf;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.dy-social-link:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.dy-social-vk:hover {
  background: #4c75a3;
}

.dy-social-rutube:hover {
  background: #ff0000;
}

.dy-social-telegram:hover {
  background: #0088cc;
}

.dy-callback-btn {
  width: 100%;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dy-callback-btn:hover {
  background: #6dd16b;
  border-color: #6dd16b;
  color: #000;
}

.dy-footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
}

.dy-copyright {
  color: #999;
  font-size: 12px;
  margin: 0;
}

.dy-footer-legal {
  text-align: right;
}

.dy-legal-link {
  color: #999;
  text-decoration: none;
  font-size: 12px;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.dy-legal-link:hover {
  color: #6dd16b;
  text-decoration: none;
}

/* Back to top button */
.dy-back-to-top {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  width: 50px !important;
  height: 50px !important;
  background: #6dd16b !important;
  color: #000 !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  z-index: 9999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(109, 209, 107, 0.3) !important;
}

.dy-back-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dy-back-to-top:hover {
  background: #5cb85c;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(109, 209, 107, 0.4);
}

/* Responsive footer */
@media (max-width: 768px) {
  .dy-footer {
    padding: 30px 0 15px;
  }
  
  .dy-footer-main .row > div {
    margin-bottom: 30px;
  }
  
  .dy-footer-legal {
    text-align: left;
    margin-top: 15px;
  }
  
  .dy-legal-link {
    margin-left: 0;
    margin-right: 15px;
  }
  
  .dy-back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

/* Sticky header and navigation */
.dy-header {
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

.dy-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.dy-nav {
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}

.dy-nav.sticky {
  position: fixed;
  top: 60px; /* Height of header */
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Body padding when sticky */
body.dy-sticky-header {
  padding-top: 60px;
}

body.dy-sticky-nav {
  padding-top: 120px; /* Header + Nav height */
}

/* Breadcrumb styles */
.breadcrumb {
  background: none !important;
  padding: 0 !important;
  margin: 0;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumb > li {
  display: inline-block;
  color: #cfcfcf;
  font-size: 14px;
}

.breadcrumb > li + li:before {
  content: "›";
  color: #6dd16b;
  margin: 0 8px;
  font-weight: bold;
}

.breadcrumb > li a {
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb > li a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.breadcrumb > li.active {
  color: #6dd16b;
  font-weight: 500;
}

/* Breadcrumb для страницы регистрации - светлый фон */
.dy-register-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-register-page .breadcrumb > li {
  color: #666666;
}

.dy-register-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-register-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-register-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* Breadcrumb для страницы логина - светлый фон */
.dy-login-page .breadcrumb,
#account-login .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-login-page .breadcrumb > li,
#account-login .breadcrumb > li {
  color: #666666;
}

.dy-login-page .breadcrumb > li a,
#account-login .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-login-page .breadcrumb > li a:hover,
#account-login .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-login-page .breadcrumb > li.active,
#account-login .breadcrumb > li.active {
  color: #6dd16b;
}

/* Hero Section */
.dy-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dy-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dy-hero-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dy-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}

.dy-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dy-hero-text {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}

.dy-hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.dy-hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.4;
}

.dy-hero-button {
  display: inline-block;
  padding: 18px 40px;
  background: #6dd16b;
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(109, 209, 107, 0.3);
}

.dy-hero-button:hover {
  background: #5cb85c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(109, 209, 107, 0.4);
  color: #000;
  text-decoration: none;
}

/* Responsive hero */
@media (max-width: 768px) {
  .dy-hero {
    height: 80vh;
    min-height: 500px;
  }
  
  .dy-hero-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  
  .dy-hero-subtitle {
    font-size: 1.5rem;
  }
  
  .dy-hero-button {
    padding: 15px 30px;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .dy-hero {
    height: 70vh;
    min-height: 400px;
  }
  
  .dy-hero-title {
    font-size: 2rem;
  }
  
  .dy-hero-subtitle {
    font-size: 1.5rem;
  }
  
  .dy-hero-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
}

a {
    color:#6dd16b;
    text-decoration: none;
}

/* Product Cards - Dyson Style */
.dy-product-card {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #2a2a2a;
  margin-bottom: 30px;
  position: relative;
}

.dy-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-color: #6dd16b;
}

.dy-product-image {
  position: relative;
  overflow: hidden;
  background: #0f0f0f;
}

.dy-product-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dy-product-card:hover .dy-product-image img {
  transform: scale(1.05);
}

.dy-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dy-product-card:hover .dy-product-overlay {
  opacity: 1;
}

.dy-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.dy-product-info {
  padding: 20px;
  color: #cfcfcf;
}

.dy-product-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.dy-product-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dy-product-title a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-product-description {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dy-product-rating {
  margin-bottom: 15px;
}

.dy-product-rating .fa-star {
  color: #6dd16b;
}

.dy-product-rating .fa-star-o {
  color: #444;
}

.dy-product-price {
  margin-bottom: 15px;
}

.dy-price-current,
.dy-price-special {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.dy-price-old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.dy-price-tax {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

/* Dyson Buttons */
.dy-btn {
  display: inline-block;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
}

.dy-btn-sm {
  padding: 6px 12px;
  font-size: 12px;
}

.dy-btn-primary {
  background: #6dd16b;
  color: #000;
}

.dy-btn-primary:hover {
  background: #5cb85c;
  color: #000;
  text-decoration: none;
  transform: translateY(-1px);
}

.dy-btn-secondary {
  background: #2a2a2a;
  color: #cfcfcf;
  border: 1px solid #444;
}

.dy-btn-secondary:hover {
  background: #444;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Product Grid Layout */
.product-layout.product-grid {
  margin-bottom: 30px;
}

/* Responsive Product Cards */
@media (max-width: 768px) {
  .dy-product-card {
    margin-bottom: 20px;
  }
  
  .dy-product-image img {
    
  }
  
  .dy-product-info {
    padding: 15px !important;
  }
  
  .dy-product-title {
    font-size: 14px;
  }
  
  .dy-product-description {
    font-size: 13px;
  }
  
  .dy-price-current,
  .dy-price-special {
    font-size: 16px;
  }
  
  .dy-product-actions {
    gap: 8px;
  }
  
  .dy-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .dy-product-image img {
    
  }
  
  .dy-product-info {
    padding: 12px;
  }
  
  .dy-product-actions {
    flex-direction: column;
    gap: 5px;
  }
  
  .dy-btn {
    width: 100%;
    padding: 8px 12px;
  }
}

/* Alert Messages - Dyson Style */
.alert {
  border: none !important;
  border-radius: 8px !important;
  padding: 20px 25px !important;
  margin-bottom: 20px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  position: relative !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-left: 4px solid !important;
  animation: slideInDown 0.5s ease-out !important;
}

.alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 8px;
  pointer-events: none;
}

.alert .fa {
  margin-right: 10px;
  font-size: 16px;
}

.alert .close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.alert .close:hover {
  opacity: 1;
}

/* Success Alert */
.alert-success {
  background: linear-gradient(135deg, #1e3a1e 0%, #2d4a2d 100%) !important;
  color: #d4edda !important;
  border-left-color: #6dd16b !important;
}

.alert-success .fa-check-circle {
  color: #6dd16b !important;
}

.alert-success .close {
  color: #6dd16b !important;
}

/* Danger Alert */
.alert-danger {
  background: linear-gradient(135deg, #3a1e1e 0%, #4a2d2d 100%) !important;
  color: #f8d7da !important;
  border-left-color: #dc3545 !important;
}

.alert-danger .fa-exclamation-circle {
  color: #dc3545 !important;
}

.alert-danger .close {
  color: #dc3545 !important;
}

/* Warning Alert */
.alert-warning {
  background: linear-gradient(135deg, #3a2e1e 0%, #4a3d2d 100%) !important;
  color: #fff3cd !important;
  border-left-color: #ffc107 !important;
}

.alert-warning .fa-exclamation-triangle {
  color: #ffc107 !important;
}

.alert-warning .close {
  color: #ffc107 !important;
}

/* Info Alert */
.alert-info {
  background: linear-gradient(135deg, #1e2e3a 0%, #2d3d4a 100%) !important;
  color: #d1ecf1 !important;
  border-left-color: #17a2b8 !important;
}

.alert-info .fa-info-circle {
  color: #17a2b8 !important;
}

.alert-info .close {
  color: #17a2b8 !important;
}

/* Alert Animations */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.alert.fade-out {
  animation: slideOutUp 0.3s ease-in forwards;
}

/* Alert Dismissible */
.alert-dismissible {
  padding-right: 50px !important;
}

.alert-dismissible .close {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/* Alert with custom Dyson styling */
.alert-dyson {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
  color: #cfcfcf !important;
  border-left-color: #6dd16b !important;
  border: 1px solid #444 !important;
}

.alert-dyson .fa {
  color: #6dd16b !important;
}

.alert-dyson .close {
  color: #6dd16b !important;
}

/* Responsive Alerts */
@media (max-width: 768px) {
  .alert {
    padding: 15px 20px !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }
  
  .alert .fa {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .alert .close {
    top: 12px;
    right: 15px;
    font-size: 18px;
  }
  
  .alert-dismissible {
    padding-right: 40px !important;
  }
}

@media (max-width: 480px) {
  .alert {
    padding: 12px 15px !important;
    font-size: 12px !important;
  }
  
  .alert .close {
    top: 10px;
    right: 12px;
    font-size: 16px;
  }
}

/* Sorting and Filtering Elements - Dyson Style */
.dy-sorting-controls {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.dy-sorting-controls .form-group {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dy-sorting-controls .input-group-addon {
  background: #2a2a2a;
  border: 1px solid #444;
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px 0 0 4px;
  white-space: nowrap;
}

.dy-sorting-controls .form-control {
  background: #0f0f0f;
  border: 1px solid #444;
  color: #cfcfcf;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease;
  min-width: 150px;
}

.dy-sorting-controls .form-control:focus {
  background: #1a1a1a;
  border-color: #6dd16b;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(109, 209, 107, 0.2);
  outline: none;
}

.dy-sorting-controls .form-control option {
  background: #0f0f0f;
  color: #cfcfcf;
  padding: 8px;
}

.dy-sorting-controls .btn-link {
  color: #6dd16b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.dy-sorting-controls .btn-link:hover {
  color: #5cb85c;
  text-decoration: none;
}

/* View Toggle Buttons */
.dy-view-toggle {
  display: flex;
  gap: 5px;
}

.dy-view-toggle .btn {
  background: #2a2a2a;
  border: 1px solid #444;
  color: #cfcfcf;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dy-view-toggle .btn:hover,
.dy-view-toggle .btn.active {
  background: #6dd16b;
  border-color: #6dd16b;
  color: #000;
}

.dy-view-toggle .btn i {
  font-size: 14px;
}

/* Pagination - Dyson Style */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.pagination > li {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #cfcfcf;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  background: #2a2a2a;
  border-color: #6dd16b;
  color: #6dd16b;
  text-decoration: none;
  transform: translateY(-1px);
}

.pagination > li.active > span {
  background: #6dd16b;
  border-color: #6dd16b;
  color: #000;
  font-weight: 600;
}

.pagination > li.disabled > span {
  background: #0f0f0f;
  border-color: #333;
  color: #666;
  cursor: not-allowed;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 4px 0 0 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0 4px 4px 0;
}

.pagination > li:only-child > a,
.pagination > li:only-child > span {
  border-radius: 4px;
}

/* Pagination with ellipsis */
.pagination > li.ellipsis > span {
  background: transparent;
  border: none;
  color: #999;
  cursor: default;
}

/* Results info */
.dy-results-info {
  color: #999;
  font-size: 14px;
  text-align: right;
}

.dy-results-info strong {
  color: #6dd16b;
  font-weight: 600;
}

/* Responsive sorting controls */
@media (max-width: 768px) {
  .dy-sorting-controls {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  
  .dy-sorting-controls .form-group {
    width: 100%;
    justify-content: space-between;
  }
  
  .dy-sorting-controls .form-control {
    min-width: 120px;
    flex: 1;
  }
  
  .dy-sorting-controls .input-group-addon {
    min-width: 80px;
  }
  
  .dy-view-toggle {
    order: -1;
    width: 100%;
    justify-content: center;
  }
  
  .pagination {
    flex-wrap: wrap;
    gap: 3px;
  }
  
  .pagination > li > a,
  .pagination > li > span {
    min-width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .dy-sorting-controls {
    padding: 12px;
  }
  
  .dy-sorting-controls .form-control {
    min-width: 100px;
    font-size: 13px;
  }
  
  .dy-sorting-controls .input-group-addon {
    font-size: 13px;
    padding: 6px 8px;
  }
  
  .pagination > li > a,
  .pagination > li > span {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 8px;
  }
  
  .dy-results-info {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
  }
}

/* Search Form - Dyson Style */
.dy-search-form {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
}

.dy-search-form .form-group {
  margin-bottom: 20px;
}

.dy-search-form .control-label {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.dy-search-input {
  background: #0f0f0f !important;
  border: 1px solid #444 !important;
  color: #cfcfcf !important;
  font-size: 14px !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.dy-search-input:focus {
  background: #1a1a1a !important;
  border-color: #6dd16b !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(109, 209, 107, 0.2) !important;
  outline: none !important;
}

.dy-search-input::placeholder {
  color: #999 !important;
}

.dy-select {
  background: #0f0f0f !important;
  border: 1px solid #444 !important;
  color: #cfcfcf !important;
  font-size: 14px !important;
  padding: 12px 15px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.dy-select:focus {
  background: #1a1a1a !important;
  border-color: #6dd16b !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(109, 209, 107, 0.2) !important;
  outline: none !important;
}

.dy-select option {
  background: #0f0f0f;
  color: #cfcfcf;
  padding: 8px;
}

/* Checkbox Group */
.dy-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dy-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  color: #cfcfcf;
  font-size: 14px;
  user-select: none;
}

.dy-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.dy-checkbox-text {
  position: relative;
  transition: color 0.3s ease;
}

.dy-checkbox:hover .dy-checkbox-text {
  color: #6dd16b;
}

.dy-checkbox input[type="checkbox"]:checked + .dy-checkbox-text {
  color: #6dd16b;
}

.dy-checkbox input[type="checkbox"]:checked + .dy-checkbox-text::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #6dd16b;
  border: 2px solid #6dd16b;
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(109, 209, 107, 0.2);
}

.dy-checkbox input[type="checkbox"]:checked + .dy-checkbox-text::after {
  content: '✓';
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.dy-checkbox input[type="checkbox"] + .dy-checkbox-text::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #0f0f0f;
  border: 2px solid #444;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.dy-checkbox:hover input[type="checkbox"] + .dy-checkbox-text::before {
  border-color: #6dd16b;
}

/* Button Block */
.dy-btn-block {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
}

/* Responsive Search Form */
@media (max-width: 768px) {
  .dy-search-form {
    padding: 20px;
  }
  
  .dy-search-form .row > div {
    margin-bottom: 15px;
  }
  
  .dy-checkbox-group {
    gap: 8px;
  }
  
  .dy-btn-block {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .dy-search-form {
    padding: 15px;
  }
  
  .dy-search-input,
  .dy-select {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
  
  .dy-checkbox {
    font-size: 13px;
    padding-left: 25px;
  }
  
  .dy-checkbox input[type="checkbox"] + .dy-checkbox-text::before,
  .dy-checkbox input[type="checkbox"]:checked + .dy-checkbox-text::before {
    left: -25px;
    width: 16px;
    height: 16px;
  }
  
  .dy-checkbox input[type="checkbox"]:checked + .dy-checkbox-text::after {
    left: -22px;
    font-size: 11px;
  }
}

/* Benefits Section - Dyson Style (Isolated from header) */
.dy-home-benefits {
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.dy-home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.dy-home-benefit-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.dy-home-benefit-item:hover {
  transform: translateY(-5px);
}

.dy-home-benefit-icon {
  width: 80px;
  height: 80px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.dy-home-benefit-icon i {
  font-size: 32px;
  color: #6dd16b;
  transition: all 0.3s ease;
}

.dy-home-benefit-item:hover .dy-home-benefit-icon {
  background: #6dd16b;
  transform: scale(1.1);
}

.dy-home-benefit-item:hover .dy-home-benefit-icon i {
  color: #fff;
}

.dy-home-benefit-content {
  text-align: center;
}

.dy-home-benefit-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
}

.dy-home-benefit-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Categories Section - Dyson Style (Isolated from header) */
.dy-home-categories {
  background: #f8f9fa;
  padding: 80px 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.dy-home-categories-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  line-height: 1.2;
}

.dy-home-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.dy-home-category-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.dy-home-category-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.dy-home-category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.dy-home-category-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.dy-home-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dy-home-category-item:hover .dy-home-category-image img {
  transform: scale(1.05);
}

.dy-home-category-name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 25px 20px;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.dy-home-category-item:hover .dy-home-category-name {
  color: #6dd16b;
}

/* Responsive Benefits */
@media (max-width: 992px) {
  .dy-home-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .dy-home-benefit-icon {
    width: 70px;
    height: 70px;
  }
  
  .dy-home-benefit-icon i {
    font-size: 28px;
  }
  
  .dy-home-benefit-title {
    font-size: 16px;
  }
  
  .dy-home-benefit-text {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .dy-home-benefits {
    padding: 40px 0;
  }
  
  .dy-home-benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .dy-home-benefit-item {
    padding: 15px;
  }
  
  .dy-home-benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .dy-home-benefit-icon i {
    font-size: 24px;
  }
  
  .dy-home-benefit-title {
    font-size: 16px;
  }
  
  .dy-home-benefit-text {
    font-size: 13px;
  }
}

/* Responsive Categories */
@media (max-width: 992px) {
  .dy-home-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .dy-home-categories-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  
  .dy-home-category-image {
    height: 180px;
  }
  
  .dy-home-category-name {
    font-size: 18px;
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .dy-home-categories {
    padding: 60px 0;
  }
  
  .dy-home-categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .dy-home-categories-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .dy-home-category-image {
    height: 160px;
  }
  
  .dy-home-category-name {
    font-size: 16px;
    padding: 18px 15px;
  }
}

@media (max-width: 480px) {
  .dy-home-benefits {
  padding: 30px 0;
}

  .dy-home-benefit-item {
    padding: 10px;
  }
  
  .dy-home-benefit-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }
  
  .dy-home-benefit-icon i {
    font-size: 20px;
  }
  
  .dy-home-benefit-title {
    font-size: 14px;
  }
  
  .dy-home-benefit-text {
    font-size: 12px;
  }
  
  .dy-home-categories {
    padding: 40px 0;
  }
  
  .dy-home-categories-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  .dy-home-category-image {
    height: 140px;
  }
  
  .dy-home-category-name {
    font-size: 14px;
    padding: 15px 12px;
  }
}

/* Category Page - Dyson Style */
.dy-category-hero {
  position: relative;
  background: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dy-category-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dy-category-hero .container {
  position: relative;
  z-index: 2;
}

.dy-category-image {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dy-category-image img {
  max-width: 100%;
  max-height: 350px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.dy-category-info {
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dy-category-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.dy-category-description {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Subcategories Section */
.dy-subcategories {
  background: #6dd16b;
  padding: 60px 0;
  color: #fff;
}

.dy-subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.dy-subcategory-item {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.dy-subcategory-item:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.dy-subcategory-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.dy-subcategory-image {
  margin-bottom: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dy-subcategory-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.dy-subcategory-item:hover .dy-subcategory-image img {
  transform: scale(1.05);
}

.dy-subcategory-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.dy-subcategory-item:hover .dy-subcategory-name {
  color: #6dd16b;
}

/* Products Section */
.dy-products-section {
  padding: 40px 0;
}

.dy-no-products {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 40px 0;
}

.dy-no-products p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

/* Responsive Category Page */
@media (max-width: 992px) {
  .dy-category-hero {
    padding: 60px 0;
    min-height: 350px;
  }
  
  .dy-category-image img {
    max-height: 280px;
  }
  
  .dy-category-title {
    font-size: 36px;
    color: #fff;
  }
  
  .dy-category-description {
    font-size: 14px;
    color: #ccc;
  }
  
  .dy-subcategories {
    padding: 40px 0;
  }
  
  .dy-subcategories-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
  
  .dy-subcategory-link {
    padding: 25px 15px;
  }
  
  .dy-subcategory-image {
    height: 100px;
    margin-bottom: 15px;
  }
  
  .dy-subcategory-name {
    font-size: 16px;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .dy-category-hero {
    padding: 50px 0;
    min-height: 300px;
  }
  
  .dy-category-image img {
    max-height: 200px;
  }
  
  .dy-category-title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .dy-category-description {
    font-size: 14px;
    color: #ccc;
  }
  
  .dy-subcategories {
    padding: 30px 0;
  }
  
  .dy-subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .dy-subcategory-link {
    padding: 20px 12px;
  }
  
  .dy-subcategory-image {
    height: 80px;
    margin-bottom: 12px;
  }
  
  .dy-subcategory-name {
    font-size: 14px;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .dy-category-hero {
    padding: 40px 0;
    min-height: 250px;
  }
  
  .dy-category-image img {
    max-height: 150px;
  }
  
  .dy-category-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
  }
  
  .dy-category-description {
    font-size: 13px;
    color: #ccc;
  }
  
  .dy-subcategories {
    padding: 20px 0;
  }
  
  .dy-subcategories-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .dy-subcategory-link {
    padding: 15px 10px;
  }
  
  .dy-subcategory-image {
    height: 60px;
    margin-bottom: 8px;
  }
  
  .dy-subcategory-name {
    font-size: 12px;
    color: #fff;
  }
}

/* Product Page - Dyson Style */
.dy-product-main {
  background: #fff;
  padding: 40px 0;
  color: #333;
}

.dy-product-main p,
.dy-product-main label,
.dy-product-main span,
.dy-product-main div {
  color: #333;
}

.dy-product-content {
  background: #f8f9fa;;
  padding: 40px 0;
  color: #333;
}

.dy-product-content p,
.dy-product-content label,
.dy-product-content span,
.dy-product-content div {
  color: #333;
}

/* Override OpenCart default styles for product sections */
.dy-product-main *,
.dy-product-content * {
  color: inherit;
}

.dy-product-main .form-control,
.dy-product-content .form-control {
  color: #333;
}

.dy-product-main .help-block,
.dy-product-content .help-block {
  color: #666;
}

/* Custom Alert Styles - Dyson Theme */
.dy-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 350px;
  max-width: 500px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  animation: slideInRight 0.4s ease-out;
  font-family: 'Open Sans', Arial, sans-serif;
  backdrop-filter: blur(10px);
}

@keyframes slideInRight {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

.dy-alert.dy-alert-hide {
  animation: slideOutRight 0.3s ease-in forwards;
}

.dy-alert-success {
  background: linear-gradient(135deg, #6dd16b 0%, #5ab858 100%);
  color: #fff;
  border-left: 4px solid #4a9a48;
}

.dy-alert-error {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  border-left: 4px solid #a93226;
}

.dy-alert-warning {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  border-left: 4px solid #d35400;
}

.dy-alert-info {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  border-left: 4px solid #21618c;
}

.dy-alert-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.dy-alert-content {
  flex: 1;
}

.dy-alert-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1.3;
}

.dy-alert-message {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  opacity: 0.95;
}

.dy-alert-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-top: -2px;
}

.dy-alert-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.dy-alert-close:focus {
  outline: none;
}

/* Inline Error Messages */
.dy-error-inline {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dy-error-inline::before {
  content: '⚠';
  font-size: 14px;
}

.dy-form-group-error {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

.dy-form-group-error:focus {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.3) !important;
}

/* Required Field Indicator */
.form-group.required .control-label::after {
  content: ' *';
  color: #e74c3c;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .dy-alert {
    top: 10px;
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
    padding: 15px 20px;
  }
  
  .dy-alert-title {
    font-size: 15px;
  }
  
  .dy-alert-message {
    font-size: 13px;
  }
}

.dy-product-main .text-muted,
.dy-product-content .text-muted {
  color: #666;
}

/* Product Gallery */
.dy-product-gallery {
  display: flex;
  gap: 20px;
}

.dy-main-image {
  flex: 1;
  text-align: center;
}

.dy-main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.dy-main-image img:hover {
  transform: scale(1.02);
}

.dy-thumbnail-gallery {
  width: 80px;
  display: flex;
  flex-direction: column;
}

.dy-thumbnail-nav {
  text-align: center;
  padding: 10px 0;
}

.dy-thumbnail-btn {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.dy-thumbnail-btn:hover {
  background: #6dd16b;
  color: #fff;
  border-color: #6dd16b;
}

.dy-thumbnail-list {
  flex: 1;
  overflow-y: hidden;
  max-height: 300px;
}

.dy-thumbnail-item {
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 5px;
  transition: all 0.3s ease;
}

.dy-thumbnail-item:hover,
.dy-thumbnail-item.active {
  border-color: #6dd16b;
}

.dy-thumbnail-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Product Info */
.dy-product-info {
  padding-left: 20px;
}

.dy-product-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.dy-product-meta {
  margin-bottom: 20px;
}

.dy-product-model,
.dy-product-brand {
  margin-bottom: 8px;
}

.dy-label {
  font-weight: 600;
  color: #666;
  margin-right: 8px;
}

.dy-value {
  color: #333;
}

/* Product Badges */
.dy-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.dy-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.dy-badge-success {
  background: #d4edda;
  color: #155724;
}

.dy-badge-info {
  background: #d1ecf1;
  color: #0c5460;
}

.dy-badge-warning {
  background: #fff3cd;
  color: #856404;
}

/* Product Rating */
.dy-product-rating {
  margin-bottom: 20px;
}

.dy-product-rating .fa-star {
  color: #ffc107;
}

.dy-product-rating .fa-star-o {
  color: #ddd;
}

/* Product Description */
.dy-product-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Product Price */
.dy-product-price {
  margin-bottom: 30px;
}

.dy-price-current,
.dy-price-special {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.dy-price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.dy-price-tax {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Product Options */
.dy-product-options {
  margin-bottom: 30px;
}

.dy-product-options .form-group {
  margin-bottom: 15px;
}

.dy-product-options .control-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.dy-product-options label {
  color: #333;
}

.dy-product-options .radio label,
.dy-product-options .checkbox label {
  color: #333;
}

.dy-product-options .form-control {
  color: #333;
}

/* Product Actions */
.dy-product-actions {
  margin-bottom: 30px;
}

.dy-action-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.dy-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dy-btn-primary {
  background: #6dd16b;
  color: #fff;
}

.dy-btn-primary:hover {
  background: #5bc85a;
  color: #fff;
}

.dy-btn-secondary {
  background: #ff8c00;
  color: #fff;
}

.dy-btn-secondary:hover {
  background: #e67e00;
  color: #fff;
}

.dy-btn-dark {
  background: #333;
  color: #fff;
}

.dy-btn-dark:hover {
  background: #555;
  color: #fff;
}

.dy-btn-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.dy-btn-block {
  width: 100%;
  justify-content: center;
}

/* Stores Section */
.dy-stores-section {
  margin-bottom: 30px;
}

.dy-accordion {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.dy-accordion-header {
  background: #f8f9fa;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333 !important;
  transition: background 0.3s ease;
}

.dy-accordion-header:hover {
  background: #e9ecef;
}

.dy-accordion-icon {
  transition: transform 0.3s ease;
}

.dy-accordion-content {
  padding: 20px;
  background: #fff;
}

.dy-stores-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dy-store-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.dy-store-item:last-child {
  border-bottom: none;
}

.dy-store-name {
  font-weight: 600;
  color: #333;
}

.dy-store-address {
  font-size: 12px;
  color: #666;
}

.dy-store-status {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.dy-status-available {
  background: #d4edda;
  color: #155724;
}

.dy-status-limited {
  background: #fff3cd;
  color: #856404;
}

.dy-status-unavailable {
  background: #f8d7da;
  color: #721c24;
}

/* Quick Order */
.dy-quick-order {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.dy-quick-order h4 {
  margin-bottom: 15px;
  color: #333;
}

.dy-checkboxes {
  margin-top: 15px;
}

.dy-checkboxes .checkbox {
  margin-bottom: 10px;
}

.dy-checkboxes label {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.dy-quick-order .form-control {
  color: #333;
}

/* Product Characteristics */
.dy-product-characteristics {
  background: #f8f9fa;
  padding: 40px 0;
}

.dy-product-characteristics h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.dy-characteristics-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 800px;
  margin: 0 auto;
}

.dy-characteristic-row {
  display: contents;
}

.dy-characteristic-name {
  background: #fff;
  padding: 15px 20px;
  
  border-bottom: 2px solid #fff;
  font-weight: 600;
  color: #333;
}

.dy-characteristic-value {
  background: #fff;
  padding: 15px 20px;
  border-bottom:2px solid #fff;
  color: #666;
}

.dy-characteristic-row .dy-characteristic-name,
.dy-characteristic-row .dy-characteristic-value {
  background: #f8f9fa;
}

.dy-characteristic-value{
    border-radius: 0px 15px 15px  0px;
}

.dy-characteristic-name{
    border-radius: 15px 0px 0px  15px;
}


/* Product Tabs */
.dy-product-tabs {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dy-product-tabs .nav-tabs {
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  margin: 0;
}

.dy-product-tabs .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  color: #333;
  font-weight: 600;
}

.dy-product-tabs .nav-tabs > li.active > a,
.dy-product-tabs .nav-tabs > li.active > a:hover,
.dy-product-tabs .nav-tabs > li.active > a:focus {
  background: #6dd16b;
  color: #fff;
  border: none;
}

.dy-product-tabs .tab-content {
  padding: 30px;
}

/* Responsive Product Page */
@media (max-width: 992px) {
  .dy-product-gallery {
    flex-direction: column;
  }
  
  .dy-thumbnail-gallery {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    order: 2;
  }
  
  .dy-thumbnail-list {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .dy-thumbnail-item {
    margin-right: 10px;
    margin-bottom: 0;
    min-width: 60px;
  }
  
  .dy-product-info {
    padding-left: 0;
    margin-top: 20px;
  }
  
  .dy-product-title {
    font-size: 28px;
  }
  
  .dy-characteristics-table {
    grid-template-columns: 1fr;
  }
  
  .dy-characteristic-name {
    border-right: none;
    border-bottom: none;
  }
  
  .dy-characteristic-value {
    border-bottom: 1px solid #dee2e6;
  }
}

@media (max-width: 768px) {
  .dy-product-main,
  .dy-product-content {
    padding: 20px 0;
  }
  
  .dy-product-title {
    font-size: 24px;
  }
  
  .dy-action-buttons {
    flex-direction: column;
  }
  
  .dy-product-characteristics {
    padding: 20px 0;
  }
  
  .dy-product-characteristics h3 {
    font-size: 20px;
  }
  
  .dy-product-tabs .tab-content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .dy-product-title {
    font-size: 20px;
  }
  
  .dy-price-current,
  .dy-price-special {
    font-size: 24px;
  }
  
  .dy-btn-lg {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .dy-product-characteristics {
    padding: 15px 0;
  }
  
  .dy-characteristic-name,
  .dy-characteristic-value {
    padding: 12px 15px;
  }
}

.dropdown-menu {
    z-index: 10001;
}

.dropdown-menu-right a, .modal-title,  .modal-body label, .well h2, .well h4, .well p{
    color: #1a1a1a !important;
}

.btn-primary{
    width: 100%;
    padding: 12px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s 
    ease;
}

.btn-primary:hover{
        background: #6dd16b;
    border-color: #6dd16b;
    color: #000;
}

#content legend{
    color: #fff;
}



/* ===== ВИДЕО СЕКЦИЯ - Full Width Video Slider ===== */
.dy-product-video-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #0f0f0f;
}

.dy-video-slider-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
}

.dy-video-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.dy-video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 1;
}

.dy-video-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.dy-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.dy-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dy-video-iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.dy-video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  padding: 40px 60px;
  z-index: 3;
  color: #ffffff;
}

.dy-video-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.dy-video-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0e0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}

/* Navigation arrows - Dyson style */
.dy-video-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(26, 26, 26, 0.9);
  border: 2px solid #6dd16b;
  color: #6dd16b;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(109, 209, 107, 0.3);
}

.dy-video-nav:hover {
  background: #6dd16b;
  color: #000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(109, 209, 107, 0.5);
}

.dy-video-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.dy-video-nav-prev {
  left: 30px;
}

.dy-video-nav-next {
  right: 30px;
}

.dy-video-nav i {
  font-size: 1.8rem;
  font-weight: 600;
}

/* Video dots navigation */
.dy-video-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  border-radius: 30px;
}

.dy-video-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

.dy-video-dot:hover {
  background: rgba(109, 209, 107, 0.6);
  transform: scale(1.2);
}

.dy-video-dot.active {
  background: #6dd16b;
  border-color: #6dd16b;
  box-shadow: 0 0 10px rgba(109, 209, 107, 0.8);
  transform: scale(1.3);
}

/* Responsive video section */
@media (max-width: 768px) {
  .dy-video-slider-wrapper {
    height: 60vh;
    min-height: 400px;
  }
  
  .dy-video-nav {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .dy-video-nav-prev {
    left: 15px;
  }
  
  .dy-video-nav-next {
    right: 15px;
  }
  
  .dy-video-caption {
    padding: 25px 30px;
  }
  
  .dy-video-title {
    font-size: 1.5rem;
  }
  
  .dy-video-description {
    font-size: 1.5rem;
  }
  
  .dy-video-dots {
    bottom: 20px;
    padding: 10px 15px;
  }
  
  .dy-video-dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 480px) {
  .dy-video-slider-wrapper {
    height: 50vh;
    min-height: 300px;
  }
  
  .dy-video-nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  
  .dy-video-nav-prev {
    left: 10px;
  }
  
  .dy-video-nav-next {
    right: 10px;
  }
  
  .dy-video-caption {
    padding: 20px;
  }
  
  .dy-video-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .dy-video-description {
    font-size: 0.9rem;
  }
}

/* ===== СТРАНИЦА КОРЗИНЫ - Checkout Cart ===== */
.dy-cart-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-cart-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.dy-cart-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-cart-weight {
  color: #666666;
  font-size: 1.5rem;
  margin: 0;
}

.dy-cart-items {
  margin-bottom: 40px;
}

.dy-cart-item-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 120px 1fr 180px 150px 150px;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-cart-item-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.dy-cart-item-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dy-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dy-cart-item-image:hover img {
  transform: scale(1.05);
}

.dy-cart-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-size: 2.5rem;
}

.dy-cart-item-info {
  flex: 1;
}

.dy-cart-item-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.dy-cart-item-name a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dy-cart-item-name a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-stock-warning {
  color: #dc3545;
  font-size: 0.9rem;
  margin-left: 8px;
}

.dy-cart-item-model {
  color: #666666;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
}

.dy-cart-item-options {
  margin-top: 10px;
}

.dy-cart-item-option {
  margin-bottom: 5px;
  font-size: 0.85rem;
}

.dy-option-name {
  color: #666666;
  font-weight: 500;
}

.dy-option-value {
  color: #1a1a1a;
}

.dy-cart-item-reward,
.dy-cart-item-recurring {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #666666;
}

.dy-label {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 5px;
}

.dy-label-info {
  background: #007bff;
  color: #ffffff;
}

.dy-cart-item-quantity {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dy-quantity-label {
  font-size: 0.85rem;
  color: #666666;
  font-weight: 500;
}

.dy-quantity-controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dy-quantity-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 1.5rem;
  text-align: center;
  background: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.3s ease;
}

.dy-quantity-input:focus {
  outline: none;
  border-color: #6dd16b;
  box-shadow: 0 0 0 3px rgba(109, 209, 107, 0.1);
}

.dy-quantity-buttons {
  display: flex;
  gap: 8px;
}

.dy-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.dy-btn-update {
  background: #007bff;
  color: #ffffff;
  flex: 1;
}

.dy-btn-update:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.dy-btn-remove {
  background: #dc3545;
  color: #ffffff;
  flex: 1;
}

.dy-btn-remove:hover {
  background: #c82333;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.dy-cart-item-price,
.dy-cart-item-total {
  text-align: right;
}

.dy-price-label,
.dy-total-label {
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 5px;
  font-weight: 500;
}

.dy-price-value,
.dy-total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.dy-cart-voucher {
  background: #fff3cd;
  border-color: #ffc107;
}

.dy-cart-summary {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
}

.dy-cart-totals {
  margin-bottom: 30px;
}

.dy-totals-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.dy-totals-table {
  width: 100%;
  border-collapse: collapse;
}

.dy-total-row {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.dy-total-row-final {
  border-bottom: none;
  border-top: 2px solid #e9ecef;
  padding-top: 15px;
  margin-top: 10px;
}

.dy-total-row .dy-total-label {
  font-size: 1.5rem;
  color: #666666;
  padding-right: 20px;
}

.dy-total-row-final .dy-total-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.dy-total-row .dy-total-value {
  font-size: 1.5rem;
  color: #1a1a1a;
  text-align: right;
  font-weight: 600;
}

.dy-total-row-final .dy-total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6dd16b;
}

.dy-cart-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

.dy-btn-secondary {
  background: #6c757d;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 8px;
}

.dy-btn-secondary:hover {
  background: #5a6268;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.dy-btn-primary {
  background: #6dd16b;
  color: #000000;
  padding: 14px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 8px;
}

.dy-btn-primary:hover {
  background: #5cb85c;
  color: #000000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(109, 209, 107, 0.4);
}

.dy-btn-continue,
.dy-btn-checkout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dy-cart-modules {
  margin: 40px 0;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
}

.dy-modules-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px 0;
}

.dy-modules-description {
  color: #666666;
  margin: 0 0 20px 0;
}

/* Responsive для корзины */
@media (max-width: 992px) {
  .dy-cart-item-card {
    grid-template-columns: 100px 1fr;
    gap: 15px;
  }

  .dy-cart-item-quantity,
  .dy-cart-item-price,
  .dy-cart-item-total {
    grid-column: 1 / -1;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
  }

  .dy-cart-item-quantity {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
  }

  .dy-quantity-label {
    grid-column: 1 / -1;
  }

  .dy-cart-item-price,
  .dy-cart-item-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .dy-price-label,
  .dy-total-label {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .dy-cart-page {
    padding: 20px 0 40px;
  }

  .dy-cart-title {
    font-size: 2rem;
  }

  .dy-cart-item-card {
    padding: 20px;
    grid-template-columns: 80px 1fr;
  }

  .dy-cart-item-image {
    width: 80px;
    height: 80px;
  }

  .dy-cart-item-name {
    font-size: 1.5rem;
  }

  .dy-cart-actions {
    flex-direction: column;
  }

  .dy-btn-secondary,
  .dy-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .dy-cart-summary {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .dy-cart-item-card {
    padding: 15px;
  }

  .dy-quantity-buttons {
    flex-direction: column;
  }

  .dy-btn {
    width: 100%;
  }
}

/* ===== СТРАНИЦА ОФОРМЛЕНИЯ ЗАКАЗА - Checkout Custom ===== */
.dy-checkout-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-checkout-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.dy-checkout-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-checkout-cart-section {
  margin-bottom: 40px;
}

.dy-checkout-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dy-checkout-right {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dy-checkout-block {
}

.dy-checkout-block-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.dy-checkout-panel {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.dy-checkout-panel:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dy-checkout-panel-header {
  background: #1a1a1a;
  padding: 20px 25px;
  border-bottom: 2px solid #6dd16b;
}

.dy-checkout-panel-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-checkout-panel-body {
  padding: 25px;
}

.dy-checkout-sidebar-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Формы */
.dy-form-group {
  margin-bottom: 20px;
}

.dy-form-group.required .dy-form-label::after {
  content: ' *';
  color: #dc3545;
}

.dy-form-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.dy-form-input,
.dy-form-select,
.dy-form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #1a1a1a;
  transition: all 0.3s ease;
}

.dy-form-input:focus,
.dy-form-select:focus,
.dy-form-textarea:focus {
  outline: none;
  border-color: #6dd16b;
  box-shadow: 0 0 0 3px rgba(109, 209, 107, 0.1);
}

.dy-form-textarea {
  resize: vertical;
  min-height: 100px;
}

.dy-input-group {
  display: flex;
  align-items: stretch;
}

.dy-input-group .dy-form-input {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.dy-input-group-btn {
  display: flex;
}

.dy-input-group-btn .dy-btn {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

/* Radio и Checkbox */
.dy-radio-group,
.dy-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dy-radio-label,
.dy-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  color: #1a1a1a;
  position: relative;
  padding-left: 35px;
  min-height: 24px;
}

.dy-radio-label input[type="radio"],
.dy-checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.dy-radio-custom,
.dy-checkbox-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #6dd16b;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}

.dy-checkbox-custom {
  border-radius: 4px;
}

.dy-radio-label input[type="radio"]:checked ~ .dy-radio-custom,
.dy-checkbox-label input[type="checkbox"]:checked ~ .dy-checkbox-custom {
  background: #6dd16b;
  border-color: #6dd16b;
}

.dy-radio-label input[type="radio"]:checked ~ .dy-radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}

.dy-checkbox-label input[type="checkbox"]:checked ~ .dy-checkbox-custom::after {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

.dy-radio-text,
.dy-checkbox-text {
  flex: 1;
  line-height: 1.5;
}

.dy-radio-label:hover .dy-radio-custom,
.dy-checkbox-label:hover .dy-checkbox-custom {
  border-color: #5cb85c;
  box-shadow: 0 0 0 3px rgba(109, 209, 107, 0.1);
}

/* Корзина в оформлении */
.dy-checkout-cart {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
}

.dy-checkout-cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dy-checkout-cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto auto auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.dy-checkout-cart-item:hover {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dy-checkout-cart-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dy-checkout-cart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dy-checkout-cart-info {
  flex: 1;
}

.dy-checkout-cart-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.dy-checkout-cart-name a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dy-checkout-cart-name a:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-checkout-cart-model,
.dy-checkout-cart-sku {
  font-size: 0.85rem;
  color: #666666;
  margin: 4px 0;
}

.dy-checkout-cart-options {
  margin-top: 8px;
}

.dy-checkout-cart-option {
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.dy-checkout-cart-quantity {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 120px;
}

.dy-quantity-controls-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dy-btn-quantity {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.dy-btn-quantity:hover:not(:disabled) {
  background: #6dd16b;
  color: #000000;
  border-color: #6dd16b;
}

.dy-btn-quantity:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dy-quantity-input-inline {
  flex: 1;
  padding: 8px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  text-align: center;
  font-size: 1.5rem;
  background: #ffffff;
  color: #1a1a1a;
}

.dy-checkout-cart-price,
.dy-checkout-cart-total {
  text-align: right;
  min-width: 120px;
}

.dy-checkout-cart-remove {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Доставка */
.dy-shipping-methods {
  margin-bottom: 25px;
}

.dy-shipping-method-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.dy-shipping-method-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dy-shipping-method-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.dy-shipping-description {
  display: block;
  font-size: 0.85rem;
  color: #666666;
  margin-top: 5px;
  font-style: italic;
}

.dy-shipping-address {
  margin-top: 25px;
}

.dy-divider {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 25px 0;
}

/* Оплата */
.dy-payment-terms {
  color: #666666;
  font-size: 0.9rem;
}

.dy-payment-description {
  display: block;
  font-size: 0.85rem;
  color: #666666;
  margin-top: 5px;
  font-style: italic;
}

/* Итого в сайдбаре */
.dy-checkout-totals {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-checkout-totals-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

/* Кнопки действий */
.dy-checkout-actions {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-checkout-agree {
  width: 100%;
}

.dy-btn-order {
  width: 100%;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.dy-btn-text {
  flex: 1;
}

.dy-forgot-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #6dd16b;
  text-decoration: none;
}

.dy-forgot-link:hover {
  color: #5cb85c;
  text-decoration: underline;
}

.dy-auth-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

/* Responsive для оформления заказа */
@media (max-width: 992px) {
  .dy-checkout-right {
    position: static;
    margin-top: 30px;
  }

  .dy-checkout-cart-item {
    grid-template-columns: 80px 1fr;
    gap: 15px;
  }

  .dy-checkout-cart-quantity,
  .dy-checkout-cart-price,
  .dy-checkout-cart-total,
  .dy-checkout-cart-remove {
    grid-column: 1 / -1;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
  }

  .dy-checkout-cart-quantity {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .dy-quantity-label {
    grid-column: 1 / -1;
  }

  .dy-checkout-cart-price,
  .dy-checkout-cart-total {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .dy-checkout-page {
    padding: 20px 0 40px;
  }

  .dy-checkout-title {
    font-size: 2rem;
  }

  .dy-checkout-panel-header {
    padding: 15px 20px;
  }

  .dy-checkout-panel-body {
    padding: 20px;
  }

  .dy-checkout-cart-item {
    padding: 15px;
  }

  .dy-checkout-cart-image {
    width: 80px;
    height: 80px;
  }

  .dy-checkout-actions {
    padding: 20px;
  }
}

/* ===== СТРАНИЦА РЕГИСТРАЦИИ - Register Page ===== */
.dy-register-page {
  padding: 0px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-register-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  text-align: center;
}

.dy-register-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-register-subtitle {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
}

.dy-register-subtitle a {
  color: #6dd16b;
  text-decoration: none;
  font-weight: 600;
}

.dy-register-subtitle a:hover {
  color: #5cb85c;
  text-decoration: underline;
}

.dy-register-form {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-form-section {
  border: none;
  margin: 0 0 40px 0;
  padding: 0;
}

.dy-form-section:last-of-type {
  margin-bottom: 30px;
}

.dy-form-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #6dd16b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}

.dy-form-group {
  margin-bottom: 25px;
}

.dy-form-group.required .dy-form-label::after {
  content: ' *';
  color: #dc3545;
}

.dy-form-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.dy-form-input,
.dy-form-select,
.dy-form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  font-size: 1.5rem;
  background: #ffffff;
  color: #1a1a1a;
  transition: all 0.3s ease;
}

.dy-form-input:focus,
.dy-form-select:focus,
.dy-form-textarea:focus {
  outline: none;
  border-color: #6dd16b;
  box-shadow: 0 0 0 3px rgba(109, 209, 107, 0.1);
}

.dy-form-input.dy-input-error,
.dy-form-select.dy-input-error,
.dy-form-textarea.dy-input-error {
  border-color: #dc3545;
}

.dy-form-input.dy-input-error:focus,
.dy-form-select.dy-input-error:focus,
.dy-form-textarea.dy-input-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.dy-form-textarea {
  resize: vertical;
  min-height: 100px;
}

.dy-error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}

.dy-input-group {
  display: flex;
  align-items: stretch;
}

.dy-input-group .dy-form-input {
  border-radius: 6px 0 0 6px;
  border-right: none;
}

.dy-input-group-btn {
  display: flex;
}

.dy-input-group-btn .dy-btn {
  border-radius: 0 6px 6px 0;
  border-left: none;
}

.dy-register-actions {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.dy-register-agree {
  width: 100%;
}

.dy-btn-register {
  width: 100%;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-btn-register .dy-btn-text {
  flex: 1;
}

/* Responsive для регистрации */
@media (max-width: 768px) {
  .dy-register-page {
    padding: 20px 0 40px;
  }

  .dy-register-title {
    font-size: 2rem;
  }

  .dy-register-form {
    padding: 25px 20px;
  }

  .dy-form-section-title {
    font-size: 1.1rem;
  }
}

/* ===== СТРАНИЦА ЛОГИНА - Login Page ===== */
.dy-login-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-login-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  text-align: center;
}

.dy-login-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-login-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: black;
}

.dy-login-header p{
    color: black;
}

.dy-login-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.dy-login-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #6dd16b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-login-card-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.dy-login-card-text {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 30px 0;
  flex: 1;
}

.dy-login-form {
  margin-top: 20px;
}

.dy-btn-login {
  width: 100%;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.dy-btn-login .dy-btn-text {
  flex: 1;
}

/* Responsive для логина */
@media (max-width: 768px) {
  .dy-login-page {
    padding: 20px 0 40px;
  }

  .dy-login-title {
    font-size: 2rem;
  }

  .dy-login-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .dy-login-card-title {
    font-size: 1.3rem;
  }
}

/* ===== ИНФОРМАЦИОННЫЕ СТРАНИЦЫ - Information Page ===== */
.dy-information-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-information-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.dy-information-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-information-content {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  color: #333333;
}

.dy-information-content h1,
.dy-information-content h2,
.dy-information-content h3,
.dy-information-content h4,
.dy-information-content h5,
.dy-information-content h6 {
  color: #1a1a1a;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.dy-information-content h2 {
  font-size: 2rem;
  border-bottom: 2px solid #6dd16b;
  padding-bottom: 10px;
}

.dy-information-content h3 {
  font-size: 1.5rem;
}

.dy-information-content h4 {
  font-size: 1.3rem;
}

.dy-information-content p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.dy-information-content ul,
.dy-information-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.dy-information-content ul li,
.dy-information-content ol li {
  margin-bottom: 10px;
}

.dy-information-content a {
  color: #6dd16b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.dy-information-content a:hover {
  color: #5cb85c;
  text-decoration: underline;
}

.dy-information-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dy-information-content blockquote {
  border-left: 4px solid #6dd16b;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #666666;
}

.dy-information-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.dy-information-content table th,
.dy-information-content table td {
  padding: 12px;
  border: 1px solid #e9ecef;
  text-align: left;
}

.dy-information-content table th {
  background: #1a1a1a;
  color: #ffffff;
  font-weight: 600;
}

.dy-information-content table tr:nth-child(even) {
  background: #f8f9fa;
}

/* Breadcrumb для информационных страниц - светлый фон */
.dy-information-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-information-page .breadcrumb > li {
  color: #666666;
}

.dy-information-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-information-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-information-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* Responsive для информационных страниц */
@media (max-width: 768px) {
  .dy-information-page {
    padding: 20px 0 40px;
  }

  .dy-information-title {
    font-size: 2rem;
  }

  .dy-information-content {
    padding: 25px 20px;
  }

  .dy-information-content h2 {
    font-size: 1.5rem;
  }

  .dy-information-content h3 {
    font-size: 1.3rem;
  }
}

/* ===== СТРАНИЦА АФФИЛИАТА - Affiliate Login ===== */
.dy-affiliate-login-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-affiliate-login-page .breadcrumb > li {
  color: #666666;
}

.dy-affiliate-login-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-affiliate-login-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-affiliate-login-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* ===== СТРАНИЦА ВОЗВРАТА - Return Form ===== */
.dy-return-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-return-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  text-align: center;
}

.dy-return-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-return-subtitle {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
}

.dy-return-form {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-return-actions {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dy-return-agree {
  width: 100%;
}

.dy-return-buttons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.dy-btn-back {
  padding: 12px 30px;
}

.dy-btn-submit {
  padding: 12px 30px;
}

.dy-return-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-return-page .breadcrumb > li {
  color: #666666;
}

.dy-return-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-return-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-return-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* ===== СТРАНИЦА КОНТАКТОВ - Contact Page ===== */
.dy-contact-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-contact-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.dy-contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-contact-info-section,
.dy-contact-locations-section,
.dy-contact-form-section {
  margin-bottom: 40px;
}

.dy-contact-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #6dd16b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-contact-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.dy-contact-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.dy-contact-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
}

.dy-contact-address {
  font-style: normal;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.dy-contact-info-item {
  margin-bottom: 20px;
}

.dy-contact-info-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.dy-contact-info-value {
  color: #666666;
  line-height: 1.6;
}

.dy-btn-map {
  margin-top: 10px;
}

.dy-contact-location-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-contact-location-header {
  background: #1a1a1a;
  padding: 15px 20px;
}

.dy-contact-location-title {
  margin: 0;
  font-size: 1.1rem;
}

.dy-contact-location-toggle {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.dy-contact-location-toggle:hover {
  color: #6dd16b;
  text-decoration: none;
}

.dy-contact-location-body {
  padding: 25px;
}

.dy-contact-form {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-contact-form-actions {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.dy-contact-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-contact-page .breadcrumb > li {
  color: #666666;
}

.dy-contact-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-contact-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-contact-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* ===== СТРАНИЦА ПОДАРОЧНОГО СЕРТИФИКАТА - Voucher Page ===== */
.dy-voucher-page {
  padding: 40px 0 80px;
  background: #f8f9fa;
  min-height: 60vh;
}

.dy-voucher-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  text-align: center;
}

.dy-voucher-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dy-voucher-subtitle {
  font-size: 1.5rem;
  color: #666666;
  margin: 0;
}

.dy-voucher-form {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dy-voucher-actions {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.dy-voucher-agree {
  width: 100%;
}

.dy-btn-voucher {
  width: 100%;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dy-btn-voucher .dy-btn-text {
  flex: 1;
}

.dy-voucher-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-voucher-page .breadcrumb > li {
  color: #666666;
}

.dy-voucher-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-voucher-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-voucher-page .breadcrumb > li.active {
  color: #6dd16b;
}

/* Responsive для всех новых страниц */
@media (max-width: 768px) {
  .dy-return-page,
  .dy-contact-page,
  .dy-voucher-page {
    padding: 20px 0 40px;
  }

  .dy-return-title,
  .dy-contact-title,
  .dy-voucher-title {
    font-size: 2rem;
  }

  .dy-return-form,
  .dy-contact-form,
  .dy-voucher-form {
    padding: 25px 20px;
  }

  .dy-contact-card,
  .dy-contact-location-body {
    padding: 20px;
  }

  .dy-return-buttons {
    flex-direction: column;
  }

  .dy-return-buttons .dy-btn {
    width: 100%;
  }
}

/* ===== МОДАЛЬНОЕ ОКНО ЗАКАЗАТЬ ЗВОНОК - Callback Modal ===== */
.dy-callback-modal {
  border-radius: 12px;
  overflow: hidden;
}

.dy-callback-header {
  background: #1a1a1a;
  color: #ffffff;
  border-bottom: 2px solid #6dd16b;
  padding: 20px 25px;
}

.dy-callback-header .modal-title {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.dy-callback-header .close {
  color: #ffffff;
  opacity: 0.8;
  font-size: 28px;
  text-shadow: none;
}

.dy-callback-header .close:hover {
  opacity: 1;
  color: #6dd16b;
}

.dy-callback-body {
  padding: 30px;
  background: #ffffff;
}

.dy-callback-footer {
  padding: 20px 25px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.dy-callback-footer .dy-btn {
  flex: 1;
}

/* ===== ЗАМЕНА СТАНДАРТНЫХ АЛЕРТОВ НА КАСТОМНЫЕ ===== */
.alert {
  display: none !important;
}

.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
  display: none !important;
}

/* Автоматическая замена стандартных алертов на кастомные */
.alert-success:not(.dy-alert),
.alert-danger:not(.dy-alert),
.alert-warning:not(.dy-alert),
.alert-info:not(.dy-alert) {
  display: none !important;
}

.well {
    background: #fff;
}

.well .control-label{
    color: #6dd16b;
}

/* ===== AJAX ПОИСК С АВТОДОПОЛНЕНИЕМ ===== */
.dy-search-compact {
  position: relative;
}

.dy-search-wrapper {
  position: relative;
}

.dy-search-autocomplete {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999 !important;
  max-height: 400px;
  overflow-y: auto;
  display: block !important;
  width: 100%;
}

.dy-autocomplete-list {
  padding: 8px 0;
}

.dy-autocomplete-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #1a1a1a;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f0f0f0;
}

.dy-autocomplete-item:last-child {
  border-bottom: none;
}

.dy-autocomplete-item:hover {
  background-color: #f8f9fa;
  color: #6dd16b;
}

.dy-autocomplete-image {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #f8f9fa;
}

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

.dy-autocomplete-info {
  flex: 1;
  min-width: 0;
}

.dy-autocomplete-name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dy-autocomplete-item:hover .dy-autocomplete-name {
  color: #6dd16b;
}

.dy-autocomplete-price {
  font-size: 13px;
}

.dy-autocomplete-price .dy-price-current {
  color: #1a1a1a;
  font-weight: 600;
}

.dy-autocomplete-price .dy-price-special {
  color: #6dd16b;
  font-weight: 600;
  margin-right: 8px;
}

.dy-autocomplete-price .dy-price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
}

/* Адаптивность для автодополнения */
@media (max-width: 768px) {
  .dy-search-autocomplete {
    max-height: 300px;
  }
  
  .dy-autocomplete-item {
    padding: 10px 12px;
  }
  
  .dy-autocomplete-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  
  .dy-autocomplete-name {
    font-size: 13px;
  }
  
  .dy-autocomplete-price {
    font-size: 12px;
  }
}

/* ===== БЛОГ - Blog Styles ===== */
.dy-blog-section {
  padding: 40px 0;
}

.dy-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.dy-blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dy-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dy-blog-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f0f0f0;
}

.dy-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.dy-blog-card:hover .dy-blog-image img {
  transform: scale(1.05);
}

.dy-blog-content {
  padding: 25px;
}

.dy-blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #666;
}

.dy-blog-date,
.dy-blog-views {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dy-blog-date i,
.dy-blog-views i {
  color: #6dd16b;
}

.dy-blog-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.dy-blog-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dy-blog-title a:hover {
  color: #6dd16b;
}

.dy-blog-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.dy-blog-footer {
  margin-top: 20px;
}

.dy-no-blogs {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

/* Blog Post Page */
.dy-blog-post-page {
  background: #f8f9fa;
  padding: 40px 0 80px;
  min-height: 60vh;
}

.dy-blog-post-page .breadcrumb {
  background: #ffffff;
  padding: 15px 20px !important;
  margin: 20px 0 0 0 !important;
  border-radius: 0;
}

.dy-blog-post-page .breadcrumb > li {
  color: #666666;
}

.dy-blog-post-page .breadcrumb > li a {
  color: #1a1a1a;
}

.dy-blog-post-page .breadcrumb > li a:hover {
  color: #6dd16b;
}

.dy-blog-post-page .breadcrumb > li.active {
  color: #6dd16b;
}

.dy-blog-post {
  background: #ffffff;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.dy-blog-post-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 0;
  border-radius: 0;
}

.dy-blog-post-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.dy-blog-post-header {
  padding: 40px 40px 30px 40px;
  margin-bottom: 0;
  border-bottom: 2px solid #e9ecef;
}

.dy-blog-post-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 25px 0;
  line-height: 1.3;
}

.dy-blog-post-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.dy-blog-post-date,
.dy-blog-post-views {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #f8f9fa;
  border-radius: 6px;
  font-weight: 500;
}

.dy-blog-post-date i,
.dy-blog-post-views i {
  color: #6dd16b;
  font-size: 16px;
}

.dy-blog-post-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 40px;
}

.dy-blog-post-content h1,
.dy-blog-post-content h2,
.dy-blog-post-content h3,
.dy-blog-post-content h4,
.dy-blog-post-content h5,
.dy-blog-post-content h6 {
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.dy-blog-post-content p {
  margin-bottom: 20px;
}

.dy-blog-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.dy-blog-post-content a {
  color: #6dd16b;
  text-decoration: none;
}

.dy-blog-post-content a:hover {
  text-decoration: underline;
}

/* Адаптивность блога */
@media (max-width: 992px) {
  .dy-blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .dy-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .dy-blog-image {
    height: 200px;
  }
  
  .dy-blog-post-title {
    font-size: 28px;
  }
  
  .dy-blog-post-header {
    padding: 30px 30px 20px 30px;
  }
  
  .dy-blog-post-title {
    font-size: 32px;
  }
  
  .dy-blog-post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .dy-blog-post-image {
    max-height: 400px;
  }
  
  .dy-blog-post-content {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .dy-blog-post-page {
    padding: 20px 0 40px;
  }
  
  .dy-blog-post-header {
    padding: 20px 20px 15px 20px;
  }
  
  .dy-blog-post-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .dy-blog-post-meta {
    gap: 10px;
  }
  
  .dy-blog-post-date,
  .dy-blog-post-views {
    padding: 6px 12px;
    font-size: 13px;
  }
  
  .dy-blog-post-image {
    max-height: 300px;
  }
  
  .dy-blog-post-content {
    padding: 20px;
    font-size: 15px;
  }
}
