@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);
body {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.page-main-wrap {
  min-height: 70vh;
  padding-top: 58px;
}

.site-header {
  background-color: #0a0a2e;
  padding: 0;
  margin-bottom: 0 !important;
}
.site-header .container {
  max-width: 1400px;
}
.site-header .navbar {
  padding: 15px 0;
}
.site-header .navbar .navbar-brand {
  padding: 0;
  margin-right: 40px;
}
.site-header .navbar .navbar-brand .header-logo {
  height: 25px;
  width: auto;
}
.site-header .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
  padding: 8px 12px;
}
.site-header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-header .navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.site-header .navbar .navbar-nav {
  gap: 10px;
}
.site-header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 18px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.site-header .navbar .navbar-nav .nav-item .nav-link:hover, .site-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.site-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.site-header .navbar .header-icons {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header .navbar .header-icons .header-icon {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 12px;
  transition: color 0.3s ease;
  text-decoration: none;
  position: relative;
}
.site-header .navbar .header-icons .header-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-header .navbar .header-icons .header-icon i {
  display: block;
}
.site-header .navbar .header-icons .cart-icon {
  position: relative;
}
.site-header .navbar .header-icons .cart-icon .cart-count {
  position: absolute;
  top: 2px;
  right: 4px;
  background-color: #ff4444;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.category-header-banner {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .site-header .navbar {
    padding: 12px 0;
  }
  .site-header .navbar .navbar-brand {
    margin-right: 0;
  }
  .site-header .navbar .navbar-brand .header-logo {
    height: 35px;
  }
  .site-header .navbar .navbar-collapse {
    background-color: #0a0a2e;
    padding: 20px 0;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header .navbar .navbar-nav {
    gap: 0;
  }
  .site-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site-header .navbar .header-icons {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
  }
  .site-header .navbar .header-icons .header-icon {
    padding: 8px 15px;
  }
}
@media (max-width: 575.98px) {
  .site-header .navbar .navbar-brand .header-logo {
    height: 30px;
  }
}
.site-footer {
  width: 100%;
  float: left;
  background-color: #0a0a2e;
}
.site-footer .footer-main {
  padding: 60px 0;
}
.site-footer .footer-main .footer-col {
  margin-bottom: 30px;
}
.site-footer .footer-main .footer-logo img {
  max-width: 180px;
  height: auto;
}
.site-footer .footer-main .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
.site-footer .footer-main .footer-contact .contact-item {
  margin-bottom: 15px;
}
.site-footer .footer-main .footer-contact .contact-item .contact-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.site-footer .footer-main .footer-contact .contact-item .contact-value {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.site-footer .footer-main .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-links li {
  margin-bottom: 10px;
}
.site-footer .footer-main .footer-links li a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-links li a:hover {
  color: #fff;
}
.site-footer .footer-main .newsletter-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 20px;
}
.site-footer .footer-main .newsletter-form {
  margin-bottom: 20px;
}
.site-footer .footer-main .newsletter-form .newsletter-input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.site-footer .footer-main .newsletter-form .newsletter-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-main .newsletter-form .newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-main .newsletter-form .newsletter-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
.site-footer .footer-main .newsletter-form .newsletter-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.site-footer .footer-main .newsletter-form .newsletter-btn:hover {
  background-color: #fff;
  color: #0a0a2e;
}
.site-footer .footer-main .social-links {
  display: flex;
  gap: 10px;
}
.site-footer .footer-main .social-links .social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .footer-main .social-links .social-link i {
  font-size: 16px;
}
.site-footer .footer-main .social-links .social-link:hover {
  background-color: #fff;
  color: #0a0a2e;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.site-footer .footer-bottom .copyright {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.site-footer .footer-bottom .payment-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-bottom .payment-icons i {
  font-size: 32.5px;
  color: #666;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .payment-icons i:hover {
  color: #333;
}

@media (max-width: 991.98px) {
  .site-footer .footer-main {
    padding: 40px 0;
  }
  .site-footer .footer-main .footer-logo {
    margin-bottom: 20px;
  }
  .site-footer .footer-main .footer-logo img {
    max-width: 150px;
  }
  .site-footer .footer-bottom .payment-icons {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .footer-main {
    padding: 30px 0;
    text-align: center;
  }
  .site-footer .footer-main .footer-col {
    margin-bottom: 25px;
  }
  .site-footer .footer-main .footer-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .site-footer .footer-main .social-links {
    justify-content: center;
  }
  .site-footer .footer-bottom {
    text-align: center;
  }
  .site-footer .footer-bottom .copyright {
    margin-bottom: 15px;
  }
  .site-footer .footer-bottom .payment-icons {
    justify-content: center;
  }
}
.home .hero-section {
  height: 98vh;
  min-height: 500px;
  background-color: #0a0a2e;
  background-size: cover;
  background-position: center left;
  position: relative;
  margin-bottom: 100px;
  padding: 80px 0 120px;
  overflow: hidden;
}
.home .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(10, 10, 46, 0.9) 0%, rgba(10, 10, 46, 0.7) 50%, rgba(10, 10, 46, 0.3) 100%);
  z-index: 1;
}
.home .hero-section .container {
  position: relative;
  z-index: 2;
}
.home .hero-section .hero-content {
  padding-right: 30px;
  padding-top: 40px;
}
.home .hero-section .hero-content .hero-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home .hero-section .hero-content .hero-subtitle {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.home .hero-section .hero-content .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home .hero-section .hero-content .hero-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.home .hero-section .hero-content .hero-btn:hover {
  background-color: #fff;
  color: #0a0a2e;
}
.home .hero-section .hero-content .hero-btn:hover i {
  transform: translateX(5px);
}
.home .hero-section .hero-image {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: right;
}
.home .hero-section .hero-image img {
  max-width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.home .stats-section {
  background-color: #fff;
  padding: 0;
  margin-top: -180px;
  position: relative;
  z-index: 10;
}
.home .stats-section::before {
  content: "";
  width: 100%;
  height: 58px;
  top: -58px;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0 Q720,200 1440,0 L1440,100 L0,100 Z'%3E%3C/path%3E%3C/svg%3E");
}
.home .stats-section .container {
  padding: 0;
}
.home .stats-section .row {
  margin: 0;
}
.home .stats-section .col-lg-3,
.home .stats-section .col-md-6,
.home .stats-section .col-sm-6 {
  padding: 0;
}
.home .stats-section .stat-card-col {
  z-index: 5;
  position: relative;
  margin: -130px 0 0;
  padding: 0 10px;
}
.home .stats-section .stat-card {
  height: 100%;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.home .stats-section .stat-card .stat-icon {
  margin-bottom: 20px;
}
.home .stats-section .stat-card .stat-icon svg {
  width: 42px;
  height: 42px;
  fill: #D51541;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .stats-section .stat-card .stat-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.home .stats-section .stat-card .stat-description {
  font-family: "Readex Pro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}
.home .stats-section .col-lg-3:last-child .stat-card,
.home .stats-section .col-md-6:last-child .stat-card {
  border-right: none;
}
.home .link-grid-section {
  background-color: #fff;
  padding: 60px 0;
}
.home .link-grid-section .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 25%;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.home .link-grid-section .link-grid .grid-item {
  display: block;
  border-radius: 8px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home .link-grid-section .link-grid .grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.home .link-grid-section .link-grid .grid-item-large {
  grid-column: 1/3;
  grid-row: 1;
  min-height: 280px;
}
.home .link-grid-section .link-grid .grid-item-tall {
  grid-column: 3;
  grid-row: 1/3;
  height: 100%;
}
.home .link-grid-section .link-grid .grid-item-small {
  min-height: 200px;
}
.home .link-grid-section .link-grid .grid-item-black {
  background-color: #0a0a0a;
}
.home .link-grid-section .link-grid .grid-item-navy {
  background-color: #0a0a2e;
}
.home .link-grid-section .link-grid .grid-item-pink {
  background-color: #e84a7f;
}
.home .featured-product-section {
  background-color: #fff;
  padding: 60px 0 80px;
}
.home .featured-product-section .section-header {
  position: relative;
  text-align: center;
  margin-bottom: 92px;
}
.home .featured-product-section .section-header .section-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Readex Pro", sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.home .featured-product-section .section-header .section-title {
  position: relative;
  font-family: "Readex Pro", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin: 0;
  z-index: 1;
}
.home .featured-product-section .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0;
  padding: 0;
}
.home .featured-product-section .woocommerce ul.products::before, .home .featured-product-section .woocommerce ul.products::after {
  display: none;
}
.home .featured-product-section .woocommerce ul.products li.product {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  float: none;
  text-align: center;
}
.home .featured-product-section .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}
.home .featured-product-section .woocommerce ul.products li.product img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f0f0f0;
  border-radius: 0;
  margin-bottom: 15px;
}
.home .featured-product-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Readex Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  padding: 0;
}
.home .featured-product-section .woocommerce ul.products li.product .price {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  display: block;
  margin-bottom: 8px;
}
.home .featured-product-section .woocommerce ul.products li.product .price del {
  color: #999;
  font-weight: 400;
}
.home .featured-product-section .woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.home .featured-product-section .woocommerce ul.products li.product .star-rating {
  margin: 0 auto;
  font-size: 12px;
}
.home .featured-product-section .woocommerce ul.products li.product .button {
  display: none;
}
.home .featured-product-section .woocommerce ul.products li.product .onsale {
  display: none;
}
.home .featured-product-section .woocommerce ul.products li.product span.outofstock {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #333;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  letter-spacing: 0.5px;
}
.home .uniform-intro-section {
  background-color: #1a1a1a;
  padding: 120px 0 100px;
  position: relative;
  margin-bottom: 0;
}
.home .uniform-intro-section .container {
  position: relative;
  z-index: 2;
}
.home .uniform-intro-section .uniform-content {
  padding-right: 30px;
  padding-top: 40px;
}
.home .uniform-intro-section .uniform-content .uniform-title {
  font-family: "Readex Pro", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home .uniform-intro-section .uniform-content .title-underline {
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 25px;
}
.home .uniform-intro-section .uniform-content .uniform-description {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 30px;
}
.home .uniform-intro-section .uniform-content .uniform-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home .uniform-intro-section .uniform-content .uniform-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.home .uniform-intro-section .uniform-content .uniform-btn:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.home .uniform-intro-section .uniform-content .uniform-btn:hover i {
  transform: translateX(5px);
}
.home .uniform-intro-section .uniform-image {
  text-align: right;
}
.home .uniform-intro-section .uniform-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .home .hero-section {
    padding: 60px 0 100px;
    min-height: 400px;
  }
  .home .hero-section .hero-content {
    padding-right: 0;
    padding-top: 20px;
  }
  .home .hero-section .hero-content .hero-title {
    font-size: 36px;
  }
  .home .hero-section .hero-content .hero-subtitle {
    font-size: 16px;
  }
  .home .hero-section .hero-image {
    width: 50%;
  }
  .home .hero-section .hero-image img {
    max-height: 380px;
  }
  .home .stats-section {
    margin-top: -60px;
  }
  .home .stats-section .stat-card {
    padding: 30px 20px;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .home .stats-section .col-md-6:nth-child(3) .stat-card,
  .home .stats-section .col-md-6:nth-child(4) .stat-card {
    border-bottom: none;
  }
  .home .link-grid-section {
    padding: 40px 0;
  }
  .home .link-grid-section .link-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .home .link-grid-section .link-grid .grid-item-large {
    grid-column: 1/3;
    grid-row: 1;
    min-height: 200px;
  }
  .home .link-grid-section .link-grid .grid-item-tall {
    grid-column: 1/3;
    grid-row: 2;
    min-height: 200px;
  }
  .home .link-grid-section .link-grid .grid-item-small {
    min-height: 180px;
  }
  .home .featured-product-section {
    padding: 40px 0 60px;
  }
  .home .featured-product-section .section-header .section-watermark {
    font-size: 60px;
  }
  .home .featured-product-section .section-header .section-title {
    font-size: 28px;
  }
  .home .featured-product-section .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .home .featured-product-section .woocommerce ul.products li.product img {
    height: 220px;
  }
  .home .uniform-intro-section {
    padding: 100px 0 80px;
  }
  .home .uniform-intro-section .uniform-content {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .home .uniform-intro-section .uniform-content .uniform-title {
    font-size: 32px;
  }
  .home .uniform-intro-section .uniform-image {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .home .hero-section {
    padding: 40px 0 60px;
    min-height: auto;
  }
  .home .hero-section .hero-content {
    padding-top: 0;
    text-align: center;
  }
  .home .hero-section .hero-content .hero-title {
    font-size: 24px;
  }
  .home .hero-section .hero-content .hero-subtitle {
    font-size: 14px;
  }
  .home .hero-section .hero-content .hero-btn {
    padding: 12px 25px;
    font-size: 12px;
  }
  .home .hero-section .hero-image {
    position: relative;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .home .hero-section .hero-image img {
    max-height: 280px;
  }
  .home .stats-section {
    margin-top: -50px;
  }
  .home .stats-section .stat-card {
    padding: 25px 15px;
    border-bottom: 1px solid #f0f0f0;
  }
  .home .stats-section .stat-card .stat-icon img {
    width: 40px;
    height: 40px;
  }
  .home .stats-section .stat-card .stat-title {
    font-size: 16px;
  }
  .home .stats-section .stat-card .stat-description {
    font-size: 12px;
  }
  .home .stats-section .col-sm-6:last-child .stat-card {
    border-bottom: none;
  }
  .home .link-grid-section {
    padding: 30px 0;
  }
  .home .link-grid-section .link-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .home .link-grid-section .link-grid .grid-item-large,
  .home .link-grid-section .link-grid .grid-item-tall,
  .home .link-grid-section .link-grid .grid-item-small {
    grid-column: 1;
    grid-row: auto;
    min-height: 150px;
  }
  .home .featured-product-section {
    padding: 30px 0 50px;
  }
  .home .featured-product-section .section-header {
    margin-bottom: 30px;
  }
  .home .featured-product-section .section-header .section-watermark {
    font-size: 40px;
  }
  .home .featured-product-section .section-header .section-title {
    font-size: 24px;
  }
  .home .featured-product-section .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .home .featured-product-section .woocommerce ul.products li.product img {
    height: 180px;
  }
  .home .featured-product-section .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
  }
  .home .featured-product-section .woocommerce ul.products li.product .price {
    font-size: 14px;
  }
  .home .uniform-intro-section {
    padding: 80px 0 60px;
  }
  .home .uniform-intro-section .uniform-content {
    text-align: center;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .home .uniform-intro-section .uniform-content .uniform-title {
    font-size: 24px;
  }
  .home .uniform-intro-section .uniform-content .title-underline {
    margin: 0 auto 20px;
  }
  .home .uniform-intro-section .uniform-content .uniform-description {
    font-size: 14px;
  }
  .home .uniform-intro-section .uniform-content .uniform-btn {
    padding: 12px 25px;
    font-size: 12px;
  }
  .home .uniform-intro-section .uniform-image {
    text-align: center;
  }
  .home .uniform-intro-section .uniform-image img {
    max-width: 90%;
  }
}
.stats-section {
  background: #f5f5f5;
  padding: 80px 0;
}
.stats-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stats-section .stat-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}
.stats-section .stat-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.stats-section .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 12px;
}
.stats-section .stat-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}
.stats-section .stat-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 992px) {
  .stats-section {
    padding: 60px 0;
  }
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stats-section .stat-card {
    padding: 30px 24px;
  }
  .stats-section .stat-number {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .stats-section {
    padding: 40px 0;
  }
  .stats-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stats-section .stat-card {
    padding: 30px 20px;
  }
  .stats-section .stat-number {
    font-size: 2.25rem;
  }
  .stats-section .stat-title {
    font-size: 1rem;
  }
  .stats-section .stat-description {
    font-size: 0.9rem;
  }
}
.description-section {
  background: #fff;
  padding: 80px 0;
}
.description-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.description-section .description-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.description-section .description-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 24px 0;
}
.description-section .description-content p:last-child {
  margin-bottom: 0;
}
.description-section .description-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .description-section {
    padding: 60px 0;
  }
  .description-section .description-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .description-section .description-image {
    order: -1;
  }
}
@media (max-width: 576px) {
  .description-section {
    padding: 40px 0;
  }
  .description-section .description-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
.video-section {
  padding-bottom: 100px;
}
.video-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-section .video-wrapper {
  position: relative;
  height: 400px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 992px) {
  .video-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .video-section {
    padding: 40px 0;
  }
  .video-section .video-wrapper {
    border-radius: 4px;
  }
}
.post-type-archive-product .storefront-breadcrumb,
.tax-product_cat .storefront-breadcrumb,
.tax-product_tag .storefront-breadcrumb,
.storefront-breadcrumb {
  display: none;
}

.category-header-banner {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.category-header-banner .category-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.category-header-banner .category-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.category-header-banner .category-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.category-header-banner .category-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
}
.category-header-banner .category-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.category-header-banner .category-breadcrumb a:hover {
  color: #fff;
}
.category-header-banner .category-breadcrumb a i {
  font-size: 0.85rem;
}
.category-header-banner .category-breadcrumb .separator {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
.category-header-banner .category-breadcrumb .current {
  color: #fff;
  font-weight: 500;
}

.shop-layout-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}
.shop-layout-container .woocommerce-ordering,
.shop-layout-container .woocommerce-result-count {
  display: none;
}

.shop-sidebar {
  width: 280px;
  flex-shrink: 0;
}
.shop-sidebar .sidebar-widget {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.shop-sidebar .widget-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
.shop-sidebar .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-sidebar .category-list li {
  margin-bottom: 8px;
}
.shop-sidebar .category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.shop-sidebar .category-list li a:hover {
  background: #f5f5f5;
  color: #000;
}
.shop-sidebar .category-list li a .count {
  font-size: 0.85rem;
  color: #888;
}
.shop-sidebar .category-list li.active a {
  background: #333;
  color: #fff;
}
.shop-sidebar .category-list li.active a .count {
  color: rgba(255, 255, 255, 0.7);
}

.shop-products {
  flex: 1;
  min-width: 0;
}
.shop-products .woocommerce-breadcrumb {
  display: none;
}
.shop-products ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}
.shop-products ul.products::before {
  display: none;
}
.shop-products ul.products li.product {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.shop-products .woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.shop-products .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-products .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.shop-products .woocommerce-pagination ul.page-numbers li a.page-numbers,
.shop-products .woocommerce-pagination ul.page-numbers li span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.shop-products .woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.shop-products .woocommerce-pagination ul.page-numbers li span.page-numbers:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
.shop-products .woocommerce-pagination ul.page-numbers li span.current {
  background: #0a1628;
  border-color: #0a1628;
  color: #fff;
}
.shop-products .woocommerce-pagination ul.page-numbers li a.prev,
.shop-products .woocommerce-pagination ul.page-numbers li a.next {
  font-size: 1.1rem;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}

.storefront-full-width-content.single.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .shop-layout-container {
    flex-direction: column;
  }
  .shop-sidebar {
    width: 100%;
    order: 2;
  }
  .shop-products {
    order: 1;
  }
  .shop-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .category-header-banner {
    height: 150px;
  }
  .category-header-banner .category-title {
    font-size: 1.75rem;
  }
  .category-header-banner .category-breadcrumb {
    font-size: 0.8rem;
  }
  .shop-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .shop-products ul.products {
    grid-template-columns: 1fr;
  }
}
.product-navigation-bar {
  background: #fff;
  margin-bottom: 5px;
}
.product-navigation-bar .product-navigation-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-navigation-bar .product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
.product-navigation-bar .product-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.product-navigation-bar .product-breadcrumb a:hover {
  color: #0a1628;
}
.product-navigation-bar .product-breadcrumb .separator {
  color: #999;
}
.product-navigation-bar .product-breadcrumb .current {
  color: #0a1628;
  font-weight: 600;
}
.product-navigation-bar .product-prev-next {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-navigation-bar .product-prev-next a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.product-navigation-bar .product-prev-next a:hover {
  color: #0a1628;
}
.product-navigation-bar .product-prev-next a span {
  font-size: 1rem;
}

.single-product {
  background: #fff;
}
.single-product .storefront-breadcrumb {
  display: none;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product #primary,
.single-product #main,
.single-product .site-main,
.single-product .hentry,
.single-product .content-area {
  background: #fff !important;
  background-color: #fff !important;
}
.single-product .type-product {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
  background: #fff;
  flex-direction: column;
}
.single-product .type-product .woocommerce-product-gallery {
  background: #fff;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: flex;
  gap: 15px;
}
.single-product .type-product .woocommerce-product-gallery .flex-viewport {
  order: 2;
  flex: 1;
}
.single-product .type-product .woocommerce-product-gallery .flex-control-thumbs {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 80px;
  flex-shrink: 0;
}
.single-product .type-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 80px;
  height: 100px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: border-color 0.2s;
}
.single-product .type-product .woocommerce-product-gallery .flex-control-thumbs li:hover, .single-product .type-product .woocommerce-product-gallery .flex-control-thumbs li.flex-active {
  border-color: #0a1628;
}
.single-product .type-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .type-product .summary.entry-summary {
  background: #fff;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-width: 300px;
  position: relative;
}
.single-product .type-product .summary.entry-summary .product_title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #0a1628;
  line-height: 1.3;
}
.single-product .type-product .summary.entry-summary .product_meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 15px;
  padding: 0;
  border: none;
}
.single-product .type-product .summary.entry-summary .product_meta > span {
  display: inline;
  margin-right: 15px;
}
.single-product .type-product .summary.entry-summary .product_meta .sku_wrapper {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
.single-product .type-product .summary.entry-summary .product_meta .posted_in {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
.single-product .type-product .summary.entry-summary .product_meta a {
  color: #666;
}
.single-product .type-product .summary.entry-summary .product_meta a:hover {
  color: #0a1628;
  text-decoration: underline;
}
.single-product .type-product .summary.entry-summary .product_meta .tagged_as {
  display: none;
}
.single-product .type-product .summary.entry-summary .price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 5px;
}
.single-product .type-product .summary.entry-summary .price del {
  color: #999;
  font-size: 1.25rem;
  font-weight: 400;
}
.single-product .type-product .summary.entry-summary .price ins {
  text-decoration: none;
}
.single-product .type-product .summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 25px;
  margin-top: 15px;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}
.single-product .type-product .summary.entry-summary .woocommerce-product-details__short-description p {
  margin: 0;
}
.single-product .type-product .summary.entry-summary .variations {
  margin-bottom: 20px;
  border-collapse: collapse;
}
.single-product .type-product .summary.entry-summary .variations tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.single-product .type-product .summary.entry-summary .variations .label {
  font-weight: 600;
  color: #0a1628;
  width: 60px;
  flex-shrink: 0;
  padding-top: 10px;
}
.single-product .type-product .summary.entry-summary .variations .label label {
  font-size: 1rem;
}
.single-product .type-product .summary.entry-summary .variations .value {
  flex: 1;
}
.single-product .type-product .summary.entry-summary .variations .value select {
  width: auto;
  min-width: 200px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
}
.single-product .type-product .summary.entry-summary .variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-product .type-product .summary.entry-summary .variable-items-wrapper .variable-item {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s;
  padding: 0 12px;
}
.single-product .type-product .summary.entry-summary .variable-items-wrapper .variable-item:hover {
  border-color: #0a1628;
}
.single-product .type-product .summary.entry-summary .variable-items-wrapper .variable-item.selected {
  border-color: #0a1628;
  background: #0a1628;
  color: #fff;
}
.single-product .type-product .summary.entry-summary .reset_variations {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.single-product .type-product .summary.entry-summary .reset_variations:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
.single-product .type-product .summary.entry-summary .woocommerce-variation {
  margin-bottom: 15px;
}
.single-product .type-product .summary.entry-summary .woocommerce-variation .woocommerce-variation-price .price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-product .type-product .summary.entry-summary .woocommerce-variation .woocommerce-variation-availability .stock {
  display: inline-block;
  padding: 12px 30px;
  background: #0a1628;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 5px;
}
.single-product .type-product .summary.entry-summary .woocommerce-variation .woocommerce-variation-availability .stock.out-of-stock {
  background: #dc3545;
}
.single-product .type-product .summary.entry-summary .cart {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  flex-direction: column;
  border-top: 1px solid #eee;
}
.single-product .type-product .summary.entry-summary .cart .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.single-product .type-product .summary.entry-summary .cart .quantity .qty {
  width: 60px;
  height: 52px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1rem;
  font-weight: 500;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.single-product .type-product .summary.entry-summary .cart .quantity .qty::-webkit-outer-spin-button, .single-product .type-product .summary.entry-summary .cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .type-product .summary.entry-summary .cart .quantity .minus,
.single-product .type-product .summary.entry-summary .cart .quantity .plus {
  width: 45px;
  height: 52px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .type-product .summary.entry-summary .cart .quantity .minus:hover,
.single-product .type-product .summary.entry-summary .cart .quantity .plus:hover {
  background: #f5f5f5;
}
.single-product .type-product .summary.entry-summary .cart .single_add_to_cart_button {
  flex: 1;
  max-width: 280px;
  background: #0a1628;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.single-product .type-product .summary.entry-summary .cart .single_add_to_cart_button:hover {
  background: #000;
}
.single-product .type-product .summary.entry-summary .cart .single_add_to_cart_button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.single-product .type-product .summary.entry-summary .cart .single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-product .type-product .summary.entry-summary .product-share,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.single-product .type-product .summary.entry-summary .product-share .social-icons,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .social-icons,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .social-icons {
  display: flex;
  gap: 15px;
}
.single-product .type-product .summary.entry-summary .product-share .social-icons a,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .social-icons a,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .social-icons a {
  color: #666;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.single-product .type-product .summary.entry-summary .product-share .social-icons a:hover,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .social-icons a:hover,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .social-icons a:hover {
  color: #0a1628;
}
.single-product .type-product .summary.entry-summary .product-share .divider,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .divider,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .divider {
  width: 1px;
  height: 20px;
  background: #ddd;
}
.single-product .type-product .summary.entry-summary .product-share .wishlist-link,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .wishlist-link,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .wishlist-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.single-product .type-product .summary.entry-summary .product-share .wishlist-link:hover,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .wishlist-link:hover,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .wishlist-link:hover {
  color: #0a1628;
}
.single-product .type-product .summary.entry-summary .product-share .wishlist-link svg, .single-product .type-product .summary.entry-summary .product-share .wishlist-link i,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .wishlist-link svg,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist .wishlist-link i,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .wishlist-link svg,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper .wishlist-link i {
  font-size: 1.1rem;
}
.single-product .type-product .summary.entry-summary .product-share a,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist a,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper a {
  color: #666;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.single-product .type-product .summary.entry-summary .product-share a:hover,
.single-product .type-product .summary.entry-summary .yith-wcwl-add-to-wishlist a:hover,
.single-product .type-product .summary.entry-summary .social-wishlist-wrapper a:hover {
  color: #0a1628;
}
.single-product .woocommerce-tabs {
  background: #fff;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.single-product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid #eee;
}
.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.single-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 15px 30px;
  color: #666;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #0a1628;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #0a1628;
  border-bottom-color: #0a1628;
}
.single-product .woocommerce-tabs .panel {
  background: #fff;
  padding: 30px 0;
}
.single-product .woocommerce-tabs .panel h2 {
  display: none;
}
.single-product .woocommerce-tabs .panel table {
  width: 100%;
  border-collapse: collapse;
}
.single-product .woocommerce-tabs .panel table tr {
  border-bottom: 1px solid #eee;
}
.single-product .woocommerce-tabs .panel table tr th {
  text-align: left;
  padding: 12px 0;
  font-weight: 600;
  color: #333;
  width: 200px;
}
.single-product .woocommerce-tabs .panel table tr td {
  padding: 12px 0;
  color: #666;
}
.single-product .related.products,
.single-product .upsells.products {
  display: none;
}

.storefront-full-width-content.single.single-product div.product .woocommerce-product-gallery {
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .single-product .type-product {
    flex-wrap: wrap;
  }
  .single-product .type-product .woocommerce-product-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
  }
  .single-product .type-product .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .single-product .type-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 70px;
    height: 80px;
  }
  .single-product .type-product .woocommerce-product-gallery .flex-viewport {
    order: 1;
    width: 100%;
  }
  .single-product .type-product .summary.entry-summary {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .single-product .type-product .woocommerce-product-gallery {
    flex-direction: column;
  }
  .single-product .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }
  .single-product .woocommerce-tabs ul.tabs li a {
    padding: 12px 20px;
    font-size: 0.85rem;
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .single-product .type-product .summary.entry-summary .cart {
    flex-direction: column;
  }
  .single-product .type-product .summary.entry-summary .cart .quantity {
    width: 100%;
    justify-content: center;
  }
  .single-product .type-product .summary.entry-summary .cart .single_add_to_cart_button {
    width: 100%;
    max-width: 100%;
  }
  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    grid-template-columns: 1fr;
  }
}
.store-container .store-list {
  width: 100%;
  float: left;
}

.store-list .store-block {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}

.store-list .store-block a {
  display: block;
  border-radius: 8px;
  border: 2px solid #efefef;
}

.store-block a .store-title {
  color: #040033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 5px 0 5px;
}

.store-block a .store-title span {
  color: #040033;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.store-list .store-block a:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

/* Store block */
.store-block-container .store-block-list .store-grid {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}

.store-block-list {
  margin: 0 -10px;
}

.store-block-container .contact-list {
  padding: 15px !important;
  border-top: 0px !important;
}

.store-block-container .store-grid .info {
  border: 1px solid #e8e8e8;
}

.store-block-list h3 {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #e8e8e8;
}

.store-block-list .store-grid .google-map {
  height: 210px !important;
}

.store-block-list .store-grid .google-map iframe {
  height: 100%;
}

.store-container .store-list {
  width: 100%;
  float: left;
}

.store-list .store-block {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}

.store-list .store-block a {
  display: block;
  border-radius: 8px;
  border: 2px solid #efefef;
}

.store-block a .store-title {
  color: #040033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 5px 0 5px;
}

.store-block a .store-title span {
  color: #040033;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.store-list .store-block a:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

/* Store block */
.store-block-container .store-block-list .store-grid {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}

.store-block-list {
  margin: 0 -10px;
}

.store-block-container .contact-list {
  padding: 15px !important;
  border-top: 0px !important;
}

.store-block-container .store-grid .info {
  border: 1px solid #e8e8e8;
}

.store-block-list h3 {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #e8e8e8;
}

.store-block-list .store-grid .google-map {
  height: 210px !important;
}

.store-block-list .store-grid .google-map iframe {
  height: 100%;
}
