/*
Theme Name: radiokin
Version: 1.0.39

WooCommerce styles override
*/

/* ============================================
   SECTION 1: BASE WOOCOMMERCE STYLES
   ============================================ */

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/* Old single product styles removed - replaced with modern 2025 design below */

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #F05858;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #F05858;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #F05858;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #F05858;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #F05858;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #F05858;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #F05858;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/* ============================================
   SECTION 2: ELEMENTOR MINI CART SIDEBAR
   Radio King Custom Design v2
   ============================================ */

/* ----------------------------------------
   HEADER CART ICON
   ---------------------------------------- */

/* Price text in header cart button - white color */
.elementor-menu-cart__toggle_button .woocommerce-Price-amount {
    color: #fff !important;
}

/* ----------------------------------------
   MINI CART CONTAINER & OVERLAY
   ---------------------------------------- */

/* Overlay background when cart is open */
.elementor-menu-cart--shown::before,
.elementor-menu-cart--shown .elementor-menu-cart__wrapper::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    pointer-events: auto !important;
}

/* Main sidebar container - HIDDEN by default */
.elementor-menu-cart__container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 520px !important;
    max-width: 90vw !important;
    z-index: 9999 !important;
    height: 100vh !important;
    overflow: hidden !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease !important;
}

/* Account for WordPress admin bar */
.admin-bar .elementor-menu-cart__container {
    top: 32px !important;
    height: calc(100vh - 32px) !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .elementor-menu-cart__container {
        top: 46px !important;
        height: calc(100vh - 46px) !important;
    }
}

/* Show container when cart is open */
.elementor-menu-cart--shown .elementor-menu-cart__container {
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Inner wrapper inside mini cart sidebar only */
.elementor-menu-cart__container .widget_shopping_cart_content {
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
}

/* ----------------------------------------
   MINI CART HEADER
   ---------------------------------------- */

.elementor-menu-cart__main {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    padding: 20px 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

/* Close button */
.elementor-menu-cart__close-button {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: transparent !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    padding: 0 !important;
}

.elementor-menu-cart__close-button svg {
    width: 24px !important;
    height: 24px !important;
    fill: #333 !important;
    transition: all 0.3s ease !important;
}

.elementor-menu-cart__close-button:hover svg {
    fill: #F05858 !important;
    transform: scale(1.1) !important;
}

/* Cart title/header area */
.widget_shopping_cart_content > .woocommerce-mini-cart__empty-message,
.elementor-menu-cart__main > p:first-child {
    padding: 25px 20px 15px !important;
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    border-bottom: 2px solid #F05858 !important;
}

/* ----------------------------------------
   PRODUCTS LIST
   ---------------------------------------- */

.elementor-menu-cart__products,
.woocommerce-mini-cart {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 15px !important;
    margin: 0 !important;
    list-style: none !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Individual product item */
.elementor-menu-cart__product,
.woocommerce-mini-cart-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 12px !important;
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

.elementor-menu-cart__product:hover,
.woocommerce-mini-cart-item:hover {
    background: #fff !important;
    border-color: #F05858 !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.1) !important;
}

.elementor-menu-cart__product:last-child,
.woocommerce-mini-cart-item:last-child {
    margin-bottom: 0 !important;
}

/* ----------------------------------------
   PRODUCT IMAGE
   ---------------------------------------- */

.elementor-menu-cart__product-image,
.woocommerce-mini-cart-item > a:first-child {
    flex-shrink: 0 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #eee !important;
}

.elementor-menu-cart__product-image img,
.woocommerce-mini-cart-item img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

/* ----------------------------------------
   PRODUCT INFO
   ---------------------------------------- */

.elementor-menu-cart__product-info {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Product name */
.elementor-menu-cart__product-name,
.woocommerce-mini-cart-item > a:not(:first-child) {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
    text-decoration: none !important;
    line-height: 1.35 !important;
    margin-bottom: 3px !important;
    word-break: break-word !important;
}

.elementor-menu-cart__product-name:hover,
.woocommerce-mini-cart-item > a:hover {
    color: #F05858 !important;
}

/* Product price and quantity */
.elementor-menu-cart__product-price,
.woocommerce-mini-cart-item .quantity {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
}

.woocommerce-mini-cart-item .quantity {
    display: block !important;
    margin-top: 2px !important;
    font-size: 13px !important;
}

/* ----------------------------------------
   REMOVE BUTTON
   ---------------------------------------- */

.woocommerce-mini-cart-item .remove,
.woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    background: transparent !important;
    border: none !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #999 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.woocommerce-mini-cart-item .remove:hover,
.woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: #F05858 !important;
}

/* ----------------------------------------
   SUBTOTAL
   ---------------------------------------- */

.elementor-menu-cart__subtotal,
.woocommerce-mini-cart__total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: #f8f9fa !important;
    border-top: 1px solid #eee !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount,
.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
}

/* ----------------------------------------
   FOOTER BUTTONS
   ---------------------------------------- */

.elementor-menu-cart__footer-buttons,
.woocommerce-mini-cart__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 20px !important;
    background: #fff !important;
    border-top: 1px solid #eee !important;
}

/* Common button styles */
.elementor-menu-cart__footer-buttons .elementor-button,
.woocommerce-mini-cart__buttons .button {
    display: block !important;
    width: 100% !important;
    padding: 14px 20px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

/* View Cart button */
.elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.woocommerce-mini-cart__buttons .button:not(.checkout) {
    background: #fff !important;
    color: #3B4251 !important;
    border: 2px solid #e0e0e0 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    background: #fff !important;
    border-color: #F05858 !important;
    color: #F05858 !important;
}

/* Checkout button */
.elementor-menu-cart__footer-buttons .elementor-button--checkout,
.woocommerce-mini-cart__buttons .button.checkout {
    background: #F05858 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.3) !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover,
.woocommerce-mini-cart__buttons .button.checkout:hover {
    background: #d94848 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(240, 88, 88, 0.4) !important;
}

/* ----------------------------------------
   EMPTY CART MESSAGE
   ---------------------------------------- */

.elementor-menu-cart__empty-message,
.woocommerce-mini-cart__empty-message {
    text-align: center !important;
    padding: 60px 30px !important;
    color: #999 !important;
    font-size: 16px !important;
}

.elementor-menu-cart__empty-message::before,
.woocommerce-mini-cart__empty-message::before {
    content: '🛒' !important;
    display: block !important;
    font-size: 48px !important;
    margin-bottom: 15px !important;
    opacity: 0.5 !important;
}

/* ----------------------------------------
   HEADER CART TOGGLE BUTTON
   ---------------------------------------- */

.elementor-menu-cart__toggle .elementor-button {
    background: transparent !important;
    border: none !important;
    padding: 8px 12px !important;
    transition: all 0.3s ease !important;
}

.elementor-menu-cart__toggle .elementor-button:hover {
    opacity: 0.8 !important;
}

.elementor-menu-cart__toggle .elementor-button-icon {
    font-size: 24px !important;
}

.elementor-menu-cart__toggle .elementor-button-text {
    font-weight: 600 !important;
}

/* Cart count badge */
.elementor-menu-cart__toggle .elementor-button-icon[data-counter]::after {
    content: attr(data-counter) !important;
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #F05858 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ----------------------------------------
   SCROLLBAR STYLING
   ---------------------------------------- */

.elementor-menu-cart__products::-webkit-scrollbar,
.woocommerce-mini-cart::-webkit-scrollbar {
    width: 6px !important;
}

.elementor-menu-cart__products::-webkit-scrollbar-track,
.woocommerce-mini-cart::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 3px !important;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb,
.woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: #ddd !important;
    border-radius: 3px !important;
}

.elementor-menu-cart__products::-webkit-scrollbar-thumb:hover,
.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
}

/* ----------------------------------------
   MOBILE RESPONSIVE
   ---------------------------------------- */

@media (max-width: 480px) {
    .elementor-menu-cart__container {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .elementor-menu-cart__product,
    .woocommerce-mini-cart-item {
        padding: 12px !important;
        gap: 12px !important;
    }
    
    .elementor-menu-cart__product-image,
    .woocommerce-mini-cart-item > a:first-child,
    .elementor-menu-cart__product-image img,
    .woocommerce-mini-cart-item img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .elementor-menu-cart__product-name,
    .woocommerce-mini-cart-item > a:not(:first-child) {
        font-size: 13px !important;
    }
}


/* ============================================
   CART PAGE - MODERN CARD DESIGN
   Style: Reference image with Radio King colors
   ============================================ */

/* Hide default table header */
.woocommerce-cart-form .shop_table thead {
    display: none !important;
}

/* Transform table into card layout */
.woocommerce-cart-form .shop_table {
    border: none !important;
    background: transparent !important;
}

.woocommerce-cart-form .shop_table tbody {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

/* Each cart item as a card */
.woocommerce-cart-form .shop_table .cart_item,
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 2px solid #F05858 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    position: relative !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .shop_table .cart_item:hover,
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:hover {
    box-shadow: 0 4px 20px rgba(240, 88, 88, 0.15) !important;
    transform: translateY(-2px) !important;
}

/* Product thumbnail */
.woocommerce-cart-form .shop_table .product-thumbnail {
    flex: 0 0 100px !important;
    width: 100px !important;
    padding: 0 !important;
    border: none !important;
}

.woocommerce-cart-form .shop_table .product-thumbnail a {
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 2px solid #eee !important;
}

.woocommerce-cart-form .shop_table .product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

/* Product name and info */
.woocommerce-cart-form .shop_table .product-name {
    flex: 1 !important;
    padding: 0 20px !important;
    border: none !important;
}

.woocommerce-cart-form .shop_table .product-name a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
}

.woocommerce-cart-form .shop_table .product-name a:hover {
    color: #F05858 !important;
}

.woocommerce-cart-form .shop_table .product-name .variation {
    font-size: 13px !important;
    color: #888 !important;
    margin-top: 5px !important;
}

/* Product price */
.woocommerce-cart-form .shop_table .product-price {
    flex: 0 0 100px !important;
    text-align: center !important;
    padding: 0 10px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
}

/* Quantity selector - styled like reference with +/- buttons */
.woocommerce-cart-form .shop_table .product-quantity {
    flex: 0 0 130px !important;
    padding: 0 10px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-cart-form .shop_table .product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
    border: 2px solid #F05858 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form .shop_table .product-quantity .qty {
    width: 50px !important;
    height: 40px !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    background: #fff !important;
    -moz-appearance: textfield !important;
}

.woocommerce-cart-form .shop_table .product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart-form .shop_table .product-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Subtotal */
.woocommerce-cart-form .shop_table .product-subtotal {
    flex: 0 0 100px !important;
    text-align: right !important;
    padding: 0 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
}

/* Remove button - positioned top right */
.woocommerce-cart-form .shop_table .product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    padding: 0 !important;
    border: none !important;
    width: auto !important;
    flex: none !important;
}

.woocommerce-cart-form .shop_table .product-remove a.remove {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    background: #fff !important;
    border: 2px solid #F05858 !important;
    border-radius: 50% !important;
    color: #F05858 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
}

.woocommerce-cart-form .shop_table .product-remove a.remove:hover {
    background: #F05858 !important;
    color: #fff !important;
}

/* Hide data-title on desktop */
.woocommerce-cart-form .shop_table td::before {
    display: none !important;
}

/* Update Cart Button */
.woocommerce-cart-form .actions {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 20px 0 !important;
    border: none !important;
    background: transparent !important;
}

.woocommerce-cart-form .actions .coupon {
    display: none !important;
}

.woocommerce-cart-form button[name="update_cart"] {
    background: #3B4251 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form button[name="update_cart"]:hover {
    background: #2a303b !important;
    transform: translateY(-2px) !important;
}

.woocommerce-cart-form button[name="update_cart"]:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* ============================================
   ORDER SUMMARY / CART TOTALS
   ============================================ */

.cart_totals {
    background: #fff !important;
    border: 2px solid #eee !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
}

.cart_totals > h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #F05858 !important;
}

.cart_totals .shop_table {
    border: none !important;
    background: transparent !important;
}

.cart_totals .shop_table tbody {
    display: block !important;
}

.cart_totals .shop_table tr {
    display: flex !important;
    justify-content: space-between !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.cart_totals .shop_table tr:last-child {
    border-bottom: none !important;
}

.cart_totals .shop_table th,
.cart_totals .shop_table td {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.cart_totals .shop_table th {
    font-weight: 600 !important;
    color: #666 !important;
    font-size: 15px !important;
    text-align: left !important;
}

.cart_totals .shop_table td {
    font-weight: 600 !important;
    color: #3B4251 !important;
    font-size: 15px !important;
    text-align: right !important;
}

/* Shipping options */
.cart_totals .shipping td {
    text-align: right !important;
}

.cart_totals .shipping ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cart_totals .shipping li {
    margin-bottom: 8px !important;
}

.cart_totals .shipping li:last-child {
    margin-bottom: 0 !important;
}

.cart_totals .shipping label {
    font-weight: 500 !important;
    color: #666 !important;
    cursor: pointer !important;
}

.cart_totals .shipping input[type="radio"] {
    margin-right: 8px !important;
    accent-color: #F05858 !important;
}

/* Total row */
.cart_totals .order-total {
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 2px solid #3B4251 !important;
}

.cart_totals .order-total th {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
}

.cart_totals .order-total td {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.cart_totals .order-total .woocommerce-Price-amount {
    color: #F05858 !important;
}

/* Proceed to Checkout Button */
.wc-proceed-to-checkout {
    margin-top: 25px !important;
}

.wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 100% !important;
    background: #F05858 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 18px 25px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.3) !important;
    border: none !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #d94848 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(240, 88, 88, 0.4) !important;
}

/* Continue Shopping Link */
.wc-proceed-to-checkout::after {
    content: "Continue Shopping" !important;
    display: block !important;
    text-align: center !important;
    margin-top: 15px !important;
    color: #F05858 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 991px) {
    .woocommerce-cart-form .shop_table .cart_item,
    .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
        flex-wrap: wrap !important;
        padding: 15px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-thumbnail {
        flex: 0 0 80px !important;
        width: 80px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-thumbnail a {
        width: 80px !important;
        height: 80px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-name {
        flex: 1 !important;
        padding: 0 15px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-price {
        display: none !important;
    }
    
    .woocommerce-cart-form .shop_table .product-quantity {
        flex: 0 0 100% !important;
        margin-top: 15px !important;
        justify-content: flex-start !important;
    }
    
    .woocommerce-cart-form .shop_table .product-subtotal {
        flex: 0 0 100% !important;
        text-align: left !important;
        margin-top: 10px !important;
        padding-left: 95px !important;
    }
}

@media (max-width: 576px) {
    .woocommerce-cart-form .shop_table .cart_item,
    .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
        padding: 15px 10px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-thumbnail {
        flex: 0 0 70px !important;
        width: 70px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-thumbnail a {
        width: 70px !important;
        height: 70px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-name a {
        font-size: 14px !important;
    }
    
    .woocommerce-cart-form .shop_table .product-subtotal {
        padding-left: 85px !important;
    }
    
    .cart_totals {
        padding: 20px !important;
    }
    
    .cart_totals > h2 {
        font-size: 18px !important;
    }
    
    .wc-proceed-to-checkout .checkout-button {
        padding: 15px 20px !important;
        font-size: 15px !important;
    }
}

/* ============================================
   EMPTY CART STYLES
   ============================================ */

.cart-empty.woocommerce-info {
    background: #fff !important;
    border: 2px solid #F05858 !important;
    border-radius: 12px !important;
    padding: 40px !important;
    text-align: center !important;
    color: #3B4251 !important;
    font-size: 18px !important;
}

.cart-empty.woocommerce-info::before {
    color: #F05858 !important;
}

.return-to-shop .button {
    background: #F05858 !important;
    color: #fff !important;
    padding: 14px 30px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 20px !important;
    transition: all 0.3s ease !important;
}

.return-to-shop .button:hover {
    background: #d94848 !important;
    transform: translateY(-2px) !important;
}


/* ============================================
   CHECKOUT PAGE STYLES
   Two Column Layout: 65% Left / 35% Right
   ============================================ */

/*
 * HTML Structure (from actual site):
 * 
 * form.checkout.woocommerce-checkout
 *   └── .flex_class                    ← Left column wrapper (65%)
 *       └── #customer_details.col2-set
 *           ├── .col-1 (Billing)
 *           └── .col-2 (Shipping)
 *   └── #order_review                  ← Right column (35%)
 *       └── #order_review_heading
 *       └── table.woocommerce-checkout-review-order-table
 *       └── #payment
 */

/* Desktop: Two Column Layout */
/*
 * ACTUAL HTML Structure (from DevTools):
 * 
 * form.checkout.woocommerce-checkout
 *   └── div.flex_class              ← THIS is the flex container!
 *       ├── div#customer_details    ← Left column (65%)
 *       └── div#order_review        ← Right column (35%)
 */

@media (min-width: 992px) {
    
    /* .flex_class is the FLEX CONTAINER (not form.checkout!) */
    .woocommerce-checkout .flex_class,
    .woocommerce-checkout form.checkout .flex_class,
    form.checkout .flex_class {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 30px !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }
    
    /* Left column - #customer_details (65%) */
    .woocommerce-checkout .flex_class #customer_details,
    .woocommerce-checkout #customer_details,
    .flex_class #customer_details {
        flex: 0 0 63% !important;
        max-width: 63% !important;
        width: 63% !important;
        min-width: 0 !important;
        order: 1 !important;
        box-sizing: border-box !important;
    }
    
    /* Right column - #order_review (35%) */
    .woocommerce-checkout .flex_class #order_review,
    .woocommerce-checkout #order_review,
    .flex_class #order_review,
    #order_review.woocommerce-checkout-review-order {
        flex: 0 0 33% !important;
        max-width: 33% !important;
        width: 33% !important;
        min-width: 0 !important;
        order: 2 !important;
        position: sticky !important;
        top: 120px !important;
        box-sizing: border-box !important;
    }
    
    /* col-1 and col-2 inside #customer_details - stack vertically */
    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
    }
}

/* ============================================
   CHECKOUT FORM STYLING
   ============================================ */

/* Section headers */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #F05858 !important;
}

/* Form fields wrapper - grid layout */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

/* Wide fields span full width */
.woocommerce-checkout .form-row-wide {
    grid-column: span 2 !important;
}

/* Form row styling */
.woocommerce-checkout .form-row {
    margin-bottom: 0 !important;
}

/* Input fields */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
    transition: border-color 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #F05858 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(240, 88, 88, 0.1) !important;
}

/* Select2 dropdown fix - ensure text is inside the field */
.woocommerce-checkout .select2-container {
    width: 100% !important;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: auto !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.4 !important;
    color: #3B4251 !important;
    font-size: 15px !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 10px !important;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
}

/* Select2 dropdown list */
.select2-dropdown {
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.select2-results__option {
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.select2-results__option--highlighted {
    background: #F05858 !important;
    color: #fff !important;
}

.select2-results__option--selected {
    background: #f5f5f5 !important;
    color: #3B4251 !important;
}

/* Labels */
.woocommerce-checkout label {
    font-weight: 600 !important;
    color: #3B4251 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.woocommerce-checkout label .required {
    color: #F05858 !important;
}

/* ============================================
   ORDER REVIEW BOX (Right Column)
   ============================================ */

#order_review {
    background: #fff !important;
    border: 2px solid #eee !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
}

/* Order review heading */
#order_review_heading,
#order_review > h3:first-child {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    margin: 0 0 15px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #F05858 !important;
}

/* Order review table */
.woocommerce-checkout-review-order-table {
    border: none !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    table-layout: fixed !important;
}

.woocommerce-checkout-review-order-table thead {
    display: none !important;
}

.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tfoot tr {
    border-bottom: 1px solid #eee !important;
}

.woocommerce-checkout-review-order-table tbody td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tfoot th {
    padding: 10px 5px !important;
    border: none !important;
    vertical-align: top !important;
}

/* Product name column - wider */
.woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 13px !important;
    color: #3B4251 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
    width: 70% !important;
}

/* Product total column - narrower */
.woocommerce-checkout-review-order-table .cart_item .product-total {
    text-align: right !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    width: 30% !important;
}

/* Subtotal and shipping rows */
.woocommerce-checkout-review-order-table tfoot th {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right !important;
    font-size: 14px !important;
}

/* Shipping options - remove bullets and fix layout */
.woocommerce-checkout-review-order-table .shipping td {
    padding: 10px 0 !important;
}

.woocommerce-checkout-review-order-table #shipping_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout-review-order-table #shipping_method li {
    list-style: none !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.woocommerce-checkout-review-order-table #shipping_method li input[type="radio"] {
    margin: 0 !important;
    accent-color: #F05858 !important;
}

.woocommerce-checkout-review-order-table #shipping_method li label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #3B4251 !important;
    margin: 0 !important;
    display: inline !important;
}

/* Order total row */
.woocommerce-checkout-review-order-table .order-total {
    border-top: 2px solid #F05858 !important;
}

.woocommerce-checkout-review-order-table .order-total th {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
}

.woocommerce-checkout-review-order-table .order-total td {
    text-align: right !important;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
}

/* ============================================
   PAYMENT METHODS
   ============================================ */

.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    border: none !important;
}

.woocommerce-checkout #payment .wc_payment_method {
    background: #f9f9f9 !important;
    border: 2px solid #eee !important;
    border-radius: 10px !important;
    padding: 15px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

.woocommerce-checkout #payment .wc_payment_method:hover,
.woocommerce-checkout #payment .wc_payment_method input:checked ~ label {
    border-color: #F05858 !important;
}

.woocommerce-checkout #payment .wc_payment_method label {
    font-weight: 600 !important;
    color: #3B4251 !important;
    cursor: pointer !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff !important;
    border-radius: 8px !important;
    padding: 15px !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-top: 10px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

/* ============================================
   PLACE ORDER BUTTON
   ============================================ */

#place_order {
    display: block !important;
    width: 100% !important;
    background: #F05858 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-transform: none !important;
}

#place_order:hover {
    background: #d94848 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(240, 88, 88, 0.4) !important;
}

/* ============================================
   TERMS & PRIVACY
   ============================================ */

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin: 20px 0 !important;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-top: 3px !important;
    accent-color: #F05858 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 15px !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #F05858 !important;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
    }
    
    .woocommerce-checkout .form-row-wide {
        grid-column: span 1 !important;
    }
    
    #order_review {
        padding: 20px !important;
    }
    
    #place_order {
        font-size: 16px !important;
        padding: 15px !important;
    }
}


/* ============================================
   SECTION 5: WOOCOMMERCE BLOCKS STYLES
   (For Block-based Cart & Checkout)
   ============================================ */

/* Block Cart Submit Button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: #F05858 !important;
	border: 2px solid #F05858 !important;
	color: #fff !important;
	padding: 15px 25px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	border-radius: 10px !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: #fff !important;
	color: #F05858 !important;
}

/* Block Components Button */
.wc-block-components-button {
	background: #F05858 !important;
	border: 2px solid #F05858 !important;
	color: #fff !important;
	padding: 12px 20px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
}

.wc-block-components-button:hover {
	background: #fff !important;
	color: #F05858 !important;
}

/* Block Product Name */
.wc-block-components-product-name {
	font-family: "Raleway", sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	color: #3B4251;
}

.wc-block-components-product-name:hover {
	color: #F05858;
}

/* Block Totals */
.wc-block-components-totals-item__label {
	font-family: "Raleway", sans-serif;
	font-size: 16px !important;
	font-weight: 700;
	color: #3B4251;
}

.wc-block-cart-items__header,
.wc-block-cart__totals-title {
	font-family: "Raleway", sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #3B4251 !important;
}

/* Block Product Price */
.wc-block-components-product-price__value.is-discounted {
	font-size: 18px;
	font-weight: 500;
	color: #3B4251;
	background: none;
	padding: 0px 10px;
}

.wc-block-components-formatted-money-amount {
	color: #3B4251;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: 18px;
	line-height: 1;
	text-align: right;
	color: #3B4251;
	font-weight: 500;
}

/* Block Product Badge (Sale) */
.wc-block-components-product-badge {
	border: 0px;
	background: #F05858;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: .75em;
	font-weight: 600;
	padding: 0 .66em;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 2;
}

.wc-block-components-product-badge span {
	color: #fff;
}

/* Block Panel Button */
.wc-block-components-panel__button {
	font-family: "Raleway", sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	color: #3B4251;
}

/* Block Product Metadata */
.wc-block-components-product-metadata__description p {
	line-height: 1.2;
	font-size: 14px;
}


/* ============================================
   SECTION 6: PRODUCT ARCHIVE & SHOP STYLES
   ============================================ */
/* Archive styles removed - use Elementor widget settings */

/* Single Product Image */
.wp-post-image {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

/* Product Thumbnails */
.flex-control-thumbs li {
	margin: 5px;
	object-fit: cover;
	height: 80px;
}

.flex-control-thumbs img {
	margin: 5px;
	object-fit: cover;
	height: 80px;
}

/* Product Variations */
.variations {
	margin: 0px;
}

.variations tr {
	display: flex;
	flex-direction: column;
}

.variations .label {
	text-align: left;
}

.variations .value {
	display: flex;
	flex-direction: column;
}

.variations .value .reset_variations {
	font-weight: 600;
	color: #F05858;
	margin: 10px 0px 0px 0px;
}

.variations .value select {
	min-height: 30px;
	padding: 6px 10px;
	max-width: 50%;
	border: 3px solid #eee;
}

.woocommerce-variation-price:before {
	content: "Price: ";
	font-size: 24px;
	font-weight: 700;
}

/* Product Attributes */
.woocommerce-product-attributes-item {
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 3px;
}

.woocommerce-product-attributes-item__label {
	min-width: 120px;
	text-align: left;
	padding: 0px !important;
}

/* Product Categories Widget */
.widget_product_categories h5 {
	margin: 0px 0px 10px 0px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.product-categories {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.product-categories li a {
	color: #3B4251;
	font-weight: 400;
}

.product-categories li:hover a {
	color: #000;
}

.product-categories .cat-parent .children {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none;
}

/* Pagination */
.woocommerce-pagination .page-numbers {
	display: flex;
	justify-content: center;
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.woocommerce-pagination .page-numbers li {
	padding: 0px 5px;
}

.woocommerce-pagination .page-numbers .current {
	color: #F05858;
}

.woocommerce-pagination .page-numbers a {
	color: #000;
}


/* ============================================
   SECTION 7: ORDER CONFIRMATION STYLES
   ============================================ */

.woocommerce-order .woocommerce-notice--success,
.woocommerce-order-details__title {
	font-size: 18px;
	font-weight: bold;
	color: #3B4251;
	margin: 0px;
}

.woocommerce-order .woocommerce-thankyou-order-details {
	list-style: none;
	margin: 10px 0px 10px 0px;
	font-size: 14px !important;
	color: #000;
}

.woocommerce-order .woocommerce-thankyou-order-details bdi {
	font-size: 14px !important;
}

.woocommerce-order .woocommerce-columns--addresses {
	font-size: 14px !important;
	color: #000;
	display: flex;
	justify-content: space-between;
}

.woocommerce-order .woocommerce-table--order-details {
	font-size: 14px !important;
	color: #000;
}

.woocommerce-order .woocommerce-table--order-details bdi,
.woocommerce-order .woocommerce-table--order-details a,
.woocommerce-order .woocommerce-table--order-details .woocommerce-Price-amount {
	font-size: 14px !important;
	color: #000;
}


/* ============================================
   SECTION 8: RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px) {
	/* Mini Cart */
	.elementor-menu-cart__container {
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-menu-cart__product {
		padding: 12px !important;
	}

	.elementor-menu-cart__product-image {
		width: 70px !important;
		height: 70px !important;
	}

	.elementor-menu-cart__product-name {
		font-size: 13px !important;
	}

	.elementor-menu-cart__footer-buttons .elementor-button {
		padding: 12px 16px !important;
		font-size: 14px !important;
	}

	/* Product Archive */
	.woocommerce-loop-product__link img {
		height: 100%;
	}

	/* Blocks */
	.wc-block-components-button {
		width: 100% !important;
		padding: 15px;
	}

	/* Social Icons */
	.elementor-widget-social-icons .elementor-grid {
		display: flex !important;
		flex-direction: row !important;
	}

	.elementor-grid {
		display: flex !important;
		flex-direction: column !important;
	}

	/* SEO Text */
	.service_seo_text {
		columns: 1;
	}
}

/* Sub Menu */
.sub-menu li a {
	padding: 5px 10px !important;
}

/* SEO Text */
.service_seo_text h1,
.service_seo_text h2,
.service_seo_text h3 {
	font-size: 18px;
	line-height: 1.2;
}

.service_seo_text ol,
.service_seo_text ul {
	margin: 0px;
}

/* Filters */
.filters-container .filter-title {
	margin: 0px 0px 5px 0px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

/* Hide shipping and payment blocks if needed */
.wp-block-woocommerce-checkout-shipping-methods-block {
	display: none;
}

.wp-block-woocommerce-checkout-payment-block {
	display: none;
}


/* ============================================
   SECTION: MINI CART SIDEBAR STYLES
   Unique styles for .elementor-menu-cart__container only
   Radio King v1.0.51
   ============================================ */

/* Mini cart product item - ONLY in sidebar */
.elementor-menu-cart__container .elementor-menu-cart__product,
.elementor-menu-cart__container .woocommerce-mini-cart-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px !important;
    margin-bottom: 10px !important;
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
    min-height: 70px !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product:hover,
.elementor-menu-cart__container .woocommerce-mini-cart-item:hover {
    background: #fff !important;
    border-color: #F05858 !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.1) !important;
}

/* Mini cart product image - ONLY in sidebar */
.elementor-menu-cart__container .elementor-menu-cart__product-image,
.elementor-menu-cart__container .woocommerce-mini-cart-item > a:first-child {
    flex-shrink: 0 !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #eee !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product-image img,
.elementor-menu-cart__container .woocommerce-mini-cart-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
}

/* Mini cart product name - ONLY in sidebar */
.elementor-menu-cart__container .elementor-menu-cart__product-name,
.elementor-menu-cart__container .woocommerce-mini-cart-item > a:not(:first-child) {
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
    word-break: break-word !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name:hover,
.elementor-menu-cart__container .woocommerce-mini-cart-item > a:hover {
    color: #F05858 !important;
}

/* Mini cart product price - ONLY in sidebar */
.elementor-menu-cart__container .elementor-menu-cart__product-price,
.elementor-menu-cart__container .woocommerce-mini-cart-item .quantity {
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Mini cart remove button - ONLY in sidebar */
.elementor-menu-cart__container .elementor-menu-cart__product-remove,
.elementor-menu-cart__container .woocommerce-mini-cart-item .remove,
.elementor-menu-cart__container .woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute !important;
    top: 3px !important;
    right: 3px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    font-size: 10px !important;
    line-height: 1 !important;
    color: #999 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product-remove:hover,
.elementor-menu-cart__container .woocommerce-mini-cart-item .remove:hover,
.elementor-menu-cart__container .woocommerce-mini-cart-item .remove_from_cart_button:hover {
    color: #F05858 !important;
    transform: scale(1.2) !important;
}

/* Mini cart price in header - white color */
.elementor-menu-cart__toggle_button .woocommerce-Price-amount {
    color: #fff !important;
}


/* ============================================
   SECTION: MINI CART PRODUCT CARD FIX
   Fix for WooCommerce standard mini cart structure
   where image and text are inside the same <a> tag
   Radio King v1.0.53
   ============================================ */

/* Product item container - Flexbox approach */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 12px !important;
    padding-right: 35px !important; /* Space for remove button */
    margin-bottom: 12px !important;
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item:hover {
    background: #fff !important;
    border-color: #F05858 !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.1) !important;
}

/* Remove button - position in top right corner */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a.remove,
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a.remove_from_cart_button {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 22px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #bbb !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    order: 99 !important;
}

.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a.remove:hover,
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a.remove_from_cart_button:hover {
    color: #F05858 !important;
}

/* Product link with image and text - Flex row */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a:not(.remove):not(.remove_from_cart_button) {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    flex: 1 1 100% !important;
    text-decoration: none !important;
    color: #3B4251 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    order: 1 !important;
}

.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a:not(.remove):not(.remove_from_cart_button):hover {
    color: #F05858 !important;
}

/* Product image inside the link */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a:not(.remove):not(.remove_from_cart_button) > img {
    flex-shrink: 0 !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
    margin: 0 !important;
}

/* Quantity and price - below the link */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > .quantity {
    flex: 0 0 auto !important;
    margin-left: 72px !important; /* 60px image + 12px gap */
    margin-top: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #F05858 !important;
    padding: 0 !important;
    order: 2 !important;
}

/* Fallback for any img in mini cart item */
.elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

/* ============================================
   MOBILE FIX: Remove white stripe on right
   ============================================ */

/* Ensure container doesn't overflow */
.elementor-menu-cart__container {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.elementor-menu-cart__main {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.widget_shopping_cart_content {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Custom wrapper for mini cart content - prevents horizontal overflow */
.radiokin-mini-cart-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
}

/* Fix SVG cart icon overflow on mobile */
@media screen and (max-width: 767px) {
    .e-font-icon-svg.e-eicon-cart-medium {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .radiokin-mini-cart-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .elementor-menu-cart__container {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    .elementor-menu-cart__main {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 15px 0 !important;
        box-sizing: border-box !important;
    }
    
    .widget_shopping_cart_content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item {
        padding: 10px !important;
        padding-right: 30px !important;
    }
    
    .elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a:not(.remove):not(.remove_from_cart_button) > img {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
    }
    
    .elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > a:not(.remove):not(.remove_from_cart_button) {
        font-size: 13px !important;
        gap: 10px !important;
    }
    
    .elementor-menu-cart__container .woocommerce-mini-cart-item.mini_cart_item > .quantity {
        margin-left: 60px !important; /* 50px image + 10px gap */
        font-size: 12px !important;
    }
}


/* ============================================
   SINGLE PRODUCT PAGE STYLING (2025 MODERN DESIGN)
   ============================================ */

/* Main product container - using shortcode for full width layout */
/* .single-product div.product {
    display: grid !important;
    grid-template-columns: 60% 40% !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
} */

/* ============================================
   LEFT COLUMN - PRODUCT IMAGES
   ============================================ */

.single-product div.product .woocommerce-product-gallery {
    grid-column: 1 !important;
    margin: 0 !important;
}

/* Main product image */
.single-product div.product .woocommerce-product-gallery__wrapper {
    margin-bottom: 15px !important;
}

.single-product div.product .woocommerce-product-gallery__image {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.single-product div.product .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Thumbnail gallery */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 120px !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
    border-color: #F05858 !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #F05858 !important;
}

/* ============================================
   RIGHT COLUMN - PRODUCT INFORMATION
   ============================================ */

.single-product div.product .summary {
    grid-column: 2 !important;
    padding: 0 !important;
}

/* Product title */
.single-product div.product .product_title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.3 !important;
}

/* Price */
.single-product div.product .price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
    margin: 0 0 30px 0 !important;
    display: block !important;
}

.single-product div.product .price del {
    display: none !important;
}

.single-product div.product .price ins {
    text-decoration: none !important;
    background: none !important;
}

/* Variable product price range */
.single-product div.product .price .woocommerce-Price-amount {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #F05858 !important;
}

/* ============================================
   PRODUCT OPTIONS & ADD TO CART FORM
   ============================================ */

.single-product div.product form.cart {
    margin: 0 0 30px 0 !important;
}

/* Variations form */
.single-product div.product .variations {
    border: none !important;
    margin: 0 0 20px 0 !important;
}

.single-product div.product .variations tr {
    display: block !important;
    margin-bottom: 20px !important;
}

.single-product div.product .variations td,
.single-product div.product .variations th {
    display: block !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Variation label (Specs, etc.) */
.single-product div.product .variations .label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
    margin-bottom: 10px !important;
}

/* Variation select dropdown */
.single-product div.product .variations select {
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 15px !important;
    color: #3B4251 !important;
    background: #fff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: border-color 0.3s ease !important;
    cursor: pointer !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233B4251' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    padding-right: 40px !important;
}

.single-product div.product .variations select:focus {
    border-color: #F05858 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(240, 88, 88, 0.1) !important;
}

/* Reset/Clear variations link */
.single-product div.product .reset_variations {
    color: #F05858 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 10px !important;
}

.single-product div.product .reset_variations:hover {
    text-decoration: underline !important;
}

/* ============================================
   PRODUCT ADD-ONS / CHECKBOXES (Installation)
   ============================================ */

/* Product add-ons wrapper */
.single-product div.product .product-addon {
    margin: 0 0 20px 0 !important;
    padding: 20px !important;
    background: #f9f9f9 !important;
    border-radius: 8px !important;
}

.single-product div.product .product-addon-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3B4251 !important;
    margin-bottom: 15px !important;
}

/* Checkbox styling */
.single-product div.product .product-addon label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    color: #3B4251 !important;
}

.single-product div.product .product-addon input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    accent-color: #F05858 !important;
}

.single-product div.product .product-addon .addon-price {
    color: #F05858 !important;
    font-weight: 600 !important;
}

.single-product div.product .product-addon .addon-description {
    font-size: 12px !important;
    color: #999 !important;
    margin-top: 5px !important;
    display: block !important;
}

/* ============================================
   PRODUCT TOTALS TABLE
   ============================================ */

.single-product div.product .product-totals {
    margin: 0 0 20px 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.single-product div.product .product-totals table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.single-product div.product .product-totals tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

.single-product div.product .product-totals tr:last-child {
    border-bottom: none !important;
}

.single-product div.product .product-totals td {
    padding: 15px 20px !important;
    font-size: 15px !important;
}

.single-product div.product .product-totals td:first-child {
    font-weight: 600 !important;
    color: #3B4251 !important;
}

.single-product div.product .product-totals td:last-child {
    text-align: right !important;
    color: #666 !important;
}

.single-product div.product .product-totals tr.grand-total td {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #3B4251 !important;
}

/* ============================================
   ADD TO CART BUTTON
   ============================================ */

.single-product div.product button.single_add_to_cart_button {
    width: 100% !important;
    padding: 18px 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #F05858 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(240, 88, 88, 0.3) !important;
    text-transform: none !important;
}

.single-product div.product button.single_add_to_cart_button:hover {
    background: #e04848 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(240, 88, 88, 0.4) !important;
}

.single-product div.product button.single_add_to_cart_button:active {
    transform: translateY(0) !important;
}

.single-product div.product button.single_add_to_cart_button:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* Quantity selector (if shown) */
.single-product div.product .quantity {
    margin-bottom: 15px !important;
}

.single-product div.product .quantity input.qty {
    width: 80px !important;
    padding: 12px !important;
    font-size: 16px !important;
    text-align: center !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
}

/* ============================================
   PRODUCT TABS (Description, Additional Info, Reviews)
   ============================================ */

.single-product .woocommerce-tabs {
    margin-top: 60px !important;
    clear: both !important;
}

/* Tabs navigation */
.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 30px !important;
    list-style: none !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-bottom: 2px solid #e0e0e0 !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    display: block !important;
    padding: 15px 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #999 !important;
    text-decoration: none !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    top: 2px !important;
}

.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: #F05858 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #F05858 !important;
    border-bottom-color: #F05858 !important;
}

/* Tab panels */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 30px 0 !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #3B4251 !important;
    margin: 0 0 20px 0 !important;
}

/* Additional information table */
.single-product .woocommerce-tabs table.shop_attributes {
    width: 100% !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border-collapse: collapse !important;
}

.single-product .woocommerce-tabs table.shop_attributes tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

.single-product .woocommerce-tabs table.shop_attributes tr:last-child {
    border-bottom: none !important;
}

.single-product .woocommerce-tabs table.shop_attributes tr:nth-child(even) {
    background: #f5f5f5 !important;
}

.single-product .woocommerce-tabs table.shop_attributes th,
.single-product .woocommerce-tabs table.shop_attributes td {
    padding: 15px 20px !important;
    text-align: left !important;
    border: none !important;
}

.single-product .woocommerce-tabs table.shop_attributes th {
    font-weight: 700 !important;
    color: #3B4251 !important;
    width: 30% !important;
}

.single-product .woocommerce-tabs table.shop_attributes td {
    color: #666 !important;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE
   ============================================ */

@media (max-width: 991px) {
    /* Stack columns on mobile */
    .single-product div.product {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 20px 15px !important;
    }
    
    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .summary {
        grid-column: 1 !important;
    }
    
    /* Adjust title size */
    .single-product div.product .product_title {
        font-size: 24px !important;
    }
    
    /* Adjust price size */
    .single-product div.product .price,
    .single-product div.product .price .woocommerce-Price-amount {
        font-size: 28px !important;
    }
    
    /* Adjust button size */
    .single-product div.product button.single_add_to_cart_button {
        font-size: 16px !important;
        padding: 16px 25px !important;
    }
    
    /* Adjust tabs */
    .single-product .woocommerce-tabs ul.tabs {
        gap: 15px !important;
    }
    
    .single-product .woocommerce-tabs ul.tabs li a {
        font-size: 16px !important;
        padding: 12px 0 !important;
    }
}

@media (max-width: 767px) {
    /* Smaller thumbnails on mobile */
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        max-width: 80px !important;
    }
    
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        height: 60px !important;
    }
    
    /* Stack tabs vertically if needed */
    .single-product .woocommerce-tabs ul.tabs {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
    
    /* Adjust attributes table */
    .single-product .woocommerce-tabs table.shop_attributes th {
        width: 40% !important;
        font-size: 14px !important;
    }
    
    .single-product .woocommerce-tabs table.shop_attributes td {
        font-size: 14px !important;
    }
}
