.page {
  min-height: 100vh;
  background: var(--color-cream);
}

.main {
  padding-top: 56px;
  width: min(1520px, calc(100vw - 18px));
}

.cacti-theme .main {
  width: min(1520px, calc(100vw - 18px));
}

.productSection {
  --product-canvas-width: 100%;
  width: min(var(--product-canvas-width), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(390px, 430px);
  align-items: start;
  justify-content: stretch;
  gap: 0 28px;
}

.productSectionGiftCard {
  grid-template-columns: minmax(0, 1fr) 1px minmax(420px, 480px);
}

.mediaBlock {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.productSectionGiftCard .mediaBlock {
  display: block;
}

.productSectionGiftCard .mainImageFrame {
  aspect-ratio: 1024 / 724;
  min-height: 0;
  background: #050505 !important;
  cursor: zoom-in;
}

.productSectionGiftCard .mainImage.mainImage {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #050505 !important;
}

.productSectionGiftCard .thumbsColumn,
.productSectionGiftCard .mobileVerticalRule {
  display: none;
}

.mainImageFrame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: #d9d9d9;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.mainImageFrame[data-dragging="true"] {
  cursor: grabbing;
}

.mainImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 420ms cubic-bezier(0.2, 0.82, 0.2, 1);
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.mainImageFrame.mainImageFrame[data-pressed="true"] .mainImage.mainImage {
  transform: scale(1.65);
}

.mainImageFrame[data-dragging="true"] .mainImage.mainImage {
  transform: none !important;
}

.imagePlaceholder {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

.thumbsColumn {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.thumbsColumn::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1025px) {
  .mainImageFrame:hover .mainImage.mainImage,
  .mainImageFrame:focus-within .mainImage.mainImage {
    transform: scale(1.45);
  }
}

.thumbButton,
.thumbPlaceholder {
  width: 100%;
  aspect-ratio: 1;
  background: #d9d9d9;
  border: 0;
  padding: 0;
  overflow: hidden;
}

.thumbButton {
  flex: 0 0 calc((100% - 36px) / 3);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.thumbButton[data-active="true"] {
  box-shadow: inset 0 0 0 1px #000;
}

.thumbButton:hover {
  transform: translateY(-1px);
}

.thumbButton:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.thumbImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.thumbPlaceholder {
  background: #d9d9d9;
}

.desktopVerticalRule {
  align-self: stretch;
  width: 1px;
  background: rgba(0, 0, 0, 0.34);
}

.mobileVerticalRule {
  display: none;
}

.infoBlock {
  min-width: 0;
  max-width: 430px;
  padding-top: 10px;
  overflow: visible;
}

.productSectionGiftCard .infoBlock {
  max-width: 480px;
}

.productSectionGiftCard .purchasePrimary {
  width: 100%;
}

.productSectionGiftCard .description {
  max-width: none;
  font-size: 13px;
  line-height: 1.55;
}

.headerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.productName {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.productPrice {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 4px;
  color: #414141;
  font-family: var(--font-heading);
  line-height: 1;
  white-space: nowrap;
}

.priceRs {
  font-size: 13px;
  line-height: 24px;
}

.priceAmount {
  font-size: 22px;
  line-height: 24px;
}

.productPriceDiscount {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.productPriceDiscount del {
  color: rgba(65, 65, 65, 0.62);
  font-size: 15px;
  line-height: 1;
  text-decoration-thickness: 1px;
}

.productPriceDiscount ins {
  color: #111;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.productPriceDiscount .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
}

.description {
  position: static;
  margin: 14px 0 0;
  max-width: 420px;
  max-height: none;
  overflow: visible;
  overflow-wrap: anywhere;
  color: #484848;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
}

.sizeControlsRow {
  margin-top: 8px;
  display: grid;
  grid-template-columns: minmax(0, 187px) auto;
  align-items: center;
  column-gap: 71px;
}

.variationTextBlock {
  min-width: 0;
}

.cactiVariationGroup {
  margin: 0 0 10px;
  border: 0;
  padding: 0;
}

.cactiVariationGroup:last-child {
  margin-bottom: 0;
}

.cactiVariationGroup legend {
  margin: 0 0 4px;
  color: #000;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transform: translateY(1px);
}

.sizeGrid {
  display: grid;
  gap: 7px 26px;
}

.sizeGrid[data-columns="3"] {
  grid-template-columns: repeat(3, max-content);
}

.sizeGrid[data-columns="2"] {
  grid-template-columns: repeat(2, max-content);
}

.sizeLabel {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #6a6a6a;
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.15;
  cursor: pointer;
  transition: color 140ms ease, opacity 140ms ease;
}

.sizeLabel[data-active="true"] {
  color: #101010;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.sizeLabel:hover {
  color: #1a1a1a;
}

.sizeLabel:disabled {
  opacity: 0.34;
  cursor: not-allowed;
  text-decoration: line-through;
}

.cacti-js .productSection table.variations {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.productSection table.variations {
  width: 100%;
  margin: 12px 0;
}

.productSection .reset_variations {
  margin-left: 8px;
  font-size: 11px;
  text-decoration: underline;
}

.productSection .single_variation_wrap {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.productSection .woocommerce-variation-description,
.productSection .woocommerce-variation-availability {
  color: rgba(0, 0, 0, 0.68);
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1.4;
}

.productSection .woocommerce-variation-price {
  font-family: var(--font-heading);
  font-size: 14px;
}

.productSection form.cart,
.productSection .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
}

.productSectionGiftCard form.cart {
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.productSection form.cart > .wps_wgm_added_wrapper {
  grid-column: 1 / -1;
}

.productSectionGiftCard form.cart > .quantity {
  grid-column: 1;
}

.productSectionGiftCard form.cart > .single_add_to_cart_button {
  grid-column: 2;
}

.productSection form.variations_form {
  display: block;
}

.productSection form.cart .quantity {
  position: relative;
  margin: 0;
}

.productSection form.cart .quantity[data-cacti-qty-select="true"]::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 8px;
  color: #414141;
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1;
  transform: translateY(-58%);
  pointer-events: none;
}

.productSection .single_add_to_cart_button {
  width: 100%;
}

/* Woo Gift Cards Lite renders its fields inside the native cart form. The
   plugin owns the values and preview request; CACTI only supplies the layout. */
.productSection .wps_wgm_added_wrapper {
  display: block;
  width: 100%;
  margin: 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.34);
  padding: 18px;
  box-sizing: border-box;
}

.productSection .wps_wgm_added_wrapper,
.productSection .wps_wgm_new_layout_for_from_select,
.productSection .wps_wgm_section {
  min-width: 0;
}

.productSection .wps_wgm_new_layout_for_from_select,
.productSection .wps_wgm_section {
  width: 100%;
  margin: 0;
}

.productSection .wps_wgm_section + .wps_wgm_section {
  margin-top: 15px;
}

.productSection .wps_wgm_added_wrapper .wps_wgm_section .wps_wgc_label {
  display: block;
  margin: 0 0 7px;
  color: #111;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.productSection .wps_wgm_section input[type="text"],
.productSection .wps_wgm_section textarea {
  display: block;
  width: 100% !important;
  min-height: 44px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.52);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
  padding: 11px 13px;
  color: #111;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.35;
  box-sizing: border-box;
}

.productSection .wps_wgm_section textarea {
  min-height: 108px;
  resize: vertical;
}

.productSection .wps_wgm_section input[type="text"]::placeholder,
.productSection .wps_wgm_section textarea::placeholder {
  color: rgba(17, 17, 17, 0.46);
  opacity: 1;
}

.productSection .wps_wgm_section input[type="text"]:focus,
.productSection .wps_wgm_section textarea:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.84) !important;
}

.productSection .wps_wgm_message_length {
  display: block;
  margin-top: 6px;
  color: rgba(17, 17, 17, 0.56);
  font-family: var(--font-body);
  font-size: 9px;
  line-height: 1.3;
  text-align: right;
}

.productSection .wps_wgm_section.wps_delivery_method > .wps_wgm_delivery_method {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0 8px;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  padding: 13px;
  box-sizing: border-box;
}

.productSection .wps_wgm_send_giftcard {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: #111;
}

.productSection .wps_wgm_method {
  color: #111;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.productSection .wps_wgm_delivery_via_email {
  grid-column: 1 / -1;
  margin-top: 11px;
}

.productSection .wps_wgm_delivery_via_email input + input {
  margin-top: 9px;
}

.productSection .wps_wgm_msg_info,
.productSection .wps_wgm_msg_info_multiple_email,
.productSection .wps_wgm_msg_info_multiple_name {
  display: block;
  margin: 7px 0 0;
  color: rgba(17, 17, 17, 0.56);
  font-family: var(--font-body);
  font-size: 9px;
  line-height: 1.35;
}

.productSection .mwg_wgm_preview_email {
  display: block;
  width: 100%;
  margin-top: 14px;
}

.productSection a#mwg_wgm_preview_email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border: 1px solid #111;
  border-radius: 9px;
  background: #111;
  padding: 0 18px;
  color: #fffef5;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

.productSection a#mwg_wgm_preview_email:hover {
  background: transparent;
  color: #111;
}

.productSection a#mwg_wgm_preview_email:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.cacti-gift-card-product #TB_overlay {
  position: fixed !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  background: rgba(17, 17, 17, 0.64) !important;
  backdrop-filter: blur(4px);
}

.cacti-gift-card-product #TB_window {
  position: fixed !important;
  inset: 50% auto auto 50% !important;
  width: min(600px, calc(100vw - 32px)) !important;
  height: min(720px, calc(100dvh - 32px)) !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.72) !important;
  border-radius: 14px !important;
  background: #fffef5 !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24) !important;
  overflow: hidden !important;
  transform: translate(-50%, -50%) !important;
}

.cacti-gift-card-product #TB_title {
  height: 44px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28) !important;
  background: #fffef5 !important;
}

.cacti-gift-card-product #TB_ajaxWindowTitle {
  padding: 0 14px !important;
  color: rgba(17, 17, 17, 0.62);
  font-family: var(--font-heading);
  font-size: 10px;
  line-height: 44px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cacti-gift-card-product #TB_closeWindow {
  height: 44px !important;
  padding: 0 8px 0 0 !important;
}

.cacti-gift-card-product #TB_closeWindowButton {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  margin-top: 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.56);
  border-radius: 8px;
  color: #111 !important;
  text-decoration: none;
}

.cacti-gift-card-product #TB_iframeContent {
  display: block;
  width: 100% !important;
  height: calc(100% - 44px) !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  background: #050505;
}

/* WooCommerce's native `.alt.disabled` rule is purple. Keep the native
   variation form while making its waiting and ready states match CACTI. */
.woocommerce .productSection button.single_add_to_cart_button.button.alt,
.woocommerce .productSection button.single_add_to_cart_button.button.alt.disabled,
.woocommerce .productSection button.single_add_to_cart_button.button.alt:disabled,
.woocommerce .productSection button.single_add_to_cart_button.button.alt:disabled[disabled] {
  border-color: #000 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #000 !important;
  opacity: 1 !important;
}

.woocommerce .productSection button.single_add_to_cart_button.button.alt.disabled,
.woocommerce .productSection button.single_add_to_cart_button.button.alt:disabled,
.woocommerce .productSection button.single_add_to_cart_button.button.alt:disabled[disabled] {
  cursor: not-allowed;
}

.sizeLabel:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
  border-radius: 2px;
}

.purchaseAndPayment {
  position: relative;
  z-index: 0;
  min-width: 0;
  margin-top: 16px;
  --add-button-width: 308px;
  --payment-block-width: 308px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: space-between;
  align-items: start;
  column-gap: 22px;
}

.purchasePrimary {
  min-width: 0;
  width: min(calc(74px + var(--add-button-width)), 100%);
}

.qtyGroup {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin-top: 19px;
}

.sizeChartTrigger {
  margin-top: 4px;
  appearance: none;
  width: fit-content;
  min-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.74);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.46);
  padding: 0 16px;
  color: #111;
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sizeChartTrigger:hover {
  background: #111;
  color: #fffef5;
  border-color: #111;
}

.sizeChartTrigger:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
  border-radius: 2px;
}

.simpleSizeChartRow {
  display: flex;
  justify-content: flex-end;
  width: min(calc(74px + var(--add-button-width)), 100%);
  margin: 10px 0 8px;
}

.simpleSizeChartRow .sizeChartTrigger {
  margin-top: 0;
}

.qtyLabel {
  color: #414141;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
}

.qtyInput,
.productSection form.cart .quantity .qty {
  width: 63px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  font-family: var(--font-body);
  font-size: 12px;
  color: #414141;
  padding: 0 18px;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
}

.qtySelectWrap {
  position: relative;
  display: inline-flex;
}

.qtySelectWrap::after {
  content: "⌄";
  position: absolute;
  right: 8px;
  top: 50%;
  color: #414141;
  font-family: var(--font-heading);
  font-size: 12px;
  line-height: 1;
  transform: translateY(-58%);
  pointer-events: none;
}

.addButton,
.productSection .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: min(var(--add-button-width), 100%);
  height: 62px;
  border: 1px solid #000 !important;
  border-radius: 10px !important;
  background: transparent !important;
  padding: 0 18px !important;
  color: #000 !important;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 17px;
  line-height: 1 !important;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.addButton:hover,
.woocommerce .productSection .single_add_to_cart_button:not(.disabled):not(:disabled):hover {
  background: #000 !important;
  color: #fffef5 !important;
}

.addButton:focus-visible,
.productSection .single_add_to_cart_button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.paymentOptions {
  width: 100%;
  margin: 9px 0 0;
  color: #6a6a6a;
  font-family: var(--font-body);
  font-size: 9.4px;
  line-height: 1.35;
}

.paymentLine {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3.5px;
  min-height: 15px;
  white-space: nowrap;
}

.paymentLine + .paymentLine {
  margin-top: 2px;
}

.paymentLine strong {
  font-weight: 600;
  color: #444;
}

.paymentLogoLink {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.paymentLogoLink:focus-visible {
  outline: 1px solid rgba(0, 0, 0, 0.72);
  outline-offset: 2px;
  border-radius: 2px;
}

.paymentLogo {
  display: block;
  width: auto;
  height: 9.6px;
  object-fit: contain;
}

.woocommerce .productSection .paymentLogo {
  width: auto !important;
  height: 9.6px !important;
  max-width: 72px;
  max-height: 9.6px;
}

.productInfoDivider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background: rgba(0, 0, 0, 0.26);
  transform: scaleY(0.5);
  transform-origin: top;
}

.main > .categoriesSection {
  margin-top: 24px;
}

.relatedCarouselSection {
  width: min(1360px, 100%);
  margin: 34px auto 6px;
  display: none;
}

.desktopInlineCarousel {
  display: none;
}

@media (min-width: 1025px) {
  .sizeControlsRow .sizeChartTrigger {
    transform: translate(-18px, 2px);
  }

  .relatedCarouselSection {
    display: block;
  }
}

.inlineCarouselScroller {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding: 0 2px 8px 0;
  touch-action: pan-x pan-y;
}

.inlineCarouselScroller::-webkit-scrollbar {
  display: none;
}

.inlineCarouselCard {
  flex: 0 0 132px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.inlineCarouselCard:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.inlineCarouselImageWrap {
  position: relative;
  display: block;
  width: 132px;
  aspect-ratio: 100 / 110;
  overflow: hidden;
  background: #f5f5f2;
}

.inlineCarouselImage,
.inlineCarouselImageFallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #f5f5f2;
}

.inlineCarouselMeta {
  display: block;
  margin-top: 6px;
}

.inlineCarouselName {
  display: block;
  color: #414141;
  font-family: var(--font-body);
  font-size: 9px;
  line-height: 1.25;
}

.inlineCarouselPrice {
  display: flex;
  gap: 1px;
  margin-top: 2px;
  color: #5e5e5e;
  font-family: var(--font-body);
  font-size: 8px;
  line-height: 1;
}

.fullscreenGallery {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: #fffef5;
  color: #111;
}

.fullscreenGallery[data-open="false"] {
  display: none;
}

.fullscreenImageStage {
  position: absolute;
  inset: 54px 72px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  cursor: zoom-in;
}

.fullscreenImage,
.fullscreenImagePlaceholder {
  width: 100%;
  height: 100%;
}

.fullscreenImage {
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 300ms cubic-bezier(0.2, 0.82, 0.2, 1);
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.fullscreenImagePlaceholder {
  background: #d9d9d9;
}

.fullscreenImageStage[data-pressed="true"] .fullscreenImage.fullscreenImage {
  transform: scale(1.65);
}

.fullscreenClose,
.fullscreenArrow {
  position: absolute;
  z-index: 2;
  appearance: none;
  min-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.72);
  border-radius: 8px;
  background: rgba(255, 254, 245, 0.92);
  padding: 0 12px;
  color: #111;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.fullscreenClose {
  top: 14px;
  right: 16px;
}

.fullscreenArrow {
  top: 50%;
  transform: translateY(-50%);
}

.fullscreenPrevious {
  left: 16px;
}

.fullscreenNext {
  right: 16px;
}

.fullscreenArrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.fullscreenClose:focus-visible,
.fullscreenArrow:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.fullscreenCounter {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  font-family: var(--font-heading);
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .productSection {
    --product-canvas-width: 100%;
    grid-template-columns: minmax(0, 1fr) 1px minmax(340px, 360px);
    gap: 0 24px;
  }

  .productSectionGiftCard {
    grid-template-columns: minmax(0, 1fr) 1px minmax(380px, 420px);
  }

  .thumbsColumn {
    width: min(460px, 100%);
  }

  .infoBlock {
    max-width: 360px;
  }

  .productSectionGiftCard .infoBlock {
    max-width: 420px;
  }

  .description {
    max-width: 350px;
  }

  .sizeControlsRow {
    grid-template-columns: minmax(0, 170px) auto;
    column-gap: 42px;
  }

  .sizeGrid {
    gap: 5px 18px;
  }

  .productName {
    font-size: 26px;
  }

  .productPrice {
    padding-left: 8px;
  }

  .priceAmount {
    font-size: 20px;
  }

  .addButton,
  .productSection .single_add_to_cart_button {
    width: min(var(--add-button-width), 100%);
    height: 58px;
    font-size: 16px;
  }

  .purchaseAndPayment {
    --add-button-width: 276px;
    --payment-block-width: 276px;
    column-gap: 18px;
  }

  .qtyGroup {
    margin-top: 17px;
  }

  .paymentOptions {
    font-size: 8.5px;
  }

}

@media (max-width: 1024px) {
  .main {
    padding-top: 38px;
    width: calc(100vw - 12px);
  }

  .cacti-theme .main {
    width: calc(100vw - 12px);
  }

  .productSection {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .productSectionGiftCard {
    display: block;
  }

  .productSectionGiftCard .mainImageFrame {
    width: 100%;
    aspect-ratio: 1024 / 724;
    min-height: 0;
  }

  .productSectionGiftCard .infoBlock {
    width: calc(100% - 24px);
    max-width: 720px;
    margin: 18px auto 0;
  }

  .productSectionGiftCard .desktopVerticalRule {
    display: none;
  }

  .desktopVerticalRule {
    display: none;
  }

  .mediaBlock {
    position: relative;
    grid-template-columns: minmax(0, 3fr) 1px minmax(78px, 1fr);
    gap: 12px;
    align-items: start;
  }

  .mobileVerticalRule {
    display: block;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.35);
    width: 1px;
  }

  .mainImageFrame {
    min-height: 244px;
  }

  .thumbsColumn {
    position: absolute;
    inset: 0 0 0 auto;
    margin-top: 0;
    width: calc((100% - 25px) / 4);
    height: 100%;
    flex-direction: column;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y proximity;
    overscroll-behavior-block: contain;
  }

  .thumbButton,
  .thumbPlaceholder {
    flex: 0 0 calc((100% - 24px) / 3);
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    justify-self: start;
  }

  .infoBlock {
    max-width: none;
    padding-top: 0;
  }

  .headerRow {
    align-items: flex-end;
    gap: 12px;
  }

  .productName {
    font-size: 24px;
    max-width: min(100%, 270px);
    line-height: 0.98;
  }

  .productPrice {
    padding-left: 6px;
    padding-right: 0;
  }

  .priceRs {
    font-size: 11px;
    line-height: 20px;
  }

  .priceAmount {
    font-size: 18px;
    line-height: 20px;
  }

  .description {
    margin-top: 10px;
    max-width: none;
    font-size: 9px;
    line-height: 1.6;
  }

  .sizeControlsRow {
    margin-top: 8px;
    grid-template-columns: minmax(0, 164px) auto;
    justify-content: start;
    column-gap: 18px;
  }

  .sizeGrid {
    gap: 4px 10px;
  }

  .sizeLabel {
    font-size: 8px;
    text-decoration-thickness: 1px;
  }

  .purchaseAndPayment {
    margin-top: 10px;
    --add-button-width: 308px;
    --payment-block-width: 230px;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 12px;
  }

  .qtyGroup {
    gap: 6px;
    margin-top: 11px;
  }

  .sizeChartTrigger {
    margin-top: 4px;
    min-height: 34px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .simpleSizeChartRow {
    width: 100%;
    margin-top: 8px;
  }

  .qtyLabel {
    font-size: 10px;
  }

  .qtyInput,
  .productSection form.cart .quantity .qty {
    width: 46px;
    height: 20px;
    font-size: 10px;
    border-radius: 5px;
    padding: 0 13px;
  }

  .qtySelectWrap::after {
    right: 6px;
    font-size: 10px;
  }

  .productSection form.cart .quantity[data-cacti-qty-select="true"]::after {
    right: 6px;
    font-size: 10px;
  }

  .addButton,
  .productSection .single_add_to_cart_button {
    width: min(var(--add-button-width), 100%);
    height: 42px;
    border-radius: 10px;
    font-size: 15px;
  }

  .paymentOptions {
    width: 100%;
    margin-top: 7px;
    font-size: 7.4px;
    line-height: 1.3;
  }

  .paymentLine {
    min-height: 12px;
    gap: 2.5px;
  }

  .paymentLine + .paymentLine {
    margin-top: 1px;
  }

  .productInfoDivider {
    width: calc(100% - 16px);
    margin: 18px auto 0;
  }

  .relatedCarouselSection {
    display: block;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 2px;
  }

  .desktopInlineCarousel {
    display: none;
  }
}

@media (max-width: 640px) {
  .main.main {
    padding-top: 28px;
    width: 100vw;
    max-width: none;
  }

  .productSection {
    display: block;
  }

  .productSectionGiftCard .mediaBlock {
    display: block;
  }

  .productSectionGiftCard .mainImageFrame {
    aspect-ratio: 1024 / 724;
  }

  .productSectionGiftCard .infoBlock {
    width: 100%;
    margin-top: 14px;
  }

  .productSectionGiftCard .headerRow,
  .productSectionGiftCard .description,
  .productSectionGiftCard .purchaseAndPayment {
    width: calc(100% - 20px);
  }

  .productSectionGiftCard .description {
    font-size: 11px;
    line-height: 1.55;
  }

  .productSectionGiftCard form.cart {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 9px;
  }

  .productSection .wps_wgm_added_wrapper {
    border-radius: 12px;
    padding: 14px;
  }

  .productSection .wps_wgm_section input[type="text"] {
    min-height: 42px;
    font-size: 12px;
  }

  .productSection .wps_wgm_section textarea {
    min-height: 96px;
    font-size: 12px;
  }

  .cacti-gift-card-product #TB_window {
    width: calc(100vw - 16px) !important;
    height: calc(100dvh - 16px) !important;
    border-radius: 11px !important;
  }

  .infoBlock {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding-top: 0;
    overflow: visible;
  }

  .mediaBlock {
    grid-area: media;
    width: 100%;
    margin-inline: auto;
    grid-template-columns: minmax(0, 3fr) 1px minmax(86px, 1fr);
    gap: 10px;
    justify-content: center;
  }

  .mainImageFrame {
    width: 100%;
    height: auto;
    aspect-ratio: 245 / 244;
  }

  .thumbsColumn {
    width: calc((100% - 21px) / 4);
  }

  .headerRow {
    grid-area: heading;
    align-items: flex-start;
    width: calc(100% - 16px);
    margin: 12px auto 0;
  }

  .productName {
    font-size: 24px;
    line-height: 0.94;
    max-width: min(100%, 240px);
  }

  .priceRs {
    font-size: 10px;
  }

  .priceAmount {
    font-size: 16px;
  }

  .description {
    position: static;
    width: calc(100% - 16px);
    margin: 12px auto 0;
    max-height: none;
    overflow: visible;
  }

  .purchaseAndPayment {
    position: relative;
    width: calc(100% - 16px);
    margin: 10px auto 0;
    --add-button-width: 308px;
    --payment-block-width: 180px;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 10px;
    justify-content: start;
  }

  .purchasePrimary {
    width: 100%;
  }

  .qtyGroup {
    margin-top: 11px;
  }

  .sizeControlsRow {
    width: calc(100% - 16px);
    margin: 2px auto 0;
    grid-template-columns: minmax(0, 150px) auto;
    column-gap: 12px;
  }

  .cactiVariationGroup legend {
    color: #000;
    font-weight: 700;
  }

  .sizeChartTrigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 2;
    min-height: 29px;
    padding-inline: 11px;
    border-radius: 7.65px;
    font-size: 10.2px;
  }

  .paymentOptions {
    width: 100%;
    margin-top: 7px;
    font-size: 6.15px;
    line-height: 1.28;
  }

  .paymentLine {
    min-height: 10px;
    gap: 2px;
  }

  .productInfoDivider {
    width: calc(100% - 8px);
    margin-top: 17px;
  }

  .main > .categoriesSection {
    margin-top: 20px;
  }

  .fullscreenImageStage {
    inset: 46px 6px 48px;
  }

  .fullscreenClose,
  .fullscreenArrow {
    min-height: 28px;
    padding-inline: 9px;
    border-radius: 7px;
    font-size: 8px;
  }

  .fullscreenClose {
    top: 10px;
    right: 8px;
  }

  .fullscreenArrow {
    top: auto;
    bottom: 10px;
    transform: none;
  }

  .fullscreenPrevious {
    left: 8px;
  }

  .fullscreenNext {
    right: 8px;
  }

  .fullscreenCounter {
    bottom: 18px;
    font-size: 8px;
  }
}
