/*
Theme Name: Moller Child
Template: moller
Version: 1.0
*/

/* Your custom CSS below */

/* ==========================================
   3D IN TEXAS
   TESTIMONIAL SECTION
========================================== */

selector .texas-testimonials {

    width: 100%;

    padding: 70px 20px 75px;

    background: #ffffff;

    box-sizing: border-box;

}


/* ==========================================
   HEADER
========================================== */

selector .testimonial-heading {

    text-align: center;

    max-width: 650px;

    margin: 0 auto 42px;

}


selector .testimonial-eyebrow {

    display: block;

    margin-bottom: 8px;

    color: #a48650;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2.7px;

}


selector .testimonial-heading h2 {

    margin: 0;

    color: #191919;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 46px;

    font-weight: 600;

    line-height: 1;

}


selector .testimonial-heading p {

    margin: 12px auto 0;

    max-width: 500px;

    color: #777;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    font-size: 11px;

    line-height: 1.7;

}


/* ==========================================
   GRID
========================================== */

selector .testimonial-grid {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;

}


/* ==========================================
   CARD
========================================== */

selector .testimonial-card {

    position: relative;

    padding: 32px 30px 28px;

    text-align: center;

    background: #faf9f6;

    border: 1px solid #eee9df;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


/* TOP GOLD LINE */

selector .testimonial-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    width: 45px;

    height: 2px;

    transform:
        translateX(-50%);

    background: #ad8a4c;

}


selector .testimonial-card:hover {

    transform:
        translateY(-6px);

    box-shadow:
        0 15px 40px rgba(0,0,0,.08);

}


/* ==========================================
   CUSTOMER PHOTO
========================================== */

selector .testimonial-photo {

    width: 90px;

    height: 90px;

    margin: 0 auto 14px;

    border-radius: 50%;

    overflow: hidden;

    border: 4px solid #fff;

    box-shadow:
        0 3px 15px rgba(0,0,0,.12);

}


selector .testimonial-photo img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


/* ==========================================
   STARS
========================================== */

selector .testimonial-stars {

    color: #b18c4e;

    font-size: 12px;

    letter-spacing: 3px;

    margin-bottom: 8px;

}


/* ==========================================
   CUSTOMER NAME
========================================== */

selector .testimonial-card h3 {

    margin: 0;

    color: #222;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 22px;

    font-weight: 600;

}


/* ==========================================
   SMALL LINE
========================================== */

selector .testimonial-line {

    width: 25px;

    height: 1px;

    margin: 9px auto 13px;

    background: #c3a66c;

}


/* ==========================================
   REVIEW TEXT
========================================== */

selector .testimonial-card p {

    margin: 0 auto;

    max-width: 290px;

    color: #555;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    font-size: 10px;

    line-height: 1.8;

    font-style: italic;

}


/* ==========================================
   VIEW ALL
========================================== */

selector .testimonial-button-wrap {

    text-align: center;

    margin-top: 35px;

}


selector .testimonial-button {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 12px 20px;

    border: 1px solid #b29358;

    color: #8e6e3e;

    font-family:
        "Montserrat",
        Arial,
        sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .8px;

    text-decoration: none;

    transition: .25s ease;

}


selector .testimonial-button span {

    font-size: 15px;

}


selector .testimonial-button:hover {

    background: #ad8a4c;

    color: #fff;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    selector .texas-testimonials {

        padding: 55px 20px 60px;

    }


    selector .testimonial-heading h2 {

        font-size: 40px;

    }


    selector .testimonial-grid {

        grid-template-columns:
            repeat(3, 1fr);

        gap: 15px;

    }


    selector .testimonial-card {

        padding:
            25px 18px;

    }


    selector .testimonial-card p {

        font-size: 9px;

    }

}

.heading-title::before {
	content: "";
	width: 50px;
	height: 2px;
	margin-left: -25px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #eb2d2d;
	display: none;
}
/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {
    .heading-title.style4 {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0;
}
    .heading-title.style3 {
	text-align: center;
}
    .texas-cat-title h2 {
	font-size: 24px;
}
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}

    selector .texas-testimonials {

        padding: 45px 15px 50px;

    }


    selector .testimonial-heading {

        margin-bottom: 28px;

    }


    selector .testimonial-heading h2 {

        font-size: 35px;

    }


    selector .testimonial-heading p {

        font-size: 10px;

    }


    selector .testimonial-grid {

        display: flex;

        overflow-x: auto;

        gap: 15px;

        padding:
            5px 3px 15px;

        scroll-snap-type:
            x mandatory;

        scrollbar-width: none;

    }


    selector .testimonial-grid::-webkit-scrollbar {

        display: none;

    }


    selector .testimonial-card {

        flex:
            0 0 285px;

        scroll-snap-align: center;

    }


    selector .testimonial-button-wrap {

        margin-top: 22px;

    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    selector .testimonial-heading h2 {

        font-size: 31px;

    }


    selector .testimonial-card {

        flex:
            0 0 270px;

    }

}/* =========================================================
   3D IN TEXAS — MODERN PRODUCT PAGE
   Moller Child Theme
   ========================================================= */

:root {
    --crystal-dark: #17120E;
    --crystal-brown: #2A1C12;
    --crystal-gold: #B88945;
    --crystal-gold-dark: #8F6935;
    --crystal-cream: #F7F3EC;
    --crystal-light: #FAF8F3;
    --crystal-gray: #6B6258;
    --crystal-border: #E7DED2;
    --crystal-red: #B52B2B;
}


/* =========================================================
   PRODUCT PAGE BACKGROUND
   ========================================================= */

.single-product .main-container {
    background: #fff;
}

.single-product .product-page {
    background: #fff;
}

.single-product .product-view {
    padding-top: 55px;
    padding-bottom: 80px;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.single-product .title-breadcumbs {
    background: var(--crystal-cream);
    border-top: 1px solid #eee5da;
    border-bottom: 1px solid #eee5da;
}

.single-product .title-breadcumbs .shop-title {
    display: none;
}

.single-product .breadcrumb-container {
    padding: 18px 0;
}

.single-product .woocommerce-breadcrumb {
    margin: 0;
    font-size: 13px;
    color: var(--crystal-gray);
    letter-spacing: .2px;
}

.single-product .woocommerce-breadcrumb a {
    color: #4d463f;
    text-decoration: none;
    transition: .25s ease;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: var(--crystal-gold);
}

.single-product .woocommerce-breadcrumb .separator {
    margin: 0 10px;
    color: #b9afa4;
}


/* =========================================================
   MAIN PRODUCT LAYOUT
   ========================================================= */

.single-product .product-content > .container {
    max-width: 1250px;
}

.single-product .product-content > .container > .row {
    align-items: flex-start;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.single-product .single-product-image {
    position: sticky;
    top: 30px;
}

.single-product .woocommerce-product-gallery {
    background: #f7f4ef;
    border: 1px solid var(--crystal-border);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(23,18,14,.08);
}

.single-product .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
}

.single-product .woocommerce-product-gallery__image {
    background:
        radial-gradient(
            circle at 50% 35%,
            #ffffff 0%,
            #f5f1eb 45%,
            #e9e0d5 100%
        );
}

.single-product .woocommerce-product-gallery__image img.wp-post-image {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    transition: transform .5s ease;
}

.single-product .woocommerce-product-gallery:hover img.wp-post-image {
    transform: scale(1.015);
}


/* Zoom icon */

.single-product .woocommerce-product-gallery__trigger {
    width: 42px !important;
    height: 42px !important;
    top: 18px !important;
    right: 18px !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    z-index: 10;
}


/* =========================================================
   RIGHT PRODUCT INFORMATION
   ========================================================= */

.single-product .single-product-info {
    padding-left: 55px;
}

.single-product .product_title {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 44px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    color: var(--crystal-dark) !important;
    margin: 0 0 10px !important;
    letter-spacing: -.5px;
}


/* Price */

.single-product .single-product-info > .price {
    margin: 0 0 22px !important;
}

.single-product .single-product-info > .price .amount {
    color: var(--crystal-gold) !important;
    font-size: 25px;
    font-weight: 700;
}

.single-product .single-product-info > .price del {
    color: #999;
    font-size: 15px;
}

.single-product .single-product-info > .price ins {
    text-decoration: none;
}


/* Short description */

.single-product .woocommerce-product-details__short-description {
    color: var(--crystal-gray);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.single-product .woocommerce-product-details__short-description p {
    margin-bottom: 0;
}


/* =========================================================
   PRODUCT NAVIGATION
   ========================================================= */

.single-product .product-nav {
    margin-bottom: 18px;
}

.single-product .next-prev {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.single-product .next-prev a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--crystal-border);
    color: #777;
    font-size: 0;
    text-decoration: none;
    transition: .25s ease;
}

.single-product .next-prev a:hover {
    background: var(--crystal-gold);
    border-color: var(--crystal-gold);
    color: #fff;
}

.single-product .next a:after {
    content: "→";
    font-size: 17px;
}

.single-product .prev a:after {
    content: "←";
    font-size: 17px;
}


/* =========================================================
   CUSTOM PERSONALIZATION FIELDS
   ========================================================= */

.single-product form.cart {
    margin-top: 20px;
}

.single-product .wccpf-fields-container {
    margin-bottom: 20px;
}

.single-product table.wccpf_fields_table {
    width: 100%;
    border: 0 !important;
    margin: 0 !important;
    border-collapse: separate;
    border-spacing: 0 14px;
}

.single-product table.wccpf_fields_table tr {
    background: transparent;
}

.single-product table.wccpf_fields_table td {
    border: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}


/* Field labels */

.single-product table.wccpf_fields_table td.wccpf_label {
    width: 30%;
    padding-right: 18px !important;
}

.single-product table.wccpf_fields_table td.wccpf_label label {
    color: var(--crystal-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.3;
}

.single-product table.wccpf_fields_table td.wccpf_label label span {
    color: var(--crystal-gold);
}


/* Inputs */

.single-product .wccpf-field,
.single-product .wccpf_value input[type="text"],
.single-product .wccpf_value input[type="file"],
.single-product .wccpf_value select,
.single-product .wccpf_value textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ddd5ca !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #332d27 !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.single-product .wccpf_value input[type="file"] {
    padding: 9px 12px !important;
}

.single-product .wccpf_value textarea {
    min-height: 100px;
    resize: vertical;
}

.single-product .wccpf-field:focus,
.single-product .wccpf_value input:focus,
.single-product .wccpf_value select:focus,
.single-product .wccpf_value textarea:focus {
    border-color: var(--crystal-gold) !important;
    box-shadow: 0 0 0 3px rgba(184,137,69,.10) !important;
}


/* Select */

.single-product .wccpf_value select {
    appearance: auto;
    cursor: pointer;
}


/* Radio buttons */

.single-product .wccpf-field-layout-horizontal {
    display: flex !important;
    gap: 20px;
    align-items: center;
    padding: 8px 0 !important;
    margin: 0 !important;
}

.single-product .wccpf-field-layout-horizontal li {
    list-style: none !important;
    margin: 0 !important;
}

.single-product .wcff-option-wrapper-label {
    font-size: 14px;
    color: #5c554e;
    cursor: pointer;
}

.single-product .wcff-option-wrapper-label input[type="radio"] {
    accent-color: var(--crystal-gold);
    margin-right: 6px;
}


/* Validation */

.single-product .wccpf-validation-message {
    color: #c33;
    font-size: 11px;
    margin-top: 5px;
}


/* =========================================================
   QUANTITY + ADD TO CART
   ========================================================= */

.single-product form.cart {
    display: block;
}

.single-product form.cart .quantity {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px !important;
}

.single-product form.cart .quantity input.qty {
    width: 68px !important;
    height: 50px !important;
    border: 1px solid #ddd5ca !important;
    background: #fff !important;
    text-align: center;
    font-size: 15px;
}


/* Main button */

.single-product form.cart .single_add_to_cart_button,
.single-product form.cart button[type="submit"] {
    min-height: 50px !important;
    padding: 0 30px !important;
    background: var(--crystal-dark) !important;
    border: 1px solid var(--crystal-dark) !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .7px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart button[type="submit"]:hover {
    background: var(--crystal-gold) !important;
    border-color: var(--crystal-gold) !important;
    transform: translateY(-2px);
}


/* =========================================================
   PAYMENT / PAYPAL
   ========================================================= */

.single-product #wc-stripe-payment-request-wrapper {
    margin-top: 15px;
}

.single-product #wc-stripe-payment-request-button {
    border-radius: 3px !important;
}


/* =========================================================
   COMPARE + META
   ========================================================= */

.single-product .compare {
    color: #777;
    font-size: 13px;
}

.single-product .compare:hover {
    color: var(--crystal-gold);
}

.single-product .product_meta {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--crystal-border);
    color: #777;
    font-size: 12px;
}

.single-product .product_meta a {
    color: var(--crystal-dark);
}

.single-product .product_meta a:hover {
    color: var(--crystal-gold);
}


/* =========================================================
   SOCIAL SHARE
   ========================================================= */

.single-product .social-sharing {
    margin-top: 12px;
}

.single-product .social-sharing a,
.single-product .social-icon {
    color: #777;
    transition: .25s ease;
}

.single-product .social-sharing a:hover,
.single-product .social-icon:hover {
    color: var(--crystal-gold);
}


/* =========================================================
   DESCRIPTION / REVIEWS
   ========================================================= */

.single-product .woocommerce-tabs {
    max-width: 1150px;
    margin: 70px auto 0;
    padding-top: 0;
    border-top: 1px solid var(--crystal-border);
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 0 0 30px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--crystal-border);
}

.single-product .woocommerce-tabs ul.tabs:before,
.single-product .woocommerce-tabs ul.tabs:after {
    display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0 !important;
    padding: 20px 0 16px !important;
    margin: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    color: #777 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
    position: relative;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: var(--crystal-dark) !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 2px;
    background: var(--crystal-gold);
}

.single-product .woocommerce-tabs .panel {
    color: var(--crystal-gray);
    font-size: 15px;
    line-height: 1.8;
}

.single-product .woocommerce-tabs .panel h2 {
    display: none;
}


/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

.single-product section.related.products {
    max-width: 1150px;
    margin: 80px auto 20px;
    padding-top: 10px;
}

.single-product section.related.products .heading-title {
    text-align: center;
    margin-bottom: 35px;
}

.single-product section.related.products .heading-title h3 {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 30px !important;
    color: var(--crystal-dark) !important;
    font-weight: 600;
}

.single-product section.related.products .heading-title h3:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 13px auto 0;
    background: var(--crystal-gold);
}


/* Product card */

.single-product section.related.products .product-wrapper {
    background: #fff;
    border: 1px solid var(--crystal-border);
    transition: all .3s ease;
}

.single-product section.related.products .product-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(23,18,14,.10);
}

.single-product section.related.products .product-image {
    background: var(--crystal-light);
    overflow: hidden;
}

.single-product section.related.products .product-image img {
    width: 100%;
    transition: transform .4s ease;
}

.single-product section.related.products .product-wrapper:hover .product-image img {
    transform: scale(1.04);
}

.single-product section.related.products .product-name,
.single-product section.related.products h2,
.single-product section.related.products h3 {
    color: var(--crystal-dark);
}

.single-product section.related.products .price {
    color: var(--crystal-gold) !important;
    font-weight: 700;
}


/* Sale badge */

.single-product .onsale {
    background: var(--crystal-gold) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   HEADER IMPROVEMENT
   ========================================================= */

.header-container.header-3 {
    background: #fff;
}

.header-container.header-3 .middle-header {
    min-height: 82px;
    align-items: center;
}

.header-container.header-3 .logo img {
    max-height: 62px;
    width: auto;
}

.header-container.header-3 #primary .mega_main_menu_ul > li > a {
    color: var(--crystal-dark) !important;
    font-size: 13px;
    font-weight: 600;
}

.header-container.header-3 #primary .mega_main_menu_ul > li:hover > a,
.header-container.header-3 #primary .mega_main_menu_ul > li.current-menu-item > a {
    color: var(--crystal-gold) !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .single-product .product-view {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .single-product .single-product-info {
        padding-left: 0;
        padding-top: 35px;
    }

    .single-product .product_title {
        font-size: 34px !important;
    }

    .single-product .single-product-image {
        position: relative;
        top: auto;
    }

    .single-product .woocommerce-tabs,
    .single-product section.related.products {
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (max-width: 767px) {

    .single-product .breadcrumb-container {
        padding: 14px 15px;
    }

    .single-product .woocommerce-breadcrumb {
        font-size: 11px;
    }

    .single-product .single-product-info {
        padding-top: 25px;
    }

    .single-product .product_title {
        font-size: 30px !important;
    }

    .single-product .single-product-info > .price .amount {
        font-size: 22px;
    }

    /* Custom fields stack */

    .single-product table.wccpf_fields_table,
    .single-product table.wccpf_fields_table tbody,
    .single-product table.wccpf_fields_table tr,
    .single-product table.wccpf_fields_table td {
        display: block !important;
        width: 100% !important;
    }

    .single-product table.wccpf_fields_table td.wccpf_label {
        padding-right: 0 !important;
        padding-bottom: 7px !important;
    }

    .single-product table.wccpf_fields_table {
        border-spacing: 0 12px;
    }

    /* Cart */

    .single-product form.cart .quantity {
        margin-bottom: 10px !important;
    }

    .single-product form.cart .single_add_to_cart_button,
    .single-product form.cart button[type="submit"] {
        width: 100%;
    }

    /* Tabs */

    .single-product .woocommerce-tabs ul.tabs {
        justify-content: flex-start;
        gap: 25px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .single-product .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto;
    }

    /* Related */

    .single-product section.related.products {
        margin-top: 55px;
    }

}


/* =========================================================
   REMOVE UNNECESSARY EMPTY WCCPF TAB
   ========================================================= */

.single-product li.wccpf_fields_tab_tab {
    display: none !important;
}


/* =========================================================
   SMALL POLISH
   ========================================================= */

.single-product input::placeholder,
.single-product textarea::placeholder {
    color: #aaa;
}

.single-product button,
.single-product input,
.single-product select,
.single-product textarea {
    font-family: inherit;
}

.single-product a {
    transition: color .25s ease, background .25s ease, border-color .25s ease;
}
/* =========================================================
   3D CRYSTAL PERSONALIZATION
   EXACT SELECTORS FROM PRODUCT PAGE
========================================================= */

.single-product-info .threed-crystal-options {
    width: 100% !important;
    margin: 28px 0 25px !important;
    padding: 24px !important;

    background: #faf8f4 !important;
    border: 1px solid #e7ded2 !important;
    border-radius: 16px !important;

    box-sizing: border-box !important;
}


/* =========================================================
   FIELD SPACING
========================================================= */

.single-product-info .threed-crystal-options .tc-field {
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.single-product-info .threed-crystal-options .tc-field:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   LABELS
========================================================= */

.single-product-info .threed-crystal-options label {
    font-family: "Poppins", sans-serif !important;
    color: #251d16 !important;
}

.single-product-info .threed-crystal-options .tc-field > label:first-child {
    display: block !important;
    margin-bottom: 9px !important;

    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

.single-product-info .threed-crystal-options .tc-required {
    color: #a62b2b !important;
}


/* =========================================================
   PHOTO UPLOAD BOX
========================================================= */

.single-product-info .threed-crystal-options .tc-photo {
    position: relative !important;

    padding: 22px !important;

    background: #ffffff !important;

    border: 1.5px dashed #cdb99c !important;
    border-radius: 14px !important;

    text-align: center !important;

    transition: all .25s ease !important;
}

.single-product-info .threed-crystal-options .tc-photo:hover {
    border-color: #b88945 !important;
    background: #fffdf9 !important;

    box-shadow: 0 8px 25px rgba(184,137,69,.10) !important;
}


/* =========================================================
   UPLOAD ICON
========================================================= */

.single-product-info .threed-crystal-options .tc-photo:before {
    content: "⇧" !important;

    width: 58px !important;
    height: 58px !important;

    margin: 0 auto 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 50% !important;

    background: #f4eadb !important;
    border: 1px solid #dfc9a6 !important;

    color: #a4773e !important;

    font-family: Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;

    box-sizing: border-box !important;

    transition: all .25s ease !important;
}

.single-product-info .threed-crystal-options .tc-photo:hover:before {
    background: #b88945 !important;
    color: #fff !important;

    transform: translateY(-3px) !important;
}


/* =========================================================
   PHOTO UPLOAD TITLE
========================================================= */

.single-product-info .threed-crystal-options .tc-photo > label:first-child {
    display: block !important;

    margin-bottom: 12px !important;

    font-size: 14px !important;
    font-weight: 600 !important;
}


/* =========================================================
   FILE INPUT
========================================================= */

.single-product-info
.threed-crystal-options
.tc-photo
input[type="file"] {

    display: block !important;

    width: 100% !important;
    height: auto !important;

    padding: 9px !important;

    background: #faf9f7 !important;

    border: 1px solid #e3dbd1 !important;
    border-radius: 9px !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;

    color: #777 !important;

    box-sizing: border-box !important;

    cursor: pointer !important;
}


/* Chrome / Edge / Firefox compatible file button */

.single-product-info
.threed-crystal-options
.tc-photo
input[type="file"]::file-selector-button {

    margin-right: 10px !important;

    padding: 9px 16px !important;

    background: #241c15 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 7px !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    cursor: pointer !important;
}

.single-product-info
.threed-crystal-options
.tc-photo
input[type="file"]::file-selector-button:hover {

    background: #b88945 !important;
}


/* =========================================================
   UPLOAD HELP TEXT
========================================================= */

.single-product-info .threed-crystal-options .tc-photo small {
    display: block !important;

    margin-top: 9px !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;

    color: #8a8177 !important;
}


/* =========================================================
   LANDSCAPE / PORTRAIT
========================================================= */

.single-product-info
.threed-crystal-options
.tc-radio {

    display: inline-flex !important;

    align-items: center !important;

    width: auto !important;

    margin: 0 7px 0 0 !important;

    padding: 10px 15px !important;

    background: #fff !important;

    border: 1px solid #ded6cc !important;
    border-radius: 8px !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    color: #514a43 !important;

    cursor: pointer !important;

    transition: all .2s ease !important;
}

.single-product-info
.threed-crystal-options
.tc-radio:hover {

    border-color: #b88945 !important;
}

.single-product-info
.threed-crystal-options
.tc-radio input[type="radio"] {

    margin: 0 7px 0 0 !important;

    accent-color: #b88945 !important;
}


/* =========================================================
   TEXT INPUT + SELECT + TEXTAREA
========================================================= */

.single-product-info
.threed-crystal-options
input[type="text"],
.single-product-info
.threed-crystal-options
select,
.single-product-info
.threed-crystal-options
textarea {

    width: 100% !important;

    box-sizing: border-box !important;

    background: #fff !important;

    border: 1px solid #ded7ce !important;
    border-radius: 9px !important;

    box-shadow: none !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;

    color: #29231d !important;

    transition: border-color .2s ease,
                box-shadow .2s ease !important;
}


/* Text + Select */

.single-product-info
.threed-crystal-options
input[type="text"],
.single-product-info
.threed-crystal-options
select {

    height: 48px !important;

    padding: 0 14px !important;
}


/* Textarea */

.single-product-info
.threed-crystal-options
textarea {

    min-height: 90px !important;

    padding: 13px 14px !important;

    resize: vertical !important;
}


/* =========================================================
   FOCUS
========================================================= */

.single-product-info
.threed-crystal-options
input[type="text"]:focus,

.single-product-info
.threed-crystal-options
select:focus,

.single-product-info
.threed-crystal-options
textarea:focus {

    outline: none !important;

    border-color: #b88945 !important;

    box-shadow:
        0 0 0 3px rgba(184,137,69,.10) !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .single-product-info .threed-crystal-options {

        margin-top: 20px !important;

        padding: 17px !important;

        border-radius: 13px !important;
    }

    .single-product-info .threed-crystal-options .tc-photo {

        padding: 18px 12px !important;
    }

    .single-product-info .threed-crystal-options .tc-photo:before {

        width: 52px !important;
        height: 52px !important;

        font-size: 27px !important;
    }

    .single-product-info
    .threed-crystal-options
    .tc-radio {

        padding: 9px 12px !important;

        font-size: 11px !important;
    }
}

/* =========================================================
   3D IN TEXAS — MODERN SHOP DESIGN
========================================================= */

.tdt-shop-page {
    background: #fff;
    color: #241c15;
    font-family: "Poppins", sans-serif;
}


/* =========================================================
   CONTAINER
========================================================= */

.tdt-shop-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   SHOP HERO
========================================================= */

.tdt-shop-hero {
    position: relative;
    padding: 75px 0 70px;

    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(184,137,69,.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #17120e 0%,
            #2a1c12 100%
        );

    overflow: hidden;
}

.tdt-shop-hero:after {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    right: -120px;
    top: -160px;

    border: 1px solid rgba(255,255,255,.08);

    transform: rotate(45deg);
}

.tdt-shop-hero-content {
    position: relative;
    z-index: 2;

    max-width: 720px;
}

.tdt-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: #d9bb8a;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
}

.tdt-shop-hero h1 {
    margin: 0;

    color: #fff;

    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.tdt-shop-hero h1 span {
    display: block;
    color: #d6ae70;
}

.tdt-shop-hero p {
    max-width: 560px;

    margin: 20px 0 0;

    color: rgba(255,255,255,.72);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   TOOLBAR
========================================================= */

.tdt-shop-toolbar {
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 30px 0 20px;
}

.tdt-results {
    flex: 1;

    color: #777;

    font-size: 13px;
}

.tdt-results strong {
    color: #241c15;
}


/* SEARCH */

.tdt-search-form {
    position: relative;

    width: 300px;
}

.tdt-search-form input {
    width: 100%;
    height: 46px;

    padding: 0 48px 0 16px;

    border: 1px solid #e4ded6;
    border-radius: 8px;

    background: #fff;

    font-family: inherit;
    font-size: 13px;

    outline: none;

    box-sizing: border-box;
}

.tdt-search-form input:focus {
    border-color: #b88945;
}

.tdt-search-form button {
    position: absolute;

    right: 5px;
    top: 5px;

    width: 36px;
    height: 36px;

    border: 0;
    border-radius: 6px;

    background: #241c15;
    color: #fff;

    cursor: pointer;
}

.tdt-search-form button span {
    font-size: 21px;
}


/* FILTER TOGGLE */

.tdt-filter-toggle {
    display: none;
}


/* =========================================================
   FILTER PANEL
========================================================= */

.tdt-shop-filters {
    margin-bottom: 30px;

    padding: 20px;

    background: #faf8f4;

    border: 1px solid #ebe4da;
    border-radius: 12px;
}

.tdt-shop-filters form {
    display: flex;
    align-items: end;
    gap: 15px;
}

.tdt-filter-group {
    flex: 1;
}

.tdt-filter-group label {
    display: block;

    margin-bottom: 7px;

    color: #51483f;

    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.tdt-filter-group select,
.tdt-filter-group input {
    width: 100%;
    height: 45px;

    padding: 0 12px;

    border: 1px solid #ddd5cb;
    border-radius: 7px;

    background: #fff;

    color: #332b24;

    font-family: inherit;
    font-size: 12px;

    box-sizing: border-box;
}

.tdt-filter-group select:focus,
.tdt-filter-group input:focus {
    outline: none;
    border-color: #b88945;
}

.tdt-price-fields {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tdt-price-fields input {
    min-width: 0;
}

.tdt-price-fields span {
    color: #aaa;
}

.tdt-apply-filter {
    height: 45px;

    padding: 0 22px;

    border: 0;
    border-radius: 7px;

    background: #241c15;
    color: #fff;

    font-family: inherit;
    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;
}

.tdt-apply-filter:hover {
    background: #b88945;
}

.tdt-clear-filter {
    display: flex;
    align-items: center;

    height: 45px;

    padding: 0 12px;

    color: #777;

    font-size: 12px;
    text-decoration: none;
}

.tdt-clear-filter:hover {
    color: #a4773e;
}


/* =========================================================
   ACTIVE FILTERS
========================================================= */

.tdt-active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;

    margin-bottom: 25px;

    font-size: 12px;
    color: #777;
}

.tdt-filter-chip {
    padding: 6px 11px;

    border-radius: 30px;

    background: #f4eadb;

    color: #76572e;

    font-size: 11px;
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.tdt-products-grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 28px 22px;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.tdt-product-card {
    min-width: 0;

    background: #fff;

    border: 1px solid #ece8e3;
    border-radius: 14px;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.tdt-product-card:hover {
    transform: translateY(-5px);

    border-color: #e2d5c3;

    box-shadow:
        0 16px 40px rgba(38,28,18,.09);
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.tdt-product-image {
    position: relative;

    aspect-ratio: 1 / 1;

    padding: 18px;

    background: #f8f6f2;

    box-sizing: border-box;

    overflow: hidden;
}

.tdt-product-image a {
    display: flex;

    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.tdt-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: transform .35s ease;
}

.tdt-product-card:hover
.tdt-product-image img {
    transform: scale(1.045);
}


/* =========================================================
   SALE BADGE
========================================================= */

.tdt-sale-badge {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 3;

    padding: 6px 11px;

    border-radius: 30px;

    background: #8b1e24;
    color: #fff;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .4px;
}


/* =========================================================
   PRODUCT INFO
========================================================= */

.tdt-product-info {
    padding: 18px 18px 20px;
}

.tdt-product-category {
    display: block;

    margin-bottom: 7px;

    color: #9a9188;

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1px;

    text-decoration: none;
}

.tdt-product-category:hover {
    color: #b88945;
}

.tdt-product-title {
    margin: 0 0 17px;

    min-height: 46px;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

.tdt-product-title a {
    color: #241c15;
    text-decoration: none;
}

.tdt-product-title a:hover {
    color: #a4773e;
}


/* =========================================================
   PRICE + CART
========================================================= */

.tdt-product-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 12px;
}

.tdt-product-price {
    min-width: 0;

    color: #241c15;

    font-size: 16px;
    font-weight: 600;
}

.tdt-product-price del {
    margin-right: 4px;

    color: #999;

    font-size: 12px;
    font-weight: 400;
}

.tdt-product-price ins {
    color: #241c15;

    text-decoration: none;
}


/* =========================================================
   ADD TO CART
========================================================= */

.tdt-cart-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    min-height: 40px;

    padding: 0 13px;

    border-radius: 7px;

    background: #241c15;
    color: #fff !important;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        background .2s ease,
        transform .2s ease;
}

.tdt-cart-button:hover {
    background: #b88945;

    color: #fff !important;

    transform: translateY(-1px);
}

.tdt-cart-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 17px;
    height: 17px;

    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;

    font-size: 14px;
    line-height: 1;
}


/* =========================================================
   PAGINATION
========================================================= */

.tdt-pagination {
    display: flex;
    justify-content: center;

    margin: 55px 0 70px;
}

.tdt-pagination ul {
    display: flex;

    align-items: center;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.tdt-pagination li {
    margin: 0;
    padding: 0;
}

.tdt-pagination a,
.tdt-pagination span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid #e4ddd4;
    border-radius: 7px;

    background: #fff;

    color: #51483f;

    font-size: 12px;

    text-decoration: none;
}

.tdt-pagination .current {
    background: #241c15;
    border-color: #241c15;

    color: #fff;
}

.tdt-pagination a:hover {
    background: #b88945;
    border-color: #b88945;

    color: #fff;
}


/* =========================================================
   NO PRODUCTS
========================================================= */

.tdt-no-products {
    padding: 90px 20px;

    text-align: center;
}

.tdt-empty-icon {
    margin-bottom: 15px;

    color: #b88945;

    font-size: 55px;
}

.tdt-no-products h2 {
    margin: 0 0 10px;

    color: #241c15;

    font-size: 25px;
}

.tdt-no-products p {
    margin: 0 0 25px;

    color: #777;

    font-size: 13px;
}

.tdt-no-products a {
    display: inline-flex;

    padding: 12px 22px;

    border-radius: 7px;

    background: #241c15;
    color: #fff;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .tdt-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tdt-shop-filters form {
        flex-wrap: wrap;
    }

    .tdt-filter-group {
        min-width: 180px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .tdt-shop-container {
        width: min(100% - 28px, 600px);
    }

    .tdt-shop-hero {
        padding: 50px 0;
    }

    .tdt-shop-hero h1 {
        font-size: 38px;
    }

    .tdt-shop-toolbar {
        flex-wrap: wrap;

        padding-top: 22px;
    }

    .tdt-results {
        width: 100%;
        flex: auto;
    }

    .tdt-search-form {
        flex: 1;
        width: auto;
    }

    .tdt-filter-toggle {
        display: block;

        height: 46px;

        padding: 0 15px;

        border: 1px solid #ded6cc;
        border-radius: 7px;

        background: #fff;

        color: #332b24;

        font-family: inherit;
        font-size: 12px;

        cursor: pointer;
    }

    .tdt-shop-filters {
        display: none;
    }

    .tdt-shop-filters.tdt-filter-open {
        display: block;
    }

    .tdt-shop-filters form {
        display: grid;

        grid-template-columns: 1fr;

        gap: 15px;
    }

    .tdt-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 15px;
    }

    .tdt-product-image {
        padding: 10px;
    }

    .tdt-product-info {
        padding: 13px 12px 15px;
    }

    .tdt-product-category {
        font-size: 8px;
    }

    .tdt-product-title {
        min-height: 40px;

        margin-bottom: 13px;

        font-size: 13px;
    }

    .tdt-product-bottom {
        align-items: flex-end;

        flex-direction: column;
        gap: 9px;
    }

    .tdt-product-price {
        align-self: flex-start;

        font-size: 14px;
    }

    .tdt-cart-button {
        width: 100%;

        min-height: 38px;
    }

    .tdt-pagination {
        margin: 40px 0 50px;
    }

    .tdt-pagination a,
    .tdt-pagination span {
        width: 36px;
        height: 36px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .tdt-products-grid {
        gap: 12px;
    }

    .tdt-product-info {
        padding: 11px 10px 13px;
    }

    .tdt-product-title {
        font-size: 12px;
    }

    .tdt-product-price {
        font-size: 13px;
    }

    .tdt-cart-button {
        font-size: 10px;
    }

    .tdt-cart-icon {
        width: 15px;
        height: 15px;
        font-size: 12px;
    }
}/* =========================================================
   3D IN TEXAS — SHOP HERO
   Premium Crystal Theme
   ========================================================= */

.tdt-shop-hero {
    width: 100% !important;
    margin: 0 0 38px !important;
    padding: 78px 30px !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 50% 20%, rgba(184,137,69,.16), transparent 42%),
        linear-gradient(135deg, #17120E 0%, #2A1C12 55%, #17120E 100%) !important;
    border-radius: 0 0 28px 28px !important;
    box-sizing: border-box !important;
}

/* Crystal glow */
.tdt-shop-hero::before {
    content: "" !important;
    position: absolute !important;
    width: 420px !important;
    height: 420px !important;
    top: -240px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(232,210,168,.10) !important;
    filter: blur(80px) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

/* Bottom golden line */
.tdt-shop-hero::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 110px !important;
    height: 3px !important;
    background: #B88945 !important;
    border-radius: 10px !important;
}

/* Container */
.tdt-shop-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Eyebrow */
.tdt-shop-hero .tdt-eyebrow {
    display: inline-block !important;
    margin-bottom: 18px !important;
    color: #E8D2A8 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

/* Main heading */
.tdt-shop-hero h1 {
    margin: 0 !important;
    color: #FFFFFF !important;
    font-family: "Poppins", sans-serif !important;
    font-size: clamp(34px, 5vw, 58px) !important;
    line-height: 1.12 !important;
    font-weight: 600 !important;
    letter-spacing: -1.5px !important;
}

/* Gold heading */
.tdt-shop-hero h1 span {
    display: block !important;
    color: #E8D2A8 !important;
    font-weight: 600 !important;
}

/* Description */
.tdt-shop-hero p {
    max-width: 650px !important;
    margin: 20px auto 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
}


/* =========================================================
   KEEP HERO OUTSIDE / ABOVE MOLLER FILTER TOOLBAR
   ========================================================= */

.archive-border > .tdt-shop-hero {
    margin-bottom: 38px !important;
}

.archive-border > .shop-products {
    margin-top: 0 !important;
}


/* =========================================================
   MOLLER TOOLBAR — MATCH HOMEPAGE THEME
   ========================================================= */

.shop-products .toolbar {
    margin: 0 0 28px !important;
}

.shop-products .toolbar-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding: 16px 20px !important;
    background: #F7F3EC !important;
    border: 1px solid rgba(184,137,69,.20) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 25px rgba(23,18,14,.06) !important;
}


/* Result count */
.shop-products .woocommerce-result-count {
    margin: 0 !important;
    color: #6B6258 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
}


/* Sort label */
.shop-products .orderby-wrapper label {
    color: #2A1C12 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}


/* Sort dropdown */
.shop-products .chosen-container {
    min-width: 180px !important;
}

.shop-products .chosen-container .chosen-single {
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 14px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(184,137,69,.25) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #2A1C12 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
}


/* Grid/List */
.shop-products .view-mode {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.shop-products .view-mode label {
    margin-right: 8px !important;
    color: #6B6258 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
}

.shop-products .view-mode a {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(184,137,69,.20) !important;
    color: #6B6258 !important;
}

.shop-products .view-mode a.active {
    background: #2A1C12 !important;
    border-color: #2A1C12 !important;
    color: #FFFFFF !important;
}


/* =========================================================
   PRODUCT GRID CLEAN SPACING
   ========================================================= */

.shop-products-inner > .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.shop-products-inner .item-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 25px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .tdt-shop-hero {
        margin-bottom: 25px !important;
        padding: 55px 20px !important;
        border-radius: 0 0 20px 20px !important;
    }

    .tdt-shop-hero .tdt-eyebrow {
        font-size: 10px !important;
        letter-spacing: 2px !important;
    }

    .tdt-shop-hero h1 {
        font-size: 34px !important;
        line-height: 1.18 !important;
    }

    .tdt-shop-hero p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .shop-products .toolbar-inner {
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 14px !important;
    }

    .shop-products .view-mode,
    .shop-products .woocommerce-result-count,
    .shop-products .woocommerce-ordering {
        margin: 0 !important;
    }

    .shop-products .orderby-wrapper {
        width: 100% !important;
        text-align: center !important;
    }

    .shop-products .chosen-container {
        width: 100% !important;
        min-width: 0 !important;
    }
}
.home .title-breadcumbs {
	display: none;
}.flexslider {

	border: unset!important;

}
/* =========================================================
   3D IN TEXAS — PREMIUM FOOTER
   Matches Homepage: Espresso + Champagne + Crystal Cream
   ========================================================= */

.footer.footer-1 {
    background:
        radial-gradient(circle at 15% 0%, rgba(184,137,69,.10), transparent 30%),
        radial-gradient(circle at 85% 15%, rgba(232,210,168,.06), transparent 28%),
        #17120E !important;
    color: rgba(255,255,255,.68) !important;
    font-family: "Poppins", sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Premium top glow */
.footer.footer-1:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 8% !important;
    right: 8% !important;
    height: 1px !important;
    background: linear-gradient(
        90deg,
        transparent,
        #B88945,
        #E8D2A8,
        #B88945,
        transparent
    ) !important;
}

/* Main spacing */
.footer.footer-1 .footer-inner {
    padding: 70px 0 0 !important;
}

/* =========================================================
   NEWSLETTER AREA
   ========================================================= */

.footer.footer-1 .top-footer {
    padding: 0 0 50px !important;
    display: flex !important;
    align-items: center !important;
}

.footer.footer-1 .newsletter-title h4 {
    color: #FFFFFF !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    letter-spacing: -.3px !important;
    margin: 0 0 7px !important;
}

.footer.footer-1 .newsletter-title p {
    color: rgba(255,255,255,.52) !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}




.footer.footer-1 .txt-form-newsletter button:hover {
    background: #E8D2A8 !important;
    color: #17120E !important;
}

/* Hide Mailchimp error text */
.footer.footer-1 .txt-form-newsletter p[style*="indianred"] {
    display: none !important;
}

/* =========================================================
   SOCIAL
   ========================================================= */

.footer.footer-1 .top-footer .vc_col-md-3 {
    text-align: right !important;
}

.footer.footer-1 .heading-title.style4 h3,
.footer.footer-1 .heading-title.style3 h3 {
    position: relative !important;
    color: #E8D2A8 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    margin: 0 0 18px !important;
}

.footer.footer-1 .heading-title.style3 h3:after,
.footer.footer-1 .heading-title.style4 h3:after {
    content: "" !important;
    display: block !important;
    width: 28px !important;
    height: 2px !important;
    margin-top: 9px !important;
    background: #B88945 !important;
}

.footer.footer-1 .top-footer .heading-title.style4 h3:after {
    margin-left: auto !important;
}

.footer.footer-1 .social-icons {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer.footer-1 .social-icons li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer.footer-1 .social-icons li a {
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(232,210,168,.22) !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.025) !important;
    color: #E8D2A8 !important;
    font-size: 12px !important;
    transition: all .3s ease !important;
}

.footer.footer-1 .social-icons li a:hover {
    background: #B88945 !important;
    border-color: #B88945 !important;
    color: #FFFFFF !important;
    transform: translateY(-3px) !important;
}

/* =========================================================
   DIVIDER
   ========================================================= */

.footer.footer-1 .vc_separator {
    margin: 0 0 48px !important;
}

.footer.footer-1 .vc_sep_line {
    border-color: rgba(232,210,168,.10) !important;
}

/* =========================================================
   MIDDLE FOOTER — 4 COLUMNS
   ========================================================= */

.footer.footer-1 .middle-footer {
    padding-bottom: 48px !important;
}

.footer.footer-1 .middle-footer > .vc_column_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* First column */
.footer.footer-1 .middle-footer > .vc_column_container:first-child {
    padding-left: 0 !important;
}

/* Last column */
.footer.footer-1 .middle-footer > .vc_column_container:last-child {
    padding-right: 0 !important;
}

/* Text */
.footer.footer-1 .txt-contact-footer p {
    color: rgba(255,255,255,.54) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    line-height: 1.9 !important;
    font-weight: 400 !important;
    margin: 0 0 15px !important;
}

/* =========================================================
   FOOTER LINKS
   ========================================================= */

.footer.footer-1 .widget_nav_menu ul {
    margin: 0 !important;
    padding: 0 !important;
}

.footer.footer-1 .widget_nav_menu li {
    list-style: none !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
}

.footer.footer-1 .widget_nav_menu li a {
    color: rgba(255,255,255,.54) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
    text-decoration: none !important;
    transition: all .25s ease !important;
}

.footer.footer-1 .widget_nav_menu li a:before {
    content: "›" !important;
    color: #B88945 !important;
    margin-right: 7px !important;
    opacity: 0 !important;
    transition: all .25s ease !important;
}

.footer.footer-1 .widget_nav_menu li a:hover {
    color: #E8D2A8 !important;
}

.footer.footer-1 .widget_nav_menu li a:hover:before {
    opacity: 1 !important;
}

/* =========================================================
   LOGO + CONTACT
   ========================================================= */

.footer.footer-1 .middle-footer .logo {
    margin: 0 0 22px !important;
}

.footer.footer-1 .middle-footer .logo img {
    width: 125px !important;
    height: auto !important;
    display: block !important;
   
    opacity: .95 !important;
}

/* Contact links */
.footer.footer-1 .txt-contact-footer a {
    color: rgba(255,255,255,.58) !important;
    text-decoration: none !important;
}

.footer.footer-1 .txt-contact-footer a:hover {
    color: #E8D2A8 !important;
}

/* =========================================================
   INSTAGRAM
   ========================================================= */

.footer.footer-1 .whybg {
    margin-top: 22px !important;
}

.footer.footer-1 .whybg img {
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    opacity: .88 !important;
    transition: all .3s ease !important;
}

.footer.footer-1 .whybg img:hover {
    opacity: 1 !important;
    transform: translateY(-2px) !important;
}

/* =========================================================
   BOTTOM FOOTER
   ========================================================= */

.footer.footer-1 .bottom-footer {
    padding: 22px 0 !important;
    border-top: 1px solid rgba(232,210,168,.09) !important;
    background: rgba(0,0,0,.12) !important;
}

.footer.footer-1 .txt-copyright p {
    color: rgba(255,255,255,.38) !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.footer.footer-1 .txt-copyright a {
    color: #B88945 !important;
    text-decoration: none !important;
}

.footer.footer-1 .bottom-footer img {
    max-height: 22px !important;
    width: auto !important;
    opacity: .65 !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .footer.footer-1 .footer-inner {
        padding-top: 48px !important;
    }

    .footer.footer-1 .top-footer {
        display: block !important;
        padding-bottom: 35px !important;
    }

    .footer.footer-1 .newsletter-title {
        text-align: center !important;
    }

    .footer.footer-1 .newsletter-title h4 {
        font-size: 20px !important;
    }

    .footer.footer-1 .txt-form-newsletter form {
        max-width: 100% !important;
    }

    .footer.footer-1 .top-footer .vc_col-md-3 {
        margin-top: 35px !important;
        text-align: center !important;
    }

    .footer.footer-1 .top-footer .heading-title.style4 h3:after {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer.footer-1 .social-icons {
        justify-content: center !important;
    }

    .footer.footer-1 .middle-footer {
        padding-bottom: 20px !important;
    }

    .footer.footer-1 .middle-footer > .vc_column_container {
        padding: 0 15px !important;
        margin-bottom: 35px !important;
        text-align: center !important;
    }

    .footer.footer-1 .middle-footer .logo {
        display: flex !important;
        justify-content: center !important;
    }

    .footer.footer-1 .heading-title.style3 h3:after {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer.footer-1 .whybg {
        text-align: center !important;
    }

    .footer.footer-1 .bottom-footer {
        text-align: center !important;
    }

    .footer.footer-1 .bottom-footer .vc_column_container {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
}/* ===== LIGHTER PREMIUM FOOTER ===== */

.footer.footer-1 {
    background:
        radial-gradient(circle at 15% 0%, rgba(184,137,69,.14), transparent 30%),
        radial-gradient(circle at 85% 15%, rgba(232,210,168,.08), transparent 28%),
        #241A14 !important;
}

.footer.footer-1 .bottom-footer {
    background: rgba(20,14,10,.18) !important;
}

.footer.footer-1 .txt-contact-footer p,
.footer.footer-1 .widget_nav_menu li a {
    color: rgba(255,255,255,.68) !important;
}

.footer.footer-1 .newsletter-title p {
    color: rgba(255,255,255,.65) !important;
}

.footer.footer-1 .txt-copyright p {
    color: rgba(255,255,255,.48) !important;
}
.woocommerce-breadcrumb {
	display: none !important;
}.main-container .product-view .summary.single-product-info {
	margin: 24px 0 30px 0;
	padding: 0 0 0 30px;
	width: 100%;
}.single-product .title-breadcumbs {
	background: var(--crystal-cream);
	border-top: 1px solid #eee5da;
	border-bottom: 1px solid #eee5da;
	display: none;
}/* =========================================================
   3D CRYSTAL SHOP 2026
========================================================= */

.tdt-crystal-shop {
    background: #F7F3EC !important;
    color: #2A1C12 !important;
    font-family: "Poppins", sans-serif !important;
    overflow: hidden !important;
}
.crystal-testimonials {
	width: 100%;
	background: #ffffff;
	padding: 1px 20px 70px;
	font-family: "Montserrat", Arial, sans-serif;
	box-sizing: border-box;
}
.single-product section.related.products {
	max-width: 1200px;
	margin: 0px auto 0px;
	padding-top: 0;
}.title-breadcumbs {
	margin-bottom: 0px!important;
	text-align: center;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0 10px 0!important;
	visibility: hidden!important;
}
/* =========================================================
   3D IN TEXAS — CART COLOR / DESIGN ONLY
   NO WIDTH / PADDING / ALIGNMENT CHANGES
========================================================= */

/* PAGE */
body.woocommerce-cart {
    background: #F7F3EC !important;
    color: #2A1C12 !important;
}

/* PAGE TITLE AREA */
body.woocommerce-cart .title-breadcumbs {
    background: #17120E !important;
    border: none !important;
}

body.woocommerce-cart .entry-title {
    color: #F7F3EC !important;
}

body.woocommerce-cart .breadcrumbs {
    color: #D8C7AF !important;
}

body.woocommerce-cart .breadcrumbs a {
    color: #E8D2A8 !important;
}

body.woocommerce-cart .breadcrumbs .separator {
    color: #B88945 !important;
}


/* CART TABLE */
body.woocommerce-cart table.shop_table {
    background: #FFFFFF !important;
    border-color: rgba(184,137,69,.20) !important;
    box-shadow: 0 8px 28px rgba(42,28,18,.06) !important;
}

body.woocommerce-cart table.shop_table thead,
body.woocommerce-cart table.shop_table thead th {
    background: #2A1C12 !important;
    color: #F7F3EC !important;
    border-color: #2A1C12 !important;
}

body.woocommerce-cart table.shop_table tbody tr {
    background: #FFFFFF !important;
}

body.woocommerce-cart table.shop_table tbody td {
    color: #2A1C12 !important;
    border-color: #EEE6DC !important;
}


/* PRODUCT IMAGE */
body.woocommerce-cart .product-thumbnail img {
    background: #F7F3EC !important;
    border-color: rgba(184,137,69,.28) !important;
}


/* PRODUCT NAME */
body.woocommerce-cart .product-name > a {
    color: #2A1C12 !important;
}

body.woocommerce-cart .product-name > a:hover {
    color: #8B1E24 !important;
}


/* PRODUCT DETAILS */
body.woocommerce-cart .variation dt {
    color: #756B61 !important;
}

body.woocommerce-cart .variation dd {
    color: #2A1C12 !important;
}


/* PRICE */
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
    color: #2A1C12 !important;
}


/* REMOVE */
body.woocommerce-cart .product-remove a.remove {
    background: #F7F3EC !important;
    color: #8B1E24 !important;
}

body.woocommerce-cart .product-remove a.remove:hover {
    background: #8B1E24 !important;
    color: #FFFFFF !important;
}


/* QUANTITY */
body.woocommerce-cart .quantity input.qty {
    background: #F7F3EC !important;
    color: #2A1C12 !important;
    border-color: #DCCDBA !important;
}

body.woocommerce-cart .quantity input.qty:focus {
    border-color: #B88945 !important;
    box-shadow: 0 0 0 2px rgba(184,137,69,.12) !important;
}


/* UPDATE CART */
body.woocommerce-cart .actions {
    background: #FCFAF7 !important;
}

body.woocommerce-cart .actions .button {
    background: #2A1C12 !important;
    color: #FFFFFF !important;
    border-color: #2A1C12 !important;
}

body.woocommerce-cart .actions .button:hover {
    background: #B88945 !important;
    color: #FFFFFF !important;
}


/* COUPON */
body.woocommerce-cart .coupon {
    background: #FFFFFF !important;
    border-color: rgba(184,137,69,.20) !important;
    box-shadow: 0 8px 28px rgba(42,28,18,.06) !important;
}

body.woocommerce-cart .coupon h3 {
    color: #2A1C12 !important;
}

body.woocommerce-cart .coupon p {
    color: #756B61 !important;
}

body.woocommerce-cart .coupon .input-text {
    background: #F7F3EC !important;
    color: #2A1C12 !important;
    border-color: #DCCDBA !important;
}

body.woocommerce-cart .coupon .input-text:focus {
    border-color: #B88945 !important;
}

body.woocommerce-cart .coupon .button {
    background: #B88945 !important;
    color: #FFFFFF !important;
}

body.woocommerce-cart .coupon .button:hover {
    background: #2A1C12 !important;
}


/* CART TOTALS */
body.woocommerce-cart .cart_totals {
    background: #FFFFFF !important;
    border-color: rgba(184,137,69,.20) !important;
    box-shadow: 0 8px 28px rgba(42,28,18,.06) !important;
}

body.woocommerce-cart .cart_totals h2 {
    color: #2A1C12 !important;
}

body.woocommerce-cart .cart_totals table th {
    color: #756B61 !important;
}

body.woocommerce-cart .cart_totals table td {
    color: #2A1C12 !important;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    border-color: #EEE6DC !important;
}


/* TOTAL */
body.woocommerce-cart .cart_totals .order-total th {
    color: #2A1C12 !important;
}

body.woocommerce-cart .cart_totals .order-total td {
    color: #8B1E24 !important;
}


/* SHIPPING */
body.woocommerce-cart .woocommerce-shipping-destination {
    color: #756B61 !important;
}

body.woocommerce-cart .shipping-calculator-button {
    color: #B88945 !important;
}

body.woocommerce-cart .shipping-calculator-button:hover {
    color: #8B1E24 !important;
}


/* CHECKOUT */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #8B1E24 !important;
    color: #FFFFFF !important;
    border-color: #8B1E24 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #2A1C12 !important;
    color: #FFFFFF !important;
}


/* SHIPPING FORM */
body.woocommerce-cart .shipping-calculator-form select,
body.woocommerce-cart .shipping-calculator-form input {
    background: #F7F3EC !important;
    color: #2A1C12 !important;
    border-color: #DCCDBA !important;
}

body.woocommerce-cart .shipping-calculator-form label {
    color: #756B61 !important;
}


/* GENERAL HOVER */
body.woocommerce-cart .coupon:hover,
body.woocommerce-cart .cart_totals:hover {
    border-color: rgba(184,137,69,.35) !important;
}/* =========================================================
   3D IN TEXAS — ABOUT CONTENT
========================================================= */

.box-des-about {
    color: #2A1C12 !important;
}

.box-des-about h4 {
    color: #2A1C12 !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
    letter-spacing: .3px !important;
}

.box-des-about p {
    color: #756B61 !important;
    line-height: 1.85 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 18px !important;
}

.box-des-about p:last-child {
    margin-bottom: 0 !important;
}


/* Premium highlight on heading */
.box-des-about h4::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #B88945 !important;
    margin-top: 16px;
}


/* Links if used later */
.box-des-about a {
    color: #8B1E24 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.box-des-about a:hover {
    color: #B88945 !important;
}


/* Mobile */
@media (max-width: 767px) {

    .box-des-about h4 {
        line-height: 1.5 !important;
    }

    .box-des-about p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }
}


.footer.footer-1 .middle-footer {
	padding-bottom: 0px !important;
}.footer .middle-footer {
	padding: 10px 0 0px;
}/* =========================================================
   3D IN TEXAS — MODERN PRODUCT PAGE V2
   SCREENSHOT STYLE
   ========================================================= */

:root {
    --tdt-dark: #17120E;
    --tdt-brown: #2A1C12;
    --tdt-gold: #B88945;
    --tdt-gold-dark: #946D38;
    --tdt-cream: #F7F3EC;
    --tdt-light: #FBF9F5;
    --tdt-gray: #6B6258;
    --tdt-border: #E5DDD2;
    --tdt-red: #B52B2B;
}


/* =========================================================
   PAGE
   ========================================================= */

body.tdt-modern-product {
    background: #fff !important;
}

.tdt-modern-product .main-container {
    background: #fff !important;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.tdt-modern-product .title-breadcumbs {
    background: var(--tdt-cream) !important;
    border-bottom: 1px solid var(--tdt-border) !important;
}

.tdt-modern-product .woocommerce-breadcrumb {
    color: #81776d !important;
}

.tdt-modern-product .woocommerce-breadcrumb a {
    color: #51483f !important;
}

.tdt-modern-product .woocommerce-breadcrumb a:hover {
    color: var(--tdt-gold) !important;
}


/* =========================================================
   PRODUCT CATEGORY
   ========================================================= */

.tdt-product-category {
    margin-bottom: 7px !important;
}

.tdt-product-category a {
    color: #998671 !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

.tdt-modern-product .product_title {
    color: var(--tdt-dark) !important;
    font-family: "Cormorant Garamond",
        Georgia,
        serif !important;
}


/* =========================================================
   PRICE
   ========================================================= */

.tdt-modern-product .single-product-info > .price {
    color: var(--tdt-red) !important;
}

.tdt-modern-product .single-product-info > .price .amount {
    color: var(--tdt-red) !important;
}


/* =========================================================
   SAVE BADGE
   ========================================================= */

.tdt-save-badge {
    display: inline-flex !important;
    align-items: center !important;

    margin-left: 10px !important;
    padding: 5px 10px !important;

    background: #F4E8D4 !important;
    border: 1px solid #DCC19A !important;
    border-radius: 20px !important;

    color: #8B6736 !important;

    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}


/* =========================================================
   RATING
   ========================================================= */

.tdt-product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;

    margin: 5px 0 17px !important;

    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 12px !important;
}

.tdt-product-rating .tdt-stars {
    color: #D99522 !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
}

.tdt-product-rating .tdt-stars .filled {
    color: #D99522 !important;
}

.tdt-product-rating strong {
    color: #4A4037 !important;
}

.tdt-product-rating a {
    color: #81776d !important;
    text-decoration: none !important;
}

.tdt-product-rating a:hover {
    color: var(--tdt-gold) !important;
}


/* =========================================================
   STOCK
   ========================================================= */

.tdt-stock-status {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    position: absolute !important;
    right: 0 !important;
    top: 0 !important;

    font-family: "Poppins", Arial, sans-serif !important;
}

.tdt-stock-status .tdt-stock-dot {
    width: 9px !important;
    height: 9px !important;

    background: #46A35A !important;
    border-radius: 50% !important;

    box-shadow: 0 0 0 4px rgba(70,163,90,.10) !important;
}

.tdt-stock-status strong {
    display: block !important;
    color: #4C514B !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
}

.tdt-stock-status small {
    display: block !important;
    margin-top: 2px !important;
    color: #8B8177 !important;
    font-size: 10px !important;
}

.tdt-stock-status.out .tdt-stock-dot {
    background: #B52B2B !important;
}


/* =========================================================
   PERSONALIZATION BOX
   ========================================================= */

.tdt-modern-product
.single-product-info
.threed-crystal-options {

    background:
        linear-gradient(
            135deg,
            #FBF9F5,
            #F6F0E8
        ) !important;

    border: 1px solid #E3D8C9 !important;
    border-radius: 12px !important;

    box-shadow:
        0 12px 35px rgba(42,28,18,.055) !important;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.tdt-product-benefits {

    display: grid !important;

    grid-template-columns:
        repeat(4, 1fr) !important;

    gap: 15px !important;

    width: 100% !important;

    margin-top: 28px !important;
    padding-top: 25px !important;

    border-top: 1px solid var(--tdt-border) !important;
}

.tdt-benefit {
    text-align: center !important;
}

.tdt-benefit-icon {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;

    margin: 0 auto 8px !important;

    border: 1px solid #D7BE96 !important;
    border-radius: 50% !important;

    color: var(--tdt-gold) !important;

    font-size: 18px !important;

    transition:
        transform .3s ease,
        background .3s ease !important;
}

.tdt-benefit:hover .tdt-benefit-icon {
    background: var(--tdt-gold) !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

.tdt-benefit strong {
    display: block !important;

    color: #332A23 !important;

    font-family: "Poppins", Arial, sans-serif !important;

    font-size: 10px !important;
    font-weight: 600 !important;
}

.tdt-benefit small {
    display: block !important;

    margin-top: 3px !important;

    color: #8B8177 !important;

    font-size: 9px !important;
}


/* =========================================================
   ADD TO CART
   ========================================================= */

.tdt-modern-product
.single_add_to_cart_button {

    background: var(--tdt-gold) !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 3px !important;

    font-family: "Poppins", Arial, sans-serif !important;
    font-weight: 600 !important;

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease !important;
}

.tdt-modern-product
.single_add_to_cart_button:hover {

    background: var(--tdt-gold-dark) !important;

    transform: translateY(-2px) !important;

    box-shadow:
        0 10px 25px rgba(184,137,69,.22) !important;
}


/* =========================================================
   PAYMENT BUTTON
   ========================================================= */

.tdt-modern-product
#wc-stripe-express-checkout-element {

    border-radius: 4px !important;
    overflow: hidden !important;
}


/* =========================================================
   META
   ========================================================= */

.tdt-product-meta-note {

    display: flex !important;
    gap: 18px !important;

    margin-top: 17px !important;

    color: #8A8075 !important;

    font-size: 11px !important;
}


/* =========================================================
   TABS
   ========================================================= */

.tdt-modern-product .woocommerce-tabs {

    max-width: 1250px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    border-top: 1px solid var(--tdt-border) !important;
}

.tdt-modern-product .woocommerce-tabs ul.tabs {

    justify-content: flex-start !important;

    gap: 38px !important;

    border-bottom: 1px solid var(--tdt-border) !important;
}

.tdt-modern-product .woocommerce-tabs ul.tabs li a {

    color: #8B8177 !important;

    font-family: "Poppins", Arial, sans-serif !important;

    font-size: 12px !important;

    letter-spacing: .7px !important;

    transition: color .25s ease !important;
}

.tdt-modern-product
.woocommerce-tabs
ul.tabs
li.active a {

    color: var(--tdt-dark) !important;
}

.tdt-modern-product
.woocommerce-tabs
ul.tabs
li.active a:after {

    background: var(--tdt-gold) !important;
}


/* =========================================================
   TAB CONTENT
   ========================================================= */

.tdt-modern-product
.woocommerce-tabs
.panel {

    color: var(--tdt-gray) !important;

    font-family: "Poppins", Arial, sans-serif !important;

    font-size: 14px !important;

    line-height: 1.8 !important;
}

.tdt-modern-product
.woocommerce-tabs
.panel p {

    color: var(--tdt-gray) !important;
}

.tdt-modern-product
.woocommerce-tabs
.panel li::marker {

    color: var(--tdt-gold) !important;
}


/* =========================================================
   CUSTOM SHIPPING / RETURNS
   ========================================================= */

.tdt-info-tab h3 {

    color: var(--tdt-dark) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 30px !important;
}

.tdt-info-tab ul {
    padding-left: 20px !important;
}

.tdt-info-tab li {
    margin-bottom: 7px !important;
}


/* =========================================================
   REVIEW INTRO
   ========================================================= */

.tdt-product-section-intro {

    max-width: 1250px !important;

    margin: 65px auto 20px !important;

    text-align: left !important;
}

.tdt-product-section-intro span {

    color: var(--tdt-gold) !important;

    font-family: "Poppins", Arial, sans-serif !important;

    font-size: 11px !important;

    font-weight: 600 !important;

    letter-spacing: 2px !important;
}

.tdt-product-section-intro h2 {

    margin: 5px 0 0 !important;

    color: var(--tdt-dark) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 34px !important;
}


/* =========================================================
   REVIEWS
   ========================================================= */

.tdt-modern-product #reviews {

    color: var(--tdt-gray) !important;
}

.tdt-modern-product
#reviews .woocommerce-Reviews-title {

    color: var(--tdt-dark) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;
}

.tdt-modern-product
#reviews .stars a {

    color: #D99522 !important;
}


/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

.tdt-modern-product
section.related.products {

    max-width: 1250px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-top: 25px !important;
}

.tdt-modern-product
section.related.products
.heading-title h3 {

    color: var(--tdt-dark) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 34px !important;
}

.tdt-modern-product
section.related.products
.product-wrapper {

    background: #fff !important;

    border: 1px solid var(--tdt-border) !important;

    transition:
        transform .3s ease,
        box-shadow .3s ease !important;
}

.tdt-modern-product
section.related.products
.product-wrapper:hover {

    transform: translateY(-5px) !important;

    box-shadow:
        0 15px 35px rgba(23,18,14,.10) !important;
}

.tdt-modern-product
section.related.products
.onsale {

    background: var(--tdt-red) !important;

    border-radius: 20px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .tdt-stock-status {
        position: static !important;
        margin-bottom: 15px !important;
    }

    .tdt-product-benefits {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}


@media (max-width: 767px) {

    .tdt-product-benefits {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tdt-product-rating {
        flex-wrap: wrap !important;
    }

    .tdt-save-badge {
        margin-left: 0 !important;
        margin-top: 5px !important;
    }

    .tdt-modern-product
    .woocommerce-tabs ul.tabs {

        gap: 22px !important;

        overflow-x: auto !important;

        white-space: nowrap !important;

        justify-content: flex-start !important;
    }

    .tdt-product-section-intro {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}/* =========================================================
   3D IN TEXAS - FRONT END MOLLER SINGLE PRODUCT FIX
   ========================================================= */

body.single-product .product-page,
body.single-product .product-view,
body.single-product .product-content-wrapper,
body.single-product .product-content {
    width: 100% !important;
    max-width: 100% !important;
}


/* Main product inner container */
body.single-product .product-content > .container {
    width: 100% !important;
    max-width: 1400px !important;
}


/* Main product row */
body.single-product .product-content > .container > .row {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
}


/* LEFT IMAGE */
body.single-product .product-content .col-lg-5 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}


/* RIGHT DETAILS */
body.single-product .product-content .col-lg-7 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}


/* Product image */
body.single-product .single-product-image {
    width: 100% !important;
    max-width: 650px !important;
}

body.single-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 650px !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    width: 100% !important;
}

body.single-product .woocommerce-product-gallery__image img.wp-post-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}


/* RIGHT PRODUCT INFORMATION */
body.single-product .single-product-info {
    width: 100% !important;
    max-width: 650px !important;
}


/* Personalization */
body.single-product .threed-crystal-options {
    width: 100% !important;
    box-sizing: border-box !important;
}

body.single-product .threed-crystal-options input,
body.single-product .threed-crystal-options select,
body.single-product .threed-crystal-options textarea {
    max-width: 100% !important;
    box-sizing: border-box !important;
}


/* Benefits */
body.single-product .tdt-product-benefits {
    width: 100% !important;
}


/* Reviews heading */
body.single-product .tdt-product-section-intro {
    width: 100% !important;
}


/* Tabs */
body.single-product .woocommerce-tabs {
    width: 100% !important;
}


/* Related products */
body.single-product section.related.products {
    width: 100% !important;
}

body.single-product section.related.products .shop-products {
    width: 100% !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    body.single-product .product-content .col-lg-5,
    body.single-product .product-content .col-lg-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body.single-product .single-product-image,
    body.single-product .single-product-info {
        max-width: 100% !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body.single-product .product-content .col-lg-5,
    body.single-product .product-content .col-lg-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body.single-product .woocommerce-product-gallery,
    body.single-product .single-product-image {
        max-width: 100% !important;
    }
}
/* BENEFITS UNDER PRODUCT IMAGE */
body.single-product .tdt-product-benefits {
    width: 100% !important;
    max-width: 650px !important;
    margin: 25px auto 0 !important;
    clear: both !important;
}


/* Keep benefits in 4 columns */
body.single-product .tdt-product-benefits {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
}


/* Make sure it doesn't sit beside image */
body.single-product .tdt-product-benefits {
    box-sizing: border-box !important;
}


/* Compare should stay with product details */
body.single-product .compare.button {
    clear: none !important;
}


/* Mobile */
@media (max-width: 767px) {
    body.single-product .tdt-product-benefits {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}.product-nav {
	display: none;
}.tdt-product-benefits .tdt-benefit-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    color: #B88945 !important;
    font-size: 25px !important;
    
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.tdt-product-benefits .tdt-benefit-icon i {
    color: #B88945 !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.tdt-product-benefits .tdt-benefit:hover .tdt-benefit-icon i {
    color: #946D38 !important;
    transform: translateY(-3px) !important;
}

.tdt-product-benefits .tdt-benefit-icon i {
    transition: transform .3s ease, color .3s ease !important;
}
.shop-products .gridview .list-col8 .add-to-cart {
	filter: alpha(opacity=0);
	opacity: 0;
	position: relative!important;
	top: 100%;
	-webkit-transition: .3s ease-out 0s;
	-moz-transition: .3s ease-out 0s;
	-ms-transition: .3s ease-out 0s;
	-o-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	line-height: 1;
}
#archive-product .onsale {
	background: #8b1e24 !important;
	color: #ffffff !important;
	font-family: Poppins, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	border-radius: 20px !important;
	padding: unset !important;
}