.pe2m-textile-shop-page {
  color: rgba(247, 251, 255, 0.84);
}

.pe2m-textile-shop-page .pe2m-woo-main,
.pe2m-textile-shop-page main {
  width: min(1160px, calc(100% - 2rem));
  min-height: 62vh;
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 7rem) 0;
}

.single-product.pe2m-textile-shop-page .pe2m-woo-main,
.single-product.pe2m-textile-shop-page main {
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  min-height: calc(100svh - 76px);
  padding: clamp(3.8rem, 6vw, 5.5rem) 0;
}

.pe2m-textile-shop-page .woocommerce {
  color: rgba(247, 251, 255, 0.84);
}

.single-product.pe2m-textile-shop-page .woocommerce {
  display: grid;
  align-content: center;
}

.pe2m-textile-shop-page .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0 0 1rem;
  color: rgba(247, 251, 255, 0.58);
  font-size: 0.92rem;
  font-weight: 800;
}

.pe2m-textile-shop-page .woocommerce-breadcrumb a {
  color: var(--blue-soft, #9fd8ff);
}

.pe2m-woo-breadcrumb-separator {
  color: rgba(247, 251, 255, 0.32);
}

.pe2m-textile-shop-page .woocommerce-products-header__title,
.pe2m-textile-shop-page .page-title,
.pe2m-textile-shop-page .product_title {
  color: var(--paper, #f7fbff);
}

.pe2m-textile-shop-page.woocommerce-shop .woocommerce-products-header__title,
.pe2m-textile-shop-page.woocommerce-shop .page-title,
.pe2m-textile-shop-page.post-type-archive-product .woocommerce-products-header__title,
.pe2m-textile-shop-page.post-type-archive-product .page-title {
  display: none;
}

.pe2m-shop-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(99, 212, 255, 0.13);
  border-left: 4px solid rgba(99, 212, 255, 0.72);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(9, 22, 42, 0.78), rgba(3, 8, 16, 0.9)),
    linear-gradient(90deg, rgba(11, 124, 255, 0.14), transparent 46%);
  box-shadow: none;
}

.pe2m-shop-hero::after {
  display: none;
}

.pe2m-shop-hero-title {
  min-width: 0;
}

.pe2m-shop-kicker {
  margin: 0 0 0.18rem;
  color: var(--blue-soft, #9fd8ff);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pe2m-shop-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--paper, #f7fbff);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1;
}

.pe2m-shop-hero-text {
  max-width: 560px;
  margin: 0;
  color: rgba(247, 251, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.38;
}

.pe2m-shop-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1.6rem;
  padding: 0.34rem;
  border: 1px solid rgba(99, 212, 255, 0.16);
  border-radius: 10px;
  background: rgba(3, 9, 18, 0.62);
}

.pe2m-shop-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0.62rem 0.92rem;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(247, 251, 255, 0.86);
  background: transparent;
  font-weight: 950;
  text-decoration: none;
}

.pe2m-shop-nav a:hover,
.pe2m-shop-nav a:focus-visible {
  color: #fff;
  border-color: rgba(99, 212, 255, 0.58);
  background: rgba(11, 124, 255, 0.28);
}

.pe2m-shop-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.38rem;
  border: 1px solid rgba(99, 212, 255, 0.48);
  border-radius: 5px;
  background: rgba(11, 124, 255, 0.95);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
}

.pe2m-shop-cart-count[data-count="0"] {
  border-color: rgba(157, 194, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 251, 255, 0.64);
}

.pe2m-textile-shop-page .woocommerce-result-count,
.pe2m-textile-shop-page .woocommerce-ordering {
  color: rgba(247, 251, 255, 0.72);
}

.pe2m-textile-shop-page ul.products,
.pe2m-textile-shop-page .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  clear: both;
  margin: 1.4rem 0 0;
  padding: 0;
}

.pe2m-textile-shop-page ul.products::before,
.pe2m-textile-shop-page ul.products::after,
.pe2m-textile-shop-page .woocommerce ul.products::before,
.pe2m-textile-shop-page .woocommerce ul.products::after {
  display: none;
}

.pe2m-textile-shop-page ul.products li.product,
.pe2m-textile-shop-page .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 1rem;
  border: 1px solid rgba(157, 194, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(8, 18, 32, 0.92), rgba(3, 8, 16, 0.96));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
}

.pe2m-textile-shop-page ul.products li.product a,
.pe2m-textile-shop-page .woocommerce ul.products li.product a {
  color: inherit;
}

.pe2m-textile-shop-page ul.products li.product .woocommerce-loop-product__link,
.pe2m-textile-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: grid;
  gap: 0.75rem;
  text-decoration: none;
}

.pe2m-textile-shop-page ul.products li.product img,
.pe2m-textile-shop-page .woocommerce ul.products li.product img,
.pe2m-textile-shop-page ul.products li.product .woocommerce-loop-product__link img,
.pe2m-textile-shop-page .woocommerce ul.products li.product .woocommerce-loop-product__link img {
  display: block;
  overflow: hidden;
  width: 100% !important;
  height: clamp(155px, 18vw, 220px) !important;
  max-height: 220px !important;
  padding: 0.85rem !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.pe2m-textile-shop-page .woocommerce-loop-product__title,
.pe2m-textile-shop-page ul.products li.product .woocommerce-loop-product__title {
  color: var(--paper, #f7fbff);
  font-size: 1.05rem !important;
  line-height: 1.2;
}

.pe2m-product-short-description {
  margin: 0.45rem 0 1.35rem;
  padding: 0 0 1.15rem;
  border-bottom: 1px solid rgba(157, 194, 255, 0.13);
  color: rgba(247, 251, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.6;
}

.pe2m-product-short-description p {
  margin: 0;
}

.pe2m-textile-shop-page .woocommerce-tabs {
  display: none !important;
}

.pe2m-textile-shop-page ul.products li.product.product-category h2 {
  color: var(--paper, #f7fbff);
  font-size: 1.05rem;
}

.pe2m-textile-shop-page ul.products li.product.product-category mark {
  color: var(--blue-soft, #9fd8ff);
  background: transparent;
}

.pe2m-textile-shop-page .price {
  color: var(--blue-soft, #9fd8ff) !important;
  font-weight: 900 !important;
}

.pe2m-textile-shop-page .button,
.pe2m-textile-shop-page a.button,
.pe2m-textile-shop-page button.button,
.pe2m-textile-shop-page input.button,
.pe2m-textile-shop-page #respond input#submit,
.pe2m-textile-shop-page .woocommerce a.button {
  border-radius: 7px !important;
  background: linear-gradient(135deg, var(--blue, #087cff), #0055c8) !important;
  color: #fff !important;
  font-weight: 900 !important;
  border: 1px solid rgba(99, 212, 255, 0.38) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.pe2m-textile-shop-page .button:hover,
.pe2m-textile-shop-page a.button:hover,
.pe2m-textile-shop-page button.button:hover,
.pe2m-textile-shop-page input.button:hover,
.pe2m-textile-shop-page #respond input#submit:hover,
.pe2m-textile-shop-page .woocommerce a.button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(11, 124, 255, 0.26);
}

.pe2m-textile-shop-page ul.products li.product .button,
.pe2m-textile-shop-page .woocommerce ul.products li.product .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 0.85rem !important;
  border-radius: 6px !important;
  background: rgba(9, 22, 42, 0.92) !important;
  color: #fff !important;
}

.pe2m-textile-shop-page .woocommerce-message,
.pe2m-textile-shop-page .woocommerce-info,
.pe2m-textile-shop-page .woocommerce-error,
.pe2m-shop-empty {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(99, 212, 255, 0.18);
  border-left: 4px solid var(--blue, #087cff);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 18, 32, 0.94), rgba(3, 8, 16, 0.96));
  color: rgba(247, 251, 255, 0.8);
  font-weight: 780;
  line-height: 1.45;
}

.pe2m-textile-shop-page .woocommerce-message::before,
.pe2m-textile-shop-page .woocommerce-info::before,
.pe2m-textile-shop-page .woocommerce-error::before {
  display: none;
}

.pe2m-textile-shop-page .woocommerce-message .button,
.pe2m-textile-shop-page .woocommerce-info .button,
.pe2m-textile-shop-page .woocommerce-error .button {
  order: 2;
  float: none !important;
  width: auto;
  min-height: 38px;
  margin: 0 !important;
  padding: 0.52rem 0.78rem !important;
  border-radius: 6px !important;
  background: rgba(11, 124, 255, 0.22) !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.pe2m-shop-empty strong {
  color: var(--paper, #f7fbff);
  font-size: 1.05rem;
}

.pe2m-textile-shop-page table.shop_table,
.pe2m-textile-shop-page form.checkout,
.pe2m-textile-shop-page form.login,
.pe2m-textile-shop-page form.register,
.pe2m-textile-shop-page .woocommerce-MyAccount-navigation,
.pe2m-textile-shop-page .woocommerce-MyAccount-content {
  border-color: rgba(157, 194, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: rgba(247, 251, 255, 0.82);
}

.pe2m-textile-shop-page table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border-width: 1px 0;
}

.pe2m-textile-shop-page table.shop_table th,
.pe2m-textile-shop-page table.shop_table td {
  border-color: rgba(157, 194, 255, 0.12);
}

.pe2m-textile-shop-page input.input-text,
.pe2m-textile-shop-page textarea,
.pe2m-textile-shop-page select,
.pe2m-textile-shop-page .select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid rgba(157, 194, 255, 0.24);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: var(--paper, #f7fbff);
}

.pe2m-textile-shop-page select option {
  color: #07101d;
}

.pe2m-textile-shop-page label,
.pe2m-textile-shop-page table.shop_table th,
.pe2m-textile-shop-page table.shop_table td,
.pe2m-textile-shop-page .cart_totals h2,
.pe2m-textile-shop-page .checkout h3,
.pe2m-textile-shop-page .woocommerce-MyAccount-content h2,
.pe2m-textile-shop-page .woocommerce-MyAccount-content h3 {
  color: rgba(247, 251, 255, 0.82);
}

.pe2m-textile-shop-page.woocommerce-cart .pe2m-woo-main,
.pe2m-textile-shop-page.woocommerce-cart main {
  width: min(1240px, calc(100% - 2rem));
}

.pe2m-textile-shop-page.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: start;
}

.pe2m-textile-shop-page.woocommerce-cart .woocommerce-breadcrumb,
.pe2m-textile-shop-page.woocommerce-cart .pe2m-shop-nav,
.pe2m-textile-shop-page.woocommerce-cart .woocommerce-notices-wrapper,
.pe2m-textile-shop-page.woocommerce-cart .woocommerce-message,
.pe2m-textile-shop-page.woocommerce-cart .woocommerce-info,
.pe2m-textile-shop-page.woocommerce-cart .woocommerce-error {
  grid-column: 1 / -1;
}

.pe2m-textile-shop-page.woocommerce-cart .woocommerce-cart-form {
  margin: 0;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart {
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
  background: transparent;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart thead th {
  padding: 0 1rem 0.3rem !important;
  border: 0 !important;
  color: rgba(247, 251, 255, 0.48);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart tr.cart_item td {
  padding: 0.95rem 0.85rem !important;
  border-top: 1px solid rgba(157, 194, 255, 0.12);
  border-bottom: 1px solid rgba(157, 194, 255, 0.12);
  background: linear-gradient(135deg, rgba(8, 18, 32, 0.82), rgba(3, 8, 16, 0.92));
  vertical-align: middle;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart tr.cart_item td:first-child {
  border-left: 1px solid rgba(157, 194, 255, 0.12);
  border-radius: 9px 0 0 9px;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart tr.cart_item td:last-child {
  border-right: 1px solid rgba(157, 194, 255, 0.12);
  border-radius: 0 9px 9px 0;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-remove {
  width: 42px;
  text-align: center;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-remove a {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 95, 95, 0.28);
  border-radius: 6px;
  background: rgba(255, 95, 95, 0.08);
  color: #ff8585 !important;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-remove a:hover {
  background: rgba(255, 95, 95, 0.18);
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-thumbnail {
  width: 92px;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-thumbnail img {
  width: 78px !important;
  height: 78px !important;
  padding: 0.35rem !important;
  object-fit: contain !important;
  border: 1px solid rgba(157, 194, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-name a {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 950;
  text-decoration: none;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-name a:hover {
  color: var(--blue-soft, #9fd8ff);
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .variation,
.pe2m-textile-shop-page.woocommerce-cart table.cart .variation p {
  margin: 0.28rem 0 0;
  color: rgba(247, 251, 255, 0.58);
  font-size: 0.88rem;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .product-price,
.pe2m-textile-shop-page.woocommerce-cart table.cart .product-subtotal {
  color: var(--blue-soft, #9fd8ff);
  font-weight: 950;
  white-space: nowrap;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart .quantity .qty {
  width: 76px;
  min-height: 42px;
  border: 1px solid rgba(99, 212, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  text-align: center;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart td.actions {
  padding: 1rem 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  max-width: 560px;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(100%, 260px) !important;
  min-height: 44px;
  padding: 0.7rem 0.8rem;
}

.pe2m-textile-shop-page.woocommerce-cart table.cart td.actions button[name="update_cart"] {
  float: right;
  min-height: 44px;
  background: rgba(9, 22, 42, 0.92) !important;
}

.pe2m-textile-shop-page.woocommerce-cart .cart-collaterals {
  width: auto;
}

.pe2m-textile-shop-page.woocommerce-cart .cart-collaterals::before,
.pe2m-textile-shop-page.woocommerce-cart .cart-collaterals::after {
  display: none;
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals {
  float: none !important;
  position: sticky;
  top: 1.2rem;
  width: 100% !important;
  padding: 1.1rem;
  border: 1px solid rgba(99, 212, 255, 0.18);
  border-radius: 9px;
  background:
    linear-gradient(135deg, rgba(9, 22, 42, 0.95), rgba(3, 8, 16, 0.98)),
    linear-gradient(90deg, rgba(11, 124, 255, 0.16), transparent 52%);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals table {
  margin: 0;
  border: 0 !important;
  background: transparent;
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals th,
.pe2m-textile-shop-page.woocommerce-cart .cart_totals td {
  padding: 0.8rem 0 !important;
  border-color: rgba(157, 194, 255, 0.12);
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals td {
  text-align: right;
}

.pe2m-textile-shop-page.woocommerce-cart .cart_totals .order-total th,
.pe2m-textile-shop-page.woocommerce-cart .cart_totals .order-total td {
  color: #fff;
  font-size: 1.14rem;
  font-weight: 950;
}

.pe2m-textile-shop-page.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1rem 0 0;
}

.pe2m-textile-shop-page.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  font-size: 1rem;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-cart .cart-empty,
.pe2m-textile-shop-page.woocommerce-cart .return-to-shop {
  grid-column: 1 / -1;
}

.pe2m-textile-shop-page.woocommerce-checkout .pe2m-woo-main,
.pe2m-textile-shop-page.woocommerce-checkout main {
  width: min(1240px, calc(100% - 2rem));
}

.pe2m-checkout-pickup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(99, 212, 255, 0.14);
  border-left: 4px solid var(--blue, #087cff);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(9, 22, 42, 0.82), rgba(3, 8, 16, 0.94)),
    linear-gradient(90deg, rgba(11, 124, 255, 0.12), transparent 58%);
}

.pe2m-checkout-kicker {
  margin: 0 0 0.2rem;
  color: var(--blue-soft, #9fd8ff);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pe2m-checkout-pickup h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.12rem, 2.2vw, 1.45rem);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.pe2m-checkout-pickup p:last-child {
  max-width: 760px;
  margin: 0.38rem 0 0;
  color: rgba(247, 251, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.42;
}

.pe2m-checkout-pickup dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.pe2m-checkout-pickup dl div {
  display: grid;
  gap: 0.12rem;
  min-width: 112px;
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(157, 194, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.pe2m-checkout-pickup dt {
  color: rgba(247, 251, 255, 0.46);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe2m-checkout-pickup dd {
  margin: 0;
  color: rgba(247, 251, 255, 0.88);
  font-weight: 850;
}

.pe2m-textile-shop-page.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  grid-template-rows: auto 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  margin: 0;
  border: 0;
  background: transparent;
}

.pe2m-textile-shop-page.woocommerce-checkout form.checkout::before,
.pe2m-textile-shop-page.woocommerce-checkout form.checkout::after,
.pe2m-textile-shop-page.woocommerce-checkout #customer_details::before,
.pe2m-textile-shop-page.woocommerce-checkout #customer_details::after {
  display: none;
}

.pe2m-textile-shop-page.woocommerce-checkout #customer_details {
  display: grid;
  gap: 1rem;
  grid-column: 1;
  grid-row: 1 / span 2;
  clear: none !important;
  float: none !important;
  width: auto !important;
}

.pe2m-textile-shop-page.woocommerce-checkout #customer_details .col-1,
.pe2m-textile-shop-page.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-billing-fields,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-additional-fields,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order {
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(157, 194, 255, 0.13);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(8, 18, 32, 0.86), rgba(3, 8, 16, 0.94));
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-billing-fields h3,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-additional-fields h3,
.pe2m-textile-shop-page.woocommerce-checkout #order_review_heading {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--font-display, inherit);
  font-size: clamp(1.24rem, 2.2vw, 1.7rem);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  clear: none !important;
  float: none !important;
  width: auto !important;
  margin: 0 0 0.75rem;
}

.pe2m-textile-shop-page.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  clear: none !important;
  float: none !important;
  width: auto !important;
  position: sticky;
  top: 1.2rem;
}

.pe2m-textile-shop-page.woocommerce-checkout .form-row {
  margin: 0 0 0.85rem;
  padding: 0;
}

.pe2m-textile-shop-page.woocommerce-checkout .form-row-first,
.pe2m-textile-shop-page.woocommerce-checkout .form-row-last {
  width: calc(50% - 0.45rem);
}

.pe2m-textile-shop-page.woocommerce-checkout .form-row-first {
  margin-right: 0.9rem;
}

.pe2m-textile-shop-page.woocommerce-checkout .form-row label {
  display: block;
  margin: 0 0 0.32rem;
  color: rgba(247, 251, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-checkout .required {
  color: var(--blue-soft, #9fd8ff);
}

.pe2m-textile-shop-page.woocommerce-checkout input.input-text,
.pe2m-textile-shop-page.woocommerce-checkout textarea,
.pe2m-textile-shop-page.woocommerce-checkout select,
.pe2m-textile-shop-page.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 0.74rem 0.85rem;
  border: 1px solid rgba(157, 194, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
}

.pe2m-textile-shop-page.woocommerce-checkout textarea {
  min-height: 108px;
  resize: vertical;
}

.pe2m-textile-shop-page.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  margin: 0;
  border: 0 !important;
  background: transparent;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
  padding: 0.78rem 0 !important;
  border-color: rgba(157, 194, 255, 0.12);
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead th {
  color: rgba(247, 251, 255, 0.48);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order .product-name {
  color: rgba(247, 251, 255, 0.84);
  font-weight: 850;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order .product-total,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
  color: var(--blue-soft, #9fd8ff);
  font-weight: 950;
  text-align: right;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order .order-total th,
.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-checkout-review-order .order-total td {
  color: #fff;
  font-size: 1.12rem;
}

.pe2m-textile-shop-page.woocommerce-checkout #payment {
  margin-top: 1rem;
  border: 1px solid rgba(157, 194, 255, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.pe2m-textile-shop-page.woocommerce-checkout #payment ul.payment_methods {
  padding: 0.9rem;
  border-bottom-color: rgba(157, 194, 255, 0.12);
}

.pe2m-textile-shop-page.woocommerce-checkout #payment div.payment_box {
  border-radius: 7px;
  background: rgba(9, 22, 42, 0.92);
  color: rgba(247, 251, 255, 0.75);
}

.pe2m-textile-shop-page.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(9, 22, 42, 0.92);
}

.pe2m-textile-shop-page.woocommerce-checkout #payment div.form-row {
  padding: 0.9rem;
}

.pe2m-textile-shop-page.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  text-transform: uppercase;
}

.pe2m-textile-shop-page.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: rgba(247, 251, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pe2m-textile-shop-page .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pe2m-textile-shop-page .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  color: rgba(247, 251, 255, 0.78);
  background: transparent;
}

.pe2m-textile-shop-page .woocommerce-MyAccount-navigation .is-active a,
.pe2m-textile-shop-page .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: rgba(11, 124, 255, 0.28);
}

.pe2m-textile-shop-page div.product {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.8rem, 5vw, 4.5rem);
  align-items: center;
  margin-top: clamp(1.8rem, 4vw, 3.2rem);
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery,
.pe2m-textile-shop-page div.product .summary {
  width: auto !important;
  float: none !important;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery {
  justify-self: center;
  width: min(100%, 470px) !important;
  overflow: visible;
  background: transparent;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery.pe2m-gallery-ready .flex-viewport,
.pe2m-textile-shop-page div.product .woocommerce-product-gallery.pe2m-gallery-ready .woocommerce-product-gallery__wrapper {
  display: none !important;
}

.pe2m-product-main {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(157, 194, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(11, 124, 255, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.035);
  cursor: zoom-in;
}

.pe2m-product-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0 34%, rgba(99, 212, 255, 0.16) 48%, transparent 64% 100%);
  opacity: 0;
  transform: translateX(-118%);
}

.pe2m-product-main img {
  display: block;
  width: 100%;
  max-height: min(58vh, 540px);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: clamp(0.7rem, 2vw, 1.1rem);
  border-radius: 18px;
  background: transparent;
  transform-origin: var(--pe2m-zoom-x, 50%) var(--pe2m-zoom-y, 50%);
  transition: transform 240ms ease;
}

.pe2m-product-main.is-changing img {
  animation: pe2mProductImageIn 420ms cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

.pe2m-product-main.is-changing::after {
  animation: pe2mProductImageSweep 460ms cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

.pe2m-product-main:hover img {
  transform: scale(1.65);
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery__image {
  display: none;
  overflow: hidden;
  border: 1px solid rgba(157, 194, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(11, 124, 255, 0.1), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery:not(.pe2m-gallery-ready) .woocommerce-product-gallery__image:first-child,
.pe2m-textile-shop-page div.product .woocommerce-product-gallery__image.is-active,
.pe2m-textile-shop-page div.product .woocommerce-product-gallery__image.flex-active-slide {
  display: block;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery__trigger {
  display: none !important;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  max-height: min(58vh, 540px);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: clamp(0.7rem, 2vw, 1.1rem);
  border-radius: 18px;
  background: transparent;
  transform-origin: var(--pe2m-zoom-x, 50%) var(--pe2m-zoom-y, 50%);
  transition: transform 240ms ease;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery__image a:hover img {
  transform: scale(1.65);
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs,
.pe2m-product-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 132px));
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery.pe2m-use-custom-thumbs .flex-control-thumbs {
  display: grid;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery.pe2m-has-custom-thumbs .flex-control-thumbs {
  display: none !important;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto;
  margin: 0;
}

.pe2m-product-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(157, 194, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs img,
.pe2m-product-thumb img {
  width: 100%;
  height: 126px;
  padding: 0.52rem;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(157, 194, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  opacity: 0.72;
  transition: opacity 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs img.is-active,
.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.pe2m-product-thumb.is-active img,
.pe2m-product-thumb:hover img,
.pe2m-textile-shop-page div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  border-color: rgba(99, 212, 255, 0.62);
  opacity: 1;
  transform: translateY(-1px);
}

@keyframes pe2mProductImageIn {
  0% {
    opacity: 0.36;
    filter: blur(5px) saturate(1.1);
    transform: translateY(10px) scale(0.985);
  }

  100% {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes pe2mProductImageSweep {
  0% {
    opacity: 0;
    transform: translateX(-118%);
  }

  24% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(118%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pe2m-product-main.is-changing img,
  .pe2m-product-main.is-changing::after {
    animation: none;
  }
}

.pe2m-textile-shop-page div.product .summary {
  padding: 0;
  border: 0;
  background: transparent;
  align-self: center;
}

.pe2m-textile-shop-page div.product .summary .product_title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display, inherit);
  font-size: clamp(2.1rem, 5vw, 4rem);
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.pe2m-textile-shop-page div.product p.price,
.pe2m-textile-shop-page div.product span.price {
  margin: 0.8rem 0 1.15rem;
  color: var(--blue-soft, #9fd8ff) !important;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 950;
}

.pe2m-textile-shop-page div.product form.cart {
  display: grid;
  gap: 1rem;
  margin: 1.1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(157, 194, 255, 0.13);
}

.pe2m-textile-shop-page div.product form.cart::before,
.pe2m-textile-shop-page div.product form.cart::after,
.pe2m-textile-shop-page div.product form.variations_form::before,
.pe2m-textile-shop-page div.product form.variations_form::after {
  display: none;
}

.pe2m-textile-shop-page div.product table.variations {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

.pe2m-textile-shop-page div.product table.variations tbody {
  display: table-row-group !important;
}

.pe2m-textile-shop-page div.product table.variations tr {
  display: table-row !important;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(157, 194, 255, 0.1);
}

.pe2m-textile-shop-page div.product table.variations th,
.pe2m-textile-shop-page div.product table.variations td {
  display: table-cell !important;
  padding: 0.72rem 0 !important;
  border: 0 !important;
  background: transparent;
  vertical-align: middle !important;
}

.pe2m-textile-shop-page div.product table.variations th.label {
  width: 120px;
  padding-right: 1rem !important;
}

.pe2m-textile-shop-page div.product table.variations td.value {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}

.pe2m-textile-shop-page div.product table.variations label {
  margin: 0;
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pe2m-textile-shop-page div.product table.variations select {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 44px;
  margin: 0 !important;
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: rgba(99, 212, 255, 0.34);
  background: transparent;
  color: var(--paper, #f7fbff);
  font-weight: 800;
}

.pe2m-textile-shop-page div.product table.variations .reset_variations {
  display: inline-flex !important;
  margin: 0;
  align-self: center;
  justify-self: end;
  color: rgba(247, 251, 255, 0.58);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.pe2m-textile-shop-page div.product .single_variation_wrap {
  display: grid;
  gap: 1rem;
}

.pe2m-textile-shop-page div.product .woocommerce-variation {
  color: rgba(247, 251, 255, 0.76);
}

.pe2m-textile-shop-page div.product .woocommerce-variation-price {
  color: var(--blue-soft, #9fd8ff);
  font-size: 1.35rem;
  font-weight: 950;
}

.pe2m-textile-shop-page div.product .woocommerce-variation-add-to-cart,
.pe2m-textile-shop-page div.product form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.pe2m-textile-shop-page div.product .quantity {
  display: inline-flex;
  align-items: center;
}

.pe2m-textile-shop-page div.product .quantity .qty {
  width: 82px;
  min-height: 46px;
  text-align: center;
}

.pe2m-textile-shop-page div.product .single_add_to_cart_button {
  min-height: 48px;
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

.pe2m-textile-shop-page div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(157, 194, 255, 0.13);
  color: rgba(247, 251, 255, 0.56);
  font-size: 0.88rem;
}

.pe2m-textile-shop-page div.product .product_meta a {
  color: var(--blue-soft, #9fd8ff);
}

.pe2m-textile-shop-page .onsale {
  min-width: 0;
  min-height: 0;
  padding: 0.45rem 0.7rem;
  border-radius: 6px;
  background: var(--blue, #087cff);
  color: #fff;
  line-height: 1;
}

@media (max-width: 860px) {
  .pe2m-textile-shop-page ul.products,
  .pe2m-textile-shop-page .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe2m-textile-shop-page.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }

  .pe2m-textile-shop-page.woocommerce-cart .cart_totals {
    position: static;
  }

  .pe2m-checkout-pickup,
  .pe2m-textile-shop-page.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .pe2m-textile-shop-page.woocommerce-checkout #customer_details,
  .pe2m-textile-shop-page.woocommerce-checkout #order_review_heading,
  .pe2m-textile-shop-page.woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .pe2m-textile-shop-page.woocommerce-checkout #order_review {
    position: static;
  }

  .pe2m-textile-shop-page.woocommerce-checkout .form-row-first,
  .pe2m-textile-shop-page.woocommerce-checkout .form-row-last {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .pe2m-textile-shop-page div.product {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pe2m-textile-shop-page div.product .woocommerce-product-gallery {
    width: min(100%, 420px) !important;
  }

  .pe2m-textile-shop-page div.product .woocommerce-product-gallery img {
    max-height: 460px;
  }

  .pe2m-textile-shop-page div.product .woocommerce-product-gallery__image a:hover img {
    transform: none;
  }

  .pe2m-product-main:hover img {
    transform: none;
  }

  .pe2m-textile-shop-page div.product table.variations tr {
    display: grid !important;
    gap: 0.35rem;
  }

  .pe2m-textile-shop-page div.product table.variations td.value {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .pe2m-textile-shop-page div.product table.variations th,
  .pe2m-textile-shop-page div.product table.variations td {
    display: block !important;
    padding: 0.25rem 0 !important;
  }

  .pe2m-textile-shop-page div.product table.variations .reset_variations {
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .pe2m-textile-shop-page .pe2m-woo-main,
  .pe2m-textile-shop-page main {
    width: min(100% - 1rem, 1180px);
  }

  .pe2m-shop-hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1rem;
    border-radius: 9px;
  }

  .pe2m-shop-nav {
    width: 100%;
    border-radius: 10px;
  }

  .pe2m-shop-nav a {
    flex: 1 1 110px;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .pe2m-product-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 0.75rem;
  }

  .pe2m-product-thumb img {
    height: 98px;
  }

  .pe2m-textile-shop-page ul.products,
  .pe2m-textile-shop-page .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart,
  .pe2m-textile-shop-page.woocommerce-cart table.cart tbody,
  .pe2m-textile-shop-page.woocommerce-cart table.cart tr,
  .pe2m-textile-shop-page.woocommerce-cart table.cart td {
    display: block;
    width: 100% !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart thead {
    display: none;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart {
    border-spacing: 0;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart tr.cart_item {
    position: relative;
    display: grid;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
    padding: 0.95rem;
    border: 1px solid rgba(157, 194, 255, 0.12);
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(8, 18, 32, 0.82), rgba(3, 8, 16, 0.92));
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart tr.cart_item td {
    padding: 0.15rem 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-remove {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: auto !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-thumbnail {
    padding-right: 2.6rem !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-thumbnail img {
    width: 96px !important;
    height: 96px !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-price,
  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-quantity,
  .pe2m-textile-shop-page.woocommerce-cart table.cart .product-subtotal {
    display: flex !important;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.45rem !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart td::before {
    color: rgba(247, 251, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart td.actions {
    padding-top: 0.75rem !important;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    max-width: none;
  }

  .pe2m-textile-shop-page.woocommerce-cart table.cart td.actions .coupon .input-text,
  .pe2m-textile-shop-page.woocommerce-cart table.cart td.actions .coupon .button,
  .pe2m-textile-shop-page.woocommerce-cart table.cart td.actions button[name="update_cart"] {
    float: none;
    width: 100% !important;
  }

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

  .pe2m-textile-shop-page div.product .single_add_to_cart_button {
    flex: 1 1 100%;
  }
}
