/* ==========================================================================
   The Wish Seed — WooCommerce
   ========================================================================== */

.ws-main {
    position: relative;
}

.ws-main .ws-container {
    width: 100% !important;
    height: auto !important;
}

.wp-block-woocommerce-checkout {
    margin: 0 auto;
    width: 90%;
}

.ws-woocommerce-shop {
    width: 100%;
}


/* ==========================================================================
   Shop Hero
   ========================================================================== */

.ws-shop-hero {
    width: 100%;
    background: #f9f4f1 url('../../images/features-bg.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 70px 30px;
}

.ws-shop-hero__inner {
    width: min(100%, 900px);
    margin: 0 auto;
}

.ws-shop-hero__eyebrow {
    margin: 0 0 12px;
    color: #2b878d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws-shop-hero__title {
    margin: 0;
    color: #4f237c;
    font-family: var(--font-caveat);
    font-size: 70px;
    line-height: 1.15;
    position: relative;
}

.ws-shop-hero__description {
    max-width: 680px;
    margin: 20px auto 0;
    color: #555;
    font-size: 18px;
    line-height: 1.7;
}

.ws-shop-title-heart{
    width:40px;
    height:auto;
    position: absolute;
    top: -20px;
    flex-shrink:0;
}

.ws-shop-title-heart{
    /*animation:wsHeartFloat 3s ease-in-out infinite;*/
}

@keyframes wsHeartFloat{
    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-5px);
    }

}

/* ==========================================================================
   Shop Content
   ========================================================================== */

.ws-shop-content {
    width: 100%;
    padding: 65px 30px 80px;
}

.ws-shop-content__inner {
    width: min(100%, 1400px);
    margin: 0 auto;
}


/* ==========================================================================
   Toolbar
   ========================================================================== */

.ws-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.ws-shop-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.ws-shop-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 9px 18px;

    border: 1px solid #e4dfe5;
    border-radius: 30px;

    color: #4f237c;
    background: #fff;

    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.ws-shop-category:hover,
.ws-shop-category:focus {
    color: #fff;
    background: #4f237c;
    border-color: #4f237c;
}

.ws-shop-category.is-active {
    color: #fff;
    background: #4f237c;
    border-color: #4f237c;
}


/* ==========================================================================
   WooCommerce Ordering
   ========================================================================== */

.ws-shop-ordering .woocommerce-ordering {
    float: none;
    margin: 0;
}

.ws-shop-ordering .orderby {
    min-width: 180px;
    padding: 10px 36px 10px 14px;

    border: 1px solid #e4dfe5;
    border-radius: 4px;

    background-color: #fff;
    color: #444;

    font-size: 14px;
}


/* ==========================================================================
   Product Grid
   ========================================================================== */

.ws-shop-products ul.products {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 50px;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

.ws-shop-products ul.products::before,
.ws-shop-products ul.products::after {
    display: none !important;
}


/*
 * IMPORTANT:
 * Override WooCommerce's default percentage widths/floats.
 */

.ws-shop-products ul.products li.product {
    float: none !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    text-align: left;
}


/* ==========================================================================
   Product Card
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;

    width: 100%;

    color: inherit;
    text-decoration: none;
}


/* ==========================================================================
   Product Image
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.woocommerce-loop-product__link {
    position: relative;

    display: block;

    width: 100%;
}

.ws-shop-products
ul.products
li.product
img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 1 / 1.12;

    object-fit: cover;

    margin: 0 0 18px;

    border-radius: 4px;
}


/* ==========================================================================
   Product Title
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.woocommerce-loop-product__title {
    margin: 0 0 8px;
    min-height: 50px;
    color: #333333;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.ws-shop-products
ul.products
li.product
.woocommerce-loop-product__title:hover {
    color: #2b878d;
    text-decoration: underline;
}

/* ==========================================================================
   Price
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.price {
    margin: 0;

    min-height: 24px;

    color: #2b878d;

    font-size: 16px;
    font-weight: 600;
}

.ws-shop-products
ul.products
li.product
.price del {
    color: #999;

    font-weight: 400;
}

.ws-shop-products
ul.products
li.product
.price ins {
    color: #2b878d;

    text-decoration: none;
}


/* ==========================================================================
   Add to Cart
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.add_to_cart_button,
.ws-shop-products
ul.products
li.product
.product_type_variable,
.ws-shop-products
ul.products
li.product
.product_type_external {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    align-self: flex-start;

    margin-top: auto;

    padding: 10px 18px;

    border: 0;
    border-radius: 3px;

    background: #f8c700;
    color: #000;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.2;

    text-decoration: none;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.ws-shop-products
ul.products
li.product
.add_to_cart_button:hover,
.ws-shop-products
ul.products
li.product
.product_type_variable:hover,
.ws-shop-products
ul.products
li.product
.product_type_external:hover {

    background: #e5b900;

    color: #000;

    transform: translateY(-1px);
}


/*
 * Keep the button at the bottom of every card.
 */

.ws-shop-products
ul.products
li.product
.add_to_cart_button {
    margin-top: auto;
}


/* ==========================================================================
   WooCommerce Loop "Added to Cart" Link
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.added_to_cart {

    display: inline-block;

    margin-top: 8px;

    color: #4f237c;

    font-size: 13px;

    text-decoration: underline;
}


/* ==========================================================================
   Sale Badge
   ========================================================================== */

.ws-shop-products
ul.products
li.product
.onsale {

    z-index: 2;

    top: 12px;
    left: 12px;
    right: auto;

    min-height: 0;
    min-width: 0;

    margin: 0;

    padding: 7px 12px;

    border-radius: 3px;

    background: #4f237c;
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}


/* ==========================================================================
   WooCommerce Pagination
   ========================================================================== */

.ws-shop-pagination {
    width: 100%;
    margin-top: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}


/* --------------------------------------------------------------------------
   WooCommerce pagination wrapper
   -------------------------------------------------------------------------- */

.ws-shop-pagination .woocommerce-pagination {
    float: none !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}


/* --------------------------------------------------------------------------
   UL
   -------------------------------------------------------------------------- */

.ws-shop-pagination ul.page-numbers {
    display: flex !important;

    align-items: center;
    justify-content: center;

    gap: 10px;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    list-style: none !important;
}


/* --------------------------------------------------------------------------
   LI
   -------------------------------------------------------------------------- */

.ws-shop-pagination ul.page-numbers li {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    list-style: none !important;
}


/* --------------------------------------------------------------------------
   Number / Arrow
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
.page-numbers {

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #e4dfe5 !important;
    border-radius: 50%;

    background: #fff;

    color: #4f237c;

    font-size: 14px;
    font-weight: 500;

    line-height: 1;
    text-align: center;

    text-decoration: none;

    box-sizing: border-box;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


/* --------------------------------------------------------------------------
   Hover
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
a.page-numbers:hover {

    background: #8aada8;

    border-color: #8aada8 !important;

    color: #fff;

    /*transform: translateY(-1px);*/
}


/* --------------------------------------------------------------------------
   Active page
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
span.page-numbers.current {

    background: #5c8884 !important;

    border-color: #5c8884 !important;

    color: #fff !important;

    font-weight: 600;
}


/* --------------------------------------------------------------------------
   Dots
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
span.page-numbers.dots {

    width: 30px;

    border-color: transparent !important;

    background: transparent !important;

    color: #777;

    cursor: default;
}


/* --------------------------------------------------------------------------
   Previous / Next
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
a.prev,
.ws-shop-pagination
ul.page-numbers
li
a.next {

    position: relative;

    font-size: 0;

    line-height: 1;
}


/* Left arrow */

.ws-shop-pagination
ul.page-numbers
li
a.prev::before {

    content: "\f060";

    display: block;

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 13px;

    line-height: 1;
}


/* Right arrow */

.ws-shop-pagination
ul.page-numbers
li
a.next::before {

    content: "\f061";

    display: block;

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 13px;

    line-height: 1;
}


/* --------------------------------------------------------------------------
   Arrow hover
   -------------------------------------------------------------------------- */

.ws-shop-pagination
ul.page-numbers
li
a.prev:hover,
.ws-shop-pagination
ul.page-numbers
li
a.next:hover {

    background: #8aada8;

    border-color: #8aada8 !important;

    color: #fff;
}


/* ==========================================================================
   The Wish Seed
   WooCommerce — Single Product
   ========================================================================== */


/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */

.ws-single-product {
    width: 100%;
}

.ws-single-product__container {
    width: min(100%, 1240px);

    margin: 0 auto;

    padding: 50px 0;
}


/* ==========================================================================
   MAIN PRODUCT
   ========================================================================== */

.ws-single-product__main {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.6fr);

    gap: 75px;

    align-items: start;
}


/* ==========================================================================
   PRODUCT GALLERY
   ========================================================================== */

/* ==========================================================================
   MODERN PRODUCT GALLERY
   ========================================================================== */

.ws-single-product__gallery {

    position: relative;

    min-width: 0;
}


/* Main gallery */

.ws-single-product__gallery
.woocommerce-product-gallery {

    float: none !important;

    width: 100% !important;

    margin: 0 !important;
}


/* Main image wrapper */

.ws-single-product__gallery
.woocommerce-product-gallery__wrapper {

    margin: 0;

    padding: 0;
}


/* Image */

.ws-single-product__gallery
.woocommerce-product-gallery__image {

    position: relative;

    overflow: hidden;

    margin: 0;

    border-radius: 8px;

    background: #f9f4f1;
}


.ws-single-product__gallery
.woocommerce-product-gallery__image
img {

    display: block;

    width: 100%;

    height: auto;

    margin: 0;

    object-fit: contain;

    cursor: zoom-in;

    transition:
        transform .4s ease;
}


/* Slight zoom on hover */

.ws-single-product__gallery
.woocommerce-product-gallery__image:hover
img {

    transform: scale(1.02);
}

/* ==========================================================================
   PRODUCT GALLERY THUMBNAILS
   ========================================================================== */

.ws-single-product__gallery
.flex-control-thumbs {

    display: grid !important;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 14px;

    margin: 16px 0 0 !important;

    padding: 0;

    list-style: none;
}


.ws-single-product__gallery
.flex-control-thumbs
li {

    width: auto !important;

    margin: 0 !important;

    padding: 0;
}


.ws-single-product__gallery
.flex-control-thumbs
img {

    display: block;

    width: 100%;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    margin: 0;

    padding: 3px;

    border: 1px solid transparent;

    border-radius: 5px;

    background: #f9f4f1;

    opacity: .55;

    cursor: pointer;

    transition:
        opacity .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.ws-single-product__gallery
.flex-control-thumbs
img:hover {

    opacity: .9;

    transform: translateY(-2px);
}


.ws-single-product__gallery
.flex-control-thumbs
img.flex-active {

    opacity: 1;

    border-color: #6d2c91;
}


/* ==========================================================================
   SALE BADGE
   ========================================================================== */

.ws-single-product__gallery
.onsale {

    position: absolute;

    top: 18px;
    left: 18px;

    z-index: 10;

    min-width: auto;

    min-height: auto;

    margin: 0;

    padding: 7px 14px;

    border-radius: 30px;

    background: #6d2c91;

    color: #fff;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}


/* ==========================================================================
   GALLERY THUMBNAILS
   ========================================================================== */

.ws-single-product__gallery
.flex-control-thumbs {

    display: grid !important;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 12px;

    margin: 15px 0 0 !important;

    padding: 0;

    list-style: none;
}


.ws-single-product__gallery
.flex-control-thumbs
li {

    width: auto !important;

    margin: 0 !important;

    padding: 0;
}


.ws-single-product__gallery
.flex-control-thumbs
img {

    display: block;

    width: 100%;

    aspect-ratio: 1 / 1;

    object-fit: cover;

    margin: 0;

    padding: 3px;

    border: 1px solid transparent;

    border-radius: 5px;

    background: #f9f4f1;

    opacity: .55;

    cursor: pointer;

    transition:
        opacity .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.ws-single-product__gallery
.flex-control-thumbs
img:hover {

    opacity: .85;

    transform: translateY(-1px);
}


.ws-single-product__gallery
.flex-control-thumbs
img.flex-active {

    opacity: 1;

    border-color: #6d2c91;
}


/* ==========================================================================
   PRODUCT SUMMARY
   ========================================================================== */

.ws-single-product__summary {

    min-width: 0;

    padding-top: 8px;
}


/* ==========================================================================
   PRODUCT CATEGORY
   ========================================================================== */

.ws-single-product__summary
.product_meta {

    color: #777;
}


.ws-single-product__summary
.product_meta
.posted_in {

    color: #2b878d;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: .04em;

    text-transform: uppercase;
}


.ws-single-product__summary
.product_meta
.posted_in a {

    color: #2b878d;

    text-decoration: none;
}


/* ==========================================================================
   PRODUCT TITLE
   ========================================================================== */

.ws-single-product__summary
.product_title {

    margin: 10px 0 18px;

    color: #4f837c;

    font-family: var(--font-caveat);

    font-size: clamp(34px, 4vw, 48px);

    font-weight: 500;

    line-height: 1.14;

    letter-spacing: -.025em;
}


/* ==========================================================================
   RATING
   ========================================================================== */

.ws-single-product__summary
.woocommerce-product-rating {

    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0 0 22px;
}


.ws-single-product__summary
.star-rating {

    color: #f8c700;

    margin: 0 !important;
}


.ws-single-product__summary
.woocommerce-review-link {

    color: #777;

    font-size: 13px;

    text-decoration: none;
}


.ws-single-product__summary
.woocommerce-review-link:hover {

    color: #6d2c91;
}


/* ==========================================================================
   PRICE
   ========================================================================== */

.ws-single-product__summary
.price {

    display: block;

    margin: 0 0 25px;

    color: #2b878d;

    font-size: 27px;

    font-weight: 600;

    line-height: 1.2;
}


.ws-single-product__summary
.price del {

    color: #999;

    font-size: 17px;

    font-weight: 400;
}


.ws-single-product__summary
.price ins {

    color: #2b878d;

    text-decoration: none;
}


/* ==========================================================================
   SHORT DESCRIPTION
   ========================================================================== */

.ws-single-product__summary
.woocommerce-product-details__short-description {

    margin: 25px 0 30px;

    color: #555;

    font-size: 16px;

    line-height: 1.8;
}


.ws-single-product__summary
.woocommerce-product-details__short-description p:last-child {

    margin-bottom: 0;
}


/* ==========================================================================
   VARIABLE PRODUCT — FORMAT DROPDOWN
   ========================================================================== */

.ws-single-product__summary
.variations_form {
    margin: 30px 0 0;
}

.ws-single-product__summary
.variations {
    width: 100%;
    margin: 0 0 20px;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.ws-single-product__summary
.variations tr {
    background: transparent;
}

.ws-single-product__summary
.variations td,
.ws-single-product__summary
.variations th {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    vertical-align: middle;
}


/* --------------------------------------------------------------------------
   FORMAT LABEL
   -------------------------------------------------------------------------- */

.ws-single-product__summary
.variations .label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 20px 5px 0;
}

.ws-single-product__summary
.variations .label label {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}


/* --------------------------------------------------------------------------
   SELECT
   -------------------------------------------------------------------------- */

.ws-single-product__summary
.variations .value {
    position: relative;
    width: 100%;
    padding: 0;
}


/*
 * Native WooCommerce select.
 * We keep this as a real select so WooCommerce variation JS
 * continues to work normally.
 */

.ws-single-product__summary
.variations .value select {
    width: 180px !important;
    max-width: 100% !important;
    min-width: 150px !important;
    min-height: 50px;

    margin: 0;
    padding: 12px 45px 12px 16px;

    border: 1px solid #d9d1dd;
    border-radius: 5px;

    background-color: #fff;
    color: #4f237c;

    font-family: inherit;
    font-size: 14px;
    font-weight: 500;

    line-height: 1.4;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease;
}


/* Custom dropdown arrow */

.ws-single-product__summary
.variations .value::after {

    content: "";

    position: absolute;

    top: 50%;
    right: 17px;

    transform: translateY(-50%);

    color: #6d2c91;

    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;

    pointer-events: none;
}


/* Hover */

.ws-single-product__summary
.variations .value:hover select {
    border-color: #bba9c5;
}


/* Focus */

.ws-single-product__summary
.variations .value select:focus {
    outline: none;

    border-color: #6d2c91;

    box-shadow:
        0 0 0 3px rgba(109, 44, 145, .08);
}


/* Selected option */

.ws-single-product__summary
.variations .value select option {
    color: #444;
    background: #fff;
}


/* Clear selection */

.ws-single-product__summary
.reset_variations {
    display: inline-block;

    margin-top: 9px;

    color: #777;

    font-size: 12px;

    text-decoration: none;

    transition: color .2s ease;
}

.ws-single-product__summary
.reset_variations:hover {
    color: #6d2c91;
}


/* ==========================================================================
   SINGLE VARIATION
   ========================================================================== */

.ws-single-product__summary
.single_variation {

    margin: 15px 0;
}


.ws-single-product__summary
.single_variation
.price {

    margin-bottom: 15px;

    font-size: 26px;
}


/* ==========================================================================
   STOCK
   ========================================================================== */

.ws-single-product__summary
.stock {

    margin: 10px 0 20px;

    color: #2b878d;

    font-size: 13px;

    font-weight: 600;
}


.ws-single-product__summary
.stock.out-of-stock {

    color: #b34b4b;
}


/* ==========================================================================
   CART
   ========================================================================== */

/* ==========================================================================
   CART CONTROLS
   ========================================================================== */

.ws-single-product__summary
.cart {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 18px;

    margin: 30px 0;
}


/* Quantity */

.ws-single-product__summary
.quantity {

    margin: 0 !important;
}


.ws-single-product__summary
.quantity
.qty {
    width: 68px;
    height: 48px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #444;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 13px;
}


/* Add to cart */

.ws-single-product__summary
.single_add_to_cart_button {

    min-height: 48px;

    padding: 12px 32px;

    border: 0;

    border-radius: 4px;

    background: #f8c700;

    color: #000;

    font-size: 14px;

    font-weight: 600;

    line-height: 1;

    transition:
        background-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.ws-single-product__summary
.single_add_to_cart_button:hover {

    background: #e5b900;

    color: #000;

    transform: translateY(-1px);

    box-shadow: 0 5px 14px rgba(0,0,0,.08);
}


/* Disabled */

.ws-single-product__summary
.single_add_to_cart_button.disabled,
.ws-single-product__summary
.single_add_to_cart_button:disabled {

    opacity: .55;

    cursor: not-allowed;

    transform: none;
}


/* ==========================================================================
   PRODUCT META
   ========================================================================== */

.ws-single-product__summary
.product_meta {

    margin-top: 30px;

    padding-top: 22px;

    border-top: 1px solid #eee;

    font-size: 13px;

    line-height: 1.9;
}


.ws-single-product__summary
.product_meta
span {

    display: block;
}


.ws-single-product__summary
.product_meta
.sku_wrapper {

    color: #777;
}


.ws-single-product__summary
.product_meta
a {

    color: #4f237c;

    text-decoration: none;
}


.ws-single-product__summary
.product_meta
a:hover {

    color: #6d2c91;
}


/* ==========================================================================
   PRODUCT INFORMATION / TABS
   ========================================================================== */

.ws-single-product__information {

    margin-top: 90px;

    padding-top: 50px;

    border-top: 1px solid #e8e3e8;
}


.ws-single-product__information
.woocommerce-tabs {

    margin: 0;
}


/* Tabs */

.ws-single-product__information
.wc-tabs {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    margin: 0 0 40px !important;
    padding: 0 !important;

    border: 0 !important;

    list-style: none;
}


.ws-single-product__information
.wc-tabs::before,
.ws-single-product__information
.wc-tabs::after {

    display: none !important;
}


.ws-single-product__information
.wc-tabs
li {

    float: none !important;

    margin: 0 10px 0 0 !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    border-radius: 4px 4px 0 0 !important;
}


.ws-single-product__information
.wc-tabs
li::before,
.ws-single-product__information
.wc-tabs
li::after {

    display: none !important;
}


.ws-single-product__information
.wc-tabs
li a {

    display: block;

    padding: 11px 22px !important;

    border: 1px solid #e2dce5;

    border-radius: 4px 4px 0 0;

    background: #fff;

    color: #4f237c;

    font-size: 14px;

    font-weight: 500;

    line-height: 1;

    text-decoration: none;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease;
}


.ws-single-product__information
.wc-tabs
li a:hover {

    border-color: #6d2c91;

    color: #6d2c91;
}


.ws-single-product__information
.wc-tabs
li.active a {

    /*padding: 10px !important;*/

    border-color: #6d2c91;

    background: #6d2c91;

    color: #fff !important;

    border-radius: 4px 4px 0 0 !important;
}


/* ==========================================================================
   TAB CONTENT
   ========================================================================== */

.ws-single-product__information
.woocommerce-Tabs-panel {

    max-width: 900px;

    margin: 0 auto;

    color: #555;

    font-size: 16px;

    line-height: 1.85;
}


.ws-single-product__information
.woocommerce-Tabs-panel
h2 {

    margin: 0 0 22px;

    color: #4f237c;

    font-size: 28px;

    font-weight: 600;
}


.ws-single-product__information
.woocommerce-Tabs-panel
p:last-child {

    margin-bottom: 0;
}


/* ==========================================================================
   ADDITIONAL INFORMATION TABLE
   ========================================================================== */

.ws-single-product__information
.shop_attributes {

    width: 100%;

    margin: 0;

    border-collapse: collapse;

    border: 0;
}


.ws-single-product__information
.shop_attributes th,
.ws-single-product__information
.shop_attributes td {

    padding: 14px 16px;

    border: 0;

    border-bottom: 1px solid #eee;

    text-align: left;
}


.ws-single-product__information
.shop_attributes th {

    width: 35%;

    color: #4f237c;

    font-weight: 600;
}


.ws-single-product__information
.shop_attributes td {

    color: #555;
}


/* ==========================================================================
   REVIEWS
   ========================================================================== */

.ws-single-product__information
#reviews {

    max-width: 900px;

    margin: 0 auto;
}


/* Review heading */

.ws-single-product__information
#reviews
#comments
h2 {

    margin-bottom: 25px;
}


/* Review list */

.ws-single-product__information
#reviews
ol.commentlist {

    margin: 0;

    padding: 0;

    list-style: none;
}


.ws-single-product__information
#reviews
ol.commentlist
li {

    position: relative;

    margin: 0 0 18px;

    padding: 22px;

    border: 1px solid #eee;

    border-radius: 6px;

    background: #fff;
}


.ws-single-product__information
#reviews
.comment_container {

    display: flex;

    gap: 18px;
}


.ws-single-product__information
#reviews
.comment_container
img.avatar {

    position: static !important;

    width: 46px;

    height: 46px;

    margin: 0 !important;

    border: 0;

    border-radius: 50%;
}


.ws-single-product__information
#reviews
.comment-text {

    margin: 0 !important;

    padding: 0 !important;

    border: 0 !important;
}


.ws-single-product__information
#reviews
.star-rating {

    color: #f8c700;
}


.ws-single-product__information
#reviews
.meta {

    color: #777;

    font-size: 12px;
}


.ws-single-product__information
#reviews
.description {

    margin-top: 10px;

    color: #555;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================================
   REVIEW FORM
   ========================================================================== */

.ws-single-product__information
#review_form_wrapper {

    margin-top: 45px;

    padding-top: 40px;

    border-top: 1px solid #eee;
}


.ws-single-product__information
#review_form_wrapper
.comment-reply-title {

    display: block;

    margin-bottom: 20px;

    color: #4f237c;

    font-size: 24px;

    font-weight: 600;
}


.ws-single-product__information
#review_form
.comment-form-rating {

    margin-bottom: 18px;
}


.ws-single-product__information
#review_form
.comment-form-rating
select,
.ws-single-product__information
#review_form
input,
.ws-single-product__information
#review_form
textarea {

    width: 100%;

    padding: 11px 13px;

    border: 1px solid #ddd;

    border-radius: 4px;

    background: #fff;

    color: #444;

    font-family: inherit;

    box-sizing: border-box;
}


.ws-single-product__information
#review_form
textarea {

    min-height: 140px;

    resize: vertical;
}


.ws-single-product__information
#review_form
input:focus,
.ws-single-product__information
#review_form
textarea:focus,
.ws-single-product__information
#review_form
select:focus {

    outline: none;

    border-color: #6d2c91;

    box-shadow: 0 0 0 3px rgba(109,44,145,.07);
}


.ws-single-product__information
#review_form
.form-submit
.submit {

    padding: 12px 25px;

    border: 0;

    border-radius: 4px;

    background: #6d2c91;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background-color .2s ease,
        transform .2s ease;
}


.ws-single-product__information
#review_form
.form-submit
.submit:hover {

    background: #4f237c;

    color: #fff;

    transform: translateY(-1px);
}


/* ==========================================================================
   RELATED PRODUCTS
   ========================================================================== */

.ws-single-product__information
.related.products {

    margin-top: 90px;

    padding-top: 55px;

    border-top: 1px solid #eee;
}


.ws-single-product__information
.related.products
> h2 {

    margin: 0 0 35px;

    color: #4f237c;

    font-family: var(--font-caveat);

    font-size: 50px;

    font-weight: 500;

    text-align: center;
}

/*.ws-single-product__information
.related.products
> h2::after {
    content:"";
    position:absolute;
    inset:-25px;
    background: url('../../images/icon-love-yellow.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}*/

.ws-single-product__information
.related.products
ul.products {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 28px;

    margin: 0;

    padding: 0;

    list-style: none;
}


.ws-single-product__information
.related.products
ul.products::before,
.ws-single-product__information
.related.products
ul.products::after {

    display: none !important;
}


.ws-single-product__information
.related.products
ul.products
li.product {

    float: none !important;

    width: auto !important;

    margin: 0 !important;
}

/* ==========================================================================
   WOOCOMMERCE NOTICES
   ========================================================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {

    width: min(100%, 1200px);

    margin: 25px auto;

    padding: 14px 20px;

    border: 0;

    border-radius: 5px;

    background: #f2f6f5;

    color: #444;

    font-size: 14px;

    line-height: 1.6;
}


/* Added to cart */

.woocommerce-message {

    border-left: 4px solid #2b878d;
}


/* View cart */

.woocommerce-message
.button {

    float: right;

    margin: 0;

    padding: 8px 18px;

    border: 0;

    border-radius: 4px;

    background: #6d2c91;

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.2;

    text-decoration: none;

    transition:
        background-color .2s ease,
        transform .2s ease;
}


.woocommerce-message
.button:hover {

    background: #4f237c;

    color: #fff;

    transform: translateY(-1px);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;
    padding-left: 48px;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    left: 18px;
    margin-right: 0;
}

/* ==========================================================================
   THE WISH SEED
   WooCommerce Cart
   ========================================================================== */


/* ==========================================================================
   CART PAGE
   ========================================================================== */

.ws-cart-page {
    width: 100%;
}

.ws-cart-container {
    width: min(90%, 1400px);

    margin: 0 auto;

    padding: 60px 0;
}


/* ==========================================================================
   HEADER
   ========================================================================== */

.ws-cart-header {

    background: url('../../images/features-bg.webp');

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 45px;

    text-align: center;
}

.ws-cart-header h1 {
    margin: 0 0 10px;

    color: #4f237c;

    font-size: clamp(34px, 4vw, 46px);

    font-weight: 600;

    line-height: 1.15;
}

.ws-cart-header p {
    margin: 0;

    color: #777;

    font-size: 15px;

    line-height: 1.7;
}


/* ==========================================================================
   LAYOUT
   ========================================================================== */

.ws-cart-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        340px;

    gap: 45px;

    align-items: start;
}


/* ==========================================================================
   CART ITEMS
   ========================================================================== */

.ws-cart-items {
    min-width: 0;
}


/* Header */

.ws-cart-items-header {
    display: grid;

    grid-template-columns:
        minmax(280px, 1fr)
        90px
        130px
        100px;

    gap: 20px;

    padding: 0 0 13px;

    border-bottom: 1px solid #e5e0e7;

    color: #777;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .06em;

    text-transform: uppercase;
}


/* ==========================================================================
   CART ITEM
   ========================================================================== */

.ws-cart-item {
    display: grid;

    grid-template-columns:
        minmax(280px, 1fr)
        90px
        130px
        100px;

    gap: 20px;

    align-items: center;

    padding: 25px 0;

    border-bottom: 1px solid #eee;
}


/* ==========================================================================
   PRODUCT
   ========================================================================== */

.ws-cart-product {
    display: flex;

    align-items: center;

    gap: 20px;

    min-width: 0;
}


.ws-cart-product-image {
    flex: 0 0 92px;

    width: 92px;

    height: 115px;

    overflow: hidden;

    border-radius: 5px;

    background: #f9f4f1;
}


.ws-cart-product-image img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;
}


.ws-cart-product-details {
    min-width: 0;
}


.ws-cart-product-name {
    margin-bottom: 7px;

    color: #4f237c;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.35;
}


.ws-cart-product-name a {
    color: inherit;

    text-decoration: none;
}


.ws-cart-product-name a:hover {
    color: #6d2c91;
}


/* ==========================================================================
   VARIATION META
   ========================================================================== */

.ws-cart-product-meta {
    color: #777;

    font-size: 12px;

    line-height: 1.7;
}


.ws-cart-product-meta dl {
    margin: 0;
}


.ws-cart-product-meta dt {
    display: inline;

    color: #555;

    font-weight: 600;
}


.ws-cart-product-meta dd {
    display: inline;

    margin: 0 10px 0 4px;
}


/* Remove */

.ws-cart-remove {
    margin-top: 10px;
    display: flex;
}

.ws-cart-remove span {
    display: none;
}
.ws-cart-remove a {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #999;

    /*font-size: 18px !important;*/

    text-decoration: none;

    transition: color .2s ease;
}


.ws-cart-remove a:hover {
    color: #b34b4b;
}


/* ==========================================================================
   PRICE
   ========================================================================== */

.ws-cart-price {
    color: #555;

    font-size: 14px;

    font-weight: 500;
}


/* ==========================================================================
   QUANTITY
   ========================================================================== */

.ws-cart-quantity {
    display: flex;

    justify-content: flex-start;

    margin: 0;
}


.ws-cart-quantity .quantity {
    margin: 0 !important;
}


.ws-cart-quantity .qty {
    width: 62px;

    height: 42px;

    padding: 6px;

    border: 1px solid #ddd;

    border-radius: 4px;

    background: #fff;

    color: #444;

    font-family: inherit;

    font-size: 13px;

    text-align: center;
}


.ws-cart-quantity .qty:focus {
    outline: none;

    border-color: #6d2c91;

    box-shadow: 0 0 0 3px rgba(109,44,145,.07);
}


/* ==========================================================================
   SUBTOTAL
   ========================================================================== */

.ws-cart-subtotal {
    color: #2b878d;

    font-size: 15px;

    font-weight: 600;
}


/* ==========================================================================
   CART ACTIONS
   ========================================================================== */

.ws-cart-actions {
    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: 12px;

    margin-top: 22px;
}


.ws-cart-update {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 42px;

    padding: 10px 18px;

    border: 1px solid #6d2c91;

    border-radius: 4px;

    background: #fff;

    color: #6d2c91;

    font-family: inherit;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background-color .2s ease,
        color .2s ease;
}


.ws-cart-update:hover {
    background: #6d2c91;

    color: #fff;
}


.ws-cart-update:disabled {
    opacity: .45;

    cursor: not-allowed;
}


/* ==========================================================================
   CART SUMMARY
   ========================================================================== */

.ws-cart-summary {
    position: sticky;

    top: 25px;

    overflow: hidden;

    border: 1px solid #e8e2ea;

    border-radius: 6px;

    background: #fff;
}


.ws-cart-summary h2 {
    margin: 0;

    padding: 20px 24px;

    background: #f9f4f1;

    color: #4f237c;

    font-size: 21px;

    font-weight: 600;
}


.ws-cart-summary-content {
    padding: 24px;
}


/* ==========================================================================
   COUPON
   ========================================================================== */

.ws-cart-coupon {
    margin-bottom: 25px;

    padding-bottom: 24px;

    border-bottom: 1px solid #eee;
}


.ws-cart-coupon > label {
    display: block;

    margin-bottom: 10px;

    color: #4f237c;

    font-size: 13px;

    font-weight: 600;
}


.ws-cart-coupon-form {
    display: flex;

    gap: 7px;
}


.ws-cart-coupon-form .input-text {
    min-width: 0;

    flex: 1;

    width: 100%;

    height: 42px;

    padding: 8px 11px;

    border: 1px solid #ddd;

    border-radius: 4px;

    background: #fff;

    font-family: inherit;

    font-size: 12px;
}


.ws-cart-coupon-form .input-text:focus {
    outline: none;

    border-color: #6d2c91;
}


.ws-cart-coupon-form .button {
    flex: 0 0 auto;

    height: 42px;

    padding: 8px 14px;

    border: 0;

    border-radius: 4px;

    background: #2b878d;

    color: #fff;

    font-family: inherit;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;
}


.ws-cart-coupon-form .button:hover {
    background: #1e6e73;

    color: #fff;
}


/* ==========================================================================
   TOTALS
   ========================================================================== */

.ws-cart-total-row {
    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding: 11px 0;

    color: #666;

    font-size: 13px;
}


.ws-cart-total-row strong {
    color: #444;

    font-weight: 600;

    text-align: right;
}


.ws-cart-discount {
    color: #2b878d;
}


.ws-cart-discount strong {
    color: #2b878d;
}


/* Shipping */

.ws-cart-shipping {
    padding: 10px 0;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;
}


.ws-cart-shipping .woocommerce-shipping-totals {
    display: block;
}


.ws-cart-shipping .woocommerce-shipping-totals th {
    display: block;

    margin-bottom: 8px;

    color: #666;

    font-size: 13px;

    font-weight: 500;
}


.ws-cart-shipping .woocommerce-shipping-totals td {
    display: block;

    padding: 0;

    border: 0;

    text-align: left;
}


.ws-cart-shipping ul {
    margin: 0;

    padding: 0;

    list-style: none;
}


/* Final total */

.ws-cart-total {
    margin-top: 12px;

    padding-top: 20px;

    border-top: 1px solid #ddd;

    color: #4f237c;

    font-size: 16px;
}


.ws-cart-total strong {
    color: #2b878d;

    font-size: 19px;
}


/* ==========================================================================
   CHECKOUT BUTTON
   ========================================================================== */

.ws-cart-checkout {
    margin-top: 25px;
}


.ws-cart-checkout .checkout-button {
    display: flex !important;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 48px;

    margin: 0 !important;

    padding: 13px 20px !important;

    border: 0 !important;

    border-radius: 4px !important;

    background: #f8c700 !important;

    color: #000 !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    line-height: 1.2 !important;

    text-align: center;

    text-decoration: none;

    transition:
        background-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.ws-cart-checkout .checkout-button:hover {
    background: #e5b900 !important;
    color: #000 !important;
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(0,0,0,.08);
}

.wc-block-components-button {
    background: #f8c700 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;   
}
.wc-block-components-button:hover {
    background: #e5b900 !important;
    color: #000 !important;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1050px) {

    .ws-cart-layout {
        grid-template-columns:
            minmax(0, 1fr)
            310px;

        gap: 30px;
    }

    .ws-cart-items-header,
    .ws-cart-item {
        grid-template-columns:
            minmax(230px, 1fr)
            70px
            90px
            80px;

        gap: 12px;
    }

}


@media (max-width: 850px) {

    .ws-cart-layout {
        grid-template-columns: 1fr;
    }

    .ws-cart-summary {
        position: static;

        width: min(100%, 500px);

        margin-left: auto;
        margin-right: auto;
    }

}


@media (max-width: 700px) {

    .ws-cart-container {
        padding: 50px 20px 70px;
    }

    .ws-cart-items-header {
        display: none;
    }

    .ws-cart-item {
        display: grid;

        grid-template-columns: 1fr auto;

        gap: 14px;

        padding: 22px 0;
    }

    .ws-cart-product {
        grid-column: 1 / -1;
    }

    .ws-cart-price {
        align-self: center;
    }

    .ws-cart-quantity {
        justify-content: flex-end;
    }

    .ws-cart-subtotal {
        grid-column: 2;

        text-align: right;
    }

    .ws-cart-actions {
        justify-content: flex-end;
    }

}


@media (max-width: 480px) {

    .ws-cart-container {
        padding-left: 0;
        padding-right: 0;
    }

    .ws-cart-header {
        margin-bottom: 35px;
    }

    .ws-cart-header h1 {
        font-size: 34px;
    }

    .ws-cart-product {
        gap: 14px;
    }

    .ws-cart-product-image {
        flex-basis: 75px;

        width: 75px;

        height: 96px;
    }

    .ws-cart-product-name {
        font-size: 14px;
    }

    .ws-cart-summary-content {
        padding: 20px;
    }

}

/* ==========================================================================
   CART HERO
   ========================================================================== */

.ws-cart-hero {
    position: relative;
    background: url('../../images/features-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #4f237c;   
}



/* Overlay */

.ws-cart-hero__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 30px;
}

.ws-cart-hero__content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.ws-cart-hero__title {
    margin: 0;

    color: var(--primary);

    font-family: var(--font-caveat);

    font-size: clamp(38px, 5vw, 56px);

    line-height: 1.15;

    font-weight: 600;
}

.ws-cart-hero__description {
    font-family: var(--font-caveat);
    /*max-width: 700px;*/

    margin: 16px auto 0;

    color: var(--dark-cyan);

    font-size: 28px;

    line-height: 1.6;
}


/* Mobile */

@media (max-width: 767px) {

    .ws-cart-hero {
        min-height: 240px;
    }

    .ws-cart-hero .ws-woocommerce-hero__inner {
        min-height: 240px;

        padding: 35px 20px;
    }

    .ws-cart-hero .ws-woocommerce-hero__title {
        font-size: 36px;
    }

    .ws-cart-hero .ws-woocommerce-hero__description {
        margin-top: 12px;

        font-size: 15px;
    }

}




/* Mobile */

@media (max-width: 767px) {

    .ws-mini-cart__drawer {
        width: 100%;
    }

    .ws-mini-cart__content {
        padding: 20px;
    }

}

.return-to-shop {
    width: min(var(--container),calc(100% - 40px));
    padding: 50px 0;
    margin: 0 auto;
}

.wc-backward {
    background: #f8c700 !important;
}

.woocommerce-order {
    width: min(var(--container),calc(100% - 40px));
    padding: 50px 0;
    margin: 0 auto;
}

.woocommerce-notice {
    position: relative;
    background: #ededed;
    font-family: var(--font-caveat);
    font-size: 3rem;
    font-weight: 700;
    padding: 20px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.woocommerce-notice--success,
.woocommerce-thankyou-order-received {
    color: var(--dark-green);
    background: url('../../images/features-bg.webp');
    background-size: cover;
    background-repeat:  no-repeat;
    background-position: center center;
}
/*.woocommerce-thankyou-order-received::after {
    content: " > ";
}*/

















/* ==========================================================================
   Responsive — Tablet
   ========================================================================== */

@media (max-width: 1199px) {

    .ws-shop-products ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 42px 32px;

        max-width: 900px;

        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 990px) {

    .ws-single-product__main {

        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 45px;
    }


    .ws-single-product__container {

        padding-left: 25px;
        padding-right: 25px;
    }


    .ws-single-product__information
    .related.products
    ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================================
   Responsive — Mobile
   ========================================================================== */

@media (max-width: 767px) {



    .ws-shop-content {
        padding: 45px 20px 60px;
    }


    .ws-shop-products ul.products {

        grid-template-columns: 1fr;

        gap: 45px;

        width: 100%;
        max-width: 460px;

        margin-left: auto;
        margin-right: auto;
    }


    .ws-shop-products
    ul.products
    li.product {

        width: 100% !important;

        max-width: 460px;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    .ws-shop-products
    ul.products
    li.product
    img {

        aspect-ratio: 1 / 1.08;
    }


    .ws-shop-products
    ul.products
    li.product
    .woocommerce-loop-product__title {

        min-height: auto;

        font-size: 20px;
    }

    .ws-product {

        padding: 50px 20px 65px;
    }

    .ws-single-product__container {

        padding: 50px 20px 70px;
    }


    .ws-single-product__main {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .ws-single-product__gallery {

        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }


    .ws-single-product__summary {

        padding-top: 0;
    }


    .ws-single-product__summary
    .product_title {

        font-size: 36px;
    }


    .ws-single-product__information {

        margin-top: 60px;

        padding-top: 40px;
    }


    .ws-single-product__information
    .wc-tabs {

        justify-content: flex-start;

        flex-wrap: wrap;
    }


    .ws-single-product__information
    .woocommerce-Tabs-panel {

        font-size: 15px;
    }


    .ws-single-product__information
    .related.products
    ul.products {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

/*    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {

        margin: 20px 15px;

        padding: 14px 16px;
    }*/

    .woocommerce-message
    .button {

        float: none;

        display: inline-block;

        margin-top: 10px;
    }

}

/* ==========================================================================
   Small Mobile
   ========================================================================== */

@media (max-width: 480px) {

    .ws-shop-content {
        padding-left: 16px;
        padding-right: 16px;
    }


    .ws-shop-products ul.products {

        max-width: 400px;

        gap: 40px;
    }


    .ws-shop-products
    ul.products
    li.product {

        max-width: 400px;
    }

    .ws-product {

        padding-left: 16px;
        padding-right: 16px;
    }


    .ws-shop-pagination {
        margin-top: 45px;
    }

    .ws-shop-pagination
    ul.page-numbers {

        gap: 8px;
    }

    .ws-shop-pagination
    ul.page-numbers
    li
    .page-numbers {

        width: 30px;
        height: 30px;

        font-size: 13px;
    }

    .ws-shop-pagination
    ul.page-numbers
    li
    a.prev::before,
    .ws-shop-pagination
    ul.page-numbers
    li
    a.next::before {

        font-size: 12px;
    }

    .ws-single-product__container {

        padding-left: 0;
        padding-right: 0;
    }


    .ws-single-product__summary
    .product_title {
        font-size: 40px;
    }

    .ws-single-product__summary
    .variations {
        border-spacing: 0 10px;
    }

    .ws-single-product__summary
    .variations
    .label {
        display: block;
        width: 100%;
        padding: 0 0 6px;
    }

    .ws-single-product__summary
    .variations
    .value {
        display: block;
        width: 100%;
    }

    .ws-single-product__summary
    .cart {
        align-items: stretch;
    }

    .ws-single-product__summary
    .single_add_to_cart_button {
        flex: 1;
    }


    .ws-single-product__information
    .wc-tabs {

        gap: 6px;
    }


    .ws-single-product__information
    .wc-tabs
    li a {

        padding: 9px 14px;

        font-size: 13px;
    }


    .ws-single-product__information
    .related.products
    ul.products {

        grid-template-columns: 1fr;
    }

    .ws-product-format-options {

        gap: 8px;
    }

    .ws-product-format-option {

        min-height: 40px;

        padding: 9px 14px;

        font-size: 12px;
    }

    .ws-single-product__summary
    .cart {

        gap: 14px;
    }
}


