.woocommerce-page .site-main,
.woocommerce .site-main {
  padding-top: 0;
}

/* ===============================
   FOOEVENTS
   =============================== */

.feral-fooevents-tab {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(10, 14, 28, 0.94), rgba(5, 7, 10, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(90, 15, 28, 0.14), transparent 30%);
}

.feral-fooevents-tab__header h2 {
  margin: 0;
}

.feral-fooevents-tab__intro > :first-child {
  margin-top: 0;
}

.feral-fooevents-tab__intro > :last-child {
  margin-bottom: 0;
}

.feral-fooevents-tab__body {
  display: grid;
  gap: 10px;
}

.feral-fooevents-tab__body p {
  margin: 0;
  color: var(--text-secondary);
}

.feral-fooevents-tab__body b {
  color: var(--text-primary);
}

.feral-fooevents-map {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
}

.feral-fooevents-account-tickets,
.feral-fooevents-thankyou-tickets {
  display: grid;
  gap: 18px;
}

.fooevents-order-table,
.fooevents-thankyou-tickets-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(10, 14, 28, 0.94), rgba(5, 7, 10, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(90, 15, 28, 0.14), transparent 30%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.fooevents-order-table th,
.fooevents-order-table td,
.fooevents-thankyou-tickets-table th,
.fooevents-thankyou-tickets-table td {
  padding: 14px 16px;
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  vertical-align: top;
}

.fooevents-order-table h2,
.fooevents-order-table h4,
.fooevents-thankyou-tickets-table strong {
  color: var(--text-primary);
}

.fooevents-order-ticket-code,
.fooevents-thankyou-ticket .ticket-code {
  width: 96px;
  max-width: 100%;
  height: auto;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.fooevents-order-ticket-details,
.fooevents-thankyou-ticket-event-details,
.fooevents-thankyou-ticket-attendee {
  color: var(--text-secondary);
}

.fooevents-order-ticket-id {
  margin: 8px 0 0;
}

.feral-fooevents-thankyou__notice {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(13, 24, 58, 0.62);
  color: var(--text-secondary);
}

.feral-fooevents-thankyou__notice > :first-child {
  margin-top: 0;
}

.feral-fooevents-thankyou__notice > :last-child {
  margin-bottom: 0;
}

.fooevents-thankyou-ticket-pdfticketlink .button,
.fooevents-order-table .button {
  min-height: 42px;
}

@media (max-width: 820px) {
  .feral-fooevents-tab {
    padding: 18px;
    border-radius: 22px;
  }

  .fooevents-order-table th,
  .fooevents-order-table td,
  .fooevents-thankyou-tickets-table th,
  .fooevents-thankyou-tickets-table td {
    padding: 12px;
  }

  .fooevents-order-ticket-code,
  .fooevents-thankyou-ticket .ticket-code {
    width: 72px;
  }
}

.woocommerce img.feral-header-mark,
.woocommerce-page img.feral-header-mark {
  width: auto !important;
  height: 60px !important;
  max-width: none !important;
}

.woocommerce img.site-footer__logo,
.woocommerce-page img.site-footer__logo {
  width: auto !important;
  height: 48px !important;
  max-width: none !important;
}

.feral-shop-wrap,
.feral-cart-wrap,
.feral-checkout-wrap,
.feral-account-wrap,
.single-product .site-main > .product {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 60px 24px;
}

.feral-cart-wrap,
.feral-checkout-wrap,
.feral-account-wrap {
  display: grid;
  gap: 18px;
}

.feral-account-wrap {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.feral-account-wrap .archive-header {
  grid-column: 1 / -1;
}

.woocommerce form,
.woocommerce table,
.woocommerce p,
.woocommerce ul,
.woocommerce ol {
  margin-bottom: 0;
}

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-form-login-toggle,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0 0 24px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-radius: var(--radius-card);
  background: var(--gradient-card);
  color: var(--text-primary);
  text-align: center;
  padding: 12px;
  margin: 12px auto;
  max-width: 720px;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: var(--accent);
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(5, 7, 10, 0.82);
  color: var(--text-primary);
  font-family: "Michroma", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  box-shadow: 0 9px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 18px rgba(90, 15, 28, 0.28);
  transform: translateY(-1px);
}

.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--accent);
  color: #fff;
}

.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--accent-strong, #7a1325);
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty,
.woocommerce input[type="text"],
.woocommerce-page input[type="text"],
.woocommerce input[type="email"],
.woocommerce-page input[type="email"],
.woocommerce input[type="password"],
.woocommerce-page input[type="password"],
.woocommerce input[type="tel"],
.woocommerce-page input[type="tel"],
.woocommerce input[type="number"],
.woocommerce-page input[type="number"],
.woocommerce textarea,
.woocommerce-page textarea,
.woocommerce select {
  width: 100%;
  min-height: 48px;
  border: 0 !important;
  border-bottom: 2px solid var(--accent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--text-primary) !important;
  padding: 10px 0 !important;
  box-shadow: none !important;
}

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce-page .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--multiple {
  min-height: 48px;
  border: 0 !important;
  border-bottom: 2px solid var(--accent) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce input::placeholder,
.woocommerce textarea::placeholder {
  color: var(--text-muted);
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce .select2-container--default .select2-selection--multiple:focus {
  outline: none;
  border-color: var(--text-primary);
  box-shadow: none;
}

.woocommerce fieldset {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  padding: 24px;
  margin: 0;
}

.woocommerce legend,
.woocommerce form .form-row label,
.woocommerce-account .woocommerce-MyAccount-content label {
  color: var(--text-primary);
}

.woocommerce .password-input {
  width: 100%;
}

.woocommerce form .form-row {
  margin-bottom: 18px;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 18px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  width: auto;
  float: none;
  margin: 0;
  grid-column: span 6;
}

.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row-last {
  grid-column: span 3;
}

.woocommerce-billing-fields__field-wrapper .feral-third,
.woocommerce-shipping-fields__field-wrapper .feral-third {
  grid-column: span 2;
}

.woocommerce-account .woocommerce-MyAccount-content form,
.woocommerce-account .woocommerce-EditAccountForm {
  display: grid;
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content em,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form__label-for-checkbox,
.woocommerce-account .woocommerce-MyAccount-content .description {
  display: block;
  margin-top: 8px;
}

.woocommerce .show-password-input,
.woocommerce .show-password-input::after {
  color: var(--text-secondary);
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products:has(> li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce ul.products:has(> li:first-child:nth-last-child(3)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product.feral-product-card {
  width: auto;
  margin: 0;
  padding: 9px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top left, rgba(90, 15, 28, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(19, 28, 62, 0.24), transparent 38%),
    linear-gradient(180deg, rgba(13, 16, 30, 0.96), rgba(7, 9, 18, 0.94));
  box-shadow: 0 12px 24px rgba(3, 5, 10, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.woocommerce ul.products li.product.feral-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 38px rgba(3, 5, 10, 0.42);
}

.feral-product-card .woocommerce-loop-product__link {
  display: grid;
  gap: 16px;
  color: inherit;
}

.feral-product-card .feral-product-card__media .woocommerce-loop-product__link {
  gap: 0;
}

.feral-product-card img {
  width: 100%;
  border-radius: 16px;
}

.feral-product-card .feral-product-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(90, 15, 28, 0.14), transparent 36%),
    rgba(6, 8, 16, 0.72);
}

.feral-product-card .feral-product-card__media::after {
  content: "";
  position: absolute;
  inset: auto 8% 0;
  height: 18px;
  border-radius: 999px 999px 0 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.92));
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
}

.feral-product-card .feral-product-card__body {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin-top: -48px;
  text-align: center;
}

.feral-product-card .feral-product-card__price-orb {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(90, 15, 28, 0.34), transparent 42%),
    radial-gradient(circle at 70% 70%, rgba(26, 39, 94, 0.28), transparent 46%),
    linear-gradient(180deg, rgba(18, 23, 40, 0.98), rgba(8, 10, 20, 0.96));
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.24);
  z-index: 1;
}

.feral-product-card .feral-product-card__price-orb .price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.1;
}

.feral-product-card .feral-product-card__price-orb .price ins {
  text-decoration: none;
}

.feral-product-card .woocommerce-loop-product__title {
  position: relative;
  display: inline-block;
  margin: 0;
}

.feral-product-card .woocommerce-loop-product__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 120px);
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(90, 15, 28, 0.96), transparent);
  box-shadow: 0 0 12px rgba(90, 15, 28, 0.78);
  animation: feralPulseLine 2.2s ease-in-out infinite;
}

.feral-product-card .feral-product-card__actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.feral-product-card .feral-product-card__actions .button {
  justify-content: center;
}

.post-type-archive-product .archive-header,
.tax-product_cat .archive-header,
.tax-product_tag .archive-header,
.woocommerce-shop .archive-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 24px;
  padding: 14px 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  margin-bottom: 24px;
  background: rgba(10, 13, 22, 0.8);
}

.post-type-archive-product .archive-header .woocommerce-notices-wrapper:empty,
.tax-product_cat .archive-header .woocommerce-notices-wrapper:empty,
.tax-product_tag .archive-header .woocommerce-notices-wrapper:empty,
.woocommerce-shop .archive-header .woocommerce-notices-wrapper:empty {
  display: none;
}

.post-type-archive-product .archive-header .woocommerce-notices-wrapper:not(:empty),
.tax-product_cat .archive-header .woocommerce-notices-wrapper:not(:empty),
.tax-product_tag .archive-header .woocommerce-notices-wrapper:not(:empty),
.woocommerce-shop .archive-header .woocommerce-notices-wrapper:not(:empty) {
  grid-column: 1 / -1;
}

.post-type-archive-product .archive-header .woocommerce-result-count,
.tax-product_cat .archive-header .woocommerce-result-count,
.tax-product_tag .archive-header .woocommerce-result-count,
.woocommerce-shop .archive-header .woocommerce-result-count {
  margin: 0;
  color: var(--text-secondary);
  justify-self: start;
}

.post-type-archive-product .archive-header .woocommerce-ordering,
.tax-product_cat .archive-header .woocommerce-ordering,
.tax-product_tag .archive-header .woocommerce-ordering,
.woocommerce-shop .archive-header .woocommerce-ordering {
  margin: 0;
  min-width: min(100%, 280px);
  justify-self: end;
}

.post-type-archive-product .archive-header .woocommerce-ordering select,
.tax-product_cat .archive-header .woocommerce-ordering select,
.tax-product_tag .archive-header .woocommerce-ordering select,
.woocommerce-shop .archive-header .woocommerce-ordering select {
  min-width: 220px;
  text-align: right;
}

@keyframes feralPulseLine {
  0%,
  100% {
    opacity: 0.7;
    box-shadow: 0 0 8px rgba(90, 15, 28, 0.52);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 16px rgba(90, 15, 28, 0.92);
  }
}

.feral-product-card .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--text-primary);
  font-weight: 700;
}

.single-product .feral-shop-wrap {
  max-width: 920px;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .up-sells {
  grid-column: 1 / -1;
}

.single-product .related ul.products li.feral-product-card--related,
.single-product .up-sells ul.products li.feral-product-card--related {
  padding: 0 !important;
  box-shadow: none !important;
}

.single-product .related ul.products,
.single-product .up-sells ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .feral-product-card--related {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-product .feral-related-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(13, 16, 30, 0.96), rgba(7, 9, 18, 0.94));
  box-shadow: 0 12px 24px rgba(3, 5, 10, 0.24);
  padding: 0;
}

.single-product .feral-related-card__media {
  display: block;
  overflow: hidden;
  min-height: 100%;
  background: rgba(6, 8, 16, 0.72);
}

.single-product .feral-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.single-product .feral-related-card__body {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 12px;
}

.single-product .feral-related-card__body .woocommerce-loop-product__link {
  display: block;
}

.single-product .feral-related-card__body .woocommerce-loop-product__title {
  margin: 0;
  font-size: .9rem;
  line-height: 1.2;
}

.single-product .feral-related-card__plus svg {
  width: 16px;
  height: 16px;
}

.single-product .feral-related-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.single-product .feral-related-card__footer .price {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.single-product .feral-related-card__footer .price ins {
  text-decoration: none;
}

.single-product .feral-related-card__actions {
  display: flex;
  justify-content: flex-end;
}

.single-product .feral-related-card__actions .button {
  min-height: 40px;
}

.single-product .feral-related-card__plus {
  width: 40px;
  min-width: 40px !important;
  height: 40px;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 1.2rem !important;
  line-height: 1;
}

.woocommerce div.product div.images {
  position: relative;
  padding: 12px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  position: relative;
  height: clamp(320px, 54vw, 540px);
  overflow: hidden;
  padding: 18px 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(32vw, 332px);
  aspect-ratio: 3 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(6, 8, 16, 0.72);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%) scale(0.72);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.8s ease,
    opacity 0.8s ease,
    filter 0.8s ease,
    box-shadow 0.8s ease;
  filter: blur(2px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1.08);
  filter: blur(0);
  z-index: 3;
  border-radius: 24px;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-prev,
.woocommerce div.product div.images .woocommerce-product-gallery__image.is-next {
  opacity: 0.56;
  pointer-events: auto;
  z-index: 2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-prev {
  transform: translate(calc(-50% - min(32vw, 332px) * 0.72), -50%) perspective(1200px) rotateY(18deg) scale(0.74);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-next {
  transform: translate(calc(-50% + min(32vw, 332px) * 0.72), -50%) perspective(1200px) rotateY(-18deg) scale(0.74);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-left,
.woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-right {
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-left {
  transform: translate(calc(-50% - min(32vw, 332px) * 0.98), -50%) scale(0.56);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-right {
  transform: translate(calc(-50% + min(32vw, 332px) * 0.98), -50%) scale(0.56);
}

.single-product .feral-product-gallery-thumbs {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.single-product .feral-product-gallery-thumb {
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(10, 13, 22, 0.7);
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.single-product .feral-product-gallery-thumb:hover,
.single-product .feral-product-gallery-thumb.is-active {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.single-product .feral-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.single-product .feral-product-gallery-arrow {
  position: absolute;
  top: calc(50% - 34px);
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(5, 7, 10, 0.88), rgba(11, 28, 63, 0.72));
  color: var(--text-primary);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, border-color 0.25s ease;
  z-index: 4;
}

.single-product .feral-product-gallery-arrow--prev {
  left: 0;
}

.single-product .feral-product-gallery-arrow--next {
  right: 0;
}

.single-product .feral-product-gallery-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
}

.single-product .feral-product-gallery-arrow span {
  font-size: 1.55rem;
  line-height: 1;
}

.woocommerce div.product div.images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.woocommerce div.product .feral-single-summary {
  display: grid;
  gap: 18px;
  padding: 0;
}

.woocommerce div.product .feral-single-summary__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.18rem, 1.65vw, 1.58rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 16, 30, 0.94), rgba(90, 15, 28, 0.32));
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.18);
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 0 24px rgba(90, 15, 28, 0.16);
}

.woocommerce div.product .price ins {
  text-decoration: none;
}

.woocommerce div.product .price del {
  color: var(--text-muted);
}

.woocommerce div.product .feral-single-summary__details {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  align-items: start;
  gap: 18px 28px;
}

.woocommerce div.product .feral-single-summary__content {
  display: grid;
  gap: 14px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--text-secondary);
  line-height: 1.4;
  max-width: 54ch;
}

.woocommerce div.product .feral-single-summary__purchase {
  display: grid;
}

.woocommerce div.product form.cart {
  display: grid;
  margin: 0;
  padding: 20px 22px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: rgba(10, 13, 22, 0.74);
  box-shadow: none;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin: 0;
  border: 0;
}

.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr {
  display: grid;
  gap: 12px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block;
  padding: 0;
  border: 0;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-size: 1.2rem;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  font-size: 1rem;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--text-secondary);
  transition: color 0.24s ease, transform 0.24s ease;
}

.woocommerce div.product form.cart .reset_variations:hover {
  color: var(--text-primary);
  transform: translateX(2px);
}

.woocommerce div.product form.cart .single_variation_wrap {
  display: grid;
  gap: 16px;
}

.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart .woocommerce-variation-availability {
  font-size: 1rem;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.woocommerce div.product form.cart .quantity {
  display: inline-flex;
  min-width: 92px;
}

.woocommerce div.product form.cart .quantity .qty {
  font-size: 1rem;
}

.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus,
.woocommerce div.product form.cart .reset_variations::before {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
}

.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.03);
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  min-width: 170px;
  background:
    linear-gradient(135deg, rgba(90, 15, 28, 0.92), rgba(126, 26, 44, 0.88));
  box-shadow: 0 14px 28px rgba(90, 15, 28, 0.24);
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  box-shadow: 0 20px 38px rgba(90, 15, 28, 0.34);
}

.woocommerce div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 6px;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.6;
}

.woocommerce div.product .product_meta > span {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.woocommerce div.product .product_meta a {
  color: var(--text-primary);
}

.woocommerce div.product .woocommerce-tabs {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 999px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(10, 14, 24, 0.72);
  color: var(--text-secondary);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(90, 15, 28, 0.3), rgba(19, 28, 62, 0.18));
  box-shadow: 0 10px 22px rgba(90, 15, 28, 0.14);
  transform: translateY(-1px);
}

.woocommerce div.product .woocommerce-Tabs-panel {
  padding: 24px 26px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(11, 15, 25, 0.82), rgba(5, 7, 10, 0.74));
}
.woocommerce-Tabs-panel p{
  margin-bottom: 12px;
}

.woocommerce div.product .woocommerce-Tabs-panel > :first-child {
  margin-top: 0;
}

.woocommerce div.product .woocommerce-Tabs-panel table {
  background: transparent;
  box-shadow: none;
}

.woocommerce div.product .related > h2,
.woocommerce div.product .up-sells > h2 {
  margin-bottom: 18px;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table {
  width: 100%;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.12), transparent 34%),
    rgba(5, 7, 10, 0.76);
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
.woocommerce-checkout-review-order-table tfoot{
  text-align: right;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
  border-color: rgba(255, 255, 255, 0.08);
  vertical-align: middle;
  color: var(--text-primary);
}
td.product-name{
  text-align: left;
}
.woocommerce table.shop_table th {
  color: var(--text-secondary);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.woocommerce table.shop_table a {
  color: var(--text-primary);
}

.woocommerce table.shop_table .product-thumbnail img {
  width: 88px;
  border-radius: 12px;
}

.woocommerce-cart table.shop_table .product-remove,
.woocommerce-cart table.shop_table .product-thumbnail {
  white-space: nowrap;
}

.woocommerce-cart table.shop_table .product-remove {
  width: 44px !important;
  min-width: 44px !important;
  padding-right: 8px;
}

.woocommerce-cart table.shop_table .product-thumbnail {
  width: 72px;
  min-width: 72px;
  padding-left: 8px;
  padding-right: 8px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(12, 16, 28, 0.82), rgba(5, 7, 10, 0.72));
  padding: 30px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.woocommerce-cart .cart-collaterals{
  padding: 12px;
}
.woocommerce-checkout #customer_details{
  box-shadow: none;
}

.woocommerce-cart .woocommerce-cart-form {
  display: grid;
  gap: 24px;
}

.woocommerce-cart .actions {
  display: grid;
  grid-template-columns: minmax(280px, 420px) auto;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.woocommerce-cart .coupon {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.woocommerce-cart .coupon .input-text {
  width: 100%;
  min-width: 0;
}

.woocommerce-cart .actions > .button[name="update_cart"] {
  justify-self: end;
}

.woocommerce-cart .product-thumbnail img {
  display: block;
  width: 64px;
  min-width: 64px;
}

.woocommerce-cart .product-remove .remove {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--text-secondary) !important;
  font-size: 1.1rem;
  line-height: 1;
}

.woocommerce-cart .product-remove .remove:hover {
  background: var(--accent);
  color: #fff !important;
}

.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
}

.woocommerce-cart .quantity .qty {
  width: 84px;
  text-align: center;
}

.woocommerce-cart .cart-collaterals {
  display: grid;
  justify-items: center;
}

.woocommerce-cart .cart_totals {
  width: min(100%, 760px);
  text-align: center;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-bottom: 18px;
}

.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  padding-inline: 0;
}

.woocommerce-cart .cart_totals table.shop_table {
  width: 100%;
}

.woocommerce-cart .cart_totals table.shop_table tbody {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 18px 24px;
}

.woocommerce-cart .cart_totals table.shop_table tbody tr {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce-cart .cart_totals table.shop_table tbody th,
.woocommerce-cart .cart_totals table.shop_table tbody td {
  padding: 0;
  border: 0;
  font-size: 16px;
  text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 12px 0;
  display: flex;
  justify-content: center;
}

.feral-cart-wrap--empty {
  display: grid;
  justify-items: center;
  gap: 28px;
  min-height: 56vh;
  align-content: center;
}

.feral-empty-cart {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.feral-empty-cart__icon {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(108, 43, 255, 0.22), transparent 42%),
    linear-gradient(145deg, rgba(11, 28, 63, 0.76), rgba(5, 7, 10, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.feral-empty-cart__icon svg {
  width: 72px;
  height: 72px;
}

.feral-empty-cart__copy {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.feral-empty-cart__copy .cart-empty {
  margin: 0;
  color: var(--text-primary);
  font-family: "Michroma", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 12px 24px;
  text-transform: lowercase;
}

.feral-empty-cart__dots {
  color: var(--text-muted);
  letter-spacing: 0.55em;
}

.feral-empty-cart__copy h2 {
  margin: 0;
}

.feral-cart-wrap--empty .return-to-shop {
  margin: 0;
}

.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.feral-account-wrap .woocommerce {
  display: grid;
  gap: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: grid;
  gap: 24px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background: rgba(5, 7, 10, 0.72);
  padding: 24px;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .shipping_address{
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(12, 16, 28, 0.82), rgba(5, 7, 10, 0.72));
  padding: 24px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(12, 16, 28, 0.82), rgba(5, 7, 10, 0.72));
  padding: 24px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: 1px solid #C7CBD6;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.woocommerce-checkout-payment .wc_payment_methods .woocommerce-info{
  background: transparent;
  border-radius: 0;
  padding: 6px 9px;
}

.woocommerce-privacy-policy-text{
  font-size: .8em;
  margin-bottom: 9px;
}

.woocommerce-terms-and-conditions-checkbox-text{
  font-size: .9em;
}

.woocommerce-checkout-payment .wc_payment_method {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout-payment .wc_payment_method:last-child {
  border-bottom: 0;
}

.woocommerce-checkout-payment .payment_box {
  margin-top: 12px;
  color: var(--text-secondary);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  justify-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__current {
  display: none;
  margin: 0 0 10px;
  color: var(--text-secondary);
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: var(--text-secondary);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__icon {
  display: inline-grid;
  place-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__icon svg {
  width: 20px;
  height: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__label {
  font-size: 0.9rem;
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(90, 15, 28, 0.34), rgba(19, 28, 62, 0.18));
  color: var(--text-primary);
  box-shadow: 0 10px 24px rgba(90, 15, 28, 0.16);
  transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-content > * + * {
  margin-top: 18px;
}

.woocommerce-account .addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-account .addresses .woocommerce-Address {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at top right, rgba(90, 15, 28, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.03);
  padding: 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-checkout .col2-set--single {
  grid-template-columns: 1fr;
}

.feral-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
  gap: 24px;
  align-items: start;
}

.feral-checkout-layout--single {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
}

.feral-checkout-review {
  display: grid;
  gap: 16px;
}

.feral-checkout-coupon {
  margin-bottom: 18px;
}

.feral-checkout-coupon .woocommerce-form-coupon-toggle,
.feral-checkout-coupon .checkout_coupon {
  margin-bottom: 0;
}

#order_review_heading {
  margin: 16px 0;
}

@media (max-width: 920px) {
  .feral-shop-wrap,
  .feral-cart-wrap,
  .feral-checkout-wrap,
  .feral-account-wrap,
  .single-product .site-main > .product {
    padding: 12px 12px 66px 12px; 
  }

  .woocommerce div.product,
  .woocommerce-checkout .col2-set,
  .feral-checkout-layout {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .feral-single-summary__details {
    grid-template-columns: 1fr;
  }

  .single-product .related ul.products,
  .single-product .up-sells ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce-billing-fields__field-wrapper .feral-third,
  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row-first,
  .woocommerce-shipping-fields__field-wrapper .form-row-last,
  .woocommerce-shipping-fields__field-wrapper .feral-third {
    grid-column: auto;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
  .woocommerce div.product form.cart:not(.variations_form) {
    align-items: stretch;
  }

  .feral-account-wrap {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-items: stretch;
    gap: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__current {
    display: block;
    margin-bottom: 6px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    display: inline-grid;
    place-items: center;
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    gap: 0;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(10, 13, 22, 0.62);
  }

  .woocommerce-account .woocommerce-MyAccount-navigation .feral-account-nav__label {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 18px rgba(90, 15, 28, 0.3);
  }

  .woocommerce-account .addresses {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .actions,
  .woocommerce-cart .coupon {
    align-items: stretch;
  }

  .woocommerce-cart .actions,
  .woocommerce-cart .coupon {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .cart-collaterals {
    justify-items: stretch;
  }

  .woocommerce-cart .cart_totals {
    width: 100%;
  }

  .woocommerce-cart .cart_totals table.shop_table tbody {
    justify-content: flex-start;
  }

  .woocommerce-cart .actions > .button[name="update_cart"] {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .woocommerce div.product .feral-single-summary__headline,
  .woocommerce div.product .product_title,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .woocommerce div.product .woocommerce-product-details__short-description,
  .woocommerce div.product .product_meta {
    text-align: center;
    justify-self: center;
  }

  .woocommerce div.product .feral-single-summary__headline {
    flex-direction: column;
    gap: 10px;
  }

  .woocommerce div.product .woocommerce-product-details__short-description,
  .woocommerce div.product .product_meta {
    max-width: 100%;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: clamp(420px, 92vw, 620px);
    overflow: hidden;
    padding: 12px 0 6px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    width: min(68vw, 252px);
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-active {
    transform: translate(-50%, -50%) scale(1.02);
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-prev,
  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-next {
    opacity: 0.58;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-prev {
    transform: translate(calc(-50% - min(68vw, 252px) * 0.76), -50%) perspective(1200px) rotateY(14deg) scale(0.78);
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-next {
    transform: translate(calc(-50% + min(68vw, 252px) * 0.76), -50%) perspective(1200px) rotateY(-14deg) scale(0.78);
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-left {
    transform: translate(calc(-50% - min(68vw, 252px) * 1.06), -50%) scale(0.62);
    opacity: 0.14;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__image.is-hidden-right {
    transform: translate(calc(-50% + min(68vw, 252px) * 1.06), -50%) scale(0.62);
    opacity: 0.14;
  }

  .single-product .feral-product-gallery-arrow {
    display: none;
  }

  .single-product .feral-product-gallery-arrow span {
    font-size: 1.2rem;
  }

  .woocommerce div.product div.summary,
  .woocommerce div.product form.cart {
    overflow: visible;
  }

  .woocommerce div.product form.cart .variations select.feral-variation-select__native {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
  }

  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .variations tbody,
  .woocommerce div.product form.cart .variations tr {
    display: block;
  }

  .woocommerce div.product form.cart .variations tr + tr {
    margin-top: 12px;
  }

  .woocommerce div.product form.cart .variations th,
  .woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
  }

  .woocommerce div.product form.cart .variations select {
    position: relative;
    z-index: 2;
  }

  .feral-variation-select {
    position: relative;
    display: grid;
    gap: 8px;
  }

  .feral-variation-select__trigger {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border: 0;
    border-bottom: 2px solid var(--accent);
    background: transparent;
    color: var(--text-primary);
    text-align: left;
    font: inherit;
  }

  .feral-variation-select__label {
    font-size: 1rem;
  }

  .feral-variation-select__chevron {
    font-size: 1rem;
    line-height: 1;
  }

  .feral-variation-select__menu {
    display: none;
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    background:
      radial-gradient(circle at top right, rgba(90, 15, 28, 0.12), transparent 40%),
      rgba(10, 13, 22, 0.96);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    overflow: hidden;
  }

  .feral-variation-select.is-open .feral-variation-select__menu {
    display: block;
  }

  .feral-variation-select__list {
    display: grid;
  }

  .feral-variation-select__option {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: var(--text-primary);
    text-align: left;
    font: inherit;
  }

  .feral-variation-select__option + .feral-variation-select__option {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .feral-variation-select__option.is-selected {
    background: rgba(90, 15, 28, 0.28);
  }

  .single-product .related ul.products,
  .single-product .up-sells ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .single-product .related ul.products li.feral-product-card--related,
  .single-product .up-sells ul.products li.feral-product-card--related {
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce-checkout #customer_details {
    padding: 9px;
  }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout .shipping_address,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 9px;
  }

  .woocommerce-checkout .woocommerce-billing-fields {
    padding: 18px;
  }

  .feral-checkout-coupon .checkout_coupon {
    padding: 18px;
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td {
    padding: 10px 8px;
  }

  .woocommerce-cart table.shop_table .product-remove {
    width: 30px !important;
    min-width: 30px !important;
    padding-right: 4px;
  }

  .woocommerce-cart table.shop_table .product-thumbnail,
  .woocommerce-cart table.shop_table th.product-thumbnail,
  .woocommerce-cart table.shop_table td.product-thumbnail {
    display: none;
  }

  .woocommerce-cart .product-remove .remove {
    width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  .woocommerce-cart .woocommerce-cart-form {
    gap: 16px;
  }

  .woocommerce-cart .actions {
    gap: 12px;
    padding: 0 12px;
  }

  .woocommerce-cart .actions > .button[name="update_cart"] {
    order: 1;
    width: auto;
    justify-self: center;
  }

  .woocommerce-cart .coupon {
    order: 2;
    gap: 10px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .post-type-archive-product .archive-header,
  .tax-product_cat .archive-header,
  .tax-product_tag .archive-header,
  .woocommerce-shop .archive-header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .post-type-archive-product .archive-header .woocommerce-ordering,
  .post-type-archive-product .archive-header .woocommerce-ordering select,
  .tax-product_cat .archive-header .woocommerce-ordering,
  .tax-product_cat .archive-header .woocommerce-ordering select,
  .tax-product_tag .archive-header .woocommerce-ordering,
  .tax-product_tag .archive-header .woocommerce-ordering select,
  .woocommerce-shop .archive-header .woocommerce-ordering,
  .woocommerce-shop .archive-header .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  .post-type-archive-product .archive-header .woocommerce-ordering,
  .tax-product_cat .archive-header .woocommerce-ordering,
  .tax-product_tag .archive-header .woocommerce-ordering,
  .woocommerce-shop .archive-header .woocommerce-ordering {
    justify-self: stretch;
  }
}
