/* ============================================================
   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: 400px;
  }

  .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: 320px !important;
    padding: 40px !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 {
    display: none !important;
  }

  .dc-announce__inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding-right: 25px;
    /* Leave space for absolute close button */
  }

  .dc-announce__left {
    text-align: center;
  }

  .dc-announce p {
    font-size: 11px !important;
    line-height: 1.4 !important;
    padding: 0 10px !important;
  }

  .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: 320px;
    padding: 25px;
  }

  .pk-hero-banner--side {
    min-height: 180px;
    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: 200px;
    padding: 20px;
  }

  .pk-promo-title {
    font-size: 20px;
  }

  .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: 240px !important;
    padding: 24px 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: 160px !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: 78px;
    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-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@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: 85px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .pk-whatsapp-tooltip {
    display: none;
    /* Hide tooltip on small screens */
  }
}

@media (max-width: 768px) {
  .pk-back-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@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, #F27A1A);
    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(242, 122, 26, 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, #d15f07);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(242, 122, 26, 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, #F27A1A) !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: 6px !important;
    font-size: 12px !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;
  }
}
