/** Shopify CDN: Minification failed

Line 239:1 Expected "}" to go with "{"

**/
.product-card-wrapper .card__badge{
  font-weight: bold;
  text-transform: uppercase;
}
.price-per-sqm{
  font-size: 1.7rem;
}
.product-card-wrapper .custom_sale_bold_price{
  font-weight: bold;
}
.product .product__info-container .badge {
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 0rem;
  display: none;
}
.custom_disocunt_badge{
  display: block!important;
  width: fit-content;
  margin-left: 0px!important;
  margin-top: 10px;
  margin-bottom: 0px!important;
  font-weight: bold;
  border-radius:0px!important;
}
.price_sale_custom{
  color:red;
}
.product-card {
  position: relative;
}
.badge-wrapper {
  position: absolute;
  z-index: 3;
}

.badge-wrapper.top-left {
  top: 1.2rem;
  left: 1rem;
}

.badge-wrapper.top-right {
  top: 1.2rem;
  right: 1rem;
}

.badge-wrapper.bottom-left {
  bottom: 1.2rem;
  left: 1rem;
}

.badge-wrapper.bottom-right {
  bottom: 1.2rem;
  right: 1rem;
}

.badge-wrapper .product-badge {
  padding: .4rem 1rem;
  font-size: 1.2rem;
  border-radius: 4px;
  margin: 0.1rem;
  display: inline-block;
  font-weight: bold;
}
.product .product__media-wrapper{
  position: relative;
}
.product_badge_tag_{
  top: 1.2rem;
  right: 6rem;
}

.custom-pack-table {
  margin-top: 20px;
}
.custom-pack-table thead th{
  border: none;
  color: black;
  padding: 1.6rem 1rem!important;
}
.custom-pack-table tbody td{
  padding: 0.7em!important;
}
.custom-pack-table table {
  width: 100%;
  border-collapse: collapse;
}

.custom-pack-table th, .custom-pack-table td {
  border: 1px solid #ddd;
  text-align: center;
  line-height: normal;
}

.qty-control {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  gap: 5px;
  /* border:none!important; */
}
.qty-control input::-webkit-outer-spin-button,
.qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty-control input[type=number] {
  -moz-appearance: textfield;
}

.qty-control button{
  border: none;
  background: transparent;
  width: 35px;
  font-size: 24px;
  cursor: pointer;
  color: currentcolor;
}
.qty-control input {
  width: 50px;
  text-align: center;
  border: none;
  position: relative;
  bottom: 3px;

}

.custom-cart-btn {
  background: black;
  font-size: 17px;
  color: white;
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transform-origin: center; 
}

.custom-cart-btn:hover {
  transform: scale(1.01);
  background-color: #222; 
}

.spinner {
  animation: rotate 1s linear infinite;
  transform-origin: center;
}
.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.notice_message_box_quanity{
  line-height: normal;
  font-size: 14px;
  margin: 10px 0px 20px 0px!important;
}

@media screen and (max-width:500px){
 
  .product_badge_tag_{
    right: 3rem;
  }
  .badge-wrapper .product-badge {
  padding: .3rem 0.9rem;
  font-size: 1rem;
  margin: 0.1rem;
}

.badge-wrapper.top-left {
  top: 1rem;
  left: 0.8rem;
}

.badge-wrapper.top-right {
  top: 1rem;
  right: 0.8rem;
}

.badge-wrapper.bottom-left {
  bottom: 1.2rem;
  left: 1rem;
}

.badge-wrapper.bottom-right {
  bottom: 1rem;
  right: 0.8rem;
}
}

@media screen and (max-width:480px){
   .qty-control input {
    width: 40px;
    font-size: 12px;
  }
  .custom-pack-table tbody td{
    font-size: 12px;
    padding: .5em !important;
  }
  .qty-control button{
    width: auto;
    font-size: 17px;
  }
}
@media screen and (max-width:330px){
   .qty-control input {
    width: 30px;
      padding: .4em !important;
}