<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 1294:36 Expected ":"
Line 1918:73 Expected "{" but found end of file

**/
@import url('https://fonts.googleapis.com/css2?family=Style+Script&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Norican&amp;display=swap');
.new-colletion .video-card deferred-media {
    --ratio-percent: 40% !important;
}
.announcement-bar-section {
        background-image: linear-gradient(to right, #ff6e7f, #990c58 51%, #ff6e7f);
    background-size: 200% 100%; /* Ensures smooth animation */
    animation: gradientShift 6s linear infinite; 
}
.announcement-bar-section .gradient {
    background-color: transparent;
}
localization-form.small-hide.medium-hide {
    display: none;
}
video.banner-video {
    z-index: 123;
}
.d-hide{
  display: none;
}
.new-colletion {
  display: none;
}
account-icon .d-hide svg.bi.bi-person {
    position: relative;
    top: 4px;
}
.header-logo-tab-text {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 2rem;
}
.mobile-tab {
  display: none;
}
.girlie__vault {
    display: flex;
    background-color: #F7F6F6;
    border-radius: 10px;
    height: 62px;
    padding: 0 20px;
    align-items: center;
    cursor: pointer;
}
.girlie__vault small {
    font-size: 30px;
    font-family: "Style Script", cursive;
    letter-spacing: 0;
    display: inline-block;
    line-height: 30px;
    position: relative;
}
.girlie__vault small:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    bottom: -1px;
    left: 0; 
    border-bottom: 2px solid #a11e43;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.girlie__vault small:hover:after  {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.girlie__vault.active small {
    border-bottom: 2px solid #a80059;
}
header nav.header__inline-menu {
    background: #F9F9F9;
    border-top: 1px solid #9D105A;
}
nav.header__inline-menu {
    text-align: center;
}
nav ul li a.list-menu__item span {
    transition: 0.3s;
    position: relative;
}
nav ul li a.list-menu__item:hover span {
    color: #a9005a;
}
.mega-menu__list ul li {
    text-align: left;
}
.mega-menu__list ul li a {
    position: relative;
    display: inline-block;
}
header nav&gt;ul&gt;li&gt;a span:after, .mega-menu__list ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #a11e43;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.mega-menu__list li ul li a:after {
    bottom: 4px;
}
header nav&gt;ul&gt;li&gt;a span:hover:after, .mega-menu__list ul li a:hover:after  {
    transform: scaleX(1);
    transform-origin: bottom left;
}
header .header__icons {
    justify-content: end;
    column-gap: 10px;
}
.header__heading {
    padding-left: 2rem;
}
.header__icons {
    padding-right: 2rem;
}
.header__menu-item {
    text-transform: uppercase;
}
.header-wrapper--border-bottom .mega-menu__content {
    max-width: 1000px;
}
.mega-menu-image-wraper h4 {
    text-align: left;
    font-weight: 700;
    margin-top: 0;
}
header .header__icons predictive-search.search-modal__form {
    max-width: fit-content;
    margin-right: 1.5rem;
}
header .header__icons .search-modal__form .field:after, header .header__icons .search-modal__form .field:before {
   display: none;
}
header .header__icons .search-modal__form .field {
    background: linear-gradient(90deg, #E46185 0%, #9D105A 100%);
    border-radius: 20px;
    padding: 8px 40px 8px 8px;
}
header .header__icons .search-modal__form .field input {
    border-radius: 20px;
    width: 580px;
    padding: 1.5rem !important;
}
header .search .reset__button {
    top: 8px;
}
header .search .reset__button:after {
   display: none;
}
header .header__icons .search-modal__form .field input:focus {
    padding: 1.5rem;
    box-shadow: none;
}
header .header__icons .search-modal__form .field .search__button {
    color: #fff;
    height: 6rem;
}
header .header__icons .search-modal__form .field .field__label {
    display: none;
}
header .header__icons .search-modal__form .field input::placeholder {
  color: rgba(0,0,0,0.9);
  opacity: 1;
}
header .header__icons .search-modal__form .field input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
header .header__icons a.header__icon--account {
    text-decoration: none;
    transition: 0.3s;
}
header .header__icons a.header__icon--account:hover {
    color: #d84970;
}
.newsletter-form__field-wrapper .field input:-ms-input-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
.newsletter-form__field-wrapper .field input:-moz-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
.search .predictive-search {
    display: none;
}
.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  .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;
}
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: 100%;
}
.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: #2C2728;
    color: #fff;
    text-transform: uppercase;
}
.collection__title h2 {
    padding-bottom: 2rem;
}
.product-card-wrapper .card {
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}
.product-card-wrapper .card .card__inner {
    background: transparent;
}
.leggins-tab .product-card-wrapper .card .card__inner {
    border: 1px solid #C9C6C6;
    border-radius: 15px;
}
.card .card__content .card__heading {
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 25px;
    min-height: 60px;
}
.card-wrapper .wishlist-hero-custom-button {
    right: 20px;
    top: 20px;
}
.card-wrapper .wishlist-hero-custom-button button svg {
    color: #f67c7c;
}
.product-card-wrapper .card {
    border: 1px solid #ABAAAA;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.best-sellers .product-card-wrapper .card .card__inner {
    border: 0;
}
.custom-product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price {
    letter-spacing: 0;
    font-weight: 600;
}
.custom-product-bottom .quick-add__submit:after {
   display: none;
}
.custom-product-bottom .quick-add__submit span {
    position: relative;
    z-index: 1;
}
@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.custom-product-bottom .quick-add__submit:hover:before {
    top: -30px;
}
.featured-products-section.best-sellers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #f16c90;
    background-color: rgba(255, 255, 255, 0) !important;
}
.featured-products-section.best-sellers
  .swiper-pagination
  .swiper-pagination-bullet-active::after {
    background: rgb(236 112 147);
}
.header-tab {
  padding: 0 3.2rem;
}
.footer__content-top .top-up-container {
    padding: 0 0 30px;
}
.featured-products-section.best-sellers .swiper-pagination .swiper-pagination-bullet {
    background: rgb(234 115 150) !important;
}
footer .footer-block--newsletter {
    align-items: center;
    justify-content: space-between;
}
.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: 24px;
    letter-spacing: 0;
    color: #111111;
    max-width: 400px;
}
.footer__blocks-wrapper .grid__item h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
}
.footer__blocks-wrapper .grid__item a.list-menu__item--link {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #1b1819;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}
.footer__blocks-wrapper .grid__item a.list-menu__item--link:hover {
    text-decoration: none;
    color: #a9005a;
}
.footer__blocks-wrapper .grid__item a.list-menu__item--link:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    bottom: 6px;
    left: 0;
    border-bottom: 2px solid #a11e43;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.footer__blocks-wrapper .grid__item a.list-menu__item--link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.footer__content-bottom .page-width {
    display: flex;
    justify-content: space-between;
}
.copyright__content {
    font-family: "Raleway", sans-serif;
    color: #000;
    letter-spacing: 0;
}
.main-heading.footer-block__heading {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
}
.footer-block--newsletter .left-heading {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    padding-right: 100px;
}
footer .footer-block--newsletter {
    padding: 0 0 30px;
}
.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: 1000px;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: initial;
}
.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 #B1ACAC;
    border-radius: 100px;
    letter-spacing: 0;
    height: 60px;
    padding: 2rem 5rem 2rem 2rem;
}
footer .newsletter-form__field-wrapper #Subscribe {
    border-radius: 100px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 200px;
    overflow: hidden;
    transition: 0.3s;
}
footer .newsletter-form__field-wrapper #Subscribe:before {
    position: absolute;
    content: "";
    background: rgb(222, 0, 75);
    background: linear-gradient(90deg, rgba(222, 0, 75, 1) 0%, rgba(191, 70, 255, 1) 49%, rgba(0, 212, 255, 1) 100%);
    border-radius: 40rem;
    width: 20rem;
    height: 20rem;
    top: -60px;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
    z-index: 1;
}
footer .newsletter-form__field-wrapper #Subscribe:hover:before {
    top: -30px;
}
footer .newsletter-form__field-wrapper .field input:focus {
    padding: 2rem;
    box-shadow: none;
}
.newsletter-form__field-wrapper .field input::placeholder {
  color: rgba(0,0,0,0.9);
  opacity: 1;
}
.newsletter-form__field-wrapper .field input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
.newsletter-form__field-wrapper .field input:-ms-input-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
.newsletter-form__field-wrapper .field input:-moz-placeholder {
  color: rgba(0,0,0,0.9)
  opacity: 1;
}
.newsletter-form__field-wrapper label.field__label {
    text-transform: uppercase;
    color: #696969;
    font-weight: 400;
}
footer .newsletter-form__field-wrapper .field label {
    display: none;
}
.footer-block--newsletter {
    padding-top: 20px;
}
ul.footer__list-social {
    padding: 10px 0 0;
    column-gap: 25px;
}
ul.footer__list-social li a {
    color: #fff;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
ul.footer__list-social li a:hover {
    transform: scale(1.1);
}
ul.footer__list-social li a:before {
    position: absolute;
    content: "";
    background: rgb(222, 0, 75);
    background: linear-gradient(90deg, rgba(222, 0, 75, 1) 0%, rgba(191, 70, 255, 1) 49%, rgba(0, 212, 255, 1) 100%);
    border-radius: 40rem;
    width: 5rem;
    height: 5rem;
    top: 0;
    left: 0;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 1;
    z-index: 1;
}
.footer-social-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-between;
     padding: 60px 0 0;
}
.list-social__item .icon {
    color: #000;
}
.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 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 123;
}
.card-wrapper .wishlist-hero-custom-button:hover {
    background: transparent;
}
.footer-social-icon .list-social {
    justify-content: flex-start !important;
    column-gap: 10px;
}
.title-icon-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.title-icon-wrapper .product__title {
    margin: 0;
    margin-right: auto;
}
.title-icon-wrapper button {
    width: 50px !important;
    height: 50px !important;
    min-width: auto;
    border: 2px solid #FE6489 !important;
    display: flex !important;
    justify-content: center;
    border-radius: 100px;
    background: transparent !important;
    padding: 0 !important;
    min-height: auto;
    max-height: initial !important;
}
.title-icon-wrapper .shopify-block, .title-icon-wrapper .share-button {
    display: inline-block;
}
.title-icon-wrapper button svg {
    color: #000;
    font-size: 1.2em;
}
.product__info-wrapper .title-icon-wrapper + div {
    margin: 1rem 0 0;
}
.product__info-container .product__tax.caption {
    margin: -5px 0 0;
    letter-spacing: 0;
}
.product__info-container .installment {
    letter-spacing: 0;
}
legend.form__label {
    font-size: 2rem;
    display: none;
}
.product__info-container .product-form__input--pill input[type=radio]+label {
    border-radius: 12px;
    background: #F8F8F8;
    min-height: 45px;
    line-height: 45px;
    min-width: 55px;
    text-align: center;
    padding: 0 6px;
    font-size: 16px;
    letter-spacing: 0;
}
.product-form__quantity, .product-form__quantity+div {
    display: inline-block;
}
.gift-card-form {
    margin-top: 40px;
}
.gift-card-form .product-form__quantity, .gift-card-form .product-form__quantity+div {
    display: block;
}
.gift-card-form {
    padding-top: 30px;
}
.gift-card-form form  .product-form__buttons button {
    margin: 0;
}
.gift-card-form form .recipient-form label {
    letter-spacing: 0;
}
.gift-card-form form .recipient-form .field__input {
    border: 1px solid #ddd;
    font-size: 15px;
}
.gift-card-form form .recipient-form .field__input:focus {
    border-color: #696969;
    box-shadow: none;
}
.gift-card-form form .recipient-form .field:after, .gift-card-form form .recipient-form .field:before {
   display: none;
}
.gift-card-form form .product-form__buttons {
    max-width: 44rem;
}
.gift-card-form form .product-form__submit:before {
    width: 50rem;
    height: 50rem;
    top: -160px;
    left: -30px;
}
#SizeChartBlock {
    margin-top: 10px !important;
}
#SizeChartBlock div {
    gap: 10px !important;
}
#SizeChartBlock p {
    color: #000;
    font-size: 15px;
}
.product__accordion .accordion__title {
    display: inline-block;
    max-width: calc(100% - 6rem);
    min-height: 1.6rem;
    margin: 0;
    word-break: break-word;
    font-size: 18px;
    letter-spacing: 0;
}
.product__accordion .accordion__content.rte {
    padding: 0;
    letter-spacing: 0;
}
.product__accordion + div {
    letter-spacing: 0;
}
.product__accordion + div&gt;div {
    padding: 10px !important;
    gap: 5px !important;
}
.product-info-slider {
    max-width: calc(100% - 145px);
    margin-left: auto;
}
.product-info-slider ~ div {
    max-width: calc(100% - 145px);
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 30px;
    border-color: #F8658A !important;
    box-shadow: 0px 4px 8px 3px #00000026 inset !important;
}
.product-info-slider ~ div h2 {
    color: #fff !important;
    text-shadow: -1px -1px 0 #F36B8F, 1px -1px 0 #F36B8F, -1px 1px 0 #F36B8F, 1px 1px 0 #F36B8F !important;
    max-width: 200px;
    text-align: center;
}
.product-info-slider ~ div span {
    color: #000;
    letter-spacing: 0;
}
.product-info-slider .info-block {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #B1ACAC;
    justify-content: center;
}
.product-info-slider .block-slider .info-block h3 {
    font-family: Inter, sans-serif;
    letter-spacing: 0;
}
.product__accordion + div p {
    color: #000;
}
.product-info-slider .block-slider .info-block img {
    width: 50px;
    height: 55px;
    position: relative;
    bottom: -4px;
}
.product-info-slider .swiper-slide:nth-child(2) .info-block {
    background-color: #EFF9FF;
}
.product-info-slider .swiper-slide:nth-child(3) .info-block {
    background-color: #FAF3F3;
}
.product-info-slider .swiper-slide:nth-child(4) .info-block {
    background-color: #FFF0F4;
}
.product__info-wrapper .wishlisthero-product-page-button-container button.btn:after,
.product__info-wrapper .wishlisthero-product-page-button-container button.btn:before {
   display: none;
}
.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:after {
    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;
}
.related-products__heading {
    text-align: center;
    font-weight: 600;
}
.card .media {
    border-radius: 15px;
}
.product__title h1 {
    font-weight: 600;
    color: #000;
    font-size: 24px;
}
.product__info-container .price {
    color: #F8658A;
}
.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;
}
.happy-customers h2.rich-text__heading {
    font-size: 40px;
    font-weight: 600;
}
.happy-customers .rich-text__text {
    margin-top: 10px;
}
.top-up-container {
    text-align: center;
}
.main-heading {
    display: inline-block;
    padding: 1rem 0;
    margin: 0 auto;
    position: relative;
}
.main-heading::after, .main-heading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ed2db4, #5ad5fd);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}
.main-heading::before {
    top: 0;
    transform-origin: left;
}
.main-heading:hover::after, .main-heading:hover::before {
    transform: scaleX(1);
}
.text-center {
    text-align: center;
}   

.product--thumbnail_slider .product__media-wrapper media-gallery {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    column-gap: 20px;
}
.product--thumbnail_slider .product__media-wrapper slider-component.slider-mobile-gutter {
    width: calc(100% - 125px);
}
.product--thumbnail_slider slider-component.slider-mobile-gutter.thumbnail-slider {
    width: 125px;
    flex-direction: column;
  overflow: hidden;
}
.product--thumbnail_slider .slider-button--prev,
.product--thumbnail_slider .slider-button.slider-button--next {
    transform: rotate(90deg);
}
.slider-mobile-gutter .slider-button svg.icon.icon-caret {
    width: 18px;
    height: 18px;
    color: #b22462;
}
.slider-button .icon {
    color: #fff;
}
.product--thumbnail_slider .slider-mobile-gutter.thumbnail-slider ul.thumbnail-list {
    display: flex;
    width: 487px;
    max-height: 490px;
    transform: rotate(90deg);
}
.product--thumbnail_slider .slider-mobile-gutter.thumbnail-slider ul.thumbnail-list li.thumbnail-list__item {
    width: 110px;
}
.product--thumbnail_slider .thumbnail-list__item:before {
    display: none;
}
.thumbnail-slider .thumbnail[aria-current],
.thumbnail-slider .thumbnail[aria-current]:focus:not(:focus-visible) {
    box-shadow: none;
    border: 0;
}
.product--thumbnail_slider .slider-mobile-gutter.thumbnail-slider ul.thumbnail-list li.thumbnail-list__item .thumbnail img {
    height: 100px;
    transform: rotate(-90deg);
    border: 2px solid #F9488E;
    border-radius: 8px;
}
.product--thumbnail_slider slider-component.slider-mobile-gutter.thumbnail-slider button.slider-button {
    z-index: 1;
    padding: 0!important;
    width: auto;
    height: auto;
    position: relative;
}
.product--thumbnail_slider .thumbnail {
    border: 0;
}
.product--thumbnail_slider slider-component.slider-mobile-gutter.thumbnail-slider .slider-button.slider-button--prev {
    top: -5px;
}
.product--thumbnail_slider slider-component.slider-mobile-gutter.thumbnail-slider .slider-button.slider-button--next {
    bottom: -5px;
}
.product-media-container.constrain-height, .product--thumbnail_slider .product__media-wrapper slider-component.slider-mobile-gutter img {
    border-radius: 8px;
}
.gamechanger_main_heading h2 {
    font-size: 45px;
    margin-top: 0;
    position: relative;
    letter-spacing: 0;
    font-weight: 600;
}
.terms-of-condition .main-page-title,
.copyright-notice .main-page-title, 
.privacy-policy .main-page-title {
    display: none;
}
.terms-of-condition, .copyright-notice, .privacy-policy {
    display: inline-block;
    background-image: url("/cdn/shop/files/inner-page-bg.png");
    margin-top: -30px;
    position: relative;
    background-size: cover;
    padding: 15rem 10rem;
}
.policies-page h3 {
    font-weight: 600; 
    text-transform: uppercase;
    font-size: 48px;
    color: white;
    margin: 50px 0 0;
    text-shadow: -3px -3px 0 #ff3399, 3px -3px 0 #ff3399, -3px 3px 0 #ff3399, 3px 3px 0 #ff3399;
}
.policies-page p {
    letter-spacing: 0;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.girlie-vault-post {
    position: relative;
}
.girlie-vault-post:after {
    background-image: url(/cdn/shop/files/girlie_vault_logo.png);
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 460px;
    left: 390px;
    transform: translateY(-50%);
}
.image-with-text .global-media-settings {
    border: 0;
}
.image-with-text__text {
    padding: 2rem 0 0;
}
.image-with-text__text p {
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
    font-size: 20px;
}

.since-alpha .multicolumn-card__info {
    padding: 25px;
    border: 5px solid #F8658A;
    box-shadow: 0px 4px 4px 0px #0000004D;
    box-shadow: 0px 8px 12px 6px #00000026;
    position: relative;
    min-height: 300px;
}
.since-alpha .multicolumn-card__info h3 {
    background: #F8658A;
    display: inline-block;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -235px;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    text-shadow: -3px -3px 0 #7A0122, 3px -3px 0 #7A0122, -3px 3px 0 #7A0122, 3px 3px 0 #7A0122;
    font-size: 40px;
    font-weight: 600;
    min-width: 470px;
}
.since-alpha .multicolumn-card__info .rte {
    padding-top: 5rem;
}
.since-alpha .multicolumn-card__info .rte p {
    color: #000;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 32px;
}
.since-alpha {
    position: relative;
}
.since-alpha:before {
      background-image : url('/cdn/shop/files/banner-leaf-bottom-left.png');
      background-repeat: no-repeat;
      background-size: 200px;
      position: absolute;
      content: "";
      width: 200px;
      height: 120px;
      top: 0;
      left: 0;
}
 .since-alpha:after {
      background-image : url('/cdn/shop/files/banner-leaf-bottom-right.png');
      background-repeat: no-repeat;
      background-size: 200px;
      position: absolute;
      content: "";
      width: 200px;
      height: 120px;
      bottom: 0;
      right: 0;
}
.the-pledge {
    margin: 0 0 6rem;
}
.girlie-video .video-section {
    padding-left: 5rem;
    padding-right: 5rem;
}
.girlie-video .video-section__media.media-fit-cover video {
    border-radius: 30px;
}
.pagination .pagination__item--current, .pagination .pagination__item:hover {
    background: #FE6489;
    opacity: 1;
    text-decoration: none;
    border-radius: 5px;
    color: #ffff;
}
.pagination .pagination__item--current:after {
  display: none;
}
.pagination .pagination__list&gt;li {
    max-width: 4rem;
}
nav.breadcrumb {
    padding: 0 0 30px;
}
nav.breadcrumb a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 0;
}
.pledge-shirt .image-with-text__content {
    padding: 0rem 4rem 4rem;
}
.video-background-image .video-section {
    padding-left: 7rem;
    padding-right: 7rem;
}
.video-background-image .video-card {
    max-width: 115rem;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px;
}
.video-background-image .video-card deferred-media img, .video-background-image .video-card deferred-media video  {
    border-radius: 25px;
}


.contact  .field:after, .contact  .field:before, .contact__button button:after {
  display: none;
}
.contact .field .field__input {
    border: 1px solid;
    border-radius: 10px;
}
.contact__button button.button {
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    overflow: hidden;
}
.contact__button button.button:before {
    position: absolute;
    content: "";
    background: rgb(222, 0, 75);
    background: linear-gradient(90deg, rgba(222, 0, 75, 1) 0%, rgba(191, 70, 255, 1) 49%, rgba(0, 212, 255, 1) 100%);
    border-radius: 40rem;
    width: 20rem;
    height: 20rem;
    top: -60px;
    transition: 0.4s;
    filter: blur(20px);
    animation: effect infinite 3s linear;
    opacity: 0.5;
    z-index: 1;
}
.contact__button button.button span {
  position: relative;
  z-index: 1;
}
.contact__button {
    text-align: center;
}

quick-add-modal .care_instructions, quick-add-modal .product-info-slider {
    display: none;
}
quick-add-modal .product-form__buttons {
    position: relative;
    top: 3px;
}
.contact {
    background-image: url("/cdn/shop/files/contact-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contact-card {
    background-color: #FAC8D5;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 50px;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 13px 9.8px 0px #00000040;
    max-width: 1200px;
    margin: 0 auto;
}
.contact-card form {
    background-color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}
.contact-card form  .field textarea {
    height: 200px;
}
.contact-info img {
    max-height: 600px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.mob_banner {
  display: none;
}



/* ================= Responsive css start here ================== */
@media (min-width: 1200px) and (max-width: 1600px) {
header .header__icons .search-modal__form .field input {
    width: 500px;
}
.girlie__vault {
    height: 50px;
    padding: 0 10px; 
}
.girlie__vault small {
    font-size: 18px;
}
.product-card-wrapper .card {
    padding: 10px;
}  
.price {
    font-size: 1.5rem;
}
.custom-product-bottom .quick-add__submit {
    font-size: 12px;
}
  
  
}


@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;
}  
.image-container {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    left: 12.7%;
    top: 22px;
}
  
}

@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;
}
.main-heading.footer-block__heading {
    font-size: 35px;
}
.footer-block--newsletter img.footer-logo {
    width: 230px;
    height: auto;
}
.footer__blocks-wrapper .grid__item h2 {
    font-size: 12px;
}
.footer-block__brand-info .rte p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 25px;
}  
ul.footer__list-social {
    column-gap: 8px;
}

  
}

@media (min-width: 999px) and (max-width: 1199px) {
header .header__icons .search-modal__form .field input {
    width: 300px;
}
.girlie__vault small {
    font-size: 20px;
}
.featured-products-section {
  aspect-ratio: 15 / 8.7;
}
.product-card-wrapper .card {
    padding: 10px;
}  
.card .card__content .card__heading {
    font-size: 16px;
}
.custom-product-bottom .quick-add__submit {
    font-size: 14px;
}
.custom-product-bottom .price {
    font-size: 14px;
}
.footer__blocks-wrapper .grid__item h2 {
    font-size: 18px;
}  
.footer-block--newsletter img.footer-logo {
    width: 280px;
    height: auto;
    margin-right: 70px;
}  
.homepage-testimonials-container .bottom-container .left-right-container {
    min-height: auto;
    background-image: none !important;
}
.homepage-testimonials .image-container, .product-review div.image-container {
    left: 0;
    top: 0;
    margin: 0 auto;
}
.rating--area {
    padding: 0 30px;
    text-align: center;
}  
  
}

@media (min-width: 768px) and (max-width: 989px) {
.desktop-tab span.girlie__vault {
    display: none;
}  
.m-hide {
  display: none;
}
.d-hide{
  display: block !important;
}  
header header-drawer {
    margin-left: 0;
}    
.header__search + .search-modal__form {
    display: none;
}
.header__icon--menu span {
    height: 100%;
}  
.banner .media img {
    object-fit: cover;
    height: 100%;
}
.featured-products-section .section-data-container .section-header-container {
    flex-direction: column-reverse;
    text-align: center;
    row-gap: 10px;
}  
.shopify-section .featured-products-section {
    aspect-ratio: 900 / 900;
}
.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;
}
.announcement-bar-section .utility-bar__grid {
    display: flex;
    justify-content: space-between;
}
body .announcement-bar, body .announcement-bar__announcement {
    width: auto;
}
.announcement-bar__message span {
    padding-left: 0;
}
.product-info-slider {
    width: 100%;
    margin-top: 20px;
}  
.product-info-slider ~ div {
    max-width: 100%;
    flex-direction: column;
    gap: 10px;
}  
.product-info-slider ~ div h2 {
    margin: 0;
}
.product-info-slider ~ div span {
    font-size: 14px;
}
.product__info-container .product-form__input--pill input[type=radio]+label {
    border-radius: 6px;
    height: 44px;
    line-height: 42px;
    width: 44px;
    font-size: 14px;
}
.product-form__submit {
    width: auto;
}  
.product__info-wrapper .product-form__submit {
    margin-left: 0;
  padding: 0 20px;
}
#SizeChartBlock p {
    font-size: 11px;
}
.image-with-text .grid__item .image-with-text__content img {
    width: 270px;
    height: auto;
}
.image-with-text__text p {
    line-height: 26px;
    font-size: 16px;
}
.image-with-text__text p br, .since-alpha .multicolumn-card__info .rte p br {
    display: none;
}
.image-with-text__text {
    padding: 1rem 0 0;
}
.since-alpha .multicolumn-list {
    row-gap: 70px;
}
  
  
}


@media(max-width: 767px) {
.m-hide {
  display: none;
}
.d-hide{
  display: block !important;
}
.announcement-bar-section .utility-bar__grid {
    display: block;
}  
.announcement-bar-section .localization-wrapper {
    padding-bottom: 0.5rem;
    justify-content: center;
}
.announcement-bar-section .announcement-bar__message.h5 {
    padding-bottom: 0.5rem;
    font-size: 9px;
    width: 100%;
    min-height: auto;
}
.announcement-bar__message span {
    padding-left: 0;
}  
.utility-bar__grid.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}  
header.header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}  
.header__search + .search-modal__form {
    display: none;
}
.localization-wrapper .right-section {
    display: none;
}  
.desktop-tab span.girlie__vault {
  display: none;
}  
.mobile-tab {
    display: inline-flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding-top: 2rem;
}  
header header-drawer {
    margin-left: 0;
}  
.header__icon--menu span {
    height: 100%;
}  
header .header__icons {
    column-gap: 0;
}  
.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;
}
.featured-products-section .section-data-container .section-header-container {
    flex-direction: column-reverse;
    text-align: center;
    row-gap: 10px;
}  
.section-heading h3 {
    font-size: 25px;
}  
.section-heading p {
    font-size: 16px;
}  
slideshow-component .slideshow__controls {
    bottom: 10px;
}  
.desktop-hide.show {
  display: block;
}
.mobile-banner {
  display: block !important; 
} 
.custom-product-bottom {
    flex-direction: column;
    row-gap: 10px;
}  
.custom-product-bottom .quick-add {
    width: 100%;
}  
.card .card__content .card__heading {
    text-align: center;
}  
.card .card__content .card__heading {
    font-size: 16px;
}  
.product-card-wrapper .card {
    padding: 10px;
    border-radius: 15px;
}
.card-wrapper .wishlist-hero-custom-button {
    right: 5px;
    top: 5px;
}  
.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;
}
.shopify-section .best-sellers .swiper-container {
    padding: 0;
}  
.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;
}  
.shopify-section .featured-products-section.best-sellers {
    aspect-ratio: 719 / 1450;
}  
.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 .footer-block__details-content {
    margin-bottom: 1rem;
}  
.footer-block--newsletter a img.footer-logo {
    width: 270px;
    height: auto;
}  
.newsletter-form__field-wrapper .field input {
    height: 50px;
}  
.footer-block__newsletter {
    width: 100%;
}  
footer .newsletter-form__field-wrapper #Subscribe {
    font-size: 14px;
    width: 120px;
}  
.footer__blocks-wrapper .grid__item:last-child {
    margin-bottom: 0;
}  
.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: 1rem;
}
.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;
}  
.footer__content-top .top-up-container {
    padding: 0;
}  
.main-heading.footer-block__heading {
    font-size: 30px;
    margin-bottom: 0;
}
.product__info-container .product-form__input--pill input[type=radio]+label {
    border-radius: 8px;
    font-size: 14px;
    margin-right: 0.1rem;
}
#SizeChartBlock div {
    letter-spacing: 0;
}
.product--thumbnail_slider .product__media-wrapper slider-component.slider-mobile-gutter {
    width: 100%;
}
.product--thumbnail_slider .product__media-wrapper media-gallery {
    justify-content: center;
}  
.product-info-slider {
    max-width: 100%;
    margin-top: 2rem;
}
.product-info-slider ~ div {
    max-width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 10px !important;
    margin-bottom: 30px;
}
.product-info-slider ~ div h2 {
    margin-bottom: 0;
}  
.product--thumbnail_slider .slider-button--prev, .product--thumbnail_slider .slider-button.slider-button--next {
    transform: rotate(0);
}
.gamechanger_main_heading h2 {
    font-size: 22px;
}
.product__title h1 {
    font-size: 20px;
}  
.title-icon-wrapper button {
    width: 40px !important;
    height: 40px !important;
}
.related-products__heading {
    margin: 0 0 0rem;
    font-size: 25px;
}
.happy-customers .rich-text__text {
    margin-top: 0;
}  
.image-with-text .grid__item .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.image-with-text__text p br, .since-alpha .multicolumn-card__info .rte p br {
    display: none;
}
.image-with-text__text p {
    line-height: 26px;
    font-size: 16px;
}
.image-with-text .grid__item .image-with-text__content img {
    width: auto;
    height: auto;
}
.since-alpha:before {
    top: -40px;
}
.since-alpha .multicolumn-card__info h3 {
    top: -30px;;
    margin-left: -125px;
    font-size: 20px;
    text-shadow: -2px -2px 0 #7A0122, 2px -2px 0 #7A0122, -2px 2px 0 #7A0122, 2px 2px 0 #7A0122;
    min-width: 250px;
}
.since-alpha .multicolumn-list {
    row-gap: 70px;
}
.since-alpha .multicolumn-card__info .rte p {
    font-size: 18px;
    line-height: 30px;
}  
.since-alpha .multicolumn-card__info {
    min-height: 250px;
}  
.since-alpha:after {
    bottom: -30px;
}  
.girlie-video .video-section {
    padding-left: 2rem;
    padding-right: 2rem;
}
.girlie-video .video-section__media.media-fit-cover video {
    border-radius: 10px;
}
.the-pledge {
    margin: 0 0 4rem;
}
.terms-of-condition {
    padding: 15rem 2rem 5rem;
}
.policies-page h3 {
    font-size: 20px;
    margin: 30px 0 0;
    text-shadow: -1px -1px 0 #ff3399, 1px -1px 0 #ff3399, -1px 1px 0 #ff3399, 1px 1px 0 #ff3399;
}
.policies-page p {
    font-size: 15px;
    line-height: 24px;
}    
.video-background-image .video-section {
    padding-left: 3rem;
    padding-right: 3rem;
} 
.video-background-image .video-card deferred-media img, .video-background-image .video-card deferred-media video {
    border-radius: 10px;
}  
.video-background-image .video-card {
    border-radius: 10px;
    padding: 5px;
}  
.contact-card {
    background-color: #FAC8D5;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    padding: 1rem;
}
.contact-card form {
    padding: 2rem;
}
.contact {
    background-size: cover;
}  
.header-tab {
    padding: 0 1.5rem;
}
.featured-products-section .section-data-container .section-header-container {
    flex-direction: column;
}
#shopify-section-template--18694244532456__shop_by_category_WBGQDQ .section-heading-container {
    margin-bottom: 0px;
}
.contact-card form  .field textarea {
    height: 150px;
}
.mob_banner {
    display: block;
    width: 100%;
}
.desktop_banner {
  display: none;
}
.mob_banner img {
  width: 100%;
}   
.terms-of-condition, .copyright-notice, .privacy-policy {
    padding: 8rem 2rem;
}
.new-colletion .video-card deferred-media {
    --ratio-percent: 70% !important;
}
  
}


@media only screen and (max-width: 767px) and (orientation: landscape) {
.shopify-section .featured-products-section.best-sellers {
    aspect-ratio: 719 / 920;
}
.shopify-section .featured-products-section
  .block-bg-image-container
  .bg-image-container
  .featured-product-slider-image {
    height: auto;
}  
.shopify-section .featured-products-section {
    aspect-ratio: 720 / 1000;
}

  
}


/* ================= Responsive css end here ================== */ustom-e</pre></body></html>