:root {
  --ig-maroon: #7a0019;
  --ig-maroon-dark: #4b0010;
  --ig-gold: #d4af37;
  --ig-yellow: #ffb703;
  --ig-cream: #fff8f0;
  --ig-white: #ffffff;
  --ig-text: #111111;
  --ig-muted: #62545a;
  --ig-line: #eadfdb;
  --ig-soft: #f7f3ef;
  --ig-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
  --ig-radius: 8px;
  --ig-container: min(1180px, calc(100vw - 32px));
}

/* IG Store 4.7: curated gift discovery styling. */
.ig-topbar__inner { justify-content: space-between; gap: 14px; }
.ig-topbar__item { flex: 0 0 auto; color: var(--ig-white); font-size: 12px; font-weight: 800; }
.ig-topbar__item--support { color: var(--ig-yellow) !important; }
.ig-mainbar { background: #fff; }
.ig-nav__inner { min-height: 50px; }
.ig-menu a { border-bottom: 2px solid transparent; }
.ig-menu a:hover, .ig-menu .current-menu-item > a { border-bottom-color: var(--ig-gold); background: transparent; }
.ig-home-hero { min-height: 510px; }
.ig-home-hero__image { object-position: center; }
.ig-home-discovery { padding-block: 24px; background: #fffdfb; }
.ig-home-discovery__visual { border-radius: 50%; border-color: #ead8c7; box-shadow: 0 4px 14px rgba(75, 0, 16, 0.06); }
.ig-home-discovery__item:hover .ig-home-discovery__visual { transform: translateY(-2px); }
.ig-home-category-showcase { background: #fff8f0; }
.ig-home-category-showcase__tile { border-color: #eadfd6; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.ig-home-category-showcase__tile:hover { transform: translateY(-3px); }
.ig-home-category-showcase__image { aspect-ratio: 1.15 / 1; }
.ig-home-occasion-grid a { transition: transform 180ms ease, box-shadow 180ms ease; }
.ig-home-occasion-grid a:hover { transform: translateY(-2px); border-color: var(--ig-gold); box-shadow: 0 10px 24px rgba(75, 0, 16, 0.08); }

@media (max-width: 820px) {
  .ig-topbar__inner { justify-content: flex-start; gap: 22px; }
  .ig-topbar__item { font-size: 11px; }
  .ig-home-hero { min-height: 258px; aspect-ratio: auto; }
  .ig-home-hero__image { object-fit: cover; object-position: center; }
  .ig-home-hero__content { width: 52%; }
  .ig-home-discovery__visual { border-radius: 50%; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ig-text);
  background: var(--ig-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ig-container {
  width: var(--ig-container);
  margin-inline: auto;
}

.ig-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ig-white);
  box-shadow: 0 8px 30px rgba(75, 0, 16, 0.08);
}

.ig-topbar {
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
  font-size: 13px;
}

.ig-topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 38px);
  flex-wrap: wrap;
}

.ig-topbar a {
  color: var(--ig-yellow);
  font-weight: 700;
}

.ig-mainbar {
  border-bottom: 1px solid var(--ig-line);
}

.ig-mainbar__inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) minmax(280px, 560px) auto;
  gap: 18px;
  align-items: center;
}

.ig-brand {
  display: flex;
  align-items: center;
}

.ig-logo {
  display: inline-flex;
  align-items: center;
}

.ig-logo img,
.custom-logo {
  width: 118px;
  max-height: 62px;
  object-fit: contain;
}

.ig-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ig-line);
  background: var(--ig-white);
  border-radius: var(--ig-radius);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ig-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ig-maroon);
}

.ig-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--ig-line);
  background: var(--ig-soft);
  border-radius: var(--ig-radius);
  overflow: hidden;
}

.ig-search input {
  width: 100%;
  min-height: 46px;
  border: 0;
  background: transparent;
  padding: 0 16px;
  outline: none;
}

.ig-search button {
  width: 48px;
  min-height: 46px;
  border: 0;
  background: var(--ig-maroon);
  color: var(--ig-white);
  cursor: pointer;
}

.ig-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ig-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--ig-radius);
  color: var(--ig-maroon-dark);
  font-size: 13px;
  font-weight: 700;
}

.ig-actions a:hover {
  border-color: var(--ig-line);
}

.ig-actions span {
  font-size: 18px;
  line-height: 1;
}

.ig-cart-link {
  position: relative;
}

.ig-cart-link b {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  background: var(--ig-yellow);
  color: var(--ig-maroon-dark);
  border-radius: 999px;
  font-size: 11px;
}

.ig-actions .ig-whatsapp,
.ig-whatsapp-product {
  background: #16844a;
  color: var(--ig-white);
  border-color: #16844a;
}

.ig-nav {
  background: var(--ig-white);
}

.ig-nav__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.ig-menu,
.ig-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ig-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.ig-menu > li {
  position: relative;
}

.ig-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--ig-radius);
  font-weight: 700;
  font-size: 14px;
  color: var(--ig-maroon-dark);
}

.ig-menu a:hover,
.ig-menu .current-menu-item > a {
  background: var(--ig-cream);
  color: var(--ig-maroon);
}

.ig-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: var(--ig-white);
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  box-shadow: var(--ig-shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: 160ms ease;
}

.ig-menu li:hover > .sub-menu,
.ig-menu li:focus-within > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ig-section,
.ig-hero,
.ig-page-hero,
.ig-shop-hero {
  padding: clamp(44px, 7vw, 82px) 0;
}

.ig-section--cream,
.ig-page-hero,
.ig-shop-hero {
  background: var(--ig-cream);
}

.ig-section--maroon {
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
}

.ig-section--social {
  background: #f3efe8;
}

.ig-hero {
  background: var(--ig-cream);
  overflow: hidden;
}

.ig-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(28px, 6vw, 68px);
  align-items: center;
}

.ig-eyebrow {
  margin: 0 0 10px;
  color: var(--ig-maroon);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ig-section--maroon .ig-eyebrow,
.ig-section--maroon .ig-link {
  color: var(--ig-gold);
}

.ig-hero h1,
.ig-page-hero h1,
.ig-shop-hero h1 {
  margin: 0;
  color: var(--ig-maroon-dark);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.ig-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ig-muted);
  font-size: clamp(17px, 2vw, 22px);
}

.ig-hero__actions,
.ig-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ig-hero__actions {
  margin-top: 28px;
}

.ig-btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ig-maroon);
  border-radius: var(--ig-radius);
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-weight: 900;
  cursor: pointer;
  transition: 160ms ease;
}

.ig-btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--ig-maroon-dark);
  border-color: var(--ig-maroon-dark);
  color: var(--ig-white);
}

.ig-btn--ghost {
  background: transparent;
  color: var(--ig-maroon);
  border-color: var(--ig-maroon);
}

.ig-section--maroon .ig-btn--ghost,
.ig-section--social .ig-btn--ghost {
  color: var(--ig-maroon);
  background: var(--ig-white);
}

.ig-btn--small {
  min-height: 38px;
  padding-inline: 13px;
  font-size: 13px;
}

.ig-icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  color: var(--ig-maroon);
  font-weight: 900;
  font-size: 20px;
}

.ig-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ig-hero__stats span {
  min-width: 124px;
  padding: 12px 14px;
  background: var(--ig-white);
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  color: var(--ig-muted);
  font-size: 13px;
}

.ig-hero__stats strong {
  display: block;
  color: var(--ig-maroon);
  font-size: 23px;
}

.ig-hero__showcase {
  min-width: 0;
}

.ig-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ig-product-grid--hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ig-product-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ig-product-card,
.woocommerce ul.products li.product {
  position: relative;
  background: var(--ig-white);
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);
}

.ig-product-card__image,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  background: var(--ig-soft);
}

.ig-product-card__image img,
.woocommerce ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0;
}

.ig-badge,
.onsale,
.ig-starting-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--ig-yellow);
  color: var(--ig-maroon-dark);
  font-size: 12px;
  font-weight: 900;
}

.ig-badge,
.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.ig-product-card__body {
  padding: 14px;
}

.ig-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 45px;
  margin: 0 0 8px;
  color: var(--ig-text);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ig-price,
.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ig-maroon);
  font-weight: 900;
}

.ig-price del,
.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 7px;
  color: #927b83 !important;
  font-size: 0.88em;
  font-weight: 600;
  opacity: 0.8;
  text-decoration-thickness: 1px;
}

.ig-price ins,
.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: var(--ig-maroon);
  font-weight: 900;
  text-decoration: none;
}

.ig-trustbar {
  padding: 14px 0;
  background: var(--ig-maroon);
  color: var(--ig-white);
}

.ig-trustbar__grid,
.ig-service-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ig-trustbar span {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}

.ig-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}

.ig-section__head h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: 0;
}

.ig-link {
  color: var(--ig-maroon);
  font-weight: 900;
}

.ig-category-grid,
.ig-occasion-grid,
.ig-highlight-grid,
.ig-review-grid,
.ig-blog-grid {
  display: grid;
  gap: 16px;
}

.ig-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ig-category-tile,
.ig-highlight-grid a,
.ig-occasion-grid a,
.ig-blog-grid article,
.ig-review-grid blockquote,
.ig-personalization,
.ig-delivery-estimate,
.ig-product-faq details,
.ig-faq-list details,
.ig-filter-panel,
.ig-post-card {
  background: var(--ig-white);
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
}

.ig-category-tile {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
}

.ig-category-tile span,
.ig-highlight-grid strong {
  font-weight: 900;
  color: var(--ig-maroon-dark);
}

.ig-category-tile b {
  color: var(--ig-maroon);
  font-size: 13px;
}

.ig-occasion-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ig-occasion-grid a {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 18px;
  font-weight: 900;
  color: var(--ig-maroon-dark);
}

.ig-highlight-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ig-highlight-grid a {
  padding: 18px;
  min-height: 148px;
}

.ig-highlight-grid span {
  display: block;
  margin-top: 10px;
  color: var(--ig-muted);
  font-size: 14px;
}

.ig-split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ig-review-grid,
.ig-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ig-review-grid blockquote,
.ig-blog-grid article {
  margin: 0;
  padding: 22px;
}

.ig-blog-card__visual {
  display: block;
  margin: -22px -22px 18px;
  background: var(--ig-soft);
}

.ig-blog-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ig-review-grid p {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
}

.ig-review-grid cite {
  color: var(--ig-muted);
  font-style: normal;
}

.ig-social-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ig-social-proof h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
}

.ig-social-proof p:last-child {
  max-width: 650px;
  color: var(--ig-muted);
}

.ig-faq-list {
  display: grid;
  gap: 12px;
}

.ig-faq-list details,
.ig-product-faq details {
  padding: 16px 18px;
}

.ig-faq-list summary,
.ig-product-faq summary {
  cursor: pointer;
  color: var(--ig-maroon-dark);
  font-weight: 900;
}

.ig-home-about {
  background: var(--ig-white);
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  overflow: hidden;
}

.ig-home-about summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  color: var(--ig-maroon-dark);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

.ig-home-about summary::-webkit-details-marker {
  display: none;
}

.ig-home-about summary::after {
  margin-left: auto;
  color: var(--ig-maroon);
  content: "+";
  font-size: 20px;
  font-weight: 700;
}

.ig-home-about[open] summary::after {
  content: "-";
}

.ig-home-about__body {
  max-width: 860px;
  padding: 0 18px 18px;
  color: var(--ig-muted);
  line-height: 1.7;
}

.ig-footer {
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
  padding-bottom: 76px;
}

.ig-service-strip {
  background: var(--ig-maroon);
  padding: 18px 0;
}

.ig-service-strip__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ig-service-strip__grid div {
  display: grid;
  gap: 2px;
}

.ig-service-strip span,
.ig-footer p,
.ig-footer-menu a {
  color: rgba(255, 255, 255, 0.78);
}

.ig-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 34px;
  padding: 48px 0;
}

.ig-footer h2 {
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--ig-gold);
}

.ig-footer .ig-logo img,
.ig-footer .custom-logo {
  background: var(--ig-white);
  border-radius: var(--ig-radius);
  padding: 6px;
}

.ig-footer-menu {
  display: grid;
  gap: 10px;
}

.ig-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ig-socials a {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--ig-radius);
  color: var(--ig-white);
  font-size: 13px;
}

.ig-newsletter {
  display: grid;
  gap: 10px;
}

.ig-newsletter input {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--ig-radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ig-white);
  padding: 0 12px;
}

.ig-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.ig-footer__bottom .ig-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.ig-mobile-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
  min-height: 66px;
  background: var(--ig-white);
  border-top: 1px solid var(--ig-line);
  box-shadow: 0 -14px 30px rgba(17, 17, 17, 0.08);
}

.ig-mobile-dock a,
.ig-mobile-dock button {
  flex: 1;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 2px;
  color: var(--ig-maroon-dark);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.ig-mobile-dock span {
  font-size: 19px;
  line-height: 1;
}

.ig-breadcrumbs {
  margin-bottom: 18px;
  color: var(--ig-muted);
  font-size: 13px;
}

.ig-breadcrumbs span {
  margin: 0 7px;
}

.ig-shop-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 42px 0 72px;
}

.ig-filter-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  position: sticky;
  top: 178px;
}

.ig-filter-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.ig-filter-panel label {
  display: grid;
  gap: 6px;
  color: var(--ig-muted);
  font-size: 13px;
  font-weight: 800;
}

.ig-filter-panel input,
.ig-filter-panel select,
.ig-personalization input,
.ig-personalization textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  padding: 9px 11px;
  background: var(--ig-white);
}

.ig-shop-results .woocommerce-result-count,
.ig-shop-results .woocommerce-ordering {
  margin-bottom: 18px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  padding-bottom: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 14px;
  margin-right: 14px;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(300px, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(28px, 5vw, 58px);
  padding: 42px 0 70px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
}

.woocommerce div.product div.images img {
  border-radius: var(--ig-radius);
  background: var(--ig-soft);
}

.woocommerce div.product .product_title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  color: var(--ig-maroon-dark);
  letter-spacing: 0;
}

.ig-personalization {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  background: var(--ig-cream);
}

.ig-product-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 20px 0 16px;
  padding: 15px 16px;
  border: 1px solid var(--ig-line);
  border-left: 4px solid var(--ig-gold);
  border-radius: var(--ig-radius);
  background: var(--ig-cream);
}

.ig-product-offer div {
  display: grid;
  gap: 2px;
}

.ig-product-offer strong {
  color: var(--ig-maroon-dark);
}

.ig-product-offer span {
  color: var(--ig-muted);
  font-size: 13px;
}

.ig-product-offer b {
  color: var(--ig-maroon-dark);
  font-size: 13px;
  white-space: nowrap;
}

.ig-personalization__head {
  display: grid;
  gap: 3px;
}

.ig-personalization__head strong,
.ig-delivery-estimate strong {
  color: var(--ig-maroon-dark);
}

.ig-personalization__head span,
.ig-delivery-estimate span {
  color: var(--ig-muted);
  font-size: 13px;
}

.ig-personalization label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ig-muted);
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .ig-btn--buy-now {
  flex: 1 1 210px;
  min-height: 54px;
  margin: 0;
  border-radius: var(--ig-radius);
  font-size: 16px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  background: var(--ig-maroon);
  border-color: var(--ig-maroon);
  color: var(--ig-white);
}

.woocommerce div.product form.cart .quantity {
  margin: 0;
}

.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
}

.ig-btn--buy-now {
  background: var(--ig-yellow);
  color: var(--ig-maroon-dark);
  border-color: var(--ig-yellow);
}

.ig-purchase-assurance {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ig-purchase-assurance span {
  padding: 6px 9px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  color: var(--ig-muted);
  font-size: 12px;
  font-weight: 800;
}

.ig-delivery-estimate {
  display: grid;
  gap: 2px;
  padding: 14px;
  margin-top: 16px;
}

.ig-whatsapp-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--ig-radius);
  font-weight: 900;
  margin-top: 12px;
}

/* Hide legacy WooCommerce metadata and the retired customization inquiry CTA. */
.single-product .product_meta,
.single-product .ig-whatsapp-product {
  display: none !important;
}

.ig-product-faq {
  grid-column: 1 / -1;
  margin-top: 26px;
}

.ig-product-faq h2 {
  color: var(--ig-maroon-dark);
}

.ig-page-content {
  padding: 48px 0 72px;
  max-width: 860px;
}

.ig-page-content a,
.entry-content a {
  color: var(--ig-maroon);
  font-weight: 800;
}

.ig-post-list {
  display: grid;
  gap: 18px;
  padding: 44px 0 72px;
}

.ig-blog-hero p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--ig-muted);
  font-size: 18px;
}

.ig-blog-categories {
  padding: 20px 0;
  border-bottom: 1px solid var(--ig-line);
  background: var(--ig-white);
}

.ig-blog-categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--ig-maroon-dark);
}

.ig-blog-categories__head a {
  color: var(--ig-maroon);
  font-weight: 900;
  font-size: 14px;
}

.ig-blog-category-nav,
.ig-article__topics {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.ig-blog-category-nav a,
.ig-article__topics a,
.ig-article__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  color: var(--ig-maroon-dark);
  font-size: 13px;
  font-weight: 800;
}

.ig-blog-category-nav a:hover,
.ig-blog-category-nav a.is-active,
.ig-article__topics a:hover {
  border-color: var(--ig-maroon);
  background: var(--ig-maroon);
  color: var(--ig-white);
}

.ig-blog-featured,
.ig-related-posts {
  padding-top: 44px;
}

.ig-blog-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ig-blog-featured__card {
  overflow: hidden;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  background: var(--ig-white);
}

.ig-blog-featured__card > :not(a) {
  margin-left: 16px;
  margin-right: 16px;
}

.ig-blog-featured__card > a {
  display: block;
  background: var(--ig-soft);
}

.ig-blog-featured__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ig-blog-featured__card .ig-eyebrow {
  margin-top: 15px;
}

.ig-blog-featured__card h2,
.ig-blog-featured__card h3 {
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.25;
}

.ig-article__hero {
  padding: clamp(42px, 7vw, 80px) 0 44px;
  background: var(--ig-cream);
}

.ig-article__hero-inner {
  max-width: 960px;
}

.ig-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ig-article__meta a {
  background: var(--ig-white);
}

.ig-article h1 {
  margin: 0;
  color: var(--ig-maroon-dark);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ig-article__visual {
  margin-top: 30px;
}

.ig-article__image {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
}

.ig-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 44px;
  padding-top: 48px;
}

.ig-article__body {
  min-width: 0;
  max-width: 780px;
  font-size: 18px;
  line-height: 1.8;
}

.ig-article__body h2,
.ig-article__body h3 {
  color: var(--ig-maroon-dark);
  line-height: 1.2;
  margin-top: 1.9em;
}

.ig-article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  border-radius: var(--ig-radius);
}

.ig-article__body a {
  color: var(--ig-maroon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ig-article__aside {
  align-self: start;
  position: sticky;
  top: 178px;
  padding: 18px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  background: var(--ig-white);
}

.ig-article__aside h2 {
  margin: 0 0 14px;
  color: var(--ig-maroon-dark);
  font-size: 17px;
}

.ig-post-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
}

.ig-post-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--ig-radius);
}

/* Product page: a spacious gallery-and-purchase layout for desktop and mobile. */
.woocommerce div.product.ig-pdp {
  display: block;
  padding: 0 0 78px;
}

.ig-pdp .ig-breadcrumbs {
  margin: 22px 0 18px;
}

.ig-pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.ig-pdp__media {
  position: relative;
  min-width: 0;
}

.ig-pdp__media .onsale {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: var(--ig-gold);
  color: var(--ig-text);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.ig-pdp__media .woocommerce-product-gallery {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin: 0;
  float: none;
}

.ig-pdp__media .woocommerce-product-gallery__wrapper,
.ig-pdp__media .flex-viewport {
  grid-column: 2;
  min-width: 0;
}

.ig-pdp__media .woocommerce-product-gallery__wrapper a,
.ig-pdp__media .woocommerce-product-gallery__image,
.ig-pdp__media .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}

.ig-pdp__media .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-soft);
}

.ig-pdp__media .flex-control-thumbs {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  gap: 10px;
  align-content: start;
  width: auto;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.ig-pdp__media .flex-control-thumbs li {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.ig-pdp__media .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  opacity: 0.76;
}

.ig-pdp__media .flex-control-thumbs img.flex-active,
.ig-pdp__media .flex-control-thumbs img:hover {
  border-color: var(--ig-maroon);
  opacity: 1;
}

.ig-pdp__purchase {
  min-width: 0;
  padding-left: clamp(0px, 2.7vw, 34px);
  border-left: 1px solid var(--ig-line);
}

.ig-pdp__purchase .ig-eyebrow {
  margin: 0 0 10px;
}

.woocommerce div.product.ig-pdp .product_title {
  max-width: 720px;
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.13;
}

.ig-pdp__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  min-height: 24px;
  margin-bottom: 14px;
}

.ig-pdp__rating .woocommerce-product-rating {
  float: none;
  margin: 0;
}

.ig-pdp__rating > span {
  color: #287348;
  font-size: 13px;
  font-weight: 800;
}

.ig-pdp__purchase .ig-starting-badge {
  display: inline-flex;
  width: auto;
  margin: 0 0 10px;
}

.ig-pdp__price {
  margin-bottom: 12px;
}

.ig-price-drop {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--ig-maroon-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ig-price-drop span {
  padding: 4px 7px;
  border-radius: 3px;
  background: #e8f4eb;
  color: #287348;
  font-size: 11px;
}

.ig-pdp__price .price,
.ig-pdp__price .price ins {
  color: var(--ig-maroon);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 900;
}

.ig-pdp__price .price del {
  color: #9d858d !important;
  font-size: 0.62em;
  font-weight: 600;
  opacity: 0.8;
}

.ig-pdp__short-description {
  margin: 0 0 18px;
  color: var(--ig-muted);
  font-size: 16px;
  line-height: 1.65;
}

.ig-pdp__short-description p:last-child {
  margin-bottom: 0;
}

.ig-pdp__purchase form.cart {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--ig-line);
  border-bottom: 1px solid var(--ig-line);
}

.ig-pdp__purchase form.cart .variations,
.ig-pdp__purchase form.cart .woocommerce-variation,
.ig-pdp__purchase form.cart .single_variation_wrap,
.ig-pdp__purchase form.cart .ig-product-offer,
.ig-pdp__purchase form.cart .ig-purchase-assurance {
  flex: 1 1 100%;
}

.ig-pdp__purchase form.cart .variations select,
.ig-pdp__purchase form.cart input.qty {
  min-height: 46px;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  background: var(--ig-white);
}

.ig-pdp__purchase form.cart .variations select {
  width: 100%;
  padding: 0 12px;
}

.ig-pdp__purchase form.cart .single_add_to_cart_button,
.ig-pdp__purchase form.cart .ig-btn--buy-now {
  min-width: 0;
  min-height: 56px;
}

.ig-pdp__purchase form.cart .single_add_to_cart_button {
  background: var(--ig-white);
  border-color: var(--ig-maroon);
  color: var(--ig-maroon);
}

.ig-pdp__purchase form.cart .single_add_to_cart_button:hover {
  background: var(--ig-cream);
  border-color: var(--ig-maroon-dark);
  color: var(--ig-maroon-dark);
}

.ig-pdp__purchase form.cart .ig-btn--buy-now {
  background: var(--ig-gold);
  border-color: var(--ig-gold);
  color: var(--ig-maroon-dark);
}

.ig-pdp__purchase form.cart .ig-btn--buy-now:hover {
  background: var(--ig-maroon-dark);
  border-color: var(--ig-maroon-dark);
  color: var(--ig-white);
}

.ig-pdp__delivery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 20px;
  padding: 20px 0 16px;
  border-bottom: 1px solid var(--ig-line);
}

.ig-pdp__delivery > div:first-child {
  display: grid;
  gap: 3px;
}

.ig-pdp__delivery strong {
  color: var(--ig-maroon-dark);
}

.ig-pdp__delivery span,
.ig-pincode-status {
  color: var(--ig-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ig-pincode-checker {
  display: flex;
  gap: 7px;
  align-self: start;
}

.ig-pincode-checker input {
  width: 132px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  background: var(--ig-white);
}

.ig-pincode-checker button {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--ig-maroon);
  border-radius: 4px;
  background: var(--ig-white);
  color: var(--ig-maroon);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ig-pincode-checker button:hover {
  background: var(--ig-cream);
}

.ig-pincode-status {
  grid-column: 1 / -1;
  margin: 0;
}

.ig-pincode-status.is-valid {
  color: #287348;
}

.ig-pincode-status.is-error {
  color: var(--ig-maroon);
}

.ig-pdp__purchase .ig-delivery-estimate {
  margin-top: 16px;
  border-radius: 4px;
}

.ig-pdp__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(24px, 5vw, 72px);
  margin-top: clamp(46px, 7vw, 86px);
  padding-top: 24px;
  border-top: 1px solid var(--ig-line);
}

.ig-pdp__details-main details {
  border-top: 1px solid var(--ig-line);
}

.ig-pdp__details-main details:last-child {
  border-bottom: 1px solid var(--ig-line);
}

.ig-pdp__details-main summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  color: var(--ig-maroon-dark);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.ig-pdp__details-main summary::-webkit-details-marker {
  display: none;
}

.ig-pdp__details-main summary::after {
  content: "+";
  color: var(--ig-gold);
  font-size: 24px;
  font-weight: 500;
}

.ig-pdp__details-main details[open] summary::after {
  content: "-";
}

.ig-pdp__details-main .entry-content,
.ig-pdp__details-main > details > p {
  max-width: 760px;
  padding: 0 0 22px;
  color: var(--ig-muted);
  line-height: 1.7;
}

.ig-pdp__details-main .entry-content > :first-child {
  margin-top: 0;
}

.ig-pdp__promise {
  display: grid;
  gap: 11px;
  align-content: start;
  padding: 22px;
  border-top: 3px solid var(--ig-gold);
  background: var(--ig-cream);
}

.ig-pdp__promise strong {
  margin-bottom: 4px;
  color: var(--ig-maroon-dark);
  font-size: 18px;
}

.ig-pdp__promise span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ig-muted);
  font-size: 14px;
}

.ig-pdp__promise span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ig-gold);
  content: "";
}

.ig-pdp .ig-product-faq,
.ig-pdp .related.products {
  margin-top: clamp(46px, 7vw, 86px);
}

.ig-pdp .related.products > h2,
.ig-pdp .ig-product-faq > h2 {
  color: var(--ig-maroon-dark);
  font-size: clamp(26px, 3vw, 38px);
}

.ig-pdp__purchase .ig-product-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 16px;
  margin: 18px 0 0;
  padding: 15px 16px;
  border: 1px solid #e9debd;
  border-left: 3px solid var(--ig-gold);
  border-radius: 4px;
  background: var(--ig-cream);
}

.ig-product-offer__title {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ig-maroon-dark);
  font-size: 15px;
  font-weight: 900;
}

.ig-pdp__purchase .ig-product-offer b {
  align-self: center;
  color: var(--ig-maroon);
  font-size: 12px;
  text-align: right;
}

.ig-product-about {
  margin-top: 18px;
  border-top: 1px solid var(--ig-line);
  border-bottom: 1px solid var(--ig-line);
}

.ig-product-about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
}

.ig-product-about__head strong {
  color: var(--ig-maroon-dark);
  font-size: 17px;
}

.ig-product-about__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ig-product-about__tabs button {
  min-height: 40px;
  padding: 8px;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  background: var(--ig-white);
  color: var(--ig-text);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ig-product-about__tabs button:hover,
.ig-product-about__tabs button.is-active {
  border-color: var(--ig-maroon);
  background: var(--ig-cream);
  color: var(--ig-maroon-dark);
}

.ig-product-about__panel {
  margin-top: 14px;
  padding: 0 2px 16px;
  color: var(--ig-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ig-product-about__panel > :first-child {
  margin-top: 0;
}

.ig-product-about__panel > :last-child {
  margin-bottom: 0;
}

.ig-pdp__purchase .ig-product-about + form.cart {
  margin-top: 18px;
}

.ig-product-reviews,
.ig-recent-products,
.ig-explore-links {
  margin-top: clamp(46px, 7vw, 86px);
}

.ig-product-reviews__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.ig-product-reviews__head .ig-eyebrow {
  margin-bottom: 6px;
}

.ig-product-reviews__head h2,
.ig-recent-products .ig-section__head h2,
.ig-explore-links .ig-section__head h2 {
  margin: 0;
  color: var(--ig-maroon-dark);
  font-size: clamp(26px, 3vw, 38px);
}

.ig-product-reviews #reviews,
.ig-product-reviews #review_form_wrapper {
  max-width: none;
}

.ig-product-reviews #reviews .commentlist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ig-product-reviews #reviews .comment {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-white);
}

.ig-product-reviews #reviews .comment_container {
  min-height: 0;
}

.ig-product-reviews #reviews .avatar {
  width: 38px;
  border-radius: 50%;
}

.ig-product-reviews #reviews .comment-text {
  margin-left: 52px;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ig-product-reviews #reviews .meta {
  margin-bottom: 7px;
  color: var(--ig-muted);
  font-size: 13px;
}

.ig-product-reviews #reviews .description {
  color: var(--ig-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ig-product-reviews #review_form_wrapper {
  margin-top: 18px;
  padding: 20px;
  border-top: 1px solid var(--ig-line);
}

.ig-product-reviews #review_form input,
.ig-product-reviews #review_form textarea {
  width: 100%;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  padding: 10px 12px;
}

.ig-product-reviews #review_form .submit {
  min-height: 44px;
  border: 1px solid var(--ig-maroon);
  border-radius: 4px;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-weight: 800;
}

.ig-pdp .related.products > h2 {
  margin-bottom: 22px;
}

.ig-pdp .related.products ul.products,
.ig-recent-products .ig-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ig-recent-products .ig-section__head {
  margin-bottom: 22px;
}

.ig-explore-links {
  padding: 32px 0;
  border-top: 1px solid var(--ig-line);
}

.ig-explore-links .ig-section__head {
  margin-bottom: 22px;
}

.ig-explore-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ig-explore-links__grid h3 {
  margin: 0 0 10px;
  color: var(--ig-maroon-dark);
  font-size: 16px;
}

.ig-explore-links__grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ig-explore-links__grid a {
  color: var(--ig-muted);
  font-size: 14px;
}

.ig-explore-links__grid a:hover {
  color: var(--ig-maroon);
}

/* Delivery strip and commerce cues, adapted to IG Store colors. */
.ig-topbar {
  min-height: 40px;
  overflow: hidden;
  background: var(--ig-maroon-dark);
  border-bottom: 1px solid rgba(212, 175, 55, 0.5);
}

.ig-topbar__inner {
  width: max-content;
  max-width: none;
  min-height: 40px;
  margin: 0;
  padding: 0 28px;
  gap: 72px;
  animation: ig-delivery-ticker 21s linear infinite;
}

.ig-delivery-promo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--ig-white);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ig-delivery-promo b {
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
}

.ig-delivery-promo small {
  color: #f5d979;
  font-size: 12px;
  font-weight: 700;
}

@keyframes ig-delivery-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-48%); }
}

@media (prefers-reduced-motion: reduce) {
  .ig-topbar__inner {
    animation: none;
  }
}

.woocommerce div.product.ig-pdp .product_title {
  margin-bottom: 9px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 750;
  line-height: 1.23;
}

.ig-pdp__rating {
  gap: 8px 11px;
  margin-bottom: 10px;
}

.ig-pdp__rating .ig-free-delivery-badge {
  padding: 5px 8px;
  border-radius: 3px;
  background: #e8f4eb;
  color: #287348;
  font-size: 12px;
  font-weight: 900;
}

.ig-price-drop {
  display: inline-flex;
  width: max-content;
  margin: 0 0 5px;
  padding: 4px 6px;
  border-radius: 3px;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ig-pdp__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.ig-pdp__price-row .ig-pdp__price {
  margin: 0;
}

.ig-pdp__price-row .ig-pdp__price .price,
.ig-pdp__price-row .ig-pdp__price .price ins {
  font-size: clamp(25px, 2.4vw, 32px);
  line-height: 1;
}

.ig-pdp__price-row .ig-pdp__price .price del {
  margin-left: 2px;
  font-size: 0.62em;
}

.ig-savings-rate {
  padding: 5px 7px;
  border-radius: 3px;
  background: #e8f4eb;
  color: #287348;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ig-product-sales {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 16px;
  padding: 7px 9px;
  border-radius: 3px;
  background: var(--ig-cream);
  color: var(--ig-muted);
  font-size: 13px;
  font-weight: 700;
}

.ig-product-sales span {
  font-size: 15px;
}

.ig-pincode-checker {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  background: var(--ig-white);
}

.ig-pincode-checker .ig-country-code {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border-right: 1px solid var(--ig-line);
  color: var(--ig-text);
  font-size: 13px;
  font-weight: 800;
}

.ig-pincode-checker input {
  min-width: 172px;
  border: 0;
  border-radius: 0;
}

.ig-pincode-checker button {
  border: 0;
  border-left: 1px solid var(--ig-line);
  border-radius: 0;
}

.ig-product-about__panel[hidden] {
  display: none;
}

.ig-empty {
  padding: 18px;
  background: var(--ig-white);
  border: 1px dashed var(--ig-line);
  border-radius: var(--ig-radius);
  color: var(--ig-muted);
}

@media (max-width: 1080px) {
  .ig-mainbar__inner {
    grid-template-columns: auto auto minmax(220px, 1fr) auto;
  }

  .ig-actions em {
    display: none;
  }

  .ig-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ig-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ig-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 66px;
  }

  .ig-topbar__inner {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .ig-topbar__inner span,
  .ig-topbar__inner a {
    flex: 0 0 auto;
  }

  .ig-mainbar__inner {
    min-height: 68px;
    grid-template-columns: auto auto 1fr;
  }

  .ig-menu-toggle {
    display: inline-flex;
  }

  .ig-mainbar__search {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
  }

  .ig-mainbar__search.is-open {
    display: block;
  }

  .ig-actions {
    justify-content: end;
  }

  .ig-actions a:not(.ig-cart-link):not(.ig-whatsapp) {
    display: none;
  }

  .ig-actions .ig-whatsapp {
    display: none;
  }

  .ig-nav {
    display: none;
    border-top: 1px solid var(--ig-line);
  }

  .ig-nav.is-open {
    display: block;
  }

  .ig-menu,
  .ig-menu .sub-menu {
    position: static;
    display: grid;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    min-width: 0;
    padding: 8px 0;
    border: 0;
    box-shadow: none;
  }

  .ig-menu a {
    width: 100%;
  }

  .ig-hero__grid,
  .ig-shop-layout,
  .woocommerce div.product,
  .ig-split-section,
  .ig-footer__grid,
  .ig-social-proof,
  .ig-article__layout {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product.ig-pdp {
    display: block;
    padding-bottom: 112px;
  }

  .ig-pdp__grid,
  .ig-pdp__details {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ig-pdp__purchase {
    padding-left: 0;
    border-left: 0;
  }

  .ig-pdp__media .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .ig-pdp__media .woocommerce-product-gallery__wrapper,
  .ig-pdp__media .flex-viewport {
    grid-column: 1;
    grid-row: 1;
  }

  .ig-pdp__media .flex-control-thumbs {
    grid-column: 1;
    grid-row: 2;
    grid-auto-columns: 66px;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ig-pdp__media .flex-control-thumbs li {
    width: 66px !important;
  }

  .ig-pdp__delivery {
    grid-template-columns: 1fr;
  }

  .ig-pincode-checker {
    width: 100%;
  }

  .ig-pincode-checker input {
    flex: 1;
    width: auto;
  }

  .ig-pdp__purchase .ig-product-offer {
    grid-template-columns: 1fr;
  }

  .ig-pdp__purchase .ig-product-offer b {
    text-align: left;
  }

  .ig-product-reviews__head {
    align-items: start;
    flex-direction: column;
  }

  .ig-product-reviews #reviews .commentlist {
    grid-template-columns: 1fr;
  }

  .ig-pdp .related.products ul.products,
  .ig-recent-products .ig-product-grid {
    display: grid;
    grid-auto-columns: minmax(220px, 44vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .ig-explore-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-social-proof {
    display: grid;
  }

  .ig-hero h1,
  .ig-page-hero h1,
  .ig-shop-hero h1 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .ig-product-grid,
  .ig-product-grid--hero,
  .ig-product-grid--compact,
  .woocommerce ul.products,
  .ig-category-grid,
  .ig-occasion-grid,
  .ig-highlight-grid,
  .ig-review-grid,
  .ig-blog-grid,
  .ig-blog-featured__grid,
  .ig-service-strip__grid,
  .ig-trustbar__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-filter-panel {
    position: static;
  }

  .ig-mobile-dock {
    display: flex;
  }

  .single-product .ig-btn--buy-now {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 74px;
    z-index: 102;
    min-height: 50px;
    box-shadow: var(--ig-shadow);
  }

  .ig-product-offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ig-post-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  :root {
    --ig-container: min(100vw - 24px, 1180px);
  }

  .ig-logo img,
  .custom-logo {
    width: 94px;
  }

  .ig-product-grid,
  .ig-product-grid--hero,
  .ig-product-grid--compact,
  .woocommerce ul.products,
  .ig-category-grid,
  .ig-occasion-grid,
  .ig-highlight-grid,
  .ig-review-grid,
  .ig-blog-grid,
  .ig-service-strip__grid,
  .ig-trustbar__grid {
    grid-template-columns: 1fr;
  }

  .ig-section__head {
    align-items: start;
    flex-direction: column;
  }

  .ig-hero__stats span {
    flex: 1 1 100%;
  }

  .ig-footer__bottom .ig-container {
    display: grid;
  }

  .ig-product-about__tabs button {
    font-size: 12px;
  }

  .ig-pdp .related.products ul.products,
  .ig-recent-products .ig-product-grid {
    grid-auto-columns: minmax(210px, 76vw);
  }

  .ig-explore-links__grid {
    grid-template-columns: 1fr;
  }

  .ig-pdp__details {
    margin-top: 44px;
  }

  .ig-pdp__promise {
    padding: 18px;
  }

  .ig-pdp__purchase form.cart .single_add_to_cart_button {
    flex: 1 1 100%;
  }
}

@media (max-width: 820px) {
  .ig-topbar__inner {
    width: max-content;
    min-height: 36px;
    margin: 0;
    padding: 0 18px;
    overflow: visible;
    flex-wrap: nowrap;
    animation: ig-delivery-ticker 18s linear infinite;
  }

  .ig-delivery-promo {
    font-size: 12px;
  }

  .ig-delivery-promo small {
    font-size: 11px;
  }

  .woocommerce div.product.ig-pdp .product_title {
    font-size: 21px;
    line-height: 1.28;
  }

  .ig-pdp__rating {
    margin-bottom: 9px;
  }

  .ig-pdp__purchase .ig-pincode-checker {
    width: 100%;
  }

  .ig-pincode-checker input {
    min-width: 0;
  }

  body.single-product {
    padding-bottom: 142px;
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button,
  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    position: fixed;
    bottom: 74px;
    z-index: 103;
    width: calc(50% - 18px);
    min-height: 52px;
    margin: 0;
    box-shadow: 0 -7px 18px rgba(17, 17, 17, 0.08);
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button {
    left: 12px;
  }

  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    right: 12px;
    left: auto;
  }

  .ig-product-reviews #reviews .commentlist {
    display: grid;
    grid-auto-columns: minmax(270px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .ig-product-reviews #reviews .comment {
    min-height: 170px;
  }
}

/* Compact catalog layout inspired by modern gift-collection browsing. */
.ig-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ig-product-grid--hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ig-product-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ig-product-card,
.woocommerce ul.products li.ig-product-card {
  overflow: hidden;
  border: 1px solid #eee9e5;
  border-radius: 5px;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ig-product-card:hover,
.woocommerce ul.products li.ig-product-card:hover {
  border-color: #d9cdd0;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
  transform: translateY(-2px);
}

.ig-card-gallery {
  position: relative;
  overflow: hidden;
  background: #f7f5f4;
}

.ig-product-card__image {
  display: block;
  background: #f7f5f4;
}

.ig-product-card__image .ig-card-gallery__image,
.woocommerce ul.products li.ig-product-card .ig-product-card__image .ig-card-gallery__image {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
}

.ig-product-card__image .ig-card-gallery__image.is-active,
.woocommerce ul.products li.ig-product-card .ig-product-card__image .ig-card-gallery__image.is-active {
  display: block;
}

.ig-card-gallery__dots {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  pointer-events: none;
}

.ig-card-gallery__dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 1px 3px rgba(17, 17, 17, 0.34);
  cursor: pointer;
  pointer-events: auto;
}

.ig-card-gallery__dots button.is-active {
  background: var(--ig-maroon);
}

.ig-product-card__body {
  padding: 11px 12px 13px;
}

.ig-product-card h3,
.woocommerce ul.products li.ig-product-card .woocommerce-loop-product__title {
  min-width: 0;
  min-height: 0;
  margin: 0 0 7px;
  overflow: hidden;
  color: var(--ig-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ig-product-card h3 a {
  display: block;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ig-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 7px;
}

.ig-product-card .ig-price {
  color: var(--ig-text);
  font-size: 14px;
  font-weight: 900;
}

.ig-product-card .ig-price del {
  margin-right: 4px;
  color: #92878a !important;
  font-size: 0.82em;
  font-weight: 500;
}

.ig-product-card .ig-price ins {
  color: var(--ig-text);
  font-weight: 900;
}

.ig-card-discount {
  padding: 3px 5px;
  border-radius: 2px;
  background: #dff0df;
  color: #287348;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ig-product-card__actions {
  display: none;
}

.ig-collection-page {
  padding: 20px 0 72px;
}

.ig-collection-page .ig-breadcrumbs {
  margin-bottom: 18px;
}

.ig-collection-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.ig-collection-page__head > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.ig-collection-page__head h1 {
  margin: 0;
  color: var(--ig-text);
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.15;
}

.ig-collection-page__head > div > span {
  color: var(--ig-muted);
  font-size: 15px;
  white-space: nowrap;
}

.ig-collection-page .woocommerce-ordering {
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
}

.ig-collection-page .woocommerce-ordering::before {
  margin-right: 6px;
  color: var(--ig-muted);
  content: "Sort by:";
  font-size: 14px;
}

.ig-collection-page .woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid var(--ig-line);
  border-radius: 5px;
  padding: 0 34px 0 12px;
  background: var(--ig-white);
  color: var(--ig-text);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.ig-collection-filters {
  margin: 0 0 22px;
  border: 1px solid var(--ig-line);
  border-radius: 5px;
  background: var(--ig-white);
}

.ig-collection-filters > summary {
  min-height: 42px;
  padding: 11px 14px;
  color: var(--ig-maroon-dark);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.ig-collection-filters .ig-filter-panel {
  position: static;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
  border-top: 1px solid var(--ig-line);
}

.ig-collection-filters .ig-filter-panel__head,
.ig-collection-filters .ig-filter-panel .ig-btn {
  grid-column: 1 / -1;
}

.ig-collection-page ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ig-collection-page ul.products li.ig-product-card {
  width: auto;
  margin: 0;
  padding: 0;
}

.ig-collection-page__description {
  max-width: 860px;
  margin-top: 44px;
  color: var(--ig-muted);
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .ig-product-grid,
  .ig-collection-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ig-product-grid--hero,
  .ig-product-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ig-collection-page {
    padding-top: 16px;
  }

  .ig-collection-page__head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .ig-collection-page .woocommerce-ordering select {
    width: 100%;
  }

  .ig-collection-filters .ig-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-product-grid,
  .ig-collection-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .ig-product-grid,
  .ig-product-grid--hero,
  .ig-product-grid--compact,
  .ig-collection-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ig-product-card__body {
    padding: 9px 9px 10px;
  }

  .ig-product-card h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .ig-product-card .ig-price {
    font-size: 12px;
  }

  .ig-card-discount {
    padding: 2px 4px;
    font-size: 9px;
  }

  .ig-collection-page__head > div {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .ig-collection-page__head h1 {
    font-size: 26px;
  }

  .ig-collection-filters .ig-filter-panel {
    grid-template-columns: 1fr;
  }
}

/* Product-card sale ribbon and tighter recommendations. */
.ig-card-sale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 7px 15px 7px 10px;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.ig-pdp__media .onsale {
  top: 0;
  left: 0;
  padding: 9px 17px 9px 12px;
  border-radius: 0;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.ig-pdp .related.products,
.ig-pdp .ig-recent-products {
  margin-top: 34px;
}

.ig-pdp .ig-product-reviews + .ig-recent-products,
.ig-pdp .ig-recent-products + .related.products {
  margin-top: 30px;
}

.ig-pdp .related.products > h2,
.ig-recent-products .ig-section__head {
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  .ig-mainbar__inner {
    position: relative;
    min-height: 72px;
    grid-template-columns: 48px 1fr 48px;
  }

  .ig-menu-toggle {
    grid-column: 1;
    justify-self: start;
  }

  .ig-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }

  .ig-actions {
    grid-column: 3;
    justify-content: end;
  }

  .ig-mainbar__search {
    grid-row: 2;
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button,
  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    bottom: 74px;
    width: calc(50% - 18px);
    border-radius: 4px;
    font-size: 14px;
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button {
    left: 12px;
  }

  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    right: 12px;
    left: auto;
  }
}

@media (max-width: 520px) {
  .woocommerce .ig-collection-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
    gap: 10px;
  }

  .woocommerce .ig-collection-page ul.products li.product {
    width: auto !important;
    min-width: 0;
  }
}

/* Cart and checkout: a clear, high-confidence finish for the final purchase step. */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  padding-block: 34px 52px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review {
  width: 100%;
  padding: 24px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  background: var(--ig-white);
  box-shadow: var(--ig-shadow);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 20px;
  color: var(--ig-maroon-dark);
  font-size: 22px;
  line-height: 1.2;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout-review-order-table {
  margin: 0;
  border-top: 1px solid var(--ig-line);
}

.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding-block: 14px;
  border-color: var(--ig-line);
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  padding-top: 20px;
  color: var(--ig-maroon-dark);
  font-size: 20px;
}

.woocommerce .wc-proceed-to-checkout {
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--ig-line);
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 14px 20px;
  border: 1px solid var(--ig-gold);
  border-radius: 6px;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 22px rgba(75, 0, 16, 0.2);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

/* WooCommerce can load a later generic button rule; this keeps the purchase CTA on-brand. */
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.checkout-button,
body.woocommerce-checkout .woocommerce #payment #place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  border: 1px solid var(--ig-gold) !important;
  border-radius: 6px !important;
  background: var(--ig-maroon) !important;
  background-image: none !important;
  color: var(--ig-white) !important;
  box-shadow: 0 10px 22px rgba(75, 0, 16, 0.2) !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-checkout #payment #place_order::after {
  content: "→";
  color: var(--ig-gold);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus-visible {
  border-color: var(--ig-gold);
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
  box-shadow: 0 13px 26px rgba(75, 0, 16, 0.28);
  transform: translateY(-1px);
}

body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.checkout-button:hover,
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button.checkout-button:focus-visible,
body.woocommerce-checkout .woocommerce #payment #place_order:hover,
body.woocommerce-checkout .woocommerce #payment #place_order:focus-visible {
  background: var(--ig-maroon-dark) !important;
  border-color: var(--ig-gold) !important;
  color: var(--ig-white) !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-checkout #payment #place_order:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.4);
  outline-offset: 3px;
}

.woocommerce-checkout #payment {
  margin-top: 18px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  background: var(--ig-soft);
}

.woocommerce-checkout #payment div.payment_box {
  border-radius: 6px;
  background: var(--ig-white);
}

@media (min-width: 901px) {
  .woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 44px;
    align-items: start;
  }

  .woocommerce-cart .cart-collaterals {
    position: sticky;
    top: 156px;
  }
}

@media (max-width: 900px) {
  .woocommerce-cart .cart-collaterals {
    margin-top: 28px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout #order_review {
    padding: 18px;
  }

  .woocommerce .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout #payment #place_order {
    min-height: 56px;
    font-size: 15px;
  }
}

/* Product purchase panel: compact, delivery-first gifting flow. */
.ig-pdp__purchase {
  padding-left: 0;
  border-left: 0;
}

@media (min-width: 821px) {
  .ig-pdp__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(32px, 4vw, 58px);
  }

  .ig-pdp__purchase {
    position: sticky;
    top: 142px;
  }
}

.woocommerce div.product.ig-pdp .product_title {
  max-width: 660px;
  margin-bottom: 10px;
  color: var(--ig-text);
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 750;
  line-height: 1.24;
}

.ig-pdp__rating {
  gap: 8px;
  margin-bottom: 12px;
}

.ig-pdp__rating .star-rating,
.ig-pdp__rating .woocommerce-review-link {
  color: #16844a;
}

.ig-pdp__rating > span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
  background: #edf7f0;
  color: #17713f;
  font-size: 12px;
}

.ig-pdp__rating .ig-ready-badge {
  background: #fff7df;
  color: #835d00;
}

.ig-price-drop {
  margin-bottom: 5px;
  color: #17713f;
}

.ig-pdp__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ig-pdp__price {
  margin: 0;
}

.ig-pdp__price .price,
.ig-pdp__price .price ins {
  color: var(--ig-text);
  font-size: clamp(26px, 2.5vw, 34px);
}

.ig-pdp__price .price del {
  color: var(--ig-muted) !important;
  font-size: 0.58em;
}

.ig-savings-rate {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #b7dfbf;
  border-radius: 4px;
  background: #eef9ef;
  color: #17713f;
  font-size: 13px;
  font-weight: 900;
}

.ig-product-sales {
  margin: 8px 0 0;
  color: #8a5800;
  font-size: 13px;
  font-weight: 800;
}

.ig-pdp__quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.ig-pdp__quick-points span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--ig-line);
  border-radius: 4px;
  background: var(--ig-white);
  color: var(--ig-muted);
  font-size: 12px;
  font-weight: 700;
}

.ig-pdp__intro {
  margin: 14px 0 0;
  border-top: 1px solid var(--ig-line);
  border-bottom: 1px solid var(--ig-line);
}

.ig-pdp__intro summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: var(--ig-maroon-dark);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.ig-pdp__intro summary::-webkit-details-marker {
  display: none;
}

.ig-pdp__intro summary::after {
  margin-left: auto;
  color: var(--ig-maroon);
  content: "+";
  font-size: 19px;
}

.ig-pdp__intro[open] summary::after {
  content: "-";
}

.ig-pdp__intro > div {
  padding: 0 0 14px;
  color: var(--ig-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ig-pdp__delivery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-white);
}

.ig-pdp__delivery > div:first-child {
  gap: 4px;
}

.ig-pdp__delivery strong {
  font-size: 16px;
}

.ig-pincode-checker {
  width: 100%;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d6d9e1;
  border-radius: 5px;
  background: #f5f6f8;
}

.ig-country-code {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-right: 1px solid #d6d9e1;
  color: var(--ig-muted);
  font-size: 11px;
  font-weight: 900;
}

.ig-pincode-checker input {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ig-pincode-checker button {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-left: 1px solid #d6d9e1;
  border-radius: 0;
  background: var(--ig-white);
  color: var(--ig-maroon);
}

.ig-pincode-checker button:hover,
.ig-pincode-checker button:focus-visible {
  background: var(--ig-cream);
}

.ig-pincode-status {
  grid-column: auto;
  font-size: 12px;
}

.ig-pdp__purchase .ig-product-offer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
}

.ig-product-offer__title {
  margin: 0 0 1px;
  color: var(--ig-text);
  font-size: 16px;
}

.ig-product-offer__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #d8dee9;
  border-radius: 6px;
  background: #f8fafc;
}

.ig-product-offer__item--deal {
  border-color: #ead8a0;
  background: #fff9e9;
}

.ig-product-offer__item > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ig-white);
  font-size: 16px;
}

.ig-product-offer__item p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.ig-product-offer__item strong {
  color: var(--ig-maroon-dark);
  font-size: 13px;
}

.ig-product-offer__item small {
  color: var(--ig-muted);
  font-size: 12px;
  line-height: 1.38;
}

.ig-pdp__purchase .ig-product-about {
  margin-top: 18px;
}

.ig-pdp__purchase form.cart {
  gap: 10px;
  padding: 16px 0;
}

.ig-pdp__purchase form.cart .single_add_to_cart_button,
.ig-pdp__purchase form.cart .ig-btn--buy-now {
  min-height: 54px;
  border-radius: 5px;
  font-size: 15px;
}

.ig-pdp__purchase form.cart .single_add_to_cart_button {
  background: var(--ig-white);
  color: var(--ig-maroon);
}

.ig-pdp__purchase form.cart .ig-btn--buy-now {
  background: var(--ig-maroon);
  border-color: var(--ig-maroon);
  color: var(--ig-white);
}

.ig-pdp__purchase form.cart .ig-btn--buy-now:hover,
.ig-pdp__purchase form.cart .ig-btn--buy-now:focus-visible {
  background: var(--ig-maroon-dark);
  border-color: var(--ig-maroon-dark);
}

.ig-purchase-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.ig-purchase-assurance span {
  min-height: 45px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid var(--ig-line);
  border-radius: 5px;
  color: var(--ig-muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.ig-pdp__purchase .ig-delivery-estimate {
  display: grid;
  gap: 3px;
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid #d5e9d9;
  border-radius: 5px;
  background: #f1faf3;
}

.ig-pdp__purchase .ig-delivery-estimate strong {
  color: #17713f;
  font-size: 13px;
}

.ig-pdp__purchase .ig-delivery-estimate span {
  color: #356344;
  font-size: 12px;
}

@media (max-width: 820px) {
  .ig-pdp__purchase {
    position: static;
  }

  .woocommerce div.product.ig-pdp .product_title {
    font-size: 21px;
  }

  .ig-pdp__quick-points {
    gap: 6px;
  }

  .ig-pdp__quick-points span {
    font-size: 11px;
  }

  .ig-pdp__delivery {
    padding: 14px;
  }

  .ig-product-offer__item {
    padding: 10px;
  }

  .ig-purchase-assurance span {
    min-height: 42px;
    font-size: 10px;
  }
}

/* IG Store 4.0: gift discovery storefront. */
.ig-mainbar__inner {
  grid-template-columns: auto minmax(150px, 190px) minmax(170px, 235px) minmax(260px, 1fr) auto;
  gap: 14px;
}

.ig-delivery-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--ig-maroon-dark);
}

.ig-delivery-location > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ig-line);
  border-radius: 50%;
  color: var(--ig-maroon);
  font-size: 19px;
}

.ig-delivery-location em {
  display: grid;
  min-width: 0;
  color: var(--ig-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.ig-delivery-location small {
  margin-top: 2px;
  color: var(--ig-muted);
  font-size: 10px;
  font-weight: 600;
}

.ig-nav {
  border-bottom: 1px solid var(--ig-line);
}

.ig-menu {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.ig-menu::-webkit-scrollbar,
.ig-home-discovery__rail::-webkit-scrollbar {
  display: none;
}

.ig-menu a {
  min-height: 46px;
  padding-inline: 14px;
  font-size: 13px;
}

.ig-home-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #fdf7f0;
}

.ig-home-hero__image,
.ig-home-image-promo__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-home-hero__image {
  object-position: center;
}

.ig-home-hero__inner,
.ig-home-image-promo__inner {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.ig-home-hero__content {
  width: min(520px, 50%);
  padding: 42px 0;
}

.ig-home-hero__eyebrow,
.ig-home-image-promo__copy > p {
  margin: 0 0 12px;
  color: var(--ig-maroon);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ig-home-hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--ig-maroon-dark);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.03;
  letter-spacing: 0;
}

.ig-home-hero__content > p:not(.ig-home-hero__eyebrow) {
  max-width: 500px;
  margin: 18px 0 0;
  color: #4b3138;
  font-size: 18px;
  line-height: 1.5;
}

.ig-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ig-home-hero__primary,
.ig-home-hero__secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid var(--ig-maroon);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
}

.ig-home-hero__primary {
  background: var(--ig-maroon);
  color: var(--ig-white);
}

.ig-home-hero__primary span {
  color: var(--ig-gold);
  font-size: 20px;
  line-height: 1;
}

.ig-home-hero__secondary {
  background: transparent;
  color: var(--ig-maroon-dark);
}

.ig-home-hero__primary:hover,
.ig-home-hero__primary:focus-visible {
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
}

.ig-home-hero__secondary:hover,
.ig-home-hero__secondary:focus-visible {
  background: var(--ig-white);
  color: var(--ig-maroon);
}

.ig-home-hero__promises {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  color: var(--ig-maroon-dark);
  font-size: 12px;
  font-weight: 800;
}

.ig-home-hero__promises li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ig-home-hero__promises span {
  color: var(--ig-maroon);
}

.ig-home-discovery {
  padding: 22px 0 20px;
  border-bottom: 1px solid var(--ig-line);
  background: var(--ig-white);
}

.ig-home-discovery__rail {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
}

.ig-home-discovery__item {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ig-text);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.ig-home-discovery__visual {
  width: min(100%, 86px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-cream);
}

.ig-home-discovery__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-home-discovery__visual b {
  color: var(--ig-maroon);
  font-size: 17px;
}

.ig-home-discovery__item:hover .ig-home-discovery__visual {
  border-color: var(--ig-gold);
  box-shadow: 0 8px 20px rgba(75, 0, 16, 0.12);
}

.ig-home-services {
  background: var(--ig-maroon-dark);
  color: var(--ig-white);
}

.ig-home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ig-home-services__grid > div {
  min-height: 92px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ig-home-services__grid > div:last-child {
  border-right: 0;
}

.ig-home-services__grid span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.68);
  border-radius: 50%;
  color: var(--ig-gold);
  font-size: 15px;
}

.ig-home-services__grid strong {
  font-size: 13px;
}

.ig-home-services__grid small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
}

.ig-home-products-section {
  padding-block: 58px;
}

.ig-home-products-section .ig-section__head,
.ig-home-category-showcase .ig-section__head {
  margin-bottom: 22px;
}

.ig-home-products-section .ig-section__head h2,
.ig-home-category-showcase .ig-section__head h2 {
  font-size: clamp(27px, 3vw, 38px);
}

.ig-product-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ig-product-grid--home .ig-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: none;
}

.ig-product-grid--home .ig-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 13px;
}

.ig-product-grid--home .ig-product-card h3 {
  min-height: 40px;
  margin-bottom: 7px;
  font-size: 14px;
}

.ig-product-grid--home .ig-card-gallery__dots {
  bottom: 8px;
}

.ig-product-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
}

.ig-product-card .ig-card-add {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--ig-maroon) !important;
  border-radius: 5px;
  background: var(--ig-maroon) !important;
  color: var(--ig-white) !important;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.ig-product-card .ig-card-add:hover,
.ig-product-card .ig-card-add:focus-visible {
  border-color: var(--ig-maroon-dark) !important;
  background: var(--ig-maroon-dark) !important;
  color: var(--ig-white) !important;
}

.ig-product-card .ig-card-add.is-adding {
  cursor: wait;
  opacity: 0.72;
}

.ig-product-card .ig-card-add.is-added {
  border-color: #16844a !important;
  background: #16844a !important;
  color: var(--ig-white) !important;
}

.ig-card-view {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: var(--ig-maroon);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ig-home-category-showcase {
  padding: 60px 0;
  background: #f7f2ed;
}

.ig-home-category-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ig-home-category-showcase__tile {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-white);
}

.ig-home-category-showcase__image {
  aspect-ratio: 1.28 / 1;
  display: block;
  background: var(--ig-cream);
}

.ig-home-category-showcase__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ig-home-category-showcase__copy {
  min-height: 124px;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 14px;
}

.ig-home-category-showcase__copy strong {
  color: var(--ig-maroon-dark);
  font-size: 15px;
}

.ig-home-category-showcase__copy small {
  min-height: 32px;
  color: var(--ig-muted);
  font-size: 12px;
  line-height: 1.35;
}

.ig-home-category-showcase__copy b {
  margin-top: auto;
  color: var(--ig-maroon);
  font-size: 12px;
}

.ig-home-category-showcase__tile:hover {
  border-color: var(--ig-gold);
  box-shadow: 0 10px 24px rgba(75, 0, 16, 0.09);
}

.ig-home-image-promo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #2d160d;
}

.ig-home-image-promo__image {
  object-position: center;
}

.ig-home-image-promo__inner {
  min-height: 420px;
}

.ig-home-image-promo__copy {
  width: min(480px, 48%);
  color: var(--ig-white);
}

.ig-home-image-promo__copy > p {
  color: var(--ig-gold);
}

.ig-home-image-promo__copy h2 {
  margin: 0;
  color: var(--ig-white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: 0;
}

.ig-home-image-promo__copy > span {
  display: block;
  max-width: 420px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.ig-home-image-promo__copy a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 0 17px;
  border: 1px solid var(--ig-gold);
  border-radius: 6px;
  color: var(--ig-white);
  font-size: 13px;
  font-weight: 900;
}

.ig-home-image-promo__copy a b {
  color: var(--ig-gold);
  font-size: 20px;
}

.ig-home-image-promo__copy a:hover,
.ig-home-image-promo__copy a:focus-visible {
  background: var(--ig-maroon);
  color: var(--ig-white);
}

.ig-home-occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ig-home-occasion-grid a {
  min-height: 108px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--ig-line);
  border-radius: 6px;
  background: var(--ig-white);
}

.ig-home-occasion-grid a > span {
  width: 76px;
  height: 76px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #f0e6df;
}

.ig-home-occasion-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ig-home-occasion-grid strong {
  color: var(--ig-maroon-dark);
  font-size: 14px;
  line-height: 1.25;
}

.ig-home-occasion-grid b {
  color: var(--ig-maroon);
  font-size: 18px;
}

.ig-home-occasion-grid a:hover {
  border-color: var(--ig-gold);
}

@media (max-width: 1180px) {
  .ig-mainbar__inner {
    grid-template-columns: auto minmax(145px, 180px) minmax(210px, 1fr) auto;
  }

  .ig-delivery-location small {
    display: none;
  }

  .ig-home-discovery__rail {
    grid-template-columns: repeat(9, minmax(82px, 1fr));
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .ig-home-category-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ig-home-occasion-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ig-delivery-location {
    display: none;
  }

  .ig-home-hero,
  .ig-home-hero__inner {
    min-height: 470px;
  }

  .ig-home-hero__image {
    object-position: 67% center;
  }

  .ig-home-hero__content {
    width: min(68%, 380px);
    padding: 30px 0;
  }

  .ig-home-hero h1 {
    font-size: clamp(32px, 8vw, 46px);
  }

  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow) {
    font-size: 15px;
  }

  .ig-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-home-services__grid > div {
    min-height: 82px;
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ig-home-services__grid > div:nth-child(2n) {
    border-right: 0;
  }

  .ig-home-services__grid > div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .ig-product-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ig-product-grid--home .ig-product-card__body {
    padding: 10px;
  }

  .ig-product-grid--home .ig-product-card h3 {
    min-height: 54px;
    font-size: 13px;
  }

  .ig-product-card__actions {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ig-product-card .ig-card-add,
  .ig-card-view {
    min-height: 36px;
  }

  .ig-card-view {
    justify-content: center;
  }

  .ig-home-category-showcase,
  .ig-home-products-section {
    padding-block: 42px;
  }

  .ig-home-category-showcase__grid,
  .ig-home-occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ig-home-category-showcase__copy {
    min-height: 115px;
    padding: 11px;
  }

  .ig-home-category-showcase__copy small {
    min-height: 0;
  }

  .ig-home-image-promo,
  .ig-home-image-promo__inner {
    min-height: 360px;
  }

  .ig-home-image-promo__image {
    object-position: 64% center;
  }

  .ig-home-image-promo__copy {
    width: min(58%, 320px);
  }

  .ig-home-image-promo__copy > span {
    font-size: 14px;
  }

  .ig-home-occasion-grid a {
    min-height: 86px;
    grid-template-columns: 54px minmax(0, 1fr) 14px;
    gap: 8px;
    padding: 9px;
  }

  .ig-home-occasion-grid a > span {
    width: 54px;
    height: 54px;
  }

  .ig-home-occasion-grid strong {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .ig-home-hero,
  .ig-home-hero__inner {
    min-height: 430px;
  }

  .ig-home-hero__content {
    width: 72%;
  }

  .ig-home-hero__promises {
    gap: 7px 10px;
    font-size: 10px;
  }

  .ig-home-hero__actions {
    gap: 8px;
    margin-top: 21px;
  }

  .ig-home-hero__primary,
  .ig-home-hero__secondary {
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
  }

  .ig-home-discovery__rail {
    gap: 10px;
    grid-template-columns: repeat(9, 72px);
  }

  .ig-home-discovery__visual {
    width: 68px;
  }

  .ig-home-discovery__item {
    font-size: 10px;
  }

  .ig-home-services__grid > div {
    grid-template-columns: 28px 1fr;
    gap: 7px;
    padding: 12px 10px;
  }

  .ig-home-services__grid span {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .ig-home-services__grid strong {
    font-size: 11px;
  }

  .ig-home-services__grid small {
    font-size: 9px;
  }

  .ig-home-image-promo__copy {
    width: 57%;
  }

  .ig-home-image-promo__copy h2 {
    font-size: 29px;
  }

  .ig-home-image-promo__copy > span {
    font-size: 12px;
  }
}

/* WooCommerce Cart and Checkout blocks. */
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar {
  padding: 24px;
  border: 1px solid var(--ig-line);
  border-radius: var(--ig-radius);
  background: var(--ig-white);
  box-shadow: var(--ig-shadow);
}

.wc-block-cart .wc-block-cart__totals-title,
.wc-block-checkout .wc-block-components-totals-wrapper {
  color: var(--ig-maroon-dark);
}

.wc-block-cart .wc-block-cart__submit,
.wc-block-cart .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-totals-wrapper {
  border-color: var(--ig-line);
}

.wc-block-cart .wc-block-cart__submit {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--ig-line);
}

.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 14px 20px;
  border: 1px solid var(--ig-gold) !important;
  border-radius: 6px;
  background: var(--ig-maroon) !important;
  background-image: none !important;
  color: var(--ig-white) !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(75, 0, 16, 0.2) !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button .wc-block-components-button__text,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button .wc-block-components-button__text {
  color: var(--ig-white) !important;
}

.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button::after,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button::after {
  content: "→";
  color: var(--ig-gold);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button:hover,
.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button:focus-visible,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button:hover,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button:focus-visible {
  border-color: var(--ig-gold) !important;
  background: var(--ig-maroon-dark) !important;
  color: var(--ig-white) !important;
  box-shadow: 0 13px 26px rgba(75, 0, 16, 0.28) !important;
  transform: translateY(-1px);
}

.wc-block-cart .wc-block-cart__submit-button.wc-block-components-button:focus-visible,
.wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button:focus-visible {
  outline: 3px solid rgba(212, 175, 55, 0.4);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .wc-block-cart .wc-block-components-sidebar,
  .wc-block-checkout .wc-block-components-sidebar {
    padding: 18px;
  }

  .wc-block-cart .wc-block-cart__submit-button.wc-block-components-button,
  .wc-block-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button {
    min-height: 56px;
    font-size: 15px;
  }
}

/* Full-width home hero with an actual featured IG Store product image. */
.ig-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 560px;
  padding: 72px 0;
  overflow: hidden;
  background: var(--ig-maroon-dark);
  isolation: isolate;
}

.ig-hero__media,
.ig-hero::after {
  position: absolute;
  inset: 0;
}

.ig-hero__media {
  z-index: -2;
}

.ig-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ig-hero::after {
  z-index: -1;
  background: rgba(75, 0, 16, 0.5);
  content: "";
}

.ig-hero__grid {
  display: block;
  width: 100%;
}

.ig-hero__content {
  max-width: 690px;
}

.ig-hero .ig-eyebrow {
  color: var(--ig-gold);
}

.ig-hero h1 {
  max-width: 680px;
  color: var(--ig-white);
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 1;
}

.ig-hero p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.ig-hero .ig-btn {
  border-color: var(--ig-gold);
  background: var(--ig-gold);
  color: var(--ig-maroon-dark);
}

.ig-hero .ig-btn:hover {
  border-color: var(--ig-white);
  background: var(--ig-white);
  color: var(--ig-maroon-dark);
}

.ig-hero .ig-btn--ghost {
  border-color: rgba(255, 255, 255, 0.8);
  background: transparent;
  color: var(--ig-white);
}

.ig-hero .ig-btn--ghost:hover {
  border-color: var(--ig-white);
  background: rgba(255, 255, 255, 0.14);
  color: var(--ig-white);
}

.ig-hero__stats {
  gap: 0;
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.ig-hero__stats span {
  min-width: 150px;
  padding: 0 26px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.ig-hero__stats span + span {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.ig-hero__stats strong {
  color: var(--ig-gold);
  font-size: 21px;
}

@media (max-width: 820px) {
  .ig-hero {
    min-height: 540px;
    padding: 64px 0 56px;
  }

  .ig-hero::after {
    background: rgba(75, 0, 16, 0.58);
  }

  .ig-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .ig-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ig-hero__stats span,
  .ig-hero__stats span + span {
    min-width: 0;
    padding: 0 11px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .ig-hero__stats span:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .ig-hero__stats strong {
    font-size: 16px;
  }
}

/* Keep long desktop product galleries compact until the customer asks for more. */
@media (min-width: 821px) {
  .ig-pdp__media .flex-control-thumbs li:nth-child(n + 5) {
    display: none;
  }

  .ig-pdp__media .flex-control-thumbs.is-expanded li:nth-child(n + 5) {
    display: block;
  }

  .ig-pdp__media .flex-control-thumbs li.ig-gallery-more {
    display: block !important;
  }

  .ig-pdp__media .ig-gallery-more button {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    place-content: center;
    gap: 2px;
    padding: 5px;
    border: 1px solid var(--ig-maroon);
    border-radius: 4px;
    background: var(--ig-cream);
    color: var(--ig-maroon-dark);
    font: inherit;
    cursor: pointer;
  }

  .ig-pdp__media .ig-gallery-more button:hover {
    background: var(--ig-maroon);
    color: var(--ig-white);
  }

  .ig-pdp__media .ig-gallery-more strong {
    font-size: 18px;
    line-height: 1;
  }

  .ig-pdp__media .ig-gallery-more span {
    font-size: 11px;
    font-weight: 800;
  }
}

/* Launch polish: keep every mobile section inside the viewport and make the hero copy readable. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.ig-topbar__inner {
  width: var(--ig-container);
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  justify-content: center;
  animation: none;
}

.ig-home-discovery {
  overflow: hidden;
}

.ig-home-discovery__rail {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1180px) {
  .ig-home-discovery__rail {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 820px) {
  .ig-topbar__inner {
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    margin: 0;
    padding-inline: 14px;
    animation: none;
  }

  .ig-delivery-promo {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ig-delivery-promo small {
    display: none;
  }

  .ig-home-hero::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(75, 0, 16, 0.64);
    content: "";
  }

  .ig-home-hero__image {
    object-position: 62% center;
  }

  .ig-home-hero__inner {
    z-index: 1;
  }

  .ig-home-hero__content {
    width: min(100%, 410px);
    max-width: 100%;
  }

  .ig-home-hero__eyebrow,
  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow),
  .ig-home-hero h1,
  .ig-home-hero__promises,
  .ig-home-hero__promises span {
    color: var(--ig-white);
  }

  .ig-home-hero__eyebrow {
    color: var(--ig-gold);
  }

  .ig-home-hero__secondary {
    border-color: rgba(255, 255, 255, 0.82);
    color: var(--ig-white);
  }

  .ig-home-hero__secondary:hover,
  .ig-home-hero__secondary:focus-visible {
    background: var(--ig-white);
    color: var(--ig-maroon-dark);
  }

  .ig-home-discovery__rail {
    grid-template-columns: repeat(9, 76px);
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
}

@media (max-width: 520px) {
  .ig-home-hero h1 {
    max-width: 320px;
    font-size: 34px;
    line-height: 1.1;
  }

  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow) {
    max-width: 285px;
  }

  .ig-home-discovery__rail {
    grid-template-columns: repeat(9, 72px);
  }
}

/* Product pages must stay gallery-first and single-column on phones. */
@media (max-width: 820px) {
  .ig-pdp__grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .ig-pdp__media,
  .ig-pdp__purchase,
  .ig-pdp__media .woocommerce-product-gallery,
  .ig-pdp__media .woocommerce-product-gallery__wrapper,
  .ig-pdp__media .flex-viewport {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ig-pdp__media .woocommerce-product-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .woocommerce div.product.ig-pdp .product_title {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .single-product .ig-pdp__purchase form.cart::before {
    position: fixed;
    right: 0;
    bottom: 66px;
    left: 0;
    z-index: 102;
    height: 74px;
    border-top: 1px solid var(--ig-line);
    background: var(--ig-white);
    box-shadow: 0 -8px 20px rgba(17, 17, 17, 0.08);
    content: "";
    pointer-events: none;
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button,
  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    z-index: 103;
  }
}

/* On phones, keep the full banner visible while the campaign copy stays on its left side. */
@media (max-width: 820px) {
  .ig-home-hero {
    position: relative;
    min-height: 0;
    aspect-ratio: 960 / 454;
    overflow: hidden;
    background: var(--ig-cream);
  }

  .ig-home-hero::after {
    display: none;
  }

  .ig-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    background: var(--ig-cream);
  }

  .ig-home-hero__inner {
    min-height: 100%;
    display: flex;
    align-items: center;
    padding-block: 0;
  }

  .ig-home-hero__content {
    width: 49%;
    max-width: 360px;
    padding: 0;
  }

  .ig-home-hero__eyebrow {
    color: var(--ig-maroon);
  }

  .ig-home-hero h1 {
    color: var(--ig-maroon-dark);
  }

  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow),
  .ig-home-hero__promises,
  .ig-home-hero__promises span {
    color: #4b3138;
  }

  .ig-home-hero h1 {
    max-width: 360px;
  }

  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow) {
    max-width: 315px;
  }
}

@media (max-width: 520px) {
  .ig-home-hero__content {
    width: 52%;
  }

  .ig-home-hero__eyebrow {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .ig-home-hero h1 {
    max-width: 190px;
    font-size: 20px;
    line-height: 1.08;
  }

  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow),
  .ig-home-hero__promises,
  .ig-home-hero__secondary {
    display: none;
  }

  .ig-home-hero__actions {
    margin-top: 10px;
  }

  .ig-home-hero__primary {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }
}

/* Keep the supporting offer visible on compact phones without crowding the banner. */
@media (max-width: 520px) {
  .ig-home-hero__content > p:not(.ig-home-hero__eyebrow) {
    display: block;
    max-width: 186px;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.28;
  }

  .ig-home-hero__actions {
    margin-top: 8px;
  }
}

/* Product thumbnails stay visible without forcing the page into a sideways rail. */
@media (max-width: 820px) {
  .ig-pdp__media .flex-control-thumbs {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .ig-pdp__media .flex-control-thumbs li {
    width: auto !important;
  }

  .ig-pdp__media .flex-control-thumbs li:nth-child(n + 5) {
    display: none;
  }

  .ig-pdp__media .flex-control-thumbs.is-expanded li:nth-child(n + 5) {
    display: block;
  }

  .ig-pdp__media .flex-control-thumbs li.ig-gallery-more {
    display: block !important;
  }

  .ig-pdp__media .ig-gallery-more button {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    place-content: center;
    gap: 2px;
    padding: 5px;
    border: 1px solid var(--ig-maroon);
    border-radius: 4px;
    background: var(--ig-cream);
    color: var(--ig-maroon-dark);
    font: inherit;
    cursor: pointer;
  }

  .ig-pdp__media .ig-gallery-more strong {
    font-size: 16px;
    line-height: 1;
  }

  .ig-pdp__media .ig-gallery-more span {
    font-size: 10px;
    font-weight: 800;
  }
}

/* Mobile purchase flow: keep buttons in the product details like desktop, not fixed over content. */
@media (max-width: 820px) {
  body.single-product {
    padding-bottom: 66px;
  }

  .single-product .ig-pdp__purchase form.cart::before {
    display: none;
  }

  .single-product .ig-pdp__purchase form.cart .single_add_to_cart_button,
  .single-product .ig-pdp__purchase form.cart .ig-btn--buy-now {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 0;
    box-shadow: none;
  }

  .ig-pdp__media .flex-viewport {
    height: auto !important;
    overflow: visible !important;
  }

  .ig-pdp__media .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    display: block !important;
    transform: none !important;
  }

  .ig-pdp__media .woocommerce-product-gallery__image {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  .ig-pdp__media .woocommerce-product-gallery__image[hidden] {
    display: none !important;
  }
}

/* Discount labels follow the IG Store sale ribbon rather than the generic green pill. */
.ig-price-drop {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 8px;
  border-radius: 2px;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ig-savings-rate {
  border-color: var(--ig-maroon);
  border-radius: 2px;
  background: var(--ig-maroon);
  color: var(--ig-white);
}

/* Override WooCommerce's default green circular sale marker everywhere. */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .onsale {
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 5;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 7px 15px 7px 10px;
  border: 0;
  border-radius: 0;
  background: var(--ig-maroon);
  color: var(--ig-white);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.woocommerce div.product.ig-pdp .onsale {
  padding: 9px 17px 9px 12px;
  font-size: 11px;
}

/* Keep recommendation cards compact and easy to scan below a product. */
@media (max-width: 820px) {
  .ig-pdp .related.products,
  .ig-pdp .ig-recent-products,
  .ig-pdp .ig-product-reviews + .ig-recent-products,
  .ig-pdp .ig-recent-products + .related.products {
    margin-top: 24px;
  }

  .ig-pdp .related.products ul.products,
  .ig-recent-products .ig-product-grid {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }

  .ig-pdp .related.products > h2,
  .ig-recent-products .ig-section__head {
    margin-bottom: 12px;
  }
}

/* WooCommerce's columns-* classes otherwise keep mobile recommendation cards narrow. */
@media (max-width: 820px) {
  .woocommerce ul.products,
  .woocommerce .ig-pdp .related.products ul.products {
    display: grid !important;
    grid-auto-columns: auto !important;
    grid-auto-flow: row !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-5 li.product,
  .woocommerce ul.products.columns-6 li.product {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
