/* Woo CSS */

span.onsale,
.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.content__9opl_ground {
    width: 100%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.title__85mlp {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.5;
    color: #060606;
}

.sub_title__9dfm {
    color: #060606;
    font-size: 18px;
    margin-top: 60px;
}

.tum__img__8nlp img {
    border-radius: 10px;

    height: 200px;
    max-width: 100%;
    object-fit: contain;
}

.card_row__ground__098k {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
}

.card__8s90__oml {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.card__8s90__oml:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(10, 25, 41, 0.1);
}

.add_to_cart__8mlp {
    border: 2px none transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: var(--color1);
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 12px;
    display: block;
    color: #1d1d1f;
}

.add_to_cart__8mlp:hover {
    background-color: var(--color1);
    color: #ffffff;
}

.title__098__8ml {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em -0.16px;
    color: #1d1d1f;
}

.price__8fdnlp {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a1929;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: -0.02em;
}

.cart_icon__7fdjlp {
    position: relative;
}

.cart__icon__0mlp {
    position: absolute;
    top: 10px;
    color: #fff;
}

/* Footer */

.footer__0mlp_ground {
    width: 100%;
    background-color: #3b3b3b;
    padding-top: 4rem;
    padding-bottom: 2rem;


}

.content__908_hfk {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    text-align: center;

}

.title_ufpl {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.link__8d_flex__jds {
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: center;

}

.link__8d_flex__jds a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: underline;
}

.link__8d_flex__jds a:hover {
    color: var(--color1);
}

/* WooCommerce Pagination Wrapper */
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 40px 0;
}

/* Pagination UL */
.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 8px;
    padding: 0;
    border: none;
}

/* Pagination LI */
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

/* Pagination Links */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #111827;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #3b3b3b;
    color: #ffffff;
}

/* Active Page */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color1);
    color: #ffffff;
}

/* Disabled */
.woocommerce nav.woocommerce-pagination ul li span.dots {
    background: transparent;
    color: #6b7280;
}


/*  */
.shop-live-search {
    position: relative;
    max-width: 60%;
    margin-bottom: 30px;
    margin-top: 30px !important;
    margin: auto;
}

#wc-live-search-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#wc-live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
}

.wc-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-search-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.wc-search-list li a:hover {
    background: #f5f5f5;
}

.wc-search-list img {
    width: 40px;
    height: auto;
}

.wc-search-list .title {
    font-weight: 600;
}

.wc-search-list .price {
    margin-left: auto;
    color: #3b3b3b;
}

.wc-search-form {
    display: flex;
    align-items: center;
}

#wc-live-search-input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.wc-search-btn {
    padding: 12px 16px;
    border: 1px solid #ccc;
    background: #3b3b3b;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.wc-search-btn:hover {
    background: var(--color1);
}


/* single products page */
.single_products_all_ground {
    width: 100%;
    background-color: #e2e2e2;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.single_products_container {
    width: 60%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
    padding: 3rem;

}

.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    padding: 0 .5em;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce div.product .button.single_add_to_cart_button {
    height: 40px;
    line-height: 40px;
    padding: 0 1em;
    text-align: center;
    background-color: var(--color1);
}

h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 20px;
    color: #060606;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 700;
}

.woocommerce div.product .product_meta>span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #718096;
}

.woocommerce div.product .product_meta>span a {
    color: #718096;
    text-decoration: underline;
}

/*  */
/* ===== Variation table ===== */
.variations {
    margin-bottom: 20px;
}

/* Attribute label */
.variations label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #222;
}

/* Select field style */
.variations select {
    width: 100%;
    max-width: 280px;
    padding: 10px 14px;
    border: 1.5px solid #65afae;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Focus */
.variations select:focus {
    outline: none;
    border-color: #65afae;
    box-shadow: 0 0 0 3px rgba(101, 175, 174, 0.25);
}

/* Hover */
.variations select:hover {
    background-color: #f7fbfb;
}

/* Reset link */
.reset_variations {
    color: #65afae;
    font-size: 13px;
    margin-top: 6px;
    display: inline-block;
}

.reset_variations:hover {
    text-decoration: underline;
}

/* Disabled option */
.variations select option:disabled {
    color: #aaa;
}

/*  */
ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em -0.16px;
    color: #1d1d1f;
}

.woocommerce ul.products li.product .price {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a1929 !important;
}

/* end single prodects pages */


/* cart page start */
div#crumbs {
    display: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: var(--color1);
    color: #fff;
}

.woocommerce-product-mattress,
p {
    font-size: 17px;
    line-height: 32px;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    border: 2px none transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: #3d3e3e;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 12px;
    display: block;
    color: #f0f0f0;
}

/* cart pages end */