/*
Theme Name: SK Brothers Store
Theme URI: https://skbrothers.store/
Description: SK brothers e-commerce — Hello Elementor + WooCommerce storefront.
Author: SK Brothers
Template: hello-elementor
Version: 1.2.3
Text Domain: pak-ecom-child
*/

:root {
  --pakecom-primary: #1e3a2f;
  --pakecom-primary-light: #2f5c47;
  --pakecom-accent: #c9a227;
  --pakecom-accent-light: #e0bc5c;
  --pakecom-bg: #f5f3ef;
  --pakecom-surface: #ffffff;
  --pakecom-text: #1a1a1a;
  --pakecom-muted: #5c5c5c;
  --pakecom-border: #ddd8ce;
  --pakecom-radius: 12px;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--pakecom-bg);
  color: var(--pakecom-text);
  font-size: 15px;
  line-height: 1.6;
}

h1, h2, h3, h4, .elementor-heading-title {
  font-family: "Playfair Display", serif;
}

/* Header (Theme Builder) */
.pakecom-header-top {
  background: var(--pakecom-primary) !important;
  color: #fff;
}

.pakecom-nav-bar {
  background: var(--pakecom-primary-light) !important;
}

.pakecom-header-top .elementor-heading-title,
.pakecom-header-top a {
  color: #fff !important;
}

.pakecom-logo-accent {
  color: var(--pakecom-accent) !important;
}

.pakecom-nav-bar .elementor-nav-menu--main .elementor-item {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 18px !important;
  border-bottom: 3px solid transparent;
}

.pakecom-nav-bar .elementor-nav-menu--main .elementor-item:hover,
.pakecom-nav-bar .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--pakecom-accent) !important;
  border-bottom-color: var(--pakecom-accent) !important;
}

.pakecom-search .elementor-search-form__input {
  border: none !important;
  border-radius: 0 !important;
}

.pakecom-search .elementor-search-form__container {
  border: 2px solid var(--pakecom-accent) !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.pakecom-search .elementor-search-form__submit {
  background: var(--pakecom-accent) !important;
  color: var(--pakecom-primary) !important;
  min-width: 90px;
  font-weight: 600;
}

.elementor-menu-cart__toggle .elementor-button {
  background: var(--pakecom-accent) !important;
  color: var(--pakecom-primary) !important;
  border-radius: 8px !important;
  font-weight: 600;
}

/* Hero — SK Brothers */
.pakecom-hero-unified,
.pakecom-hero.pakecom-hero-unified {
  background: linear-gradient(128deg, #1e3a2f 0%, #2f5c47 55%, #4a8f6a 100%) !important;
  color: #fff !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pakecom-hero-unified::before,
.pakecom-hero.pakecom-hero-unified::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.pakecom-hero-unified .elementor-container,
.pakecom-hero-unified .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

.pakecom-hero-sub {
  text-align: center;
  opacity: 0.88;
  max-width: 540px;
  margin: 0 auto 28px !important;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

.pakecom-hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 36px;
}

a.pakecom-btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: "DM Sans", sans-serif;
}

a.pakecom-btn-gold {
  background: var(--pakecom-accent) !important;
  color: var(--pakecom-primary) !important;
}

a.pakecom-btn-gold:hover {
  background: var(--pakecom-accent-light) !important;
  transform: translateY(-1px);
}

a.pakecom-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

a.pakecom-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1) !important;
}

.pakecom-hero-stats {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.pakecom-hero-stat {
  text-align: center;
  min-width: 90px;
}

.pakecom-hero-stat strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: var(--pakecom-accent);
  line-height: 1.2;
}

.pakecom-hero-stat span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}

/* Legacy hero sections merged visually */
.pakecom-hero + .pakecom-hero {
  display: none !important;
}

.pakecom-hero {
  background: linear-gradient(128deg, #1e3a2f 0%, #2f5c47 55%, #4a8f6a 100%) !important;
  color: #fff !important;
  text-align: center;
  padding: 70px 24px 80px !important;
}

.pakecom-hero .elementor-heading-title {
  color: #fff !important;
  font-size: clamp(2rem, 5vw, 3rem) !important;
}

.pakecom-hero-accent {
  color: var(--pakecom-accent) !important;
}

.pakecom-hero .elementor-button.elementor-button-link.elementor-size-sm {
  border-radius: 8px;
  font-weight: 700;
  padding: 13px 32px;
}

.pakecom-btn-gold .elementor-button {
  background: var(--pakecom-accent) !important;
  color: var(--pakecom-primary) !important;
  border: none !important;
}

.pakecom-btn-outline .elementor-button,
.pakecom-btn-outline a.elementor-button,
.pakecom-btn-outline .elementor-button-link {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
}

.pakecom-btn-outline .elementor-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
}

.pakecom-stat strong,
.pakecom-stat .elementor-counter-number {
  color: var(--pakecom-accent) !important;
  font-family: "Playfair Display", serif !important;
}

.pakecom-stat .elementor-counter-title,
.pakecom-stat .elementor-counter-number-prefix,
.pakecom-stat .elementor-counter-number-suffix {
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px !important;
}

.pakecom-hero .elementor-counter-number-wrapper,
.pakecom-hero .elementor-counter-number,
.pakecom-hero .elementor-heading-title.pakecom-stat {
  color: var(--pakecom-accent) !important;
}

/* Override Elementor global cyan/blue on storefront */
.elementor-page .pakecom-section-title .elementor-heading-title,
.elementor-page .pakecom-trending .elementor-heading-title,
.pakecom-trending + .elementor-widget-text-editor,
.elementor-widget-woocommerce-products.pakecom-trending ~ .elementor-widget-heading .elementor-heading-title {
  color: var(--pakecom-primary) !important;
}

.elementor-page .elementor-section:not(.pakecom-hero):not(.pakecom-trust):not(.pakecom-footer) .elementor-widget-heading .elementor-heading-title {
  color: var(--pakecom-primary);
}

.elementor-widget-woocommerce-products .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products .woocommerce-loop-product__title a {
  color: var(--pakecom-text) !important;
}

.elementor-widget-woocommerce-products .price,
.elementor-widget-woocommerce-products .price .amount,
.pakecom-products .price,
.pakecom-products .price .amount,
.pakecom-products ins {
  color: var(--pakecom-primary) !important;
  text-decoration: none !important;
  font-weight: 700;
}

.pakecom-products del,
.pakecom-products .price del {
  color: var(--pakecom-muted) !important;
  opacity: 0.8;
}

.pakecom-products .woocommerce-loop-product__title a:hover {
  color: var(--pakecom-primary) !important;
}

.elementor-widget-woocommerce-products .star-rating,
.pakecom-products .star-rating {
  color: var(--pakecom-accent) !important;
}

.elementor-widget-woocommerce-products .star-rating,
.elementor-widget-woocommerce-products .star-rating span::before {
  color: var(--pakecom-accent) !important;
}

/* Sections */
.pakecom-section-title .elementor-heading-title {
  color: var(--pakecom-primary) !important;
  font-size: 1.8rem !important;
}

.pakecom-section-sub {
  color: var(--pakecom-muted) !important;
}

/* Category cards */
.pakecom-categories ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pakecom-categories ul.products::before,
.pakecom-categories ul.products::after {
  display: none !important;
}

.pakecom-categories ul.products li.product-category {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

.pakecom-categories ul.products li.product-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 180px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pakecom-categories ul.products li.product-category a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.pakecom-categories ul.products li.product-category img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  transition: transform 0.5s ease;
}

.pakecom-categories ul.products li.product-category a:hover img {
  transform: scale(1.08);
}

.pakecom-categories ul.products li.product-category .woocommerce-loop-category__title {
  position: relative;
  z-index: 2;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center;
  padding: 16px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: 100%;
}

.pakecom-categories ul.products li.product-category .count {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: none !important;
}

.pakecom-categories ul.products li.product-category a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.pakecom-categories .pakecom-cat-emoji {
  position: relative;
  z-index: 2;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Product grids — shop, home, category, related (reference card layout) */
.pakecom-products ul.products,
.elementor-widget-woocommerce-products ul.products,
.elementor-widget-woocommerce-product-related ul.products,
body.pakecom-shop-archive ul.products,
.pakecom-single-tabs section.related ul.products,
.pakecom-store section.related.products > ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pakecom-products ul.products::before,
.pakecom-products ul.products::after,
.elementor-widget-woocommerce-products ul.products::before,
.elementor-widget-woocommerce-products ul.products::after,
.elementor-widget-woocommerce-product-related ul.products::before,
.elementor-widget-woocommerce-product-related ul.products::after,
body.pakecom-shop-archive ul.products::before,
body.pakecom-shop-archive ul.products::after,
.pakecom-single-tabs section.related ul.products::before,
.pakecom-single-tabs section.related ul.products::after,
.pakecom-store section.related.products > ul.products::before,
.pakecom-store section.related.products > ul.products::after {
  display: none !important;
}

.pakecom-store ul.products li.product,
.pakecom-products ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product,
.elementor-widget-woocommerce-product-related ul.products li.product,
body.pakecom-shop-archive ul.products li.product,
.pakecom-single-tabs section.related ul.products li.product,
.pakecom-store section.related.products > ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  background: var(--pakecom-surface);
  border: 1px solid var(--pakecom-border);
  border-radius: var(--pakecom-radius);
  overflow: hidden;
  padding: 0 0 18px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pakecom-store ul.products li.product:hover,
.pakecom-products ul.products li.product:hover,
.elementor-widget-woocommerce-products ul.products li.product:hover,
.elementor-widget-woocommerce-product-related ul.products li.product:hover,
body.pakecom-shop-archive ul.products li.product:hover,
.pakecom-single-tabs section.related ul.products li.product:hover,
.pakecom-store section.related.products > ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.pakecom-store ul.products li.product .woocommerce-loop-product__link {
  display: block;
  flex: 1 1 auto;
  text-decoration: none;
}

.pakecom-store ul.products li.product img,
.pakecom-products ul.products li.product img,
.elementor-widget-woocommerce-products ul.products li.product img,
.elementor-widget-woocommerce-product-related ul.products li.product img,
body.pakecom-shop-archive ul.products li.product img,
.pakecom-single-tabs section.related ul.products li.product img,
.pakecom-store section.related.products > ul.products li.product img {
  margin-bottom: 0 !important;
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.pakecom-store ul.products li.product .woocommerce-loop-product__title,
.pakecom-products ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-product-related ul.products li.product .woocommerce-loop-product__title,
body.pakecom-shop-archive ul.products li.product .woocommerce-loop-product__title,
.pakecom-single-tabs section.related ul.products li.product .woocommerce-loop-product__title,
.pakecom-store section.related.products > ul.products li.product .woocommerce-loop-product__title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.4;
  padding: 14px 16px 6px !important;
  margin: 0 !important;
  color: var(--pakecom-text) !important;
}

.pakecom-store ul.products li.product .star-rating,
.pakecom-products ul.products li.product .star-rating,
.elementor-widget-woocommerce-products ul.products li.product .star-rating,
.elementor-widget-woocommerce-product-related ul.products li.product .star-rating,
body.pakecom-shop-archive ul.products li.product .star-rating,
.pakecom-single-tabs section.related ul.products li.product .star-rating,
.pakecom-store section.related.products > ul.products li.product .star-rating {
  margin: 0 16px 8px !important;
  float: none !important;
  font-size: 0.85em;
}

.pakecom-store ul.products li.product .price,
.pakecom-products ul.products li.product .price,
.elementor-widget-woocommerce-products ul.products li.product .price,
.elementor-widget-woocommerce-product-related ul.products li.product .price,
body.pakecom-shop-archive ul.products li.product .price,
.pakecom-single-tabs section.related ul.products li.product .price,
.pakecom-store section.related.products > ul.products li.product .price {
  color: var(--pakecom-primary) !important;
  font-weight: 700;
  font-size: 1.05rem !important;
  line-height: 1.3;
  padding: 0 16px !important;
  margin: 0 !important;
  display: block;
}

.pakecom-store ul.products li.product .price ins,
.pakecom-store ul.products li.product .price ins .amount,
.pakecom-store ul.products li.product .price .amount,
.pakecom-products ul.products li.product .price ins,
.elementor-widget-woocommerce-products ul.products li.product .price ins,
.elementor-widget-woocommerce-products ul.products li.product .price .amount,
body.pakecom-shop-archive ul.products li.product .price ins,
body.pakecom-shop-archive ul.products li.product .price .amount,
.pakecom-single-tabs section.related ul.products li.product .price ins,
.pakecom-single-tabs section.related ul.products li.product .price .amount,
.elementor-widget-woocommerce-product-related ul.products li.product .price ins,
.elementor-widget-woocommerce-product-related ul.products li.product .price .amount,
.pakecom-store section.related.products > ul.products li.product .price ins,
.pakecom-store section.related.products > ul.products li.product .price .amount {
  color: var(--pakecom-primary) !important;
  text-decoration: none !important;
}

.pakecom-store ul.products li.product .price del,
.pakecom-products ul.products li.product .price del,
.elementor-widget-woocommerce-products ul.products li.product .price del,
.elementor-widget-woocommerce-product-related ul.products li.product .price del,
body.pakecom-shop-archive ul.products li.product .price del,
.pakecom-single-tabs section.related ul.products li.product .price del,
.pakecom-store section.related.products > ul.products li.product .price del {
  font-size: 13px !important;
  font-weight: 500;
  margin-right: 6px;
}

/* Compact Add to cart — not full-width block */
.pakecom-store ul.products li.product a.button,
.pakecom-store ul.products li.product .button.add_to_cart_button,
.pakecom-products ul.products li.product .button,
.elementor-widget-woocommerce-products ul.products li.product .button,
.elementor-widget-woocommerce-product-related ul.products li.product .button,
body.pakecom-shop-archive ul.products li.product .button,
.pakecom-single-tabs section.related ul.products li.product .button,
.pakecom-store section.related.products > ul.products li.product .button {
  align-self: flex-start !important;
  margin: 12px 16px 0 !important;
  padding: 9px 16px !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  max-width: calc(100% - 32px);
  background: var(--pakecom-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 7px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  display: inline-block !important;
  text-align: center;
  white-space: nowrap;
}

.pakecom-store ul.products li.product a.button:hover,
.pakecom-store ul.products li.product .button:hover,
.pakecom-products ul.products li.product .button:hover,
.elementor-widget-woocommerce-products ul.products li.product .button:hover,
.elementor-widget-woocommerce-product-related ul.products li.product .button:hover,
body.pakecom-shop-archive ul.products li.product .button:hover,
.pakecom-single-tabs section.related ul.products li.product .button:hover,
.pakecom-store section.related.products > ul.products li.product .button:hover {
  background: var(--pakecom-primary-light) !important;
  color: #fff !important;
}

.pakecom-store .onsale,
.pakecom-products .onsale,
.elementor-widget-woocommerce-products .onsale,
.elementor-widget-woocommerce-product-related .onsale,
body.pakecom-shop-archive .onsale,
.pakecom-single-tabs section.related .onsale,
.pakecom-store section.related.products .onsale {
  background: var(--pakecom-accent) !important;
  color: var(--pakecom-primary) !important;
  border-radius: 20px;
  font-weight: 700;
  font-size: 11px;
  min-height: auto;
  line-height: 1.4;
  padding: 3px 10px;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
}

/* Shop / category archive (same cards as homepage) */
body.pakecom-shop-archive .site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 56px;
}

body.pakecom-shop-archive .woocommerce-products-header {
  margin-bottom: 8px;
}

body.pakecom-shop-archive .woocommerce-products-header__title {
  color: var(--pakecom-primary);
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

body.pakecom-shop-archive .term-description {
  color: var(--pakecom-muted);
  font-size: 15px;
  margin-bottom: 20px;
}

body.pakecom-shop-archive .term-description p {
  margin: 0;
}

body.pakecom-shop-archive .woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

body.pakecom-shop-archive .woocommerce-result-count,
body.pakecom-shop-archive .woocommerce-ordering {
  margin-bottom: 24px;
}

body.pakecom-shop-archive .woocommerce-ordering select.orderby {
  border: 1.5px solid var(--pakecom-border);
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  background: var(--pakecom-surface);
  color: var(--pakecom-text);
}

body.pakecom-shop-archive .woocommerce-result-count {
  color: var(--pakecom-muted);
  font-size: 14px;
}

@media (min-width: 768px) {
  body.pakecom-shop-archive .woocommerce-result-count {
    float: left;
  }

  body.pakecom-shop-archive .woocommerce-ordering {
    float: right;
  }

  body.pakecom-shop-archive ul.products {
    clear: both;
  }
}

/* Trust section — light text on green */
.pakecom-trust,
.pakecom-trust-head,
.pakecom-trust-grid {
  background: var(--pakecom-primary) !important;
  color: #fff !important;
}

.pakecom-trust-head {
  text-align: center;
  padding: 48px 24px 12px !important;
}

.pakecom-trust-grid {
  padding: 8px 24px 56px !important;
}

.pakecom-trust-head .elementor-heading-title,
.pakecom-trust .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
}

.pakecom-trust-sub,
.pakecom-trust .elementor-widget-text-editor,
.pakecom-trust .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.88) !important;
  text-align: center;
  margin: 0 0 8px !important;
}

.pakecom-trust-grid .elementor-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-wrapper {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  height: 100%;
}

.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  color: var(--pakecom-accent) !important;
  fill: var(--pakecom-accent) !important;
}

.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-title,
.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-title span,
.pakecom-trust-box .elementor-icon-box-title {
  color: var(--pakecom-accent) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-description,
.pakecom-trust .elementor-widget-icon-box .elementor-icon-box-description span,
.pakecom-trust .elementor-widget-icon-box p,
.pakecom-trust-box .elementor-icon-box-description {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

/* Footer — all text light on green */
.pakecom-footer {
  background: var(--pakecom-primary) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 48px 24px 24px !important;
}

.pakecom-footer .elementor-heading-title,
.pakecom-footer .elementor-widget-heading .elementor-heading-title,
.pakecom-footer .elementor-icon-list-text,
.pakecom-footer .elementor-widget-text-editor,
.pakecom-footer .elementor-widget-text-editor p,
.pakecom-footer p,
.pakecom-footer strong {
  color: rgba(255, 255, 255, 0.9) !important;
}

.pakecom-footer a,
.pakecom-footer .elementor-icon-list-item a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.pakecom-footer a:hover {
  color: var(--pakecom-accent) !important;
}

/* Policy pages */
.pakecom-policy {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.pakecom-policy h1 {
  color: var(--pakecom-primary);
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.pakecom-policy h2 {
  color: var(--pakecom-primary);
  font-size: 1.35rem;
  margin: 28px 0 12px;
}

.pakecom-policy p,
.pakecom-policy li {
  color: var(--pakecom-muted);
}

/* Track Order page */
.pakecom-track-order .pakecom-track-intro {
  font-size: 1.05rem;
  margin-bottom: 24px;
  color: var(--pakecom-muted);
}

.pakecom-track-card {
  background: var(--pakecom-surface);
  border: 1px solid var(--pakecom-border);
  border-radius: var(--pakecom-radius);
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.pakecom-track-form .form-row {
  margin: 0 0 18px;
  float: none;
  width: 100%;
}

.pakecom-track-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: var(--pakecom-text);
}

.pakecom-track-form .input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--pakecom-border);
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

.pakecom-track-form .input-text:focus {
  border-color: var(--pakecom-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 58, 47, 0.12);
}

.pakecom-track-btn,
.pakecom-track-form .button {
  width: 100%;
  background: var(--pakecom-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  margin-top: 8px;
}

.pakecom-track-btn:hover,
.pakecom-track-form .button:hover {
  background: var(--pakecom-primary-light) !important;
}

.pakecom-track-help {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--pakecom-border);
}

/* Order number — thank you page & tracking */
.pakecom-order-number-box {
  background: linear-gradient(135deg, #f5f3ef 0%, #fff 100%);
  border: 2px solid var(--pakecom-primary);
  border-radius: var(--pakecom-radius);
  padding: 20px 24px;
  margin: 0 0 28px;
  text-align: center;
}

.pakecom-order-number-box--inline {
  margin-bottom: 20px;
}

.pakecom-order-number-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--pakecom-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pakecom-order-number-value {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--pakecom-primary);
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

.pakecom-order-number-hint {
  margin: 0;
  font-size: 14px;
  color: var(--pakecom-muted);
}

.pakecom-order-number-hint a {
  color: var(--pakecom-primary);
  font-weight: 600;
}

.pakecom-track-summary-row--highlight {
  background: var(--pakecom-surface);
  margin: -8px -12px 8px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--pakecom-border);
}

.pakecom-track-order-id {
  font-size: 1.15rem;
  color: var(--pakecom-primary);
}

/* Thank you / order received */
.woocommerce-order .woocommerce-order-overview__order strong,
.woocommerce-thankyou-order-details .order strong {
  color: var(--pakecom-primary);
  font-size: 1.1rem;
}

.pakecom-track-help h2 {
  font-size: 1.15rem;
  margin-top: 0;
}

.pakecom-track-result {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--pakecom-border);
}

.pakecom-track-result-header h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  color: var(--pakecom-primary);
}

.pakecom-track-result .order-info {
  color: var(--pakecom-muted);
  margin-bottom: 24px;
}

.pakecom-track-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pakecom-track-step {
  flex: 1 1 22%;
  min-width: 120px;
  text-align: center;
  position: relative;
  padding: 0 8px 8px;
}

.pakecom-track-step-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pakecom-border);
  margin: 0 auto 10px;
  border: 3px solid var(--pakecom-surface);
  box-shadow: 0 0 0 2px var(--pakecom-border);
}

.pakecom-track-step.is-done .pakecom-track-step-dot {
  background: var(--pakecom-primary);
  box-shadow: 0 0 0 2px var(--pakecom-primary);
}

.pakecom-track-step.is-error .pakecom-track-step-dot {
  background: #c0392b;
  box-shadow: 0 0 0 2px #c0392b;
}

.pakecom-track-step-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--pakecom-muted);
  line-height: 1.3;
  display: block;
}

.pakecom-track-step.is-done .pakecom-track-step-label {
  color: var(--pakecom-primary);
}

.pakecom-track-summary {
  background: var(--pakecom-bg);
  border-radius: var(--pakecom-radius);
  padding: 16px 20px;
  margin-bottom: 24px;
}

.pakecom-track-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--pakecom-border);
  font-size: 14px;
}

.pakecom-track-summary-row:last-child {
  border-bottom: none;
}

.pakecom-track-updates-title {
  font-size: 1.1rem;
  color: var(--pakecom-primary);
  margin: 0 0 12px;
}

.pakecom-track-notes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pakecom-track-note {
  background: var(--pakecom-bg);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.pakecom-track-note time {
  display: block;
  font-size: 12px;
  color: var(--pakecom-muted);
  margin-bottom: 6px;
}

.pakecom-track-order .woocommerce-order-details {
  margin-top: 24px;
}

.pakecom-track-order .woocommerce-order-details__title {
  font-size: 1.15rem;
  color: var(--pakecom-primary);
}

.pakecom-track-order .woocommerce-table--order-details {
  border: 1px solid var(--pakecom-border);
  border-radius: var(--pakecom-radius);
  overflow: hidden;
}

.pakecom-track-order-page .woocommerce-message,
.pakecom-track-order-page .woocommerce-error,
.pakecom-track-order-page .woocommerce-info {
  margin: 0 0 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .pakecom-track-card {
    padding: 20px 18px;
  }

  .pakecom-track-step {
    flex: 1 1 45%;
  }
}

/* WooCommerce general */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  max-width: 1200px;
  margin: 16px auto;
  padding: 0 24px;
}

.woocommerce span.amount,
.woocommerce-Price-amount {
  font-weight: 700;
}

body.pakecom-shop-archive ul.products .price,
body.pakecom-shop-archive ul.products .price .amount,
body.pakecom-shop-archive ul.products ins,
body.pakecom-shop-archive ul.products ins .amount {
  color: var(--pakecom-primary) !important;
  text-decoration: none !important;
}

body.pakecom-shop-archive ul.products del,
body.pakecom-shop-archive ul.products del .amount {
  color: var(--pakecom-muted) !important;
  opacity: 0.85;
}

body.pakecom-shop-archive ul.products .star-rating,
body.pakecom-shop-archive ul.products .star-rating span::before {
  color: var(--pakecom-accent) !important;
}

/* Sticky header */
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

/* Slide-in cart (Pak-Ecom style) */
.pakecom-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.pakecom-cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

.pakecom-cart-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  max-width: 92vw;
  background: var(--pakecom-surface);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.pakecom-cart-sidebar.open {
  transform: translateX(0);
}

body.pakecom-cart-open {
  overflow: hidden;
}

.pakecom-cart-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--pakecom-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pakecom-cart-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--pakecom-text);
  font-family: "DM Sans", sans-serif;
}

.pakecom-cart-close {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--pakecom-muted);
  padding: 4px 8px;
  border-radius: 6px;
}

.pakecom-cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.pakecom-cart-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 16px;
  color: var(--pakecom-muted);
  font-size: 14px;
}

.pakecom-cart-loading-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid var(--pakecom-border);
  border-top-color: var(--pakecom-primary);
  border-radius: 50%;
  animation: pakecom-spin 0.7s linear infinite;
}

@keyframes pakecom-spin {
  to {
    transform: rotate(360deg);
  }
}

.add_to_cart_button.pakecom-atc-loading,
.single_add_to_cart_button.pakecom-atc-loading {
  opacity: 0.75;
  pointer-events: none;
}

.add_to_cart_button.added,
.single_add_to_cart_button.added {
  background: var(--pakecom-primary-light) !important;
}

.pakecom-cart-empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--pakecom-muted);
}

.pakecom-cart-empty-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}

.pakecom-cart-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--pakecom-border);
  align-items: flex-start;
}

.pakecom-cart-item-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}

.pakecom-cart-item-info {
  flex: 1;
}

.pakecom-cart-item-info h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  font-family: "DM Sans", sans-serif;
}

.pakecom-qty-ctrl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.pakecom-qty-ctrl .pakecom-qty-minus,
.pakecom-qty-ctrl .pakecom-qty-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--pakecom-border);
  background: var(--pakecom-bg) !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--pakecom-text) !important;
  box-shadow: none;
  flex-shrink: 0;
  transition: background 0.15s ease;
}

.pakecom-qty-ctrl .pakecom-qty-minus:hover,
.pakecom-qty-ctrl .pakecom-qty-plus:hover {
  background: var(--pakecom-border) !important;
}

.pakecom-qty-ctrl .pakecom-qty-num {
  display: inline-block;
  min-width: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: var(--pakecom-text);
}

.pakecom-remove-item {
  background: none;
  border: none;
  color: #c0392b;
  cursor: pointer;
  font-size: 16px;
}

.pakecom-cart-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--pakecom-border);
}

.pakecom-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--pakecom-muted);
}

.pakecom-summary-total {
  font-weight: 700;
  font-size: 16px;
  color: var(--pakecom-text) !important;
  border-top: 1px solid var(--pakecom-border);
  padding-top: 10px;
  margin-top: 4px;
}

.pakecom-checkout-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  background: var(--pakecom-primary);
  color: #fff !important;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.pakecom-checkout-btn:hover {
  background: var(--pakecom-primary-light);
}

/* Elementor side cart alignment */
.elementor-menu-cart--cart-type-side-cart .elementor-menu-cart__container {
  z-index: 10000;
}

/* Single product page */
.elementor-location-single {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: var(--pakecom-bg);
}

.elementor-location-single > .elementor-section {
  width: 100% !important;
}

.pakecom-single-wrap,
.pakecom-single-product,
.pakecom-single-tabs {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pakecom-single-wrap {
  padding: 16px 24px 0 !important;
}

.pakecom-single-wrap .elementor-container,
.pakecom-single-product .elementor-container,
.pakecom-single-tabs .elementor-container {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.pakecom-single-wrap .woocommerce-breadcrumb {
  margin: 0;
  padding: 0 0 8px;
  font-size: 13px;
}

.pakecom-single-wrap .woocommerce-breadcrumb a {
  color: var(--pakecom-muted);
}

.pakecom-single-product {
  padding: 8px 24px 32px !important;
}

.pakecom-single-product > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 40px;
  justify-content: center;
}

.pakecom-single-product > .elementor-container > .elementor-column.elementor-col-48 {
  width: 48% !important;
  flex: 0 0 48% !important;
  max-width: 48% !important;
}

.pakecom-single-product > .elementor-container > .elementor-column.elementor-col-52 {
  width: 52% !important;
  flex: 0 0 52% !important;
  max-width: 52% !important;
}

.pakecom-single-product .elementor-widget-woocommerce-product-images {
  width: 100%;
}

.pakecom-single-product .woocommerce-product-gallery {
  opacity: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

.pakecom-single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--pakecom-radius);
}

.pakecom-single-product .onsale {
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
}

.pakecom-single-product .elementor-widget-wrap {
  gap: 4px;
}

.pakecom-single-product .elementor-widget-woocommerce-product-title .elementor-heading-title,
.pakecom-single-product-page .product_title {
  font-family: "Playfair Display", serif !important;
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  color: var(--pakecom-text) !important;
  line-height: 1.25;
  margin: 0 0 10px !important;
}

.pakecom-single-product .woocommerce-product-rating {
  margin-bottom: 14px;
}

.pakecom-single-product .star-rating {
  color: var(--pakecom-accent) !important;
}

.pakecom-single-product .elementor-widget-woocommerce-product-price .price,
.pakecom-single-product-page .summary .price {
  font-size: 1.75rem !important;
  color: var(--pakecom-primary) !important;
  font-weight: 700;
  margin: 0 0 16px !important;
  text-decoration: none !important;
}

.pakecom-single-product .elementor-widget-woocommerce-product-price .price ins,
.pakecom-single-product .elementor-widget-woocommerce-product-price .price ins .amount,
.pakecom-single-product-page .summary .price ins {
  text-decoration: none !important;
}

.pakecom-single-product .elementor-widget-woocommerce-product-price del,
.pakecom-single-product-page .summary .price del {
  font-size: 1rem;
  color: var(--pakecom-muted) !important;
  margin-right: 10px;
  opacity: 0.85;
}

.pakecom-single-product .woocommerce-product-details__short-description {
  color: var(--pakecom-muted);
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.pakecom-single-product .woocommerce-product-details__short-description p {
  margin: 0;
}

.pakecom-single-product .elementor-add-to-cart form.cart,
.pakecom-single-product-page form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap;
  margin: 0 0 8px !important;
}

.pakecom-single-product .elementor-add-to-cart .quantity,
.pakecom-single-product-page .quantity {
  margin: 0 !important;
}

.pakecom-single-product .quantity .qty,
.pakecom-single-product-page .quantity .qty {
  width: 56px;
  height: 44px;
  border: 1.5px solid var(--pakecom-border);
  border-radius: 8px;
  padding: 6px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.pakecom-single-product .single_add_to_cart_button,
.pakecom-single-product-page .single_add_to_cart_button {
  background: var(--pakecom-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  min-height: 44px;
  margin: 0 !important;
  flex: 1;
  min-width: 160px;
  max-width: 280px;
}

.pakecom-single-product .single_add_to_cart_button:hover,
.pakecom-single-product-page .single_add_to_cart_button:hover {
  background: var(--pakecom-primary-light) !important;
}

.pakecom-single-tabs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 48px !important;
}

.pakecom-single-tabs .woocommerce-tabs {
  max-width: 100%;
  margin: 0 auto;
}

.pakecom-single-tabs .woocommerce-tabs ul.tabs li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: var(--pakecom-muted);
}

.pakecom-single-tabs .woocommerce-tabs ul.tabs li.active a {
  color: var(--pakecom-primary);
  font-weight: 700;
}

.pakecom-single-tabs .woocommerce-Tabs-panel,
.pakecom-single-tabs .woocommerce-Tabs-panel--description {
  color: var(--pakecom-text);
  padding: 20px 0;
}

.pakecom-single-tabs .woocommerce-Tabs-panel h3 {
  color: var(--pakecom-primary);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  margin: 16px 0 10px;
}

.pakecom-single-tabs .woocommerce-Tabs-panel ul {
  margin: 0 0 16px 1.2em;
  color: var(--pakecom-muted);
}

.pakecom-single-tabs .woocommerce-Tabs-panel li {
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Related products on single product page — grid goes on ul.products, not section */
.pakecom-single-tabs section.related.products,
.pakecom-single-tabs .elementor-widget-woocommerce-product-related section.related.products {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--pakecom-border);
  clear: both;
  display: block;
  width: 100%;
}

.pakecom-single-tabs .related.products > h2,
.pakecom-single-tabs section.related.products > h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: var(--pakecom-primary);
  margin: 0 0 24px;
  text-align: left;
}

.pakecom-single-tabs .elementor-widget-woocommerce-product-related {
  margin-top: 32px;
  width: 100%;
}

/* Elementor related widget: 4-column row (not stacked) */
.elementor-widget-woocommerce-product-related.elementor-grid-4 ul.products.elementor-grid,
.pakecom-single-tabs .elementor-widget-woocommerce-product-related ul.products.elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.pakecom-single-product .woocommerce-product-details__short-description {
  color: var(--pakecom-text);
  font-size: 15px;
  line-height: 1.6;
}

.pakecom-single-product .woocommerce-product-details__short-description em {
  color: var(--pakecom-muted);
  font-size: 13px;
}

.pakecom-single-product-page .woocommerce-product-gallery {
  border: 1px solid var(--pakecom-border);
  border-radius: var(--pakecom-radius);
  overflow: hidden;
}

.pakecom-single-product-page .woocommerce-product-gallery__image img {
  border-radius: var(--pakecom-radius);
}

/* Fallback WC single when no Elementor template (do NOT target .elementor-location-single.product) */
.pakecom-single-product-page .site-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 60px;
}

.pakecom-single-product-page .site-main > div.product,
.pakecom-single-product-page:not(.elementor-page) div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* --- Mobile & tablet responsive --- */
@media (max-width: 1024px) {
  .pakecom-header-top .elementor-container,
  .pakecom-nav-bar .elementor-container,
  .pakecom-footer .elementor-container,
  .pakecom-trust .elementor-container {
    flex-wrap: wrap !important;
  }

  .pakecom-footer .elementor-column {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  body.pakecom-store {
    overflow-x: hidden;
  }

  .elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  /* Header: compact 2-row grid — logo + cart | search */
  .pakecom-header-top {
    padding: 10px 12px 12px !important;
  }

  .pakecom-header-top > .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo cart"
      "search search";
    gap: 8px 10px;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
  }

  .pakecom-header-top > .elementor-container > .elementor-column {
    width: auto !important;
    flex: unset !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .pakecom-header-top > .elementor-container > .elementor-column:nth-child(1) {
    grid-area: logo;
    justify-self: start;
  }

  .pakecom-header-top > .elementor-container > .elementor-column:nth-child(2) {
    grid-area: search;
    width: 100% !important;
    max-width: 100% !important;
  }

  .pakecom-header-top > .elementor-container > .elementor-column:nth-child(3) {
    grid-area: cart;
    justify-self: end;
  }

  .pakecom-header-top .elementor-widget-wrap {
    padding: 0 !important;
  }

  .pakecom-header-top .elementor-heading-title {
    font-size: 1.05rem !important;
    text-align: left !important;
    line-height: 1.25 !important;
    margin: 0 !important;
  }

  .pakecom-header-top .elementor-heading-title a {
    display: inline-block;
  }

  .pakecom-search .elementor-search-form__container {
    width: 100%;
  }

  .pakecom-search .elementor-search-form__submit {
    min-width: 48px;
    padding: 10px 12px !important;
  }

  .pakecom-search .elementor-search-form__input {
    font-size: 14px;
    padding: 10px 12px !important;
  }

  .pakecom-header-top .elementor-menu-cart__toggle,
  .pakecom-header-top .elementor-menu-cart__toggle_wrapper {
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin: 0;
  }

  .pakecom-header-top .elementor-menu-cart__toggle .elementor-button {
    padding: 10px 14px !important;
    min-height: 42px;
    gap: 6px;
  }

  .pakecom-header-top .elementor-menu-cart__toggle .elementor-button-text {
    display: none !important;
  }

  .pakecom-header-top .elementor-menu-cart__toggle .elementor-button-icon {
    font-size: 1.15rem;
  }

  /* Nav: burger left, dropdown full width */
  .pakecom-nav-bar {
    padding: 0 !important;
  }

  .pakecom-nav-bar > .elementor-container {
    padding: 6px 12px !important;
    min-height: 0;
  }

  .pakecom-nav-bar .elementor-column {
    width: 100% !important;
  }

  .pakecom-nav-bar .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 8px 4px !important;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px;
    font-weight: 600;
  }

  .pakecom-nav-bar .elementor-menu-toggle.elementor-active {
    color: var(--pakecom-accent) !important;
  }

  .pakecom-nav-bar .elementor-nav-menu--dropdown {
    margin-top: 4px;
    border-radius: 8px;
    overflow: hidden;
  }

  .pakecom-nav-bar .elementor-nav-menu--dropdown .elementor-item {
    padding: 12px 16px !important;
    font-size: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pakecom-nav-bar .elementor-nav-menu--main {
    display: none;
  }

  body.admin-bar .elementor-location-header {
    top: 46px;
  }

  /* Hero */
  .pakecom-hero-unified,
  .pakecom-hero.pakecom-hero-unified {
    padding: 40px 16px 48px !important;
  }

  .pakecom-hero-sub {
    font-size: 0.95rem !important;
    margin-bottom: 20px !important;
  }

  .pakecom-hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 28px;
  }

  a.pakecom-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .pakecom-hero-stats {
    gap: 16px 24px;
  }

  .pakecom-hero-stat {
    min-width: 72px;
  }

  .pakecom-hero-stat strong {
    font-size: 1.15rem;
  }

  /* Sections */
  .pakecom-section-title .elementor-heading-title {
    font-size: 1.45rem !important;
  }

  .pakecom-categories ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pakecom-categories ul.products li.product-category a {
    min-height: 140px;
  }

  .pakecom-products ul.products,
  .elementor-widget-woocommerce-products ul.products,
  .elementor-widget-woocommerce-product-related ul.products,
  body.pakecom-shop-archive ul.products,
  .pakecom-single-tabs section.related ul.products,
  .pakecom-store section.related.products > ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pakecom-store ul.products li.product,
  .pakecom-products ul.products li.product {
    padding-bottom: 16px !important;
  }

  .pakecom-store ul.products li.product img,
  .pakecom-products ul.products li.product img,
  .elementor-widget-woocommerce-products ul.products li.product img,
  .elementor-widget-woocommerce-product-related ul.products li.product img,
  body.pakecom-shop-archive ul.products li.product img,
  .pakecom-single-tabs section.related ul.products li.product img,
  .pakecom-store section.related.products > ul.products li.product img {
    height: 160px;
  }

  .pakecom-store ul.products li.product .woocommerce-loop-product__title,
  .pakecom-products ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title,
  .elementor-widget-woocommerce-product-related ul.products li.product .woocommerce-loop-product__title,
  body.pakecom-shop-archive ul.products li.product .woocommerce-loop-product__title,
  .pakecom-single-tabs section.related ul.products li.product .woocommerce-loop-product__title,
  .pakecom-store section.related.products > ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    padding: 10px 12px 4px !important;
  }

  .pakecom-store ul.products li.product .star-rating,
  .pakecom-products ul.products li.product .star-rating,
  .elementor-widget-woocommerce-products ul.products li.product .star-rating,
  .elementor-widget-woocommerce-product-related ul.products li.product .star-rating,
  body.pakecom-shop-archive ul.products li.product .star-rating,
  .pakecom-single-tabs section.related ul.products li.product .star-rating,
  .pakecom-store section.related.products > ul.products li.product .star-rating {
    margin: 0 12px 6px !important;
  }

  .pakecom-store ul.products li.product .price,
  .pakecom-products ul.products li.product .price,
  .elementor-widget-woocommerce-products ul.products li.product .price,
  .elementor-widget-woocommerce-product-related ul.products li.product .price,
  body.pakecom-shop-archive ul.products li.product .price,
  .pakecom-single-tabs section.related ul.products li.product .price,
  .pakecom-store section.related.products > ul.products li.product .price {
    font-size: 0.95rem !important;
    padding: 0 12px !important;
  }

  .pakecom-store ul.products li.product a.button,
  .pakecom-store ul.products li.product .button,
  .pakecom-products ul.products li.product .button,
  .elementor-widget-woocommerce-products ul.products li.product .button,
  .elementor-widget-woocommerce-product-related ul.products li.product .button,
  body.pakecom-shop-archive ul.products li.product .button,
  .pakecom-single-tabs section.related ul.products li.product .button,
  .pakecom-store section.related.products > ul.products li.product .button {
    margin: 10px 12px 0 !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    width: auto !important;
  }

  /* Trust: 2 columns */
  .pakecom-trust {
    padding: 40px 16px !important;
  }

  .pakecom-trust .elementor-column {
    width: 50% !important;
    flex: 0 0 50% !important;
  }

  .pakecom-trust-box {
    padding: 20px 14px !important;
  }

  /* Footer: stack */
  .pakecom-footer {
    padding: 32px 16px 20px !important;
  }

  .pakecom-footer .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px;
  }

  /* Shop archive toolbar */
  body.pakecom-shop-archive .woocommerce-result-count,
  body.pakecom-shop-archive .woocommerce-ordering {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  body.pakecom-shop-archive .woocommerce-ordering select.orderby {
    width: 100%;
    max-width: 280px;
  }

  body.pakecom-shop-archive .site-main {
    padding: 16px 12px 40px;
  }

  /* Single product */
  .pakecom-single-wrap,
  .pakecom-single-product,
  .pakecom-single-tabs {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .pakecom-single-product .elementor-column.elementor-col-48,
  .pakecom-single-product .elementor-column.elementor-col-52 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .pakecom-single-product .elementor-add-to-cart .single_add_to_cart_button {
    max-width: none;
    width: 100%;
  }

  .pakecom-single-product-page div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pakecom-single-product-page .site-main {
    padding: 20px 12px 40px;
  }

  /* Cart drawer full width on phone */
  .pakecom-cart-sidebar {
    width: 100%;
    max-width: 100%;
  }

  .pakecom-cart-header,
  .pakecom-cart-items,
  .pakecom-cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .pakecom-categories ul.products {
    grid-template-columns: 1fr 1fr;
  }

  .pakecom-products ul.products,
  .elementor-widget-woocommerce-products ul.products,
  body.pakecom-shop-archive ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pakecom-products ul.products li.product img,
  .elementor-widget-woocommerce-products ul.products li.product img,
  body.pakecom-shop-archive ul.products li.product img {
    height: 200px;
  }

  .pakecom-trust .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .pakecom-hero-stat {
    min-width: 45%;
  }
}
