.woocommerce-page.archive[class*="product_cat"] .site-main {
    padding-bottom: 0;
}

.woocommerce-page.post-type-archive-product .site-main .woocommerce-result-count,
.woocommerce-page.post-type-archive-product .site-main .woocommerce-results-per-page {
    display: none;
}
    
.woocommerce-page .archive-banner-block + .term-description.woocommerce-products-header__description {
    display: none;
}

.woocommerce-page .archive-banner-block {
    min-height: auto;

    @media (width >=1024px) {
         min-height: 387px;
    }
}

.woocommerce-page .archive-banner-block.no-banner-img {
    background: var(--color-blue-200);
}

.woocommerce-page .archive-banner-block .wp-block-cover__inner-container.container,
.woocommerce-page .site-main .container {
    @media (width >=1800px) {
        padding-block: 0;
        max-width: 1402px;
    }
}

.woocommerce-page .archive-banner-block {
    flex-direction: column-reverse;
    padding: 0;

     @media (width >=1024px) {
        padding: 1rem;
     }
}

.woocommerce-page .archive-banner-block .wp-block-cover__image-background {
    position: inherit;
    background-size: cover;
    background-position: right;
    height: 248px;

    @media (width >=1024px) {
        position: absolute;
        height: auto;
        background-position: center;
    }
}

.woocommerce-page .archive-banner-block .wp-block-cover__inner-container {
    padding: 3.3rem 1.375rem 3.5rem 1.375rem;
    background: var(--color-blue-200);

    @media (width >=1024px) {
        padding: 0;
        background: none;
    } 
}

.woocommerce .archive-banner-block .woocommerce-products-header h1.wp-block-cover__title {
    display: none;
}

.woocommerce .archive-banner-block .woocommerce-products-header h1.wp-block-cover__title,
.woocommerce .woocommerce-products-header__title.page-title,
.woocommerce .archive-banner-block .term-description > h2 {
    margin-bottom: 0.5rem;
    color: var(--color-primary);
    font-size: var(--text-lgplus);
    text-transform: uppercase;

    @media (width >=1024px) {
        margin-bottom: 1rem;
        font-size: var(--text-3xl);
        font-size: calc(var(--text-3xl) - 3px);
    }
}

.woocommerce .archive-banner-block .term-description {
    color: var(--color-base);
    line-height: 1.3;

    @media (width >=1024px) {
        width: 50%;
        /* font-size: var(--text-md); */
    }
}

.woocommerce .archive-banner-block .term-description p:not(:last-child) {
    margin-bottom: 1rem;
}

 .woocommerce .grid-sidebar-wrapper {
    gap: calc(var(--spacing) * 6);

    @media (width >=1024px) {
        align-items: flex-start;
    }

    @media (width >=1800px) {
        gap: calc(var(--spacing) * 3);
    }
 }

/* Sidebar */
.woocommerce .shop-sidebar {
    @media (width >=1024px) {
        position: sticky;
        top: 3.125rem;
    }
}

.woocommerce .wc-block-product-filters__open-overlay,
.woocommerce .wc-block-product-filters__overlay-header,
.woocommerce .wc-block-product-filters__overlay-footer {
    display: none;
}

.woocommerce .wc-block-product-filters__overlay {
    pointer-events: inherit;
}

.woocommerce .wc-block-product-filters__overlay,
.woocommerce .wc-block-product-filters__overlay-wrapper,
.woocommerce .wc-block-product-filters__overlay-dialog {
    position: inherit;
}

.woocommerce .wp-block-woocommerce-product-filter-clear-button .wp-block-button__link:hover {
    color: var(--color-primary);
    background-color: var(--color-base-light);
    border-color: var(--color-gray-300);;
}

.woocommerce .wc-block-product-filters__overlay-dialog {
    transform: translateY(0);
}

.woocommerce .wc-block-product-filters__overlay-content {
    border: 1px solid var(--color-gray);
    border-bottom: none;
    gap: 0;
    padding: 0;

    @media (width >=1800px) {
        max-width: 20.1875rem;
    }
}

.woocommerce .wp-block-woocommerce-product-filter-active {
    padding: 1.4375rem 1.2rem;
}

.woocommerce .wp-block-woocommerce-product-filter-active .wc-block-product-filter-removable-chips__remove-icon {
    color: var(--color-primary);
}

.woocommerce .wc-block-product-filters__overlay-content > [class*="wp-block-woocommerce-product-filter"] {
    border-bottom: 1px solid var(--color-gray);
}

.woocommerce .wc-block-product-filter-checkbox-list__text-wrapper {
    font-size: var(--font-base-size);
}

.woocommerce .wc-block-product-filter-checkbox-list__item {
    margin-bottom: 0.5rem;
}

.woocommerce .wc-block-product-filter-checkbox-list__label {
    cursor: pointer;
}

.woocommerce .wc-block-product-filters__overlay-content .wc-block-product-filter-checkbox-list__input-wrapper {
    display: none;
}

.woocommerce .wc-block-product-filters__overlay h2.wp-block-heading {
    padding: 1.0625rem 0.9375rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;

    @media (width >=1024px) {
        font-size: 1.1875rem;
    }
}

.woocommerce .wc-block-product-filters__overlay-content h3.wp-block-heading {
    position: relative;
    margin-bottom: 0!important;
    padding: 1.1rem 1.2rem;
    color: var(--color-primary);
    font-size: var(--text-base);
    user-select: none;

    @media (width >=1024px) {
        padding-block: 1.5rem;
    }
}

.woocommerce .wc-block-product-filters__overlay-content h3.wp-block-heading:after {
    content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	width: 8px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5L0 4L4 0L8 4L6.5 5.5L4 3L1.5 5.5Z' fill='%23003E52'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.woocommerce .wc-block-product-filters__overlay-content h3.wp-block-heading.is-collapsed:after {
    transform: translateY(-50%) rotate(180deg);
}

.woocommerce .wc-block-product-filters__overlay-content h3.wp-block-heading + div {
    padding: 0 1.2rem 1.4375rem 1.2rem;
}

.woocommerce .wc-block-product-filters__overlay-content .action-show-more {
    margin-top: 1rem;
    color: var(--color-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-bold);
    text-decoration: underline;
    cursor: pointer;
}

/* Product Archive main container */
.woocommerce .shop-content .industry-product-heading {
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-size: var(--text-lg);
    text-align: center;

    @media (width >=1024px) {
        font-size: 1.75rem;
    }
}

.woocommerce .shop-content .industry-product-heading + .woocommerce-no-products-found {
    margin-top: 2rem;

    @media (width >=1024px) {
        margin-top: 3.625rem;
    }
}

.woocommerce-page.archive:not(.search) .site-main {
    padding-top: 4.124rem;
}

.woocommerce-page.archive.search:not(.search-no-results) .site-main {
     padding-block: 4.124rem;
}

.woocommerce .woocommerce-result-count {
    margin-top: 0.4rem;
    color: var(--color-primary);
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce .woocommerce-results-per-page {
    float: right;
    margin-top: 0.4rem;
    color: var(--color-primary);
}

.woocommerce .woocommerce-results-per-page select {
    color: var(--color-primary);
}

.woocommerce .onsale {
  display: none;
}

/* Grid view */
.woocommerce .woocommerce-Price-amount,
.related-product-slider .woocommerce-Price-amount {
    color: var(--color-primary);
    font-size: var(--font-base-size);
    font-weight: var(--font-weight-bold);
}

.woocommerce ul.products .tinv-wishlist,
.related-product-slider .tinv-wishlist {
    position: absolute;
    top: 10px;
    right: 12px;

    .tinvwl_add_to_wishlist-text {
        display: none;
    }

    .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
        font-size: var(--text-xl);
        color: var(--color-secondary);
    }
}

.woocommerce ul.products,
.related-product-slider {
    padding-top: 3.125rem;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.related-product-slider .product a.woocommerce-loop-product__link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product .tinvwl_add_to_wishlist_button,
.related-product-slider .product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.related-product-slider .product h2.woocommerce-loop-product__title {
    margin-top: 0.4rem;
    color: var(--color-primary);
    line-height: 1.3;
    font-size: var(--text-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--text-lg--line-height);
    
    @media (width >=1024px) {
        font-size: var(--text-md);
    }
}

.woocommerce ul.products li.product a:hover h2.woocommerce-loop-product__title,
.related-product-slider .product a:hover h2.woocommerce-loop-product__title {
    opacity: 0.72;
}

.related-product-slider .product h2.woocommerce-loop-product__title {
    width: 100%;
}

.woocommerce ul.products .product-short-description p,
.related-product-slider .product .product-short-description p {
    padding-bottom: 1.1rem;    
}

.woocommerce ul.products .product-short-description ul,
.related-product-slider .product .product-short-description ul {
    padding-left: 20px;
}

.woocommerce ul.products .product-short-description ul li,
.related-product-slider .product .product-short-description ul li {
    list-style: disc outside;
}

.related-product-slider .product .product-short-description p {
    margin-bottom: 0;
}

.related-product-slider .product .product-short-description ul > li {
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .button,
.related-product-slider .product .button {
    line-height: inherit;
}

.woocommerce ul.products .product-short-description p,
.woocommerce ul.products .product-short-description ul,
.related-product-slider .product .product-short-description p,
.related-product-slider .product .product-short-description ul  {
    font-size: var(--text-sm);

    @media (width >=1024px) {
        font-size: var(--text-base);
    }
}

.woocommerce ul.products li.product .product-short-description,
.woocommerce ul.products li.product .price,
.related-product-slider .product .product-short-description,
.related-product-slider .product .price  {
     width: 100%;
}

.woocommerce ul.products li.product .star-rating,
.related-product-slider .product .star-rating {
    order: 4;
    margin-bottom: 1rem;
}

.woocommerce ul.products li.product .price,
.related-product-slider .product .price {
    order: 5;
}

.woocommerce ul.products li.product .star-rating,
.related-product-slider .product .star-rating {
    font-size: var(--text-base);
}

.woocommerce .star-rating::before {
    color: var(--color-base);
}

.woocommerce .star-rating span::before {
    color: var(--color-yellow);
}

/* Variations Product Price */
.woocommerce ul.products li.product .price span:not(:first-child),
.related-product-slider .product .price span:not(:first-child) {
    display: none
}

.woocommerce ul.products li.product.product-type-variable .price > span.woocommerce-Price-amount > bdi:before,
.related-product-slider .product.product-type-variable .price > span.woocommerce-Price-amount > bdi:before  {
    content: 'From ';
}

/* Special Price */
.woocommerce ul.products li.product .price del,
.related-product-slider div.product .price del {
    width: 100%;
    text-decoration: none;
    opacity: 1!important;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount bdi,
.related-product-slider .product del .woocommerce-Price-amount bdi {
    text-decoration: line-through;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount:before,
.related-product-slider .product del .woocommerce-Price-amount:before  {
    content: 'From ';
}

.woocommerce ul.products li.product .price ins,
.related-product-slider .product .price ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.related-product-slider .product .price ins .woocommerce-Price-amount {
    font-size: var(--text-sm);
    font-weight: var(--font-weight-normal);
}

.woocommerce ul.products li.product .pricing-note,
.related-product-slider .product .pricing-note {
    order: 6;
    font-size: var(--text-sm);
}

.woocommerce ul.products li.product .pricing-note {
    margin-top: -4px;
}

.pricing-note-block {
    font-size: var(--text-sm);
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    border: none;
    gap: 0.5rem;
    justify-content: center;
    padding-bottom: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
    background-color: var(--color-base-light);
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border-radius: calc(var(--radius-xs) * 2);
    border: 1px solid var(--color-secondary);
    padding: 0.4rem 0.5rem;
    font-size: var(--text-xs);
    font-weight: var(--font-weight-bold);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-white);
    color: var(--color-primary);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    padding-inline: 0.3rem;
}

/* Button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
    background: inherit;
}

/* Category Sliders */
.woocommerce .category-product-slider,
.woocommerce .category-sliders {
    padding-bottom: 5.5rem;
}

.woocommerce .category-product-slider {
    @media (width >=1024px) {
        padding-bottom: 6rem;
    }
}

.woocommerce .category-sliders {
    @media (width >=1024px) {
        padding-bottom: 4.5rem;
    }
}

.woocommerce .category-sliders h2 {
    color: var(--color-primary);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: 2.7rem;

    @media (width >=1024px) {
        margin-bottom: 1.5rem;
        font-size: var(--text-xl);
    }
}

.woocommerce .category-sliders a {
    text-decoration: none;
}

.woocommerce .category-sliders a:hover h6 {
    color: var(--color-primary);
}

.woocommerce .category-sliders .cat-name {
    padding-top: 0.5rem;
    text-align: center; 
}

.woocommerce .category-sliders .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: left;
    
    @media (width >=768px) {
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    @media (width >=1800px) {
        justify-content: flex-end;
    }
}

.woocommerce .category-sliders .wp-block-cover__image-background {
    object-position: left;
    position: initial;
    min-height: 251px;

    @media (width >=768px) {
        position: absolute;
    }
}

.woocommerce .category-sliders .content-wrapper {
    width: 100%;
    padding-bottom: 2.125rem;

    @media (width >=768px) {
        padding-left: 23rem;
        padding-right: 2rem;
        padding-bottom: 0;
    }

    @media (width >=1800px) {
        padding-left: 0;
        padding-right: 6.38889rem;
        max-width: 37.5rem;
    }
}

.woocommerce .category-sliders .small-heading,
.woocommerce .category-sliders h2 {
    color: var(--color-primary);
}

.woocommerce .category-sliders .content-wrapper .small-heading {
    margin-bottom: 1.3rem;

    @media (width >=1024px) {
        font-size: var(--text-md);
    }
}

.woocommerce .category-sliders .content-wrapper h2 {
    margin-bottom: 1rem;
    font-size: var(--text-lg);
    letter-spacing: -0.053rem;

    @media (width >=1024px) {
        font-size: var(--text-xl);
    }
}

.woocommerce .category-sliders .content {
    color: var(--color-base);
    margin-bottom: 1rem;
}

.woocommerce .category-sliders .swipper-section {
    position: relative;

    @media (width >=1024px) {
        padding-right: 3.75rem;
    }

     @media (width >=1800px) {
        margin-right: -4.1rem;
    }
}

.woocommerce .category-sliders .swipper-section .swiper-button-prev {
    display: none;
}

.woocommerce .category-sliders .swipper-section .swiper-button-next {
    right: -0.9375rem;

    @media (width >=1024px) {
        right: 0;
    }
}

.woocommerce .category-sliders .swipper-section .swiper-button-prev,
.woocommerce .category-sliders .swipper-section .swiper-button-next {
    margin-top: calc(-8px - var(--swiper-navigation-size) / 2);
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: var(--color-primary);

    @media (width >=1024px) {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.woocommerce .category-sliders .swipper-section .swiper-button-prev:hover,
.woocommerce .category-sliders .swipper-section .swiper-button-next:hover {
    background-color: var(--color-primary-light);
}

.woocommerce .category-sliders .swipper-section .swiper-button-prev svg,
.woocommerce .category-sliders .swipper-section .swiper-button-next svg {
    color: var(--color-secondary);
    width: 5px;

    @media (width >=1024px) {
        width: 1rem;
        height: 0.6rem;;
    }
}

.woocommerce .industry-hero-banner {
    position: relative;
}

.woocommerce .industry-hero-banner .swiper-slide {
    @media (width >= 768px) {
        min-height: 352px;
    }
}

.woocommerce .industry-hero-banner .swiper-slide {
    padding: 1.565rem;
    padding-bottom: 0;
    background: var(--color-base-light);
    
    @media (width >=768px) {
        padding: 1rem;
    }
}

.woocommerce .industry-hero-banner .swiper-button-next,
.woocommerce .industry-hero-banner .swiper-button-prev {
    display: none;

    @media (width >=768px) {
        display: flex;
    }
}

.woocommerce .industry-hero-banner .swiper-pagination {
    bottom: -3.55rem;

    @media (width >=768px) {
        display: none;
    }
}
 
.woocommerce .industry-hero-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-gray-200);
    opacity: 0.8;
}

.woocommerce .industry-hero-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/* DIY Custom Labelling Industry Block */ 
.woocommerce .shop-content .category-pattern-wrapper {
    margin-bottom: 2.8rem;

    @media (width >=1024px) {
        margin-bottom: 11rem;
    }
}

.woocommerce .shop-content .block-diy-custom-labelling,
.woocommerce .shop-content .category-pattern-wrapper .container {
    background-image: none !important;
    padding: 0;
}

.woocommerce .shop-content .category-pattern-wrapper .term-title-label h2 {
    margin-top: 1.8rem;
    line-height: 1.5;
    color: var(--color-primary);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-bold);
    text-align: center;

    @media (width >=768px) {
        font-size: 1.75rem;
        margin-top: 0;
    }
} 

.woocommerce .shop-content .category-pattern-wrapper .block-diy-custom-labelling h2.wp-block-heading {
    display: none;
}

/* DIY Custom Labelling Category Block */ 
.woocommerce .block-diy-custom-labelling {
    background-position: bottom center;
    padding-bottom: 7.5rem;
}

.woocommerce .block-diy-custom-labelling .container {
    max-width: 1054px;
}

.woocommerce .block-diy-custom-labelling .wp-block-columns {
    margin-top: 2rem;
    margin-bottom: 2rem;

    @media (width >=1024px) {
        margin-top: 3.2rem;
        margin-bottom: 3.5rem;
    }
}

.woocommerce .block-diy-custom-labelling .wp-block-column {
    color: var(--color-white);
    text-align: center;
    padding: 3.2125rem 2.7rem 2.7125rem 2.7rem;

    @media (width >=1024px) {
        padding-top: 4.2125rem;
    }
}

.woocommerce .block-diy-custom-labelling .wp-block-column .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
}

.woocommerce .block-diy-custom-labelling .wp-block-column p {
    margin-top: 0.6rem;
    line-height: 1.4rem;
}

.woocommerce .block-diy-custom-labelling h2.wp-block-heading {
    margin-bottom: 0.6rem;
    color: var(--color-primary);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-bold);

    @media (width >=769px) {
        font-size: 1.75rem;
    }
}

.woocommerce .block-diy-custom-labelling h2.wp-block-heading + p {
    font-size: var(--text-md);
    margin-top: 1.2rem;

    @media (width >=1024px) {
        margin-top: 0.3rem;
    }
}

.woocommerce .block-diy-custom-labelling h3 {
    margin-top: 2rem;
    color: var(--color-white);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-bold);
}

.woocommerce .block-diy-custom-labelling .wp-block-buttons {
    justify-content: center;
}

/* Hide Sliders when filters are active */
.woocommerce-filter-active .category-sliders,
.woocommerce-filter-active .category-pattern-wrapper {
    display: none;
}

/* Search */
.woocommerce.search .woocommerce-products-header {
    text-align: center;
}

.woocommerce.search:not(.search-no-results) .woocommerce-products-header {
    margin-bottom: 2.3rem;
}

.woocommerce.search .woocommerce-products-header span {
    font-weight: var(--font-weight-normal);
    text-transform: none;
}

.woocommerce-page.search-no-results .site-main {
    padding-top: 2.3rem;

    @media (width >= 1024px) {
        padding-block: 4.124rem;
    }
}

 .woocommerce.search-no-results .woocommerce-products-header {
    margin-bottom: 2.3rem;

    @media (width >= 1024px) {
        margin-top: 2.3rem;
        margin-bottom: 3.1rem;
    }
}

.woocommerce.search-no-results .shop-sidebar {
    display: none;
}

.woocommerce.search-no-results .grid-sidebar-wrapper {
    justify-content: center;

    @media (width >= 1800px) {
        padding-block: 0;
        max-width: 1600px;
    }
}

/* Product */
.product-template-default:not(.fancy-product) .site-main .container.product {
    padding-top: 2rem;

    @media (width >= 1024px) {
        padding-top: 5rem;
    }
}

.product-template-default .woocommerce-notices-wrapper {
    max-width: 1402px;
    margin-inline: auto;
}

.product-template-default .woocommerce-message,
.product-template-default .woocommerce-info,
.product-template-default .woocommerce-error,
.product-template-default ul.woocommerce-error {
    margin-block: 1rem;
}

.product-template-default .woocommerce-notices-wrapper a.button:hover,
.page-cart .woocommerce-notices-wrapper a.button:hover {
    background-color: var(--color-primary-light);
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    @media (width >= 769px) { 
        width: 41%;
    }
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-top: 2rem;
    margin-right: 10px;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    @media (width >= 769px) { 
        width: 54.8%;
    }
}

.woocommerce div.product .product_title {
    margin-bottom: 0.5rem;
    color: var(--color-primary);
    font-size: var(--text-lgplus);
    text-transform: uppercase;

    @media (width >=769px) {
        margin-bottom: 1.4rem;
		font-size: var(--text-2xl);
        line-height: 1.4;
    }
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.8em;

    @media (width >=769px) {
        margin-bottom: 1.6em;
    }
}

.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 1rem;
    line-height: 1.8;

    @media (width >=769px) {
        margin-bottom: 2.2rem;
    }
}

.woocommerce div.product p.price {
    margin-bottom: 2.7rem;
}

.woocommerce div.product p.price del .woocommerce-Price-amount::before {
    display: none;
}

.woocommerce div.product p.price .woocommerce-Price-amount {
    @media (width >=1024px) {
		font-size: var(--text-lg);
    }
}

.woocommerce.product-variable .entry-summary .price.selected-variation-price del {
    opacity: 1;
}

.woocommerce.product-variable .entry-summary .price.selected-variation-price del > span {
    display: block;
}

.woocommerce.product-variable .entry-summary .price.selected-variation-price del > span::before {
    display: inline-block;
    margin-right: 4px;
    color: var(--color-primary); 
}

.woocommerce.product-variable .entry-summary .price.selected-variation-price bdi::before {
    display: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
    padding-bottom: 0;

    @media (width >=769px) {
		margin-bottom: 1rem;
    }
}

.woocommerce div.product .product_title,
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product form.cart .variations,
.woocommerce .product-sections {
    @media (width >=1024px) {
        max-width: 34.625rem;
    }
}

.woocommerce div.product form.cart .variations {
    border: 1px solid var(--color-gray);
    margin-bottom: 2.4rem;

    @media (width >=769px) {
        margin-bottom: 1rem;
    }
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
}
.woocommerce div.product form.cart .variations td:not(.nds-has-radio ) {
    padding: 0.5rem;
}

.woocommerce div.product form.cart .variations th {
    padding: 0.2rem 1.5rem;
    background: var(--color-primary);
    color: var(--color-white);
    text-align: left;

    @media (width >=1024px) {
        font-size: 1.1875rem;
    }
}

.woocommerce div.product form.cart .variations th:before {
    content: 'Choose your ';
} 

.woocommerce div.product form.cart .variations th label {
    text-transform: lowercase;
}

.woocommerce div.product form.cart .variations th label:after {
    content: '*';
}

.woocommerce div.product form.cart .variations td input[type="radio"],
.woocommerce div.product form.cart .variations td .reset_variations {
    display: none;
}

.woocommerce div.product form.cart .variations td .reset_variations {
    background-color: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
}

.woocommerce div.product form.cart .variations td .reset_variations:hover {
    background-color: var(--color-primary-light);
}

.woocommerce div.product form.cart .variations td .reset_variations[style="visibility: visible;"] {
    display: block;
    margin: 10px -0.5rem -0.5rem -0.5rem;
}

.woocommerce div.product form.cart .variation-radio,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.3rem 1.5rem;
    border-top: 1px solid var(--color-gray);
    color: var(--color-gray-700);
    cursor: pointer;

    @media (width >=769px) {
        padding-block: 0.75rem;
    }
}

.woocommerce div.product form.cart .variable-item-radio-value-wrapper {
    font-weight: var(--font-weight-normal);
}

.woocommerce div.product form.cart .variable-item-radio-value-wrapper picture,
.woocommerce div.product form.cart .variable-item-radio-value-wrapper .stock {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    position: relative;
    padding: 0;
    width: 100%;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:not(.radio-variable-item) {
    margin: 0.5rem;
}

.woo-variation-swatches.wvs-show-label .variations td label {
    margin: 0;
}

.woocommerce div.product form.cart .variation-radio:not(.disabled):hover,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:not(.disabled):hover {
    @media (width >=769px) {
        background-color: var(--color-blue-100);
    }
}

.woocommerce div.product form.cart .variation-radio.active:before,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected .variable-item-radio-input-wrapper:before {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    right: -1px;
    border: solid 2px var(--color-primary);
    content: '';
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label {
    text-decoration: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 1px var(--color-primary));
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 1px var(--color-primary-light));
}

.woocommerce div.product form.cart .variation-radio.disabled {
    opacity: 0.3;
    cursor: default;
}

.woocommerce div.product form.cart .variation-radio .label {    
    font-weight: var(--font-weight-normal);
}

.woocommerce div.product form.cart .variation-radio .price .woocommerce-Price-amount,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper .price .woocommerce-Price-amount {
    color: var(--color-gray-700);
}

.woocommerce div.product form.cart .variation-radio .price bdi:before,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper .price bdi:before {
    display: none;
}

.woocommerce div.product form.cart .variation-radio .price del,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper .price del {
    display: inline-block;
}

.woocommerce div.product form.cart .variation-radio .price del .woocommerce-Price-amount:before,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper .price del .woocommerce-Price-amount:before {
    display: none;
}

.woocommerce div.product form.cart .variation-radio .price ins .woocommerce-Price-amount,
.woocommerce div.product form.cart .variable-item-radio-input-wrapper .price ins .woocommerce-Price-amount {
    color: var(--color-primary);
    font-size: var(--font-base-size);
    font-weight: var(--font-weight-bold);
}

.woocommerce div.product form.cart:not(.variations_form):before,
.woocommerce div.product form.cart:not(.variations_form):after {
    display: none;
}

.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product .woocommerce-variation-add-to-cart {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
    padding-bottom: 4.2rem;
    gap: 10px;

    @media (width >= 480px) {
        padding-bottom: 0;
    }

    @media (width >= 1024px) {
        max-width: 34.625rem;
    }
}

.woocommerce div.product form.cart .button {
    position: absolute;
    bottom: 0;
    left: 0;

    @media (width >= 480px) {
        position: static;
    }
}

.woocommerce .entry-summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 3.511rem;
    height: 3.511rem;
    border-radius: var(--radius-md);
    background: var(--color-secondary);
    color: var(--color-primary);
    text-decoration: none; 
}

.woocommerce .entry-summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    background: var(--color-blue-200);
}

.woocommerce .entry-summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before {
    margin-right: 0;
    font-size: 1.556;
}


.woocommerce div.product .entry-summary .woocommerce-product-details__short-description + .price .woocommerce-Price-amount {
    font-size: var(--font-base-size);
    font-weight: var(--font-weight-semibold);

    @media (width >=769px) {
        font-size: var(--text-lg);
    }
}

/* Variation Price */
.woocommerce.product-variable .entry-summary .price span:not(:first-child) {
    display: none;
}

.woocommerce.product-variable .entry-summary .price bdi:before {
    content: 'From ';
}

/* Special Price */
.woocommerce div.product .entry-summary .price del {
    display: block;
    text-decoration: none;
}

.woocommerce div.product .entry-summary .price del .woocommerce-Price-amount bdi {
    text-decoration: line-through;
}

.woocommerce div.product .entry-summary .price del .woocommerce-Price-amount:before {
    content: 'From ';
}

.woocommerce div.product .entry-summary .price ins {
    text-decoration: none;
}

.woocommerce div.product .entry-summary .price ins .woocommerce-Price-amount {
    font-size: var(--text-sm);
    font-weight: var(--font-weight-normal);
}

.woocommerce div.product p.stock,
.button.out-of-stock-button {
    margin-bottom: 1rem;
    color: var(--color-slate-blue-gray);
    font-size: var(--font-base-size);
    font-weight: var(--font-weight-semibold);
}

.products.columns-3 .link-read-more,
.related.products .link-read-more {
    margin-top: 1rem;
}

.block-delivery-note {
    margin-bottom: 2em;
    padding: 1rem 1.778rem;
    background-color: var(--color-secondary);
    color: var(--color-gray-800);
    grid-template-columns: 17px 1fr;
    font-size: var(--text-sm);

    @media (width >=769px) {
        padding-block: 1.5rem;
        font-size: var(--font-base-size);
    }
}

.block-delivery-note >.wp-block-media-text__content {
    padding-left: 0.6rem;

    @media (width >=769px) {
        padding-inline: 1.5rem 0;
    }
}

.block-delivery-note img {
    max-width: 17px;
}

.block-delivery-note a {
    color: var(--color-gray-800);
}

.block-delivery-note a:hover {
    opacity: 0.72;
}

.woocommerce .entry-summary .product_meta,
.woocommerce .entry-summary .woocommerce-variation-price,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce .product-sections {
    margin-top: 0.5rem;
}

.woocommerce .product-sections .product-section-title {
    margin-bottom: 1.3rem;
    color: var(--color-primary);
    font-size: var(--text-lg);
    font-weight: var(--font-title-weight);
    line-height: var(--title-line-height);

    @media (width >=769px) {
        font-size: var(--text-lgplus);
    }
}

.woocommerce .product-sections .product-section-content {
    margin-bottom: 2rem;

    @media (width >=769px) {
        margin-bottom: 4rem;
    }
}

.woocommerce .product-section-description .product-section-content > h2 {
    display: none;
}

.woocommerce .product-section-description .product-section-content p,
.woocommerce .woocommerce-product-details__short-description p {
    margin-bottom: 1.3rem;
    line-height: 1.4;

     @media (width >=769px) {
        margin-bottom: 1rem;
		line-height: var(--base-line-height);
	}
}

.woocommerce .product-section-description .product-section-content ul,
.woocommerce .product-section-description .product-section-content ol,
.woocommerce .woocommerce-product-details__short-description ul,
.woocommerce .woocommerce-product-details__short-description ol {
    margin-left: 1.5rem;
    line-height: 1.35;

    @media (width >=769px) {
		line-height: var(--base-line-height);
	}
}

.woocommerce .product-section-description .product-section-content ul:not(:last-of-type),
.woocommerce .product-section-description .product-section-content ol:not(:last-of-type),
.woocommerce .woocommerce-product-details__short-description ul:not(:last-of-type),
.woocommerce .woocommerce-product-details__short-description ol:not(:last-of-type) {
    margin-bottom: 1rem;
}

.woocommerce .product-section-description .product-section-content ul,
.woocommerce .woocommerce-product-details__short-description ul {
    list-style-type: disc;
}

.woocommerce .product-section-description .product-section-content ol,
.woocommerce .woocommerce-product-details__short-description ol {
    list-style-type: decimal;
}

.woocommerce .product-section-additional_information table {
    width: 100%;
    border-top: 1px solid var(--color-gray-200);
    color: var(--color-gray-700);
    font-size: var(--text-sm);

    @media (width >= 769px) {
		font-size: var(--font-base-size);
	}
}

.woocommerce .product-section-additional_information table th {
    padding-right: 1rem;
    background: none;
    border-bottom: 1px solid var(--color-gray-200);
    text-align: left;
}

.woocommerce .product-section-additional_information table td {
    text-align: right;
    border-bottom: 1px solid var(--color-gray-200);
}

.woocommerce .product-section-additional_information table th,
.woocommerce .product-section-additional_information table td {
    padding-block: 0.56rem;
}

.woocommerce .product-section-reviews #comments h2 {
    margin-bottom: 1rem;
}

.woocommerce .product-section-reviews .form-submit .submit {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.woocommerce .product-section-reviews .form-submit .submit:hover {
    background-color: var(--color-primary-light) !important;
}

.woocommerce .product-section-reviews textarea,
.woocommerce .product-section-reviews input[type=email],
.woocommerce .product-section-reviews input[type=text]{
    --tw-border-style: solid;
    --tw-leading: 150%;
    --tw-font-weight: var(--font-weight-light);
    border: 1px solid var(--color-gray-50);
	background: var(--color-white);
    border-radius: .375rem;
	color: var(--color-gray-700);
	padding: calc(var(--spacing) * 4);
	box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
}

.woocommerce .product-section-reviews .comment-reply-title {
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
}

.woocommerce .product-section-reviews label:not([for="wp-comment-cookies-consent"]) {
    margin-right: 1rem;
    font-weight: var(--font-weight-bold);
}

.woocommerce .related.products,
.woocommerce .upsells.products {
    padding-block: 2.8rem 2.8rem;

    @media (width >= 769px) {
        padding-block: 7rem;
    }
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
    color: var(--color-primary);
    font-size: var(--text-lg);
    text-align: center;
    text-transform: capitalize;

    @media (width >= 769px) {
        font-size: var(--text-2xl);
    }
}

.related-product-slider {
    padding-bottom: 3rem;
}

.related-product-slider .product a {
    text-decoration: none;
}

.related-product-slider .product a.link-read-more {
    display: inline-block;
    margin-top: 1rem;
}

.related-product-slider .product h2.woocommerce-loop-product__title {
    padding: .5em 0;
}

.related-product-slider .product .button {
    display: inline-block;
    margin-top: 1rem;
}

.woocommerce .related.products .swiper-outer,
.woocommerce .upsells.products .swiper-outer {
    position: relative;
}

.woocommerce .related.products .swiper-button-next,
.woocommerce .related.products .swiper-button-prev,
.woocommerce .upsells.products .swiper-button-next,
.woocommerce .upsells.products .swiper-button-prev {
    display: none;
}

.woocommerce .related.products .swiper-pagination,
.woocommerce .upsells.products .swiper-pagination  {
    bottom: -0.5rem;
}

.woocommerce .related.products .swiper-pagination .swiper-pagination-bullet,
.woocommerce .upsells.products .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-gray-100);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.woocommerce .related.products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.woocommerce .upsells.products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-gray-300);
}

/* Quantity box styling */
.woocommerce div.product form.cart div.quantity {
	display: flex;
	align-items: center;
    flex: 1;
	border: 1px solid var(--color-primary-light);
	overflow: hidden;
	width: 11.4375rem;
    margin-right: 0;

    @media (width >= 480px) {
        flex: auto;
    }
}

.woocommerce div.product form.cart div.quantity input.qty {
	flex: 1;
    width: calc(100% - 60px);
	height: 3.4rem;
	text-align: center;
	border: none;
	background: var(--color-white);
	appearance: textfield;

    @media (width >= 1024px) {
        font-size: var(--text-md);
    }
}

/* Remove default arrows (Chrome, Safari) */
.woocommerce div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Plus and minus buttons */
.woocommerce div.quantity button.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 30px;
	height: 3.4rem;
	cursor: pointer;
    font-size: 0;
}

.woocommerce div.quantity button.qty-btn.qty-minus::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 2px;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='2' viewBox='0 0 11 2' fill='none'><path d='M0.699219 0.699951H10.0326' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
    background-color: var(--color-base);
    transition: background-color 0.25s ease;
}

.woocommerce div.quantity button.qty-btn.qty-plus::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M8 3.33337V12.6667' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/><path d='M3.33398 8H12.6673' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
    background-color: var(--color-base);
    transition: background-color 0.25s ease;
}

.woocommerce div.quantity button.qty-btn.qty-minus:hover::before,
.woocommerce div.quantity button.qty-btn.qty-plus:hover::before {
    background-color: var(--color-primary-light);
}

.woocommerce div.product form.cart .button {
    width: 100%;
    padding: 1.2rem;
    border-radius: var(--radius-md);
    background: var(--color-primary);
    font-weight: var(--font-weight-normal);
    font-size: var(--text-md);
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover {
    background: var(--color-primary-light);
}

/* Custom Labelling and Need Help */
.woocommerce .type-product .category-pattern-wrapper {
    clear: both;
    width: 100vw;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.woocommerce .type-product .custom-label-pattern .block-diy-custom-labelling {
    padding-bottom: 2.5rem;

    @media (width >= 769px) {
       padding-bottom: 7.5rem;
    }
}

.woocommerce .type-product .custom-label-pattern .wp-block-group.has-background {
    padding-inline: 0.2rem;
    padding-top: 0.7rem;

    @media (width >= 769px) {
       padding-top: 1.25rem;
    }
}

.woocommerce .type-product .custom-label-pattern .wp-block-columns {
    gap: 30px;

    @media (width >= 769px) {
       gap: 24px;
    }
}

.woocommerce .type-product .category-pattern-wrapper  .wp-block-button {
    @media (width <= 480px) {
        width: 100%;
        margin-top: 1rem;
    }
}

/* Need Help */
.block-order-need-help.wp-block-cover {
    min-height: auto;
    padding-top: 2.6rem;
    padding-bottom: 2rem;

    @media (width >= 769px) {
        height: 38.8125rem;
        padding-block: 0;
    }
}

.block-order-need-help .wp-block-cover__inner-container {
    max-width: 42.4375rem;
    padding: 2.7rem 2rem 3rem 2rem;
    background: var(--color-white);
    border-radius: var(--radius-sm);
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
    text-align: center;

    @media (width >= 769px) {
        padding: 3.7rem 3.5rem 4rem 3.5rem;
    }
}

.block-order-need-help .wp-block-cover__inner-container h2 {
    margin-bottom: 2.3rem;
    color: var(--color-primary);
    font-size: var(--text-lgplus);
    line-height: 1.6;

    @media (width >= 769px) {
        font-size: var(--text-2xl);
        line-height: var(--title-line-height);
    }
}

.block-order-need-help .wp-block-cover__inner-container p:not(.block-call-us-number) {
    color: var(--color-base);
    font-size: var(--text-md);
}

.block-order-need-help .wp-block-cover__inner-container p.block-call-us-number {
    margin-top: 2.5rem;
    color: var(--color-primary);
    font-size: var(--text-lgplus);
    font-weight: var(--font-weight-bold);

    @media (width >= 769px) {
        font-size: var(--text-xl);
    }
}

.block-order-need-help .wp-block-cover__inner-container p.block-call-us-number a {
    text-decoration: none;
}

.block-order-need-help .wp-block-cover__inner-container p.block-call-us-number a:hover {
    opacity: 0.72;
}

.custom-label-pattern {
    background: var(--color-base-light);
    padding-top: 2rem;

    @media (width >= 769px) {
        padding-top: 6rem;
    }
}

/* Messages */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    padding: 0.7rem 2rem 0.7rem 3.8rem;
    border-top: none;
    color: var(--color-primary);
    line-height: 1.4;

    @media (width >= 768px) {
        padding: 1.2rem 2rem 1.2rem 3.5rem;
        line-height: var(--base-line-height);
    }
}

.woocommerce-info, 
.woocommerce-message {
    background: var(--color-gray-100);
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
    top: 0.7rem;
    left: 1.5rem;
    background-image: url("/wp-content/themes/nthdegreesearch/assets/images/icon-warning.svg");
    content: '';
    width: 1.25rem;
    height: 1.25rem;

    @media (width >= 768px) {
        top: 1.3rem;
        left: 1rem;
    }
}

.woocommerce-notices-wrapper a.button,
.woocommerce-info a.button {
    float: none;
    margin-top: 0.5rem;
    width: 100%;
    background: var(--color-primary);
	color: var(--color-white);
    font-size: var(--text-sm);
	font-weight: var(--font-weight-bold);
    text-align: center;
    
    @media (width >= 768px) {
        float: right;
        margin-block: -0.2rem;
        margin-right: -1rem;
        width: auto;
    }
}

.woocommerce-notices-wrapper a.button:hover,
.woocommerce-info a.button:hover  {
    background-color: var(--color-primary-light);
    color: var(--color-white);
}

/* Forms */
.select2-container .select2-selection,
.select2-container--default .select2-search--dropdown .select2-search__field {   
    border-color: var(--color-gray-50);
    border-radius: var(--radius-s);
    line-height: var(--base-line-height);
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.08);
}

.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--color-gray-50);
}

.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--color-red-300);
}

.select2-search--dropdown,
.select2-results__option {
    padding-inline: 1rem;
}

.select2-container .select2-selection {   
    padding: calc(var(--spacing) * 1.3);
}

.select2-container .select2-dropdown {
    border-color: var(--color-gray);
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results>.select2-results__options {
    font-size: var(--text-sm);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--color-blue-100);
    color: var(--color-base);
}

.select2-container--default .select2-results__option[data-selected=true] {
    background: var(--color-gray-100);
}

.woocommerce form .form-row:not(.woocommerce-form-login__submit_wrapper) {
    padding: 0;
    margin-bottom: 1.5rem;
}

.woocommerce form.login .form-row:not(.woocommerce-form-login__submit_wrapper) {
    margin-bottom: 1rem;

    @media (width >= 769px) {
        margin-bottom: 2rem;
    }
}

.woocommerce form.login .form-row.woocommerce-pass-wrapper {
    margin-bottom: 1.5rem;

    @media (width >= 769px) {
        margin-bottom: 2rem;
    }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme label {
    font-size: var(--font-weight-normal);
}

.woocommerce form .form-row.form-row-first,
.woocommerce form .form-row.form-row-last,
.woocommerce-checkout form .form-row[id="billing_email_field"], 
.woocommerce-checkout form .form-row[id="billing_phone_field"],
.account-edit-address .form-row[id="billing_email_field"], 
.account-edit-address .form-row[id="billing_phone_field"] {
    width: 100%;

    @media (width >= 1024px) {
        width: 47%;
        overflow: visible;
        clear: none;
    }
}

.woocommerce-checkout form .form-row[id="billing_email_field"],
.account-edit-address .form-row[id="billing_email_field"] {
    @media (width >= 1024px) {
        float: left;
    }
}

.woocommerce-checkout form .form-row[id="billing_phone_field"],
.account-edit-address .form-row[id="billing_phone_field"] {  
    @media (width >= 1024px) {
        float: right;
    }
}

.woocommerce form .form-row .required {
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
}

.woocommerce form .show-password-input:hover, 
.woocommerce-page form .show-password-input:hover {
    background-color: transparent;
}

.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-radio,
input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-form__label-for-checkbox span,
.woocommerce-form__label-for-radio span,
input[type="checkbox"] + label,
input[type="radio"] + label  {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
}

/* Hide native input but keep it accessible */
.woocommerce-form__input-checkbox,
.woocommerce-form__input-radio,
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: none;
}

/* Checkbox and Radio button */
.woocommerce-form__input-checkbox + span,
.woocommerce-form__input-radio + span {
    color: var(--color-base-dark);
}

/* Checkbox Style */
.woocommerce-form__input-checkbox + span,
input[type="checkbox"] + label,
input[type="checkbox"] + .wapf-label-text {
    position: relative;
    padding-left: 24px;
    line-height: 1.4;
}

.woocommerce-form__input-checkbox + span::before,
input[type="checkbox"] + label::before ,
input[type="checkbox"] + .wapf-label-text::before,
.checkbox-layout input[type="radio"] + .wapf-label-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-gray-700);
    border-radius: 0;
    transform: translateY(-50%);
    background-color: var(--color-white);
    transition: all 0.25s ease;
}

/* Checked state */
.woocommerce-form__input-checkbox:checked + span::before,
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + .wapf-label-text::before,
.checkbox-layout input[type="radio"]:checked + .wapf-label-text::before {
    border-color: var(--color-primary);
}

.woocommerce-form__input-checkbox:checked + span::after,
input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:checked + .wapf-label-text::after,
.checkbox-layout input[type="radio"]:checked + .wapf-label-text::after  {
    position: absolute;
    left: 2px;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 9px;
    transform: translateY(-50%);
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'><path d='M0.707031 5.22468L3.24821 8.04821L10.307 0.707031' stroke='black' stroke-linecap='square'/></svg>") no-repeat center / contain;
    vertical-align: middle;
    background-color: var(--color-primary);
    content: '';
}

/* Radio Style */
.woocommerce-form__input-radio + span,
input[type="radio"] + label,
input[type="radio"] + .wapf-label-text {
    position: relative;
    padding-left: 24px;
    line-height: 1.4;
}

ul.payment_methods li label {
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
}

/* Outer circle */
.woocommerce-form__input-radio + span::before,
input[type="radio"] + label::before,
input[type="radio"] + .wapf-label-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-gray-700);
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--color-white);
    transition: all 0.25s ease;
}

.woocommerce-form__input-radio:checked + span::before,
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + .wapf-label-text::before  {
    border-color: var(--color-primary);
}

.woocommerce-form__input-radio:checked + span::after,
input[type="radio"]:checked + label::after,
input[type="radio"]:checked + .wapf-label-text::after  {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    width: 9px;
    height: 9px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transform: translateY(-50%);
}

/* Woocommerce Table */
.woocommerce table.shop_table {
    border: 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.woocommerce table.shop_table thead th {
    padding-block: 0.9rem;
    background: var(--color-primary) !important;
    color: var(--color-white);
    font-size: var(--text-base);
    text-transform: none;
}

/* Woocommerce Form Labels */
.woocommerce form .form-row label {
    color: var(--color-primary);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--color-primary);
}

/* Remove duplicate breadcrumbs from swatches page */
.woo-variation-swatches .site-main .woocommerce-breadcrumb {
    display: none;
}
