/* TVUJORIGINAL CORE — FEATURED WINDOW V1.1.0 */
#to-featured,#to-featured *{box-sizing:border-box}
#to-featured{--tf-ink:#2d2926;--tf-text:#4f4842;--tf-muted:#786f68;--tf-line:#e7dfd8;--tf-beige:#b6a99a;--tf-brown:#846b58;--tf-soft:#faf7f4;width:100%;margin:clamp(62px,7vw,96px) 0 0;color:var(--tf-text);font-family:var(--to-font-family,"Source Sans 3",sans-serif)}
#to-featured a{text-decoration:none!important}#to-featured img{display:block;width:100%}
#to-featured .to-featured__head{padding-bottom:30px;border-bottom:1px solid var(--tf-line)}
#to-featured .to-featured__eyebrow{margin:0 0 10px;color:var(--tf-brown);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
#to-featured .to-featured__head-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);align-items:end;gap:clamp(30px,6vw,96px)}
#to-featured .to-featured__head h2{max-width:900px;margin:0;color:var(--tf-ink);font-family:var(--to-font-heading,"Exo 2",sans-serif);font-size:clamp(36px,4vw,58px);font-weight:550;line-height:1.02;letter-spacing:-.048em}
#to-featured .to-featured__head-grid>p{margin:0;color:var(--tf-muted);font-size:14px;line-height:1.58}
#to-featured .to-featured__lane{display:grid;grid-template-columns:minmax(210px,.58fr) minmax(0,2.42fr);min-height:228px;border-bottom:1px solid var(--tf-line)}
#to-featured .to-featured__story{display:flex;position:relative;min-width:0;padding:28px clamp(20px,2.8vw,42px) 28px 0;justify-content:center;flex-direction:column}
#to-featured .to-featured__icon{display:grid;width:52px;height:52px;margin-bottom:15px;place-items:center;color:#8b705c}
#to-featured .to-featured__icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
#to-featured .to-featured__kicker{margin:0 0 7px;color:var(--tf-brown);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
#to-featured .to-featured__story h3{max-width:330px;margin:0;color:var(--tf-ink);font-family:var(--to-font-heading,"Exo 2",sans-serif);font-size:clamp(22px,2vw,31px);font-weight:550;line-height:1.08;letter-spacing:-.04em}
#to-featured .to-featured__story-text{max-width:330px;margin:9px 0 0;color:var(--tf-muted);font-size:12px;line-height:1.46}
#to-featured .to-featured__story>a{display:inline-flex;width:max-content;margin-top:14px;align-items:center;gap:8px;border-bottom:1px solid var(--tf-beige);color:var(--tf-ink)!important;font-size:11px;font-weight:800}
#to-featured .to-featured__products{display:grid;min-width:0;padding:20px 0 22px clamp(18px,2.4vw,34px);grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.4vw,20px);border-left:1px solid var(--tf-line)}
#to-featured .to-featured__product{min-width:0}
#to-featured .to-featured__image{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--tf-soft)}
#to-featured .to-featured__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}
#to-featured .to-featured__product:hover .to-featured__image img{transform:scale(1.045)}
#to-featured .to-featured__product-copy{padding-top:10px}
#to-featured .to-featured__claim{margin:0;color:var(--tf-ink);font-family:var(--to-font-heading,"Exo 2",sans-serif);font-size:15px;font-weight:600;line-height:1.25}
#to-featured .to-featured__tag{margin:4px 0 0;color:#8a7565;font-size:10px;font-weight:750;line-height:1.35}
#to-featured .to-featured__product h3{display:-webkit-box;min-height:2.6em;margin:8px 0 0;overflow:hidden;color:var(--tf-muted);font-size:11px;font-weight:500;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
#to-featured .to-featured__product h3 a{color:inherit!important}
#to-featured .to-featured__price{display:flex;margin-top:7px;align-items:baseline;flex-wrap:wrap;gap:7px}
#to-featured .to-featured__price strong{color:var(--tf-ink);font-size:15px;font-weight:800}#to-featured .to-featured__price del{color:#99918b;font-size:10px}
#to-featured .to-featured__skeleton span,#to-featured .to-featured__skeleton i,#to-featured .to-featured__skeleton b{display:block;background:linear-gradient(90deg,#f1ece8 25%,#faf8f6 50%,#f1ece8 75%);background-size:200% 100%;animation:toFeaturedPulse 1.25s linear infinite}
#to-featured .to-featured__skeleton span{aspect-ratio:1/1}#to-featured .to-featured__skeleton i{width:82%;height:11px;margin-top:12px}#to-featured .to-featured__skeleton b{width:38%;height:15px;margin-top:9px}@keyframes toFeaturedPulse{to{background-position:-200% 0}}
#to-featured .to-featured__error{grid-column:1/-1;display:flex;min-height:170px;padding:28px;align-items:center;justify-content:center;flex-direction:column;background:var(--tf-soft);text-align:center}
@media(max-width:1050px){#to-featured .to-featured__products{grid-template-columns:repeat(3,minmax(0,1fr))}#to-featured .to-featured__product:nth-child(4),#to-featured .to-featured__skeleton:nth-child(4){display:none}}
@media(max-width:780px){#to-featured .to-featured__head-grid{grid-template-columns:1fr;gap:15px}#to-featured .to-featured__lane{grid-template-columns:1fr}#to-featured .to-featured__story{padding:26px 0 20px}#to-featured .to-featured__products{padding:0 0 28px;grid-template-columns:repeat(4,minmax(185px,1fr));gap:14px;overflow-x:auto;border-left:0;scroll-snap-type:x mandatory;scrollbar-width:none}#to-featured .to-featured__products::-webkit-scrollbar{display:none}#to-featured .to-featured__product,#to-featured .to-featured__skeleton{scroll-snap-align:start}#to-featured .to-featured__product:nth-child(4),#to-featured .to-featured__skeleton:nth-child(4){display:block}}
@media(max-width:600px){#to-featured{margin-top:58px}#to-featured .to-featured__head h2{font-size:37px}#to-featured .to-featured__story h3{font-size:28px}#to-featured .to-featured__products{grid-template-columns:repeat(4,minmax(168px,72vw))}}
