@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Larken Thin (100) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Larken Thin Italic (100 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Larken Light (300) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Larken Light Italic (300 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Larken Regular (400) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Larken Italic (400 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Larken Medium (500) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Larken Medium Italic (500 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Larken Bold (700) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Larken Bold Italic (700 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Larken ExtraBold (800) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Larken ExtraBold Italic (800 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Larken Black (900) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Larken Black Italic (900 italic) */
@font-face {
    font-family: 'Larken';
    src: url('/wp-content/plugins/vishal-customization/public/assets/css/fonts/larken-fonts/LarkenDEMO-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Global */
.vc-hide {
    display: none;
}

.larken-font,
.larken-font * {
    font-family: Larken;

}

.geist-font,
.geist-font * {
    font-family: Geist;
}

.poppins-font,
.poppins-font * {
    font-family: Poppins;
}

.vc-grid {
    display: grid;
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.vc-flex {
    display: flex;
}

.vc-col {
    flex-direction: column;
}

.vc_button {
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
    border: 1px solid;
    border-image-source: linear-gradient(85.45deg, #F3EA99 -26.35%, #F3EA99 -26.35%, #926128 -11.34%, #F3EA99 -0.09%, #926128 12.42%, #F3EA99 24.92%, #F3EA99 34.93%, #926128 56.81%, #F3EA99 73.7%, #926128 89.95%, #926128 103.71%);
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Larken;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #FDFDFD !important;
    position: relative;
    cursor: pointer;
}

.vc_button::before {
    content: '';
    border: 3px solid;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    filter: blur(7.95px);
    z-index: -1;
}

/* Text With Linear Gradient Color */
.linear-gradient-text {
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* OVERLAY */
#age-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: none;
    z-index: 999998;
}

/* POPUP WRAPPER */
.age-popup {
    max-width: 450px;
    width: 90%;
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    border: 6px solid #fff;
}

/* HEADER IMAGE */
.age-popup .popup-header img {
    width: 100%;
    display: block;
    height: 205px;
}

/* CONTENT */
.age-popup .popup-content {
    opacity: 1;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}

.age-popup h2 {
    margin-bottom: 6px;
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    text-align: center;
    color: #000;
}

.age-popup p.primary-description {
    color: #0009;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}

/* BUTTONS */
.age-buttons {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.age-btn {
    padding: 10px 22px;
    cursor: pointer;
    border: none;
    max-width: 195.5px;
    height: 43px;
    opacity: 1;
    border-width: 1px;
    width: 100%;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.age-no {
    border: 1px solid #00000024;
    background: #FFFFFF;
}

.age-yes {
    color: #fff;
    background: linear-gradient(0deg, #AC8646, #AC8646), linear-gradient(90deg, #926128 0%, #F3EA99 146.8%);
}

.age-popup .small-description {
    font-family: Geist;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D7770;
    margin-bottom: 0;
}

#age-denied .primary-description {
    margin-bottom: 6px;
}

.age-popup .secondary-description {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000E5;
    margin-bottom: 6px;
}

#age-denied .small-description {
    font-family: Geist;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}

.age-popup .sub-title {
    margin-top: 32px;
    margin-bottom: 14px;
    color: #000000E5;
}

#age-denied .popup-header img {
    width: 318px;
    margin: auto;
    height: 170px;
    padding: 35px 0;
}

/* DENIED POPUP EXTRA STYLES */
.denied-close {
    width: 64px;
    height: 64px;
    background: #DC2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    color: #fff;
    font-size: 28px;
    padding-bottom: 4px;
    margin-bottom: 32px;
}

.denied-close span {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

/* Disable body scroll when popup is open */
.body-no-scroll {
    overflow: hidden !important;
}

/* Footer */
footer .ct-social-box {
    justify-content: center;
}

footer .widget-menu li {
    padding: 4px 0;
}

footer .widget-menu li a {
    color: #FFF;
}

footer hr.wp-block-separator {
    margin: unset;
    width: 20px;
}

/* Page Banner */
.page-banner {
    backdrop-filter: blur(5px);
}

/* About Us Page */
.about-us-banner-gradient {
    position: absolute !important;
    width: 276px !important;
    height: 276px !important;
    opacity: 1;
    background: #EDE192;
    filter: blur(291px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-us-banner-image {
    max-height: 398px;
    overflow: hidden;
}

.about-us-banner-image img {
    position: relative;
    top: 50%;
    transform: rotate(-12.41deg) translateY(-50%);
}

/* Newsletter form */
.vc-newsletter-form-wrapper {
    gap: 7px;
    display: flex;
}

.vc-newsletter-form-wrapper p {
    margin: unset;
}

.vc-newsletter-form-wrapper input[type="submit"] {
    width: 153px;
    height: 51px;
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
    border-image-source: linear-gradient(85.45deg, #F3EA99 -26.35%, #F3EA99 -26.35%, #926128 -11.34%, #F3EA99 -0.09%, #926128 12.42%, #F3EA99 24.92%, #F3EA99 34.93%, #926128 56.81%, #F3EA99 73.7%, #926128 89.95%, #926128 103.71%);
    font-family: Larken;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    border-width: 1px !important;
    border-style: solid;
}

.vc-newsletter-form-wrapper input[type="email"] {
    width: 100%;
    height: 51px !important;
    border: 1px solid #D2D1CD !important;
    background: #FFFFFF !important;
    padding: 12px 16px;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #7D7770 !important;
    border-radius: 0;
}

.vc-newsletter-form-wrapper p:first-child {
    flex: 1;
}

.vc-newsletter-form-wrapper p:last-child {
    flex: 0;
}

.newsletter_form_wrapper p {
    margin-bottom: 5px;
}

/* FAQ */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.faq-accordion .faq-question {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    padding: 16px 40px 16px 0px;
    background: unset;
    border: unset;
    color: #000;
    border-bottom: 1px solid #E2DED5;
}

.faq-accordion .faq-answer {
    font-family: Geist;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 16px 24px 32px 24px;
    background: unset;
    border: unset;
    color: rgba(60, 60, 67, 0.85);
}

.faq-accordion .faq-answer.ui-accordion-content-active {
    border-bottom: 1px solid #E2DED5;
}

.faq-accordion .faq-question .ui-accordion-header-icon {
    display: none;
}

.faq-accordion .faq-question.ui-accordion-header-active::after {
    content: url("https://timepiecetreasures.buzzinga.co/wp-content/plugins/vishal-customization/public/assets/images/close.png)");
    position: absolute;
    right: 0;
}

.faq-accordion .faq-question::after {
    content: url("https://timepiecetreasures.buzzinga.co/wp-content/plugins/vishal-customization/public/assets/images/plus.png)");
    position: absolute;
    right: 0;
}

/* BG */
.bg-top-to-bottom {
    background: linear-gradient(180deg, #F4EDD7 0%, #FFFFFF 100%);
}

.bg-bottom-to-top {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4EDD7 100%);
}

/* Title */
.vc-main-heading {
    font-family: Larken;
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 1%;
    margin-bottom: 0 !important;
}

.white {
    color: #FFFFFF !important;
}

/* How to play ~ Page */
.how-to-play-box-shadow {
    box-shadow: 0px 191px 76px rgba(0, 0, 0, 0.01), 0px 108px 65px rgba(0, 0, 0, 0.03), 0px 48px 48px rgba(0, 0, 0, 0.04), 0px 12px 26px rgba(0, 0, 0, 0.05);
}

/* Recently Won Watches */
.recently-won-watches-wrap {
    gap: 24px;
}

.recently-won-watches-wrap .watch-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #FFF;
}

.recently-won-watches-wrap .watch-date-value-wrap {
    justify-content: space-between;
}

.recently-won-watches-wrap .watch-details-wrap {
    padding: 16px;
    justify-content: space-between;
    flex: 1;
}

.recently-won-watches-wrap .watch-details-wrap .title {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    margin-bottom: 12px;
    flex: 1;
}

.recently-won-watches-wrap .watch-details-wrap .watch-date-value-wrap>div {
    align-items: center;
    gap: 6px;
}

.recently-won-watches-wrap .watch-details-wrap .watch-date-value-wrap>div span.text {
    font-family: Geist;
    line-height: 24px;
    color: #3F3F3F;
}

/* Icon Wrap */
.icon-wrap {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 2px;
}

/* Seperator */
.vc-seperator {
    border: 1px solid #E2DED5;
}

/* Recently Won Watches */
.recent-winners-wrap {
    gap: 24px;
}

.recent-winners-wrap .watch-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #FFF;
}

.recent-winners-wrap .watch-date-value-wrap {
    justify-content: space-between;
}

.recent-winners-wrap .watch-details-wrap {
    padding: 16px;
    justify-content: space-between;
    flex: 1;
}

.recent-winners-wrap .watch-details-wrap .title {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    margin-bottom: 12px;
    flex: 1;
}

.recent-winners-wrap .watch-details-wrap .watch-date-value-wrap>div {
    align-items: center;
    gap: 6px;
}

.recent-winners-wrap .watch-details-wrap .watch-date-value-wrap>div span.text {
    font-family: Geist;
    line-height: 24px;
    color: #3F3F3F;
}

.recent-winners-wrap .watch-name-certificate-wrap>div {
    flex: 1;
}

.recent-winners-wrap .watch-draw-certificate>a {
    justify-content: end;
    align-items: center;
    gap: 6px;
}

.recent-winners-wrap .watch-draw-certificate>a .text {
    font-family: Geist;
    line-height: 20px;
    color: #7D7770;
    text-decoration: underline;
    font-size: 14px;
}

.recent-winners-wrap .icon-wrap {
    width: 20px;
    height: 20px;
    padding: unset;
}

.recently-won-watches-wrap .featured-image-wrap img {
    height: 334px;
    width: 100%;
    object-fit: cover;
}

/* Single Blog */
[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    display: flex;
    flex-direction: column;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .hero-section {
    order: 1;
    margin-bottom: 60px;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .ct-featured-image {
    order: 2;
    padding-bottom: 60px;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .entry-content {
    order: 3;
    color: #7D7770;
    font-family: Geist;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .post-edit-link {
    order: 4;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .hero-section .entry-header {
    max-width: 850px;
    margin: 0 auto;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .hero-section .entry-header .page-description {
    margin-top: 16px;
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] .entry-content img {
    width: 100% !important;
}

[data-prefix="single_blog_post"] .ct-related-posts-container {
    padding-top: 80px;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4EDD7 100%), #FFFFFF;
}

/* My Account Page */
.vc_empty_orders {
    max-width: 450px;
    text-align: center;
    gap: 24px;
    margin: auto;
}

.woocommerce.ct-woo-account {
    flex-direction: column;
    background: #282828;
}

.woocommerce.ct-woo-account .ct-acount-nav {
    max-width: unset;
    width: 100%;
    border-radius: unset;
    border-bottom: 1px solid #484848;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
    background: #282828;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: unset !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    border-bottom: 1px solid #FFF !important;
}

.ct-acount-nav .woocommerce-MyAccount-navigation ul li a {
    height: 48px;
    background: transparent !important;
    font-size: 16px;
    width: 182px;
    padding: 0;
    justify-content: center;
}

.woocommerce-MyAccount-navigation ul li a::before {
    content: unset !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: transparent;
}

.woocommerce-MyAccount-content {
    padding: 48px;
}

.woocommerce-MyAccount-content .vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-bottom,
.woocommerce-MyAccount-content .vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-leaf-rear,
.woocommerce-MyAccount-content .vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor,
.woocommerce-MyAccount-content .vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-top,
.woocommerce-MyAccount-content .vc_featured_product_container .vc-flipdown.flipdown__theme-dark .rotor-leaf-front,
.woocommerce-MyAccount-content .vc_featured_product_container {
    background: #121212;
}

.vc_edit_account_wrapper {
    gap: 48px;
    max-width: 607px;
    margin: auto;
    width: 100%;
}

.vc_empty_orders_message,
.vc_edit_account_wrapper h3 {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 124%;
    letter-spacing: 2%;
    color: #FFFFFF;
    margin: 0;
}

.account_fields_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.account_fields_wrapper .account_field label {
    display: none;
}

.account_fields_wrapper p {
    width: 100%;
    margin: 0;
}

.vc_section {
    gap: 16px;
}

.vc_edit_account_wrapper .account_fields_wrapper input {
    border-radius: 0;
    height: 56px;
    padding: 12px 16px;
    border: 1px solid #434343 !important;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF !important;
}

.vc-order-meta {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.account_field .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.account_field .iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 96px;
}

.account_field .iti__flag-container {
    width: 90px;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.account_field span.select2-container.select2-container--open .select2-selection--single,
.account_field span.select2-container .select2-selection--single {
    height: 56px;
    border: 1px solid #434343;
    border-radius: 0;
    background: transparent;
}

.vc_save_account_details {
    width: 200px;
    margin: auto;
}

.vc_button.disabled {
    opacity: .5;
    pointer-events: none;
}

.vc_save_account_wrapper {
    justify-content: center;
}

.account_field span.select2-container .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF;
}

/* Login */
.vc-login-messages {
    width: 100%;
}

/* Success message */
.vc-success {
    color: #A5F3BC;
    background: rgba(0, 200, 83, 0.12);
    border: 1px solid #00C853;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 14px;
}

/* Error message */
.vc-error {
    color: #FF9A9A;
    background: rgba(255, 82, 82, 0.12);
    border: 1px solid #FF5252;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 14px;
}

.vc-login-form--wrap .steps-wrapper {
    max-width: 454px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    background: #282828;
    border: 1px solid;
    border-image-source: linear-gradient(85.45deg, rgba(243, 234, 153, 0.15) -26.35%, rgba(243, 234, 153, 0.15) -26.35%, rgba(146, 97, 40, 0.15) -11.34%, rgba(243, 234, 153, 0.15) -0.09%, rgba(146, 97, 40, 0.15) 12.42%, rgba(243, 234, 153, 0.15) 24.92%, rgba(243, 234, 153, 0.15) 34.93%, rgba(146, 97, 40, 0.15) 56.81%, rgba(243, 234, 153, 0.15) 73.7%, rgba(146, 97, 40, 0.15) 89.95%, rgba(146, 97, 40, 0.15) 103.71%);
    box-sizing: border-box;
}

.vc-login-form--wrap .steps-wrapper .form-header .form-title {
    font-family: Larken;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2%;
    line-height: 124%;
    color: #FFFFFF;
    margin-bottom: unset;
}

.vc-login-form--wrap .steps-wrapper .form-header {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 23px;
}

.vc-login-form--wrap .steps-wrapper .form-header .form-subtitle {
    color: #D2D2D2;
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: unset;
}

.vc-login-form--wrap .vc-input-text {
    line-height: 56px;
    height: 56px;
    border: 1px solid #434343;
    border-radius: unset;
}

.vc-login-form--wrap .email-field .vc-input-text {
    padding: 12px 16px 12px 50px;
}

.vc-login-form--wrap .otp-fields .vc-input-text {
    padding: 12px 8px 12px 8px;
    text-align: center;
}

.vc-login-form--wrap .vc-input-text:focus {
    border-color: #434343;
}

.vc-login-form--wrap .form-fields-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.vc-login-form--wrap label {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}

.vc-login-form--wrap label a {
    color: #A09992;
    text-decoration: underline;
}

.vc-login-form--wrap .terms-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vc-login-form--wrap .form-footer {
    margin-top: 48px;
}

.vc-login-form--wrap .form-footer p {
    margin-bottom: unset;
}

.vc-login-form--wrap .form-footer p.terms-note {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.vc-login-form--wrap .form-field.email-field::before {
    content: url("https://timepiecetreasures.buzzinga.co/wp-content/uploads/2025/12/Vector.png");
    position: absolute;
    top: 16px;
    left: 16px;
}

.vc-login-form--wrap .form-field.email-field.white_email_icon::before {
    content: url("https://timepiecetreasures.buzzinga.co/wp-content/uploads/2025/12/output-onlinepngtools.png");
}

.vc-login-form--wrap .form-field.email-field {
    position: relative;
}

.vc-login-form--wrap .otp-fields-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.vc-login-form--wrap .otp-fields-wrapper .otp-fields {
    display: flex;
    gap: 12px;
}

.vc-login-form--wrap .otp-recieve-code-text {
    margin-top: 23px;
}

.vc-login-form--wrap .form-label {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.vc-login-form--wrap .otp-timer {
    color: #D2D2D2;
}

.horizontal-seperator {
    border: 2px solid #C5C5C5;
    height: 0px;
    width: 13px;
}

.vc-login-form--wrap .step:not(.active) {
    display: none;
}

/* Side Cart */

body [class*="ct-dynamic-count"] {
    background: #926128;
}

.ct-cart-content .woocommerce-mini-cart__buttons .button {
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
    border: 1px solid;
    border-image-source: linear-gradient(85.45deg, #F3EA99 -26.35%, #F3EA99 -26.35%, #926128 -11.34%, #F3EA99 -0.09%, #926128 12.42%, #F3EA99 24.92%, #F3EA99 34.93%, #926128 56.81%, #F3EA99 73.7%, #926128 89.95%, #926128 103.71%);
    font-family: Larken;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #FDFDFD !important;
    border-radius: 0;
}

.ct-cart-content {
    background: #282828;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ct-cart-content * {
    color: #FDFDFD !important;
}

.vc-dashboard-header {
    justify-content: space-between;
    align-items: center;
}

.vc_user_name {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFF;
}

.vc_logout_wrapper a {
    width: 137px;
    height: 48px;
    gap: 10px;
    border-bottom-width: 1px;
    color: #FFF !important;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    justify-content: center;
}

/* Orders page */
.vc-orders-wrap {
    max-width: 1111px;
    color: #e6e6e6;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: auto;
}

.vc-order-card {
    margin-bottom: 32px;
    background: #FFFFFF0D;
    padding: 16px;
    border: 1px solid #FFFFFF1F;
}

.vc-order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    height: 48px;
    padding: 12px 18px;
    background: #FFFFFF14;
}

.vc-order-badge {
    color: #FFFFFF;
    font-family: Geist;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.vc-order-body {
    display: flex;
    justify-content: space-between;
}

.vc-order-thumb {
    border-radius: 0;
}

.vc-order-title {
    font-size: 28px;
    margin: 0 0 6px 0;
    font-weight: 700;
    color: #fff;
}

.vc-order-price {
    font-size: 16px;
    color: #dfe1e2;
    margin-bottom: 8px;
}

.vc-draw-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b9b9b9;
    text-decoration: none;
    font-size: 13px;
}

.vc-order-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.vc-order-btn {
    padding: 16px 32px;
    color: #fff !important;
    border: 1px solid #7D777080;
    font-family: Larken;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.vc-invoice {
    font-size: 13px;
    color: #c1c1c1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.order_right_col {
    width: fit-content;
    white-space: nowrap;
    justify-content: center;
}

.order_left_col {
    width: 100%;
    gap: 16px;
}

.order_left_col img {
    width: 109px;
    height: 109px;
    border-radius: 0 !important;
}

.vc-order-info .product_title_wrapper {
    gap: 4px;
}

.vc-order-info {
    gap: 12px;
}

.vc-order-info .product_title_wrapper h2 {
    font-family: Larken;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 0;
    letter-spacing: 0%;
}

.vc-order-price strong {
    font-family: Geist;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.vc-order-price span {
    font-family: Geist;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #D2D1CD;
}

.vc-order-actions .watch-draw-certificate-link,
.vc-order-info .watch-draw-certificate-link {
    font-family: Geist;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #FDFBEB;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vc-order-body .icon-wrap {
    width: 18px;
    height: 18px;
}

/* Related Posts */

[data-prefix="single_blog_post"] .ct-related-posts-container .ct-related-posts {
    display: flex;
    flex-direction: column;
    gap: 61px;
}

[data-prefix="single_blog_post"] .ct-related-posts-container .ct-module-title {
    font-family: Larken;
    margin: 0;
}

[data-prefix="single_blog_post"] .ct-related-posts-container .ct-related-posts-items {
    gap: 40px !important;
}

[data-prefix="single_blog_post"] .ct-related-posts .ct-media-container {
    border-radius: 0;
    margin-bottom: 16px !important;
}

[data-prefix="single_blog_post"] .ct-related-posts-container article .post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

[data-prefix="single_blog_post"] .ct-related-posts-container article {
    border: 1px solid #0000000F;
    background: white
}

[data-prefix="single_blog_post"] .ct-related-posts-container .related-entry-title {
    padding: 0 16px;
    font-family: Larken;
    line-height: 124%;
    letter-spacing: 2%;
    margin: 0;
    margin-block: 0 !important;
}

[data-prefix="single_blog_post"] .ct-related-posts-container .related-entry-title a {
    margin-bottom: 6px;
}

[data-prefix="single_blog_post"] .ct-related-posts-container .vc_post_excerpt {
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    margin-block: 0 !important;
    color: #3F3F3F;
}

[data-prefix="single_blog_post"] .ct-related-posts-container .vc_read_time {
    padding: 0 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    flex: 1;
    display: flex;
    align-items: end;
    color: #7D7770;
    margin-top: 16px;
}

[data-prefix="single_blog_post"] .ct-related-posts .ct-media-container img {
    height: 334px;
    width: 100%;
    object-fit: cover;
}

/* Checkout */
.cart_item .product-name-area .variation .variation-Answer *,
.cart_item .product-name-area .variation .variation-Answer {
    font-family: Geist !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0% !important;
    color: #7D7770 !important;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .faq-accordion {
        padding: 48px 24px;
    }

    .vc_empty_orders_message,
    .vc_edit_account_wrapper h3 {
        font-size: 20px !important;
    }

    .vc-order-info .product_title_wrapper h2,
    .faq-accordion .faq-question {
        font-size: 20px;
    }

    .faq-accordion .faq-answer {
        font-size: 18px;
    }

    .vc-main-heading {
        font-size: 44px;
        line-height: 44px;
    }

    .vc_button {
        font-size: 18px;
        height: 48px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .related-entry-title,
    .recently-won-watches-wrap .watch-details-wrap .title {
        font-size: 20px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .vc_read_time {
        font-size: 13px;
    }

    .vc-order-price span,
    .vc-order-badge,
    [data-prefix="single_blog_post"] .ct-related-posts-container .vc_post_excerpt {
        font-size: 15px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .ct-related-posts-items {
        gap: 24px !important;
    }

    .vc_user_name {
        font-size: 32px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .ct-related-posts {
        gap: 32px;
    }

    .account_field span.select2-container.select2-container--open .select2-selection--single,
    .account_field span.select2-container .select2-selection--single,
    .vc_edit_account_wrapper .account_fields_wrapper input {
        height: 48px;
    }

    .woocommerce-MyAccount-content {
        padding: 48px 32px;
    }

    .woocommerce-account.woocommerce-page.woocommerce-orders .woocommerce-MyAccount-content {
        padding: 48px 38px;
    }

    .vc-order-price strong {
        font-size: 18px;
    }

    .vc-order-info {
        gap: 4px;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .vc-newsletter-form-wrapper {
        flex-direction: column;
    }

    .vc-newsletter-form-wrapper input[type="submit"] {
        width: 100%;
    }

    .vc-main-heading {
        font-size: 36px;
        line-height: 36px;
    }

    .vc-order-meta,
    [data-prefix="single_blog_post"] .ct-related-posts-container .vc_post_excerpt,
    .vc_button {
        font-size: 14px;
    }

    .vc_empty_orders_message,
    .vc_edit_account_wrapper h3,
    [data-prefix="single_blog_post"] .ct-related-posts-container .related-entry-title {
        font-size: 18px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .vc_read_time {
        font-size: 12px;
    }

    [data-prefix="single_blog_post"] .ct-related-posts-container .ct-related-posts-items {
        gap: 16px !important;
    }

    .vc_user_name {
        font-size: 28px;
    }

    .ct-acount-nav .woocommerce-MyAccount-navigation ul li a {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .woocommerce-MyAccount-navigation ul li {
        width: 33.33%;
    }

    .woocommerce-account.woocommerce-page.woocommerce-orders .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-content {
        padding: 16px;
    }

    .vc_section {
        gap: 12px;
    }

    .vc_save_account_details {
        width: 100%;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 4%;
    }

    .account_fields_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .vc-order-card {
        margin-bottom: 12px;
        padding: 10px;
    }

    .vc-order-top {
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 74px;
        padding: 12px 18px;
        gap: 10px;
    }

    .vc-order-body {
        flex-direction: column;
        gap: 32px;
    }

    .order_right_col {
        width: 100%;
    }

    .vc-order-actions {
        gap: 10px;
    }

    .vc-order-actions a,
    .vc-order-actions {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .vc-order-info .product_title_wrapper h2 {
        font-size: 18px;
    }

    .vc-order-price strong {
        font-size: 16px;
    }

    .vc-order-price span {
        font-size: 14px;
    }

    .vc-order-btn {
        font-size: 14px;
        height: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .faq-accordion {
        padding: 32px 16px;
    }

    .how-to-play-box-shadow {
        padding: unset !important;
        background: unset !important;
        border: unset !important;
        box-shadow: unset;
    }

    .icon-wrap {
        width: 21px;
        height: 21px;
    }

    .recently-won-watches-wrap .watch-details-wrap .title {
        font-size: 18px;
    }

    .recently-won-watches-wrap .watch-details-wrap .watch-date-value-wrap>div span.text {
        font-size: 14px;
        line-height: 21px;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
        grid-column: 1 / -1;
    }

    .vc-login-form--wrap .steps-wrapper .form-header .form-title {
        font-size: 20px;
    }

    .vc-login-form--wrap .steps-wrapper .form-header {
        gap: 16px;
        margin-bottom: 16px;
    }

    .vc-login-form--wrap .form-fields-wrap {
        gap: 24px;
    }

    .vc-login-form--wrap .form-footer {
        margin-top: 24px;
    }

    .vc-login-form--wrap .form-label {
        font-size: 14px;
    }
}