
.woocommerce .woocommerce-ordering {
    margin-bottom: 30px;
}

.woocommerce ul.products {

}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 0 2px #e5e5e5;
    transition: all 0.2s ease-in-out;
}


th.label {
    display: none;
}

.single td.value {
    display: block;
    width: 100%;
}

/* Old .value span width removed - was causing swatch shrinking */

.single label.variation-label {
    position: relative;
}

.variation-label span {
    position: absolute;
    right: 4px;
    color: #fff !important;
    z-index: 9;
    background: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 8px;
    padding: 2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    font-size: 15px !important;
    width: 75px;
    text-align: center;
} 

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 10px #e5e5e5;

} 

.woocommerce div.product div.images img {
     display: block;
    max-width: 100%;
    width: inherit;
    height: auto;
    box-shadow: none;
    margin: 40px auto;
}


.woocommerce ul.products li.product a img {
    height: 300px;
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
    transition: all 0.2s ease-in-out;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  
    color: #000;
    font-size: 26px;
    font-weight: normal;
}

.woocommerce ul.products li.product .price {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce ul.products li.product .product-action {
    opacity: 0;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 65px;
    padding: 0;

}

.woocommerce ul.products li.product:hover .product-action {
    opacity: 1;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce ul.products li.product .product-action .added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .product-action .product_type_simple,
.woocommerce ul.products li.product .product-action .add_to_cart_button {
    color: #666666;
    border: 0;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    font-size: 16px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce ul.products li.product .product-action .product_type_simple:hover,
.woocommerce ul.products li.product .product-action .add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .added_to_cart:hover {
    background-size: 102%;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    position: relative;
    top: 0;
    right: -5px;
}

.woocommerce-result-count {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.woocommerce-pagination {

}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 2em;
    margin-right: 10px;
    color: #fff;
    background: #cccccc;
    border-radius: 20px;
}

.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(--primary);
    color: #fff;
}

.sidebar-toggle-box #sidebar > ul {
    padding: 0;
}

.wcpf-field-color-list .wcpf-heading-label:after,
.wcpf-field-text-list .wcpf-heading-label:after,
.wcpf-field-box-list .wcpf-heading-label:after,
.wcpf-field-checkbox-list .wcpf-heading-label:after,
.wcpf-field-radio-list .wcpf-heading-label:after,
.wcpf-field-drop-down-list .wcpf-heading-label:after,
.wcpf-field-price-slider .wcpf-heading-label:after {
    content: '';
     background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.wcpf-field-color-list .wcpf-heading-label, .wcpf-field-text-list .wcpf-heading-label, .wcpf-field-box-list .wcpf-heading-label, .wcpf-field-checkbox-list .wcpf-heading-label, .wcpf-field-radio-list .wcpf-heading-label, .wcpf-field-drop-down-list .wcpf-heading-label, .wcpf-field-price-slider .wcpf-heading-label {
    color: var(--primary);
  
    font-size: 22px;
    text-transform: inherit;
    padding-top: 0;
    font-weight: normal;
}

.wcpf-front-element {
    margin-bottom: 50px;
}

.sidebar-toggle {
    display: none;
}

.wcpf-field-price-slider .priceSliderAmount {
    text-align: left;
}

.wcpf-field-price-slider .priceSliderAmount .price-text {
    display: none;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range,
.wcpf-field-price-slider .wcpf-price-slider .ui-widget-content {
    background-color: #7dd0f8;
}

.wcpf-field-price-slider .ui-slider-horizontal {
    height: 6px;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    background-color: var(--primary);
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {

    font-size: 21px;
    font-weight: 500;
    color: #666666;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-input-container {
    border: 0;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-input-container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 6px;
    width: 6px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #cecece;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item.checked > .wcpf-radio-item-inner > .wcpf-radio-label .wcpf-input-container::after {
    background: var(--primary);
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-title-container {
    color: #666666;
    /*font-weight: 500*/
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item-outter {
    margin-top: 8px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
    margin-top: 3px;
    height: 14px;
    width: 14px;
    display: inline-flex;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item-outter span {
    vertical-align: top;
    text-transform: uppercase;
}


.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    width: 72px;
    margin-right: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: inherit;
    right: 0;
    top: 0;
    font-size: 21px;
    background: #e05415;
    border-radius: 0 0 0 20px;
    padding: 15px 20px 15px 15px;
    display: flex;
    align-items: center;
    color: #fff !important;
}

form.woocommerce-product-search {
    display: flex;
    justify-content: center;
}

#woocommerce_product_search-3 input#woocommerce-product-search-field-0 {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    font-size: 14px;
    /* background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%); */
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 20px 0 0 20px;
}

.search-top-block #woocommerce_product_search-3 button {
    border: none;
    width: 120px;
    border-radius: 0px 20px 20px 0;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    font-size: 18px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.add_to_cart_button
 {
     margin: 20px 0 5px;
    background: transparent;
    border: 1px solid #88ac5d;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
    min-width: 150px;
    color: #000;
        line-height: 27px;
        padding: 10px 20px;
           text-decoration: none;
               transition: transform 0.7s ease, background-color 0.7s ease;
} 

.home .add_to_cart_button{ margin: 20px auto;
    background: transparent;
    border: 1px solid #88ac5d;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
    min-width: 150px;
    color: #000;
    line-height: 27px;
    padding: 12px 20px;
    text-decoration: none;
    transition: transform 0.7s ease, background-color 0.7s ease;
    clear: both;
    display: block;
    max-width: 140px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.add_to_cart_button:hover {
     background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color:#fff;
    opacity: 0.8;
    text-decoration: none;
     border: 1px solid rgb(224, 78, 21); 
         transition: transform 0.9s ease, background-color 0.9s ease;

}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    box-shadow: 0 0 10px #b5b1b1;
    border-radius: 10px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.woocommerce a.remove {
    color: #544747 !important;
}

.woocommerce a.remove:hover {
    color: #544747 !important;
    background: transparent;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 0;
    padding: 20px 0;
    background: transparent;
    font-size: 20px;
    color: #666666;
    font-weight: 500;
}

.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
    color: #666666;
    font-size: 18px;
    font-weight: 500
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    margin: 9px 0 0 8px;
    border: 3px solid #cccccc;
    border-radius: 50%;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.using-border.selected:after {
    margin: -4px 0 0 -3px;
}

.wcpf-field-radio-list .wcpf-product-counts, .wcpf-field-checkbox-list .wcpf-product-counts {
    margin-left: 50px;
    float: right;
}


.size-filter.wcpf-field-radio-list .wcpf-content {
    max-width: 140px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    display: block;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 18px;
    padding: 9px 20px;
}

.select2-container--default .select2-selection--single {
    height: 47px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 50px;
}

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

.woocommerce form .form-row label {
    line-height: 2;
    color: #222;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation {
    background-color: var(--primary);
    padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.woocommerce-MyAccount-navigation ul li {
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
}

.woocommerce-MyAccount-navigation ul li a i {
    margin-right: 10px;
    vertical-align: middle;
    top: -4px;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff;
    color: var(--primary);
}

.woocommerce-MyAccount-content {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 2px #e5e5e5;
    transition: all 0.2s ease-in-out;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 0;
    border-radius: 20px;
}

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

.woocommerce-account .addresses .title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.woocommerce-account .addresses .title h3 {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 150px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 20px;
    background: var(--primary);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--primary);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #bb2d49;
}

/* Add to Cart Button States */
.add_to_cart_button.loading {
    opacity: 0.7;
    pointer-events: none;
}

.add_to_cart_button.added {
    background: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: #fff !important;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    clear: both;
    width: 50%;
    display: block;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
 
    border-radius: 4px;
    border: 0;
    width: 40px;
    vertical-align: middle;
    border-width: 1px;
    border-color: rgb(226, 121, 24);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Bomstad Display';
    font-weight: 600;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
        background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 

.woocommerce .quantity .minus i, .woocommerce .quantity .plus i {
    vertical-align: middle;
    line-height: 25px;
}

.woocommerce .quantity .qty {
     text-align: center;
    border-radius: 4px;
    padding: 2px 0;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    border: none;
    width: 40px;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 34px;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce table.shop_table_responsive tr td a,
.woocommerce-page table.shop_table_responsive tr td a {
    text-decoration: none;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    line-height: normal;
}

.woocommerce ul.order_details {
    padding: 0 30px;
}

.woocommerce ul.order_details li {
    font-size: 14px;
    border-bottom: 1px dashed #d33455;
    margin-bottom: 14px;
    display: block;
    width: 100%;
    border-right: 0;
    text-align: left;
}

.woocommerce table.my_account_orders .button {
    font-size: 14px;
    color: #fff;
}

.woocommerce .f-hkids {
    font-family: "Happy Kids", sans-serif;
    line-height: 21px;
    margin-bottom: 15px;
}

.order-status {

    background: #d23554;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
 background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    border: 0;
    background-color: transparent;
    padding: 15px 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 17px;
    width: 100%;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 600;

}


.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
   background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    opacity: 0.8;
}


.single-product.woocommerce div.product .product_title {
     margin: 0;
    line-height: normal;
    font-size: 50px;
    font-weight: bold;
}



h4.featured-benefit-title {
    color: #1f2e4f;
    font-size: 90px;
    font-weight: 500;
    position: relative;
    top: -80px;
}

.product_benifit-block {
    border-radius: 19px;
    background-color: rgb(241, 251, 227);
    padding: 30px;
    margin-top: 70px;
    max-height: 180px;
    font-size: 16px;
}

.customer_review-section {
    border-radius: 33px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 60px;
    margin: 15px 0;
      transition: 0.2s all ease-in-out;
}

.customer_review-section:hover {
    transition: 0.5s all ease-in-out;
    transform: scale(1.05);
}

h4.customer-name {
    font-size: 22px;
    font-weight: bold;
}

span.customer-destination {
    font-size: 17px;
    font-weight: 600;
}

.customer_review_content_block p {
    font-size: 17px;
    margin: 10px 0;
    width: 90%;
}

.review-rating-image {
    margin-top: 15px;
    display: block;
}

button#loadMoreReviews {
    border: none;
    margin-top: 50px;
}



span.tag-title {
    color: #e15f16;
    font-size: 35px;
    font-weight: 600;
    margin-left: -25px;
}

.products-benifit-block {
    clear: both;
    padding:100px 0
}

.featured-benefit-block {
    position: relative;
    top: -75px;
}

.featured-benefit-block p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

div#primary {
    padding-top:140px;
    margin: 0px auto;
} 

.products.row {
    width: 100%;
    justify-content: center;
}

.image-content-block p {
    font-family: 'Bomstad Display';
}

.woocommerce-product-gallery .flex-viewport {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 20px;
    margin: 0 20px;
    border-radius: 27px;
    background-color: rgb(241, 251, 227); 
}


.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    height: 100vh;
    z-index: -1;
        background: #000000bd;
}

.woocommerce div.product div.images img {
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

/* Old thumbnail styles removed - using new styles in gallery section below */

.pswp__caption {
    display: none;
}

.pswp__bg {
    background: var(--primary);
}

.sab-product-title {
    margin-bottom: 125px;
}

.psd_heading {
    font-size: 3rem;
    line-height: normal;
}

.psd_subheading {
    color: #000;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.woocommerce-product-rating {
    margin: 20px 0;
    color: #ff97a4;
    font-size: 17px;
}

.woocommerce-product-rating i {
    margin-right: 3px
}

.woocommerce-product-rating i:last-child {
    margin-right: 0
}

.woocommerce span.onsale {
    position: absolute;
    border-radius: 0;
    padding: 10px 30px;
    margin-bottom: 10px;
    top: 0;
    right: 0;
    background: var(--primary);
    display: inline-block;
    min-width: auto;
    min-height: unset;
    line-height: 21px;
    width: 100px;
    left: inherit;
    margin: 0;
    font-size: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: bold;
    color: #000;
}

.woocommerce .f-hkids.single-pro-att-title {
    font-size: 3rem;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 20px;
}

#emb-design {
    float: left;
    position: relative;
}

#emb-design .swatch-toggle {
    width: 136px;
    float: left;
    background: #fff;
    border: 0;
    padding: 17px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 8px;
}


#emb-design .swatch-toggle.active,
#emb-design .swatch-toggle:hover {
    box-shadow: 0 -1px 20px rgb(211 52 85), 0 1px 3px rgb(211 52 85);

    /*box-shadow: 0 - 1 px 10 px rgb(0 0 0 / 10 %), 0 1 px 3 px rgb(0 0 0 / 10 %);*/

}

#emb-colors .swatch-toggle {
    height: 28px;
}


#emb-design .swatch-toggle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

.variations_button .phoen_minss:nth-child(odd) {
    background: rgb(211, 52, 85);
    background: -moz-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    background: -webkit-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    background: linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d33455", endColorstr="#ffffff", GradientType=1);
}

.variations_button .phoen_minss:nth-child(even) {
    background: rgb(211, 52, 85);
    background: -moz-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    background: -webkit-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    background: linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d33455", endColorstr="#ffffff", GradientType=1);
}

.woocommerce form .form-row.phoen_minss {
    position: relative;
    border-radius: 5px;
}

.woocommerce form .form-row.phoen_minss label {
    position: absolute;
    color: #fff;
    top: 8px;
    left: 20px;
    font-weight: normal;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.woocommerce form .form-row.phoen_minss.active label {
    opacity: 0;
}

.woocommerce form .form-row.phoen_minss .input-text.custom_field,
.woocommerce-page form .form-row.phoen_minss .input-text.custom_field {
    border: 0;
    color: #fff;
    font-weight: bold;
    background: transparent;
}

dl.variation {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 5px 17px;
    margin-top: 10px;
    border: 1px solid #d33455;
}

.mini_cart_item dl.variation {
    display: none;
}

#productTabs .accordion-item {
    border-radius: 35px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

#productTabs .accordion-button {
    background-color: #7dd0f8;
    color: #1f759f;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none !important;
}

#productTabs .accordion-button:not(.collapsed)::after,
#productTabs .accordion-button::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#productTabs .accordion-item:hover .accordion-button {
    color: #fff;
    background-color: #3c94be;
}
#productTabs .accordion-button.active {
    color: #fff;
    background-color: #3c94be;
    padding-top: 20px;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    color: #ffa0a4;
}

.woocommerce #reviews #comments ol.commentlist {
    margin-left: 0;
    padding: 0;
}

#review_form {
    background: #fff;
    box-shadow: 0 0 10px #d3bebe;
    border-radius: 10px;
    padding: 20px;
}

.woocommerce p.stars a {
    color: #ffa0a4;
}

#reply-title {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4302f;
    font-weight: 500;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #c9bdbd;
    padding: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .avatar {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 30px;
}

.woocommerce-review__author {
    color: #222;
    font-size: 15px;
}

#commentform label {
    display: block;
    color: #222;
    font-weight: 500;
}

#commentform input[type="text"],
#commentform input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #c9bdbd;
    padding: 8px;
    height: 42px;
}

#commentform .comment-form-cookies-consent {
    display: flex;
}

#commentform .comment-form-cookies-consent label {
    display: inline-block;
    margin-right: 15px;
}
#commentform .comment-form-cookies-consent input {
    display: inline-block;
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.product-price,
.product-subtotal{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.cart_totals   th,
.cart_totals   td{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.cart_totals   th{
    color: var(--primary);
}
 

.order_details .wc-item-meta{
    padding: 6px;
}
.thank-msg p{
    margin: 0;
}

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height:50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%; 
    display: block;
    content: "";


    -moz-animation: wooloader  1s infinite linear alternate;
    -webkit-animation: wooloader  1s infinite linear alternate;
    animation: wooloader 1s infinite linear alternate;
    background: url('../assets/loader.png') center center ;
    background-size: 50px;
    background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

@keyframes wooloader {
                       0%{  transform: scale(0.9 );}
                       50%{  transform: scale(1.3 );}
                       100%{  transform: scale(0.9 );}
}


ul.single-products-details {
    list-style: none;
    padding: 0;
    font-size: 20px;
    color: #000;
    font-weight: 6;
}

.single span.list-icons {
    color: #256927;
    font-size: 35px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -14px;
}

.single-products-details li {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: 600;
}

.woocommerce-product-details__short-description {
    width: 74%;
    font-size: 18px;
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 30px;
}

h2.product-subheading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single p.price {
    display: none;
}

h1.product_title.entry-title {
    line-height: 0;
}

.product-rating {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
} 

span.rating-class {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

span.posted_in {
    display: none !important;
}


/*.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    max-width: 90%;
    margin: 0px auto;
}
*/

.single-products-featured-details {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Bomstad Display';
    font-weight: 600;
    font-size: 17px;
    align-items: center;
    margin-top:50px;
} 

.featured-list-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.products-featured-lists {
    text-align: center;
    width: 25%;
}


small.wcsatt-sub-options {
    display: none !important;
}

.price del {
    display: none;
}
.price br {
    display: none;
} 

/* Old swatch styles removed - using new dynamic pricing styles below */ 

ul.wcsatt-options-prompt-radios {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

li.wcsatt-options-prompt-radio {margin-right: 20px !important;}




.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
    max-width: 96%;

}


.wcsatt-options-prompt-action {
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
} 

.wcsatt-options-prompt-label {
    width: 100%;
}

.wcsatt-options-prompt-radio {
    width: 50%;
}

.wcsatt-options-prompt-action {
    width: 80%;
}

.wcsatt-options-prompt-radios{
  list-style:none;
}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-radio{
position:relative;
}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input{
   position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input ~ .wcsatt-options-prompt-action:after{
content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    transition: background-color 0.25s ease;
    border-radius: 20px;
    border: 4px solid #eee;
}
 .wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action:before{
     content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    height: 25px;
    width: 25px;
    transition: background-color 0.25s ease;
    border-radius: 20px;
    border: 4px solid #7ebb38;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action:after{
    content: "";
    position: absolute;
    left: 17px;
    background: url(../images/radio_checked.png);
    top: 22px;
    width: 30px;
    height: 30px;
    transition: opacity 0.25s ease;
    background-size: contain;
    background-color: #7ebb38;
    background-repeat: no-repeat;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action{
  padding-left:60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #de6417;
    border-radius: 10px;
}

.wcsatt-options-prompt-action-input:checked {
    background: #7ebb38;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    appearance: none;
    border-radius: 20px;
    color: #fff;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action{
    color: #fff;
    border: 1px solid transparent;
}

.wcsatt-options-prompt-action{
      border: 1px solid #e05715;
     border-radius: 20px;
}
.wcsatt-options-prompt-action:hover{
    background: #7ebb38;
    color: #fff;
     border: 1px solid transparent;

}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action span{
    color: #fff !important;
}

.wcsatt-options-prompt-action:hover span.price.subscription-price {
    color: #fff !important;
}



.wcsatt-options-prompt-action {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    height: 120px;
    width: 100%;
} 


.reset_variations {
    display: none !important;
}

.single del span.woocommerce-Price-amount.amount {
    display: none;
}

.added_to_cart.wc-forward {
    display: block;
    border: none;
    background: #e9b05e;
    opacity: 1;
    text-decoration: none;
    color: #fff;
      padding: 7px;
    width: 130px;
    margin: 0px auto;
    border-radius: 20px;
    font-size: 15px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
}

span.onsale {
    display: none !important;
}

span.sku_wrapper {
    display: none !important;
}

.woocommerce-mini-cart__buttons a.button.wc-forward {
     padding: 10px 20px;
    text-align: center;
}  

.wc-block-cart__submit-container {
    margin: 20px 0;
}

a.wc-block-components-product-name {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.wc-block-cart-item__prices {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 10px auto;
}

p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}

h2.wp-block-heading.has-text-align-center {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
} 

.wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 33% !important;
    flex: 0 0 33% !important;
}

.wc-block-grid__product-onsale {
    display: none !important;
}

a.wc-block-grid__product-link {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

.wc-block-grid__product-price.price {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 16px;
}

.woocommerce-variation-price {
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px!important;
}



/* Old swatch inner styles removed - using new dynamic pricing styles */ 


.bionutiy-product-attribute-descriptions {
    position: relative;
}

.bionutiy-product-attribute-descriptions li {
    position: absolute;
    list-style: none;
    z-index: 1;
    color: #fff;
    width: 80px;
    height: 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    top: 10px;
    cursor: pointer;
} 

li.product_dec3-bottles {
    left: 290px; 
} 

li.product_dec6-bottles {
    right: 20px;
} 

/*div[data-slug="6-bottles"]:after {
    color: #fff;
    content: '(30% off)';
    position: absolute;
    width: 80px;
    height: 29px;
    right: 8px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
}
div[data-slug="3-bottles"]:after {
    color: #fff;
    content: '(15% off)';
    position: absolute;
    width: 80px;
    height: 29px;
    right: 8px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
}*/

.single a.remove.remove_from_cart_button {
    display: none !important;
}


select.wcsatt-options-product-dropdown {
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 14px;
    width: 100%;
    border-radius: 12px;
}

span.wcsatt-options-product-dropdown-label {
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.woocommerce-variation.single_variation {
    position: relative;  
}


.woocommerce-variation-price span.price {
    color: #fff !important;
    z-index: 9;
    background: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 8px;
    padding: 8px 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    font-size: 29px !important;
} 


.wcsatt-add-to-subscription-wrapper.closed.active {
    position: absolute;
    top: 35px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    position: relative;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}


.shoping-btn {
    display: block;
    margin-top: 30px;
}

.shop .woocommerce-message {
    display: none;
}

/* ============================================
   ENHANCED CART DRAWER STYLES
   ============================================ */

#miniCart {
    border: none;
}

#miniCart .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#miniCart .offcanvas-header {
    border-bottom: 2px solid #f0f0f0;
    padding: 18px 24px;
    background: #fff;
}

#miniCart #miniCartLabel {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1f2e4f;
}

#miniCart .btn-close {
    opacity: 0.6;
}

#miniCart .btn-close:hover {
    opacity: 1;
}

.bionutriy-mini-cart {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Free Shipping Progress Bar */
.cart-shipping-progress {
    background: linear-gradient(135deg, #f8fdf5 0%, #e8f5e0 100%);
    padding: 18px 32px;
    border-bottom: 2px solid #e8f0e0;
    margin: 0;
}

.shipping-progress-message {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
}

.shipping-progress-message i {
    font-size: 20px;
    color: #e04e15;
}

.shipping-progress-message.success i {
    color: #2e7d32;
}

.shipping-progress-message strong {
    color: #1f2e4f;
}

.shipping-progress-bar-wrapper {
    background: #d0d0d0;
    border-radius: 12px;
    height: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.shipping-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #e04e15 0%, #e09c1a 50%, #88ac5d 100%);
    border-radius: 12px;
    transition: width 0.5s ease;
    position: relative;
}

.shipping-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.4) 50%,
        transparent 100%
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.shipping-progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    color: #555;
    font-weight: 600;
}

/* Cart Items List */
.bionutriy-mini-cart .woocommerce-mini-cart {
    flex: 1;
    overflow-y: auto;
    padding: 5px 10px;
    margin: 0;
    list-style: none;
    background: #fafafa;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    padding: 5px 10px;
}

.bionutriy-mini-cart .woocommerce-mini-cart-item {
    display: block;
    padding: 0;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.bionutriy-mini-cart .woocommerce-mini-cart-item:last-child {
    margin-bottom: 0;
}

/* Hide old remove link */
.bionutriy-mini-cart .woocommerce-mini-cart-item > a.remove {
    display: none !important;
}

/* New mini cart item structure */
.mini-cart-item-inner {
    display: flex;
    padding: 16px;
    gap: 14px;
}

.mini-cart-item-image {
    flex-shrink: 0;
}

.mini-cart-item-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
}

.mini-cart-item-details {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mini-cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.mini-cart-item-name {
    color: #1f2e4f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    flex: 1;
}

.mini-cart-item-name:hover {
    color: #e04e15;
}

/* Delete Button */
.mini-cart-remove-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5f5;
    color: #dc3545;
    border: 1px solid #ffe0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}

.mini-cart-remove-btn:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.mini-cart-remove-btn i {
    font-size: 12px;
}

/* Price display */
.mini-cart-item-price {
    font-size: 13px;
    color: #666;
}

.mini-cart-item-price .price {
    font-weight: 600;
    color: #2e7d32;
}

/* Package Selector in Mini Cart */
.mini-cart-package-selector {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed #e0e0e0;
}

.package-options {
    display: flex;
    gap: 8px;
}

.package-option {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    background: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 0;
}

.package-option:hover {
    border-color: #1f2e4f;
    background: #fff;
}

.package-option.active {
    background: #1f2e4f;
    border-color: #1f2e4f;
    color: #fff;
}

.package-option .option-qty {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.package-option .option-price {
    font-size: 9px;
    margin-top: 3px;
    opacity: 0.7;
    white-space: nowrap;
}

.package-option.active .option-qty,
.package-option.active .option-price {
    color: #fff;
}

.package-option.active .option-price {
    opacity: 0.85;
}

/* Loading state for package option */
.package-option.loading {
    opacity: 0.6;
    pointer-events: none;
}

.package-option.loading::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    position: absolute;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Old styles kept for backwards compatibility */
.bionutriy-mini-cart .woocommerce-mini-cart-item > a:not(.remove) {
    display: none;
}

.bionutriy-mini-cart .woocommerce-mini-cart-item > .quantity {
    display: none;
}

/* Cart Total */
.bionutriy-mini-cart .woocommerce-mini-cart__total {
    padding: 20px 20px;
    margin: 0;
    margin-top: 10px;
    background: #fff;
    border-top: 2px solid #f0f0f0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    padding: 20px 20px;
    border-top: 0;
    background: transparent;
}

.bionutriy-mini-cart .woocommerce-mini-cart__total strong {
    color: #1f2e4f;
    font-size: 17px;
}

.bionutriy-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #2e7d32;
}

/* Cart Buttons */
.bionutriy-mini-cart .woocommerce-mini-cart__buttons {
    padding: 20px 32px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    border-top: 1px solid #eee;
}

.bionutriy-mini-cart .woocommerce-mini-cart__buttons .button {
    display: block;
    width: 100%;
    padding: 16px 24px;
    text-align: center;
    border-radius: 50px;
    font-family: 'Bomstad Display', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0;
}

.bionutriy-mini-cart .woocommerce-mini-cart__buttons .button.wc-forward:first-child {
    background: #fff;
    border: 2px solid #1f2e4f;
    color: #1f2e4f;
}

.bionutriy-mini-cart .woocommerce-mini-cart__buttons .button.wc-forward:first-child:hover {
    background: #1f2e4f;
    color: #fff;
}

.bionutriy-mini-cart .woocommerce-mini-cart__buttons .button.checkout {
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    border: none;
    color: #fff;
}

.bionutriy-mini-cart .woocommerce-mini-cart__buttons .button.checkout:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(224, 78, 21, 0.35);
}

/* Empty Cart Message */
.bionutriy-mini-cart .woocommerce-mini-cart__empty-message {
    padding: 50px 24px;
    text-align: center;
    color: #888;
    font-size: 16px;
}

/* ============================================
   CART UPSELLS SECTION
   ============================================ */

.cart-upsells {
    background: #f5f5f5;
    padding: 20px 32px;
    border-top: 2px solid #e8e8e8;
}

.cart-upsells-title {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1f2e4f;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-upsells-title i {
    color: #e04e15;
    font-size: 18px;
}

.cart-upsells-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upsell-product-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.upsell-product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: #ddd;
}

.upsell-product-image {
    flex-shrink: 0;
}

.upsell-product-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
}

.upsell-product-info {
    flex: 1;
    min-width: 0;
}

.upsell-product-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f2e4f;
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 4px;
}

.upsell-product-name:hover {
    color: #e04e15;
}

.upsell-product-price {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
}

.upsell-product-price del {
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}

.upsell-product-action {
    flex-shrink: 0;
}

.upsell-add-to-cart {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    font-size: 18px;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    color: #fff;
}

.upsell-add-to-cart:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 16px rgba(224, 78, 21, 0.4);
}

.upsell-add-to-cart.loading {
    pointer-events: none;
    opacity: 0.7;
}

.upsell-add-to-cart.added {
    background: #2e7d32;
}

/* Cart Drawer Width */
@media (min-width: 576px) {
    #miniCart {
        width: 420px !important;
    }
}

@media (max-width: 575px) {
    #miniCart {
        width: 100% !important;
    }
    
    #miniCart .offcanvas-header {
        padding: 16px 20px;
    }
    
    .cart-shipping-progress {
        padding: 16px 20px;
    }
    
    .shipping-progress-message {
        font-size: 13px;
    }
    
    .bionutriy-mini-cart .woocommerce-mini-cart {
        padding: 14px 16px;
    }
    
    .mini-cart-item-inner {
        padding: 12px;
    }
    
    .mini-cart-item-image img {
        width: 60px;
        height: 60px;
    }
    
    .mini-cart-item-name {
        font-size: 13px;
    }
    
    .package-option {
        padding: 6px 4px;
    }
    
    .package-option .option-qty {
        font-size: 12px;
    }
    
    .package-option .option-price {
        font-size: 9px;
    }
    
    .bionutriy-mini-cart .woocommerce-mini-cart__total,
    .bionutriy-mini-cart .woocommerce-mini-cart__buttons {
        padding: 14px 16px;
    }
    
    .cart-upsells {
        padding: 18px 20px;
    }
    
    .upsell-product-card {
        padding: 12px;
    }
    
    .upsell-product-image img {
        width: 52px;
        height: 52px;
    }
    
    .upsell-product-name {
        font-size: 14px;
    }
    
    .upsell-add-to-cart {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ============================================
   DYNAMIC PRICING FOR VARIATION SWATCHES
   ============================================ */

/* ============================================
   CFVSW SWATCHES - DYNAMIC PRICING STYLES
   ============================================ */

/* Ensure variations table cell takes full width */
.woocommerce div.product form.cart table.variations,
.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr,
.woocommerce div.product form.cart table.variations td {
    display: block !important;
    width: 100% !important;
}

.woocommerce div.product form.cart table.variations td.value {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Force container to use flexbox layout */
.woocommerce div.product form.cart .cfvsw-swatches-container,
.cfvsw-swatches-container.cfvsw-product-container,
.cfvsw-swatches-container,
td.value .cfvsw-swatches-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
    justify-content: flex-start !important;
}

/* Force each swatch option to be 1/3 width */
.woocommerce div.product form.cart .cfvsw-swatches-option,
.cfvsw-swatches-option.cfvsw-label-option,
.cfvsw-swatches-option,
td.value .cfvsw-swatches-option {
    position: relative !important;
    flex: 1 1 calc(33.33% - 10px) !important;
    min-width: calc(33.33% - 10px) !important;
    max-width: calc(33.33% - 10px) !important;
    width: calc(33.33% - 10px) !important;
    padding: 16px 14px !important;
    border-radius: 14px !important;
    border: 2px solid #e0e0e0 !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.cfvsw-swatches-option:hover {
    border-color: #1f2e4f !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    background: #fff !important;
}

/* Swatch inner content */
.cfvsw-swatches-option .cfvsw-swatch-inner,
.cfvsw-swatch-inner,
td.value .cfvsw-swatch-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px !important;
    padding: 0 !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Variation name text */
.cfvsw-swatches-option .cfvsw-swatch-inner > span:first-child {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1f2e4f !important;
    margin-bottom: 4px !important;
    width: auto !important;
}

/* Dynamic Pricing Info Container */
.dynamic-pricing-info {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e0e0e0;
    width: 100%;
    text-align: center;
}

.dynamic-pricing-info .price-per-bottle {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1f2e4f !important;
    display: block;
    line-height: 1.2;
}

.dynamic-pricing-info .price-per-bottle small {
    font-size: 11px;
    font-weight: 500;
    color: #888;
}

.dynamic-pricing-info .price-total-row {
    margin-top: 6px;
    font-size: 12px;
}

.dynamic-pricing-info .original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 4px;
    font-size: 11px;
}

.dynamic-pricing-info .sale-price {
    font-weight: 700;
    color: #2e7d32;
    font-size: 13px;
}

/* Discount Badge */
.dynamic-discount-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
    margin-top: 8px !important;
    width: fit-content !important;
}

/* Best Value Badge */
.dynamic-best-value-badge {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #2e7d32 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.4) !important;
}

/* Best Value Card State */
.cfvsw-swatches-option.is-best-value {
    border-color: #2e7d32 !important;
    border-width: 2px !important;
    background: linear-gradient(180deg, #e8f5e9 0%, #fff 100%) !important;
}

/* Selected State */
.cfvsw-swatches-option.cfvsw-selected-swatch {
    background: #1f2e4f !important;
    border-color: #1f2e4f !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(31, 46, 79, 0.3) !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner > span:first-child,
.cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner span {
    color: #fff !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-pricing-info {
    border-top-color: rgba(255,255,255,0.2);
}

.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-pricing-info .price-per-bottle,
.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-pricing-info .price-per-bottle small,
.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-pricing-info .sale-price {
    color: #fff !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-pricing-info .original-price {
    color: rgba(255,255,255,0.5) !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch .dynamic-discount-badge {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

/* Selected Best Value State */
.cfvsw-swatches-option.cfvsw-selected-swatch.is-best-value {
    background: #2e7d32 !important;
    border-color: #2e7d32 !important;
    box-shadow: 0 4px 16px rgba(46, 125, 50, 0.4) !important;
}

.cfvsw-swatches-option.cfvsw-selected-swatch.is-best-value .dynamic-best-value-badge {
    background: #fff !important;
    color: #2e7d32 !important;
}

/* Fallback Radio Button Styles */
.variation-option-wrapper {
    display: inline-block;
    margin: 5px;
}

.variation-option-wrapper input[type="radio"] {
    display: none;
}

.variation-option-wrapper .variation-label {
    display: block;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    min-width: 140px;
}

.variation-option-wrapper .variation-label:hover {
    border-color: #1f2e4f;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.variation-option-wrapper input[type="radio"]:checked + .variation-label {
    background: #1f2e4f;
    border-color: #1f2e4f;
    color: #fff;
}

.variation-option-wrapper input[type="radio"]:checked + .variation-label .variation-name,
.variation-option-wrapper input[type="radio"]:checked + .variation-label .price-per-bottle,
.variation-option-wrapper input[type="radio"]:checked + .variation-label .sale-price {
    color: #fff !important;
}

.variation-option-wrapper .variation-label.best-value {
    border-color: #2e7d32;
    background: linear-gradient(180deg, #f1f8e9 0%, #fff 100%);
}

.variation-option-wrapper input[type="radio"]:checked + .variation-label.best-value {
    background: #2e7d32;
    border-color: #2e7d32;
}

.variation-label-content .variation-name {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #1f2e4f;
    margin-bottom: 8px;
}

.variation-label-content .discount-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 8px;
}

.variation-label-content .best-value-badge {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 15px;
    margin-top: 4px;
    margin-left: 4px;
}

/* ============================================
   TRUST BADGES SECTION (Below Add to Cart)
   ============================================ */

.trust-badges-section {
    margin: 30px 0 15px;
    padding: 20px;
    background: linear-gradient(135deg, #f8faf5 0%, #f0f5eb 100%);
    border-radius: 14px;
    border: 1px solid #e0e8d6;
}

.trust-badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.trust-badge:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border-color: #88ac5d;
    transform: translateY(-2px);
}

.trust-badge-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #88ac5d 0%, #6b9b37 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(136, 172, 93, 0.3);
}

.trust-badge-icon i {
    color: #fff;
    font-size: 16px;
}

.trust-badge-content {
    display: flex;
    flex-direction: column;
}

.trust-badge-title {
    font-weight: 700;
    font-size: 13px;
    color: #1f2e4f;
    line-height: 1.2;
}

.trust-badge-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.3;
    margin-top: 1px;
}

/* ============================================
   INGREDIENT CARDS SECTION
   ============================================ */

.ingredient-cards-section {
    background: linear-gradient(180deg, #88ac5d 0%, #6b9b37 100%);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.ingredient-cards-section .heading-common-title {
    color: #fff;
}

.ingredient-cards-section .section-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-bottom: 40px;
}

.ingredient-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.ingredient-card {
    perspective: 1000px;
    height: 280px;
    position: relative;
}

.ingredient-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.ingredient-card:hover .ingredient-card-inner {
    transform: rotateY(180deg);
}

.ingredient-card-front,
.ingredient-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ingredient-card-front {
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.ingredient-card-back {
    background: linear-gradient(135deg, #1f2e4f 0%, #2c3e50 100%);
    color: #fff;
    transform: rotateY(180deg);
}

.ingredient-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingredient-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ingredient-name {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1f2e4f;
    margin: 0 0 8px 0;
}

.ingredient-card-back .ingredient-name {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

.ingredient-subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.dosage-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-top: 12px;
}

.ingredient-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    flex: 1;
    overflow-y: auto;
}

.ingredient-description p {
    margin: 0;
}

.ingredient-hover-hint {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    opacity: 0.6;
}

/* ============================================
   CUSTOMER REVIEWS CAROUSEL
   ============================================ */

.customer-review-block .customer-reviews-carousel {
    margin-top: 30px;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.review-stars {
    color: #f5a623;
    font-size: 14px;
}

.review-stars i {
    margin-right: 2px;
}

.verified-badge {
    font-size: 11px;
    color: #2e7d32;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.verified-badge i {
    font-size: 12px;
}

.review-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.review-content p {
    margin: 0;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-avatar.author-initials {
    background: linear-gradient(135deg, #88ac5d 0%, #6b9b37 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.author-info {
    flex: 1;
}

.author-name {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1f2e4f;
    margin: 0 0 2px 0;
}

.author-title {
    font-size: 12px;
    color: #888;
}

/* Owl Carousel Styles for Reviews */
.customer-reviews-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 10px;
}

.customer-reviews-carousel.owl-carousel .owl-nav button {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.customer-reviews-carousel.owl-carousel .owl-nav button:hover {
    background: #1f2e4f !important;
    color: #fff;
}

.customer-reviews-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.customer-reviews-carousel.owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

.customer-reviews-carousel.owl-carousel .owl-nav button i {
    font-size: 18px;
    color: #1f2e4f;
}

.customer-reviews-carousel.owl-carousel .owl-nav button:hover i {
    color: #fff;
}

.customer-reviews-carousel.owl-carousel .owl-dots {
    margin-top: 24px;
    text-align: center;
}

.customer-reviews-carousel.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.customer-reviews-carousel.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.customer-reviews-carousel.owl-carousel .owl-dot.active span {
    background: #88ac5d;
    transform: scale(1.2);
}

/* ============================================
   PRODUCT GALLERY IMPROVEMENTS
   ============================================ */

.woocommerce div.product div.images {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: relative;
}

.woocommerce div.product div.images .flex-viewport {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 16px !important;
    padding: 10px 0 !important;
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
    overflow: visible !important;
    position: static !important;
    float: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 2px solid #eee !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    float: none !important;
    background: #fff !important;
    padding: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover {
    border-color: #1f2e4f !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: #88ac5d !important;
    box-shadow: 0 2px 8px rgba(136, 172, 93, 0.3) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #f8f8f8 !important;
    padding: 4px !important;
    opacity: 1 !important;
}

/* Hide zoom trigger */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Photoswipe lightbox hide */
.pswp {
    display: none !important;
}

/* FlexSlider Navigation Arrows */
.woocommerce div.product div.images .flex-direction-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.woocommerce div.product div.images .flex-direction-nav li {
    position: absolute;
    pointer-events: auto;
}

.woocommerce div.product div.images .flex-direction-nav li:first-child {
    left: 12px;
}

.woocommerce div.product div.images .flex-direction-nav li:last-child {
    right: 12px;
}

.woocommerce div.product div.images .flex-direction-nav a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 44px;
    height: 44px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
    color: #1f2e4f;
    font-size: 0;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.woocommerce div.product div.images .flex-direction-nav a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce div.product div.images .flex-direction-nav a.flex-prev::before {
    content: '\f053';
}

.woocommerce div.product div.images .flex-direction-nav a.flex-next::before {
    content: '\f054';
}

.woocommerce div.product div.images .flex-direction-nav a:hover {
    background: #1f2e4f !important;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(31, 46, 79, 0.3);
}

.woocommerce div.product div.images .flex-direction-nav a:hover::before {
    color: #fff;
}

/* Disable image links/lightbox */
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    pointer-events: auto;
}

/* ============================================
   PACKAGE SELECTOR CARDS
   ============================================ */

.package-selector-wrapper {
    margin: 20px 0 25px;
    width: 100%;
}

.package-cards {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.package-card {
    flex: 1;
    position: relative;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 15px 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: visible;
}

.package-card:hover {
    border-color: #1f2e4f;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.package-card.selected {
    background: #1f2e4f;
    border-color: #1f2e4f;
    box-shadow: 0 4px 20px rgba(31, 46, 79, 0.3);
}

/* Best Value Card */
.package-card.best-value {
    border-color: #2e7d32;
    border-width: 2px;
}

.package-card.best-value.selected {
    background: #2e7d32;
    border-color: #2e7d32;
}

/* Best Value Ribbon */
.best-value-ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.4);
}

.best-value-ribbon span {
    position: static;
    background: none;
    color: #fff;
    font-size: 10px;
    width: auto;
    padding: 0;
    text-shadow: none;
}

/* Package Card Content */
.package-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.package-title {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1f2e4f;
    margin: 0 0 4px 0;
}

.package-card.selected .package-title {
    color: #fff;
}

/* Per-unit Price */
.package-price-per-unit {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.package-price-per-unit .price-amount {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #1f2e4f;
    line-height: 1;
}

.package-price-per-unit .price-suffix {
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.package-card.selected .package-price-per-unit .price-amount {
    color: #fff;
}

.package-card.selected .package-price-per-unit .price-suffix {
    color: rgba(255, 255, 255, 0.7);
}

/* Total Row */
.package-total-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
}

.package-total-row .original-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.package-total-row .sale-price {
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
}

.package-card.selected .package-total-row .original-price {
    color: rgba(255, 255, 255, 0.5);
}

.package-card.selected .package-total-row .sale-price {
    color: #90EE90;
}

.package-card.best-value.selected .package-total-row .sale-price {
    color: #fff;
}

/* Save Badge */
.save-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1f2e4f 0%, #2c3e50 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.package-card.selected .save-badge {
    background: rgba(255, 255, 255, 0.2);
}

.package-card.best-value .save-badge {
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
}

.package-card.best-value.selected .save-badge {
    background: rgba(255, 255, 255, 0.25);
}

/* Total Price Display */
.package-total-display {
    display: inline-block;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    padding: 12px 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.package-total-display .total-price-value {
    font-family: 'Bomstad Display', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Hide default variations table visually but keep it functional */
.woocommerce div.product form.cart .package-selector-wrapper table.variations {
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Hide any CFVSW swatches that might appear */
.woocommerce div.product form.cart .package-selector-wrapper .cfvsw-swatches-container {
    display: none !important;
}

/* Quantity and Add to Cart row */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

/* Styled Quantity Buttons */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #e27918;
    background: #fff;
    color: #e27918;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    border-color: #e04e15;
    color: #fff;
}

.woocommerce .quantity .qty {
    width: 50px;
    height: 44px;
    text-align: center;
    font-family: 'Bomstad Display', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1f2e4f;
    border: none;
    background: transparent;
    padding: 0;
}

/* Add to Cart Button */
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    background: linear-gradient(135deg, #e04e15 0%, #e09c1a 100%);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(224, 78, 21, 0.4);
}

/* Hide variation price display (we show it in package cards) */
.woocommerce-variation-price {
    display: none !important;
}

/* Hide the custom total price that was added by old JS */
#custom-total-price {
    display: none !important;
}

/* Package selector responsive */
@media (max-width: 768px) {
    .package-cards {
        flex-direction: column;
        gap: 15px;
    }
    
    .package-card {
        padding: 18px 15px 16px;
    }
    
    .package-card.best-value {
        order: -1;
    }
    
    .package-price-per-unit .price-amount {
        font-size: 24px;
    }
    
    .package-total-display {
        display: block;
        text-align: center;
    }
    
    .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
        flex-direction: column;
        align-items: stretch;
    }
    
    .woocommerce div.product form.cart div.quantity {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .package-price-per-unit .price-amount {
        font-size: 22px;
    }
    
    .package-title {
        font-size: 15px;
    }
    
    .best-value-ribbon {
        font-size: 9px;
        padding: 4px 10px;
    }
}