.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 {
  color: #fff;
  background-color: #2563eb;
}

.wpd-product-template .btn-one:hover {
  color: #fff;
  background-color: #1d4ed8;
  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: 14px;
  flex-direction: column;
  padding: 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  box-shadow: 0 1px 3px #1018280f;
}

.wpd-product-template .plugin-card:hover {
  border-color: #dbe3ef;
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -12px #1018282e;
}

.wpd-product-template .plugin-card img {
  border-radius: 8px;
}

.wpd-product-template .plugin-card-badge {
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 9999px;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 5px 14px;
  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: 8px 0 20px;
}

.wpd-product-template .plugin-card-features {
  flex-direction: column;
  gap: 11px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
}

.wpd-product-template .plugin-card-features li {
  color: #4b5563;
  padding-left: 28px;
  line-height: 1.5;
  position: relative;
}

.wpd-product-template .plugin-card-features li:before {
  content: "";
  color: #2563eb;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

.wpd-product-template .plugin-card-btn {
  text-align: center;
  letter-spacing: 0;
  border-radius: 9999px;
  width: 100%;
  margin-top: auto;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s, color .2s, transform .2s, box-shadow .2s;
  display: block;
}

.wpd-product-template .plugin-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -8px #2563eb80;
}

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

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

.wpd-product-template .plugin-card-btn.is-free {
  color: #fff;
  background-color: #2563eb;
}

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

.wpd-product-template .product-hero-media img {
  border-radius: 16px;
  box-shadow: 0 30px 60px -24px #10182866;
}

.wpd-product-template .product-hero-title {
  letter-spacing: -.01em;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.15;
}

.wpd-product-template .product-hero-desc {
  max-width: 60ch;
}

.wpd-product-template .product-cta-media img {
  border-radius: 16px;
  box-shadow: 0 24px 50px -22px #1018284d;
}

.wpd-product-template .review-area .review-slider {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.wpd-product-template .review-area .swiper-slide .bg-linear-to-r {
  border-radius: 18px;
  padding: 44px;
}

.wpd-product-template .product-feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wpd-product-template .product-feature-icon {
  color: #2563eb;
  background-color: #eff4ff;
  border-radius: 9999px;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  font-size: 28px;
  display: grid;
}

.wpd-product-template .product-feature-title {
  color: #111827;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.wpd-product-template .product-feature-subtitle {
  color: #6b7280;
  max-width: 320px;
  line-height: 1.6;
}
