.sg-pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 891fr) minmax(270px, 309fr);
  gap: 39.5px;
  align-items: start;
}
.sg-pdp.sg-page {
  padding-top: 16px;
}
.sg-pdp__gallery {
  display: grid;
  grid-template-columns: minmax(0, 284fr) minmax(0, 587fr);
  gap: 20px;
}
@media (min-width: 1080px) {
  .sg-pdp__gallery {
    position: sticky;
    top: 104px;
    align-self: start;
    z-index: 1;
  }
}
.sg-pdp__thumbs {
  aspect-ratio: 284 / 734;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sg-pdp__thumb,
.sg-pdp__main {
  border: 0;
  padding: 0;
  background: var(--sg-sand);
  overflow: hidden;
  display: block;
  position: relative;
}
.sg-pdp__thumb,
.sg-pdp__main {
  cursor: zoom-in;
}
.sg-pdp__thumb {
  flex: 1 1 0;
}
.sg-pdp__main { aspect-ratio: 587 / 734; }
.sg-sold-out-badge--product {
  width: 80px;
  height: 80px;
  font-size: 16px;
  line-height: 18px;
}
.sg-pdp__thumb img,
.sg-pdp__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sg-pdp__main:hover img {
    transform: scale(1.14);
  }
}
body.sutighar-theme .sg-gallery-modal[hidden] { display: none; }
html.sg-modal-open {
  overflow: hidden;
}
body.sutighar-theme .sg-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.sg-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}
.sg-gallery-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  height: min(86vh, 980px);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.sg-gallery-modal__panel img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: var(--sg-sand);
  cursor: zoom-in;
  touch-action: none;
  transition: transform .16s ease;
  user-select: none;
  will-change: transform;
}
.sg-gallery-modal__panel img.is-zoomed {
  cursor: grab;
}
.sg-gallery-modal__panel img.is-dragging {
  cursor: grabbing;
  transition: none;
}
.sg-gallery-modal__close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 3002;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
}
.sg-gallery-modal__close::before,
.sg-gallery-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--sg-ink);
  transform: translate(-50%, -50%) rotate(45deg);
}
.sg-gallery-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sg-gallery-modal__nav {
  position: fixed;
  top: 50%;
  top: 50dvh;
  z-index: 3002;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
}
.sg-gallery-modal__nav::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: solid var(--sg-ink);
  border-width: 0 0 3px 3px;
}
.sg-gallery-modal__nav--prev::before {
  margin-left: 5px;
  transform: rotate(45deg);
}
.sg-gallery-modal__nav--next::before {
  margin-right: 5px;
  transform: rotate(225deg);
}
.sg-gallery-modal__nav--prev { left: clamp(18px, 8vw, 96px); }
.sg-gallery-modal__nav--next { right: clamp(18px, 8vw, 96px); }
.sg-gallery-modal__counter {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 3002;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--sg-ink);
  font: 500 12px/1 var(--sg-font);
  text-align: center;
  transform: translateX(-50%);
}
.sg-gallery-modal__tools {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 3002;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.sg-gallery-modal__tools button {
  min-width: 42px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--sg-ink);
  font: 500 13px/1 var(--sg-font);
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
}
.sg-pdp__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  padding-left: 19.5px;
}
.sg-pdp__info .product_title {
  margin: 0;
  color: #004147;
  font-family: var(--sg-font);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.sg-pdp__info hr {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--sg-line);
}
.sg-meta {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, .4);
  font-family: var(--sg-font);
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.sg-pdp__price strong,
.sg-pdp__price .price {
  color: #122A49;
  font-family: var(--sg-font);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
.sg-pdp__price div {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.sg-pdp__price div > span:last-child {
  font-family: var(--sg-font);
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0;
}
.sg-size-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.sg-size-row > div:first-child { flex-grow: 1; }
.sg-size-row > div:nth-child(2),
.sg-size-row > div:nth-child(3) { width: 50px; }
.sg-size-row strong {
  color: #004147;
  font-family: var(--sg-font);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.sg-cart-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quantity {
  width: 104px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px var(--sg-line-strong);
  overflow: hidden;
  border: 1px solid var(--sg-line-strong);
}
.quantity input.qty {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  width: 36px;
  height: 44px;
  border: 0;
  padding: 0;
  text-align: center;
  color: var(--sg-ink);
  appearance: textfield;
  box-shadow: none;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button { appearance: none; margin: 0; }
.sg-qty-btn {
  width: 34px;
  height: 44px;
  flex: 0 0 34px;
  border: 0;
  background: #fff;
  color: rgba(0, 0, 0, .45);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: grid;
  place-items: center;
  user-select: none;
}
.sg-qty-btn:hover { color: var(--sg-ink); }
.sg-qty-btn:disabled {
  cursor: not-allowed;
  opacity: .35;
}
.sg-qty-btn[data-sg-qty="minus"] {
  order: 1;
  border-right: 1px solid rgba(0, 0, 0, .12);
}
.sg-qty-btn[data-sg-qty="plus"] {
  order: 3;
  border-left: 1px solid rgba(0, 0, 0, .12);
}
.sg-stock-row {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.sg-stock-line {
  color: #02C986;
  font-size: 12px;
  font-weight: 500;
}
.sg-stock-line.is-low { color: var(--sg-accent); }
.sg-stock-line.is-out { color: #FF0000; }
.stock.out-of-stock,
.out-of-stock .sg-stock-line { color: #FF0000; }
.sg-size-chart-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--sg-ink);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}
.sg-buy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}
.sg-spec {
  display: grid;
  gap: 0;
}
.sg-spec__row {
  min-height: 24px;
  border-bottom: 1px solid var(--sg-line);
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 24px;
  color: rgba(0, 65, 71, .8);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.sg-spec__row strong {
  text-align: right;
  color: #004147;
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0;
}
.sg-pdp__desc p {
  color: rgba(0, 65, 71, .8);
  font-family: var(--sg-font);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.sg-pdp__desc a {
  color: var(--sg-brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.sg-pdp__desc img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 18px 0;
  object-fit: contain;
  background: var(--sg-sand);
}
.sg-pdp__desc video,
.sg-pdp__desc iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.sg-pdp__desc .sg-pdp__media,
.sg-pdp__desc .wp-block-embed,
.sg-pdp__desc .wp-block-video,
.sg-pdp__desc .wp-video {
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  margin: 18px 0;
  overflow: hidden;
  background: var(--sg-sand);
}
.sg-pdp__desc .sg-pdp__media--short {
  aspect-ratio: 9 / 16;
  background: #fff;
}
.sg-pdp__desc video {
  height: auto;
}
.sg-pdp__desc .wp-block-video video,
.sg-pdp__desc .sg-pdp__media video {
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  background: #fff;
}
.sg-pdp__desc iframe {
  height: 100%;
}
.sg-pdp__desc .wp-block-embed__wrapper,
.sg-pdp__desc .sg-pdp__media iframe {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.sg-pdp__desc .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 4 / 5;
}
.sg-pdp__desc .wp-block-embed__wrapper iframe,
.sg-pdp__desc .wp-block-video video,
.sg-pdp__desc .wp-video video {
  width: 100% !important;
  max-width: 100% !important;
}
.sg-pdp__desc .wp-video {
  height: auto !important;
}
.sg-similar-section {
  margin-top: 100px;
}
.sg-similar-section > h3 {
  margin: 0;
  color: var(--sg-ink);
  font-size: var(--sg-h3-size);
  line-height: var(--sg-h3-line);
  font-weight: var(--sg-h3-weight);
  letter-spacing: var(--sg-h3-letter);
  margin-bottom: 15px;
}
.sg-similar-section > .sg-product-grid {
  margin-top: 16px;
}

.sg-modal[hidden] { display: none; }
.sg-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 20px;
}
.sg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}
.sg-modal__panel {
  position: relative;
  width: min(500px, 100%);
  border-radius: 0;
  background: #fff;
  padding: 56px 36px 62px;
}
.sg-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sg-modal__head h2 {
  margin: 0;
  color: #000;
  font-size: clamp(38px, 8vw, 48px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.02em;
}
.sg-modal__head h2 span {
  margin-left: 4px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
.sg-modal__head button {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}
.sg-size-chart {
  width: 100%;
  margin-top: 36px;
  border-collapse: collapse;
  color: #222;
  table-layout: fixed;
  font-family: var(--sg-font);
}
.sg-size-chart th,
.sg-size-chart td {
  height: 58px;
  border: 1px solid #d9dee5;
  padding: 12px 14px;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.sg-size-chart thead th:first-child {
  width: 72px;
  font-size: 17px;
  line-height: 1.1;
}
.sg-size-chart th small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
.sg-size-chart tbody th {
  width: 72px;
  font-size: 17px;
  font-weight: 500;
}
.sg-modal p {
  margin: 18px 0 0;
  color: var(--sg-ink-75);
  font-size: 13px;
  line-height: 1.5;
}

.sg-empty {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
}
.sg-empty svg {
  width: 44px;
  height: 44px;
  stroke: rgba(18,42,73,.35);
  fill: none;
}
.sg-empty h2 {
  margin: 0;
  color: var(--sg-ink);
  font-size: var(--sg-h4-size);
  line-height: var(--sg-h4-line);
  font-weight: var(--sg-h4-weight);
  letter-spacing: var(--sg-h4-letter);
}
.sg-empty p {
  margin: 0;
  color: var(--sg-ink-75);
  font-size: var(--sg-body-size);
  line-height: var(--sg-body-line);
}
.sg-thankyou-page.sg-page {
  padding-top: 40px;
}
.sg-thankyou {
  width: min(640px, 100%);
  min-height: 520px;
  padding-bottom: 120px;
  margin-inline: auto;
}
.sg-thankyou > svg {
  width: 64px;
  height: 64px;
  padding: 11px;
  box-sizing: border-box;
  border-radius: 999px;
  background: var(--sg-ink);
  stroke: #fff;
}
.sg-thankyou h2 {
  margin-top: 18px;
  font-size: var(--sg-h3-size);
  line-height: var(--sg-h3-line);
  font-weight: var(--sg-h3-weight);
  letter-spacing: var(--sg-h3-letter);
}
.sg-thankyou > p {
  max-width: 640px;
  font-size: var(--sg-body-size);
  line-height: var(--sg-body-line);
}
.sg-thankyou-summary {
  width: 100%;
  margin-top: 28px;
  background: var(--sg-sand);
  padding: 28px;
  text-align: left;
}
.sg-thankyou-summary .sg-summary-line {
  margin-top: 14px;
  color: var(--sg-ink);
  font-size: 15px;
  line-height: 1.45;
}
.sg-thankyou-summary .sg-summary-line strong {
  color: var(--sg-ink);
  font-weight: 500;
  text-align: right;
}
.sg-thankyou-kicker {
  display: block;
  color: rgba(0, 0, 0, .35);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sg-thankyou-rule {
  height: 0;
  margin: 20px 0 16px;
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.sg-thankyou-total {
  color: var(--sg-ink);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.sg-thankyou-payment,
.sg-thankyou-address {
  margin-top: 8px;
  color: var(--sg-ink-75);
  font-size: 15px;
  line-height: 1.55;
}
.sg-thankyou-whatsapp {
  width: 100%;
  min-height: 46px;
  margin-top: 5px;
  font-size: 15px;
}
.sg-thankyou-fallback {
  margin-top: 5px !important;
  color: var(--sg-ink-75);
  font-size: 13px !important;
}
.sg-thankyou .sg-edit-cart {
  margin-top: 24px;
  color: var(--sg-ink);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.sg-cart-layout,
.sg-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 60px;
  align-items: start;
  margin-top: 24px;
}
.sg-cart-page.sg-page,
.sg-checkout-page.sg-page {
  padding-top: 40px;
  width: min(var(--sg-container), calc(100% - (var(--sg-side) * 2)));
  margin-inline: auto;
}
.sg-cart-items {
  display: flex;
  flex-direction: column;
}
.sg-cart-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sg-line);
}
.sg-cart-item__image {
  width: 110px;
  height: 138px;
  flex: 0 0 110px;
  background: var(--sg-sand);
}
.sg-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sg-cart-item__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sg-cart-item__actions {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.sg-cart-item__name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.sg-cart-item__meta {
  color: var(--sg-ink-75);
  font-size: 12px;
}
.sg-cart-stock {
  display: block;
  width: max-content;
  margin-top: -4px;
  font-size: 12px;
  line-height: 18px;
}
.sg-cart-item__price {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.sg-remove {
  width: max-content;
  margin-top: 0;
  border: 0;
  background: transparent;
  padding: 12px 0;
  color: rgba(18, 42, 73, .6);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.sg-remove:hover { color: var(--sg-ink); }
.sg-cart-item .quantity {
  width: 98px;
  height: 40px;
}
.sg-cart-item .quantity input.qty {
  width: 26px;
  height: 40px;
  font-size: 13px;
}
.sg-cart-item .sg-qty-btn {
  width: 36px;
  height: 40px;
  flex-basis: 36px;
  border: 0;
}
.sg-cart-item .sg-qty-btn[data-sg-qty="minus"] {
  order: 1;
  border: 0;
}
.sg-cart-item .quantity input.qty { order: 2; }
.sg-cart-item .sg-qty-btn[data-sg-qty="plus"] {
  order: 3;
  border: 0;
}
.sg-cart-update {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.sg-cart-summary {
  background: var(--sg-sand);
  border-radius: 0;
  padding: 28px;
}
.sg-cart-summary h2,
.sg-checkout-summary-toggle,
.sg-checkout-page h3 {
  margin: 0 0 18px;
  color: var(--sg-ink);
  font-size: var(--sg-h6-size);
  line-height: var(--sg-h6-line);
  font-weight: var(--sg-h6-weight);
  letter-spacing: var(--sg-h6-letter);
}
.sg-checkout-page h3 + #payment {
  margin-top: 14px;
}
.sg-checkout-page h3:not(:first-child) {
  margin-top: 28px;
  margin-bottom: 14px;
}
.sg-checkout-note {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: rgba(18, 42, 73, .6);
  font-size: 12px;
}
.sg-edit-cart {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 0;
  color: var(--sg-ink);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sg-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  color: var(--sg-ink-75);
  font-size: 13px;
}
.sg-cart-summary .sg-summary-line + .sg-summary-line { margin-top: 12px; }
.sg-summary-line--total {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px solid var(--sg-line);
  color: var(--sg-ink);
  font-weight: 500;
}
.sg-summary-line--total span:last-child {
  font-size: 20px;
  font-weight: 600;
}
.sg-cart-summary .sg-btn { margin-top: 22px; min-height: 46px; }
.sg-cart-summary p {
  margin: 14px 0 0;
  text-align: center;
  color: var(--sg-ink-75);
  font-size: 12px;
}
.sg-checkout-summary-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
}
.sg-checkout-summary-toggle strong {
  color: var(--sg-ink);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.sg-checkout-summary-toggle::after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.woocommerce-checkout .form-row {
  margin: 0 0 22px;
}
.woocommerce-checkout .sg-checkout-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 60px !important;
  align-items: start;
  margin-top: 24px;
}
.woocommerce-checkout .sg-checkout-grid > * {
  min-width: 0;
}
.woocommerce-checkout .sg-checkout-grid::before,
.woocommerce-checkout .sg-checkout-grid::after {
  display: none;
}
.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup,
.woocommerce-checkout form.checkout > .woocommerce-NoticeGroup-checkout,
.woocommerce-checkout form.checkout > .woocommerce-error,
.woocommerce-checkout form.checkout > .woocommerce-info,
.woocommerce-checkout form.checkout > .woocommerce-message,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .form-row .woocommerce-error,
.woocommerce-checkout .form-row .error,
.woocommerce-checkout .form-row .field-validation-error,
.woocommerce-checkout .form-row [id$="-error"],
.woocommerce-checkout .woocommerce-invalid .woocommerce-input-wrapper ~ .error,
.woocommerce-checkout .woocommerce-invalid .woocommerce-input-wrapper ~ [id$="-error"] {
  display: none !important;
}
.woocommerce-checkout .woocommerce-invalid label,
.woocommerce-checkout .woocommerce-invalid-required-field label {
  color: rgba(18, 42, 73, .8);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon {
  width: min(var(--sg-container), calc(100% - (var(--sg-side) * 2)));
  margin: 0 auto 18px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  display: block !important;
  margin: 0;
  border: 0;
  background: var(--sg-sand);
  padding: 14px 16px;
  color: var(--sg-ink);
  font-size: 13px;
}
.woocommerce-checkout form.checkout_coupon {
  border: 0;
  background: var(--sg-sand);
  padding: 16px;
}
.woocommerce-checkout form.checkout_coupon p {
  margin: 0 0 12px;
  color: var(--sg-ink-75);
  font-size: 13px;
}
.woocommerce-checkout form.checkout_coupon .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout_coupon .button {
  min-height: 46px;
  border: 0;
  border-radius: 5px;
  background: var(--sg-brand);
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.sg-checkout-page .woocommerce-billing-fields > h3,
.sg-checkout-page .woocommerce-additional-fields > h3,
.sg-checkout-page .woocommerce-shipping-fields,
.sg-checkout-page .sg-hidden-country {
  display: none;
}
.sg-checkout-page .woocommerce-billing-fields__field-wrapper,
.sg-checkout-page .woocommerce-additional-fields__field-wrapper {
  margin-top: 16px;
}
.sg-checkout-page .woocommerce-billing-fields__field-wrapper::after,
.sg-checkout-page .woocommerce-additional-fields__field-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.sg-checkout-page .woocommerce-additional-fields__field-wrapper {
  margin-top: 0;
}
.sg-checkout-page #billing_address_1 {
  min-height: 110px;
}
.sg-checkout-page #order_comments {
  min-height: 92px;
}
.sg-checkout-page #billing_address_1,
.sg-checkout-page #order_comments,
.sg-checkout-page #billing_state {
  border: 0 !important;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--sg-input) !important;
  color: var(--sg-ink);
  background-color: #fff;
  font: inherit;
  font-weight: 400;
}
.sg-checkout-page #billing_state {
  -webkit-appearance: none;
  appearance: none;
  min-height: 0;
  padding: 13px 42px 13px 14px !important;
  line-height: normal;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--sg-ink) 50%),
    linear-gradient(135deg, var(--sg-ink) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}
.sg-checkout-page #billing_address_1:focus,
.sg-checkout-page #order_comments:focus,
.sg-checkout-page #billing_state:focus {
  box-shadow: inset 0 0 0 1px var(--sg-input) !important;
  outline: none;
}
.sg-checkout-page #billing_address_1::placeholder,
.sg-checkout-page #order_comments::placeholder,
.sg-checkout-page #billing_state:invalid {
  color: rgba(18, 42, 73, .48);
  font-weight: 400;
}
.sg-checkout-shipping-cost {
  clear: both;
  display: flex;
  min-height: 92px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 22px;
  padding: 22px 24px;
  border-radius: 12px;
  box-shadow: none;
  color: #111;
  background: #EEF0F2;
  font: inherit;
  font-weight: 400;
  line-height: normal;
  transition: background-color .18s ease, box-shadow .18s ease, padding .18s ease, border-radius .18s ease;
}
.sg-checkout-shipping-cost.has-value {
  background: #EEF0F2;
}
.sg-checkout-shipping-cost span,
.sg-checkout-shipping-cost strong {
  display: block;
  font: inherit;
  line-height: normal;
}
.sg-checkout-shipping-cost.has-value span {
  color: #111;
  font-size: 14px;
}
.sg-checkout-shipping-cost strong {
  color: var(--sg-ink);
  font-weight: 400;
  white-space: nowrap;
}
.sg-checkout-shipping-cost.has-value strong {
  color: #111;
  font-size: 20px;
  font-weight: 700;
}
.sg-checkout-shipping-hint {
  margin: -6px 0 22px;
  color: #FF8528;
  font-family: var(--sg-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px);
  float: left;
}
.woocommerce-checkout .form-row-last { float: right; }
.woocommerce-checkout .form-row-wide { clear: both; }
.woocommerce-checkout .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.woocommerce-checkout .form-row label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 6px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  display: block;
  color: rgba(18, 42, 73, .8);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
.woocommerce-checkout .form-row .optional {
  display: none;
}
.woocommerce-checkout .form-row .required {
  color: #b91c1c;
  text-decoration: none;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 56px;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--sg-input);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  color: var(--sg-ink);
  padding-left: 14px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}
.woocommerce-checkout .sg-checkout-page #payment {
  background: transparent;
  border-radius: 0;
}
.woocommerce-checkout .sg-checkout-page #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  gap: 10px;
}
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method {
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--sg-input);
  padding: 0;
  overflow: hidden;
}
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method > input[type="radio"] {
  display: none;
}
.sg-payment-option {
  min-height: 74px;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin: 0 !important;
  padding: 18px;
  cursor: pointer;
}
.sg-payment-option input[type="radio"] {
  display: none;
}
.sg-payment-radio {
  appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3);
}
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method input[type="radio"]:checked + .sg-payment-radio {
  background: var(--sg-ink);
  box-shadow: 0 0 0 1px var(--sg-ink);
}
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method input[type="radio"]:checked + .sg-payment-radio::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sg-payment-copy {
  display: block;
  min-width: 0;
}
.sg-payment-copy strong {
  display: block;
  color: var(--sg-ink);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.sg-payment-copy em {
  display: block;
  margin-top: 6px;
  color: rgba(18, 42, 73, .7);
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
}
.sg-payment-copy p {
  margin: 0;
}
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method:has(input:checked),
.woocommerce-checkout .sg-checkout-page #payment li.wc_payment_method.is-selected {
  background: var(--sg-sand);
  box-shadow: inset 0 0 0 1.5px var(--sg-ink);
}
.woocommerce-checkout .sg-checkout-page #payment div.payment_box {
  margin: 0 0 0;
  padding: 0 18px 18px 46px;
  background: transparent;
  color: var(--sg-ink-75);
  font-size: 12px;
  line-height: 1.5;
}
.woocommerce-checkout .sg-checkout-page #payment div.payment_box::before,
.woocommerce-checkout .sg-checkout-page #payment div.payment_box::after {
  display: none;
}
.sg-merchant-box {
  border-radius: 5px;
  background: var(--sg-sand);
  padding: 0 0 12px;
  color: var(--sg-ink);
  font-size: 14px;
}
.sg-payment-detail {
  background: var(--sg-sand);
  border-radius: 5px;
}
.sg-payment-detail .form-row {
  margin: 0;
}
.woocommerce-checkout .sg-checkout-page #payment .place-order {
  margin-top: 20px;
  padding: 0;
  background: transparent;
}
.woocommerce-checkout .sg-checkout-page #payment > .sg-cart-summary {
  margin-top: 22px;
  margin-bottom: 20px;
}
[data-sg-checkout-summary-mobile] {
  display: none;
}
.woocommerce-checkout .sg-checkout-page #payment #place_order {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  background: #004147;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-checkout .sg-checkout-page #payment #place_order:hover {
  background: rgb(0, 50, 55);
}
.woocommerce-terms-and-conditions-wrapper {
  color: var(--sg-ink-75);
  font-size: 12px;
}
.woocommerce-checkout .sg-checkout-page .woocommerce-privacy-policy-text {
  display: none;
}
.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.sg-checkout-summary-lines {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sg-checkout-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(18, 42, 73, .8);
  font-size: 15px;
  line-height: 1.4;
}
.sg-checkout-summary-line strong {
  color: var(--sg-ink);
  font-weight: 500;
  white-space: nowrap;
}
.sg-checkout-summary-rule {
  height: 0;
  margin-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.sg-checkout-summary-line--total {
  align-items: baseline;
  color: var(--sg-ink);
}
.sg-checkout-summary-line--total span {
  font-size: 15px;
  font-weight: 500;
}
.sg-checkout-summary-line--total strong,
.sg-checkout-summary-line--total .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 600;
}

.sg-confirmation {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}
.sg-checkmark {
  width: 64px;
  height: 64px;
  margin-inline: auto;
  border-radius: 999px;
  background: var(--sg-ink);
  display: grid;
  place-items: center;
}
.sg-checkmark svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
}
.sg-confirmation h1 {
  margin: 24px 0 12px;
  font-size: var(--sg-h3-size);
  line-height: var(--sg-h3-line);
  font-weight: var(--sg-h3-weight);
  letter-spacing: var(--sg-h3-letter);
}

.woocommerce-account .woocommerce {
  width: 100%;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  margin-top: 32px;
  align-items: start;
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  border-radius: 5px;
  padding: 12px 14px;
  background: var(--sg-sand);
  font-size: 13px;
}
.woocommerce-MyAccount-navigation .is-active a {
  background: var(--sg-ink);
  color: #fff;
}
.woocommerce-MyAccount-content {
  color: var(--sg-ink-75);
  font-size: 15px;
  line-height: 1.6;
}
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--sg-input);
  border-radius: 5px;
}
.woocommerce-MyAccount-content th,
.woocommerce-MyAccount-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--sg-input);
  text-align: left;
  vertical-align: middle;
}
.woocommerce-MyAccount-content tr:last-child td {
  border-bottom: 0;
}
.woocommerce-MyAccount-content .button {
  min-height: 40px;
  border-radius: 5px;
  background: var(--sg-accent);
  padding: 10px 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1079px) {
  .sg-pdp__grid,
  .sg-cart-layout,
  .sg-checkout-grid {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-checkout .sg-checkout-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .sg-pdp__info {
    padding-left: 0;
  }
  .sg-cart-summary { width: 100%; }
}
@media (max-width: 719px) {
  .sg-checkout-page.sg-page {
    width: min(100% - 32px, var(--sg-container));
    padding-top: 28px;
  }
  .sg-checkout-page .entry-title {
    font-size: 42px;
    line-height: 1.08;
  }
  .woocommerce-checkout .sg-checkout-grid {
    gap: 28px !important;
    margin-top: 20px;
  }
  .woocommerce-checkout .form-row {
    margin-bottom: 14px;
  }
  .woocommerce-checkout .form-row input.input-text,
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 52px;
  }
  .sg-checkout-page #billing_address_1,
  .sg-checkout-page #order_comments {
    min-height: 96px;
  }
  .sg-cart-summary {
    padding: 24px 20px;
  }
  [data-sg-checkout-summary] {
    display: none;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile] {
    display: block;
    margin: 22px 0 20px;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile] .sg-checkout-summary-toggle {
    margin-bottom: 0;
    cursor: pointer;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile] .sg-checkout-summary-toggle::after {
    display: block;
    flex: 0 0 auto;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile].is-open .sg-checkout-summary-toggle {
    margin-bottom: 18px;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile].is-open .sg-checkout-summary-toggle::after {
    transform: rotate(225deg);
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile] .sg-checkout-summary-content {
    display: none;
  }
  .woocommerce-checkout .sg-checkout-page #payment > [data-sg-checkout-summary-mobile].is-open .sg-checkout-summary-content {
    display: block;
  }
  .woocommerce-checkout .woocommerce-form-coupon-toggle,
  .woocommerce-checkout form.checkout_coupon {
    width: min(100% - 32px, var(--sg-container));
  }
  body.sutighar-theme .sg-gallery-modal {
    padding: 14px;
  }
  .sg-gallery-modal__panel {
    width: 100%;
    height: 82vh;
  }
  .sg-gallery-modal__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .sg-gallery-modal__nav {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
  .sg-gallery-modal__nav--prev { left: 12px; }
  .sg-gallery-modal__nav--next { right: 12px; }
  .sg-gallery-modal__tools {
    bottom: 10px;
  }
  .sg-pdp__gallery {
    grid-template-columns: 1fr;
  }
  .sg-pdp__main { order: -1; }
  .sg-pdp__thumbs {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .sg-pdp__thumb { aspect-ratio: 284 / 357; }
  .sg-pdp__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .single-product .sg-cart-form {
    display: contents;
  }
  .single-product .sg-buy-row { order: 1; }
  .single-product .sg-pdp__info .product_title { order: 2; }
  .single-product .sg-pdp__price { order: 3; }
  .single-product .sg-pdp__info > hr:nth-of-type(1) { order: 4; }
  .single-product .sg-size-row { order: 5; }
  .single-product .sg-pdp__info > hr:nth-of-type(2) { order: 6; }
  .single-product .sg-quantity-block { order: 7; }
  .single-product .sg-pdp__info > hr:nth-of-type(3) { order: 8; }
  .single-product .sg-spec { order: 9; }
  .single-product .sg-pdp__desc { order: 10; }
  .single-product .sg-pdp__desc .sg-pdp__media,
  .single-product .sg-pdp__desc .wp-block-embed,
  .single-product .sg-pdp__desc .wp-block-video,
  .single-product .sg-pdp__desc .wp-video,
  .single-product .sg-pdp__desc .wp-block-embed__wrapper,
  .single-product .sg-pdp__desc iframe,
  .single-product .sg-pdp__desc video {
    width: 100% !important;
    max-width: none !important;
  }
  .sg-size-row {
    flex-wrap: wrap;
  }
  .sg-size-row > div:first-child {
    flex-basis: 100%;
  }
  .single-product .sg-buy-row {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    gap: 12px;
    margin: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: var(--sg-white);
    border-top: 1px solid var(--sg-line);
  }
  .single-product .sg-pdp {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
  .sg-cart-item {
    grid-template-columns: 88px 1fr;
  }
  .sg-cart-item__image { width: 88px; height: 110px; }
  .sg-cart-item__price {
    grid-column: 2;
    text-align: left;
  }
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-MyAccount-content {
    overflow-x: auto;
  }
  .woocommerce-MyAccount-content table {
    min-width: 620px;
  }
}
