/*
Theme Name: TEOLNANDA Core
Theme URI: https://teolnanda.com/
Author: TEOLNANDA
Description: Lightweight replacement theme prepared for staged migration from Uncode/WPBakery.
Version: 0.2.0
Text Domain: teolnanda-core
*/

:root { --tn-orange: #ef6514; --tn-ink: #171717; --tn-line: #e9e4df; --tn-page: #fff; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--tn-ink); background: var(--tn-page); font-family: Pretendard, "Noto Sans KR", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tn-core-shell { width: min(100% - 32px, 1240px); margin-inline: auto; }
.tn-core-topbar { color: #fff; background: #171717; font-size: 12px; }
.tn-core-topbar .tn-core-shell { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tn-core-topbar nav { display: flex; align-items: center; gap: 20px; }
.tn-core-topbar b { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 3px; border-radius: 20px; background: var(--tn-orange); font-size: 10px; }
.tn-core-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--tn-line); backdrop-filter: blur(10px); }
.tn-core-header__row { min-height: 72px; display: flex; align-items: center; gap: 36px; }
.tn-core-logo { display: inline-flex; flex: 0 0 auto; }
.tn-core-logo img { display: block; width: 180px; height: auto; }
.tn-core-nav { min-width: 0; margin-left: auto; }
.tn-core-menu { display: flex; align-items: center; justify-content: flex-end; gap: 27px; margin: 0; padding: 0; list-style: none; }
.tn-core-menu li { position: relative; margin: 0; list-style: none; }
.tn-core-menu > li > a { display: block; padding: 25px 0; font-size: 15px; font-weight: 700; white-space: nowrap; }
.tn-core-menu .sub-menu { position: absolute; top: calc(100% - 5px); left: 50%; z-index: 5; display: none; min-width: 190px; margin: 0; padding: 12px; transform: translateX(-50%); border: 1px solid var(--tn-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(31,22,17,.12); list-style: none; }
.tn-core-menu .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 12px; }
.tn-core-menu li:hover > .sub-menu, .tn-core-menu li:focus-within > .sub-menu { display: block; }
.tn-core-menu .sub-menu a { display: block; padding: 9px 11px; border-radius: 8px; font-size: 14px; }
.tn-core-menu .sub-menu a:hover { color: var(--tn-orange); background: #fff5ee; }
.tn-core-menu-toggle { display: none; width: 40px; height: 40px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
.tn-core-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #171717; }
.tn-core-drawer,.tn-core-drawer-backdrop { display: none; }
.tn-core-main { min-height: 55vh; }
.tn-core-subhero{position:relative;isolation:isolate;display:flex;min-height:238px;align-items:center;overflow:hidden;background:linear-gradient(125deg,#211711 0%,#512514 54%,#d85a15 130%)}
.tn-core-subhero::before{position:absolute;z-index:-2;inset:0;content:"";background-image:var(--tn-subhero-image,none);background-position:center 43%;background-size:cover;opacity:.54;transform:scale(1.015)}
.tn-core-subhero::after{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(100deg,rgba(15,10,8,.82),rgba(26,14,9,.58) 50%,rgba(230,84,12,.18)),radial-gradient(circle at 82% 24%,rgba(255,151,77,.48),transparent 31%)}
.tn-core-subhero__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:44px;text-align:center}
.tn-core-subhero h1{max-width:900px;margin:18px 0 0;color:#fff;font-size:clamp(32px,3.3vw,48px);font-weight:800;line-height:1.15;letter-spacing:-.035em;text-shadow:0 3px 24px rgba(0,0,0,.24)}
.tn-core-breadcrumb{display:flex;max-width:min(94vw,920px);align-items:center;justify-content:center;gap:9px;padding:9px 16px;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:rgba(255,255,255,.82);background:rgba(20,12,8,.36);font-size:13px;line-height:1.25;white-space:nowrap;backdrop-filter:blur(9px)}
.tn-core-breadcrumb a{color:rgba(255,255,255,.8);text-decoration:none}.tn-core-breadcrumb a:hover{color:#fff}.tn-core-breadcrumb strong{overflow:hidden;color:#fff;text-overflow:ellipsis}
.tn-core-entry, .tn-core-commerce { padding-block: 32px 40px; }
.tn-core-entry > h1 { margin: 0 0 24px; font-size: clamp(28px, 4vw, 44px); }
.tn-core-magazine-archive__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tn-core-magazine-archive article{overflow:hidden;border:1px solid var(--tn-line);border-radius:18px;background:#fff}.tn-core-magazine-archive article>a{display:block;height:100%;color:inherit;text-decoration:none}.tn-core-magazine-archive img{display:block;width:100%;aspect-ratio:1.45/1;object-fit:cover}.tn-core-magazine-archive small,.tn-core-magazine-archive h2,.tn-core-magazine-archive p{display:block;margin-left:18px;margin-right:18px}.tn-core-magazine-archive small{margin-top:16px;color:var(--tn-orange);font-weight:700}.tn-core-magazine-archive h2{margin-top:8px;margin-bottom:8px;font-size:19px;line-height:1.45}.tn-core-magazine-archive p{margin-top:0;margin-bottom:20px;color:#756f6a;line-height:1.65}.tn-core-magazine-archive>.page-numbers{display:flex;justify-content:center;gap:6px;margin:28px 0 0;padding:0;list-style:none}.tn-core-magazine-archive>.page-numbers a,.tn-core-magazine-archive>.page-numbers span{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--tn-line);border-radius:10px}
.tn-core-commerce .woocommerce { width: 100%; }
.tn-core-commerce .woocommerce-message,
.tn-core-commerce .woocommerce-info,
.tn-core-commerce .woocommerce-error { border-top-color: var(--tn-orange); }
.tn-core-commerce a.button,
.tn-core-commerce button.button,
.tn-core-commerce input.button { color: #fff; background: var(--tn-orange); border-radius: 10px; }
.tn-core-filter-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; width:100%; margin:0 0 28px; padding:16px; border:1px solid var(--tn-line); border-radius:18px; }
.tn-core-filter-grid a { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:44px; padding:10px 14px; border:1px solid #eee9e5; border-radius:12px; background:#fff; font-size:14px; font-weight:700; }
.tn-core-filter-grid a.is-active { color:#fff; border-color:#171717; background:#171717; }
.tn-core-filter-grid b { color:var(--tn-orange); }
.tn-core-commerce .woocommerce-ordering select { min-height:46px; padding:0 40px 0 14px; border:1px solid var(--tn-line); border-radius:10px; background:#fff; }
.tn-core-commerce ul.products,.tn-core-page-catalog ul.products { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px !important; clear:both; margin:24px 0 0 !important; }
.tn-core-commerce ul.products::before,.tn-core-commerce ul.products::after,.tn-core-page-catalog ul.products::before,.tn-core-page-catalog ul.products::after { display:none!important; }
.tn-core-commerce ul.products li.product,.tn-core-page-catalog ul.products li.product { width:auto !important; min-width:0; margin:0 !important; padding:0 8px 16px; float:none !important; overflow:hidden; border:1px solid var(--tn-line); border-radius:18px; background:#fff; }
.tn-core-commerce ul.products li.product a img,.tn-core-page-catalog ul.products li.product a img { width:calc(100% + 16px); max-width:none; margin:0 -8px 12px; aspect-ratio:1/.8; object-fit:contain; background:transparent; }
.tn-core-commerce ul.products .woocommerce-loop-product__title,.tn-core-page-catalog ul.products .woocommerce-loop-product__title { min-height:48px; padding:0 !important; font-size:15px !important; line-height:1.5; text-align:center; }
.tn-core-commerce ul.products .price,.tn-core-page-catalog ul.products .price { display:flex !important; flex-wrap:wrap; justify-content:center; gap:3px 6px; color:var(--tn-orange) !important; font-size:15px !important; text-align:center; }
.tn-core-commerce nav.woocommerce-pagination,.tn-core-page-catalog nav.woocommerce-pagination { margin-top:30px; }
.tn-core-commerce nav.woocommerce-pagination ul,.tn-core-page-catalog nav.woocommerce-pagination ul { overflow:hidden; border:1px solid var(--tn-line); border-radius:10px; }
.tn-core-commerce nav.woocommerce-pagination ul li,.tn-core-page-catalog nav.woocommerce-pagination ul li { border:0; }
.tn-core-commerce .woocommerce-ordering select,.tn-core-page-catalog .woocommerce-ordering select { min-width:150px; padding:10px 34px 10px 12px; border:1px solid var(--tn-line); border-radius:10px; color:#24211f; background:#fff; font:inherit; }
.tn-core-commerce .onsale,.tn-core-page-catalog .onsale,.tn-core-products .onsale { min-width:auto!important; min-height:auto!important; padding:7px 10px!important; border-radius:10px!important; color:#fff!important; background:var(--tn-orange)!important; font-size:12px!important; line-height:1.2!important; }
.single-product .tn-core-commerce .single_add_to_cart_button { min-height:46px; padding:0 28px!important; border-radius:10px!important; color:#fff!important; background:var(--tn-orange)!important; font-weight:800!important; }
.single-product .tn-core-commerce .quantity .qty { width:82px; min-height:46px; padding:8px; border:1px solid var(--tn-line); border-radius:10px; text-align:center; }
.tn-core-commerce nav.woocommerce-pagination ul li a,.tn-core-commerce nav.woocommerce-pagination ul li span { min-width:42px; padding:13px; }
.tn-core-commerce nav.woocommerce-pagination ul li span.current { color:#fff; background:var(--tn-orange); }
.single-product .tn-core-commerce div.product { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr); gap:48px; align-items:start; }
.single-product .tn-core-commerce div.product .woocommerce-product-gallery,.single-product .tn-core-commerce div.product .summary { width:auto; float:none; margin:0; }
.tn-core-product-gallery { min-width:0; }
.tn-core-product-gallery__main { overflow:hidden; border:1px solid var(--tn-line); border-radius:24px; background:#f7f7f7; }
.tn-core-product-gallery__main img { display:block; width:100%; aspect-ratio:1/1; object-fit:contain; }
.tn-core-product-gallery__thumbs { display:flex; gap:10px; margin-top:12px; overflow-x:auto; }
.tn-core-product-gallery__thumbs button { flex:0 0 78px; padding:0; overflow:hidden; border:1px solid var(--tn-line); border-radius:10px; background:#fff; }
.tn-core-product-gallery__thumbs img { display:block; width:100%; height:78px; object-fit:contain; }
.single-product .tn-core-commerce div.product .summary { padding:28px; border:1px solid var(--tn-line); border-radius:24px; box-shadow:0 20px 50px rgba(36,25,18,.08); }
.single-product .tn-core-commerce div.product .summary .price { color:var(--tn-orange); font-size:24px; }
.single-product .tn-core-commerce .woocommerce-tabs,.single-product .tn-core-commerce .related { grid-column:1/-1; }
.single-product .tn-core-commerce .woocommerce-tabs { margin-top:20px; border:1px solid var(--tn-line); border-radius:20px; overflow:hidden; }
.single-product .tn-core-commerce .woocommerce-tabs .panel { margin:0; padding:28px; }
.single-product .tn-core-commerce .related{position:relative}.single-product .tn-core-commerce .related ul.products{display:flex!important;gap:20px!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.single-product .tn-core-commerce .related ul.products::-webkit-scrollbar{display:none}.single-product .tn-core-commerce .related ul.products li.product{flex:0 0 calc((100% - 40px)/3);scroll-snap-align:start}.tn-core-related-nav{position:absolute;z-index:2;top:48%;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--tn-line);border-radius:50%;background:#fff;box-shadow:0 8px 24px rgb(0 0 0/.12);transform:translateY(-50%);cursor:pointer}.tn-core-related-prev{left:-21px}.tn-core-related-next{right:-21px}.tn-core-related-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.tn-core-related-dots i{width:8px;height:8px;border-radius:50%;background:#d5d0cb}.tn-core-related-dots i.is-active{width:24px;border-radius:6px;background:var(--tn-orange)}
.tn-core-footer { margin-top: 56px; padding: 48px 0 30px; color: #fff; background: radial-gradient(circle at 5% 0,#4a2413 0,#171717 32%,#121212 100%); }
.tn-core-footer p { margin: 0; color: #d8d2cd; line-height: 1.7; }
.tn-core-footer__brand img { width: 210px; filter: brightness(0) invert(1); }
.tn-core-footer__brand h2 { margin: 22px 0 8px; font-size: 26px; }
.tn-core-footer__notice { margin-top: 26px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.tn-core-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.tn-core-footer__bottom ul { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }
.tn-core-home { padding: 22px 0 0; }
.tn-core-hero { width: min(100% - 32px, 1440px); margin: 0 auto 30px; }
.tn-core-hero__viewport { position: relative; overflow: hidden; width: 100%; aspect-ratio: 3.25 / 1; border-radius: 24px; background: #f7f5f2; box-shadow: 0 18px 48px rgba(38,28,20,.08); }
.tn-core-hero__track { position: relative; width: 100%; height: 100%; }
.tn-core-hero__slide { position: absolute; top: 50%; left: 50%; z-index: 0; display: block; width: 82%; overflow: hidden; border-radius: 20px; opacity: 0; transform: translate(-50%,-50%) scale(.9); transition: left .52s cubic-bezier(.22,.72,.2,1), width .52s cubic-bezier(.22,.72,.2,1), transform .52s cubic-bezier(.22,.72,.2,1), opacity .36s ease, filter .36s ease, box-shadow .36s ease; pointer-events: none; }
.tn-core-hero__slide.is-active { left:50%; z-index: 2; width:82%; opacity: 1; filter:none; box-shadow:0 22px 55px rgba(33,22,16,.16); transform: translate(-50%,-50%) scale(1); pointer-events: auto; }
.tn-core-hero__slide.is-prev { left:0; z-index: 1; width:68%; opacity: .13; filter: saturate(.3) brightness(1.16); transform: translate(-80%,-50%) scale(.88); pointer-events: auto; }
.tn-core-hero__slide.is-next { left:100%; z-index: 1; width:68%; opacity: .13; filter: saturate(.3) brightness(1.16); transform: translate(-20%,-50%) scale(.88); pointer-events: auto; }
.tn-core-hero img { display: block; width: 100%; aspect-ratio: 2.68 / 1; object-fit: cover; }
.tn-core-hero__prev,.tn-core-hero__next { position:absolute; z-index:4; top:50%; display:grid; place-items:center; width:46px; height:46px; padding:0 0 4px; border:1px solid rgba(25,25,25,.08); border-radius:50%; color:#171717; background:rgba(255,255,255,.94); box-shadow:0 8px 24px rgba(20,15,10,.12); font:400 34px/1 Arial,sans-serif; transform:translateY(-50%); cursor:pointer; transition:color .2s ease,background .2s ease,transform .2s ease; }
.tn-core-hero__prev { left:24px; }.tn-core-hero__next { right:24px; }
.tn-core-hero__prev:hover,.tn-core-hero__next:hover { color:#fff; background:var(--tn-orange); transform:translateY(-50%) scale(1.06); }
.tn-core-hero__dots { position:absolute; z-index:4; left:50%; bottom:14px; display:flex; align-items:center; justify-content:center; gap:7px; transform:translateX(-50%); }
.tn-core-hero__dots button { width:8px; height:8px; padding:0; border:0; border-radius:8px; background:#d3cec9; cursor:pointer; transition:width .25s ease,background .25s ease; }
.tn-core-hero__dots button.is-active { width:28px; background:var(--tn-orange); }
.tn-core-search { margin-bottom: 48px; }
.tn-core-search form { display: flex; overflow: hidden; max-width: 760px; margin: auto; border: 1px solid var(--tn-line); border-radius: 16px; }
.tn-core-search input { min-width: 0; flex: 1; padding: 17px 20px; border: 0; font: inherit; }
.tn-core-search button { padding: 0 28px; border: 0; color: #fff; background: var(--tn-orange); font: inherit; font-weight: 700; }
.tn-core-section { margin-bottom: 56px; }
.tn-core-section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.tn-core-section__head span { display: block; color: var(--tn-orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.tn-core-section__head h1, .tn-core-section__head h2 { margin: 8px 0 0; font-size: clamp(27px,2.35vw,36px); line-height: 1.22; letter-spacing:-.035em; font-weight:750; }
.tn-core-section__head a { white-space: nowrap; }
.tn-core-categories { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.tn-core-categories a { display: grid; grid-template-columns: 68px minmax(0,1fr); align-items: center; gap: 0 12px; padding: 14px; border: 1px solid var(--tn-line); border-radius: 18px; }
.tn-core-categories img { grid-row: span 2; width: 68px; height: 68px; object-fit: contain; }
.tn-core-categories strong { font-size: 15px; }.tn-core-categories small { color: #8b8580; }
.tn-core-products .products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); align-items:stretch; gap:20px; margin:0; background:transparent!important; }
.tn-core-products .products::before,.tn-core-products .products::after { display:none!important; content:none!important; }
.tn-core-products .products .product { display:flex; width:auto!important; min-width:0; height:100%; margin:0!important; padding:0 8px 14px; float:none!important; overflow:hidden; border:1px solid var(--tn-line); border-radius:18px; background:#fff!important; flex-direction:column; }
.tn-core-products .products .woocommerce-LoopProduct-link { display:flex; min-width:0; flex:1; flex-direction:column; }
.tn-core-products .products .button { align-self:center; margin-top:auto; }
.tn-core-products .products img { aspect-ratio: 1 / .76; object-fit: contain; background: transparent; }
.tn-core-promos { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-bottom:64px; }.tn-core-promos a{overflow:hidden;border:1px solid var(--tn-line);border-radius:18px}.tn-core-promos img{display:block;width:100%;height:100%;object-fit:cover}
.tn-core-service { display:grid; grid-template-columns:.8fr 2fr; gap:34px; margin-bottom:64px; padding:42px; border-radius:28px; background:#fff3e9; }.tn-core-service__intro>span,.tn-core-faq header>span{color:var(--tn-orange);font-size:12px;font-weight:800;letter-spacing:.15em}.tn-core-service__intro h2{margin:12px 0 0;font-size:38px;line-height:1.15}.tn-core-service__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tn-core-service__cards article{padding:24px;border:1px solid #eaded4;border-radius:20px;background:#fff}.tn-core-service__cards b{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:var(--tn-orange);background:#ffede0;font-size:26px}.tn-core-service__cards h3{margin:18px 0 9px}.tn-core-service__cards p{margin:0;color:#756f6a;line-height:1.65}
.tn-core-youtube .tn-core-section__head span{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:9px;color:#fff;background:#f00;letter-spacing:.04em}.tn-core-youtube .tn-core-section__head span::before{content:'▶';font-size:10px}.tn-core-youtube__viewport{position:relative}.tn-core-youtube__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.tn-core-youtube__track::-webkit-scrollbar{display:none}.tn-core-youtube__card{flex:0 0 calc((100% - 40px)/3);overflow:hidden;border:1px solid var(--tn-line);border-radius:18px;color:inherit;background:#fff;scroll-snap-align:start}.tn-core-youtube__card>span{position:relative;display:block}.tn-core-youtube__card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.tn-core-youtube__card b{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;color:#fff;background:#f00;transform:translate(-50%,-50%)}.tn-core-youtube__card strong,.tn-core-youtube__card small{display:block;margin:0 18px}.tn-core-youtube__card strong{min-height:54px;margin-top:17px;line-height:1.5}.tn-core-youtube__card small{margin-top:14px;margin-bottom:20px;color:#9b8176;font-weight:700}.tn-core-youtube__prev,.tn-core-youtube__next{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--tn-line);border-radius:50%;background:#fff;box-shadow:0 8px 24px rgb(0 0 0/.12);transform:translateY(-50%);cursor:pointer}.tn-core-youtube__prev{left:-21px}.tn-core-youtube__next{right:-21px}.tn-core-youtube__dots{display:flex;justify-content:center;gap:7px;margin-top:18px}.tn-core-youtube__dots i{width:8px;height:8px;border-radius:50%;background:#d5d0cb}.tn-core-youtube__dots i.is-active{width:24px;border-radius:6px;background:#f00}
.tn-core-magazine {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tn-core-magazine a{display:grid;grid-template-columns:42% 1fr;align-items:center;overflow:hidden;border:1px solid var(--tn-line);border-radius:16px}.tn-core-magazine img{grid-row:span 2;width:100%;height:130px;object-fit:cover}.tn-core-magazine small,.tn-core-magazine strong{padding:0 14px}.tn-core-magazine small{align-self:end;color:var(--tn-orange);font-size:11px}.tn-core-magazine strong{align-self:start;padding-top:7px;line-height:1.45}
.tn-core-reviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.tn-core-reviews>a{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;align-items:center}.tn-core-reviews img{display:block;width:130px;height:130px;border-radius:18px;object-fit:contain;background:#f7f5f2}.tn-core-reviews span{display:grid;gap:7px}.tn-core-reviews i{color:#ffbf00;font-style:normal;letter-spacing:2px}.tn-core-reviews small{display:-webkit-box;overflow:hidden;color:#756f6a;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.tn-core-faq{margin-bottom:30px}.tn-core-faq header{margin-bottom:18px}.tn-core-faq h2{margin:9px 0 0;font-size:36px}.tn-core-faq details{border-bottom:1px solid var(--tn-line)}.tn-core-faq summary{padding:19px 2px;cursor:pointer;font-weight:700}.tn-core-faq details p{margin:0;padding:0 2px 20px;color:#716a64;line-height:1.7}
.tn-core-youtube__prev,.tn-core-related-prev{left:6px!important}.tn-core-youtube__next,.tn-core-related-next{right:6px!important}

/* One product-card system for home shortcodes, archives and category landings. */
.tn-core-products ul.products,.tn-core-commerce ul.products,.tn-core-page-catalog ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px!important;margin:24px 0 0!important;background:transparent!important}
.tn-core-products ul.products li.product,.tn-core-commerce ul.products li.product,.tn-core-page-catalog ul.products li.product{position:relative;display:flex!important;width:auto!important;min-width:0;height:100%;margin:0!important;padding:0 8px 14px!important;float:none!important;overflow:hidden;border:1px solid var(--tn-line);border-radius:18px;background:#fff!important;flex-direction:column}
.tn-core-products ul.products li.product .woocommerce-LoopProduct-link,.tn-core-commerce ul.products li.product .woocommerce-LoopProduct-link,.tn-core-page-catalog ul.products li.product .woocommerce-LoopProduct-link{display:flex;min-width:0;flex:1;flex-direction:column}
.tn-core-products ul.products li.product a img,.tn-core-commerce ul.products li.product a img,.tn-core-page-catalog ul.products li.product a img{display:block;width:calc(100% + 16px)!important;max-width:none!important;margin:0 -8px 12px!important;aspect-ratio:1/.78;object-fit:contain;background:transparent!important}
.tn-core-products ul.products .woocommerce-loop-product__title,.tn-core-commerce ul.products .woocommerce-loop-product__title,.tn-core-page-catalog ul.products .woocommerce-loop-product__title{min-height:48px;margin:0!important;padding:0!important;font-size:15px!important;line-height:1.5;text-align:center;word-break:keep-all}
.tn-core-products ul.products .price,.tn-core-commerce ul.products .price,.tn-core-page-catalog ul.products .price{display:flex!important;min-height:25px;align-items:center;justify-content:center;gap:3px 6px;margin:8px 0 0!important;color:var(--tn-orange)!important;font-size:15px!important;text-align:center;flex-wrap:wrap}
.tn-core-products ul.products .button,.tn-core-commerce ul.products .button,.tn-core-page-catalog ul.products .button{display:flex!important;width:100%;min-height:42px;align-items:center;justify-content:center;align-self:center;margin:12px auto 0!important;padding:10px 14px!important;border:0!important;border-radius:11px!important;color:#fff!important;background:#1b1b1b!important;font-size:13px!important;font-weight:750!important;line-height:1.2!important;text-align:center}
.tn-core-products ul.products .button:hover,.tn-core-commerce ul.products .button:hover,.tn-core-page-catalog ul.products .button:hover{background:var(--tn-orange)!important;transform:translateY(-1px)}
.tn-core-products ul.products .onsale,.tn-core-commerce ul.products .onsale,.tn-core-page-catalog ul.products .onsale{position:absolute!important;z-index:3;top:11px!important;left:11px!important;right:auto!important;display:inline-flex!important;min-width:0!important;min-height:0!important;align-items:center;padding:7px 10px!important;border:0!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(135deg,#ff7a20,#e94f0b)!important;box-shadow:0 7px 18px rgba(235,80,10,.28);font-size:0!important;font-weight:800!important;line-height:1!important}
.tn-core-products ul.products .onsale::after,.tn-core-commerce ul.products .onsale::after,.tn-core-page-catalog ul.products .onsale::after{content:"SALE";font-size:10px;letter-spacing:.08em}
.single-product .tn-core-commerce .related ul.products{display:flex!important}.single-product .tn-core-commerce .related ul.products li.product{flex:0 0 calc((100% - 40px)/3)}

/* Product detail: compact, builder-independent and consistent with the shop grid. */
.single-product .tn-core-commerce{padding-top:34px}
.single-product .tn-core-commerce div.product{gap:36px}
.single-product .tn-core-commerce div.product .woocommerce-product-gallery{padding:22px;overflow:hidden;border:1px solid var(--tn-line);border-radius:24px;background:#faf9f7}
.single-product .tn-core-commerce div.product .woocommerce-product-gallery__image img{display:block;width:100%;max-height:620px;object-fit:contain}
.single-product .tn-core-commerce div.product .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}
.single-product .tn-core-commerce div.product .flex-control-thumbs li{width:auto!important;float:none!important}
.single-product .tn-core-commerce div.product .flex-control-thumbs img{border:1px solid transparent;border-radius:10px}.single-product .tn-core-commerce div.product .flex-control-thumbs img.flex-active{border-color:var(--tn-orange)}
.single-product .tn-core-commerce div.product .summary{position:sticky;top:112px;padding:30px;border-radius:24px;background:#fff}
.single-product .tn-core-commerce div.product .product_title{margin:0 0 16px;font-size:clamp(28px,3vw,38px);line-height:1.25;letter-spacing:-.035em;word-break:keep-all}
.single-product .tn-core-commerce div.product .woocommerce-product-details__short-description{color:#5f5853;line-height:1.75}
.single-product .tn-core-commerce div.product .summary .price{display:flex;align-items:baseline;gap:8px;margin:20px 0;color:var(--tn-orange);font-size:28px;font-weight:800;flex-wrap:wrap}
.single-product .tn-core-commerce div.product .summary .price del{color:#9b9691;font-size:17px;font-weight:500}.single-product .tn-core-commerce div.product .summary .price ins{text-decoration:none}
.single-product .tn-core-commerce div.product form.cart{display:flex;gap:10px;margin:24px 0 20px;padding:16px;border:1px solid #f0ded1;border-radius:18px;background:#fff8f2;flex-wrap:wrap}
.single-product .tn-core-commerce div.product form.cart .quantity{flex:0 0 92px}.single-product .tn-core-commerce div.product form.cart .single_add_to_cart_button{min-width:180px;flex:1}
.single-product .tn-core-commerce div.product table.variations{width:100%;margin:0 0 12px}.single-product .tn-core-commerce div.product table.variations th,.single-product .tn-core-commerce div.product table.variations td{display:block;width:100%;padding:4px 0}.single-product .tn-core-commerce div.product table.variations select{width:100%;min-height:46px;padding:8px 12px;border:1px solid var(--tn-line);border-radius:10px;background:#fff}
.single-product .tn-core-commerce div.product .product_meta{display:flex;gap:7px;margin-top:20px;padding-top:18px;border-top:1px solid var(--tn-line);color:#7b746f;font-size:13px;line-height:1.6;flex-direction:column}
.single-product .tn-core-commerce .woocommerce-tabs{margin-top:38px;border:0;border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(36,25,18,.07)}
.single-product .tn-core-commerce .woocommerce-tabs ul.tabs{display:flex;justify-content:center;gap:8px;margin:0!important;padding:16px!important;border-bottom:1px solid var(--tn-line);background:#faf8f5}
.single-product .tn-core-commerce .woocommerce-tabs ul.tabs::before{display:none!important}.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important}
.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li::before,.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li::after{display:none!important}
.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li a{padding:10px 18px!important;color:#726a64!important;font-weight:700!important}.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li.active a{border-radius:999px;color:#fff!important;background:#191919}
.single-product .tn-core-commerce .woocommerce-tabs .panel{padding:32px!important;color:#4f4945;line-height:1.8}
.single-product .tn-core-commerce .woocommerce-tabs .panel>h2:first-child{margin-top:0;font-size:26px}
.single-product .tn-core-commerce .related{margin-top:42px}.single-product .tn-core-commerce .related>h2{margin:0 0 20px;font-size:30px;letter-spacing:-.03em}

@media (max-width: 1100px) {
  .tn-core-nav { display: none; }
  .tn-core-menu-toggle { display: block; }
  .tn-core-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1001; display: block; width: min(88vw,380px); padding: 76px 28px 28px; color: #fff; background: #181818; transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; }
  .tn-core-drawer.is-open { transform: translateX(0); }
  .tn-core-drawer-backdrop { position: fixed; inset: 0; z-index: 1000; display: block; border: 0; background: rgba(0,0,0,.48); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .tn-core-drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
  .tn-core-drawer__close { position: absolute; top: 22px; right: 22px; border: 0; color: #fff; background: none; font-size: 38px; line-height: 1; }
  .tn-core-mobile-menu,.tn-core-mobile-menu ul { margin: 0; padding: 0; list-style: none; }
  .tn-core-mobile-menu a { display: block; padding: 11px 0; color: #fff; font-size: 18px; font-weight: 700; }
  .tn-core-mobile-menu .sub-menu { padding: 2px 0 9px 16px; }.tn-core-mobile-menu .sub-menu a { color: #cfcfcf; font-size: 14px; font-weight: 500; }
  .tn-core-drawer__search { margin-top: 28px; }.tn-core-drawer__search input[type=search] { width: 100%; padding: 14px; border: 0; border-radius: 10px; }
  body.tn-core-menu-open { overflow: hidden; }
  .tn-core-categories { grid-template-columns: repeat(5,minmax(0,1fr)); }.tn-core-products .products{grid-template-columns:repeat(3,minmax(0,1fr));}
  .tn-core-commerce ul.products,.tn-core-page-catalog ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .tn-core-magazine-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-product .tn-core-commerce div.product { grid-template-columns:1fr; gap:24px; }
  .tn-core-service{grid-template-columns:1fr;padding:34px}.tn-core-magazine{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tn-core-youtube__card{flex-basis:calc((100% - 20px)/2)}
  .tn-core-subhero{min-height:200px}.tn-core-subhero__inner{padding-block:36px}
}

@media (min-width: 768px) and (max-width: 900px) {
  .tn-core-categories { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .tn-core-categories a:nth-last-child(2) { grid-column:2; }
  .tn-core-categories a:last-child { grid-column:3; }
}

@media (max-width: 767px) {
  .tn-core-shell { width: min(100% - 30px, 1240px); }
  .tn-core-subhero{min-height:158px}.tn-core-subhero::before{background-position:center}.tn-core-subhero__inner{padding-block:25px}.tn-core-subhero h1{margin-top:12px;font-size:28px}.tn-core-breadcrumb{max-width:calc(100vw - 30px);gap:7px;padding:8px 12px;font-size:12px}
  .tn-core-header__row { min-height: 62px; }
  .tn-core-logo img { width: 145px; }
  .tn-core-topbar .tn-core-shell { justify-content: flex-end; }.tn-core-topbar span { display: none; }.tn-core-topbar nav { gap: 14px; }
  .tn-core-home { padding-top: 0; }
  .tn-core-hero { width: 100%; margin: 0 0 22px; border-radius: 0; }
  .tn-core-hero__viewport { aspect-ratio:1.93/1; border-radius:0; box-shadow:0 10px 26px rgba(38,28,20,.07); }
  .tn-core-hero__slide { width:92%; border-radius:16px; }
  .tn-core-hero__slide.is-active { left:50%; width:92%; opacity:1; transform:translate(-50%,-50%) scale(1); }
  .tn-core-hero__slide.is-prev,
  .tn-core-hero__slide.is-next { left:50%; width:92%; opacity:0; transform:translate(-50%,-50%) scale(.94); pointer-events:none; }
  .tn-core-hero img { aspect-ratio: 1.78 / 1; }
  .tn-core-hero__prev,.tn-core-hero__next { width:38px; height:38px; font-size:28px; }
  .tn-core-hero__prev { left:10px; }.tn-core-hero__next { right:10px; }
  .tn-core-hero__dots { bottom:8px; }
  .tn-core-search { margin-bottom: 36px; }
  .tn-core-search form { border-radius: 12px; }.tn-core-search input { padding: 14px; }.tn-core-search button { padding: 0 18px; }
  .tn-core-section { margin-bottom: 44px; }.tn-core-section__head { align-items: flex-start; flex-direction: column; gap: 10px; }.tn-core-section__head h1,.tn-core-section__head h2 { font-size: 28px; }
  .tn-core-categories { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px 8px; }
  .tn-core-categories a { display:flex; min-width:0; padding:0; border:0; border-radius:0; flex-direction:column; gap:7px; text-align:center; }
  .tn-core-categories img { display:block; width:68px; height:68px; max-width:100%; aspect-ratio:1; border:1px solid var(--tn-line); border-radius:50%; object-fit:contain; }
  .tn-core-categories strong { font-size:12px; line-height:1.3; word-break:keep-all; }
  .tn-core-categories small { display:none; }
  .tn-core-categories a:nth-last-child(2) { grid-column:2; }
  .tn-core-categories a:last-child { grid-column:3; }
  .tn-core-products .products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }.tn-core-products .products .woocommerce-loop-product__title { font-size:14px; }.tn-core-products .products .price { font-size:14px; }
  .tn-core-commerce { padding-block:24px; }
  .tn-core-filter-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; padding:10px; }
  .tn-core-filter-grid a { min-width:0; padding:9px; font-size:13px; }
  .tn-core-commerce ul.products,.tn-core-page-catalog ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px!important; }
  .tn-core-magazine-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tn-core-magazine-archive small,.tn-core-magazine-archive h2,.tn-core-magazine-archive p{margin-left:10px;margin-right:10px}.tn-core-magazine-archive h2{font-size:15px}.tn-core-magazine-archive p{display:none}
  .tn-core-commerce ul.products li.product,.tn-core-page-catalog ul.products li.product { padding:0 8px 12px; }
  .tn-core-commerce ul.products .woocommerce-loop-product__title,.tn-core-page-catalog ul.products .woocommerce-loop-product__title { min-height:44px; font-size:14px!important; }
  .tn-core-commerce ul.products .price,.tn-core-page-catalog ul.products .price { font-size:14px!important; }
  .tn-core-products ul.products,.tn-core-commerce ul.products,.tn-core-page-catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px!important}
  .tn-core-products ul.products li.product,.tn-core-commerce ul.products li.product,.tn-core-page-catalog ul.products li.product{padding:0 8px 12px!important}
  .tn-core-products ul.products .woocommerce-loop-product__title,.tn-core-commerce ul.products .woocommerce-loop-product__title,.tn-core-page-catalog ul.products .woocommerce-loop-product__title{min-height:44px;font-size:14px!important}
  .tn-core-products ul.products .price,.tn-core-commerce ul.products .price,.tn-core-page-catalog ul.products .price{font-size:14px!important}
  .single-product .tn-core-commerce div.product .summary { padding:18px; border-radius:18px; }
  .single-product .tn-core-commerce{padding-top:20px}.single-product .tn-core-commerce div.product{gap:18px}.single-product .tn-core-commerce div.product .woocommerce-product-gallery{padding:10px;border-radius:18px}.single-product .tn-core-commerce div.product .summary{position:static;padding:18px;box-shadow:0 10px 30px rgba(36,25,18,.06)}.single-product .tn-core-commerce div.product .product_title{font-size:25px}.single-product .tn-core-commerce div.product .summary .price{margin:14px 0;font-size:22px}.single-product .tn-core-commerce div.product form.cart{padding:12px}.single-product .tn-core-commerce .woocommerce-tabs{margin-top:24px;border-radius:16px;box-shadow:none}.single-product .tn-core-commerce .woocommerce-tabs ul.tabs{justify-content:flex-start;padding:10px!important;overflow-x:auto}.single-product .tn-core-commerce .woocommerce-tabs ul.tabs li a{padding:8px 13px!important;white-space:nowrap}.single-product .tn-core-commerce .woocommerce-tabs .panel { padding:15px!important; }.single-product .tn-core-commerce .woocommerce-tabs .panel>h2:first-child{font-size:21px}.single-product .tn-core-commerce .related{margin-top:28px}.single-product .tn-core-commerce .related>h2{font-size:25px}
  .single-product .tn-core-commerce .related ul.products li.product{flex-basis:calc((100% - 20px)/2)}.tn-core-related-nav{top:50%}.tn-core-related-prev{left:4px}.tn-core-related-next{right:4px}
  .tn-core-promos{grid-template-columns:1fr;gap:12px;margin-bottom:44px}.tn-core-service{padding:26px 20px;margin-bottom:44px}.tn-core-service__intro h2{font-size:30px}.tn-core-service__cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.tn-core-service__cards article{flex:0 0 88%;scroll-snap-align:center}.tn-core-magazine{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tn-core-magazine a{display:block}.tn-core-magazine img{width:100%;height:auto;aspect-ratio:1.3/1}.tn-core-magazine small,.tn-core-magazine strong{display:block;padding:8px 8px 0}.tn-core-reviews{grid-template-columns:1fr;gap:16px}.tn-core-reviews>a{grid-template-columns:100px minmax(0,1fr)}.tn-core-reviews img{width:100px;height:100px}.tn-core-faq h2{font-size:28px}
  .tn-core-youtube__card{flex-basis:88%}.tn-core-youtube__prev,.tn-core-youtube__next{display:none}.tn-core-youtube__card strong,.tn-core-youtube__card small{margin-left:14px;margin-right:14px}
  .tn-core-footer { margin-top: 32px; padding: 34px 0 24px; }.tn-core-footer__brand img { width: 176px; }.tn-core-footer__brand h2 { font-size: 22px; }.tn-core-footer__notice { padding: 14px; font-size: 13px; }.tn-core-footer__bottom { flex-direction: column; }
}


/* PC hero focus treatment 2026-07-26 */
@media (min-width:1025px){.tn-core-hero__viewport{aspect-ratio:3.25/1!important}.tn-core-hero__slide{width:82%!important;transition:left .52s cubic-bezier(.22,.72,.2,1),width .52s cubic-bezier(.22,.72,.2,1),transform .52s cubic-bezier(.22,.72,.2,1),opacity .36s ease,filter .36s ease,box-shadow .36s ease!important}.tn-core-hero__slide.is-active{left:50%!important;width:82%!important;opacity:1!important;filter:none!important;transform:translate(-50%,-50%) scale(1)!important;box-shadow:0 22px 55px rgba(33,22,16,.16)}.tn-core-hero__slide.is-prev{left:0!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-80%,-50%) scale(.88)!important}.tn-core-hero__slide.is-next{left:100%!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-20%,-50%) scale(.88)!important}}
@media (max-width:1024px){.tn-core-hero__slide.is-active{left:50%!important;width:92%!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}.tn-core-hero__slide.is-prev,.tn-core-hero__slide.is-next{left:50%!important;width:92%!important;opacity:0!important;transform:translate(-50%,-50%) scale(.94)!important;pointer-events:none!important}}


/* PC hero focus treatment 2026-07-26 */
@media (min-width:1025px){.tn-core-hero__viewport{aspect-ratio:3.25/1!important}.tn-core-hero__slide{width:82%!important;transition:left .52s cubic-bezier(.22,.72,.2,1),width .52s cubic-bezier(.22,.72,.2,1),transform .52s cubic-bezier(.22,.72,.2,1),opacity .36s ease,filter .36s ease,box-shadow .36s ease!important}.tn-core-hero__slide.is-active{left:50%!important;width:82%!important;opacity:1!important;filter:none!important;transform:translate(-50%,-50%) scale(1)!important;box-shadow:0 22px 55px rgba(33,22,16,.16)}.tn-core-hero__slide.is-prev{left:0!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-80%,-50%) scale(.88)!important}.tn-core-hero__slide.is-next{left:100%!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-20%,-50%) scale(.88)!important}}
@media (max-width:1024px){.tn-core-hero__slide.is-active{left:50%!important;width:92%!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}.tn-core-hero__slide.is-prev,.tn-core-hero__slide.is-next{left:50%!important;width:92%!important;opacity:0!important;transform:translate(-50%,-50%) scale(.94)!important;pointer-events:none!important}}


/* PC hero focus treatment 2026-07-26 */
@media (min-width:1025px){.tn-core-hero__viewport{aspect-ratio:3.25/1!important}.tn-core-hero__slide{width:82%!important;transition:left .52s cubic-bezier(.22,.72,.2,1),width .52s cubic-bezier(.22,.72,.2,1),transform .52s cubic-bezier(.22,.72,.2,1),opacity .36s ease,filter .36s ease,box-shadow .36s ease!important}.tn-core-hero__slide.is-active{left:50%!important;width:82%!important;opacity:1!important;filter:none!important;transform:translate(-50%,-50%) scale(1)!important;box-shadow:0 22px 55px rgba(33,22,16,.16)}.tn-core-hero__slide.is-prev{left:0!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-80%,-50%) scale(.88)!important}.tn-core-hero__slide.is-next{left:100%!important;width:68%!important;opacity:.13!important;filter:saturate(.3) brightness(1.16)!important;transform:translate(-20%,-50%) scale(.88)!important}}
@media (max-width:1024px){.tn-core-hero__slide.is-active{left:50%!important;width:92%!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}.tn-core-hero__slide.is-prev,.tn-core-hero__slide.is-next{left:50%!important;width:92%!important;opacity:0!important;transform:translate(-50%,-50%) scale(.94)!important;pointer-events:none!important}}
