.main-content section {
  padding: 0;
}

.main-content {
  margin-top: 180px;
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  cursor: zoom-in;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
  border-radius: 16px;
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  transition: opacity 0.3s;
  border-radius: 8px;
  border: 2px solid #F9FAFB;
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
  border: 2px solid #3E98A0;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.product-video-embed {
  margin-top: 24px;
  margin-bottom: 16px;
  width: 100%;
  flex: 0 0 100%;
}
.product-video-embed:first-of-type {
  margin-top: 24px;
}
.product-video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  height: auto;
}

.product-archive-main .content-wrapper,
.sec-product .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-archive-wrapper .product-archive-container {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .product-archive-wrapper .product-archive-container {
    flex-direction: column;
    gap: 24px;
  }
}
.product-archive-wrapper .product-archive-content {
  flex: 1;
  min-width: 0;
}

.product-detail-wrapper .product-detail-container {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .product-detail-wrapper .product-detail-container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.product-detail-wrapper .product-detail-left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 auto;
  min-width: 0;
  width: 100%;
}
.product-detail-wrapper .product-detail-left-column .product-video-embed {
  margin-top: 0;
  margin-bottom: 0;
}
.product-detail-wrapper .product-detail-content div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .product-detail-wrapper .product-detail-content div.product {
    flex-direction: column;
    gap: 24px;
  }
}
.product-detail-wrapper .product-detail-content div.product .product-detail-left-column {
  flex: 0 0 400px;
}
@media screen and (max-width: 1024px) {
  .product-detail-wrapper .product-detail-content div.product .product-detail-left-column {
    flex: 0 0 auto;
  }
}
.product-detail-wrapper .product-detail-content div.product .summary.entry-summary {
  flex: 1;
  min-width: 0;
}
.product-detail-wrapper .product-detail-content {
  flex: 1;
  min-width: 0;
}
.product-detail-wrapper .product-detail-content .entry-summary h1 {
  font-size: 26px;
}
.product-detail-wrapper .product-detail-content .entry-summary h2 {
  font-size: 24px;
}
.product-detail-wrapper .product-detail-content .entry-summary h3 {
  font-size: 22px;
}
.product-detail-wrapper .product-detail-content .entry-summary h4 {
  font-size: 20px;
}
.product-detail-wrapper .product-detail-content .entry-summary h5 {
  font-size: 18px;
}
.product-detail-wrapper .product-detail-content .entry-summary h1, .product-detail-wrapper .product-detail-content .entry-summary h2, .product-detail-wrapper .product-detail-content .entry-summary h3, .product-detail-wrapper .product-detail-content .entry-summary h4, .product-detail-wrapper .product-detail-content .entry-summary h5, .product-detail-wrapper .product-detail-content .entry-summary h6 {
  margin-top: 24px;
  margin-bottom: 8px;
}
.product-detail-wrapper .product-category-tags {
  margin-bottom: 24px;
  font-size: 14px;
}
.product-detail-wrapper .product-category-tags .product-category-tags-label {
  margin-right: 4px;
  font-size: 14px;
}
.product-detail-wrapper .product-category-tags .product-category-tag {
  color: #296972;
  text-decoration: none;
  margin-right: 4px;
}
.product-detail-wrapper .product-category-tags .product-category-tag:hover {
  text-decoration: underline;
}
.product-detail-wrapper .product-description-content {
  margin-bottom: 32px;
}
.product-detail-wrapper .product-description-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #A2A7AC;
}
.product-detail-wrapper .product-description-content p {
  margin: 0 0 12px 0;
  line-height: 1.8;
}
.product-detail-wrapper .product-related-buttons {
  margin-bottom: 32px;
}
.product-detail-wrapper .product-related-buttons .product-related-heading {
  font-size: 18px;
  font-weight: 700;
}
.product-detail-wrapper .product-related-buttons .product-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-detail-wrapper .product-contact-button {
  margin-top: 24px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none !important;
}

.product-sidebar {
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .product-sidebar {
    width: 100%;
  }
}
.product-sidebar .product-sidebar-accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-sidebar .product-sidebar-mobile-trigger {
  display: none;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1558A0;
  background: #fff;
  border: 2px solid #1558A0;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.product-sidebar .product-sidebar-mobile-trigger:hover {
  background: #1558A0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .product-sidebar .product-sidebar-mobile-trigger {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-sidebar .product-sidebar-accordion-list > li .product-sidebar-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
    transition: max-height 0.35s ease-out, opacity 0.25s ease-out, margin-top 0.3s ease-out;
  }
  .product-sidebar .product-sidebar-accordion-list > li.active .product-sidebar-content {
    max-height: 2000px;
    margin-top: 16px;
    opacity: 1;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-out 0.05s, margin-top 0.3s ease-out;
  }
}
@media screen and (min-width: 1025px) {
  .product-sidebar .product-sidebar-mobile-trigger {
    display: none !important;
  }
}
.product-sidebar .product-sidebar-content {
  border-radius: 8px;
  position: sticky;
  top: 100px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .product-sidebar .product-sidebar-content {
    position: static;
  }
}
.product-sidebar .product-sidebar-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #A2A7AC;
}
.product-sidebar .product-sidebar-section {
  border-top: 1px solid #A2A7AC;
  padding: 16px 0;
  margin-bottom: 0;
}
.product-sidebar .product-sidebar-section:last-child {
  margin-bottom: 0;
}
.product-sidebar .product-sidebar-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 4px 0;
  line-height: 1.5em;
}
.product-sidebar .product-sidebar-section-title .small-text {
  font-size: 14px;
}
.product-sidebar .product-search-section {
  border-top: 0;
  padding-top: 0;
}
.product-sidebar .product-search-section .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.product-sidebar .product-search-section .search-input-wrapper .search-field {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s;
}
.product-sidebar .product-search-section .search-input-wrapper .search-field:focus {
  outline: none;
  border-color: #1558A0;
}
.product-sidebar .product-search-section .search-input-wrapper .search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: color 0.3s;
}
.product-sidebar .product-search-section .search-input-wrapper .search-submit:hover {
  color: #1558A0;
}
.product-sidebar .product-search-section .search-input-wrapper .search-submit svg {
  width: 16px;
  height: 16px;
}
.product-sidebar .product-sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-sidebar .product-sidebar-menu li {
  margin: 0;
  padding: 0;
}
.product-sidebar .product-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.product-sidebar .product-sidebar-link:hover {
  background: #E0EAEC;
  border-radius: 8px;
  color: #000;
}
.product-sidebar .product-sidebar-link:hover svg {
  transform: translateX(4px);
}
.product-sidebar .product-sidebar-link span {
  font-size: 16px;
  font-weight: 500;
}
.product-sidebar .product-sidebar-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s;
  color: #666;
}
.product-sidebar .product-sidebar-link:last-child {
  border-bottom: none;
}
.product-sidebar .product-category-section .product-category-menu {
  position: relative;
}
.product-sidebar .product-category-section .has-children {
  position: relative;
}
.product-sidebar .product-category-section .has-children > .product-sidebar-link {
  position: relative;
}
.product-sidebar .product-category-section .has-children .product-sidebar-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -8px;
  min-width: 200px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-left: 0;
  z-index: 1000;
  list-style: none;
}
.product-sidebar .product-category-section .has-children .product-sidebar-submenu li {
  margin: 0;
  padding: 0;
}
.product-sidebar .product-category-section .has-children .product-sidebar-submenu .product-sidebar-link {
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}
.product-sidebar .product-category-section .has-children .product-sidebar-submenu .product-sidebar-link:hover {
  background: #E0EAEC;
  border-radius: 0;
  color: #000;
}
.product-sidebar .product-category-section .has-children .product-sidebar-submenu .product-sidebar-link:last-child {
  border-bottom: none;
}
.product-sidebar .product-category-section .has-children:hover > .product-sidebar-submenu {
  display: block;
}
@media screen and (max-width: 1024px) {
  .product-sidebar .product-category-section .has-children .product-sidebar-submenu {
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    margin-top: 8px;
    border: none;
    box-shadow: none;
    padding-left: 16px;
  }
}
.product-sidebar .product-pb-section .product-pb-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-sidebar .product-pb-section .product-pb-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.product-sidebar .product-pb-section .product-pb-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #1558A0;
}
.product-sidebar .product-pb-section .product-pb-checkbox span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
}

.woocommerce .products ul::before, .woocommerce .products ul::after, .woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}

.woocommerce-title {
  font-size: 44px;
  font-weight: 700;
}

.woocommerce ul.products li.product a img {
  border-radius: 16px;
  margin: 0;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce .woocommerce-products-header {
  margin-bottom: 24px;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
  }
}
.woocommerce ul.products li.product {
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
  border-radius: 16px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-category-name {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A2A7AC;
}
.woocommerce-category-name .category-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .woocommerce-category-name .category-title {
    font-size: 24px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.product-slider-pickup {
  margin-top: 0 !important;
}

.product-slider-section {
  margin-bottom: 40px;
  margin-top: 40px;
}
.product-slider-section:last-child {
  margin-bottom: 0;
}
.product-slider-section .product-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A2A7AC;
}
.product-slider-section .product-slider-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.5em;
}
.product-slider-section .product-slider-title .small-text {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .product-slider-section .product-slider-title {
    font-size: 20px;
  }
}
.product-slider-section .product-slider-link {
  font-size: 14px;
  font-weight: 500;
  color: #1558A0;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #1558A0;
  border-radius: 4px;
  transition: all 0.3s;
}
.product-slider-section .product-slider-link:hover {
  background-color: #1558A0;
  color: #fff;
}
.product-slider-section .product-slider-swiper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-slider-section .product-slider-swiper {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.product-slider-section .product-slider-swiper .swiper-wrapper {
  display: flex;
}
.product-slider-section .product-slider-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.product-slider-section .product-slider-swiper .product-slider-item {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s;
}
.product-slider-section .product-slider-swiper .product-slider-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .product-slider-section .product-slider-swiper .product-slider-item {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .product-slider-section .product-slider-swiper .product-slider-item {
    max-width: 150px;
  }
}
.product-slider-section .product-slider-swiper .product-slider-image {
  max-width: 200px;
  max-height: 200px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .product-slider-section .product-slider-swiper .product-slider-image {
    max-width: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .product-slider-section .product-slider-swiper .product-slider-image {
    max-width: 150px;
    max-height: 150px;
  }
}
.product-slider-section .product-slider-swiper .product-slider-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider-section .product-slider-swiper .product-slider-image-placeholder {
  background: #E0EAEC;
  color: #666;
  font-size: 14px;
  text-align: left;
  padding: 20px;
}
.product-slider-section .product-slider-swiper .product-slider-image-placeholder span {
  display: block;
  word-break: break-word;
}
.product-slider-section .product-slider-swiper .product-slider-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product-slider-section .product-slider-swiper .product-slider-name {
    font-size: 14px;
  }
}/*# sourceMappingURL=product.css.map */