@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: SegoeUI;
  src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}
body {
  font: 400 1rem/1.5 "Segoe UI", SegoeUI, system-ui, -apple-system, Arial, sans-serif;
}

#wrapper {
  padding: 0;
}

/* Base Styles - Mobile First */
html {
  font-size: 100%;
}

#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
  color: inherit;
}

#product-modal .modal-content .modal-body .product-images img:hover,
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
  border: #d0b059 3px solid;
}

.product-manufacturer {
  margin-bottom: 5px;
  font-weight: 700;
}
.product-manufacturer label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.product-manufacturer a {
  font-size: 14px;
  color: #d0b059;
  text-decoration: none;
  font-weight: 700;
}
.product-manufacturer img {
  max-width: 100px;
}

.product-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  mix-blend-mode: multiply;
  margin: 0 auto;
}

.product-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  min-height: 2.6rem;
  margin: 10px 0;
}

.product-price {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-price-vat {
  font-size: 0.8rem;
  color: #999;
}

.product-specs {
  text-align: left;
  flex: 1;
  margin: 15px 0;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

.spec-label {
  font-weight: 600;
  text-transform: uppercase;
}

.spec-value {
  color: #666;
  text-transform: uppercase;
}

.btn-buy {
  width: 100%;
  padding: 12px 0;
  background-color: #d0b059;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
  line-height: 22px;
}

.btn-buy:hover {
  background-color: #b8945a;
}

.btn-buy::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: -2px;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(1);
  transition: transform 0.3s ease;
}

@keyframes snap-rotate {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(15deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.btn-buy:hover::before {
  animation: snap-rotate 0.5s ease-out;
}

.btn-read-more {
  width: 100%;
  padding: 12px;
  background-color: #000033;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 22px;
}

.btn-read-more:hover {
  background-color: #1a1a5f;
}

.see-all {
  max-width: 400px;
  width: calc(100% - 30px);
  text-align: center;
  display: block;
  margin: 20px auto;
  border: 2px solid #000;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
}

/* Product Detail */
.product-name {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}

.product-detail-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background: linear-gradient(170deg, #f4f4f4 0%, #ffffff 100%);
  border-radius: 12px;
  box-sizing: border-box;
}

.product-gallery {
  position: relative;
}

.product-gallery img {
  mix-blend-mode: multiply;
}

.main-image-container {
  width: 100%;
  height: auto;
  min-height: 300px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}

.main-image {
  width: 85%;
  height: auto;
  max-height: 350px;
}

.thumbnails {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
  border-radius: 8px;
}

.thumbnail.active {
  border-color: #b8945a;
}

.thumbnail img {
  width: 80%;
  height: auto;
}

.compatibility-section {
  width: 100%;
  text-align: center;
}

.compatibility-button {
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.compatibility-content {
  display: none;
  padding: 20px;
  border-top: none;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
}

.compatibility-content.show {
  display: block;
}

.spec-header h3 {
  font-size: 1.2rem;
  border-bottom: 5px solid #d0b059;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
}

.product-description {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
}

.product-description strong {
  color: #000;
}

.price-section {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  text-align: center;
}

.price-and-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.price-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
}

.price-main {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.price-slash {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.price-subtext {
  font-size: 0.65rem;
  color: #333;
  font-weight: 400;
  line-height: 1.1;
  padding-top: 5px;
  text-align: left;
}

.price-section .btn-buy {
  width: 100% !important;
}

.price-vat {
  font-size: 0.85rem;
  color: #999;
}

.delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.delivery-info .material-symbols-outlined {
  color: #666;
  font-size: 20px;
}

.features-section {
  margin-top: 10px;
}

.features-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.features-header h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.features-subtext {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0 16px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.85rem;
}

.feature-icon {
  width: 34px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-text {
  color: #666;
  line-height: 1.4;
}

.search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  color: #666;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon:hover {
  color: #333;
}

.elementor-button-info .elementor-button {
  color: #fff;
  background-color: #d0b059;
  border-radius: 12px;
}

.btn-primary, .btn-primary:hover {
  color: #fff;
  background-color: #d0b059;
  border-radius: 12px;
}

.product-price {
  color: #333;
}

#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
  color: #d0b059;
}

body#checkout a:hover {
  color: #d0b059;
}

.ce-product-badge {
  background-color: #d0b059;
  color: #fff;
}

.current-menu-ancestor > .sub-menu,
.current-menu-item > .sub-menu {
  display: block !important;
}

@media (min-width: 600px) {
  .product-detail-section {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail-section {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .main-image-container {
    height: 450px;
  }
  .main-image {
    max-height: 400px;
  }
  .thumbnails {
    justify-content: flex-start;
  }
  .thumbnail {
    width: 90px;
    height: 90px;
  }
  .price-and-button-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .price-section {
    text-align: left;
  }
  .price-container {
    justify-content: flex-start;
  }
  .delivery-info {
    justify-content: flex-start;
  }
  .price-section .btn-buy {
    width: 180px !important;
  }
}
@media (min-width: 1024px) {
  .product-card {
    height: 600px;
  }
  .product-title {
    font-size: 1rem;
    height: 2.6rem;
  }
  .product-price {
    font-size: 1.3rem;
  }
  .product-name {
    max-width: 1140px;
  }
  .product-detail-section {
    max-width: 1140px;
    gap: 40px;
  }
  .main-image-container {
    height: 550px;
  }
  .main-image {
    max-height: 450px;
  }
  .thumbnail {
    width: 100px;
    height: 100px;
  }
}/*# sourceMappingURL=custom.css.map */