/** Shopify CDN: Minification failed

Line 9:13 Unexpected "/"

**/



Policy Pages /
  .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-media-links--item {
    background-color: transparent !important;
}
.shopify-policy__title {
    text-transform: capitalize;
}

.m-button--scroll-top {
    right: 50% !important;
}

.m-image-with-text__content {
    background: #625771;
}

.m-image-with-text__content h3.m-richtext__title{
    color: #fff;
}
.m-image-with-text__content p {
    color: #fff;
}

.m-product-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* for the Mob */

@media screen and (max-width: 1023px) {
  .m-image-with-text__content {
    padding: 30px 10px;
}
  .m-slider-controls {
    padding-bottom: 30px;
}
.m-slide__wrapper.container-fluid{
    padding-bottom: 30px;
}
}
/* for the pc */

@media screen and (min-width: 1024px) {
   .shopify-policy__container h3,h2,h1 {
    font-size: 25px;
}
  .m-image-with-text__content {
    padding: 50px;
}
}