/** Shopify CDN: Minification failed

Line 26:59 Expected ")" to end URL token
Line 218:8 Expected identifier but found whitespace

**/
.buy-together-item .b-t-content .product-name,
.buy-together-main-product .buy-together-main-product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.buy-together-main-product-price, .buy-together-item .b-t-content .bottom-content {
      display: flex;
    margin-bottom: 5px;
    column-gap: 10px;
    flex-flow: wrap-reverse;
}
#buy-together img {
  border-radius: 10px;
}
#main-product-variant-select,
.product-variant-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    width: 85%;
    font-size: .875rem;
    background-image: var(--bs-form-select-bg-img);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 10px;
    border: solid 1px lightgray;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#buy-together {
    padding: 25px 20px 45px;
    border-radius: 10px;
    border: solid 1px lightgray;
    background: white;
}
.buy-together-main-product-media {
  max-width: 100%;
  min-height: 0;
  height: 100%;
}
@media screen and (max-width: 641px) {
  .buy-together-main-product-media {
    max-width: 40%;
    min-height: 0;
    height: auto;
  }
  #buy-together {
    padding: 25px 20px 15px;
  }
}
.buy-together-title {
font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}
.buy-together-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.buy-together-main-product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy-together-main-product .buy-together-main-product-name {
  font-style: normal;
  font-weight: 400;
  line-height: 134.8%;
  margin: 0 0 5px;
}
.buy-together-item .b-t-content .bottom-content p.combo-product-price--compare,
.buy-together-main-product .buy-together-main-product-price--compare {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--price-compare-color);
  text-decoration: line-through;
  font-style: normal;
}
.buy-together-main-product .buy-together-main-product-price {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 134.8%;
  color: var(--price-color);
}
.buy-together-wrapper .buy-together-plus {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #000;
  margin: 15px 35px;
}
.buy-together-wrapper .buy-together-list {
  padding: 0;
  list-style: none;
  margin: 0 0 -30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.buy-together-list .buy-together-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  gap: 15px;
  justify-content: center;
}
.buy-together-list > :not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.buy-together-item-checkbox {
  width: 20px;
  height: 20px;
}
.buy-together-item-checkbox input {
  display: none;
}
.buy-together-item .buy-together-item-checkbox input:checked + label:before {
  content: "";
  background:
    url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.56708 10.7695C6.13375 11.2028 5.43375 11.2028 5.00041 10.7695L1.01152 6.78057C0.57819 6.34724 0.57819 5.64724 1.01152 5.2139C1.44486 4.78057 2.14486 4.78057 2.57819 5.2139L5.77819 8.4139L13.4226 0.769458C13.856 0.336125 14.556 0.336125 14.9893 0.769458C15.4226 1.20279 15.4226 1.90279 14.9893 2.33612L6.56708 10.7695Z" fill="white"/><path d="M6.56708 10.7695C6.13375 11.2028 5.43375 11.2028 5.00041 10.7695L1.01152 6.78057C0.57819 6.34724 0.57819 5.64724 1.01152 5.2139C1.44486 4.78057 2.14486 4.78057 2.57819 5.2139L5.77819 8.4139L13.4226 0.769458C13.856 0.336125 14.556 0.336125 14.9893 0.769458C15.4226 1.20279 15.4226 1.90279 14.9893 2.33612L6.56708 10.7695Z" fill="black"/></svg>')
    no-repeat center center;
}
.buy-together-item .buy-together-item-checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid silver;
  background: 0 0;
  transition: 0.25s ease-in-out;
  margin-right: 3px;
  border-radius: 2px;
}
.buy-together-item .img-wrapper {
  width: 50%;
  margin-left: 3px;
  margin-right: 5px;
  text-align: -webkit-center;
}
.buy-together-item .img-wrapper img {
  width: 100%;
  max-width: 140px;
}
.buy-together-item .b-t-content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.buy-together-item .b-t-content .product-name {
  margin-bottom: 7px;
  line-clamp: 2;
  line-height: 134.8%;
}
.buy-together-item .b-t-content .product-name a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.buy-together-item .b-t-content .bottom-content p.combo-product-price--compare {
  margin-bottom: 2px;
}
.buy-together-item .b-t-content .bottom-content p.combo-product-price {
  font-style: normal;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 134.8%;
  color: var(--price-color);
}
.buy-together-total-value {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  border-radius: 7px;
  padding: 14px 15px 10px 18px;
  flex-direction: column;
  margin-bottom: 16px;
}
.buy-together-total-value div {
    display: flex;
    line-height: normal;
    width: 100%;
    justify-content: center;
}
.total-price strong {
  font-weight: 600;
  color: {
  }
}
.buy-together-item {
  transition: opacity 0.3s;
  opacity: 0.5;
}
.buy-together-item-selected {
  opacity: 1;
}
.compre_junto {
  display: flex;
}
@media (max-width: 1000px) {
  .buy-together-main-product-image {
    width: 107px;
    height: 107px;
  }
  .buy-together-main-product-content {
    max-width: calc(100% - 107px);
    margin-left: 15px;
  }
  .compre_junto {
    flex-direction: column;
  }
  .buy-together-item .img-wrapper {
    width: 33%;
  }
}
@media (min-width: 1000px) {
  .buy-together-wrapper {
    flex-direction: row;
  }
  .buy-together-wrapper .buy-together-list {
    width: 60%;
  }
  .buy-together-main-product {
    flex-direction: column;
    width: auto;
    max-width: 35%;
    padding: 15px;
    gap: 20px;
        border: solid 1px lightgray;
        border-radius: 10px;
  }
  .buy-together-wrapper {
    width: 70%;
  }
  .buy-together-total-value {
    width: 30%;
  }
}
.bloco-compre-junto {
  margin-top: 15px;
}
