@charset "UTF-8";
/*! Generated from assets/scss. Do not edit assets/css directly. */
.nishobh-banner {
  position: relative;
  display: grid;
  height: 70vh;
  min-height: 480px;
  margin: 0 40px 96px;
  place-items: center;
  overflow: hidden;
  background: #0d0908;
  color: #f8f4ee;
  text-align: center;
}

.nishobh-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 9, 8, 0.45);
}

.nishobh-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nishobh-banner > div {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 48px 24px;
}

.nishobh-banner h2 {
  margin: 16px 0 24px;
  color: #f8f4ee;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
}

.nishobh-banner p {
  line-height: 1.7;
}

.nishobh-banner > div > p:first-child {
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

.nishobh-banner .nishobh-button {
  padding: 12px 32px;
  border-color: rgba(248, 244, 238, 0.7);
  color: #f8f4ee;
}

.nishobh-banner .nishobh-button:hover {
  border-color: #f8f4ee;
  background: #f8f4ee;
  color: #1c1614;
}

@media (max-width: 767px) {
  .nishobh-banner {
    height: 55vh;
    margin: 0 20px 64px;
  }
}
.nishobh-hero {
  position: relative;
  height: 91vh;
  min-height: 580px;
  overflow: hidden;
  background: #2b0a10;
  color: #f8f4ee;
}
.nishobh-hero__image, .nishobh-hero__veil, .nishobh-hero__vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.nishobh-hero__image {
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}
.nishobh-hero__veil {
  background: linear-gradient(100deg, rgba(14, 4, 3, 0.72) 0%, rgba(14, 4, 3, 0.42) 38%, rgba(14, 4, 3, 0.08) 62%, transparent 100%);
}
.nishobh-hero__vignette {
  background: linear-gradient(to top, rgba(10, 3, 2, 0.45) 0%, transparent 38%);
}
.nishobh-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1440px);
  height: 100%;
  margin: auto;
  padding: 0 64px;
  align-items: center;
}
.nishobh-hero__content > div {
  max-width: 520px;
}
.nishobh-hero__content > div > p:first-child {
  margin: 0 0 28px;
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}
.nishobh-hero__content h1 {
  margin: 0 0 24px;
  color: #f5f0ea;
  font-size: clamp(48px, 6.5vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.035em;
}
.nishobh-hero__content > div > p:not(:first-child) {
  margin: 0 0 40px;
  color: rgba(245, 240, 234, 0.55);
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.nishobh-hero__content .nishobh-button {
  gap: 12px;
  min-height: 0;
  padding: 12px 28px;
  letter-spacing: 0.28em;
}
.nishobh-hero__edge {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  color: rgba(245, 240, 234, 0.4);
  transform: translateY(-50%);
}
.nishobh-hero__edge i {
  width: 1px;
  height: 48px;
  background: rgba(245, 240, 234, 0.2);
}
.nishobh-hero__edge span {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.nishobh-hero__edge strong {
  color: rgba(245, 240, 234, 0.25);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}
.nishobh-hero__scroll {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: max(28px, (100% - 1440px) / 2 + 64px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(245, 240, 234, 0.35);
  font-size: 9px;
  letter-spacing: 0.28em;
}
.nishobh-hero__scroll i {
  width: 24px;
  height: 1px;
  background: rgba(245, 240, 234, 0.25);
}

@media (max-width: 767px) {
  .nishobh-hero {
    min-height: 580px;
  }
  .nishobh-hero__content {
    padding-inline: 28px;
  }
  .nishobh-hero__content h1 {
    font-size: 48px;
  }
  .nishobh-hero__edge {
    display: none;
  }
  .nishobh-hero__scroll {
    left: 28px;
  }
}
.nishobh-card-grid {
  padding: 96px 0;
  background: #f5f0ea;
}
.nishobh-card-grid span {
  color: #Fff;
}

.nishobh-card-grid__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nishobh-card-grid__card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #efe9df;
  color: #f8f4ee;
}

.nishobh-card-grid__card::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.62));
}

.nishobh-card-grid__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.nishobh-card-grid__card span {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 24px;
}

.nishobh-card-grid__card strong,
.nishobh-card-grid__card small {
  display: block;
}

.nishobh-card-grid__card strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.nishobh-card-grid__card small {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .nishobh-card-grid__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .nishobh-card-grid {
    padding: 72px 0;
  }
  .nishobh-card-grid__items {
    gap: 10px;
  }
  .nishobh-card-grid__card span {
    bottom: 14px;
    left: 14px;
  }
  .nishobh-card-grid__card strong {
    font-size: 16px;
  }
}
.nishobh-article {
  padding: 90px 0 120px;
  background: #f5f0ea;
}

.nishobh-article__header {
  width: min(100% - 48px, 980px);
  margin: 0 auto 54px;
  text-align: center;
}

.nishobh-article__header > p {
  color: #6b0f1a;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nishobh-article__header h1 {
  margin: 16px auto 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.98;
}

.nishobh-article__header div {
  display: flex;
  justify-content: center;
  gap: 18px;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nishobh-article__image {
  width: min(100% - 64px, 1240px);
  margin: 0 auto 70px;
}

.nishobh-article__image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.nishobh-article__content {
  width: min(100% - 48px, 720px);
  margin: auto;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 22px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .nishobh-article {
    padding-top: 60px;
  }
  .nishobh-article__header div {
    flex-wrap: wrap;
  }
  .nishobh-article__image {
    width: calc(100% - 32px);
  }
  .nishobh-article__content {
    font-size: 19px;
  }
}
.nishobh-journal {
  padding: 0;
  overflow: hidden;
  background: #f5f0ea;
}
.nishobh-journal__hero {
  position: relative;
  display: flex;
  height: 70vh;
  min-height: 480px;
  align-items: flex-end;
  overflow: hidden;
  background: #1a0a08;
  color: #f8f4ee;
}
.nishobh-journal__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 4, 3, 0.85), rgba(10, 4, 3, 0.2) 60%, rgba(10, 4, 3, 0.1));
}
.nishobh-journal__hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.nishobh-journal__hero > div {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 64px 56px;
}
.nishobh-journal__hero p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 12px;
  letter-spacing: 0.45em;
}
.nishobh-journal__hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f8f4ee;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
}
.nishobh-journal__categories {
  position: sticky;
  top: 80px;
  z-index: 20;
  display: flex;
  padding: 0 max(40px, (100vw - 1440px) / 2 + 40px);
  overflow-x: auto;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  background: #f5f0ea;
  scrollbar-width: none;
}
.nishobh-journal__categories a {
  flex: 0 0 auto;
  padding: 17px 16px 14px;
  border-bottom: 2px solid transparent;
  color: #7a6e68;
  font: 500 10px/1.2 "Jost", sans-serif;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}
.nishobh-journal__categories a:hover, .nishobh-journal__categories a.is-active {
  border-bottom-color: #6b0f1a;
  color: #1a1210;
}
.nishobh-journal .nishobh-section-heading {
  margin-bottom: 40px;
}
.nishobh-journal__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding-top: 96px;
  padding-bottom: 96px;
  align-items: center;
}
.nishobh-journal__featured > a {
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #ede8e0;
}
.nishobh-journal__featured > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.nishobh-journal__featured > a:hover img {
  transform: scale(1.05);
}
.nishobh-journal__featured > div > p {
  color: #6b0f1a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.nishobh-journal__featured > div > small {
  display: block;
  margin-bottom: 12px;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nishobh-journal__featured h2 {
  max-width: 580px;
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  line-height: 1.12;
}
.nishobh-journal__featured h2 + p {
  max-width: 430px;
  margin-bottom: 24px;
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.75;
}
.nishobh-journal__featured > div > div {
  display: flex;
  margin-bottom: 28px;
  flex-direction: column;
  gap: 3px;
}
.nishobh-journal__featured > div > div strong {
  font-size: 11px;
}
.nishobh-journal__featured > div > div span {
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-journal__latest {
  padding-bottom: 96px;
}
.nishobh-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
}
.nishobh-journal__grid article > a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #ede8e0;
}
.nishobh-journal__grid article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.nishobh-journal__grid article:hover img {
  transform: scale(1.05);
}
.nishobh-journal__grid article > p:first-of-type {
  color: #6b0f1a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 16px 0 7px;
  letter-spacing: 0.22em;
}
.nishobh-journal__grid article h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}
.nishobh-journal__grid article h2 a {
  color: #1a1210;
  text-decoration: none;
}
.nishobh-journal__grid article > p:not(:first-of-type) {
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  color: #7a6e68;
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nishobh-journal__grid article small {
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-journal__trending {
  padding: 64px 0 96px;
  background: #efe9df;
}
.nishobh-journal__trending .nishobh-container > div:last-child {
  display: flex;
  gap: 20px;
  padding-bottom: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nishobh-journal__trending article {
  flex: 0 0 288px;
}
.nishobh-journal__trending article > a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e4d8c8;
}
.nishobh-journal__trending img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.nishobh-journal__trending article:hover img {
  transform: scale(1.05);
}
.nishobh-journal__trending article p {
  color: #6b0f1a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 12px 0 6px;
  letter-spacing: 0.2em;
}
.nishobh-journal__trending h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.nishobh-journal__trending h3 a {
  color: #1a1210;
  text-decoration: none;
}
.nishobh-journal__trending small {
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-journal__brand {
  padding: 72px 0 96px;
  background: #1a1210;
  color: #f8f4ee;
}
.nishobh-journal__brand .nishobh-section-heading {
  text-align: center;
}
.nishobh-journal__brand .nishobh-section-heading h2 {
  color: #f8f4ee;
}
.nishobh-journal__brand .nishobh-section-heading > p:first-child {
  color: #b8935a;
}
.nishobh-journal__brand .nishobh-container > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.nishobh-journal__brand article {
  display: flex;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(248, 244, 238, 0.07);
}
.nishobh-journal__brand article:hover {
  border-color: rgba(184, 147, 90, 0.3);
}
.nishobh-journal__brand article > a {
  flex: 0 0 96px;
  height: 112px;
  overflow: hidden;
  background: #2c1a14;
}
.nishobh-journal__brand article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.nishobh-journal__brand article p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 0.2em;
}
.nishobh-journal__brand h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.nishobh-journal__brand h3 a {
  color: #f8f4ee;
  text-decoration: none;
}
.nishobh-journal__brand article span {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(248, 244, 238, 0.42);
  font-size: 11px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nishobh-journal__brand article small {
  display: block;
  margin-top: 8px;
  color: rgba(248, 244, 238, 0.28);
  font-size: 10px;
}
.nishobh-journal__stories {
  padding-top: 96px;
  padding-bottom: 96px;
}
.nishobh-journal__stories .nishobh-section-heading {
  text-align: center;
}
.nishobh-journal__stories > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.nishobh-journal__stories article {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
}
.nishobh-journal__stories article > img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.nishobh-journal__stories article > div {
  padding-top: 8px;
}
.nishobh-journal__stories article p {
  margin: 0 0 14px;
  color: #b8935a;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.nishobh-journal__stories blockquote {
  margin: 0 0 18px;
  font: italic 15px/1.65 "Bodoni Moda", Georgia, serif;
}
.nishobh-journal__stories strong, .nishobh-journal__stories span {
  display: block;
  font-size: 11px;
}
.nishobh-journal__stories span {
  margin-top: 3px;
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-journal__newsletter {
  display: flex;
  padding: 64px 24px 80px;
  align-items: center;
  flex-direction: column;
  background: #efe9df;
  text-align: center;
}
.nishobh-journal__newsletter > p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.nishobh-journal__newsletter h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
}
.nishobh-journal__newsletter > span {
  max-width: 520px;
  margin-bottom: 28px;
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .nishobh-journal__hero > div {
    padding: 0 24px 48px;
  }
  .nishobh-journal__categories {
    top: 68px;
    padding-inline: 8px;
  }
  .nishobh-journal__featured {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .nishobh-journal__latest {
    padding-bottom: 72px;
  }
  .nishobh-journal__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .nishobh-journal__brand .nishobh-container > div:last-child {
    grid-template-columns: 1fr;
  }
  .nishobh-journal__brand article {
    padding: 18px;
  }
  .nishobh-journal__stories {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .nishobh-journal__stories > div:last-child {
    grid-template-columns: 1fr;
  }
  .nishobh-journal__stories article {
    grid-template-columns: 128px 1fr;
    gap: 18px;
  }
}
@media (max-width: 479px) {
  .nishobh-journal__stories article {
    grid-template-columns: 1fr;
  }
  .nishobh-journal__stories article > img {
    max-height: 420px;
  }
}
.nishobh-lookbook {
  padding: 0;
  overflow: hidden;
  background: #f5f0ea;
}
.nishobh-lookbook img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.nishobh-lookbook article {
  min-height: 450px !important;
}
.nishobh-lookbook__hero {
  position: relative;
  display: grid;
  height: 88vh;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background: #1a0a08;
  color: #f8f4ee;
  text-align: center;
}
.nishobh-lookbook__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 4, 3, 0.3), rgba(10, 4, 3, 0.1) 40%, rgba(10, 4, 3, 0.6));
}
.nishobh-lookbook__hero > img {
  position: absolute;
  inset: 0;
  opacity: 0.65;
}
.nishobh-lookbook__hero > div {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.nishobh-lookbook__hero p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 20px;
  letter-spacing: 0.5em;
}
.nishobh-lookbook__hero h1 {
  margin: 0;
  color: #f8f4ee;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.94;
}
.nishobh-lookbook__hero span {
  display: block;
  margin-top: 24px;
  color: rgba(248, 244, 238, 0.5);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.nishobh-lookbook__hero > small {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 50%;
  color: rgba(248, 244, 238, 0.35);
  font: 500 9px/1 "Jost", sans-serif;
  letter-spacing: 0.3em;
  transform: translateX(-50%);
}
.nishobh-lookbook__hero > small::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  margin: 10px auto -32px;
  background: rgba(248, 244, 238, 0.2);
}
.nishobh-lookbook__featured, .nishobh-lookbook__looks, .nishobh-lookbook__colours, .nishobh-lookbook__archive {
  padding-top: 80px;
  padding-bottom: 112px;
}
.nishobh-lookbook .nishobh-section-heading {
  margin-bottom: 56px;
  text-align: center;
}
.nishobh-lookbook__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.nishobh-lookbook__grid article {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #ede8e0;
  color: #f8f4ee;
}
.nishobh-lookbook__grid article:not(:first-child) {
  min-height: 0;
}
.nishobh-lookbook__grid article::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(10, 4, 3, 0.75));
}
.nishobh-lookbook__grid article:hover img {
  transform: scale(1.05);
}
.nishobh-lookbook__grid article > div {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
  left: 32px;
}
.nishobh-lookbook__grid article p:first-child {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.nishobh-lookbook__grid article h2 {
  margin: 0 0 8px;
  color: #f8f4ee;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 400;
}
.nishobh-lookbook__grid article p:last-child {
  margin: 0;
  color: rgba(248, 244, 238, 0.6);
  font-size: 12px;
}
.nishobh-lookbook__looks {
  padding-top: 0;
}
.nishobh-lookbook__looks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.nishobh-lookbook__looks-grid article {
  color: #1a1210;
}
.nishobh-lookbook__look-image {
  position: relative;
  aspect-ratio: 3/4;
  margin-bottom: 24px;
  overflow: hidden;
  background: #ede8e0;
}
.nishobh-lookbook__look-image::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(10, 4, 3, 0.55));
}
.nishobh-lookbook__look-image:hover img {
  transform: scale(1.05);
}
.nishobh-lookbook__look-image > div {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
}
.nishobh-lookbook__look-image h3 {
  margin: 0 0 16px;
  color: #f8f4ee;
  font-size: 20px;
  font-weight: 400;
}
.nishobh-lookbook__look-image a {
  display: inline-flex;
  padding: 11px 20px;
  border: 1px solid rgba(248, 244, 238, 0.5);
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
}
.nishobh-lookbook__looks-grid article > p {
  color: #7a6e68;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.nishobh-lookbook__looks-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nishobh-lookbook__looks-grid li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
  font-size: 13px;
}
.nishobh-lookbook__looks-grid li strong {
  color: #6b0f1a;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.nishobh-lookbook__band {
  padding: 80px 0 112px;
  background: #efe9df;
}
.nishobh-lookbook__occasions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.nishobh-lookbook__occasions a {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #e4d8c8;
}
.nishobh-lookbook__occasions a::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(10, 4, 3, 0.65));
}
.nishobh-lookbook__occasions a:hover img {
  transform: scale(1.05);
}
.nishobh-lookbook__occasions span {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #f8f4ee;
}
.nishobh-lookbook__occasions strong {
  display: block;
  font: 400 17px/1.2 "Bodoni Moda", Georgia, serif;
}
.nishobh-lookbook__occasions small {
  display: block;
  margin-top: 7px;
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
}
.nishobh-lookbook__occasions a:hover small {
  opacity: 1;
}
.nishobh-lookbook__colours > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.nishobh-lookbook__colours a {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #ede8e0;
}
.nishobh-lookbook__colours a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(107, 15, 26, 0.55);
}
.nishobh-lookbook__colours a.is-ivory::after {
  background: rgba(232, 221, 208, 0.45);
}
.nishobh-lookbook__colours a.is-champagne::after {
  background: rgba(184, 147, 90, 0.45);
}
.nishobh-lookbook__colours a.is-earth::after {
  background: rgba(120, 96, 70, 0.5);
}
.nishobh-lookbook__colours a:hover img {
  transform: scale(1.07);
}
.nishobh-lookbook__colours span {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #f8f4ee;
  text-align: center;
}
.nishobh-lookbook__colours strong {
  font: 400 clamp(20px, 2vw, 24px)/1.2 "Bodoni Moda", Georgia, serif;
}
.nishobh-lookbook__colours small {
  margin-top: 8px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s;
}
.nishobh-lookbook__colours em {
  margin-top: 16px;
  padding: 7px 16px;
  border: 1px solid rgba(248, 244, 238, 0.4);
  font: 500 9px/1 "Jost", sans-serif;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
}
.nishobh-lookbook__colours a:hover small, .nishobh-lookbook__colours a:hover em {
  opacity: 1;
}
.nishobh-lookbook__fabrics {
  padding: 80px 0 112px;
  background: #1a1210;
  color: #f8f4ee;
}
.nishobh-lookbook__fabrics .nishobh-section-heading h2 {
  color: #f8f4ee;
}
.nishobh-lookbook__fabrics .nishobh-section-heading > p:first-child {
  color: #b8935a;
}
.nishobh-lookbook__fabrics .nishobh-container > div:last-child {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nishobh-lookbook__fabrics article {
  flex: 0 0 288px;
}
.nishobh-lookbook__fabrics article img {
  aspect-ratio: 3/4;
  margin-bottom: 16px;
  opacity: 0.75;
}
.nishobh-lookbook__fabrics article:hover img {
  opacity: 0.95;
  transform: scale(1.02);
}
.nishobh-lookbook__fabrics article p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.nishobh-lookbook__fabrics h3 {
  margin: 0 0 8px;
  color: #f8f4ee;
  font-size: 18px;
  font-weight: 400;
}
.nishobh-lookbook__fabrics article span {
  color: rgba(248, 244, 238, 0.45);
  font-size: 12px;
  line-height: 1.7;
}
.nishobh-lookbook__campaign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 112px;
  padding-bottom: 112px;
  align-items: center;
}
.nishobh-lookbook__campaign > div:first-child > p:first-child {
  color: #7a6e68;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nishobh-lookbook__campaign h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
}
.nishobh-lookbook__campaign blockquote {
  margin: 0 0 24px;
  padding-left: 20px;
  border-left: 2px solid #6b0f1a;
  font: italic 15px/1.7 "Bodoni Moda", Georgia, serif;
}
.nishobh-lookbook__campaign blockquote footer {
  margin-top: 12px;
  color: #7a6e68;
  font: 500 10px/1.4 "Jost", sans-serif;
  letter-spacing: 0.2em;
}
.nishobh-lookbook__campaign > div:first-child > p:not(:first-child) {
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.7;
}
.nishobh-lookbook__campaign-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.nishobh-lookbook__campaign-images img {
  aspect-ratio: 1;
}
.nishobh-lookbook__campaign-images .is-wide {
  grid-column: 1/-1;
  aspect-ratio: 16/9;
}
.nishobh-lookbook__gallery {
  columns: 3;
  column-gap: 12px;
}
.nishobh-lookbook__gallery figure {
  margin: 0 0 12px;
  break-inside: avoid;
  overflow: hidden;
  background: #e4d8c8;
}
.nishobh-lookbook__gallery .is-tall {
  aspect-ratio: 3/4;
}
.nishobh-lookbook__gallery .is-short {
  aspect-ratio: 1;
}
.nishobh-lookbook__gallery figure:hover img {
  transform: scale(1.05);
}
.nishobh-lookbook__archive > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nishobh-lookbook__archive article img {
  aspect-ratio: 3/4;
  margin-bottom: 16px;
  opacity: 0.8;
}
.nishobh-lookbook__archive article:hover img {
  opacity: 1;
  transform: scale(1.03);
}
.nishobh-lookbook__archive article p {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.nishobh-lookbook__archive h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 400;
}
.nishobh-lookbook__archive article span {
  color: #7a6e68;
  font-size: 12px;
}

@media (max-width: 767px) {
  .nishobh-lookbook__hero {
    height: 88vh;
  }
  .nishobh-lookbook__featured, .nishobh-lookbook__looks, .nishobh-lookbook__colours, .nishobh-lookbook__archive {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .nishobh-lookbook .nishobh-section-heading {
    margin-bottom: 40px;
  }
  .nishobh-lookbook__grid {
    grid-template-columns: 1fr;
  }
  .nishobh-lookbook__grid article:first-child {
    grid-row: auto;
  }
  .nishobh-lookbook__grid article:not(:first-child) {
    aspect-ratio: 4/3;
  }
  .nishobh-lookbook__looks-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .nishobh-lookbook__band, .nishobh-lookbook__fabrics {
    padding: 64px 0 80px;
  }
  .nishobh-lookbook__occasions {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .nishobh-lookbook__colours > div:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
  .nishobh-lookbook__fabrics article {
    flex-basis: 240px;
  }
  .nishobh-lookbook__campaign {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .nishobh-lookbook__gallery {
    columns: 2;
  }
  .nishobh-lookbook__archive > div:last-child {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.nishobh-lookbook__looks-grid {
  display: flex;
}
.nishobh-lookbook__looks-grid article {
  width: 100%;
  min-height: auto;
}
.nishobh-lookbook__looks-grid article:after {
  display: none;
}
.nishobh-lookbook__looks-grid article div {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: fit-content;
}

.nishobh-media {
  padding: 80px 0;
  background: #f5f0ea;
}

.nishobh-media .nishobh-section-heading {
  margin: 0 auto 36px;
  text-align: center;
}

.nishobh-media__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}

.nishobh-media__items figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
}

.nishobh-media__items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.nishobh-media__items figure:hover img {
  transform: scale(1.04);
}

.nishobh-media__items figcaption {
  position: absolute;
  inset: auto 12px 10px;
  color: #f8f4ee;
  opacity: 0;
  font-size: 10px;
}

.nishobh-media__items figure:hover figcaption {
  opacity: 1;
}

.nishobh-media--rail .nishobh-media__items {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.nishobh-media--rail .nishobh-media__items figure {
  flex: 0 0 320px;
  scroll-snap-align: start;
}

.nishobh-media--masonry .nishobh-media__items {
  columns: 3;
  display: block;
}

.nishobh-media--masonry .nishobh-media__items figure {
  margin-bottom: 8px;
  aspect-ratio: auto;
  break-inside: avoid;
}

@media (max-width: 767px) {
  .nishobh-media {
    padding: 56px 0;
  }
  .nishobh-media__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.nishobh-product-collection {
  padding: 0 0 96px;
  background: #f5f0ea;
}

.nishobh-product-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 16px;
}

.nishobh-product-card {
  position: relative;
}

.nishobh-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #efe9df;
}

.nishobh-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.nishobh-product-card:hover .nishobh-product-card__image img {
  transform: scale(1.035);
}

.nishobh-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  background: #f8f4ee;
  color: #1a1210;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nishobh-product-card__badge--sale {
  background: #6b0f1a;
  color: #f8f4ee;
}

.nishobh-product-card__badge--limited {
  background: #0d0908;
  color: #f8f4ee;
}

.nishobh-product-card__wishlist {
  position: absolute;
  top: 11px;
  right: 10px;
  border: 0;
  background: none;
  font-size: 22px;
}

.nishobh-product-card__wishlist.is-active {
  color: #6b0f1a;
}

.nishobh-product-card__quick {
  position: absolute;
  top: calc(75% - 49px);
  left: 12px;
  width: calc(100% - 24px);
  border: 0;
  background: #0d0908;
  color: #f8f4ee;
  padding: 13px;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nishobh-product-card:hover .nishobh-product-card__quick, .nishobh-product-card__quick:focus {
  opacity: 1;
  transform: translateY(0);
}

.nishobh-product-card__copy {
  padding: 13px 2px;
}

.nishobh-product-card__copy h3 {
  font-size: 14px;
  line-height: 1.3;
}

.nishobh-product-card__copy h3 a {
  text-decoration: none;
}

.nishobh-product-card__copy p {
  margin: 6px 0 0;
  color: #7a6e68;
  font-size: 13px;
}

.nishobh-product-card__copy del {
  opacity: 0.45;
}

@media (max-width: 767px) {
  .nishobh-product-collection__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nishobh-product-card__quick {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 767px) {
  .nishobh-product-collection {
    padding: 0 0 64px;
  }
  .nishobh-product-collection__grid {
    gap: 14px 8px;
  }
  .nishobh-product-card__copy h3 {
    font-size: 13px;
  }
}
.nishobh-product-breadcrumb {
  display: flex;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 16px 40px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.06);
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-product-breadcrumb a {
  color: #7a6e68;
  text-decoration: none;
}
.nishobh-product-breadcrumb a:hover {
  color: #6b0f1a;
}
.nishobh-product-breadcrumb span {
  opacity: 0.4;
}
.nishobh-product-breadcrumb strong {
  overflow: hidden;
  color: #1a1210;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nishobh-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: clamp(40px, 6vw, 96px);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 40px 40px 80px;
}
.nishobh-product-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-self: start;
}
.nishobh-product-detail__gallery figure {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #ede8e0;
}
.nishobh-product-detail__gallery figure.is-main {
  grid-column: 1/-1;
  aspect-ratio: 3/4;
}
.nishobh-product-detail__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nishobh-product-detail__gallery img.is-top {
  object-position: top;
}
.nishobh-product-detail__gallery img.is-bottom {
  object-position: bottom;
}
.nishobh-product-detail__summary {
  position: sticky;
  top: 104px;
  align-self: start;
  padding-top: 8px;
}
.nishobh-product-detail__badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 10px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  color: #7a6e68;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.nishobh-product-detail__category {
  margin: 0 0 6px;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nishobh-product-detail__summary h1 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}
.nishobh-product-detail__price {
  display: flex;
  margin: 0 0 20px;
  align-items: baseline;
  gap: 12px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 20px;
}
.nishobh-product-detail__price del {
  color: #7a6e68;
  font-family: "Jost", sans-serif;
  font-size: 15px;
}
.nishobh-product-detail__price ins {
  color: #1a1210;
  text-decoration: none;
}
.nishobh-product-detail__description {
  max-width: 440px;
  margin: 0 0 30px;
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.75;
}
.nishobh-product-detail form {
  margin: 0 0 28px;
}
.nishobh-product-detail .variations {
  display: grid;
  margin: 0 0 32px;
  gap: 24px;
}
.nishobh-product-detail .nishobh-variation__heading {
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nishobh-product-detail .nishobh-variation__heading p {
  margin: 0;
  color: #1a1210;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nishobh-product-detail .nishobh-variation__heading output {
  color: #7a6e68;
  font: 400 10px/1.3 "Jost", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.nishobh-product-detail .nishobh-variation__guide {
  border: 0;
  border-bottom: 1px solid rgba(122, 110, 104, 0.3);
  background: transparent;
  color: #7a6e68;
  padding: 0 0 1px;
  font: 400 9px/1.2 "Jost", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nishobh-product-detail .nishobh-variation__guide[aria-disabled=true] {
  cursor: default;
}
.nishobh-product-detail .nishobh-variation__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nishobh-product-detail .nishobh-variation__options button {
  min-height: 31px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  border-radius: 0;
  background: transparent;
  color: #7a6e68;
  padding: 6px 16px;
  font: 400 11px/1 "Jost", sans-serif;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.nishobh-product-detail .nishobh-variation__options button:hover:not(:disabled),
.nishobh-product-detail .nishobh-variation__options button.is-selected {
  border-color: #1c1614;
  color: #1c1614;
}
.nishobh-product-detail .nishobh-variation__options button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  text-decoration: line-through;
}
.nishobh-product-detail .nishobh-variation--pa_size .nishobh-variation__options button {
  width: 48px;
  height: 40px;
  padding: 0;
  font-size: 12px;
}
.nishobh-product-detail .nishobh-variation--pa_size .nishobh-variation__options button.is-selected {
  border-color: #1c1614;
  background: #1c1614;
  color: #f8f4ee;
}
.nishobh-product-detail .nishobh-variation__native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.nishobh-product-detail .reset_variations {
  display: none;
}
.nishobh-product-detail .woocommerce-variation {
  margin: 0;
  color: #7a6e68;
  font-size: 12px;
}
.nishobh-product-detail .woocommerce-variation-price {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 17px;
}
.nishobh-product-detail .variations_button {
  display: flex;
  width: 100%;
  margin-top: 0;
  align-items: stretch;
  gap: 12px;
}
.nishobh-product-detail .nishobh-product-quantity {
  display: flex;
  flex: 0 0 120px;
  height: 48px;
  align-items: center;
  border: 1px solid rgba(26, 18, 16, 0.2);
}
.nishobh-product-detail .nishobh-product-quantity button {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1a1210;
  padding: 0;
  font: 400 13px/1 "Jost", sans-serif;
  place-items: center;
  transition: background-color 0.3s ease;
}
.nishobh-product-detail .nishobh-product-quantity button:hover {
  background: #ede8e0;
}
.nishobh-product-detail .nishobh-product-quantity .qty {
  width: 32px;
  min-width: 0;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1a1210;
  padding: 0;
  font: 400 13px/1 "Jost", sans-serif;
  text-align: center;
  appearance: textfield;
}
.nishobh-product-detail .nishobh-product-quantity .qty::-webkit-inner-spin-button,
.nishobh-product-detail .nishobh-product-quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.nishobh-product-detail .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #1c1614;
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 48px;
  border: 0;
  background: #1c1614;
}
.nishobh-product-detail .single_add_to_cart_button:hover {
  background: #6b0f1a;
}
.nishobh-product-detail .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.nishobh-product-detail__wishlist {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  border-radius: 0;
  background: transparent;
  color: #1a1210;
  font-size: 19px;
  place-items: center;
}
.nishobh-product-detail__wishlist:hover, .nishobh-product-detail__wishlist.is-active {
  border-color: #6b0f1a;
  color: #6b0f1a;
}
.nishobh-product-detail__details {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(26, 18, 16, 0.1);
}
.nishobh-product-detail__details strong, .nishobh-product-detail__details span {
  display: block;
}
.nishobh-product-detail__details strong {
  margin-bottom: 5px;
  color: #1a1210;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nishobh-product-detail__details span {
  color: #7a6e68;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .nishobh-product-breadcrumb {
    padding: 14px 24px;
  }
  .nishobh-product-detail {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 28px 24px 64px;
  }
  .nishobh-product-detail__summary {
    position: static;
    padding-top: 0;
  }
}
.nishobh-shop {
  padding: 40px 0 96px;
  background: #f5f0ea;
}

.nishobh-shop__heading {
  margin: 0 0 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
}

.nishobh-shop__heading > p {
  margin: 0 0 4px;
  color: #7a6e68;
  font-size: 9px;
  letter-spacing: 0.32em;
}

.nishobh-shop__heading > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.nishobh-shop__heading h1 {
  font-size: clamp(30px, 4vw, 42px);
}

.nishobh-shop__heading span {
  color: #7a6e68;
  font-size: 11px;
}

.nishobh-shop__filters {
  display: flex;
  gap: 8px;
  margin: 0 0 28px;
  padding-bottom: 4px;
  overflow-x: auto;
}

.nishobh-shop__filters a {
  flex: 0 0 auto;
  padding: 9px 16px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.nishobh-shop__filters a:hover {
  border-color: #1c1614;
  color: #1a1210;
}

.nishobh-shop__filters a.is-active {
  border-color: #1c1614;
  background: #1c1614;
  color: #f8f4ee;
}

.nishobh-shop__toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.12);
  color: #7a6e68;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nishobh-shop__toolbar select {
  border: 0;
  background: transparent;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nishobh-shop .nishobh-product-collection__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .nishobh-shop {
    padding-top: 36px;
  }
  .nishobh-shop__filters {
    gap: 8px;
  }
}
.nishobh-footer {
  padding: 64px 40px 40px;
  background: #1c1614;
  color: #f8f4ee;
}
.nishobh-footer__top {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  max-width: 1440px;
  margin: auto;
}
.nishobh-footer__brand {
  grid-column: span 2;
}
.nishobh-footer__brand img {
  width: auto;
  height: 90px;
  object-fit: contain;
  object-position: left center;
}
.nishobh-footer__brand p {
  max-width: 320px;
  margin: 0 0 24px;
  color: rgba(248, 244, 238, 0.45);
  font-size: 12px;
  line-height: 1.7;
}
.nishobh-footer__social {
  display: flex;
  gap: 16px;
  color: rgba(248, 244, 238, 0.35);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nishobh-footer__social a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nishobh-footer__social a:hover {
  color: #f8f4ee;
}
.nishobh-footer__menus {
  display: contents;
}
.nishobh-footer__menus h3 {
  margin: 0 0 16px;
  color: rgba(248, 244, 238, 0.35);
  font-family: "Jost", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.nishobh-footer__menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nishobh-footer__menus li {
  margin: 10px 0;
}
.nishobh-footer__menus a {
  color: rgba(248, 244, 238, 0.55);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nishobh-footer__menus a:hover {
  color: #f8f4ee;
}
.nishobh-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  margin: 56px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(248, 244, 238, 0.08);
  color: rgba(248, 244, 238, 0.25);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.nishobh-footer__bottom em {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
}
.nishobh-footer__bottom ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nishobh-footer__bottom a {
  color: inherit;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .nishobh-footer {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .nishobh-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .nishobh-footer__brand {
    grid-column: auto;
  }
  .nishobh-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .nishobh-footer__bottom ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.nishobh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nishobh-header [data-header-panel][hidden],
.nishobh-header [data-header-overlay][hidden] {
  display: none !important;
}

.nishobh-header {
  background: #0d0908;
  color: #f8f4ee;
}
.nishobh-header__announcement {
  background: #6b0f1a;
  color: #f8f4ee;
  font: 400 10px/1.2 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}
.nishobh-header__announcement > div {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 16px;
}
.nishobh-header__announcement i {
  opacity: 0.3;
  font-style: normal;
}
.nishobh-header__bar {
  position: relative;
  display: grid;
  width: min(100%, 1440px);
  min-height: 80px;
  margin: auto;
  padding: 0 40px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(248, 244, 238, 0.06);
}
.nishobh-header__logo {
  position: absolute;
  left: 50%;
  width: auto;
  height: 72px;
  transform: translateX(-50%);
}
.nishobh-header__logo img {
  width: auto;
  height: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(310deg) brightness(0.85);
}
.nishobh-header__nav {
  grid-column: 1;
  grid-row: 1;
}
.nishobh-header__nav ul {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nishobh-header__nav > ul > li {
  position: relative;
  padding: 31px 0;
}
.nishobh-header__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -24px;
  display: grid;
  width: 260px;
  gap: 0;
  padding: 24px;
  border: 1px solid rgba(248, 244, 238, 0.06);
  background: #110d0b;
  box-shadow: 0 18px 44px rgba(13, 9, 8, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.25s ease;
}
.nishobh-header__nav .sub-menu::before {
  content: "Explore";
  margin-bottom: 10px;
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nishobh-header__nav .sub-menu li {
  padding: 6px 0;
}
.nishobh-header__nav .menu-item-has-children:hover > .sub-menu, .nishobh-header__nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.nishobh-header__nav a {
  color: rgba(248, 244, 238, 0.7);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.nishobh-header__nav .sub-menu a {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.nishobh-header__nav a:hover {
  color: #f8f4ee;
}
.nishobh-header__nav > ul > li > a span {
  margin-left: 4px;
  font-size: 9px;
}
.nishobh-header__mega {
  position: fixed;
  top: 112px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(248, 244, 238, 0.06);
  background: #110d0b;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.22s ease;
}
.nishobh-header__nav .has-mega-menu:hover > .nishobh-header__mega, .nishobh-header__nav .has-mega-menu:focus-within > .nishobh-header__mega {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.nishobh-header__mega-inner {
  display: flex;
  width: min(100%, 1440px);
  margin: auto;
  padding: 32px 40px;
  gap: 64px;
}
.nishobh-header__mega-links {
  min-width: 220px;
}
.nishobh-header__mega-links p, .nishobh-header__mega-featured > p {
  margin: 0 0 16px;
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.nishobh-header__mega-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(248, 244, 238, 0.6);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
.nishobh-header__mega-featured {
  padding-left: 56px;
  border-left: 1px solid rgba(248, 244, 238, 0.08);
}
.nishobh-header__mega-featured > p {
  color: rgba(248, 244, 238, 0.3);
}
.nishobh-header__mega-featured > div {
  display: flex;
  gap: 20px;
}
.nishobh-header__mega-featured a {
  display: grid;
  width: 144px;
  color: rgba(248, 244, 238, 0.8);
  text-decoration: none;
}
.nishobh-header__mega-featured img {
  width: 144px;
  height: 176px;
  object-fit: cover;
  opacity: 0.82;
  transition: 0.4s ease;
}
.nishobh-header__mega-featured a:hover img {
  opacity: 1;
  transform: scale(1.02);
}
.nishobh-header__mega-featured strong {
  margin-top: 8px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.nishobh-header__mega-featured span {
  margin-top: 3px;
  color: #b8935a;
  font-size: 11px;
}
.nishobh-header__actions {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.nishobh-header__actions button, .nishobh-header__account {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 10px;
  place-items: center;
  border: 0;
  background: none;
  color: rgba(248, 244, 238, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.nishobh-header__actions button:hover, .nishobh-header__account:hover {
  color: #f8f4ee;
}
.nishobh-header__actions svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.nishobh-header__actions [data-wishlist-count], .nishobh-header__bag [data-cart-count] {
  position: absolute;
  top: 2px;
  right: 1px;
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  background: #6b0f1a;
  color: #f8f4ee;
  font-size: 7px;
  line-height: 1;
}
.nishobh-header__actions [data-wishlist-count]:empty {
  display: none;
}
.nishobh-header__menu-toggle {
  display: none;
  border: 0;
  background: none;
}
.nishobh-header__menu-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px 0;
  background: rgba(248, 244, 238, 0.8);
}
.nishobh-header__overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(13, 9, 8, 0.48);
}
.nishobh-header__drawer, .nishobh-header__panel--menu {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  width: min(460px, 92vw);
  height: 100dvh;
  overflow-y: auto;
  background: #f8f4ee;
  color: #1a1210;
  padding: 40px;
  box-shadow: -18px 0 60px rgba(13, 9, 8, 0.14);
}
.nishobh-header__drawer > button, .nishobh-header__panel--menu > button {
  float: right;
  border: 0;
  background: none;
  font-size: 32px;
}
.nishobh-header__drawer h2 {
  margin: 28px 0;
  font-size: 36px;
}
.nishobh-header__drawer input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1a1210;
  background: transparent;
  padding: 14px 0;
  font-size: 20px;
}
.nishobh-header__panel--menu {
  left: 0;
  right: auto;
}
.nishobh-header__panel--menu {
  width: 288px;
  padding: 24px;
  background: #0d0908;
  color: #f8f4ee;
  box-shadow: 18px 0 60px rgba(13, 9, 8, 0.25);
}
.nishobh-header__panel--menu > button {
  color: rgba(248, 244, 238, 0.65);
}
.nishobh-header__panel--menu ul {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
.nishobh-header__panel--menu .sub-menu {
  margin: 8px 0 18px 16px;
}
.nishobh-header__panel--menu li {
  margin: 0;
  border-bottom: 1px solid rgba(248, 244, 238, 0.06);
}
.nishobh-header__panel--menu .sub-menu li {
  border: 0;
}
.nishobh-header__panel--menu a {
  display: block;
  padding: 15px 0;
  color: rgba(248, 244, 238, 0.65);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.nishobh-header__panel--menu .sub-menu a {
  padding: 7px 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: none;
}

.nishobh-drawer-product {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.12);
}

.nishobh-drawer-product img {
  width: 76px;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.nishobh-drawer-product h3 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px;
}

.nishobh-drawer-product button {
  border: 0;
  background: none;
}

@media (max-width: 767px) {
  .nishobh-header__bar {
    min-height: 68px;
    padding: 0 24px;
  }
  .nishobh-header__nav {
    display: none;
  }
  .nishobh-header__menu-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .nishobh-header__account, .nishobh-header__actions [data-header-open=wishlist] {
    display: none;
  }
  .nishobh-header__logo, .nishobh-header__logo img {
    height: 62px;
  }
}
@media (max-width: 767px) {
  .nishobh-header__announcement > div {
    gap: 0;
  }
  .nishobh-header__announcement span:not(:first-child), .nishobh-header__announcement i {
    display: none;
  }
}
.nishobh-header__drawer[data-header-panel=cart] {
  width: min(380px, 100vw);
  padding: 0;
  flex-direction: column;
}
.nishobh-header__drawer[data-header-panel=cart] [data-cart-results] {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.nishobh-header__drawer[data-header-panel=cart]:not([hidden]) {
  display: flex;
}

.nishobh-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
}
.nishobh-cart-drawer__header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.nishobh-cart-drawer__header p {
  margin: 3px 0 0;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.nishobh-cart-drawer__header button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1210;
  font-size: 22px;
  line-height: 1;
}
.nishobh-cart-drawer__loading, .nishobh-cart-drawer__empty {
  margin: auto;
  padding: 32px;
  color: #7a6e68;
  font-size: 13px;
  text-align: center;
}
.nishobh-cart-drawer__error {
  margin: 0;
  padding: 10px 24px;
  background: rgba(107, 15, 26, 0.08);
  color: #6b0f1a;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.nishobh-cart-drawer__empty a {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 1px solid rgba(107, 15, 26, 0.4);
  color: #6b0f1a;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}
.nishobh-cart-drawer__shipping {
  padding: 13px 24px;
  background: #ede8e0;
  color: #7a6e68;
  font-size: 10px;
}
.nishobh-cart-drawer__shipping p {
  margin: 0 0 8px;
}
.nishobh-cart-drawer__shipping p.is-qualified {
  margin: 0;
  color: #b8935a;
  letter-spacing: 0.08em;
}
.nishobh-cart-drawer__progress {
  height: 1px;
  overflow: hidden;
  background: #d4c5b0;
}
.nishobh-cart-drawer__progress span {
  display: block;
  height: 100%;
  background: #6b0f1a;
  transition: width 0.3s ease;
}
.nishobh-cart-drawer__items {
  min-height: 0;
  overflow-y: auto;
  padding: 4px 24px;
}
.nishobh-cart-drawer__footer {
  margin-top: auto;
  padding: 20px 24px;
  border-top: 1px solid rgba(26, 18, 16, 0.12);
  background: #f8f4ee;
}
.nishobh-cart-drawer__footer > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #7a6e68;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nishobh-cart-drawer__footer strong {
  color: #1a1210;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.nishobh-cart-drawer__footer .nishobh-button {
  width: 100%;
  min-height: 48px;
  color: #fff;
}
.nishobh-cart-drawer__checkout {
  display: block;
  padding: 14px 0 0;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.nishobh-cart-drawer__checkout:hover {
  color: #6b0f1a;
}

.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product {
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  gap: 16px;
  min-height: 120px;
  padding: 16px 0;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__image,
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product img {
  width: 72px;
  height: 88px;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product img {
  object-fit: cover;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__copy {
  align-self: center;
  min-width: 0;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__copy h3 {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.25;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__copy h3 a {
  text-decoration: none;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__copy > p {
  margin: 0 0 9px;
  color: #7a6e68;
  font-size: 11px;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__remove {
  align-self: start;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #1a1210;
  font-size: 16px;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__quantity {
  display: inline-grid;
  grid-template-columns: 24px 28px 24px;
  align-items: center;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__quantity button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(26, 18, 16, 0.2);
  font-size: 14px;
}
.nishobh-header__drawer[data-header-panel=cart] .nishobh-drawer-product__quantity span {
  color: #1a1210;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 479px) {
  .nishobh-header__drawer[data-header-panel=cart] {
    width: 100vw;
  }
}
.nishobh-split-story {
  padding: 96px 40px;
  background: #1c1614;
  color: #f8f4ee;
}

.nishobh-split-story__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1440px);
  margin: auto;
  align-items: center;
  gap: 80px;
}

.nishobh-split-story__image {
  position: relative;
  order: 2;
  aspect-ratio: 4/5;
  overflow: visible;
}

.nishobh-split-story__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nishobh-split-story__copy {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nishobh-split-story__copy > p:first-child {
  color: #b8935a;
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.nishobh-split-story__copy h2 {
  margin: 20px 0 24px;
  color: #f8f4ee;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.nishobh-split-story__copy > p {
  max-width: 430px;
  margin: 0 0 16px;
  color: rgba(248, 244, 238, 0.55);
  font-size: 13px;
  line-height: 1.8;
}

.nishobh-split-story__copy .nishobh-button {
  align-self: flex-start;
  margin-top: 20px;
  padding: 12px 32px;
  color: #f8f4ee;
}

.nishobh-split-story__est {
  position: absolute;
  bottom: -20px;
  left: -20px;
  display: grid;
  min-width: 106px;
  padding: 18px 20px;
  background: #6b0f1a;
  color: #f8f4ee;
}

.nishobh-split-story__est span {
  color: rgba(248, 244, 238, 0.5);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.nishobh-split-story__est strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.nishobh-split-story__est em {
  margin-top: 6px;
  color: #b8935a;
  font-size: 9px;
  font-style: normal;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .nishobh-split-story {
    padding: 64px 24px;
  }
  .nishobh-split-story__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .nishobh-split-story__image {
    order: 1;
  }
  .nishobh-split-story__copy {
    order: 2;
  }
  .nishobh-split-story__est {
    display: none;
  }
}
.nishobh-testimonials {
  padding: 80px 0;
  background: #f2ede3;
}

.nishobh-testimonials .nishobh-section-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.nishobh-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: transparent;
}

.nishobh-testimonials blockquote {
  margin: 0;
  padding: 28px;
  background: #f8f4ee;
}

.nishobh-testimonials blockquote > div {
  color: #b8935a;
  letter-spacing: 0.18em;
}

.nishobh-testimonials blockquote > p {
  min-height: 110px;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
}

.nishobh-testimonials footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nishobh-testimonials footer span {
  color: #7a6e68;
}

@media (max-width: 767px) {
  .nishobh-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .nishobh-testimonials blockquote > p {
    min-height: 0;
  }
}
.nishobh-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1440px;
  margin: auto;
  padding: 16px 40px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
}

.nishobh-trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7a6e68;
}

.nishobh-trust-strip svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.nishobh-trust-strip span {
  color: #7a6e68;
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .nishobh-trust-strip {
    display: flex;
    padding-inline: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
  }
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) {
  background: #f8f4ee;
  color: #1a1210;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .bde-section-13-100 > .section-container,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .bde-section > .section-container:has(.breakdance-woocommerce) {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .bde-code-block,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce {
  width: 100%;
  max-width: none;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce {
  --bde-woo-base-primary-color: #6b0f1a;
  --bde-woo-base-primary-color-hover: #1c1614;
  --bde-woo-base-text-color: #1a1210;
  --bde-woo-base-text-on-primary-color: #f8f4ee;
  --bde-woo-base-headings-color: #1a1210;
  --bde-woo-base-border-color: rgba(28, 22, 20, .12);
  --bde-woo-typography__size-small-font-family: Jost, sans-serif;
  --bde-woo-typography__size-standard-font-family: Jost, sans-serif;
  --bde-woo-typography__size-medium-font-family: Bodoni Moda, Georgia, serif;
  --bde-woo-typography__size-large-font-family: Bodoni Moda, Georgia, serif;
  --bde-woo-typography__size-extra-large-font-family: Bodoni Moda, Georgia, serif;
  --bde-woo-typography__size-small-font-weight: 400;
  --bde-woo-typography__size-standard-font-weight: 400;
  --bde-woo-typography__size-medium-font-weight: 400;
  --bde-woo-typography__size-large-font-weight: 400;
  --bde-woo-typography__size-extra-large-font-weight: 400;
  --bde-woo-buttons-and-links__text-link-color: #6b0f1a;
  --bde-woo-buttons-and-links__text-link-color-hover: #1c1614;
  --bde-woo-buttons-and-links__nav-link-color: #7a6e68;
  --bde-woo-buttons-and-links__nav-link-color-hover: #6b0f1a;
  --bde-woo-buttons-and-links__nav-link-color-active: #6b0f1a;
  --bde-woo-buttons-and-links__nav-link-background-active: transparent;
  --bde-woo-buttons-and-links__nav-border-radius: 0;
  --bde-woo-notices__border-radius: 0;
  --bde-woo-product-images__border-radius: 0;
  --bde-woo-wrappers__background-color: transparent;
  --bde-woo-wrappers__border-radius: 0;
  --bde-woo-wrappers__border-color: rgba(28, 22, 20, .12);
  --bde-woo-wrappers__shadow: none;
  --bde-woo-tables__background-color: transparent;
  --bde-woo-tables__header-color: transparent;
  --bde-woo-tables__border-radius: 0;
  --bde-woo-tables__border-color: rgba(28, 22, 20, .12);
  --bde-woo-forms__inputs-background-color: transparent;
  --bde-woo-forms__inputs-border-radius: 0;
  --bde-woo-forms__inputs-border-color: rgba(28, 22, 20, .18);
  --bde-woo-forms__inputs-border-color-focused: #6b0f1a;
  --bde-woo-forms__inputs-shadow-focused: none;
  --bde-woo-select2__active-item-background-color: #efe9df;
  --bde-woo-payment-box-background-color: #efe9df;
  --bde-woo-payment-box-border-color: rgba(28, 22, 20, .1);
  color: #1a1210;
  font: 400 13px/1.5 "Jost", sans-serif;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce h1,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce h2,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce h3,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce h4 {
  color: #1a1210;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .nishobh-commerce-heading {
  width: 100%;
  margin: 0 0 42px;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .nishobh-commerce-heading > p {
  margin: 0 0 8px;
  color: #6b0f1a;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .nishobh-commerce-heading > h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 56px);
  font-weight: 400;
  line-height: 1;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-notices-wrapper:empty {
  display: none;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-notices-wrapper {
  width: 100%;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-error,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-info,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-message {
  min-height: 46px;
  margin: 0 0 24px;
  border: 0;
  border-left: 2px solid #b8935a;
  border-radius: 0;
  background: #efe9df;
  color: #7a6e68;
  padding: 14px 18px 14px 44px;
  font-size: 12px;
  line-height: 1.5;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-error {
  border-left-color: #6b0f1a;
  color: #6b0f1a;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-message::before,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-info::before,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-error::before {
  top: 14px;
  left: 17px;
  color: #b8935a;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-error::before {
  color: #6b0f1a;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-message .button,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .woocommerce-info .button {
  min-height: 0;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: #6b0f1a;
  letter-spacing: 0.12em;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce .button,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce button.button,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input.button,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce a.button {
  display: inline-flex;
  min-height: 46px;
  margin: 0;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1c1614;
  border-radius: 0;
  background: #1c1614;
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce .button:hover,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce button.button:hover,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input.button:hover,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce a.button:hover {
  border-color: #6b0f1a;
  background: #6b0f1a;
  color: #f8f4ee;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce .button:disabled {
  border-color: rgba(26, 18, 16, 0.12);
  background: rgba(26, 18, 16, 0.08);
  color: #7a6e68;
  opacity: 1;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input[type=text],
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input[type=email],
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input[type=tel],
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input[type=password],
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input[type=number],
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce textarea,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce select,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #1a1210;
  padding: 11px 14px;
  font: 400 13px/1.45 "Jost", sans-serif;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce input:focus,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce textarea:focus,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .breakdance-woocommerce select:focus,
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .select2-container--open .select2-selection--single {
  border-color: #6b0f1a;
  outline: 0;
  box-shadow: none;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #1a1210;
  line-height: 22px;
}
body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 8px;
}

body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce > .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px;
  width: min(100% - 48px, 1120px);
  margin: 64px auto 104px;
  align-items: start;
  column-gap: 48px;
  row-gap: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart .nishobh-commerce-heading,
body.nishobh-site.woocommerce-cart .bde-cart .nishobh-cart-shipping,
body.nishobh-site.woocommerce-cart .bde-cart .woocommerce-notices-wrapper,
body.nishobh-site.woocommerce-cart .bde-cart .wc-empty-cart-message,
body.nishobh-site.woocommerce-cart .bde-cart .cart-empty,
body.nishobh-site.woocommerce-cart .bde-cart .return-to-shop {
  grid-column: 1/-1;
}
body.nishobh-site.woocommerce-cart .nishobh-cart-shipping {
  width: 100%;
  margin: -18px 0 34px;
  padding: 13px 16px;
  background: #ede8e0;
  color: #7a6e68;
  font-size: 10px;
}
body.nishobh-site.woocommerce-cart .nishobh-cart-shipping p {
  margin: 0 0 8px;
}
body.nishobh-site.woocommerce-cart .nishobh-cart-shipping p.is-qualified {
  margin: 0;
  color: #b8935a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-cart .nishobh-cart-shipping > div {
  height: 1px;
  overflow: hidden;
  background: #d4c5b0;
}
body.nishobh-site.woocommerce-cart .nishobh-cart-shipping > div span {
  display: block;
  height: 100%;
  background: #6b0f1a;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .woocommerce-cart-form {
  grid-column: 1;
  width: 100%;
  margin: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart-collaterals {
  grid-column: 2;
  width: 100%;
  margin: 0;
  align-self: start;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals {
  position: sticky;
  top: 112px;
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(26, 18, 16, 0.1);
  background: #efe9df;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals h2 {
  margin: 0 0 22px;
  font-size: 28px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table thead,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table tbody,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table tr,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table th,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.shop_table td {
  background: transparent;
  box-shadow: none;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents {
  border-top: 1px solid rgba(26, 18, 16, 0.12);
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents thead {
  background: transparent;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents thead th {
  height: auto;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  color: #7a6e68;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item {
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item td {
  padding: 20px 10px;
  border: 0;
  vertical-align: middle;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-remove {
  width: 30px;
  padding-left: 0 !important;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-remove a.remove {
  display: grid;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #7a6e68 !important;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  place-items: center;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-remove a.remove:hover {
  color: #6b0f1a !important;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail {
  width: 100px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail a {
  display: block;
  width: 76px;
  height: 96px;
  overflow: hidden;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail img {
  width: 76px;
  height: 96px;
  object-fit: cover;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-name > a {
  color: #1a1210;
  font: 400 17px/1.25 "Bodoni Moda", Georgia, serif;
  text-decoration: none;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-name > a:hover {
  color: #6b0f1a;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce dl.variation {
  display: flex;
  margin: 7px 0 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 5px;
  color: #7a6e68;
  font-size: 10px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce dl.variation dt {
  font-weight: 400;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce dl.variation dd {
  margin: 0 8px 0 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce dl.variation p {
  margin: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-price,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-subtotal {
  font-size: 12px;
  white-space: nowrap;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .quantity {
  position: relative;
  width: 92px;
  height: 38px;
  border: 1px solid rgba(26, 18, 16, 0.18);
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .quantity .qty {
  width: 100%;
  height: 36px;
  min-height: 0;
  border: 0;
  padding: 0 28px;
  background: transparent;
  font-size: 12px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .bde-quantity-button {
  top: 50%;
  bottom: auto;
  width: 28px;
  height: 36px;
  padding: 0;
  border-radius: 0;
  color: #1a1210;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .bde-quantity-button--dec {
  left: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .bde-quantity-button--inc {
  right: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .bde-quantity-button:hover {
  background: #ede8e0;
  color: #6b0f1a;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions {
  padding: 22px 0 0;
  border: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions .coupon {
  display: flex;
  width: auto;
  gap: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions .coupon .input-text {
  width: 210px;
  min-height: 44px;
  border-right: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions .coupon .button {
  min-height: 44px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions button[name=update_cart] {
  display: inline-flex !important;
  float: right;
  min-height: 44px;
  border-color: rgba(26, 18, 16, 0.2);
  background: transparent;
  color: #1a1210;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions button[name=update_cart]:hover {
  border-color: #1a1210;
  background: #1a1210;
  color: #f8f4ee;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions button[name=update_cart]::before {
  display: none;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table {
  margin: 0 0 18px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table tr {
  border-bottom: 1px solid rgba(26, 18, 16, 0.09);
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table th,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table td {
  padding: 13px 0;
  border: 0;
  font-size: 12px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table th {
  width: 38%;
  color: #7a6e68;
  font-weight: 400;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals table td {
  width: 62%;
  text-align: right;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce ul#shipping_method {
  align-items: flex-end;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce ul#shipping_method li {
  justify-content: flex-end;
  font-size: 11px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .woocommerce-shipping-destination {
  color: #7a6e68;
  font-size: 10px;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .shipping-calculator-button {
  color: #6b0f1a;
  font-size: 10px;
  letter-spacing: 0.08em;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .order-total th,
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .order-total td {
  color: #1a1210;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px !important;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .wc-proceed-to-checkout {
  padding: 0;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce a.checkout-button {
  width: 100%;
  height: auto;
  min-height: 50px;
  margin: 0;
  background: #1c1614;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce a.checkout-button:hover {
  background: #6b0f1a;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart-empty {
  margin: 42px 0 20px;
  color: #7a6e68;
  font: 400 clamp(24px, 4vw, 34px)/1.3 "Bodoni Moda", Georgia, serif;
  text-align: center;
}
body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .return-to-shop {
  margin: 0 0 72px;
  text-align: center;
}

body.nishobh-site.woocommerce-checkout .nishobh-header__announcement,
body.nishobh-site.woocommerce-checkout .nishobh-footer {
  display: none;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce > .woocommerce {
  display: block !important;
  width: min(100% - 48px, 1024px);
  margin: 0 auto 80px;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress-wrap {
  margin: 0 calc(50% - 50vw) 40px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
  padding: 20px max(24px, (100vw - 1024px) / 2);
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress::before {
  position: absolute;
  z-index: 0;
  top: 12px;
  right: calc(16.66% + 24px);
  left: calc(16.66% + 24px);
  height: 1px;
  background: rgba(26, 18, 16, 0.12);
  content: "";
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7a6e68;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li span {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  background: #f8f4ee;
  color: #7a6e68;
  font-size: 10px;
  place-items: center;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li.is-active {
  color: #1a1210;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li.is-active span {
  border-color: #1a1210;
  color: #1a1210;
}
body.nishobh-site.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.nishobh-site.woocommerce-checkout .woocommerce-form-login-toggle {
  margin: 0 0 16px;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce .woocommerce-info {
  margin-bottom: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  background: transparent;
  padding: 12px 0;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce .woocommerce-info::before {
  display: none;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce .woocommerce-info a {
  color: #6b0f1a;
  text-underline-offset: 3px;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce form.checkout_coupon,
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce form.login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid rgba(26, 18, 16, 0.1);
  border-radius: 0;
  background: #efe9df;
  gap: 0;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce form.checkout_coupon .form-row {
  width: auto;
  margin: 0;
}
body.nishobh-site.woocommerce-checkout .breakdance-woocommerce form.checkout_coupon .button {
  height: 46px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px;
  width: 100%;
  align-items: start;
  gap: 40px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #customer_details {
  display: block;
  grid-column: 1;
  width: 100%;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form.checkout > .bde-order-review-column {
  display: block;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #customer_details .col-1,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #customer_details .col-2 {
  float: none;
  width: 100%;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #customer_details .col-2 {
  margin-top: 28px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-billing-fields__field-wrapper,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-billing-fields > h3,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-additional-fields > h3,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review_heading {
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.15;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row-first,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row-last,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_first_name_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_last_name_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_city_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_postcode_field {
  width: calc(50% - 8px);
  min-width: 0;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_email_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_phone_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_address_1_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_address_2_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_country_field,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #billing_state_field {
  width: 100%;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row label {
  display: block;
  margin: 0 0 6px;
  color: #7a6e68;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row .optional {
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form .form-row .required {
  color: #6b0f1a;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce textarea {
  min-height: 76px;
  resize: vertical;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #ship-to-different-address {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 11px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review_heading {
  align-self: start;
  color: #7a6e68;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review {
  margin-top: 48px;
  border-left: 1px solid rgba(26, 18, 16, 0.08);
  padding-left: 40px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table thead,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table tbody,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table tfoot,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table tr,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table th,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table td {
  background: transparent;
  box-shadow: none;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table thead {
  display: none;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table th,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table td {
  height: auto;
  border: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
  padding: 12px 0;
  font-size: 12px;
  vertical-align: top;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table td.product-name {
  padding-right: 14px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table td.product-total {
  width: 88px;
  text-align: right;
  white-space: nowrap;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table tfoot th {
  color: #7a6e68;
  font-weight: 400;
  text-align: left;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table tfoot td {
  text-align: right;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table .order-total th,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review table .order-total td {
  color: #1a1210;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__media {
  position: relative;
  display: block;
  width: 56px;
  height: 72px;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__image {
  width: 56px;
  height: 72px;
  object-fit: cover;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__media > span {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  width: 20px;
  height: 20px;
  background: #7a6e68;
  color: #f8f4ee;
  font-size: 9px;
  place-items: center;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__copy {
  min-width: 0;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__name {
  display: block;
  font: 400 13px/1.25 "Bodoni Moda", Georgia, serif;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__name a {
  color: #1a1210;
  text-decoration: none;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-product__copy small {
  display: block;
  margin-top: 4px;
  color: #7a6e68;
  font: 400 10px/1.4 "Jost", sans-serif;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review td.product-name > .product-quantity,
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review td.product-name > dl.variation {
  display: none;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment {
  overflow: hidden;
  border: 1px solid rgba(26, 18, 16, 0.12);
  border-radius: 0;
  background: transparent;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment ul.payment_methods {
  margin: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  padding: 18px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment ul.payment_methods li {
  margin: 0;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment div.payment_box {
  margin: 14px 0 0;
  border-radius: 0;
  background: #efe9df;
  color: #7a6e68;
  font-size: 11px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment div.payment_box::before {
  border-bottom-color: #efe9df;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment .place-order {
  padding: 18px;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment #place_order {
  width: 100%;
  min-height: 50px;
  border-color: #6b0f1a;
  background: #6b0f1a;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #payment #place_order:hover {
  border-color: #1c1614;
  background: #1c1614;
}
body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce .woocommerce-no-available-payment-methods-message {
  margin: 0;
  padding: 18px;
  background: #efe9df;
  color: #7a6e68;
  font-size: 11px;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-assurances {
  display: grid;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(26, 18, 16, 0.08);
  color: #7a6e68;
  gap: 9px;
  font-size: 11px;
  list-style: none;
}
body.nishobh-site.woocommerce-checkout .nishobh-checkout-assurances li::before {
  margin-right: 8px;
  color: #b8935a;
  content: "\\2713";
}

body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr);
  width: min(100% - 48px, 1040px);
  min-height: 520px;
  margin: 64px auto 104px;
  align-items: start;
  column-gap: 48px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce > .nishobh-commerce-heading,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce > .woocommerce-notices-wrapper,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce > #customer_login,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce > form.lost_reset_password,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce > form.woocommerce-ResetPassword {
  grid-column: 1/-1;
}
body.nishobh-site.woocommerce-account .nishobh-commerce-heading--account {
  margin-bottom: 42px;
  text-align: center;
}
body.nishobh-site.woocommerce-account .nishobh-commerce-heading--account > h1 {
  font-size: clamp(38px, 5vw, 52px);
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce #customer_login {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto;
  gap: 28px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce #customer_login .u-column1,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce #customer_login .u-column2 {
  float: none;
  width: 100%;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce #customer_login h2 {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  font-size: 28px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.login,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.register,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.lost_reset_password,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.woocommerce-ResetPassword {
  width: 100%;
  min-height: 330px;
  margin: 0;
  border: 1px solid rgba(26, 18, 16, 0.1);
  border-radius: 0;
  background: #efe9df;
  padding: 26px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form .form-row {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form .form-row label:not(.woocommerce-form-login__rememberme) {
  display: block;
  margin: 0 0 6px;
  color: #7a6e68;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form .password-input {
  display: block;
  width: 100%;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce .woocommerce-form-login__rememberme {
  display: flex;
  margin: 12px 0 16px;
  align-items: center;
  gap: 7px;
  color: #7a6e68;
  font-size: 11px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.login .button,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.register .button {
  width: 100%;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce .woocommerce-LostPassword {
  margin: 16px 0 0;
  font-size: 11px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce .woocommerce-LostPassword a {
  color: #6b0f1a;
  text-underline-offset: 3px;
}
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce .woocommerce-privacy-policy-text,
body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.register > p:not(.form-row) {
  color: #7a6e68;
  font-size: 11px;
  line-height: 1.6;
}

body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce > .woocommerce {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  column-gap: 48px;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .nishobh-commerce-heading,
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation {
  grid-column: 1;
  float: none;
  width: 100%;
  margin: 0;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  border-top: 1px solid rgba(26, 18, 16, 0.12);
  padding: 0;
  list-style: none;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 4px;
  background: transparent;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation li.is-active a,
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation a:hover {
  background: transparent;
  color: #6b0f1a;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content {
  grid-column: 2;
  float: none;
  width: 100%;
  min-width: 0;
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.7;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content a:not(.button) {
  color: #1a1210;
  text-underline-offset: 3px;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content h2,
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content h3 {
  margin: 0 0 20px;
  font-size: 28px;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(26, 18, 16, 0.12);
  border-collapse: collapse;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table th,
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.09);
  padding: 13px 10px;
  font-size: 12px;
  text-align: left;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table th {
  color: #7a6e68;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-Address {
  float: none;
  width: 100%;
  border: 1px solid rgba(26, 18, 16, 0.1);
  padding: 22px;
}

body.nishobh-site.woocommerce-order-received .woocommerce-order {
  width: min(100% - 48px, 900px);
  margin: 64px auto 104px;
  text-align: center;
}
body.nishobh-site.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 30px;
  color: #1a1210;
  font: 400 clamp(34px, 5vw, 58px)/1.1 "Bodoni Moda", Georgia, serif;
}
body.nishobh-site.woocommerce-order-received ul.woocommerce-order-overview {
  border: 1px solid rgba(26, 18, 16, 0.1);
  border-radius: 0;
  background: #efe9df;
  padding: 20px;
  text-align: left;
}

@media (max-width: 1023px) {
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce > .woocommerce {
    grid-template-columns: 1fr;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .woocommerce-cart-form,
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart-collaterals {
    grid-column: 1;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart-collaterals {
    margin-top: 38px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals {
    position: static;
    width: min(100%, 520px);
    margin-left: auto;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #customer_details,
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form.checkout > .bde-order-review-column {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review_heading {
    margin: 8px 0 0;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review {
    margin: -24px 0 0;
    border-top: 1px solid rgba(26, 18, 16, 0.08);
    border-left: 0;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .nishobh-commerce-heading {
    margin-bottom: 32px;
  }
  body.nishobh-site:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account) .nishobh-commerce-heading > h1 {
    font-size: 38px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce > .woocommerce {
    width: min(100% - 32px, 1120px);
    margin: 44px auto 72px;
  }
  body.nishobh-site.woocommerce-cart .nishobh-cart-shipping {
    margin-top: -10px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents thead {
    display: none;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody {
    display: block;
    padding: 0;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) 28px;
    padding: 18px 0;
    column-gap: 14px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item td {
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    text-align: left !important;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item td::before {
    display: none;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail {
    display: block;
    grid-column: 1;
    grid-row: 1/span 4;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail a,
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-thumbnail img {
    width: 82px;
    height: 104px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-name {
    grid-column: 2;
    grid-row: 1;
    padding-right: 5px !important;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-name > a {
    font-size: 15px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-price {
    display: none !important;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-quantity {
    grid-column: 2;
    grid-row: 2;
    margin-top: 12px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-subtotal {
    display: block !important;
    grid-column: 2;
    grid-row: 3;
    margin-top: 9px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.product-remove {
    display: block;
    grid-column: 3;
    grid-row: 1;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce tr:not(.cart_item) {
    display: block;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions {
    display: grid;
    padding-top: 20px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions .coupon .input-text {
    width: 100%;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce td.actions button[name=update_cart] {
    width: 100%;
    margin-top: 10px;
  }
  body.nishobh-site.woocommerce-cart .bde-cart.breakdance-woocommerce .cart_totals {
    width: 100%;
    padding: 22px;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce > .woocommerce {
    width: min(100% - 32px, 1024px);
    margin-bottom: 64px;
  }
  body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress-wrap {
    margin-bottom: 32px;
    padding-block: 18px;
  }
  body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li {
    font-size: 0;
  }
  body.nishobh-site.woocommerce-checkout .nishobh-checkout-progress li span {
    font-size: 10px;
  }
  body.nishobh-site.woocommerce-checkout .breakdance-woocommerce form.checkout_coupon {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce form.checkout.woocommerce-checkout {
    gap: 30px;
  }
  body.nishobh-site.woocommerce-checkout .bde-woopagecheckout.breakdance-woocommerce #order_review {
    margin-top: -20px;
  }
  body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce > .woocommerce {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 1040px);
    margin: 44px auto 72px;
  }
  body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce #customer_login {
    grid-template-columns: 1fr;
    width: 100% !important;
    gap: 34px;
  }
  body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.login,
  body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.register,
  body.nishobh-site.woocommerce-account .bde-woopageaccount.breakdance-woocommerce form.lost_reset_password {
    min-height: 0;
    padding: 22px;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce > .woocommerce {
    grid-template-columns: 1fr;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation,
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-content {
    grid-column: 1;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 34px;
    overflow-x: auto;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    min-width: max-content;
    border-bottom: 1px solid rgba(26, 18, 16, 0.12);
    border-top: 0;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation li {
    border: 0;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation a {
    padding: 12px 14px;
    border-bottom: 2px solid transparent;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    border-bottom-color: #6b0f1a;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table_responsive tr {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  }
  body.nishobh-site.woocommerce-account.nishobh-account-authenticated .bde-woopageaccount.breakdance-woocommerce table.shop_table_responsive td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    text-align: right;
  }
}
/* Generated file source. Run npm run styles:build; do not edit assets/css. */
:root {
  --nishobh-cream: #f5f0ea;
  --nishobh-paper: #f8f4ee;
  --nishobh-ink: #1a1210;
  --nishobh-night: #0d0908;
  --nishobh-burgundy: #6b0f1a;
  --nishobh-gold: #b8935a;
  --nishobh-muted: #7a6e68;
  --nishobh-sand: #efe9df;
  --nishobh-max-width: 1440px;
}

body.nishobh-site {
  margin: 0;
  background: #f5f0ea;
  color: #1a1210;
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.nishobh-site,
.nishobh-site * {
  box-sizing: border-box;
}

.nishobh-site h1,
.nishobh-site h2,
.nishobh-site h3,
.nishobh-site h4,
.nishobh-site h5,
.nishobh-site h6 {
  margin: 0;
  color: inherit;
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
}

.nishobh-site a {
  color: inherit;
}

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

.nishobh-site button,
.nishobh-site input,
.nishobh-site select,
.nishobh-site textarea {
  border-radius: 0;
  font-family: "Jost", sans-serif;
  cursor: pointer;
}

.nishobh-site [aria-disabled=true] {
  cursor: default;
  opacity: 0.42;
  pointer-events: none;
}

.nishobh-lock-scroll {
  overflow: hidden;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #1c1614;
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  background: #6b0f1a;
  color: #f8f4ee;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 46px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  background: transparent;
  padding: 12px 14px;
}

.bde-form-builder {
  display: none !important;
}

.nishobh-newsletter {
  width: 100%;
  margin: 0 auto;
  padding: 96px 24px 80px;
  background: #f5f0ea;
  color: #1a1210;
  text-align: center;
}

.nishobh-newsletter__eyebrow {
  color: #b8935a;
  font: 500 9px/1.3 "Jost", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.nishobh-newsletter__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
}

.nishobh-newsletter__copy {
  max-width: 390px;
  margin: 0 auto 34px;
  color: #7a6e68;
  font-size: 13px;
  line-height: 1.65;
}

.nishobh-newsletter__form,
.nishobh-newsletter__fields {
  width: min(100%, 548px);
  margin: 0 auto;
}

.nishobh-newsletter .wpcf7 {
  margin: 0;
}

.nishobh-newsletter .wpcf7 form,
.nishobh-newsletter__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
}

.nishobh-newsletter .wpcf7 p,
.nishobh-newsletter .wpcf7 label {
  display: contents;
  margin: 0;
}

.nishobh-newsletter .wpcf7 br {
  display: none;
}

.nishobh-newsletter .wpcf7-form-control-wrap {
  display: block;
}

.nishobh-newsletter input[type=email],
.nishobh-newsletter .wpcf7-email {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  border-right: 0;
  background: transparent;
  color: #1a1210;
  padding: 12px 16px;
  text-align: left;
}

.nishobh-newsletter input[type=email]::placeholder,
.nishobh-newsletter .wpcf7-email::placeholder {
  color: rgba(26, 18, 16, 0.38);
}

.nishobh-newsletter input[type=submit],
.nishobh-newsletter .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #1c1614;
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  min-height: 46px;
  padding: 12px 24px;
  background: #1c1614;
}

.nishobh-newsletter input[type=submit]:hover,
.nishobh-newsletter .wpcf7-submit:hover {
  background: #6b0f1a;
  color: #f8f4ee;
}

.nishobh-newsletter .wpcf7-response-output,
.nishobh-newsletter .wpcf7-not-valid-tip {
  grid-column: 1/-1;
  margin: 12px 0 0;
  font-size: 12px;
}

.nishobh-newsletter__note {
  margin: 12px 0 0;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.04em;
}

@media (max-width: 479px) {
  .nishobh-newsletter .wpcf7 form,
  .nishobh-newsletter__fields {
    grid-template-columns: 1fr;
  }
  .nishobh-newsletter input[type=email],
  .nishobh-newsletter .wpcf7-email {
    border-right: 1px solid rgba(26, 18, 16, 0.2);
  }
}
.nishobh-container {
  width: min(100% - 64px, 1440px);
  margin-inline: auto;
}

.nishobh-section-heading {
  max-width: 100%;
  margin: 0 0 32px;
  text-align: left;
}
.nishobh-section-heading__eyebrow {
  margin: 0 0 12px;
  color: #6b0f1a;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.nishobh-section-heading__title {
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.08;
}
.nishobh-section-heading__description {
  margin: 16px auto 0;
  color: #7a6e68;
  font-size: 15px;
  line-height: 1.7;
}

.nishobh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #1c1614;
  color: #f8f4ee;
  font: 500 10px/1 "Jost", sans-serif;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nishobh-button--light {
  border: 1px solid rgba(248, 244, 238, 0.35);
  background: transparent;
  color: rgba(248, 244, 238, 0.82);
}
.nishobh-button:hover {
  background: #6b0f1a;
  color: #f8f4ee;
}

.nishobh-text-link {
  display: block;
  margin-top: 34px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

:focus-visible {
  outline: 2px solid #b8935a;
  outline-offset: 3px;
}

.nishobh-commerce-heading {
  margin: 0 0 46px;
}
.nishobh-commerce-heading > p {
  margin: 0 0 10px;
  color: #6b0f1a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.nishobh-commerce-heading > h1 {
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1;
}
.nishobh-commerce-heading--checkout {
  text-align: center;
}

.nishobh-checkout-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 520px);
  margin: 28px auto 0;
  padding: 0;
  list-style: none;
}
.nishobh-checkout-progress::before {
  position: absolute;
  top: 15px;
  right: calc(16.666% + 15px);
  left: calc(16.666% + 15px);
  height: 1px;
  background: rgba(26, 18, 16, 0.16);
  content: "";
}
.nishobh-checkout-progress > li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #7a6e68;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.nishobh-checkout-progress > li span {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(26, 18, 16, 0.2);
  background: #f5f0ea;
  color: #7a6e68;
  font-size: 10px;
  place-items: center;
}
.nishobh-checkout-progress > li.is-active {
  color: #1a1210;
}
.nishobh-checkout-progress > li.is-active span {
  border-color: #6b0f1a;
  background: #6b0f1a;
  color: #f8f4ee;
}

.nishobh-checkout-progress-wrap {
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(26, 18, 16, 0.08);
  padding: 20px 0;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  width: min(100% - 48px, 1180px);
  margin: 72px auto;
}
.woocommerce-checkout h1,
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-cart h1,
.woocommerce-cart h2,
.woocommerce-cart h3 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
}
.woocommerce-checkout table.shop_table,
.woocommerce-cart table.shop_table {
  border: 1px solid rgba(26, 18, 16, 0.14);
  border-radius: 0;
}
.woocommerce-checkout #payment,
.woocommerce-cart #payment {
  border-radius: 0;
  background: #efe9df;
}

body.woocommerce-checkout .nishobh-header__announcement,
body.woocommerce-checkout .nishobh-footer {
  display: none;
}

.woocommerce-checkout .woocommerce {
  width: min(100% - 48px, 1024px);
  margin: 0 auto 80px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
  margin: 18px 0;
}
.woocommerce-checkout .woocommerce-info {
  border: 0;
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
  background: transparent;
  padding: 16px 0 16px 28px;
  color: #7a6e68;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-info::before {
  top: 16px;
  left: 0;
  color: #b8935a;
}
.woocommerce-checkout .woocommerce-info a {
  color: #1a1210;
  text-underline-offset: 3px;
}
.woocommerce-checkout .woocommerce-error {
  border-top-color: #6b0f1a;
  background: #efe9df;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
}
.woocommerce-checkout #customer_details {
  grid-column: 1;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout #customer_details .col-2 {
  margin-top: 28px;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.15;
}
.woocommerce-checkout form .form-row {
  margin: 0 0 16px;
  padding: 0;
}
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
  width: calc(50% - 8px);
}
.woocommerce-checkout form .form-row label {
  margin: 0 0 7px;
  color: #7a6e68;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.woocommerce-checkout form .form-row .required {
  color: #6b0f1a;
}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  background: transparent;
  padding: 11px 14px;
  color: #1a1210;
  font-size: 13px;
}
.woocommerce-checkout form .form-row textarea {
  min-height: 90px;
  resize: vertical;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #1a1210;
  line-height: 22px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 8px;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}
.woocommerce-checkout #order_review_heading {
  grid-row: 1;
  align-self: start;
}
.woocommerce-checkout #order_review {
  grid-row: 1;
  align-self: start;
  margin-top: 52px;
  border-left: 1px solid rgba(26, 18, 16, 0.08);
  padding-left: 40px;
}
.woocommerce-checkout #order_review table.shop_table {
  margin: 0 0 18px;
  border: 0;
  border-collapse: collapse;
}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-color: rgba(26, 18, 16, 0.08);
  padding: 13px 0;
  font-size: 12px;
}
.woocommerce-checkout #order_review table.shop_table thead {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table .product-name {
  font-weight: 400;
}
.woocommerce-checkout #order_review table.shop_table .product-total {
  width: 90px;
  text-align: right;
}
.woocommerce-checkout #order_review table.shop_table tfoot th {
  color: #7a6e68;
  font-weight: 400;
}
.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td {
  color: #1a1210;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 18px;
}
.woocommerce-checkout .nishobh-checkout-product {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
.woocommerce-checkout .nishobh-checkout-product__image {
  width: 56px;
  height: 72px;
  object-fit: cover;
}
.woocommerce-checkout .nishobh-checkout-product__name {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 13px;
  line-height: 1.3;
}
.woocommerce-checkout .wc-item-meta {
  margin: -24px 0 0 68px;
  padding: 0;
  color: #7a6e68;
  font-size: 10px;
}
.woocommerce-checkout .wc-item-meta li {
  margin: 0;
}
.woocommerce-checkout #payment {
  border: 1px solid rgba(26, 18, 16, 0.12);
  background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: rgba(26, 18, 16, 0.1);
  padding: 20px;
}
.woocommerce-checkout #payment div.payment_box {
  border-radius: 0;
  background: #efe9df;
  color: #7a6e68;
  font-size: 12px;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #efe9df;
}
.woocommerce-checkout #payment .place-order {
  padding: 20px;
}
.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 50px;
  background: #6b0f1a;
}
.woocommerce-checkout #payment #place_order:hover {
  background: #1c1614;
}
.woocommerce-checkout .nishobh-checkout-assurances {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(26, 18, 16, 0.08);
  color: #7a6e68;
  font-size: 11px;
  list-style: none;
}
.woocommerce-checkout .nishobh-checkout-assurances li::before {
  margin-right: 9px;
  color: #b8935a;
  content: "✓";
}

.woocommerce-cart .woocommerce {
  margin-block: 78px 110px;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 48px;
}
.woocommerce-cart table.shop_table {
  border: 0;
  border-top: 1px solid rgba(26, 18, 16, 0.14);
  border-collapse: collapse;
}
.woocommerce-cart table.shop_table th {
  padding: 16px 12px;
  color: #7a6e68;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.woocommerce-cart table.shop_table td {
  padding: 20px 12px;
  border-top: 1px solid rgba(26, 18, 16, 0.1);
}
.woocommerce-cart table.shop_table .product-thumbnail {
  width: 108px;
}
.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 86px;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.woocommerce-cart table.shop_table .product-name a {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 20px;
  text-decoration: none;
}
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
  font-size: 13px;
}
.woocommerce-cart table.shop_table .product-remove a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #7a6e68 !important;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce-cart table.shop_table .product-remove a:hover {
  background: transparent;
  color: #6b0f1a !important;
}
.woocommerce-cart .quantity .qty {
  width: 64px;
  height: 44px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  background: transparent;
}
.woocommerce-cart table.shop_table td.actions {
  padding: 24px 0 0;
  border: 0;
}
.woocommerce-cart table.shop_table td.actions .coupon {
  display: flex;
}
.woocommerce-cart table.shop_table td.actions .coupon .input-text {
  width: 220px;
  min-height: 44px;
  margin: 0;
  border: 1px solid rgba(26, 18, 16, 0.18);
  border-right: 0;
  background: transparent;
  padding: 10px 13px;
}
.woocommerce-cart table.shop_table td.actions .button {
  min-height: 44px;
}
.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 460px);
  padding: 30px;
  background: #efe9df;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 22px;
  font-size: 34px;
}
.woocommerce-cart .cart-collaterals table.shop_table {
  margin-bottom: 20px;
  border-top: 0;
}
.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table td {
  padding: 14px 0;
  border-top: 1px solid rgba(26, 18, 16, 0.1);
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 8px 0 0;
  padding: 16px 24px;
  font-size: 10px;
}
.woocommerce-cart .cart-empty {
  margin-top: 100px;
  color: #7a6e68;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 30px;
  text-align: center;
}
.woocommerce-cart .return-to-shop {
  margin-bottom: 100px;
  text-align: center;
}

.woocommerce-account .woocommerce {
  width: min(100% - 48px, 1100px);
  min-height: 520px;
  margin: 72px auto 110px;
}
.woocommerce-account .nishobh-commerce-heading--account {
  margin-bottom: 44px;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 230px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(26, 18, 16, 0.12);
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(26, 18, 16, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 15px 4px;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #6b0f1a;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 286px);
  color: #7a6e68;
  font-size: 14px;
  line-height: 1.7;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #1a1210;
  text-underline-offset: 3px;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 22px;
  color: #1a1210;
  font-size: 28px;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  border: 0;
  border-top: 1px solid rgba(26, 18, 16, 0.14);
  border-collapse: collapse;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  border-color: rgba(26, 18, 16, 0.1);
  padding: 14px 10px;
}
.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  float: none;
  width: auto;
  border: 1px solid rgba(26, 18, 16, 0.12);
  padding: 24px;
}
.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
  float: none;
  width: 100%;
}
.woocommerce-account #customer_login h2 {
  margin: 0 0 20px;
  font-size: 30px;
}
.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.lost_reset_password {
  margin: 0;
  border: 1px solid rgba(26, 18, 16, 0.12);
  border-radius: 0;
  padding: 28px;
  background: #efe9df;
}
.woocommerce-account form .form-row {
  margin: 0 0 16px;
  padding: 0;
}
.woocommerce-account form .form-row label {
  margin-bottom: 7px;
  color: #7a6e68;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.woocommerce-account form .form-row input.input-text {
  min-height: 46px;
  border: 1px solid rgba(26, 18, 16, 0.18);
  background: #f5f0ea;
  padding: 11px 14px;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0;
}
.woocommerce-account .woocommerce-LostPassword {
  margin: 16px 0 0;
  font-size: 12px;
}

.woocommerce-order-received .woocommerce-order {
  width: min(100% - 48px, 980px);
  margin: 80px auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
}

@media (max-width: 1023px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: minmax(0, 1fr);
  }
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }
  .woocommerce-checkout #order_review {
    margin-top: 0;
    border-top: 1px solid rgba(26, 18, 16, 0.08);
    border-left: 0;
    padding: 28px 0 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 38px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid rgba(26, 18, 16, 0.12);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    border: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 14px 18px;
  }
}
@media (max-width: 767px) {
  .nishobh-container {
    width: min(100% - 32px, 1440px);
  }
  .nishobh-commerce-heading {
    margin-bottom: 34px;
  }
  .nishobh-commerce-heading > h1 {
    font-size: 42px;
  }
  .nishobh-checkout-progress {
    margin-top: 22px;
  }
  .woocommerce-checkout .woocommerce {
    width: min(100% - 32px, 1024px);
  }
  .woocommerce-checkout form.checkout {
    gap: 28px;
  }
  .woocommerce-checkout form .form-row-first,
  .woocommerce-checkout form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout #order_review {
    padding-top: 24px;
  }
  .woocommerce-account .woocommerce {
    width: min(100% - 32px, 1100px);
    margin-block: 48px 80px;
  }
  .woocommerce-account #customer_login,
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: minmax(0, 1fr);
  }
  .woocommerce-account form.login,
  .woocommerce-account form.register,
  .woocommerce-account form.lost_reset_password {
    padding: 22px;
  }
  .woocommerce-cart .woocommerce {
    width: min(100% - 32px, 1180px);
    margin-block: 48px 80px;
  }
  .woocommerce-cart table.shop_table_responsive tr {
    padding: 18px 0;
    border-bottom: 1px solid rgba(26, 18, 16, 0.12);
  }
  .woocommerce-cart table.shop_table_responsive tr td {
    min-height: 42px;
    padding: 9px 0;
    border: 0;
  }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail {
    display: block;
    width: 100%;
  }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart table.shop_table_responsive tr td.product-thumbnail img {
    width: 92px;
  }
  .woocommerce-cart table.shop_table td.actions .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }
  .woocommerce-cart table.shop_table td.actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce-cart table.shop_table td.actions > .button {
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 24px;
  }
}
