@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.product__media-subitem:hover .product__media img,
.product__media-subitem.swiper-slide-thumb-active .product__media img {
  outline: none;
}
.product__media-subitem:hover .product__media,
.product__media-subitem.swiper-slide-thumb-active .product__media {
  border: 1px solid #c3c3c3;
}
.product__media-subitem .product__media {
  border-radius: 3.021px;
  border: 1px solid transparent;
  box-sizing: border-box;
  background: #f7f7f7;
}
.product__media-subitem .product__media img {
  border-radius: none;
  border-radius: 3.021px;
  mix-blend-mode: multiply;
}
.product__info-container .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icon .swym-tooltip .swym-tooltip-text {
  left: auto;
  right: 0;
}
.product__info-container .swym-btn-container .swym-button:after {
  font-size: 25px;
}
.product__media {
  background: #f7f7f7;
}
.product__media img {
  mix-blend-mode: multiply;
  object-fit: contain;
}
.breadcrumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product .breadcrumb {
  margin-bottom: 0px;
  margin-top: 0;
  max-width: calc(100% - 107px);
}
@media(max-width:768px){
  .product .breadcrumb {
    max-width: 100%;
  }
}
.product .breadcrumb .breadcrumb__separ {
  display: inline-block;
  margin: 0 7px;
  color: #717171;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #005ca5;
  text-decoration: none;
}
.product-form__group-name,
.product-form__option-label {
  margin-bottom: 12px;
  color: #040404;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.9px;
}
.product-form__option-label {
  margin-bottom: 10px;
}
.product-parameters variant-radios {
  position: relative;
  display: block;
}
.product-parameters variant-radios .sizing-chart-container {
  position: absolute;
  right: 0;
  top: -4px;
  display: inline-block;
  width: auto;
}
.product-parameters variant-radios .sizing-chart-container .ks-chart-modal-link {
  margin: 0;
  color: #005ca5;
  text-align: right;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.product-parameters variant-radios .sizing-chart-container .ks-chart-modal-link ._ks_text {
  margin: 0;
  color: #005ca5;
  text-align: right;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.product-parameters variant-radios .ks-chart-modal-link.with-icon .kiwi-svg path {
  fill: #005ca5 !important;
}
.product-form__controls-group label {
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  border-radius: 3px;
  border: 2px solid #e0e3ee;
  box-sizing: border-box;
}
.price-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* overflow: hidden; */
}
.price-wrap .swym-wishlist-button-bar {
  margin-left: auto;
}

.product .swym-add-to-wishlist,
.product .swym-add-to-wishlist:after,
.product .swym-fave-count,
.product .swym-added.swym-add-to-wishlist:after {
  color: #005ca5 !important;
}
.c_product-Regularprice {
  color: #005ca5;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px; /* 140.833% */
}
.icon-free-shipping {
  display: inline-flex;
  max-width: 134px;
  height: auto;
  margin-left: 10px;
}
.product-form__buttons {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
  flex-direction: column;
  gap: 10px;
}
.product-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 5px;
  border-radius: 4px;
  background: #005ca5 !important;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 72.222% */
  letter-spacing: 0.54px;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 4px !important;
  border: 2px solid #005ca5 !important ;
  transition: all 300ms;
}
.product-form__submit:hover {
  background-color: #fff !important;
  color: #005ca5 !important;
}
.product-form__submit:hover .c_product-Regularprice {
  color: #005ca5 !important;
}
.product-form__submit .c_product-Regularprice {
  font-size: 18px;
  color: #fff;
}
.product-form__submit .c_product-Compareprice {
  display: none;
}
.c_addon-a-hide {
  /* display: block !important; */
}
.c_addon {
  padding: 0px 0 0px;
  /* padding: 0px 0 24px; */
  gap: 8px;
}
.c_addon-a {
  width: calc(50% - 4px);
  margin: 0;
  padding: 0;
}
.c_addon-a label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 15px;
  border-radius: 3px;
  border: 2px solid #e0e3ee;
}
.c_addon-a label img {
  max-width: 73px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}
.c_addon-a label h2 {
  max-width: calc(100% - 87px);
  margin: 0;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.24px;
}
.c_addon-a label h2 br {
  display: none;
}
.pdp-icons {
  max-width: 425px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
}
.pdp-icon {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 50%;
}
.pdp-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.pdp-icon__text {
  display: inline-block;
  max-width: calc(100% - 23px);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #005ca5;
}
.pdp-icon:nth-child(1) .pdp-icon__text {
  color: #d41f4b;
}
.pdp-icon:nth-child(2),
.pdp-icon:nth-child(4) {
  padding-left: 10px;
  border-left: 1px solid #c8c8c8;
}
.customer-support {
  display: flex;
  align-items: center;
  padding: 20px 5px 20px 20px;
  border-radius: 10px;
  background: #e7f3fe;
  gap: 20px;
  margin-top: 16px;
}
.customer-support__img {
  max-width: 55px;
  height: auto;
  aspect-ratio: 1;
}
.customer-support__content {
  max-width: calc(100% - 75px);
}
.customer-support__title {
  margin-bottom: 6px;
  margin-top: 0;
  color: #005ca5;
  font-family: "Roboto", serif;
  font-size: 11.48px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.411px;
}
.customer-support__text h4,
.customer-support__text h5 {
  margin-bottom: 6px;
  margin-top: 0;
  color: #005ca5;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 14.346px; /* 79.7% */
  text-transform: uppercase;
}
.customer-support__text strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.411px;
}
.customer-support__text p {
  margin: 0;
  font-size: 13.393px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.411px;
}
.customer-support__text a {
  text-decoration: none;
  color: #005ca5;
}
.customer-support__text a:hover {
  text-decoration: underline;
}
.product .jdgm-prev-badge__text {
  color: #040404;
  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.085px; /* 154.499% */
  letter-spacing: -0.287px;
}
.product .jdgm-preview-badge .jdgm-star:before {
  font-size: 14px;
}
.breadcrumb-wrapper--mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-block-info {
  margin-bottom: 16px;
}
.breadcrumb-wrapper--mobile .swym-btn-container .swym-button:after {
  font-size: 21px;
}
.breadcrumb-wrapper--mobile .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icon {
  height: 40px;
  line-height: 40px;
}
.mobile-block-info .product__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 29.4px */
  letter-spacing: -0.56px;
}
.mobile-block-info .jdgm-widget.jdgm-widget {
  text-align: right;
}
@media(max-width:768px){
  .mobile-block-info .jdgm-widget.jdgm-widget {
    text-align: left;
  }
}
.product-form__buttons {
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid #dcdcdc;
}
.product-recommendations__list .card-wrapper {
  border-radius: 5px;
  border: 1.077px solid #dcdcdc;
}
.product-description {
  padding: 68px 0 42px;
  background: #fafafa;
}
.product-description-blocks {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 74px;
}
.product-description-block:nth-child(1) {
  width: 486px;
}
.product-description-block:nth-child(2) {
  width: calc(100% - 560px);
}
.product-description-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 61.905% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.product-description-block__text p,
.product-description-block__text p ul,
.product-description-block__text p * {
  margin: 0;
  color: #040404;
  font-family: "DM Sans";
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140% !important;
}
.product-description-block__text p + p {
  margin-top: 10px;
}
.product-description-block__text iframe{
  width:100%;
}
span.icon-plus,
span.icon-minus {
  display: none;
  font-size: 28px;
  font-weight: 300;
}
.enhanced-content {
  padding-bottom: 68px;
  background: #fafafa;
}
.enhanced-content-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 60px;
  max-width: 90%;
  margin: 0 auto;
}
.enhanced-content-block {
  display: flex;
  flex-direction: column;
  /* width: calc((100% / 3) - 16px); */
  flex: 1 1 calc((100% / 3) - 40px);
  max-width: 50%;
  margin: 0 auto;
}
.enhanced-content-block__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.05;
  margin-bottom: 26px;
}
.enhanced-content-block__title {
  margin-top: 0;
  margin-bottom: 12px;
  color: #040404;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.56px;
}
.enhanced-content-block__text p {
  margin: 0;
  color: #040404;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-form__quantity {
  display: none;
}
.product-form__quantity.product-form__quantity--active {
  display: block;
}
.benefits {
  margin: 68px 0;
  background: linear-gradient(95deg, #026dc2 0%, #002e52 102.31%);
}
.benefits-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  padding: 35px 50px;
  color: #fff;
}
.benefits-block__img {
  display: block;
  max-width: 380px;
  height: auto;
  aspect-ratio: 1.16;
  object-fit: contain;
}
.benefits-block__content {
  width: calc(100% - 440px);
}
.benefits-block__title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 49.519px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.472px;
  color: #fff;
}
.benefits-block__text {
  max-width: 573px;
}
.benefits-block__text p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.benefits-block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 16px;
  margin-top: 35px;
}
.benefits-block-item {
  flex: 1 1 calc(25% - 12px);
}
.benefits-block-item__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 60.846px;
  font-style: normal;
  font-weight: 400;
  line-height: 86%;
  letter-spacing: 1.159px;
  text-transform: uppercase;
  color: #fff;
}
.benefits-block-item__text p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.benefits-block-item__text p strong {
  font-weight: 900;
}
.brand {
  margin: 68px 0 42px;
}
.brand-block {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #002e52;
  color: #fff;
  padding: 50px 55px;
  box-sizing: border-box;
}
.brand-block-wrap {
  position: relative;
  z-index: 1;
  max-width: 405px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.brand-block__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-block__icon {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 5px;
}
.brand-block__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
.brand-block__text p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.brand-block__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 250px;
  height: 50px;
  margin-top: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 10.833px; /* 72.222% */
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: #05010a;
  box-sizing: border-box;
  transition: all 300ms;
  border-radius: 3.333px;
  text-decoration: none;
  background-color: #fff;
}
.brand-block__link svg path {
  transition: all 300ms;
}
.brand-block__link:hover {
  color: #fff;
  background-color: #05010a;
}
.brand-block__link:hover svg path {
  fill: #fff;
}
.brand-block__img--mobile {
  display: none;
}
.product__media-list {
  position: relative;
}
.product__media-wrapper .product-labels{
   position: absolute;
  top: 23px;
  left: 65px;
}
.product__media-wrapper .product-labels img{
  max-width:150px;
}
.vendor-img {
  position: absolute;
  top: 23px;
  right: 65px;
  width: 121px;
  height: 33px;
  z-index: 11;
}
.vendor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-similar-product {
  padding-bottom: 68px;
}
.product__info-container .product-form {
  margin: 16px 0 0;
}
.selleasy-block-fbt:empty {
  display: none;
}
@media (max-width: 1000px) {
  .product-description-block:nth-child(1) {
    width: calc(50% - 10px);
  }
  .product-description-block:nth-child(2) {
    width: calc(50% - 10px);
  }
  .product-description-blocks {
    gap: 20px;
  }
  .enhanced-content-block__img {
    margin-bottom: 20px;
  }
  .enhanced-content-block__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .enhanced-content-blocks {
    gap: 16px 16px;
    max-width: 100%;
  }
  .enhanced-content-block {
    /* width: calc((100% / 3) - (32px / 3)); */
    flex: 1 1 calc((100% / 3) - (32px / 3));
    max-width: 100%;
  }
  .benefits-block {
    gap: 30px;
    padding: 32px 0px;
  }
  .benefits-block__content {
    width: calc(100% - 410px);
  }
  .benefits-block-item__title {
    font-size: 50px;
  }
  .benefits-block__title {
    margin-top: 0;
    font-size: 36px;
  }
  .product-form__submit .c_product-Regularprice {
    font-size: 16px;
  }
  .product-form__submit {
    font-size: 16px;
  }
  .customer-support__text h4,
  .customer-support__text h5 {
    line-height: 20px;
  }
}
.template-product .card .media.media--hover-effect > img,
.template-product .card-wrapper .media.media--hover-effect > img {
  object-fit: contain !important;
}
@media (max-width: 749.5px) {
  .breadcrumb-wrapper--desktop,
  .product__title_desktop {
    display: none !important;
  }
  .customer-support {
    gap: 16px;
    padding: 18px 5px 18px 18px;
  }
  .brand{
    margin: 30px 0 42px;
  }
  .product-description {
    padding: 30px 0 30px;
  }
  .product-description-blocks {
    gap: 0;
  }
  .product-description-block:nth-child(1) {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c1c1c1;
  }
  .product-description-block:nth-child(2) {
    width: 100%;
  }
  .product-description-block__title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 13px;
    cursor: pointer;
  }
  .product-description-block.open span.icon-plus {
    display: none;
  }
  .product-description-block.open span.icon-minus {
    display: inline-flex;
  }
  span.icon-plus {
    display: inline-flex;
  }
  .enhanced-content {
    padding-bottom: 0;
  }
  .product-description-block__text {
    display: none;
    padding-top: 16px;
  }
  .enhanced-content-block {
    width: calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
  }
  .benefits {
    margin: 40px 0;
  }
  .benefits-block {
    gap: 0;
  }
  .benefits-block__content {
    width: 100%;
    margin-bottom: 32px;
  }
  .benefits-block-item__title {
    margin-top: 0;
  }
  .benefits-block__img {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    margin-left: -16px;
  }
  .vendor-img {
    display: none;
  }
  .section-similar-product {
    padding-bottom: 32px;
  }
  .template-product .product-recommendations__list .collection-product-card:nth-child(n + 5) {
    display: none;
  }
  .product__media-wrapper .product-labels{
    left:15px;
  }
  .product__media-wrapper .product-labels img{
    max-width:100px;
  }
}
@media (max-width: 575.5px) {
  .c_addon-a label {
    gap: 10px;
  }
  .c_addon-a label h2 {
    max-width: calc(100% - 67px);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    letter-spacing: -0.24px;
  }
  .c_addon-a label img {
    max-width: 57px;
    aspect-ratio: 0.92;
  }
  .enhanced-content-block__img {
    margin-bottom: 15px;
    min-height: 150px;
  }
  .enhanced-content-block__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .enhanced-content-block__text p {
    line-height: 120%;
  }
  .benefits-block-items {
    gap: 10px 16px;
  }
  .benefits-block-item {
    flex: 1 1 calc(50% - 8px);
  }
  .brand-block {
    height: 647px;
    padding: 25px 24px;
  }
  .brand-block-wrap {
    text-align: center;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
  }
  .brand-block__icon {
    max-width: 230px;
  }
  .brand-block__title {
    margin-bottom: 13px;
    text-align: left;
    font-size: 21px;
    font-style: normal;
    line-height: 120%;
  }
  .brand-block__text p {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
  }
  .brand-block__link {
    margin-top: 15px;
    height: 40px;
  }
  .brand-block__img--mobile {
    display: block;
  }
  .brand-block__img--desktop {
    display: none;
  }
  .benefits-block__text p {
    font-size: 15px;
  }
  .benefits-block__title {
    line-height: 122.222%;
  }
}
@media (max-width: 500px) {
  .product__main .product__media-sublist-outer {
    width: calc(100% + 20px);
  }

  .product-recommendations__heading {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .template-product .product-recommendations__list {
    margin-top: 12px;
  }
  .template-product .product-recommendations__list .card__title a {
    font-size: 12px;
  }
  .template-product .product-recommendations__list .collection-product-card .card__vendor {
    font-size: 8px;
  }
  .product-form__group-name,
  .product-form__option-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-form__controls-group label {
    min-width: 40px;
    height: 40px;
    padding: 0 7px;
  }
  .product-form__buttons {
    border-top: none;
    padding-top: 0;
  }
  .product__media-wrapper--mobile {
    margin-bottom: 15px;
  }
  .price-wrap {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .product-form__buttons-row {
    width: calc(62% - 4px);
  }
  .product-form__checkout {
    width: calc(38% - 4px);
  }
  .product-form__buttons {
    padding-top: 24px;
    /*flex-direction: row;*/
    gap: 8px;
  }
  .product__info-container .product-form {
    margin: 0 0 0 0;
  }
}
@media (min-width: 750px) and (max-width: 890px) {
  .product-form__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .product-form__buttons-row,
  .product-form__checkout {
    width: 100%;
  }
  .c_addon-a {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .template-product .card .media.media--hover-effect > img,
  .template-product .card-wrapper .media.media--hover-effect > img {
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .product__outer {
    gap: 40px;
  }
  .product__main {
    width: calc(62.2% - 20px);
  }
  .product__info-wrapper {
    width: calc(37.8% - 20px);
  }
  .product__main .product__media-list-wrapper {
    gap: 6px;
    align-items: stretch;
  }
  .product__main .product__media-sublist-outer {
    max-width: 108px;
    order: 0;
    padding: 1px 0 0;
  }
  .product__main .product__media-list-wrapper {
    max-height: 749px;
  }
  .product__main .product__media-sublist {
    height: 95%;
  }
 .product-recommendations .product-recommendations__list--5,
 recently-viewed .product-recommendations__list--5,
 similar-product .product-recommendations__list--5  {
    grid-template-columns: repeat(5, 1fr);
  }
}
.recently-product:hover .media--first{
  opacity: 0;
}
.recently-product:hover .media--second {
  opacity: 1;
}
.template-product .product-recommendations__list .product-parameters {
  display: none;
}
.c_product-Compareprice {
  margin-left: 5px;
}
.ppcse-card-lt-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.ppcse-card-lt-cont .lb-spc-cont {
  max-width: 100%;
}
.selleasy-block-fbt {
  margin-top: 26px;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.ppcse-title {
  width: 100%;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
}
.ppcse-card-plus {
  margin: 0;
  position: absolute;
  right: -20px;
  top: 30%;
  font-size: 24px;
}
.lb-upsell-product-page-card {
  width: calc((100% / 3) - 20px);
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}
.ppcse-card-lt-cont .lb-spc-cont {
  max-width: 100% !important;
  min-width: 100%;
  border: none !important;
}
.lb-spc-body {
  position: relative;
  flex-direction: column;
}
.lb-upsell-product-page-card .lb-spc-image-cont {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1;
}
.lb-upsell-product-page-card .lb-spc-image {
  width: 100%;
  height: 100%;
}
.lb-spc-details-checkbox-cont {
  position: absolute;
  padding: 0;
  top: 8px;
  left: 8px;
}
.ppcse-card-tot-footer {
  max-width: 100%;
  width: 100%;
}
.lb-upsell-money-2.money {
  font-weight: 600;
  font-size: 11px;
}
.lb-upsell-product-page-card .lb-shared-variants-select {
  width: 100%;
  border-radius: 2.751px;
  height: 20px !important;
  min-height: 20px !important;
  background: #fff;
}
.lb-spc-details-variants {
  width: 100%;
}
@media (max-width: 950px) {
  .lb-upsell-product-page-card {
    width: 100%;
    margin-bottom: 15px;
  }
  .ppcse-card-plus {
    display: none;
  }
  .lb-upsell-product-page-card .lb-spc-image-cont {
    width: 95px;
    height: auto;
    aspect-ratio: 1;
    min-height: 95px;
  }
  .lb-spc-body {
    flex-direction: row;
    align-items: center;
  }
  .lb-upsell-product-page-card .lb-spc-details-cont {
    margin: 0 0 0 10px;
    max-width: calc(100% - 105px);
  }
  .lb-upsell-product-page-card .lb-shared-variants-select {
    border-radius: 2.751px;
    border: 0.917px solid #e0e0e0;
    background: #fff;
    width: 130px;
  }
}
.product__pickup-availabilities {
  margin: 0;
}
.price-wrap:has(.sezzle-shopify-info-button) {
  padding-bottom: 25px;
}
.price-wrap .sezzle-shopify-info-button {
  position: absolute;
  left: 0;
  bottom: -5px;
}
.product-form__buttons-row:has(.sezzle-shopify-info-button) {
  padding-bottom: 30px;
}
.product-form__buttons-row:has(.sezzle-shopify-info-button) .product-form__submit {
  position: relative;
  overflow: visible;
}
.product-form__submit .sezzle-shopify-info-button {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #000;
  width: calc(100% + 155px);
}
@media (max-width: 1470px) {
  .product-form__submit .sezzle-shopify-info-button {
    width: 100%;
    bottom: -42px;
  }
}
.logic-span {
  display: none;
}
.c_product-Compareprice:empty + .logic-span {
  display: inline-block;
}
.c_product-Regularprice--logic {
  display: none;
}
.c_product-Compareprice:empty + .c_product-Regularprice--logic {
  display: inline-block;
}
.price-wrap .sezzle-shopify-info-button + .sezzle-shopify-info-button {
  display: none;
}
/* sezzle-shopify-info-button */
.price--on-sale.price.price--product .price__regular + .sezzle-shopify-info-button{
  display: none;
  
}
.price.price--product:not(.price--on-sale) .price__sale + .sezzle-shopify-info-button{
  display: none;
}
.price.price--product .sezzle-shopify-info-button{
  position: absolute;
  bottom: 7px;
  left: 0;
  font-size: 12px;
}
@media(max-width:768px){
  .price.price--product .sezzle-shopify-info-button .sezzle-button-text{
    font-size:12px!important;
  }
}
/* Gallery arrows */
.product__media-sublist-outer .product__button-next,
.product__media-sublist-outer .product__button-prev{
    width: 50px!important;
    height: 50px!important;
}
.product__media-sublist-outer .product__button-next svg,
.product__media-sublist-outer .product__button-prev svg{
  width:auto;
  height:auto;
}
/* Product label */
.product__media-list .product-labels .product-label-text{
  bottom:auto;
  top: 25px;
} 
.product__media-list .product-label-item .product-label-text:after{
  top: -11px;
  transform: rotate(180deg);
}