/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first
Line 1527:16 Expected identifier but found "var("

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'Universal Sans Text 360';
    src: url('/cdn/shop/files/UniversalSansText-360.woff2?v=1751353987') format('woff2'),
        url('/cdn/shop/files/UniversalSansText-360.woff?v=1751353987') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universal Sans Text 530';
    src: url('/cdn/shop/files/UniversalSansText-530.woff2?v=1751353987') format('woff2'),
        url('/cdn/shop/files/UniversalSansText-530.woff?v=1751353987') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/* font-family: "Anton", sans-serif; */

*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --primary-color: #2D2C8B;
    --whiteS-smoke: #F3F3F3;
    --Universal-Sans-Text-360: 'Universal Sans Text 360';
    --Universal-Sans-Text-530: 'Universal Sans Text 530';
    --page-width: 1245px;
    --basic-transition: all 0.5s;
    --btn-transition: 0.45s ease;
    --common-small-gap: clamp(4rem, 4.0625vw, 6.5rem);
    --cmn-gap: clamp(4rem, 6.25vw, 10rem);
    --Anton-font: "Anton", sans-serif;
   
  --p56: 5.6rem;
  --p42: 4.2rem;
  --p36: 3.6rem;
  --p30: 3.0rem;
  --p26: 2.6rem;
  --p24: 2.4rem;
  --p20: 2.0rem;
  --p18: 1.8rem;
  --p16: 1.6rem;
  --p14: 1.4rem;
  --p12: 1.2rem;
  --p11: 1.1rem;
  --p10: 1.0rem;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-size: var(--p16);
    line-height: 1.5 !important;
    font-weight: normal !important;
    color: var(--primary-color);
    font-family: var(--Universal-Sans-Text-360) !important;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--primary-color);
    font-family: var(--Universal-Sans-Text-360);
    line-height: 1.2;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: normal;
    margin: 0 0 15px;
}
h1{
  font-size: var(--p56);
  line-height: 1.25;
}
h2{
  font-size: var(--p36);
  line-height: 1.27777777778;
}
h3{
  font-size: var(--p30);
  line-height: 1.33333333333;
}
h4{
  font-size: var(--p24);
  line-height: 1.41666666667;
}
h5{
  font-size: var(--p20);
  line-height: 1.5;
}
h6{
  font-size: var(--p16);
  line-height: 1.625;
}

p {
    font-family: var(--Universal-Sans-Text-360);
    margin: 0 0 15px 0;
}

p:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

video,
iframe {
    display: block;
    width: 100%;
}

a {
    color: var(--primary-color);
    -webkit-transition: var(--btn-transition);
    transition: var(--btn-transition);
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

:focus,
:focus-visible {
    outline: none !important;
}

table {
    width: 100%;
}

.btn:not(button, .site-header__cart),
.button {
    padding: 15px 25px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 1.6rem;
    color: var(--white);
    font-weight: 500;
    font-family: var(--Universal-Sans-Text-530);
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 250px;
    min-height: 55px;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
}

.btn:not(button,
.site-header__cart):hover,
.button:hover {
    background: #1C1AB8;
    /* color: var(--primary-color); */
  border: 1px solid #1C1AB8;
}

.btn:not(button, .site-header__cart):before,
.btn:not(button, .site-header__cart):after,
.button:before,
.button:after {
    display: none;
}

.btn:not(button, .site-header__cart) .btn-arrow,
.button .btn-arrow {
  display: block;
  margin-left: 1rem;
}

.btn:not(button,.site-header__cart) .btn-arrow path, .button .btn-arrow path {
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
}

.btn:not(button,.site-header__cart):hover .btn-arrow path, .button:hover .btn-arrow path {
    stroke: #fff;
}

form .field:before,
form .field:after {
    display: none;
}

textarea,
textarea.text-area {
    display: block;
    font-family: var(--Universal-Sans-Text-360);
    height: 150px;
    width: 100%;
    border: 1px solid var(--black);
    background: var(--white);
    padding: 1rem 2rem;
    margin: 0;
    font-size: 16px;
    color: var(--black);
    font-weight: normal;
    letter-spacing: normal;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
    resize: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input[type="date"],
select {
    display: block;
    font-family: var(--Universal-Sans-Text-360);
    height: 48px;
    width: 100%;
    border: 1px solid var(--black);
    background: var(--white);
    padding: 1rem 2rem;
    margin: 0 !important;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    color: var(--black);
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
}

.page-width,
.page-width-desktop,
.container {
    max-width: var(--page-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.shopify-challenge__container form {
    text-align: center;
}

.shopify-challenge__container form .shopify-challenge__button.btn {
    margin-top: 20px;
}

predictive-search .spinner {
    display: none !important;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}
/* ==============main css start============= */

.announcement-bar-section .utility-bar {
    background: var(--primary-color);
    border: none;
}

.utility-bar .page-width {
    max-width: var(--page-width) !important;
}

.utility-bar .announcement-bar .announcement-bar__message {
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    font-size: 16.2838px;
    line-height: 1.2;
    color: var(--whiteS-smoke);
    min-height: auto;
}

.utility-bar .announcement-bar .announcement-bar__message span {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}

.section-header .header-wrapper {
    border-bottom: 0;
}

.header-wrapper .header {
    max-width: var(--page-width);
}
.header-wrapper header.header{
  padding-top:1.2rem;
  padding-bottom: 1.2rem;
}

.header-wrapper .header header-drawer {
    margin-left: 0;
}

.header-wrapper .header header-drawer .header__icon--menu {
    width: 3.8rem;
    height: 3.8rem;
}

.header-wrapper .header header-drawer .header__icon--menu .icon {
    width: 3.8rem;
    height: 3.8rem;
    transform: none !important;
}

.header-wrapper .header .header__heading-link {
    padding: 0;
    margin: 0;
}

.header-wrapper .header .header__icons {
    padding-right: 0;
    align-items: center;
    gap: 9px;
}

.header-wrapper .header .header__icons .header__search {
    display: none;
}

.header-wrapper .header .header__icons .header__icon {
    width: 5.7rem;
    height: 5.7rem;
    background: var(--primary-color);
    border-radius: 50%;
  margin: 0;
}
.header-wrapper .header .header__icons .header__icon.header__icon--cart {
  position: relative;
}
.header-wrapper .header .header__icons .header__icon.header__icon--cart:before {
  content: "";
  background-image: url(cart-icon-img.png);
  position: absolute;
      width: 3.4rem;
    height: 4.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
  
.header-wrapper .header .header__icons .header__icon.header__icon--cart svg {
  opacity: 0;
}
.cart-count-bubble{
  bottom: auto;
  left: auto;
  right: 0;
  top:0;
  background-color: #6c6cae;
  
}
.header-wrapper .header .header__icons .desktop-localization-wrapper {
    display: none;
}

.header-wrapper .header .header__icons .header__icon .image-wrapper {
    width: 5.7rem;
    height: 5.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.header-wrapper .header .header__icons .header__icon .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
}
/* MENU  */
.section-header.shopify-section-group-header-group {
    z-index: 7;
}
.header .menu-drawer{
    position: fixed;
    left: 0;
    top: 0;
    height: 100% !important;
    background-color: #2d2c8b;
  padding: 13.4rem 5.0rem 9.0rem 4.6rem;
      max-width: 45.4rem;
    width: 100%;
}
.header .menu-drawer .menu-drawer__navigation{
  padding-top:0;
  
}
.header .menu-drawer .menu-drawer__navigation ul.menu-drawer__menu{
  
}
.header .menu-drawer .menu-drawer__navigation ul.menu-drawer__menu li{
  margin: 0
}
.header .menu-drawer .menu-drawer__navigation ul.menu-drawer__menu li a.menu-drawer__menu-item {
  padding: 0.6rem 0;
  font-family: var(--Universal-Sans-Text-360);
  font-weight: 300;
  font-size: var(--p20);
  line-height: 160% ;
  color: #F3F2EE;
}
.header .menu-drawer .menu-drawer__navigation ul.menu-drawer__menu li:first-child a.menu-drawer__menu-item,
.header .menu-drawer .menu-drawer__navigation ul.menu-drawer__menu li:nth-child(2) a.menu-drawer__menu-item {
  font-size: var(--p30);
}
.header .menu-drawer .menu-drawer__utility-links{
  display: none;
}
.menu-drawer__newsletter{
  
}
.menu-drawer__newsletter .footer-block__newsletter{
  
}
.menu-drawer__newsletter .newsletter-form__field-wrapper {
  padding-right: 0.6rem;
  
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .field:before,
.menu-drawer__newsletter .newsletter-form__field-wrapper .field:after{
 content: normal; 
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .field{
  flex-wrap: wrap;
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .field label{
  display: none;
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .field__input{
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    line-height: 1.2;
    color: #111;
    padding: 1rem 1.5rem !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    border: none;  
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .field__input::placeholder {
  color: #9699A3;
  opacity: 1;
}

.menu-drawer__newsletter .newsletter-form__field-wrapper .field__input::-ms-input-placeholder { 
  color: #9699A3;
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .newsletter-form__button {
    position: static;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8rem;
    border: 2px solid var(--white);
    border-radius: 1rem;
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--white);
    margin-top: 1.5rem;
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
}
.menu-drawer__newsletter .newsletter-form__field-wrapper .newsletter-form__button .svg-wrapper{
  display: none;
}
.header-wrapper .header header-drawer .header__icon--menu .icon-close {
    width: 2.8rem;
    height: 2.8rem;
    transform: none !important;
  position: absolute;
  left: 39.2rem;
  top:0.2rem;
  z-index: 4;
}
/* MENU END */

.drawer__inner {
 background-color: rgba(45, 44, 139, 1);
}
.drawer__inner *, .drawer__inner .price{
  color: #fff;
}
.drawer__inner .drawer__heading {
    margin: 0 0 1rem;
  font-size: var(--p24);
  font-family: var(--Universal-Sans-Text-530);
  color: #fff;
}
.drawer__inner .quantity-popover-container{
  
}
.drawer__inner .quantity-popover-container .quantity{
  width: 10rem;
  padding: 0 1.0rem;
  width: 9.9rem;
    min-width: 9.9rem;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #fff;
    height: 4.8rem;
  
}
.drawer__inner .quantity-popover-container .quantity:before,
.drawer__inner .quantity-popover-container .quantity:after{
content: normal;
}
.drawer__inner .quantity-popover-container .quantity .quantity__button{
  width: 2.0rem;
  color: #111;
}
.drawer__inner .quantity-popover-container .quantity .quantity__button svg path{
  color: #111;
}
.drawer__inner .quantity-popover-container .quantity .quantity__input {
    border: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    padding: 0 2px;
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    font-size: var(--p16);
    color: #344054;
    height: 4.6rem;
}
.shopify-section-group-footer-group .footer {
    background: var(--primary-color);
    padding: 4.6rem 0 0;
    border-top: 0;
}

.shopify-section-group-footer-group {
    padding-top: var(--common-small-gap);
}

.footer .footer__content-top {
    padding-bottom: 0;
}

.footer  .footer__blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    --footer-itm-column-gap: 5rem;
    column-gap: var(--footer-itm-column-gap);
    margin-bottom: 0;
    justify-content: space-between;
}

.footer .footer__blocks-wrapper .footer-block.grid__item {
    width: 100%;
    max-width: calc(20.5% - (var(--footer-itm-column-gap) - (var(--footer-itm-column-gap) / 3)));
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    --footer-block__brand-info-gap: 5rem;
    column-gap: var(--footer-block__brand-info-gap);
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content {
    width: 100%;
    max-width: 29rem;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .right-content {
    width: 100%;
    max-width: calc(100% - 29rem - var(--footer-block__brand-info-gap));
}

.footer .footer__blocks-wrapper .footer-block.grid__item:first-child {
    max-width: calc(43% - (var(--footer-itm-column-gap) - (var(--footer-itm-column-gap) / 3)));
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .right-content .footer-block__image-wrapper {
    max-width: 100% !important;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .right-content .footer-block__image-wrapper img {
    width: 100%;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .newsletter-form {
    max-width: 100%;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .newsletter-form__field-wrapper {
    max-width: 100%;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field {
    display: block;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .field__label {
    display: none;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .field__input {
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    line-height: 1.2;
    color: #111;
    padding: 1rem 1.5rem !important;
    margin: 0 !important;
    border-radius: 10px !important;
    border: none;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .field__input::placeholder {
  color: #9699A3;
  opacity: 1;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .field__input::-ms-input-placeholder { 
  color: #9699A3;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .newsletter-form__button {
    position: static;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4.8rem;
    border: 2px solid var(--white);
    border-radius: 1rem;
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--white);
    margin-top: 1.5rem;
    transition: var(--btn-transition);
    -webkit-transition: var(--btn-transition);
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .newsletter-form__button .svg-wrapper {
    display: none;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .newsletter-form__button:hover {
    background: var(--white);
    color: var(--primary-color);
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content li {
    margin: 0;
}

.footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content li .list-menu__item {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #F3F2EE;
    font-weight: 300;
}

.footer .footer__content-bottom {
    padding: 4rem 0 1.2rem;
    border-top: 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper:first-child {
    display: none;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social {
    gap: 1.5rem;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link {
    padding: 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link .svg-wrapper {
    width: 2.4rem;
    height: 2.4rem;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link .icon {
    width: 2.4rem;
    height: auto;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__list-social .list-social__link .icon path {
    fill: var(--white);
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright {
    margin-top: 0;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content {
    font-size: 1.2rem;
    line-height: 1;
    color: #F3F2EE;
}

.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content a {
    color: #F3F2EE;
}

.footer .footer__content-bottom .footer-logo {
    padding-top: 2.3rem;
}

.footer .footer__content-bottom .footer-logo img {
    width: 100%;
}

.newsletter-form__message--success {
    color: var(--white);
}

.footer .scroll-trigger {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
}

.index-banner .banner-desktop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.index-banner .banner-desktop .banner-image {
    width: 50%;
}

.index-banner .banner-desktop .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-banner.new_banner .banner-desktop .banner-image{
  width: 100%;
}
.index-banner .banner-desktop .banner-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.index-banner .banner-button:hover svg path{
  stroke:#fff;
}

/* INDEX ICON */
.index-icon{
  
}
.index-icon-wrap{
  padding: 6.4rem 0 3.2rem;
  
}
.index-icon-wrap .icon-grid{
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
.index-icon-wrap .icon-grid .icon-block{
  max-width: 18.4rem;
  width: 100%;
  cursor: pointer;
}
.index-icon-wrap .icon-grid .icon-block .icon-image{
  width: 8.0rem;
  height: 8.0rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.0rem auto;
  transition: all 0.45s ease-in-out;
  position: relative;
}
.index-icon-wrap .icon-grid .icon-block .icon-image:before{
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  border-radius: 100%;
    border: 1px solid rgba(45, 44, 139, 0.3);
  position: absolute;
   transition: all 0.45s ease-in;
}
.index-icon-wrap .icon-grid .icon-block .icon-image img{
width: 5.127rem;
height: auto;
}
.index-icon-wrap .icon-grid .icon-block .icon-title{
font-weight: 300;
font-size: var(--p20);
line-height: 150%;
text-align: center;
color: #2D2C8B;
  margin: 0;
  transition: all 0.45s ease-in-out;
  font-family: var(--Universal-Sans-Text-360);
}
.index-icon-wrap .icon-grid .icon-block .icon-description{
font-weight: 300;
font-size: var(--p14);
line-height: 130%;
text-align: center;
color: #2D2C8B;
  font-family: var(--Universal-Sans-Text-360);
}
.index-icon-wrap .icon-grid .icon-block .icon-description p{
  margin: 0;
}
.index-icon-wrap .icon-grid .icon-block:hover .icon-image:before,
.index-icon-wrap .icon-grid .icon-block.active .icon-image:before{
  border: 2px solid #2D2C8B;
}
.index-icon-wrap .icon-grid .icon-block:hover .icon-title,
.index-icon-wrap .icon-grid .icon-block.active .icon-title{
font-weight: 500;
  font-family: var(--Universal-Sans-Text-530);
}
/* INDEX ICON END*/
/* Collection */
.collection{
    padding: 3.2rem 0 6.4rem;
}
.collection .page-width{
  max-width: 125.4rem;
}
.collection ul.grid{
  margin: 0;
  padding: 0;
  --grid-desktop-horizontal-spacing:2.4rem;
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: 2.4rem;
}
/* .collection ul.grid li.grid__item{
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
} */
.collection ul.grid li.grid__item .card-wrapper{
  overflow: hidden;
  border-bottom: 2px solid #2D2C8B;
}

.collection ul.grid li.grid__item .card{
--ratio-percent: auto !important;

}
.collection ul.grid li.grid__item .card__inner{
  border: 0;
  --ratio-percent: auto !important;
background-color:transparent;
}
.collection ul.grid li.grid__item .card__inner:before{
padding-bottom: 167.015% !important;
}
.collection ul.grid li.grid__item .card__inner .custom_badge{
  position: absolute;
  z-index: 1;
  padding: 1.6rem;
  
}
.collection ul.grid li.grid__item .card__inner .custom_badge span{
font-weight: 300;
font-size: var(--p20);
line-height: 150%;
color: #2D2C8B;
  display: flex;
  font-family: var(--Universal-Sans-Text-360);
}
.collection ul.grid li.grid__item .card__inner .custom_badge span:before{
  content: "[";
}
.collection ul.grid li.grid__item .card__inner .custom_badge span:after{
  content: "]";
}
.collection ul.grid li.grid__item .card__inner .card__content a{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.collection ul.grid li.grid__item .card>.card__content{
  background-color: #fff;
  border: 2px solid #2D2C8B;
  border-radius: 10px 10px 0 0;
  position: absolute;
  padding: 14px 6px 14px 16px;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  border-bottom: 0;
  transition: all 0.45s ease-in-out;
}
.collection ul.grid li.grid__item.active .card>.card__content{
  bottom: 0;
  height: auto;
}

.collection ul.grid li.grid__item .toggle_arrow{
position: absolute;
  width: 3.2rem;
  left: 50%;
  top:1px;
  transform: translateX(-50%);
  display: flex;    
  justify-content: center;
  cursor: pointer;
}
.collection ul.grid li.grid__item .toggle_arrow:before{
  content: "";
  width: 3.4rem;
  height: 1.0rem;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='34'%20height='10'%20viewBox='0%200%2034%2010'%20fill='none'%3E%3Cpath%20d='M1%209C1%209%208.16344%201%2017%201C25.8366%201%2033%209%2033%209'%20fill='white'/%3E%3Cpath%20d='M1%209C1%209%208.16344%201%2017%201C25.8366%201%2033%209%2033%209'%20stroke='%232D2C8B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}
.collection ul.grid li.grid__item .toggle_arrow svg{
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.45s ease-in-out;
}
.collection ul.grid li.grid__item .active .toggle_arrow svg{
  transform: scaleY(-1);
}

.collection ul.grid li.grid__item .card>.card__content .card__information{
  padding: 0;
  position: relative;
  padding-bottom: 0;
}
.collection ul.grid li.grid__item .card .card__heading{
font-weight: 500;
font-size: var(--p16);
line-height: 162% ;
color: #2D2C8B;
font-family: var(--Universal-Sans-Text-530);  
}
.collection ul.grid li.grid__item .card .price{
  display: none;
}
.collection ul.grid li.grid__item .card .card-productvariant{
  margin: 0;
}
.collection ul.grid li.grid__item .card .cust_priceWrap{
 display: flex;
  gap: 0.631rem;
  margin: 0 0 19px 0;
}
.collection ul.grid li.grid__item .card .cust_priceWrap span{
font-weight: 300;
font-size: var(--p14);
line-height: 130%;
color: #2D2C8B;
  font-family: var(--Universal-Sans-Text-360);
}
.collection ul.grid li.grid__item .card .cust_priceWrap .comp_price{
color: rgba(45, 44, 139, 0.6);
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.collection ul.grid li.grid__item .card .custvarWrap{
}
.collection ul.grid li.grid__item .card .boxSize{
  margin: 0 0 1.2rem 0;
}
.collection ul.grid li.grid__item .card .boxSize .option_titleWrap{
display: flex;
justify-content: space-between;
gap: 1rem;
font-weight: 300;
font-size: 12px;
line-height: 183% ;
color: #2D2C8B;
  margin: 0 0 0.631rem;
  font-family: var(--Universal-Sans-Text-360);
}
.collection ul.grid li.grid__item .card .boxSize .optionTitle{
  padding: 0;
  margin: 0;
  display: inline-block;
}
.collection ul.grid li.grid__item .card .boxSize .sizeChart{
  padding: 0;
  margin: 0;
  display: inline-block;
}
.collection ul.grid li.grid__item .card .boxSize .valueWrap{
  display: flex;
  gap: 0.631rem;
}
.collection ul.grid li.grid__item .card .boxSize .valueWrap button{
max-width: 3.874rem;
  width: 100%;
height: 3.076rem;
background: #FFFFFF;
border: 1px solid #D0D5DD;
box-shadow: none;
border-radius: 0.788831rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--p12);
  line-height: 120%;
  color: #344054;
  position: 0;
  margin: 0;
  cursor: pointer;
  font-family: var(--Universal-Sans-Text-530);
}
.collection ul.grid li.grid__item .card .boxSize .valueWrap button.selected{
  background-color: #2D2C8B;
  color: #fff;
  border: 1px solid #2D2C8B;
}
/* .collection ul.grid li.grid__item .card button.soldOut_variant{
  overflow: hidden;
  position: relative;
}
.collection ul.grid li.grid__item .card button.soldOut_variant:before {
    content: "";
    width: 1px;
    height: 150%;
    background-color: #000;
    position: absolute;
    opacity: .5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
} */
.collection ul.grid li.grid__item .card .boxPack{
  margin: 0 0 1.2rem 0;
}
.collection ul.grid li.grid__item .card .boxPack .option_titleWrap{
   margin: 0 0 0.631rem; 
}
.collection ul.grid li.grid__item .card .boxPack .optionTitle{
font-weight: 300;
font-size: var(--p12);
line-height: 183%;
color: #2D2C8B;
margin: 0;
  font-family: var(--Universal-Sans-Text-360);
}
.collection ul.grid li.grid__item .card .boxPack .valueWrap{
    display: flex;
  gap: 0.631rem;
}
.collection ul.grid li.grid__item .card .boxPack .valueWrap button{
width: 100%;
height: 2.978rem;
background: #FFFFFF;
border: 1px solid #D0D5DD;
box-shadow: none;
border-radius: 0.788831rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--p12);
  line-height: 120%;
  color: #344054;
  min-width: auto;
  margin: 0;
  cursor: pointer; 
  font-family: var(--Universal-Sans-Text-530);
}
.collection ul.grid li.grid__item .card .boxPack .valueWrap button.selected{
    background-color: #2D2C8B;
  color: #fff;
  border: 1px solid #2D2C8B;
}

.collection ul.grid li.grid__item .card .boxColor{
    margin: 0 0 1.2rem 0;
}
.collection ul.grid li.grid__item .card .boxColor .option_titleWrap{
    margin: 0 0 0.631rem;  
}
.collection ul.grid li.grid__item .card .boxColor .optionTitle{
  font-weight: 300;
font-size: var(--p12);
line-height: 183%;
color: #2D2C8B;
margin: 0;
  font-family: var(--Universal-Sans-Text-360);
}

.collection ul.grid li.grid__item .card .boxColor .valueWrap{
  display: flex;
   gap: 0.631rem;
}
.collection ul.grid li.grid__item .card .boxColor .valueWrap button{
max-width: 2.84rem;
  width: 100%;
height: 2.84rem;
background: #FFFFFF;
border: 1px solid #2D2C8B;
border-radius: 100%;
  cursor: pointer;
}

.collection ul.grid li.grid__item .card .cust_ATC_btnWrap{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  
}
.collection ul.grid li.grid__item .card .cust_ATC_btnWrap button{
display: flex;
justify-content: center;
align-items: center;
padding: .8rem 2.4rem;
width: 100%;
height: 3.2rem;
background: #2D2C8B;
border-radius: 1.0rem;
font-weight: 500;
font-size: var(--p12);
line-height: 133%;
color: #FFFFFF;
  min-width:  auto;
  min-height: auto;
  font-family: var(--Universal-Sans-Text-530);
}
.collection ul.grid li.grid__item .card .cust_ATC_btnWrap button:hover{
background: #1C1AB8;
}
/* COLLECTION PAGE */
.template-collection .collection ul.grid li.grid__item .card__inner:before {
    padding-bottom: 131.015% !important;
}
.template-collection .collection{
  padding-bottom: 2.4rem;
}
/* PRODUCT DETAILS */
.MainProduct--section{
}
.MainProduct--section .MainProduct--wrap{
  /* padding: 0; */
}
.MainProduct--wrap .page-width{
  max-width: 122.4rem;
  padding: 0 3.2rem !important;
}
.product .product__media-wrapper{
  max-width: 39.8275862069% !important;
  width: 100% !important;
}
.product .product__media-wrapper .slider-mobile-gutter{
  
}
.product .product__media-wrapper .slider-mobile-gutter ul.product__media-list{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.product .product__media-wrapper .slider-mobile-gutter ul.product__media-list li.product__media-item{
   width: 100%;
  max-width: 100%; 
}
.product .product__media-wrapper .slider-mobile-gutter ul.product__media-list li.product__media-item .product-media-container{
  width: 100%;
  max-width: 100%;
      border: 0;
}
.product .product__media-wrapper .slider-mobile-gutter ul.product__media-list li.product__media-item:nth-of-type(1) .product-media-container{
  border: 1px solid #EFE4E4;
}
.product .product__info-wrapper{
  max-width: 57.4137931034% !important;
  width: 100% !important;
  margin-left: auto;
  padding: 0 !important;
}
.product .product__info-wrapper .product__info-container{
  max-width: 100%;
}
.product .product__title{
  margin: 0 0 0.8rem 0;
}
.product .product__title h1{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p24);
line-height: 142%;
color: #2D2C8B;
}
.product .product__info-wrapper .product__text{
margin: 0 0 1.4rem 0 !important;
font-family: var(--Universal-Sans-Text-360);
font-weight: 300;
font-size: var(--p16);
line-height: 162%;
color: #2D2C8B;
      letter-spacing: 0;
}
.product .prd-prc-wrap{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.4rem 0 ;
  border-bottom: 1px solid rgba(45, 44, 139, 0.3);
  padding-bottom: 1.4rem;
}

.product .price{
  
}
.product .price .badge{
  margin: 0 !important;
}
.product .price .price__container{
  margin: 0 ;
  display: flex;
}
.product .price .price__container .price__sale {
display: flex;
  gap: 0.8rem;
}
.product .price .price__container span,
.product .price .price__container span s{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p20);
line-height: 150% ;
color: #2D2C8B;
  margin: 0;
}
.product .product__info-wrapper fieldset{
  width: 100%;;
  max-width: 100%;
   border-bottom: 1px solid rgba(45, 44, 139, 0.3);
  padding-bottom: 1.4rem;
  margin: 0 0 1.2rem;
}
.product .product__info-wrapper .form__label{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p20);
line-height: 150% ;
color: #2D2C8B;
  letter-spacing: 0;
  margin: 0 0 0.633rem;
}
.product .product__info-wrapper .sizeChart{
font-family: var(--Universal-Sans-Text-360);
font-weight: 300;
font-size: var(--p16);
line-height: 99% ;
text-decoration-line: underline;
color: #2D2C8B;
  letter-spacing: 0;
}
.product .product__info-wrapper .form__labelWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
    margin: 0 0 0.633rem;
}
.product .product__info-wrapper .form__labelWrap .form__label{
  margin: 0;
}

.product .product__info-wrapper .product-form__input--pill input[type=radio]+label {
display: inline-flex;
justify-content: center;
align-items: center;
padding: .8rem 2.4rem;
width: 10.4rem;
height: 3.2rem;
border: .2rem solid #2D2C8B;
border-radius: 1.0rem;
margin: 0.4rem 0.3rem 0rem 0;
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p12);
line-height: 133%;
color: #2D2C8B;
}

.product .product__info-wrapper .product-form__input--pill input[type=radio]:checked+label {
    background-color: #2D2C8B;
    color: #fff;
}

.product .product__info-wrapper .swatch-input__input+.swatch-input__label{
  margin: 0.4rem 1.0rem 0 0;
  
}
.product .product__info-wrapper .swatch-input__input+.swatch-input__label .swatch{
  border: 1px solid #2D2C8B;
}
.product .product__info-wrapper .swatch-input__input:active+.swatch-input__label, 
.product .product__info-wrapper .swatch-input__input:checked+.swatch-input__label {
    outline: .1rem solid #2D2C8B;
}

.product .product__info-wrapper .qty_buy_now_wrp{
  margin: 0;
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
.product .product__info-wrapper .product-form__input.product-form__quantity{
    width: auto;
    min-width: auto;
    flex: unset;
  margin: 0;
}
.product .product__info-wrapper .quantity{
  width: 9.9rem;
  min-width: 9.9rem;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 1.5rem;
      height: 4.8rem;
}
.product .product__info-wrapper .quantity:before,
.product .product__info-wrapper .quantity:after{
  content: normal;
}
.product .product__info-wrapper .quantity .quantity__button{
 width:2.0rem; 
  opacity: 1;
}
.product .product__info-wrapper .quantity .quantity__input{
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
padding: 0px 2px;
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p16);
color: #344054;
    height: 4.6rem;
}
.product .product__info-wrapper .product__info-container .product-form, 
.product .product__info-wrapper .product__info-container .product__description, 
.product .product__info-wrapper .product__info-container .icon-with-text {
    margin: 0;
}
.product .product__info-wrapper .product-form__buttons,
.product .product__info-wrapper .prd-buybtn-wrap{
    max-width: 100%;
  width: 100%;
}
.product .product__info-wrapper .product-form__submit.button{
  height: 4.8rem;
  min-height: auto;
  min-width: auto;
  width: 100%;
  margin: 0;
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p14);
line-height: 143%;
color: #FFFFFF;
}

.product .product__info-wrapper .icon-with-text{
  display: flex;
  gap: 0.8rem;
  margin: 1.4rem 0 0rem 0 !important;
}
.product .product__info-wrapper .icon-with-text li{
  width: 100%;
  text-align: center;
}
.product .product__info-wrapper .icon-with-text li img{
  width: 4.0rem;
  height: 4.0rem;
  margin: 0 auto 0.8rem auto;
}
.product .product__info-wrapper .icon-with-text li .h4{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: 14px;var(--p14);
line-height: 171%;
text-align: center;
color: #101828;
}

.product .product__accordion{
  margin: 1.4rem 0 0 0;
}
.product .product__accordion+.product__accordion{
  margin: 0;
}
.product .product__accordion details{
  
}
.product .product__accordion details summary{
  
}
.product .product__accordion details summary .summary__title{
  
}
.product .product__accordion details summary .summary__title .accordion__title{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p16);
line-height: 162% ;
color: #2D2C8B;
}
.product .product__accordion details .accordion__content{
    font-size: var(--p14);
    padding: 0;  
}
.product .accordion .summary__title+svg {
    height: 0.9rem;
  width: 1.4rem;
  color: rgba(152, 162, 179, 1);
  right: 0.6rem;
  top:2.0rem;
}
.product .accordion .summary__title+.icon-caret  path{
  stroke:#2D2C8B;
}
.product .quantity__rules-cart{
  display: none;
}

.template-product .shopify-section-group-footer-group {
padding: 0;
}
.template-product .product .price--large {
        display: flex;
        align-items: center;
    }
.template-product .product .price__regular {
    display: none !important;
}
/* PROD END */
/* FAQ */
.template-page-faq{
  
}
.template-page-faq .shopify-section-group-footer-group{
  padding-top: 0;
}
.faq-secMain{
  padding: 2.4rem 0 2.4rem;
}
.faq-secMain .page-width{
  max-width: 87.5rem;
}
.faq-secMain .left-faq-content{
width: 39.0532544379%;
font-family: var(--Universal-Sans-Text-360);
font-weight: 300;
font-size: var(--p16);
line-height: 162%;
color: #2D2C8B;
}
.faq-secMain .right-faq-content{
  width: 57.0414201183%;
  margin-left: auto;
}
.faq-secMain .heading{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p42);
line-height: 124% ;
color: #2D2C8B;
margin: 0 0 0.8rem 0;
}
.faq-secMain .accordion{
  background-color: #F9FBFF;
  padding: 3.0rem 2.2rem 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 3.0rem;
}

.faq-secMain .accordion-item{
  margin: 0 !important;
}
.faq-secMain .accordion-item .accordion-header{
    display: flex;
  gap: 0.8rem;
  margin: 0 0 0.4rem 0;
  justify-content: space-between;
  cursor: pointer;
}
.faq-secMain .accordion-item .accordion-header span{
  flex-shrink: 0;
  position: relative;
  display: block;
  top:2px;
}
.faq-secMain .accordion-item .accordion-header h3{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p16);
line-height: 162%;
color: #2D2C8B;
margin: 0;
}
.faq-secMain .accordion-item .accordion-content{
font-family: var(--Universal-Sans-Text-360);
font-weight: 300;
font-size: var(--p14);
line-height: 130%;
color: #2D2C8B;
  padding: 0;
  background-color: transparent;

}
/* FAQ END */
/* Return-Page */
.page-width.main-default-page{
    max-width: 82.1rem;
  padding-top: 2.4rem;
  padding-bottom: 4.9rem;
}
.main-default-page .main-page-title{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p42);
line-height: 124% ;
color: #2D2C8B;
  margin: 0 0 0.8rem 0;
}
.main-default-page p{
  margin: 0 0 1rem;
}
.main-default-page br{
  display: none;
}
.main-default-page .rte {
font-family: var(--Universal-Sans-Text-360);
font-weight: 300;
font-size: var(--p16);
line-height: 162% ;
color: #2D2C8B;
}
.main-default-page strong{
font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
font-size: var(--p24);
line-height: 142%;
color: #2D2C8B;
}
.main-default-page .rte ul, .main-default-page .rte ol{
  list-style: none;
  padding:0;
  margin: 0.2rem 0 2.5rem 0;
}
 .main-default-page .rte ol{
   padding-left: 2.5rem;
   list-style: number;
 }
.main-default-page .rte ul li{
  position: relative;
  display: flex;
  padding-left: 2.5rem;
}
.main-default-page .rte ul li:before{
  content: "";
  width: 3px;
  height: 3px;
  background-color: #2D2C8B;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 1rem;
  top:1.2rem;
  
}
.main-default-page .rte ul:last-child, .main-default-page .rte ol:last-child{
margin-bottom: 0;
}
body:has(.main-default-page) .shopify-section-group-footer-group{
  padding-top:0;
}
/* Return-Page END*/

/* cart PAge */
.template-cart{
  
}
.template-cart .title{
  font-size: var(--p24);
  font-family: var(--Universal-Sans-Text-530);
font-weight: 500;
  color: #2D2C8B;
}

.template-cart .quantity-popover-container{
}
.template-cart .quantity-popover-container .quantity{
    width: 10rem;
    padding: 0 1rem;
    min-width: auto;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #fff;
    height: 4.8rem;
}
.template-cart .quantity-popover-container .quantity:before,
.template-cart .quantity-popover-container .quantity:after{
  content: normal;
}
.template-cart .quantity-popover-container .quantity .quantity__button {
    width: 2rem;
    color: #111;
}
.template-cart .quantity-popover-container .quantity .quantity__input {
    border: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    padding: 0 2px;
    font-family: var(--Universal-Sans-Text-530);
    font-weight: 500;
    font-size: var(--p16);
    color: #344054;
    height: 4.6rem;
}
.template-cart .cart-item__quantity .cart-item__quantity-wrapper {
align-items: center;
}
.cart-item__quantity .cart-item__quantity-wrapper  cart-remove-button .button {
height: 4.8rem;
  background-color: #6c6cae;
  color: #fff;
}
.cart-item__quantity .cart-item__quantity-wrapper  cart-remove-button .button:hover,
.cart-drawer__empty-content .button:hover{
  background-color: #1C1AB8;
    color: #fff;
}
.cart-drawer__empty-content .button{
    background-color: #6c6cae;
  color: #fff;
}
.cart__login-paragraph a{
  color: #fff;
}
.cart__login-paragraph a:hover{
  color: #6c6cae;
}

.drawer .cart__ctas .cart__checkout-button{
  background-color: #6c6cae;
  color: #fff;
}
.drawer .cart__ctas .cart__checkout-button:hover{
  background-color: #1C1AB8;
  color: #fff;
}

/* .template-index main.content-for-layout.focus-none{
  margin-top: -8.2rem;
} */
.template-index .section-header .header-wrapper{
  background: transparent;
}
.custom_marqueeWrap{
  padding: 2rem 0;
  border-top: 3px solid var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.custom_marqueeWrap .marquee_item{
  padding: 0 1.5rem;
}
.template-index .shopify-section-group-footer-group{
  padding-top: 0;
}

/* Block collection */
.block_collectionWrap{
  padding: 3rem 0;
}
.block_collectionWrap .each_collection{
  display: flex;
  flex-wrap: wrap;
  --gap: 24px;
  column-gap: var(--gap);
  row-gap: var(--gap);
  margin: 0 0 3.7rem;
}
.block_collectionWrap .each_collection:last-child{
  margin: 0 0;
}
.block_collectionWrap .each_collection .imgWrap{
  width: 100%;
  max-width: calc(50% - (var(--gap) / 2));
  position: relative;
}
.block_collectionWrap .each_collection .productCard_wrap{
  width: 100%;
  max-width: calc(50% - (var(--gap) / 2));
  padding: 0 0 !important;
}
.block_collectionWrap .each_collection .imgWrap img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.block_collectionWrap .each_collection .imgWrap .collection_info{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 5rem 2.2rem 2.1rem;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
}
.block_collectionWrap .each_collection .imgWrap .collection_info h2{
  color: var(--white);
  font-family: var(--Anton-font);
  font-weight: 900;
  font-size: 80px;
  letter-spacing: -4px;
  line-height: 1.2;
  margin: 0 0;
  text-transform: uppercase;
}
.block_collectionWrap .each_collection .imgWrap .collection_info p{
  color: var(--white);
  font-size: var(--p26);
  line-height: 1.3;
  font-weight: 400;
}
.block_collectionWrap .each_collection .productCard_wrap .grid.product-grid{
  --column-gap: 0.8rem;
  --row-gap: 0.8rem;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.block_collectionWrap .each_collection .productCard_wrap .grid.product-grid .grid__item{
  width: calc(50% - var(--column-gap) / 2);
  max-width: calc(50% - var(--column-gap) / 2);
}
.block_collectionWrap .each_collection .productCard_wrap .grid.product-grid .grid__item:has(.card-wrapper){
  width: 100%;
  max-width: calc(50% - (var(--column-gap) / 2));
}
.block_collectionWrap .each_collection:nth-child(even) .imgWrap{
  order: 2;
}
.block_collectionWrap .each_collection:nth-child(even) .productCard_wrap{
  order: 1;
}

.template-collection .shopify-section-group-footer-group {
  padding-top: 9rem;
}


.card--standard .card__inner a{
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #2D2C8B;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content li .list-menu__item:hover {
    animation: wiggleLR 0.5s ease-in-out;
  }
    @keyframes wiggleLR {
        0%   { transform: translateX(0); }
        25%  { transform: translateX(-5px); }
        50%  { transform: translateX(5px); } 
        75%  { transform: translateX(-5px); } 
        100% { transform: translateX(0); }
    }
}
@media screen and (max-width:749px) {
  .footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .field__input,
  .footer .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info .flex .left-content .field .newsletter-form__button {
    border-radius: 6px !important;
  }
}
.sizeChart {
  cursor: pointer;
}
.card-product-options-and-btn {
  height: 0;
  transition: 0.2s all linear;
  margin-top: -16px;
  overflow-y: hidden;
}
.active .card-product-options-and-btn {
  margin-top: 0;
  height: auto;
}