/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"

**/
.featured-release-section {
  position: relative;
}

.featured-release-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.featured_product_border {
  position: absolute;
}

.featured_product_border svg {
  max-width: 100%;
  width: 100%;
}

.featured_left_border svg,
.featured_right_border svg {
  max-height: 100%;
  height: 100%;
}

/* .featured_top_border {
  top: 13%;
  left: 0px;
  width: 100%;
}

.featured_left_border {
  left: -0.2%;
  top: 19%;
  max-height: 100%;
  bottom: 4%;
}

.featured_right_border {
  right: -0.2%;
  top: 19%;
  max-height: 100%;
  bottom: 4%;
} */

/* .featured_bottom_border {
  bottom: -4%;
  left: 0px;
  width: 100%;
} */

/* .featured-release-content {
  display: flex;
  align-items: end;
  gap: 65px;
  width: 100%;
      /* height: 100%;
    min-height: 400px; */
} */

.featured_top_border {
    top: 0%;
    left: 0;
    width: 100%;
}
.featured_left_border {
    left: -.2%;
    top: 5%;
    max-height: 100%;
    bottom: 2%;
}
.featured_right_border {
    right: -.2%;
    top: 5%;
    max-height: 100%;
    bottom: 2%;
}
.featured-release-content {
    display: flex;
    align-items: end;
    gap: 65px;
    width: 100%;
    padding: 40px 0px;
}
.featured_bottom_border {
    bottom: -2%;
    left: 0;
    width: 100%;
}



.product-title-heading {
  font-size: 38px;
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0px;
      font-family: var(--font-body-family);
    letter-spacing: 0;
}

.quantity-price {
  margin-top: 52px;
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  gap: 16px;
}

.featured-release-image {
  flex: 0 0 42%;
  max-width: 42%;
  position: relative;
  padding-left: 40px;
}

.featured-release-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* .featured-release-details {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 20px;
} */

.release-heading {
  font-family: var(--font-bizantheum);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0px;
      letter-spacing: normal;
}

.release-heading strong {
  font-weight: normal;
}

.product-price {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: opacity 0.3s;
  width: 225px;
  max-width: 100%;
}

.button-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
}

.add-to-cart-button:hover {
  opacity: 0.9;
}

.cart-icon {
  display: inline-flex;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 2px solid #535353;
  border-radius: 30px;
  width: 122px;
  height: 40px;
  justify-content: space-evenly;
}

.quantity-btn {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: 5.6px;
  background: none !important;
  border: none !important;
  color: white;
  cursor: pointer;
}

.quantity-input {
  flex: 1;
  height: 38px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 0;
  min-width: 10px;
  font-weight: 600;
  width: 10px;
  color: white;
  max-width: 30px;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-input:focus {
  outline: none;
  outline-offset: none;
  box-shadow: none;
}

.quantity-btn:hover {
  background-color: #f0f0f0;
}

@media screen and (min-width: 1801px) {
  .featured-release-details {
    padding-bottom: 60px;
  }
}


@media screen and (max-width: 1800px) {
  .release-heading {
    font-size: 70px;
  }
  .product-title-heading {
    font-size: 30px;
  }
  .quantity-price {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .product-price {
    font-size: 32px;
  }
  .featured-release-details {
  padding-bottom:30px;
}
}

@media screen and (max-width: 1400px) {
  .release-heading {
    font-size: 60px;
  }
  .product-title-heading {
    font-size: 25px;
  }
  .quantity-price {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 28px;
  }
  .featured-release-details {
    padding-bottom: 40px;
  }
  .add-to-cart-button {
    width: fit-content;
    gap: 20px;
  }
  .featured_right_border {
    right: -2%;
  }
  .featured_left_border {
    left: -2%;
  }
  .featured_bottom_border {
    bottom: -7%;
  }
}

@media screen and (max-width: 1220px) {
  .release-heading {
    font-size: 50px;
  }
  .product-title-heading {
    font-size: 22px;
  }
  .quantity-price {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 28px;
  }
  .featured-release-details {
    padding-bottom: 40px;
  }
  .featured-release-image {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1099px) {
  .release-heading {
    font-size: 40px;
  }
  .product-title-heading {
    font-size: 20px;
  }
  .quantity-price {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .product-price {
    font-size: 25px;
  }
  .featured-release-details {
    padding-bottom: 30px;
  }
  .featured-release-content {
    gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .release-heading {
    font-size: 30px;
  }
  .product-title-heading {
    font-size: 16px;
  }
  .quantity-price {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .product-price {
    font-size: 22px;
  }
  .featured-release-details {
    padding-bottom: 20px;
  }
  .add-to-cart-button {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .featured-release-content {
    flex-direction: column;
  }

  .featured-release-image,
  .featured-release-details {
    flex: unset;
    max-width: 100%;
            text-align: center;
  }

  .featured-release-image {
    padding-left: 0px;
    width: 80%;
    margin: 0 auto;
  }

  .featured-release-details {
    padding-bottom: 40px;
    width: 100%;
  }

  .featured_top_border {
    top: 0%;
  }

  .featured_left_border,
  .featured_right_border {
    display: none;
  }

  .featured_bottom_border {
    bottom: -2%;
  }

  .release-heading {
    font-size: 50px;
  }

  .product-title-heading {
    font-size: 20px;
    margin-top: 10px;
  }

  .quantity-price {
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .product-price {
    font-size:25px;
  }
   .add-to-cart-button {
             margin: 0 auto;
   }
}
