main.shop-page{flex-direction:column;gap:100px;max-width:100%;padding-bottom:80px;display:flex;overflow-x:clip}.shop-breadcrumbs{padding-inline:var(--page-pad);max-width:var(--page-max);text-align:right;direction:rtl;align-items:center;gap:10px;width:100%;margin-inline:auto;display:flex}.shop-breadcrumbs a,.shop-breadcrumbs span{font:100 16px / 1 var(--font-primary);color:var(--sea-blue-text)}@media (min-width:1280px){.shop-breadcrumbs a,.shop-breadcrumbs span{font-size:18px}}.shop-breadcrumbs a:hover{color:var(--dark-blue)}.shop-breadcrumbs a:focus-visible{outline:2px solid var(--sea-blue);outline-offset:3px}.shop-breadcrumbs__sep{width:8px;height:13px;color:var(--sea-blue-text);display:inline-flex}.shop-breadcrumbs__sep svg{width:100%;height:100%}.shop-hero-wrap{flex-direction:column;gap:20px;width:100%;display:flex}.shop-hero{width:100%;min-height:537px;position:relative;overflow:hidden}.shop-hero img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;min-height:537px;display:block}.shop-hero__badge{-webkit-backdrop-filter:blur(8px);color:#fff;font:100 16px / 1 var(--font-primary);white-space:nowrap;background:#fff3;border-radius:100px;padding:10px;position:absolute}.shop-hero__badge--1{top:76px;left:28%;transform:translate(-50%)}.shop-hero__badge--2{top:166px;left:72%;transform:translate(-50%)}.shop-hero__badge--3{top:370px;left:22%;transform:translate(-50%)}.shop-intro{padding-inline:var(--page-pad);max-width:var(--page-max);text-align:center;width:100%;margin-inline:auto}.shop-intro p{font:100 32px / 1.3 var(--font-primary);letter-spacing:-.96px;color:var(--dark-blue);margin:0}.shop-intro p+p{margin-top:0}.shop-catalog{padding-inline:var(--page-pad);max-width:var(--page-max);flex-direction:column;align-items:flex-end;gap:30px;width:100%;margin-inline:auto;display:flex}.shop-catalog h1{font:100 40px / 1 var(--font-primary);letter-spacing:-1.2px;color:var(--dark-blue);text-align:right;width:100%;margin:0}main.shop-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin-bottom:0}main.shop-page .product-card__media{aspect-ratio:310/350;background:var(--blue-card);height:auto}main.shop-page .product-card__media>img,main.shop-page .product-card__media>a img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}main.shop-page .product-card__media>a{width:100%;height:100%;color:inherit;text-decoration:none;display:block}main.shop-page .product-card__bag{z-index:1}main.shop-page .product-card h2 a{color:inherit;text-decoration:none}main.shop-page .product-card h2 a:hover{color:var(--sea-blue)}main.shop-page .product-card h2 a:focus-visible{outline:2px solid var(--sea-blue);outline-offset:3px}main.shop-page .product-card h2,main.shop-page .product-card h3{font:500 18px / 1 var(--font-primary)}main.shop-page .product-card p{font:100 16px / 1.5 var(--font-primary)}main.shop-page .product-card__price{font:500 20px / 1 var(--font-primary);text-transform:uppercase}.product-card__img--featured{display:none}.product-card__img--regular{display:block}@media (min-width:1280px){main.shop-page{gap:100px}.shop-hero,.shop-hero img{min-height:800px}.shop-hero__badge{padding:10px 20px;font-size:18px}.shop-intro p{font:100 40px / 1.3 var(--font-primary);letter-spacing:-1.2px}.shop-catalog{gap:30px;max-width:1300px}.shop-catalog h1{font:100 64px / 1 var(--font-primary);letter-spacing:-1.92px}main.shop-page .product-grid{direction:ltr;grid-template-rows:auto auto auto auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}main.shop-page .product-grid>li:first-child{grid-area:2/2}main.shop-page .product-grid>li:nth-child(2){grid-area:1/2}main.shop-page .product-grid>li:nth-child(3){grid-area:1/1}main.shop-page .product-grid>li:nth-child(4){grid-area:2/1}main.shop-page .product-grid>li.shop-grid__featured{grid-area:1/3/3/5}main.shop-page .product-grid>li:nth-child(5){grid-area:3/2}main.shop-page .product-grid>li:nth-child(7){grid-area:3/1}main.shop-page .product-grid>li:nth-child(8){grid-area:3/3}main.shop-page .product-grid>li:nth-child(9){grid-area:3/4}main.shop-page .product-grid>li:nth-child(10){grid-area:4/4;justify-self:stretch}main.shop-page .product-card p{font-size:18px}main.shop-page .product-card__price{font:100 32px / 1 var(--font-primary);text-transform:uppercase}main.shop-page .product-grid>li.shop-grid__featured{flex-direction:column;display:flex}main.shop-page .product-card--featured{flex-direction:column;flex:auto;gap:10px;width:100%;height:100%;min-height:0;display:flex}main.shop-page .product-card--featured .product-card__media,main.shop-page .product-card--featured .product-card__media--featured{aspect-ratio:auto;flex:auto;height:auto;min-height:0}main.shop-page .product-card--featured .product-card__media>.product-card__img--featured,main.shop-page .product-card--featured .product-card__media>a .product-card__img--featured{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}main.shop-page .product-card--featured .product-card__media>a{position:absolute;inset:0}main.shop-page .product-card--featured .product-card__img--regular{display:none}main.shop-page .product-card--featured h2,main.shop-page .product-card--featured p,main.shop-page .product-card--featured .product-card__price,main.shop-page .product-grid>li .product-card h2,main.shop-page .product-grid>li .product-card p,main.shop-page .product-grid>li .product-card__price{text-align:right;direction:rtl}}@media (max-width:1279px) and (min-width:960px){main.shop-page .product-grid{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}main.shop-page .product-grid>li:last-child:nth-child(3n+1):not(.shop-grid__featured){grid-column:1;justify-self:stretch;width:auto;max-width:none}}main.shop-page .contact{width:calc(100% - (var(--page-pad) * 2));align-self:center;max-width:1300px;margin:0 auto 80px}@media (max-width:959px){main.shop-page{gap:70px;padding-bottom:48px}.shop-breadcrumbs{display:none}.shop-hero,.shop-hero img{min-height:310px}.shop-hero__badge{display:none}.shop-intro p{font:100 24px / 1.3 var(--font-primary);letter-spacing:-.72px}.shop-catalog{gap:15px}.shop-catalog h1{letter-spacing:-.96px;font-size:32px}main.shop-page .product-grid{direction:rtl;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}main.shop-page .product-grid>li:last-child:nth-child(odd):not(.shop-grid__featured){grid-column:1;justify-self:stretch;width:auto;max-width:none}}@media (max-width:479px){main.shop-page .product-card h2,main.shop-page .product-card h3,main.shop-page .product-card p{font-size:16px}}.product-card__sale-badge{top:12px;background:var(--sea-blue,#2a6dbf);color:#fff;font:600 12px / 1.4 var(--font-primary);text-transform:uppercase;letter-spacing:.05em;pointer-events:none;border-radius:100px;padding:4px 10px;position:absolute;inset-inline-start:12px}.product-card__desc{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:8px;display:-webkit-box;overflow:hidden}.product-card__price--sale{color:var(--sea-blue,#2a6dbf);font-weight:700}.product-card__price--original{color:var(--sea-blue-text,#6b8cae);font-size:.85em;font-weight:400;text-decoration:line-through}.product-card__out-of-stock{font:500 13px / 1 var(--font-primary);color:#c0392b;margin-top:4px}
