/* ============================================================
   PYKAR — Responsive Stylesheet
   ============================================================ */

/* ─── 1. HEADER RESPONSIVE ─────────────────────────────────── */
@media (max-width: 1200px) {
  .dc-header__inner {
    gap: 15px;
  }

  .pk-hero-banner--main {
    padding: 40px;
  }

  .pk-hero-title {
    font-size: 36px;
  }

}

@media (max-width: 991px) {
  .dc-header__inner {
    height: 70px;
  }

  .dc-logo__name {
    font-size: 22px;
  }

  .dc-header__categories {
    display: none;
  }

  .pk-hero-banner--main {
    min-height: 480px;
  }

  .pk-hero-title {
    font-size: 32px;
  }

  .pk-cat-grid {
    justify-content: flex-start;
    gap: 20px;
  }

  .pk-flash-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .pk-countdown {
    justify-content: center;
  }

  .pk-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pk-promo-banner {
    min-height: 250px;
    padding: 30px;
  }

  .pk-footer {
    padding: 60px 0 0;
  }

  .pk-footer-title {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .dc-shop-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    margin-bottom: 20px !important;
  }

  .dc-shop-toolbar__right {
    justify-content: space-between !important;
    width: 100% !important;
    gap: 10px !important;
    display: none !important;
    /* Sorting is now in drawer, so hide toolbar right content completely */
  }

  .woocommerce-ordering select {
    width: 100% !important;
    font-size: 13px !important;
    padding: 6px 12px !important;
  }

  .dc-view-toggle {
    display: none !important;
  }

  .dc-result-count,
  .woocommerce-result-count {
    display: none !important;
  }

  .dc-mobile-sorting select {
    width: 100% !important;
    border: 1.5px solid var(--pk-border) !important;
    padding: 10px 16px !important;
    border-radius: var(--pk-radius) !important;
    font-size: 14px !important;
    color: var(--pk-text) !important;
    background-color: var(--pk-white) !important;
    outline: none !important;
    cursor: pointer !important;
    background-position: right 15px center !important;
  }

  .pk-hero-banner--main {
    min-height: 560px !important;
    padding: 50px 30px !important;
  }

  .pk-hero-title {
    font-size: 34px !important;
  }

  .pk-trust-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .dc-shop-page {
    padding: 30px 0 50px;
  }

  #dcFilterToggle {
    display: flex !important;
  }

  .dc-blog-index-grid {
    margin-top: 0;
  }

  .blog-hero {
    margin-bottom: 50px;
  }

  .pk-landing-checkout #order_review {
    padding: 25px;
  }

  .pk-landing-checkout #customer_details {
    margin-bottom: 20px;
  }

  .pk-hero-side-banners-col {
    display: none !important;
  }

}

@media (max-width: 767px) {

  .woocommerce-cart-form table.shop_table,
  .woocommerce-checkout table.shop_table,
  .woocommerce-MyAccount-content table.shop_table {
    display: block !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
  }

  .woocommerce-cart-form table.shop_table thead,
  .woocommerce-checkout table.shop_table thead,
  .woocommerce-MyAccount-content table.shop_table thead {
    display: none !important;
  }

  .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-checkout table.shop_table tbody,
  .woocommerce-MyAccount-content table.shop_table tbody,
  .woocommerce-cart-form table.shop_table tr,
  .woocommerce-checkout table.shop_table tr,
  .woocommerce-MyAccount-content table.shop_table tr {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce-cart-form table.shop_table tr,
  .woocommerce-checkout table.shop_table tr,
  .woocommerce-MyAccount-content table.shop_table tr {
    background: var(--pk-white) !important;
    border: 1px solid var(--pk-border) !important;
    border-radius: var(--pk-radius-lg) !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
  }

  .woocommerce-cart-form table.shop_table td,
  .woocommerce-checkout table.shop_table td,
  .woocommerce-MyAccount-content table.shop_table td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 0 !important;
    border: none !important;
    border-bottom: 1px dashed #f1f3f5 !important;
    text-align: right !important;
  }

  .woocommerce-cart-form table.shop_table td:last-child,
  .woocommerce-checkout table.shop_table td:last-child,
  .woocommerce-MyAccount-content table.shop_table td:last-child {
    border-bottom: none !important;
  }

  .woocommerce-cart-form table.shop_table td::before,
  .woocommerce-checkout table.shop_table td::before,
  .woocommerce-MyAccount-content table.shop_table td::before {
    content: attr(data-title) !important;
    font-weight: 700 !important;
    color: var(--pk-secondary) !important;
    text-align: left !important;
    float: left !important;
  }

  /* Cart actions panel buttons wrapping */
  .woocommerce-cart-form table.shop_table td.actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
  }

  .woocommerce-cart-form table.shop_table td.actions .coupon {
    float: none !important;
    width: 100% !important;
    display: flex !important;
    gap: 8px !important;
  }

  .woocommerce-cart-form table.shop_table td.actions button {
    width: 100% !important;
  }

  .woocommerce-checkout-review-order table.shop_table tfoot tr {
    padding: 15px !important;
  }

  .woocommerce-cart-form table.shop_table td::before,
  .woocommerce-checkout table.shop_table td::before,
  .woocommerce-MyAccount-content table.shop_table td::before {
    display: none;
  }

  .pk-footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 15px !important;
    padding: 15px 0 !important;
    margin-top: 20px !important;
  }

  .pk-footer-bottom img {
    max-width: 100% !important;
    height: auto !important;
  }

  .dc-announce {
    padding: 6px 0;
  }

  .dc-announce__inner {
    flex-direction: row;
    gap: 10px;
  }

  .dc-announce__item {
    font-size: 11px;
  }

  .dc-announce__tracking-link {
    font-size: 11px !important;
    padding: 2px 8px !important;
  }

  /* Keep thank you page order details table as a normal table on mobile */
  .dc-thankyou table.shop_table {
    display: table !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
  }

  .dc-thankyou table.shop_table thead {
    display: table-header-group !important;
  }

  .dc-thankyou table.shop_table tbody {
    display: table-row-group !important;
  }

  .dc-thankyou table.shop_table tfoot {
    display: table-footer-group !important;
  }

  .dc-thankyou table.shop_table tr {
    display: table-row !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
  }

  .dc-thankyou table.shop_table th,
  .dc-thankyou table.shop_table td {
    display: table-cell !important;
    padding: 12px 10px !important;
    border: none !important;
    border-bottom: 1px solid var(--pk-border) !important;
    background: none !important;
    text-align: left !important;
  }

  .dc-thankyou table.shop_table .product-total,
  .dc-thankyou table.shop_table tfoot td {
    text-align: right !important;
  }

  .dc-thankyou table.shop_table tfoot tr:last-child th,
  .dc-thankyou table.shop_table tfoot tr:last-child td {
    border-bottom: none !important;
    padding-top: 15px !important;
  }

  .dc-thankyou {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .dc-thankyou__card,
  .dc-thankyou__details,
  .dc-thankyou__customer {
    padding: 20px !important;
  }

  .dc-thankyou__actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .dc-thankyou__actions .dc-btn {
    margin: 0 !important;
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
  }

  .pk-promo-banner {
    min-height: 200px !important;
    padding: 24px !important;
  }

  .pk-promo-title {
    font-size: 20px !important;
  }

}


@media (max-width: 576px) {

  .category-slider .pk-section-head {
    margin-bottom: 20px;
}

  .pk-section-padding {
    padding: 50px 0;
}

  .pk-cat-swiper {
    padding-bottom: 0px;
}

  .pk-blog-section {
    padding: 50px 0;
}

  .pk-hero-prev,
  .pk-hero-next {
    display: none;
  }

  .pk-hero-pagination {
    bottom: 5px !important;
  }

  .pk-hero-prev,
  .pk-hero-next {
    width: 35px;
    height: 35px;
  }

  .dc-header__inner {
    height: 65px;
  }

  .dc-logo__name {
    font-size: 20px;
  }

  .pk-banner-content {
    padding: 0;
  }

  .dc-logo__tagline {
    display: none;
  }

  .custom-logo {
    max-height: 40px;
  }

  .pk-hero-section {
    padding: 15px 0;
  }

  .pk-hero-banner--main {
    min-height: 500px;
    padding: 35px 25px;
  }

  .pk-hero-banner--side {
    min-height: 220px;
    padding: 20px;
  }

  .pk-hero-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .pk-hero-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .pk-banner-title {
    font-size: 16px;
  }

  .pk-btn-white {
    padding: 10px 20px;
    font-size: 13px;
  }

.category-slider {
    padding: 30px 0 0 0;
}

  .pk-section-title {
    font-size: 25px;
  }

  .pk-cat-img-wrap {
    width: 80px;
    height: 80px;
  }

  .pk-cat-name {
    font-size: 12px;
  }

  .pk-flash-sale-section {
    padding: 40px 0;
  }

  .pk-flash-title {
    font-size: 28px;
  }

  .pk-cd-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .pk-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pk-promo-banner {
    min-height: 260px;
    padding: 25px 20px;
  }

  .pk-promo-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .pk-promo-desc {
    font-size: 12.5px;
    margin-bottom: 16px;
  }

  .pk-promo-btn {
    font-size: 13px;
    padding: 8px 22px;
  }

  .pk-test-text {
    font-size: 13px;
  }

  .pk-footer-nl {
    flex-direction: column;
  }

  .pk-footer-nl button {
    height: 45px;
  }

  .pk-footer-bottom {
    text-align: center;
    margin-top: 40px;
  }

  .blog-hero {
    padding: 50px 0;
  }

  .dc-product-tabs {
    margin: 0px 0;
  }

  .dc-qty-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  .dc-qty-row .dc-qty {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .dc-qty-row .single_add_to_cart_button {
    width: 100% !important;
    flex: none !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    justify-content: center !important;
  }

  .pk-quick-contact-row {
    flex-direction: column !important;
    gap: 10px !important;
    margin: 20px 0 !important;
  }

  .pk-quick-contact-row a {
    width: 100% !important;
    flex: none !important;
    justify-content: center !important;
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .dc-prod-trust {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
  }

  .dc-prod-trust__item {
    font-size: 13px !important;
  }

  .dc-product-grid--shop,
  .dc-product-grid,
  .dc-related-products .dc-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .pk-prod-card,
  .dc-prod-card {
    padding: 10px !important;
  }

  .pk-prod-title,
  .dc-prod-card__title {
    font-size: 13px !important;
    height: 36px !important;
    margin: 8px 0 10px !important;
  }

  .pk-prod-price-row,
  .dc-prod-card__price-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
  }

  .pk-add-btn,
  .dc-add-btn,
  .dc-prod-card .button {
    width: 100% !important;
    padding: 6px 8px !important;
    font-size: 11px !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .pk-hero-banner--main {
    min-height: 440px !important;
    padding: 30px 20px !important;
  }

  .pk-hero-title {
    font-size: 26px !important;
  }

  .pk-hero-subtitle {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }

  .pk-hero-banner--side {
    min-height: 200px !important;
  }

  .pk-trust-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .pk-trust-item {
    padding: 16px 15px !important;
  }

  .dc-prod-info__title {
    font-size: 25px;
  }

  .dc-cart-actions {
    flex-wrap: wrap;
    gap: 20px;
  }

  .pk-harvest-img-wrap {
    height: 275px;
  }

  .pk-footer {
    padding: 40px 0 0;
  }

  .pk-faq-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--pk-secondary);
    margin-bottom: 8px;
  }

}

/* ================================================================
   PYKAR LANDING PAGE — RESPONSIVE (Mobile & Tablet)
================================================================ */

/* ── TABLET (768px – 991px) ──────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991.98px) {
  .pk-landing-hero {
    padding: 48px 0 40px;
  }

  .pk-landing-hero__title {
    font-size: 32px;
  }

  .pk-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pk-trust-item:nth-child(2n) {
    border-right: none;
  }

  .pk-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--pk-border);
  }

  .pk-why-us-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  .pk-social-proof-item {
    padding: 0 20px;
  }

  .pk-social-proof-item .pk-sp-num {
    font-size: 22px;
  }

  .pk-checkout-header h2 {
    font-size: 26px;
  }
}

/* ── MOBILE (≤ 767px) ────────────────────────────────────────── */
@media (max-width: 767.98px) {

  /* Urgency bar */
  .pk-urgency-bar {
    font-size: 11.5px;
    padding: 9px 12px;
    flex-wrap: wrap;
  }

  .pk-urgency-bar .pk-urgency-stock {
    display: none;
  }

  /* Hero */
  .pk-landing-hero {
    padding: 32px 0 28px;
  }

  .pk-landing-hero__title {
    font-size: 26px;
  }

  .pk-landing-hero__price-pill {
    font-size: 16px;
    padding: 10px 20px;
  }

  .pk-landing-hero__sub {
    font-size: 14px;
  }

  .pk-hero-trust-inline {
    gap: 7px;
  }

  .pk-hero-trust-inline .pk-htag {
    font-size: 12px;
    padding: 6px 11px;
  }

  .pk-showcase-btn-row {
    flex-direction: column;
  }

  .pk-showcase-btn-row .pk-btn-mango-primary,
  .pk-showcase-btn-row .pk-btn-mango-whatsapp {
    width: 100%;
    justify-content: center;
  }

  /* Social proof */
  .pk-social-proof-grid {
    flex-wrap: wrap;
    gap: 0;
  }

  .pk-social-proof-item {
    padding: 10px 16px;
    flex-basis: 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .pk-social-proof-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .12);
  }

  .pk-social-proof-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .pk-social-proof-item .pk-sp-num {
    font-size: 22px;
  }

  .pk-social-proof-item .pk-sp-label {
    font-size: 10px;
  }

  /* Trust */
  .pk-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pk-trust-item {
    padding: 14px 12px;
    border-right: none;
    border-bottom: 1px solid var(--pk-border);
  }

  .pk-trust-item:nth-child(odd) {
    border-right: 1px solid var(--pk-border);
  }

  .pk-trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .pk-trust-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .pk-trust-info h5 {
    font-size: 12px;
  }

  .pk-trust-info p {
    font-size: 11px;
  }

  /* Why Us */
  .pk-why-us-section {
    padding: 40px 0;
  }

  .pk-why-us-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pk-why-us-card {
    padding: 24px 20px;
  }

  /* Showcase */
  .pk-landing-product-showcase {
    padding: 40px 0;
  }

  .pk-showcase-card {
    padding: 20px;
    margin-top: 20px;
  }

  .pk-showcase-img-wrap img {
    height: 260px;
  }

  .pk-title-premium {
    font-size: 20px;
  }

  .pk-feature-list-premium {
    grid-template-columns: 1fr;
  }

  .pk-showcase-content h3 {
    font-size: 18px;
  }

  /* Checkout */
  .pk-landing-checkout {
    padding: 40px 0;
  }

  .pk-checkout-header h2 {
    font-size: 20px;
  }

  .pk-step-indicator {
    font-size: 12px;
  }

  .pk-step .pk-step-num {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .pk-step-arrow {
    margin: 0 6px;
  }

  .pk-security-badges {
    gap: 8px;
  }

  .pk-sec-badge {
    font-size: 12px;
    padding: 7px 12px;
  }

  .pk-cod-reminder {
    padding: 16px 18px;
    gap: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pk-cod-reminder h5 {
    font-size: 15px;
  }

  .pk-cod-reminder p {
    font-size: 13px;
  }

  /* Buttons full width */
  .pk-btn-mango-primary,
  .pk-btn-mango-whatsapp {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 14px 20px;
  }

  .pk-trust-badges-row {
    gap: 10px;
  }

  /* Final CTA */
  .pk-final-cta {
    padding: 48px 0;
  }

  .pk-final-cta h2 {
    font-size: 22px;
  }

  .pk-final-cta p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .pk-final-cta-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .pk-final-cta-btns a {
    justify-content: center;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
  }

  .pk-final-cta-guarantee {
    gap: 14px;
  }

  .pk-final-cta-guarantee span {
    font-size: 13px;
  }

  /* Sticky mobile bar */
  .pk-mobile-sticky-bar {
    display: flex;
  }

  /* Floating WA above sticky bar */
  .pk-floating-whatsapp {
    bottom: 198px;
    right: 14px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  /* Floating Messenger above sticky bar */
  .pk-floating-messenger {
    bottom: 138px;
    right: 14px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  a.pk-floating-whatsapp.mango-land-whatsapp {
    display: none;
  }

  a.pk-back-to-top.mango-land-btt.is-visible {
    bottom: 95px;
  }

}

/* ─── EXTRACTED RESPONSIVE STYLES FROM MAIN.CSS ─── */

@media (max-width: 575.98px) {
  .pk-cat-img-wrap {
    width: 90px;
    height: 90px;
    padding: 4px;
  }

  .pk-cat-name {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .col-lg-2-4 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  #dcMobileDrawer {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .dc-shop-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .dc-shop-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    z-index: 1050;
    overflow-y: auto;
    transition: all 0.3s ease;
    border-radius: 0;
    border: none;
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
  }

  .dc-shop-sidebar.is-active,
  .dc-shop-sidebar.is-open {
    left: 0;
  }
}

@media (max-width: 1199.98px) {
  .dc-product-grid--shop {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .dc-product-grid--shop {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .dc-gallery__main {
    height: 300px;
  }
}

@media (max-width: 991.98px) {

  .dc-product-grid,
  .dc-related-products .dc-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {

  .dc-product-grid,
  .dc-related-products .dc-product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .dc-single-post {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .comment-body {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
}

@media (max-width: 575.98px) {
  #respond {
    padding: 20px;
  }
}

@media (min-width: 768px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 31.33%;
    display: inline-flex;
    vertical-align: top;
    margin-right: 2%;
  }

  .comment-form-url {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {

  .about-intro__text {
    text-align: center;
  }

  .about-intro__text .section-title {
    font-size: 30px;
  }

  .manager-signature {
    justify-content: center;
  }

  .about-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .dc-section__title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .dc-section {
    padding: 60px 0;
  }

  .about-stats {
    padding: 50px 0;
  }

  .about-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575.98px) {

  .about-intro__text .section-title {
    font-size: 24px;
  }

  .about-stats__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-stat .num {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .dc-contact-info-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .dc-contact-card {
    padding: 25px 20px;
  }

  .dc-form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .dc-cart-item {
    grid-template-columns: 80px 1fr;
    grid-gap: 15px;
    padding: 20px;
  }

  .dc-checkout-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .dc-checkout-summary {
    position: static;
  }
}

@media (max-width: 768px) {
  .pk-floating-whatsapp {
    bottom: 195px !important;
    right: 15px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
  }

  .pk-floating-messenger {
    bottom: 135px !important;
    right: 15px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
  }

  .pk-back-to-top {
    bottom: 75px !important;
    right: 15px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
  }

  .pk-whatsapp-tooltip,
  .pk-messenger-tooltip {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .pk-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pk-checkout-box-wrap {
    padding: 0;
    border: none;
  }

  .pk-landing-hero__title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .pk-sticky-cta__inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .pk-sticky-cta__product {
    justify-content: center;
  }

  .pk-sticky-cta__btn {
    width: 100%;
  }

  .pk-landing-hero {
    padding: 40px 0 60px 0;
  }

  .pk-section-title--landing {
    font-size: 28px;
  }

  .pk-funnel-radio-card.is-selected .pk-funnel-swatches .pk-funnel-swatch .pk-swatch-weight {
    font-size: 16px !important;
  }
}

@media (max-width: 576px) {

  form.checkout_coupon.woocommerce-form-coupon p.form-row-first,
  form.checkout_coupon.woocommerce-form-coupon p.form-row-last {
    width: 100% !important;
    float: none !important;
    padding-right: 0;
  }

  form.checkout_coupon.woocommerce-form-coupon p.form-row-last {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .dc-account-layout {
    flex-direction: column;
    gap: 30px;
  }

  .dc-account-nav {
    width: 100%;
  }

  .dc-account-nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .dc-account-nav ul li {
    flex: 1 1 50%;
    border-bottom: 1px solid #f1f5f9;
  }

  .dc-account-nav ul li:nth-child(even) {
    border-left: 1px solid #f1f5f9;
  }
}

@media (max-width: 576px) {
  .dc-account-nav ul li {
    flex: 1 1 100%;
    border-left: none !important;
  }

  .dc-account-header,
  .dc-account-content,
  .dc-auth-box {
    padding: 24px 20px;
  }

  .dc-account-header h1 {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .pk-landing-checkout form.woocommerce-checkout {
    display: block !important;
  }

  .pk-landing-checkout #order_review_heading {
    margin-top: 20px;
    border-radius: 12px 12px 0 0;
  }
}

@media (max-width: 768px) {
  .pk-tracking-timeline {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .timeline-line {
    top: 0;
    left: 25px;
    bottom: 0;
    width: 4px;
    height: auto;
    right: auto;
  }

  .timeline-line-progress {
    width: 100% !important;
    height: var(--progress-height, 0%);
    transition: height 0.8s ease;
  }

  .timeline-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .timeline-step .step-icon {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .timeline-step .step-title {
    margin-top: 0;
  }

  .timeline-step .step-desc {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .dc-tracking-card {
    padding: 30px 20px;
  }
}

@media (max-width: 1200px) {
  .dc-product-grid--list .dc-prod-card {
    grid-template-columns: 160px 1fr !important;
    gap: 20px !important;
    padding: 15px !important;
  }

  .dc-product-grid--list .dc-prod-card__img-wrap {
    height: 160px !important;
  }

  .dc-product-grid--list .dc-prod-card__name {
    font-size: 16px !important;
  }

  .dc-product-grid--list .pk-price ins {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .pk-showcase-img-wrap {
    margin-bottom: 0 !important;
  }

  /* Adding premium space between image and content */
  .pk-showcase-content {
    padding-left: 45px !important;
  }

  /* Alternate rows space */
  .row.align-items-center:nth-child(even) .pk-showcase-content {
    padding-right: 45px !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .pk-showcase-card {
    padding: 20px;
  }

  .pk-feature-list-premium {
    grid-template-columns: 1fr;
  }

  .pk-showcase-img-wrap img {
    height: 280px;
  }

  .pk-title-premium {
    font-size: 26px;
  }

  .pk-showcase-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .pk-showcase-btn-row .pk-btn-mango-primary,
  .pk-showcase-btn-row .pk-btn-mango-whatsapp {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .chain-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .chain-section .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {

  .chain-section .section-title {
    font-size: 26px;
  }

  .chain-box {
    padding: 30px 20px;
  }

  .chain-steps {
    gap: 8px;
  }

  .cs-bad,
  .cs-good {
    font-size: 14px;
    padding: 6px 12px;
  }

  .cs-arr {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .pk-funnel-swatches {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .pk-funnel-swatch {
    padding: 20px 8px !important;
    min-height: 130px !important;
    border-radius: 12px !important;
  }

  .pk-funnel-swatches .pk-funnel-swatch .pk-swatch-price {
    font-size: 15px !important;
  }

  .pk-funnel-swatches .pk-funnel-swatch .pk-swatch-desc {
    font-size: 12px !important;
  }

  .pk-swatch-badge {
    font-size: 10px !important;
    padding: 3px 10px !important;
    top: -11px !important;
  }

  .pk-funnel-radio-card.is-selected .pk-funnel-swatches .pk-funnel-swatch .pk-swatch-weight {
    font-size: 16px !important;
  }

  .pk-step-indicator {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* Reset WooCommerce Checkout Review Order table on mobile to look exactly like desktop */
@media (max-width: 767px) {
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
    display: table !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table thead {
    display: table-header-group !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tbody {
    display: table-row-group !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot {
    display: table-footer-group !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tr {
    display: table-row !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td {
    display: table-cell !important;
    padding: 12px 10px !important;
    border: none !important;
    border-bottom: 1px solid #eaeaea !important;
    text-align: left !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th {
    font-weight: 700 !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td:last-child,
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th:last-child {
    text-align: right !important;
  }
  .woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td::before {
    display: none !important;
  }
}

/* Add bottom padding to footer on mobile so sticky bottom bar doesn't overlap content */
@media (max-width: 991.98px) {
  .pk-footer-mango {
    padding-bottom: 90px !important;
  }
}

/* Center section headers and style Editorial link as button on mobile */
@media (max-width: 767px) {
  .pk-section-head.d-flex {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 15px;
  }

  .pk-section-head.d-flex > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pk-section-head.d-flex .pk-section-title,
  .pk-section-head.d-flex .pk-title {
    margin-bottom: 0 !important;
    text-align: center;
  }

  .pk-section-head.d-flex .pk-link-editorial,
  .pk-link-editorial-mobile {
    background-color: var(--pk-primary, #84BE2B);
    color: #ffffff !important;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(132, 190, 43, 0.25);
    transition: all 0.25s ease;
    text-decoration: none !important;
  }

  .pk-section-head.d-flex .pk-link-editorial {
    margin-top: 5px;
  }

  .pk-section-head.d-flex .pk-link-editorial:hover,
  .pk-section-head.d-flex .pk-link-editorial:focus,
  .pk-link-editorial-mobile:hover,
  .pk-link-editorial-mobile:focus {
    background-color: var(--pk-primary-dark, #50870F);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(132, 190, 43, 0.35);
  }
}

/* Make Cart Basket close button larger and premium */
#dcCartClose {
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #999999 !important;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
}

#dcCartClose:hover,
#dcCartClose:focus {
  color: var(--pk-primary, #84BE2B) !important;
  transform: scale(1.1);
  background-color: #f7f7f7;
  outline: none;
}

/* Hide page hero banners on mobile devices */
@media (max-width: 767px) {
  .blog-hero,
  .dc-shop-header {
    display: none !important;
  }
}

/* Hide shop pagination container globally if it contains no child elements */
.dc-shop-pagination:empty {
  display: none !important;
}

/* Hide duplicate header actions (Search, Account, Cart) on mobile since they are in the bottom bar */
@media (max-width: 991.98px) {
  #dcSearchToggle,
  #dcCartToggle,
  .dc-header__actions a[aria-label="My Account"] {
    display: none !important;
  }
}

/* ================================================================
   MOBILE SPACING REDUCTION (Gap updates for single product & sections)
================================================================ */
@media (max-width: 767.98px) {
  /* Reduce homepage section paddings */
  .pk-section-padding {
    padding: 30px 0 !important;
  }

  /* Single Product layout container spacing */
  .dc-single-product {
    padding: 20px 0 !important;
  }

  /* Single Product main grid row gutters */
  .dc-single-product .row.g-5 {
    --bs-gutter-y: 1.25rem !important;
  }
  
  .dc-single-product .row.mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .dc-single-product .container-xxl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Gallery spacing */
  .dc-gallery__main {
    margin-bottom: 10px !important;
  }

  .dc-gallery__thumbs {
    gap: 8px !important;
  }

  .dc-gallery__thumb {
    width: 68px !important;
    height: 68px !important;
  }

  /* Product details spacing */
  .dc-prod-info__meta {
    margin-bottom: 8px !important;
  }

  .dc-prod-info__title {
    margin-bottom: 8px !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .dc-prod-info__rating {
    margin-bottom: 8px !important;
  }

  .dc-prod-info__price {
    margin-bottom: 15px !important;
    font-size: 24px !important;
  }

  .dc-prod-info__desc {
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }

  /* Variations box */
  .dc-variations {
    padding: 12px !important;
    margin-bottom: 12px !important;
    border-radius: var(--pk-radius) !important;
  }

  .dc-variation-group {
    margin-bottom: 10px !important;
  }

  .dc-variation-group__label {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    width: 75px !important;
    min-width: 75px !important;
    flex-shrink: 0 !important;
  }

  .dc-swatch {
    padding: 6px 14px !important;
    font-size: 13px !important;
  }

  /* Order/quantity form & buttons */
  .dc-qty-row {
    gap: 8px !important;
  }

  .dc-qty-row .single_add_to_cart_button {
    padding: 12px 15px !important;
    font-size: 15px !important;
  }

  /* Quick contact row buttons */
  .pk-quick-contact-row {
    margin: 10px 0 !important;
    gap: 8px !important;
  }

  .pk-quick-contact-row .btn {
    padding: 12px 15px !important;
    font-size: 14px !important;
  }

  /* Delivery info box */
  .pk-delivery-info-box {
    margin: 15px 0 !important;
    padding: 12px 15px !important;
    gap: 8px !important;
    border-radius: var(--pk-radius) !important;
  }

  .pk-delivery-info-row {
    padding-bottom: 8px !important;
  }

  .pk-delivery-label,
  .pk-delivery-value {
    font-size: 13px !important;
  }

  /* Product Tabs */
  .dc-product-tabs {
    margin: 15px 0 !important;
  }

  .dc-product-tabs__nav {
    margin-bottom: 12px !important;
    gap: 15px !important;
  }

  .dc-product-tabs__tab {
    padding: 8px 0 !important;
    font-size: 14px !important;
  }

  /* Related Products */
  .dc-related-products.mt-5 {
    margin-top: 25px !important;
  }

  .dc-related-products .dc-section__title.mb-4 {
    margin-bottom: 12px !important;
    font-size: 20px !important;
  }
}

/* ── EXPLORE CATEGORIES MOBILE OPTIMIZATION ──────────────────── */
@media (max-width: 576px) {
  .pk-cat-card-modern {
    height: 310px !important;
    border-radius: 10px !important;
  }
  .pk-cat-modern-top {
    top: 10px !important;
    left: 10px !important;
  }
  .pk-cat-modern-view {
    font-size: 10px !important;
    padding: 3px 7px !important;
  }
  .pk-cat-modern-bottom {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    gap: 8px !important;
  }
  .pk-cat-modern-thumb {
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }
  .pk-cat-modern-title {
    font-size: 13px !important;
    margin-bottom: 1px !important;
  }
  .pk-cat-modern-subtitle {
    font-size: 9px !important;
  }

  /* ── VIDEO SLIDER MOBILE OPTIMIZATION ───────────────────────────── */
  .pk-video-slider-wrap {
    padding: 0 5px !important;
  }
  .pk-video-card {
    max-width: 220px;
    margin: 0 auto;
  }
  .pk-video-embed-wrap {
    aspect-ratio: 9 / 16 !important;
  }
  .pk-video-card-body {
    padding: 10px 12px !important;
  }
  .pk-video-title {
    font-size: 12px !important;
  }

  /* ── CUSTOMER REVIEWS SCREENSHOT SLIDER MOBILE OPTIMIZATION ───── */
  .pk-ss-slider-wrapper {
    padding: 0 5px !important;
  }
  .pk-ss-card {
    max-width: 220px;
    margin: 0 auto;
  }
  .pk-ss-arrow {
    display: none !important;
  }
  .pk-ss-overlay-pill {
    padding: 6px 8px !important;
    bottom: 8px !important;
    left: 8px !important;
    right: 8px !important;
  }
  .pk-ss-stars {
    font-size: 11px !important;
  }
  .pk-ss-pill-text {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }
}

/* --- From front-page.css --- */
@media (max-width: 576px) {
	.pk-cert-section {
		padding: 20px 0;
	}
	.pk-cert-grid {
		gap: 12px;
	}
	.pk-cert-card {
		padding: 10px 14px;
		min-width: 100px;
		border-radius: 12px;
		gap: 8px;
	}
	.pk-cert-badge-box {
		width: 55px;
		height: 55px;
	}
	.pk-cert-badge-box svg {
		width: 50px;
		height: 50px;
	}
	.pk-cert-label {
		font-size: 11px;
	}
}
@media (max-width: 576px) {
	.pk-hp-swatch {
		width: 16px;
		height: 16px;
	}
}
@media (max-width: 576px) {
	.pk-gohona-title {
		font-size: 1.8rem;
	}
}
@media (max-width: 576px) {
	.pk-ss-slider-wrapper {
		padding: 10px 0;
	}
	.pk-ss-prev { left: -5px; }
	.pk-ss-next { right: -5px; }
}
@media (max-width: 576px) {
	.pk-mod-test-title {
		font-size: 1.7rem;
	}
}
@media (max-width: 576px) {
	.pk-modal-close-btn {
		top: -10px;
		right: -10px;
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.pk-hp-sizes {
		gap: 3px;
		margin: 4px 0 8px;
	}
	.pk-hp-size-tag {
		font-size: 9px;
		padding: 1px 4px;
	}
	.pk-hp-size-tag-more {
		font-size: 9px;
	}
}
@media (max-width: 576px) {
	.pk-ba-comparison-card {
		border-radius: 16px;
	}
	.pk-ba-header .pk-ba-main-title {
		font-size: 1.6rem;
	}
}
@media (max-width: 576px) {
	.pk-ba-badge-before-top,
	.pk-ba-badge-after-top {
		font-size: 11px;
		padding: 4px 12px;
		top: 12px;
	}
	.pk-ba-badge-before-top { left: 12px; }
	.pk-ba-badge-after-top { right: 12px; }
	.pk-ba-badge-before-bottom,
	.pk-ba-badge-after-bottom {
		font-size: 10px;
		padding: 4px 10px;
		bottom: 12px;
	}
	.pk-ba-badge-before-bottom { left: 12px; }
	.pk-ba-badge-after-bottom { right: 12px; }
}
@media (max-width: 991px) {
	.pk-ba-content-title {
		font-size: 1.5rem;
	}
	.pk-ba-content-wrap {
		margin-top: 20px;
	}
}

/* --- From template-about.css --- */
@media (max-width: 992px) {
	.about-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 576px) {
	.about-stats__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.about-stat-card {
		padding: 20px 12px;
	}
	.about-stat-card .num {
		font-size: 1.9rem;
	}
	.about-stat-card .label {
		font-size: 11.5px;
	}
}
@media (max-width: 576px) {
	.pk-ss-slider-wrapper {
		padding: 10px 0;
	}
	.pk-ss-prev { left: -5px; }
	.pk-ss-next { right: -5px; }
}

/* --- From template-single-order.css --- */
@media (max-width: 991.98px) {
	.spo-order-panel {
		padding: 24px 20px;
	}
	.spo-product-title {
		font-size: 1.35rem;
	}
}
@media (max-width: 575.98px) {
	.spo-order-panel {
		padding: 20px 16px;
	}
	.spo-product-title {
		font-size: 1.2rem;
	}
	.spo-price-current {
		font-size: 1.45rem;
	}
	.spo-submit-btn {
		font-size: 15px;
		padding: 13px 20px;
	}
	.spo-full-desc-section {
		padding: 22px 18px;
	}
	.spo-trust-badges {
		padding: 12px 14px;
		gap: 8px;
	}
	.spo-trust-item {
		font-size: 12px;
	}

/* ── Testimonial Screenshot Slider ────────────────────────────────────────── */
.pk-screenshot-testimonial-section {
	background-color: #FAF6F0;
	padding: 70px 0 65px;
	overflow: hidden;
}
.pk-ss-test-subtitle {
	display: block;
	font-family: 'Playfair Display', 'Hind Siliguri', serif;
	font-size: 11px;
	font-weight: 700;
	color: var(--pk-primary-dark, #50870F);
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.pk-ss-test-desc {
	font-size: 14px;
	color: #776e65;
	margin: 0;
}
.pk-ss-slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 10px 45px;
}
.pk-screenshot-swiper {
	overflow: hidden !important;
	padding: 15px 5px !important;
}
.pk-screenshot-swiper .swiper-wrapper {
	align-items: stretch;
}
.pk-screenshot-swiper .swiper-slide {
	height: auto;
	transition: transform 0.3s ease;
	opacity: 1 !important;
	transform: none !important;
}
.pk-screenshot-swiper .swiper-slide-active,
.pk-screenshot-swiper .swiper-slide-prev,
.pk-screenshot-swiper .swiper-slide-next {
	opacity: 1 !important;
	transform: none !important;
	z-index: 1;
}
.pk-ss-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	border: 3px solid #ffffff;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pk-ss-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.pk-ss-img-wrap {
	aspect-ratio: 9 / 16;
	width: 100%;
	overflow: hidden;
	background: #f0ece6;
}
.pk-ss-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.pk-ss-overlay-pill {
	position: absolute;
	bottom: 14px;
	left: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 10px 12px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.pk-ss-stars {
	color: #FFC107;
	font-size: 13px;
	line-height: 1;
	margin-bottom: 3px;
}
.pk-ss-pill-text {
	font-size: 12px;
	line-height: 1.4;
	color: #2c2523;
	font-weight: 500;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pk-ss-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 25;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #EFEAE4;
	color: #2c2523;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease;
}
.pk-ss-arrow:hover {
	background: var(--pk-primary, #A97A0F);
	color: #ffffff;
	border-color: var(--pk-primary, #A97A0F);
	transform: translateY(-50%) scale(1.08);
}
.pk-ss-prev { left: 0; }
.pk-ss-next { right: 0; }
@media (max-width: 576px) {
	.pk-ss-slider-wrapper {
		padding: 10px 0;
	}
	
/* ── Package Selection Cards ─────────────────────────────────────────────── */
.spo-package-selector {
	margin-top: 4px;
}
.spo-pkg-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
	cursor: pointer;
	transition: all 0.25s ease;
	position: relative;
	user-select: none;
}
.spo-pkg-card:hover {
	border-color: #A97A0F;
	background: #fbf8f1;
}
.spo-pkg-card.active {
	border-color: #A97A0F;
	background: #fbf8f1;
	box-shadow: 0 4px 14px rgba(132, 190, 43, 0.15);
}
.spo-pkg-card input[type="radio"] {
	accent-color: #A97A0F;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.spo-pkg-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.spo-pkg-title {
	font-size: 14.5px;
	font-weight: 700;
	color: #111827;
}
.spo-pkg-sub {
	font-size: 12px;
	color: #6b7280;
}
.spo-badge-best {
	font-size: 11px;
	font-weight: 700;
	background: #ffedd5;
	color: #c2410c;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 6px;
}
.spo-badge-save {
	font-size: 11px;
	font-weight: 700;
	background: #dcfce7;
	color: #15803d;
	padding: 2px 8px;
	border-radius: 20px;
	margin-left: 6px;
}

/* ── Section Sub-Badges ─────────────────────────────────────────────────── */
.spo-sub-badge {
	font-size: 11px;
	font-weight: 700;
	color: #50870F;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

/* ── Ingredients Cards ───────────────────────────────────────────────────── */
.spo-ingredients-section {
	width: 100%;
}
.spo-ing-card {
	background: #f9f9f6;
	border: 1.5px solid #eef2e6;
	border-radius: 16px;
	padding: 22px 16px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.spo-ing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(132, 190, 43, 0.12);
	border-color: #A97A0F;
}
.spo-ing-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #e4f4cc;
	color: #50870F;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 auto 14px;
}
.spo-ing-card h5 {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 8px;
}
.spo-ing-card p {
	font-size: 13px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0;
}

/* ── Usage Guide Cards ───────────────────────────────────────────────────── */
.spo-usage-section {
	width: 100%;
}
.spo-step-card {
	background: #ffffff;
	border: 1.5px solid #d1f0a2;
	border-radius: 16px;
	padding: 24px 20px;
	height: 100%;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.spo-step-num {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	background: #A97A0F;
	color: #fff;
	padding: 3px 10px;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}
.spo-step-card h5 {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 8px;
}
.spo-step-card p {
	font-size: 13.5px;
	color: #374151;
	line-height: 1.6;
	margin: 0;
}

/* ── FAQ Accordion ───────────────────────────────────────────────────────── */
.spo-faq-section {
	width: 100%;
}
.spo-faq-accordion .accordion-item {
	border: 1.5px solid #e5e7eb;
	border-radius: 12px !important;
	margin-bottom: 12px;
	overflow: hidden;
}
.spo-faq-accordion .accordion-button {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	background: #f9fafb;
	padding: 16px 20px;
	box-shadow: none !important;
}
.spo-faq-accordion .accordion-button:not(.collapsed) {
	background: #fbf8f1;
	color: #50870F;
}
.spo-faq-accordion .accordion-body {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.7;
	padding: 16px 20px;
	background: #fff;
}

/* ── Mobile Sticky CTA Bar ──────────────────────────────────────────────── */
.spo-mobile-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1.5px solid #e5e7eb;
	padding: 10px 16px;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
}
.spo-ms-info {
	display: flex;
	flex-direction: column;
}
.spo-ms-title {
	font-size: 12.5px;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
}
.spo-ms-price {
	font-size: 15px;
	font-weight: 800;
	color: #A97A0F;
}
.spo-ms-btn {
	background: var(--pk-gradient-main);
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(132, 190, 43, 0.35);
}

@media (max-width: 575.98px) {
	.spo-ingredients-section,
	.spo-usage-section,
	.spo-faq-section {
		padding: 24px 16px;
	}
/* ── Top Urgency Banner ─────────────────────────────────────────────────── */
.spo-urgency-banner {
	background: var(--pk-gradient-main);
	color: #ffffff;
	font-size: 13.5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.spo-ub-text {
	font-weight: 500;
}
.spo-timer-box {
	background: #ffffff;
	color: #50870F;
	font-weight: 800;
	font-size: 13px;
	padding: 2px 7px;
	border-radius: 6px;
	min-width: 28px;
	text-align: center;
	display: inline-block;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ── Minimal Landing Header ─────────────────────────────────────────────── */
.spo-landing-header {
	padding: 10px 0;
	background: #ffffff;
}
.spo-header-phone {
	display: inline-flex;
	align-items: center;
	background: #fbf8f1;
	color: #50870F;
	border: 1.5px solid #d1f0a2;
	padding: 8px 18px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.25s ease;
	white-space: nowrap;
}
.spo-header-phone:hover {
	background: #A97A0F;
	color: #ffffff;
	border-color: #A97A0F;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(132, 190, 43, 0.25);
}
.spo-header-phone strong {
	font-weight: 800;
}

/* ── Landing Header Responsive ──────────────────────────────────────────── */
@media (max-width: 575.98px) {
	.spo-landing-header .container-xxl {
		flex-direction: column;
		gap: 8px;
		align-items: center;
	}
	.spo-logo {
		flex-shrink: 0;
	}
	.spo-logo img,
	.spo-logo .custom-logo {
		max-height: 44px;
		width: auto;
	}
	.spo-header-phone {
		font-size: 13px;
		padding: 7px 14px;
		width: 100%;
		justify-content: center;
	}
}


/* ── Before vs After Section ─────────────────────────────────────────────── */
.spo-ba-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1.5px solid #eef2e6;
}
.spo-ba-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}
.spo-ba-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	font-size: 10.5px;
	font-weight: 800;
	padding: 3px 8px;
	border-radius: 20px;
	text-transform: uppercase;
}
.spo-ba-badge.before {
	background: rgba(17, 24, 39, 0.85);
	color: #ffffff;
}
.spo-ba-badge.after {
	background: #A97A0F;
	color: #ffffff;
}

/* ── Trust Counter Banner (Premium Glassmorphic) ───────────────────────── */
.spo-counter-banner {
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.spo-counter-card {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1.5px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	padding: 22px 14px;
	transition: all 0.3s ease;
	height: 100%;
}
.spo-counter-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.spo-cc-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}
.spo-cc-number {
	font-size: 1.8rem;
	font-weight: 800;
	color: #ffffff !important;
	margin-bottom: 4px;
	letter-spacing: -0.5px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.spo-cc-title {
	display: block;
	font-size: 14.5px;
	font-weight: 700;
	color: #ffffff !important;
	letter-spacing: 0.2px;
	opacity: 0.95;
}

/* ── Hide Theme Header & Footer for Single Product Order Page Template ── */
#dcAnnounce,
#dcHeader,
.pk-premium-cta-section,
footer.dc-footer,
footer.site-footer,
.site-header {
	display: none !important;
}

/* ── SPO Hero Section (Top Fold Showcase) ────────────────────────────────── */
.spo-hero-wrap {
	background: #f9f9f6;
}
.spo-hero-content {
	box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}
.spo-hero-title {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #111827;
}
.spo-hero-cta-btn {
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	letter-spacing: 0.3px;
}
.spo-hero-cta-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(132, 190, 43, 0.45) !important;
}
.spo-hero-call-btn {
	transition: all 0.25s ease;
	border-color: #d1d5db !important;
}
.spo-hero-call-btn:hover {
	background: #f9fafb !important;
	border-color: #A97A0F !important;
	transform: translateY(-2px);
}

/* ── SPO Checkout / Order Form Section (Lower Section) ───────────────────── */
.spo-checkout-section {
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}
.spo-form-header-badge {
	box-shadow: 0 4px 15px rgba(30, 57, 2, 0.2);
}
.spo-form-prod-summary {
	background: #f9fafb !important;
}

/* ── SPO Bundle Package Selection System (Vertical Reference List) ───────────── */
.spo-bundle-option {
	border: 2px solid #e5e7eb !important;
	border-radius: 16px !important;
	background: #f9fafb;
	transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.spo-bundle-option:hover {
	border-color: #A97A0F !important;
	background: #fbf8f1 !important;
	transform: translateY(-2px);
}
.spo-bundle-option.active {
	border-color: #A97A0F !important;
	background: #fbf8f1 !important;
	box-shadow: 0 4px 16px rgba(132, 190, 43, 0.15) !important;
}
.spo-radio-circle {
	transition: border-color 0.2s;
}

/* ── SPO Premium Step Cards ────────────────────────────────────────────────── */
.spo-premium-step-card {
	border: 1.5px solid #eef2e6 !important;
	transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.spo-premium-step-card:hover {
	transform: translateY(-6px);
	border-color: #A97A0F !important;
	box-shadow: 0 15px 35px rgba(132, 190, 43, 0.18) !important;
}
.spo-premium-step-card:hover .spo-step-icon-wrap {
	background: #A97A0F !important;
	color: #ffffff !important;
	border-color: #A97A0F !important;
	transform: scale(1.08);
}
.spo-step-icon-wrap {
	transition: all 0.3s ease;
}
.spo-step-pill {
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
	margin-top: -12px;
	letter-spacing: 0.5px;
}
.spo-pro-tip-box {
	box-shadow: 0 4px 15px rgba(132, 190, 43, 0.1);
}
