*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--lpk-cream);color:var(--lpk-text);font-family:ui-rounded,Avenir Next,Avenir,Segoe UI,sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(1180px,calc(100% - 40px));margin:auto}.section-pad{padding:78px 0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:15px;top:15px;background:#fff;padding:10px;z-index:999}.announcement{text-align:center;font-size:13px;font-weight:800;letter-spacing:.02em}.announcement__inner{padding:9px 0}.site-header{background:#fff7e8f7;border-bottom:1px solid rgba(107,63,37,.1);position:sticky;top:0;z-index:30}.site-header__inner{min-height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}.brand{display:flex;align-items:center;gap:13px;min-width:0}.brand__logo{width:62px;max-height:70px;object-fit:contain}.brand__name{font-size:27px;font-weight:900;color:var(--lpk-orange);white-space:nowrap}.main-nav{display:flex;gap:24px;font-size:14px;font-weight:800}.main-nav a:hover{color:var(--lpk-orange)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:15px;font-weight:800}.header-actions>a:not(.cart-link){font-size:22px}.cart-link{background:var(--lpk-teal);color:#fff;padding:11px 16px;border-radius:999px}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero__copy h1,.section-heading h1,.section-heading h2,.heritage h2,.newsletter h2,.product-page h1,.page-narrow h1{font-family:Georgia,Times New Roman,serif;line-height:1.04;color:var(--lpk-brown);margin:.18em 0 .35em}.hero__copy h1{font-size:clamp(44px,6vw,76px)}.hero__text{font-size:18px;max-width:640px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--lpk-orange);margin:0 0 12px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:8px;border:2px solid var(--lpk-teal);font-weight:900;cursor:pointer}.button--primary{background:var(--lpk-teal);color:#fff}.button--outline{background:transparent;color:var(--lpk-teal)}.button--full{width:100%;margin-top:10px}.hero__visual{min-height:530px;border-radius:30px;overflow:hidden;background:#f1d3a6;box-shadow:0 24px 60px #50382a1f}.hero__image{width:100%;height:100%;min-height:530px;object-fit:cover}.hero__placeholder{height:100%;min-height:530px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:linear-gradient(145deg,#f4c84a,#f07a24);color:#fff;font-weight:900}.tamazight{font-size:170px;line-height:1}.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading h2,.section-heading h1{font-size:clamp(36px,4vw,54px)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:var(--lpk-cream);min-height:180px;padding:28px;border-radius:20px;border:2px solid transparent;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:var(--lpk-yellow)}.category-card__icon{font-size:35px;color:var(--lpk-orange);margin-bottom:auto}.category-card strong{font-size:18px}.category-card span:last-child{font-size:13px;opacity:.7;margin-top:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 7px 24px #50382a12}.product-card__media{display:block;aspect-ratio:4/5;background:#f4ead8;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__placeholder{aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;font-size:90px;background:linear-gradient(145deg,#f5d88c,#f09c65);color:#fff}.product-card__placeholder.large{min-height:500px}.product-card__info{padding:18px}.product-card__vendor{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--lpk-teal);font-weight:900;margin:0}.product-card h3{font:700 20px Georgia,serif;margin:7px 0}.product-card__price{font-weight:900}.center{text-align:center;margin-top:34px}.heritage__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.heritage h2{font-size:clamp(38px,5vw,60px);color:inherit}.heritage__eyebrow{color:var(--lpk-yellow)}.heritage__text{font-size:18px}.heritage__motif{min-height:360px;border:8px solid var(--lpk-yellow);border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center}.heritage__motif span{font-size:150px}.heritage__motif small{font-weight:900;letter-spacing:.08em}.newsletter{text-align:center}.newsletter__inner{max-width:700px}.newsletter h2{font-size:44px}.newsletter-form{display:flex;max-width:560px;margin:25px auto 0;gap:8px;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:230px;border:2px solid rgba(80,56,42,.18);border-radius:8px;padding:13px 15px;background:#fff}.form-message{width:100%}.site-footer{padding:55px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid h2{font:700 28px Georgia,serif;margin-top:0}.footer-grid>div:nth-child(2){display:flex;flex-direction:column;gap:8px}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:start}.product-page__media{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-page__image{border-radius:16px;width:100%}.product-page__info{position:sticky;top:125px}.product-page h1{font-size:50px}.product-page__price{font-size:22px;font-weight:900}.product-form{display:grid;gap:10px;margin-top:25px}.product-form select,.product-form input[type=number]{padding:12px;border:1px solid #d8c8b7;border-radius:8px;background:#fff}.shopify-payment-button{margin-top:10px}.payment-note,.small{font-size:12px;opacity:.7;margin-top:15px}.cart-page{max-width:920px}.cart-line{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid #e2d4c3}.cart-line img{border-radius:12px}.cart-line input{width:70px;padding:7px}.cart-summary{margin:30px 0 0 auto;max-width:380px;background:#fff;padding:25px;border-radius:18px}.cart-summary .button{width:100%;margin-top:10px}.page-narrow{max-width:820px}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.site-header__inner{grid-template-columns:1fr auto}.main-nav{display:none}.brand__name{font-size:21px}.hero__grid,.heritage__grid,.product-page{grid-template-columns:1fr}.hero__visual,.hero__image,.hero__placeholder{min-height:380px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-page__info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:560px){.page-width{width:min(100% - 28px,1180px)}.section-pad{padding:55px 0}.site-header__inner{min-height:76px}.brand__logo{width:50px}.brand__name{font-size:18px}.header-actions>a:not(.cart-link){display:none}.cart-link{padding:9px 11px;font-size:13px}.hero__copy h1{font-size:43px}.hero__visual,.hero__image,.hero__placeholder{min-height:310px}.tamazight{font-size:110px}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:150px;padding:18px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card__info{padding:13px}.product-card h3{font-size:16px}.heritage__motif{min-height:260px}.heritage__motif span{font-size:100px}.newsletter-form{display:grid}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.product-page__media{grid-template-columns:1fr}.product-page h1{font-size:40px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
