/** Shopify CDN: Minification failed

Line 869:5 Expected ":"
Line 869:6 Expected identifier but found ":"

**/
.m-cart-drawer {
  --m-bg-color: 0, 0, 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: background-color var(--m-duration-default, 0.25s)
    cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(var(--m-bg-color), var(--m-bg-opacity));
  display: none;
  touch-action: none;
  z-index: 100;
}
.m-cart-drawer--active {
  display: block;
}
.m-cart-drawer__inner {
  background-color: rgb(var(--color-background));
  min-height: 100%;
  transition: transform var(--m-duration-default, 0.25s)
    cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(var(--translate-x, 100%), 0, 0);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .m-cart-drawer__inner {
    max-width: 760px;
    width:100%;
  }
}
@media screen and (max-width: 767px) {
  .m-cart-drawer__inner {
    width: calc(100% - 40px);
  }
}
.m-cart-drawer__title {
  color: rgb(var(--color-foreground));
}
.m-cart-drawer__header {
  padding: 0 20px 16px;
}
@media screen and (min-width: 768px) {
  .m-cart-drawer__header {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .m-cart-drawer__header {
    padding: 16px;
  }
}
.m-cart-drawer__body {
  overscroll-behavior: contain;
  padding: 0 20px 16px;
}
@media screen and (max-width: 639px) {
  .m-cart-drawer__body {
    padding: 0 16px 16px;
  }
}
.m-cart-drawer__footer {
  padding: 20px 20px 16px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}
.m-cart-drawer__footer .m-terms-conditons {
  margin: 0 0 15px;
}
@media screen and (max-width: 639px) {
  .m-cart-drawer__footer {
    padding: 20px 12px 16px;
  }
}
.m-cart-drawer__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 8px;
}
.m-cart-drawer__link-to-cart {
  --btn-link-border: 1px;
  color: rgb(var(--color-foreground-secondary));
  margin-top: 8px;
}
.m-cart-drawer__link-to-cart:hover {
  color: rgb(var(--color-foreground));
}
.m-cart-drawer__link-to-cart::after,
.m-cart-drawer__link-to-cart::before {
  bottom: 3px;
}
.m-cart-drawer foxkit-cart-goal {
  margin-bottom: 0;
}
.m-cart-drawer .foxkit-cart-countdown-hook {
  margin-top: 8px;
}
.m-cart-drawer.m-cart--empty .foxkit-cart-countdown-hook,
.m-cart-drawer.m-cart--empty .foxkit-cart-goal-hook,
.m-cart-drawer.m-cart--empty .m-cart-drawer__footer {
  display: none;
}
.m-cart-drawer foxkit-visible-check h1,
.m-cart-drawer foxkit-visible-check h2,
.m-cart-drawer foxkit-visible-check h3,
.m-cart-drawer foxkit-visible-check h4,
.m-cart-drawer foxkit-visible-check h5,
.m-cart-drawer foxkit-visible-check h5,
.m-cart-drawer foxkit-visible-check a,
.m-cart-drawer foxkit-visible-check .foxkit-card__prices,
.m-cart-drawer foxkit-visible-check .foxkit-product-card__price {
  --foxkit-prices-color: rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
}
@media screen and (min-width: 768px) {
  .m-cart-drawer .m-cart-addon__header button {
    flex-direction: row;
    justify-content: center;
  }
  .m-cart-drawer .m-cart-addon__header button > svg {
    flex: 0 0 auto;
  }
  .m-cart-drawer .m-cart-addon__header button .m-cart-addon__text {
    margin-left: 6px;
  }
}
.m-cart {
  display: block;
  margin-bottom: 40px;
}
.m-cart.m-cart--empty foxkit-cart-countdown,
.m-cart.m-cart--empty foxkit-cart-goal,
.m-cart.m-cart--empty .m-cart__header,
.m-cart.m-cart--empty .m-cart__footer {
  display: none;
}
.m-cart__wrapper {
  flex: 1;
}
.m-cart__header {
  font-weight: 500;
  border-bottom: 1px solid rgb(var(--color-border));
  margin-bottom: 4px;
}
.m-cart__column {
  width: 40%;
  flex: 0 0 auto;
  padding: 8px 10px;
}
.m-cart__column:first-child {
  padding-left: 0;
}
.m-cart__column:last-child {
  padding-right: 0;
}
.m-cart__column--product {
  flex: 1;
  width: auto;
}
@media screen and (min-width: 768px) {
  .m-cart__column {
    width: 20%;
    padding: 16px 24px;
  }
  .m-cart__column--subtotal {
    padding-right: 0;
    width: 12%;
  }
  .m-cart__column--price {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .m-cart__column--price {
    padding-right: 0;
    text-align: right;
  }
  .m-cart__column--quantity {
    padding: 0;
  }
}
.m-cart__trust-badge {
  margin-top: 12px;
}
.m-cart__checkout {
  margin-top: 20px;
}
.m-cart__checkout .show-terms-conditions {
  margin-top: 12px;
}
.m-cart__footer--wrapper {
  width: 420px;
  padding: 3rem 0 0;
  position: relative;
}
@media screen and (max-width: 639px) {
  .m-cart__footer--wrapper {
    width: 100%;
    padding: 2rem 0;
    margin: 0;
  }
}
.m-cart__footer .m-cart__discount--item {
  font-size: 14px;
}
.m-cart__summary {
  margin: 16px 0;
}
.m-cart__discount--item {
  font-size: 12px;
  color: #c74230;
  display: flex;
  text-transform: uppercase;
}
.m-cart__discount--item svg {
  width: 12px;
  margin-right: 5px;
}
.m-cart__subtotal--label,
.m-cart__subtotal--price {
  font-size: 18px;
}
.m-cart__overlay {
  background: rgba(var(--color-background), 0.9);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: var(--m-duration-default, 0.25s) all;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.m-cart__overlay.open {
  visibility: visible;
  opacity: 1;
}
.m-cart .m-cart-addon__header {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.m-cart .m-cart-addon__body {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: var(--medium-blocks-radius);
  position: relative;
  transform: none;
  display: none;
  padding: 24px 20px;
}
.m-cart .m-cart-addon__body.open {
  display: block;
}
.m-cart .m-gift-wrapping--label {
  margin-top: 20px;
  padding-bottom: 20px;
}
.m-cart__empty {
  margin: 100px 0;
  padding: 0 16px;
}
@media screen and (min-width: 1280px) {
  .m-cart {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .m-cart .foxkit-incart-items {
    margin-top: 15px;
  }
}
.m-cart-addon__header {
  display: flex;
  column-gap: 5px;
}
.m-cart-addon__header button {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  background-color: rgb(var(--color-background-secondary));
  border-radius: var(--btn-border-radius);
  padding: 8px 10px;
  transition: all var(--m-duration-default) cubic-bezier(0.104, 0.204, 0.492, 1);
}
.m-cart-addon__header button .m-cart-addon__text {
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .m-cart-addon__header button {
    flex-flow: column;
    flex: 1;
  }
  .m-cart-addon__header button .m-cart-addon__text {
    margin: 0;
  }
  .m-cart-addon__header button svg {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .m-cart-addon__header button {
    width: auto;
  }
  .m-cart-addon__header button .m-cart-addon__text {
    max-width: 0;
    width: 0;
    overflow: hidden;
    margin-left: 0;
  }
}
.m-cart-addon__header button:hover,
.m-cart-addon__header button.active {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
@media screen and (max-width: 767px) {
  .m-cart-addon__header button:hover .m-cart-addon__text,
  .m-cart-addon__header button.active .m-cart-addon__text {
    width: auto;
    max-width: 100%;
    overflow: visible;
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .m-cart-addon__header button {
    font-size: 13px;
  }
  .m-cart-addon__header button svg {
    max-width: 20px;
    margin-bottom: 0;
  }
  .m-cart-addon__header button:after {
    top: 8px;
  }
}
.m-cart-addon__icon--shipping,
.m-cart-addon__icon--discount {
  width: 22px;
  height: 22px;
}
.m-cart-addon__icon--noti {
  position: absolute;
  border: 2px solid rgba(var(--bg-white), 1);
  width: 16px;
  height: 16px;
  top: -8px;
  left: 50%;
  transform: translate3d(50%, 0, 0);
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0),
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: #334bfa;
}
.m-cart-addon__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem 4rem 1rem;
  background: rgb(var(--color-background));
  box-shadow: 20px 0 20px rgba(0, 0, 0, 0.12);
  z-index: 1;
  transition: var(--m-duration-default, 0.25s) ease-in-out;
  pointer-events: none;
  transform: translate3d(0, 100%, 0);
}
.m-cart-addon__body.open {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.m-cart-addon__title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  font-size: 18px;
}
.m-cart-addon__title svg {
  margin-right: 8px;
}
.m-cart-addon__content {
  margin-bottom: 20px;
}
.m-cart-addon__action {
  column-gap: 12px;
}
.m-cart-addon__action button {
  flex: 1;
}
.m-cart-addon__shipping-rate:not(:empty) {
  padding: 20px 0;
}
.m-cart-addon__shipping-rate--label {
  font-weight: 500;
  margin-bottom: 12px;
}
.m-cart-addon__shipping-rate--item {
  color: rgb(var(--color-foreground-secondary));
  margin-bottom: 2px;
}
.m-cart-addon__shipping-rate--item:last-child {
  margin-bottom: 0;
}
.m-cart-item__remove,
.tcustomizer-btn--edit-option {
  --btn-link-border: 1px;
  margin-top: 8px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(var(--color-foreground), 0.75);
  text-transform: capitalize;
}
.m-cart-item__remove:hover,
.tcustomizer-btn--edit-option:hover {
  color: rgb(var(--color-foreground));
}
.m-cart-item__remove::after,
.m-cart-item__remove::before,
.tcustomizer-btn--edit-option::after,
.tcustomizer-btn--edit-option::before {
  bottom: 3px;
}
.m-cart-item {
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-border));
  padding: 12px 0;
}
.m-cart-item__product {
  display: flex;
  align-items: flex-start;
}
.m-cart-item__image {
  width: 110px;
  overflow: hidden;
  min-width: 110px;
}
.m-cart-item__image.m-cart-drawer-item__image {
  border: 1px solid rgb(var(--color-border));
}
@media screen and (max-width: 767px) {
  .m-cart-item__image {
    width: 65px;
    min-width: 65px;
  }
}
@media screen and (max-width: 639px) {
  .m-cart-item__image {
    width: 60px;
    min-width: 60px;
  }
}
.m-cart-item__info {
  padding-left: 24px;
}
@media screen and (min-width: 640px) {
  .m-cart-item__info.m-cart-drawer-item__info {
    padding-left: 16px;
  }
}
@media screen and (max-width: 639px) {
  .m-cart-item__info {
    padding-left: 12px;
  }
}
.m-cart-item__title {
  font-weight: 500;
  display: block;
}
.m-cart-item__title:hover {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}
.m-cart-item__property a {
  text-decoration: underline;
}
.m-cart-item__property a:hover {
  color: rgb(var(--color-foreground));
}
.m-cart-item__price-discounted:not(.m\:hidden) {
  display: flex;
  flex-wrap: wrap;
}
.m-cart-item__price-discounted:not(.m\:hidden) .m-cart-item__price--final {
  margin-left: 8px;
}
.m-cart-item__price-discounted .m-cart-item__price--regular {
  color: rgb(var(--color-foreground-secondary));
}
.m-cart-item__price + .m-cart__discount {
  margin-bottom: 4px;
}
.m-cart-item__option,
.m-cart-item__property {
  word-break: break-all;
}
.m-cart-item + .notification.show {
  margin-top: 20px;
}
.m-cart-item .m-quantity {
  max-width: 120px;
  min-height: 42px;
  margin-top: 8px;
}
.m-cart-drawer-item {
  border-bottom: 0;
}
.m-cart-drawer-item__variant {
  margin-bottom: 4px;
}
/* .m-cart-drawer-item__quantity {
  margin-top: 10px;
} */
.m-cart-drawer-item .m-cart-item__remove {
  margin-left: 8px;
}
.m-cart-drawer-item .m-quantity {
  margin-top: 0;
  background-color: rgb(var(--color-form-field));
  color: rgb(var(--color-form-field-text));
  min-height: 36px;
  width: 110px;
}
.m-cart-drawer-item .m-quantity input {
  background-color: rgba(0, 0, 0, 0);
}
.m-cart-drawer-item .f-incart {
  margin-top: 15px;
}
.additional-checkout-buttons {
  margin-top: 10px;
}
.additional-checkout-buttons .dynamic-checkout__content ul {
  column-gap: 10px;
  row-gap: 10px;
}
.additional-checkout-buttons .dynamic-checkout__content ul li {
  margin-top: 0 !important;
}

.m-cart-drawer-item span.m-cart-item__remove:before,.m-cart-drawer-item span.m-cart-item__remove:after {
    display: none;
}

@media screen and (min-width: 768px) {
      .m-cart-drawer-item {
        display: grid;
        grid-template-columns: 2fr 0.75fr 0.75fr;
        align-items: self-start;
    }

    .m-cart-drawer-right-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    span.m-cart-item__remove.m-button--link {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
    }
}
.m-cart-drawer__header {
    padding: 40px 20px 20px;
}
.m-cart-drawer__header .m-cart-drawer__title{
    font-size: 32px;
    font-weight: 700;
    color:#002711;
}
.m-cart-drawer__items {padding: 16px 10px;}
.m-cart-drawer__items a.m-cart-item__title {
    font-size: 16px;
    font-family: var(--font-stack-header);
    font-weight: 700;
    color:#002711
}
.m-cart-drawer__items .m-cart-drawer-item__variant p {
    font-size: 12px;
    color: #6D6D6D;
}
.m-cart-drawer__items .m-cart-item__price span.m-cart-item__price--regular {
    font-size: 16px;
    font-weight: 700;
    color:#002711;
}
.m-cart-drawer__items  .m-cart-item__price .m-cart-item__price--final{
    font-size:14px;
}
.m-cart-drawer__items .m-cart-drawer-right-content .m-cart-item__line-price span.m-cart-item__price--regular {
    font-size: 20px;
    font-weight: 700;
    color:#002711;
}
.m-cart-drawer__items .m-cart-drawer-right-content .m-cart-item__line-price .m-cart-item__price--final{
    font-size:18px;
}
@media screen and (max-width: 767px) {
   .m-cart-drawer__items  .m-cart-item__price span.m-cart-item__price--regular {
    font-size: 14px;
}
.m-cart-drawer__items .m-cart-item__price .m-cart-item__price--final{
    font-size:12px;
}
.m-cart-drawer__items .m-cart-drawer-right-content .m-cart-item__line-price span.m-cart-item__price--regular {
    font-size: 16px;
}
.m-cart-drawer__items .m-cart-drawer-right-content .m-cart-item__line-price .m-cart-item__price--final{
    font-size:14px;
}
   .m-cart-drawer__items  a.m-cart-item__title {
    font-size: 14px;
}
.m-cart-drawer__header .m-cart-drawer__title{
    font-size: 24px;
}
  .m-cart-item .m-quantity {
    min-height: 36px;
    width: 100%;
  }
  .m-cart-item .m-quantity .m-quantity__button,
  .m-cart-item .m-quantity .m-quantity__input {
    width: 100%;
    max-width: 40px;
  }
  .m-cart-drawer-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: self-start;
    padding: 0;
    }

    .m-cart-item--drawer__wrapper {
        grid-column: 1/-1;
        border-bottom: 1px solid #DADADA;
        padding: 16px 30px 16px 0;
    }

    .m-cart-drawer-right-content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 16px 0;
    }

    .m-cart-drawer-item__quantity {
        padding: 16px 0;
    }

    m-cart-remove-button {
        position: absolute;
        top: 28px;
    }

    .m-cart-drawer-item .m-cart-item__remove {
        margin: 0;
    }

}
.m-cart-drawer_cart-summary .order-summary {
  padding: 16px 10px;
  border-radius: 8px;
  font-size: 14px;
}

.m-cart-drawer_cart-summary .summary-heading {
    font-size: 20px;
    font-weight: 700;
    color: #002711;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.m-cart-drawer_cart-summary .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
}

.m-cart-drawer_cart-summary .summary-value {
  font-weight: 700;
}

.m-cart-drawer_cart-summary .summary-note {
    font-weight: 400;
}

.m-cart-drawer_cart-summary .summary-divider {
  margin: 12px 0;
  border-top: 1px solid #DADADA
}

.m-cart-drawer_cart-summary .summary-row.total {
    font-weight: 700;
    font-size: 20px;
    color: #002711;
}

.m-cart-drawer_cart-summary .summary-total {
  color: #0a3c1a;
}
.m-cart-drawer__footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.m-cart-drawer__footer .m-cart__subtotal {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.m-cart-drawer__footer .m-cart__subtotal--label {
    font-size: 16px;
    color: #344342;
    font-weight: 400;
}

.m-cart-drawer__footer .m-cart__subtotal--price {
    font-size: 32px;
    font-weight: 700;
    color: #002711;
}
.m-cart-drawer__footer button.m-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-top: 18px;
    padding-right: 48px;
    padding-bottom: 18px;
    padding-left: 48px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .m-cart-drawer_cart-summary .summary-row {
        font-size: 14px;
    }
    .m-cart-drawer__footer .m-cart__subtotal {
    flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
}
.m-cart-drawer__footer .m-cart__subtotal--label {
    font-size: 10px;
}

.m-cart-drawer__footer .m-cart__subtotal--price {
    font-size: 28px;
}
.m-cart-drawer__footer button.m-button {
    gap: 5px;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 18px;
    padding-left: 10px;
    border-radius: 4px;
    font-size: 12px;
}
    .m-cart-drawer_cart-summary .summary-row.total {
        font-size: 16px;
    }
}

.complementary-products-section {
  padding: 16px 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

/* .complementary-products-section .complementary-products-slider .swiper-wrapper {
  display: flex;
  gap: 16px;
} */

.complementary-products-section .product-card {
  width: 100%;
}

.complementary-products-section .product-card img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 8px;
}

.complementary-products-section .product-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 18px;
    font-family: var(--font-stack-header);
    color: #002711;
}

.complementary-products-section .product-price {
    font-size: 17px;
    font-weight: 700;
    color: #002711;
    line-height: 30px;
}

.complementary-products-section .original-price {
    text-decoration: line-through;
    color: #ADB9B6;
    font-size: 14px;
    margin-left: 4px;
    line-height: 100%;
    font-weight: 400;
}

.complementary-products-section .product-card .image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.complementary-products-section .product-card img {
    width: 100%;
    height: auto;
}

.product-action-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.complementary-products-section .add-to-cart-btn {
    margin: 0 !important;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    a;:;
    align-items: center;
}

.complementary-products-section .add-to-cart-btn svg {
    width: 14px;
    height: 14px;
}

.complementary-products-section .section-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.complementary-products-section .slider-control-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.complementary-products-section .slider-control-wrapper .swiper-prev-button,.complementary-products-section .slider-control-wrapper .swiper-next-button {
    background: #EDEDED;
    min-width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.complementary-products-section .slider-control-wrapper .swiper-prev-button.swiper-button-disabled, .complementary-products-section .slider-control-wrapper .swiper-next-button.swiper-button-disabled {
    background: #FBFBFB;
    pointer-events: none;
}
.complementary-products-section .slider-control-wrapper:has(.swiper-prev-button.swiper-button-disabled):has(.swiper-next-button.swiper-button-disabled){
  display:none;
}
.complementary-products-section .slider-control-wrapper .swiper-prev-button:hover, .complementary-products-section .slider-control-wrapper .swiper-next-button:hover {
    background: #000000;
    color: #002711;
}

.complementary-products-section .slider-control-wrapper .swiper-prev-button:hover svg path, .complementary-products-section .slider-control-wrapper .swiper-next-button:hover svg path {
    stroke: #ffffff;
}

.complementary-products-section .swiper-prev-button svg path, .complementary-products-section .swiper-next-button svg path {
    stroke: #002711;
}
.complementary-products-section .section-header-wrapper .section-title {
    font-weight: 700;
    font-size: 20px;
    color: #002711;
}
.complementary-products-slider {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 767px) { 
  .complementary-products-section .slider-control-wrapper {
    gap: 5px;
}
  .complementary-products-section .section-header-wrapper .section-title {
    font-size: 14px;
  }
  .complementary-products-section .product-title {
    font-size: 10px;
    line-height: 12px;
  }
  .complementary-products-section .product-price {
      font-size: 10px;
      line-height: 18px;
  }

  .complementary-products-section .original-price {
      font-size: 9px;
  }
  .complementary-products-section .add-to-cart-btn svg {
    width: 9px;
    height: 9px;
  }
  .complementary-products-section .add-to-cart-btn {
    width: 16px;
    height: 16px;
  }
  .complementary-products-section .slider-control-wrapper .swiper-prev-button, .complementary-products-section .slider-control-wrapper .swiper-next-button {
    min-width: 22px;
    height: 22px;
  }
  .complementary-products-section .slider-control-wrapper .swiper-prev-button svg, .complementary-products-section .slider-control-wrapper .swiper-next-button svg {
    width: 8px;
    height: auto;
  }
}