.cart-actions-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-top: 20px;
}

.cart-actions-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 0 0;
    padding: 0;
}

.cart-actions-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-actions-right {
    display: flex;
    align-items: center;
}

.coupon-form {
    display: flex;
    align-items: stretch;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: transparent;
    transition: all 0.2s ease;
}

.coupon-form:focus-within {
    border-color: #dd9933;
    box-shadow: 0 0 0 2px rgba(221, 153, 51, 0.2);
}

.coupon-input {
    padding: 8px 12px;
    background: transparent;
    border: none;
    color: #333;
    font-size: 13px;
    width: 160px;
}

.coupon-input:focus {
    outline: none;
}

.coupon-input::placeholder {
    color: #999;
}

.coupon-btn {
    padding: 8px 16px;
    background: #f8f8f8;
    border: none;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.coupon-btn:hover {
    background: #eee;
    color: #333;
}

.coupon-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}

.coupon-tag svg {
    flex-shrink: 0;
}

.coupon-tag .inline-form {
    display: inline;
}

.coupon-tag .remove-coupon {
    background: none;
    border: none;
    color: #2e7d32;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
}

.coupon-tag .remove-coupon:hover {
    opacity: 1;
}

.update-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.update-cart-btn:hover {
    background: #eee;
    border-color: #bbb;
    color: #333;
}

.update-cart-btn svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.update-cart-btn:hover svg {
    transform: rotate(180deg);
}

.coupon-form {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.coupon-form:focus-within {
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.15);
}

.coupon-input {
    padding: 14px 18px;
    background: #121218;
    border: none;
    color: #fff;
    font-size: 0.95em;
    min-width: 200px;
    transition: background 0.2s ease;
}

.coupon-input:focus {
    outline: none;
    background: #181820;
}

.coupon-input::placeholder {
    color: #666;
}

.coupon-btn {
    padding: 14px 28px;
    background: linear-gradient(145deg, #dd9933, #c88629);
    border: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.coupon-btn:hover {
    background: linear-gradient(145deg, #c88629, #b87420);
    box-shadow: 0 4px 15px rgba(221, 153, 51, 0.3);
}

.update-cart-btn {
    padding: 14px 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #aaa;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.update-cart-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.coupon-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(145deg, rgba(40, 167, 69, 0.15), rgba(40, 167, 69, 0.08));
    border: 1px solid rgba(40, 167, 69, 0.35);
    color: #28a745;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.9em;
    font-weight: 600;
}

.coupon-tag svg {
    flex-shrink: 0;
}

.coupon-tag .inline-form {
    display: inline;
}

.coupon-tag .remove-coupon {
    background: none;
    border: none;
    color: #28a745;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0 0 0 4px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.coupon-tag .remove-coupon:hover {
    opacity: 1;
}

/**
 * Custom CSS overrides for PHP migration
 * Fills gaps from WordPress/WooCommerce-specific styles
 */

/* ===== Minimum Order Banner ===== */
.min-order-banner {
    background: linear-gradient(90deg, #c48f20, #e5a82e);
    color: #1a1a1a;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    z-index: 9999;
    position: relative;
}
.min-order-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.min-order-banner i {
    font-size: 16px;
}
.min-order-banner strong {
    font-weight: 700;
}

/* ===== Elementor Global Variables ===== */
:root {
    --e-global-color-text: #c48f20;
}

/* ===== WooCommerce Grid Clearfix Fix ===== */
.woocommerce ul.products.elementor-grid::before,
.woocommerce ul.products.elementor-grid::after {
    content: none;
    display: none;
}

/* ===== Elementor Screen-Only Utility ===== */
.elementor-screen-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* ===== Homepage Search Form (Elementor Pro base) ===== */
.elementor-search-form button,
.elementor-search-form input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    min-width: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
}
.elementor-search-form button:focus,
.elementor-search-form input[type=search]:focus {
    color: inherit;
    outline: 0;
}
.elementor-search-form button {
    background-color: #69727d;
    border-radius: 0;
    color: #fff;
    font-size: var(--e-search-form-submit-icon-size, 16px);
}
.elementor-search-form__container {
    border: 0 solid transparent;
    display: flex;
    min-height: 50px;
    overflow: hidden;
    transition: .2s;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #f1f2f3;
}
.elementor-search-form__input {
    color: #3f444b;
    flex-basis: 100%;
    transition: color .2s;
}
.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6;
}
.elementor-search-form__submit {
    font-size: var(--e-search-form-submit-icon-size, 16px);
    transition: color .2s, background .2s;
}
.elementor-search-form__submit svg {
    fill: var(--e-search-form-submit-text-color, currentColor);
}
.elementor-search-form--button-type-icon .elementor-search-form__submit {
    align-items: center;
    display: flex;
    justify-content: center;
}
.elementor-search-form .e-font-icon-svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-search-form .e-font-icon-svg-container svg {
    width: 1em;
    height: 1em;
}

/* ===== Elementor Container System ===== */
.e-con {
    --display: flex;
    display: var(--display);
    flex-direction: var(--flex-direction, column);
    position: relative;
    width: 100%;
}
.e-con-boxed > .e-con-inner {
    max-width: var(--container-max-width, 1140px);
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: var(--flex-direction, column);
    flex-wrap: var(--flex-wrap, nowrap);
    gap: var(--gap, 0px);
    align-items: var(--align-items, initial);
    justify-content: var(--justify-content, normal);
}
.e-con-full {
    width: 100%;
}
.e-con.e-child {
    flex-grow: var(--flex-grow, 0);
    flex-shrink: var(--flex-shrink, 1);
    flex-basis: auto;
}
@media (min-width: 768px) {
    .e-con.e-child {
        width: var(--width, 100%);
    }
}
@media (max-width: 767px) {
    .e-con-boxed > .e-con-inner {
        flex-wrap: wrap;
    }
}
.e-flex { display: flex; }
.e-parent { width: 100%; }

/* ===== Elementor Element Self-Alignment ===== */
.elementor-element {
    align-self: var(--align-self, auto);
}

/* ===== Elementor Widget Spacing ===== */
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

/* ===== Elementor Stacked Circle Icon ===== */
.elementor-view-stacked .elementor-icon {
    padding: 0.5em;
    background-color: var(--e-global-color-text, #c48f20);
    fill: #fff;
    color: #fff;
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}
.elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}
.elementor-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.elementor-icon-wrapper {
    text-align: center;
}

/* ===== Elementor Divider ===== */
.elementor-divider {
    padding-block-start: 15px;
    padding-block-end: 15px;
}
.elementor-divider-separator {
    display: block;
    border-top: var(--divider-border-width, 1px) var(--divider-border-style, solid) var(--divider-color, #000);
    width: 100%;
}

/* ===== Hero Section ===== */
.slide.pb-0 {
    padding-bottom: 0;
}
.slide .content.mt-0 {
    margin-top: 0;
}
.slide .content .inner.mb-0 {
    margin-bottom: 0;
}

/* ===== Dark-Theme Product Card Overrides ===== */
ul.products li.product .shop-product-info h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
ul.products li.product .shop-product-info h3 a {
    color: #e0e0e0;
    text-decoration: none;
}
ul.products li.product .shop-product-info h3 a:hover {
    color: #dd9933;
}
ul.products li.product .products-shop .price {
    color: #dd9933;
}
ul.products li.product .products-shop .price del {
    color: #666;
    opacity: .5;
}
ul.products li.product .products-shop .price ins {
    text-decoration: none;
    background: none;
    font-weight: 700;
}

/* ===== Shop Page Product Cards ===== */
.products.row {
    --bs-gutter-x: 16px;
    row-gap: 16px;
}
.products.row li.product {
    font-size: .9em;
    text-align: center;
}
.products.row li.product .shop-thumbnail img {
    max-width: 100%;
    height: auto;
}
.products.row li.product .shop-product-info h3 {
    font-size: .85em;
}

/* ===== Breadcrumb ===== */
.breadcrumb-area {
    padding: 30px 0;
}
.breadcrumb-inner .title {
    display: none;
}

.shop-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.shop-breadcrumb li {
    font-size: 0.85em;
    color: #878e99;
}

.shop-breadcrumb li a {
    color: #878e99;
    text-decoration: none;
    transition: color 0.2s;
}

.shop-breadcrumb li a:hover {
    color: #dd9933;
}

.shop-breadcrumb li.separator {
    margin: 0 5px;
}

.shop-breadcrumb li:last-child {
    color: #c4cfde;
}

.rn-section-gap {
    padding: 40px 0;
}

.inbio-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.inbio-container-content {
    width: 100%;
}

/* ===== E-font-icon-svg fill ===== */
.e-font-icon-svg {
    fill: currentColor;
}

/* ===== Header Live Search ===== */
.header-search-wrap {
    margin-right: 12px;
}
.header-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color .2s;
}
.header-search-form:focus-within {
    border-color: #dd9933;
}
.header-search-form .live-search-input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.85em;
    width: 160px;
    transition: width .3s;
    outline: none;
}
.header-search-form .live-search-input:focus {
    width: 220px;
}
.header-search-form .live-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.header-search-form button {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.5);
    padding: 6px 10px;
    cursor: pointer;
}
.header-search-form button:hover {
    color: #dd9933;
}
.live-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 320px;
    background: #1a1a22;
    border: 1px solid rgba(221,153,51,0.3);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    z-index: 9999;
    max-height: 400px;
    overflow-y: auto;
}
.live-search-results.active {
    display: block;
}
.live-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #fff;
    transition: background .15s;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.live-search-item:last-child {
    border-bottom: none;
}
.live-search-item:hover {
    background: rgba(221,153,51,0.1);
    color: #fff;
}
.live-search-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.live-search-item .ls-info {
    flex: 1;
    min-width: 0;
}
.live-search-item .ls-name {
    font-size: 0.88em;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-search-item .ls-brand {
    font-size: 0.75em;
    color: rgba(255,255,255,0.4);
}
.live-search-item .ls-price {
    font-size: 0.85em;
    color: #dd9933;
    font-weight: 600;
    white-space: nowrap;
}
.live-search-item .ls-oos {
    font-size: 0.72em;
    color: #e74c3c;
}
.live-search-viewall {
    display: block;
    text-align: center;
    padding: 10px;
    color: #dd9933;
    font-size: 0.85em;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
}
.live-search-viewall:hover {
    background: rgba(221,153,51,0.1);
    color: #dd9933;
}
.live-search-empty {
    padding: 15px;
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 0.85em;
}

@media (max-width: 991px) {
    .header-search-wrap { display: none; }
}

/* ===== Product Gallery (show immediately) ===== */
.woocommerce-product-gallery {
    opacity: 1 !important;
}

/* ===== Cart Page Professional ===== */

.woocommerce-cart .inbio-container {
    max-width: 90%;
}

.cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart-main {
    width: 100%;
}

.cart-sidebar {
    width: 350px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .cart-sidebar {
        width: 100%;
    }
}

/* Empty Cart */
.empty-cart-wrapper {
    text-align: center;
    padding: 80px 40px;
    background: #1a1a22;
    border-radius: 12px;
    border: 1px solid #333;
    max-width: 500px;
    margin: 0 auto;
}

.empty-cart-wrapper .empty-cart-icon {
    color: #555;
    margin-bottom: 20px;
}

.empty-cart-wrapper h2 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.empty-cart-wrapper p {
    color: #888;
    margin-bottom: 25px;
}

.empty-cart-wrapper .btn-shop {
    display: inline-block;
    background: #dd9933;
    color: #fff;
    padding: 14px 35px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s;
}

.empty-cart-wrapper .btn-shop:hover {
    background: #c88629;
}

/* Cart Table */
.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cart-table thead {
    background: transparent;
}

.cart-table th {
    padding: 18px 20px;
    text-align: left;
    color: #aaa;
    font-weight: 500;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cart-table td {
    padding: 20px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cart-table .col-remove { width: 50px; text-align: center; }
.cart-table .col-product { width: auto; text-align: left; }
.cart-table .col-price { width: 15%; }
.cart-table .col-quantity { width: 15%; }
.cart-table .col-subtotal { width: 15%; }

/* Product Info */
.cart-table .product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-table .product-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.cart-table .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background: #121218;
}

.cart-table .product-details h3 {
    font-size: 1em;
    font-weight: 500;
    margin: 0;
}

.cart-table .product-details h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.cart-table .product-details h3 a:hover {
    color: #dd9933;
}

/* Price */
.cart-table .price {
    color: #999;
    font-weight: 500;
}

/* Quantity */
.cart-table .quantity-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #444;
    border-radius: 6px;
    overflow: hidden;
}

.cart-table .qty-input {
    width: 60px;
    padding: 10px 5px;
    text-align: center;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 0.95em;
    border-right: 1px solid #444;
    border-left: 1px solid #444;
}

.cart-table .qty-input:focus {
    outline: none;
}

/* Subtotal */
.cart-table .subtotal {
    color: #dd9933;
    font-weight: 600;
    font-size: 1.05em;
}

/* Remove Button */
.cart-table .remove-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s;
    display: inline-flex;
}

.cart-table .remove-btn:hover {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* Cart Footer / Coupon */
.cart-footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* Coupon Section - Desktop */
.coupon-section {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.coupon-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Cart Sidebar / Totals */
.cart-totals-box {
    background: transparent;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #333;
}

.cart-totals-box h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.cart-totals-box .totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #aaa;
}

.cart-totals-box .totals-row .amount {
    color: #ccc;
    font-weight: 500;
}

.cart-totals-box .totals-row.discount .amount {
    color: #28a745;
}

.cart-totals-box .totals-row.total {
    border-top: 2px solid #333;
    margin-top: 10px;
    padding-top: 20px;
}

.cart-totals-box .totals-row.total span:first-child {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.cart-totals-box .totals-row.total .amount {
    color: #dd9933;
    font-size: 1.3em;
    font-weight: 700;
}

.btn-checkout {
    display: block;
    width: 100%;
    background: #dd9933;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    margin-top: 25px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-checkout:hover {
    background: #c88629;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221, 153, 51, 0.3);
}

/* ============================================
   MOBILE & TABLET CARD VIEW
   ============================================ */
.cart-mobile-wrapper {
    display: none;
}

@media (max-width: 991px) {
    .cart-desktop {
        display: none;
    }
    .cart-mobile-wrapper {
        display: block;
    }
}

/* Mobile Cart Items */
.cart-items-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.cart-item-mobile {
    display: flex;
    gap: 15px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 15px;
    position: relative;
}

.cart-item-mobile .item-image {
    flex-shrink: 0;
}

.cart-item-mobile .item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    background: #121218;
}

.cart-item-mobile .item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cart-item-mobile .item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.cart-item-mobile .item-name {
    font-size: 0.95em;
    font-weight: 500;
    margin: 0;
    flex: 1;
    padding-right: 30px;
}

.cart-item-mobile .item-name a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-item-mobile .item-name a:hover {
    color: #dd9933;
}

.cart-item-mobile .remove-btn-mobile {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    flex-shrink: 0;
    transition: all 0.2s;
}

.cart-item-mobile .remove-btn-mobile:hover {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

.cart-item-mobile .item-pricing {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.cart-item-mobile .item-price {
    color: #999;
    font-size: 0.9em;
}

.cart-item-mobile .item-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-item-mobile .item-quantity label {
    color: #777;
    font-size: 0.85em;
}

.cart-item-mobile .qty-input-mobile {
    width: 50px;
    padding: 6px 8px;
    background: #121218;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
}

.cart-item-mobile .qty-input-mobile:focus {
    outline: none;
    border-color: #dd9933;
}

.cart-item-mobile .item-subtotal {
    text-align: right;
    color: #dd9933;
    font-weight: 600;
    font-size: 1em;
    margin-top: auto;
}

/* Mobile Cart Actions */
.cart-actions-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding: 16px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.coupon-form-mobile {
    display: flex;
    flex: 1;
    gap: 0;
    min-width: 0;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.coupon-form-mobile:focus-within {
    border-color: #dd9933;
    box-shadow: 0 0 0 2px rgba(221, 153, 51, 0.2);
}

.coupon-input-mobile {
    flex: 1;
    padding: 10px 14px;
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    min-width: 0;
    transition: background 0.2s ease;
}

.coupon-input-mobile:focus {
    outline: none;
}

.coupon-input-mobile::placeholder {
    color: #999;
}

.coupon-btn-mobile {
    padding: 10px 16px;
    background: #f8f8f8;
    border: none;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.coupon-btn-mobile:hover {
    background: #eee;
    color: #333;
}

.coupon-tag-mobile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 10px 14px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}

.coupon-tag-mobile svg {
    flex-shrink: 0;
}

.coupon-tag-mobile .remove-coupon {
    background: none;
    border: none;
    color: #2e7d32;
    cursor: pointer;
    font-size: 1em;
    padding: 0 0 0 4px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.coupon-tag-mobile .remove-coupon:hover {
    opacity: 1;
}

.update-cart-btn-mobile {
    width: 100%;
    padding: 12px 16px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.update-cart-btn-mobile:hover {
    background: #eee;
    border-color: #bbb;
    color: #333;
}

/* Mobile Cart Totals */
.cart-totals-mobile {
    background: transparent;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
}

.cart-totals-mobile .totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #aaa;
}

.cart-totals-mobile .totals-row .amount {
    color: #ccc;
    font-weight: 500;
}

.cart-totals-mobile .totals-row.discount .amount {
    color: #28a745;
}

.cart-totals-mobile .totals-row.total {
    border-top: 2px solid #333;
    margin-top: 10px;
    padding-top: 15px;
}

.cart-totals-mobile .totals-row.total span:first-child {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.cart-totals-mobile .totals-row.total .amount {
    color: #dd9933;
    font-size: 1.2em;
    font-weight: 700;
}

.btn-checkout-mobile {
    display: block;
    width: 100%;
    background: #dd9933;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    margin-top: 20px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-checkout-mobile:hover {
    background: #c88629;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(221, 153, 51, 0.3);
}

/* Tablet Specific */
@media (min-width: 768px) and (max-width: 991px) {
    .cart-item-mobile .item-image img {
        width: 90px;
        height: 90px;
    }
    
    .cart-item-mobile .item-name {
        font-size: 1em;
    }
    
    .cart-item-mobile .qty-input-mobile {
        width: 60px;
        padding: 8px 10px;
    }
}

/* Small Mobile */
@media (max-width: 479px) {
    .cart-item-mobile {
        padding: 12px;
    }
    
    .cart-item-mobile .item-image img {
        width: 70px;
        height: 70px;
    }
    
    .cart-item-mobile .item-name {
        font-size: 0.9em;
    }
    
    .cart-item-mobile .item-price {
        font-size: 0.85em;
    }
    
    .cart-item-mobile .qty-input-mobile {
        width: 45px;
        padding: 5px 6px;
        font-size: 0.85em;
    }
    
    .cart-item-mobile .item-subtotal {
        font-size: 0.95em;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .cart-wrapper {
        flex-direction: column;
    }
    
    .cart-sidebar {
        width: 100%;
        order: -1;
    }
    
    .cart-table {
        display: block;
        overflow-x: auto;
    }
    
    .cart-table th,
    .cart-table td {
        padding: 15px 10px;
    }
    
    .cart-table .product-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cart-table .product-image {
        width: 60px;
        height: 60px;
    }
    
    .cart-table .product-details h3 {
        font-size: 0.9em;
    }
    
    .cart-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .coupon-form {
        width: 100%;
    }
    
    .coupon-input {
        flex: 1;
    }
}
    /* Cart Layout */
    .cart-layout {
        gap: 20px;
    }
    
    /* Cart Product Item - Stacked */
    .cart-product-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .cart-product-item .product-image-col img {
        width: 120px;
        height: 120px;
    }
    
    .cart-product-item .product-header {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    
    .cart-product-item .product-name {
        font-size: 1em;
        text-align: left;
        flex: 1;
    }
    
    .cart-product-item .remove-product-btn {
        position: static;
        flex-shrink: 0;
    }
    
    .cart-product-item {
        position: relative;
    }
    
    .cart-product-item .product-meta-row {
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .cart-product-item .product-subtotal {
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }
    
    /* Cart Actions Row */
    .cart-actions-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .coupon-section {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    
    .coupon-form {
        width: 100%;
    }
    
    .coupon-input {
        width: 100%;
        flex: 1;
    }
    
    .applied-coupon {
        width: 100%;
        justify-content: center;
    }
    
    .update-cart-btn {
        width: 100%;
        /* background-color: orange; */
    }
    
    /* Cart Totals */
    .cart-totals-section {
        position: static;
    }
    
    .cart-totals-card {
        padding: 20px;
    }
    
    .cart-totals-card .totals-title {
        font-size: 1.2em;
        text-align: center;
    }
    
    .cart-totals-card .totals-title {
        font-size: 1.1em;
        text-align: center;
    }
    
    .cart-totals-card .checkout-button {
        padding: 12px;
        font-size: 0.95em;
    }

@media (max-width: 479px) {
    .cart-page-section {
        padding-bottom: 40px;
    }
    
    .empty-cart-section {
        padding: 40px 20px;
    }
    
    .empty-cart-section h2 {
        font-size: 1.3em;
    }
    
    .cart-product-item {
        padding: 12px;
    }
    
    .cart-product-item .product-image-col img {
        width: 80px;
        height: 80px;
    }
    
    .cart-product-item .product-name a {
        font-size: 0.9em;
    }
    
    .cart-product-item .product-price {
        font-size: 0.85em;
    }
    
    .cart-product-item .qty-input {
        width: 45px;
        padding: 4px;
        font-size: 0.85em;
    }
    
    .cart-product-item .product-subtotal {
        font-size: 0.95em;
    }
    
    .coupon-input {
        font-size: 0.85em;
        padding: 8px 10px;
    }
    
    .apply-coupon-btn, .update-cart-btn {
        font-size: 0.85em;
    }
}

/* ===== Checkout Form (dark theme) ===== */
.woocommerce-checkout label {
    color: #ccc;
    display: block;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.woocommerce-checkout .form-control,
.woocommerce-checkout .form-select {
    background: #1e1e24;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 8px 12px;
}
.woocommerce-checkout .form-control:focus,
.woocommerce-checkout .form-select:focus {
    border-color: #dd9933;
    box-shadow: 0 0 0 0.15rem rgba(221, 153, 51, 0.25);
    background: #1e1e24;
    color: #fff;
}
.woocommerce-checkout abbr.required {
    color: #dd9933;
    text-decoration: none;
}
.woocommerce-checkout-review-order {
    background: #1e1e24;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #333;
}
.woocommerce-checkout-review-order h3 {
    color: #fff;
    margin-bottom: 15px;
}

/* ===== Quantity Input ===== */
.quantity input qty {
    width: 70px;
    text-align: center;
    background: #1e1e24;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 6px;
}

/* ===== Stock Notification Form ===== */
.cwginstock-subscribe-form {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #444;
    border-radius: 8px;
    background: #1e1e24;
}
.cwginstock-subscribe-form h4 {
    color: #dd9933;
}
.cwginstock-subscribe-form .cwgstock_email {
    background: #2a2a30;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
}
.cwginstock-subscribe-form .cwgstock_button {
    background: #dd9933;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
}
.cwginstock-subscribe-form .cwgstock_button:hover {
    background: #c88629;
}

/* ===== Flash Messages ===== */
.alert-flash {
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid;
}

/* Toast notification styles */
.cart-ajax-notice {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    max-width: 400px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 0.95em;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideInRight 0.3s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart-ajax-notice.success {
    background: linear-gradient(135deg, #28a745, #20c997);
    border-color: #28a745;
    color: #fff;
}

.cart-ajax-notice.error {
    background: linear-gradient(135deg, #dc3545, #e74c3c);
    border-color: #dc3545;
    color: #fff;
}

.alert-flash.info {
    background: rgba(221, 153, 51, 0.15);
    border-color: #dd9933;
    color: #dd9933;
}
.alert-flash.warning {
    background: rgba(255, 193, 7, 0.15);
    border-color: #ffc107;
    color: #ffc107;
}

/* ===== Pagination ===== */
.woocommerce-pagination .page-numbers {
    display: inline-block;
    padding: 6px 14px;
    background: #1e1e24;
    color: #ccc;
    border: 1px solid #444;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}
.woocommerce-pagination .page-numbers:hover {
    background: #dd9933;
    color: #fff;
    border-color: #dd9933;
}
.woocommerce-pagination .page-numbers.current {
    background: #dd9933;
    color: #fff;
    border-color: #dd9933;
}

/* ===== Contact Form (dark theme) ===== */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    background: #1e1e24;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #dd9933;
    outline: none;
    box-shadow: 0 0 0 0.15rem rgba(221, 153, 51, 0.25);
}
.wpcf7-form .wpcf7-submit {
    background: #dd9933;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1em;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #c88629;
}

/* ===== Contact Info Area ===== */
.contact-about-area .title {
    color: #fff;
}
.contact-about-area .description p {
    color: #aaa;
}
.contact-about-area .phone,
.contact-about-area .mail {
    display: block;
    margin-top: 8px;
    color: #dd9933;
}
.contact-about-area .mail a {
    color: #dd9933;
}

/* ===== Math Captcha ===== */
.dscf7-captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.dscf7-question-container .dscf7_lt {
    color: #ccc;
    font-size: 0.95em;
}
.dscf7-answer-container input {
    width: 80px;
}

/* ===== WooCommerce Result Count & Sort ===== */
.woocommerce-result-count {
    font-size: 0.9em;
}
.woocommerce-ordering select {
    appearance: auto;
}

/* ===== Single Product Page - Professional WooCommerce Style (Dark Theme) ===== */

/* Product Gallery Section */
.single-product .product-gallery-section {
    position: relative;
}

.single-product .woocommerce-product-gallery {
    opacity: 1 !important;
}

.single-product .woocommerce-product-gallery__image {
    background: #1a1a22;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #2a2a35;
    transition: all 0.3s ease;
}

.single-product .woocommerce-product-gallery__image:hover {
    border-color: #dd9933;
    box-shadow: 0 10px 30px rgba(221, 153, 51, 0.15);
}

.single-product .woocommerce-product-gallery__image a {
    display: block;
}

.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.single-product .woocommerce-product-gallery__image:hover img {
    transform: scale(1.02);
}

/* Summary Section */
.single-product .summary.entry-summary {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .single-product .summary.entry-summary {
        padding-left: 0;
        margin-top: 30px;
    }
}

/* Product Title */
.single-product .product_title.entry-title {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Price */
.single-product .price {
    font-size: 1.75em;
    color: #dd9933;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.single-product .price .woocommerce-Price-currencySymbol {
    color: #dd9933;
    font-weight: 600;
}

/* Product Details Meta (SKU + Stock) */
.single-product .product-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.single-product .product_meta {
    font-size: 0.95em;
    color: #aaa;
}

.single-product .product_meta .meta-label {
    color: #777;
    margin-right: 5px;
}

.single-product .product_meta .sku {
    color: #ccc;
    font-weight: 500;
    font-family: monospace;
}

/* Stock Badge */
.single-product .stock-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 0.85em;
    font-weight: 600;
}

.single-product .stock-badge.in-stock {
    background: rgba(40, 167, 69, 0.15);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.single-product .stock-badge.out-of-stock {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

/* Short Description */
.single-product .product-short-description {
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    border-left: 3px solid #dd9933;
}

.single-product .product-short-description p {
    color: #bbb;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95em;
}

/* Add to Cart Section */
.single-product .add-to-cart-section {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.single-product .quantity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-product .quantity-wrapper .qty-label {
    font-size: 0.85em;
    color: #aaa;
    font-weight: 500;
}

.single-product .quantity {
    display: inline-block;
}

.single-product .quantity input qty {
    width: 80px;
    text-align: center;
    background: #1a1a22;
    color: #fff;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 10px;
    font-size: 1em;
    transition: border-color 0.2s;
}

.single-product .quantity input qty:focus {
    outline: none;
    border-color: #dd9933;
}

/* Add to Cart Button */
.single-product .single_add_to_cart_button {
    background: #dd9933 !important;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 250px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-product .single_add_to_cart_button:hover {
    background: #c88629 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(221, 153, 51, 0.4);
}

/* Out of Stock Section */
.single-product .out-of-stock-notice {
    margin-bottom: 25px;
}

.single-product .out-of-stock-notice .stock {
    font-size: 1em;
    margin-bottom: 20px;
}

.single-product .out-of-stock-notice .stock.out-of-stock {
    color: #dc3545;
    font-weight: 500;
}

.single-product .notify-form-section {
    padding: 20px;
    background: #1a1a22;
    border-radius: 4px;
    border: 1px solid #333;
}

.single-product .notify-form-section h4 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-product .notify-input-group {
    display: flex;
    gap: 10px;
}

.single-product .notify-email-input {
    flex: 1;
    padding: 10px 15px;
    background: #121218;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 0.95em;
    transition: border-color 0.2s;
}

.single-product .notify-email-input:focus {
    outline: none;
    border-color: #dd9933;
}

.single-product .notify-email-input::placeholder {
    color: #666;
}

.single-product .notify-submit-btn {
    background: #dd9933;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.single-product .notify-submit-btn:hover {
    background: #c88629;
}

/* Product Footer Meta */
.single-product .product-footer-meta {
    padding-top: 20px;
    border-top: 1px solid #333;
}

.single-product .product-meta {
    font-size: 0.9em;
    color: #aaa;
}

.single-product .product-meta .meta-label {
    color: #777;
    margin-right: 5px;
}

.single-product .product-meta a {
    color: #dd9933;
    text-decoration: none;
    font-weight: 500;
}

.single-product .product-meta a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Related Products Section */
.single-product .related-products-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.single-product .related-products-title {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.single-product .related-products-section .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .single-product .related-products-section .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .single-product .related-products-section .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .single-product .related-products-section .products {
        grid-template-columns: 1fr;
    }
}

.single-product .related-products-section .product {
    text-align: center;
}

.single-product .related-products-section .shop-thumbnail {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    background: #1a1a22;
    border: 1px solid #2a2a35;
    transition: all 0.3s ease;
}

.single-product .related-products-section .product:hover .shop-thumbnail {
    border-color: #dd9933;
}

.single-product .related-products-section .shop-thumbnail a {
    display: block;
}

.single-product .related-products-section .shop-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.single-product .related-products-section .product:hover .shop-thumbnail img {
    transform: scale(1.05);
}

.single-product .related-products-section .shop-product-info h3 {
    font-size: 0.95em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.single-product .related-products-section .shop-product-info h3 a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s;
}

.single-product .related-products-section .shop-product-info h3 a:hover {
    color: #dd9933;
}

.single-product .related-products-section .products-shop .price {
    font-size: 1.1em;
    color: #dd9933;
    font-weight: 600;
    display: block;
}

/* ============================================
   CHECKOUT PAGE - Professional Dark Theme
   ============================================ */

.checkout-page-section {
    padding: 40px 0 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    gap: 20px;
}

.checkout-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-form-group label {
    color: #aaa;
    font-size: 0.9em;
    font-weight: 500;
}

.checkout-form-group label abbr.required {
    color: #dd9933;
    text-decoration: none;
}

.checkout-input {
    background: #1a1a22;
    border: 1px solid #3a3a45;
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95em;
    transition: all 0.2s ease;
}

.checkout-input:focus {
    outline: none;
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.15);
    background: #1a1a22;
}

.checkout-input::placeholder {
    color: #666;
}

.checkout-select {
    background: #1a1a22;
    border: 1px solid #3a3a45;
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95em;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.checkout-select:focus {
    outline: none;
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.15);
}

.checkout-textarea {
    background: #1a1a22;
    border: 1px solid #3a3a45;
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95em;
    resize: vertical;
    min-height: 100px;
    transition: all 0.2s ease;
}

.checkout-textarea:focus {
    outline: none;
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.15);
}

.checkout-textarea::placeholder {
    color: #666;
}

/* Additional Fields Section */
.woocommerce-additional-fields {
    margin-top: 30px;
}

.woocommerce-additional-fields h3 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-notes-textarea {
    background: #1a1a22;
    border: 1px solid #3a3a45;
    border-radius: 6px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95em;
    width: 100%;
    resize: vertical;
    min-height: 120px;
    transition: all 0.2s ease;
}

.order-notes-textarea:focus {
    outline: none;
    border-color: #dd9933;
    box-shadow: 0 0 0 3px rgba(221, 153, 51, 0.15);
}

.order-notes-textarea::placeholder {
    color: #666;
}

/* Order Review Section */
.woocommerce-checkout-review-order {
    background: #1a1a22;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #333;
    position: sticky;
    top: 100px;
}

.woocommerce-checkout-review-order h3 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.checkout-review-table {
    width: 100%;
    border-collapse: collapse;
}

.checkout-review-table thead {
    display: none;
}

.checkout-review-table tbody tr {
    border-bottom: 1px solid #2a2a35;
}

.checkout-review-table tbody tr:last-child {
    border-bottom: none;
}

.checkout-review-table td {
    padding: 15px 0;
    vertical-align: top;
}

.checkout-review-table .product-name {
    color: #e0e0e0;
    font-weight: 500;
    line-height: 1.4;
}

.checkout-review-table .product-quantity {
    color: #888;
    font-weight: 400;
    margin-left: 5px;
}

.checkout-review-table .product-total {
    text-align: right;
    color: #ccc;
    font-weight: 500;
}

.checkout-review-table tfoot tr {
    border-top: 1px solid #333;
}

.checkout-review-table tfoot th {
    padding: 15px 10px 15px 0;
    color: #aaa;
    font-weight: 500;
    text-align: left;
}

.checkout-review-table tfoot td {
    padding: 15px 0;
    text-align: right;
    color: #ccc;
    font-weight: 500;
}

.checkout-review-table .cart-subtotal td {
    color: #aaa;
}

.checkout-review-table .cart-discount td {
    color: #28a745;
}

.checkout-review-table .order-total th {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.checkout-review-table .order-total td {
    color: #dd9933;
    font-weight: 700;
    font-size: 1.25em;
}

/* Payment Section */
.woocommerce-checkout-payment {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #333;
    background: transparent !important;
}

.payment-method-wrapper {
    background: transparent !important;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
}

.payment-method-title {
    color: #dd9933;
    font-weight: 700;
    font-size: 1.05em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-method-description {
    color: #888;
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.btc-wallet-box {
    background: #0d0d12;
    border: 1px solid rgba(221, 153, 51, 0.3);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.btc-wallet-label {
    color: #777;
    font-size: 0.85em;
    margin-bottom: 10px;
    display: block;
}

.btc-wallet-address {
    color: #dd9933;
    font-family: monospace;
    font-size: 0.8em;
    word-break: break-all;
    display: block;
    margin-bottom: 15px;
    line-height: 1.6;
    background: transparent;
    padding: 0;
}

.copy-wallet-btn {
    background: transparent;
    border: 1px solid #dd9933;
    color: #dd9933;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.copy-wallet-btn:hover {
    background: #dd9933;
    color: #000;
}

.payment-warning {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.payment-warning p {
    color: #e74c3c;
    margin: 0;
    font-weight: 500;
}

/* Place Order Button */
.place-order {
    margin-top: 20px;
}

.place-order .button {
    width: 100%;
    background: linear-gradient(145deg, #dd9933, #c88629);
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 6px;
    font-size: 1.05em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.place-order .button:hover {
    background: linear-gradient(145deg, #c88629, #b87420);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(221, 153, 51, 0.4);
}

/* Modal Styles */
.payment-modal .modal-content {
    background: #1a1a22;
    border: 1px solid rgba(221, 153, 51, 0.3);
    border-radius: 12px;
}

.payment-modal .modal-header {
    background: #121218;
    border-bottom: 1px solid #333;
    padding: 20px 25px;
}

.payment-modal .modal-header .modal-title {
    color: #dd9933;
    font-weight: 600;
    font-size: 1.2em;
}

.payment-modal .modal-body {
    background: #1a1a22;
    padding: 25px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}

.payment-instructions h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.payment-instructions ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.payment-instructions li {
    margin-bottom: 15px;
    color: #bbb;
}

.payment-instructions li strong {
    color: #dd9933;
}

.payment-amount {
    color: #dd9933;
    font-weight: 600;
}

.payment-modal-wallet {
    background: #121218;
    border: 1px solid rgba(221, 153, 51, 0.3);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.payment-modal-wallet small {
    color: #777;
    display: block;
    margin-bottom: 10px;
}

.payment-modal-wallet code {
    color: #dd9933;
    font-size: 0.9em;
    word-break: break-all;
    display: block;
    font-weight: 600;
    background: transparent;
    padding: 0;
}

.payment-modal-wallet .copy-wallet-btn {
    margin-top: 15px;
    background: #dd9933;
    color: #000;
    border: none;
    padding: 10px 25px;
}

.payment-modal-wallet .copy-wallet-btn:hover {
    background: #c88629;
}

.payment-note {
    background: rgba(221, 153, 51, 0.08);
    border-left: 3px solid #dd9933;
    padding: 15px 20px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 20px;
}

.payment-note small {
    color: rgba(255, 255, 255, 0.7);
}

.payment-note strong {
    color: #dd9933;
}

.payment-note a {
    color: #dd9933;
    text-decoration: underline;
}

.payment-modal .modal-footer {
    background: #121218;
    border-top: 1px solid #333;
    padding: 20px 25px;
    justify-content: center;
}

.confirm-order-btn {
    background: #dd9933;
    color: #000;
    font-weight: 700;
    padding: 14px 50px;
    border-radius: 6px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.confirm-order-btn:hover {
    background: #c88629;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .checkout-page-section .row {
        flex-direction: column-reverse;
    }
    
    .checkout-page-section .col-lg-5 {
        margin-bottom: 30px;
    }
    
    .woocommerce-checkout-review-order {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-page-section {
        padding: 20px 0 60px;
    }
    
    .woocommerce-billing-fields h3,
    .woocommerce-additional-fields h3,
    .woocommerce-checkout-review-order h3 {
        font-size: 1.2em;
    }
    
    .checkout-form-row {
        flex-direction: column;
    }
    
    .checkout-form-row .col-md-6,
    .checkout-form-row .col-md-4 {
        width: 100%;
    }
    
    .woocommerce-checkout-review-order {
        padding: 20px;
    }
    
    .btc-wallet-address {
        font-size: 0.75em;
    }
    
    .place-order .button {
        padding: 14px 20px;
        font-size: 1em;
    }
}

@media (max-width: 479px) {
    .woocommerce-billing-fields h3,
    .woocommerce-additional-fields h3,
    .woocommerce-checkout-review-order h3 {
        font-size: 1.1em;
    }
    
    .checkout-input,
    .checkout-select,
    .checkout-textarea {
        padding: 10px 14px;
        font-size: 0.9em;
    }
    
    .payment-method-title {
        font-size: 1em;
    }
    
    .payment-method-description {
        font-size: 0.85em;
    }
}

/* ============================================
   BTC PAYMENT MODAL
   ============================================ */

.payment-modal {
    display: none;
}

.payment-modal.show {
    display: block !important;
}

.payment-modal.show .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
}

.payment-modal .modal-dialog {
    transform: translate(0, 50px);
    opacity: 0;
    transition: all 0.3s ease;
}

.payment-modal .modal-dialog {
    max-width: 420px;
}

.btc-payment-container {
    text-align: center;
}

.btc-amount-display {
    margin-bottom: 25px;
}

.btc-label {
    display: block;
    color: #888;
    font-size: 0.85em;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btc-value {
    display: block;
    color: #dd9933;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.btc-aud-equiv {
    color: #888;
    font-size: 0.95em;
}

.qr-code-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

#btc-qrcode {
    display: block;
}

#btc-qrcode img {
    display: block;
    margin: 0 auto;
}

.btc-logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btc-logo-overlay i {
    font-size: 28px;
    color: #f7931a;
}

.wallet-address-section {
    margin-bottom: 20px;
}

.wallet-label {
    display: block;
    color: #888;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.wallet-address-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #121218;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 15px;
}

.wallet-address-box code {
    flex: 1;
    color: #ccc;
    font-size: 0.8em;
    word-break: break-all;
    text-align: left;
    background: transparent;
    padding: 0;
}

.wallet-address-box .copy-wallet-btn {
    background: #dd9933;
    color: #000;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.wallet-address-box .copy-wallet-btn:hover {
    background: #c88629;
}

.payment-modal .modal-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}

.pay-in-wallet-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: linear-gradient(145deg, #f7931a, #e38210);
    color: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pay-in-wallet-btn:hover {
    background: linear-gradient(145deg, #e38210, #d1770d);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 147, 26, 0.4);
    color: #fff;
}

.pay-in-wallet-btn i {
    font-size: 1.1em;
}

.confirm-payment-btn {
    width: 100%;
    background: #28a745;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.confirm-payment-btn:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

@media (max-width: 479px) {
    .payment-modal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .btc-value {
        font-size: 1.5em;
    }
    
    .wallet-address-box {
        flex-direction: column;
        gap: 10px;
    }
    
    .wallet-address-box code {
        word-break: break-all;
    }
    
    .wallet-address-box .copy-wallet-btn {
        width: 100%;
    }
}

/* Sticky Telegram Float Button */
.telegram-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.telegram-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.6);
    color: #fff;
}

/* Contact Page Centering */
.contact-about-area {
    background: #1a1a22;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #333;
}

.contact-about-area .thumbnail img {
    border-radius: 50%;
}

.contact-about-area .title-area {
    text-align: center;
    margin-bottom: 20px;
}

.contact-about-area .title-area .title {
    color: #dd9933;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.contact-about-area .title-area span {
    color: #888;
    font-size: 0.9em;
}

.contact-about-area .description {
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.contact-about-area .description p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-about-area .description .phone,
.contact-about-area .description .mail {
    display: block;
    color: #888;
    font-size: 0.85em;
    margin-top: 10px;
}

.contact-about-area .description a {
    color: #dd9933;
}

.contact-about-area .social-area .name {
    color: #888;
    font-size: 0.85em;
    text-align: center;
    margin-bottom: 10px;
}

.contact-about-area .social-area .social-icone {
    text-align: center;
}

.contact-about-area .social-area .social-icone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #dd9933;
    color: #000;
    border-radius: 50%;
    font-size: 1.2em;
}

.wpcf7-form {
    background: #1a1a22;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #333;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    color: #aaa;
    font-size: 0.9em;
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control {
    background: #121218;
    border: 1px solid #3a3a45;
    border-radius: 6px;
    color: #fff;
    padding: 12px 15px;
    width: 100%;
    margin-top: 8px;
}

.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: #dd9933;
}

.wpcf7-form input.wpcf7-submit {
    background: #dd9933;
    color: #000;
    border: none;
    padding: 14px 40px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.wpcf7-form input.wpcf7-submit:hover {
    background: #c88629;
}

.dscf7-captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.dscf7-question-container {
    background: #121218;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #333;
}

.dscf7_lt {
    color: #aaa;
    font-size: 0.9em;
}

.dscf7-answer-container input {
    width: 80px !important;
    margin-top: 0 !important;
}

.telegram-float svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {
    .telegram-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .telegram-float svg {
        width: 24px;
        height: 24px;
    }
}

/* Index Page Content Width */
.rn-entry-content {
    max-width: 90%;
    margin: 0 auto;
}

/* Product Grid - 4 per row desktop */
.rn-entry-content .woocommerce ul.products li.product,
.rn-entry-content .woocommerce-page ul.products li.product,
.rn-entry-content .products-shop .products li.product,
.rn-entry-content ul.products li.product,
.products-shop ul.products li.product {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
}

/* Product grid container */
.rn-entry-content .woocommerce ul.products,
.rn-entry-content .woocommerce-page ul.products,
.rn-entry-content .products-shop .products,
ul.products,
.products-shop .products {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

/* Tablet - 3 per row */
@media (max-width: 991px) {
    .rn-entry-content .woocommerce ul.products li.product,
    .rn-entry-content .woocommerce-page ul.products li.product,
    .rn-entry-content .products-shop .products li.product,
    .rn-entry-content ul.products li.product,
    .products-shop ul.products li.product {
        width: 33.333% !important;
        max-width: 33.333% !important;
        flex: 0 0 33.333% !important;
    }
}

/* Mobile - 2 per row */
@media (max-width: 767px) {
    .rn-entry-content .woocommerce ul.products li.product,
    .rn-entry-content .woocommerce-page ul.products li.product,
    .rn-entry-content .products-shop .products li.product,
    .rn-entry-content ul.products li.product,
    .products-shop ul.products li.product {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

/* Shop Page Product Grid - 4 per row desktop */
.shop-page li.product,
.shop-page .product,
.woocommerce-page li.product,
.page-shop li.product {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
}

/* Shop page product container */
.shop-page ul.products,
.woocommerce-page ul.products,
.page-shop ul.products,
.shop-page .products {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

/* Shop page - Tablet 3 per row */
@media (max-width: 991px) {
    .shop-page li.product,
    .shop-page .product,
    .woocommerce-page li.product,
    .page-shop li.product {
        width: 33.333% !important;
        max-width: 33.333% !important;
        flex: 0 0 33.333% !important;
    }
}

/* Shop page - Mobile 2 per row */
@media (max-width: 767px) {
    .shop-page li.product,
    .shop-page .product,
    .woocommerce-page li.product,
    .page-shop li.product {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

/* ===== Shop Page Styling ===== */
.inbio-container {
    max-width: 100%;
    padding: 0 15px;
}

/* Breadcrumb */
.shop-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.shop-breadcrumb li {
    color: #aaa;
    font-size: 0.9em;
}

.shop-breadcrumb li a {
    color: #dd9933;
    text-decoration: none;
}

.shop-breadcrumb li a:hover {
    color: #fff;
}

.shop-breadcrumb .separator {
    color: #666;
}

/* Shop Header */
.woocommerce-header-shop {
    margin-bottom: 30px;
}

.rn-shop-top {
    padding: 0;
}

.woocommerce-result-count {
    color: #aaa;
    font-size: 0.95em;
    margin: 0;
}

/* Sort Dropdown */
.woocommerce-ordering {
    margin: 0;
}

.woocommerce-ordering .orderby {
    background: #1e1e24;
    color: #fff;
    border: 1px solid #333;
    padding: 10px 35px 10px 15px;
    border-radius: 6px;
    font-size: 0.9em;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    min-width: 180px;
}

.woocommerce-ordering .orderby:focus {
    outline: none;
    border-color: #dd9933;
}

/* Product Grid */
.shop-page ul.products,
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.shop-page ul.products li.product {
    padding: 0 10px;
    margin-bottom: 30px;
}

/* Product Card */
.shop-page .product {
    position: relative;
}

.shop-page .shop-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #121218;
    margin-bottom: 15px;
}

.shop-page .shop-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.shop-page .shop-thumbnail:hover img {
    transform: scale(1.05);
}

/* Add to Cart Button - Overlay Style */
.shop-page .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

.shop-page .add_to_cart_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #dd9933;
    color: #000;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    white-space: nowrap;
    text-align: center;
    width: auto;
    min-width: 100px;
    border: none;
    cursor: pointer;
}

.shop-page .shop-thumbnail:hover .add_to_cart_button {
    opacity: 1;
    visibility: visible;
}

.shop-page .add_to_cart_button:hover {
    background: #c88629;
    color: #000;
}

.shop-page .add_to_cart_button.added {
    background: #28a745;
    color: #fff;
}

.shop-page .add_to_cart_button.added::after {
    content: ' ✓';
}

.shop-page .add_to_cart_button.loading {
    opacity: 0.7;
}

.shop-page .add_to_cart_button.loading::before {
    content: '...';
    display: inline-block;
}

/* Read more button for out of stock */
.shop-page .product_type_simple:not(.add_to_cart_button) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.85em;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    white-space: nowrap;
    text-align: center;
}

.shop-page .shop-thumbnail:hover .product_type_simple:not(.add_to_cart_button) {
    opacity: 1;
    visibility: visible;
}

/* Product Info */
.shop-page .shop-product-info {
    text-align: center;
    padding: 0;
}

.shop-page .shop-product-info h3 {
    margin: 0 0 10px;
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.4;
}

.shop-page .shop-product-info h3 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.shop-page .shop-product-info h3 a:hover {
    color: #dd9933;
}

/* Price */
.shop-page .products-shop {
    text-align: center;
}

.shop-page .price {
    color: #dd9933;
    font-size: 1.1em;
    font-weight: 600;
}

.shop-page .price del {
    color: #666;
    font-size: 0.85em;
    margin-right: 8px;
}

.shop-page .price ins {
    text-decoration: none;
}

/* Out of Stock */
.shop-page .product.outofstock .add_to_cart_button {
    display: none;
}

.shop-page .product.outofstock .shop-thumbnail::after {
    content: 'Out of Stock';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
}

/* Pagination */
.shop-page .woocommerce-pagination {
    margin-top: 40px;
    text-align: center;
}

.shop-page .woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.shop-page .woocommerce-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    background: transparent;
    color: #aaa;
    border: 1px solid #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.2s;
}

.shop-page .woocommerce-pagination .page-numbers:hover {
    background: #2a2a35;
    color: #fff;
    border-color: #555;
}

.shop-page .woocommerce-pagination .page-numbers.current {
    background: #dd9933;
    color: #000;
    border-color: #dd9933;
    font-weight: 600;
}

.shop-page .woocommerce-pagination .page-numbers.prev,
.shop-page .woocommerce-pagination .page-numbers.next {
    font-size: 1em;
}

.shop-page .woocommerce-pagination .page-numbers.dots {
    background: transparent;
    border: none;
    color: #666;
    min-width: auto;
    padding: 0 5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .shop-page ul.products li.product {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .shop-page ul.products li.product {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .shop-page ul.products li.product .shop-thumbnail {
        margin-bottom: 8px;
    }

    .shop-page ul.products li.product .shop-product-info h3 {
        font-size: 0.78em;
        line-height: 1.3;
    }

    .shop-page ul.products li.product .products-shop .price {
        font-size: 0.85em;
    }

    /* Always show add to cart on shop page mobile */
    .shop-page .add_to_cart_button {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 100%;
        margin-top: 8px;
        padding: 8px 10px;
        font-size: 0.75em;
        border-radius: 4px;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .shop-page .product_type_simple:not(.add_to_cart_button) {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: block;
        width: 100%;
        margin-top: 8px;
        padding: 8px 10px;
        font-size: 0.75em;
        border-radius: 4px;
        box-sizing: border-box;
    }
}

/* Index Page Tagline Centering */
.tagline-section {
    text-align: center;
    padding: 30px 20px;
    width: 100%;
}

.tagline-text {
    color: #dd9933;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

/* How to Order Page */
.how-to-order-content {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 15px 60px;
}

.how-to-order-content > h4:first-of-type {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.how-to-order-content > p:first-of-type {
    color: #aaa;
    margin-bottom: 40px;
}

.how-to-order-content .step-title {
    color: #fff;
    font-size: 1.2em;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.how-to-order-content .step-quote {
    border-left: 3px solid #dd9933;
    background: transparent;
    padding: 20px 25px;
    margin: 0 0 25px 0;
    border-radius: 0 8px 8px 0;
}

.how-to-order-content .step-quote p {
    color: #ccc;
    margin: 0;
    line-height: 1.7;
}

.how-to-order-content .step-quote a {
    color: #dd9933;
    text-decoration: underline;
}

.how-to-order-content .step-quote a:hover {
    color: #fff;
}

.how-to-order-content .step-quote img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 8px;
    border: 1px solid #333;
}

.how-to-order-content .completion-text {
    text-align: center;
    color: #dd9933;
    font-size: 1.5em;
    margin-top: 50px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .how-to-order-content {
        padding: 15px 15px 40px;
    }
    
    .how-to-order-content > h4:first-of-type {
        font-size: 1.1em;
    }
    
    .how-to-order-content .step-title {
        font-size: 1.1em;
        margin-top: 25px;
    }
    
    .how-to-order-content .step-quote {
        padding: 15px;
    }
    
    .how-to-order-content .completion-text {
        font-size: 1.2em;
    }
}
