/* Product page flow shared by desktop and mobile. */
.single-product-wrapper.style-3 {
  position: relative;
  align-items: flex-start;
}

.single-product-wrapper.style-3 > .awp-type3-breadcrumb-slot {
  width: 100%;
  padding-inline: var(--theme-site-gutters);
}

.single-product-wrapper.style-3 > .awp-type3-breadcrumb-slot { order: 1; }
.single-product-wrapper.style-3 > .product-gallery,
.single-product-wrapper.style-3 > .product-detail { order: 2; }
.single-product-wrapper.style-3 > .awp-type3-service-strip { order: 4; }
.single-product-wrapper.style-3 > .awp-type3-service-banner { order: 5; }
.single-product-wrapper.style-3 > .awp-type3-after-services-content { order: 6; }
.single-product-wrapper.style-3 > .awp-type3-compact-purchase-side { display: none; order: 7; }
.single-product-wrapper.style-3 > .product-content { order: 8; }

.single-product-wrapper.style-3 > .awp-type3-after-services-content {
  width: 100%;
}

.single-product-wrapper.style-3 > .awp-type3-after-services-content > :first-child {
  margin-top: 2.25rem;
}

.single-product-wrapper.style-3 > .awp-type3-service-banner {
  width: 100%;
  margin: var(--awp-service-banner-space-top, 16px) 0 var(--awp-service-banner-space-bottom, 24px);
}

.single-product-wrapper.style-3 .awp-type3-service-banner__link,
.single-product-wrapper.style-3 .awp-type3-service-banner picture {
  display: block;
  width: 100%;
}

.single-product-wrapper.style-3 .awp-type3-service-banner__link {
  overflow: hidden;
  border-radius: var(--awp-service-banner-radius, 12px);
  outline-offset: 3px;
}

.single-product-wrapper.style-3 .awp-type3-service-banner__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: var(--awp-service-banner-radius, 12px);
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .single-product-wrapper.style-3 > .awp-type3-service-banner.is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .single-product-wrapper.style-3 > .awp-type3-service-banner.is-hidden-mobile {
    display: none !important;
  }
}

/* Product settings contract.
 * Product-page components share the same typography and appearance tokens;
 * layout styles must not introduce an independent visual source of truth. */
body.single-product .single-product-wrapper {
  color: var(--theme-body-color, var(--color-text));
  font-family: var(--theme-body-font, inherit);
  font-size: var(--theme-body-font-size, 1rem);
  font-weight: var(--theme-body-font-weight, 400);
  line-height: var(--theme-body-line-height, 1.8);
  letter-spacing: var(--theme-body-letter-spacing, normal);
}

body.single-product .single-product-wrapper .product-detail-inner > .product_title,
body.single-product .single-product-wrapper .awp-type3-compact-purchase-card__title {
  font-family: var(--theme-product-name-font, var(--theme-heading-font, inherit));
  font-size: var(--theme-single-product-name-font-size-desktop, var(--theme-product-name-font-size-desktop, 1.125rem));
  font-weight: var(--theme-product-name-weight, var(--theme-heading-font-weight, 600));
  line-height: var(--theme-single-product-name-line-height-desktop, var(--theme-product-name-line-height, 1.6));
  letter-spacing: var(--theme-product-name-letter-spacing, var(--theme-heading-letter-spacing, normal));
}

body:not([data-theme="dark"]).single-product .single-product-wrapper .product-detail-inner > .product_title,
body:not([data-theme="dark"]).single-product .single-product-wrapper .awp-type3-compact-purchase-card__title {
  color: var(--theme-single-product-title-color, var(--theme-product-name-color, var(--theme-heading-color, var(--color-text))));
}

body.single-product .single-product-wrapper :where(
  .woocommerce-product-details__short-description,
  .awp-product-section__content,
  .woocommerce-Tabs-panel,
  .awp-mobile-product-sheet__body
) {
  font-family: var(--theme-body-font, inherit);
  font-size: var(--theme-body-font-size, 1rem);
  font-weight: var(--theme-body-font-weight, 400);
  line-height: var(--theme-product-content-line-height, var(--theme-body-line-height, 1.8));
  letter-spacing: var(--theme-body-letter-spacing, normal);
}

body:not([data-theme="dark"]).single-product .single-product-wrapper :where(
  .woocommerce-product-details__short-description,
  .awp-product-section__content,
  .woocommerce-Tabs-panel
) {
  color: var(--theme-single-product-description-color, var(--theme-body-color, var(--color-text)));
}

body.single-product .single-product-wrapper :where(.product-price, .awp-type3-purchase-card__price) .price,
body.single-product .single-product-sticky .product-price .price {
  font-family: var(--theme-product-price-font, var(--theme-body-font, inherit));
  font-size: var(--theme-single-product-price-font-size-desktop, var(--theme-product-price-font-size-desktop, 1.125rem));
  font-weight: var(--theme-product-price-weight, 700);
  line-height: var(--theme-product-price-line-height, 1.4);
  letter-spacing: var(--theme-product-price-letter-spacing, normal);
}

body:not([data-theme="dark"]).single-product .single-product-wrapper :where(.product-price, .awp-type3-purchase-card__price) .price,
body:not([data-theme="dark"]).single-product .single-product-sticky .product-price .price {
  color: var(--theme-product-price-color, var(--theme-single-product-sale-price-color, var(--color-text)));
}

body.single-product .single-product-wrapper :where(.product-price, .awp-type3-purchase-card__price) .price del,
body.single-product .single-product-sticky .product-price .price del {
  color: var(--theme-single-product-regular-price-color, var(--color-gray600));
}

body.single-product .single-product-wrapper :where(.product-price, .awp-type3-purchase-card__price) .price ins,
body.single-product .single-product-sticky .product-price .price ins {
  color: var(--theme-single-product-sale-price-color, var(--theme-product-price-color, var(--color-text)));
}

body.single-product :where(
  .single-product-wrapper form.cart .single_add_to_cart_button,
  .awp-type3-purchase-card__cart .single_add_to_cart_button,
  .awp-type3-variable-cart-button,
  .awp-type3-grouped-cart-button,
  .awp-type3-compact-cart-action,
  .single-product-sticky .sticky_add_to_cart
):not(.awp-type3-unavailable-action):not(.awp-sticky-out-of-stock) {
  border-color: var(--theme-single-product-cart-border, transparent) !important;
  background: var(--theme-single-product-cart-bg, var(--theme-primary-color)) !important;
  color: var(--theme-single-product-cart-color, #fff) !important;
  font-family: var(--theme-button-font, inherit);
  font-size: var(--theme-button-font-size, .9375rem);
  font-weight: var(--theme-button-font-weight, 600);
  line-height: var(--theme-button-line-height, 1.6);
  letter-spacing: var(--theme-button-letter-spacing, normal);
}

body.single-product :where(
  .single-product-wrapper form.cart .single_add_to_cart_button,
  .awp-type3-purchase-card__cart .single_add_to_cart_button,
  .awp-type3-variable-cart-button,
  .awp-type3-grouped-cart-button,
  .awp-type3-compact-cart-action,
  .single-product-sticky .sticky_add_to_cart
):not(.awp-type3-unavailable-action):not(.awp-sticky-out-of-stock):not(:disabled):hover,
body.single-product :where(
  .single-product-wrapper form.cart .single_add_to_cart_button,
  .awp-type3-purchase-card__cart .single_add_to_cart_button,
  .awp-type3-variable-cart-button,
  .awp-type3-grouped-cart-button,
  .awp-type3-compact-cart-action,
  .single-product-sticky .sticky_add_to_cart
):not(.awp-type3-unavailable-action):not(.awp-sticky-out-of-stock):focus-visible {
  border-color: var(--theme-single-product-cart-border-hover, var(--theme-single-product-cart-border, transparent)) !important;
  background: var(--theme-single-product-cart-bg-hover, var(--theme-single-product-cart-bg, var(--theme-primary-hover-color))) !important;
  color: var(--theme-single-product-cart-color-hover, var(--theme-single-product-cart-color, #fff)) !important;
}

body.single-product :where(
  .single-product-wrapper .buy_now_button,
  .awp-type3-purchase-card__cart .awp-type3-buy-now-proxy,
  .single-product-sticky .awp-sticky-buy-now-button
) {
  border-color: var(--theme-single-product-buy-now-bg, #e6e8eb) !important;
  background: var(--theme-single-product-buy-now-bg, #e6e8eb) !important;
  color: var(--theme-single-product-buy-now-color, #1b1f22) !important;
  font-family: var(--theme-button-font, inherit);
  font-size: var(--theme-button-font-size, .9375rem);
  font-weight: var(--theme-button-font-weight, 600);
  line-height: var(--theme-button-line-height, 1.6);
  letter-spacing: var(--theme-button-letter-spacing, normal);
}

body.single-product :where(
  .single-product-wrapper .buy_now_button,
  .awp-type3-purchase-card__cart .awp-type3-buy-now-proxy,
  .single-product-sticky .awp-sticky-buy-now-button
):not(:disabled):hover,
body.single-product :where(
  .single-product-wrapper .buy_now_button,
  .awp-type3-purchase-card__cart .awp-type3-buy-now-proxy,
  .single-product-sticky .awp-sticky-buy-now-button
):focus-visible {
  border-color: var(--theme-single-product-buy-now-bg-hover, #dfe2e6) !important;
  background: var(--theme-single-product-buy-now-bg-hover, #dfe2e6) !important;
  color: var(--theme-single-product-buy-now-color-hover, #1b1f22) !important;
}

body.single-product .single-product-wrapper :where(input, select, textarea) {
  color: var(--theme-form-color, var(--theme-body-color, var(--color-text)));
  font-family: var(--theme-form-font, var(--theme-body-font, inherit));
  font-size: var(--theme-form-font-size, .9375rem);
  font-weight: var(--theme-form-font-weight, 400);
  line-height: var(--theme-form-line-height, 1.6);
  letter-spacing: var(--theme-form-letter-spacing, normal);
}

body.single-product .single-product-wrapper :where(.awp-product-section__title, .woocommerce-Tabs-panel > h2) {
  color: var(--theme-heading-color, var(--color-text));
  font-family: var(--theme-heading-font, inherit);
  font-size: var(--asanwp-h2-font-size, 1.25rem);
  font-weight: var(--theme-heading-font-weight, 600);
  line-height: var(--theme-heading-line-height, 1.6);
  letter-spacing: var(--theme-heading-letter-spacing, normal);
}

body:not([data-theme="dark"]).single-product .single-product-wrapper .product-stock.in-stock {
  background: var(--theme-single-product-stock-bg);
  color: var(--theme-single-product-stock-color) !important;
}

body:not([data-theme="dark"]).single-product .single-product-wrapper .product-stock.out-of-stock {
  background: var(--theme-single-product-out-stock-bg);
  color: var(--theme-single-product-out-stock-color);
}

body:not([data-theme="dark"]).single-product .single-product-wrapper .product-meta :where(span:not(.sku), .awp-mobile-product-meta__label) {
  color: var(--theme-single-product-meta-title-color, var(--color-gray600));
}

body:not([data-theme="dark"]).single-product .single-product-wrapper .product-meta :where(a, .sku, .awp-mobile-product-meta__value) {
  color: var(--theme-single-product-meta-value-color, var(--color-text));
}

.single-product-wrapper.style-3 > .product-gallery {
  position: relative;
}

@media screen and (min-width: 992px) {
  .single-product-wrapper.style-3 > .product-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-offer-slot {
    grid-column: 1;
    grid-row: 1;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-gallery-stage,
  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-actions-slot {
    grid-column: 1;
    grid-row: 2;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-actions-slot {
    position: relative;
    /* Keep the tools above gallery media but below the header stacking
     * context, so open desktop menus always cover them. */
    z-index: 5;
    align-self: start;
    height: 0;
    pointer-events: none;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-actions-slot .awp-type3-gallery-actions {
    pointer-events: auto;
  }
}

/* Without the separate desktop purchase bar, the full purchase card belongs to
 * the main product row. Services then span the whole container and a lighter
 * card accompanies only the first long-form information section. */
@media screen and (min-width: 1200px) {
  .single-product-wrapper.style-3.has-stable-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr) 22rem;
    grid-auto-flow: row;
    align-items: start;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > * {
    width: auto !important;
    min-width: 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-breadcrumb-slot {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-gallery {
    grid-column: 1;
    grid-row: 2;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-detail.with-side {
    display: contents;
  }

  .single-product-wrapper.style-3.has-stable-product-layout .product-detail-inner {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    padding-inline: var(--theme-site-gutters) calc(var(--theme-site-gutters));
  }

  .single-product-wrapper.style-3.has-stable-product-layout .product-detail-side {
    position: relative !important;
    top: auto !important;
    grid-column: 3;
    grid-row: 2;
    align-self: stretch;
    width: auto !important;
    min-width: 0;
    height: 100%;
    padding-inline: var(--theme-site-gutters);
  }

  .single-product-wrapper.style-3.has-stable-product-layout .product-detail-side.awp-type3-side-sticky > .awp-type3-primary-purchase-stack {
    position: sticky;
    top: var(--asanwp-sticky-header-offset, 1rem);
    align-self: start;
    min-width: 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-service-strip {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-inline: 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-service-banner {
    grid-column: 1 / -1;
    grid-row: 4;
    min-width: 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-after-services-content {
    grid-column: 1 / -1;
    grid-row: 5;
    min-width: 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-compact-purchase-side {
    display: block;
    grid-column: 3;
    grid-row: 6;
    align-self: stretch;
    min-width: 0;
    height: 100%;
    padding: 2.5rem var(--theme-site-gutters) 0;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .awp-type3-compact-purchase-side.is-sticky > .awp-type3-compact-purchase-card {
    position: sticky;
    top: var(--asanwp-sticky-header-offset, 1rem);
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content {
    display: contents;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > :first-child {
    grid-column: 1 / 3;
    grid-row: 6;
    min-width: 0;
    margin-top: 2.5rem;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > :not(:first-child) {
    grid-column: 1 / -1;
    grid-row: 11;
    min-width: 0;
    margin-inline: var(--theme-site-gutters);
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > .up-sells {
    grid-column: 1 / -1;
    grid-row: 7;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > .related {
    grid-column: 1 / -1;
    grid-row: 8;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > .awp-type3-recently-viewed {
    grid-column: 1 / -1;
    grid-row: 9;
  }

  .single-product-wrapper.style-3.has-stable-product-layout > .product-content > .awp-type3-reviews-section {
    grid-column: 1 / -1;
    grid-row: 10;
  }
}

.single-product-wrapper.style-3 .awp-type3-breadcrumb-slot .woocommerce-breadcrumb {
  margin: 1rem 0 1rem;
}

.single-product-wrapper.style-3 .awp-type3-offer-slot:empty,
.single-product-wrapper.style-3 .awp-type3-actions-slot:empty,
.single-product-wrapper.style-3 .awp-type3-breadcrumb-slot:empty {
  display: none;
}

/* Product specifications keep a real two-column table at every breakpoint. */
.single-product-wrapper.style-3 .woocommerce-product-attributes,
.single-product-wrapper.style-3 .shop_attributes {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent;
}

.single-product-wrapper.style-3 .woocommerce-product-attributes tr,
.single-product-wrapper.style-3 .shop_attributes tr {
  display: table-row;
  border: 0;
  border-bottom: 1px solid #e0e0e2;
  background: transparent !important;
}

.single-product-wrapper.style-3 .woocommerce-product-attributes th,
.single-product-wrapper.style-3 .woocommerce-product-attributes td,
.single-product-wrapper.style-3 .shop_attributes th,
.single-product-wrapper.style-3 .shop_attributes td {
  display: table-cell;
  min-width: 0;
  margin: 0;
  padding: .375rem .5rem !important;
  border: 0 !important;
  border-radius: 0;
  color: #424750;
  font-size: .75rem;
  font-weight: 400 !important;
  line-height: 2.15 !important;
  text-align: start;
  vertical-align: top;
}

@media (max-width: 767px) {
  .single-product-wrapper.style-3 .woocommerce-product-attributes th,
  .single-product-wrapper.style-3 .shop_attributes th {
    width: 7.5rem;
    max-width: 220px;
    background: #f0f0f1;
    min-width: 120px;
  }

  .single-product-wrapper.style-3 .woocommerce-product-attributes td,
  .single-product-wrapper.style-3 .shop_attributes td {
    width: 100%;
  }
}

.single-product-wrapper.style-3 .woocommerce-product-attributes td,
.single-product-wrapper.style-3 .shop_attributes td {
  background: transparent;
}

.single-product-wrapper.style-3 .woocommerce-product-attributes td p,
.single-product-wrapper.style-3 .shop_attributes td p {
  width: 100%;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.single-product-wrapper.style-3 .awp-product-section--additional_information .awp-product-section__content > h2,
.single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information > h2,
.single-product-wrapper.style-3 .asanwp-specification-group__title {
  margin: 0 0 .75rem;
  color: #0c0c0c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.1;
}

.single-product-wrapper.style-3 .asanwp-specification-groups {
  width: 100%;
}

.single-product-wrapper.style-3 .asanwp-specification-group + .asanwp-specification-group {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .single-product-wrapper.style-3 .asanwp-specification-group {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    column-gap: 3rem;
    align-items: start;
  }

  .single-product-wrapper.style-3 .awp-product-section--additional_information .awp-product-section__content > h2,
  .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information > h2,
  .single-product-wrapper.style-3 .asanwp-specification-group__title {
    grid-column: 1;
    margin: 0;
  }

  .single-product-wrapper.style-3 .awp-product-section--additional_information .woocommerce-product-attributes,
  .single-product-wrapper.style-3 .awp-product-section--additional_information .shop_attributes,
  .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes,
  .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information .shop_attributes {
    grid-column: 2;
  }

  .single-product-wrapper.style-3 .woocommerce-product-attributes tr,
  .single-product-wrapper.style-3 .shop_attributes tr {
    border-bottom: 0;
  }

  .single-product-wrapper.style-3 .woocommerce-product-attributes th,
  .single-product-wrapper.style-3 .woocommerce-product-attributes td,
  .single-product-wrapper.style-3 .shop_attributes th,
  .single-product-wrapper.style-3 .shop_attributes td {
    padding-block: .75rem !important;
    color: #81858b;
    background: transparent;
    font-size: .875rem;
    line-height: 2.15 !important;
  }

  .single-product-wrapper.style-3 .woocommerce-product-attributes th,
  .single-product-wrapper.style-3 .shop_attributes th {
    width: 13.5rem;
    padding-inline: .5rem 1rem !important;
  }

  .single-product-wrapper.style-3 .woocommerce-product-attributes td,
  .single-product-wrapper.style-3 .shop_attributes td {
    padding-inline: 0 !important;
    border-bottom: 1px solid #f0f0f1 !important;
    color: #0c0c0c;
  }

  .single-product-wrapper.style-3 .awp-product-section--additional_information .awp-product-section__content > h2,
  .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information > h2,
  .single-product-wrapper.style-3 .asanwp-specification-group__title {
    color: #3f4064;
  }
}

body[data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes tr,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes tr,
body[data-theme=dark] .single-product-wrapper.style-3 .shop_attributes tr,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .shop_attributes tr {
  border-color: rgba(255, 255, 255, .1);
}

body[data-theme=dark] .single-product-wrapper.style-3 .awp-product-section--additional_information .awp-product-section__content > h2,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .awp-product-section--additional_information .awp-product-section__content > h2,
body[data-theme=dark] .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information > h2,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .woocommerce-Tabs-panel--additional_information > h2,
body[data-theme=dark] .single-product-wrapper.style-3 .asanwp-specification-group__title,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .asanwp-specification-group__title {
  color: #f3f4f6;
}

body[data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes th,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes th,
body[data-theme=dark] .single-product-wrapper.style-3 .shop_attributes th,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .shop_attributes th {
  background: rgba(255, 255, 255, .065);
  color: #d8dbe0;
}

body[data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes td,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes td,
body[data-theme=dark] .single-product-wrapper.style-3 .shop_attributes td,
body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .shop_attributes td {
  background: transparent;
  color: #f3f4f6;
  border-color: rgba(255, 255, 255, .1) !important;
}

@media screen and (min-width: 992px) {
  body[data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes th,
  body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .woocommerce-product-attributes th,
  body[data-theme=dark] .single-product-wrapper.style-3 .shop_attributes th,
  body[data-color=custom][data-theme=dark] .single-product-wrapper.style-3 .shop_attributes th {
    background: transparent;
  }
}

@media screen and (max-width: 991.98px) {
  .single-product-wrapper.style-3 > .product-gallery {
    display: contents;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-gallery-stage {
    order: 1;
    width: 100%;
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-offer-slot {
    order: 2;
    width: 100%;
  }

  .single-product-wrapper.style-3 > .awp-type3-breadcrumb-slot { order: 3; }
  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-actions-slot {
    order: 4;
    width: 100%;
  }
  .single-product-wrapper.style-3 > .product-detail { order: 5; }
  .single-product-wrapper.style-3 > .awp-type3-service-strip { order: 6; }
  .single-product-wrapper.style-3 > .awp-type3-service-banner { order: 7; }
  .single-product-wrapper.style-3 > .awp-type3-after-services-content { order: 8; }
  .single-product-wrapper.style-3 > .product-content { order: 9; }

  .single-product-wrapper.style-3 .awp-type3-gallery-actions {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
    width: 100%;
    margin: 0 0 .9rem;
    padding: .45rem;
    border: 1px solid var(--color-gray100);
    border-radius: .7rem;
    background: var(--color-background);
  }

  .single-product-wrapper.style-3 .product-detail.with-side {
    flex-direction: column-reverse;
  }

  .single-product-wrapper.style-3 .product-detail-inner,
  .single-product-wrapper.style-3 .product-detail-side {
    min-width: 0;
  }

  .single-product-wrapper.style-3.has-mobile-sticky-cart .awp-type3-purchase-card__price-block,
  .single-product-wrapper.style-3.has-mobile-sticky-cart .awp-type3-purchase-card__cart {
    display: none;
  }

  .single-product-wrapper.style-3 .product-detail-side {
    margin-top: 1rem;
  }

  .single-product-wrapper.style-3 .awp-type3-purchase-card {
    border-radius: .75rem;
    box-shadow: none;
  }
}

@media screen and (max-width: 767.98px) {
  body.single-product #content.site-content {
    overflow: clip;
  }

  body.single-product #content.site-content > .container {
    padding-inline: var(--asanwp-page-inline-gap, .9375rem);
  }

  .single-product-wrapper.style-3 {
    margin-inline: calc(var(--asanwp-page-inline-gap, .9375rem) * -1);
  }

  .single-product-wrapper.style-3 > * {
    padding-inline: var(--asanwp-page-inline-gap, .9375rem);
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-gallery-stage,
  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-offer-slot,
  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-actions-slot {
    padding-inline: var(--asanwp-page-inline-gap, .9375rem);
  }

  .single-product-wrapper.style-3 > .product-gallery > .awp-type3-gallery-stage {
    padding-top: .4rem;
  }

  .single-product-wrapper.style-3 .awp-type3-gallery-stage {
    padding-inline-start: var(--asanwp-page-inline-gap, .9375rem);
  }

  .single-product-wrapper.style-3 .awp-type3-offer-slot .awp-type3-amazing-offer {
    margin: .25rem 0 .7rem;
    border-radius: .65rem;
  }

  .single-product-wrapper.style-3 .awp-type3-breadcrumb-slot .woocommerce-breadcrumb {
    margin: .8rem 0 .8rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .single-product-wrapper.style-3 .awp-type3-breadcrumb-slot .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .single-product-wrapper.style-3 .woocommerce-breadcrumb ul {
    flex-wrap: nowrap;
    width: max-content;
    max-width: none;
  }

  .single-product-wrapper.style-3 .product-detail-inner > .product_title {
    margin-bottom: .45rem;
  }

  .single-product-wrapper.style-3 .product-detail-inner > .product-meta.top {
    gap: .5rem;
    margin-bottom: .8rem;
    padding-bottom: .75rem;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .single-product-wrapper.style-3 .product-detail-inner > .woocommerce-product-details__short-description {
    font-size: .82rem;
    line-height: 2;
  }

  .single-product-wrapper.style-3 .awp-type3-variable-options,
  .single-product-wrapper.style-3 .awp-type3-grouped-options {
    margin-top: .75rem;
    padding: .9rem;
    border-radius: .75rem;
  }

  .single-product-wrapper.style-3 .awp-product-sections {
    border-inline: 0;
    border-radius: 0;
  }

  .single-product-wrapper.style-3 .awp-product-sections__nav {
    top: var(--awp-sticky-header-height, 0px);
    border-radius: 0;
  }

  .single-product-wrapper.style-3 .woocommerce-Reviews .reviews-slot {
    gap: .9rem;
  }

  .single-product-wrapper.style-3 .woocommerce-Reviews #comments .commentlist li {
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .single-product-wrapper.style-3 .woocommerce-Reviews #comments .commentlist li .comment_container > img {
    width: 2.25rem;
    height: 2.25rem;
    margin-inline-end: .65rem;
  }

  .single-product-wrapper.style-3 .woocommerce-Reviews #review_form_wrapper {
    padding: 1rem;
    border-radius: .75rem;
  }
}

/* Product short description: shared desktop/mobile expandable preview. */
body.single-product .awp-product-short-description {
  width: 100%;
  margin: 0 0 1.25rem;
}

body.single-product .awp-product-short-description .woocommerce-product-details__short-description {
  margin: 0;
}

body.single-product .awp-product-short-description__mobile-title {
  display: none;
}

body.single-product .awp-product-short-description.is-collapsible:not(.is-expanded) .woocommerce-product-details__short-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--awp-short-description-lines, 4);
}

body.single-product .awp-product-short-description__toggle {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .55rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--theme-primary-color, var(--color-primary, #ef4056));
  font: inherit;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.8;
  cursor: pointer;
}

body.single-product .awp-product-short-description__toggle[hidden] {
  display: none !important;
}

body.single-product .awp-product-short-description__toggle i {
  font-size: .72rem;
  transition: transform .2s ease;
}

body.single-product .awp-product-short-description.is-expanded .awp-product-short-description__toggle i {
  transform: rotate(180deg);
}

body.single-product .awp-product-short-description__toggle:hover,
body.single-product .awp-product-short-description__toggle:focus-visible {
  color: var(--theme-primary-hover-color, var(--theme-primary-color, var(--color-primary, #ef4056)));
}

@media (max-width: 767.98px) {
  body.asanwp-mobile-product-experience .product-detail-inner > .awp-product-short-description {
    /* Keep the short description directly after the mobile commerce/terms
       group. Other summary items such as product meta use the same default
       order, so source order now keeps this section before them. */
    order: 80;
    display: block;
    width: auto;
    box-sizing: border-box;
    margin: 0 -12px;
    padding: 16px 12px 18px;
    border-top: 8px solid var(--awp-mp-soft, #f0f0f1);
    background: var(--awp-mp-surface, #fff);
  }

  body.asanwp-mobile-product-experience .awp-product-short-description__mobile-title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: #23254e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
  }

  body.asanwp-mobile-product-experience .awp-product-short-description .woocommerce-product-details__short-description {
    display: block;
    color: var(--awp-mp-description, var(--theme-body-color, #62666d));
    font-size: .78rem !important;
    line-height: 2 !important;
  }

  body.asanwp-mobile-product-experience .awp-product-short-description.is-collapsible:not(.is-expanded) .woocommerce-product-details__short-description {
    display: -webkit-box;
  }

  body.asanwp-mobile-product-experience .awp-product-short-description__toggle {
    margin-top: .45rem;
    font-size: .75rem;
  }
}
