/* Product page — gallery, summary, character, collection, FAQ */

/* Single product */
.co-main--product {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

.co-main--product > .co-container {
  width: min(100% - 1.5rem, 1080px);
}

@media (min-width: 768px) {
  .co-main--product > .co-container {
    width: min(100% - 3rem, 1080px);
  }
}

@media (min-width: 1100px) {
  .co-main--product > .co-container {
    width: min(100% - 6rem, 1100px);
  }
}

@media (min-width: 1400px) {
  .co-main--product > .co-container {
    width: min(100% - 10rem, 1120px);
  }
}
.co-main--product .co-breadcrumbs,
.co-main--product .woocommerce-breadcrumb {
  font-size: 0.78rem;
  color: #b3b3b3;
  margin: 0.35rem 0 1.35rem;
}

.co-single-product__grid {
  display: grid;
  gap: 1.75rem 2.25rem;
  margin-bottom: 1rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (min-width: 768px) {
  .co-single-product__grid {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
  }
}

.co-single-gallery {
  position: relative;
  max-width: 520px;
}

.co-single-product .onsale { display: none; }

.co-gallery-wish {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 10;
}

.co-gallery-wish .co-wishlist-btn {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.woocommerce-product-gallery__trigger { display: none !important; }

.woocommerce div.product div.images,
.woocommerce-product-gallery {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.85rem;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: flex;
}

.flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: flex;
}

.woocommerce div.product div.images img {
  width: 100%;
  border-radius: 0;
  background: transparent;
}

.woocommerce div.product div.images .flex-viewport,
.woocommerce-product-gallery:not(.flexslider) .woocommerce-product-gallery__wrapper {
  flex: 1;
  min-width: 0;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.woocommerce-product-gallery.flexslider .flex-viewport {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce-product-gallery ol.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  order: -1;
  flex: 0 0 76px;
  width: 76px;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.55rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 76px;
  height: 76px;
  margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  background: #fff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: #111;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 9;
  width: 42px;
  height: 42px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23111' stroke-width='1.8'%3E%3Ccircle cx='8' cy='8' r='5.5'/%3E%3Cpath d='M12.2 12.2L16 16'/%3E%3C/svg%3E") center / 18px no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-indent: -999px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.co-product-brand {
  font-family: var(--co-font-body);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #9a9a9a;
  margin: 0 0 0.55rem;
}

.woocommerce div.product .product_title {
  font-family: var(--co-font-display);
  font-size: clamp(2.05rem, 3.6vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 0.35rem;
  text-transform: none;
  color: #111;
}

.co-product-title-alt {
  font-family: var(--co-font-body);
  font-size: 0.95rem;
  color: #8a8a8a;
  margin: 0 0 1rem;
  text-align: end;
}

html[dir="rtl"] .co-product-title-alt,
.co-lang-ar .co-product-title-alt {
  text-align: start;
}

.co-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin: 0.15rem 0 0.55rem;
}

.co-price-row p.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.co-price-row p.price ins {
  order: 1;
  text-decoration: none;
  color: #111;
  font-weight: 700;
}

.co-price-row p.price del {
  order: 2;
  color: #b0b0b0;
  font-size: 1rem;
  font-weight: 400;
}

.co-stock-badge,
.co-rated-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.42rem 0.62rem;
}

.woocommerce div.product .stock {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.82rem;
}

.woocommerce div.product form.cart .single_add_to_cart_button .button-text,
.woocommerce div.product form.cart .single_add_to_cart_button span {
  text-transform: uppercase;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
  padding-bottom: 1.05rem;
  border-bottom: 1px solid #ececec;
}

.woocommerce-product-rating .star-rating {
  color: #c4a35a;
  font-size: 0.95rem;
}

.woocommerce-product-rating a {
  color: #8a8a8a;
  font-size: 0.88rem;
  text-decoration: none;
}

.co-price-tax { display: none; }

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 1.15rem;
  font-size: 0.95rem;
}

.co-quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
}

@media (min-width: 1100px) {
  .co-quick-specs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.co-quick-specs__item {
  border: 1px solid #e6e6e6;
  padding: 0.75rem 0.7rem 0.8rem;
  display: grid;
  gap: 0.45rem;
  min-height: 4.6rem;
  align-content: start;
}

.co-quick-specs__label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.co-quick-specs__item strong {
  font-size: 0.95rem;
  font-weight: 600;
}

.co-dots {
  display: flex;
  gap: 0.28rem;
  margin-top: 0.15rem;
}

.co-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
}

.co-dot.is-on { background: #111; }

.co-leaves {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}

.co-leaf {
  display: inline-flex;
  color: #d8d8d8;
}

.co-leaf.is-on {
  color: #1a1a1a;
}

.co-leaf .co-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.co-leaf-rating {
  display: none;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin: 0.4rem 0 0;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: stretch;
}

body.co-hide-pdp-share .woocommerce-variation-add-to-cart,
body.co-hide-pdp-share .woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: auto 1fr;
}

body.co-hide-pdp-atc .woocommerce div.product form.cart .single_add_to_cart_button {
  display: none !important;
}

body.co-hide-pdp-buy .woocommerce div.product form.cart .co-buy-now {
  display: none !important;
}

body.co-hide-pdp-share .woocommerce div.product form.cart .co-share-btn {
  display: none !important;
}

body.co-hide-pdp-qty .woocommerce div.product form.cart .quantity {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.co-hide-pdp-qty .woocommerce-variation-add-to-cart,
body.co-hide-pdp-qty .woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 1fr auto;
}

body.co-hide-pdp-qty.co-hide-pdp-share .woocommerce-variation-add-to-cart,
body.co-hide-pdp-qty.co-hide-pdp-share .woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 1fr;
}

body.co-hide-pdp-qty-btns .woocommerce div.product form.cart .co-qty-btn {
  display: none !important;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .woocommerce-variation {
  grid-column: 1 / -1;
}

.co-main--product .woocommerce .quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #d8d8d8;
  margin: 0;
  position: relative;
  background: #fff;
}

.co-main--product .woocommerce .quantity .qty {
  width: 2.6rem;
  height: 3rem;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  appearance: textfield;
  -moz-appearance: textfield;
}

.co-main--product .woocommerce .quantity .qty::-webkit-outer-spin-button,
.co-main--product .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.co-main--product .co-qty-btn {
  width: 2.4rem;
  border: 0;
  background: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  color: #111;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #111;
  color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  height: 3rem;
  padding: 0 1rem;
}

.woocommerce div.product form.cart .single_add_to_cart_button .co-icon,
.woocommerce div.product form.cart .single_add_to_cart_button .co-icon-img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.woocommerce div.product form.cart .single_add_to_cart_button .co-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: #000;
  color: #fff;
}

.co-share-btn {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}

.co-share-btn--label {
  width: auto;
  min-width: 3rem;
  padding: 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}

.co-share-btn .co-icon,
.co-share-btn .co-icon-img,
.co-buy-now .co-icon,
.co-buy-now .co-icon-img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.co-share-btn:hover,
.co-share-btn.is-copied {
  background: #111;
  color: #fff;
}

.co-buy-now {
  grid-column: 1 / -1;
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  height: 3rem;
}

.co-buy-now:hover {
  background: #111 !important;
  color: #fff !important;
}

table.variations {
  width: 100%;
  margin: 0 0 0.4rem;
  border: 0;
}

table.variations td,
table.variations th {
  padding: 0.2rem 0;
  border: 0;
  display: block;
  width: 100%;
}

table.variations .label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

table.variations .value {
  position: relative;
}

table.variations .value:has(.co-variation-pills) select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.co-variation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.co-variation-pill {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  padding: 0.7rem 1.05rem;
  font-size: 0.88rem;
  color: #111;
  cursor: pointer;
}

.co-variation-pill.is-selected {
  border-color: #111;
  font-weight: 600;
}

.reset_variations { display: none; }

.co-product-sku {
  color: var(--co-muted);
  font-size: 0.9rem;
}

.co-single-wishlist { width: 100%; }

.co-single-wishlist .co-wishlist-btn {
  width: auto;
  padding: 0 0.9rem;
  gap: 0.4rem;
}

.co-product-notes {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.co-product-notes li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.7rem;
  padding: 0.8rem 0 0;
  border-top: 1px solid var(--co-border);
  color: var(--co-muted);
  font-size: 0.95rem;
}

.co-product-notes strong { color: var(--co-secondary); display: block; }
.co-product-notes p { margin: 0.15rem 0 0; }

.woocommerce-product-gallery { position: relative; }

.co-character {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem 4rem;
  padding: 3.4rem 0 3.2rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 2.4rem;
  margin-left: 6rem;
  margin-right: 6rem;
}

@media (min-width: 960px) {
  .co-character {
    grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
    align-items: start;
  }
}

.co-character__kicker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 500;
  color: #b0b0b0;
  margin: 0 0 1.1rem;
}

.co-character__kicker::before,
.co-character__kicker::after {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #d4d4d4;
}

.co-character__intro h2 {
  font-family: var(--co-font-display);
  font-size: clamp(2.05rem, 3.5vw, 3.15rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 2rem;
  color: #111;
}

.co-experience {
  margin: 0;
  padding: 0;
}

.co-experience__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.95rem 0;
  border-bottom: 1px solid #ececec;
}

.co-experience__row:first-child {
  border-top: 1px solid #ececec;
}

.co-experience dt {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 500;
}

.co-experience dd {
  margin: 0;
  text-align: end;
  font-size: 0.95rem;
  color: #111;
  font-weight: 400;
}

.co-character__details h3 {
  font-family: var(--co-font-display);
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  font-weight: 500;
  margin: 0 0 0.95rem;
  color: #111;
}

.co-character__copy {
  color: #5a5a5a;
  line-height: 1.75;
  margin-bottom: 1.6rem;
  font-size: 0.95rem;
  max-width: 46rem;
}

.co-character__copy p { margin: 0 0 0.8rem; }
.co-character__copy p:last-child { margin-bottom: 0; }

.co-character__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  border-top: 1px solid #e8e8e8;
}

.co-character__specs > div {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1.1rem 1.05rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.co-character__specs > div:nth-child(even) {
  padding-inline-start: 1.15rem;
  border-inline-start: 1px solid #e8e8e8;
}

.co-character__specs dt {
  margin: 0;
  color: #b0b0b0;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.co-character__specs dd {
  margin: 0;
  font-weight: 400;
  font-size: 0.95rem;
  color: #111;
  text-align: start;
}

.co-character__specs .co-leaves {
  margin-top: 0.1rem;
}

.co-complete {
  /* padding: 1.6rem 0 0.75rem; */
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 6rem!important;
  padding-right: 6rem!important;
}

.co-complete__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.co-complete__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 500;
}

.co-complete__head h2 {
  font-family: var(--co-font-display);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 500;
  margin: 0;
  color: #111;
}

.co-complete__all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: #111;
  border: 1px solid #111;
  text-decoration: none;
  padding: 0.72rem 1.05rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
}

.co-complete__all .co-icon svg {
  width: 12px;
  height: 12px;
}

.co-complete__all:hover {
  color: #fff;
  background: #111;
}

.co-complete .related.products,
.co-complete .related {
  display: block;
  margin-top: 0;
}

.co-complete .related > h2 { display: none; }

.co-complete ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.co-complete .co-product-actions,
.co-complete .star-rating,
.co-complete .co-badge--new { display: none; }

.co-complete .co-product-card,
.co-complete ul.products li.product {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: none;
}

.co-complete .co-product-card:hover,
.co-complete ul.products li.product:hover {
  transform: none;
  box-shadow: none;
}

.co-complete .co-product-card__media {
  background: #fff;
  padding: 1.1rem 1rem 0.2rem;
}

.co-complete .co-product-card__media img,
.co-complete ul.products li.product img {
  aspect-ratio: 1 / 1;
  max-height: 200px;
  object-fit: contain;
}

.co-complete .co-product-card__media .co-wishlist-btn {
  position: absolute;
  top: 0.85rem;
  inset-inline-end: 0.85rem;
  z-index: 3;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #111;
}

.co-complete .co-product-card__media .co-wishlist-btn .co-icon svg {
  width: 22px;
  height: 22px;
}

.co-complete .co-badge--origin {
  position: absolute;
  top: 0.85rem;
  inset-inline-start: 0.85rem;
  z-index: 2;
  background: transparent;
  color: #111;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.28rem 0.45rem;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}

.co-complete .co-product-card__body {
  padding: 0.35rem 1.2rem 0;
  text-align: center;
  align-items: center;
  gap: 0;
}

.co-complete .woocommerce-loop-product__title,
.co-complete .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--co-font-display);
  font-size: 1.28rem;
  font-weight: 500;
  text-align: center;
  margin: 0.15rem 0 0.2rem;
}

.co-complete .co-product-card__alt {
  font-size: 0.95rem;
  color: #111;
  margin: 0 0 0.7rem;
  font-family: var(--co-font-display);
}

.co-complete .co-product-card__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #9a9a9a;
  font-size: 0.78rem;
  line-height: 1.55;
  width: 100%;
}

.co-complete .co-product-card__specs p {
  margin: 0;
}

.co-complete .woocommerce ul.products li.product .price,
.co-complete .price {
  font-family: var(--co-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #111;
  margin: 0.85rem 0 1.05rem;
}

.co-complete .co-product-card .button,
.co-complete .add_to_cart_button {
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 600;
  width: calc(100% + 2.4rem);
  margin: auto -1.2rem 0;
  padding: 1.05rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.co-complete .co-product-card .button .co-icon,
.co-complete .add_to_cart_button .co-icon {
  display: inline-flex;
  color: #fff;
}

.co-complete .co-product-card .button .co-icon svg,
.co-complete .add_to_cart_button .co-icon svg {
  width: 16px;
  height: 16px;
}

.co-complete .co-product-card .button:hover,
.co-complete .add_to_cart_button:hover {
  background: #000;
  color: #fff;
}

.co-product-card__excerpt {
  color: #8a8a8a;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0.15rem 0 0.35rem;
}

.co-badge--new {
  position: absolute;
  top: 0.8rem;
  inset-inline-start: 0.8rem;
  z-index: 2;
  background: #111;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
}

.co-product-card .onsale,
ul.products li.product .onsale {
  inset-inline-start: auto;
  inset-inline-end: 0.8rem;
  left: auto;
}

.co-complete .onsale,
.co-complete span.onsale {
  display: none !important;
}

.co-complete .price del {
  display: none;
}

.co-complete .price ins {
  text-decoration: none;
  color: #111;
}

.co-product-card__media .co-wishlist-btn {
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.75rem;
  z-index: 3;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.co-badge--origin {
  position: absolute;
  top: 0.8rem;
  inset-inline-start: 0.8rem;
  z-index: 2;
  background: #ececec;
  color: #111;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
}

.co-faq__kicker {
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #8a8a8a;
  margin: 0 0 0.5rem;
}

.co-main--product .co-faq {
  padding-top: 2.5rem;
}

.co-main--product .co-faq__item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: 0;
}

.co-main--product .co-faq__item summary {
  padding-inline-end: 2rem;
}

.woocommerce div.product .stock.in-stock {
  color: #6b6560;
  font-weight: 500;
}
.stock.out-of-stock,
.co-low-stock { color: var(--co-danger); font-weight: 600; }

/* Compact gallery */

.co-pgallery {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.65rem;
}

.co-pgallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 0 0 58px;
  width: 58px;
  max-height: 420px;
  overflow-y: auto;
}

.co-pgallery__thumb {
  display: block;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  cursor: pointer;
}

.co-pgallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.co-pgallery__thumb.is-active {
  border-color: #111;
}

.co-pgallery__stage {
  position: relative;
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.co-pgallery__figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  max-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.co-pgallery__figure img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  padding: 6%;
}

.co-pgallery__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: 1px solid #e5e5e5;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  padding: 0;
}

.co-pgallery__nav--prev {
  inset-inline-start: 8px;
}

.co-pgallery__nav--next {
  inset-inline-end: 8px;
}

.co-pgallery__nav--prev .co-icon {
  transform: scaleX(-1);
}

.co-pgallery__nav .co-icon svg {
  width: 14px;
  height: 14px;
}

.co-single-gallery .co-gallery-wish {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  z-index: 5;
}

.co-gallery-wish .co-wishlist-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

@media (max-width: 767px) {
  .co-pgallery {
    flex-direction: column;
  }

  .co-pgallery__thumbs {
    flex-direction: row;
    order: 2;
    width: 100%;
    flex: none;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .co-pgallery__thumb,
  .co-pgallery__thumbs {
    width: auto;
  }

  .co-pgallery__thumb {
    flex: 0 0 56px;
    height: 56px;
  }

  .co-pgallery__figure,
  .co-pgallery__figure img {
    max-height: 340px;
  }

  .co-single-gallery {
    max-width: none;
  }
}

/* Collection */
.co-complete {
  padding: 1.6rem 0 0.75rem;
}

.co-complete__head {
  margin-bottom: 1rem;
}

.co-complete__head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.co-complete .co-product-card__media {
  padding: 1.1rem 1rem 0.2rem;
}

.co-complete .co-product-card__media img,
.co-complete ul.products li.product img {
  aspect-ratio: 1 / 1;
  max-height: 200px;
  object-fit: contain;
}

.co-complete .woocommerce-loop-product__title,
.co-complete .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.1rem;
}

.co-complete .woocommerce ul.products li.product .price,
.co-complete .price {
  font-size: 1.15rem;
  margin: 0.55rem 0 0.7rem;
}

.co-complete .co-product-card .button,
.co-complete .add_to_cart_button {
  padding: 0.8rem 1rem;
}

.co-main--product .woocommerce-product-rating,
.co-main--product #reviews,
.co-main--product .woocommerce-Reviews,
.co-main--product .woocommerce-tabs {
  display: none !important;
}

@media (min-width: 768px) {
  .co-complete ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .co-complete ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .woocommerce div.product div.images,
  .woocommerce-product-gallery {
    flex-direction: column;
  }

  .co-quick-specs {
    grid-template-columns: 1fr 1fr;
  }

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

  .co-complete__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.related.products,
.upsells.products,
.cross-sells,
.co-recently-viewed {
  margin-top: 3rem;
}

.woocommerce div.product form.cart .variations select {
  min-width: 180px;
}

.co-pdp-benefits,
.co-pdp-policies,
.co-pdp-promo {
  margin: 2.25rem 0 0;
}

.co-pdp-benefits__head,
.co-pdp-policies__head {
  margin-bottom: 1.25rem;
}

.co-pdp-benefits__kicker,
.co-pdp-policies__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.co-pdp-benefits__head h2,
.co-pdp-policies__head h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 500;
}

.co-pdp-benefits__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.co-pdp-benefits__item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-top: 1px solid #ececec;
}

.co-pdp-benefits__item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.co-pdp-benefits__item p {
  margin: 0;
  font-size: 0.88rem;
  color: #5c5c5c;
  line-height: 1.5;
}

.co-pdp-benefits__icon {
  flex: 0 0 2rem;
  color: #111;
}

.co-pdp-policies__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.co-pdp-policies__card {
  padding: 1.15rem 0;
  border-top: 1px solid #ececec;
}

.co-pdp-policies__card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.co-pdp-policies__card p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
}

.co-pdp-promo__inner {
  padding: 1.5rem 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.co-pdp-promo h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 500;
}

.co-pdp-promo p {
  margin: 0 0 1rem;
  color: #555;
  max-width: 40rem;
}

.co-pdp-promo__btn {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.co-pdp-promo__btn:hover {
  background: #111;
  color: #fff;
}

.co-share-toast {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%) translateY(1rem);
  background: #111;
  color: #fff;
  padding: 0.7rem 1.15rem;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  max-width: calc(100% - 2rem);
  text-align: center;
}

.co-share-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 768px) {
  .co-pdp-benefits__list,
  .co-pdp-policies__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .co-pdp-benefits__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .co-pdp-policies__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .co-pdp-benefits__item,
  .co-pdp-policies__card {
    border-top: 0;
    padding: 0;
  }
}
