/** Shopify CDN: Minification failed

Line 154:10 Expected ":"
Line 154:17 Expected ":"

**/
/* start common css */
body {
    display: block;
}
@media (max-width:914px) {
  .el-hide-mobile {
    display:none !important;
  }
}
@media (min-width:915px) {
  .el-hide-desktop {
    display:none !important;
  }
}
.el-slider-main:not(.slick-initialized) {
  display:flex;
}
html {
    scroll-behavior: smooth;
}
p {
    margin: unset;
    padding: unset;
}
* {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: unset;
    letter-spacing: unset;
    margin: unset;
    padding: unset;
}
.el-text-left-desktop {
    text-align: left;
    justify-content: left;
}
.el-text-center-desktop {
    text-align: center;
    justify-content: center;
}
.el-text-right-desktop {
    text-align: right;
    justify-content: right;
}
img, video {
    max-width: 100%;
    display: block;
    height: auto;
}

.el-no_buttons .slick-arrow {
    display: none !important;
}

.el-same-height-slider .slick-slide {
    height: inherit !important;
}
.el-same-height-slider .slick-track {
    display: flex;
}
.el-loading:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 25px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: block !important;
}
.el-loading {
    color: transparent !important;
    position: relative !important;
}
.el-checkout-button.el-loading *, 
.el-atc-js.el-loading * {
    opacity: 0;
}


.el-loading-cart:after {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background: url( https://cdn.shopify.com/s/files/1/0789/0570/4766/files/loading.gif?v=1736941696 ) !important;
    background-size: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    background-color: #0000003b !important;
    display: block !important;
}
.el-loading-cart {
    position: relative;
}
svg, img, video {
    display: inline-block;
}
* {
    box-sizing: border-box;
}
.el-video-wrapper.active img, 
.el-video-wrapper.active .el-play-button {
    display: none;
}
.el-relative {
    position: relative;
}
.el-container {
    max-width:100%;
    width:var(--el-container-width);
    padding-left:50px;
    padding-right:50px;
    margin-left:auto;
    margin-right:auto;
}

body, .el-font-body  {
  font-family:var(--el-body-font);
}
.el-font-heading{
  font-family: var(--el-heading-font);
}

.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
img {
    height; unset;
}

.el-checkout-button:has(.el-sold-out.el-active) {
    pointer-events: none;
    opacity: .7;
}

@media (max-width:914px) {
.el-text-left-mobile {
    text-align: left;
    justify-content: left;
}
.el-text-center-mobile {
    text-align: center;
    justify-content: center;
}
.el-text-right-mobilep {
    text-align: right;
    justify-content: right;
}
.el-container {
    padding-left:16px;
    padding-right:16px;
}
}
/* end common css */



/* header section css start */
.shopify-section.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.el-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.el-header-logo {
    width: 71.5px;
    max-width: 100%;
}
.el-header-logo img {
    width: 100%;
    height: auto;
}
.el-mobile-menu-button, 
.el-cart-button {
    background: transparent;
    padding: 0;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.el-element-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    z-index: 11;
    transition: all .5s ease;
}
.el-drawer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    cursor: pointer;
    z-index: 10;
}
.el-drawer-menu {
    padding-right: 20px;
}
.el-drawer-menu-inner {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 100%;
    color: #1c1c1c;
    height: 100%;
    padding: 30px 30px;
}
button.el-mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: unset;
    box-shadow: unset;
    cursor: pointer;
}
.el-drawer-menu-content {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.el-drawer-menu-content .el-element-menu-main {
    flex: 1;
}
.el-drawer-menu-content a {
    width: 100%;
    display: block;
    text-decoration: unset;
    font-size: 18px;
    padding: 12px 0;
}
.el-drawer-menu {
    left: -100%;
}
.el-drawer-menu.active {
    left: 0;
}
.el-header, 
.el-annoucement-bar {
    position: relative;
    z-index: 1;
}
.el-header {
    transition: all .3s ease;
}   


/* desktop css */
@media (min-width:915px) {
}



/* mobile css */
@media (max-width:914px) {
.el-drawer-menu-content a {
    font-size: 15px;
    padding: 8px 0;
}
.el-drawer-menu-inner {
    padding: 30px 20px;
}
.el-header-logo {
    width: 55px;
    max-width: 100%;
}
.el-header-content svg {
    height: 15px;
    width: auto;
}
}
/* header section css end */



/* same css start */
.el-global-heading h2,
.el-global-heading h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.32px;
    text-transform: uppercase;
    max-width: 100%;
}
.el-global-subtext {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    padding-top: 21px;
}
.el-media, 
.el-svg {
    display: flex;
}
img {
    height: unset;
    width: auto;
}
.el-global-subheading {
    color: #71CDFF;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.91px;
    text-transform: uppercase;
    padding-bottom: 21px;
}
.el-global-heading h2 strong {
    color: #71CDFF;
    font-weight: unset;
}
.el-global-slider .slick-track {
    display: flex;
}
.el-global-slider .slick-slide {
    height: inherit;
}
.el-global-slider .slick-slide>div, 
.el-global-slider .el-element-slide, 
.el-global-slider .el-slide_main {
    height: 100%;
}
.el-slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 10.4px;
}
ul.slick-dots li {
    width: 49.4px;
    height: 5.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    cursor: pointer;
}
ul.slick-dots li button {
    background: #71CDFF40;
    border: unset;
    width: 100%;
    height: 100%;
    font-size: 0px;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    width: 107.9px;
}
ul.slick-dots li.slick-active button {
    background: #71CDFF;
}
.el-slider-button {
    display: flex;
    background: transparent;
    border: unset;
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
}
.el-slider-prev {
    left: -35.1px;
}
.el-slider-next {
    right: -35.1px;
}
.slick-disabled {
    opacity: 0.6;
}
.el-subheading-color {
    color: #4993BA;
}
.el-slider-black-dot ul.slick-dots li button {
    background: #08080840;
}
.el-slider-black-dot ul.slick-dots li.slick-active button {
    background: #080808;
}
.el-image-with-text-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el-image-with-text-column {
    width: 50%;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-image-with-text-column {
    width: 100%;
}
.el-slider-button {
    display: none !important;
}
.el-global-heading h2, 
.el-global-heading h1 {
    font-size: 34px;
    letter-spacing: -2.16px;
    width: 328px;
} 
.el-global-heading h1 {
    font-size: 28px;
    letter-spacing: -0.84px;
    line-height: 100%;
}
.el-center-heading h2 {
    margin: 0px auto;
    text-align: center;
}
.el-global-heading h2 {
    font-weight: 700;
}
.el-global-subtext {
    font-size: 16px;
    padding-top: 12px;
}
ul.slick-dots li {
    width: 39px;
    height: 4px;
}
ul.slick-dots {
    gap: 8.1px;
}
ul.slick-dots li.slick-active {
    width: 83px;
}
.el-pdp-slider-black-dot ul.slick-dots li button {
    background: #08080840;
}
.el-pdp-slider-black-dot ul.slick-dots li.slick-active button {
    background: #080808;
}
.el-global-subheading {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 12px;
}
.el-slider-navigation {
    margin-top: 25px;
    justify-content: flex-start;
}
}
/* same css end */



/* header css start */
.el-element-annoucement-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
}
.el-element-annoucement-main p {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.el-element-annoucement-main p strong {
    font-weight: 700;
}
.el-countdown-js {
    background: #266262;
    padding: 5.5px 14.5px;
    display: flex;
}
.el-countdown-hour, 
.el-countdown-min, 
.el-countdown-sec {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.936px;
}
.el-countdown-hour-js, 
.el-countdown-min-js, 
.el-countdown-sec-js {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.6px;
    letter-spacing: -1.092px;
    padding-right: 3px;
}
.el-countdown-min:after, 
.el-countdown-min:before {
    content: ":";
    padding: 0px 7.8px;
}
.el-header-logo {
    width: 127.4px;
}
.el-mobile-menu-button, 
.el-cart-button {
    display: flex;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-element-annoucement-main {
    gap: 14px;
}
.el-element-annoucement-main p {
    font-size: 15.5px;
}
.el-element-annoucement-main p strong {
    font-weight: 700;
    display: block;
    padding-top: 1.1px;
}
.el-countdown-hour, 
.el-countdown-min, 
.el-countdown-sec {
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.72px;
}
.el-countdown-hour-js, 
.el-countdown-min-js, 
.el-countdown-sec-js {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.84px;
    padding-right: 2.1px;
}
.el-countdown-min:after, 
.el-countdown-min:before {
    content: ":";
    padding: 0px 6.1px;
}
.el-countdown-js {
    padding: 10px 11px;
}
.el-header-logo {
    width: 99px;
}
button.el-mobile-menu-button svg {
    height: 21px;
    width: auto;
}
}
/* header css end */



/* product css start */
.el-product-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el-product-column1 {
    width: 53.7%;
}
.el-product-column2 {
    width: 43%;
}
.slick-slide>div {
    display: flex;
}
.el-pdp-pdt-slider {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.el-slick-slider.el-slider-product-media-thumb {
    width: 134px;
}
.el-rative.el-media-main-wrapper {
    width: calc(100% - 154px);
}
.el-rative.el-media-main-wrapper img {
    cursor: grab;
    padding: 0px 10px;
}
.el-rative.el-media-main-wrapper .slick-list.draggable {
    margin: 0px -10px;
}
.el-slick-slider.el-slider-product-media-thumb img {
    cursor: pointer;
    margin-bottom: 15px;
}
.el-product-flex .el-slider-button {
    position: unset;
}
.el-product-flex .el-slider-navigation {
    justify-content: flex-end;
    margin-top: 25px;
    gap: 15px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    color: rgba(8, 8, 8, 0.80);
    font-size: 18.2px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.364px;
    padding-bottom: 23px;
    gap: 7px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex .el-media.el-svg {
    align-items: center;
    color: #2188C0;
    font-weight: 400;
    gap: 15.6px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex strong {
    font-weight: 500;
    color: #080808;
}
.el-pdp-pdt-rating .el-icon-with-text-flex .el-media.el-svg em {
    color: #080808;
    font-style: normal;
}
.el-pdp-pdt-text1 {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: -0.416px;
    margin: 23px 0px 32px;
    max-width: 100%;
    width: 350px;
}
.el-pdp-pdt-list1 .el-element-icon-with-text-grid {
    border-radius: 2.6px;
    border: 1.3px solid rgba(113, 205, 255, 0.64);
    background: #FFF;
    padding: 20.8px 13px;
    display: flex;
    flex-direction: column;
    gap: 20.8px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7.8px;
    text-transform: uppercase;
}
.el-pdp-pdt-heading h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -0.78px;
    text-transform: uppercase;
}
.el-pdp-pdt-heading2 h2 {
    margin: 34px 0px 21px;
}
.el-pdp-pdt-heading3 h2 {
    margin: 41px 0px 32px;
}
.el-pdp-pdt-save {
    margin: 34px 0px;
}
.el-pdp-pdt-save .el-icon-with-text-flex {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/cdn/shop/files/pdpv1-pdt-bg.webp");
    position: relative;
    padding: 14.6px 15.6px 16.1px;
    color: #FAFAFA;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.364px;
}
.el-pdp-pdt-save .el-icon-with-text-flex p {
    display: flex;
    flex-direction: column;
    gap: 9.9px;
    max-width: 100%;
    width: 190px;
}
.el-pdp-pdt-save .el-icon-with-text-flex p strong {
    color: #fff;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #3B6862 0%, #55958D 100%);
    width: 102px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-pdp-pdt-save .el-icon-with-text-flex img {
    width: 181px;
    position: absolute;
    top: -20px;
    right: 32%;
}
span.stock_outer {
    width: 18px;
    height: 18px;
    background: #73d55f52;
    border-radius: 50%;
    animation: order 1.5s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.stock_inner {
    width: 9px;
    height: 9px;
    background: #52DC17;
    border-radius: 50%;
    display: flex;
}
@keyframes order {
  0% {
  background: transparent;
  }
  50% {
  background: #73d55f52;
  }
  100% {
  background: transparent;
  }
}
.in_stock_text {
    justify-content: flex-start;
}
.in_stock_text {
    display: flex;
    color: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    justify-content: center;
    gap: 5px;
    border-radius: unset;
    background: unset;
    padding: 30px 0 14px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
}
.in_stock_text p span {
    padding-left: 3px;
}
.in_stock_text strong {
    font-weight: 500;
}
.in_stock_text p span {
    padding-left: 3px;
    font-weight: 700;
    text-decoration: underline;
}
.el-element-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px 0px 21px;
    gap: 7px;
    color: #1C1C1C;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
}
.el-element-stock strong {
    font-weight: unset;
    color: #425F02;
}
.el-pdp-pdt-brand {
    margin-bottom: 34px;
}
.el-pdp-pdt-faq-item .el-answer {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.el-pdp-pdt-faq-item {
    margin-top: 15.6px;
}
.el-element-options {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.el-element-option {
    background: transparent;
    cursor: pointer;
    border-radius: 2.6px;
    border: 1.3px solid #DEDEDE;
    padding: 27px 23px;
}
span.el-option-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.el-option-title {
    font-size: 23.4px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
    display: flex;
    align-items: center;
    gap: 12px;
}
.el-element-option.el-active span.el-option-title {
    opacity: 1;
}
span.el-option-title:before {
    content: "";
    width: 20.8px;
    height: 20.8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/cdn/shop/files/pdpv1-pdt-dot.webp");
}
.el-element-option.el-active span.el-option-title:before {
    background-image: url("/cdn/shop/files/pdpv1-pdt-dots.webp");
}
.el-option-price {
    color: #A90000;
    text-align: center;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.364px;
    display: flex;
    align-items: center;
    gap: 7.8px;
}
.el-option-price s {
    color: rgba(8, 8, 8, 0.60);
    font-weight: 400;
}
.el-element-option {
    position: relative;
}
.el-element-options .el-element-option:nth-child(1) {
    padding-top: 63px;
}
span.el-option-badge {
    color: #FAFAFA;
    text-align: center;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.416px;
    border: 1.3px solid #4993BA;
    background: #4993BA;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0px;
    width: calc(100% + 2px);
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-element-option.el-active {
    border-color: #4993BA;
}
.el-element-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.el-variant-option-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: space-between;
    width: 100%;
}
.el-variant-option-item {
    width: calc(33.3% - (17px)*2/3);
    border-radius: 2.6px;
    border: 1.3px solid #DEDEDE;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10.4px;
    justify-content: space-between;
}
.el-variant-option-item img {
    height: 81px;
    width: auto;
    max-width: max-content;
    margin: 0px auto;
}
.el-variant-option-item .el-variant-option-title {
    color: #4D4D4D;
    text-align: center;
    font-family: Geist;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.416px;
}
.el-variant-option-item.el-active {
    opacity: 1;
    border-color: #4993BA;
    background: #F3F8F7;
}
.el-variant-option-item.el-active .el-variant-option-title {
    color: #000;
}
span.el-quantity-variants {
    display: none;
}
.el-element-option.el-active span.el-quantity-variants {
    display: block;
}
span.el-quantity-variants-label {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    color: #000;
    text-align: left;
    width: fit-content;
    display: flex;
    margin: 32px 0px 21px;
}
select.el-product-variant-id.el-hide {
    display: none;
}
.el-product-option-select {
    width: calc(37% - (23px)*1/2);
}
.el-product-option-select:nth-child(3) {
    width: calc(63% - (23px)*1/2);
}
.el-product-option-select {
    width: calc(37% - (20px)*1/2);
    border-radius: 2.6px;
    border: 1.3px solid #DEDEDE;
    color: #4D4D4D;
    font-family: Geist;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.416px;
    min-height: 60px;
    padding-left: 15.6px;
    appearance: none;
    background-image: url("/cdn/shop/files/Arrow_1.svg");
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 16px;
    cursor: pointer;
    outline: unset;
    background-color: #fff;
}
.el-button.el-checkout-button {
    background: #4993BA;
    border: 2px solid #4993BA;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 79px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 28.6px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.572px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 23px;
}
.el-button:hover {
    background: transparent;
    color: #4993BA;
}
.el-product-flex .el-pdp-pdt-right-slider .el-slider-navigation {
    justify-content: flex-start;
    margin-top: 30px;
}
.el-related-grid-item {
    padding-right: 16px;
}
.el-related-product-card-main {
    border: 1.3px solid #4993BA;
    background: #FFF;
    padding: 15.6px;
}
.el-pdp-pdt-right-slider .slick-list.draggable {
    padding-right: 160px;
}
.el-related-product-card-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.el-related-product-card-left {
    width: 130px;
    height: unset;
}
.el-related-product-card-right {
    width: calc(100% - 130px);
    padding-left: 18px;
}
.el-product-title a {
    text-decoration: none;
    color: #000;
    font-size: 23.4px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    padding-bottom: 3px;
    display: flex;
}
.el-product-price {
    color: #A90000;
    text-align: center;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.364px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    gap: 7px;
}
.el-product-price s {
    color: rgba(8, 8, 8, 0.60);
    font-weight: 400;
}
.el-product-price-badge {
    background: #A90000;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10.4px;
}
.el-product-bottom-flex .el-button {
    background: #4993BA;
    border: 2px solid #4993BA;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 42.9px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.416px;
    text-transform: uppercase;
    color: #FFF;
}
.el-product-bottom-flex .el-button:hover,
.el-sticky-button .el-button:hover {
    background: transparent;
    color: #4993BA;
}
.el-pdp-pdt-right-slider .slick-track {
    display: flex;
}
.el-pdp-pdt-right-slider .slick-slide {
    height: inherit;
}
.el-pdp-pdt-right-slider .slick-slide>div,
.el-related-grid-item,
.el-related-product-card-main {
    height: 100%;
}
.el-related-product-card-main {
    cursor: grab;
}



@media (min-width: 915px) {
.el-pdp-pdt-heading1 h1 {
    width: 450px;
}
}



@media (max-width: 914px) {
.el-product-column1 {
    width: 100%;
}  
.el-product-column2 {
    width: 100%;
    padding-top: 21px;
}
.el-slick-slider.el-slider-product-media-thumb {
    display: none !important;
}
.el-pdp-pdt-slider {
    gap: 0px;
}
.el-rative.el-media-main-wrapper {
    width: 100%;
}
.el-product-flex .el-slider-navigation {
    margin-top: 0px;
}
.el-rative.el-media-main-wrapper .slick-list.draggable {
    margin: 0px;
    width: calc(100% + 16px);
    padding-right: 29px;
}
.el-rative.el-media-main-wrapper img {
    padding: 0px 14px 0px 0px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 16px;
    gap: 5px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex svg {
    width: 77px;
    height: unset;
}
.el-pdp-pdt-rating .el-icon-with-text-flex .el-media.el-svg {
    gap: 12px;
}
.el-pdp-pdt-text1 {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin: 16px 0px 19px;
    width: 290px;
}
.el-pdp-pdt-list1 .el-element-icon-with-text-grid {
    padding: 16px 10px;
    gap: 15px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex {
    font-size: 14px;
    gap: 5px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex svg {
    height: 14px;
    width: unset;
}
.el-pdp-pdt-heading2 h2 {
    margin: 23px 0px 16px;
}
.el-pdp-pdt-heading h2 {
    font-size: 20px;
    letter-spacing: -0.6px;
}
.el-pdp-pdt-save .el-icon-with-text-flex {
    padding: 11px 12px 13px;
    font-size: 14px;
    letter-spacing: -0.28px;
    background-image: url(/cdn/shop/files/pdpv1-pdt-bgmob.webp);
}
.el-pdp-pdt-save .el-icon-with-text-flex p {
    gap: 7px;
    width: 180px;
}
.el-pdp-pdt-save .el-icon-with-text-flex p strong {
    font-size: 12px;
    width: 81px;
    min-height: 23px;
}
.el-pdp-pdt-save .el-icon-with-text-flex img {
    width: 134px;
    top: unset;
    right: 20px;
    bottom: 0px;
}
.el-element-stock {
    margin: 32px 0px 12px;
    gap: 5px;
    font-size: 15px;
    letter-spacing: -0.3px;
}
span.stock_inner {
    width: 7px;
    height: 7px;
}
span.stock_outer {
    width: 14px;
    height: 14px;
}
.el-pdp-pdt-brand {
    margin-bottom: 32px;
}
.el-pdp-pdt-faq-item {
    margin-top: 12px;
}
.el-pdp-pdt-heading3 h2 {
    margin: 39px 0px 23px;
}
span.el-option-badge {
    font-size: 16px;
    letter-spacing: -0.32px;
    min-height: 29px;
}
.el-element-option {
    border-radius: 2px;
    padding: 18px 16px;
}
span.el-option-title {
    font-size: 18px;
    gap: 10px;
    text-align: left;
}
span.el-option-title:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.el-option-price {
    font-size: 14px;
    letter-spacing: -0.28px;
    gap: 6px;
}
.el-element-options .el-element-option:nth-child(1) {
    padding-top: 45px;
}
.el-element-options .el-element-option:nth-child(1) span.el-option-price {
    flex-direction: column;
    gap: 5px;
}
.el-element-options .el-element-option:nth-child(1) span.el-option-inner {
    align-items: flex-start;
}
.el-element-option.el-active:nth-child(1) span.el-option-inner {
    margin-bottom: -19px;
}
span.el-quantity-variants-label {
    font-size: 16px;
    margin: 23px 0px 16px;
}
.el-variant-option-flex {
    gap: 9px;
}
.el-variant-option-item {
    width: calc(33.3% - (9px)*2/3);
    gap: 3px;
    padding-top: 9px;
}
.el-variant-option-item img {
    height: 67px;
}
.el-variant-option-item .el-variant-option-title {
    font-size: 15.5px;
    letter-spacing: -0.32px;
}
.el-element-variants {
    gap: 16px 11px;
}
.el-product-option-select {
    width: calc(40% - (11px)*1/2);
    font-size: 16px;
    letter-spacing: -0.32px;
    min-height: 45px;
    padding-left: 12px;
    background-position: 93% center;
    background-size: 12px;
}
.el-product-option-select:nth-child(3) {
    width: calc(60% - (11px)*1/2);
}
.el-button.el-checkout-button {
    width: 100%;
    min-height: 61px;
    font-size: 22px;
    letter-spacing: -0.44px;
    margin-bottom: 12px;
}
.el-product-flex .el-pdp-pdt-right-slider .el-slider-navigation {
    margin-top: 25px;
}
.el-related-grid-item {
    padding-right: 10px;
}
.el-pdp-pdt-right-slider .slick-list.draggable {
    padding-right: 0px;
    width: calc(100% + 10px);
}
.el-related-product-card-main {
    padding: 12px;
}
.el-related-product-card-left {
    width: 100px;
}
.el-related-product-card-right {
    width: calc(100% - 100px);
    padding-left: 14px;
}
.el-product-title a {
    font-size: 18px;
    padding-bottom: 7px;
}
.el-product-price {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 9px;
    gap: 6px;
}
.el-product-price-badge {
    font-size: 10px;
    min-height: 16px;
    padding: 0px 8.1px;
}
.el-product-bottom-flex .el-button {
    min-height: 32px;
    font-size: 16px;
    letter-spacing: -0.32px;
}
}
/* product css end */



/* video css start */
.el-pdp-video-slide {
    padding: 0px 10px;
}
.el-pdp-video-slider {
    margin: 39px -10px 0px;
}
.el-video-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.el-video-wrapper img, 
.el-video-wrapper video {
    aspect-ratio: 337/456;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.el-video-wrapper img {
    position: absolute;
}
.el-play-button {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-play-button span path {
    fill: #4993BA;
}
.el-play-button svg {
    width: 15px;
    height: unset;
}
.el-play-button span {
    border-radius: 45.269px;
    background: #FFF;
    width: 45.269px;
    height: 45.269px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-video-slide {
    padding: 0px 16px 0px 0px;
}
.el-pdp-video-slider {
    margin: 23px 0px 0px;
}
.el-pdp-video-slider .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 127px;
}
.el-video-wrapper img, .el-video-wrapper video {
    aspect-ratio: 201/272;
}
.el-play-button span {
    width: 27px;
    height: 27px;
}
.el-play-button svg {
    width: 10px;
}
}
/* video css end */



/* most css start */
.el-pdp-most-list1 .el-element-icon-with-text-grid {
    display: flex;
    gap: 29px;
    padding: 34px 0px;
    width: 709px;
    max-width: 100%;
}
.el-pdp-most-list1-item {
    width: calc(50% - (29px)*1/2);
    border: 1px solid rgba(240, 240, 240, 0.56);
    background: rgba(20, 35, 33, 0.01);
    backdrop-filter: blur(0.7800000905990601px);
    padding: 23px;
}
.el-pdp-most-list1-item .el-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    color: #F0F0F0;
    font-family: Geist;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}
.el-pdp-most-list1-item .el-icon-with-text-flex .el-media.el-svg {
    color: #71CDFF;
    font-size: 83.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -4.992px;
    text-transform: uppercase;
}
.el-pdp-most-list1-item p em {
    font-style: normal;
    display: block;
}
.el-pdp-most-section {
    position: relative;
    overflow: hidden;
    background-position: top !important;
}
.el-pdp-most-after img {
    position: absolute;
    top: -130px;
    right: 0px;
    object-fit: contain;
    object-position: top right;
    width: 470px;
}
.el-pdp-most-list2 .el-element-icon-with-text-grid {
    border: 1.3px dashed #71CDFF;
    backdrop-filter: blur(8.385000228881836px);
    padding: 30px;
    gap: 25px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.el-pdp-most-list2-item-img img {
    width: 703px;
}
.el-pdp-most-list2-item-img {
    position: absolute;
    bottom: calc(100% + 1px);
    right: 10px;
}
.el-pdp-most-list2-item .el-icon-with-text-flex img {
    width: 20.801px;
    height: unset;
    flex-shrink: 0;
}
.el-pdp-most-list2-item .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    color: #F8FAFC;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    gap: 10.4px;
}
.el-pdp-most-list2-item .el-icon-with-text-flex strong {
    font-weight: 500;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-most-heading h2 {
    width: 300px;
}
.el-pdp-most-subtext {
    width: 270px;
    max-width: 100%;
} 
.el-pdp-most-list1 .el-element-icon-with-text-grid {
    gap: 12px;
    padding: 32px 0px 0px;
    width: 100%;
}
.el-pdp-most-list1-item {
    width: calc(50% - (12px)*1/2);
    padding: 16px 10px 21px;
    text-align: center;
}
.el-pdp-most-list1-item .el-icon-with-text-flex {
    font-size: 16px;
    width: 137px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-most-list1-item .el-icon-with-text-flex .el-media.el-svg {
    font-size: 64px;
    letter-spacing: -3.84px;
    margin: 0px auto 3px;
    justify-content: center;
}
.el-pdp-most-img1 img {
    width: 84%;
    margin: -30px auto 0px;
    z-index: 1;
}
.el-pdp-most-list2 .el-element-icon-with-text-grid {
    padding: 23px 18px;
    gap: 19px;
    flex-direction: column;
}
.el-pdp-most-list2-item .el-icon-with-text-flex {
    font-size: 16px;
    gap: 7px;
}
.el-pdp-most-list2-item .el-icon-with-text-flex img {
    width: 16px;
}
}
/* most css end */



/* every css start */
.el-pdp-every-slide {
    padding: 0px 20px;
}
.el-pdp-every-slider {
    margin: 40px -20px 0px;
}
.el-pdp-every-slide .el-slide_main {
    border: 1px solid #F0F0F040;
}
.el-pdp-every-slide .el-element-slide-svg.el-media {
    display: flex;
    align-items: center;
}
.el-pdp-every-slide .el-element-svg {
    width: 100%;
    display: flex;
    align-items: center;
    color: #F0F0F0;
    font-family: Geist;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.416px;
    gap: 10.4px;
    border: 1px solid rgba(240, 240, 240, 0.25);
    background: #223946;
    border-left: unset;
    border-right: unset;
    padding: 14.1px 18.21px;
}
.el-pdp-every-slide .el-element-text ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    text-align: left;
    gap: 20.8px;
    padding: 20.8px 23px;
    width: 86%;
}
.el-pdp-every-slide .el-element-text ul li {
    color: #F0F0F0;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.416px;
    display: flex;
    align-items: center;
    gap: 10.4px;
}
.el-pdp-every-slide .el-element-text ul li:before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/cdn/shop/files/pdpv1-insides-check.webp");
    width: 20.8px;
    height: 20.8px;
}
.el-pdp-every-slide .els-slide-image img {
    width: 100%;
    aspect-ratio: 443/313.3;
    object-fit: cover;
    object-position: center;
}
.el-pdp-every-slide .el-slide_main {
    cursor: grab;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-every-heading h2 {
    width: 300px;
}
.el-pdp-every-subtext {
    max-width: 100%;
    margin: 0px auto;
    width: 270px;
}
.el-pdp-every-slide {
    padding: 0px 16px 0px 0px;
}
.el-pdp-every-slider {
    margin: 32px 0px 0px;
}
.el-pdp-every-slider .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 37px;
}
.el-pdp-every-slide .els-slide-image img {
    aspect-ratio: 292/241;
}
.el-pdp-every-slide .el-element-svg {
    font-size: 16px;
    letter-spacing: -0.32px;
    gap: 7px;
    padding: 11px 12px;
    text-align: left;
}
.el-pdp-every-slide .el-element-svg svg {
    height: 14px;
    width: unset;
}
.el-pdp-every-slide .el-element-text ul li:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.el-pdp-every-slide .el-element-text ul li {
    font-size: 16px;
    letter-spacing: -0.32px;
    gap: 7px;
}
.el-pdp-every-slide .el-element-text ul {
    gap: 16px;
    padding: 16px;
    width: 100%;
}
}
/* every css end */



/* review1 css start */
.el-pdp-reviews-slider {
    margin: 40px -9px 0px;
}
.el-pdp-reviews-slide {
    padding: 0px 9px;
    text-align: left;
}
.el-element-review-card, 
.el-review-card_main {
    height: 100%;
}
.el-pdp-reviews-slide .el-review-card_main {
    border: 1px solid #08080840;
}
.el-pdp-reviews-slide .el-review-card-rating {
    color: #202020;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    padding: 16px 21px 15px;
    gap: 10.4px;
}
.el-pdp-reviews-slide .el-element-text-main p {
    display: flex;
    flex-direction: column;
    padding: 0px 21px 21px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: -0.36px;
    opacity: 0.8;
    gap: 15px;
}
.el-pdp-reviews-slide .el-element-text-main p strong {
    color: #080808;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.4px;
}
.el-pdp-reviews-slide .el-element-review-user-detail {
    border: 1px solid rgba(8, 8, 8, 0.25);
    background: #F0F0F0;
    border-left: unset;
    border-right: unset;
    padding: 16px 23px;
}
.el-pdp-reviews-slide .el-element-review-user-detail .el-element-review-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    display: flex;
    align-items: center;
    gap: 7.8px;
}
.el-pdp-reviews-slider .el-slider-next {
    right: -49.1px;
}
.el-pdp-reviews-slider .el-slider-prev {
    left: -49.1px;
}
.el-pdp-reviews-slide .el-element-richtext-main {
    color: rgba(8, 8, 8, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.36px;
    padding-top: 3.9px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-reviews-slider {
    margin: 32px 0px 0px;
}
.el-pdp-reviews-slide {
    padding: 0px 16px 0px 0px;
}
.el-pdp-reviews-slider .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 41px;
}
.el-pdp-reviews-slide .el-review-card-rating {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 16px 16px 12px;
    gap: 7px;
}
.el-pdp-reviews-slide .el-review-card-rating svg {
    width: 70px;
    height: unset;
}
.el-pdp-reviews-slide .el-element-text-main p {
    padding: 0px 16px 12px;
    font-size: 16px;
    letter-spacing: -0.32px;
    gap: 12px;
}
.el-pdp-reviews-slide .el-element-text-main p strong {
    font-size: 16px;
    letter-spacing: -0.32px;
}
.el-pdp-reviews-slide .el-element-review-user-detail .el-element-review-name {
    font-size: 14px;
    letter-spacing: -0.28px;
    gap: 5.9px;
}
.el-pdp-reviews-slide .el-element-review-user-detail .el-element-review-name svg {
    width: 13px;
    height: unset;
}
.el-pdp-reviews-slide .el-element-review-user-detail {
    padding: 12px 16px;
}
.el-pdp-reviews-slide .el-element-richtext-main {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-top: 3px;
}
}
/* review1 css end */



/* video2 css start */
.el-pdp-jeans-section .el-image-with-text-flex {
    align-items: center;
}
.el-pdp-jeans-section .el-image-with-text-column1 {
    width: 23%;
}
.el-pdp-jeans-section .el-image-with-text-column2 {
    width: 65.59%;
}
.el-pdp-jeans-video .el-video-wrapper img, 
.el-pdp-jeans-video .el-video-wrapper video {
    aspect-ratio: 923/399.433;
}
.el-pdp-jeans-video .el-video-wrapper {
    border-radius: 6.5px;
}
.el-pdp-jeans-video .el-play-button {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: unset;
    bottom: 41px;
    left: 41px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}



.el-pdp-jeans-video .el-play-button span:after {
    content: "watch video";
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    white-space: nowrap;
}
.el-pdp-jeans-video .el-play-button span {
    width: auto;
    height: auto;
    padding: 6.5px 15.6px 6.5px 7.8px;
    border-radius: 6.5px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(41.60000228881836px);
    color: #fff;
    gap: 10px;
}
.el-pdp-jeans-video .el-play-button span svg {
    width: 37.162px;
    height: 37.162px;
    background: #fff;
    padding: 12px;
    border-radius: 100%;
}
.el-pdp-jeans-video .el-play-button span svg path {
    fill: #000;
}
@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-jeans-section .el-image-with-text-column1 {
    width: 100%;
} 
.el-pdp-jeans-subtext {
    width: 300px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-jeans-section .el-image-with-text-column2 {
    width: 100%;
    padding-top: 25px;
}
.el-pdp-jeans-video .el-video-wrapper img, 
.el-pdp-jeans-video .el-video-wrapper video {
    aspect-ratio: 328/432;
}
.el-pdp-jeans-video .el-video-wrapper {
    border-radius: unset;
}
.el-pdp-jeans-video .el-play-button span:after {
    font-size: 14px;
}
.el-pdp-jeans-video .el-play-button span svg {
    width: 27px;
    height: 27px;
    padding: 7px;
}
.el-pdp-jeans-video .el-play-button {
    bottom: 16px;
    left: 16px;
}
}
/* video2 css end */



/* table css start */
.el-pdp-table-bottom .el-image-with-text-column2 {
    width: 34.9%;
}
.el-pdp-table-bottom .el-image-with-text-column1 {
    width: 61.9%;
    background-color: #080808;
    background-image: url("/cdn/shop/files/pdpv1-table-bg.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 19px 57px 40px;
    position: relative;
}
.el-pdp-table-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.el-pdp-table-left {
    width: 27.79%;
}
.el-pdp-table-right {
    width: calc(100% - 27.79%);
    padding-left: 23px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.el-pdp-table-right .el-pdp-table-item {
    width: calc(33.3% - (23px)*2/3);
}
.el-pdp-table-top {
    border: 1px solid #5A5A5A;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 7px;
    margin-bottom: 12px;
}
.el-pdp-table-top img {
    width: 99px;
}
.el-pdp-table-item ul {
    border: 1px solid #5A5A5A;
    padding: 16px 7px;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
}
.el-pdp-table-item ul li img {
    width: 16px;
    height: unset;
}
.el-pdp-table-item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.32px;
    gap: 8.1px;
}
.el-pdp-table-img1 {
    width: 102px;
    margin: 0px auto;
    display: flex;
}
.el-pdp-table-item {
    text-align: center;
}
.el-pdp-table-item1 .el-pdp-table-top, 
.el-pdp-table-item1 ul {
    border-color: #71CDFF;
    background: rgba(113, 205, 255, 0.09);
}
.el-pdp-table-top-img img {
    position: absolute;
    top: 0px;
    left: 34%;
    width: 509px;
    height: unset;
}
.el-pdp-table-bottom-img img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 469px;
    height: unset;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-table-bottom .el-image-with-text-column2 {
    width: 0%;
}
.el-pdp-table-bottom .el-image-with-text-column1 {
    width: 100%;
    padding: 14px 16px 39px;
}    
.el-pdp-table-left {
    width: 41%;
}
.el-pdp-table-right {
    width: 59%;
    padding-left: 16px;
}
.el-pdp-table-box {
    z-index: 1;
    position: relative;
}
.el-pdp-table-img1 {
    width: 87px;
}
.el-pdp-table-top {
    min-height: 55px;
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 0px 0px;
    margin-bottom: 12px;
}
.el-pdp-table-item ul {
    gap: 19px;
}
.el-pdp-table-top span {
    display: flex;
    flex-direction: column;
}
.el-pdp-table-item ul li p span {
    display: block;
}
.el-pdp-table-item ul li {
    font-size: 14px;
    letter-spacing: -0.28px;
    gap: 8.1px;
}
.el-pdp-table-item ul li:nth-child(3) {
    min-height: 59.1px;
}
.el-pdp-table-item ul li {
    justify-content: flex-start;
    font-size: 14px;
    letter-spacing: -0.28px;
}
.el-pdp-table-top-img img {
    left: unset;
    width: 189px;
    right: 0px;
}
.el-pdp-table-bottom-img img {
    width: 199px;
}
.el-pdp-table-right .slick-slide {
    padding-right: 16px;
}
.el-pdp-table-right .el-pdp-table-item {
    padding: 0 !important;
}
.el-pdp-table-right .slick-list.draggable {
    width: calc(100% + 32px);
    padding-right: 32px;
}
.el-pdp-table-right .slick-list {
    margin: 0px !important;
}
.el-pdp-table-right {
    margin-left: 16px !important;
}
}
/* table css end */



/* level css start */
.el-pdp-level-section {
    background-position: top left !important;
    position: relative;
    overflow: hidden;
}
.el-pdp-level-slide {
    padding: 0px 10px;
}
.el-pdp-level-slider {
    margin: 40px -10px 0px;
}
.el-pdp-level-slide .el-slide_main {
    border: 1px solid rgba(240, 240, 240, 0.25);
    background: #080808;
    position: relative;
    padding: 30px;
}
.el-pdp-level-slide .el-slide_main {
    border: 1px solid rgba(240, 240, 240, 0.25);
    background: #080808;
    position: relative;
    padding: 30px;
    overflow: hidden;
}
.el-pdp-level-slide .el-slide_main img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    object-fit: contain;
    object-position: right;
    right: 0px;
}
.el-pdp-level-slide .el-slide_main {
    border: 1px solid rgba(240, 240, 240, 0.25);
    background: #080808;
    position: relative;
    padding: 30px;
    overflow: hidden;
    text-align: left;
    color: #F0F0F0;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}
.el-pdp-level-slide .el-element-slide-svg {
    color: #71CDFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -2.76px;
    text-transform: uppercase;
    padding-bottom: 5.2px;
}
.el-pdp-level-slide .el-element-text em {
    font-style: normal;
    display: block;
}
.el-pdp-level-img img {
    width: 379px;
    top: -100px;
    position: absolute;
    right: 0px;
}



@media (min-width: 915px) {
.el-pdp-level-slider .el-slider-navigation {
    display: none !important;
}
}



@media (max-width: 914px) {
.el-pdp-level-img img {
    width: 139px;
    top: 0px;
    position: absolute;
    right: unset;
    left: 0px;
}   
.el-pdp-level-slider {
    margin: 27px 0px 0px;
}
.el-pdp-level-slider .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 49px;
}
.el-pdp-level-slide .el-slide_main {
    padding: 23px;
    font-size: 16px;
}
.el-pdp-level-slide .el-element-slide-svg {
    font-size: 36px;
    letter-spacing: -2.16px;
    padding-bottom: 5px;
}
}
/* level css end */



/* imgslider css start */
.el-pdp-img-bar-slider img {
    height: 231.4px;
    width: auto;
    margin: 0px 12px;
}
.el-pdp-riders-list1 .el-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1.3px solid rgba(240, 240, 240, 0.28);
    background: rgba(8, 8, 8, 0.90);
    backdrop-filter: blur(3.8350002765655518px);
    padding: 37px 30px 32px;
    gap: 12px;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: -0.364px;
    width: 416px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-riders-list1 .el-icon-with-text-flex img {
    width: 171px;
}
.el-pdp-riders-section {
    margin-top: -247px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-img-bar-slider img {
    height: 179px;
    margin: 0px 6px;
}
.el-pdp-riders-list1 .el-icon-with-text-flex {
    padding: 29px 10px 25px;
    gap: 9px;
    font-size: 14px;
    letter-spacing: -0.28px;
    width: calc(100% - 9px);
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-riders-list1 .el-icon-with-text-flex img {
    width: 132px;
}   
.el-pdp-riders-section {
    margin-top: -82px;
}
.el-pdp-riders-list1 .el-icon-with-text-flex {
    position: relative;
    z-index: 1;
}
.el-pdp-img-bar-slider2 {
    margin-top: -84px;
}
}
/* imgslider css end */



/* number css start */
.el-pdp-number-section {
    padding-top: 65px;
}
.el-pdp-number-section .el-image-with-text-column {
    width: 100%;
}
.el-pdp-number-section .el-image-with-text-column2 {
    border: 1px solid rgba(248, 246, 246, 0.18);
    background: #090707;
    margin-top: 39px;
    position: relative;
    padding: 39px 55px;
}
.el-pdp-number-img1 img {
    position: absolute;
    bottom: 0px;
    right: 25px;
    width: 455px;
    z-index: 1;
}
.el-pdp-number-img2 img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: auto;
    max-width: 100%;
    height: 100%;
    right: 0;
}
.el-pdp-number-list1 .el-element-icon-with-text-grid {
    display: flex;
    width: 73.3%;
    text-align: left;
    gap: 39px;
    flex-wrap: wrap;
}
.el-pdp-number-list1-item {
    width: calc(33.3% - (39px)*2/3);
}
.el-pdp-number-list1-item .el-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: -0.4px;
}
.el-pdp-number-list1-item .el-media.el-svg {
    color: #71CDFF;
    font-size: 82px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -4.92px;
    text-transform: uppercase;
}
.el-pdp-number-list1-item .el-element-text em {
    font-style: normal;
    display: block;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-number-section {
    padding-top: 0px;
}
.el-pdp-number-list1 .el-element-icon-with-text-grid {
    width: 100%;
    gap: 34px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
} 
.el-pdp-number-list1-item {
    width: 100%;
}
.el-pdp-number-section .el-image-with-text-column2 {
    margin-top: 34px;
    padding: 19px 23px 25px;
}
.el-pdp-number-list1-item .el-media.el-svg {
    font-size: 64px;
    letter-spacing: -3.84px;
}
.el-pdp-number-list1-item .el-element-text em {
    display: unset;
}
.el-pdp-number-list1-item .el-icon-with-text-flex {
    gap: 10px;
    font-size: 16px;
    letter-spacing: -0.32px;
    width: 201px;
    max-width: 100%;
}
.el-pdp-number-img2 img {
    bottom: unset;
    width: 259px;
    height: unset;
    right: 0;
}
.el-pdp-number-img1 img {
    position: absolute;
    bottom: -37px;
    right: -16px;
    width: 199px;
    z-index: 1;
}
.el-pdp-number-subtext {
    width: 261px;
    max-width: 100%;
    margin: 0px auto;
}
}
/* number css end */



/* faq css start */
.el-pdp-faq-bottom .el-image-with-text-column {
    width: calc(50% - (30px)*1/2);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.el-pdp-global-faq {
    border: 1.3px solid #E4E4E4;
}
.el-question {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    cursor: pointer;
    background: transparent;
    border: unset;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.364px;
    padding: 25px;
}
.el-question:after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/cdn/shop/files/pdpv1-pdt-pluse.webp);
    width: 25.35px;
    height: 25.35px;
}
.el-question.active:after {
    background-image: url(/cdn/shop/files/pdpv1-pdt-close.webp);
}
.el-answer {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    padding: 0px 25px 25px;
    margin-top: -5px;
}
.el-question strong {
    font-weight: unset;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-faq-bottom .el-image-with-text-column {
    width: 100%;
    gap: 12px;
}
.el-question {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 0px 15.5px 0px 16px;
    min-height: 57px;
}
.el-question:after {
    width: 19.5px;
    height: 19.5px;
}
.el-pdp-faq-bottom .el-image-with-text-flex {
    gap: 12px;
}
.el-question strong {
    display: block;
}
.el-answer {
    font-size: 14px;
    padding: 0px 15px 16px;
    margin-top: 0px;
}
.el-pdp-table-subtext {
    width: 328px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-faq-subtext {
    width: 300px;
    max-width: 100%;
    margin: 0px auto;
}
}
/* faq css end */



/* risk css start */
.el-pdp-risk-bottom .el-image-with-text-content {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/cdn/shop/files/pdpv1-risk-bg.webp");
    padding: 50px 50px 50px 285px;
    position: relative;
}
.el-pdp-risk-left img {
    width: 190.3px;
    height: unset;
    position: absolute;
    left: 50px;
    top: 55px;
}
.el-pdp-risk-bottom .el-image-with-text-flex {
    align-items: center;
    width: 81%;
}
.el-pdp-risk-bottom  .el-image-with-text-column1 {
    width: 49.5%;
}
.el-pdp-risk-bottom .el-image-with-text-column2 {
    width: 44.3%;
}
.el-white-subtext {
    color: #F0F0F0;
}
.el-pdp-risk-subtext {
    width: 83%;
}
.el-pdp-risk-list1 .el-element-icon-with-text-grid {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.el-pdp-risk-list1-item .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    gap: 15.6px;
}
.el-pdp-risk-list1-item .el-element-text p {
    color: #F0F0F0;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    gap: 5.2px;
    display: flex;
    flex-direction: column;
}
.el-pdp-risk-list1-item .el-element-text p strong {
    font-weight: 500;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-risk-bottom .el-image-with-text-content {
    background-position: bottom right;
    background-image: url("/cdn/shop/files/pdpv1-risk-bgmob.webp");
    padding: 121px 16px 40px;
}    
.el-pdp-risk-left img {
    width: 151.3px;
    height: unset;
    left: 0px;
    top: unset;
    right: 0px;
    margin: 0px auto;
    bottom: calc(100% - 103.5px);
}
.el-pdp-risk-bottom .el-image-with-text-flex {
    width: 100%;
}
.el-pdp-risk-bottom  .el-image-with-text-column1 {
    width: 100%;
    text-align: center;
}
.el-pdp-risk-heading h2 {
    font-size: 30px;
}
.el-pdp-risk-subtext {
    width: 295px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-risk-list1 .el-element-icon-with-text-grid {
    gap: 18px;
    border-top: 1px solid #FFFFFF3B;
    padding-top: 21px;
    margin-top: 27px;
    width: 100%;
}
.el-pdp-risk-bottom .el-image-with-text-column2 {
    width: 100%;
}
.el-pdp-risk-list1-item .el-icon-with-text-flex svg {
    height: 32px;
    width: unset;
}
.el-pdp-risk-list1-item .el-icon-with-text-flex {
    gap: 12px;
}
.el-pdp-risk-list1-item .el-element-text p {
    font-size: 16px;
    gap: 4.1px;
}
.el-pdp-risk-after img {
    position: absolute;
    width: 176.422px;
    height: 176.422px;
    aspect-ratio: 1/1;
    left: 0px;
    top: 0px;
    max-width: 100%;
}
.el-pdp-risk-left img {
    z-index: 1;
}
}
/* risk css end */



/* review2 css start */
.el-pdp-review2-list1 .el-element-icon-with-text-grid {
    padding: 40px 0px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 19px;
}
.el-pdp-review2-list1-item {
    width: calc(33.3% - (19px)*2/3);
    text-align: left;
    border: 1px solid #08080840;
}
.el-pdp-review2-list1-item .el-media.el-svg {
    padding: 16px 21px 0px;
}
.el-pdp-review2-list1-item .el-element-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.4px;
    padding: 15.6px 21px;
}
.el-pdp-review2-list1-item .el-element-text {
    padding: 0px 21px 25px;
    opacity: 0.8;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.el-pdp-review2-reads a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 1px;
    text-decoration-line: underline;
}
.el-pdp-review2-list1-item .el-element-review-user-detail {
    border-bottom: 1px solid rgba(8, 8, 8, 0.25);
    background: #F0F0F0;
    padding: 16px 23px;
    display: flex;
    flex-direction: column;
    color: rgba(8, 8, 8, 0.60);
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.36px;
    gap: 3.9px;
}
.el-pdp-review2-list1-item .el-element-review-name {
    color: #080808;
    display: flex;
    align-items: center;
    gap: 7.8px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-review2-heading h2 {
    width: 300px;
}
.el-pdp-review2-subtext {
    width: 261px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-review2-list1 .el-element-icon-with-text-grid {
    padding: 32px 0px 25px;
    gap: 25px;
}   
.el-pdp-review2-list1-item {
    width: 100%;
} 
.el-pdp-review2-list1-item .el-media.el-svg {
    padding: 16px 16px 0px;
}
.el-pdp-review2-list1-item .el-media.el-svg path {
    fill: #4993BA;
}
.el-pdp-review2-list1-item .el-element-title {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 12px 16px;
}
.el-pdp-review2-list1-item .el-element-text {
    padding: 0px 16px 16px;
    font-size: 16px;
    letter-spacing: -0.32px;
}
.el-pdp-review2-reads a {
    font-size: 14px;
    letter-spacing: 0.7px;
}
.el-pdp-review2-list1-item .el-element-review-user-detail {
    padding: 14px 16px;
    font-size: 12px;
    letter-spacing: -0.24px;
    gap: 3px;
}
.el-pdp-review2-list1-item .el-element-review-name {
    gap: 7px;
    font-size: 14px;
    letter-spacing: -0.28px;
}
.el-pdp-review2-list1-item .el-element-review-name svg {
    width: 13px;
    height: unset;
}
}
/* review2 css end */



/* sticky css start */
.el-sticky-atc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.el-sticky-img img {
    width: 77px;
    height: unset;
}
.el-sticky-atc-column {
    width: 50%;
}
.el-sticky-atc-column2 {
    width: 37.5%;
}
.el-sticky-button .el-button {
    background: #4993BA;
    border: 2px solid #4993BA;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}
.el-sticky-atc-column2 .el-element-stock {
    margin: 0px 0px 7px;
    font-size: 14px;
    letter-spacing: -0.28px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-sticky-img img {
    width: 54px;
}
.el-sticky-button .el-button {
    min-height: 54px;
}
.el-sticky-atc-column {
    width: unset;
}
.el-sticky-atc-column2 {
    width: calc(100% - 69px);
}
.el-sticky-atc-flex {
    position: relative;
    padding-top: 25px;
}
.el-sticky-atc-column2 .el-element-stock {
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
}
/* sticky css end */



/* footer css start */
.el-pdp-footer .el-image-with-text-column1 {
    width: 30.59%;
}
.el-pdp-footer .el-image-with-text-column2 {
    width: 69.41%;
    padding-left: 70px;
    display: flex;
    gap: 70px;
    padding-top: 55px;
}
.el-pdp-footer-menu p {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.364px;
}
.el-pdp-footer-menu ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    padding-top: 25px;
    gap: 25px;
}
.el-pdp-footer-menu ul a {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.364px;
    text-decoration: none;
}
.el-pdp-footer-logo img {
    width: 127px;
}
.el-pdp-footer-form .el-icon-with-text-flex {
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #FFFFFF40;
    border-left: unset;
    border-right: unset;
    padding: 30px 0px;
    margin: 30px 0px;
    gap: 20.8px;
}
.el-pdp-footer-form .el-icon-with-text-flex p {
    display: flex;
    flex-direction: column;
    gap: 20.8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.36px;
    width: 309px;
    max-width: 100%;
}
.el-pdp-footer-form .el-icon-with-text-flex p strong {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -0.56px;
    text-transform: capitalize;
}
.el-pdp-footer-copyright {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.field_lp {
    position: relative;
}
.el-pdp-footer-form .el-media.el-svg {
    display: unset;
}
.field_lp input {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.06);
    outline: none;
    width: 100%;
    height: 74.1px;
    color: #fff;
    font-family: Geist;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.364px;
    padding-left: 23px;
}
.field_lp input::placeholder {
    color: rgba(255, 255, 255, 0.40);
}
button#Subscribe {
    background: #FFF;
    width: 128.7px;
    height: 55.9px;
    color: #000;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.416px;
    max-width: 100%;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 9.1px;
    right: 9.1px;
}
button#Subscribe:hover {
    background: transparent;
    color: #fff;
}
.el-pdp-footer-brand {
    padding-top: 21px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-footer .el-image-with-text-column2 {
    width: 100%;
    padding-left: 0px;
    display: unset;
    gap: 0px;
    padding-top: 0px;
}    
.el-pdp-footer .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-footer-logo img {
    width: 99px;
}
.el-pdp-footer-form .el-icon-with-text-flex {
    padding: 23px 0px;
    margin: 23px 0px;
    gap: 16px;
}
.el-pdp-footer-form .el-icon-with-text-flex p strong {
    font-size: 22px;
    letter-spacing: -0.44px;
}
.el-pdp-footer-form .el-icon-with-text-flex p {
    gap: 16px;
    font-size: 14px;
    letter-spacing: -0.28px;
    width: 250px;
    max-width: 100%;
}
.field_lp input {
    width: 100%;
    height: 57px;
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-left: 18px;
}
button#Subscribe {
    width: 99px;
    height: 43px;
    font-size: 16px;
    letter-spacing: -0.32px;
    top: 7px;
    right: 7px;
    max-width: 100%;
}
.el-pdp-footer-copyright {
    font-size: 10px;
}
.el-pdp-footer-menu {
    border-bottom: 1px solid #FFFFFF40;
    padding-bottom: 25px;
    margin-bottom: 23px;
}
.el-pdp-footer-brand .el-media {
    display: unset;
    width: 100%;
}
.el-pdp-footer-brand .el-media img {
    width: 100%;
}
.el-pdp-footer-brand {
    padding-top: 15px;
}
.el-pdp-footer-menu p {
    font-size: 14px;
    letter-spacing: -0.28px;
}
.el-pdp-footer-menu ul a {
    font-size: 14px;
    letter-spacing: -0.28px;
}
.el-pdp-footer-menu ul {
    padding-top: 19px;
    gap: 19px;
}
}
/* footer css end */



/* zoom */
@media (max-width: 1600px) and (min-width: 1400px) {
body {
    zoom: 90%;
}
}
 
 
@media (max-width: 1400px) and (min-width: 1100px) {
body {
    zoom: 80%;
}
}
 
 
@media (max-width: 1100px) and (min-width: 915px) {
body {
    zoom: 65%;
}
}




/* FUnctionality Css */

.el-pdp-review2-list1-item:nth-child(3)~.el-pdp-review2-list1-item {
    margin-top: 32px;
}
.el-pdp-review2-list1-item:nth-child(6)~.el-pdp-review2-list1-item {
    display: none;
}
.el-pdp-review2-reads:has(a[href="#hide"]) {
    display: none;
}
.el-pdp-review2-list1 .el-element-icon-with-text-grid {
    row-gap: 0;
}
.el-sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    transition: all .5s ease;
    transform: translateY(100%);
}
.el-sticky-atc.el-active {
    transform: unset;
}
.el-content1, 
.el-content2 {
    display: none;
}
body:has(.el-element-option.el-active[data_tab="1"]) .el-content2 {
    display: block;
}
body:has(.el-element-option.el-active[data_tab="2"]) .el-content1 {
    display: block;
}
@media (max-width:914px) {
    
.el-pdp-review2-list1-item:nth-child(3)~.el-pdp-review2-list1-item, 
.el-pdp-review2-list1-item+.el-pdp-review2-list1-item {
    margin-top: 24px;
}
.el-pdp-review2-list1-item:nth-child(3)~.el-pdp-review2-list1-item {
    display: none;
}
}


/* final touchups */
.el-pdp-number-section {
    background-position: bottom !important;
}

.el-pdp-every-section {
    background-position: bottom !important;
}




.el-variant-option-item.el-disabled {
    cursor: no-drop;
    opacity: .3;
    position: relative !important;
    overflow: hidden;
}
.el-variant-option-item.el-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    background-image:
      linear-gradient(to top right, transparent calc(50% - 1.5px), #b5b5b5 calc(50% - .5px), #b5b5b5 calc(50% + .5px), transparent calc(50% + 1.5px)),
      linear-gradient(to bottom right, transparent calc(50% - 1.5px), #b5b5b5 calc(50% - .5px), #b5b5b5 calc(50% + .5px), transparent calc(50% + 1.5px));
}
.el-variant-option-item.el-disabled .el-variant-option-title {
    position: relative !important;
}



.el-variant-option-item.el-disabled .el-variant-option-title::after {
    content: 'Out of stock';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #c62828;
    white-space: nowrap;
    line-height: 1;
    z-index: 4;
    pointer-events: none;
}




.el-cart-count {
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -12px;
    background: #000;
    border-radius: 100%;
    font-size: 10px;
    line-height: normal;
    color: #fff;
    display: inline-flex;
}
.el-cart-button {
    position: relative;
}
.el-pdp-pdt-heading2 {
    scroll-margin-top: 100px;
}
body {
    padding-bottom: 87px;
}
@media (min-width:915px) {
.el-product-column1 {
    position: sticky;
    top: 100px;
}
}


@media (max-width:915px) {
.el-pdp-table-right .slick-list {
    margin: 0 -16px !important;
}
.el-pdp-table-right .el-pdp-table-item {
    padding: 0 16px;
}
.el-pdp-table-item ul li {
    width: 93px;
    margin: 0 auto;
    max-width: 100%;
}
.el-pdp-table-right .el-pdp-table-top span {
    width: 80px;
    max-width: 100%;
}
.el-pdp-table-item ul li:first-child {
    width: 84px;
}
.el-pdp-table-right .el-pdp-table-item.el-pdp-table-item4 .el-pdp-table-top span {
    width: 130px;
}
.el-pdp-table-item ul li:nth-child(1), 
.el-pdp-table-item ul li:nth-child(2), 
.el-pdp-table-item ul li:nth-child(3), 
.el-pdp-table-item ul li:nth-child(6) {
    min-height: 60px;
}
.el-cart-count {
    width: 15px;
    height: 15px;
    font-size: 8px;
    right: -10px;
}
body {
    padding-bottom: 98px;
}
}
















.el-video-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-video-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.89);
}

.el-video-popup-content {
    position: relative;
    width: min(90vw, 900px);
    max-height: 90vh;
    z-index: 2;
}

.el-video-popup video {
    display: block;
    width: 100%;
    max-height: 90vh;
    border-radius: 10px;
    background: #000;
}

.el-video-popup-close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 28px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
}

.el-video-popup-close {
    line-height: 110%;
    font-family: var(--el-body-font);
}

@media (max-width: 914px) {
.el-video-popup-content {
    width: calc(100% - 40px);
}
}




/* 29/06/2026 */
 /* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v141/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJU22ZZLsYEpzC_1qmr5Y0.woff2) format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: block;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    max-width: 1em;
        overflow: hidden;
    flex-shrink: 0;
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 48;
    vertical-align: bottom;
}
.material-symbols-outlined.filled {
    font-variation-settings:
    'FILL' 1
}


.sgf-trigger .sgf-icon {
    font-size: 20px;
    line-height: 1;
    color: inherit;
}
.sgf-trigger .sgf-label-text {
    font-size: 15px !important;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sgf-wrap {
    padding: 20px 0 0;
}


@media (max-width:914px) {

.sgf-wrap {
    padding: 20px 0 0;
}
}


/* 30/06/2026 */
@media (min-width:915px) {
.el-pdp-jeans-section .el-container {
    width: 798px;
}
.el-pdp-jeans-section .el-image-with-text-column2 {
    width: 41%;
}
.el-pdp-jeans-section .el-image-with-text-column1 {
    width: 50%;
}
.hk-gif img {
    width: 100%;
    display: block;
    aspect-ratio: 286 / 398;
    object-fit: cover;
}
.el-pdp-pdt-save .el-icon-with-text-flex p strong {
    width: fit-content;
    padding: 0 10px;
}
}

@media (max-width:914px) {
.hk-gif img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 41 / 54;
}
.el-pdp-pdt-save .el-icon-with-text-flex p strong {
    width: fit-content;
    padding: 0 8px;
}
}




.el-submenu-link {
    display: none;
}

.el-parent-item {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
}
.el-parent-item a {
    width: fit-content;
}
.el-parent-item {
    width: 100%;
}
.el-parent-item {
    cursor: pointer;
}
