/** Shopify CDN: Minification failed

Line 774:10 Expected identifier but found whitespace
Line 774:12 Unexpected "{"
Line 774:21 Expected ":"

**/
.grain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 2;
    opacity: 0.10;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    display: block !important;
}
.product .product-grid {
    display: flex;
    gap: 60px !important;
}
.product .product-grid__item--media {
    width: 55%;
}
.product .product-grid__item--content {
    width: 45%;
}
 .pdp_sec {
    background: #fff !important;
}
/*
.template--product{
    background: #F7F7F7 !important;
} 
@media only screen and (min-width:750px){
.pdp_sec .main-product__media--grid > *:first-child{
    grid-column:1 / -1 !important;
}
}*/
.pdp_sec .main-product__media--grid {
    gap: 20px;
}
.pdp_sec .main-product__media--grid-item img {
    border-radius: 15px !important;
}
.pdp_sec .pdp_title_col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.pdp_sec .product-tag {
    padding: 9px 13px;
    background: #0A0A0A;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}
.pdp_sec .pdp_title {
    font-size: 30px;
    margin: 0!important;
    line-height: 100%;
    font-weight: bold;
}
.product-grid__item--content .product__text--content {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
.product-grid__item--content .price__regular span {
    color: #D65A1F;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
}
.product-grid__item--content  .product__price {
    line-height: 100%;
}
.product-grid__item--content .product__price--info {
    font-size: 14px;
    text-transform: math-auto;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 100%;
    display:none;
}
.product__variant-picker legend.form__label {
    font-size: 14px!important;
    font-weight: 300;
    color: #000;
    letter-spacing: 6%!important;
    line-height: 100%;
    margin-bottom: 15px !important;
}
.product-grid__item--content .product__variant-picker span.pdp_variant_name {
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: normal !important;
    text-transform: capitalize;
}
.product-grid__item--content .product__variant-picker .product-option__input:checked+.product-option__label {
    border-color: #0a0a0a;
    padding: 2px;
    border-radius: 100%;
}
.product-grid__item--content .product__variant-picker .product-option__input:checked+.product-option__label img{
    border: 0.2px solid #83838366 !important;
}
.product-grid__item--content .product__variant-picker .product-option__label--image img {
    width: 22px !important;
    height: 22px !important;
    border-radius:100%
}
.product-grid__item--content .product__variant-picker {
    margin-bottom: 30px!important;
    padding-top: 30px;
    border-top: 1px solid #b9b9b9;
}
.product-grid__item--content .payment_icons .payment_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
    margin-bottom: 10px;
}
.section--product-recommendations h2.section__heading.h3 {
    margin: 0;
}
.product-grid__item--content .payment_icons .footer__payment .list-payment__item>svg {
    width: 43px;
    height: auto;
}
.product-grid__item--content .payment_icons .list.list-payment {
    column-gap: 10px;
}
.product-grid__item--content .payment_icons {
    margin: 20px 0;
}
.product-grid__item--content .product-selector__quantity  .quantity__wrapper {
    border-radius: 15px !important;
    background: #FFFFFF;
    border: 0.5px solid #83838380;
    width: 100%;
}
.product__buy-buttons .product-form__submit {
    background: #0A0A0A;
    font-size: 18px;
    border-radius: 15px;
   font-weight: 700;
    letter-spacing: normal;
    padding: 15px !important;
    color: #FFFFFF;
    border: unset !important;
}
.product__buy-buttons .product-form__submit:hover{
    background: #D65A1F;
    color: #FFFFFF;
}
.product-selector__quantity  .quantity__wrapper .quantity__input {
    height: 50px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.ferature_icon_sec {
    padding: 0;
    margin-bottom: 30px;
    background: #fff;
}
button.button.product-bar__submit {
    background: #0A0A0A;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 15px !important;
    color: #FFFFFF;
    border: unset !important;
    transition:all 0.5s;
}
button.button.product-bar__submit:hover {
    background:var(--filled-bg-color);
}
.features_tab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.items-features {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.items-features img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.items-features span {
    color: #838383;
   font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    max-width: 142px;
    margin: 0 auto;
}
.ferature_icon_sec h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    text-align:center;
}
.product__app-block .jdgm-prev-badge {
    margin: 0 0 22px;
}
/* .features_tab:after {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 630px;
    background: #838383;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.features_tab {
    position: relative;
}
div#header {
    background: #fff !important;
}
.items-features:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 52px;
    background: #838383;
    top: 0;
    left: 0;
}
.items-features:first-child::before,
.items-features:nth-child(5)::before{
  display:none;
}
.product-grid__item--content .product__accordion .accordion__icon svg path {
    stroke: #0A0A0A;
}
.product-grid__item--content .product__accordion .accordion__icon svg {
    width: 16px;
    height: 16px;
}
.product-grid__item--content .product__accordion {
    padding: 20px 0 !important;
    margin: 0 !important;
}
.product-grid__item--content .accordion__button {
    font-size: 18px;
    font-weight: 600;
    line-height: 100% !important;
    letter-spacing: normal !important;
}
.product-grid__item--content .product__accordion .accordion__body p {
    color: #838383 !important;
    margin-bottom: 10px;
    font-weight: 400;
}
.product-grid__item--content .accordion__body-inner {
    padding: 0;
    padding-top: 15px;
    padding-inline-end: 0 !important;
    font-size: 18px;
    color: #838383 !important;
}
.product__buy-buttons {
    margin-bottom: 30px !important;
}
.how-it-works-section{
  padding:120px 0;
}
.how-it-works-heading{
  text-align:center;
}
.how-it-works-grid{
    display:flex;
    gap:40px;
    align-items: center;
    justify-content: center;
}
.how-it-works-card {
    background: #8383831A;
    padding: 20px;
    border-radius: 15px;
    width: calc(33.33% - 20px);
}
.how-it-works-img img{
  width:100%;
  border-radius:15px;
  margin-bottom: 15px;
}
.how-it-works-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 100%;
}
.how-it-works-text p {
    margin: 0;
}
.how-it-works-text {
    margin: 0;
    font-size: 14px;
    color: #838383;
    line-height: 140%;
    font-weight: 400;
}
.features_slider_inner {
    padding: 80px 0;
    background: #8383831A;
    margin-bottom: 120px;
}
.features-wrapper {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    padding-bottom: 10px;
}
.feature-card {
    width: 23%;
    flex: 0 0 23%;
    position: relative;
}
.feature-img{
  width:100%;
  border-radius:15px;
  display:block;
}
.feature-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
   font-weight: 600;
    line-height: 29px;
}
.our-story-wrapper{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:138px;
  align-items:center;
}
.story_first_img {
    margin-top: 46px;
}

.our-story-images{
  display:flex;
  gap:20px;
    line-height: 0;
}
.story-img img{
  width:100%;
  height:auto;
  border-radius:10px;
}
.our-story-content h2.section__heading {
    text-align: justify;
    margin-bottom: 30px;
}
.story-text {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    font-weight: 400;
}
.story-text p {
    margin: 0;
    margin-bottom: 20px;
}
.story-text p:last-child {
    margin-bottom: 30px;
}
.story-values{
      font-size: 22px;
      font-weight:500;
    line-height: 100%;
  color: var(--text-color);
}

.tech-sensuality{
  padding:100px 0 150px 0;
}
.tech-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:124px;
  align-items:center;
}
.tech-content h2.section__heading {
    text-align: left;
    margin-bottom: 30px;
    line-height: 140%;
}
.tech-text {
    font-size: 16px;
    line-height: 150%;
    max-width: 718px;
}
.tech-text p {
    margin: 0;
    margin-bottom: 20px;
}
.tech-text p:last-child {
    margin-bottom: 30px;
}
.tech-highlight {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}
.tech-images{
  position:relative;
}

.tech-img img{
  width:100%;
  border-radius:10px;
  display:block;
}
.img-main{
  max-width:670px;
  margin-left:auto;
}
.img-small{
  position:absolute;
  bottom:-60px;
  left:0;
  max-width:411px;
  border:6px solid #fff;
  border-radius:14px;
}
.blog__articles .blog__articles-grid {
    gap: 40px;
}
.blog__articles .blog__articles-grid .card-article__content {
    padding: 0 !important;
    padding-top: 30px !important;
}
.blog__articles .blog__articles-grid .card-article__content .card-article__title.h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px !important;
}
.card-article__meta{
    gap: 0 !important;
}
.banner_2 h2.section__heading.h3 strong {
    font-weight: 700;
}
.blog__articles .blog__articles-grid .card-article__content .article-card__date {
    font-size: 16px;
    color: #838383 !important;
    letter-spacing: normal;
    font-weight: 500;
    font-weight: unset !important;
    text-transform: capitalize;
}
.blog__articles .blog__articles-grid .card-article__media {
    border-radius: 10px;
}
.section-full-width-banner__container .section__heading.h3 {
    margin-bottom: 30px;
}
.section-full-width-banner__content {
    gap: 0 !important;
}
.section-full-width-banner__container .section-full-width-banner__entry p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}
.banner_2 .section__heading.h3 {
    max-width: 540px;
    text-align: justify;
}
.banner_2 .section-full-width-banner__entry {
    max-width: 770px;
}
.banner_2 .section-full-width-banner__entry p {
    color: #f7f7f7!important;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}
.banner_2 .section-full-width-banner__entry p::last-child{
    margin-bottom: 0;
}
.pleasure-section{
  padding:120px 0;
}
.pleasure-section h2.section__heading {
    max-width: 754px;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 70px;
}
.pleasure-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:111px;
  align-items:center;
}
.pleasure-image img{
  width:100%;
  border-radius:10px;
}
.pleasure-content {
    font-size: 16px;
    line-height: 150%;
    max-width: 718px;
}
.pleasure-content p:last-child {
    margin-bottom: 0;
}
.pleasure-content p {
    margin: 0;
    margin-bottom: 20px;
}
.quote-wrapper h2.section__heading {
    font-weight: 500;
    margin-bottom: 30px;
}
section.quote-section {
    padding: 0;
}
.quote-wrapper {
    text-align: center;
}
.quote-author {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.collection-facets__inner .facets__form .drawer__button {
    background: #FFFFFF;
    font-size: 18px !important;
    font-weight: 600;
}
.collection-facets__inner .facets__form  .custom-select__btn {
    background: #fff;
    font-size: 18px !important;
    font-weight: 600;
}
.footer_get_inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    flex-direction: column;
}
.footer .footer__brand {
    max-width: 554px;
}
.footer .footer__brand .rte {
    margin-top: 20px;
}
.footer .footer__block-heading {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #D65A1F;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0;
    line-height: 100%;
}
.footer .footer__nav--vertical .footer__links a {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 100%;
}
.footer .footer__nav--vertical .footer__links {
    row-gap: 20px !important;
}
.footer .footer__brand .rte p {
    font-size: 14px;
    line-height: 28px;
}
.footer_get_box .footer_get_icon img {
    width: 38px;
    height: 38px;
}
.footer_get_text p {
    font-size: 14px;
    line-height: 100%;
    text-align:center;
}
.footer_get_flex {display: flex;align-items: center;gap:5px;    flex-direction: column;}
.video-section-wrapper.full-width-video,
.video-section-wrapper.repeat_section.flexible_head,
.padd-b{
    padding-bottom:var(--desk-padding-bottom);
}
.mar-b{
    margin-bottom:var(--desk-margin-bottom);
}
.template--product .section--recently-viewed-products .mar-b {
    margin-bottom: 0 !important;
}
@media only screen and  (max-width:991px){
    div#header .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }
  .product-grid__item--content {
    padding: 0 16px !important;
  }
  .video-section-wrapper.full-width-video,
  .video-section-wrapper.repeat_section.flexible_head,
  .padd-b{
    padding-bottom:var(--mob-padding-bottom);
}
.innovation-section{
    margin-top:40px;
}
.mar-b{
    margin-bottom:var(--mob-margin-bottom);
}
}
.header__nav .header__nav-link {
    color: #0A0A0A;
}
.button--filled{
  background:var(--filled-bg-color);
  color:var(--filled-txt-color);
  border:1px solid var(--filled-border-color);
  border-radius:10px;
}
.button--filled:hover{
  background:var(--filled-hbg-color);
  color:var(--filled-htxt-color);
  border:1px solid var(--filled-hborder-color);
}
.button--outlined{
  background:var(--outlined-bg-color);
  color:var(--outlined-txt-color);
  border:1px solid var(--outlined-border-color);
  border-radius:10px;
}
.button--outlined:hover{
  background:var(--outlined-hbg-color);
  color:var(--outlined-htxt-color);
  border:1px solid var(--outlined-hborder-color);
}
.cart-drawer__empty .button--filled:hover {
    background: #0A0A0A;
    color: #fff;
}
.hero__button a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    min-width: fit-content;
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.expert-guides__container h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #D65A1F;
    margin-bottom: 14px;
    line-height: 100%;
}
.section__heading {
    font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 !important;
    font-weight: 700;
}
.hero__heading p {
    font-size: 50px !important;
    font-family: 'Supply-Bold';
    line-height: 100%;
}
.hero-banner .media--overlay:after {
    background-image: unset;
    background: #00000066;
}
.button--outlined{
    display: inline-block;
    padding: 15px 15px;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease,color .25s ease;
    line-height: 1;
    border-radius: 15px;
    min-width: 225px;
}
.outline__btn {
    display: inline-block;
    padding: 15px 15px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease,color .25s ease;
    line-height: 1;
    border-radius: 15px;
    min-width: 225px;
    font-weight: bold;
}
.cart-drawer__action-buttons .button--filled {
    display: inline-block;
    padding: 15px 15px;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
    line-height: 1;
    border-radius: 15px;
    min-width: 225px;
    font-weight: bold;
    background: #fff;
    color: #0A0A0A;
    border: 1px solid #0A0A0A;
}
.cart-drawer__action-buttons .button--filled:hover {
    background: #0A0A0A;
    color: #fff;
    border: 1px solid #0A0A0A;
}
.cart-drawer__action-buttons .button.button--outlined{
    background:#0A0A0A;
    color:#fff;
    border:1px solid #0A0A0A;
}
.cart-drawer__action-buttons .button--outlined:hover {
    background: #fff;
    color: #0A0A0A;
}
.header__utils-item svg path {
    stroke: #0A0A0A;
}
  .expert-guides__heading {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: {{ section.settings.heading_color }};
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }

  /* Desktop: 3 columns */
  .expert-guides__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .expert-guides__card {
    position: relative;
    cursor: pointer;
  }
  .expert-guides__image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
  }
  .expert-guides__image-placeholder {
    background: #333;
  }

  .expert-guides__placeholder-svg {
    width: 100%;
    height: 100%;
  }

  /* Dark gradient overlay */
  .expert-guides__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.75) 100%
    );
    z-index: 1;
  }

  /* Text content on top of overlay */
.expert-guides__content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 19px;
    justify-content: space-between;
}

.expert-guides__title {
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 100%;
    font-weight: 600;
    text-transform: capitalize !important;
}
.expert-guides__desc {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 24px;
    font-weight:500;
}
.review-wrapper {
    background-color: #ffffff;
    border-radius: 15px;
    height:100%;
    padding:15px 20px;
}
.review-carousel {
    position: relative;
    overflow: hidden;
    background: rgba(131, 131, 131, 0.1);
    padding: 120px 0;
}

  .review-carousel__slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .review-carousel__slider {
    display: flex;
    gap: 2rem;
    will-change: transform;
    flex-wrap: nowrap;
  }

  .review-carousel__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
  }
.review-wrapper .row {
    display: flex;
    align-items: flex-start;
    gap:12px;
}
.carousel-reviews__title {
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0 0 15px;
    font-weight: 600; 
}
.carousel-reviews__stars {
    display: flex;
    align-items: center;
    gap: 5px;
}
.carousel-reviews__stars i svg {
    width: 24px;
    height: 24px;
}
.carousel-reviews__item_user {
    display: flex;
    align-items: center;
    margin-top:25px;
}
.carousel-reviews__item_user_text_line_1 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    border-left: 1px solid #000;
    padding-left: 15px;
    margin: 0 0 0 15px;
    font-weight: 600;
}
.carousel-reviews__paragraph p {
    margin: 0;
    font-size: 18px;
    color: #838383;
    font-weight: 300;
    max-width: 500px;
}
.rating-top {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 0 0 20px;
}
.rating-top p {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}
.rating__content {
    color: #838383;
}
  .faq-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
  }

  /* Each FAQ item */
.faq-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(131, 131, 131, 0.2);
}
.faq-section__column>*:not(:last-child) {
    margin-bottom: 20px;
}
  .faq-item__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 12px;
  }

.faq-item__question {
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    flex: 1;
    font-weight: 500;
    font-family: 'Onest';
}

  /* +/- icon */
.faq-item__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
    background: rgba(131, 131, 131, 0.1);
}

.faq-item__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: rgba(17, 24, 39, 1);
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.3s ease;
}

  /* Animated answer panel */
  .faq-item__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }

  .faq-item__body-inner {
    overflow: hidden;
  }

.faq-item__answer {
    padding: 0 25px 27px;
    font-size: 18px;
    color: #838383;
    line-height: 28px;
    max-width: 670px;
    font-weight: 300;
}

  /* Open state */
  .faq-item.is-open .faq-item__body {
    grid-template-rows: 1fr;
  }

  .faq-item.is-open .faq-item__icon {
    border-color: #111;
  }

  /* Hide the vertical bar of + to show - */
  .faq-item__icon .icon-vertical {
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .faq-item.is-open .faq-item__icon .icon-vertical {
    opacity: 0;
    transform: rotate(90deg);
  }
  .newsletter-banner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
  }
  .newsletter-banner__pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 20px,
      rgba(255,255,255,0.04) 20px,
      rgba(255,255,255,0.04) 21px
    );
    pointer-events: none;
    z-index: 1;
  }

  .newsletter-banner__inner {
    position: relative;
    z-index: 2;
  }
.newsletter-banner__subtext {
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0 40px;
    line-height: 22px;
    font-weight: 500;
}

  /* Override theme newsletter-form styles to match banner design */
  .newsletter-banner .newsletter-form .field__input-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 665px;
    margin: 0 auto;
    gap: 0;
    border-radius: 0;
  }

  .newsletter-banner .newsletter-form .field__input {
    flex: 1;
    padding: 13px 16px;
    font-size: 18px;
    border: none;
    outline: none;
    background: #fff;
    color: #111;
    border-radius: 0;
    height: auto;
    box-shadow: none;
  }

  .newsletter-banner .newsletter-form .field__input::placeholder {
    color: #aaa;
  }

.newsletter-banner .newsletter-form .button {
    padding: 10px 10px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #0A0A0A;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    height: auto;
    width: 200px;
    min-width: 200px;
}
  .newsletter-banner .newsletter-form .field__label {
    display: none;
  }
  .newsletter-banner .newsletter-form .field__message {
    margin-top: 10px;
    font-size: 13px;
    display: block;
  }
  .newsletter-banner .newsletter-form .field__message.hidden {
    display: none;
  }

  .newsletter-banner .newsletter__field {
    margin: 0;
  }
li.card-list__item.item_aspect_ratio.card-list__item_active {
    --aspect-ratio: 3/4;
}
.quiz-banner__inner {
position: relative;
z-index: 1;
}
.quiz-banner {
position: relative;
overflow: hidden;
text-align: center;
padding:103px 0;
}
.quiz-banner__btn {
    display: inline-block;
    padding: 16px 51px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    background: #0A0A0A;
    color: #fff;
    line-height: 1;
}
.quiz-banner__btn:hover{
  color: #0A0A0A;
  background:#fff;
}
.trust-icon-inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    padding: 20px 20px 0;
}
.trust-icon-info {
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 20px 15px;
}
.trust-icon-info h6 {
    font-size: 22px;
    line-height: 100%;
    margin: 0;
    font-weight: 500;
}
.section--featured-products .card-product-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}
.pro-tag {
    background: #0A0A0A;
    font-size: 16px;
    color: #fff;
    margin: 0;
    width: fit-content;
    padding: 8px 14px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius:6px;
}
.product-faq-section .faq-section__grid{
  grid-template-columns: 1fr;
}
.product-faq-section .faq-section__column {
    column-count: 2;
}
.custom_flex_cols {
    display: flex;
    flex-direction: row;
    grid-gap: 2rem;
}
.custom_flex_cols .tab_img {
    max-width: 310px;
}
.custom_flex_cols h3 {
    font-size: 20px;
    font-weight: 500;
}
.custom_flex_cols li {
    padding: 0 !important;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    list-style: none;
    font-size: 16px;
}
.custom_flex_cols ul {
    padding: 0;
    display: grid;
    grid-gap: 8px;
    padding-left: 0;
    margin: 12px 0;
}
.custom_flex_cols li:before {
    content: "" !important;
    background: transparent url(/cdn/shop/files/ul-icon.svg?v=1737725347) no-repeat !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-block;
}
.features-wrapper::-webkit-scrollbar {
    height: 6px;
}
.features-wrapper::-webkit-scrollbar-track {
    background: #fff; 
    border-radius: 10px;
}
.features-wrapper::-webkit-scrollbar-thumb {
    background:#111111; /* orange */
    border-radius: 30px;
}
.features-wrapper::-webkit-scrollbar-thumb:hover {
    background: #111111;
}
.mobile-none {
    display: block;
}
.desktop-none {
    display: none;
}
.content_item h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.product_section .video-column:first-child .video-col video {
    max-width: 100%;
    height: 750px;
}
.pluse-and-rotate {
  animation: pulse-and-rotate 5s infinite;
}
.flexible_head .container,
.product_section .container {
    max-width: 1170px!important;
    margin: 0 auto;
}
@keyframes pulse-and-rotate {
  0% {
    transform: rotate(0);
    scale: 1;
  }

  50% {
    transform: rotate(180deg);
    scale: 1.5;
  }

  to {
    transform: rotate(360deg);
    scale: 1;
  }
}
.repeat_section .video-column>div {
    flex: 1;
}
.product_section .video-column video {
    height: 386px;
    object-fit: cover;
    display: block;
}
.product_section .video-column:first-child {
    margin-top: 0;
    grid-gap: 12rem;
    align-items: inherit;
}
.product_section .video-column:first-child .video-col img {
    max-width: 100%;
    margin-left: auto;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
    height: auto;
    display: flex;
}
.video-column {
    margin-top: 100px;
    grid-gap: 70px;
    display: flex;
    align-items: center;
    justify-content:center
}
.repeat_section .video-column:nth-child(2n) {
    flex-direction: row-reverse;
}
h2.section__heading.h3 em {
    font-weight: 700 !important;
}
  .innovation-section {
    overflow: hidden;
    position: relative;
    margin-top:120px;
  }

  .innovation-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("/cdn/shop/files/innovation-bg.png");
    background-size: cover;
    background-position: center;
    pointer-events: none;
  }

  .innovation-section__layout {
      display: grid;
      grid-template-columns: 1fr 674px 1fr;
      gap: 0 20px;
      align-items: flex-start;
      max-width: 1374px;
      margin: 0 auto;
      position: relative;
  }
  section.innovation-section h2.section__heading {
      margin: 0 0 110px;
  }
  .innovation-section__col--left>*:nth-child(1) {
      margin-left: 100px;
  }
  .innovation-section__col--left>*:nth-child(3) {
      margin-left: 50px;
  }
  .innovation-section__col--left>*:nth-child(2):after {
      width: 330px;
      right: -270px;
  }
  .innovation-section__col--left>*:nth-child(3):after {
      width: 330px;
      right: -230px;
  }
  .innovation-section__col--right>*:nth-child(3) {
      margin-left: -40px;
      width: 298px;
  }
  .innovation-section__col--right>*:nth-child(1) {
      margin-left: 0px;
  }
  .innovation-section__col--right>*:nth-child(2):after {
      width: 360px;
      left: -400px;
  }
  .innovation-section__col--right>*:nth-child(2) {
      margin-left: 70px;
  }
  .innovation-section__col {
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-top: 20px;
    width: 276px;
  }

  .innovation-section__center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .innovation-section__image {
      display: block;
      object-fit: contain;
      position: absolute;
      top: -60px;
      left: 47%;
      max-width:800px;
      transform: translateX(-50%);
  }
  .innovation-section__image--placeholder {
    width: 220px;
    height: 400px;
  }

  /* FEATURE ROWS */
  .innovation-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      width: 276px;
  }
  .innovation-feature--right:after {
    position: absolute;
    content: "";
    border: 1px dashed #B8956A;
    width: 293px;
    top: 13px;
    right: 310px;
    border-width: 1px 0 0 0;
  }
  .innovation-feature--left:after {
      position: absolute;
      content: "";
      border: 1px dashed #B8956A;
      width: 263px;
      top: 13px;
      right: -160px;
      border-width: 1px 0 0 0;
  }

  .innovation-feature--left {
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
  }

  .innovation-feature--right {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .innovation-feature__content {
      text-align: left;
  }

  .innovation-feature__title {
      font-size: 18px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      line-height: 26px;
  }

  .innovation-feature--left .innovation-feature__title {
    justify-content: flex-start;
  }

  .innovation-feature--right .innovation-feature__title {
    justify-content: flex-start;
  }

  .innovation-feature__dot {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #D65A1F;
      flex-shrink: 0;
      display: none;
  }
  .innovation-feature--right .innovation-feature__dot {
      margin-left: -30px;
  }

  .innovation-feature__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #ccc, #e0d5cc);
    min-width: 30px;
    max-width: 80px;
  }

  .innovation-feature__desc {
      font-size: 14px;
      line-height: 20px;
      margin: 0;
  }

  /* MOBILE TAGS */
  .innovation-section__mobile-tags {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 24px;
  }

  .innovation-tag {
    background: var(--accent);
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
  }
 .find-device {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Background image */
  .find-device__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

  /* Dark overlay on top of bg */
  .find-device__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .find-device__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 903px;
    margin: 0 auto;
  }

  .find-device .section__heading {
    color: #ffffff;
  }

  /* Buttons wrapper */
  .find-device__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

    .find-device__tag {
        display: inline-block;
        padding: 16px 20px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        color: #0A0A0A;
        font-size: 18px;
        border-radius: 10px;
        text-decoration: none;
        transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
        cursor: pointer;
        white-space: nowrap;
        line-height: 1;
       font-weight: 500;
    }

  .find-device__tag:hover {
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    border-color: transparent;
    transform: translateY(-1px);
  }
 .prod-showcase__top {
      position: relative;
      overflow: hidden;
      min-height: 724px;
      display: flex;
      align-items: center;
    }

    .prod-showcase__top-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    .prod-showcase__top-left {
      position: relative;
      z-index: 1;
      padding:0 0 0 140px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .prod-showcase__top-right {
      position: relative;
      z-index: 1;
      overflow: hidden;
    }

    .prod-showcase__top-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    .prod-showcase__eyebrow {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin: 0 0 8px;
    }

    .prod-showcase__top .section__heading {
      margin: 0;
    }

  .prod-showcase__subtitle {
      font-size: 34px;
      font-weight: 400;
      color: #ffffff;
      margin: 10px 0 30px;
      line-height: 40px;
  }
  .prod-showcase__desc {
      font-size: 20px;
      line-height: 31px;
      margin: 0 0 40px;
      max-width: 895px;
      font-weight: 300;
  }
    .prod-showcase__btn {
      display: inline-block;
      padding: 15px 64px;
      font-size: 18px;
      letter-spacing: 0;
      text-transform: uppercase;
      text-decoration: none;
      transition: background 0.25s ease, color 0.25s ease;
      align-self: flex-start;
      line-height: 1;
      border-radius: 10px;
    }
    /* ── BOTTOM ROW: 2 panels ── */
    .prod-showcase__bottom {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 540px;
    }

    /* Bottom left panel */
    .prod-showcase__bottom-left {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding: 51px 53px;
      justify-content: flex-end;
    }

    .prod-showcase__bottom-left-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    .prod-showcase__bottom-left-img {
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      width: 100px;
    }

    .prod-showcase__bottom-left-img img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .prod-showcase__bottom-left-text {
      position: relative;
      z-index: 1;
    }

    .prod-showcase__bottom-left-text h3 {
      font-size: 26px;
      margin: 0;
      line-height: 42px;
      letter-spacing: 0;
      font-weight: 500;
      width: 474px;
    }

    /* Bottom right panel */
    .prod-showcase__bottom-right {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
    }

    .prod-showcase__bottom-right-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
    }

    .prod-showcase__bottom-right-img {
      position: relative;
      z-index: 1;
      width: 45%;
      height: 100%;
      flex-shrink: 0;
    }

    .prod-showcase__bottom-right-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* Feature list with arrow lines */
      .prod-showcase__features {
          position: relative;
          z-index: 1;
          padding: 0 115px 0 0;
          display: flex;
          flex-direction: column;
          gap: 79px;
          align-items: flex-start;
          margin-right: 0;
          margin-left: auto;
      }

      .prod-showcase__feature {
          display: flex;
          align-items: flex-start;
          gap: 24px;
          width: 100%;
          flex: 1;
      }

    .prod-showcase__feature-line {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
    }

    .prod-showcase__feature-arrow {
      position: relative;
      display:block !important;
    }
  .prod-showcase__feature-arrow::before {
      content: '';
      position: absolute;
      left: auto;
      top: 8px;
      width: 269px;
      height: 23px;
      background-image: url(/cdn/shop/files/banner-arrow.png?v=1773576873);
      background-size: cover;
      right: 0;
  }
    .prod-showcase__feature-label {
      font-size: 32px;
      white-space: nowrap;
      line-height: 38px;
      font-weight: 700;
    }
    .rating-top-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.only-desktop button {
    border: none;
    background: transparent;
    padding: 0;
    width: 100%;
    margin-top: 20px;
}
span.pdp-video-poster-info {
    margin-top: 20px;
    display: none;
    font-size: 18px;
}
span.pdp-video-poster img {
    border-radius: 8px;
}
span.pdp-video-poster {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:30%;
    margin:0 auto;
}

.pdp-video-poster .pdp-video-btn {
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: no-repeat;
    border: none;
}
/* Responsive */
@media only screen and (min-width:990px){
    .only-mobile {
        display: none;
    }
}
@media (max-width: 1640px){
  .trust-icon-info {
      padding: 20px 15px;
  }
  .section--featured-products .card-product-slider__wrapper {
      gap: 30px;
  }
  .prod-showcase__feature-arrow::before {
      width: 160px;
  }
  .expert-guides__title {
      font-size: 28px;
  }
  .hero__heading p {
      font-size: 30px !important;
  }
  .innovation-feature--right:after {
    width: 280px;
    left: -320px;
}
.pro-tag {
    font-size: 14px;
    padding: 6px 7px;
    top: 10px;
    left: 10px;
}
}
@media (max-width: 1439px){
  .hero__heading p {
      font-size: 40px !important;
  }
  .trust-icon-inner {
      gap: 20px;
  }
  .trust-icon-info {
      padding: 20px 15px;
  }
  .trust-icon-info h6 {
      font-size: 20px;
  }
  .find-device__tag {
      padding: 14px 18px;
      font-size: 16px;
  }
  .innovation-section__layout {
      grid-template-columns: 1fr 450px 1fr;
      max-width: 100%;
  }
  .find-device {
      padding: 100px 20px 100px;
  }
  .innovation-feature--right:after {
      width: 136px;
      top: 18px;
      left: -170px;
  }
  .innovation-section__image {
      top: -72px;
      left: 50%;
      transform: translateX(-50%);
      width: 650px;
  }
  .innovation-section__col--left>*:nth-child(2):after {
      width: 380px;
      right: -270px;
  }
  .innovation-section__col {
      gap: 70px;
  }
  .innovation-section__col--right>*:nth-child(2):after {
      width: 90%;
      left: -278px;
  }
  .innovation-section__col--right>*:nth-child(2) {
      margin-left: 100px;
  }
  .innovation-feature__title {
      font-size: 17px;
      line-height: 24px;
  }
  .innovation-section__col--left>*:nth-child(3):after {
      width: 240px;
      right: -144px;
  }
  .innovation-feature--right:after {
      width: 110px;
      left: -150px;
  }
  .prod-showcase__top-left {
      padding: 0 0 0 60px;
  }
  .prod-showcase__desc {
      font-size: 18px;
      margin: 0 0 30px;
  }
  .prod-showcase__subtitle {
      font-size: 30px;
      margin: 10px 0 24px;
  }
  .prod-showcase__features {
      padding: 0 15px 0 0;
  }
  .prod-showcase__feature-label {
      font-size: 28px;
  }
  .expert-guides__title {
      font-size: 26px;
  }
  .faq-section {
      padding: 0px 0 80px !important;
  }
}

@media (max-width: 1359px){
  .innovation-section__col--right>*:nth-child(2) {
      margin-left: 50px;
  }
  .innovation-section__col--right>*:nth-child(2):after {
      width: 75%;
      left: -238px;
  }
  .innovation-section__col--left>*:nth-child(2):after {
      width: 340px;
      right: -230px;
  }
  .prod-showcase__features {
      padding: 0 75px 0 0;
  }
  .blog__articles .blog__articles-grid .card-article__content .card-article__title.h6 {
      margin-bottom: 10px !important;
  }
  .blog__articles .blog__articles-grid .card-article__content .article-card__date {
      font-size: 16px;
  }
}
@media only screen and (min-width:1441px) and (max-width: 1800px){
.innovation-section__image {
    width: 750px;
}
}
@media only screen and (min-width:768px) and (max-width: 1600px){
    .section__heading{
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1600px){
    .tech-wrapper,
    .pleasure-wrapper,
    .our-story-wrapper{
    gap: 60px;
    }
    .banner_2 .section__heading.h3,
    .tech-content h2.section__heading{
    text-align:left
    }
    .img-small {
        bottom: -30px;
        max-width: 200px;
    }
    .product .product-grid{
        gap: 20px !important;
    }
    .product-grid__item--content .product-selector__quantity  .quantity__wrapper {
        width: 100%;
    }
    .video-column,
    .product_section .video-column:first-child {
        grid-gap: 4rem;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199px){
    .tech-wrapper,
    .pleasure-wrapper,
    .our-story-wrapper{
    gap: 15px;
    }
    .banner_2 .section__heading.h3,
    .tech-content h2.section__heading{
    text-align:left
    }
    .product .product-grid{
        gap: 20px !important;
    }
    .product-grid__item--content .product-selector__quantity  .quantity__wrapper {
        width: 100%;
    }
    .video-column,
    .product_section .video-column:first-child {
        grid-gap: 4rem;
    }
    .how-it-works-section{
        padding:80px 0;
    }
    .pleasure-section,
    .tech-sensuality{
    padding:80px 0;
    }
    .video-column {
        margin-top: 80px;
    }
    .pdp_sec{
    padding-bottom:80px !important;
    }
}
@media only screen and (min-width:1360px) and (max-width: 1600px){
    .items-features:first-child::before,
    .items-features:nth-child(4)::before,
    .items-features:nth-child(7)::before{
    display:none;
    }
    .items-features:nth-child(5)::before{
        display:block;
    }
    .items-features {
        width: 33.33%;
    }
}
@media only screen and (min-width:992px) and (max-width: 1359px){
    .items-features:first-child::before,
    .items-features:nth-child(4)::before,
    .items-features:nth-child(7)::before{
    display:none;
    }
    .items-features:nth-child(5)::before{
        display:block;
    }
    .items-features {
        width: 33.33%;
    }
    .items-features span {
        font-size: 12px;
        line-height: 16px;
        max-width: 102px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1700px){
    .video-section-wrapper.full-width-video, .video-section-wrapper.repeat_section.flexible_head, .padd-b{
    padding-bottom:80px;
    }
    .mar-b{
    margin-bottom:80px;
    }
    .how-it-works-section{
        padding:80px 0;
    }
    .pleasure-section,
    .tech-sensuality,
    .review-carousel{
    padding:80px 0;
    }
    .pdp_sec{
    padding-bottom:80px !important;
    }
}
@media (max-width: 1199px){
  .section-full-width-banner__container .section__heading {
      margin-bottom: 30px;
  }
  .section--featured-products .card-product-slider__wrapper {
      gap: 15px;
  }
  .innovation-section__col--right>*:nth-child(3) {
      margin-left: 0;
      width: 100%;
  }
  .innovation-section__col--right>*:nth-child(1) {
      margin-left: 0px;
  }
  .innovation-section__col {
      gap: 50px;
      width:100%;
      padding-top:0;
  }
  .innovation-section__col--right>*:nth-child(2) {
      margin-left: 0;
  }
  .innovation-feature--left:after,
  .innovation-feature--right:after {
      top: 8px;
  }
  .innovation-section__col--right>*:nth-child(2):after {
      width: 70%;
      left: -198px;
  }
  .innovation-feature--right:after {
      width: 150px;
      left: -190px;
  }
    .innovation-section__col--left>*:nth-child(3):after {
        width: 220px;
        right: -144px;
    }
    .innovation-section__col--left>*:nth-child(2):after {
        width: 240px;
        right: -200px;
    }
    .innovation-feature--left:after {
        width: 253px;
    }
  .innovation-section__image {
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
      width: 550px;
  }
  .innovation-feature__title {
    font-size: 13px;
    line-height: 18px;
  }
  .innovation-feature {
      width: 100%;
  }
  .innovation-section__col--left>*:nth-child(3),
  .innovation-section__col--left>*:nth-child(1) {
      margin-left: 0;
  }
  .prod-showcase__bottom-left-text {
      text-align: end;
  }
  .prod-showcase__bottom-left-text h3 {
      font-size: 20px;
      line-height: 34px;
  }
  .expert-guides__content {
      padding: 15px 18px;
  }
  .expert-guides__title {
      font-size: 18px;
      line-height: 22px;
  }
  .faq-section__grid {
      gap: 15px;
  }
}
@media (min-width: 992px) {
    .reviews-img {
        display: none;
    }
}
@media (max-width: 989px) {
    .only-desktop button {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 15px;
    }
  .section-footer__block.block-brand_TLymXh {
    margin-top: 0;
    order: 1;
  }
  .section-footer__block.col-span-3.block-social_media_YeVfDQ.align-self-end {
      order: 2;
  }
  .section-footer__block.block-get_info_hCWEJy{
    order:5;
    justify-content: flex-start;
  }
  .section-footer__block.col-span-1.block-link_list_YDgTgy.align-self-start{
    order:4;
  }
  .section-footer__block.col-span-1.block-richtext_pg3Gnb.align-self-start{
    order:6;
  }
.section-footer__block.col-span-1.block-link_list_NDtDLY.align-self-start {
    order: 3;
}
  .footer .footer__brand {
    max-width: 100%;
  }
  .footer .footer__block-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
    .footer_get_inner {
        flex-direction: row;
    }
}
@media (max-width: 991px) {
.product-grid__sticky:has([data-height-limited]), .main-product__media--grid, .main-product__media[data-height-limited] {
    height: auto !important;
}
  .product .product-grid{
      gap: 20px !important;
      flex-wrap: wrap;
  }
  body .main-product__media .main-product__media--thumbs-wrapper{
    margin-inline-start: 16px;
  }
  .product .product-grid__item--content,
  .product .product-grid__item--media {
    width: 100%;
  }
  .product_section .video-column video {
    height: 100% !important;
    width: 100%;
  }
  .video-column video {
    border-radius: 10px;
    }
    .product-faq-section .faq-section__column {
        column-count: 1;
    }
  .how-it-works-grid {
      gap: 15px;
  }
  .how-it-works-card {
      padding: 10px;
      border-radius: 10px;
  }
  .video-column,
  .product_section .video-column:first-child {
      grid-gap: 4rem;
  }
  .how-it-works-section{
    padding:80px 0;
  }
  .pleasure-section,
  .tech-sensuality{
    padding:80px 0;
  }
  .video-column {
      margin-top: 80px;
  }
  .video-column,
  .repeat_section .video-column:nth-child(2n){
      flex-direction: column;
  }
  .pdp_sec{
    padding-bottom:80px !important;
    padding-top: 20px !important;
  }
    .tech-wrapper,  
    .pleasure-wrapper,
    .our-story-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .our-story-images>* {
        width: 50%;
    }
    .our-story-images {
        order: 2;
    }
    .our-story-content h2.section__heading {
        text-align: center;
        margin-bottom: 20px;
    }
    .banner_2 .section__heading.h3,
    .tech-content h2.section__heading{
      text-align:left
    }
    .pleasure-section h2.section__heading {
        margin-bottom: 20px;
    }
    .blog__articles .blog__articles-grid .card-article__content {
        padding-top: 0px !important;
    }
    .blog__articles .blog__articles-grid .card-article__content .card-article__title.h6 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px !important;
    }
    .blog__articles .blog__articles-grid .card-article__content .article-card__date {
        font-size: 14px;
    }
    .blog__articles .blog__articles-grid {
        gap: 15px;
    }
    .container {
        padding: 0 16px;
    }
    .trust-icon-info {
        padding: 15px;
    }
    .trust-icon-info h6 {
        font-size: 14px;
    }
    .trust-icon-info img {
        width: 40px;
        height: auto;
        flex: 0 0 40px;
    }
    .pro-tag {
        font-size: 14px;
        padding: 6px 8px;
    }
    .innovation-section__image {
        width: 100%;
        top: 0;
        position: unset;
        left: 0;
        transform: unset;
    }
    .expert-guides__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .review-carousel__slide {
        width: 90%;
        max-width: 90%;
    }
    .innovation-section__layout {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
    }
    .innovation-section__col {
      display: none;
    }
    .innovation-section__center {
      order: 1;
    }
    .innovation-section__mobile-tags {
        display: flex;
        order: 0;
        margin: 0;
        flex-wrap: wrap;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
    }
    section.innovation-section h2.section__heading {
        margin: 0 0 60px;
    }
    .innovation-tag {
        background: #D65A1F;
        color: #fff;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .prod-showcase__bottom {
        grid-template-columns: 1fr;
        min-height: 100%;
        height: 100%;
    }
    .prod-showcase__bottom>* {
        height: 400px;
        min-height: 400px;
    }
    .prod-showcase__features {
        padding: 0;
        display: flex;                                              
        gap: 50px;
        align-items: center;
        justify-content: center;
        margin: 0 130px 0px auto;
    }
    .pleasure-section,
    .tech-sensuality,
    .review-carousel{
      padding:80px 0;
    }
    .faq-section__grid {
        grid-template-columns: 1fr;
    }
    .section--featured-products .card-product-slider__wrapper {
        grid-template-columns: repeat(3,1fr);
    }
    .prod-showcase__top-left {
        padding: 0 0 0 16px;
    }
    .prod-showcase__bottom-left {
        padding: 16px;
    }
    .custom_flex_cols {
        flex-direction: column;
    }
    .custom_flex_cols .tab_img {
        max-width: 100%;
    }
    .custom_flex_cols li:before {
        width: 18px !important;
        height: 18px !important;
        background-size: cover !important;
    }
    .custom_flex_cols li {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
  .section__heading{
    line-height: 36px;  
  }
  .section-full-width-banner__container .section__heading.h3 {
      margin-bottom: 20px;
  }
  .trust-icon-inner {
      gap: 10px;
      padding: 20px 16px 0;
      grid-template-columns: 1fr;
  }
  .expert-guides__grid {
      grid-template-columns: 1fr;
  }
  .expert-guides__image {
      border-radius: 0;
      gap: 10px;
  }
  .expert-guides__content {
      padding: 25px 16px;
  }
  .template--index .expert-guides.padd-b {
      padding: 0;
  }
  .section--featured-products .card-product-slider__wrapper {
      grid-template-columns: repeat(2,1fr);
  }
  .how-it-works-grid {
    flex-wrap: wrap;
}
    .how-it-works-card {
        width: 100%;
    }
  .our-story-wrapper{
    grid-template-columns:1fr;
    gap:30px;
  }
  .tech-wrapper{
    grid-template-columns:1fr;
    gap:40px;
  }

  .img-main{
    margin:0 auto;
  }

  .img-small{
    position:relative;
    bottom:auto;
    left:auto;
    margin-top:-60px;
  }
  .pleasure-wrapper{
    grid-template-columns:1fr;
    gap:30px;
  }
    .newsletter-banner {
      padding: 16px !important;
      border-radius: 10px;
    }
    .prod-showcase__top, .prod-showcase__bottom  {
      grid-template-columns: 1fr;
    }
    .prod-showcase__subtitle {
        font-size: 22px;
        margin: 10px 0 20px;
    }
    .rating-top {
        flex-direction: column;
    }
    .faq-item {
        border-radius: 10px;
    }
    .faq-item__trigger {
        padding: 15px;
    }
    .faq-item__question {
        font-size: 18px;
        line-height: 22px;
    }
    .ferature_icon_sec h5 {
        text-align: left;
    }
    .items-features {
        text-align: left;
    }
    .items-features img {
        margin-left: 0;
    }
    .items-features span {
        max-width: 100%;
        margin:0;
    }
    .items-features:before {
        display:none;
    }
    .features_tab>* {
        padding: 0 10px;
    }
    .features_tab {
        margin: 0 -10px;
    }
}
@media (max-width: 575px) {
    .section-full-width-banner__container .section-full-width-banner__entry p {
        font-size: 14px;
        line-height: 22px;
    }
    .section-full-width-banner__container .section__heading.h3 {
        margin-bottom: 10px;
        text-align:center;
        font-size:20px;
    }
    .collection-facets__inner .facets__form .drawer__button {
        font-size: 14px !important;
        padding: 13px 14px;
        line-height: 1;
        width: 88px;
    }
    .collection-facets__inner .facets__form  .custom-select__btn {
        font-size: 14px !important;
        line-height: 1;
        padding: 13px 14px;
        width: 135px !important;
    }
    body .collection-facets__sorting {
        align-items: flex-end;
        justify-content: flex-end;
    }
    body .collection-facets__inner{
      padding-block-end:20px;
    }
    .faq-section {
        padding: 0px 0 40px !important;
    }
    .expert-guides__grid {
        gap: 10px;
    }
    .expert-guides__title {
        font-size: 18px;
        line-height: 24px;
        margin:0 0 15px;
    }
    body .header__inner {
        padding: 0;
        height:57px;
    }
    .hero__heading p {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .hero__content {
      padding: 15px 20px !important;
    }
    body .hero__entry {
        font-size: 14px;
        line-height: 20px;
    }
    body .hero__button {
        gap: 15px;
        justify-content: center;
    }
    body .hero-banner {
        height: 520px;
    }
    body .hero__inner {
      min-height: 520px;
    }
    .trust-icon-info h6 {
        font-size: 16px;
    }
    .trust-icon-info {
        padding: 12px;
    }
    .find-device__tag {
        padding: 13px 15px;
        font-size: 14px;
    }
    .find-device__tags {
        gap: 10px;
    }
    .innovation-section::before {
        background-position: unset;
        top: 120px;
    }
    .card-list__text h5 {
        font-size: 20px;
        line-height: 130%;
    }
    .card-list__text p {
        margin: 15px 0;
    }
    .card-list__text a {
        font-size: 16px;
    }
    .quiz-banner__btn {
        padding: 16px 36px;
        font-size: 16px;
        border-radius: 10px;
    }
    .section__heading {
        margin-bottom: 20px;
        line-height: 30px;
        font-size:24px;
    }
    .quiz-banner {
      padding: 47px 0;
    }    
    .prod-showcase__top-left {
        width: 210px;
    }
    .prod-showcase__top .section__heading {
        font-size: 22px;
    }
    .prod-showcase__subtitle {
      font-size: 18px;
      margin: 6px 0 15px;
      line-height: 27px;
    }
    .prod-showcase__desc {
        font-size: 14px;
        margin: 0 0 20px;
        line-height: 24px;
    }
    .prod-showcase__btn {
        padding: 15px 30px;
        font-size: 16px;
    }
    .prod-showcase__top-bg {
        object-position: 83%;
    }
    .prod-showcase__bottom>* {
      height: 230px;
      min-height: 230px;
    }
    .prod-showcase__bottom-left-text h3 {
        font-size: 14px;
        line-height: 20px;
        width: 265px;
    }
    .prod-showcase__feature-label {
        font-size: 18px;
        line-height: 27px;
    }
    .prod-showcase__features {
        gap: 23px;
        margin: 0 23px 0px auto;
    }
    .prod-showcase__feature {
        gap: 10px;
    }
    .prod-showcase__feature-arrow::before {
        width: 97px;
        top:4px;
    }
    .quote-author {
        font-size: 18px;
        line-height: 27px;
    }
    .expert-guides__container h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .expert-guides__container .section__heading.h3 {
        padding: 0 16px !important;
    }
    .outline__btn {
        min-width: 153px;
        border-radius: 10px;
    }
    .rating-top p {
        font-size: 14px;
        line-height: 21px;
    }
    .rating-top-info svg {
        width: 130px;
        flex: 0 0 130px;
        height: 22px;
    }
    .rating-top {
        gap: 10px;
        margin: 0 0 15px;
    }
    .carousel-reviews__title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .carousel-reviews__paragraph p {
        font-size: 12px;
        max-width: 100%;
    }
    .carousel-reviews__item_user_text_line_1 {
        font-size: 14px;
        line-height: 20px;
        padding-left: 8px;
        margin: 0 0 0 8px;
    }
    .carousel-reviews__stars i svg {
        width: 18px;
        height: 18px;
    }
    .carousel-reviews__item_user {
        margin-top: 10px;
    }
    .review-wrapper {
        border-radius: 10px;
        padding: 15px;
    }
    .review-wrapper .row {
        gap: 12px;
    }
    .faq-item__question {
        font-size: 14px;
        line-height: 21px;
    }
    .faq-item__answer {
        padding: 0 15px 10px;
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
    .faq-item__icon {
        width: 30px;
        height: 30px;
    }
    .faq-section__column>*:not(:last-child) {
        margin-bottom: 10px;
    }
    .newsletter-banner__subtext {
        font-size: 14px;
        margin: 8px 0 20px;
        line-height: 21px;
    }
    .newsletter-banner .newsletter-form .field__input-wrapper {
      border-radius: 10px;
      border: 3px solid #ffff;
    }
    .newsletter-banner .newsletter-form .button {
        padding: 10px 10px;
        font-size: 14px;
        height: 48px;
        width: 130px;
        min-width: 130px;
    }
    .newsletter-banner .newsletter-form .field__input {
        padding: 5px 9px;
        font-size: 14px;
    }
    .footer_get_icon {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
    .footer_get_box .footer_get_icon img {
        width: 26px;
        height: 26px;
    }
    .footer_get_inner {
        gap: 22px;
    }
    .footer_get_flex {
        gap: 8px;
    }
    .footer .footer__brand .rte {
        margin-top: 15px;
    }
    section.innovation-section h2.section__heading {
        margin: 0 0 20px;
    }
    .tech-text,
    .pleasure-content,
    .story-text {
        font-size: 14px;
        line-height: 140%;
    }
    .tech-highlight,
    .story-values {
        font-size: 18px;
    }
    .our-story-images {
        gap: 10px;
    }
    .story_first_img {
        margin-top: 22px;
    }
    .pleasure-section, .tech-sensuality {
        padding: 40px 0;
    }
    .img-small {
      margin-top: -90px;
      max-width: 160px;
      border: 4px solid #fff;
      border-radius: 10px;
    }
    .img-main {
        margin: 0 0 0 auto;
        width: 80%;
    }
    .review-carousel{
        padding:40px 0;
    }
    .how-it-works-section{
        padding:40px 0;
    }
    .video-column {
        margin-top: 40px;
    }
    .video-column,
    .repeat_section .video-column:nth-child(2n){
        flex-direction: column;
    }
    .pdp_sec{
        padding-bottom:40px !important;
        padding-top: 20px !important;
    }
    .product-grid__item--content .accordion__body-inner,
    .product-grid__item--content .product__variant-picker span.pdp_variant_name,
    .product__variant-picker legend.form__label,
    .product-grid__item--content .product__text--content{
        font-size: 14px !important;
    }
    .product-grid__item--content .payment_icons .payment_title {
        font-size: 16px !important;
    }
    .product-grid__item--content .price__regular span {
        font-size: 20px;
    }
    .items-features {
        width: 50%;
    }
    .features_tab>*:nth-child(3):before,.features_tab>*:nth-child(7):before {
        display: none;
    }
    .how-it-works-title,
    .product-grid__item--content .accordion__button {
        font-size: 16px;
    }
    .product-grid__item--content .product__accordion {
        padding: 14px 0 !important;
    }
    .how-it-works-card {
        padding: 15px;
    }
    .content_item h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .video-column, .product_section .video-column:first-child {
        grid-gap: 2rem;
    }
    .product_section .video-column:first-child .video-col video {
        height: 100%;
    }
    .pro-tag {
        font-size: 10px;
        padding: 4px 6px;
        left:4px;
        top:4px
    }
    .innovation-tag {
        padding: 10px 13px;
        font-size: 10px;
    }
    span.pdp-video-poster {
        width: 40%;
        margin: 0 auto;
    }
    .expert-guides__desc {
        font-size: 12px;
        line-height: 1.2;
    }
    .newsletter-banner__inner .section__heading {
        line-height: 24px;
        font-size: 18px;
    }
}
.label-web-wrapper .pro-tag {
    position: unset;
}
.web-color1 {
    background: #963337;
}
.label-web-wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
}
.video-section-wrapper.full-width-video {
    overflow: hidden;
}
.label-web-wrapper {
    margin: 0 0 20px;
    flex-wrap: wrap;
}
.section__head--buttons .button{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    min-width: fit-content;
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__product-group .product-option__label {
    padding: 8px 10px !important;
    height: 34px !important;
}
.product__product-group .product-option__label a {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
}
.product__product-group .product-option__label a p {
    margin: 0 0 0 5px;
}
.section--product-recommendations .section.product-feed {
    padding: 0;
}
.product-card .product__product-group .product-option__label a p,
.card-product-slider .product__product-group .product-option__label a p {
    display: none;
}
@media only screen and (max-width:767px){
.desktop-none{
    display:block;
}
.mobile-none {
    display: none;
}
.label-web-wrapper {
    margin: 0 0 10px;
}
.template--index .product__product-group .product-option__label a {
    font-size: 12px;
}
.template--index .product__product-group .product-option__label {
    height: 30px !important;
}
.product-grid__item--content .payment_icons .footer__payment .list-payment__item>svg {
    width: 30px;
}
}
.how-btn {
    text-align: center;
    margin-top: 40px;
}
.how-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    justify-content: center;
    margin: auto;
    background: #0A0A0A;
    border:none;
}
.how-btn a:hover {
    background:var(--filled-bg-color);
    color:#fff;
}
.how-btn>*:not(:first-child){
    display:none;
}

.size-chart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;

  /* FLEX CENTER */
  display: flex;
  align-items: center;
  justify-content: center;
    padding:0 15px !important;
  z-index: 9999;
}
button.size-chart-btn {
    font-family: 'Onest';
    background: no-repeat;
    border: none;
    text-decoration: underline;
}
body .size-chart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display:block;
}
.size-chart-content {
    position: relative;
    background: #fff;
    padding: 10px;
    max-width: 850px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.size-chart-popup {
  display: none;
}
.size-chart-popup.active {
  display: flex;
}
.size-chart-content img {
  width: 100%;
  height: auto;
  display: block;
}


.size-chart-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color:#121212;
}
