/** Shopify CDN: Minification failed

Line 720:10 Expected identifier but found whitespace
Line 720:15 Unexpected ";"

**/
/* Zakoo Store — layout closer to Dawn / Baggify.pk */

:root {
  --zakoo-navy: #0a2540;
  --zakoo-cyan: #1aa6d6;
  --zakoo-muted: #6b7280;
  --zakoo-red: #d22b22;
  --zakoo-maroon: #8b3a3a;
  --zakoo-rose: #e5bdbb;
}

/* Keep the homepage hero fully visible below the header.
   Horizon's transparent header is position:absolute and then pulls the
   first section up with a negative margin, which clips the banner. */
#header-component[transparent] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

body:has(#header-component[transparent]) .content-for-layout > .shopify-section:first-child,
body:has(#header-component[transparent]) #MainContent > .shopify-section:first-child,
body:has(#header-component[transparent]) #MainContent > .section-wrapper:first-child {
  margin-top: 0 !important;
}

.header-section:has(> #header-component[transparent]) {
  min-height: var(--header-height, auto);
}

.zakoo-hero-section {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
}

/* --- Header: logo left, menu center, icons right --- */
.header-logo {
  flex-shrink: 0;
  min-height: 64px;
}

.header-logo__image,
.header-logo img {
  object-fit: contain;
  height: 64px !important;
  width: auto !important;
  max-width: 200px;
}

@media screen and (min-width: 750px) {
  .header-logo {
    min-height: 88px;
  }

  .header-logo__image,
  .header-logo img {
    height: 88px !important;
    max-width: 240px;
  }
}

.header__column--center {
  justify-content: center;
}

.header-menu .menu-list__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.header-menu .menu-list__link {
  padding: 12px 16px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.header-menu .menu-list__submenu {
  min-width: 220px;
  background: #fff;
  box-shadow: 0 8px 28px rgb(0 0 0 / 12%);
}

/* Compact dropdown under the parent item (not a full-width mega bar) */
#header-component .header-menu .menu-list__list-item:where(:not([slot='overflow'])) {
  position: relative;
}

#header-component .header-menu .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu {
  width: max-content;
  min-width: 220px;
  max-width: 280px;
  left: 0;
  right: auto;
  top: 100%;
  clip-path: none !important;
  padding-inline: 0;
  background-color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgb(0 0 0 / 12%);
  overflow: hidden;
}

#header-component .header-menu .menu-list__submenu-inner {
  transform: none !important;
  padding: 8px 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-height: none;
  overflow: visible;
}

#header-component .header-menu .mega-menu.section,
#header-component .header-menu .mega-menu.section--full-width-margin {
  width: auto;
  display: block;
  padding: 0 !important;
  margin: 0;
}

#header-component .header-menu .mega-menu__grid {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 0;
}

#header-component .header-menu .mega-menu__list {
  display: flex;
  flex-direction: column;
  grid-column: auto;
  width: 100%;
  gap: 0;
}

#header-component .header-menu .mega-menu__column {
  grid-column: auto;
  width: 100%;
}

#header-component .header-menu .mega-menu__link {
  display: block;
  padding: 10px 18px;
  white-space: nowrap;
}

#header-component .header-menu .mega-menu__link:hover {
  background: #f6f6f6;
}

.announcement-bar__text {
  letter-spacing: 0.01em;
  font-weight: 600;
}

/* --- Featured products: Baggify stacked product blocks --- */
featured-product-information .product-information,
.product-information {
  border-bottom: 1px solid #e5e5e5;
}

featured-product-information .product-information__grid--half {
  align-items: start;
}

.product-details .buy-buttons-block,
.product-details .add-to-cart-button,
.product-details .button {
  width: 100%;
}

.product-card .product-badge,
.product-badges {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

/* Featured collection heading */
.product-list h2,
.product-list h3 {
  font-weight: 700;
}

.zakoo-hero-section + .shopify-section,
#shopify-section-zakoo_hero + .shopify-section {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: 0 !important;
}

.section-resource-list {
  background: #fff;
}

/* Newsletter + footer */
.footer-section .email-signup__heading,
.section-wrapper .email-signup__heading {
  text-align: center;
}

.footer-section .email-signup__form,
.section-wrapper .email-signup__form {
  max-width: 420px;
  margin-inline: auto;
}

.payment-icons__list {
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .header-menu .menu-list__link {
    padding: 12px 12px;
  }
}

/* --- Homepage split promo (image + text) --- */
.zakoo-split-section {
  padding: 0;
  margin: 0;
  max-width: none;
}

.zakoo-footer-section {
  background: #fff;
  padding: 0;
  margin: 0;
}

.zakoo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}

.zakoo-split__media {
  position: relative;
  min-height: 360px;
  height: 100%;
  overflow: hidden;
  background: #f3f1ef;
}

.zakoo-split__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.zakoo-split__star {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #111;
  font-size: 1.35rem;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

.zakoo-split__dims {
  pointer-events: none;
}

.zakoo-split__dim {
  position: absolute;
  background: #fff;
  color: #111;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 8px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 12%);
  white-space: nowrap;
}

.zakoo-split__dim--w {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}

.zakoo-split__dim--h {
  top: 46%;
  right: 12%;
}

.zakoo-split__dim--d {
  bottom: 28%;
  left: 14%;
}

.zakoo-split__panel {
  display: flex;
  align-items: center;
  background: var(--zakoo-split-panel, #e5bdbb);
}

.zakoo-split__content {
  padding: 56px 64px;
  max-width: 560px;
}

.zakoo-split__eyebrow {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 500;
}

.zakoo-split__heading {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.2;
  font-weight: 700;
}

.zakoo-split__text {
  margin: 0 0 24px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.zakoo-split__text p {
  margin: 0;
}

.zakoo-split__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 28px;
  background: var(--zakoo-red);
  color: #fff !important;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.zakoo-split__btn:hover {
  filter: brightness(0.94);
  color: #fff !important;
}

.zakoo-split--right .zakoo-split__media {
  order: 2;
}

.zakoo-split--right .zakoo-split__panel {
  order: 1;
}

@media screen and (max-width: 749px) {
  .zakoo-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .zakoo-split__media,
  .zakoo-split--right .zakoo-split__media {
    order: 1;
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .zakoo-split__panel,
  .zakoo-split--right .zakoo-split__panel {
    order: 2;
  }

  .zakoo-split__content {
    padding: 36px 22px 40px;
  }
}

/* --- Footer --- */
.zakoo-footer {
  background: #fff;
  color: #111;
}

.zakoo-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 28px;
}

.zakoo-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  gap: 40px 48px;
  align-items: start;
}

.zakoo-footer__heading {
  margin: 0 0 18px;
  color: var(--zakoo-maroon);
  font-size: 1.35rem;
  font-weight: 700;
}

.zakoo-footer__info,
.zakoo-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zakoo-footer__info li,
.zakoo-footer__links li {
  margin: 0 0 12px;
}

.zakoo-footer__info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
}

.zakoo-footer__icon {
  flex: 0 0 18px;
  margin-top: 2px;
  color: #111;
}

.zakoo-footer__info a,
.zakoo-footer__links a {
  color: #111;
  text-decoration: none;
}

.zakoo-footer__info a:hover,
.zakoo-footer__links a:hover {
  color: var(--zakoo-maroon);
}

.zakoo-footer__links a {
  font-size: 0.95rem;
}

.zakoo-footer__promo {
  margin: 0 0 18px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 22ch;
}

.zakoo-footer__promo span {
  color: var(--zakoo-maroon);
}

.zakoo-footer__field {
  display: flex;
  align-items: stretch;
  background: #f6e4e2;
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
  overflow: hidden;
}

.zakoo-footer__field input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 0.95rem;
  padding: 10px 8px;
  color: #111;
  outline: none;
}

.zakoo-footer__field button {
  flex: 0 0 auto;
  border: 0;
  background: var(--zakoo-red);
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.zakoo-footer__field button:hover {
  filter: brightness(0.94);
}

.zakoo-footer__note {
  margin: 10px 0 0;
  font-size: 0.85rem;
}

.zakoo-footer__note--ok {
  color: #0a7a32;
}

.zakoo-footer__copy {
  margin: 36px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
  font-size: 0.92rem;
}

.zakoo-footer__copy span {
  color: var(--zakoo-maroon);
}

@media screen and (max-width: 989px) {
  .zakoo-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .zakoo-footer__col--newsletter {
    grid-column: 1 / -1;
  }

  .zakoo-footer__promo {
    max-width: none;
  }
}

@media screen and (max-width: 749px) {
  .zakoo-footer__inner {
    width: calc(100% - 32px);
    padding: 36px 0 24px;
  }

  .zakoo-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* --- Floating WhatsApp --- */
.zakoo-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  box-shadow: 0 4px 14px rgb(0 0 0 / 22%);
  overflow: hidden;
}

.zakoo-whatsapp svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  flex: 0 0 auto;
}

.zakoo-whatsapp:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 749px) {
  .zakoo-whatsapp {
    right: 14px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .zakoo-whatsapp svg {
    width: 30px;
    height: 30px;
  }
}

/* --- Page content --- */
.zakoo-page-section {
  padding-block: 0 72px;
}

.zakoo-page {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
}

.zakoo-page h2 {
  margin: 28px 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
}

.zakoo-page p {
  margin: 0 0 16px;
}

.zakoo-page ul {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.zakoo-page a {
  color: var(--zakoo-maroon);
}

.zakoo-sitemap-page,
.zakoo-page:has(.zakoo-sitemap) {
  width: min(1100px, calc(100% - 40px));
}

.zakoo-sitemap__intro {
  margin-bottom: 28px;
}

.zakoo-sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 40px;
}

.zakoo-sitemap h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.zakoo-sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zakoo-sitemap li {
  margin: 0 0 8px;
}

.zakoo-sitemap a {
  text-decoration: none;
}

.zakoo-sitemap a:hover {
  text-decoration: underline;
}

@media (max-width: 749px) {
  .zakoo-sitemap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* --- Product page --- */
.zakoo-crumbs-section {
  padding: 14px 0 0;
}

.zakoo-crumbs {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  font-size: 0.85rem;
  color: #666;
}

.zakoo-crumbs a {
  color: #111;
  text-decoration: none;
}

.zakoo-crumbs a:hover {
  color: var(--zakoo-maroon);
}

.zakoo-crumbs__sep {
  margin: 0 8px;
  color: #bbb;
}

.zakoo-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
  font-size: 0.92rem;
}

.zakoo-stars__icons {
  display: inline-flex;
  gap: 1px;
}

.zakoo-stars__text {
  color: #333;
}
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 8px;
}

.zakoo-sale-alert {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: var(--zakoo-red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: 4px;
  animation: zakoo-sale-blink 1s ease-in-out infinite;
}

@keyframes zakoo-sale-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.color-custom-badge-sale {
  animation: zakoo-sale-blink 1s ease-in-out infinite;
}

.zakoo-proof__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.92rem;
}

.zakoo-proof__row strong {
  color: var(--zakoo-maroon);
}

.zakoo-proof__row--sold {
  font-style: italic;
}

.zakoo-proof__icon {
  display: inline-flex;
  width: 20px;
  justify-content: center;
}

.zakoo-product-desc {
  margin-top: 8px;
  line-height: 1.6;
}

.zakoo-pdp-offer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}

.zakoo-pdp-offer__specs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zakoo-pdp-offer__specs li {
  margin: 0 0 8px;
  padding-left: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.zakoo-compare {
  border: 1px solid #e8e8e8;
  padding: 12px 14px 14px;
}

.zakoo-compare__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
}

.zakoo-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.zakoo-compare__table th,
.zakoo-compare__table td {
  border-bottom: 1px solid #eee;
  padding: 8px 6px;
  text-align: left;
  vertical-align: top;
}

.zakoo-compare__table thead th {
  font-weight: 700;
}

.zakoo-compare__link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 650;
  color: var(--zakoo-maroon);
  text-decoration: none;
}

.zakoo-pdp-offer__bundle {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 650;
}

.zakoo-pdp-offer__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

@media screen and (max-width: 749px) {
  .zakoo-whatsapp--product {
    bottom: 78px;
  }
}

.zakoo-product-desc h3:has(.zakoo-return-blink) {
  margin: 0 0 16px;
}

.zakoo-return-blink {
  display: block;
  color: #e10600;
  font-weight: 800;
  font-size: 1.08rem;
  line-height: 1.75;
  text-align: center;
  animation: zakoo-return-blink 0.9s ease-in-out infinite;
}

@keyframes zakoo-return-blink {
  0%,
  100% {
    opacity: 1;
    color: #e10600;
  }
  50% {
    opacity: 0.35;
    color: #ff3b30;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zakoo-return-blink {
    animation: none;
    color: #e10600;
  }
}

.zakoo-reviews-section {
  padding: 8px 0 40px;
}

.zakoo-reviews {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
}

.zakoo-reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.zakoo-reviews__title {
  margin: 0 0 6px;
  font-size: 1.5rem;
}

.zakoo-reviews__summary {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.zakoo-reviews__stars {
  display: inline-flex;
  gap: 2px;
  margin: 0 0 6px;
}

.zakoo-reviews__stars svg {
  display: block;
}

.zakoo-reviews__write {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  background: #0d6e6e;
  color: #fff !important;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.zakoo-reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zakoo-reviews__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid #eee;
}

.zakoo-reviews__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8e8e8;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.zakoo-reviews__meta {
  margin: 0 0 4px;
  font-size: 0.88rem;
}

.zakoo-reviews__verified {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border: 1px solid #0d6e6e;
  color: #0d6e6e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.zakoo-reviews__body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
}

.zakoo-faqs-section {
  padding: 8px 0 48px;
}

.zakoo-faqs {
  width: 100%;
}

.zakoo-faqs__title {
  margin: 0 0 16px;
  font-size: 1.5rem;
  text-align: center;
}

.zakoo-faqs__list {
  max-width: 720px;
  margin: 0 auto;
}

.zakoo-faqs__item {
  border-bottom: 1px solid #e8e8e8;
}

.zakoo-faqs__item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-weight: 650;
}

.zakoo-faqs__item summary::-webkit-details-marker {
  display: none;
}

.zakoo-faqs__item p {
  margin: 0 0 16px;
  color: #444;
  line-height: 1.65;
}

.product-information__media {
  min-width: 0;
}
