/*
Theme Name: WooCommerce Sonder Theme (WooSonTheme)
Theme URI: https://sonderformat.llc
Author: SONDERFORMAT.LLC, Michael Roth
Author URI: https://sonderformat.llc
Description: A slick and high performant WooCommerce theme.
Version: 1.0.23
Text Domain: woosontheme
Tags: responsive, e-commerce, WooCommerce, high performance, slick
Tested: 10.0.0
Premium: true
*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Basic styling for demonstration */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

header.site-header {
    background-color: #ffcf00;
    box-shadow: inset 0 0 25px rgba(232, 105, 2, 0.4);
    position: fixed;
    z-index: 100;
    width: 100%;
}
.container {
    width: 100%;
    display:flex;
}
.site-header a, .site-footer a {
    color: #2ba34f;
    text-decoration: none;
}
div#branding {
    flex: 1 1 16rem;
}
div.top-searchbar {
    flex: 1 1 75%;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    padding-top: 0.8em;
}
div.top-searchbar-widget {
    width: 100%;
}
div.ysm-search-widget {
    background-color: #fff;
    border-radius: 2em;
}
.ysm-search-widget .search-field[type=search] {
    border: 0;
}
ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.products > li.product {
    display: flex;
    justify-content: center;
    margin: 0.4em !important;
    padding: 0.6em !important;
    flex: 1 1 9em;
    flex-wrap: wrap;
    width: auto !important;
    height: auto;
    line-height: 1em;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 2px #d3d3d3;
    transition: ease all .5s;
    border-radius: 0.5em;
    background-color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    max-width: 10em;
}
.woocommerce-loop-product__title {
    overflow: hidden;
    color: #333333;
    font-weight: normal;
}
.woocommerce-Price-currencySymbol {
    color: #333333;
    font-weight: normal;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #333333;
}
span.stock {
    color: #28A24F;
}
span.not-in-stock {
    color: #a22828;
}
span.rare {
    color: #fcac00;
    padding: 0.4em;
    display: block;
}

a.add_to_cart_button {
    background-color: #28A24F;
    color: #fff;
    border-radius: 0.4em;
}
.woocommerce ul.products li.product .button {
    background-color: #28A24F;
    color: #fff;
    border-radius: 0.4em;
}


/* main content */
div#primary {
    flex: 1 1 0;
    padding: 0.5em;
    padding-left:1em;
}

/* blog posts */
article.post {

}

/* pages*/
article.page {

}

/* Sidebar styles (desktop view) */
#sidebar-left {
    width: 16em;
    min-width: 16em;
    max-width: 16em;
    flex: 1 1 16em;
    background: #f7f7f7;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}


/* Hide mobile toggle button on desktop */
.toggle-sidebar {
    display: none;
}

/* Site Basic Layout */
div#site-wrap {
    display: flex;
    flex-direction: row;
    padding-top: 4em;
}

/* Top Bar Icon */
div.topbar-icon {
    font-size: 1.4em;
    width: 1.5em;
    justify-content: center;
    display: flex;
    padding-left: 0.1em;
    padding-right: 0.1em;
    position: relative;
    top: 0.8em;
    height: 1.2em;
}
.shop-cart {
    margin-right: 1em;
}
/* Cart Icon */
span.cart-count {
    position: relative;
    top: -2.7em;
    left: 1.3em;
    z-index: 100;
    border: 1px solid lightgreen;
    background-color: #2ba34f;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    padding: 0.2em;
    width: 1em;
    height: 1em;
    display: flex;
    justify-content: center;
    line-height: 0.99em;
}

a.custom-logo-link > img {

}

/* Menu styles */
ul.menu {
    list-style: none;
    padding: 0;
}
ul.menu > li {

}
ul.menu > li > a {
    display: block;
    border-bottom: 1px solid #888888;
    padding: 0.5em;
    text-decoration: none;
    color: #5c5c5c;
}
ul.menu > li > a:last-child {
    border-bottom: none;
}
ul.sub-menu {
    padding: 0.8em;
    list-style: none;
    font-size: 0.9em;
}
ul.sub-menu > li > a {
    display: block;
    border-bottom: 1px solid #888888;
    padding: 0.5em;
    text-decoration: none;
    color: #5c5c5c;
}
ul.sub-menu > li > a:visited {
    color: #5c5c5c;
}
/* Widget Title */
h3.widget-title {
    text-transform: uppercase;
    padding: 0.2em;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    background-color: #2ba34f;
    color: #fff;
}

/* Menu categories */
div.wc-category-tree > ul {
    list-style: none;
    padding: 0;
}
div.wc-category-tree > ul > li {
    padding-left: 0;
}
div.wc-category-tree > ul > li  a {
    display: block;
    border-bottom: 1px solid #888888;
    padding: 0.5em;
    text-decoration: none;
    color: #5c5c5c;

}
.wc-category-tree-shortcode ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wc-category-tree-shortcode li {
    margin: 0;
    padding-left: 1em;
    position: relative;
}
.wc-category-tree-shortcode li .toggle {
    margin-right: 0.5em;
    cursor: pointer;
}
.wc-category-tree-shortcode a.wc-cat-link {
    text-decoration: none;
}
.wc-category-tree-shortcode a.wc-cat-link.active-category {
    font-weight: 800;
}
.wc-cat-thumbnail {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
/* Flex grid styling for expanded mode in shortcode */
.wc-category-tree-shortcode.expanded > ul.wc-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.wc-category-tree-shortcode.expanded > ul.wc-category-grid > li {
    flex: 1 1 200px;
    box-sizing: border-box;
}



table.woocommerce-product-attributes {
    user-select: none;
}
span.tagged_as, span.posted_in {
    display: flex;
    flex-wrap: wrap;
}
span.posted_in > a {
    display: flex;
    color: black;
    background-color: lightgreen;
    box-shadow: inset 0 0 15px rgba(155, 232, 2, 0.4);
    border-top: 1px solid #cdff35;
    border-bottom: 1px solid #a8e903;
    padding: .42em .6em .5em .6em;
    border-radius: 0.3em;
    margin: 0.4em;
    text-decoration: none;
    font-size: 0.8em;
    user-select: none;
}
span.tagged_as > a {
    display: flex;
    color: black;
    background-color: #ffcf00;
    box-shadow: inset 0 0 15px rgba(232, 105, 2, 0.4);
    border-top: 1px solid #ffd935;
    border-bottom: 1px solid #e9a203;
    padding: .42em .6em .5em .6em;
    border-radius: 0.3em;
    margin: 0.4em;
    text-decoration: none;
    font-size: 0.8em;
    user-select: none;
}

span.edit_product > a {
    display: flex;
    color: black;
    background-color: #ffc400;
    box-shadow: inset 0 0 15px rgba(232, 178, 2, 0.4);
    border-top: 1px solid #ffd735;
    border-bottom: 1px solid #e9bb03;
    padding: .42em .6em .5em .6em;
    border-radius: 0.3em;
    margin: 0.4em;
    text-decoration: none;
    font-size: 0.8em;
    justify-content: center;
    max-width: 10em;
    user-select: none;
}

.woocommerce div.product div.images img {
    width: auto;
}
div.woocommerce-product-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/* Single Products Page - Kids Warning */
div.kidswarning {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}
div.kidswarning > img.warnimg {
    width: 3.5em;
    height: 3.5em;
    margin-right: 1em;
}
div.summary.entry-summary > form > button {
    background: #2ba34f !important;
    color: #fff;
}
input.qty {
    height: 2.28em;
}

.woocommerce table.shop_attributes th {
    width: 50%;
    text-align: right;
}
div.woocommerce-tabs > div {
    display: flex;
    margin: 0.4em !important;
    padding: 0.6em !important;
    flex: 1 1 9em;
    flex-wrap: wrap;
    width: auto !important;
    height: auto;
    line-height: 1em;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px #d3d3d3;
    transition: ease all .5s;
    border-radius: 0.5em;
    background-color: #fff;
    font-size: 1em;
}
ul.custom-social-media-links {
    display: flex;
    justify-content: center;
    padding:0;
    margin:0;
    list-style: none;
    font-size: 2em;
    flex-wrap: wrap;
    margin-top: 0.5em;
}
ul.custom-social-media-links > li {
    margin: 0.2em;
}
ul.custom-social-media-links > li > a {
    color: #2ba34f;
    text-decoration: none;
}


/* Footer styles */
footer.site-footer {
    border-top: 1px solid lightgrey;
    background-color: #f0f0f0;
    padding: 1em;

}
div.site-info {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 1em;
}
div.copyright-text, div.totalstones {
    width: 100%;
    display: flex;
    justify-content: center;
}
div.totalstones {
    border-top: 1px solid lightgrey;
    padding-top: 0.5em;
}
div.technical-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.technical-info > div {
    display: flex;
    flex: 1 1 33%;
    justify-content: center;
    width: 100%;
}
div.technical-info > div > a {
    margin: 0.1em;
    text-decoration: none;
    color: #fff !important;
    background-color: #28A24F;
    width: 100%;
    text-align: center;
}
div.technical-info > div > a:hover {
    background-color: #2881a2;
}
div.powerded-by {
    margin-top: 0.5em;
    display: flex;
    width: 100%;
    font-style: italic;
    border-top: 1px solid lightgrey;
    justify-content: center;
    font-size: 0.8em;
}
div.powerded-by > a {
    text-decoration: none;
}

/* WooCommerce Warenkorb */
a.wc-block-components-product-name {
    color: #28A24F;
    text-decoration: none;
    font-weight: bold;
}
tr.wc-block-cart-items__row {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px #d3d3d3;
    margin-bottom: 0.5em;
    padding: 1em !important;
}


/* Mobile styles */
@media only screen and (max-width: 999px) {
    /* Show toggle button on mobile */
    .toggle-sidebar {
        display: inline-block !important;
        background: #2ba34f;
        border-radius: 0 0 0.5em 0.5em;
        border: none;
        font-size: 1.2em;
        cursor: pointer;
        margin-right: 10px;
        width: 3em;
        color: #fff;
    }

    /* Hide the sidebar by default on mobile */
    #sidebar-left {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #f7f7f7;
        overflow-y: auto;
        z-index: 1000;
        width: 250px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    }

    /* When toggled, show the sidebar */
    #sidebar-left.active {
        margin-top:9.9em;
        display: block;
    }

    /* Adjust the header container if needed */
    .header-container {
        display: flex;
        align-items: center;
    }

    div.top-searchbar {
        order:2;
        flex: 1 1 100%;
    }
    header.site-header > .container {
        flex-wrap: wrap;
    }
    div#branding {
        flex: 1 1 50%;
    }
}

/*
Theme Name: WooCommerce Sonder Theme (WooSonTheme)
Theme URI: https://sonderformat.llc
Author: SONDERFORMAT.LLC, Michael Roth
Author URI: https://sonderformat.llc
Description: A slick and high performant WooCommerce theme.
Version: 1.0.6
Text Domain: woosontheme
Tags: responsive, e-commerce, WooCommerce, high performance, slick
Tested: 10.0.0
Premium: true
*/




@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Basic styling for demonstration */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

header.site-header {
    background-color: #ffcf00;
    box-shadow: inset 0 0 25px rgba(232, 105, 2, 0.4);
    position: fixed;
    z-index: 100;
    width: 100%;
}
.container {
    width: 100%;
    display:flex;
}



.site-header a, .site-footer a {
    color: #2ba34f;
    text-decoration: none;
}
div#branding {
    flex: 1 1 16rem;
}
div.top-searchbar {
    flex: 1 1 75%;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    padding-top: 0.8em;
}
div.top-searchbar-widget {
    width: 100%;
}
div.ysm-search-widget {
    background-color: #fff;
    border-radius: 2em;
}
.ysm-search-widget .search-field[type=search] {
    border: 0;
}


/* Sidebar styles (desktop view) */
#sidebar-left {
    width: 16em;
    flex: 1 1 16em;
    background: #f7f7f7;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
}


/* Site Basic Layout */
div#site-wrap {
    display: flex;
    flex-direction: row;
    padding-top: 4em;
}

/* Top Bar Icon */
div.topbar-icon {
    font-size: 1.4em;
    width: 1.5em;
    justify-content: center;
    display: flex;
    padding-left: 0.1em;
    padding-right: 0.1em;
    position: relative;
    top: 0.8em;
    height: 1.2em;
}
.shop-cart {
    margin-right: 1em;
}
/* Cart Icon */
span.cart-count {
    position: relative;
    top: -2.7em;
    left: 1.3em;
    z-index: 100;
    border: 1px solid lightgreen;
    background-color: #2ba34f;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    padding: 0.2em;
    width: 1em;
    height: 1em;
    display: flex;
    justify-content: center;
    line-height: 0.99em;
}

/* blog posts */
article.post {

}

/* pages*/
article.page {

}

/* WooCommerce: Full-width layout for Cart and Checkout */
body.woocommerce-cart #site-wrap,
body.woocommerce-checkout #site-wrap {
    display: block; /* avoid leftover flex layout squeezing content */
}

body.woocommerce-cart #site-wrap .container,
body.woocommerce-checkout #site-wrap .container {
    display: block; /* prevent flex children from compressing Woo content */
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* Improve cart page structure: two columns on wide screens */
body.woocommerce-cart .woocommerce {
    width: 100%;
}

@media (min-width: 980px) {
    body.woocommerce-cart .woocommerce {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 24px;
        align-items: start;
    }
    body.woocommerce-cart .woocommerce-cart-form {
        grid-column: 1;
    }
    body.woocommerce-cart .cart-collaterals,
    body.woocommerce-cart .cart_totals {
        grid-column: 2;
    }
}

/* Tighten spacing on small screens */
@media (max-width: 480px) {
    body.woocommerce-cart #site-wrap .container,
    body.woocommerce-checkout #site-wrap .container {
        padding: 0 0.5rem;
    }
    body.woocommerce-cart .woocommerce table.shop_table th,
    body.woocommerce-cart .woocommerce table.shop_table td {
        padding: 8px 6px;
        font-size: 0.95rem;
    }
    ul.products > li.product {
        margin: 0.1em !important;
        padding: 0.1em !important;
        flex: 1 1 8em;
        line-height: 0.9em;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 1px #d3d3d3;
        transition: ease all .5s;
        border-radius: 0.5em;
        background-color: #fff;
        font-size: 0.9em;
        max-width: 50em;
    }
}

/* Basic table/card refinements */
body.woocommerce-cart table.shop_table {
    border-radius: 6px;
    overflow: hidden;
}
body.woocommerce-cart .cart_totals {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px;
}

/* Ensure coupons and update button areas flow nicely */
body.woocommerce-cart .actions .coupon .input-text {
    max-width: 220px;
}
@media (max-width: 600px) {
    body.woocommerce-cart .actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    body.woocommerce-cart .actions .coupon {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }
}

/* Checkout page general width niceties */
body.woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
}
