

/* ===== Butt Oil Traders — Product Card v2 ===== */

:root{--botc-gold:#f5a800;--botc-gold-d:#b87b00;--botc-ink:#171713;--botc-line:#e8e4da;--botc-mut:#6d6a62}

li.product:not(.product-category):not(.product-cat){background:#fff!important;border:1px solid var(--botc-line)!important;border-radius:14px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 1px 2px rgba(23,23,19,.04)!important;transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}

@media (hover:hover){li.product:not(.product-category):not(.product-cat):hover{transform:translateY(-3px);border-color:#d9d2c2!important;box-shadow:0 10px 24px -8px rgba(23,23,19,.18),0 2px 6px rgba(23,23,19,.06)!important}}

li.product:not(.product-category):not(.product-cat) .product-details{padding:12px 12px 14px!important;display:flex!important;flex-direction:column!important;flex:1!important}

li.product:not(.product-category):not(.product-cat) .product-thumbnail{background:#faf8f4!important;border-bottom:1px solid var(--botc-line)!important;overflow:hidden!important;position:relative}

li.product:not(.product-category):not(.product-cat) .product-thumbnail img{aspect-ratio:1/1;object-fit:cover;width:100%;height:auto;display:block;transition:transform .45s cubic-bezier(.2,.7,.3,1)}

@media (hover:hover){li.product:not(.product-category):not(.product-cat):hover .product-thumbnail img{transform:scale(1.05)}}

li.product:not(.product-category):not(.product-cat) .woocommerce-loop-product__title{display:block!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:visible!important;margin:0 0 6px!important;padding:0!important}

li.product:not(.product-category):not(.product-cat) .woocommerce-loop-product__title a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:14.5px!important;line-height:1.38!important;font-weight:700!important;color:var(--botc-ink)!important;min-height:2.76em}

li.product:not(.product-category):not(.product-cat) .woocommerce-loop-product__title a:hover{color:var(--botc-gold-d)!important}

li.product:not(.product-category):not(.product-cat) .product-onsale span.onsale{width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:5px 9px!important;border-radius:8px!important;line-height:1!important;font-size:12px!important;font-weight:800!important;background:var(--botc-ink)!important;color:#ffd15c!important;box-shadow:0 2px 6px rgba(0,0,0,.22)}

li.product:not(.product-category):not(.product-cat) .bot-spec-chips{display:flex!important;gap:5px!important;flex-wrap:nowrap!important;overflow:hidden!important;margin:0 0 6px!important}

li.product:not(.product-category):not(.product-cat) .bot-spec-chips span{flex:0 0 auto;white-space:nowrap;font-size:10.5px!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase;padding:3px 7px!important;border-radius:6px!important;background:#fff6de!important;color:#8a6300!important;border:1px solid #f2e0b0!important}

li.product:not(.product-category):not(.product-cat) .product-details > .price{margin:auto 0 8px!important;display:flex!important;align-items:baseline;gap:7px;flex-wrap:wrap;line-height:1.1}

li.product:not(.product-category):not(.product-cat) .price::before{flex:0 0 auto!important;width:auto!important;order:0!important;margin:0!important;align-self:flex-start;font-size:10px!important;font-weight:800!important;padding:3px 8px!important;border-radius:20px!important}

li.product:not(.product-category):not(.product-cat) .price::after{content:""!important;display:block!important;order:1!important;flex:0 0 100%!important;height:0!important;margin:0 0 5px!important}

li.product:not(.product-category):not(.product-cat) .price ins{order:2!important;text-decoration:none!important;background:transparent!important}

li.product:not(.product-category):not(.product-cat) .price del{order:3!important;opacity:1!important}

li.product:not(.product-category):not(.product-cat) .price del .amount{font-size:12.5px!important;color:var(--botc-mut)!important;font-weight:500!important}

li.product:not(.product-category):not(.product-cat) .price ins .amount,li.product:not(.product-category):not(.product-cat) .price>.amount{font-size:17px!important;font-weight:800!important;color:var(--botc-ink)!important}

li.product:not(.product-category):not(.product-cat) .star-rating-block{display:none!important}

li.product:not(.product-category):not(.product-cat) .product-actions .woosw-btn{background:rgba(255,255,255,.94)!important;border-radius:50%!important;box-shadow:0 2px 8px rgba(23,23,19,.16)!important;border:1px solid rgba(23,23,19,.06)!important}

li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button{width:100%!important;min-height:44px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;border-radius:10px!important;font-size:13px!important;font-weight:800!important;text-transform:uppercase;background:var(--botc-gold)!important;color:var(--botc-ink)!important;border:1.5px solid var(--botc-gold)!important;transition:background .18s ease,color .18s ease,box-shadow .18s ease}

@media (hover:hover) and (min-width:768px){li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button{background:#fff!important;color:var(--botc-ink)!important}

li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button:hover,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button:hover{background:var(--botc-gold)!important;box-shadow:0 4px 12px -3px rgba(245,168,0,.5)}}

@media (max-width:767px){li.product:not(.product-category):not(.product-cat){border-radius:12px!important}

li.product:not(.product-category):not(.product-cat) .product-details{padding:10px 10px 11px!important}

li.product:not(.product-category):not(.product-cat) .woocommerce-loop-product__title a{font-size:13px!important;line-height:1.35!important;min-height:2.7em}

li.product:not(.product-category):not(.product-cat) .price ins .amount,li.product:not(.product-category):not(.product-cat) .price>.amount{font-size:15.5px!important}

li.product:not(.product-category):not(.product-cat) .price del .amount{font-size:11.5px!important}

li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button{min-height:42px!important;font-size:12px!important;border-radius:9px!important}

li.product:not(.product-category):not(.product-cat) .product-onsale span.onsale{font-size:11px!important;padding:4px 7px!important}}

li.product:not(.product-category):not(.product-cat) .product-action-wrap{width:100%!important;max-width:none!important;display:block!important;margin:0!important}

li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button{box-sizing:border-box!important;white-space:nowrap!important;padding-left:10px!important;padding-right:10px!important;letter-spacing:0!important;height:auto!important}

li.product:not(.product-category):not(.product-cat) .button .cart-text{white-space:nowrap!important;display:inline!important;line-height:1.1!important}

@media (max-width:400px){li.product:not(.product-category):not(.product-cat) .button.add_to_cart_button,li.product:not(.product-category):not(.product-cat) .product-action-wrap .button{font-size:10.5px!important;padding-left:6px!important;padding-right:6px!important;gap:4px!important}}

li.product:not(.product-category):not(.product-cat) .bot-save{order:6!important;align-self:flex-start;color:#d92d20!important;font-size:12px!important;font-weight:800!important;letter-spacing:.005em;margin:0 0 8px!important;line-height:1.2}

li.product:not(.product-category):not(.product-cat) .bot-lowstock{order:7!important;align-self:flex-start;display:inline-block;background:#fdecea!important;color:#b42318!important;font-size:10px!important;font-weight:800!important;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px!important;border-radius:6px!important;margin:0 0 9px!important;line-height:1.3}

li.product:not(.product-category):not(.product-cat) .price{order:5!important}

li.product:not(.product-category):not(.product-cat) .product-action-wrap{order:8!important}

li.product:not(.product-category):not(.product-cat) .product-thumbnail img.secondary-product-image{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transition:opacity .35s ease!important;z-index:2!important;aspect-ratio:1/1}

@media (hover:hover){li.product:not(.product-category):not(.product-cat):hover .product-thumbnail img.secondary-product-image{opacity:1!important}}

@media (max-width:767px){li.product:not(.product-category):not(.product-cat) .bot-save{font-size:10.5px!important;margin-bottom:7px!important}li.product:not(.product-category):not(.product-cat) .bot-lowstock{font-size:9.5px!important;margin-bottom:7px!important}}

li.product:not(.product-category):not(.product-cat) .price .price{display:flex!important;align-items:baseline!important;gap:7px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;line-height:1.1!important}

li.product:not(.product-category):not(.product-cat) .price .price::before,li.product:not(.product-category):not(.product-cat) .price .price::after{content:none!important;display:none!important}

li.product:not(.product-category):not(.product-cat) .star-rating-block{display:none!important}

li.product:not(.product-category):not(.product-cat).bot-has-rating .star-rating-block{display:block!important;order:3!important;margin:0 0 7px!important;line-height:1;min-height:0!important}

li.product:not(.product-category):not(.product-cat).bot-has-rating .star-rating{font-size:12px!important;color:#f5a800!important;margin:0!important;float:none!important;display:inline-block!important;vertical-align:middle;letter-spacing:1px}

li.product:not(.product-category):not(.product-cat).bot-has-rating .star-rating span{color:#f5a800!important}

@media (max-width:767px){li.product:not(.product-category):not(.product-cat).bot-has-rating .star-rating{font-size:11px!important}li.product:not(.product-category):not(.product-cat) .bot-save{font-size:11px!important}}

