/** Shopify CDN: Minification failed

Line 9972:42 Expected "}" to go with "{"

**/
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --font-xxxs: 12px;
    --font-xxs: 14px;
    --font-xs: 16px;
    --font-s: 18px;
    --font-m: 20px;
    --font-l: 24px;
    --font-xl: 30px;
    --font-xxl: 32px;
    --font-xxxl: 36px;
    --font-xxxxl: 60px;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-demi: 600;
    --font-weight-bold: 700;
    --rad-s: 4px;
    --rad-m: 8px;
    --rad-l: 16px;
    --space-xxxs: 4px;
    --space-xxs: 8px;
    --space-xs: 16px;
    --space-s: 24px;
    --space-m: 32px;
    --space-l: 40px;
    --space-xl: 48px;
    --space-xxl: 64px;
    --space-xxxl: 80px;
    --space-xxxxl: 96px;
    --space-xxxxxl: 120px;
    --space-xxxxxxl: 140px;

    --gap: min(2vw, var(--space-l));
    --gutter: clamp(var(--space-s), 19px + 1.5883vw, var(--space-xl));
}

html {
    scrollbar-width: unset;
}

body {
    font-family: "sennheiser";
    font-size: 16px;
    background-color: #000;
    color: #fff;
    line-height: 1.5;
}

body.open-filter-drawer {
    overflow-y: hidden;
}

body:has(.dialog-drawer) {
    transition: all 0.5s linear;
}

body.custom-cart-drawer-open {
    overflow: hidden;
}

body fly-to-cart {
    display: none;
}

a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
}

img {
    display: block;
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
p,
span {
    font-family: inherit;
    color: inherit;
    letter-spacing: normal;
}

h3 {
    font-family: "sennheiser-bold";
}

.container {
    max-width: 1420px;
    padding: 0 48px;
    padding: 0 var(--gutter);
    margin: 0 auto;
}

.btn {
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
}

.btn .add-to-cart-text,
.btn .add-to-cart-text--added {
    animation: none;
    transition: none;
}

.btn.btn-primary {
    background-color: #037cc2;
}

.btn.btn-outline {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn:disabled {
    cursor: not-allowed;
    color: #101010;
    background: #e1e1e1;
    opacity: 1;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}

.zoom-animation {
    overflow: hidden;
}

.zoom-animation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 16-02-2026 Animation remove Start */
    /* transform: scale(1.1); */
    /* 16-02-2026 Animation remove End */
    transition: all 1s ease-in-out;
}
.zoom-animation.spare-parts img {
  object-fit: scale-down;
}
.zoom-animation.animate img {
    /* 16-02-2026 Animation remove Start */
    /* transform: scale(1); */
    /* 16-02-2026 Animation remove End */
}

.blog-link-color {
    color: #037cc2;
}

body.first-load .zoom-animation img {
    /* 16-02-2026 Animation remove Start */
    /* filter: blur(10px); */
    /* 16-02-2026 Animation remove End */
}

body.first-load .zoom-animation.animate img {
    /* 16-02-2026 Animation remove Start */
    /* filter: blur(0); */
    /* 16-02-2026 Animation remove End */
}

.zoom-animation .content-inner {
    /* 16-02-2026 Animation remove Start */
    /* opacity: 0;
    transform: scale(1.08); */
    /* 16-02-2026 Animation remove End */
    transition: all 1s ease-in-out;
}

.zoom-animation.animate .content-inner {
    /* 16-02-2026 Animation remove Start */
    /* opacity: 1;
    transform: scale(1); */
    /* 16-02-2026 Animation remove End */
}

.content-visible {
    /* 16-02-2026 Animation remove Start */
    /* opacity: 0; */
    /* 16-02-2026 Animation remove End */
    transition: opacity 0.97s;
}

.content-visible.content-animate {
    /* 16-02-2026 Animation remove Start */
    /* opacity: 1; */
    /* 16-02-2026 Animation remove End */
}

.btn-wrap {
    display: flex;
    align-items: center;
}

.btn-wrap.single-btn {
    text-align: center;
    justify-content: center;
}

.btn-wrap.single-btn .btn {
    min-width: 165px;
}

.btn-wrap .btn:not(:last-child) {
    margin-right: 24px;
}

.section-heading {
    font-size: 36px;
    margin-bottom: 18px;
}

.collection-description-wrapper,
.section-wrapper {
    margin: 160px 0;
}

.section-wrapper:has(.video-wrapper) .section-heading-wrap {
    margin-bottom: 40px;
}


.section-heading-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-heading-wrap:has(.btn) .section-heading-text {
    flex: 0 0 50%;
    max-width: 50%;
}

.section-heading-wrap .section-heading-text {
    flex: 0 0 80%;
    max-width: 80%;
}

.section-heading-wrap h2 {
    margin: 16px 0;
    color: #037cc2;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.section-heading-wrap p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 29.5px;
}

.section-heading-wrap .btn {
    min-width: 165px;
    padding: 5px 16px;
}

/* heading-text */
.section-wrapper .heading-text {
    text-align: center;
    font-size: 24px;
    line-height: 29.5px;
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 16px;
    margin-bottom: 120px;
}

/* tab */
.custom-tabs-wrapper {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
}

.custom-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.custom-tabs {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.custom-tabs .tab {
    color: #fff;
    text-shadow: 0 4px 80px rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 24px 0 16px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.custom-tabs .tab:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0096d6;
    transition: height 0.2s;
}

.custom-tabs .tab:not(:last-child) {
    margin-right: 32px;
}

.custom-tabs .tab.current:after {
    height: 4px;
}

/* tab-links */
.custom-links-tabs {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.custom-links-tabs .link-tab {
    color: #fff;
    text-shadow: 0 4px 80px rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 24px 0 16px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.custom-links-tabs .link-tab:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0096d6;
    transition: height 0.2s;
}

.custom-links-tabs .link-tab:not(:last-child) {
    margin-right: 32px;
}

.custom-links-tabs .link-tab.current:after {
    height: 4px;
}

/* hotspot */
.hotspot-cards-two {
    margin-top: 40px;
    display: flex;
    gap: var(--gap);
    row-gap: 30px;
    flex-wrap: wrap;
}

.hotspot-cards-two li {
    position: relative;
    flex: 0 0 calc(50% - (var(--gap) / 2));
    max-width: calc(50% - (var(--gap) / 2));
}

.hotspot-cards-two li button {
    background: transparent;
    border: 0;
    outline: none;

    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    padding: 0;
    background: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.hotspot-cards-two li button svg {
    height: 80px;
    width: 80px;
}

.hotspot-cards-two li .card-trigger svg circle {
    opacity: 0.2;
}

.hotspot-cards-two li .card-trigger svg.animate-circle circle:nth-child(1) {
    animation: circle-anim 0.5s linear;
}

.hotspot-cards-two li .card-trigger svg.animate-circle circle:nth-child(2) {
    animation: circle-anim 0.5s linear 0.25s;
}

.hotspot-cards-two li .card-trigger svg.animate-circle circle:nth-child(3) {
    animation: circle-anim 0.5s linear 0.5s;
}

.hotspot-cards-two li .card-trigger svg.animate-circle circle:nth-child(4) {
    animation: circle-anim 0.5s linear 0.75s;
}

.hotspot-cards-two li .card-trigger svg.animate-circle circle:nth-child(5) {
    animation: circle-anim 0.5s linear 1s;
}

@keyframes circle-anim {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.2;
    }
}

/* 
.video-wrapper {
    margin-top: 40px;
} */

.video-wrapper video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
}

.video-wrapper .video-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
}

.video-wrapper .video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.22%;
}

.video-wrapper .video-container iframe,
.video-wrapper .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Start : 12-11-25 : Fit video inside frame */
.video-wrapper .video-container .video-contain {
    object-fit: contain;
}
/* End : 12-11-25 : Fit video inside frame */

.video-wrapper.open .video-bg {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
    cursor: pointer;
}

.video-wrapper .video-bg .play-btn {
    position: absolute;
    bottom: 16px;
    left: 10px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    max-width: 50px;
    max-height: 50px;
}

.video-wrapper.open .video-container {
    opacity: 1;
    -webkit-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
}

/* informative-section */
.informative-section .inner-wrap {
    position: relative;
}

.informative-section .img-wrap {
    position: absolute;
    inset: 0;
}

.informative-section .img-wrap::after {
    content: "";
    display: block;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.65) 25%,
            transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.informative-section .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.informative-section .img-wrap:has(.mobile-img) .mobile-img {
    display: none;
}

.informative-section .content-wrap {
    position: relative;
    width: 70%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.informative-section .content-wrap h3 {
    font-size: 60px;
    line-height: 1;
    margin: 60px 0 8px;
    font-family: "sennheiser-bold";
}

.informative-section .content-wrap p {
    font-size: 20px;
}

.informative-section .content-wrap a {
    margin-top: 48px;
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    background-color: #037cc2;
    outline: none;
    max-width: 140px;
}

.informative-section.big-section .inner-wrap {
    min-height: 515px;
    display: flex;
}

.informative-section.big-section.section-height-500 .inner-wrap {
    min-height: 500px;
}

.informative-section.big-section.section-height-535 .inner-wrap {
    min-height: 535px;
}

.informative-section.big-section.section-height-557 .inner-wrap {
    min-height: 557px;
}

.informative-section.big-section.section-height-600 .inner-wrap {
    min-height: 600px;
}

.informative-section.big-section.section-height-660 .inner-wrap {
    min-height: 660px;
}

.informative-section.big-section.section-height-550 .inner-wrap {
    min-height: 550px;
}

.informative-section.big-section.section-height-496 .inner-wrap {
    min-height: 496px;
}

.informative-section.big-section.section-height-744 .inner-wrap {
    min-height: 744px;
}

.informative-section.big-section.section-height-533 .inner-wrap {
    min-height: 533px;
}

/* .informative-section.big-section .inner-wrap.pdp-informative {
    min-height: 515px;
} */

.informative-section.big-section .inner-wrap .btn-wrap .btn {
    min-width: 140px;
}

/* feature-card-section */
.feature-card-wrap {
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.feature-card-wrap.expectations-card {
    margin-top: 40px;
}

.feature-card-wrap:last-child {
    margin-bottom: 0;
}

.feature-card-wrap .feature-card-image,
.feature-card-wrap .feature-card-content {
    flex: 0 0 calc(50% - (var(--gap) / 2));
    max-width: calc(50% - (var(--gap) / 2));
}

.feature-card-wrap .feature-card-content {
    display: flex;
    align-items: center;
}

.feature-card-wrap .feature-card-content .content-wrap {
    padding: 0 48px;
}

.feature-card-wrap .feature-card-content .content-wrap.content-list-wrap {
    margin: auto;
    padding: 0 24px;
}

.feature-card-wrap .feature-card-content .content-wrap h3 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: "sennheiser-bold";
    line-height: 1.5;
}

.feature-card-wrap .feature-card-content .content-wrap h3 span {
    color: #037cc2;
}

.feature-card-wrap .feature-card-content .content-wrap .btn-wrap {
    margin-top: 40px;
}

.feature-card-wrap .feature-card-content .text-collapse-block {
    display: none;
    padding-top: 32px;
}

.feature-card-wrap .feature-card-content .content-wrap .text-collapse-block p {
    padding-bottom: 24px;
    line-height: 1.5;
}

.feature-card-wrap .feature-card-content .content-wrap p.auracast-para {
    font-size: 24px;
}

.feature-card-wrap .feature-card-content .content-wrap p.auracast-para span {
    font: inherit;
}

.feature-card-wrap .feature-card-content .content-wrap .auracast-desc {
    font-size: 18px;
    line-height: 32px;
    margin: var(--space-m) 0 var(--space-s);
}

.feature-card-wrap .feature-card-content .content-wrap .auracast-desc p {
    font: inherit;
}

.pdp-content .feature-card-wrap .feature-card-content .content-wrap .text-collapse-block p {
    line-height: 32px;
}

.feature-card-wrap .feature-card-content p.rich-text {
    padding-bottom: 16px;
    font-size: 16px;
}

.feature-card-wrap .feature-card-content a {
    font-style: italic;
    font-size: 18px;
    color: #037cc2;
}

.feature-card-wrap .feature-card-content a:not(.btn):hover {
    color: #037cc2 !important;
}

.feature-card-wrap .feature-card-content .btn-wrap a {
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}

.feature-card-wrap .feature-card-content p.rich-text {
    font-size: 18px;
    line-height: 32px;
}

.feature-card-wrap .feature-card-content .btn-wrap:has(.collapse-btn) {
    padding-top: 32px;
    margin-top: 0 !important;
}

.feature-card-wrap .feature-card-content .collapse-btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    font-family: inherit;
}

/* .feature-card-wrap .feature-card-content .content-wrap p {
    line-height: 1.5;
} */

.feature-card-wrap .feature-card-content .content-wrap .feature-card-subheading p,
.feature-card-wrap .feature-card-content .content-wrap .feature-card-content2 p {
    margin: 24px 0;
}

.feature-card-wrap .feature-card-content .content-wrap .feature-card-content2 p {
    line-height: 32px;
}

.feature-card-wrap .feature-card-content .content-wrap p span {
    display: block;
    font-size: 18px;
    line-height: 32px;
}

.pdp-content .feature-card-wrap .feature-card-content .content-wrap p {
    font-size: 24px;
}

.pdp-content .feature-card-wrap .feature-card-content .content-wrap-list p {    
    padding-bottom: 16px;
}

.pdp-content .feature-card-wrap .feature-card-content .content-wrap .text-collapse-block p {
    font-size: 18px;
    padding-bottom: 16px;
}

.feature-card-wrap .feature-card-content .content-wrap ul {
    margin-top: 32px;
}

.feature-card-wrap .feature-card-content .content-wrap ol {
    margin: 24px 0;
    list-style: decimal;
    padding-left: 40px;
}

.feature-card-wrap .feature-card-content .content-wrap ul.icon-list li {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.feature-card-split .split-card-wrapper .content-wrap ul {
    list-style: disc;
    padding-left: 39px;
}

.feature-card-split .split-card-wrapper .content-wrap ul.icon-list {
    padding-left: 0;
}

.feature-card-split .split-card-wrapper .content-wrap ul li {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 18px;
    display: list-item;
}

.feature-card-wrap .feature-card-content .content-wrap ol li {
    font-size: 18px;
    line-height: 32px;
}

.feature-card-wrap .feature-card-content .content-wrap ul {
    list-style: disc;
    padding-left: 39px;
}

.feature-card-wrap .feature-card-content .content-wrap ul.icon-list {
    padding-left: 0;
}

.feature-card-wrap .feature-card-content .content-wrap ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
}

.feature-card-wrap .feature-card-content .content-wrap ul li .icon-wrap {
    width: 36px;
    flex-shrink: 0;
}

.feature-card-wrap .feature-card-content .content-wrap ul li .icon-wrap svg,
.feature-card-wrap .feature-card-content .content-wrap ul li .icon-wrap img {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
}

.feature-card-wrap .feature-card-content .content-wrap ul li .icon-wrap path {
    fill: currentColor !important;
}

.feature-card-wrap .feature-card-content .content-wrap ul li .text-wrap {
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
}

.feature-card-wrap .feature-card-content .content-wrap .audiovitality-list ul {
    gap: var(--space-s);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 100%;
}

.feature-card-wrap .feature-card-content .content-wrap .audiovitality-list ul li {
    line-height: 24px;
}

.feature-card-wrap .feature-card-content:has(.audiovitality-list) {
    justify-content: center;
}

.feature-card-wrap.expectations-card .feature-card-content .content-wrap {
    padding: 32px;
}

.feature-card-wrap.expectations-card .feature-card-content .content-wrap ul {
    padding-left: 0;
}

.feature-card-wrap .feature-card-content .second-title {
    margin-top: 32px;
    margin-bottom: 0;
}

.feature-card-wrap .feature-card-content .content-wrap .second-title {
    margin-top: 32px;
    margin-bottom: 16px;
}

.feature-card-wrap .feature-card-content .content-wrap .sm-text p {
    margin: 16px 0;
    font-size: 16px;
}

.feature-card-wrap .feature-card-content .content-wrap p.md-text {
    margin: 16px 0;
    font-size: 18px;
    line-height: 1.5;
}

.feature-card-wrap .feature-card-content .content-wrap .btn-wrap {
    margin-top: 40px;
}

.feature-card-wrap .feature-card-content .anchor-wrap a {
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    background-color: #037cc2;
    font-style: normal;
}

/* 09-10-25 : conversation-clear-plus start */
.feature-card-wrap .feature-card-content .content-wrap .anchor-wrap ul li {
    line-height: 24px;
}

.pdp-content .feature-card-wrap .feature-card-content .content-wrap .anchor-wrap p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 35px;
}
/* 09-10-25 : conversation-clear-plus end */
/* sennheiser-he-2 */
.feature-card-wrap.row-reverse {
    flex-direction: row-reverse;
}
/* multi-room-set */
.features-divider{
    border-color: #2c2e35;
}
/* feature-card-slider */
.feature-card-slider-outer-wrap {
    margin-top: 40px;
}

.feature-card-slider-outer-wrap.three-col .feature-card-slider-wrap .feature-card .card-content p {
    padding-right: 24px;
}

.feature-card-slider-wrap .feature-card .card-img img {
    width: 100%;
}

.feature-card-slider-wrap .feature-card .card-content {
    padding: 40px 0;
}

.feature-card-slider-wrap .feature-card .card-content h3 {
    margin: 16px 0 32px;
    font-size: 16px;
    color: #037cc2;
}

.feature-card-slider-wrap .feature-card .card-content p {
    font-size: 18px;
}

.feature-card-slider-wrap .feature-card .card-content .btn-wrap {
    margin-top: 40px;
    padding: 0 48px;
}

.feature-card-slider-wrap .feature-card .card-content .btn-wrap .btn {
    min-width: 165px;
    width: 100%;
    max-width: 213px;
}

.informative-section.section-wrapper:has(.section-heading-wrap) .inner-wrap {
    margin-top: 48px;
}

.informative-section.home-informative {
    padding-top: 48px;
}

/* specifications-section */
.specifications-section .collapse-btn {
    font-family: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

.specifications-section .btn-wrap {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* feature-card-with-heading */
.feature-card-with-heading-wrap {
    display: flex;
    margin: 0 -20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.feature-card-with-heading-wrap h3 {
    color: #037cc2;
    font-size: 16px;
    margin-bottom: 32px !important;
    line-height: 24px;
}

.feature-card-with-heading-wrap p {
    font-size: 18px;
}

.feature-card-with-heading-wrap .feature-card-with-heading {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
}

.feature-card-with-heading-wrap .feature-card-with-heading img {
    height: 100%;
    width: 100%;
}

.feature-card-with-heading-wrap .feature-card-content {
    padding-top: 55px;
}

.feature-card-with-heading-wrap .feature-card-content .btn-wrap {
    margin-top: 70px;
    padding: 0 48px;
    /* justify-content: center; */
}

.feature-card-with-heading-wrap .feature-card-content .btn-wrap .btn {
    min-width: 165px;
}

/* two-col-img-content-wrap */
.two-col-img-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin-top: 40px;
}

.two-col-img-content-wrap .feature-card-outer-wrapper {
    flex: 0 0 calc(50% - var(--gap) / 2);
    max-width: calc(50% - var(--gap) / 2);
}

.two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content {
    padding-top: var(--gap);
}

.two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content h3 {
    margin: 24px 0 8px;
    font-size: 32px;
    line-height: normal;
}

.two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content p {
    font-size: 18px;
    line-height: 24px;
    padding-right: var(--space-s);
}

.two-col-img-content-wrap .feature-card-outer-wrapper .btn-wrap {
    margin-top: var(--space-l);
    padding: 0 var(--space-xl);
}

.two-col-img-content-wrap .feature-card-outer-wrapper .btn-wrap .btn {
    min-width: 165px;
}

/* breadcrumbs-nav */
.breadcrumbs-nav {
    color: #ffffff;
}

.breadcrumbs-nav .breadcrumbs-link {
    display: flex;
    align-items: center;
}

.breadcrumbs-nav .breadcrumbs-link img {
    margin-right: 15px;
    width: 32px;
    min-width: 32px;
}

.breadcrumbs-nav .breadcrumbs-items {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    gap: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link {
    color: #818183;
    text-decoration: none;
    transition: all 0.1s;
}

.breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link span {
    transition: all 0.1s;
}

.breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link:hover {
    color: #ffffff;
}

.breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link:hover span {
    text-decoration: underline;
}

.breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link::after {
    color: #616267;
    content: "/";
    margin: 0 0 0 16px;
}

.breadcrumbs-nav .breadcrumbs-link.mobile-show {
    display: none;
}

/* how-to-guide-section */
.how-to-guide-section .container {
    max-width: 100%;
}

/* FAQ accordion */
.faq-section .section-heading {
    text-align: center;
    margin-bottom: 48px;
    line-height: 1;
    font-family: "sennheiser-bold";
}

.faq-section p {
    font-size: 18px;
    margin-bottom: 40px;
}

.faq-section .section-desc {
    font-size: 18px;
    margin-bottom: 40px;
}

.accordion-wrapper .accordion-item {
    border-bottom: 1px solid #2c2e35;
}

.accordion-wrapper .accordion-content ol {
    list-style: revert;
    padding: revert;
}

.accordion-wrapper .accordion-heading {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 16px 0;
    font-family: "sennheiser-bold";
}

.accordion-wrapper .accordion-content .disc-type {
    list-style: disc;
}

.accordion-wrapper .accordion-content .circle-type {
    list-style: circle;
}

.accordion-wrapper .accordion-content {
    display: none;
    padding: 16px 0 40px;
    font-size: 18px;
    line-height: 32px;
    border-top: 1px solid #2c2e35;
}

.accordion-wrapper .accordion-content p {
    margin: 24px 0;
    min-height: 32px;
}

.accordion-wrapper .accordion-content h2 {
    margin: 64px 0 16px;
    font-size: 30px;
    font-weight: 400;
}

.accordion-wrapper .accordion-content a {
    color: #037cc2 !important;
}

.accordion-wrapper .accordion-content ul {
    margin: 24px 0;
    padding-left: 40px;
    list-style: disc;
}

.accordion-wrapper .accordion-content ul.child-ul {
    list-style: circle;
}

.accordion-wrapper .accordion-heading .accordion-icon {
    min-width: 9px;
    width: 9px;
    display: block;
    line-height: 0;
    margin-left: 10px;
    transition: all 0.3s linear;
}

.accordion-wrapper .accordion-item:nth-child(1) {
    border-top: 1px solid #2c2e35;
}

.accordion-wrapper .accordion-heading .accordion-icon svg {
    fill: currentColor;
    width: 100%;
}

.accordion-wrapper .accordion-item.active .accordion-heading .accordion-icon {
    transform: rotate(180deg);
}

.accordion-wrapper .accordion-link-content {
    padding: 16px 0;
}

.accordion-wrapper .accordion-link-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.accordion-wrapper .accordion-link-content .accordion-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
    color: #ffffff !important;
}

.accordion-wrapper .accordion-link-content .accordion-link:not(:first-child) {
    margin-top: 8px;
}

.accordion-wrapper .accordion-link-content .accordion-link svg {
    fill: #037cc2;
    width: 5px;
    min-width: 5px;
    margin-left: 32px;
}

/* dropdown */
.dropdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.dropdown-wrapper .label {
    margin-right: 16px;
}

/* rich-text-section */
.rich-text-section {
    font-size: 18px;
    line-height: 32px;
}

.rich-text-section .container {
    max-width: 1080px;
}

.rich-text-section ol,
.rich-text-section ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 24px;
    overflow-wrap: break-word;
}

.privacy-notice.rich-text-section ol,
.privacy-notice.rich-text-section ul,
.online-store-user-guide-section.rich-text-section ol,
.online-store-user-guide-section.rich-text-section ul {
    padding-left: 20px;
}

.rich-text-section ol li a,
.rich-text-section ul li a {
    color: #037cc2 !important;
}

.rich-text-section h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: normal;
}

.rich-text-section p {
    margin-bottom: 24px;
    min-height: 32px;
}

.press-contact-rich-section.rich-text-section p,
.coordinated-vulnerability-dis-policy-section.rich-text-section p {
    margin-top: 24px;
}

.privacy-notice.rich-text-section p span {
    font-family: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
}

.rich-text-section p a {
    color: #037cc2 !important;
}

.rich-text-section ol {
    list-style-type: number;
}

.rich-text-section blockquote {
    padding: 0 0 0 32px;
    margin: 0 0 64px;
    border-left: 4px solid #0096d6;
    font-size: 24px;
    color: #e1e1e1;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.rich-text-section blockquote p {
    font-size: 24px;
    color: #e1e1e1;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.rich-text-section h2:not(:first-child) {
    margin-bottom: 16px;
    margin-top: 64px;
}

.rich-text-section .blank-space {
    display: block;
}

/* inner-page-navbar */
.inner-page-navbar {
    border-bottom: 1px solid #222;
}

.inner-page-navbar .container {
    max-width: 100%;
    padding: 0 8px;
}

.inner-page-navbar ul {
    display: flex;
    align-items: center;
    justify-content: safe center;
}

.inner-page-navbar ul li {
    padding: 0 16px;
    width: auto;
}

.inner-page-navbar ul li a {
    padding: 16px 0;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.37s ease-in-out;
    position: relative;
}

.inner-page-navbar ul li a::after {
    content: "";
    width: 0;
    height: 4px;
    background: #037cc2;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    opacity: 0;
    transform: translate(50%);
    transition: all 0.23s ease-in-out;
}

.inner-page-navbar ul li a.active::after {
    opacity: 1;
    width: 100%;
}

.text-block p {
    margin-top: 0 !important;
}

/* highlighted-wrapper */
.pdp-highlighted.highlighted-wrapper {
    padding-bottom: 48px;
}

.highlighted-wrapper {
    padding: 0 var(--gutter);
}

.highlighted-wrapper .container {
    max-width: 100%;
    padding: 0;
}

.highlighted-wrapper .text-block {
    max-width: 1100px;
    padding: 0 48px;
    margin: 0 auto;
    text-align: center;
}

.highlighted-wrapper .text-title {
    margin: 32px 0 32px;
    font-size: 16px;
    font-weight: 700;
    font-family: "sennheiser-bold";
}

.highlighted-wrapper .btn-wrap {
    justify-content: center;
    margin-top: 64px;
}

.highlighted-wrapper .text-block h2 {
    text-align: center;
    line-height: 1.5;
    margin: 13px 0 32px;
    font-size: 16px;
    font-weight: 700;
    font-family: "sennheiser-bold";
}

.highlighted-wrapper .text-block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.highlighted-wrapper .highlight-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 64px;
}

.highlighted-wrapper .highlight-link {
    display: inline-block;
    width: 200px;
}

.highlighted-wrapper .text-block.left-content,
.highlighted-wrapper .text-block.left-content p,
.highlighted-wrapper .text-block.left-content h2 {
    text-align: left;
}

.highlighted-wrapper .text-block.left-content h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "sennheiser";
}

.highlighted-wrapper .text-block.left-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 32px;
}

.highlighted-wrapper .highlight-link img {
    width: 100%;
}

.highlighted-wrapper a[data-type="button"] {
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    background-color: #037cc2;
    min-width: 165px;
    width: auto;
    max-width: unset;
    margin: 64px auto 0;
}

.newsletter-wrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.newsletter-wrap .newsletter-col {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.newsletter-wrap h3 {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 24px;
}

.newsletter-wrap p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}

.newsletter-wrap .btn {
    min-width: 170px;
}

/* pdp page */
.product-pagebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    transition: all 0.37s ease-in-out;
    transform: translateY(-100%);
}

.product-pagebar-wrapper .productbar-wrapper {
    background-color: #000;
    padding: 12px 32px;
    border-bottom: 2px solid #222;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.product-pagebar-wrapper .productbar-wrapper .product-name {
    flex: 1;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-orient: vertical;
    line-clamp: 1;
}

.product-pagebar-wrapper .productbar-wrapper .product-price {
    order: 3;
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
}

.product-pagebar-wrapper .productbar-wrapper .product-price .original-price{
    text-decoration: line-through;
}

.product-pagebar-wrapper .productbar-wrapper .product-notes {
    order: 2;
    white-space: nowrap;
    font-size: 12px;
    color: #616267;
}

.product-pagebar-wrapper .productbar-wrapper .product-buy-button-wrapper {
    order: 4;
    min-width: 160px;
    max-width: 160px;
}

.product-pagebar-wrapper .productbar-wrapper .product-buy-button-wrapper .product-form-buttons>*:not(.quantity-selector) {
    width: 100%;
    min-width: unset;
}

.product-pagebar-wrapper .productbar-wrapper .btn {
    height: auto;
    padding-block: 0;
    font-family: inherit;
}

.product-info-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
}

.product-info-row .product-info-col {
    padding: 0 32px;
    flex: 1;
}

.product-info-row .product-info-inner {
    border: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
}

.product-info-row h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 64px;
    text-align: center;
}

.product-info-row .product-info-col.download-doc-col {
    padding-top: 24px;
    max-width: 1164px;
    margin: 0 auto;
}

.product-info-row .product-info-col.download-doc-col h3 {
    text-align: center;
    margin-bottom: 32px;
}

.product-info-row .product-info-list ul , .faq-section .product-info-list ul {
    list-style: disc inside;
}

.product-info-row .product-info-list , .faq-section .product-info-list {
    font-size: 18px;
    list-style: disc inside;
    text-indent: -20px;
}

.product-info-row .product-info-list li:not(:last-child) , .faq-section .product-info-list li:not(:last-child) {
    margin-bottom: 16px;
}

.image-full-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-full-wrapper img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.small-image-wrapper img {
    width: 200px;
    aspect-ratio: unset !important;
}

.hero-banner-section {
    position: relative;
    overflow: hidden;
}

.hero-banner-section .inner-wrap.swiper-slide {
    padding: 96px 0;
}

.hero-banner-section .inner-wrap {
    height: 100dvh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 96px 0;
    position: relative;
    width: 100%;
}

.hero-banner-section.inner-banner .inner-wrap {
    height: 80vh;
}

.hero-banner-section.inner-banner.inner-section-carousal .inner-wrap {
    height: auto;
}

.hero-banner-section.inner-section-carousal .inner-wrap.swiper-slide {
    padding: 0;
}

.hero-banner-section.inner-section-carousal .bg-img {
    position: relative;
}

.hero-banner-section.inner-section-carousal .inner-wrap:after {
    display: none;
}

.hero-banner-section.inner-section-carousal .swiper-pagination {
    left: 50%;
    transform: translateY(-50%);
}

.hero-banner-section .inner-wrap:after {
    content: "";
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.65) 25%,
            transparent);
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* nooverlay start */
.hero-banner-section .inner-wrap.nooverlay:after {
    display: none;
}
/* nooverlay end */

.hero-banner-section .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-banner-section .bg-img .img-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s linear;
}

.hero-banner-section .bg-img .img-wrap.active {
    opacity: 1;
}

.hero-banner-section .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-section.pdp-banner-slider.inner-section-carousal .bg-img {
    aspect-ratio: 16 / 9;
}

.hero-banner-section.pdp-banner-slider .swiper.mob-swiper,
.hero-banner-section .bg-img:has(.mob-img) img.mob-img {
    display: none;
}

.hero-banner-section .banner-content {
    width: 70%;
    max-width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 24px;
}

.hero-banner-section .banner-content h1 {
    font-size: clamp(var(--font-l), 3.6vmax, 68px);
    line-height: clamp(var(--font-xl), 3.6vmax, 68px);
    padding-top: 10px;
}

.hero-banner-section .banner-content p {
    margin-top: 8px;
    color: #037cc2;
    font-size: clamp(var(--font-m), 2vmax, var(--font-xl));
    line-height: clamp(var(--font-l), 2vmax, var(--font-xxl));
}

.hero-banner-section .banner-content .btn {
    margin-top: 48px;
    min-width: 165px;
    max-height: 50px;
    width: auto;
    font-family: inherit;
}
/* 08-01-2026 Start */
.hero-banner-section .banner-content .buttons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
} 
.hero-banner-section .banner-content .buttons-wrapper .buy-now-btn-wrap{
    width:100%;
}
.hero-banner-section .banner-content .shopify-product-form{
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.pdp-main-wrapper.hero-banner-section .banner-content .btn {
    min-width: 160px;
} 
.pdp-main-wrapper.hero-banner-section .banner-content a.btn {
    min-width: 160px;
    top: -70px;
    right: -86px;
    position: relative;
    left: auto !important;
} 
.pdp-main-wrapper.hero-banner-section .banner-content .buy-now-btn-wrap .btn{
    position: relative;
    left: -92px;
}
.buy-now-btn-wrap a {
    margin-top: 20px !important;
} 
.book-schedule-section {
    background: #000000 !important 
}
.book-schedule-section .section-content-wrapper {
    padding: 0 !important
}
.book-schedule-section .text-block h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    font-family: sennheiser-bold;
}
.book-schedule-section rte-formatter h4{
    font-size: 18px;
    line-height: 24px;
    display: flex;
    font-family: sennheiser-bold;
    color: #fff;
    justify-content: center;
    text-align: center;
    margin: 0 0 15px;
}
.book-schedule-section .custom-form-wrapper .ace-cf-row .ace-cf-panel {
    background: #000 !important;
    border: 1px solid #2c2e35;
}
.book-schedule-section .custom-form-wrapper .ace-cf-row .ace-cf-panel .ace-cf-row .form-field-wrapper{
    width: 100%;
}
.book-schedule-section .custom-form-wrapper .form-group .control-label {
    color: #fff;
}
.book-schedule-section .custom-form-wrapper .form-control {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333;
}
.book-schedule-section .custom-form-wrapper .submit-button-wrapper {
    text-align: center;
}
.book-schedule-section .custom-form-wrapper .submit-button-wrapper .cf-btn-block{
   background-color: #037cc2 !important;
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px !important;
    font-size: 16px;
    line-height: 1.5;
    max-width: 165px;
    margin: 0 auto;
    font-weight: 400 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
}
.book-schedule-section .custom-form-wrapper .submit-button-wrapper .cf-btn-block:hover{
    background-color: #07a !important;
}
.book-schedule-section rte-formatter .back-btn {
    font-size: 18px;
} 
.book-schedule-section rte-formatter .back-btn:hover {
    color: #037cc2 !important;
}
/* 08-01-2026 End */

.pdp-main-wrapper.hero-banner-section .banner-content .btn {
    min-width: 160px;
}

.badge-slider-section .badge-slider .swiper-pagination,
.hero-banner-section .swiper-pagination {
    bottom: 48px;
    left: 48px;
    display: flex;
    align-items: center;
    width: auto;
}

.badge-slider-section .badge-slider .swiper-pagination .swiper-pagination-bullet,
.hero-banner-section .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: transparent;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.badge-slider-section .badge-slider .swiper-pagination .swiper-pagination-bullet .dot,
.hero-banner-section .swiper-pagination .swiper-pagination-bullet .dot {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    display: block;
    border-radius: 100%;
    opacity: 0.3;
}

.badge-slider-section .badge-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot,
.hero-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot {
    opacity: 1;
}

.badge-slider-section .badge-slider .swiper-pagination .circle-ring,
.hero-banner-section .swiper-pagination .circle-ring {
    position: absolute;
    width: 21px;
    height: 21px;
    transform: rotate(-90deg);
    z-index: 1;
}

.badge-slider-section .badge-slider .swiper-pagination .circle-ring circle,
.hero-banner-section .swiper-pagination .circle-ring circle {
    opacity: 0;
}

.badge-slider-section .badge-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-ring circle,
.hero-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-ring circle {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 56.52;
    animation: drawCircle 5s linear, fadeOut 0.5s linear 5s;
}

.pdp-video-wrapper {
    padding-top: 40px;
}

.hero-banner-section .video-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    background: #222;
}

.hero-banner-section .video-wrapper .video-container {
    height: 100%;
    padding: 0;
}

.hero-banner-section.pdp-banner .video-wrapper .video-container {
    display: none;
}

.hero-banner-section .video-wrapper .video-container.active {
    display: block;
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 56.52;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hero-banner-section .banner-content .product-details {
    display: block;
    margin-top: 40px;
}

.hero-banner-section .banner-content .product-details .product-price {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    font-family: "sennheiser-bold";
}

.hero-banner-section .banner-content .product-details .product-price .original-price {
    text-decoration: line-through;
}

.hero-banner-section .banner-content .product-details .small-text {
    font-size: 14px;
    color: #818183;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: block;
}

.hero-banner-section .banner-content .product-details .product-info-text p {
    color: #818183;
    margin: 0;
    font-size: 16px;
    line-height: inherit;
}

.hero-banner-section .banner-content .product-details .product-notes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-banner-section .banner-content .product-details .product-notes span {
    font-size: 80%;
    display: block;
    margin-top: 3px;
}

.hero-banner-section .banner-content .product-details .product-notes .img-wrap {
    width: 75px;
    margin: 0px 5px;
}

.hero-banner-section .banner-content .product-details .product-notes .img-wrap img {
    width: 100%;
}

.hero-banner-section .product-associated-list-wrap {
    position: absolute;
    bottom: 50%;
    right: 24px;
    transform: translateY(60%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transition: opacity 0.37s linear;
}

.hero-banner-section .product-associated-list-wrap .product-associated-card {
    /* 3-10-25 secondary product issue  start*/
    width: clamp(200px,14vw,250px);
    /* 3-10-25 secondary product issue end*/
    aspect-ratio: 4 / 3;
    border-top: 4px solid #037cc2;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.hero-banner-section .product-associated-list-wrap .product-img {
    height: 100%;
    position: absolute;
    inset: 0;
    transition: all 0.37s ease-in-out;
}

.hero-banner-section .product-associated-card:hover .product-img {
    transform: scale(1.1);
}

.hero-banner-section .product-associated-list-wrap .product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-banner-section .product-associated-list-wrap .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    display: none;
}

.hero-banner-section .product-associated-card:hover .btn-wrap {
    display: block;
}

.hero-banner-section .product-associated-list-wrap .btn-wrap .btn {
    width: 100%;
}

.hero-banner-section .badge-wrapper {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 120px;
    right: 32px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.37s linear;
}

.hero-banner-section .badge-wrapper .badge {
    height: 48px;
}

.hero-banner-section .badge-wrapper .badge img {
    height: 100%;
    width: auto;
}

.hero-banner-section .product-selector-wrapper {
    padding: 16px 24px;
    position: absolute;
    left: 48px;
    bottom: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 4px solid #037cc2;
    border-radius: 4px;
    z-index: 2;
    min-width: 80px;
}

.hero-banner-section .product-selector-wrapper .product-selector {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-section .product-selector-wrapper .product-selector button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.hero-banner-section .product-selector-wrapper .product-selector button::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    border: 1px solid #c3c3c3;
    transform: none;
    transition: all 0.37s ease-in-out;
}

.hero-banner-section .product-selector-wrapper .product-selector button::after {
    content: "";
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #037cc2;
    transition: all 0.37s ease-in-out;
}

.hero-banner-section .product-selector-wrapper .product-selector button::after,
.hero-banner-section .product-selector-wrapper .product-selector button.active::before {
    opacity: 0;
}

.hero-banner-section .product-selector-wrapper .product-selector button.active::after {
    opacity: 1;
}

.testimonial-slider.hero-banner-section.inner-section-carousal .swiper-pagination {
    position: static;
    transform: none;
    justify-content: center;
}

.testimonial-slider.hero-banner-section p {
    font-size: 24px;
    line-height: 1.5;
}

.testimonial-slider.hero-banner-section .inner-wrap.swiper-slide {
    text-align: center;
    align-items: flex-start;
}

.testimonial-slider.hero-banner-section .sub-title {
    font-size: 16px;
    line-height: 14px;
    margin-top: 32px;
    font-family: sennheiser-bold;
}

.testimonial-slider.hero-banner-section .content-wrap {
    max-width: 1000px;
    width: 100%;
}

/* .buy-from-sennheiser-section  */
.buy-from-sennheiser-section .section-heading {
    font-size: 30px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
    border-right: 1px solid #222222;
    display: flex;
    align-items: center;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap:last-child {
    border: 0 !important;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap .img-wrap {
    margin-right: 21px;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap .content {
    margin-bottom: 4px;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap .img-wrap img {
    max-width: 30px;
}

.buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-link {
  text-decoration: none;
  color: inherit;
  display: flex;
}

.product-carousel-swiper {
    margin-top: 40px;
}

.product-carousel-swiper .swiper-slide {
    height: auto;
}

.product-carousel-swiper .swiper-buttons {
    gap: 24px;
}

.product-carousel-swiper .swiper-button-next,
.product-carousel-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    margin-top: 50px;
}

.product-carousel-swiper .swiper-button-next:hover:not(:disabled),
.product-carousel-swiper .swiper-button-prev:hover:not(:disabled) {
    border-color: #07a;
}

.product-carousel-swiper .swiper-button-next::after,
.product-carousel-swiper .swiper-button-prev::after {
    background-size: 7px;
}

.thumbnilslider2-wrap .swiper-button-next,
.thumbnilslider2-wrap .swiper-button-prev,
.thumbnilslider-wrap .swiper-button-next,
.thumbnilslider-wrap .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
}

.thumbnilslider2-wrap .swiper-button-next::after,
.thumbnilslider2-wrap .swiper-button-prev::after,
.thumbnilslider-wrap .swiper-button-next::after,
.thumbnilslider-wrap .swiper-button-prev::after {
    display: none;
}

.thumbnilslider-wrap .swiper-button-next svg,
.thumbnilslider-wrap .swiper-button-prev svg {
    width: 16px;
    min-width: 16px;
}

.thumbnilslider-wrap .swiper-button-next svg,
.thumbnilslider-wrap .swiper-button-prev svg {
    transition: all 0.5s;
}

.thumbnilslider-wrap .swiper-button-next:hover svg,
.thumbnilslider-wrap .swiper-button-prev:hover svg {
    fill: #ffffff !important;
}

.thumbnilslider2-wrap .swiper-button-next svg,
.thumbnilslider2-wrap .swiper-button-prev svg {
    fill: white;
    width: 12px;
    min-width: unset;
}

.thumbnilslider-wrap .swiper-button-next {
    bottom: 96px;
    left: 50%;
    transform: translatex(-50%);
    top: auto;
}

.thumbnilslider-wrap .swiper-button-prev {
    top: 96px;
    left: 50%;
    transform: translatex(-50%) rotate(180deg);
}

.thumbnilslider2-wrap .swiper-button-next {
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
}

.thumbnilslider2-wrap .swiper-button-prev {
    left: -48px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

.thumbnilslider2-wrap .swiper-button-next,
.thumbnilslider2-wrap .swiper-button-prev,
.thumbnilslider-wrap .swiper-button-next,
.thumbnilslider-wrap .swiper-button-prev {
    opacity: 1;
}

.product-grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: 48px 17px 0;
}
/* 16-9-2025-start */
.product-grid-list .pagination-wrap {
    width: 100%;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.product-grid-list .pagination-wrap .page {
    height: 23px;
    width: 23px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    padding-top: 2px;
}

.product-grid-list .pagination-wrap .page.current {
    background-color: #037cc2;
}

.product-grid-list .pagination-wrap .page:hover {
    background-color: #037cc2;
}

.product-grid-list .pagination-wrap .next:hover a,
.product-grid-list .pagination-wrap .prev:hover a {
    color: #037cc2;
}

/* 16-9-2025-end */
.product-grid-list .product-list-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 22px;
    margin-bottom: 40px;
}

.product-card-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.product-card-wrapper .product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card-wrapper .product-content-inner {
    margin-top: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: default;
}

.product-card-wrapper .product-category {
    font-size: 12px;
    line-height: 24px;
    color: #037cc2;
    display: block;
}

.product-card-wrapper .product-name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.product-card-wrapper .product-name.title-link {
    color: white;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-wrapper .product-name.title-link.blue-link {
    color: #037cc2;
    font-size: 18px;
}

.product-card-wrapper .product-name.title-link:hover {
    text-decoration: underline;
}

.product-card-wrapper .product-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 24px;
}

.product-card-wrapper .product-price .old-price {
    margin-right: 5px;
    color: #818183;
    font-size: 16px;
    text-decoration: line-through;
}

.product-card-wrapper .product-btn {
    margin-top: 24px;
}

.product-card-wrapper .product-btn .product-form-buttons>*:not(.quantity-selector) {
    min-width: unset;
}

.product-card-wrapper .product-btn .btn {
    min-width: 165px;
    width: auto;
}

.product-card-wrapper .product-btn .btn .add-to-cart-text,
.product-card-wrapper .product-btn .btn .add-to-cart-text--added {
    animation: none;
    transition: none;
}

.product-card-wrapper .featured-compare-btn {
    margin-top: 80px;
    text-align: center;
}

.product-card-wrapper .featured-compare-btn .btn {
    min-width: 172px;
}

.product-card-wrapper .product-img-wrapper {
    position: relative;
    overflow: hidden;
}

.product-card-wrapper .product-img-link {
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.product-card-wrapper .img-container {
    aspect-ratio: 1/1;
    background: #fff;
}

.product-card-wrapper .product-img-link .img-slide {
    display: none;
    height: 100%;
}

.product-card-wrapper .product-img-link .img-slide.active {
    display: block;
}

.product-card-wrapper .product-img-link.has-blue-link .img-overlay {
    color: #037cc2;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
}

.product-card-wrapper .product-img-link.has-blue-link .img-overlay span {
    font-size: 12px;
}

.product-card-wrapper .product-img-link.has-blue-link .img-overlay .icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card-wrapper .product-img-link.has-blue-link .img-overlay .icon svg {
    width: 5px;
    fill: #037cc2;
}

.product-card-wrapper .product-selector-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    padding: 16px 24px;
}

.product-selector {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-left: auto;
    /* more color swatches start */
    align-items: center;
    /* more color swatches end */
}

/* more color swatches start */
.more-color-btn {
    background: transparent;
    border: none;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #037cc2;
    cursor: pointer;
}
/* more color swatches end */

.product-selector-color {
    width: 24px;
    height: 24px;
    font-size: 0;
    border: none;
    border-radius: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}

.product-selector-color:before,
.product-selector-color:after {
    content: "";
    display: block;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
}

.product-selector-color:after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #037cc2;
    opacity: 0;
}

.product-selector-color.active:after {
    opacity: 1;
}

.product-selector-color.active:before {
    opacity: 0;
}

.product-card-wrapper .rich-text-block p {
    font-size: 18px;
    line-height: 32px;
    min-height: 32px;
    margin: 24px 0;
    font-weight: 700;
}

.product-enumeration {
    /* enumeration block updates start */
    width: 100%;
    margin-bottom: auto;
    margin-top: 10px;
    /* enumeration block updates end */
}

/* enumeration block updates start */
.product-card-wrapper .rich-text-block p {
    font-weight: 500;
    line-height: 1.4;
}

.product-card-wrapper:has(.product-enumeration) .rich-text-block p {
    font-size: 16px;
}

.product-title h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: inherit;
}

.related-product-card .product-card-wrapper .product-name.title-link {
    min-height: unset;
    font-size: 20px;
    font-family: 'sennheiser-bold';
}
/* enumeration block updates end */

.enumeration-group {
    display: flex;
    /* enumeration block updates start */
    align-items: unset;
    font-size: 14px;
    /* enumeration block updates end */
    line-height: 24px;
}

.enumeration-group:not(:last-child) {
   /* enumeration block updates start */
    margin-bottom: 12px;
    /* enumeration block updates end */
}

.enumeration-group .enumeration-name {
    flex: 1;
   /* enumeration block updates start */
    padding-right: 16px;
    text-transform: capitalize;
    /* enumeration block updates end */
}

.enumeration-group .enumeration-score {
    display: flex;
    /* enumeration block updates start */
    align-items: unset;
    justify-content: right;
    /* enumeration block updates end */
}

/* enumeration block updates start */
.enumeration-group .enumeration-score,
.enumeration-group .enumeration-description {
    flex: 0 0 135px;
    max-width: 135px;
}
.enumeration-group .enumeration-description {
    text-align: right;
    color: #037cc2;
}
/* enumeration block updates end */

.enumeration-group .enumeration-dot {
    /* enumeration block updates start */
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    /* enumeration block updates end */
    background-color: #333;
    border-radius: 50%;


.enumeration-group .enumeration-dot.filled {
    background-color: #037cc2;
}

.enumeration-group .enumeration-dot:last-child {
    margin-right: 0;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.swiper-button-next,
.swiper-button-prev {
    color: transparent;
    position: relative;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #037cc2;
    background: transparent !important;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    left: auto;
    right: auto;
    transform: translate(0);
    z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-next::after {
    background-image: url(./next.svg);
}

.swiper-button-prev::after {
    background-image: url(./prev.svg);
    transform: rotate(180deg);
}

/* support */

.highlight-card {
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -20px -40px; */
    gap: var(--gap);
}

.highlight-card .highlight-card-col {
    flex: 0 0 calc(50% - (var(--gap)) / 2);
    max-width: calc(50% - (var(--gap)) / 2);
    /* padding: 0 20px;
    margin-bottom: 40px; */
}

.highlight-card .highlight-inner {
    position: relative;
    overflow: hidden;
    border: 2px solid #222;
    border-radius: 8px;
    aspect-ratio: 3 / 1;
    min-height: 160px;
    max-width: 100%;
}

.highlight-card .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5%;
    padding-left: 30%;
}

.highlight-card h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 24px;
}

.highlight-card .btn {
    min-width: 165px;
    max-width: 80%;
}

.highlight-card .img-wrap {
    width: 100%;
    height: 100%;
}

.highlight-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopify-policy__container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shopify-policy__title {
    display: none;
}

.section-wrapper:has(.section-heading-wrap) .feature-card-split {
    margin-top: 40px;
}

.feature-card-split {
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
    align-items: flex-start;
}

.feature-card-split .split-card-wrapper {
    flex: 0 0 calc(50% - (var(--gap) / 2));
    max-width: calc(50% - (var(--gap) / 2));
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
    align-items: flex-start;
}

.feature-card-split .split-card-wrapper.center-align {
    align-items: center;
}

.feature-card-split .split-card-wrapper .img-wrap {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.feature-card-split .split-card-wrapper .content-wrap {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.two-feature-card-section .feature-card-split .split-card-wrapper .img-wrap, 
.two-feature-card-section .feature-card-split .split-card-wrapper .content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
}

.feature-card-split .split-card-wrapper .content-wrap h3 {
    color: #037cc2;
    font-size: 16px;
    margin: 16px 0 32px;
    line-height: 24px;
}

.feature-card-split .split-card-wrapper .content-wrap p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 24px;
}

.pdp-image_text_block .feature-card-split .split-card-wrapper .content-wrap a {
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    background-color: #037cc2;
    margin: 40px 48px 0;
}

.feature-card-split .split-card-wrapper .content-wrap ul {
    margin-top: 32px;
}

.feature-card-split .split-card-wrapper .content-wrap ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.feature-card-split .split-card-wrapper .content-wrap ul li .icon-wrap {
    width: 36px;
    flex-shrink: 0;
}

.feature-card-split .split-card-wrapper .content-wrap ul li .icon-wrap img {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
}

.feature-card-split .split-card-wrapper .content-wrap ul li .text-wrap {
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
}

.specifications-section h2 {
    font-size: 36px;
    margin-bottom: 32px;
}

.table-wrapper .table-row:first-child {
    border-top: 1px solid #222222;
}

.table-wrapper .table-row {
    padding: 8px 0;
    border-bottom: 1px solid #222222;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.table-wrapper .table-row .label {
    font-size: 18px;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}

.table-wrapper .table-row .description {
    font-size: 18px;
    color: #037cc2;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.specifications-content-wrap .table-wrapper {
    height: 177px;
    overflow: hidden;
    transition: all 0.5s;
}

.specifications-content-wrap.open-table .table-wrapper {
    transition: all 0.5s;
    height: auto;
}

/* custom form */
.contact-form-section .container {
    max-width: 1080px;
}

.custom-form .btn {
    border-radius: 4px;
    min-height: 50px;
    padding: 5px 24px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.1s ease-out;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.custom-form .btn.btn-primary {
    background-color: #037cc2;
}

.form-wrapper {
    background-color: transparent;
    color: #ffffff;
}

.custom-form .support-intro {
    font-weight: 400;
    font-size: 22px;
    line-height: 29.5px;
    margin: 22px 0 64px;
    font-family: "sennheiser";
}

.custom-form .custom-form-block {
    display: flex;
    flex-wrap: wrap;
}

.custom-form .custom-form-block .support-title {
    flex: 1;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
}

.custom-form .custom-form-block .form-fields-wrapper {
    flex: 0 0 69%;
    max-width: 69%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.custom-form .block-separator {
    margin: 24px 0 40px;
    border-color: #2c2e35;
}

.custom-form .form-control {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

.custom-form .form-control:has(.textarea-wrapper) {
    flex: 0 0 100%;
    max-width: 100%;
}

.custom-form .form-control .select-wrapper,
.custom-form .form-control .input-wrapper {
    height: 60px;
}

.custom-form .form-control .input-wrapper,
.custom-form .form-control .textarea-wrapper,
.custom-form .form-control .select-wrapper {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}

.custom-form .form-control input:hover,
.custom-form .form-control select:hover,
.custom-form .form-control textarea:hover,
.custom-form .form-control input:focus,
.custom-form .form-control select:focus,
.custom-form .form-control textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-form .form-control input:disabled,
.custom-form .form-control select:disabled,
.custom-form .form-control textarea:disabled {
    cursor: not-allowed;
}

.custom-form .form-control input,
.custom-form .form-control select,
.custom-form .form-control textarea {
    height: 100%;
    padding: 12px 12px 8px;
    width: 100%;
    height: 100%;
    appearance: none;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    outline: 0;
    background: #333;
    min-width: 180px;
    font-family: inherit;
    border-radius: inherit;
}

.custom-form .form-control .input-wrapper::after,
.custom-form .form-control .select-wrapper::after,
.custom-form .form-control .textarea-wrapper::after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d42828;
    opacity: 0;
}

.custom-form .form-control.error-outer .input-wrapper::after,
.custom-form .form-control.error-outer .select-wrapper::after,
.custom-form .form-control.error-outer .textarea-wrapper::after {
    opacity: 1;
}

.custom-form .form-control textarea {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 8px;
    resize: none;
}

.custom-form .form-control select {
    padding: 0 32px 0 12px;
    font-size: 12px;
    line-height: 14px;
}

.custom-form .form-control label {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 22px;
  left: 12px;
  color: #fff;
  text-transform: capitalize;
  transition: top 0.3s;
  letter-spacing: normal;
}

.custom-form .form-control .input-wrapper {
    background: #333;
}

.custom-form .form-control input {
    background-color: transparent;
    z-index: 1;
}

.custom-form .form-control input::placeholder {
  font-size: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  opacity: 0;
}


.custom-form .form-control:has(input:not(:placeholder-shown)) label,
.custom-form .form-control:has(input:focus) label {
  top: 10px;
}

.custom-form .form-control textarea::placeholder {
  opacity: 0.54;
  color: #818183;
}

.custom-form .form-control select option {
    background: #2c2e35;
}

.custom-form .form-control select option:checked {
    color: #037cc2;
    background: #222;
}

.custom-form .form-control .select-arrow {
    width: 8px;
    display: block;
    position: absolute;
    right: 12px;
    top: 41%;
    transform: translateY(50%);
    z-index: 2;
    line-height: 0;
}

.custom-form .form-control .select-arrow svg {
    fill: #fff;
    transition: all 0.37s ease-in-out;
}

.custom-form .form-control .select-wrapper:has(select:focus) .select-arrow svg {
    transform: rotate(180deg);
}

.custom-form p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0;
}

.custom-form p a {
    color: #037cc2 !important;
}

.custom-form .custom-form-block p {
    margin: 0;
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.custom-form .custom-form-block p::before {
    content: "*";
    position: absolute;
    left: 0;
}

.custom-form .re-captcha-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-form .re-captcha-wrap .inner-wrapper {
    position: relative;
    max-width: calc(66.66% - 36px);
    width: 100%;
    display: flex;
    justify-content: center;
}

.custom-form .re-captcha-wrap .inner-wrapper>div {
    width: fit-content;
}

.custom-form .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 36px;
}

.custom-form .btn.submit-btn {
    min-width: 165px;
}

.custom-form .custom-field {
    margin: 48px 0;
    max-width: 70%;
    margin-left: auto;
    display: flex;
}

.custom-form input.custom-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 24px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border-radius: 0;
}

.custom-form .custom-field.error-highlight input.custom-checkbox {
    border-color: #d42828;
}

.custom-form input.custom-checkbox::after {
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0096d6;
    display: block;
    opacity: 0;
}

.custom-form input.custom-checkbox:checked::after {
    opacity: 1;
}

.custom-form .custom-field label {
    flex: 1;
    cursor: pointer;
}

.custom-form .custom-field.error-highlight label p {
    color: #d42828;
}

.custom-form .form-control.error-outer {
    position: relative;
}

.custom-form .error-message {
    color: #d42828;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 0;
    background-color: transparent;
    padding: 0 !important;
}

.custom-form .re-captcha-wrap .inner-wrapper .error-message {
    bottom: -16px;
    text-align: left;
    max-width: 304px;
    width: 100%;
}

.custom-form .form-control .error-message {
    padding-left: 12px !important;
}

.feature-list-section .container {
    max-width: 1080px;
}

.feature-list-section .section-heading {
    font-family: "sennheiser-bold";
    line-height: 36px;
    margin-bottom: 24px;
}

.feature-list-row {
    display: grid;
    grid-column-gap: var(--space-xxl);
    grid-row-gap: var(--space-s);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.feature-list-row .feature-list .feature-list-label p {
    margin-bottom: 0;
}

.feature-list {
    margin: 24px 0;
    padding: 0 24px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-list li {
    display: flex;
}

.feature-list li:not(:last-child) {
    margin-bottom: 24px;
}

.feature-list li:before {
    color: #037cc2;
    content: "•";
    font-size: 20px;
    margin-right: 24px;
}

.feature-list .list-col {
    flex: 0 0 45%;
    max-width: 45%;
}

/* product-grid-section */
.product-grid-section .section-heading {
    line-height: 1.5;
}

.product-grid-section .btn-wrap {
    justify-content: center;
}

.product-grid-section .collapse-btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.product-grid-section .show-more-similar-product {
    display: flex;
    align-items: center;
    margin: 0 auto;
    line-height: 24px;
}

/* Download */
.download-doc-col h2 {
    text-align: center;
    margin: 64px 0;
    font-size: 36px;
    line-height: 36px;
}

.download-section .container {
    max-width: 1080px;
}

.search-content-wrap .search-box-wrap input {
    background: transparent;
    display: block;
    outline: none;
    font-size: 22px;
    line-height: 29.5px;
    padding: 18px 40px;
    border: 1px solid #222;
    width: 100%;
    color: #fff;
    transition: all 0.5s;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

.search-content-wrap .search-box-wrap input::placeholder {
    color: inherit;
    opacity: 0.54;
}

.search-content-wrap .search-box-wrap input:focus {
    border-color: #037cc2;
}

.search-content-wrap .serch-list {
    display: flex;
    flex-direction: column;
    transition: all 0.23s;
    margin-top: 20px;
}

.search-content-wrap .serch-list li button {
    border: none;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    display: block;
    will-change: auto;
    margin: 20px 40px;
}

.search-content-wrap .serch-list li button h3 {
    margin-top: 8px;
    color: #c3c3c3;
    transition: all 0.37s;
    font-size: 22px;
    line-height: 29.5px;
    font-family: "sennheiser";
}

.search-content-wrap .serch-list li button:hover h3 {
    color: #ffffff;
}

/* form css */
.select-wrapper {
    position: relative;
}

.select-wrapper select {
    padding: 0 32px 0 12px;
    width: 100%;
    height: 100%;
    appearance: none;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    outline: 0;
    height: 46px;
    background: #333;
    border-radius: 4px;
    min-width: 180px;
    font-family: inherit;
}

.select-wrapper select option {
    background: #2c2e35;
}

.select-wrapper select option:checked {
    color: #037cc2;
    background: #222;
}

.select-wrapper .select-arrow {
    width: 8px;
    display: block;
    position: absolute;
    right: 12px;
    top: 46%;
    transform: translateY(50%);
    z-index: 2;
    line-height: 0;
}

.select-wrapper .select-arrow svg {
    fill: #fff;
    transition: all 0.37s linear;
}

.select-wrapper.open .select-arrow svg {
    transform: rotate(180deg);
}

/* blog page css */
.blog-listing-wrapper {
    position: relative;
    margin-top: 85px;
}

.blog-listing-wrapper .container {
    max-width: 1368px;
    padding: 0 24px;
}

.blog-listing-wrapper .blog-listing-title {
    padding: 75px 0;
    text-align: center;
}

.blog-listing-wrapper .blog-listing-title h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
}

.blog-listing-wrapper .blog-listing-title h2 {
    font-size: 28px;
    color: #037cc2;
    font-weight: 400;
    line-height: 1;
}

.blog-listing-wrapper .blog-listing-filter {
    position: relative;
}

.blog-listing-wrapper .blog-listing-filter:after {
    content: "";
    border-bottom: 1px solid #222;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
}

.blog-listing-post {
    padding: 128px 0 64px;
}

.blog-listing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px -64px;
}

.blog-listing-row .blog-listing-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 18px;
    margin-bottom: 64px;
}

.blog-listing-row .blog-listing-img {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-listing-row .blog-listing-img a {
    display: block;
    height: 100%;
    min-height: inherit;
}

.blog-listing-row .blog-listing-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: inherit;
}

.blog-listing-row .blog-listing-content {
    display: flex;
    flex-direction: column;
}

.blog-listing-row .blog-listing-content .blog-info-inner {
    margin-bottom: 24px;
}

.blog-listing-row .blog-listing-content .category {
    color: #0096d6;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.64px;
    margin-bottom: 24px;
    display: block;
}

.blog-listing-row .blog-listing-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
    margin-bottom: 24px;
    font-family: "sennheiser";
}

.blog-listing-row .blog-listing-content p {
    color: #e1e1e1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.blog-listing-row .blog-listing-content .blog-date-time {
    color: #e1e1e1;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.64px;
    display: flex;
    align-items: center;
}

.blog-listing-row .blog-listing-content .blog-date-time span {
    letter-spacing: inherit;
}

.blog-listing-row .blog-listing-content .blog-date-time .time {
    color: #616267;
}

.blog-listing-row .blog-listing-content .blog-date-time .line {
    display: block;
    width: 1px;
    height: 22px;
    background-color: #2c2e35;
    margin-right: 16px;
    margin-left: 16px;
}

.blog-listing-row .blog-listing-content .blog-info-action {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.blog-listing-row .blog-listing-content .blog-info-action .blog-link {
    margin-left: 24px;
    color: #0096d6;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.blog-listing-row .blog-listing-col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 64px;
    border-bottom: 1px solid #222;
}

.blog-listing-row .blog-listing-col:first-child .blog-listing-card {
    display: flex;
    flex-wrap: wrap;
}

.blog-listing-row .blog-listing-col:first-child .blog-listing-img {
    min-height: 470px;
    height: 100%;
    margin-bottom: 0;
    flex: 0 0 64.55%;
    max-width: 64.55%;
}

.blog-listing-row .blog-listing-col:first-child .blog-listing-content {
    flex: 0 0 35.45%;
    max-width: 35.45%;
    padding-left: 41px;
}

.blog-listing-row .blog-listing-col:nth-child(2),
.blog-listing-row .blog-listing-col:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 64px;
    border-bottom: 1px solid #222;
}

.blog-listing-row .blog-listing-col:nth-child(2) .blog-listing-img,
.blog-listing-row .blog-listing-col:nth-child(3) .blog-listing-img {
    height: 360px;
}

/* blog-detail */
.blog-detail-wrap {
    display: flex;
    gap: 40px;
}

.blog-detail-wrap .blog-detail-slidebar {
    width: 360px;
    min-width: 360px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.blog-detail-wrap .blog-detail-slidebar .top-content {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #414141;
}

.blog-detail-wrap .blog-detail-slidebar h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 32px;
    color: #e1e1e1;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li {
    margin-bottom: 32px;
    padding-left: 0;
    transition: all 0.2s;
    cursor: pointer;
    color: #616267;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li:last-child {
    margin-bottom: 0;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li button {
    background-color: transparent;
    color: #616267;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    padding: 0;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li.active-slide button {
    color: #e1e1e1;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li.active-slide {
    border-left: 4px solid #037cc2;
    padding-left: 16px;
    color: #e1e1e1;
}

.blog-detail-wrap .blog-detail-slidebar .top-content ul li.active-side button {
    color: #e1e1e1;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .post-content .blog-category {
    color: #037cc2;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.56px;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .post-content .bolg-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
    color: #e1e1e1;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .post-content .bolg-time {
    color: #818183;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .img-wrap {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.blog-detail-wrap .blog-detail-slidebar .bottom-content .related-posts-outer-wrap .related-post-wrap .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-detail-wrap .blog-detail-main-content {
    border-radius: 8px;
    background: #222;
    flex-grow: 1;
    align-self: flex-start;
    padding: 32px;
    overflow: hidden;
    word-break: break-word;
}

.btn.btn-primary.video-banner-btn {
    margin: 0 auto;
    margin-top: 40px;
}

.blog-detail-wrap .blog-detail-main-content .video-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
}

.blog-detail-wrap .blog-detail-main-content .img-wrap {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left .blog-category-title {
    font-size: 20px;
    font-weight: 700;
    color: #037cc2;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left .blog-date,
.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left .blog-time {
    color: #818183;
    font-size: 16px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left .blog-date {
    margin: 0 8px;
    position: relative;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-left .blog-date::after {
    position: absolute;
    content: "";
    background-color: #818183;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    right: -9px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-right .social-icon-wrap .social-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-right .social-icon-wrap .social-btn-wrap button {
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 26px;
    width: 26px;
}

.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-right .social-icon-wrap .social-btn-wrap button svg,
.blog-detail-wrap .blog-detail-main-content .blog-title-top-wrap .blog-title-right .social-icon-wrap .social-btn-wrap button img {
    height: 100%;
    width: 100%;
}

.blog-detail-wrap .blog-detail-main-content h1,
.blog-detail-wrap .blog-detail-main-content .bolg-title {
    font-size: 68px;
    line-height: 80px;
    color: #e1e1e1;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.blog-detail-wrap .rich-text-section h2 {
    color: #e1e1e1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.blog-detail-wrap .rich-text-section p {
    color: #e1e1e1;
    margin-bottom: 64px;
    line-height: 1.5;
}

.blog-detail-wrap .rich-text-section .video-wrapper:has(iframe) {
    margin-bottom: 64px;
}

.blog-detail-wrap .blog-detail-main-content .blog-link {
    color: #037cc2;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-content-inner {
    margin-top: 0;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-selector-wrapper {
    right: 58%;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-img-wrapper {
    width: 332px;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid {
    padding: 32px;
    border-radius: 8px;
    background: #2c2e35;
    margin: 0 0 64px;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-heading {
    margin-bottom: 48px;
}

.product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-heading h2 {
    color: #0096d6;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* collection-description-wrapper */
.collection-description-wrapper .content-wrapper {
    max-width: 80%;
}

.collection-description-wrapper strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.collection-description-wrapper h2 {
    margin: 16px 0;
    color: #037cc2;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
}

.collection-description-wrapper p {
    font-size: 18px;
    line-height: 30px;
    margin: 16px 0;
}

.collection-description-wrapper ol,
.collection-description-wrapper ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 24px;
    overflow-wrap: break-word;
}

.collection-description-wrapper ol {
    list-style-type: number;
}

.collection-description-wrapper ol li a,
.collection-description-wrapper ul li a {
    color: #037cc2 !important;
}

.collection-description-wrapper p a {
    color: #037cc2 !important;
}

/* custom-filter-wrapper */
.custom-filter-wrapper {
    margin-top: 60px;
}

.custom-filter-wrapper .tab-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2c2e35;
}

.custom-filter-wrapper .tab-wrap .left-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
}

.custom-filter-wrapper .tab-wrap .left-wrap::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    height: 75%;
    width: 1px;
    background-color: #616267;
}

.custom-filter-wrapper .tab-wrap .right-wrap {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.custom-filter-wrapper .tab-wrap .left-wrap::after {
    display: none;
}

.custom-filter-wrapper .tab-wrap .right-wrap {
    display: none;
}

.custom-filter-wrapper .custom-tabs {
    width: 100%;
    flex-wrap: wrap;
}

.custom-filter-wrapper .custom-tabs .tab.filter-tab {
    display: none;
}

.custom-filter-wrapper .filter-badge {
    display: inline-flex;
    gap: 4px;
    border-radius: 12px;
    font-size: 14px;
    height: 24px;
    background-color: #222;
    color: #818183;
    padding: 4px 4px 1px 8px;
}

.custom-filter-wrapper .filter-badge .close-icon {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

.custom-filter-wrapper .filter-badge .close-icon svg {
    height: 16px;
    width: 16px;
    fill: currentColor;
}

.custom-filter-wrapper .custom-tabs .tab {
    margin-right: 0;
    flex: 1;
    min-height: 72px;
    height: auto;
    padding: 0 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 2px solid transparent;
}

.custom-filter-wrapper .custom-tabs .tab a {
    color: inherit;
    transition: none;
}

.custom-filter-wrapper .custom-tabs .tab.disabled {
    color: #616267;
    cursor: not-allowed;
}

.custom-filter-wrapper .custom-tabs .tab.disabled a {
    cursor: not-allowed;
}

.custom-filter-wrapper .custom-tabs .tab.current {
    border-color: #037cc2;
}

.custom-filter-wrapper .custom-tabs .tab:after {
    display: none;
}

.custom-filter-wrapper .tab-content,
.custom-filter-wrapper .filter-btns {
    margin-top: 48px;
}

.custom-filter-wrapper .filter-btns {
    display: none;
    flex-wrap: wrap;
    gap: 24px;
}

.custom-filter-wrapper .tab-content-wrap:has(input:checked) .filter-btns {
    display: flex;
}

.custom-filter-wrapper .tab-content-wrap:has(input:checked) .filter-btns.hide-filter-btns,
.custom-filter-wrapper .filter-btns.hide-filter-btns {
    display: none;
}

.custom-filter-wrapper .filter-btns .btn {
    min-height: 40px;
    width: 240px;
    font-family: inherit;
}

.custom-filter-wrapper .filter-btns .btn:not(.btn-primary) {
    width: 157px;
    background-color: transparent;
    outline: none;
    border: 1px solid #037cc2;
    color: #037cc2;
}

.custom-filter-wrapper .tab-content .title-block {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid transparent;
    font-size: 16px;
}

.custom-filter-wrapper .tab-content .title-block .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.custom-filter-wrapper .tab-content:not(#filters) .title-block {
    border-top-color: #2c2e35;
}

.custom-filter-wrapper .tab-content.active:not(#filters) .title-block,
.custom-filter-wrapper .tab-content.active .title-block {
    border-top: 2px solid #037cc2;
}

.custom-filter-wrapper .tab-content .title-block .close-btn {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.custom-filter-wrapper .tab-content .title-block .icon-wrap {
    width: 20px;
}

.custom-filter-wrapper .tab-content.active .title-block .icon-wrap {
    transform: rotate(180deg);
}

.custom-filter-wrapper .tab-content .title-block .icon-wrap img {
    width: 100%;
}

.custom-filter-wrapper .filter-options {
    display: grid;
    padding: 24px 0;
    align-items: flex-start;
    grid-auto-columns: max-content;
    grid-auto-flow: column dense;
    gap: 24px;
    grid-template-rows: repeat(4, 1fr);
}

.custom-filter-wrapper .filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
}

.custom-filter-wrapper .filter-checkbox input {
    inset: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-filter-wrapper .filter-checkbox .icon {
    border: 1px solid #616267;
    border-radius: 4px;
    max-height: 18px;
    max-width: 18px;
    min-height: 18px;
    min-width: 18px;
}

.custom-filter-wrapper .filter-checkbox .icon img {
    height: 100%;
    width: 100%;
    display: none;
}

.custom-filter-wrapper .filter-checkbox:has(input:checked) .icon {
    background-color: #037cc2;
    border-color: #037cc2;
}

.custom-filter-wrapper .filter-checkbox:has(input:checked) .icon img {
    display: block;
}

.custom-filter-wrapper .filter-checkbox .label {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    word-wrap: break-word;
}

.custom-filter-wrapper .filter-checkbox:has(.icon) .label {
    margin-top: 3px;
    line-height: 1.3;
}

.custom-filter-wrapper .filter-result-wrap,
.dynamic-filters-wrap .filter-result-wrap {
    padding-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom-filter-wrapper .filters-view-icon-wrapper,
.dynamic-filters-wrap .filters-view-icon-wrapper {
    display: none;
    align-items: center;
    margin-right: -16px;
}

.custom-filter-wrapper .filters-view-icon-wrapper svg,
.dynamic-filters-wrap .filters-view-icon-wrapper svg {
    margin-right: 16px;
    color: #818183;
    fill: currentColor;
    cursor: pointer;
}

.custom-filter-wrapper .filters-view-icon-wrapper svg.active,
.dynamic-filters-wrap .filters-view-icon-wrapper svg.active {
    color: #037cc2;
}

/*slider  */
.thumbnilslider-wrap .thumbnilslider .swiper-slide {
    height: 100px !important;
    width: 133px;
    border: 1px solid hsla(0, 0%, 88%, 0.3);
    overflow: hidden;
    cursor: pointer;
}

.thumbnilslider2-wrap .thumbnilslider2 .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.thumbnilslider2-wrap,
.thumbnilslider-wrap {
    height: calc(100dvh - 130px);
    position: relative;
    padding: 0 40px;
}

.thumbnilslider2-wrap {
    height: 100%;
}

.thumbnilslider2-wrap .product-gallery-slider,
.thumbnilslider-wrap .mainslider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.thumbnilslider2-wrap .product-gallery-slider img,
.thumbnilslider-wrap .mainslider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnilslider-outer-wrap {
    width: 243px;
    padding: 128px 54px;
    display: flex;
    margin: 0;
    flex-direction: column;
    position: relative;
    max-height: 100%;
}

.thumbnilslider2-outer-wrap {
    width: 64%;
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    z-index: 1;
}

.thumbnilslider2-outer-wrap .thumbnilslider2 {
    min-height: 100px;
    max-height: 125px;
}

.thumbnilslider2-outer-wrap .thumbnilslider2 .swiper-wrapper {
    height: auto;
}

.thumbnilslider2-wrap .thumbnilslider2 img,
.thumbnilslider-wrap .thumbnilslider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.37s;
    display: block;
}

.thumbnilslider2-wrap .product-gallery-slider .swiper-slide img,
.thumbnilslider-wrap .mainslider .swiper-slide img {
    opacity: 0 !important;
    transform: scale(1.1) !important;
    transition: all 1.5s;
}

.thumbnilslider2-wrap .product-gallery-slider .swiper-slide.swiper-slide-active img,
.thumbnilslider-wrap .mainslider .swiper-slide.swiper-slide-active img {
    transition: all 1.5s;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.thumbnilslider-wrap .swiper-button-next.swiper-button-disabled,
.thumbnilslider-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.thumbnilslider2-wrap .swiper-button-next.swiper-button-disabled,
.thumbnilslider2-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/* card-trigger-modal */

.card-trigger-modal {
    padding: 16px;
    border-top: 4px solid #037cc2;
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    position: fixed;
    display: none;
    width: 300px;
    max-width: 100%;
    background: white;
    z-index: 5;
}

.card-trigger-modal-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-trigger-modal h3 {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.card-trigger-modal p {
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px;
}

.card-trigger-modal ul {
    margin-top: 24px;
}

.card-trigger-modal ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 24px;
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 16px;
    margin-bottom: 0;
}

.card-trigger-modal ul li:not(:last-child) {
    margin-bottom: 16px;
}

.card-trigger-modal ul li {
    font-size: 16px;
}

.card-trigger-modal ul li .icon-wrap {
    width: 22px;
    flex-shrink: 0;
}

.card-trigger-modal ul li .icon-wrap img {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
}

.card-trigger-modal ul li .text-wrap {
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
}

.card-trigger-modal .btn-wrap {
    margin-top: 40px;
    width: 100%;
}

.card-trigger-modal .btn-wrap .btn {
    width: 100%;
}

.dynamic-filters-wrap {
    justify-content: center;
    display: flex;
    padding-top: 48px;
}

.dynamic-filters-wrap .dynamic-filters-total-results {
    font-size: 16px;
}

.product-description-section,
.product-information {
    display: flex;
    padding: 125px 15% 32px;
}

.product-information * {
    font-family: inherit !important;
}

.product-information slideshow-slides {
    cursor: default;
}

.product-information .product-information__grid {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.product-information .product-information__grid .product-information__media {
    padding-right: 0 !important;
    width: 550px;
    min-width: unset;
}

.product-information .product-information__grid .product-details {
    position: unset;
    padding-left: 72px !important;
    padding-top: 32px;
}

.product-information .product-details .group-block {
    padding: 0;
}

.product-information .product-details .product-title-wrapper h1 {
    font-size: 56px;
    line-height: 56px;
}

.product-information .product-details .product-title-wrapper p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
}

.product-information .divider__line {
    border: 0;
    border-bottom: 1px solid #727789;
    margin: 40px 0;
    min-height: unset;
}

/* 12-11-25-start */
.product-information .variant-option--buttons legend{
    font-size:18px
}
.product-information .variant-option__button-label{
    padding:0 10px
}
.product-information .variant-option__button-label:after, .product-information .variant-option__button-label:before{
    border-radius: 20px !important;
    padding: 2px 5px !important;
}
.product-information .variant-option__button-label__text{
    text-wrap: auto;
    padding: 2px 10px;
    text-align: center;
    color: #818183;
        padding-top: 4px;
}
.product-information .variant-option__button-label:after{
    width: 100% !important;
    height: 100% !important;
}
.product-information .variant-option__button-label{
    width:30px !important;
    height:30px !important
}


.product-information .variant-option__button-label.variant-option_diff_variant:has(input:checked):after{
    background-color:#037cc2;
}
.product-information .variant-option__button-label.variant-option_diff_variant:has(input:checked) .variant-option__button-label__text{
    color:#ffffff;
    z-index:2;
}
.product-information .variant-option__button-label__text{
    color:#ffffff;
}
.product-information .variant-option__button-label.variant-option_diff_variant:before{
    border:1px solid #037cc2 !important
}
.product-information .variant-option__button-label.variant-option_diff_variant{
    background:transparent
}
.variant-option__button-label.variant-option_diff_variant:hover{
      background: #037cc2 
}
/* 12-11-25-end */

.product-information .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.product-information .variant-option--buttons>legend {
    display: none;
}

.product-information .variant-option__button-label {
    padding: 0;
    width: 24px;
    height: 24px;
    flex: unset;
    min-height: unset;
    border: 0;
    overflow: unset;
    cursor: pointer;
}

.product-information .variant-option__button-label:after,
.product-information .variant-option__button-label:before {
    content: "";
    display: block;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    transition: all 0.3s linear;
}

.product-information .variant-option__button-label:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.product-information .variant-option__button-label:after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #037cc2;
    opacity: 0;
}

.product-information .variant-option__button-label:has(input:checked)::after {
    opacity: 1;
}

.product-information .variant-option__button-label:has(input:checked)::before {
    opacity: 0;
}

.product-information .variant-option__button-label .swatch.swatch--unscaled {
    width: 100%;
    height: 100%;
}

.product-information .product-outlet-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: -16px;
}

.product-information .product-outlet-features>div {
    flex: 0 0 50% !important;
    max-width: 50%;
    padding-right: 15px !important;
    margin-bottom: 16px;
}

.product-information .product-outlet {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.product-information .product-outlet .icon-block {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.product-information .product-price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-information .product-price-wrapper>div {
    width: unset;
    max-width: unset;
}

.product-information .product-price-wrapper .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}

.product-information .product-price-wrapper .compare-at-price {
    text-decoration: line-through;
    color: red;
    font-size: 14px;
    line-height: 21px;
    opacity: 1;
    margin-right: 8px;
    text-decoration-thickness: auto;
}

.product-information .product-price-wrapper .tax-note {
    color: #818183;
    font-size: 14px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: unset;
    margin-left: 8px;
}

.product-information .product-form-buttons {
    margin-top: 32px;
}

.product-information .product-form-buttons button {
    min-width: 140px;
    width: unset;
    padding: 5px 24px;
}

.product-certified-refurbished-wrapper {
    padding-left: 15%;
    padding-right: 15%;
}

.product-promo-banner {
    padding: 16px;
    background: hsla(0, 0%, 100%, 0.3);
    border-bottom: 1px solid #222;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    justify-content: space-between;
}

.product-promo-banner .promo-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.product-promo-banner .promo-desc {
    font-size: 14px;
    line-height: 21px;
}

.product-promo-banner .btn-outline {
    padding: 0 16px;
}

/* Country selector modal */
.country-selector-wrapper {
    position: relative;
}

.country-selector-modal {
    background: #000;
    border: 1px solid #222;
    padding: 28px 32px 33px;
    bottom: calc(100% + 24px);
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    text-align: left;
    display: none;
    z-index: 70;
}

.country-selector-modal.open {
    display: flex;
}

.country-selector-modal .custom-form {
    width: 100%;
    margin: auto;
}

.country-selector-modal .select-wrapper {
    min-width: 345px;
}

.country-selector-modal .custom-form .form-control {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 48px;
}

.country-selector-modal .custom-form .form-control label {
    position: static;
    transition: none;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.country-selector-modal .form-fields-wrapper .btn {
    width: 100%;
}

.country-selector-modal .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.country-selector-modal .title-wrapper .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-family: "sennheiser";
}

.country-selector-modal .title-wrapper .close-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #037cc2;
    border-radius: 50%;
    padding: 2px 6px;
}

body.consumer-ambassador-iframe-open {
    overflow: hidden;
}

.consumer-ambassador-iframe {
    position: fixed;
    inset: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.consumer-ambassador-iframe.active {
    display: block;
}

.consumer-ambassador-iframe:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: -1;
}

.consumer-ambassador-iframe iframe {
    display: block;
    vertical-align: middle;
    padding: 0;
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 404 page */
.page-not-found-wrapper {
    height: 100dvh;
    width: 100%;
    position: relative;
}

.page-not-found-wrapper:after {
    content: "";
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.65) 25%,
            transparent);
    position: absolute;
    inset: 0;
    z-index: -1;
}

.page-not-found-wrapper .page-not-found-inner {
    height: inherit;
    position: relative;
}

.page-not-found-wrapper .content-wrapper {
    position: absolute;
    bottom: 96px;
    left: 0;
    right: 0;
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}

.page-not-found-wrapper .content-wrapper .title {
    font-size: 68px;
    line-height: 1;
}

.page-not-found-wrapper .content-wrapper p {
    font-size: 30px;
    line-height: 1;
    color: #037cc2;
    margin-top: 8px;
}

.page-not-found-wrapper .content-wrapper .btn {
    margin-top: 48px;
    min-width: 165px;
}

.page-not-found-wrapper .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.page-not-found-wrapper .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* presentation-viewer */
.presentation-viewer {
    position: relative;
    cursor: grab;
}

.presentation-viewer canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.presentation-viewer .presentation-btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 12px;
    border-radius: 16px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.mt-40 {
    margin-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

/* custom-pdp-two-col-section */
.custom-pdp-two-col-section {
    margin-top: 125px;
}

.custom-pdp-two-col-section .container {
    max-width: unset;
    padding: 0 15%;
}

.custom-pdp-two-col-section .product-info h1 {
    font-size: clamp(var(--font-l), 2.8vmax, 60px);
    line-height: clamp(var(--font-xl), 2.8vmax, 60px);
}

.custom-pdp-two-col-section .product-info p {
    font-size: clamp(var(--font-s), 1.2vmax, var(--font-m));
    font-weight: 400;
    line-height: clamp(var(--font-m), 1.2vmax, var(--font-m));
    margin: var(--space-xxs) 0 0;
}

.custom-pdp-two-col-section .product-wrapper {
    display: flex;
    justify-content: center;
}

.custom-pdp-two-col-section .product-gallery {
    width: 100%;
    max-width: 35.15%;
    aspect-ratio: 1/1;
}

.custom-pdp-two-col-section .product-gallery .img-wrap {
    display: none;
}

.custom-pdp-two-col-section .product-gallery .img-wrap.active {
    display: block;
}

.custom-pdp-two-col-section .product-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding-left: 72px;
    padding-top: var(--space-m);
    max-width: 890px;
}

.custom-pdp-two-col-section .product-price-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xxs);
}

.custom-pdp-two-col-section .product-price-wrap .product-price {
    display: flex;
    align-items: flex-end;
    font-size: var(--font-s);
    gap: var(--space-xxs);
}

.custom-pdp-two-col-section .product-price-wrap .product-price span {
    font-weight: 700;
}

.custom-pdp-two-col-section .product-price-wrap .product-price span.original-price {
    display: flex;
    align-items: flex-end;
    text-decoration: line-through;
    color: red;
    font-size: var(--font-xxs);
}

.custom-pdp-two-col-section .product-price-wrap .price-note {
    color: #818183;
    font-size: var(--font-xxs);
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}

.custom-pdp-two-col-section .product-selector-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 3px;
}

.custom-pdp-two-col-section .product-selector {
    gap: 24px;
    margin: 0;
}

.custom-pdp-two-col-section .product-selector-color {
    height: 24px;
    width: 24px;
}

.custom-pdp-two-col-section .product-selector-color::before {
    border-color: white;
}

.custom-pdp-two-col-section .product-selector-color::after {
    height: 32px;
    width: 32px;
}

.custom-pdp-two-col-section .product-selector-wrapper p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.custom-pdp-two-col-section .btn-wrap {
    margin-top: 24px;
}

.custom-pdp-two-col-section .btn-wrap .btn {
    min-width: 140px;
    max-width: 140px;
    padding-inline: 0;
    padding-block: 0;
    height: auto;
}

.custom-pdp-two-col-section .product-features-wrap {
    border-top: 1px solid #2c2e35;
    border-bottom: 1px solid #2c2e35;
}

.custom-pdp-two-col-section .product-features-wrap ul.icon-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 24px;
    box-sizing: border-box;
    gap: 16px;
}

.custom-pdp-two-col-section .product-features-wrap ul.icon-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom-pdp-two-col-section .product-features-wrap ul.icon-list .icon-wrap {
    height: var(--space-m);
    width: var(--space-m);
    margin-right: 5px;
}

.custom-pdp-two-col-section .product-features-wrap ul.icon-list .text-wrap {
    flex: 1;
    font-size: 18px;
}

/* certified-refurbished css */
.custom-pdp-two-col-section .certified-refurbished-wrapper {
    padding: var(--space-xs);
    background: rgb(255 255 255 / 30%);
    border-bottom: 1px solid var(--color-grey-8);
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    border-radius: 4px;
    justify-content: space-between;
    margin-top: var(--space-m);
}
.custom-pdp-two-col-section .certified-refurbished-wrapper h3{
    font-size: var(--font-xs);
    font-family: inherit;
    font-weight: 700;
    line-height: 24px;
}
.custom-pdp-two-col-section .certified-refurbished-wrapper p {
    font-size: var(--font-xxs);
}
.custom-pdp-two-col-section .certified-refurbished-wrapper .btn {
    border: 1px solid #fff;
    background: transparent;
    padding: 5px 16px;
}

/* badge-slider-section */
.badge-slider-section {
    position: relative;
}

.badge-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: -1;
}

.badge-slider-section .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.badge-slider-section .badge-section-title {
    text-align: center;
    margin-bottom: 32px;
    line-height: 24px;
}

.badge-slider-section .badge-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-bottom: 24px;
}

.badge-slider-section .badge-wrap {
    height: 120px;
    width: auto;
}

.badge-slider-section .badge-wrap img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.badge-slider-section .badge-slider .swiper-pagination {
    position: static;
    justify-content: center;
    display: none;
}

/* search page */
.search-results-page {
    background: #000;
    display: block;
}

.section-wrapper.search-results-page {
    margin-top: 0;
}

.search-results-page .product-grid-list {
    gap: 0;
    margin-left: -22px;
    margin-right: -22px;
}

.search-results-page .button-unstyled--with-icon,
.search-results-page .column-picker,
.search-results-page .main-collection-grid__title,
.search-results-page .filter-count-bubble,
.search-results-page .product-card-wrapper .product-price,
.search-results-page .facets__form-wrapper {
    color: #fff;
}

.search-results-page .facets-mobile-wrapper .sorting-filter .facets__label,
.search-results-page .clear-filter,
.search-results-page .facets__label,
.search-results-page .facets__summary .icon-caret {
    color: #fff;
}

.search-results-page .column-options__option-input:checked~.column-picker {
    color: #fff;
    background-color: #037cc2;
}

.search-results-page .facets-mobile-wrapper .sorting-filter__options,
.search-results-page .facets--horizontal .facets__panel-content,
.search-results-page .sorting-filter__options {
    background-color: #2c2e35;
    color: #fff;
    box-shadow: none;
}

.search-results-page .facets-mobile-wrapper .sorting-filter__options {
    max-height: unset;
}

.search-results-page .checkbox .icon-checkmark {
    background-color: transparent;
    border-color: #fff;
    border-radius: 3px;
    top: -1px;
    position: relative;
    height: 16px;
    width: 16px;
}

.search-results-page .checkbox__input:disabled+.checkbox__label .icon-checkmark {
    background-color: rgb(from rgba(255 255 255 / 0.81) r g b / 10%);
    border-color: rgb(from rgba(255 255 255 / 0.81) r g b / 5%);
}

.search-results-page .checkbox__input:disabled+.checkbox__label {
    color: rgb(from rgba(255 255 255 / 0.81) r g b / 50%);
}

.search-results-page .checkbox__input:checked+.checkbox__label .icon-checkmark {
    background-color: #037cc2;
    border-color: #037cc2;
}

.search-results-page .drawer {
    background-color: #000;
    border-right: 1px none rgb(from rgba(255 255 255 / 0.06) r g b / 50%);
    box-shadow: 0px 4px 20px rgb(from rgba(255 255 255 / 1) r g b / 25%);
}

.search-results-page .facets__title-wrapper {
    background-color: #000;
    color: #fff;
}

.search-results-page .sorting-filter__container .sorting-filter__select {
    background: #000;
}

.search-results-page .sorting-filter__select-wrapper svg path {
    fill: #fff;
}

.search-results-page .facets__actions {
    background: #000;
    padding: 12px 16px;
}

.search-results-page .facets__see-results {
    background-color: #037cc2;
}

.search-results-page .facets__clear-all {
    background-color: #000;
    color: #037cc2;
    border: 1px solid #037cc2;
}

.search-results-page .pills__pill {
    background-color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 12px 5px;
}

.search-results-page .search-page-input {
    background: #000;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #222;
    padding: 0;
    line-height: 57px;
    border-radius: 0;
    outline: 0;
}

.search-results-page .search-page-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-results-page .search-page-input:-webkit-autofill,
.search-results-page .search-page-input:-webkit-autofill:hover,
.search-results-page .search-page-input:-webkit-autofill:focus,
.search-results-page .search-page-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.search-results-page search-page-input-component {
    margin: 0 0 64px;
    max-width: 100%;
}

.search-results-page search-page-input-component .search__reset-button {
    display: none;
}

.search-results-page search-page-input-component .search__icon {
    display: none;
}

.search-results-page .search-page__header {
    padding: 0;
}

.search-results-page.search-page-form-wrapper {
    margin-bottom: 0;
    margin-top: 230px;
}

.search-results-page .product-grid-container {
    padding: 0;
    display: block;
}

.search-results-page .search-results__no-results {
    text-align: center;
    width: 100%;
    color: #fff;
    opacity: 1;
    margin: 64px 0;
}

.search-results-page .facets.facets-controls-wrapper {
    color: #fff;
}

.search-results-page .facets--filters-title {
    color: #fff;
}

.search-results-page :is(.facets--drawer, .facets--vertical) .facets__item:before {
    border-color: #2c2e35;
}

.search-results-page .sorting-filter:before {
    border-color: transparent;
}

.search-results-page .checkbox .icon-checkmark path {
    stroke: #000;
}

.search-results-page .checkbox__label-text {
    padding-left: 12px;
}

.search-results-page .facets__summary {
    font-size: 16px;
}

.search-results-page .section--page-width.color-scheme-1 {
    display: block;
}

.search-results-page .facets__clear-all-link {
    background: transparent;
    color: #fff;
}

.search-results-page .facets__label {
    font-size: 16px;
}

.search-results-page summary:hover {
    color: inherit;
}

.search-results-page .sorting-filter__option:hover {
    background-color: #037cc2;
}

.search-results-page .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .checkbox__label-text {
    color: #037cc2;
}

.search-results-page .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    border-color: #037cc2;
    background-color: transparent;
}

.search-results-page .facets .checkbox:has(.checkbox__input:checked):not( :has(.checkbox__input:disabled)):hover .icon-checkmark {
    background-color: #037cc2;
}

.search-results-page .facets__see-results:hover {
    background-color: #07a;
}

.search-results-page .facets__clear-all-link:hover {
    color: #fff;
    text-decoration: none;
}

.search-results-page .sorting-filter__container .facets__label {
    font-size: 16px;
}

.search-results-page .facets__status:not(:empty) {
    color: #fff;
}

.search-results-page .facets--horizontal .facets__clear-all.active {
    min-height: 40px;
    height: auto;
}

.search-results-page .bubble {
    color: #000;
    background: #fff;
}

.search-results-page .facets__filters-wrapper:hover .facets__summary,
.search-results-page .facets__filters-wrapper:has(.facets__panel[open]) .facets__summary {
    opacity: 1;
}

.search-results-page .facets__actions .button {
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 24px;
    min-height: 50px;
    font-family: inherit;
}

.search-results-page .checkbox__label {
    line-height: 16px;
}

.search-results-page .facets__inputs-wrapper:not(:has(.facets__inputs-list)),
.search-results-page .facets__inputs-wrapper .facets__inputs-list {
    gap: 12px;
    margin: 4px 0;
}

.search-results-page .sorting-filter__select-wrapper:has(:focus-visible) {
    outline: unset;
}

.search-results-page .facets-toggle {
    padding: 0;
}

/* search page - color selector start */
.search-results-page:has(.facets__filters-wrapper) .product-selector,
.search-results-page:has(.side-filter-container) .product-selector {
    gap: 6px;
}
.search-results-page:has(.facets__filters-wrapper) .product-selector-color,
.search-results-page:has(.side-filter-container) .product-selector-color {
    width: 16px;
    height: 16px;
}
.search-results-page:has(.facets__filters-wrapper) .product-selector-color:after,
.search-results-page:has(.side-filter-container) .product-selector-color:after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
.search-results-page:has(.facets__filters-wrapper) .product-card-wrapper .product-selector-wrapper,
.search-results-page:has(.side-filter-container) .product-card-wrapper .product-selector-wrapper {
    padding: 12px;
}
/* search page - color selector end */

.coming-soon h2 {
    font-size: 55px;
    text-align: center;
}

.specified-commercial-transactions-section table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 0 auto;
}

.specified-commercial-transactions-section table th,
.specified-commercial-transactions-section table td {
    border: 1px solid #2c2e35;
    padding: 12px 16px;
}

.specified-commercial-transactions-section table th p,
.specified-commercial-transactions-section table td p {
    margin: 0;
}

.specified-commercial-transactions-section table th a,
.specified-commercial-transactions-section table td a {
    word-break: break-all;
}

.specified-commercial-transactions-section table th u,
.specified-commercial-transactions-section table td u {
    color: #037cc2;
}

.form-confirmation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 22px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: sennheiser;
}

.form-confirmation-wrapper .form-confirmation-icon {
    width: 46px;
    fill: #fff;
    display: block;
}

.form-confirmation-wrapper .form-confirmation-loading {
    margin-bottom: 60px;
}

.form-confirmation-wrapper .form-confirmation-title {
    font-size: 22px;
    line-height: 29.5px;
    color: #fff;
    font-family: sennheiser-bold;
    letter-spacing: normal;
}

.form-confirmation-wrapper .form-confirmation-subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    color: #aaa;
}

/* featured blog slider jp */
.featured-blog-section {
    padding: 28px 0 20px;
}

.featured-blog-section .section-heading {
    font-size: calc(1.0 * 24px);
    letter-spacing: calc(1.0 * 0.6px);
    line-height: calc(1 + .3 / max(1, 1.0));
    margin-bottom: 30px;
}

.featured-blog-section .card-wrapper {
    cursor: pointer;
}

.featured-blog-section .card-wrapper .card-content {
    padding: 17px 20px;
}

.featured-blog-section .card-wrapper .card-heading {
    font-size: calc(1.0 * 24px);
    margin-bottom: 6px;
    letter-spacing: calc(1.0 * 0.6px);
    line-height: calc(1 + .3 / max(1, 1.0));
}

.featured-blog-section .card-wrapper .card-heading a {
    transition: all 0.5s ease;
}

.featured-blog-section .card-wrapper .card-info {
    font-size: 10px;
    letter-spacing: 1.3px;
    line-height: calc(1 + .2 / 1.0);
    text-transform: uppercase;
    padding-top: 4px;
}

.featured-blog-section .card-wrapper .card-desc {
    margin: 12px 0 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: calc(1 + 0.8 / 1.0);
    color: rgba(255, 255, 255, 0.75);
}

.featured-blog-section .card-wrapper .card-img-wrapper {
    padding-bottom: 60.24096385542169%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.featured-blog-section .card-wrapper .card-img-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.featured-blog-section .card-wrapper:hover .card-img-wrapper img {
    transform: scale(1.03);
}

.featured-blog-section .card-wrapper:hover .card-heading a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.featured-blog-section .view-all-link {
    text-align: center;
}

.featured-blog-swiper {
    opacity: 0;
}

.featured-blog-swiper.swiper-initialized {
    opacity: 1;
}

.featured-blog-swiper .swiper-pagination {
    font-size: 12px;
    letter-spacing: 0.7px;
    line-height: calc(1 + .7 / 1.0);
    color: rgba(255, 255, 255, 0.75);
    position: static;
    width: auto;
    min-width: 44px;
}

.featured-blog-swiper .swiper-buttons {
    gap: 0;
    margin-right: var(--gutter);
}

.featured-blog-swiper .swiper-button-next,
.featured-blog-swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 0;
    border: 0;
}


/* 17-09-25 :start */
.search-results-page.product-grid-section .btn-wrap {
    width: 100%;
}
.search-results-page .field__label.price-facet__label {
    color: white;
    top: 1.5px;
}
.search-results-page .price-facet__input {
    color: white;
    border-color: white;
    background-color: black;
}
.search-results-page .price-facet__input::placeholder {
    color: inherit;
    opacity: 0.4;
}
/* 17-09-25 :end */

/* 08-10-25 start */

/* #ot-sdk-cookie-policy.custom-cookie-policy {
    margin: 160px 0;
}
#ot-sdk-cookie-policy.custom-cookie-policy div, 
#ot-sdk-cookie-policy.custom-cookie-policy h3, 
#ot-sdk-cookie-policy.custom-cookie-policy h4, 
#ot-sdk-cookie-policy.custom-cookie-policy p, 
#ot-sdk-cookie-policy.custom-cookie-policy span, 
#ot-sdk-cookie-policy.custom-cookie-policy td {
    color: #fff !important;
}
#ot-sdk-cookie-policy.custom-cookie-policy a {
    background-color: transparent !important;
    color: #037cc2 !important;
} */
/* 08-10-25 end */
/* 10-10-25 : product-new-default-section start */
.product-new-default-section {
    background-color: #000 !important;
    color: #fff;
}

.product-new-default-section .text-block p {
    font-size: clamp(var(--font-l), 2.8vmax, 60px);
    font-weight: var(--font-weight-bold);
    line-height: clamp(var(--font-xl), 2.8vmax, 60px);
    margin: 0;
    color: #fff;
}

.product-new-default-section.product-information .product-price-wrapper>div:not(.tax-note) {
    color: #fff;
}

.product-new-default-section.product-information .product-price-wrapper .compare-at-price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-left: 8px;
    margin-right: 0;
}


.product-new-default-section.product-information .quantity-selector {
    height: auto;
    min-height: unset;
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 140px;
    border: 0;
    margin-bottom: 40px;
}

.product-new-default-section.product-information .product-form-buttons p {
    margin-bottom: 20px;
}

.product-new-default-section.product-information .product-form-buttons .new-block-new {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-new-default-section.product-information .product-form-buttons .new-block-new span:has(add-to-cart-component),
.product-new-default-section.product-information .product-form-buttons .new-block-new .accelerated-checkout-block {
    flex: 0 0 calc(50% - 15px);
    max-width: 0 0 calc(50% - 15px);
}

.product-new-default-section.product-information .product-price-wrapper .tax-note {
    margin-left: 0;
}

.product-new-default-section.product-information .product-price-wrapper {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start
}

.product-new-default-section.product-information .product-form-buttons .new-block-new .btn,
.product-new-default-section.product-information .product-form-buttons .new-block-new .accelerated-checkout-button {
    min-width: unset;
    /* 22-04-26 - new pdp changes start */
    border-radius: 4px;
    /* 22-04-26 - new pdp changes end */
    width: 100%;
}

.product-new-default-section.product-information .product-form-buttons .new-block-new .btn {
    gap: 8px;
}

.product-new-default-section.product-information .product-form-buttons .new-block-new .btn svg {
    width: 16px;
    min-width: 16px;
    fill: #fff;
    margin-bottom: 2px;
}

.product-new-default-section.product-information .quantity-selector input[type=number] {
    color: #fff;
}

.product-new-default-section.product-information .product-form-buttons .quantity-selector button {
    min-width: unset;
    height: auto;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 0;
    color: #fff;
}

.product-new-default-section.product-information .quantity-selector .svg-wrapper {
    height: 16px;
    width: 16px;
}

.product-new-default-section.product-information .quantity-selector svg {
    height: 14px;
    width: 14px;
}

.product-new-default-section.product-information .product-form-buttons {
    display: block;
    margin-top: 0;
}

.product-new-default-section.product-information .variant-option--buttons {
    margin-bottom: 0;
}

.product-new-default-section.product-information .slideshow-controls__thumbnails {
    padding-right: 35px;
    gap: 24px;
}
.product-new-default-section.product-information .slideshow-controls__thumbnails .slideshow-control {
    height: 64px;
    width: 64px;
    border-radius: 8px;
}
.product-new-default-section.product-information .why-buy-direct {
    padding: 0;
}

.product-new-default-section.product-information h3 {
    font-size: 16px;
    line-height: 24px;
}

.product-new-default-section.product-information slideshow-slides {
    border-radius: 12px;
    overflow: hidden;
}

.product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) {
    margin-top: 20px;
}

.product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) li {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}

.product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) li img {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
}

.product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) li span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 8px;
}

.product-new-default-section.product-information .key-features-wrap {
    margin-top: 30px;
    max-width: 550px;
}

.product-new-default-section.product-information .key-features-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -3px 0;
}

.product-new-default-section.product-information .key-features-wrap ul li {
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 3px;
}

.product-new-default-section.product-information .key-features-wrap ul li span {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
}

.product-new-default-section.product-information .product-form-buttons>*:not(.quantity-selector) {
    min-width: unset;
}

.product-new-default-section.product-information .variant-option--buttons>legend {
    display: block;
}
.product-new-default-section.product-information .variant-option__swatch-value {
    color: #fff
}

/* 10-10-25 : product-new-default-section end */

/* 14-10-25 : rich-text-row-col start */
.rich-text-section.text-column-section .container {
    max-width: 1420px;
}
.rich-text-section.text-column-section .rich-text-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-l);
}
.rich-text-section.text-column-section .rich-text-column {
    flex: 1;
}
.rich-text-section.text-column-section p {
    min-height: unset;
    margin: var(--space-s) 0;
}
.rich-text-section.text-column-section .headline-title {
    margin: 0 0 var(--space-s);
    font-size: var(--font-s);
    line-height: var(--font-s);
    font-weight: var(--font-weight-bold);
    color: #037cc2;
}
/* 14-10-25 : rich-text-row-col end */
/* 16-10-25 : product-details-section start */
.product-description-section {
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 64px;
}

.product-description-section h2 {
    font-size: 28px;
    margin: 16px 0 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.69);
}
.product-description-section li,
.product-description-section p {
    font-size: 18px;
    line-height: 24px;
}
.product-description-section p{
    margin: 24px 0;
    line-height:32px
}
.product-description-section ul{
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 24px;
    overflow-wrap: break-word;
}
.product-description-section li {
    list-style: disc;
    line-height:32px
}
/* 16-10-25 : product-details-section end */

/* for hubspot form */
.img-content-wrap{
    display: flex;
    gap: 40px;
    flex-direction: row;
    margin-bottom: 0;
}
.img-content-wrap .content-wrap{
    flex-basis: 100%;

}
.img-content-wrap .content-wrap .hsfc-Step__Content{
    padding:0 !important
}
.img-content-wrap .img-wrap{
    flex-basis: 100%;

}

/* 3-11-25 */
.purchase-process-outer-wrap{
    margin:32px auto 0;
    max-width: 564px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.purchase-process-outer-wrap .heading-content{
    margin: 0 0 40px;
    text-align: center;
    font-size: 18px;
}
.purchase-process-outer-wrap .purchase-process-inner-wrap{
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

}
.purchase-process-outer-wrap .purchase-process-inner-wrap span{
    width: 68px;
    height: 68px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #2c2e35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.purchase-process-outer-wrap .purchase-process-inner-wrap p{
    font-size: 18px;
}

/* 31-10-25 */
.highlighi-card-outer-wrap{
    grid-template-columns: repeat(2, 1fr);
    row-gap: min(2vw,40px);
    display: grid;
    column-gap: min(2vw,40px);
}
/* 12-12-25 start : card height fix */
.highlighi-card-outer-wrap .highlighi-card-inner-wrap{
    position: relative;
    overflow: hidden;
    border: 2px solid #222;
    border-radius: 8px;
    /* aspect-ratio: 3 / 1; */
    padding-bottom: 32.7%;
    min-height: 180px;
}
/* 12-12-25 end : card height fix */
.highlighi-card-outer-wrap .highlighi-card-inner-wrap .card-img{
    
}
.highlighi-card-outer-wrap .highlighi-card-inner-wrap .card-img img{
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position:absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* 12-12-25 start : card height fix */
.highlighi-card-outer-wrap .highlighi-card-inner-wrap .card-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px; 
}
/* 12-12-25 end : card height fix */
.highlighi-card-outer-wrap .highlighi-card-inner-wrap  .card-content .card-title{
    margin-bottom:24px
}
.highlighi-card-outer-wrap .highlighi-card-inner-wrap  .card-content .btn{
    min-width:165px;
    width:auto;
    max-width:80%
}

/* 31-10-25  1*/


/* 4-12-25 - product-carousel start */
.product-carousel-section .swiper-navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.product-carousel.swiper {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.product-carousel.swiper.swiper-initialized {
    opacity: 1;
}

.product-carousel-section .product-carousel {
    margin-top: 48px;
}

.product-carousel-section .carousel-wrapper {
    padding: 0 39px;
}

.product-carousel-section .swiper-navigation-wrapper .swiper-button-prev,
.product-carousel-section .swiper-navigation-wrapper .swiper-button-next {
    z-index: 0;
}

/* 4-12-25 - product-carousel end */


/* 30-01-26 relocate swiper buttons starts */

.product-carousel-section .product-carousel {
    margin: 0 60px;
}

.product-carousel-section .carousel-wrapper .inner-wrap {
    position: relative;
}

.product-carousel-section .swiper-navigation-wrapper {
    margin-top: 0;
}

.product-carousel-section .swiper-button-next, 
.product-carousel-section .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}

.product-carousel-section .swiper-button-next {
    right: 5px;
}

.product-carousel-section .swiper-button-prev {
    left: 5px;
}

/* 30-01-26 relocate swiper buttons ends */



/* Video tutorial page 11-12-25 start */
.video-tutorials-section .title-block {
    margin-bottom: 20px;
}
.video-tutorials-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -30px;
}
.video-tutorials-section .custom-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 16px;
    margin-bottom: 30px;
}
.video-tutorials-section video {
    width: 100%;
    display: block;
}
.video-tutorials-section h3{
    color: #037cc2;
    margin-top: 15px;
    font-size: 20px;
}
/* 11-12-25 end */

/* 20-02-26 announcement bar start */
body:has(.announcement-bar:not(.is-hidden)) .header .header__row {
    margin-top: 70px;
}

.shopify-section.shopify-section-group-header-group:has(.announcement-bar.sticky-bar) {
    position: sticky;
    top: 0;
    z-index: 999;
}

.announcement-bar {
    padding-top: 0px;
    padding-bottom: 0px;
    height: var(--announcement-bar-height);
}

.announcement-bar.is-hidden {
    display: none;
}

.announcement-bar .announcement-close-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    height: 22px;
    width: 22px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.announcement-bar .announcement-bar__text {
    color: var(--bar-text-color);
    user-select: none;
    -webkit-user-select: none;
}

.announcement-bar .slideshow-control svg path {
    stroke: var(--bar-text-color);
}

.announcement-bar .announcement-close-button svg {
    height: 100%;
}

.announcement-bar .announcement-close-button svg path {
    fill: var(--bar-text-color);
}

.announcement-bar .announcement-close-button.left {
    left: -28px;
}

.announcement-bar .announcement-close-button.right {
    right: 12px;
}
/* 20-02-26 announcement bar ends */

.product-card-wrapper .product-img-link:not(.has-blue-link) .img-overlay {
    inset: 0;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.33;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    position: absolute;
}

.product-card-wrapper .product-img-link:not(.has-blue-link) .img-overlay .icon {
    display: none;
}

.product-card-wrapper .product-img-link:not(.has-blue-link) .img-overlay span {
    font-size: 24px;
}

/* 03-12-25 new-pdp-layout-section starts */
/*3-12*/
.custom-pdp-two-col-section.new-pdp-layout-section.section-wrapper {
    margin-top: 110px;
    margin-bottom: 60px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-container {
    margin-bottom: 25px;
    padding: 0 40px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-container .breadcrumbs-wrapper {
    display: block;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide {
    width: calc(25% - 16px) !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1;
    border: 4px solid transparent;
    transition: border 0.25s ease;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide.swiper-slide-thumb-active {
    border: 4px solid #037cc2;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider .swiper-slide,
.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider .swiper-slide img,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide {
    border-radius: 10px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider img,
.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider video,
.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider iframe,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap img {
    user-select: none;
    -webkit-user-select: none;
}

/* Animation removed start */
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide img:hover {
    transform: none;
}
/* Animation removed end */

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider .swiper-slide img {
    object-fit: contain;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery-slider .swiper-slide .slide-inner-wrap {
    height: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    background:rgb(24, 24, 24);
    border-radius: 10px;
    overflow: hidden;
}

.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .video-center-wrapper,
.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .video-center-wrapper video {
    width: 100%;
    height: 100%;
}

.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .video-center-wrapper:has(.external-video-wrapper) {
    display: grid;
    place-items: center;
}


.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .external-video-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .external-video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap img {
    width: 100%;
    object-fit: contain;
}

/*3-12*/
.custom-pdp-two-col-section.new-pdp-layout-section .container {
    padding: 0 var(--gutter);
    max-width: 1920px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-wrapper {
    gap: 65px;
    flex-wrap: wrap;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-info-wrap {
    padding-left: 0;
    gap: var(--gap);
    max-width: 50.4%;
    padding-top: 0px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .after-pay-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .after-pay-wrapper img {
    max-width: 70px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-gallery {
    max-width: calc(100% - 50.4% - 65px);
    flex: 1;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap {
    aspect-ratio: 1/1;
    height: auto;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-info p {
    color: #037cc2;
    /* 22-04-26 - new pdp changes start */
    font-size: clamp(var(--font-s),1.6vmax,var(--font-xl));
    line-height: clamp(var(--font-s),1.6vmax,var(--font-xl));
    /* 22-04-26 - new pdp changes end */
}

.custom-pdp-two-col-section.new-pdp-layout-section .review_summary_wrapper {
    min-height: 32px;
}

.custom-pdp-two-col-section.new-pdp-layout-section p {
    font-weight: 300;
    font-size: 16px;
}

.custom-pdp-two-col-section.new-pdp-layout-section p.color-text {
    font-weight: 600;
}

.custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap {
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap .btn {
    min-width: 240px;
    max-width: 240px;
    min-height: 52px;
    /* 22-04-26 - new pdp changes start */
    border-radius: 4px;
    /* 22-04-26 - new pdp changes end */
}

.custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap #pdp-accelerated-form {
    min-width: 240px;
    max-width: 240px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 0;
    gap: 14px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-info-wrap .product-features-wrap ul li .icon-wrap path {
    fill: #c3c3c3 !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list .text-wrap {
    font-size: 16px;
    color: #c3c3c3;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list li {
    flex-wrap: nowrap;
}


.custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list .icon-wrap {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-right: 8px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list .icon-wrap img {
    width: 100%;
    height: auto;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-selector-color {
    height: 40px;
    width: 40px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-selector-color::after {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-selector-wrapper {
    gap: 10px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-size-selector ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-size-selector li {
    position: relative;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-size-selector label {
    border: 2px solid #ffffff;
    padding: 4px;
    border-radius: 7px;
    cursor: pointer;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-size-selector input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-size-selector .active label {
    border-color: #037cc2;
    background-color: #037cc2;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap {
    align-items: center;
    gap: 20px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .sale-price {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .price-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .price-inner-details span {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #28d488;
    display: block;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .price-inner-details .mrp-tag {
    color: #f0f0f0;
    display: inline;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .price-inner-details span.original-price {
    text-decoration-line: line-through;
    color: #f0f0f0;
    display: inline;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .product-notes-wrap {
    flex: 1;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #f0f0f0;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .product-notes-wrap span {
    display: block;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-payment-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .product-gallery-slider {
    padding-bottom: max(75px, 20%);
    position: static;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .thumbnilslider2 {
    min-height: unset;
    max-height: 196px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap {
    bottom: 0;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-next svg,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-prev svg {
    width: 8px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-next,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-prev {
    border-radius: 8px;
    transition: all 0.2s linear;
    margin-top: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-next:hover,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-prev:hover {
    background-color: rgba(255,255,255,0.2);
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-next.swiper-button-disabled,
.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnil-product-section .thumbnilslider2-wrap .swiper-button-next {
    right: -12px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnil-product-section .thumbnilslider2-wrap .swiper-button-prev {
    left: -12px;
}

.custom-pdp-two-col-section.new-pdp-layout-section p.promotional-price {
    flex: 1 1 100%;
    color: #037cc2;
    font-size: clamp(var(--font-m), calc(0.8rem + 0.3vw), var(--font-xl));
    line-height: clamp(var(--font-l), calc(1rem + 0.3vw), var(--font-xxl));
}

.product-pagebar-wrapper.pdp-top-sticky-bar p.promotional-price {
    color: #037cc2;
    order: 4;
}

.new-pdp-layout-wrapper .section-wrapper.badge-slider-section {
    margin-top: 64px;
    margin-bottom: -44px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .display-hidden {
    display: none !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section span[data-save-price] {
    display: inline !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section .product-wrapper .certified-refurbished-wrapper.refurbished-below-gallery {
    margin-top: 30px;
    display: none;
}

.custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper {
    padding: var(--space-xs);
    background: rgb(255 255 255 / 30%);
    border-bottom: 1px solid var(--color-grey-8);
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    border-radius: 4px;
    justify-content: space-between;
    /* margin-top: var(--space-m); */
}

.custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper h3{
    font-size: var(--font-xs);
    font-family: inherit;
    font-weight: 700;
    line-height: 24px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper p {
    font-size: var(--font-xxs);
    margin-top: 5px;
}

.custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper .btn {
    border: 1px solid #fff;
    background: transparent;
    padding: 10px;
    min-height: auto;
}

.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container {
    padding-right: 2px !important;
}
 
.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_container .bv_stars_component_container svg {
    padding-right: 8px !important;
    width: 22px !important;
    height: 22px !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_rating_button .bv_avgRating_component_container,
.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_rating_button .bv_numReviews_component_container {
    position: relative !important;
    top: 2px !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_container .bv_incentivized_component_container {
    display: none !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text,
.custom-pdp-two-col-section.new-pdp-layout-section [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container {
    color: #C3C3C3 !important;
}

.custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.custom-pdp-two-col-section.new-pdp-layout-section .swiper-slide .video-icon {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 4px;
    display: block;
    position: absolute;
    z-index: 5;
    right: 4px;
    bottom: 4px;
    background-color: rgba(0,0,0,0.7);

}
/* 03-12-25 new-pdp-layout-section ends */

/* 8-12-25 - nav images and content start */
.custom-megamenu-wrapper .mega-menu-img-wrapper{
    position:relative;
}
.custom-megamenu-wrapper .content-wrap{
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index:2;
}

.custom-megamenu-wrapper .content-wrap p{
    padding: 15px 0 10px;
}

.custom-megamenu-wrapper .img-wrap:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
    content: "";
}

.custom-megamenu-wrapper .content-wrap h3{
    font-size:36px;
    line-height: 36px;
}

.custom-megamenu-wrapper .content-wrap .btn-wrap {
    margin-top: 10px;
}

.custom-megamenu-wrapper .content-wrap .btn-wrap a {
    visibility: hidden
}

/* 8-12-25 - nav images and content end */

/* 29-04-26 - Judge.me ratings and reviews start */
.new-pdp-layout-section .jdgm-preview-badge .jdgm-star {
    font-size: 22px;
    font-weight: 500;
}

.new-pdp-layout-section .jdgm-prev-badge__text {
    font-size: 17px;
    margin-left: 5px;
    font-family: "sennheiser";
}

.product-card-wrapper .jdgm-rating-wrapper {
    height: 24px;
}

.product-card-wrapper .jdgm-preview-badge .jdgm-star {
    font-size: 16px;
    font-weight: 500;
}

.product-card-wrapper .jdgm-prev-badge__text {
    font-size: 15px;
    margin-left: 3px;
    font-family: "sennheiser";
}
/* 29-04-26 - Judge.me ratings and reviews end */

/* 08-05-26 New Image Slider Start */
.image-content-slider-section .section-heading-wrap {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
}

.image-content-slider-section .section-description {
    margin-top: 0;
}

.image-content-slider-section .image-content-slider-swiper {
    overflow: hidden;
}

.image-content-slider-section .swiper-slide {
    height: auto;
}

.image-content-slider-section .bg-img {
    position: relative;
    overflow: hidden;
    max-height: 75vh;
}

.image-content-slider-section .bg-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.image-content-slider-section .slider-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 40px;
    color: #ffffff;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.72) 100%
    );
}

.image-content-slider-section .slider-title,
.image-content-slider-section .slider-description {
    width: 100%;
    max-width: 700px;
}

.image-content-slider-section .slider-title {
    margin: 0 0 16px;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    max-width: 700px;
}

.image-content-slider-section .slider-description {
    max-width: 650px;
    font-size: 24px;
    line-height: 1.5;
}

.image-content-slider-section .slider-footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.image-content-slider-section .slider-pagination {
    display: flex;
    align-items: center;
}

.image-content-slider-section .slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
    opacity: 1;
    background: #333;
}

.image-content-slider-section
    .slider-pagination
    .swiper-pagination-bullet-active {
    background: #037cc2;
}

.image-content-slider-section .slider-navigation-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.image-content-slider-section.swiper-navigation-ready .slider-navigation-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.image-content-slider-section .slider-arrow-prev,
.image-content-slider-section .slider-arrow-next {
    position: static;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #037cc2;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
}

.image-content-slider-section .slider-arrow-prev:hover,
.image-content-slider-section .slider-arrow-next:hover {
    background: #222;
    color: #ffffff;
}

.image-content-slider-section .slider-arrow-prev::after,
.image-content-slider-section .slider-arrow-next::after {
    display: none;
}

.image-content-slider-section .slider-arrow-prev svg,
.image-content-slider-section .slider-arrow-next svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.image-content-slider-section .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* 08-05-26 New Image Slider End */
/* 26-05-26: alignment of product-carousel-section start */

.product-carousel-section .product-carousel .swiper-wrapper {
    align-items: stretch;
}
.product-carousel-section .product-carousel .swiper-slide {
    height: auto;
    display: flex;
}
/* 26-05-26: alignment of product-carousel-section end */

@media only screen and (hover: none) {
    html {
        scrollbar-color: #2c2e35 #000;
    }
}

@media (hover: hover) and (pointer: fine) {
    .product-card-wrapper .product-img-link:not(.has-blue-link):hover .img-overlay {
        opacity: 1;
    }

    .product-card-wrapper a.product-img-link:hover .img-container img {
        filter: blur(3px);
    }

    .thumbnilslider2-wrap .thumbnilslider2 img:hover,
    .thumbnilslider-wrap .thumbnilslider img:hover {
        transform: scale(1.2);
    }
}

@media (hover: hover) {
    .pdp-image_text_block .feature-card-split .split-card-wrapper .content-wrap a:hover {
        background-color: #07a;
    }

    .informative-section .content-wrap a:hover,
    .btn.btn-primary:hover,
    .highlighted-wrapper a[data-type="button"]:hover,
    .feature-card-wrap .feature-card-content .anchor-wrap a:hover {
        background-color: #07a;
    }

    .btn:disabled:hover {
        color: #101010;
        background: #e1e1e1;
    }

    .inner-page-navbar ul li a:not(.active):hover {
        color: #aaa;
    }

    /* custom form */
    .custom-form .btn.btn-primary:hover {
        background-color: #07a;
    }

    /* custom-filter-wrapper */
    .custom-filter-wrapper .custom-tabs .tab:hover:not(.disabled) {
        border-color: #037cc2;
    }

    .custom-filter-wrapper .filter-checkbox:hover .icon {
        background-color: #037cc2;
        border-color: #037cc2;
    }

    .custom-filter-wrapper .filter-checkbox:hover .icon img {
        display: block;
    }

    .custom-filter-wrapper .filters-view-icon-wrapper svg:hover,
    .dynamic-filters-wrap .filters-view-icon-wrapper svg:hover {
        color: #037cc2;
    }

    /* featured blog slider jp */
    .featured-blog-section .view-all-link a:hover {
        color: #037cc2;
    }

}

@media (min-width: 1024px) {

    /* custom-filter-wrapper */
    .custom-filter-wrapper .filter-options {
        display: grid !important;
    }
}

@media (max-width: 1919px) {
    .container {
        max-width: 1230px;
    }

    .feature-card-split .split-card-wrapper .img-wrap,
    .feature-card-split .split-card-wrapper .content-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .informative-section.big-section .inner-wrap {
        min-height: 442px;
    }

    .informative-section.big-section.section-height-500 .inner-wrap {
        min-height: 442px;
    }

    .informative-section.big-section.section-height-535 .inner-wrap {
        min-height: 457px;
    }

    .informative-section.big-section.section-height-557 .inner-wrap {
        min-height: 477px;
    }

    .informative-section.big-section.section-height-600 .inner-wrap {
        min-height: 513px;
    }

    .informative-section.big-section.section-height-660 .inner-wrap {
        min-height: 565px;
    }

    .informative-section.big-section.section-height-577 .inner-wrap {
        min-height: 495px;
    }

    .informative-section.big-section.section-height-550 .inner-wrap {
        min-height: 492px;
    }

    .informative-section.big-section.section-height-496 .inner-wrap {
        min-height: 425px;
    }

    .informative-section.big-section.section-height-744 .inner-wrap {
        min-height: 637px;
    }

    .informative-section.big-section.section-height-533 .inner-wrap {
        min-height: 532px;
    }

    /* 14-10-25 : rich-text-row-col start */
    .rich-text-section.text-column-section .container {
        max-width: 1230px;
    }
    /* 14-10-25 : rich-text-row-col end */
}

@media (max-width: 1540px) {
    
    /* 4-12-25 - product-carousel start */
    .product-carousel-section .carousel-wrapper {
        padding: 0 34px;
    }
    /* 4-12-25 - product-carousel end */

    .product-information .product-details .product-title-wrapper h1 {
        font-size: 43px;
        line-height: 43px;
    }

    .product-information .product-details .product-title-wrapper p {
        font-size: 18.41px;
    }

    /* informative-section */
    .informative-section.big-section .inner-wrap {
        min-height: 395px;
    }

    .informative-section.big-section.section-height-535 .inner-wrap {
        min-height: 461px;
    }

    .informative-section.big-section.section-height-557 .inner-wrap {
        min-height: 481px;
    }

    .informative-section.big-section.section-height-600 .inner-wrap {
        min-height: 518px;
    }

    .informative-section.big-section.section-height-660 .inner-wrap {
        min-height: 569px;
    }

    .informative-section.big-section.section-height-550 .inner-wrap {
        min-height: 480px;
    }

    .informative-section.big-section.section-height-577 .inner-wrap {
        min-height: 499px;
    }

    .informative-section.big-section.section-height-496 .inner-wrap {
        min-height: 428px;
    }

    .informative-section.big-section.section-height-744 .inner-wrap {
        min-height: 642px;
    }

    .informative-section.big-section.section-height-533 .inner-wrap {
        min-height: 532px;
    }

    /* 404 page */
    .page-not-found-wrapper .content-wrapper .title {
        font-size: 55px;
    }

    .product-grid-list .product-list-card {
        padding: 0 17px;
    }

    /* search page */
    .search-results-page .product-grid-list {
        margin-left: -17px;
        margin-right: -17px;
    }
}

@media (max-width: 1535px) {
    .container {
        max-width: 1100px;
    }
    /* 14-10-25 : rich-text-row-col start */
    .rich-text-section.text-column-section .container {
        max-width: 1100px;
    }
    /* 14-10-25 : rich-text-row-col end */
}

@media (max-width: 1440px) {
    /* 10-10-25 : product-new-default-section start */
    .product-new-default-section.product-information .key-features-wrap,
    .product-new-default-section.product-information .product-information__media {
        width: 400px;
    }
    /* 10-10-25 : product-new-default-section end */
    .product-information .product-details .product-title-wrapper h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .product-information .product-details .product-title-wrapper p {
        font-size: 18px;
    }
}

@media (max-width: 1399px) {

    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide {
        width: calc(25% - 8px) !important;
        flex-shrink: 0 !important;
    }

    /* 03-12-25 new-pdp-layout-section ends */
}

@media (max-width: 1366px) {

    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .product-notes-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 03-12-25 new-pdp-layout-section ends */
}

@media (max-width: 1279px) {
     /* enumeration block updates start */
    .enumeration-group .enumeration-score,
    .enumeration-group .enumeration-description {
        flex: 0 0 110px;
        max-width: 110px;
    }
    .enumeration-group .enumeration-dot {
        margin-right: 6px;
    }
    /* enumeration block updates end */
    
    /* 4-12-25 - product-carousel start */
    .product-carousel-section .carousel-wrapper {
        padding: 0 29px;
    }
    /* 4-12-25 - product-carousel end */

    /* 10-10-25 : product-new-default-section start */
    .product-new-default-section.product-information .key-features-wrap,
    .product-new-default-section.product-information .product-information__media {
        width: 350px;
    }
    /* 10-10-25 : product-new-default-section end */
    body.search-input-expand {
        overflow-y: hidden;
    }

    .hero-banner-section .banner-content {
        width: 90%;
    }

    .hero-banner-section .banner-content .product-details .product-price {
        font-size: 24px;
        line-height: 24px;
    }

    .hero-banner-section .product-associated-list-wrap {
        display: none;
    }

    /*.feature-card-with-heading  */
    .feature-card-with-heading-wrap {
        margin: 0 -15px;
        margin-top: 40px;
    }

    .feature-card-with-heading-wrap .feature-card-with-heading {
        padding: 0 15px;
    }

    .feature-card-with-heading-wrap .feature-card-content {
        padding-top: 40px;
    }

    .feature-card-slider-wrap .feature-card .card-content {
        padding: 20px 0;
    }

    /* .feature-card-wrap .feature-card-content .content-wrap {
        padding: 0 30px;
    } */

    /* .feature-card-split {
        gap: 20px;
    } */

    .feature-card-split .split-card-wrapper {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .feature-card-split .split-card-wrapper {
        gap: 20px;
    }

    /* blog page css */
    .blog-listing-row .blog-listing-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog-listing-row .blog-listing-col:first-child .blog-listing-img {
        flex: 0 0 48.34%;
        max-width: 48.34%;
    }

    .blog-listing-row .blog-listing-col:first-child .blog-listing-content {
        flex: 0 0 51.66%;
        max-width: 51.66%;
    }

    .blog-listing-row .blog-listing-col:nth-child(2),
    .blog-listing-row .blog-listing-col:nth-child(3) {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .product-information .product-details .product-title-wrapper h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .product-information .product-details .product-title-wrapper p {
        font-size: 18px;
    }

    /* 404 page */
    .page-not-found-wrapper .content-wrapper {
        width: 90%;
    }

    .page-not-found-wrapper .content-wrapper .title {
        font-size: 46px;
    }

    .page-not-found-wrapper .content-wrapper p {
        font-size: 25px;
    }

    .product-grid-list .product-list-card {
        padding: 0 12px;
    }

    /* search page */
    .search-results-page .product-grid-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}
/* 29-10-25-start */
@media(max-width:1199px){
    .product-description-section,
    .product-information {
        padding: 125px 10% 32px;
    }
    
    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    /* 03-12-25 new-pdp-layout-section ends */
}
/* 29-10-25-end */
@media (max-width: 1023px) {

    /* 4-12-25 - product-carousel start */
    .product-carousel-section .carousel-wrapper {
        padding: 0 5px;
    }
    /* 4-12-25 - product-carousel end */

    /* 31-10-25 */
    .highlighi-card-outer-wrap .highlighi-card-inner-wrap  .card-content .card-title{
        margin-bottom:16px
    }
    .highlighi-card-outer-wrap .highlighi-card-inner-wrap  .card-content .btn{
        min-width:auto;
        width:100%
    }

    /* Video tutorial 11-12-25 start */
    .video-tutorials-section .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* 11-12-25 end */

    /* 14-10-25 : rich-text-row-col start */
    .rich-text-section.text-column-section .rich-text-row {
        flex-direction: column;
    }
    /* 14-10-25 : rich-text-row-col end */
    /* 16-10-25 : product-details-section start */
    .product-description-section {
        padding-bottom: 32px;
    }
    /* 16-10-25 : product-details-section end */


    /* 08-10-25 start */
    /* #ot-sdk-cookie-policy.custom-cookie-policy {
        margin: 64px 0;
    } */
    /* 08-10-25 end */

    .coming-soon h2 {
        font-size: 45px;
    }

    body.open-nav-menu {
        overflow-y: hidden;
    }

    .container {
        max-width: 1100px;
    }

    .collection-description-wrapper,
    .section-wrapper {
        margin: 64px 0;
    }

    .section-heading-wrap p {
        font-size: 22px;
    }

    .section-heading-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading-wrap .btn-wrap {
        width: 100%;
        margin-top: 64px;
    }

    .section-heading-wrap .btn-wrap .btn {
        width: 100%;
    }

    .section-heading-wrap:has(.btn) .section-heading-text,
    .section-heading-wrap .section-heading-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* custom-filter-wrapper */
    .custom-filter-wrapper .filter-result-wrap,
    .dynamic-filters-wrap .filter-result-wrap {
        justify-content: space-between;
    }

    .custom-filter-wrapper .filter-result-wrap.empty-product,
    .dynamic-filters-wrap .filter-result-wrap.empty-product {
        justify-content: center;
    }

    .custom-filter-wrapper .tab-wrap .left-wrap,
    .custom-filter-wrapper .tab-wrap .right-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-filter-wrapper .filter-options {
        grid-template-rows: unset;
        grid-auto-flow: row dense;
        padding-top: 16px;
    }

    .custom-filter-wrapper .right-wrap .custom-tabs .tab {
        display: none;
    }

    .custom-filter-wrapper .custom-tabs .tab:hover,
    .custom-filter-wrapper .custom-tabs .tab.current {
        border-color: transparent;
    }

    .custom-filter-wrapper .tab-content .title-block,
    .custom-filter-wrapper .right-wrap .custom-tabs .tab.filter-tab {
        display: flex;
    }

    .custom-filter-wrapper .tab-content-wrap {
        position: fixed;
        inset: 0;
        height: 100dvh;
        overflow-x: auto;
        padding: 16px 32px 32px;
        background-color: #000;
        z-index: 20;
        flex-direction: column;
        display: none;
    }

    body.open-filter-drawer .custom-filter-wrapper .tab-content-wrap {
        display: flex;
    }

    .custom-filter-wrapper .tab-content {
        display: none;
        margin-top: 0;
    }

    .custom-filter-wrapper .tab-content.visible {
        display: block;
    }

    .custom-filter-wrapper .tab-content#filters {
        order: -1;
    }

    .custom-filter-wrapper .filter-btns {
        margin-top: auto;
        gap: 0;
    }

    .custom-filter-wrapper .filter-btns .btn,
    .custom-filter-wrapper .filter-btns .btn:not(.btn-primary) {
        width: 100%;
        margin-top: 24px;
    }

    .custom-filter-wrapper .filter-btns .btn:not(.btn-primary) {
        order: 1;
    }

    .custom-filter-wrapper .custom-tabs .tab.disabled {
        color: inherit;
        cursor: default;
    }

    .custom-filter-wrapper .custom-tabs .tab.disabled a {
        cursor: default;
    }

    /* collection-description-wrapper */
    .collection-description-wrapper .content-wrapper {
        max-width: unset;
    }

    .collection-description-wrapper p {
        font-size: 22px;
    }

    /* highlighted-wrapper */
    .highlighted-wrapper .text-block p {
        font-size: 20px;
    }

    .highlighted-wrapper .btn-wrap .btn {
        width: 100%;
    }

    .highlighted-wrapper a[data-type="button"] {
        width: 100%;
    }

    /* feature-card-section */
    .feature-card-wrap .feature-card-content .content-wrap p {
        font-size: 20px;
        line-height: 1.5;
    }

    .pdp-content .feature-card-wrap .feature-card-content .content-wrap p {
        font-size: 20px;
        line-height: 1.5;
    }

    .feature-card-wrap .feature-card-content .content-wrap p.auracast-para {
        font-size: 20px;
    }

    .feature-card-wrap {
        display: flex;
    }

    .feature-card-with-heading-wrap .feature-card-content .btn-wrap .btn {
        min-width: auto;
    }

    /*.feature-card-with-heading  */
    .feature-card-with-heading-wrap .feature-card-with-heading {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 60px;
    }

    .feature-card-with-heading-wrap .feature-card-content .btn-wrap .btn {
        width: 100%;
    }

    .two-col-img-content-wrap .feature-card-outer-wrapper .btn-wrap .btn {
        width: 100%;
    }

    /*  breadcrumbs-nav  */
    .breadcrumbs-nav .breadcrumbs-items.mobile-hide {
        display: none;
    }

    .breadcrumbs-nav .breadcrumbs-link.mobile-show {
        display: flex;
    }

    /* pdp page */

    .product-pagebar-wrapper .productbar-wrapper {
        gap: 8px;
        padding: 16px;
    }

    .product-pagebar-wrapper .productbar-wrapper .product-name {
        flex: 0 0 calc(100% - 168px);
        font-size: 16px;
        line-height: 24px;
    }

    .product-pagebar-wrapper .productbar-wrapper .product-price {
        order: 3;
        font-size: 14px;
        line-height: 21px;
    }

    .product-pagebar-wrapper .productbar-wrapper .product-notes {
        order: 4;
    }

    .product-pagebar-wrapper .productbar-wrapper .product-buy-button-wrapper {
        order: 2;
    }

    .product-pagebar-wrapper .productbar-wrapper .btn {
        min-height: 40px;
    }

    .product-info-row {
        margin: 0 -15px;
    }

    .product-info-row .product-info-col {
        padding: 0 15px;
    }

    .hero-banner-section .banner-content {
        width: 100%;
    }

    .hero-banner-section .banner-content .btn {
        width: 100%;
        margin-top: 32px;
    }

    .hero-banner-section .banner-content .product-details .product-price {
        font-size: 20px;
        line-height: 20px;
    }

    .hero-banner-section .badge-wrapper {
        display: none;
    }

    .hero-banner-section .product-selector-wrapper {
        top: 80px;
        left: 16px;
        bottom: unset;
        padding: 16px 8px;
    }

    .hero-banner-section .product-selector-wrapper .product-selector {
        gap: 8px;
    }

    .hero-banner-section .product-selector-wrapper .product-selector button {
        height: 32px;
        width: 32px;
    }

    .hero-banner-section .product-selector-wrapper .product-selector button::after {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
    }

    .pdp-main-wrapper.hero-banner-section .inner-wrap {
        padding: 64px 0;
    }

    .product-grid-list {
        margin: 48px 0;
    }

    .product-grid-list .product-list-card {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .product-selector-color {
        width: 18px;
        height: 18px;
    }

    /* more color swatches start */
    .more-color-btn {
        font-size: 12px;
    }
    /* more color swatches end */

    .product-selector-color:after {
        width: calc(100% + 6px);
        height: calc(100% + 6px);
    }

    .product-card-wrapper .product-img-link:not(.has-blue-link) .img-overlay {
        display: none;
    }


    .product-card-wrapper .product-selector-wrapper {
        padding: 16px;
    }

    .btn-wrap.single-btn .btn {
        width: 100%;
    }

    .highlight-card h3 {
        margin-bottom: 16px;
    }

    .highlight-card .btn {
        width: 100%;
    }

    /* custom form */
    .custom-form .btn.submit-btn {
        min-width: 100%;
    }

    .feature-list .list-col {
        flex: 0 0 43%;
        max-width: 43%;
    }

    /* blog page css */
    .blog-listing-row .blog-listing-col:first-child .blog-listing-img {
        flex: 0 0 47.2%;
        max-width: 47.2%;
    }

    .blog-listing-row .blog-listing-col:first-child .blog-listing-content {
        flex: 0 0 52.8%;
        max-width: 52.8%;
    }

    /* blog-detail */
    .blog-detail-wrap .blog-detail-slidebar {
        width: 100%;
    }

    .blog-detail-wrap .blog-detail-slidebar .top-content {
        display: none;
    }

    .blog-detail-wrap {
        flex-direction: column-reverse;
        row-gap: 128px;
    }

    .blog-detail-wrap .mobile-hide {
        display: none !important;
    }

    .blog-detail-wrap .blog-detail-slidebar {
        width: 100%;
        min-width: unset;
        position: relative;
        top: 0;
    }

    .product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-selector-wrapper {
        right: 0;
    }

    .product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper {
        flex-direction: column;
    }

    .product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-list-grid .product-card-wrapper .product-img-wrapper {
        width: 100%;
    }

    .dynamic-filters-wrap {
        justify-content: flex-start;
    }

    .product-information .variant-option__button-label {
        width: 18px;
        height: 18px;
    }

    .product-information .product-details .product-title-wrapper h1 {
        font-size: 28.6px;
        line-height: 28.6px;
    }

    .informative-section.big-section .inner-wrap {
        min-height: 412px;
    }

    .informative-section.big-section.section-height-535 .inner-wrap {
        min-height: 442px;
    }

    .informative-section.big-section.section-height-577 .inner-wrap {
        min-height: 442px;
    }

    .informative-section.big-section.section-height-557 .inner-wrap {
        min-height: 472px;
    }

    .informative-section.big-section.section-height-600 .inner-wrap {
        min-height: 472px;
    }

    .informative-section.big-section.section-height-660 .inner-wrap {
        min-height: 475px;
    }

    .informative-section.big-section.section-height-550 .inner-wrap {
        min-height: 517px;
    }

    .informative-section.big-section.section-height-496 .inner-wrap {
        min-height: 382px;
    }

    .informative-section.big-section.section-height-744 .inner-wrap {
        min-height: 535px;
    }

    .informative-section.big-section.section-height-533 .inner-wrap {
        min-height: 622px;
    }

    /* 404 page */
    .page-not-found-wrapper .content-wrapper {
        width: 100%;
        bottom: 64px;
    }

    .page-not-found-wrapper .content-wrapper .title {
        font-size: 36px;
    }

    .page-not-found-wrapper .content-wrapper p {
        font-size: 20px;
        line-height: 24px;
    }

    .page-not-found-wrapper .content-wrapper .btn {
        width: 100%;
        margin-top: 32px;
    }

    .thumbnilslider-wrap .thumbnilslider {
        width: 100%;
        margin: 0;
        max-height: unset;
        padding: unset;
        display: unset;
        flex-direction: unset;
        position: unset;
    }

    .thumbnilslider-wrap {
        padding: 0 30px;
    }

    .thumbnilslider-outer-wrap {
        width: fit-content;
    }

    .thumbnilslider-wrap .thumbnilslider .swiper-slide {
        width: 133px !important;
    }

    .thumbnilslider2-outer-wrap {
        width: 74%;
    }

    .thumbnilslider2-outer-wrap .thumbnilslider2 {
        min-height: unset;
    }

    /* badge-slider-section */
    .badge-slider-section .container {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .badge-slider-section .badge-section-title {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
    }

    .badge-slider-section .badge-wrap {
        height: 90px;
    }

    .feature-card-slider-wrap .feature-card .card-content .btn-wrap {
        margin-top: 40px;
        padding: 0;
    }

    .feature-card-slider-wrap .feature-card .card-content .btn-wrap .btn {
        min-width: unset;
        width: 100%;
        max-width: 100%;
    }

    /* search page */
    .search-results-page .product-grid-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .search-results-page.search-page-form-wrapper {
        margin-top: 120px;
    }

    /* 08-01-2026 Start */
    .pdp-main-wrapper.hero-banner-section .banner-content a.btn{
        position:sticky;
    }
    .pdp-main-wrapper.hero-banner-section .banner-content .buy-now-btn-wrap .btn{
        position:sticky;
    }
    .hero-banner-section .banner-content .shopify-product-form{
        max-width:100%;
    }
    .pdp-main-wrapper.hero-banner-section .banner-content .buy-now-btn-wrap .btn.buy-now-btn{
        max-width:calc(100% - 156px);
        position:relative;
        min-width:auto;
        width:calc(100% - 156px);
    } 
    .hero-banner-section .banner-content .buttons-wrapper .buy-now-btn-wrap {
        position: relative;
    }
    .pdp-main-wrapper.hero-banner-section .banner-content a.btn{
        position: absolute !important;
        bottom: 0;
        right: 0;
        z-index: 2;
        top: auto;
    }
    .hero-banner-section .banner-content .buttons-wrapper .btn-outline {
        max-width: 140px;
        white-space: normal;
    }
    .book-schedule-section .section-content-wrapper {
        padding: 50px 0 0 !important;
    }
    /* 08-01-2026 End */

    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-nav .breadcrumbs-link.mobile-show {
        display: none;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-nav .breadcrumbs-items.mobile-hide {
        display: flex;
    }
    /* 03-12-25 new-pdp-layout-section ends */
}

@media (max-width: 991px) {
    
    /* 08-05-26 New Image Slider Start */
    .image-content-slider-section .slider-content-wrap {
        padding: 32px;
    }

    .image-content-slider-section .slider-title {
        font-size: 40px;
    }

    .image-content-slider-section .slider-description {
        font-size: 18px;
    }
    /* 08-05-26 New Image Slider End */
    
    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-container {
        margin-bottom: 20px;
        padding: 0;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-info h1 {
        font-size: 32px;
        line-height: 1;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-info p {
        font-size: 16px;
    }

    .custom-pdp-two-col-section .product-selector-wrapper p {
        font-size: 12px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .sale-price {
        font-size: 24px;
        line-height: normal;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .price-inner-details span {
        font-size: 11px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap {
        gap: 6px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap .product-notes-wrap {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-info-wrap {
        max-width: 100%;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-info-wrap {
        gap: 20px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-selector-color {
        height: 30px;
        width: 30px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-selector-color::after {
        height: calc(100% + 6px);
        width: calc(100% + 6px);
    }

    /* .custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap .swiper-slide {
        width: 48px !important;
    }*/

    .custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap .product-gallery-slider {
        padding-bottom: 0;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-gallery {
        max-width: 100%;
        aspect-ratio: unset;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-wrap {
        padding: 0;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .thumbnilslider2-outer-wrap {
        position: relative;
        transform: none;
        left: unset;
        margin: 30px auto 0;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-nav .breadcrumbs-items {
        gap: 10px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .breadcrumbs-nav .breadcrumbs-items .breadcrumbs-item .breadcrumbs-link:after {
        margin: 0 0 0 10px;
    }
    /* 03-12-25 new-pdp-layout-section ends */

    /* featured blog slider jp */
    .featured-blog-section .featured-blog-swiper {
        margin-right: calc(-1 * var(--gutter));
    }
    /* 29-10-25-start */
    .product-description-section,
    .product-information {
        padding: 125px 5% 32px;
    }
    .product-information .product-information__grid .product-details {
        padding-left: 30px !important;
    }
    /* 29-10-25-end */
}

@media (max-width: 960px) {
    .product-information .product-details .product-title-wrapper h1 {
        font-size: 24px;
        line-height: 30px;
    }
    /* 29-10-25-start */
    .product-description-section,
    .product-information {
        padding: 125px 4% 32px;
    }
    /* 29-10-25-end */
}

@media (max-width: 768px) {
    .two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content h3 {
        font-size: 24px;
    }

    .two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content p {
        font-size: 16px;
    }

    /* 5-12-25 - shared-link-modal start */
    .sl-modal-overlay .sl-modal-box {
        padding: 40px 32px;
    }
    .sl-modal-overlay .sl-modal-overlay {
        padding: 24px 0;
    }

    .sl-modal-overlay .sl-modal-content {
        flex-direction: column;
    }

    .sl-modal-overlay .sl-modal-image img {
        width: 200px;
    }

   .sl-modal-overlay .sl-modal-text {
        padding:17px;
    }

   .sl-modal-overlay .sl-modal-image {
        max-width: 106px;
        margin: 0 auto;
    }
    /* 5-12-25 - shared-link-modal end */
}

@media (max-width: 767px) {
    
    /* 08-05-26 New Image Slider Start */
    .image-content-slider-section .section-heading-wrap {
        margin-bottom: 24px;
    }

    .image-content-slider-section .slider-content-wrap {
        padding: 20px;
    }

    .image-content-slider-section .slider-title,
    .image-content-slider-section .slider-description {
        max-width: 100%;
    }

    .image-content-slider-section .slider-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .image-content-slider-section .slider-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .image-content-slider-section .slider-footer-wrap {
        margin-top: 18px;
    }

    .image-content-slider-section .slider-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .image-content-slider-section .slider-arrow-prev,
    .image-content-slider-section .slider-arrow-next {
        width: 30px;
        height: 30px;
    }
    /* 08-05-26 New Image Slider End */
     
    /* 03-12-25 new-pdp-layout-section starts */
    .custom-pdp-two-col-section.new-pdp-layout-section {
        margin-top: 105px !important;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-price-wrap {
        justify-content: center;
        align-items: unset;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap product-form-component {
        width: 100%;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap .btn {
        min-width: 100%;
        max-width: 100%;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .btn-wrap #pdp-accelerated-form {
        min-width: 100%;
        max-width: 100%;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list .icon-wrap {
        height: 24px;
        width: 24px;
        padding: 0;
        min-width: 24px;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .product-features-wrap ul.icon-list .text-wrap {
        font-size: 14px;
    }
    /* 03-12-25 new-pdp-layout-section ends */

    /* 4-12-25 - product-carousel start */
    .product-carousel-section .product-carousel {
        margin-top: 40px;
    }
    /* 4-12-25 - product-carousel end */

    /* 10-10-25 : product-new-default-section start */
    .product-new-default-section.product-information .key-features-wrap,
    .product-new-default-section.product-information .product-information__media {
        width: 100%;
    }
    .product-new-default-section.product-information .key-features-wrap {
        min-width: 100%;
    }
    .product-new-default-section.product-information .slideshow-controls__thumbnails {
        gap: 18px;
        padding-right: 30px;
    }
    /* 10-10-25 : product-new-default-section end */
    /* 31-10-25 */
    .highlighi-card-outer-wrap{
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
        row-gap: 32px;
        grid-column-gap: min(2vw,40px);
    }
    /* 12-12-25 start : card height fix */
    .highlighi-card-outer-wrap .highlighi-card-inner-wrap{
        /* aspect-ratio: 2 / 1; */
    }
    /* 12-12-25 end : card height fix */
    
    /* 31-10-25  1*/

    /* Video tutorial 11-12-25 start */
    .video-tutorials-section .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* 11-12-25 end */

    /* for hubspot form */
    .img-content-wrap{
        flex-direction: column-reverse;
        margin-bottom: 48px;
    }

    /* 3-11-25 */
    .purchase-process-outer-wrap{
        margin:24px auto 0;
    }
    .purchase-process-outer-wrap .heading-content{
        margin: 0 0 24px;
        text-align:left;
    }

    /* 14-10-25 : rich-text-row-col start */
    .rich-text-section.text-column-section .rich-text-row {
        gap: var(--space-s);
    }
    /* 14-10-25 : rich-text-row-col end */

    .form-confirmation-wrapper {
        padding: 32px 42px;
    }

    .form-confirmation-wrapper .form-confirmation-title {
        font-size: 18px;
        line-height: 24px;
    }

    .section-heading {
        font-size: 30px;
    }

    .section-heading-wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .hotspot-cards-two li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* custom-filter-wrapper */
    .custom-filter-wrapper .filters-view-icon-wrapper,
    .dynamic-filters-wrap .filters-view-icon-wrapper {
        display: flex;
    }

    .custom-filter-wrapper .filter-result-wrap.empty-product .filters-view-icon-wrapper,
    .dynamic-filters-wrap .filter-result-wrap.empty-product .filters-view-icon-wrapper {
        display: none;
    }

    .custom-filter-wrapper .tab-content-wrap {
        padding: 6px 22px 22px;
    }

    /* collection-description-wrapper */
    .collection-description-wrapper h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .collection-description-wrapper p {
        font-size: 18px;
        line-height: 24px;
    }

    /* heading-text */
    .section-wrapper .heading-text {
        font-size: 18px;
        line-height: 24px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .informative-section .img-wrap:has(.mobile-img) {
        padding-top: 166.67%;
        position: relative;
    }

    .informative-section .inner-wrap:has(.mobile-img) .content-wrap {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .informative-section .img-wrap:has(.mobile-img) .desktop-img {
        display: none;
    }

    .informative-section .img-wrap:has(.mobile-img) .mobile-img {
        display: block;
    }

    .informative-section .content-wrap {
        width: 100%;
        padding: 24px;
    }

    .informative-section .content-wrap h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    .informative-section .content-wrap p {
        font-size: 16px;
    }

    .informative-section.big-section .inner-wrap {
        display: block;
    }

    /* highlighted-wrapper */
    .highlighted-wrapper .text-block .text-title {
        font-size: 18px;
    }

    .highlighted-wrapper .text-block {
        text-align: left;
        padding: 0;
    }

    .highlighted-wrapper .text-block h2 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 24px;
    }

    .highlighted-wrapper .text-block p {
        text-align: left;
    }

    /* .highlighted-wrapper:has(.highlight-link) .text-block p,
    .highlighted-wrapper:has(.highlight-link) .text-block h2,
    .highlighted-wrapper:has(.highlight-link) .text-block {
        text-align: center;
    } */

    .highlighted-wrapper .text-block.left-content p {
        line-height: 24px;
    }

    .highlighted-wrapper .text-block.left-content h2 {
        line-height: 36px;
        font-size: 24px;
    }

    /* rich-text-section */
    .rich-text-section {
        line-height: 24px;
    }

    .rich-text-section h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .rich-text-section p {
        min-height: 24px;
    }

    .rich-text-section blockquote {
        font-size: 20px;
    }

    .rich-text-section blockquote p {
        font-size: 20px;
    }

    /* feature-card-section */
    .feature-card-wrap {
        margin-bottom: 64px;
    }

    .feature-card-wrap .feature-card-content .content-wrap {
        padding: 0;
    }

    .feature-card-wrap .feature-card-content .content-wrap p span {
        line-height: 24px;
    }

    .feature-card-wrap .feature-card-content .content-wrap.content-list-wrap {
        margin: 0;
    }

    .feature-card-wrap .feature-card-image,
    .feature-card-wrap .feature-card-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-card-wrap .feature-card-content .content-wrap h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .feature-card-wrap .feature-card-content .content-wrap .btn-wrap {
        margin-top: 20px;
    }

    .feature-card-wrap .feature-card-content .content-wrap .btn-wrap {
        margin-top: 24px;
    }

    .feature-card-wrap .feature-card-content .content-wrap .text-collapse-block p {
        font-size: 18px;
    }

    .feature-card-wrap .feature-card-content .collapse-btn {
        font-size: 16px;
    }

    .specifications-section .collapse-btn {
        font-size: 16px;
    }

    .feature-card-wrap .feature-card-content .content-wrap ul {
        margin: 24px 0 0;
    }

    .feature-card-wrap .feature-card-content p.rich-text {
        line-height: 24px;
    }

    .feature-card-wrap .feature-card-content .content-wrap .auracast-desc {
        line-height: 24px;
    }

    .feature-card-wrap .feature-card-content .content-wrap ol li {
        line-height: 24px;
    }

    .feature-card-wrap .feature-card-image {
        order: 1;
    }

    .feature-card-wrap .feature-card-content {
        order: 2;
    }

    .feature-card-wrap .feature-card-content .content-wrap .audiovitality-list ul {
        margin: var(--space-s) 0;
    }

    /* feature-card-with-heading */

    .feature-card-with-heading-wrap h3 {
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    .feature-card-with-heading-wrap p {
        font-size: 20px;
    }

    .feature-card-with-heading-wrap .feature-card-content .btn-wrap {
        margin-top: 24px;
        padding: 0;
    }

    .two-col-img-content-wrap .feature-card-outer-wrapper .btn-wrap {
        margin-top: var(--space-xl);
        padding: 0;
    }

    .two-col-img-content-wrap .feature-card-outer-wrapper .feature-card-content p {
        padding-right: 0;
    }

    /* feature-card-slider */
    .feature-card-slider-outer-wrap.three-col .feature-card-slider-wrap .feature-card .card-content p {
        padding-right: 0;
    }

    .feature-card-slider-wrap .feature-card .card-content h3 {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .feature-card-slider-wrap .feature-card .card-content h3 {
        font-size: 20px;
    }

    .feature-card-slider-wrap .feature-card .card-content {
        padding: 20px 0 0;
    }

    /* specifications-section */
    .specifications-section .btn-wrap {
        margin-top: 32px;
    }

    .section-heading-wrap p {
        font-size: 18px;
        line-height: 24px;
    }

    /* FAQ accordion */

    .faq-section .section-heading {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .faq-section .faq-answer, .faq-section .faq-answer p {
        margin-top:24px;
        margin-bottom:24px;
    }

    .accordion-wrapper .accordion-content {
        line-height: 24px;
    }

    .accordion-wrapper .accordion-content h2 {
        font-size: 24px;
    }

    .accordion-wrapper .accordion-link-content .accordion-link {
        font-size: 16px;
    }

    .accordion-wrapper .accordion-link-content li:not(:first-of-type) .accordion-link {
        margin-top: 16px;
    }

    .newsletter-wrap {
        flex-direction: column-reverse;
    }

    .newsletter-wrap .newsletter-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter-wrap h3 {
        line-height: 32px;
    }

    .newsletter-wrap .btn {
        width: 100%;
    }

    /* pdp page */
    .product-pagebar-wrapper .productbar-wrapper .btn {
        min-height: 35px;
    }

    .product-info-row h3 {
        font-size: 32px;
        line-height: 32px;
    }

    .product-info-row .product-info-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-info-row .product-info-inner {
        padding: 48px;
    }

    .product-info-row .product-info-list , .faq-section .product-info-list{
        font-size: 16px;
    }

    .product-info-col.download-doc-col {
        padding-top: 48px;
    }

    .hero-banner-section .banner-content .product-details {
        margin-top: 24px;
    }

    .badge-slider-section .badge-slider .swiper-pagination,
    .hero-banner-section .swiper-pagination {
        bottom: 32px;
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .hero-banner-section.pdp-banner-slider .swiper.mob-swiper,
    .hero-banner-section .bg-img:has(.mob-img) img.mob-img {
        display: block;
    }

    .hero-banner-section.pdp-banner-slider .swiper.desk-swiper,
    .hero-banner-section .bg-img:has(.mob-img) img.desk-img {
        display: none;
    }

    .hero-banner-section.pdp-banner-slider.inner-section-carousal .bg-img {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .testimonial-slider.hero-banner-section p {
        font-size: 20px;
    }

    .testimonial-slider.hero-banner-section .sub-title {
        margin-top: 24px;
    }

    .testimonial-slider.hero-banner-section.inner-section-carousal .swiper-pagination {
        display: flex;
    }

    .pdp-main-wrapper.hero-banner-section .inner-wrap {
        padding: 80px 0;
    }

    .buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #222222;
        padding: 0;
        min-height: 30px;
        padding: 7px 0;
    }

    .buy-from-sennheiser-section .sennheiser-buy-benefits .benefits-wrap .img-wrap img {
        max-width: 25px;
    }

    .product-grid-list {
        margin-top: 40px;
    }

    .product-card-wrapper .product-btn .btn {
        min-width: 140px;
        width: 100%;
        padding: 5px 24px;
    }

    .product-card-wrapper .featured-compare-btn .btn {
        width: auto;
    }

    .product-enumeration {
        width: 100%;
        padding-right: 15px;
    }

    .image-full-wrapper img {
        aspect-ratio: 4 / 3;
    }

    /* support */
    .highlight-card {
        gap: 32px;
    }

    .highlight-card .highlight-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .highlight-card .highlight-inner {
        aspect-ratio: 2 / 1;
    }

    .feature-card-split .split-card-wrapper .content-wrap h3 {
        font-size: 18px;
        margin: 16px 0 24px;
        line-height: 27px;
    }

    .feature-card-split .split-card-wrapper .content-wrap p {
        font-size: 20px;
        line-height: 30px;
        padding-right: 0;
    }

    .pdp-image_text_block .feature-card-split .split-card-wrapper .content-wrap a {
        margin: 30px 0 0;
    }

    .specifications-section h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    /* custom form */

    .custom-form .custom-form-block .form-fields-wrapper,
    .custom-form .form-control {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-form .form-control {
        padding: 0 0 16px;
    }

    .custom-form .custom-form-block p,
    .custom-form .custom-form-block .form-fields-wrapper {
        margin: 0;
    }

    .custom-form .support-intro {
        font-size: 18px;
        line-height: 24px;
        margin: 18px 0 64px;
    }

    .custom-form .custom-form-block .support-title {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 42px;
    }

    .custom-form .form-control {
        margin-bottom: 0;
    }

    .custom-form .custom-field {
        max-width: 100%;
    }

    .custom-form .btn-wrap {
        margin-top: 16px;
    }

    .custom-form .re-captcha-wrap {
        justify-content: center;
        margin-left: 0;
    }

    .custom-form .re-captcha-wrap .inner-wrapper {
        width: auto;
        max-width: unset;
    }

    .custom-form .re-captcha-wrap .inner-wrapper>div {
        line-height: 0;
    }

    .custom-form .re-captcha-wrap .inner-wrapper .error-message {
        bottom: -7px;
    }

    .feature-list-section .section-heading {
        font-size: 20px;
        line-height: 26px;
    }

    .feature-list-row .feature-list-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-list .list-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Download */
    .download-doc-col h2 {
        margin: 32px 0;
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }

    .search-content-wrap .search-box-wrap input {
        font-size: 18px;
        line-height: 24px;
    }

    .search-content-wrap .serch-list {
        margin-top: 12px;
    }

    .search-content-wrap .serch-list li button {
        margin: 12px 18px;
    }

    .search-content-wrap .serch-list li button h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .search-content-wrap .search-box-wrap input {
        padding: 10px 16px;
    }

    /* blog page css */
    .blog-listing-wrapper .blog-listing-title h1 {
        font-size: 40px;
    }

    .blog-listing-wrapper .blog-listing-title h2 {
        font-size: 18px;
    }

    .blog-listing-row .blog-listing-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-listing-row .blog-listing-col:first-child .blog-listing-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-listing-row .blog-listing-col:first-child .blog-listing-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }

    .blog-listing-row .blog-listing-col:nth-child(2),
    .blog-listing-row .blog-listing-col:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* blog-detail */
    .blog-detail-wrap .rich-text-section p {
        font-size: 14px;
    }

    .blog-detail-wrap .blog-detail-main-content h1,
    .blog-detail-wrap .blog-detail-main-content .bolg-title {
        font-size: 48px;
        line-height: 60px;
    }

    .blog-detail-wrap .rich-text-section h2 {
        font-size: 18px;
    }

    .product-carousel-outer-wrap .product-carousel-inner-wrap .product-carousel-heading {
        margin-bottom: 40px;
    }

    .hero-banner-section.inner-section-carousal .swiper-pagination {
        display: none;
    }

    /* .card-trigger-modal */
    .card-trigger-modal h3 {
        margin-top: 24px;
    }

    .card-trigger-modal {
        max-width: 250px;
    }

    .card-trigger-modal ul {
        display: none;
    }

    .product-description-section,
    .product-information {
        padding-left: 5%;
        padding-right: 5%;
    }

    .product-information .product-information__grid .product-information__media {
        width: 100%;
    }

    .product-information .product-information__grid {
        flex-direction: column;
    }

    .product-information .product-information__grid .product-details {
        padding-left: 0 !important;
        width: 100%;
    }

    .product-information .product-outlet-features>div {
        flex: 0 0 100% !important;
        max-width: 100%;
        padding-right: 0 !important;
    }

    .product-certified-refurbished-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    .product-promo-banner {
        flex-direction: column;
    }

    .product-information .product-price-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-information .product-price-wrapper .tax-note {
        margin: 8px 0 0;
    }

    /* Country selector modal */
    .country-selector-modal {
        position: fixed;
        inset: 0;
        padding: 16px clamp(24px, 19px + 1.5883vw, 48px);
        justify-content: center;
        overflow-y: auto;
    }

    .country-selector-modal .title-wrapper {
        margin-bottom: 40px;
    }

    .country-selector-modal .title-wrapper .close-btn {
        width: 24px;
        height: 24px;
    }

    .country-selector-modal .select-wrapper {
        min-width: unset;
    }

    .informative-section.big-section .inner-wrap {
        min-height: 274px;
    }

    .informative-section.big-section.section-height-535 .inner-wrap {
        min-height: 284px;
    }

    .informative-section.big-section.section-height-557 .inner-wrap {
        min-height: 296px;
    }

    .informative-section.big-section.section-height-600 .inner-wrap {
        min-height: 319px;
    }

    .informative-section.big-section.section-height-577 .inner-wrap {
        min-height: 307px;
    }

    .informative-section.big-section.section-height-660 .inner-wrap {
        min-height: 351px;
    }

    .informative-section.big-section.section-height-550 .inner-wrap {
        min-height: 284px;
    }

    .informative-section.big-section.section-height-496 .inner-wrap {
        min-height: 284px;
    }

    .informative-section.big-section.section-height-744 .inner-wrap {
        min-height: 325px;
    }

    .informative-section.big-section.section-height-533 .inner-wrap {
        min-height: 316px;
    }

    /* 404 page */
    .page-not-found-wrapper .content-wrapper {
        bottom: 48px;
    }

    .page-not-found-wrapper .content-wrapper .title {
        font-size: 24px;
        line-height: 30px;
    }

    /*slider  */

    .thumbnilslider-wrap {
        padding: 0 20px;
        display: flex;
        align-items: flex-end;
    }

    .thumbnilslider-outer-wrap {
        width: 100%;
        padding: 25px 35px;
    }

    .thumbnilslider-wrap .swiper-button-next,
    .thumbnilslider-wrap .swiper-button-prev {
        display: none;
    }

    /* custom-pdp-two-col-section */
    .custom-pdp-two-col-section .btn-wrap .btn {
        width: 100%;
    }

    .custom-pdp-two-col-section {
        margin-top: 112px;
    }

    .custom-pdp-two-col-section .container {
        max-width: unset;
        padding: 0 5%;
    }

    .custom-pdp-two-col-section .product-wrapper {
        flex-direction: column;
    }

    .custom-pdp-two-col-section .product-gallery {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .custom-pdp-two-col-section .product-info-wrap {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }

    .custom-pdp-two-col-section .product-features-wrap ul.icon-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-pdp-two-col-section .breadcrumbs-wrapper {
        display: none;
    }

    .custom-pdp-two-col-section .product-price-wrap {
        flex-direction: column;
    }

    .custom-pdp-two-col-section .certified-refurbished-wrapper {
        flex-direction: column;
    }




    /* badge-slider-section */
    .badge-slider-section .badge-slider .swiper-wrapper {
        gap: unset;
        align-items: unset;
        justify-content: unset;
    }

    .badge-slider-section .badge-wrap {
        width: 100%;
    }

    .badge-slider-section .badge-slider .swiper-pagination {
        display: flex;
    }

    .product-grid-section .show-more-similar-product {
        font-size: 14px;
    }

    .specified-commercial-transactions-section table th,
    .specified-commercial-transactions-section table td {
        padding: 12px;
        width: auto !important;
    }

    .specified-commercial-transactions-section table th:first-child,
    .specified-commercial-transactions-section table td:first-child {
        width: 350px !important;
    }

    /* featured blog slider jp */
    .featured-blog-section {
        padding: 21px 0 17px;
    }

    .featured-blog-section .section-heading {
        font-size: calc(1.0 * 20px);
    }

    .featured-blog-section .card-wrapper .card-content {
        padding: 13px 20px;
    }

    .featured-blog-section .card-wrapper .card-heading {
        font-size: calc(1.0 * 20px);
    }

    .featured-blog-section .card-wrapper .card-desc {
        font-size: 15px;
    }

    .featured-blog-swiper .swiper-pagination {
        font-size: 10px;
    }

    /* 08-01-2026 Start */
    .book-schedule-section .text-block h1 {
        font-size: 32px;
    }
    .book-schedule-section rte-formatter .back-btn {
        font-size: 16px;
    }
    /* 08-01-2026 End */
}

@media (max-width: 674px) {
    .coming-soon h2 {
        font-size: 35px;
    }

    /* feature-card-with-heading */
    .feature-card-with-heading-wrap .feature-card-with-heading {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .two-col-img-content-wrap .feature-card-outer-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .two-col-img-content-wrap {
        gap: 64px;
    }

    .feature-card-split .split-card-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-card-split {
        gap: 64px;
    }

    .product-description-section,
    .product-information {
        padding-left: 5%;
        padding-right: 5%;
    }

    .product-information .product-information__grid .product-details {
        padding-left: 0 !important;
    }

    .informative-section.big-section.section-height-577 .inner-wrap {
        min-height: 325px;
    }

    .informative-section.big-section.section-height-660 .inner-wrap {
        min-height: 325px;
    }

    .informative-section.big-section.section-height-557 .inner-wrap {
        min-height: 325px;
    }

    .informative-section.big-section.section-height-600 .inner-wrap {
        min-height: 278px;
    }

    .informative-section.big-section.section-height-533 .inner-wrap {
        min-height: 525px;
    }

    /* color selector start */
    .product-selector {
        gap: 6px;
    }
    .product-selector-color,
    .search-results-page .product-selector-color,
    .search-results-page:has(.side-filter-container) .product-selector-color,
    .search-results-page:has(.facets__filters-wrapper) .product-selector-color {
        width: 14px;
        height: 14px;
    }
    .product-selector-color:after,
    .search-results-page .product-selector-color:after,
    .search-results-page:has(.side-filter-container) .product-selector-color:after,
    .search-results-page:has(.facets__filters-wrapper) .product-selector-color:after {
        width: calc(100% + 4px);
        height: calc(100% + 4px);
    }
    .product-card-wrapper .product-selector-wrapper {
        padding: 12px;
    }
    /* color selector end */
}

@media (max-width: 460px) {
    /* 10-12-25- new default pdp key feature start */
    .product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) li img {
        max-width: 22px;
        height: 22px;
        width: 100%;
        object-fit: contain;
    }

    .product-new-default-section.product-information ul:not(.dialog-zoomed-gallery) li span {
        font-size: 14px;
    }
    /* 10-12-25- new default pdp key feature end */
}

@media (max-width: 375px) {
    .product-grid-list .product-list-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* blog page css */
    .blog-listing-row .blog-listing-content .blog-date-time .line {
        margin-right: 10px;
        margin-left: 10px;
    }

    .blog-listing-row .blog-listing-content .blog-info-action .blog-link {
        margin-left: 10px;
    }
}

/***language selector css start***/
.header__column .localization-form__select {
    color: #ffffff;
}

.header__column .localization-form__select option {
    color: #000000;
}

/***language selector css end***/

/***blog page copy tooltip css start***/
.custom-copy-tooltip {
  position: absolute;
  background: #00000080;
  color: #D6E5EF;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 5px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 9999;
}

.custom-copy-tooltip.show {
  opacity: 1;
}
/***blog page copy tooltip css end***/

/* Size selector on PDP */

.product-size-selector-wrapper {
    padding: 16px 24px;
    position: absolute;
    left: 48px;
    bottom: 48px;
    background-color: #ffffff1a;
    border-top: 4px solid #037cc2;
    border-radius: 4px;
    z-index: 2;
    min-width: 80px;
}
.product-size-selector-wrapper .product-size-selector ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.product-size-selector-wrapper .product-size-selector li {
    position: relative;
}
.product-size-selector-wrapper .product-size-selector label {
    border: 2px solid #ffffff;
    padding: 4px;
    border-radius: 7px;
    cursor: pointer;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-size-selector-wrapper .product-size-selector input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.product-size-selector-wrapper
.product-size-selector
.active label {
    border-color: #037cc2;
    background-color: #037cc2;
}
@media (max-width:1023px) {
    .product-size-selector-wrapper {
        top: 80px;
        left: 16px;
        bottom: unset;
        padding: 16px 8px;
    }
}
/* End */

/* 7-10-25-start */

.card-popup-modal {
  padding: 11px 16px 16px;
  border-top: 5px solid #037cc2;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  position: fixed;
  /* display: none; */
  max-width: 500px;
  background: white;
  z-index: 2;
  top: 112px;
  left: 24px;
}
.card-popup-modal .card-popup-modal-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.card-popup-modal .card-popup-modal-inner .content-wrap {
  display: flex;
  flex-direction: column;
}
.card-popup-modal .card-popup-modal-inner .content-wrap .title {
  font-size: 20px;
  color: #037cc2;
  line-height:1.5;
}
.card-popup-modal .card-popup-modal-inner .content-wrap .subtitle {
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  line-height:1.5;
}

.card-popup-modal .card-popup-modal-inner .close-btn {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #000000;
  background: none;
  border: 1px solid #037cc2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1px 5px;
}
.card-popup-modal .card-popup-modal-inner .close-btn svg {
  transition: all 0.3s;
}
.card-popup-modal .card-popup-modal-inner .close-btn:hover svg {
  transform: scale(1.2);
}
.card-popup-modal-inner {
  display: flex;
  align-items: center;
}

/* 5-12-25 - shared-link-modal start */
.sl-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 24px;
}

.sl-modal-overlay .sl-modal-box {
  background: #0c0c0c;
  color: #fff;
  border-radius: 6px;
  padding: 64px 64px 40px;
  max-width: 872px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sl-modal-overlay .sl-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  height: 30px;
  width: 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.sl-modal-overlay .sl-close-icon {
  width: 18px;
  height: 18px;
  color: #fff;
}

.sl-modal-overlay .sl-modal-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.sl-modal-overlay .sl-modal-text {
    padding-right: 88px;
}

.sl-modal-overlay .sl-modal-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 40px;
}

.sl-modal-overlay .sl-modal-text p {
  font-size: 16px;
  line-height: 1.55;
  
}

.sl-modal-overlay .sl-modal-image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-width: 199px;
  margin: 30px 6px 0 0;
}

.sl-modal-overlay .sl-modal-image img {
  width: 260px;
  height: auto;
  object-fit: cover;
}
/* 5-12-25 - shared-link-modal end */

@media (max-width:1024px){
    .card-popup-modal{
        left:auto;
        right:24px;
    }
}
@media (max-width:768px){
    .card-popup-modal{
        max-width: 270px;
    }
}

/* 7-10-25-end */

/* 13-01-26 Start */
.countdown-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    position: fixed;
    top: 100px;
    right: 24px;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #222;
    border-radius: 8px;
    @media (max-width: 1024px) {
        left: 24px;
        right: auto; 
    }
    .countdown-main-title {
        font-size: 18px;  
        color: #999;
        margin-bottom: 15px;
    }
    .countdown-container {
        display: flex;
        justify-content: center; 
        gap: 20px; 
        @media (max-width: 1024px) { 
            gap: 10px;
        }
    }
    .countdown-box {
        background-color: #1a1a1a;
        border: 1px solid #333;
        border-radius: 4px;
        padding: 9px 5px 4px;
        min-width: 80px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        @media (max-width: 767px) {
            min-width: 60px;
        }
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fff, transparent);
            opacity: 0.1;
        }
        .countdown-number {
            font-size: 22px;
            font-weight: 300;
            line-height: 1; 
            color: #fff;
            text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
            @media (max-width: 767px) {
                font-size: 18px;
            }
        }
        .countdown-label {
            font-size: 11px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #666;
            font-weight: 400;
            @media (max-width: 767px) {
                font-size: 9px;
            }
        }
    }
}  
/* 13-01-26 End */
.select-error {
  border: 2px solid red !important;
}

/* 03-12-25 new-pdp-layout-section starts */
@media (min-width: 992px) and (max-width: 1100px) {
    .custom-pdp-two-col-section.new-pdp-layout-section .product-wrapper .certified-refurbished-wrapper.refurbished-below-gallery {
        display: flex !important;
    }

    .custom-pdp-two-col-section.new-pdp-layout-section .certified-refurbished-wrapper {
        display: none !important;
    }
}
/* 03-12-25 new-pdp-layout-section ends */