:root{--keramykos-ivory: #f4efe6;--keramykos-stone: #d8d1c6;--keramykos-charcoal: #282320;--keramykos-black: #0b0b0b;--keramykos-accent: #9e3f22;--keramykos-border: rgb(0 0 0 / .12);--keramykos-serif: var(--font-heading--family), Georgia, "Times New Roman", serif;--keramykos-sans: var(--font-body--family), Arial, sans-serif}.keramykos-section{--keramykos-section-bg: var(--keramykos-ivory);--keramykos-section-text: var(--keramykos-black);--keramykos-section-accent: var(--keramykos-accent);background:var(--keramykos-section-bg);color:var(--keramykos-section-text);font-family:var(--keramykos-sans)}.keramykos-section *{box-sizing:border-box}.keramykos-section a{color:inherit}.keramykos-button,.keramykos-text-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid currentColor;border-radius:0;background:transparent;color:inherit;font:500 .72rem/1 var(--keramykos-sans);letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.keramykos-button{padding:0 20px;background:var(--keramykos-section-text);color:var(--keramykos-section-bg)}.keramykos-text-link{border-width:0 0 1px;min-height:0;padding-block:8px}.keramykos-icon-button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:2px;background:var(--keramykos-section-text, #0b0b0b);color:var(--keramykos-section-bg, #f4efe6);cursor:pointer;padding:0}.keramykos-icon-button__glyph{position:relative;width:14px;height:14px;display:block;flex:0 0 auto}.keramykos-icon-button__glyph--plus span,.keramykos-icon-button__glyph--close span{position:absolute;top:50%;left:50%;width:14px;height:2px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%)}.keramykos-icon-button__glyph--plus span:nth-child(2){transform:translate(-50%,-50%) rotate(90deg)}.keramykos-icon-button__glyph--close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.keramykos-icon-button__glyph--close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.keramykos-icon-button__glyph--arrow span{position:absolute;top:50%;left:0;width:13px;height:2px;background:currentColor;border-radius:999px;transform:translateY(-50%)}.keramykos-icon-button__glyph--arrow span:after{content:"";position:absolute;right:-1px;top:-2.5px;width:7px;height:7px;border-block-start:2px solid currentColor;border-inline-end:2px solid currentColor;transform:rotate(45deg)}.keramykos-section :focus-visible,.keramykos-floating-cta:focus-visible,.keramykos-icon-button:focus-visible{outline:2px solid var(--keramykos-section-accent, #9e3f22);outline-offset:4px}.keramykos-inner{width:min(100% - 40px,1320px);margin-inline:auto}.keramykos-eyebrow{margin:0;font-size:.72rem;line-height:1.4;letter-spacing:.14em;text-transform:uppercase}.keramykos-richtext{font-size:clamp(.88rem,.82rem + .2vw,1rem);line-height:1.95}.keramykos-richtext>*:first-child{margin-block-start:0}.keramykos-richtext>*:last-child{margin-block-end:0}.keramykos-hero{--keramykos-hero-height: 100svh;--keramykos-hero-mobile-height: 92svh;position:relative;min-height:var(--keramykos-hero-height);overflow:hidden;isolation:isolate;background:var(--keramykos-charcoal)}.keramykos-hero__media,.keramykos-hero__image,.keramykos-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.keramykos-hero__image,.keramykos-hero__placeholder svg{object-fit:cover}.keramykos-hero__image{transform:scale(1);transform-origin:68% 50%;animation:keramykos-hero-image-expand 2.2s cubic-bezier(.16,1,.3,1) both;will-change:transform}@keyframes keramykos-hero-image-expand{0%{transform:scale(1.085)}to{transform:scale(1)}}.keramykos-hero__mobile-image{display:none}.keramykos-hero__placeholder{background:linear-gradient(#0003,#0003),radial-gradient(circle at 50% 35%,rgb(255 255 255 / .15),transparent 32rem),var(--keramykos-charcoal)}.keramykos-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--keramykos-overlay-opacity, .42);z-index:1}.keramykos-hero__cursor{position:absolute;top:0;left:0;z-index:4;width:clamp(58px,6.2vw,104px);aspect-ratio:1;opacity:0;pointer-events:none;transform:translate3d(-50%,-50%,0) scale(.92);transition:opacity .22s ease,transform .52s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.keramykos-hero__cursor.is-visible{opacity:1;transform:translate3d(-50%,-50%,0) scale(1)}.keramykos-hero__cursor-image{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(0,0,0,.24));-webkit-user-select:none;user-select:none}.keramykos-hero__content{position:relative;z-index:2;min-height:var(--keramykos-hero-height);display:grid;grid-template-rows:auto 1fr auto;padding:clamp(28px,4vw,64px);color:var(--keramykos-hero-text, #fff)}@media(hover:hover)and (pointer:fine){.keramykos-hero.is-custom-cursor-active,.keramykos-hero.is-custom-cursor-active a,.keramykos-hero.is-custom-cursor-active button{cursor:none}}@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.keramykos-hero__cursor{display:none}}.keramykos-hero__breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:0;padding:0;list-style:none;font-size:.68rem;letter-spacing:.05em;opacity:.84}.keramykos-hero__breadcrumb li+li:before{content:"-";margin-inline-end:9px;opacity:.7}.keramykos-hero__center{align-self:center;justify-self:center;max-width:min(960px,90vw);text-align:center}.keramykos-hero__heading{margin:0;font-family:var(--keramykos-serif);font-size:clamp(2.8rem,7.5vw,8rem);font-weight:400;line-height:.95;letter-spacing:var(--keramykos-hero-letter-spacing, .18em);text-transform:uppercase}.keramykos-hero__subheading{margin:18px auto 0;max-width:680px;font-size:clamp(.85rem,.8rem + .25vw,1.05rem);line-height:1.8}.keramykos-hero__label{margin:0 0 18px;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.keramykos-hero__bottom{display:flex;justify-content:center;text-align:center}.keramykos-hero__cta{margin-block-start:28px}.keramykos-anchor-nav{position:relative;z-index:3}.keramykos-anchor-nav__list{display:grid;gap:0;margin:0;padding:0;list-style:none}.keramykos-anchor-nav__link{display:flex;align-items:center;justify-content:space-between;min-height:42px;border-bottom:1px solid rgb(255 255 255 / .22);color:inherit;font-size:.82rem;text-decoration:none;opacity:.75}.keramykos-anchor-nav__link i{width:8px;height:8px;border-inline-end:1px solid currentColor;border-block-end:1px solid currentColor;transform:rotate(45deg) translateY(-2px)}.keramykos-story{padding-block:var(--keramykos-padding-top, 120px) var(--keramykos-padding-bottom, 120px)}.keramykos-story__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.7fr);gap:clamp(56px,9vw,150px);align-items:center}.keramykos-story--right .keramykos-story__media{order:2}.keramykos-story__media{position:relative;min-height:520px}.keramykos-story__image,.keramykos-story__placeholder svg{width:100%;height:100%;min-height:520px;display:block;object-fit:cover}.keramykos-story__mini{position:absolute;right:clamp(-32px,-3vw,-12px);bottom:-44px;width:min(34%,180px);aspect-ratio:3 / 4;overflow:hidden}.keramykos-story__mini img{width:100%;height:100%;object-fit:cover}.keramykos-story__content{max-width:460px}.keramykos-story__heading,.keramykos-feature__heading,.keramykos-link-cards__heading,.keramykos-collection-list__heading,.keramykos-newsletter__heading{margin:18px 0 28px;font-family:var(--keramykos-serif);font-size:clamp(2.35rem,5vw,6rem);font-weight:400;line-height:.98;letter-spacing:.02em}.keramykos-product-showcase{position:relative;overflow:hidden;min-height:min(940px,96svh);padding-block:var(--keramykos-padding-top, 110px) var(--keramykos-padding-bottom, 110px);background:radial-gradient(circle at 18% 25%,rgb(255 255 255 / .24),transparent 28rem),linear-gradient(180deg,rgb(255 255 255 / .08),transparent 44%),var(--keramykos-section-bg)}.keramykos-product-showcase__heading{position:absolute;z-index:0;top:-.18em;left:var(--keramykos-heading-offset, -.12em);margin:0;color:var(--keramykos-heading-color, rgb(0 0 0 / .18));font-family:var(--keramykos-serif);font-size:clamp(6.6rem,21vw,20rem);font-weight:400;line-height:.8;letter-spacing:.04em;pointer-events:none;white-space:nowrap}.keramykos-product-showcase__heading-spaced{display:block;letter-spacing:.24em;opacity:.52}.keramykos-product-showcase__heading-solid{position:absolute;left:.58em;top:.13em;font-size:.52em;letter-spacing:0;opacity:.78}.keramykos-product-showcase__rail{position:relative;z-index:1;width:100%;overflow-x:auto;min-height:clamp(610px,58vw,760px);padding:clamp(92px,10vw,150px) max(28px,calc((100vw - 1370px)/2)) 22px;scroll-snap-type:x proximity;scrollbar-width:thin}.keramykos-product-showcase__list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,22vw);align-items:end;gap:clamp(26px,4.8vw,78px);min-width:max-content;margin:0;padding:0;list-style:none}.keramykos-product-showcase__item{scroll-snap-align:center;opacity:0;transform:translateY(42px);animation:keramykos-product-rise .9s cubic-bezier(.19,1,.22,1) forwards}.keramykos-product-showcase__item:nth-child(2){transform:translateY(-16px);animation-delay:80ms}.keramykos-product-showcase__item:nth-child(3){transform:translateY(56px);animation-delay:.16s}.keramykos-product-showcase__item:nth-child(4){transform:translateY(4px);animation-delay:.24s}.keramykos-product-showcase__item:nth-child(5){transform:translateY(70px);animation-delay:.32s}@keyframes keramykos-product-rise{to{opacity:1;transform:translateY(0)}}.keramykos-product-card{--keramykos-card-scale: .78;position:relative;display:grid;grid-template-rows:auto minmax(260px,1fr) auto;gap:14px;min-width:0;text-align:center;color:var(--keramykos-section-text)}.keramykos-product-card--featured{--keramykos-card-scale: 1.2}.keramykos-product-card__number{margin:0 0 8px;font-family:var(--keramykos-serif);font-size:clamp(1.08rem,1.5vw,1.55rem);line-height:1;letter-spacing:.02em;text-transform:lowercase}.keramykos-product-card__media{position:relative;min-height:clamp(260px,33vw,470px);display:grid;place-items:end center}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{width:min(100%,calc(350px * var(--keramykos-card-scale)));max-height:calc(410px * var(--keramykos-card-scale));object-fit:contain;filter:drop-shadow(0 30px 34px rgb(33 26 20 / .16));transform:translateZ(0) rotate(-1deg);transition:transform .7s cubic-bezier(.19,1,.22,1),filter .7s ease}.keramykos-product-card--featured .keramykos-product-card__image,.keramykos-product-card--featured .keramykos-product-card__placeholder svg{transform:translate3d(0,-12px,0) rotate(1deg)}.keramykos-product-card:hover .keramykos-product-card__image{filter:drop-shadow(0 38px 42px rgb(33 26 20 / .2));transform:translate3d(0,-14px,0) rotate(0)}.keramykos-product-card__plus{position:absolute;right:7%;bottom:8%;transition:transform .36s cubic-bezier(.19,1,.22,1),background-color .24s ease}.keramykos-product-card__plus:hover{transform:rotate(90deg)}.keramykos-product-card__title{margin:0;font-family:var(--keramykos-serif);font-size:clamp(1rem,1.36vw,1.34rem);font-weight:400;line-height:1.25;letter-spacing:.04em}.keramykos-product-card__title a{color:currentColor;text-decoration:none}.keramykos-product-card__description,.keramykos-product-card__price{max-width:260px;margin:10px auto 0;color:color-mix(in srgb,var(--keramykos-section-text) 72%,transparent);font-size:clamp(.68rem,.72vw,.78rem);line-height:1.62}.keramykos-product-card__price{letter-spacing:.08em}.keramykos-product-showcase__empty{position:relative;z-index:1;width:min(100% - 40px,900px);margin:60px auto 0;padding:48px;border:1px solid var(--keramykos-border);text-align:center}.keramykos-product-quickview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;color:var(--keramykos-section-text)}.keramykos-product-quickview__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a09086b;animation:keramykos-quickview-fade .42s ease both}.keramykos-product-quickview__panel{position:absolute;inset:clamp(46px,5vw,74px) clamp(22px,4vw,58px);overflow:hidden;border-radius:0;background:radial-gradient(circle at 68% 22%,rgb(255 255 255 / .24),transparent 26rem),var(--keramykos-section-bg);box-shadow:0 24px 90px #0000003d;animation:keramykos-quickview-panel .62s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview__close{position:absolute;z-index:4;top:24px;right:24px;width:34px;height:34px}.keramykos-product-quickview__item{height:100%;min-height:100%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);animation:keramykos-quickview-item .52s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview__media{position:relative;min-height:0;background:#ffffff29}.keramykos-product-quickview__image-list,.keramykos-product-quickview__image-frame{height:100%;margin:0}.keramykos-product-quickview__image-frame{animation:keramykos-quickview-media .6s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview__image,.keramykos-product-quickview__placeholder svg{width:100%;height:100%;min-height:100%;display:block;object-fit:contain;padding:clamp(42px,7vw,104px);filter:drop-shadow(0 32px 38px rgb(32 25 20 / .18))}.keramykos-product-quickview__image-thumbs{position:absolute;left:clamp(22px,3vw,44px);bottom:clamp(22px,3vw,44px);z-index:2;display:flex;gap:10px}.keramykos-product-quickview__image-thumb{width:76px;aspect-ratio:1 / 1;border:1px solid transparent;background:#f4efe6b8;cursor:pointer;padding:5px}.keramykos-product-quickview__image-thumb[aria-current=true]{border-color:currentColor}.keramykos-product-quickview__image-thumb-src{width:100%;height:100%;object-fit:contain}.keramykos-product-quickview__inner{display:flex;flex-direction:column;justify-content:space-between;min-height:0;padding:clamp(66px,7vw,112px) clamp(40px,6vw,92px) clamp(34px,4vw,54px)}.keramykos-product-quickview__content{max-width:620px}.keramykos-product-quickview__number{margin:0 0 clamp(54px,7vw,106px);color:color-mix(in srgb,var(--keramykos-section-text) 34%,transparent);font-family:var(--keramykos-serif);font-size:clamp(2.2rem,4.6vw,5.3rem);line-height:1}.keramykos-product-quickview__vendor{margin:0 0 12px;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.keramykos-product-quickview__title{margin:0 0 22px;font-family:var(--keramykos-serif);font-size:clamp(1.65rem,2.35vw,3.25rem);font-weight:400;line-height:1.08;letter-spacing:.04em}.keramykos-product-quickview__description{max-width:560px;margin:0;color:color-mix(in srgb,var(--keramykos-section-text) 72%,transparent);font-size:clamp(.82rem,.92vw,.98rem);line-height:1.9}.keramykos-product-quickview__chips{display:flex;flex-wrap:wrap;gap:7px;margin:28px 0 0;padding:0;list-style:none}.keramykos-product-quickview__chips li{border:1px solid color-mix(in srgb,var(--keramykos-section-text) 18%,transparent);border-radius:0;padding:6px 10px;color:color-mix(in srgb,var(--keramykos-section-text) 62%,transparent);font-size:.7rem;letter-spacing:.04em}.keramykos-product-quickview__price{margin:28px 0 0;font-family:var(--keramykos-serif);font-size:1.1rem}.keramykos-product-quickview__actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-block-start:34px}.keramykos-product-quickview__sold-out{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.keramykos-product-quickview__thumbs{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(76px,1fr));gap:12px;overflow-x:auto;padding-block-start:clamp(28px,4vw,48px);scrollbar-width:thin}.keramykos-product-quickview__thumb{min-width:0;display:grid;grid-template-rows:86px auto;gap:10px;border:0;border-block-start:1px solid color-mix(in srgb,var(--keramykos-section-text) 18%,transparent);background:transparent;color:inherit;cursor:pointer;padding:12px 0 0;text-align:left;opacity:.48;transition:opacity .24s ease,transform .36s cubic-bezier(.19,1,.22,1)}.keramykos-product-quickview__thumb[aria-current=true]{border-block-start-color:currentColor;opacity:1}.keramykos-product-quickview__thumb:hover{opacity:1;transform:translateY(-4px)}.keramykos-product-quickview__thumb-media{display:grid;place-items:end center}.keramykos-product-quickview__thumb-image{width:100%;height:86px;object-fit:contain;filter:drop-shadow(0 12px 16px rgb(32 25 20 / .12))}.keramykos-product-quickview__thumb span{font-size:.68rem;line-height:1.35}@keyframes keramykos-quickview-fade{0%{opacity:0}}@keyframes keramykos-quickview-panel{0%{opacity:0;transform:translateY(34px) scale(.985)}}@keyframes keramykos-quickview-item{0%{opacity:0;transform:translateY(18px)}}@keyframes keramykos-quickview-media{0%{opacity:0;transform:scale(1.035)}}.keramykos-product-showcase{min-height:calc(100svh - 72px);padding-block:0}.keramykos-product-showcase__heading{top:-.24em;left:-.02em;font-size:clamp(9rem,22vw,26rem);line-height:.56;letter-spacing:0;color:color-mix(in srgb,var(--keramykos-section-text) 88%,transparent)}.keramykos-product-showcase__heading-spaced{letter-spacing:0;opacity:1}.keramykos-product-showcase__heading-solid{display:none}.keramykos-product-showcase__rail{height:calc(100svh - 72px);min-height:720px;overflow:hidden;padding:0;scrollbar-width:none}.keramykos-product-showcase__list{position:relative;display:block;width:100%;min-width:100%;height:100%}.keramykos-product-showcase__item{position:absolute;top:0;right:0;bottom:0;left:0;scroll-snap-align:none;opacity:1;transform:none;animation:none}.keramykos-product-card{position:absolute;z-index:1;width:clamp(230px,18vw,360px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(14px,2.2vw,26px);cursor:pointer;transition:left .82s cubic-bezier(.19,1,.22,1),top .82s cubic-bezier(.19,1,.22,1),width .82s cubic-bezier(.19,1,.22,1),opacity .42s ease,transform .82s cubic-bezier(.19,1,.22,1)}.keramykos-product-card[data-stage-role=active]{z-index:5;left:50%;top:50%;width:clamp(430px,34vw,620px);transform:translate(-50%,-45%)}.keramykos-product-card[data-stage-role=prev]{left:24%;top:56%;transform:translate(-50%,-38%)}.keramykos-product-card[data-stage-role=next]{left:76%;top:56%;transform:translate(-50%,-38%)}.keramykos-product-card[data-stage-role=far-prev]{left:4%;top:58%;transform:translate(-50%,-36%)}.keramykos-product-card[data-stage-role=far-next]{left:96%;top:58%;transform:translate(-50%,-36%)}.keramykos-product-card__number{position:relative;z-index:2;margin:0;font-size:clamp(1.55rem,2.1vw,2.55rem);letter-spacing:0}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__number{margin-block-end:clamp(26px,4vw,56px);font-size:clamp(2.7rem,3.5vw,4rem)}.keramykos-product-card__media{min-height:clamp(230px,25vw,420px);place-items:center}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:clamp(390px,43vw,560px)}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 28px 26px rgb(33 26 20 / .09));transform:translateZ(0)}.keramykos-product-card:hover .keramykos-product-card__image,.keramykos-product-card:hover .keramykos-product-card__placeholder svg{transform:translate3d(0,-6px,0)}.keramykos-product-card__text{min-height:112px}.keramykos-product-card__title{font-size:clamp(1rem,1.05vw,1.22rem);letter-spacing:.18em}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__title{font-size:clamp(1.35rem,1.55vw,2rem);letter-spacing:.22em}.keramykos-product-card__description,.keramykos-product-card__price{font-size:clamp(.74rem,.86vw,1rem);line-height:1.55}.keramykos-product-card__plus{right:-4%;bottom:22%;width:30px;height:30px;opacity:0;pointer-events:none;transform:translateY(8px)}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus{opacity:1;pointer-events:auto;transform:translateY(0)}.keramykos-product-card:after{content:attr(data-cursor-label);position:absolute;z-index:8;left:50%;top:44%;width:clamp(96px,8vw,138px);aspect-ratio:1 / 1;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--keramykos-section-text) 20%,transparent);background:color-mix(in srgb,var(--keramykos-section-bg) 58%,transparent);color:var(--keramykos-section-text);font-family:var(--keramykos-sans);font-size:.74rem;letter-spacing:0;opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotate(45deg) scale(.78);transition:opacity .26s ease,transform .42s cubic-bezier(.19,1,.22,1),background-color .26s ease}.keramykos-product-card[data-stage-role=active]:after{border:0;border-radius:3px;background:color-mix(in srgb,var(--keramykos-section-text) 36%,var(--keramykos-section-bg));transform:translate(-50%,-50%) rotate(0) scale(.92)}.keramykos-product-card:hover:after{opacity:1;transform:translate(-50%,-50%) rotate(45deg) scale(1)}.keramykos-product-card[data-stage-role=active]:hover:after{transform:translate(-50%,-50%) rotate(0) scale(1)}.keramykos-product-quickview{position:fixed;inset:var(--header-height, 72px) 0 0;z-index:90;background:transparent}.keramykos-product-quickview__backdrop{display:none}.keramykos-product-quickview__panel{top:0;right:0;bottom:0;left:0;box-shadow:none;background:var(--keramykos-section-bg);animation:keramykos-quickview-panel .72s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview__item{grid-template-columns:48.5vw minmax(0,1fr)}.keramykos-product-quickview__media{background:color-mix(in srgb,var(--keramykos-section-text) 8%,var(--keramykos-section-bg))}.keramykos-product-quickview__image,.keramykos-product-quickview__placeholder svg{object-fit:cover;padding:0;filter:none}.keramykos-product-quickview__inner{border-start-start-radius:24px;background:var(--keramykos-section-bg);padding:clamp(40px,5vw,82px) clamp(36px,6vw,96px) clamp(32px,4vw,48px)}.keramykos-product-quickview__number{margin-block-end:clamp(70px,11vw,128px);color:var(--keramykos-section-text);font-size:clamp(2.6rem,3.1vw,4rem)}.keramykos-product-quickview__title{letter-spacing:.2em}.keramykos-product-quickview__description{max-width:720px}.keramykos-product-quickview__close{top:48px;right:36px}.keramykos-product-quickview__thumbs{grid-template-columns:repeat(4,minmax(118px,1fr));gap:clamp(20px,3vw,44px)}.keramykos-product-quickview__thumb{grid-template-rows:clamp(122px,10vw,180px) auto;border-block-start:0;opacity:1}.keramykos-product-quickview__thumb[aria-current=true]{border:1px solid currentColor;padding:10px}.keramykos-product-quickview__thumb-image{height:clamp(122px,10vw,180px)}.keramykos-feature{overflow:hidden}.keramykos-feature__panel{--keramykos-section-bg: var(--keramykos-feature-bg, var(--keramykos-ivory));--keramykos-section-text: var(--keramykos-feature-text, var(--keramykos-black));position:relative;min-height:78svh;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:clamp(36px,6vw,96px);align-items:center;padding:clamp(68px,9vw,130px) max(24px,calc((100vw - 1320px)/2));background:var(--keramykos-section-bg);color:var(--keramykos-section-text)}.keramykos-feature__panel--right .keramykos-feature__media{order:2}.keramykos-feature__oversize{position:absolute;top:-.2em;left:-.08em;max-width:100%;color:currentColor;font-family:var(--keramykos-serif);font-size:clamp(5rem,15vw,16rem);line-height:.8;opacity:.08;pointer-events:none;white-space:nowrap}.keramykos-feature__media{position:relative;z-index:1}.keramykos-feature__image,.keramykos-feature__placeholder svg{width:100%;min-height:clamp(420px,55vw,760px);display:block;object-fit:cover}.keramykos-feature__mini{position:absolute;right:-26px;bottom:-34px;width:min(28%,170px);aspect-ratio:4 / 5;overflow:hidden}.keramykos-feature__mini img{width:100%;height:100%;object-fit:cover}.keramykos-feature__content{position:relative;z-index:1;max-width:520px}.keramykos-link-cards,.keramykos-collection-list,.keramykos-newsletter{padding-block:var(--keramykos-padding-top, 96px) var(--keramykos-padding-bottom, 96px)}.keramykos-section-header{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-block-end:48px}.keramykos-link-cards__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--keramykos-border);border:1px solid var(--keramykos-border)}.keramykos-link-card,.keramykos-collection-card{position:relative;min-height:100%;display:grid;background:var(--keramykos-section-bg);color:var(--keramykos-section-text);text-decoration:none}.keramykos-link-card__image,.keramykos-link-card__placeholder svg,.keramykos-collection-card__image,.keramykos-collection-card__placeholder svg{width:100%;aspect-ratio:16 / 10;display:block;object-fit:cover}.keramykos-link-card__body,.keramykos-collection-card__body{min-height:220px;display:grid;align-content:space-between;gap:28px;padding:clamp(24px,4vw,48px)}.keramykos-link-card__title,.keramykos-collection-card__title{margin:0;font-family:var(--keramykos-serif);font-size:clamp(2rem,4vw,4.8rem);font-weight:400;line-height:.95}.keramykos-link-card__text,.keramykos-collection-card__text{max-width:520px;margin:18px 0 0;font-size:.88rem;line-height:1.75}.keramykos-link-card__footer,.keramykos-collection-card__footer{display:flex;justify-content:space-between;gap:18px;align-items:end}.keramykos-link-card__label,.keramykos-collection-card__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.keramykos-collection-list__rail{overflow-x:auto;scrollbar-width:thin}.keramykos-collection-list__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,420px);gap:18px;padding-block-end:8px}.keramykos-collection-card{border:1px solid var(--keramykos-border)}.keramykos-collection-card__count{margin:12px 0 0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.keramykos-newsletter{position:relative;min-height:68svh;display:grid;align-items:center;overflow:hidden;isolation:isolate}.keramykos-newsletter__media,.keramykos-newsletter__image,.keramykos-newsletter__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.keramykos-newsletter__image,.keramykos-newsletter__placeholder svg{object-fit:cover}.keramykos-newsletter__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity:var(--keramykos-newsletter-overlay, .5)}.keramykos-newsletter__content{position:relative;z-index:2;max-width:640px;color:var(--keramykos-newsletter-text, #fff)}.keramykos-newsletter__form{margin-block-start:34px}.keramykos-newsletter__field{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid currentColor;isolation:isolate;overflow:hidden;background:#ffffff14}.keramykos-newsletter__field:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:var(--keramykos-newsletter-field-bg);background-position:center;background-size:cover;opacity:.72}.keramykos-newsletter__field:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#00000094,#00000057),#0000002e}.keramykos-newsletter__input{min-width:0;border:0;appearance:none;-webkit-appearance:none;background:transparent!important;box-shadow:none;color:inherit;font:inherit;padding:16px 0}.keramykos-newsletter__input:-webkit-autofill,.keramykos-newsletter__input:-webkit-autofill:hover,.keramykos-newsletter__input:-webkit-autofill:focus{-webkit-text-fill-color:currentColor;transition:background-color 9999s ease-out}.keramykos-newsletter__input::placeholder{color:currentColor;opacity:.72}.keramykos-newsletter__submit{border:0;background:transparent;color:inherit;cursor:pointer;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.keramykos-newsletter__submit:focus,.keramykos-newsletter__submit:focus-visible,.keramykos-newsletter__submit:active{outline:none;box-shadow:none}.keramykos-newsletter__field:focus-within{box-shadow:inset 0 -1px 0 currentColor}.keramykos-newsletter__message{margin-block-start:16px;font-size:.86rem}.keramykos-floating-cta{position:fixed;z-index:70;right:var(--keramykos-floating-right, 18px);bottom:var(--keramykos-floating-bottom, 18px);display:inline-flex;align-items:center;gap:22px;min-height:52px;padding:0 14px 0 22px;border-radius:0;background:var(--keramykos-floating-bg, var(--keramykos-accent));color:var(--keramykos-floating-text, #fff);font-size:.82rem;font-weight:600;text-decoration:none}.keramykos-floating-cta .keramykos-icon-button{width:22px;height:22px;background:transparent;color:currentColor}.keramykos-footer{padding-block:86px 36px;background:var(--keramykos-section-bg, var(--keramykos-charcoal));color:var(--keramykos-section-text, var(--keramykos-ivory))}.keramykos-footer__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);gap:64px}.keramykos-footer__logo{margin:0;font-family:var(--keramykos-serif);font-size:clamp(3.6rem,11vw,12rem);font-weight:400;line-height:.85;letter-spacing:.02em}.keramykos-footer__payoff{margin:18px 0 0;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}.keramykos-footer__menus{display:grid;gap:34px}.keramykos-footer__menu-title{margin:0 0 12px;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;opacity:.68}.keramykos-footer__menu-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.keramykos-footer__menu-list a{text-decoration:none}.keramykos-footer__bottom{display:flex;justify-content:space-between;gap:24px;margin-block-start:72px;padding-block-start:24px;border-top:1px solid rgb(255 255 255 / .14);font-size:.72rem;opacity:.72}@media screen and (max-width:989px){.keramykos-hero,.keramykos-hero__content{min-height:var(--keramykos-hero-mobile-height)}.keramykos-hero__desktop-image.keramykos-hero__desktop-image--has-mobile{display:none}.keramykos-hero__mobile-image{display:block}.keramykos-story__grid,.keramykos-feature__panel,.keramykos-footer__grid{grid-template-columns:1fr}.keramykos-story--right .keramykos-story__media,.keramykos-feature__panel--right .keramykos-feature__media{order:0}.keramykos-product-showcase__list{grid-auto-columns:minmax(250px,74vw);align-items:stretch}.keramykos-product-showcase__rail{min-height:auto}.keramykos-product-card,.keramykos-product-card--featured{--keramykos-card-scale: .9}.keramykos-product-quickview__panel{top:18px;right:18px;bottom:18px;left:18px;overflow-y:auto}.keramykos-product-quickview__item{grid-template-columns:1fr;min-height:auto}.keramykos-product-quickview__media{min-height:42svh}.keramykos-product-quickview__image,.keramykos-product-quickview__placeholder svg{min-height:42svh;max-height:50svh;padding:34px}.keramykos-product-quickview__image-thumbs{left:18px;bottom:18px}.keramykos-product-quickview__inner{padding:38px 24px 28px}.keramykos-product-quickview__number{margin-bottom:42px}.keramykos-product-quickview__thumbs{grid-auto-flow:column;grid-auto-columns:minmax(112px,34vw);grid-template-columns:none;padding-block-start:30px}.keramykos-link-cards__grid{grid-template-columns:1fr}.keramykos-section-header{display:block}}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:after{display:none!important;content:none!important}.keramykos-product-showcase__rail{height:min(760px,calc(100svh - 120px));min-height:620px}.keramykos-product-showcase__list{display:flex;align-items:flex-end;gap:clamp(34px,5vw,96px);width:max-content;min-width:100%;height:100%;padding:clamp(96px,10vw,156px) max(34px,calc((100vw - 1380px)/2)) 34px}.keramykos-product-showcase__item{display:block;flex:0 0 clamp(280px,24vw,440px);scroll-snap-align:center}.keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=active]){flex-basis:clamp(430px,34vw,650px)}.keramykos-product-card,.keramykos-product-card[data-stage-role],.keramykos-product-card[data-stage-role=active],.keramykos-product-card[data-stage-role=prev],.keramykos-product-card[data-stage-role=next],.keramykos-product-card[data-stage-role=far-prev],.keramykos-product-card[data-stage-role=far-next]{position:relative;left:auto;top:auto;width:100%;min-width:0;opacity:1;pointer-events:auto;transform:none}.keramykos-product-card[data-stage-role=hidden]{opacity:.32;pointer-events:auto}.keramykos-product-card__number,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__number{position:static;margin:0 0 clamp(24px,3.2vw,52px);font-size:clamp(28px,3vw,48px);transform:none}.keramykos-product-card__media,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:clamp(280px,32vw,520px)}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:clamp(390px,40vw,600px)}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{max-height:clamp(260px,30vw,500px)}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__image,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__placeholder svg{max-height:clamp(380px,39vw,590px)}@media screen and (max-width:989px){.keramykos-product-showcase__rail{height:auto;min-height:0}.keramykos-product-showcase__list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(286px,82vw);gap:22px;width:max-content;min-width:0;height:auto;padding:80px 24px 20px}.keramykos-product-showcase__item,.keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=active]){display:block;flex-basis:auto}.keramykos-product-card__number,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__number{margin-bottom:18px;font-size:clamp(24px,8vw,36px)}}@media screen and (max-width:749px){.keramykos-inner{width:min(100% - 32px,1320px)}.keramykos-hero__content{padding:24px 22px}.keramykos-hero__heading{letter-spacing:max(.06em,calc(var(--keramykos-hero-letter-spacing, .18em) / 2))}.keramykos-story,.keramykos-link-cards,.keramykos-collection-list,.keramykos-newsletter{padding-block:calc(var(--keramykos-padding-top, 80px) * .65) calc(var(--keramykos-padding-bottom, 80px) * .65)}.keramykos-story__media,.keramykos-story__image,.keramykos-story__placeholder svg{min-height:380px}.keramykos-story__mini,.keramykos-feature__mini{display:none}.keramykos-product-showcase__rail{padding-inline:18px}.keramykos-product-card__media{min-height:260px}.keramykos-product-showcase__heading{top:-.08em;font-size:clamp(5.3rem,35vw,10rem)}.keramykos-product-showcase__heading-spaced{letter-spacing:.14em}.keramykos-product-quickview__panel{top:0;right:0;bottom:0;left:0}.keramykos-product-quickview__close{top:14px;right:14px}.keramykos-product-quickview__title{letter-spacing:.02em}.keramykos-newsletter__field{grid-template-columns:1fr;gap:10px;border-bottom:0}.keramykos-newsletter__input{border-bottom:1px solid currentColor}.keramykos-newsletter__submit{justify-self:start;padding:0}.keramykos-floating-cta--hide-mobile{display:none}.keramykos-floating-cta{right:12px;bottom:max(var(--keramykos-floating-bottom, 18px),18px)}.keramykos-footer__bottom{display:grid}}@media screen and (max-width:989px){.keramykos-product-showcase{min-height:760px}.keramykos-product-showcase__rail{height:760px;padding-inline:0}.keramykos-product-card[data-stage-role=active]{left:50%;top:46%;width:min(82vw,440px)}.keramykos-product-card[data-stage-role=prev]{left:13%;top:55%;width:min(42vw,220px)}.keramykos-product-card[data-stage-role=next]{left:87%;top:55%;width:min(42vw,220px)}.keramykos-product-card[data-stage-role=far-prev],.keramykos-product-card[data-stage-role=far-next]{opacity:0;pointer-events:none}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:360px}.keramykos-product-card__media{min-height:230px}.keramykos-product-card:after{display:none}.keramykos-product-card__plus{right:5%;bottom:18%}.keramykos-product-quickview{top:0;right:0;bottom:0;left:0}.keramykos-product-quickview__panel{top:0;right:0;bottom:0;left:0;overflow-y:auto}.keramykos-product-quickview__inner{border-start-start-radius:0}.keramykos-product-quickview__image,.keramykos-product-quickview__placeholder svg{object-fit:contain}}@media(prefers-reduced-motion:reduce){.keramykos-section *,.keramykos-floating-cta,.keramykos-icon-button{scroll-behavior:auto;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.keramykos-hero__image{transform:none;will-change:auto}.keramykos-product-showcase__rail{scroll-behavior:auto}}.keramykos-product-showcase{--product-bg-color: var(--keramykos-product-bg, #d8d1c6);--product-text-color: var(--keramykos-product-text, #282320);--product-accent-color: var(--keramykos-product-accent, #9e3f22);--product-button-bg: var(--keramykos-product-button-bg, #282320);--product-button-text: var(--keramykos-product-button-text, #f4efe6);--product-heading-color: var(--keramykos-product-heading, #282320);position:relative;overflow:hidden;background:var(--product-bg-color);color:var(--product-text-color);padding-block:var(--product-padding-top, clamp(76px, 8vw, 132px)) var(--product-padding-bottom, clamp(80px, 8vw, 140px))}.keramykos-product-showcase__decor{position:absolute;z-index:0;top:clamp(-58px,-4.8vw,-22px);left:clamp(16px,2.4vw,46px);max-width:9ch;color:var(--product-heading-color);font-family:var(--keramykos-serif-font);font-size:clamp(112px,18vw,330px);font-weight:400;line-height:.72;letter-spacing:0;opacity:.92;pointer-events:none;-webkit-user-select:none;user-select:none}.keramykos-product-showcase__header,.keramykos-product-showcase__rail,.keramykos-product-quickview{position:relative;z-index:1}.keramykos-product-showcase__header{width:min(1180px,calc(100% - 48px));margin:0 auto clamp(26px,3vw,44px)}.keramykos-product-showcase__eyebrow{margin:0 0 10px;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.keramykos-product-showcase__heading{margin:0;font-family:var(--keramykos-serif-font);font-size:clamp(30px,5vw,76px);font-weight:400;letter-spacing:0;line-height:.95}.keramykos-product-showcase__rail{min-height:var(--product-card-min-height, 690px);height:var(--product-card-min-height, 690px);width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;touch-action:pan-x;-webkit-overflow-scrolling:touch}.keramykos-product-showcase__rail::-webkit-scrollbar{display:none}.keramykos-product-showcase__rail.is-dragging{cursor:grabbing;scroll-behavior:auto}.keramykos-product-showcase__list{position:relative;height:100%;width:max(1780px,172vw);min-width:100%;margin:0;padding:0;list-style:none}.keramykos-product-showcase__item{display:contents}.keramykos-product-card{position:absolute;left:50%;top:52%;width:min(30vw,520px);min-width:240px;color:var(--product-text-color);text-align:center;cursor:pointer;transform:translate(-50%,-50%);transition:left .64s cubic-bezier(.22,1,.36,1),top .64s cubic-bezier(.22,1,.36,1),opacity .42s ease,transform .64s cubic-bezier(.22,1,.36,1)}.keramykos-product-card[data-stage-role=active]{left:50%;top:50%;width:min(38vw,650px);z-index:5;transform:translate(-50%,-50%) scale(var(--product-featured-scale, 1))}.keramykos-product-card[data-stage-role=prev]{left:24%;top:58%;z-index:3;transform:translate(-50%,-50%) scale(var(--product-side-scale, .74))}.keramykos-product-card[data-stage-role=next]{left:76%;top:58%;z-index:3;transform:translate(-50%,-50%) scale(var(--product-side-scale, .74))}.keramykos-product-card[data-stage-role=far-prev]{left:2%;top:60%;z-index:2;transform:translate(-50%,-50%) scale(.65)}.keramykos-product-card[data-stage-role=far-next]{left:98%;top:60%;z-index:2;transform:translate(-50%,-50%) scale(.65)}.keramykos-product-card[data-stage-role=hidden]{opacity:0;pointer-events:none}.keramykos-product-card:after{content:attr(data-cursor-label);position:absolute;left:50%;top:34%;display:grid;width:118px;height:118px;place-items:center;border:1px solid rgba(40,35,32,.28);color:var(--product-text-color);font-size:12px;background:#f4efe629;opacity:0;pointer-events:none;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);box-shadow:inset 0 0 0 1px #28232047;transform:translate(-50%,-50%) scale(.82);transition:opacity .22s ease,transform .28s ease}.keramykos-product-card:hover:after,.keramykos-product-card:focus-within:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.keramykos-product-card__number{position:absolute;top:var(--product-number-top, -70px);left:50%;z-index:1;margin:0;font-family:var(--keramykos-serif-font);font-size:clamp(25px,3vw,49px);line-height:1;transform:translate(-50%)}.keramykos-product-card__media{position:relative;display:grid;min-height:360px;place-items:center}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:500px}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{display:block;width:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 24px 32px rgba(11,11,11,.12))}.keramykos-product-card__placeholder svg{opacity:.5}.keramykos-product-card__plus{position:absolute;right:14%;bottom:2%;width:30px;height:30px;border-radius:4px;background:var(--product-button-bg);color:var(--product-button-text)}.keramykos-product-card:not([data-stage-role=active]) .keramykos-product-card__plus{opacity:0;pointer-events:none}.keramykos-product-card__text{width:min(100%,460px);margin:18px auto 0}.keramykos-product-card__title{margin:0;font-family:var(--keramykos-serif-font);font-size:clamp(20px,2vw,31px);font-weight:400;letter-spacing:.08em;line-height:1.2}.keramykos-product-card__title a{color:inherit;text-decoration:none}.keramykos-product-card__description{display:-webkit-box;max-width:360px;margin:12px auto 0;overflow:hidden;font-size:clamp(13px,1vw,16px);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.keramykos-product-card__price{margin:10px 0 0;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.keramykos-product-quickview{position:relative;inset:auto;z-index:4;display:block;width:min(1280px,calc(100% - 48px));margin:clamp(42px,6vw,92px) auto 0;opacity:1;transform:none}.keramykos-product-quickview[hidden]{display:none}.keramykos-product-quickview__panel{position:relative;inset:auto;display:block;width:100%;max-width:none;height:auto;max-height:none;overflow:visible;background:var(--product-bg-color);border-top-left-radius:44px;box-shadow:0 -1px #28232024}.keramykos-product-quickview__grid{display:grid;grid-template-columns:minmax(0,.98fr) minmax(360px,.92fr);min-height:620px}.keramykos-product-quickview__media{min-height:620px;background:#f4efe65c}.keramykos-product-quickview__image-frame{width:100%;height:100%;min-height:620px}.keramykos-product-quickview__image{display:block;width:100%;height:100%;object-fit:cover}.keramykos-product-quickview__placeholder{display:grid;min-height:620px;place-items:center;color:#28232070;font-family:var(--keramykos-serif-font);font-size:clamp(42px,6vw,88px)}.keramykos-product-quickview__inner{display:flex;flex-direction:column;gap:clamp(28px,4vw,68px);padding:clamp(44px,6vw,82px) clamp(28px,5vw,76px)}.keramykos-product-quickview__close{position:absolute;top:32px;right:32px;z-index:2;width:30px;height:30px;border-radius:4px;background:var(--product-button-bg);color:var(--product-button-text)}.keramykos-product-quickview__number{margin:0 0 clamp(54px,8vw,104px);font-family:var(--keramykos-serif-font);font-size:clamp(34px,4.4vw,58px);line-height:1}.keramykos-product-quickview__vendor{margin:0 0 12px;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.keramykos-product-quickview__title{margin:0 0 24px;font-family:var(--keramykos-serif-font);font-size:clamp(24px,2vw,32px);font-weight:400;letter-spacing:.11em;line-height:1.25}.keramykos-product-quickview__title:focus-visible,.keramykos-icon-button:focus-visible,.keramykos-product-quickview__thumb:focus-visible{outline:2px solid var(--product-accent-color);outline-offset:4px}.keramykos-product-quickview__title:focus,.keramykos-product-quickview__title:focus-visible{outline:none}.keramykos-product-quickview__panel:focus-within{outline:none}.keramykos-product-quickview__description{max-width:620px;margin:0;font-size:clamp(14px,1.1vw,18px);line-height:1.8}.keramykos-product-quickview__chips{display:flex;flex-wrap:wrap;gap:8px;margin:38px 0 0;padding:0;list-style:none}.keramykos-product-quickview__chips li{border:1px solid rgba(40,35,32,.28);border-radius:999px;padding:5px 11px;font-size:12px;line-height:1}.keramykos-product-quickview__price{margin:28px 0 0;font-size:13px;letter-spacing:.16em;text-transform:uppercase}.keramykos-product-quickview__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:34px}.keramykos-product-quickview__form{margin:0}.keramykos-product-quickview__sold-out{font-size:12px;letter-spacing:.14em;text-transform:uppercase}.keramykos-product-quickview__thumbs{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:clamp(16px,2vw,28px);margin-top:auto}.keramykos-product-quickview__thumb{display:grid;gap:12px;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.keramykos-product-quickview__thumb[aria-current=true] .keramykos-product-quickview__thumb-media{border-color:#282320bd}.keramykos-product-quickview__thumb-media{display:grid;aspect-ratio:1 / 1;place-items:center;border:1px solid transparent;background:#f4efe62e;color:#28232075;font-family:var(--keramykos-serif-font);font-size:34px}.keramykos-product-quickview__thumb-image{width:100%;height:100%;object-fit:contain}.keramykos-product-quickview__thumb span:last-child{font-size:14px;line-height:1.35}@media screen and (max-width:989px){.keramykos-product-showcase__decor{top:-28px;font-size:clamp(86px,26vw,180px)}.keramykos-product-showcase__rail{height:auto;min-height:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;cursor:auto}.keramykos-product-showcase__list{display:grid;grid-auto-columns:minmax(286px,82vw);grid-auto-flow:column;gap:22px;height:auto;width:max-content;min-width:0;padding:80px 24px 20px}.keramykos-product-showcase__item{display:block;scroll-snap-align:center}.keramykos-product-card,.keramykos-product-card[data-stage-role]{position:relative;inset:auto;width:auto;min-width:0;opacity:1;pointer-events:auto;transform:none}.keramykos-product-card:after{display:none}.keramykos-product-card__number{top:-44px;font-size:clamp(24px,8vw,36px)}.keramykos-product-card__media,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-height:300px}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{max-height:300px}.keramykos-product-card__plus,.keramykos-product-card:not([data-stage-role=active]) .keramykos-product-card__plus{right:18px;bottom:8px;opacity:1;pointer-events:auto}.keramykos-product-quickview{width:100%;margin-top:28px}.keramykos-product-quickview__panel{border-top-left-radius:28px;border-top-right-radius:28px}.keramykos-product-quickview__grid{display:block;min-height:0}.keramykos-product-quickview__media,.keramykos-product-quickview__image-frame,.keramykos-product-quickview__placeholder{min-height:360px}.keramykos-product-quickview__image{aspect-ratio:4 / 5;height:auto;object-fit:cover}.keramykos-product-quickview__inner{padding:36px 24px 46px}.keramykos-product-quickview__close{position:sticky;top:16px;margin-left:auto}.keramykos-product-quickview__number{margin-bottom:34px}.keramykos-product-quickview__thumbs{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.keramykos-product-quickview__thumb{flex:0 0 42vw;min-width:138px;scroll-snap-align:start}}.keramykos-product-card:after{display:none}.keramykos-product-card[data-stage-role=active]:after{content:attr(data-click-label);position:absolute;z-index:8;left:50%;top:34%;display:grid;width:clamp(96px,7.6vw,132px);aspect-ratio:1 / 1;place-items:center;border:1px solid rgba(255,255,255,.44);border-radius:0;background:#f4efe647;color:var(--product-text-color);font-size:13px;line-height:1;text-align:center;opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotate(0) scale(.9);box-shadow:0 24px 54px #0b0b0b29,inset 0 1px #ffffff5c;backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);transition:opacity .22s ease,transform .42s cubic-bezier(.19,1,.22,1),background-color .22s ease}.keramykos-product-card[data-stage-role=active].is-discover-opening:after{opacity:1;background:#f4efe65c;transform:translate(-50%,-50%) rotate(45deg) scale(1)}.keramykos-product-card[data-stage-role=active].is-discover-opening:before{content:attr(data-click-label);position:absolute;z-index:9;left:50%;top:34%;display:grid;width:clamp(96px,7.6vw,132px);aspect-ratio:1 / 1;place-items:center;color:var(--product-text-color);font-size:13px;line-height:1;pointer-events:none;transform:translate(-50%,-50%)}.keramykos-product-card[data-stage-role=prev]:after,.keramykos-product-card[data-stage-role=next]:after,.keramykos-product-card[data-stage-role=far-prev]:after,.keramykos-product-card[data-stage-role=far-next]:after,.keramykos-product-card[data-stage-role=hidden]:after{content:none;display:none}.keramykos-product-card[data-stage-role=prev]:after,.keramykos-product-card[data-stage-role=next]:after,.keramykos-product-card[data-stage-role=far-prev]:after,.keramykos-product-card[data-stage-role=far-next]:after{content:"";position:absolute;z-index:8;left:50%;top:30%;display:grid;width:clamp(92px,7vw,122px);aspect-ratio:1 / 1;place-items:center;border:1px solid rgba(40,35,32,.24);border-radius:0;background:#f4efe624;color:var(--product-text-color);font-size:12px;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotate(45deg) scale(.88);transition:opacity .22s ease,transform .32s cubic-bezier(.19,1,.22,1)}.keramykos-product-card[data-stage-role=prev]:before,.keramykos-product-card[data-stage-role=next]:before,.keramykos-product-card[data-stage-role=far-prev]:before,.keramykos-product-card[data-stage-role=far-next]:before{content:attr(data-cursor-label);position:absolute;z-index:9;left:50%;top:30%;display:grid;width:clamp(92px,7vw,122px);aspect-ratio:1 / 1;place-items:center;color:var(--product-text-color);font-size:12px;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .22s ease}@media screen and (max-width:989px){.keramykos-product-card[data-stage-role=active]:after,.keramykos-product-card[data-stage-role=active].is-discover-opening:before,.keramykos-product-card[data-stage-role=prev]:after,.keramykos-product-card[data-stage-role=next]:after,.keramykos-product-card[data-stage-role=far-prev]:after,.keramykos-product-card[data-stage-role=far-next]:after,.keramykos-product-card[data-stage-role=prev]:before,.keramykos-product-card[data-stage-role=next]:before,.keramykos-product-card[data-stage-role=far-prev]:before,.keramykos-product-card[data-stage-role=far-next]:before{display:none}}.keramykos-product-quickview:not([hidden]){position:fixed;inset:var(--header-height, 76px) 0 0;z-index:90;display:block;width:100%;height:calc(100svh - var(--header-height, 76px));margin:0;background:var(--product-bg-color);color:var(--product-text-color);opacity:1;animation:keramykos-product-detail-reveal .62s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__panel{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;overflow:hidden;border-radius:0;background:var(--product-bg-color);box-shadow:none}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__grid{display:grid;grid-template-columns:minmax(0,48.5vw) minmax(420px,1fr);height:100%;min-height:0}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__media{position:relative;min-height:100%;background:color-mix(in srgb,var(--product-text-color) 8%,var(--product-bg-color));overflow:hidden;animation:keramykos-product-detail-media .76s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__image-frame{width:100%;height:100%;min-height:100%}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__image{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;padding:0;filter:none;transform-origin:center;animation:keramykos-product-detail-image .9s cubic-bezier(.19,1,.22,1) both}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__placeholder{min-height:100%;background:#f4efe647}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__inner{position:relative;display:flex;flex-direction:column;min-height:100%;overflow-y:auto;border-top-left-radius:28px;background:var(--product-bg-color);padding:clamp(46px,5vw,78px) clamp(36px,6vw,92px) clamp(34px,4vw,54px);animation:keramykos-product-detail-card .74s cubic-bezier(.19,1,.22,1) 80ms both}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__close{position:absolute;top:clamp(22px,2.5vw,48px);right:clamp(22px,2.5vw,38px);z-index:4;width:30px;height:30px;border-radius:4px;background:var(--product-button-bg);color:var(--product-button-text)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__number{margin:0 0 clamp(62px,10vw,126px);color:var(--product-text-color);font-family:var(--keramykos-serif-font);font-size:clamp(42px,4vw,64px);line-height:1}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__title{max-width:720px;margin:0 0 24px;font-family:var(--keramykos-serif-font);font-size:clamp(24px,2.1vw,36px);font-weight:400;line-height:1.2;letter-spacing:.13em}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__description{max-width:760px;margin:0;color:color-mix(in srgb,var(--product-text-color) 78%,transparent);font-size:clamp(15px,1.1vw,18px);line-height:1.85}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__chips{margin-top:38px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__chips li{border-color:color-mix(in srgb,var(--product-text-color) 28%,transparent);border-radius:999px;background:#f4efe62e}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__actions{margin-top:34px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumbs{display:grid;grid-template-columns:repeat(4,minmax(118px,1fr));gap:clamp(20px,3vw,44px);margin-top:auto;padding-top:clamp(48px,7vw,96px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb{grid-template-rows:clamp(112px,9vw,174px) auto;opacity:1}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb[aria-current=true]{padding:10px;border:1px solid currentColor}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb-media{aspect-ratio:1 / 1;background:transparent}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb-image{height:100%;object-fit:contain}@keyframes keramykos-product-detail-reveal{0%{opacity:0}to{opacity:1}}@keyframes keramykos-product-detail-media{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes keramykos-product-detail-image{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes keramykos-product-detail-card{0%{opacity:0;transform:translate(-34px)}to{opacity:1;transform:translate(0)}}@media screen and (max-width:989px){.keramykos-product-quickview:not([hidden]){top:0;right:0;bottom:0;left:0;height:100svh;overflow-y:auto}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__panel{position:relative;min-height:100svh;overflow:visible}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__grid{display:block}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__media,.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__image-frame{min-height:54svh;height:54svh}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__inner{min-height:auto;overflow:visible;border-top-left-radius:28px;border-top-right-radius:28px;padding:38px 24px 46px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__close{position:fixed;top:14px;right:14px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__number{margin-bottom:34px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumbs{display:flex;gap:16px;overflow-x:auto;padding-top:34px;padding-bottom:8px}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb{flex:0 0 42vw;min-width:138px}}@media screen and (min-width:990px){.keramykos-product-quickview:not([hidden]),.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__panel,.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__grid{overflow:hidden}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__inner{height:100%;min-height:0;gap:0;overflow-y:auto;padding:clamp(28px,3.3vw,54px) clamp(32px,5vw,82px) clamp(20px,2.4vw,34px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__number{margin-bottom:clamp(28px,4.3vw,74px);font-size:clamp(34px,3.1vw,54px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__title{margin-bottom:clamp(14px,1.6vw,22px);font-size:clamp(22px,1.85vw,32px);line-height:1.15}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__description{display:block;overflow:visible;font-size:clamp(14px,1vw,17px);line-height:1.55}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__chips{margin-top:clamp(18px,2.3vw,32px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__actions{margin-top:clamp(20px,2.4vw,32px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumbs{grid-template-columns:repeat(4,minmax(92px,1fr));gap:clamp(14px,2vw,28px);max-height:clamp(126px,18vh,176px);margin-top:auto;padding-top:clamp(18px,3.2vh,34px);overflow:hidden}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb{grid-template-rows:minmax(72px,1fr) auto;min-height:0}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb-media{max-height:clamp(76px,12vh,118px)}.keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb span:last-child{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.keramykos-product-quickview:not([hidden]){scrollbar-width:none}.keramykos-product-quickview:not([hidden]) *{scrollbar-width:none}.keramykos-product-quickview:not([hidden])::-webkit-scrollbar,.keramykos-product-quickview:not([hidden]) *::-webkit-scrollbar{width:0;height:0}.keramykos-product-card{transition:left .98s cubic-bezier(.16,1,.3,1),top .98s cubic-bezier(.16,1,.3,1),width .98s cubic-bezier(.16,1,.3,1),opacity .52s ease,transform .98s cubic-bezier(.16,1,.3,1)}.keramykos-product-card__image,.keramykos-product-card__placeholder svg{transition:transform .9s cubic-bezier(.16,1,.3,1),filter .9s ease,opacity .52s ease}.keramykos-product-card__plus{right:24%;bottom:18%;z-index:10;transition:opacity .36s ease,transform .52s cubic-bezier(.16,1,.3,1),background-color .28s ease}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus{transform:translateY(0) rotate(0)}.keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus:hover{transform:translateY(0) rotate(90deg)}.keramykos-product-card:before,.keramykos-product-card:after{pointer-events:none}.keramykos-product-card[data-stage-role=active]:after{content:attr(data-click-label);left:50%;top:34%;display:grid;width:clamp(110px,8.2vw,142px);aspect-ratio:1 / 1;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:2px;background:linear-gradient(135deg,#ffffff47,#f4efe61a),#f4efe633;color:var(--product-text-color);font-size:14px;line-height:1;opacity:0;box-shadow:0 30px 74px #0b0b0b29,inset 0 1px #ffffff85,inset 0 -1px #28232014;backdrop-filter:blur(24px) saturate(1.18);-webkit-backdrop-filter:blur(24px) saturate(1.18);transform:translate(-50%,-50%) rotate(0) scale(.88);transition:opacity .36s ease,transform .64s cubic-bezier(.16,1,.3,1),background-color .36s ease,box-shadow .36s ease}.keramykos-product-card[data-stage-role=active]:hover:after,.keramykos-product-card[data-stage-role=active]:focus-within:after{opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)}.keramykos-product-card[data-stage-role=active].is-discover-opening:after{opacity:1;background:linear-gradient(135deg,#ffffff57,#f4efe629),#f4efe647;transform:translate(-50%,-50%) rotate(45deg) scale(1)}.keramykos-product-card[data-stage-role=active].is-discover-opening:before{display:none}.keramykos-product-card[data-stage-role=prev]:after,.keramykos-product-card[data-stage-role=next]:after,.keramykos-product-card[data-stage-role=far-prev]:after,.keramykos-product-card[data-stage-role=far-next]:after{content:"";left:50%;top:33%;display:grid;width:clamp(104px,7.8vw,140px);aspect-ratio:1 / 1;border:1px solid rgba(40,35,32,.2);border-radius:2px;background:linear-gradient(135deg,#fff3,#f4efe614),#f4efe62e;opacity:0;box-shadow:0 24px 56px #0b0b0b1c,inset 0 1px #ffffff6b;backdrop-filter:blur(20px) saturate(1.14);-webkit-backdrop-filter:blur(20px) saturate(1.14);transform:translate(-50%,-50%) rotate(45deg) scale(.86);transition:opacity .36s ease,transform .62s cubic-bezier(.16,1,.3,1),background-color .32s ease}.keramykos-product-card[data-stage-role=prev]:before,.keramykos-product-card[data-stage-role=next]:before,.keramykos-product-card[data-stage-role=far-prev]:before,.keramykos-product-card[data-stage-role=far-next]:before{top:33%;font-size:12px;opacity:0;transition:opacity .32s ease 80ms}.keramykos-product-card[data-stage-role=prev]:hover:after,.keramykos-product-card[data-stage-role=next]:hover:after,.keramykos-product-card[data-stage-role=far-prev]:hover:after,.keramykos-product-card[data-stage-role=far-next]:hover:after,.keramykos-product-card[data-stage-role=prev]:focus-within:after,.keramykos-product-card[data-stage-role=next]:focus-within:after,.keramykos-product-card[data-stage-role=far-prev]:focus-within:after,.keramykos-product-card[data-stage-role=far-next]:focus-within:after{opacity:1;transform:translate(-50%,-50%) rotate(45deg) scale(1)}.keramykos-product-card[data-stage-role=prev]:hover:before,.keramykos-product-card[data-stage-role=next]:hover:before,.keramykos-product-card[data-stage-role=far-prev]:hover:before,.keramykos-product-card[data-stage-role=far-next]:hover:before,.keramykos-product-card[data-stage-role=prev]:focus-within:before,.keramykos-product-card[data-stage-role=next]:focus-within:before,.keramykos-product-card[data-stage-role=far-prev]:focus-within:before,.keramykos-product-card[data-stage-role=far-next]:focus-within:before{opacity:1}@media screen and (max-width:989px){.keramykos-product-showcase__rail{height:auto;min-height:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;cursor:auto}.keramykos-product-showcase__list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(286px,82vw);gap:22px;width:max-content;min-width:0;height:auto;padding:80px 24px 20px}.keramykos-product-showcase__item{display:block;scroll-snap-align:center}.keramykos-product-card,.keramykos-product-card[data-stage-role],.keramykos-product-card[data-stage-role=active],.keramykos-product-card[data-stage-role=prev],.keramykos-product-card[data-stage-role=next],.keramykos-product-card[data-stage-role=far-prev],.keramykos-product-card[data-stage-role=far-next]{position:relative;left:auto;top:auto;width:auto;min-width:0;opacity:1;pointer-events:auto;transform:none}.keramykos-product-card:before,.keramykos-product-card:after{display:none}.keramykos-product-card__plus,.keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus{right:18px;bottom:8px}}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__rail{block-size:min(730px,calc(100svh - 82px))!important;min-block-size:620px!important;inline-size:100%!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-padding-inline:max(34px,calc((100vw - 1380px)/2));scroll-snap-type:x proximity;scrollbar-width:none}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__rail::-webkit-scrollbar{display:none}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__list{position:relative!important;inset:auto!important;display:inline-flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:clamp(120px,13vw,260px)!important;block-size:100%!important;inline-size:max-content!important;min-inline-size:max(2380px,calc(100vw + 620px))!important;max-inline-size:none!important;margin:0!important;padding:clamp(118px,10vw,156px) max(34px,calc((100vw - 1380px)/2)) 26px!important;list-style:none!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:nth-child(n){position:relative!important;inset:auto!important;display:block!important;flex:0 0 clamp(320px,26vw,480px)!important;inline-size:clamp(320px,26vw,480px)!important;min-inline-size:clamp(320px,26vw,480px)!important;max-inline-size:none!important;block-size:auto!important;min-block-size:0!important;scroll-snap-align:center!important;opacity:1!important;visibility:visible!important;transform:none!important;animation:none!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=active]){flex-basis:clamp(460px,36vw,680px)!important;inline-size:clamp(460px,36vw,680px)!important;min-inline-size:clamp(460px,36vw,680px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=far-prev]){order:-2}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=prev]){order:-1}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=active]){order:0}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=next]){order:1}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=far-next]){order:2}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=hidden]{position:relative!important;inset:auto!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;inline-size:100%!important;min-inline-size:0!important;block-size:auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__number,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__number{position:static!important;margin:0 0 clamp(4px,.8vw,12px)!important;transform:none!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__media,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{flex:0 0 auto!important;min-block-size:clamp(180px,18vw,260px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__media{min-block-size:clamp(240px,24vw,340px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__image,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__placeholder svg{max-block-size:clamp(170px,17vw,250px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__image,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__placeholder svg{max-block-size:clamp(220px,23vw,320px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__text{flex:0 0 auto!important;margin-block-start:clamp(5px,.75vw,12px)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__title{font-size:clamp(17px,1.45vw,24px)!important;line-height:1.15!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__description{margin-top:6px!important;font-size:clamp(12px,.84vw,14px)!important;line-height:1.35!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__stage-button{position:absolute!important;z-index:24!important;left:50%!important;top:40%!important;display:grid!important;width:clamp(72px,5.4vw,96px)!important;aspect-ratio:1 / 1!important;padding:0!important;place-items:center!important;border:1px solid rgba(255,255,255,.54)!important;border-radius:2px!important;background:linear-gradient(135deg,#ffffff57,#f4efe61f),#f4efe638!important;color:var(--product-text-color)!important;font:inherit!important;font-size:12px!important;line-height:1!important;opacity:0!important;cursor:pointer!important;box-shadow:0 22px 54px #0b0b0b24,inset 0 1px #ffffff85!important;backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;transform:translate(-50%,-50%) rotate(0) scale(.9)!important;transition:opacity .36s ease,transform .64s cubic-bezier(.16,1,.3,1),background-color .36s ease,box-shadow .36s ease!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev] .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next] .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev] .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next] .keramykos-product-card__stage-button{width:clamp(68px,5vw,92px)!important;border-color:#28232033!important;background:linear-gradient(135deg,#ffffff3d,#f4efe614),#f4efe62e!important;font-size:11px!important;transform:translate(-50%,-50%) rotate(45deg) scale(.88)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev] .keramykos-product-card__stage-button>span,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next] .keramykos-product-card__stage-button>span,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev] .keramykos-product-card__stage-button>span,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next] .keramykos-product-card__stage-button>span{transform:rotate(-45deg)}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:focus-within .keramykos-product-card__stage-button{opacity:1!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:focus-within .keramykos-product-card__stage-button{transform:translate(-50%,-50%) rotate(0) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:hover .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:focus-within .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:focus-within .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:focus-within .keramykos-product-card__stage-button,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:focus-within .keramykos-product-card__stage-button{transform:translate(-50%,-50%) rotate(45deg) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card.is-discover-opening .keramykos-product-card__stage-button{opacity:1!important;transform:translate(-50%,-50%) rotate(45deg) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:after{pointer-events:none}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:after{display:none!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:after{content:attr(data-click-label)!important;position:absolute!important;z-index:18!important;left:50%!important;top:42%!important;display:grid!important;width:clamp(112px,8vw,148px)!important;aspect-ratio:1 / 1!important;place-items:center!important;border:1px solid rgba(255,255,255,.54)!important;border-radius:2px!important;background:linear-gradient(135deg,#ffffff57,#f4efe61f),#f4efe638!important;color:var(--product-text-color)!important;font-size:14px!important;opacity:0!important;box-shadow:0 30px 74px #0b0b0b29,inset 0 1px #ffffff85!important;backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;transform:translate(-50%,-50%) rotate(0) scale(.9)!important;transition:opacity .36s ease,transform .64s cubic-bezier(.16,1,.3,1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:hover:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active]:focus-within:after{opacity:1!important;transform:translate(-50%,-50%) rotate(0) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active].is-discover-opening:after{opacity:1!important;transform:translate(-50%,-50%) rotate(45deg) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:after{content:""!important;position:absolute!important;z-index:18!important;left:50%!important;top:42%!important;display:grid!important;width:clamp(104px,7.5vw,138px)!important;aspect-ratio:1 / 1!important;border:1px solid rgba(40,35,32,.2)!important;border-radius:2px!important;background:linear-gradient(135deg,#ffffff3d,#f4efe614),#f4efe62e!important;opacity:0!important;box-shadow:0 24px 56px #0b0b0b1c,inset 0 1px #ffffff6b!important;backdrop-filter:blur(20px) saturate(1.14)!important;-webkit-backdrop-filter:blur(20px) saturate(1.14)!important;transform:translate(-50%,-50%) rotate(45deg) scale(.88)!important;transition:opacity .36s ease,transform .62s cubic-bezier(.16,1,.3,1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:before{content:attr(data-cursor-label)!important;position:absolute!important;z-index:19!important;left:50%!important;top:42%!important;display:grid!important;width:clamp(104px,7.5vw,138px)!important;aspect-ratio:1 / 1!important;place-items:center!important;color:var(--product-text-color)!important;font-size:12px!important;opacity:0!important;pointer-events:none!important;transform:translate(-50%,-50%)!important;transition:opacity .32s ease 80ms!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:hover:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:hover:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:hover:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:hover:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:focus-within:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:focus-within:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:focus-within:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:focus-within:after{opacity:1!important;transform:translate(-50%,-50%) rotate(45deg) scale(1)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:hover:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:hover:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:hover:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:hover:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=prev]:focus-within:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=next]:focus-within:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-prev]:focus-within:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=far-next]:focus-within:before{opacity:1!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role]:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role]:after{content:none!important;display:none!important;opacity:0!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__cart-form{display:contents}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__plus{position:absolute!important;z-index:28!important;right:clamp(4px,3%,22px)!important;bottom:clamp(8px,4%,24px)!important;inline-size:38px!important;block-size:38px!important;border:0!important;border-radius:6px!important;background:var(--product-button-bg, #282320)!important;color:var(--product-button-text, #f4efe6)!important;opacity:0!important;pointer-events:none!important;transform:translateY(8px) rotate(0)!important;box-shadow:0 18px 42px #0b0b0b2e!important;transition:opacity .3s ease,transform .46s cubic-bezier(.16,1,.3,1),background-color .24s ease!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus{opacity:1!important;pointer-events:auto!important;transform:translateY(0) rotate(0)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card[data-stage-role=active] .keramykos-product-card__plus:hover{transform:translateY(0) rotate(90deg)!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-quickview__thumb[aria-current=true],section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb[aria-current=true]{border:0!important;padding:0!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-quickview__thumb[aria-current=true] .keramykos-product-quickview__thumb-media,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-quickview:not([hidden]) .keramykos-product-quickview__thumb[aria-current=true] .keramykos-product-quickview__thumb-media{border-color:transparent!important}section.keramykos-hero .keramykos-hero__center{width:min(1180px,calc(100vw - clamp(48px,12vw,220px)));max-width:none}section.keramykos-hero .keramykos-hero__heading{max-width:100%;font-size:clamp(3.8rem,6.45vw,7.45rem);letter-spacing:min(var(--keramykos-hero-letter-spacing, .18em),.12em);line-height:.96;white-space:nowrap}section.keramykos-hero .keramykos-hero__subheading{max-width:min(760px,88vw)}@media screen and (max-width:989px){section.keramykos-hero .keramykos-hero__center{width:min(100%,92vw)}section.keramykos-hero .keramykos-hero__heading{font-size:clamp(2.7rem,10.8vw,5.4rem);letter-spacing:min(var(--keramykos-hero-letter-spacing, .18em),.08em)}}@media screen and (max-width:520px){section.keramykos-hero .keramykos-hero__heading{font-size:clamp(2.25rem,11.6vw,3.9rem);letter-spacing:.045em}}@media screen and (max-width:989px){section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__rail{block-size:auto!important;min-block-size:0!important;scroll-snap-type:x mandatory}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__list{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(286px,82vw)!important;gap:22px!important;block-size:auto!important;inline-size:max-content!important;min-inline-size:0!important;padding:80px 24px 20px!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:nth-child(n),section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-showcase__item:has(.keramykos-product-card[data-stage-role=active]){inline-size:auto!important;min-inline-size:0!important;block-size:auto!important;flex-basis:auto!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card{block-size:auto!important}section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:before,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card:after,section.keramykos-product-showcase[data-keramykos-product-showcase] .keramykos-product-card__stage-button{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/keramykos.css.map */
