.woocommerce div.product .dramcoin-promo .gd-button.gold-o:hover {
    color: var(--color-black);
}

.woocommerce div.product .gd-button.gold-o:hover {
    color: var(--color-white);
}

.product-wrap .product:nth-child(6n+1) .product-image img,
.related-grid .product:nth-child(6n+1) .product-image img { 
    filter: brightness(0.85); 
}
.product-wrap .product:nth-child(6n+2) .product-image img,
.related-grid .product:nth-child(6n+2) .product-image img { 
    filter: brightness(0.6); 
}
.product-wrap .product:nth-child(6n+3) .product-image img,
.related-grid .product:nth-child(6n+3) .product-image img { 
    filter: brightness(1); 
}
.product-wrap .product:nth-child(6n+4) .product-image img,
.related-grid .product:nth-child(6n+4) .product-image img { 
    filter: brightness(0.75); 
}
.product-wrap .product:nth-child(6n+5) .product-image img,
.related-grid .product:nth-child(6n+5) .product-image img { 
    filter: brightness(0.9); 
}
.product-wrap .product:nth-child(6n) .product-image   img,
.related-grid .product:nth-child(6n) .product-image   img { 
    filter: brightness(0.7); 
}

span.date-stamp {
    color: #1a1a1a;
    z-index: 9;
    right: 20%;
    transform: rotate(18deg);
    padding: 15px;
    position: absolute;
    top: 28%;
    font-size: 21px;
    width: 77px;
    text-align: center;
    line-height: 15px;
    mix-blend-mode: multiply;
    font-weight: 700;
    font-family: 'Cormorant Upright';
    background-image: url('/wp-content/uploads/2025/07/border-script.svg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    z-index: 9;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 0px;
}

.woocommerce-notices-wrapper a {
    color: var(--color-gold);
}

.woocommerce-order-received {
    #primary {
        margin-top: 160px;
        a, a:visited {
            color: var(--color-gold);
        }
    }
    
}
body.guest .hide-for-guest,
body.guest .hide-for-customer,
body.customer .hide-for-customer,
body.wholesaler .hide-for-wholesaler,
body.logged-in .hide-for-logged-in {
    display: none;
}

/* Checkout WC CSS */

/* 

.woocommerce-checkout th {
    background-color: transparent;
}

.cfw-modal #info_payment button, 
.cfw-modal .cfw-primary-btn, 
.checkoutwc #info_payment button, 
.checkoutwc .cfw-primary-btn,
.checkoutwc .previous-button {
    background: var(--cfw-buttons-primary-background-color);
    border: 1.5px solid var(--cfw-buttons-primary-background-color);
    border-radius: 0px;
    font-family: "Open Sans", sans-serif;
    padding: 11px 18px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checkoutwc .previous-button {
    background: transparent;
}

.cfw-modal #info_payment button:hover, 
.cfw-modal .cfw-primary-btn:hover, 
.checkoutwc #info_payment button:hover, 
.checkoutwc .cfw-primary-btn:hover {
    border: 1.5px solid var(--cfw-buttons-primary-background-color);
}

body.checkout-wc, 
main.checkoutwc,
body.theme-golden-dram {
    font-family: "Open Sans", sans-serif;
}

div#order_review {
    background-color: #1a1a1a;
    padding: 40px;
    color: white;
    font-family: "Open Sans", sans-serif;
}
div#order_review h3,
div#order_review h4 {
    color: white;
    font-family: "Cormorant Upright", serif;
    text-transform: uppercase;
}

div#order_review h4 {
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

div#order_review label,
.cfw-review-pane li .cfw-review-pane-label,
.cfw-review-pane li .cfw-review-pane-content,
.cfw-review-pane li .cfw-review-pane-link a {
    color: white;
}

.checkoutwc .form-row.cfw-label-is-floated input[type=text], 
.checkoutwc .form-row.cfw-label-is-floated input[type=tel], 
.checkoutwc .form-row.cfw-label-is-floated select {
    padding: .82rem;
    border-radius: 0px !important;
}

.checkoutwc .form-row input[type=tel]#billing_phone {
    border-radius: 0px !important;
}

.customer-content {
    line-height: 20px;
    margin-bottom: 40px;
}

.customer-content li {
    margin-bottom:10px;
    position:relative;
}

.customer-content ::marker {
    font-family: "Cormorant Upright", serif;
    font-size: 23px;
}

body.futurist #cfw-cart-summary #cfw-cart-summary-content>h3 {
    font-family: "Cormorant Upright", serif;
}
    
*/
