*,*:before,*:after{box-sizing:border-box}:root{--background: 40 50% 95%;--foreground: 18 19% 10%;--card: 0 0% 100%;--card-foreground: 18 19% 10%;--primary: 23 39% 39%;--primary-foreground: 40 50% 95%;--secondary: 33 48% 55%;--muted: 37 66% 75%;--muted-foreground: 23 39% 39%;--accent: 14 77% 62%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 37 66% 75%;--radius: .5rem;--container: 1280px;--header-height: 4rem}.dark{--background: 18 19% 10%;--foreground: 40 50% 95%;--card: 18 14% 15%;--card-foreground: 40 50% 95%;--primary: 33 48% 55%;--primary-foreground: 18 19% 10%;--secondary: 23 39% 39%;--muted: 189 14% 26%;--muted-foreground: 37 66% 75%;--border: 189 14% 26%}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;display:flex;flex-direction:column;background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;overflow-x:hidden}html[dir=rtl] body{font-family:Tajawal,sans-serif}html[dir=ltr] body{font-family:Outfit,sans-serif}html[dir=rtl] .font-display{font-family:Reem Kufi,sans-serif}html[dir=ltr] .font-display{font-family:Sora,sans-serif}.font-accent{font-family:Cormorant Garamond,serif}.font-display{letter-spacing:-.02em}.hidden{display:none!important}.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}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:999px;clip:auto;width:auto;height:auto}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}@media(min-width:768px){.container{padding-inline:1.5rem}}@media(min-width:1024px){.container{padding-inline:2rem}}.container--narrow{max-width:56rem}.container--narrow-lg{max-width:72rem}.main-content{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius);font:inherit;font-weight:500;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .15s,opacity .15s,background .2s,color .2s}.btn:active{transform:scale(.97)}.btn--primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn--primary:hover{opacity:.92}.btn--outline{background:transparent;border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn--ghost{background:transparent;color:hsl(var(--foreground))}.btn--ghost:hover{color:hsl(var(--primary))}.btn--inverse{background:hsl(var(--background));color:hsl(var(--foreground))}.btn--link{background:none;border:none;color:hsl(var(--primary));padding:0}.btn--sm{padding:.375rem .75rem;font-size:.875rem}.btn--lg{padding:.875rem 2rem;font-size:1.125rem}.btn--pill{border-radius:999px;line-height:1;padding:.75rem 1.5rem}.brand-story__content .btn--inverse{padding:.875rem 2rem}.btn--full{width:100%}.btn--icon{width:2.5rem;height:2.5rem;padding:0;border-radius:var(--radius)}#shopify-section-group-header-group,.shopify-section-group-header-group,.shopify-section:has(.site-header-sticky),.shopify-section.section-site-header,.shopify-section.section-header{margin:0!important;padding:0!important;min-height:0!important;height:auto!important}.site-header-sticky{position:sticky;top:0;z-index:50;height:var(--header-height);border-bottom:1px solid hsl(var(--border) / .4);background:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header{height:100%;margin:0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.site-header__start{display:flex;align-items:center;gap:1rem}.site-header__logo{text-decoration:none;color:inherit}.site-header__nav{display:none;align-items:center;gap:2rem}.site-header__actions{display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.site-header__nav{display:flex}.mobile-menu-toggle{display:none!important}}.nav-link{font-size:.875rem;font-weight:500;text-decoration:none;color:hsl(var(--muted-foreground));transition:color .2s}.nav-link:hover,.nav-link--active{color:hsl(var(--primary))}.brand-lockup{display:flex;align-items:center;gap:.75rem}.brand-lockup__mark{width:2rem;height:2rem;color:hsl(var(--foreground))}.brand-lockup__text{display:flex;flex-direction:column;line-height:1}.brand-lockup__name{font-family:inherit;font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.brand-lockup__sub{font-size:.625rem;color:hsl(var(--muted-foreground));margin-top:.25rem;text-transform:uppercase;letter-spacing:.08em}.cart-link{position:relative}.cart-count{position:absolute;top:-.25rem;inset-inline-end:-.25rem;width:1rem;height:1rem;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;display:none}.mobile-menu:not(.hidden){display:flex}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border) / .4)}.mobile-menu__nav{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.mobile-menu__nav a{font-size:1.5rem;font-weight:500;text-decoration:none;color:hsl(var(--foreground))}.site-footer{border-top:1px solid hsl(var(--border) / .4);background:hsl(var(--card));margin-top:auto}.site-footer__inner{padding-block:2.5rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:1.75rem;text-align:start}.site-footer__brand,.site-footer__col{min-width:0;justify-self:start;text-align:start}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:0}.site-footer__brand .brand-lockup{align-self:flex-start}.site-footer__tagline{color:hsl(var(--muted-foreground));font-size:.875rem;max-width:18rem;margin:.75rem 0 1rem;line-height:1.55}.site-footer__social{display:inline-flex;align-items:center;color:hsl(var(--muted-foreground));transition:color .2s}.site-footer__social:hover{color:hsl(var(--primary))}.site-footer__heading{font-weight:600;font-size:.9375rem;margin:0 0 .75rem}.site-footer__links{list-style:none;padding:0;margin:0}.site-footer__links li+li{margin-top:.5rem}.site-footer__links a{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;line-height:1.4;transition:color .2s}.site-footer__links a:hover{color:hsl(var(--primary))}.site-footer__links a[dir=ltr]{unicode-bidi:embed;direction:ltr;display:inline-block}.site-footer__bottom{border-top:1px solid hsl(var(--border) / .4);margin-top:2rem;padding-top:1.25rem;text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.5}@media(min-width:480px)and (max-width:767px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem;row-gap:1.75rem}.site-footer__brand{grid-column:1 / -1}}@media(min-width:768px){.site-footer__inner{padding-block:3rem}.site-footer__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"brand links contact";column-gap:clamp(2rem,5vw,4rem);row-gap:0;align-items:start}.site-footer__brand{grid-area:brand}.site-footer__col--links{grid-area:links}.site-footer__col--contact{grid-area:contact}html[dir=rtl] .site-footer__grid{grid-template-areas:"contact links brand"}.site-footer__bottom{margin-top:2.5rem;padding-top:1.5rem}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:hsl(var(--muted) / .2)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-image,.hero__bg-placeholder{width:100%;height:100%;object-fit:cover;opacity:.4;mix-blend-mode:multiply}.hero__bg-placeholder{background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--primary) / .3))}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,hsl(var(--background)),hsl(var(--background) / .8),transparent)}.hero__content{position:relative;z-index:1;text-align:center;max-width:56rem;padding-block:4rem}.hero__title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;margin:0 0 1.5rem}.hero__title-accent{color:hsl(var(--primary));font-style:italic}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 2.5rem;font-weight:300;line-height:1.6}.hero__arrow{flex-shrink:0}html[dir=rtl] .hero__arrow{transform:scaleX(-1)}.section{padding:5rem 0}@media(min-width:768px){.section{padding:8rem 0}}.section--products{background:hsl(var(--muted) / .1)}.block-header{margin-bottom:3rem}.block-header--center{text-align:center}.block-header--split{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.section-title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;margin:0 0 1rem}.section-title--italic{font-style:italic}.section-subtitle{color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto}.section-link{display:inline-flex;align-items:center;gap:.5rem;color:hsl(var(--primary));font-weight:500;text-decoration:none}.section-footer-mobile{margin-top:3rem;text-align:center}@media(min-width:768px){.section-footer-mobile{display:none}}.hidden-mobile{display:none}@media(min-width:768px){.hidden-mobile{display:inline-flex}}.hidden-desktop{display:inline-flex}@media(min-width:768px){.hidden-desktop{display:none!important}}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.collection-card{position:relative;display:block;aspect-ratio:1;border-radius:1rem;overflow:hidden;background:hsl(var(--muted));text-decoration:none}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#0003;transition:background .5s}.collection-card:hover .collection-card__overlay{background:#0006}.collection-card__title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(1rem,2vw,1.5rem);font-weight:700;margin:0;text-align:center;padding:1rem}.collection-card__image,.collection-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .7s}.collection-card:hover .collection-card__image{transform:scale(1.1)}.products-grid{display:grid;gap:2.5rem 1rem}.products-grid--4,.products-grid--3{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.products-grid--4{grid-template-columns:repeat(4,1fr);gap:4rem 2rem}.products-grid--3{grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem}}.product-card{text-decoration:none;color:inherit;display:block}.product-card__media{position:relative;aspect-ratio:4/5;margin-bottom:1rem;background:hsl(var(--muted) / .3);border-radius:.75rem;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .5s}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:has(.product-card__image--hover):hover .product-card__image--primary{opacity:0}.product-card__media:has(.product-card__image--hover):hover .product-card__image--hover{opacity:1}.product-card__info{text-align:center}.product-card__title{font-size:1.125rem;font-weight:500;line-height:1.3;margin:0 0 .25rem;transition:color .2s}.product-card:hover .product-card__title{color:hsl(var(--primary))}.product-card__price{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.product-card__price-compare{color:hsl(var(--muted-foreground));text-decoration:line-through;opacity:.7}.product-card__price-current{font-weight:600;color:hsl(var(--primary))}.badge{position:absolute;z-index:10;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem}.badge--sale{top:.75rem;inset-inline-end:.75rem;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.badge--primary{top:.75rem;inset-inline-start:.75rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge--lg{font-size:.875rem;padding:.375rem .75rem;border-radius:.5rem;top:1rem}.section--brand-story{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.brand-story{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.brand-story{grid-template-columns:1fr 1fr}}.brand-story__title{font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.2;margin:0 0 1.5rem}.brand-story__body{opacity:.8;font-size:1.125rem;line-height:1.6;max-width:28rem;margin:0 0 2rem}.brand-story__media{aspect-ratio:4/3;border-radius:1rem;overflow:hidden}.brand-story__media img,.brand-story__media svg{width:100%;height:100%;object-fit:cover;display:block}.page-section{padding-top:2rem;padding-bottom:6rem}.about-page.page-section,.contact-page.page-section{padding-top:0}.shopify-section.section-about,.shopify-section.section-contact{margin:0;padding:0}.page-header{margin-bottom:3rem}.page-header--split{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.page-header--split{flex-direction:row;align-items:flex-end;justify-content:space-between}}.page-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 1rem}.page-subtitle{color:hsl(var(--muted-foreground));max-width:36rem;margin:0}.collection-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.collection-layout{flex-direction:row}}.collection-sidebar{flex-shrink:0}@media(min-width:768px){.collection-sidebar{width:16rem;position:sticky;top:6rem;align-self:flex-start;max-height:calc(100vh - 8rem);overflow-y:auto}}@media(max-width:767px){.collection-sidebar{display:none}.collection-sidebar.is-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:hsl(var(--background));padding:1rem 1.25rem 1.5rem;padding-top:max(1rem,env(safe-area-inset-top,0px));overflow-y:auto}}.collection-sidebar__mobile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.collection-sidebar__drawer-title{font-size:1.25rem;font-weight:700;margin:0}.collection-sidebar__close{flex-shrink:0}@media(max-width:767px){.collection-page .page-header--split{gap:1.25rem;margin-bottom:2rem}.collection-page .page-subtitle{margin-bottom:.5rem}.collection-page .filter-toggle{width:100%;padding:.875rem 1.25rem;margin-top:.5rem;gap:.625rem}.collection-page .filter-toggle__label{font-weight:500}}.collection-sidebar__heading{font-size:1.125rem;font-weight:600;margin:0 0 1rem}.collection-sidebar__list{list-style:none;padding:0;margin:0}.collection-sidebar__block+.collection-sidebar__block{margin-top:2.5rem}.sidebar-link{display:block;width:100%;text-align:start;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;text-decoration:none;color:hsl(var(--muted-foreground));transition:background .2s,color .2s;border:none;background:none;font:inherit;cursor:pointer}.sidebar-link:hover{background:hsl(var(--muted) / .5)}.sidebar-link--active{background:hsl(var(--primary) / .1);color:hsl(var(--primary));font-weight:500}.sidebar-link__count{opacity:.5}.collection-main{flex:1;min-width:0}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.empty-state{text-align:center;padding:5rem 0;color:hsl(var(--muted-foreground))}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover{color:hsl(var(--primary))}.breadcrumb__current{color:hsl(var(--foreground));font-weight:500;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-layout{display:grid;gap:3rem;margin-bottom:6rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:5rem}}.product-gallery__main{position:relative;aspect-ratio:4/5;background:hsl(var(--muted) / .3);border-radius:1rem;overflow:hidden}.product-gallery__image,.product-gallery__placeholder{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem}.product-gallery__thumb{aspect-ratio:1;border-radius:.75rem;overflow:hidden;padding:0;border:2px solid transparent;cursor:pointer;opacity:.7;transition:opacity .2s,border-color .2s;background:none}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb:hover,.product-gallery__thumb--active{opacity:1;border-color:hsl(var(--primary))}.product-designer{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.product-designer__avatar{width:1.5rem;height:1.5rem;border-radius:999px}.product-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;margin:0 0 1rem}.product-price{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.product-price__current{font-size:1.875rem;font-weight:700;color:hsl(var(--primary))}.product-price__compare{font-size:1.25rem;color:hsl(var(--muted-foreground))}.product-description{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2.5rem}.product-form__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media(min-width:640px){.product-form__actions{flex-direction:row}}.product-form__submit{flex:1}.product-option{margin-bottom:1rem}.product-option label{display:block;margin-bottom:.5rem;font-weight:500}.product-option select{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));font:inherit}.product-specs{border-top:1px solid hsl(var(--border));padding-top:2rem}.product-spec{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid hsl(var(--border) / .5)}.product-spec span:first-child{color:hsl(var(--muted-foreground))}.related-products{border-top:1px solid hsl(var(--border));padding-top:5rem}.related-products__title{font-size:1.875rem;font-weight:700;text-align:center;margin:0 0 2.5rem}.quantity-selector{display:flex;align-items:center;justify-content:space-between;border:1px solid hsl(var(--border));border-radius:999px;padding:.5rem 1rem;background:hsl(var(--background));width:100%}@media(min-width:640px){.quantity-selector{width:8rem}}.quantity-selector--sm{width:auto;padding:.375rem .75rem}.quantity-selector__btn{background:none;border:none;font:inherit;cursor:pointer;padding:.25rem;color:hsl(var(--foreground));transition:color .2s}.quantity-selector__btn:hover{color:hsl(var(--primary))}.quantity-selector__btn:disabled{opacity:.5;cursor:not-allowed}.quantity-selector__input{width:2rem;text-align:center;border:none;background:none;font:inherit;font-weight:500;font-size:1.125rem;color:hsl(var(--foreground));-webkit-text-fill-color:hsl(var(--foreground));-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-empty{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cart-empty__icon{width:6rem;height:6rem;border-radius:999px;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;color:hsl(var(--primary));margin-bottom:1.5rem}.cart-empty__title{font-size:1.875rem;font-weight:700;margin:0 0 1rem}.cart-empty__body{color:hsl(var(--muted-foreground));max-width:28rem;margin:0 0 2rem}.cart-layout{display:grid;gap:3rem}@media(min-width:1024px){.cart-layout{grid-template-columns:2fr 1fr}}.cart-item{display:flex;gap:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1rem}@media(min-width:768px){.cart-item{gap:1.5rem;padding:1.5rem}}.cart-item__media{flex-shrink:0;width:6rem;height:8rem;border-radius:.75rem;overflow:hidden;background:hsl(var(--muted) / .3)}@media(min-width:768px){.cart-item__media{width:8rem;height:10rem}}.cart-item__media img,.cart-item__media svg{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-block:.25rem}.cart-item__header{display:flex;justify-content:space-between;gap:1rem}.cart-item__title{font-size:1.125rem;font-weight:600;text-decoration:none;color:inherit}.cart-item__title:hover{color:hsl(var(--primary))}.cart-item__meta,.cart-item__variant{font-size:.875rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.cart-item__remove{color:hsl(var(--muted-foreground));padding:.5rem}.cart-item__remove:hover{color:hsl(var(--destructive))}.cart-item__footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:1rem}.cart-item__price{text-align:end}.cart-item__price-total{font-size:1.125rem;font-weight:700;color:hsl(var(--primary));display:block}.cart-item__price-each{font-size:.75rem;color:hsl(var(--muted-foreground))}.cart-summary{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;position:sticky;top:6rem;align-self:start}@media(min-width:768px){.cart-summary{padding:2rem}}.cart-summary__title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.cart-summary__rows{margin-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.875rem}@media(min-width:768px){.cart-summary__row{font-size:1rem}}.cart-summary__row span:first-child{color:hsl(var(--muted-foreground))}.cart-summary__note{font-style:italic;color:hsl(var(--muted-foreground))}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid hsl(var(--border) / .6);padding-top:1.5rem;margin-bottom:2rem}.cart-summary__total-price{font-size:1.5rem;font-weight:700;color:hsl(var(--primary))}.cart-summary__continue{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:hsl(var(--primary));font-weight:500;font-size:.875rem;text-decoration:none}.cart-summary__continue:hover{text-decoration:underline}.about-hero{padding:5rem 0;background:hsl(var(--muted) / .2);text-align:center}@media(min-width:768px){.about-hero{padding:8rem 0}}.about-hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 1rem}.about-hero__title{font-size:clamp(2rem,5vw,3.75rem);font-weight:700;margin:0 0 1.5rem}.about-hero__intro{font-size:clamp(1.125rem,2.5vw,1.5rem);color:hsl(var(--muted-foreground));line-height:1.6;font-weight:300;margin:0}.about-content{padding-bottom:5rem}.about-grid{display:grid;gap:4rem;align-items:center}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-grid__media img,.about-grid__media svg{width:100%;height:auto;border-radius:1.5rem;display:block}.about-grid__text{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7}.about-grid__text h2{color:hsl(var(--foreground));font-size:1.875rem;margin:0 0 1.5rem}.about-quote{font-size:1.5rem;color:hsl(var(--foreground));font-style:italic;margin-top:1.5rem}.contact-page{padding-top:4rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin:0 0 1.5rem}.contact-header__subtitle{font-size:1.25rem;color:hsl(var(--muted-foreground));margin:0}.contact-grid{display:grid;gap:1.5rem}@media(min-width:640px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;transition:border-color .2s,transform .2s,box-shadow .2s}.contact-card:hover{border-color:hsl(var(--primary) / .5);transform:translateY(-2px);box-shadow:0 4px 20px hsl(var(--foreground) / .06)}.contact-card__icon{width:3rem;height:3rem;border-radius:999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.contact-card__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.contact-card__value{color:hsl(var(--muted-foreground));font-size:1.125rem}.not-found{text-align:center;padding:6rem 0;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.not-found__title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.not-found__body{color:hsl(var(--muted-foreground));margin:0 0 2rem}html[dir=rtl] .section-link svg,html[dir=rtl] .cart-summary__continue svg{transform:scaleX(-1)}.dark .icon-sun{display:none}.dark .icon-moon{display:block!important}.icon-moon{display:none}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
