@charset 'UTF-8';
:root { --color-white: #ffffff;
--color-off-white: #f5f5f5;
--color-primary: #ec2027;
--color-primary-light: #f3565c;
--color-gray-100: #cfcfcf;
--color-gray-200: #b3b3b3;
--color-gray-300: #9f9f9f;
--color-gray-400: #979797;
--color-gray-500: #797979;
--color-gray-600: #717171;
--color-gray-700: #515151;
--color-gray-800: #333333;
--color-black: #000000; --font-primary: "Geologica", sans-serif;
--font-weight-thin: 100;
--font-weight-extralight: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-bold: 700; --fs-h1: 128px;
--fs-h2: 88px;
--fs-h3: 50px;
--fs-h4: 48px;
--fs-h5: 32px;
--fs-h6: 28px;
--fs-h7: 24px;
--fs-h8: 20px;
--fs-h9: 18px;
--fs-h10: 17px;
--fs-h11: 16px;
--fs-h12: 15px;
--fs-h13: 14px;
--fs-h14: 14px;
--fs-h145: 13px;
--fs-h15: 12px; --color-red: #ec2027;
--color-red-hover: #f3565c;
--color-grey-bg: #f5f5f5;
--color-grey-light: #cfcfcf;
--color-grey-mid: #9f9f9f;
--color-grey-mid-dark: #717171;
--color-grey-dark: #515151; --section-spacing: 120px;
--section-spacing-mobile: 50px; --container-width: 94%;
--container-width-mobile: 92%;
}*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 16px;
-webkit-text-size-adjust: 100%;
}
body {
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
color: var(--color-black);
background-color: var(--color-white);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
ul,
ol {
list-style: none;
} .container {
width: var(--container-width);
margin: 0 auto;
} section {
padding-bottom: var(--section-spacing);
} .btn-primary-full {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 350px;
height: 48px;
background-color: var(--color-primary);
border: 1px solid var(--color-primary);
color: var(--color-white);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: var(--fs-h11);
letter-spacing: 1.6px;
text-transform: uppercase;
cursor: pointer;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
opacity 0.2s ease;
opacity: 0.8;
}
.btn-primary-full:hover {
opacity: 0.9;
}
.btn-primary-full--outlined {
background-color: transparent;
color: var(--color-black);
}
.btn-primary-full--outlined:hover {
background-color: var(--color-primary);
color: var(--color-white);
opacity: 1;
}
.btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
height: 38px;
padding: 0 32px;
background-color: var(--color-primary);
border: 1px solid var(--color-primary);
color: var(--color-white);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: var(--fs-h11);
letter-spacing: 1.6px;
text-transform: uppercase;
cursor: pointer;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
opacity 0.2s ease;
}
.btn-primary:hover {
opacity: 0.9;
}
.btn-primary--outlined {
display: inline-flex;
align-items: center;
justify-content: center;
height: 38px;
padding: 0 32px;
background: transparent;
border: 1px solid var(--color-primary);
color: var(--color-black);
font-family: var(--font-primary);
font-size: var(--fs-h11);
font-weight: var(--font-weight-medium);
line-height: 1;
letter-spacing: 1.6px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
transition:
background-color 0.2s ease,
border-color 0.2s ease,
color 0.2s ease,
opacity 0.2s ease;
}
.btn-primary--outlined:hover {
background: var(--color-primary);
border-color: var(--color-primary);
color: var(--color-white);
opacity: 1;
}
.btn-primary--small {
height: 28px;
width: 138px;
padding: 0 32px;
font-size: var(--fs-h15);
letter-spacing: 1.2px;
background-color: transparent;
border: 1px solid var(--color-primary);
color: var(--color-black);
}
.btn-primary--small:hover {
background-color: var(--color-primary);
color: var(--color-white);
opacity: 1;
}
.btn-text-link {
display: inline-block;
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: var(--fs-h13);
letter-spacing: 1.4px;
text-transform: uppercase;
text-decoration: underline;
text-decoration-color: var(--color-primary);
color: var(--color-black);
cursor: pointer;
}
.btn-arrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
background-color: var(--color-primary);
border: none;
color: var(--color-white);
cursor: pointer;
transition: opacity 0.2s ease;
}
.btn-arrow:hover {
opacity: 0.9;
} .woocommerce-notices-wrapper {
width: var(--container-width);
margin: 24px auto 0;
}
.woocommerce-notices-wrapper:empty {
display: none;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
margin: 0 0 18px;
padding: 14px 20px;
border: 0;
border-left: 3px solid var(--color-primary);
background: var(--color-off-white);
color: var(--color-gray-800);
font-family: var(--font-primary);
font-size: var(--fs-h13);
font-weight: var(--font-weight-light);
letter-spacing: 0.42px;
line-height: 1.5;
list-style: none;
}
.woocommerce-notices-wrapper > *:last-child {
margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-error {
border-left-color: var(--color-primary);
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
display: none;
}
.woocommerce-notices-wrapper a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
color: var(--color-primary);
text-decoration: underline;
text-underline-offset: 3px;
} .slick-prev::before,
.slick-next::before {
color: var(--color-gray-200);
}
.slick-next::before {
color: var(--color-primary);
} .countdown__value {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
width: calc((var(--countdown-digits, 1) * 1ch) + 0.2ch);
min-width: 1.35ch;
height: 1.35em;
overflow: hidden;
color: var(--color-white);
font-family: var(--font-primary);
font-size: 1.36em;
font-weight: var(--font-weight-medium);
line-height: 1;
letter-spacing: 0.6px;
vertical-align: -0.08em;
font-variant-numeric: tabular-nums;
}
.countdown__digit {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
will-change: transform, opacity;
}
.countdown__digit--current {
position: relative;
}
.countdown__value.is-changing .countdown__digit--new {
animation: countdown-digit-in 460ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.countdown__value.is-changing .countdown__digit--old {
animation: countdown-digit-out 460ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes countdown-digit-in {
0% {
opacity: 0.32;
transform: translateY(-72%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes countdown-digit-out {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0.32;
transform: translateY(72%);
}
}
@media (prefers-reduced-motion: reduce) {
.countdown__value.is-changing .countdown__digit--new,
.countdown__value.is-changing .countdown__digit--old {
animation: none;
transform: none;
}
.countdown__value.is-changing .countdown__digit--old {
display: none;
}
} @media (max-width: 991px) {
.container {
width: var(--container-width-mobile);
}
.woocommerce-notices-wrapper {
width: var(--container-width-mobile);
margin-top: 16px;
}
section {
padding-bottom: var(--section-spacing-mobile);
}
.about-breadcrumb,
.blog-breadcrumb,
.cart-breadcrumb,
.contact-breadcrumb,
.offers-breadcrumb,
.panos-product__breadcrumbs,
.project-breadcrumb,
.projects-breadcrumb,
.services-breadcrumb,
.shop-breadcrumbs,
.single-post__breadcrumb {
display: none !important;
}
}
@media (max-width: 420px) {
.container {
width: var(--container-width-mobile);
}
section {
padding-bottom: var(--section-spacing-mobile);
}
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: var(--color-black) !important;
caret-color: var(--color-black);
-webkit-box-shadow: 0 0 0 1000px var(--color-off-white) inset !important;
box-shadow: 0 0 0 1000px var(--color-off-white) inset !important;
transition: background-color 9999s ease-out 0s;
} .shop-product-card__icons > .added_to_cart.wc-forward,
.pg-card__icons > .added_to_cart.wc-forward,
.promo-offers__actions > .added_to_cart.wc-forward,
.offer-row__actions > .added_to_cart.wc-forward {
display: none !important;
} .js-wishlist-add {
position: relative;
}
.js-wishlist-add:not(.panos-product__side-action--wishlist) > svg {
transition: opacity 0.2s ease;
}
.js-wishlist-add.is-active:not(.panos-product__side-action--wishlist) > svg,
.js-wishlist-add[aria-pressed="true"]:not(.panos-product__side-action--wishlist) > svg {
opacity: 0;
}
.js-wishlist-add.is-active:not(.panos-product__side-action--wishlist)::after,
.js-wishlist-add[aria-pressed="true"]:not(.panos-product__side-action--wishlist)::after {
position: absolute;
inset: 0;
background: url(//dev.panosoikia.gr/wp-content/themes/panosoikia/assets/images/nav-icon-wishlist-filled.svg) center / contain no-repeat;
content: "";
pointer-events: none;
}.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
} .top-bar {
position: relative;
height: 40px;
background: var(--color-black);
}
.top-bar__inner {
display: flex;
align-items: center;
justify-content: space-between;
width: 94%;
height: 100%;
margin: 0 auto;
}
.top-bar__signin {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 8px;
color: var(--color-white);
font-family: var(--font-primary);
font-size: 12px;
font-weight: var(--font-weight-extralight);
letter-spacing: 1.2px;
text-transform: uppercase;
}
.top-bar__signin img {
width: 15px;
height: 15px;
object-fit: contain;
}
.top-bar__center {
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
max-width: calc(100vw - 96px);
color: var(--color-white);
font-family: var(--font-primary);
font-size: 17px;
letter-spacing: 1.2px;
line-height: 1;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
pointer-events: none;
transform: translate(-50%, -50%);
}
.top-bar__sale-detail {
color: var(--color-primary);
font-weight: var(--font-weight-bold);
}
.top-bar__sale-detail {
font-weight: 700;
color: var(--color-red);
}
span.top-bar__sale-text {
font-weight: 200;
}
.top-bar__right {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 45px;
}
.top-bar__language,
.top-bar__phone {
display: flex;
align-items: center;
color: var(--color-white);
font-family: var(--font-primary);
font-size: 15px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.45px;
line-height: 1;
text-transform: uppercase;
}
.top-bar__language {
justify-content: space-between;
width: 45px;
gap: 0;
cursor: pointer;
}
.top-bar__language span:first-child {
display: block;
}
.top-bar__language span[aria-hidden="true"] {
position: relative;
display: block;
flex: 0 0 14px;
width: 14px;
height: 10px;
color: transparent;
font-size: 0;
line-height: 0;
}
.top-bar__language span[aria-hidden="true"]::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 8px;
height: 8px;
border-right: 1.4px solid var(--color-primary);
border-bottom: 1.4px solid var(--color-primary);
transform: translate(-50%, -75%) rotate(45deg);
} .top-bar__search {
display: none;
} .site-nav {
position: relative;
background-color: var(--color-white);
transition: background-color 0.3s ease;
}
.site-nav__inner {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0;
height: 84px;
}
.site-nav__logo {
position: relative;
z-index: 3;
display: block;
flex: 0 0 352px;
width: 352px;
height: 84px;
}
.site-nav__logo img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.site-nav__logo-img--light {
display: none !important;
}
body:has(.about-hero) .site-nav__logo-img--light,
body:has(.projects-hero) .site-nav__logo-img--light,
body.tax-product_cat .site-nav__logo-img--light,
body.home .site-nav__logo-img--light {
display: block !important;
}
body:has(.about-hero) .site-nav__logo-img--default,
body:has(.projects-hero) .site-nav__logo-img--default {
display: none !important;
}
.site-nav__links {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: flex;
align-items: center;
flex: 0 0 auto;
gap: 56px;
margin-left: 0;
transform: translate(-50%, -50%);
}
.site-nav__links a,
.site-nav__products-btn {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 15px;
letter-spacing: 0.45px;
text-transform: uppercase;
color: var(--color-black);
background: none;
border: none;
cursor: pointer;
padding: 0;
transition: color 0.2s ease;
}
.site-nav__links a,
.site-nav__products-btn {
position: relative;
line-height: 1;
}
.site-nav__links a[href$="/offers/"],
.site-nav__links a[href$="/about-us/"],
.site-nav__products-btn {
font-size: 0;
}
.site-nav__links a[href$="/offers/"]::after,
.site-nav__links a[href$="/about-us/"]::after,
.site-nav__products-btn::after {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 15px;
letter-spacing: 0.45px;
line-height: 1;
}
.site-nav__products-btn::after {
content: "\03A0\03A1\039F\03AA\039F\039D\03A4\0391";
}
.site-nav__links a[href$="/offers/"]::after {
content: "\03A0\03A1\039F\03A3\03A6\039F\03A1\0395\03A3";
}
.site-nav__links a[href$="/about-us/"]::after {
content: "\0395\03A4\0391\0399\03A1\0395\0399\0391";
} .site-nav__links a.site-nav__managed-link,
.site-nav__products-btn.site-nav__products-btn--managed {
font-size: 15px;
}
.site-nav__links a.site-nav__managed-link::after,
.site-nav__products-btn.site-nav__products-btn--managed::after {
content: none;
} .site-nav__links a::before,
.site-nav__products-btn::before {
position: absolute;
left: 5px;
bottom: -8px;
width: 32%;
height: 1px;
background: var(--color-primary);
content: "";
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-nav__links a:hover::before,
.site-nav__products-btn:hover::before,
.site-nav__links a.is-active::before,
.site-nav__products-btn.is-active::before,
body:has(.offers-hero) .site-nav__links a[href$="/offers/"]::before,
body:has(.about-hero) .site-nav__links a[href$="/about-us/"]::before {
transform: scaleX(1);
}
.site-nav__products-btn:hover {
color: var(--color-primary);
}
.site-nav__links a:hover {
color: var(--color-primary);
}
.site-nav__icons {
position: relative;
z-index: 3;
display: flex;
align-items: center;
gap: 56px;
margin-left: auto;
flex-shrink: 0;
}
.site-nav__icon-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
cursor: pointer;
color: var(--color-black);
padding: 0;
transition: color 0.2s ease;
flex-shrink: 0;
text-decoration: none;
}
.site-nav__icon-btn img {
display: block;
width: 31px;
height: 33px;
object-fit: contain;
flex-shrink: 0;
}
.site-nav__wishlist {
position: relative;
}
.site-nav__wishlist img {
width: 31px;
height: 33px;
}
.site-nav__wishlist-count {
position: absolute;
top: -4px;
right: -6px;
min-width: 16px;
height: 16px;
padding: 0 4px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 999px;
background: var(--color-primary);
color: var(--color-white);
font-family: var(--font-primary);
font-size: 10px;
font-weight: var(--font-weight-medium);
line-height: 1;
} .js-wishlist-add.is-active svg path,
.js-wishlist-add.is-active path {
fill: var(--color-primary);
stroke: var(--color-primary);
}
.site-nav__search img {
width: 23px;
height: 23px;
}
.site-nav__cart img {
width: 31px;
height: 33px;
} .site-nav__hamburger-icon {
display: block;
width: 31px;
height: 11px;
background-color: currentColor;
-webkit-mask: url(//dev.panosoikia.gr/wp-content/themes/panosoikia/assets/images/header-icon-menu.svg) no-repeat center / contain;
mask: url(//dev.panosoikia.gr/wp-content/themes/panosoikia/assets/images/header-icon-menu.svg) no-repeat center / contain;
}
.site-nav__icon-btn:hover {
color: var(--color-primary);
} .site-nav__icon-btn::before {
content: "";
position: absolute;
top: 50%;
left: -16px;
right: -16px;
z-index: 0;
height: 56px;
transform: translateY(-50%);
border-radius: 12px;
background: rgba(0, 0, 0, 0.28);
opacity: 0;
transition: opacity 0.2s ease;
pointer-events: none;
} .site-nav__hamburger::before {
background: rgba(236, 32, 39, 0.72);
}
.site-nav__hamburger:hover,
.site-nav__hamburger:focus-visible {
color: var(--color-white);
}
.site-nav__icon-btn:hover::before,
.site-nav__icon-btn:focus-visible::before {
opacity: 1;
} .site-nav__icon-btn > img,
.site-nav__cart-count {
position: relative;
z-index: 1;
}
.site-nav__wishlist-count {
z-index: 1; }
.site-nav__cart-count {
position: static;
width: auto;
height: auto;
background-color: transparent;
color: var(--color-black);
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 0;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.site-nav__cart {
gap: 7px;
}
.site-nav__hamburger {
display: flex;
width: 31px;
height: 11px;
} .nav-icon--light {
display: none;
}
.nav-icon--dark {
display: block;
} .site-breadcrumb {
--breadcrumb-header-gap: 12px;
--breadcrumb-hero-top: calc(124px + var(--breadcrumb-header-gap));
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 16px;
font-family: var(--font-primary);
font-size: 12px;
font-weight: var(--font-weight-extralight);
letter-spacing: 1.2px;
line-height: 1;
text-transform: uppercase;
color: var(--color-black);
}
.site-breadcrumb a {
color: inherit;
text-decoration: none;
transition: color 0.2s ease;
}
.site-breadcrumb a:hover {
color: var(--color-primary);
}
.site-breadcrumb__sep {
font-size: 26px;
line-height: 0;
color: red;
margin-top: -5px;
} .site-breadcrumb--light {
color: var(--color-white);
} .site-breadcrumb--hero {
position: absolute;
top: var(--breadcrumb-hero-top);
left: 0;
z-index: 3;
}
.site-breadcrumb:not(.site-breadcrumb--hero) {
padding-top: var(--breadcrumb-header-gap);
}
@media (max-width: 991px) {
.site-breadcrumb {
--breadcrumb-hero-top: calc(
var(--header-h-mobile, 190px) + var(--breadcrumb-header-gap)
);
display: none;
}
.site-breadcrumb--hero {
top: var(--breadcrumb-hero-top);
}
} .mega-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: var(--color-white);
z-index: 1100;
transform: translateX(100%);
opacity: 0;
transition:
transform 0.75s cubic-bezier(0.76, 0, 0.24, 1),
opacity 0.45s ease;
pointer-events: none;
overflow: hidden;
}
.mega-menu.is-open {
transform: translateX(0);
opacity: 1;
pointer-events: all;
}
.mega-menu__inner {
height: 100%;
position: relative;
padding-right: 61px;
}
.mega-menu__header {
position: absolute;
top: 40px;
left: 64px;
right: 45px;
z-index: 3;
display: flex;
align-items: center;
justify-content: space-between;
}
.mega-menu__logo img {
display: block;
width: 352px;
height: 84px;
object-fit: contain;
}
.mega-menu__close {
display: flex;
align-items: center;
gap: 31px;
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(--color-black);
background: none;
border: none;
cursor: pointer;
transition: color 0.2s ease;
}
.mega-menu__close img {
display: block;
width: 24px;
height: 24px;
}
.mobile-menu__close span {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
}
.mobile-menu__close span::before,
.mobile-menu__close span::after {
position: absolute;
top: 50%;
left: 0;
width: 24px;
height: 1px;
background: currentColor;
content: "";
}
.mobile-menu__close span::before {
transform: rotate(45deg);
}
.mobile-menu__close span::after {
transform: rotate(-45deg);
}
.mega-menu__close:hover {
color: var(--color-primary);
} .mega-menu__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
width: 1920px;
height: calc(100vh / var(--mega-scale, 1));
transform: scale(var(--mega-scale, 1));
transform-origin: top left;
overflow: visible;
}
.mega-menu__col {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
width: 100%;
height: 100%; padding: 0;
border-right: 1px solid rgba(121, 121, 121, 0.4);
overflow: hidden;
opacity: 0;
transform: translate3d(0, -105%, 0);
transition:
opacity 0.85s ease,
transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
transition-delay: 0s;
will-change: opacity, transform;
}
.mega-menu__col:nth-child(even) {
transform: translate3d(0, 105%, 0);
}
.mega-menu__col:last-child {
border-right: none;
}
.mega-menu.is-open .mega-menu__col {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.mega-menu.is-open .mega-menu__col:nth-child(1) {
transition-delay: 0.16s;
}
.mega-menu.is-open .mega-menu__col:nth-child(2) {
transition-delay: 0.48s;
}
.mega-menu.is-open .mega-menu__col:nth-child(3) {
transition-delay: 0.8s;
}
.mega-menu.is-open .mega-menu__col:nth-child(4) {
transition-delay: 1.12s;
}
.mega-menu__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 44px;
align-items: flex-start;
}
.mega-menu__cat-image {
position: relative;
width: 100%;
margin: 0;
overflow: hidden;
}
.mega-menu__cat-image img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.mega-menu__col--living {
gap: 4%;
padding-bottom: 0;
}
.mega-menu__col--living .mega-menu__content {
width: 166px;
}
.mega-menu__cat-image--sofa {
height: 506px;
}
.mega-menu__cat-image--sofa img {
width: 224%;
height: 142%;
max-width: none;
transform: translate(0, -26%);
}
.mega-menu__col--dining {
justify-content: flex-start;
gap: 7%;
}
.mega-menu__col--dining .mega-menu__content {
width: 187px;
}
.mega-menu__cat-image--dining {
height: 574px;
}
.mega-menu__cat-image--dining img {
width: 163%;
height: 76%;
max-width: none;
transform: translate(-20%, 29%);
}
.mega-menu__col--bedroom {
gap: 7%;
justify-content: flex-start;
padding-top: 220px;
}
.mega-menu__cat-image--living img {
width: 215%;
height: 160%;
max-width: none;
transform: translate(0, -8%);
}
.mega-menu__cat-image--living {
height: 385px;
}
.mega-menu__col--bedroom .mega-menu__content {
width: 291px;
}
.mega-menu__cat-image--bedroom {
height: 506px;
}
.mega-menu__cat-image--bedroom img {
width: 165%;
height: 104%;
max-width: none;
transform: translate(0, -8%);
}
.mega-menu__col--decor {
justify-content: flex-start;
gap: 7%;
}
.mega-menu__col--decor .mega-menu__content {
width: 205px;
}
.mega-menu__cat-image--decor {
height: 574px;
}
.mega-menu__cat-image--decor img {
width: 81%;
height: 102%;
max-width: none;
transform: translate(4%, 19%);
}
.mega-menu__cat-title {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: var(--fs-h7);
letter-spacing: 0.72px;
color: var(--color-black);
margin: 0;
}
.mega-menu__cat-title a {
color: inherit;
text-decoration: none;
transition: color 0.2s ease;
}
.mega-menu__cat-title a:hover {
color: var(--color-primary);
}
.mega-menu__cat-links {
display: flex;
flex-direction: column;
gap: 32px;
margin: 0;
padding: 0;
list-style: none;
}
.mega-menu__cat-links li a {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: var(--fs-h8);
letter-spacing: 0.6px;
color: var(--color-black);
transition: color 0.2s ease;
}
.mega-menu__cat-links li a:hover,
.mega-menu__cat-links li a.active {
color: var(--color-primary);
}
.mega-menu__overlay {
display: none;
} .mobile-menu {
position: fixed;
top: 0;
right: 0;
left: auto;
width: min(673px, 100%);
height: 100vh;
height: 100dvh;
background-color: var(--color-white);
z-index: 1001;
transform: translateX(100%);
transition: transform 0.4s ease;
display: flex;
flex-direction: column;
overflow: hidden;
}
.mobile-menu.is-open {
transform: translateX(0);
} .mobile-menu__top {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 24px;
height: auto;
padding: 92px 46px 0;
border-bottom: 0;
}
.mobile-menu__label {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(--color-black);
} .mobile-menu__top-close {
display: block;
margin-left: auto;
width: 24px;
height: 24px;
padding: 0;
background: transparent;
border: 0;
cursor: pointer;
}
.mobile-menu__top-close img {
display: block;
width: 100%;
height: 100%;
} @media (max-width: 991px) {
.mobile-menu__top-close {
display: none;
}
} .mobile-menu__nav {
flex: 1 1 auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
display: flex;
align-items: flex-start;
padding: 105px 104px 40px;
}
.mobile-menu__nav > ul {
display: flex;
flex-direction: column;
gap: 60px;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
} .mobile-menu__nav > .mobile-menu__list--mobile {
display: none;
}
@media (max-width: 991px) {
.mobile-menu__nav > .mobile-menu__list--desktop {
display: none;
}
.mobile-menu__nav > .mobile-menu__list--mobile {
display: flex;
}
}
.mobile-menu__item {
display: flex;
flex-direction: column;
}
.mobile-menu__link {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
width: 100%;
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 24px;
letter-spacing: 0.72px;
text-transform: uppercase;
color: var(--color-black);
background: none;
border: none;
cursor: pointer;
padding: 0;
text-align: left;
transition: color 0.2s ease;
}
body.mobile-menu-open {
overflow: hidden;
}
@media (max-width: 673px) {
.mobile-menu__top {
padding: 48px 24px 0;
}
.mobile-menu__nav {
padding: 76px 32px 32px;
}
.mobile-menu__nav > ul {
gap: 42px;
}
}
.mobile-menu__link:hover,
.mobile-menu__link.is-active {
color: var(--color-primary);
}
.mobile-menu__plus {
color: var(--color-primary);
font-weight: var(--font-weight-extralight);
line-height: 1;
} .mobile-menu__sub {
display: none;
flex-direction: column;
gap: clamp(14px, 3.5vw, 18px);
margin: 0;
padding: clamp(18px, 5vw, 24px) 0 0 16px;
list-style: none;
}
.mobile-menu__sub.is-open {
display: flex;
}
.mobile-menu__sub li a {
font-family: var(--font-primary);
font-weight: var(--font-weight-light);
font-size: clamp(16px, 4.6vw, 20px);
letter-spacing: 0.6px;
text-transform: uppercase;
color: var(--color-gray-600);
transition: color 0.2s ease;
}
.mobile-menu__sub li a:hover,
.mobile-menu__sub li a.is-active {
color: var(--color-primary);
} .mobile-menu__bar {
--mobile-utility-pad-x: clamp(20px, 8.2vw, 32px);
flex-shrink: 0;
position: relative;
display: flex;
align-items: center;
gap: var(--mobile-utility-gap);
height: 85px;
padding: 0 var(--mobile-utility-pad-x);
background: var(--color-black);
justify-content: space-between;
}
.mobile-menu__bar-icon {
position: relative;
display: flex;
align-items: center;
gap: 2px;
color: inherit;
text-decoration: none;
background: none;
border: none;
cursor: pointer;
padding: 0;
}
.mobile-menu__bar-cart {
min-width: 76px;
}
.mobile-menu__bar-icon--active::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 55px;
height: 49px;
border-radius: 8px;
background: rgba(166, 166, 166, 0.4);
transform: translate(-50%, -50%);
}
.mobile-menu__bar-cart.mobile-menu__bar-icon--active::before {
left: 50%;
width: 99px;
}
.mobile-menu__bar-icon--active img {
filter: none;
}
.mobile-menu__bar-icon img {
position: relative;
z-index: 1;
display: block;
width: 31px;
height: 33px;
object-fit: contain;
}
.mobile-menu__bar-user img {
width: 23px;
height: 23px;
}
.mobile-menu__bar-count {
position: relative;
z-index: 1;
min-width: 33px;
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
color: var(--color-white);
line-height: 1;
text-align: center;
}
.mobile-menu__close {
top: 50%;
right: clamp(
8px,
calc(
100vw - var(--mobile-utility-pad-x) - var(--mobile-utility-gap) -
var(--mobile-utility-gap) - var(--mobile-utility-gap) - 178px
),
16px
);
display: flex;
align-items: center;
justify-content: center;
width: 65px;
height: 49px;
border: none;
border-radius: 8px;
background: rgba(236, 32, 39, 0.7);
cursor: pointer;
transition: background 0.2s ease;
}
.mobile-menu__close:hover {
background: var(--color-primary);
}
.mobile-menu__close span {
position: relative;
display: inline-block;
width: 23px;
height: 23px;
}
.mobile-menu__close span::before,
.mobile-menu__close span::after {
position: absolute;
top: 50%;
left: 0;
width: 23px;
height: 2px;
background: var(--color-white);
content: "";
}
.mobile-menu__close span::before {
transform: rotate(45deg);
}
.mobile-menu__close span::after {
transform: rotate(-45deg);
}
.mobile-menu__overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1000;
}
.mobile-menu__overlay.is-active {
display: block;
} .mobile-products {
position: absolute;
top: 0;
left: 0;
width: 100%; height: calc(100% - 85px);
background: var(--color-white);
z-index: 5;
display: flex;
flex-direction: column;
transform: translateX(100%);
visibility: hidden;
transition:
transform 0.35s ease,
visibility 0s linear 0.35s;
}
.mobile-products.is-open {
transform: translateX(0);
visibility: visible;
transition: transform 0.35s ease;
} .mobile-products__top {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;
height: 55px;
padding: 0 clamp(10px, 2.2vw, 20px);
border-bottom: 1px solid var(--color-gray-100);
}
.mobile-products__back {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
margin-left: -4px;
padding: 0;
color: var(--color-primary);
background: none;
border: none;
cursor: pointer;
}
.mobile-products__title {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(--color-black);
} .mobile-products__grid {
flex: 1 1 auto;
min-height: 0;
overflow: hidden;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: 335fr 328fr;
}
.mobile-products__cell {
position: relative;
display: block;
min-width: 0;
min-height: 0;
padding: 24px 16px 0;
background: var(--color-white);
border-bottom: 1px solid var(--color-gray-100);
overflow: hidden;
} .mobile-products__cell:nth-child(odd) {
border-right: 1px solid var(--color-gray-100);
} .mobile-products__cell:nth-last-child(-n + 2) {
border-bottom: 0;
}
.mobile-products__cat-title {
position: relative;
z-index: 2;
margin: 0 0 24px;
line-height: 1;
}
.mobile-products__cat-title a {
display: block;
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 0.48px;
line-height: 1.2;
text-transform: uppercase;
color: var(--color-black);
text-decoration: none;
transition: color 0.2s ease;
}
.mobile-products__cat-title a:hover {
color: var(--color-primary);
}
.mobile-products__links {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 16px;
margin: 0;
padding: 0;
list-style: none;
}
.mobile-products__links li {
min-width: 0;
line-height: 1;
}
.mobile-products__links a {
display: block;
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 14px;
letter-spacing: 0.42px;
line-height: 1.25;
color: var(--color-black);
text-decoration: none;
overflow-wrap: break-word;
transition: color 0.2s ease;
}
.mobile-products__links a.is-active {
color: var(--color-primary);
}
.mobile-products__links a:hover {
color: var(--color-primary);
} .mobile-products__image {
position: absolute;
inset: 0;
z-index: 1;
margin: 0;
overflow: hidden;
pointer-events: none;
}
.mobile-products__image img {
position: absolute;
display: block;
max-width: none;
width: auto;
height: auto;
object-fit: contain;
}
.mobile-products__cell--living .mobile-products__image img {
top: 32.2%;
left: 0;
width: 223.7%;
height: 86.5%;
}
.mobile-products__cell--dining .mobile-products__image img {
top: 30.6%;
left: -18.8%;
width: 179.8%;
height: 99.3%;
mix-blend-mode: multiply;
}
.mobile-products__cell--bedroom .mobile-products__image img {
top: 38.6%;
left: -1.9%;
width: 172%;
height: 68.2%;
mix-blend-mode: multiply;
}
.mobile-products__cell--decor .mobile-products__image img {
top: 33.1%;
left: 3.8%;
width: 92.4%;
height: 81%;
mix-blend-mode: multiply;
}
@media (max-width: 374px) {
.mobile-products__cell {
padding-right: 12px;
padding-left: 12px;
}
.mobile-products__cat-title a {
font-size: 15px;
letter-spacing: 0.3px;
}
.mobile-products__links a {
font-size: 13px;
letter-spacing: 0.3px;
}
}
@media (max-width: 340px) {
.mobile-products__cell {
padding-right: 10px;
padding-left: 10px;
}
.mobile-products__cat-title {
margin-bottom: 18px;
}
.mobile-products__cat-title a {
font-size: 14px;
}
.mobile-products__links {
gap: 12px;
}
} .site-header.is-scrolled .top-bar {
background: var(--color-black);
}
.site-header.is-scrolled .site-nav {
background-color: var(--color-white);
border-bottom: 1px solid var(--color-gray-100);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.site-header.is-scrolled .site-nav__links a,
.site-header.is-scrolled .site-nav__products-btn,
.site-header.is-scrolled .site-nav__icon-btn,
.site-header.is-scrolled .site-nav__cart-count {
color: var(--color-black);
} body {
padding-top: 124px;
}
body.mega-menu-open {
overflow: hidden;
}  @media (max-width: 1440px) {
.site-nav__logo {
flex: 0 0 260px;
width: 260px;
height: 62px;
}
.site-nav__links {
flex: 0 0 auto;
gap: 40px;
margin-left: 0;
}
.site-nav__icons {
gap: 40px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.top-bar__signin,
.top-bar__language,
.top-bar__phone {
font-size: 11px;
letter-spacing: 0.45px;
}
.top-bar__center {
gap: 5px;
max-width: 430px;
font-size: 10px;
letter-spacing: 0.65px;
}
.top-bar__right {
gap: 16px;
}
} @media (max-width: 991px) { :root {
--header-h-mobile: calc(122px + clamp(52px, 17.2vw, 67px));
} html,
body {
max-width: 100%;
overflow-x: clip;
} .top-bar__inner {
width: 100%;
padding: 0 16px;
}
.top-bar__signin {
display: none;
}
.top-bar__right {
display: none;
}
.top-bar__center {
position: static;
transform: none;
justify-content: flex-start;
max-width: calc(100% - 36px);
font-size: 11px;
letter-spacing: 0.33px;
text-align: left;
gap: 8px;
overflow: hidden;
text-overflow: ellipsis;
}
.top-bar__search {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
padding: 0;
background: none;
border: none;
cursor: pointer;
}
.top-bar__search img {
display: block;
width: 16px;
height: 16px;
object-fit: contain;
} .site-nav__inner {
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 24px;
height: auto;
padding: 23px 0 20px;
}
.site-nav__logo {
flex: 0 0 auto;
width: clamp(220px, 72vw, 281px);
height: auto;
aspect-ratio: 281 / 67;
}
.mobile-products__links {
gap: 8px;
}
.mobile-products__cell {
padding: 16px 16px 0;
}
.mobile-products__cat-title {
margin: 0 0 16px;
} .site-nav__links {
position: static;
transform: none;
display: flex;
justify-content: center;
width: 100%;
margin: 0;
gap: clamp(16px, 6vw, 41px);
} .site-nav__icons {
display: none;
} body {
padding-top: var(--header-h-mobile);
}
} .wishlist-drawer {
position: fixed;
top: 40px; right: 0;
width: 420px;
max-width: 100%;
height: calc(100vh - 40px);
height: calc(100dvh - 40px);
background: var(--color-white);
z-index: 1002;
display: flex;
flex-direction: column;
transform: translateX(100%);
transition: transform 0.4s ease;
box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}
.wishlist-drawer.is-open {
transform: translateX(0);
}
.wishlist-drawer__overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1001;
}
.wishlist-drawer__overlay.is-active {
display: block;
} .wishlist-drawer__top {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;
height: 55px;
padding: 0 clamp(20px, 8.2vw, 32px);
border-bottom: 1px solid var(--color-gray-100);
}
.wishlist-drawer__title {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(--color-black);
}
.wishlist-drawer__close {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
padding: 0;
color: var(--color-primary);
background: none;
border: none;
cursor: pointer;
} .wishlist-drawer__body {
flex: 1 1 auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 0 clamp(16px, 4vw, 16px);
}
.wishlist-drawer__empty {
margin: 40px 0;
text-align: center;
color: var(--color-gray-500);
font-family: var(--font-primary);
font-weight: var(--font-weight-light);
font-size: 15px;
letter-spacing: 0.45px;
} .wishlist-row {
display: flex;
gap: 24px;
align-items: flex-start;
padding: 16px 0;
border-bottom: 1px solid var(--color-gray-100);
}
.wishlist-row__image {
flex: 0 0 161px;
width: 161px;
height: 158px;
background: var(--color-off-white);
overflow: hidden;
}
.wishlist-row__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
display: block;
}
.wishlist-row__info {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
gap: 19px;
padding-top: 2px;
}
.wishlist-row__title {
margin: 0;
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: 16px;
letter-spacing: 0.48px;
line-height: 1.1;
color: var(--color-black);
}
.wishlist-row__title a {
color: inherit;
text-decoration: none;
transition: color 0.2s ease;
}
.wishlist-row__title a:hover {
color: var(--color-primary);
}
.wishlist-row__price {
display: flex;
flex-direction: column;
gap: 8px;
}
.wishlist-row__old {
color: var(--color-primary);
font-weight: var(--font-weight-extralight);
font-size: 13px;
letter-spacing: 0.39px;
line-height: 1.4;
text-decoration: line-through;
}
.wishlist-row__new {
color: var(--color-black);
font-weight: var(--font-weight-regular);
font-size: 13px;
letter-spacing: 0.39px;
line-height: 1;
}
.wishlist-row__dimension {
display: flex;
flex-direction: column;
gap: 12px;
color: var(--color-black);
font-weight: var(--font-weight-extralight);
font-size: 13px;
letter-spacing: 0.39px;
}
.wishlist-row__dimension-icon svg {
width: 32px;
height: 15px;
display: block;
}
.wishlist-row__remove {
align-self: flex-start;
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
background: none;
border: none;
cursor: pointer;
} .wishlist-drawer__bar {
flex-shrink: 0;
display: flex;
align-items: center;
gap: clamp(32px, 9vw, 55px);
height: 85px;
padding: 0 clamp(20px, 8.2vw, 32px);
background: var(--color-black);
}
.wishlist-drawer__bar-icon {
display: flex;
align-items: center;
gap: 12px;
color: inherit;
text-decoration: none;
background: none;
border: none;
cursor: pointer;
padding: 0;
}
.wishlist-drawer__bar-icon img {
display: block;
width: 31px;
height: 33px;
object-fit: contain;
}
.wishlist-drawer__bar-icon:first-child img {
width: 23px;
height: 23px;
}
.wishlist-drawer__bar-icon--active img {
filter: none;
}
.wishlist-drawer__bar-count {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
color: var(--color-white);
line-height: 1;
}
body.wishlist-open {
overflow: hidden;
} @media (max-width: 991px) {
.wishlist-drawer {
width: 100%;
bottom: 85px;
height: auto;
}
} .cart-drawer {
position: fixed;
top: 40px;
right: 0;
width: 420px;
max-width: 100%;
height: calc(100vh - 40px);
height: calc(100dvh - 40px);
background: var(--color-white);
z-index: 1002;
display: flex;
flex-direction: column;
transform: translateX(100%);
transition: transform 0.4s ease;
box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}
.cart-drawer.is-open {
transform: translateX(0);
}
.cart-drawer.is-loading {
opacity: 0.7;
pointer-events: none;
}
.cart-drawer__overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1001;
}
.cart-drawer__overlay.is-active {
display: block;
}
.cart-drawer__top {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;
height: 55px;
padding: 0 clamp(20px, 8.2vw, 32px);
border-bottom: 1px solid var(--color-gray-100);
}
.cart-drawer__title {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
text-transform: uppercase;
color: var(--color-black);
}
.cart-drawer__close {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
padding: 0;
color: var(--color-primary);
background: none;
border: none;
cursor: pointer;
}
.cart-drawer__body {
flex: 1 1 auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
display: flex;
flex-direction: column;
}
.cart-drawer__empty {
margin: 40px auto;
text-align: center;
color: var(--color-gray-500);
font-family: var(--font-primary);
font-weight: var(--font-weight-light);
font-size: 15px;
letter-spacing: 0.45px;
}
.cart-drawer__list {
padding: 0 16px;
}
.cart-row {
position: relative;
display: flex;
gap: 24px;
align-items: flex-start;
padding: 16px 0;
border-bottom: 1px solid var(--color-gray-100);
}
.cart-row__image {
flex: 0 0 161px;
width: 161px;
height: 158px;
background: var(--color-off-white);
overflow: hidden;
}
.cart-row__image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
display: block;
}
.cart-row__info {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
gap: 16px;
padding-top: 2px;
padding-right: 24px;
}
.cart-row__title {
margin: 0;
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: 16px;
letter-spacing: 0.48px;
line-height: 1.1;
color: var(--color-black);
}
.cart-row__title a {
color: inherit;
text-decoration: none;
transition: color 0.2s ease;
}
.cart-row__title a:hover {
color: var(--color-primary);
}
.cart-row__price {
display: flex;
flex-direction: column;
gap: 8px;
}
.cart-row__old {
color: var(--color-primary);
font-weight: var(--font-weight-extralight);
font-size: 13px;
letter-spacing: 0.39px;
line-height: 1.4;
text-decoration: line-through;
}
.cart-row__new {
color: var(--color-black);
font-weight: var(--font-weight-regular);
font-size: 13px;
letter-spacing: 0.39px;
line-height: 1;
}
.cart-row__dimension {
display: flex;
flex-direction: column;
gap: 12px;
color: var(--color-black);
font-weight: var(--font-weight-extralight);
font-size: 13px;
letter-spacing: 0.39px;
}
.cart-row__dimension-icon svg {
width: 32px;
height: 15px;
display: block;
}
.cart-row__qty {
position: relative;
width: 79px;
}
.cart-row__qty select {
width: 100%;
height: 28px;
padding: 0 24px 0 13px;
border: 1px solid var(--color-gray-100);
border-radius: 0;
background: var(--color-white);
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 13px;
color: var(--color-black);
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
.cart-row__qty::after {
content: "";
position: absolute;
right: 12px;
top: 50%;
width: 8px;
height: 8px;
border-right: 1.4px solid var(--color-black);
border-bottom: 1.4px solid var(--color-black);
transform: translateY(-65%) rotate(45deg);
pointer-events: none;
}
.cart-row__remove {
position: absolute;
top: 16px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
padding: 0;
background: none;
border: none;
cursor: pointer;
}
.cart-drawer__summary {
margin-top: auto;
position: relative;
flex-shrink: 0;
background: var(--color-off-white);
padding: 16px;
display: flex;
flex-direction: column;
gap: 20px;
}
.cart-drawer__summary-toggle {
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 16px;
padding: 0;
color: var(--color-black);
background: none;
border: none;
cursor: pointer;
}
.cart-drawer__summary.is-expanded .cart-drawer__summary-toggle svg {
transform: rotate(180deg);
}
.cart-drawer__summary-details {
display: none;
flex-direction: column;
gap: 24px;
padding-top: 24px;
}
.cart-drawer__summary.is-expanded .cart-drawer__summary-details {
display: flex;
}
.cart-drawer__summary-grid {
display: flex;
justify-content: space-between;
gap: 16px;
}
.cart-drawer__summary-grid > div {
display: flex;
flex-direction: column;
gap: 6px;
}
.cart-drawer__summary-grid span {
color: var(--color-gray-500);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: 14px;
}
.cart-drawer__summary-grid strong {
color: var(--color-black);
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: 16px;
letter-spacing: 0.48px;
}
.cart-drawer__coupon {
display: flex;
flex-direction: column;
gap: 14px;
border-top: 1px solid #dedede;
padding-top: 24px;
}
.cart-drawer__coupon-label {
color: var(--color-gray-500);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: 14px;
}
.cart-drawer__coupon-field {
display: flex;
align-items: stretch;
background: var(--color-white);
}
.cart-drawer__coupon-field input {
flex: 1 1 auto;
min-width: 0;
padding: 0 16px;
height: 48px;
border: none;
outline: none;
background: transparent;
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: 14px;
letter-spacing: 1.4px;
text-transform: uppercase;
color: var(--color-gray-800);
}
.cart-drawer__coupon-field input::placeholder {
color: var(--color-gray-300);
}
.cart-drawer__coupon-apply {
flex: 0 0 auto;
width: 81px;
height: 38px;
align-self: center;
margin: 0 5px;
display: flex;
align-items: center;
justify-content: center;
background: var(--color-primary);
border: none;
cursor: pointer;
}
.cart-drawer__total-row {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
border-top: 1px solid #dedede;
padding-top: 16px;
}
.cart-drawer__summary:not(.is-expanded) .cart-drawer__total-row {
border-top: 0;
padding-top: 0;
}
.cart-drawer__total-label {
color: var(--color-black);
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: 14px;
letter-spacing: 0.42px;
}
.cart-drawer__total-value {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 6px;
text-align: right;
}
.cart-drawer__total-value strong {
color: var(--color-black);
font-family: var(--font-primary);
font-weight: var(--font-weight-regular);
font-size: 14px;
letter-spacing: 0.42px;
}
.cart-drawer__total-value small {
color: var(--color-gray-500);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: 12px;
}
.cart-drawer__checkout {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
background: var(--color-black);
color: var(--color-white);
font-family: var(--font-primary);
font-weight: var(--font-weight-medium);
font-size: 14px;
letter-spacing: 1.4px;
text-transform: uppercase;
text-decoration: none;
transition: background 0.2s ease;
}
.cart-drawer__checkout:hover {
background: var(--color-gray-800);
}
.cart-drawer__bar {
flex-shrink: 0;
display: flex;
align-items: center;
gap: clamp(32px, 9vw, 55px);
height: 85px;
padding: 0 clamp(20px, 8.2vw, 32px);
background: var(--color-black);
} @media (min-width: 992px) {
.wishlist-drawer__bar,
.cart-drawer__bar {
display: none;
}
}
.cart-drawer__bar-icon {
display: flex;
align-items: center;
gap: 12px;
background: none;
border: none;
cursor: pointer;
padding: 0;
text-decoration: none;
}
.cart-drawer__bar-icon img {
display: block;
width: 31px;
height: 33px;
object-fit: contain;
}
.cart-drawer__bar-icon:first-child img {
width: 23px;
height: 23px;
}
.cart-drawer__bar-count {
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
color: var(--color-white);
line-height: 1;
}
body.cart-open {
overflow: hidden;
} @media (max-width: 991px) {
.cart-drawer {
width: 100%;
bottom: 85px;
height: auto;
}
} .sticky-bar {
display: none;
}
@media (max-width: 991px) {
.sticky-bar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 85px; z-index: 1003;
display: flex;
align-items: center;
justify-content: space-between;
gap: clamp(24px, 9vw, 55px);
padding: 0 clamp(24px, 8.2vw, 32px);
background: var(--color-black);
}
.sticky-bar__item {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
padding: 0;
background: none;
border: none;
cursor: pointer;
text-decoration: none;
} .sticky-bar__item--active::before,
body.wishlist-open .sticky-bar__item--wishlist::before,
body.cart-open .sticky-bar__item--cart::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 55px;
height: 49px;
border-radius: 8px;
background: rgba(166, 166, 166, 0.4);
transform: translate(-50%, -50%);
} .sticky-bar__item--cart.sticky-bar__item--active::before,
body.cart-open .sticky-bar__item--cart::before {
width: 99px;
}
.sticky-bar__item img {
position: relative;
z-index: 1;
display: block;
width: 31px;
height: 33px;
object-fit: contain;
} .sticky-bar__item img.sticky-bar__icon--filled {
display: none;
}
.sticky-bar__item--active img.sticky-bar__icon--outline,
body.wishlist-open .sticky-bar__item--wishlist img.sticky-bar__icon--outline,
body.cart-open .sticky-bar__item--cart img.sticky-bar__icon--outline {
display: none;
}
.sticky-bar__item--active img.sticky-bar__icon--filled,
body.wishlist-open .sticky-bar__item--wishlist img.sticky-bar__icon--filled,
body.cart-open .sticky-bar__item--cart img.sticky-bar__icon--filled {
display: block;
} .sticky-bar__item:first-child img {
width: 23px;
height: 23px;
} .sticky-bar__item:last-child {
width: 55px;
height: 55px;
border-radius: 8px;
} .sticky-bar__item:last-child img {
width: 31px;
height: 11px;
filter: invert(1);
} body.mobile-menu-open .sticky-bar__item:last-child {
background: var(--color-primary);
}
body.mobile-menu-open .sticky-bar__item:last-child img {
display: none;
}
body.mobile-menu-open .sticky-bar__item:last-child::before,
body.mobile-menu-open .sticky-bar__item:last-child::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
width: 20px;
height: 1.6px;
background: var(--color-white);
}
body.mobile-menu-open .sticky-bar__item:last-child::before {
transform: translate(-50%, -50%) rotate(45deg);
}
body.mobile-menu-open .sticky-bar__item:last-child::after {
transform: translate(-50%, -50%) rotate(-45deg);
} .sticky-bar__count--cart {
position: relative;
z-index: 1;
margin-left: 8px;
background: none;
color: var(--color-white);
font-family: var(--font-primary);
font-weight: var(--font-weight-extralight);
font-size: 16px;
letter-spacing: 1.6px;
line-height: 1;
} .sticky-bar__item .sticky-bar__count.js-wishlist-count {
position: absolute;
z-index: 2;
top: -4px;
right: -8px;
min-width: 16px;
height: 16px;
padding: 0 4px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 999px;
background: var(--color-primary);
color: var(--color-white);
font-family: var(--font-primary);
font-size: 10px;
font-weight: var(--font-weight-medium);
line-height: 1;
}
.sticky-bar__item--wishlist.sticky-bar__item--active
.sticky-bar__count.js-wishlist-count,
body.wishlist-open
.sticky-bar__item--wishlist
.sticky-bar__count.js-wishlist-count {
display: none !important;
} body {
padding-bottom: 85px;
} body.mega-menu-open .sticky-bar {
display: none;
}
} .site-nav__search-panel {
position: absolute;
top: 100%;
left: 0;
width: 100%;
padding: 20px 0;
background: var(--color-white);
border-bottom: 1px solid var(--color-gray-100);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.site-nav__search-panel-inner {
display: flex;
align-items: center;
gap: 16px;
} .site-nav__search-panel #site-search {
flex: 1 1 auto;
min-width: 0;
}
.site-nav__search-close {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 38px;
height: 38px;
padding: 0;
background: none;
border: none;
cursor: pointer;
color: var(--color-black);
transition: color 0.2s ease;
}
.site-nav__search-close:hover {
color: var(--color-primary);
} .site-nav__search-panel {
z-index: 4;
padding: 18px 0;
background: rgba(255, 255, 255, 0.98);
border-top: 1px solid rgba(207, 207, 207, 0.55);
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.08);
backdrop-filter: blur(8px);
}
.site-nav__search-panel-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) 48px;
align-items: center;
gap: 16px;
}
.site-nav__search-panel #site-search {
width: 100%;
min-width: 0;
}
.site-nav__search-panel .search-bar-container {
display: flex;
align-items: center;
width: 100%;
height: 48px;
background: var(--color-off-white);
border: 1px solid var(--color-primary);
box-shadow: inset 0 0 0 0 var(--color-primary);
transition:
background-color 0.18s ease,
box-shadow 0.18s ease;
}
.site-nav__search-panel .search-bar-container::before {
content: "";
flex: 0 0 18px;
width: 18px;
height: 18px;
margin-left: 18px;
background: url(//dev.panosoikia.gr/wp-content/themes/panosoikia/assets/images/nav-icon-search.svg) center / contain no-repeat;
opacity: 0.92;
}
.site-nav__search-panel #site-search.active-search .search-bar-container,
.site-nav__search-panel .search-bar-container:focus-within {
background: var(--color-white);
box-shadow: inset 0 -3px 0 0 var(--color-primary);
}
.site-nav__search-panel #smart-search-input,
.site-nav__search-panel .smart-search-input {
width: 100% !important;
height: 46px !important;
min-width: 0;
padding: 0 18px !important;
background: transparent !important;
border: 0 !important;
border-radius: 0 !important;
outline: 0 !important;
color: var(--color-black) !important;
font-family: var(--font-primary);
font-size: 18px !important;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
}
.site-nav__search-panel #smart-search-input::placeholder,
.site-nav__search-panel .smart-search-input::placeholder {
color: var(--color-gray-500) !important;
opacity: 1;
}
.site-nav__search-panel #smart-search-category {
flex: 0 0 180px;
width: auto !important;
height: 46px;
margin: 0;
padding: 0 14px;
background: transparent !important;
border: 0 !important;
border-right: 1px solid var(--color-gray-100) !important;
border-radius: 0 !important;
color: var(--color-gray-800) !important;
font-family: var(--font-primary);
font-size: 14px;
font-weight: var(--font-weight-light);
letter-spacing: 0.42px;
outline: 0;
}
.site-nav__search-close {
width: 48px;
height: 48px;
background: var(--color-primary);
border: 1px solid var(--color-primary);
border-radius: 4px;
color: var(--color-white);
transition:
background-color 0.18s ease,
border-color 0.18s ease;
}
.site-nav__search-close:hover {
background: var(--color-primary-light);
border-color: var(--color-primary-light);
color: var(--color-white);
}
body.site-search-panel-open .smart-search-results {
left: 3% !important;
z-index: 999;
width: 94% !important;
padding: 28px !important;
margin-top: 0 !important;
background: var(--color-white) !important;
border: 1px solid var(--color-gray-100);
border-top: 3px solid var(--color-primary);
box-shadow: 0 22px 46px rgba(0, 0, 0, 0.13);
}
body.site-search-panel-open .smart-search-results .close-btn {
top: 16px;
right: 16px;
width: 34px;
height: 34px;
background: var(--color-primary);
}
body.site-search-panel-open .smart-search-inner {
gap: 0;
width: 100%;
max-width: none !important;
padding-top: 14px !important;
}
body.site-search-panel-open .smart-search-results .column {
margin: 0 !important;
padding: 0 28px;
border-right: 1px solid var(--color-gray-100);
}
body.site-search-panel-open .smart-search-results .column:first-child {
padding-left: 0;
}
body.site-search-panel-open .smart-search-results .column:last-child {
padding-right: 0;
border-right: 0;
}
body.site-search-panel-open .smart-search-results h3 {
margin: 0 0 18px;
padding: 0 0 12px;
border-bottom: 1px solid var(--color-primary);
color: var(--color-black);
font-family: var(--font-primary);
font-size: 14px;
font-weight: var(--font-weight-medium);
letter-spacing: 1.4px;
line-height: 1.2;
text-transform: uppercase;
}
body.site-search-panel-open .smart-search-results .searched-for-text {
color: var(--color-primary);
font-weight: var(--font-weight-medium);
}
body.site-search-panel-open .smart-search-results ul {
max-height: 360px !important;
}
body.site-search-panel-open .smart-search-results ul li {
padding: 0 !important;
border-bottom: 1px solid rgba(207, 207, 207, 0.58);
}
body.site-search-panel-open .smart-search-results ul li:last-child {
border-bottom: 0;
}
body.site-search-panel-open .smart-search-results a {
min-height: 54px;
padding: 12px 0;
color: var(--color-gray-800) !important;
font-family: var(--font-primary);
font-size: 15px;
font-weight: var(--font-weight-light);
letter-spacing: 0.45px;
line-height: 1.35;
text-decoration: none;
transition: color 0.18s ease;
}
body.site-search-panel-open .smart-search-results a:hover,
body.site-search-panel-open .smart-search-results a:focus-visible {
color: var(--color-primary) !important;
}
body.site-search-panel-open .smart-search-results img {
width: 92px !important;
max-width: 92px !important;
height: 92px !important;
margin-right: 16px !important;
border-radius: 4px !important;
object-fit: cover;
background: var(--color-off-white);
}
body.site-search-panel-open .smart-search-results .smp-title {
margin: 0 0 6px;
color: var(--color-black);
font-size: 16px;
font-weight: var(--font-weight-regular);
letter-spacing: 0.48px;
}
body.site-search-panel-open .smart-search-results .product-sku,
body.site-search-panel-open .smart-search-results .product-short-description {
margin: 0 0 6px;
color: var(--color-gray-500);
font-size: 12px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.36px;
}
body.site-search-panel-open .smart-search-results .sm-price {
margin: 4px 0 0;
color: var(--color-primary);
font-size: 14px;
font-weight: var(--font-weight-medium);
} @media (min-width: 992px) {
.site-nav__search-panel {
height: 78px;
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
backdrop-filter: none;
}
.site-nav__search-panel-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) 195px 24px;
gap: 22px;
width: 94%;
max-width: none;
height: 100%;
padding: 0 20px;
margin: 0 auto;
background: var(--color-off-white);
}
.site-nav__search-panel .search-bar-container,
.site-nav__search-panel #site-search.active-search .search-bar-container,
.site-nav__search-panel .search-bar-container:focus-within {
height: 100%;
background: transparent;
border: 0;
box-shadow: none;
}
.site-nav__search-panel .search-bar-container::before {
flex-basis: 22px;
width: 22px;
height: 22px;
margin-left: 0;
}
.site-nav__search-panel #smart-search-input,
.site-nav__search-panel .smart-search-input {
height: 100% !important;
padding: 0 16px !important;
font-size: 20px !important;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.6px;
}
.site-nav__search-submit {
display: inline-flex;
align-items: center;
justify-content: center;
width: 195px;
height: 36px;
padding: 0;
background: var(--color-primary);
border: 0;
color: var(--color-white);
font-family: var(--font-primary);
font-size: 12px;
font-weight: var(--font-weight-medium);
letter-spacing: 1.2px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
transition: background-color 0.2s ease;
}
.site-nav__search-submit:hover,
.site-nav__search-submit:focus-visible {
background: var(--color-primary-light);
}
.site-nav__search-close {
width: 24px;
height: 24px;
background: transparent;
border: 0;
border-radius: 0;
color: var(--color-black);
}
.site-nav__search-close:hover,
.site-nav__search-close:focus-visible {
background: transparent;
border-color: transparent;
color: var(--color-primary);
}
body.home .site-header:not(.is-scrolled) .site-nav__search-panel-inner,
body:has(.about-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel-inner,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel-inner,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel-inner,
body.tax-product_cat
.site-header:not(.is-scrolled)
.site-nav__search-panel-inner,
body.woocommerce-shop
.site-header:not(.is-scrolled)
.site-nav__search-panel-inner {
background: rgba(0, 0, 0, 0.32);
}
body.home
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body.home
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input,
body:has(.about-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body:has(.about-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input,
body.tax-product_cat
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body.tax-product_cat
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input,
body.woocommerce-shop
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input,
body.woocommerce-shop
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input {
color: var(--color-white) !important;
}
body.home
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body.home
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder,
body:has(.about-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body:has(.about-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder,
body.tax-product_cat
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body.tax-product_cat
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder,
body.woocommerce-shop
.site-header:not(.is-scrolled)
.site-nav__search-panel
#smart-search-input::placeholder,
body.woocommerce-shop
.site-header:not(.is-scrolled)
.site-nav__search-panel
.smart-search-input::placeholder {
color: var(--color-white) !important;
}
body.home .site-header:not(.is-scrolled) .site-nav__search-close,
body:has(.about-hero) .site-header:not(.is-scrolled) .site-nav__search-close,
body:has(.projects-hero)
.site-header:not(.is-scrolled)
.site-nav__search-close,
body:has(.blog-post-hero)
.site-header:not(.is-scrolled)
.site-nav__search-close,
body.tax-product_cat .site-header:not(.is-scrolled) .site-nav__search-close,
body.woocommerce-shop .site-header:not(.is-scrolled) .site-nav__search-close {
color: var(--color-white);
}
}
.site-nav__search-submit {
flex-shrink: 0;
}
@media (max-width: 991px) {
.site-nav__search-submit {
display: none;
}
body.site-search-panel-open .sticky-bar {
display: none;
}
.site-nav__search-panel {
padding: 12px 0;
}
.site-nav__search-panel-inner {
grid-template-columns: minmax(0, 1fr) 44px;
gap: 10px;
}
.site-nav__search-panel .search-bar-container,
.site-nav__search-close {
height: 44px;
}
.site-nav__search-close {
width: 44px;
}
.site-nav__search-panel .search-bar-container::before {
margin-left: 14px;
}
.site-nav__search-panel #smart-search-input,
.site-nav__search-panel .smart-search-input {
height: 42px !important;
padding: 0 14px !important;
font-size: 16px !important;
}
body.site-search-panel-open .smart-search-results {
left: 2% !important;
width: 96% !important;
padding: 18px !important;
max-height: calc(100vh - 180px) !important;
}
body.site-search-panel-open .smart-search-inner {
flex-direction: column;
padding-top: 8px !important;
}
body.site-search-panel-open .smart-search-results .column {
width: 100% !important;
padding: 0 0 20px;
border-right: 0;
border-bottom: 1px solid var(--color-gray-100);
}
body.site-search-panel-open .smart-search-results .column:last-child {
padding-bottom: 0;
border-bottom: 0;
}
body.site-search-panel-open .smart-search-results img {
width: 72px !important;
max-width: 72px !important;
height: 72px !important;
margin-right: 12px !important;
}
} @media (max-width: 991px) {
.site-header.is-scrolled .top-bar {
display: none;
}
.site-header.is-scrolled .site-nav {
height: calc(clamp(52px, 17.2vw, 67px) + 16px);
background: var(--color-black) !important;
border-bottom: 0;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}
.site-header.is-scrolled .site-nav__inner {
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
height: calc(clamp(52px, 17.2vw, 67px) + 16px);
min-height: calc(clamp(52px, 17.2vw, 67px) + 16px);
padding: 8px 0;
gap: 0;
box-sizing: border-box;
}
.site-header.is-scrolled .site-nav__links,
.site-header.is-scrolled .site-nav__icons {
display: none !important;
}
.site-header.is-scrolled .site-nav__logo {
width: clamp(220px, 72vw, 281px) !important;
height: auto !important;
flex: 0 0 auto !important;
aspect-ratio: 281 / 67;
}
.site-header.is-scrolled .site-nav__logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
html body .site-header.site-header.is-scrolled .site-nav__logo-img--default {
display: none !important;
}
html body .site-header.site-header.is-scrolled .site-nav__logo-img--light {
display: block !important;
}
}#site-footer {
background-color: var(--color-white);
border-top: 1px solid var(--color-primary);
} .site-footer__main {
display: grid;
grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
padding: 0px 0;
gap: 0;
align-items: start;
} .site-footer__newsletter {
display: flex;
flex-direction: column;
gap: 98px;
padding: 56px 0;
padding-right: clamp(40px, 5vw, 88px);
border-right: 1px solid var(--color-primary);
height: 100%;
}
.site-footer__logo {
display: block;
width: clamp(180px, 18vw, 352px);
height: auto;
}
.site-footer__logo img {
display: block;
width: 100%;
height: auto;
object-fit: contain;
}
.site-footer__form-group {
display: flex;
flex-direction: column;
gap: 48px;
}
.site-footer__form-title {
color: var(--color-black);
font-family: var(--font-primary);
font-size: 20px;
font-weight: var(--font-weight-light);
letter-spacing: 0.6px;
line-height: 1;
margin: 0;
}
.site-footer__form {
display: flex;
flex-direction: column;
gap: 22px;
}
.site-footer__field {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--color-gray-300);
}
.site-footer__field input {
flex: 1;
height: 43px;
padding: 0;
border: 0;
background: transparent;
color: var(--color-black);
font-family: var(--font-primary);
font-size: 20px;
font-weight: var(--font-weight-light);
letter-spacing: 0.6px;
line-height: 1;
outline: none;
}
.site-footer__field input::placeholder {
color: var(--color-black);
opacity: 1;
}
.site-footer__field button {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 33px;
height: 33px;
padding: 0;
border: 0;
background: transparent;
color: var(--color-primary);
cursor: pointer;
font-family: var(--font-primary);
font-size: 24px;
font-weight: var(--font-weight-light);
line-height: 1;
overflow: hidden; } .site-footer__field button span {
display: block;
transition: transform 0.25s ease;
}
.site-footer__field button:hover span,
.site-footer__field button:focus-visible span {
transform: translateX(5px);
}
@media (prefers-reduced-motion: reduce) {
.site-footer__field button span {
transition: none;
}
}
.site-footer__form-note {
margin: 0;
color: var(--color-black);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.48px;
line-height: 1.4;
} .site-footer__columns {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
padding: 56px 0;
gap: clamp(24px, 4vw, 146px);
padding-left: clamp(40px, 6vw, 174px);
align-items: start;
}
.site-footer__column h2 {
margin: 0 0 94px;
color: var(--color-black);
font-family: var(--font-primary);
font-size: 20px;
font-weight: var(--font-weight-light);
letter-spacing: 0.6px;
line-height: 1;
text-transform: uppercase;
white-space: nowrap;
}
.site-footer__links {
display: flex;
flex-direction: column;
gap: 39px;
list-style: none;
margin: 0;
padding: 0;
} .site-footer__column:nth-child(2) .site-footer__links {
gap: 28px;
}
.site-footer__links a,
.site-footer__contact > a {
color: var(--color-black);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.48px;
line-height: 1.4;
transition: color 0.2s ease;
}
.site-footer__links a:hover,
.site-footer__contact > a:hover {
color: var(--color-primary);
} .site-footer__contact {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.site-footer__contact > a {
display: block;
}
.site-footer__contact > a + a {
margin-top: 39px;
} .site-footer__socials {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 24px;
margin-top: 124px;
}
.site-footer__socials a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
flex-shrink: 0;
transition: opacity 0.2s ease;
}
.site-footer__socials a:hover {
opacity: 0.75;
}
.site-footer__socials img {
display: block;
width: 30px;
height: 30px;
} .site-footer__bottom {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 48px;
padding: 0 3%;
background-color: var(--color-black);
}
.site-footer__bottom p {
margin: 0;
color: var(--color-primary);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-medium);
letter-spacing: 0;
line-height: 1;
}  @media (max-width: 1200px) {
.site-footer__main {
grid-template-columns: 1fr;
padding: 50px 0;
}
.site-footer__newsletter {
gap: 48px;
padding-right: 0;
padding-bottom: 50px;
border-right: 0;
border-bottom: 1px solid var(--color-primary);
}
.site-footer__columns {
padding-left: 0;
padding-top: 50px;
}
.site-footer__column h2 {
margin-bottom: 48px;
}
.site-footer__socials {
margin-top: 48px;
}
}
@media (max-width: 991px) {
.site-footer__logo {
width: 322px;
}
.site-footer__form-group {
gap: 32px;
} .site-footer__form-title {
font-size: 16px;
letter-spacing: 0.48px;
}
.site-footer__field input {
font-size: 16px;
letter-spacing: 0.48px;
}
.site-footer__form-note {
font-size: 12px;
letter-spacing: 0.36px;
}
.site-footer__links a {
font-size: 14px;
letter-spacing: 0.42px;
}
.site-footer__bottom {
padding: 0 5%;
} .site-footer__columns {
grid-template-columns: 1fr 1fr;
gap: clamp(24px, 6vw, 48px) clamp(16px, 5vw, 40px);
}
.site-footer__column:nth-child(3) {
grid-column: 1 / -1;
}
.site-footer__column h2 {
margin-bottom: clamp(20px, 6vw, 32px);
font-size: 18px; letter-spacing: 0.54px;
}
.site-footer__links {
gap: 18px;
}
.site-footer__column:nth-child(2) .site-footer__links {
gap: 14px;
}
.site-footer__contact > a + a {
margin-top: 18px;
}
.site-footer__socials {
margin: auto;
margin-top: 40px;
gap: 16px;
}
}
@media (max-width: 640px) {
.site-footer__main {
padding: 40px 0;
padding-bottom: 0;
}
.site-footer__newsletter {
gap: 32px;
max-width: 100%;
}
.site-footer__columns {
padding-top: 40px;
}
.site-footer__bottom {
flex-direction: column;
align-items: center; gap: 7px;
min-height: auto;
padding-top: 16px;
padding-bottom: 16px;
}
.site-footer__bottom p {
font-size: 11px; line-height: normal;
text-align: center;
font-weight: 200;
}
}body.tax-product_cat,
body.woocommerce-shop {
padding-top: 0;
}
body.tax-product_cat .top-bar,
body.woocommerce-shop .top-bar {
background: rgba(0, 0, 0, 0.5);
}
body.tax-product_cat .site-nav,
body.woocommerce-shop .site-nav {
background: transparent;
border-bottom: 0;
}
body.tax-product_cat .site-nav__links a,
body.tax-product_cat .site-nav__products-btn,
body.tax-product_cat .site-nav__icon-btn,
body.tax-product_cat .site-nav__cart-count,
body.woocommerce-shop .site-nav__links a,
body.woocommerce-shop .site-nav__products-btn,
body.woocommerce-shop .site-nav__icon-btn,
body.woocommerce-shop .site-nav__cart-count {
color: var(--color-white);
}
body.tax-product_cat .site-nav__links a.is-active::before,
body.tax-product_cat .site-nav__products-btn.is-active::before,
body.woocommerce-shop .site-nav__links a.is-active::before,
body.woocommerce-shop .site-nav__products-btn.is-active::before {
display: none;
}
body.tax-product_cat .nav-icon--dark,
body.tax-product_cat .site-nav__logo-img--default,
body.tax-product_cat .site-nav__hamburger-icon--dark,
body.woocommerce-shop .nav-icon--dark,
body.woocommerce-shop .site-nav__logo-img--default,
body.woocommerce-shop .site-nav__hamburger-icon--dark {
display: none !important;
}
body.tax-product_cat .nav-icon--light,
body.tax-product_cat .site-nav__logo-img--light,
body.tax-product_cat .site-nav__hamburger-icon--light,
body.woocommerce-shop .nav-icon--light,
body.woocommerce-shop .site-nav__logo-img--light,
body.woocommerce-shop .site-nav__hamburger-icon--light {
display: block !important;
}
body.tax-product_cat .site-header.is-scrolled .top-bar,
body.woocommerce-shop .site-header.is-scrolled .top-bar {
background: var(--color-black);
}
body.tax-product_cat .site-header.is-scrolled .site-nav,
body.woocommerce-shop .site-header.is-scrolled .site-nav {
background: var(--color-white);
border-bottom: 1px solid var(--color-gray-100);
}
body.tax-product_cat .site-header.is-scrolled .site-nav__links a,
body.tax-product_cat .site-header.is-scrolled .site-nav__products-btn,
body.tax-product_cat .site-header.is-scrolled .site-nav__icon-btn,
body.tax-product_cat .site-header.is-scrolled .site-nav__cart-count,
body.woocommerce-shop .site-header.is-scrolled .site-nav__links a,
body.woocommerce-shop .site-header.is-scrolled .site-nav__products-btn,
body.woocommerce-shop .site-header.is-scrolled .site-nav__icon-btn,
body.woocommerce-shop .site-header.is-scrolled .site-nav__cart-count {
color: var(--color-black);
}
body.tax-product_cat .site-header.is-scrolled .nav-icon--dark,
body.tax-product_cat .site-header.is-scrolled .site-nav__logo-img--default,
body.tax-product_cat .site-header.is-scrolled .site-nav__hamburger-icon--dark,
body.woocommerce-shop .site-header.is-scrolled .nav-icon--dark,
body.woocommerce-shop .site-header.is-scrolled .site-nav__logo-img--default,
body.woocommerce-shop .site-header.is-scrolled .site-nav__hamburger-icon--dark {
display: block !important;
}
body.tax-product_cat .site-header.is-scrolled .nav-icon--light,
body.tax-product_cat .site-header.is-scrolled .site-nav__logo-img--light,
body.tax-product_cat .site-header.is-scrolled .site-nav__hamburger-icon--light,
body.woocommerce-shop .site-header.is-scrolled .nav-icon--light,
body.woocommerce-shop .site-header.is-scrolled .site-nav__logo-img--light,
body.woocommerce-shop
.site-header.is-scrolled
.site-nav__hamburger-icon--light {
display: none !important;
}
.panos-shop {
background: var(--color-white);
}
.shop-hero {
position: relative;
height: 850px;
padding-bottom: 0;
background-position: center;
background-size: cover;
overflow: hidden;
}
.shop-hero__overlay {
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(0, 0, 0, 0.6) 5%, rgba(49, 49, 49, 0) 46%),
rgba(0, 0, 0, 0.3);
}
.shop-hero__inner {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.shop-hero__title {
margin: 58px 0 0;
color: var(--color-white);
font-size: 140px;
font-weight: var(--font-weight-thin);
letter-spacing: 42px;
line-height: 1;
text-align: center;
}
.shop-child-cats {
margin-top: -84px;
padding-bottom: 104px;
}
.shop-child-cats__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.shop-child-card {
position: relative;
display: flex;
min-height: 400px;
padding: 72px;
background: var(--color-off-white);
overflow: hidden;
transition: background-color 0.25s ease;
}
.shop-child-card:hover,
.shop-child-card:focus-visible {
background: var(--color-gray-200);
}
.shop-child-card__image {
position: absolute;
inset: 0;
pointer-events: none;
}
.shop-child-card__image img {
position: absolute;
right: -4%;
top: -18%;
width: 88%;
height: 135%;
max-width: none;
object-fit: contain;
transition: transform 0.35s ease;
}
.shop-child-card:nth-child(1) .shop-child-card__image img {
right: -15%;
top: -30%;
width: 115%;
height: 150%;
}
.shop-child-card:nth-child(2) .shop-child-card__image img {
right: 0;
top: -6%;
width: 78%;
height: 112%;
}
.shop-child-card:nth-child(3) .shop-child-card__image img {
right: -22%;
top: -28%;
width: 100%;
height: 148%;
}
.shop-child-card:nth-child(4) .shop-child-card__image img {
right: -16%;
top: -10%;
width: 92%;
height: 132%;
}
.shop-child-card:hover .shop-child-card__image img {
transform: scale(1.035);
}
.shop-child-card__content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.shop-child-card__title {
color: var(--color-black);
font-size: 32px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.96px;
line-height: 1;
text-transform: uppercase;
transition: color 0.25s ease;
}
.shop-child-card__more {
color: var(--color-gray-600);
font-size: 14px;
font-weight: var(--font-weight-extralight);
letter-spacing: 1.4px;
line-height: 1;
text-decoration: underline;
text-decoration-color: var(--color-primary);
text-transform: uppercase;
transition:
color 0.25s ease,
text-decoration-color 0.25s ease;
}
.shop-child-card:hover .shop-child-card__title,
.shop-child-card:hover .shop-child-card__more,
.shop-child-card:focus-visible .shop-child-card__title,
.shop-child-card:focus-visible .shop-child-card__more {
color: var(--color-white);
text-decoration-color: currentColor;
}
.shop-intro {
padding-bottom: var(--section-spacing);
}
.shop-intro__grid {
display: grid;
grid-template-columns: minmax(0, 650px) minmax(0, 754px);
gap: 182px;
justify-content: center;
}
.shop-intro__item {
display: flex;
flex-direction: column;
gap: 56px;
}
.shop-intro__header {
display: flex;
flex-direction: column;
gap: 48px;
align-items: flex-start;
}
.shop-intro__header h2 {
margin: 0;
color: var(--color-black);
font-size: 48px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0;
line-height: 1.3;
}
.shop-intro__header span {
display: block;
width: 104px;
height: 12px;
background: var(--color-primary);
}
.shop-intro__body {
color: var(--color-gray-700);
font-size: 18px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0;
line-height: 1.6;
}
.shop-intro__body p:not(:last-child) {
margin-bottom: 28px;
}
.shop-intro__body a {
text-decoration: underline;
text-decoration-color: var(--color-primary);
} .shop-category-switcher {
padding-top: 64px;
padding-bottom: 32px;
}
.shop-category-switcher__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 64px;
}
.shop-category-switcher h2 {
margin: 0;
color: var(--color-black);
font-size: 32px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.96px;
line-height: 1;
text-align: center;
text-transform: uppercase;
}
.shop-category-switcher__buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
width: 100%;
overflow-x: auto;
padding-bottom: 2px;
scrollbar-width: none;
}
.shop-category-switcher__buttons::-webkit-scrollbar {
display: none;
}
.shop-category-switcher__button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 350px;
flex: 0 1 350px;
height: 48px;
border: 1px solid var(--color-gray-100);
color: var(--color-black);
font-size: 16px;
font-weight: var(--font-weight-medium);
letter-spacing: 1.6px;
line-height: 1;
text-align: center;
text-transform: uppercase;
transition:
border-color 0.2s ease,
background 0.2s ease,
color 0.2s ease;
}
.shop-category-switcher__button.is-active,
.shop-category-switcher__button:hover {
border-color: var(--color-primary);
background: var(--color-primary);
color: var(--color-white);
}
.shop-products {
padding-bottom: var(--section-spacing);
}
.shop-type-nav {
padding: 48px 0 32px;
background: var(--color-white);
}
.shop-type-nav__inner {
display: flex;
align-items: center;
justify-content: center;
gap: 148px;
overflow-x: auto;
scrollbar-width: none;
}
.shop-type-nav__inner::-webkit-scrollbar {
display: none;
}
.shop-type-nav__item {
display: inline-flex;
flex: 0 0 auto;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 24px;
padding: 0;
background: transparent;
border: 0;
cursor: pointer;
color: var(--color-gray-400);
font-family: var(--font-primary);
font-size: 18px;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
text-align: center;
text-transform: uppercase;
transition: color 0.2s ease;
}
button.single_add_to_cart_button.button.alt.panos-product__add {
max-width: 350px;
width: 100%;
background: transparent;
color: black;
border: 1px solid #b3b3b3;
border-radius: 0;
}
button.single_add_to_cart_button.button.alt.panos-product__add:hover {
background: var(--color-primary);
color: var(--color-white);
border: 1px solid var(--color-primary);
}
.shop-type-nav__item.is-active,
.shop-type-nav__item:hover {
color: var(--color-black);
}
.shop-type-nav__item.is-active .shop-type-nav__icon,
.shop-type-nav__item:hover .shop-type-nav__icon,
.shop-type-nav__item:focus-visible .shop-type-nav__icon {
color: var(--color-primary);
}
.shop-type-nav__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 72px;
height: 35px;
color: currentColor;
--fill-0: currentColor;
}
.shop-type-nav__icon svg {
display: block;
max-width: 100%;
max-height: 100%;
}
.shop-type-nav__icon svg path {
transition:
fill 0.2s ease,
stroke 0.2s ease;
}
.shop-type-nav__item.is-active .shop-type-nav__icon svg path,
.shop-type-nav__item:hover .shop-type-nav__icon svg path,
.shop-type-nav__item:focus-visible .shop-type-nav__icon svg path {
fill: var(--color-primary) !important;
}
.shop-products__toolbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin: 64px 0 48px;
}
.shop-products__filter,
.shop-products__overview {
display: flex;
align-items: center;
gap: 14px;
color: var(--color-black);
font-size: 18px;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
text-transform: uppercase;
white-space: nowrap;
}
.shop-products__filter > span,
.shop-products__overview > span {
color: var(--color-gray-500);
}
.shop-products__overview {
gap: 34px;
font-size: 20px;
letter-spacing: 0.6px;
}
.shop-products__filter strong {
color: var(--color-black);
font-weight: var(--font-weight-light);
}
.shop-products__price-controls {
display: inline-flex;
align-items: center;
gap: 4px;
color: var(--color-black);
font-size: 18px;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
}
.shop-products__price-field {
display: inline-flex;
align-items: baseline;
gap: 1px;
}
.shop-products__price-input {
width: 58px;
height: auto;
padding: 0;
border: 0;
background: transparent;
color: inherit;
font-family: var(--font-primary);
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
line-height: 1;
text-align: right;
appearance: textfield;
-moz-appearance: textfield;
}
.shop-products__price-input::-webkit-outer-spin-button,
.shop-products__price-input::-webkit-inner-spin-button {
margin: 0;
appearance: none;
}
.shop-products__price-field:focus-within,
.shop-products__per-page-select:focus {
outline: 1px solid var(--color-primary);
outline-offset: 4px;
}
.shop-products__price-input:focus {
outline: 0;
}
.shop-products__price-separator {
margin: 0 4px;
color: var(--color-black);
}
.shop-products__per-page {
position: relative;
display: inline-flex;
align-items: center;
}
.shop-products__per-page::after {
position: absolute;
top: 50%;
right: 0;
width: 9px;
height: 9px;
border-right: 2px solid var(--color-primary);
border-bottom: 2px solid var(--color-primary);
content: "";
pointer-events: none;
transform: translateY(-70%) rotate(45deg);
}
.shop-products__per-page-select {
width: auto;
height: auto;
padding: 0 28px 0 0;
border: 0;
background: transparent;
color: var(--color-black);
cursor: pointer;
font-family: var(--font-primary);
font-size: inherit;
font-weight: var(--font-weight-light);
letter-spacing: inherit;
line-height: 1;
text-transform: uppercase;
appearance: none;
} .shop-products__grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
column-gap: 12px;
row-gap: 80px;
} .shop-products__grid .shop-product-card {
grid-column: span 2;
} .shop-products__grid .shop-product-card:nth-child(8n + 1),
.shop-products__grid .shop-product-card:nth-child(8n + 2) {
grid-column: span 3;
} .shop-products__grid.is-loading,
.shop-products__load-more.is-loading,
.shop-products__empty.is-loading {
opacity: 0.4;
pointer-events: none;
transition: opacity 0.2s ease;
}
.shop-product-card {
min-width: 0;
}
.shop-product-card__media {
position: relative;
height: 570px;
background: var(--color-off-white);
overflow: hidden;
touch-action: pan-y;
}
.shop-product-card__image-link {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.shop-product-card__media::after {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.05);
content: "";
pointer-events: none;
}  .shop-product-card__gallery-zones {
position: absolute;
inset: 0;
z-index: 3;
display: flex;
pointer-events: none;
}
.shop-product-card__zone {
flex: 1;
pointer-events: none;
} .shop-product-card__img {
position: absolute;
inset: 0;
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: center;
opacity: 0;
transition:
opacity 0.3s ease,
transform 0.35s ease;
}
.shop-product-card__image-link img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.shop-product-card__img.is-active {
opacity: 1;
}
.shop-product-card:hover .shop-product-card__img.is-active {
transform: scale(1.035);
} .shop-product-card__progress {
display: flex;
justify-content: flex-end;
gap: 0;
padding: 12px 0 0;
}
.shop-product-card__progress--placeholder {
visibility: hidden;
}
.shop-product-card__progress-bar {
width: 88px;
height: 2px;
background: var(--color-gray-100);
transition: background 0.2s ease;
}
.shop-product-card__progress-bar.is-active {
background: var(--color-primary);
}
.shop-product-card__icons {
position: absolute;
z-index: 6;
top: 24px;
left: 24px;
right: 24px;
display: flex;
align-items: center;
justify-content: space-between;
pointer-events: none;
}
.shop-product-card__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 31px;
height: 33px;
padding: 0;
color: var(--color-gray-300);
background: transparent;
border: 0;
cursor: pointer;
pointer-events: auto;
--fill-0: currentColor;
--stroke-0: currentColor;
transition: color 0.2s ease;
}
.shop-product-card__icon:hover,
.shop-product-card__icon:focus-visible {
color: var(--color-primary);
}
.shop-product-card__icon.added,
.shop-product-card__icon.is-active {
color: var(--color-primary);
}
.shop-product-card__icon svg {
display: block;
width: 100%;
height: 100%;
}
.shop-product-card__meta {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
padding: 16px 0 0;
}
.shop-product-card__title {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
margin: 0 0 16px;
overflow: hidden;
color: var(--color-black);
font-size: 20px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.6px;
line-height: 1.15;
white-space: normal;
}
.shop-product-card__cat {
overflow: hidden;
color: var(--color-gray-600);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0;
line-height: 1;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
.shop-product-card__price {
display: flex;
flex: 0 0 auto;
flex-direction: column;
align-items: flex-end;
gap: 8px;
color: var(--color-black);
font-size: 20px;
line-height: 1;
text-align: right;
white-space: nowrap;
}
.shop-product-card__old {
color: var(--color-primary);
font-size: 14px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.42px;
text-decoration: line-through;
}
.shop-product-card__new {
color: var(--color-black);
font-size: 20px;
font-weight: var(--font-weight-regular);
letter-spacing: 0.6px;
}
.shop-product-card__price .woocommerce-Price-amount,
.shop-product-card__price .woocommerce-Price-currencySymbol {
color: inherit;
font-size: inherit;
font-weight: inherit;
}
.shop-products__load-more {
margin-top: 72px;
text-align: center;
}
.shop-products__load-more-inner {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.shop-products__viewed {
margin: 0;
color: var(--color-gray-500);
font-family: var(--font-primary);
font-size: 18px;
font-weight: var(--font-weight-medium);
letter-spacing: 0;
line-height: 1;
}
.shop-products__load-more-btn {
min-width: 220px;
}
.shop-products__load-more-btn:disabled {
cursor: wait;
opacity: 0.6;
}
.shop-products__empty {
padding: 72px 0;
color: var(--color-gray-700);
font-size: 18px;
text-align: center;
} .single-product .woocommerce-notices-wrapper {
width: 94%;
margin: 32px auto 0;
}
.panos-product__breadcrumbs {
margin-top: 0;
margin-bottom: 28px;
}
.panos-product__main {
display: grid;
grid-template-columns: minmax(0, calc((100% - 8px) * 0.4932)) minmax(0, 1fr);
column-gap: 8px;
align-items: start;
width: var(--container-width);
margin: 0 auto;
}
.panos-product__gallery {
display: grid;
grid-template-columns: minmax(0, 1fr);
row-gap: 8px;
min-width: 0;
padding-left: 0;
padding-right: 0;
}
.panos-product__main-image {
position: relative;
z-index: 1;
grid-column: 1;
grid-row: 1;
height: 862px;
margin: 0;
background: var(--color-off-white);
overflow: hidden;
}
.panos-product__main-image[role="button"] {
cursor: zoom-in;
}
.panos-product__main-image[role="button"]:focus-visible {
outline: 2px solid var(--color-primary);
outline-offset: 4px;
}
.panos-product__main-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.panos-product__gallery-nav {
position: relative;
z-index: 2;
grid-column: 1;
grid-row: 1;
align-self: end;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
height: 88px;
width: 90%;
margin: 0 auto;
background: transparent;
}
.panos-product__gallery-arrow {
display: inline-flex;
align-items: center;
padding: 0;
color: var(--color-gray-200);
background: transparent;
border: 0;
cursor: pointer;
}
.panos-product__gallery-arrow--next {
color: var(--color-primary);
}
.panos-product__gallery-count {
color: var(--color-black);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 1.6px;
line-height: 1;
}
.panos-product__thumb-grid {
grid-column: 1;
grid-row: 2;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.panos-product__thumb {
position: relative;
height: 427px;
padding: 0;
background: var(--color-off-white);
border: 0;
cursor: pointer;
overflow: hidden;
}
.panos-product__thumb::after {
position: absolute;
inset: 0;
border: 2px solid transparent;
content: "";
pointer-events: none;
}
.panos-product__thumb.is-active::after {
border-color: var(--color-primary);
}
.panos-product__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.panos-product__gallery-video {
grid-column: 1;
grid-row: 3;
width: 100%;
aspect-ratio: 16 / 9;
background: var(--color-off-white);
overflow: hidden;
}
.panos-product__gallery-video-media {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
body.product-lightbox-open {
overflow: hidden;
}
.panos-product-lightbox[hidden] {
display: none !important;
}
.panos-product-lightbox {
--product-lightbox-image-w: clamp(520px, 38.65vw, 742px);
--product-lightbox-image-h: clamp(520px, 63.15vh, 682px);
position: fixed;
top: 124px;
right: 0;
bottom: 0;
left: 0;
z-index: 880;
overflow-x: hidden;
overflow-y: auto;
background: var(--color-white);
}
.panos-product-lightbox__stage {
display: grid;
grid-template-columns:
minmax(170px, 1fr) var(--product-lightbox-image-w)
minmax(170px, 1fr);
grid-template-rows: var(--product-lightbox-image-h) auto;
min-height: calc(100dvh - 124px);
padding: 86px 64px 96px;
}
.panos-product-lightbox__image-wrap {
grid-column: 2;
grid-row: 1;
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
background: var(--color-off-white);
}
.panos-product-lightbox__image-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.panos-product-lightbox__close,
.panos-product-lightbox__arrow,
.panos-product-lightbox__thumb {
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
}
.panos-product-lightbox__close {
grid-column: 3;
grid-row: 1;
align-self: start;
justify-self: start;
width: 24px;
height: 24px;
margin-left: 60px;
color: var(--color-primary);
}
.panos-product-lightbox__close span {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.panos-product-lightbox__close span::before,
.panos-product-lightbox__close span::after {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1.6px;
background: currentColor;
content: "";
}
.panos-product-lightbox__close span::before {
transform: rotate(45deg);
}
.panos-product-lightbox__close span::after {
transform: rotate(-45deg);
}
.panos-product-lightbox__arrow {
grid-row: 1;
align-self: center;
display: flex;
align-items: center;
width: 121px;
height: 10px;
color: var(--color-gray-200);
transition: color 0.2s ease;
}
.panos-product-lightbox__arrow:hover,
.panos-product-lightbox__arrow:focus-visible {
color: var(--color-primary);
}
.panos-product-lightbox__arrow--prev {
grid-column: 1;
justify-self: end;
margin-right: 64px;
}
.panos-product-lightbox__arrow--next {
grid-column: 3;
justify-self: start;
margin-left: 60px;
}
.panos-product-lightbox__count {
grid-column: 1;
grid-row: 1;
align-self: center;
justify-self: end;
margin: 114px 64px 0 0;
color: var(--color-black);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 3.84px;
line-height: 1;
text-transform: uppercase;
white-space: nowrap;
}
.panos-product-lightbox__thumbs {
grid-column: 2;
grid-row: 2;
display: flex;
gap: 8px;
margin-top: 7px;
overflow-x: auto;
overscroll-behavior-x: contain;
scrollbar-width: none;
}
.panos-product-lightbox__thumbs::-webkit-scrollbar {
display: none;
}
.panos-product-lightbox__thumb {
position: relative;
flex: 0 0 calc((100% - 32px) / 5);
height: 131px;
overflow: hidden;
background: var(--color-off-white);
}
.panos-product-lightbox__thumb::after {
position: absolute;
inset: 0;
background: transparent;
content: "";
pointer-events: none;
transition: background 0.2s ease;
}
.panos-product-lightbox__thumb.is-active::after {
background: rgba(0, 0, 0, 0.5);
}
.panos-product-lightbox__thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.panos-product__summary {
position: sticky;
top: 124px;
align-self: start;
min-width: 0;
}
.panos-product__summary-inner {
display: flex;
justify-content: space-between;
gap: 0px;
min-height: 862px;
padding: 34px 0px 47px 64px;
background: var(--color-white);
}
.panos-product__summary-content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 56px;
min-width: 0;
}
.panos-product__title {
margin: 0;
color: var(--color-black);
font-size: 88px;
font-weight: var(--font-weight-medium);
letter-spacing: 0;
line-height: 1;
}
.panos-product__copy {
display: flex;
flex-direction: column;
gap: 24px;
}
.panos-product__subtitle,
.panos-product__dimension > p,
.panos-product__call {
margin: 0;
color: var(--color-black);
font-size: 18px;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
text-transform: uppercase;
}
.panos-product__description {
max-width: 718px;
color: var(--color-gray-700);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.48px;
line-height: 1.4;
}
.panos-product__description p:not(:last-child) {
margin-bottom: 8px;
}
.panos-product__price {
display: flex;
flex-direction: column;
gap: 24px;
text-transform: uppercase;
}
.panos-product__price del {
color: var(--color-primary);
font-size: 28px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.84px;
line-height: 1;
opacity: 1;
}
.panos-product__price ins {
color: var(--color-black);
font-size: 48px;
font-weight: var(--font-weight-medium);
letter-spacing: 0;
line-height: 1;
text-decoration: none;
}
.panos-product__dimension {
display: flex;
flex-direction: column;
gap: 24px;
width: 315px;
}
.panos-product__dimension > div {
display: flex;
align-items: center;
gap: 20px;
}
.panos-product__dimension-icon {
display: inline-flex;
width: 72px;
height: 35px;
color: var(--color-primary);
--fill-0: currentColor;
}
.panos-product__dimension-icon svg {
display: block;
width: 100%;
height: 100%;
}
.panos-product__dimension-icon img {
display: block;
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.panos-product__dimension strong {
color: var(--color-black);
font-size: 20px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.6px;
line-height: 1;
}
.panos-product__actions {
display: flex;
flex-direction: column;
gap: 16px;
}
.panos-product__contact {
position: relative;
justify-content: flex-start;
gap: 0;
width: min(463px, 100%);
max-width: 463px;
padding: 0 105px 0 80px;
}
.panos-product__contact span {
position: absolute;
top: 50%;
right: 24px;
display: block;
width: 22px;
height: 17px;
margin: 0;
padding: 0;
border: 1.4px solid currentColor;
border-radius: 2px;
font-size: 0;
line-height: 0;
transform: translateY(-50%);
}
.panos-product__contact span::before,
.panos-product__contact span::after {
position: absolute;
top: 2px;
width: 12px;
height: 1.4px;
background: currentColor;
content: "";
transform-origin: top center;
}
.panos-product__contact span::before {
left: 0;
transform: rotate(35deg);
}
.panos-product__contact span::after {
right: 0;
transform: rotate(-35deg);
}
.panos-product__cart {
display: flex;
align-items: center;
gap: 16px;
margin: 0;
}
.panos-product__qty {
position: relative;
display: flex;
align-items: center;
width: 97px;
height: 48px;
border: 1px solid var(--color-gray-100);
}
.panos-product__qty select {
width: 100%;
height: 100%;
padding: 0 34px 0 24px;
color: var(--color-black);
text-align: center;
text-align-last: center;
font-family: var(--font-primary);
font-size: 24px;
font-weight: var(--font-weight-regular);
letter-spacing: 0.72px;
line-height: 1;
background: transparent;
border: 0;
appearance: none;
-webkit-appearance: none;
border-radius: 0;
cursor: pointer;
}
.panos-product__qty::after {
content: "";
position: absolute;
right: 16px;
top: 50%;
width: 8px;
height: 8px;
border-right: 1.5px solid var(--color-black);
border-bottom: 1.5px solid var(--color-black);
transform: translateY(-65%) rotate(45deg);
pointer-events: none;
}
.panos-product__add,
.panos-product__cart--default .single_add_to_cart_button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 350px;
height: 48px;
padding: 0 24px;
border: 1px solid var(--color-gray-100);
color: var(--color-black);
background: transparent;
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-medium);
letter-spacing: 1.6px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
transition:
border-color 0.2s ease,
background 0.2s ease,
color 0.2s ease;
}
.panos-product__add:hover,
.panos-product__cart--default .single_add_to_cart_button:hover {
border-color: var(--color-primary);
color: var(--color-white);
background: var(--color-primary);
}
.panos-product__cart .panos-product__add {
flex: 1 1 auto;
width: auto;
min-width: 0;
}
.panos-product__call {
display: flex;
gap: 12px;
align-items: center;
}
.panos-product__call a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
.panos-product__phones {
display: flex;
gap: 6px;
}
.panos-product__phone--secondary::before {
margin-right: 6px;
content: "/";
text-decoration: none;
}
.panos-product__side-actions {
display: flex;
flex-direction: column;
gap: 8px;
padding-top: 24px;
}
.panos-product__side-actions button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
padding: 0;
color: var(--color-primary);
background: var(--color-white);
border: 1px solid var(--color-gray-100);
cursor: pointer;
--fill-0: currentColor;
--stroke-0: currentColor;
transition:
border-color 0.2s ease,
color 0.2s ease;
}
.panos-product__side-actions button:hover {
border-color: var(--color-primary);
color: var(--color-primary);
}
.panos-product__side-actions svg {
width: 22px;
height: 22px;
}
.panos-product__side-action--wishlist svg {
width: 21px;
height: 18px;
}
.panos-product__side-action--share svg {
width: 14px;
height: 17px;
}
.panos-product__side-action--print svg {
width: 17px;
height: 17px;
}
.product-interest {
padding-top: 120px;
padding-bottom: 120px;
}
.product-interest__box {
padding: 80px;
background: var(--color-off-white);
}
.product-interest h2 {
margin: 0 0 53px;
color: var(--color-black);
font-size: 48px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0;
line-height: 1.3;
}
.product-interest__form {
display: flex;
flex-direction: column;
gap: 16px;
}
.product-interest__row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.product-interest input,
.product-interest textarea {
width: 100%;
border: 0;
border-radius: 0;
color: var(--color-gray-800);
background: var(--color-white);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.48px;
line-height: 1.4;
}
.product-interest input {
height: 54px;
padding: 0 32px;
}
.product-interest textarea {
min-height: 218px;
padding: 32px;
resize: vertical;
}
.product-interest__note,
.product-interest__feedback {
margin: 0;
color: var(--color-black);
font-size: 16px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.48px;
line-height: 1.4;
}
.product-interest__feedback {
min-height: 22px;
}
.product-interest__feedback.is-success {
color: var(--color-primary);
}
.product-interest__feedback.is-error {
color: var(--color-gray-800);
}
.product-interest__submit {
display: inline-flex;
align-items: center;
justify-content: center;
width: 350px;
height: 48px;
margin-top: 24px;
border: 1px solid var(--color-primary);
color: var(--color-white);
background: var(--color-primary);
font-family: var(--font-primary);
font-size: 16px;
font-weight: var(--font-weight-medium);
letter-spacing: 1.6px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
}
.product-interest__submit:disabled {
cursor: wait;
opacity: 0.65;
}
.panos-product__lifestyle {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 1080px;
padding: 0 64px;
background-position: center;
background-size: cover;
overflow: hidden;
}
.panos-product__lifestyle-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.25);
}
.panos-product__lifestyle h2 {
position: relative;
z-index: 1;
margin: 0;
color: var(--color-white);
font-size: 200px;
font-weight: var(--font-weight-thin);
letter-spacing: 60px;
line-height: 1;
text-align: center;
text-transform: uppercase;
}
@media (max-width: 1550px) {
.shop-hero__title {
font-size: 70px;
letter-spacing: 21px;
}
}
@media (max-width: 1440px) {
.shop-intro__grid {
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 80px;
}
.shop-category-switcher__buttons {
display: flex;
}
.shop-category-switcher__button {
width: min(350px, calc((100% - 36px) / 4));
flex-basis: min(350px, calc((100% - 36px) / 4));
}
.shop-type-nav__inner {
gap: 72px;
}
.shop-product-card__media {
height: 470px;
}
.panos-product__summary-inner {
grid-template-columns: minmax(0, 1fr) 46px;
gap: 28px;
padding-right: 34px;
padding-left: 42px;
}
.panos-product__title {
font-size: 72px;
}
.panos-product__summary-content {
gap: 42px;
}
}
@media (max-width: 991px) {
.shop-hero {
height: 100vh;
}
.shop-hero__title {
font-size: 72px;
letter-spacing: 12px;
word-break: break-word;
}
.shop-child-cats {
margin-top: 0px;
padding-bottom: 50px;
}
.shop-intro__grid,
.panos-product__main,
.product-interest__row {
grid-template-columns: 1fr;
} .shop-child-cats__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: clamp(6px, 1.6vw, 8px);
width: 100%;
} .shop-products__grid {
grid-template-columns: repeat(6, minmax(0, 1fr));
} .shop-products__grid .shop-product-card,
.shop-products__grid .shop-product-card:nth-child(8n + 1),
.shop-products__grid .shop-product-card:nth-child(8n + 2) {
grid-column: span 3;
} .shop-child-card {
min-height: 0;
aspect-ratio: 192 / 328;
padding: clamp(28px, 8vw, 40px) clamp(16px, 5vw, 24px);
align-items: flex-start;
justify-content: center;
}
.shop-child-card__content {
align-items: center;
gap: clamp(10px, 3vw, 14px);
text-align: center;
}
.shop-child-card__title {
font-size: clamp(18px, 5vw, 20px);
letter-spacing: 0.6px;
}
.shop-child-card__more {
font-size: clamp(10px, 3vw, 11px);
letter-spacing: 1.1px;
}
.shop-intro,
.shop-products,
.product-interest {
padding-bottom: 50px;
}
.shop-intro__grid {
gap: 56px;
}
.product-interest h2 {
font-size: 38px;
} .shop-intro__item {
gap: clamp(28px, 8vw, 40px);
}
.shop-intro__header {
gap: clamp(24px, 7vw, 32px);
}
.shop-intro__header h2 {
font-size: clamp(22px, 7vw, 28px);
line-height: 1.3;
}
.shop-intro__body {
font-size: 14px;
line-height: 1.6;
letter-spacing: -0.28px;
}
.shop-category-switcher {
padding-top: 50px;
}
.shop-category-switcher__inner {
gap: 32px;
} .shop-category-switcher__buttons {
display: flex;
flex-wrap: wrap;
gap: clamp(8px, 2.4vw, 12px);
overflow: visible;
}
.shop-category-switcher__button {
flex: 0 1 calc((100% - clamp(8px, 2.4vw, 12px)) / 2);
width: calc((100% - clamp(8px, 2.4vw, 12px)) / 2);
height: clamp(37px, 10vw, 48px);
font-size: clamp(11px, 3.4vw, 16px);
letter-spacing: 1px;
padding: 0 6px;
}
.shop-type-nav {
padding: 32px 0 24px;
}
.shop-type-nav__inner {
justify-content: flex-start;
gap: 48px;
} .shop-products__toolbar {
flex-direction: row;
align-items: flex-start;
gap: 50px;
margin: 40px 0 32px;
}
.shop-products__filter,
.shop-products__overview {
flex-direction: column;
align-items: flex-start;
gap: 14px;
font-size: 14px;
letter-spacing: 0.42px;
}
.shop-products__price-controls,
.shop-products__per-page-select {
font-size: 14px;
letter-spacing: 0.42px;
}
.shop-product-card__media {
height: auto;
aspect-ratio: 358 / 232;
} .panos-product__main {
display: flex;
flex-direction: column;
}
.panos-product__gallery {
display: contents;
}
.panos-product__main-image {
order: 1;
height: auto;
aspect-ratio: 390 / 382;
margin: 0 4%;
border-radius: 8px;
}
.panos-product__summary {
order: 2;
position: static;
top: auto;
} .panos-product__gallery-nav {
display: none;
}
.panos-product__thumb-grid {
order: 3;
margin: 0 4%;
gap: 4px;
}
.panos-product__gallery-video {
order: 4;
margin: 0 4%;
}
.panos-product-lightbox {
top: var(--header-h-mobile);
z-index: 850;
}
.panos-product-lightbox__stage {
display: grid;
grid-template-columns: 62px minmax(0, 1fr) 62px;
grid-template-rows: auto 54px auto auto;
min-height: calc(100dvh - var(--header-h-mobile));
padding: 0 0 120px;
}
.panos-product-lightbox__image-wrap {
grid-column: 1 / -1;
grid-row: 1;
width: 100%;
height: auto;
aspect-ratio: 390 / 382;
}
.panos-product-lightbox__close {
grid-column: 3;
grid-row: 1;
align-self: start;
justify-self: end;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 12px 12px 0 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--color-primary);
z-index: 5;
}
.panos-product-lightbox__close span {
width: 18px;
height: 18px;
}
.panos-product-lightbox__close span::before,
.panos-product-lightbox__close span::after {
height: 1.4px;
}
.panos-product-lightbox__arrow {
grid-row: 2;
align-self: center;
width: 121px;
height: 10px;
color: var(--color-gray-200);
}
.panos-product-lightbox__arrow--prev {
grid-column: 1 / 3;
justify-self: start;
margin: 0 0 0 62px;
}
.panos-product-lightbox__arrow--next {
grid-column: 2 / 4;
justify-self: end;
margin: 0 62px 0 0;
}
.panos-product-lightbox__count {
grid-column: 1 / -1;
grid-row: 3;
align-self: start;
justify-self: center;
margin: 0;
font-size: 16px;
letter-spacing: 3.84px;
}
.panos-product-lightbox__thumbs {
grid-column: 1 / -1;
grid-row: 4;
display: flex;
gap: 4px;
margin-top: 28px;
padding: 0;
overflow-x: auto;
overscroll-behavior-x: contain;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.panos-product-lightbox__thumbs::-webkit-scrollbar {
display: none;
}
.panos-product-lightbox__thumb {
flex: 0 0 clamp(112px, 35.1vw, 137px);
height: auto;
aspect-ratio: 137 / 131;
}
.panos-product__summary-inner {
position: static;
grid-template-columns: 1fr;
min-height: 0;
padding: 50px 4% 0;
}
.panos-product__side-actions {
flex-direction: row;
padding-top: 0;
}
.panos-product__title {
font-size: 60px;
}
.product-interest {
padding-top: 50px;
}
.product-interest__box {
padding: 40px 4%;
}
.panos-product__lifestyle {
min-height: 620px;
}
.panos-product__lifestyle h2 {
font-size: 86px;
letter-spacing: 18px;
}
}
@media (max-width: 640px) {
.shop-hero {
height: 100vh;
}
.shop-hero__title {
font-size: 48px;
letter-spacing: 7px;
}
.shop-category-switcher h2 {
font-size: 26px;
}
.shop-child-card__image img {
opacity: 0.82;
}
.shop-products__toolbar {
flex-direction: row;
align-items: stretch;
}
.shop-products__price-controls {
width: 100%;
}
.shop-products__price-input {
width: 4.5ch;
flex: 0 0 4.5ch;
min-width: 0; font-size: 16px;
}
.shop-products__overview {
width: 100%;
}
.shop-products__per-page {
justify-content: space-between;
width: 100%;
}
.shop-products__viewed {
font-size: 16px;
}
.product-interest h2 {
font-size: 32px;
} .shop-products__grid .shop-product-card,
.shop-products__grid .shop-product-card:nth-child(8n + 1),
.shop-products__grid .shop-product-card:nth-child(8n + 2) {
grid-column: span 6;
}
.shop-product-card__media {
height: auto;
}
.shop-product-card__title {
font-size: 18px;
}
.shop-product-card__meta {
flex-direction: row;
align-items: flex-start;
gap: 0;
}
.shop-product-card__meta > div:first-child {
flex: 0 0 60%;
max-width: 60%;
min-width: 0;
padding-right: 12px;
}
.shop-product-card__price {
flex: 0 0 40%;
max-width: 40%;
min-width: 0;
align-items: flex-end;
text-align: right;
}
.shop-product-card__old {
font-size: 16px;
}
.panos-product__breadcrumbs {
margin-top: 0;
}
.panos-product__thumb {
height: auto;
aspect-ratio: 177 / 174;
}
.panos-product__summary-content {
gap: 36px;
}
.panos-product__title {
font-size: 46px;
}
.panos-product__price ins {
font-size: 38px;
}
.panos-product__cart {
flex-direction: column;
align-items: flex-start;
}
.panos-product__add,
.panos-product__cart--default .single_add_to_cart_button,
.panos-product__contact,
.product-interest__submit {
width: min(350px, 100%);
}
.panos-product__contact {
justify-content: center;
padding: 0 54px 0 28px;
}
.panos-product__contact span {
right: 18px;
}
.panos-product__call {
flex-direction: column;
align-items: flex-start;
line-height: 1.3;
}
.product-interest textarea {
min-height: 180px;
}
.panos-product__lifestyle {
min-height: 420px;
}
.panos-product__lifestyle h2 {
font-size: 48px;
letter-spacing: 8px;
}
}
.panos-product__mobile-breadcrumbs {
display: none;
}
@media (max-width: 991px) {
body.single-product {
--header-h-mobile: 213px;
} body.single-product .site-nav__products-btn.is-active::before,
body.single-product .site-nav__links a.is-active::before {
display: none;
}
body.single-product .woocommerce-notices-wrapper {
width: var(--container-width-mobile);
height: auto;
margin: 16px auto 0;
overflow: visible;
}
body.single-product .panos-product__breadcrumbs {
display: none !important;
}
body.single-product .panos-product__mobile-breadcrumbs {
position: fixed;
top: 55px;
left: 16px;
z-index: 1001;
display: flex;
align-items: center;
gap: 16px;
max-width: calc(100vw - 32px);
color: var(--color-black);
font-family: var(--font-primary);
font-size: 12px;
font-weight: var(--font-weight-extralight);
letter-spacing: 1.2px;
line-height: 1;
text-transform: uppercase;
white-space: nowrap;
display: none;
}
body.single-product .panos-product__mobile-breadcrumbs a,
body.single-product .panos-product__mobile-breadcrumbs span {
color: inherit;
text-decoration: none;
}
body.single-product
.panos-product__mobile-breadcrumbs
span[aria-hidden="true"] {
color: var(--color-primary);
font-size: 18px;
line-height: 0;
}
body.single-product .panos-product__main {
padding-bottom: 0;
width: 100%;
}
body.single-product .panos-product__main-image {
width: 100%;
margin: 0;
border-radius: 0;
background: var(--color-off-white);
aspect-ratio: 390 / 382;
}
body.single-product .panos-product__main-image img {
object-fit: cover;
object-position: center;
}
body.single-product .panos-product__summary-inner {
display: block;
min-height: 0;
padding: 72px 0 0;
}
body.single-product .panos-product__summary-content {
display: block; margin: 0 auto;
max-width: var(--container-width-mobile);
}
body.single-product .panos-product__side-actions {
display: none;
}
body.single-product .panos-product__title {
margin: 0 0 32px;
font-size: 56px;
font-weight: var(--font-weight-medium);
letter-spacing: 0;
line-height: 0.72;
}
body.single-product .panos-product__copy {
gap: 24px;
width: 100%;
margin: 0 0 48px;
}
body.single-product .panos-product__subtitle,
body.single-product .panos-product__dimension > p,
body.single-product .panos-product__call {
font-size: 18px;
font-weight: var(--font-weight-light);
letter-spacing: 0.54px;
line-height: 1;
}
body.single-product .panos-product__description {
width: min(326px, 100%);
max-width: 326px;
color: var(--color-gray-700);
font-size: 14px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0.42px;
line-height: 1.4;
}
body.single-product .panos-product__description p,
body.single-product .panos-product__description p:not(:last-child) {
margin: 0;
}
body.single-product .panos-product__price {
gap: 24px;
margin: 0 0 48px;
}
body.single-product .panos-product__price del {
font-size: 28px;
letter-spacing: 0.84px;
line-height: 1;
}
body.single-product .panos-product__price ins {
font-size: 48px;
letter-spacing: 0;
line-height: 1;
}
body.single-product .panos-product__dimension {
gap: 24px;
width: min(315px, 100%);
margin: 0 0 48px;
}
body.single-product .panos-product__dimension > div {
gap: 20px;
}
body.single-product .panos-product__actions {
gap: 12px;
width: min(326px, 100%);
margin: 0 0 48px;
}
body.single-product .panos-product__contact {
justify-content: center;
width: 326px;
max-width: 100%;
height: 47px;
padding: 0;
font-size: 14px;
letter-spacing: 1.4px;
}
body.single-product .panos-product__contact span {
display: none;
}
body.single-product .panos-product__cart {
flex-direction: row;
align-items: flex-start;
gap: 8px;
max-width: 100%;
}
body.single-product .panos-product__qty {
flex: 0 0 80px;
width: 80px;
height: 48px;
}
body.single-product .panos-product__qty select {
padding: 0 34px 0 24px;
font-size: 20px;
letter-spacing: 0.6px;
}
body.single-product .panos-product__add,
body.single-product .panos-product__cart--default .single_add_to_cart_button {
flex: 1;
width: 219px;
height: 48px;
padding: 0 12px;
font-size: 14px;
letter-spacing: 1.4px;
}
body.single-product .panos-product__call {
flex-direction: row;
align-items: center;
gap: 12px;
margin: 0;
}
body.single-product .panos-product__phones {
flex-direction: column;
gap: 4px;
}
body.single-product .panos-product__phone--secondary::before {
content: none;
}
body.single-product .panos-product__thumb-grid {
width: 92%;
margin: 48px auto 0;
gap: 4px;
}
body.single-product .panos-product__thumb {
height: auto;
aspect-ratio: 177 / 174;
}
body.single-product .panos-product__thumb:nth-child(5) {
grid-column: 1 / -1;
aspect-ratio: 358 / 350;
}
body.single-product .panos-product__thumb:nth-child(n + 6) {
display: none;
}
body.single-product .panos-product__thumb.is-active::after {
border-color: transparent;
}
body.single-product .panos-product__gallery-video {
width: min(358px, calc(100% - 32px));
margin: 4px auto 0;
aspect-ratio: 358 / 350;
}
body.single-product .product-interest {
padding-top: 16px;
padding-bottom: 0;
}
body.single-product .product-interest__box {
width: min(358px, calc(100% - 32px));
padding: 40px 16px;
}
body.single-product .product-interest h2 {
margin: 0 0 32px;
font-size: 24px;
font-weight: var(--font-weight-extralight);
letter-spacing: 0;
line-height: 1.3;
}
body.single-product .product-interest__form {
gap: 16px;
}
body.single-product .product-interest__row {
display: flex;
flex-direction: column;
gap: 14px;
}
body.single-product .product-interest input,
body.single-product .product-interest textarea {
font-size: 14px;
letter-spacing: 0.42px;
line-height: 1.4;
}
body.single-product .product-interest input {
height: 32px;
padding: 0 24px;
}
body.single-product .product-interest textarea {
min-height: 218px;
padding: 24px;
}
body.single-product .product-interest__note,
body.single-product .product-interest__feedback {
font-size: 12px;
letter-spacing: 0.36px;
line-height: 1.4;
}
body.single-product .product-interest__submit {
width: min(350px, calc(100% + 8px));
height: 48px;
margin-top: 24px;
align-self: center;
font-size: 16px;
letter-spacing: 1.6px;
}
body.single-product .panos-product__lifestyle {
min-height: 844px;
padding: 0;
}
body.single-product .panos-product__lifestyle h2 {
font-size: 40px;
font-weight: var(--font-weight-thin);
letter-spacing: 12px;
line-height: 1;
}
.shop-child-card:nth-child(1) .shop-child-card__image img {
right: -43%;
top: -30%;
width: 180%;
height: 150%;
}
.shop-child-card:nth-child(2) .shop-child-card__image img {
right: 0;
top: -6%;
width: 140%;
height: 112%;
}
.shop-child-card:nth-child(3) .shop-child-card__image img {
right: -74%;
top: -22%;
width: 189%;
height: 148%;
}
.shop-child-card:nth-child(4) .shop-child-card__image img {
right: -96%;
top: -1%;
width: 223%;
height: 132%;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/fonts/slick.eot);
src: url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/fonts/slick.woff) format('woff'), url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://dev.panosoikia.gr/wp-content/themes/panosoikia/assets/vendor/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@media (min-width: 992px) and (max-width: 1366px) {
.site-nav__logo {
flex-basis: 260px;
width: 260px;
height: 62px;
}
.site-nav__links,
.site-nav__icons {
gap: 32px;
}
.site-nav__links a,
.site-nav__products-btn,
.site-nav__links a[href$="/offers/"]::after,
.site-nav__links a[href$="/about-us/"]::after,
.site-nav__products-btn::after {
font-size: 13px;
letter-spacing: 0.39px;
}
.top-bar__center {
max-width: 460px;
font-size: 12px;
letter-spacing: 0.72px;
}
.top-bar__signin,
.top-bar__language,
.top-bar__phone {
font-size: 13px;
letter-spacing: 0.39px;
}
.top-bar__right {
gap: 24px;
} .home .hero-section {
height: 100svh;
min-height: 0;
padding-bottom: 120px;
}
.home .hero-slider,
.home .hero-slider.slick-slider,
.home .hero-slider .slick-list,
.home .hero-slider .slick-track,
.home .hero-slider .slick-slide,
.home .hero-slider .slick-slide > div {
height: 100%;
}
.home .hero-slide {
height: 100%;
min-height: 0;
}
.home .hero-slide__inner {
padding-top: 112px;
padding-bottom: 38px;
}
.home .hero-slide__content {
max-width: 430px;
gap: 24px;
}
.home .hero-slide__info,
.home .hero-slide__pricing {
gap: 14px;
}
.home .hero-slide__type,
.home .hero-slide__from,
.home .hero-slide__desc {
font-size: 16px;
}
.home .hero-slide__name {
font-size: 78px;
letter-spacing: 0;
}
.home .hero-slide__strike {
font-size: 22px;
}
.home .hero-slide__price {
font-size: 34px;
}
.home .hero-slide__content .btn-primary-full {
width: 300px;
max-width: 300px;
height: 42px;
font-size: 13px;
letter-spacing: 1.3px;
}
.home .hero-slide__sidebar {
padding-top: 42px;
}
.home .hero-slide__num {
font-size: 22px;
}
.home .hero-slide__progress {
height: 150px;
}
.home .hero-slide__next {
width: 230px;
height: 140px;
}
.home .hero-slide__next-img {
width: calc(100% - 16px);
height: calc(100% - 16px);
}
.home .hero-slide__next-label {
font-size: 18px;
}
.home .hero-dots-area,
.home .hero-slider .slick-dots {
bottom: 20px;
} .site-footer__main {
grid-template-columns: minmax(280px, 34fr) minmax(0, 66fr);
padding: 0px 0;
align-items: start;
}
.site-footer__newsletter {
gap: 64px;
max-width: none;
padding: 48px 0;
padding-right: 48px;
padding-bottom: 0;
border-right: 1px solid var(--color-primary);
border-bottom: 0;
}
.site-footer__logo {
width: clamp(180px, 16vw, 260px);
}
.site-footer__form-group {
gap: 36px;
}
.site-footer__form {
gap: 18px;
}
.site-footer__form-title,
.site-footer__field input,
.site-footer__column h2 {
font-size: 17px;
letter-spacing: 0.45px;
}
.site-footer__field input {
height: 38px;
}
.site-footer__field button {
width: 28px;
height: 28px;
font-size: 20px;
}
.site-footer__form-note,
.site-footer__links a,
.site-footer__contact > a {
font-size: 14px;
letter-spacing: 0.35px;
line-height: 1.35;
}
.site-footer__columns {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 56px;
padding: 48px 0;
padding-left: 64px;
}
.site-footer__column h2 {
margin-bottom: 52px;
}
.site-footer__links {
gap: 26px;
}
.site-footer__column:nth-child(2) .site-footer__links {
gap: 20px;
}
.site-footer__contact > a + a {
margin-top: 26px;
}
.site-footer__socials {
gap: 18px;
margin-top: 64px;
}
.site-footer__socials a,
.site-footer__socials img {
width: 24px;
height: 24px;
}
.site-footer__bottom {
min-height: 42px;
}
.site-footer__bottom p {
font-size: 14px;
}
}
@media (min-width: 992px) and (max-width: 1366px) and (max-height: 650px) {
.top-bar {
height: 34px;
}
.site-nav__inner {
height: 70px;
}
.site-nav__logo {
flex-basis: 220px;
width: 220px;
height: 52px;
}
.site-nav__links,
.site-nav__icons {
gap: 26px;
}
.site-nav__links a,
.site-nav__products-btn,
.site-nav__links a[href$="/offers/"]::after,
.site-nav__links a[href$="/about-us/"]::after,
.site-nav__products-btn::after {
font-size: 12px;
letter-spacing: 0.33px;
}
.top-bar__signin,
.top-bar__language,
.top-bar__phone,
.top-bar__center {
font-size: 11px;
letter-spacing: 0.33px;
}
.home .hero-slide__inner {
padding-top: 104px;
padding-bottom: 26px;
}
.home .hero-slide__content {
max-width: 360px;
gap: 16px;
}
.home .hero-slide__info,
.home .hero-slide__pricing {
gap: 9px;
}
.home .hero-slide__type,
.home .hero-slide__from {
font-size: 13px;
letter-spacing: 0.39px;
}
.home .hero-slide__name {
font-size: 56px;
}
.home .hero-slide__strike {
font-size: 18px;
}
.home .hero-slide__price {
font-size: 28px;
}
.home .hero-slide__desc {
max-width: 340px;
font-size: 13px;
line-height: 1.3;
}
.home .hero-slide__content .btn-primary-full {
width: 250px;
max-width: 250px;
height: 36px;
font-size: 12px;
letter-spacing: 1.1px;
}
.home .hero-slide__sidebar {
padding-top: 24px;
}
.home .hero-slide__num {
font-size: 18px;
letter-spacing: 0.54px;
}
.home .hero-slide__progress {
height: 86px;
}
.home .hero-slide__next {
width: 180px;
height: 110px;
}
.home .hero-slide__next-label {
font-size: 15px;
letter-spacing: 0.45px;
}
.home .hero-dots-area,
.home .hero-slider .slick-dots {
bottom: 16px;
}
.site-footer__main {
grid-template-columns: minmax(250px, 34fr) minmax(0, 66fr);
padding: 36px 0;
}
.site-footer__newsletter {
gap: 40px;
padding-right: 36px;
}
.site-footer__logo {
width: clamp(160px, 14vw, 210px);
}
.site-footer__form-group {
gap: 24px;
}
.site-footer__form {
gap: 12px;
}
.site-footer__form-title,
.site-footer__field input,
.site-footer__column h2 {
font-size: 15px;
letter-spacing: 0.35px;
}
.site-footer__field input {
height: 32px;
}
.site-footer__field button {
width: 24px;
height: 24px;
font-size: 18px;
}
.site-footer__form-note,
.site-footer__links a,
.site-footer__contact > a {
font-size: 13px;
letter-spacing: 0.25px;
line-height: 1.3;
}
.site-footer__columns {
gap: 36px;
padding-left: 44px;
}
.site-footer__column h2 {
margin-bottom: 32px;
}
.site-footer__links,
.site-footer__column:nth-child(2) .site-footer__links {
gap: 14px;
}
.site-footer__contact > a + a {
margin-top: 16px;
}
.site-footer__socials {
gap: 12px;
margin-top: 34px;
}
.site-footer__socials a,
.site-footer__socials img {
width: 20px;
height: 20px;
}
.site-footer__bottom {
min-height: 36px;
}
.site-footer__bottom p {
font-size: 12px;
}
}