@import 'https://fonts.googleapis.com/css?family=Playfair+Display|Roboto:100,300,400,700';

/* ========================================
   THEME COLOR VARIABLES
   ======================================== */
:root {
    /* Buttons, navbar, topbar, footer menu, cart, back-to-top, product flags, nav hover, tell-a-friend btn */
    --wc-primary: #555;
    /* Navbar, button hovers, cart hover, nav submenu hover, footer background, store navigation */
    --wc-accent: #777;
    /* Carousel navigation arrows (mobile) */
    --wc-accent-alpha: rgba(119, 119, 119, 0.8);
    /* Body text, headings, add-to-cart button, bottom footer background, fa-stack hover */
    --wc-text-dark: #000;
    /* Social footer link hover */
    --wc-text-hover: #141414;
    /* Button labels, nav links, topbar, footer text/links, dropdown backgrounds, submenu backgrounds */
    --wc-text-light: #fff;
    /* Carousel pagination dots (inactive) */
    --wc-text-light-alpha-50: rgba(255, 255, 255, 0.5);
    /* Footer section dividers (mobile) */
    --wc-text-light-alpha-20: rgba(255, 255, 255, 0.2);
    /* Links, flags, slide captions, checkout btn, modal btns, submenu text, caption text */
    --wc-text-muted: #333;
    /* Price percentage (product list) */
    --wc-text-disabled: #aaa;
    /* Tell-a-friend form hover (border and text) */
    --wc-secondary: #ce5fb2;
    /* Home slider background, navbar mobile border */
    --wc-bg-light: #f5f5f5;
    /* Carousel heading border, checkout panel border, caption divider, product thumbnail shadow, carousel line */
    --wc-border-light: #eee;

    /* Per-element color overrides (default to global values above) */
    --wc-topbar-bg: var(--wc-primary);
    --wc-topbar-text: var(--wc-text-light);
    --wc-header-bg: transparent;
    --wc-nav-bg: var(--wc-primary);
    --wc-nav-text: var(--wc-text-light);
    --wc-cart-bg: var(--wc-primary);
    --wc-cart-text: var(--wc-text-light);
    --wc-footer-menu-bg: var(--wc-primary);
    --wc-footer-menu-text: var(--wc-text-light);
    --wc-footer-bg: var(--wc-accent);
    --wc-footer-text: var(--wc-text-light);
    --wc-atc-bg: var(--wc-text-dark);
    --wc-atc-text: var(--wc-text-light);
}

body {
    font-family: 'Roboto', serif;
    color: var(--wc-text-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Playfair Display', serif;
    color: var(--wc-text-dark);
    text-transform: none;
}

.navbar > .container {
    width: 100% !important;
    padding: 0 !important;
}

.navbar-inverse {
    background: var(--wc-nav-bg);
    border-color: var(--wc-nav-bg);
}

.btn-primary:hover,
.btn-quickview:hover,
ul#Footer_menu > li > a:hover {
    background: var(--wc-accent);
    border-color: var(--wc-accent);
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: var(--wc-text-muted);
    text-decoration: none;
}

.btn-primary,
.page-contact .contactpage input[type='submit'] {
    background: var(--wc-primary) !important;
    border-color: var(--wc-primary) !important;
    color: var(--wc-text-light) !important;
    font-weight: normal;
    border-radius: 0;
}

.quickviewlink > a,
::selection {
    background: var(--wc-primary);
    color: var(--wc-text-light);
}

.quickviewlink > a:hover {
    background: var(--wc-accent);
    color: var(--wc-text-light);
}

.topbar .btn-default:hover,
.topbar .tablinks a:hover {
    color: var(--wc-text-muted);
}

.topbar .btn-default:hover,
.topbar .tablinks ul li:visited a,
.topbar .tablinks ul li:active a,
.topbar .tablinks ul li:hover a {
    background: var(--wc-text-light) !important;
}

.product-list .flag-new,
.product-list .flag-sale,
.product-list .flag-special {
    background: var(--wc-text-muted);
    font-family: 'Roboto';
}

.product-carousel-wrapper {
    text-align: center;
}

.product-carousel-wrapper h3 {
    z-index: 1;
    position: relative;
    background: var(--wc-text-light);
    text-align: center;
    margin-bottom: 20px;
    color: var(--wc-text-muted);
    font-weight: normal;
    letter-spacing: 0;
    border: solid 1px var(--wc-border-light);
    padding-bottom: 20px;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 0.1em;
    font-size: 20px;
}

div#carousel-slideshow {
    overflow: hidden;
}

div#carousel-slideshow:before {
    content: '';
    display: block;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 999;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 400%);
}

/* Add shadow to bottom of carousel for contrast */

.page-checkoutstep2 #btn-make-payment {
    background: var(--wc-text-muted);
    padding: 20px;
}

.page-checkoutstep2 #btn-make-payment:hover {
    background: var(--wc-text-muted);
}

.page-checkoutstep2 #checkout-first-column {
    box-shadow: none;
    background: none;
    margin: 0;
}

.page-checkoutstep2 div.checkout-panel {
    box-shadow: none;
    border: solid 1px var(--wc-border-light);
}

@media only screen and (min-width: 320px) {
    .page-department div#customcontent {
        width: 100%;
        overflow: hidden;
        background: var(--wc-text-light);
        margin-bottom: 20px;
    }

    .page-department div#customcontent img {
        max-width: 100%;
        height: auto;
    }

    .slideCaption {
        background: var(--wc-text-muted);
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span,
    .Horizontal_Nav_Menu > li > span {
        text-decoration: none;
        font-size: 1em;
        line-height: 20px;
        position: relative;
        display: block;
        padding: 15px 15px;
        transition: background 0.3s ease;
    }

    .Horizontal_Nav_Menu > li > ul > li > a {
        font-size: 1em;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

    .Horizontal_Nav_Menu > li:hover {
        background: var(--wc-primary) !important;
    }

    .Horizontal_Nav_Menu > li > a:hover,
    .Horizontal_Nav_Menu > li > span:hover {
        color: var(--wc-text-light);
        background: var(--wc-primary);
    }

    .Horizontal_Nav_Menu > li:hover > a,
    .Horizontal_Nav_Menu > li:hover > span {
        color: var(--wc-text-light);
        background: var(--wc-primary) !important;
    }

    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span {
        font-size: 18px;
        padding: 10px 25px;
        font-family: 'Roboto';
        font-weight: normal;
        color: var(--wc-nav-text);
        letter-spacing: 0;
    }

    .topbar .tablinks a {
        line-height: 32px;
        padding: 0 10px 0 10px;
    }

    .topbar.hidden-xs button,
    .topbar.hidden-xs a {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        color: var(--wc-topbar-text);
    }

    .Horizontal_Nav_Menu > li > ul > li > a span {
        color: var(--wc-text-muted);
        font-weight: bold;
        font-family: 'Roboto';
    }

    .slideCaption {
        background: none;
    }

    .container.submenuBanner h3 {
        font-size: 15px;
        letter-spacing: 0.1em;
    }

    .page-home .product-carousel-homepageslider {
        max-width: 1140px;
        margin: 0 auto;
        margin-top: 2em;
    }

    .page-home .product-carousel-homepageslider .slideCaption {
        text-align: center;
    }

    .product-carousel-homepageslider .slideCaption {
        font-family: Roboto, sans-serif;
    }

    .product-carousel-homepageslider .slideCaption h3 {
        font-family: 'Playfair Display', serif;
    }

    .page-home .product-carousel-homepageslider .slideCaption .btn {
        background: transparent;
        color: var(--wc-text-light);
        border: 1px solid var(--wc-text-light);
    }

    .Horizontal_Nav_Menu {
        text-align: center;
    }

    .Horizontal_Nav_Menu > li {
        float: none;
        display: inline-block;
    }

    .navbar-inverse {
        background: transparent;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span {
        text-decoration: none;
        color: var(--wc-nav-text);
        font-size: 1em;
        line-height: 1em;
        position: relative;
        display: block;
        padding: 14px 15px 14px 15px;
        transition: background 0.3s ease;
        font-weight: normal;
    }

    .Horizontal_Nav_Menu > li > ul > li > a {
        font-size: 1em;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 768px) {
    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span {
        padding: 15px 8px;
        font-size: 0.9em;
    }
}

.topbar.hidden-xs {
    background: var(--wc-topbar-bg);
}

#Footer_menu {
    background: var(--wc-footer-menu-bg);
}

#nsc_cart_container a.btn-primary {
    background: var(--wc-cart-bg);
    border-color: var(--wc-cart-bg);
    color: var(--wc-cart-text);
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding: 5px 10px;
}

#nsc_cart_container a.btn-primary:hover {
    background: var(--wc-accent) !important;
    border-color: var(--wc-accent) !important;
    color: var(--wc-text-light);
}

#nsc_cart_container a.btn-primary:visited,
#nsc_cart_container a.btn-primary:focus,
#nsc_cart_container a.btn-primary:active,
#nsc_cart_container a.btn-primary.open {
    background: var(--wc-cart-bg) !important;
    color: var(--wc-cart-text);
}

#cartOptions .btn-primary {
    padding: 12px !important;
}

.page-product h1 {
    font-size: 24px;
}

div#searchresult {
    margin-bottom: 15px;
}

.slideCaption a:empty {
    display: none;
}

/* Category Pictures Panel Edit */

.category-pictures-panel h5 {
    bottom: -40px;
}

.category-pictures-panel .thumbnail {
    box-shadow: none;
}

.category-pictures-panel .thumbnail > a {
    height: 150px;
    background: none;
    transition: all 0.3s ease;
    box-shadow: none;
    margin-bottom: 50px;
}

.category-pictures-panel .thumbnail > a:hover {
    opacity: 0.7;
}

.category-pictures-panel .thumbnail > a img {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
}

/* Customizations */

.caption {
    text-align: center;
}

.caption h5 {
    text-transform: none;
    letter-spacing: 0.05em;
    border-top: solid 1px var(--wc-border-light);
    margin-left: -10px;
    margin-right: -12px;
    padding-top: 15px;
    text-align: center;
}

.caption .btn {
    display: none;
}

.owl-item .thumbnail .caption {
    width: 100%;
}

.department-header h3 {
    text-transform: uppercase;
}

.Horizontal_Nav_Menu > li > ul {
    box-shadow: none;
    background: var(--wc-text-light) !important;
}

.form-control {
    box-shadow: none;
}

.articleDiv,
.blogarticleDiv,
.page-contact .panel,
.panel {
    box-shadow: none;
    border: none;
}

.image-carousel .slide:before {
    display: none;
}

.caption .btn-primary {
    display: inline-block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.notice-item-success {
    background: var(--wc-text-muted);
}

.notice-item-success h4,
.notice-item-success p {
    color: var(--wc-text-light);
    font-family: 'Roboto';
}

.page-product select#quantity,
.page-product .fractionalinput {
    height: 44px;
}

.page-product a.btn.btn-lg.btn-primary.add-to-cart {
    padding: 11px 20px 13px 20px;
    font-size: 15px;
    background: var(--wc-atc-bg);
    color: var(--wc-atc-text);
    border: 0;
}

a.btn.btn-md.add-to-list:hover {
    color: #2068ad;
}

a.btn.btn-md.add-to-registry:hover {
    color: #2068ad;
}

.modal-body .btn-primary {
    background: var(--wc-text-muted);
    color: var(--wc-text-light);
    border-color: var(--wc-text-muted);
}

.modal-body .btn-primary:hover {
    background: var(--wc-text-muted);
    color: var(--wc-text-light);
    border-color: var(--wc-text-muted);
}

.product-list .price-percentage {
    color: var(--wc-text-disabled);
}

p.standardSignIntext .btn-primary:hover {
    background: var(--wc-text-light);
    color: var(--wc-text-light);
    border-color: var(--wc-text-light);
}

a.fa-stack:hover {
    color: var(--wc-text-dark);
}

#socialFooter a:hover {
    color: var(--wc-text-hover);
}

.col-xs-6.contactHours label {
    display: inline-block;
    width: 100px;
}

.col-sm-6.contactDetails #addresstext {
    margin: 0;
    padding-top: 0;
}

h1.heading-main {
    font-weight: normal;
}

.product-carousel-wrapper h3 a:hover {
    color: var(--wc-text-muted);
}

.product-carousel-wrapper h3 a:hover:after {
    background: var(--wc-text-muted) !important;
}

.product-list .thumbnail {
    box-shadow: 0 0 0 1px var(--wc-border-light);
}

.page-product .img-productflag {
    position: relative;
}

.page-product .img-productflag > div {
    position: absolute;
    background: var(--wc-primary);
    color: var(--wc-text-light);
    top: 0;
    left: 0;
    padding: 10px;
    display: block;
    z-index: 999;
    pointer-events: none;
}

.col-xs-6.contactHours strong {
    line-height: 2em;
    display: block;
    margin: 0;
    padding: 0;
}

.col-xs-6.contactHours label {
    font-weight: normal;
}

form#tellafriendform input.btn-default {
    background: var(--wc-primary);
    font-weight: bold;
    font-family: 'Roboto';
}

form#tellafriendform input.btn-default:hover {
    background: var(--wc-text-light);
    border: solid 1px var(--wc-secondary) !important;
    color: var(--wc-secondary);
}

form#tellafriendform > table {
    display: block;
    width: 760px;
}

.caption h5 a {
    color: var(--wc-text-muted);
}

ul#Footer_menu > li > a {
    padding: 15px 20px 10px 20px;
    background: 0 0;
    font-size: 0.9em;
    line-height: 1.3em;
    transition: 0.3s ease;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--wc-footer-menu-text);
}

.homeSlider {
    background: var(--wc-bg-light);
    border-bottom: 0;
    padding-top: 20px;
}

.cartMobile #nsc_cart_container > a.btn-primary {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .cartMobile .dropdown.open {
        position: static;
    }
    .cartMobile .dropdown-menu.dropdown-cart {
        width: 100%;
        min-width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 10px 15px;
        box-sizing: border-box;
    }
    .cartMobile .dropdown-menu.dropdown-cart #cartOptions {
        padding: 0;
    }
    .cartMobile .dropdown-menu.dropdown-cart #cartOptions a.btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        padding: 10px 16px;
    }
}

/* Social Media Brand Colours */
footer > div > div .col-sm-4 .fa-facebook {
    color: #3b5998;
}
footer > div > div .col-sm-4 .fa-twitter {
    color: #4099ff;
}
footer > div > div .col-sm-4 .fa-pinterest {
    color: #e1306c;
}
footer > div > div .col-sm-4 .fa-youtube {
    color: #cd201f;
}
footer > div > div .col-sm-4 .fa-square-o {
    display: none;
}

/* Customizations */
ul#Store_Navigation {
    background: var(--wc-nav-bg);
    color: var(--wc-nav-text);
    font-size: 18px;
}

.container.bottomFooter {
    margin: 0;
    background: var(--wc-text-dark);
    width: 100%;
    color: var(--wc-text-light);
}

.container.bottomFooter a {
    color: var(--wc-text-light);
}

.container.bottomFooter a.btn.btn-default.btn-backToTop {
    color: var(--wc-text-light);
    background: var(--wc-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/* ========================================
   FOOTER
   ======================================== */
#Footer_menu {
    background-color: var(--wc-footer-menu-bg);
}

footer {
    padding-bottom: 0;
    background-color: var(--wc-footer-bg);
}

footer #footer4 .footerPhone span span,
footer #footer4 .footerEmail a span,
footer #footer4 .footerLocation span span {
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1em;
    padding: 10px 0;
    display: block;
    color: var(--wc-footer-text);
}

.footer-wrapper {
    display: flex;
    justify-content: center;
}

.footer-wrapper > .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display-social-icons > h6,
.accepted-payments > h6,
footer > .container-fluid > div > div > h6,
footer > .container-fluid > div > div > div,
footer > .container-fluid > div > div > .fa,
.footerCredits,
.footerCredits > p,
.footerCredits > a,
.social-links-wrapper > a > span.fa,
.footer-section > p,
.footer-section > p > a {
    color: var(--wc-footer-text) !important;
}

.footer-section {
    margin-bottom: 20px;
}

.footer-links {
    list-style: none !important;
    padding-left: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: var(--wc-footer-text) !important;
}

ul#Footer_menu > li > ul.level_2 {
    list-style: none !important;
}

a.footerLogo {
    display: none !important;
}

/* Footer - Mobile */
@media only screen and (max-width: 767px) {
    .footer-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 15px !important;
    }

    .footer-wrapper > .column {
        width: 100% !important;
        align-items: center !important;
    }

    .footer-section {
        width: 100% !important;
        text-align: center !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid var(--wc-text-light-alpha-20) !important;
    }

    .footer-section:last-child {
        border-bottom: none !important;
    }

    .footer-section h6 {
        margin-bottom: 15px !important;
    }

    .social-links-wrapper {
        display: flex !important;
        justify-content: center !important;
    }

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

    #Footer_menu {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding: 10px 0 !important;
    }

    #Footer_menu > li {
        padding: 5px 10px !important;
    }

    .smallprint {
        text-align: center !important;
        padding: 15px !important;
    }

    .smallprint .footerCredits {
        font-size: 12px !important;
    }
}

.page-home .pagebody-wrapper {
    padding: 0;
    background: var(--wc-text-light);
}

.page-home #customcontent img {
    margin-bottom: 20px;
    max-width: 100%;
}

.product-carousel-wrapper > .container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.product-carousel-wrapper > .container {
    overflow: hidden;
}

.product-carousel-wrapper > .container:before {
    background: var(--wc-border-light);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 9%;
    width: 100%;
}

.product-carousel-wrapper:before {
    left: 0;
}

@media only screen and (max-width: 767px) {
    .page-home #customcontent img {
        max-width: 100%;
    }

    .product-carousel-wrapper {
        margin-left: 0px !important;
    }

    .navbar-inverse {
        background: var(--wc-text-light);
        border-top: 1px solid var(--wc-bg-light);
    }

    .navbar-inverse.affix {
        border-bottom: 1px solid #ddd;
    }
}

.form-control,
.btn {
    border-radius: 0;
}
.header {
    background: var(--wc-header-bg);
}
.header .form-control {
    background-color: var(--wc-text-light) !important;
}
.product-list {
    margin-bottom: 1.5em;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span {
        font-size: 1em;
        padding: 15px 10px;
    }

    .navbar-inverse {
        background: var(--wc-nav-bg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse {
        background: var(--wc-nav-bg);
    }

    .Horizontal_Nav_Menu > li > a,
    .Horizontal_Nav_Menu > li > span {
        font-size: 0.8em;
        padding: 15px 6px;
    }
}

.page-product .product-image > img:first-of-type {
    max-width: 100%;
}

/* ========================================
   IMAGE CAROUSEL / SLIDESHOW - DESKTOP
   ======================================== */
.carousel-slideshow.image-carousel {
    overflow: hidden !important;
    height: 350px !important;
}

.carousel-slideshow.image-carousel .owl-wrapper-outer {
    overflow: hidden !important;
    height: 350px !important;
}

.carousel-slideshow.image-carousel .owl-item {
    float: left !important;
}

.carousel-slideshow.image-carousel .owl-item img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}

/* ========================================
   PRODUCT CAROUSEL - DESKTOP
   ======================================== */
.product-carousel-wrapper .owl-wrapper-outer {
    text-align: center;
}

.product-carousel-wrapper .owl-wrapper {
    display: inline-block !important;
    text-align: left;
}

.product-carousel-wrapper .owl-item {
    float: left;
}

.owl-item .thumbnail {
    min-height: 400px !important;
}

.product-carousel-item.thumbnail,
.product-carousel-wrapper .thumbnail,
.owl-carousel .product-carousel-item,
[class*='product-carousel'] .thumbnail {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* ========================================
   NAVIGATION - SUBMENU STRUCTURE
   ======================================== */

/* Level 2 - Layout */
.Horizontal_Nav_Menu > li > ul > li {
    padding-bottom: 0 !important;
    background: transparent !important;
}

.Horizontal_Nav_Menu > li > ul > li > a,
.Horizontal_Nav_Menu > li > ul > li > span {
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    color: var(--wc-text-muted);
}

.Horizontal_Nav_Menu > li > ul > li:hover {
    background: var(--wc-accent) !important;
}

.Horizontal_Nav_Menu > li > ul > li:hover > a,
.Horizontal_Nav_Menu > li > ul > li:hover > span {
    color: var(--wc-text-light) !important;
    background: transparent !important;
}

/* Level 2 - When level 3 is hovered, reset parent highlight */
.Horizontal_Nav_Menu > li > ul > li:has(> ul > li:hover) {
    background: transparent !important;
}

.Horizontal_Nav_Menu > li > ul > li:has(> ul > li:hover) > a,
.Horizontal_Nav_Menu > li > ul > li:has(> ul > li:hover) > span {
    color: var(--wc-accent) !important;
}

/* Level 3 - Layout & Colors */
.Horizontal_Nav_Menu > li > ul > li > ul > li {
    background: var(--wc-text-light) !important;
}

.Horizontal_Nav_Menu > li > ul > li > ul > li > a {
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    color: var(--wc-text-muted);
}

.Horizontal_Nav_Menu > li > ul > li > ul > li:hover {
    background: var(--wc-accent) !important;
}

.Horizontal_Nav_Menu > li > ul > li > ul > li:hover > a {
    color: var(--wc-text-light) !important;
    background: transparent !important;
}

/* Level 4+ - Deep submenu layout & colors */
.Horizontal_Nav_Menu > li > ul > li > ul > li > ul > li {
    background: var(--wc-text-light) !important;
}

.Horizontal_Nav_Menu > li > ul > li > ul > li > ul > li > a {
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    color: var(--wc-text-muted);
}

.Horizontal_Nav_Menu > li > ul > li > ul > li > ul > li:hover {
    background: var(--wc-accent) !important;
}

.Horizontal_Nav_Menu > li > ul > li > ul > li > ul > li:hover > a {
    color: var(--wc-text-light) !important;
    background: transparent !important;
}

/* Level 3 - When level 4 is hovered, reset parent highlight */
.Horizontal_Nav_Menu > li > ul > li > ul > li:has(> ul > li:hover) {
    background: transparent !important;
}

.Horizontal_Nav_Menu > li > ul > li > ul > li:has(> ul > li:hover) > a {
    color: var(--wc-accent) !important;
}

/* ========================================
   MOBILE STYLES (max-width: 767px)
   ======================================== */
@media only screen and (max-width: 767px) {
    /* Image Carousel - Mobile */
    .carousel-slideshow.image-carousel,
    .carousel-slideshow.image-carousel .owl-wrapper-outer {
        height: 200px !important;
    }

    .carousel-slideshow.image-carousel .owl-item img {
        height: 200px !important;
        object-fit: cover !important;
    }

    /* Carousel navigation dots */
    .carousel-slideshow .owl-pagination,
    .carousel-slideshow .owl-dots {
        position: absolute !important;
        bottom: 10px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .carousel-slideshow .owl-page,
    .carousel-slideshow .owl-dot {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px !important;
        background: var(--wc-text-light-alpha-50) !important;
        border-radius: 50% !important;
    }

    .carousel-slideshow .owl-page.active,
    .carousel-slideshow .owl-dot.active {
        background: var(--wc-text-light) !important;
    }

    /* Product Carousel - Mobile */
    .owl-item .thumbnail {
        min-height: auto !important;
        padding: 10px !important;
    }

    .product-carousel-wrapper .owl-item,
    .product-carousel-wrapper .owl-wrapper {
        width: 100% !important;
    }

    .product-carousel-wrapper .thumbnail {
        margin: 0 auto !important;
        max-width: 280px !important;
    }

    /* Product carousel images */
    .product-carousel-wrapper .thumbnail img,
    .product-carousel-item img {
        max-height: 180px !important;
        width: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }

    /* Product carousel text */
    .product-carousel-wrapper h5,
    .product-carousel-wrapper h6 {
        font-size: 14px !important;
        margin: 5px 0 !important;
        text-align: center !important;
    }

    .product-carousel-wrapper .caption {
        padding: 10px 5px !important;
        text-align: center !important;
    }

    /* Product carousel navigation arrows */
    .product-carousel-wrapper .owl-prev,
    .product-carousel-wrapper .owl-next {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 35px !important;
        height: 35px !important;
        background: var(--wc-accent-alpha) !important;
        color: var(--wc-text-light) !important;
        border-radius: 50% !important;
        font-size: 18px !important;
        line-height: 35px !important;
        text-align: center !important;
        z-index: 10 !important;
    }

    .product-carousel-wrapper .owl-prev {
        left: 5px !important;
    }

    .product-carousel-wrapper .owl-next {
        right: 5px !important;
    }

    /* Carousel dots - Mobile */
    .product-carousel-wrapper .owl-pagination,
    .product-carousel-wrapper .owl-dots {
        text-align: center !important;
        margin-top: 15px !important;
    }

    .product-carousel-wrapper .owl-page,
    .product-carousel-wrapper .owl-dot {
        display: inline-block !important;
        width: 10px !important;
        height: 10px !important;
        margin: 0 4px !important;
        background: var(--wc-text-light-alpha-50) !important;
        border-radius: 50% !important;
        cursor: pointer !important;
    }

    .product-carousel-wrapper .owl-page.active,
    .product-carousel-wrapper .owl-dot.active {
        background: var(--wc-accent) !important;
    }

    /* Section headings - Mobile */
    .product-carousel-wrapper h3,
    h3:has(a[href*='carouselname']) {
        font-size: 20px !important;
        text-align: center !important;
        margin: 20px 0 15px !important;
    }
}

/* ========================================
   SMALL MOBILE (max-width: 480px)
   ======================================== */
@media only screen and (max-width: 480px) {
    .carousel-slideshow.image-carousel,
    .carousel-slideshow.image-carousel .owl-wrapper-outer {
        height: 160px !important;
    }

    .carousel-slideshow.image-carousel .owl-item img {
        height: 160px !important;
    }

    .product-carousel-wrapper .thumbnail {
        max-width: 240px !important;
    }

    .product-carousel-wrapper .thumbnail img,
    .product-carousel-item img {
        max-height: 150px !important;
    }

    .product-carousel-wrapper h5 {
        font-size: 13px !important;
    }

    .product-carousel-wrapper h6 {
        font-size: 11px !important;
    }
}
