/** Shopify CDN: Minification failed

Line 3588:0 Unexpected "/"
Line 5206:25 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
    font-family: 'Oswald', sans-serif !important;
    font-style: normal;
    font-weight: 600;
}

.price-item,
.price .price-item {
    font-family: 'Oswald', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    outline: 0;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    /*     font-family: 'oswald';
    font-weight: 400; */
}

:root {
    --primary-btn-bg: #bdc83c;
    --btn-txt: #40403a;
}

/* Force dark text on all primary (green) buttons site-wide */
.button:not(.button--secondary):not(.button--tertiary) {
    color: #40403a !important;
}


.page-width {
    max-width: 100% !important;
    padding: 27px 40px 9px !important;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    height: auto;
}

.top_bar {
    padding: 5px 0;
    background: #BDC83C;
}

.top_bar_cntnt_hldr img {
    width: 30px;
    max-width: 30px !important;
    height: 30px;
}

.top_bar_cntnt_hldr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.top_bar_cntnt_hldr p {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: normal;
}

.banner_head_sec {
    position: relative;
    background: url(/cdn/shop/files/Screenshot_1.jpg) no-repeat center;
   background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
}

.banner_head_sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / 0.10);
    z-index: -1;
}

.head_logo {
    box-sizing: border-box;
    padding-right: 50px;
}

.head_logo a {
    display: block;
    width: fit-content;
}

.head_logo a img {
    width: 100%;
    max-width: 135px;
}

.head_cntnt_hldr {
    padding: 16px 0 11px;
    border-bottom: 1px solid #ffffff33;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 0px;
}

.head_nav .sec_menu:nth-child(2) li a {
    padding: 0 10px;
}

.header-btn-col ul li.cart-btn a img,
.header-btn-col ul li.user-btn a img {
    display: block;
    width: fit-content;
    height: 23px;
}

.head_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

.head_nav .sec_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;

}

.head_nav li {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

.head_nav .sec_menu li:last-child {
    border-right: 0px;
}

.head_nav .sec_menu li a .header__active-menu-item,
.head_nav .sec_menu li a .header__menu-item:hover span {
    text-decoration: none;
}

.sec_menu li a {
    color: #fff;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
}

.head_nav .sec_menu li a i {
    font-size: 12px;
    padding-left: 5px;
}

.head_nav ul .drop-down-nv {
    position: relative;
}

.drop-down-nv .s-menu {
    position: absolute;
    background: #fff;
    display: block;
    width: 200px;
    height: 150px;
    top: 25px;
    left: 0;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px 0px;
    z-index: 99;
    pointer-events: none;
    transform: scale(0);
    transition: all 0.3s;
}

.drop-down-nv:hover .s-menu {
    pointer-events: all;
    transform: scale(1);
}

.s-menu li {
    display: block;
    width: 100%;
    padding: 7px 15px !important;
    background-color: #fff;
    transition: all 0.3s;
}

.s-menu li:hover {
    background-color: #eee;
}

.s-menu li a {
    color: #000 !important;
}


.header-btn-col ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.header-btn-col .nav-toggle-btn {
    display: none;
}

.banner_cntnt_hldr p {
    font-size: 18px;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}

.banner_cntnt_hldr h1 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    margin: 20px 0 0px 0;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.banner_cntnt_hldr h1::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
}

.banner_cntnt_hldr h1 span {
    color: #BDC83C;
    display: block;
}

.banner_cntnt_hldr a {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 989px) {
    .head-shop-btn {
        display: none;
    }
}

@media screen and (max-width: 749px) {
    .header__icon--account {
        display: flex !important;
    }
}

.head-shop-btn a {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 16px;
    color: #fff;
    display: block;
    width: fit-content;
    transition: all 0.3s;
}

.head-shop-btn:hover a {
    border: 1px solid var(--primary-btn-bg);
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
}

.banner_info {
    padding: 30px 0 0 0;
}

.banner_info_top_row {
    position: relative;
    background: url(../images/banner-info-1.jpg) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 290px;
}

.banner_info_top_row::before,
.bnr_info_btm_left::before,
.bnr_info_btm_right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    /*     background-color: #BDC83C66; */
    background-color: #00000066;
    opacity: 0;
    transition: all 0.3s;
}

.banner_info_top_row:hover::before,
.bnr_info_btm_left:hover:before,
.bnr_info_btm_right:hover:before {
    opacity: 1;
}

.banner_info_top_row h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400 !important;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.banner_info_top_row h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #fff;
    margin-top: 6px;
    overflow: hidden;
    transition: height 0.3s;
}

.banner_info_top_row p,
.bnr_info_btm_left p,
.bnr_info_btm_right p {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    /*     text-transform: capitalize; */
    color: #FFFFFF;
    max-width: 820px;
    margin: 0px auto 0;
    overflow: hidden;
    transition: height 0.1s ease-in-out;
    max-height: 0px;
    opacity: 0;
}

.banner_info_top_row p {
    max-height: fit-content;
    opacity: 1;
    margin-top: 30px;
}

.bnr_info_btm_left p,
.bnr_info_btm_right p {
    max-width: 535px;
}

.banner_info_top_row:hover p,
.bnr_info_btm_left:hover p,
.bnr_info_btm_right:hover p {
    opacity: 1;
    max-height: 600px;
    transition: all 1s;
}


.bnr_info_btm_left:hover h5,
.bnr_info_btm_right:hover h5,
.bnr_info_btm_left:hover h3,
.bnr_info_btm_right:hover h3 {
    height: 0;
    margin: 0;
}

.bnr_info_btm_right:hover a,
.bnr_info_btm_left:hover a {
    height: 0;
    margin: 0;
    display: none;
}

.banner_info_btm_row {
    margin-top: 30px;
    display: grid;
    grid-template-columns: calc(50% - 15px) repeat(1, 1fr);
    gap: 30px;
}

.bnr_info_btm_left {
    position: relative;
    z-index: 1;
    background: url(../images/banner_info_2.png) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bnr_info_btm_right {
    position: relative;
    z-index: 1;
    background: url(../images/banner_info_3.png) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bnr_info_btm_left h5,
.bnr_info_btm_right h5 {
    font-size: 18px;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.bnr_info_btm_left h3,
.bnr_info_btm_right h3 {
    font-size: 38px;
    line-height: 47px;
    font-weight: 500 !important;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.bnr_info_btm_left a,
.bnr_info_btm_right a {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 23px;
    color: var(--btn-txt);
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 25px;
    overflow: hidden;
    transition: height 0.3s;
}

.best_sel {
    padding: 100px 0 94px 0;
}

.best_sel_title_hldr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.best_sel_title_hldr h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.best_sel_title_hldr a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: fit-content;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
}

/* .best_sel_slider_hldr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
} */

.best_sel_slider_hldr {
    position: relative;
}

.best_sel_box {
    padding: 15px 15px 50px 15px;
    transition: all 0.3s;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
    border-radius: 10px;
}

.best_sel_box:hover {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.best_sel_box_img {
    border-radius: 10px;
    background: rgba(197, 197, 68, 0.04);
    text-align: center;
    padding: 0px 0;
    max-height: 230px;
}

.best_sel_box_img img {
    width: 100%;
    /*     max-width: 296px; */
    margin: 0 auto;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.best_sel_box_img img:nth-child(2) {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fefff9;
    z-index: 2;
    min-height: 100%;
    bottom: 0px;
}

.best_sel_box:hover .best_sel_box_img img:nth-child(2) {

    opacity: 1;
}

.best_sel_box_cntnt {
    padding: 20px 0 0 20px;
}

.best_sel_box_cntnt h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700 !important;
    font-family: 'PT Sans', sans-serif !important;
    color: #40403A;
    margin-bottom: 0;
    text-transform: uppercase;
}

.best_sel_box_cntnt h4 {
    font-size: 18px;
    line-height: 33px;
    color: #000;
    font-family: PT Sans, sans-serif !important;
    font-weight: 400 !important;
    margin: 12px 0 22px;
    overflow: hidden;
    /*     min-height: 66px; */
    text-transform: capitalize;
}

.best_sel_box_rev {
    display: flex;
    gap: 10px;
    align-items: center;
}

.best_sel_box_rev ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.best_sel_box_rev ul li i {
    color: #FFA132;
}

.best_sel_box_rev span {
    font-size: 16px;
    line-height: 20px;
    color: #40403A;
}

.best_sel_box_cntnt h3 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    margin: 24px 0;
}

.best_sel_box_cntnt button {
    background-color: #c5c54433;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: var(--btn-txt);
    text-transform: capitalize;
    padding: 16px 46px;
    transition: all 0.3s;
    cursor: pointer;
}

.best_sel_box:hover .best_sel_box_cntnt button {
    background: var(--primary-btn-bg);
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: left;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.passion-sec {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-image: var(--passion-bg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 238px 0px;
    z-index: 1;
}

.passion-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
}

.passion-cntnt-holder {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.passion-cntnt-holder h2 {
    font-family: 'oswald';
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 60px;
}

.passion-cntnt-holder h2 span {
    position: relative;
}

.passion-cntnt-holder h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
    background-size: contain;
}

.passion-cntnt-holder p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    /*     text-transform: lowercase; */
}

.passion-cntnt-holder a {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 56px auto 0;
}

.inspire-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 95px 0px 47px;
}

.inspire-sec h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 42px;
    text-align: center;
}

.inspire-sec h2 span {
    position: relative;
}

.inspire-sec h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(/cdn/shop/files/insp-after.png) no-repeat center;
    background-size: contain;
}

.inspire-sec p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #40403A;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    text-align: center;
}

.inspire-cntnt-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 46px;
}

.inspire-cntnt-holder li {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.inspire-cntnt-holder li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000080;
    opacity: 0;
    transition: all 0.3s;
}

.inspire-cntnt-holder li:hover:before {
    opacity: 1;
}

.inspire-cntnt-holder li img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
}

.inspire-cntnt-holder li .insp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.insp-content h4 {
    font-family: 'oswald';
    font-weight: 500 !important;
    /*   text-transform: capitalize; */
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.insp-content .shop-n-holder {
    max-height: 0px;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.inspire-cntnt-holder li:hover .shop-n-holder {
    max-height: 200px;
    transform: scale(1);
}

.insp-content a {
    background: var(--primary-btn-bg);
    border-radius: 10px;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 30px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 20px;
}


.testimonials-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 47px 0px 94px;
}

.tst-cntnt-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 99px;
    margin-bottom: 0px;
}

.tst-cntnt-holder .tst-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.tst-cntnt-holder .tst-content h6 {
    color: #BDC83C;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 42px;
}

.tst-cntnt-holder .tst-content h2 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    max-width: 320px;
    margin-bottom: 90px;
}

.tst-content h2 span {
    position: relative;
}

.tst-content h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -32px;
    background: url(/cdn/shop/files/tst-after.png) no-repeat center;
    background-size: contain;
}

.tst-content p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    /*   text-transform: capitalize; */
}

.tst-personal-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 44px;
}

.tst-personal-info .tst-quote img {
    max-width: 64px;
    display: block;
}

.tst-quote {
    margin-right: 5px;
}

.tst-personal-info .tst-info {
    border-top: 3px solid #F3F3F3;
    width: 100%;
}

.tst-info h5 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 4px;
}

.tst-info span {
    color: #636363;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.53px;
    display: block;
}


.tst-title-sec {
    width: 100%;
    box-sizing: border-box;
}

.tst-title-sec h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #BDC83C;
    text-align: center;
    margin-bottom: 20px;
}

.tst-title-sec h3 {
    position: relative;
    text-align: center;
    color: #FAF7DD;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    max-width: 640px;
    margin: 0 auto;
    text-transform: capitalize;
    padding: 0px 0px 80px;
}

.inner_test .tst-title-sec h3 {
    color: #40403a;
}

.tst-title-sec h3::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
}

.review-sec {
    width: 100%;
    box-sizing: border-box;
    background-image: url(/cdn/shop/files/review-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0px;
}

.review-sec .reviews-holder {
    width: 100%;
    position: relative;

}

.reviews-holder .review {
    background: #F7FAFA;
    padding: 70px;
    border-radius: 10px;
}

.reviews-holder .review .rev-icon {
    margin-bottom: 40px;
}

.rev-icon img {
    max-width: 56px;
    display: block;
}

.review .rev-contnt p {
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    min-height: 120px;
}

.review .rev-contnt h5 {
    margin-top: 30px;
    color: #000000;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.review-sec .testi_slider_pagination {
    position: static;
    text-align: center;
    margin-top: 24px;
    width: 100%;
}

.review-sec .testi_slider_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    margin: 0 4px;
}

.review-sec .testi_slider_pagination .swiper-pagination-bullet-active {
    background: #BDC83C;
}

.jewelry-sec {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 90px 0px 45px;
}

.jewelry-sec .jewelry-title h2 {
    text-align: center;
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 58px;
    max-width: 700px;
    margin: 0 auto 40px;
}

.jewelry-sec .jewelry-title p {
    color: #40403A;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    /*   text-transform: capitalize; */
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
}

.jewelry-content .tab-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    padding: 23px 20px;
    max-width: 900px;
    margin: 64px auto;
    border: 1px solid var(--primary-btn-bg);
    border-radius: 10px;
}

ul.tab-btns li {
    padding: 0 5px;
}

.tab-btns li button {
    position: relative;
    background-color: transparent;
    color: #000;
    font-family: 'oswald';
    font-weight: 500;
    font-size: 22px;
    line-height: 32.6px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s;
}

.tab-btns li button::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    bottom: -2px;
    left: 25%;
    background-color: var(--primary-btn-bg);
    opacity: 0;
    transition: all 0.2s;
}


.tab-btns li.j-tab-active button,
.tab-btns li.j-tab-active button::before {
    color: var(--primary-btn-bg);
    opacity: 1;
}

.jewelry-prod-holder {
    width: 100%;
    position: relative;
}

.jewelry-prod {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
}

.j-prod-slider .best_sel_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 15px;
    min-height: 555px;
}

.jewelry-prod .j-prod-image {
    background-color: #fdfdf8;
    border-radius: 10px;
    padding: 23px;
    text-align: center;
}

.jewelry-prod .j-prod-image img {
    max-width: 160px;
    display: inline-block;
}

.jewelry-prod .j-prod-info {
    padding: 34px 10px 0px;
}

.j-prod-info span {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.7px;
    color: #40403A;
}

.j-prod-info h4 a {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #40403A;
    background-color: transparent;
    display: inline-block;
    margin: 10px 0 20px;
}

.j-prod-info p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #5A5A5A;
}

.j-prod-info h5 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 34px;
    line-height: 58px;
    margin-top: 20px;
}

.j-prod-info h5 span {
    font-family: 'oswald';
    font-weight: 300;
    font-size: 16px;
    line-height: 29.64px;
    color: #C7C7C7;
    text-decoration: line-through;
    margin-left: 9px;
    display: inline-block;
}

.j-prod-info .cart-btn {
    background-color: #c5c54433;
    color: var(--btn-txt);
    font-family: 'oswald';
    font-weight: 600;
    font-size: 16px;
    line-height: 23.71px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    padding: 16px 40px;
    margin-top: 20px;
    transition: all 0.3s;
}

.j-prod-info:hover .cart-btn {
    background-color: var(--primary-btn-bg);
}

.shop-jewelry {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 60px;
}

.jewelry-btn-holder {
    width: fit-content;
    background-color: #fff;
    padding: 0px 40px;
    margin: 0 auto;
    transform: translateY(26px);
}

.jewelry-btn-holder a {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
}

.jewelry-slider-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

.jewelry-slider-arrows .swiper-button-next:after,
.jewelry-slider-arrows .swiper-button-prev:after {
    display: none;
}

.jewelry-slider-arrows .swiper-button-next {
    right: -15px;
}

.jewelry-slider-arrows .swiper-button-prev {
    left: -15px;
}

.best-sel-slider-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 40px;
    position: static;
}

.best-sel-slider-arrows .swiper-button-prev,
.best-sel-slider-arrows .swiper-button-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #bdc83c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: static;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
}

.best-sel-slider-arrows .swiper-button-prev:after,
.best-sel-slider-arrows .swiper-button-next:after {
    display: none;
}

.best-sel-slider-arrows img {
    filter: brightness(0) invert(1);
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2 !important;
}

.tab-cntnt-holder .tab-content {
    display: none;
}

.tab-cntnt-holder .tab-content.j-tab-content-active {
    display: block;
}

.national-park-sec {
    width: 100%;
    box-sizing: border-box;
    padding: 74px 0px 47px;
}

.n-park-title h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.n-park-title p {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #000;
    text-align: center;
    /*   text-transform: capitalize; */
}

.park-cards-holder {
    margin: 46px 0 56px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.park-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.park-card .p-card-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 310px;
    max-height: 310px;
    object-fit: cover;
}

.park-card .p-card-cntnt {
    padding: 0px 30px 60px;
    text-align: center;
}

.p-card-cntnt h4 {
    background-color: #C5C544;
    width: fit-content;
    margin: 0 auto;
    font-family: 'oswald';
    color: #000;
    font-weight: 600;
    font-size: 26px;
    line-height: 70px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    transform: translateY(-36px);
}

.p-card-cntnt h5 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 20px;
    line-height: 29.64px;
    color: #000;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.p-card-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
}

.national-park-sec .join-btn {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.visit-park-sec {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 47px 0 94px;
}

.visit-park-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 99px;
}

.visit-park-holder .visit-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.visit-park-sec .visit-content h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    color: #000;
    /*   text-transform: capitalize; */
    max-width: 560px;
}

.visit-park-sec .visit-content h2 span {
    font-weight: 300;
}

.visit-park-sec .visit-content a {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 56px;
}

.download-candy-sec {
    width: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
    padding: 100px 0px;
}

.candy-sec-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
}

.candy-sec-holder .candy-cntnt h2 {
    font-family: 'oswald';
    font-weight: 600;
    color: #000;
    font-size: 46px;
    line-height: 50px;
    max-width: 340px;
    margin-bottom: 56px;
    /*     text-transform: capitalize; */
}

.candy-cntnt h2 span {
    position: relative;
}

.candy-cntnt h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: url(/cdn/shop/files/download-c-after.png) no-repeat center;
    background-size: contain;
}

.candy-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
    margin-bottom: 15px;
}

.candy-cntnt p:last-child {
    margin-bottom: 0;
}

.download-candy-sec .newsletter-form {
    max-width: 100%;
}

.candy-cntnt .name-fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 13px 0 25px;
}

.name-fields input {
    border: 1px solid #E6E6E6;
    outline: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 16px 20px;
}

.name-fields input::placeholder,
.candy-cntnt form input[type="email"]::placeholder {
    color: #A5A5A5;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /*   text-transform: capitalize; */
}

.candy-cntnt form input[type="email"] {
    border: 1px solid #E6E6E6;
    outline: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 17px 20px;
}

.candy-cntnt form button {
    cursor: pointer;
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.71px;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 40px;
    text-transform: capitalize;
}

.candy-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.insta-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 80px 0px 40px;
}

.insta-sec-title h2 {
    text-align: center;
    font-family: 'oswald';
    font-weight: 600;
    color: #40403A;
    font-size: 38px;
    line-height: 56.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.insta-sec-title p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
    text-align: center;
}

.insta-sec .insta-sec-holder {
    width: 100%;
    box-sizing: border-box;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    display:none;
}

.insta-sec-holder li a {
    display: block;
}

.insta-sec-holder li a img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.tarma-footer {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px 0px 0px;
}

.tarma-footer .footer-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 65px;
}

.foot-col-1 {
    padding-right: 40px;
    box-sizing: border-box;
}

.foot-col-1 .foot-logo {
    margin-bottom: 30px;
}


.foot-col-1 .foot-logo img {
    max-width: 136px;
    display: block;
}

.foot-col-1 .foot-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #40403A;
}


.foot-col-2 {
    padding: 0px;
    box-sizing: border-box;
}

.foot-col-2 h4 {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
    margin-top: 55px;
    text-transform: uppercase;
}


.foot-col-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 50px;
    margin-top: 32px;
}

.foot-col-2 ul li a {
    font-family: "PT Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.7px;
    /*     text-transform: capitalize; */
    color: #40403A;
    display: inline-block;
}

.foot-col-3 {
    padding-left: 40px;
    box-sizing: border-box;
}

.foot-col-3 ul {
    margin-top: 35px;
}

.foot-col-3 ul li {
    margin-bottom: 15px;
}

.foot-col-3 ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-family: "PT Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /*     text-transform: capitalize; */
    color: #40403A;
}

.foot-col-3 h4 {
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
    margin-top: 55px;
}

.foot-copyright-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #40403A;
    padding: 20px 0px;

}

.foot-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cr-icons ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.cr-icons ul li {
    display: block;
    height: 36px;
    width: 36px;
    background-color: #ffffff26;
    border-radius: 50%;
}

.cr-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.cr-icons ul li a img {
    transform: scale(1.2);
}


.cr-text p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-transform: capitalize;
}





/* ABOUT US PAGE STYLING */

.banner_head_sec.abt_banner_head_sec {
    background-attachment: fixed;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 160px 0px 110px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr h1 {
    margin: 0 0 20px 0;
    padding-bottom: 50px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr h1 span {
    color: #fff;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr p {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.06px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr p:last-child {
    margin-bottom: 0;
}

.cus-trma-para {
    height: 400px;
    overflow-y: scroll;

}

.cus-trma-para::-webkit-scrollbar {
    width: 0px;
}

.cus-trma-para p {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.06px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.our-story-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 110px 0px 0px;
}

.our-story-title h2 {
    text-align: center;
}

.our-story-title h2 span {
    position: relative;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
    text-align: center;
    display: block;
}

.our-story-title h2 span::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(/cdn/shop/files/abt-s-after.png) no-repeat center;
    background-size: contain;
}

.our-story-holder {
    width: 100%;
    box-sizing: border-box;
    margin-top: 110px;
}

.our-story-holder .story-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 110px;
    gap: 30px;
}

.our-story-holder .story-row:nth-child(odd) .story-cntnt {
    padding-left: 70px;
}

.our-story-holder .story-row:nth-child(even) .story-cntnt {
    padding-right: 70px;
}

.our-story-holder .story-row:last-child {
    margin-bottom: 0;
}

.story-row .story-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.story-row .story-cntnt h3 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 60px;
}

.foot-cntnt {
    text-align: left;
}

.story-row .story-cntnt h3 span {
    position: relative;
}

.story-cntnt h3 span::after {
    content: "";
    width: 104px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: url(/cdn/shop/files/abt-s-after.png) no-repeat center;
    background-size: contain;
}

.story-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #040404;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.story-cntnt ul {
    padding-left: 20px;
}

.story-cntnt ul li {
    margin-bottom: 30px;
    list-style: initial;
}

.story-cntnt ul li:last-child {
    margin-bottom: 0px;
}

.story-cntnt p:last-child {
    margin-bottom: 0;
}

.insta-sec.insta-abt-sec {
    padding-top: 0;
}

.head.header-dark {
    background-color: #40403A;
}


/* PRODUCTS PAGE STYLING */

.products-n-info-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 110px 0px 55px;
}

.products-n-info-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr) 26%;
    gap: 50px;
    background-color: #fff;
}

.top-prod-cards-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.top-prod-cards-holder .top-prod-card {
    background-color: #FCFCFC;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.top-prod-card a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 138px 20px;
}

.top-prod-card a img {
    max-width: 158px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.top-prod-card:hover {
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.bottom-display-prods {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media screen and (min-width: 990px) {
  .bottom-display-prods {
    max-width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.bottom-display-prods .bottom-prod img,
.bottom-display-prods .prod-vid video {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.bottom-display-prods .prod-vid {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.bottom-display-prods .prod-vid span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-display-prods .prod-vid img {
    width: 100%;
    display: block;
}

.bottom-display-prods .prod-vid span img {
    max-width: 120px;
    cursor: pointer;
}

.prod-vid .vid-popup-box {
    position: fixed;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.507);
    backdrop-filter: blur(20px);
    overflow: hidden;
    display: none;
}

.prod-vid .vid-popup-box-active {
    display: flex;
}

.prod-vid .vid-popup-box i {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 17px 20px;
    font-size: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.prod-vid .vid-popup-box video {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
}

.bottom-display-prods .bottom-prods-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bottom-prods-holder .bottom-prod img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    min-height: 376px;
    max-height: 376px;
}

.products-detailed-info {
    width: 100%;
    box-sizing: border-box;

}

.products-detailed-info .about-product h3 {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
    margin-bottom: 10px;
}

.products-detailed-info .about-product h4 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}

.products-detailed-info .about-product h5 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #000;
    /*     text-transform: capitalize; */
}

.products-detailed-info .about-product h5 sup {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
}

.about-product .prod-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 20px 0px;
}

.about-product .prod-rating li i {
    color: #FFA132;
    font-size: 16px;
}

.about-product .prod-rating li span {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
    padding-left: 5px;
}

.about-product p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.products-detailed-info .all-selectors-holder {
    margin-top: 30px;
}

.all-selectors-holder .selector-title p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /*     text-transform: capitalize; */
    color: #000;
}

.all-selectors-holder .selector-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Color input */

.color-selector {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 20px;
}

.color-selector input {
    appearance: none;
    position: absolute;
}

.color-selector label {
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    border: 0.5px solid transparent;
    transition: all 0.3s;
}

.color-selector label .c1 {
    height: 34px;
    width: 34px;
    background-color: #000;
    border-radius: 5px;
}

.color-selector label .c2 {
    height: 34px;
    width: 34px;
    background-color: #768692;
    border-radius: 5px;
}

.color-selector label .c3 {
    height: 34px;
    width: 34px;
    background-color: #9CAF88;
    border-radius: 5px;
}

.color-selector input:checked+label {
    border: 0.5px solid #000;
    transition: all 0.3s;
}


/* Length input */


.length-selector-holder {
    margin-top: 30px;
}

.length-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.length-selector input {
    appearance: none;
    position: absolute;
}

.length-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.length-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.length-selector label .length-box {
    text-align: center;
    padding: 10px 0px;
}


/* Diameter input */

.diameter-selector-holder {
    margin-top: 30px;
}

.diameter-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.diameter-selector input {
    appearance: none;
    position: absolute;
}

.diameter-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.diameter-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.diameter-selector label .diameter-box {
    text-align: center;
    padding: 10px 0px;
}


/* Metal input */

.metal-selector-holder {
    margin-top: 30px;
}

.metal-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.metal-selector input {
    appearance: none;
    position: absolute;
}

.metal-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.metal-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.metal-selector label .metal-box {
    text-align: center;
    padding: 10px 0px;
}

.length-box p,
.diameter-box p,
.metal-box p {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.all-selectors-holder .cart-btn {
    outline: none;
    border: none;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
}

.description-box {
    margin-top: 60px;
}

.description-box h2 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #000;
    /*     text-transform: capitalize; */
    margin-bottom: 20px;
}

.description-box p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /*     text-transform: capitalize; */
    color: #000;
}

.customer-review-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 55px 0px 0px;
}

.c-reviews-holder h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
}

.c-reviews-holder ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.33px;
    margin: 20px 0px 10px;
}

.c-reviews-holder ul li i {
    color: #FFA132;
}

.customer-review-sec .c-reviews-txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #C0C0C0;
    padding-bottom: 50px;
}

.customer-review-sec .c-reviews-txt p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #40403A;
}

.customer-review-sec .c-reviews-txt p:last-child {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;

}


/* PRODUCT OVERLAY*/


#product-grid .grid__item {
    position: relative;
}

#product-grid .grid__item .quick-add-sec,
.best_sel .test_slider .swiper-slide .quick-add-sec,
.suggestion_cart .quick-add-sec {
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.1s;
    z-index: 2;
}

#product-grid .grid__item:hover .quick-add-sec,
.best_sel .test_slider .swiper-slide:hover .quick-add-sec,
.suggestion_cart:hover .quick-add-sec {
    opacity: 1;
    transform: scale(1);
}

#product-grid .grid__item:hover .best_sel_box_img img:nth-child(2) {
    opacity: 1;
}

#product-grid .grid__item:hover .best_sel_box {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 5%);
}




/* Collection Page Css */

.banner_head_sec.collect_page .banner_cntnt_hldr h1 {
    color: #fff;
}

.banner_head_sec.collect_page {
    background: url(../images/collection-bg.jpg) no-repeat center;
    background-size: cover;
}

.banner_head_sec.collect_page .banner_cntnt_hldr {
    padding: 100px 0;
}

.collect_sort_sec {
    padding: 50px 0;
}

.collect_sort_filter {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
}

.collect_sort_contnt_hldr {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

.collect_sort_cntnt_hldr {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.collect_sort_filter_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collect_fltr_prod p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #BDBDBD;
}

.collect_filter_sort {
    display: flex;
    align-items: center;
    gap: 12px;
}

.collect_filter_sort h6 {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

.collect_filter_sort select {
    cursor: pointer;
    background: #FBFBFB;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    width: 170px;
    height: 40px;
    text-indent: 14px;
}

.collect_filter_sort select {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

.collect_categ_accord button.category_accord {
    background: #F2F2F2;
    font-family: "PT Sans", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0 15px 20px;
    cursor: pointer;
    position: relative;
}

.collect_categ_accord button.category_accord::after {
    content: '\f067';
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    color: #000;
    float: right;
    margin-right: 20px;

}

.collect_categ_accord.categ_accord_active button.category_accord::after {
    content: '\f068';
}

.category_accord_cntnt {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

.collect_categ_accord.categ_accord_active .category_accord_cntnt {
    max-height: 500px;
    transition: all 0.4s ease-out;
}

.category_accord_cntnt ul li {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #EFEFEF;
}

.category_accord_cntnt ul li.categ_prod_list_active a {
    color: var(--primary-btn-bg);
    font-weight: 700;
}

.category_accord_cntnt ul li.categ_prod_list_active a::after {
    content: '\f054';
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    color: var(--primary-btn-bg);
    float: right;
    margin-right: 20px;
}

.category_accord_cntnt ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.category_accord_cntnt ul li a {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical {
    padding: 0 40px;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical .best_sel_box {
    min-width: inherit;
    max-width: 100%;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical ul#product-grid {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical ul#product-grid li.grid__item.globo-swatch-product-item {
    width: calc(33% - 30px);
}






/* .collect_sort_left {
    margin-top: 70px;
} */

.collect_sort_page_count ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.collect_sort_page_count ul li a {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #A3A3A3;
}

.collect_sort_page_count ul li a i {
    color: #40403A;
}

.collect_sort_page_count ul li.collect_active_page a {
    color: #CCCC5A;
    font-weight: 700;
}

.collect_sort_page_count {
    margin-top: 80px;
}

.collect_sort_page_count {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;

}


/* BLOG PAGE STYLING */

.abt_banner_head_sec.blog_banner_head_sec {
    background-image: url(../images/blog-banner-bg.jpg);
    background-attachment: scroll;
}

.blog-banner_cntnt_hldr h1 span {
    color: #fff;
}

.blogs-sec {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0px 110px;
}

.all-blogs-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.all-blogs-holder .blog-card {
    box-sizing: border-box;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.blog-card .blog-card-top-img a img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.blog-card-bottom-cntnt {
    padding: 40px 40px 25px 40px;
}

.blog-card-bottom-cntnt .blog-txt-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog-txt-bar h6 {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
}

.blog-txt-bar span {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #8D8D8D;
}

.blog-card-bottom-cntnt .blog-title h4 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
}

.blog-card-bottom-cntnt .blog-title p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.blog-card-bottom-cntnt .blog-title a {
    background: #C5C54433;
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    color: var(--btn-txt);
    /*     text-transform: capitalize; */
    display: block;
    width: fit-content;
    margin: 42px 0 0 0;
    transition: all 0.3s;
}

.blog-card:hover .blog-title a {
    background-color: var(--primary-btn-bg);
}


/* SINGLE BLOG PAGE STYLING */

.single-blog-banner-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px 0px 55px;
}

.single-blog-bnr-top-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.single-blog-bnr-bottom-cntnt {
    padding-top: 60px;
}

.single-blog-info-bar {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.single-blog-info-bar .bar-left p {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #40403A;
}

.single-blog-info-bar .bar-left p span {
    color: #CCCC5A;
    padding-left: 8px;
    display: inline-block;
}

.single-blog-info-bar .bar-right p {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #40403A;
}

.single-blog-info-bar .bar-right p span {
    display: inline-block;
    padding-left: 8px;
}

.single-blog-info h2 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
    margin-bottom: 35px;
}

.single-blog-info h2 br {
    display: none;
}

.single-blog-info p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /*     text-transform: capitalize; */
    color: #040404;
}

.single-blog-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 55px 0px 0px;
}

.single-blog-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 100px;
}

.single-blog {
    overflow: hidden;
}

.single-blog .s-blog-top {
    margin-bottom: 40px;
}

.single-blog .s-blog-top h3 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #000;
}

.single-blog .s-blog-bottom img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.single-blog-sec .single-blog-text-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0px;
    border-bottom: 1px solid #C8C8C8;
}

.single-blog-sec .single-blog-text-bar p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.best_sel_slider_hldr .test_slider,
.jewelry-prod-holder .swiper,
.testi_slider {
    overflow: hidden;
}

.head_nav li {
    color: #fff;
}

.header__submenu li a {
    color: #000 !important;
}

p.product__text.caption-with-letter-spacing {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.product__title h1 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}


span.price-item.price-item--regular {
    font-size: 26px !important;
    letter-spacing: 0px;
}

.product__tax {
    font-family: "PT Sans", sans-serif;
}

fieldset.product-form__input .form__label {
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
}

.product__description {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    /*     text-transform: capitalize; */
    color: #000;
}

.product-form__submit {
    background: var(--primary-btn-bg) !important;
    display: block !important;
    width: fit-content !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    color: var(--btn-txt) !important;
    padding: 16px 46px !important;
}

.product-form__submit:after {
    display: none !important;
}


span.attr-title-hover {
    display: none;
}



label.name-option {
    font-family: "PT Sans", sans-serif;
    color: #000;
}

.globo-swatch-product-detail .swatch--gl li .globo-style--button {
    border-color: #000000;
    color: #000000;
    background-color: #FFFFFF;
    font-family: "PT Sans", sans-serif;
    padding: 19px 9px !important;
    border-radius: 8px;
}

.globo-swatch-product-detail ul.value li.select-option input:checked+.globo-style--button {
    border-color: #000000;
    color: #fff !important;
    background-color: #40403a !important;
}

.top-prod-and-vid-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.top-prod-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    min-height: 306px;
    max-height: 306px;

}

.bottom-display-prods .prod-vid {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.bottom-display-prods .prod-vid video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 376px;
    max-height: 376px;
}

.story-row:nth-child(even) .story-img {
    order: 1;
}


/* h2.facet-filters__label.caption-large.text-body {
    display: none;
} */

select#SortBy {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    border: solid 1px #e7e7e7;
    padding: 10px 25px;
    background: #FBFBFB;
    color: #40403A;
    border-radius: 2px;
}

.facet-filters__sort+.icon-caret {
    right: 10px !important;
}


.product-count__text {
    margin-top: 12px !important;
}



.collection-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    z-index: 1;
    position: relative;
}

.collection-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / .5);
    z-index: -1;
}

.collection .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}

.collection .banner_cntnt_hldr h1 {
    margin: 100px 0 0px 0;
    font-size: 48px;
    line-height: 54px;
}

.collection-banner .banner_cntnt_hldr h1::after {
    bottom: 45px;
}

.collection-banner .banner_cntnt_hldr {
    padding: 80px 0 50px;
}

.about-banner {
    background-position: center top !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 1;
    position: relative;
    margin-top: -100px;
}

.about-banner.wholesale-banner {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
    box-sizing: border-box;
}

.about-banner.wholesale-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 0;
    margin-top: 0;
    text-align: center;
}

.wholesale-banner .banner_cntnt_hldr h1::after {
    bottom: 10px;
}

.about-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / 0.10);
    z-index: -1;
}

.about-us .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}

.about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding-top: 160px;
}

#shopify-section-template--15685928648898__16624711319487c5a1 .about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    margin-top: -90vh;

}

.card.article-card.card--standard.article-card__image--medium.card--media {
    box-shadow: 10px 10px 44px rgb(0 0 0 / 5%);
}


.blog .card__content {
    padding: 20px !important;
}

.article_more {
    background: #C5C54433;
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    color: #000;
    /*     text-transform: capitalize; */
    display: block;
    width: fit-content;
    margin: 42px 0 0 0;
    transition: all 0.3s;
}

.article-card .card__heading {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
}

.article-card__excerpt {
    margin-top: 1.2rem;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.blog-articles {
    grid-gap: 30px !important;
}

.blog .header-wrapper {
    position: absolute;
    background: no-repeat;
    width: 100%;
}

article.article-template {
    margin-top: 50px;
}

.article-template header {
    padding-left: 0px;
}

.article-template__social-sharing {
    margin-top: 3rem;
    padding-left: 0;
}

.article-template__content {
    padding-left: 0;
}

.article-template__content {
    font-family: "PT Sans", sans-serif;
    color: #000;
    font-size: 17px;
}


.caption-with-letter-spacing {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
}

.article-card__image-wrapper.card__media {
    border-radius: 20px !important;
}





.test_slider .swiper-slide-active .sizes-selector input:checked+label {
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
}

.sizes-selector label .size-box {
    text-align: center;
    padding: 13px 0px;
}

.sizes-selector label .size-box p {
    color: #000;
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.product-count-vertical.light h2.product-count__text.text-body span#ProductCountDesktop {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: calc(79% - 30px);
    margin-left: auto;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm .product-count-vertical.light {
    margin-left: 0;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm h2.facet-filters__label.caption-large.text-body {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
    font-family: 'PT Sans', sans-serif !important;
    transform: translateX(20px);
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm .select {
    transform: translateX(20px);
}

.pagination__list li a.pagination__item.link {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    /*     text-transform: capitalize; */
    color: #A3A3A3;
    font-weight: 400;
}

.pagination__list li a.pagination__item.pagination__item--current.light {
    color: #CCCC5A;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 30px;
}

/ QUICK ADD STYLING / .best_sel_box {
    width: 100%;
    border-radius: 10px;
}

.best_sel_box_img {
    position: relative;
}

.best_sel_box_img .quick-add-sec {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.1s;
}

.best_sel_box:hover .quick-add-sec {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;
}

.quick-add-sec .quick-add-holder {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff99;
    backdrop-filter: blur(24px);
    padding: 15px;
    border-radius: 4px;
    box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
    z-index: 999;
}

.quict-add-i-title .quick-add-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    max-width: 120px;
    margin: 0 auto;
}

.quick-add-title img {
    max-width: 24px;
    margin: 0;
}

.quick-add-title p {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.quick-add-row {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.quick-add-row button {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 13px 0px;
    width: calc(49% - 5px);
    box-shadow: 4px 4px 44px rgb(0 0 0 / 5%);
    cursor: pointer;
    border: 0.5px solid transparent;
    border-radius: 5px;
    transition: all 0.2s;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.quick-add-row button:hover {
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 0%);
}


/* ABSOLUTE */

.grid__item.globo-swatch-product-item {
    position: relative;
}

.grid__item.globo-swatch-product-item .quick-add-sec {
    position: absolute;
    padding: 17px;
    top: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.1s;
}

.grid__item.globo-swatch-product-item:hover .quick-add-sec {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;

}

.cart-count-bubble {
    background: var(--primary-btn-bg) !important;
}

/* Changes 12th september */

.cart-item__name {
    color: #000;
}

.cart-drawer .cart__checkout-button {
    background: var(--primary-btn-bg);
    border: 1px solid var(--primary-btn-bg);
    border-radius: 4px;
    color: var(--btn-txt);
    font-weight: 700;
}

.cart-drawer .cart__checkout-button:hover {
    border: 1px solid var(--primary-btn-bg);
    box-shadow: none;
}

.cart-drawer .cart__checkout-button::before,
.cart-drawer .cart__checkout-button::after {
    display: none;
}

.product--no-media {
    max-width: 100% !important;
}


.is-empty .cart__warnings a,
.center.collection__view-all a {
    background: var(--primary-btn-bg);
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: var(--btn-txt);
    padding: 16px 46px;
    margin: 0 auto;
}

.is-empty .cart__warnings a::before,
.is-empty .cart__warnings a::after,
.center.collection__view-all a::before,
.center.collection__view-all a::after,
.contact .contact__button button::before,
.contact .contact__button button::after {
    display: none;
}

.contact .main-page-title {
    margin-bottom: 0 !important;
}

.contact .contact__button button {
    background: var(--primary-btn-bg);
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: var(--btn-txt);
    padding: 16px 46px;
}

.stories.blog .card__heading a:after {
    display: none;
}

.card__inner {
    background: #fff !important;
}

.card.article-card.card--standard.article-card__image--medium.card--media {
    border-radius: 20px;
    overflow: hidden;
}

.article_more {
    text-decoration: none !important;
}

.blog-articles__article:hover .article_more {
    background: var(--primary-btn-bg) !important;
}

.banner_head_sec video.banner-bg-vid {
    position: absolute;
    height: 100%;
}

video.banner-bg-vid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    object-fit: cover;
}


.about-banner.parallax-active video.banner-bg-vid {
    position: sticky;
    height: 100vh;
}


.about-banner:not(.wholesale-banner) .banner_cntnt_hldr.abt-banner_cntnt_hldr p {
    padding-bottom: 100vh;
}

.about-banner:not(.wholesale-banner) .banner_cntnt_hldr.abt-banner_cntnt_hldr p:last-child {
    padding-bottom: 50vh;
}

.wholesale-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr p:last-child {
    padding-bottom: 13vh;
}

.about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    margin-top: -90vh;
}

.banner_info_top_row::before {
    opacity: 1;
}

.g-variant-color-detail .select-option label,
.g-variant-color-detail .select-option label::before {
    border-radius: 4px;
}

.spr-header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px !important;
    line-height: 54px;
    color: #000000;
    /*   text-transform: capitalize; */
}

.spr-summary-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
}

.spr-summary-actions-newreview {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
    font-style: italic;
}

.rating-star.color-icon-text {
    font-size: 25px;
    letter-spacing: 5px;
}

.spr-form .spr-button.spr-button-primary {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    width: fit-content;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
}

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
    color: #ffac00;
}

@media(min-width: 2000px) {
    .container {
        max-width: 1600px;
    }


    #shopify-section-template--15685928648898__16624711319487c5a1 .about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
        margin-top: -90vh;
    }

}

.article-card__excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.cart__footer .cart__blocks .cart__ctas .cart__checkout-button {
    background: var(--primary-btn-bg);
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 60px;
    color: var(--btn-txt);
    display: block;
    margin-left: auto;
}

.cart__footer .cart__blocks .cart__ctas .cart__checkout-button::before,
.cart__footer .cart__blocks .cart__ctas .cart__checkout-button::after {
    display: none;
}

/* FADE IN EFFECT */

.reveal {
    opacity: 0.2;
    transition: all 0.5s;
}

.reveal.fade-active {
    opacity: 1;
}


/* FADE IN EFFECT */


/* WHOLESALE PAGE STYLING */

.banner_head_sec.wholesale_banner_head_sec {
    background-image: url(../images/wholesale-banner-bg.jpg);
    background-attachment: fixed;
}

.wholesale_banner_head_sec .abt-banner_cntnt_hldr h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 58px;
    text-transform: capitalize;
    color: #FFFFFF;
    max-width: 786px;
    margin: 0 auto 40px;
}

.wholesale_banner_head_sec .abt-banner_cntnt_hldr h1 span {
    display: inline-block;
}

.wholesale_banner_head_sec .banner_cntnt_hldr h1::after {
    bottom: 0;
}

.wholesale_banner_head_sec .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 200px 0px;
}

.exclusive-pricing-sec {
    width: 100%;
    background-color: #fff;
    padding: 30px 0px 60px;
}

.exclusive-pricing-top-row {
    width: 100%;
    margin-bottom: 30px;
}

.exclusive-pricing-top-box {
    position: relative;
    z-index: 1;
    width: 100%;
    background-image: url(../images/toprow-box.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-botom-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.exclusive-pricing-bottom-box1 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bottom-row-box-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-bottom-box2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bottom-row-box-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-top-box::before,
.exclusive-pricing-bottom-box1::before,
.exclusive-pricing-bottom-box2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.exclusive-pricing-top-box span,
.exclusive-pricing-bottom-box1 span,
.exclusive-pricing-bottom-box2 span {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.exclusive-pricing-top-box h2,
.exclusive-pricing-bottom-box1 h2,
.exclusive-pricing-bottom-box2 h2 {

    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 8px auto 0px;
}

.exclusive-pricing-top-box h2 {
    max-width: 100%;
}

.exclusive-pricing-bottom-box1 h2 {
    max-width: 520px;
}

.exclusive-pricing-bottom-box2 h2 {
    max-width: 560px;
}

.good-jewellery-sec {
    width: 100%;
    padding: 50px 0px;
    background-color: #fff;
}

.good-jewellery-holder {
    width: 100%;
}

.good-jewellery-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    margin-bottom: 110px;
}

.good-jewellery-row:last-child {
    margin-bottom: 0;
}

.good-jewellery-row .good-jewellery-col-1 img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-1 {
    order: 1;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-2 {
    order: 2;
    padding: 0px 70px;
}

.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-1 {
    order: 2;
}

.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-2 {
    order: 1;
    padding: 0px 70px;
}

.good-jewellery-col-2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    max-width: 505px;
    margin-bottom: 60px;
}

.good-jewellery-col-2 h2 span {
    position: relative;
    display: inline-block;
}

.good-jewellery-col-2 h2 span::before {
    content: '';
    background-image: url(../images/wholesale-bef.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 104px;
    height: 10px;
    left: 0;
    bottom: -20px;

}


.good-jewellery-col-2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    max-width: 510px;
    margin-bottom: 20px;
}

.good-jewellery-col-2 p:last-child {
    margin-bottom: 0;
}

.good-jewellery-col-2 ul {
    margin-top: 40px;
    padding-left: 20px;
}


.good-jewellery-col-2 ul li {
    list-style: initial;
    margin-bottom: 30px;
}

.good-jewellery-col-2 ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
}

.good-jewellery-col-2 ul li p span {
    font-weight: 700;
}

.partner-testimonial-sec {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px;
}

.partner-testimonial-title {
    width: 100%;

}

.partner-testimonial-title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.partner-testimonial-sec .reviews-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 60px;
}

.rev-contnt-b-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.reviews-holder .rev-contnt-b-row h5 {
    margin-top: 0px;
}

.reviews-holder .rev-contnt-b-row img {
    display: block;
    max-width: 110px;
}

.wholesale-partner-sec {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 50px 0px 100px;
    padding: 175px 0px;
    background-image: url(../images/wholesale-prtnr-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    z-index: 1;
}

.wholesale-partner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    z-index: -1;
}

.wholesale-partner-cntnt-box {
    max-width: 725px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.wholesale-partner-cntnt-box h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.wholesale-partner-cntnt-box h2 span {
    position: relative;
}

.wholesale-partner-cntnt-box h2 span::before {
    content: '';
    background-image: url(/cdn/shop/files/banner-head-dsgn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 189px;
    height: 17px;
    left: -20px;
    bottom: -10px;
}

.wholesale-partner-cntnt-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.wholesale-partner-cntnt-box a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    width: fit-content;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 52px;
    border-radius: 5px;
    margin: 60px auto 0;
}





/* SUBSCRIPTION PAGE STYLING */

.banner_head_sec.subscription_banner_head_sec {
    background-image: url(../images/subscription-banner-bg.jpg);
    background-attachment: fixed;
}

.banner_cntnt_hldr.subscription-banner_cntnt_hldr {
    padding: 184px 0 295px;
    text-align: center;
}

.subscription-banner_cntnt_hldr h1 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    margin: 20px 0 0px 0;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-weight: 600;
}

.banner_cntnt_hldr.subscription-banner_cntnt_hldr h1 span {
    color: #fff;
    position: relative;
}

.subscription-banner_cntnt_hldr h1::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -25px;
    background: url(../images/banner-head-dsgn.png) no-repeat center;
}


.wholesale-partner-sec.pricing-partner-sec {
    background-image: none;
    padding: 00px 0px;
    background-color: #fff;
}

.wholesale-partner-sec.pricing-partner-sec::before {
    display: none;
}

.wholesale-partner-sec.pricing-partner-sec .pricing-partner-holder {
    position: relative;
    background-image: url(../images/pricing-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 110px 0px;
    z-index: 1;
}

.wholesale-partner-sec.pricing-partner-sec .pricing-partner-holder::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    z-index: -1;
    border-radius: 10px;
}

.wholesale-partner-sec.pricing-partner-sec .wholesale-partner-cntnt-box h2 span::before {
    background-image: url(../images/wholesale-bef.png);
    width: 89px;
    height: 7px;
    left: 0px;
}

.wholesale-partner-sec.pricing-partner-sec .wholesale-partner-cntnt-box a {
    color: #fff;
    padding: 15px 62px;
}


.whats-inside-sec {
    width: 100%;
    padding: 60px 0px;
}

.whats-inside-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
}


.whats-inside-box {
    background-color: #fff;
    box-shadow: 0px 4px 45px rgba(165, 165, 165, 0.2);
    border-radius: 10px;
    padding: 110px 50px;
}

.whats-inside-box h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 60px;
}

.whats-inside-box h2 span {
    position: relative;
}

.whats-inside-box h2 span::before {
    content: '';
    background-image: url(/cdn/shop/files/wholesale-bef.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 104px;
    height: 10px;
    left: 0;
    bottom: -20px;
}

.whats-inside-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
}

.whats-inside-box ul {
    padding-left: 20px;
}

.whats-inside-box ul li {
    list-style: initial;
    margin-bottom: 20px;
}

.whats-inside-box ul li:last-child {
    margin-bottom: 0px;
}

.whats-inside-box ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    padding-left: 0px;
    margin-top: 0px;
}

.whats-inside-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-left: 20px;
    margin-top: 30px;
}

.whats-inside-box p a {
    color: var(--primary-btn-bg);
}

.good-jewellery-sub-sec .good-jewellery-row {
    gap: 55px;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-2 {
    padding-left: 0px;
}


.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-2 {
    padding-right: 0;
}

.good-jewellery-holder .good-jewellery-row .good-jewellery-col-2 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin-bottom: 20px;
}

.good-jewellery-holder .good-jewellery-row .good-jewellery-col-2 h3 span {
    color: #BDC83C;
}


/* wholesale and subscription styling shopify */

#shopify-section-template--15839728959682__16642028221b9748a2 .banner_cntnt_hldr h1::after {
    bottom: -5px;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .banner_info_top_row::before,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left::before,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right::before {
    background-color: #00000080;
    opacity: 1;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left h3,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right h3 {
    margin-top: 8px !important;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left:hover h5,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right:hover h5,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left:hover h3,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right:hover h3 {
    height: initial;
    margin: initial;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right {
    min-height: 360px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 {
    padding: 0px 40px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec {
    padding: 110px 0px;
    margin: 50px 0px 0px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec,
#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec::before {
    border-radius: 10px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-cntnt-box h2 span::before {
    width: 104px;
    height: 10px;
    left: 0px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-cntnt-box a {
    /*   color: #fff; */
    padding: 15px 72px;
    margin: 50px auto 0;
}

.header__submenu {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.header__menu-item span {
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}

.article-template__title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    text-transform: uppercase;
}

.foot-copyright a {
    color: #fff;
}

.top_bar_cntnt_hldr a {
    display: flex;
    grid-gap: 5px;
}

.product__media-wrapper #GalleryViewer-template--15685928321218__main {
    max-height: 700px;
    overflow: hidden;
}


.product__media-wrapper #GalleryViewer-template--15685928321218__main * {
    height: 100%;
    object-fit: cover;
}

.product__media-wrapper #GalleryViewer-template--15685928321218__main .product__media-icon .icon {
    height: 1.4rem !important;
}

.product__media-icon {
    height: 3rem !important;
}

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    height: 159px;
}

.product--thumbnail_slider .thumbnail-slider {
    width: 170px !important;
}

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide * {
    object-fit: contain;
}

.product--thumbnail_slider media-gallery {
    margin-bottom: 30px;
}

.shopify-installments {
    display: none;
}

.product__description h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}


@media screen and (max-width: 750px) {

    .product--thumbnail_slider .thumbnail-slider {
        width: 100%;
    }

    .thumbnail-list__item.slider__slide {
        width: calc(26% - 0.6rem) !important;
    }

    .product--thumbnail_slider .thumbnail-slider {
        width: 100% !important;
    }

    .product__media-wrapper #GalleryViewer-template--15685928321218__main * {
        height: inherit;
    }

    .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        height: auto;
    }

}

@media screen and (max-width: 1024px) {
    .product--thumbnail_slider .thumbnail-slider {
        width: auto !important;
    }

    .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        height: inherit;
    }

}


@media only screen and (max-width: 1235px) {

    .head_logo {
        padding-right: 10px;
    }

    .head_nav {
        padding-right: 0px;
    }

    .head_nav li {
        padding: 0;
    }

    .header__menu-item {
        padding: 0.6rem 10px !important;
    }

    .sec_menu li a,
    .header__menu-item span {
        font-size: 15px;
    }


}

.head_nav .sec_menu:nth-child(2) li a:hover {
    text-decoration: underline;
}


.best_sel .swiper-slide {
    display: block;
}

.quick-add-sec h3 {
    color: #000;
}

p.rating-count.caption {
    color: #787878;
}

.jewelry-sec .swiper-slide {
    display: block;
    position: relative;
}

.jewelry-sec .jewelry-card-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.jewelry-sec .card-wrapper { flex: 1; min-height: 0; }
.jewelry-sec .card { height: 100%; background: transparent; border: none; box-shadow: none; border-radius: 0; overflow: visible; transition: none; }
.jewelry-sec .card__inner.ratio {
    padding-bottom: 0 !important;
    height: 230px !important;
    overflow: hidden;
    position: relative;
}

.jewelry-sec .card__inner .card__media,
.jewelry-sec .card__inner .media {
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

.jewelry-sec .card__inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.jewelry-sec .card__content { padding: 16px 16px 12px !important; }
.jewelry-sec .card,
.jewelry-sec .card-information {
    --text-alignment: left;
    text-align: left;
}

.jewelry-sec .jewelry-shop-link {
    padding: 0 16px 16px;
}

.jewelry-sec .jewelry-shop-link a {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 20px;
    background: #F0F0E8;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s;
}

.jewelry-sec .jewelry-shop-link a:hover {
    background: #BDC83C;
    color: #000;
}


.jewelry-sec .swiper-slide .quick-add-sec {
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.1s;
    z-index: 2;
}

.jewelry-sec .swiper-slide:hover .quick-add-sec {
    opacity: 1;
}

.quick-add-row product-form {
    width: calc(50% - 5px);
}

.quick-add-row product-form form {
    display: block;
}

.quick-add-row product-form form button {
    width: 100%;
    max-width: 100%;
}


.suggestion-area {
    height: 100%;
    width: 100%;
    background: #00000080;
    overflow: auto;
}

.suggestion-box {
    padding: 30px 65px;
}

.suggestion-title h2 {
    font-size: 36px;
    color: #fff;
    line-height: normal;
    margin-bottom: 30px;
}

.suggestion-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.suggestion_cart:last-child {
    display: none;
}

.drawer.active .best_sel_box {
    display: block;
}

.drawer .best_sel_box {
    display: none;
}

.drawer .best_sel_box .best_sel_box_cntnt {
    padding: 5px 0 0;
}


.suggestion_cart {
    position: relative;
    z-index: 2;
}

.suggestion_cart .best_sel_box {
    padding-bottom: 15px;
}

.suggestion_cart .best_sel_box_cntnt h3 {
    margin: 5px 0;
}

.suggestion_cart .best_sel_box_cntnt h4 {
    margin: 12px 0 5px;
}

/* New Sections Css */

.categ-boxes-sec {
    width: 100%;
    padding: 26px 0px;
    background: #fff;
}

.cb-row-primary {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
    height: 240px;
}

.cb-row-secondary {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    height: 300px;
}

.cb-row-primary .cb-primary-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.cb-primary-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cb-row-primary .cb-primary-box a {
    display: block;
    height: 100%;
}

.cb-primary-box:hover .cb-p-ovrlay {
    background: rgb(0 0 0 / 40%);
}

.cb-primary-box .cb-p-ovrlay {
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 10px;
    transition: all 0.3s;
}

.cb-p-ovrlay button {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    max-width: 180px;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

/* hehehe */

.cb-row-secondary .cb-secondary-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.cb-secondary-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cb-row-secondary .cb-secondary-box a {
    display: block;
    height: 100%;
}

.cb-secondary-box:hover .cb-s-ovrlay {
    background: rgb(0 0 0 / 40%);
}

.cb-secondary-box .cb-s-ovrlay {
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 10px;
    transition: all 0.3s;
}

.cb-secondary-box .cb-s-ovrlay button {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    max-width: 180px;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

/* Purpose Sec Styling */

.purpose-links-sec {
    width: 100%;
    padding: 15px 0px 25px;
    background: #fff;
}

.purpose-links-row {
    width: 100%;
    display: block;
  position: relative;
/*     grid-template-columns: repeat(3, 1fr);
    gap: 30px; */
}

.swiper-container.stacks-slider {
    overflow: hidden;
}

.purpose-link-box {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
}

.purpose-link-box:hover {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 0%);
}

.purpose-link-box a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 30px 15px;
    transition: all 0.3s;
}

.purpose-link-box .purpose-link-img {
    padding: 25px;
    background: rgba(197, 197, 68, 0.2);
    border-radius: 5px;
    transition: all 0.3s;
  min-width: 120px;
}

.purpose-link-box .purpose-link-img img {
    width: 100%;
    display: block;
    max-width: 70px;
    height: 70px;
    object-fit: contain;
    transition: all 0.3s;
}

.purpose-link-box:hover .purpose-link-img {
    background: var(--primary-btn-bg);
}

.purpose-link-box:hover .purpose-link-img img {
    filter: invert(1);
}

/* .purpose-link-txt p {
    font-family: PT Sans, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
} */

/* .purpose-link-txt h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
} */

.purpose-link-txt h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-family: PT Sans, sans-serif !important;
}

.purpose-link-txt p {
    font-family: PT Sans, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
    color: #626262;
    margin-bottom: 8px;
    padding-right: 30px;
}

.lm-btn-row {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
}

.lm-btn {
    width: fit-content;
    background: #ffffff;
    margin: 0 auto;
    padding: 0px 40px;
    transform: translateY(26px);
}

.lm-btn a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    background: var(--primary-btn-bg);
    color: var(--btn-txt);
    padding: 15px 54px;
    border-radius: 5px;
    transition: all 0.3s;
}


.visit-park-sec .visit-content h2 span {
    font-weight: 300;
}

.grey_bar {
    background: #40403A;
    color: #fff;
    text-align: center;
    padding: 5px 10px;res
    font-size: 16px;
}

#shopify-section-template--15933898129602__dc407351-b383-40b5-9780-ba8f010fb252 {
    padding-top: 80px;
}

/* ==========================
   Collection Banner
   ========================== */

.collection-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 1;
    position: relative;
}

.collection-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.collection-banner .banner_cntnt_hldr {
    padding: 150px 0 80px;
}

.collection-banner .banner_cntnt_hldr h1 {
    margin: 0;
    font-size: 48px;
    line-height: 54px;
    padding-bottom: 80px;
}

/* Remove gap between banner and product grid */
#shopify-section-banner + #shopify-section-product-grid .section-padding,
.main-collection-product-grid-section {
    padding-top: 0 !important;
}

/* ==========================
   Collection Filter Sidebar
   ========================== */

/* "Filter:" label */
.facet-filters__label {
    color: #40403A;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Section headings (Product Type, Collection, Metal, Color) */
.facets__heading,
.facets__summary span:first-of-type {
    color: #40403A;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Section summary row hover */
.facets__summary:hover,
.facets__disclosure[open] .facets__summary {
    color: #BDC83C;
}

/* Caret icon color */
.facets__summary .icon-caret {
    color: #40403A;
}

/* Checkbox label text */
.facet-checkbox__text-label,
.facets__label {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #40403A;
}

/* Checkbox accent color when checked */
.facet-checkbox input[type="checkbox"]:checked + .facet-checkbox__text .facet-checkbox__text-label {
    color: #BDC83C;
    font-weight: 700;
}

/* Checkbox box */
.facet-checkbox > svg {
    flex-shrink: 0;
}

/* Checked state — Tarma green fill */
.facet-checkbox > input[type='checkbox']:checked ~ svg {
    background-color: #BDC83C !important;
    outline-color: #BDC83C !important;
}

/* Checkmark icon — white so it reads on green */
.facet-checkbox > input[type='checkbox']:checked ~ .svg-wrapper {
    color: #fff;
}

/* Hover border hint */
.facets__label:hover .facet-checkbox > svg {
    outline-color: #BDC83C;
}

/* Active filter pills */
span.active-facets__button-inner {
    background-color: #F0F0E8 !important;
    color: #40403A !important;
    font-family: 'PT Sans', sans-serif;
    box-shadow: 0 0 0 0.1rem #BDC83C !important;
    border-radius: 4px;
    border: none !important;
}
.active-facets__button--light .active-facets__button-inner,
.active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0.15rem #BDC83C !important;
    border: none !important;
}
.active-facets__button .svg-wrapper svg {
    color: #40403A;
}
.active-facets__button:hover .active-facets__button-inner {
    background-color: #e8edba;
}
.active-facets__button-remove .underlined-link {
    color: #40403A;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.3rem;
}

/* ==========================
   Collection Product Grid
   ========================== */

/* Card shell — flex column so Shop Now sticks to bottom */
.collection-card-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    overflow: hidden;
}

.collection-card-shell .card-wrapper {
    flex: 1;
    min-height: 0;
}

.collection-card-shell .card {
    height: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

/* Fixed height image container with centered natural image */
.collection-card-shell .card__inner.ratio {
    padding-bottom: 0 !important;
    height: 230px !important;
    position: relative;
    overflow: hidden;
    background: rgba(197, 197, 68, 0.04);
}

/* Let Dawn handle positioning — just switch to contain so images aren't cropped */
.collection-card-shell .card__inner img {
    object-fit: contain !important;
}


/* Card content padding */
.collection-card-shell .card.card--standard.card--media {
    padding: 16px 16px 0 !important;
}

/* Shop Now button */
.collection-shop-link {
    padding: 0 16px 16px;
}

.collection-shop-link a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #F0F0E8;
    color: #40403A;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.collection-shop-link a:hover {
    background-color: #BDC83C;
}

/* Related products carousel */
.related-products-slider-outer {
    position: relative;
}

.related-products-slider {
    overflow: hidden;
}

.related-products-slider .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

.related-products-slider .swiper-slide .collection-card-shell {
    width: 100%;
}

.related-products-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.related-products-prev,
.related-products-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #bdc83c;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: static;
    margin: 0;
}

.related-products-prev:after,
.related-products-next:after {
    display: none;
}

.related-products-prev img,
.related-products-next img {
    filter: invert(1);
}

.related-products__heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    margin-top: 88px;
    flex-wrap: wrap;
}

.related-products__heading {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin: 0 !important;
}

.related-products__button {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #BDC83C;
    color: #40403A !important;
    border-color: #BDC83C;
    padding: 15px 22px;
    border-radius: 5px;
    white-space: nowrap;
}

/* ==========================
   Cart Drawer — Suggestions
   ========================== */

.suggestion-area {
  flex: 1;
  overflow-y: auto;
  padding: 30px 40px;
  display: none;
}

.drawer.active .suggestion-area {
  display: block;
}

.suggestion-title h2 {
  font-size: 36px;
  color: #fff;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 600;
}

.suggestion-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.suggestion_cart:nth-child(3) {
  display: none;
}

.suggestion_cart .collection-card-shell {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.suggestion_cart .card__inner.ratio {
  padding-bottom: 0 !important;
  height: 160px !important;
  position: relative;
}

.suggestion_cart .card__inner img {
  object-fit: contain !important;
}

@media screen and (max-width: 749px) {
  .suggestion-area {
    display: none !important;
  }
}

/* =====================
   Footer Customizations
   ===================== */

/* White background + spacing for main footer area */
.footer {
    background-color: #fff !important;
}

/* PT Sans for all footer text including headings */
.footer,
.footer p,
.footer li,
.footer a,
.footer span,
.footer label,
.footer input,
.footer textarea,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .rte,
.footer .footer-block__details-content,
.footer .list-menu__item,
.footer .footer-contact-item,
.footer__copyright-content,
.footer__payment {
    font-family: 'PT Sans', sans-serif !important;
}

/* Uppercase headings in footer */
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .footer-block__heading {
    text-transform: uppercase !important;
}

.footer__content-top {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

/* Two-column Quick Links */
.footer-block--menu .footer-block__details-content {
    columns: 2;
    column-gap: 20px;
}

/* Contact block icon alignment */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.footer-contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.footer-contact-list li {
    margin-bottom: 10px;
}

/* Dark bottom bar */
.footer__content-bottom {
    background-color: #40403A;
    padding: 0 !important;
}

/* Hide the localization/payment wrapper — not used in Tarma's layout */
.footer__content-bottom .footer__content-bottom-wrapper {
    display: none;
}

.footer__dark-bar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

/* Social icon circles — matches v6 .cr-icons styling */
.footer__dark-bar-row .cr-icons ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__dark-bar-row .cr-icons ul li {
    display: block;
    height: 36px;
    width: 36px;
    background-color: #ffffff26;
    border-radius: 50%;
}

.footer__dark-bar-row .cr-icons ul li a {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer__dark-bar-row .cr-icons ul li a img {
    transform: scale(1.2);
}

/* Copyright text */
.footer__custom-copyright {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 575px) {
    .footer__dark-bar-row {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .footer-block--menu .footer-block__details-content {
        columns: 1;
    }
}

/* ===================== Login Page ===================== */
.customer.login,
.customer.register {
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'PT Sans', sans-serif;
}

.customer.login h1,
.customer.register h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #40403a;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.customer.login .field,
.customer.register .field {
    position: relative;
    margin-bottom: 20px;
}

.customer.login .field input,
.customer.register .field input {
    width: 100%;
    padding: 16px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #40403a;
    background: #fff;
    box-sizing: border-box;
}

.customer.login .field input:focus,
.customer.register .field input:focus {
    outline: none;
    border-color: #bdc83c;
    box-shadow: 0 0 0 2px rgba(189, 200, 60, 0.2);
}

.customer.login .field label,
.customer.register .field label {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #888;
    pointer-events: none;
    transition: all 0.2s ease;
}

.customer.login .field input:focus ~ label,
.customer.login .field input:not(:placeholder-shown) ~ label,
.customer.register .field input:focus ~ label,
.customer.register .field input:not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 12px;
    background: #fff;
    padding: 0 4px;
    color: #bdc83c;
}

.customer.login button,
.customer.register button {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #bdc83c;
    color: #40403a;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 24px 0 16px;
}

.customer.login button:hover,
.customer.register button:hover {
    background-color: #a8b235;
}

.customer.login a,
.customer.register a {
    display: block;
    text-align: center;
    color: #40403a;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
}

.customer.login a:hover,
.customer.register a:hover {
    color: #bdc83c;
}

.customer.login p,
.customer.register p {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 16px;
}

/* ===================== Account Page ===================== */

.customer.account {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'PT Sans', sans-serif;
}

.customer.account h1,
.customer.account h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #40403a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.customer.account h1 {
    font-size: 36px;
    margin-bottom: 8px;
}

.customer.account h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.customer.account a {
    color: #40403a;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}

.customer.account a:hover {
    color: #bdc83c;
}

.customer.account p,
.customer.account td,
.customer.account th {
    font-family: 'PT Sans', sans-serif;
    color: #40403a;
}

/* ===================== Addresses Page ===================== */

.customer.addresses {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'PT Sans', sans-serif;
}

.customer.addresses h1,
.customer.addresses h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #40403a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.customer.addresses h1 { font-size: 36px; text-align: center; margin-bottom: 8px; }
.customer.addresses h2 { font-size: 20px; margin-bottom: 16px; }

.customer.addresses a {
    color: #40403a;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}

.customer.addresses a:hover { color: #bdc83c; }

.customer.addresses .field {
    position: relative;
    margin-bottom: 20px;
}

.customer.addresses .field input,
.customer.addresses select {
    width: 100%;
    padding: 16px 14px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #40403a;
    background: #fff;
    box-sizing: border-box;
}

.customer.addresses .field input:focus,
.customer.addresses select:focus {
    outline: none;
    border-color: #bdc83c;
    box-shadow: 0 0 0 2px rgba(189, 200, 60, 0.2);
}

.customer.addresses button[type="submit"] {
    padding: 14px 32px;
    background-color: #bdc83c;
    color: #40403a;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.customer.addresses button[type="submit"]:hover { background-color: #a8b235; }

/* ===================== Search Results Page ===================== */
.template-search__search {
    max-width: 600px;
    margin: 0 auto 20px;
}

.template-search__search .field {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease;
}

.template-search__search .field:focus-within {
    border-color: #bdc83c;
    box-shadow: 0 0 0 3px rgba(189, 200, 60, 0.15);
}

.template-search__search .search__input {
    flex: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 16px 14px;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #40403a;
    background: transparent;
}

.template-search__search .search__button {
    background: #bdc83c;
    border: none;
    padding: 0 18px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.template-search__search .search__button svg,
.template-search__search .search__button .svg-wrapper {
    color: #40403a;
}

/* ===================== Contact Page ===================== */
body:has(#ContactForm) .main-page-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #40403a;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px;
}

body:has(#ContactForm) .contact .field__input {
    background: #fff;
    border-color: #d0d0d0;
    font-family: 'PT Sans', sans-serif;
    color: #40403a;
}

body:has(#ContactForm) .contact .field__input:focus {
    border-color: #bdc83c;
    box-shadow: 0 0 0 2px rgba(189, 200, 60, 0.2);
}

/* ===================== 404 Page ===================== */
.template-404 p {
    font-family: 'PT Sans', sans-serif;
    color: #40403a;
    font-size: 18px;
}

.template-404 .title {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #40403a;
    font-size: 60px;
    line-height: 1.1;
}

.template-404 .button.button {
    display: inline-block;
    margin-top: 20px;
    background-color: #40403a !important;
    color: #fff !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
}

