/*
Theme Name: BYOMA Blocksy Child
Description: BYOMA-style child theme for the Blocksy parent theme and WooCommerce.
Author: Site Owner
Version: 3.10.0
Template: blocksy
Text Domain: byoma-style-child
*/

/* Captured storefront apps must never cover the WordPress storefront. */
body.home #md-app-embed__modal,
body.home #shopify-pc__banner,
body.home #immersive-translate-browser-popup,
body.home .uwy,
body.home [class*='userway_'],
body.home shop-cart-sync,
body.home .tolstoy-modal {
  display: none !important;
}

/* Saved BYOMA focus rules left banners permanently scaled after a click. */
body.home .responsive-banner .banner-link:hover,
body.home .responsive-banner .banner-link:focus,
body.home .responsive-banner .banner-link:active {
  border: 0 !important;
  transform: none !important;
}

body.home .responsive-banner .banner-link:focus-visible {
  outline: 3px solid #111 !important;
  outline-offset: -3px;
}

:root {
  --byoma-pink: #e31d93;
  --byoma-yellow: #fcf298;
  --byoma-blush: #ffeef7;
  --byoma-ink: #121212;
}

html {
  letter-spacing: 0;
}

body.byoma-menu-open {
  overflow: hidden;
}

.byoma-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: #fff;
  color: var(--byoma-pink);
  transform: translateY(-150%);
}

.byoma-skip-link:focus {
  transform: translateY(0);
}

.byoma-announcement {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.byoma-global-header {
  position: relative;
  z-index: 1000;
  color: var(--byoma-yellow);
  background: var(--byoma-pink);
}

.byoma-global-header,
.byoma-global-header * {
  box-sizing: border-box;
}

.byoma-header-main {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 300px) 1fr;
  min-height: 93px;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 16px 38px;
}

.byoma-header-utilities,
.byoma-header-actions,
.byoma-desktop-nav > ul,
.byoma-desktop-nav__dropdown {
  display: flex;
  align-items: center;
  list-style: none;
}

.byoma-header-utilities,
.byoma-header-actions {
  gap: 22px;
}

.byoma-header-actions {
  justify-content: flex-end;
}

.byoma-global-header a,
.byoma-global-header button {
  color: var(--byoma-yellow);
  text-decoration: none;
}

.byoma-header-utilities a,
.byoma-header-actions a,
.byoma-search-toggle {
  padding: 6px 0;
  border: 0;
  background: transparent;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.byoma-header-logo {
  display: block;
  justify-self: center;
  width: min(100%, 300px);
}

.byoma-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.byoma-header-actions {
  gap: 4px;
}

.byoma-header-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0;
  background: transparent;
}

.byoma-header-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.byoma-cart-link svg {
  width: 40px;
  height: 40px;
}

.byoma-cart-count {
  position: absolute;
  top: 3px;
  right: 1px;
  display: flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.byoma-cart-count.is-empty {
  display: none;
}

.byoma-desktop-nav {
  border-top: 1px solid rgba(252, 242, 152, .34);
}

.byoma-desktop-nav > ul {
  justify-content: center;
  gap: 30px;
  min-height: 50px;
  margin: 0;
  padding: 0 24px;
}

.byoma-desktop-nav > ul > li {
  position: relative;
  margin: 0;
}

.byoma-desktop-nav > ul > li > a,
.byoma-desktop-nav > ul > li > button {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.byoma-desktop-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 230px;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 12px 0;
  background: var(--byoma-pink);
  box-shadow: 0 16px 28px rgba(69, 10, 46, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.byoma-desktop-nav__dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.byoma-desktop-nav li:hover > .byoma-desktop-nav__dropdown,
.byoma-desktop-nav li:focus-within > .byoma-desktop-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.byoma-header-search {
  display: none;
  padding: 14px 24px;
  border-top: 1px solid rgba(252, 242, 152, .34);
}

.byoma-header-search.is-open {
  display: block;
}

.byoma-header-search form {
  display: flex;
  max-width: 720px;
  margin: 0 auto;
}

.byoma-header-search input {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--byoma-yellow);
  border-radius: 0;
  color: var(--byoma-ink);
  background: #fff;
}

.byoma-header-search button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--byoma-yellow);
  border-radius: 0;
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
  font-weight: 800;
  text-transform: uppercase;
}

.byoma-mobile-menu-button,
.byoma-mobile-drawer {
  display: none;
}

body:not(.home) {
  background: var(--byoma-blush);
  color: var(--byoma-ink);
}

body:not(.home) .site-header,
body:not(.home) .ct-header,
body:not(.home) .mobile-menu,
body:not(.home) .ct-panel {
  background: var(--byoma-pink);
}

body:not(.home) .site-header,
body:not(.home) .site-header a,
body:not(.home) .ct-header a,
body:not(.home) .menu a {
  color: var(--byoma-yellow);
}

body:not(.home) .site-footer,
body:not(.home) .ct-footer {
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
}

body:not(.home) .site-footer a,
body:not(.home) .ct-footer a,
body:not(.home) a {
  color: var(--byoma-pink);
}

body:not(.home) .site-footer a,
body:not(.home) .ct-footer a {
  color: var(--byoma-yellow);
}

body:not(.home) button,
body:not(.home) input[type='button'],
body:not(.home) input[type='reset'],
body:not(.home) input[type='submit'],
body:not(.home) .button,
body:not(.home) .added_to_cart,
body:not(.home) .widget a.button,
body:not(.home) .site-header-cart .widget_shopping_cart a.button,
body:not(.home) .ct-cart-actions a.button {
  border-color: var(--byoma-pink);
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
}

body:not(.home) .woocommerce-message,
body:not(.home) .woocommerce-info,
body:not(.home) .woocommerce-noreviews,
body:not(.home) p.no-comments {
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
}

body:not(.home) ul.products li.product,
body:not(.home) div.product .summary,
body:not(.home) .cart-collaterals,
body:not(.home) .woocommerce-checkout-review-order {
  border-radius: 4px;
}

/* Add additional site-specific CSS below this line. */

/* WooCommerce screens: BYOMA storefront treatment */
body.woocommerce,
body.woocommerce-page {
  background: var(--byoma-blush);
}

body.woocommerce .ct-container,
body.woocommerce-page .ct-container {
  max-width: 1240px;
}

body.woocommerce .woocommerce-breadcrumb {
  margin: 28px 0 18px;
  color: var(--byoma-pink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.woocommerce .woocommerce-breadcrumb a,
body.woocommerce-page .woocommerce-breadcrumb a {
  color: var(--byoma-pink);
}

body.single-product .woocommerce-breadcrumb,
body.single-product .ct-breadcrumbs,
body.single-product [class*="ct-breadcrumb"] {
  display: none !important;
}

body.woocommerce div.product,
body.woocommerce-page div.product {
  padding: 20px 0 70px;
}

body.single-product .product-entry-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

body.woocommerce div.product div.images,
body.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
  margin: 0;
}

body.woocommerce div.product div.summary,
body.woocommerce-page div.product div.summary {
  align-self: start;
  float: none;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 18px 0 0;
  background: transparent;
  border: 0;
}

body.single-product .woocommerce-product-gallery__wrapper {
  height: 100% !important;
  margin: 0;
}

body.single-product .woocommerce-product-gallery__image {
  display: flex !important;
  height: 100% !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ffeef7;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffeef7;
}

/* Blocksy uses its own Flexy gallery instead of WooCommerce's flex viewport. */
body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  background: #ffeef7;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view > .flexy-items,
body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view > .flexy-items > .flexy-item {
  height: 100% !important;
  min-height: 0 !important;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view > .flexy-items > .flexy-item {
  display: flex !important;
  align-items: stretch;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view .flexy-item > .ct-media-container {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center;
  justify-content: center;
  background: #ffeef7;
  --theme-object-fit: contain;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view .ct-media-container > picture {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center;
  justify-content: center;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container > .flexy-container > .flexy > .flexy-view .ct-media-container img:not(.zoomImg) {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  scale: 1 !important;
}

body.single-product .woocommerce-product-gallery .ct-product-gallery-container .zoomImg {
  display: none !important;
}

body.single-product .woocommerce-product-gallery .flexy-pills[data-type="thumbs"] .ct-media-container {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: #fff;
  --theme-object-fit: contain;
}

body.single-product .woocommerce-product-gallery .flexy-pills[data-type="thumbs"] .ct-media-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  scale: 1 !important;
}

body.single-product .woocommerce-product-gallery__image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  scale: 1 !important;
}

body.single-product .woocommerce-product-gallery__image .ct-media-container,
body.single-product .woocommerce-product-gallery__image picture {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center;
  justify-content: center;
}

body.single-product .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto;
  margin: 0;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border: 1px solid transparent;
  background: #fff;
  opacity: .72;
  transform: none !important;
  scale: 1 !important;
  transition: opacity .18s ease, border-color .18s ease;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  border-color: var(--byoma-pink);
  opacity: 1;
}

body.woocommerce div.product .product_title,
body.woocommerce-page div.product .product_title {
  margin-bottom: 12px;
  color: var(--byoma-pink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price {
  color: var(--byoma-pink);
  font-size: 24px;
  font-weight: 700;
}

body.single-product div.product p.price del {
  margin-left: 8px;
  color: rgba(227, 29, 147, .58);
  font-size: .72em;
}

body.single-product div.product p.price ins {
  text-decoration: none;
}

body.single-product div.product .onsale {
  top: 18px;
  left: 18px;
  min-width: 0;
  min-height: 0;
  padding: 8px 12px;
  border-radius: 0;
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce div.product .woocommerce-product-details__short-description,
body.woocommerce-page div.product .woocommerce-product-details__short-description {
  color: var(--byoma-ink);
  font-size: 16px;
  line-height: 1.55;
}

body.single-product div.product .product_meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(227, 29, 147, .22);
  color: #4b4248;
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
}

body.single-product div.product .product_meta a {
  color: var(--byoma-pink);
}

body.woocommerce div.product form.cart,
body.woocommerce-page div.product form.cart {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
}

body.single-product div.product form.cart .quantity {
  flex: 0 0 112px;
}

body.single-product div.product form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
}

body.single-product div.product form.cart .byoma-buy-now-button {
  flex: 1 1 auto;
  border-color: var(--byoma-pink);
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
}

body.single-product div.product form.cart .byoma-buy-now-button:hover {
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
}

body.woocommerce .quantity .qty,
body.woocommerce-page .quantity .qty {
  min-height: 48px;
  border: 1px solid var(--byoma-pink);
  color: var(--byoma-pink);
  background: #fff;
}

body.woocommerce button.single_add_to_cart_button,
body.woocommerce-page button.single_add_to_cart_button,
body.woocommerce a.checkout-button,
body.woocommerce-page a.checkout-button,
body.woocommerce button.button,
body.woocommerce-page button.button,
body.woocommerce input.button,
body.woocommerce-page input.button {
  min-height: 48px;
  border: 1px solid var(--byoma-pink);
  border-radius: 0;
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.woocommerce button.single_add_to_cart_button:hover,
body.woocommerce-page button.single_add_to_cart_button:hover,
body.woocommerce a.checkout-button:hover,
body.woocommerce-page a.checkout-button:hover,
body.woocommerce button.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-page input.button:hover {
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
}

body.woocommerce div.product .woocommerce-tabs,
body.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  padding: 44px 0 10px;
  border-top: 1px solid rgba(227, 29, 147, .2);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  border-radius: 0;
  background: var(--byoma-yellow);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--byoma-pink);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: var(--byoma-pink);
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--byoma-yellow);
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 18px;
  row-gap: 34px;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
  position: relative;
  display: flex;
  width: auto;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 0 0 18px;
  background: transparent;
  border: 0;
  text-align: center;
}

body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

body.woocommerce ul.products li.product > figure,
body.woocommerce-page ul.products li.product > figure {
  display: flex;
  width: 100%;
  align-items: center;
}

body.woocommerce ul.products li.product > figure > a,
body.woocommerce-page ul.products li.product > figure > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

body.woocommerce ul.products li.product figure .ct-media-container,
body.woocommerce-page ul.products li.product figure .ct-media-container {
  display: flex;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  --theme-object-fit: contain;
}

body.woocommerce ul.products li.product figure .ct-media-container img,
body.woocommerce-page ul.products li.product figure .ct-media-container img {
  display: block;
  width: 100% !important;
  margin-inline: auto;
  object-fit: contain !important;
  object-position: center center !important;
}

body.single-product .related > h2,
body.single-product .up-sells > h2,
body.single-product :is(.related, .up-sells) .ct-module-title {
  text-align: center;
}

body.single-product .related ul.products,
body.single-product .up-sells ul.products {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 285px));
  justify-content: center;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding: 0 8px;
  color: var(--byoma-pink);
  font-size: 18px;
  text-transform: uppercase;
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
  padding: 0 8px;
  color: var(--byoma-pink);
  font-weight: 700;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
  align-self: center;
  margin: 12px 8px 0;
  border-radius: 0;
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
}

/* BYOMA collection layout: filter rail plus three product columns. */
body.woocommerce.archive .byoma-shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  column-gap: 30px;
  align-items: start;
}

body.woocommerce.archive .byoma-shop-content {
  min-width: 0;
}

body.woocommerce.archive .byoma-shop-filters {
  color: var(--byoma-pink);
}

.byoma-shop-filters h2 {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(227, 29, 147, .12);
  color: var(--byoma-pink);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.byoma-shop-filters details {
  border-bottom: 1px solid rgba(227, 29, 147, .12);
}

.byoma-shop-filters summary {
  position: relative;
  padding: 18px 24px 18px 0;
  cursor: pointer;
  color: var(--byoma-pink);
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
}

.byoma-shop-filters summary::-webkit-details-marker {
  display: none;
}

.byoma-shop-filters summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: '+';
  font-size: 18px;
  font-weight: 400;
  transform: translateY(-50%);
}

.byoma-shop-filters details[open] summary::after {
  content: '-';
}

.byoma-shop-filters ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.byoma-shop-filters li {
  margin: 0;
}

.byoma-shop-filters a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--byoma-pink);
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.byoma-shop-filters a::before {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(227, 29, 147, .28);
  content: '';
}

.byoma-shop-filters a > :first-child {
  margin-right: auto;
}

.byoma-shop-filters li.is-active a::before {
  background: var(--byoma-pink);
  box-shadow: inset 0 0 0 3px var(--byoma-blush);
}

body.woocommerce.archive .woo-listing-top {
  justify-content: flex-end;
  min-height: 42px;
  gap: 22px;
  margin-bottom: 28px;
  color: var(--byoma-pink);
  text-transform: uppercase;
}

body.woocommerce.archive .woo-listing-top .woocommerce-ordering {
  order: 1;
  margin: 0;
}

body.woocommerce.archive .woo-listing-top .woocommerce-ordering::before {
  margin-right: 12px;
  content: 'Sort by:';
  color: var(--byoma-pink);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce.archive .woo-listing-top .woocommerce-ordering select {
  width: auto;
  min-width: 170px;
  padding: 0 32px 0 0;
  border: 0;
  color: var(--byoma-pink);
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce.archive .woo-listing-top .woocommerce-result-count {
  order: 2;
  margin: 0;
  color: var(--byoma-pink);
  font-size: 14px;
  font-weight: 700;
}

body.woocommerce.archive ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 18px;
}

body.woocommerce.archive ul.products li.product {
  min-height: 100%;
  padding-bottom: 0;
}

body.woocommerce.archive ul.products li.product > figure {
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
  overflow: hidden;
}

body.woocommerce.archive ul.products li.product > figure .ct-media-container {
  height: 100%;
  background: transparent;
}

body.woocommerce.archive ul.products li.product > figure .ct-media-container img {
  height: 100% !important;
  margin: 0 !important;
  aspect-ratio: auto;
}

body.woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
  min-height: 44px;
  margin: 0;
  padding: 0 6px;
  color: #00189a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

body.woocommerce.archive ul.products li.product .entry-meta {
  display: none;
}

.byoma-archive-rating {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-top: 6px;
  color: var(--byoma-pink);
  font-size: 14px;
}

.byoma-rating-stars {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 20px;
  overflow: hidden;
  color: var(--byoma-pink);
  font-size: 19px;
  line-height: 20px;
  white-space: nowrap;
}

.byoma-rating-stars__empty,
.byoma-rating-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
}

.byoma-rating-stars__fill {
  overflow: hidden;
}

body.woocommerce.archive ul.products li.product .price {
  margin: 8px 0 0;
  color: var(--byoma-pink);
  font-size: 15px;
}

body.woocommerce.archive ul.products li.product .button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce.archive .hero-section,
body.woocommerce-page.archive .hero-section {
  position: relative;
  min-height: 250px;
  margin-bottom: 70px;
  padding: 72px max(30px, calc((100% - 1165px) / 2));
  background: var(--byoma-yellow);
}

body.woocommerce.archive .hero-section::after,
body.woocommerce-page.archive .hero-section::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: var(--byoma-yellow);
  background: var(--byoma-pink);
  content: 'Free shipping when you spend $40';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce.archive .hero-section .entry-header,
body.woocommerce-page.archive .hero-section .entry-header {
  margin: 0;
}

body.woocommerce.archive .hero-section .page-title,
body.woocommerce-page.archive .hero-section .page-title {
  margin: 0;
  color: var(--byoma-pink);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  body.woocommerce.archive .byoma-shop-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce.archive .byoma-shop-filters {
    margin-bottom: 26px;
  }

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

@media (max-width: 700px) {
  body.woocommerce.archive .hero-section,
  body.woocommerce-page.archive .hero-section {
    min-height: 180px;
    margin-bottom: 54px;
    padding: 52px 20px;
  }

  body.woocommerce.archive .hero-section::after,
  body.woocommerce-page.archive .hero-section::after {
    height: 54px;
    padding: 0 16px;
    font-size: 11px;
    text-align: center;
  }

  body.woocommerce.archive .hero-section .page-title,
  body.woocommerce-page.archive .hero-section .page-title {
    font-size: 42px;
  }

  body.woocommerce.archive .woo-listing-top {
    align-items: flex-start;
    gap: 10px;
  }

  body.woocommerce.archive .woo-listing-top .woocommerce-ordering::before {
    display: none;
  }

  body.woocommerce.archive .woo-listing-top .woocommerce-ordering select {
    min-width: 120px;
  }

  body.woocommerce.archive ul.products {
    gap: 34px 10px;
  }

  body.woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 14px;
  }

  .byoma-archive-rating {
    font-size: 12px;
  }
}

body.woocommerce ul.products li.product .onsale,
body.woocommerce-page ul.products li.product .onsale {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  right: auto;
  min-width: 0;
  min-height: 0;
  padding: 7px 10px;
  border-radius: 0;
  background: var(--byoma-pink);
  color: var(--byoma-yellow);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  padding: 34px 0 90px;
}

body.woocommerce-cart .entry-header {
  margin-bottom: 20px;
}

body.woocommerce-cart .entry-title {
  color: var(--byoma-pink);
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce-cart .woocommerce::after {
  display: table;
  clear: both;
  content: '';
}

body.woocommerce-cart .woocommerce-cart-form {
  float: left;
  width: calc(68% - 20px);
}

body.woocommerce-cart .cart-collaterals {
  float: right;
  width: 32%;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table {
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  border-color: rgba(227, 29, 147, .16);
}

body.woocommerce-cart table.shop_table th {
  padding: 0 14px 18px;
  color: var(--byoma-pink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td {
  padding: 28px 14px;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table .product-thumbnail {
  width: 128px;
  min-width: 128px;
}

body.woocommerce-cart table.shop_table .product-thumbnail img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0;
  background: #fce0ed;
  object-fit: contain;
  object-position: center;
}

body.woocommerce-cart table.shop_table .product-name a {
  color: var(--byoma-pink);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal {
  color: var(--byoma-pink);
  font-weight: 500;
}

body.woocommerce-cart table.shop_table .product-remove a {
  color: var(--byoma-pink) !important;
  font-size: 24px;
}

body.woocommerce-cart table.shop_table td.actions {
  padding: 24px 0 0;
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(227, 29, 147, .16);
}

body.woocommerce-cart .cart_totals {
  padding: 0 0 0 36px;
  background: transparent;
  border: 0;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-account h2,
body.woocommerce-account h3 {
  color: var(--byoma-pink);
  text-transform: uppercase;
}

body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 500;
}

body.woocommerce-cart .cart_totals table.shop_table {
  width: 100%;
  border-top: 1px solid rgba(227, 29, 147, .25);
  border-bottom: 1px solid rgba(227, 29, 147, .25);
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 18px 0;
  color: var(--byoma-ink);
  text-transform: none;
}

body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 24px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  margin: 0;
  padding: 15px 24px;
}

body.woocommerce-cart .coupon {
  display: flex;
  gap: 8px;
}

body.woocommerce-cart .coupon input.input-text {
  width: 220px !important;
  margin: 0 !important;
}

body.woocommerce-cart .coupon input.input-text,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-account input.input-text {
  min-height: 46px;
  border: 1px solid rgba(227, 29, 147, .4);
  background: #fff;
}

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    float: none;
    width: 100%;
  }

  body.woocommerce-cart .cart-collaterals {
    margin-top: 42px;
  }

  body.woocommerce-cart .cart_totals {
    padding-left: 0;
  }

  body.woocommerce-cart table.shop_table .product-thumbnail {
    width: 96px;
    min-width: 96px;
  }

  body.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 82px;
    height: 82px;
  }

  body.woocommerce-cart .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100% !important;
  }

  body.single-product .product-entry-wrapper {
    display: block;
  }

  body.woocommerce div.product div.images,
  body.woocommerce-page div.product div.images,
  body.woocommerce div.product div.summary,
  body.woocommerce-page div.product div.summary {
    width: 100%;
  }

  body.woocommerce div.product div.summary,
  body.woocommerce-page div.product div.summary {
    padding: 24px 0 0;
  }

  body.woocommerce div.product .product_title,
  body.woocommerce-page div.product .product_title {
    font-size: 34px;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body.woocommerce div.product form.cart,
  body.woocommerce-page div.product form.cart {
    align-items: stretch;
  }

  body.single-product div.product form.cart .quantity {
    flex-basis: 92px;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .byoma-header-utilities a {
    padding: 5px;
    font-size: 12.5px;
  }
}

@media (max-width: 1000px) {
  .byoma-header-utilities,
  .byoma-desktop-nav,
  .byoma-header-actions .byoma-account-link {
    display: none;
  }

  .byoma-header-main {
    grid-template-columns: 44px 1fr auto;
    min-height: 62px;
    gap: 12px;
    padding: 8px 16px;
  }

  .byoma-header-logo {
    width: min(100%, 154px);
  }

  .byoma-mobile-menu-button {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .byoma-mobile-menu-button span {
    width: 22px;
    height: 2px;
    background: var(--byoma-yellow);
    transition: transform .2s ease, opacity .2s ease;
  }

  .byoma-mobile-menu-button.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .byoma-mobile-menu-button.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .byoma-header-actions {
    gap: 0;
  }

  .byoma-header-icon {
    width: 40px;
    height: 40px;
  }

  .byoma-mobile-drawer {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    max-height: calc(100vh - 96px);
    overflow: auto;
    padding: 12px 20px 30px;
    background: var(--byoma-pink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .byoma-mobile-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .byoma-mobile-nav,
  .byoma-mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .byoma-mobile-nav > li {
    border-bottom: 1px solid rgba(252, 242, 152, .34);
  }

  .byoma-mobile-nav > li > a,
  .byoma-mobile-nav__toggle {
    display: flex;
    width: 100%;
    min-height: 49px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }

  .byoma-mobile-nav__toggle::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
  }

  .byoma-mobile-nav__toggle[aria-expanded='true']::after {
    content: '-';
  }

  .byoma-mobile-nav__submenu {
    padding: 0 0 12px !important;
  }

  .byoma-mobile-nav__submenu a {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
  }

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

@media (max-width: 700px) {
  .byoma-announcement {
    min-height: 30px;
    font-size: 10px;
  }

  .byoma-header-main {
    grid-template-columns: 40px 1fr auto;
    padding-inline: 10px;
  }

  .byoma-header-logo {
    width: min(100%, 126px);
  }

  .byoma-header-actions {
    gap: 0;
  }

  .byoma-header-search {
    padding: 10px;
  }

  body.woocommerce ul.products,
  body.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 10px;
  }

  body.woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
  }

}

/* Homepage product cards use WooCommerce links, gallery images and AJAX cart actions. */
.card-wrapper .card__media {
  position: absolute;
  z-index: 5 !important;
  pointer-events: auto !important;
}

.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .media--hover-effect {
  right: 0;
  left: 0;
  width: 100% !important;
  margin-inline: auto;
}

.card-wrapper .media--hover-effect > img {
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: center center;
}

.card-wrapper .byoma-card-media-link {
  position: absolute;
  z-index: 20 !important;
  inset: 0;
  display: block;
  cursor: pointer;
  pointer-events: auto !important;
  touch-action: manipulation;
}

.card-wrapper.byoma-product-ready .quick-add {
  display: block;
}

.card-wrapper.byoma-product-ready .quick-add product-form,
.card-wrapper.byoma-product-ready .quick-add form {
  display: block;
  min-width: 0;
}

.card-wrapper.byoma-has-hover-image .media--hover-effect > img:first-child,
.card-wrapper.byoma-has-hover-image .media--hover-effect > img + img {
  transition: opacity .28s ease, transform .4s ease;
}

.card-wrapper.byoma-has-hover-image .media--hover-effect > img:first-child {
  opacity: 1;
}

.card-wrapper.byoma-has-hover-image .media--hover-effect > img + img {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .card-wrapper.byoma-has-hover-image:hover .media--hover-effect > img:first-child {
    opacity: 0;
  }

  .card-wrapper.byoma-has-hover-image:hover .media--hover-effect > img + img {
    opacity: 1;
    transform: scale(1.02);
  }
}

form[data-byoma-product-slug] button.is-loading {
  cursor: wait;
  opacity: .72;
}

/* Homepage footer supplied in the requested layout. */
.byoma-custom-footer {
  margin-top: 0;
  color: #fff;
  background: var(--byoma-pink);
  font-family: inherit;
}

.byoma-custom-footer__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.55fr;
  gap: clamp(32px, 8vw, 120px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 24px 36px;
}

.byoma-custom-footer p,
.byoma-custom-footer h3 {
  margin: 0 0 20px;
}

.byoma-custom-footer h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: .04em;
}

.byoma-custom-footer__signup p {
  font-size: 17px;
  line-height: 1.45;
}

.byoma-custom-footer__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.byoma-custom-footer__form input {
  width: 240px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 22px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.byoma-custom-footer__form input::placeholder {
  color: #fff;
  opacity: 1;
}

.byoma-custom-footer__form button {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  color: #fff;
  background: transparent;
  font-weight: 700;
}

.byoma-custom-footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.byoma-custom-footer__column a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.byoma-custom-footer__column a:hover {
  color: var(--byoma-yellow);
}

.byoma-custom-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 64px;
  padding: 0 max(24px, calc((100% - 1080px) / 2));
  color: var(--byoma-pink);
  background: var(--byoma-yellow);
  font-size: 15px;
}

@media (max-width: 700px) {
  .byoma-custom-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .byoma-custom-footer__bottom {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 24px;
  }
}

/* Keep BYOMA global chrome above Blocksy's generic non-home link/button rules. */
body:not(.home) .byoma-global-header,
body:not(.home) .byoma-global-header a,
body:not(.home) .byoma-global-header button {
  color: var(--byoma-yellow);
}

body:not(.home) .byoma-global-header button,
body:not(.home) .byoma-mobile-menu-button,
body:not(.home) .byoma-mobile-nav__toggle,
body:not(.home) .byoma-search-toggle {
  border-color: transparent;
  border-radius: 0;
  background: transparent;
}

body:not(.home) .byoma-header-search button {
  border-color: var(--byoma-yellow);
  background: var(--byoma-yellow);
  color: var(--byoma-pink);
}

body:not(.home) .byoma-custom-footer,
body:not(.home) .byoma-custom-footer a,
body:not(.home) .byoma-custom-footer button {
  color: #fff;
}

body:not(.home) .byoma-custom-footer button {
  border-color: rgba(255, 255, 255, .28);
  background: transparent;
}

/* Isolate the captured homepage from Shopify and Blocksy cascade collisions. */
@media (min-width: 1001px) {
  body.home .byoma-header-main > .byoma-header-utilities:empty {
    display: flex !important;
  }
}

body.home .color-scheme-2 .collection__view-all .button,
body.home .color-scheme-2 .quick-add__submit.button {
  border-color: var(--byoma-pink) !important;
  background-color: var(--byoma-pink) !important;
  background-image: none !important;
  color: var(--byoma-yellow) !important;
}

body.home .color-scheme-2 .collection__view-all .button:hover,
body.home .color-scheme-2 .quick-add__submit.button:hover {
  border-color: var(--byoma-yellow) !important;
  background-color: var(--byoma-yellow) !important;
  color: var(--byoma-pink) !important;
}

body.home .rich-text__buttons .button,
body.home .rich-text__buttons .button.button--primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 12px 24px !important;
  border: 2px solid var(--byoma-pink) !important;
  border-radius: 0 !important;
  background: var(--byoma-pink) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--byoma-yellow) !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.home .rich-text__buttons .button::before,
body.home .rich-text__buttons .button::after {
  display: none !important;
  content: none !important;
}

body.home .rich-text__buttons .button:hover {
  border-color: var(--byoma-yellow) !important;
  background: var(--byoma-yellow) !important;
  color: var(--byoma-pink) !important;
}

body.home .tolstoy-carousel-video-container,
body.home .tolstoy-carousel-video,
body.home .tolstoy-play-button-container {
  cursor: pointer;
}

body.home .tolstoy-carousel-video-container.byoma-video-is-playing .tolstoy-play-button-container {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* About Us page */
.byoma-about {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--byoma-blush);
}

.byoma-about img {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.byoma-about__intro {
  padding: 92px 28px 98px;
  color: var(--byoma-yellow);
  background: #5b8edc;
  text-align: center;
}

.byoma-about__intro-inner {
  max-width: 820px;
  margin: 0 auto;
}

.byoma-about__intro h1 {
  margin: 0 0 22px;
  color: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.byoma-about__intro p {
  margin: 0;
  color: inherit;
  font-size: 31px;
  line-height: 1.24;
  letter-spacing: 0;
}

.byoma-about__intro .byoma-about__problem {
  margin-top: 28px;
  font-size: 30px;
}

.byoma-about__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 520px;
}

.byoma-about__split--pink {
  background: var(--byoma-blush);
}

.byoma-about__split--yellow {
  background: var(--byoma-yellow);
}

.byoma-about__media {
  min-width: 0;
  min-height: 520px;
}

.byoma-about__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.byoma-about__copy,
.byoma-about__quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 48px 40px;
  color: var(--byoma-pink);
}

.byoma-about__copy p {
  max-width: 620px;
  margin: 0;
  color: inherit;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: 0;
}

.byoma-about__copy strong {
  font-size: 1.12em;
  font-weight: 700;
}

.byoma-about__split--reverse .byoma-about__media {
  grid-column: 2;
  grid-row: 1;
}

.byoma-about__split--reverse .byoma-about__copy,
.byoma-about__split--reverse .byoma-about__quote {
  grid-column: 1;
  grid-row: 1;
}

.byoma-about__video {
  position: relative;
  width: 100%;
  aspect-ratio: 2000 / 1044;
  overflow: hidden;
  background: #e9e384;
}

.byoma-about__video-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.byoma-about__video-poster img {
  height: 100%;
  object-fit: cover;
}

.byoma-about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  transform: translate(-50%, -50%);
}

.byoma-about__play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--byoma-yellow);
  content: '';
  transform: translate(-40%, -50%);
}

.byoma-about__video-player {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.byoma-about__quote {
  text-align: center;
}

.byoma-about__quote h2 {
  margin: 0 0 34px;
  color: inherit;
  font-size: 41px;
  line-height: 1.1;
  letter-spacing: 0;
}

.byoma-about__quote blockquote {
  max-width: 520px;
  margin: 0;
  padding: 0;
  border: 0;
}

.byoma-about__quote p {
  margin: 0 0 30px;
  color: inherit;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 0;
}

.byoma-about__quote cite {
  display: block;
  color: inherit;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .byoma-about__intro {
    padding: 58px 22px 64px;
  }

  .byoma-about__intro h1 {
    font-size: 30px;
  }

  .byoma-about__intro p,
  .byoma-about__intro .byoma-about__problem {
    font-size: 24px;
  }

  .byoma-about__split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .byoma-about__media,
  .byoma-about__split--reverse .byoma-about__media {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .byoma-about__copy,
  .byoma-about__quote,
  .byoma-about__split--reverse .byoma-about__copy,
  .byoma-about__split--reverse .byoma-about__quote {
    grid-column: 1;
    grid-row: auto;
    min-height: 360px;
    padding: 42px 24px;
  }

  .byoma-about__split--reverse .byoma-about__media {
    order: 0;
  }

  .byoma-about__split--reverse .byoma-about__copy,
  .byoma-about__split--reverse .byoma-about__quote {
    order: 1;
  }

  .byoma-about__copy p {
    font-size: 25px;
    text-align: center;
  }

  .byoma-about__video {
    aspect-ratio: 16 / 9;
  }

  .byoma-about__quote h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .byoma-about__quote p {
    font-size: 21px;
  }

  .byoma-about__quote cite {
    font-size: 24px;
  }
}
