.ghostkit-grid .ghostkit-col > .ghostkit-col-content :last-child {
  margin-bottom: 0
}
.btn-small {
  --theme-button-font-size: 13px;
  --theme-button-min-height: 34px;
  --theme-button-padding: 4px 14px
}
.btn-thin-border .wp-block-button__link {
  border-width: 1px!important
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--theme-button-text-initial-color)
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--theme-button-text-hover-color)
}
#ship-to-different-address-checkbox,
#wc-stripe-new-payment-method[type=checkbox],
.comment-form input[type=checkbox],
.ct-checkbox,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.forminator-ui[data-design=none] .forminator-radio input[type=radio],
.mp-ticket-payments input[type=radio],
.ppcp-credit-card-vault[type=checkbox],
.wc-block-checkbox-list input[type=checkbox],
.wc_payment_method > input[type=radio],
.woocommerce-form__input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-shipping-methods input[type=radio],
.wpforms-container:not(.wpforms-container-full) input[type=checkbox],
.wpforms-container:not(.wpforms-container-full) input[type=radio] {
  --theme-form-selection-field-initial-color: rgba(166, 167, 169, 0.35)
}
.wpforms-container .wpforms-required-label,
.wpforms-container label.wpforms-error {
  color: #d63638
}
.wpforms-container .wpforms-field input.user-invalid,
.wpforms-container .wpforms-field input.wpforms-error,
.wpforms-container .wpforms-field select.user-invalid,
.wpforms-container .wpforms-field select.wpforms-error,
.wpforms-container .wpforms-field textarea.user-invalid,
.wpforms-container .wpforms-field textarea.wpforms-error,
.wpforms-container .wpforms-field.wpforms-has-error .choices__inner {
  border-color: #d63638
}
nav[class*=menu] li[class*=current-menu-] > .ct-sub-menu-parent,
nav[class*=menu] li[class*=current-menu-] > a {
  color: var(--theme-link-initial-color,var(--theme-link-hover-color))
}
nav[class*=menu] li[class*=current-menu-] > .ct-sub-menu-parent svg,
nav[class*=menu] li[class*=current-menu-] > a svg {
  fill: var(--icon-active-color,var(--icon-hover-color,var(--theme-link-initial-color,var(--theme-link-hover-color))))
}
nav[class*=menu] li.current-menu-item > .ct-sub-menu-parent,
nav[class*=menu] li.current-menu-item > a {
  color: var(--linkActiveColor,var(--theme-link-hover-color))
}
nav[class*=menu] li.current-menu-item > .ct-sub-menu-parent svg,
nav[class*=menu] li.current-menu-item > a svg {
  fill: var(--icon-active-color,var(--icon-hover-color,var(--linkActiveColor,var(--theme-link-hover-color))))
}
.ct-footer [data-row=bottom] {
  padding-bottom: 74px
}
.ct-footer .ct-widget .subscribe-field-group {
  display: block;
  position: relative;
  margin-bottom: 10px
}
.ct-footer .ct-widget .subscribe-field-group input.subscribe-email {
  --theme-form-font-size: 16px;
  --theme-form-field-height: 50px;
  --theme-form-field-padding: 0 120px 0 15px
}
.ct-footer .ct-widget .subscribe-field-group .subscribe-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  --theme-button-padding: 0 14px;
  --theme-button-border-radius: 3px;
  --theme-button-font-size: 12px;
  --theme-button-font-weight: 600;
  --theme-button-background-hover-color: var(--theme-palette-color-2);
  --theme-button-text-hover-color: var(--theme-palette-color-4);
  --theme-button-min-height: 40px;
  --theme-button-text-transform: uppercase
}
.ghostkit-widgetized-area .ct-socials-widget {
  margin-top: 40px
}
.ct-social-box[data-icons-type*=square] {
  --border-radius: 5px
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0,0,0)
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto
}
.slick-track::after,
.slick-track::before {
  content: "";
  display: table
}
.slick-track::after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
:root {
  --fwap-text-color: #a6a7a9;
  --fwap-bg: #272b2f;
  --fwap-primary-color: #febc2c;
  --fwap-primary-hover-color: #fff;
  --fwap-accent-color: #febc2c;
  --fwap-secondary-color: #272b2f;
  --fwap-progress-bar-bg: #a6a7a9;
  --fwap-playlist-bg: #2d3136;
  --fwap-playlist-overlay-bg: rgba(0, 0, 0, 0.7);
  --fwap-playlist-border-color: #2a2e32;
  --fwap-playlist-item-active-bg: rgba(0, 0, 0, 0.08);
  --fwap-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  --fwap-loader-overlay-bg: #2d3136;
  --fwap-loader-overlay-opacity: 0.35;
  --fwap-loader-primary-color: #6bb2d3;
  --fwap-border-radius: 0;
  --fwap-volume-bar-wrapper-border-radius: var(--theme-button-border-radius)
}
#fwa-player .jp-audio,
#fwa-player .jp-playlist > .container {
  padding-bottom: 0
}
.fwa-player .jp-playlist > div > div {
  padding-bottom: .5em
}
.fwa-player .jp-playlist .jp-clear-playlist {
  opacity: .85
}
.fwa-player .jp-playlist ul li {
  border-left: 5px solid transparent
}
.fwa-player .jp-playlist .jp-info .jp-title a:hover,
.fwa-player .jp-playlist .jp-playlist-current .jp-title {
  color: var(--fwap-primary-color)
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-thankyou-order-received {
  border-radius: var(--theme-button-border-radius)
}
.woocommerce-error .button,
.woocommerce-error .restore-item,
.woocommerce-error .showlogin,
.woocommerce-info .button,
.woocommerce-info .restore-item,
.woocommerce-info .showlogin,
.woocommerce-message .button,
.woocommerce-message .restore-item,
.woocommerce-message .showlogin,
.woocommerce-thankyou-order-received .button,
.woocommerce-thankyou-order-received .restore-item,
.woocommerce-thankyou-order-received .showlogin {
  --theme-button-font-size: 13px;
  --theme-button-min-height: 34px;
  --theme-button-padding: 4px 14px
}
.woocommerce-error > a:not(.button):not(.showlogin):not(.restore-item):not(.showcoupon),
.woocommerce-info > a:not(.button):not(.showlogin):not(.restore-item):not(.showcoupon),
.woocommerce-message > a:not(.button):not(.showlogin):not(.restore-item):not(.showcoupon),
.woocommerce-thankyou-order-received > a:not(.button):not(.showlogin):not(.restore-item):not(.showcoupon) {
  padding-left: 5px;
  text-decoration: underline
}
.product-badge,
.product-number {
  display: inline-flex!important;
  position: absolute;
  z-index: 1;
  top: var(--badge-top,15px);
  left: var(--badge-left,15px);
  align-items: center;
  justify-content: center;
  height: var(--badge-height,28px);
  margin: 0!important;
  padding: var(--badge-padding,0 10px)!important;
  border-radius: var(--badge-radius,0);
  background-color: var(--badge-background-color,var(--theme-palette-color-1));
  color: var(--badge-text-color,#fff);
  font-size: var(--badge-font-size,13px);
  font-weight: 600;
  line-height: 0
}
.product-number {
  --badge-top: 8px;
  --badge-left: 8px;
  --badge-radius: 3px;
  --badge-font-size: 12px;
  --badge-padding: 6px;
  --badge-height: 22px;
  right: var(--badge-left,15px);
  left: auto;
  min-width: var(--badge-height,28px)
}
.product-number + .last-copies {
  margin-top: 24px!important
}
/* YOYAKU FIX: Hide bestseller ranking numbers in mini-cart - ULTRA AGGRESSIVE */
.woocommerce-mini-cart .product-number,
.woocommerce-mini-cart-item .product-number,
.mini_cart_item .product-number,
.ct-header-cart .product-number,
.ct-cart-content .product-number,
ul.cart_list .product-number,
ul.product_list_widget .product-number,
.widget_shopping_cart .product-number,
li[class*="cart"] .product-number {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}
.product-badge[data-shape=type-2],
.product-badge[data-shape=type-3] {
  --badge-radius: 3px
}
.product-badge + .onsale {
  --badge-top: calc(var(--badge-height, 28px) + 12px)
}
.product-badge.new {
  --badge-background-color: #6bb2d3
}
.product-badge.soon {
  --badge-background-color: #79cb4b
}
.product-badge.presale {
  --badge-background-color: #b94af6
}
.onsale,
.out-of-stock-badge,
.product-badge {
  --badge-font-size: 12px;
  --badge-height: 22px;
  --badge-padding: 8px;
  --badge-top: 8px;
  --badge-left: 8px;
  font-weight: 500
}
div.quantity input[type=number] {
  --theme-form-field-border-initial-color: var(--theme-palette-color-7);
  --theme-form-field-initial-background: var(--theme-palette-color-7);
  padding-right: 0
}
span.last-copies {
  display: inline-block;
  position: absolute;
  z-index: 11;
  top: 8px;
  right: -5px;
  padding: .125em .5em;
  border-radius: 3px 0 0 3px;
  background: #b94af6;
  color: #fff;
  font-size: .65em
}
span.last-copies::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 6px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #a6a7a9
}
.form-row .required {
  color: #d63638
}
.form-row > label {
  margin-bottom: .1em
}
span.select2-dropdown .select2-search--dropdown input.select2-search__field {
  --theme-form-field-initial-background: var(--theme-palette-color-8)
}
.product-entry-wrapper {
  --product-element-spacing: 16px
}
.woocommerce-product-attributes tr:nth-child(even) td,
.woocommerce-product-attributes tr:nth-child(even) th {
  background-color: transparent
}
.woocommerce-product-details__short-description {
  --theme-content-spacing: var(--product-element-spacing);
  font-size: .85em
}
.woocommerce-variation-description {
  font-size: .85em
}
.woocommerce-variation-description p {
  margin-bottom: var(--product-element-spacing)
}
.ct-cart-actions .single_add_to_cart_button {
  flex: initial
}
form.variations_form {
  --wvs-single-product-item-font-size: 0.85em;
  --wvs-selected-item-background-color: var(--theme-palette-color-2);
  --wvs-selected-item-text-color: var(--theme-palette-color-4)
}
form.variations_form table.variations label + span {
  --theme-font-weight: 400;
  font-weight: var(--theme-font-weight)
}
form.variations_form .single_variation,
form.variations_form .wc-no-matching-variations,
form.variations_form table.variations {
  margin-bottom: var(--product-element-spacing)
}
.product[class*=gallery] .entry-summary-items .last-copies {
  display: inline-flex;
  padding: .3em .8em;
  border: 1px dashed;
  border-radius: var(--theme-border-radius,3px);
  color: #b94af6;
  font-size: .75em;
  text-align: center
}
.product[class*=gallery] .entry-summary-items form.cart {
  --button-width: auto;
  --item-width: auto
}
.product[class*=gallery] .entry-summary-items > .woocommerce-product-details__short-description {
  --product-element-spacing: 16px
}
.product[class*=gallery] .entry-summary-items > .price {
  --theme-font-size: 22px;
  --product-element-spacing: 16px
}
.product[class*=gallery] .entry-summary-items .stock {
  --theme-text-color: #79cb4b;
  color: var(--theme-text-color);
  font-weight: 700
}
.product[class*=gallery] .entry-summary-items .stock.out-of-stock {
  --theme-text-color: #f4923e
}
.product[class*=gallery] .product_meta > span {
  text-transform: initial
}
.product[class*=gallery] .product_meta .product-features > span {
  opacity: 1;
  color: #79cb4b
}
.product-vinyl-bundle {
  position: relative;
  margin-bottom: var(--product-element-spacing);
  padding: .8em;
  border-radius: var(--theme-border-radius,6px);
  background: var(--theme-palette-color-6)
}
.product-vinyl-bundle > .vinyl-logo {
  display: block;
  width: 100%;
  margin-bottom: .5em
}
.product-vinyl-bundle > .vinyl-text {
  opacity: .85;
  color: var(--theme-palette-color-4);
  font-size: .85em
}
.product-vinyl-bundle > .vinyl-text p:last-child {
  margin-bottom: 0
}
.product-tracks > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between
}
.product-tracks > div > * {
  margin-bottom: calc(.1em + 5px)
}
.product-tracks > div .heading {
  display: inline-flex;
  align-items: center;
  margin-right: 3em
}
.product-tracks > div h6 {
  margin: 0
}
.product-tracks > div small {
  margin-left: 5px
}
.product-tracks .alltracks {
  --theme-link-initial-color: var(--theme-palette-color-3);
  --theme-link-hover-color: var(--theme-palette-color-2);
  display: inline-flex;
  align-items: center;
  padding: .125em .5em .125em 0;
  border: 1px solid var(--theme-link-initial-color);
  border-radius: 4px;
  font-size: .75em
}
.product-tracks .alltracks:hover {
  border-color: var(--theme-link-hover-color)
}
.product-tracks ul.tracks {
  margin: 0;
  padding: 0;
  list-style: none
}
.product-tracks ul.tracks li {
  margin: 0
}
.product-tracks ul.tracks li a {
  --theme-link-initial-color: var(--theme-palette-color-3);
  --theme-link-hover-color: var(--theme-palette-color-4);
  display: block;
  padding: .375em .75em;
  border-bottom: 1px solid var(--theme-border-color);
  background: var(--theme-palette-color-6);
  font-size: .85em
}
.product-tracks ul.tracks li a:hover {
  background: var(--theme-palette-color-8)
}
.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
  padding-top: 25px
}
.single-product article .related > h2,
.single-product article .up-sells > h2 {
  margin-bottom: calc(.3em + 4px)
}
.products .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--theme-border-radius);
  background: var(--theme-palette-color-6)
}
.products .product figure {
  position: relative
}
.products .product figure:hover a.play-button {
  opacity: 1
}
.products .product figure:hover a.play-button ~ a.ct-media-container {
  position: relative
}
.products .product figure:hover a.play-button ~ a.ct-media-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .25s ease-in-out;
  background: rgba(0,0,0,.65)
}
.products a.play-button {
  display: flex;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  outline: 0;
  opacity: 0;
  color: var(--theme-palette-color-4)!important;
  line-height: 1;
  text-decoration: none!important
}
.products a.play-button svg {
  width: 44px;
  height: 44px;
  fill: currentcolor
}
.products .ct-media-container {
  margin-bottom: 0;
  border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0
}
.products .product-meta {
  flex-grow: 1;
  padding: .5em
}
.products .product-meta > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.products .product-meta > p {
  margin-bottom: 0
}
.products .woocommerce-loop-product__title {
  --theme-link-initial-color: var(--theme-palette-color-4);
  --theme-link-hover-color: var(--theme-palette-color-1);
  margin-top: 0;
  margin-bottom: 0;
  transition: var(--transition)
}
.products .product-artists,
.products .product-features,
.products .product-labels {
  --theme-text-color: var(--theme-palette-color-3);
  --theme-link-initial-color: var(--theme-palette-color-3);
  --theme-link-hover-color: var(--theme-palette-color-4);
  color: var(--theme-text-color);
  font-size: .75em
}
.products .product-artists {
  font-weight: 600
}
.products .feature {
  color: #79cb4b
}
[data-products=type-1] {
  grid-row-gap: calc(var(--grid-columns-gap,30px))
}
[data-link*=type] .entry-content [data-products=type-1] p > a {
  --theme-text-decoration: none
}
[data-products=type-1] .price {
  --theme-font-weight: 500;
  color: var(--theme-text-color);
  font-size: .8em
}
[data-products=type-1] .price del {
  display: none
}
[data-products=type-1] .ct-woo-card-actions {
  display: flex
}
[data-products=type-1] .ct-woo-card-actions:not(:empty) {
  margin-top: auto;
  padding-top: 0
}
[data-products=type-1] .ct-woo-card-actions > * {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 5px 8px;
  border-top: 1px solid var(--theme-palette-color-8)
}
[data-products=type-1] .ct-woo-card-actions > * svg {
  width: 20px;
  height: 20px;
  fill: currentcolor
}
[data-products=type-1] .ct-woo-card-actions > :only-child {
  width: 100%
}
[data-products=type-1] .ct-woo-card-actions > :not(:only-child):not(:last-child):not(.add_to_cart_button)::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 1px;
  height: 24px;
  background: var(--theme-palette-color-8)
}
[data-products=type-1] .ct-woo-card-actions .price {
  display: inline-block;
  flex-grow: 1;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
[data-products=type-1] .ct-woo-card-actions .add_to_cart_button.loading svg {
  display: none
}
[data-products=type-1] .ct-woo-card-actions .add_to_cart_button.loading::after {
  width: 20px;
  height: 20px;
  margin-left: 0!important;
  line-height: 20px
}
[data-products=type-1] .ct-woo-card-actions .added_to_cart {
  display: none!important
}
[data-products=type-1] .ct-woo-card-actions a {
  --theme-button-font-size: 14px;
  --theme-button-background-initial-color: transparent;
  --theme-button-background-hover-color: transparent;
  --theme-button-text-initial-color: var(--theme-palette-color-3);
  --theme-button-text-hover-color: var(--theme-palette-color-1);
  --theme-button-shadow: none;
  --theme-button-transform: none;
  --theme-button-border-radius: 0;
  --theme-button-padding: 5px;
  --theme-button-border: none
}
.product_list_widget {
  counter-reset: product-item
}
.product_list_widget li {
  --theme-content-spacing: 0;
  display: flex;
  position: relative;
  grid-column-gap: 6px;
  grid-template-columns: 50px 1fr;
  align-items: flex-start;
  margin-bottom: 6px;
  padding-top: 6px;
  border-top: 1px dashed var(--theme-palette-color-8);
  counter-increment: product-item
}
.product_list_widget li:first-child {
  padding-top: 0;
  border-top: 0
}
.product_list_widget li::before {
  content: counter(product-item,decimal-leading-zero);
  position: absolute;
  top: 5px;
  right: 0;
  min-width: 20px;
  color: var(--theme-palette-color-2);
  font-size: .75em;
  text-align: right
}
.product_list_widget .product-image {
  position: relative;
  line-height: 1
}
.product_list_widget .product-image img {
  border-radius: 4px
}
.product_list_widget .product-image:hover .play-button {
  visibility: visible;
  opacity: 1
}
.product_list_widget .ct-media-container {
  display: flex;
  width: 50px
}
.product_list_widget .play-button {
  display: flex;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  --theme-link-initial-color: var(--theme-palette-color-4);
  --theme-link-hover-color: var(--theme-palette-color-4)
}
.product_list_widget .play-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: var(--theme-palette-color-5)
}
.product_list_widget .play-button svg {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px
}
.product_list_widget .product-data {
  padding-right: 20px;
  overflow: hidden
}
.product_list_widget .product-data > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.product_list_widget .product-data .product-title {
  --theme-link-initial-color: var(--theme-palette-color-4);
  font-size: 1em;
  line-height: 1.4
}
.product_list_widget .product-data .product-artists,
.product_list_widget .product-data .product-labels {
  font-size: .75em
}
.product_list_widget .product-data .product-artists {
  font-weight: 600
}
[data-link=type-2] .product_list_widget p > a {
  --theme-link-initial-color: var(--theme-text-color);
  --theme-text-decoration: none
}
.ct-cart-form .cart_totals {
  border-radius: var(--theme-button-border-radius)
}

/* Enhanced YOYAKU Cart Drawer Dark Theme */
:root {
  --mini-cart-background-color: #272b2f;
  --mini-cart-text-color: #ffffff;
}

.ct-cart-content {
  background: var(--mini-cart-background-color) !important;
  color: var(--mini-cart-text-color) !important;
  box-shadow: 0px 10px 20px 0px rgba(41,51,61,.2) !important;
}

.ct-cart-content *:not(.button):not(input) {
  color: var(--mini-cart-text-color) !important;
}

.ct-cart-content a:not(.button) {
  color: var(--mini-cart-text-color) !important;
}

.ct-cart-content .product-name a {
  color: var(--mini-cart-text-color) !important;
}

.ct-cart-content .woocommerce-mini-cart-item .remove {
  color: #ff6b6b !important;
}

.ct-cart-content .woocommerce-mini-cart__total {
  color: var(--mini-cart-text-color) !important;
}

.ct-cart-content .woocommerce-mini-cart__buttons a.button {
  color: #272b2f !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.ct-cart-content .woocommerce-mini-cart__buttons a.button:hover {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #ffffff !important;
}

#woo-cart-panel {
  background: var(--mini-cart-background-color) !important;
  color: var(--mini-cart-text-color) !important;
}

#woo-cart-panel *:not(.button):not(input) {
  color: var(--mini-cart-text-color) !important;
}

#woo-cart-panel a:not(.button) {
  color: var(--mini-cart-text-color) !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  flex: 0 0 40px;
  width: 40px
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner div.quantity {
  height: auto!important
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
  border-radius: 0!important;
  pointer-events: none!important
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  border-radius: var(--theme-button-border-radius,3px)
}
.shop_table [class*=product-thumbnail] {
  vertical-align: top
}
.shop_table td.product-name > a {
  --theme-link-initial-color: var(--theme-palette-color-4)
}
.shop_table dl.variation {
  display: flex;
  flex-wrap: wrap;
  font-size: .75em
}
.shop_table dl.variation dd,
.shop_table dl.variation dt {
  flex: 0 0 auto;
  max-width: 100%;
  margin-bottom: 0
}
.shop_table dl.variation dt {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.shop_table dl.variation dd {
  width: calc(100% - 120px)
}
.woocommerce-shipping-fields .shipping_address {
  margin-bottom: var(--theme-content-spacing)
}
.ct-order-review {
  border-radius: var(--theme-button-border-radius)
}
.entry-content .woocommerce-MyAccount-content > h2 {
  margin-top: 0
}
.products-carousal .slick-slider:hover [class*=slick-arrow] {
  opacity: 1;
  --translate-x: 0
}
.products-carousal .slick-list {
  margin: 0 -8px
}
.products-carousal .slick-slide {
  padding: 0 8px
}
.products-carousal [class*=slick-arrow] {
  display: flex;
  position: absolute;
  z-index: 10;
  top: calc(50% - 20px);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: rotate(var(--rotate,0)) translateX(var(--translate-x,0));
  transition: color .12s cubic-bezier(.455,.03,.515,.955),opacity .12s cubic-bezier(.455,.03,.515,.955),transform .12s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
  color: var(--slick-nav-arrow-color,var(--theme-text-color));
  cursor: pointer
}
.products-carousal [class*=slick-arrow] svg {
  position: relative;
  fill: currentcolor
}
.products-carousal [class*=slick-arrow]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color .2s ease;
  border-radius: 100%;
  background-color: var(--slick-nav-background-color,var(--theme-palette-color-4));
  box-shadow: 0 25px 40px rgba(0,0,0,.03)
}
.products-carousal [class*=slick-arrow]:hover {
  color: var(--slick-nav-arrow-hover-color,var(--theme-palette-color-4))
}
.products-carousal [class*=slick-arrow]:hover::before {
  background-color: var(--slick-nav-background-hover-color,var(--theme-palette-color-1))
}
.products-carousal .arrow-prev {
  left: 20px;
  --translate-x: -10px
}
.products-carousal .arrow-next {
  right: 20px;
  --translate-x: 10px
}
.summary .ct-cart-actions .tinv-wraper.tinv-wishlist {
  max-width: var(--button-width);
  --item-order: 3
}
.summary .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0!important
}
.summary .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  --theme-button-background-initial-color: var(--theme-palette-color-7)
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin: 0!important;
  color: var(--theme-button-text-initial-color);
  line-height: 1;
  text-align: center
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button:hover {
  color: var(--theme-palette-color-4)
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: #d63638!important
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button.ftinvwl-pulse {
  pointer-events: none
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button.ftinvwl-pulse::after {
  content: "\e910"!important;
  position: var(--loadingIndicatorPosition,static);
  width: 20px;
  height: 20px;
  margin-left: 0!important;
  animation: spin 1.5s linear infinite;
  font-family: woo!important;
  font-size: 13px;
  line-height: 20px
}
.ct-woo-card-actions .tinvwl_add_to_wishlist_button.ftinvwl-pulse > svg {
  display: none
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    transform: scale3d(.3,.3,.3);
    opacity: 0
  }
  20% {
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    transform: scale3d(.9,.9,.9)
  }
  60% {
    transform: scale3d(1.03,1.03,1.03);
    opacity: 1
  }
  80% {
    transform: scale3d(.97,.97,.97)
  }
  to {
    transform: scale3d(1,1,1);
    opacity: 1
  }
}
.tinv-overlay {
  background: var(--theme-palette-color-5)
}
.tinv-modal.tinv-modal-open .tinv-overlay {
  opacity: .85
}
.tinv-modal .sa {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 26px
}
.tinv-modal .sa-error {
  position: relative;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  padding: 0;
  animation: animateErrorIcon .5s;
  border: 4px solid #f27474;
  border-radius: 50%
}
.tinv-modal .sa-error::after,
.tinv-modal .sa-error::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg)
}
.tinv-modal .sa-error::before {
  top: -17px;
  left: 5px;
  width: 26px;
  height: 80px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
  border-radius: 40px 0 0 40px
}
.tinv-modal .sa-error::after {
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
  animation: rotatePlaceholder 4.25s ease-in;
  border-radius: 0 120px 120px 0
}
.tinv-modal .sa-error-x {
  display: block;
  position: relative;
  z-index: 2
}
.tinv-modal .sa-error-placeholder {
  position: absolute;
  z-index: 2;
  top: -4px;
  left: -4px;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(242,116,116,.25);
  border-radius: 50%
}
.tinv-modal .sa-error-fix {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 28px;
  width: 5px;
  height: 90px;
  transform: rotate(-45deg)
}
.tinv-modal .sa-error-left,
.tinv-modal .sa-error-right {
  display: block;
  position: absolute;
  z-index: 2;
  top: 37px;
  width: 47px;
  height: 5px;
  border-radius: 2px;
  background-color: #f27474
}
.tinv-modal .sa-error-left {
  left: 17px;
  transform: rotate(45deg);
  animation: animateXLeft .75s
}
.tinv-modal .sa-error-right {
  right: 16px;
  transform: rotate(-45deg);
  animation: animateXRight .75s
}
.tinv-modal .sa-warning {
  position: relative;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  padding: 0;
  animation: scaleWarning .75s infinite alternate;
  border: 4px solid #f4923e;
  border-radius: 50%
}
.tinv-modal .sa-warning::after,
.tinv-modal .sa-warning::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%
}
.tinv-modal .sa-warning::before {
  display: inline-block;
  animation: pulseWarning 2s linear infinite;
  opacity: 0
}
.tinv-modal .sa-warning::after {
  display: block;
  z-index: 1
}
.tinv-modal .sa-warning-body {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 47px;
  margin-left: -2px;
  animation: pulseWarningIns .75s infinite alternate;
  border-radius: 2px;
  background-color: #f4923e
}
.tinv-modal .sa-warning-dot {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  animation: pulseWarningIns .75s infinite alternate;
  border-radius: 50%;
  background-color: #f4923e
}
.tinv-modal .sa-info {
  position: relative;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  padding: 0;
  animation: scaleInfo .75s infinite alternate;
  border: 4px solid #59bded;
  border-radius: 50%
}
.tinv-modal .sa-info::after,
.tinv-modal .sa-info::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%
}
.tinv-modal .sa-info::before {
  display: inline-block;
  animation: pulseInfo 2s linear infinite;
  opacity: 0
}
.tinv-modal .sa-info::after {
  display: block;
  z-index: 1
}
.tinv-modal .sa-info-body {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 47px;
  margin-left: -2px;
  animation: pulseInfoIns .75s infinite alternate;
  border-radius: 2px;
  background-color: #59bded
}
.tinv-modal .sa-info-dot {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  animation: pulseInfoIns .75s infinite alternate;
  border-radius: 50%;
  background-color: #59bded
}
.tinv-modal .sa-success {
  position: relative;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 4px solid transparent;
  border-radius: 50%;
  background-color: transparent
}
.tinv-modal .sa-success::after,
.tinv-modal .sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  transform: rotate(45deg);
  background-color: transparent
}
.tinv-modal .sa-success::before {
  top: -17px;
  left: 5px;
  width: 26px;
  height: 80px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
  border-radius: 40px 0 0 40px
}
.tinv-modal .sa-success::after {
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
  animation: rotatePlaceholder 4.25s ease-in;
  border-radius: 0 120px 120px 0
}
.tinv-modal .sa-success-placeholder {
  position: absolute;
  z-index: 2;
  top: -4px;
  left: -4px;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(121,203,75,.45);
  border-radius: 50%
}
.tinv-modal .sa-success-fix {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 28px;
  width: 5px;
  height: 90px;
  transform: rotate(-45deg);
  background-color: transparent
}
.tinv-modal .sa-success-long,
.tinv-modal .sa-success-tip {
  position: absolute;
  z-index: 2;
  height: 5px;
  border-radius: 2px;
  background-color: #79cb4b
}
.tinv-modal .sa-success-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: animateSuccessTip .75s
}
.tinv-modal .sa-success-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: animateSuccessLong .75s
}
@keyframes animateSuccessTip {
  0%,
  54% {
    top: 19px;
    left: 1px;
    width: 0
  }
  70% {
    top: 37px;
    left: -8px;
    width: 50px
  }
  84% {
    top: 48px;
    left: 21px;
    width: 17px
  }
  100% {
    top: 45px;
    left: 14px;
    width: 25px
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
    top: 54px;
    right: 46px;
    width: 0
  }
  84% {
    top: 35px;
    right: 0;
    width: 55px
  }
  100% {
    top: 38px;
    right: 8px;
    width: 47px
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg)
  }
  100%,
  12% {
    transform: rotate(-405deg)
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1)
  }
  30% {
    transform: scale(1.02)
  }
  100% {
    transform: scale(1)
  }
}
@keyframes pulseWarning {
  0% {
    transform: scale(1);
    opacity: .5
  }
  30% {
    transform: scale(1);
    opacity: .5
  }
  100% {
    transform: scale(2);
    opacity: 0;
    background-color: #f4923e
  }
}
@keyframes pulseWarningIns {
  0% {
    filter: brightness(1.2)
  }
  100% {
    filter: brightness(1)
  }
}
@keyframes scaleInfo {
  0% {
    transform: scale(1)
  }
  30% {
    transform: scale(1.02)
  }
  100% {
    transform: scale(1)
  }
}
@keyframes pulseInfo {
  0% {
    transform: scale(1);
    opacity: .5
  }
  30% {
    transform: scale(1);
    opacity: .5
  }
  100% {
    transform: scale(2);
    opacity: 0;
    background-color: #59bded
  }
}
@keyframes pulseInfoIns {
  0% {
    background-color: #59bded
  }
  100% {
    background-color: #59bded
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }
  100% {
    transform: rotateX(0);
    opacity: 1
  }
}
@keyframes animateXLeft {
  0%,
  65% {
    top: 95px;
    left: 82px;
    width: 0
  }
  84% {
    top: 33px;
    left: 14px;
    width: 47px
  }
  100% {
    top: 37px;
    left: 17px;
    width: 47px
  }
}
@keyframes animateXRight {
  0%,
  65% {
    top: 95px;
    right: 82px;
    width: 0
  }
  84% {
    top: 33px;
    right: 14px;
    width: 47px
  }
  100% {
    top: 37px;
    right: 16px;
    width: 47px
  }
}
.tinv-wishlist .tinv-header > h2 {
  display: none
}
.tinv-wishlist .tinv-modal .tinv-modal-inner {
  position: relative;
  border-radius: var(--theme-button-border-radius);
  background: var(--theme-palette-color-7)
}
.tinv-wishlist .tinv-modal .tinv-modal-inner .tinvwl_button_close {
  --theme-button-font-size: 24px;
  --theme-button-min-height: 1px;
  --theme-button-padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px
}
.tinv-wishlist .tinv-modal.tinv-modal-open .tinv-modal-inner {
  animation: bounceIn 1s both
}
.tinv-wishlist .tinv-modal h2 {
  margin-bottom: calc(.3em + 10px);
  text-align: left
}
.tinv-wishlist .tinv-lists-nav {
  margin: 0
}
.tinv-wishlist .tinv-lists-nav .button,
.tinv-wishlist .tinv-lists-nav > span:first-child {
  max-width: 100px
}
.tinv-wishlist table.tinvwl-table-manage-list {
  margin-bottom: 16px
}
.tinv-wishlist .tinv-lists-nav .button,
.tinv-wishlist table .button {
  --theme-button-font-size: 13px;
  --theme-button-min-height: 34px;
  --theme-button-padding: 4px 20px;
  display: var(--display,inline-flex);
  white-space: nowrap
}
.tinv-wishlist .tinv-lists-nav .button i.ftinvwl,
.tinv-wishlist table .button i.ftinvwl {
  display: none!important
}
.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: var(--table-padding,.6em)
}
.tinv-wishlist table th {
  color: var(--theme-palette-color-4)
}
.tinv-wishlist table td a {
  --theme-link-initial-color: var(--theme-palette-color-4)
}
.tinv-wishlist table select.form-control,
.tinv-wishlist table select.tinvwl-break-input-field {
  height: var(--theme-form-field-height,34px)
}
.tinv-wishlist table div.quantity {
  --quantity-width: 50px;
  --quantity-height: 34px
}
.tinv-wishlist table .product-thumbnail {
  width: 65px;
  min-width: 65px
}
.tinv-wishlist table .product-remove {
  --table-padding: 0.6em 0.5em
}
.tinv-wishlist table .product-remove button {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: var(--theme-button-border-radius);
  background-color: #f27474;
  color: var(--theme-palette-color-4);
  font-size: 20px
}
.tinv-wishlist table .product-remove button:hover {
  background-color: var(--theme-palette-color-4);
  color: var(--theme-palette-color-5)
}
.tinv-wishlist table .price {
  --theme-text-color: var(--theme-palette-color-2);
  --theme-font-size: 0.8em;
  margin-bottom: 0
}
.tinv-wishlist table .stock {
  --theme-text-color: #79cb4b;
  --theme-font-size: 0.7em;
  color: var(--theme-text-color);
  font-size: var(--theme-font-size)
}
.tinv-wishlist table .stock.out-of-stock {
  --theme-text-color: #f4923e
}
.gift-cards_form .gift-card-content-editor h5,
.gift-cards_form .gift-cards-list > h3 {
  --theme-font-weight: 700;
  --theme-font-size: 20px;
  --theme-line-height: 1.5;
  margin-top: calc(.3em + 20px);
  margin-bottom: calc(.3em + 4px)
}
.gift-cards_form .gift-cards-list > h3 {
  margin-top: 0
}
.gift-cards_form .ywgc-recipient {
  max-width: 100%
}
.gift-cards_form .gift-card-content-editor input,
.gift-cards_form .gift-card-content-editor textarea {
  width: var(--theme-form-field-width,100%);
  float: none;
  font-size: var(--theme-form-font-size,16px)
}
.gift-cards_form .gift-card-content-editor label {
  margin: 0 0 .1em 0;
  line-height: var(--theme-line-height)
}
.gift-cards_form .gift_card_template_button {
  margin: 0
}
.gift-cards_form .gift-cards-list button {
  --theme-button-padding: 3px 10px;
  --theme-button-font-size: 0.8em;
  margin-bottom: .5em;
  padding: var(--theme-button-padding);
  border: 0;
  border-radius: var(--theme-button-border-radius,3px);
  background-color: var(--theme-button-background-hover-color);
  color: var(--theme-button-text-hover-color);
  font-family: var(--theme-button-font-family,var(--theme-font-family));
  font-size: var(--theme-button-font-size);
  font-style: var(--theme-button-font-style);
  font-weight: var(--theme-button-font-weight);
  letter-spacing: var(--theme-button-letter-spacing);
  line-height: var(--theme-button-line-height);
  -webkit-text-decoration: var(--theme-button-text-decoration);
  text-decoration: var(--theme-button-text-decoration);
  text-transform: var(--theme-button-text-transform);
  cursor: pointer
}
.gift-cards_form .gift-cards-list button:hover {
  background-color: var(--theme-button-background-initial-color);
  color: var(--theme-button-text-initial-color)
}
.gift-cards_form .gift-cards-list button.selected_button {
  background-color: var(--theme-button-background-initial-color);
  color: var(--theme-button-text-initial-color)
}
.ywgc-main-form-preview-container {
  min-height: 10px;
  margin-top: var(--product-element-spacing,16px);
  padding: 1em;
  border-radius: var(--theme-button-border-radius);
  background: var(--theme-palette-color-6);
  box-shadow: none
}
.ywgc-main-form-preview-container hr {
  margin-top: .5em!important;
  background-color: var(--theme-palette-color-8)
}
.ywgc-main-form-preview-container .ywgc-form-preview-amount {
  color: var(--theme-palette-color-4)
}
.ywgc-main-form-preview-container .ywgc-form-preview-separator {
  display: none
}
.ywgc-main-form-preview-container .ywgc-form-preview-message {
  margin: 0
}
[data-header*=type-1] #search-modal {
  --theme-form-text-initial-color: var(--theme-palette-color-6);
  --theme-form-text-focus-color: var(--theme-palette-color-6)
}
[data-header*=type-1] #search-modal input::placeholder {
  font-style: normal
}
@media (min-width:480px) {
  .ct-cart-actions {
    --theme-button-min-height: 42px
  }
}
@media (min-width:690px) {
  [data-header*=type-1] #search-modal input {
    margin-bottom: 0
  }
}
@media (min-width:1000px) {
  .ct-header [data-id=menu] .mega-menu .sub-menu {
    --dropdown-width: 450px;
    columns: 3
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-thankyou-order-received {
    margin-bottom: 30px
  }
  .product-entry-wrapper > .entry-summary-items {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: auto calc(40% - 20px)
  }
  .shop_table [class*=product-thumbnail] {
    width: 60px
  }
}
@media (max-width:1199.98px) {
  [data-products],
  [data-products].columns-5,
  [data-products].columns-6 {
    --shop-columns: repeat(5, minmax(0, 1fr))
  }
}
@media (max-width:1139.98px) {
  [data-products],
  [data-products].columns-5,
  [data-products].columns-6 {
    --shop-columns: repeat(4, minmax(0, 1fr))
  }
}
@media (max-width:999.98px) {
  .shop_table [class*=product-thumbnail] {
    width: 60px
  }
  [data-header*=type-1] #search-modal input {
    margin-bottom: 0
  }
}
@media (max-width:855.98px) {
  [data-products],
  [data-products].columns-5,
  [data-products].columns-6 {
    --shop-columns: repeat(3, minmax(0, 1fr))
  }
}
@media (max-width:619.98px) {
  [data-products],
  [data-products].columns-5,
  [data-products].columns-6 {
    --shop-columns: repeat(2, minmax(0, 1fr))
  }
}
@media (max-width:389.98px) {
  [data-products],
  [data-products].columns-5,
  [data-products].columns-6 {
    --shop-columns: repeat(1, minmax(0, 1fr))
  }
}
@media (min-width:1000px) and (max-width:1199.98px) {
  [data-sidebar] {
    --sidebar-width: 26%
  }
}
/* ===== YOYAKU CART FIXES - Match Theme Colors ===== */

/* Fix cart thumbnail resize bug - prevent lazy load from changing size */
.woocommerce-cart-form .product-thumbnail img {
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
  background: #000;
}
@media (max-width: 999.98px) {
  .woocommerce-cart-form .product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
  }
}

/* ===== ORDER PAY PAGE - Desktop Improvements ===== */
/* Added: 2025-12-23 for payment recovery campaign */

/* Desktop: Two-column layout for order-pay page */
@media (min-width: 1000px) {
  .woocommerce-order-pay .woocommerce {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  /* Order details on the left */
  .woocommerce-order-pay .woocommerce > table.shop_table.order_details {
    grid-column: 1;
    margin-bottom: 0;
  }

  /* Payment section on the right - sticky */
  .woocommerce-order-pay #payment {
    grid-column: 2;
    grid-row: 1 / span 3;
    position: sticky;
    top: 100px;
    align-self: start;
    background: var(--paletteColor7, #1a1a1a);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }

  /* Order totals styling */
  .woocommerce-order-pay .shop_table.order_details {
    background: var(--paletteColor7, #1a1a1a);
    border-radius: 12px;
    overflow: hidden;
  }

  .woocommerce-order-pay .shop_table.order_details th,
  .woocommerce-order-pay .shop_table.order_details td {
    padding: 16px;
    border-color: var(--paletteColor6, #2a2a2a);
  }

  .woocommerce-order-pay .shop_table.order_details .product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Payment methods list */
  .woocommerce-order-pay .wc_payment_methods {
    margin: 0;
    padding: 0;
  }

  .woocommerce-order-pay .wc_payment_method {
    background: var(--paletteColor6, #2a2a2a);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 16px;
  }

  .woocommerce-order-pay .wc_payment_method label {
    font-weight: 500;
    cursor: pointer;
  }

  /* Place order button */
  .woocommerce-order-pay #place_order {
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 20px;
  }

  /* Total amount highlight */
  .woocommerce-order-pay .order-total .woocommerce-Price-amount {
    font-size: 1.4em;
    font-weight: 700;
    color: var(--paletteColor1, #00ff88);
  }

  /* Hide notices wrapper if empty */
  .woocommerce-order-pay .woocommerce-notices-wrapper:empty {
    display: none;
  }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 999.98px) {
  .woocommerce-order-pay .woocommerce {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
  }

  .woocommerce-order-pay #payment {
    background: var(--paletteColor7, #1a1a1a);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
  }
}


/* ============================================
   SINGLE PRODUCT PAGE - Enhanced Typography
   ============================================ */

/* Product Title - Reduce by 30% */
.single-product .product[class*=gallery] .entry-summary-items .product_title {
  font-size: 1.4em !important; /* Reduced from ~2em */
  line-height: 1.2;
  margin-bottom: 0.8em;
}

/* Product Meta - Increase by 50% with Spline Mono */
.single-product .product[class*=gallery] .product_meta {
  font-family: 'Spline Sans Mono', 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', monospace;
  font-size: 1.05em; /* Base increased by ~50% from 0.7em */
  line-height: 1.6;
}

/* ===== YOYAKU Product Page Typography v8 - Senior Dev Fix ===== */
/* Meta block: 18px monospace font */
.product[class*=gallery] .product_meta {
  font-family: 'Spline Sans Mono', 'SF Mono', Monaco, monospace !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* All spans (labels): GREY */
.product[class*=gallery] .product_meta > span {
  display: block !important;
  margin-bottom: 4px !important;
  color: #a6a7a9 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

/* All links by default: GREY */
.product[class*=gallery] .product_meta a {
  color: #a6a7a9 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.product[class*=gallery] .product_meta a:hover {
  color: #fff !important;
}

/* ARTIST values: WHITE + BOLD */
.product[class*=gallery] .product_meta .product-artists a {
  color: #fff !important;
  font-weight: 600 !important;
}

.product[class*=gallery] .product_meta .product-artists a:hover {
  color: #febc2c !important;
}

/* LABEL values: WHITE + BOLD (not SKU) */
.product[class*=gallery] .product_meta .product-labels a {
  color: #fff !important;
  font-weight: 600 !important;
}

.product[class*=gallery] .product_meta .product-labels a:hover {
  color: #febc2c !important;
}

/* SKU: grey, normal weight */
.product[class*=gallery] .product_meta .product-labels .sku {
  color: #a6a7a9 !important;
  font-weight: 400 !important;
}

/* Features: green */
.product[class*=gallery] .product_meta .product-features > span {
  color: #79cb4b !important;
}

/* ===== SIDEBAR LAYOUT — Swup AJAX defense (2026-05-07) =====
   When Swup soft-navigates from a no-sidebar page (homepage, /release/) to a
   page with sidebar (taxonomies + /releases/ archive), the inner
   --grid-template-columns CSS variable cascade does not always re-resolve,
   leaving the sidebar to drop below the products grid full-width.
   We force display:grid + explicit columns at lg+ on the inner ct-container.
   Universal — covers tax-musiclabel/musicartist/musicstyle + /releases/
   + any future page using data-sidebar layout.
   Issue: charts widget falls below products on AJAX nav. */
@media (min-width: 1000px) {
  main#main .ct-container[data-sidebar="right"] {
    display: grid !important;
    grid-template-columns: minmax(100px, 1fr) var(--sidebar-width, 27%) !important;
    grid-column-gap: var(--sidebar-gap, 4%);
    grid-row-gap: 50px;
  }
  main#main .ct-container[data-sidebar="left"] {
    display: grid !important;
    grid-template-columns: var(--sidebar-width, 27%) minmax(100px, 1fr) !important;
    grid-column-gap: var(--sidebar-gap, 4%);
    grid-row-gap: 50px;
  }
  main#main .ct-container[data-sidebar="left"] > section {
    grid-column: 2;
  }
}
