/** Shopify CDN: Minification failed

Line 27:26 Expected identifier but found whitespace
Line 110:0 Unexpected "}"

**/
.main-page-title {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;  
}

@media screen and (min-width: 750px) {
    .main-page-title {
        margin-bottom:2rem;
    }
}

.announcement-bar-section .utility-bar--bottom-border {
  background: linear-gradient(90deg, #a97f86, #ed7e40);
}
.header__active-menu-item {
  text-decoration: none;
  color: #a97f86;
}
.header__active-menu-item: hover {
  text-decoration: none;
}
@media screen and (min-width: 990px) {
  .header {
    justify-content: space-between;
    display: flex;
  }
  .header__menu-item {
    text-decoration: none !important;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.4px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header__menu-item:hover {
    text-decoration: none;
    color: #a97f86;
  }
}
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 5rem 0;
  }
}
.card__heading {
  letter-spacing: 0.03rem;
  line-height: 28px;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.collection-list .card--standard > .card__content {
  display:none !important;
  font-family: "Poppins sarif";
  text-align: center;
}
@media screen and (min-width: 990px) {
  .underline-links-hover:hover a {
    text-decoration: none !important;
    text-underline-offset: 0.3rem;
  }
}

@media (max-width: 768px) { 
.card--standard>.card__content {
      padding-right: .5rem !important;
    padding-left: .5rem !important ;
}
}

/* Override Dawn grid spacing using CSS variables */
:root {
  --grid-mobile-horizontal-spacing: 10px !important;
  --grid-mobile-vertical-spacing: 10px !important;

  --grid-desktop-horizontal-spacing: 18px !important;
  --grid-desktop-vertical-spacing: 20px !important;
}

.collection .card-wrapper {
  padding: 0;
    border: none;
  box-shadow: 0 1px 4px #8080801c;
}
.card--standard>.card__content {
      padding-right: 1.5rem !important;
    padding-left: 1.5rem !important ;
}
@media (max-width: 768px) { 
.card--standard>.card__content {
      padding-right: .5rem !important;
    padding-left: .5rem !important ;
}
.product-grid-container .collection.page-width {
  padding: 0 5px !important;
}
}



}
.price__regular .price-item--regular,
.price-item.price-item--sale {
  color: #dba1ad;
  font-weight: 600;
}
.card__information .card__heading {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-body);
  line-height: 1.3125;
  letter-spacing: normal;
  word-break: break-word;
}
.collection-list-title,
.title,
body,
.card__content,
.card__heading {
  color: #4d4d4d;
}

.center .button, .button.button--primary, .button {
      color: #ffffff;
  background-color: #dba1ad !important;
  border: 1px solid #dba1ad !important;
   letter-spacing: 0.2em;
  font-family: Poppins,sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.button-primary:not(.disabled):hover {
  background: rgb(223, 170, 181);
  border: 1px solid rgb(223, 170, 181);
}
.button-primary:active {
  background: 
#d38b9a;
  border: 1px solid 
#d38b9a;
}
.button:after {
    display:none;
}

.button-primary:not(.disabled):hover, .button:hover {
    background: #dfaab5;
    border: 1px solid rgb(223, 170, 181);
    box-shadow: 0 3px 8px #0000001a;
}
    
.product__title h1 {
    font-size: 3rem;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .03em;
    margin: .5rem 0;
    line-height: 1.2;
    color: #4d4d4d;
}

/* ==============================
   ePOSHAK CUSTOM THEME STYLES
   ============================== */

/* ---------- General Typography ---------- */
body {
  font-family: 'Inter', 'Poppins', sans-serif;
  color: #222;
  letter-spacing: 0.2px;
}
h2, h3, h4 {
  font-weight: 600;
  color: #4d4d4d;
}
p {
  color: #555;
}

.countdown-bar {
  max-width: 44rem;
}

/* ---------- Buttons ---------- */
.button,
.shopify-section .button,
input[type="submit"],
.shopify-payment-button__button {
  background-color: #d7a1a9;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}
.button:hover,
.shopify-section .button:hover,
.shopify-payment-button__button:hover {
  background-color: #b97e86;
  transform: translateY(-2px);
}

/* ---------- Navigation Bar ---------- */
.header__menu-item {
  padding: 0 18px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header__menu-item:hover,
.header__menu-item--active {
  color: #d7a1a9 !important;
  text-decoration: none !important;
}

/* ---------- Announcement Bar ---------- */
.announcement-bar {
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #fff;
}

/* ---------- Collections Grid ---------- */
/*.collection-list__item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.collection-list__item:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
*/
/* ---------- Product Cards ---------- */
.card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}
/* .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
} */
.card__heading {
  font-weight: 500;
  font-size: 15px;
}
.price {
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

/* ---------- Section Background Alternation ---------- */
.shopify-section:nth-of-type(odd) {
  background-color: #fff;
}
.shopify-section:nth-of-type(even) {
  background-color: #fff;
}

/* ---------- Highlights (Icons Row) ---------- */
.highlights-banner__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.highlights-banner__block {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.highlights-banner__block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.highlights-banner__icon img {
  width: 55px;
  height: auto;
  margin-bottom: 10px;
}
.highlights-banner__heading {
  font-weight: 600;
  color: #111;
}
.highlights-banner__text p {
  font-size: 14px;
  color: #555;
}

/* ---------- Testimonial Section ---------- */
.testimonials {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.footer__content-bottom {
  padding-top:0 !important
}
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.testimonial-stars {
  color: #ffb400;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.testimonial-author {
  font-weight: 600;
  color: #333;
  margin-top: 8px;
}
.testimonials-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* ---------- Contact Form ---------- */
.contact__form input,
.contact__form textarea {
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 12px;
}
.contact__form button {
  background-color: #d7a1a9;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  transition: all 0.3s ease;
}
.contact__form button:hover {
  background-color: #b97e86;
}

/* ---------- Footer ---------- */
.footer {
  background: #fff;
  color: #444;
  font-size: 14px;
}
.footer__block--newsletter input {
  border-radius: 6px;
}
.footer__block--newsletter button {
  background-color: #d7a1a9;
  color: #fff;
  border-radius: 6px;
}

/* ---------- Smooth Appear Animation ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.announcement-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.announcement-marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 15s linear infinite;
  font-weight: 500;
}

.announcement-marquee:hover p {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ====== Payment Icons Styling ====== */
.payment-icons {
  display: flex;
  justify-content: center;      /* center align horizontally */
  align-items: center;          /* align icons vertically */
  flex-wrap: wrap;              /* wrap on small screens */
  gap: 14px;                    /* space between icons */
  list-style: none;             /* remove bullet points */
  padding: 0;
  margin: 1rem auto 0;          /* top margin for spacing */
  max-width: 100%;
  box-sizing: border-box;
}

.payment-icons-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;               /* allow wrapping but keep width tight */
}

.payment-icons-item svg {
  width: 48px;                  /* consistent icon size */
  height: 42px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}

.payment-icons-item svg:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* ====== Responsive Tweaks ====== */
@media (max-width: 768px) {
  .payment-icons {
    gap: 10px;
  }
  .payment-icons-item svg {
    width: 38px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .payment-icons {
    gap: 8px;
    justify-content: center;
  }
  .payment-icons-item {
    flex: 0 1 12%;  /* around 4–5 icons per line depending on screen width */
  }
  .payment-icons-item svg {
    width: 32px;
    height: 26px;
  }
}

.footer__content-top {
  display:none !important;
}

.site-footer {
    background: #f1f1f1;
    padding: 20px !important;
}

@media screen and (min-width: 750px) {
    .collection-hero__title+.collection-hero__description {
        font-size: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
      .collection-hero__description {
        max-width: 100%%;
    }
}

.collection-hero__title {
    font-weight: 500;
    font-size: 2rem;
    margin: .5rem 0 !important;
}

/* Scoped ONLY to Collection Accordion */
/* Scoped Accordion Styling */
.page-width .collection-accordion-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.collection-accordion {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 20px;
}

.collection-accordion summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  list-style: none;
}

.collection-accordion summary::-webkit-details-marker {
  display: none;
}

.collection-accordion .accordion-title {
  font-size: 18px;
  font-weight: 600;
}

.collection-accordion .accordion-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.card--media .card__inner .card__content {
  position:static !important;
}

/* Rotate icon when opened */
.collection-accordion[open] .accordion-icon {
  transform: rotate(180deg);
}

.collection-accordion-content {
  margin-top: 12px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}
.collection__view-all a:not(.link) {
    margin-top: 2rem;
}
.cart-count-bubble {
  background-color:#a97f86;
}


.icon-block-container {
      row-gap: 8px !important;

}

.card__heading a:hover {
  color: #d7a1a9 !important; /* deep charcoal */
  transition: color 0.2s ease-in-out;
}

.banner--custom-width.page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1300px !important; /* your chosen width */
  margin-left: auto !important;
  margin-right: auto !important;
}

a:hover {
  text-decoration: none !important;
}

/* Product Page mobile Customisation */

/* Badge container */
.product-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px; /* allow child to use right side */
  display: flex;
  justify-content: space-between; /* spread badges left ⇄ right */
  pointer-events: none;
  z-index: 20;
}

/* Badge base style */
.product-badge {
  display: inline-block;
  padding: 5px 5px;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  background: #333;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1;
  pointer-events: auto;
  white-space: nowrap;
}

/* Colors */
.badge-sale { background: #d32f2f; }
.badge-bestseller { background: #ffa41c; color: #000; }
.badge-new { background: #2e7d32; }
.badge-hot { background: #2e7d32; }
.badge-limited { background: #000; }
.badge-percent { background: #c62828; }

/* Important: Only allow max 2 badges to align properly */
.product-badges .product-badge:nth-child(1) {
  margin-right: auto;   /* forces FIRST badge to left */
}

.product-badges .product-badge:nth-child(2) {
  margin-left: auto;    /* forces SECOND badge to right */
}

/* If 3rd badge ever appears, it will stack left under first */
.product-badges .product-badge:nth-child(n+3) { 
  display:none !important;
  margin-top: 28px;
  margin-left: 0;
  margin-right: auto;
}

/* PRODUCT PAGE MEDIA BADGES */
.product__media-item {
  position: relative;
}

.product__media-item .product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}

.card__badge {
  display:none;
}
.slider-buttons {
  display:none !important;
}
@media (max-width: 768px) {
.product__title h1 {
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .03em;
    margin: 0;
    line-height: 1;
    color: #4d4d4d;
}
.product .form__label {
  font-size: 1.7rem;
}
.product-form__input--pill input[type=radio]+label {
  margin: .3rem .5rem .2rem 0;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
}

.product__info-container>*+* {
    margin: 1rem 0;
}
product-info {
padding-top: 0 !important;
}
.product-form__input--pill input[type=radio]+label {

    padding: .7rem 1.2rem !important;
    font-size: 1.2rem !important;


}
.product-form__input {
  margin: 0 0 1rem;
}
.product__info-container .product-form {
  margin: 1.5rem 0 !important;
}
.cp-main-price {
  font-size: 14px;
  font-weight: 700;
}

.cp-compare-price {
  text-decoration: line-through;
  color: #6b7280; /* grey */
  font-size: 12px;
}

.cp-discount {
  color: #008000; /* green */
  font-weight: 600;
  font-size: 11px;
}
}

.main-price {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}

.discount-amount {
  font-size: 18px;
  font-weight: 600;
  color: #008000;
  margin-left: 5px;
}

.mrp-line {
  color: #555;
  font-size: 12px;
}

.mrp-strike {
  text-decoration: line-through;
  margin-right: 8px;
}

.tax-text {
  margin-left: 6px;
  color: #555;
}

.lowest-price {
  color: #7b3aed; /* Purple */
  margin-top: 6px;
  font-size: 15px;
}


.cp-main-price {
  font-size: 18px;
  font-weight: 700;
}

.cp-compare-price {
  text-decoration: line-through;
  color: #6b7280; /* grey */
  font-size: 14px;
}

.cp-discount {
  color: #008000; /* green */
  font-weight: 600;
  font-size: 14px;
}
.product-form__buttons button.product-form__submit span {
  font-size:1.8rem !important;
}


.product__info-container .product__description {
  margin: 1rem 0 !important;
}
.product__info-container .product-form {
  margin:1rem 0 !important;
}
.related-products {
  padding-top:0 !important;
}

@media (min-width: 768px) {

  .banner.page-width {
    margin-top:20px !important;
  }
}

.fit-chip {
  padding: 2px 5px;
    max-width: fit-content;
    display: block;
    margin: 3px 5px 0 0px;
    background-color: rgb(229, 231, 235);
    font-size: 12px;
    color: rgb(68, 73, 85);
}

.price-and-sizechart {
  display: flex;
  align-items: center;
  justify-content: space-between;   /* pushes Size Chart to the right */
  width: 100%;
  margin-bottom: 6px;
}

.price-and-sizechart .main-price {
  font-size: 22px;
  font-weight: 700;
}

.size-chart-link {
  font-size: 14px;
  font-weight: 600;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  transition: 0.2s ease;
}

.size-chart-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
.card__content .card__information .full-unstyled-link {
  font-size:13px;
}
.custom-buy-now-btn {

  max-width: 100% !important;        /* Main button color */
}
}

/* Custom Buy Now Button Design */
.custom-buy-now-btn {
  background: #b75d70 !important; 
  max-width: 85%;        /* Main button color */
  color: #ffffff;
  padding: 6px 14px !important;
  border: none;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.custom-buy-now-btn .main-text {
  font-size: 1.8rem !important;
  text-transform:uppercase;
  font-weight: 700;
  line-height: 1.2;
}

.custom-buy-now-btn .sub-text {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

.custom-buy-now-btn:hover {
  background: #091A42;
}
.product-form__buttons .button.button--full-width {
      color: #b75d70;
          border: 1px solid #b75d70 !important;
    background: white !important;
}



/* ===============================
   1. MOBILE VISIBILITY
   =============================== */

.sticky-cta-app {
    display: block;
}

@media (min-width: 768px) {
    .sticky-cta-app {
        display: none !important;
    }
    .mobile-native-cta {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .mobile-native-cta {
        display: none !important;
    }
}

/* ===============================
   2. STICKY BUY NOW FOOTER BAR
   =============================== */

.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 10px 15px;
    z-index: 99;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
}

.sticky-cta-bar__content {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
}

/* ===============================
   3. BACKDROP
   =============================== */

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transition: opacity 0.3s ease-out;
}

.modal-backdrop.is-open {
    opacity: 1;
    pointer-events: all;
}

/* ===============================
   4. BOTTOM SHEET
   =============================== */

.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 20px rgba(0,0,0,0.2);
    z-index: 101;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.bottom-sheet.is-open {
    transform: translateY(0);
}

.bottom-sheet__header {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.bottom-sheet__header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bottom-sheet__header .h4 { 
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #222;
}

.size-chart-link {
    font-size: 1.4rem;
    color:rgb(55, 80, 223);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.bottom-sheet__close {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-top: 5px;
    float: right;
    background: #f4f4f4;
    border-radius: 50%;
    border: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bottom-sheet__content {
    padding: 0 10px;
    overflow-y: auto;
    flex-grow: 1;
}

/* ===============================
   5. BUY NOW BUTTON (ONLY CTA)
   =============================== */

.btn {
    flex: 1;
    padding: 14px 15px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 0 !important;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn--secondary {
    background-color: rgb(183, 93, 112) !important;
    color: #ffffff !important;
    border: none !important;
}
.bottom-sheet__footer .btn--secondary {
    width: 100%;
    flex: unset;        /* Removes 50/50 flex behavior */
    display: flex;     /* Forces full width */
}

.btn--secondary:hover:not(:disabled) {
    background-color: rgb(150, 60, 80) !important;
}

.btn:disabled {
    background-color: #ddd !important;
    color: #999 !important;
    border: none !important;
    cursor: not-allowed;
}

.btn__icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* ===============================
   6. OPTION SELECTOR STYLES
   =============================== */

.option-group {
    margin-bottom: 18px;
}

.option-group-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.4rem;
    display: block;
}

.option-selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Pills (Size + Color same style) */
.option-size-button,
.option-color-button {
    flex-basis: calc(25% - 10px);
    padding: 6px 0;
    text-align: center;
    font-size: 1.3rem;
    background: #ffffff;     /* White background */
    border: 1px solid #d6d6d6; /* Light grey border */
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}

/* Selected State */
.option-size-button.is-selected,
.option-color-button.is-selected {
    background: #f9e6ec;     /* Very subtle pink tint */
    border-color: rgb(183, 93, 112); /* Maroon */
    color: rgb(183, 93, 112);        /* Maroon text */
    font-weight: 600;
}

.payment-method__title span {
   visibility: hidden;
}
.payment-method__title span:after {
   content: "Pay After Delivery"; 
   visibility: visible;
}


