

.shopify-policy__container {
    max-width: 1200px !important;
}

/* scrolling button  */
.m-button--scroll-top {
    right: 50% !important;
    bottom: 20px !important;
}

/* for button  */
.m-button:hover{
  box-shadow: none !important;
}

.m-button--secondary:hover{
  box-shadow: none !important;
}


/* Header  */
#shopify-section-sections--20887202595048__header{

  .m-header .m-cart-icon-bubble {
    margin-right: 0px !important;
}
.m-menu__link--main:after {
    height: 1px !important;
  bottom: calc(var(--main-link-py) - 0px) !important;
}
.m-header__wrapper {
    border-bottom: 1px solid #f5f5f5;
    box-shadow: none !important;
}
.m-header header {
    background: rgb(255 255 255 / 86%);
    backdrop-filter: blur(5px);
}
}

/* newletter  */
#m-newsletter-template--20887202070760__newsletter_ETPB6F {
  /* background-image: url(https://cdn.shopify.com/s/files/1/0705/2142/1962/files/for_newsletter.png?v=1753812064); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;

  button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background-color: #9e1467;
    color: white;
}

.m-newsletter-section__header {
  margin-bottom: 20px;
}

.m-newsletter-section__description {
    opacity: 1 !important;
}
}



/* for proudct card  */

.m-product-card {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 1px, rgb(255 255 255) 0px 0px 0px 1px inset;
    border-radius: 6px;

    .m-product-card__media {
    border-radius: 6px 6px 0 0;
    background-color: #f5f5f5;
}
.m-product-card__info {
    margin-top: 0px;
    padding: 15px 5px;
    border-top: 1px solid #e5e5e5;
}
.m-product-card__title {
    font-size: 15px;
    margin-bottom: 5px;
}
.m-product-card__title a{
    font-weight: 600;
    color: #000;
}
}


/* product tabs  */
#m-section--template--20887202070760__product_tabs_YwdWwY{
  .m-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.m-section__tabs {
  margin-top: 0px;
}
.m-tabs__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: center;
}
a.m-tab-header {
    border: 1px solid;
    border-radius: 30px;
    padding: 3px 15px !important;
    font-size: 15px;
    color: #9e1467;
}
.m-tab-header:after {
    height: 0px !important;
    background-color: currentColor;
}

.m-mixed-layout__inner {
    padding-top: 5px !important;
}

@media (max-width: 768px){
  .m-section__header {
      gap: 14px !important;
    flex-direction: column;
}
}
}

#shopify-section-template--20887202070760__image_with_text_2_dn9mtK{
  .m-parallax__image.m-media.m\:h-full {
    filter: brightness(0.8);
}
}



/* footer  */

#shopify-section-sections--20887202660584__footer{
  border-top: 1px solid #e7e7e7;

  .m-footer--middle-bordered {
    border-top: 1px solid #dedede;
}
h3.m-accordion--item-button.m-footer--block-title {
    text-transform: uppercase;
}
.m-svg-icon--medium {
    width: 24px !important;
    height: 24px !important;
}
.m-footer--block .social-media-links a {
    color: #621157;
    background-color:rgb(255, 255, 255);
}
.m-footer--block .social-media-links a:hover {
    background-color: #fff5ed;
    color: #621157;
}
}



/* mobile device  */
@media (max-width: 768px){
  .m-button {
    font-size: 14px;
    padding: 8px 16px;
}
}