.woocommerce .related.products h2,
.woocommerce #reviews #comments h2,
.wc-block-components-title.wc-block-components-title,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart__totals-title,
.is-large.wc-block-cart .wc-block-cart-items th {
    color: var(--color-primary);
}

.single-product.woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
}

.single-product.woocommerce div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
    float: unset;
    width: 100%;
}



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce p.stars a::before,
.wc-block-components-checkbox__label a,
.wc-block-components-formatted-money-amount {
    color: var(--color-secondary);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-family: var(--font-title);
    color: var(--color-primary);
    text-decoration: none;
}

.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,


.woocommerce ul.products li.product .button,
#pwgc-email-preview-button,
.woocommerce div.product form.cart .reset_variations {
    background: var(--color-secondary);
    padding: 1.9rem 2.2rem;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-title);
    text-transform: uppercase !important;
    border: 2px solid var(--color-secondary);
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.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,

.woocommerce ul.products li.product .button,
#pwgc-email-preview-button,
.woocommerce div.product form.cart .reset_variations {
    padding: 1.2rem 1.9rem;
    font-size: 1.2rem;
    line-height: 1.2;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,


.woocommerce ul.products li.product .button:hover,
#pwgc-email-preview-button:hover,
.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .button:hover {
    background: #fff;
    color: var(--color-secondary);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce #review_form #respond textarea,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=password],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=password],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=url] {
    border-color: var(--color-primary);
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce #review_form #respond textarea:focus,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.woocommerce-page .wc-block-components-text-input input:-webkit-autofill,
.woocommerce-page .wc-block-components-text-input.is-active input[type=email],
.woocommerce-page .wc-block-components-text-input.is-active input[type=number],
.woocommerce-page .wc-block-components-text-input.is-active input[type=password],
.woocommerce-page .wc-block-components-text-input.is-active input[type=tel],
.woocommerce-page .wc-block-components-text-input.is-active input[type=text],
.woocommerce-page .wc-block-components-text-input.is-active input[type=url] {
    border-color: var(--color-secondary);
    outline-color: var(--color-secondary);
}



.woocommerce-shop .site-main,
.single-product .site-main {
    max-width: 137rem;
    margin: auto;
    padding-top: 6rem;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-shop .site-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.woocommerce div.product .product_title {
    color: var(--color-primary);
    line-height: 1.2;
    font-size: 5rem;
    margin-bottom: 2rem;
}

.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: var(--color-secondary);
}

.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce div.product form.cart .variations select,
#pwgc-message,
.pwgc-input-text {
    padding: 1.2rem 1.9rem;
    border: 1px solid var(--color-primary);
    outline: none;
    border-radius: 4px;
}

.woocommerce .quantity .qty.input-text {
    line-height: 1.6;
    min-width: 10rem;
}

.wc-block-components-button:not(.is-link),
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    background: var(--color-primary);
    padding: 1.9rem 2.2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-title);
    border: 2px solid var(--color-primary);
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 1.3rem;
}

.wc-block-components-button:not(.is-link):hover,
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: #fff;
}

.product_meta .posted_in a {
    text-decoration: none;
    color: var(--color-secondary);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    margin-bottom: 2rem;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: var(--color-primary);
    font-family: var(--font-title);
    font-size: 1.9rem;
    text-decoration: none;
}

.woocommerce-products-header__title,
.woocommerce-Address-title h2,
.woocommerce-MyAccount-content p strong {
    color: var(--color-primary);
}

.woocommerce-account .addresses .title .edit,
.woocommerce-MyAccount-content p a {
    color: var(--color-secondary);
    text-decoration: none;
}