/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 356:0 Unexpected "<"

**/
<style>
/* ==========================================================================
   Pixel-Perfect Footer Recreation - Stylesheet (UPDATED)
   ========================================================================== */
.pf-exact {
  position: relative;
  background-color: var(--pf-bg-color);
  color: var(--pf-color-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: var(--pf-padding-mobile) 0;
  overflow: hidden;
}
.pf-exact a {
  color: var(--pf-color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
.pf-exact a:hover {
  color: var(--pf-color-link-hover);
}
.pf-exact {
  position: relative;
  background-color: var(--pf-bg-color);
  background-size: cover;          /* Nayi line add ki */
  background-position: center;     /* Nayi line add ki */
  background-repeat: no-repeat;    /* Nayi line add ki */
  color: var(--pf-color-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: var(--pf-padding-mobile) 0;
  overflow: hidden;
}

/* .pf-exact__background wali puri class ko DELETE kar dein, ab iski zaroorat nahi */
.pf-exact__decoration {
  position: absolute;
  z-index: 2;
  width: var(--size);
  pointer-events: none;
}
.pf-exact__decoration img {
  width: 100%;
  height: auto;
}
.pf-exact__container {
  max-width: var(--pf-container-width);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.pf-exact__divider {
  border: 0;
  height: 1px;
  background-color: var(--pf-color-divider);
  margin: 40px 0;
}

/* Typography */
.pf-exact__heading {
  font-weight: 600;
  color: var(--pf-color-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  font-size: 14px;
}
.pf-exact__heading--small {
  font-size: 13px;
  margin: 0;
}
.pf-exact__heading--tiny {
  font-size: 12px;
  margin-bottom: 15px;
}
.pf-exact__description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 350px;
}
.pf-exact__description p { margin: 0; }

/* Icons */
.pf-exact__icon-wrapper {
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-exact__icon-wrapper--large {
  width: 70px;
  height: 70px;
}
.pf-exact__icon-wrapper--large img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.pf-exact__icon-wrapper--small {
  width: 40px;
  height: 40px;
}
.pf-exact__icon-wrapper--small img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* Top Section (Mobile First - Centered) */
.pf-exact__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pf-exact__top-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.pf-exact__description {
  margin-left: auto;
  margin-right: auto;
}
.pf-exact__form-group {
  display: flex;
  border: 1px solid var(--pf-color-input-border);
  border-radius: 8px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.pf-exact__form-input {
  flex-grow: 1;
  border: none;
  padding: 12px 15px;
  background: #fff;
  color: var(--pf-color-text);
  min-width: 0;
  font-size: 14px;
}
.pf-exact__form-input:focus { outline: none; }
.pf-exact__form-button {
  border: none;
  background-color: var(--pf-color-button-bg);
  color: var(--pf-color-button-text);
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.pf-exact__form-button:hover {
  background-color: var(--pf-color-button-hover-bg);
}
.pf-exact__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pf-exact__social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-exact__social-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.pf-exact__social-list img {
  width: 18px;
  height: 18px;
}

/* Links Section */
.pf-exact__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.pf-exact__links-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.pf-exact__link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pf-exact__link-list a {
  font-size: 15px;
}

/* Tertiary Section (Payments & Delivery) */
.pf-exact__tertiary {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pf-exact__payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  align-items: center;
  justify-content: flex-start;
}
.pf-exact__payment-list li {
  /* Mobile: 3 icons per row to make 2 rows */
  width: calc(33.33% - 10px); 
  display: flex;
  justify-content: flex-start;
}
.pf-exact__payment-list img {
  display: block;
  height: 30px; /* Increased size for mobile */
  max-width: 100%;
  object-fit: contain;
}
.pf-exact__delivery {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pf-exact__delivery-content p {
  font-size: 15px;
}

/* Bottom Section (Mobile First - Left Aligned) */
.pf-exact__bottom {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 20px;
  align-items: flex-start;
}
.pf-exact__bottom-col {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  width: 100%;
}
.pf-exact__bottom-col img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.pf-exact__address-text p {
  margin: 0;
  display: inline;
}
.pf-exact__copyright {
  font-size: 13px;
}

/* ==========================================================================
   Responsive Desktop (min-width: 750px)
   ========================================================================== */
@media screen and (min-width: 750px) {
  .pf-exact { padding: var(--pf-padding-tablet) 0; }
  .pf-exact__container { padding: 0 40px; }
  
  /* Top Section Desktop Reset */
  .pf-exact__top-col {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .pf-exact__description, .pf-exact__form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .pf-exact__social-list {
    justify-content: flex-start;
  }

  .pf-exact__links { grid-template-columns: repeat(4, 1fr); }
  
  /* Tertiary Section Grid (Aligns Delivery with Address) */
  .pf-exact__tertiary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
  }
  .pf-exact__payments {
    grid-column: span 2; /* Takes first 2 columns */
  }
  .pf-exact__delivery {
    grid-column: 3 / span 2; /* Starts exactly at 3rd column */
  }

  /* Payment Icons Desktop */
  .pf-exact__payment-list {
    gap: 20px; /* Increased gap */
  }
  .pf-exact__payment-list li {
    width: auto; /* Reset width for desktop */
  }
  .pf-exact__payment-list img {
    height: 35px; /* Increased size for desktop */
    max-width: 70px;
  }

  /* Bottom Section 4 Columns */
  .pf-exact__bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
  }
  .pf-exact__bottom-col {
    width: auto;
  }
  .pf-exact__bottom-copyright {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .pf-exact { padding: var(--pf-padding-desktop) 0; }
  .pf-exact__top {
    flex-direction: row;
    align-items: flex-start;
  }
  .pf-exact__top-col { flex: 1; }
  .pf-exact__divider { margin: 60px 0; }
}
</style>
