.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: unset;
}

.main-product-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

.accordion-tab-title {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
    margin-bottom: 0;
}
.accordion-tab-title.active {
    background: #e8e8e8;
}
.woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.accordion-tab-title {
    position: relative;
    background: unset !important;
    border: unset;
    padding: 17px 0;
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase;
}

.accordion-tab-title:last-of-type {
    border-top: 1px solid #D7D7D7;
    margin-top: 5px;
    border-bottom: 1px solid #D7D7D7;
}

.woocommerce div.product .woocommerce-tabs .panel:last-of-type {
    border-bottom: 1px solid #D7D7D7;
    margin: 20px 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: unset;
    padding: 0;
    margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs .panel ul,
.woocommerce div.product .woocommerce-tabs .panel ol {
    padding-left: 20px;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel ul + p,
.woocommerce div.product .woocommerce-tabs .panel ol + p,
.woocommerce div.product .woocommerce-tabs .panel p + ul,
.woocommerce div.product .woocommerce-tabs .panel p + ol {
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel li, 
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #090909;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.woocommerce div.product .woocommerce-tabs .panel p + p {
    margin-top: 10px;
}

.accordion-tab-title:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    right: 0;
    top: 25px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-down.svg);
}

.accordion-tab-title.active:before {
    background-image: url(/wp-content/themes/maxcanvas_child/img/arrow-up.svg);
}

.woocommerce div.product div.images .product-main-image {
    width: 100%;
    max-width: 636px;
    margin-bottom: 8.6px;
    height: 592px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    cursor: pointer;
}

.woocommerce div.product div.images .product-main-image img {
    width: 100%;
    height: 490px;
    object-fit: contain;
}

.woocommerce div.product div.images .product-thumbs-slider .slick-list {
    margin-left: -8.6px;
}

.woocommerce div.product div.images .product-thumbs-slider .thumb-slide {
    width: 100%;
    max-width: 152px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    margin-left: 8.6px;
    cursor: pointer;
}


.woocommerce div.product div.images .product-thumbs-slider .thumb-slide img {
    object-fit: contain;
    width: 100%;
    height: 115px;
    object-position: center;
}

.woocommerce div.product .product_title {
    color: #262626;
    font-family: "Work Sans";
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 122%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #090909;
    font-family: "Work Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: unset;
}

.summary.entry-summary .price {
    margin: 27px 0 25px;
}


.woocommerce div.product form.cart .variations {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.woocommerce div.product form.cart .variations > div {
    width: 100%;
    flex: 47%;
}

.woocommerce div.product form.cart {
    margin: 20px 0;
}

.woocommerce div.product form.cart .variations label {
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 193.75% */
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-width: unset;
    color: #090909;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 16.5px;
    border: unset;
    background-color: #F7F7F7;
}

.woocommerce div.product form.cart div.quantity {
    float: unset;
    padding-bottom: 40px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 40px;
}

label.custom-prduct-label {
    display: block;
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart div.quantity .quantity-wrapper {
    border: unset;
    border-radius: unset;
    display: flex;
    gap: 4.5px;
}

.woocommerce div.product form.cart div.quantity .qty-button {
    background: unset;
    border: 1px solid #C0C0C0;
    width: 50px;
    height: 50px;
    border-radius: unset;
    padding: 0;
    font-size: 26px;
    color: #592E8B;
    transition: background 0.2s ease;
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .qty-button:hover {
    background: #e0e0e0;
}

.woocommerce div.product form.cart div.quantity .quantity-wrapper input.qty {
    height: 50px;
    width: 50px;
    border: 1px solid #C0C0C0;
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.woocommerce div.product form.cart .button {
    border-radius: unset;
    width: 100%;
    padding: 18px 30px;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
}


.shop-controls-wrap {
    margin: 30px 0 50px;
}


section.related.products {
    background: #F7F7F7;
    padding: 76px 0 100px;
    margin-top: 70px;
    margin-bottom: -100px;
}

section.related.products .archive-products-wrap {
    padding: 0;
    background: unset;
}

ul.products-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30.5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.products-list-wrap:before, ul.products-list-wrap:after {
    display: none !important;
}

ul.products-list-wrap li {
    flex: 1 1 30%;
}

ul.products-list-wrap li .add_to_cart_button {
    display: block;
    background: unset;
    padding: 0;
    color: #592E8B;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px; /* 135.714% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .4s ease-in-out all;
}

ul.products-list-wrap li .add_to_cart_button:hover {
    background: unset;
    color: #181818;
    text-decoration-line: underline;
}

ul.products-list-wrap li  h2.woocommerce-loop-product__title {
    color: #000;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin-top: 25px;
}

ul.products-list-wrap li span.price {
    color: #000;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    display: block;
    margin: 10px 0 12px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #090909;
    font-family: "Work Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: unset;
}

.woocommerce span.onsale {
    min-width: 50px;
    min-height: 50px;
    background: #5b308e;
}

ul.products-list-wrap li {
    flex: 1 1 30%;
    position: relative;
}

ul.products-list-wrap li span.onsale {
    display: none;
}

span.onsale-percent {
    position: absolute;
    left: 15px;
    top: 12px;
    padding: 2px 11px;
    background: #592E8B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.tax-product_cat .site-footer {
    margin-top: 0;
}

.archive-products-wrap {
    background: #F7F7F7;
    padding: 75px 0 110px;
}

.woocommerce a.added_to_cart {
    display: block;
    text-align: center;
    transition: .4s ease-in-out all;
    clear: both;
    padding: 20px 0;
}

.woocommerce a.added_to_cart:hover {
    color: #000;
}

.product-thumb-wrap {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 20px;
    max-height: 391px;
    overflow: hidden;
}

.product-thumb-wrap img {
    object-fit: contain;
    max-height: 317px;
    transition: transform 0.3s ease; 
    display: block; 
}

.product-thumb-wrap:hover img {
    transform: scale(1.05); 
}

.shop-controls {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-controls form.woocommerce-ordering select {
    padding: 17px 9px;
    border-radius: 0;
    border: 1px solid #C4C4C4;
    color: #1A1A1A;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.filter-widget-title {
    color: #1A1A1A;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 20px;
    display: block;
}

.woocommerce-notices-wrapper {
    max-width: 1490px;
    padding: 0 70px;
    margin: 0 auto;
}

.woocommerce-message {
    border-top-color: #720eec;
}

.woocommerce-message::before {
    color: #720eec;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: unset;
    padding: 18px 30px;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    background-color: #7249a4;
    transition: .4s ease-in-out all;
}


.type-product .woocommerce a.added_to_cart {
    font-size: 18px;
    position: unset;
    color: #7f54b3;
    font-weight: 600;
    padding: 0;
    float: unset;
    clear: both;
    margin-top: 20px;
}


.header-cart img {
    max-width: 40px;
    height: 40px;
}

a.cart-contents {
    display: flex;
    align-items: flex-end;
    position: relative;
}

span.cart-count {
    font-size: 12px;
    background: #d2dbe3;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    bottom: 20px;
    color: #000;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #592f89;
    color: #fff;
    transition: .4s ease-in-out all;
    border: 1px solid #592f89;
    text-decoration: unset;
}


a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    color: #592f89;
    background: #fff;
}

.woocommerce div.product form.cart .reset_variations {
    color: #7249a4;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

section.related.products .slick-next {
    right: 10px;
    z-index: 2;
}

section.related.products .slick-prev {
    left: 10px;
    z-index: 2;
}


.slick-prev:before, .slick-next:before {
    color: #592e8b;
}

/*@media(max-width: 545px) {
    .header-logo span {
        transition: .4s ease-in-out all;
        display: block;
        max-width: 100px;
    }
}*/


.woocommerce-cart .wc-block-grid__product-image {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 20px;
    max-height: 391px;
    overflow: hidden;
}

.woocommerce-cart .wc-block-grid__product-image img:hover {
    transform: scale(1.05);
}

.woocommerce-cart  .wc-block-grid__product-image img {
    transition: transform 0.3s ease;
}

.woocommerce-cart  a.wp-block-button__link.add_to_cart_button {
    border-radius: 0;
    background: #592e8b;
    color: #ffff;
    text-decoration: unset;
    font-size: 14px;
}

.woocommerce-no-products-found {
    margin: 50px auto;
    max-width: 1490px;
    padding: 0 70px;
}

.woocommerce-info::before {
    color: #592F8A;
}

.woocommerce-info {
    border-top-color: #592F8A;
}

@media(max-width: 991px) {
    .woocommerce div.product .product_title {
        font-size: 32px;
    }

    .woocommerce-message a.button.wc-forward {
        float: unset;
        margin: 14px 0 0;
    }
}