.single-product-custom {
  padding: 125px 1rem;
  padding-bottom: 80px;
}

.product-header .product-category {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.15rem;
}

.product-header .product-category::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--black);
  bottom: 0;
}

.product-header .product-category span {
  text-transform: uppercase;
  font-size: 13px;
}

.product-header .product-category a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  font-size: 13px;
  font-family: var(--font-semiBold);
}

.productc-content .product-body .product-sku {
  font-size: 12px;
  margin-bottom: 0.35rem;
  font-family: var(--font-semiBold);
}

.productc-content .product-body .product-title,
.productc-content .product-body .product-tamano {
  font-size: 1.5rem;
  font-family: var(--font-semiBold);
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.productc-content .product-body .product-tamano {
  margin-bottom: 0.5rem;
}

.productc-content .product-body .product-unidades {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.productc-content .product-body .product-precio {
  font-family: var(--font-semiBold);
  font-size: 1.5rem;
  color: var(--black);
  margin-bottom: 1rem;
}

.productc-content .product-body .product-precio .product-precio-antes {
  font-family: var(--font-medium);
  font-size: 15px;
  margin-right: 5px;
}

.productc-content .product-body .product-information {
  display: none;
}

.productc-content .product-body .product-cart-form {
  display: none;
}

.product-image-box {
  position: relative;
  border: 2px solid var(--black);
  border-radius: 10px;
  max-width: 100%;
  padding: 0;
}

.product-image-box .product-discount-percentage {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  top: 0;
  left: 2rem;
}

.product-image-box .product-discount-percentage .product-discount-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.product-image-box .product-discount-percentage .product-discount-text .number-discount-percentage {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.product-image-box .product-discount-percentage .product-discount-text .discount-percentage {
  font-size: 16px;
  text-align: center;
}

.product-image-box .product-discount-percentage img {
  width: 50px;
  border-radius: unset;
}

.product-image-box img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
}

.product-cart-form {
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
}

.product-cart-form > p.stock {
  display: none;
  margin: 0.825rem 0;
  margin-bottom: 0.625rem;
}

.product-cart-form .cart {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.product-cart-form .cart .quantity input {
  width: 55px;
  height: 40px;
  border: unset;
  background-color: #eaeaea;
  padding-left: 7px;
  border-radius: 5px;
  font-family: var(--font-semiBold);
  font-size: 15px;
}

.product-cart-form .cart .button {
  border: unset;
  background: unset;
  border: 2px solid var(--black);
  background-color: var(--sky-blue) !important;
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  color: var(--black) !important;
  font-family: var(--font-semiBold);
  width: 80%;
  height: 40px;
  padding: 0.35rem 0;
  border-radius: 5px;
  padding-bottom: 8px;
  margin-top: 0;
}

.product-description-box {
  border-radius: 10px;
  background-color: #ebebeb;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}

.product-description-box:last-child {
  margin-bottom: 0;
}

.product-description-box h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: var(--font-semiBold);
}

.product-description-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-description-box ul li {
  font-family: var(--font-medium);
  margin-bottom: 0.25rem;
  font-size: 15px;
}

.product-description-box ul li:last-child {
  margin-bottom: 0;
}

.product-description-box .product-description {
  font-size: 15px;
  line-height: 1.65;
  font-family: var(--font-medium);
}

.related-products {
  padding: 0 1rem;
}

.related-products > h2 {
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  margin: 0;
  font-family: var(--font-semiBold);
  margin-bottom: 2rem;
}

.related-products > h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.75rem;
  height: 2px;
  background-color: var(--black);
}

.related-products-grid {
  gap: 5px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  clear: none;
  float: none;
}

.related-products-grid .product {
  border: 1px solid var(--black);
  border-radius: 10px;
  max-width: 100%;
  width: 49%;
  overflow: hidden;
  margin: 0;
  clear: none;
  float: none;
}

.related-products-grid .product .product-image-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.related-products-grid .product .product-image-wrapper::after {
  content: "";
  width: calc(100% + 16px);
  height: 1px;
  position: absolute;
  left: -8px;
  bottom: 0px;
  background-color: var(--black);
}

.related-products-grid .product .onsale {
  position: absolute;
  display: none;
}

.related-products-grid .product .product-image-wrapper > img {
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 10px;
  position: relative;
}

.related-products-grid .product .product-image-wrapper .product-discount-percentage {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 2;
  top: 0;
  left: 1rem;
}

.related-products-grid .product .product-image-wrapper .product-discount-percentage .product-discount-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
}

.related-products-grid
  .product
  .product-image-wrapper
  .product-discount-percentage
  .product-discount-text
  .number-discount-percentage {
  font-size: 15px;
  line-height: 1;
  text-align: center;
}

.related-products-grid
  .product
  .product-image-wrapper
  .product-discount-percentage
  .product-discount-text
  .discount-percentage {
  font-size: 14px;
  text-align: center;
}

.related-products-grid .product .product-image-wrapper .product-discount-percentage img {
  width: 40px;
  border-radius: unset;
}

.related-products-grid .product .product-content-wrapper {
  padding: 8px;
  padding-bottom: 10px;
}

.related-products-grid .product .product-content-wrapper a {
  text-decoration: none;
  position: relative;
  display: flex;
  margin-top: 0px;
  align-items: center;
  margin-bottom: 0;
}

.related-products-grid .product .product-content-wrapper .product-attribute {
  display: flex;
  flex-direction: column;
}

.related-products-grid .product .product-content-wrapper .product-attribute span:nth-child(1) {
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--font-semiBold);
  font-size: 15px;
  margin: 0;
}

.related-products-grid .product .product-content-wrapper .product-attribute span:nth-child(2) {
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--font-medium);
  font-size: 12px;
  margin: 0;
  margin: 3px 0;
}

.related-products-grid .product .product-content-wrapper .product-attribute span:nth-child(3) {
  font-size: 15px;
  font-family: var(--font-bold);
}

.related-products-grid .product .product-content-wrapper a .woocommerce-loop-product__title {
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--font-semiBold);
  font-size: 15px;
  margin: 0;
  padding: 0;
  min-height: 38px;
}

.related-products-grid .product .product-content-wrapper .price {
  margin: 0.5rem 0;
  font-size: 15px;
  font-family: "Barlow-Semibold";
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--black);
}

.related-products-grid .product .product-content-wrapper .price .sale-price {
  color: var(--black);
  font-size: 15px;
  font-family: var(--font-bold);
}

.related-products-grid .product .product-content-wrapper .price .antes-label {
  font-size: 13px;
  letter-spacing: -0.5px;
  font-family: var(--font-medium);
}

.related-products-grid .product .product-content-wrapper .cart .quantity-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.825rem;
}

.related-products-grid .product .product-content-wrapper .cart .quantity-wrapper label {
  text-transform: uppercase;
  font-size: 13px;
}

.related-products-grid .product .cart .quantity-wrapper .quantity .input-text.qty.text {
  width: 38px;
  height: 23px;
  border: unset;
  background-color: #eaeaea;
  padding-left: 7px;
  border-radius: 5px;
  font-size: 12px;
}

.related-products-grid .product .product-content-wrapper .cart button {
  border: unset;
  background: unset;
  border: 1px solid var(--black);
  background-color: var(--sky-blue);
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-family: var(--font-semiBold);
  width: 100%;
  padding: 0.35rem 0;
  border-radius: 5px;
  padding-bottom: 8px;
  margin-top: 0;
}

.section-poloticies .content-politicies {
  padding: 4rem 1rem;
  padding-bottom: 0rem;
}

.section-poloticies .content-politicies .refound {
  margin-bottom: 3rem;
}

.section-poloticies .content-politicies .refound h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--font-semiBold);
}

.section-poloticies .content-politicies .refound h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.75rem;
  height: 2px;
  background-color: var(--black);
}

.section-poloticies .content-politicies .delivery h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  margin-bottom: 2rem;
  font-family: var(--font-semiBold);
}

.section-poloticies .content-politicies .delivery h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.75rem;
  height: 2px;
  background-color: var(--black);
}

.section-poloticies .content-politicies .refound p {
  font-size: 14px;
  line-height: 1.85;
  font-family: var(--font-medium);
}

.section-poloticies .content-politicies .delivery p {
  font-size: 14px;
  line-height: 1.6;
  font-family: var(--font-medium);
}

.section-poloticies .content-politicies .delivery p span {
  font-family: var(--font-semiBold);
}

@media only screen and (min-width: 960px) {
  .productc-content .product-body .product-information {
    display: block;
    max-width: 310px;
    margin-bottom: 1rem;
  }

  .wrapper-store {
    padding: 125px 1rem;
    padding-bottom: 0;
  }

  .wrapper-store .site-main {
    display: flex;
  }

  .single-product-custom .productc-content {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 2rem;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  .product-image-box > img {
    max-width: 100%;
    border-radius: 10px;
    height: 350px;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 300px;
  }

  .single-product-custom {
    padding: 0;
  }

  .single-product-custom .product-cart-form {
    display: none;
  }

  .productc-content .product-body .product-cart-form {
    display: initial;
  }

  .single-product-custom .production-content-description {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .single-product-custom .production-content-description .product-description-box {
    width: 49%;
    margin-bottom: 0;
  }

  .related-products,
  .section-poloticies {
    margin-left: 260px;
    margin-top: 2rem;
  }

  .section-poloticies .content-politicies {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 1rem;
  }

  .section-poloticies .content-politicies .refound,
  .section-poloticies .content-politicies .delivery {
    width: 49%;
    margin-bottom: 0;
  }

  .productc-content .product-body .product-sku {
    font-size: 15px;
  }

  .productc-content .product-body .product-title,
  .productc-content .product-body .product-tamano {
    font-size: 2rem;
  }

  .productc-content .product-body .product-precio {
    font-size: 1.8rem;
  }

  .product-cart-form .cart .button {
    height: 35px;
  }

  .product-cart-form .cart .quantity input {
    height: 35px;
  }

  .related-products-grid .product {
    max-width: 32.5%;
  }

  .section-poloticies .content-politicies .refound h3 {
    font-size: 16px;
  }

  .section-poloticies .content-politicies .delivery h3 {
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }

  .section-poloticies .content-politicies .refound p {
    line-height: 1.5;
  }

  .section-poloticies .content-politicies .delivery p {
    line-height: 1.5;
  }
}

@media only screen and (min-width: 1300px) {
  .wrapper-store {
    gap: 1%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 180px 0;
    padding-bottom: 2rem;
    justify-content: space-between;
  }

  .product-image-box > img {
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 450px;
  }

  .productc-content .product-body .product-title,
  .productc-content .product-body .product-tamano {
    font-size: 2.5rem;
  }

  .productc-content .product-body .product-unidades {
    font-size: 16px;
  }

  .related-products,
  .section-poloticies {
    gap: 1%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    padding-bottom: 2rem;
    justify-content: space-between;
  }

  .related-products > h2 {
    margin-left: 260px;
  }

  .related-products-grid {
    margin-left: 260px;
    gap: 15px;
    justify-content: flex-start;
  }

  .related-products-grid .product .product-image-wrapper > img {
    width: 100%;
  }

  .related-products-grid .product .product-content-wrapper .cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .related-products-grid .product .cart .quantity-wrapper .quantity .input-text.qty.text {
    width: 50px;
    height: 30px;
  }

  .related-products-grid .product .product-content-wrapper .cart button p {
    width: auto;
    height: 30px;
    padding: 0 10px;
  }

  .related-products-grid .product .product-content-wrapper .cart .quantity-wrapper {
    margin-bottom: 0;
  }

  .related-products-grid .product .product-content-wrapper .cart button {
    width: auto;
    height: 30px;
    padding: 0 10px;
  }

  .related-products-grid .product {
    max-width: 330px;
    width: 100%;
    border-width: 2px;
  }

  .related-products-grid .product .product-content-wrapper {
    padding: 1rem;
  }

  .related-products-grid .product .product-image-wrapper::after {
    height: 2px;
  }

  .related-products-grid .product .product-content-wrapper a .woocommerce-loop-product__title {
    font-size: 18px;
    min-height: unset;
  }

  .section-poloticies {
    padding-bottom: 0;
  }

  .section-poloticies .content-politicies {
    padding: 0;
    margin-left: 260px;
  }

  .product-cart-form .cart {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
  }

  .product-cart-form .cart .button {
    width: 250px;
  }
}
