@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//silkroadexotics.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Glaciall", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Glaciall", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Glaciall", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Glaciall", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(139,43,255);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: rgb(152,47,253);
	--btn-default-bgcolor-hover: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(152,47,253);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(152,47,253);
	--wd-link-color-hover: rgb(0,0,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(238,238,238);
	background-image: none;
}
 {
	color: rgb(255,255,255);
	background: rgb(152,47,253);
}
.product-labels .product-label.onsale {
	background-color: rgb(152,47,253);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(152,47,253);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(152,47,253);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(152,47,253);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(152,47,253);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1470px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1470px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(152,47,253);
}

@font-face {
	font-family: "Glaciall";
	src: url("//silkroadexotics.com/wp-content/uploads/2021/10/GlacialIndifference-Regular.woff2") format("woff2"), 
url("//silkroadexotics.com/wp-content/uploads/2021/10/GlacialIndifference-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Glaciall";
	src: url("//silkroadexotics.com/wp-content/uploads/2021/10/GlacialIndifference-Bold.woff2") format("woff2"), 
url("//silkroadexotics.com/wp-content/uploads/2021/10/GlacialIndifference-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* ================================================================
   SILK ROAD EXOTICS - MASTER BRAND STYLING
   ================================================================ */

/* --- 1. NAVIGATION: CENTERED PURPLE UNDERLINES --- */
.wd-nav-main > li > a .nav-link-text {
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.wd-nav-main > li > a .nav-link-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50% !important;
    width: 0;
    height: 2px;
    background: #9944FF;
    transition: width 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) !important;
}

.wd-nav-main > li:hover > a .nav-link-text::after,
.wd-nav-main > li.current-menu-item > a .nav-link-text::after,
.wd-nav-main > li.wd-active > a .nav-link-text::after,
.wd-nav-main > li.current_page_item > a .nav-link-text::after {
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Luxury Spacing for Menu Items */
.wd-nav-main > li {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/* --- 2. CHECKOUT & PAYMENT CLEANUP --- */
/* Hide redundant Express/Wallet buttons in the payment list */
#payment .payment_method_stripe_applepay, 
#payment .payment_method_stripe_googlepay,
#payment .payment_method_stripe_payment_request,
#payment .paypal-checkout-buttons,
#payment .wcppec-checkout-buttons__separator,
#payment .paypal-button-container {
    display: none !important;
}

/* Branded Stripe Inline Credit Card Field */
.wc-stripe-elements-field {
    border: 1px solid #ddd !important;
    padding: 12px !important;
    border-radius: 5px !important;
    background-color: #f9f9f9 !important;
}

/* Ensure the Purple PLACE ORDER Button is the Star */
#place_order {
    background-color: #9944FF !important;
    color: white !important;
    width: 100% !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background-color 0.3s ease;
}

#place_order:hover {
    background-color: #8B2BFF !important;
}

/* --- 3. GLOBAL BRANDING & CART --- */
.wd-cart-number {
    background-color: #9944FF !important;
}

/* Branded "Hot" and "Sale" Labels */
.labels-rectangular .onsale, 
.labels-rectangular .new,
.labels-rectangular .part-of-package {
    background-color: #9944FF !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.labels-rectangular .hot {
    background-color: #FF44CC !important; /* Hot pink for "Hot" items */
}

/* --- 4. PRODUCT GRID INTERACTION & ALIGNMENT FIX --- */
/* This section forces images to be even and buttons to align */

.product-grid-item .product-element-top {
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    aspect-ratio: 1 / 1 !important; /* Forces square image containers */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-item .product-element-top img {
    object-fit: cover !important; /* Prevents image distortion */
    width: 100%;
    height: 100%;
}

/* Force titles to take up the same space so buttons line up */
.wd-entities-title, 
.woocommerce-loop-product__title, 
.product-grid-item .wd-entities-title {
    min-height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px !important;
}

.product-grid-item .product-element-top:hover img {
    transform: scale(1.08);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-grid-item:hover {
    box-shadow: 0px 10px 25px rgba(153, 68, 255, 0.15);
}

/* --- 5. THE REPTILE BANISHER --- */
.wd-nav-main li:has(a[href*="snake"]), 
.wd-nav-main li:has(a[href*="lizard"]), 
.wd-nav-main li:has(a[href*="turtle"]),
.wd-nav-main li:has(a[href*="tortoise"]),
.wd-nav-main li:has(a[href*="amphibian"]),
.wd-nav-mobile li:has(a[href*="snake"]), 
.wd-nav-mobile li:has(a[href*="lizard"]),
.wd-nav-mobile li:has(a[href*="turtle"]) {
    display: none !important;
}

/* --- 6. CARE GUIDES & TEXT STYLING --- */
.single-post .entry-content {
    padding-bottom: 60px !important;
    color: #1a1a1a !important;
}

.single-post .entry-content p {
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

/* Purple Sub-Headers */
.elementor-text-editor {
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

/* Layout Spacing Cleanup */
.shop_table.woocommerce-checkout-review-order-table thead th {
    padding-bottom: 20px !important;
}

.cart-subtotal td, .cart-subtotal th {
    padding-top: 15px !important;
}