/* Site-wide mobile alignment, stable media slots and mini-cart polish. */
:root {
  --gymtayt-control-radius: 8px;
  --gymtayt-content-max: 1320px;
  --gymtayt-reading-max: 920px;
  --gymtayt-gutter: clamp(18px, 3vw, 32px);
  --gymtayt-section-gap: clamp(32px, 5vw, 64px);
  --gymtayt-border: #e7e7e7;
  --gymtayt-soft: #f7f7f5;
  --gymtayt-ink: #151515;
  --gymtayt-muted: #666;
  --gymtayt-accent: #ffb20f;
  --gymtayt-shadow: 0 12px 34px rgba(17, 17, 17, .07);
}

/* A single content rail for catalog, account and commerce screens. */
body.woocommerce.archive #primary,
body.post-type-archive-product #primary,
body.tax-product_brand #primary {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce.archive .catalog-toolbar,
body.post-type-archive-product .catalog-toolbar,
body.tax-product_brand .catalog-toolbar {
  padding-top: clamp(18px, 2.5vw, 30px);
  padding-bottom: clamp(24px, 3vw, 38px);
}

body.woocommerce.archive .catalog-toolbar__toolbar,
body.post-type-archive-product .catalog-toolbar__toolbar,
body.tax-product_brand .catalog-toolbar__toolbar {
  gap: 12px;
  align-items: center;
}

body.woocommerce.archive .catalog-toolbar button,
body.post-type-archive-product .catalog-toolbar button,
body.tax-product_brand .catalog-toolbar button,
body.woocommerce.archive .catalog-toolbar a,
body.post-type-archive-product .catalog-toolbar a,
body.tax-product_brand .catalog-toolbar a {
  min-height: 44px;
  border-radius: var(--gymtayt-control-radius);
}

body.woocommerce.archive .ecomus-shop-content > ul.products,
body.post-type-archive-product .ecomus-shop-content > ul.products,
body.tax-product_brand .ecomus-shop-content > ul.products {
  width: 100%;
  margin: 0;
}

body.woocommerce.archive .ecomus-shop-content,
body.post-type-archive-product .ecomus-shop-content,
body.tax-product_brand .ecomus-shop-content {
  padding-bottom: var(--gymtayt-section-gap);
}

/* Wishlist: keep cards on the same rail as the shop instead of edge-to-edge. */
body.woocommerce-wishlist article,
body.woocommerce-wishlist .wcboost-wishlist {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-wishlist .wcboost-wishlist {
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: var(--gymtayt-section-gap);
}

body.woocommerce-wishlist .wcboost-wishlist ul.products {
  width: 100%;
  margin: 0;
}

/* Account centre. The theme floats are replaced with a stable two-column grid. */
body.woocommerce-account article#post-10 {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) 0 var(--gymtayt-section-gap);
}

body.woocommerce-account article#post-10 > .woocommerce {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--gymtayt-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--gymtayt-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 9px;
  color: #333;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #171717;
  color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  min-height: 300px;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--gymtayt-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--gymtayt-shadow);
  line-height: 1.7;
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: var(--gymtayt-ink);
  letter-spacing: -.02em;
}

body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-table--order-details {
  width: 100%;
  margin: 18px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--gymtayt-border);
  border-radius: 10px;
}

body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-orders-table td,
body.woocommerce-account .woocommerce-table--order-details th,
body.woocommerce-account .woocommerce-table--order-details td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--gymtayt-border);
  text-align: left;
}

body.woocommerce-account .woocommerce-orders-table tr:last-child td,
body.woocommerce-account .woocommerce-table--order-details tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-account .woocommerce-Button,
body.woocommerce-account .button {
  min-height: 42px;
  border-radius: var(--gymtayt-control-radius);
}

/* Order tracking: focused form first, readable order result second. */
body.page-id-4393 .elementor-widget-shortcode {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin-right: auto;
  margin-left: auto;
}

body.page-id-4393 .elementor-widget-shortcode > .elementor-widget-container {
  padding: clamp(32px, 5vw, 64px) 0 var(--gymtayt-section-gap);
}

body.page-id-4393 form.track_order {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--gymtayt-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--gymtayt-shadow);
}

body.page-id-4393 form.track_order > p:first-child {
  margin: 0 0 28px;
  color: var(--gymtayt-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.page-id-4393 form.track_order .form-row {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
}

body.page-id-4393 form.track_order label {
  display: block;
  margin-bottom: 8px;
  color: var(--gymtayt-ink);
  font-size: 13px;
  font-weight: 700;
}

body.page-id-4393 form.track_order input.input-text {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 9px;
  background: #fff;
}

body.page-id-4393 form.track_order input.input-text:focus {
  border-color: #111;
  outline: 3px solid rgba(255, 178, 15, .28);
  outline-offset: 1px;
}

body.page-id-4393 form.track_order button {
  width: 100%;
  min-height: 54px;
  border-radius: 9px;
  background: var(--gymtayt-accent);
  color: #111;
  font-weight: 800;
}

body.page-id-4393 .woocommerce-order-details,
body.page-id-4393 .woocommerce-customer-details,
body.page-id-4393 .woocommerce-order-downloads,
body.page-id-4393 .order-info,
body.page-id-4393 [class*="shipment-tracking"],
body.page-id-4393 [class*="order-tracking"] {
  width: min(100%, var(--gymtayt-content-max));
  margin-right: auto;
  margin-left: auto;
}

body.page-id-4393 .order-info {
  margin-bottom: 26px;
  padding: 16px 18px;
  border-left: 4px solid var(--gymtayt-accent);
  border-radius: 0 10px 10px 0;
  background: #fff8e8;
  line-height: 1.6;
}

body.page-id-4393 .woocommerce-order-details,
body.page-id-4393 .woocommerce-customer-details,
body.page-id-4393 [class*="shipment-tracking"] {
  margin-bottom: 28px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--gymtayt-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(17, 17, 17, .05);
}

body.page-id-4393 .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

body.page-id-4393 .woocommerce-table--order-details th,
body.page-id-4393 .woocommerce-table--order-details td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--gymtayt-border);
  text-align: left;
  vertical-align: top;
}

body.page-id-4393 .woocommerce-table--order-details th:last-child,
body.page-id-4393 .woocommerce-table--order-details td:last-child {
  text-align: right;
}

/* Policy documents share one readable measure and predictable vertical rhythm. */
body.page-id-185 .elementor-widget-text-editor,
body.page-id-187 .elementor-widget-text-editor,
body.page-id-189 .elementor-widget-text-editor {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-reading-max));
  max-width: var(--gymtayt-reading-max);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(30px, 5vw, 64px) 0 var(--gymtayt-section-gap);
  color: #343434;
  font-size: 16px;
  line-height: 1.78;
}

body.page-id-185 .elementor-widget-text-editor h2,
body.page-id-187 .elementor-widget-text-editor h2,
body.page-id-189 .elementor-widget-text-editor h2 {
  margin-top: 1.8em;
  color: var(--gymtayt-ink);
  letter-spacing: -.02em;
}

/* Classic cart: restrained cards, aligned summary and a prominent next step. */
body.woocommerce-cart .woocommrece-cart-content {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin: clamp(30px, 4vw, 52px) auto var(--gymtayt-section-gap);
  gap: clamp(22px, 3vw, 34px);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals_summary {
  border: 1px solid var(--gymtayt-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, .05);
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: clamp(16px, 2vw, 26px);
}

body.woocommerce-cart .cart_totals_summary {
  padding: clamp(20px, 2.5vw, 30px);
}

body.woocommerce-cart .checkout-button {
  min-height: 54px;
  border-radius: 9px;
  background: var(--gymtayt-accent);
  color: #111;
  font-weight: 800;
}

/* Checkout blocks: one calm surface, generous fields and a readable summary. */
body.woocommerce-checkout article#post-26974 {
  padding: 1px 0;
  background: #f6f5f2;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
  width: min(calc(100% - (2 * var(--gymtayt-gutter))), var(--gymtayt-content-max));
  max-width: var(--gymtayt-content-max);
  margin: clamp(30px, 4vw, 52px) auto var(--gymtayt-section-gap);
  margin-right: auto !important;
  margin-left: auto !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, .85fr);
  width: 100%;
  max-width: none;
  margin: 0 !important;
  gap: clamp(24px, 3vw, 38px);
  align-items: flex-start;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #dfdcd5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 20, 14, .07);
}

body.woocommerce-checkout .wc-block-checkout__main {
  padding: clamp(20px, 3vw, 36px) !important;
}

body.woocommerce-checkout .wc-block-checkout__form {
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 100% !important;
  margin: 0 !important;
  top: 24px;
  overflow: hidden;
  padding: clamp(18px, 2.5vw, 28px) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  margin-bottom: 26px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ece9e3;
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-of-type {
  border-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title {
  color: var(--gymtayt-ink);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: -.02em;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
  margin-bottom: 14px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__content {
  padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-textarea {
  min-height: 52px;
  border: 1px solid #d6d3cd !important;
  border-radius: 9px !important;
  background: #fbfbfa !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-textarea:focus {
  border-color: #9a7200 !important;
  outline: 3px solid rgba(255, 178, 15, .22) !important;
  outline-offset: 1px;
}

body.woocommerce-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-address-card {
  border-color: #e1ded7 !important;
  border-radius: 10px !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  min-height: 60px;
  margin: 0 !important;
  padding: 16px 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title::before,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title::after {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--gymtayt-ink);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.015em;
}

body.woocommerce-checkout .checkout-order-summary-block-fill-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 18px !important;
}

body.woocommerce-checkout .checkout-order-summary-block-fill {
  overflow: hidden;
  padding: 0 16px 4px !important;
  border: 1px solid #e2dfd8 !important;
  border-radius: 14px;
  background: #faf9f7 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__content {
  display: block !important;
  width: 100%;
}

body.woocommerce-checkout .wc-block-components-order-summary {
  padding: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding: 4px 0 10px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) max-content;
  gap: 12px;
  align-items: start;
  min-height: 98px;
  padding: 16px 0 !important;
  border-bottom: 1px solid #e8e5df;
}

body.woocommerce-checkout .wc-block-components-order-summary-item:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 58px !important;
  height: 76px;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 58px !important;
  height: 76px !important;
  border-radius: 8px;
  object-fit: cover;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #faf9f7;
  background: #1b1b1b;
  color: #fff;
  font-size: 11px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  display: block !important;
  min-width: 0;
  padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  display: -webkit-box !important;
  overflow: hidden;
  margin: 0 0 7px !important;
  color: #191919;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description > .wc-block-cart-item__prices {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-sale-badge {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-details {
  color: #706d67;
  font-size: 11px;
  line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  align-self: start;
  width: auto !important;
  max-width: 92px;
  margin: 0 !important;
  padding: 0 !important;
  color: #171717;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item {
  min-height: 42px;
  align-items: center;
  padding: 10px 0;
}

body.woocommerce-checkout .wc-block-components-totals-item__label {
  color: #55514b;
  font-size: 13px;
  font-weight: 550;
}

body.woocommerce-checkout .wc-block-components-totals-item__value {
  color: #171717;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item {
  min-height: 58px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #d8d4cc;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-totals-coupon {
  padding: 2px 0;
}

body.woocommerce-checkout .checkout-order-summary-block-fill > .wc-block-components-totals-wrapper:last-child {
  border: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-shipping-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-taxes-block {
  padding-top: 8px !important;
}

body.woocommerce-checkout .slot-wrapper:has(> .wc-block-components-discounts-meta:empty) {
  display: none !important;
}

body.woocommerce-checkout .wc-block-checkout__terms {
  color: #68645e;
  font-size: 12px;
  line-height: 1.55;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 60px;
  border-radius: 10px;
  background: var(--gymtayt-accent);
  color: #111;
  font-size: 16px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(255, 178, 15, .24);
}

body.woocommerce-account .site-footer,
body.woocommerce-cart .site-footer,
body.woocommerce-checkout .site-footer,
body.woocommerce-wishlist .site-footer,
body.page-id-4393 .site-footer {
  margin-top: clamp(34px, 5vw, 66px);
}

.widget_shopping_cart_content .gymtayt-free-shipping-bar,
.woocommerce-mini-cart .gymtayt-free-shipping-bar {
  box-sizing: border-box;
  width: calc(100% - 28px) !important;
  margin: 0 14px 14px !important;
  padding: 12px !important;
  border: 1px solid #ededed;
  border-radius: var(--gymtayt-control-radius);
  background: #fafafa;
}

.widget_shopping_cart_content .gymtayt-free-shipping-content,
.woocommerce-mini-cart .gymtayt-free-shipping-content {
  margin-left: 0 !important;
}

.widget_shopping_cart_content .gymtayt-free-shipping-progress,
.woocommerce-mini-cart .gymtayt-free-shipping-progress {
  width: 100% !important;
}

@media (max-width: 767px) {
  /* One mobile alignment system for all catalog/archive pages. */
  body.woocommerce.archive #primary,
  body.post-type-archive-product #primary,
  body.tax-product_brand #primary {
    width: calc(100% - 30px);
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }

  body.woocommerce.archive .catalog-toolbar,
  body.post-type-archive-product .catalog-toolbar,
  body.woocommerce.archive .ecomus-shop-content,
  body.post-type-archive-product .ecomus-shop-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.woocommerce.archive ul.products,
  body.post-type-archive-product ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  body.woocommerce.archive ul.products > li.product,
  body.post-type-archive-product ul.products > li.product {
    width: auto !important;
    min-width: 0;
    margin: 0 0 22px;
    padding-right: 0;
    padding-left: 0;
  }

  body.woocommerce.archive .catalog-toolbar,
  body.post-type-archive-product .catalog-toolbar,
  body.tax-product_brand .catalog-toolbar {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  body.woocommerce-wishlist article,
  body.woocommerce-wishlist .wcboost-wishlist,
  body.woocommerce-account article#post-10,
  body.page-id-4393 .elementor-widget-shortcode,
  body.woocommerce-cart .woocommrece-cart-content,
  body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
    width: calc(100% - 30px);
  }

  body.woocommerce-account article#post-10 > .woocommerce {
    display: block;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 18px;
    border-radius: 12px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid var(--gymtayt-border);
    white-space: nowrap;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    min-height: 0;
    padding: 20px 16px;
    border-radius: 12px;
  }

  body.woocommerce-account .woocommerce-orders-table,
  body.woocommerce-account .woocommerce-table--order-details {
    border: 0;
  }

  body.woocommerce-account .woocommerce-orders-table tr,
  body.woocommerce-account .woocommerce-table--order-details tr {
    display: grid;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid var(--gymtayt-border);
    border-radius: 10px;
  }

  body.woocommerce-account .woocommerce-orders-table td,
  body.woocommerce-account .woocommerce-table--order-details td {
    padding: 8px 0;
  }

  body.page-id-4393 .elementor-widget-shortcode > .elementor-widget-container {
    padding-top: 28px;
  }

  body.page-id-4393 form.track_order {
    padding: 22px 16px;
    border-radius: 12px;
  }

  body.page-id-4393 .woocommerce-table--order-details thead {
    display: none;
  }

  body.page-id-4393 .woocommerce-table--order-details tr {
    display: grid;
    padding: 10px 0;
    border-bottom: 1px solid var(--gymtayt-border);
  }

  body.page-id-4393 .woocommerce-table--order-details th,
  body.page-id-4393 .woocommerce-table--order-details td,
  body.page-id-4393 .woocommerce-table--order-details th:last-child,
  body.page-id-4393 .woocommerce-table--order-details td:last-child {
    padding: 6px 0;
    border: 0;
    text-align: left;
  }

  body.woocommerce-cart .woocommrece-cart-content {
    display: block;
    margin-top: 28px;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart_totals {
    width: 100%;
  }

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

  body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
    width: calc(100% - 24px);
    margin-top: 24px;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: flex !important;
    grid-template-columns: none;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    gap: 16px;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    border-radius: 15px;
  }

  body.woocommerce-checkout .wc-block-checkout__main {
    order: 2;
    padding: 22px 18px !important;
    background: #fff !important;
  }

  body.woocommerce-checkout .wc-block-components-main.wc-block-checkout__main {
    padding: 22px 18px !important;
    background: #fff !important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
    order: 1;
    padding: 0 18px !important;
    border-color: #dfdcd5;
    background: #fff;
    box-shadow: 0 8px 24px rgba(23, 20, 14, .06);
  }

  body.woocommerce-checkout .wc-block-checkout__form {
    padding: 0 !important;
    border: 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 22px;
    padding-bottom: 22px;
    background: #fff !important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
    margin-bottom: 12px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 18px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
    min-height: 68px;
    padding: 17px 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 17px;
  }

  body.woocommerce-checkout .checkout-order-summary-block-fill-wrapper {
    width: 100%;
    padding-bottom: 16px !important;
  }

  body.woocommerce-checkout .checkout-order-summary-block-fill {
    width: 100%;
    padding: 0 14px 2px !important;
    border-radius: 12px;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 56px minmax(0, 1fr) max-content;
    gap: 11px;
    min-height: 94px;
    padding: 14px 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 56px !important;
    height: 73px !important;
  }

  body.woocommerce-checkout .wc-block-components-product-name {
    margin-bottom: 5px !important;
    font-size: 12.5px;
    line-height: 1.38;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    max-width: 82px;
    font-size: 12.5px;
  }

  body.woocommerce-checkout .wc-block-components-product-metadata,
  body.woocommerce-checkout .wc-block-components-product-details {
    font-size: 10.5px;
  }

  body.woocommerce-checkout .wc-block-components-totals-item {
    min-height: 40px;
    padding: 9px 0;
  }

  body.woocommerce-checkout .wc-block-components-totals-footer-item {
    min-height: 56px;
    padding-top: 15px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
  }

  body.woocommerce-checkout .wc-block-checkout__actions,
  body.woocommerce-checkout .wc-block-checkout__actions_row {
    width: 100%;
  }

  body.woocommerce-account .site-footer,
  body.woocommerce-cart .site-footer,
  body.woocommerce-checkout .site-footer,
  body.woocommerce-wishlist .site-footer,
  body.page-id-4393 .site-footer {
    margin-top: 36px;
  }

  body.woocommerce.archive .catalog-toolbar__toolbar,
  body.post-type-archive-product .catalog-toolbar__toolbar {
    width: 100%;
  }

  body.woocommerce.archive .catalog-toolbar__filter-button,
  body.woocommerce.archive .catalog-toolbar__orderby-button,
  body.post-type-archive-product .catalog-toolbar__filter-button,
  body.post-type-archive-product .catalog-toolbar__orderby-button {
    min-height: 44px;
  }

  body.woocommerce.archive .product-thumbnail,
  body.post-type-archive-product .product-thumbnail {
    aspect-ratio: 10 / 13;
    overflow: hidden;
    background: #f3f4f6;
  }

  body.woocommerce.archive .product-thumbnail > a,
  body.woocommerce.archive .product-thumbnail img,
  body.post-type-archive-product .product-thumbnail > a,
  body.post-type-archive-product .product-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* The logo is visually centred even when the left/right header actions differ. */
  .site-header__mobile .header-mobile-main .site-header__container {
    position: relative;
  }

  .site-header__mobile .header-center-items {
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 128px;
    transform: translateX(-50%);
    justify-content: center;
  }

  .site-header__mobile .header-center-items .header-logo {
    width: 128px;
    min-width: 128px;
  }

  /* Keep account entry above the navigation bar with a clear safe gap. */
  body #login-modal {
    z-index: 1105 !important;
  }

  body #login-modal .modal__container {
    top: 0;
    bottom: calc(67px + env(safe-area-inset-bottom));
    height: auto;
    max-height: none;
  }

  body #login-modal .modal__wrapper {
    max-height: calc(100dvh - 79px - env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  body #login-modal h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .widget_shopping_cart_content .gymtayt-free-shipping-bar,
  .woocommerce-mini-cart .gymtayt-free-shipping-bar {
    width: calc(100% - 24px) !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    padding: 10px !important;
  }
}
