:root {
/*  --header_background: #FFF;*/

/*  --footer_background: #FFF;*/
/*  --footer_text: #616161;*/
/*  --footer_icon: #65B32E;*/
/*  --footer_title: #000;*/
/*  --footer_link: #616161;
  --footer_link_hover: #000;*/

/*  --body_background: #F2F2F2;*/
/*  --navigation_background: #65B32E;*/
/*  --navigation_text: #FFF;*/
/*  --navigation_catalog_background: #529137;*/

  --link_color: #000;

/*  --btn_background: #65B32E;*/
/*  --btn_buy_background: #000;
  --btn_buy_background_hover: #529137;*/

/*  --product_icon:#65B32E;*/

  --toast_background: #65B32E;
  --toast_color: #FFFFFF;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 100%
  }
}

@media (min-width: 768px) {
    .container {
      max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
      max-width: 98%
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 1400px) {
    .container {
        width:1280px
    }
}

@media (min-width: 1600px) {
    .container {
        width:1440px
    }
}


@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width:20%
  }
}

@media (min-width: 1200px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width:20%
  }
}

.pagination {
    padding: 30px 0 10px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination+.fm-category-description {
    padding-top: 0
}

.pagination li:not(:last-child) {
    margin: 0 15px 15px 0
}

.pagination li a, .pagination li span {
    display: block;
    font-weight: 600;
    line-height: 15px;
    padding: 11px 15px;
    color: var(--button_text);
    background-color: var(--button_background);
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
     border-radius: 4px;
}

.pagination li.active span, .pagination li:hover a {
    color: var(--button_text_hover);
    background-color: var(--button_background_hover);
    border-radius: 4px;
}

label {
  font-weight: 600;
  font-size: 13px;
}

.btn-link {
  color:#999;
}

.btn-buy {
    color: var(--product_buy_button_text);
    background-color: var(--product_buy_button_background);
    border-color: var(--product_buy_button_background);
    font-weight: 600;
}

.btn-buy:hover {
    color: #fff;
    background-color: var(--product_buy_button_background_hover);
    border-color: var(--product_buy_button_background_hover);
}

.btn-primary {
    color: var(--button_text);
    background-color: var(--button_background);
    border-color: var(--button_background);
    font-weight: 600;
}

.btn-primary:hover {
    color: var(--button_text_hover);
    background-color: var(--button_background_hover);
    border-color: var(--button_background_hover);
}

.btn-fast-order {
  border-color:var(--product_fastorder_button_border);
  color:var(--product_fastorder_button_text);
  font-weight: 600;
  border-width: 2px;
}

.btn-fast-order:hover {
  border-color:var(--product_fastorder_button_border_hover);
  background-color:none;
  color:var(--product_fastorder_button_text_hover);
}

.offcanvas-header-menu.offcanvas-bottom {
  height: 100% !important;
  padding-bottom: 60px;
}

.offcanvas-header-menu .offcanvas-header {
  background: var(--navigation_background);
  color:var(--navigation_text)
}

.offcanvas-header-menu .offcanvas-header.offcanvas-header-language {
  background: var(--header_background);
  color:var(--header_text)
}

.offcanvas-header-menu .offcanvas-header svg path {
  fill:var(--header_text);
}

.offcanvas-header-menu ul {
  border-left:0 !important;
  border-right:0 !important;
}

.offcanvas-header-menu ul li {
  font-size:13px;
  font-weight: 600;
  padding:15px;
}

.offcanvas-header-menu ul li a {
  color: #000 !important;
}

.offcanvas-header-menu ul li .next-level {
  position:absolute;
  top:3px;
  right:15px;
}

.offcanvas-header-menu ul li .next-level svg {
  margin-top:-3px;
  stroke:#000;
  transform: rotate(-90deg);
}

.offcanvas-header-menu .language a {
  color:var(--header_text_hover);
  font-weight: 400;
  font-size: 12px;
  margin-left:10px;
}

.offcanvas-header-menu .language .active {
  color:var(--header_text);
  font-weight: 600;
}

a {
  text-decoration: none;
  color:var(--link_color);
}


textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:none;
    box-shadow: none !important;
}

button:active {
  outline: none;
  border: none;
}

body {
  background-color: var(--body_background);
  font-weight: 400;
  font-size: calc(12px + (14 - 12) * ((100vw - 400px) / 1240));
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: var(--header_background);
}

header #header-top {
  padding: 10px 0;
}

header #header-top svg path {
  fill:var(--header_text);
}

header #header-top a {
  color:var(--header_text);
}

header #header-top a:hover {
  color:var(--header_text_hover);
}

header #header-top .header-top-menu li {
  margin-left:30px;
  font-weight: 500;
}

header #header-top .header-top-menu li:first-child {
  margin-left:0px;
}

header #header-top .main-phone {
  font-size: 20px;
  font-weight: 500;
}

header #header-top .language a {
  color:var(--header_text_hover);
  font-weight: 400;
  font-size: 12px;
  margin-left:10px;
}

header #header-top .language .active {
  color:var(--header_text);
  font-weight: 600;
}

.navigation .cart-block-back {
  background: var(--navigation_cart_background);
  height:50px;
  padding:12px;
}

.wishlist-qty-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-qty {
  position: absolute; 
  margin-left:15px; 
  margin-top:-3px; 
  background: red; 
  width:15px;
  height:15px; 
  border-radius: 50%;
  color:#FFF;
  font-size:10px;
  font-weight: 600;
  z-index: 2;
}

.cart-block .cart-qty {
  position: relative;
  float:left;
}

.cart-block .qty {
  position: absolute; 
  margin-left:15px;
  margin-top:-3px; 
  background: red; 
  width:15px;
  height:15px; 
  border-radius: 50%;
  color:#FFF;
  font-size:10px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}

header svg.mobile-cart path {
  fill:#000 !important;
}

.navigation {
  background-color: var(--navigation_background);
  color:var(--navigation_text) !important;
}
.navigation a {
  color:var(--navigation_text) !important;
    font-weight: 600;
}

.navigation .navigation-catalog {
  background-color: var(--navigation_catalog_background);
  height:50px;
  position: relative;
  cursor: pointer;
    font-weight: 600;
}

.navigation .navigation-catalog svg {
  margin: 14px 15px 14px 15px;
}


.navigation .navigation-catalog svg path {
  stroke:var(--navigation_text);
  fill:none;
}

.navigation svg path {
  fill:var(--navigation_text);
}

.navigation .btn-success {
  background-color: var(--navigation_button_background);
  border-color: var(--navigation_button_background);
}

.navigation .search-block {
  position: relative;
  width:100%;
  background: #FFF;
  border-radius: 5px;
  background-color: var(--navigation_search_background);
  height:40px;
}

.navigation .search-block svg path{
  fill:var(--navigation_search_icon);
}

.navigation .search-block input {
    margin-top:3px;
    font-size:12px;
    background-color: var(--navigation_search_background);
}

.navigation .search-block input, .navigation .search-block .btn {
  border:none;
  height:30px;
}

.navigation .search-block .btn {
  padding: 2px 0;
  font-size: none;
  padding-right:15px;
}

footer {
  margin-top: 30px;
  padding-bottom: 10px;
  background-color: var(--footer_background);
  font-size:13px;
}

footer h6 {
  color: var(--footer_title);
}

footer ul li {
  margin-top:6px;
}

footer a {
  color: var(--footer_link);
}

footer a:hover {
  color: var(--footer_link_hover);
  text-decoration: underline;
}

footer .footer-arguments {
  border-top: 1px solid var(--footer_border);
  border-bottom: 1px solid var(--footer_border);
}

footer .footer-arguments .argument-icon {
  margin-right:10px;
}

footer .footer-arguments .argument-icon svg path, footer .footer-arguments .argument-icon svg polygon, footer .footer-arguments .argument-icon svg stroke {
  fill:var(--footer_icon);
  stroke:var(--footer_icon);
}

footer .footer-arguments .argument-icon svg path[stroke] {
  fill:none !important;
}

footer .footer-arguments .argument-title {
  margin-right:10px;
}

footer .footer-arguments p {
  color:var(--footer_text);
}

#addCartToast {
  background-color: var(--toast_background);
  color: var(--toast_color);
  font-weight: 600;
}

/* breadcrumb */
.breadcrumb {
  margin: 10px 0;
  font-size:12px;
  background-color: transparent !important;
}

.breadcrumb a {
  color: #9ca3af !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #ffffff !important;
}

.breadcrumb > li:first-child {
  padding: 0 20px 0 0;
}

.breadcrumb > li {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  color: #9ca3af !important;
}

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #4b5563;
  border-bottom: 1px solid #4b5563;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb > li:last-child {
  font-weight: 500;
}

.breadcrumb > li:last-child a {
  color: #ffffff !important;
  pointer-events: none;
}

.breadcrumb > li:last-child:after {
  display: none;
}

.category-navigation, .category-navigation a {
  border-radius: 0;
  font-weight: 500;
  background-color: var(--navigation_catalog_dropdown_background) !important;
  padding-right: 0;
  color:var(--navigation_catalog_dropdown_text) !important;
}

.category-navigation, .category-navigation a:hover {
  background-color: var(--navigation_catalog_dropdown_background_hover);
  color:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation-block {
  background: var(--navigation_catalog_dropdown_background) !important;
  border: 1px solid var(--navigation_catalog_dropdown_border);
  border-left:none; 
}

.category-navigation-block a {
  color:var(--navigation_catalog_dropdown_text) !important;
}

.category-navigation-block a:hover {
  color:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation a:hover svg path {
  fill:var(--navigation_catalog_dropdown_text_hover) !important;
}

.category-navigation a:hover .arrow path {
  stroke:var(--navigation_catalog_dropdown_text_hover) !important;
  fill:none !important;
}

.category-navigation svg {
  margin-right:15px;
}

.category-navigation svg path {
  fill: var(--navigation_catalog_dropdown_text);
}

.category-navigation .arrow {
  float:right;
  margin-top:5px;
  transform: rotate(-90deg);
}

.category-navigation .arrow path {
  stroke:var(--navigation_catalog_dropdown_text);
  fill:none;
}

.category-navigation .list-group-item {
  border-color: var(--navigation_catalog_dropdown_border) !important;
}

.category-thumb {
  text-align: center;
  background-color: #151720 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.category-thumb:hover {
  transform: translateY(-5px);
  border-color: var(--button_background_hover) !important;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.25) !important;
}

.category-thumb .category-name {
  font-weight: 700;
  margin: 15px 10px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.category-thumb .category-name a {
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.category-thumb .category-name a:hover {
  color: var(--button_background_hover) !important;
}

.product-thumb {
  background-color: #151720 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-thumb .product-info {
  padding: 15px;
}

.product-thumb .product-code {
  color: #7d8590;
  font-size: 12px;
  margin: 5px 0;
}

.product-thumb .product-name {
  font-weight: 600;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
  transition: color 0.2s ease;
}

.product-thumb .product-name a {
  color: #ffffff !important;
}

.product-thumb .product-name a:hover {
  color: var(--button_background_hover) !important;
}

.product-thumb .product-oldprice {
  color: #7d8590;
  font-size: 12px;
  text-decoration: line-through;
}

.product-thumb .product-price {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}

.product-thumb .product-status {
  font-size: 12px;
  font-weight: 600;
}

.product-thumb .product-details {
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px;
  z-index: 2;
}

.product-thumb:hover {
  transform: translateY(-5px);
  border-color: var(--button_background_hover) !important;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.2) !important;
}

.product-thumb:hover .product-details {
  display: block;
  background-color: #151720 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.article-thumb {
   background-color: #151720 !important;
   border: 1px solid rgba(255, 255, 255, 0.05);
   border-radius: 12px;
   overflow: hidden;
}

.article-thumb .article-date {
  color: #7d8590;
  margin: 15px 0 5px;
  padding: 0 15px 0;
  font-size: 10px;
}

.article-thumb .article-name {
  font-weight: 600;
  padding: 0 15px 15px;
  font-size: 13px;
  color: #ffffff;
}

.seo-copyright {
  background-color: #151720 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px 30px;
  font-size: 13px;
  color: #cbd5e1;
}

.seo-copyright h1 {
  font-size: 1.25rem;
  color: #ffffff;
}

/* Product page */
#product-product h1 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}

#product-product label {
  font-weight: 600;
  color: #ffffff;
}

#product-product .product-model {
  color: #9ca3af;
}

#product-product .product-price {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

#product-product .product-status {
  font-size: 12px;
}

#product-product .order-info {
  background-color: #151720 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
}

#product-product .order-info .order-info-item {
  font-size: 13px;
  color: #cbd5e1;
}

#product-product .order-info, #product-product .order-info hr {
  border-color: rgba(255, 255, 255, 0.08);
}

#product-product .order-info svg path {
  fill: var(--product_icon);
}

#product-product .thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails li:first-child {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 10px 0;
  overflow: hidden;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: #151720;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* Page cover */
div[id^='product-'], div[id^='checkout-'], div[id^='account-'], div[id^='information-'], div[id^='common-'] {
  background-color: #12131a !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

/* --- Premium Redesign Additions --- */

/* Social Links styling in footer */
.social-links .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--footer_text) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.social-links .social-icon:hover {
  background: var(--button_background);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(144, 51, 255, 0.4);
  border-color: var(--button_background);
}

/* Reviews Section styling */
.reviews-section .section-title {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 15px;
}

.reviews-section .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--button_background), var(--button_background_hover));
  border-radius: 2px;
}

.review-card {
  background: rgba(21, 23, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(144, 51, 255, 0.3);
  box-shadow: 0 10px 30px rgba(144, 51, 255, 0.15);
}

.review-card .avatar-placeholder {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--button_background), var(--button_background_hover));
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(144, 51, 255, 0.3);
}

.reviewer-name {
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.review-rating .stars {
  color: var(--button_background_hover);
  font-size: 14px;
  letter-spacing: 1px;
}

.review-rating .badge-source {
  background: rgba(255, 255, 255, 0.08);
  color: #9ca3af;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Global Form Controls & inputs overrides */
.form-control, input[type="text"], input[type="email"], input[type="password"], textarea, select {
  background-color: #0c0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 10px 15px !important;
  transition: all 0.3s ease !important;
}

.form-control:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: var(--button_background_hover) !important;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
}

/* Table styling for checkout & cart */
.table, .table th, .table td {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.table th {
  background-color: rgba(255, 255, 255, 0.02) !important;
  font-weight: 700;
}

.well, .card {
  background-color: #151720 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  color: #ffffff !important;
}

/* Header tweaks */
.navigation-catalog {
  border-radius: 8px 0 0 8px;
}

.cart-block-back {
  border-radius: 0 8px 8px 0;
}

.search-block {
  border-radius: 8px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.search-block input {
  padding-left: 15px !important;
}

.search-list {
  background: #151720 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

.search-list a {
  color: #fff !important;
}


/* Homepage full-width override when sidebar menu is hidden */
#home-page #column-left {
  display: none !important;
}
#home-page .col-lg-9 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Header Phones in One Line */
.header-phones-container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
.header-top-right-info {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  height: 100% !important;
}
@media (max-width: 1399px) {
  .header-top-right-info {
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 4px !important;
    height: auto !important;
  }
}
.header-phone-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.header-phone-link {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--header_text) !important;
  transition: color 0.2s ease !important;
}
.header-phone-link:hover {
  color: var(--button_background_hover) !important;
}
.phone-separator {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 16px !important;
}
.phone-icon {
  color: var(--button_background_hover) !important;
}

/* Reviews Swiper Slider styling */
.reviews-section .swiper-viewport {
  position: relative;
  padding: 0 45px;
}
.reviews-swiper {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.reviews-button-prev, .reviews-button-next {
  color: var(--button_background_hover) !important;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: 15px 15px;
  transition: all 0.2s ease;
  z-index: 10;
}
.reviews-button-prev:hover, .reviews-button-next:hover {
  transform: scale(1.1);
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}
.reviews-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.reviews-pagination .swiper-pagination-bullet-active {
  background: var(--button_background_hover) !important;
  width: 20px;
  border-radius: 4px;
}

/* --- Global Swiper Viewport Override to remove white background/border --- */
.swiper-viewport {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* --- Reviews Section Override --- */
.reviews-section .swiper-viewport {
  position: relative;
  padding: 0 45px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* --- Homepage Headings --- */
#home-page h5 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 35px;
  margin-bottom: 20px;
}

/* --- Footer Schedule --- */
footer .schedule {
  color: #e2e8f0 !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  display: block;
}

/* --- Clickable Contacts Page Links --- */
.contact-link {
  color: #38bdf8 !important;
  text-decoration: none !important;
  font-weight: 600;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.contact-link:hover {
  color: #a855f7 !important;
  text-shadow: 0 0 8px rgba(168, 85, 247, 0.4);
}

/* --- Payment Logos Hover --- */
.payment-logos svg {
  transition: transform 0.2s ease;
}
.payment-logos svg:hover {
  transform: scale(1.08);
}

/* Fix white baseline line gap under slide images */
.swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Custom Slider Navigation Buttons (Banners & Reviews) */
.swiper-viewport .swiper-button-prev,
.swiper-viewport .swiper-button-next,
.reviews-button-prev,
.reviews-button-next {
  width: 44px !important;
  height: 44px !important;
  background: rgba(21, 23, 32, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  z-index: 10 !important;
}

/* Specific to banner SVG icons */
.swiper-viewport .swiper-button-prev svg,
.swiper-viewport .swiper-button-next svg {
  width: 14px !important;
  height: 14px !important;
  fill: #ffffff !important;
  transition: fill 0.3s ease;
}

/* Positioning adjustments */
.swiper-viewport .swiper-button-prev {
  left: 20px !important;
}
.swiper-viewport .swiper-button-next {
  right: 20px !important;
}

/* Reviews specific positioning and styles */
.reviews-button-prev {
  left: 5px !important;
}
.reviews-button-next {
  right: 5px !important;
}

/* Hide default Swiper background images if any */
.reviews-button-prev,
.reviews-button-next {
  background-image: none !important;
}

/* Add text arrow characters for reviews slider buttons using pseudo-elements */
.reviews-button-prev::after {
  content: '←' !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}
.reviews-button-next::after {
  content: '→' !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

/* Hover states */
.swiper-viewport .swiper-button-prev:hover,
.swiper-viewport .swiper-button-next:hover,
.reviews-button-prev:hover,
.reviews-button-next:hover {
  background: rgba(0, 240, 255, 0.15) !important;
  border-color: #00f0ff !important;
  color: #00f0ff !important;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4) !important;
  transform: scale(1.1) !important;
}

.swiper-viewport .swiper-button-prev:hover svg,
.swiper-viewport .swiper-button-next:hover svg {
  fill: #00f0ff !important;
}

.reviews-button-prev:hover::after,
.reviews-button-next:hover::after {
  color: #00f0ff !important;
}

/* Custom Delivery Badges in Footer */
.delivery-badges {
  margin-top: 15px;
}
.delivery-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.2s ease;
}
.delivery-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Payment icons size overrides */
.payment-icon {
  height: 28px !important;
  width: auto !important;
  background-color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.payment-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Refined 4-Column Footer Layout */
footer .col-lg-4 h6, footer .col-lg-3 h6 {
  color: var(--footer_title) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 15px !important;
}
footer .link-list li {
  margin-top: 8px !important;
}
footer .link-list a {
  color: var(--footer_link) !important;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
}
footer .link-list a:hover {
  color: var(--footer_link_hover) !important;
  text-decoration: none !important;
}
footer .contact-list li {
  color: #ffffff;
  font-size: 14px;
}
footer .contact-list a {
  color: #ffffff !important;
  font-weight: 600;
  transition: color 0.2s ease !important;
}
footer .contact-list a:hover {
  color: var(--button_background_hover) !important;
  text-decoration: none !important;
}

/* Global Swiper Container Reset to completely remove the bottom white stripe */
.swiper-viewport,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.swiper-slide img {
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

/* --- Premium Redesign Sidebar Filters --- */
.filter-place {
  background-color: #151720 !important; /* Premium dark background */
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  color: #ffffff !important;
  margin-bottom: 25px !important;
}

/* Reset Accordion components inside filter */
.filter-place .accordion,
.filter-place .accordion-item,
.filter-place .accordion-body {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.filter-place .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.filter-place .accordion-item:last-child {
  border-bottom: none !important;
}

/* Accordion header button styling */
.filter-place .accordion-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 16px 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.filter-place .accordion-button:not(.collapsed) {
  color: var(--button_background_hover) !important; /* Theme secondary color (cyan/turquoise) */
}

/* Accordion collapse arrow icon color (white) */
.filter-place .accordion-button::after {
  filter: invert(1) !important;
}

.filter-place .accordion-body {
  padding: 0 0 16px 0 !important;
}

/* Checkbox Labels styling - resolves the white-on-white text bug */
.filter-place .form-check-label {
  color: #cbd5e1 !important; /* Highly legible light-grey text */
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  user-select: none !important;
  transition: color 0.2s ease !important;
  padding-left: 4px !important;
}

.filter-place .form-check-label:hover {
  color: #ffffff !important;
}

/* Custom Styled Checkboxes */
.filter-place .form-check-input {
  background-color: #0c0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 4px !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.filter-place .form-check-input:checked {
  background-color: var(--button_background_hover) !important;
  border-color: var(--button_background_hover) !important;
}

.filter-place .form-check-input:focus {
  border-color: var(--button_background_hover) !important;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.4) !important;
}

/* Price range styling */
.filter-place .input-group {
  margin-top: 5px !important;
}

.filter-place .input-group-text {
  background-color: #0c0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #cbd5e1 !important;
  padding: 8px 12px !important;
}

.filter-place #filter_price_from,
.filter-place #filter_price_to {
  background-color: #0c0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  font-size: 13px !important;
}

/* Apply button styling */
.filter-place .btn-filter {
  background-color: var(--button_background) !important;
  border-color: var(--button_background) !important;
  color: var(--button_text) !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.filter-place .btn-filter:hover {
  background-color: var(--button_background_hover) !important;
  border-color: var(--button_background_hover) !important;
  color: #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4) !important;
  transform: translateY(-1px) !important;
}

/* Mobile offcanvas filter panel styling */
#columnLeft {
  background-color: #12131a !important;
  color: #ffffff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#columnLeft .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  background-color: #151720 !important;
  padding: 15px 20px !important;
}

#columnLeft .offcanvas-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

#columnLeft .offcanvas-body {
  padding: 20px !important;
}

/* ============================================================ */
/* --- Standard Cart Dropdown Dark Theme (Bootstrap fallback) --- */
/* ============================================================ */

/* Cart dropdown menu - dark theme */
#cart .dropdown-menu {
  background: #12131a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6) !important;
  padding: 8px 0 !important;
  min-width: 340px !important;
}

#cart .dropdown-menu li {
  border: none !important;
  padding: 0 !important;
}

/* Table inside cart dropdown */
#cart .dropdown-menu .table {
  margin: 0 !important;
  background: transparent !important;
}

#cart .dropdown-menu .table td {
  color: #e2e8f0 !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  background: transparent !important;
  vertical-align: middle !important;
  padding: 10px 12px !important;
}

#cart .dropdown-menu .table a {
  color: #e2e8f0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

#cart .dropdown-menu .table a:hover {
  color: #00f0ff !important;
}

/* Totals section */
#cart .dropdown-menu .table-bordered td {
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Remove product buttons */
#cart .dropdown-menu .btn-danger {
  background: rgba(239, 68, 68, 0.2) !important;
  border-color: rgba(239, 68, 68, 0.4) !important;
  color: #fca5a5 !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
}

#cart .dropdown-menu .btn-danger:hover {
  background: rgba(239, 68, 68, 0.4) !important;
  border-color: #ef4444 !important;
  color: #ffffff !important;
}

/* Cart footer buttons */
#cart .dropdown-menu p.text-right a {
  color: var(--button_background_hover, #00f0ff) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

#cart .dropdown-menu p.text-right a:hover {
  color: #ffffff !important;
}

/* Striped table fix */
#cart .dropdown-menu .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: rgba(255, 255, 255, 0.02) !important;
  color: #e2e8f0 !important;
}

/* Product image in cart */
#cart .dropdown-menu .img-thumbnail {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
}

/* Empty cart message */
#cart .dropdown-menu .text-center {
  color: #94a3b8 !important;
  padding: 20px !important;
}

/* ============================================================ */

/* --- Cart and Checkout Pages Styling Enhancements --- */
#checkout-cart a,
#checkout-cart a b {
  color: #e2e8f0 !important;
}
#checkout-cart a:hover,
#checkout-cart a:hover b {
  color: #ffffff !important;
  text-decoration: underline !important;
}

#checkout-cart small,
#checkout-cart .col-6.col-lg-5 div {
  color: #a0aec0 !important;
}

#checkout-cart a[onclick*="cart.remove"] {
  color: #a0aec0 !important;
  text-decoration: none !important;
}
#checkout-cart a[onclick*="cart.remove"]:hover {
  color: #f56565 !important; /* light red */
}
#checkout-cart a[onclick*="cart.remove"] svg {
  fill: currentColor !important;
}

#checkout-checkout .product-name {
  color: #e2e8f0 !important;
  text-decoration: none !important;
}
#checkout-checkout .product-name:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}


/* --- Centered and Larger Toast Notification --- */
#addCartToast {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
  width: 440px !important;
  max-width: 90vw !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
  background-color: #65B32E !important;
  color: #FFFFFF !important;
}

#addCartToast .toast-body {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  padding: 22px 25px !important;
  flex-grow: 1 !important;
  text-align: center !important;
}

#addCartToast .btn-close {
  margin-right: 20px !important;
  font-size: 1.15rem !important;
}


/* --- Brand Link in Product Characteristics Table --- */
.manufacturer-link {
  color: #60a5fa !important; /* light blue to stand out */
  font-weight: bold !important;
  text-decoration: underline !important;
}
.manufacturer-link:hover {
  color: #93c5fd !important;
  text-decoration: none !important;
}


/* --- Manufacturer/Brand List Page Styling --- */
#product-manufacturer p a,
#product-manufacturer .col-sm-3 a {
  color: #cbd5e0 !important;
  text-decoration: none !important;
}
#product-manufacturer p a:hover,
#product-manufacturer .col-sm-3 a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* --- Product Page Layout & Redesign --- */
.section-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.product-description-content {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  white-space: pre-wrap;
  background: rgba(21, 23, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(10px);
}

.product-attributes-card {
  background: rgba(21, 23, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(10px);
}

.product-attributes-table {
  width: 100%;
  margin-bottom: 0;
}

.product-attributes-table td,
.product-attributes-table th {
  padding: 12px 15px !important;
  font-size: 13px !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

.product-attributes-table td {
  width: 40%;
  color: #9ca3af !important;
  font-weight: 500;
}

.product-attributes-table th {
  width: 60%;
  font-weight: 600;
}

.product-attributes-table tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.02) !important;
}

.product-attributes-table tr:nth-of-type(even) {
  background-color: transparent !important;
}

.review-form-card {
  background: rgba(21, 23, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  backdrop-filter: blur(10px);
}



/* Product Page Tags Premium Badge Styling */
.product-tags {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-tags .tag-title {
    font-weight: 500;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}
.product-tags a {
    display: inline-block;
    padding: 4px 12px;
    margin: 4px 6px 4px 0;
    border-radius: 16px;
    background: rgba(158, 119, 237, 0.08) !important;
    color: #b692f6 !important;
    text-decoration: none !important;
    border: 1px solid rgba(158, 119, 237, 0.15);
    font-size: 12px;
    transition: all 0.2s ease;
}
.product-tags a:hover {
    background: rgba(158, 119, 237, 0.18) !important;
    color: #ffffff !important;
    border-color: rgba(158, 119, 237, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(158, 119, 237, 0.25);
}
