/** Shopify CDN: Minification failed

Line 2112:16 Expected ":"

**/
html {
    font-size: 12px !important;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family:var(--font-body-family);

}

:focus,
:active {
    outline: none !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    outline: none;
    scroll-behavior: smooth;
}

:root{
    --color-white: #fff;
    --color-light-blue: #4B8FE2;
    --color-primary: #000613;
    --color-secondary: #45474C;
    --color-1: #E0EEFF;
    --color-2: #F9FBFE;
    --color-3: #F3F3F3;
    --color-dark-blue: #142688;
}
.page-width{
    max-width:1344px;
    width:100%;
    margin:0 auto;
    padding:0 24px;
}
.h1,h1{
    font-size:48px;
    line-height:1.3;
    font-weight:700;
}
.h2,h2{
    font-size:40px;
    line-height:1.3;
    font-weight:700;

}
.h3,h3{
    font-size:32px;
    line-height:1.2;
    font-weight:600;
}
.h4,h4{
    font-size:24px;
    line-height:1.35;
    font-weight:600;
}
.h5,h5{
    font-size:18px;
    line-height:1.2;
    font-weight:600;
}
.h6,h6{
    font-size:16px;
    line-height:1.4;
}
.text-small{
    font-size:14px;
    line-height:1.2;
    font-weight:600;
}
body{
    font-size:16px;
    line-height:1.3;
    color:var(--color-primary);
display: flex;
    flex-direction: column;
    height: 100%;
    font-family:var(--font-body-family);
}
main {
    flex: 1;
}
.mob-only{
    display: none !important;
}


.flex{
    display: flex;
    flex-wrap: wrap;
}
.aspect-ratio{
    padding-top: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.aspect-ratio>img,
.aspect-ratio>video{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

img,
svg {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a,
button,
button {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: transparent;
    border: 0;
}
.btn {
    height: 100%;
    width: 100%;
    padding: 0;
    display: block;
    font-size: 20px;
    font-weight:700;
    line-height:1.2;
    text-transform:uppercase;
    height: 60px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.dark-btn{
    border:1px solid var(--color-primary);
    color: var(--color-white);
    background-color: var(--color-primary);
}
.dark-btn:hover{
    color: var(--color-primary);
    background-color: transparent;
}
.white-btn{
    border:1px solid var(--color-white);
    color: var(--color-primary);
    background-color: var(--color-white);
}
.white-btn:hover{
    color: var(--color-white);
    background-color: transparent;
}
a {
    text-decoration: none;
    display: block;
}
.overflow-hidden{
    overflow: hidden;
}
.section-heading{
    margin-bottom:56px;
    text-align:center;
}
.section-spacing{
    margin:88px 0;
}

/* Header */
.header-wrapper{
    background-color: #000000;
}
.header{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    grid-template-columns:1fr 158px 1fr;
}

.header__heading-logo-wrapper,
.header__heading-link,
.header__heading{
    height:auto;
    width:100%;
}
.header__icon .menu-icon {
    background-color:#FFFFFF33;
    padding: 8px 16px;
    border-radius:8px;
    display:flex;
    align-items:center;
    gap: 8px;
    color: var(--color-white);
    text-decoration: none !important;
        min-width: 116px;
}
.header__icon .menu-icon .icon-box {
    position: static;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__icon .menu-icon svg{
    width: 18px;
    height: 18px;
    transform:none !important;
}
.header__icon .menu-icon .icon.icon-close {
    width: 12px;
    height: 12px;
}
.header__heading-link{
    padding:0;
}
details[open]>.header__icon--menu .menu-open,
details:not([open])>.header__icon--menu .menu-close {
    display: none;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .menu-close {
    display: none;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .menu-open {
    display:flex;
}

.header__icon--menu {
    width: auto;
    height: auto;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
}
.header__icons .header__icon{
    margin:0;
}
.header__icons {
    padding-right:0;
    gap: 4px;
}
.header__icons .header__icon, .header__icons .header__icon--cart .icon {
    height: 40px;
    width: 40px;
    color: var(--color-white);
}
.header__icons .header__icon .svg-wrapper{
    height: 40px;
    width: 40px;

}
.header__icons .header__icon .icon {
    height: 24px;
    width: 24px;
}

.menu-drawer{
    background-color: #000000 !important;
    
}
.menu-drawer .menu-drawer__navigation {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.menu-drawer .menu-drawer__menu-item {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-white) !important;
    padding: 0;
    background-color: transparent;
    transition:none;
}
.menu-drawer .menu-drawer__menu-item:hover {
    background-color:transparent;
    opacity:0.6;
    
}
.menu-drawer  .menu-drawer__menu li{
    margin-bottom:0
}
.menu-drawer  .menu-drawer__menu li:not(:last-child) {
    margin-bottom: 24px;
}
.menu-drawer .menu-drawer__navigation-container {
    padding: 48px;
}
.menu-drawer .menu-drawer__navigation .menu-drawer__menu {
    flex: 1;
}
.menu-drawer__navigation .drawer-offer {
    background-color: var(--color-1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    text-align: center;
    padding:48px;
    color: var(--color-dark-blue);
}
.menu-drawer__navigation .drawer-offer .image-first {
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: top left;
}
.menu-drawer__navigation .drawer-offer .image-second {
    width: 153.072px;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    object-position: bottom right;
}
.menu-drawer__navigation .drawer-offer :not(img) {
    position: relative;
    z-index: 2;
}
.menu-drawer__utility-links {
    display: none;
}


.accordion .accordion-item + .accordion-item{
    margin-top:16px;
}
.accordion .accordion-item {
    background-color:#F9FBFE;
    padding:24px;
    border-radius:16px;
    position:relative;
    display:grid;
    row-gap:8px;
}
.accordion .accordion-item.active:after {
    content:'';
    position:absolute;
    top:-1px;
    left:-1px;
    height:calc(100% + 2px);
    width:calc(100% + 2px);
    background-color:#000;
    border-radius:17px;
    z-index:-1;
    background: linear-gradient(90deg,rgba(192, 216, 245, 1) 0%, rgba(192, 216, 245, 1) 100%);
}
.accordion .accordion-btn {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 10px;
    text-align: left;
    text-transform: none;
    padding:0;
    height: auto;
}
.accordion-item .accordion-btn .icon{
    height: 24px;
    width: 24px;
    display:block;
    position:relative;
    background-position:center;
    background-repeat:no-repeat;
    background-size:14px;
    background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1V15M1 8H15" stroke="%23000613" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.accordion-item.active .accordion-btn .icon{
    background-image:url('data:image/svg+xml,<svg width="16" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H15" stroke="%23000613" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');

}
.accordion-item .accordion-body{
    display:none;
}
.accordion-item.active .accordion-body{
    display:block;
}
.guarantee-wrap {
    display: grid;
    grid-template-columns: 51.4% 1fr;
    border-radius: 24px;
    overflow: hidden;
}
.guarantee-wrap .content-left {
    padding: 72px;
    color: var(--color-white);
    background-color: var(--color-primary);
}
.guarantee-wrap .content-left .title{
    margin-bottom:24px;
} 

.guarantee-wrap .content-left .guarantee-btn{
    margin-top:40px;
}
/* .guarantee-wrap .content-left .guarantee-btn:hover{
    color: var(--color-white);
    background-color: transparent;
} */
.guarantee-wrap .content-right .aspect-ratio{
    height:100%;
}
.compare-section .section-heading {
    margin-bottom: 48px;
}
.compare-section .section-heading .title {
    margin-bottom: 16px;
}
.compare-section .section-heading .sub-title {
    max-width: 636px;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: 0;
}
.comare-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
    text-align:center;
}
.comare-wrap .comare-block .aspect-ratio{
    overflow:hidden;
    border-radius: 20px;
    padding-top:80.5%;
}
.comare-wrap .comare-block .comare-text{
    margin-top:16px;
    font-weight:600;
}
.marquee-slider{
    background-color:var(--color-1);
    margin:56px 0;
}
.infinity_section {
    padding: 16px 0;
    pointer-events: none;
}

.infinity_slider .swiper-wrapper {
    transition-timing-function: linear!important;
}

.infinity_slider .swiper-slide {
    width: fit-content;
    flex: 0 0 auto;
}

.infinity_slide {
    padding: 0 24px;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 8px;
    color:var(--color-secondary);
}
.infinity_slide img{
    width:24px;
    height:24px;
    object-fit:content;
}
.product-performance{
    overflow:hidden;
}
.performance-wrap {
    display: grid;
    grid-template-columns: 49% 40.8%;
    justify-content: space-between;
    align-items: flex-start;
}
.performance-wrap .section-heading {
    text-align: left;
}
.performance-wrap .section-heading .title {
    margin-bottom: 16px;
}
.performance-wrap .content-box-outer {
    position: relative;
}
.performance-wrap .content-box-outer + .content-box-outer {
    margin-top:48px;
}
.performance-wrap .content-box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32.8125px);
    padding:30px 24px;
}
.performance-wrap .content-box h4{
    margin-bottom:8px;
}
.performance-wrap .content-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        90deg,
        rgba(192, 216, 245, 1) 0%,
        rgba(192, 216, 245, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.performance-wrap .content-box-outer .bg-two,
.performance-wrap .content-box-outer .bg-one {
    max-width: 36%;
    aspect-ratio: 1;
    object-fit: contain;
    position: absolute;
    top: -44%;
    right: -14%;
    z-index: -1;
}
.performance-wrap .content-box-outer .bg-two {
    top: -59%;
    right: inherit;
    left: -8%;
    max-width: 32%;
}
.performance-wrap .content-right .aspect-ratio {
    border-radius: 20px;
    overflow: hidden;
    padding-top: 127%;
}

.survey-wrap {
    background-color: var(--color-primary);
    border-radius: 32px;
}
.survey-wrap {
    background-color: var(--color-primary);
    border-radius: 32px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: 44.9% 1fr;
    overflow: hidden;
    color: var(--color-white);
}
.survey-wrap .content-left .aspect-ratio {
    padding-top: 117%;
    height: 100%;
}
.survey-wrap .content-right {
    padding: 64px 30px;
    position:relative;
}
.survey-wrap .content-right .content-box {
    max-width: 559px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.survey-wrap .content-right .title {
    margin-bottom:32px;
}
.percentage_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.percentage_wrap .percentage_box-outer.full-box {
    grid-column:span 2;
}
.percentage_wrap .percentage_box-outer {
    position: relative;
}
.percentage_wrap .percentage_box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32.8125px);
    padding:24px;
    height:100%;
}
.percentage_wrap .percentage_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        90deg,
        rgba(192, 216, 245, 1) 0%,
        rgba(192, 216, 245, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.percentage_wrap .percentage_box h3,
.percentage_wrap .percentage_box h2{
    font-size:48px;
    line-height:1.3;
    font-weight:700;
    margin-bottom:8px;
}
.survey-wrap .content-right .bottom-text{
    margin-top:8px;
}
.survey-wrap .content-right .guarantee-btn{
    margin-top:40px;
}
.survey-wrap .content-right .bg-img{
    max-width:100px;
    width:100%;
    height:auto;
    position:absolute;
    object-fit:contain;
}
.survey-wrap .content-right .bg-one{
    top:0;
    left:-10px;
}
.survey-wrap .content-right .bg-two {
    top: 53%;
    left: -5px;
    max-width: 80px;
}
.survey-wrap .content-right .bg-three {
    top: 36%;
    right: -2px;
}
.review-box-outer {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: grid;
}
.review-box-outer .review-box-images{
    grid-area: 1 / 1;
}
.review-box-outer .review-box-images .aspect-ratio {
    padding-top: max(500px,43%);
}
.review-box-outer .review-content {
    grid-area: 1 / 1;
    position: relative;
    z-index: 1;
    padding: 24px;
    display: grid;
    align-items: flex-end;
    justify-content: flex-end;
}
.review-box-outer .review-content .content-outer{
    position: relative;
}
.review-box-outer .review-content .content-box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32.8125px);
    padding: 24px;
    color: var(--color-white);
    font-size:20px;
}
.review-box-outer .review-content .content-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(275deg,rgba(192, 216, 245, 1) 0%, rgba(192, 216, 245, 0) 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.review-box-outer .review-content .content-outer {
    position: relative;
    max-width: 630px;
    width: 100%;
}
.review-box-outer .review-content .content-box .bg-icon {
    max-width: 165px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: calc(100% - 26px);
    right: 0;
}
.product-features-wpr {
    display: grid;
border-radius: 20px;
overflow:hidden;
}
.product-features-wpr .bg-image, .product-features-wpr .features-wrap {
    grid-area: 1 / 1;
}
.product-features-wpr .bg-image .aspect-ratio {
    padding-top: max(625px,48.3%);
}
.product-features-wpr .features-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.product-information-outer .product-information-box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32.8125px);
    padding: 32px 24px;
    height: 100%;
    color: var(--color-white);
}
.product-information-outer .product-information-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px 0 0 ;
    background: linear-gradient(
        90deg,
        rgba(192, 216, 245, 1) 0%,
        rgba(192, 216, 245, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.product-information-outer .information-desc {
    max-width: calc(100% - 530px);
    width: 100%;
}
.features-table {
    position: absolute;
    right: 32px;
    bottom: 70px;
    max-width: 500px;
    width: 100%;
    border-radius: 26px;
    color: var(--color-white);
}
.features-table .col-logo {
    justify-content:center;
}
.features-table .col-logo,
.features-table .table-col-wpr{
    display: grid;
    grid-template-columns:1fr 145px 145px;
}
.features-table .table-col-wpr{
    box-shadow: -15px 15px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius:26px;
        overflow: hidden;
}
.features-table .col-logo .feature-logo {
    grid-column-start: 2;
}
.features-table .col-first, .features-table .col-second, .features-table .col-third {
    background-color: var(--color-primary);
    display: grid;
    grid-template-rows: 1fr;
    padding: 16px 0;
}
.features-table .feature image, .features-table .feature svg {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin: 0 auto;
}
.features-table .feature {
    min-height: 60px;
    display: block;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13.636px;
    position: relative;
    z-index: 21;
}
.features-table .col-first .feature {
    padding:10px 20px;
}
.features-table .feature img {
    max-width: 55px;
}
.features-table::after {
    content: '';
    position: absolute;
    top: -20px;
    right: 145px;
    width: 145px;
    height: calc(100% + 40px );
    background-color: var(--color-light-blue);
    border-radius: 26px;
    box-shadow: -15px 15px 4px 0 rgba(0, 0, 0, 0.25);
}

.new-footer {
    background-color: var(--color-primary);
    padding-top: 70px;
    color: var(--color-white);
}
.new-footer a{
    color: var(--color-white);
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.footer-top .logo-link {
    max-width: 259px;
    width: 100%;
    margin-bottom: 6px;
}
.footer-top .text a:hover {
    color:var(--color-light-blue);
}
.footer__payment{
    margin-top:40px;
}
.footer__payment .list-payment{
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.footer__payment .list-payment__item{
    max-width:30px;
    width:100%;
}
.footer-top .content-right {
    max-width: 306px;
    width: 100%;
}
.footer-top .content-left {
    max-width: 320px;
    width: 100%;
}

.footer-top .content-right .signup-title {
    margin-bottom: 16px;
}
.footer-top .content-right  .signup-form {
}
.footer-top .content-right .newsletter-form__field-wrapper{
    border: 1px solid #CCCDD0;
    border-radius: 10px;
    overflow: hidden;
    
}
.footer-top .newsletter-form__field-wrapper .newsletter-form__button {
    padding: 0;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    border-radius: 0;
    border: 0;
}
.footer-top .newsletter-form__field-wrapper .newsletter-form__button:hover {
    background-color: var( --color-light-blue);
}
.footer-top .newsletter-form__field-wrapper .field__input {
    background-color: var(--color-3);
    color: var(--color-primary);
    padding: 10px;
    height: 48px;
    flex: 1;
    border: 0;
    box-shadow: none;
    margin: 0;
    outline: none;
    letter-spacing: 0;
    font-size: 16px;
}
.footer-top .newsletter-form__field-wrapper .field:before{
    content:none;
}
.footer-top .newsletter-form__field-wrapper .field__label {
    display:none;
}
.footer-top .newsletter-form__field-wrapper .field__input::placeholder {
  font-size: 16px;
  color: #999BA1;
  opacity:1;
  line-height:1;
  margin:0;
}
.footer-top .social-media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}
.footer-top .social-media li {
    height: 32px;
    width: 32px;
}
.footer-top .social-media a:hover{
    opacity:0.8;
}
.footer-top .content-center {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-top .content-center .menu-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 1.4;
}
.footer-bottom .copyright-content a:hover,
.footer-bottom .policy-links .menu-block a:hover,
.footer-top .content-center .menu-block a:hover {
    color:var(--color-light-blue)
}
.footer-bottom {
    margin-top: 90px;
    border-top: 1px solid #676767;
    padding: 16px 0 32px;
}
.footer-bottom .footer-bottom-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-bottom .copyright-content {
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
}

.footer-bottom .policy-links .menu-block {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* Trust bar */
.trust-bar {
  background: #E0EEFF;
  padding: 18px 0;
  margin:0;
}
.trust-bar .trust-wrap,
.trust-bar .trust-content{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
 }
.trust-bar .trust-content{
  padding:0 24px;
  justify-content: center;
  position: relative;
}

.trust-bar .trust-content p{
  font-size: 12px;
  max-width: fit-content;
  line-height: normal;
  color: #45474C;
  text-align: center;  
}
 .trust-bar .trust-content img{
   width:100%;
   max-width:20px;
   height:20px;
   margin-right:10px;
      object-fit: scale-down;
  }

 .trust-bar .trust-content.review img{
   max-width:100px;
 }

.trust-bar .trust-content.desk-only:after {
    content: '';
    position: absolute;
    background: #4B8FE2;
    width: 1px;
    height: 100%;
    left: 0;
}
product-info .product.grid{
    gap:24px;
}
product-info .product .product__media-wrapper {
    max-width: 49% !important;
    width: 100% !important;
}
product-info .product .product__info-wrapper{
    padding-left:0 !important;
    flex:1;
    max-width: 100% !important;
    width: 100% !important;
}
.product-slider-wrap {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 16px;
}
.slider_features_wrap {
    display: grid;
    grid-auto-rows: 92px;
    gap: 8px;
}

.slider_features_wrap .feature {
    background-color: #010F20;
    border-radius: 8px;
    padding: 10px;
    display: grid;
    align-items:center;
    justify-content: center;
    gap: 8px;
    color: #fff;
}

.slider_features_wrap .feature img {
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin: 0 auto;
}

.slider_features_wrap .feature h6 {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    max-width: 55px;
}


.product__media-wrapper slider-component .skip-to-content-link {
    display: none;
}

.product__media-wrapper .product__media-list {
    position: relative;
    margin: 0;
    border-radius: 24px;
    /* background: linear-gradient(226deg, #000613 -1.43%, #002679 108.74%); */
    overflow: hidden;
}

.product__media-wrapper .product__media-list .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(4px);
    height: 56px;
    width: 56px;
    z-index: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(226deg, #000613 -1.43%, #002679 108.74%);
    cursor:pointer;
}
.product__media-list .product__media-item .product-media-container {
    background-color: transparent;
    border-radius: 24px;
    overflow: hidden !important;
}
.product__media-wrapper .product__media-list .next-arrow.arrow {
    right: 10px;
    transform: translateY(-50%) scale(-1);
}
.product__media-wrapper .product__media-list .prev-arrow.arrow {
    left: 10px;
}
.product__media-wrapper .product__media-list .product__media-item{
    pointer-events:none;
}
.product__media-wrapper .product__media-list .arrow svg {
    height: 24px;
    width: 24px;
    pointer-events:none;
}
.product__media-wrapper .product-media-container .media{
    padding-top:392px;
}
.product__media-wrapper .thumbnail-slider {
    display:none;
    margin-top:32px;
}
.product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none !important;
}
.product .product__media-wrapper .thumbnail-slider .thumbnail-list {
    padding:0;
    scroll-padding-left:0;
    gap:24px;
}
.product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail[aria-current]{
    border-radius: 8px;
    background: linear-gradient(226deg, #000613 -1.43%, #002679 108.74%);
    overflow:hidden;
    box-shadow:none;
}
.product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail[aria-current] img {
    border-radius: 8px;
}
.product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail-list__item {
    max-width: calc((100% - (24px * 4)) / 5);
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.product__media-wrapper .product__column-sticky {
    position: static;
    margin-bottom:32px;
}
.product__media-wrapper .customer-review,
.product__info-wrapper .product__info-container .customer-review{
    border-radius: 20px;
    background-color: #F9FBFE;
    backdrop-filter: blur(32.5px);
    padding: 24px;
    overflow: hidden;
    position:relative;
    margin-top:32px;
}
.product__media-wrapper .customer-review:after ,
.product__info-wrapper .product__info-container .customer-review:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        90deg,
        rgba(192, 216, 245, 1) 0%,
        rgba(192, 216, 245, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.product__media-wrapper .customer-review .review-top .title-wrap .customer-name ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .customer-name {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap:24px;
}

.product__media-wrapper .customer-review .review-top .title-wrap .stars-img img ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .stars-img img {
    max-width: 116px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

.product__media-wrapper .customer-review .review-top .title-wrap .stars-img p ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .stars-img p {
    color: #000613;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 8px;
}

.product__media-wrapper .customer-review .review-top .title-wrap .verify-text ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .verify-text {
    display: grid;
    padding: 4px;
    align-items: center;
    gap: 6px;
    grid-template-columns: 16px 1fr;
    background-color: #4B8FE2;
    color: #fff;
    border-radius: 4px;
}

.product__media-wrapper .customer-review .review-top .title-wrap .verify-text img ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .verify-text img {
    height: 16px;
    width: 16px;
    object-fit: contain;
}

.product__media-wrapper .customer-review .review-top .title-wrap .verify-text p ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap .verify-text p {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.product__media-wrapper .customer-review .review-top .title-wrap ,
.product__info-wrapper .product__info-container .customer-review .review-top .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product__media-wrapper .customer-review .review-bottom ,
.product__info-wrapper .product__info-container .customer-review .review-bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
    color: #000613;
}
.product__media-wrapper .guarantee,
.product__info-wrapper .product__info-container .guarantee{
    border-radius: 20px;
    background-color: #F9FBFE;
    backdrop-filter: blur(32.5px);
    padding: 24px;
    overflow: hidden;
    position:relative;
    margin-top:16px;
}
.product__media-wrapper .guarantee:after ,
.product__info-wrapper .product__info-container .guarantee:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        90deg,
        rgba(192, 216, 245, 1) 0%,
        rgba(192, 216, 245, 0) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.product__media-wrapper .guarantee-wrap ,
.product__info-wrapper .product__info-container .guarantee-wrap {
    grid-template-columns: 127px 1fr;
    gap:26px;
}

.product__media-wrapper .guarantee-wrap .img-wrap ,
.product__info-wrapper .product__info-container .guarantee-wrap .img-wrap {
    height: 126px;
    width: 126px;
    position: relative;
}

.product__media-wrapper .guarantee-wrap .img-wrap .image-text ,
.product__info-wrapper .product__info-container .guarantee-wrap .img-wrap .image-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product__media-wrapper .guarantee-wrap .img-wrap .image-text h5 ,
.product__info-wrapper .product__info-container .guarantee-wrap .img-wrap .image-text h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.product__media-wrapper .guarantee-wrap .img-wrap .image-text p ,
.product__info-wrapper .product__info-container .guarantee-wrap .img-wrap .image-text p {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.product__media-wrapper .guarantee-wrap .title,
.product__info-wrapper .product__info-container .guarantee-wrap .title{
    color:#000613;
    display:grid;
    gap:8px;
}
.product__media-wrapper .guarantee-wrap .title > p,
.product__info-wrapper .product__info-container .guarantee-wrap .title > p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product__media-wrapper .guarantee-wrap .title > h4 ,
.product__info-wrapper .product__info-container .guarantee-wrap .title > h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product__media-wrapper .guarantee-wrap .title .guarantee-content ,
.product__info-wrapper .product__info-container .guarantee-wrap .title .guarantee-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.product__info-wrapper .product__info-container .accordion-item,
.product__media-wrapper .accordion-item{
    padding:16px 0;
    border-bottom: 1px solid  #CCCDD0;
    display: grid;
    gap: 16px;
}

.product__info-wrapper .product__info-container .accordion-item  .accordion-btn ,
.product__media-wrapper .accordion-item  .accordion-btn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 24px;
    text-align: left;
    gap: 16px;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #000613;
    padding: 0;
    align-items: center;
}
.product__info-wrapper .product__info-container>*+* {
    margin: 0;
}
.product__info-container .jdgm-prev-badge__stars .jdgm-star::before {
    font-family:'JudgemeStar';
}
.product__info-container .jdgm-widget .jdgm-prev-badge {
    display: flex !important;
    gap: 10px;
    align-items: center;
    font-size: 19px;
}
.jdgm-prev-badge .jdgm-prev-badge__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product__info-wrapper .product__info-container .product__title {
    margin-top: 12px;
}
.product__info-wrapper .product__info-container .product__title h1{
    color:  #000613;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
.product__info-wrapper .product__info-container .product__title + .product__description {
    margin: 10px 0 0;
    color: #000613;
    font-size: 14px;
}
.product__info-wrapper .product__info-container .info_features_wrap {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.product__info-wrapper .info_features_wrap .feature {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    align-items: center;
}

.product__info-wrapper .info_features_wrap .feature img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.product__info-wrapper .info_features_wrap .feature h6 {
    max-width: 241px;
    color: #45474C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.product__info-wrapper  kaching-bundle {
    margin-top: 20px !important;
    display: block;
}
.product__info-wrapper  kaching-bundles-block > .kaching-bundles__block {
    margin: 0 !important;
}
.product__info-wrapper  kaching-bundles-block > .kaching-bundles__block > .kaching-bundles__block-title {
    display:none;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-container {
    box-shadow:none;
    border-radius: 16px;
    border: 1px solid  #E1E1E1;
    background:  #FFF;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-container:hover{
    box-shadow:none;
    border-color:#4B8FE2;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main {
    display: grid;
    gap: 16px;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-wrapper {
    padding: 16px;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-radio {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    border: 1px solid  #E1E1E1;
    background: #FFF;
    box-shadow: none;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-title {
    color: #000613;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-title {
    color: #000613;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-pricing {
    gap: 4px;
    margin-top: 0;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main  .kaching-bundles__bar-price {
    color: #000613;
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-pricing .kaching-bundles__bar-full-price {
    color: #45474C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-content-left {
    gap: 8px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar {
    margin:0;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar + .kaching-bundles__bar {
    margin-top: 16px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar.kaching-bundles__bar--selected {
    margin-top: 24px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container:hover,
.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    box-shadow: none;
    border-color: #4B8FE2;
    box-shadow: 0px 0px 0 1px #4B8FE2;
    background-color: #E0EEFF;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container .kaching-bundles__bar-radio {
position: relative;
border-color: #4B8FE2;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container .kaching-bundles__bar-radio:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 10px;
width: 10px;
background-color: #4B8FE2;
border-radius: 50%;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants {
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 56px;
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants .kaching-bundles__bar-variant-names {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000613;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variants .kaching-bundles__bar-variant {
    margin-top: 10px;
    flex: none;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variants .kaching-bundles__bar-variant .kaching-bundles__bar-variant-selects {
    margin: 0;
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variant-select {
    box-shadow: none !important;
    background-color: #fff;
    box-shadow: none !important;
    background-color: #fff;
    padding: 4px 32px 4px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%23000613" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: 14px;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variant-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000613;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variants .kaching-bundles__bar-variant .kaching-bundles__bar-variant-selects {
    margin: 0;
}
.product__info-wrapper .kaching-bundles .kaching-bundles__bar-variant-select .kaching-bundles__swatch {
    height: 16px;
    width: 16px;
    border-radius: 2px;
}
.product__info-wrapper .product__info-container .icon-with-text {
    margin: 20px 0 0;
    border-radius: 8px;
    background: #F3F3F3;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.product__info-wrapper .product__info-container .icon-with-text .icon-with-text__item {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
}

.product__info-wrapper .product__info-container .icon-with-text .icon-with-text__item img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin:0;
}

.product__info-wrapper .product__info-container .icon-with-text .icon-with-text__item .inline-richtext {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #000613;
}

.product__info-wrapper .product__info-container .product-form {
    margin: 16px 0 0;
}
.product__info-wrapper .product__info-container .product-form__buttons {
    max-width: 100%;
}
.header__icon.header__icon--cart .cart-count-bubble {
    height: 2.2rem;
    width: 2.2rem;
    bottom: 1.4rem;
    left: 1.5rem;
}
.product__info-wrapper .product__info-container .product-form .product-form__submit ,
.sticky-submit-wrap .product-form__submit{
    margin: 0;
    border-radius: 10px;
    background: #000613;
    border: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    min-height: 60px;
    transform: none !important;
}
.product__info-wrapper .product__info-container .product-form .product-form__submit:hover {
    background-color:#000613d6;
}
.product__info-wrapper .product__info-container .product-form .product-form__submit:after,.product__info-wrapper .product__info-container .product-form .product-form__submit:before {
    content: none !important;
}
.product__info-wrapper .product__info-container .list-payment{
    display: flex;
    align-items: center;
    margin: 24px 0;
    justify-content: center;
    gap: 8px;
}

.product__info-wrapper .product__info-container .list-payment .list-payment__item {
    max-width: 70px;
    width: 100%;
}

.product__info-wrapper .product__info-container .list-payment + .icon-with-text {
    margin-top: 24px;
}

.product__info-wrapper .product__info-container .list-payment + .icon-with-text .icon-with-text__item {
    width: auto;
}

.product__info-wrapper .product__info-container .list-payment + .icon-with-text .icon-with-text__item img {
    margin-bottom: 0;
}

/* .why-chilly-slider {
    padding-bottom: 55px;
 } */
.why-chilly-slider .slide-inner {
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.why-chilly-slider .swiper-slide {
    height: auto;
}
.why-chilly-slider .slide-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.why-chilly-slider .slide-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; 
}
.why-chilly-slider:not(.swiper-initialized) .swiper-slide:not(:first-child){
    display:none;
}

.why-chilly-slider:not(.swiper-initialized) .swiper-slide:first-child{
    width:472px !important;    
}
 .why-chilly-slider  .slide-content{
     padding:24px;
     background: linear-gradient(226deg, #000613 -1.43%, #002679 108.74%), #011E5E;
    flex: 1;
}

.why-chilly-slider  .slide-content h6{
    color:#FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom:16px;
}

.why-chilly-slider  .slide-content p{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.why-chilly-slider  .swiper-wrapper{
    position: relative;
}

.why-chilly-slider .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #b4b4b4;
}

.why-chilly-slider .swiper-pagination-bullet-active{
    background: #010F20;
}

.why-chilly-slider .swiper-pagination {
    position: static;
    margin-top: 32px;
}
.why-chilly-slider .arrow-wrap{
    display:none;
    justify-content:center;
    max-width: 120px;
    margin: 0 auto;
    bottom:0;
    margin: 16px auto 0;
}

.why-chilly-slider .arrow-wrap .swiper-button-next,
.why-chilly-slider .arrow-wrap .swiper-button-prev{
    width:16px;
    height:12px;
    margin:0 4px;
}

.sticky-submit-wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform .3s ease-in-out,opacity .3s ease-in-out;
  opacity: 0;
  padding: 12px 16px 15px;
  background: var(--white);
  display: block;
  margin: 0;
  background: #ffffff;
  display: none;
}

.sticky-submit-wrap.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 999;
}

#CartDrawer .drawer__heading{
    margin-bottom:0;
}
#CartDrawer .drawer__close{
    width:35px;
    height:35px;
}
#CartDrawer .drawer__inner{
    width:45rem
}
#CartDrawer .drawer__cart-items-wrapper .cart-item .cart-item__details{
    font-size:20px;
}
.cart-item__quantity-wrapper .cart-quantity .quantity__button {
    width: 45px;
    height: 45px;
}

.cart-item__quantity-wrapper .cart-quantity {
    min-height: 45px;
}

.cart-item__quantity-wrapper .quantity-popover-container {
    max-width: 150px;
    padding:0;
}
.hxoSelectTheme.mobile_bottom_left{
    bottom:90px !important
}
@media screen and (max-width:1440px){
    .menu-drawer .menu-drawer__navigation-container {
        padding: 48px 24px;
    }
}
@media screen and (max-width:1280px){
    .menu-drawer .menu-drawer__menu-item {
        font-size: 28px;
    }
    .menu-drawer__navigation .drawer-offer {
        padding: 38px 20px;
    }
    .menu-drawer .menu-drawer__menu li:not(:last-child) {
        margin-bottom: 20px;
    }
    .guarantee-wrap .content-left {
        padding: 60px;
    }
    .performance-wrap {
        grid-template-columns: 51% 42%;
    }
    .performance-wrap .section-heading {
        margin-bottom: 40px;
    }
    .performance-wrap .content-box-outer .bg-two, 
    .performance-wrap .content-box-outer .bg-one {
        max-width: 32%;
        top: -31%;
        right: -14%;
    }
    .performance-wrap .content-box-outer .bg-two {
        top: -25%;
        left: -5%;
        max-width: 28%;
    }
    .performance-wrap .content-box-outer+.content-box-outer {
        margin-top: 40px;
    }
    .survey-wrap .content-right {
        padding: 40px 30px;
    }
    .survey-wrap{
        padding-left:0;
    }
    .footer-top .content-left {
        max-width: 260px;
    }
    .footer-top .content-right {
        max-width: 280px;
    }
}
@media screen and (min-width:992px) and (max-width:1280px){
    .product__media-wrapper .product__media-list .arrow {
       
        height: 46px;
        width: 46px;
    }
    product-info .product.grid {
        gap: 20px;
    }
    .product-slider-wrap {
        grid-template-columns: 80px 1fr;
    }
    .slider_features_wrap .feature img {
        height: 26px;
        width: 26px;
    }
    .slider_features_wrap .feature {
        padding: 6px;
    }
    .slider_features_wrap {
        grid-auto-rows: 80px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants {
        column-gap: 30px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main  .kaching-bundles__bar-price {
        color: #000613;
    }
}
@media screen and (max-width:991px){
    .menu-drawer .menu-drawer__menu-item {
        font-size: 24px;
    }
    .menu-drawer .menu-drawer__navigation-container {
        padding: 24px;
    }
    .menu-drawer__navigation .drawer-offer {
        padding: 35px 10px;
    }
    .menu-drawer__navigation .drawer-offer h3 {
        font-size: 38px;
    }
    .menu-drawer__navigation .drawer-offer p {
        font-size: 28px;
    }
    .menu-drawer__navigation .drawer-offer .image-first {
        width: 90px;
    }
    .menu-drawer__navigation .drawer-offer .image-second {
        width: 110px;
    }
    .guarantee-wrap .content-left {
        padding: 40px;
    }
    .guarantee-wrap .content-right .aspect-ratio {
        padding-top: 70%;
    }
    .guarantee-wrap {
        grid-template-columns: 1fr;
    }
    .section-spacing {
        margin: 60px 0;
    }
    .performance-wrap .section-heading .title {
        font-size: 24px;
    }
    .performance-wrap .section-heading {
        margin-bottom: 24px;
    }
    .performance-wrap .content-box {
        border-radius: 16px;
        padding: 16px;
    }
    .performance-wrap .content-box h4 {
        font-size: 18px;
    }
    .performance-wrap .content-box-outer .bg-two, 
    .performance-wrap .content-box-outer .bg-one {
        top: -23%;
    }
    .performance-wrap .content-box-outer .bg-two {
        left: -7%;
    }
    .performance-wrap {
        grid-template-columns: 53% 43%;
    }
    .survey-wrap {
        grid-template-columns: 1fr;
        grid-template-areas: "content"
            "image";
        padding: 50px 40px;
        gap: 48px;
        position:relative;
    }
    .survey-wrap .content-left {
        grid-area: image;
    }
    .survey-wrap .content-right {
        padding: 0;
        grid-area: content;
        position: static;
    }
    .survey-wrap .content-right .content-box {
        max-width: 100%;
    }
    .survey-wrap .content-left .aspect-ratio {
        padding-top: 69%;
        height: 100%;
    }
    .survey-wrap .content-right .bg-three {
        top: 26%;
         inherit;
        left: -10px;
        transform: scale(-1);
    }
    .product-features-wpr {
        display: block;
    }
    
    .product-features-wpr .bg-image .aspect-ratio {
        padding-top: 80%;
        border-radius: 20px;
    }
    .product-information-outer .product-information-box {
        color: var(--color-primary);
        padding: 0;
        border-radius: 0;
    }
    .product-information-outer .information-desc {
        max-width: 100%;
        width: 100%;
    }
    .features-table {
        position: relative;
        right: -20px;
        bottom: inherit;
        margin-top: -36%;
        max-width: 660px;
    }
    .product-features-wpr .features-wrap {
        flex-direction: column-reverse;
    }
    .product-features-wpr {
        display: block;
        overflow: visible;
        border-radius:0;
    }
    .features-table .col-logo, .features-table .table-col-wpr {
        grid-template-columns: 1fr 28.445% 28.445%;
    }
    .features-table::after {
        right: 28.445%;
        width: 28.445%;
        border-radius: 16px;
        top:-15px;
        height:calc(100% + 30px );
    }
    .features-table .table-col-wpr {
        border-radius: 26px;
    }
    .features-table .feature img {
        max-width: 46px;
    }
   .product-features-wpr .features-wrap {
        flex-direction: column-reverse;
        /* margin-top: -63%; */
        gap: 60px;
    }
    product-info .product .product__media-wrapper {
        max-width: 100% !important;
    }
    .product__media-wrapper .product__media-list .arrow {
       
        height: 46px;
        width: 46px;
    }
    .product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail-list__item {
        max-width: calc((100% - (24px * 5)) / 6);
    }
   
}
@media screen and (max-width:767px){
    .btn{
        height: 48px;
        padding: 0 12px;
    }
    .desk-only,
    .trust-bar{
        display:none !important;
    }
    .mob-only{
        display: block !important;
    }
    .h1,h1,
    .h2,h2,
    .h3,h3{
        font-size:24px;
        line-height:1.2;
        font-weight:700;
    }
    .h4,h4{
        font-size:20px;
        line-height:1.2;
        font-weight:700;
    }
    .h5,h5{
        line-height:1.35;
    }
    .h6,h6{
        font-size:16px;
        line-height:1.4;
    }
    .btn,
    button{
        font-size: 18px;
        line-height:1.2;
    }
    .section-heading {
        margin-bottom: 24px;
    }
    .section-spacing {
        margin: 48px 0;
    }
    .header__icon .menu-icon .text{
        display:none;
    }
    .header__icon .menu-icon {
        padding: 8px;
        min-width: auto;
    }
    
    .guarantee-wrap .content-left {
        padding: 40px 32px;
    }
    .guarantee-wrap {
        border-radius: 16px;
    }
    .guarantee-wrap .content-left .desc strong {
        font-size: 14px;
    }
    
    .guarantee-wrap .content-right .aspect-ratio {
        padding-top: 91%;
    }
    .compare-section .section-heading {
        margin-bottom: 40px;
    }
    .comare-wrap .comare-block .aspect-ratio {
        border-radius: 16px;
        padding-top: 193%;
    }
    .comare-wrap {
        gap: 16px;
    }
    .comare-wrap .comare-block .comare-text {
        font-size: 16px;
        line-height: 135%;
    }
    .marquee-slider{
        margin:40px 0;
    }
    .performance-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .performance-wrap .content-right .aspect-ratio {
        border-radius: 16px;
        padding-top: 120%;
    }
   .performance-wrap .content-box-outer .bg-two, 
   .performance-wrap .content-box-outer .bg-one {
        top: -60px;
        max-width: 160px;
        width: 100%;
        right: -60px;
    }
    .performance-wrap .content-box-outer .bg-two {
        left: -30px;
        top: -90px;
    }
    .survey-wrap {
        padding: 40px 24px;
        border-radius: 24px;
    }
    .percentage_wrap .percentage_box h3, .percentage_wrap .percentage_box h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .percentage_wrap .percentage_box p {
        font-size: 14px;
    }
    .percentage_wrap .percentage_box {
        border-radius: 10px;
    }

    .review-box-outer .review-box-images .aspect-ratio {
        padding-top:max(554px,170%);
    }
    .review-box-outer .review-content {
        padding: 0;
    }
    .review-box-outer .review-content .content-box::before {
        padding: 2px 0 0;
    }
    .review-box-outer .review-content .content-box {
        padding: 16px;
        font-size: 16px;
    }
    .review-box-outer .review-content .content-box .bg-icon {
        max-width: 110px;
        bottom: calc(100% - 24px);
        right: 6px;
    }
    .product-features-wpr .bg-image .aspect-ratio {
        padding-top: 100%;
        border-radius: 16px;
    }
    .features-table .feature {
        font-size: 12px;
        min-height: 50px;
    }
    .features-table .col-first, 
    .features-table .col-second, 
    .features-table .col-third {
        padding: 5px 0;
    }
    .features-table .table-col-wpr {
        border-radius: 16px;
    }
    .features-table .feature img {
        max-width: 40px;
    }
    .product-features-wpr .features-wrap {
        gap: 40px;
    }
    .features-table {
        max-width: 500px;
    }
     product-info .product.grid {
        gap: 20px;
    }
    .product-slider-wrap {
        grid-template-columns: 80px 1fr;
    }
    .slider_features_wrap .feature img {
        height: 26px;
        width: 26px;
    }
    .slider_features_wrap .feature {
        padding: 6px;
    }
    .slider_features_wrap {
        grid-auto-rows: 80px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants {
        column-gap: 30px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main  .kaching-bundles__bar-price {
        color: #000613;
    } 
    .product__media-wrapper .product__media-list .arrow {
       display:none !important;
    }
    .product__media-wrapper slider-component .skip-to-content-link {
        display: none !important;
    }
    .product__media-wrapper .product__media-list .product__media-item {
        pointer-events: none;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 100%;
        max-width: 100%;
    }
    .product__media-list .product__media-item .product-media-container {
        border-radius: 24px;
        max-width: 100%;
    }
    .product__media-wrapper slider-component {
        margin-right:0 !important;
        margin-left:0 !important;
    }
     .product__media-wrapper .product-media-container .media {
        padding-top: 342px;
    }
    .product__media-wrapper .product__media-list {
        margin-bottom: 0 !important;
    }
    .product .product__media-wrapper .thumbnail-slider .thumbnail-list {
        gap: 16px;
    }
    .product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail-list__item {
        max-width: calc((100% - (16px * 3)) / 4);
    }
    .product__media-wrapper .thumbnail-slider {
        margin-top: 24px;
    }
    .product .product__media-wrapper .thumbnail-slider .thumbnail-list{
        margin-bottom:0;
    }
    product-info .product.grid {
        gap: 24px;
    }
    .product__info-wrapper .product__info-container .product__title {
        margin-top: 16px;
    }
    .product__info-wrapper .product__info-container .product__title h1 {
        font-size: 24px;
    }
    .product__info-wrapper .product__info-container .info_features_wrap {
        margin-top: 24px;
        grid-template-columns: repeat(1,1fr);
        gap: 16px;
    }
    .product__info-wrapper .info_features_wrap .feature img {
        height: 40px;
        width: 44px;
        background-color: #E0EEFF;
        border-radius: 50px;
        padding: 8px;
    }
    .product__info-wrapper .info_features_wrap .feature {
        grid-template-columns: 40px 1fr;
        gap: 8px;
    }
    .product__info-wrapper .info_features_wrap .feature h6 {
        max-width: 100%;
    }
    .product__media-wrapper .product__media-list,
    .product__media-list .product__media-item .product-media-container {
        border-radius: 10px;
    }
    .product .product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail[aria-current] img {
        border-radius: 8px;
    }
     .product__info-wrapper .kaching-bundles .kaching-bundles__bar-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-pricing {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main  .kaching-bundles__bar-price {
        font-size: 20px;
    }
   .product__info-wrapper .product__info-container .icon-with-text {
    border-radius: 0;
    background: transparent;
    padding: 0;
    display: grid;
    gap: 8px;
    flex-wrap: wrap;
    }
    .product__info-wrapper .product__info-container .icon-with-text .icon-with-text__item {
        margin-bottom: 0;
        display: grid;
        grid-template-columns: 20px 1fr;
        gap: 8px;
        background-color:#F3F3F3;
        border-radius:8px;
        padding:8px;
    }
    .product__info-wrapper .product__info-container .product-form .product-form__submit {
        border-radius: 10px;
        font-size: 18px;
        min-height: 48px;
        padding: 2px 10px;
    }
    .product__info-wrapper .product__info-container .customer-review .review-top .title-wrap {
        gap: 10px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .product__info-wrapper .product__info-container .guarantee {
        background-color: #E0EEFF;
    }

    .product__info-wrapper .product__info-container .guarantee-wrap {
        grid-template-columns: 95px 1fr;
        gap: 26px;
    }

    .product__info-wrapper .product__info-container .guarantee-wrap .img-wrap {
        height: 95px;
        width: 95px;
        position: relative;
    } 
    .product__info-wrapper .product__info-container .guarantee-wrap .img-wrap .image-text h5 {
        font-size: 12px;
    }
    .product__info-wrapper .product__info-container .guarantee-wrap .img-wrap .image-text p {
        font-size: 7px;
    }
    .product__info-wrapper .product__info-container .guarantee-wrap .title > h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .product__info-wrapper .product__info-container .guarantee .guarantee-content {
        margin-top: 8px;
    }
    .product__info-wrapper .product__info-container .guarantee + .accordion-item {
        margin-top: 32px;
    }
    .why-chilly-slider .arrow-wrap {
        max-width: 100%;
        gap: 8px;
    }
    .why-chilly-slider .arrow-wrap .mobile-nav {
        position: static;
        border-radius: 100px;
        background: #E0EEFF;
        backdrop-filter: blur(4px);
        height: 56px;
        width: 56px;
        margin: 0;
        display:flex !important;
        align-items:center;
        justify-content:center;
    }
    .why-chilly-slider .arrow-wrap .mobile-nav:active svg path{
        stroke: #E0EEFF
    }
    .why-chilly-slider .arrow-wrap .mobile-nav:active {
        background: #001749;
        color: #E0EEff;
    }
    .why-chilly-slider .arrow-wrap .mobile-nav svg {
        height: 24px;
        width: 24px;
    }
    .why-chilly-slider .arrow-wrap{
        display:flex;
    }
    .buckscc-floating-box .hxoSelectTheme.mobile_bottom_left {
    bottom: 80px !important;
    z-index: 998;
}
}
@media screen and (max-width:575px){
    .sticky-submit-wrap {
      display: block;
    }
    .menu-drawer .menu-drawer__menu-item {
        font-size: 20px;
    }
    .menu-drawer .menu-drawer__menu li:not(:last-child) {
        margin-bottom: 16px;
    }
    .menu-drawer__navigation .drawer-offer {
        padding: 20px 10px;
    }
    .menu-drawer__navigation .drawer-offer h3 {
        font-size: 24px;
    }
    .menu-drawer__navigation .drawer-offer p {
        font-size: 18px;
    }
    .menu-drawer__navigation .drawer-offer .image-first {
        width: 60px;
    }
    .menu-drawer__navigation .drawer-offer .image-second {
        width: 80px;
    }
    .guarantee-wrap .content-left {
        padding: 32px 24px;
    }
    .guarantee-wrap .content-right .aspect-ratio {
        padding-top: 75%;
    }
    .product-features-wpr .bg-image .aspect-ratio {
        padding-top: 115%;
    }
    .features-table .col-first .feature {
        padding: 5px 10px;
        word-break: break-all;
    }
    .features-table .feature {
        min-height: 40px;
        padding: 5px 10px;
        font-size: 9px;
    }
    .features-table .feature img {
        max-width: 32px;
    }
    .features-table .feature image, .features-table .feature svg {
        height: 14px;
        width: 14px;
    }
    .features-table {
        margin-top: -200px;
    }
    .product__media-wrapper .product-media-container .media {
        padding-top: 304px;
    }
    .product-slider-wrap {
        grid-template-columns: 70px 1fr;
    }
    .slider_features_wrap .feature img {
        height: 22px;
        width: 22px;
    }
    .slider_features_wrap .feature {
        padding: 4px;
        gap:4px;
    }
    .slider_features_wrap {
        grid-auto-rows: 70px;
    }
    .product__media-wrapper .product-media-container .media {
        padding-top: 304px;
    }
    .kaching-bundles .kaching-bundles__bar-content {
        flex-direction: column;
        align-items: flex-start;
    }
    #CartDrawer .drawer__inner {
        width: 100%;
        max-width:100%;
    }
    .header__icons .header__icon.header__icon--cart {
        margin-right: -1rem;
    }
    .header header-drawer{
        margin-left: -1rem;
    }
    .header {
        grid-template-columns:1fr 158px 1fr;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .trust-bar {
        padding: 12px 0;
    }
    product-info .product.grid {
        gap: 20px;
    }
    /* .product__media-wrapper .product__media-list .arrow {
        display: flex !important;
        height: 30px;
        width: 30px;
    }
    .product__media-wrapper .product__media-list .arrow svg {
        height: 12px;
        width: 12px;
        pointer-events: none;
    } */
    .product__info-wrapper .product__info-container .product__title {
        margin-top: 12px;
    }
    .product__info-wrapper .product__info-container .product__title h1 {
        font-size: 20px;
    }
    .product__info-wrapper .product__info-container .product__title + .product__description {
        margin: 6px 0 0;
    }
    .product__info-wrapper .product__info-container .info_features_wrap {
        margin-top: 14px;
        gap: 8px;
    }
    .product__info-wrapper .info_features_wrap .feature {
        grid-template-columns: 28px 1fr;
        gap: 6px;
    }
    .product__info-wrapper .info_features_wrap .feature img {
        height: 28px;
        width: 28px;
        padding: 5px;
    }
    .product__info-wrapper .info_features_wrap .feature h6 {
        font-size: 14px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-container {
        border-radius: 12px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-wrapper {
        padding: 12px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main {
        gap: 10px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-title {
        font-size: 16px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-label {
        padding: 2px 4px;
        font-size: 10px;
        border-radius: 2px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-content-left {
        gap: 6px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-subtitle {
        font-size: 12px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main  .kaching-bundles__bar-price {
        font-size: 16px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-main .kaching-bundles__bar-pricing .kaching-bundles__bar-full-price {
        font-size: 13px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar.kaching-bundles__bar--selected {
        margin-top: 15px;
    }
    .product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-variants {
       margin-top: 10px;
    }
    .product__info-wrapper .product__info-container .icon-with-text {
        margin-top: 10px;
    }
    /* .grid--peek.slider .grid__item:not(.is-active) {
        display: none;
    } */


    /* animation arrow */
    .product__media-wrapper slider-component .slider-buttons {
        display: block !important;
    }

    .product__media-wrapper slider-component .slider-buttons .slider-button[disabled] {
        opacity:0.5;
        pointer-events:none;
    }
    .product__media-wrapper slider-component .slider-buttons .slider-button {
        display: flex !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-image: linear-gradient(226deg, #000613 -1.43%, #002679 108.74%);
        color: #fff;
        align-items: center;
        justify-content: center;
    }
    .product__media-wrapper slider-component .slider-buttons .slider-button.slider-button--prev{
        left:10px;
        transform:translateY(-50%) scale(-1);
    }
    .product__media-wrapper slider-component .slider-buttons .slider-button.slider-button--next{
        right:10px;
    }
    .product__media-wrapper slider-component .slider-buttons .slider-button .svg-wrapper {
        height: 12px;
        width: 12px;
        pointer-events: none;
    }
    .product__media-wrapper slider-component .slider-buttons .slider-button .svg-wrapper svg{
        color: #fff;
        transform:none;
    }

    .product__media-wrapper slider-component .slider-buttons .slider-counter {
        display: none;
    }
}