/** Shopify CDN: Minification failed

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

**/
/* start common css */
body {
    display: block;
}
@media (max-width:915px) {
  .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:915px) {
.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: #2b2018;
    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:915px) {
.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 */
.slick-dots {
    position: unset !important;
}
.el-global-heading h2,
.el-global-heading h1 {
    color: #3a2030;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    max-width: 100%;
    width: 100%;
}
.el-global-subtext {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
    padding-top: 19px;
    max-width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: unset !important;
}
.el-slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 29px;
    gap: 55px;
}
.el-slider-button {
    background: transparent;
    border: unset;
    display: flex;
    cursor: pointer;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}
ul.slick-dots li {
    width: 45px;
    height: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    position: relative;
}
ul.slick-dots li button {
    width: 100%;
    height: 100%;
    background: rgba(251, 252, 254, 0.25);
    padding: 0px;
    cursor: pointer;
}
ul.slick-dots li button:after,
.slick-dots li button:before {
    display: none !important;
}
ul.slick-dots li.slick-active {
    width: 72px;
}
ul.slick-dots li.slick-active button {
    background: #fffdf9;
}
.el-global-slider .slick-slide {
    height: inherit;
}
.el-global-slider .slick-slide>div, 
.el-global-slider .el-element-review-card, 
.el-global-slider .el-review-card_main {
    height: 100%;
}
.el-global-slider .slick-track {
    display: flex;
}
.el-gray-heading h2 {
    color: #f6e6c4;
}
.el-global-slider .el-review-card_main {
    cursor: grab;
}
.el-global-subheading {
    color: #3a2030;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    padding-bottom: 19px;
}
.el-white-subheadfing {
    color: #fffdf9;
}
.el-image-with-text-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el-image-with-text-column {
    width: 50%;
}
.el-media, 
.el-svg {
    display: flex;
}
.el-black-dot-slider ul.slick-dots li button {
    background: #3a203040;
}
.el-black-dot-slider ul.slick-dots li.slick-active button {
    background: #3a2030;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-image-with-text-column {
    width: 100%;
}
.el-container {
    padding-left: 20px;
    padding-right: 20px;
}
.el-slider-button {
    display: none !important;
}
.el-global-heading h2, 
.el-global-heading h1 {
    font-size: 42px;
    width: 320px;
}
.el-center-heading h2 {
    margin: 0px auto;
    text-align: center;
}
.el-global-subtext {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding-top: 16px;
}
.el-slider-navigation {
    justify-content: flex-start;
    margin-top: 25px;
    gap: 0px;
}
ul.slick-dots li {
    width: 30px;
    height: 2px;
}
ul.slick-dots {
    gap: 6px;
}
ul.slick-dots li.slick-active {
    width: 49px;
}
.el-pdp-reviews-bottom img {
    width: 237px;
}
.el-global-subheading {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding-bottom: 16px;
}
}
/* same css end */



/* header css start */
.el-element-annoucement-main {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    gap: 25px;
}
span.el-countdown-js {
    display: flex;
    align-items: center;
    gap: 9px;
}
.el-countdown-hour, 
.el-countdown-min, 
.el-countdown-sec {
    border-radius: 5.2px;
    background: #fffdf9;
    color: #3a2030;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0px 15px;
    min-height: 30px;
}
.el-header-logo {
    width: 190px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-element-annoucement-main {
    font-size: 12px;
    letter-spacing: 0.12px;
    gap: 19px;
}
span.el-countdown-js {
    gap: 7px;
}
.el-countdown-hour, 
.el-countdown-min, 
.el-countdown-sec {
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.12px;
    padding: 0px 5.9px;
    min-height: 23px;
}
.el-element-annoucement-main p {
    width: 100px;
}
.el-header-logo {
    width: 110px;
}
.el-header-content svg {
    height: 16px;
}
}
/* header css end */



/* product css start */
.el-product-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.el-product-column1 {
    width: 54.2%;
}
.el-product-column2 {
    width: 42.3%;
}
.el-rative.el-media-main-wrapper img {
    padding: 0px 10px;
    cursor: grab;
    border-radius: 10px;
}
.el-rative.el-media-main-wrapper .slick-list.draggable {
    margin: 0px -10px;
}
.slick-slide>div {
    display: flex;
}
.el-pdp-pdt-slider {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}
.el-slick-slider.el-slider-product-media-thumb {
    width: 139px;
}
.el-rative.el-media-main-wrapper {
    width: calc(100% - 164px);
}
.el-slick-slider.el-slider-product-media-thumb img {
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.5;
    border: 1px solid #3a203000;
    margin-bottom: 24.1px;
}
.el-slick-slider.el-slider-product-media-thumb .slick-slide.slick-current img {
    opacity: 1;
    border-color: #3a2030;
}
.el-slick-slider.el-slider-product-media-thumb .slick-list.draggable {
    padding-bottom: 111px;
}
.el-pdp-pdt-slider .el-slider-navigation {
    justify-content: flex-end;
    margin-top: 18px;
    gap: 25px;
}
.slick-disabled {
    opacity: 0.5;
}
.el-pdp-pdt-rating .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    color: #3a2030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    gap: 10.4px;
    padding-bottom: 23px;
}
.el-pdp-pdt-text1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin: 23px 0px 30px;
    width: 100%;
}
.el-pdp-pdt-list1 .el-element-icon-with-text-grid {
    display: flex;
    flex-direction: column;
    border-radius: 13px;
    background: #faf5ee;
    padding: 21px;
    gap: 15.6px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7.8px;
}
.el-pdp-pdt-list1 {
    margin: 30px 0px;
}
.el-button {
    border-radius: 13px;
    background: #3a2030;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    text-decoration: none;
    color: #f4eee6;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    border: 2px solid #3a2030;
    height: 79px;
    transition: all 0.3s ease;
}
.el-button:hover {
    background: transparent;
    color: #3a2030;
}
.el-pdp-pdt-MBG .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a2030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 20.8px 0px 32px;
    gap: 7.8px;
}
.el-pdt-faq-item {
    margin-top: 15.6px;
}
.el-pdt-faq-item .el-question {
    font-size: 18px;
    letter-spacing: -0.18px;
    min-height: 70px;
    padding: 0px 21px;
}
.el-pdt-faq-item .el-answer {
    padding: 0px 21px 16px;
}
.el-pdt-faq-item .el-question.active {
    color: #fffdf9;
}
.el-element-variants {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    gap: 25px;
}
.el-element-variant {
    border-radius: 10px;
    border: 1px solid rgba(37, 51, 70, 0.28);
    background: transparent;
    padding: 23px;
    cursor: pointer;
}
.el-element-variant.el-active {
    border-color: #5a3550;
    background: #f6efe0;
}
span.el-variant-inner {
    display: flex;
    flex-direction: column;
}
span.el-variant-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
span.el-variant-price {
    color: #3a2030;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 30%;
}
span.el-variant-price s {
    color: rgba(37, 51, 70, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.16px;
    text-decoration-line: line-through;
}
span.el-variant-left {
    display: flex;
    width: 75%;
    text-align: left;
    align-items: center;
    gap: 23px;
}
span.el-variant-image {
    width: 69px;
}
span.el-variant-texts {
    width: calc(100% - 92px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.16px;
}
span.el-variant-title {
    color: #3a2030;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
}
span.el-variant-text strong {
    font-weight: unset;
    display: block;
}
span.el-variant-text {
    width: 230px;
}
.el-element-variant {
    position: relative;
}
.el-variant-richtext {
    border-top: 1px solid #b59aa8;
    padding-top: 23px;
    margin-top: 23px;
    display: none;
}
.el-element-variant.el-active .el-variant-richtext {
    display: block;
}
.el-element-variant.el-active .el-variant-richtext ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 16px;
}
.el-element-variant.el-active .el-variant-richtext ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    gap: 7px;
    width: calc(50% - (16px)*1/2);
}
span.el-variant-badge {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    border-radius: 0 10px;
    border: 1.3px solid #5a3550;
    background: #5a3550;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 173px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.el-element-variant:nth-child(3) span.el-variant-badge {
    background: #ACB7A5;
    border-color: #ACB7A5;
}
span.el-variant-image {
    display: flex;
}
.el-element-variant:nth-child(3) span.el-variant-flex, 
.el-element-variant:nth-child(2) span.el-variant-flex {
    align-items: flex-end;
}



@media (min-width: 915px) {
.el-pdp-pdt-heading h1 {
    font-size: 52px;
}
}



@media (max-width: 914px) {
.el-product-column1 {
    width: 100%;
}
.el-product-column2 {
    width: 100%;
    padding-top: 23px;
}
.el-pdp-pdt-slider {
    gap: 9px;
    flex-direction: column;
}
.el-rative.el-media-main-wrapper {
    width: 100%;
}
.el-slick-slider.el-slider-product-media-thumb {
    width: 100%;
}
.el-pdp-pdt-slider .el-slider-navigation {
    margin-top: 0px;
}
.el-rative.el-media-main-wrapper img {
    padding: 0px 16px 0px 0px;
}
.el-rative.el-media-main-wrapper .slick-list.draggable {
    margin: 0px;
    width: calc(100% + 20px);
    padding-right: 9px;
}
.el-slick-slider.el-slider-product-media-thumb img {
    margin-bottom: 0px;
}
.el-slick-slider.el-slider-product-media-thumb .el-product-media-thumb-item {
    padding-right: 4px;
}
.el-slick-slider.el-slider-product-media-thumb .slick-list.draggable {
    padding-bottom: 0px;
    padding-right: 34px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 9px;
    padding-bottom: 16px;
}
.el-pdp-pdt-rating .el-icon-with-text-flex svg {
    width: 64.8px;
    height: unset;
}
.el-pdp-pdt-heading h1 {
    width: 300px;
}
.el-pdp-pdt-text1 {
    font-size: 14px;
    letter-spacing: -0.14px;
    margin: 16px 0px 21px;
}
.el-pdp-pdt-list1 {
    margin: 21px 0px;
}
.el-pdp-pdt-list1 .el-element-icon-with-text-grid {
    border-radius: 10px;
    padding: 16px;
    gap: 12px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex {
    font-size: 14px;
    gap: 7px;
    letter-spacing: -0.14px;
}
.el-pdp-pdt-list1-item .el-icon-with-text-flex svg {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
}
.el-button {
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.16px;
    height: 61px;
}
.el-pdp-pdt-MBG .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.14px;
    margin: 16px 0px 20px;
    gap: 7px;
}
.el-pdp-pdt-MBG .el-icon-with-text-flex svg {
    width: 14px;
    height: unset;
}
.el-pdt-faq-item .el-question {
    font-size: 14px;
    letter-spacing: -0.14px;
    min-height: unset;
    padding: 18px 16px;
}
.el-pdt-faq-item .el-answer {
    padding: 0px 16px 16px;
}
.el-element-variants {
    margin-bottom: 21px;
    gap: 21px;
}
.el-element-variant {
    padding: 12px;
}
span.el-variant-image {
    width: 61px;
}
span.el-variant-price s {
    font-size: 14px;
    letter-spacing: -0.14px;
}
span.el-variant-price {
    font-size: 14px;
    letter-spacing: -0.14px;
    width: 17%;
}
span.el-variant-left {
    width: 83%;
    gap: 12px;
}
span.el-variant-texts {
    width: calc(100% - 73px);
    gap: 5.9px;
    font-size: 13px;
    letter-spacing: -0.13px;
}
span.el-variant-title {
    font-size: 14px;
    letter-spacing: -0.14px;
}
.el-variant-richtext {
    padding-top: 12px;
    margin-top: 12px;
}
.el-element-variant.el-active .el-variant-richtext ul {
    gap: 12px;
}
.el-element-variant.el-active .el-variant-richtext ul li {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 6.9px;
    width: 100%;
}
.el-element-variant.el-active .el-variant-richtext ul li svg {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
}
span.el-variant-badge {
    font-size: 12px;
    letter-spacing: -0.12px;
    min-height: 25px;
    width: 116px;
}
.el-element-variant:nth-child(3) span.el-variant-text {
    width: 120px;
}
}



.el-pdt-faq-item .el-question {
    color: #2a1322;
}
/* product css end */



/* reviews css start */
.el-pdp-reviews .el-richtext-content {
    border-radius: 10px;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    position: relative;
    padding: 59px 45px;
}
.el-pdp-reviews-text1 {
    font-size: 16px;
    letter-spacing: -0.16px;
}
.el-pdp-reviews-slide {
    padding: 0px 32px 0px 0px;
    text-align: left;
}
.el-pdp-reviews-slide .el-review-card_main {
    border-radius: 13px;
    border: 1.3px solid #FFF;
    background: #fffdf9;
    padding: 23px;
    color: #3a2030;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.el-pdp-reviews-slider .slick-list.draggable {
    width: calc(100% + 21px);
    padding-right: 95px;
}
.el-pdp-reviews-slider {
    padding-top: 41px;
    position: relative;
    z-index: 1;
}
.el-pdp-reviews-slide .el-element-text-main {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
    padding: 16px 0px;
}
.el-pdp-reviews-slide .el-element-review-name {
    display: flex;
    align-items: center;
    gap: 9px;
}
.el-pdp-reviews-slide .el-element-review-name span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.el-pdp-reviews-slide .el-element-review-name span strong {
    color: #6d2456;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10.4px;
}
.el-pdp-reviews-slide .el-element-review-name span strong:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://cdn.shopify.com/s/files/1/0780/2329/5221/files/pdp-review1-check.webp");
    width: 16px;
    height: 16px;
}
.el-pdp-reviews-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: contain;
    width: 441px;
    object-position: right top;
    max-width: 100%;
}
.el-pdp-reviews-bottom img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    object-fit: contain;
    width: 527px;
    object-position: bottom left;
    max-width: 100%;
}
.el-review-card-rating {
    display: flex;
}
.el-pdp-reviews-slide .el-review-card_main .el-element-review-user-detail {
    display: flex;
    align-items: center;
    gap: 9px;
}
.el-pdp-reviews-slide .el-review-card_main .el-element-review-user-detail img {
    width: 43px;
    height: 43px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-reviews-top img {
    width: 199px;
}
.el-pdp-reviews .el-richtext-content {
    padding: 39px 16px;
}
.el-pdp-reviews-heading h2 {
    width: 270px;
}
.el-pdp-reviews-text1 {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding-top: 12px;
}
.el-pdp-reviews-slider {
    padding-top: 25px;
}
.el-pdp-reviews-slide {
    padding: 0px 12px 0px 0px;
}
.el-pdp-reviews-slide .el-review-card_main {
    border-radius: 10px;
    padding: 23px 16px;
}
.el-pdp-reviews-slide .el-review-card_main .el-review-card-rating svg {
    width: 64.5px;
    height: unset;
}
.el-pdp-reviews-slide .el-element-text-main {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding: 12px 0px;
}
.el-pdp-reviews-slide .el-element-review-name span {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 3.9px;
}
.el-pdp-reviews-slide .el-element-review-name span strong {
    font-size: 12px;
    gap: 8px;
}
.el-pdp-reviews-slide .el-element-review-name span strong:before {
    width: 12px;
    height: 12px;
}
.el-pdp-reviews-slider .slick-list.draggable {
    width: calc(100% + 3px);
    padding-right: 16px;
}
.el-pdp-reviews-slide .el-review-card_main .el-element-review-user-detail img {
    width: 34px;
    height: 34px;
}
.el-pdp-reviews-slide .el-review-card_main .el-element-review-user-detail {
    gap: 7px;
}
}
/* reviews css end */



/* plans css start */
.el-element-slide, 
.el-slide_main {
    height: 100%;
}
.el-pdp-plans-slide {
    padding: 0px 10.5px;
    text-align: left;
}
.el-pdp-plans-slide .el-slide_main {
    cursor: grab;
    border-radius: 13px;
    border: 1.3px solid #FFF;
    background: linear-gradient(133deg, rgba(251, 252, 254, 0.49) 26.03%, rgba(239, 244, 254, 0.49) 122.87%);
    padding: 23px;
}
.el-pdp-plans-slide .el-element-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.18px;
    font-family: Figtree;
    padding: 16px 0px;
}
.el-pdp-plans-slide .el-element-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
}
.el-pdp-plans-slider {
    margin: 39px -10.5px 0px;
}
.el-pdp-plans {
    background-position: top !important;
}
.el-pdp-plans-slide .el-element-svg {
    display: flex;
}



@media (min-width: 915px) {
.el-pdp-plans-slider .el-slider-navigation {
    display: none !important;
}
}



@media (max-width: 914px) {
.el-pdp-plans-heading h2 {
    width: 270px;
}
.el-pdp-plans-slider {
    margin: 21px 0px 0px;
}
.el-pdp-plans-slide {
    padding: 0px 12px 0px 0px;
}
.el-pdp-plans-slider .slick-list.draggable {
    width: calc(100% + 20px);
    padding-right: 49px;
}
.el-pdp-plans-slide .el-slide_main .el-element-slide-svg.el-media svg {
    width: 30px;
    height: unset;
}
.el-pdp-plans-slide .el-element-title {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding: 12px 0px;
}
.el-pdp-plans-slide .el-element-text {
    font-size: 14px;
    letter-spacing: -0.14px;
}
.el-pdp-plans-slide .el-slide_main {
    border-radius: 10px;
    padding: 23px 16px;
}
}
/* plans css end */



/* loops css start */
.el-pdp-loops .el-image-with-text-column1 {
    width: 34.9%;
}
.el-pdp-loops .el-image-with-text-column2 {
    width: 48.1%;
}
.el-pdp-loops-tab .el-element-icon-with-text-grid {
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
    padding-top: 40px;
}
.el-pdp-loops-tab-item {
    border-radius: 13px;
    border: 1px solid rgba(37, 51, 70, 0.28);
    width: calc(33.3% - (23px)*2/3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(135, 135, 135, 0.62);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
    min-height: 52px;
    cursor: pointer;
}
.el-pdp-loops-tab-item.el-active {
    background: #5a3550;
    border-color: #5a3550;
    color: #fffdf9;
}
.el-pdp-loops-list1-item {
    border-radius: 13px;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    position: relative;
    padding: 30px 20.8px;
    color: #fffdf9;
}
.el-pdp-loops-list1-item img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: auto;
    height: 100%;
    object-fit: contain;
    right: 0px;
}
.el-pdp-loops-list1-item .el-element-title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    padding: 13px 0px;
}
.el-pdp-loops-list1-item .el-element-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
    width: 339px;
    max-width: 100%;
}
.el-pdp-loops-list1-item:after {
    content: "";
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://cdn.shopify.com/s/files/1/0780/2329/5221/files/pdp-loop-top.webp");
    width: 318px;
    height: 318px;
    position: absolute;
    top: 0px;
    right: 30px;
}
.el-pdp-loops-list1-item img {
    z-index: 1;
}
.el-pdp-loops-list1-item {
    overflow: hidden;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-loops .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-loops .el-image-with-text-column2 {
    width: 100%;
    padding-top: 16px;
}
.el-pdp-loops-heading h2 {
    width: 259px;
}
.el-pdp-loops-tab .el-element-icon-with-text-grid {
    gap: 10px;
    padding-top: 16px;
}
.el-pdp-loops-tab-item {
    border-radius: 10px;
    width: calc(33.3% - (10px)*2/3);
    font-size: 14px;
    letter-spacing: -0.14px;
    min-height: 41px;
}
.el-pdp-loops-list1-item {
    border-radius: 10px;
    padding: 23px 16px;
}
.el-pdp-loops-list1-item:after {
    background-image: url("/cdn/shop/files/pdp-loop-top1mob.webp");
    width: 137px;
    height: 179px;
    background-position: top right !important;
    right: 0px;
}
.el-pdp-loops-list1-item svg {
    width: 30px;
    height: unset;
}
.el-pdp-loops-list1-item {
    text-align: left;
}
.el-pdp-loops-list1-item .el-element-title {
    font-size: 30px;
    padding: 10px 0px;
}
.el-pdp-loops-list1-item .el-element-text {
    font-size: 14px;
    letter-spacing: -0.14px;
    width: 163px;
}
.el-pdp-loops-list1-item3 .el-element-text {
    width: 162px;
}
.el-pdp-loops {
    background-color: #f4eee6 !important;
}
}
/* loops 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;
    border-radius: 13px;
}
.el-video-wrapper img, 
.el-video-wrapper video {
    width: 100%;
    aspect-ratio: 337/472;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    cursor: pointer;
}
.el-video-wrapper img {
    position: absolute;
}
.el-play-button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.el-pdp-rating .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a2030;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    gap: 9px;
    padding-bottom: 19px;
}
.el-pdp-video {
    background-image: linear-gradient(to bottom, #f4eee6, #f4eee6) !important;
}
.el-pdp-video-slide .el-element-video-richtext {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
    text-align: left;
    padding-top: 23px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-rating .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 7.9px;
    padding-bottom: 16px;
}
.el-pdp-rating .el-icon-with-text-flex svg {
    width: 64px;
    height: unset;
}
.el-pdp-video-slider {
    margin: 19px 0px 0px;
}
.el-pdp-video-slide {
    padding: 0px 16px 0px 0px;
}
.el-pdp-video-slider .slick-list.draggable {
    width: calc(100% + 20px);
    padding-right: 125px;
}
.el-video-wrapper {
    border-radius: 10px;
}
.el-video-wrapper img, 
.el-video-wrapper video {
    aspect-ratio: 200/300;
}
.el-play-button svg {
    width: 41px;
    height: unset;
}
.el-pdp-video {
    background-image: linear-gradient(to bottom, #f4eee6, #faf5ee) !important;
}
.el-pdp-video-slide .el-element-video-richtext {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding-top: 16px;
}
}
/* video css end */



/* promise css start */
.el-pdp-promise {
    background-position: bottom !important;
}
.el-pdp-promise .el-image-with-text-content {
    border-radius: 10px;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    position: relative;
    padding: 79px 90px;
}
.el-pdp-promise-list1 .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    gap: 19px;
}
.el-pdp-promise .el-image-with-text-column1 {
    width: 59%;
    position: relative;
    z-index: 1;
}
.el-pdp-promise .el-image-with-text-column2 {
    width: 41%;
}
.el-pdp-promise-img1 img {
    width: 445px;
    position: absolute;
    bottom: 0px;
    right: 81px;
    z-index: 1;
}
.el-pdp-promise-top img {
    width: 441px;
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: contain;
    object-position: right top;
}
.el-pdp-promise-bottom img {
    width: 527px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    object-fit: contain;
    object-position: bottom left;
}
.el-pdp-promise {
    padding-bottom: 41px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-promise .el-image-with-text-content {
    border-radius: 0px;
    background: unset;
    position: relative;
    padding: 0px;
}
.el-pdp-promise .el-image-with-text-column2 {
    width: 100%;
}
.el-pdp-promise .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-promise-list1 .el-icon-with-text-flex {
    align-items: flex-start;
    font-size: 42px;
    font-style: normal;
    gap: 12px;
    color: #3a2030;
    flex-direction: column;
    width: 270px;
}
.el-pdp-promise-list1 .el-icon-with-text-flex svg {
    width: 41px;
    height: unset;
}
.el-pdp-promise-text1 {
    color: #5d4a52;
    width: 199px;
    max-width: 100%;
}
.el-pdp-promise {
    background: #faf5ee !important;
}
.el-pdp-promise {
    padding-bottom: 0px;
}
.el-pdp-promise-img1 img {
    width: calc(100% + 40px);
    position: unset;
    bottom: 0px;
    right: 81px;
    z-index: 1;
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -63%;
}
.el-pdp-promise-list1 .el-icon-with-text-flex svg path {
    stroke: #3a2030;
}
}
/* promise css end */



/* looks css start */
.el-pdp-looks .el-image-with-text-column1 {
    width: 28.39%;
}
.el-pdp-looks .el-image-with-text-column2 {
    width: 68.3%;
}
.el-pdp-looks-list1 .el-element-icon-with-text-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px 0px;
    gap: 32px 47px;
}
.el-pdp-looks-list1-item {
    position: relative;
    width: calc(50% - (47px)*1/2);
    padding-left: 234px;
    min-height: 205px;
    display: flex;
    align-items: center;
    max-width: 100%;
}
.el-pdp-looks-list1-item img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: auto;
    left: 0px;
}
.el-pdp-looks-list1-item .el-element-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}
.el-pdp-looks-list1-item .el-element-text p strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.2px;
}
.el-pdp-looks-list1-item4 {
    border-radius: 13px;
    background: #f6efe6;
    border: 1.3px dashed #3a2030;
    padding: 25px;
}
.el-pdp-looks-list1-item4 .el-element-text p {
    padding: 0px;
    width: 225px;
    max-width: 100%;
}
.el-pdp-looks-list1-item4 img {
    right: 0px;
    left: unset;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-looks .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-looks .el-image-with-text-column2 {
    width: 100%;
}
.el-pdp-looks-heading h2 {
    width: 300px;
}
.el-pdp-looks-text1 {
    width: 250px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-looks-list1 .el-element-icon-with-text-grid {
    margin: 25px 0px 0px;
    gap: 16px;
    border-top: 1px solid #3a203014;
    padding-top: 25px;
}
.el-pdp-looks-list1-item {
    width: 100%;
    padding-left: 134px;
    min-height: 140px;
    text-align: left;
}
.el-pdp-looks-list1-item img {
    width: 118px;
    object-fit: cover;
    border-radius: 10px;
}
.el-pdp-looks-list1-item .el-element-text p {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 9px;
    padding-top: 9px;
}
.el-pdp-looks-list1-item .el-element-text p strong {
    font-size: 16px;
    letter-spacing: -0.16px;
}
.el-pdp-looks-list1-item svg {
    width: 16px;
    height: unset;
}
.el-pdp-looks-list1-item2 {
    padding-left: 0px;
    padding-right: 134px;
}
.el-pdp-looks-list1-item2 img {
    left: unset;
    right: 0;
}
.el-pdp-looks-list1-item4 {
    border-radius: 10px;
    padding: 16px;
    margin-top: 15px;
    min-height: unset;
}
.el-pdp-looks-list1-item4 .el-element-text p {
    padding: 0px;
    width: 185px;
    max-width: 100%;
}
.el-pdp-looks-list1-item4 img {
    width: 181px;
    object-fit: cover;
    border-radius: 10px;
    height: unset;
    top: unset;
    left: unset;
    right: -20px;
}
}
/* looks css end */



/* table css start */
.el-pdp-table-bottom .el-image-with-text-column1 {
    width: 34.9%;
}
.el-pdp-table-bottom .el-image-with-text-column2 {
    width: 62.59%;
}
.el-pdp-table-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.el-pdp-table-item {
    width: 45.9%;
    padding: 30px;
    position: relative;
    border-radius: 13px;
    background: #f4eee6;
    color: #777;
}
.el-pdp-table-item1 {
    width: 50.5%;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    color: #fffdf9;
}
.el-pdp-table-logo {
    width: 165px;
    height: unset;
    position: relative;
    z-index: 1;
}
.el-pdp-table-icon1 {
    position: absolute;
    width: 184px;
    top: 0px;
    right: 0px;
}
.el-pdp-table-top span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
}
.el-pdp-table-item ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-top: 25px;
}
.el-pdp-table-item ul li {
    display: flex;
    align-items: center;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.182px;
    gap: 7.9px;
}
.el-pdp-table-item ul li img {
    width: 25px;
    height: unset;
}
.el-pdp-table-item1 ul li {
    font-weight: 500;
    letter-spacing: -0.18px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-table-heading h2 {
    width: 290px;
}
.el-pdp-table-text1 {
    width: 321px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-table-bottom .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-table-bottom .el-image-with-text-column2 {
    width: 100%;
}
.el-pdp-table-box {
    align-items: flex-end;
}
.el-pdp-table-item {
    width: 44.9%;
    padding: 20px 5px 49px;
    border-radius: 10px;
}
.el-pdp-table-item1 {
    width: 51.7%;
}
.el-pdp-table-top span {
    font-size: 16px;
    letter-spacing: -0.16px;
    text-align: center;
    display: block;
}
.el-pdp-table-item ul {
    gap: 18px;
}
.el-pdp-table-item ul li img {
    width: 20px;
}
.el-pdp-table-item ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    gap: 7px;
    text-align: center;
    flex-direction: column;
}
.el-pdp-table-item ul li span {
    display: block;
}
.el-pdp-table-icon1 {
    width: 82px;
}
.el-pdp-table-icon2 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    top: unset;
    object-position: bottom;
    height: unset;
    object-fit: cover;
}
.el-pdp-table-logo {
    width: 120px;
    height: unset;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    display: block;
}
.el-pdp-table-item1 {
    padding-top: 89px;
}
.el-pdp-table-img1 {
    position: absolute;
    bottom: calc(100% - 61px);
    width: 165px;
    max-width: 165px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
}
/* table css end */



/* number css start */
.el-pdp-number {
    background-position: top !important;
}
.el-pdp-number-list1 .el-element-icon-with-text-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0px 0px;
    gap: 115px;
}
.el-pdp-number-list1-item {
    width: calc(33.3% - (115px)*2/3);
    border-radius: 13px;
    border: 1.3px solid rgba(255, 255, 255, 0.41);
    background: linear-gradient(133deg, rgba(251, 252, 254, 0.49) 26.03%, rgba(239, 244, 254, 0.49) 122.87%);
    padding: 23px;
}
.el-pdp-number-list1-item .el-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.182px;
    gap: 16px;
}
.el-pdp-number-list1-item .el-icon-with-text-flex .el-media.el-svg {
    color: #3a2030;
    font-family: "Instrument Serif";
    font-size: 92px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
}
.el-pdp-number-img img {
    width: 1015px;
    margin: 0px auto;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-number-text1 {
    padding-top: 12px;
    width: 201px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-number-list1 .el-element-icon-with-text-grid {
    margin: 21px 0px 0px;
    gap: 9px 40px;
}
.el-pdp-number-list1-item {
    width: calc(50% - (40px)*1/2);
    border-radius: 10px;
    padding: 16px;
}
.el-pdp-number-list1-item:nth-child(1) {
    width: 100%;
}
.el-pdp-number-list1-item .el-icon-with-text-flex .el-media.el-svg {
    font-size: 64px;
}
.el-pdp-number-list1-item .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 3px;
}
.el-pdp-number-list1-item:nth-child(1) .el-icon-with-text-flex {
    text-align: center;
}
.el-pdp-number-list1-item:nth-child(1) .el-media.el-svg {
    justify-content: center;
}
.el-pdp-number-list1-item:nth-child(2) .el-element-text, 
.el-pdp-number-list1-item:nth-child(3) .el-element-text {
    width: 109px;
    max-width: 100%;
}
.el-pdp-number-list1-item:nth-child(3) .el-media.el-svg {
    justify-content: flex-end;
}
.el-pdp-number-list1-item:nth-child(3) .el-element-texts {
    text-align: right;
}
.el-pdp-number-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -137px;
}
}
/* number css end */



/* weeks css start */
.el-pdp-weeks .el-richtext-content {
    border-radius: 10px;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    position: relative;
    padding: 60px 54px;
}
.el-pdp-weeks-text1 {
    font-size: 16px;
    letter-spacing: -0.16px;
}
.el-pdp-weeks-list1 .el-element-icon-with-text-grid {
    display: flex;
    justify-content: space-between;
    margin: 40px 0px 0px;
    gap: 27px;
    flex-wrap: wrap;
}
.el-pdp-weeks-list1-item {
    border-radius: 13px;
    border: 1px solid rgba(251, 252, 254, 0.36);
    background: linear-gradient(133deg, rgba(251, 252, 254, 0.10) 26.03%, rgba(239, 244, 254, 0.10) 122.87%);
    padding: 23px;
    width: calc(33.3% - (27px)*2/3);
    text-align: left;
}
.el-pdp-weeks-list1-item .el-media.el-svg {
    color: #6d4a5e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    border-radius: 7.8px;
    background: #f6e6c4;
    width: fit-content;
    padding: 0px 9px;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.el-pdp-weeks-list1-item .el-element-text p {
    padding: 23px 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.18px;
}
.el-pdp-weeks-list1-item .el-element-text ul {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.16px;
    list-style-type: none;
    gap: 16px;
}
.el-pdp-weeks-list1-item .el-element-text ul li {
    display: flex;
    align-items: center;
    gap: 7.8px;
}
.el-pdp-weeks-list1-item .el-element-text ul li:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://cdn.shopify.com/s/files/1/0780/2329/5221/files/pdp-steps-check.webp");
    width: 18px;
    height: 18px;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex .el-element-texts {
    flex: 1;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex .el-element-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.el-pdp-weeks-top img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 441px;
}
.el-pdp-weeks-bottom img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 527px;
}
.el-pdp-weeks-list1 .el-element-icon-with-text-grid,
.el-pdp-weeks-heading,
.el-pdp-weeks-subheading,
.el-pdp-weeks-text1 {
    position: relative;
    z-index: 1;
}
.el-pdp-weeks {
    background: linear-gradient(180deg, #f4eee6 -4.03%, #f4eee6 47.9%, #fffdf9 99.84%) !important;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-weeks {
    background: linear-gradient(180deg, #faf5ee -4.03%, #f4eee6 47.9%, #fffdf9 99.84%) !important;
}
.el-pdp-weeks .el-richtext-content {
    padding: 25px 16px 0px;
}
.el-pdp-weeks-heading h2 {
    width: 281px;
}
.el-pdp-weeks-top img {
    width: 199px;
}
.el-pdp-weeks-text1 {
    width: 290px;
    max-width: 100%;
    margin: 0px auto;
}
.el-pdp-weeks-list1 .el-element-icon-with-text-grid {
    margin: 25px 0px 0px;
    gap: 25px;
}
.el-pdp-weeks-list1-item {
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    margin-left: 34px;
    position: relative;
}
.el-pdp-weeks-list1-item .el-media.el-svg {
    font-size: 12px;
    letter-spacing: -0.12px;
    border-radius: 6px;
    padding: 0px 7px;
    min-height: 23px;
}
.el-pdp-weeks-list1-item .el-element-text p {
    padding: 12px 0px;
    font-size: 14px;
    letter-spacing: -0.14px;
}
.el-pdp-weeks-list1-item .el-element-text ul li {
    gap: 7px;
}
.el-pdp-weeks-list1-item .el-element-text ul {
    font-size: 13px;
    letter-spacing: -0.13px;
    gap: 12px;
}
.el-pdp-weeks-list1-item .el-element-text ul li:before {
    width: 14px;
    height: 14px;
}
.el-pdp-weeks-bottom img {
    bottom: 131px;
    left: 0px;
    width: 237px;
}
.el-pdp-weeks-list1-item:after {
    content: "";
    width: 7.8px;
    height: 7.8px;
    border-radius: 7.8px;
    background: #f6e6c4;
    position: absolute;
    top: 11px;
    outline: 5px solid #9a7a8c;
    left: -28px;
}
.el-pdp-weeks-list1-item:before {
    content: "";
    width: 2px;
    height: calc(100% + 25px);
    position: absolute;
    top: 12px;
    left: -24px;
    border-left: 1px dashed #fffdf9;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: -25px;
    border-bottom: 1px dashed #fffdf9;
}
.el-pdp-weeks-list1-item:last-child:before {
    height: 0px;
}
.el-pdp-weeks-img {
    width: calc(100% + 50px);
    margin-left: -34px;
    margin-top: -9px;
}
}
/* weeks css end */



/* every css start */
.el-pdp-every .el-image-with-text-column1 {
    width: 45.7%;
}
.el-pdp-every .el-image-with-text-column2 {
    width: 53.1%;
}
.el-pdp-every-list1 .el-element-icon-with-text-grid {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 50px;
}
.el-pdp-every-list1-item .el-icon-with-text-flex {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    gap: 23px;
    width: 571px;
    max-width: 100%;
}
.el-pdp-every-list1-item .el-icon-with-text-flex .el-element-image {
    border-radius: 11.5px;
    background: #ece2d6;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-every .el-image-with-text-column2 {
    width: 100%;
}
.el-pdp-every .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-every-list1 .el-element-icon-with-text-grid {
    gap: 20px;
    margin-top: 25px;
}
.el-pdp-every-list1-item .el-icon-with-text-flex .el-element-image {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.el-pdp-every-list1-item .el-icon-with-text-flex .el-element-image svg {
    width: 21px;
    height: unset;
}
.el-pdp-every-list1-item .el-icon-with-text-flex {
    font-size: 14px;
    letter-spacing: -0.14px;
    gap: 12px;
    width: 316px;
    max-width: 100%;
}
.el-pdp-every-list1-item {
    text-align: left;
}
}
/* every css end */



/* faq css start */
.el-pdp-faq-bottom .el-image-with-text-column {
    width: calc(50% - (20px)*1/2);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.el-pdp-faq-bottom .el-image-with-text-flex {
    gap: 20px;
}
.el-global-faq {
    border-radius: 13px;
    background: #f6efe6;
}
.el-question {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    background: transparent;
    border: unset;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0px 25px;
}
.el-question:after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://cdn.shopify.com/s/files/1/0780/2329/5221/files/pdp-pdt-pluse.webp");
    width: 25px;
    height: 25px;
    min-width: 25px;
}
.el-question.active:after {
    background-image: url("https://cdn.shopify.com/s/files/1/0780/2329/5221/files/pdp-pdt-close.webp");
}
.el-question span {
    display: flex;
    width: 575px;
    max-width: 100%;
}
.el-global-faq:has(.el-question.active) {
    border-radius: 10px;
    background: linear-gradient(118deg, #5a3550 32.65%, #3a2030 153.61%);
    color: #fffdf9;
}
.el-answer {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.16px;
    padding: 0px 25px 16px;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-faq-bottom .el-image-with-text-flex {
    gap: 6px;
}
.el-pdp-faq-bottom .el-image-with-text-column {
    width: 100%;
    gap: 6px;
}
.el-question {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding: 18px 16px;
    gap: 10px;
    min-height: unset;
}
.el-question:after {
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.el-question span {
    width: 255px;
}
.el-answer {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding: 0px 16px 16px;
}
.el-global-faq {
    border-radius: 10px;
}
}
/* faq css end */



/* footer css start */
.el-pdp-footer .el-image-with-text-column1 {
    width: 31.61%;
    position: relative;
    z-index: 1;
}
.el-pdp-footer .el-image-with-text-column2 {
    width: 68.39%;
    padding-left: 100px;
    padding-top: 100px;
    display: flex;
    gap: 50px;
}
.el-pd-footer-menu {
    width: 25%;
}
.el-pd-footer-menu p {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.208px;
    text-transform: uppercase;
}
.el-pd-footer-menu ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 18.2px;
    padding-top: 18.2px;
}
.el-pd-footer-menu ul a {
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.195px;
    text-decoration: none;
}
.el-pdp-footer-logo img {
    width: 182px;
}
.el-pdp-footer-logo {
    border-bottom: 1px solid #FFFFFF40;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.el-pd-footer-heading h2 {
    color: #fffdf9;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
.el-pd-footer-text1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.18px;
    padding: 25px 0px;
    width: 331px;
    max-width: 100%;
}
.el-pd-footer-copyright {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.156px;
    padding-bottom: 21px;
    width: 100%;
}
.el-pdp-footer-brand img {
    width: 365px;
    height: unset;
}
.el-pd-footer-form {
    border-bottom: 1px solid #FFFFFF40;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.el-pd-footer-form .el-media.el-svg {
    display: unset;
}
.field_lp {
    position: relative;
}
.field_lp input {
    outline: unset;
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #3a2030;
    width: 100%;
    min-height: 74px;
    color: #fff;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.098px;
    padding-left: 25px;
}
.field_lp input::placeholder {
    color: rgba(255, 255, 255, 0.70);
}
button#Subscribe {
    font-size: 19.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.098px;
    background: unset;
    border: unset;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 25px;
    width: unset;
    height: unset;
}
.el-pdp-footer {
    position: relative;
}
.el-pdp-footer-top img {
    width: 357px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.el-pdp-footer-bottom img {
    width: 357px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.el-pdp-footer-bottom img {
    width: 267px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: unset;
}
.el-error, 
.el-success {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.18px;
    padding-top: 16px;
}
.el-error {
    color: #ff0a0a;
}



@media (min-width: 915px) {

}



@media (max-width: 914px) {
.el-pdp-footer-top img {
    width: 190px;
}
.el-pdp-footer-bottom img {
    width: 206px;
}
.el-pdp-footer .el-image-with-text-column1 {
    width: 100%;
}
.el-pdp-footer .el-image-with-text-column2 {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    gap: 0px;
    flex-direction: column;
}
.el-pdp-footer-logo img {
    width: 141px;
}
.el-pdp-footer-logo {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.el-pd-footer-heading h2 {
    font-size: 32px;
}
.el-pd-footer-text1 {
    font-size: 15px;
    letter-spacing: -0.15px;
    padding: 12px 0px 16px;
    width: 270px;
    max-width: 100%;
}
.field_lp input {
    border-radius: 10px;
    min-height: 57px;
    font-size: 15px;
    letter-spacing: -0.075px;
    padding-left: 19px;
}
button#Subscribe {
    font-size: 15px;
    letter-spacing: -0.075px;
    top: 20px;
    right: 19px;
}
.el-pd-footer-form {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.el-pd-footer-menu {
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFFFFF40;
    padding-bottom: 25px;
    margin-bottom: 25px;
    max-width: 100;
}
.el-pd-footer-menu p {
    font-size: 16px;
    letter-spacing: -0.16px;
}
.el-pd-footer-menu ul {
    gap: 14px;
    padding-top: 14px;
}
.el-pd-footer-menu ul a {
    font-size: 15px;
    letter-spacing: -0.15px;
}
.el-pd-footer-copyright {
    font-size: 12px;
    letter-spacing: -0.12px;
    padding-bottom: 17px;
}
.el-pdp-footer-brand img {
    width: 281px;
    height: unset;
}
.el-error, 
.el-success {
    font-size: 14px;
    letter-spacing: -0.14px;
    padding-top: 10px;
}
}
/* 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 and toucups  css */

.el-pdp-loops-list1-item:not(.el-active) {
    display: none;
}
.el-pdp-loops-tab-item {
    transition: all .3s ease;
}
.el-play-button foreignObject {
    display: none;
}

.el-cart-button {
    position: relative;
}
.el-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #3a2030;
    color: #fff;
    font-size: 9px;
    border-radius: 100%;
    line-height: normal;
    position: absolute;
    top: -5px;
    right: -10px;
}
.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-sticky-atc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.el-sticky-atc-column1 {
    display: flex;
    align-items: center;
    gap: 23px;
}
.el-sticky-img img {
    width: 50px;
}
.el-sticky-button .el-button {
    width: 675px;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
}
.el-sticky-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body {
    padding-bottom: 73px;
}
@media (min-width:915px) {
.el-pdp-loops-list1 {
    min-height: 242px;
}
.el-product-column1 {
    position: sticky;
    top: 100px;
}

}

@media (max-width:914px) {
.el-pdp-loops-list1 {
    min-height: 202px;
}
.el-cart-count {
    width: 15px;
    height: 15px;
    font-size: 7px;
}
.el-pdp-weeks-list1-item:after {
    transition: all .3s ease;
    opacity: .5;
}
.el-pdp-weeks-list1-item.el-active:after {
    opacity: 1;
}
.el-pdp-weeks-list1-item:before {
    opacity: .2;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex:before {
    opacity: .2;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    top: 12px;
    left: -24px;
    border-left: 1px dashed #fffdf9;
    transition: all .5s ease;
}
.el-pdp-weeks-list1-item.el-active .el-icon-with-text-flex:after {
    height: calc(100% + 25px);
}

.el-pdp-weeks-list1-item:last-child .el-icon-with-text-flex:after {
    height: 0 !important;
}
.el-pdp-weeks-list1-item .el-icon-with-text-flex .el-element-image:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    top: 13px;
    left: -25px;
    border-bottom: 1px dashed #fffdf9;
}
.el-pdp-weeks-list1-item.el-active .el-icon-with-text-flex .el-element-image:before {
    width: 25px;
}
.el-sticky-button .el-button {
    width: 165px;
}
.el-sticky-atc-column1 {
    gap: 12px;
}
.el-sticky-title {
    font-size: 14px;
}
body {
    padding-bottom: 81px;
}
}



/* QA feedback */
span.el-variant-badge {
    border-radius: 0 0 0 10px;
}
.el-element-variant {
    overflow: hidden;
}
.el-element-variants {
    scroll-margin-top: 110px;
}
@media (min-width:915px) {
.el-pdp-looks-list1-item img {
    width: 210px;
    object-fit: cover;
    border-radius: 13px;
}
.el-pdp-looks-list1-item4 img {
    object-fit: contain;
    width: auto;
    border-radius: unset;
}
}

@media (min-width:2300px) {
.el-pdp-promise {
    padding-bottom: 80px;
}

}
@media (min-width:3000px) {
.el-pdp-promise {
    padding-bottom: 180px;
}

}


@media (max-width: 914px) {
.el-pdp-looks-list1-item4 .el-element-text p {
    min-height: 70px;
    width: calc(100% - 100px);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-pdp-number-list1-item:nth-child(3) .el-element-text {
    margin-left: auto;
}
.el-pdp-number-img {
    margin-top: -36%;
}
.el-pdp-number-img {
    margin-top: -34%;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.el-element-variants {
    scroll-margin-top: 60px;
}
}



@media (max-width: 380px) {
.el-pdp-number-img {
    margin-top: -42%;
    margin-left: -20px;
    width: calc(100% + 40px);
}

}