.collection-swiper-pagination {
    z-index: 2;
    .swiper-pagination-bullet{
        background: #ccc;
        border: 0;
        border-radius: 50%;
        display: inline-block;
        height: 8px;
        margin: 3px;
        opacity: .7;
        padding: 0;
        position: relative;
        transition: transform .2s linear;
        width: 8px
    }

    .swiper-pagination-bullet-active {
        background: #fff;
        transform: scale(1.4);
        z-index: 1
    }
}
#collection_list{
    .collection_list-swiper{
        width: 100%;
    }
    @media(min-width: 300px){
        .swiper-slide{
            width: calc(100%/4);
        }
    }
    @media(min-width: 768px){
        .swiper-slide{
            width: calc(100%/7);
        }
    }
    @media(min-width: 1024px){
        .swiper-slide{
            width: calc(100%/8);
        }
    }
    @media(min-width: 1200px){
        .swiper-slide{
            width: calc(100%/10);
        }
    }
    --swiper-theme-color: #888;
    --swiper-navigation-size: 28px;
    --swiper-navigation-sides-offset:-5px;
    .tc_title{
        width: 90px;
    }
}
.collection-swiper-slide{
    width: calc(100%) !important;
}
.bg-tree {
    position: absolute;
    right:-250px;
    top:0px;
    width: 400px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover ;
    background-position: 0 0;
    z-index: -1;
}
.bg-flip {
    position: absolute;
    right:-250px;
    top:0px;
    width: 400px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 0 0;
    z-index: -1;
}
.bg-dolphin {
    position: absolute;
    right:-250px;
    top:0px;
    width: 400px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 0 0;
    z-index: -1;
}
.bg-fish {
    position: absolute;
    right:-250px;
    top:0px;
    width: 400px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 0 0;
    z-index: -1;
}
.bg-other {
    position: absolute;
    right:-250px;
    top:0px;
    width: 400px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: contain ;
    background-position: 0 0;
    z-index: -1;
}
.bg-turtle {
    position: absolute;
    left:-200px;
    top:-100px;
    width: 320px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.bg-sand {
    position: absolute;
    right:-250px;
    top:-60px;
    width: 280px;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: -1;
}
.bg-humming {
    position: absolute;
    left:-230px;
    top:175px;
    width: 365px;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    z-index: -1;
}
.bg-seahorse {
    position: absolute;
    right:-240px;
    top:35px;
    width: 269px;
    height: 475px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.discover_txt {
    text-align: center;
    font-size:26px;
    margin:0;
    color: #333;
}
.discover_txt b {
    font-weight: 500;
}
.ship-icon-section {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 5px 0px 20px 0px;;
    opacity: 100%;
}
.ship-icon-section .icon-section {
	flex: 1;
	text-align: center;
}
.ship-icon-section .icon-title{
	margin-top: 5px;
	font-size: 12px;
	color: black;
}
.ship-icon-section .genuine-larimar {
	flex: 1;
	background: url(/assets/images/genuine_larimar_pdp_hz.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}
.ship-icon-section .premium-quality {
	flex: 1;
	background: url(/assets/images/premium_pdp_hz.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}
.ship-icon-section .sterling-silver {
	flex: 1;
	background: url(/assets/images/sterling_silver_icon_pdp_hz1.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}
.ship-icon-section .reviews-12000 {
	flex: 1;
	background: url(/assets/images/reviews_pdp_hz2.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}
.ship-icon-section .money-back-guarantee {
	flex: 1;
	background: url(/assets/images/money_back_guarantee_icon_4.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}

.collections-section {
    width:100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.collections-section-below {
    padding: 1rem 0;
}

.collection-item {
    display: flex;
    width:100%;
    margin-top:3rem;
    position: relative;
}

.collection-container {
    width: 25%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.collection-content {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 1rem;
    width: 25%;
    max-width: 100%;
    overflow: hidden;
    height: 283px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.collection-content .collection-title {
    font-weight: 600;
    font-size: 3.5rem;
    color: #66c2d2;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}
.collection-content .category-second-line {
    text-align: center;
    margin-top: 0.5rem;
    font-variant: JIS83;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.collection-content .collection-img {
    width: 100%;
    text-align: center;
    margin-top:-15px;

}
.collection-content .collection-img img {
    width:90%;
    object-fit: contain;
    height: auto;
    aspect-ratio: 393/29;
}
.product-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.product-single {
    width: 25%;
    max-width: 100%;
    padding:5px;
    margin-bottom:1rem;
    overflow: hidden;
}
.mobile-splide .splide__arrow {
    display: none;
}
.product-item .product-img a {
   width: 100%;
}
.product-item .product-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    max-width: 100%;
}
.product-img {
    position: relative;
}

.product-item:hover .image-hover{
    opacity: 1;
}

.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out !important;
}
.product-item h3 {
    font-size:13px;
    line-height: 2.3;
    font-weight:300;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
}
.product-main-review {
}
.stamped-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #414141;
    font-weight: 100;
    margin-top: -7px;
    margin-bottom: -5px;
}
.star-icon {
    color: #ddd;
    font-size: 17px;
    position: relative;
    margin: 0 1px;
}
.star-icon.full:before {
    color: #ffd900;
    content: '\2605';
    position: absolute;
    left: 0;
}
.star-count {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
}
.product-price {
    width: 100%;
    font-size:16px;
    color: #000;
    font-weight:300;
    line-height: 2;
}
.product-item:hover .add_to_cart_btn {
    display: block;
    bottom:0 !important;
    opacity: 0.8;
    
}
.add_to_cart_prod {
    margin: 0px 30px 10px 30px;
    border-radius: 20px;
    padding: 9px !important;
}
.add_to_cart_prod,.add_to_cart_prod_ring {
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    position: absolute;
    cursor: pointer;
    bottom: -60px;
    left: 0px;
    right: 0px;
    opacity: 0;
    text-align: center;

    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.add_to_cart_text {
    display: block;
    text-transform: uppercase;
}
.add_to_cart_prod a {
    color: black;
}
.product-item:hover .size_ring_c {
    opacity: 0.8;
}
.size_ring_c {

    background: #fff;
    padding: 5px 15px;
    margin: 2px;
    float: left;
    width: 48%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    opacity: 0;
    color: #000;
}
.add_to_cart_ring {
    display: none;
}

.overlay-bottom-desktop {
    z-index:1;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: fill;
}
.overlay-bottom {
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: fill;
}
.sold-image {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 12;
}
.show_all_container {
    margin-top: 10px;
    text-align: right;
    display: flex;
    justify-content: center;
    
}
.show_all {
    font-size:14px;
    line-height: 2;
    display: flex;
    align-items: center;
    font-weight: 300;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #898989;
}
.show_all .arrow_content {
    width: 30px;
    height: 30px;
    margin-left:10px;
    position: relative;
    
}
.show_all .arrow_content .arrow:after{
    content: '\f107';
    font-weight: 300 !important;
    margin-right:4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    color: #656565;
    position: absolute;
    top:52%;
    right:32%;
    transform: translate(50%, -50%);
}
.show_all.active .arrow_content .arrow:after{
    content: '\f106';
    position: absolute;
    top:42%;
    right:33%;
    transform: translate(50%, -50%);
}
.show_all_desktop {
    transform: translate(0%, 0%);
}
.product-content-bottom {
    display: flex;
    flex-wrap: wrap;
}
.embrace-power {
    margin: 2rem 0;
}
.power-title {
    text-align: center;
    font-size:26px;
}
.power-title .title-gray {
    color: #656565;
}
.power-title .title-bold {
    font-size:28px;
    color:#000;
    font-weight: 600;
}
.power-line {
    width:100%;
    height:8px;
    background-color: #e5e5e5;
}

.power-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 15%;
}

.power-item {
    display: flex;
    align-items: center;
    width: 28%;
    margin-right:1rem;
}
.power-img {
    width: 50%;
    height: 150px;
}
.power-img.gemstone {
    background-image: url(/assets/images/landing/jpg/webp/rock_on_beach.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.power-img.energy {
    background-image: url(/assets/images/landing/jpg/afortable_bracelets.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.power-img.fashion {
    background-image: url(/assets/images/bracelet_model_lite.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.power-content {
    margin-left: 10px;
    flex:1;
}
.power-name {
    font-size:14px;
    font-weight: 600;
}
.power-txt {
    font-size:12px;
    /* padding-right:10px; */
}
.filter-sort-containter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 5px 0px 5px;
}
.filter-sort-containter .box {
    /* border: 1px solid #b6b6b6; */
    border-radius: 2px;
    padding: 4px 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-fileter-container #filter_sort_by .sort-by-label:after {
    content: '\f107';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.filter-sort-containter .sort-by-label {
    margin-left: 7px;
    font-size: 15px;
    color: #898989;
}
#collection_list {
    position: relative;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding:1rem 2rem;
}
.top_collection_item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.top_collection_item .tc_img {
    width: 100px;
    height: 100px;
    position: relative;
}
.top_collection_item .tc_img img {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
}
.tc_img .tc-img-border {
    width: 75%;
    height: 75%;
    border: solid 2px #EFEFEF;
    border-radius: 5px;
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: 1;
}
.tc-img-border.active {
    border: solid 2px #66c2d2;
}
#collection_list .lefts, #collection_list .rights{
    top: 47%;
    transform: translate(0, -50%);
    position: absolute;
    border: none;
    background-color: transparent;
    font-size: 50px;
    font-weight: 600;
    z-index: 9;
    padding: 0;
    margin: 0;
}
#collection_list .lefts {
    left: -10px;
}
#collection_list .rights {
    right: -10px;
}
#collection_list .slick-arrow .arrow{
    border: solid #888888;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
}
.slick-arrow .left {
    margin-left: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    
}
.slick-arrow .right {
    margin-right: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -10px;
}
.tc_select {
    width:80%;
    height:3px;
    border-radius: 2px;
}
.tc_select.active {
    background-color: #66c2d2;
}
.mobile-collection-img {
    height: 60vw;
    object-fit: cover;
}
#filter_overlay.in {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20 !important;
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
}
.filter-content.in {
    left: 0;
}
.filter-content {
    width: 77%;
    height: auto;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 101;
    top: 57px;
    left: -100%;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    background: #ffffff;
}
.collection-filters-form .accordion-button {
    color: var(--bs-dark);
}
.accordion-button {
    position: relative;
    transition: all .2s ease-out;
    border: none;
    width: 100%;
    height: 3rem;
    opacity: .75;
    font-size: 1.5rem;
    background-color: transparent;
    text-align: left;
}
.accordion-button:not(.collapsed) {
    background-color: #f7f8f9;
}
.collection-filters-form .accordion-button {
    color: var(--bs-dark);
}
.accordion-button:not(.collapsed)::after {
    font-family: "fontAwesome";
    content: "\f077";
    color: #000000;
    position: absolute;
    right: .5rem;
}
.accordion-button.collapsed::after {
    font-family: "fontAwesome";
    content: "\f078";
    color: #000000;
    position: absolute;
    right: .5rem;
}
.px-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
.me-3 {
    margin-right: 0.5rem !important;
    margin-top: 0 !important;
}
.d-flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.form-check-label {
    align-items: center !important;
    margin-top: 0.5rem;
}
.filter-label {
    width: 80%;
    justify-content: space-between;
}

#page-wrapper {
    overflow: visible;
    max-width: 100% !important;
}
.nature_top_menu {
    background-color: #FFF;
    position: sticky;
    position:-webkit-sticky;
    top:72px;;
    z-index: 13;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 15px 6px -9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 6px -9px rgba(0, 0, 0, 0.3);
}
.fade-in {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity .5s, visibility .5s linear !important;
}

.h2-first-line {
    font-size: 24px !important;
    text-align: left;
    letter-spacing: 1px;
}
.h2-second-line {
    font-weight: bold;
    margin-top: 0;
    transform: scale(1, 1.1);
    font-size: 24px !important;
    text-align: left;
    letter-spacing: 2px;
}
.read-more-p {
    display: flex;
    justify-content: center;
}
.session-description-text {
    width: 90%;
}
footer.navbar {
    margin-top: 0 !important;
}
.collection-location {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background-color: #E0E0E0;*/
    color: #FFF;
    flex-wrap:wrap;
    /*margin-bottom: 1rem;*/
}
.collection-location .cl-item {
    display: flex;
    align-items: center;

}
.cl-item-mobile {
    flex-direction: column;
}
.cl-item-img img{
    width: 10rem;
    height: 10rem;
}
.cl-title {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    /*text-align: center;*/
}
.cl-t-fl {
    font-size: 18px;
}
.cl-t-sl {
    font-size: 18px;
}
.cl-t-fl {
    font-size: 18px;
}
.cl-t-sl {
    font-size: 18px;
}
.cl-t-fl-title {
    font-family: "Bodoni Moda", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    color:#4a4a4a;
    white-space:nowrap;
}
.cl-t-sl-title{
    text-align: left;
    color: #5E5E5E;
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 1.2px;
}
@media (max-width: 767px) {
    .cl-t-fl-title {
        font-size: 28px !important;
        line-height: 1.1em !important;;
    }
}
@media (max-width: 1024px) {
    .cl-t-fl-title {
        font-size: 25px !important;;
    }
}
.comparison-head {
    position: absolute;
    font-size: 22px !important;
    letter-spacing: 1px;
    color: #484848;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 4px 0 7px;
    white-space: nowrap;
    z-index: 2;
    background-color: #fff0;
    text-align: center;
    display: inline-block;
}
.page-title {
    position: relative;
    width: 100%;
    height: 3rem;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    border: 0px solid #e4e4e4;
}
.video-review-reversal {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    align-items: center;
    width: 80%;
}
.video-review .star-icon.full:before {
    /* color: black; */
}
.video-review .star-icon {
    font-size: 3rem !important;
}
.breadcrumbs-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.breadcrumbs {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.breadcrumb>li+li:before {
    padding: 0 3rem;
    color: #ccc;
    content: "\3e" !important;
}
@media(max-width: 768px){
    .collection-container {
        width: 50%;
        padding: 0 !important;
    }
    .collection-content {
        margin-top: 0rem;
        width: 50%;
        height: 283px;
    }
    .product-single {
        width: 50%;
    }
    .show_all_container {
        justify-content: center;
    }
    .bg-tree {
        right: 50px;
    }
    .bg-turtle {
        left: 0px;
        top: -43px;
        width: 100%;
    }
    .bg-sand {
        right: -10px;
        top: -63px;
        width: 100%;
    }
    .bg-humming {
        left:0px;
        top:-130px;
        width: 100%;
    }
    .bg-seahorse {
        left:-58px;
        top:-80px;
        width: 100%;
    }
    .bg-flip {
        left: 10px;
        top:0px;
        width: 100%;
    }
    .bg-dolphin {
        left:-20px;
        top:-80px;
        width: 100%;
        
    }
    .bg-fish {
        left:-137px;
        top:-120px;
        width: 100%;
    }
    .bg-other {
        left:0px;
        top:-40px;
        width: 100%;
    }
    .top_collection_item .tc_img {
        width: 60px;
        height: 60px;
    }
    .nature_top_menu {
        top: 0 ;
    }
    .collection-container { 
        height: 40vw;
    }
    .show_all_desktop {
        transform: translate(0%, 0%);
    }
    .collection-content .collection-title {
        font-size: 3rem !important;
    }
    .power-line {
        height: 4px;
    }
    .filter-results {
        font-size: 15px;
    }
    .show_all {
        font-size: 18px;
    }
    .h2-first-line {
    
        font-size: 24px;
        font-weight: 100;
        letter-spacing: 2px;
        
    }
    .h2-second-line {
        font-size: 24px;
        margin-top: -5px !important;
        letter-spacing: 1px;
    }
    .cl-item-img img{
        width: 9rem;
        height: 9rem;
        padding: 0.5rem;
    }
    .cl-t-fl {
        font-size: 14px;
    }
    .cl-t-sl {
        font-size: 14px;
    }
    .video-review .star-icon {
        font-size: 2rem !important;
    }
}
