/** Shopify CDN: Minification failed

Line 837:13 Expected ":"

**/
@font-face {
  font-family: pp-mori;
  src: url(/cdn/shop/files/PPMori-Regular.otf?v=1729791912);
}
@font-face {
  font-family: pp-mori-semibold;
  src: url(/cdn/shop/files/PPMori-SemiBold.otf?v=1729791913);
}
.overflow-hidden {
  overflow: hidden;
}

.pdp-upsell__header {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .pdp-upsell__header {
    margin-bottom: 25px;
  }
}
.pdp-upsell__header-heading {
  font-family: pp-mori;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pdp-upsell__header-heading {
    line-height: 55px;
  }
}
.pdp-upsell__header-subheading {
  font-family: pp-mori;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.035em;
}
.pdp-upsell__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1250px) {
  .pdp-upsell__content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__content-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.pdp-upsell__card {
  display: flex;
  padding: 40px;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: 600px;
  background: #fff;
  transition: 0.2s all ease-in-out;
  border-radius: 25px;
  border: 1px solid #e4e6ec;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pdp-upsell__card {
    height: 359px;
  }
}
.pdp-upsell__card:hover {
  box-shadow: 0 56px 16px 0 rgba(0, 0, 0, 0), 0 36px 14px 0 rgba(0, 0, 0, 0.01), 0 20px 14px 0 rgba(0, 0, 0, 0.03), 0 9px 14px 0 rgba(0, 0, 0, 0.04), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.pdp-upsell__card:hover .pdp-upsell__card-cta {
  background: #d34d37;
  color: #fff;
  border-color: #d34d37;
}
@media (max-width: 768px) {
  .pdp-upsell__card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 25px;
  }
}
.pdp-upsell__card-title {
  font-family: pp-mori;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 35px;
}
@media (max-width: 768px) {
  .pdp-upsell__card-title {
    font-size: 16px;
    line-height: 55px;
  }
}
@media (max-width: 429px) {
  .pdp-upsell__card-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.pdp-upsell__card-media {
  margin-left: auto;
  width: auto;
  padding-top: 24px;
}
.pdp-upsell__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .pdp-upsell__card-media {
    margin-left: unset;
    width: 100%;
    height: 241px;
    padding-top: unset;
  }
}
.pdp-upsell__card-content {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-bottom: 40px;
  min-width: 297px;
}
@media (max-width: 768px) {
  .pdp-upsell__card-content {
    width: 100%;
    padding: 37px;
    padding-bottom: 0;
  }
}
.pdp-upsell__card-feature {
  font-family: pp-mori;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.pdp-upsell__card-feature svg {
  width: 28px;
  height: 24px;
}
@media (max-width: 429px) {
  .pdp-upsell__card-feature p {
    font-size: 16px;
    line-height: 26px;
  }
  .pdp-upsell__card-feature svg {
    width: 20px;
    height: auto;
  }
}
.pdp-upsell__card-cta {
  font-family: pp-mori;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #d34d37;
  margin-top: auto;
  width: 100%;
  height: 40px;
  border: 1px solid #d34d37;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media (min-width: 768px) {
  .pdp-upsell__card-cta {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__card-cta {
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    height: 47px;
  }
}
.pdp-upsell__modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.pdp-upsell__modal-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1110px;
  margin-inline: auto;
}
/* @media (max-width: 768px) {
  .pdp-upsell__modal-wrapper {
    padding-inline: 40px;
  }
}
@media (max-width: 460px) {
  .pdp-upsell__modal-wrapper {
    padding-inline: 20px;
  }
} */
.pdp-upsell__modal-content {
  width: 100%;
  flex: 1 1 auto;
  max-width: 1558px;
  max-height: 43rem;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #bbb;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 1rem 4rem;
  position: relative;
}
@media (max-width: 1280px) {
  .pdp-upsell__modal-content {
    flex-direction: column;
    max-height: calc(100% - 90px);
    scrollbar-width: none;
    padding-block: 45px;
    padding-inline: 40px;
    position: relative;
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-content {
    border-radius: 20px;
    max-height: 85vh;
    height: 100vh;
    padding-block: 20px;
    padding-inline: 21px;
    padding:1rem 2rem;
  }
}
@media (max-width: 375px) {
  .pdp-upsell__modal-content {
    /* padding-inline: 8px; */
  }
}
.pdp-upsell__modal-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .pdp-upsell__modal-left {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.pdp-upsell__modal-right {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1280px) {
  .pdp-upsell__modal-right {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .pdp-upsell__modal-right {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-right {
    gap: 0px;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container {
  border: 1px solid #e4e6ec;
  border-radius: 40px;
  max-width: 450px;
  min-width: 450px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 550px) {  
  .pdp-upsell__modal-right .pdp-upsell__modal-card__wrapper:first-child .pdp-upsell__modal-card-container  {
    border-bottom: 0px;
    border-radius: 40px 40px 0px 0px;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card__wrapper:last-child .pdp-upsell__modal-card-container  {
    border-radius: 0px 0px 40px 40px;
    background: #fafafa;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card__wrapper:last-child .pdp-upsell__modal-card-container .pdp-upsell__modal-product:after{
    border: none;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card__wrapper:last-child .pdp-upsell__modal-card-container .contains-product{
    background: none;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container  {
    min-width: unset;
    max-width: 390px;
  }
  .pdp-upsell__modal-card__wrapper{
    max-width:100%;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card {
  display: flex;
  width: 100%;
  max-width: 600px;
  background: #fff;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card {
    height: 16rem;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-title {
  font-family: pp-mori;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 32px;
  font-size: 24px;
  margin-block: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media {
    width: auto;
    margin-block: 36px;
    margin-right: 34px;
    aspect-ratio: 1;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pdp-upsell__badges-desktop{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:0.12rem;
}
.pdp-upsell__badges-desktop img{
  height:1.25rem !important;
  width:fit-content !important;
}
.pdp-upsell__badges{
  display:none;
}

@media (max-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media {
    display:flex;
    justify-content:end; 
    margin-right:2rem;
    max-width:30%;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media img {
    align-self: end;
  }
  .pdp-upsell__badges-desktop{
    display:none;
  }
  .pdp-upsell__badges{
    display:flex;
    flex-direction:column;
    align-items:end;
    position:absolute;
    z-index:10000;
    width:100%;
    right:-2rem;
    gap:0.12rem;
  }
  .pdp-upsell__badges img{
    width: 3.625rem;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media--mobile {
  display: none;
}
@media (max-width: 460px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-media--mobile {
    display: none;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-content {
  display: flex;
  flex-direction: column;
  margin: 40px;
  margin-right: 12px;
  min-width: 215px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-content {
    margin: 0rem;
    margin-right: 0;
    min-width: 100px;
    position:relative;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-feature {
  font-family: pp-mori;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  color: #808080;
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-feature svg {
  width: 17.5px;
  height: 15px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-feature p {
    font-size: 12px;
    line-height: 20px;
  }
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-feature svg {
    width: 17px;
    min-width: 17px;
    height: auto;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-cta {
  font-family: pp-mori;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #d34d37;
  margin-top: auto;
  max-width: 122px;
  width: 100%;
  height: 30px;
  border: 1px solid #d34d37;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 429px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container .pdp-upsell__modal-card-cta {
    margin-top: 10px;
  }
}
.pdp-upsell__modal-right .pdp-upsell__modal-card-container:has(> .contains-product) {
  box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.01), 0px 11px 7px rgba(0, 0, 0, 0.03), 0px 5px 5px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 460px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card-container:has(> .contains-product) {
    box-shadow: unset;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-right .pdp-upsell__modal-card  {
    margin:1rem;
    justify-content: space-between;
    align-items:center;
  }
}
.pdp-upsell__modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.pdp-upsell__modal-close:hover svg path {
  fill-opacity: 1;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-close {
    right: 25px;
    top: 20px;
  }
}
.pdp-upsell__modal-product {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  overflow: hidden;
  border-radius: 25px;
  padding-inline: 40px;
  padding: 35px 35px 0px 35px;
  position: relative;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product {
    border-radius:0px;
    padding: 0 1rem;
  }
}

.pdp-upsell__modal-product > * {
  position: relative;
  z-index: 1;
}
.pdp-upsell__modal-product::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  border-radius: 25px;
  border: 1px solid #e4e6ec;
}
.pdp-upsell__modal-product-color {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-color {
    flex-direction: row;
    justify-content:space-between;
    gap:1rem;
    align-items:center;
  }
}
.pdp-upsell__modal-product-color-heading {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-family: pp-mori;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-color-heading {
    line-height: 1.1;
    font-weight: 600;
  }
}
.pdp-upsell__modal-product-color-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-color-wrapper {
    max-width: unset;
    width: 65% !important;
  }
}
.pdp-upsell__modal-product-color-container {
  position: relative;
  border-radius: 25px;
  border: 1px solid #bbb;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-color-container {
    width: 100% !important;
    justify-content:space-between;
  }
}
.pdp-upsell__modal-product-color-name {
  width: 122px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  font-family: pp-mori;
  border-radius: 50px;
  background: #fff;
}
.pdp-upsell__modal-product-color-name--active {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-color-name {
    font-size: 12px;
    line-height: 1;
    padding-top: 1px;
    height: 30px;
  }
}
.pdp-upsell__modal-product-color-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.pdp-upsell__modal-product-color-img img {
  width: 100%;
  height: calc(100% - 50px);
  -o-object-fit: contain;
     object-fit: contain;
}
.pdp-upsell__modal-product-quantity {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-upsell__modal-product-quantity-price--mobile{
  display:none !important;
}
.pdp-upsell__modal-product-quantity-price--desktop{
  display:flex !important;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity {
    flex-direction: row;
    gap:1rem;
    align-items:center;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
  .pdp-upsell__modal-product-quantity-price--mobile{
    display:flex !important;
    background-color:white !important;
    font-size:1rem !important;
  }
  .pdp-upsell__modal-product-quantity-price--desktop{
    display:none !important;
  }
}
.pdp-upsell__modal-product-quantity-heading {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  font-family: pp-mori;
  font-weight: 600;
}
.pdp-upsell__modal-product-quantity-wrapper {
  display: flex;
  width: 100%;
  max-width: 260px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #e4e6ec;
  background: #fafafa;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-wrapper {
    max-width: unset;
    flex-direction: column;
    height: auto;
    align-items: center;
    background: transparent;
    border: unset;
    gap: 10px;
    overflow: visible;
    width: 65% !important;
  }
}
.pdp-upsell__modal-product-quantity-actions {
  width: 100%;
  max-width: 125px;
  background: #fff;
  height: 28px;
  margin-left: 1px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e4e6ec;
  gap: 15px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-actions {
    border: 1px solid #e4e6ec;
    border-radius: 50px;
    height: 30px;
    width: 100%;
    gap: 30px;
    max-width: unset;
  }
}
.pdp-upsell__modal-product-quantity-btn {
  background: transparent;
  border: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pdp-upsell__modal-product-quantity-btn:hover {
  background: #f2f2f2;
  color: #000;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-btn {
    font-size: 24px;
  }
}
.pdp-upsell__modal-product-quantity-btn:last-child {
  font-size: 12px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-btn:last-child {
    font-size: 20px;
  }
}
.pdp-upsell__modal-product-quantity-value {
  font-size: 12px;
  color: #000;
  font-family: pp-mori;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-value {
    padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
  }
}
.pdp-upsell__modal-product-quantity-price {
  width: 100%;
  max-width: 135px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-price {
    border: 1px solid #e4e6ec;
    border-radius: 50px;
    height: 30px;
    width: 100%;
    max-width: unset;
    background: #fafafa;
  }
}
.pdp-upsell__modal-product-quantity-compare {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: pp-mori;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1;
}
.pdp-upsell__modal-product-quantity-current {
  font-size: 12px;
  color: #d34d37;
  font-family: pp-mori;
  font-weight: 600;
  line-height: 1;
}
.pdp-upsell__modal-product-description {
  margin-top: 12px;
  margin-bottom: 1rem;
}
.pdp-upsell__modal-product-description--mobile{
  display:none !important;
}
.pdp-upsell__modal-product-description--desktop{
  display:block !important;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-quantity-current{
    font-size: 1rem;
  }
  .pdp-upsell__modal-product-description {
    margin-top: 0.2rem;
  }
  .pdp-upsell__modal-product-description--mobile{
    display:block !important;
    color: gray;
    font-size 0.8rem;
  }
  .pdp-upsell__modal-product-description--desktop{
    display:none !important;
  }
}
.pdp-upsell__modal-product-description * {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #808080;
  font-family: pp-mori;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-description * {
    letter-spacing: 0.035em;
  }
}
.pdp-upsell__modal-product-description strong {
  color: #000;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-description strong {
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
  }
}
.pdp-upsell__modal-product-actions {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-actions {
    flex-direction:row;
    gap: 20px;
  }
}

.pdp-upsell__modal-product-btn-fill {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea4629;
  border: 0;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  font-family: pp-mori;
  cursor: pointer;
}
.pdp-upsell__modal-product-btn-fill:hover {
  background: #bc4430;
}
.pdp-upsell__modal-product-btn-outline {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e4e6ec;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: pp-mori;
  padding-top: 4px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.pdp-upsell__modal-product-btn-outline span {
  color: #808080;
  font-weight: 600;
}
.pdp-upsell__modal-product-btn-outline:hover {
  border-color: #ea4629;
  background: #ea4629;
  color: #fff;
  font-weight: 600;
}
.pdp-upsell__modal-product-btn-outline:hover span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-product-btn-outline {
    flex-direction: column;
    font-size: 15px;
  }
  .pdp-upsell__modal-product-btn-outline span {
    font-size: 16px;
  }
}
.pdp-upsell__modal-img {
  width: 100%;
  height: 311px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-img {
    height: 215px;
  }
}
.pdp-upsell__modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdp-upsell__modal-text {
  width: 100%;
  margin-inline: 85px;
  margin-top: 0;
  margin-bottom: 25px;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1280px) {
  .pdp-upsell__modal-text {
    padding-inline: 45px;
    max-width: unset;
    align-items: center;
    margin: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-text {
    /* margin-bottom: 40px; */
    padding-inline: 10px;
    margin: 0;
  }
}
.pdp-upsell__modal-heading {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #000;
  font-family: pp-mori;
}
.pdp-upsell__modal-heading p {
  text-align: left;
}
@media (max-width: 992px) {
  .pdp-upsell__modal-heading {
    width: 100%;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-heading {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    margin-block: 10px;
  }
}
@media (max-width: 429px) {
  .pdp-upsell__modal-heading {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .pdp-upsell__modal-description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-description {
    margin-block: 5px;
  }
}
.pdp-upsell__modal-description * {
  font-size: 24px;
  line-height: 32px;
  color: #808080;
  margin-bottom: 0;
  letter-spacing: -0.005em;
  font-family: pp-mori;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-description * {
    font-size: 16px;
    line-height: 25px;
    color: #808080;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .pdp-upsell__modal-description strong {
    display: inline-block;
    margin-top: 20px;
  }
}
.pdp-upsell__modal-description ul {
  padding-left: 20px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .pdp-upsell__modal-description ul {
    margin-top: 0;
  }
}
.pdp-upsell__modal-description li {
  list-style: disc;
}/*# sourceMappingURL=pdp-upsell.css.map */