.woocommerce {
    font-family: var(--theme2-font-primary);
}

.woocommerce form .form-row label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: var(--theme2-font-size-sm);
    font-weight: 500;
    color: var(--theme2-dark-gray);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100%;
    padding: 0.875rem;
    font-size: var(--theme2-font-size-base);
    font-family: var(--theme2-font-primary);
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    background-color: var(--theme2-white);
    transition: var(--theme2-transition-fast);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    outline: none;
    border-color: var(--theme2-primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce a.button.alt {
    display: inline-block;
    padding: 0.875rem 2rem;
    font-size: var(--theme2-font-size-sm);
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: var(--theme2-border-radius);
    cursor: pointer;
    transition: var(--theme2-transition);
    font-family: var(--theme2-font-primary);
    background-color: var(--theme2-primary);
    color: var(--theme2-white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover {
    background-color: var(--theme2-primary-dark);
    color: var(--theme2-white);
    transform: translateY(-2px);
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--theme2-dark-gray);
    color: var(--theme2-white);
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--theme2-text-gray);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    padding: 1.25rem 1.5rem 1.25rem 3.5rem;
    margin-bottom: 2rem;
    border-radius: var(--theme2-border-radius);
    border-left: 4px solid var(--theme2-primary);
    border-top: 1px solid var(--theme2-primary);
    border-right: 1px solid var(--theme2-primary);
    border-bottom: 1px solid var(--theme2-primary);
    background-color: var(--theme2-lighter-gray);
    position: relative;
}

.woocommerce .woocommerce-message {
    border-left-color: #10B981;
    border-top-color: #10B981;
    border-right-color: #10B981;
    border-bottom-color: #10B981;
}

.woocommerce .woocommerce-error {
    border-left-color: #EF4444;
    border-top-color: #EF4444;
    border-right-color: #EF4444;
    border-bottom-color: #EF4444;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before {
    color: var(--theme2-primary);
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .woocommerce-error::before {
    color: #EF4444;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1.25rem 1.5rem 1.25rem 3.5rem !important;
    margin-bottom: 2rem !important;
    border-radius: var(--theme2-border-radius) !important;
    border: 1px solid var(--theme2-primary) !important;
    border-left: 4px solid var(--theme2-primary) !important;
    background-color: var(--theme2-lighter-gray) !important;
    position: relative !important;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    position: absolute !important;
    left: 1.25rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
}

.woocommerce .woocommerce-message > * ,
.woocommerce .woocommerce-error > *,
.woocommerce .woocommerce-info > * {
    margin: 0 !important;
    line-height: 1.6 !important;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    margin-left: auto !important;
    white-space: nowrap !important;
}

.woocommerce .woocommerce-message > *:last-child,
.woocommerce .woocommerce-error > *:last-child,
.woocommerce .woocommerce-info > *:last-child {
    margin-left: auto !important;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce ul.products li.product {
    text-align: center;
    background-color: var(--theme2-white);
    border: none;
    border-radius: 16px;
    padding: 0;
    margin: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin: 0;
    border-radius: 16px 16px 0 0;
    transition: transform 0.4s ease;
}

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

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    transition: transform 0.4s ease;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    text-decoration: none;
    color: var(--theme2-dark-gray);
    padding: 1.25rem 1.25rem 0.75rem;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover {
    color: var(--theme2-primary);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    padding: 0;
    line-height: 1.5;
    min-height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1f2937;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 0.875rem;
    color: #F59E0B;
    margin-bottom: 0.5rem;
}

.woocommerce ul.products li.product .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem 0;
    padding: 0;
}

.woocommerce ul.products li.product .price del {
    color: #9ca3af;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    font-weight: 400;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: #DC2626;
}

.woocommerce ul.products li.product a.button {
    display: block;
    width: calc(100% - 2.5rem);
    margin: 0 auto 1.25rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #2563eb;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.woocommerce ul.products li.product a.button:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.woocommerce ul.products li.product .product-info {
    padding: 0 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 20px;
    background-color: #DC2626;
    color: white;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
    letter-spacing: 0.5px;
}

.woocommerce div.product div.images {
    margin-bottom: 2.5rem;
}

.woocommerce div.product div.images img {
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce div.product div.summary {
    margin-bottom: 2.5rem;
}

.woocommerce div.product .product_title {
    font-size: var(--theme2-font-size-3xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--theme2-dark-gray);
}

.woocommerce div.product p.price {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 700;
    color: var(--theme2-dark-gray);
    margin-bottom: 1.5rem;
}

.woocommerce div.product p.price del {
    color: var(--theme2-text-light);
    font-size: var(--theme2-font-size-xl);
}

.woocommerce div.product p.price ins {
    text-decoration: none;
    color: #DC2626;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1rem;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    color: #F59E0B;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    margin-bottom: 1.5rem;
    color: var(--theme2-text-gray);
    line-height: 1.8;
}

.woocommerce div.product form.cart {
    margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1rem;
}

.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    background-color: var(--theme2-white);
}

.woocommerce div.product form.cart .single_variation_wrap {
    margin-top: 1rem;
}

.woocommerce div.product .product_meta {
    padding-top: 1.5rem;
    border-top: 1px solid var(--theme2-light-gray);
    font-size: var(--theme2-font-size-sm);
    color: var(--theme2-text-gray);
}

.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
    display: block;
    margin-bottom: 0.5rem;
}

.woocommerce div.product .product_meta a {
    color: var(--theme2-primary);
}

.woocommerce div.product .product_meta a:hover {
    color: var(--theme2-primary-dark);
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 3rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none;
    border-bottom: 2px solid var(--theme2-light-gray);
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 600;
    color: var(--theme2-text-gray);
    text-decoration: none;
    transition: var(--theme2-transition-fast);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--theme2-primary);
    border-bottom-color: var(--theme2-primary);
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2rem 0;
    border: none;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 600;
    margin-bottom: 1rem;
}

.woocommerce #reviews {
    margin-top: 2rem;
}

.woocommerce #reviews #comments {
    margin-bottom: 2rem;
}

.woocommerce #reviews #comments h2 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 600;
    margin-bottom: 1rem;
}

.woocommerce #reviews .commentlist {
    list-style: none;
    padding: 0;
}

.woocommerce #reviews .commentlist li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.woocommerce #reviews .commentlist li:last-child {
    border-bottom: none;
}

.woocommerce #reviews .commentlist li img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: var(--theme2-light-gray);
}

.woocommerce #reviews .commentlist .comment-text {
    margin-left: 80px;
    border: none;
    padding: 0;
}

.woocommerce #reviews .commentlist .meta {
    font-size: var(--theme2-font-size-sm);
    color: var(--theme2-text-gray);
    margin-bottom: 0.5rem;
}

.woocommerce #reviews .commentlist .star-rating {
    color: #F59E0B;
    margin-bottom: 0.5rem;
}

.woocommerce #review_form #respond {
    margin-top: 2rem;
}

.woocommerce #review_form #respond h3 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 600;
    margin-bottom: 1rem;
}

.woocommerce #review_form .comment-form-rating label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.woocommerce #review_form .comment-form-rating .stars {
    margin-bottom: 1rem;
}

.woocommerce #review_form .comment-form-rating .stars a {
    color: #F59E0B;
    font-size: 1.5rem;
}

.woocommerce .related {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--theme2-light-gray);
}

.woocommerce .related h2 {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 600;
    margin-bottom: 2rem;
}

.woocommerce-cart table.cart {
    border-collapse: collapse;
    border: 1px solid var(--theme2-light-gray);
}

.woocommerce-cart table.cart th {
    padding: 1.25rem;
    text-align: left;
    font-weight: 600;
    background-color: var(--theme2-light-gray);
    border-bottom: 2px solid var(--theme2-medium-gray);
}

.woocommerce-cart table.cart td {
    padding: 1.25rem;
    border-bottom: 1px solid var(--theme2-light-gray);
    vertical-align: middle;
}

.woocommerce-cart table.cart img {
    width: 80px;
    height: auto;
    border-radius: var(--theme2-border-radius);
}

.woocommerce-cart table.cart .product-name a {
    color: var(--theme2-dark-gray);
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: var(--theme2-primary);
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
    font-weight: 600;
}

.woocommerce-cart table.cart .product-remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #EF4444;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart table.cart .product-remove a:hover {
    background-color: #DC2626;
}

.woocommerce-cart .cart-collaterals {
    margin-top: 3rem;
}

.woocommerce-cart .cart_totals {
    float: right;
    width: 50%;
    max-width: 450px;
}

.woocommerce-cart .cart_totals h2 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 600;
    margin-bottom: 1rem;
}

.woocommerce-cart .cart_totals table {
    border-collapse: collapse;
    width: 100%;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 1.25rem;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.woocommerce-cart .cart_totals table th {
    font-weight: 600;
    background-color: var(--theme2-light-gray);
    text-align: left;
}

.woocommerce-cart .cart_totals table td {
    text-align: right;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    border-top: 2px solid var(--theme2-dark-gray);
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 2rem;
    text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: var(--theme2-font-size-lg);
    background-color: var(--theme2-primary);
    color: var(--theme2-white);
    text-decoration: none;
    border-radius: var(--theme2-border-radius);
    transition: var(--theme2-transition);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--theme2-primary-dark);
    color: var(--theme2-white);
}

/*.woocommerce-checkout .checkout_coupon {*/
/*    border: 2px dashed var(--theme2-medium-gray);*/
/*    border-radius: var(--theme2-border-radius-lg);*/
/*    padding: 2rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.woocommerce-checkout .checkout_coupon .form-row-first,*/
/*.woocommerce-checkout .checkout_coupon .form-row-last {*/
/*    display: inline-block;*/
/*    width: auto;*/
/*}*/

/*.woocommerce-checkout .checkout_coupon input.input-text {*/
/*    padding: 0.875rem;*/
/*    border: 1px solid var(--theme2-medium-gray);*/
/*    border-radius: var(--theme2-border-radius);*/
/*}*/

/*.woocommerce-checkout #order_review_heading {*/
/*    font-size: var(--theme2-font-size-xl);*/
/*    font-weight: 600;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.woocommerce-checkout #order_review {*/
/*    border: 1px solid var(--theme2-light-gray);*/
/*    border-radius: var(--theme2-border-radius-lg);*/
/*    padding: 2rem;*/
/*    background-color: var(--theme2-lighter-gray);*/
/*}*/

/*.woocommerce-checkout table.order_details {*/
/*    width: 100%;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.woocommerce-checkout table.order_details th,*/
/*.woocommerce-checkout table.order_details td {*/
/*    padding: 1.25rem;*/
/*    border-bottom: 1px solid var(--theme2-light-gray);*/
/*}*/

/*.woocommerce-checkout table.order_details th {*/
/*    font-weight: 600;*/
/*    background-color: var(--theme2-light-gray);*/
/*    text-align: left;*/
/*}*/

/*.woocommerce-checkout .woocommerce-checkout-payment {*/
/*    margin-top: 2rem;*/
/*}*/

/*.woocommerce-checkout .woocommerce-checkout-payment ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.woocommerce-checkout .woocommerce-checkout-payment li {*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.woocommerce-checkout .woocommerce-checkout-payment .payment_box {*/
/*    padding: 1rem;*/
/*    background-color: var(--theme2-white);*/
/*    border-radius: var(--theme2-border-radius);*/
/*    margin-top: 0.5rem;*/
/*}*/

/*.woocommerce-checkout .woocommerce-privacy-policy-text {*/
/*    font-size: var(--theme2-font-size-sm);*/
/*    color: var(--theme2-text-gray);*/
/*    margin-top: 1rem;*/
/*}*/

/*.woocommerce-checkout .woocommerce-privacy-policy-text a {*/
/*    color: var(--theme2-primary);*/
/*}*/

/*.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {*/
/*    color: var(--theme2-primary-dark);*/
/*}*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--theme2-light-gray);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--theme2-dark-gray);
    text-decoration: none;
    transition: var(--theme2-transition-fast);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--theme2-light-gray);
    color: var(--theme2-primary);
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
}

.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
    padding: 1.25rem;
    border-bottom: 1px solid var(--theme2-light-gray);
    text-align: left;
}

.woocommerce-account .woocommerce-orders-table th {
    font-weight: 600;
    background-color: var(--theme2-light-gray);
}

.woocommerce-result-count {
    margin-bottom: 1rem;
    color: var(--theme2-text-gray);
}

.woocommerce-ordering {
    margin-bottom: 2rem;
}

.woocommerce-ordering select {
    padding: 0.75rem 1rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    background-color: var(--theme2-white);
    cursor: pointer;
}

.woocommerce-pagination {
    margin-top: 3rem;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0.5rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    color: var(--theme2-dark-gray);
    text-decoration: none;
    transition: var(--theme2-transition-fast);
}

.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: var(--theme2-primary);
    border-color: var(--theme2-primary);
    color: var(--theme2-white);
}

@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .woocommerce ul.products li.product a img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .woocommerce ul.products li.product a img {
        height: 200px;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.875rem;
        min-height: 2.6rem;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 1.125rem;
    }
    
    .woocommerce ul.products li.product a.button {
        padding: 0.75rem 1rem;
        font-size: 0.8125rem;
    }
    
    .woocommerce-cart .cart_totals {
        width: 100%;
        max-width: 100%;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    
    .woocommerce div.product {
        display: block;
    }
    
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100%;
        float: none;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}

.woocommerce-cart .cart-page {
    padding: 3rem 0;
}

.woocommerce-cart .page-title {
    font-size: var(--theme2-font-size-3xl);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--theme2-dark-gray);
}

.woocommerce-cart .cart-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: start;
}

.woocommerce-cart .cart-main {
    background-color: var(--theme2-white);
}

.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
}

.woocommerce-cart table.shop_table thead {
    background-color: var(--theme2-light-gray);
}

.woocommerce-cart table.shop_table th {
    padding: 1.25rem;
    text-align: left;
    font-weight: 600;
    font-size: var(--theme2-font-size-sm);
    color: var(--theme2-dark-gray);
    border-bottom: 2px solid var(--theme2-medium-gray);
}

.woocommerce-cart table.shop_table td {
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid var(--theme2-light-gray);
    vertical-align: middle;
}

.woocommerce-cart table.shop_table tbody tr:hover {
    background-color: var(--theme2-lighter-gray);
}

.woocommerce-cart table.shop_table .product-remove {
    width: 50px;
    text-align: center;
}

.woocommerce-cart table.shop_table .product-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #EF4444;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart table.shop_table .product-remove .remove:hover {
    background-color: #DC2626;
    transform: scale(1.1);
}

.woocommerce-cart table.shop_table .product-thumbnail {
    width: 100px;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--theme2-border-radius);
}

.woocommerce-cart table.shop_table .product-name {
    font-weight: 600;
}

.woocommerce-cart table.shop_table .product-name a {
    color: var(--theme2-dark-gray);
    text-decoration: none;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart table.shop_table .product-name a:hover {
    color: var(--theme2-primary);
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
    font-weight: 600;
    color: var(--theme2-dark-gray);
}

.woocommerce-cart table.shop_table .product-quantity .quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.woocommerce-cart table.shop_table .product-quantity input {
    width: 70px;
    padding: 0.625rem;
    text-align: center;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-base);
}

.woocommerce-cart table.shop_table .product-quantity input:focus {
    outline: none;
    border-color: var(--theme2-primary);
}

.woocommerce-cart table.shop_table .actions {
    padding: 1.5rem;
    background-color: var(--theme2-lighter-gray);
}

.woocommerce-cart table.shop_table .actions .coupon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.woocommerce-cart table.shop_table .actions .coupon label {
    font-weight: 600;
    color: var(--theme2-dark-gray);
    white-space: nowrap;
}

.woocommerce-cart table.shop_table .actions .coupon input {
    flex: 1;
    max-width: 300px;
    padding: 0.875rem 1rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-base);
}

.woocommerce-cart table.shop_table .actions .coupon input:focus {
    outline: none;
    border-color: var(--theme2-primary);
}

.woocommerce-cart table.shop_table .actions .button {
    padding: 0.875rem 1.5rem;
    background-color: var(--theme2-dark-gray);
    color: white;
    border: none;
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-sm);
    font-weight: 500;
    cursor: pointer;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart table.shop_table .actions .button:hover {
    background-color: var(--theme2-text-gray);
}

.woocommerce-cart .cart-sidebar {
    position: sticky;
    top: 100px;
}

.woocommerce-cart .cart-totals {
    background-color: var(--theme2-white);
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    padding: 2rem;
}

.woocommerce-cart .cart-totals h2 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--theme2-primary);
}

.woocommerce-cart .cart_totals table {
    width: 100%;
    margin-bottom: 2rem;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    padding: 1rem 0;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.woocommerce-cart .cart_totals table th {
    font-weight: 500;
    color: var(--theme2-text-gray);
}

.woocommerce-cart .cart_totals table td {
    text-align: right;
    font-weight: 600;
    color: var(--theme2-dark-gray);
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-size: var(--theme2-font-size-xl);
    font-weight: 700;
    border-top: 2px solid var(--theme2-primary);
    border-bottom: none;
    padding-top: 1.5rem;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 2rem;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    background-color: var(--theme2-primary);
    color: white;
    border: none;
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-lg);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: var(--theme2-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--theme2-shadow-md);
}

.woocommerce-cart .cart-collaterals .cross-sells {
    margin-top: 2rem;
}

.woocommerce-cart .cart-collaterals .cross-sells h2 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1024px) {
    .woocommerce-cart .cart-layout {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-cart .cart-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .woocommerce-cart table.shop_table {
        font-size: var(--theme2-font-size-sm);
    }
    
    .woocommerce-cart table.shop_table th,
    .woocommerce-cart table.shop_table td {
        padding: 1rem 0.75rem;
    }
    
    .woocommerce-cart table.shop_table .product-thumbnail img {
        width: 60px;
        height: 60px;
    }
    
    .woocommerce-cart table.shop_table .actions .coupon {
        flex-direction: column;
        align-items: stretch;
    }
    
    .woocommerce-cart table.shop_table .actions .coupon input {
        max-width: 100%;
    }
    
    .woocommerce-cart table.shop_table .actions .button {
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .woocommerce-cart .cart-collaterals .cross-sells ul.products {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .woocommerce-cart .page-title {
        font-size: var(--theme2-font-size-2xl);
    }
    
    .woocommerce-cart table.shop_table thead {
        display: none;
    }
    
    .woocommerce-cart table.shop_table tbody tr {
        display: block;
        margin-bottom: 2rem;
        border: 1px solid var(--theme2-light-gray);
        border-radius: var(--theme2-border-radius);
    }
    
    .woocommerce-cart table.shop_table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid var(--theme2-light-gray);
    }
    
    .woocommerce-cart table.shop_table tbody td::before {
        content: attr(data-title);
        font-weight: 600;
        color: var(--theme2-text-gray);
    }
    
    .woocommerce-cart table.shop_table tbody td:last-child {
        border-bottom: none;
    }
    
    .woocommerce-cart table.shop_table .product-remove {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        width: auto;
        height: auto;
        z-index: 10;
    }
    
    .woocommerce-cart table.shop_table tbody tr {
        position: relative;
    }
}

.woocommerce-cart .return-to-shop {
    text-align: center;
    padding: 3rem 0;
}

.woocommerce-cart .return-to-shop .button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--theme2-primary);
    color: white;
    border-radius: var(--theme2-border-radius);
    text-decoration: none;
    font-weight: 500;
    transition: var(--theme2-transition-fast);
}

.woocommerce-cart .return-to-shop .button:hover {
    background-color: var(--theme2-primary-dark);
}

.woocommerce-checkout {
    padding: 3rem 0;
    min-height: 60vh;
}

.woocommerce-checkout .checkout-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
}

.woocommerce-checkout .checkout-main h2 {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--theme2-dark-gray);
}

.woocommerce-checkout .col2-set {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    background-color: var(--theme2-white);
    padding: 2rem;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-checkout h3 {
    font-size: var(--theme2-font-size-xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--theme2-dark-gray);
}

.woocommerce-checkout .checkout-sidebar {
    position: sticky;
    top: 100px;
    background-color: var(--theme2-white);
    padding: 2rem;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-checkout #order_review {
    border: none;
    padding: 0;
    background-color: transparent;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    margin-bottom: 2rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 1rem 0;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    font-weight: 500;
    color: var(--theme2-text-gray);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    text-align: right;
    font-weight: 600;
    color: var(--theme2-dark-gray);
}

.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
    font-size: var(--theme2-font-size-xl);
    font-weight: 700;
    border-top: 2px solid var(--theme2-primary);
    border-bottom: none;
    padding-top: 1.5rem;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 2rem;
}

.woocommerce-checkout .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.woocommerce-checkout .wc_payment_method {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius);
    background-color: var(--theme2-lighter-gray);
}

.woocommerce-checkout .wc_payment_method label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    cursor: pointer;
}

.woocommerce-checkout .wc_payment_method input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.woocommerce-checkout .payment_box {
    margin-top: 1rem;
    padding: 1rem;
    background-color: var(--theme2-white);
    border-radius: var(--theme2-border-radius);
}

.woocommerce-checkout .payment_box p {
    margin: 0;
    color: var(--theme2-text-gray);
    line-height: 1.6;
}

.woocommerce-checkout #place_order {
    width: 100%;
    padding: 1rem 2rem;
    background-color: var(--theme2-primary);
    color: white;
    border: none;
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-lg);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--theme2-transition-fast);
    margin-top: 1rem;
}

.woocommerce-checkout #place_order:hover {
    background-color: var(--theme2-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--theme2-shadow-md);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: var(--theme2-lighter-gray);
    border-radius: var(--theme2-border-radius);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: var(--theme2-primary);
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
    color: var(--theme2-primary-dark);
}

@media (max-width: 1024px) {
    .woocommerce-checkout .checkout-layout {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-checkout .checkout-sidebar {
        position: static;
    }
    
    .woocommerce-checkout .col2-set {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .woocommerce-checkout {
        padding: 2rem 0;
    }
    
    .woocommerce-checkout .checkout-main h2 {
        font-size: var(--theme2-font-size-xl);
    }
    
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2 {
        padding: 1.5rem;
    }
    
    .woocommerce-checkout .checkout-sidebar {
        padding: 1.5rem;
    }
}

.woocommerce-archive-product {
    padding: 3rem 0;
}

.woocommerce-archive-product .shop-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--theme2-primary);
}

.woocommerce-archive-product .shop-title {
    font-size: var(--theme2-font-size-4xl);
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--theme2-dark-gray);
}

.woocommerce-archive-product .term-description {
    max-width: 800px;
    margin: 0 auto;
    color: var(--theme2-text-gray);
    line-height: 1.8;
}

.woocommerce-archive-product .products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    background-color: var(--theme2-lighter-gray);
    border-radius: var(--theme2-border-radius);
}

.woocommerce-archive-product .woocommerce-result-count {
    margin: 0;
    color: var(--theme2-text-gray);
    font-size: var(--theme2-font-size-sm);
}

.woocommerce-archive-product .woocommerce-ordering {
    margin: 0;
}

.woocommerce-archive-product .woocommerce-ordering select {
    padding: 0.625rem 1rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    background-color: var(--theme2-white);
    font-size: var(--theme2-font-size-sm);
    cursor: pointer;
    min-width: 200px;
}

.woocommerce-archive-product .woocommerce-ordering select:focus {
    outline: none;
    border-color: var(--theme2-primary);
}

.woocommerce-archive-product .products-grid {
    margin-bottom: 3rem;
}

.woocommerce-archive-product .no-products-found {
    text-align: center;
    padding: 5rem 2rem;
}

.woocommerce-archive-product .no-products-content {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-archive-product .no-products-actions {
    margin-top: 2rem;
}

.woocommerce-archive-product .woocommerce-loop-category__title {
    font-size: var(--theme2-font-size-xl);
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

.woocommerce-archive-product .woocommerce-loop-category__title .count {
    background-color: var(--theme2-light-gray);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: var(--theme2-font-size-sm);
}

@media (max-width: 768px) {
    .woocommerce-archive-product .shop-title {
        font-size: var(--theme2-font-size-3xl);
    }
    
    .woocommerce-archive-product .products-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .woocommerce-archive-product .woocommerce-ordering select {
        width: 100%;
    }
}

.woocommerce-single-product {
    padding: 3rem 0;
}

.woocommerce-single-product .product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.woocommerce-single-product .product-images {
    position: sticky;
    top: 100px;
    align-self: start;
}

.woocommerce-single-product .product-images .woocommerce-product-gallery {
    position: relative;
}

.woocommerce-single-product .product-images .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce-single-product .product-images .woocommerce-product-gallery__image {
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
}

.woocommerce-single-product .product-images .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-single-product .product-details {
    padding: 2rem 0;
}

.woocommerce-single-product .product_title {
    font-size: var(--theme2-font-size-3xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--theme2-dark-gray);
    line-height: 1.3;
}

.woocommerce-single-product .woocommerce-product-rating {
    margin-bottom: 1.5rem;
}

.woocommerce-single-product .woocommerce-product-rating .star-rating {
    color: #F59E0B;
    font-size: 1.25rem;
}

.woocommerce-single-product .woocommerce-product-rating .woocommerce-review-link {
    color: var(--theme2-text-gray);
    font-size: var(--theme2-font-size-sm);
    margin-left: 0.5rem;
}

.woocommerce-single-product .woocommerce-product-rating .woocommerce-review-link:hover {
    color: var(--theme2-primary);
}

.woocommerce-single-product p.price {
    font-size: var(--theme2-font-size-3xl);
    font-weight: 700;
    color: var(--theme2-dark-gray);
    margin-bottom: 2rem;
}

.woocommerce-single-product p.price del {
    font-size: var(--theme2-font-size-xl);
    color: var(--theme2-text-light);
    margin-right: 1rem;
}

.woocommerce-single-product p.price ins {
    text-decoration: none;
    color: #DC2626;
}

.woocommerce-single-product .woocommerce-product-details__short-description {
    font-size: var(--theme2-font-size-base);
    color: var(--theme2-text-gray);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.woocommerce-single-product form.cart {
    margin-bottom: 2rem;
}

.woocommerce-single-product form.cart .variations {
    margin-bottom: 1.5rem;
}

.woocommerce-single-product form.cart .variations td {
    display: block;
    padding: 0;
}

.woocommerce-single-product form.cart .variations label {
    font-weight: 600;
    color: var(--theme2-dark-gray);
    margin-bottom: 0.5rem;
}

.woocommerce-single-product form.cart .variations select {
    width: 100%;
    max-width: 400px;
    padding: 0.875rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-base);
    cursor: pointer;
}

.woocommerce-single-product form.cart .variations select:focus {
    outline: none;
    border-color: var(--theme2-primary);
}

.woocommerce-single-product form.cart .single_variation_wrap {
    margin-top: 1rem;
}

.woocommerce-single-product form.cart .woocommerce-variation-single-toggle {
    margin-top: 1rem;
}

.woocommerce-single-product form.cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--theme2-medium-gray);
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1rem;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.woocommerce-single-product form.cart .quantity:hover {
    border-color: var(--theme2-primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
}

.woocommerce-single-product form.cart .quantity input {
    width: 60px;
    padding: 0.75rem 0.25rem;
    text-align: center;
    border: none;
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    color: var(--theme2-dark-gray);
    background: transparent;
    transition: all 0.3s ease;
    -moz-appearance: textfield;
}

.woocommerce-single-product form.cart .quantity input:focus {
    outline: none;
    background: var(--theme2-lighter-gray);
}

.woocommerce-single-product form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce-single-product form.cart .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-single-product form.cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity-label {
    display: none;
}

.woocommerce-single-product form.cart .quantity .qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 42px;
    border: none;
    background: var(--theme2-light-gray);
    color: var(--theme2-dark-gray);
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.woocommerce-single-product form.cart .quantity .qty-btn:first-child {
    border-radius: 50px 0 0 50px;
    margin: 4px 0 4px 4px;
}

.woocommerce-single-product form.cart .quantity .qty-btn:last-child {
    border-radius: 0 50px 50px 0;
    margin: 4px 4px 4px 0;
}

.woocommerce-single-product form.cart .quantity .qty-btn:hover {
    background: var(--theme2-primary);
    color: white;
    transform: scale(1.1);
}

.woocommerce-single-product form.cart .quantity .qty-btn:active {
    transform: scale(0.95);
}

.woocommerce-single-product form.cart .quantity .qty-btn.minus {
    font-size: 1.75rem;
    line-height: 1;
}

.woocommerce-single-product form.cart .quantity .qty-btn.plus {
    font-size: 1.5rem;
    line-height: 1;
}

.woocommerce-single-product .cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--theme2-medium-gray);
    border-radius: 50px;
    overflow: visible;
    margin-right: 1rem;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.woocommerce-single-product .cart .quantity:hover {
    border-color: var(--theme2-primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
}

.woocommerce-single-product .cart .quantity input {
    width: 60px;
    padding: 0.75rem 0.25rem;
    text-align: center;
    border: none;
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    color: var(--theme2-dark-gray);
    background: transparent;
    transition: all 0.3s ease;
}

.woocommerce-single-product .cart .quantity input:focus {
    outline: none;
    background: var(--theme2-lighter-gray);
}

.woocommerce-single-product form.cart .single_add_to_cart_button {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: var(--theme2-primary);
    color: white;
    border: none;
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-base);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--theme2-transition-fast);
}

.woocommerce-single-product form.cart .single_add_to_cart_button:hover {
    background-color: var(--theme2-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--theme2-shadow-md);
}

.woocommerce-single-product .product_meta {
    padding-top: 2rem;
    border-top: 1px solid var(--theme2-light-gray);
    font-size: var(--theme2-font-size-sm);
    color: var(--theme2-text-gray);
}

.woocommerce-single-product .product_meta .posted_in,
.woocommerce-single-product .product_meta .tagged_as {
    display: block;
    margin-bottom: 0.75rem;
}

.woocommerce-single-product .product_meta .posted_in strong,
.woocommerce-single-product .product_meta .tagged_as strong {
    color: var(--theme2-dark-gray);
    font-weight: 600;
}

.woocommerce-single-product .product_meta a {
    color: var(--theme2-primary);
}

.woocommerce-single-product .product_meta a:hover {
    color: var(--theme2-primary-dark);
}

.woocommerce-single-product .product-share {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--theme2-light-gray);
}

.woocommerce-single-product .product-share strong {
    display: block;
    margin-bottom: 1rem;
    color: var(--theme2-dark-gray);
    font-weight: 600;
}

.woocommerce-single-product .product-share .share-buttons {
    display: flex;
    gap: 1rem;
}

.woocommerce-single-product .product-share .share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme2-light-gray);
    color: var(--theme2-dark-gray);
    font-size: 1.25rem;
    transition: var(--theme2-transition-fast);
}

.woocommerce-single-product .product-share .share-buttons a:hover {
    background-color: var(--theme2-primary);
    color: white;
}

.woocommerce-single-product .product-tabs {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--theme2-light-gray);
}

.woocommerce-single-product .woocommerce-tabs {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .woocommerce-single-product .product-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .woocommerce-single-product .product-images {
        position: static;
    }
}

@media (max-width: 768px) {
    .woocommerce-single-product .product_title {
        font-size: var(--theme2-font-size-2xl);
    }
    
    .woocommerce-single-product p.price {
        font-size: var(--theme2-font-size-2xl);
    }
}

.woocommerce-account {
    padding: 3rem 0;
    min-height: 60vh;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid var(--theme2-light-gray);
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--theme2-dark-gray);
    text-decoration: none;
    font-weight: 500;
    transition: var(--theme2-transition-fast);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--theme2-primary);
    color: white;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    background-color: var(--theme2-white);
    padding: 2rem;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-account .woocommerce-MyAccount-content-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--theme2-primary);
}

.woocommerce-account .woocommerce-MyAccount-content-title {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 700;
    margin: 0;
    color: var(--theme2-dark-gray);
}

.woocommerce-account .woocommerce-MyAccount-content-body {
    line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content-body p {
    margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--theme2-light-gray);
    text-align: left;
}

.woocommerce-account .woocommerce-orders-table th {
    background-color: var(--theme2-light-gray);
    font-weight: 600;
    color: var(--theme2-dark-gray);
}

.woocommerce-account .woocommerce-orders-table td {
    color: var(--theme2-text-gray);
}

.woocommerce-account .woocommerce-orders-table a.button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--theme2-primary);
    color: white;
    border-radius: var(--theme2-border-radius);
    text-decoration: none;
    font-size: var(--theme2-font-size-sm);
    transition: var(--theme2-transition-fast);
}

.woocommerce-account .woocommerce-orders-table a.button:hover {
    background-color: var(--theme2-primary-dark);
}

.woocommerce-account .woocommerce-addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.woocommerce-account .woocommerce-Address {
    background-color: var(--theme2-lighter-gray);
    padding: 2rem;
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-account .woocommerce-Address-title {
    margin-bottom: 1rem;
}

.woocommerce-account .woocommerce-Address-title h3 {
    font-size: var(--theme2-font-size-lg);
    font-weight: 600;
    margin: 0;
}

.woocommerce-account .woocommerce-Address-edit {
    margin-top: 1rem;
}

.woocommerce-account .woocommerce-Address-edit a {
    color: var(--theme2-primary);
}

.woocommerce-account .woocommerce-Address-edit a:hover {
    color: var(--theme2-primary-dark);
}

.woocommerce-account .edit a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--theme2-primary);
    color: white;
    border-radius: var(--theme2-border-radius);
    text-decoration: none;
    font-size: var(--theme2-font-size-sm);
    transition: var(--theme2-transition-fast);
}

.woocommerce-account .edit a:hover {
    background-color: var(--theme2-primary-dark);
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        border-bottom: none;
        border-right: 1px solid var(--theme2-light-gray);
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }
    
    .woocommerce-account .woocommerce-addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 0.75rem 1rem;
        font-size: var(--theme2-font-size-sm);
    }
}

.woocommerce-archive-product {
    padding: 2rem 0 4rem;
}

.woocommerce-archive-product .archive-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--theme2-primary);
}

.woocommerce-archive-product .archive-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--theme2-dark-gray);
}

.woocommerce-archive-product .archive-description {
    max-width: 800px;
    margin: 0 auto;
    color: var(--theme2-text-gray);
    line-height: 1.8;
    font-size: 1.1rem;
}

.woocommerce-archive-product .shop-controls {
    display: none;
}

.woocommerce-archive-product .products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    background-color: var(--theme2-lighter-gray);
    border-radius: var(--theme2-border-radius);
}

.woocommerce-archive-product .products-count {
    color: var(--theme2-text-gray);
    font-size: var(--theme2-font-size-sm);
}

.woocommerce-archive-product .products-ordering select {
    padding: 0.5rem 1rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    background-color: white;
    font-size: var(--theme2-font-size-sm);
    cursor: pointer;
}

.woocommerce-archive-product .products-ordering select:focus {
    outline: none;
    border-color: var(--theme2-primary);
}

.woocommerce-archive-product .products-loop {
    clear: both;
}

.woocommerce-archive-product ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-archive-product ul.products li.product {
    text-align: center;
    background-color: white;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.woocommerce-archive-product ul.products li.product:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
    border-color: var(--theme2-primary);
}

.woocommerce-archive-product ul.products li.product a {
    text-decoration: none;
    color: var(--theme2-dark-gray);
}

.woocommerce-archive-product ul.products li.product a img {
    margin: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

.woocommerce-archive-product ul.products li.product a.woocommerce-loop-product__link {
    display: block;
}

.woocommerce-archive-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 1rem 0.5rem;
    line-height: 1.4;
}

.woocommerce-archive-product ul.products li.product .woocommerce-loop-product__title:hover {
    color: var(--theme2-primary);
}

.woocommerce-archive-product ul.products li.product .star-rating {
    font-size: 0.9rem;
    color: #F59E0B;
    margin: 0.5rem 0;
}

.woocommerce-archive-product ul.products li.product .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme2-dark-gray);
    padding: 0 1rem 1rem;
    display: block;
}

.woocommerce-archive-product ul.products li.product .price del {
    color: var(--theme2-text-light);
    font-size: 1rem;
    margin-right: 0.5rem;
    font-weight: 400;
}

.woocommerce-archive-product ul.products li.product .price ins {
    text-decoration: none;
    color: #DC2626;
}

.woocommerce-archive-product ul.products li.product a.button {
    display: block;
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem;
    padding: 0.875rem 1rem;
    background-color: var(--theme2-primary);
    color: white;
    text-align: center;
    border-radius: var(--theme2-border-radius);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.woocommerce-archive-product ul.products li.product a.button:hover {
    background-color: var(--theme2-primary-dark);
    transform: translateY(-2px);
}

.woocommerce-archive-product ul.products li.product .added_to_cart {
    display: block;
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem;
    padding: 0.875rem 1rem;
    background-color: var(--theme2-dark-gray);
    color: white;
    text-align: center;
    border-radius: var(--theme2-border-radius);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.woocommerce-archive-product span.onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #DC2626;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: var(--theme2-border-radius);
    z-index: 10;
}

.woocommerce-archive-product .no-products-found {
    text-align: center;
    padding: 5rem 2rem;
    background-color: var(--theme2-lighter-gray);
    border-radius: var(--theme2-border-radius-lg);
}

.woocommerce-archive-product .no-products-actions {
    margin-top: 2rem;
}

.woocommerce-pagination {
    margin-top: 3rem;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0.5rem;
    border: 1px solid var(--theme2-medium-gray);
    border-radius: var(--theme2-border-radius);
    color: var(--theme2-dark-gray);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: var(--theme2-primary);
    border-color: var(--theme2-primary);
    color: white;
}

@media (max-width: 1200px) {
    .woocommerce-archive-product ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .woocommerce-archive-product ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .woocommerce-archive-product ul.products li.product a img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .woocommerce-archive-product {
        padding: 1.5rem 0 3rem;
    }
    
    .woocommerce-archive-product .archive-title {
        font-size: 2rem;
    }
    
    .woocommerce-archive-product .products-toolbar {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .woocommerce-archive-product .products-ordering {
        width: 100%;
    }
    
    .woocommerce-archive-product .products-ordering select {
        width: 100%;
    }
    
    .woocommerce-archive-product ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .woocommerce-archive-product ul.products li.product a img {
        height: 180px;
    }
    
    .woocommerce-archive-product ul.products li.product .woocommerce-loop-product__title {
        font-size: 1rem;
        padding: 0.75rem 0.75rem 0.5rem;
    }
    
    .woocommerce-archive-product ul.products li.product .price {
        font-size: 1.1rem;
        padding: 0 0.75rem 0.75rem;
    }
    
    .woocommerce-archive-product ul.products li.product a.button,
    .woocommerce-archive-product ul.products li.product .added_to_cart {
        width: calc(100% - 1.5rem);
        margin: 0 0.75rem 0.75rem;
        padding: 0.75rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .woocommerce-archive-product ul.products {
        grid-template-columns: 1fr;
    }
    
    .woocommerce-archive-product ul.products li.product a img {
        height: 250px;
    }
}

.steel-product-page {
    padding: 3rem 0;
    background-color: white;
}

.steel-product-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.steel-product-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.steel-product-gallery {
    position: sticky;
    top: 100px;
    align-self: start;
}

/* Gallery Styles */
.steel-product-gallery {
    /* position: relative; */
    width: 100%;
}

/* Disable smooth scroll for WooCommerce tabs */
.woocommerce-tabs .tabs {
    scroll-behavior: auto;
}

.woocommerce-tabs .tabs li a {
    scroll-behavior: auto !important;
    -webkit-scroll-behavior: auto !important;
}

/* Prevent any scroll animation - CRITICAL */
html, body {
    scroll-behavior: auto !important;
    scroll-timing-function: auto !important;
}

* {
    scroll-behavior: auto !important;
    -webkit-scroll-behavior: auto !important;
}

/* Target all WooCommerce tabs elements */
.woocommerce-tabs .tabs li a,
.wc-tabs li a,
a[href^="#tab-"] {
    scroll-behavior: auto !important;
    transition: none !important;
}

.gallery-main {
    position: relative;
    width: 100%;
    height: 350px;
    background: var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
}

.gallery-slider {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--theme2-light-gray);
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: var(--theme2-light-gray);
}

.gallery-slide.active {
    opacity: 1;
    z-index: 1;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-slide .placeholder {
    text-align: center;
    color: var(--theme2-text-light);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery-slide .placeholder i {
    font-size: 5rem;
    display: block;
    margin-bottom: 1rem;
}

.gallery-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 2;
    pointer-events: none;
}

.gallery-nav button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--theme2-dark-gray);
    font-size: 1.3rem;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav button:hover {
    background: var(--theme2-primary);
    color: white;
    transform: scale(1.1);
}

.gallery-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot:hover,
.gallery-dot.active {
    background: white;
    transform: scale(1.3);
}

.gallery-thumbnails {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    justify-content: center;
}

.gallery-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: var(--theme2-border-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.gallery-thumb:hover {
    opacity: 0.8;
}

.gallery-thumb.active {
    opacity: 1;
    border-color: var(--theme2-primary);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steel-product-info {
    padding-top: 1rem;
}

.steel-product-header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--theme2-light-gray);
}

.steel-product-info .product_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--theme2-dark-gray);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.steel-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.steel-product-meta .star-rating {
    color: #F59E0B;
    font-size: 1.1rem;
}

.steel-product-sku {
    font-size: 0.9rem;
    color: var(--theme2-text-gray);
}

.steel-product-sku .sku-label {
    font-weight: 600;
    color: var(--theme2-dark-gray);
}

.steel-product-info p.price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--theme2-dark-gray);
    margin-bottom: 1.5rem;
}

.steel-product-info p.price del {
    font-size: 1.5rem;
    color: var(--theme2-text-light);
    font-weight: 400;
    margin-right: 1rem;
}

.steel-product-info p.price ins {
    text-decoration: none;
    color: #DC2626;
}

.steel-product-description {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--theme2-light-gray);
}

.steel-product-description .woocommerce-product-details__short-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--theme2-text-gray);
    margin-bottom: 1rem;
}

.steel-product-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--theme2-text-gray);
}

.steel-product-features {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: var(--theme2-lighter-gray);
    border-radius: var(--theme2-border-radius-lg);
}

.steel-product-features h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--theme2-dark-gray);
}

.steel-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steel-features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.steel-features-list li:last-child {
    border-bottom: none;
}

.steel-features-list li i {
    color: var(--theme2-primary);
    font-size: 1.2rem;
}

.steel-product-guarantee {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--theme2-primary);
}

.guarantee-item {
    text-align: center;
    padding: 1rem 0.5rem;
}

.guarantee-item i {
    font-size: 2rem;
    color: var(--theme2-primary);
    margin-bottom: 0.5rem;
}

.guarantee-item span {
    display: block;
    font-size: 0.85rem;
    color: var(--theme2-text-gray);
    font-weight: 500;
}

.steel-tabs-section {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 2px solid var(--theme2-primary);
}

.steel-tabs-section .woocommerce-tabs {
    margin-top: 0;
}

.steel-tabs-section .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 2rem;
    list-style: none;
    border-bottom: 2px solid var(--theme2-light-gray);
}

.steel-tabs-section .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

.steel-tabs-section .woocommerce-tabs ul.tabs li:hover,
.steel-tabs-section .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: var(--theme2-primary);
}

.steel-tabs-section .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1rem 2rem;
    font-weight: 600;
    color: var(--theme2-text-gray);
    text-decoration: none;
    transition: all 0.3s ease;
}

.steel-tabs-section .woocommerce-tabs ul.tabs li:hover a,
.steel-tabs-section .woocommerce-tabs ul.tabs li.active a {
    color: var(--theme2-primary);
}

@media (max-width: 1200px) {
    .steel-product-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .steel-product-gallery {
        position: static;
    }
    
    .steel-product-info .product_title {
        font-size: 2rem;
    }
    
    .steel-product-info p.price {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .steel-product-page {
        padding: 2rem 0;
    }
    
    .steel-product-container {
        padding: 0 1rem;
    }
    
    .steel-product-info .product_title {
        font-size: 1.75rem;
    }
    
    .steel-product-info p.price {
        font-size: 1.75rem;
    }
    
    .steel-product-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .steel-guarantee {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .guarantee-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
        padding: 0.75rem;
        background: var(--theme2-lighter-gray);
        border-radius: var(--theme2-border-radius);
    }
    
    .guarantee-item i {
        margin-bottom: 0;
    }
    
    .steel-thumb {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .steel-thumb {
        width: 60px;
        height: 60px;
    }
    
    .steel-product-features {
        padding: 1rem;
    }
}

.steel-product-page .related {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid var(--theme2-light-gray);
    clear: both;
}

.steel-product-page .related h2 {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: var(--theme2-dark-gray);
}

.steel-product-page .related ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    overflow: hidden !important;
}

.steel-product-page .related ul.products li.product {
    background: white;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
}

.steel-product-page .related ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: var(--theme2-shadow-lg);
    border-color: var(--theme2-primary);
}

.steel-product-page .related ul.products li.product a img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    float: none !important;
}

.steel-product-page .related ul.products li.product a.woocommerce-loop-product__link {
    display: block !important;
    text-decoration: none !important;
}

.steel-product-page .related ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--theme2-font-size-base);
    font-weight: 600;
    color: var(--theme2-dark-gray);
    margin: 1rem;
    padding: 0;
    line-height: 1.4;
    float: none !important;
}

.steel-product-page .related ul.products li.product .woocommerce-loop-product__title:hover {
    color: var(--theme2-primary);
}

.steel-product-page .related ul.products li.product .star-rating {
    font-size: 0.875rem;
    margin: 0 1rem 0.75rem;
    color: #F59E0B;
    float: none !important;
}

.steel-product-page .related ul.products li.product .price {
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    color: var(--theme2-primary);
    margin: 0 1rem 1rem;
    padding: 0;
    float: none !important;
    display: block !important;
}

.steel-product-page .related ul.products li.product .price del {
    color: var(--theme2-text-light);
    font-weight: 400;
    font-size: var(--theme2-font-size-sm);
    margin-right: 0.5rem;
}

.steel-product-page .related ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 700;
}

.steel-product-page .related ul.products li.product a.button {
    display: block !important;
    margin: 0 1rem 1rem !important;
    padding: 0.75rem 1.5rem !important;
    background-color: var(--theme2-primary) !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: var(--theme2-border-radius) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    float: none !important;
    clear: both !important;
}

.steel-product-page .related ul.products li.product a.button:hover {
    background-color: var(--theme2-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--theme2-shadow-md) !important;
}

.theme2-related-products {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid var(--theme2-light-gray);
}

.theme2-related-heading {
    font-size: var(--theme2-font-size-2xl);
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: var(--theme2-dark-gray);
}

.theme2-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.theme2-product-item {
    background: white;
    border: 1px solid var(--theme2-light-gray);
    border-radius: var(--theme2-border-radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
}

.theme2-product-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--theme2-shadow-lg);
    border-color: var(--theme2-primary);
}

.theme2-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.theme2-product-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.theme2-product-link img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.theme2-product-link:hover img {
    transform: scale(1.05);
}

.theme2-product-placeholder {
    width: 100%;
    height: 200px;
    background: var(--theme2-light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme2-product-placeholder i {
    font-size: 3rem;
    color: var(--theme2-text-light);
}

.theme2-product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: var(--theme2-primary);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--theme2-border-radius);
}

.theme2-product-badge.sale {
    background: #EF4444;
}

.theme2-product-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.theme2-product-title {
    font-size: var(--theme2-font-size-base);
    font-weight: 600;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.theme2-product-title a {
    color: var(--theme2-dark-gray);
    text-decoration: none;
}

.theme2-product-title a:hover {
    color: var(--theme2-primary);
}

.theme2-product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.theme2-product-rating .star-rating {
    color: #F59E0B;
    font-size: 0.875rem;
}

.theme2-product-rating .rating-count {
    font-size: 0.875rem;
    color: var(--theme2-text-light);
}

.theme2-product-price {
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    color: var(--theme2-primary);
    margin-bottom: 1rem;
}

.theme2-product-price del {
    color: var(--theme2-text-light);
    font-weight: 400;
    font-size: var(--theme2-font-size-sm);
    margin-right: 0.5rem;
}

.theme2-product-price ins {
    text-decoration: none;
    font-weight: 700;
}

.theme2-product-buttons {
    margin-top: auto;
}

.theme2-product-buttons a.button,
.theme2-product-buttons button,
.theme2-product-buttons .add_to_cart_button {
    display: block !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    background: var(--theme2-primary) !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: var(--theme2-border-radius) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme2-product-buttons a.button:hover,
.theme2-product-buttons button:hover,
.theme2-product-buttons .add_to_cart_button:hover {
    background: var(--theme2-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--theme2-shadow-md) !important;
}

@media (max-width: 1024px) {
    .theme2-related-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .theme2-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .theme2-related-heading {
        font-size: var(--theme2-font-size-xl);
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .theme2-related-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .theme2-product-link img {
        height: 180px;
    }
}

@media (max-width: 1024px) {
    .steel-product-page .related ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .steel-product-page .related ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    
    .steel-product-page .related h2 {
        font-size: var(--theme2-font-size-xl);
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .steel-product-page .related ul.products {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .steel-product-page .related ul.products li.product a img {
        height: 180px !important;
    }
}

.steel-product-page form.cart .quantity,
form.cart .quantity {
    display: inline-flex !important;
    align-items: center;
    border: 2px solid var(--theme2-medium-gray);
    border-radius: 50px;
    overflow: visible;
    margin-right: 1rem;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 4px;
}

.steel-product-page form.cart .quantity:hover,
form.cart .quantity:hover {
    border-color: var(--theme2-primary);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
    transform: translateY(-1px);
}

.steel-product-page form.cart .quantity input,
form.cart .quantity input {
    width: 60px !important;
    padding: 0.75rem 0.25rem;
    text-align: center;
    border: none !important;
    font-size: var(--theme2-font-size-lg);
    font-weight: 700;
    color: var(--theme2-dark-gray);
    background: transparent;
    transition: all 0.3s ease;
    -moz-appearance: textfield;
    margin: 0 !important;
}

.steel-product-page form.cart .quantity input:focus,
form.cart .quantity input:focus {
    outline: none;
    background: var(--theme2-lighter-gray);
}

.steel-product-page form.cart .quantity input::-webkit-inner-spin-button,
.steel-product-page form.cart .quantity input::-webkit-outer-spin-button,
form.cart .quantity input::-webkit-inner-spin-button,
form.cart .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.steel-product-page form.cart .quantity input[type=number],
form.cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

.steel-product-page form.cart .quantity .qty-btn,
form.cart .quantity .qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: var(--theme2-light-gray);
    color: var(--theme2-dark-gray);
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    border-radius: 50%;
}

.steel-product-page form.cart .quantity .qty-btn:first-of-type,
form.cart .quantity .qty-btn:first-of-type {
    margin-right: 4px;
}

.steel-product-page form.cart .quantity .qty-btn:last-of-type,
form.cart .quantity .qty-btn:last-of-type {
    margin-left: 4px;
}

.steel-product-page form.cart .quantity .qty-btn:hover,
form.cart .quantity .qty-btn:hover {
    background: var(--theme2-primary);
    color: white;
    transform: scale(1.1);
}

.steel-product-page form.cart .quantity .qty-btn:active,
form.cart .quantity .qty-btn:active {
    transform: scale(0.95);
}

.steel-product-page form.cart .quantity .qty-btn.minus,
form.cart .quantity .qty-btn.minus {
    font-size: 1.75rem;
    line-height: 1;
}

.steel-product-page form.cart .quantity .qty-btn.plus,
form.cart .quantity .qty-btn.plus {
    font-size: 1.5rem;
    line-height: 1;
}

.steel-product-page .custom-quantity-section {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.steel-product-page .custom-quantity-section .quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.steel-product-page .custom-quantity-section .quantity-label-text {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    white-space: nowrap;
    margin: 0 !important;
}

.steel-product-page .custom-quantity-section div.quantity,
.steel-product-page .custom-quantity-section .quantity {
    display: inline-flex !important;
    align-items: stretch !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 0 !important;
    background: #f3f4f6 !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    max-width: none !important;
}

.steel-product-page .custom-quantity-section input.qty,
.steel-product-page .custom-quantity-section input[name="quantity"],
.steel-product-page .custom-quantity-section .quantity input {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    padding: 0.75rem 0 !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    background: white !important;
    display: inline-block !important;
    margin: 0 auto !important;
    line-height: 1 !important;
    -moz-appearance: textfield;
}

.steel-product-page .custom-quantity-section input:focus {
    outline: none;
    background: #fff !important;
}

.steel-product-page .custom-quantity-section input::-webkit-inner-spin-button,
.steel-product-page .custom-quantity-section input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.steel-product-page .custom-quantity-section .qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    min-width: 48px !important;
    height: 44px !important;
    border: none !important;
    background: #e5e7eb !important;
    color: #374151 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    user-select: none !important;
    flex-shrink: 0 !important;
}

.steel-product-page .custom-quantity-section .qty-btn:first-child {
    border-radius: 8px 0 0 8px !important;
}

.steel-product-page .custom-quantity-section .qty-btn:last-child {
    border-radius: 0 8px 8px 0 !important;
}

.steel-product-page .custom-quantity-section .qty-btn:hover {
    background: #2563eb !important;
    color: white !important;
}

.steel-product-page .custom-quantity-section .qty-btn:active {
    background: #1d4ed8 !important;
}

.steel-product-page .custom-quantity-section .qty-btn.minus {
    font-size: 1.75rem !important;
    line-height: 1 !important;
    padding-bottom: 2px !important;
}

.steel-product-page .custom-quantity-section .qty-btn.plus {
    font-size: 1.5rem !important;
    line-height: 1 !important;
}

.steel-product-page .single_add_to_cart_button {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: var(--theme2-primary);
    color: white;
    border: none;
    border-radius: var(--theme2-border-radius);
    font-size: var(--theme2-font-size-base);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.steel-product-page .single_add_to_cart_button:hover {
    background-color: var(--theme2-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: white;
}

/* Button Container - Two columns layout */
.button-container {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.button-container .single_add_to_cart_button,
.button-container .buy-now-button {
    flex: 1;
    padding: 1rem 1.5rem;
    font-size: var(--theme2-font-size-base) !important;
    text-align: center;
    margin: 0;
    cursor: pointer;
    border: none !important;
    border-radius: var(--theme2-border-radius) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Add to Cart Button in container - Blue background */
.steel-product-page .button-container .single_add_to_cart_button,
.woocommerce div.product form.cart .button-container .single_add_to_cart_button {
    background-color: #2563eb !important;
    color: white !important;
}

.steel-product-page .single_add_to_cart_button:hover,
.steel-product-page .button-container .single_add_to_cart_button:hover {
    background-color: #1d4ed8 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    color: white;
}

/* Buy Now Button - Black background */
.steel-product-page .button-container .buy-now-button,
.woocommerce div.product form.cart .button-container .buy-now-button {
    background-color: #111827 !important;
    color: white !important;
}

.steel-product-page .button-container .buy-now-button:hover,
.woocommerce div.product form.cart .button-container .buy-now-button:hover {
    background-color: #374151 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white !important;
}

.steel-product-page .button-container .buy-now-button.loading,
.woocommerce div.product form.cart .button-container .buy-now-button.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Responsive - Stack buttons on mobile */
@media (max-width: 768px) {
    .button-container {
        flex-direction: column;
    }
    
    .button-container .single_add_to_cart_button,
    .button-container .buy-now-button {
        width: 100%;
    }
}
/* 多行截断：显示2行后用...结尾 */
.woocommerce-message text {
    display: -webkit-box;
    max-width: 600px;
    -webkit-line-clamp: 2; /* 显示2行，改1就是单行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 手机端适配 */
@media (max-width: 768px) {
    .woocommerce-message text {
        max-width: 250px;
        -webkit-line-clamp: 1; /* 手机端只显示1行 */
    }
}

/* 按钮样式保留 */
.woocommerce-message .button.wc-forward {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
}
.woocommerce-shop-page{
    padding-top: var(--theme2-spacing-xl) !important;
}

.woocommerce-result-count{
    padding-left: var(--theme2-spacing-xl) !important;
}
.woocommerce-ordering{
    padding-right: var(--theme2-spacing-xl) !important;
}