/* Fluffette v0.4 commerce states — dimensions sourced from Figma Dev Mode. */
body.ff-modal-open{overflow:hidden}.ff-overlay{position:fixed;inset:0;z-index:1000;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.ff-overlay.is-open{pointer-events:auto;opacity:1;visibility:visible}.ff-overlay__backdrop{position:absolute;inset:0;background:rgba(45,45,45,.34)}
.ff-button--green{background:var(--ff-green);color:#fff}
/* Mega menus: desktop panel = 1440 x 402, 80px x gutter, 48/72 vertical padding. */
.ff-mega-menu{position:absolute;z-index:49;left:0;right:0;top:104px;background:#fff;border-bottom:1px solid var(--ff-line);box-shadow:0 16px 16px rgba(65,75,90,.06);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.ff-mega-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.ff-mega-menu__inner{width:100%;min-height:402px;padding:48px 80px 72px;display:flex;gap:80px;align-items:flex-start}.ff-mega-menu__categories{flex:1;min-width:0;display:flex;gap:32px}.ff-mega-menu__categories.is-single{display:block}.ff-mega-menu__category{width:187px;display:flex;flex-direction:column;gap:16px}.ff-mega-menu__category+ .ff-mega-menu__category{width:133px}.ff-mega-menu__category strong,.ff-mega-menu__links>a{font-size:16px;line-height:24px}.ff-mega-menu__category strong{font-weight:500}.ff-mega-menu__links{display:flex;flex-direction:column;gap:16px}.ff-mega-menu__links>a{font-size:14px;line-height:20px;color:var(--ff-text-60)}.ff-mega-menu__categories.is-single .ff-mega-menu__category{width:176px}.ff-mega-menu__categories.is-single .ff-mega-menu__links>a{font-size:16px;line-height:24px;color:var(--ff-text);font-weight:500}.ff-mega-menu__philosophy{width:248px;flex:0 0 248px;display:flex;flex-direction:column;gap:32px}.ff-mega-menu__philosophy strong{font-size:16px;line-height:24px;font-weight:500}.ff-mega-menu__philosophy p{margin:16px 0 0;font-size:14px;line-height:20px;color:var(--ff-text-60)}.ff-mega-menu__offer{padding:16px;border-radius:12px;background:linear-gradient(223deg,rgba(245,232,209,.6) 28.8%,rgba(232,212,173,.6) 53.7%,rgba(224,199,158,.6) 75.1%,rgba(209,186,148,.6) 100%)}.ff-mega-menu__offer p{margin:10px 0 16px}.ff-mega-menu__offer button{height:32px;padding:0 16px;border:0;border-radius:50px;background:var(--ff-green);color:#fff;font-size:14px;font-weight:500;cursor:pointer}.ff-mega-menu__products{display:flex;gap:16px;flex:0 0 auto}.ff-mega-product{width:162px;display:flex;flex-direction:column;gap:4px;min-width:0}.ff-mega-product__image{width:162px;height:204px;border-radius:8px;overflow:hidden;margin-bottom:12px}.ff-mega-product__image img{width:100%;height:100%;object-fit:cover}.ff-mega-product small{font-size:12px;line-height:1;font-weight:500}.ff-mega-product>span:last-child{font-size:14px;line-height:20px;font-weight:300;color:var(--ff-text-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-primary-menu a[data-ff-mega-trigger].is-active{border-bottom:2px solid var(--ff-text)}
/* Account dropdown. */
.ff-account-control{position:relative}.ff-account-menu{position:absolute;right:-12px;top:40px;width:164px;padding:12px 16px;background:#fff;border:1px solid var(--ff-line);box-shadow:0 12px 28px rgba(45,45,45,.08);display:flex;flex-direction:column;z-index:90}.ff-account-menu[hidden]{display:none}.ff-account-menu button,.ff-account-menu a{height:32px;border:0;background:none;text-align:left;padding:0;font-size:14px;color:var(--ff-text);cursor:pointer}
/* Search: exact 842px content and 136px top. */
.ff-search-overlay{background:#fff}.ff-search-panel{position:relative;width:100%;height:100vh;min-height:780px;padding-top:136px}.ff-search-form{width:842px;margin:0 auto;height:47px;padding-bottom:16px;border-bottom:1px solid var(--ff-line);display:flex;align-items:flex-start;justify-content:space-between}.ff-search-form input[type=search]{width:760px;border:0;outline:0;padding:0;background:transparent;color:var(--ff-text);font-size:24px;font-weight:300;line-height:1}.ff-search-form input::-webkit-search-cancel-button{display:none}.ff-search-form img{width:24px;height:24px}.ff-search-close{position:absolute;right:calc((100vw - 1280px)/2);top:48px;width:48px;height:48px;border:1px solid var(--ff-line);border-radius:80px;background:#fff;font-size:26px;font-weight:300;line-height:44px;cursor:pointer}.ff-search-state{width:842px;margin:32px auto 0}.ff-search-state>strong{display:block;margin-bottom:28px;font-size:16px;line-height:24px;font-weight:500}.ff-search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.ff-search-card{min-width:0}.ff-search-card__image{display:block;width:100%;height:219px;border-radius:8px;overflow:hidden}.ff-search-card__image img{width:100%;height:100%;object-fit:cover}.ff-search-card h3{margin:12px 0 8px;font-size:16px;line-height:24px;font-weight:500}.ff-search-card__price{font-size:16px;color:var(--ff-text-60);font-weight:400}.ff-search-empty{margin:0;color:var(--ff-text-60);font-size:16px}.ff-search-loading{height:80px;width:80px;margin:88px auto;border-radius:50%;border:1px solid var(--ff-line);display:grid;place-items:center}.ff-search-loading:after{content:"";width:24px;height:24px;border:2px solid var(--ff-line);border-top-color:var(--ff-green);border-radius:50%;animation:ffspin .7s linear infinite}@keyframes ffspin{to{transform:rotate(360deg)}}
/* Auth: Figma dialog 562 wide, 72px sides, 48px top/bottom. */
.ff-auth-overlay{display:grid;place-items:center}.ff-auth-modal{position:relative;width:562px;max-height:calc(100vh - 80px);overflow:auto;padding:48px 72px;background:#fff;border-radius:32px}.ff-auth-modal__close{position:absolute;right:32px;top:28px;width:24px;height:24px;padding:0;border:0;background:none;font-size:28px;line-height:20px;font-weight:300;cursor:pointer}.ff-auth-panel{display:none}.ff-auth-panel.is-active{display:block}.ff-auth-panel h2{margin:0 0 32px;text-align:center;font-size:28px;line-height:36px;font-weight:400}.ff-auth-form{display:flex;flex-direction:column;gap:16px}.ff-auth-form>input,.ff-password-field{height:56px;border:1px solid var(--ff-line);border-radius:46px;padding:0 24px;background:#fff}.ff-auth-form>input{width:100%;outline:0;color:var(--ff-text)}.ff-auth-form>input::placeholder,.ff-password-field input::placeholder{color:var(--ff-text-60)}.ff-password-field{display:flex;align-items:center;gap:10px}.ff-password-field input{border:0;outline:0;padding:0;width:100%;background:transparent}.ff-password-field button{width:24px;height:24px;border:0;background:none;color:rgba(45,45,45,.45);padding:0;cursor:pointer}.ff-auth-row{height:24px;padding:0 13px;display:flex;align-items:center;justify-content:space-between}.ff-auth-row label{font-size:14px;line-height:20px;color:var(--ff-text-60);display:flex;gap:10px;align-items:center}.ff-auth-row input{width:18px;height:18px}.ff-auth-link,.ff-auth-foot button{border:0;background:none;padding:0;text-decoration:underline;text-underline-offset:2px;color:var(--ff-text);cursor:pointer}.ff-auth-link{font-size:12px;color:var(--ff-text-60);text-decoration:none}.ff-auth-submit{height:56px;border:0;border-radius:70px;background:var(--ff-green);color:#fff;font-weight:500;cursor:pointer}.ff-auth-or{height:20px;margin:32px 0 16px;display:flex;gap:10px;align-items:center}.ff-auth-or span{height:1px;background:var(--ff-line);flex:1}.ff-auth-or em{font-style:normal;font-size:14px;color:var(--ff-text-60)}.ff-google-button{width:100%;height:56px;border:1px solid var(--ff-line);border-radius:70px;background:#fff;display:flex;gap:16px;align-items:center;justify-content:center;font-weight:500;cursor:not-allowed}.ff-google-button span{font-size:22px;font-weight:700;color:#4285f4}.ff-auth-foot{margin:32px 0 0;text-align:center;color:var(--ff-text-60)}.ff-auth-note{margin:-8px 16px 0;color:var(--ff-text-60)}.ff-auth-privacy{margin:20px 16px 16px;font-size:12px;line-height:18px;color:var(--ff-text-60)}.ff-auth-lost-copy{margin:-4px 0 32px;text-align:center;color:var(--ff-text-60);line-height:1.4}.ff-auth-panel[data-ff-auth-panel=lost] .ff-auth-form{gap:32px}
/* Cart drawer: exact 470px, 32px horizontal padding. */
.ff-cart-overlay{display:block}.ff-cart-drawer{position:absolute;right:0;top:0;width:470px;height:100vh;background:#fff;overflow:hidden}.ff-cart-drawer__body{height:100%;padding:16px 32px 40px;display:flex;flex-direction:column}.ff-cart-drawer__head{height:50px;padding-bottom:24px;border-bottom:1px solid var(--ff-line);display:flex;align-items:flex-start}.ff-cart-drawer__head h2{margin:0;flex:1;font-size:18px;line-height:26px;font-weight:400}.ff-cart-drawer__head button{width:24px;height:24px;border:0;background:none;padding:0;font-size:28px;line-height:18px;cursor:pointer}.ff-cart-drawer__shipping-progress{margin-top:40px;text-align:center}.ff-cart-drawer__shipping-progress p{margin:0 0 8px;font-size:14px;line-height:20px}.ff-cart-drawer__shipping-progress>span{display:block;width:406px;height:4px;background:var(--ff-line);border-radius:5px;overflow:hidden}.ff-cart-drawer__shipping-progress i{height:4px;display:block;background:var(--ff-green);border-radius:5px}.ff-cart-drawer__items{margin-top:24px;overflow:auto;flex:1}.ff-cart-drawer__item{display:flex;gap:24px;padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--ff-line)}.ff-cart-drawer__image{width:88px;height:88px;flex:0 0 88px;border-radius:8px;overflow:hidden}.ff-cart-drawer__image img{width:100%;height:100%;object-fit:cover}.ff-cart-drawer__item-main{flex:1;min-width:0}.ff-cart-drawer__name{display:block;font-size:16px;line-height:24px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ff-cart-drawer__meta{height:20px;overflow:hidden;color:var(--ff-text-60);font-size:14px;line-height:20px}.ff-cart-drawer__meta dl{margin:0;display:flex;gap:5px}.ff-cart-drawer__meta dt,.ff-cart-drawer__meta dd{margin:0;font-weight:300}.ff-cart-drawer__item-actions{margin-top:8px;display:flex;align-items:center;gap:8px}.ff-mini-qty{height:36px;border:1px solid var(--ff-line);border-radius:60px;display:flex;align-items:center}.ff-mini-qty button,.ff-mini-qty span{width:28px;border:0;background:none;text-align:center;font-size:14px}.ff-mini-qty button{font-size:20px;cursor:pointer}.ff-cart-remove{width:36px;height:36px;border:0;background:none;color:#943C3E;font-size:18px;cursor:pointer}.ff-cart-drawer__price{margin-left:auto;font-size:16px;font-weight:400}.ff-cart-drawer__summary{padding-top:24px}.ff-cart-drawer__summary>div:first-child{padding-bottom:24px;border-bottom:1px solid var(--ff-line);display:flex;justify-content:space-between}.ff-cart-drawer__summary strong{font-weight:500}.ff-cart-drawer__buttons{padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.ff-cart-drawer__buttons a{height:56px;border:1px solid var(--ff-line);border-radius:70px;display:flex;align-items:center;justify-content:center;font-weight:500}.ff-cart-drawer__buttons .is-primary{border-color:var(--ff-green);background:var(--ff-green);color:#fff}.ff-cart-empty{margin:auto;text-align:center;max-width:290px}.ff-cart-empty>img{width:64px;height:64px;margin:0 auto 24px}.ff-cart-empty h3{font-size:18px;font-weight:400;margin:0 0 8px}.ff-cart-empty p{color:var(--ff-text-60);margin:0 0 24px}.ff-cart-empty .ff-button{height:48px}
/* Size guide drawer: exported from exact 536 x 2086 Figma node and kept scrollable. */
.ff-size-guide-drawer{position:absolute;right:0;top:0;width:536px;height:100vh;background:#fefbf7;overflow-y:auto;overflow-x:hidden}.ff-size-guide-drawer__art{width:536px;height:auto;display:block}.ff-size-guide-drawer__close{position:absolute;right:27px;top:14px;width:32px;height:32px;border:0;background:transparent;font-size:24px;cursor:pointer;color:transparent}
/* Wishlist populated layout: PageHeader 1280, 72px title-to-grid, four 296px cards + 32 gaps. */
.ff-wishlist-page{padding:40px 0 160px}.ff-wishlist-head{width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.ff-wishlist-breadcrumb{font-size:14px;line-height:20px;color:var(--ff-text-60);display:flex;gap:12px}.ff-wishlist-head h1{font-family:'Libre Baskerville',serif;font-size:32px;line-height:1;font-weight:400;text-align:center;margin:0}.ff-wishlist-grid{width:1280px;margin:72px auto 0;display:grid;grid-template-columns:repeat(4,296px);gap:32px}.ff-wishlist-card{min-width:0}.ff-wishlist-card__image{position:relative;width:296px;height:370px;border-radius:8px;overflow:hidden;background:#f6f3ef}.ff-wishlist-card__image>a>img{width:100%;height:100%;object-fit:cover}.ff-wishlist-remove{position:absolute;right:24px;top:24px;width:48px;height:48px;border:0;border-radius:98px;background:#fff;font-size:20px;cursor:pointer}.ff-wishlist-add{position:absolute;left:24px;right:24px;bottom:26px;height:48px;border:0;border-radius:58px;background:#fff;font-weight:500;cursor:pointer;opacity:0;transform:translateY(8px);transition:.18s}.ff-wishlist-card:hover .ff-wishlist-add{opacity:1;transform:none}.ff-wishlist-rating{margin-top:12px;display:flex;align-items:center;gap:4px;font-size:14px;line-height:20px}.ff-wishlist-rating b{font-weight:300}.ff-wishlist-rating span:last-child{color:var(--ff-text-60)}.ff-wishlist-card h2{margin:8px 0;font-size:18px;line-height:26px;font-weight:400}.ff-wishlist-price{font-size:16px;color:var(--ff-text-60)}.ff-wishlist-empty{grid-column:1/-1;text-align:center;padding:72px 0}.ff-wishlist-empty h2{font:400 28px/36px 'DM Sans',sans-serif}.ff-wishlist-empty p{color:var(--ff-text-60)}
/* Cart page sourced from Figma 2378:39575. */
.ff-cart-page{padding:40px 0 160px}.ff-cart-page__header{width:1280px;margin:0 auto 72px}.ff-cart-page__header .ff-breadcrumb{justify-content:flex-start}.ff-cart-page__header h1{margin:40px 0 0;text-align:center;font:400 32px/1 'Libre Baskerville',serif}.ff-cart-page__layout{width:1280px;margin:0 auto;display:grid;grid-template-columns:827px 405px;gap:48px;align-items:start}.ff-cart-page__notice{padding:24px;border-radius:16px;background:rgba(148,60,62,.1);color:#943c3e;text-align:center;margin-bottom:32px}.ff-cart-line{display:flex;gap:40px;padding-bottom:24px;border-bottom:1px solid var(--ff-line)}.ff-cart-line__image{width:148px;height:148px;border-radius:8px;overflow:hidden;flex:0 0 148px}.ff-cart-line__image img{width:100%;height:100%;object-fit:cover}.ff-cart-line__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}.ff-cart-line__name{font-size:16px;line-height:24px;font-weight:500}.ff-cart-line__meta{color:var(--ff-text-60);font-size:16px}.ff-cart-line__meta dl{display:flex;gap:4px;margin:0}.ff-cart-line__meta dt,.ff-cart-line__meta dd{margin:0}.ff-cart-line__actions{display:flex;align-items:center}.ff-cart-qty{width:164px;height:48px;border:1px solid var(--ff-line);border-radius:60px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.ff-cart-qty button{border:0;background:none;font-size:22px;cursor:pointer}.ff-cart-qty span{text-align:center}.ff-cart-line__remove,.ff-cart-line__wish{width:36px;height:36px;border:0;background:none;margin-left:16px;cursor:pointer}.ff-cart-line__remove{color:#943c3e}.ff-cart-line__price{margin-left:auto;font-size:16px}.ff-cart-tailoring{font-size:16px;font-weight:500}.ff-cart-summary{position:sticky;top:24px;width:405px;padding:40px 24px;border-radius:16px;background:linear-gradient(228deg,rgba(245,232,209,.8) 28.8%,rgba(232,212,173,.8) 53.7%,rgba(224,199,158,.8) 75.1%,rgba(209,186,148,.8) 100%)}.ff-cart-summary h2{font-size:18px;line-height:26px;font-weight:400;margin:0 0 24px}.ff-cart-summary__rows{display:grid;gap:4px}.ff-cart-summary__row{display:flex;justify-content:space-between;font-size:16px}.ff-cart-summary__row.is-total{font-size:18px;line-height:26px;font-weight:400}.ff-cart-summary__checkout{height:56px;margin-top:24px;border-radius:70px;background:var(--ff-green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500}.ff-cart-coupon{margin-top:40px}.ff-cart-coupon summary{cursor:pointer;font-weight:500}.ff-cart-coupon__form{margin-top:16px;display:flex;gap:8px}.ff-cart-coupon__form input{height:48px;border:1px solid var(--ff-line);border-radius:24px;padding:0 16px;min-width:0;flex:1}.ff-cart-coupon__form button{height:48px;border:0;border-radius:24px;background:var(--ff-green);color:#fff;padding:0 20px}
.ff-cart-count{position:absolute;transform:translate(9px,-9px);min-width:15px;height:15px;border-radius:20px;background:var(--ff-green);color:#fff;font-size:10px;line-height:15px;text-align:center}.ff-cart-trigger{position:relative}
@media(max-width:1100px){.ff-mega-menu{display:none}.ff-search-form,.ff-search-state{width:calc(100% - 40px)}.ff-search-close{right:20px}.ff-auth-modal{width:min(562px,calc(100% - 32px))}.ff-cart-page__layout,.ff-wishlist-grid,.ff-wishlist-head,.ff-cart-page__header{width:calc(100% - 40px)}.ff-cart-page__layout{grid-template-columns:1fr}.ff-cart-summary{position:static;width:100%}.ff-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ff-wishlist-card__image{width:100%}}
@media(max-width:640px){.ff-search-panel{padding-top:100px}.ff-search-form input[type=search]{font-size:20px}.ff-search-results{grid-template-columns:repeat(2,1fr);gap:20px 12px}.ff-search-card__image{height:50vw}.ff-auth-modal{padding:48px 24px;border-radius:24px}.ff-cart-drawer,.ff-size-guide-drawer{width:100%}.ff-cart-drawer__body{padding-inline:20px}.ff-cart-drawer__shipping-progress>span{width:100%}.ff-size-guide-drawer__art{width:100%}.ff-wishlist-grid{grid-template-columns:1fr;gap:28px}.ff-wishlist-card__image{height:116vw}.ff-cart-line{gap:16px}.ff-cart-line__image{width:96px;height:120px;flex-basis:96px}.ff-cart-line__actions{flex-wrap:wrap}.ff-cart-line__price{width:100%;margin:12px 0 0}.ff-cart-page{padding-top:24px}}

/* v0.4 exact Figma menu variants / auth feedback */
.ff-mega-menu__categories.is-accessories{flex:0 0 357px;width:357px;gap:32px}.ff-mega-menu__categories.is-accessories .ff-mega-menu__category,.ff-mega-menu__categories.is-accessories .ff-mega-menu__category+.ff-mega-menu__category{flex:1 1 0;width:auto}.ff-mega-menu__categories.is-accessories .ff-mega-menu__links>a{font-size:14px;line-height:20px;color:var(--ff-text-60);font-weight:300}.ff-mega-product__image.is-placeholder{background:rgba(56,71,46,.06);padding:8px}.ff-mega-product__image.is-placeholder img{object-fit:contain;width:100%;height:100%}.ff-auth-message{margin:-8px 0 24px;padding:10px 14px;border-radius:12px;font-size:14px;line-height:20px;text-align:center}.ff-auth-message.is-error{background:rgba(148,60,62,.10);color:#943c3e}.ff-auth-message.is-success{background:rgba(56,71,46,.10);color:#38472e}
.ff-auth-modal__close img,.ff-password-field button img,.ff-google-button img,.ff-cart-drawer__head button img,.ff-cart-remove img,.ff-mini-qty button img,.ff-size-guide-drawer__close img,.ff-wishlist-remove img,.ff-cart-line__remove img,.ff-cart-qty button img{width:24px;height:24px;display:block}.ff-google-button img{flex:0 0 24px}.ff-cart-remove img{margin:auto}.ff-mini-qty button{display:grid;place-items:center}.ff-mini-qty button img{width:20px;height:20px}.ff-size-guide-drawer__close{color:inherit}.ff-size-guide-drawer__close img{width:24px;height:24px;margin:auto}.ff-wishlist-remove{display:grid;place-items:center}.ff-wishlist-remove img{width:24px;height:24px}.ff-cart-qty button{display:grid;place-items:center}.ff-cart-line__remove{display:grid;place-items:center}
.ff-search-close{display:grid;place-items:center}.ff-search-close img{width:24px;height:24px;display:block}
.ff-cart-line__wish img,.ff-cart-tailoring img{width:24px;height:24px;display:block}.ff-cart-line__wish{display:grid;place-items:center}.ff-cart-tailoring{display:flex;gap:4px;align-items:center}
.ff-wishlist-rating img{width:16px;height:16px;display:block}

/* v0.5 — Figma account utility menus 2368:35049 / 2368:35060 */
.ff-account-menu{right:-10px;top:40px;width:164px;padding:16px 24px;gap:8px;border:0;border-radius:8px;box-shadow:19px 9px 13px rgba(0,0,0,.03),8px 4px 9px rgba(0,0,0,.04),2px 1px 5px rgba(0,0,0,.05);}
.ff-account-menu button,.ff-account-menu a{height:24px;font-size:16px;line-height:24px;font-weight:500;white-space:nowrap;text-decoration:none;}

/* v0.5 — exact empty mini-cart state, Figma 2378:39040 */
.ff-cart-empty{margin:0;padding-top:40px;max-width:none;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center;flex:1}
.ff-cart-empty>img{width:106.269px;height:104px;margin:0;object-fit:contain}
.ff-cart-empty p{margin:0;color:var(--ff-text-60);font-size:14px;line-height:20px;font-weight:300}

/* v0.5 — empty cart page, Figma 2378:39618 */
.ff-cart-page.is-empty{padding-top:40px;padding-bottom:160px}
.ff-cart-page.is-empty .ff-cart-page__header{margin-bottom:104px}
.ff-cart-empty-page{width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:160px}
.ff-cart-empty-page__hero{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.ff-cart-empty-page__art{width:106.269px;height:104px;object-fit:contain}
.ff-cart-empty-page__hero h1,.ff-cart-empty-page__recommendations>h2,.ff-cart-empty-faq__head h2{margin:0;font:400 32px/1 'Libre Baskerville',serif;color:var(--ff-text)}
.ff-cart-empty-page__hero p{width:470px;margin:0;color:var(--ff-text-60);font-size:16px;line-height:1.4;font-weight:300}
.ff-cart-empty-page__hero .ff-button{height:56px;padding:0 48px;border-radius:56px;display:flex;align-items:center;justify-content:center}
.ff-cart-empty-page__recommendations{width:1280px;display:flex;flex-direction:column;gap:40px;align-items:center}
.ff-cart-empty-products{width:1280px;display:grid;grid-template-columns:repeat(4,296px);gap:32px}
.ff-cart-empty-products .ff-product-card__media{height:370px}
.ff-cart-empty-products .ff-product-card__media>a,.ff-cart-empty-products .ff-product-card__media>a img{width:100%;height:100%}
.ff-cart-empty-products .ff-product-card__media>a img{object-fit:cover}
.ff-cart-empty-faq{width:1280px;display:flex;flex-direction:column;gap:48px;align-items:center}
.ff-cart-empty-faq__head{display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}
.ff-cart-empty-faq__head p{width:470px;margin:0;color:var(--ff-text-60);font-size:16px;line-height:1.4}
.ff-cart-empty-faq__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 32px}
.ff-cart-empty-faq__item{border:1px solid var(--ff-line);border-radius:4px;background:#fff}
.ff-cart-empty-faq__item summary{list-style:none;min-height:72px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:16px;font-weight:300}
.ff-cart-empty-faq__item summary::-webkit-details-marker{display:none}.ff-cart-empty-faq__item summary span{font-size:30px;font-weight:300;line-height:30px}.ff-cart-empty-faq__item[open] summary span{transform:rotate(45deg)}
.ff-cart-empty-faq__item>div{padding:0 24px 20px;color:var(--ff-text-60);font-size:14px;line-height:20px}
.ff-cart-empty-newsletter{width:1280px;height:476px;display:grid;grid-template-columns:405px 875px;overflow:hidden;border-radius:8px;background:linear-gradient(220deg,rgba(245,232,209,.8) 28.8%,rgba(232,212,173,.8) 53.7%,rgba(224,199,158,.8) 75.1%,rgba(209,186,148,.8) 100%)}
.ff-cart-empty-newsletter__image{width:405px;height:476px}.ff-cart-empty-newsletter__image img{width:100%;height:100%;object-fit:cover}
.ff-cart-empty-newsletter__copy{padding:87px 142px;display:flex;flex-direction:column;align-items:flex-start}.ff-cart-empty-newsletter__copy .ff-kicker{margin-bottom:16px}.ff-cart-empty-newsletter__copy h2{margin:0 0 24px;font-size:28px;line-height:36px;font-weight:400}.ff-cart-empty-newsletter__copy>p{width:437px;margin:0 0 24px;color:var(--ff-text-60);font-size:16px;line-height:1.4}
.ff-cart-empty-newsletter__form{width:591px;display:grid;grid-template-columns:1fr max-content;gap:16px;margin-bottom:16px}.ff-cart-empty-newsletter__form input{height:56px;border:0;border-radius:44px;background:#fff;padding:12px 24px;font-size:16px;outline:none}.ff-cart-empty-newsletter__form button{height:56px;border:0;border-radius:56px;background:var(--ff-green);color:#fff;padding:0 32px;font-size:16px;font-weight:500;cursor:pointer}.ff-cart-empty-newsletter__copy small{font-size:14px;line-height:20px;color:var(--ff-text-60)}
@media(max-width:1100px){.ff-cart-empty-page,.ff-cart-empty-page__recommendations,.ff-cart-empty-products,.ff-cart-empty-faq,.ff-cart-empty-newsletter{width:calc(100% - 40px)}.ff-cart-empty-products{grid-template-columns:repeat(2,minmax(0,1fr))}.ff-cart-empty-newsletter{height:auto;grid-template-columns:1fr}.ff-cart-empty-newsletter__image{width:100%;height:420px}.ff-cart-empty-newsletter__copy{padding:64px;width:100%}.ff-cart-empty-newsletter__form{width:100%}}
@media(max-width:640px){.ff-cart-empty-page{gap:96px}.ff-cart-empty-page__hero p,.ff-cart-empty-faq__head p{width:100%}.ff-cart-empty-products{grid-template-columns:1fr}.ff-cart-empty-products .ff-product-card__media{height:116vw;max-height:480px}.ff-cart-empty-faq__grid{grid-template-columns:1fr}.ff-cart-empty-newsletter__image{height:110vw;max-height:476px}.ff-cart-empty-newsletter__copy{padding:48px 24px}.ff-cart-empty-newsletter__copy>p{width:100%}.ff-cart-empty-newsletter__form{grid-template-columns:1fr}.ff-cart-empty-newsletter__form button{width:100%}}
