body#product #wrapper > .container {
  background-color: white;
  padding-top: 50px !important;
}

@media (max-width: 767px) {
  body#product #wrapper > .container {
    padding-top: 15px !important;
  }
}

body#product #wrapper > .container .breadcrumb {
  /* padding-inline: 100px !important; */
  --max: 100;
  --min: 30;
  --maxtrans: 1920;
  --mintrans: 430;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  );
}

body#product #wrapper > .container .breadcrumb ol li span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #b2b2b2;
  padding-bottom: 20px;
}

body#product #wrapper > .container .breadcrumb ol li:nth-child(1) span {
  text-decoration: underline;
  color: black;
}

body#product #wrapper > .container .block-category.card.card-block h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: black;
}

body#product #wrapper > .container .block-category.card.card-block h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: black;
}

body#product .tax-shipping-delivery-label {
  display: none !important;
}

body#product .product-cover img {
  height: 790px !important;
  object-fit: cover;
}

@media (max-width: 900px) {
  body#product .product-cover img {
    height: 400px !important;
  }
}

body#product #wrapper > .container .row.product-container {
  max-width: 1920px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  /* padding-inline: 100px; */
  --max: 100;
  --min: 30;
  --maxtrans: 1920;
  --mintrans: 430;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  );
}

@media (max-width: 999px) {
  body#product #wrapper > .container .row.product-container {
    flex-direction: column;
    align-items: center;
  }
  body#product #wrapper > .container .row.product-container .col1 {
    width: 100% !important;
  }
  body#product #wrapper > .container .row.product-container .col2 {
    width: 100% !important;
    margin-top: 30px;
  }
}

body#product #wrapper > .container .row.product-container .col1 .page-content {
  max-width: 630px !important;
}

body#product #wrapper > .container .row.product-container .col2 {
  width: 35%;
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

body#product #wrapper > .container .row.product-container .col2 .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: black;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-description
  p,
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-description
  p
  span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .current-price {
  margin: 0 !important;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .current-price-value {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.67; */
  letter-spacing: normal;
  text-align: left;
  color: black;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .control-label {
  display: none;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity {
  display: flex;
  justify-content: space-between;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity
  button.add-to-cart {
  background: black;
  width: 100%;
  /* padding-inline: 120px; */
  padding-block: 15px;
  height: fit-content;
  text-transform: none;
  border-radius: 5px;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity
  .qty
  .input-group {
  height: 100%;
  width: 100%;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity
  .qty
  input {
  height: 100%;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity
  .qty {
  width: 25%;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-add-to-cart
  .product-quantity
  .add {
  width: 70%;
}

@media (max-width: 1600px) {
  body#product
    #wrapper
    > .container
    .row.product-container
    .col2
    .product-information
    .product-add-to-cart
    .product-quantity
    .qty {
    width: 35%;
  }
  body#product
    #wrapper
    > .container
    .row.product-container
    .col2
    .product-information
    .product-add-to-cart
    .product-quantity
    .add {
    width: 60%;
  }
}

@media (max-width: 1600px) {
  body#product
    #wrapper
    > .container
    .row.product-container
    .col2
    .product-information
    .product-add-to-cart
    .product-quantity
    .qty {
    width: 100%;
  }
  body#product
    #wrapper
    > .container
    .row.product-container
    .col2
    .product-information
    .product-add-to-cart
    .product-quantity
    .add {
    width: 100%;
  }
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 20px;
}

@media (max-width: 1720px) {
  body#product
    #wrapper
    > .container
    .row.product-container
    .col2
    .product-information
    .banner {
    flex-direction: column;
    gap: 10px;
  }
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .banner
  div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .banner
  div
  img {
  margin: 0 !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .banner
  div
  p {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #1d1d1d;
  white-space: nowrap;
}

/* //tabs */

body#product.product-id-category-42 .tabs {
  display: none !important;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > .custom-tabs {
  cursor: pointer;
  padding-block: 20px;
  border-top: 1px solid #ebebeb;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > .custom-tabs
  summary {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > .custom-tabs
  summary
  img {
  width: 30px;
  margin-right: 10px;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > details
  summary::after {
  content: "+";
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: black;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > details:open
  summary::after {
  content: "-";
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: black;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > .custom-tabs
  .custom-tabs-content {
  padding-block: 20px;
}
body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  > .custom-tabs
  .custom-tabs-content
  p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: black;
  padding-right: 50px;
}

/* /second tabs */
body#product #wrapper > .container .tabs {
  background-color: #f7ecdf;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body#product #wrapper > .container .tabs .nav-tabs {
  border: none !important;
}

@media (max-width: 767px) {
  body#product #wrapper > .container .tabs .nav-tabs {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

body#product #wrapper > .container .tabs .nav-item {
  background: transparent;
  border: none !important;
  padding-inline: 30px;
}
body#product #wrapper > .container .tabs .nav-item a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black !important;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-inline: 0;
}
body#product #wrapper > .container .tabs .nav-link.active {
  background: transparent;
  border-bottom: #d6a569 1px solid !important;
}
body#product #wrapper > .container .tabs .nav-link:hover {
  border-bottom: #d6a569 1px solid !important;
}
body#product #wrapper > .container .tabs .tab-pane,
body#product #wrapper > .container .tabs p {
  max-width: 700px;
  padding-block: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: black;
}

@media (max-width: 767px) {
  body#product #wrapper > .container .tabs .tab-pane,
  body#product #wrapper > .container .tabs p {
    padding-block: 20px !important;
  }
}

body#product .featured-products {
  max-width: 1920px !important;
  margin: 0 auto;
  /* padding-inline: 100px; */
  --max: 100;
  --min: 30;
  --maxtrans: 1920;
  --mintrans: 430;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  );
}

body#product .featured-products .product:nth-of-type(1) {
  padding-left: 0 !important;
}

body#product .featured-products h2 {
  padding-bottom: 30px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

body#product .featured-products .product-miniature span.price {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.52;
  letter-spacing: normal;
  text-align: center;
  color: black;
  position: relative !important;
  bottom: 55px !important;
}

body#product .featured-products .product-miniature .product-title {
  text-align: center !important;
}

body#product .featured-products .product-miniature .product-title a {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.12;
  letter-spacing: normal;
  text-align: center !important;
  color: black;
}

.info {
  min-width: 400px;
}

@media (max-width: 700px) {
  .info {
    min-width: 400px;

    --max: 400;
    --min: 280;
    --maxtrans: 700;
    --mintrans: 280;
    min-width: clamp(
      var(--min) * 1px,
      calc(
        (var(--max) - var(--min)) *
          (
            (100vw - var(--mintrans) * 1px) /
              (var(--maxtrans) - var(--mintrans))
          ) + var(--min) * 1px
      ),
      var(--max) * 1px
    ) !important;
  }
}

.info > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0 !important;
  padding-block: 20px !important;
}

.info p span {
  font-size: 12.5px;
}

.info p span.label {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

.info p span.label span {
  flex: 1 0 auto;
  line-height: 1;
}

.info p span.label::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: radial-gradient(black 1px, transparent 0);
  background-size: 5px 29px;
  background-position: -19px -19px;
}

.product-add-to-cart .input-group-btn-vertical {
  display: none !important;
}

.product-add-to-cart .input-group.bootstrap-touchspin {
  border: 1px solid black !important;
  overflow: hidden;
  border-radius: 5px !important;
}

.product-add-to-cart .input-group.bootstrap-touchspin button {
  color: black !important;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: black !important;
  font-size: 1.6875rem !important;
  margin: 0 !important;
}
.product-add-to-cart .input-group.bootstrap-touchspin input {
  border: none !important;
  text-align: center !important;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: black !important;
}

#text-columns {
  max-width: 1920px !important;
  margin: 0 auto;
  --max: 320;
  --min: 20;
  --maxtrans: 1920;
  --mintrans: 430;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  );
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-block: 100px;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1600px) {
  #text-columns {
    flex-direction: column;
    padding-block: 50px;
    gap: 30px;
  }
  #text-columns {
    width: 100% !important;
  }
}
#text-columns h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

#text-columns p {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: black;
}
#text-columns img {
  height: auto;
  --max: 720;
  --min: 720;
  --maxtrans: 1920;
  --mintrans: 1000;
  width: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
  max-width: none !important;
  margin: 0 !important;
}

/* //variants */

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-variants
  .control-label {
  display: none;
}

body#product
  #wrapper
  > .container
  .row.product-container
  .col2
  .product-information
  .product-variants
  p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  margin: 0 !important;
}

.product-variants li {
  height: 70px;
  min-width: min-content;
  padding-inline: 20px;
  border-radius: 5px;
  margin: 0 !important;
  outline: 1px solid #b2b2b2 !important;
}

.product-variants li:has(input:not([value="53"]):not([value="jamon"])) img {
  content: url("/themes/child_classic/assets/media/paquete.svg");
  width: 45px;
}
/*
/* .product-variants li:has(input:not([value="53"]):not([value="jamon"])) img {
  content: url("/themes/child_classic/assets/media/icon-peso.svg");
  width: 30px;
}
.product-variants li:has(input[value="60"]) img,
.product-variants li:has(input[value="61"]) img,
.product-variants li:has(input[value="62"]) img,
.product-variants li:has(input[value="63"]) img {
  content: url("/themes/child_classic/assets/media/icon-regalo.svg") !important;
} */

.product-variants li:has(input:checked),
.product-variants li:has(input.checked) {
  outline: 2px solid #d7a569 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.product-variants li.locked {
  pointer-events: none;
  outline: 1px solid #b2b2b2 !important;
  opacity: 0.5;
  cursor: not-allowed !important;
}

.product-variants li span {
  border: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #1d1d1d;
}
.product-variants li label {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-variants li input {
  height: 100%;
  width: 100%;
  left: 0;
}

.product-variants li label:has(input:not([value="53"]):not([value="jamon"])) {
  /* position: relative; */
  /* left: 20px; */
  /* left: 20px;
  position: relative; */
}
.product-variants ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .product-variants ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .product-variants li {
    padding-inline: 0 !important;
  }
  .product-variants li span {
    text-align: center !important;
  }
}

.product-variants-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-variants {
  padding-top: 10px;
}

body#product .owl-carousel .item {
  width: 100%;
}

.owl-dots {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  justify-content: center !important;
  padding-block: 20px !important;
  position: relative;
  bottom: 60px;
}

.owl-dots .owl-dot {
  width: 6px !important;
  height: 6px !important;
  background: #333333b0 !important;
  border-radius: 50% !important;
  border: none !important;
  aspect-ratio: 1 / 1 !important;
}

.owl-dots .owl-dot.active {
  background: white !important;
  height: 12px !important;
  width: 12px !important;
  border: 2px solid #333 !important;
}

/* ////////////////////////// */

.deshuesado-text {
  display: none;
}

.deshuesado-text h6 {
  margin-bottom: 20px;
}

.deshuesado-text ul {
  list-style: disc;
  padding-left: 50px;
}

.deshuesado-text li {
  outline: none !important;
  padding: 0;
  height: auto;
}

.productos-misma-gama {
  padding-bottom: 100px !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
  --min: 20;
  --max: 100;
  --mintrans: 430;
  --maxtrans: 1920;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
}
.productos-misma-gama h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.productos-misma-gama .product-miniature {
  img {
    height: 400px;
    object-fit: cover;
  }

  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: black;
    font-weight: normal;
  }

  span {
    font-family: "Poppins", sans-serif;
    font-size: 15;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    justify-self: center;
    color: black;
  }
}

.productos-misma-gama .owl-dots {
  bottom: 0 !important;
}

.input-container:has(.input-radio[title="7 - 7,5 kg"].pined) {
  opacity: 1 !important;
}

