/** Shopify CDN: Minification failed

Line 31:9 Unexpected "("
Line 31:16 Comments in CSS use "/* ... */" instead of "//"
Line 41:14 Comments in CSS use "/* ... */" instead of "//"

**/


.m-product-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-bottom: 15px;
}
.shopify-policy__container {
    max-width: 1200px !important;
}

.m-link-lists .m-link:after {
    height: 0px;
}
.m-menu__link--main:after {
    height: 0px !important;
}
a.m-menu__link.m-menu__link--main {
    text-transform: uppercase;
}
h3.m-accordion--item-button.m-footer--block-title {
    text-transform: uppercase;
}

a.social (https://a.social/)-media-links--item {
    background-color: transparent !important;
}

.shopify-policy__title {
    text-transform: capitalize;
}



@media (https://t.me/media) screen and (min-width: 768px) {
   .shopify-policy__container h3,h2,h1 {
    font-size: 25px;
}
}

@media only screen and (max-width: 767px) {
  .m-image-with-text__content {
    background: #FCF7EE;
}
}


@media only screen and (min-width: 768px) {
  .m-image-with-text__content {
    background: #FCF7EE;
        padding: 50px;
}
}
.m-product-tabs .m-tabs__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

@media (max-width: 767px) {
  #shopify-section-template--24527943303489__product_tabs_Kpfr7X .m-tab-header {
    opacity: 0.9;
    border: 2px solid #f1bb3a;
    padding: 6px 9px !important;
    border-radius: 8px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .m-product-tabs .m-tabs__wrapper {
    gap: 7px !important;
  }

  .m-product-tabs .m-tabs__wrapper {
    display: flex !important;
    flex-wrap: wrap !important;

    justify-content: center !important;
}
  
}
