/* OurDeal category experience: isolated from product pages, carts and third-party widgets. */
body.tax-product_cat .odc-card{display:grid;grid-template-columns:155px minmax(0,1fr) 205px;gap:22px;background:#fff;border:1px solid #c9c0e8;border-radius:14px;padding:24px;color:#192238;line-height:1.45;position:relative;text-align:left;width:100%;height:100%;box-sizing:border-box}
body.tax-product_cat .products.large-list>.column-item{flex:0 0 100%;width:100%;max-width:100%}
body.tax-product_cat .products>.column-item:has(>.odc-card){padding:0;margin-bottom:18px;border:0;background:transparent;box-shadow:none}
body.tax-product_cat .odc-card *{box-sizing:border-box}
body.tax-product_cat .odc-copy,body.tax-product_cat .odc-purchase,body.tax-product_cat .odc-media{min-width:0}
body.tax-product_cat .odc-title{font-size:16px;font-weight:650;line-height:1.4;margin:0;letter-spacing:0}
body.tax-product_cat .odc-title a{color:#172035;text-decoration:none}
body.tax-product_cat .odc-title a:hover{color:#6838ed}
/* Stretch the existing product link across the card; retain native link semantics. */
body.tax-product_cat .odc-card .odc-title,body.tax-product_cat .odc-card .odc-title a{position:static}
body.tax-product_cat .odc-card .odc-title a::after{content:"";position:absolute;inset:0;border-radius:14px;z-index:1}
body.tax-product_cat .odc-card .odc-title a:focus-visible::after{outline:3px solid #673de6;outline-offset:3px}
body.tax-product_cat .odc-card .odc-image-link,body.tax-product_cat .odc-card .odc-actions,body.tax-product_cat .odc-card .odc-details{position:relative;z-index:2}
body.tax-product_cat .odc-badges{display:flex;align-items:start;gap:6px;flex-wrap:wrap;min-height:0}
body.tax-product_cat .odc-badge-main{position:static!important;height:auto!important;margin:0 0 8px!important;padding:0!important}
body.tax-product_cat .odc-badge{padding:6px 9px!important;border-radius:5px;font-size:11px!important;line-height:1.4!important;display:inline-block}
body.tax-product_cat .odc-badge p{margin:0;font-size:inherit;line-height:inherit}
body.tax-product_cat .odc-image-link{display:grid;grid-template-areas:'image';position:relative;width:100%;aspect-ratio:1/1;align-items:center;margin:8px 0}
body.tax-product_cat .odc-image-link img{grid-area:image;width:100%;height:auto;aspect-ratio:1;object-fit:contain;display:block;margin:0;transition:opacity .18s ease}
body.tax-product_cat .odc-image-link .odc-hover-image{opacity:0;pointer-events:none}
@media(hover:hover){body.tax-product_cat .odc-image-link.odc-hover-ready:hover>img:first-child{opacity:0}body.tax-product_cat .odc-image-link.odc-hover-ready:hover .odc-hover-image{opacity:1}}
body.tax-product_cat .odc-actions{display:flex;align-items:center;gap:9px;position:static;margin-top:8px;min-height:32px}
body.tax-product_cat .odc-actions>*{position:static!important;opacity:1!important;transform:none!important;visibility:visible!important;margin:0!important}
body.tax-product_cat .odc-actions .tinv-wishlist-clear{display:none}
body.tax-product_cat .odc-stock{color:#087f65;font-size:12px;margin:12px 0}
body.tax-product_cat .odc-specs{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
body.tax-product_cat .odc-specs>span{font-size:12px;background:#f3f4f8;color:#29334a;padding:4px 7px;border-radius:5px;overflow-wrap:anywhere}
body.tax-product_cat .odc-specs b{font-weight:550}
body.tax-product_cat .odc-assurance{border-top:1px solid #e9e6f2;margin-top:15px;padding-top:12px;color:#4e586c;font-size:12px}
body.tax-product_cat .odc-delivery{color:#4e586c;font-size:12px;margin-top:8px}
body.tax-product_cat .odc-purchase{display:flex;flex-direction:column;gap:12px;align-items:stretch}
body.tax-product_cat .odc-desktop-price,body.tax-product_cat .odc-mobile-price{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
body.tax-product_cat .odc-mobile-price{display:none}
body.tax-product_cat .odc-price{font-size:23px;font-weight:700;line-height:1.2;color:#5926d4;display:flex;gap:5px;align-items:baseline;flex-wrap:wrap}
body.tax-product_cat .odc-price small{font-size:11px;color:#677085;font-weight:400}
body.tax-product_cat .odc-saving{font-size:12px;font-weight:600;color:#a30854;background:#ffeaf3;border-radius:5px;padding:4px 7px;line-height:1.4}
body.tax-product_cat .odc-rrp{font-size:11px;color:#657086;line-height:1.45}
body.tax-product_cat .odc-price .amount,body.tax-product_cat .odc-saving .amount,body.tax-product_cat .odc-rrp .amount{font:inherit!important;color:inherit!important;white-space:nowrap}
body.tax-product_cat .odc-payment{font-size:12px;color:#4e586c}
body.tax-product_cat .odc-payment small{display:block;font-size:10px;line-height:1.4;margin-top:3px}
body.tax-product_cat .odc-conditions{background:#eaf8f0;color:#185e48;border-radius:5px;padding:7px 9px;font-size:11px}
body.tax-product_cat .odc-details{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;border:1.5px solid #7446f4;color:#5926d4;border-radius:25px;padding:10px 12px;min-height:44px;text-decoration:none;background:white;font-size:13px;font-weight:600;line-height:1.3;text-align:center}
body.tax-product_cat .odc-details:hover{background:#f5f0ff;color:#5926d4;border-color:#7446f4}
body.tax-product_cat .odc-details:focus-visible,body.tax-product_cat .odc-next:focus-visible,body.tax-product_cat .odc-budget a:focus-visible{outline:3px solid #b8a0fa;outline-offset:3px}
body.tax-product_cat .odc-budget{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}
body.tax-product_cat .odc-budget a{padding:9px 15px;border-radius:25px;background:white;border:1px solid #d8d1ea;color:#3b4256;font-size:13px;min-height:42px;display:inline-flex;align-items:center}
body.tax-product_cat .odc-budget a[aria-current]{background:#6838ed;border-color:#6838ed;color:white}
body.tax-product_cat .odc-results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;scroll-margin-top:130px}
body.tax-product_cat .odc-results-heading h2{font-size:21px;margin:0;font-weight:650}
body.tax-product_cat .odc-results-heading>a{padding:9px 12px;border:1px solid #d8d1ea;border-radius:8px;background:white;color:#5926d4;font-size:12px;white-space:nowrap}
body.tax-product_cat .products>.odc-information{flex:0 0 100%;width:100%;max-width:100%;display:grid;grid-template-columns:56px minmax(0,1fr);gap:20px;margin:7px 0 25px;padding:27px 30px;background:linear-gradient(115deg,#eee7fc,#f7f2ff);border:1px solid #d8c8f5;border-left:5px solid #7542e6;border-radius:14px;color:#28213e;box-shadow:none;text-align:left}
body.tax-product_cat .odc-info-mark{width:54px;height:54px;border-radius:15px;background:white;color:#6b35d8;display:grid;place-items:center;font-size:26px;line-height:1}
body.tax-product_cat .odc-information .odc-eyebrow{font-size:10px;font-weight:700;letter-spacing:1.1px;color:#683bb0;margin:0 0 7px}
body.tax-product_cat .odc-information h2{font-size:23px;line-height:1.25;font-weight:700;margin:0 0 9px;color:#2b2040}
body.tax-product_cat .odc-information p{font-size:13px;color:#5a4f6b;line-height:1.6;margin:0}
body.tax-product_cat .odc-information ul{display:flex;gap:10px 20px;flex-wrap:wrap;list-style:none;padding:0;margin:16px 0}
body.tax-product_cat .odc-information li{font-size:12px;font-weight:550;margin:0;padding:0}
body.tax-product_cat .odc-information li:before{content:'✓';color:#7340ce;margin-right:6px}
body.tax-product_cat .odc-information a{display:inline-flex;align-items:center;gap:20px;min-height:42px;padding:9px 15px;border-radius:24px;background:white;border:1px solid #bba1e9;color:#582b9b;font-size:12px;font-weight:600}
body.tax-product_cat .products>.odc-information-payment{background:linear-gradient(115deg,#eaf5fc,#f3f9fd);border-color:#c7e0ef;border-left-color:#3884ae}
body.tax-product_cat .products>.odc-information-support{background:linear-gradient(115deg,#eaf6f1,#f5fbf8);border-color:#c6e7d8;border-left-color:#229275}
body.tax-product_cat .odc-pagination-prompt{margin:26px 0 0;padding:27px 20px 12px;text-align:center;background:white;border:1px solid #d6ccec;border-bottom:0;border-radius:14px 14px 0 0}
body.tax-product_cat .odc-pagination-prompt h2{font-size:23px;font-weight:650;line-height:1.3;margin:0 0 9px}
body.tax-product_cat .odc-pagination-prompt p{font-size:13px;color:#677086;margin:0 0 17px}
body.tax-product_cat .odc-next{display:flex;align-items:center;justify-content:center;max-width:420px;width:100%;min-height:48px;margin:auto;padding:12px 18px;border-radius:26px;background:#6838ed;color:white!important;font-size:14px;font-weight:600}
body.tax-product_cat .woocommerce-pagination{background:white;border:1px solid #d6ccec;border-top:0;border-radius:0 0 14px 14px;padding:10px 10px 23px!important;margin-top:0!important}
body.tax-product_cat .woocommerce-pagination ul{flex-wrap:wrap;justify-content:center}
body.tax-product_cat .odc-lightning{display:inline-block;background:#fff2d7;color:#885405;border-radius:5px;padding:4px 8px;font-size:11px;font-weight:650}
body.tax-product_cat .odc-deals{margin:0 0 25px}
body.tax-product_cat .odc-deals-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
body.tax-product_cat .odc-deals-heading h2{font-size:22px;margin:0;font-weight:650}
body.tax-product_cat .odc-deals-heading p{font-size:12px;margin:5px 0;color:#677086}
body.tax-product_cat .odc-rail-controls{display:flex;gap:6px}
body.tax-product_cat .odc-rail-controls button{width:42px;height:42px;min-width:42px;border-radius:50%;border:1px solid #d8d1ea;background:white;color:#6838ed;padding:0;display:grid;place-items:center}
body.tax-product_cat .odc-deal-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin;padding-bottom:10px}
@media(hover:hover) and (pointer:fine){body.tax-product_cat .odc-deal-rail,body.tax-product_cat .odc-deal-rail a,body.tax-product_cat .odc-deal-rail .odc-title a::after{cursor:grab}body.tax-product_cat .odc-deal-rail{user-select:none}}
body.tax-product_cat .odc-deal-rail.odc-is-dragging{scroll-snap-type:none;scroll-behavior:auto}
body.tax-product_cat .odc-deal-rail.odc-is-dragging,body.tax-product_cat .odc-deal-rail.odc-is-dragging *{cursor:grabbing!important}
body.tax-product_cat .odc-card.odc-card-compact{display:flex;flex-direction:column;gap:12px;flex:0 0 29%;min-width:215px;padding:16px;scroll-snap-align:start;height:auto}
body.tax-product_cat .odc-card-compact .odc-image-link{max-width:155px;margin:10px auto 0}
body.tax-product_cat .odc-card-compact .odc-title{font-size:14px}
body.tax-product_cat .odc-card-compact .odc-purchase{margin-top:auto}
body.tax-product_cat .odc-card-compact .odc-specs,body.tax-product_cat .odc-card-compact .odc-stock{display:none}
body.tax-product_cat .odc-card-compact .odc-price{font-size:21px}
body.tax-product_cat .products:not(.large-list):not(.small-list) .odc-card{display:flex;flex-direction:column;gap:14px;padding:17px}
body.tax-product_cat .products:not(.large-list):not(.small-list) .odc-image-link{max-width:200px;margin-left:auto;margin-right:auto}
body.tax-product_cat .products:not(.large-list):not(.small-list) .odc-purchase{margin-top:auto}
@media(max-width:1199px){body.tax-product_cat .odc-card{grid-template-columns:120px minmax(0,1fr) 185px;gap:16px;padding:20px}}
@media(max-width:767px){
body.tax-product_cat .odc-card{grid-template-columns:88px minmax(0,1fr);gap:14px;padding:17px;border-radius:12px}
body.tax-product_cat .odc-title{font-size:14px;line-height:1.45}
body.tax-product_cat .odc-mobile-price{display:flex;margin-top:10px}
body.tax-product_cat .odc-desktop-price{display:none}
body.tax-product_cat .odc-purchase{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:center}
body.tax-product_cat .odc-purchase>.odc-details{grid-column:1/-1}
body.tax-product_cat .odc-specs{gap:5px;margin:10px 0}
body.tax-product_cat .odc-specs>span{font-size:11px;padding:3px 5px}
body.tax-product_cat .odc-specs b{display:none}
body.tax-product_cat .odc-price{font-size:22px}
body.tax-product_cat .odc-stock{margin:10px 0;font-size:11px}
body.tax-product_cat .odc-saving{font-size:11px}
body.tax-product_cat .odc-rrp{font-size:10px}
body.tax-product_cat .odc-assurance,body.tax-product_cat .odc-delivery{font-size:11px}
body.tax-product_cat .odc-actions{gap:5px;flex-wrap:wrap}
body.tax-product_cat .odc-badge{padding:5px 7px!important;font-size:10px!important}
body.tax-product_cat .odc-payment{font-size:11px}
body.tax-product_cat .odc-payment small{font-size:10px}
body.tax-product_cat .odc-conditions{font-size:10px;padding:7px}
body.tax-product_cat .odc-budget{gap:6px;margin-bottom:18px}
body.tax-product_cat .odc-budget a{font-size:12px;padding:9px 12px}
body.tax-product_cat .odc-results-heading h2{font-size:19px}
body.tax-product_cat .products>.odc-information{grid-template-columns:1fr;gap:13px;padding:22px 20px;margin:4px 0 22px}
body.tax-product_cat .odc-info-mark{width:42px;height:42px;border-radius:12px;font-size:22px}
body.tax-product_cat .odc-information h2{font-size:22px}
body.tax-product_cat .odc-information ul{display:grid;gap:8px;margin:15px 0}
body.tax-product_cat .odc-information p{font-size:13px}
body.tax-product_cat .odc-information a{width:100%;justify-content:space-between}
body.tax-product_cat .odc-pagination-prompt{padding:22px 16px 12px}
body.tax-product_cat .odc-pagination-prompt h2{font-size:21px}
body.tax-product_cat .odc-card.odc-card-compact{flex-basis:78%;min-width:0}
body.tax-product_cat .odc-card-compact .odc-mobile-price{display:none}
body.tax-product_cat .odc-card-compact .odc-desktop-price{display:flex}
body.tax-product_cat .odc-card-compact .odc-purchase{display:flex}
body.tax-product_cat .odc-deals-heading h2{font-size:20px}
body.tax-product_cat .products:not(.large-list):not(.small-list) .odc-mobile-price{display:flex}
}
/* Readable mobile product details without changing desktop card dimensions. */
@media(max-width:767px){
body.tax-product_cat .odc-card .odc-title{font-size:17px;line-height:1.45}
body.tax-product_cat .odc-card .odc-price{font-size:26px;line-height:1.25}
body.tax-product_cat .odc-card .odc-price small{font-size:13px;color:#4e586c}
body.tax-product_cat .odc-card .odc-saving{font-size:13px;line-height:1.5}
body.tax-product_cat .odc-card .odc-rrp{font-size:13px;line-height:1.5;color:#4e586c}
body.tax-product_cat .odc-card .odc-stock,body.tax-product_cat .odc-card .odc-specs>span,body.tax-product_cat .odc-card .odc-assurance,body.tax-product_cat .odc-card .odc-delivery,body.tax-product_cat .odc-card .odc-payment{font-size:14px;line-height:1.55}
body.tax-product_cat .odc-card .odc-badge{font-size:12px!important;line-height:1.45!important}
body.tax-product_cat .odc-card .odc-payment small{font-size:12px;line-height:1.5}
body.tax-product_cat .odc-card .odc-conditions{font-size:13px;line-height:1.5;padding:9px}
body.tax-product_cat .odc-card .odc-details{font-size:15px;line-height:1.5;min-height:46px}
}
@media(prefers-reduced-motion:reduce){body.tax-product_cat .odc-image-link img{transition:none}}

