/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
body {
  background: #F7F7F7;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  border: 1px solid #BABABA;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  min-height: 56px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  padding-left: 25px;
  padding-right: 25px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  font: normal normal bold 16px/19px Rubik;
  color: #000000;
}

.container-wishlist.red path {
  fill: #EB010F;
}

/* Breadcrumb */
#breadcrumb {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #BABABA;
  border-top: 1px solid #BABABA;
}
#breadcrumb .rank-math-breadcrumb .separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#breadcrumb .rank-math-breadcrumb p {
  padding: 0;
}
#breadcrumb .rank-math-breadcrumb .separator,
#breadcrumb .rank-math-breadcrumb a,
#breadcrumb .rank-math-breadcrumb .last {
  font: normal normal bold 16px/19px Rubik;
  letter-spacing: 0px;
  color: #131F35;
  text-transform: capitalize;
}

/* Main */
#main .sku {
  font: normal normal normal 14px/25px Rubik;
  color: #000000;
}
#main .main-product-image {
  padding: 40px;
}
#main a[data-lightbox=product-gallery] {
  position: unset !important;
}
#main h1.product_title {
  font-size: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
  line-height: clamp(2.1875rem, 35px + (44 - 35) * (100vw - 320px) / 1600, 2.75rem) !important;
  font-weight: 600;
}
#main .container-stock svg {
  height: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
}
#main .container-main-content .woocommerce-Price-amount {
  font-size: clamp(1.875rem, 30px + (53 - 30) * (100vw - 320px) / 1600, 3.3125rem) !important;
  font-family: "Rubik", "sans-serif";
  color: #000000;
  text-decoration: none;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main .onsale {
  display: none;
}
#main .pi-edd-product {
  background: transparent;
  border: 0;
  text-align: left;
  color: #000000;
  font: normal normal normal 14px/25px Rubik;
  margin-top: 0;
  padding-top: 2px;
}
#main .quantity-selector {
  height: 50px;
  display: flex;
  width: fit-content;
}
#main .minus,
#main .plus {
  width: 50px;
  background: #FFFFFF;
  border: 1px solid #BABABA;
}
#main .minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#main .plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#main .icon-minus,
#main .icon-plus {
  font-size: 10px;
}
#main input[name=quantity] {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #BABABA;
}
#main .minus {
  border-right: 0;
}
#main .plus {
  border-left: 0;
}
#main {
  /* Chrome, Safari, Edge, Opera */
}
#main input[type=number]::-webkit-inner-spin-button,
#main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main {
  /* Firefox */
}
#main input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
#main .woocommerce-message {
  display: none;
}
#main button[name=add-to-cart] {
  background: #EB010F 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: #FFFFFF !important;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 16px/19px Rubik, sans-serif;
  width: fit-content;
  padding-left: 33px;
  padding-right: 33px;
}
#main button[name=add-to-cart]:hover {
  background: #131F35;
}
#main button[name=add-to-cart].blue {
  background: #131F35 0% 0% no-repeat padding-box;
}
#main button[name=add-to-cart].blue:hover {
  background: #EB010F;
}
#main .container-add-cart-wishlist {
  gap: 15px;
}
#main .answer {
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: clamp(1.625rem, 26px + (28 - 26) * (100vw - 320px) / 1600, 1.75rem) !important;
  font-family: "Rubik", "sans-serif";
}
#main .icon-minus-square,
#main .icon-plus-square {
  color: #EB010F;
  font-size: 27px;
}
#main .name {
  flex-basis: 30%;
}
#main .value {
  flex-basis: 70%;
}
#main .odd {
  background: #E8E8E8;
}
#main .container-inner-specs {
  padding: 17px;
}
#main .line-divider {
  width: 100%;
  height: 1px;
  background: #A8A8A8;
}
#main .container-main-content,
#main .container-gallery-out {
  flex-basis: 100%;
}
#main .container-question {
  width: 100%;
  cursor: pointer;
}
#main .thumbnail-item a,
#main .main-product-image a {
  width: fit-content;
  display: block;
}
#main .thumbnail-item img,
#main .main-product-image img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
#main .main-product-image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  position: relative;
}
#main .product-thumbnails {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#main .icon-magnifying-glass {
  padding: initial;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #BEBEBE;
}
@media screen and (min-width: 1025px) {
  #main .main-product-image {
    width: unset;
    margin-left: unset;
    margin-right: unset;
    min-height: 501px;
  }
  #main .container-gallery {
    max-width: 674px;
    width: 100%;
    min-height: 501px;
  }
}

#related {
  margin-bottom: 4em;
}
#related .product-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#related .product-item .yith-wcwl-add-to-wishlist-button--added svg path {
  fill: #EB010F;
}
#related .product-item .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
#related .product-item .yith-add-to-wishlist-button-block {
  margin: unset !important;
  height: fit-content !important;
}
#related .product-item > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#related .product-item .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#related .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
  min-height: 50px;
}
#related .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#related .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#related .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#related .container-buttons-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#related .carousel-nav-arrows-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#related .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
}
#related .product-image {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
}
#related .product-image picture, #related .product-image img {
  max-width: 265px;
  object-fit: contain;
  height: 200px;
}
#related .product-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#related .product-price {
  font: normal normal normal 18px/27px Rubik;
  letter-spacing: 0px;
  color: #131F35;
}
#related .product-info {
  padding-top: 18px;
}
#related .tag-sale {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #EB010F 0% 0% no-repeat padding-box;
  position: absolute;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  top: -19px;
  right: -11px;
}
#related .container-links {
  justify-content: center;
  border-top: 1px solid #B2B2B2;
}
#related .icon-heart {
  color: #000000;
  font-size: 20px;
}
#related .add-to-cart {
  font: normal normal bold 16px/48px Rubik;
  letter-spacing: 0px;
  color: #464646;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
#related .add-to-cart:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#related .view-product {
  color: #131F35;
  font: normal normal normal 16px/48px Rubik;
  width: 100%;
  text-align: center;
}
#related .view-product:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#related .line-height {
  height: 48px;
  width: 1px;
  background: #B2B2B2;
  margin-left: 10px;
  margin-right: 10px;
}
#related .pi-edd.pi-edd-loop {
  background: transparent;
  border: 0;
  text-align: left;
  color: #131F35;
  font: normal normal normal 14px/25px Rubik;
  padding: 0;
}
#related .sale {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#related .sale .title-shop {
  margin-bottom: -10px;
  text-transform: uppercase;
  color: #EB010F;
  position: relative;
}
#related .sale .button-left,
#related .sale .button-right {
  background: transparent;
  border: 0;
}
#related .sale .subtitle {
  position: relative;
}
#related .sale .subtitle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 10% !important;
  height: 9px;
  background-color: #EB010F;
}
#related .sale .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#related .sale .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#related .sale .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#related .product-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#related .product-item .yith-wcwl-add-to-wishlist-button--added svg path {
  fill: #EB010F;
}
#related .product-item .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
#related .product-item .yith-add-to-wishlist-button-block {
  margin: unset !important;
  height: fit-content !important;
}
#related .product-item > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#related .product-item .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#related .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}
#related .container-links {
  justify-content: center;
  border-top: 1px solid #B2B2B2;
  margin-top: auto;
}
@media screen and (min-width: 641px) {
  #related .product-item {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  #related .product-item {
    margin: 0;
  }
  #related {
    margin-bottom: 11em;
  }
}