/** Shopify CDN: Minification failed

Line 503:36 Expected ":"

**/
/* global button css */
.button.button--primary {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Raleway, sans-serif;
}
.button.button--primary:after {
  visibility: hidden;
}
.button.button--primary::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: linear-gradient(to right, #E9007F 4%, #FEA134 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.button.button--primary:hover::before  {
  opacity: 1;
}

.MuiDialogContentText-root {
    margin-bottom: 6px !important;
    font-size: 16px !important;
    color: #000;
}
.MuiButton-label {
    font-size: 14px !important;
}
/* priduct page  */
.product-form__submit.button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Raleway, sans-serif;
}
.button.product-form__submit:after {
  visibility: hidden;
}
.product-form__submit.button{
  background: #371312;
}
.product-form__submit.button::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: linear-gradient(to right, #E9007F 4%, #FEA134 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.button.product-form__submit:hover::before  {
  opacity: 1;
}

/* header nav */

nav.header__inline-menu {
    text-align: center;
}
.header__menu-item {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    position: absolute;
    top: 0;
    right: 20%;
}
.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front, .card-wrapper:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back, .card-wrapper:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}
.mega-menu-image--container .flip-box {
    position: static;
}
.flip-box img {
    border-radius: 10px;
}

/* slideshow */
.slideshow  .rte {
    max-width: 650px;
}
.mobile-banner {
  display: none !important; 
} 
.slideshow__slide  a {
    text-decoration: none;
    height: 100%;
}
/* .slideshow .banner__buttons .button {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    min-width: 160px;
    transition: 0.3s;
    border-radius: 0.4rem;
} */
/* .slideshow .banner__buttons .button:after, .slideshow .banner__buttons .button:before {
    visibility: hidden;
} */
/* .slideshow .banner__buttons .button:hover {
    background-color: #ff92eb;
} */


slideshow-component .slideshow__controls {
    border-bottom: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    border: 0;
}
slideshow-component .slideshow__controls .slider-button {
    display: none;
}
.banner .media img {
    width: 100%;
    height: auto;
}
.icon {
    text-align: center;
}
.shop-categories .title-wrapper-with-link {
    justify-content: center;
    padding: 0 0 50px;
}
.shop-categories .title-wrapper-with-link h2, .collection__title h2 {
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
}
.shop-categories .media {
    padding-bottom: 40% !important;
}
.shop-categories ul {
    row-gap: 50px;
}
.product-grid li .card, .product-grid li .card .price {
    text-align: center;
}
.product-grid li .card h3 {
    text-transform: uppercase;
}
/* .product-grid li .card .quick-add__submit {
    background-color: #121212;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 10px;
} */
/* .product-grid li .card .quick-add__submit:hover {
    background-color: #af8b87;
} */
.product-grid li .card .quick-add__submit:after{
   visibility: hidden;
}
/* .product-grid li .card .quick-add__submit:before {
    visibility: hidden;
} */

.product-grid li .card .quick-add__submit.button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Raleway, sans-serif;
}
 .product-grid li .card .quick-add__submit.button::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: linear-gradient(to right, #E9007F 4%, #FEA134 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
 .product-grid li .card .button.button--primary:hover::before  {
  opacity: 1;
}

.collection__title h2 {
    padding-bottom: 2rem;
}

.footer__blocks-wrapper .grid__item:first-child {
    width: calc(34% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.footer__blocks-wrapper .grid__item:nth-child(2) {
    width: calc(22% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.footer__blocks-wrapper .grid__item:nth-child(3) {
    width: calc(22% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.footer__blocks-wrapper .grid__item:last-child {
    width: calc(22% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.footer-block__brand-info .rte p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #111111;
    max-width: 280px;
}
.footer__blocks-wrapper .grid__item h2 {
    text-transform: uppercase;
    color: #7b7a7a;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.footer__blocks-wrapper .grid__item a {
    font-size: 17px;
    line-height: 24px;
    color: #1b1819;
    letter-spacing: 0;
}
.footer__content-bottom .page-width {
    display: flex;
    justify-content: space-between;
}
.copyright__content {
    font-family: "Raleway", sans-serif;
    color: #000;
    letter-spacing: 0;
}
.footer-block--newsletter .left-heading {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    padding-right: 100px;
}
.footer-block--newsletter .footer-block__newsletter {
    width: 100%;
}
.footer-block--newsletter .footer-block__newsletter h2 {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
}
.footer-block--newsletter .footer-block__newsletter form {
    width: 100%;
    max-width: 100%;
}
.footer-block--newsletter .footer-block__newsletter form .newsletter-form__field-wrapper {
    max-width: 100%;
}
.footer-block--newsletter .footer-block__newsletter form .newsletter-form__field-wrapper .field::after {
   display: none;
}
.newsletter-form__field-wrapper .field input {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 8px;
    letter-spacing: 0;
}
.newsletter-form__field-wrapper label.field__label {
    text-transform: uppercase;
    color: #696969;
    font-weight: 400;
}
.footer-block--newsletter {
    padding-top: 20px;
}
.footer-social-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
     padding: 60px 0 0;
}
.footer-social-icon p {
    margin: 0;
    letter-spacing: 0;
    color: #1b1819;
    line-height: 20px;
}
.footer-social-icon p + span {
    text-align: right;
    padding-right: 2rem;
}
.wishlist-hero-custom-button {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 123;
    font-size: 13px;
}
.wishlist-hero-custom-button:hover {
    background-color: #fff !important;
}
.footer-social-icon .list-social {
    justify-content: flex-start !important;
    column-gap: 10px;
}

.plus-svg-icon {
    display: none;
}
.as-seen .rich-text__caption {
    color: #000;
    letter-spacing: 10px;
}
.as-seen .rich-text__blocks {
    position: relative;
}
.as-seen .rich-text__blocks:before {
    background-image: url("https://cdn.shopify.com/s/files/1/0707/9968/7953/files/ass-seen.png");
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    top: -20px;
    background-size: 300px;
    background-repeat: no-repeat;
    margin-left: -150px;
    z-index: -1;
}
.related-products__heading {
    text-align: center;
    font-weight: 500;
    padding: 0 1.5rem;
}
.product__title h1 {
    font-weight: 500;
    color: #000;
    font-size: 35px;
}
.shopify-policy__title h1, .collection-hero__title {
    font-weight: 500;
    color: #000;
    text-align: center;
}
main .shopify-policy__container {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
}
.shopify-policy__body {
    padding-bottom: 6rem;
}
h1.main-page-title {
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    color: #000;
}
.cart__ctas button {
    transition: 0.3s;
    border-radius: 0.4rem;
}
.cart-drawer .cart__checkout-button:after, .cart-drawer .cart__checkout-button:before {
    display: none;
}
.cart-drawer .cart__checkout-button:hover {
    background: #ff92eb;
}
.atcButton {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}
#wishlisthero-product-page-button-container {
    padding-top: 0 !important;
}
.atcButton .whishListIcon  button.btn.product__form--add-to-cart {
    padding: 0 !important;
    border-radius: 0 !important;
}
.atcButton .whishListIcon  button:after, .atcButton .whishListIcon  button:before {
    display: none;
}
.atcButton .whishListIcon {
    border: 1px solid #371312;
    color: #fff;
    height: 45px;
    width: 50px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.wishlisthero-product-page-button-container .product__form--add-to-cart .fa-heart{
  color: #371312 !important;
}
.drawer-heading-wraper {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.card .card__inner {
    background: transparent;
}
.card .card__inner .media {
    border-radius: 15px;
}


/* ================= Responsive css start here ================== */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
.footer-block--newsletter .left-heading {
    font-size: 35px;
    line-height: 44px;
    padding-right: 50px;
}  

  
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.footer__blocks-wrapper .grid__item a {
    font-size: 14px;
    line-height: 20px;section-footer
}
.footer-social-icon .list-social li a {
    padding: 0.8rem;
}
.footer-social-icon .list-social {
    column-gap: 4px;
}
.footer-block--newsletter .left-heading {
    font-size: 25px;
    line-height: 32px;
    padding-right: 50px;
}

  
}

@media (min-width: 701px) and (max-width: 989px) {
.banner .media img {
    object-fit: cover;
    height: 100%;
}
.section-container.mobile-hide .image-block {
    width: 50%;
}
.footer-social-icon .list-social {
    column-gap: 5px;
}
.footer-social-icon .list-social li a {
    padding: 0.6rem;
}  
.footer-block--newsletter .left-heading {
    font-size: 30px;
    line-height: 34px;
    padding-right: 20px;
}
.footer-social-icon .list-social li a {
    padding: 0.7rem;
}
    
}


@media(max-width: 700px) {
  header.header {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }  
  .header__heading-logo {
      width: 120px;
  }  
  .desktop-banner {
     display: none !important;
  }
  .banner .media img {
      width: inherit;
      height: inherit;
  } 
  .banner .media:before {
      padding-bottom: 0 !important;
  }  
  .banner .media .mobile-banner, .banner .media {
      position: static;
      height: auto;
  } 
  .banner .slideshow__text-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) !important;
  }
  .banner .slideshow__text-wrapper {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  .banner .mobile-banner {
      margin-bottom: -11px;
  }
  .slideshow__slide a {
      height: auto;
  }  
  .desktop-hide {
    display: none;
    transition: all 0.3s ease;
  }
  slideshow-component .slideshow__controls {
      bottom: 10px;
  }  
  .desktop-hide.show {
    display: block;
  }
  .mobile-banner {
    display: block !important; 
  } 
  .plus-svg-icon {
      display: block;
      line-height: 1px;
  }
  .shop-categories .media {
      padding-bottom: 70%!important;
  }
  .shop-categories .title-wrapper-with-link {
      padding: 0 0 30px;
  }
  .shop-categories ul {
      row-gap: 20px;
  }
  .as-seen .rich-text__blocks:after {
      width: 240px;
      height: 130px;
      background-size: 200px;
  }  
  .as-seen .rich-text__caption {
      letter-spacing: 5px;
  }  
  footer .footer__content-top {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }  
  .rich-text .rich-text__blocks img {
      margin-top: 10px;
  }  
  .footer__blocks-wrapper .grid__item:first-child, 
  .footer__blocks-wrapper .grid__item:nth-child(2),
  .footer__blocks-wrapper .grid__item:nth-child(3),
  .footer__blocks-wrapper .grid__item:last-child  
  {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .heading-icon {
      display: flex;
      justify-content: space-between;
  }  
  .footer-social-icon {
      grid-template-columns: 1fr;
      justify-content: space-between;
      padding: 20px 0 0;
      row-gap: 30px;
  }
  .footer-social-icon p+span {
      text-align: left;
  }
  .footer-block--newsletter .left-heading {
      font-size: 25px;
      line-height: 30px;
      padding: 0;
  }
  .footer-block--newsletter .footer-block__newsletter h2 {
      text-align: left;
  }
  .footer__content-bottom .page-width {
      flex-direction: column-reverse;
  }
  footer .footer__column--info {
      padding-left: 0;
      padding-right: 0;
  }
  footer .list-payment__item {
      padding: 0.2rem;
  }  
  .footer__blocks-wrapper .grid__item h2 {
      margin-bottom: 0;
  }
  .footer__blocks-wrapper .desktop-hide.show {
      margin-top: 10px;
  }
  .plus-svg-icon svg {
      width: 14px;
      height: 14px;
  }
  .footer-social-icon .list-social {
      column-gap: 5px;
  }  
  .footer-social-icon .list-social li a {
      padding: 0.8rem;
  }  
}

/* megamenu links */
.mega-menu__link.link {
  font-size: 1.6rem;
}

/* wishlist hero */
.wishlist-hero-removed-product-notification .MuiSnackbarContent-root{
  font-size: unset !important;
}
.wishlist-hero-removed-product-notification .MuiSnackbarContent-root{
  background-image: linear-gradient(to right, #E9007F 4%, #FEA134 100%);
}
.MuiSnackbarContent-message .MuiCard-root .MuiCardContent-root a{
  color: #000 !important;
  font-size: 14px;
  text-decoration: none;
}
.MuiSnackbarContent-message .MuiPaper-root.MuiCard-root  .MuiCardActions-root text{
  display: none;
}

@media screen and (max-width:749px){
  .wishlist-hero-removed-product-notification .MuiSnackbarContent-action{
    display: none !important;
  }
  
}
/* ================= Responsive css end here ================== */

