/*
Theme Name: NOVEL Online Store
Theme URI: https://www.novel-japan.jp/
Author: NOVEL
Description: NOVEL ONLINE STORE専用のWooCommerce対応テーマ。
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.3
Text Domain: novel-online-store
*/

body.admin-bar .site-header {
  top: 32px;
}

.wp-site-blocks,
.wp-block-group {
  max-width: none;
}

.woocommerce-notices-wrapper {
  position: relative;
  z-index: 4;
}

.woocommerce-shell {
  min-height: 460px;
  padding: 80px var(--page-gutter) 120px;
  background: var(--paper);
}

.novel-product-shell {
  padding-top: calc(var(--header-height) + 20px);
}

.woocommerce-shell .wp-block-woocommerce-checkout,
.woocommerce-shell .woocommerce {
  max-width: 1240px;
  margin: 0 auto;
}

.woocommerce-shell input,
.woocommerce-shell select,
.woocommerce-shell textarea {
  border-radius: 0 !important;
}

.woocommerce-shell button,
.woocommerce-shell .button {
  border-radius: 0 !important;
}

/*
 * WooCommerce renders action labels directly inside .button elements, while
 * NOVEL's animated buttons wrap their labels in child spans. Keep the white
 * slide layer away from native WooCommerce buttons so it cannot cover their
 * labels or escape to the left when WooCommerce changes overflow rules.
 */
.woocommerce-shell .woocommerce a.button,
.woocommerce-shell .woocommerce button.button,
.woocommerce-shell .woocommerce input.button {
  justify-content: center;
  overflow: hidden !important;
  color: #fff !important;
  border: 1px solid var(--black) !important;
  background: var(--black) !important;
  box-shadow: none !important;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.woocommerce-shell .woocommerce a.button::before,
.woocommerce-shell .woocommerce a.button::after,
.woocommerce-shell .woocommerce button.button::before,
.woocommerce-shell .woocommerce button.button::after,
.woocommerce-shell .woocommerce input.button::before,
.woocommerce-shell .woocommerce input.button::after {
  content: none !important;
  display: none !important;
}

.woocommerce-shell .woocommerce a.button:hover,
.woocommerce-shell .woocommerce a.button:focus-visible,
.woocommerce-shell .woocommerce button.button:hover,
.woocommerce-shell .woocommerce button.button:focus-visible,
.woocommerce-shell .woocommerce input.button:hover,
.woocommerce-shell .woocommerce input.button:focus-visible {
  color: #fff !important;
  border-color: var(--blue) !important;
  background: var(--blue) !important;
}

/*
 * Checkout and payment actions are the primary conversion buttons. WooCommerce
 * normally paints .alt buttons purple, so pin these actions to NOVEL blue.
 */
.woocommerce-shell .woocommerce a.button.alt,
.woocommerce-shell .woocommerce button.button.alt,
.woocommerce-shell .woocommerce input.button.alt,
body.woocommerce-order-pay .woocommerce-shell .woocommerce #payment #place_order,
body.woocommerce-checkout .woocommerce-shell .woocommerce #payment #place_order {
  color: #fff !important;
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  box-shadow: none !important;
}

.woocommerce-shell .woocommerce a.button.alt:hover,
.woocommerce-shell .woocommerce a.button.alt:focus-visible,
.woocommerce-shell .woocommerce button.button.alt:hover,
.woocommerce-shell .woocommerce button.button.alt:focus-visible,
.woocommerce-shell .woocommerce input.button.alt:hover,
.woocommerce-shell .woocommerce input.button.alt:focus-visible,
body.woocommerce-order-pay .woocommerce-shell .woocommerce #payment #place_order:hover,
body.woocommerce-order-pay .woocommerce-shell .woocommerce #payment #place_order:focus-visible,
body.woocommerce-checkout .woocommerce-shell .woocommerce #payment #place_order:hover,
body.woocommerce-checkout .woocommerce-shell .woocommerce #payment #place_order:focus-visible {
  color: #fff !important;
  border-color: var(--blue-bright) !important;
  background: var(--blue-bright) !important;
}

.woocommerce-shell .woocommerce a.button.disabled,
.woocommerce-shell .woocommerce button.button:disabled,
.woocommerce-shell .woocommerce button.button.disabled,
.woocommerce-shell .woocommerce input.button:disabled,
.woocommerce-shell .woocommerce input.button.disabled {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: var(--graphite) !important;
  background: var(--graphite) !important;
  opacity: 0.55;
}

.woocommerce-shell .woocommerce #place_order {
  width: min(100%, 300px);
  min-width: 240px;
  min-height: 58px;
}

.novel-purchase-gate {
  margin: 28px 0;
  padding: 22px;
  border-left: 3px solid var(--blue);
  background: #f1f3f5;
}

.novel-purchase-gate p {
  margin: 0 0 16px;
}

.novel-purchase-gate-variable {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(230px, .8fr);
  gap: 18px 24px;
  align-items: end;
}

.novel-purchase-gate-variable > p {
  align-self: center;
  margin: 0;
  color: #555f69;
  font-size: 12px;
  line-height: 1.65;
}

.novel-material-choice {
  grid-column: 1;
  grid-row: 1 / span 3;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.novel-purchase-gate-variable > .novel-clear-coat-choice,
.novel-purchase-gate-variable > p,
.novel-purchase-gate-variable > .novel-product-action {
  grid-column: 2;
}

.novel-material-choice legend {
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 9px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.novel-material-choice legend span {
  color: #7c858e;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: .06em;
}

.novel-material-choice legend small {
  margin-left: auto;
  color: #7c858e;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
}

.novel-product-shell form.variations_form table.variations select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 14px;
  border: 1px solid #cfd4d9;
  border-radius: 0;
  color: var(--black);
  background-color: #fff;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
}

.novel-material-options {
  display: grid;
  gap: 8px;
}

.novel-material-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
  min-height: 78px;
  margin: 0;
  padding: 14px 15px 14px 43px;
  border: 1px solid #cfd4d9;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.novel-material-option:hover {
  border-color: #7f8a94;
  background: #fff;
  transform: translateY(-1px);
}

.novel-material-option:has(input:checked) {
  border-color: var(--blue);
  box-shadow: inset 3px 0 0 var(--blue);
}

.novel-material-option input {
  position: absolute;
  left: 15px;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--blue);
}

.novel-material-option-main {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 4px;
}

.novel-material-option-main strong {
  font-family: var(--display);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .04em;
}

.novel-material-option-main small {
  overflow: visible;
  color: #3d4750;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: clip;
  white-space: nowrap;
}

.novel-material-stock,
.novel-simple-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #59636c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

.novel-material-stock i,
.novel-simple-stock i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8b949c;
}

.novel-stock-available .novel-material-stock i,
.novel-simple-stock.novel-stock-available i {
  background: #23a568;
}

.novel-stock-order .novel-material-stock i,
.novel-simple-stock.novel-stock-order i {
  background: #d28a18;
}

.novel-stock-made .novel-material-stock i,
.novel-simple-stock.novel-stock-made i {
  background: var(--blue);
}

.novel-stock-out .novel-material-stock i,
.novel-simple-stock.novel-stock-out i {
  background: #aeb5bb;
}

.novel-material-choice p {
  margin: 9px 0 0;
  color: #737c85;
  font-size: 10px;
  letter-spacing: .04em;
}

.novel-clear-coat-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.novel-clear-coat-choice[hidden] {
  display: none !important;
}

.novel-clear-coat-choice legend {
  margin-bottom: 9px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.novel-clear-coat-choice legend span {
  margin-left: 8px;
  color: #7c858e;
  font-size: 10px;
  letter-spacing: .06em;
}

.novel-clear-coat-choice label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid #d9dde1;
  cursor: pointer;
}

.novel-clear-coat-choice input {
  margin-top: 3px;
}

.novel-clear-coat-choice label > span {
  display: block;
}

.novel-clear-coat-choice strong {
  font-size: 12px;
}

.novel-clear-coat-choice small {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 9px;
  margin-top: 3px;
  color: #69737c;
  font-size: 10px;
  line-height: 1.5;
}

.novel-clear-coat-choice small span {
  display: inline;
  white-space: nowrap;
}

.novel-clear-coat-price {
  color: #46515a;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.novel-product-action.is-disabled,
.novel-product-action[aria-disabled="true"] {
  opacity: .42;
  cursor: not-allowed;
}

.novel-product-shell div.product form.cart.variations_form {
  display: block;
}

.novel-product-shell form.variations_form table.variations {
  width: 100%;
  max-width: 520px;
  margin: 28px 0 18px;
}

.novel-product-shell form.variations_form table.variations th,
.novel-product-shell form.variations_form table.variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.novel-product-shell form.variations_form table.variations th {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .12em;
}

.novel-product-shell form.variations_form .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: #747d85;
  font-size: 10px;
}

.novel-product-shell form.variations_form .woocommerce-variation-price {
  margin-bottom: 14px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 22px;
}

/* The complete product information is already presented in the tab below. */
.novel-product-shell form.variations_form .woocommerce-variation-description {
  display: none !important;
}

.novel-product-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 230px;
  min-height: 56px;
  padding: 13px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: var(--black) !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  transition: background-color 180ms ease;
}

.novel-product-action::before,
.novel-product-action::after {
  content: none !important;
  display: none !important;
}

.novel-product-action:hover,
.novel-product-action:focus-visible {
  color: #fff !important;
  background: var(--blue) !important;
}

.novel-product-shell .woocommerce-breadcrumb {
  margin-bottom: 34px;
  color: #737b84;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.novel-product-shell div.product .product_title {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(34px, 4.3vw, 68px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.novel-product-shell div.product p.price {
  color: var(--blue);
  font-family: var(--display);
  font-size: 25px;
  margin-bottom: 8px;
}

.novel-price-tax-basis {
  display: inline-block;
  margin-left: 7px;
  color: #747d86;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  vertical-align: baseline;
}

.novel-tax-price {
  display: block;
  margin: 0 0 20px;
  color: #747d86;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1.5;
}

.novel-tax-price[hidden] {
  display: none !important;
}

.novel-tax-price-including {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.novel-tax-price-including strong {
  color: #404952;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.novel-material-choice .novel-tax-price,
.novel-product-shell form.variations_form .novel-tax-price {
  margin: 10px 0 0;
}

.novel-product-shell div.product form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 28px 0;
}

.novel-product-shell div.product form.cart .quantity {
  float: none;
  margin: 0;
}

.novel-product-shell div.product form.cart .qty {
  width: 64px;
  height: 56px;
  padding: 0 8px;
  border: 1px solid var(--line-light);
  color: var(--black);
  background: #fff;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.novel-product-shell div.product form.cart .single_add_to_cart_button {
  float: none;
  width: min(100%, 280px);
  min-height: 56px;
  overflow: hidden;
  color: #fff !important;
  border: 0;
  background: var(--black) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  transition: background-color 180ms ease;
}

.novel-product-shell div.product form.cart .single_add_to_cart_button::before,
.novel-product-shell div.product form.cart .single_add_to_cart_button::after {
  content: none !important;
  display: none !important;
}

.novel-product-shell div.product form.cart .single_add_to_cart_button:hover,
.novel-product-shell div.product form.cart .single_add_to_cart_button:focus-visible {
  background: var(--blue) !important;
}

.novel-product-shell .related.products ul.products li.product .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 56px;
  overflow: hidden !important;
  white-space: normal;
  text-align: center;
}

.novel-product-shell .related.products ul.products li.product .button::before,
.novel-product-shell .related.products ul.products li.product .button::after {
  content: none !important;
  display: none !important;
}

.novel-product-shell div.product .woocommerce-product-gallery__wrapper,
.novel-product-shell div.product .woocommerce-product-gallery__image {
  background: #f1f3f5;
}

.novel-product-shell div.product .woocommerce-product-gallery__trigger {
  z-index: 2 !important;
}

.novel-product-shell div.product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.novel-product-shell div.product .flex-control-thumbs li {
  background: #f1f3f5;
}

.novel-product-shell div.product .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 3 / 2;
  padding: 3px;
  object-fit: contain;
}

.novel-cart-shell .wc-block-cart-item__image img,
.woocommerce-shell .wc-block-components-order-summary-item__image img {
  width: 100%;
  height: auto;
  padding: 4px;
  object-fit: contain;
  background: #f1f3f5;
}

.novel-product-shell div.product .woocommerce-tabs {
  clear: both;
  padding-top: 76px;
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 36px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--line-light);
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs::before {
  border: 0;
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs li::before,
.novel-product-shell div.product .woocommerce-tabs ul.tabs li::after {
  content: none !important;
  display: none !important;
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  padding: 0 0 18px !important;
  color: #7a8189;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--black);
}

.novel-product-shell div.product .woocommerce-tabs ul.tabs li.active a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: '';
}

.novel-product-shell div.product .woocommerce-tabs .panel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 50px 0 72px;
}

.novel-product-information {
  color: var(--black);
}

.novel-product-info-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--black);
}

.novel-product-info-kicker,
.novel-product-info-section-heading p,
.novel-product-info-sku span,
.novel-product-source-link > span:first-child {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
}

.novel-product-info-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 58px);
  letter-spacing: -.045em;
  line-height: 1;
}

.novel-product-info-sku {
  margin: 0;
  color: #5f6871;
  font-size: 11px;
  letter-spacing: .04em;
  text-align: right;
}

.novel-product-info-sku span {
  display: block;
}

.novel-product-info-intro {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 42px 0 52px;
}

.novel-product-info-name-en {
  max-width: 620px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.novel-product-info-copy,
.novel-product-info-copy p {
  margin: 0;
  color: #4d5660;
  font-size: 14px;
  line-height: 1.9;
}

.novel-product-info-copy > * + * {
  margin-top: 1em;
}

.novel-product-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  margin-top: -4px;
  padding: 16px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.novel-product-note span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.8;
}

.novel-product-note p {
  margin: 0;
  color: #5f6871;
  font-size: 11px;
  letter-spacing: .02em;
  line-height: 1.8;
}

.novel-product-info-section {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 90px);
  padding: 38px 0;
  border-top: 1px solid var(--line-light);
}

.novel-product-info-section-heading p {
  color: #737b84;
}

.novel-product-info-section-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 20px;
  letter-spacing: -.02em;
}

.novel-product-spec-grid,
.novel-product-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.novel-product-spec {
  min-height: 106px;
  padding: 20px 22px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: rgba(255, 255, 255, .42);
}

.novel-product-spec dt {
  margin: 0 0 13px;
  color: #717a83;
  font-size: 10px;
  letter-spacing: .02em;
}

.novel-product-spec dt span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}

.novel-product-spec dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 700;
  line-height: 1.25;
}

.novel-product-delivery-grid .novel-product-spec {
  background: var(--black);
  border-color: #2d3237;
  color: #fff;
}

.novel-product-delivery-grid .novel-product-spec dt {
  color: #929ba5;
}

.novel-product-source-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 22px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--black);
  text-decoration: none;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease;
}

.novel-product-source-link > span:first-child {
  min-width: 110px;
  margin: 0;
}

.novel-product-source-link > span:last-child {
  margin-left: auto;
  color: var(--blue);
  font-size: 18px;
}

.novel-product-source-link:hover,
.novel-product-source-link:focus-visible {
  color: var(--blue);
}

.novel-product-shell div.product .woocommerce-tabs #reviews {
  max-width: 900px;
}

.novel-cart-shell .wc-block-components-product-name,
.woocommerce-shell .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.novel-cart-shell .wc-block-cart__submit-button,
.woocommerce-shell .wc-block-components-checkout-place-order-button {
  min-height: 58px;
  color: #fff !important;
  border: 1px solid var(--blue) !important;
  border-radius: 0 !important;
  background: var(--blue) !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.novel-cart-shell .wc-block-cart__submit-button:hover,
.novel-cart-shell .wc-block-cart__submit-button:focus-visible,
.woocommerce-shell .wc-block-components-checkout-place-order-button:hover,
.woocommerce-shell .wc-block-components-checkout-place-order-button:focus-visible {
  color: #fff !important;
  border-color: var(--blue-bright) !important;
  background: var(--blue-bright) !important;
  box-shadow: none !important;
}

.novel-cart-shell .wc-block-cart-items,
.novel-cart-shell .wc-block-components-sidebar,
.woocommerce-shell .wc-block-components-sidebar {
  border-color: var(--line-light);
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .novel-purchase-gate-variable {
    grid-template-columns: 1fr;
  }

  .novel-material-choice {
    grid-column: auto;
    grid-row: auto;
  }

  .novel-purchase-gate-variable > .novel-clear-coat-choice,
  .novel-purchase-gate-variable > p,
  .novel-purchase-gate-variable > .novel-product-action {
    grid-column: auto;
  }

  .novel-purchase-gate-variable .novel-product-action {
    width: 100%;
  }

  .novel-material-choice select,
  .novel-product-shell form.variations_form table.variations select {
    padding-right: 36px;
    font-size: 13px;
  }

  .novel-material-option {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-left: 42px;
  }

  .novel-material-option-main {
    display: grid;
    gap: 4px;
  }

  .novel-material-option-main small {
    white-space: normal;
  }

  .novel-product-shell div.product form.cart {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .novel-product-shell div.product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .novel-product-shell div.product .woocommerce-tabs {
    padding-top: 54px;
  }

  .novel-product-shell div.product .woocommerce-tabs ul.tabs {
    gap: 24px;
  }

  .novel-product-shell div.product .woocommerce-tabs .panel {
    padding-top: 38px;
  }

  .novel-product-info-header {
    align-items: flex-start;
  }

  .novel-product-info-sku {
    max-width: 45%;
    overflow-wrap: anywhere;
  }

  .novel-product-info-intro,
  .novel-product-info-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .novel-product-info-intro {
    padding: 34px 0 42px;
  }

  .novel-product-info-section {
    padding: 32px 0;
  }

  .novel-product-spec-grid,
  .novel-product-delivery-grid {
    grid-template-columns: 1fr;
  }

  .novel-product-spec {
    min-height: 94px;
  }

  .novel-product-source-link {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .novel-product-source-link > span:first-child {
    width: 100%;
  }
}
