.wpd-product-template .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.wpd-product-template .review-slider .swiper-slide.swiper-slide-active .bg-linear-to-r {
  background-color: #111827;
  background-image: none;
  color: #f3f4f6 !important;
}

.wpd-product-template .review-area .swiper-pagination-bullet {
  background-color: #d9d9d9;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.wpd-product-template .review-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #030712;
}

.wpd-product-template .footer .social {
  gap: 8px;
  display: flex;
}

.wpd-product-template .footer .social a {
  color: #fff;
  text-align: center;
  background-color: #11192e;
  border-radius: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
}

.wpd-product-template .btn-one:hover {
  color: #fff;
  background-color: #0f172a;
  transition: all .3s;
}

.wpd-product-template .shipping-card:hover {
  background-color: #0000 !important;
}

.wpd-product-template .plugin-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 3px #10182814;
}

.wpd-product-template .plugin-card-badge {
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.wpd-product-template .plugin-card-badge.is-premium {
  color: #d97706;
  background-color: #fefce8;
  border: 1px solid #fcd34d;
}

.wpd-product-template .plugin-card-badge.is-free {
  color: #16a34a;
  background-color: #dcfce7;
  border: 1px solid #bbf7d0;
}

.wpd-product-template .plugin-card-title {
  color: #1d4ed8;
}

.wpd-product-template .plugin-card-subtitle {
  color: #6b7280;
  margin: 6px 0 16px;
}

.wpd-product-template .plugin-card-btn {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
  display: block;
}

.wpd-product-template .plugin-card-btn.is-premium {
  background-color: #d97706;
}

.wpd-product-template .plugin-card-btn.is-premium:hover {
  color: #fff;
  background-color: #b45309;
}

.wpd-product-template .plugin-card-btn.is-free {
  background-color: #16a34a;
}

.wpd-product-template .plugin-card-btn.is-free:hover {
  color: #fff;
  background-color: #15803d;
}
