body.type-product.mp-pdp-v1 {
  --mp-pdp-ink: #25252e;
  --mp-pdp-muted: #6f7079;
  --mp-pdp-line: #e5e5e8;
  --mp-pdp-soft-blue: #eef3f7;
  --mp-pdp-orange: #f15a24;
  --mp-pdp-orange-dark: #d94b17;
  color: var(--mp-pdp-ink);
  letter-spacing: 0;
}

body.type-product.mp-pdp-v1 .product-top,
body.type-product.mp-pdp-v1 .p-detail-tabs-wrapper > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.type-product.mp-pdp-v1 .p-detail-inner > .p-detail-inner-header,
body.type-product.mp-pdp-v1 .product-top > .col-xs-12:not(.p-image-wrapper):not(.p-info-wrapper),
body.type-product.mp-pdp-v1 .p-info-wrapper > .p-short-description,
body.type-product.mp-pdp-v1 .p-info-wrapper > .detail-parameters,
body.type-product.mp-pdp-v1 .p-info-wrapper > .mp-pdp-native-upsell-hidden {
  display: none !important;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .p-detail-inner-header {
  display: block !important;
}

body.type-product.mp-pdp-v1.mp-pdp-orderable .p-info-wrapper > .availability-value {
  display: none !important;
}

body.type-product.mp-pdp-v1 .mp-pdp-eyebrow {
  margin: 0 0 8px;
  color: var(--mp-pdp-orange-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

body.type-product.mp-pdp-v1 .p-detail-inner-header .h1 {
  margin: 0;
  color: var(--mp-pdp-ink);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.16;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .p-detail-info {
  display: block !important;
  margin: 12px 0 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--mp-pdp-line);
}

body.type-product.mp-pdp-v1 .p-info-wrapper .stars-wrapper {
  margin: 0;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .p-final-price-wrapper {
  width: 100%;
  margin: 0;
  padding: 17px 0 18px;
  border-bottom: 1px solid var(--mp-pdp-line);
  text-align: left;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .p-final-price-wrapper .price-final {
  color: var(--mp-pdp-ink);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

body.type-product.mp-pdp-v1 .up-product-wrapper.mp-aov-top-created {
  width: 100%;
  margin: 22px 0 0;
}

body.type-product.mp-pdp-v1 .up-product-wrapper.mp-aov-top-created .mp-aov-top-enhanced {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .up-products-header {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--mp-pdp-ink) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.type-product.mp-pdp-v1 .mp-pdp-upsell-sub {
  margin: 3px 0 12px;
  color: var(--mp-pdp-muted);
  font-size: 13px;
  line-height: 1.35;
}

body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .up-products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .mp-aov-top-item:only-child,
body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-one-offer > .product {
  grid-column: 1 / -1;
}

body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .mp-aov-top-item {
  min-width: 0 !important;
  min-height: 142px !important;
  margin: 0 !important;
  padding: 12px !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  grid-template-rows: 1fr auto !important;
  column-gap: 11px !important;
  border: 1px solid #dedfe2 !important;
  border-radius: 6px !important;
  background: #fff !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .mp-aov-top-item + .mp-aov-top-item {
  border-top: 1px solid #dedfe2 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item > .up-product-information {
  display: contents !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-image {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  align-self: center !important;
  width: 70px !important;
  height: 70px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-details {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .mp-aov-top-reason {
  margin: 0 0 3px !important;
  color: var(--mp-pdp-orange-dark) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name,
body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name a {
  color: #3f4149 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-availability {
  display: none !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-price {
  margin-top: 7px !important;
  color: var(--mp-pdp-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-add-to-cart {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: end !important;
  justify-self: end !important;
  width: auto !important;
  margin: 5px 0 0 !important;
}

body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-add-to-cart .btn,
body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-add-to-cart a {
  min-width: 64px !important;
  height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--mp-pdp-orange) !important;
  border-radius: 4px !important;
  color: var(--mp-pdp-orange-dark) !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-display-upsell {
  width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}

body.type-product.mp-pdp-v1 #mp-aov .mp-pdp-display-upsell-head {
  grid-column: 1 / -1;
}

body.type-product.mp-pdp-v1 #mp-aov .mp-pdp-display-upsell-head h2 {
  margin: 0;
  color: var(--mp-pdp-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

body.type-product.mp-pdp-v1 #mp-aov .mp-pdp-display-upsell-head p {
  margin: 3px 0 2px;
  color: var(--mp-pdp-muted);
  font-size: 13px;
  line-height: 1.35;
}

body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-display-upsell > .product {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-display-upsell > .product > .p {
  min-height: 142px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  column-gap: 11px !important;
  border: 1px solid #dedfe2 !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product > .p > .image {
  grid-column: 1;
  align-self: center;
  width: 70px !important;
  height: 70px !important;
  margin: 0 !important;
  display: grid !important;
  place-items: center;
}

body.type-product.mp-pdp-v1 #mp-aov .product > .p > .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .p-in {
  grid-column: 2;
  min-width: 0;
  display: flex !important;
  flex-direction: column;
}

body.type-product.mp-pdp-v1 #mp-aov .product .p-in-in {
  min-width: 0;
}

body.type-product.mp-pdp-v1 #mp-aov .product .name,
body.type-product.mp-pdp-v1 #mp-aov .product .name span {
  color: #3f4149 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .name {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.type-product.mp-pdp-v1 #mp-aov .product .ratings-wrapper,
body.type-product.mp-pdp-v1 #mp-aov .product .p-desc,
body.type-product.mp-pdp-v1 #mp-aov .product .flags {
  display: none !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .p-bottom {
  margin-top: auto !important;
  padding: 0 !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .p-bottom > div {
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

body.type-product.mp-pdp-v1 #mp-aov .product .prices {
  margin: 0 !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .price-final,
body.type-product.mp-pdp-v1 #mp-aov .product .price-final strong {
  color: var(--mp-pdp-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .p-tools {
  margin: 0 !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .add-to-cart-button {
  min-width: 64px !important;
  width: auto !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--mp-pdp-orange) !important;
  border-radius: 4px !important;
  color: var(--mp-pdp-orange-dark) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.type-product.mp-pdp-v1 #mp-aov .product .add-to-cart-button span {
  color: inherit !important;
  font-size: inherit !important;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box {
  width: 100%;
  margin: 14px 0 0;
  padding: 0;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .add-to-cart {
  width: 100%;
  margin: 0;
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
  flex-flow: row nowrap !important;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .quantity {
  flex: 0 0 104px;
  width: 104px !important;
  height: 54px !important;
  margin: 0 !important;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .add-to-cart-button {
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 54px !important;
  flex: 1 1 auto !important;
  align-self: stretch !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: var(--mp-pdp-orange) !important;
  box-shadow: 0 7px 18px rgba(241, 90, 36, .17) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.type-product.mp-pdp-v1 .mp-pdp-delivery-link {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--mp-pdp-orange-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

body.type-product.mp-pdp-v1 .p-info-wrapper > .social-buttons-wrapper {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--mp-pdp-line);
}

body.type-product.mp-pdp-v1 .product-benefits-fixed {
  position: static !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 76px;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d8e0e7;
  border-bottom: 1px solid #d8e0e7;
  background: var(--mp-pdp-soft-blue) !important;
  box-shadow: 0 0 0 100vmax var(--mp-pdp-soft-blue) !important;
  clip-path: inset(0 -100vmax);
}

body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box {
  min-width: 0;
  margin: 0 !important;
  padding: 16px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box + .product-benefit-box {
  border-left: 1px solid #d8e0e7 !important;
}

body.type-product.mp-pdp-v1 .product-benefit-icon {
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1 !important;
}

body.type-product.mp-pdp-v1 .product-benefit-title {
  color: #41434b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body.type-product.mp-pdp-v1 .p-detail-tabs-wrapper {
  margin-top: 0 !important;
}

body.type-product.mp-pdp-v1 .p-detail-tabs-wrapper .shp-tabs-holder {
  border-bottom: 1px solid var(--mp-pdp-line);
}

body.type-product.mp-pdp-v1 .p-detail-tabs > li > a {
  padding-top: 18px !important;
  padding-bottom: 15px !important;
  color: #595b63 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.type-product.mp-pdp-v1 .p-detail-tabs > li.active > a {
  color: var(--mp-pdp-orange-dark) !important;
  border-bottom: 3px solid var(--mp-pdp-orange) !important;
}

@media (min-width: 992px) {
  body.type-product.mp-pdp-v1 #content-wrapper {
    width: calc(100% - 48px);
    max-width: 1360px;
  }

  body.type-product.mp-pdp-v1 .top-navigation-bar {
    min-height: 32px !important;
  }

  body.type-product.mp-pdp-v1 .top-navigation-bar .container {
    min-height: 32px !important;
  }

  body.type-product.mp-pdp-v1 #header .header-top {
    min-height: 76px !important;
  }

  body.type-product.mp-pdp-v1 #header .site-name img {
    max-height: 58px !important;
  }

  body.type-product.mp-pdp-v1 #header .search {
    min-height: 44px !important;
  }

  body.type-product.mp-pdp-v1 .navigation-in > ul > li > a {
    min-height: 48px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body.type-product.mp-pdp-v1 .breadcrumbs {
    min-height: 40px;
  }

  body.type-product.mp-pdp-v1 .product-top {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 570px;
    gap: 62px;
    align-items: start;
  }

  body.type-product.mp-pdp-v1 .product-top > .p-image-wrapper,
  body.type-product.mp-pdp-v1 .product-top > .p-info-wrapper {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  body.type-product.mp-pdp-v1 .product-top > .p-image-wrapper {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.type-product.mp-pdp-v1 .product-top > .p-info-wrapper {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image {
    grid-column: 2;
    grid-row: 1;
    min-height: 555px;
    margin: 0 !important;
    display: grid !important;
    place-items: center;
    overflow: hidden;
    background: #fff !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image #wrap,
  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image {
    width: 100% !important;
    background: #fff !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image {
    height: 535px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-thumbnails-wrapper {
    grid-column: 1;
    grid-row: 1;
    width: 74px !important;
    margin: 0 !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails-horizontal,
  body.type-product.mp-pdp-v1 .p-thumbnails-inner {
    width: 74px !important;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    overflow: visible !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails-inner > div {
    max-height: 555px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    margin: 0 !important;
    padding: 5px !important;
    display: grid !important;
    place-items: center;
    border: 1px solid var(--mp-pdp-line) !important;
    border-radius: 4px;
    background: #fff;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail.highlighted {
    padding: 4px !important;
    border: 2px solid var(--mp-pdp-orange) !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .cbox-gal,
  body.type-product.mp-pdp-v1 .p-thumbnails .thumbnail-prev,
  body.type-product.mp-pdp-v1 .p-thumbnails .thumbnail-next {
    display: none !important;
  }
}

@media (max-width: 991px) {
  body.type-product.mp-pdp-v1 #content-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  body.type-product.mp-pdp-v1 .product-top {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
  }

  body.type-product.mp-pdp-v1 .product-top > .p-image-wrapper,
  body.type-product.mp-pdp-v1 .product-top > .p-info-wrapper {
    width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    float: none !important;
  }

  body.type-product.mp-pdp-v1 .product-top > .p-info-wrapper {
    margin-top: 12px;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image {
    min-height: 300px;
    margin: 0 !important;
    display: grid !important;
    place-items: center;
    overflow: hidden;
    background: #fff !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image #wrap,
  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image {
    width: 100% !important;
    background: #fff !important;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image {
    height: 290px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  body.type-product.mp-pdp-v1 .p-image-wrapper > .p-image .p-main-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails-wrapper {
    display: block !important;
    margin-top: 8px !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails-horizontal,
  body.type-product.mp-pdp-v1 .p-thumbnails-inner {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 56px !important;
    position: static !important;
    left: auto !important;
    overflow: visible !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails-inner > div {
    display: flex !important;
    justify-content: center;
    gap: 10px;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail {
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 4px !important;
    display: grid !important;
    place-items: center;
    border: 1px solid var(--mp-pdp-line) !important;
    border-radius: 4px;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail.highlighted {
    border: 2px solid var(--mp-pdp-orange) !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .p-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.type-product.mp-pdp-v1 .p-thumbnails .cbox-gal,
  body.type-product.mp-pdp-v1 .p-thumbnails .thumbnail-prev,
  body.type-product.mp-pdp-v1 .p-thumbnails .thumbnail-next {
    display: none !important;
  }

  body.type-product.mp-pdp-v1 .mp-pdp-eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  body.type-product.mp-pdp-v1 .p-detail-inner-header .h1 {
    font-size: 27px;
    line-height: 1.18;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .p-detail-info {
    margin-top: 9px;
    padding-bottom: 13px;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .p-final-price-wrapper {
    padding: 13px 0 14px;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .p-final-price-wrapper .price-final {
    font-size: 31px;
  }

  body.type-product.mp-pdp-v1 .up-product-wrapper.mp-aov-top-created {
    margin-top: 16px;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .up-products-header {
    font-size: 18px !important;
  }

  body.type-product.mp-pdp-v1 .mp-pdp-upsell-sub {
    margin-bottom: 9px;
    font-size: 11px;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .up-products {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-display-upsell {
    margin-top: 16px !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
  }

  body.type-product.mp-pdp-v1 #mp-aov .mp-pdp-display-upsell-head h2 {
    font-size: 18px;
  }

  body.type-product.mp-pdp-v1 #mp-aov .mp-pdp-display-upsell-head p {
    font-size: 11px;
  }

  body.type-product.mp-pdp-v1 #mp-aov.mp-pdp-display-upsell > .product > .p {
    min-height: 108px !important;
    padding: 9px !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.type-product.mp-pdp-v1 #mp-aov .product > .p > .image {
    width: 62px !important;
    height: 62px !important;
  }

  body.type-product.mp-pdp-v1 #mp-aov .product .name,
  body.type-product.mp-pdp-v1 #mp-aov .product .name span {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body.type-product.mp-pdp-v1 #mp-aov .product .name {
    -webkit-line-clamp: 2;
  }

  body.type-product.mp-pdp-v1 #mp-aov .product .add-to-cart-button {
    min-width: 61px !important;
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-enhanced .mp-aov-top-item {
    min-height: 108px !important;
    padding: 9px !important;
    grid-template-columns: 62px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-image {
    width: 62px !important;
    height: 62px !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name,
  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name a {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-name {
    -webkit-line-clamp: 2;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-price {
    margin-top: 4px !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .mp-aov-top-reason {
    font-size: 9px !important;
  }

  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-add-to-cart .btn,
  body.type-product.mp-pdp-v1 .mp-aov-top-item .up-product-add-to-cart a {
    min-width: 61px !important;
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .add-to-cart {
    gap: 8px !important;
    position: static !important;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .quantity {
    flex-basis: 82px;
    width: 82px !important;
    height: 50px !important;
    margin: 0 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    float: none !important;
  }

  body.type-product.mp-pdp-v1 .p-info-wrapper > .buy-box .add-to-cart-button {
    height: 50px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  body.type-product.mp-pdp-v1 .mp-pdp-delivery-link {
    font-size: 11px;
  }

  body.type-product.mp-pdp-v1 .product-benefits-fixed {
    min-height: 104px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px !important;
  }

  body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box {
    justify-content: flex-start !important;
    padding: 11px 10px !important;
  }

  body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box + .product-benefit-box {
    border-left: 0 !important;
  }

  body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box:nth-child(even) {
    border-left: 1px solid #d8e0e7 !important;
  }

  body.type-product.mp-pdp-v1 .product-benefits-fixed .product-benefit-box:nth-child(n + 3) {
    border-top: 1px solid #d8e0e7 !important;
  }

  body.type-product.mp-pdp-v1 .product-benefit-icon {
    font-size: 17px !important;
  }

  body.type-product.mp-pdp-v1 .product-benefit-title {
    font-size: 11px !important;
  }
}
