/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 23:18 Unexpected "{"
Line 23:27 Expected ":"
Line 28:18 Unexpected "{"
Line 28:27 Expected ":"
Line 33:18 Unexpected "{"
Line 33:27 Expected ":"
Line 39:18 Unexpected "{"
Line 39:27 Expected ":"
... and 26 more hidden warnings

**/
#shopify-section-{{ section.id  }} .discount-code-block {
    padding: 10px;
    background: #f3f2EB;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
}
#shopify-section-{{ section.id  }} .discount-code span.copy_img img {
    width: 100%;
  margin-left: 10px;
    max-width: 15px !important;
}
#shopify-section-{{ section.id  }} .discount-code {
    display: flex;
    align-items: center;
    gap: 5px;
}
#shopify-section-{{ section.id  }} .After-copy {
    display: flex;
    align-items: center;
    gap: 5px;
    /* visibility: hidden; */
}
#shopify-section-{{ section.id  }} span.color-dot {
    font-size: 22px;
    margin-right: 5px;
}
#shopify-section-{{ section.id  }} .discount {
    display: flex;
    align-items: center;
    padding: 1px;
    justify-content: flex-end;
}
@media(max-width:768px)
{
  #shopify-section-{{ section.id  }} .discount-code {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}
#shopify-section-{{ section.id  }} .discount {
    display: flex;
    align-items: center;
    gap: 10px;
}
}


#shopify-section-{{ section.id  }}.stock-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
#shopify-section-{{ section.id  }} .main-product__block.main-product__block-instock_badge {
    margin-top: 0 !important;
}

#shopify-section-{{ section.id  }} .delivery-feature-block {
    display: flex;
    width: 100%;
}
#shopify-section-{{ section.id  }} .delivery-feature-1 {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#shopify-section-{{ section.id  }} .delivery-feature-2 {
    width: 33.33%;  display: flex;
    flex-direction: column;
    align-items: center;
}
#shopify-section-{{ section.id  }} .delivery-feature-3 {
   width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#shopify-section-{{ section.id  }} .delivery-feature-image {
    display: flex;
    justify-content: center;
}
#shopify-section-{{ section.id  }} .delivery-feature-text {
    text-align: center;
  font-size: 15px;
}

#shopify-section-{{ section.id  }} .delivery-feature-image img {
    width: 100%;
    min-width: 30px;
}
#shopify-section-{{ section.id  }} .delivery-feature-3 img {
    max-width: 30px !important;
    padding-bottom: 5px;
}