:root{--tanuki-purple:#52196f;--tanuki-pink:#e86479;--tanuki-turquoise:#63c8d8;--tanuki-yellow:#febf00;--tanuki-lime:#bed62f;--tanuki-orange:#fbad18;--tanuki-text:#333333;--tanuki-bg:#ffffff;--max-width:1280px;--font-main:'Montserrat', sans-serif}*,*::before,*::after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-main);background-color:var(--tanuki-bg);color:var(--tanuki-text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:clip;display:flex;flex-direction:column;min-height:100vh}html[lang^="es"] h1,html[lang^="es"] h2,html[lang^="es"] h3,html[lang^="es"] h4,html[lang^="es"] h5,html[lang^="es"] h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-family:'Montserrat',sans-serif!important}.site{display:flex;flex-direction:column;flex:1}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:opacity 0.2s}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;box-sizing:border-box}@media (max-width:900px){.container{padding:0 15px!important}}.product-page-main>.container{padding-left:0!important;padding-right:0!important}.text-center{text-align:center}.text-right{text-align:right}.d-flex{display:flex}.d-grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:1rem}.gap-2{gap:2rem!important}.bg-pink{background-color:var(--tanuki-pink);color:#fff}.bg-yellow{background-color:var(--tanuki-yellow);color:var(--tanuki-text)}.bg-turquoise{background-color:var(--tanuki-turquoise);color:#fff}.bg-orange{background-color:var(--tanuki-orange);color:var(--tanuki-text)}.bg-lime{background-color:var(--tanuki-lime);color:var(--tanuki-text)}.text-purple{color:var(--tanuki-purple)!important}.site-footer{background-color:#fff;padding:3rem 0;border-top:1px solid #eee;margin-top:auto}.footer-info{text-align:center;color:#666;font-size:.9rem}.footer-legal-links{margin-top:1rem;display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.footer-legal-links a{color:#888;font-size:.8rem;transition:color 0.2s}.footer-legal-links a:hover{color:var(--tanuki-pink)}.footer-legal-links .sep{color:#eee;font-size:.8rem}.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:999}.header-top{padding:.8rem 0;display:flex;justify-content:space-between;align-items:center;min-height:60px}.site-logo-text a{display:flex;align-items:center;gap:12px;color:var(--tanuki-purple);text-transform:uppercase;font-weight:300;font-size:2rem;letter-spacing:2px}.custom-logo-link img{max-height:75px;width:auto;display:block}.site-logo-text img{height:45px;width:auto}.header-bottom{background:#f9f9f9;border-top:1px solid #f0f0f0}.nav-container{height:50px;display:flex;align-items:center;justify-content:space-between}.mobile-nav-scroll-btn{display:none}.main-navigation ul{display:flex;list-style:none;padding:0;margin:0;gap:2rem!important}.main-navigation a{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#555;transition:all 0.3s ease;display:inline-block}.main-navigation a:hover{color:var(--tanuki-orange);transform:translateY(-3px)}.header-actions{display:flex;gap:1.2rem;align-items:center}.action-icon{color:var(--tanuki-purple);opacity:.7;transition:all 0.3s ease;display:inline-block}.action-icon:hover{opacity:1;color:var(--tanuki-orange);transform:scale(1.2)}.home-section{padding:3rem 0}.section-group{display:grid;grid-template-columns:3fr 1fr;gap:3rem;align-items:start}.section-heading{margin-bottom:2rem;display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid #eee;padding-bottom:1rem}.section-heading h2{font-size:1.8rem;color:var(--tanuki-purple)}.grid-3{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (min-width:768px){.libraries-section{box-sizing:border-box;padding:2rem 0!important}.libraries-section .container,.libraries-section .section-group{height:auto;display:flex;flex-direction:column;min-height:0}.libraries-section .products-area{height:100vh;max-height:850px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.libraries-section .section-group{display:grid;grid-template-columns:5.5fr 1fr!important;gap:2.5rem;flex-grow:1;min-height:0}@media (max-width:1024px){.libraries-section .section-group{display:grid!important;grid-template-columns:5fr 1fr!important;gap:1rem!important}.libraries-section .products-area{height:auto!important;max-height:none!important}.lib-row{padding:1rem .75rem;font-size:.9rem}.lib-row img{height:45px;width:45px}}.novedades-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:1.2fr 1fr!important;gap:1.2rem!important;flex-grow:1;height:100%;min-height:0}@media (max-width:1024px){.novedades-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;gap:1.5rem!important;height:auto!important;min-height:0}}.novedades-grid .tanuki-card{height:100%!important;min-height:0;display:flex;flex-direction:column;padding-bottom:.2rem}@media (max-width:1024px){.novedades-grid .tanuki-card{flex-direction:column!important;gap:.5rem}.novedades-grid .tanuki-card.item-5{display:none!important}}.novedades-grid .tanuki-card.item-1{grid-area:1 / 1 / 2 / 4}.novedades-grid .tanuki-card.item-2{grid-area:1 / 4 / 2 / 7}.novedades-grid .tanuki-card.item-3{grid-area:2 / 1 / 3 / 3}.novedades-grid .tanuki-card.item-4{grid-area:2 / 3 / 3 / 5}.novedades-grid .tanuki-card.item-5{grid-area:2 / 5 / 3 / 7}@media (max-width:1024px){.novedades-grid .tanuki-card.item-1{grid-area:1 / 1 / 2 / 2!important}.novedades-grid .tanuki-card.item-2{grid-area:1 / 2 / 2 / 3!important}.novedades-grid .tanuki-card.item-3{grid-area:2 / 1 / 3 / 2!important}.novedades-grid .tanuki-card.item-4{grid-area:2 / 2 / 3 / 3!important}}.novedades-grid .card-img-box{position:relative!important;flex:1 1 0%!important;min-height:0!important;background:#f0f0f0;overflow:hidden!important;display:block!important}.novedades-grid .card-img-box img{position:absolute!important;top:1rem!important;left:1rem!important;right:1rem!important;bottom:1rem!important;margin:auto!important;width:auto!important;height:auto!important;max-width:calc(100% - 2rem)!important;max-height:calc(100% - 2rem)!important;object-fit:contain!important;filter:drop-shadow(0 10px 20px rgb(0 0 0 / .15));transition:transform 0.4s cubic-bezier(.175,.885,.32,1.275)}@media (max-width:1024px){.novedades-grid .card-img-box{flex:1 1 auto!important;aspect-ratio:auto!important;width:100%!important;height:auto!important;margin-bottom:.5rem;padding:0.8rem!important;max-height:none}.novedades-grid .card-img-box img{position:relative!important;top:0!important;left:0!important;right:0!important;bottom:0!important;max-width:100%!important;max-height:100%!important;margin:auto!important}}.novedades-grid .card-content{display:flex;flex-direction:column;flex:0 0 auto!important;min-width:0;min-height:120px}@media (max-width:1024px){.novedades-grid .card-content{justify-content:flex-start;padding:0 .5rem .5rem;text-align:center}}.novedades-grid .tanuki-card:hover .card-img-box img{transform:scale(1.05)}.novedades-grid h3{font-size:.7rem;line-height:1.1;margin:.2rem 0;height:2.2em;overflow:hidden}.novedades-grid .author{font-size:.65rem;margin-bottom:.1rem;height:1.1em}@media (max-width:1024px){.novedades-grid h3{font-size:.9rem;text-align:center!important;height:2.4em;margin-bottom:.3rem}.novedades-grid .author{text-align:center!important;font-size:.8rem}.novedades-grid .rating{justify-content:center!important;margin:.4rem 0!important}.novedades-grid .price{text-align:center!important;font-size:1rem;margin:.6rem 0!important}.novedades-grid .btn-add{font-size:.75rem;padding:10px;max-width:180px;margin:0 auto}}.novedades-grid .link-more{display:none}.sidebar-libraries{height:auto;display:flex;flex-direction:column}.sidebar-libraries .lib-list{flex-grow:1;overflow:visible}.lib-row{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start;padding:.8rem 0;border-bottom:1px solid rgb(0 0 0 / .03);font-size:.85rem;font-weight:700;text-align:right}@media (max-width:1024px){.lib-row{flex-direction:row;justify-content:flex-start;padding:1.1rem 0;font-size:.95rem;text-align:left}.sidebar-libraries h2{text-align:left}.sidebar-libraries .section-heading{justify-content:flex-start}}.lib-row span{flex:1}}.tanuki-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform 0.2s ease;padding-bottom:.3rem;display:flex;flex-direction:column;height:100%}.tanuki-card:hover{transform:translateY(-4px)}.card-img-box{background:var(--tanuki-pink);padding:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:.3rem;border-radius:8px;width:100%;aspect-ratio:2 / 3;height:auto}.favorites-section .card-img-box{padding:1rem;aspect-ratio:2 / 3}.favorites-section .tanuki-card{max-width:140px;margin:0 auto}.card-img-box img{width:auto;height:auto;max-width:100%;max-height:100%;box-shadow:5px 5px 15px rgb(0 0 0 / .15)}.tanuki-card h3{font-size:.8rem;color:var(--tanuki-pink);font-weight:800;margin:.2rem 0;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden;height:2.4em;line-height:1.2em;flex-shrink:0}.author{display:block;text-align:center;font-size:.7rem;color:#666;font-weight:400;height:1.2em;line-height:1.2em;overflow:hidden;margin-bottom:.1rem;flex-shrink:0}.woocommerce .star-rating,.star-rating{overflow:hidden;position:relative;height:1.2em;line-height:1.2em;font-size:1.1rem;width:5.4em;font-family:'Montserrat',sans-serif!important}.woocommerce .star-rating::before,.star-rating::before{content:"\2605\2605\2605\2605\2605"!important;color:#eee!important;float:left;top:0;left:0;position:absolute;letter-spacing:2px;font-family:inherit!important}.woocommerce .star-rating span,.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before,.star-rating span::before{content:"\2605\2605\2605\2605\2605"!important;top:0;position:absolute;left:0;color:var(--accent-color,var(--tanuki-yellow))!important;letter-spacing:2px;font-family:inherit!important}.price{text-align:center;font-size:.9rem;font-weight:800;color:var(--accent-color,#000);margin-bottom:.4rem;margin-top:auto}.tanuki-card .btn-add,.btn-add{display:block;width:100%;background:var(--accent-color,var(--tanuki-pink));color:#fff;text-align:center;padding:.4rem .6rem;border-radius:4px;font-weight:700;text-transform:uppercase;font-size:.75rem;border:none;cursor:pointer;transition:opacity 0.3s ease;line-height:1.2}@media (max-width:768px){.tanuki-card .btn-add,.btn-add{font-size:0.7rem!important;padding:.5rem 0.5rem!important;white-space:normal;height:auto}}.tanuki-card .btn-add:hover,.btn-add:hover{opacity:.85}.link-more{display:block;text-align:center;margin-top:.3rem;font-size:.7rem;text-decoration:underline;color:var(--tanuki-pink)}.sidebar-libraries h2{font-size:1.8rem;color:var(--tanuki-purple);margin-bottom:2rem;text-align:left}.lib-list{display:flex;flex-direction:column;gap:1rem}.lib-row{background:#fff;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center;padding:.75rem;gap:1rem;border-bottom:1px solid #eee;transition:all 0.2s ease}.lib-row:hover{background:var(--tanuki-orange);transform:translateX(5px)}.lib-row:hover span{color:#fff}.lib-row img{height:50px;width:50px;object-fit:cover;background:#ddd;border-radius:4px}.lib-row span{font-weight:700;font-size:.9rem;color:#333}.nav-box{height:60px;display:flex;align-items:center;justify-content:flex-start;padding-left:1.5rem;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;transition:all 0.2s ease;border:2px solid #fff0}.nav-box.bg-yellow{background:#fff0;border-color:var(--tanuki-yellow);color:var(--tanuki-yellow)}.nav-box.bg-yellow:hover{background:var(--tanuki-yellow);color:#000}.nav-box.bg-orange{background:#fff0;border-color:var(--tanuki-orange);color:var(--tanuki-orange)}.nav-box.bg-orange:hover{background:var(--tanuki-orange);color:#fff}.nav-box.bg-lime{background:#fff0;border-color:var(--tanuki-lime);color:var(--tanuki-lime)}.nav-box.bg-lime:hover{background:var(--tanuki-lime);color:#000}.collection-banners{display:grid;grid-template-columns:1fr 1fr;gap:2rem!important;margin:2rem 0}.banner-box{height:200px;display:flex;align-items:center;justify-content:center;text-align:center}.banner-box h2{font-size:2.5rem;text-transform:uppercase;line-height:1;color:#fff}.favorites-title{color:var(--tanuki-purple);text-align:left;font-size:1.8rem;margin-bottom:2rem}.favorites-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.favorites-compact-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.fav-item{display:flex;flex-direction:column}.fav-img-wrapper{background:#eee;margin-bottom:.8rem;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center}.fav-img-wrapper img{width:100%;height:100%;object-fit:cover}.fav-title{font-size:.9rem;font-weight:700;margin-bottom:.25rem;min-height:2.5em}.fav-meta{font-size:.9rem;font-weight:700;color:var(--tanuki-orange)}.blog-section{display:grid;grid-template-columns:180px 1fr;gap:2rem!important;margin-bottom:3rem}.blog-nav{display:flex;flex-direction:column;gap:1rem;height:100%}.nav-box{flex:1;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;transition:all 0.2s ease;border:2px solid #fff0;text-align:center;padding:.6rem}.nav-box.bg-yellow{border-color:var(--tanuki-yellow);color:var(--tanuki-yellow)}.nav-box.bg-yellow:hover{background:var(--tanuki-yellow);color:#000}.nav-box.bg-orange{border-color:var(--tanuki-orange);color:var(--tanuki-orange)}.nav-box.bg-orange:hover{background:var(--tanuki-orange);color:#fff}.nav-box.bg-lime{border-color:var(--tanuki-lime);color:var(--tanuki-lime)}.nav-box.bg-lime:hover{background:var(--tanuki-lime);color:#000}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{display:flex;flex-direction:column;height:100%;text-decoration:none;background:#fff0}.blog-thumb{width:100%;aspect-ratio:16 / 9;background:#eee;flex-shrink:0;overflow:hidden}.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-info{padding:.8rem 1rem;font-weight:700;font-size:.95rem;line-height:1.3;flex-grow:1;display:flex;align-items:center;min-height:3.5em;transition:all 0.2s ease}.blog-card:hover .blog-info{background-color:var(--tanuki-purple)!important;color:#fff!important}@media (max-width:1024px){:root{--max-width:100%}.container{padding:0 2rem}.section-group{grid-template-columns:1fr;gap:2.5rem}.grid-3,.favorites-grid{grid-template-columns:repeat(3,1fr)!important;gap:2rem!important}.favorites-compact-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.5rem}.favorites-compact-grid .item-5{display:none!important}.blog-grid{grid-template-columns:repeat(3,1fr)!important;gap:2rem!important}.blog-section{grid-template-columns:1fr;gap:2.5rem}.blog-nav{flex-direction:row;height:auto;overflow-x:auto;padding-bottom:.5rem;gap:1rem}.nav-box{min-width:140px;height:52px;font-size:.85rem;padding:.75rem 1rem}.header-top{padding:.75rem 0!important;justify-content:space-between;min-height:64px}.site-logo-text a{font-size:1.6rem!important}.site-logo-text img{height:40px!important}@media (max-width:768px){.header-top{padding:.4rem 0!important;min-height:48px!important}.site-logo-text img{height:30px!important}.custom-logo-link img{max-height:36px!important}.header-bottom .nav-container{height:38px!important}.header-actions{gap:0.75rem!important}.action-icon{padding:0.25rem!important}}.header-bottom{background:#fff;padding:0;border-bottom:1px solid #f0f0f0}.header-bottom .nav-container{flex-direction:row!important;height:52px!important;padding:0!important;gap:0!important;position:relative;justify-content:space-between!important}.main-navigation{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.main-navigation::-webkit-scrollbar{display:none}.main-navigation ul{flex-wrap:nowrap!important;justify-content:flex-start!important;padding:0 1rem!important;gap:1.5rem!important;height:100%;align-items:center;margin:0!important}.mobile-nav-scroll-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border:1px solid #eee;border-radius:8px;color:var(--tanuki-purple);flex-shrink:0;z-index:10;cursor:pointer;transition:opacity 0.3s ease,transform 0.2s ease;opacity:0;pointer-events:none}.mobile-nav-scroll-btn.btn-left{margin-right:.5rem;box-shadow:5px 0 10px rgb(255 255 255 / .8)}.mobile-nav-scroll-btn.btn-right{margin-left:.5rem;box-shadow:-5px 0 10px rgb(255 255 255 / .8)}.nav-container{position:relative;padding-right:0!important;padding-left:0!important}.main-navigation a{font-size:0.75rem!important;font-weight:800!important;white-space:nowrap!important;letter-spacing:0.8px!important;padding:.5rem .75rem}.header-actions{width:auto!important;justify-content:flex-end!important;border-top:none!important;padding-top:0!important;gap:1.25rem!important}.action-icon{padding:.5rem}.favorites-title{font-size:1.75rem;margin-bottom:2rem}.section-heading h2{font-size:1.6rem}.tanuki-card h3{font-size:.85rem}.author{font-size:.75rem}.price{font-size:.95rem}.tanuki-card{padding-bottom:.5rem}.card-img-box{margin-bottom:.5rem}.banner-box{height:180px}.banner-box h2{font-size:2rem}}@media (max-width:480px){.grid-3,.favorites-grid,.favorites-compact-grid,.blog-grid,.collection-banners{grid-template-columns:1fr!important}.tanuki-card{padding-bottom:1.5rem}.blog-nav{gap:.5rem}.nav-box{min-width:120px;font-size:.8rem;padding:.5rem}.site-logo-text a{font-size:1.6rem}}.product-page-main{padding:4rem 0;background-color:color-mix(in srgb,var(--accent-color),white 92%);min-height:100vh;position:relative;overflow-x:hidden}.product-page-main::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:var(--accent-color,var(--tanuki-pink));z-index:1;pointer-events:none}.product-page-main::after{content:none}@media screen and (min-width:901px) and (max-width:1025px){.product-page-main::before,.product-page-main::after{content:'';position:absolute;top:0;width:2vw;height:100%;background:var(--accent-color,var(--tanuki-pink));z-index:1;pointer-events:none}.product-page-main::before{left:0}.product-page-main::after{right:0}}@media screen and (min-width:1026px){body.single-product .product-page-main::before,body.single-product .product-page-main::after,.product-page-main::before,.product-page-main::after{content:''!important;position:absolute!important;top:0!important;width:calc((100vw - 1025px) / 2)!important;height:100%!important;background:var(--accent-color,var(--tanuki-pink))!important;z-index:1!important;pointer-events:none!important}.product-page-main::before{left:0!important}.product-page-main::after{right:0!important}}.product-main-layout{display:grid;grid-template-columns:1fr 1.5fr;grid-template-rows:auto auto auto;gap:3rem;align-items:start;background-color:#fff;padding:4rem;@media (max-width:900px){padding:20px 15px!important}@media (max-width:350px){padding:15px 10px!important}border-radius:32px;box-shadow:0 20px 50px rgb(0 0 0 / .05),0 1px 3px rgb(0 0 0 / .02);border:1px solid rgb(255 255 255 / .8);max-width:1025px;margin:0 auto;width:100%;box-sizing:border-box}.product-gallery{grid-column:1;grid-row:1 / span 2;min-width:0}.product-featured-image-top{display:none}.product-details{grid-column:2;grid-row:1!important;min-width:0}.synopsis{grid-column:2;grid-row:2!important;min-width:0;margin-bottom:2rem}.product-sidebar{grid-column:1 / span 2;grid-row:3!important;border-top:1px solid #f0f0f0;padding-top:3rem;min-width:0}.woocommerce-product-gallery{position:relative!important;background:linear-gradient(135deg,#ffffff 0%,#f9f9f9 100%);border-radius:24px!important;overflow:hidden!important;border:1px solid rgb(0 0 0 / .05)!important;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 10px 15px -3px rgb(0 0 0 / .1),0 20px 40px rgb(0 0 0 / .04);transition:all 0.6s cubic-bezier(.23,1,.32,1)!important;margin-bottom:2.5rem!important}.woocommerce-product-gallery:hover{box-shadow:0 10px 25px -5px rgb(0 0 0 / .08),0 25px 50px -10px rgb(0 0 0 / .1);border-color:rgb(0 0 0 / .1)!important}.woocommerce-product-gallery::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top right,rgb(255 255 255 / .8) 0%,transparent 40%);opacity:.5}.woocommerce-product-gallery__image img{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;aspect-ratio:4/5;transition:transform 0.8s cubic-bezier(.19,1,.22,1)!important}.flex-control-nav.flex-control-thumbs{display:flex!important;flex-wrap:wrap!important;gap:1.2rem!important;justify-content:center!important;position:static!important;margin-top:2rem!important;list-style:none!important;padding:0 1rem!important}.flex-control-nav.flex-control-thumbs li{width:75px!important;height:100px!important;cursor:pointer!important;border-radius:12px!important;overflow:hidden!important;background:transparent!important;box-shadow:0 2px 8px rgb(0 0 0 / .05);transition:all 0.4s cubic-bezier(.34,1.56,.64,1)!important;position:relative!important;border:2px solid transparent!important}.flex-control-nav.flex-control-thumbs li:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgb(0 0 0 / .08);z-index:5}.flex-control-nav.flex-control-thumbs li img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;opacity:.5;filter:grayscale(20%);transition:all 0.4s ease!important}.flex-control-nav.flex-control-thumbs li:hover img,.flex-control-nav.flex-control-thumbs li img.flex-active{opacity:1!important;filter:grayscale(0%)!important}.flex-control-nav.flex-control-thumbs li img.flex-active{border-radius:10px!important;border:2px solid var(--accent-color,#e91e63)!important;box-shadow:0 0 0 4px rgb(0 0 0 / .02)}.woocommerce-product-gallery__trigger{display:none!important}@media (max-width:768px){.woocommerce-product-gallery{position:relative}.woocommerce-product-gallery::before,.woocommerce-product-gallery::after{content:'';position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background-color:rgb(255 255 255 / .85);backdrop-filter:blur(4px);z-index:50;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:18px;pointer-events:none;opacity:.8;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.woocommerce-product-gallery::before{left:10px!important;right:auto!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E")}.woocommerce-product-gallery::after{right:10px!important;left:auto!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7' /%3E%3C/svg%3E")}.woocommerce-product-gallery .flex-control-nav.flex-control-paging{display:none!important}.woocommerce-product-gallery .flex-control-nav.flex-control-paging li a{display:block;width:8px;height:8px;background:rgb(0 0 0 / .2);border-radius:50%;text-indent:-9999px;cursor:pointer;transition:all 0.3s ease}.woocommerce-product-gallery .flex-control-nav.flex-control-paging li a.flex-active{background:var(--accent-color,#000);transform:scale(1.2)}}.woocommerce-product-gallery .flex-viewport{border-radius:24px}.woocommerce-product-gallery .slides{margin:0!important;padding:0!important;display:flex!important}.woocommerce-product-gallery .slides li{margin:0!important;padding:0!important}.no-image-fallback{aspect-ratio:4/5;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#aaa;font-weight:600;font-size:.9rem}.product-title{font-size:2.8rem;margin-bottom:1.5rem;color:#000}.meta-row{display:flex;gap:3rem;margin-bottom:2rem}.meta-label{display:block;font-size:.7rem;font-weight:800;color:#bbb;text-transform:uppercase;margin-bottom:.5rem}.meta-value{font-size:1.1rem;font-weight:700}.color-pink,.color-yellow,.color-orange{color:var(--accent-color,var(--tanuki-pink))}.rating-section{margin-bottom:2rem}.tax-info{border-top:1px solid #eee;padding-top:1.5rem;margin-bottom:2rem;font-size:.85rem}.tax-item{margin-bottom:.5rem}.tax-item .label{font-weight:700;color:#888}.tax-item a{color:var(--accent-color,var(--tanuki-pink));text-decoration:underline;text-underline-offset:4px;transition:color 0.3s ease}.tax-item a:hover{text-decoration-thickness:2px}.synopsis h2{font-size:1.5rem;color:var(--accent-color,var(--tanuki-purple));margin-bottom:1rem}.synopsis .content{line-height:1.8;color:#444;margin-bottom:2rem;font-family:'Lora',serif!important;font-size:1.15rem}.action-buttons{display:flex;gap:1rem}.product-buy-section{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;padding:24px 10px;background:#fdfdfd;border-radius:16px;border:1px solid rgb(0 0 0 / .03);width:100%}.main-price{font-size:2.2rem;font-weight:800;color:var(--accent-color,var(--tanuki-pink));word-break:break-word}.main-price .woocommerce-Price-amount{color:inherit}.price ins,.main-price ins{text-decoration:none!important}body.single-product .product-buy-section .buy-actions form.cart{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important}.buy-actions .quantity{display:flex;align-items:center}.buy-actions .quantity input{width:100%;max-width:100px;height:48px;border:1px solid #eee;border-radius:8px;text-align:center;font-weight:700;margin:0 auto}.buy-actions .single_add_to_cart_button{flex:1;min-width:200px;height:60px;background:var(--accent-color,var(--tanuki-pink))!important;color:white!important;border-radius:12px;font-size:1.1rem!important;letter-spacing:1.5px;text-transform:uppercase;font-weight:900!important;transition:all 0.3s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 15px rgb(0 0 0 / .1)}.buy-actions .single_add_to_cart_button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .15);filter:saturate(1.1)}opacity:.9}.btn-outline{border:1px solid var(--accent-color,var(--tanuki-yellow));color:var(--accent-color,var(--tanuki-yellow));padding:.5rem 1.5rem;border-radius:30px;font-size:.8rem;font-weight:700;transition:all 0.3s ease}.btn-outline:hover{background:var(--accent-color,var(--tanuki-yellow));color:#fff}.product-sidebar h2{font-size:1.2rem;color:var(--accent-color,var(--tanuki-purple));margin-bottom:1.5rem}.related-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem}@media (min-width:768px) and (max-width:1025px){.product-main-layout{display:grid!important;grid-template-columns:1fr 1.4fr!important;grid-template-rows:auto auto!important;gap:2rem!important;padding:2rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.product-gallery{grid-column:1!important;grid-row:1!important;max-width:100%!important;margin:0!important;width:100%!important}.product-details{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important}.product-title{font-size:1.8rem!important;margin-bottom:1rem!important}.meta-row{gap:1.25rem!important;margin-bottom:1.25rem!important;flex-wrap:wrap!important}.meta-value{font-size:0.95rem!important}.synopsis h2{font-size:1.15rem!important;margin-bottom:0.6rem!important}.synopsis .content{font-size:0.9rem!important;line-height:1.6!important;margin-bottom:1.25rem!important}.product-buy-section{padding:1rem!important;gap:1rem!important;margin-bottom:1.5rem!important}.buy-actions .single_add_to_cart_button{min-width:0!important;width:100%!important;font-size:0.8rem!important}.tax-info{font-size:0.78rem!important;padding-top:1rem!important;margin-bottom:1.25rem!important}.product-sidebar{width:100%!important;max-width:100%!important;margin-top:2rem!important}.related-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0.5rem!important;width:100%!important;max-width:100%!important;justify-content:space-between!important}.related-list .tanuki-card{min-height:0!important;height:auto!important;background:transparent!important;width:100%!important;min-width:0!important}.related-list .card-img-box{aspect-ratio:2/3;padding:0!important;margin-bottom:0.2rem!important;background:transparent!important;width:100%!important}.related-list .card-img-box img{box-shadow:none!important;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .1));width:100%!important;height:100%!important;object-fit:cover!important}.related-list h3{font-size:0.65rem!important;line-height:1.1;height:2.2em;margin:0!important;text-align:center;overflow:hidden;width:100%}.related-list .rating,.related-list .price,.related-list .card-actions-wrapper,.related-list .author{display:none!important}}@media (max-width:480px){.related-list{grid-template-columns:repeat(2,1fr)!important;gap:0.8rem!important}}.rel-card{display:flex;gap:1rem;margin-bottom:.5rem;padding:1rem;border-bottom:1px solid #f0f0f0;position:relative;overflow:hidden;border-radius:8px;transition:all 0.4s cubic-bezier(.25,.46,.45,.94);z-index:1}.rel-card::before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--rel-accent,var(--accent-color,var(--tanuki-pink)));transition:width 0.4s cubic-bezier(.25,.46,.45,.94);z-index:-1}.rel-card:hover::before{width:100%}.rel-card:hover{color:#fff;border-bottom-color:#fff0}.rel-card:hover .rel-price,.rel-card:hover .rel-btn{color:#fff}.rel-thumb{width:80px;flex-shrink:0}.rel-info h3{font-size:.9rem;margin-bottom:.25rem}.rel-price{font-weight:700;font-size:.85rem;display:block;margin-bottom:.5rem;color:var(--rel-accent,var(--accent-color,#000));transition:color 0.3s ease}.rel-actions{display:flex;flex-direction:column;gap:5px}.rel-btn{font-size:.7rem;color:#777;text-decoration:underline;transition:color 0.3s ease}.extra-info-section{border-top:2px solid #f0f0f0;padding-top:3rem;padding-left:2rem;padding-right:2rem;max-width:1025px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}@media (min-width:768px) and (max-width:1025px){.extra-info-section{padding-left:2.5rem;padding-right:2.5rem}.product-sidebar{padding-left:.5rem;padding-right:.5rem}}.info-block{margin-bottom:4rem}.info-block h2{color:var(--accent-color,var(--tanuki-purple));font-size:1.8rem;font-weight:800;margin-bottom:2.5rem;letter-spacing:-.5px}.book-extra-content h2{font-size:2.2rem;color:var(--tanuki-purple);margin-top:3.5rem;margin-bottom:1.5rem;font-weight:800;line-height:1.1}.book-extra-content h3{font-size:1.6rem;color:var(--accent-color);margin-top:2.5rem;margin-bottom:1.2rem;font-weight:700}.book-extra-content h4{font-size:1.2rem;color:#555;text-transform:uppercase;letter-spacing:1.5px;margin-top:2rem;margin-bottom:1rem}.product_meta{display:none!important}.author-editorial-page{background-color:#fff;min-height:100vh;padding-bottom:80px}.editorial-container{max-width:1200px;margin:0 auto;padding:0 40px}.editorial-hero{display:flex;align-items:center;justify-content:space-between;padding:60px 0;border-bottom:2px solid #000;margin-bottom:60px;gap:60px}.hero-left{flex:1}.hero-right{flex-shrink:0}.editorial-label{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--tanuki-purple);margin-bottom:20px;padding:4px 12px;background:#f4f4f4;border-radius:4px}.editorial-name{font-size:9rem;font-weight:800;color:#000;line-height:.8;letter-spacing:-6px;margin:0}.editorial-summary p{font-size:1.5rem;color:#444;font-weight:300;line-height:1.4;margin-top:30px;max-width:700px}.main-portrait{position:relative;width:320px;max-width:100%;aspect-ratio:1 / 1;background:#fdfdfd;border-radius:12px;overflow:visible;box-shadow:0 20px 50px rgb(0 0 0 / .08);transition:transform 0.6s cubic-bezier(.16,1,.3,1);margin:0 auto}.main-portrait:hover{transform:translateY(-10px)}.portrait-backdrop{position:absolute;top:15px;left:15px;right:-15px;bottom:-15px;background:var(--tanuki-pink);opacity:.1;border-radius:12px;z-index:-1;transition:all 0.6s cubic-bezier(.16,1,.3,1)}.main-portrait:hover .portrait-backdrop{transform:translate(10px,10px);opacity:.15}.main-portrait img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;border:1px solid rgb(255 255 255 / .2)}.main-portrait::after{content:"";position:absolute;inset:0;border-radius:12px;box-shadow:inset 0 0 1px 1px rgb(0 0 0 / .05);pointer-events:none}.editorial-main-grid{display:grid;grid-template-columns:1fr 340px;gap:80px;align-items:start}.section-heading{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:#999;margin-bottom:40px;padding-bottom:12px;border-bottom:1px solid #eee}.editorial-text-flow{font-size:1.25rem;line-height:1.8;color:#222}.editorial-text-flow p{margin-bottom:30px}.portfolio-list{display:flex;flex-direction:column;gap:20px}.portfolio-item{display:flex;gap:20px;align-items:center;padding:16px;background:#fff;border:1px solid #eee;border-radius:12px;transition:all 0.3s cubic-bezier(.23,1,.32,1);text-decoration:none!important}.portfolio-item:hover{border-color:var(--accent,#000);background:#fcfcfc;transform:translateY(-4px);box-shadow:0 12px 24px rgb(0 0 0 / .05)}.item-visual{width:60px;height:84px;flex-shrink:0;border-radius:4px;overflow:hidden;box-shadow:0 4px 8px rgb(0 0 0 / .1)}.item-visual img{width:100%;height:100%;object-fit:cover}.item-name{font-size:1.1rem;font-weight:800;color:#000;margin:0 0 8px 0;line-height:1.2}.item-meta{display:flex;justify-content:space-between;align-items:center}.item-meta .price{font-size:.9rem;font-weight:700;color:#777}.item-meta .action{font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--tanuki-purple);opacity:0;transition:opacity 0.3s}.portfolio-item:hover .action{opacity:1}.editorial-text-flow .wp-block-column:has(.products),.editorial-text-flow .wp-block-column:has(.woocommerce),.editorial-text-flow .wp-block-column h2:empty+.products,.editorial-text-flow .products,.editorial-text-flow .woocommerce-grid{display:none!important}.shop-archive-main{background-color:#fff;min-height:100vh;padding-bottom:80px}.shop-hero-editorial{padding:80px 0 40px;border-bottom:2px solid #000;margin-bottom:60px}.architecture-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.shop-title{font-size:8rem;font-weight:900;color:#000;line-height:.85;letter-spacing:-4px;margin:0}.shop-controls-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.result-count{font-size:.9rem;color:#999;font-style:italic}.tanuki-grid-layout .products{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;gap:50px 25px!important;padding:0!important;list-style:none!important;margin:0 auto!important;max-width:var(--max-width)}.tanuki-grid-layout .products li.product{width:100%!important;float:none!important;margin:0!important;padding:0!important;clear:none!important}.tanuki-grid-layout .products::before,.tanuki-grid-layout .products::after{display:none!important}.shop-archive-main .tanuki-card{padding:0 0 1.5rem 0;border-radius:12px;display:flex!important;flex-direction:column;height:100%}.shop-archive-main .card-img-box{width:100%!important;aspect-ratio:4 / 5.2!important;position:relative!important;margin-bottom:2rem;padding:0!important;flex-shrink:0;box-shadow:0 10px 25px rgb(0 0 0 / .06);overflow:hidden!important;display:block!important}.shop-archive-main .card-img-box img{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:auto!important;height:auto!important;max-width:80%!important;max-height:80%!important;object-fit:contain!important;box-shadow:0 15px 35px rgb(0 0 0 / .15)!important}.shop-archive-main .tanuki-card h3{font-size:.9rem;font-weight:800!important;letter-spacing:-.2px;margin-bottom:.5rem;padding:0 .5rem;height:2.8em;text-align:center}.shop-archive-main .author{font-size:.75rem;font-weight:400!important;margin-bottom:1rem;padding:0 .5rem;height:1.2em;text-align:center;color:#888}.shop-archive-main .price{font-size:1rem;color:var(--accent);margin-bottom:1.5rem;padding:0 .5rem;text-align:center;margin-top:auto}.shop-archive-main .card-actions-wrapper{padding:0 1rem!important}.shop-pagination-wrapper{margin-top:80px;display:flex;justify-content:center}.library-editorial,.libraries-directory{padding-bottom:100px;background:#fff}.lib-hero,.directory-header{padding:100px 0 60px;border-bottom:2px solid #000;margin-bottom:80px}.lib-name,.directory-title{font-size:5rem;font-weight:800;line-height:.9;letter-spacing:-4px;margin:0;color:#000}.eyebrow-label,.editorial-label{display:block;font-size:.85rem;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--tanuki-purple);margin-bottom:20px}.lib-location-text,.directory-intro p{font-size:1.25rem;color:#666;margin-top:25px;font-weight:400}.grid-2-editorial{display:grid;grid-template-columns:1fr 450px;gap:80px;align-items:start}.lib-featured-frame{aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px rgb(0 0 0 / .1)}.lib-featured-frame img{width:100%;height:100%;object-fit:cover}.section-label{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;color:#999;margin-bottom:30px;border-bottom:1px solid #eee;padding-bottom:10px}.lib-description-flow{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:50px}.lib-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:50px}.data-label{display:block;font-size:.7rem;font-weight:800;color:#bbb;text-transform:uppercase;margin-bottom:8px}.data-value,.data-value-link{font-size:1rem;font-weight:700;color:#000}.data-value-link{color:var(--tanuki-purple);border-bottom:1px solid color-mix(in srgb,var(--tanuki-purple),transparent 70%)}.btn-editorial-luxury{display:block;background:#000;color:#fff;text-align:center;padding:20px;border-radius:50px;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;transition:all 0.3s cubic-bezier(.23,1,.32,1)}.btn-editorial-luxury:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgb(0 0 0 / .2);background:var(--tanuki-purple)}.map-frame-luxury{border-radius:30px;overflow:hidden;height:450px;background:#f8f8f8;border:1px solid #eee}.map-frame-luxury iframe{width:100%!important;height:100%!important;border:none!important}.lib-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.lib-card-luxury{background:#fff;border-radius:20px;overflow:hidden;transition:all 0.5s ease}.lib-card-visual{position:relative;aspect-ratio:1/1;background:#f9f9f9;overflow:hidden}.lib-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform 0.8s ease}.lib-card-overlay{position:absolute;inset:0;background:rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.4s}.lib-view-text{background:#fff;color:#000;padding:10px 20px;border-radius:50px;font-size:.75rem;font-weight:800;text-transform:uppercase}.lib-card-luxury:hover .lib-card-visual img{transform:scale(1.1)}.lib-card-luxury:hover .lib-card-overlay{opacity:1}.lib-card-details{padding:25px}.lib-card-name{font-size:1.5rem;font-weight:800;margin-bottom:10px}.lib-card-location{display:block;font-size:.85rem;color:#888;margin-bottom:20px}.lib-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f0f0}.lib-card-social{font-size:.75rem;font-weight:700;color:var(--tanuki-purple)}.lib-card-arrow{font-size:1.25rem;transition:transform 0.3s}.lib-card-luxury:hover .lib-card-arrow{transform:translateX(5px)}.blog-post-luxury{background:#fff;padding-bottom:100px}.container-narrow{max-width:720px;margin:0 auto;padding:0 2rem}.post-editorial-hero{padding:80px 0 100px;background:#fff}.hero-layout-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}.post-editorial-hero.has-featured .hero-layout-grid{grid-template-columns:1.2fr 0.8fr;gap:80px}.post-eyebrow{display:block;font-size:.85rem;font-weight:800;letter-spacing:3px;text-transform:uppercase;color:var(--tanuki-pink);margin-bottom:25px}.post-main-title{font-size:4.8rem;font-weight:800;line-height:.95;letter-spacing:-3px;margin:0;color:#000}.post-meta-luxury{margin-top:40px;font-size:.9rem;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:1px}.meta-sep{margin:0 15px;color:#eee}.hero-visual-block{position:relative;z-index:1}.hero-featured-frame{aspect-ratio:4 / 5.2;border-radius:24px;overflow:hidden;box-shadow:0 40px 80px rgb(0 0 0 / .1);background:#f9f9f9}.hero-featured-frame img{width:100%;height:100%;object-fit:cover}.post-editorial-body{font-family:"Georgia","Times New Roman","Times",serif;font-size:1.25rem;line-height:1.85;color:#222}.post-editorial-body p{margin-bottom:2rem}.post-editorial-body h2{font-size:2.2rem;font-weight:800;letter-spacing:-1px;margin:4rem 0 1.5rem;color:#000}.post-editorial-body h3{font-size:1.6rem;font-weight:800;margin:3rem 0 1rem}.post-editorial-body blockquote{border-left:4px solid var(--tanuki-pink);padding:1rem 0 1rem 2rem;margin:3rem 0;font-style:italic;font-size:1.5rem;line-height:1.4;color:#555}.post-editorial-body img{border-radius:12px;margin:3rem 0;box-shadow:0 10px 30px rgb(0 0 0 / .05)}.post-editorial-body ul,.post-editorial-body ol{margin-bottom:2.5rem;padding-left:1.5rem}.post-editorial-body li{margin-bottom:.8rem}.post-footer-minimal{margin-top:80px;padding-top:40px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.post-tags-luxury a{display:inline-block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#999;background:#f8f8f8;padding:6px 12px;border-radius:4px;margin-right:10px;transition:all 0.3s}.post-tags-luxury a:hover{background:#000;color:#fff}.share-label{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#bbb;margin-right:20px}.share-links a{font-size:.8rem;font-weight:900;color:#000;margin-left:15px;border-bottom:2px solid #eee}.post-read-next{background:#fbfbfb;padding:100px 0;margin-top:100px}.section-label-minimal{font-size:.8rem;font-weight:900;text-transform:uppercase;letter-spacing:3px;text-align:center;margin-bottom:50px;color:#999}.next-entries-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.next-card{display:flex;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .03);transition:transform 0.4s ease}.next-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgb(0 0 0 / .08)}.next-card-visual{width:200px;flex-shrink:0}.next-card-visual img{width:100%;height:100%;object-fit:cover}.next-card-info{padding:30px;display:flex;flex-direction:column;justify-content:center}.next-card-info h3{font-size:1.3rem;font-weight:800;margin-bottom:15px;line-height:1.2}.next-arrow{font-size:.85rem;font-weight:800;color:var(--tanuki-pink)}@media (max-width:1024px){.post-main-title{font-size:3.5rem;letter-spacing:-2px}.post-editorial-hero.has-featured .hero-layout-grid{grid-template-columns:1fr;gap:50px}.post-editorial-body{font-size:1.15rem;line-height:1.75}.post-editorial-body h2{font-size:1.9rem;margin:3rem 0 1.2rem}.post-editorial-body blockquote{font-size:1.3rem;padding:.8rem 0 .8rem 1.5rem}.next-entries-grid{grid-template-columns:1fr;gap:30px}.next-card{flex-direction:row}.next-card-visual{width:160px}.next-card-info{padding:25px}.next-card-info h3{font-size:1.15rem}}@media (max-width:600px){.post-main-title{font-size:2.5rem;letter-spacing:-1px}.container-narrow{padding:0 1.5rem}.featured-frame-luxury{aspect-ratio:16/9}.next-card{flex-direction:column}.next-card-visual{width:100%;height:200px}}.woocommerce-cart .woocommerce{padding:80px 0 140px}.woocommerce-cart .woocommerce-cart-form{margin-bottom:80px}.shop_table.cart{border:none!important;border-radius:0!important;width:100%!important;border-collapse:separate!important;border-spacing:0 15px!important}.shop_table.cart thead{background:transparent!important}.shop_table.cart thead th{padding:0 20px 20px!important;font-family:'Montserrat',sans-serif!important;font-size:0.75rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:2px!important;color:#bbb!important;border:none!important}.shop_table.cart tr.cart_item{background:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .03)!important;border-radius:20px!important;transition:all 0.4s cubic-bezier(.23,1,.32,1)}.shop_table.cart tr.cart_item:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgb(0 0 0 / .06)!important}.shop_table.cart td{border:none!important;padding:30px 20px!important;vertical-align:middle!important}.shop_table.cart td.product-thumbnail{width:130px;padding-left:30px!important}.shop_table.cart td.product-thumbnail img{width:100px!important;height:auto!important;border-radius:12px;box-shadow:0 15px 35px rgb(0 0 0 / .1);display:block}.shop_table.cart td.product-name a{font-family:'Montserrat',sans-serif!important;font-size:1.4rem!important;font-weight:800!important;color:#000!important;letter-spacing:-1px!important;line-height:1.2}.shop_table.cart td.product-price,.shop_table.cart td.product-subtotal{font-family:'Montserrat',sans-serif!important;font-size:1.1rem!important;font-weight:700!important;color:#444!important}.shop_table.cart td.product-subtotal{color:var(--tanuki-purple)!important;text-align:right;padding-right:40px!important}.woocommerce .quantity .qty{width:65px!important;height:48px!important;background:#f8f8f8!important;border:1px solid #eee!important;border-radius:12px!important;font-family:'Montserrat',sans-serif!important;font-weight:800!important;font-size:1rem!important;margin:0!important}.shop_table.cart td.product-remove{width:50px}.shop_table.cart td.product-remove a.remove{font-size:1.8rem!important;color:#ddd!important;transition:all 0.3s;display:inline-block;line-height:1}.shop_table.cart td.product-remove a.remove:hover{color:var(--tanuki-pink)!important;background:transparent!important;transform:rotate(90deg)}.shop_table.cart td.actions{padding:40px 0!important;background:transparent!important;box-shadow:none!important}.shop_table.cart .coupon{display:flex!important;gap:15px;align-items:center}.shop_table.cart .coupon input#coupon_code{width:220px!important;height:54px!important;padding:0 25px!important;background:#fff!important;border:1px solid #eee!important;border-radius:100px!important;font-family:'Montserrat',sans-serif!important;font-size:0.9rem!important}.button[name="apply_coupon"],.button[name="update_cart"]{height:54px!important;padding:0 35px!important;background:#fff!important;border:2px solid #000!important;color:#000!important;border-radius:100px!important;font-family:'Montserrat',sans-serif!important;font-size:0.8rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:1px!important;transition:all 0.3s!important}.button[name="apply_coupon"]:hover,.button[name="update_cart"]:not(:disabled):hover{background:#000!important;color:#fff!important}.button[name="update_cart"]:disabled{opacity:.4;border-color:#eee!important}.cart-collaterals{display:flex!important;flex-direction:column!important;gap:60px;margin-top:50px;width:100%!important}.cart_totals{background:#fff!important;padding:50px!important;border-radius:40px!important;border:1px solid rgb(0 0 0 / .05)!important;box-shadow:0 30px 70px rgb(0 0 0 / .08)!important;width:100%!important;float:none!important}.cart_totals h2{font-family:'Montserrat',sans-serif!important;font-size:1.8rem!important;font-weight:800!important;letter-spacing:-1px!important;margin-bottom:40px!important;color:#000}.cart_totals table{width:100%!important;margin:0 0 40px!important;border-collapse:collapse!important}.cart_totals table th,.cart_totals table td{padding:20px 0!important;border:none!important;border-bottom:1px solid #f0f0f0!important;font-family:'Montserrat',sans-serif!important;font-size:1rem!important}.cart_totals table th{font-weight:500;color:#888;width:40%}.cart_totals table td{text-align:right;font-weight:700;color:#000}.cart_totals .order-total td strong{font-size:2.2rem!important;color:var(--tanuki-purple)!important;letter-spacing:-2px!important}.wc-proceed-to-checkout{padding:0!important}.wc-proceed-to-checkout a.checkout-button{background:#000!important;color:#fff!important;padding:30px!important;border-radius:100px!important;font-family:'Montserrat',sans-serif!important;font-size:1.2rem!important;font-weight:800!important;letter-spacing:1px!important;text-transform:uppercase!important;text-align:center;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275)!important}.wc-proceed-to-checkout a.checkout-button:hover{transform:scale(1.02) translateY(-5px);background:var(--tanuki-purple)!important;box-shadow:0 20px 40px rgb(82 25 111 / .25)!important}@media (max-width:1024px){.cart-collaterals{grid-template-columns:1fr;gap:60px}.shop-title{font-size:5rem;letter-spacing:-3px}.architecture-header{gap:30px}.tanuki-grid-layout .products{grid-template-columns:repeat(3,1fr)!important;gap:40px 20px!important}.lib-name,.directory-title{font-size:3.5rem;letter-spacing:-2px}.lib-hero,.directory-header{padding:70px 0 50px;margin-bottom:60px}.lib-card-luxury{padding:30px}.lib-card-title{font-size:1.6rem}}@media (max-width:768px){.shop_table.cart thead{display:none}.shop_table.cart tr.cart_item{display:block;padding:30px;position:relative;margin-bottom:25px}.shop_table.cart td{display:block;width:100%!important;text-align:center!important;padding:10px 0!important}.shop_table.cart td.product-thumbnail{padding-left:0!important;margin-bottom:20px}.shop_table.cart td.product-thumbnail img{margin:0 auto}.shop_table.cart td.product-remove{position:absolute;top:15px;right:15px}.shop_table.cart td.product-subtotal{border-top:1px solid #f0f0f0!important;margin-top:15px;padding-top:20px!important}.shop_table.cart td.actions{flex-direction:column;gap:30px;padding:20px 0!important}.shop_table.cart .coupon{flex-direction:column;width:100%}.shop_table.cart .coupon input#coupon_code{width:100%!important}.button[name="apply_coupon"],.button[name="update_cart"]{width:100%!important}}.tanuki-article-card{display:flex;background:#fbfbfb;border-radius:20px;overflow:hidden;margin:4rem 0;box-shadow:0 20px 50px rgb(0 0 0 / .05);transition:transform 0.3s ease;border:1px solid rgb(0 0 0 / .03)}.tanuki-article-card:hover{transform:translateY(-5px)}.article-card-visual{width:35%;display:flex;align-items:center;justify-content:center;padding:40px;background:var(--product-bg,#f0f0f0);position:relative}.article-card-visual img{width:100%;height:auto;max-width:180px;box-shadow:5px 15px 35px rgb(0 0 0 / .15);border-radius:4px}.article-card-content{width:65%;padding:50px;display:flex;flex-direction:column;justify-content:center}.article-card-eyebrow{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--product-accent,#999);margin-bottom:15px}.article-card-title{font-size:2rem;font-weight:800;line-height:1.1;margin-bottom:5px;color:#000;letter-spacing:-1px}.article-card-author{font-size:1rem;color:#666;margin-bottom:25px}.article-card-excerpt{font-family:'Montserrat',sans-serif;font-size:.95rem;line-height:1.6;color:#444;margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.article-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:30px;border-top:1px solid rgb(0 0 0 / .05);margin-top:auto}.article-card-price{font-size:1.8rem;font-weight:800;color:#000}.article-card-actions{display:flex;gap:15px;align-items:center}.btn-card-secondary{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#666;border-bottom:2px solid #eee;padding-bottom:2px}.btn-card-primary{background:var(--product-accent,#000);color:#fff;padding:12px 25px;border-radius:50px;font-size:.85rem;font-weight:800;text-transform:uppercase;transition:all 0.3s}.btn-card-primary:hover{transform:scale(1.05)}@media (max-width:900px){.tanuki-article-card{flex-direction:column}.article-card-visual,.article-card-content{width:100%}.article-card-visual{padding:50px 0}.article-card-footer{flex-direction:column;gap:25px;align-items:flex-start}}.post-editorial-body .wc-block-handpicked-products,.post-editorial-body .wc-block-grid{margin:5rem 0!important;width:100%!important;max-width:100%!important;clear:both}.post-editorial-body .wc-block-grid__products{display:block!important;padding:0!important;margin:0!important;list-style:none!important}.post-editorial-body .wc-block-grid .wc-block-grid__product{display:grid!important;grid-template-columns:320px 1fr!important;grid-template-rows:auto auto auto 1fr!important;grid-template-areas:"visual eyebrow" "visual title" "visual price" "visual action";width:100%!important;max-width:100%!important;margin:0 0 50px 0!important;padding:0!important;background:var(--product-bg,#fff)!important;border-radius:20px!important;overflow:hidden!important;border:1px solid rgb(0 0 0 / .03)!important;box-shadow:0 15px 45px rgb(0 0 0 / .08)!important}.post-editorial-body .wc-block-grid__product-link{display:contents!important}.post-editorial-body .wc-block-grid__product-image{grid-area:visual!important;background:rgb(0 0 0 / .02)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:40px!important;margin:0!important;height:100%!important;min-height:380px!important}.post-editorial-body .wc-block-grid__product-image img{width:auto!important;height:auto!important;max-width:180px!important;max-height:280px!important;box-shadow:0 12px 35px rgb(0 0 0 / .15)!important;border-radius:4px!important;display:block!important;margin:0 auto!important}.post-editorial-body .wc-block-grid__product::before{content:"RECOMENDACIÃ“N TANUKI";grid-area:eyebrow!important;display:block!important;padding:50px 50px 5px!important;font-family:'Montserrat',sans-serif!important;font-size:0.7rem!important;font-weight:800!important;letter-spacing:2px!important;color:var(--product-accent,var(--tanuki-pink))!important;text-transform:uppercase!important;opacity:.8}.post-editorial-body .wc-block-grid__product-title{grid-area:title!important;font-family:'Montserrat',sans-serif!important;font-size:2rem!important;font-weight:800!important;line-height:1.1!important;margin:0!important;padding:0 50px 15px!important;color:#000!important;letter-spacing:-1.5px!important;text-align:left!important;display:block!important}.post-editorial-body .wc-block-grid__product-rating,.post-editorial-body .star-rating{display:none!important}.post-editorial-body .wc-block-grid__product-price{grid-area:price!important;font-family:'Montserrat',sans-serif!important;font-size:1.5rem!important;font-weight:700!important;color:var(--product-accent,var(--tanuki-purple))!important;padding:0 50px 25px!important;margin:0!important}.post-editorial-body .wc-block-grid__product-add-to-cart{grid-area:action!important;padding:0 50px 50px!important;margin:0!important}.post-editorial-body .wp-block-button__link{font-family:'Montserrat',sans-serif!important;background:#000!important;color:#fff!important;padding:16px 40px!important;border-radius:100px!important;font-size:0.85rem!important;font-weight:800!important;text-transform:uppercase!important;display:inline-block!important;border:none!important;white-space:nowrap!important}.post-editorial-body .wc-block-grid__product-onsale{background:var(--product-accent,var(--tanuki-pink))!important;font-family:'Montserrat',sans-serif!important;padding:6px 14px!important;font-size:0.7rem!important;font-weight:800!important;border-radius:4px!important;left:20px!important;top:20px!important}.reviews-section .woocommerce-Reviews-title{display:none!important}.reviews-section{width:100%;overflow:hidden}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{max-width:100%;width:100%;box-sizing:border-box}.comment-form-comment textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.comment-form-author input,.comment-form-email input{width:100%!important;max-width:100%!important;box-sizing:border-box!important}@media (max-width:1024px){.reviews-section{width:100%;overflow:hidden;padding:0 1rem}.comment-form{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media (max-width:900px){.reviews-section{padding:0!important;margin:0!important}.comment-form{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:10px!important;font-size:16px!important}.comment-form-comment,.comment-form-author,.comment-form-email{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.comment-form p{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}.creatives-directory{padding:80px 0 140px}.creatives-editorial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:50px;margin-top:60px}.creative-card-luxury{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgb(0 0 0 / .03);transition:all 0.4s cubic-bezier(.23,1,.32,1);position:relative;border:1px solid rgb(0 0 0 / .02)}.creative-card-luxury:hover{transform:translateY(-8px);box-shadow:0 30px 60px rgb(0 0 0 / .08)}.creative-card-visual{height:420px;overflow:hidden;position:relative;background:#f8f8f8}.creative-card-visual img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.23,1,.32,1)}.creative-card-luxury:hover .creative-card-visual img{transform:scale(1.05)}.creative-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:3rem;background:#f0f0f0;color:#bbb}.creative-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(0 0 0 / .4),transparent);opacity:0;display:flex;align-items:flex-end;padding:30px;transition:opacity 0.4s}.creative-card-luxury:hover .creative-card-overlay{opacity:1}.creative-card-overlay .view-text{color:#fff;font-family:'Montserrat',sans-serif;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:2px}.creative-card-details{padding:40px}.creative-card-name{font-family:'Montserrat',sans-serif!important;font-size:1.8rem!important;font-weight:800!important;color:#000!important;letter-spacing:-1.5px!important;margin:0 0 20px 0!important;line-height:1.1}.creative-card-bio{font-family:'Montserrat',sans-serif;font-size:.95rem;line-height:1.6;color:#666;margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.creative-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:25px;border-top:1px solid #f0f0f0}.view-profile{font-family:'Montserrat',sans-serif;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--tanuki-pink)}.creative-card-footer .arrow{font-size:1.2rem;color:#000;transition:transform 0.3s}.creative-card-luxury:hover .creative-card-footer .arrow{transform:translateX(5px)}@media (max-width:900px){.post-editorial-body .wc-block-grid .wc-block-grid__product{grid-template-columns:1fr!important;grid-template-areas:"visual" "eyebrow" "title" "price" "action"}}.floating-buy-bar{display:none;position:fixed;bottom:-120%;left:5%;right:5%;width:90%;background:rgb(255 255 255 / .72)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;box-shadow:0 20px 50px rgb(0 0 0 / .1)!important;padding:12px 20px!important;z-index:9999;transition:all 0.6s cubic-bezier(.16,1,.3,1)!important;border:1px solid rgb(255 255 255 / .4)!important;border-radius:100px!important;bottom:30px;transform:translateY(200%);opacity:0}.floating-buy-bar.visible{transform:translateY(0);opacity:1}.floating-buy-bar .bar-container{display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;max-width:none!important;padding:0!important}.bar-visual{width:40px!important;height:55px!important;border-radius:6px;overflow:hidden}.bar-info{flex:1;min-width:0}.bar-title{display:block;font-family:'Montserrat',sans-serif!important;font-weight:800!important;font-size:0.95rem!important;letter-spacing:-0.5px!important;line-height:1.1}.bar-price{font-size:0.8rem!important;font-weight:600!important;opacity:.7}.bar-btn-buy{background:#000!important;color:#fff!important;padding:12px 22px!important;font-size:0.8rem!important;font-weight:800!important;box-shadow:0 10px 20px rgb(0 0 0 / .15)!important}@media (max-width:900px){.product-page-main{padding-top:2rem!important;padding-bottom:60px!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.shop-title,.editorial-name,.directory-title,.lib-name{font-size:clamp(2.4rem, 10vw, 3.5rem)!important;line-height:1.1!important;letter-spacing:-2px!important;margin-bottom:15px!important}.shop-hero-editorial,.editorial-hero,.lib-hero,.directory-header{padding:40px 0 30px!important;margin-bottom:30px!important}.architecture-header{flex-direction:column!important;align-items:flex-start!important;gap:20px!important}.shop-controls-wrapper{align-items:flex-start!important;width:100%}.author-editorial-page .editorial-container{padding:0 20px!important}.editorial-hero{flex-direction:column-reverse!important;padding:20px 0 40px!important;gap:30px!important;border-bottom:2px solid #000;position:relative;overflow:visible}.editorial-hero::before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;height:100%;background:radial-gradient(circle at 70% 30%,rgb(232 100 121 / .08) 0%,transparent 60%);z-index:-1;pointer-events:none}.hero-right{width:100%;display:flex;justify-content:center;position:relative;margin-top:-20px}.main-portrait{width:220px!important;height:220px!important;border-radius:20px!important;position:relative;z-index:2;background:#fff!important;padding:8px!important;box-shadow:0 20px 40px rgb(0 0 0 / .1)!important}.portrait-backdrop{position:absolute;inset:-15px;background:linear-gradient(135deg,var(--tanuki-pink),var(--tanuki-purple));opacity:.15;border-radius:30px;z-index:-1;filter:blur(10px);animation:drift 8s ease-in-out infinite alternate}@keyframes drift{from{transform:rotate(0deg) scale(1)}to{transform:rotate(5deg) scale(1.05)}}.hero-left{width:100%;text-align:center}.editorial-label{margin-bottom:12px!important;font-size:0.65rem!important;letter-spacing:2px!important;background:color-mix(in srgb,var(--tanuki-purple),transparent 90%)!important;color:var(--tanuki-purple)!important}.editorial-name{font-size:clamp(3rem, 15vw, 5rem)!important;letter-spacing:-3px!important;line-height:0.9!important;text-transform:uppercase}.editorial-summary p{font-size:1.1rem!important;line-height:1.5!important;margin-top:20px!important;color:#555!important}.editorial-main-grid{grid-template-columns:1fr!important;gap:40px!important}.editorial-text-flow{font-size:1.05rem!important;line-height:1.7!important}.portfolio-item{background:rgb(255 255 255 / .7)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgb(255 255 255 / .5)!important;box-shadow:0 4px 15px rgb(0 0 0 / .03)!important;padding:12px!important;gap:15px!important}.item-visual{width:50px!important;height:70px!important}.item-name{font-size:0.95rem!important;margin-bottom:4px!important}.item-meta .price{font-size:0.8rem!important}.portfolio-item:active{transform:scale(.98);background:rgb(255 255 255 / .9)!important}.product-main-layout{display:flex;flex-direction:column;gap:25px;padding:2rem 1.5rem!important;margin:0 auto!important;width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.woocommerce-product-gallery{margin-bottom:1.5rem!important}.product-title{font-size:clamp(2.2rem, 10vw, 3.8rem)!important;line-height:1.15!important;letter-spacing:-2px!important;margin:0 0 20px 0!important;word-break:break-word}.meta-row{flex-direction:column!important;gap:12px!important;padding:20px 0!important;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:20px 0!important}.meta-item{display:flex;flex-direction:column;gap:4px}.meta-label{font-size:0.65rem!important;letter-spacing:2px!important}.meta-value{font-size:1.1rem!important;font-weight:800!important}.synopsis{margin:30px 0!important;padding:30px 0!important;border-bottom:1px solid #f5f5f5}.synopsis h2{font-size:1.4rem!important;margin-bottom:15px!important}.synopsis .content{font-size:1.1rem!important;line-height:1.7!important;color:#444!important}.extra-info-section{margin-top:40px!important}.info-block{margin-bottom:60px!important}.info-block h2{font-size:1.6rem!important;padding-bottom:8px!important;margin-bottom:25px!important}.author-bio-entry{margin-bottom:40px}.author-bio-entry h3{font-size:1.25rem!important;margin-bottom:10px!important}.author-bio-entry p{font-size:1.05rem!important;line-height:1.6!important}.product-sidebar{width:100%!important;margin-top:50px!important}.related-list{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.rel-card{background:#fff;padding:15px!important;border-radius:12px!important;box-shadow:0 4px 15px rgb(0 0 0 / .03)!important;border:1px solid #f0f0f0}.rel-thumb{margin-bottom:12px!important;aspect-ratio:3/4!important}.rel-info h3{font-size:0.9rem!important;height:2.4em!important;-webkit-line-clamp:2!important}}@media (max-width:480px){.product-title,.shop-title,.editorial-name,.directory-title,.lib-name{font-size:clamp(1.8rem, 12vw, 2.5rem)!important;letter-spacing:-1.5px!important}.bar-info{display:none}.floating-buy-bar{left:4%;right:4%;width:92%;bottom:20px}}.editorial-eyebrow{display:block;font-family:'Montserrat',sans-serif!important;font-size:0.7rem!important;font-weight:700!important;letter-spacing:0.25em!important;color:#888;margin-bottom:8px!important;text-transform:uppercase!important}.author-bios-grid{display:flex;flex-direction:column;gap:40px;margin-top:25px}.author-bio-entry{display:flex!important;flex-direction:column!important;gap:20px;align-items:flex-start}.author-pic{width:120px;height:120px;flex-shrink:0;border-radius:100px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .1);border:3px solid #fff}.author-pic img{width:100%;height:100%;object-fit:cover}.author-text h3{font-family:'Montserrat',sans-serif!important;font-weight:800!important;margin-bottom:15px!important}.bio-content{font-size:1.05rem!important;line-height:1.7!important;color:#555}@media (min-width:901px){.author-bio-entry{flex-direction:row!important;align-items:center}.author-pic{width:140px;height:140px}}.synopsis h2,.info-block h2{font-family:'Montserrat',sans-serif!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:2px!important}.tanuki-cross-sells{margin-top:4rem;padding-top:2rem;border-top:2px solid #f0f0f0;width:100%!important}.cross-sells-heading{font-size:1.8rem;color:var(--tanuki-purple);margin-bottom:2rem;text-align:left}.tanuki-horizontal-row{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:1.2rem!important;list-style:none!important;padding:1rem 0!important;margin:0!important;overflow:visible!important}.tanuki-horizontal-row .tanuki-card{width:100%!important;margin:0!important;flex:none!important}.tanuki-horizontal-row::before,.tanuki-horizontal-row::after{display:none!important}@media (max-width:1024px){.tanuki-horizontal-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:1.5rem!important;padding:1rem 0 2rem 0!important;scrollbar-width:thin;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.tanuki-horizontal-row::-webkit-scrollbar{height:6px}.tanuki-horizontal-row::-webkit-scrollbar-track{background:#f0f0f0}.tanuki-horizontal-row::-webkit-scrollbar-thumb{background:var(--tanuki-pink);border-radius:10px}.tanuki-horizontal-row .tanuki-card{flex:0 0 220px!important;width:220px!important}.cross-sells-heading{font-size:1.5rem}}@media (max-width:480px){.tanuki-horizontal-row .tanuki-card{flex:0 0 180px!important;width:180px!important}}@media (min-width:481px){body.single-product .related-list{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0.8rem!important;width:100%!important}body.single-product .related-list .tanuki-card{min-height:0!important;height:100%!important;background:white!important;width:100%!important;padding:0 0 .8rem 0!important;box-shadow:0 4px 12px rgb(0 0 0 / .08)!important;border-radius:8px!important;transition:transform 0.2s ease!important;display:flex!important;flex-direction:column!important}body.single-product .related-list .tanuki-card:hover{transform:translateY(-5px)!important;box-shadow:0 12px 24px rgb(0 0 0 / .12)!important}body.single-product .related-list .card-img-box{aspect-ratio:2/3!important;padding:0.6rem!important;margin-bottom:8px!important;border-radius:6px 6px 0 0!important;display:flex!important;align-items:center!important;justify-content:center!important}body.single-product .related-list .card-img-box img{box-shadow:5px 5px 15px rgb(0 0 0 / .15)!important;width:auto!important;height:auto!important;max-width:90%!important;max-height:90%!important;object-fit:contain!important}body.single-product .related-list .card-content{padding:0 0.5rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;flex-grow:1!important}body.single-product .related-list h3{font-size:0.7rem!important;line-height:1.2!important;height:2.4em!important;margin:0 0 4px 0!important;font-weight:800!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.single-product .related-list .author{display:block!important;font-size:0.6rem!important;color:#666!important;margin-bottom:8px!important;height:1.2em!important;line-height:1.2!important;overflow:hidden!important;text-align:center!important}body.single-product .related-list .card-actions-wrapper{display:block!important;width:100%!important;margin-top:auto!important}body.single-product .related-list .btn-add{display:block!important;width:100%!important;font-size:0.65rem!important;padding:6px 2px!important;text-transform:uppercase;font-weight:800;border-radius:4px;line-height:1}body.single-product .related-list .rating,body.single-product .related-list .price,body.single-product .related-list .link-more{display:none!important}}@media (max-width:480px){body.single-product .related-list{grid-template-columns:1fr!important;gap:1.5rem!important}body.single-product .related-list .tanuki-card{padding:0 0 1.5rem 0!important}body.single-product .related-list h3{font-size:1rem!important;height:auto!important;-webkit-line-clamp:unset!important}body.single-product .related-list .author{font-size:0.8rem!important;margin-bottom:1rem!important}body.single-product .related-list .btn-add{font-size:0.85rem!important;padding:12px!important}}.woosb-products .woosb-product .woosb-availability,.woosb-products .woosb-product .stock{display:none!important}.woosb-products .woosb-item-text{display:none!important}.woosb-wrap{position:relative;padding-bottom:2.5rem}.tanuki-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;padding:0 .25rem}.tanuki-carousel-label{font-family:var(--font-main);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.tanuki-carousel-arrows{display:flex;gap:.4rem;flex-shrink:0}.tanuki-carousel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--accent-color,var(--tanuki-pink));background:#fff0;color:var(--accent-color,var(--tanuki-pink));cursor:pointer;transition:background 0.2s ease,color 0.2s ease,opacity 0.2s ease;padding:0;flex-shrink:0;min-width:44px;min-height:44px;width:44px;height:44px}.tanuki-carousel-btn:hover:not(:disabled){background:var(--accent-color,var(--tanuki-pink));color:#fff}.tanuki-carousel-btn:focus-visible{outline:2px solid var(--accent-color,var(--tanuki-pink));outline-offset:2px}.tanuki-carousel-btn:disabled{opacity:.25;cursor:default}.tanuki-carousel-btn svg{width:16px;height:16px;display:block;flex-shrink:0}.woosb-products{display:flex!important;flex-flow:row nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%!important;max-width:100%!important;gap:1rem!important;padding:.25rem .5rem 1rem 0.25rem!important;border:none!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;cursor:grab;user-select:none;-webkit-user-select:none}.woosb-products.is-dragging{cursor:grabbing;scroll-behavior:auto}.woosb-products::-webkit-scrollbar{display:none}.woosb-products .woosb-product{flex:0 0 130px!important;min-width:0!important;max-width:130px!important;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .06);transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer;scroll-snap-align:start;outline:none}.woosb-products .woosb-product:focus-visible{outline:2px solid var(--accent-color,var(--tanuki-pink));outline-offset:3px;border-radius:10px}.woosb-products .woosb-product:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgb(0 0 0 / .12)}.woosb-products .woosb-product:active{transform:scale(.97);box-shadow:0 2px 6px rgb(0 0 0 / .06)}@media (max-width:1024px){.woosb-products .woosb-product{flex:0 0 calc(22% - 1rem)!important;max-width:120px!important}}@media (max-width:767px){.woosb-products .woosb-product{flex:0 0 calc(28% - 0.5rem)!important;max-width:110px!important}}@media (max-width:480px){.woosb-products .woosb-product{flex:0 0 calc(40% - 0.5rem)!important;max-width:110px!important}}.woosb-products .woosb-product .woosb-thumb{width:100%!important;flex:none!important;aspect-ratio:2 / 3;background-color:var(--accent-color,var(--tanuki-pink))!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0.4rem!important;box-sizing:border-box}.woosb-products .woosb-product .woosb-thumb img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;display:block!important;box-shadow:4px 8px 16px rgb(0 0 0 / .18);pointer-events:none;-webkit-user-drag:none}.woosb-products .woosb-product .woosb-title{flex:1!important;width:100%!important;padding:.5rem .6rem 0.4rem!important;text-align:center}.woosb-products .woosb-product .woosb-title .woosb-name{font-family:var(--font-main)!important;font-size:0.62rem!important;font-weight:700!important;color:var(--accent-color,var(--tanuki-pink))!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:center}.woosb-products .woosb-product .woosb-title .woosb-name a{color:inherit!important;text-decoration:none!important}.woosb-products .woosb-product .woosb-title .woosb-price,.woosb-products .woosb-product>.woosb-price{display:none!important}.woosb-products .woosb-product .woosb-quantity{width:100%!important;flex:none!important;padding:.3rem .6rem 0.6rem!important;display:flex!important;justify-content:center!important}.woosb-products .woosb-product .woosb-quantity input{width:48px!important;height:32px!important;border:1px solid #eee!important;border-radius:4px!important;text-align:center!important;font-family:var(--font-main)!important;font-size:0.85rem!important;font-weight:700!important;color:var(--tanuki-text)}.tanuki-carousel-dots{display:flex;justify-content:center;align-items:center;gap:6px;position:absolute;bottom:.5rem;left:0;right:0;pointer-events:none}.tanuki-carousel-dot{width:6px;height:6px;border-radius:50%;background:#ddd;transition:background 0.25s ease,transform 0.25s ease,width 0.25s ease;pointer-events:auto;cursor:pointer;border:none;padding:0;position:relative}.tanuki-carousel-dot::after{content:'';position:absolute;inset:-8px}.tanuki-carousel-dot.is-active{background:var(--accent-color,var(--tanuki-pink));width:18px;border-radius:3px;transform:none}.tanuki-carousel-dot:focus-visible{outline:2px solid var(--accent-color,var(--tanuki-pink));outline-offset:2px}.tanuki-carousel-dots:has(.tanuki-carousel-dot:only-child){display:none}@media (prefers-reduced-motion:reduce){.woosb-products{scroll-behavior:auto}.woosb-products .woosb-product{transition:none}.tanuki-carousel-dot{transition:none}}.product-buy-section .tanuki-price-block{display:flex;flex-direction:column;gap:.65rem;width:100%;box-sizing:border-box;min-width:0;overflow:hidden}.tanuki-price-block.is-sticky{flex-direction:row!important;align-items:baseline!important;gap:10px!important;padding:0!important;margin:0!important;width:auto!important;overflow:visible!important}.tanuki-price-block.is-sticky .tanuki-price-badge,.tanuki-price-block.is-sticky .tanuki-price-savings,.tanuki-price-block.is-sticky .shipping-notice{display:none!important}.tanuki-price-block.is-sticky .tanuki-price-numbers{flex-direction:row!important;align-items:baseline!important;gap:8px!important}.tanuki-price-block.is-sticky .tanuki-price-regular{font-size:0.9rem!important;color:rgb(255 255 255 / .6)!important}.tanuki-price-block.is-sticky .tanuki-price-regular .woocommerce-Price-amount,.tanuki-price-block.is-sticky .tanuki-price-regular .woocommerce-Price-currencySymbol{color:inherit!important;font-size:inherit!important}.tanuki-price-block.is-sticky .tanuki-price-sale{font-size:1.3rem!important;color:#fff!important;letter-spacing:-0.5px!important}.tanuki-price-badge{display:inline-flex;align-items:center;gap:.4rem;background-color:var(--accent-color,var(--tanuki-pink));color:#fff;border-radius:6px;padding:.28rem .7rem .28rem .6rem;width:fit-content;line-height:1;animation:tanuki-badge-pop 0.45s cubic-bezier(.34,1.56,.64,1) both}@keyframes tanuki-badge-pop{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.tanuki-badge-pct{font-family:var(--font-main);font-size:1.05rem;font-weight:800;letter-spacing:-.5px}.tanuki-badge-label{font-family:var(--font-main);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;opacity:.85}.tanuki-price-numbers{display:flex;flex-direction:column;gap:.2rem}@media (min-width:481px){.tanuki-price-numbers{flex-direction:row;align-items:baseline;gap:.8rem;flex-wrap:wrap}}.tanuki-price-regular{text-decoration:none;position:relative;display:inline-block;font-family:var(--font-main);font-size:1.2rem;font-weight:500;color:#bbb}.tanuki-price-regular::after{content:'';position:absolute;left:-2px;right:-2px;top:50%;height:1.5px;background-color:#999;transform:rotate(-6deg);border-radius:2px;pointer-events:none}.tanuki-price-regular .woocommerce-Price-amount,.tanuki-price-regular .woocommerce-Price-currencySymbol{color:#bbb!important;font-size:1.2rem!important;font-weight:500!important}.tanuki-price-sale{text-decoration:none;font-family:var(--font-main);font-size:2.6rem;font-weight:800;color:var(--accent-color,var(--tanuki-pink));line-height:1;letter-spacing:-1.5px}.tanuki-price-sale .woocommerce-Price-amount,.tanuki-price-sale .woocommerce-Price-currencySymbol{color:inherit!important;font-size:inherit!important;font-weight:inherit!important}.tanuki-price-savings{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.4rem;margin:0;padding:.5rem .75rem;font-family:var(--font-main);font-size:.85rem;font-weight:500;color:#555;background-color:color-mix(in srgb,var(--accent-color,var(--tanuki-pink)),white 92%);border-left:3px solid var(--accent-color,var(--tanuki-pink));border-radius:0 6px 6px 0;line-height:1.35;min-width:0;word-break:break-word}.tanuki-price-savings strong{font-weight:800;color:var(--accent-color,var(--tanuki-pink))}.tanuki-savings-icon{width:16px;height:16px;flex-shrink:0;color:var(--accent-color,var(--tanuki-pink));opacity:.8}@media (max-width:480px){.tanuki-price-sale{font-size:clamp(1.8rem, 10vw, 2.2rem);letter-spacing:-1px}.tanuki-price-regular{font-size:1rem}.tanuki-price-regular .woocommerce-Price-amount,.tanuki-price-regular .woocommerce-Price-currencySymbol{font-size:1rem!important}.tanuki-price-savings{font-size:.8rem}.product-buy-section{padding:1rem!important;overflow:hidden}}.product-buy-section .main-price:has(.tanuki-price-block){font-size:1rem;color:inherit}body.single-product .mobile-menu-trigger,body.single-product .side-menu,body.single-product .side-menu-overlay,.mobile-menu-trigger,.side-menu,.side-menu-overlay,.tanuki-bottom-sticky-bar,.product-mobile-title-block{display:none!important}#tanuki-modern-sticky-bar{position:fixed;top:0;left:0;right:0;z-index:99!important;background:var(--accent-color,var(--tanuki-pink))!important;color:#fff!important;border-bottom:1px solid rgb(255 255 255 / .15);box-shadow:0 10px 30px -10px rgb(0 0 0 / .15);visibility:hidden;opacity:0;transform:translateY(-100%);pointer-events:none;transition:transform 0.4s cubic-bezier(.165,.84,.44,1),opacity 0.3s ease,visibility 0s 0.4s}#tanuki-modern-sticky-bar.is-visible{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition:transform 0.4s cubic-bezier(.165,.84,.44,1),opacity 0.3s ease,visibility 0s 0s}#tanuki-modern-sticky-bar .tanuki-sticky-container{display:flex!important;align-items:center!important;justify-content:space-between!important;height:60px!important;padding:0 40px!important;max-width:var(--max-width);width:100%;margin:0 auto;box-sizing:border-box}@media (max-width:767px){#tanuki-modern-sticky-bar .tanuki-sticky-container{padding:0 15px!important;height:60px!important}}#tanuki-modern-sticky-bar .mobile-text{display:none}#tanuki-modern-sticky-bar .desktop-text{display:inline}@media (max-width:480px){#tanuki-modern-sticky-bar .mobile-text{display:inline}#tanuki-modern-sticky-bar .desktop-text{display:none}}#tanuki-sticky-product-bar,.tanuki-sticky-bar-ssr,.tanuki-sticky-product-bar-wrapper{display:none!important;visibility:hidden!important;height:0!important;pointer-events:none!important}#tanuki-modern-sticky-bar .tanuki-sticky-name{color:#fff!important;font-family:'Montserrat',sans-serif!important;font-weight:800;font-size:1.1rem}#tanuki-modern-sticky-bar .tanuki-sticky-price{color:rgb(255 255 255 / .95)!important;font-family:'Montserrat',sans-serif!important;font-weight:600;font-size:1.2rem}#tanuki-modern-sticky-bar .tanuki-sticky-price ins{text-decoration:none!important}#tanuki-modern-sticky-bar .tanuki-sticky-add-to-cart{background:var(--accent-color-light,#fff)!important;color:var(--accent-color,#000)!important;font-weight:900!important;border-radius:8px!important;padding:0 30px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-transform:uppercase;letter-spacing:1.5px;border:none!important;cursor:pointer;transition:all 0.3s ease;font-size:0.85rem!important;font-family:'Montserrat',sans-serif!important;line-height:1!important}#tanuki-modern-sticky-bar .tanuki-sticky-add-to-cart:hover{background:#ffffff!important;transform:translateY(-2px)}@media (max-width:767px){html,body{overflow-x:clip!important;width:100%!important}#tanuki-modern-sticky-bar{background:rgb(18 18 18 / .96)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-bottom:1px solid rgb(255 255 255 / .08)!important;box-shadow:0 4px 20px rgb(0 0 0 / .3)!important;width:100%!important;left:0!important;right:0!important;box-sizing:border-box!important;overflow:hidden!important}#tanuki-modern-sticky-bar .tanuki-sticky-container{padding:0 16px!important;height:58px!important;gap:12px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0 auto!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:space-between!important}#tanuki-modern-sticky-bar .tanuki-sticky-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-shrink:0!important}#tanuki-modern-sticky-bar .tanuki-sticky-meta{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;flex:1;min-width:0}#tanuki-modern-sticky-bar .tanuki-sticky-name{display:none!important}#tanuki-modern-sticky-bar .tanuki-sticky-price{font-size:1.15rem!important;color:#ffffff!important;font-weight:800!important;display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:8px!important;margin-top:0!important;line-height:1!important}#tanuki-modern-sticky-bar .tanuki-price-block.is-sticky{display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:8px!important}#tanuki-modern-sticky-bar .tanuki-price-block.is-sticky .tanuki-price-numbers{display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:8px!important}#tanuki-modern-sticky-bar .tanuki-price-block.is-sticky .tanuki-price-regular{font-size:0.85rem!important;color:rgb(255 255 255 / .45)!important;text-decoration:line-through!important}#tanuki-modern-sticky-bar .tanuki-price-block.is-sticky .tanuki-price-regular .woocommerce-Price-amount{color:inherit!important;font-size:inherit!important}#tanuki-modern-sticky-bar .tanuki-price-block.is-sticky .tanuki-price-sale{font-size:1.15rem!important;color:#ffffff!important;font-weight:800!important}#tanuki-modern-sticky-bar .mobile-text{display:inline!important}#tanuki-modern-sticky-bar .desktop-text{display:none!important}#tanuki-modern-sticky-bar .tanuki-sticky-add-to-cart{background:var(--accent-color,var(--tanuki-pink))!important;color:var(--btn-text,#ffffff)!important;font-family:'Montserrat',sans-serif!important;font-weight:800!important;font-size:0.8rem!important;letter-spacing:1px!important;height:38px!important;padding:0 20px!important;border-radius:50px!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-transform:uppercase!important;box-shadow:0 4px 12px rgb(0 0 0 / .2)!important;transition:transform 0.15s ease,opacity 0.15s ease!important;min-width:100px!important;white-space:nowrap!important}#tanuki-modern-sticky-bar .tanuki-sticky-add-to-cart:active{transform:scale(.96)!important}#tanuki-modern-sticky-bar .tanuki-sticky-add-to-cart:hover{background:var(--accent-color,var(--tanuki-pink))!important;color:var(--btn-text,#ffffff)!important;transform:none!important;opacity:0.95!important}}@media (min-width:768px) and (max-width:1024px){#tanuki-modern-sticky-bar .tanuki-sticky-container{padding:0 24px!important;gap:25px!important}#tanuki-modern-sticky-bar .tanuki-sticky-meta{flex:1;min-width:0;overflow:hidden}#tanuki-modern-sticky-bar .tanuki-sticky-name{display:block!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.tanuki-sticky-container{max-width:var(--max-width);margin:0 auto;display:flex!important;align-items:center;justify-content:space-between;padding:0 15px;gap:12px;width:100%}.tanuki-sticky-product-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.tanuki-sticky-image img{border-radius:4px;box-shadow:0 2px 8px rgb(0 0 0 / .05);display:block}.tanuki-sticky-meta{display:flex;flex-direction:column;justify-content:center;min-width:0}.tanuki-sticky-name{font-weight:800;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.tanuki-sticky-stock{font-size:.6rem;text-transform:uppercase;opacity:.6;font-weight:700;letter-spacing:.05em}.tanuki-sticky-price{font-weight:800;color:var(--accent-color,#000);line-height:1}.tanuki-sticky-actions{display:flex;align-items:center;gap:12px}.tanuki-sticky-add-to-cart{background:var(--accent-color,#000);color:#fff;border:none;border-radius:8px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:transform 0.2s ease,background 0.2s ease}.tanuki-sticky-add-to-cart:active{transform:scale(.96)}.tanuki-sticky-quantity .quantity{display:flex;background:rgb(0 0 0 / .04);border-radius:8px;align-items:center;overflow:hidden;border:1px solid rgb(0 0 0 / .05)}.tanuki-sticky-quantity button{border:none;background:#fff0;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s ease;padding:0}.tanuki-sticky-quantity button:hover{background:rgb(0 0 0 / .08)}.tanuki-sticky-quantity .qty{border:none;background:#fff0;text-align:center;font-weight:800;color:#000;padding:0;-moz-appearance:textfield}.tanuki-sticky-quantity .qty::-webkit-outer-spin-button,.tanuki-sticky-quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width:899px){.tanuki-sticky-container{padding:6px 12px;gap:8px}.tanuki-sticky-image img{height:32px}.tanuki-sticky-name{font-size:.8rem;max-width:90px}.tanuki-sticky-price{font-size:.85rem}.tanuki-sticky-stock{display:none}.tanuki-sticky-quantity .quantity{height:32px}.tanuki-sticky-quantity button{width:24px;height:32px;font-size:.9rem}.tanuki-sticky-quantity .qty{width:20px;font-size:.8rem}.tanuki-sticky-add-to-cart{height:32px;padding:0 10px;font-size:.65rem}}@media (min-width:900px){.tanuki-sticky-image img{height:40px}.tanuki-sticky-name{font-size:1.15rem}.tanuki-sticky-price{font-size:1.15rem}.tanuki-sticky-quantity .quantity{height:38px}.tanuki-sticky-quantity button{width:32px;height:38px;font-size:1.2rem}.tanuki-sticky-quantity .qty{width:40px;font-size:1rem}.tanuki-sticky-add-to-cart{height:38px;padding:0 25px;font-size:.85rem}}@media (max-width:900px){.site-header{position:sticky!important;top:0!important;z-index:9999!important;background:#fff!important;box-shadow:0 2px 10px rgb(0 0 0 / .05)!important}.header-top{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:6px 15px!important;min-height:50px!important;gap:10px!important;border-bottom:1px solid #f0f0f0}.mobile-menu-trigger{display:flex!important;align-items:center;justify-content:center;cursor:pointer;background:none!important;border:none!important;padding:0!important;color:#000}.header-actions .action-icon svg{width:20px!important;height:20px!important}.site-branding{order:2;margin:0!important;flex:1;display:flex;justify-content:center}.site-branding img{max-height:28px!important;width:auto!important}.header-actions{order:3;display:flex!important;gap:10px!important;margin:0!important}.header-actions .account-link{display:none!important}.header-bottom{display:none!important}.flex-control-nav.flex-control-thumbs{display:flex!important;gap:8px!important;margin-top:15px!important;padding:0 10px!important}.flex-control-nav.flex-control-thumbs li{width:50px!important;height:65px!important;border-radius:6px!important}.woocommerce-product-gallery{margin-bottom:25px!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;border-radius:0!important;border:none!important;box-shadow:none!important}.woocommerce-product-gallery img{border-radius:0!important;box-shadow:none!important}.mobile-gallery-arrow{width:34px!important;height:34px!important}.synopsis{padding:20px!important;margin-top:0!important;margin-bottom:20px!important;border-bottom:1px solid #eee}.synopsis h2{font-size:0.8rem!important;text-transform:uppercase;letter-spacing:2px!important;color:#999;margin-bottom:15px!important}.product-details{display:block!important;padding:0!important;max-width:100%!important;overflow:hidden!important}.product-featured-image-top{display:block!important;margin-bottom:15px!important;padding:0 20px!important;text-align:center!important}.product-featured-image-top img{max-height:240px!important;width:auto!important;max-width:100%!important;height:auto!important;border-radius:12px!important;box-shadow:0 10px 25px rgb(0 0 0 / .1);margin:0 auto!important}.main-price{font-size:1.7rem!important;line-height:1.1!important;margin-bottom:5px!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-weight:800!important}.product-gallery{margin-top:30px!important;margin-bottom:30px!important;padding:0!important;width:100%!important}.synopsis{padding:0 20px!important;margin-top:0!important;margin-bottom:25px!important}.meta-row{padding:0 20px!important;margin-bottom:20px!important}.tax-info{order:7!important;padding:0 20px!important;margin-bottom:20px!important}.product-sidebar{order:10!important;padding:20px 15px!important;background:#fdfdfd!important}.synopsis h2{font-size:1.2rem!important;margin-top:0!important;margin-bottom:10px!important;color:var(--accent-color)!important}.synopsis .content{font-size:0.95rem!important;line-height:1.6!important}.side-menu{position:fixed;top:0;left:0;width:85vw;max-width:300px;height:100%;background:#fff;z-index:10000;box-shadow:0 0 50px rgb(0 0 0 / .15);transform:translateX(-100%);transition:transform 0.4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow-x:hidden}.side-menu.active{transform:translateX(0)}.side-menu-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:9999;opacity:0;visibility:hidden;backdrop-filter:blur(4px);transition:all 0.4s ease}.side-menu-overlay.active{opacity:1;visibility:visible}.side-menu-header{padding:20px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.side-logo{font-weight:900;font-size:1.2rem;letter-spacing:-1px;color:#000}.side-menu-close{background:none;border:none;padding:5px;cursor:pointer}.side-menu-content{flex:1;overflow-y:auto;padding:20px}.mobile-navigation ul{list-style:none;padding:0;margin:0}.mobile-navigation li{margin-bottom:5px;border-bottom:1px solid #f9f9f9}.mobile-navigation li a{display:block;padding:12px 0;font-size:1.1rem;font-weight:700;color:#444;text-decoration:none}.side-menu-footer{padding:20px;background:#fdfdfd;border-top:1px solid #f0f0f0}.side-footer-link{display:block;padding:10px;background:#000;color:#fff;text-align:center;border-radius:8px;font-weight:800;text-decoration:none}.header-actions .action-icon svg{width:22px!important;height:22px!important;stroke-width:2.2!important;stroke:#000!important;transition:transform 0.2s ease}.header-actions .action-icon:active svg{transform:scale(.9)}}.tanuki-trust-badges{display:flex;flex-wrap:wrap;gap:15px;margin:20px 0;padding:15px 0;border-top:1px solid #f0f0f0}.trust-badge{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px}.trust-badge svg{color:var(--accent-color,#000);opacity:.7}.price>.shipping-notice,.main-price>.shipping-notice,.shipping-notice{display:block!important;font-size:11px!important;font-weight:400!important;color:#999!important;margin-top:4px!important;text-align:inherit!important;text-transform:none!important;letter-spacing:0!important;font-style:italic!important;opacity:0.9!important;line-height:1.2!important;width:100%!important}.tanuki-sticky-price .shipping-notice{display:block!important;width:100%!important;margin-left:0!important;margin-top:2px!important;font-size:10px!important;color:#ffffff!important;opacity:1!important;text-align:left!important}@media (max-width:900px){.tanuki-sticky-price .shipping-notice{display:none}}body.cmplz-banner-active{pointer-events:auto!important}.cmplz-soft-cookiewall{display:block!important;background:transparent!important;pointer-events:none!important;z-index:99999998!important}@media (max-width:767px){#cmplz-cookiebanner-container .cmplz-cookiebanner:not(.cmplz-dismissed){display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;z-index:99999999!important;padding:12px 18px 10px!important;background-color:rgb(255 255 255 / .98)!important;border-radius:20px 20px 0 0!important;box-shadow:0 -8px 30px rgb(0 0 0 / .12)!important;max-height:38vh!important;overflow-y:hidden!important;border-top:1px solid #eee!important;transform:none!important}.cmplz-cookiebanner .cmplz-message{font-size:10px!important;line-height:1.4!important;margin-bottom:12px!important;color:#444!important;text-align:left!important;padding:0!important}.cmplz-cookiebanner .cmplz-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-areas:"deny accept"!important;gap:8px!important;margin:0!important;width:100%!important}.cmplz-cookiebanner .cmplz-header,.cmplz-cookiebanner .cmplz-logo,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-documents,.cmplz-cookiebanner .cmplz-btn:not(.cmplz-accept):not(.cmplz-deny){display:none!important}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{height:38px!important;padding:0!important;font-size:12px!important;font-weight:700!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-transform:none!important;margin:0!important}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{grid-area:accept!important;background-color:#1e73be!important;color:#ffffff!important}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{grid-area:deny!important;background-color:#f5f5f5!important;color:#444!important}}@media (min-width:768px) and (max-width:999px){#cmplz-cookiebanner-container .cmplz-cookiebanner:not(.cmplz-dismissed){display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:15px 30px!important;position:fixed!important;bottom:0!important;left:0!important;width:100%!important;z-index:99999999!important;background-color:#ffffff!important;border-radius:0!important;box-shadow:0 -4px 20px rgb(0 0 0 / .08)!important;border-top:1px solid #eee!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message{font-size:11px!important;line-height:1.4!important;margin:0!important;flex:1!important;color:#444!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons{display:flex!important;gap:10px!important;min-width:250px!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn{height:40px!important;padding:0 15px!important;font-size:12px!important;font-weight:700!important;border-radius:6px!important;text-transform:none!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-logo,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:not(.cmplz-accept):not(.cmplz-deny){display:none!important}}@media (min-width:1000px){#cmplz-cookiebanner-container .cmplz-cookiebanner:not(.cmplz-dismissed){display:flex!important;flex-direction:column!important;position:fixed!important;width:380px!important;left:30px!important;right:auto!important;bottom:30px!important;border-radius:16px!important;padding:24px!important;box-shadow:0 10px 50px rgb(0 0 0 / .12)!important;background-color:#ffffff!important;z-index:99999999!important;border:1px solid #f0f0f0!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message{font-size:12px!important;line-height:1.6!important;margin-bottom:20px!important;color:#111!important;text-align:justify!important;hyphens:auto!important;display:block!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons{display:flex!important;gap:10px!important;width:100%!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn{height:44px!important;padding:0 20px!important;font-size:13px!important;font-weight:700!important;border-radius:8px!important;text-transform:none!important;flex:1!important}#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-logo,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-documents,#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn:not(.cmplz-accept):not(.cmplz-deny){display:none!important}}@media (max-width:767px){.product-main-layout{display:flex!important;flex-direction:column!important;gap:0!important;padding:20px 15px!important;border-radius:0!important;box-shadow:none!important;border:none!important}.product-mobile-title-block{order:1}.product-featured-image-top{order:2}.product-details{order:3}.synopsis{order:4}.product-gallery{order:5}.product-sidebar{order:6}.product-featured-image-top{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.product-featured-image-top img{display:block!important;margin:0 auto!important;max-width:70%!important;height:auto!important}.product-details .meta-row{display:none!important}.product-mobile-title-block{display:flex!important;flex-direction:column;gap:4px;margin-bottom:10px;padding-top:5px}.product-mobile-title-block .product-title{font-size:1.8rem!important;margin:0!important;line-height:0.85!important;font-weight:900!important;letter-spacing:-1.5px!important}.product-mobile-meta{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:12px;row-gap:4px;margin-top:4px;margin-bottom:2px}.mobile-meta-item{display:flex;flex-direction:column;line-height:1.1}.mobile-meta-label{font-size:.55rem;text-transform:uppercase;letter-spacing:.5px;color:#999;font-weight:600;margin-bottom:1px}.mobile-meta-value{font-size:.8rem;font-weight:600}.mobile-meta-value a{color:inherit;text-decoration:none}.product-rating{display:flex;align-items:center;gap:8px;margin-top:2px}.star-rating{font-family:'star'!important;font-size:0.85rem!important;width:5.4em!important;height:1em!important;line-height:1!important;overflow:hidden;position:relative;display:inline-block;color:var(--accent-color,var(--tanuki-pink))!important;letter-spacing:.1em}.star-rating::before{content:"\73\73\73\73\73";opacity:.25;float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1em}.star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.product-details .product-title{display:none!important}.product-buy-section{margin-top:5px!important;margin-bottom:20px!important;padding:12px 10px!important;max-width:100%!important;border-radius:20px!important;overflow:hidden!important;background:#fdfdfd!important;border:1px solid rgb(0 0 0 / .04)!important;width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:4px!important}.product-buy-section .main-price{margin-bottom:0px!important}.product-buy-section .shipping-notice{margin-bottom:5px!important}html body.single-product .product-buy-section .main-price{margin-bottom:0!important}html body.single-product .product-buy-section .shipping-notice{margin-bottom:2px!important;margin-top:-4px!important}html body.single-product .product-buy-section .buy-actions{display:flex!important;flex-direction:column!important;width:100%!important;gap:0!important;padding:0!important}html body.single-product .product-buy-section .buy-actions form.cart{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;margin-bottom:5px!important;margin-top:5px!important}html body.single-product .buy-actions .quantity{flex:0 0 auto!important;margin:0!important;display:block!important}html body.single-product .buy-actions .quantity input{height:50px!important;width:50px!important;font-size:1.1rem!important;background:#f5f5f5!important;border:none!important;border-radius:12px!important;text-align:center!important;padding:0!important}html body.single-product .product-buy-section .main-price{margin-bottom:0px!important;line-height:1!important}html body.single-product .product-buy-section .shipping-notice{margin-bottom:0px!important;margin-top:0px!important;font-size:0.6rem!important;line-height:1!important}html body.single-product .product-buy-section .buy-actions form.cart{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;width:100%!important;margin-bottom:0px!important;margin-top:2px!important}html body.single-product .buy-actions .quantity input{height:48px!important;width:45px!important;font-size:1rem!important;background:#f5f5f5!important;border:none!important;border-radius:12px!important;text-align:center!important;padding:0!important}html body.single-product .buy-actions .single_add_to_cart_button{flex:1!important;height:48px!important;margin:0!important;font-size:0.72rem!important;font-weight:900!important;letter-spacing:-0.02em!important;border-radius:12px!important;text-transform:uppercase!important;min-width:0!important}html body.single-product .product-buy-section .stock{order:10!important;margin:4px 0 0 0!important;padding:0!important;font-size:0.58rem!important;line-height:1!important;color:#999!important;text-transform:uppercase;display:flex!important;align-items:center!important;gap:4px;justify-content:center!important;width:100%!important}html body.single-product .product-buy-section .stock::before{content:"";width:4px;height:4px;border-radius:50%;background:#4caf50;flex-shrink:0}.product-trust-section{margin-top:6px!important;padding-top:6px!important;border-top:1px solid rgb(0 0 0 / .05)!important;text-align:center!important;width:100%!important;order:20!important}.trust-label{font-size:0.5rem!important;letter-spacing:0.1em!important;font-weight:700!important;color:#bbb!important;text-transform:uppercase!important;margin-bottom:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important}.trust-icons{display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:10px!important;opacity:0.8!important;pointer-events:none!important;margin-top:2px!important}.trust-item{height:16px!important;display:flex!important;align-items:center!important;justify-content:center!important}.trust-item img{height:100%!important;width:auto!important;display:block!important;max-width:none!important}.pse-logo{height:14px!important}.mp-logo{height:12px!important}.visa-logo{height:10px!important}.mc-logo{height:14px!important}.ticket-logo{height:14px!important}}.product-trust-section{pointer-events:none;user-select:none}.trust-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;opacity:.75;pointer-events:none}.trust-item{display:flex;align-items:center;justify-content:center;height:20px}.trust-item img{height:100%;width:auto;display:block;max-width:none}.trust-label{display:flex;align-items:center;justify-content:center;gap:5px;font-size:.55rem;letter-spacing:.12em;font-weight:700;text-transform:uppercase;color:#bbb;margin-bottom:6px}@media (min-width:768px){.product-trust-section{margin-top:16px;padding-top:12px;border-top:1px solid rgb(0 0 0 / .06);text-align:center}.trust-item{height:22px}.pse-logo{height:18px}.mp-logo{height:16px}.visa-logo{height:13px}.mc-logo{height:18px}.ticket-logo{height:18px}.trust-icons{gap:14px;opacity:.7}}.single_add_to_cart_button.loading,.add_to_cart_button.loading{pointer-events:none;opacity:.75;position:relative}.single_add_to_cart_button.loading::after,.add_to_cart_button.loading::after{content:'';display:inline-block;width:14px;height:14px;margin-left:8px;border:2px solid currentColor;border-top-color:#fff0;border-radius:50%;animation:tanuki-spin 0.7s linear infinite;vertical-align:middle}@keyframes tanuki-spin{to{transform:rotate(360deg)}}.tanuki-backorder-notice{display:flex;align-items:flex-start;gap:.75rem;margin:1.25rem 0 0;padding:1rem 1.15rem;background:#fff6e0;border:1px solid #febf00;border-left:4px solid #febf00;border-radius:10px;box-shadow:0 2px 8px rgb(254 191 0 / .12)}.tanuki-backorder-notice__icon{font-size:1.35rem;line-height:1.4;flex-shrink:0}.tanuki-backorder-notice__text{margin:0;color:#6b4e00;font-size:.95rem;line-height:1.5}@media (max-width:600px){.tanuki-backorder-notice{padding:.85rem 1rem;margin-bottom:1.5rem}.tanuki-backorder-notice__text{font-size:.9rem}}