.shop-archive{
    max-width: 1240px;
    margin: 32px auto;
    padding: 0 16px 40px;
}
.shop-archive .shop-layout{
    display: grid !important;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 24px;
    align-items: flex-start;
}
.shop-archive .shop-sidebar{
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.shop-archive .filter-title{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--color-text);
}
.shop-archive .filter-group{
    border-top: 1px solid var(--color-border);
    padding: 12px 0;
}
.shop-archive .filter-group:first-of-type{
    border-top: 0;
}
.shop-archive .group-head{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.shop-archive .group-head .toggle{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 0;
    background: #f3f4f6;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop-archive .group-title{
    font-weight: 700;
    font-size: 14px;
    color: var(--color-text);
}
.shop-archive .group-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: var(--color-muted);
}
.shop-archive .group-list .item{
    list-style: none;
}
.shop-archive .group-list label{
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.shop-archive .see-more{
    margin-top: 8px;
    background: transparent;
    border: 0;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
.shop-archive .filter-group.price .group-title{
    margin-bottom: 8px;
}
.shop-archive .filter-group.price .price-range{
    display: grid;
    gap: 8px;
}
.shop-archive .price-slider{
    position: relative;
    height: 4px;
    border-radius: 999px;
    background: var(--color-border);
    margin-top: 4px;
    margin-bottom: 4px;
}
.shop-archive .price-slider .slider-base{
    position: absolute;
    inset: 0;
}
.shop-archive .price-slider .slider-track{
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    border-radius: 999px;
}
.shop-archive .price-slider input[type=range]{
    position: absolute;
    inset: -6px 0;
    width: 100%;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
}
.shop-archive .price-slider input[type=range]::-webkit-slider-thumb{
    pointer-events: auto;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.shop-archive .price-slider input[type=range]::-moz-range-thumb{
    width:18px;
    height:18px;
    background:#fff;
    border:2px solid var(--color-primary);
    border-radius:50%;
    box-shadow:0 2px 6px rgba(0,0,0,.12);
}
.shop-archive .price-values{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:700;
    color:var(--color-text);
    font-family: var(--font-main);
}
.shop-archive .price-values .sep{
    color:var(--color-muted);
    font-weight:600;
}
.shop-archive .shop-content{
    display:grid;
    gap:16px;
    grid-template-rows: max-content 1fr auto;
}
.shop-archive .shop-toolbar{
    max-height: max-content;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:var(--color-surface);
    border:1px solid var(--color-border);
    border-radius:4px;
    padding:12px 16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.shop-archive .shop-toolbar .toolbar-left{
    display:flex;
    align-items:center;
    gap:8px;
}
.shop-archive #shop-orderby.enhanced{
    position:absolute;
    opacity:0;
    pointer-events:none;
    width:0;
    height:0;
    margin:0;
    padding:0;
}
.shop-archive .orderby-dropdown{
    position:relative;
    display:inline-block;
}
.shop-archive .od-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    min-width:160px;
    padding:8px 12px;
    border-radius:4px;
    border:1px solid var(--color-border);
    background:#f9fafb;
    color:var(--color-text);
    font-size:14px;
    cursor:pointer;
}
.shop-archive .od-toggle::after{
    content:"▾";
    margin-left:6px;
    font-size:11px;
}
.shop-archive .od-menu{
    position:absolute;
    top:100%;
    left:0;
    margin-top:4px;
    min-width:180px;
    padding:4px 0;
    border-radius:4px;
    border:1px solid var(--color-border);
    background:var(--color-surface);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    list-style:none;
    z-index:20;
}
.shop-archive .od-menu[hidden]{
    display:none;
}
.shop-archive .od-item{
    padding:6px 12px;
    font-size:14px;
    color:var(--color-text);
    cursor:pointer;
}
.shop-archive .od-item:hover,
.shop-archive .od-item.selected{
    background:#f3f4f6;
}
.shop-archive .grid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap:16px;
}
.shop-archive .shop-content .card{
    max-height:none;
}
.shop-archive .grid .empty-state{
    grid-column: 1 / -1;
    display:flex;
    justify-content:center;
}
.shop-archive .empty-state .card{
    background:var(--color-surface);
    border:1px solid var(--color-border);
    border-radius:12px;
    padding:32px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
@media (max-width: 1024px){
    .shop-archive .shop-layout{
        grid-template-columns: 240px minmax(0,1fr);
    }
    .shop-archive .grid{
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
}

body.woocommerce-account .woocommerce{
    max-width:1240px;
    margin:32px auto;
    padding:0 16px;
    display:grid;
    grid-template-columns:240px minmax(0,1fr);
    gap:24px;
    align-items:flex-start;
    color:var(--color-text);
}
body.woocommerce-account .woocommerce-MyAccount-navigation{
    background:var(--color-surface);
    border:1px solid var(--color-border);
    border-radius:6px;
    padding:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{
    display:block;
    padding:10px 12px;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    color:var(--color-text);
    border:1px solid var(--color-border);
    background:transparent;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
    background:#f3f4f6;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    background:var(--color-secondary);
    color:var(--color-on-secondary);
    border-color:var(--color-secondary);
}
body.woocommerce-account .woocommerce-MyAccount-content{
    background:var(--color-surface);
    border:1px solid var(--color-border);
    border-radius:6px;
    padding:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3{
    color:var(--color-text);
    font-weight:800;
    margin-bottom:12px;
}
body.woocommerce-account .woocommerce .addresses .u-columns{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:16px;
}
body.woocommerce-account .woocommerce .addresses .u-column1,
body.woocommerce-account .woocommerce .addresses .u-column2{
    background:var(--color-surface);
    border:1px solid var(--color-border);
    border-radius:6px;
    padding:16px;
}
body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea{
    width:100%;
    border:1px solid var(--color-border);
    border-radius:4px;
    padding:10px 12px;
    color:var(--color-text);
    font-family:var(--font-main);
}
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce .woocommerce-Button{
    display:inline-block;
    background:var(--color-primary);
    color:#fff;
    border-radius:6px;
    padding:12px 14px;
    font-weight:800;
    text-transform:uppercase;
    text-decoration:none;
}
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .woocommerce-Button:hover{
    opacity:.95;
}
@media (max-width: 768px){
    body.woocommerce-account.logged-in .woocommerce{
        grid-template-columns:minmax(0,1fr);
    }
}
@media (max-width: 768px){
    .shop-archive{
        padding-inline: 10px;
    }
    .shop-archive .shop-layout{
        grid-template-columns: minmax(0,1fr);
    }
    .shop-archive .grid{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    body.woocommerce-account .account-nav li a, 
    .account-content a{
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .shop-archive .shop-toolbar{
        flex-direction: column;
        align-items:flex-start;
        gap:8px;
    }
    .shop-archive .shop-toolbar .toolbar-left{
        flex-wrap:wrap;
        row-gap:4px;
    }
    .shop-archive .shop-toolbar label,
    .shop-archive .shop-toolbar .od-toggle,
    .shop-archive .shop-toolbar .filters-toggle,
    .shop-archive .shop-toolbar .results-count{
        font-size:13px;
    }
    .shop-archive .grid{
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .shop-archive .card .name{
        font-size:14px;
    }
    .shop-archive .card .price strong.regular,
    .shop-archive .card .price .sale{
        font-size:15px;
    }
    .shop-archive .card .pix{
        font-size:14px;
    }
    .shop-archive .card .add_to_cart_button,
    .shop-archive .card .button{
        font-size:14px;
        padding:10px;
    }
}
@media (max-width: 450px){
    .shop-archive .shop-toolbar{
        align-items:stretch;
    }
    .shop-archive .shop-toolbar .toolbar-left{
        flex-direction:column;
        align-items:flex-start;
        gap:4px;
    }
    .shop-archive .shop-toolbar .filters-toggle{
        width:100%;
        justify-content:center;
    }
    .shop-archive .orderby-dropdown{
        width:100%;
    }
    .shop-archive .od-toggle{
        width:100%;
        justify-content:space-between;
    }
    .shop-archive .shop-toolbar .toolbar-right{
        align-self:flex-start;
    }
}


.orders-filter .filter{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding:10px 12px; border-radius:4px; text-decoration:none; color:var(--color-text); border:1px solid transparent; }
.orders-filter .filter.active{ background:var(--color-secondary); color:var(--color-on-secondary); }
.orders-filter .badge{ background:#f3f4f6; color:var(--color-text); border-radius:999px; min-width:22px; height:22px; display:inline-flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; padding:0 6px; }
.orders-list{ display:flex; flex-direction:column; gap:16px; }
.order-card{ background:var(--color-surface); border:1px solid var(--color-border); border-radius:12px; padding:12px; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.order-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.order-head .id{ font-weight:800; color:var(--color-text); }
.order-head .meta{ display:flex; align-items:center; gap:10px; color:var(--color-muted); }
.order-items{ display:flex; flex-direction:column; gap:12px; }
.order-item{ display:grid; grid-template-columns: 56px 1fr; gap:12px; align-items:center; }
.order-item .thumb img{ width:56px; height:56px; object-fit:cover; border-radius:6px; display:block; }
.order-item .info .name{ color:var(--color-text); font-weight:600; }
.order-item .info .qty, .order-item .info .price{ color:var(--color-muted); font-size:14px; }
.order-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:12px; }
.order-foot .total{ font-weight:800; color:var(--color-text); }


.card{ background:var(--color-surface); border:1px solid var(--color-border); border-radius:4px; overflow:hidden; display:flex; flex-direction:column; gap:8px; padding:12px; box-shadow:0 2px 10px rgba(0,0,0,0.08); }
.card .thumb img{ width:100%; height:auto; display:block; }
.card .thumb{ position:relative; aspect-ratio: 4/3; }
.card .thumb .badge{ font-weight:700; position:absolute; top:8px; left:8px; background:var(--color-discount); color:#fff; font-size:12px; padding:2px 6px; border-radius:999px; z-index:2; pointer-events:none; }
.card .thumb .img-hover{ z-index:1; }
.card .thumb .img-default{ position:relative; z-index:0; }
.card .thumb .img-hover{ position:absolute; inset:0; opacity:0; transition:opacity .25s ease; }
.card:hover .thumb .img-hover{ opacity:1; }
.card:hover .thumb .img-default{ opacity:0; transition:opacity .25s ease; }
.card .name{ font-weight:700; color:var(--color-text); text-decoration:none; display:block; font-size:16px; }
.card .price{ color:var(--color-text); display:grid; gap:2px; }
.card .price del.regular{ color:#9ca3af; font-size:14px; }
.card .price strong.regular{ color:var(--color-primary); font-weight:800; font-size:16px; }
.card .price .sale{ color:var(--color-text); font-weight:700; font-size:16px; }
.card .rating{ color:#000; display:flex; }
.card .rating .star-rating{ position:relative; display:inline-block; width:5em; height:1.25em; line-height:1.25em; font-size:16px; white-space:nowrap; }
.card .rating .star-rating::before{ content:"\2605\2605\2605\2605\2605"; color:#9c9d9e; position:absolute; left:0; top:0; z-index:0; font-size:inherit; }
.card .rating .star-rating span{ position:absolute; left:0; top:0; height:1.25em; overflow:hidden; display:block; z-index:1; }
.card .rating .star-rating span::before{ content:"\2605\2605\2605\2605\2605"; color:#000; font-size:inherit; position:relative; z-index:1; display:inline-block; }
.card .rating .star-rating .screen-reader-text,
.card .rating .star-rating span strong,
.card .rating .star-rating span .rating{ display:none !important; }
.card .actions{ margin-top:auto; }
.card .pix{ font-size:16px; margin-bottom:12px; }
.card .pix .pix-price{ color:var(--color-primary); font-weight:800; }
.card .pix > span{ font-size:14px; }
.card .pix span{ color:var(--color-primary); }
.card .add_to_cart_button, .card .button{
    display:block;
    text-align:center;
    padding:12px;
    background:var(--color-primary) !important;
    color:#fff !important;
    border-radius:4px;
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
    transition:opacity .2s ease;
}
.card .add_to_cart_button:hover, .card .button:hover{
    background:var(--color-primary) !important;
    color:#fff !important;
    opacity:.95;
}
.card .add_to_cart_button.added{ background:var(--color-primary); color:#fff; }
.card .add_to_cart_button.added::after{ content:none !important; }
.card .actions a.added_to_cart{ display:none !important; }
.card .add_to_cart_button.loading{ pointer-events:none; opacity:.9; }
.card .add_to_cart_button.loading::after{ content:none !important; }

.shop-archive .card .add_to_cart_button, .shop-archive .card .button{
    display:block !important;
}

/* ===== Single Product ===== */
.single-product .container{ max-width: 1240px; margin: 0 auto; padding: 32px 10px; }
.single-product .product-layout{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
.single-product .product-layout .gallery, .single-product .product-layout .summary{ align-self: start; }
.single-product .gallery{ display:grid; grid-template-columns: 100px 1fr; gap:16px; }
.single-product .thumbs{ display:flex; flex-direction:column; gap:12px; padding-inline:12px}
.single-product .thumb{overflow: hidden; width:100px; height:100px; object-fit:cover; border:1px solid #eee; border-radius:6px; cursor:pointer; background:#fff; transition: box-shadow .15s ease, border-color .15s ease; }
.single-product .thumb:hover{ border-color:#d1d5db; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.single-product .thumb.active{ outline:2px solid var(--color-primary); }
.single-product .main-image{ position: relative; background:#f3f4f6; border-radius:8px; height:520px; display:flex; align-items:center; justify-content:center; border:1px solid #eee; }
.single-product .main-image img.large{ max-width:100%; max-height:100%; border-radius:8px; }
.single-product .main-image .zoom-hint{ position:absolute; bottom:10px; right:12px; background:rgba(0,0,0,.6); color:#fff; padding:6px 8px; border-radius:6px; font-size:12px; }
.single-product .summary{ display:flex; flex-direction:column; gap:12px; }
.single-product .product-title{ font-size:22px; font-weight:800; color:var(--color-text); margin:0; text-transform: uppercase; letter-spacing: 0.2px; }
.single-product .availability{ color:var(--color-muted); font-size:14px; }
.single-product .price{ font-size:28px; font-weight:800; color:var(--color-text); line-height:1.2; }
.single-product .price del{ color:#9ca3af; font-size: 18px; font-weight: 600;}
.single-product .price ins{ text-decoration:none; }
.single-product .pix-price{ font-size:16px; color:var(--color-primary); font-weight:700; margin-top:2px; }
.single-product form.cart{ display:flex; align-items:flex-start; flex-direction: column; gap:12px; margin-top:18px; }
.single-product .cart .quantity input.qty{ width:36px; border:1px solid var(--color-border); border-radius:4px; padding:8px 10px; font-weight:700; }
.single-product .qty-control{ display:inline-flex; align-items:center; border:1px solid var(--color-border); border-radius:6px; overflow:hidden; background:var(--color-surface); }
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.single-product .qty-control .qty-minus, .single-product .qty-control .qty-plus{ width:28px; height:36px; display:inline-flex; align-items:center; justify-content:center; background:var(--color-surface); color:var(--color-text); border:0; cursor:pointer; font-size:16px; font-weight:800; }
.single-product .qty-control .qty-minus{ border-right:1px solid var(--color-border); }
.single-product .qty-control .qty-plus{ border-left:1px solid var(--color-border); }
.single-product .qty-control .qty-minus:hover, .single-product .qty-control .qty-plus:hover{ background:#f3f4f6; }
.single-product .qty-control .qty-input{ width:36px; height:22px; border:0; text-align:center; font-weight:700; }
input[type=number].qty-input::-webkit-outer-spin-button, input[type=number].qty-input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }
input[type=number].qty-input{ -moz-appearance:textfield; }
.single-product .single_add_to_cart_button{ font-size:16px; display:block; flex:1; text-align:center; padding:14px; background:var(--color-primary) !important; color:#fff !important; border-radius:6px; text-decoration:none; font-weight:800; text-transform:uppercase; letter-spacing:.2px; }
.single-product .shipping-calc{ margin-top:8px; }
.single-product .shipping-calc input[name=mytheme_cep]{ max-width: 200px; flex:1; border:1px solid var(--color-border); border-radius:4px; padding:10px 12px; }
.single-product .shipping-calc #calc-shipping{ border:0; background:var(--color-text); color:#fff; border-radius:4px; padding:10px 16px; font-weight:700; }
.single-product .shipping-calc input[name=mytheme_cep],
.single-product .shipping-calc #calc-shipping{ font-family: 'Raleway', var(--font-main); }
.single-product .shipping-calc input[name=mytheme_cep]::placeholder{ font-family: 'Raleway', var(--font-main); }
.single-product .shipping-calc input[name=mytheme_cep]::-webkit-input-placeholder{ font-family: 'Raleway', var(--font-main); }
.single-product .shipping-calc input[name=mytheme_cep]::-moz-placeholder{ font-family: 'Raleway', var(--font-main); }
.single-product .shipping-calc input[name=mytheme_cep]:-ms-input-placeholder{ font-family: 'Raleway', var(--font-main); }
.single-product #mytheme-shipping-options{ margin-top:10px; display:flex; flex-direction:column; gap:8px; }
.single-product #mytheme-shipping-options .rate{ display:flex; align-items:center; justify-content:space-between; background:var(--color-surface); border:1px solid var(--color-border); border-radius:4px; padding:10px 12px; }
.single-product .benefits{ display:flex; gap:16px; margin-top:12px; }
.single-product .benefit{ display:flex; align-items:center; gap:8px; color:var(--color-muted); font-size:14px; }
.single-product .product-tabs{ margin-top:38px; }
.single-product .tabs-head{ display:flex; gap:20px; border-bottom:1px solid var(--color-border); justify-content:center; }
.single-product .tab-btn{ background:none; border:0; padding:12px 6px; font-weight:700; color:#9ca3af; cursor:pointer; font-size:14px; }
.single-product .tab-btn.active{ color:var(--color-primary); border-bottom:2px solid var(--color-primary); }
.single-product .tab-panel{ display:none; }
.single-product .tab-panel.active{ display:block; }
.single-product .recommendations{ margin-top:30px; }
.single-product .recommendations h2{ font-size:20px; font-weight:800; color:var(--color-text); }
.single-product .cards{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:16px; }
.single-product .card{ display:block; background:var(--color-surface); border:1px solid var(--color-border); border-radius:4px; text-decoration:none; color:var(--color-text); box-shadow:0 2px 10px rgba(0,0,0,.06); }
.single-product .card .thumb{ width:100%; height:200px; overflow:hidden; border-bottom:1px solid #f0f0f0; }
.single-product .card .thumb img{ width:100%; height:100%; object-fit:cover; }
.single-product .card .info{ padding:12px; display:flex; flex-direction:column; gap:8px; }
.single-product .card .name{ font-weight:700; font-size:14px; }
.single-product .card .prices{ display:flex; gap:8px; align-items:center; }
.img-modal{ position: fixed; inset: 0; background: rgba(0,0,0,.85); display:flex; align-items:center; justify-content:center; z-index: 9999; }
.img-stage{ position: relative; width: 90vw; height: 80vh; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.img-view{ max-width: 100%; max-height: 100%; will-change: transform; cursor: zoom-in; position: relative; z-index: 1; }
.img-count{ position:absolute; top:16px; left:50%; transform:translateX(-50%); background: rgba(0,0,0,.6); color:#fff; padding:6px 10px; border-radius:999px; font-size:12px; font-weight:700; z-index: 3; }
.img-prev, .img-next{ z-index: 4; }
.img-stage{ user-select: none; }
.img-close{ position: absolute; top: 16px; right: 16px; background: rgba(255,255,255,.12); color:#fff; border:0; width:40px; height:40px; border-radius:50%; font-size:22px; cursor:pointer; }
.img-prev, .img-next{ position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); color:#fff; border:0; width:44px; height:44px; border-radius:50%; font-size:26px; cursor:pointer; }
.img-prev{ left: 24px; }
.img-next{ right: 24px; }
.img-close-bottom{ display:none; position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background:#111827; color:#fff; border:0; border-radius:999px; padding:10px 16px; font-weight:800; box-shadow:0 6px 20px rgba(0,0,0,.25); z-index: 10000; }
@media (max-width: 768px){ .img-close-bottom{ display:inline-flex; align-items:center; justify-content:center; } }
.single-product .card .prices .regular{ text-decoration:line-through; color:#9ca3af; font-size:12px; }
.single-product .card .prices .sale{ font-weight:800; color:var(--color-text); font-size:14px; }
.single-product .card .pix{ color:var(--color-primary); font-weight:700; font-size:13px; }
.single-product .card .cta{ margin-top:8px; background:var(--color-primary); color:#fff; border-radius:6px; text-align:center; padding:10px; font-weight:800; }
.single-product .tab-panel p {
   font-size: 16px;
   margin-bottom: 12px;
}
.single-product .tab-panel h1,
.single-product .tab-panel h2,
.single-product .tab-panel h3,
.single-product .tab-panel h4,
.single-product .tab-panel ul {
   margin-bottom: 12px;
     font-size: 16px;   
} 

.single-product .tab-btn{
   font-size: 18px;
}

.single-product .recommendations{
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 24px;
   margin-top: 42px;
}

@media (max-width: 1024px){ .single-product .product-layout{ grid-template-columns: 1fr; } .single-product .gallery{ grid-template-columns: 80px 1fr; } }

/* Rating alignment */
.single-product .summary .woocommerce-product-rating{ display:flex; align-items:center;  }
.single-product .summary .star-rating::before{ color:#8a8a8a; }
.single-product .summary .star-rating span::before{ color:#FFD33D; }
 .card .star-rating::before{ color:#8a8a8a; }
 .card .star-rating span::before{ color:#FFD33D; }
 .single-product .recommendations .products-strip{ position:relative; display:flex; align-items:center; gap:8px; }
 .single-product .recommendations .products-strip .cards{ padding-right:12px; display:flex; gap:12px; overflow-x:auto; scroll-behavior:smooth; -ms-overflow-style:none; scrollbar-width:none; }
 .single-product .recommendations .products-strip .cards::-webkit-scrollbar{ display:none; }
 .single-product .recommendations .products-strip .cards .card{ flex:0 0 280px; max-width:280px; }
 .single-product .recommendations .products-strip .prod-prev, .single-product .recommendations .products-strip .prod-next{ position:absolute; top:50%; transform:translateY(-50%); background:#ffffff; color:#000000; border:0; width:36px; height:36px; border-radius:999px; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; z-index:2; font-size: 20px; box-shadow: 0px 0px 10px #000000c2; }
 .single-product .recommendations .products-strip .prod-prev{ left:-18px; }
 .single-product .recommendations .products-strip .prod-next{ right:-18px; }
 .single-product .recommendations .products-strip .prod-prev.hidden, .single-product .recommendations .products-strip .prod-next.hidden{ opacity:.0; pointer-events:none; }
 @media (max-width: 540px){ .single-product .recommendations .products-strip .prod-prev, .single-product .recommendations .products-strip .prod-next{ display:none; } }
@media (max-width: 999px){ .single-product .recommendations .products-strip .prod-prev, .single-product .recommendations .products-strip .prod-next{ display:none; } }
@media (max-width: 540px){.single-product .breadcrumb{margin-bottom: 24px!important;} .single-product .recommendations .products-strip .cards{ scroll-snap-type:x mandatory; } .single-product .recommendations .products-strip .cards .card{ scroll-snap-align:start; } }
@media (max-width: 450px){ .single-product .recommendations .products-strip .cards .card{ flex:0 0 240px; max-width:240px; } }
@media (max-width: 768px){
    .account-content h2 {
        font-size: 18px;
    }
     .account-content a,
     .account-content address {
        font-size: 14px;
     }
    .single-product .product-layout{ gap: 12px !important   ;}
  .single-product .mobile-title{ display:flex; align-items:center; margin: 10px 0 12px; font-size: 18px;}
}
@keyframes shipSpin{ to{ transform: rotate(360deg); } }
.single-product .ship-loading{ display:inline-flex; align-items:center; gap:8px; color:#6b7280; font-size:13px; }
.single-product .ship-loading .spinner{ width:16px; height:16px; border:2px solid #e5e7eb; border-top-color:#111827; border-radius:50%; animation: shipSpin .6s linear infinite; }
.single-product .shipping-calc #calc-shipping.loading{ position:relative; padding-left:32px; font-size:13px; }
.single-product .shipping-calc #calc-shipping.loading::before{ content:''; position:absolute; left:12px; top:50%; width:14px; height:14px; margin-top:-7px; border:2px solid rgba(255,255,255,.35); border-top-color:#fff; border-radius:50%; animation: shipSpin .6s linear infinite; }

/* Shipping Calculator Results */
.single-product #mytheme-shipping-options .rate {
    flex-wrap: wrap;
}
.single-product #mytheme-shipping-options .rate span {
    flex: 1;
    font-weight: 600;
    color: #111;
}
.single-product #mytheme-shipping-options .rate strong {
    color: var(--color-primary);
}
.single-product #mytheme-shipping-options .rate em {
    display: block;
    width: 100%;
    font-style: normal;
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    text-align: right;
}

@media (max-width: 1000px) {
    .single-product .benefits {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }
}

@media (max-width: 400px) {
    .single-product .benefit {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .single-product .benefit .benefit-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

body.woocommerce-account .woocommerce-MyAccount-navigation{
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:6px;
    padding:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
body.woocommerce-account .account-topbar{
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:6px;
    padding:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    display:flex;
    flex-direction:column;
    gap:12px;
    grid-column: 1/2;
}
body.woocommerce-account .account-greeting .hello{
    color:var(--color-muted,#6b7280);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}
body.woocommerce-account .account-greeting .name{
    color:var(--color-text,#111827);
    font-size:18px;
    font-weight:900;
    line-height:1.1;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{
    list-style:none !important;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
}
body.woocommerce-account .account-nav ul{
    list-style:none !important;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 12px;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    color:var(--color-text,#111827);
    border:1px solid var(--color-border,#e5e7eb);
    background:transparent;
}
body.woocommerce-account .account-nav li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 12px;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    color:var(--color-text,#111827);
    border:1px solid var(--color-border,#e5e7eb);
    background:transparent;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a::after{
    content:"›";
    opacity:.5;
}
body.woocommerce-account .account-nav li a::after{
    content:"›";
    opacity:.5;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
    background:#f3f4f6;
}
body.woocommerce-account .account-nav li a:hover{
    background:#f3f4f6;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    background:var(--color-secondary,#0b0b0b);
    color:var(--color-on-secondary,#ffffff);
    border-color:var(--color-secondary,#0b0b0b);
}
body.woocommerce-account .account-nav li.active a{
    background:var(--color-secondary,#0b0b0b);
    color:var(--color-on-secondary,#ffffff);
    border-color:var(--color-secondary,#0b0b0b);
}
body.woocommerce-account .woocommerce-MyAccount-content{
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:6px;
    padding:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
body.woocommerce-account .account-content{
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:6px;
    padding:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3{
    color:var(--color-text,#111827);
    font-weight:800;
    margin-bottom:12px;
}
body.woocommerce-account .account-content h2,
body.woocommerce-account .account-content h3{
    color:var(--color-text,#111827);
    font-weight:800;
    margin-bottom:12px;
}
body.woocommerce-account .woocommerce-MyAccount-content p{
    color:var(--color-muted,#6b7280);
    font-size:14px;
}
body.woocommerce-account .account-content p{
    color:var(--color-muted,#6b7280);
    font-size:14px;
}
body.woocommerce-account .woocommerce .addresses .u-columns{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:16px;
}
body.woocommerce-account .woocommerce .addresses .u-column1,
body.woocommerce-account .woocommerce .addresses .u-column2{
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:6px;
    padding:16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea{
    width:100%;
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:4px;
    padding:10px 12px;
    color:var(--color-text,#111827);
    font-family:var(--font-main,'Raleway',sans-serif);
}
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce .woocommerce-Button{
    display:inline-block;
    background:var(--color-primary,#e11d29);
    color:#fff;
    border-radius:6px;
    padding:12px 14px;
    font-weight:800;
    text-transform:uppercase;
    text-decoration:none;
}
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .woocommerce-Button:hover{
    opacity:.95;
}
body.woocommerce-account .woocommerce table.shop_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:8px;
    overflow:hidden;
}
body.woocommerce-account .account-content table.shop_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:var(--color-surface,#ffffff);
    border:1px solid var(--color-border,#e5e7eb);
    border-radius:8px;
    overflow:hidden;
}
body.woocommerce-account .woocommerce table.shop_table thead th{
    background:#f9fafb;
    color:var(--color-text,#111827);
    font-weight:700;
    padding:10px 12px;
    border-bottom:1px solid var(--color-border,#e5e7eb);
}
body.woocommerce-account .account-content table.shop_table thead th{
    background:#f9fafb;
    color:var(--color-text,#111827);
    font-weight:700;
    padding:10px 12px;
    border-bottom:1px solid var(--color-border,#e5e7eb);
}
body.woocommerce-account .woocommerce table.shop_table tbody td{
    padding:10px 12px;
    border-top:1px solid var(--color-border,#e5e7eb);
    color:var(--color-text,#111827);
}
body.woocommerce-account .account-content table.shop_table tbody td{
    padding:10px 12px;
    border-top:1px solid var(--color-border,#e5e7eb);
    color:var(--color-text,#111827);
}
@media (max-width: 768px){
    body.woocommerce-account.logged-in .woocommerce{
        grid-template-columns:minmax(0,1fr);
    }
}
