/** Shopify CDN: Minification failed

Line 68:29 Unexpected "/"

**/
.heading-feature.inline-heading-rte em {
  font-style: normal;
  color: rgb(12, 34, 26);
}
.site-header__logo-link .logo-image img {
  filter: brightness(1111);
} 


.dog_cards .media img{
  width:60%;
  margin-inline: auto;
}



.image_text_wrapper .max-w-site {
    max-width: 1400px !important;
}  

@media screen and (max-width:1399px){
.image_text_wrapper .max-w-site{
    max-width: 1200px !important;
}  
  .image_text_wrapper h2.inline-heading-rte {
    font-size: 30px;
}
  .image_text_wrapper .rte {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
}

@media screen and (max-width:991px){
.dog_cards .media img {
    width: 35%;
}
}
@media screen and (max-width:767px){
#sticker-sticker_6UED8G {
    top: 24%!important;
    left: 14%!important;
}
  #sticker-sticker_cJPYkR {
        top: 48% !important;
        left: 22% !important;
    }
   img.sticker__width-container.max-w-none {
    max-width: 100px!important;
}
}
/* img.sticker__width-container.max-w-none {
    max-width: 100px!important;
}
#sticker-sticker_cJPYkR {
        top: 48% !important;
        left: 22% !important;
    }*/
 /* #sticker-sticker_cJPYkR {
    top: 52%!important;
    left: 24%!important;
    /* max-width: 104px; */ */ 
}
/* ===== Quantity Discount Pricing Styles ===== */
.dynamic-price-display {
    margin-top: 10px;
}

.dynamic-price-info {
    background: #f0f8f0;
    border: 1px solid #4CAF50;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 10px 0;
}

.price-breakdown {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.unit-price {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-left: 8px;
}

.savings-badge {
    display: inline-block;
    background: #4CAF50;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
