/* Palak Fashion — generated Tier-B section CSS (namespaced under .sx).
   Uploaded to site_settings.sx_css_location and concatenated into the store's
   global generated stylesheet. Brand color comes from --secondary-main (theme-injected). */

/* BEGIN shoopy-gen:base */
.sx {
  --sx-gold: #c99a2e;
  --sx-gold-hi: #e3b94e;
  --sx-gold-soft: #e8d39a;
  --sx-wine: #5b1320;
  --sx-cta: #7a1d2b;
  --sx-cta-hi: #94283a;
  --sx-bg: #fbf6ec;
  --sx-card: #ffffff;
  --sx-ink: #2a1c12;
  --sx-muted: #7a6a55;
  --sx-line: rgba(91, 19, 32, .14);
  --sx-line-g: rgba(201, 154, 46, .34);
  --sx-green: #2e9d5f;
  --sx-maxw: 1240px;
  --sx-radius: 12px;
  --sx-head: "Cormorant Garamond", Georgia, serif;
  --sx-body: "Jost", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.sx {
  font-family: var(--sx-body);
  color: var(--sx-ink);
}

.sx *,
.sx *::before,
.sx *::after {
  box-sizing: border-box;
}

.sx img {
  display: block;
  max-width: 100%;
}

.sx .sx-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px;
}

.sx-head__k {
  display: inline-block;
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--secondary-main, var(--sx-gold));
}

.sx-head__k::before,
.sx-head__k::after {
  content: "\2756";
  margin: 0 .7em;
  color: var(--sx-line-g);
  font-size: .8em;
}

.sx-head__h {
  font-family: var(--sx-head);
  font-weight: 600;
  line-height: 1.06;
  font-size: clamp(2rem, 5vw, 2.9rem);
  margin: 8px 0 6px;
  color: var(--sx-wine);
}

.sx-head__s {
  margin: 0;
  color: var(--sx-muted);
  font-weight: 400;
  font-size: 1rem;
}

.sx .sx-head__cta {
  text-align: center;
  margin-top: 26px;
}

.sx-btn {
  display: inline-block;
  background: var(--sx-cta);
  color: #fff;
  font-family: var(--sx-body);
  font-weight: 600;
  font-size: .84rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 13px 30px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: .25s;
}

.sx-btn:hover {
  background: var(--sx-cta-hi);
}

.sx-btn--sm {
  padding: 9px 16px;
  font-size: .74rem;
  letter-spacing: .03em;
  text-transform: none;
}

.sx-btn--ghost {
  background: transparent;
  color: var(--sx-wine);
  border: 1px solid var(--sx-cta);
}

.sx-btn--ghost:hover {
  background: var(--sx-wine);
  color: #fff;
}

/* END shoopy-gen:base */
/* BEGIN shoopy-gen:usp-1 */
.sx-usp {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 14px;
  max-width: var(--sx-maxw);
  margin: 0 auto;
}

.sx-usp__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 calc(50% - 7px);
  min-width: 0;
}

.sx-usp__ic {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(201, 154, 46, .14);
  color: var(--sx-wine);
}

.sx-usp__ic svg {
  width: 21px;
  height: 21px;
}

.sx-usp__t {
  margin: 0;
  font-weight: 600;
  font-size: .92rem;
  color: var(--sx-wine);
}

.sx-usp__d {
  margin: 2px 0 0;
  font-size: .76rem;
  color: var(--sx-muted);
  line-height: 1.35;
}

@media (min-width:768px) {
  .sx-usp {
    gap: 20px;
  }

  .sx-usp__item {
    flex: 1 1 calc(25% - 15px);
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* END shoopy-gen:usp-1 */
/* BEGIN shoopy-gen:fabric-1 */
.sx-fab__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sx-fab__card {
  display: block;
  border-radius: var(--sx-radius);
  overflow: hidden;
  position: relative;
  background: var(--sx-card);
  border: 1px solid var(--sx-line);
  transition: .25s;
}

.sx-fab__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(91, 19, 32, .16);
  border-color: var(--sx-line-g);
}

.sx-fab__media {
  aspect-ratio: 3/4;
}

.sx-fab__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sx-fab__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 14px 14px;
  background: linear-gradient(180deg, transparent, rgba(46, 12, 18, .85));
}

.sx-fab__n {
  display: block;
  font-family: var(--sx-head);
  font-weight: 700;
  font-size: 1.32rem;
  color: #fff;
  line-height: 1.1;
}

.sx-fab__d {
  display: block;
  font-size: .74rem;
  color: var(--sx-gold-soft);
  margin-top: 3px;
}

@media (min-width:768px) {
  .sx-fab__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (min-width:1024px) {
  .sx-fab__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* END shoopy-gen:fabric-1 */
/* BEGIN shoopy-gen:price-1 */
.sx-price__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sx-price__card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--sx-card);
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  padding: 12px;
  transition: .25s;
}

.sx-price__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(91, 19, 32, .13);
  border-color: var(--sx-line-g);
}

.sx-price__media {
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--sx-gold-soft);
}

.sx-price__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sx-price__cap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.sx-price__n {
  font-family: var(--sx-head);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--sx-wine);
  line-height: 1.05;
}

.sx-price__d {
  font-size: .76rem;
  color: var(--sx-muted);
}

.sx-price__cta {
  font-size: .74rem;
  font-weight: 600;
  color: var(--sx-cta);
  margin-top: 4px;
  letter-spacing: .03em;
}

@media (min-width:768px) {
  .sx-price__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

/* END shoopy-gen:price-1 */
/* BEGIN shoopy-gen:videos-1 */
.sx-vid__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 64%;
  gap: 15px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.sx-vid__card {
  background: var(--sx-card);
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  overflow: hidden;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  transition: .25s;
}

.sx-vid__card:hover {
  box-shadow: 0 16px 30px rgba(91, 19, 32, .14);
  border-color: var(--sx-line-g);
}

.sx-vid__media {
  position: relative;
  aspect-ratio: 9/14;
}

.sx-vid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sx-vid__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  color: var(--sx-wine);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.sx-vid__play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  fill: currentColor;
  stroke: none;
}

.sx-vid__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 12px 10px;
  background: linear-gradient(180deg, transparent, rgba(46, 12, 18, .8));
  color: #fff;
  font-size: .78rem;
  font-weight: 500;
}

.sx-vid__buy {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.sx-vid__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sx-vid__name {
  font-weight: 600;
  font-size: .84rem;
  color: var(--sx-wine);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sx-vid__price {
  font-size: .78rem;
  color: var(--sx-ink);
  margin-top: 2px;
}

.sx-vid__price s {
  color: #a89478;
  margin: 0 3px;
}

.sx-vid__off {
  color: var(--sx-green);
  font-weight: 600;
}

@media (min-width:768px) {
  .sx-vid__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
  }
}

/* END shoopy-gen:videos-1 */
/* BEGIN shoopy-gen:story-1 */
.sx-story__in {
  display: grid;
  gap: 24px;
  align-items: center;
}

.sx-story__media {
  border-radius: var(--sx-radius);
  overflow: hidden;
  border: 1px solid var(--sx-line-g);
  aspect-ratio: 76/90;
}

.sx-story__media img,
.sx-story__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sx-story__body .sx-head__k {
  display: inline-block;
  margin-bottom: 6px;
}

.sx-story__body .sx-head__h {
  text-align: left;
  font-size: clamp(1.8rem, 4.6vw, 2.7rem);
  margin-bottom: 14px;
}

.sx-story__p {
  color: var(--sx-muted);
  font-size: .96rem;
  line-height: 1.72;
  margin: 0 0 14px;
}

.sx-story__stats {
  display: flex;
  gap: 26px;
  margin: 6px 0 22px;
}

.sx-story__n {
  display: block;
  font-family: var(--sx-head);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--sx-wine);
  line-height: 1;
}

.sx-story__l {
  display: block;
  font-size: .72rem;
  letter-spacing: .04em;
  color: var(--sx-muted);
  margin-top: 4px;
}

@media (min-width:768px) {
  .sx-story__in {
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
  }
}

/* END shoopy-gen:story-1 */
/* BEGIN shoopy-gen:instagram-1 */
.sx-ig__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sx-ig__card {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 6px 18px rgba(91, 19, 32, .08);
  background: #f3ece0;
}

.sx-ig__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.sx-ig__card:hover img {
  transform: scale(1.05);
}

.sx-ig__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  font-size: .66rem;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.sx-ig__badge svg {
  width: 16px;
  height: 16px;
}

.sx-ig__badge--ig {
  opacity: .92;
}

.sx-ig__ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 11px 10px;
  background: linear-gradient(180deg, transparent, rgba(40, 12, 18, .85));
  color: #fff;
}

.sx-ig__cap {
  margin: 0 0 5px;
  font-size: .74rem;
  line-height: 1.3;
  font-weight: 500;
}

.sx-ig__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .68rem;
  gap: 6px;
}

.sx-ig__user {
  font-weight: 600;
  opacity: .96;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sx-ig__like {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
}

.sx-ig__like svg {
  width: 12px;
  height: 12px;
  color: #ff6b81;
}

@media (min-width:768px) {
  .sx-ig__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width:1024px) {
  .sx-ig__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* END shoopy-gen:instagram-1 */
/* BEGIN shoopy-gen:testimonials-1 */
.sx-tm__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.sx-tm__card {
  background: var(--sx-card);
  border: 1px solid var(--sx-line);
  border-radius: var(--sx-radius);
  padding: 24px 22px;
  box-shadow: 0 5px 16px rgba(91, 19, 32, .05);
}

.sx-tm__stars {
  color: var(--sx-gold);
  letter-spacing: .12em;
  font-size: .92rem;
}

.sx-tm__q {
  font-family: var(--sx-head);
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.5;
  color: var(--sx-ink);
  margin: 12px 0 18px;
}

.sx-tm__who {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sx-tm__av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sx-wine);
  color: var(--sx-gold-soft);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: var(--sx-head);
  font-size: 1.1rem;
}

.sx-tm__name {
  font-weight: 600;
  font-size: .9rem;
  color: var(--sx-wine);
}

.sx-tm__meta {
  font-size: .74rem;
  color: var(--sx-muted);
}

@media (min-width:768px) {
  .sx-tm__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* END shoopy-gen:testimonials-1 */
:root {
  --secondary-main: #c99a2e;
  --gold: #c99a2e;
  --gold-hi: #e3b94e;
  --gold-soft: #e8d39a;
  --wine: #5b1320;
  --wine-deep: #42101b;
  --wine-2: #7a1d2b;
  --cta: #7a1d2b;
  --cta-hi: #94283a;
  --bg: #fbf6ec;
  --bg2: #f4ead6;
  --card: #ffffff;
  --ink: #2a1c12;
  --muted: #7a6a55;
  --line: rgba(91, 19, 32, .14);
  --line-g: rgba(201, 154, 46, .34);
  --green: #2e9d5f;
  --maxw: 1240px;
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3 {
  font-family: var(--font-head);
  margin: 0;
  line-height: 1.06;
  font-weight: 600;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

.sec {
  padding: 46px 0;
}

.sec--tint {
  background: var(--bg2);
}

/* shared section heads (Tier-A mockups) */
.head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px;
}

.head__k {
  display: inline-block;
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
}

.head__k::before,
.head__k::after {
  content: "❖";
  margin: 0 .7em;
  color: var(--line-g);
  font-size: .8em;
}

.head__h {
  font-size: clamp(2rem, 5vw, 2.9rem);
  margin: 8px 0 6px;
  color: var(--wine);
}

.head__s {
  margin: 0;
  color: var(--muted);
  font-weight: 400;
  font-size: 1rem;
}

.head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: var(--maxw);
  text-align: left;
  gap: 16px;
  margin-bottom: 24px;
}

.head--row .head__h {
  margin-bottom: 0;
}

.viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cta);
  font-weight: 600;
  font-size: .86rem;
  letter-spacing: .04em;
  border-bottom: 1px solid var(--line-g);
  padding-bottom: 3px;
  white-space: nowrap;
}

.viewall:hover {
  color: var(--gold);
}

/* ---- Notice (Tier C) ---- */
.notice {
  background: var(--wine-deep);
  color: var(--gold-soft);
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .04em;
  text-align: center;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(201, 154, 46, .18);
}

/* ---- Header (Tier C) ---- */
.hdr {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--wine);
  border-bottom: 1px solid rgba(201, 154, 46, .2);
}

.hdr__in {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 16px;
  max-width: var(--maxw);
  margin: 0 auto;
}

.hdr__burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.hdr__burger span {
  width: 21px;
  height: 1.7px;
  background: var(--gold-soft);
  display: block;
}

.hdr__logo img {
  height: 32px;
  width: auto;
}

.hdr__nav {
  display: none;
  gap: 17px;
  margin-left: 8px;
}

.hdr__nav a {
  font-weight: 400;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f3e3c8;
  opacity: .9;
  white-space: nowrap;
}

.hdr__nav a:hover {
  color: var(--gold-hi);
  opacity: 1;
}

.hdr__nav--hot {
  color: var(--gold-hi) !important;
  opacity: 1 !important;
  font-weight: 500;
}

.hdr__search {
  display: none;
  flex: 1;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(201, 154, 46, .28);
  border-radius: 999px;
  padding: 9px 18px;
  color: #e7d6b6;
  font-size: .82rem;
  max-width: 300px;
}

.hdr__search svg {
  width: 17px;
  height: 17px;
  color: var(--gold-hi);
  flex: 0 0 auto;
}

.hdr__icons {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  flex: 0 0 auto;
}

.hdr__logo {
  flex: 0 0 auto;
}

.iconbtn {
  flex: 0 0 auto;
}

.iconbtn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  color: #f3e3c8;
}

.iconbtn:hover {
  background: rgba(255, 255, 255, .1);
}

.iconbtn svg {
  width: 21px;
  height: 21px;
}

.iconbtn--wa svg {
  fill: #25d366;
  stroke: none;
}

.cartdot {
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--gold);
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 0 3px;
}

.hdr__burger {
  display: flex;
}

@media (min-width:768px) {
  .hdr__logo img {
    height: 40px;
  }

  .hdr__search {
    display: flex;
  }
}

@media (min-width:1080px) {
  .hdr__burger {
    display: none;
  }

  .hdr__nav {
    display: flex;
  }
}

/* ---- Hero / StoreBanner (Tier A) ---- */
.hero {
  background: #fff;
}

.hero__media {
  position: relative;
}

.hero__media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero__copy {
  padding: 26px 20px 34px;
  text-align: center;
  background: linear-gradient(180deg, var(--bg2), var(--bg));
}

.hero__k {
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero__h {
  font-size: clamp(2.2rem, 8vw, 3rem);
  margin: .32em 0 .2em;
  color: var(--wine);
}

.hero__h em {
  font-style: italic;
  color: var(--gold);
  font-weight: 600;
}

.hero__sub {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto 1.1em;
  max-width: 42ch;
}

.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero__cta {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  font-weight: 600;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 999px;
  transition: .25s;
}

.hero__cta:hover {
  background: var(--cta-hi);
}

.hero__cta--ghost {
  background: transparent;
  color: var(--wine);
  border: 1px solid var(--wine-2);
}

.hero__cta--ghost:hover {
  background: var(--wine);
  color: #fff;
}

.hero__trust {
  margin: 18px 0 0;
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: .03em;
}

.hero__trust::first-letter {
  color: var(--gold);
}

@media (min-width:768px) {
  .hero {
    position: relative;
  }

  .hero__copy {
    position: absolute;
    inset: 0;
    right: auto;
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 0 0 0 6%;
    background: none;
  }

  .hero__h {
    font-size: clamp(2.8rem, 4.6vw, 4.3rem);
  }

  .hero__sub {
    margin-left: 0;
    max-width: 34ch;
  }

  .hero__btns {
    justify-content: flex-start;
  }

  .hero__trust {
    text-align: left;
  }

  @media (min-width:1024px) {
    .hero__copy {
      padding-left: max(6%, calc((100vw - var(--maxw))/2 + 18px));
    }
  }

  /* ---- Categories (Tier A) ---- */
  .cats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
    gap: 18px 10px;
    padding: 6px 2px 4px;
  }

  .cat {
    min-width: 0;
    text-align: center;
  }

  .cat__ic {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    transition: .25s;
    box-shadow: 0 8px 20px rgba(91, 19, 32, .14);
    border: 2px solid var(--gold-soft);
  }

  .cat__ic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cat:hover .cat__ic {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(91, 19, 32, .26);
    border-color: var(--gold);
  }

  .cat__n {
    font-size: .84rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--wine);
    display: block;
    line-height: 1.3;
  }

  .cat__c {
    font-size: .66rem;
    font-weight: 400;
    letter-spacing: .04em;
    color: var(--muted);
    display: block;
    margin-top: 2px;
  }

  @media (min-width:768px) {
    .cats {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 16px;
    }

    .cat__ic {
      width: 140px;
      height: 140px;
    }
  }

  /* ---- Product cards (Tier A) ---- */
  .prow {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 70%;
    gap: 15px;
    overflow-x: auto;
    padding: 4px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .pgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .pc {
    background: var(--card);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    color: var(--ink);
    border: 1px solid var(--line);
    box-shadow: 0 5px 16px rgba(91, 19, 32, .05);
    transition: .25s;
  }

  .pc:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(91, 19, 32, .14);
    border-color: var(--line-g);
  }

  .pc__media {
    position: relative;
    aspect-ratio: 3/4;
    background: #f3ece0;
  }

  .pc__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pc__off {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--gold);
    color: var(--wine);
    font-weight: 700;
    font-size: .66rem;
    letter-spacing: .03em;
    padding: 4px 9px;
    border-radius: 999px;
  }

  .pc__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--wine);
    color: var(--gold-soft);
    font-weight: 600;
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
  }

  .pc__body {
    padding: 13px 14px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  }

  .pc__code {
    font-size: .62rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ab9a82;
    margin: 0;
  }

  .pr-title {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: 1.16rem;
    line-height: 1.2;
    margin: 0;
    color: var(--wine);
    min-height: 2.4em;
  }

  .pc__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
  }

  .pr-sale-price {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ink);
  }

  .pr-mrp-price {
    color: #a89478;
    text-decoration: line-through;
    font-size: .82rem;
  }

  .pc__save {
    color: var(--green);
    font-weight: 600;
    font-size: .72rem;
  }

  .pc__cta {
    margin-top: auto;
    text-align: center;
    background: var(--cta);
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .05em;
    padding: 10px;
    border-radius: 8px;
    transition: .2s;
  }

  .pc:hover .pc__cta {
    background: var(--cta-hi);
  }

  @media (min-width:600px) {
    .prow {
      grid-auto-columns: 42%;
    }

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

  .prow {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

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

  /* ---- Promo banner (Tier A) ---- */
  .ban {
    position: relative;
  }

  .ban__link {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line-g);
  }

  .ban__link img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ban__copy {
    padding: 26px 22px 30px;
    text-align: center;
    background: linear-gradient(180deg, #fff, var(--bg2));
  }

  .ban__k {
    font-weight: 600;
    font-size: .72rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .ban__h {
    font-family: var(--font-head);
    color: var(--wine);
    font-weight: 600;
    line-height: 1.05;
    font-size: clamp(1.7rem, 6vw, 2.7rem);
    margin: .28em 0 .2em;
  }

  .ban__sub {
    color: var(--muted);
    font-size: 1rem;
    margin: 0 auto 1.1em;
    max-width: 40ch;
  }

  .ban__cta {
    display: inline-block;
    background: var(--cta);
    color: #fff;
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 999px;
    transition: .25s;
  }

  .ban__cta:hover {
    background: var(--cta-hi);
  }

  .ban__copy {
    position: absolute;
    inset: 0;
    right: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 0 4% 0 7%;
    background: none;
  }

  .ban__sub {
    margin-left: 0;
  }

  /* ---- Footer (Tier C) ---- */
  .ft {
    background: var(--wine);
    color: #e7d6b6;
    margin-top: 14px;
  }

  .ft__in {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 46px 18px 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
  }

  .ft__brand {
    grid-column: 1 / -1;
  }

  .ft__brand img {
    height: 46px;
  }

  .ft__brand p {
    color: #d6c3a0;
    font-size: .85rem;
    font-weight: 300;
    line-height: 1.7;
    margin: 14px 0 0;
    max-width: 36ch;
  }

  .ft__col h4 {
    font-family: var(--font-body);
    font-size: .74rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-hi);
    margin: 0 0 14px;
    font-weight: 600;
  }

  .ft__col a {
    display: block;
    color: #dcc9a6;
    font-size: .86rem;
    margin-bottom: 9px;
    opacity: .92;
  }

  .ft__col a:hover {
    color: #fff;
  }

  .ft__contact {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding-top: 6px;
  }

  .ft__contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e7d6b6;
    font-size: .86rem;
  }

  .ft__contact svg {
    width: 17px;
    height: 17px;
    color: var(--gold-hi);
  }

  .ft__social {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
  }

  .ft__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    color: #e7d6b6;
  }

  .ft__social a:hover {
    background: var(--gold);
    color: var(--wine);
  }

  .ft__social svg {
    width: 19px;
    height: 19px;
  }

  .ft__bar {
    border-top: 1px solid rgba(201, 154, 46, .2);
    margin-top: 8px;
  }

  .ft__bar div {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 16px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: space-between;
    color: #bda983;
    font-size: .76rem;
  }

  .ft__in {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }

  .ft__brand {
    grid-column: auto;
  }

  .ft__contact {
    grid-column: 1 / -1;
  }

  .notice {
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 5px !important;
    background-color: #42101B !important;
  }

  .banner {
    background-color: #D8BFAD;
  }

  .app-bar-main {
    background-color: #5B1320;
  }

  :root {
    --header-accent: #ffffff;
  }

  .search-container {
    padding: 0px 10px;
    border: 1.5px solid #CB913E;
    border-radius: 30px;
  }

  .search-container .input-container {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    width: 280px !important;
  }

  #desktop-search-bar {
    color: #000 !important;
  }

  #desktop-search-bar {
    color: white !important;
  }

  .input-container .search-box {
    border-bottom: 0px solid var(--header-accent) !important;
  }

  .pr-outlined-button {
    margin-top: auto;
    background: #5B1320;
    color: #f7f0e0;
    border: none;
    border-radius: 20px;
    padding: 11px;
    font-weight: 500;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-body);
    cursor: pointer;
    transition: .25s;
  }

  .pr-outlined-button :hover {
    margin-top: auto;
    background: #5B1320;
    color: #f7f0e0;
    border: none;
    border-radius: 20px;
    padding: 11px;
    font-weight: 500;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-body);
    cursor: pointer;
    transition: .25s;
  }

  .pr-plus-minus-button {
    margin-top: auto;
    background: #5B1320;
    color: #f7f0e0;
    border: none;
    border-radius: 999px;
    padding: 11px;
    font-weight: 500;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-body);
    cursor: pointer;
    transition: .25s;
  }

  .pr-plus-minus-button:hover {
    margin-top: auto;
    background: #5B1320;
    color: #f7f0e0;
    border: none;
    border-radius: 999px;
    padding: 11px;
    font-weight: 500;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-body);
    cursor: pointer;
    transition: .25s;
  }
}

/* =========================================================
   PALAK FASHION — MOBILE COMPLETE FIXES
   Added by ChatGPT
   Fixes:
   1) Shop by category mobile scrolling with 1.5 cards visible
   2) Review/testimonial mobile scrolling
   3) Shop by price mobile cards alignment
   4) Footer mobile layout improvement
   5) Mobile text/card spacing cleanup
   ========================================================= */

@media (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    background: var(--bg, #fbf6ec) !important;
  }

  .wrap {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sec {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .head,
  .sx .sx-head {
    max-width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 4px !important;
    text-align: center !important;
  }

  .head__k,
  .sx-head__k {
    font-size: 0.64rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.18em !important;
  }

  .head__h,
  .sx-head__h {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.06 !important;
    margin: 8px 0 6px !important;
    text-align: center !important;
  }

  .head__s,
  .sx-head__s {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
    max-width: 34ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Shop by category / fabric cards: mobile horizontal scroll, 1.5 card visible */
  .sx-fab__grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 16px 16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .sx-fab__grid::-webkit-scrollbar {
    display: none !important;
  }

  .sx-fab__card {
    flex: 0 0 66% !important;
    min-width: 66% !important;
    max-width: 66% !important;
    scroll-snap-align: start !important;
    border-radius: 16px !important;
  }

  .sx-fab__media {
    aspect-ratio: 4 / 5 !important;
  }

  .sx-fab__cap {
    padding: 34px 14px 14px !important;
  }

  .sx-fab__n {
    font-size: 1.22rem !important;
    line-height: 1.12 !important;
  }

  .sx-fab__d {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
  }

  /* Product category icon row: also make it scroll if this section is used */
  .cats {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: unset !important;
    grid-auto-columns: unset !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 16px 16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .cats::-webkit-scrollbar {
    display: none !important;
  }

  .cat {
    flex: 0 0 66% !important;
    min-width: 66% !important;
    max-width: 66% !important;
    scroll-snap-align: start !important;
    text-align: center !important;
  }

  .cat__ic {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 18px !important;
    margin: 0 auto 10px !important;
    overflow: hidden !important;
  }

  .cat__ic img,
  .cat-card-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .cat__n {
    font-size: 0.92rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  .cat__c {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    margin-top: 3px !important;
  }

  /* Shop by price: balanced mobile cards */
  .sx-price__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .sx-price__card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    text-align: center !important;
    min-width: 0 !important;
  }

  .sx-price__media {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 14px !important;
    border-width: 1.5px !important;
  }

  .sx-price__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .sx-price__cap {
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
  }

  .sx-price__n {
    font-size: 1.04rem !important;
    line-height: 1.1 !important;
    min-height: 2.2em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-wrap: balance !important;
  }

  .sx-price__d {
    font-size: 0.7rem !important;
    line-height: 1.25 !important;
  }

  .sx-price__cta {
    font-size: 0.7rem !important;
    line-height: 1.25 !important;
    margin-top: 5px !important;
  }

  /* Review / testimonial section: mobile scrolling cards */
  .sx-tm {
    padding: 42px 0 46px !important;
    overflow: hidden !important;
  }

  .sx-tm .sx-head {
    padding-left: 16px !important;
    padding-right: 16px !important;
    text-align: center !important;
    max-width: 680px !important;
  }

  .sx-tm .sx-head__h {
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.06 !important;
    text-align: center !important;
  }

  .sx-tm__grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 4px 16px 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .sx-tm__grid::-webkit-scrollbar {
    display: none !important;
  }

  .sx-tm__card {
    flex: 0 0 84% !important;
    min-width: 84% !important;
    max-width: 84% !important;
    scroll-snap-align: start !important;
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .sx-tm__q {
    font-size: 1.04rem !important;
    line-height: 1.48 !important;
    margin: 12px 0 18px !important;
  }

  .sx-tm__stars {
    font-size: 0.82rem !important;
    letter-spacing: 0.12em !important;
  }

  .sx-tm__who {
    align-items: center !important;
  }

  /* Text/image sections: prevent scattered text and keep readable spacing */
  .sx-story__in {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .sx-story__media {
    width: 100% !important;
    min-height: unset !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .sx-story__media img,
  .sx-story__media video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .sx-story__body {
    padding: 22px 16px 28px !important;
    text-align: left !important;
  }

  .sx-story__body .sx-head__k,
  .sx-story__body .sx-head__h {
    text-align: left !important;
  }

  .sx-story__body .sx-head__h {
    font-size: clamp(2rem, 8vw, 2.45rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }

  .sx-story__p {
    font-size: 0.92rem !important;
    line-height: 1.68 !important;
    margin: 0 0 12px !important;
    color: var(--sx-muted, var(--muted, #7a6a55)) !important;
  }

  .sx-story__stats {
    display: flex !important;
    gap: 18px !important;
    flex-wrap: wrap !important;
    margin: 18px 0 22px !important;
  }

  .ban__copy,
  .hero__copy {
    text-align: center !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .ban__h,
  .hero__h {
    line-height: 1.08 !important;
    text-wrap: balance !important;
  }

  .ban__sub,
  .hero__sub {
    line-height: 1.55 !important;
    max-width: 34ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Product cards: cleaner mobile spacing */
  .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .prow {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 72% !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 14px !important;
  }

  .pc {
    min-width: 0 !important;
    border-radius: 12px !important;
  }

  .pc__body {
    padding: 11px 10px 12px !important;
    gap: 5px !important;
  }

  .pr-title {
    font-size: 0.98rem !important;
    line-height: 1.22 !important;
    min-height: 2.45em !important;
  }

  .pr-sale-price {
    font-size: 0.96rem !important;
  }

  .pr-mrp-price,
  .pc__save {
    font-size: 0.7rem !important;
  }

  .pr-outlined-button,
  .pr-plus-minus-button,
  .pc__cta {
    font-size: 0.72rem !important;
    padding: 10px 8px !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
  }

  /* Footer mobile redesign */
  .ft {
    margin-top: 0 !important;
    background: var(--wine, var(--sx-wine, #5b1320)) !important;
    color: #e7d6b6 !important;
    overflow: hidden !important;
  }

  .ft__in {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 34px 18px 20px !important;
    max-width: 100% !important;
  }

  .ft__brand,
  .ft__contact,
  .ft__social {
    grid-column: auto !important;
  }

  .ft__brand {
    text-align: center !important;
  }

  .ft__brand img {
    height: auto !important;
    max-height: 58px !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .ft__brand p {
    max-width: 34ch !important;
    margin: 14px auto 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
    color: #e4d1ad !important;
  }

  .ft__col {
    padding: 16px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(201, 154, 46, 0.16) !important;
  }

  .ft__col h4,
  .ft h4 {
    margin: 0 0 10px !important;
    color: var(--gold-hi, var(--sx-gold-hi, #e3b94e)) !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.14em !important;
  }

  .ft__col a,
  .ft a,
  .ft li {
    font-size: 0.86rem !important;
    line-height: 1.9 !important;
    color: #ead8b7 !important;
    opacity: 0.95 !important;
  }

  .ft__contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(201, 154, 46, 0.16) !important;
  }

  .ft__contact a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
  }

  .ft__social {
    justify-content: center !important;
    gap: 12px !important;
    padding-top: 4px !important;
  }

  .ft__social a,
  .ft__soc a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.09) !important;
    border: 1px solid rgba(201, 154, 46, 0.18) !important;
  }

  .ft__bar {
    margin-top: 0 !important;
    border-top: 1px solid rgba(201, 154, 46, 0.18) !important;
  }

  .ft__bar div,
  .ft__bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 16px 18px !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
    color: #d2bc91 !important;
  }
}

@media (max-width: 380px) {
  .sx-fab__card,
  .cat {
    flex-basis: 72% !important;
    min-width: 72% !important;
    max-width: 72% !important;
  }

  .sx-price__grid,
  .pgrid {
    gap: 10px !important;
  }

  .sx-price__card {
    padding: 8px !important;
  }

  .sx-price__n {
    font-size: 0.96rem !important;
  }

  .sx-tm__card {
    flex-basis: 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
  }
}
/* =========================================================
   PALAK FASHION — FOOTER ORIGINAL ICON SIZE FIX
   Fixes oversized footer phone/email/WhatsApp icons on mobile & desktop
   ========================================================= */
.ft,
.ft * {
  box-sizing: border-box !important;
}

.ft__contact,
.ft__social,
.ft__soc {
  overflow: hidden !important;
}

.ft__contact a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  color: #e7d6b6 !important;
  text-decoration: none !important;
  line-height: 1.45 !important;
}

.ft__contact a svg,
.ft__contact svg,
.ft__contact a img,
.ft__contact img,
.ft__contact a i,
.ft__contact i {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-block !important;
  object-fit: contain !important;
  color: var(--gold-hi, #e3b94e) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  transform: none !important;
}

.ft__social a,
.ft__soc a {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.ft__social svg,
.ft__soc svg,
.ft__social img,
.ft__soc img,
.ft__social i,
.ft__soc i {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  flex: 0 0 18px !important;
  object-fit: contain !important;
  color: #e7d6b6 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .ft__contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .ft__contact a {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 0.86rem !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ft__contact a svg,
  .ft__contact svg,
  .ft__contact a img,
  .ft__contact img,
  .ft__contact a i,
  .ft__contact i {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    min-height: 17px !important;
    max-height: 17px !important;
    flex-basis: 17px !important;
  }

  .ft__social,
  .ft__soc {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  .ft__social a,
  .ft__soc a {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  .ft__social svg,
  .ft__soc svg,
  .ft__social img,
  .ft__soc img,
  .ft__social i,
  .ft__soc i {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    min-height: 17px !important;
    max-height: 17px !important;
  }
}
