.elementor-204 .elementor-element.elementor-element-9ee9270{--display:flex;}.elementor-204 .elementor-element.elementor-element-42817e1{--display:flex;}.elementor-204 .elementor-element.elementor-element-2206548{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 25px;--row-gap:0px;--column-gap:25px;}.elementor-204 .elementor-element.elementor-element-4b9b387{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-204 .elementor-element.elementor-element-e659898{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-204 .elementor-element.elementor-element-ea8fcad .cart button, .elementor-204 .elementor-element.elementor-element-ea8fcad .cart .button{transition:all 0.2s;}.elementor-204 .elementor-element.elementor-element-ea8fcad .quantity .qty{transition:all 0.2s;}.elementor-204 .elementor-element.elementor-element-b3af7e4{--display:flex;}@media(min-width:768px){.elementor-204 .elementor-element.elementor-element-4b9b387{--width:50%;}.elementor-204 .elementor-element.elementor-element-e659898{--width:50%;}}/* Start custom CSS for woocommerce-breadcrumb, class: .elementor-element-6c8fc35 *//* --- DBAM BREADCRUMBS: THE PATH --- */

.woocommerce-breadcrumb {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    margin-bottom: 30px !important;
    display: block !important; /* Forces it to show if it was hidden earlier */
}

/* The Links (Home, Shop, Category) */
.woocommerce-breadcrumb a {
    color: #000 !important;
    text-decoration: none !important;
    padding: 2px 6px !important;
    transition: 0.2s !important;
}

.woocommerce-breadcrumb a:hover {
    background: #FFD700 !important; /* Yellow highlighter on hover */
    color: #000 !important;
}

/* The Separator (usually / or >) */
.woocommerce-breadcrumb .breadcrumb-separator {
    color: #FF4500 !important; /* Neon Orange separators */
    margin: 0 10px !important;
}

/* The Current Page (The end of the trail) */
.woocommerce-breadcrumb .current {
    color: #00E5FF !important; /* Cyan for the page you are currently on */
}/* End custom CSS */
/* Start custom CSS *//* --- DBAM SINGLE PRODUCT: MASTER DNA --- */

/* 1. BACKGROUND DOTS */
body.single-product {
    background-color: #ffffff !important;
    background-image: radial-gradient(#ccc 1.5px, transparent 1.5px) !important;
    background-size: 30px 30px !important;
}

/* 2. BREADCRUMBS (THE PATH) */
.woocommerce-breadcrumb {
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
    margin-bottom: 25px !important;
    color: #000 !important;
}

.woocommerce-breadcrumb a {
    color: #000 !important;
    text-decoration: none !important;
}

.woocommerce-breadcrumb a:hover {
    color: #FF4500 !important;
}

/* 3. PRODUCT TITLES & PRICE */
.product_title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-size: clamp(30px, 5vw, 60px) !important;
    line-height: 1 !important;
}

.price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    color: #FF4500 !important;
    font-size: 2.5rem !important;
}

/* 4. PRODUCT IMAGE GALLERY */
.woocommerce-product-gallery {
    border: 8px solid #000 !important;
    background: #fff !important;
    box-shadow: 15px 15px 0px #000 !important;
    padding: 10px !important;
}

/* 5. SKU & CATEGORY DATA */
.product_meta {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    margin-top: 20px !important;
    border-top: 4px solid #000 !important;
    padding-top: 15px !important;
}

.product_meta a {
    color: #FF4500 !important;
    text-decoration: none !important;
}

/* 6. DATA TABS */
.woocommerce-tabs ul.tabs {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 40px 0 0 0 !important;
}

.woocommerce-tabs ul.tabs li {
    background: #fff !important;
    border: 6px solid #000 !important;
    margin-right: 10px !important;
    padding: 10px 20px !important;
}

.woocommerce-tabs ul.tabs li.active {
    background: #00E5FF !important;
}

.woocommerce-tabs ul.tabs li a {
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #000 !important;
}

.woocommerce-Tabs-panel {
    background: #fff !important;
    border: 6px solid #000 !important;
    padding: 30px !important;
    box-shadow: 15px 15px 0px #000 !important;
    margin-top: -6px !important;
}

/* 7. ADD TO CART BUTTON */
.single_add_to_cart_button {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 20px 40px !important;
    box-shadow: 10px 10px 0px #00E5FF !important;
}

.single_add_to_cart_button:hover {
    background: #FF4500 !important;
    box-shadow: 10px 10px 0px #000 !important;
}

/* 8. WARNING STRIP */
.warning-strip {
    background: #000;
    color: #FFD700;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 8px solid #000;
    width: 110%;
    margin-left: -5%;
    margin-bottom: 40px;
}

.scrolling-text {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    animation: scroll 30s linear infinite;
    text-transform: uppercase;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* 9. HIDE ONLY STAR RATINGS */
.star-rating { display: none !important; }/* End custom CSS */