/** Shopify CDN: Minification failed

Line 187:0 Unexpected "}"
Line 2074:4 "marg-n-top" is not a known CSS property
Line 6180:4 Comments in CSS use "/* ... */" instead of "//"

**/
/* Sticky Add to Cart Styles */
.sticky-add-to-cart__title{
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
.sticky-add-to-cart {
  height: max-content;
}
  .main-content{
    display: none !important;
  }
  .sticky-add-to-cart__content{
    gap: 0px !important;
  }
  .sticky-add-to-cart__button {
    width:150px !important;
    color: white;
    border: none;
    padding: 8px 20px !important;;
    font-size: 1rem !important;
    cursor: pointer;
  background-color: #f5ba9a;
    border-radius: 100px;
     font-family: "Poppins", sans-serif;
}
  .main-cart-the{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100% !important; 
  }
}
.main-cart-the{
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 100%; */
  }
@media (min-width: 767px) {
  .sticky-add-to-cart {
     top: 0 !important;
        bottom: auto !important;
  }
}
.sticky-add-to-cart {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 999;
    font-family: "Poppins", sans-serif;
    justify-content: center;
}
.sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.sticky-add-to-cart__quantity {
    min-width: 120px;
    width: 135px;
    height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    border-radius: 60px;
}
.sticky-add-to-cart__image img {
    width: 65px;
    height: 65px;
}
.sticky-add-to-cart__content .main-content{
  display: flex;
  align-content: center;
  align-items: center;
    gap: 20px;
}
.sticky-add-to-cart__details {
    padding: 0 10px;
}
.sticky-add-to-cart__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  line-height:35px !important;
}
.sticky-add-to-cart__price {
    font-size: 20px;
    color: #000;
}

/* Quantity Selector */
.sticky-add-to-cart__quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
} 

.sticky-add-to-cart__quantity button.qty-btn.minus {
    left: 0;
    text-align: left;
    padding-left: 15px;
    border: none; 
    background: #fff;
    padding-bottom: 7px !important;
}
.sticky-add-to-cart__quantity button.qty-btn.plus {
    right: 0;
    text-align: right;
    padding-right: 15px;
    border: none; 
    background: #fff;
}
.qty-btn .sticky-quantity[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.qty-btn svg{
   width: 1rem;
}
.qty-btn button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #000;
}
/* Hide number input spinners */
.sticky-quantity::-webkit-outer-spin-button,
.sticky-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sticky-quantity {
    -moz-appearance: textfield; /* Firefox */
}

#sticky-quantity {
    width: 40px;
    text-align: center;
    border: none;
}
.cky-revisit-bottom-left {
    bottom: 60px !important;
    left: 45px !important;
}
/* Add to Cart Button */
.sticky-add-to-cart__button {
    width:275px;
    color: white;
    border: none;
    /* padding: 10px 80px; */
    font-size: 1.5rem;
  height:36px;
    cursor: pointer;
        background-color: #f5ba9a;
    border-radius: 100px;
     font-family: "Poppins", sans-serif;
}
}

.sticky-add-to-cart__button:hover {
    background-color: #ff5722;
}

@font-face {
    font-family: 'Voguer Sans Bold';
    src: url('/cdn/shop/files/VOGUER_SANS_BOLD.OTF?v=1718636576');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} 
body {
  letter-spacing: 0;
  color: #000000;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Voguer Sans Bold';
  font-weight: 700;
  color: #0D0B1D;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

h1 {
    font-size: 60px;
    line-height: 77px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0;
}
h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}
h6 {
    font-size: 19px;
    line-height: 24.4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
html,body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p,body,span {
    font-size: 16px;
    line-height: 20.5px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
ul li,ol li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
}
p {
    margin: 0 0 20px 0;
}
p:last-child {
    margin: 0 0 0 0;
}
img {
    max-width: 100%;
    height: auto;
}
.btn.btn-white {
    color: #000;
    background-color: #fff;
}
.btn {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.1rem;
    border-radius: 100px;
    padding: 19px 25px;
    min-width: 233px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-in-out;
}
.btn.btn-white:hover {
    background-color: #000;
    color: #fff;
}
.btn.btn-outline {
    border: 1px solid #000000;
}
.btn.btn-outline:hover {
    background-color: #000;
    color: #fff;
}
/* Container */
.container,body .shopify-policy__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 990px) {
  .container,body .shopify-policy__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,body .shopify-policy__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,body .shopify-policy__container {
    max-width: 1260px;
  }
}
@media (min-width: 1600px) {
  .container,body .shopify-policy__container {
      max-width: 1385px;
  }
}
@media (min-width: 1800px) {
  .container,body .shopify-policy__container {
      max-width: 1585px;
  }
}
#product-grid {
    margin: 0;
}
/* Menu drwaewer*/
.menu-drawer__navigation{
  padding : 0px !important;
}
.menu-drawer__localization localization-form {
    display: block;
    border: 1px solid black;
    padding: 10px;
    width: max-content;
    margin-top: 10px;
}
/* Header */
.announcement-bar__announcement p,.announcement-bar__announcement span {
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    text-align: center;
}
.announcement-bar-slider.slider-buttons .slider-button {
    width: 16px;
    height: 16px;
    min-width: auto;
    padding: 0;
}
.utility-bar {
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    z-index: 4;
}
.utility-bar .announcment-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}
.utility-bar .announcment-right .list-unstyled.list-social {
    margin: 0;
    column-gap: 10px;
    padding-right: 18px;
}
.utility-bar .announcment-right .list-unstyled.list-social .list-social__item a svg {
    width: 20px;
    height: 20px;
}
.utility-bar .announcment-right .list-unstyled.list-social .list-social__item a {
    height: auto;
    width: auto;
    padding: 0;
}
.utility-bar .announcment-right .localization-wrapper .localization-form__select {
    position: relative;
    border-left: 1px solid #e2e2e2;
    height: 30px !important;
}
.utility-bar .announcment-right .localization-wrapper .localization-form__select span,
.utility-bar .announcment-right .localization-wrapper .disclosure__list-wrapper ul li span{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1rem;
    color: #000;
}
.utility-bar .container, .header.container {
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.header .header__heading-link {
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header .header__inline-menu .list-menu li a,
.header .header__inline-menu .list-menu li a span,
.header .header__inline-menu .list-menu li summary,
.header .header__inline-menu .list-menu li summary span {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
.header .header__inline-menu .header__submenu.list-menu {
    padding: 5px;
    background-color: #000;
    border: 0;
}
.header .header__inline-menu .header__submenu.list-menu li a {
    color: #fff;
    padding: 8px 10px;
}
.header .header__inline-menu .list-menu li summary .icon.icon-caret {
    display: none;
}
.header .header__inline-menu .list-menu {
    column-gap: 70px;
    padding-left: 50px;
}
.header .header__icons .header__icon--cart {
    margin: 0;
    width: auto;
    height: auto;
}
.header .header__icons .header__icon--account span.cart-text {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    letter-spacing: 0.1rem;
    font-weight: 400;
    margin-right: 20px;
}
.header .header__icons .header__icon--cart {
    text-decoration: none;
    display: inline-flex;
    align-items: flex-end;
}
body .header .header__icons .header__icon.header__icon--account {
    width: auto;
    height: auto;
    text-decoration: none;
}
/* #menu-drawer {
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 9;
} */
.header .header__icons .header__icon--cart .cart-count-bubble {
    background-color: #735182;
    width: 16px;
    height: 16px;
    left: auto;
    right: -7px;
    bottom: -5px;
}
.header .header__icons .header__icon--cart .cart-count-bubble span {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.header .header__inline-menu {
    display: flex;
    align-items: center;
    column-gap: 70px;
}
.header .header__inline-menu form.search .field:before,
.header .header__inline-menu form.search .field:after,
.header .header__icons .for-tablate .field:before,
.header .header__icons .for-tablate .field:after {
    display: none !important;
}
.header .header__inline-menu form.search .field .search__input.field__input,
.header .header__icons .for-tablate .search__input.field__input {
    border-bottom: 1px solid #000000;
    padding: 2px 0 !important;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #000;
}
.header .header__inline-menu form.search .field .search__input.field__input::placeholder,
.header .header__icons .for-tablate .search__input.field__input::placeholder{
    color: #000;
    opacity: 1;
}
.header .header__inline-menu form.search .field .search__input.field__input::-ms-input-placeholder,
.header .header__icons .for-tablate .search__input.field__input::-ms-input-placeholder {
    color: #000;
} 
body .header .header__icons {
    padding-right: 0;
    align-items: flex-end;
}
/* Home Hero Section */
.home-hero-section {
    position: relative;
}
.home-hero-section .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-hero-section .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero-section .hero-banner-content {
    position: relative;
    z-index: 2;
    padding-top: 210px;
    padding-bottom: 250px;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-hero-section .hero-banner-content .banner-content {
    text-align: center;
}
.home-hero-section .hero-banner-content .banner-content h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    max-width: 892px;
    margin-left: auto;
    margin-right: auto;
}
.home-hero-section .hero-banner-content .buttons-wrapper {
    padding-top: 48px;
}
.home-hero-section .hero-banner-content .buttons-wrapper ul {
    display: flex;
    justify-content: center;
    column-gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-hero-section .hero-banner-content .buttons-wrapper li:first-child .btn {
    background-color: #fff;
    min-width: auto;
}
.home-hero-section .hero-banner-content .buttons-wrapper .btn {
    column-gap: 20px;
}
.home-hero-section .hero-banner-content .buttons-wrapper li:last-child .btn {
    background-color: #E7D5C6;
}
.home-hero-section .hero-banner-content .buttons-wrapper .btn:hover {
    background-color: #000 !important;
    color: #fff;
}
.home-hero-section .hero-banner-content .buttons-wrapper .btn:hover svg path {
    fill: #fff;
}
/* Rotator Text */
.rotator-text {
    background-color: #E7D5C6;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
}
.rotator-text ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    column-gap: 180px;
}
.rotator-text ul li {
    white-space: nowrap;
    font-size: 20px;
    line-height: 20px;
}
/* Mahola By Universe */
.mahola-by-universe-section .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.mahola-by-universe-section .images-wrapper {
    width: 58%;
}
.mahola-by-universe-section .text-block {
    width: 42%;
    padding-right: 125px;
}
.mahola-by-universe-section {
    padding-top: 65px;
    padding-bottom: 65px;
}
.mahola-by-universe-section .images-wrapper .top-image-block {
    position: relative;
    display: flex;
}
.mahola-by-universe-section .text-block h3 {
    margin-top: 10px;
    margin-bottom: 30px;
}
.mahola-by-universe-section .images-wrapper .bottom-images {
    display: flex;
    justify-content: space-between;
    column-gap: 0;
    padding-top: 10px;
}
.mahola-by-universe-section .images-wrapper .bottom-images .left-image,.mahola-by-universe-section .images-wrapper .bottom-images .right-image {
    width: calc(50% - 5px);
}
.mahola-by-universe-section .images-wrapper .bottom-images .image {
    position: relative;
    padding-top: 72%;
}
.mahola-by-universe-section .images-wrapper .bottom-images .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mahola-by-universe-section .text-block .buttons-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mahola-by-universe-section .text-block .buttons-wrapper ul li a {
    background-color: #000000;
    border-radius: 100px;
    color: #fff;
    font-size: 19px;
    line-height: 24.4px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    padding: 12px 28px;
    display: inline-flex;
    border: 1px solid #000;
}
.mahola-by-universe-section .text-block .buttons-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.mahola-by-universe-section .text-block .buttons-wrapper {
    padding-top: 20px;
}
.blog-posts .article-card .card__inner .article-card__image img {
    transform: none !important;
}
.mahola-by-universe-section .text-block .buttons-wrapper ul li a:hover {
    background-color: transparent;
    color: #000;
}
.mahola-by-universe-section .images-wrapper label,
.mahola-by-universe-grid-section .grid-item .image-block label{
    display: inline-flex;
    background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 40px;
    font-size: 18px;
    line-height: 27px;
    color: #0D0B1D;
    padding: 15px 15px 15px 30px;
}
.mahola-by-universe-section .images-wrapper .top-image-block img {
    width: 100%;
}
/* Image text with Background */
.image-text-with-background {
    background-color: #E7D5C6;
    padding-top: 45px;
    padding-bottom: 45px;
}
.image-text-with-background .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
}
.image-text-with-background .wrapper .image-block {
    border: 20px solid #fff;
    width: 35.5%;
}
.image-text-with-background .wrapper .image-block .image {
    position: relative;
    padding-top: 100%;
}
.image-text-with-background .wrapper .image-block .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text-with-background .wrapper .text-block {
    width: 64.5%;
    padding-left: 105px;
}
.image-text-with-background .text-block .text-block-wrapper {
    max-width: 651px;
}
.image-text-with-background .text-block .text-block-wrapper h3 {
    margin-top: 15px;
    margin-bottom: 40px;
}
/* Collection Page */
.collection-hero .collection-hero__title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #0D0B1D;
    margin: 0 !important;
}
.collection-hero .collection-hero__description {
    margin-top: 10px !important;
}
.collection-hero .collection-hero__description p,
.collection-hero .collection-hero__description p span,
.collection-hero .collection-hero__description {
    font-size: 19px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.collection .collection__title .collection__description p {
    font-weight: 400;
}
.collection .collection__title .title {
    margin-bottom: 5px;
}
.collection .collection__title {
    margin-bottom: 35px;
}
.collection-hero .collection-hero__description {
    margin-bottom: 25px !important;
}
.collection-hero.collection-hs-hero-image {
    position: relative;
}
.collection-hero.collection-hs-hero-image .collection-hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    flex-direction: row;
}
.collection-hero.collection-hs-hero-image .collection-hero__inner .collection-hero__title {
    color: #fff;
    text-align: center;
}
.collection-hero.collection-hs-hero-image .collection-hero__image {
    display: flex;
    align-items: flex-start;
    min-height: 287px;
    position: relative;
}
.collection-hero.collection-hs-hero-image .collection-hero__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: inherit;
    top: 0;
    left: 0;
}
.offer-slider-section {
    background-color: #E7D5C6;
    padding-top: 18px;
    padding-bottom: 18px;
}
.offer-slider-section .slider-item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.offer-slider-section .slider-item p {
    font-size: 14px;
    line-height: 128.4%;
    color: #000;
    letter-spacing: 0.1rem;
    font-weight: 400;
}
/* Our Guide Section */
.our-guide-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-guide-section .wrapper .text-block {
    width: 73.9%;
    display: flex;
    align-items: center;
    padding: 40px 60px;
}
.our-guide-section .wrapper .image-block {
    width: 25.5%;
}
.our-guide-section .wrapper .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-guide-section .wrapper .text-block .text-block-wrapper h2 {
    margin: 0 0 30px 0;
}
.our-guide-section .wrapper .text-block .text-block-wrapper p {
    font-size: 19px;
    line-height: 24.4px;
    font-weight: 400;
    max-width: 70%;
}
.our-guide-section .wrapper .text-block .text-block-wrapper .btn {
    margin-top: 30px;
}
/* Contact Page */
.contact .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.contact .wrapper .form-block .title,
.image-text-half-section .text-block h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 40px 0;
}
#ContactForm .field:before,#ContactForm .field:after {
    display: none;
}
.contact .wrapper {
    padding-bottom: 25px;
}
#ContactForm .field input,#ContactForm .field textarea {
    border: 1px solid #000000;
    border-radius: 100px;
    height: 57px;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
#ContactForm .field .field__label {
    display: none !important;
}
#ContactForm .field textarea {
    height: 196px;
    border-radius: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
}
#ContactForm .contact__button .button:before,#ContactForm .contact__button .button:after {
    display: none;
}
#ContactForm .contact__button .button {
    width: 100%;
    border: 1px solid #000;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    height: 57px;
    transition: all 0.2s ease-in-out;
}
#ContactForm .contact__button .button:hover {
    background-color: transparent;
    color: #000;
}
#ContactForm .contact-info {
    text-align: center;
    margin-top: 20px;
}
#ContactForm .contact-info span {
    font-size: 11px;
    line-height: 14.12px;
}
#ContactForm .contact-info span a {
    text-decoration: underline;
}
#ContactForm .field input::placeholder, 
#ContactForm .field textarea::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
#ContactForm .field input::-ms-input-placeholder, 
#ContactForm .field textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
#ContactForm .field .contact__field-error .form__message, #ContactForm .form__message .form-status {
    font-size: 14px;
    line-height: 14px;
    color: red;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
#ContactForm .form-status.form-status-list.form__message {
    font-size: 14px;
    line-height: 14px;
    color: green;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
#ContactForm .form-status-list.caption-large {
    display: none;
}
#ContactForm .form__message .form-status {
    margin-bottom: 30px;
}
/* Client Testimonial Section */
.client-testimonials-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
.client-testimonials-section .testimonial-box {
    background-color: #FFFAF5;
    padding: 35px 125px 45px;
    max-width: 1535px;
    margin-left: auto;
    position: relative;
}
.client-testimonials-section .testimonial-box .stars ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 12px;
}
.client-testimonials-section .testimonial-box .test-message h4 {
    font-size: 37px;
    line-height: 47px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    max-width: 1050px;
}
.client-testimonials-section .testimonial-box .stars {
    margin-bottom: 20px;
}
.client-testimonials-section .testimonial-box .stars ul li {
    display: inline-flex;
}
.client-testimonials-section .testimonial-box .author-info {
    margin-top: 30px;
}
.client-testimonials-section .testimonial-box .testimonial-box-label {
    display: inline-flex;
    background-color: #F5BA9A;
    padding: 18px 22px;
    position: absolute;
    left: -130px;
    bottom: 140px;
    transform: rotate(270deg);
}
.client-testimonials-section .testimonial-box .testimonial-box-label h4 {
    font-size: 35px;
    line-height: 39px;
}
.test-message-wrapper .slick-dots {
    margin: 32px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.test-message-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #735182;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.test-message-wrapper .slick-dots li {
    display: flex;
}
.test-message-wrapper .slick-dots li.slick-active button {
    background-color: #735182;
}
/* Product card */
.card.card--standard.card--media .card__inner, 
.card.card--standard.card--text,.card.card--standard.card--media, 
.card.card--standard.card--text .card__inner{
    --ratio-percent: 150.13333333333335% !important;
}
.product-card-wrapper .card__information .card__heading,
.product-card-wrapper .card__information .card__heading a,
.product-card-wrapper .card__information .card__heading a span {
    font-size: 26px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.product-card-wrapper .card__information .card__heading a span {
   font-weight: 300;
}
.product-card-wrapper .card__information .price-item.price-item--regular {
    color: #F5BA9A;
    font-size: 26px;
    line-height: 33.8px;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.product-card-wrapper .card__information .price-item.price-item--sale.price-item--last {
    font-size: 20px;
    line-height: 25.68px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-left: 20px;
}
.product-card-wrapper .card__information .price__container span {
    display: inline-block;
}
.product-card-wrapper .card__information .price__container .price__sale {
    display: flex;
    align-items: center;
}
.product-card-wrapper .card__information {
    padding: 15px 10px 0 10px !important;
}
.product-card-wrapper .card__badge .badge {background-color: #F5BA9A;border-radius: 100px;color: #0D0B1D;font-size: 16px;line-height: 16px;letter-spacing: 0;font-family: "Poppins", sans-serif;font-weight: 300;}
.product-card-wrapper .card__badge {
    bottom: auto;
    left: auto;
    top: 12px !important;
    right: 10px;
    position: absolute;
    grid-row-start: none;
}
.product-card-wrapper .quick-add {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.product-card-wrapper .quick-add .quick-add__submit:before,.product-card-wrapper .quick-add .quick-add__submit:after {
    display: none;
}
.product-card-wrapper .quick-add .quick-add__submit {
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    min-width: auto;
    width: auto;
    padding: 12px 24px;
    transition: all .2s ease-in-out;
    margin: 0 0 25px 0;
    min-height: auto;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 15px;
    letter-spacing: 1px;
    border: 0;
    display: none;
    cursor: pointer;
}
.product-card-wrapper .quick-add .quick-add__submit span {
    color: #000;
}
.product-card-wrapper .card__inner .quick-add product-form,
.product-card-wrapper .card__inner .quick-add modal-opener{
    display: none;
}
.product-card-wrapper:hover .quick-add .quick-add__submit {
    display: inline-flex;
}
.product-card-wrapper .card__inner {
    flex-wrap: wrap;
}
.product-card-wrapper .card__inner .quick-add {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
/* Product */
.product .product__info-wrapper.grid__item .js.product-form__input .form__label {
    font-size: 16px;
    line-height: 20.4px;
    color: #000;
    letter-spacing: 0;
    margin: 0;
}
.product .product__info-wrapper.grid__item .jdgm-prev-badge__stars .jdgm-star {
    font-size: 14px;
    padding: 0 8px 0 0 !important;
}
.product .product__info-wrapper.grid__item .product-price {
    margin-bottom: 18px !important;
}
.product .product__info-wrapper.grid__item .jdgm-prev-badge__text {
    font-size: 16px;
    line-height: 20.54px;
    color: #000;
}
.product .product__info-wrapper.grid__item variant-selects {
    padding-top: 25px;
    padding-bottom: 50px;
}
.product .product__info-wrapper.grid__item .product-form {
    /* margin-top: 0 !important; */
    margin-bottom: 0 !important;
}
.product .product__info-wrapper.grid__item .product__description {
    padding-top: 50px;
}
.product__description ul {
    margin-top: 22px;
    padding-left: 30px;
    margin-left: 0;
    list-style-position: outside;
}
.product__description ul li::marker {
    font-size: 14px;
}
.product .product__info-wrapper.grid__item .js.product-form__input label {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding: 15px;
    min-width: 200px;
    margin: 10px 8px 0 0;
}
.product .product__info-wrapper.grid__item .js.product-form__input label:hover {
    background-color: #f5f5f5;
    color: #000;
}
.product .product__info-wrapper.grid__item .price__container span,
.product .product__info-wrapper.grid__item .price__container span .price-item{
    font-size: 26px;
    line-height: 39px;
}
.product .product__info-wrapper.grid__item .form .product-form__buttons {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}
.product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit {margin-bottom: 0;background-color: #F5BA9A;border-radius: 100px;padding: 22px 15px;}
.product .product__info-wrapper.grid__item .form .product-form__buttons .shopify-payment-button {width: 50%;}
.product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit::before,.product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit::after {
    display: none;
}
.product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit span {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
}
.product__description p,.product__description ul li {
    color: #000;
    font-weight: 300;
}
.product__description ul {
    margin-bottom: 50px;
}
.related-products .related-products-heading {
    margin-bottom: 50px;
}
.product-form__input--pill .color-swatch.variant-swatch {
    width: 70px !important;
    height: 105px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    border: transparent !important;
    margin-right: 15px !important;
    background-position: top center !important;
}
.product .product__info-wrapper.grid__item .js.product-form__input label.color-swatch:before {opacity: 0;box-shadow: none;}
.product .product__info-wrapper.grid__item .js.product-form__input input[type='radio']:checked + label.color-swatch:before {
    opacity: 1;
}
/* Collection List Wrapper */
.home-collection-list {
    margin-bottom: 110px;
}
.home-collection-list .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
.home-collection-list .collection-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.home-collection-list .collection-item .collection-image {
    position: relative;
    padding-top: 63%;
}
.home-collection-list .collection-item .collection-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-collection-list .collection-item .collection-block {
    position: relative;
}
.home-collection-list .collection-item .collection-block .collection-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}
.home-collection-list .collection-item .collection-block .collection-content h2 {
    color: #fff;
}
.home-collection-list .collection-item .collection-block .collection-content .btn {
    margin-top: 45px;
}
/* Image Text Half */
.image-text-half-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.image-text-half-section .image-block {
    width: 57%;
    display: flex;
}
.image-text-half-section .text-block {
    width: 43%;
    padding-left: 60px;
    padding-right: 60px;
}
.image-text-half-section .text-block h3 {
    margin-bottom: 50px;
}
.image-text-half-section .wrapper.image-right .image-block {
    order: 2;
}
.image-text-half-section .wrapper.image-right .text-block {
    order: 1;
}
.image-text-half-section .wrapper.image-right {padding-top: 110px;padding-bottom: 180px;}
.image-text-half-section .wrapper.image-left {
    padding-top: 18px;
}
.image-text-half-section .text-block h2 {
    margin-bottom: 10px;
}
.image-text-half-section .text-block h1 {
    margin-bottom: 20px;
}
.image-text-half-section .text-block h1 + h3 {
    margin-bottom: 30px;
}
.image-text-half-section.ayurveda-hero .wrapper.image-right {
    padding-top: 25px !important;
    padding-bottom: 50px !important;
}
.image-text-half-section.ayurveda-hero .wrapper {
    align-items: flex-start;
}
/* Pagination */
.pagination-wrapper .pagination ul li a {
    font-size: 26px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, .4);
    width: auto;
    height: auto;
    display: inline-flex;
    padding-left: 8px;
    padding-right: 8px;
}
.pagination-wrapper .pagination ul li a.pagination__item--current {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
}
.pagination-wrapper .pagination ul li a:after {
    display: none !important;
}
.pagination-wrapper .pagination ul li {
    max-width: none;
    margin: 0;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-wrapper .pagination ul {
    align-items: center;
    margin-bottom: 30px;
}
/* Mahola Universe Grid */
.mahola-by-universe-grid-section .wrapper .grid-item {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.mahola-by-universe-grid-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}
.mahola-by-universe-grid-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mahola-by-universe-grid-section .section-title {
    margin: 0 0 20px 0;
}
.mahola-by-universe-grid-section .grid-item .image-block {
    position: relative;
    padding-top: 110%;
    display: flex;
}
.mahola-by-universe-grid-section .grid-item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mahola-by-universe-grid-section .grid-item .image-block label {
    bottom: auto !important;
    top: 56%;
}
/* Ayurveda */
.two-col-text-image-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
.two-col-text-image-section .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.two-col-text-image-section .section-title h2 {
    margin-bottom: 30px;
}
.two-col-text-image-section .bottom-image {
    display: flex;
    margin-top: 30px;
}
.two-col-text-image-section .section-title h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 24.4px;
}
.image-text-half-section.ayurveda-hero .image-right .text-block {
    padding-left: 0;
    padding-right: 40px;
}
.image-text-half-section.ayurveda-hero .image-left .text-block {
    padding-left: 40px;
    padding-right: 0;
}
.image-text-half-section.ayurveda-hero .text-block {
    width: 38%;
}
.image-text-half-section.ayurveda-hero .image-block {
    width: 62%;
}
/* Blog Articles */
body .blog-posts .category.active {
    display: flex;
    flex-wrap: wrap;
}
body .blog-posts .category {
    column-gap: 0;
    margin-left: -14px;
    margin-right: -14px;
    row-gap: 45px;
}
body .blog-posts .category .blog-articles__article.article {
    width: 33.3333%;
    padding-left: 14px;
    padding-right: 14px;
}
body .blog-posts .category .blog-articles__article.article .article-card .card__heading,
.blog-posts .article-card  .card__heading,
.blog-posts .article-card .card__heading span {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.blog-posts .article-card .card__heading span {
    font-family: Voguer Sans Bold;
    font-weight: 700;
}
body .blog-posts .category .blog-articles__article.article .card__inner,
.blog-posts .article-card  .card__inner,
.card.card--standard.card--media.article-card .card__inner, 
.card.card--standard.card--media.article-card, 
.card.card--standard.card--text.article-card .card__inner{
    --ratio-percent: 62% !important;
}
body .blog-posts .category .blog-articles__article.article .card__information,
.blog-posts .article-card .card__information{
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.main-blog-title-block .category-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 20px;
}
.main-blog-title-block .category-nav a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.1rem;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 25px;
    display: flex;
}
.main-blog-title-block .category-nav a:hover,
.main-blog-title-block .category-nav a.active {
    background-color: #000;
    color: #fff;
}
.main-blog-title-block {
    margin-bottom: 35px;
}
.main-blog-title-block h1 {
    line-height: 1;
}
.title-with-bullet-list {
    padding-top: 70px;
    padding-bottom: 85px;
}
.title-with-bullet-list ul {
    margin: 0;
    padding-left: 20px;
}
.title-with-bullet-list ul li::marker {
    font-size: 12px;
}
.title-with-bullet-list h2 {
    margin-bottom: 15px;
}
/* Nos Combats Grid */
.nos-combats-grid {
    padding-top: 100px;
    padding-bottom: 100px;
}
.nos-combats-grid .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    row-gap: 85px;
}
.nos-combats-grid .grid-item {
    width: 33.3333%;
    padding-left: 30px;
    padding-right: 30px;
}
.nos-combats-grid .grid-item .image-block {
    position: relative;
    padding-top: 90%;
}
.nos-combats-grid .grid-item .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nos-combats-grid .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.nos-combats-grid .grid-item .content-block {
    padding-top: 6px;
}
.nos-combats-grid .grid-item .content-block p {
    margin-top: 15px;
    font-size: 19px;
    line-height: 24.4px;
}
.nos-engagements-hero-section .text-block,
.our-story-hero-section .text-block{
    width: 72%;
    margin-left: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 35px;
}
.nos-engagements-hero-section .wrapper,
.our-story-hero-section .wrapper{
    position: relative;
    padding-top: 58px;
    padding-bottom: 58px;
}
.nos-engagements-hero-section .wrapper .image-block,
.our-story-hero-section .wrapper .image-block{
    position: absolute;
    width: 54%;
    height: 100%;
    top: 0;
    left: 0;
}
.our-story-hero-section .wrapper .image-block {
    left: auto;
    right: 0;
}
.nos-engagements-hero-section .wrapper .image-block img,
.our-story-hero-section .wrapper .image-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nos-engagements-hero-section .text-block .text-item,
.our-story-hero-section .text-block .text-item{
    width: 100%;
}
.nos-engagements-hero-section .text-block,
.our-story-hero-section .text-block{
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}
.our-story-hero-section .text-block {
    margin-left: 0;
}
.nos-engagements-hero-section .text-block .text-item h2,
.our-story-hero-section .text-block .text-item h2{
    margin-bottom: 20px;
}
.nos-engagements-hero-section .text-block .text-item p strong{
    font-size: 28px;
    line-height: 32px;
    font-family: 'Voguer Sans Bold';
    font-weight: 700;
}
.nos-engagements-hero-section .section-title,
.our-story-hero-section .section-title{
    margin-bottom: 40px;
}
.our-founders-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 130px;
    padding-bottom: 40px;
}
.our-founders-section .text-block {
    width: 72%;
}
.our-founders-section .text-block .white-box {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 60px 35px 190px 35px;
}
.our-founders-section .wrapper .image-block {
    position: absolute;
    width: 45%;
    right: 0;
    height: 100%;
    top: 0;
}
.our-founders-section .wrapper .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.our-founders-section .authors {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}
.our-founders-section .author-image-block {
    position: relative;
    padding-top: 135%;
}
.our-founders-section .author-block {
    width: 102px;
}
.our-founders-section .author-image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our-founders-section .details-block {
    padding-top: 8px;
}
.our-founders-section .details-block p {
    margin: 0;
}
.our-founders-section .text-block .white-box h2 {
    margin-bottom: 20px;
}
.title-text-block {
    padding-bottom: 150px;
}
.title-text-block h2 {
    margin-bottom: 15px;
}
.our-founders-section {
    padding-bottom: 95px;
}
/* Image Gallery with Text */
.text-with-image-gallery-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.text-with-image-gallery-section .wrapper .image-gallery-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 54%;
}
.text-with-image-gallery-section .image-box.image-1 {
    width: 8%;
}
.text-with-image-gallery-section .image-box.image-2 {
    width: 24%;
}
.text-with-image-gallery-section .image-box.image-3 {
    width: 66%;
}
.text-with-image-gallery-section {
    padding-top: 55px;
}
.text-with-image-gallery-section .image-box {
    position: relative;
    padding-top: 590px;
}
.text-with-image-gallery-section .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-with-image-gallery-section .wrapper .text-box {
    width: 46%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}
.text-with-image-gallery-section .text-item h2 {
    margin-bottom: 25px;
}
.benefits-text-block {
    background-color: #FFFAF5;
    padding: 40px 40px 15px 40px;
    max-width: 1376px;
    margin: 8px auto 0;
}
.benefits-text-block p {
    margin-bottom: 0 !important;
}
.benefits-text-block p strong {
    font-weight: 600;
}
.benefits-text-block ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.benefits-text-block ul li {
    font-weight: 300;
}
.benefits-text-block ul li::marker {
    font-size: 9px;
}
.benefits-text-section h2 {
    margin: 0 0 30px 0;
}
/* Product Page */
.product .grid__item.product__media-wrapper {
    max-width: 38% !important;
    width: 100% !important;
}
.product .product__info-wrapper.grid__item {
    max-width: 62% !important;
    width: 100% !important;
    padding-left: 65px !important;
}
.price-item.price-item--regular {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    font-weight: 700;
}
.product .product__info-wrapper.grid__item .product__title {
    margin: 0 0 0 0;
}
.product  .product__info-container>*+* {
    margin: 0 !important;
}
.customer h1 {
    font-size: 40px;
    line-height: 51.36px;
    letter-spacing: 0;
}
.customer:not(.account):not(.order) {
    max-width: 770px;
}
.customer form .field:before,.customer form .field:after {
    display: none;
}
.customer form .field input,
.customer form .field select{
    border: 1px solid #000;
    border-radius: 100px;
    height: 57px;
    font-size: 16px;
    line-height: 20.53px;
    color: #000;
    padding: 5px 32px;
}
.customer form .field input::placeholder,
.customer form .field select::placeholder{
    color: #000;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.customer form .field input::-ms-input-placeholder,
.customer form .field input::-ms-input-placeholder{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.customer form .checkbox input[type="checkbox"] {
    margin-top: 0;
}
.customer form .checkbox {
    margin-top: 20px;
}
.customer form .checkbox label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.addresses.customer form .field input::placeholder{
    opacity: 0;
}
.addresses.customer form .field input::-ms-input-placeholder{
    opacity: 0;
}
.customer form .field {
    margin-top: 30px;
}
.customer form {
    margin-top: 50px;
}
.section-template--22682107445571__main-padding,
.section-template--22682107478339__main-padding{
    padding-top: 45px !important;
    padding-bottom: 140px !important;
}
.login-submit .login-btn:before,.login-submit .login-btn:after {
    display: none;
}
.login-submit .login-btn {
    width: 265px;
    background-color: #F5BA9A;
    border-radius: 100px;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    height: 65px;
    transition: all 0.2s ease-in-out;
}
.login-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 32px;
    margin-top: 35px;
}
.login-submit a.recover {
    font-size: 16px;
    line-height: 20.4px;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
}
.login-submit .login-btn:hover {
    background-color: #000;
    color: #fff;
}
.login-submit a.recover:hover {
    text-decoration: underline;
}
.login-submit-text p {
    margin-bottom: 0;
}
.login-submit-text {
    text-align: left;
    margin-top: 75px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.login-submit-text a {
    font-size: 16px;
    line-height: 20.5px;
    color: #F5BA9A;
    font-weight: 700;
}
/* Points of sale */
.points-of-sale-table-section .ps-table .table-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.points-of-sale-table-section .ps-table .table-row:nth-child(odd) {
    background-color: #FFFAF5;
}
.points-of-sale-table-section .ps-table .table-row .table-col {
    padding: 15px;
}
.points-of-sale-table-section .ps-table .table-row .table-col:nth-child(1),.points-of-sale-table-section .ps-table .table-row .table-col:nth-child(2) {
    width: 180px;
}
.points-of-sale-table-section .ps-table .table-row .table-col:nth-child(3),.points-of-sale-table-section .ps-table .table-row .table-col:nth-child(4) {
    width: 350px;
}
.points-of-sale-table-section .ps-table {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.points-of-sale-table-section .section-title h2 {
    max-width: 32%;
}
.points-of-sale-table-section {
    padding-top: 35px;
    padding-bottom: 100px;
}
.points-of-sale-table-section .section-title {
    margin-bottom: 50px;
}
.points-of-sale-table-section .bottom-text-block h2 {
    max-width: 1192px;
    margin: 0 auto 24px;
}
.points-of-sale-table-section .bottom-text-block p {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.points-of-sale-table-section .bottom-text-block {
    text-align: center;
    padding-top: 80px;
}
.points-of-sale-table-section .bottom-text-block .btn.btn-outline {
    margin-top: 25px;
}
body .blog-posts .category .blog-articles__article.article .card__information .blog-category,
.blog-posts .article-card .card__information .blog-category{
    font-size: 19px;
    line-height: 24.4px;
    letter-spacing: 0.1rem;
    display: block;
    margin-bottom: 2px;
}
body .blog-posts .category .blog-articles__article.article .article-card-wrapper.card-wrapper {
    width: 100%;
}
.article-template .article-template__hero-container,
.article-template .article-template__title,
.article-template .article-template__content,
.article .breadcrumbs__list,
.blog-section-title {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.article-template .container {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}
.article-template__content h2 {
    margin-bottom: 20px;
    margin-top: 35px !important;
}
.article-template__content p img {
    width: 100%;
    border: 0;
    box-shadow: none;
    margin: 0;
}
.article-template__content h3 {
    margin-bottom: 15px;
    margin-top: 35px;
}
.article-template .article-template__content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 90px;
}
.article-template__content ul,
.article-template__content ol {
    margin: 0 0 20px 0;
    list-style-position: outside;
}
.article-template__content ul li{
    list-style: disc;
    font-weight: 300;
}
.article-template__content ol li {
    font-weight: 300;
}
.article-template .article-template__content p:first-child {
    margin-top: 30px;
}
.article-template__content ul li::marker,
.article-template__content ul li::marker{
    font-size: 12px;
}
.blog .blog-posts {
    column-gap: 26px;
    row-gap: 26px;
}
.blog .blog-posts li.grid__item {
    width: calc(33.33% - 26px* 2 / 3);
    max-width: calc(33.33% - 26px* 2 / 3);
}
.blog-posts .article-card .card__inner .article-card__hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 30px 10px 15px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}
.blog-posts .article-card:hover .card__inner .article-card__hover-content {
    opacity: 1;
}
.blog-posts .article-card .card__inner .article-card__hover-content .article-card__excerpt {
    margin: 0;
    max-width: 100%;
    color: #000;
}
.customer.account .customer__title {
    text-align: center;
}
/* Cart Drawer */
.cart-drawer .drawer__inner .drawer__heading,
.custom-drawer-header span{
    font-size: 13px;
    line-height: 19.5px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.cart-drawer .drawer__inner .drawer__header .drawer__close {
    width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    display: inline-flex;
    position: inherit;
    top: auto;
    right: 0;
    box-shadow: none;
}
.custom-drawer-header {
    text-align: center;
    background-color: #F5BA9A;
    padding: 10px;
}
.cart-drawer .drawer__inner {
    padding: 0;
}
.cart-drawer .drawer__header {
    padding: 50px 25px 0;
}
.cart-drawer .cart-items .cart-item {
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 25px;
    margin: 0;
}
.cart-drawer .cart-items .cart-item td {
    padding-top: 0 !important;
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.cart-drawer .cart-items .cart-item .cart-item__media {
    width: 85px;
}
.cart-drawer .cart-items .cart-item:last-child {
    border-bottom: 0;
}
.cart-drawer .cart-items .cart-item .cart-item__details .cart-item__name {
    font-size: 16px;
    line-height: 20.54px;
    color: #000;
    display: block;
    max-width: 100%;
    width: 100%;
}
.cart-drawer .cart-items .cart-item .cart-item__details .product-option {
    max-width: 100%;
    display: block;
    margin: 0;
    marg-n-top: 2px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #333;
}
.cart-drawer .cart-items .cart-item td dl {
    max-width: 100%;
    width: 100%;
    margin-top: 0 !important;
}
.cart-drawer .cart-items .cart-item td dl * {
    font-size: 14px;
    line-height: 10px;
}
.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity:before,.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity:after {
    display: none;
}

.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity {
    background: transparent;
    align-items: center;
    min-height: auto;
    column-gap: 12px;
}

.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity .quantity__input {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    padding: 0;
    opacity: 1;
    flex-grow: inherit;
}

.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity .quantity__button {
    width: 18px;
    height: 18px;
    border: 0;
    background-color: #000;
    border-radius: 50%;
}
.cart-drawer .cart-items .cart-item td.cart-item__quantity .cart-quantity .quantity__button svg path {
    fill: #fff;
}
.cart-drawer .cart-items .cart-item td cart-remove-button {
    margin: 0;
}
.cart-drawer .cart-items .cart-item td cart-remove-button .button {
    margin: 0;
    min-width: auto;
    min-height: auto;
}
.cart-drawer .cart-items .cart-item td quantity-popover {
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    width: 100%;
}
.cart-drawer .cart-items .cart-item td.cart-item__quantity {
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.cart-drawer .cart-items .cart-item td .cart-item__quantity-wrapper {
    width: 100%;
    justify-content: space-between;
}
.cart-drawer .drawer__footer {
    padding: 25px;
    border-top: 1px solid #E2E2E2;
}
.cart-drawer .drawer__footer .totals {
    margin-top: 0;
}
.cart-drawer .drawer__footer .totals .totals__total {
    font-size: 16px;
    line-height: 20.4px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    margin-top: 0;
}
.cart-drawer .drawer__footer .totals .totals__total-value {
    font-size: 16px;
    line-height: 20.4px;
    color: #000;
    margin-top: 0;
}
.cart-drawer .drawer__footer .tax-note {
    margin-top: 7px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
}
.cart-drawer .drawer__footer .cart__ctas .cart__checkout-button:before,.cart-drawer .drawer__footer .cart__ctas .cart__checkout-button:after {
    display: none;
}
.cart-drawer .drawer__footer .cart__ctas .cart__checkout-button {
    background-color: #F5BA9A;
    border-radius: 100px;
    color: #000;
    font-size: 16px;
    line-height: 20.4px;
    letter-spacing: 0;
    font-weight: 700;
}
.logout-btn-text {
    display: block;
    margin-top: 95px;
}
.logout-btn-text a {
    color: #F5BA9A;
    font-weight: 700;
}
.customer .left-right-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 75px;
    padding-bottom: 75px;
}
.customer .left-right-block .left-block {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.customer .left-right-block .right-block {
    width: 75%;
}
.customer .left-right-block .right-block p, 
.customer .left-right-block .right-block a,
.customer.addresses ul li p {
    font-size: 19px;
    line-height: 24px;
    color: #000;
    text-align: left;
}
.section-template--22682107314499__main-padding,
.section-template--22682107380035__main-padding{
    padding-top: 42px !important;
    padding-bottom: 100px !important;
}
.customer.addresses ul li button.edit-btn {
    margin: 0 !important;
}
.customer.addresses ul li button.edit-btn:before,.customer.addresses ul li button.edit-btn:after {
    display: none;
}
.customer.addresses ul li button.edit-btn {
    padding: 0;
    color: #f5ba9a;
    text-decoration: underline;
    min-width: auto;
    min-height: auto;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20.54px;
    margin-top: 20px !important;
    font-weight: 300;
}
.customer .left-right-block .left-block h3 a,
.customer .left-right-block .left-block h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-decoration: none;
}
.customer .left-right-block .left-block h3 a {
    opacity: 0.4;
}
.customer .left-right-block .left-block h3.active a {
    opacity: 1;
}
body .customer.addresses {
    max-width: 100% !important;
}
.customer.addresses .left-right-block .right-block ul li:not(:last-child) {
    margin-bottom: 40px;
}
.customer .left-right-block .left-block h3 {
    width: 100%;
    text-align: left;
}
.customer button.add-address-btn,
.customer.addresses .login-submit .submit{
    padding: 24px 40px;
    border-radius: 100px;
    min-width: auto;
    min-height: auto;
    display: block;
    font-size: 20px;
    line-height: 20px;
    background-color: #F5BA9A;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    margin-top: 80px;
}
.customer.addresses .login-submit .submit {
    margin-top: 0;
    margin-right: 0;
}
.add-address-btn:before,
.add-address-btn:after,
.customer.addresses .login-submit .submit:before,
.customer.addresses .login-submit .submit:after,
.customer.addresses .login-submit .cancle:before,
.customer.addresses .login-submit .cancle:after {
    display: none;
}
.customer.addresses .login-submit .cancle {
    padding: 0;
    min-width: auto;
    min-height: auto;
    letter-spacing: 0;
    color: #F5BA9A;
    font-size: 16px;
    line-height: 20.54px;
    text-decoration: underline;
    font-weight: 300;
}
.customer button.add-address-btn:hover,
.customer.addresses .login-submit .submit:hover{
    background-color: #000;
    color: #fff;
}
.customer .left-right-block .right-block form {
    max-width: 770px;
}
.our-story-image-text-half-section {
    padding-top: 45px;
    padding-bottom: 45px;
}
.our-story-image-text-half-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.our-story-image-text-half-section .image-block {
    width: 52.5%;
}
.our-story-image-text-half-section .image-block {
    display: flex;
}
.our-story-image-text-half-section .text-block {
    width: 47.5%;
    padding-left: 65px;
}
.our-story-image-text-half-section .text-block h2 {
    margin: 35px 0;
}
.product-card-wrapper .card__information .price__container {
    width: 100%;
    display: flex;
}
.product-card-wrapper .card__information .price__container .price__sale .visually-hidden.visually-hidden--inline {
    display: none;
}
/* Policy Page */
.shopify-policy__container .shopify-policy__title {
    text-align: left;
    margin-bottom: 90px;
}
.shopify-policy__container {
    padding-top: 30px;
}
body .shopify-policy__container {
    padding-bottom: 150px;
}
body .shopify-policy__container .shopify-policy__body ul {
    margin-top: 0;
    padding: 0;
    left: 0;
    list-style: dashed;
    list-style-type: none;
}
body .shopify-policy__container .shopify-policy__body ul li {
    text-indent: 0;
    font-weight: 300;
}
body .shopify-policy__container .shopify-policy__body ul li:before {
    content: "-";
    text-indent: 0;
}
/* Footer */
.footer .footer-block--menu .list-unstyled li a {
    font-size: 16px;
    line-height: 39.74px;
    color: #000;
    opacity: 1;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.footer .footer-block--menu .list-unstyled li a:hover {
    text-decoration: underline;
}
.footer .footer-block h6 {
    margin: 0 0 25px 0;
}
 .footer-bottom .footer-copyright {
    display: flex;
    justify-content: space-between;
} 
.footer-bottom .footer-copyright p {
    font-size: 12px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
}
.footer-bottom {
    padding-bottom: 30px;
}
.footer .footer-logo {
    padding-top: 50px;
}
.footer .footer-logo a {
    display: inline-flex;
    max-width: 237px;
}
.footer .footer__content-top {
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer .footer-block.grid__item.newsletter .list-social.footer__list-social {
    justify-content: flex-start;
    column-gap: 20px;
}
.footer .footer-block.grid__item.newsletter .list-social.footer__list-social .link.list-social__link {
    padding: 0;
}
.footer .footer-block.grid__item.newsletter h6.mb-2 {
    margin: 30px 0 8px 0;
}
.footer .footer-block.grid__item.newsletter .newsletter-description p {
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: 400;
}
.footer .footer-block.grid__item.newsletter .newsletter-description {
    margin-top: 15px;
}
.footer .footer-block.grid__item.newsletter form {
    max-width: 100%;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper {
    max-width: 100%;
    flex-basis: auto;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field:before,.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field:after {
    display: none;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field input {
    background-color: #fff;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field input::placeholder {
    color: #000;
    opacity: 1;
    letter-spacing: 0.1rem;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field input::-ms-input-placeholder { /* Edge 12-18 */
    color: #000;
    letter-spacing: 0.1rem;
}
.footer .footer-block.grid__item.newsletter form .newsletter-form__field-wrapper .field svg {
    width: 7px;
    height: auto;
}
.product .product__info-container .product__accordion {
    margin-top: 30px !important;
}
.product .accordion summary{
    padding: 1.5rem 0 !important;
}
.product .accordion{
    border-top: .1rem solid black;
    border-bottom: .1rem solid black;
    }

.product .product__info-container .product__accordion .summary__title h2 {
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins, sans-serif;
}
.product .product__info-container .product__accordion .accordion__content {
    overflow: hidden;
    padding-left: 0;
}
.product .product__info-container .product__accordion .accordion__content ul {
    padding: 0;
    margin: 0;
}
.product .product__info-container .product__accordion .accordion__content p:empty,.product .product__info-container .product__accordion .accordion__content p br {
    display: none;
}
@media (min-width: 1600px) and (max-width: 1799px) {
  h1 {
      font-size: 52px;
      line-height: 66px;
  }
  h2 {
    font-size: 44px;
    line-height: 50px;
  }
  .our-founders-section .wrapper {
      padding-top: 105px;
      padding-bottom: 35px;
  }
  .our-founders-section .text-block .white-box {
      padding: 55px 35px 160px;
  }
  .our-founders-section {
      padding-bottom: 75px;
  }
  .points-of-sale-table-section .section-title h2 {
      max-width: 35%;
  }
  .collection-hero .collection-hero__description p, 
  .collection-hero .collection-hero__description p span, 
  .collection-hero .collection-hero__description,
  .our-guide-section .wrapper .text-block .text-block-wrapper p,
  .btn,
  .mahola-by-universe-section .images-wrapper label, 
  .mahola-by-universe-grid-section .grid-item .image-block label,
  .two-col-text-image-section .section-title h3,
  .nos-combats-grid .grid-item .content-block p,
  body .blog-posts .category .blog-articles__article.article .card__information .blog-category,
  .customer .left-right-block .right-block p, 
  .customer .left-right-block .right-block a, 
  .customer.addresses ul li p{
      font-size: 17px;
      line-height: 22px;
  }
  .customer button.add-address-btn {margin-top: 60px;}
  .customer button.add-address-btn, .customer.addresses .login-submit .submit {
      padding: 18px 35px;
      font-size: 18px;
      line-height: 18px;
  }
  .customer .left-right-block {
      padding-top: 55px;
      padding-bottom: 55px;
  }
  .customer .left-right-block .left-block h3 a, .customer .left-right-block .left-block h3 {
      font-size: 26px;
      line-height: 30px;
  }
  .logout-btn-text {
      margin-top: 75px;
  }
  .nos-combats-grid .grid-item {
      padding-left: 23px;
      padding-right: 23px;
  }
  .nos-combats-grid .wrapper {
      margin-left: -23px;
      margin-right: -23px;
      row-gap: 70px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper h2 {
      margin: 0 0 25px;
  }
  .btn {
      min-width: 194px;
      padding: 15px 25px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper .btn {
      margin-top: 20px;
  }
  .grid {

  }
  .grid--4-col-desktop .grid__item {
      width: calc(25% - 20px* 3 / 4);
      max-width: calc(25% - 20px* 3 / 4);
  }
  .product-card-wrapper .card__badge .badge {
      font-size: 12px;
      line-height: 12px;
  }
  .mahola-by-universe-grid-section .wrapper .grid-item {
      padding-left: 12px;
      padding-right: 12px;
  }
  .mahola-by-universe-grid-section .wrapper {
      margin-left: -12px;
      margin-right: -12px;
  }
  .mahola-by-universe-section .images-wrapper label, .mahola-by-universe-grid-section .grid-item .image-block label {
      padding: 12px 12px 12px 26px;
  }
  .section-template--22682332627267__product-grid-padding {
      padding-bottom: 50px !important;
  }
  .product-card-wrapper .card__information {
      padding: 10px 10px 0 !important;
  }
  .product-card-wrapper .card__information .card__heading,
  .product-card-wrapper .card__information .card__heading a,
  .product-card-wrapper .card__information .card__heading span {
      font-size: 24px;
      line-height: 32px;
  }
  .product-card-wrapper .card__information .price-item.price-item--regular {
      font-size: 24px;
      line-height: 30px;
  }
  .product-card-wrapper .card__information .price-item.price-item--sale.price-item--last {
      font-size: 16px;
      line-height: 22px;
      margin-left: 15px;
  }
  .offer-slider-section {
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .section-template--22682107019587__product-grid-padding {
      padding-bottom: 80px !important;
  }
  .pagination-wrapper .pagination ul li a {
      font-size: 24px;
      line-height: 24px;
  }
  .collection-hero.collection-hs-hero-image .collection-hero__image {
      min-height: 236px;
  }
  p {
     margin: 0 0 18px 0;
  }
  p, body, span {
      font-size: 14px;
      line-height: 17px;
  }
  .image-text-half-section .text-block h2 {
      font-size: 42px;
      line-height: 48px;
  }
  h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .image-text-half-section .text-block h3 {
      margin-bottom: 40px;
  }
  .image-text-with-background .text-block .text-block-wrapper {
      max-width: 570px;
  }
  .image-text-with-background .wrapper .image-block {
      border: 15px solid #fff;
  }
  .two-col-text-image-section {
      padding-top: 50px;
  }
  .two-col-text-image-section .section-title h2 {
      margin-bottom: 15px;
  }
  .two-col-text-image-section .section-title {
      margin-bottom: 40px;
  }
  .home-collection-list {
      margin-bottom: 90px;
  }
  .section-template--22682107052355__featured_collection_YLibjf-padding {
      padding-top: 58px !important;
      padding-bottom: 58px !important;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 34px;
      line-height: 42px;
      max-width: 970px;
  }
  .client-testimonials-section .testimonial-box .stars ul li svg {
      width: 18px;
  }
  .test-message-wrapper .slick-dots {
      margin: 25px 0 0;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 32px;
      line-height: 35px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      left: -105px;
      bottom: 125px;
  }
  .client-testimonials-section .testimonial-box {
      padding: 35px 100px 45px;
      max-width: 1285px;
  }
  .client-testimonials-section {
      padding-top: 75px;
      padding-bottom: 75px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 180px;
      padding-bottom: 205px;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper {
      padding-top: 42px;
  }
  .nos-engagements-hero-section .text-block,
  .our-story-hero-section .text-block{
      row-gap: 45px;
  }
  .nos-engagements-hero-section .text-block .text-item p strong {
      font-size: 24px;
      line-height: 30px;
  }
  .nos-engagements-hero-section .wrapper,
  .our-story-hero-section .wrapper{
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .nos-combats-grid {
      padding-bottom: 90px;
  }
  .title-text-block {
      padding-bottom: 130px;
  }
  .text-with-image-gallery-section {
      padding-top: 45px;
  }
  .text-with-image-gallery-section .text-item h2 {
      margin-bottom: 22px;
  }
  .text-with-image-gallery-section .wrapper .text-box {
      row-gap: 50px;
  }
  .text-with-image-gallery-section .image-box {
      padding-top: 490px;
  }
  .benefits-text-block {
      max-width: 1147px;
      padding: 35px 35px 10px 35px;
  }
  .benefits-text-section h2 {
      margin: 0 0 25px 0;
  }
  .points-of-sale-table-section {
      padding-top: 30px;
      padding-bottom: 80px;
  }
  .points-of-sale-table-section .section-title {
      margin-bottom: 40px;
  }
  .points-of-sale-table-section .ps-table .table-row {
      padding: 15px 18px;
  }
  .points-of-sale-table-section .bottom-text-block h2 {
      margin: 0 auto 20px;
  }
  .points-of-sale-table-section .bottom-text-block {
      padding-top: 70px;
  }
  body .blog-posts .category {
      margin-left: -12px;
      margin-right: -12px;
  }
  .main-blog-title-block .category-nav a {
      padding: 10px 15px;
      font-size: 12px;
      line-height: 16px;
  }
  .main-blog-title-block .category-nav {
      gap: 15px;
  }
  body .blog-posts .category .blog-articles__article.article {
      padding-left: 12px;
      padding-right: 12px;
  }
  body .blog-posts .category .blog-articles__article.article .article-card .card__heading,
  .blog-posts .article-card .card__heading span{
      font-size: 17px;
      line-height: 22px;
  }
  .article-template .article-template__hero-container, .article-template .article-template__title, .article-template .article-template__content, .article .breadcrumbs__list,.blog-section-title {
      max-width: 1030px;
  }
  .article-template__content h2 {
      margin-top: 30px !important;
      margin-bottom: 15px;
  }
  .article-template__content h3 {
      margin-top: 30px;
  }
  .article-template .article-template__content {
      padding-bottom: 80px;
  }
  .blog .blog-posts {
      column-gap: 22px;
      row-gap: 22px;
  }
  .blog .blog-posts li.grid__item {
      width: calc(33.33% - 22px* 2 / 3);
      max-width: calc(33.33% - 22px* 2 / 3);
  }
  .section-template--22682107445571__main-padding, .section-template--22682107478339__main-padding {
      padding-top: 35px !important;
      padding-bottom: 125px !important;
  }
  .login-submit-text {
      margin-top: 65px;
  }
  .login-submit .login-btn {
      height: 56px;
      font-size: 18px;
      line-height: 28px;
      width: 240px;
  }
  .login-submit a.recover {
      font-size: 14px;
      line-height: 16px;
  }
  .customer form .field input,
  .customer form .field select{
      height: 52px;
      font-size: 14px;
      line-height: 18px;
  }
  .customer form .field {
      margin-top: 25px;
  }
  .customer form {margin-top: 35px;}
  .customer h1 {
      font-size: 36px;
      line-height: 46px;
  }
  .login-submit-text p,.login-submit-text  a {
      font-size: 14px;
      line-height: 18px;
  }
  .product .grid__item.product__media-wrapper {
      max-width: 37% !important;
  }
  .product .product__info-wrapper.grid__item {
      max-width: 63% !important;
      padding-left: 55px !important;
  }
  .product .product__info-wrapper.grid__item .price__container span,
  .product .product__info-wrapper.grid__item .price__container span .price-item{
      font-size: 24px;
      line-height: 36px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input .form__label {
      font-size: 14px;
      line-height: 18.4px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input label {
      min-width: 170px;
      padding: 11px;
      font-size: 16px;
      line-height: 24px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit {
      padding: 18px 15px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit span {
      font-size: 18px;
      line-height: 18px;
  }
  .product .product__info-wrapper.grid__item .product-form {
      margin-bottom: 10px;
  }
  .our-story-image-text-half-section {
      padding-top: 35px;
      padding-bottom: 35px;
  }
  .our-story-image-text-half-section .text-block {
      padding-left: 50px;
  }
  .our-story-image-text-half-section .text-block h2 {
      margin: 25px 0;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      padding-top: 18px;
      padding-bottom: 36px;
  }
  .product .product__info-wrapper.grid__item .product__description {
      padding-top: 38px;
  }
  .shopify-policy__container .shopify-policy__title {
      margin-bottom: 80px;
  }
  body .shopify-policy__container {
      padding-bottom: 130px;
  }
  .product-form__input--pill .color-swatch.variant-swatch {
      width: 60px !important;
      height: 95px !important;
      margin-right: 12px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h1 {
      font-size: 46px;
      line-height: 56px;
  }
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .customer .left-right-block .left-block h3 a,
  .customer .left-right-block .left-block h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .collection-hero .collection-hero__description p, 
  .collection-hero .collection-hero__description p span, 
  .collection-hero .collection-hero__description,
  .our-guide-section .wrapper .text-block .text-block-wrapper p,
  .btn,
  .mahola-by-universe-section .images-wrapper label, 
  .mahola-by-universe-grid-section .grid-item .image-block label,
  .two-col-text-image-section .section-title h3,
  .nos-combats-grid .grid-item .content-block p,
  body .blog-posts .category .blog-articles__article.article .card__information .blog-category,
  .customer .left-right-block .right-block p, 
  .customer .left-right-block .right-block a, 
  .customer.addresses ul li p{
      font-size: 15px;
      line-height: 20px;
  }
  .customer .left-right-block {
      padding-top: 55px;
      padding-bottom: 55px;
  }
  .customer .left-right-block .left-block h3 a, .customer .left-right-block .left-block h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .logout-btn-text {
      margin-top: 65px;
  }
  .customer .left-right-block .left-block {
      row-gap: 20px;
  }
  .nos-combats-grid .grid-item .content-block h3 {
      font-size: 22px;
      line-height: 26px;
  }
  .nos-combats-grid .grid-item .content-block p {
      margin-top: 10px;
  }
  .btn {
      min-width: 168px;
      padding: 14px 25px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper .btn {
      margin-top: 20px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper h2 {
      margin: 0 0 20px;
  }
  .btn {
      min-width: 168px;
      padding: 14px 25px;
  }
  .grid {

  }
  .grid--4-col-desktop .grid__item {
      width: calc(25% - 16px* 3 / 4);
      max-width: calc(25% - 16px* 3 / 4);
  }
  .product-card-wrapper .card__badge .badge {
      font-size: 12px;
      line-height: 12px;
  }
  .mahola-by-universe-grid-section {
      padding-top: 50px;
      padding-bottom: 45px;
  }
  .mahola-by-universe-grid-section .wrapper .grid-item {
      padding-left: 10px;
      padding-right: 10px;
  }
  .mahola-by-universe-grid-section .wrapper {
      margin-left: -10px;
      margin-right: -10px;
  }
  .mahola-by-universe-section .images-wrapper label, .mahola-by-universe-grid-section .grid-item .image-block label {
      padding: 10px 10px 10px 24px;
  }
  .section-template--22682332627267__product-grid-padding {
      padding-bottom: 45px !important;
  }
  .product-card-wrapper .card__information {
      padding: 10px 10px 0 !important;
  }
  .product-card-wrapper .card__information .card__heading,
  .product-card-wrapper .card__information .card__heading a,
  .product-card-wrapper .card__information .card__heading a span {
      font-size: 22px;
      line-height: 30px;
  }
  .product-card-wrapper .card__information .price-item.price-item--regular {
      font-size: 22px;
      line-height: 28px;
  }
  .product-card-wrapper .card__information .price-item.price-item--sale.price-item--last {
      font-size: 16px;
      line-height: 22px;
      margin-left: 12px;
  }
  .offer-slider-section {
      padding-top: 12px;
      padding-bottom: 12px;
  }
  .section-template--22682107019587__product-grid-padding {
      padding-bottom: 70px !important;
  }
  .pagination-wrapper .pagination ul li a {
      font-size: 22px;
      line-height: 22px;
  }
  .pagination-wrapper .pagination ul {
      margin-bottom: 20px;
  }
  .collection-hero.collection-hs-hero-image .collection-hero__image {
      min-height: 210px;
  }
  .offer-slider-section .slider-item p {
    font-size: 12px;
    line-height: 128.4%;
  }
  p {
      margin: 0 0 18px 0;
  }
  p, body, span {
      font-size: 14px;
      line-height: 17px;
  }
  h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .image-text-half-section .text-block h3 {
      margin-bottom: 35px;
  }
  .image-text-half-section .text-block {
      padding-left: 45px;
      padding-right: 45px;
  }
  .image-text-with-background .text-block .text-block-wrapper {
      max-width: 570px;
  }
  .image-text-with-background .wrapper .image-block {
      border: 15px solid #fff;
  }
  .image-text-with-background .wrapper {
      padding-left: 35px;
      padding-right: 35px;
  }
  .image-text-with-background .wrapper .text-block {
      padding-left: 75px;
  }
  .image-text-with-background .text-block .text-block-wrapper h3 {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 30px;
  }
  .two-col-text-image-section {
      padding-top: 50px;
  }
  .two-col-text-image-section .section-title h2 {
      margin-bottom: 15px;
  }
  .two-col-text-image-section .section-title {
      margin-bottom: 40px;
  }
  .image-text-half-section.ayurveda-hero .image-right .text-block {
      padding-right: 20px;
  }
  .home-collection-list {
      margin-bottom: 83px;
  }
  .home-collection-list .collection-item {
      padding-left: 7px;
      padding-right: 7px;
  }
  .home-collection-list .wrapper {
      margin-left: -7px;
      margin-right: -7px;
      row-gap: 14px;
  }
  .section-template--22682107052355__featured_collection_YLibjf-padding {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 30px;
      line-height: 38px;
      max-width: 860px;
  }
  .client-testimonials-section .testimonial-box .stars ul li svg {
      width: 18px;
  }
  .test-message-wrapper .slick-dots {
      margin: 25px 0 0;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 28px;
      line-height: 30px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      left: -90px;
      bottom: 110px;
  }
  .client-testimonials-section .testimonial-box {
      padding: 25px 90px 35px;
      max-width: 1120px;
  }
  .client-testimonials-section {
      padding-top: 65px;
      padding-bottom: 65px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 150px;
      padding-bottom: 185px;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper {
      padding-top: 42px;
  }
  .nos-engagements-hero-section .text-block,
  .our-story-hero-section .text-block{
      row-gap: 38px;
  }
  .nos-engagements-hero-section .text-block .text-item p strong {
      font-size: 22px;
      line-height: 28px;
  }
  .nos-engagements-hero-section .wrapper,
  .our-story-hero-section .wrapper{
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .nos-engagements-hero-section .text-block .text-item h2,
  .our-story-hero-section .text-block .text-item h2{
      margin-bottom: 12px;
  }
  .nos-engagements-hero-section .section-title,
  .our-story-hero-section .section-title{
      margin-bottom: 30px;
  }
  .nos-combats-grid .grid-item {
      padding-left: 21px;
      padding-right: 21px;
  }
  .nos-combats-grid .wrapper {
      margin-left: -21px;
      margin-right: -21px;
      row-gap: 65px;
  }
  .nos-combats-grid {
      padding-bottom: 80px;
  }
  .title-text-block {
      padding-bottom: 125px;
  }
  .text-with-image-gallery-section {
      padding-top: 40px;
  }
  .text-with-image-gallery-section .text-item h2 {
      margin-bottom: 20px;
  }
  .text-with-image-gallery-section .wrapper .text-box {
      row-gap: 45px;
  }
  .text-with-image-gallery-section .image-box {
      padding-top: 430px;
  }
  .benefits-text-block {
      max-width: 1120px;
      padding: 35px 35px 15px 35px;
  }
  .benefits-text-section h2 {
      margin: 0 0 25px 0;
  }
  .points-of-sale-table-section {
      padding-top: 25px;
      padding-bottom: 75px;
  }
  .points-of-sale-table-section .section-title {
      margin-bottom: 32px;
  }
  .points-of-sale-table-section .ps-table .table-row {
      padding: 15px 18px;
  }
  .points-of-sale-table-section .bottom-text-block h2 {
      margin: 0 auto 20px;
  }
  .points-of-sale-table-section .bottom-text-block {
      padding-top: 60px;
  }
  .points-of-sale-table-section .bottom-text-block p {
      max-width: 970px;
  }
  .main-blog-title-block .category-nav a {
      padding: 10px 15px;
      font-size: 12px;
      line-height: 16px;
  }
  .main-blog-title-block .category-nav {
      gap: 15px;
  }
  body .blog-posts .category {
      margin-left: -10px;
      margin-right: -10px;
  }
  body .blog-posts .category .blog-articles__article.article {
      padding-left: 10px;
      padding-right: 10px;
  }
  body .blog-posts .category .blog-articles__article.article .article-card .card__heading,
  .blog-posts .article-card .card__heading span{
      font-size: 17px;
      line-height: 22px;
  }
  body .blog-posts .category .blog-articles__article.article .card__information {
      padding-top: 14px;
  }
  .main-blog-title-block {
      margin-bottom: 25px;
  }
  .article-template .article-template__hero-container, .article-template .article-template__title, .article-template .article-template__content, .article .breadcrumbs__list,
  .blog-section-title {
      max-width: 920px;
  }
  .article-template__content h2 {
      margin-top: 30px !important;
      margin-bottom: 15px;
  }
  .article-template__content h3 {
      margin-top: 30px;
  }
  .article-template .article-template__content {
      padding-bottom: 80px;
  }
  .blog .blog-posts {
      column-gap: 20px;
      row-gap: 20px;
  }
  .blog .blog-posts li.grid__item {
      width: calc(33.33% - 20px* 2 / 3);
      max-width: calc(33.33% - 20px* 2 / 3);
  }
  .section-template--22682107445571__main-padding, .section-template--22682107478339__main-padding {
      padding-top: 25px !important;
      padding-bottom: 100px !important;
  }
  .login-submit-text {
      margin-top: 55px;
  }
  .login-submit .login-btn {
      height: 48px;
      font-size: 16px;
      line-height: 24px;
      width: 210px;
  }
  .login-submit a.recover {
      font-size: 14px;
      line-height: 16px;
  }
  .customer form .field input,
  .customer form .field select{
      height: 46px;
      font-size: 14px;
      line-height: 18px;
  }
  .customer form .field {
      margin-top: 20px;
  }
  .customer form {margin-top: 35px;}
  .customer h1 {
      font-size: 32px;
      line-height: 40px;
  }
  .login-submit {
      margin-top: 25px;
      column-gap: 25px;
  }
  .login-submit-text p,.login-submit-text  a {
      font-size: 14px;
      line-height: 18px;
  }
  .product .grid__item.product__media-wrapper {
      max-width: 35% !important;
  }
  .product .product__info-wrapper.grid__item {
      max-width: 65% !important;
      padding-left: 50px !important;
  }
  .product .product__info-wrapper.grid__item .price__container span,
  .product .product__info-wrapper.grid__item .price__container span .price-item{
      font-size: 22px;
      line-height: 32px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input .form__label {
      font-size: 14px;
      line-height: 18.4px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input label {
      min-width: 150px;
      padding: 8px;
      font-size: 14px;
      line-height: 22px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit {
      padding: 16px 15px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit span {
      font-size: 16px;
      line-height: 16px;
  }
  .product .product__info-wrapper.grid__item .product-form {
      margin-bottom: 10px;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      padding-top: 15px;
  }
  .product__description ul, .related-products .related-products-heading {
      margin-bottom: 40px;
  }
  .customer button.add-address-btn {margin-top: 60px;}
  .customer button.add-address-btn, .customer.addresses .login-submit .submit {
      padding: 18px 35px;
      font-size: 18px;
      line-height: 18px;
  }
  .customer.addresses ul li button.edit-btn {
      font-size: 13px;
      line-height: 16px;
      margin-top: 10px !important;
  }
  .our-story-image-text-half-section {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .our-story-image-text-half-section .text-block {
      padding-left: 40px;
  }
  .our-story-image-text-half-section .text-block h2 {
      margin: 20px 0;
  }
  .our-founders-section .wrapper {
      padding-top: 90px;
      padding-bottom: 25px;
  }
  .our-founders-section .text-block .white-box {
      padding: 50px 35px 140px;
  }
  .our-founders-section {
      padding-bottom: 70px;
  }
  .product .product__info-wrapper.grid__item .jdgm-prev-badge__stars .jdgm-star {
      font-size: 10px;
  }
  .product .product__info-wrapper.grid__item .product-price {
      margin-bottom: 10px !important;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      padding-bottom: 30px;
  }
  .product .product__info-wrapper.grid__item .product__description {
      padding-top: 30px;
  }
  .shopify-policy__container .shopify-policy__title {
      margin-bottom: 70px;
  }
  body .shopify-policy__container {
      padding-bottom: 110px;
  }
  .product-form__input--pill .color-swatch.variant-swatch {
      width: 50px !important;
      height: 85px !important;
      margin-right: 10px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  h1 {
      font-size: 42px;
      line-height: 52px;
  }
  h2 {
      font-size: 36px;
      line-height: 44px;
  }
  .customer .left-right-block .left-block h3 a,
  .customer .left-right-block .left-block h3 {
      font-size: 22px;
      line-height: 26px;
  }
  .collection-hero .collection-hero__description p, 
  .collection-hero .collection-hero__description p span, 
  .collection-hero .collection-hero__description,
  .our-guide-section .wrapper .text-block .text-block-wrapper p,
  .btn,
  .mahola-by-universe-section .images-wrapper label, 
  .mahola-by-universe-grid-section .grid-item .image-block label,
  .two-col-text-image-section .section-title h3,
  .nos-combats-grid .grid-item .content-block p,
  body .blog-posts .category .blog-articles__article.article .card__information .blog-category,
  .customer .left-right-block .right-block p, 
  .customer .left-right-block .right-block a, 
  .customer.addresses ul li p{
      font-size: 14px;
      line-height: 20px;
  }
  .btn {
      min-width: 168px;
      padding: 14px 25px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper .btn {
      margin-top: 20px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper h2 {
      margin: 0 0 20px;
  }
  .grid {

  }
  .grid--4-col-desktop .grid__item {
      width: calc(25% - 14px* 3 / 4);
      max-width: calc(25% - 14px* 3 / 4);
  }
  .product-card-wrapper .card__badge .badge {
      font-size: 12px;
      line-height: 12px;
  }
  .mahola-by-universe-grid-section {
      padding-top: 50px;
      padding-bottom: 45px;
  }
  .mahola-by-universe-grid-section .wrapper .grid-item {
      padding-left: 10px;
      padding-right: 10px;
  }
  .mahola-by-universe-grid-section .wrapper {
      margin-left: -10px;
      margin-right: -10px;
  }
  .mahola-by-universe-section .images-wrapper label, .mahola-by-universe-grid-section .grid-item .image-block label {
      padding: 10px 10px 10px 24px;
  }
  .section-template--22682332627267__product-grid-padding {
      padding-bottom: 40px !important;
  }
  .product-card-wrapper .card__information {
      padding: 8px 8px 0 !important;
  }
  .product-card-wrapper .card__information .card__heading,
  .product-card-wrapper .card__information .card__heading a,
  .product-card-wrapper .card__information .card__heading a span {
      font-size: 20px;
      line-height: 28px;
  }
  .customer .left-right-block {
      padding-top: 55px;
      padding-bottom: 55px;
  }
  .customer .left-right-block .left-block h3 a, .customer .left-right-block .left-block h3 {
      font-size: 24px;
      line-height: 28px;
  }
  .logout-btn-text {
      margin-top: 65px;
  }
  .customer .left-right-block .left-block {
      row-gap: 20px;
  }
  .product-card-wrapper .card__information .price-item.price-item--regular {
      font-size: 20px;
      line-height: 24px;
  }
  .product-card-wrapper .card__information .price-item.price-item--sale.price-item--last {
      font-size: 14px;
      line-height: 20px;
      margin-left: 10px;
  }
  .offer-slider-section {
      padding-top: 12px;
      padding-bottom: 12px;
  }
  .section-template--22682107019587__product-grid-padding {
      padding-bottom: 70px !important;
  }
  .pagination-wrapper .pagination ul li a {
      font-size: 22px;
      line-height: 22px;
  }
  .pagination-wrapper .pagination ul {
      margin-bottom: 20px;
  }
  .collection-hero.collection-hs-hero-image .collection-hero__image {
      min-height: 180px;
  }
  .offer-slider-section .slider-item p {
    font-size: 12px;
    line-height: 128.4%;
  }
  p, body, span {
      font-size: 14px;
      line-height: 17px;
  }
  p {
    margin: 0 0 18px 0;
  }
  h3 {
      font-size: 22px;
      line-height: 26px;
  }
  .image-text-half-section .text-block h3 {
      margin-bottom: 30px;
  }
  .image-text-half-section .text-block {
      padding-left: 30px;
      padding-right: 0;
  }
  .image-text-with-background .text-block .text-block-wrapper {
      max-width: 570px;
  }
  .image-text-with-background .wrapper .image-block {
      border: 15px solid #fff;
  }
  .image-text-with-background .wrapper {
      padding-left: 35px;
      padding-right: 35px;
  }
  .image-text-with-background .wrapper .text-block {
      padding-left: 75px;
  }
  .image-text-with-background .text-block .text-block-wrapper h3 {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 30px;
  }
  .image-text-half-section .text-block h1 {
      margin-bottom: 10px;
  }
  .image-text-half-section .text-block h1+h3 {
      margin-bottom: 20px;
  }
  .image-text-half-section.ayurveda-hero .image-right .text-block {
      padding-right: 20px;
  }
  .section-template--22682107052355__featured_collection_YLibjf-padding {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
  .home-collection-list {
      margin-bottom: 75px;
  }
  .home-collection-list .collection-item {
      padding-left: 5px;
      padding-right: 5px;
  }
  .home-collection-list .wrapper {
      margin-left: -5px;
      margin-right: -5px;
      row-gap: 10px;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 26px;
      line-height: 32px;
      max-width: 740px;
  }
  .client-testimonials-section .testimonial-box .stars ul li svg {
      width: 16px;
  }
  .test-message-wrapper .slick-dots {
      margin: 15px 0 0;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 24px;
      line-height: 26px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      left: -90px;
      bottom: 98px;
  }
  .client-testimonials-section .testimonial-box {
      padding: 25px 75px 30px;
      max-width: 1020px;
  }
  .client-testimonials-section {
      padding-top: 65px;
      padding-bottom: 65px;
  }
  .test-message-wrapper .slick-dots li button {
      width: 10px;
      height: 10px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 135px;
      padding-bottom: 152px;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper {
      padding-top: 35px;
  }
  .nos-engagements-hero-section .text-block,
  .our-story-hero-section .text-block{
      row-gap: 38px;
  }
  .nos-engagements-hero-section .text-block .text-item p strong {
      font-size: 20px;
      line-height: 24px;
  }
  .nos-engagements-hero-section .wrapper,
  .our-story-hero-section .wrapper{
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .nos-engagements-hero-section .text-block .text-item h2,
  .our-story-hero-section .text-block .text-item h2{
      margin-bottom: 8px;
      font-size: 32px;
      line-height: 40px;
  }
  .nos-engagements-hero-section .section-title,
  .our-story-hero-section .section-title{
      margin-bottom: 25px;
  }
  .nos-combats-grid .grid-item {
      padding-left: 18px;
      padding-right: 18px;
  }
  .nos-combats-grid .wrapper {
      margin-left: -17px;
      margin-right: -17px;
      row-gap: 55px;
  }
  .nos-combats-grid .grid-item .content-block p {
      margin-top: 10px;
  }
  .nos-combats-grid {
      padding-bottom: 65px;
  }
  .title-text-block {
      padding-bottom: 100px;
  }
  .text-with-image-gallery-section {
      padding-top: 35px;
  }
  .text-with-image-gallery-section .text-item h2 {
      margin-bottom: 18px;
  }
  .text-with-image-gallery-section .wrapper .text-box {
      row-gap: 40px;
  }
  .text-with-image-gallery-section .image-box {
      padding-top: 370px;
  }
  .benefits-text-block {
      max-width: 1040px;
      padding: 30px 30px 15px 30px;
  }
  .benefits-text-section h2 {
      margin: 0 0 20px 0;
  }
  .main-blog-title-block .category-nav a {
      padding: 10px 15px;
      font-size: 12px;
      line-height: 16px;
  }
  .main-blog-title-block .category-nav {
      gap: 15px;
  }
  body .blog-posts .category {
      margin-left: -10px;
      margin-right: -10px;
  }
  body .blog-posts .category .blog-articles__article.article {
      padding-left: 10px;
      padding-right: 10px;
  }
  body .blog-posts .category .blog-articles__article.article .article-card .card__heading,
  .blog-posts .article-card .card__heading span{
      font-size: 17px;
      line-height: 22px;
  }
  body .blog-posts .category .blog-articles__article.article .card__information {
      padding-top: 14px;
  }
  .main-blog-title-block {
      margin-bottom: 25px;
  }
  .points-of-sale-table-section .bottom-text-block {
      padding-top: 50px;
  }
  .points-of-sale-table-section .bottom-text-block h2 {
      margin: 0 auto 15px;
  }
  .points-of-sale-table-section {
      padding-bottom: 65px;
      padding-top: 25px;
  }
  .points-of-sale-table-section .section-title {
      margin-bottom: 40px;
  }
  .points-of-sale-table-section .ps-table .table-row {
      padding: 15px;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col {
      padding: 10px 15px;
  }
  .article-template .article-template__hero-container, .article-template .article-template__title, .article-template .article-template__content, .article .breadcrumbs__list,
  .blog-section-title {
      max-width: 880px;
  }
  .article-template__content h2 {
      margin-top: 25px !important;
      margin-bottom: 12px;
  }
  .article-template__content h3 {
      margin-top: 25px;
  }
  .article-template .article-template__content {
      padding-bottom: 65px;
  }
  .blog .blog-posts {
      column-gap: 18px;
      row-gap: 18px;
  }
  .blog .blog-posts li.grid__item {
      width: calc(33.33% - 18px* 2 / 3);
      max-width: calc(33.33% - 18px* 2 / 3);
  }
  .section-template--22682107445571__main-padding, .section-template--22682107478339__main-padding {
      padding-top: 25px !important;
      padding-bottom: 100px !important;
  }
  .login-submit-text {
      margin-top: 55px;
  }
  .login-submit .login-btn {
      height: 48px;
      font-size: 16px;
      line-height: 24px;
      width: 210px;
  }
  .login-submit a.recover {
      font-size: 14px;
      line-height: 16px;
  }
  .customer form .field input,
  .customer form .field select{
      height: 46px;
      font-size: 14px;
      line-height: 18px;
  }
  .customer form .field {
      margin-top: 20px;
  }
  .customer form {margin-top: 35px;}
  .customer h1 {
      font-size: 32px;
      line-height: 40px;
  }
  .login-submit {
      margin-top: 25px;
      column-gap: 25px;
  }
  .login-submit-text p,.login-submit-text  a {
      font-size: 14px;
      line-height: 18px;
  }
  .product .grid__item.product__media-wrapper {
      max-width: 35% !important;
  }
  .product .product__info-wrapper.grid__item {
      max-width: 65% !important;
      padding-left: 50px !important;
  }
  .product .product__info-wrapper.grid__item .price__container span,
  .product .product__info-wrapper.grid__item .price__container span .price-item{
      font-size: 22px;
      line-height: 32px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input .form__label {
      font-size: 14px;
      line-height: 18.4px;
  }
  .product .product__info-wrapper.grid__item .js.product-form__input label {
      min-width: 150px;
      padding: 8px;
      font-size: 14px;
      line-height: 22px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit {
      padding: 16px 15px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit span {
      font-size: 16px;
      line-height: 16px;
  }
  .product .product__info-wrapper.grid__item .product-form {
      margin-bottom: 10px;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      padding-top: 15px;
  }
  .product__description ul, .related-products .related-products-heading {
      margin-bottom: 40px;
  }
  .customer button.add-address-btn {margin-top: 60px;}
  .customer button.add-address-btn, .customer.addresses .login-submit .submit {
      padding: 18px 35px;
      font-size: 18px;
      line-height: 18px;
  }
  .customer.addresses ul li button.edit-btn {
      font-size: 13px;
      line-height: 16px;
      margin-top: 10px !important;
  }
  .our-story-image-text-half-section {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .our-story-image-text-half-section .text-block {
      padding-left: 40px;
  }
  .our-story-image-text-half-section .text-block h2 {
      margin: 20px 0;
  }
  .our-founders-section .wrapper {
      padding-top: 80px;
      padding-bottom: 20px;
  }
  .our-founders-section .text-block .white-box {
      padding: 45px 35px 120px;
  }
  .our-founders-section {
      padding-bottom: 60px;
  }
  .product .product__info-wrapper.grid__item .jdgm-prev-badge__stars .jdgm-star {
      font-size: 10px;
  }
  .product .product__info-wrapper.grid__item .product-price {
      margin-bottom: 10px !important;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      padding-bottom: 30px;
  }
  .product .product__info-wrapper.grid__item .product__description {
      padding-top: 30px;
  }
  .shopify-policy__container .shopify-policy__title {
      margin-bottom: 60px;
  }
  body .shopify-policy__container {
      padding-bottom: 100px;
  }
  .product-form__input--pill .color-swatch.variant-swatch {
      width: 50px !important;
      height: 85px !important;
      margin-right: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .contact .wrapper .image-block .image {
      height: 100%;
      position: relative;
  }
  .contact .wrapper .image-block .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .contact .wrapper {
      margin-left: -11px;
      margin-right: -11px;
  }
  .contact .wrapper .image-block,.contact .wrapper .form-block {
      width: 50%;
      padding-left: 11px;
      padding-right: 11px;
  }
  .two-col-text-image-section .text-col-wrapper {
      display: flex;
      align-items: flex-start;
  }
  .two-col-text-image-section .text-col-wrapper .text-col {
      width: 50%;
      padding-left: 11px;
      padding-right: 11px;
  }
  .two-col-text-image-section .text-col-wrapper {
      margin-left: -11px;
      margin-right: -11px;
  }
  .two-col-text-image-section {
      padding-top: 40px;
      padding-bottom: 30px;
  }
  .two-col-text-image-section .section-title h2 {
      margin-bottom: 15px;
  }
  .two-col-text-image-section .section-title {
      margin-bottom: 35px;
  }
}
@media only screen and (min-width: 990px) {
  .for-tablate {
      display: none;
  }
}
@media only screen and (min-width: 768px) {
  .for-desktop {
     display: none;
  }
  .icon-hamburger.for-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1799px) {
  .mahola-by-universe-section .text-block {
      padding-right: 70px;
  }
  .client-testimonials-section .testimonial-box {
      max-width: 1355px;
  }
  .image-text-half-section .wrapper.image-right {
      padding-top: 100px;
      padding-bottom: 160px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .mahola-by-universe-section .text-block .buttons-wrapper ul li a {
      font-size: 16px;
      line-height: 20px;
  }
  .mahola-by-universe-section .images-wrapper label,
  .mahola-by-universe-grid-section .grid-item .image-block label{
      font-size: 16px;
      line-height: 24px;
  }
}
@media only screen and (max-width: 1599px) {
  .home-hero-section .hero-banner-content {
      padding-top: 180px;
      padding-bottom: 220px;
  }
  .client-testimonials-section .testimonial-box {
      max-width: 1235px;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 34px;
      line-height: 42px;
  }
  .header .header__heading-logo-wrapper .header__heading-logo {
      width: 180px;
  }
  .header .header__inline-menu .list-menu {
      column-gap: 40px;
      padding-left: 20px;
  }
  .header .header__inline-menu {
      column-gap: 40px;
  }
  .utility-bar {
      padding-top: 12px;
      padding-bottom: 12px;
  }
  body .header {
      padding-top: 25px !important;
      padding-bottom: 15px !important;
  }
  .image-text-half-section .text-block h3 {
      margin-bottom: 30px;
  }
  .image-text-half-section .wrapper.image-right {
      padding-top: 60px;
      padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .image-text-with-background .wrapper .text-block {
      padding-left: 60px;
  }
  .rotator-text ul {
      column-gap: 150px;
  }
  .client-testimonials-section .testimonial-box {
      max-width: 1080px;
      padding: 30px 100px 35px;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 30px;
      line-height: 40px;
  }
  .client-testimonials-section .testimonial-box .author-info {
      margin-top: 22px;
  }
  .test-message-wrapper .slick-dots {
      margin: 25px 0 0;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 30px;
      line-height: 35px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      padding: 15px 20px;
      bottom: 115px;
      left: -100px;
  }
  .image-text-half-section .image-left .text-block {
      padding-right: 0;
      padding-left: 30px;
  }
  .image-text-half-section .image-right .text-block {
      padding-left: 0;
      padding-right: 30px;
  }
  .image-text-half-section .text-block h3 {
      margin-bottom: 30px;
  }
  .image-text-half-section .wrapper.image-right {
      padding-top: 60px;
      padding-bottom: 100px;
  }
  .product .product__info-container .product__accordion .summary__title h2 {
      font-size: 18px;
      line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mahola-by-universe-section .text-block {
      padding-right: 60px;
  }
  .mahola-by-universe-section .text-block h2 {
      font-size: 42px;
      line-height: 48px;
  }
  .mahola-by-universe-section .text-block h3 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px;
  }
  .mahola-by-universe-section .text-block p {
      font-size: 14px;
  }
  .mahola-by-universe-section .text-block .buttons-wrapper ul li a {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 24px;
  }
  .mahola-by-universe-section .text-block .buttons-wrapper ul {
      gap: 10px;
  }
  .mahola-by-universe-section .text-block .buttons-wrapper {
      padding-top: 10px;
  }
  .mahola-by-universe-section .images-wrapper label,
  .mahola-by-universe-grid-section .grid-item .image-block label{
      font-size: 14px;
      line-height: 20px;
      padding: 12px 12px 12px 24px;
      bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
      font-size: 44px;
      line-height: 50px;
  }
  h3 {
      font-size: 26px;
      line-height: 30px;
  }
  p,body {
      font-size: 15px;
  }
  .product .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter {width: calc(100% - 103px);padding-right: 10px;}
  .product .grid__item.product__media-wrapper media-gallery {
      display: flex;
      align-items: flex-start;
  }
  .product .grid__item.product__media-wrapper media-gallery .thumbnail-slider {
      width: 103px;
  }
  .product .grid__item.product__media-wrapper media-gallery .thumbnail-slider .thumbnail-list {
      display: block;
  }
  .product .grid__item.product__media-wrapper media-gallery .thumbnail-slider .thumbnail-list .thumbnail-list__item {
      margin-bottom: 10px;
  }
  .product .grid__item.product__media-wrapper media-gallery .slider-mobile-gutter .product__media-list {
      margin-bottom: 0;
  }
  .customer .left-right-block .left-block h3 a,
  .customer .left-right-block .left-block h3 {
      font-size: 26px;
      line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
      font-size: 44px;
      line-height: 128%;
  }
  .customer button.add-address-btn {
     margin-top: 60px;   
  }
  .customer button.add-address-btn, .customer.addresses .login-submit .submit {
      font-size: 16px;
      line-height: 16px;
      padding: 20px 28px;
  }
  .customer .left-right-block .right-block p, .customer .left-right-block .right-block a, .customer.addresses ul li p {
      font-size: 16px;
      line-height: 24px;
  }
  .customer.addresses ul li button.edit-btn {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px !important;
  }
  .header .header__heading-logo-wrapper .header__heading-logo {
      width: 160px;
  }
  .utility-bar .container, .header.container {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
  .header .header__icons .header__icon--cart span.cart-text {
      margin: 0;
      display: none;
  }
  .header .header__inline-menu .list-menu,.header .header__inline-menu {
      column-gap: 30px;
  }
  .header .header__inline-menu .search {
      width: 150px;
  }
  .image-text-with-background .wrapper .image-block {
      border: 15px solid #fff;
  }
  .image-text-with-background .wrapper .text-block {
      padding-left: 30px;
  }
  .our-guide-section .wrapper .text-block {
      padding: 30px 45px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper .btn {
      margin-top: 10px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper h2 {
      margin: 0 0 25px 0;
  }
  .image-text-half-section.ayurveda-hero .text-block {
      padding: 0 0 20px 0 !important;
      width: 100% !important;
      order: 1 !important;
  }
  .image-text-half-section.ayurveda-hero .text-block {
      width: 100%;
  }
  .image-text-half-section.ayurveda-hero .text-block, 
  .image-text-half-section.ayurveda-hero .image-block {
      width: 100%;
  }
  .image-text-half-section.ayurveda-hero .wrapper.image-right .image-block {
      order: 2;
  }
  .image-text-half-section.ayurveda-hero .wrapper.image-right {
      padding-bottom: 75px !important;
  }
  .mahola-by-universe-section .text-block {
      width: 100%;
      padding-right: 0;
  }
  .mahola-by-universe-section .images-wrapper {
      width: 100%;
      padding-top: 45px;
  }
  .mahola-by-universe-section {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 160px;
      padding-bottom: 200px;
  }
  .client-testimonials-section .testimonial-box {
      max-width: 100%;
      padding: 30px 100px 35px;
  }
  .client-testimonials-section {
      padding-left: calc((100% - 890px) / 2);
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .collection-hero .collection-hero__title {
      font-size: 44px;
  }
  .collection-hero .collection-hero__description {
      margin-top: 8px !important;
  }
  .offer-slider-section .slider-item p {
      font-size: 12px;
  }
  #product-grid {
      column-gap: 16px;
      row-gap: 16px;
  }
  #product-grid.grid--4-col-desktop .grid__item {
      width: calc(25% - 16px * 3 / 4);
      max-width: calc(25% - 16px* 3 / 4);
  }
  .product-card-wrapper .card__information .card__heading,
  .product-card-wrapper .card__information .card__heading a,
  .product-card-wrapper .card__information .card__heading a span {
      font-size: 22px;
      line-height: 30px;
  }
  .product-card-wrapper .card__information .price-item.price-item--regular {
      font-size: 22px;
      line-height: 30px;
  }
  .product-card-wrapper .card__information .price-item.price-item--sale.price-item--last {
      font-size: 16px;
      line-height: 20px;
      margin-left: 10px;
  }
  .product-card-wrapper .card__information .price.price--on-sale {
      margin-top: 2px !important;
  }
  .product-card-wrapper .card__information {
      padding: 10px 10px 0 !important;
  }
  .mahola-by-universe-grid-section .wrapper .grid-item {
      padding-left: 5px;
      padding-right: 5px;
  }
  .mahola-by-universe-grid-section .wrapper {
      margin-left: -5px;
      margin-right: -5px;
      row-gap: 10px;
  }
  .mahola-by-universe-grid-section .grid-item .image-block label {
      top: 65%;
  }
  .collection .grid {
      column-gap: 10px;
  }
  .image-text-half-section .image-block, .image-text-half-section .text-block {
      width: 100%;
  }
  .image-text-half-section .image-block img {
      width: 100%;
  }
  .image-text-half-section .image-left .text-block {
      padding-left: 0;
      order: 2;
  }
  .image-text-half-section .image-block {
      order: 1;
  }
  .image-text-half-section .wrapper.image-right .image-block {
      order: 1;
  }
  .image-text-half-section .wrapper .text-block {
      padding-top: 20px;
  }
  .image-text-half-section .wrapper.image-left {
      padding-top: 8px;
  }
  .contact .wrapper .image-block,.contact .wrapper .form-block {
      width: 100%;
  }
  .contact .wrapper .image-block img {
      width: 100%;
  }
  .contact .wrapper .image-block {
      order: 2;
      padding-top: 20px;
  }
  .contact .wrapper .form-block {
      order: 1;
  }
  .section-template--22682107117891__form-padding {
      padding-top: 20px !important;
      padding-bottom: 90px !important;
  }
  .contact .wrapper .form-block .title {
      font-size: 44px;
      line-height: 128.4%;
      margin: 0 0 20px;
  }
  .contact .wrapper {
      padding-bottom: 0;
  }
  .contact .wrapper .image-block .image {
      display: flex;
  }
  .two-col-text-image-section .section-title h3 {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 19px;
      line-height: 24.4px;
  }
  .two-col-text-image-section {
      padding-top: 40px;
  }
  .two-col-text-image-section .section-title {
      margin-bottom: 25px;
  }
  .two-col-text-image-section .bottom-image {
      margin-top: 25px;
  }
  .title-text-block h2 {
      margin-bottom: 30px;
  }
  .title-text-block {
      padding-bottom: 70px;
  }
  .nos-combats-grid .grid-item {
      padding-left: 7px;
      padding-right: 7px;
  }
  .nos-combats-grid .wrapper {
      margin-left: -7px;
      margin-right: -7px;
      row-gap: 35px;
  }
  .nos-combats-grid .grid-item .content-block {
      padding-top: 25px;
  }
  .nos-combats-grid {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .image-text-with-background .wrapper {
      padding-left: 0;
      padding-right: 0;
  }
  .mahola-by-universe-section {
      padding-top: 30px;
  }
  .nos-engagements-hero-section .wrapper,
  .our-story-hero-section .wrapper{
      padding-bottom: 0;
  }
  .nos-engagements-hero-section,
  .our-story-hero-section{
      padding-top: 40px;
  }
  .nos-engagements-hero-section .text-block,
  .our-story-hero-section .text-block{
      width: calc(100% - 70px);
      row-gap: 25px;
  }
  .nos-engagements-hero-section .text-block .text-item h2,
  .our-story-hero-section .text-block .text-item h2{
      margin-bottom: 15px;
  }
  .nos-engagements-hero-section .wrapper .image-block,
  .our-story-hero-section .wrapper .image-block{
      width: 65%;
      height: 83%;
  }
  .text-with-image-gallery-section .wrapper .image-gallery-box, .text-with-image-gallery-section .wrapper .text-box {
      width: 100%;
  }
  .text-with-image-gallery-section {
      padding-top: 0;
  }
  .text-with-image-gallery-section .wrapper .text-box {
      padding-left: 0;
      padding-top: 30px;
  }
  .text-with-image-gallery-section .wrapper .text-box {
      row-gap: 50px;
  }
  .benefits-text-block {
      max-width: 92%;
      padding: 35px 20px;
  }
  body .blog-posts .category .blog-articles__article.article {
      width: 50%;
      padding-left: 5px;
      padding-right: 5px;
  }
  body .blog-posts .category.active {
      margin-left: -5px;
      margin-right: -5px;
  }
  .points-of-sale-table-section {
      padding-top: 25px;
      padding-bottom: 75px;
  }
  .points-of-sale-table-section .section-title h2 {
      max-width: 72%;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col:nth-child(3) {
      width: 33%;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col:nth-child(4) {
      width: 23%;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col:nth-child(1) {
      width: 22%;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col {
      padding: 10px;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col:nth-child(2) {
      width: 22%;
  }
  .article-template .article-template__hero-container, .article-template .article-template__title, .article-template .article-template__content, .article .breadcrumbs__list,
  .blog-section-title {
      max-width: 930px;
  }
  .blog .blog-posts li.grid__item {
      display: none;
  }
  .blog .blog-posts li.grid__item:nth-child(1),.blog .blog-posts li.grid__item:nth-child(2) {
      display: block;
      width: calc(50% - 12px* 2 / 3);
      max-width: calc(50% - 12px* 2 / 3);
  }
  .section-template--22682106921283__featured_blog_AHcUqL-padding {
      padding-top: 20px !important;
      padding-bottom: 100px !important;
  }
  .blog .blog-posts {
      column-gap: 16px;
      row-gap: 16px;
  }
  .product.grid.product--small .for-desktop {
      display: block;
      width: 100%;
      border-bottom: 1px solid #E2E2E2;
      margin-bottom: 20px;
  }
  .product .grid__item.product__media-wrapper,.product .product__info-wrapper.grid__item {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 45px !important;
      padding-right: 45px;
  }
  .product .product__info-wrapper.grid__item .product__title {
      display: none;
  }
  .product .product__info-wrapper.grid__item {
      padding-top: 30px;
  }
  .product .product__info-wrapper.grid__item .price__container .price__regular {
      margin-bottom: 0;
  }
  .product .product__info-wrapper.grid__item variant-selects {
      border-top: 0;
      padding-top: 0;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  .product .product__info-wrapper.grid__item .form .product-form__buttons .product-form__submit,.product .product__info-wrapper.grid__item .form .product-form__buttons .shopify-payment-button {
      width: 100%;
  }
  .related-products .grid__item {
      display: none !important;
  }
  .related-products .grid__item:nth-child(1),.related-products .grid__item:nth-child(2) {
      display: block !important;
      width: 50% !important;
      max-width: 50% !important;
      padding-left: 5px;
      padding-right: 5px;
  }
  .related-products .grid.product-grid {
      column-gap: 0;
      margin-left: -5px;
      margin-right: -5px;
  }
  .section-template--22682107248963__related-products-padding {
      padding-bottom: 60px !important;
  }
  .customer .left-right-block .left-block {
      width: 35%;
      row-gap: 20px;
  }
  .customer .left-right-block .right-block {
      width: 65%;
  }
  .section-template--22682107314499__main-padding,
  .section-template--22682107380035__main-padding{
      padding-top: 35px !important;
      padding-bottom: 20px !important;
  }
  .customer .left-right-block .left-block h3 a, .customer .left-right-block .left-block h3 {
      font-size: 20px;
      line-height: 24px;
  }
  .logout-btn-text {margin-top: 50px;}
  .customer .left-right-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .our-story-hero-section .wrapper .image-block {
      height: calc(100% - 30px);
  }
  .our-story-image-text-half-section {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .our-story-image-text-half-section .image-block,.our-story-image-text-half-section .text-block {
      width: 100%;
  }
  .our-story-image-text-half-section .text-block {
      padding-left: 0;
      padding-top: 25px;
  }
  .our-story-image-text-half-section .text-block h2 {
      margin: 25px 0;
  }
  .our-founders-section .wrapper {
      padding-top: 55px;
      padding-bottom: 40px;
  }
  .our-founders-section .text-block {
      width: calc(100% - 70px);
  }
  .our-founders-section .text-block .white-box {
      padding: 35px;
  }
  .our-founders-section .wrapper .image-block {
      width: 60%;
  }
  .our-founders-section .authors {
      justify-content: flex-start;
  }
  .our-founders-section {
      padding-bottom: 70px;
  }
  .our-founders-section .text-block .white-box {
      padding-left: 0;
  }
  .our-story-hero-section .text-block {
      padding: 35px 25px;
  }
  .shopify-policy__container .shopify-policy__title {
      margin-bottom: 50px;
  }
  body .shopify-policy__container {
      padding-bottom: 80px;
  }
}
@media only screen and (max-width: 989px) {
  .container {
      padding-left: 20px;
      padding-right: 20px;
  }
  .utility-bar__grid {
      display: block;
  }
  .article-template .article-template__title, .article-template .article-template__content, .article .breadcrumbs__list {
      max-width: 100%;
  }
  .article-template .article-template__hero-container,
  .article-template__content {
     padding-left: 20px;
      padding-right: 20px;
  }
  .header--has-social .menu-drawer__utility-links {
      padding: 0px 16px !important;
  }
  .header--has-social .menu-drawer__utility-links .disclosure__button.localization-form__select {
      height: 30px;
  }
  .header--has-social .menu-drawer__utility-links .disclosure__button.localization-form__select span {
      font-size: 14px;
      line-height: 128%;
      font-weight: 400;
      color: #000;
      letter-spacing: 0.1rem;
  }
  .menu-drawer .list-social {
      margin: 10px 0 0 0 !important;
      column-gap: 10px;
  }
  .menu-drawer .list-social .list-social__item .list-social__link {
      padding: 0;
  }
  .menu-drawer .list-social .list-social__item .list-social__link svg {
      width: 20px;
      height: 20px;
  }
  .menu-drawer__navigation .menu-drawer__menu.has-submenu li a,
  .menu-drawer__navigation .menu-drawer__menu.has-submenu li summary,
  .menu-drawer__inner-submenu .menu-drawer__close-button {
      padding: 10px 20px;
      font-size: 16px;
      line-height: 16px;
      color: #000;
      letter-spacing: 0.1rem;
  }
  .menu-drawer__navigation .menu-drawer__menu.has-submenu li summary {
      padding-left: 15px;
  }
  .menu-drawer__inner-submenu .menu-drawer__close-button {
      padding: 15px;
  }
  body .header {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  body .header .header__inline-menu {
      display: none;
  }
  .header.container {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  body .header header-drawer, body .header .header__heading,body .header .header__heading-link, body .header .header__icons {
      margin: 0;
      width: 33.3333%;
  }
  body .header header-drawer .header__icon.header__icon--menu {
      width: auto;
      height: auto;
      display: flex;
      justify-content: flex-start;
  }
  body .header header-drawer .header__icon.header__icon--menu span svg {
      transform: none;
      position: relative;
  }
  body .header header-drawer .menu-opening .header__icon.header__icon--menu .icon.icon-hamburger {
      display: none;
  }
  body .header header-drawer .header__icon.header__icon--menu span {
      height: auto;
  }
  body .header header-drawer .header__icon.header__icon--menu span svg.icon.icon-hamburger {
      width: 100%;
      max-width: 116px;
      height: auto;
  }
  body .header header-drawer .header__icon.header__icon--menu span {
      justify-content: flex-start;
  }
  body .header header-drawer .header__icon.header__icon--menu span svg.icon-close {
      display: none;
  }
  body .header header-drawer .menu-opening .header__icon.header__icon--menu span svg.icon-close {
      display: block;
  }
  body .header .header__icons {
      justify-content: flex-end !important;
  }
  body .header .header__icons .for-tablate form.search {
      width: 105px;
      margin-right: 15px;
  }
  .product-card-wrapper .quick-add .quick-add__submit span {
      font-size: 14px;
      line-height: 14px;
  }
  .product-card-wrapper .quick-add .quick-add__submit {
      display: none !important;
  }
  .product-card-wrapper .quick-add {
      padding-left: 0;
      padding-right: 0;
  }
  .utility-bar .announcement-bar {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
  }
  .rotator-text ul {
        column-gap: 120px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 70px;
      padding-bottom: 50px;
  }
  .home-hero-section .hero-banner-content .banner-content h1 {
      font-size: 44px;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper {
      padding-top: 22px;
  }
  .home-collection-list .wrapper {
      margin-left: 0;
      margin-right: 0;
  }
  .home-collection-list .collection-item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .home-collection-list .wrapper {
      row-gap: 18px;
  }  
  .home-collection-list {
      margin-bottom: 80px;
  }
  .image-text-with-background .wrapper .image-block {
      border: 12px solid #fff;
  }
  .image-text-with-background .text-block .text-block-wrapper h3 {
      margin-bottom: 30px;
  }
  .our-guide-section .wrapper .text-block {
      padding: 40px 25px;
  }
  .our-guide-section .wrapper .text-block .text-block-wrapper h2 {
      margin: 0 0 20px 0;
  }
  .our-guide-section .wrapper .text-block {
      width: 73%;
  }
  .product-card-wrapper .card__information {
      padding: 15px 0 0 !important;
  }
  .collection .grid.product-grid {
      row-gap: 40px;
  }
  .client-testimonials-section {
      padding-left: 55px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 35px;
      line-height: 39px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      padding: 18px 22px;
      left: -115px;
      bottom: 130px;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 24px;
      line-height: 32px;
  }
  .client-testimonials-section .testimonial-box {
      padding: 30px 30px 30px 100px;
  }
  .product-grid-container #product-grid.grid--4-col-desktop .grid__item,
  .collection .grid--4-col-desktop.grid--1-col-tablet-down .grid__item {
      width: calc(50% - 5px);
      max-width: calc(50% - 5px);
  }
  .collection-hero .collection-hero__description p, 
  .collection-hero .collection-hero__description p span, 
  .collection-hero .collection-hero__description {
      display: flex;
  }
  .product-grid-container #product-grid,
  .collection .grid.product-grid {
      column-gap: 10px;
      row-gap: 42px;
  }
  .section-template--22682107019587__product-grid-padding {
      padding-bottom: 80px !important;
  }
  .nos-combats-grid .grid-item {
      width: 50%;
  }
  .text-with-image-gallery-section .image-box {
      padding-top: 536px;
  }
  body .header .header__icons .header__icon.header__icon--account.small-hide {
      display: none;
  }
  .customer:not(.account):not(.order) {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
  }
  .section-template--22682107445571__main-padding, .section-template--22682107478339__main-padding {
      padding-top: 40px !important;
      padding-bottom: 100px !important;
  }
  .footer .footer-logo {
      display: flex;
      justify-content: center;
  }
  .footer .footer-logo {
      padding-top: 30px;
  }
  .footer .footer__content-top .footer__blocks-wrapper {
      column-gap: 0 !important;
  }
  .footer .footer__content-top .footer-block.grid__item {
      width: 50%;
      max-width: 50%;
      padding-left: 55px;
      padding-right: 55px;
  }
  .footer-bottom {
      padding-bottom: 25px;
  }
  .footer .footer-block.grid__item.newsletter h6.mb-2 {
      margin: 18px 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .customer .left-right-block .left-block,.customer .left-right-block .right-block {
      width: 100%;
  }
  .logout-btn-text {
      margin-top: 0;
  }
  .customer .left-right-block .left-block {
      row-gap: 20px;
  }
  .section-template--22682107314499__main-padding,
  .section-template--22682107380035__main-padding{
      padding-top: 25px !important;
      padding-bottom: 70px !important;
  }
  .customer h1 {
      font-size: 32px;
      line-height: 38px;
  }
  .customer .left-right-block {
      padding-top: 60px;
      padding-bottom: 0;
  }
  .customer .left-right-block .right-block {
      margin-top: 30px;
  }
  body .header .header__icons {
      align-items: center;
  }
  .container {
      padding-left: 8px;
      padding-right: 8px;
  }
  .title-with-bullet-list {
      padding-top: 40px;
      padding-bottom: 70px;
  }
  .for-tablate {
      display: none;
  }
  body .header header-drawer,body .header .header__icons {
      width: 28%;
  }
  body .header .header__heading,body .header .header__heading-link {
      width: 74%;
  }
  .menu-drawer__navigation .menu-drawer__menu.has-submenu li a {
      padding: 10px 15px;
  }
  .icon-hamburger.for-desktop {
      display: none;
  }
  .utility-bar .announcment-right {
      display: none !important;
  }
  .utility-bar .announcement-bar {
      width: 95%;
  }
  .header.container {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 20px !important;
  }
  .rotator-text ul {
      column-gap: 80px;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper ul li {
      width: 100%;
  }
  .home-hero-section .hero-banner-content .buttons-wrapper ul {
      flex-wrap: wrap;
      row-gap: 10px;
  }
  .home-hero-section .hero-banner-content {
      padding-top: 30px;
  }
  .home-collection-list .collection-item .collection-block .collection-content .btn {
      margin-top: 20px;
  }
  .home-collection-list .collection-item .collection-block .collection-content {
      padding: 15px;
  }
  .home-collection-list .collection-item .collection-image {
      padding-top: 65%;
  }
  .image-text-with-background .wrapper .image-block,.image-text-with-background .wrapper .text-block {
      width: 100%;
  }
  .image-text-with-background .wrapper .text-block {
      padding-left: 0;
      padding-top: 20px;
  }
  .our-guide-section .wrapper .text-block,.our-guide-section .wrapper .image-block {
      width: 100%;
  }
  .our-guide-section .wrapper .text-block {
      padding: 35px 10px 40px;
      margin: 0 0 10px 0;
  }
  .mahola-by-universe-section .images-wrapper .bottom-images .left-image, .mahola-by-universe-section .images-wrapper .bottom-images .right-image {
      width: 100%;
  }
  .mahola-by-universe-section .images-wrapper .bottom-images {
      flex-wrap: wrap;
      row-gap: 10px;
  }
  .mahola-by-universe-section .images-wrapper .top-image-block {
      padding-top: 56.25%;
  }
  .mahola-by-universe-section .images-wrapper .top-image-block img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .mahola-by-universe-section .images-wrapper label {
      bottom: 30px;
  }
  .client-testimonials-section {
      padding-left: 35px;
  }
  .client-testimonials-section .testimonial-box .test-message h4 {
      font-size: 20px;
      line-height: 25px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label h4 {
      font-size: 30px;
      line-height: 35px;
  }
  .client-testimonials-section .testimonial-box .testimonial-box-label {
      padding: 15px 20px;
      left: -100px;
      bottom: 110px;
  }
  .client-testimonials-section .testimonial-box {
      padding: 30px 15px 30px 70px;
  }
  .client-testimonials-section .testimonial-box .author-info {
      margin-top: 15px;
  }
  .product-grid-container #product-grid,
  .collection .grid.product-grid{
      column-gap: 0;
  }
  .product-grid-container #product-grid.grid--4-col-desktop .grid__item,
  .collection .grid--4-col-desktop.grid--1-col-tablet-down .grid__item {
      width: 100%;
      max-width: 100%;
  }
  .product-card-wrapper .card__badge .badge {
      font-size: 14px;
      line-height: 14px;
  }
  .pagination-wrapper .pagination ul li a {
      font-size: 20px;
      line-height: 20px;
  }
  .pagination-wrapper .pagination ul li a svg {
      width: 8px;
  }
  .section-template--22682107019587__product-grid-padding {
      padding-bottom: 60px !important;
  }
  .mahola-by-universe-grid-section {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .mahola-by-universe-grid-section .wrapper .grid-item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .mahola-by-universe-grid-section .wrapper {
      margin-left: 0;
      margin-right: 0;
      row-gap: 10px;
  }
  .mahola-by-universe-grid-section .grid-item .image-block label {
      top: auto;
      bottom: 50px !important;
  }
  .product-card-wrapper .quick-add .quick-add__submit span {
      font-size: 12px;
      line-height: 12px;
  }
  .product-card-wrapper .quick-add .quick-add__submit {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 18px;
      padding-right: 18px;
      min-height: auto;
  }
  .product-card-wrapper .quick-add {
      padding-left: 0;
      padding-right: 0;
  }
  .image-text-half-section .text-block h2 {
      margin-bottom: 20px;
  }
  .image-text-half-section .wrapper.image-right {
      padding-top: 20px;
      padding-bottom: 60px;
  }
  .two-col-text-image-section .bottom-image {
      position: relative;
      padding-top: 56.25%;
      margin-top: 50px;
  }
  .two-col-text-image-section .bottom-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .image-text-half-section.ayurveda-hero .wrapper.image-right {
      padding-bottom: 50px !important;
  }
  .title-text-block h2 {
      margin-bottom: 25px;
  }
  .title-text-block {
      padding-bottom: 80px;
  }
  .nos-combats-grid .wrapper {
      margin-left: 0;
      margin-right: 0;
      row-gap: 60px;
  }
  .nos-combats-grid .grid-item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .collection-hero .collection-hero__description p, .collection-hero .collection-hero__description p span, .collection-hero .collection-hero__description {
      font-size: 19px;
      line-height: 24.4px;
  }
  .image-text-half-section.ayurveda-hero .wrapper.image-right {
      padding-top: 0 !important;
  }
  .nos-engagements-hero-section,
  .our-story-hero-section{
      padding-top: 0px;
  }
  .nos-engagements-hero-section .section-title,
  .our-story-hero-section .section-title{
      margin-bottom: 20px;
  }
  .nos-engagements-hero-section .wrapper .image-block,
  .our-story-hero-section .wrapper .image-block{
      width: calc(100% + 8px);
      height: 45%;
  }
  .nos-engagements-hero-section .wrapper,
  .our-story-hero-section .wrapper{
      padding-top: 18px;
      padding-bottom: 18px;
  }
  .nos-engagements-hero-section .text-block,
  .our-story-hero-section .text-block{
      width: calc(100% - 15px);
      padding: 15px 20px;
  }
  .nos-engagements-hero-section .text-block .text-item h2,
  .our-story-hero-section .text-block .text-item h2{
      font-size: 44px;
      line-height: 50px;
  }
  .text-with-image-gallery-section {
      padding-top: 50px;
  }
  .text-with-image-gallery-section .image-box {
      padding-top: 240px;
  }
  .benefits-text-block {
      max-width: 100%;
      padding: 30px 10px;
  }
  body .blog-posts .category .blog-articles__article.article {
      width: 50%;
      padding-left: 5px;
      padding-right: 5px;
  }
  body .blog-posts .category.active {
      margin-left: 0;
      margin-right: 0;
      row-gap: 30px;
  }
  body .blog-posts .category .blog-articles__article.article {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .points-of-sale-table-section .section-title h2 {
      max-width: 100%;
  }
  .points-of-sale-table-section .ps-table .table-row .table-col {
      width: 100% !important;
      padding: 2px 0;
  }
  .points-of-sale-table-section .ps-table .table-row {padding: 20px 12px;}
  .points-of-sale-table-section .bottom-text-block {
      padding-top: 55px;
  }
  .article-template .article-template__hero-container, .article-template__content {
      padding-left: 8px;
      padding-right: 8px;
  }
  .article-template__content h3 {
      margin-top: 25px;
  }
  .article-template__content ul {
      padding-left: 30px;
  }
  .article-template .article-template__content {
      padding-bottom: 60px;
  }
  .blog .blog-posts li.grid__item:nth-child(1),.blog .blog-posts li.grid__item:nth-child(2) {
      display: block;
      width: 100%;
      max-width: 100%;
  }
  .section-template--22682106921283__featured_blog_AHcUqL-padding {
      padding-top: 0 !important;
      padding-bottom: 100px !important;
  }

  .customer:not(.account):not(.order) {
      max-width: 100%;
      padding-left: 8px;
      padding-right: 8px;
  }
  .section-template--22682107445571__main-padding, .section-template--22682107478339__main-padding {
      padding-top: 25px !important;
      padding-bottom: 80px !important;
  }
  .customer form {
      margin-top: 30px;
  }
  .customer form .field input,
  .customer form .field select{
      height: 52px;
  }
  .customer form .field {
      margin-top: 20px;
  }
  .login-submit {
      flex-wrap: wrap;
      margin-top: 30px;
  }
  .login-submit a.recover {
      margin-top: 19px;
  }
  .login-submit .login-btn {
      font-size: 18px;
      line-height: 28px;
      height: 60px;
      width: 240px;
  }
  .login-submit-text {
      margin-top: 50px;
      flex-wrap: wrap;
      row-gap: 10px;
  }
  .login-submit-text p {
      width: 100%;
  }
  .product .product__info-wrapper.grid__item {
      padding-top: 13px;
  }
  .related-products .grid__item:nth-child(1), .related-products .grid__item:nth-child(2) {
      width: 100% !important;
      max-width: 100% !important;
      padding-left: 0;
      padding-right: 0;
  }
  .related-products .grid.product-grid {
      margin-left: 0;
      margin-right: 0;
  }
  .product .grid__item.product__media-wrapper, .product .product__info-wrapper.grid__item {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .customer .left-right-block .left-block h3 a, .customer .left-right-block .left-block h3 {
      font-size: 28px;
      line-height: 32px;
  }
  .our-story-hero-section .wrapper .image-block {
      left: 0;
      right: auto;
      height: calc(100% - 30px);
  }
  .our-story-image-text-half-section .text-block h2,
  .our-story-hero-section .text-block .text-item h2 {
      font-size: 24px;
      line-height: 30.38px;
  }
  .our-founders-section .container {
      padding-left: 0;
      padding-right: 0;
  }
  .our-story-image-text-half-section {
      padding-left: 22px;
      padding-right: 22px;
  }
  .our-founders-section .text-block {
      width: calc(100% - 25px);
  }
  .our-founders-section .wrapper {
      padding-top: 20px;
      padding-bottom: 25px;
  }
  .our-founders-section .text-block .white-box {
      padding: 15px 15px 15px 20px;
  }
  .our-founders-section .text-block .white-box h2 {
      font-size: 24px;
      line-height: 30.38px;
  }
  .our-founders-section .authors {
      padding-left: 20px;
      width: calc(20px + 102px);
      flex-wrap: wrap;
      row-gap: 15px;
      padding-top: 15px;
  }
  .our-founders-section .wrapper .image-block {
      width: 53%;
  }
  .our-founders-section {
      padding-bottom: 55px;
  }
  .shopify-policy__container .shopify-policy__title {
      margin-bottom: 40px;
  }
  body .shopify-policy__container {
      padding-bottom: 60px;
  }
  .footer .footer__content-top .footer__blocks-wrapper {
      row-gap: 0 !important;
  }
  .footer .footer__content-top .footer-block.grid__item {
      width: 100%;
      max-width: 100%;
  }
  .footer .footer__content-top {
      padding-top: 0;
  }
  .footer .footer__content-top .footer-block.grid__item {
      padding-top: 60px;
      padding-left: 15px;
      padding-right: 15px;
  }
  .footer .footer-block h6 {
      text-align: left;
  }
  .footer .footer-block.grid__item.newsletter .newsletter-description {
      text-align: left;
  }
  .footer .footer-block.grid__item.newsletter h6.mb-2 {
      margin: 14px 0 8px;
  }
  .footer-bottom .footer-copyright p {
      text-align: center;
  }
  .product-form__input--pill .color-swatch.variant-swatch {
      width: 65px !important;
      height: 100px !important;
      margin-right: 8px !important;
  }
}
@media only screen and (max-width: 479px) {
  .nos-engagements-hero-section .text-block .text-item h2 {
    font-size: 38px;
    line-height: 46px;
}
}


/* ======== AJOUT DEV RYSE-AGENCY =============== */

    .container-small{
        padding-right: 40px !important;
        padding-left: 40px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .drawer-mega .hero-link {
        height: 130px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 5px;
        margin: 5px;
        background-size: cover !important;
    }
    .drawer-mega .hero-link a{
        color: white !important;
        text-decoration:underline;
    }
    .drawer-mega ul.list-menu a, .drawer-mega .menu-drawer__menu-item{
        font-size: 16px !important;
        font-weight: 300 !important;
        text-transform:uppercase !important;
        padding: 15px 10px !important;
    }
    .drawer-mega .menu-drawer__close-button {
        font-size: 16px !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        padding: 15px 10px !important;
    }
    
    .menu-drawer__menu-item>.icon-arrow-bis {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .icon-arrow-bis.left{
        margin-right: 15px;
        transform: translateY(-50%) rotate(180deg);
    }
    .megamenu-link-aside.megamenu-mobile-link{
        padding-right:0px;
        padding-left:0px;
        gap:5px !important;
        flex-wrap: wrap !important;
    }
    .megamenu-mobile-link img{
        border-radius:8px;
    }
    .megamenu-mobile-link.two-col .megamenu-aside-item {
        width: calc(50% - 10px);
    }
    .megamenu-mobile-link .megamenu-aside-item{
        gap:0px !important;
    }
    .drawer-mega ul.list-menu a.mega-menu__link-title{
            padding: 0px !important;
            font-size: 14px !important;
            font-weight: 300 !important;
            line-height: 16px !important;
            letter-spacing: 1px;
            max-width: 100%;
            text-wrap-mode: wrap;
            text-align: center;
    }
    .megamenu-aside-item.mega-last-item {
        width: 100% !important;
    text-align: left;
    display: flex;
    padding-left: 8px;
    margin-top: auto;
    align-items: flex-start;
    align-self: flex-end;
    margin-top: 50px;
    }
    .megamenu-aside-item.mega-last-item a {
        text-decoration: underline !important;
    }
    .menu-drawer__inner-submenu .disclosure {
        display: none !important;
    }
    .menu-drawer__utility-links {
    display: flex;
    gap: 15px;
    flex-direction: row;
    background: white !important;
}
.menu-drawer__utility-links a {
    font-size:16px;
    font-weight:275;
    letter-spacing:1px;
    font-family:'poppins';
}
.menu-drawer__utility-links-2{
    justify-content: flex-end;
    border-top:1px solid lightgray;
    width:100%;
    display:flex;
    flex-direction:row;
}
.menu-drawer__utility-links-2 localization-form {
    border: 0;
    padding: 0;
}
.menu-drawer__utility-links-2 button span {
    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 275 !important;
    letter-spacing: 1px;
    font-family: 'poppins' !important;
}




    .container-small .image-with-text__grid:not(.image-with-text__grid--reverse)  .image-with-text__content{
        padding-right: 0 !important;
    }
    .container-small .image-with-text__grid--reverse .image-with-text__content{
        padding-left: 0 !important;
    }
    .image-with-text__media .shopify-video{
        position:relative !important;
    }
    
  .media-beside{
        display:flex !important;
        flex-direction:row;
        align-items: flex-start;
        gap:20px;
    }
    .media-beside slider-component {
        padding-right:0px !important;
    }
    .media-beside slider-component:not(.thumbnail-slider) {
        width: 100%;
    }
    .media-beside .thumbnail-slider{
        width:auto !important;
    }
    .product .media-beside .thumbnail-list__item{
        margin-bottom:20px !important;
    }
    .product .media-beside .thumbnail-list li:last-child {
        margin-bottom: 0px !important;
    }


  .media-beside .thumbnail-list{
     overflow:auto;
     padding:0px !important;
  }
  .media-beside .thumbnail-list-1-1.thumbnail-list-small {
      max-height:calc( (100px * 5) + (20px * 4) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-small {
      max-height:calc( (125px * 5) + (20px * 4) );
  }
  .media-beside .thumbnail-list-1-1.thumbnail-list-medium {
      max-height:calc( (150px * 4) + (20px * 3) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-medium {
      max-height:calc( (187.5px * 4) + (20px * 3) );
  }
  .media-beside .thumbnail-list-1-1.thumbnail-list-large {
      max-height:calc( (200px * 3) + (20px * 2) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-large {
      max-height:calc( (250px * 3) + (20px * 2) );
  }

  .media-beside .thumbnail-list__item.slide-small, .media-beside .thumbnail-list__item.slide-small img {
      width: 100px !important;
  }
  .media-beside .thumbnail-list__item.slide-medium, .media-beside .thumbnail-list__item.slide-medium img {
      width: 150px !important;
  }
  .media-beside .thumbnail-list__item.slide-large, .media-beside .thumbnail-list__item.slide-large img{
      width: 200px !important;
  }

  .thumbnail-list__item.slide_1-1, .thumbnail-list__item.slide_1-1 img{
      aspect-ratio:1/1;
      height:auto;
  }
  .thumbnail-list__item.slide_4-5, .thumbnail-list__item.slide_4-5 img{
      aspect-ratio:4/5;
      height:auto;
  }

  .thumbnail-list__item.slide-small.slide_1-1:before{
      padding-bottom:100px !important;
  }
  .thumbnail-list__item.slide-medium.slide_1-1:before{
      padding-bottom:150px !important;
  }
  .thumbnail-list__item.slide-large.slide_1-1:before{
      padding-bottom:200px !important;
  }

  .media-beside .thumbnail-list__item.slide-small.slide_1-1:before{
      padding-bottom:100px !important;
  }
  .media-beside .thumbnail-list__item.slide-medium.slide_1-1:before{
      padding-bottom:150px !important;
  }
  .media-beside .thumbnail-list__item.slide-large.slide_1-1:before{
      padding-bottom:200px !important;
  }

  .media-beside .thumbnail-list__item.slide-small.slide_4-5:before{
      padding-bottom:125px;
  }
  .media-beside .thumbnail-list__item.slide-medium.slide_4-5:before{
      padding-bottom:187.5px;
  }
  .media-beside .thumbnail-list__item.slide-large.slide_4-5:before{
      padding-bottom:250px;
  }

  slider-component .slider-counter__link span.dot {
    background: black;
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 100%;
}
 slider-component .slideshow__control-wrapper li{
      width:fit-content !important;
  }
slider-component .slideshow__control-wrapper li {
    opacity: 0.3;
}
slider-component .slideshow__control-wrapper li[active] {
    opacity: 1;
}
slider-component .slideshow__control-wrapper li:before{
    display:none !important;
}

  .product-badges-container{
    display:flex;
    gap:10px;
    padding-bottom:10px;
    padding-top:10px;
    flex-wrap:wrap;
  }
  .product-badge{
    padding:3px 14px;
    border-radius:16px;
    border:1px solid black;
    text-transform:uppercase;
    font-size:12px;
    font-weight:400;
    letter-spacing:1px;
    color:black;
  }

  .product .form__label, .lv-option-label * {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: black;
    text-transform: uppercase;
    letter-spacing: normal !important;
}
.product .form__label span {
    text-transform: none;
}
    .product .product__text {
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 10px !important;
}
.product .jdgm-prev-badge__text {
  font-size: 12px !important;
  text-decoration: underline;
}
.product .jdgm-star.jdgm--on:before {
  color: black;
}
.product .quantity:after {
  box-shadow: none;
  border-color: #ececec;
}
.product .quantity__button {
  width:2.5rem !important;
}
.product quantity-input{
  width:9rem !important;
  height:40px !important;
  min-height:40px !important;
  color:black;
}
.product quantity-input svg{
  color:black;
  font-weight:500 !important;
}
.product .price-item--regular {
    font-weight: 300 !important;
    font-size: 24px !important;
    letter-spacing: 1px !important;
}
.product .icon-with-text .h4, .product .icon-with-text p {
  font-family: "Poppins" !important;
  font-weight:400 !important;
  font-size:12px !important;
  line-height:14px;
}


.product .icon-with-text--horizontal{
  gap:0px;
  justify-content: space-between !important;
}
.product .icon-with-text__item.beside-true {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 10px;
    flex-wrap: nowrap;
    width:auto !important;
}
.product .icon-with-text__item img{
  margin:0px !important;
}
.product .product__info-wrapper.grid__item .form  .product-form__submit{
  border-radius:0px;
  background-color:#FADDCD;
  border:1px solid #FADDCD;
  padding: 11px 8px !important;
}
.product .button {
  border-radius:0px;
  padding: 11px 8px !important;
  min-height:35px !important;
}
.product .product__info-wrapper.grid__item .form  .product-form__submit:before, .product .product__info-wrapper.grid__item .form  .product-form__submit:after{
  box-shadow:none !important;
}

.product .product__info-wrapper.grid__item .form  .product-form__submit span{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    color:black;
    letter-spacing: 0;
}
.product .button{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing: 0;
}
.product .product__info-wrapper.grid__item .form  .product-form__submit.btn-quick-buy{
    background-color:white;
    border:1px solid black;
}

.product .product__payment {
  margin:20px 0px !important;
}
.product .product__payment .list-payment{
  justify-content:center;
}
.product .payment-extra-txt{
    margin: 12px 0px !important;
    padding: 8px 0px;
    text-align: center;
    font-size: 12px;
    color: black;
    border: 1px solid #0000000d;
}
.product .payment-extra-txt strong{
font-weight:700;
}

.product_multicolumn_container{
    display:flex;
    flex-wrap:nowrap;
    gap:25px;
}
.product .product_multicolumn_main {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}
.product .product_multicolumn_main h2{
    font-size:24px;
    font-weight:400;
    margin-bottom:20px;
    font-family:'Poppins';
}
.product .product_multicolumn_main p{
    font-size:12px;
    font-weight:300;
}
.product_multicolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 25%;
}
.product_multicolumn p {
    text-wrap-style: balance;
    line-break: anywhere;
    text-align:center;
}

.product product-recommendations h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Poppins';
}

.product product-recommendations .complementary-slide ul {
    display: flex;
    flex-direction: row;
}
.product product-recommendations .complementary-slide li{
    width:33%;
}
.product product-recommendations .complementary-slide li .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:0px;
}
.product product-recommendations .complementary-slide li .card .card__inner{
    max-width:100%;
    aspect-ratio:1 !important;
}
.product product-recommendations .complementary-slide li .extra-name{
    display:none;
}
.product product-recommendations .complementary-slide li .card__information{
    padding:0px !important;
    padding-top:10px !important
}
.product product-recommendations .complementary-slide li .card__information h2{
    margin-top:0px;
}
.product product-recommendations .complementary-slide li .card__information a{
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    margin-top:0px;
}
.product product-recommendations .complementary-slide li .card__information .price *{
    font-size: 16px !important;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: black;
}
.quick-add.quick-add-info_panel{
    padding: 0 !important;
    width: 100% !important;
  }
.quick-add.quick-add-info_panel .quick-add__submit{
    display:inline-block !important;
  }
.quick-add-info_panel .quick-add__submit {
    width: 100% !important;
    border: 1px solid black !important;
    margin: 0 !important;
    border-radius: 0px !important;
    margin-top: 10px !important;
    padding: 8px 16px !important;
}
.quick-add-info_panel .quick-add__submit span{
    font-size: 13px !important;
    line-height: normal;
    font-weight: 400 !important;
    color: black;
}

.multicolumn-list_edit-true{
    display: flex;
    align-items: center !important;
}
.multicolumn-card_wrapper_edit-true .media, .multicolumn-card_wrapper_edit-true .media img  {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    position: relative !important;
    padding: 0 !important;
}

.image-with-text_double-column{
    display: flex;
    gap:50px;
    width: 100%;
    flex-grow: 1;
    flex-wrap:nowrap;
    margin-top:40px !important;
}
.image-with-text_double-column_col{
    display: flex;
    flex-direction:column;
    gap:30px;
    align-items: flex-start;
    max-width:50%;
    justify-content: space-between;
}
.image-with-text_double-column_col-item{
    display: flex;
    gap:10px;
    align-items: flex-start;
}
.image-with-text_double-column_col-item p{
    font-size:18px !important;
    font-weight:400;
    margin: 0;
    line-height: normal;
}
.image-with-text_double-column_col-item p strong{
    font-size:18px;
    font-weight:600;
}
.image-with-text__media-item--medium{
    flex-grow: 0;
    width: 42% !important;
}
.image-with-text__media-item--large{
    flex-grow: 0;
    width: 55% !important;
}
.container .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content{
    padding-right:0px !important;
}
.container .image-with-text__grid.image-with-text__grid--reverse .image-with-text__content{
    padding-left:0px !important;
}
.container .image-with-text__media-item{
    padding-right:0px !important;
}
.container .image-with-text__grid--reverse .image-with-text__media-item{
    padding-left:0px !important;
}
.image-with-text__text-item.grid__item {
    flex-grow: 1 !important;
}

.two-col-true{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
.two-col-true > div{
    width:50% !important;
}
.only-desktop{
    display:block;
}

    sticky-header{
        margin-bottom:20px !important;
    }

body header.header--has-menu{
    padding-bottom:0px !important;
    grid-template-columns: 1fr auto 1fr !important;
}
.header__inline-menu, header header-menu{
    height:100% !important;
}
header ul.list-menu.list-menu--inline {
    height: 100%;
    display: flex;
    align-items: center;
}
header ul.list-menu.list-menu--inline > li, header ul.list-menu.list-menu--inline > li details, header ul.list-menu.list-menu--inline > li > a {
    display: flex;
    height: 100%;
    align-items: center;
}
header .localization-wrapper {
    width: fit-content !important;
    height: fit-content !important;
    margin-left:10px !important;
}
header .localization-form__select {
    height: fit-content !important;
    padding: 0px 5px !important;
}
header .localization-selector > span {
    width: fit-content !important;
    margin-right: 5px !important;
}
header .localization-form__select svg {
    position: relative !important;
    margin-left: 10px !important;
    height: 10px !important;
    width: 10px !important;
}

.mega-menu__content{
    display: flex !important;
    border-top:0px !important;
}
.mega-menu__list{
    display: flex !important;
    flex-direction: column !important;
    gap: 15px;
}
.megamenu-link-aside{
    display: flex !important;
    flex-grow: 1;
    padding-right: 3rem;
    padding-left: 3rem;
}
.megamenu-aside-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
li.mega-last-item{
    margin-top: auto;
}
li.mega-last-item a{
    text-decoration:underline;
}
body .header .header__icons{
    gap:15px !important;
}
.header__icons > *, .header__icons svg, .header__icons details-modal, .header__icons details, .header__icons summary, .header__icons span {
    height: 16px !important;
    width: 16px !important;
    margin: 0px !important;
    padding: 0 !important;
}
.header__icons svg{
    height: 16px !important;
    width: 16px !important;
}



.accordion summary{
    padding: 2.5rem 0 !important;
}

.accordion details>summary .icon-plus{
      display:block;
  }
.accordion details[open]>summary .icon-plus{
      display:none;
  }
.accordion details>summary .icon-minus{
      display:none;
  }
.accordion details[open]>summary .icon-minus{
      display:block;
  }
  .accordion details>summary svg.icon {
    height: 14px;
    width: 14px;
    margin-left: auto;
    margin-right: 1.5rem;
    color: black;
}

  .product__accordion details h2 {
    font-weight: 300 !important;
}
  .product__accordion details[open] h2 {
    font-weight: 500 !important;
    }

.product .accordion__content.rte *{
    font-size:12px !important;
    line-height:20px;
    font-weight: 300 !important;
    }

#contact_form .field__label {
    display: none;
}

.newsletter-form__field-wrapper .field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.newsletter__wrapper .newsletter-form__button {
    position: relative;
    background-color: black !important;
    padding: 12px 28px !important;
    color: white;
    width: fit-content;
    min-width: fit-content;
    align-self: center;
}
.newsletter-form__field-wrapper input::placeholder {
    color: black;
}
form#AnnouncementLanguageForm span {
    text-transform: uppercase !important;
}
.product .image-with-text__media {
    border:0px !important;
}
.product h2{
    font-size: 32px;
    font-family: "Poppins" !important;
}
@media(min-width: 1199px){
  .product.product_55-45 .grid__item.product__media-wrapper {
      max-width: 55% !important;
  }
  .product.product_55-45 .product__info-wrapper.grid__item{
      max-width: 45% !important;
  }
  .media-beside .thumbnail-list {
        display: flex;
        flex-direction: column !important;
        min-width:fit-content;
        gap:0px !important;
    }
}

@media(max-width: 1199px){
      .product .grid__item.product__media-wrapper{
      padding:0px !important;;
    }
    .media-beside .thumbnail-list-1-1.thumbnail-list-small {
      max-height:calc( (100px * 4) + (20px * 3) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-small {
      max-height:calc( (125px * 4) + (20px * 3) );
  }
  .media-beside .thumbnail-list-1-1.thumbnail-list-medium {
      max-height:calc( (150px * 3) + (20px * 2) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-medium {
      max-height:calc( (187.5px * 3) + (20px * 2) );
  }
  .media-beside .thumbnail-list-1-1.thumbnail-list-large {
      max-height:calc( (200px * 2) + (20px * 1) );
  }
  .media-beside .thumbnail-list-4-5.thumbnail-list-large {
      max-height:calc( (250px * 2) + (20px * 1) );
  }
}

@media(min-width: 750px){
.only-desktop{
    display:inherit;
}
.only-mobile{
    display:none;
}

    .section + .section{
        margin-top:40px !important;
    }
    .container .image-with-text__media-item{
        padding-right:7rem;
    }
    .product .two-col-true .collapsible-content-wrapper-narrow {
  padding: 0;
  max-width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
}
@media(max-width: 750px){

.only-desktop{
    display:none;
}
.only-mobile{
    display:inherit;
}
.utility-bar{
    padding:0px !important;
}
.container-small {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.megamenu-aside-item img{
    min-width: 100%;
    max-height: 170px;
    object-fit: cover;
}
.product_multicolumn{
  min-width:35%;
}
.product_multicolumn_main{
  width:95vw !important;
}
.product_multicolumn_container{
  max-width:95vw;
  overflow:auto;
}
product-info > * {
    padding-top: 5px;
}
.product .rte p{
    font-size:16px !important;
}
.product .rte li{
    font-size:12px !important;
}

.product__media-list{
gap:10px !important;
    width: 95vw !important;
}
.product__media-list li{
    max-width:83% !important;
}
.product-media-container .media{
    padding-top:0px !important;
    aspect-ratio:1;
}

.image-with-text_double-column, .image-with-text_double-column_col {
    gap: 20px;
}
.image-with-text_double-column_col-item p, .image-with-text_double-column_col-item strong {
    font-size: 12px !important;
    letter-spacing: 1px;
}

.product .slider.slider--mobile{
    scroll-padding-left: 0px !important;
}
.product-media-container .media img{
    position: relative !important;
}

.product .breadcrumbs__link{
    font-size:10px;
    font-weight:300;
    text-transform:uppercase;
}

.product__accordion .summary__title h2{
    font-size:14px !important;
    font-weight:300 !important;
}

.product .product__title span.h1{
    display:none;
}
    .product .product__info-wrapper.grid__item .product__title {
        display: block !important;
    }
.product .breadcrumbs{
   padding-top:10px;
}
.product .product__text{
   margin-bottom:15px !important;
}
.product .icon-with-text__item.beside-true{
    flex-direction: column !important;
}
.image-with-text_double-column{
    flex-direction: column !important;
}
.image-with-text_double-column_col{
    min-width:100% !important;
}
.container .image-with-text__grid.image-with-text__grid--reverse .image-with-text__content, .image-with-text__content, .newsletter__wrapper{
    padding:4rem 1.5rem !important;
}
header .localization-wrapper{
    display:none !important;
}
.collapsible-content-aside{
    display:none !important;
}
.two-col-true > div{
    width:100% !important;
}
.product .product_multicolumn_main h2, .product product-recommendations h2{
    font-size:18px !important;
    font-weight:400;
    letter-spacing:1px;
}
.image-with-text__content, .newsletter__wrapper {
        padding: 0px 0px 40px 0px !important;
    }
    .full-width .image-with-text__content   {
        padding-top:40px !important;
        padding-bottom:40px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

.product .complementary-products__container slideshow-component{
    //width:95vw !important;
}
.product product-recommendations .complementary-slide ul{
    max-width: 100%;
    overflow: hidden;
}
.product product-recommendations .complementary-slide li {
    min-width: 50%;
}
.multicolumn-list_edit-true{
    flex-wrap: nowrap;
    padding: 0;
}
.multicolumn-list_edit-true li{
    width: auto !important;
}
.image-with-text__grid.mobile-reverse-true{
    flex-direction: column-reverse !important;
}

.image-with-text__grid .mobile-img-enlarge-true{
    flex-grow: 1 !important;
    min-width: 100% !important;
}
.image-with-text__grid .mobile-img-hide-true{
    display:none !important;
}
.only-desktop{
    display:none;
}
.media-beside{
      flex-direction:column;
  }
.media-beside .thumbnail-list{
      max-height:none;
  }
  .thumbnail-slider .thumbnail-list.slider{
      padding:5px !important
  }
.thumbnail-slider .slider-button{
      display:none;
  }
  .media-beside .thumbnail-slider{
      max-width:100%;
      overflow:auto;
  }
  .product .media-beside .thumbnail-list li {
    margin: 0px !important;
    }

.banner__text.rte.subtitle{
    margin: 0px !important;
    }

}