.yc-actions{display:flex;align-items:center;gap:12px;z-index:1003;margin-left:16px}.yc-actions a{width:20px;height:22px;position:relative;display:flex;align-items:center;justify-content:center;color:inherit;transition:opacity .2s ease}.yc-actions a:hover{opacity:.65}.yc-actions svg{width:17px;height:17px;display:block;overflow:visible}.yc-count{position:absolute;right:-6px;top:-3px;min-width:15px;height:15px;padding:0 3px;border-radius:20px;background:#65002c;color:white;font:9px/15px Arial;text-align:center}.yc-count:empty{display:none}.yc-price{font:25px Georgia,serif;color:#570026;margin:14px 0 20px}.yc-add,.yc-button{min-height:52px;border:1px solid #65002c;background:#65002c;color:#fff;padding:0 28px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;cursor:pointer}.yc-card-price{display:block;margin-top:10px;font-size:13px;font-weight:500;letter-spacing:.04em}
.yc-currency{display:flex;align-items:center}
.yc-currency select{appearance:none;-webkit-appearance:none;background:transparent;border:none;font:11px/1 Georgia,serif;letter-spacing:.06em;color:inherit;padding:0 14px 0 0;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23570026' stroke-width='1.6'><path d='M6 9l6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right center;background-size:10px}
.yc-currency select:focus{outline:1px solid #65002c;outline-offset:2px}
.yc-currency-note{font-size:11px;line-height:1.5;color:#65002c;opacity:.8;margin:10px 0 0;font-style:italic}@media(max-width:800px){.site-header .wordmark{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;width:52px!important;min-height:auto!important;z-index:1002!important}.site-header .menu-toggle{order:-1!important;margin:0 auto 0 0!important;flex:0 0 38px!important}.yc-actions{gap:14px;margin-left:auto!important;margin-right:0;order:2}.yc-actions a{width:26px;height:30px}.yc-actions svg{width:19px;height:19px}}
.yc-policies{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:14px}.yc-policies a{color:inherit;font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.site-header .nav{margin-left:auto}
/* Fix: product page content starts 5px above where the fixed header ends, clipping the back-link. Give it comfortable clearance instead. */
.product-copy{padding-top:140px!important}
@media(max-width:800px){.product-copy{padding-top:105px!important}}
/* New Care row added under Composition on every product page */
.yc-care-added{}

@media(max-width:800px){
.site-header.menu-active{position:fixed!important;top:0!important;transform:none!important}
.site-header.menu-active .wordmark{opacity:1!important;pointer-events:auto!important}
.site-header.menu-active .yc-actions{display:flex!important}
.site-header.menu-active .yc-actions,.site-header.menu-active .wordmark,.site-header.menu-active .menu-toggle{position:relative;z-index:1005!important}
.site-header .nav .menu-close{display:none!important}
.site-header .menu-toggle span{transition:transform .25s ease}
.site-header.menu-active .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}
.site-header.menu-active .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}
}
.product-copy .back-link{display:inline-block;margin-top:30px!important}

/* Smaller header + logo, applied site-wide — rewritten to preserve
   the original scroll-shrink animation instead of freezing it. */
.site-header.solid-header,
.site-header.reveal-header{
height:calc(96px - (40px * var(--header-compact)))!important;
padding-top:calc(18px - (8px * var(--header-compact)))!important;
padding-bottom:calc(18px - (8px * var(--header-compact)))!important;
}
.site-header .wordmark{width:96px!important}
@media(max-width:800px){
/* Mobile header doesn't animate on scroll — just make the static
   size smaller than the original 64px. */
.site-header.solid-header,
.site-header.reveal-header{
height:56px!important;
padding-top:8px!important;
padding-bottom:8px!important;
}
.site-header .wordmark{width:44px!important}
}

/* Footer redesign v3: logo centered on top; policy links on the left,
   nudged down from the very top edge; tagline (centered) and copyright
   (right-aligned) share the bottom row, at the same level; footer made
   noticeably more compact overall. */
footer{
grid-template-columns:1fr 1fr 1fr!important;
grid-template-rows:auto auto!important;
grid-template-areas:"policies logo social" ". tagline copyright"!important;
row-gap:14px!important;
align-items:start!important;
padding:32px 5vw 26px!important;
min-height:0!important;
}
footer .wordmark.footer-mark{grid-area:logo;justify-self:center;align-self:start;margin-top:14px;display:flex;justify-content:center;width:100%}
footer .wordmark.footer-mark img{width:96px!important}
footer>p:first-of-type{grid-area:tagline;justify-self:center;align-self:center;margin:0!important}
footer>p:last-of-type{grid-area:copyright;justify-self:end;align-self:center;margin:0!important}
footer .yc-policies{grid-area:policies;flex-direction:column!important;align-items:flex-start!important;justify-self:start;align-self:start!important;justify-content:flex-start!important;gap:12px!important;margin-top:22px!important}
footer .yc-social{grid-area:social;justify-self:end;align-self:start;margin-top:22px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
footer .yc-social-label{color:inherit;font-size:13px;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
footer .yc-social-icons{display:flex;align-items:center;gap:14px}
footer .yc-social-icons a{color:inherit;display:flex;transition:opacity .2s ease}
footer .yc-social-icons a:hover{opacity:.65}
footer .yc-social-icons svg{width:18px;height:18px;flex:0 0 auto}
@media(max-width:800px){
footer{grid-template-columns:1fr!important;grid-template-areas:"logo" "policies" "social" "tagline" "copyright"!important;text-align:center!important;row-gap:20px!important;padding:32px 24px 26px!important}
footer .yc-policies{align-items:center!important;justify-self:center;align-self:center!important;margin-top:0!important}
footer>p:first-of-type,footer>p:last-of-type{justify-self:center}
footer .yc-social{justify-self:center!important;align-self:center!important;align-items:center!important;margin-top:0!important}
}

/* Ensure the injected Add to Bag button is always visible & tappable,
   even if the base product layout overlaps .product-copy's tail end
   with the adjacent model image (common in editorial split layouts). */
.yc-add{position:relative;z-index:20;display:inline-block;margin-top:24px}
.product-copy{padding-bottom:40px}
@media(max-width:800px){
.yc-add{display:block;width:100%;margin-top:24px;margin-bottom:8px}
.product-copy{padding-bottom:56px;position:relative;z-index:10}
.product-model{position:relative;z-index:1}
}

/* Logged-in header: shows first name instead of the profile icon */
.yc-profile-named{width:auto!important;height:auto!important}
.yc-name{font:11px/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;color:inherit}

/* Toast notifications — add-to-bag, sign-in/out confirmations */
.yc-toast{position:fixed;top:100px;right:5vw;max-width:260px;background:#f5ede5;border-left:3px solid var(--burgundy,#65002c);box-shadow:0 6px 20px rgba(101,0,44,.12);padding:12px 26px 12px 14px;z-index:2000;font-family:Arial,sans-serif;font-size:12px;color:#3a2c20;animation:yc-pop-in .25s ease}
.yc-toast p{margin:0 0 5px;line-height:1.4}
.yc-toast p strong{display:block;font-size:12px;color:inherit;margin-bottom:1px}
.yc-toast p:last-child,.yc-toast p:only-child{margin-bottom:0}
.yc-toast a{color:var(--burgundy,#65002c);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.yc-toast-close{position:absolute;top:3px;right:5px;background:none;border:0;font-size:14px;cursor:pointer;color:#a89a92;line-height:1;padding:4px}
@keyframes yc-pop-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media(max-width:800px){.yc-toast{top:60px;right:14px;left:14px;max-width:none}}

/* Hover-swap: on desktop/mouse devices, hovering a scarf card slides
   the carousel track to the second slide (the "on model" shot) instead
   of the flat product shot. Mobile/touch is untouched — swipe + dots
   still work exactly as before, since touch devices don't match
   (hover:hover) and (pointer:fine). Reverts to the product shot on
   mouse-leave because it only overrides the inline transform style
   while :hover is active. */
@media (hover:hover) and (pointer:fine){
  .piece .carousel-track,
  .catalogue-card .catalogue-carousel-track{
    transition:transform 1.1s cubic-bezier(.55,0,.2,1)!important;
  }
  .piece:hover .carousel-track,
  .catalogue-card:hover .catalogue-carousel-track{
    transform:translate3d(-100%,0,0)!important;
  }
}

/* Tighten the vertical spacing in the product text column on every screen size — the
   original design left generous gaps (80px after the back-link, extra room around the
   title) meant for a much taller layout, which reads as excess empty space in practice. */
/* The header floats/overlays on every screen size, not just mobile — so the text column
   needs top clearance on desktop too, or content (like the back-link) sits hidden behind it. */
.product-layout{padding-top:120px}

/* The original design vertically centers the text column against the image, which on a
   tall square image leaves noticeable empty space above the back-link. Align to the top
   instead so the text starts right away. */
.product-copy{justify-content:flex-start!important;padding-top:0!important}

.back-link{margin-bottom:26px!important}
.eyebrow{margin-bottom:12px!important}
.product-copy h1{margin:0 0 8px!important}
.product-colour{margin:0!important}
.yc-price{display:block;margin:12px 0 30px!important}
.product-lead{margin-top:0!important}

/* On mobile, the product page header becomes fixed/overlaid instead of sitting in normal
   page flow, but the scarf image below it wasn't given room to clear it — cropping the top
   of every product photo. This adds that clearance to match the collection page's spacing. */
@media (max-width:800px){
  .product-layout{padding-top:64px}
  .product-art{min-height:auto!important;aspect-ratio:1!important;padding:8vw!important}
  .product-copy{padding-top:20px!important}
}
