.strayhelp-woocommerce-page {
  background: var(--sh-cream);
  color: var(--sh-ink);
}

.strayhelp-woocommerce-content {
  padding: 70px 0 96px;
}

.strayhelp-woocommerce-page .woocommerce-products-header {
  display: none;
}

.strayhelp-woocommerce-page .woocommerce-products-header__title,
.strayhelp-woocommerce-page > .strayhelp-woocommerce-content .page-title {
  display: none;
}

.strayhelp-shop-hero {
  padding-top: 72px;
  padding-bottom: 126px;
}

.strayhelp-shop-hero h1 {
  max-width: none;
  font-family: var(--sh-body-font);
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 500;
  text-transform: lowercase;
}

.strayhelp-shop-hero .breadcrumbs {
  color: var(--sh-deep);
  font-size: 12px;
  text-transform: none;
}

.strayhelp-woocommerce-archive .strayhelp-woocommerce-content {
  margin-top: -34px;
}

.strayhelp-woocommerce-page .woocommerce-result-count {
  margin: 0 0 42px;
  color: var(--sh-muted);
  font-size: 14px;
}

.strayhelp-product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
  color: var(--sh-muted);
  font-size: 12px;
}

.strayhelp-product-breadcrumbs a {
  color: var(--sh-deep);
}

.strayhelp-woocommerce-page .woocommerce-ordering {
  margin: 0 0 34px;
}

.strayhelp-woocommerce-page .woocommerce-ordering select {
  min-width: 218px;
  min-height: 42px;
  border: 1px solid var(--sh-line);
  border-radius: 4px;
  background: #fff;
  color: var(--sh-muted);
  padding: 0 42px 0 16px;
  font: inherit;
}

.strayhelp-woocommerce-page.woocommerce ul.products,
.strayhelp-woocommerce-page .woocommerce ul.products,
.strayhelp-woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 34px;
  clear: both;
  margin: 0;
  padding: 0;
}

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

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

.strayhelp-woocommerce-page.woocommerce ul.products li.product,
.strayhelp-woocommerce-page .woocommerce ul.products li.product,
.strayhelp-woocommerce-page.woocommerce-page ul.products li.product,
.strayhelp-woocommerce-page ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #d9d5d0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(36, 33, 29, .08);
  text-align: left;
}

.strayhelp-product-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
}

.strayhelp-product-card .woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
}

.strayhelp-woocommerce-page .strayhelp-product-card .woocommerce-LoopProduct-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 16px;
}

.strayhelp-woocommerce-page ul.products li.product a img {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 1.14 / 1;
  object-fit: cover;
  margin: 0 0 18px;
  background: #f5f1ec;
}

.strayhelp-woocommerce-page ul.products li.product .strayhelp-product-card > a.button {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 30px;
  transform: translateY(calc(clamp(168px, 22vw, 258px) - 56px));
  z-index: 2;
  width: auto;
  min-height: 42px;
  padding: 10px 18px;
  box-shadow: 0 2px 7px rgba(36, 33, 29, .18);
  text-align: center;
}

.strayhelp-woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  grid-column: 1 / -1;
  min-height: 54px;
  padding: 0;
  margin: 0 0 14px;
  color: var(--sh-deep);
  font-family: var(--sh-body-font);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.strayhelp-product-card__category,
.strayhelp-product-card__category a {
  grid-column: 1;
  color: var(--sh-green);
  font-family: var(--sh-body-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.strayhelp-woocommerce-page ul.products li.product .price {
  grid-column: 2;
  display: block;
  margin-top: 6px;
  color: var(--sh-deep);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.strayhelp-woocommerce-page a.button,
.strayhelp-woocommerce-page button.button,
.strayhelp-woocommerce-page input.button,
.strayhelp-woocommerce-page .single_add_to_cart_button,
.strayhelp-woocommerce-page .single_add_to_cart_button.alt,
.woocommerce-cart .wp-block-button__link,
.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout .wp-block-button__link,
.woocommerce-checkout .wc-block-components-button {
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--sh-yellow) !important;
  color: var(--sh-deep) !important;
  font-family: var(--sh-body-font);
  font-weight: 700;
  white-space: nowrap;
}

.strayhelp-woocommerce-page a.button:hover,
.strayhelp-woocommerce-page button.button:hover,
.strayhelp-woocommerce-page input.button:hover,
.strayhelp-woocommerce-page .single_add_to_cart_button:hover,
.strayhelp-woocommerce-page .single_add_to_cart_button.alt:hover,
.woocommerce-cart .wp-block-button__link:hover,
.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-checkout .wp-block-button__link:hover,
.woocommerce-checkout .wc-block-components-button:hover {
  background: #eab048 !important;
  color: var(--sh-deep) !important;
}

.strayhelp-woocommerce-page ul.products li.product .price .amount {
  color: inherit;
}

.strayhelp-woocommerce-single .strayhelp-woocommerce-content {
  padding-top: 56px;
}

.strayhelp-woocommerce-single div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .98fr);
  gap: 58px;
  align-items: start;
}

.strayhelp-woocommerce-single div.product::before,
.strayhelp-woocommerce-single div.product::after {
  display: none;
}

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

.strayhelp-woocommerce-single div.product div.images {
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.strayhelp-woocommerce-single div.product div.images .woocommerce-product-gallery__image,
.strayhelp-woocommerce-single div.product div.images .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
}

.strayhelp-woocommerce-single div.product div.images img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform-origin: 50% 50%;
  transition: transform .22s ease;
  will-change: transform;
}

.strayhelp-woocommerce-single div.product div.images .woocommerce-product-gallery__image {
  cursor: zoom-in;
}

.strayhelp-woocommerce-single div.product div.images .woocommerce-product-gallery__image.is-zooming {
  cursor: zoom-out;
}

.strayhelp-woocommerce-single div.product div.images .woocommerce-product-gallery__image.is-zooming img {
  transform: scale(1.75);
}

.strayhelp-woocommerce-single div.product .summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px 34px;
  padding-top: 4px;
  color: var(--sh-muted);
}

.strayhelp-single-product-category {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--sh-muted);
  font-size: 13px;
}

.strayhelp-single-product-category a {
  color: var(--sh-green);
}

.strayhelp-woocommerce-single div.product .product_title {
  grid-column: 1 / -1;
  max-width: 620px;
  color: var(--sh-deep);
  font-family: var(--sh-body-font);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 500;
  line-height: 1.18;
}

.strayhelp-woocommerce-single div.product .woocommerce-product-details__short-description {
  grid-column: 1 / -1;
  max-width: 620px;
  color: var(--sh-muted);
  font-size: 16px;
  line-height: 1.62;
}

.strayhelp-woocommerce-single div.product .summary > .price {
  align-self: center;
  margin: 40px 0 0;
  color: var(--sh-muted);
  font-size: 16px;
  font-weight: 500;
}

.strayhelp-woocommerce-single div.product form.cart {
  display: flex;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-end;
  margin: 40px 0 0;
}

.strayhelp-woocommerce-single div.product form.cart div.quantity {
  margin: 0;
}

.strayhelp-woocommerce-single div.product form.cart .qty {
  width: 84px;
  min-height: 48px;
  border: 1px solid var(--sh-line);
  border-radius: 4px;
  text-align: center;
}

.strayhelp-woocommerce-single div.product form.cart .qty-step {
  display: none !important;
}

.strayhelp-woocommerce-single div.product form.cart .button {
  min-width: 178px;
  min-height: 48px;
}

.woocommerce-cart .page-hero,
.woocommerce-checkout .page-hero {
  min-height: 344px;
  display: grid;
  place-items: center;
  background: #f6f1ed;
  color: var(--sh-deep);
}

.woocommerce-cart .page-hero h1,
.woocommerce-checkout .page-hero h1 {
  color: var(--sh-deep);
  font-family: var(--sh-body-font);
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 500;
  text-transform: none;
}

.woocommerce-cart .page-hero .breadcrumbs,
.woocommerce-checkout .page-hero .breadcrumbs {
  color: var(--sh-muted);
}

.woocommerce-cart .site-main > .content-layout,
.woocommerce-checkout .site-main > .content-layout {
  padding: 64px 0 88px;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--sh-ink);
  font-family: var(--sh-body-font);
}

.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout {
  gap: 32px;
}

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  border: 1px solid #d9d5d0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(36, 33, 29, .08);
  padding: 24px;
}

.woocommerce-cart .wc-block-components-main,
.woocommerce-checkout .wc-block-components-main,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  border: 1px solid #d9d5d0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(36, 33, 29, .08);
  padding: 28px;
}

.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart .wc-block-cart-items th,
.woocommerce-cart .wc-block-cart-items td,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: var(--sh-line);
}

.woocommerce-cart .wc-block-cart-items__header,
.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-cart .wp-block-heading {
  color: var(--sh-deep);
  font-family: var(--sh-body-font);
  font-weight: 600;
}

.woocommerce-cart .wc-block-components-product-name,
.woocommerce-cart .wc-block-grid__product-title,
.woocommerce-checkout .wc-block-components-product-name {
  color: var(--sh-deep);
  font-weight: 600;
}

.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-grid__product-price,
.woocommerce-checkout .wc-block-components-product-price,
.woocommerce-checkout .wc-block-components-totals-item__value {
  color: var(--sh-green);
  font-weight: 700;
}

.woocommerce-cart .wc-block-components-quantity-selector,
.woocommerce-checkout .wc-block-components-quantity-selector {
  border: 1px solid var(--sh-line);
  border-radius: 4px;
  background: #fff;
}

.woocommerce-cart .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input {
  border: 1px solid var(--sh-line);
  border-radius: 4px;
  background: #fff;
  color: var(--sh-ink);
  font-family: var(--sh-body-font);
}

.woocommerce-cart .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.woocommerce-cart .wc-block-grid__product {
  max-width: none;
  border: 1px solid #d9d5d0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(36, 33, 29, .08);
  padding: 20px;
  text-align: left;
}

.woocommerce-cart .wc-block-grid__product-link {
  color: inherit;
}

.woocommerce-cart .wc-block-grid__product-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f5f1ec;
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  white-space: nowrap !important;
  word-break: normal !important;
}

.strayhelp-woocommerce-single div.product .product_meta {
  grid-column: 1 / -1;
  color: var(--sh-muted);
  font-size: 13px;
}

.strayhelp-woocommerce-single div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  position: relative;
  margin: 68px calc(50% - 50vw) 0;
  padding: 92px max(40px, calc((100vw - 1200px) / 2)) 0;
  background: #f6f1ed;
}

.strayhelp-woocommerce-single div.product .woocommerce-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 64px;
  background: var(--sh-cream);
  clip-path: polygon(0 0, 50% 58%, 100% 0);
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin: 0 0 58px;
  padding: 0;
  border: 0;
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs::before,
.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs li::before,
.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs li a {
  color: var(--sh-deep);
  font-weight: 500;
}

.strayhelp-woocommerce-single .woocommerce-tabs ul.tabs li.active a {
  color: var(--sh-green);
}

.strayhelp-woocommerce-single .woocommerce-Tabs-panel {
  max-width: 760px;
  margin: 0 auto;
  color: var(--sh-muted);
  font-size: 14px;
  line-height: 1.58;
}

.strayhelp-woocommerce-single .woocommerce-Tabs-panel h2 {
  display: none;
}

.strayhelp-woocommerce-single .related.products,
.strayhelp-woocommerce-single .upsells.products {
  grid-column: 1 / -1;
  margin: 70px calc(50% - 50vw) -96px;
  padding: 0 max(40px, calc((100vw - 1200px) / 2)) 88px;
  background: #f6f1ed;
}

.strayhelp-woocommerce-single .related.products > h2,
.strayhelp-woocommerce-single .upsells.products > h2 {
  margin: 0 0 38px;
  color: var(--sh-deep);
  font-family: var(--sh-body-font);
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.strayhelp-woocommerce-single .related.products ul.products,
.strayhelp-woocommerce-single .upsells.products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1181px) {
  .strayhelp-woocommerce-page.woocommerce ul.products,
  .strayhelp-woocommerce-page .woocommerce ul.products {
    width: min(1160px, 100%);
  }
}

@media (max-width: 900px) {
  .strayhelp-shop-hero {
    padding-top: 62px;
    padding-bottom: 104px;
  }

  .strayhelp-woocommerce-content {
    padding: 56px 0 76px;
  }

  .strayhelp-woocommerce-page.woocommerce ul.products,
  .strayhelp-woocommerce-page .woocommerce ul.products,
  .strayhelp-woocommerce-page ul.products,
  .strayhelp-woocommerce-page.woocommerce ul.products.columns-4,
  .strayhelp-woocommerce-page .woocommerce ul.products.columns-4,
  .strayhelp-woocommerce-page ul.products.columns-4,
  .strayhelp-woocommerce-single .related.products ul.products,
  .strayhelp-woocommerce-single .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px;
  }

  .strayhelp-woocommerce-page ul.products li.product .strayhelp-product-card > a.button {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 18px;
    box-shadow: none;
  }

  .strayhelp-woocommerce-single div.product {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .strayhelp-woocommerce-single div.product .summary {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .strayhelp-woocommerce-single div.product .summary > .price,
  .strayhelp-woocommerce-single div.product form.cart {
    margin-top: 8px;
    justify-content: flex-start;
  }

  .strayhelp-woocommerce-single div.product .woocommerce-tabs {
    margin-top: 44px;
    padding: 78px max(24px, calc((100vw - 760px) / 2)) 0;
  }

  .strayhelp-woocommerce-single .related.products,
  .strayhelp-woocommerce-single .upsells.products {
    margin-bottom: -76px;
    padding: 0 max(24px, calc((100vw - 760px) / 2)) 76px;
  }
}

@media (max-width: 560px) {
  .strayhelp-shop-hero {
    padding-top: 50px;
    padding-bottom: 86px;
  }

  .strayhelp-woocommerce-archive .strayhelp-woocommerce-content {
    margin-top: -28px;
  }

  .strayhelp-woocommerce-page .woocommerce-result-count,
  .strayhelp-woocommerce-page .woocommerce-ordering {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .strayhelp-woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }

  .strayhelp-woocommerce-page.woocommerce ul.products,
  .strayhelp-woocommerce-page .woocommerce ul.products,
  .strayhelp-woocommerce-page ul.products,
  .strayhelp-woocommerce-page.woocommerce ul.products.columns-4,
  .strayhelp-woocommerce-page .woocommerce ul.products.columns-4,
  .strayhelp-woocommerce-page ul.products.columns-4,
  .strayhelp-woocommerce-single .related.products ul.products,
  .strayhelp-woocommerce-single .upsells.products ul.products {
    grid-template-columns: 1fr !important;
  }

  .strayhelp-product-card {
    padding: 22px;
  }

  .strayhelp-woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 20px;
  }

  .strayhelp-woocommerce-page .strayhelp-product-card .woocommerce-LoopProduct-link {
    grid-template-columns: 1fr;
  }

  .strayhelp-woocommerce-page ul.products li.product .price {
    grid-column: 1;
    text-align: left;
  }

  .strayhelp-woocommerce-single .strayhelp-woocommerce-content {
    padding-top: 34px;
  }

  .strayhelp-woocommerce-single div.product .product_title {
    font-size: 28px;
  }

  .strayhelp-woocommerce-single div.product form.cart {
    display: grid;
    grid-template-columns: 84px minmax(150px, 1fr);
    width: 100%;
    gap: 10px;
  }

  .strayhelp-woocommerce-single div.product form.cart div.quantity,
  .strayhelp-woocommerce-single div.product form.cart .button {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }

  .strayhelp-woocommerce-single div.product form.cart div.quantity {
    grid-column: 1;
    width: 84px !important;
  }

  .strayhelp-woocommerce-single div.product form.cart .button {
    grid-column: 2;
    width: 100%;
    min-width: 0;
  }

  .strayhelp-woocommerce-single .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-bottom: 38px;
  }

  .strayhelp-woocommerce-single div.product .woocommerce-tabs {
    margin-left: -12px;
    margin-right: -12px;
    padding: 64px 22px 0;
  }

  .strayhelp-woocommerce-single .related.products,
  .strayhelp-woocommerce-single .upsells.products {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 22px 68px;
  }
}

@media (max-width: 900px) {
  .woocommerce-cart .site-main > .content-layout,
  .woocommerce-checkout .site-main > .content-layout {
    padding: 52px 0 76px;
  }

  .woocommerce-cart .wc-block-cart,
  .woocommerce-checkout .wc-block-checkout {
    gap: 24px;
  }

  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .woocommerce-cart .page-hero,
  .woocommerce-checkout .page-hero {
    min-height: 228px;
  }

  .woocommerce-cart .site-main > .content-layout,
  .woocommerce-checkout .site-main > .content-layout {
    padding: 40px 0 64px;
  }

  .woocommerce-cart .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-main,
  .woocommerce-cart .wc-block-components-sidebar,
  .woocommerce-checkout .wc-block-components-sidebar,
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 20px;
  }

  .woocommerce-cart .wc-block-grid__products {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce-cart .wc-block-grid__product {
    padding: 18px;
  }

  .woocommerce-cart .wc-block-grid__product-title {
    min-height: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .woocommerce-cart .wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  .woocommerce-cart .wc-block-cart__submit-button,
  .woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100%;
  }
}
