/*
 Theme Name:   Woodmart Child Clean
 Description:  Clean Woodmart Child Theme - Migrated from woodmart-child without JS errors
 Author:       Ocean Sports Team
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-header-main-nav {
  height: 100%;
}

.wd-nav-main {
  height: 100%;
}

.wd-dropdown {
  margin-top: 0;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  top: unset;
  bottom: 0;
  height: 4px;
}

.wd-header-nav,
.site-logo {
  padding-inline: 35px;
}

.wd-nav>li>a {
  height: 100% !important;
  line-height: var(--wd-header-general-h);
}

.wd-nav[class*="wd-style-underline"] .nav-link-text {
  padding-block: 0;
  line-height: var(--wd-header-general-h);
}

.wd-product :is(.product-image-link, .hover-img) img {
  object-fit: cover !important;
  height: 100% !important;
}

@media (max-width: 576px) {
  .wd-product :is(.product-image-link, .hover-img) img {
    height: 210px;
  }
}

.wd-swatch {
  border: 1px solid #666 !important;
}

a.btn.btn-size-small.btn-color-primary.wc-backward {
  visibility: hidden;
  position: relative;
}

a.btn.btn-size-small.btn-color-primary.wc-backward:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Quay lại mua sắm";
}

.single-product-page .product-labels.labels-rectangular .new.product-label {
  left: -30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.single-product-page .product-labels {
  height: 40px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  top: 0;
}

.copyrights-wrapper {
  background-color: #222222;
  border: none;
}

.df-ui-nav .df-ui-btn:before {
  filter: drop-shadow(0 0 1px rgb(0, 0, 0)) !important;
}

.df-ui-nav.df-ui-next .df-ui-btn:before {
  background: #ffffff00;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  border-radius: 3px;
}

.df-ui-nav.df-ui-prev .df-ui-btn:before {
  background: #ffffff00;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  border-radius: 3px;
}

.df-ui-nav.df-ui-next .df-ui-btn:hover:before,
.df-ui-nav.df-ui-prev .df-ui-btn:hover:before {
  background: #3a765f;
}

@media (max-width: 576px) {
  .df-ui-nav {
    top: unset !important;
    bottom: -22px !important;
    font-size: 30px !important;
  }

  .df-ui-nav.df-ui-prev {
    left: 33% !important;
  }

  .df-ui-nav.df-ui-next {
    right: 33% !important;
  }
}

.product-labels.labels-rectangular .new.product-label {
  width: 30px !important;
  height: 40px !important;
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: none;
  min-width: unset;
  padding: 0;
}

.wd-product .product-wrapper {
  box-shadow: unset;
}

.product-gallery-images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.gallery-thumbnail {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #bebdbd;
  border-radius: 50%;
  transition: transform 0.2s;
}

.gallery-thumbnail.hidden {
  display: none;
}

.gallery-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.wd-blog-element .blog-design-masonry .article-body-container .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wd-blog-element .blog-design-masonry .article-body-container .wd-entry-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wd-blog-element .wd-post.blog-design-masonry .entry-thumbnail img {
  height: 225px;
  overflow: hidden;
  object-fit: cover;
}

.pili-promo-banner .banner-btn-wrapper .btn-style-link {
  padding: 26px 2px 2px;
}

.pili-promo-banner .banner-btn-wrapper {
  margin-top: 0;
}

/* Child theme custom styles */
.wd-extra-desc-with-readmore {
  margin-bottom: 30px;
}

/* Hide original extra description to avoid duplication */
.wd-term-desc.wd-entry-content:not(.wd-extra-desc-with-readmore) {
  display: none !important;
}

/* ==========================================================================
   OCEAN SPORT PRODUCT CATEGORIES - Header Categories Display
   ========================================================================== */

.ocean-sport-product-categories {
  margin: 2rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ocean-sport-product-categories .ocean-sport-categories-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 0 1rem;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ocean-sport-product-categories .ocean-sport-categories-grid::-webkit-scrollbar {
  display: none;
}

/* Breakpoint: min-width 1550px */
@media (min-width: 1550px) {
  .ocean-sport-product-categories .ocean-sport-categories-grid {
    justify-content: center;
  }
}

/* Breakpoint: max-width 767px */
@media (max-width: 767px) {
  .ocean-sport-product-categories .ocean-sport-categories-grid {
    padding: 0 0.5rem;
  }
}

/* Category Item */
.ocean-sport-category-item {
  flex: 0 0 auto;
  text-align: center;
  transition: transform 0.3s ease;
  scroll-snap-align: start;
  width: 155px;
  min-width: 155px;
}

@media (max-width: 1199px) {
  .ocean-sport-category-item {
    width: 140px;
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  .ocean-sport-category-item {
    width: 120px;
    min-width: 120px;
  }
}

/* Mobile: single column layout */
@media (max-width: 767px) {
  .ocean-sport-product-categories .ocean-sport-categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0 0.75rem;
  }

  .ocean-sport-product-categories .ocean-sport-categories-grid .ocean-sport-category-item {
    flex: none;
    width: 100% !important;
    min-width: 0 !important;
    display: block;
    box-sizing: border-box;
  }

  .ocean-sport-product-categories .ocean-sport-categories-grid .ocean-sport-category-item .ocean-sport-category-link {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .ocean-sport-product-categories .ocean-sport-categories-grid .ocean-sport-category-image {
    margin: 0;
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
  }

  .ocean-sport-product-categories .ocean-sport-categories-grid .ocean-sport-category-content {
    text-align: left;
  }
}

.ocean-sport-category-item:hover {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  .ocean-sport-category-item {
    transition: none;
  }

  .ocean-sport-category-item:hover {
    transform: none;
  }
}

.ocean-sport-category-item .ocean-sport-category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 44px;
  min-width: 44px;
}

.ocean-sport-category-item .ocean-sport-category-link:focus-visible {
  outline: 2px solid var(--wd-primary-color, #007cba);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Category Image */
.ocean-sport-category-image {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  background: #f8f8f8;
  transition: transform 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  contain: layout style paint;
}

.ocean-sport-category-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.3s ease;
  contain: layout style paint;
}

.ocean-sport-category-image:hover img {
  transform: scale(1.1);
}

.ocean-sport-category-image img[src*="data:image/svg"],
.ocean-sport-category-image img[src*="logo"],
.ocean-sport-category-image img[src*="placeholder"] {
  object-fit: contain;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.ocean-sport-category-image:has(img[src*="logo-ocean-sport"]) {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ocean-sport-category-image:has(img[src*="logo-ocean-sport"]) img {
  object-fit: contain;
  padding: 5px;
  background: white;
  border-radius: 8px;
}

.ocean-sport-category-image.ocean-sport-custom-placeholder img {
  object-fit: cover;
  padding: 0;
  background: transparent;
}

/* Category Content */
.ocean-sport-category-content .ocean-sport-category-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  color: #000;
  transition: color 0.3s ease;
}

.ocean-sport-category-link:hover .ocean-sport-category-title {
  color: var(--wd-primary-color, #007cba);
}

.ocean-sport-category-content .ocean-sport-category-count {
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
}

/* Sale Item */
.ocean-sport-sale-item .ocean-sport-category-image {
  background: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ocean-sport-sale-item .ocean-sport-sale-icon {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.ocean-sport-sale-item .sale-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: lowercase;
}

.ocean-sport-sale-item:hover .ocean-sport-sale-icon {
  transform: scale(1.1);
}

.ocean-sport-sale-item .ocean-sport-category-title {
  color: #000;
  font-weight: bold;
}

.ocean-sport-sale-item:hover .ocean-sport-category-title {
  color: #dc3545;
}

/* View All Item */
.ocean-sport-view-all-item .ocean-sport-category-image {
  background: transparent;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ocean-sport-view-all-item:hover .ocean-sport-category-image {
  border-color: var(--wd-primary-color, #36775e);
}

.ocean-sport-view-all-item .ocean-sport-view-all-icon {
  color: #666;
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.ocean-sport-view-all-item .ocean-sport-view-all-icon svg {
  width: 2rem;
  height: 2rem;
}

.ocean-sport-view-all-item:hover .ocean-sport-view-all-icon {
  transform: translateX(5px) rotate(45deg);
}

.ocean-sport-view-all-item .ocean-sport-category-title {
  color: #000;
  font-weight: bold;
}

.ocean-sport-view-all-item:hover .ocean-sport-category-title {
  color: var(--wd-primary-color, #007cba);
}

/* Responsive Adjustments */
.ocean-sport-product-categories {
  margin: 1.5rem 0;
}

.ocean-sport-category-content .ocean-sport-category-title {
  font-size: 0.875rem;
}

.ocean-sport-category-content .ocean-sport-category-count {
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .ocean-sport-product-categories {
    margin: 1.5rem 0;
  }

  .ocean-sport-category-content .ocean-sport-category-title {
    font-size: 0.875rem;
  }

  .ocean-sport-category-content .ocean-sport-category-count {
    font-size: 0.75rem;
  }
}

/* Loading State */
.ocean-sport-product-categories.loading .ocean-sport-category-item {
  opacity: 0.5;
  pointer-events: none;
}

/* Animations */
.ocean-sport-category-item {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

.ocean-sport-category-item:nth-child(1) {
  animation-delay: 0.1s;
}

.ocean-sport-category-item:nth-child(2) {
  animation-delay: 0.2s;
}

.ocean-sport-category-item:nth-child(3) {
  animation-delay: 0.3s;
}

.ocean-sport-category-item:nth-child(4) {
  animation-delay: 0.4s;
}

.ocean-sport-category-item:nth-child(5) {
  animation-delay: 0.5s;
}

.ocean-sport-category-item:nth-child(6) {
  animation-delay: 0.6s;
}

.ocean-sport-category-item:nth-child(7) {
  animation-delay: 0.7s;
}

.ocean-sport-category-item:nth-child(8) {
  animation-delay: 0.8s;
}

.ocean-sport-category-item:nth-child(9) {
  animation-delay: 0.9s;
}

.ocean-sport-category-item:nth-child(10) {
  animation-delay: 1s;
}

.ocean-sport-category-item:nth-child(11) {
  animation-delay: 1.1s;
}

.ocean-sport-category-item:nth-child(12) {
  animation-delay: 1.2s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ocean-sport-categories-grid:hover .ocean-sport-category-item:not(:hover) {
  opacity: 0.7;
}

.ocean-sport-categories-grid {
  scroll-behavior: smooth;
}

@media print {
  .ocean-sport-product-categories .ocean-sport-categories-grid {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
  }
}

/* ==========================================================================
   BLOG CARDS - Pili Blog Cards Styling
   ========================================================================== */

.pili-blog-cards {
  width: 100%;
  padding: 36px 0;
  box-sizing: border-box;
}

.pili-blog-cards-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.pili-blog-cards-header {
  margin-bottom: 8px;
  text-align: center;
}

.pili-blog-cards-title {
  font-size: 32px;
  margin: 0 0 8px;
  font-weight: 700;
}

.pili-blog-cards-subtitle {
  color: #93a08f;
  margin: 0 0 28px;
  font-size: 15px;
}

.pili-blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.pili-blog-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pili-blog-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

.pili-blog-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.pili-blog-card-image img.pili-blog-card-img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 300ms ease;
}

.pili-blog-card:hover .pili-blog-card-image img.pili-blog-card-img,
.pili-blog-card-image:hover img.pili-blog-card-img {
  transform: scale(1.06);
}

.pili-blog-card-date-pill {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #e33;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  z-index: 5;
  font-size: 13px;
}

.pili-blog-card-content {
  transform: translateY(-48px);
  background: #fff;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(18, 42, 31, 0.08);
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}

.pili-blog-card-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #9aa69a;
  font-size: 13px;
  margin-bottom: 8px;
}

.pili-blog-card-meta .pili-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pili-blog-card-meta .pili-meta-item svg {
  display: block;
  flex: 0 0 auto;
}

.pili-blog-card-meta .pili-meta-sep {
  opacity: 0.4;
  margin: 0 6px;
}

.pili-blog-card-title {
  font-size: 20px;
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
}

.pili-blog-card-title-link {
  text-decoration: none;
  color: inherit;
  transition: color 180ms ease;
}

.pili-blog-card .pili-meta-text,
.pili-blog-card .pili-author-link,
.pili-blog-card .pili-blog-card-read-more {
  transition: color 180ms ease;
}

.pili-blog-card-read-more:hover {
  color: #ec2228;
}

.pili-blog-card-excerpt {
  color: #8c9a90;
  font-size: 14px;
  text-align: left;
}

.pili-blog-card-footer {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  margin-top: auto;
}

.pili-blog-card-read-more {
  color: #9aa69a;
  text-decoration: none;
  font-weight: 500;
}

.pili-comment-count {
  color: #e33;
  font-weight: 600;
}

.pili-blog-card-category-overlay {
  display: none;
}

@media (max-width: 1024px) {
  .pili-blog-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pili-blog-card-content {
    transform: translateY(-30px);
    margin: 0 10px;
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .pili-blog-cards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .pili-blog-card-image img.pili-blog-card-img {
    height: 200px;
  }

  .pili-blog-card-content {
    transform: none;
    padding: 14px;
  }

  .pili-blog-cards-title {
    font-size: 22px;
  }
}

/* ==========================================================================
   PRODUCT CARDS - WooCommerce Product List Styling
   ========================================================================== */

.wd-product .product-wrapper {
  box-shadow: none !important;
  transition: box-shadow 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.wd-product .product-wrapper .product-image-link img {
  border-radius: 10px !important;
  max-height: 500px !important;
  height: 100% !important;
  object-fit: cover !important;
  min-height: 310px !important;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper .product-image-link img {
    max-height: 350px;
    min-height: 310px !important;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper .product-image-link img {
    max-height: 280px;
    border-radius: 8px;
    min-height: 210px !important;
  }
}

.wd-product .product-wrapper .product-element-bottom {
  padding: 15px 0 0px;
  gap: 10px;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper .product-element-bottom {
    padding: 12px 0 0px;
    gap: 12px;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper .product-element-bottom {
    padding: 10px 0 0px;
    gap: 10px;
  }
}

.home .wd-product .product-wrapper .product-element-bottom {
  gap: 15px;
}

@media (max-width: 767px) {
  .home .wd-product .product-wrapper .product-element-bottom {
    gap: 15px;
  }
}

@media (max-width: 479px) {
  .home .wd-product .product-wrapper .product-element-bottom {
    gap: 15px;
  }
}

.wd-product .product-wrapper .product-element-bottom .wd-entities-title {
  order: 1;
}

.wd-product .product-wrapper .product-element-bottom .price {
  order: 2;
}

.wd-product .product-wrapper .product-element-bottom .wd-swatches-product {
  order: 3;
  margin-top: 8px;
}

.wd-product .product-wrapper .wd-entities-title {
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper .wd-entities-title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper .wd-entities-title {
    font-size: 14px;
  }
}

.wd-product .product-wrapper:hover .wd-entities-title {
  color: var(--wd-primary-color);
}

.wd-product .product-wrapper .wd-swatches-product .wd-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  padding: 4px;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper .wd-swatches-product .wd-swatch {
    width: 24px;
    height: 24px;
    padding: 3px;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper .wd-swatches-product .wd-swatch {
    width: 22px;
    height: 22px;
    padding: 3px;
  }
}

.wd-product .product-wrapper .wd-swatches-product .wd-swatch:hover:not(.wd-active)::after {
  opacity: 0;
  display: none;
}

.wd-product .product-wrapper .wd-swatches-product .wd-swatch.wd-active {
  padding: 6px;
  border-color: #000;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper .wd-swatches-product .wd-swatch.wd-active {
    padding: 5px;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper .wd-swatches-product .wd-swatch.wd-active {
    padding: 4px;
  }
}

.wd-product .product-wrapper .wd-swatches-product .wd-swatch.wd-active::after {
  opacity: 0;
  display: none;
}

.wd-product .product-wrapper .wd-swatches-product.wd-swatches-grid {
  margin-top: 0;
}

.wd-product .product-wrapper .amount,
.wd-product .product-wrapper .price {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {

  .wd-product .product-wrapper .amount,
  .wd-product .product-wrapper .price {
    font-size: 16px;
  }
}

@media (max-width: 479px) {

  .wd-product .product-wrapper .amount,
  .wd-product .product-wrapper .price {
    font-size: 14px;
  }
}

.wd-product .product-wrapper del,
.wd-product .product-wrapper del .woocommerce-Price-amount,
.wd-product .product-wrapper .price del,
.wd-product .product-wrapper .price del .amount {
  color: #666666 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

@media (max-width: 767px) {

  .wd-product .product-wrapper del,
  .wd-product .product-wrapper del .woocommerce-Price-amount,
  .wd-product .product-wrapper .price del,
  .wd-product .product-wrapper .price del .amount {
    font-size: 13px !important;
  }
}

@media (max-width: 479px) {

  .wd-product .product-wrapper del,
  .wd-product .product-wrapper del .woocommerce-Price-amount,
  .wd-product .product-wrapper .price del,
  .wd-product .product-wrapper .price del .amount {
    font-size: 12px !important;
  }
}

.wd-product .product-wrapper ins,
.wd-product .product-wrapper ins .woocommerce-Price-amount,
.wd-product .product-wrapper .price ins,
.wd-product .product-wrapper .price ins .amount {
  color: rgb(2, 84, 156) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {

  .wd-product .product-wrapper ins,
  .wd-product .product-wrapper ins .woocommerce-Price-amount,
  .wd-product .product-wrapper .price ins,
  .wd-product .product-wrapper .price ins .amount {
    font-size: 16px !important;
  }
}

@media (max-width: 479px) {

  .wd-product .product-wrapper ins,
  .wd-product .product-wrapper ins .woocommerce-Price-amount,
  .wd-product .product-wrapper .price ins,
  .wd-product .product-wrapper .price ins .amount {
    font-size: 14px !important;
  }
}

.wd-product .product-wrapper del+ins {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .wd-product .product-wrapper del+ins {
    margin-left: 12px;
  }
}

@media (max-width: 479px) {
  .wd-product .product-wrapper del+ins {
    margin-left: 8px;
  }
}

@media (max-width: 576px) {
  .wd-product .product-wrapper .product-image-link img {
    height: 310px !important;
  }
}

@media (max-width: 767px) {
  .wd-product {
    min-width: 0 !important;
    width: 100% !important;
    flex: none !important;
  }
}

/* ==========================================================================
   TESTIMONIALS - Custom Navigation Arrows
   ========================================================================== */

.testimonials .wd-nav-arrows {
  position: static !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 5px !important;
  margin-top: 10px;
  margin-bottom: 0;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.testimonials .wd-nav-arrows .wd-btn-arrow {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonials .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
  position: relative;
}

.testimonials .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner::before {
  display: none !important;
  content: none !important;
}

.testimonials .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner::after {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
}

.testimonials .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner::after {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
}

.testimonials .wd-nav-arrows .wd-btn-arrow:hover {
  background-color: #ff7b54;
  border-color: #ff7b54;
}

.testimonials .wd-nav-arrows .wd-btn-arrow:hover .wd-arrow-inner {
  color: #fff;
}

.testimonials .wd-nav-arrows .wd-btn-arrow.wd-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.testimonials .wd-nav-arrows .wd-btn-arrow.wd-disabled:hover {
  background-color: #fff;
  border-color: #000;
}

.testimonials .wd-nav-arrows .wd-btn-arrow.wd-disabled:hover .wd-arrow-inner {
  color: #333;
}

@media (max-width: 767px) {
  .testimonials .wd-nav-arrows {
    gap: 5px;
    margin-top: 10px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow {
    width: 28px;
    height: 28px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
    font-size: 13px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner::after,
  .testimonials .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner::after {
    font-size: 13px !important;
  }
}

@media (max-width: 479px) {
  .testimonials .wd-nav-arrows {
    gap: 5px;
    margin-top: 5px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow {
    width: 26px;
    height: 26px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
    font-size: 12px;
  }

  .testimonials .wd-nav-arrows .wd-btn-arrow.wd-prev .wd-arrow-inner::after,
  .testimonials .wd-nav-arrows .wd-btn-arrow.wd-next .wd-arrow-inner::after {
    font-size: 12px !important;
  }
}
