@charset "UTF-8";
.w-reset {
  max-width: 100%;
  width: 100%;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

p {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

.clear-li {
  padding: 0;
  margin: 0;
}
.clear-li li {
  list-style: none;
}

.fs-12 {
  font-size: 12px;
}
@media only screen and (max-width: 639px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-18 {
  font-size: 18px;
}

.fs-11 {
  font-size: 11px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-27 {
  font-size: 27px;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

.footer {
  padding: 40px 0;
  background: #EAEAEA;
}

.button {
  background: #ED1C1B;
  padding: 18px 40px;
  border-radius: 8px;
  font-size: 18px;
  display: inline-block;
  color: white;
  transition: background 0.3s ease-in-out;
}
.button:hover {
  background: #d61818;
  transition: background 0.3s ease-in-out;
}

.link_text {
  color: black;
  text-decoration: underline !important;
}

.see-prod {
  cursor: pointer;
}

.search-form input {
  background-color: #ED1C1B;
  border: 0;
  height: 60px;
  width: 170px;
  margin-right: 80px;
  font-size: 18px;
  color: white;
}
@media (max-width: 768px) {
  .search-form input {
    margin-right: 0;
  }
}
.search-form input::placeholder {
  color: white;
  text-align: center;
}

.hero-wrapper .content {
  position: absolute;
  top: 190px;
  left: 170px;
}
.hero-wrapper .content h2 {
  font-size: 50px;
}
.hero-wrapper .content p {
  font-size: 24px;
}
.hero-wrapper .content .button {
  margin-top: 30px;
}
.hero-wrapper .slick-dots {
  display: inline-flex;
  flex-direction: column;
  right: 20px;
  top: 50%;
  width: unset;
  bottom: unset;
  gap: 15px;
}
@media (max-width: 1024px) {
  .hero-wrapper .slick-dots {
    bottom: -120px;
    right: 50%;
    display: flex;
    flex-direction: row;
    transform: translate(50%, 50%);
  }
}
.hero-wrapper .slick-dots li {
  cursor: pointer;
  display: inline-block;
}
.hero-wrapper .slick-dots li button:before {
  color: #ABABAC;
  opacity: 1;
  font-size: 10px;
}
.hero-wrapper .buttons {
  display: inline-block;
}
.hero-wrapper .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid black;
  background: transparent;
  opacity: 1;
  color: unset;
  font-size: 0;
}

.cat-section {
  padding-top: 20px;
}
.cat-section h2 {
  font-size: 45px;
  font-weight: 300;
}

.cat-box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.cat-bottom {
  position: relative;
  display: block;
}
.cat-bottom .img-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
}
.cat-bottom .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: scale 0.3s ease;
}
.cat-bottom:hover .img-wrapper img {
  scale: 1.1;
}
.cat-bottom .txt-block {
  position: absolute;
  color: white;
  font-size: 30px;
  z-index: 1;
  top: 18%;
  left: 20%;
  width: 57%;
}
@media (max-width: 768px) {
  .cat-bottom .txt-block {
    width: 80%;
    font-size: 25px;
    left: 50px;
    top: 50px;
  }
}
.cat-bottom .link-text {
  font-size: 12px;
  position: absolute;
  color: white;
  z-index: 1;
  bottom: 18%;
  left: 20%;
}
@media (max-width: 768px) {
  .cat-bottom .link-text {
    width: 80%;
    left: 50px;
    bottom: 50px;
    font-size: 10px;
  }
}

.link-text {
  text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb-bar {
  font-size: 13px;
  color: #555;
  padding: 14px 0 10px;
}

.breadcrumb-bar a {
  color: #555;
  text-decoration: none;
}

.breadcrumb-bar a:hover {
  text-decoration: underline;
}

.breadcrumb-bar .sep {
  margin: 0 6px;
  color: #999;
}

.breadcrumb-bar .current {
  color: #FF0000;
}

/* Title */
.product-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}

/* Gallery */
.gallery-wrapper {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* Thumbnail column */
.thumb-col {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumb-arrow {
  cursor: pointer;
}
.thumb-arrow path {
  fill: black;
}

.thumb-slider-wrap {
  width: 90px;
  overflow: hidden;
}

/* Each slide — fixed height so sizes never push layout around */
.thumb-item {
  padding: 3px 0;
  cursor: pointer;
  outline: none;
  height: 72px; /* fixed slot height */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.thumb-item img {
  width: 82px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  background: #f5f5f5;
  border: 2px solid transparent;
  display: block;
  transition: border-color 0.18s;
}

.thumb-item.active img,
.thumb-item:hover img {
  border-color: #FF0000;
}

/* Main image */
.main-image-wrap {
  flex: 1;
  min-width: 0;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
@media (max-width: 768px) {
  .main-image-wrap {
    min-height: 230px;
  }
}

.main-image-wrap img#mainImg {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: opacity 0.16s ease;
}

.main-image-wrap img#mainImg.fading {
  opacity: 0;
}

/* Lightbox */
#lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.87);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#lightbox.open {
  display: flex;
}

#lightbox img {
  max-width: 92vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

#lightbox-close {
  position: fixed;
  top: 18px;
  right: 26px;
  font-size: 38px;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 10000;
  opacity: 0.8;
  transition: opacity 0.15s;
  line-height: 1;
}

#lightbox-close:hover {
  opacity: 1;
}

#lightbox-prev, #lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.13);
  border: none;
  color: #fff;
  font-size: 26px;
  padding: 14px 18px;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.15s;
  border-radius: 2px;
}

#lightbox-prev {
  left: 12px;
}

#lightbox-next {
  right: 12px;
}

#lightbox-prev:hover, #lightbox-next:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* Features */
.features-panel {
  padding-left: 6px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.45;
}

.feature-dot {
  width: 14px;
  height: 14px;
  background: #FF0000;
  flex-shrink: 0;
  margin-top: 5px;
}

/* Buttons */
.btn-red {
  background: #FF0000;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s;
  text-decoration: none;
  display: inline-block;
}

.btn-red:hover {
  background: #b71c1c;
  color: #fff;
}

.btn-group-custom {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .gallery-wrapper {
    flex-direction: column-reverse;
  }
  .thumb-col {
    width: 100%;
    flex-direction: row;
  }
  .thumb-slider-wrap {
    width: auto;
    flex: 1;
  }
}
.box-widged {
  border: 2px solid #b7b7b7;
  display: flex;
  margin-bottom: 25px;
}

.box-widged .col strong {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}

.color-blue {
  color: #3399ff;
}

.color-accent-3 {
  color: #e15e53;
}

.box-widged .col {
  padding: 15px;
  min-width: 70px;
}

.box-widged .left {
  border-right: 2px solid #b7b7b7;
}

.view-teplate-section .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #66cccc;
}

.bg-green {
  background-color: #aed34a;
}

.f-28 {
  font-size: 28px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.table-wrapper .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table-wrapper .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-wrapper .text-black {
  color: #333333;
}
.table-wrapper td, .table-wrapper th {
  border: 0;
}

.cat-box {
  color: black;
}
.cat-box:hover img {
  scale: 1.1;
  transition: scale 0.3s ease-in-out;
}

.cat-box img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  transition: scale 0.3s ease-in-out;
}

.link_text {
  position: relative;
  display: inline-block;
  padding-right: 0;
  text-decoration: unset !important;
  border-color: #0a0000;
}
.link_text:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 0.8;
  left: 0;
  right: 0;
  color: inherit;
  backface-visibility: hidden;
  pointer-events: none;
  margin-top: 0;
  top: auto;
  border-top: none;
  border-right: none;
  bottom: 2px;
  border-left: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  animation: none;
  transform-origin: left;
  z-index: 1;
}
.link_text:hover:after {
  content: unset;
}

@media (max-width: 1024px) {
  .hero-wrapper .content {
    top: 40px;
    left: 20px;
  }
  .hero-wrapper .content .button {
    margin-top: 10px;
    padding: 10px;
    font-size: 10px;
  }
  .hero-wrapper .content h2 {
    font-size: 15px;
  }
  .hero-wrapper .content p {
    font-size: 10px;
  }
  .mobile-cat {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cat-box {
    text-align: center;
  }
  .hero-wrapper .slick-slide img {
    height: 200px;
    object-fit: cover;
  }
  .thumb-col .slick-track {
    display: flex;
    gap: 10px;
    height: fit-content !important;
  }
  .thumb-col .slick-list {
    height: fit-content !important;
  }
  .thumb-arrow {
    display: none;
  }
  .table-wrapper .table {
    font-size: 12px;
  }
}
.bg-txt {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 25%;
}

/*# sourceMappingURL=style.css.map */
