/** Shopify CDN: Minification failed

Line 16:20 Expected identifier but found whitespace
Line 16:22 Unexpected "{"
Line 16:32 Expected ":"

**/
@font-face {
  font-family: 'ITC Souvenir Demi';
  src: url('/cdn/shop/files/ITC_Souvenir_Std_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  :root {
    --font-itc-demi: {{ settings.title_font | json }};
  }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: var(--font-itc-demi) !important;
}
.pro-intimacy-section .right .side-banner h3,
  h2,
  .h2 {
    font-size: var(--font-desktop) !important;
    line-height:var(--font-dlh) !important;
  }
@media only screen and (max-width:1500px){
    .pro-intimacy-section .right .side-banner h3,
    body h2, body  .h2 {
    font-size: var(--font-tablet) !important;
    line-height:var(--font-tlh) !important;
    }
}
@media only screen and (max-width:767px){
    .pro-intimacy-section .right .side-banner h3,
    body h2, body  .h2 {
    font-size: var(--font-mobile) !important;
    line-height:var(--font-mlh) !important;
    }
}
p.t-sub,
.title-desc-wrapper p {
    color: #838383;
    font-family: var(--font-itc-demi) !important;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}
.home-art-section.collection-list-2 .collection-list-2__title {
    margin: 0 0 5px;
}
.title-desc-wrapper {
    margin: 0 0 50px;
}
.home-art-section .collection-card-simple {
    padding: 0 17.5px;
}
.home-art-section.collection-list-2 .collection-list-2__wrapper {
    margin: 0 -17.5px;
}
.collection-card-simple__art {
    border-radius: 40px;
}
.home-art-section.collection-card-simple .collection-card-simple__title {
    font-size: 40px;
    font-family: 'ITC Souvenir Demi';
}
.home-art-section .collection-card-simple__desc {
    font-size: 20px;
    line-height: 24px;
    margin-top: 6px;
}
.home-art-section .collection-card-simple__svg {
    background: #E45213;
    color: #fff;
    font-size: 20px;
    font-family: outfit;
    font-weight: 500;
    text-transform: capitalize;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all 0.5s;
    text-align:center;
}
.home-art-section .collection-card-simple .collection-card-simple__wrapper:hover .collection-card-simple__svg{
    transform: none;
}
.home-art-section .collection-card-simple__info {
    padding: 40px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.home-art-section .collection-card-simple__svg:hover{
    background:#fff;
    color:#E45213;
}
.faq-wrapper  {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}
.faq-list>*:first-child {
    padding-top: 0;
}
.faq-item {
    border-bottom: 1px solid #838383;
    padding: 25px 0;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
button.faq-question h5 {
    font-family: var(--base-font-family) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #1E1C1C;
    text-align:left;
}   
.faq-icon {
    transition: transform .3s ease;
}
.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.faq-answer p {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 81px;
    font-size: 20px;
    line-height: 32px;
    color: #1E1C1C;
}
.faq-answer .metafield-rich_text_field ul>li:not(:last-child) {
    margin: 0 0 10px;
}
.faq-answer .metafield-rich_text_field ul>li {
    font-size: 20px;
    line-height: 32px;
    color: #1E1C1C;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.title-bottm {
    margin-bottom: 50px;
    text-align: center;
}
.button{
    font-family: var(--heading-font-family);
}
.explore-btn {
    background: #E45213;
    color: white;
    padding: 16px 30px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.explore-btn.button.button--primary:after {
    background-color: #000;
}
.explore-btn.button.button--primary:hover {
    color:#fff;
}
.explore-grid {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    column-gap: 30px;
    row-gap: 30px;
}

.explore-card {
    position: relative;
    border-radius: 40px;
    padding: 30px;
    text-align: left;
    overflow: hidden;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none;
    width: 440px;
}
.explore-card-1, .explore-card-6 {
    width: 700px !important;
}
.explore-content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.explore-subtitle {
    font-size: 22px;
    display: block;
    margin-bottom: 12px;
    line-height: 27px;
}
.explore-title {
    font-size: 54px;
    line-height: 65px;
}
.explore-img {
    position: absolute;
    margin: auto;
}
.explore-card-1 .explore-img {
    right: 51px;
    bottom: 0;
    top: 0;
}
.explore-card-4 .explore-img,
.explore-card-2 .explore-img {
    bottom: 20px;
    right: 20px;
}
.explore-card-3 .explore-img {
    right: 20px;
    bottom: 16px;
}
.explore-card-5 .explore-img {
    right: 26px;
    bottom: 18px;
}
.explore-card-6 .explore-img {
    right: 23px;
    bottom: 7px;
}
.explore-arrow {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.explore-card:hover .explore-arrow {
    transform: rotate(45deg);
}
.explore-btn-wrap {
    margin-top: 40px;
    text-align: center;
}
section.t-pro {
    padding: 60px 0 66px;
}
.t-head-pro {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.t-card {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 50px;
}
.t-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.t-author {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 0;
    flex-direction: column;
}
p.t-text {
    font-size: 24px;
    line-height: 34px;
    color: #111111;
}
.t-author strong {
    font-size: 22px;
    line-height: 34px;
    color: #1E1C1C;
    font-family: 'Inter';
    font-weight: 500;
}
.t-author span {
    font-size: 10px;
    line-height: 16px;
    color: #838383;
}
.t-pro .testimonial-swiper .swiper-pagination {
    position: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:12px;
    min-height:12px;
}
.t-pro .testimonial-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #838383;
    border-radius: 50%;
    transition: all 0.5s;
    margin:0 10px!important;
}
.t-pro .testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #E45213;
}
.mf-tag {
    border: 1px solid #838383;
    border-radius: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #1E1C1C;
    font-family: 'Inter';
    font-weight: 500;
    padding: 9px 10px;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    background: #fff2ec;
}
.pro-tag {
    color: #838383;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Inter';
    font-weight: 400;
    display: block;
}
.price__saving {
    font-size: 14px;
    color: #838383;
    line-height: 17px;
    display: flex;
}
body .product-card .product-card__quick-view-button {
    width: fit-content;
    background: #FFE4D9;
    border-radius: 20px;
    font-size: 20px;
    line-height: 25px;
    color: #E45213;
    font-family: outfit;
    font-weight: 700;
    border: none;
    padding: 12px 21px;
    gap: 10px;
}
.logo_inner {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
}
  .coverage-title {
      width: 277px;
      flex: 0 0 277px;
  }
  .coverage-marquee {
      padding: 32px 0px 32px 35px;
      border-radius: 100px 0 0 100px;
      width: calc(100% - 277px);
  }
  .coverage-marquee-inner {
      padding: 0 35px;
      overflow: hidden;
  }
  .marquee-track {
      display: flex;
      align-items: center;
      animation: marquee var(--marquee-speed) linear infinite;
  }
  .logo-item img {
      height: 63px;
      object-fit: contain;
      display: block;
  }
  .logo-item {
      flex: 0 0 auto;
      padding-left: 50px;
  }
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .products-thumbnails .product-tabs__title {
    text-align: center;
}
.qty-cart-btn {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-top: 20px;
}
.custom-accordion .accordion-item:last-child button {
    padding-bottom: 10px;
}
.qty-cart-btn .product-quantity {
    padding: 0;
    display: block;
}
.product-quantity__container {
    padding: 9px;
    border-radius: 20px;
    width: 172px;
    border: 1px solid #838383;
    background: #ffffff;
}
.tag-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.faq-item:last-child {
    border-bottom: unset;
    padding-bottom: 0;
}
.ctm_collection_faq .faq-answer p {
    margin-left: 0;
}
.tag-review .jdgm-widget {
    margin-right: 0;
    margin-left: auto;
}
.collection__lazy-load-button-wrapper .button.button--primary:after {
    background-color: rgba(30, 28, 28, 1);
}
.collection__lazy-load-button-wrapper .button.button--primary:hover{
    color: #fff;
}
.collection__lazy-load-button-wrapper {
    text-align: center !important;
}
.product-media .product-media__slider-thumbnails-slide {
    width: 120px !important;
}
.pdp-price-rating {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}
.announcement-bar__content svg.icon path {
    stroke: #e45213;
}
.header__main .header__icon-label {
    display: none !important;
}
.announcement-bar__content svg.icon path {
    stroke: #e45213;
}
.header__main .header.header--menu-middle .header__search-input, .header.header--menu-left .header__search-input {
    max-width: unset !important;
    min-width: unset !important;
}
.header__main .header__search-input {
    padding: 0 !important;
    gap: 0 !important;
    border-radius: unset !important;
}
.header__main .header__search-input-label {
    display: none !important;
}

.about-top-section {
    position: relative;
}
.about-top-section .about-top-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: 140px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}
.about-top-section .about-top-content .h2 {
    color: #fff;
}
.about-top-section .about-top-content p {
    margin: 0;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    font-family: 'Outfit';
    font-weight: 500;
}
.story-wrapper{
  display:flex;
  align-items:center;
  gap:119px;
}
.story-wrapper.image-left .story-images,
.story-wrapper.image-left{
  flex-direction:row-reverse;
}
.story-content{
  flex:1;
}
.story-content h3 {
    color: #ff5a00;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Outfit' !important;
    font-weight: 500;
}
.story-text p {
    font-size: 20px;
    line-height: 30px;
    color: #838383;
    font-weight: 500;
}
.story-images {
    flex: 1;
    display: flex;
    gap: 26px;
    width: 651px;
    max-width: 651px;
    align-items: center;
}
.story-big img {
    border-radius: 20px;
    height: 416px;
    width: 316px;
    object-fit: cover;
}
.story-small-wrapper{
  display:flex;
  flex-direction:column;
  gap:30px;
}
.story-small img{
  width:100%;
  border-radius:20px;
}
.story-small {
    display: block;
    line-height: 1;
}
.story-small-wrapper>*:first-child img {
    width: 305px;
    height: 331px;
}
.story-small-wrapper>*:last-child img {
    width: 305px;
    height: 193px;
}
.hilosophy-content {
    border-radius: 40px;
    padding: 60px 15px;
    text-align: center;
}
.hilosophy-content h6 {
    color: #E45213;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Outfit' !important;
    font-weight: 500;
    margin: 30px 0 25px;
}
.hilosophy-info {
    max-width: 1266px;
    margin: 0 auto;
}
.hilosophy-info p {
    color: #838383;
    font-size: 20px;
    line-height: 28px;
}
section.about-Intimacy.about-top-section .about-top-content p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter' !important;
    text-align: center;
}
section.about-Intimacy.about-top-section .about-top-content {
    margin: auto;
    left: 0;
    align-items: center;
    right: 0;
    row-gap: 40px;
}
.explore-btn.button--primary.button {
    font-weight: 500;
}
/* Responsive */
@media only screen and (min-width:768px){
    .m-img,
    .price__saving br{
        display:none;
    }
}
@media only screen and (max-width:767px){
    .d-img{
        display:none;
    }
}
@media only screen and (min-width:1440px) and (max-width:1800px){
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.coverage-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 80px !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    body .explore-card-1, body .explore-card-6 {
        width: calc(51.8% - 30px) !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: calc(25% - 30px) !important;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 180px;
        height: 240px;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 130px;
        height: 240px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 270px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 30px;
    }
    .home-art-section .collection-card-simple__desc{
        font-size: 20px;
        line-height: 24px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width:1440px) and (max-width:1700px){
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.coverage-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 80px !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    body .explore-card-1, body .explore-card-6 {
        width: calc(51.8% - 30px) !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: calc(25% - 30px) !important;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 180px;
        height: 240px;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 130px;
        height: 240px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 270px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
    }
    .home-art-section .collection-card-simple__desc{
        font-size: 15px;
        line-height: 16px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
    .price__saving {
        width: 110px;
    }
}
@media only screen and (min-width:1360px) and (max-width:1439px){
    .about-top-section .about-top-content {
        left: 80px;
    }
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.coverage-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 80px !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    .explore-grid {
        column-gap: 15px;
        row-gap: 15px;
    }
    body .explore-card-1, body .explore-card-6 {
        width: calc(50% - 15px) !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: calc(25% - 15px) !important;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 180px;
        height: 240px;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 130px;
        height: 240px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 270px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
    }
    .home-art-section .collection-card-simple__desc{
        font-size: 15px;
        line-height: 16px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
    .price__saving {
        width: 110px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1359px){
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.coverage-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 40px !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    .explore-grid {
        column-gap: 15px;
        row-gap: 15px;
    }
    body .explore-card-1, body .explore-card-6 {
        width: calc(50% - 15px) !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: calc(25% - 15px) !important;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 180px;
        height: 240px;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 130px;
        height: 240px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 270px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
    .price__saving {
        width: 110px;
    }
    .coverage-title {
        width: 200px;
        flex: 0 0 200px;
    }
    .coverage-marquee {
        width: calc(100% - 200px);
    }
    .story-wrapper {
        gap: 50px;
    }
    .about-top-section .about-top-content p {
        font-size: 34px;
        line-height: 45px;
    }
    .story-big img,
    .story-small-wrapper>*:first-child img,
    .story-small-wrapper>*:last-child img {
        height: auto;
    }
    .hilosophy-info {
        max-width: 1020px;
    }
    .about-three.benefits .benefits__col {
        padding: 25px;
    }
    .about-three.benefits .benefits__row-wrapper:not(.swiper-initialized) .benefits__row {
        gap: 20px;
    }
    .story-content h3,
    .hilosophy-content h6{
        font-size: 30px;
        line-height: 40px;
    }
    .story-content h3 {
        margin-bottom: 30px;
    }
    .hilosophy-info p,
    .story-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-top-section .about-top-content {
        left: 40px;
    }
}
@media only screen and (min-width:768px) and (max-width:1700px){
.explore-subtitle {
    font-size: 14px;
    line-height: 18px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    body .products-thumbnails .products-thumbnails__container {
        padding-left: 0;
        padding-right: 0;
    }
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.coverage-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 40px !important;
    }
    .jm-text.jm-text--align-center.jm-review-widget-header__title {
    font-size: 38px !important;
    line-height: normal !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    .explore-card-1, .explore-card-6 {
        width: 530px !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: 320px;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 130px;
        height: 200px;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 130px;
        height: 240px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 270px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
        flex-direction: column;
    }
    .home-art-section .collection-card-simple__desc{
        font-size: 20px;
        line-height: 24px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
    .price__saving {
        width: 110px;
    }
    .coverage-title {
        width: 200px;
        flex: 0 0 200px;
    }
    .coverage-marquee {
        width: calc(100% - 200px);
    }
    .home-art-section.collection-list-2 .collection-list-2__wrapper {
        margin: 0 -15px;
    }
    .home-art-section .collection-card-simple{
        padding:0 15px;
    }
    .home-art-section .collection-card-simple__svg {
        width: 100%;
        flex: 0 0 100%;
        padding: 15px !important;
        margin-top: 10px;
        font-size:18px;
    }
    .t-card {
        padding: 30px;
    }
    button.faq-question h5 {
        font-size: 20px;
        line-height: 26px;
    }
    p.t-text {
        font-size: 20px;
        line-height: 30px;
    }
    .explore-card {
        padding: 20px 15px 15px;
        min-height: 242px;
        width: 100% !important;
        border-radius: 20px;
    }
    .explore-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .story-wrapper {
        gap: 50px;
    }
    .about-top-section .about-top-content p {
        font-size: 34px;
        line-height: 45px;
    }
    .story-big img,
    .story-small-wrapper>*:first-child img,
    .story-small-wrapper>*:last-child img {
        height: auto;
    }
    .hilosophy-info {
        max-width: 1020px;
    }
    .about-three.benefits .benefits__col {
        padding: 25px;
    }
    .about-three.benefits .benefits__row-wrapper:not(.swiper-initialized) .benefits__row {
        gap: 20px;
    }
    .story-content h3,
    .hilosophy-content h6{
        font-size: 30px;
        line-height: 40px;
    }
    .story-content h3 {
        margin-bottom: 30px;
    }
    .hilosophy-info p,
    .story-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-top-section .about-top-content {
        left: 40px;
    }
}
@media only screen and (max-width:991px){
    .collection-list-2:not(.home-art-section),.products-thumbnails,.explore-section,.t-pro-width,.faq-wrapper,.featured-blog,.newsletter{
        padding:0 15px !important;
    }
    .title-bottm,
    .collection-list-2 .collection-list-2__title {
        margin-bottom: 30px !important;
    }   
    .explore-card-1, .explore-card-6 {
        width: 530px !important;
    }
    .explore-card {
        padding: 30px;
        min-height: 300px;
        width: 320px;
    }
    .explore-title {
        font-size: 36px;
        line-height: 44px;
    }
    .explore-img{
        object-fit: contain;
    }
    .explore-card-1 .explore-img {
        right: 30px;
        width: 120px;
        height: 200px;
        margin-bottom: 0;
    }
    .explore-card-4 .explore-img, .explore-card-2 .explore-img {
        bottom: 0;
        width: 180px;
        height: 180px;
    }
    .explore-card-3 .explore-img {
        width: 110px;
        height: 180px;
    }
    .explore-card-5 .explore-img {
        width: 120px;
        height: 120px;
    }
    .explore-card-6 .explore-img {
        width: 180px;
        height: auto;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
        flex-direction: column;
    }
    .home-art-section .collection-card-simple__desc{
        font-size: 20px;
        line-height: 24px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }
    .price__saving {
        width: 110px;
    }
    .coverage-section{
        padding:0 !important;
    }
    .coverage-title {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .coverage-marquee {
        width: calc(100% - 0px);
        background: none !important;
        padding:0;
    }
    .logo-item {
        padding-left: 20px;
    }
    .home-art-section.collection-list-2 .collection-list-2__wrapper {
        margin: 0 -15px;
    }
    .home-art-section .collection-card-simple{
        padding:0 15px;
    }
    .home-art-section .collection-card-simple__svg {
        width: 100%;
        flex: 0 0 100%;
        padding: 15px !important;
        margin-top: 10px;
    }
    .t-card {
        padding: 30px;
    }
    button.faq-question h5 {
        font-size: 20px;
        line-height: 26px;
    }
    p.t-text {
        font-size: 20px;
        line-height: 30px;
    }
    .products-thumbnails__tab-content.swiper-wrapper {
        display: flex !important;
        overflow-x: auto;
        padding-bottom: 15px !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .products-thumbnails__product {
        flex: 0 0 45%;
        width: 45%;
        scroll-snap-align: start;
    }
    .logo_inner {
        row-gap: 20px;
        flex-direction: column;
        align-items: center;
    }
        .explore-card {
    padding: 20px 15px 15px;
    min-height: 242px;
    width: 100% !important;
    border-radius: 20px;
    }
    .explore-grid{
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    }
    .story-wrapper {
        gap: 50px;
    }
    .about-top-section .about-top-content p {
        font-size: 22px;
        line-height: 30px;
    }
    .story-big img, .story-small-wrapper>*:first-child img, .story-small-wrapper>*:last-child img {
        height: auto;
        border-radius: 15px;
    }
    .hilosophy-content {
        border-radius: 15px;
    }
    .hilosophy-info {
        max-width: 1020px;
    }
    .story-content h3,
    .hilosophy-content h6{
        font-size: 30px;
        line-height: 40px;
    }
    .story-content h3 {
        margin-bottom: 30px;
    }
    section.about-Intimacy.about-top-section .about-top-content p,
    .hilosophy-info p,
    .story-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-top-section .about-top-content {
        left: 15px;
    }
    .story-wrapper.image-right {
        flex-direction: column;
    }
    .story-wrapper.image-left {
        flex-direction: column-reverse;
    }
    .about-top-img .d-img {
        height: 360px;
        object-fit: cover;
    }
    section.about-Intimacy.about-top-section .about-top-content {
        left: 15px;
        right: 15px;
    }
    .about-top-section .about-top-content .h2 {
        text-align: center;
    }
}
@media only screen and (max-width:767px){
    .jm-text.jm-text--align-center.jm-review-widget-header__title {
        font-size: 26px !important;
        line-height: normal !important;
    }
        .explore-card {
        padding: 20px 15px 15px;
        min-height: 242px;
        width: 100% !important;
        border-radius: 20px;
        }
        .explore-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
    .explore-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 14px;
    }
    .explore-title {
        font-size: 22px;
        line-height: 26px;
    }
    .explore-arrow {
        left: 15px;
        bottom: 15px;
        width: 30px;
        height: 30px;
    }
    .explore-card-1 .explore-img {
        right: 15PX;
        width: 91PX;
        height: 124PX;
        bottom: 0;
        margin-bottom: 15px;
    }
    .explore-card-2 .explore-img {
        width: 134px;
        height: 94px;
        right: 9px;
        bottom: 34px;
    }
    .explore-card-3 .explore-img {
        width: 80px;
        height: 130px;
        bottom: 7px;
        right: 10px;
    }
    .explore-card-4 .explore-img {
        bottom: 45px;
        width: 115px;
        height: 81px;
        right: 11px;
    }
    .explore-card-5 .explore-img {
        width: 91px;
        height: 92px;
        right: 27px;
        bottom: 43px;
    }
    .explore-card-6 .explore-img {
        width: 118px;
        height: auto;
        bottom: 23px;
        right: 0;
    }
    .explore-btn.button.button--primary {
        border-radius: 12px;
        padding: 12px;
        font-size: 16px;
        line-height: 20px;
    }
    .explore-btn-wrap {
        margin-top: 15px;
    }
    .faq-item {
        padding: 15px 0;
    }
    .product-card__quick-view-button.product-card__sold-out {
        font-size: 10px !important;
    }
    section.products-thumbnails {
        overflow: hidden;
    }
    .title-bottm, .collection-list-2 .collection-list-2__title {
        margin-bottom: 20px !important;
    }
    .mf-tag {
        border-radius: 6px;
        font-size: 12px;
        line-height: 16px;
        padding: 4px 8px;
        top: 8px;
        right: 8px;
    }
    .pro-tag {
        font-size: 12px;
        line-height: 15px;
    }
    body .product-card .product-card__quick-view-button {
        font-size: 0;
        line-height: 0;
        padding:8px;
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 0;
        border-radius: 10px;
        height: 40px;
    }
    .price__saving {
        width: unset;
        display: flex;
        flex-wrap: wrap;
    }
    /* .products-thumbnails{
        padding:0 !important;
    } */
    .collection-list-2{
        padding:0 15px !important
    }
    .collection-card-simple__art {
        border-radius: 20px;
    }
    .home-art-section .collection-card-simple__info {
        padding: 20px;
        row-gap: 10px;
    }
    .home-art-section .collection-card-simple__svg {
        width: auto;
        flex: 0 0 auto;
        padding: 14px !important;
        margin-top: 0;
        font-size: 16px;
        line-height: 1;
        height: 44px;
        border-radius: 12px;
    }
    .home-art-section .collection-card-simple__desc {
        font-size: 12px;
        line-height: 16px;
    }
    p.t-sub, .title-desc-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }
    .title-desc-wrapper {
        margin: 0 0 20px;
    }
    section.t-pro {
        padding: 30px 0;
    }
    .t-head-pro {
        margin-bottom: 30px;
    }
    .t-card {
        padding: 0;
        background: transparent !important;
        border-radius: 0;
        border: none;
        row-gap: 15px;
    }
    .t-stars svg {
        width: 20px;
        height: 20px;
    }
    p.t-text {
        font-size: 16px;
        line-height: 26px;
    }
    .t-author span {
        display: block;
        margin-top: 5px;
    }
    .t-author strong {
        font-size: 18px;
        line-height: 22px;
    }
    button.faq-question h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .faq-answer p {
        margin-left: 18px;
        margin-top: 12px;
        margin-right: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .faq-answer .metafield-rich_text_field ul>li{
        font-size: 14px;
        line-height: 22px;
    }
    .story-images {
        width: 100%;
        max-width: 100%;
    }
    .about-top-section .about-top-content {
        bottom: 67px;
        top: auto;
    }
}
@media only screen and (max-width:575px){
    .tag-review {
        flex-direction: column;
        row-gap: 6px;
        align-items: flex-start;
    }
    .tag-review .jdgm-widget {
        margin-right: auto;
        margin-left: 0;
    }
    .products-thumbnails .product-tabs__title {
        max-width: 300px;
    }
    .logo-item img {
        height: 40px;
    }
    .qty-cart-btn {
        gap: 10px;
    }
    .jm-text.jm-text--align-center.jm-review-widget-header__title {
        font-size: 26px !important;
        margin-bottom: 20px !important;
        line-height: normal !important;
    }
    .mf-tag {
        font-size: 8px;
        line-height: 14px;
        padding: 2px 6px;
    }
    .explore-subtitle {
        font-size: 12px;
        margin-top: 4px;
        line-height: 12px;
    }
    .explore-title {
        font-size: 22px;
        line-height: 26px;
    }
    .explore-arrow {
        left: 15px;
        bottom: 15px;
        width: 30px;
        height: 30px;
    }
    .explore-card-1 .explore-img {
        right: 15PX;
        width: 91PX;
        height: 124PX;
        bottom: 0;
        margin-bottom: 15px;
    }
    .explore-card-2 .explore-img {
        width: 134px;
        height: 94px;
        right: 9px;
        bottom: 34px;
    }
    .explore-card-3 .explore-img {
        width: 80px;
        height: 130px;
        bottom: 7px;
        right: 10px;
    }
    .explore-card-4 .explore-img {
        bottom: 45px;
        width: 115px;
        height: 81px;
        right: 11px;
    }
    .explore-card-5 .explore-img {
        width: 91px;
        height: 92px;
        right: 27px;
        bottom: 43px;
    }
    .explore-card-6 .explore-img {
        width: 118px;
        height: auto;
        bottom: 23px;
        right: 0;
    }
    .explore-btn.button.button--primary {
        border-radius: 12px;
        padding: 12px;
        font-size: 16px;
        line-height: 20px;
    }
    .explore-btn-wrap {
        margin-top: 15px;
    }
    .pdp-price-rating {
        gap: 5px;
        flex-direction: column-reverse;
    }
    .about-top-section .about-top-content p {
        font-size: 18px;
        line-height: 23px;
    }
    .story-content h3 {
        margin-bottom: 15px;
    }
    .story-content h3, .hilosophy-content h6 {
        font-size: 20px;
        line-height: 25px;
    }
    section.about-Intimacy.about-top-section .about-top-content p, .hilosophy-info p, .story-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .story-wrapper,
    .story-small-wrapper,
    .story-images {
        gap: 15px;
    }
    .hilosophy-content h6 {
        margin: 15px 0 10px;
    }
    .hilosophy-content {
        padding: 20px 7px;
    }
    section.about-Intimacy.about-top-section .about-top-content {
        top: 0;
        row-gap:15px;
        bottom: 0;
    }
    .about-Intimacy .about-top-section .about-top-content .h2 {
        font-size:23px;
    }
    .custom-accordion .accordion-content h3, .custom-accordion .accordion-content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
more-payment-options-link {
    display: none;
}
.faq-answer p:empty{
    display:none;
}
#headerMegaMenu\:guide .header-mega-menu__block--menu-rows ul li {
    flex-basis: content;
    flex: auto;
}
#headerMegaMenu\:guide .header-mega-menu__block--menu-rows ul {
    FLEX-DIRECTION: column;
    flex: auto;
}