.gold-header {
    width: 100%;
    height: 42px;
    margin-bottom: 1em;
    background: rgb(227, 207, 144);
    background: linear-gradient(90deg,
            #8a6b41 0%,
            #e3cf90 15%,
            #e3cf90 25%,
            #8a6b41 45%,
            #e3cf90 65%,
            #e3cf90 75%,
            #8a6b41 100%);
}

.gold-bg {
    background: rgb(227, 207, 144);
    background: linear-gradient(90deg,
            #8a6b41 0%,
            #e3cf90 15%,
            #e3cf90 25%,
            #8a6b41 45%,
            #e3cf90 65%,
            #e3cf90 75%,
            #8a6b41 100%) !important;
}

.fashion-title {
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2b1d16;
    letter-spacing: -2px;
    line-height: 1;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.top-bar {
    background: linear-gradient(90deg,
            #8a6b41 0%,
            #e3cf90 15%,
            #e3cf90 25%,
            #8a6b41 45%,
            #e3cf90 65%,
            #e3cf90 75%,
            #8a6b41 100%);
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: #2e1d0f;
}

.title-text {
    font-size: 26px;
    letter-spacing: 4px;
    color: #2b1d16;
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.image-frame img {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    height: 100%;
}

@media (max-width: 768px) {
    .title-text {
        font-size: 20px;
    }

    .fashion-title {
        font-size: 28px;
    }
}

.option-bottom {
    text-align: center;
    background: linear-gradient(to bottom, #d0c1af, #8a6b41);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.option-top {
    text-align: center;
    background: linear-gradient(to bottom, #8a6b41, #d0c1af);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 6px 18px 0px #c2b4a2;
}

.gold-btn {
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #c5a059;
    background-color: transparent;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1em;
}

.gold-btn:hover {
    background-color: #c5a059;
    color: #fff;
}

.product-page .description-box .details-product .general-summery li span {
    font-size: calc(18px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.product-page .view-product .product-option .option p {
    font-size: calc(18px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.view-product .slider-box .thumbnail-box .thumbnail-img-box .swiper-wrapper img {
    width: 100%;
    height: 130px;
}

.product-name {
    font-size: calc(36px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    position: absolute;
    top: 0;
    left: 20px;
    color: #D59B2D;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-shadow: 0px 0px 11px #020202;
}

.heading-main {
    color: #D59B2D !important;
    font-size: 2.80rem !important;
    position: relative !important;
    font-weight: 800 !important;
    z-index: 1 !important;
    margin-bottom: 3rem !important;
    font-family: "Merriweather", serif !important;
    text-transform: uppercase;
}

.product_price_box {
    justify-content: center;
    padding: 0.719rem 1.9rem;
    font-size: 1rem;
    outline: none;
    align-items: center;
    position: relative;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    color: #D59B2D;
    background-color: transparent;
    border: 1px solid #D59B2D;
}

.loader-wrapper img {
    width: 60%;
}

.home-slider-common .home-slider .banner img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .header-common .nav-wrap .navigation .logo {
        width: calc(50px + (115 - 75) * ((100vw - 320px) / (1920 - 320)));
    }

    .header-common .nav-wrap .navigation .logo-link {
        padding: calc(4px + (25 - 15) * ((100vw - 320px) / (1920 - 320))) 0px;
    }
}