/* areena-reference.css */
:root {
  --areena-ink: #101010;
  --areena-muted: #686868;
  --areena-line: #e6e2de;
  --areena-accent: #c78447;
  --areena-accent-dark: #ab6c35;
  --areena-green: #087a2b;
  --areena-cream: #fbfaf8;
  --areena-serif: "Fraunces", Georgia, "Times New Roman", serif;
}

.areena-reference-style .areena-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.areena-reference-style .areena-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 24px;
}

/* Product cards */
.areena-reference-style .product-small.box {
  background: #fff;
  border: 1px solid #eeeae6;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(34, 24, 15, .11);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.areena-reference-style .product-small.box:hover {
  box-shadow: 0 13px 32px rgba(34, 24, 15, .16);
  transform: translateY(-3px);
}

.areena-reference-style .product-small .box-image,
.areena-reference-style .product-small .image-cover {
  border-radius: 9px 9px 0 0;
  overflow: hidden;
}

.areena-reference-style .product-small .box-image img {
  object-fit: cover;
}

.areena-reference-style .product-small .badge-container {
  left: 13px;
  top: 13px;
}

.areena-reference-style .product-small .badge-circle,
.areena-reference-style .product-small .badge-circle .badge-inner {
  border-radius: 50%;
  height: 54px;
  min-width: 54px;
}

.areena-reference-style .product-small .badge-circle .badge-inner {
  align-items: center;
  background: #050505;
  border: 0;
  display: flex;
  font: 400 20px/1 var(--areena-serif);
  justify-content: center;
}

.areena-reference-style .areena-stock-badge {
  align-items: center;
  background: rgba(255, 255, 255, .91);
  border-radius: 6px;
  color: var(--areena-green);
  display: flex;
  font: 16px/1 var(--areena-serif);
  gap: 8px;
  padding: 12px 15px;
  position: absolute;
  right: 12px;
  top: 14px;
  z-index: 4;
}

.areena-reference-style .areena-stock-badge i,
.areena-reference-style .areena-single-stock i {
  background: currentColor;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.areena-reference-style .areena-stock-badge.is-out-of-stock,
.areena-reference-style .areena-single-stock.is-out-of-stock {
  color: #a62222;
}

.areena-reference-style .product-small .box-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px 18px 16px;
}

.areena-reference-style .product-small .product-title {
  min-height: 57px;
}

.areena-reference-style .product-small .product-title a {
  color: var(--areena-ink);
  font: 600 clamp(18px, 1.55vw, 26px)/1.25 var(--areena-serif);
  letter-spacing: -.01em;
}

.areena-reference-style .product-small .price-wrapper {
  margin: 3px 0 10px;
}

.areena-reference-style .product-small .price {
  align-items: baseline;
  color: var(--areena-ink);
  display: flex;
  font: 700 clamp(27px, 2.2vw, 40px)/1 var(--areena-serif);
  gap: 16px;
  justify-content: center;
}

.areena-reference-style .product-small .price del {
  color: #929292;
  font-size: .56em;
  font-weight: 400;
  opacity: 1;
}

.areena-reference-style .product-small .price ins {
  text-decoration: none;
}

.areena-reference-style .areena-rating {
  align-items: center;
  display: flex;
  gap: 12px;
}

.areena-reference-style .product-small .areena-rating {
  justify-content: center;
  margin: 5px 0 16px;
}

.areena-reference-style .areena-stars {
  color: #d8d1c9;
  display: inline-block;
  font: 21px/1 var(--areena-serif);
  letter-spacing: 2px;
  position: relative;
  white-space: nowrap;
}

.areena-reference-style .areena-stars-fill {
  color: var(--areena-accent);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.areena-reference-style .areena-review-count {
  color: var(--areena-ink);
  font: 15px/1.2 var(--areena-serif);
}

.areena-reference-style .areena-card-benefits {
  border-bottom: 1px solid var(--areena-line);
  border-top: 1px solid var(--areena-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -1px 16px;
  padding: 14px 0;
}

.areena-reference-style .areena-card-benefits > span {
  align-items: center;
  color: var(--areena-ink);
  display: flex;
  flex-direction: column;
  font-family: var(--areena-serif);
  gap: 7px;
  justify-content: center;
  padding: 0 6px;
  text-align: center;
}

.areena-reference-style .areena-card-benefits > span + span {
  border-left: 1px solid var(--areena-line);
}

.areena-reference-style .areena-card-benefits b {
  font-size: 13px;
  font-weight: 400;
}

.areena-reference-style .areena-card-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.7fr) minmax(105px, 1fr);
  margin-top: auto;
  padding: 0 18px 16px;
}

.areena-reference-style .areena-card-actions a {
  align-items: center;
  border: 0;
  border-radius: 6px;
  display: flex;
  font: 17px/1 var(--areena-serif);
  gap: 10px;
  justify-content: center;
  margin: 0;
  min-height: 52px;
  padding: 10px;
  text-transform: none;
}

.areena-reference-style .areena-card-actions .areena-card-cart {
  background: var(--areena-accent);
  color: #fff;
}

.areena-reference-style .areena-card-actions .areena-card-cart:hover {
  background: var(--areena-accent-dark);
}

.areena-reference-style .areena-quick-view {
  background: transparent;
  color: var(--areena-ink);
}

/* Single product */
.areena-reference-style.single-product #main {
  background: var(--areena-cream);
}

.areena-reference-style.single-product .product-main {
  padding: 22px 16px 14px;
}

.areena-reference-style.single-product .product-main .content-row {
  background: #fff;
  border: 1px solid #eeeae6;
  border-radius: 12px;
  box-shadow: 0 7px 25px rgba(45, 34, 23, .09);
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 20px;
}

.areena-reference-style.single-product .product-gallery,
.areena-reference-style.single-product .product-images {
  padding-bottom: 0;
}

.areena-reference-style.single-product .woocommerce-product-gallery__wrapper,
.areena-reference-style.single-product .woocommerce-product-gallery__image,
.areena-reference-style.single-product .woocommerce-product-gallery__image a,
.areena-reference-style.single-product .woocommerce-product-gallery__image img {
  border-radius: 8px;
}

.areena-reference-style.single-product .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.areena-reference-style.single-product .product-thumbnails {
  margin-top: 14px;
}

.areena-reference-style.single-product .product-thumbnails a {
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.areena-reference-style.single-product .product-thumbnails .is-nav-selected a {
  border-color: var(--areena-accent);
}

.areena-reference-style.single-product .product-thumbnails img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.areena-reference-style.single-product .product-summary {
  padding-left: 28px;
}

.areena-reference-style.single-product .product-title {
  color: var(--areena-ink);
  font: 600 clamp(30px, 3vw, 44px)/1.1 var(--areena-serif);
  letter-spacing: -.025em;
  margin: 0 0 12px;
}

.areena-reference-style.single-product .product-stacked-next-prev-nav,
.areena-reference-style.single-product .product-summary .breadcrumbs {
  display: none;
}

.areena-reference-style.single-product .summary > .areena-rating {
  margin-bottom: 17px;
}

.areena-reference-style .areena-guarantees {
  border-bottom: 0;
  color: var(--areena-ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 28px;
  margin-bottom: 17px;
}

.areena-reference-style .areena-guarantees span::first-letter {
  color: var(--areena-ink);
}

.areena-reference-style.single-product .summary .price {
  align-items: baseline;
  color: var(--areena-ink);
  display: flex;
  font: 700 clamp(34px, 3.6vw, 48px)/1 var(--areena-serif);
  gap: 18px;
  margin: 4px 0 16px;
}

.areena-reference-style.single-product .summary .price del {
  color: #8e8e8e;
  font-size: .53em;
  font-weight: 400;
  opacity: 1;
}

.areena-reference-style.single-product .summary .price ins {
  text-decoration: none;
}

.areena-reference-style .areena-single-stock {
  align-items: center;
  background: #edf6ed;
  border-radius: 5px;
  color: var(--areena-green);
  display: inline-flex;
  float: right;
  font: 14px/1 var(--areena-serif);
  gap: 6px;
  margin-top: -54px;
  padding: 8px 10px;
}

.areena-reference-style .areena-single-stock i {
  height: 8px;
  width: 8px;
}

.areena-reference-style .areena-single-excerpt {
  border-bottom: 1px solid var(--areena-line);
  clear: both;
  color: var(--areena-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 16px;
  padding: 0 0 15px;
}

.areena-reference-style .areena-single-excerpt p:last-child {
  margin-bottom: 0;
}

.areena-reference-style.single-product .variations {
  border: 0;
  margin-bottom: 10px;
}

.areena-reference-style.single-product .variations th,
.areena-reference-style.single-product .variations td {
  border: 0;
  display: block;
  padding: 0 0 8px;
}

.areena-reference-style.single-product .variations label {
  color: var(--areena-ink);
  font: 16px/1.2 var(--areena-serif);
  text-transform: none;
}

.areena-reference-style.single-product .ux-swatch,
.areena-reference-style.single-product .areena-size-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  color: var(--areena-ink);
  display: inline-flex;
  height: 39px;
  justify-content: center;
  margin: 0 10px 8px 0;
  min-width: 58px;
  padding: 0 14px;
}

.areena-reference-style.single-product .ux-swatch.selected,
.areena-reference-style.single-product .ux-swatch:hover,
.areena-reference-style.single-product .areena-size-chip.is-selected {
  border-color: var(--areena-accent);
  box-shadow: 0 0 0 1px var(--areena-accent) inset;
}

.areena-reference-style.single-product form.cart {
  border: 0;
  margin: 0;
  padding: 0;
}

.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
.areena-reference-style.single-product form.cart:not(.variations_form) {
  align-items: stretch;
  display: flex;
  gap: 14px;
}

.areena-reference-style.single-product .quantity.buttons_added {
  border: 1px solid var(--areena-line);
  border-radius: 5px;
  display: flex;
  flex: 0 0 126px;
  overflow: hidden;
}

.areena-reference-style.single-product .quantity .button,
.areena-reference-style.single-product .quantity input[type=number] {
  background: #fff;
  border: 0;
  box-shadow: none;
  height: 48px;
}

.areena-reference-style.single-product .single_add_to_cart_button {
  align-items: center;
  background: var(--areena-accent);
  border-radius: 5px;
  display: flex;
  flex: 1;
  font: 19px/1 var(--areena-serif);
  justify-content: center;
  margin: 0;
  min-height: 48px;
  text-transform: none;
}

.areena-reference-style.single-product .single_add_to_cart_button::before {
  content: "♡";
  font: 22px/1 sans-serif;
  margin-right: 10px;
}

.areena-reference-style.single-product .single_add_to_cart_button:hover {
  background: var(--areena-accent-dark);
}

.areena-reference-style .areena-secondary-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.1fr;
  margin: 13px 0 18px;
}

.areena-reference-style .areena-secondary-actions a,
.areena-reference-style .areena-secondary-actions button {
  align-items: center;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: var(--areena-ink);
  display: flex;
  font: 16px/1 var(--areena-serif);
  gap: 10px;
  justify-content: center;
  margin: 0;
  min-height: 46px;
  padding: 9px 12px;
  text-transform: none;
}

.areena-reference-style .areena-wishlist.is-active {
  border-color: var(--areena-accent);
  color: var(--areena-accent-dark);
}

.areena-reference-style .areena-wishlist.is-active svg {
  fill: currentColor;
}

.areena-reference-style .areena-single-benefits {
  border-bottom: 1px solid var(--areena-line);
  border-top: 1px solid var(--areena-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4px;
  padding: 15px 0;
}

.areena-reference-style .areena-single-benefits > span {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 8px;
  text-align: center;
}

.areena-reference-style .areena-single-benefits > span + span {
  border-left: 1px solid var(--areena-line);
}

.areena-reference-style .areena-single-benefits b {
  font: 400 14px/1.15 var(--areena-serif);
}

.areena-reference-style.single-product .product-footer {
  background: transparent;
}

.areena-reference-style.single-product .woocommerce-tabs {
  background: #fff;
  border: 1px solid #eeeae6;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(45, 34, 23, .07);
  margin: 0 auto 30px;
  max-width: 1180px;
  padding: 0;
  overflow: hidden;
}

.areena-reference-style .areena-product-accordion details + details {
  border-top: 1px solid var(--areena-line);
}

.areena-reference-style .areena-product-accordion summary {
  color: var(--areena-ink);
  cursor: pointer;
  font: 17px/1.3 var(--areena-serif);
  list-style: none;
  padding: 18px 54px 18px 72px;
  position: relative;
}

.areena-reference-style .areena-product-accordion summary::-webkit-details-marker {
  display: none;
}

.areena-reference-style .areena-product-accordion summary::before {
  content: "▧";
  font: 23px/1 sans-serif;
  left: 31px;
  position: absolute;
  top: 15px;
}

.areena-reference-style .areena-product-accordion summary::after {
  content: "⌄";
  font: 22px/1 sans-serif;
  position: absolute;
  right: 30px;
  top: 15px;
  transition: transform .2s ease;
}

.areena-reference-style .areena-product-accordion details[open] summary::after {
  transform: rotate(180deg);
}

.areena-reference-style .areena-product-accordion .panel {
  border-top: 1px solid var(--areena-line);
  display: block !important;
  margin: 0;
  padding: 22px 32px 26px;
}

.areena-reference-style.single-product .social-icons,
.areena-reference-style.single-product .product_meta {
  margin-top: 16px;
}

@media (max-width: 849px) {
  .areena-reference-style .areena-stock-badge {
    font-size: 14px;
    padding: 9px 11px;
  }

  .areena-reference-style.single-product .product-main {
    padding: 12px 8px;
  }

  .areena-reference-style.single-product .product-main .content-row {
    padding: 14px 8px 22px;
  }

  .areena-reference-style.single-product .product-summary {
    padding: 22px 14px 0;
  }
}

@media (max-width: 549px) {
  .areena-reference-style .product-small .product-title a {
    font-size: 19px;
  }

  .areena-reference-style .areena-card-actions {
    grid-template-columns: 1fr;
  }

  .areena-reference-style .areena-quick-view {
    min-height: 38px !important;
  }

  .areena-reference-style.single-product .product-title {
    font-size: 30px;
  }

  .areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
  .areena-reference-style.single-product form.cart:not(.variations_form) {
    flex-wrap: wrap;
  }

  .areena-reference-style.single-product .quantity.buttons_added {
    flex-basis: 118px;
  }

  .areena-reference-style.single-product .single_add_to_cart_button {
    min-width: calc(100% - 132px);
  }

  .areena-reference-style .areena-secondary-actions {
    grid-template-columns: 1fr;
  }

  .areena-reference-style .areena-single-benefits {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 17px;
  }

  .areena-reference-style .areena-single-benefits > span:nth-child(3) {
    border-left: 0;
  }

  .areena-reference-style .areena-product-accordion summary {
    padding-left: 56px;
  }

  .areena-reference-style .areena-product-accordion summary::before {
    left: 20px;
  }
}

/* ================================================================
   Version 5: remove rating row and eliminate excess vertical space
   ================================================================ */

body.areena-reference-style .product-small.box {
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(42, 29, 18, .10) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: calc(100% - 20px) !important;
}

body.areena-reference-style .product-small .areena-rating {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.areena-reference-style .product-small .box-text {
  padding-bottom: 0 !important;
}

body.areena-reference-style .product-small .price {
  height: 40px !important;
  margin-bottom: 5px !important;
}

body.areena-reference-style .product-small .areena-card-benefits {
  border-bottom: 0 !important;
  height: 66px !important;
  min-height: 66px !important;
  padding: 5px 0 !important;
}

body.areena-reference-style .product-small .areena-card-benefits > span {
  gap: 2px !important;
  height: 52px !important;
  min-height: 0 !important;
  padding: 0 4px !important;
}

body.areena-reference-style .product-small .areena-card-benefits .areena-icon,
body.areena-reference-style .product-small .areena-card-benefits .areena-icon svg {
  height: 18px !important;
  width: 18px !important;
}

body.areena-reference-style .product-small .areena-card-benefits b {
  font-size: 11px !important;
  line-height: 1.12 !important;
}

body.areena-reference-style .product-small .areena-card-actions {
  align-items: stretch !important;
  gap: 8px !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) !important;
  min-height: 60px !important;
  padding: 8px 10px 9px !important;
}

body.areena-reference-style .product-small .areena-card-actions a {
  border-radius: 6px !important;
  height: 43px !important;
  min-height: 43px !important;
  padding: 6px 7px !important;
}

body.areena-reference-style .product-small .areena-card-actions .areena-quick-view {
  background: #fff !important;
  border: 1px solid #ddd5ce !important;
  color: #191512 !important;
  font-size: 14px !important;
  gap: 7px !important;
  justify-content: center !important;
}

body.areena-reference-style .product-small .areena-card-actions .areena-quick-view:hover {
  background: #f8f1eb !important;
  border-color: var(--areena-accent) !important;
}

body.areena-reference-style .product-small .areena-card-actions .areena-icon svg {
  height: 20px;
  width: 20px;
}

@media (max-width: 1100px) {
  body.areena-reference-style .product-small .areena-card-actions {
    grid-template-columns: 1fr !important;
    min-height: 96px !important;
  }
}

@media (max-width: 549px) {
  body.areena-reference-style .product-small.box {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: calc(100% - 10px) !important;
  }
}

/* Version 6 final single-product corrections. */
body.areena-reference-style.single-product .product-summary > .areena-rating,
body.areena-reference-style.single-product .product-stacked-info > .areena-rating,
body.areena-reference-style.single-product .areena-secondary-actions {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.areena-reference-style.single-product .areena-stock-rail {
  align-items: flex-end;
  display: flex;
  float: right;
  flex-direction: column;
  gap: 6px;
  margin: -75px 0 0 14px;
  position: relative;
  z-index: 5;
}

body.areena-reference-style.single-product .areena-stock-rail .areena-single-stock {
  float: none !important;
  margin: 0 !important;
}

body.areena-reference-style.single-product .areena-stock-wishlist {
  align-items: center;
  background: #fff;
  border: 1px solid #e5d7ca;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(56, 36, 20, .12);
  color: #5d4938;
  display: flex;
  height: 35px;
  justify-content: center;
  margin: 0;
  min-height: 35px;
  padding: 0;
  position: relative;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
  width: 35px;
}

body.areena-reference-style.single-product .areena-stock-wishlist:hover,
body.areena-reference-style.single-product .areena-stock-wishlist.is-active {
  border-color: var(--areena-accent);
  color: var(--areena-accent-dark);
  transform: translateY(-1px);
}

body.areena-reference-style.single-product .areena-stock-wishlist.is-active svg {
  fill: currentColor;
}

body.areena-reference-style.single-product .areena-stock-wishlist .areena-icon,
body.areena-reference-style.single-product .areena-stock-wishlist svg {
  height: 18px;
  width: 18px;
}

body.areena-reference-style.single-product .areena-stock-wishlist::after {
  background: #171411;
  border-radius: 4px;
  color: #fff;
  content: attr(data-label);
  font: 500 11px/1.1 sans-serif;
  opacity: 0;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  right: 43px;
  top: 5px;
  transform: translateX(4px);
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}

body.areena-reference-style.single-product .areena-stock-wishlist:hover::after {
  opacity: 1;
  transform: translateX(0);
}

body.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
}

body.areena-reference-style.single-product .quantity.buttons_added {
  align-items: stretch !important;
  border: 1px solid #d9d2cb !important;
  border-radius: 7px !important;
  display: grid !important;
  grid-template-columns: 38px 48px 38px !important;
  height: 52px !important;
  margin: 0 !important;
  min-height: 52px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 126px !important;
}

body.areena-reference-style.single-product .quantity.buttons_added input {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 !important;
  min-height: 50px !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .quantity.buttons_added .minus,
body.areena-reference-style.single-product .quantity.buttons_added .plus {
  background: #f8f5f2 !important;
  color: #2c241e !important;
  font-size: 18px !important;
}

body.areena-reference-style.single-product .quantity.buttons_added .qty {
  background: #fff !important;
  border-left: 1px solid #ebe5df !important;
  border-right: 1px solid #ebe5df !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

body.areena-reference-style.single-product .single_add_to_cart_button {
  height: 52px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 52px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 549px) {
  body.areena-reference-style.single-product .areena-stock-rail {
    margin-top: -68px;
  }

  body.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-template-columns: 116px minmax(0, 1fr) !important;
  }

  body.areena-reference-style.single-product .quantity.buttons_added {
    grid-template-columns: 34px 46px 34px !important;
    width: 116px !important;
  }
}

/* ================================================================
   Version 3: verified fixes for the live Flatsome / WP Rocket grid
   ================================================================ */

body.areena-reference-style .row .product-small.box,
body.areena-reference-style .products .product-small.box,
body.areena-reference-style .product-small.box {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image {
  align-self: stretch !important;
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 100% !important;
  opacity: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  visibility: visible !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image .image-cover {
  display: block !important;
  height: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 100% !important;
  overflow: hidden !important;
  padding-top: 100% !important;
  position: relative !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image .image-cover > a {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image img {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover !important;
  opacity: 1;
  position: absolute !important;
  visibility: visible !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image img.back-image {
  opacity: 0 !important;
  z-index: 2;
}

body.areena-reference-style .product-small:hover .box-image img.back-image {
  opacity: 1 !important;
}

body.areena-reference-style .product-small .box-text {
  align-self: stretch !important;
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  position: relative !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .box-image > .areena-stock-badge {
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  position: absolute !important;
  right: 14px !important;
  top: 14px !important;
  transform: none !important;
  z-index: 8 !important;
}

body.areena-reference-style .product-small .product-title {
  display: -webkit-box;
  margin: 0 auto 5px;
  min-height: 2.55em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.areena-reference-style .product-small .product-title a {
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.24;
}

body.areena-reference-style .product-small .areena-card-actions {
  align-self: stretch !important;
  background: #fff;
  border-top: 1px solid var(--areena-line);
  display: grid !important;
  flex: 0 0 auto !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(100px, 1fr);
  margin: auto 0 0 !important;
  padding: 14px 16px 16px !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

body.areena-reference-style .product-small .areena-card-actions a {
  min-width: 0;
  width: 100%;
}

body.areena-reference-style .product-small .areena-card-actions .areena-quick-view {
  border: 1px solid transparent;
  white-space: nowrap;
}

body.areena-reference-style .product-small .areena-card-actions .areena-quick-view:hover {
  background: #faf6f2;
  border-color: #eadfd5;
}

@media (max-width: 1100px) {
  body.areena-reference-style .product-small .areena-card-actions {
    grid-template-columns: 1fr;
  }

  body.areena-reference-style .product-small .areena-card-actions .areena-quick-view {
    min-height: 40px;
  }
}

@media (max-width: 549px) {
  body.areena-reference-style .product-small .box-image > .areena-stock-badge {
    right: 9px !important;
    top: 9px !important;
  }
}

/* ================================================================
   Version 4: compact alignment and exact reference typography
   ================================================================ */

body.areena-reference-style .product-small.box {
  height: auto !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  min-height: 0 !important;
  width: calc(100% - 14px) !important;
}

body.areena-reference-style .product-small .box-text {
  flex: 0 0 auto !important;
  padding: 14px 15px 0 !important;
}

body.areena-reference-style .product-small .product-title {
  align-items: center;
  display: flex !important;
  height: 58px;
  justify-content: center;
  margin: 0 auto 2px;
  min-height: 58px;
}

body.areena-reference-style .product-small .product-title a {
  display: -webkit-box;
  font-family: var(--areena-serif) !important;
  font-size: clamp(17px, 1.34vw, 22px) !important;
  font-weight: 500 !important;
  letter-spacing: -.015em;
  line-height: 1.18 !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.areena-reference-style .product-small .price-wrapper {
  margin: 0 !important;
}

body.areena-reference-style .product-small .price {
  font-family: var(--areena-serif) !important;
  font-size: clamp(27px, 2.15vw, 37px) !important;
  font-weight: 500 !important;
  gap: 13px !important;
  height: 43px;
  margin: 0 !important;
}

body.areena-reference-style .product-small .price del {
  font-size: .52em !important;
}

body.areena-reference-style .product-small .areena-rating {
  height: 28px;
  margin: 0 0 8px !important;
}

body.areena-reference-style .product-small .areena-stars {
  font-size: 18px;
}

body.areena-reference-style .product-small .areena-review-count {
  font-family: var(--areena-serif);
  font-size: 13px;
}

body.areena-reference-style .product-small .areena-card-benefits {
  align-items: center;
  height: 86px !important;
  margin: 0 !important;
  min-height: 86px !important;
  padding: 8px 0 !important;
}

body.areena-reference-style .product-small .areena-card-benefits > span {
  gap: 3px !important;
  height: 62px;
  padding: 0 5px !important;
}

body.areena-reference-style .product-small .areena-card-benefits .areena-icon svg {
  height: 20px;
  width: 20px;
}

body.areena-reference-style .product-small .areena-card-benefits b {
  font-family: inherit;
  font-size: 12px !important;
  line-height: 1.2;
}

body.areena-reference-style .product-small .areena-card-actions {
  gap: 7px !important;
  min-height: 64px;
  padding: 9px 13px 10px !important;
}

body.areena-reference-style .product-small .areena-card-actions a {
  font-family: var(--areena-serif);
  font-size: 15px;
  min-height: 44px;
  padding: 7px 8px;
}

body.areena-reference-style .product-small .box-image > .areena-stock-badge {
  border: 1px solid rgba(8, 122, 43, .12);
  border-radius: 5px;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 650;
  gap: 5px;
  line-height: 1;
  padding: 7px 9px !important;
  right: 11px !important;
  top: 11px !important;
}

body.areena-reference-style .product-small .box-image > .areena-stock-badge i {
  height: 7px;
  width: 7px;
}

body.areena-reference-style.single-product .product-title,
body.areena-reference-style.single-product .summary .price,
body.areena-reference-style.single-product .summary .price *,
body.areena-reference-style.single-product .woocommerce-tabs summary,
body.areena-reference-style.single-product .related .product-title,
body.areena-reference-style.single-product .related .price {
  font-family: var(--areena-serif) !important;
}

body.areena-reference-style.single-product .product-title {
  font-weight: 500 !important;
  letter-spacing: -.015em;
}

body.areena-reference-style.single-product .summary .price {
  font-weight: 500 !important;
}

@media (max-width: 1100px) {
  body.areena-reference-style .product-small .areena-card-actions {
    min-height: 92px;
  }
}

@media (max-width: 549px) {
  body.areena-reference-style .product-small.box {
    margin-left: 4px !important;
    margin-right: 4px !important;
    width: calc(100% - 8px) !important;
  }

  body.areena-reference-style .product-small .product-title {
    height: 54px;
    min-height: 54px;
  }
}

/* ================================================================
   Version 2: live-site conflict fixes and premium product experience
   ================================================================ */

/* Keep Flatsome product images in normal document flow. The previous flex
   card could shrink the image to zero inside UX Builder equal-height rows. */
.areena-reference-style .product-small.box {
  display: block;
  height: auto;
  min-height: 100%;
}

.areena-reference-style .product-small .box-image {
  display: block !important;
  flex: none !important;
  height: auto !important;
  min-height: 1px;
  opacity: 1 !important;
  visibility: visible !important;
}

.areena-reference-style .product-small .box-image .image-cover {
  display: block !important;
  min-height: 220px;
}

.areena-reference-style .product-small .box-image img {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.areena-reference-style .product-small .box-text {
  height: auto;
}

/* Remove old child-theme blocks requested by the store owner. */
.areena-reference-style.single-product .product-summary .spooky,
.areena-reference-style.single-product .product-summary .size_guidee,
.areena-reference-style.single-product .product-summary .areena-guarantees {
  display: none !important;
}

.areena-reference-style.single-product .product-main {
  background:
    radial-gradient(circle at 6% 0%, rgba(199, 132, 71, .11), transparent 31%),
    linear-gradient(180deg, #fbfaf8 0%, #f7f3ef 100%);
  padding: 34px 18px 22px;
}

.areena-reference-style.single-product .product-main .content-row {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(163, 116, 72, .18);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(57, 39, 23, .12);
  overflow: hidden;
  padding: 26px;
}

.areena-reference-style.single-product .product-gallery {
  padding-right: 17px;
}

/* Repair the live site's !important position/height conflict that makes every
   gallery image appear as a full-size vertical stack. */
.areena-reference-style.single-product .product-gallery-slider.flickity-enabled {
  display: block !important;
  height: auto !important;
  overflow: hidden !important;
  position: relative !important;
}

.areena-reference-style.single-product .product-gallery-slider .flickity-viewport {
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.areena-reference-style.single-product .product-gallery-slider .flickity-slider {
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

.areena-reference-style.single-product .product-gallery-slider .woocommerce-product-gallery__image {
  height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
}

.areena-reference-style.single-product .product-gallery-slider .woocommerce-product-gallery__image img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.areena-reference-style.single-product .product-thumbnails {
  display: grid !important;
  gap: 11px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: auto !important;
  margin: 13px 0 0 !important;
  overflow: visible !important;
  transform: none !important;
  width: 100% !important;
}

.areena-reference-style.single-product .product-thumbnails::after,
.areena-reference-style.single-product .product-thumbnails::before {
  display: none !important;
}

.areena-reference-style.single-product .product-thumbnails > .col {
  cursor: pointer;
  display: block !important;
  height: auto !important;
  left: auto !important;
  margin: 0 !important;
  opacity: .72;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
  transition: opacity .2s ease, transform .2s ease;
  width: auto !important;
}

.areena-reference-style.single-product .product-thumbnails > .col:hover,
.areena-reference-style.single-product .product-thumbnails > .col.is-nav-selected {
  opacity: 1;
  transform: translateY(-2px) !important;
}

.areena-reference-style.single-product .product-thumbnails > .col:nth-child(n+5) {
  display: none !important;
}

.areena-reference-style.single-product .product-thumbnails img {
  border-radius: 9px;
  display: block;
  height: auto !important;
  width: 100% !important;
}

.areena-reference-style.single-product .product-summary {
  border-left: 1px solid #eee6df;
  padding: 32px 18px 22px 40px;
}

.areena-reference-style.single-product .product-stacked-info::before {
  color: var(--areena-accent-dark);
  content: "AREENA SIGNATURE OUTERWEAR";
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 12px;
}

.areena-reference-style.single-product .product-title {
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.08;
  margin-bottom: 13px;
}

.areena-reference-style .areena-trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 18px;
}

.areena-reference-style .areena-trust-strip > span {
  align-items: center;
  background: linear-gradient(135deg, #fbf5ef, #fff);
  border: 1px solid #ead9c9;
  border-radius: 10px;
  color: #3b2b1e;
  display: flex;
  gap: 9px;
  min-height: 47px;
  padding: 9px 11px;
}

.areena-reference-style .areena-trust-strip .areena-icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(70, 42, 20, .09);
  color: var(--areena-accent-dark);
  height: 30px;
  width: 30px;
}

.areena-reference-style .areena-trust-strip svg {
  height: 18px;
  width: 18px;
}

.areena-reference-style .areena-trust-strip b {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.areena-reference-style.single-product .summary .price {
  margin-top: 9px;
}

.areena-reference-style .areena-single-stock {
  border: 1px solid #dcebdc;
  box-shadow: 0 4px 12px rgba(10, 104, 35, .07);
  font-family: inherit;
  font-weight: 600;
}

.areena-reference-style .areena-single-excerpt {
  color: #655e58;
  margin-bottom: 18px;
}

.areena-reference-style .areena-fallback-size {
  border-bottom: 1px solid var(--areena-line);
  margin: 3px 0 18px;
  padding: 0 0 15px;
}

.areena-reference-style .areena-size-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.areena-reference-style .areena-size-heading strong {
  color: var(--areena-ink);
  font: 600 16px/1 var(--areena-serif);
}

.areena-reference-style .areena-size-heading a {
  align-items: center;
  color: #755033;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.areena-reference-style .areena-size-heading a:hover {
  color: var(--areena-accent);
}

.areena-reference-style .areena-size-heading svg {
  height: 17px;
  width: 17px;
}

.areena-reference-style .areena-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.areena-reference-style .areena-size-choice {
  background: #fff;
  border: 1px solid #d8d1cb;
  border-radius: 7px;
  box-shadow: none;
  color: #2e2925;
  font-size: 13px;
  font-weight: 650;
  height: 42px;
  line-height: 1;
  margin: 0;
  min-width: 52px;
  padding: 0 13px;
  text-shadow: none;
  transition: all .2s ease;
}

.areena-reference-style .areena-size-choice:hover {
  border-color: var(--areena-accent);
  color: var(--areena-accent-dark);
  transform: translateY(-1px);
}

.areena-reference-style .areena-size-choice.is-selected {
  background: #171411;
  border-color: #171411;
  box-shadow: 0 5px 14px rgba(20, 16, 12, .2);
  color: #fff;
}

.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: 122px minmax(0, 1fr);
}

.areena-reference-style.single-product .quantity.buttons_added {
  width: 122px;
}

.areena-reference-style.single-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #b7773f, #d2965f);
  box-shadow: 0 9px 20px rgba(177, 111, 53, .24);
  letter-spacing: .01em;
}

.areena-reference-style.single-product .single_add_to_cart_button::before {
  content: "♙";
  font-size: 19px;
}

.areena-reference-style.single-product .single_add_to_cart_button.disabled {
  cursor: not-allowed;
  filter: grayscale(.25);
  opacity: .55;
}

.areena-reference-style .areena-secondary-actions.areena-wishlist-only {
  display: block;
  margin: 11px 0 17px;
}

.areena-reference-style .areena-secondary-actions.areena-wishlist-only .areena-wishlist {
  background: transparent;
  border: 0;
  color: #4d443d;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  justify-content: flex-end;
  margin-left: auto;
  min-height: 34px;
  padding: 4px 0;
  width: auto;
}

.areena-reference-style .areena-secondary-actions.areena-wishlist-only .areena-icon svg {
  height: 19px;
  width: 19px;
}

.areena-reference-style .areena-single-benefits {
  background: #fcfaf8;
  border: 1px solid #eee4da;
  border-radius: 12px;
  margin-top: 0;
  overflow: hidden;
  padding: 14px 5px;
}

.areena-reference-style .areena-single-benefits .areena-icon {
  color: #5d4938;
}

.areena-reference-style.single-product .woocommerce-tabs.areena-product-accordion {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block !important;
  overflow: visible;
  padding: 0 18px;
}

.areena-reference-style .areena-product-accordion details {
  background: #fff;
  border: 1px solid #ece3db;
  border-radius: 12px;
  box-shadow: 0 7px 22px rgba(52, 37, 24, .055);
  counter-increment: areena-accordion;
  display: block !important;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100% !important;
}

.areena-reference-style .areena-product-accordion details + details {
  border-top: 1px solid #ece3db;
}

.areena-reference-style .areena-product-accordion {
  counter-reset: areena-accordion;
}

.areena-reference-style .areena-product-accordion summary {
  align-items: center;
  display: flex;
  font-size: 17px;
  min-height: 62px;
  padding: 16px 66px 16px 72px;
}

.areena-reference-style .areena-product-accordion summary::before {
  color: var(--areena-accent-dark);
  content: "0" counter(areena-accordion);
  font: 700 12px/1 sans-serif;
  left: 25px;
  letter-spacing: .1em;
  top: 25px;
}

.areena-reference-style .areena-product-accordion summary::after {
  align-items: center;
  background: #f8f1eb;
  border: 1px solid #ead7c5;
  border-radius: 50%;
  color: #6d4728;
  content: "+";
  display: flex;
  font: 400 21px/1 sans-serif;
  height: 34px;
  justify-content: center;
  right: 20px;
  top: 14px;
  transform: none;
  transition: background .2s ease, color .2s ease, transform .25s ease;
  width: 34px;
}

.areena-reference-style .areena-product-accordion details[open] summary::after {
  background: #1b1714;
  border-color: #1b1714;
  color: #fff;
  content: "−";
  transform: rotate(180deg);
}

.areena-reference-style .areena-product-accordion details[open] summary {
  color: var(--areena-accent-dark);
}

.areena-reference-style .areena-product-accordion .panel {
  background: #fffdfb;
  border-top: 1px solid #f0e7df;
  padding: 24px 30px 28px;
}

@media (max-width: 849px) {
  .areena-reference-style.single-product .product-main {
    padding: 14px 8px;
  }

  .areena-reference-style.single-product .product-main .content-row {
    border-radius: 13px;
    padding: 13px;
  }

  .areena-reference-style.single-product .product-gallery {
    padding-right: 0;
  }

  .areena-reference-style.single-product .product-summary {
    border-left: 0;
    border-top: 1px solid #eee6df;
    margin-top: 19px;
    padding: 25px 9px 10px;
  }
}

@media (max-width: 549px) {
  .areena-reference-style .areena-trust-strip {
    grid-template-columns: 1fr;
  }

  .areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .areena-reference-style.single-product .quantity.buttons_added {
    width: 112px;
  }

  .areena-reference-style .areena-product-accordion summary {
    padding-left: 58px;
  }

  .areena-reference-style .areena-product-accordion summary::before {
    left: 17px;
  }
}

/* Version 5 final cascade: keep these compact card values last. */
body.areena-reference-style .product-small.box {
  margin-left: 10px !important;
  margin-right: 10px !important;
  width: calc(100% - 20px) !important;
}

body.areena-reference-style .product-small .areena-rating {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.areena-reference-style .product-small .price {
  height: 40px !important;
  margin-bottom: 5px !important;
}

body.areena-reference-style .product-small .areena-card-benefits {
  height: 66px !important;
  min-height: 66px !important;
  padding: 5px 0 !important;
}

body.areena-reference-style .product-small .areena-card-benefits > span {
  gap: 2px !important;
  height: 52px !important;
  padding: 0 4px !important;
}

body.areena-reference-style .product-small .areena-card-benefits .areena-icon,
body.areena-reference-style .product-small .areena-card-benefits .areena-icon svg {
  height: 18px !important;
  width: 18px !important;
}

body.areena-reference-style .product-small .areena-card-benefits b {
  font-size: 11px !important;
  line-height: 1.12 !important;
}

body.areena-reference-style .product-small .areena-card-actions {
  gap: 8px !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) !important;
  min-height: 60px !important;
  padding: 8px 10px 9px !important;
}

body.areena-reference-style .product-small .areena-card-actions a {
  height: 43px !important;
  min-height: 43px !important;
}

body.areena-reference-style .product-small .areena-card-actions .areena-quick-view {
  background: #fff !important;
  border: 1px solid #ddd5ce !important;
  font-size: 14px !important;
  justify-content: center !important;
}

@media (max-width: 1100px) {
  body.areena-reference-style .product-small .areena-card-actions {
    grid-template-columns: 1fr !important;
    min-height: 96px !important;
  }
}

@media (max-width: 549px) {
  body.areena-reference-style .product-small.box {
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: calc(100% - 10px) !important;
  }
}

/* areena-reference-v6.css */
/* Loaded after the main stylesheet so these single-product corrections win. */
body.areena-reference-style.single-product .product-summary > .areena-rating,
body.areena-reference-style.single-product .product-stacked-info > .areena-rating,
body.areena-reference-style.single-product .areena-secondary-actions {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.areena-reference-style.single-product .areena-stock-rail {
  align-items: flex-end !important;
  display: flex !important;
  float: right !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: -75px 0 0 14px !important;
  position: relative !important;
  z-index: 5 !important;
}

body.areena-reference-style.single-product .areena-stock-rail .areena-single-stock {
  float: none !important;
  margin: 0 !important;
}

body.areena-reference-style.single-product .areena-stock-wishlist {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #e5d7ca !important;
  border-radius: 50% !important;
  box-shadow: 0 5px 15px rgba(56, 36, 20, .12) !important;
  color: #5d4938 !important;
  display: flex !important;
  height: 35px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 35px !important;
  padding: 0 !important;
  position: relative !important;
  width: 35px !important;
}

body.areena-reference-style.single-product .areena-stock-wishlist:hover,
body.areena-reference-style.single-product .areena-stock-wishlist.is-active {
  border-color: var(--areena-accent) !important;
  color: var(--areena-accent-dark) !important;
  transform: translateY(-1px);
}

body.areena-reference-style.single-product .areena-stock-wishlist.is-active svg {
  fill: currentColor;
}

body.areena-reference-style.single-product .areena-stock-wishlist .areena-icon,
body.areena-reference-style.single-product .areena-stock-wishlist svg {
  height: 18px !important;
  width: 18px !important;
}

body.areena-reference-style.single-product .areena-stock-wishlist::after {
  background: #171411;
  border-radius: 4px;
  color: #fff;
  content: attr(data-label);
  font: 500 11px/1.1 sans-serif;
  opacity: 0;
  padding: 6px 8px;
  pointer-events: none;
  position: absolute;
  right: 43px;
  top: 5px;
  transform: translateX(4px);
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}

body.areena-reference-style.single-product .areena-stock-wishlist:hover::after {
  opacity: 1;
  transform: translateX(0);
}

body.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
}

body.areena-reference-style.single-product .quantity.buttons_added {
  align-items: stretch !important;
  border: 1px solid #d9d2cb !important;
  border-radius: 7px !important;
  display: grid !important;
  grid-template-columns: 38px 48px 38px !important;
  height: 52px !important;
  margin: 0 !important;
  min-height: 52px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 126px !important;
}

body.areena-reference-style.single-product .quantity.buttons_added input {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 !important;
  min-height: 50px !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .quantity.buttons_added .minus,
body.areena-reference-style.single-product .quantity.buttons_added .plus {
  background: #f8f5f2 !important;
  color: #2c241e !important;
  font-size: 18px !important;
}

body.areena-reference-style.single-product .quantity.buttons_added .qty {
  background: #fff !important;
  border-left: 1px solid #ebe5df !important;
  border-right: 1px solid #ebe5df !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

body.areena-reference-style.single-product .single_add_to_cart_button {
  height: 52px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 52px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 549px) {
  body.areena-reference-style.single-product .areena-stock-rail {
    margin-top: -68px !important;
  }

  body.areena-reference-style.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-template-columns: 116px minmax(0, 1fr) !important;
  }

  body.areena-reference-style.single-product .quantity.buttons_added {
    grid-template-columns: 34px 46px 34px !important;
    width: 116px !important;
  }
}

/* areena-reference-v7.css */
/* Reliable gallery layer: independent of Flatsome's zero-size thumbnail row. */
body.areena-reference-style.single-product .product-thumbnails {
  display: none !important;
}

body.areena-reference-style.single-product .areena-gallery-v7 .product-gallery-slider,
body.areena-reference-style.single-product .areena-gallery-v7 .flickity-viewport,
body.areena-reference-style.single-product .areena-gallery-v7 .flickity-slider {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-gallery-v7 .flickity-slider {
  height: 100% !important;
  position: absolute !important;
}

body.areena-reference-style.single-product .areena-gallery-v7 .woocommerce-product-gallery__image {
  display: none !important;
  height: 100% !important;
  inset: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  transform: none !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-gallery-v7 .woocommerce-product-gallery__image.areena-gallery-active {
  display: block !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

body.areena-reference-style.single-product .areena-gallery-v7 .woocommerce-product-gallery__image a,
body.areena-reference-style.single-product .areena-gallery-v7 .woocommerce-product-gallery__image img {
  display: block !important;
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-gallery-thumbs {
  display: flex !important;
  gap: 10px;
  margin-top: 13px;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 7px;
  scrollbar-width: thin;
}

body.areena-reference-style.single-product .areena-gallery-thumb {
  background: #fff;
  border: 1px solid #e2ddd8;
  border-radius: 8px;
  box-shadow: none;
  flex: 0 0 82px;
  height: 82px;
  margin: 0;
  min-height: 82px;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.areena-reference-style.single-product .areena-gallery-thumb:hover,
body.areena-reference-style.single-product .areena-gallery-thumb.is-selected {
  border-color: var(--areena-accent);
  box-shadow: 0 4px 12px rgba(125, 76, 34, .15);
  transform: translateY(-1px);
}

body.areena-reference-style.single-product .areena-gallery-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 549px) {
  body.areena-reference-style.single-product .areena-gallery-thumb {
    flex-basis: 68px;
    height: 68px;
    min-height: 68px;
  }
}

/* areena-reference-v8.css */
/* Standalone gallery viewer. The original Flickity gallery remains only for lightbox data. */
body.areena-reference-style.single-product .areena-direct-gallery-ready > .woocommerce-product-gallery__wrapper,
body.areena-reference-style.single-product .areena-direct-gallery-ready > .areena-gallery-thumbs {
  display: none !important;
}

body.areena-reference-style.single-product .areena-direct-gallery {
  display: block !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-direct-stage {
  aspect-ratio: 1 / 1;
  background: #faf9f7;
  border: 1px solid #eee8e2;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.areena-reference-style.single-product .areena-direct-main {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: zoom-in;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-direct-image {
  display: block !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
}

body.areena-reference-style.single-product .areena-direct-arrow {
  align-items: center;
  background: rgba(255, 255, 255, .94) !important;
  border: 1px solid #e4ddd6 !important;
  border-radius: 50% !important;
  box-shadow: 0 5px 18px rgba(40, 28, 18, .15) !important;
  color: #211a15 !important;
  display: flex !important;
  font: 400 32px/1 Georgia, serif !important;
  height: 42px !important;
  justify-content: center;
  margin: 0 !important;
  min-height: 42px !important;
  padding: 0 0 4px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42px !important;
  z-index: 5;
}

body.areena-reference-style.single-product .areena-direct-prev { left: 12px !important; }
body.areena-reference-style.single-product .areena-direct-next { right: 12px !important; }

body.areena-reference-style.single-product .areena-direct-thumbs {
  display: flex !important;
  gap: 10px;
  margin-top: 12px;
  max-width: 100%;
  overflow-x: auto;
  padding: 2px 2px 7px;
}

body.areena-reference-style.single-product .areena-direct-thumb {
  background: #fff !important;
  border: 1px solid #dfd8d1 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  flex: 0 0 78px;
  height: 78px !important;
  margin: 0 !important;
  min-height: 78px !important;
  overflow: hidden;
  padding: 0 !important;
  width: 78px !important;
}

body.areena-reference-style.single-product .areena-direct-thumb.is-selected {
  border-color: var(--areena-accent) !important;
  box-shadow: 0 0 0 1px var(--areena-accent), 0 4px 12px rgba(120, 75, 35, .14) !important;
}

body.areena-reference-style.single-product .areena-direct-thumb img {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  width: 100% !important;
}

@media (max-width: 549px) {
  body.areena-reference-style.single-product .areena-direct-arrow {
    height: 36px !important;
    min-height: 36px !important;
    width: 36px !important;
  }

  body.areena-reference-style.single-product .areena-direct-thumb {
    flex-basis: 64px;
    height: 64px !important;
    min-height: 64px !important;
    width: 64px !important;
  }
}
