:root {
  --doob-product-ink: #17233c;
  --doob-product-ink-soft: #4f5665;
  --doob-product-paper: #fff;
  --doob-product-canvas: #fff;
  --doob-product-beige: #e9dfcf;
  --doob-product-line: #d9d7d1;
  --doob-product-focus: #1e4d8f;
  --doob-product-radius: 10px;
  --doob-product-gallery-gap: 8px;
}

html,
body.doob-product-page {
  min-width: 320px;
  margin: 0;
  color: var(--doob-product-ink);
  background: var(--doob-product-canvas);
}

.doob-product-main,
.doob-product-main * {
  box-sizing: border-box;
}

.doob-product-main {
  min-height: 60vh;
  padding: 32px 32px 96px;
  background: var(--doob-product-canvas);
}

.doob-product-main > .woocommerce {
  width: min(1184px, 100%);
  margin: 0 auto;
}

.doob-product-main .woocommerce-notices-wrapper:empty {
  display: none;
}

.doob-product-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 0 32px;
  color: var(--doob-product-ink-soft);
  font: 600 11px/18px Montserrat, Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.doob-product-breadcrumbs {
  min-width: 0;
  overflow: hidden;
}

.doob-product-breadcrumbs ol {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.doob-product-breadcrumbs li {
  display: flex;
  align-items: center;
  min-width: 0;
}

.doob-product-breadcrumbs li:not(:last-child)::after {
  margin: 0 8px;
  color: var(--doob-product-line);
  content: "/";
}

.doob-product-breadcrumbs li:last-child {
  flex: 1 1 auto;
  overflow: hidden;
}

.doob-product-breadcrumbs li:last-child span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.doob-product-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.doob-product-breadcrumbs a:hover {
  color: var(--doob-product-ink);
}

.doob-product-context__sku {
  margin: 0;
  color: var(--doob-product-ink-soft);
  white-space: nowrap;
}

.doob-product-context__sku span {
  color: var(--doob-product-ink);
  letter-spacing: 0.04em;
}

.doob-product-context__sku.is-provisional span {
  border-bottom: 1px dotted currentcolor;
}

.doob-product-main div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(420px, 0.98fr);
  align-items: start;
  gap: 64px 48px;
  width: min(1184px, 100%);
  margin: 0 auto;
}

.doob-product-main div.product::before,
.doob-product-main div.product::after {
  display: none;
  content: none;
}

.doob-product-main div.product > .onsale {
  z-index: 3;
  top: 16px;
  left: 16px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--doob-product-ink);
  font: 600 12px/18px Montserrat, Arial, sans-serif;
}

body.doob-product-page .doob-product-main div.product .summary {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.doob-product-page .doob-product-main div.product .summary::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 1px;
  background: var(--doob-product-line);
  content: "";
}

.doob-product-main div.product .doob-product-gallery {
  float: none;
  width: auto;
  margin: 0;
}

.doob-product-gallery__stage-shell {
  position: relative;
  touch-action: manipulation;
}

.doob-product-gallery__viewport {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  border-radius: var(--doob-product-radius);
  background: var(--doob-product-paper);
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: inline mandatory;
  -webkit-overflow-scrolling: touch;
}

.doob-product-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.doob-product-gallery__track {
  display: flex;
  height: 100%;
}

.doob-product-gallery__slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: var(--doob-product-ink);
  background: inherit;
  cursor: zoom-in;
  scroll-snap-align: start;
}

body.doob-product-page .doob-product-main div.product .doob-product-gallery__main-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.doob-product-gallery__slide:focus-visible,
.doob-product-gallery__dot:focus-visible,
.doob-product-gallery__thumb:focus-visible,
.doob-product-colour:focus-visible,
.doob-product-main button:focus-visible,
.doob-product-main input:focus-visible + .doob-option-card {
  outline: 2px solid var(--doob-product-focus);
  outline-offset: 3px;
}

.doob-product-gallery__slide:focus-visible {
  outline-offset: -4px;
}

.doob-product-main .doob-product-gallery__slide.is-restored-focus {
  outline: 0;
}

.doob-product-gallery__status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.doob-product-gallery__counter,
.doob-product-gallery__zoom {
  position: absolute;
  bottom: 16px;
  display: grid;
  min-height: 34px;
  border: 1px solid rgb(23 35 60 / 12%);
  color: var(--doob-product-ink);
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 3px 14px rgb(23 35 60 / 8%);
  place-items: center;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.doob-product-gallery__counter {
  left: 16px;
  min-width: 54px;
  padding: 0 10px;
  border-radius: 17px;
  font: 600 12px/18px Montserrat, Arial, sans-serif;
}

.doob-product-gallery__zoom {
  right: 16px;
  width: 34px;
  border-radius: 50%;
}

.doob-product-gallery__thumbs {
  display: grid;
  grid-auto-columns: minmax(72px, 88px);
  grid-auto-flow: column;
  gap: var(--doob-product-gallery-gap);
  margin-top: 6px;
  padding: 2px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}

.doob-product-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--doob-product-radius);
  background: var(--doob-product-paper);
  cursor: pointer;
  scroll-snap-align: start;
}

.doob-product-gallery__thumb::after {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.doob-product-gallery__thumb.is-current::after {
  border-color: var(--doob-product-ink);
}

.doob-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 180ms ease;
}

.doob-product-gallery__thumb:hover img {
  transform: scale(1.025);
}

.doob-product-identity {
  margin: 0 0 32px;
}

.doob-product-main div.product .product_title {
  max-width: none;
  margin: 0;
  color: var(--doob-product-ink);
  font: 700 44px/48px Montserrat, Arial, sans-serif;
  text-wrap: balance;
}

.doob-product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--doob-product-line);
  color: var(--doob-product-ink);
  font: 600 24px/32px Montserrat, Arial, sans-serif;
}

.doob-product-price__amount {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  white-space: nowrap;
}

.doob-product-price__currency {
  font: inherit;
}

.doob-product-price small {
  color: var(--doob-product-ink-soft);
  font: 400 14px/20px Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.doob-product-price .doob-product-price__sku {
  display: none;
}

.doob-product-price__sku span {
  color: var(--doob-product-ink);
  letter-spacing: 0.04em;
}

.doob-product-price__sku.is-provisional span {
  border-bottom: 1px dotted currentcolor;
}

.doob-product-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  width: 100%;
  margin: 32px 0 16px;
  padding: 16px 0;
  border-top: 1px solid var(--doob-product-line);
  border-bottom: 1px solid var(--doob-product-line);
  list-style: none;
}

.doob-product-benefit {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 12px;
}

.doob-product-benefit:first-child {
  padding-left: 0;
}

.doob-product-benefit:last-child {
  padding-right: 0;
}

.doob-product-benefit__icon {
  display: block;
  width: 32px;
}

.doob-product-benefit__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.doob-product-benefit > span {
  min-width: 0;
  color: var(--doob-product-ink-soft);
  font: 400 12px/18px Montserrat, Arial, sans-serif;
  overflow-wrap: normal;
}

.doob-product-colours {
  margin: 0 0 16px;
  padding: 0;
}

.doob-product-option-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 8px;
}

.doob-product-option-heading h2,
.doob-option-group legend {
  margin: 0;
  padding: 0;
  color: var(--doob-product-ink);
  font: 600 14px/20px Montserrat, Arial, sans-serif;
}

.doob-product-option-heading span {
  color: var(--doob-product-ink-soft);
  font: 400 14px/20px Montserrat, Arial, sans-serif;
  text-align: right;
}

.doob-product-colours__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
}

.doob-product-colour {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 56px;
  padding: 6px 10px 6px 6px;
  overflow: hidden;
  border: 1px solid var(--doob-product-line);
  border-radius: 9px;
  color: var(--doob-product-ink);
  background: var(--doob-product-paper);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.doob-product-colour:hover {
  border-color: rgb(23 35 60 / 50%);
  color: var(--doob-product-ink);
  transform: translateY(-1px);
}

.doob-product-colour.is-current {
  border-color: var(--doob-product-ink);
  box-shadow: none;
}

.doob-product-colour__media {
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--doob-product-canvas);
}

.doob-product-colour__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.doob-product-colour__label {
  min-width: 0;
  overflow-wrap: anywhere;
  font: 600 13px/18px Montserrat, Arial, sans-serif;
}

.doob-product-main div.product form.cart {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  column-gap: 10px;
  row-gap: 0;
  margin: 0;
}

.doob-cart-feedback {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: var(--doob-product-ink);
  font: 400 13px/18px Montserrat, Arial, sans-serif;
}

.doob-cart-feedback:empty {
  display: none;
}

.doob-product-main div.product form.cart .single_add_to_cart_button[aria-busy="true"] {
  opacity: 0.72;
  cursor: wait;
}

.doob-product-configurator,
.doob-product-order-total {
  grid-column: 1 / -1;
}

.doob-product-configurator {
  display: grid;
  gap: 16px;
}

.doob-option-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.doob-option-group legend {
  margin-bottom: 8px;
}

.doob-option-grid {
  display: grid;
  gap: 8px;
}

.doob-option-grid[data-choice-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doob-option-grid[data-choice-count="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.doob-option-choice {
  position: relative;
  display: flex;
  min-width: 0;
}

.doob-option-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.doob-option-card {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 60px;
  padding: 8px 12px;
  border: 1px solid var(--doob-product-line);
  border-radius: 9px;
  color: var(--doob-product-ink);
  background: var(--doob-product-paper);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.doob-option-card:hover {
  border-color: rgb(23 35 60 / 50%);
  transform: translateY(-1px);
}

.doob-option-choice > input:checked + .doob-option-card {
  border-color: var(--doob-product-ink);
  box-shadow: none;
}

.doob-option-choice > input:disabled + .doob-option-card {
  border-color: rgb(23 35 60 / 10%);
  color: rgb(23 35 60 / 38%);
  background: rgb(23 35 60 / 4%);
  box-shadow: none;
  cursor: not-allowed;
}

.doob-option-choice > input:disabled + .doob-option-card:hover {
  border-color: rgb(23 35 60 / 10%);
  transform: none;
}

.doob-option-choice > input:disabled + .doob-option-card small {
  color: rgb(23 35 60 / 32%);
}

.doob-option-card span {
  min-width: 0;
  font: 600 13px/18px Montserrat, Arial, sans-serif;
  overflow-wrap: normal;
}

.doob-option-grid[data-choice-count="3"] .doob-option-card {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.doob-option-card small {
  flex: 0 0 auto;
  color: var(--doob-product-ink-soft);
  font: 400 12px/16px Montserrat, Arial, sans-serif;
  white-space: nowrap;
}

.doob-product-order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 12px;
  color: var(--doob-product-ink);
}

.doob-product-order-total span {
  font: 600 16px/24px Montserrat, Arial, sans-serif;
}

.doob-product-order-total strong {
  font: 600 24px/32px Montserrat, Arial, sans-serif;
}

.doob-product-main div.product form.cart div.quantity {
  position: relative;
  width: 116px;
  margin: 0;
}

.doob-product-main div.product form.cart .quantity .qty {
  width: 100%;
  min-height: 54px;
  padding: 0 62px 0 10px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid var(--doob-product-line);
  border-radius: 9px;
  color: var(--doob-product-ink);
  background: var(--doob-product-paper);
  font: 400 16px/24px Montserrat, Arial, sans-serif;
  text-align: left;
}

.doob-product-main div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.doob-product-main div.product form.cart .quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.doob-quantity-unit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 40px;
  color: var(--doob-product-ink);
  font: 400 14px/20px Montserrat, Arial, sans-serif;
  pointer-events: none;
  transform: translateY(-50%);
}

.doob-quantity-controls {
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  width: 32px;
  overflow: hidden;
  border-left: 1px solid var(--doob-product-line);
  border-radius: 0 8px 8px 0;
}

.doob-quantity-step {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--doob-product-ink-soft);
  background: transparent;
  cursor: pointer;
}

.doob-quantity-step + .doob-quantity-step {
  border-top: 1px solid var(--doob-product-line);
}

.doob-quantity-step::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentcolor;
  border-left: 1.5px solid currentcolor;
  content: "";
}

.doob-quantity-step--increase::before {
  transform: translate(-50%, -30%) rotate(45deg);
}

.doob-quantity-step--decrease::before {
  transform: translate(-50%, -70%) rotate(-135deg);
}

.doob-quantity-step:hover {
  color: var(--doob-product-ink);
  background: rgb(23 35 60 / 6%);
}

.doob-quantity-step:active {
  background: rgb(23 35 60 / 10%);
}

.doob-quantity-step:focus-visible {
  z-index: 1;
  outline: 2px solid var(--doob-product-focus);
  outline-offset: -2px;
}

.doob-quantity-step:disabled {
  color: rgb(23 35 60 / 28%);
  background: transparent;
  cursor: default;
}

.doob-product-main div.product form.cart .button,
.doob-product-main a.button,
.doob-product-main button.button {
  min-height: 54px;
  margin: 0;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--doob-product-ink);
  font: 600 16px/24px Montserrat, Arial, sans-serif;
  letter-spacing: 0.04em;
  transition: background-color 160ms ease, transform 160ms ease;
}

.doob-product-main div.product form.cart .button:hover,
.doob-product-main a.button:hover,
.doob-product-main button.button:hover {
  color: #fff;
  background: #0c1425;
  transform: translateY(-1px);
}

.doob-product-main div.product form.cart .button {
  width: 100%;
}

.doob-product-main div.product .stock {
  color: var(--doob-product-ink-soft);
  font: 400 14px/20px Montserrat, Arial, sans-serif;
}

.doob-product-main div.product .woocommerce-tabs,
.doob-product-main div.product .up-sells {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
}

.doob-product-main div.product .woocommerce-tabs {
  padding-top: 64px;
  border-top: 1px solid var(--doob-product-line);
}

.doob-product-main div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 32px;
  padding: 0;
}

.doob-product-main div.product .woocommerce-tabs .panel {
  color: var(--doob-product-ink-soft);
  font: 400 16px/22.4px Montserrat, Arial, sans-serif;
}

.doob-product-description {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(420px, 65ch);
  justify-content: center;
  gap: 32px;
  width: min(1184px, 100%);
  margin: 32px auto 0;
  padding-top: 48px;
  border-top: 1px solid var(--doob-product-line);
}

.doob-product-description h2 {
  justify-self: center;
  max-width: 22ch;
  margin: 0;
  color: var(--doob-product-ink);
  font: 600 40px/44px Montserrat, Arial, sans-serif;
  text-align: center;
  text-wrap: balance;
}

.doob-product-description__content {
  width: 100%;
  max-width: 65ch;
  color: var(--doob-product-ink-soft);
  font: 400 16px/22.4px Montserrat, Arial, sans-serif;
  overflow-wrap: anywhere;
}

.doob-product-description__content > :first-child {
  margin-top: 0;
}

.doob-product-description__content > :last-child {
  margin-bottom: 0;
}

.doob-product-description__content p,
.doob-product-description__content ul,
.doob-product-description__content ol,
.doob-product-description__content blockquote {
  margin: 0 0 24px;
}

.doob-product-description__content ul,
.doob-product-description__content ol {
  padding-left: 24px;
}

.doob-product-description__content li + li {
  margin-top: 8px;
}

.doob-product-description__content h3,
.doob-product-description__content h4 {
  max-width: 28ch;
  margin: 40px 0 16px;
  color: var(--doob-product-ink);
  font: 600 20px/28px Montserrat, Arial, sans-serif;
  text-wrap: balance;
}

.doob-product-description__content strong {
  color: var(--doob-product-ink);
  font-weight: 600;
}

.doob-product-description__content a {
  color: var(--doob-product-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.doob-product-description__content img {
  max-width: 100%;
  height: auto;
}

.doob-product-service {
  grid-column: 1 / -1;
  width: min(1184px, 100%);
  margin: 32px auto 0;
  padding-top: 48px;
  border-top: 1px solid var(--doob-product-line);
}

.doob-product-service__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
  border-bottom: 1px solid var(--doob-product-line);
}

.doob-product-service__tab {
  min-height: 56px;
  margin: 0 0 -1px;
  padding: 12px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--doob-product-ink-soft);
  background: transparent;
  font-family: Montserrat, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.doob-product-service__tab:hover {
  color: var(--doob-product-ink);
}

.doob-product-service__tab.is-active {
  border-bottom-color: var(--doob-product-ink);
  color: var(--doob-product-ink);
}

.doob-product-service__tab:focus-visible,
.doob-product-service__mobile-toggle:focus-visible {
  z-index: 3;
  outline: 2px solid var(--doob-product-focus);
  outline-offset: 3px;
}

.doob-product-service__tab > strong,
.doob-product-service__mobile-toggle > strong {
  font: 600 14px/20px Montserrat, Arial, sans-serif;
}

.doob-product-service__files {
  border: 1px solid var(--doob-product-line);
  border-radius: 10px;
  background: transparent;
}

.doob-product-service__file {
  position: relative;
}

.doob-product-service__mobile-toggle {
  display: none;
}

.doob-product-service__sheet {
  padding: 40px 48px;
  border-radius: 10px;
  background: transparent;
}

.doob-product-service__sheet[hidden] {
  display: none;
}

.doob-product-service__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.doob-product-service__column {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 0 24px;
  min-width: 0;
  padding-right: 48px;
}

.doob-product-service__column + .doob-product-service__column {
  padding-right: 0;
  padding-left: 48px;
  border-left: 1px solid var(--doob-product-line);
}

.doob-product-service__icon {
  display: block;
  width: 104px;
}

.doob-product-service__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.doob-product-service__copy {
  min-width: 0;
}

.doob-product-service__column h3 {
  margin: 0 0 16px;
  color: var(--doob-product-ink);
  font: 600 18px/24px Montserrat, Arial, sans-serif;
}

.doob-product-service__column p {
  max-width: 55ch;
  margin: 0;
  color: var(--doob-product-ink-soft);
  font: 400 16px/22.4px Montserrat, Arial, sans-serif;
}

.pswp--doob-product {
  z-index: 100001;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  outline: 0;
}

.pswp--doob-product .pswp__bg {
  background: #0a101d;
}

.pswp--doob-product .pswp__ui {
  position: absolute;
  inset: 0;
}

.pswp--doob-product .pswp__top-bar,
.pswp--doob-product .pswp__caption,
.pswp--doob-product .pswp__ui--fit .pswp__top-bar,
.pswp--doob-product .pswp__ui--fit .pswp__caption {
  background: transparent;
}

.pswp--doob-product .pswp__top-bar {
  height: 100%;
  pointer-events: none;
}

.pswp--doob-product .pswp__counter {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 50%;
  height: auto;
  padding: 0;
  font: 600 12px/18px Montserrat, Arial, sans-serif;
  opacity: 1;
  transform: translateX(-50%);
}

.pswp--doob-product .pswp__button {
  border: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
}

.pswp--doob-product .pswp__button:focus {
  outline: 0;
}

.pswp--doob-product .pswp__button:focus-visible {
  outline: 1px solid currentcolor;
  outline-offset: -4px;
}

.pswp--doob-product .pswp__button--close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: transparent;
  background-image: none !important;
}

.pswp--doob-product .pswp__button--close::before,
.pswp--doob-product .pswp__button--close::after {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 1px;
  background: currentcolor;
  content: "";
}

.pswp--doob-product .pswp__button--close::before {
  transform: rotate(45deg);
}

.pswp--doob-product .pswp__button--close::after {
  transform: rotate(-45deg);
}

.pswp--doob-product .pswp__button--arrow--left,
.pswp--doob-product .pswp__button--arrow--right {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: transparent;
}

.pswp--doob-product .pswp__button--arrow--left {
  left: 24px;
}

.pswp--doob-product .pswp__button--arrow--right {
  right: 24px;
}

.pswp--doob-product .pswp__button--arrow--left::before,
.pswp--doob-product .pswp__button--arrow--right::before {
  top: 16px;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 0;
  border-top: 1.5px solid currentcolor;
  border-right: 1.5px solid currentcolor;
  background: transparent;
  content: "";
}

.pswp--doob-product .pswp__button--arrow--left::before {
  left: 19px;
  transform: rotate(-135deg);
}

.pswp--doob-product .pswp__button--arrow--right::before {
  right: 19px;
  left: auto;
  transform: rotate(45deg);
}

.pswp--doob-product .pswp__ui--idle .pswp__top-bar,
.pswp--doob-product .pswp__ui--idle .pswp__button--arrow--left,
.pswp--doob-product .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
}

@media (max-width: 959px) {
  .doob-product-main {
    padding: 48px 24px 80px;
  }

  .doob-product-context {
    grid-template-columns: minmax(0, 1fr);
  }

  .doob-product-breadcrumbs {
    display: none;
  }

  .doob-product-context__sku {
    justify-self: end;
  }

  .doob-product-main div.product {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  body.doob-product-page .doob-product-main div.product .summary {
    position: static;
    width: min(704px, calc(100% - 16px));
    margin: 0 auto;
    padding: 0;
  }

  body.doob-product-page .doob-product-main div.product .summary::before {
    display: none;
  }

  .doob-product-main div.product .product_title {
    font-size: 36px;
    line-height: 40px;
  }

  .doob-product-gallery__thumbs {
    grid-auto-columns: 78px;
  }

  .doob-product-main div.product .woocommerce-tabs {
    padding-top: 48px;
  }

  .doob-product-description {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    width: min(704px, 100%);
    margin-top: 0;
  }

  .doob-product-description h2 {
    justify-self: start;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }

  .doob-product-service {
    margin-top: 16px;
    padding-top: 48px;
  }

  .doob-product-service__sheet {
    padding: 32px 40px;
  }

  .doob-product-service__columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .doob-product-service__column {
    padding-right: 0;
  }

  .doob-product-service__column + .doob-product-service__column {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid var(--doob-product-line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .doob-product-main {
    padding: 32px 24px 64px;
  }

  .doob-product-main div.product {
    gap: 32px;
  }

  .doob-product-context {
    display: none;
  }

  body.doob-product-page .doob-product-main div.product .summary {
    width: calc(100% - 16px);
  }

  .doob-product-main div.product .product_title {
    font-size: 30px;
    line-height: 34px;
  }

  .doob-product-price {
    font-size: 20px;
    line-height: 28px;
  }

  .doob-product-price .doob-product-price__sku {
    display: block;
    margin-left: auto;
    font: 400 11px/18px Montserrat, Arial, sans-serif;
    white-space: nowrap;
  }

  .doob-product-benefits {
    margin: 24px 0 16px;
    padding: 12px 0;
  }

  .doob-product-benefit {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 4px;
    padding: 0 8px;
    text-align: center;
  }

  .doob-product-benefit:first-child {
    padding-left: 0;
  }

  .doob-product-benefit:last-child {
    padding-right: 0;
  }

  .doob-product-benefit__icon {
    width: 28px;
  }

  .doob-product-benefit > span {
    font-size: 11px;
    line-height: 15px;
  }

  .doob-product-gallery__thumbs {
    grid-auto-columns: 68px;
  }

  .doob-product-gallery__counter,
  .doob-product-gallery__zoom {
    bottom: 12px;
  }

  .doob-product-gallery__counter {
    left: 12px;
  }

  .doob-product-gallery__zoom {
    right: 12px;
  }

  .doob-product-main div.product .woocommerce-tabs .panel {
    font-size: 14px;
    line-height: 19.6px;
  }

  .doob-option-grid[data-choice-count] {
    grid-template-columns: repeat(auto-fit, minmax(min(154px, 100%), 1fr));
  }

  .doob-product-main div.product .woocommerce-tabs {
    padding-top: 40px;
  }

  .doob-product-description {
    gap: 24px;
    padding-top: 32px;
  }

  .doob-product-description h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .doob-product-description__content {
    font-size: 14px;
    line-height: 19.6px;
  }

  .doob-product-description__content h3,
  .doob-product-description__content h4 {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
  }

  .doob-product-service {
    margin-top: 8px;
    padding-top: 32px;
  }

  .doob-product-service__tabs {
    display: none;
  }

  .doob-product-service__files {
    display: grid;
    gap: 8px;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .doob-product-service__file {
    border-radius: 10px;
  }

  .doob-product-service__mobile-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid var(--doob-product-line);
    border-radius: 10px;
    color: var(--doob-product-ink);
    background: transparent;
    font-family: Montserrat, Arial, sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .doob-product-service__file.is-active .doob-product-service__mobile-toggle {
    border-color: var(--doob-product-line);
    border-bottom-color: transparent;
    border-radius: 10px 10px 0 0;
    color: var(--doob-product-ink);
    background: transparent;
  }

  .doob-product-service__mobile-toggle i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }

  .doob-product-service__mobile-toggle i::before,
  .doob-product-service__mobile-toggle i::after {
    position: absolute;
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    background: currentcolor;
    content: "";
  }

  .doob-product-service__mobile-toggle i::after {
    transform: rotate(90deg);
    transition: transform 160ms ease;
  }

  .doob-product-service__mobile-toggle[aria-expanded="true"] i::after {
    transform: rotate(0deg);
  }

  .doob-product-service__sheet {
    padding: 24px;
    border: 1px solid var(--doob-product-line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: transparent;
  }

  .doob-product-service__column + .doob-product-service__column {
    margin-top: 32px;
    padding-top: 32px;
  }

  .doob-product-service__column h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .doob-product-service__column p {
    font-size: 14px;
    line-height: 19.6px;
  }

  .doob-product-service__column {
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 16px;
  }

  .doob-product-service__icon {
    width: 64px;
    margin-bottom: 0;
  }

  .pswp--doob-product .pswp__button--close {
    top: 16px;
    right: 16px;
  }

  .pswp--doob-product .pswp__button--arrow--left,
  .pswp--doob-product .pswp__button--arrow--right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .pswp--doob-product .pswp__button--arrow--left::before,
  .pswp--doob-product .pswp__button--arrow--right::before {
    top: 13px;
    width: 12px;
    height: 12px;
  }

  .pswp--doob-product .pswp__button--arrow--left::before {
    left: 16px;
  }

  .pswp--doob-product .pswp__button--arrow--left {
    left: 8px;
  }

  .pswp--doob-product .pswp__button--arrow--right::before {
    right: 16px;
  }

  .pswp--doob-product .pswp__button--arrow--right {
    right: 8px;
  }

  .pswp--doob-product .pswp__counter {
    bottom: 16px;
  }
}

@media (max-width: 359px) {
  .doob-option-grid,
  .doob-product-colours__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .doob-product-gallery__thumb img,
  .doob-product-colour,
  .doob-option-card,
  .doob-product-main div.product form.cart .button,
  .doob-product-main a.button,
  .doob-product-main button.button {
    transition: none;
  }

  .doob-product-service__tab,
  .doob-product-service__mobile-toggle i::after {
    transition: none;
  }
}

/* Opt-in art-direction candidate: enabled only by product metadata. */
body.doob-product-page-atelier {
  --doob-atelier-paper: #fffdf9;
  --doob-atelier-sand: #f3ede4;
  --doob-atelier-sand-deep: #e7dac8;
  --doob-atelier-line: #d7c9b7;
  --doob-atelier-cognac: #9b5c38;
  --doob-atelier-cognac-dark: #744128;
}

body.doob-product-page-atelier .doob-product-context__sku span {
  color: var(--doob-atelier-cognac-dark);
}

body.doob-product-page-atelier .doob-product-main div.product .doob-product-gallery__viewport {
  border: 1px solid #e9e1d6;
  border-radius: 12px;
  background: var(--doob-atelier-paper);
}

.doob-product-gallery__atelier-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: 999px;
  color: #fff;
  background: rgb(23 35 60 / 78%);
  box-shadow: 0 4px 16px rgb(23 35 60 / 14%);
  font: 600 10px/16px Montserrat, Arial, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.doob-product-gallery__atelier-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8885f;
}

body.doob-product-page-atelier .doob-product-main div.product .summary {
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--doob-atelier-line);
  border-top: 3px solid var(--doob-atelier-cognac);
  border-radius: 14px;
  background: var(--doob-atelier-sand);
}

body.doob-product-page-atelier .doob-product-main div.product .summary::before {
  display: none;
}

body.doob-product-page-atelier .doob-product-identity {
  margin-bottom: 24px;
}

.doob-product-atelier-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--doob-atelier-cognac-dark);
  font: 600 10px/16px Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.doob-product-atelier-kicker span {
  width: 22px;
  height: 1px;
  background: var(--doob-atelier-cognac);
}

body.doob-product-page-atelier .doob-product-price {
  margin-top: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}

.doob-product-passport {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--doob-atelier-line);
  border-bottom: 1px solid var(--doob-atelier-line);
}

.doob-product-passport > span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  color: var(--doob-product-ink-soft);
  font: 500 10px/15px Montserrat, Arial, sans-serif;
}

.doob-product-passport svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--doob-atelier-cognac);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.doob-product-passport i {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(23 35 60 / 18%);
  border-radius: 50%;
  background: #8c5a37;
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 22%);
}

body.doob-product-page-atelier .doob-product-option-heading h2,
body.doob-product-page-atelier .doob-option-group legend {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.01em;
}

body.doob-product-page-atelier .doob-product-option-heading h2::before,
body.doob-product-page-atelier .doob-option-group legend::before {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--doob-atelier-line);
  border-radius: 50%;
  color: var(--doob-atelier-cognac-dark);
  background: rgb(255 253 249 / 70%);
  font: 700 9px/1 Montserrat, Arial, sans-serif;
  place-items: center;
}

body.doob-product-page-atelier .doob-product-option-heading h2::before {
  content: "01";
}

body.doob-product-page-atelier [data-doob-option-group="application"] legend::before {
  content: "02";
}

body.doob-product-page-atelier [data-doob-option-group="packaging"] legend::before {
  content: "03";
}

body.doob-product-page-atelier [data-doob-option-group="packaging_application"] legend::before {
  content: "04";
}

body.doob-product-page-atelier .doob-product-colour,
body.doob-product-page-atelier .doob-option-card {
  position: relative;
  border-color: var(--doob-atelier-line);
  background: var(--doob-atelier-paper);
}

body.doob-product-page-atelier .doob-product-colour:hover,
body.doob-product-page-atelier .doob-option-card:hover {
  border-color: var(--doob-atelier-cognac);
}

body.doob-product-page-atelier .doob-product-colour.is-current,
body.doob-product-page-atelier .doob-option-choice > input:checked + .doob-option-card {
  border-color: var(--doob-product-ink);
  background: #faf5ed;
  box-shadow: inset 3px 0 0 var(--doob-atelier-cognac);
}

body.doob-product-page-atelier .doob-product-colour.is-current {
  padding-right: 34px;
}

body.doob-product-page-atelier .doob-product-colour.is-current::after,
body.doob-product-page-atelier .doob-option-choice > input:not(:disabled):checked + .doob-option-card::after {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: var(--doob-product-ink);
  font: 700 10px/1 Arial, sans-serif;
  content: "✓";
  place-items: center;
}

body.doob-product-page-atelier .doob-option-choice > input:not(:disabled):checked + .doob-option-card {
  padding-right: 34px;
}

body.doob-product-page-atelier .doob-option-card__price {
  padding: 2px 7px;
  border-radius: 999px;
  color: var(--doob-atelier-cognac-dark);
  background: #eadac7;
  font-weight: 600;
}

body.doob-product-page-atelier .doob-option-card__price.is-included {
  color: var(--doob-product-ink-soft);
  background: #efebe4;
}

body.doob-product-page-atelier .doob-option-choice > input:disabled + .doob-option-card {
  border-color: rgb(116 65 40 / 12%);
  color: rgb(23 35 60 / 34%);
  background: rgb(116 65 40 / 5%);
}

body.doob-product-page-atelier .doob-product-order-total {
  min-height: 58px;
  margin: 0 0 10px;
  padding: 12px 15px;
  border: 1px solid var(--doob-atelier-line);
  border-radius: 10px;
  background: rgb(255 253 249 / 72%);
}

body.doob-product-page-atelier .doob-product-order-total span {
  color: var(--doob-product-ink-soft);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.doob-product-page-atelier .doob-product-main div.product form.cart .quantity .qty {
  border-color: var(--doob-atelier-line);
  background: var(--doob-atelier-paper);
}

body.doob-product-page-atelier .doob-product-main div.product form.cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.doob-product-page-atelier .doob-product-main div.product form.cart .single_add_to_cart_button::before {
  width: 18px;
  height: 18px;
  background: currentcolor;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8.5h14l-1 11H6l-1-11Zm4 0v-2a3 3 0 0 1 6 0v2' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (min-width: 960px) {
  body.doob-product-page-atelier .doob-product-main div.product {
    grid-template-columns: minmax(0, 1.28fr) minmax(496px, 1fr);
    gap: 64px 32px;
  }

  body.doob-product-page-atelier .doob-product-main div.product .product_title {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 959px) {
  body.doob-product-page-atelier .doob-product-main div.product .summary {
    width: min(704px, 100%);
  }
}

@media (max-width: 640px) {
  .doob-product-gallery__atelier-label {
    top: 12px;
    left: 12px;
    min-height: 28px;
    max-width: calc(100% - 76px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.doob-product-page-atelier .doob-product-main div.product .summary {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
  }

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

  .doob-product-passport > span:last-child {
    grid-column: 1 / -1;
  }
}

/* Opt-in art-direction candidate: neutral soft-grid composition. */
body.doob-product-page-soft-grid {
  --doob-product-ink: #2d374c;
  --doob-product-ink-soft: #606674;
  --doob-product-paper: #f7f5ef;
  --doob-product-canvas: #f0eee9;
  --doob-product-line: #d4d1ca;
  --doob-product-focus: #536b99;
  --doob-soft-grid-selected: #26324b;
  --doob-soft-grid-selected-text: #f1efe9;
  --doob-soft-grid-selected-border: #4b4f56;
  --doob-soft-grid-control-radius: 8px;
  color: var(--doob-product-ink);
  background: var(--doob-product-canvas);
}

body.doob-product-page-soft-grid .doob-shell-header {
  background: var(--doob-product-canvas);
}

body.doob-product-page-soft-grid .doob-product-main {
  background: var(--doob-product-canvas);
}

body.doob-product-page-soft-grid .doob-product-main > .woocommerce,
body.doob-product-page-soft-grid .doob-product-main div.product {
  width: min(1600px, 100%);
}

body.doob-product-page-soft-grid .doob-product-main div.product .summary {
  padding: 0;
  background: transparent;
}

body.doob-product-page-soft-grid .doob-product-main div.product .product_title,
body.doob-product-page-soft-grid .doob-product-price,
body.doob-product-page-soft-grid .doob-product-order-total {
  color: var(--doob-product-ink);
}

body.doob-product-page-soft-grid .doob-product-main div.product .product_title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

body.doob-product-page-soft-grid .doob-product-title__segment {
  display: block;
  text-wrap: balance;
}

body.doob-product-page-soft-grid .doob-product-price {
  border-color: var(--doob-product-line);
}

body.doob-product-page-soft-grid .doob-product-main div.product .doob-product-gallery__viewport {
  border-radius: 0;
  background: var(--doob-product-paper);
}

body.doob-product-page-soft-grid .doob-product-gallery__slide {
  cursor: pointer;
}

.doob-product-gallery__dots {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  background: transparent;
  transform: translateX(-50%);
}

.doob-product-gallery__dot {
  display: grid;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.doob-product-gallery__dot::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6d7d5;
  content: "";
  transition: width 160ms ease, background-color 160ms ease;
}

.doob-product-gallery__dot.is-current::before {
  width: 8px;
  height: 8px;
  background: #9ca0a7;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 48px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgb(247 245 239 / 62%);
  background: transparent;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: color 160ms ease;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow::before {
  width: 20px;
  height: 32px;
  background: currentcolor;
  content: "";
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 32%));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 36'%3E%3Cpath d='m16 5-9 13 9 13' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow--previous {
  left: 16px;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow--next {
  right: 16px;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow--next::before {
  transform: scaleX(-1);
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow:hover {
  color: rgb(247 245 239 / 92%);
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow:disabled {
  color: rgb(247 245 239 / 24%);
  cursor: default;
}

body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow:focus-visible {
  outline: 1px solid var(--doob-product-focus);
  outline-offset: 2px;
}

body.doob-product-page-soft-grid .doob-product-gallery__thumb {
  border-radius: 0;
  background: var(--doob-product-paper);
}

body.doob-product-page-soft-grid .doob-product-gallery__thumb.is-current::after {
  border-color: var(--doob-soft-grid-selected);
}

body.doob-product-page-soft-grid .doob-product-identity {
  margin-bottom: 24px;
}

body.doob-product-page-soft-grid .doob-product-colours {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  row-gap: 10px;
  margin-bottom: 28px;
}

body.doob-product-page-soft-grid .doob-product-colours .doob-product-option-heading {
  display: block;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

body.doob-product-page-soft-grid .doob-product-colours .doob-product-option-heading h2 {
  color: var(--doob-product-ink);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

body.doob-product-page-soft-grid .doob-product-colours .doob-product-option-heading h2 span {
  color: var(--doob-product-ink);
  font: inherit;
  text-transform: lowercase;
}

body.doob-product-page-soft-grid .doob-product-colours__list {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  grid-row: 2;
  gap: 8px;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch {
  align-items: center;
  flex: 0 0 32px;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  overflow: visible;
  border-color: transparent;
  border-radius: 50%;
  color: var(--doob-product-ink);
  background: transparent;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch::before {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgb(45 55 76 / 14%);
  border-radius: 50%;
  background: var(--doob-colour-chip);
  content: "";
}

body.doob-product-page-soft-grid .doob-product-colour--swatch[data-variant-colour="black"] {
  --doob-colour-chip: #292b2f;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch[data-variant-colour="whiskey"] {
  --doob-colour-chip: #a66c42;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch[data-variant-colour="beige"] {
  --doob-colour-chip: #b8a09a;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch[data-variant-colour="neutral"] {
  --doob-colour-chip: #c5c3bd;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch:hover {
  border-color: rgb(45 55 76 / 36%);
  color: inherit;
  transform: none;
}

body.doob-product-page-soft-grid .doob-product-colour--swatch.is-current {
  border: 1px solid var(--doob-soft-grid-selected-border);
  color: var(--doob-product-ink);
  background: transparent;
  box-shadow: none;
}

body.doob-product-page-soft-grid .doob-product-colour__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

body.doob-product-page-soft-grid .doob-product-configurator {
  gap: 16px;
}

body.doob-product-page-soft-grid .doob-option-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
  row-gap: 6px;
}

body.doob-product-page-soft-grid .doob-option-group legend {
  position: static;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  color: var(--doob-product-ink);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  clip-path: none;
  white-space: normal;
}

body.doob-product-page-soft-grid .doob-option-grid {
  grid-column: 1;
  grid-row: 2;
  gap: 8px;
}

body.doob-product-page-soft-grid .doob-option-grid .doob-option-card {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 60px;
  padding: 6px 10px;
  border-color: var(--doob-product-line);
  border-radius: var(--doob-soft-grid-control-radius);
  color: var(--doob-product-ink);
  background: var(--doob-product-canvas);
  text-align: center;
}

body.doob-product-page-soft-grid .doob-option-card:hover {
  border-color: rgb(45 55 76 / 48%);
}

body.doob-product-page-soft-grid .doob-option-choice > input:checked + .doob-option-card {
  border: 1px solid var(--doob-soft-grid-selected-border);
  color: var(--doob-product-ink);
  background: var(--doob-product-canvas);
  box-shadow: none;
}

body.doob-product-page-soft-grid .doob-option-card span {
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  text-wrap: balance;
}

body.doob-product-page-soft-grid .doob-option-card small {
  color: var(--doob-product-ink-soft);
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
}

body.doob-product-page-soft-grid .doob-option-choice > input:checked + .doob-option-card small {
  color: var(--doob-product-ink-soft);
}

body.doob-product-page-soft-grid .doob-option-choice > input:disabled + .doob-option-card {
  border-color: rgb(45 55 76 / 8%);
  color: rgb(45 55 76 / 34%);
  background: var(--doob-product-canvas);
}

body.doob-product-page-soft-grid .doob-option-choice > input:disabled + .doob-option-card small {
  color: rgb(45 55 76 / 28%);
}

body.doob-product-page-soft-grid .doob-product-colour:focus-visible,
body.doob-product-page-soft-grid .doob-product-main input:focus-visible + .doob-option-card {
  outline-width: 1px;
  outline-offset: 2px;
}

body.doob-product-page-soft-grid .doob-product-main div.product .woocommerce-tabs {
  border-top: 0;
}

body.doob-product-page-soft-grid .doob-product-order-total {
  justify-content: flex-start;
  gap: 6px;
  min-height: 0;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.doob-product-page-soft-grid .doob-product-order-total span {
  color: var(--doob-product-ink);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.doob-product-page-soft-grid .doob-product-order-total span::after {
  content: ":";
}

body.doob-product-page-soft-grid .doob-product-order-total strong {
  font-size: 18px;
  line-height: 24px;
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .quantity .qty {
  height: 54px;
  border-color: var(--doob-product-line);
  border-radius: var(--doob-soft-grid-control-radius);
  color: var(--doob-product-ink);
  background: var(--doob-product-canvas);
  line-height: 54px;
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 12px 26px rgb(31 42 64 / 22%);
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .single_add_to_cart_button::after {
  flex: 0 0 24px;
  width: 24px;
  height: 18px;
  background: currentcolor;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath d='M2 10h23m-7-7 7 7-7 7' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 160ms ease;
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .single_add_to_cart_button:hover::after {
  transform: translateX(4px);
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .button,
body.doob-product-page-soft-grid .doob-product-main a.button,
body.doob-product-page-soft-grid .doob-product-main button.button {
  border-radius: var(--doob-soft-grid-control-radius);
  color: var(--doob-soft-grid-selected-text);
  background: var(--doob-soft-grid-selected);
}

body.doob-product-page-soft-grid .doob-product-main div.product form.cart .button:hover,
body.doob-product-page-soft-grid .doob-product-main a.button:hover,
body.doob-product-page-soft-grid .doob-product-main button.button:hover {
  color: var(--doob-soft-grid-selected-text);
  background: #1f2a40;
}

body.doob-product-page-soft-grid .doob-product-main div.product > .onsale {
  border-radius: 0;
  color: var(--doob-soft-grid-selected-text);
  background: var(--doob-soft-grid-selected);
}

body.doob-product-page-soft-grid .pswp--doob-product {
  color: #f1efe9;
}

body.doob-product-page-soft-grid .pswp--doob-product .pswp__bg {
  background: #1f2738;
}

body.doob-product-page-soft-grid .pswp--doob-product .pswp__button {
  color: #f1efe9;
}

@media (min-width: 960px) {
  body.doob-product-page-soft-grid .doob-product-main div.product {
    grid-template-columns: minmax(0, 1.3fr) minmax(420px, 0.98fr);
    grid-template-rows: auto auto;
    gap: 0 64px;
  }

  body.doob-product-page-soft-grid .doob-product-gallery {
    grid-column: 1;
    grid-row: 1;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .summary {
    grid-column: 2;
    grid-row: 1;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .summary::before {
    left: -32px;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .woocommerce-tabs {
    grid-row: 2;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .up-sells {
    grid-row: 3;
  }
}

@media (max-width: 959px) {
  body.doob-product-page-soft-grid .doob-product-main div.product .product_title {
    font-size: 34px;
    line-height: 38px;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .summary {
    width: min(704px, 100%);
  }

}

@media (max-width: 640px) {
  body.doob-product-page-soft-grid .doob-product-main div.product .product_title {
    font-size: 28px;
    line-height: 32px;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .doob-product-gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  body.doob-product-page-soft-grid .doob-product-gallery__thumbs {
    display: none;
  }

  body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow {
    width: 40px;
    height: 56px;
  }

  body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow--previous {
    left: 8px;
  }

  body.doob-product-page-soft-grid .doob-product-gallery__stage-arrow--next {
    right: 8px;
  }

  body.doob-product-page-soft-grid .doob-product-main div.product .summary {
    width: 100%;
  }

  body.doob-product-page-soft-grid .doob-option-group legend {
    width: 100%;
    text-align: center;
  }

  body.doob-product-page-soft-grid .doob-product-colours .doob-product-option-heading {
    text-align: center;
  }

  body.doob-product-page-soft-grid .doob-product-colours__list {
    justify-content: center;
  }

  body.doob-product-page-soft-grid .doob-option-grid .doob-option-card {
    min-height: 60px;
    padding: 4px;
  }

  body.doob-product-page-soft-grid .doob-option-grid[data-choice-count] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.doob-product-page-soft-grid .doob-option-grid .doob-option-card span,
  body.doob-product-page-soft-grid .doob-option-grid .doob-option-card small {
    font-size: 10px;
    line-height: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .doob-product-gallery__dot::before {
    transition: none;
  }
}
