/*
Theme Name: ToyxPlay Premium
Theme URI: https://toyxplay.com/
Author: ToyxPlay
Description: Premium, mobile-first WooCommerce theme for ToyxPlay.
Version: 10.2.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: toyxplay
*/

:root{
  --tx-primary:#ff5a7a;
  --tx-secondary:#6c63ff;
  --tx-accent:#ffc857;
  --tx-ink:#20243a;
  --tx-muted:#6d7288;
  --tx-bg:#fffafc;
  --tx-card:#ffffff;
  --tx-border:#ececf3;
  --tx-radius:22px;
  --tx-shadow:0 14px 40px rgba(32,36,58,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--tx-bg);color:var(--tx-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,92%);margin:auto}
.tx-section{padding:70px 0}
.tx-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.tx-section-head h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.03em}
.tx-section-head p{margin:8px 0 0;color:var(--tx-muted)}
.tx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:999px;border:0;background:var(--tx-primary);color:#fff;font-weight:800;cursor:pointer;transition:.2s}
.tx-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,90,122,.25)}
.tx-btn.secondary{background:var(--tx-secondary)}
.tx-btn.light{background:#fff;color:var(--tx-ink)}
.tx-topbar{background:var(--tx-ink);color:#fff;font-size:13px}
.tx-topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.tx-header{background:#fff;border-bottom:1px solid var(--tx-border);position:sticky;top:0;z-index:50}
.tx-header-main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:17px 0}
.tx-logo img{max-height:52px;width:auto}
.tx-logo-text{font-size:27px;font-weight:950;letter-spacing:-.05em}
.tx-search{display:flex;background:#f6f6fb;border:1px solid var(--tx-border);border-radius:999px;overflow:hidden}
.tx-search input{border:0;background:transparent;outline:0;padding:13px 17px;flex:1;min-width:0}
.tx-search button{border:0;background:transparent;padding:0 18px;font-weight:900;cursor:pointer}
.tx-actions{display:flex;align-items:center;gap:10px}
.tx-action{width:43px;height:43px;border-radius:50%;background:#f7f7fb;display:grid;place-items:center;font-weight:900}
.tx-nav{border-top:1px solid var(--tx-border)}
.tx-nav ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:30px}
.tx-nav a{display:block;padding:13px 0;font-weight:750;font-size:14px}
.tx-hero{padding:28px 0 0}
.tx-hero-card{border-radius:32px;overflow:hidden;min-height:470px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:linear-gradient(120deg,#fff0f5,#eeeaff);position:relative}
.tx-hero-copy{padding:65px}
.tx-eyebrow{display:inline-block;background:#fff;border-radius:999px;padding:7px 13px;font-weight:850;font-size:12px;color:var(--tx-secondary);box-shadow:0 8px 20px rgba(0,0,0,.05)}
.tx-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:18px 0}
.tx-hero p{font-size:18px;color:var(--tx-muted);max-width:560px}
.tx-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.tx-hero-art{height:100%;display:grid;place-items:center;padding:35px}
.tx-toy-orb{width:min(330px,75%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0 10%,#ffc857 11% 35%,#ff7b9b 36% 65%,#6c63ff 66%);box-shadow:0 30px 70px rgba(108,99,255,.25);transform:rotate(-8deg)}
.tx-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.tx-cat{background:#fff;border:1px solid var(--tx-border);border-radius:20px;padding:24px 15px;text-align:center;font-weight:850;box-shadow:var(--tx-shadow);transition:.2s}
.tx-cat:hover{transform:translateY(-5px)}
.tx-cat-icon{font-size:35px;margin-bottom:8px}
.tx-products .products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px}
.tx-products ul.products:before,.tx-products ul.products:after{display:none!important}
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--tx-border);border-radius:22px;padding:14px!important;overflow:hidden;box-shadow:0 8px 28px rgba(32,36,58,.05);transition:.2s}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--tx-shadow)}
.woocommerce ul.products li.product img{border-radius:16px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;font-weight:800!important}
.woocommerce ul.products li.product .price{color:var(--tx-primary)!important;font-weight:900!important}
.woocommerce ul.products li.product .button{border-radius:999px;background:var(--tx-ink);color:#fff;font-weight:800}
.tx-promo{border-radius:28px;padding:45px;background:linear-gradient(110deg,#6c63ff,#ff5a7a);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}
.tx-promo h2{margin:0;font-size:clamp(28px,4vw,48px);line-height:1.05}
.tx-promo p{margin:10px 0 0;opacity:.9}
.tx-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tx-trust-card{background:#fff;border:1px solid var(--tx-border);border-radius:20px;padding:24px;text-align:center}
.tx-trust-card strong{display:block;margin-top:8px}
.tx-footer{background:var(--tx-ink);color:#fff;margin-top:60px}
.tx-footer .container{padding:55px 0}
.tx-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}
.tx-footer h3{margin-top:0}
.tx-footer p,.tx-footer a{color:#c9cada}
.tx-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:30px;color:#aeb1c3;font-size:13px}
.tx-mobile-nav{display:none}
@media(max-width:900px){
 .tx-header-main{grid-template-columns:auto 1fr auto}
 .tx-nav{display:none}
 .tx-hero-card{grid-template-columns:1fr;min-height:0}
 .tx-hero-copy{padding:45px 30px 20px}
 .tx-hero-art{padding:25px 0 45px}
 .tx-cats{grid-template-columns:repeat(3,1fr)}
 .tx-products .products{grid-template-columns:repeat(2,1fr)}
 .tx-trust{grid-template-columns:repeat(2,1fr)}
 .tx-footer-grid{grid-template-columns:repeat(2,1fr)}
 .tx-mobile-nav{display:grid;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--tx-border);grid-template-columns:repeat(5,1fr);z-index:100;box-shadow:0 -10px 30px rgba(0,0,0,.08)}
 .tx-mobile-nav a{padding:10px 4px;text-align:center;font-size:11px;font-weight:800}
 .tx-mobile-nav span{display:block;font-size:18px}
 body{padding-bottom:65px}
}
@media(max-width:560px){
 .tx-topbar .container{justify-content:center}
 .tx-topbar .container span:last-child{display:none}
 .tx-header-main{grid-template-columns:auto auto;justify-content:space-between}
 .tx-search{grid-column:1/-1;grid-row:2}
 .tx-logo-text{font-size:24px}
 .tx-hero h1{font-size:44px}
 .tx-cats{grid-template-columns:repeat(2,1fr)}
 .tx-products .products{grid-template-columns:repeat(2,1fr);gap:10px}
 .woocommerce ul.products li.product{padding:9px!important}
 .tx-promo{padding:30px;display:block}
 .tx-promo .tx-btn{margin-top:20px}
 .tx-trust{grid-template-columns:1fr}
 .tx-footer-grid{grid-template-columns:1fr}
 .tx-section{padding:50px 0}
}

/* v2 premium feature layer */
.tx-track-card{background:#fff;border:1px solid var(--tx-border);border-radius:26px;padding:30px;box-shadow:var(--tx-shadow);max-width:760px;margin:auto}
.tx-track-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-top:20px}
.tx-track-form input{border:1px solid var(--tx-border);border-radius:14px;padding:13px;outline:0}
.tx-track-status{margin-top:28px;padding-top:20px;border-top:1px solid var(--tx-border)}
.tx-track-line{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:20px}
.tx-track-step{padding:12px 8px;border-radius:12px;background:#f3f3f8;text-align:center;font-size:12px;font-weight:800}
.tx-track-step.is-active{background:var(--tx-primary);color:#fff}
.tx-error{color:#b42318;font-weight:700;margin-top:18px}
.tx-recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tx-recent-card{background:#fff;border:1px solid var(--tx-border);border-radius:18px;padding:12px;box-shadow:0 8px 24px rgba(32,36,58,.05)}
.tx-recent-card img{border-radius:12px;margin-bottom:10px}
.tx-recent-card strong{display:block;font-size:14px}
.tx-recent-card span{color:var(--tx-primary);font-weight:900}
.tx-mobile-buybar{display:none}
@media(max-width:700px){
 .tx-track-form{grid-template-columns:1fr}
 .tx-track-line{grid-template-columns:1fr}
 .tx-recent-grid{grid-template-columns:repeat(2,1fr)}
 .tx-mobile-buybar{display:flex;position:fixed;left:10px;right:10px;bottom:72px;z-index:90;background:#fff;border:1px solid var(--tx-border);border-radius:18px;padding:9px 10px;align-items:center;justify-content:space-between;box-shadow:0 15px 35px rgba(0,0,0,.14)}
 .tx-mobile-buybar>span{font-weight:900;font-size:18px}
}

/* ToyxPlay v2.1.0: compact mobile UI */
.tx-wishlist-toggle{
  position:absolute;top:10px;right:10px;z-index:4;width:34px;height:34px;
  border:0;border-radius:50%;background:rgba(255,255,255,.96);
  font-size:19px;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(32,36,58,.12)
}
.tx-wishlist-toggle.is-saved{color:var(--tx-primary)}
.woocommerce ul.products li.product{position:relative}
.tx-mobile-buybar{display:none}
@media(max-width:700px){
  .container{width:calc(100% - 24px)}
  .tx-section{padding:34px 0}
  .tx-section-head{margin-bottom:16px;gap:9px;align-items:center}
  .tx-section-head h2{font-size:25px}
  .tx-section-head p{font-size:12px;line-height:1.4}
  .tx-btn{padding:9px 14px;font-size:12px}
  .tx-topbar{font-size:10px}
  .tx-topbar .container{padding:5px 0}
  .tx-header-main{gap:9px;padding:9px 0}
  .tx-logo img{max-height:38px}
  .tx-logo-text{font-size:21px}
  .tx-actions{gap:5px}
  .tx-action{width:34px;height:34px;font-size:12px}
  .tx-search input{padding:9px 12px;font-size:12px}
  .tx-search button{padding:0 11px;font-size:11px}
  .tx-hero{padding-top:10px}
  .tx-hero-card{border-radius:20px}
  .tx-hero-copy{padding:27px 18px 9px}
  .tx-eyebrow{font-size:9px;padding:5px 8px}
  .tx-hero h1{font-size:34px;margin:11px 0}
  .tx-hero p{font-size:13px}
  .tx-hero-buttons{margin-top:16px;gap:7px}
  .tx-hero-art{padding:16px 0 25px}
  .tx-toy-orb{width:165px}
  .tx-cats{grid-template-columns:repeat(2,1fr);gap:8px}
  .tx-cat{border-radius:14px;padding:13px 7px;font-size:11px}
  .tx-cat-icon{font-size:23px;margin-bottom:2px}
  .tx-products .products{gap:8px!important}
  .woocommerce ul.products li.product{
    border-radius:14px;padding:7px!important;box-shadow:0 4px 14px rgba(32,36,58,.06)
  }
  .woocommerce ul.products li.product img{border-radius:10px;margin-bottom:6px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:11px!important;line-height:1.3!important;margin:4px 0!important
  }
  .woocommerce ul.products li.product .price{font-size:12px!important}
  .woocommerce ul.products li.product .button{
    width:100%;font-size:10px;padding:7px 5px;margin-top:6px
  }
  .tx-promo{border-radius:18px;padding:22px}
  .tx-promo h2{font-size:25px}
  .tx-promo p{font-size:12px}
  .tx-trust{gap:8px}
  .tx-trust-card{border-radius:14px;padding:14px 8px;font-size:11px}
  .tx-footer{margin-top:26px}
  .tx-footer .container{padding:30px 0}
  .tx-footer-grid{gap:18px}
  .tx-footer h3{font-size:15px}
  .tx-footer p,.tx-footer a{font-size:11px}
  .tx-mobile-buybar{
    display:flex;position:fixed;left:7px;right:7px;bottom:69px;z-index:90;
    background:#fff;border:1px solid var(--tx-border);border-radius:15px;
    padding:7px 8px;align-items:center;justify-content:space-between;
    box-shadow:0 10px 25px rgba(0,0,0,.14);gap:7px
  }
  .tx-mobile-price{font-weight:900;font-size:14px;min-width:0}
  .tx-mobile-add{white-space:nowrap}
  .tx-track-card{padding:18px;border-radius:17px}
  .tx-track-card h2{font-size:22px}
  .tx-track-form{gap:7px}
  .tx-track-form input{padding:10px;font-size:12px}
  .tx-track-step{font-size:10px;padding:8px}
  .tx-recent-grid{gap:8px}
  .tx-recent-card{border-radius:12px;padding:7px;font-size:10px}
}
@media(max-width:380px){
  .tx-hero h1{font-size:31px}
  .tx-section-head h2{font-size:22px}
  .tx-btn{padding:8px 11px}
}

/* ToyxPlay v2.3.0 premium completion layer */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}
.tx-skip-link{position:fixed;left:10px;top:-60px;z-index:9999;background:#fff;color:var(--tx-ink);padding:10px 14px;border-radius:10px;box-shadow:var(--tx-shadow)}
.tx-skip-link:focus{top:10px}
:focus-visible{outline:3px solid rgba(108,99,255,.35);outline-offset:2px}
.tx-text-link{font-weight:900;color:var(--tx-secondary);white-space:nowrap}
.tx-muted{color:var(--tx-muted)}
.tx-breadcrumbs{margin-bottom:18px;font-size:12px;color:var(--tx-muted)}
.tx-breadcrumbs nav{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.tx-cart-action{position:relative}
.tx-cart-count{position:absolute;right:-2px;top:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--tx-primary);color:#fff;font-size:9px;display:grid;place-items:center;line-height:1;font-weight:900}
.tx-cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:145px}
.tx-cat img{width:68px;height:68px;object-fit:cover;border-radius:18px}
.tx-cat small{font-size:11px;color:var(--tx-muted);font-weight:600}
.tx-trust-icon{font-size:24px}
.tx-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.tx-socials a{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:6px 9px;font-size:11px}
.tx-footer-policies{display:flex;gap:14px;flex-wrap:wrap}
.tx-continue-shopping{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 14px;border:1px solid var(--tx-border);font-weight:800;margin-left:8px}
.tx-status-negative{margin-top:22px;padding:14px;border-radius:14px;background:#fff1f2;color:#b42318}
.tx-content-page{min-height:45vh}
.tx-content-card{background:#fff;border:1px solid var(--tx-border);border-radius:24px;padding:clamp(20px,4vw,45px);box-shadow:var(--tx-shadow)}
.tx-content-head h1{margin:0 0 12px;font-size:clamp(30px,5vw,52px);line-height:1.05}
.tx-meta{font-size:12px;color:var(--tx-muted)}
.tx-entry-content{font-size:16px;line-height:1.75}
.tx-entry-content img{border-radius:16px}
.tx-entry-content a{color:var(--tx-secondary);text-decoration:underline;text-underline-offset:3px}
.tx-featured-image img{width:100%;border-radius:20px;margin:20px 0}
.tx-search-results{display:grid;gap:14px}
.tx-search-result{display:grid;grid-template-columns:180px 1fr;gap:20px;background:#fff;border:1px solid var(--tx-border);border-radius:20px;padding:14px;box-shadow:0 7px 22px rgba(32,36,58,.05)}
.tx-search-result img{width:180px;height:130px;object-fit:cover;border-radius:14px}
.tx-search-result h2{margin:0 0 8px;font-size:22px}
.tx-empty-state{text-align:center;display:grid;place-items:center;justify-items:center;min-height:45vh}
.tx-empty-state h1{font-size:clamp(32px,6vw,60px);margin:10px 0}
.tx-empty-state p{color:var(--tx-muted)}
.tx-404-icon{font-size:48px;color:var(--tx-primary)}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{border:1px solid var(--tx-border);border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(32,36,58,.05);padding:13px 16px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--tx-border);border-radius:12px;padding:11px 12px;background:#fff}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px!important;padding:11px 16px!important;background:var(--tx-ink)!important;color:#fff!important;font-weight:800!important}
.woocommerce .quantity .qty{border:1px solid var(--tx-border);border-radius:10px;padding:8px}
.woocommerce div.product div.images img{border-radius:18px}
.woocommerce div.product .product_title{font-size:clamp(28px,5vw,48px);line-height:1.05}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--tx-primary);font-weight:950}
.woocommerce span.onsale{background:var(--tx-primary);min-width:48px;min-height:48px;display:grid;place-items:center;font-size:11px}
.woocommerce .star-rating span{color:var(--tx-accent)}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{background:#fff;border:1px solid var(--tx-border);border-radius:18px;padding:18px}
@media(max-width:700px){
  .tx-topbar .container{gap:5px}.tx-topbar .container a{display:none}
  .tx-header-main{padding:8px 0}.tx-logo-text{font-size:20px}.tx-action{width:33px;height:33px}
  .tx-search button{font-size:10px;padding:0 9px}.tx-search input{font-size:12px;padding:8px 10px}
  .tx-section{padding:30px 0}.tx-hero{padding-top:8px}.tx-hero-card{border-radius:18px}
  .tx-hero-copy{padding:24px 16px 8px}.tx-hero h1{font-size:32px}.tx-hero p{font-size:12px;line-height:1.5}
  .tx-hero-buttons{margin-top:13px}.tx-btn{padding:8px 12px;font-size:11px}.tx-hero-art{padding:13px 0 20px}.tx-toy-orb{width:145px}
  .tx-section-head{margin-bottom:13px}.tx-section-head h2{font-size:22px}.tx-section-head p{font-size:11px}
  .tx-cats{gap:7px}.tx-cat{min-height:112px;padding:10px 6px;border-radius:13px;font-size:11px}.tx-cat img{width:54px;height:54px;border-radius:14px}.tx-cat small{font-size:9px}
  .tx-products .products{gap:7px!important}.woocommerce ul.products li.product{border-radius:12px;padding:6px!important}
  .woocommerce ul.products li.product img{border-radius:9px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:10.5px!important}
  .woocommerce ul.products li.product .price{font-size:11px!important}.woocommerce ul.products li.product .button{font-size:9px;padding:6px 4px!important}
  .tx-promo{border-radius:16px;padding:20px}.tx-promo h2{font-size:22px}.tx-promo p{font-size:11px}
  .tx-trust{gap:7px}.tx-trust-card{padding:12px 7px;border-radius:12px;font-size:10px}.tx-trust-card strong{font-size:11px}.tx-trust-icon{font-size:19px}
  .tx-content-card{border-radius:17px;padding:18px}.tx-entry-content{font-size:13px;line-height:1.65}
  .tx-search-result{grid-template-columns:88px 1fr;gap:10px;padding:9px;border-radius:14px}.tx-search-result img{width:88px;height:75px;border-radius:9px}
  .tx-search-result h2{font-size:16px;margin-bottom:4px}.tx-search-result p{font-size:11px;margin:4px 0}
  .tx-continue-shopping{margin:8px 0 0}.tx-footer .container{padding:26px 0}.tx-footer-grid{gap:14px}
  .tx-footer h3{font-size:14px}.tx-footer p,.tx-footer a{font-size:10.5px}.tx-footer-bottom{font-size:10px;gap:8px}
  .tx-mobile-buybar{bottom:68px;left:6px;right:6px;border-radius:14px;padding:6px 7px}.tx-mobile-price{font-size:12px}
  .tx-mobile-add{font-size:10px!important;padding:8px 10px!important}.woocommerce div.product .product_title{font-size:28px}
  .woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #order_review{padding:13px;border-radius:14px}
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:9px;font-size:12px}
}
@media(max-width:360px){.tx-hero h1{font-size:29px}.tx-cat{min-height:104px}.tx-mobile-nav a{font-size:9px}.tx-mobile-nav span{font-size:16px}}

/* v2.3.0 premium pre-order + admin controls */
.tx-preorder-box{margin:14px 0;padding:14px 16px;border:1px solid rgba(255,90,122,.25);border-radius:16px;background:linear-gradient(135deg,#fff5f7,#f8f5ff);display:grid;gap:4px}.tx-preorder-box strong{color:var(--tx-primary);font-size:14px}.tx-preorder-box span{font-size:12px;font-weight:800}.tx-preorder-box p{margin:4px 0 0;color:var(--tx-muted);font-size:12px}.tx-wishlist-toggle{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid var(--tx-border);border-radius:50%;background:#fff;z-index:4;cursor:pointer;font-size:20px;line-height:1;color:var(--tx-ink)}.tx-wishlist-toggle.is-saved{color:var(--tx-primary);border-color:rgba(255,90,122,.35);background:#fff4f6}
@media(max-width:700px){.tx-preorder-box{padding:10px 12px;border-radius:13px}.tx-preorder-box strong{font-size:12px}.tx-preorder-box span,.tx-preorder-box p{font-size:10px}.tx-wishlist-toggle{right:7px;top:7px;width:29px;height:29px;font-size:17px}}

.tx-preorder-box{display:grid;gap:5px;padding:13px 15px;margin:12px 0 16px;border:1px solid var(--tx-border);border-radius:15px;background:linear-gradient(135deg,rgba(255,90,122,.08),rgba(108,99,255,.06))}
.tx-preorder-box strong{font-size:13px}.tx-preorder-box span,.tx-preorder-box p{font-size:11px;color:var(--tx-muted);margin:0}
@media(max-width:700px){.tx-preorder-box{padding:10px 12px;border-radius:12px}.tx-preorder-box strong{font-size:11px}.tx-preorder-box span,.tx-preorder-box p{font-size:10px}}
/* v3 premium account/wishlist layer */
.tx-actions{display:flex;align-items:center;gap:8px}.tx-action{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;min-width:54px;text-decoration:none}.tx-action small{font-size:10px;font-weight:700}.tx-action span[aria-hidden]{font-size:20px}.tx-cart-count,.tx-wishlist-count{position:absolute;top:-5px;right:1px;min-width:16px;height:16px;border-radius:99px;display:grid;place-items:center;font-size:9px;font-weight:800;background:var(--tx-primary);color:#fff}.tx-account-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border:1px solid var(--tx-border);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,90,122,.05));margin-bottom:18px}.tx-account-hero h2{margin:5px 0;font-size:clamp(24px,4vw,36px)}.tx-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.tx-account-stats>div{padding:18px;border:1px solid var(--tx-border);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(20,20,40,.05)}.tx-account-stats strong{display:block;font-size:25px}.tx-account-stats span{font-size:12px;color:var(--tx-muted)}.tx-account-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.tx-account-quick a{padding:17px;border:1px solid var(--tx-border);border-radius:18px;text-decoration:none;background:#fff}.tx-account-quick strong,.tx-account-quick span{display:block}.tx-account-quick span{font-size:11px;color:var(--tx-muted);margin-top:5px}.tx-order-mini-list{display:grid;gap:8px}.tx-order-mini-list a{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center;padding:13px 15px;border:1px solid var(--tx-border);border-radius:14px;text-decoration:none}.tx-account-panel{padding:4px 0}.tx-wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tx-wishlist-card{border:1px solid var(--tx-border);border-radius:18px;overflow:hidden;background:#fff}.tx-wishlist-image{display:block;aspect-ratio:1/1;background:#f7f7fb}.tx-wishlist-image img{width:100%;height:100%;object-fit:cover}.tx-wishlist-info{padding:13px}.tx-wishlist-info>a{text-decoration:none;color:inherit}.tx-wishlist-info>span{display:block;margin:7px 0}.tx-wishlist-actions{display:flex;gap:7px;align-items:center}.tx-wishlist-actions .tx-btn{font-size:11px;padding:9px 11px}.tx-wishlist-actions .tx-wishlist-toggle{border:1px solid var(--tx-border);background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer}.tx-wishlist-toggle.is-saved{color:var(--tx-primary)}.tx-loading{padding:30px;text-align:center;color:var(--tx-muted)}
@media(max-width:900px){.tx-wishlist-grid{grid-template-columns:repeat(3,1fr)}.tx-account-quick{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.tx-actions{gap:2px}.tx-action{min-width:40px}.tx-action small{display:none}.tx-account-hero{display:block;padding:17px;border-radius:18px}.tx-account-hero .tx-btn{display:inline-flex;margin-top:10px}.tx-account-stats{gap:8px}.tx-account-stats>div{padding:13px;border-radius:14px}.tx-account-stats strong{font-size:20px}.tx-account-quick{gap:8px}.tx-account-quick a{padding:13px;border-radius:14px}.tx-order-mini-list a{grid-template-columns:1fr auto;font-size:11px}.tx-order-mini-list a strong{grid-column:2}.tx-wishlist-grid{grid-template-columns:repeat(2,1fr);gap:9px}.tx-wishlist-card{border-radius:14px}.tx-wishlist-info{padding:10px}.tx-wishlist-actions{flex-wrap:wrap}.tx-wishlist-actions .tx-btn{flex:1;text-align:center}.tx-wishlist-actions .tx-wishlist-toggle{font-size:10px}}

.tx-variation-options{display:flex;flex-wrap:wrap;gap:7px;margin:6px 0 12px}.tx-option{border:1px solid var(--tx-border,#e9e6ec);background:#fff;border-radius:10px;padding:8px 12px;font:inherit;cursor:pointer}.tx-option:hover,.tx-option.is-selected{border-color:var(--tx-primary,#ff5a7a);box-shadow:0 0 0 2px rgba(255,90,122,.10)}
.txpm-wrap input[type=text],.txpm-wrap input[type=number],.txpm-wrap input[type=search],.txpm-wrap select,.txpm-wrap textarea{max-width:100%;box-sizing:border-box}

:root{--tx-admin-header-bg:#fff;--tx-admin-header-text:#20243a;--tx-admin-footer-bg:#20243a;--tx-admin-footer-text:#fff}
.tx-header{background:var(--tx-admin-header-bg);color:var(--tx-admin-header-text)}
.tx-footer{background:var(--tx-admin-footer-bg);color:var(--tx-admin-footer-text)}

.tx-discovery{padding:24px;border:1px solid var(--tx-border);border-radius:24px;background:linear-gradient(135deg,rgba(108,99,255,.06),rgba(255,90,122,.05))}
.tx-discovery-head h2{margin:0 0 5px}.tx-discovery-head p{margin:0 0 18px;color:var(--tx-muted)}
.tx-discovery-groups{display:grid;gap:14px}.tx-discovery-group>strong{display:block;margin-bottom:7px}
.tx-discovery-chips{display:flex;flex-wrap:wrap;gap:7px}.tx-discovery-chips a{display:inline-flex;gap:7px;align-items:center;padding:8px 11px;border:1px solid var(--tx-border);border-radius:999px;background:#fff;text-decoration:none}
.tx-discovery-chips span{font-size:10px;opacity:.6}.tx-smart-search{display:flex;gap:8px;margin-top:18px}.tx-smart-search input{min-width:0;flex:1;padding:12px 14px;border:1px solid var(--tx-border);border-radius:12px}.tx-smart-search button{padding:12px 16px;border:0;border-radius:12px}
@media(max-width:700px){.tx-discovery{padding:16px;border-radius:17px}.tx-smart-search{display:grid;grid-template-columns:1fr}.tx-smart-search button{width:100%}}

.tx-gift-finder{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;padding:28px;border-radius:24px;background:linear-gradient(135deg,rgba(108,99,255,.08),rgba(255,181,71,.10));margin:24px 0}
.tx-gift-finder h2{margin:.2em 0}.tx-gift-finder p{color:var(--tx-muted)}
.tx-gift-finder form{display:grid;gap:12px;align-content:center}.tx-gift-finder label{display:grid;gap:5px;font-weight:600}.tx-gift-finder select{padding:12px;border:1px solid var(--tx-border);border-radius:12px;background:#fff}.tx-gift-finder button{padding:13px;border:0;border-radius:12px;background:var(--tx-button-bg);color:var(--tx-button-text);font-weight:700}
.tx-compare-wrap{overflow:auto}.tx-compare{width:100%;border-collapse:collapse;background:#fff}.tx-compare th,.tx-compare td{padding:13px;border:1px solid var(--tx-border);text-align:left;min-width:150px}.tx-compare th{font-weight:700}
@media(max-width:700px){.tx-gift-finder{grid-template-columns:1fr;padding:18px;border-radius:18px}}

.tx-compare-toggle{border:1px solid var(--tx-border);background:#fff;color:var(--tx-ink);border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer}.tx-compare-toggle.is-selected{background:var(--tx-primary);color:#fff;border-color:var(--tx-primary)}

.tx-no-shop-sidebar .widget-area,.tx-no-shop-sidebar .sidebar{display:none!important}
