body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    word-break: auto-phrase !important;
}

body p,
body li,
body a,
body span,
body div * {
    word-break: auto-phrase !important;
}

.wp-block-image {
    display: flex;
}

.wp-block-button__link {
    display: inline-flex !important;
    align-items: center;
    border-radius: 99px !important;
    padding: 4px 4px 4px 24px !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.wp-block-button__link::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--white);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%234DBDE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%234DBDE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 20px;
}

.is-style-gradient .wp-block-button__link {
    background: var(--wp--preset--gradient--primary-gradient) !important;
}

.is-style-inverted .wp-block-button__link {
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary) !important;
}

.is-style-inverted .wp-block-button__link::after {
    background-color: var(--wp--preset--color--primary);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wp-block-button__link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.is-style-check-list {
    list-style: none;
    padding-left: 0;
}

.is-style-check-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
}

.is-style-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM17.74 9.00601C18.1115 8.59736 18.0813 7.96491 17.6727 7.5934C17.264 7.22189 16.6316 7.25201 16.2601 7.66067L10.3445 14.1678L7.74985 11.2273C7.38445 10.8132 6.75251 10.7737 6.33839 11.1391C5.92427 11.5045 5.88477 12.1364 6.25017 12.5505L9.38652 16.105C9.88579 16.6709 10.766 16.6774 11.2736 16.119L17.74 9.00601Z' fill='%234DBDE4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

header.site-header {
    position: fixed;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1265px;
    z-index: 1000;
    transition: all 0.3s ease;
    border-radius: 36px;
    background-color: var(--wp--preset--color--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.sticky-header {
    top: 20px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wp-block-navigation a.active {
    color: var(--wp--preset--color--primary) !important;
    font-weight: 600;
}


.wp-block-navigation__responsive-container.is-menu-open {
    padding: 24px !important;
}

.cloned-logo,
.cloned-buttons {
    display: none;
}

.is-menu-open .cloned-logo {
    margin-bottom: 40px;
    display: block;
}

.cloned-logo img {
    max-width: 120px;
    height: auto;
}

.is-menu-open .cloned-buttons {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cloned-buttons .wp-block-button__link {
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 781px) {
    header.site-header .wp-block-buttons:not(.cloned-buttons) {
        display: none;
    }

/*     .wp-block-navigation__responsive-container.is-menu-open {
        height: 100vh;
    } */
	.wp-block-navigation__responsive-container.is-menu-open{
		  border-radius: 36px;
          height: max-content !important;
	}
	
	.has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog {
   			 margin-top: 0 !important;
     }
	.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content {
    		padding-top: 0 !important;
    }
	
}

.glass-effect {
    /*     background: rgba(255, 255, 255, 0.28); */
    background: rgb(93 93 93 / 28%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    /*     border: 1px solid rgba(255, 255, 255, 0.3); */
    border: 1px solid rgb(121 120 120 / 30%);
}

.grid-3-box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.grid-4-box {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}

.grid-5-box {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}

@media (max-width:1024px) {

    .grid-3-box,
    .grid-4-box,
    .grid-5-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {

    .grid-3-box,
    .grid-4-box,
    .grid-5-box {
        grid-template-columns: 1fr;
    }
}

.wp-block-navigation .wp-block-navigation-item__content {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-system-font-family {
    font-family: var(--wp--preset--font-family--system) !important;
}

.has-crimson-pro-font-family {
    font-family: var(--wp--preset--font-family--crimson-pro) !important;
}

.has-dm-sans-font-family {
    font-family: var(--wp--preset--font-family--dm-sans) !important;
}

.has-ubuntu-font-family {
    font-family: var(--wp--preset--font-family--ubuntu) !important;
}

.has-serif-font-family {
    font-family: var(--wp--preset--font-family--serif) !important;
}

.has-monospace-font-family {
    font-family: var(--wp--preset--font-family--monospace) !important;
}

.wc-block-mini-cart__button {
    padding: 0px !important;
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link),
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) {
    padding: 0px !important;
}

.wc-block-components-quantity-selector {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 99px !important;
    padding: 2px !important;
    max-width: fit-content;
    display: inline-flex !important;
    align-items: center !important;
}

.wc-block-components-quantity-selector__button {
    background: transparent !important;
    border: none !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease !important;
}

.wc-block-components-quantity-selector__button:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.wc-block-components-quantity-selector__input {
    background: transparent !important;
    border: none !important;
    font-weight: 700 !important;
    width: 40px !important;
    text-align: center !important;
    font-family: var(--wp--preset--font-family--dm-sans) !important;
}

.wc-block-components-button:not(.is-outline),
.single_add_to_cart_button,
.add_to_cart_button,
.wc-block-cart__submit-button,
.wc-block-checkout__add-note-button,
.woocommerce-form-login__submit,
.woocommerce-Button,
.woocommerce #review_form #respond .form-submit button,
.woocommerce-address-fields .wp-element-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 99px !important;
    padding: 4px 4px 4px 30px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    font-family: var(--wp--preset--font-family--dm-sans) !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    border: 0px solid var(--wp--preset--color--transparent) !important;
    height: 100% !important;
    line-height: 1 !important;
    cursor: pointer !important;
    width: max-content !important;
    box-shadow: none !important;
    background: var(--wp--preset--gradient--primary-gradient) !important;

}

.wc-block-components-button::after,
.single_add_to_cart_button::after,
.wc-block-cart__submit-button::after,
.woocommerce-form-login__submit::after,
.woocommerce-Button::after,
.woocommerce #review_form #respond .form-submit button::after,
.woocommerce-address-fields .wp-element-button::after {
    content: "" !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--wp--preset--color--white) !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%234DBDE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='%234DBDE4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    margin-left: 20px !important;
}


.wc-block-components-button:hover,
.single_add_to_cart_button:hover,
.wc-block-cart__submit-button:hover,
.add_to_cart_button:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-Button:hover,
.woocommerce #review_form #respond .form-submit button:hover,
.woocommerce-address-fields .wp-element-button:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
}


.wc-block-mini-cart__footer-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button {
    width: max-content !important;
    justify-content: space-between !important;
    padding: 4px 4px 4px 24px !important;
    font-size: 1rem !important;
    height: 100% !important;
    margin: 0 !important;
    border-color: var(--wp--preset--color--transparent) !important;
    border-width: 0px !important;
    border-style: solid !important;
    box-shadow: none !important;
}

.wc-block-mini-cart__footer-actions .wc-block-components-button::after {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 0;
}


.wc-block-components-tabs {
    border: none !important;
}

.wc-block-components-tabs__item {
    background: transparent !important;
    border: none !important;
    color: #64748b !important;
    font-weight: 500 !important;
    font-family: var(--wp--preset--font-family--dm-sans) !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease !important;
    border-bottom: 2px solid transparent !important;
}

.wc-block-components-tabs__item--active {
    color: var(--wp--preset--color--primary) !important;
    border-bottom: 2px solid var(--wp--preset--color--primary) !important;
}

.wc-block-components-tabs__content {
    padding-top: 30px !important;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
}

.wc-block-components-quantity-selector__button {
    color: var(--wp--preset--color--primary) !important;
}

.wc-block-mini-cart__item-remove-button {
    color: #94a3b8 !important;
}

.wc-block-mini-cart__item-remove-button:hover {
    color: #ef4444 !important;
}

.wc-block-mini-cart__badge {
    background: var(--wp--preset--color--primary) !important;
    color: white !important;
}

.wc-block-mini-cart__footer-subtotal {
    font-family: var(--wp--preset--font-family--dm-sans) !important;
    font-weight: 700 !important;
}

.wc-block-mini-cart__badge {
    font-size: 16px !important;
}

.wc-block-components-drawer__close::after {
    display: none;
}

.wc-block-components-drawer__close {
    background-color: transparent !important;
    color: var(--wp--preset--color--primary) !important;
}

.wc-block-components-drawer__close-wrapper .wc-block-components-button:not(.is-outline) {
    background-color: var(--wp--preset--color--transparent) !important;
    color: var(--wp--preset--color--black) !important;
    height: auto !important;
}


.osteo-care-woocommerce-page {
    font-size: 1.0625rem !important;
}

.osteo-care-woocommerce-page h1,
.osteo-care-woocommerce-page h2,
.osteo-care-woocommerce-page h3,
.osteo-care-woocommerce-page .wp-block-heading {
    letter-spacing: -0.01em;
    /*     font-weight: 500; */
}

.osteo-care-woocommerce-page h1 {
    font-size: 2.4rem !important;
}

.osteo-care-woocommerce-page h2 {
    font-size: 1.85rem !important;
}

.osteo-care-woocommerce-page h3 {
    font-size: 1.45rem !important;
}

.osteo-care-woocommerce-page p {
    line-height: 1.6;
}

/* .osteo-care-product-grid {
    gap: 30px !important;
} */

.product-card-wrapper {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    overflow: hidden;
}

.product-card-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(116 116 116 / 12%);
    border-color: rgba(140, 132, 231, 0.1);
}

.product-card-wrapper .wp-block-woocommerce-product-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-card-wrapper .wp-block-woocommerce-product-image img {
    transition: transform 0.6s ease;
}

.product-card-wrapper:hover .wp-block-woocommerce-product-image img {
    transform: scale(1.05);
}

.product-card-wrapper .wp-block-woocommerce-product-title {
    margin-bottom: 5px !important;
    color: var(--wp--preset--color--contrast);
    font-size: 1.15rem !important;
    font-weight: 500;
}

.product-card-wrapper .wp-block-woocommerce-product-price {
    font-size: 1rem;
    margin-bottom: 12px !important;
    color: var(--wp--preset--color--primary);
    font-weight: 500;
}

.wp-block-woocommerce-single-product {
    padding-top: 40px !important;
}

.wp-block-woocommerce-single-product .wc-block-components-product-image {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: transform 0.3s ease;
}

.wp-block-woocommerce-single-product .wc-block-components-product-image img {
    border-radius: 30px;
}

.wp-block-woocommerce-single-product .wp-block-post-title {
    font-size: 2.5rem !important;
    /*     font-weight: 700 !important; */
    color: var(--wp--preset--color--contrast);
    line-height: 1.1;
    margin-bottom: 20px !important;
}


.wc-block-components-product-price {
    color: var(--wp--preset--color--primary) !important;
    font-size: 1.85rem !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px !important;
}

.osteo-care-price-label {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 5px;
    display: inline-block;
}

.wp-block-woocommerce-product-summary {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #64748b;
}

.wp-block-woocommerce-add-to-cart-form .variations {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.wp-block-woocommerce-add-to-cart-form .variations .label {
    width: 100px;
    padding: 15px 0;
    vertical-align: middle;
}

.wp-block-woocommerce-add-to-cart-form .variations label {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
}

.wp-block-woocommerce-add-to-cart-form .variations .value {
    padding: 10px 0;
    vertical-align: middle;
    display: flex !important;
}

.woocommerce div.product form.cart table.variations td select {
    min-width: 100%;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0px !important;
}

.wp-block-woocommerce-add-to-cart-form .variations select {
    display: none !important;
}

.osteo-care-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.variation-button {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--wp--preset--font-family--dm-sans);
    line-height: 1;
}

.variation-button:hover {
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
    background-color: #fff;
}

.variation-button.active {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(140, 132, 231, 0.2);
}

.osteo-care-reset-wrapper,
.reset_variations {
    display: none !important;
}

.woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 20px !important;
}

.wc-block-components-quantity-selector {
    display: inline-flex !important;
    align-items: center;
    background: #f1f5f9 !important;
    padding: 4px !important;
    border-radius: 16px !important;
    height: 54px !important;
    border: none !important;
}

.wc-block-components-quantity-selector__input {
    background: transparent !important;
    border: none !important;
    width: 50px !important;
    height: 100% !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    padding: 0 !important;
    color: var(--wp--preset--color--contrast);
    order: 2;
}

.wc-block-components-quantity-selector__button {
    background: #fff !important;
    color: var(--wp--preset--color--primary) !important;
    border: none !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    font-size: 1.2rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.wc-block-components-quantity-selector__button--minus {
    order: 1;
}

.wc-block-components-quantity-selector__button--plus {
    order: 3;
}

.wc-block-components-quantity-selector__button:hover {
    background: var(--wp--preset--color--primary) !important;
    color: #fff !important;
}

.single_add_to_cart_button {
    height: 54px !important;
}

/* .wp-block-woocommerce-product-meta {
    border-top: 1px solid #f1f5f9;
    padding-top: 30px;
    margin-top: 40px;
} */

.wp-block-woocommerce-product-meta .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wp-block-woocommerce-product-meta .wc-block-components-product-sku,
.wp-block-woocommerce-product-meta .taxonomy-product_cat,
.wp-block-woocommerce-product-meta .taxonomy-product_tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #64748b;
    font-family: var(--wp--preset--font-family--dm-sans);
}

.wp-block-woocommerce-product-meta .sku,
.wp-block-woocommerce-product-meta a {
    font-size: var(--wp--preset--font-size--small) !important;
    word-break: keep-all;
}


.wp-block-post-terms__prefix {
    font-weight: 600;
    color: #1e293b;
    min-width: 80px;
}

.wp-block-woocommerce-product-meta .sku,
.wp-block-woocommerce-product-meta a {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
    font-weight: 500;
}

.wp-block-woocommerce-product-meta a:hover {
    text-decoration: underline;
}

.wc-block-components-tabs,
.woocommerce-tabs {
    background: #fff;
    border-radius: 36px !important;
    padding: 16px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
    border: none !important;
}

.wc-block-components-tabs__list,
.woocommerce-tabs ul.tabs {
    background: #f8fafc !important;
    border-radius: 20px !important;
    padding: 6px !important;
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 25px !important;
    border: none !important;
    list-style: none !important;
    overflow: auto !important;
}

.wc-block-components-tabs__item,
.woocommerce-tabs ul.tabs li {
    border-radius: 14px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex: 1;
    text-align: center;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wc-block-components-tabs__item,
.woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 12px 24px !important;
    color: #64748b !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background: transparent !important;
}

.wc-block-components-tabs__item:hover,
.woocommerce-tabs ul.tabs li:hover a {
    color: var(--wp--preset--color--primary) !important;
}

.wc-block-components-tabs__item--active,
.woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(140, 132, 231, 0.12) !important;
}

.wc-block-components-tabs__item--active,
.woocommerce-tabs ul.tabs li.active a {
    color: var(--wp--preset--color--primary) !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 50%;
}

.wc-block-components-tabs__content,
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px 30px 30px !important;
    border: none !important;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #475569;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    margin-top: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce table.shop_attributes td p {
    padding: 8px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 20px;
}



.wp-block-heading em {
    color: var(--wp--preset--color--primary);
    font-style: italic;
}

.wp-block-woocommerce-single-product .cart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wp-block-woocommerce-single-product .quantity input {
    width: 60px !important;
    height: 54px !important;
    border-radius: 16px !important;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.single_add_to_cart_button::after {
    margin-right: 4px;
}

.woocommerce-cart-form,
.wc-block-cart__main,
.wc-block-checkout__main {
    background: #fff;
    border-radius: 24px;
}

.shop_table.cart {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.shop_table.cart thead th {
    border: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: #94a3b8;
    padding: 10px 20px;
}

.shop_table.cart tbody tr td {
    background: #f8fafc;
    border: none;
    padding: 20px;
}

.shop_table.cart tbody tr td:first-child {
    border-radius: 15px 0 0 15px;
}

.shop_table.cart tbody tr td:last-child {
    border-radius: 0 15px 15px 0;
}

.cart-collaterals .cart_totals {
    background: #f8fafc;
    padding: 30px;
    border-radius: 24px;
}

.cart_totals h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-family: var(--wp--preset--font-family--dm-sans) !important;
    transition: all 0.2s ease !important;
}

input:focus {
    border-color: var(--wp--preset--color--primary) !important;
    box-shadow: 0 0 0 3px rgba(140, 132, 231, 0.1) !important;
    outline: none !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e2e8f0;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 20px 20px;
    color: var(--wp--preset--color--contrast);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: var(--wp--preset--color--primary);
    color: #fff;
}

.wp-block-query-pagination {
    margin-top: 50px !important;
}

.wp-block-query-pagination .page-numbers {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #e2e8f0;
    color: var(--wp--preset--color--contrast);
    text-decoration: none;
    transition: all 0.2s ease;
}

.wp-block-query-pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers:hover {
    background: var(--wp--preset--color--primary);
    color: #fff;
    border-color: var(--wp--preset--color--primary);
}

.onsale {
    background: var(--wp--preset--color--primary) !important;
    font-weight: 700 !important;
    padding: 5px 15px !important;
    border-radius: 99px !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--wp--preset--color--primary) !important;
    background-color: #f8fafc !important;
    border-radius: 12px !important;
    padding: 20px 30px !important;
    border-left: none !important;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--wp--preset--color--primary) !important;
}


.wc-block-mini-cart__drawer {
    border-radius: 24px 0 0 24px !important;
}

.wc-block-mini-cart__footer {
    padding: 30px !important;
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
}

.wc-block-components-drawer__header {
    padding: 20px 30px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.wc-block-mini-cart__products-table {
    padding: 20px 30px !important;
}

.wc-block-components-product-name {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.wc-block-components-product-price {
    font-size: 0.95rem !important;
    color: var(--wp--preset--color--primary) !important;
}

@media (max-width: 768px) {
    .wp-block-woocommerce-single-product .wp-block-group {
        padding: 0px !important;
    }

    .shop_table.cart tbody tr td {
        padding: 15px;
    }

    .wc-block-components-tabs__content,
    .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 20px 0px 30px !important;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 0 0 !important;
}

.added_to_cart.wc_forward {
    margin-top: 0 !important;
}

.woocommerce-form-login .form-row {
    display: flex;
    flex-direction: column;
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link) .wc-block-customer-account__account-icon,
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) .wc-block-customer-account__account-icon,
.wc-block-mini-cart__button .wc-block-mini-cart__icon {
    height: 25px !important;
    width: 25px !important;
}

.site-footer {
    margin-top: 0 !important;
}

.wp-block-accordion .wp-block-accordion-item {
    box-shadow: 0px 0px 30px 4px #00000012;
    border-radius: 20px;
    padding: 30px;
}

.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transition: transform .2s ease-in-out;
    color: var(--wp--preset--color--primary);
    border: 2px solid;
    border-radius: 50%;
    font-weight: 500;
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    color: var(--wp--preset--color--white);
}

.wp-block-accordion .wp-block-accordion-item.is-open {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}

.wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none !important;
}

.wc-block-components-drawer__close::after {
    display: none !important;
}

.wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close {
    padding: 4px 4px 4px 4px !important;
    margin: 15px 15px 15px 15px !important;
}

.d-none {
    display: none;
}

/* COA SECTION */

.coa-section-wrapper {
    margin-top: 40px;
}

.coa-title {
    margin-bottom: 20px;
}

.coa-types,
.coa-dosages,
.coa-certificates {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.coa-type-btn,
.coa-dosage-btn {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.coa-type-btn.active,
.coa-dosage-btn.active {
    background: var(--wp--preset--color--primary);
    color: #fff;
}

.coa-pdf-btn {
    border: none;
    background: #f2f2f2;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.coa-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999999;
}

.coa-modal-inner {
    width: 90%;
    height: 90vh;
    background: #fff;
    margin: 2% auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.coa-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#coa-pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
}

body.coa-modal-open {
    overflow: hidden;
}


@media (min-width: 782px) {
    .product-detail-section-main {
        display: flex !important;
        align-items: flex-start !important;
        gap: 20px !important;
        flex-wrap: nowrap !important;
    }

    .product-detail-section-main .col-left {
        position: sticky !important;
        top: 110px !important;
    }
}

/* Sticky Cart */

.sticky-cart {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    box-sizing: border-box;
    transform: translateX(-50%);
    left: 50%;
    padding: 15px 30px;
    border-radius: 12px;
}

.sticky-cart .cart {
    display: flex !important;
}

.sticky-cart .cart .woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}

.sticky-cart .cart .single_variation_wrap {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.sticky-cart .cart .single_variation_wrap .woocommerce-variation.single_variation {
    margin-bottom: 0 !important;

}

.sticky-cart .cart .woocommerce-variation-price {
    display: flex;
    flex-direction: column-reverse;
}

.sticky-cart .cart .osteo-care-price-label {
    width: max-content;
    font-size: 14px !important;
    text-align: center;
}

.sticky-cart .cart .price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;

}

.sticky-cart-container {
    display: none;
}

@media (max-width:781px) {
    .flex-direction-column-reverse-mb {
        flex-direction: column-reverse !important;
    }
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-order-confirmation-totals__table a {
    text-decoration: none !important;
}