/** Shopify CDN: Minification failed

Line 2171:0 Unexpected "{"

**/
:root {
  --title-font-family: "Saigon-Light";
  --body-font-family:JetBrainsMono-Regular;
  --primary-color: #d5edca;
  --secondry-color: #0f0f0f;
  --brown-color:#412d26;
  --blue-color:#B2C7D3;
  --transition: all 0.4s;
}
p {
  font-size: 16px;
  color: var(--brown-color);
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: var(--body-font-family);
}
body.temp-register,
body.temp-login {
    background: #f5f7f2;
}
@font-face {
  font-family: "Saigon-Light";
  src: url("/cdn/shop/files/Saigon-Light.otf")
    format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsMono-Medium";
  src: url("/cdn/shop/files/JetBrainsMono-Medium.ttf")
    format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsMono-Bold";
  src: url("/cdn/shop/files/JetBrainsMono-Bold.ttf")
    format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsMono-Regular";
  src: url("/cdn/shop/files/JetBrainsMono-Regular.ttf")
    format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "JetBrainsMono-Light";
  src: url("/cdn/shop/files/JetBrainsMono-Light.ttf")
    format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Adobe_Handwriting";
  src: url("/cdn/shop/files/Adobe_Handwriting.otf")
    format("opentype");
  font-style: normal;
}
.custom-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease,visibility .4s ease;
    z-index: 1000;
    text-align: center;
}
.menu-drawer__menu li a {
    font-size: 20px;
    color: var(--brown-color);
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: -.05em;
    font-family: "JetBrainsMono-Regular";
    text-align: center;
}
.menu-drawer__menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu-drawer__menu li {
    list-style: none;
    margin-bottom: 0 !important;
}
.custom-menu.active {
  opacity: 1;
  visibility: visible;
}
.collection-hero{
    padding-top:50px !important;
}
.page-about .redefinis-sec .under-soma-button {
    width: 282px;
}
.page-about .video-hero:after{
    display:none;
}
.logo_box img {
    width: 250px;
    height: auto;
}
.header__icons>a {
    font-size: 14px;
    text-decoration: none;
    color: var(--brown-color);
    line-height: 24px;
    font-family: JetBrainsMono-Light;
    letter-spacing: -.05em;
    transition: var(--transition);
}
.menu-drawer__menu .sign-up {
    background: var(--blue-color);
    color: #fff;
    padding: 8px 28px;
    transition:var(--transition);
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    font-family: JetBrainsMono-Light;
    letter-spacing: -.05em;
    transition:var(--transition);
}
.header__icons .sign-up {
    background: var(--blue-color);
    color: #fff;
    padding: 8px 28px;
}
.menu-drawer__menu .sign-up:hover,
.menu-drawer__menu .sign-up:active,
.menu-drawer__menu .sign-up:focus,
.header__icons .sign-up:hover,
.header__icons .sign-up:focus,
.header__icons .sign-up:active {
    background:var(--brown-color);
    color:#fff;
}

/* OUR METHOD SECTION */
.our-method-main {
    display: flex;
    align-items: center;
}
.our-method-left {
    width: 40%;
    flex: 0 0 40%;
    border-right: 1px solid #412d26;
}
.our-method-right {
    padding: 0 150px;
    flex: 0 0 60%;
    width: 60%;
}
.our-method-right>* {
    width: fit-content;
    text-align: left;
    max-width: 646px;
}
.our-method-right .soma-button {
    margin: 0;
}
.our-method {
    padding: 8px;
}
.our-method-left img{
    width: 100%;
    display: block;
}
.our-method-right p {
    margin-bottom: 25px;
}
.our-method-sec {
    border-top: 1px solid #412D26;
    border-bottom: 1px solid #412D26;
}
.desc_flex {
    display: flex;
    padding-bottom: 25px;
}
.desc_flex p {
    margin: 0 !important;
}
.soma-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    font-family: JetBrainsMono-Regular;
    text-align: center;
    color: var(--brown-color);
    margin: 0 0 24px;
    font-family: "Saigon-Light";
}
.soma-button {
    padding: 8px 50px;
    background: var(--blue-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: var(--transition);
    text-transform: uppercase;
    font-family: JetBrainsMono-Regular;
    cursor:pointer;
}
.soma-button:hover,
.soma-button:active,
.soma-button:focus{
  background: var(--brown-color);
  color:#fff;
}
.talking-info p {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-family: Adobe_Handwriting;
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 0 25px 0;
}
.talking-info span {
    margin-top:10px;
    font-size: 15px;
    color: #0f0f0f;
    letter-spacing: -.375px;
    line-height: 22.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "JetBrainsMono-Medium";
    margin-bottom: 50px;
}
.talking-slider:not(.slick-initialized){
    display:none;
}
.talking-slider .slick-dots {
    bottom: 0;
    left:0;
    right:0;
}
.talking-slider .slick-dots li button {
    width: 96px;
    height: 4px;
    background: #a49c95!important;
    margin: 0 4px;
    padding: 0;
    opacity: 0.2;
    transition:var(--transition);
}
.talking-slider .slick-dots li {
    width: 96px;
    height: 4px;
}
.talking-slider .slick-dots li button:before {
    display: none;
}
.talking-slider .slick-dots li:hover button,
.talking-slider .slick-dots li:focus button,
.talking-slider .slick-dots li:active button,
.talking-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.talking-slider {
    /* padding: 96px 40px; */
    margin: 0 !important;
}
.talking-section {
    padding: 80px 0;
    overflow: hidden;
    border-bottom: 1px solid #412D26;
    border-top: 1px solid #412D26;
}
.slick-slider:not(.slick-initialized){
    display:none;
}
.marquee-slider p {
    font-size: 20px;
    line-height: 28px;
    width: auto;
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
    color: #F9F6F2;
    font-family: JetBrainsMono-Regular;
    text-transform: uppercase;
}
.marquee-bg {
    padding: 23px 0;
    z-index: 1;
    overflow: hidden;
}
body.page-about main#MainContent,
body.page-classes main#MainContent,
body.temp-index main#MainContent{
    margin-top:-113px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-image: none;
}
.wishlist-hero-custom-button.wishlisthero-quick-view button {
    margin: 0 auto 10px!important;
    font-family: 'JetBrainsMono-Regular';
    letter-spacing: 0;
}
.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end;  */
}
.video-hero:after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom,#fff0,#f9f6f2);
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
}
.video-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  line-height:1;
}

.video-hero__overlay {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    bottom: 92px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
    top: auto;
}
.video-hero__overlay .soma-title{
    margin:0;
    font-size:80px;
    line-height:normal;
}
.video-hero__overlay p {
    margin: 0 auto;
    font-family: JetBrainsMono-Light;
    font-size: 16px;
    line-height: 60px;
}
.video-hero__overlay h4 {
    color: #F9F6F2;
    font-size: 30px;
    font-family: 'Adobe_Handwriting';
    font-weight: 400;
    word-wrap: break-word;
    margin: 0;
    margin-bottom: 25px;
}
.video-hero__overlay ul li {
    list-style: none;
    color: var(--brown-color);
    text-align: center;
    font-family: JetBrainsMono-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid var(--brown-color);
    /* background: #f9f6f24d; */
    width: 300px;
    height: 70px;
    padding: 10px;
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.temp-index .video-hero__overlay .soma-button{
    background:var(--brown-color);
}
.temp-index .video-hero__overlay .soma-button:hover{
    background:var(--blue-color);
}
.video-hero__overlay ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin: 20px 0 50px;
    padding:0;
}
.menu-drawer__menu li a,
a.sign-in {
    position: relative;
}
.menu-drawer__menu li a:after,
.header__icon--menu:after,
a.sign-in:after{
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: .05em;
    bottom: 0;
    left: 0;
    background:var(--brown-color);
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.menu-drawer__menu li a:hover:after,
.header__icon--menu:hover:after,
a.sign-in:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
.full-width {
    padding-left: 32px;
    padding-right: 32px;
}
.page-info p,
.page-info p strong {
    color: var(--brown-color);
    font-family: var(--body-font-family);
    font-size: 16px;
    line-height: 24px;
}
.soma-maintitle {
    text-align: left;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 700;
    font-family: var(--body-font-family);
    color: var(--brown-color);
    margin: 0 0 24px;
}
.page-info p {
    margin-bottom: 8px;
}
.video-hero__video img{
    width:100%;
    height:100vh;
    object-fit:cover;
}
.our-method-main.right {
    flex-direction: row-reverse;
}
.our-method-main.right .our-method-left{
    border-right:0;
    border-left:1px solid #412d26;
}
.method-right.our-method-sec{
    border-top:0;
}
.page-about .form_img_flex{
    border-top: 1px solid #412d26;
}
.page-about .talking-section{
    border-top:0;
}
.private-session p {
    font-size: 16px;
    margin: 0;
    color: var(--brown-color);
    font-family: var(--body-font-family);
    line-height:24px;
}
.private-session h2 {
    margin: 0;
}
.private-session {
    padding: 90px 75px 77px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}
.seen-section p {
    font-family: "Saigon-Light";
    font-size: 24px;
    color: #0f0f0f;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin: 0 0 8px;
    text-align:center;
}

.seen-section span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #0f0f0f;
}
.seen-section {
    padding: 96px 15px;
}
.seen-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
}
.seen-info img {
    margin-top: 16px;
}
.faq-section {
    text-align: center;
    margin: 0 auto;
    max-width: 50%;
    padding: 48px 16px;
}
.faq-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    color: var(--brown-color);
    margin: 0 0 40px;
    font-family: "Saigon-Light";
}

.faq-item {
  text-align: center;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    gap:10px;
    padding: 12px 0;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    color: var(--brown-color);
    letter-spacing: -1px;
    font-family: "JetBrainsMono-Bold";
}

.faq-icon {
    transition: transform .3s ease;
    position: relative;
    display: block;
    width: 16px;
    height: auto;
    flex:0 0 16px;
}
.faq-icon:after, .faq-icon:before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    transition: .35s;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
}
.faq-icon:after {
    transform: translatey(-50%) rotate(90deg);
}
.faq-icon:before {
    transform: translatey(-50%);
}
.faq-item.active .faq-icon:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}
.faq-item.active .faq-icon:after {
    transform: translatey(-50%) rotate(0);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-wrapper {
    margin-bottom: 40px;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}
.contact {
    margin:150px 0;
}
.faq-answer p, .faq-answer p a {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-family: JetBrainsMono-Light;
}
.custom-collection h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px;
    text-transform: uppercase;
    color: var(--brown-color);
    font-family: "Saigon-Light";
    letter-spacing: 0;
}
.custom-collection-slider img {
    width: 100%;
    border-radius: 8px;
    transition:var(--transition);
}
.custom-collection-slider a:hover img {
    transform: scale(1.1);
}
.custom-collection-slider{
    margin:0 -20px;
}
.custom-collection-slider .slick-slide {
    padding: 0 20px;
}
.custom-collection {
    padding: 48px 32px;
}
.col-img {
    margin: 0 0 20px;
    line-height: 1;
    display: block;
}
.custom-collection-slider a{
    text-decoration:none;
}
.custom-collection-slider p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    color: var(--brown-color);
    font-family: "JetBrainsMono-Bold";
    letter-spacing: 0;
}
.custom-collection-slider .slide-arrow {
    background: transparent;
    border: 1px solid var(--blue-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition:var(--transition);
    cursor:pointer;
}
.custom-collection-slider .slick-disabled {
    cursor: not-allowed;
}
.custom-collection-slider .slide-arrow svg {
    width: 60px;
    height: 60px;
    transition:var(--transition);
}
.custom-collection-slider .slide-arrow svg path{
    transition:var(--transition);
}
.custom-collection-slider .slide-arrow:hover {
    background:var(--blue-color);
}
.custom-collection-slider .slide-arrow:hover svg path{
    fill:#fff;
}
.custom-collection-slider .slide-arrow.next-arrow {
    left: auto;
    right: 0;
}
.custom-collection-slider .slide-arrow.prev-arrow {
    left: 0;
    right: auto;
}
.custom-collection-slider .slide-arrow.prev-arrow svg {
    transform: rotate(180deg);
}
.subscription-model {
    margin: 0 auto;
    max-width: 1286px;
    padding: 200px 0 0 0;
}
.subscription-title {
    text-align: center;
    margin-bottom: 48px;
}
.time-duration {
    color: #e8e4db;
    font-size: 15px;
    font-family: "Saigon-Light";
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 8px;
    right: 12px;
}
.subscription-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0 auto;
    max-width: 1286px;
    align-items: flex-end;
    padding: 0 15px 200px 15px;
}
.subscription-main .page-width{
    padding:0;
}
.section-featured-product-mensuel .product__info-container .product__description {
    margin-top: 50px;
}
.paywhirl-plan-selector .paywhirl-plan-selector-header,
.subscription-main .product__tax,
.subscription-main .product-form__submit,
.subscription-main .product__view-details,
.subscription-main .slider-buttons,
#shopify-buyer-consent{
    display:none !important;
}
.mobile-facets__open-label,
#ProductCount {
    font-size: 15px;
    font-family: "JetBrainsMono-Medium";
    line-height: 1;
}
body .paywhirl-plan-selector.paywhirl-plan-selector-theme-modern .paywhirl-plan-selector-plan>label {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 16px;
    line-height: 1;
    color: var(--brown-color);
    margin: 0;
    text-align: left;
    font-family: "JetBrainsMono-Regular";
    letter-spacing: 0;
}
.custom-buy-now {
    width: 100%;
    border: none;
    background: var(--blue-color);
    border-radius: initial;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    font-family: 'JetBrainsMono-Regular';
    transition: var(--transition);
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.custom-buy-now:hover {
    background: var(--brown-color);
    color: #fff;
}
.section-featured-product-annuel .custom-buy-now:hover {
    background: var(--blue-color);
    color: #fff;
}
.section-featured-product-annuel .custom-buy-now {
    background: var(--brown-color);
    color: #fff;
}
.subscription-inner{
    transition:all 0.5s;
}
.subscription-inner:hover{
    background: #e8e4db;
}
.subscription-main .product--no-media {
    max-width: 100%;
    margin: 0;
}
.subscription-main .product-form__buttons,
.subscription-main .product--no-media .product-form>.form{
    max-width:100%;
}
.subscription-main .shopify-challenge__button,
.subscription-main button.shopify-payment-button__button--unbranded{
    letter-spacing: .1rem;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-family: JetBrainsMono-Light;
    background: var(--brown-color);
    border-radius:6px;
}
.subscription-main .shopify-challenge__button:before,
.subscription-main .shopify-payment-button__button--unbranded:before,
.subscription-main .shopify-challenge__button:after,
.subscription-main .shopify-payment-button__button--unbranded:after{
    display:none;
}
.paywhirl-plan-selector.paywhirl-plan-selector-theme-modern .paywhirl-plan-selector-group.paywhirl-group-selected>.paywhirl-label{
    justify-content:space-between;
    border-color:var(--brown-color);
}
.paywhirl-plan-selector.paywhirl-plan-selector-theme-modern .paywhirl-plan-selector-group.paywhirl-group-selected .paywhirl-plan-selector-group-name {
    color: var(--brown-color) !important;
    font-size: 18px;
    font-family:"JetBrainsMono-Bold";
}
.subscription-inner .product__info-container{
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items:center;
}
.subscription-inner .product__info-container>*+*{
    margin:0;
}
.subscription-inner {
    border: 1px solid #412D26;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 50px 50px 50px;
    row-gap: 16px;
    position: relative;
    height: 100%
}
.section-featured-product-annuel .subscription-inner{
    border-right: 2px solid #412D26;
    border-bottom: 2px solid #412D26;
    border-left: 2px solid #412D26;
    background: linear-gradient(180deg, #EDE6DC 0%, rgba(237, 230, 220, 0.00) 100%);
    position:relative;
}
.section-featured-product-annuel .subscription-inner:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/annu.png);
    width: 245px;
    height: 245px;
    bottom: -90px;
    right: -160px;
    background-size: cover;
    background-position: center;
}
.subscription-inner.sub-bg {
    background: #e8e4db;
}
.subscription-inner h3 {
    font-family: 'JetBrainsMono-Medium';
    font-size: 26px;
    line-height: 36px;
    text-align:center;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.6px;
    color: #F9F6F2;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 6px 0;
}
.section-featured-product-mensuel .subscription-inner{
    margin-right:-2px;
    border-right: 1px solid rgba(65, 45, 38, 0.30);
    border-bottom: 1px solid rgba(65, 45, 38, 0.30);
    border-left: 1px solid rgba(65, 45, 38, 0.30);
    border-top:0;
}
.section-featured-product-mensuel .subscription-inner h3 {
    border-bottom: 1px solid rgba(65, 45, 38, 0.30);
    background: #B2C7D3;
}
.section-featured-product-annuel .subscription-inner h3 {
    border-bottom: 1px solid #412D26;
    background: #412D26;
}
.subscription-inner p {
    color: #A49C95;
    text-align: center;
    font-family: 'JetBrainsMono-Light';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.6px;
    margin: 0 0 50px !important;
}
.subscription-inner span {
    font-size: 50px;
    line-height: 36px;
    color: var(--brown-color);
    font-family: JetBrainsMono-Bold;
}
.section-featured-product-annuel .product__text,
.subscription-inner.sub-bg sub {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--blue-color);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1;
    font-family: "JetBrainsMono-Regular";
    border-radius: 4px;
}
.marquee-slider {
    animation: scroll-left 20s linear infinite;
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: center;
}
.marquee-slider span {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.marquee-slider span svg {
    width: 6px;
    height: 6px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
ul#product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:32px;
}
ul#product-grid li {
    width: 100%;
    max-width: 100%;
}
.ctm-main-collection-product-grid{
    padding:80px 32px;
}
.collection-hero__inner {
    padding: 0px !important;
}
h1.collection-hero__title {
    font-size: 60px;
    font-family: "Saigon-Light";
    text-align: center;
    margin: 0 0 24px !important;
    color: #000;
}
.collection-hero__text-wrapper {
    text-align: center;
}
.collection-hero__description {
    max-width: 100% !important;
}
.collection-hero__title+.collection-hero__description {
    margin: 0 0 30px!important;
}
.collection-hero__description p {
    font-size: 16px;
    font-family: "JetBrainsMono-Light";
}
.customer h1 {
    font-size: 50px;
    line-height: normal;
    color: var(--brown-color);
    font-family:Saigon-Light;
}
.customer button {
    background: var(--blue-color);
    color: #fff;
    padding: 13px 28px;
    font-size: 18px;
    text-decoration: none;
    line-height: 24px;
    font-family: JetBrainsMono-Light;
    letter-spacing: -.05em;
    transition: var(--transition);
    height: auto;
    min-height: auto;
    width: 330px;
}
.customer button:hover{
    background: var(--brown-color);
    color: #fff;
}
.customer .brown-btn{
    background: var(--brown-color);
    color: #fff;
    padding: 13px 28px;
    font-size: 18px;
    text-decoration: none;
    line-height: 24px;
    font-family: JetBrainsMono-Light;
    letter-spacing: -.05em;
    transition: var(--transition);
    height: auto;
    min-height: auto;
    width: 330px;
}
.customer .brown-btn:hover{
    background: var(--blue-color);
    color: #fff;
}
.container{
    max-width: 100%;
    margin: 0 auto;
    padding:0 200px;
}
.customer form button:after,.customer form button:before {
    display: none;
}
#togglePassword {
    position: absolute;
    right: 15px;
    border: none!important;
    cursor: pointer;
    background: transparent!important;
    padding: 0;
    margin: 0!important;
    width: fit-content!important;
    min-width: auto;
    top: 0;
    bottom: 0;
    height:42px;
}
.customer.register .form_filed{
    margin:0;
}
#togglePassword svg {
    width: 20px;
    height: auto;
}
.custom-collection-slider .slick-track{
    margin-left: 0;
}
.col-aspect-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
}
.paywhirl-plan-selector.paywhirl-plan-selector-theme-modern .paywhirl-plan-selector-group.paywhirl-group-selected > .paywhirl-label{
    border-color:#000 !important;
}

/* my css */
.header {
    padding: 21px 32px 00px!important;
    /* border-bottom: 1px solid #412D26; */
}
body {
    background: #F9F6F2 !important;
}
.padding-200{
    padding: 200px 0;
}
.text_banner_sec {
    padding: 75px 15px;
}
.text_banner_inner {
    max-width: 848px;
    margin: 0 auto;
    text-align: center;
}
.text_banner_inner p {
    color: #F9F6F2;
    font-size: 30px;
    font-family: Adobe_Handwriting;
    font-weight: 400;
    line-height: 50px;
    word-wrap: break-word;
    margin: 0;
}
.subscription-title p {
    max-width: 664px;
    margin: 0 auto;
}
.form_img_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form_col {
    width: 60%;
}
.img_right_col {
    width: 40%;
}
.img_right_col img {
    display: block;
    width: 100%;
    height: auto;
    border-left: 1px solid #412D26;
}
.form_col h2 {
    max-width: 580px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.form_box .custom-contact-form input::placeholder {
    color: #A49C95;
    font-family: 'JetBrainsMono-Regular';
}
.form_col p{
    text-align:justify;
}
.form_box,
.form_col p {
    max-width: 580px;
    margin: 0 auto;
}
button.soma-button {
    border: unset;
}
.form_filed {
    width: 100%;
    flex:0 0 100%;
    background: transparent;
    border: 1px solid #A49C95;
    padding: 7px 28px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    color: #A49C95;
    font-family: JetBrainsMono-Regular;
}
.form_box input#ContactForm-email {
    margin-bottom: 50px;
}
.form_box {
    padding-top: 50px;
}
.new_footer_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between;
    background: #a49c95;
    padding: 50px 100px;
    color: #f9f6f2;
    border-top: 1px solid #412D26;
}
.footer_newsletter_box {
    width: 26%;
    padding: 0 15px;
}
/* .logo_box {
    width: 8%;
    padding: 0 15px;
    margin: auto;
} */
.main-footer_menu_box {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}
.footer_menu_box {
    width: 50%;
}
.footer_menu_box ul {
    padding: 0;
    margin: 0;
}
.new_footer {
    overflow: hidden;
}
.footer_menu_box ul li {
    list-style: none;
}
.footer_newsletter_box h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    font-family: "Saigon-Light";
    line-height: 1;
    letter-spacing: 0.60px;
    word-wrap: break-word;
    margin-bottom: 25px;
    color: #F9F6F2;
}
.footer_newsletter_box p {
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #F9F6F2;
    margin-bottom: 25px;
}
.footer_newsletter_box .form_filed {
    border: 1px solid #F9F6F2;
    color: #F9F6F2;
}
.footer_newsletter_box button.soma-button {
    margin: unset;
    background: #412D26;
}
.footer_newsletter_box button.soma-button:hover {
    background: #B2C7D3;
}
.footer_newsletter_box input::placeholder {
    color: #F9F6F2;
}
.footer_menu_box h4 {
    margin: 0;
    font-size: 14px;
     font-family: "JetBrainsMono-Regular";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 21px;
    word-wrap: break-word;
    color: #F9F6F2;
    margin-bottom: 15px;
}
.footer_menu_box a {
    text-decoration: none;
    color: #F9F6F2;
    font-size: 14px;
     font-family: "JetBrainsMono-Regular";
    font-weight: 300;
    line-height: 21px;
    word-wrap: break-word;
    cursor: pointer;
    transition: 0.4s;
}
.footer_menu_box a:hover{
    color: #412D26;
}
.copy p {
    margin: 0;
    font-size: 14px;
     font-family: "JetBrainsMono-Regular";
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
}
.footer_bottom_line {
    padding: 6px 15px;
    text-align: center;
}
.pocliy_line {
    width: 100%;
    margin-top:25px;
}
.pocliy_line a {
    color: #f9f6f2;
    font-size: 14px;
    font-family: JetBrainsMono-Regular;
    font-weight: 300;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 21px;
    word-wrap: break-word;
    transition: .4s;
    text-underline-offset: 3px;
}
.pocliy_line a:hover{
    color:  #412D26;
}
.pocliy_line p {
    color: #F9F6F2;
    font-size: 14px;
     font-family: "JetBrainsMono-Regular";
    font-weight: 300;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 21px;
    word-wrap: break-word;
    text-decoration: none;
    margin:0;
}
.subscription-main .paywhirl-plan-selector-icon svg {
    display: none !important;
}
.paywhirl-plan-selector-icon:before {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/cart.svg?v=1759639599);
    width: 45px;
    height: 38px;
    opacity: unset;
}
.announcement-bar-section .utility-bar{
    border-bottom: 1px solid var(--brown-color);
    background:#F9F6F2;
    position:relative;
}
.close-announcement svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
.announcement-bar p,
.announcement-bar p span {
    color: var(--brown-color);
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.redefinis-right p {
    max-width: 746px;
    margin: 30px auto;
    text-align: center;
}
.redefinis-right h6 {
    color: #412D26;
    text-align: center;
    font-family: Adobe_Handwriting;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin: 0 0 50px;
}
.under-soma-button {
    color: #412D26;
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 9px 31px 10px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: all 0.5s;
    width: fit-content;
}
.under-soma-button:hover {
    background: #412d26;
    color: #fff;
}
.under-soma-button:after {
    position: absolute;
    content: "";
    background: #412D26;
    width: 282px;
    height: 1px;
    bottom: 0;
}
.redefinis-main {
    padding: 143px 0;
}
.marquee-slider-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.soma-subtitle {
    color: #412D26;
    font-family: 'Adobe_Handwriting';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 25px;
}
.discover-section .soma-subtitle {
    max-width: 848px;
    text-align: center;
    margin: 0 auto 50px;
}
.discover-flex {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.discover-img img {
    width: 100%;
    display: block;
    line-height: 1;
}
.discover-img {
    width: 64%;
    flex: 0 0 64%;
}
.discover-info {
    width: 36%;
    flex: 0 0 36%;
    padding-left: 20px;
}
.discover-section {
    padding: 170px 0 136px;
    border-bottom: 1px solid #412D26;
}
.product__description ul li,
.discover-info ul li {
    list-style: none;
    font-size: 16px;
    color: var(--brown-color);
    line-height: normal;
    font-family: var(--body-font-family);
    position: relative;
    padding-left: 32px;
}
.section-featured-product-mensuel .product__description ul li:after{
background-image: url(/cdn/shop/files/mensule-check.png);
}
.section-featured-product-annuel .product__description ul li:after{
background-image: url(/cdn/shop/files/annuel-check.png);
}
.product__description ul li:after,
.discover-info ul li:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/arrow-right-long.svg);
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.discover-info ul {
    margin: 0;
    padding: 0 0 36px;
}
.product__description ul{
    padding:0;
    margin:0;
}
.discover-info .under-soma-button:after {
    width: 100%;
}
.product__description ul li:not(:last-child),
.discover-info ul li:not(:last-child) {
    margin-bottom: 9px;
}
.faq-content h5 {
    font-size: 26px;
    font-weight: 300;
    word-wrap: break-word;
    color: var(--blue-color);
    font-family: 'JetBrainsMono-Light';
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.subscription-inner .shopify-app-block {
    display: none;
}
span.price-text {
    margin-left: -30px;
}
.about-desc p,
.page-about .video-hero__overlay>*{
    color:var(--brown-color);
}
.page-about .video-hero__overlay {
    max-width: 940px;
    bottom: 75px;
}
.page-about .video-hero__overlay p{
    line-height:normal;
}
.page-about .video-hero__overlay>p {
    margin: 25px 0;
}
.about-desc p {
    text-align: left;
    position: relative;
    padding-left: 32px;
}
.about-desc p:after {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/annuel-check.png);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.about-desc p:not(:last-child) {
    margin-bottom: 5px;
}
.temp-register .under-soma-button.register-bn{
    width:282px;
}
.temp-register .under-soma-button {
    font-size: 18px;

}   
.contact-left h2 a {
    color: #412d26;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.soma-under {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}
p.resi-btn a, p.resi-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #412D26;
}
.customer:is(.login){
    max-width: 33% !important;
}
.page-classes .video-hero__overlay .soma-title{
    font-family:Adobe_Handwriting;
    color:var(--brown-color);
    font-size:50px;
}
.weekly-section {
    max-width: 1420px;
    padding: 0 15px;
    margin: 0 auto;
}
.weekly-section .soma-title {
    margin: 0 0 50px;
}
.weekly-collection-col a p {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'JetBrainsMono-Bold';
}
.decours-collection-col a,
.weekly-collection-col a {
    text-decoration: none;
}
.weekly-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
}
.weekly-collection>* {
    width: 16.66%;
    flex: 0 0 16.66%;
    padding: 0 10px;
}
.weekly-collection-col>p {
    text-transform: uppercase;
}
.decours-collection img,
.weekly-collection img {
    width: 100%;
}
.main-weekly-section{
    padding:148px 0;
    border-bottom:1px solid var(--brown-color);
}
.decours-section {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-decours-section {
    padding: 80px 0;
    border-bottom:1px solid var(--brown-color);
}
.decours-collection-col .col-img p {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.decours-collection {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -12px;
}
.decours-collection>* {
    width: 290px;
    flex: 0 0 290px;
    padding: 0 15px;
}
.decours-collection-col .col-img{
    margin:0;
}
.decours-collection-col .col-img p {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    height: 44px;
    min-height: 44px;
}
.decours-collection-col a {
    border: 1px solid var(--brown-color);
    display: block;
    padding: 20px;
    transition: all 0.5s;
    background: transparent;
}
.decours-collection-col a p{
    transition: all 0.5s;
}
.decours-collection-col a:hover {
    background: var(--brown-color);
}
.decours-collection-col a:hover p{
    color:#fff;
}
.decours-collection.three-col {
    margin-bottom: 25px;
}
p.de-desc {
    font-size: 18px;
    text-align: center;
    margin: 25px 0;
    font-family: JetBrainsMono-Medium;
}
.de-list {
    display: flex;
    align-items: center;
    color: var(--brown-color);
    justify-content: center;
    padding: 19px 70px;
    width: 334px;
    margin: 0 auto 50px;
    border-bottom: 1px solid var(--brown-color);
    gap: 10px;
}
.de-list svg {
    width: 24px;
    flex: 0 0 24px;
}
.cycle-section {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-cycle-section {
    padding: 198px 0;
    border-bottom:1px solid var(--brown-color);
}
.cycle-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.cycle-left img {
    width: 100%;
    display: block;
}
.cycle-right p {
    font-size: 18px;
    width: 645px;
    text-align: center;
    margin: 0 auto 50px;
}
.cycle-section {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-cycle-section {
    padding: 198px 0;
}
.cycle-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.cycle-left img {
    width: 100%;
    display: block;
}
.cycle-right p {
    font-size: 18px;
    width: 645px;
    text-align: center;
    margin: 0 auto 50px;
}
.cycle-collection-col a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    background: rgba(178, 199, 211, 0.3);
    border-radius: 100px;
    transition:all 0.5s;
}
.cycle-collection-col a:hover{
    background: rgba(178, 199, 211, 0.1);
}
.cycle-collection-col {
    position: relative;
}
.cycle-collection-col:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 60px;
    background: linear-gradient(300deg, #B2C7D3, #5C676D);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.cycle-collection-col a {
    font-size: 18px;
    text-decoration: none;
    color: #412D26;
    text-align: center;
    line-height: 1;
}
.cycle-collection-col:not(:last-child) {
    margin-bottom: 25px;
}
.nos-section>p,
.niveau-section>p {
    text-align: center;
    margin-bottom: 50px;
    font-size:18px;
}
.main-cycle-section {
    padding: 198px 0;
}
.cycle-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}
.cycle-left img {
    width: 100%;
    display: block;
}
.cycle-right p {
    font-size: 18px;
    width: 645px;
    text-align: center;
    margin: 0 auto 50px;
}
.niveau-collection {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.cycle-collection-col a {
    font-size: 18px;
    text-decoration: none;
    color: #412D26;
    text-align: center;
    line-height: 1;
}
.cycle-collection-col:not(:last-child) {
    margin-bottom: 25px;
}
.niveau-section>p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}
.main-niveau-section {
    padding: 115px 0;
    border-bottom:1px solid var(--brown-color)
}
.niveau-collection-col p {
    margin: 0;
    transition:all 0.5s;
}
.niveau-collection-col a:hover p {
    color: #fff;
}
.niveau-collection-col a {
    text-decoration: none;
    color: #412d26;
    background: #ede6dc;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all 0.5s;
    border: 1px solid transparent;
}
.niveau-collection-col a:hover {
    background: #412d26;
    border-color: #fff;
}
.main-nos-section {
    padding: 150px 0;
}
.nos-section {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.nos-collection {
    display: flex;
    margin: 0 -25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
}
.nos-collection img {
    width: 100%;
    display: block;
}
.nos-collection>* {
    width: 33.33%;
    padding: 0 25px;
}
.nos-collection-col .col-img {
    margin: 0;
}
.faq-desc p a{
    color:var(--brown-color);
}
.temp-register .discover-section{
    border-bottom:none;
}
.customer-wrapper {
    display: flex;
    align-items: center;
}
.customer-add {
    margin-bottom: 20px;
}
.customer-left {
    width: 30%;
    flex: 0 0 30%;
}
.customer-right>a:last-child {
    display: none;
}
.customer-right {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.customer-right br{
    display: none;
}
.customer-right a {
    color: #a49c95;
    font-size: 16px;
    text-decoration: none;
    font-family: JetBrainsMono-Regular;
    line-height: 1;
    transition: all .5s;
    width: fit-content;
}
.customer-right a:hover {
    color: var(--brown-color);
}
.customer-left a {
    display: flex;
    align-items: center;
    color: #412D26;
    font-size: 16px;
    line-height: 1;
    font-family: 'JetBrainsMono-Regular';
}
.customer-left a svg {
    width: 24px;
    flex: 0 0 24px;
}
.customer-left h2 {
    color: #412D26;
    font-size: 20px;
    font-family: 'JetBrainsMono-Regular';
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 20px !important;
}
:is(.account,.order) p{
    line-height:1.6;
}
body :is(.account,.order) h1 {
    margin-bottom: 5rem;
}
.wishlist-hero-list-no-items-text {
    font-size: 20px;
    color: #412D26;
}
.history-section {
    padding: 50px 0;
}
body .customer-add p {
    margin-bottom: 10px;
}
h1.wishlist-hero-page-header {
    text-align: center !important;
}
#wishlist-hero-shared-list-view {
    padding-top: 30px;
}
.wishlist-hero-custom-button button:hover,
.wishlist-hero-custom-button button.wishlisthero-product-in-wishlist {
    background: #B2C7D3 !important;
}
.wishlist-hero-custom-button button {
    background: #412d26 !important;
    width: 44px;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition:all 0.5s;
}
.wishlist-hero-custom-button button svg {
    width: 20px !important;
    height: 20px;
}
.wishlist-hero-custom-button button svg path {
    color: #F9F6F2 !important;
}
p.wish-text {
    margin: 0 !important;
}
.wishlist-hero-custom-button {
    margin-bottom: 0 !important;
}
.under-soma-button.more-width:after,
.under-soma-button.more-width{
    width:310px;
}
.button.wishlist-btn {
    margin: 0 !important;
}
.wishlist-btn {
    background: #412d26;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    border-radius: 50%;
}
.fix-wishlist-icon {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: #412d26;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.wishlist-btn.included{
    background:var(--blue-color);
}
.wishlist-btn svg path,
.fix-wishlist-icon svg path {
    color: #fff;
}
.wishlist-btn svg,
.fix-wishlist-icon svg {
    width: 20px;
    height: 20px;
}
.remove-wishlist img {
    width: 16px;
    flex: 0 0 16px;
    height: auto;
    margin-right: -2px;
}
.masterclasses #FacetsWrapperDesktop details:nth-child(4),
.masterclasses #FacetsWrapperDesktop details:nth-child(5),
.masterclasses #FacetsWrapperDesktop details:nth-child(6),
.masterclasses .mobile-facets__main details:nth-child(2),
.masterclasses .mobile-facets__main details:nth-child(3),
.cardio  #FacetsWrapperDesktop details:nth-child(5),
.cardio  #FacetsWrapperDesktop details:nth-child(7),
.cardio .mobile-facets__main details:nth-child(3),
.sculpt\&tone #FacetsWrapperDesktop details:nth-child(5),
.sculpt\&tone #FacetsWrapperDesktop details:nth-child(7),
.sculpt\&tone #FacetsWrapperDesktop details:nth-child(8),
.sculpt\&tone .mobile-facets__main details:nth-child(3),
.sculpt\&tone .mobile-facets__main details:nth-child(5),
.pilates #FacetsWrapperDesktop details:nth-child(6),
.pilates #FacetsWrapperDesktop details:nth-child(7),
.pilates #FacetsWrapperDesktop details:nth-child(8),
.pilates #FacetsWrapperDesktop details:nth-child(9),
.pilates .mobile-facets__main details:nth-child(4),
.pilates .mobile-facets__main details:nth-child(5),
.pilates .mobile-facets__main details:nth-child(6),
.stretching\&mobility #FacetsWrapperDesktop details:nth-child(5),
.stretching\&mobility #FacetsWrapperDesktop details:nth-child(6),
.stretching\&mobility #FacetsWrapperDesktop details:nth-child(8),
.stretching\&mobility .mobile-facets__main details:nth-child(3),
.stretching\&mobility .mobile-facets__main details:nth-child(4),
.yoga #FacetsWrapperDesktop details:nth-child(4),
.yoga #FacetsWrapperDesktop details:nth-child(5),
.yoga #FacetsWrapperDesktop details:nth-child(6),
.yoga .mobile-facets__main details:nth-child(2),
.yoga .mobile-facets__main details:nth-child(3),
.breathwork\&wellnessroutines #FacetsWrapperDesktop details:nth-child(5),
.breathwork\&wellnessroutines #FacetsWrapperDesktop details:nth-child(6),
.breathwork\&wellnessroutines #FacetsWrapperDesktop details:nth-child(8),
.breathwork\&wellnessroutines .mobile-facets__main details:nth-child(3),
.breathwork\&wellnessroutines .mobile-facets__main details:nth-child(4),
.breathwork\&wellnessroutines .mobile-facets__main details:nth-child(6),
.lundi #FacetsWrapperDesktop details:nth-child(3),
.lundi #FacetsWrapperDesktop details:nth-child(4),
.lundi #FacetsWrapperDesktop details:nth-child(5),
.lundi #FacetsWrapperDesktop details:nth-child(6),
.lundi #FacetsWrapperDesktop details:nth-child(7),
.mardi #FacetsWrapperDesktop details:nth-child(3),
.mardi #FacetsWrapperDesktop details:nth-child(4),
.mardi #FacetsWrapperDesktop details:nth-child(5),
.mardi #FacetsWrapperDesktop details:nth-child(6),
.mardi #FacetsWrapperDesktop details:nth-child(7),
.mercredi #FacetsWrapperDesktop details:nth-child(3),
.mercredi #FacetsWrapperDesktop details:nth-child(4),
.mercredi #FacetsWrapperDesktop details:nth-child(5),
.mercredi #FacetsWrapperDesktop details:nth-child(6),
.jeudi #FacetsWrapperDesktop details:nth-child(3),
.jeudi #FacetsWrapperDesktop details:nth-child(4),
.jeudi #FacetsWrapperDesktop details:nth-child(5),
.jeudi #FacetsWrapperDesktop details:nth-child(6),
.jeudi #FacetsWrapperDesktop details:nth-child(7),
.samedi #FacetsWrapperDesktop details:nth-child(3),
.samedi #FacetsWrapperDesktop details:nth-child(4),
.samedi #FacetsWrapperDesktop details:nth-child(5),
.samedi #FacetsWrapperDesktop details:nth-child(6),
.samedi #FacetsWrapperDesktop details:nth-child(7),
.dimanche #FacetsWrapperDesktop details:nth-child(3),
.dimanche #FacetsWrapperDesktop details:nth-child(4),
.dimanche #FacetsWrapperDesktop details:nth-child(5),
.dimanche #FacetsWrapperDesktop details:nth-child(6),
.dimanche #FacetsWrapperDesktop details:nth-child(7),
.dimanche #FacetsWrapperDesktop details:nth-child(8),
.phasemenstruelle #FacetsWrapperDesktop details:nth-child(5),
.phasemenstruelle #FacetsWrapperDesktop details:nth-child(6),
.phasemenstruelle #FacetsWrapperDesktop details:nth-child(7),
.phasemenstruelle #FacetsWrapperDesktop details:nth-child(9),
.phasemenstruelle #FacetsWrapperDesktop details:nth-child(10),
.phasefolliculaire #FacetsWrapperDesktop details:nth-child(5),
.phasefolliculaire #FacetsWrapperDesktop details:nth-child(6),
.phasefolliculaire #FacetsWrapperDesktop details:nth-child(7),
.phasefolliculaire #FacetsWrapperDesktop details:nth-child(8),
.phaseovulatoire #FacetsWrapperDesktop details:nth-child(5),
.phaseovulatoire #FacetsWrapperDesktop details:nth-child(6),
.phaseovulatoire #FacetsWrapperDesktop details:nth-child(7),
.phaseovulatoire #FacetsWrapperDesktop details:nth-child(8),
.phaseovulatoire #FacetsWrapperDesktop details:nth-child(9),
.phaselutéale #FacetsWrapperDesktop details:nth-child(5),
.phaselutéale #FacetsWrapperDesktop details:nth-child(6),
.phaselutéale #FacetsWrapperDesktop details:nth-child(7),
.phaselutéale #FacetsWrapperDesktop details:nth-child(8),
.likeadancer #FacetsWrapperDesktop details:nth-child(5),
.likeadancer #FacetsWrapperDesktop details:nth-child(6),
.likeadancer #FacetsWrapperDesktop details:nth-child(7),
.likeadancer #FacetsWrapperDesktop details:nth-child(8),
.likeadancer #FacetsWrapperDesktop details:nth-child(10),
.feelgood #FacetsWrapperDesktop details:nth-child(5),
.feelgood #FacetsWrapperDesktop details:nth-child(6),
.feelgood #FacetsWrapperDesktop details:nth-child(7),
.feelgood #FacetsWrapperDesktop details:nth-child(9),
.somadelsol #FacetsWrapperDesktop details:nth-child(3),
.somadelsol #FacetsWrapperDesktop details:nth-child(5),
.somadelsol #FacetsWrapperDesktop details:nth-child(6),
.somadelsol #FacetsWrapperDesktop details:nth-child(7),
.somadelsol #FacetsWrapperDesktop details:nth-child(8),
.somadelsol #FacetsWrapperDesktop details:nth-child(12),
.FLOW #main-collection-filters,
.LIKE.A.DANCER #main-collection-filters,
.HER.BODY #main-collection-filters,
.FEEL.GOOD #main-collection-filters,
.SOMA.DEL.SOL #main-collection-filters,
.tousniveaux #FacetsWrapperDesktop details:nth-child(5),
.tousniveaux #FacetsWrapperDesktop details:nth-child(6),
.tousniveaux #FacetsWrapperDesktop details:nth-child(7),
.tousniveaux #FacetsWrapperDesktop details:nth-child(8),
.tousniveaux #FacetsWrapperDesktop details:nth-child(9),
.tousniveaux #FacetsWrapperDesktop details:nth-child(10),
.tousniveaux #FacetsWrapperDesktop details:nth-child(13),
.débutant #FacetsWrapperDesktop details:nth-child(5),
.débutant #FacetsWrapperDesktop details:nth-child(6),
.débutant #FacetsWrapperDesktop details:nth-child(7),
.débutant #FacetsWrapperDesktop details:nth-child(8),
.débutant #FacetsWrapperDesktop details:nth-child(9),
.débutant #FacetsWrapperDesktop details:nth-child(10),
.débutant #FacetsWrapperDesktop details:nth-child(13),
.intermédiaire #FacetsWrapperDesktop details:nth-child(5),
.intermédiaire #FacetsWrapperDesktop details:nth-child(6),
.intermédiaire #FacetsWrapperDesktop details:nth-child(7),
.intermédiaire #FacetsWrapperDesktop details:nth-child(8),
.intermédiaire #FacetsWrapperDesktop details:nth-child(9),
.intermédiaire #FacetsWrapperDesktop details:nth-child(12),
.avancé #FacetsWrapperDesktop details:nth-child(5),
.avancé #FacetsWrapperDesktop details:nth-child(6),
.avancé #FacetsWrapperDesktop details:nth-child(7),
.avancé #FacetsWrapperDesktop details:nth-child(8),
.avancé #FacetsWrapperDesktop details:nth-child(11){
    display: none;
}
{ 
  display: none !important;
}
.weekly-collection.three-col {
    margin-bottom: 20px;
}
/* responive */
@media (max-width: 1500px){
    .container {
    padding: 0 40px;
}
.padding-200 {
    padding: 100px 0;
}
.new_footer_flex {
    padding: 30px 40px;
}
.talking-section {
    padding: 60px 0;
}
.footer_newsletter_box {
    width: 34%;
}
.main-footer_menu_box {
    width: 34%;
}
.subscription-model {
    max-width: 100%;
    padding: 100px 0 0;
}
.subscription-main {
    padding: 0 15px 100px;
}
.section-featured-product-annuel .subscription-inner:after {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -90px;
}
.video-hero__overlay ul li {
    font-size: 15px;
    width: 250px;
    flex: 0 0 250px;
}
.discover-info .under-soma-button:after {
    width: 80%;
}
.discover-info{
    padding-left:0;
}
.pocliy_line a{
    font-size:12px;
}
.customer:is(.login) {
    max-width: 50%!important;
}
.page-classes .video-hero__overlay{
    bottom:0;
}
.main-cycle-section,
.main-niveau-section,
.main-nos-section,
.main-weekly-section{
    padding:100px 0;
}
.weekly-collection-col a p {
    font-size: 20px;
}
}
@media (max-width: 1440px){
.section-featured-product-annuel .subscription-inner:after {
    width: 200px;
    height: 200px;
    bottom: -110px;
    right: -10px;
}
.weekly-collection-col a p {
    font-size: 16px;
}
.weekly-collection-col a p {
    margin-bottom: 10px;
}
.main-cycle-section, .main-niveau-section, .main-nos-section, .main-weekly-section {
    padding: 60px 0;
}
}
@media (max-width: 1199px){
.weekly-collection-col>p {
    font-size: 14px;
}
.desc_flex {
    column-gap: 15px;
    padding-bottom: 40px;
}
.our-method-right p {
    margin-bottom: 40px;
}
.subscription-inner .product__info-container {
    gap: 2px;
}
.talking-info span {
    margin-bottom: 26px;
}
.talking-info p {
    max-width: 100%;
}
.video-hero__overlay ul {
    display: grid;
    grid-template-columns: repeat(2, 240px);
    gap: 20px;
}
.video-hero__overlay{
    bottom:50px;
}
section.soma-faq-section,
.redefinis-main,
.discover-section {
    padding: 100px 0 !important;
}
.contact {
    margin: 100px 0;
}
.form_box, .form_col p {
    max-width: 480px;
}
.soma-faq-wrapper .soma-title {
    margin: 0 0 40px !important;
}
.faq-desc {
    margin-top: 40px !important;
}
.subscription-title {
    text-align: center;
    margin-bottom: 0;
}
.form_box input#ContactForm-email {
    margin-bottom: 30px;
}
.decours-collection>*,
.weekly-collection>* {
    width: 25%;
    flex: 0 0 25%;
}
.niveau-collection {
    grid-template-columns: repeat(4,180px);
}
.nos-collection{
    margin:0 -15px  
}
.nos-collection>*{
    padding:0 15px;
}
.decours-collection-col .col-img p {
    font-size: 16px;
}
.cycle-flex {
    grid-template-columns: repeat(2,49%);
    gap: 20px;
}
.cycle-right p {
    width: 100%;
    font-size:16px;
    margin: 0 auto 30px;
}
.decours-collection.three-col {
    flex-wrap: wrap;
    row-gap: 24px;
}
.customer-left {
    width: 50%;
    flex: 0 0 50%;
}
}
@media (max-width: 991px){
.weekly-collection{
    flex-wrap: wrap;
}
.customer:is(.login) {
    max-width: 100%!important;
}
.container {
    padding: 0 15px;
}
.padding-200 {
    padding: 60px 0;
}
.subscription-inner .product__info-container {
    gap: 20px;
}
.subscription-model {
    padding: 60px 0 0;
}
.subscription-inner {
    aspect-ratio: unset;
}
.text_banner_sec {
    padding: 50px 15px;
}
.text_banner_inner {
    max-width: 100%;
}
.subscription-main {
    padding: 0 15px 60px;
}
.form_img_flex {
    row-gap: 40px;
    flex-direction: column-reverse;
}
.form_col h2 {
    max-width: 100%;
}
.img_right_col,
.form_col, .img_right_col
.footer_menu_box,
.footer_newsletter_box {
    width: 100%;
}
.logo_box {
    order: 1;
}
.new_footer_flex {
    padding: 30px 15px;
    row-gap: 30px;
    flex-direction: column-reverse;
}
 .main-footer_menu_box {
    width: 100%;
    padding: 0 15px;
    row-gap: 25px;
}
.pocliy_line {
    margin-top: 0;
}
.our-method-right {
    padding: 0 15px 30px;
}
.soma-faq-wrapper,
.discover-flex {
    max-width: 100%;
    flex-direction: column;
    row-gap: 30px;
}
.soma-faq-wrapper>*,
.discover-flex>*{
    width:100% !important;
    flex:0 0 100% !important;
}
.discover-width {
    padding: 0 15px;
}
.form_col {
    padding: 0 15px 30px;
}
.form_box, .form_col p {
    max-width: 100%;
}
.video-hero__overlay .soma-title {
    font-size: 50px;
}
.video-hero__overlay p {
    line-height: 25px;
}
.scrolled-past-header .header{
    padding:10px 15px!important;
}
.header {
    padding: 10px 15px!important;
}
.cycle-flex {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
.niveau-collection{
    gap:10px;
}
.decours-collection>*, .weekly-collection>* {
    width: 25%;
    flex: 0 0 25%;
}
.decours-collection.four-col {
    flex-wrap: wrap;
    row-gap: 24px;
}
.cycle-section{
    padding:0;
}
.cycle-right {
    padding: 0 15px;
}
}
@media only screen and (min-width:1200px) and (max-width:1359px){
.faq-section {
    max-width: 100%;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
.collection-hero__inner {
    flex-direction: column-reverse!important;
    row-gap: 30px;
}
.collection-hero__image-container {
    min-height: auto!important;
    margin-left: -1px!important;
}
.collection-hero__text-wrapper {
    padding: 0 15px;
}
ul#product-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
}
.video-hero__overlay {
    width: 100%;
}
.soma-title {
    font-size: 50px;
}
.our-method-right {
    padding: 0 15px;
}

.subscription-main>*:first-child {
    margin: 0;
}
.talking-section {
    padding: 50px 0;
}
.subscription-model {
    max-width: 100%;
    padding: 50px 15px;
}
.talking-slider {
    margin: 0!important;
}
.talking-slider .slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
}
.talking-slider .slick-dots li {
    width: auto;
    height: 4px;
}
.talking-slider .slick-dots li button {
    width: 30px;
}
.faq-section {
    max-width: 100%;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
.section-featured-product-annuel .subscription-inner:after {
    width: 120px;
    height: 120px;
    bottom: -20px;
    right: -10px;
}
.collection-hero__text-wrapper {
    padding: 0 15px;
}
ul#product-grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 20px;
}
.collection-hero__inner {
    flex-direction: column-reverse !important;
    row-gap:30px;
}
h1.collection-hero__title {
    font-size: 30px;
}
.collection-hero__image-container {
    min-height: auto !important;
    margin-left: -1px!important;
}
.collection-hero__image-container>div {
    border-radius: 0 !important;
}
.ctm-main-collection-product-grid {
    padding: 40px 32px;
}
.video-hero__overlay {
    width: 100%;
}
.soma-title {
    font-size: 50px;
}

.subscription-inner {
    order:1;
}
.subscription-main>*:first-child {
    margin: 0;
    order:2;
}
.subscription-main {
    align-items: center;
    grid-template-columns: 1fr;
}
.talking-section {
    padding: 50px 0;
}
.subscription-model {
    max-width: 100%;
}
.talking-slider {
    margin: 0!important;
}
.talking-slider .slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
}
.talking-slider .slick-dots li {
    width: auto;
    height: 4px;
}
.talking-slider .slick-dots li button {
    width: 30px;
}
.our-method-main>* {
    width: 100%;
    flex: 0 0 100%;
}
.our-method-main {
    flex-direction: column;
    row-gap: 50px;
}
.header {
    grid-template-columns: 1fr 1fr 1fr!important;
}
.header__icons >a:last-child{
    display:none;
}
.page-about .our-method-main{
    flex-direction:column !important;
}
.seen-info {
    padding: 40px 20px;
}
.seen-section {
    padding: 50px 15px;
}
.faq-section {
    max-width: 100%;
}
.contact {
    margin-bottom: 50px;
}
}
@media only screen and (max-width:767px){
.section-featured-product-annuel .subscription-inner:after {
    width: 120px;
    height: 120px;
    bottom: -20px;
    right: -10px;
}
.form_filed{
    padding:7px 15px;
}
.customer h1 {
    font-size: 30px;
}
.custom-collection {
    padding: 30px 15px;
}
.custom-collection-slider .slick-slide {
    padding: 0 8px;
}
.custom-collection-slider {
    margin: 0 -8px;
}
.custom-collection h3 {
    font-size: 24px;
}
.custom-collection-slider .slide-arrow {
    width: 40px;
    height: 40px;
    top: -30px;
}
.custom-collection-slider .slide-arrow svg {
    width: 40px;
    height: 40px;
}
.subscription-inner {
    padding: 100px 15px 15px;
}
.video-hero__overlay {
    width: 100%;
}
.soma-title {
    font-size: 50px;
}
.subscription-inner {
    order:1;
}
.subscription-main>*:first-child {
    margin: 0;
    order:2;
}
.subscription-main {
    align-items: center;
    grid-template-columns: 1fr;
    padding:0 15px;
}
.talking-section {
    padding: 50px 0;
}
.subscription-model {
    max-width: 100%;
    padding: 50px 15px 0 15px;
}
.talking-slider {
    margin: 0!important;
}
.talking-slider .slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
}
.talking-slider .slick-dots li {
    width: auto;
    height: 4px;
}
.talking-slider .slick-dots li button {
    width: 30px;
}
.our-method-main>* {
    width: 100%;
    flex: 0 0 100%;
}
.contact-wrap{
    flex-direction: column;
    row-gap: 50px;
}
.our-method-main {
    flex-direction: column;
    row-gap: 50px;
}
.header {
    grid-template-columns: auto;
}
.header__icons >a:last-child{
    display:none;
}
.page-about .our-method-main{
    flex-direction:column !important;
}
.seen-info {
    padding: 40px 20px;
}
.seen-section {
    padding: 50px 15px;
}
.faq-section {
    max-width: 100%;
}
.contact {
    margin: 70px 0;
}
.full-width {
    padding-left: 15px;
    padding-right: 15px;
}
ul#product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}
.collection-hero__inner {
    flex-direction: column-reverse !important;
    row-gap:30px;
}
h1.collection-hero__title {
    font-size: 30px;
}
.collection-hero__image-container {
    min-height: auto !important;
    margin-left: -1px!important;
}
.collection-hero__image-container>div {
    border-radius: 0 !important;
}
.ctm-main-collection-product-grid {
    padding: 40px 32px;
}
.collection-hero__text-wrapper {
    padding: 0 15px;
}
.subscription-title {
    text-align: center;
    margin-bottom: 30px;
}
.subscription-main {
    align-items: center;
    grid-template-columns: 1fr;
    padding:0 15px 50px 15px;
}
.talking-info span {
    margin-bottom: 15px;
}
.new_footer_flex {
    row-gap: 20px;
}
.marquee-slider p {
    font-size: 14px;
    line-height: 24px;
}
.customer:is(.login) {
    max-width: 100%!important;
}
.niveau-collection {
    grid-template-columns: repeat(1,100%);
}
.niveau-section {
    padding: 0 15px;
}
.page-classes .video-hero__overlay .soma-title {
    font-size: 30px;
    line-height: 1;
}
.main-decours-section,
.main-cycle-section, .main-niveau-section, .main-nos-section, .main-weekly-section {
    padding: 60px 0;
}
.decours-collection-col a {
    padding: 10px;
    height:100%;
}
.cycle-collection-col{
    padding:0;
}
.decours-collection.three-col {
    margin-bottom: 25px;
    flex-wrap: wrap;
    row-gap: 25px;
}
.decours-collection {
    margin: 0 -10px;
    align-items: normal;
}
.decours-collection>* {
    padding: 0 10px;
}
.decours-collection>*,
.nos-collection>*,
.weekly-collection>* {
    width: 50%;
    flex: 0 0 50%;
}
.niveau-collection-col a{
    height:52px;
}
.nos-collection {
    margin: 0 -5px;
    row-gap: 10px;
}
.nos-collection>* {
    padding: 0 5px;
}
.cycle-collection-col:not(:last-child) {
    margin-bottom: 14px;
}
.cycle-collection-col a {
    font-size: 16px;
}
.decours-collection-col .col-img p {
    height: auto;
    min-height: auto;
}
}
@media only screen and (max-width:749px){
.customer-wrapper {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 50px;
}
.customer-left {
    width: 100%;
    flex: 0 0 100%;
}
}
@media only screen and (max-width:575px){
.col-img {
    margin: 0 0 10px;
}
.logo_box img {
    width: 200px;
}
section.soma-faq-section, .redefinis-main, .discover-section {
    padding: 60px 0!important;
}
.video-hero__overlay{
    padding:0 15px;
}
.video-hero__overlay .soma-title {
    font-size: 30px;
    margin: 0 0 10px;
}
.video-hero__overlay ul li {
    width: 100%;
    height: 50px;
    padding: 10px;
    flex: 0 0 100%;
}
.video-hero__overlay ul {
    grid-template-columns: repeat(1,100%);
    gap: 10px;
    margin: 20px 0;
}
.soma-title {
    font-size: 30px;
}
.marquee-slider{
    gap:10px;
}
.marquee-slider p{
    font-size: 14px;
    line-height: 20px;
}
.faq-question{
    font-size:14px;
    line-height:1.3 !important;
}
.marquee-bg {
    padding: 6px 0;
}
p.resi-btn a, p.resi-btn,
p,
.video-hero__overlay p {
    font-size: 14px !important;
    line-height: 20px !important;
}
.talking-slider .slick-dots {
    flex-wrap: wrap;
    row-gap:8px;
}
.talking-slider .slick-dots li {
    margin:0;
}
.header__heading svg, .header__heading-link svg{
    width:110px;
}
.private-session {
    padding: 50px 15px;
}
.seen-info {
    padding: 16px 0;
}
.faq-title {
    margin: 0 0 20px;
}
.collection-hero__text-wrapper {
    padding: 0 15px;
}
.ctm-main-collection-product-grid {
    padding: 40px 15px;
}
.col-btn {
    flex-direction: column;
    width: 100%;
}
.col-btn a {
    width: 100%;
}
.logo_box {
    width: 24%;
}
.talking-info p {
    font-size: 20px !important;
    padding: 0 0 20px 0;
    line-height:32px !important;
}
.form_box {
    padding-top: 30px;
}
.form_box input#ContactForm-email {
    margin-bottom: 30px;
}
.footer_newsletter_box h3 {
    margin: 0 0 15px;
    font-size: 30px;
}
.text_banner_sec {
    padding: 40px 15px;
}
.text_banner_inner p {
    font-size: 24px;
    line-height: 1.6;
}
.desc_flex {
    row-gap: 15px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.our-method-right p {
    margin-bottom: 30px;
}
.video-hero__overlay h4 {
    font-size: 24px;
    margin: 0;
}
.copy p {
    font-size: 12px;
}
.pocliy_line a {
    font-size: 12px;
}
.pocliy_line p {
    font-size: 12px;
}
.redefinis-right h6 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 30px;
}
.soma-subtitle {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 24px;
}
.page-about .video-hero__overlay>p {
    margin: 16px 0;
}
.page-about .video-hero__overlay {
    bottom: 50px;
}
.announcement-bar p, .announcement-bar p span {
    font-size: 11px;
    line-height: 20px;
}
.close-announcement svg {
    width: 16px;
    height: 16px;
    right: 10px;
}
.subscription-inner span {
    font-size: 40px;
    line-height: 30px;
}
.section-featured-product-mensuel .product__info-container .product__description {
    margin-top: 10px;
}
.product__description ul li, .discover-info ul li {
    font-size: 14px;
}
.faq-desc p br {
    display: none;
}
}