/** Shopify CDN: Minification failed

Line 834:0 Expected identifier but found "50px"
Line 1663:27 Expected identifier but found "["
Line 2068:7 Expected ":"
Line 2069:7 Expected ":"
Line 2070:7 Expected ":"
Line 2072:7 Expected ":"
Line 2074:7 Expected ":"
Line 2075:7 Expected ":"

**/
html {
  scroll-behavior: smooth;
}
*{
    font-family: "Poppins", sans-serif;
}
h1{
    font-family: 'Tiempos', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin: 0;
}
h2,h3,h4,h5,h6{
    font-family: "Ethereal Demo Font ExtBd";
}
sticky-header.header-wrapper {
    border-bottom: 1px solid #F0F0F0;
    position: fixed !important;
    top: 44px !important;
    width: 100%;
    transition: 0.2s;
    z-index: 10;
}
.shopify-section-header-sticky sticky-header.header-wrapper{
    top: 0px !important;
}
.page-width {
    max-width: 1354px !important;
    padding: 0 15px !important;
}
sticky-header.header-wrapper header.header.page-width {
    max-width: 100% !important;
    padding: 12px 50px !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    position: relative !important;
    gap: 0;
    justify-content: space-between;
}
sticky-header.header-wrapper header.header.page-width .z_col {
    width: 14%;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol {
    width: 69%;
}
sticky-header.header-wrapper header.header.page-width .z_col .header__heading-link {
    margin: 0;
    padding: 0;
    display: block;
}
sticky-header.header-wrapper header.header.page-width .z_col .header__heading-link img.header__heading-logo {
    display: block;
}
sticky-header.header-wrapper header.header.page-width .z_col .header__heading-link .header__heading-logo-wrapper {
    display: block;
}
sticky-header.header-wrapper header.header.page-width .z_col .header__icons {
    padding: 0;
    display: flex;
    gap: 0px 26px;
}
sticky-header.header-wrapper header.header.page-width .z_col .header__icons .header__icon {
    margin: 0;
    width: auto;
    height: auto;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 0px 40px;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li a.menuItem {
    color: #111;
    text-decoration: none;
    transition: .3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li a.menuItem:hover {
    color: #ff8080;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 18px 0px #0000000d;
    padding: 40px 50px 60px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.4s;
    z-index: 1;
    display: none;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent .z_col {
    width: 20%;
    position: relative;
    z-index: 2;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent .z_col.z_col10 {
    width: 10%;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent .z_col.z_colImage {
    width: 25%;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent .z_col.z_colImage img {
    width: 100%;
    display: block;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent ul.subMenuList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent ul.subMenuList li {
    width: 100%;
    display: block;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent ul.subMenuList li a.menuItem {
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.5px;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList li .subMegaMenuContent:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -30px;
    height: 100%;
    left: 0;
    z-index: 0;
}
sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol ul.menuList > li:hover .subMegaMenuContent{
    display: flex;
}


main {
    padding: 74px 0 0 0;
}

.z_section {
    width: 100%;
}

.z_section .z_container {
    max-width: 1354px !important;
    padding: 0 15px !important;
    margin: 0 auto;
}

.z_section .z_container.z_fullContainer {
    width: 100% !important;
    max-width: 1920px !important;
    padding: 0 0 !important;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow {
    position: relative;
    width: 100%;
    display: block;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_image {
    width: 100%;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_image img {
    display: block;
    width: 100%;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow {
    padding: 0 60px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transform: translate(0px, -50%);
    flex-wrap: wrap;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colLeft {
    max-width: 350px;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col {
    width: 100%;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colLeft h1 {
    color: #ff8080;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colLeft h1 span.z_dash {
    letter-spacing: -6px;
    font-size: 40px;
    font-weight: 200;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colLeft h1 span.z_justSayingFont {
    color: #111;
    letter-spacing: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 6px !important;
    display: block;
    font-family: 'Poppins';
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colRight {
    width: 20%;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colRight h4 {
    text-align: right;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colRight h4 a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.3px;
    font-family: 'Poppins';
    color: #111;
    text-decoration: none;
    letter-spacing: 0;
}

.z_section .z_container.z_fullContainer .z_row.z_desktopRow .z_contetnRow .z_col.z_colRight h4 a span {
    font-family: Tiempos,sans-serif;
    color: #ff8080;
    font-weight: 500;
}



.featuredproducts_slider {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    max-width: calc(100% - 15%);
}
.featuredproducts_slider .swiper-wrapper {
    display: flex;
}
.featuredproducts_slider .swiper-slide {
    opacity: 1;
}
.featuredproducts_slider .swiper-slide-active {
    opacity: 1; 
}
.z_slideBox {
    width: 100%;
    box-sizing: border-box;
}
.z_slideBox img {
    width: 100%;
    object-fit: cover; 
    display: block;
    border-radius: 8px;
}
.swiper-button-next, .swiper-button-prev {
    color: #333; 
    background: rgba(255, 255, 255, 0.8); 
    padding: 10px;
    border-radius: 50%;
}
.swiper-pagination-bullet {
    background: #ccc; 
}
.swiper-pagination-bullet-active {
    background: #000; 
}
.featuredproducts_slider .swiper-slide .z_slideBox {
    transition: 0.3s;
    transform: scale(0.7);
}
.featuredproducts_slider .swiper-slide-active .z_slideBox {
    transform: scale(1.18);
}
.featuredproducts_slider .swiper-button-next, .featuredproducts_slider .swiper-button-prev{
    display: none;
}
h3.heading {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    color: #ff8080;
    margin: 0;
    z-index: 2;
    position: relative;
    margin: 0 0 0 0;
}
.z_section.z_secitonFavourite {
    overflow: hidden;
}
.z-bestSellingBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 50px;
    width: 100%;
    justify-content: center;
    z-index: 1;
    position: relative;
    margin-top: -30px;
}
.z-bestSellingBox .content {
    text-align: center;
    min-width: 200px;
}
.z-bestSellingBox .content h4 {
    margin: 0 0 0 0;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.z-bestSellingBox .content h5 {
    margin: 0px 0 0 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a2a2a;
}
.z-bestSellingBox .z-arrow img {
    transition: 0.3s;
    max-width: 50px;
    opacity: 0.5;
}
.z-bestSellingBox .z-arrow.z-arrowRight:hover img {
    transform: translate(5px, 0px);
}
.z-bestSellingBox .z-arrow.z-arrowLeft:hover img {
    transform: translate(-5px, 0px);
}
.z-bestSellingBox .z-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 22px;
    color: #6e6e6f;
    transition: 0.3s;
    cursor: pointer;
		width: 60px;
    height: 60px;
}
.z-bestSellingBox .z-arrow:hover {
    color: #ff8080;
}
.z_section.z_secitonFavourite h3.heading {
    margin: 0 0 20px 0;
}
.z_section.z_secitonRevealing .z_row {
    position: relative;
}
.z_section.z_secitonRevealing .z_row .revealing-soon-media {
    filter: blur(4px);
    opacity: 0.6;
}
.z_section.z_secitonRevealing .z_row h3.heading {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: Tiempos,sans-serif;
}
.z_section.z_leftRight .z_row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 6%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.z_section.z_leftRight .z_row .z_col.z_colLeft {
    width: 35%;
}
.z_section.z_leftRight .z_row .z_col.z_colRight {
    width: 42%;
}
.z_section.z_leftRight .z_row .z_col.z_colRight img {
    display: block;
    width: 100%;
    height: auto;
}
p {
    margin: 0;
    color: #111;
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.z_section.z_leftRight .z_row .z_col.z_colLeft h3.heading {
    margin: 0 0 22px 0;
}
.z_section.z_leftRight .z_row .z_col.z_colLeft  .left-right-paragraph {
    margin: 0 0 30px 0;
}
.btn {
    display: inline-block;
    background-color: #61CE7000;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    fill: #111111;
    color: #111111;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #111111;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 50px 11px 50px;
    text-decoration: none;
    transition: 0.3s;
}
.btn:hover {
    background: #111111;
    color: #fff;
}
.z_section.z_instagramSection h3.heading {
    color: #111;
    margin: 0 0 30px 0;
}

.z_section.z_instagramSection .insta-grid {
    display: flex;
    justify-content: space-between;
}

.z_section.z_instagramSection .insta-grid .z_instaItem {
    position: relative;
    width: 24.1%;
}

.z_section.z_instagramSection .insta-grid .z_instaItem img, .z_section.z_instagramSection .insta-grid .z_instaItem video {
    display: block;
    width: 100%;
    height: 410px !important;
    object-fit: cover !important;
    border: 1px solid #11111114;
}

.z_section.z_instagramSection .insta-grid .z_instaItem  a.insta-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px 10px !important;
    font-size: 21px;
}

.z_section.z_instagramSection .insta-grid .z_instaItem a.insta-link svg {
    font-size: 21px;
    width: 21px;
}
.z_section.z_collectionBanner .z_collectionImage {
    display: none;
}
.z_section.z_collectionBanner .z_collectionImage.z_collectionDesktop {
    display: block;
}
.z_section.z_collectionBanner .z_collectionImage img {
    display: block;
    width: 100%;
}
.z_section.z_collectionBanner {
    position: relative;
}
.z_section.z_collectionBanner .page-width.z_container {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 0 30px 0 4.5vw !important;
    width: 100%;
    max-width: 100% !important;
}
.z_section.z_collectionBanner .page-width.z_container .z_content {
    width: 32vw;
}
.z_section.z_collectionBanner .page-width.z_container .z_content h1.collection-hero__title {
    margin: 0 0 0 0;
    font-size: 4.8vw;
    font-weight: 200;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    color: #FFFFFF;
}
.z_section.z_collectionBanner .page-width.z_container .z_content .collection-hero__description {
    margin: 15px 0 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0vw 7vw 0vw 0vw;
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}
.card__heading a:after {
    display: none;
}







.custom-gallery-container {
    position: relative;
    width: 100%;
    opacity: 0; /* Hidden until loaded */
    transition: opacity 0.3s ease;
    min-height: 400px;
  }
  .custom-gallery-container.loaded {
    opacity: 1;
  }

  /* Slide Styles */
  .custom-slide {
    position: relative;
    width: 100%;
    outline: none;
    display: block !important;
  }

  /* Image Styles */
  .custom-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-height: unset;
    border-radius: 4px;
  }

  /* Arrow Customization */
  .slick-prev, .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  .slick-prev { left: 15px; }
  .slick-next { right: 15px; }

  .slick-prev:before, .slick-next:before {
    color: #333;
    font-size: 24px;
    opacity: 1;
  }

  /* Video/Model Container */
  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Square aspect ratio fallback */
    height: 0;
  }
  .video-container video, .video-container iframe, .video-container model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.z_section.z_productGridSection {
    padding: 80px 0;
}

.z_section.z_productGridSection aside {
    display: none;
}

#ProductGridContainer {}

.collection.page-width {
    max-width: 100% !important;
    padding: 0 40px !important;
}

ul#product-grid {
    margin: 0;
    padding: 0 0 0 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: 35px 1.33%  !important;
}

ul#product-grid li.grid__item {
    width: 24% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    text-align: left !important;
    border: 1px solid #11111124 !important;
    background: #fbfbfb !important;
    padding: 0 0px 0px 0px !important;
    max-width: unset;
    flex-grow: inherit;
    overflow: hidden;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper {
    width: 100%;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card {
    width: 100%;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__media {}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__media img {
    transform: scale(1);
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content {
    border-top: 1px solid #11111124 !important;
    padding: 20px 20px;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information {
    padding: 0;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information h4.card__heading {
    font-size: 15px;
    margin: 0 0 14px 0;
    font-family: Ethereal Demo;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: 0.5px;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 11px 0px !important;
    margin: 0 0 25px 0 !important;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group {
    width: 100%;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group label.caption-small {display: none;}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group .swatch-list {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 0 0 0 !important;
    width: 100% !important;
    gap: 0px 7px !important;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group .swatch-list label.swatch-item {
    display: block;
    background: #fff;
    box-shadow: 0 0 0 1px #a8a8a8;
    border-radius: 500px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 30px;
    transition: 0.3s;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group .swatch-list label.swatch-item span.swatch-visual {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 100px;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group .swatch-list label.swatch-item span.swatch-visual img {
    display: block;
    border-radius: 500px;
    width: 100%;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .price, ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .price * {
    font-family: Ethereal Demo;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card:hover .price {
    color: #ff8080;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group .swatch-list label.swatch-item:hover {
    box-shadow: 0 0 0 3px #DDDDDD;
}
.swatch-item:has(input:checked) {
  box-shadow: 0 0 0 1px #111111d1  !important;
}
main#MainContent product-info {
    padding: 0;
}

main#MainContent product-info > .page-width {
    max-width: 2000px !important;
    padding: 0 0 !important;
}

main#MainContent product-info > .page-width > .product {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 0;
}

main#MainContent product-info > .page-width > .product .grid__item.product__media-wrapper {
    width: 50%;
    max-width: 50%;
    padding: 0 0 0 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item {
    width: 50%;
    max-width: 50%;
    background: #F6F6F6;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    padding-left: 8% !important;
    padding-right: 8% !important;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 517px;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container nav.breadcrumb {
    margin: 0 0 0 0 !important;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container nav.breadcrumb * {
    text-decoration: none;
    font-family: 'Poppins';
    color: #111111D6;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    text-align: left;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product__title {
    margin: 0 0 0 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product__title h1 {
    font-family: 'Poppins';
    color: #111;
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    margin: 20px 0 40px 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects {
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
50px
    contain-intrinsic-block-size: auto 100px;
    gap: 28px 0px;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset {
    max-width: 100%;
    margin: 0 0 0 0 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset legend.form__label {
    display: block;
    width: 100%;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    color: #111;
    margin: 0 0 7px 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label {
    margin: 0 0 0 0;
    border: 0;
    background: transparent;
    padding: 0;
    width: 15%;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label:before {
    display: none;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label span.swatch-visual {
    width: 100%;
    display: block;
    border: 1px solid #d8d8d8 !important;
    transition: 0.3s;
    margin: 0 0 7px 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label span.swatch-visual img {
    display: block;
    width: 100%;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label  span.z_text {
    display: block;
    width: 100%;
    color: #333;
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.1px;
    opacity: 1;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label span.swatch-visual:hover {
    border-color: #111 !important;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset input[type="radio"]:checked + label {}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset input[type="radio"]:checked + label span.swatch-visual {
    border-color: #111 !important;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container variant-selects:nth-of-type(2) {
    display: none !important;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown {
    width: 100%;
    max-width: 100%;
    margin: 25px 0 0 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown label.form__label {
    display: block;
    width: 100%;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    color: #111;
    margin: 0 0 7px 0;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown select#selectRingSize {
    box-shadow: 0 0 #000 !important;
    min-height: unset !important;
    height: auto;
    background: #fff !important;
    padding: 14px 20px !important;
    border: 1px solid #d8d8d8 !important;
    outline: 0px #111 !important;
    color: #111;
    font-family: 'Poppins';
    font-size: 12px;
    text-transform: capitalize;
}

main#MainContent product-info > .page-width > .product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown .select:before {
    display: none;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .z_price {
    margin: 30px 0 0 0;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .z_price .price-item {
    font-family: 'Poppins';
    font-size: 16px;
    color: #191919;
    font-weight: 600;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container p.madeToOrder {
    margin: -6px 0 0 0 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #585858;
}

body .product__info-container>*+* {
    margin: 0;
}
.button {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    fill: #111111;
    color: #111111;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #111111;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
    box-shadow: 0 0 #000 !important;
    font-family: poppins;
    letter-spacing: 0.5px;
    background: transparent;
    transition: 0.3s;
    margin: 0 0 0 0;
}

.button:before, .button:after {
    display: none;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form {
    margin: 0 0 0 0;
}

.button:hover {
    background-color: #111111;
    color: #fff;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons {
    max-width: 100%;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container  .custom-contact-buttons {
    margin: 18px 0 0 0 !important;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.product-form__submit {
    margin: 12px 0;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.shopify-payment-button__button {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    fill: #111111;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #111111;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
    box-shadow: 0 0 #000 !important;
    font-family: poppins;
    letter-spacing: 0.5px;
    background: #111111;
    transition: 0.3s;
    margin: 0 0 0 0;
    max-height: unset !important;
    height: auto;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.shopify-payment-button__button:before, main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.shopify-payment-button__button:after {
    display: none;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.shopify-payment-button__button:hover {
    background: #ff8080;
    border-color: #ff8080;
}

.custom-slick-slider {
    overflow: hidden;
}

.custom-slick-slider button.slick-arrow {
    background: transparent;
    box-shadow: 0 0 #000;
    transition: 0.3s;
}

.custom-slick-slider button.slick-arrow.slick-prev {
    left: -30px;
    opacity: 0;
}

.custom-slick-slider button.slick-arrow.slick-next {
    right: -30px;
    opacity: 0;
}

.custom-slick-slider button.slick-arrow.slick-next:before {
    content: "\f054";
}

.custom-slick-slider button.slick-arrow:before {
    color: #111 !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.custom-slick-slider button.slick-arrow.slick-prev:before {
    content: "\f053";
}

.custom-slick-slider:hover button.slick-arrow.slick-prev {
    left: 15px;
    opacity: 1;
}

.custom-slick-slider:hover button.slick-next.slick-arrow {
    right: 15px;
    opacity: 1;
}
.product__description.z_product__description {
    padding: 50px 20px;
}

.product__description.z_product__description .descriptionContainer {
    width: 50%;
}

.product__description.z_product__description .descriptionContainer .z_title {}

.product__description.z_product__description .descriptionContainer .z_title h4 {
    font-family: 'Poppins';
    color: #111;
    margin: 0 0 0 0;
    padding: 10px;
    border-bottom: 1px solid #2E2E2E;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.product__description.z_product__description .descriptionContainer  .z_content {
    padding: 25px 20px;
    border-bottom: 1px solid #111;
}

.product__description.z_product__description .descriptionContainer .z_content p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.3px;
    color: #2c2c2c;
}
.z_section.z_productCta h3.heading {
    text-align: center;
    font-family: Poppins,sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.z_section.z_productCta .product-cta-paragraph p {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.3px;
    color: #FFFFFF;
}

.z_section.z_productCta .cta-items-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
    align-items: center;
}

.z_section.z_productCta .cta-items-wrapper .cta-item {
    width: 20%;
    padding: 15px 0;
}

.z_section.z_productCta .cta-items-wrapper .cta-item:nth-child(2) {
    border-left: 1px solid #FFFFFF7A;
    border-right: 1px solid #FFFFFF7A;
}

.z_section.z_productCta .cta-items-wrapper .cta-item h5.cta-item-title {
    margin: 0 0;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.8px;
    color: #FFFFFF;
}

.z_section.z_productCta {
    border-bottom: 1px solid #FFFFFF30;
}
.product-form__input .select:after {
    display: none;
}





.z_section.z-ourStorySection {}

.z_section.z-ourStorySection .z_row {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    align-items: center;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft {width: 45%;}

.z_section.z-ourStorySection .z_row .z_col {
    gap: 0;
    flex: unset;
}

.z_section.z-ourStorySection .z_row .z_col.z_colRight {
    width: 48%;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text {
    margin: 0 0 30px 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text p {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft h3.z_heading {
    margin: 0 0 25px 0;
    font-family: 'Tiempos';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    color: #111111;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text strong {
    font-weight: 500;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text p:last-child {
    margin: 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(2) {
    margin-bottom: 45px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(3) {
    margin-bottom: 20px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text h4 {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6em;
    letter-spacing: 0.3px;
    margin: 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(5) {
    margin-bottom: 40px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(6) {
    margin-bottom: 15px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(7) {
    margin: 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text:nth-of-type(7) p:first-child {
    margin-bottom: 34px;
}
.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft {
    width: 60%;
    padding-top: 50px;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colRight {
    width: 35%;
}

.z_section.z-ourStorySection.z-missionSection .z_row {
    align-items: flex-start;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft h3.z_heading {
    position: relative;
    padding-top: 35px;
    font-size: 35px;
    margin: 0px -80px 40px 0px;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft h3.z_heading:before {
    content: "";
    height: 5px;
    width: 140px;
    display: inline-block;
    background-color: #ff8080;
    position: absolute;
    top: 0;
    left: 0;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft .z_text {
    margin: 0;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft .z_text h4 {
    font-family: 'Tiempos';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft .z_text p {
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #111;
    width: 520px;
    font-weight: 400;
    line-height: 1.6;
}
.z_section.z-whyChooseUsSection .z_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colLeft {
    width: 25%;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight {
    width: 71%;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card {
    background: #111111;
    width: 32%;
    padding: 40px 25px 55px 25px;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card .wa_icon_wrapper {
    display: block;
    margin: 0 0 25px 0;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card .wa_icon_wrapper img {
    display: block;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card h5.wa_card_title {
    font-family: 'Tiempos';
    font-size: 27px;
    font-weight: 300;
    line-height: 1.3em;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card .wa_card_desc p {
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card .wa_card_desc p:last-child {
    margin: 0;
}

.z_section.z-whyChooseUsSection h3.heading {
    font-size: 60px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    color: #111;
}

.z_section.z-whyChooseUsSection h3.heading span {
    font-family: Ethereal Demo Font ExtBd;
    color: #ff8080;
}
.cart-count-bubble {
    right: -10px !important;
    left: auto;
    top: -4px;
    bottom: auto;
    background: #ff8080;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-family: 'Poppins';
    padding-top: 2px;
}
.z_section.z-faqSection h3.heading {
    text-align: center;
    font-size: 50px;
    margin: 0 0 50px 0;
}
.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading {
    width: 21%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-content {
    width: 76%;
    padding: 0 0 0 30px;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading button {
    width: 100%;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    background: #fff;
    border: 0;
    color: #111;
    padding: 18px 20px;
    text-align: left;
    letter-spacing: 0;
    transition: 0.3s;
    font-size: 15px;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading button:hover {
    background: #ff8080;
    color: #fff;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
    background: #ff8080;
    color: #fff;
}




/* Ensure tab content is hidden by default if JS hasn't acted yet */
.e-n-tabs-content > [role="tabpanel"] {
    display: none;
}

/* Ensure the active tab is visible */
.e-n-tabs-content > [role="tabpanel"].e-active {
    display: block; 
    /* Use flex if your layout requires it, looking at your classes e-con-full e-flex */
    display: flex; 
}

/* Cursor pointer for better UX */
.e-n-tab-title,
.e-n-accordion-item-title {
    cursor: pointer;
}

/* Optional: Visual style for active tab button */
.e-n-tab-title[aria-selected="true"] {
    font-weight: bold;
    border-bottom: 2px solid #000; /* Example style */
}

/* Accordion Icon Toggling logic */
details[open] .e-closed { display: none; }
details[open] .e-opened { display: block; }
details:not([open]) .e-closed { display: block; }
details:not([open]) .e-opened { display: none; }

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item {
    margin: 0 0 40px 0;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item:last-child {
    margin: 0 0;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title span.e-n-accordion-item-title-header {}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title span.e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.4px;
    color: #111;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon {
    width: 11px;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item[open] summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon span.e-opened {display: flex;}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor {
    padding: 20px 50px 0 0;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor p strong {
    font-weight: 500;
}

.z_section.z-faqSection .z_col.z_colFull>.e-n-tabs>.e-n-tabs-content .e-n-accordion .e-n-accordion-item .elementor-widget.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin: 0;
}

.z_section.z-ourStorySection.z-warrantySection .z_row {}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colRight {
    display: none;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft h3.z_heading:first-child {
    margin: 0 0 60px 0;
    font-size: 80px;
    color: #ff8080;
    font-weight: 300;
    letter-spacing: 2px;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft h3.z_heading:nth-child(2) {
    font-size: 57px;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft h3.z_heading:nth-child(2) span.highlight {
    font-family: 'Tiempos';
    line-height: 1.4em;
    display: inline-block;
}

.z_heading span.highlight {
    font-family: 'Tiempos';
    display: inline-block;
    line-height: 1.4em;
}
.z_section .z_container.z_fullContainer .z_row.z_mobileRow {
    display: none;
}
.z_section.z_instagramSection h3.heading.z_mobileHeading {
    display: none;
}
.footerSection .custom-footer-grid .footer-column.column-form .footer-subtext b {
    font-weight: 600;
}
.footerSection .custom-footer-grid .footer-column.column-form .footer-subtext.z-mobile {
    display: none;
}
.search__input.field__input {
    font-family: 'Poppins';
    font-size: 14px;
}

form.search label.field__label {
    font-family: 'Poppins';
}

.predictive-search__result-group:first-child {
    display: none;
}

ul.predictive-search__results-list * {
    font-family: 'Poppins';
}

.predictive-search__item--link-with-thumbnail {
    border-bottom: 1px solid #11111126;
    padding: 10px 10px;
}

.predictive-search__heading {
    display: none;
}

.predictive-search__item-heading {
    text-decoration: none !important;
}
main#MainContent .template-search__header.page-width {
    display: none;
}

main#MainContent aside#main-search-filters {
    display: none;
}
cart-items {
    padding: 80px 0 10px 0 !important;
}

cart-items .title-wrapper-with-link {
    justify-content: center;
    margin: 0 0 40px 0;
}

cart-items .title-wrapper-with-link a.underlined-link {
    display: none;
}

cart-items .title-wrapper-with-link h1.title.title--primary {
    text-transform: capitalize;
    font-size: 40px;
}

.cart-items thead th {
    color: #111;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Poppins';
}

.cart-item>td+td * {
    font-family: 'Poppins';
}

.cart-item>td+td dt {
    font-weight: 500;
    color: #111;
}

.cart-item>td+td .product-option {
    font-size: 13px;
}

.cart-item>td+td a.cart-item__name {
    text-decoration: none;
}

.cart-item .cart-item__details > .product-option {
    margin: 6px 0 10px 0;
    color: #ff8080;
}

.cart__footer-wrapper:last-child .cart__footer {
    padding: 20px 0 80px 0;[:
    p[]];
}

.quantity:after, .quantity:before {
    display: none;
}

.quantity {
    border: 1px solid #1111112b;
}

.quantity input {
    border-left: 1px solid #1111112b;
    border-right: 1px solid #1111112b;
}

button.quantity__button {
    background: #00000003 !important;
}

cart-remove-button .button {width: auto;min-width: auto;height: auto;min-height: auto;margin: 0;border: 0;line-height: 1.3;display: flex;background: transparent !important;color: #ff1d1d !important;}
.cart__footer small.tax-note {
    margin: 10px 0 20px 0;
}
.cart__footer small.tax-note {
    margin: 10px 0 20px 0;
}

h2.totals__total {
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}

p.totals__total-value {
    font-size: 15px;
    margin-left: 8px;
    color: #111111b5;
}


main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown.z-ringSizeBox select#selectRingSize {
    transition: 0.3s;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown.z-ringSizeBox span.errorMessage {
    color: red;
    font-size: 12px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.7px;
    position: absolute;
    bottom: -21px;
    left: 1px;
    display: none;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown.z-ringSizeBox {
    position: relative;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown.z-ringSizeBox.error select#selectRingSize {
    border-color: red !important;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown.z-ringSizeBox.error span.errorMessage {
    display: block;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons .z_productCustomButton {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons .z_productCustomButton button#z_butItNow {
    background: #111;
    color: #fff;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons .z_productCustomButton button#z_butItNow:hover {
    background: #ff8080;
    border-color: #ff8080;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.product-form__submit {
    display: none;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons .shopify-payment-button {
    display: none;
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer {
    padding: 0 30px !important;
}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid {}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem {
    width: 24.5%;
}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_imageBox {
    display: block;
}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_imageBox a.insta-link {
    position: relative;
    padding: 0 !important;
    display: block;
    background: #111;
}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_imageBox a.insta-link img {
    border: 0 !important;
    height: auto !important;
    transition: 0.3s;
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_titleBox h5 {
    margin: 20px 0 0 0;
    text-align: center;
    font-family: poppins !important;
    font-size: 22px;
    color: #111;
    font-weight: 400;
}

.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_titleBox h5 a {
    text-decoration: none;
    color: #111;
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem:hover .z_imageBox a.insta-link img {
    filter: blur(0);
}
ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .card__variant-swatches .variant-option-group.chain-type {
    display: none;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset.z-chainType label {
    width: 15%;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset.z-chainType label span.swatch-visual {
    background: #ffffff;
    color: #000000;
    border-color: #111;
    padding: 0 0 0 0;
    margin: 0;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem .z_imageBox a.insta-link{
    transition: 0.3s;
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem:hover .z_imageBox a.insta-link{
    transform: translate(0px, -10px);
}
.z_section.z_instagramSection.z_ourCategories .page-width.z_container.z_fullContainer .insta-grid .z_instaItem:hover .z_imageBox a.insta-link img.insta-media {
    opacity: 0.7;
}
.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft .z_text:nth-of-type(2) {
    margin-bottom: 40px;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft .z_text h4 {
    font-family: Tiempos;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 6px 0;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft .z_text:nth-of-type(3) {
    margin-bottom: 0;
    padding-bottom: 25px;
    position: relative;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft .z_text:nth-of-type(3):before {
    content: "";
    width: 132px;
    height: 4px;
    background: #ff8080;
    position: absolute;
    bottom: 0;
    left: 0;
}
.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colLeft {
    width: 56%;
}

.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colRight {
    width: 42%;
}

.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colRight img {
    margin: 0px 0px 0px -100px;
    width: auto;
}
.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft {}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft h3.z_heading:first-child {
    font-family: Tiempos;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.3px;
    color: #ff8080;
    margin: 0 0 25px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft h3.z_heading {font-size: 22px;margin: 0 0 14px 0;line-height: 28px;}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text p {
    margin: 0 0 13px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(2) {
    margin: 0 0 35px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(4) {
    margin: 0 0 35px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(6) {
    margin: 0 0 35px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(8) {
    margin: 0 0 35px 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(10) {
    margin: 0 0 35px 0;
    padding-bottom: 25px;
    position: relative;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text:nth-child(10):before {
    content: "";
    width: 185px;
    height: 4px;
    background: #ff8080;
    position: absolute;
    bottom: 0;
    left: 0;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft .z_text a {
    color: #ff8080;
    text-decoration: none;
}
h2.title.title--primary.z_comingSoon {
    font-size: 6vw;
    margin: 0 0;
}
.featuredproducts_slider .swiper-slide .z_slideBox {
    position: relative;
}

.featuredproducts_slider .swiper-slide .z_slideBox:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.featuredproducts_slider .swiper-slide-active .z_slideBox:before {
    display: none;
}
.header__icon span svg {
    width: 24px;
}
cart-items.is-empty {
    padding: 100px 0 100px 0 !important;
}
cart-items.is-empty .cart__warnings {
    padding: 0;
}
cart-items.is-empty {
    padding: 100px 0 100px 0 !important;
}
cart-items.is-empty .cart__warnings {
    padding: 0;
}


.z_section.z-madeRealSection {
    padding-top: 140px;
}

.z_section.z-madeRealSection .z_row {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft {
    width: 50%;
    flex: unset;
    max-width: 50%;
    display: block;
}

.z_section.z-madeRealSection .z_row  .z_col.z_colRight {
    width: 38%;
    flex: auto;
    display: block;
    max-width: 38%;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft h2.z_top_heading {
    font-size: 35px;
    font-family: 'Poppins';
    letter-spacing: 0;
    line-height: 1.3;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft h1.z_super_heading {
    font-size: 140px;
    color: #ff8080;
    letter-spacing: 4px;
    margin: 7px 0 20px 0;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft .z_desc p {
    max-width: 100%;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft >  p:last-child {font-size: 20px !important;color: #111 !important;margin: 8px 0 0 0 !important;font-weight: 400;}

.z_section.z-madeRealSection .z_row .z_col.z_colRight a.z_btn_black {
    font-size: 20px;
    background: #121212;
    padding: 12px 34px;
    line-height: 1.3;
    margin: 0 0 20px 0;
    transition: 0.3s;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight a.z_btn_black:hover {
    background: #ff8080;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight .z_helper_text {
    color: #2c2c2c;
    width: 100%;
    max-width: 100%;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight .z_helper_text p {
    font-size: 15px;
    line-height: 1.7;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight .z_helper_text p strong {
    font-weight: 700;
    margin: 0 0 4px 0;
}

.z_section.z-ourStorySection.z-howItWorks .z_row {}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft {
    width: 43%;
}

.z_section.z-ourStorySection.z-howItWorks .z_row  .z_col.z_colRight {
    width: 50%;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft h3.z_heading:first-child {
    font-family: 'Poppins';
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 25px 0;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft .z_text {
    margin: 0 0 35px 0;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft h3.z_heading {
    font-size: 22px;
    margin: 0 0 16px 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text p {
    font-size: 15px;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft .z_text:last-child {
    margin: 0;
}
.z_section.z-madeRealSection.z-trackOrderSection {
    padding: 180px 0;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colLeft {
    width: 40%;
    max-width: 40%;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colRight {
    w\: ;
    w\: ;
    w\: \\\;
    w\: \\;
    w\: \;
    w\: initial;
    w\: initial;
    w\: a;
    max-width: 25%;
    width: 25%;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colRight a.z_btn_black {
    width: 100%;
    margin: 0 0 10px 0;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colRight a.z_btn_black {
    background-color: #ff8080;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colRight a.z_btn_black:hover {background: #000;color: #fff;}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colLeft h2.z_top_heading {
    font-family: 'Tiempos';
    font-size: 30px;
    line-height: 1.4;
}
.z_section.z-shippingSection {
    padding: 180px 0;
}

.z_section.z-shippingSection h2.z_map_heading {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-family: poppins;
    line-height: 1.5;
    text-align: center;
}

.z_section.z-shippingSection  .z_map_text {
    max-width: 930px;
}

.z_section.z-shippingSection .z_map_text p {
    font-size: 20px;
    line-height: 1.7;
}

.z_section.z-shippingSection .z_map_text a {
    text-decoration: none;
    font-weight: 500;
    color: #ff8080 !important;
    opacity: 1;
}
.z_section.z-contactSection {}

.z_section.z-contactSection .z_row {
    gap: 0 0;
    justify-content: space-between;
    display: flex !important;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft {
    padding: 0 0 !important;
    width: 50%;
    max-width: 50%;
}

.z_section.z-contactSection .z_row  .z_col.z_colRight {
    width: 28%;
    max-width: 28%;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft h2.z_contact_heading {
    margin: 0 0 22px 0;
    font-size: 32px;
    color: #ff8080;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_contact_desc p {
    font-size: 15px;
    color: #2c2c2c;
    margin: 0 0 15px 0;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_contact_desc p strong {
    font-weight: 600;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_contact_desc p:last-child {
    margin: 0;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_btn_group {
    margin: 38px 0 0 0;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_btn_group a.z_pill_btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 35px 8px 35px;
    transition: 0.3s;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft .z_btn_group a.z_pill_btn:hover {
    transform: translate(0px, 0px);
    background-color: #ff8080;
    color: #fff;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .price .price__sale s.price-item.price-item--regular {
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content .card__information .price .price__sale span.price-item.price-item--sale.price-item--last {
    color: #111;
}
.price.price--on-sale.price--show-badge span.badge {
    margin: 0 0 0 0 !important;
    transform: translate(0px, 1px);
    background: red;
    text-transform: capitalize;
    font-weight: 500;
}
/* START Marquee CSS */
  .z-marquee-wrapper {
    overflow: hidden;
    padding: 10px 0;           
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid rgba(255,255,255,0.1); /* Optional separator */
  }

  .z-marquee-track {
    display: flex;
    white-space: nowrap;
    width: fit-content;
    /* Speed: 25s. Change this value to make it faster/slower */
    animation: zMarqueeScroll 25s linear infinite; 
  }

  .z-marquee-item {
    font-size: 13px;          
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 80px;       /* The "Big Space" */
    display: inline-block;
  }

  @keyframes zMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* Moves halfway, then loops perfectly */
  }

  .z-marquee-wrapper:hover .z-marquee-track {
    animation-play-state: paused;
  }
  /* END Marquee CSS */

.z_section.z_instagramSection.z-ourCategories .page-width.z_container {
    max-width: 100% !important;
    padding: 0 30px !important;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem {
    width: 24.5%;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem a.insta-link svg {
    display: none !important;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem img.insta-media {
    height: auto !important;
    transition: 0.3s;
    border: 0;
    z-index: 2;
    position: relative;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem .z_titleBox {
    display: block;
    text-align: center;
    background: #fff;
    margin: 0 0 0 0;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem .z_titleBox h5 {
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-family: poppins !important;
    font-size: 22px;
    color: #111;
    font-weight: 400;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem:before {
    content: "";
    width: 100%;
    height: calc(100% - 49px);
    background: #111;
    padding: initial;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem:hover::before {
    transform: translate(0px, -10px);
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem:hover img.insta-media{
    transform: translate(0px, -10px);
    opacity: 0.7;
}
.z_section.z_instagramSection.z-ourCategories .insta-grid .z_instaItem a.insta-link {
    z-index: 3;
}
.jm-cluster {}

.jm-review-widget-minimal-header > .jm-cluster {
    justify-content: center !important;
    align-items: center !important;
    display: block !important;
    text-align: center;
}

.jm-review-widget-minimal-header > .jm-cluster p.jm-text {
    font-family: "Ethereal Demo Font ExtBd";
    color: #111;
    margin: 0 0 25px 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 0.3px;
}

.jm-no-reviews-state {
    margin-top: 0 !important;
}

.jm-stack button.jm-button {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    fill: #111111;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #111111;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 25px 13px 25px;
    box-shadow: 0 0 #000 !important;
    font-family: poppins;
    letter-spacing: 0.5px;
    background: #111;
    transition: 0.3s;
    margin: 0 0 0 0;
}

.jm-stack button.jm-button:hover {
    background: transparent;
    color: #111;
}



@media (max-width: 768px){
    .z_section.z_collectionBanner .z_collectionImage.z_collectionDesktop {
        display: none;
    }
    .z_section.z_collectionBanner .z_collectionImage.z_collectionMobile {
        display: block;
    }
    .z_section .z_container.z_fullContainer .z_row.z_mobileRow{
        display: block;
    }
    .z_section .z_container.z_fullContainer .z_row.z_desktopRow{
        display: none;
    }
    sticky-header.header-wrapper header.header.page-width {
        padding: 10px 15px !important;
    }
    sticky-header.header-wrapper header.header.page-width .z_col.z_middleCol {
        display: none;
    }
    sticky-header.header-wrapper header.header.page-width header-drawer {
        margin: 0;
    }
    sticky-header.header-wrapper header.header.page-width header-drawer summary.header__icon {
        width: 32px;
        height: 32px;
    }
    main {
        padding: 70px 0 0;
    }
    .z_section.z_secitonBanner {
        background-image: url("/cdn/shop/files/mobile-banner-bg.webp");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .z_section .z_container.z_fullContainer .z_row.z_mobileRow {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow {
        padding: 90px 0;
        text-align: center;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow h1 {
        font-size: 65px;
        line-height: 1.35em;
        font-weight: 400;
        letter-spacing: 1px;
        color: #ff8080;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow .z_col.z_divider {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 0 40px 0;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow .z_col.z_divider span.z_divider {
        background-color: #333;
        width: 2px;
        height: 170px;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow h4 {
        margin: 0 0;
        font-family: 'Poppins';
        font-size: 42px;
        line-height: 1.25em;
        color: #111;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_image {
        width: 100%;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_image img {
        width: 100%;
        display: block;
    }
    sticky-header.header-wrapper header.header.page-width .z_col{
        width: 20%;
        max-width: 20%;
    }
    sticky-header.header-wrapper header.header.page-width header-drawer {
        width: 20%;
        max-width: 20%;
    }
    sticky-header.header-wrapper header.header.page-width .z_col.z_leftCol {
        width: 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
    }
    .z_section.z_secitonFavourite {
        padding: 70px 0;
    }
    .featuredproducts_slider {
        max-width: calc(100% - 25%);
        padding: 0 15px;
    }
    .z_slideBox img{
        height: auto;
    }
    .featuredproducts_slider .swiper-slide .z_slideBox {
        transform: scale(0.8);
    }
    .featuredproducts_slider .swiper-slide-active .z_slideBox {
        transform: scale(1.4);
    }

    .z-bestSellingBox .content h4 {
        font-size: 14px;
    }

    .z-bestSellingBox .z-arrow img {
        max-width: 40px;
    }

    .z-bestSellingBox {
        gap: 0;
    }

    .z_section.z_secitonFavourite h3.heading {
        margin: 0 0 50px;
    }
    .revealing-soon-mobile img.revealing-soon-image {
        height: auto;
        min-height: 390px;
        width: calc(100% + 1000px);
    }

    .z_section.z_secitonRevealing .z_row .revealing-soon-media {
        overflow: hidden;
        width: 100%;
        padding: 0 15px;
    }

    .revealing-soon-mobile {
        width: 100%;
        overflow: hidden;
    }

    .z_section.z_secitonRevealing .z_row h3.heading {
        font-size: 30px;
    }
    .z_section .z_container {max-width: 460px !important;}

.z_section.z_leftRight .z_row {
    flex-wrap: wrap;
    gap: 35px 0px;
}

.z_section.z_leftRight .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z_leftRight .z_row .z_col.z_colRight {
    width: 100%;
}

.z_section.z_leftRight .z_row .z_col.z_colLeft h3.heading {
    margin: 0 0 16px;
}

p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.9;
}

.z_section.z_leftRight .z_row .z_col.z_colLeft .left-right-paragraph {
    margin: 0 0 20px;
}
.z_section.z_instagramSection .page-width.z_container {
    max-width: 100% !important;
}

.z_section.z_instagramSection .insta-grid {
    gap: 0px 15px;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.z_section.z_instagramSection .insta-grid .z_instaItem {
    width: 60%;
    min-width: 60%;
}
.z_section.z_instagramSection h3.heading {
    display: none;
}
.z_section.z_instagramSection h3.heading.z_mobileHeading {
    display: block;
}
.footer-column .footer-heading.accordion-trigger {
    cursor: pointer;
    position: relative;
}
.footer-accordion-content {
    display: none; 
    overflow: hidden;
}
.footerSection .page-width.z_container {
    max-width: 460px !important;
    margin: 0 auto;
}
.footerSection .custom-footer-grid {
    gap: 0;
}
.footerSection .custom-footer-grid .footer-column.column-form {
    padding: 0 !important;
    width: 100% !important;
}
.footerSection .custom-footer-grid .footer-column.column-form .footer-subtext {
    display: none;
}
.footerSection .custom-footer-grid .footer-column.column-form .footer-subtext.z-mobile {
    display: block;
}
.footerSection .custom-footer-grid .footer-column.z-menuCol {
    width: 100% !important;
}

.footerSection .custom-footer-grid .footer-column.z-menuCol h3 {
    border-bottom: 1px solid #FFFFFF52 !important;
    text-align: center !important;
    padding: 12px 0 !important;
    margin: 0 0 0 !important;
    font-size: 15px !important;
    font-family: poppins !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
    line-height: 1.4 !important;
}

.footerSection .custom-footer-grid .footer-column.z-menuCol .footer-accordion-content {
    border-bottom: 1px solid #FFFFFF52;
    padding: 20px 0 25px 0;
}

.footerSection .custom-footer-grid .footer-column.z-menuCol .footer-accordion-content ul.footer-menu-list {
    gap: 14px 0px;
}

.footerSection .custom-footer-grid .footer-column.z-menuCol .footer-accordion-content ul.footer-menu-list a.footer-menu-link {
    text-align: center;
}

.footerSection .custom-footer-grid .footer-column.column-form {
    margin-top: 60px;
}

.footerSection .custom-footer-grid .footer-column.column-form h3.footer-heading {
    display: none;
}

.footerSection .custom-footer-grid .footer-column.column-form .footer-subtext.z-mobile {
    text-align: center;
}

.footerSection .custom-footer-grid {
    margin-bottom: 60px;
}

.footerSection .custom-footer-bottom .footer-brand-name {
    font-size: 25px !important;
}

.footerSection .custom-footer-bottom .footer-copyright {
    font-size: 12px !important;
}
.menu-drawer summary.menu-drawer__menu-item {
    font-family: poppins;
    font-size: 16px;
    border-bottom: 1px solid #1111111c;
}

ul.menu-drawer__menu.list-menu li {
    margin: 0;
}

ul.menu-drawer__menu.list-menu li a.list-menu__item {
    font-size: 15px;
    border-bottom: 1px solid #11111114;
    padding: 13px 30px;
    color: #111111c2;
}
.z_section.z_collectionBanner .z_collectionImage img {
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    opacity: 0.9;
}

.z_section.z_collectionBanner .z_collectionImage.z_collectionMobile {
    background: #000;
}

.z_section.z_collectionBanner .page-width.z_container {
    transform: translate(0px, 0px);
    top: auto;
    bottom: 12%;
    left: 0;
    padding: 0 30px !important;
}

.z_section.z_collectionBanner .page-width.z_container .z_content {
    width: 100%;
}

.z_section.z_collectionBanner .page-width.z_container .z_content h1.collection-hero__title {
    font-size: 40px;
}

.z_section.z_collectionBanner .page-width.z_container .z_content .collection-hero__description {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0;
}
.z_section.z_productGridSection {
    padding: 60px 0 80px 0;
}

.collection.page-width {
    padding: 0 30px !important;
}

ul#product-grid {
    gap: 25px 2%  !important;
}

ul#product-grid li.grid__item {
    width: 49% !important;
}

ul#product-grid li.grid__item .card-wrapper.product-card-wrapper .card__content {
    padding: 20px 15px;
}
main#MainContent product-info>.page-width>.product .grid__item.product__media-wrapper {
    width: 100%;
    max-width: 100%;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item {
    width: 100%;
    max-width: 100%;
    padding: 35px 50px !important;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container {
    max-width: 560px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product__title h1 {
    margin: 15px 0 30px 0;
    font-size: 25px;
    line-height: 1.4;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset {
    gap: 0px 3%;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 18px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label {
    min-width: 85px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .product-form__input.product-form__input--dropdown {
    margin-top: 20px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .z_price {
    margin-top: 50px;
}

.product__description.z_product__description .descriptionContainer {
    width: 100%;
}
.custom-slick-slider button.slick-arrow.slick-prev {
    left: 15px !important;
    opacity: 1;
}

.custom-slick-slider button.slick-arrow.slick-next {
    opacity: 1;
    right: 15px;
}

.custom-slick-slider button.slick-arrow {
}

.custom-slick-slider button.slick-arrow:before {
    font-size: 19px;
    color: #111 !important;
    opacity: 0.8;
}

.custom-gallery-container .custom-slick-slider {
    margin: 0;
}
.custom-gallery-container {
    min-height: unset;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects {
    overflow: hidden;
}
.z_section.z_productCta h3.heading {
    font-size: 30px;
}

.z_section.z_productCta .product-cta-paragraph p {
    font-size: 13px;
}

.z_section.z_productCta .cta-items-wrapper {
    margin: 25px 0 0;
    flex-wrap: wrap;
}

.z_section.z_productCta .cta-items-wrapper .cta-item {
    width: 100%;
    padding: 0;
}

.z_section.z_productCta .cta-items-wrapper .cta-item h5.cta-item-title {
    font-size: 16px;
    font-weight: 400;
}

.z_section.z_productCta .cta-items-wrapper .cta-item:nth-child(2) {
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF7A;
    border-style: solid;
    padding: 15px 0;
    margin: 15px 0;
}
.cart-item {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 30px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #11111133 !important;
}

.cart-items td {
    width: 100% !important;
}

.cart-items thead tr {
    margin: 0 !important;
}

.cart-items  .cart-item__totals.right {
    display: none !important;
}

form#cart div#main-cart-items {
    border: 0 !important;
    padding: 0 !important;
}
ul.menu-drawer__menu.list-menu li a.list-menu__item {
    background: transparent;
    color: #111;
    position: relative;
}
.z_section.z-ourStorySection .z_row {
    gap: 35px 0px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z-ourStorySection .z_row .z_col.z_colRight {
    width: 100%;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft .z_text h4 {
    font-size: 20px;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft h3.z_heading {
    font-size: 24px;
}
.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft h3.z_heading {
    margin-right: 0;
}

.z_section.z-ourStorySection.z-missionSection .z_col.z_colLeft .z_text p {
    width: 100%;
    margin: 0 0 15px 0;
}

.z_section.z-ourStorySection .z_row .z_col.z_colLeft {
    padding-top: 0;
}
.z_section.z-whyChooseUsSection .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z-whyChooseUsSection h3.heading {
    text-align: center;
    font-size: 40px;
    margin: 0 0 25px 0;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight {
    width: 100%;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col {
    width: 100%;
    gap: 25px 0px;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card {
    width: 100%;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card h5.wa_card_title {
    font-size: 25px;
    margin: 0 0 10px 0;
}

.z_section.z-whyChooseUsSection .z_row .z_col.z_colRight .wa_cards_col .wa_card .wa_card_desc p {
    font-size: 12px;
}
.z_section.z-faqSection h3.heading {
    font-size: 40px;
    margin: 0 0 30px 0;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs {
    gap: 30px 0px;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading {
    width: 100%;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-content {
    width: 100%;
    padding: 0 0;
}

.z_section.z-faqSection .z_col.z_colFull > .e-n-tabs > .e-n-tabs-heading button {
    border: 1px solid #1111111a;
}
.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft h3.z_heading:first-child {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

.z_section.z-ourStorySection.z-warrantySection .z_row .z_col.z_colLeft h3.z_heading:nth-child(2) {
    font-size: 25px;
}
.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z-ourStorySection.z-jewelryCare .z_col.z_colLeft h3.z_heading:first-child {
    font-size: 40px;
}

.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colRight {
    width: 100%;
}

.z_section.z-ourStorySection.z-jewelryCare .z_row .z_col.z_colRight img {
    margin: 0;
}
.z_section.z-madeRealSection {
    padding: 100px 0 0 0;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft {
    width: 100%;
    max-width: 100%;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft h2.z_top_heading {
    font-size: 25px;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft h1.z_super_heading {
    font-size: 50px;
}

.z_section.z-madeRealSection .z_row {
    gap: 40px 0px;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft .z_desc p {
    font-size: 15px;
}

.z_section.z-madeRealSection .z_row .z_col.z_colLeft > p:last-child {
    font-size: 18px !important;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight {
    width: 100%;
    max-width: 100%;
}

.z_section.z-madeRealSection .z_row .z_col.z_colRight a.z_btn_black {
    font-size: 16px;
}

.z_section.z-ourStorySection.z-howItWorks {
    padding: 80px 0 100px 0;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft {
    width: 100%;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colLeft h3.z_heading:first-child {
    font-size: 35px;
    margin: 0 0 15px 0;
}

.z_section.z-ourStorySection.z-howItWorks .z_row .z_col.z_colRight {
    width: 100%;
}
.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colLeft {
    width: 100%;
    max-width: 100%;
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colLeft h2.z_top_heading {
}

.z_section.z-madeRealSection.z-trackOrderSection .z_row .z_col.z_colRight {
    width: 100%;
    max-width: 100%;
}

.z_section.z-madeRealSection.z-trackOrderSection {
    padding: 100px 0;
}

.z_section.z-madeRealSection .z_row {
    gap: 30px 0px;
}
.z_section.z-shippingSection {
    padding: 100px 0;
}

.z_section.z-shippingSection h2.z_map_heading {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.z_section.z-shippingSection .z_map_text p {
    text-align: center;
    font-size: 15px;
}
.z_section.z-contactSection {
    padding: 100px 0 0 0;
}

.z_section.z-contactSection .z_row {
    gap: 30px 0px;
    flex-direction: column;
    display: block !important;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 60px 0;
}

.z_section.z-contactSection .z_row .z_col.z_colRight {
    width: 100%;
    max-width: 100%;
}

.z_section.z-contactSection .z_row .z_col.z_colLeft h2.z_contact_heading {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.z_section.z_instagramSection.z-ourCategories  h3.heading.z_mobileHeading {
    display: none;
}
}

@media (max-width: 480px){
    sticky-header.header-wrapper header.header.page-width header-drawer {
        width: 25%;
    }

    sticky-header.header-wrapper header.header.page-width .z_col {
        width: 25%;
    }
    sticky-header.header-wrapper header.header.page-width .z_col .header__icons {
        gap: 0px 18px;
    }
    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow {
        padding: 69px 0 60px 0;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow h1{
        font-size: 45px;
        line-height: 1.3em;
        letter-spacing: 1.5px;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow .z_col.z_divider span.z_divider {
        height: 140px;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow .z_col.z_divider {
        padding: 30px 0 35px;
    }

    .z_section .z_container.z_fullContainer .z_row.z_mobileRow .z_contetnRow h4 {
        font-size: 28px;
        line-height: 1.3em;
        letter-spacing: 1.5px;
    }
    h3.heading {
        font-size: 24px;
    }
    .z-bestSellingBox {
        padding: 0 15px;
        margin-top: -10px;
    }
    .z-bestSellingBox .z-arrow {
        width: 40px;
        height: 40px;
    }
    .z-bestSellingBox .z-arrow img {
        max-width: 35px;
    }
    .z-bestSellingBox .content {
        min-width: 170px;
    }
    .z-bestSellingBox .content h4 {
        width: 100%;
    }
    .z_section.z_secitonRevealing .z_row h3.heading {
        font-size: 25px;
    }
    .z_section.z_instagramSection .insta-grid .z_instaItem {
        width: 85%;
        min-width: 85%;
    }
    .z_section.z_collectionBanner .page-width.z_container {
    padding: 0 15px !important;
}

.z_section.z_collectionBanner .page-width.z_container .z_content h1.collection-hero__title {
    font-size: 35px;
    line-height: 1.3;
}

.z_section.z_collectionBanner .page-width.z_container .z_content .collection-hero__description {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
}
ul#product-grid li.grid__item {
    width: 100% !important;
}
.collection.page-width {
    padding: 0 15px !important;
}
.custom-slick-slider button.slick-arrow:before {
    font-size: 16px !important;
    opacity: 0.5;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item {
    padding: 30px 15px !important;
}
main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects {
    overflow: hidden;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset label {
    min-width: 25%;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container variant-selects fieldset legend.form__label {
    margin: 0 0 8px 0;
    font-weight: 400;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .z_price .price-item {
    font-size: 15px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container p.madeToOrder {
    font-size: 13px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container .custom-contact-buttons {
    margin: 15px 0 0!important;
}

.button {
    font-size: 13px;
}

main#MainContent product-info>.page-width>.product .product__info-wrapper.grid__item section.product__info-container product-form.product-form .product-form__buttons button.shopify-payment-button__button {
    font-size: 13px;
}

.product__description.z_product__description .descriptionContainer .z_content {
    padding: 25px 15px;
}
.z_section.z_productCta h3.heading {
    font-size: 23px;
}

.z_section.z_productCta .cta-items-wrapper .cta-item h5.cta-item-title {
    font-size: 15px;
}
}