/*
Theme Name: Sztuka Naparu Astra Child
Theme URI: https://sztukanaparu.pl
Description: Motyw potomny Astry dla sklepu Sztuka Naparu.
Author: Sztuka Naparu
Template: astra
Version: 3.27.61
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: sztuka-naparu-astra-child
*/
:root {
--sn-bg: #070606;
--sn-panel: #11100d;
--sn-panel-soft: #181611;
--sn-gold: #c59a4b;
--sn-gold-bright: #f0d28a;
--sn-copper: #9b4f2f;
--sn-blue: #087f91;
--sn-blue-deep: #092f3b;
--sn-blue-soft: #42b8c8;
--sn-product-frame: #171a18;
--sn-product-frame-border: #2f3431;
--sn-product-frame-hover: #3b423e;
--sn-text: #f0d28a;
--sn-muted: #c9a96e;
--sn-display-title-size: clamp(31px, 3.15vw, 45px);
--sn-standard-hero-title-size: clamp(30px, 2.25vw, 34px);
--sn-display-title-size-mobile: clamp(24px, 7.1vw, 28px);
--sn-section-title-size: clamp(26px, 2.65vw, 38px);
--sn-lead-text-size: clamp(17px, 1.35vw, 22px);
}
body {
background: var(--sn-bg);
color: var(--sn-text);
font-family: "Lora", Georgia, serif;
margin: 0;
}
.sn-skip-link {
background: var(--sn-gold-bright);
color: #050505;
font-family: "Cinzel", Georgia, serif;
font-size: 14px;
font-weight: 700;
left: 14px;
padding: 12px 16px;
position: fixed;
top: 10px;
transform: translateY(-180%);
transition: transform 150ms ease;
z-index: 10050;
}
.sn-skip-link:focus {
outline: 3px solid var(--sn-blue-soft);
outline-offset: 3px;
transform: translateY(0);
}
#main {
scroll-margin-top: 18px;
}
#main:focus {
outline: 3px solid var(--sn-blue-soft);
outline-offset: -3px;
}
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
outline: 3px solid var(--sn-blue-soft);
outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-delay: 0ms !important;
animation-duration: 1ms !important;
animation-iteration-count: 1 !important;
scroll-behavior: auto !important;
transition-duration: 1ms !important;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-header-menu .menu-link {
font-family: "Cinzel", Georgia, serif;
letter-spacing: 0;
}
a,
.ast-builder-menu-1 .menu-item > .menu-link {
color: var(--sn-gold-bright);
transition: color 180ms ease, transform 180ms ease;
}
a:hover,
.ast-builder-menu-1 .menu-item:hover > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link {
color: var(--sn-blue-soft);
}
.site-header,
.ast-primary-header-bar,
.site-footer,
.ast-footer-copyright {
background: rgba(7, 6, 6, 0.96);
border-color: rgba(197, 154, 75, 0.28);
}
.ast-container {
max-width: 1180px;
}
.button,
button,
input[type="button"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
background: linear-gradient(135deg, var(--sn-blue), var(--sn-blue-soft));
border: 1px solid rgba(240, 210, 138, 0.45);
border-radius: 0;
color: #050505;
font-family: "Cinzel", Georgia, serif;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
background: linear-gradient(135deg, var(--sn-blue-soft), var(--sn-gold-bright));
box-shadow: 0 10px 28px rgba(8, 127, 145, 0.28);
color: #050505;
transform: translateY(-1px);
}
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
background: rgba(17, 16, 13, 0.92);
border: 1px solid rgba(197, 154, 75, 0.22);
color: var(--sn-text);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce table.shop_table th {
color: var(--sn-gold-bright);
}
.woocommerce-page .entry-title,
.woocommerce .cart_totals > h2 {
color: var(--sn-gold-bright);
}
.woocommerce-cart .cart_totals > h2 {
background: rgba(17, 16, 13, 0.92) !important;
border-bottom: 1px solid rgba(197, 154, 75, 0.22);
color: var(--sn-gold-bright) !important;
margin: 0;
padding: 18px 22px;
}
.woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-weight: 700;
}
input,
textarea,
select,
.select2-container--default .select2-selection--single {
background: rgba(7, 6, 6, 0.82);
border: 1px solid rgba(197, 154, 75, 0.34);
color: var(--sn-gold-bright);
}
input:focus,
textarea:focus,
select:focus {
border-color: var(--sn-blue-soft);
box-shadow: 0 0 0 2px rgba(66, 184, 200, 0.18);
}
::selection {
background: var(--sn-blue);
color: #050505;
}
.sn-page {
background:
radial-gradient(circle at 15% 10%, rgba(8, 127, 145, 0.16), transparent 26rem),
linear-gradient(180deg, #050505 0%, #0b0908 48%, #050505 100%);
min-height: 100vh;
}
.sn-header {
align-items: center;
background: rgba(5, 8, 9, 0.94);
border-bottom: 1px solid rgba(197, 154, 75, 0.35);
display: grid;
gap: 28px;
grid-template-columns: 240px 1fr auto;
left: 0;
padding: 14px clamp(18px, 4vw, 70px);
position: sticky;
right: 0;
top: 0;
z-index: 50;
}
body.admin-bar .sn-header {
top: 32px;
}
.sn-brand {
align-items: center;
color: var(--sn-blue-soft);
display: inline-flex;
gap: 12px;
text-decoration: none;
}
.sn-brand img {
height: 50px;
width: auto;
}
.sn-brand span {
border-bottom: 1px solid rgba(66, 184, 200, 0.55);
border-top: 1px solid rgba(197, 154, 75, 0.48);
font-family: "Cinzel", Georgia, serif;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
line-height: 1.3;
padding: 5px 0;
text-transform: uppercase;
}
.sn-nav {
display: flex;
flex-wrap: wrap;
gap: clamp(14px, 2.2vw, 34px);
justify-content: center;
}
.sn-nav a,
.sn-icon-link {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 0.9rem;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
}
.sn-nav a:hover,
.sn-nav a.is-active {
color: var(--sn-blue-soft);
}
.sn-header-actions {
display: flex;
gap: 10px;
}
.sn-mobile-menu {
display: none;
}
.sn-icon-link {
align-items: center;
border: 1px solid rgba(197, 154, 75, 0.32);
display: inline-flex;
height: 44px;
justify-content: center;
transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
width: 44px;
}
.sn-icon-link:hover {
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
transform: translateY(-2px) scale(1.05);
}
.sn-icon-link svg {
fill: none;
height: 20px;
stroke: currentColor;
stroke-width: 1.8;
width: 20px;
}
.sn-icon-link svg .fill-path {
fill: currentColor;
stroke: none;
}
.sn-hero {
min-height: 760px;
overflow: hidden;
position: relative;
}
.sn-hero-slide {
background-image: var(--sn-bg-desktop);
background-position: center;
background-size: cover;
inset: 0;
opacity: 0;
position: absolute;
transform: scale(1.03);
transition: opacity 1100ms ease, transform 4200ms ease;
}
.sn-hero-slide.is-active {
opacity: 1;
transform: scale(1);
}
.sn-hero::after {
background:
linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.58) 38%, rgba(5, 5, 5, 0.18) 72%),
linear-gradient(0deg, rgba(5, 5, 5, 0.72) 0%, transparent 38%);
content: "";
inset: 0;
position: absolute;
}
.sn-hero-content {
max-width: 900px;
padding: 60px clamp(22px, 7vw, 110px) 86px;
position: relative;
z-index: 2;
}
.sn-hero-logo {
display: block;
margin-bottom: 54px;
max-width: 260px;
width: 28vw;
}
.sn-eyebrow {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(1rem, 1.45vw, 1.35rem);
font-weight: 700;
margin: 0 0 10px;
text-transform: uppercase;
}
/* Main home-section labels keep the established brand blue. */
body.home .sn-section > .sn-section-inner > .sn-section-heading > .sn-eyebrow {
color: var(--sn-blue-soft) !important;
}
.sn-hero h1 {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(2.4rem, 5.2vw, 5.1rem);
font-weight: 400;
line-height: 1.06;
margin: 0 0 28px;
max-width: 860px;
text-transform: uppercase;
}
.sn-hero h1 span {
display: block;
}
.sn-lead {
color: #dfc27c;
font-size: clamp(1rem, 1.35vw, 1.3rem);
line-height: 1.75;
max-width: 660px;
}
.sn-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 30px;
}
.sn-button {
border: 1px solid rgba(197, 154, 75, 0.48);
color: var(--sn-gold-bright);
display: inline-flex;
font-family: "Cinzel", Georgia, serif;
font-weight: 700;
letter-spacing: 0.02em;
padding: 14px 24px;
text-decoration: none;
text-transform: uppercase;
transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.sn-button.primary {
background: var(--sn-blue);
color: #050505;
}
.sn-button:hover {
background: var(--sn-blue-soft);
border-color: var(--sn-blue-soft);
color: #050505;
transform: translateY(-2px);
}
.sn-section {
padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 78px);
}
.sn-section-inner {
margin: 0 auto;
max-width: 1180px;
}
.sn-section-heading {
margin-bottom: 34px;
max-width: 820px;
}
.sn-section h2 {
color: var(--sn-gold-bright);
font-family: "Cinzel Decorative", Georgia, serif;
font-size: clamp(1.9rem, 3.4vw, 3.1rem);
font-weight: 400;
line-height: 1.18;
margin: 0;
}
.sn-section-heading p:not(.sn-eyebrow) {
color: #d9bd79;
font-size: 1.08rem;
line-height: 1.75;
}
.sn-divider {
margin: 0 auto;
max-width: 1180px;
padding: 0 clamp(20px, 5vw, 78px);
}
.sn-divider::before,
.sn-divider::after {
content: "";
display: block;
height: 1px;
}
.sn-divider::before {
background: linear-gradient(90deg, transparent, rgba(197, 154, 75, 0.8), transparent);
}
.sn-divider::after {
background: linear-gradient(90deg, transparent, rgba(66, 184, 200, 0.72), transparent);
margin-top: 5px;
}
.sn-category-grid,
.sn-card-grid {
display: grid;
gap: 22px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sn-category-card,
.sn-info-card {
background: rgba(17, 16, 13, 0.9);
border: 1px solid rgba(197, 154, 75, 0.24);
min-height: 100%;
overflow: hidden;
transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.sn-category-card:hover,
.sn-info-card:hover {
border-color: rgba(66, 184, 200, 0.65);
box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
transform: translateY(-3px);
}
.sn-category-card img {
aspect-ratio: 16 / 10;
display: block;
object-fit: cover;
width: 100%;
}
.sn-category-card div,
.sn-info-card {
padding: 22px;
}
.sn-category-card h3,
.sn-info-card h3 {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 1.12rem;
margin: 0 0 10px;
text-transform: uppercase;
}
.sn-category-card p,
.sn-info-card p,
.sn-split p {
color: #d6bd81;
font-size: 1rem;
line-height: 1.7;
}
.sn-category-card.featured {
border-color: rgba(66, 184, 200, 0.62);
}
.sn-split {
align-items: start;
display: grid;
gap: 34px;
grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
.sn-footer {
align-items: center;
background: #050505;
border-top: 1px solid rgba(197, 154, 75, 0.35);
color: var(--sn-muted);
display: flex;
flex-wrap: wrap;
gap: 22px;
justify-content: space-between;
padding: 34px clamp(20px, 5vw, 78px);
}
.sn-footer-brand {
align-items: center;
display: inline-flex;
gap: 12px;
}
.sn-footer-brand img {
height: 58px;
width: auto;
}
.sn-footer-brand strong {
border-bottom: 1px solid rgba(66, 184, 200, 0.55);
border-top: 1px solid rgba(197, 154, 75, 0.5);
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: 0.86rem;
letter-spacing: 0.08em;
padding: 5px 0;
text-transform: uppercase;
}
@media (max-width: 1024px) {
.sn-header {
grid-template-columns: 1fr;
}
.sn-nav {
justify-content: flex-start;
}
.sn-category-grid,
.sn-card-grid,
.sn-split {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 720px) {
.sn-hero {
min-height: 680px;
}
.sn-hero-logo {
max-width: 190px;
width: 58vw;
}
.sn-category-grid,
.sn-card-grid,
.sn-split {
grid-template-columns: 1fr;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 104px;
}
body.sn-page {
background:
radial-gradient(circle at 18% 12%, rgba(8, 127, 145, 0.16), transparent 28%),
radial-gradient(circle at 84% 28%, rgba(8, 127, 145, 0.1), transparent 30%),
var(--sn-bg);
overflow-wrap: break-word;
}
.sn-header {
background: linear-gradient(90deg, rgba(7, 6, 6, 0.92), rgba(7, 27, 35, 0.9));
border-bottom: 1px solid rgba(8, 127, 145, 0.3);
gap: clamp(14px, 2vw, 26px);
grid-template-columns: auto minmax(0, 1fr) auto;
padding: 16px clamp(16px, 3vw, 44px);
}
.sn-brand {
gap: 12px;
min-width: max-content;
}
.sn-brand img {
filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.42));
height: 64px;
object-fit: contain;
width: 64px;
}
.sn-brand span {
border-bottom-color: rgba(14, 220, 235, 0.28);
border-top-color: rgba(240, 210, 138, 0.32);
color: var(--sn-blue-soft);
font-size: clamp(12px, 0.82vw, 15px);
letter-spacing: 0.1em;
line-height: 1.1;
padding: 7px 0 8px;
white-space: nowrap;
}
.sn-nav {
flex-wrap: nowrap;
gap: clamp(2px, 0.45vw, 8px);
min-width: 0;
overflow: visible;
white-space: nowrap;
}
.sn-nav a,
.sn-icon-link {
font-size: clamp(11px, 0.78vw, 14px);
letter-spacing: 0;
}
.sn-nav a {
padding: 14px clamp(7px, 0.75vw, 14px);
transition: color 220ms ease, transform 220ms ease, text-shadow 220ms ease;
}
.sn-nav a:hover,
.sn-nav a.is-active,
.sn-icon-link:hover,
.sn-icon-link.is-active {
color: var(--sn-blue-soft);
text-shadow: 0 0 18px rgba(14, 220, 235, 0.36);
}
.sn-nav a:hover,
.sn-nav a.is-active {
transform: translateY(-2px);
}
.sn-nav a.is-active {
background: rgba(8, 127, 145, 0.14);
box-shadow: inset 0 -2px var(--sn-blue-soft);
}
.sn-header-actions {
align-items: center;
gap: 8px;
}
.sn-icon-link {
background: rgba(8, 127, 145, 0.08);
border-color: rgba(240, 210, 138, 0.24);
height: 44px;
width: 44px;
}
.sn-icon-link:hover,
.sn-icon-link.is-active {
background: rgba(8, 127, 145, 0.16);
border-color: var(--sn-blue-soft);
border-color: rgba(66, 184, 200, 0.55);
transform: scale(1.1);
}
.sn-icon-link svg {
height: 24px;
width: 24px;
}
.sn-hero {
display: grid;
align-items: start;
min-height: min(820px, calc(92vh - 77px));
}
.sn-hero::after {
background:
linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(28, 18, 10, 0.42) 42%, rgba(0, 0, 0, 0.08) 100%),
linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.32));
}
.sn-hero-slide {
transition: opacity 1200ms ease, transform 7000ms ease;
}
.sn-hero-slide.is-active {
transform: scale(1.08);
}
.sn-hero-content {
--hero-logo-width: min(300px, 62vw);
margin-left: clamp(18px, 7vw, 104px);
max-width: none;
padding: clamp(34px, 5.5vw, 64px) 0 150px;
width: min(920px, calc(100% - 36px));
}
.sn-hero-logo-frame {
display: block;
margin-bottom: 24px;
transform: translateY(-24px);
width: var(--hero-logo-width);
}
.sn-hero-logo {
filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.55));
margin: 0;
max-width: none;
width: var(--hero-logo-width);
}
.sn-hero-title-block {
display: block;
margin-bottom: 22px;
max-width: 100%;
width: min(640px, 100%);
}
.sn-hero-title-block .sn-eyebrow {
display: block;
font-size: clamp(17px, 1.02vw, 20px);
letter-spacing: 0;
line-height: 1.16;
margin-bottom: 14px;
text-align: justify;
text-align-last: justify;
white-space: nowrap;
width: 100%;
}
.sn-hero h1 {
font-family: "Cinzel", Georgia, serif;
font-size: var(--sn-standard-hero-title-size);
font-weight: 500;
line-height: 1.08;
margin-bottom: 22px;
max-width: none;
width: 100%;
}
.sn-hero h1::first-letter,
.sn-title-line::first-letter,
.sn-subhero h1::first-letter,
.sn-legal-hero h1::first-letter,
.sn-guide-hero h1::first-letter,
.sn-guide-single-hero h1::first-letter,
.sn-section h2::first-letter,
.sn-category-card h3::first-letter,
.sn-info-card h3::first-letter,
.sn-eyebrow::first-letter,
.sn-button::first-letter,
.sn-nav a::first-letter {
font-family: "Cinzel Decorative", Georgia, serif;
}
.sn-title-line {
display: block;
text-align: justify;
text-align-last: justify;
white-space: nowrap;
width: 100%;
}
.sn-lead {
color: var(--sn-muted);
font-size: var(--sn-lead-text-size);
line-height: 1.68;
margin-bottom: 26px;
max-width: 540px;
}
.sn-actions {
gap: 12px;
margin-top: 0;
}
.sn-button {
align-items: center;
justify-content: center;
min-height: 54px;
padding: 0 24px;
}
.sn-hero-strip {
background: linear-gradient(90deg, rgba(7, 6, 6, 0.82), rgba(6, 35, 48, 0.78));
border-top: 1px solid rgba(240, 210, 138, 0.26);
bottom: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
left: 0;
position: absolute;
right: 0;
z-index: 3;
}
.sn-hero-strip span {
border-right: 1px solid rgba(240, 210, 138, 0.18);
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(18px, 1.35vw, 24px);
font-weight: 700;
line-height: 1.22;
padding: 24px clamp(22px, 3.2vw, 48px);
text-transform: uppercase;
}
.sn-section {
margin: 0 auto;
padding: clamp(68px, 6vw, 88px) 0;
position: relative;
width: min(1280px, calc(100% - 36px));
}
.sn-section::before {
background:
linear-gradient(90deg, transparent, rgba(240, 210, 138, 0.62), transparent) top / 100% 1px no-repeat,
linear-gradient(90deg, transparent, rgba(14, 220, 235, 0.48), transparent) bottom / 100% 1px no-repeat;
bottom: 0;
content: "";
height: 7px;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
z-index: 3;
}
.sn-divider {
display: none;
}
.sn-section-inner {
max-width: none;
}
.sn-section-heading {
margin-bottom: 28px;
max-width: 820px;
}
.sn-section h2 {
font-family: "Cinzel", Georgia, serif;
font-size: var(--sn-section-title-size);
font-weight: 500;
line-height: 1.12;
}
.sn-section-heading p:not(.sn-eyebrow),
.sn-split p,
.sn-info-card p {
color: var(--sn-muted);
font-size: 19px;
line-height: 1.72;
}
.sn-category-grid,
.sn-card-grid {
gap: 22px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sn-category-card {
background: #050403;
border: 1px solid rgba(240, 210, 138, 0.24);
min-height: 330px;
position: relative;
}
.sn-category-card::after {
background: linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.46) 48%, rgba(0, 0, 0, 0.94));
content: "";
inset: 0;
pointer-events: none;
position: absolute;
}
.sn-category-card img {
aspect-ratio: auto;
height: 100%;
min-height: 330px;
object-fit: cover;
opacity: 0.68;
transition: transform 500ms ease, opacity 500ms ease;
}
.sn-category-card:hover img {
opacity: 0.9;
transform: scale(1.05);
}
.sn-category-card div {
bottom: 14px;
left: 26px;
padding: 0;
position: absolute;
right: 26px;
z-index: 1;
}
.sn-category-card h3 {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(22px, 1.75vw, 31px);
line-height: 1.12;
margin-bottom: 12px;
text-shadow: 0 2px 24px rgba(0, 0, 0, 0.8);
}
.sn-category-card p {
color: var(--sn-muted);
font-size: 15px;
line-height: 1.42;
margin: 0;
text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
}
.sn-category-card.featured {
border-color: rgba(66, 184, 200, 0.62);
}
.sn-category-card.featured p {
color: var(--sn-gold-bright);
font-size: 16px;
line-height: 1.45;
}
.sn-info-card {
background: linear-gradient(145deg, rgba(7, 31, 43, 0.82), rgba(17, 16, 13, 0.94));
border-color: rgba(14, 220, 235, 0.2);
padding: 24px;
}
.sn-info-card h3 {
font-size: 24px;
line-height: 1.1;
}
.sn-split {
gap: clamp(28px, 6vw, 84px);
grid-template-columns: 0.9fr 1.1fr;
}
.sn-footer {
background: linear-gradient(90deg, rgba(7, 6, 6, 0.96), rgba(7, 42, 57, 0.82));
border-top-color: rgba(8, 127, 145, 0.38);
display: grid;
font-size: 15px;
grid-template-columns: minmax(250px, 0.8fr) minmax(320px, 1.35fr) minmax(210px, 0.7fr);
padding: 30px clamp(18px, 4vw, 58px);
}
.sn-footer-brand img {
height: 72px;
object-fit: contain;
width: 72px;
}
.sn-footer-brand strong {
display: inline-block;
font-size: 15px;
letter-spacing: 0.16em;
line-height: 1.15;
}
.sn-footer-brand p,
.sn-footer-company span {
color: #d6bd81;
display: block;
font-size: 14px;
line-height: 1.55;
margin: 7px 0 0;
}
.sn-footer-company {
display: grid;
gap: 3px;
text-align: center;
}
.sn-footer-company > strong {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 14px;
line-height: 1.45;
}
.sn-footer-company a,
.sn-footer-legal a {
color: var(--sn-blue-soft);
}
.sn-footer-legal {
display: grid;
gap: 7px;
}
.sn-footer-legal a {
font-size: 14px;
line-height: 1.35;
text-decoration: underline;
text-decoration-color: rgba(14, 220, 235, 0.34);
text-underline-offset: 4px;
}
.sn-catalog-mode-notice {
align-items: center;
background: linear-gradient(90deg, rgba(8, 127, 145, 0.2), rgba(197, 154, 75, 0.14));
border-bottom: 1px solid rgba(14, 220, 235, 0.32);
color: #ead79d;
display: flex;
gap: 14px;
justify-content: center;
line-height: 1.5;
padding: 13px clamp(18px, 4vw, 58px);
text-align: center;
}
.sn-catalog-mode-notice strong {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
white-space: nowrap;
}
.sn-product-quick-fact.is-catalog-only {
border-color: rgba(14, 220, 235, 0.48);
color: var(--sn-blue-soft);
}
@media (max-width: 980px) {
.sn-footer {
grid-template-columns: 1fr 1fr;
}
.sn-footer-legal {
grid-column: 1 / -1;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.sn-footer {
grid-template-columns: 1fr;
}
.sn-footer-legal {
grid-column: auto;
grid-template-columns: 1fr;
}
.sn-catalog-mode-notice {
align-items: stretch;
flex-direction: column;
gap: 4px;
}
.sn-catalog-mode-notice strong {
white-space: normal;
}
}
@media (min-width: 901px) and (max-width: 1420px) {
.sn-header {
gap: 12px;
padding-inline: 18px;
}
.sn-brand {
gap: 8px;
}
.sn-brand img {
height: 52px;
width: 52px;
}
.sn-brand span,
.sn-nav a {
font-size: 12px;
}
.sn-nav a {
padding-inline: 6px;
}
.sn-header-actions {
gap: 6px;
}
.sn-icon-link {
height: 38px;
width: 38px;
}
.sn-icon-link svg {
height: 20px;
width: 20px;
}
}
@media (max-width: 900px) {
html {
scroll-padding-top: 146px;
}
.sn-header {
grid-template-columns: 1fr auto;
}
.sn-nav {
grid-column: 1 / -1;
justify-content: flex-start;
overflow-x: auto;
}
.sn-category-grid,
.sn-card-grid,
.sn-split {
grid-template-columns: 1fr 1fr;
}
.sn-hero-strip {
position: relative;
}
}
@media (max-width: 560px) {
html {
scroll-padding-top: 34px;
}
.sn-header {
position: relative;
}
.sn-brand img {
height: 54px;
width: 54px;
}
.sn-brand span {
font-size: 13px;
}
.sn-nav {
font-size: 14px;
}
.sn-hero {
min-height: auto;
}
.sn-hero-content {
--hero-logo-width: min(230px, 74vw);
margin: 0 auto;
padding: 58px 0 36px;
width: calc(100% - 32px);
}
.sn-hero-logo-frame {
margin-bottom: 20px;
transform: translateY(-18px);
}
.sn-hero h1 {
font-size: clamp(27px, 7.4vw, 36px);
}
.sn-category-grid,
.sn-card-grid,
.sn-split {
grid-template-columns: 1fr;
}
.sn-category-card,
.sn-category-card img {
min-height: 260px;
}
.sn-hero-strip span {
border-right: 0;
border-bottom: 1px solid rgba(240, 210, 138, 0.14);
padding: 18px 16px;
}
}
.sn-subhero {
background-image: var(--sn-bg-desktop);
background-position: center;
background-size: cover;
min-height: clamp(520px, 78vh, 820px);
overflow: hidden;
position: relative;
}
.sn-subhero::before {
background:
linear-gradient(90deg, rgba(3, 5, 5, 0.82) 0%, rgba(3, 5, 5, 0.58) 44%, rgba(3, 5, 5, 0.28) 100%),
linear-gradient(180deg, rgba(3, 5, 5, 0.12), rgba(3, 5, 5, 0.76));
content: "";
inset: 0;
position: absolute;
}
.sn-subhero-content {
margin-left: clamp(28px, 7vw, 150px);
max-width: 760px;
padding-top: clamp(58px, 9vw, 118px);
position: relative;
z-index: 1;
}
.sn-subhero-logo {
display: block;
height: clamp(96px, 11vw, 170px);
margin-bottom: 28px;
object-fit: contain;
width: clamp(96px, 11vw, 170px);
}
.sn-subhero h1,
.sn-legal-hero h1 {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: var(--sn-display-title-size);
line-height: 1.08;
margin: 0 0 22px;
max-width: 840px;
}
.sn-subhero p:not(.sn-eyebrow),
.sn-legal-hero p:not(.sn-eyebrow),
.sn-section-lead {
color: var(--sn-muted);
font-size: var(--sn-lead-text-size);
line-height: 1.68;
max-width: 840px;
}
.sn-shop-categories .sn-category-grid.compact {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sn-category-grid.compact .sn-category-card,
.sn-category-grid.compact .sn-category-card img {
min-height: 285px;
}
@media (max-width: 1024px) {
.sn-shop-categories .sn-category-grid.compact {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 720px) {
.sn-shop-categories .sn-category-grid.compact {
grid-template-columns: 1fr;
}
}
.sn-product-grid {
display: grid;
gap: 22px;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sn-product-card {
background: rgba(10, 12, 12, 0.82);
border: 1px solid rgba(197, 154, 75, 0.34);
overflow: hidden;
transition: border-color 180ms ease, transform 180ms ease;
}
.sn-product-card:hover {
border-color: rgba(66, 184, 200, 0.68);
transform: translateY(-4px);
}
.sn-product-card a {
display: grid;
gap: 12px;
padding: 14px;
text-decoration: none;
}
.sn-woo-main {
background: var(--sn-bg);
color: var(--sn-text);
}
.sn-woo-main .woocommerce-products-header,
.sn-woo-main .woocommerce-result-count,
.sn-woo-main .woocommerce-ordering {
color: var(--sn-text);
}
.sn-woo-main ul.products li.product,
.sn-woo-main div.product {
background: rgba(8, 127, 145, 0.08);
border: 1px solid rgba(197, 154, 75, 0.26);
}
.sn-product-card img {
aspect-ratio: 1 / 1;
height: auto;
object-fit: cover;
width: 100%;
}
.sn-product-card strong {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 18px;
line-height: 1.25;
}
.sn-product-card span {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-weight: 700;
}
.sn-empty-box {
background: linear-gradient(135deg, rgba(7, 31, 43, 0.76), rgba(17, 16, 13, 0.92));
border: 1px solid rgba(66, 184, 200, 0.34);
padding: clamp(28px, 4vw, 56px);
}
.sn-empty-box h3 {
color: var(--sn-gold-bright);
font-size: clamp(24px, 2.6vw, 38px);
}
.sn-legal-hero {
background:
linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(7, 47, 61, 0.76)),
url("assets/tea-flatlay.webp") center/cover;
padding: clamp(76px, 10vw, 150px) 0 clamp(48px, 7vw, 96px);
}
.sn-legal-grid {
display: grid;
gap: 22px;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sn-legal-grid a {
background: linear-gradient(145deg, rgba(7, 31, 43, 0.8), rgba(17, 16, 13, 0.94));
border: 1px solid rgba(197, 154, 75, 0.3);
color: var(--sn-muted);
display: grid;
gap: 18px;
min-height: 220px;
padding: 26px;
text-decoration: none;
}
.sn-legal-grid a:hover {
border-color: rgba(66, 184, 200, 0.72);
transform: translateY(-4px);
}
.sn-legal-grid span {
color: var(--sn-blue-soft);
font-family: "Cinzel Decorative", Georgia, serif;
font-size: 22px;
}
.sn-legal-grid strong {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 24px;
line-height: 1.18;
}
.sn-legal-grid em {
color: var(--sn-muted);
font-style: normal;
line-height: 1.55;
}
.sn-legal-copy {
max-width: 980px;
}
.sn-legal-copy h2 {
border-top: 1px solid rgba(240, 210, 138, 0.42);
color: var(--sn-blue-soft);
font-size: clamp(24px, 2.2vw, 34px);
margin: 36px 0 14px;
padding-top: 24px;
}
.sn-accessibility-principle {
color: var(--sn-blue-soft);
}
.sn-legal-copy h2:first-child {
margin-top: 0;
}
.sn-legal-copy p {
color: var(--sn-muted);
font-size: 18px;
line-height: 1.78;
}
@media (max-width: 1100px) {
.sn-product-grid,
.sn-legal-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 620px) {
.sn-product-grid,
.sn-legal-grid {
grid-template-columns: 1fr;
}
.sn-subhero-content {
margin-inline: 22px;
}
}
.sn-checkout-legal-box,
.sn-product-food-info {
background: linear-gradient(145deg, rgba(7, 31, 43, 0.92), rgba(14, 13, 11, 0.96));
border: 1px solid rgba(197, 154, 75, 0.32);
box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}
.sn-checkout-legal-box {
color: var(--sn-muted);
margin: 22px 0;
padding: 18px;
}
.sn-checkout-legal-note {
font-size: 14px;
line-height: 1.65;
margin: 0 0 12px;
}
.sn-marketing-consent label {
color: var(--sn-muted);
font-size: 14px;
line-height: 1.55;
}
.sn-product-food-info {
margin: 42px auto;
max-width: 1120px;
padding: clamp(22px, 4vw, 42px);
}
.sn-product-food-info h2 {
color: var(--sn-blue-soft);
font-size: clamp(24px, 2.4vw, 34px);
margin: 0 0 22px;
}
.sn-product-food-info table {
border-collapse: collapse;
width: 100%;
}
.sn-product-food-info th,
.sn-product-food-info td {
border-bottom: 1px solid rgba(240, 210, 138, 0.18);
color: var(--sn-product-copy, #f4dfa9);
font-size: 17px;
line-height: 1.7;
padding: 14px 0;
text-align: left;
vertical-align: top;
}
.sn-product-food-info th {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 15px;
letter-spacing: 0.04em;
padding-right: 24px;
text-transform: uppercase;
width: 34%;
}
.sn-product-food-info th.sn-blue-label {
color: var(--sn-blue-soft);
}
.sn-product-food-info td p {
margin: 0 0 8px;
}
.sn-trace-allergens {
border-left: 2px solid var(--sn-blue-soft);
color: var(--sn-product-copy, #f4dfa9);
font-size: 16px;
line-height: 1.7;
margin: 20px 0 0;
padding-left: 16px;
}
/* WooCommerce: sklep, katalog, produkt, koszyk i finalizacja */
.sn-shop-tax-nav {
box-sizing: border-box;
margin: 26px auto 34px;
max-width: 1180px;
width: 100%;
}
.sn-shop-tax-group {
background: linear-gradient(135deg, rgba(7, 31, 43, 0.78), rgba(17, 16, 13, 0.9));
border: 1px solid rgba(66, 184, 200, 0.28);
box-sizing: border-box;
padding: clamp(24px, 3vw, 38px) clamp(16px, 3vw, 34px);
width: 100%;
}
.sn-shop-tax-group + .sn-shop-tax-group {
margin-top: 82px;
}
.sn-shop-tax-heading {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(20px, 2vw, 25px);
font-weight: 700;
letter-spacing: 0.08em;
margin: 0 0 18px;
text-align: center;
text-transform: uppercase;
}
.sn-shop-tax-secondary {
position: relative;
}
.sn-shop-tax-secondary::before {
background: linear-gradient(to right, var(--sn-gold-bright) 0 48%, transparent 48% 52%, var(--sn-blue-soft) 52% 100%);
content: "";
height: 2px;
left: 50%;
opacity: 0.86;
position: absolute;
top: -48px;
transform: translateX(-50%);
width: min(620px, 86%);
}
.sn-shop-tax-secondary::after {
background:
linear-gradient(90deg, transparent, rgba(240, 210, 138, 0.62), transparent) top / 100% 1px no-repeat,
linear-gradient(90deg, transparent, rgba(14, 220, 235, 0.48), transparent) bottom / 100% 1px no-repeat;
content: "";
height: 7px;
left: 50%;
pointer-events: none;
position: absolute;
top: -31px;
transform: translateX(-50%);
width: min(1180px, 100%);
}
.sn-shop-tax-main,
.sn-shop-tax-sub {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
}
.sn-shop-tax-main a,
.sn-shop-tax-sub a {
border-bottom: 1px solid rgba(14, 220, 235, 0.42);
border-top: 1px solid rgba(233, 201, 121, 0.42);
color: var(--sn-gold-bright);
display: inline-flex;
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
justify-content: center;
letter-spacing: 0.06em;
min-width: 154px;
padding: 13px 16px;
text-align: center;
text-transform: uppercase;
transition: color 0.22s ease, transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.sn-shop-tax-sub {
align-items: center;
}
.sn-shop-tax-sub a {
color: var(--sn-gold-bright);
min-width: 120px;
padding: 10px 14px;
}
.sn-shop-tax-parent {
align-items: center;
color: var(--sn-gold-bright);
display: inline-flex;
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
justify-content: center;
letter-spacing: 0.05em;
min-height: 42px;
padding: 10px 4px;
text-align: center;
text-transform: uppercase;
}
.sn-shop-tax-main a:hover,
.sn-shop-tax-main a:focus-visible,
.sn-shop-tax-main a.is-active,
.sn-shop-tax-sub a:hover,
.sn-shop-tax-sub a:focus-visible,
.sn-shop-tax-sub a.is-active {
background: rgba(14, 220, 235, 0.08);
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
transform: translateY(-2px);
}
.sn-category-feature {
background: rgba(6, 17, 21, 0.72);
border-left: 1px solid rgba(233, 201, 121, 0.42);
border-right: 1px solid rgba(14, 220, 235, 0.34);
margin: 0 auto 34px;
max-width: 980px;
padding: 26px;
}
.sn-category-feature h2 {
color: var(--sn-blue-soft);
font-size: clamp(26px, 3vw, 42px);
margin: 0 0 12px;
}
.sn-category-feature p {
color: var(--sn-muted);
font-size: 17px;
line-height: 1.75;
margin: 0;
}
.sn-product-grid {
display: grid;
gap: 24px;
grid-template-columns: repeat(4, minmax(0, 1fr));
margin-top: 28px;
}
@media (max-width: 1100px) {
.sn-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 620px) {
.sn-product-grid {
grid-template-columns: 1fr;
}
}
.sn-wc-product-card {
background: rgba(5, 15, 18, 0.84);
border: 1px solid rgba(233, 201, 121, 0.26);
min-height: 100%;
padding: 12px;
transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}
.sn-wc-product-card:hover {
border-color: rgba(14, 220, 235, 0.68);
box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
transform: translateY(-4px);
}
.sn-product-open {
background: transparent;
border: 0;
color: inherit;
cursor: pointer;
display: grid;
gap: 12px;
padding: 0;
text-align: left;
width: 100%;
}
.sn-product-image-wrap {
aspect-ratio: 1 / 1;
background: rgba(255, 255, 255, 0.035);
overflow: hidden;
width: 100%;
}
.sn-product-image-wrap img {
display: block;
height: 100%;
object-fit: cover;
transition: transform 0.36s ease;
width: 100%;
}
.sn-product-open:hover .sn-product-image-wrap img {
transform: scale(1.045);
}
.sn-product-title {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 18px;
line-height: 1.28;
margin: 2px 0 0;
}
.sn-product-price {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: 18px;
font-weight: 700;
}
.sn-product-stock-status {
align-items: center;
border-top: 1px solid rgba(66, 184, 200, 0.24);
display: flex;
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
gap: 7px;
letter-spacing: 0.025em;
line-height: 1.4;
margin-top: 2px;
padding-top: 10px;
width: 100%;
}
.sn-product-stock-status::before {
background: currentColor;
border-radius: 50%;
box-shadow: 0 0 0 3px rgba(66, 184, 200, 0.12);
content: "";
flex: 0 0 7px;
height: 7px;
width: 7px;
}
.sn-product-stock-status__label {
color: var(--sn-gold-bright);
}
.sn-product-stock-status.is-available {
color: #a9dfb6;
}
.sn-product-stock-status.is-backorder {
color: var(--sn-gold-bright);
}
.sn-product-stock-status.is-unavailable {
color: #f0aba4;
}
@media (max-width: 620px) {
.sn-product-stock-status {
font-size: 14px;
}
}
.sn-product-modal[hidden],
.sn-image-lightbox[hidden] {
display: none;
}
.sn-modal-open {
overflow: hidden;
}
.sn-product-modal {
inset: 0;
position: fixed;
z-index: 9999;
}
.sn-product-modal-backdrop {
background: rgba(0, 0, 0, 0.72);
inset: 0;
position: absolute;
}
.sn-product-modal-panel {
background: linear-gradient(145deg, rgba(5, 15, 18, 0.98), rgba(9, 37, 43, 0.98));
border: 1px solid rgba(233, 201, 121, 0.38);
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
color: var(--sn-muted);
display: grid;
gap: 28px;
grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
left: 50%;
max-height: min(86vh, 860px);
max-width: min(1080px, calc(100vw - 34px));
overflow: auto;
padding: 28px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.sn-product-modal-panel::-webkit-scrollbar,
.woocommerce-checkout-review-order::-webkit-scrollbar,
.sn-product-modal-copy::-webkit-scrollbar {
height: 8px;
width: 8px;
}
.sn-product-modal-panel::-webkit-scrollbar-thumb,
.woocommerce-checkout-review-order::-webkit-scrollbar-thumb,
.sn-product-modal-copy::-webkit-scrollbar-thumb {
background: linear-gradient(var(--sn-gold-bright), var(--sn-blue-soft));
}
.sn-product-modal-panel::-webkit-scrollbar-track,
.woocommerce-checkout-review-order::-webkit-scrollbar-track,
.sn-product-modal-copy::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.06);
}
.sn-product-close {
align-items: center;
background: rgba(7, 31, 43, 0.88);
border: 1px solid rgba(14, 220, 235, 0.42);
color: var(--sn-gold-bright);
cursor: pointer;
display: flex;
font-size: 26px;
height: 42px;
justify-content: center;
position: absolute;
right: 16px;
top: 14px;
transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
width: 42px;
}
.sn-product-close:hover {
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
transform: scale(1.06);
}
.sn-modal-gallery {
display: grid;
gap: 12px;
}
.sn-modal-main-image {
aspect-ratio: 1 / 1;
background: var(--sn-product-frame);
border: 1px solid var(--sn-product-frame-border);
overflow: hidden;
position: relative;
}
.sn-modal-main-image img {
cursor: zoom-in;
height: 100%;
object-fit: cover;
width: 100%;
}
.sn-modal-thumbs {
display: grid;
gap: 10px;
grid-template-columns: repeat(3, 1fr);
}
.sn-modal-thumbs button {
aspect-ratio: 1 / 1;
background: var(--sn-product-frame);
border: 1px solid var(--sn-product-frame-border);
cursor: pointer;
padding: 0;
}
.sn-modal-thumbs button.is-active,
.sn-modal-thumbs button:hover {
border-color: var(--sn-product-frame-hover);
}
.sn-modal-thumbs img {
height: 100%;
object-fit: cover;
width: 100%;
}
.sn-product-modal-copy {
max-height: 76vh;
overflow: auto;
padding-right: 8px;
}
.sn-product-modal-copy h2 {
color: var(--sn-gold-bright);
font-size: clamp(28px, 3.1vw, 48px);
margin: 18px 52px 12px 0;
}
.sn-modal-description {
color: var(--sn-muted);
font-size: 17px;
line-height: 1.7;
}
.sn-modal-price {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: 28px;
font-weight: 700;
margin-top: 18px;
}
.sn-modal-net {
color: var(--sn-gold-bright);
font-size: 13px;
margin: 4px 0 18px;
}
.sn-modal-buy {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0;
}
.sn-modal-buy input {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(233, 201, 121, 0.36);
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
height: 46px;
max-width: 88px;
padding: 0 12px;
}
.sn-modal-buy button,
.sn-checkout-legal-box button,
.woocommerce-checkout #place_order {
background: linear-gradient(135deg, rgba(14, 220, 235, 0.9), rgba(233, 201, 121, 0.92));
border: 0;
color: #051014;
cursor: pointer;
font-family: "Cinzel", Georgia, serif;
font-weight: 800;
letter-spacing: 0.04em;
min-height: 46px;
padding: 13px 18px;
text-transform: uppercase;
transition: filter 0.22s ease, transform 0.22s ease;
}
.sn-modal-buy button:hover,
.woocommerce-checkout #place_order:hover {
filter: brightness(1.08);
transform: translateY(-2px);
}
.sn-modal-info,
.sn-product-food-info table {
border-collapse: collapse;
margin-top: 18px;
width: 100%;
}
.sn-modal-info th,
.sn-modal-info td,
.sn-product-food-info th,
.sn-product-food-info td {
border-top: 1px solid rgba(233, 201, 121, 0.16);
padding: 12px 0;
text-align: left;
vertical-align: top;
}
.sn-modal-info th,
.sn-product-food-info th {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
letter-spacing: 0.05em;
padding-right: 18px;
text-transform: uppercase;
width: 34%;
}
.sn-modal-info .sn-blue-label,
.sn-product-food-info .sn-blue-label {
color: var(--sn-blue-soft);
}
.sn-trace-warning {
border-left: 1px solid rgba(14, 220, 235, 0.46);
color: var(--sn-muted);
font-size: 13px;
line-height: 1.55;
margin: 18px 0 0;
padding-left: 14px;
}
.sn-stars {
color: var(--sn-gold-bright);
font-size: 18px;
letter-spacing: 0.08em;
}
.sn-image-lightbox {
align-items: center;
background: rgba(0, 0, 0, 0.86);
display: flex;
inset: 0;
justify-content: center;
padding: 28px;
position: fixed;
z-index: 10000;
}
.sn-image-lightbox img {
max-height: 88vh;
max-width: 92vw;
object-fit: contain;
}
.sn-image-lightbox button {
background: rgba(7, 31, 43, 0.9);
border: 1px solid rgba(14, 220, 235, 0.42);
color: var(--sn-gold-bright);
cursor: pointer;
font-size: 28px;
height: 44px;
position: absolute;
right: 24px;
top: 24px;
width: 44px;
}
.sn-cart-link {
position: relative;
}
.sn-cart-count {
align-items: center;
background: var(--sn-blue-soft);
border: 1px solid var(--sn-gold-bright);
border-radius: 999px;
color: #02090b;
display: inline-flex;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: 800;
height: 22px;
justify-content: center;
line-height: 1;
min-width: 22px;
padding: 0 5px;
position: absolute;
right: -7px;
top: -7px;
}
.sn-checkout-extra,
.sn-checkout-legal-box {
background: rgba(5, 15, 18, 0.78);
border-bottom: 1px solid rgba(14, 220, 235, 0.32);
border-top: 1px solid rgba(233, 201, 121, 0.38);
margin: 0 0 28px;
padding: 22px;
}
.sn-checkout-extra h3,
.sn-checkout-legal-box h3 {
color: var(--sn-blue-soft);
font-size: 22px;
margin: 0 0 16px;
}
.sn-checkout-small-note,
.sn-checkout-legal-note {
color: var(--sn-muted);
font-size: 13px;
line-height: 1.55;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(233, 201, 121, 0.28);
color: var(--sn-gold-bright);
min-height: 44px;
}
.woocommerce form .form-row label {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
letter-spacing: 0.03em;
}
.woocommerce table.shop_table {
border-color: rgba(233, 201, 121, 0.2);
}
.woocommerce table.shop_table th {
color: var(--sn-blue-soft);
}
.sn-catalog-toolbar {
align-items: end;
background: linear-gradient(135deg, rgba(7, 31, 43, 0.78), rgba(17, 16, 13, 0.9));
border: 1px solid rgba(66, 184, 200, 0.28);
display: grid;
gap: 14px;
grid-template-columns: minmax(240px, 1.2fr) minmax(190px, 0.7fr) minmax(260px, 1fr);
margin-top: 30px;
padding: 18px;
}
.sn-catalog-field {
display: grid;
gap: 7px;
}
.sn-catalog-field label {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.sn-catalog-field input,
.sn-catalog-field select {
background: rgba(7, 6, 6, 0.9);
border: 1px solid rgba(197, 154, 75, 0.42);
color: var(--sn-gold-bright);
font-family: "Lora", Georgia, serif;
min-height: 48px;
padding: 10px 12px;
width: 100%;
}
.sn-catalog-field input::placeholder {
color: rgba(201, 169, 110, 0.72);
}
.sn-catalog-price,
.sn-catalog-options {
border: 0;
margin: 0;
min-width: 0;
padding: 0;
}
.sn-catalog-price legend,
.sn-catalog-options legend {
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.05em;
margin-bottom: 7px;
text-transform: uppercase;
}
.sn-catalog-price-fields {
display: grid;
gap: 10px;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sn-catalog-options {
align-items: center;
align-self: stretch;
display: flex;
flex-wrap: wrap;
gap: 10px 22px;
grid-column: 1 / span 2;
}
.sn-catalog-options legend {
flex-basis: 100%;
margin-bottom: 0;
}
.sn-catalog-check {
align-items: center;
color: var(--sn-gold-bright);
cursor: pointer;
display: inline-flex;
gap: 9px;
min-height: 36px;
}
.sn-catalog-check input {
accent-color: var(--sn-blue-soft);
height: 20px;
margin: 0;
width: 20px;
}
.sn-catalog-actions {
align-items: center;
align-self: end;
display: flex;
gap: 10px;
grid-column: 3;
justify-content: flex-end;
}
.sn-catalog-submit,
.sn-catalog-reset {
align-items: center;
display: inline-flex;
justify-content: center;
min-height: 48px;
padding: 10px 18px;
white-space: nowrap;
}
.sn-catalog-reset {
border: 1px solid rgba(240, 210, 138, 0.42);
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
}
.sn-catalog-reset:hover,
.sn-catalog-reset:focus-visible {
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
}
.sn-catalog-count {
color: var(--sn-muted);
margin: 14px 0 0;
text-align: right;
}
.single-product .woocommerce div.product {
background: transparent;
border: 0;
}
.single-product .woocommerce div.product .summary {
background: linear-gradient(145deg, rgba(5, 15, 18, 0.94), rgba(9, 37, 43, 0.78));
border: 1px solid rgba(233, 201, 121, 0.28);
box-sizing: border-box;
padding: clamp(22px, 3vw, 34px);
}
.single-product .woocommerce-product-gallery {
background: var(--sn-product-frame);
border: 1px solid var(--sn-product-frame-border);
}
.single-product .woocommerce-breadcrumb {
color: rgba(240, 210, 138, 0.7);
line-height: 1.6;
margin-bottom: 14px;
}
.single-product .woocommerce-breadcrumb a {
color: var(--sn-blue-soft);
}
.single-product .product_meta {
border-top: 1px solid rgba(233, 201, 121, 0.24);
margin-top: 18px;
padding-top: 16px;
}
.sn-product-quick-facts {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 18px 0 2px;
}
.sn-product-quick-fact {
background: rgba(66, 184, 200, 0.08);
border: 1px solid rgba(66, 184, 200, 0.34);
color: var(--sn-gold-bright);
display: inline-flex;
font-size: 15px;
line-height: 1.3;
padding: 8px 11px;
}
.sn-product-quick-fact.is-available {
border-color: rgba(112, 198, 133, 0.62);
color: #a9dfb6;
}
.sn-product-quick-fact.is-backorder {
border-color: rgba(240, 210, 138, 0.55);
}
.sn-product-quick-fact.is-unavailable {
border-color: rgba(210, 100, 91, 0.65);
color: #f0aba4;
}
.sn-product-resource-links {
display: grid;
gap: 8px;
grid-template-columns: repeat(3, minmax(0, 1fr));
margin: 20px 0 4px;
}
.sn-product-resource-links a {
align-items: center;
border-bottom: 1px solid rgba(66, 184, 200, 0.38);
border-top: 1px solid rgba(233, 201, 121, 0.38);
color: var(--sn-gold-bright);
display: inline-flex;
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
justify-content: center;
line-height: 1.35;
min-height: 54px;
padding: 9px;
text-align: center;
text-transform: uppercase;
}
.sn-product-resource-links a:hover,
.sn-product-resource-links a:focus-visible {
background: rgba(66, 184, 200, 0.08);
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
}
.sn-product-details {
background: linear-gradient(150deg, rgba(6, 17, 21, 0.94), rgba(13, 11, 9, 0.96));
border-bottom: 1px solid rgba(66, 184, 200, 0.34);
border-top: 1px solid rgba(233, 201, 121, 0.4);
clear: both;
margin: 44px 0 34px;
padding: clamp(24px, 4vw, 52px);
}
.sn-product-details-heading {
margin: 0 auto 28px;
max-width: 840px;
text-align: center;
}
.sn-product-details-heading h2 {
color: var(--sn-gold-bright);
font-size: clamp(30px, 4vw, 52px);
margin: 8px 0 12px;
}
.sn-product-price-facts {
display: grid;
gap: 12px;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
margin-bottom: 28px;
}
.sn-product-price-facts article {
background: rgba(7, 31, 43, 0.64);
border: 1px solid rgba(66, 184, 200, 0.24);
display: grid;
gap: 7px;
min-height: 108px;
padding: 18px;
}
.sn-product-price-facts span,
.sn-product-detail-item dt {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.sn-product-price-facts strong {
align-self: end;
color: var(--sn-gold-bright);
font-family: "Cinzel", Georgia, serif;
font-size: 22px;
}
.sn-product-detail-grid {
display: grid;
gap: 12px;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin: 0;
}
.sn-product-detail-item {
background: rgba(255, 255, 255, 0.025);
border-left: 1px solid rgba(233, 201, 121, 0.3);
display: grid;
gap: 9px;
margin: 0;
overflow-wrap: anywhere;
padding: 18px 20px;
}
.sn-product-detail-item.is-wide {
grid-column: 1 / -1;
}
.sn-product-detail-item.is-accent {
border-left-color: var(--sn-blue-soft);
}
.single-product .woocommerce-tabs,
.single-product .related.products {
clear: both;
margin-top: 34px;
}
.woocommerce ul#shipping_method {
display: grid;
gap: 9px;
margin: 0;
}
.woocommerce ul#shipping_method li {
align-items: flex-start;
color: var(--sn-gold-bright);
display: flex;
gap: 8px;
line-height: 1.45;
}
.woocommerce ul#shipping_method li label {
color: var(--sn-gold-bright);
cursor: pointer;
font-family: Georgia, serif;
opacity: 1;
}
.woocommerce ul#shipping_method li input[type="radio"] {
accent-color: var(--sn-blue-soft);
flex: 0 0 auto;
margin-top: 4px;
}
.sn-product-food-info {
background: rgba(5, 15, 18, 0.72);
margin: 34px 0;
padding: 24px;
}
.sn-product-food-info h2 {
color: var(--sn-gold-bright);
font-size: 28px;
margin-top: 0;
}
@media (max-width: 780px) {
.sn-catalog-toolbar {
align-items: stretch;
grid-template-columns: 1fr;
}
.sn-catalog-options,
.sn-catalog-actions {
grid-column: 1;
}
.sn-catalog-actions {
display: grid;
grid-template-columns: 1fr;
}
.sn-catalog-submit,
.sn-catalog-reset {
width: 100%;
}
.sn-catalog-count {
text-align: left;
}
.single-product .woocommerce div.product .summary {
padding: 20px;
}
.sn-product-resource-links,
.sn-product-detail-grid {
grid-template-columns: 1fr;
}
.sn-product-detail-item.is-wide {
grid-column: auto;
}
.sn-product-details {
margin-top: 30px;
padding: 24px 18px;
}
.sn-product-modal-panel {
grid-template-columns: 1fr;
max-height: 92vh;
padding: 20px;
}
.sn-shop-tax-main a,
.sn-shop-tax-sub a {
min-width: 100%;
}
.sn-modal-info th,
.sn-modal-info td,
.sn-product-food-info th,
.sn-product-food-info td {
display: block;
width: 100%;
}
}
.sn-nutrition-table {
width: 100%;
border-collapse: collapse;
margin: 6px 0 8px;
font-size: 0.95em;
}
.sn-nutrition-table caption {
color: var(--sn-blue-soft);
font-weight: 700;
text-align: left;
margin-bottom: 6px;
}
.sn-nutrition-table th,
.sn-nutrition-table td {
border-bottom: 1px solid rgba(211, 169, 92, 0.22);
padding: 5px 0;
text-align: left;
vertical-align: top;
}
.sn-nutrition-note {
font-size: 0.85em;
opacity: 0.82;
}
.sn-product-pagination {
margin-top: 34px;
}
.sn-product-pagination ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.sn-product-pagination a,
.sn-product-pagination span {
align-items: center;
border: 1px solid rgba(197, 154, 75, 0.42);
color: var(--sn-gold-bright);
display: inline-flex;
justify-content: center;
min-height: 42px;
min-width: 42px;
padding: 8px 13px;
}
.sn-product-pagination .current,
.sn-product-pagination a:hover {
background: var(--sn-gold-bright);
color: #080a0a;
}
@supports (content-visibility: auto) {
.sn-footer {
contain-intrinsic-size: auto 720px;
content-visibility: auto;
}
}
/* Guide / SEO knowledge base */
.sn-guide-page,
.sn-guide-single {
background: #061012;
color: var(--sn-gold, #d9b76a);
}
.sn-guide-hero,
.sn-guide-single-hero {
position: relative;
display: flex;
align-items: center;
min-height: 420px;
background-size: cover;
background-position: center;
}
.sn-guide-hero {
background-image: var(--sn-guide-bg-desktop);
}
.sn-guide-single-hero {
min-height: 360px;
background: linear-gradient(135deg, #03090b 0%, #0d1b20 58%, #061012 100%);
}
.sn-guide-hero-inner {
width: min(1120px, calc(100% - 40px));
margin: 0 auto;
padding: 68px 0;
}
.sn-guide-kicker {
display: inline-block;
margin-bottom: 12px;
color: #0edceb;
font-size: clamp(15px, 1.15vw, 18px);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.sn-guide-hero h1,
.sn-guide-single-hero h1 {
margin: 0 0 16px;
color: #f1d993;
font-family: "Cinzel", Georgia, serif;
font-size: var(--sn-display-title-size);
line-height: 1.08;
}
.sn-guide-hero p,
.sn-guide-single-hero p {
max-width: 760px;
color: #f4dfad;
font-size: var(--sn-lead-text-size);
line-height: 1.68;
}
.sn-guide-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 24px;
}
.sn-primary-btn,
.sn-secondary-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 22px;
border: 1px solid rgba(14, 220, 235, 0.65);
font-weight: 700;
letter-spacing: 0.04em;
text-decoration: none;
text-transform: uppercase;
transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.sn-primary-btn {
background: #0eaec0;
color: #031012;
}
.sn-secondary-btn {
border-color: rgba(217, 183, 106, 0.65);
background: rgba(2, 8, 10, 0.42);
color: #f1d993;
}
.sn-primary-btn:hover,
.sn-secondary-btn:hover,
.sn-guide-chip:hover,
.sn-guide-read:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(14, 220, 235, 0.16);
}
.sn-section {
position: relative;
padding: 72px min(5vw, 70px);
}
.sn-section::after {
content: "";
display: block;
width: min(440px, 70%);
height: 2px;
margin: 54px auto 0;
background: linear-gradient(90deg, #d9b76a 0%, #d9b76a 48%, transparent 48%, transparent 52%, #0edceb 52%, #0edceb 100%);
opacity: 0.88;
}
.sn-section-heading {
max-width: 900px;
margin: 0 auto 34px;
text-align: center;
}
.sn-section-heading span {
color: #0edceb;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.sn-section-heading h2 {
margin: 10px 0;
color: #f1d993;
font-family: "Cinzel", Georgia, serif;
font-size: clamp(30px, 3.1vw, 48px);
line-height: 1.08;
}
.sn-section-heading p {
margin: 0;
color: #d7bd7a;
font-size: 18px;
line-height: 1.65;
}
.sn-guide-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.sn-guide-chip {
padding: 10px 14px;
border-top: 1px solid rgba(14, 220, 235, 0.7);
border-bottom: 1px solid rgba(14, 220, 235, 0.35);
background: rgba(2, 8, 10, 0.42);
color: #0edceb;
font-weight: 700;
letter-spacing: 0.06em;
text-decoration: none;
text-transform: uppercase;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sn-guide-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 380px;
gap: 34px;
align-items: start;
}
.sn-guide-index-inner {
margin: 0 auto;
max-width: 1180px;
}
.sn-guide-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.sn-guide-card,
.sn-guide-plan,
.sn-guide-sidebar {
border: 1px solid rgba(217, 183, 106, 0.26);
background: rgba(2, 8, 10, 0.58);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
.sn-guide-card {
min-height: 280px;
overflow: hidden;
padding: 0;
transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.sn-guide-card:hover,
.sn-guide-card:focus-within {
border-color: rgba(14, 220, 235, 0.62);
box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
transform: translateY(-3px);
}
.sn-guide-card-link {
box-sizing: border-box;
color: inherit;
display: flex;
flex-direction: column;
height: 100%;
padding: 24px;
text-decoration: none;
}
.sn-guide-card-link:focus-visible {
outline: 2px solid var(--sn-blue-soft);
outline-offset: -4px;
}
.sn-guide-card-meta {
display: flex;
justify-content: space-between;
gap: 14px;
margin-bottom: 12px;
color: #0edceb;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.sn-guide-card h2 {
color: #f1d993;
margin: 0 0 12px;
font-family: "Cinzel", Georgia, serif;
font-size: clamp(23px, 2vw, 30px);
line-height: 1.12;
}
.sn-guide-card p,
.sn-guide-plan p,
.sn-guide-plan-item small {
color: #d7bd7a;
line-height: 1.58;
}
.sn-guide-card p {
margin: 0 0 22px;
}
.sn-guide-read {
color: #0edceb;
font-weight: 700;
letter-spacing: 0.05em;
margin-top: auto;
text-decoration: none;
text-transform: uppercase;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sn-guide-plan {
position: sticky;
top: 105px;
padding: 24px;
}
.sn-guide-plan h2 {
margin: 8px 0 12px;
color: #f1d993;
font-family: "Cinzel", Georgia, serif;
font-size: 34px;
line-height: 1.05;
}
.sn-guide-plan-list {
display: grid;
gap: 14px;
max-height: 720px;
overflow: auto;
padding-right: 8px;
}
.sn-guide-plan-list::-webkit-scrollbar,
.sn-guide-article-body::-webkit-scrollbar {
width: 9px;
}
.sn-guide-plan-list::-webkit-scrollbar-track,
.sn-guide-article-body::-webkit-scrollbar-track {
background: rgba(217, 183, 106, 0.12);
}
.sn-guide-plan-list::-webkit-scrollbar-thumb,
.sn-guide-article-body::-webkit-scrollbar-thumb {
border-radius: 999px;
background: linear-gradient(#d9b76a, #0edceb);
}
.sn-guide-plan-item {
padding-bottom: 12px;
border-bottom: 1px solid rgba(217, 183, 106, 0.18);
}
.sn-guide-plan-date {
display: block;
margin-bottom: 4px;
color: #0edceb;
font-size: 12px;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.sn-guide-plan-item a,
.sn-guide-plan-item strong {
display: block;
margin-bottom: 5px;
color: #f1d993;
font-size: 16px;
line-height: 1.25;
text-decoration: none;
}
.sn-guide-empty {
grid-column: 1 / -1;
padding: 22px;
border: 1px dashed rgba(217, 183, 106, 0.38);
color: #f1d993;
text-align: center;
}
.sn-guide-back {
display: inline-block;
margin-bottom: 18px;
color: #0edceb;
font-weight: 700;
letter-spacing: 0.05em;
text-decoration: none;
text-transform: uppercase;
}
.sn-guide-single-layout {
display: grid;
grid-template-columns: minmax(0, 780px) 320px;
justify-content: center;
gap: 34px;
align-items: start;
}
.sn-guide-article-body {
padding: 34px;
border: 1px solid rgba(217, 183, 106, 0.22);
background: rgba(2, 8, 10, 0.55);
color: #e6c980;
font-size: 18px;
line-height: 1.72;
}
.sn-guide-article-body h2 {
margin: 36px 0 14px;
color: #f1d993;
font-family: "Cinzel", Georgia, serif;
font-size: 38px;
line-height: 1.1;
}
.sn-guide-article-body a {
color: #0edceb;
}
.sn-guide-article-body ul {
padding-left: 22px;
}
.sn-guide-sidebar {
position: sticky;
top: 105px;
display: grid;
gap: 12px;
padding: 24px;
}
.sn-guide-sidebar strong {
color: #f1d993;
font-size: 20px;
}
.sn-guide-sidebar a {
color: #0edceb;
text-decoration: none;
}
.sn-guide-side-cta {
display: grid;
gap: 8px;
margin-top: 8px;
padding-top: 16px;
border-top: 1px solid rgba(217, 183, 106, 0.24);
color: #d7bd7a;
}
/* Blokada typografii zgodnej z pierwotnym projektem Sztuka Naparu. */
html body,
body.sn-site,
.sn-site,
.sn-page,
.sn-guide-page,
.sn-guide-single,
.site-content,
.entry-content,
.ast-container,
.sn-section,
.sn-section p,
.sn-info-card p,
.sn-category-card p,
.sn-guide-card p,
.sn-guide-plan p,
.sn-guide-article-body,
.sn-guide-side-cta,
.woocommerce,
.woocommerce-page,
.woocommerce table,
.woocommerce form,
.woocommerce .quantity .qty,
.woocommerce input,
.woocommerce textarea,
.woocommerce select,
.wc-block-components-form,
.wc-block-components-text-input input,
.wc-block-components-combobox input,
.wc-block-components-totals-item,
.wc-block-cart,
.wc-block-checkout {
font-family: "Lora", Georgia, serif !important;
}
.sn-nav a,
.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link,
.sn-icon-link,
.sn-brand,
.sn-brand span,
.sn-section h1,
.sn-section h2,
.sn-section h3,
.sn-section h4,
.sn-section-heading h2,
.sn-category-card h3,
.sn-info-card h3,
.sn-guide-card h2,
.sn-guide-plan h2,
.sn-guide-article-body h2,
.sn-guide-chip,
.sn-primary-btn,
.sn-secondary-btn,
.sn-footer a,
.entry-title,
.page-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
font-family: "Cinzel", Georgia, serif !important;
letter-spacing: 0 !important;
}
.sn-hero h1,
.sn-subhero h1,
.sn-legal-hero h1,
.sn-guide-hero h1,
.sn-guide-single-hero h1 {
font-family: "Cinzel", Georgia, serif !important;
}
.sn-hero h1::first-letter,
.sn-title-line::first-letter,
.sn-subhero h1::first-letter,
.sn-legal-hero h1::first-letter,
.sn-guide-hero h1::first-letter,
.sn-guide-single-hero h1::first-letter,
.sn-legal-grid span,
.sn-section h2::first-letter,
.sn-section h3::first-letter,
.sn-category-card h3::first-letter,
.sn-info-card h3::first-letter,
.sn-guide-card h2::first-letter,
.entry-title::first-letter,
.page-title::first-letter {
font-family: "Cinzel Decorative", Georgia, serif !important;
}
@media (max-width: 980px) {
.sn-guide-layout,
.sn-guide-single-layout {
grid-template-columns: 1fr;
}
.sn-guide-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sn-guide-plan,
.sn-guide-sidebar {
position: static;
}
.sn-guide-hero-inner {
padding: 48px 0;
}
.sn-section {
padding: 54px 22px;
}
}
@media (max-width: 560px) {
.sn-header {
gap: 10px;
grid-template-columns: minmax(0, 1fr);
padding: 10px 14px 14px;
}
.sn-brand {
justify-self: center;
min-width: 0;
}
.sn-brand img {
height: 48px;
width: 48px;
}
.sn-brand span {
font-size: 12px;
white-space: normal;
}
.sn-nav-desktop {
display: none;
}
.sn-header-actions {
flex-wrap: nowrap;
justify-content: center;
width: 100%;
}
.sn-mobile-menu {
display: block;
order: 3;
width: 100%;
}
.sn-mobile-menu summary {
background: rgba(7, 31, 43, 0.72);
border-bottom: 1px solid rgba(66, 184, 200, 0.4);
border-top: 1px solid rgba(233, 201, 121, 0.4);
color: var(--sn-gold-bright);
cursor: pointer;
font-family: "Cinzel", Georgia, serif;
font-size: 13px;
font-weight: 700;
list-style: none;
padding: 12px 40px 12px 14px;
position: relative;
text-align: center;
text-transform: uppercase;
}
.sn-mobile-menu summary::-webkit-details-marker {
display: none;
}
.sn-mobile-menu summary::after {
content: "+";
font-size: 20px;
line-height: 1;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.sn-mobile-menu[open] summary::after {
content: "−";
}
.sn-mobile-menu-links {
background: rgba(5, 15, 18, 0.98);
display: grid;
gap: 1px;
grid-template-columns: repeat(2, minmax(0, 1fr));
padding: 8px 0 0;
}
.sn-mobile-menu-links a {
align-items: center;
border: 1px solid rgba(233, 201, 121, 0.18);
color: var(--sn-gold-bright);
display: flex;
font-family: "Cinzel", Georgia, serif;
font-size: 11px;
font-weight: 700;
justify-content: center;
line-height: 1.35;
min-height: 48px;
padding: 8px;
text-align: center;
text-transform: uppercase;
}
.sn-mobile-menu-links a:hover,
.sn-mobile-menu-links a:focus-visible,
.sn-mobile-menu-links a.is-active {
background: rgba(66, 184, 200, 0.08);
border-color: var(--sn-blue-soft);
color: var(--sn-blue-soft);
}
.sn-icon-link {
height: 40px;
width: 40px;
}
.sn-hero-content {
box-sizing: border-box;
justify-self: stretch;
margin-left: 16px;
margin-right: 16px;
max-width: none;
min-width: 0;
width: calc(100% - 32px);
}
.sn-hero {
grid-template-columns: minmax(0, 1fr);
max-width: 100%;
width: 100%;
}
.sn-hero-title-block,
.sn-hero h1,
.sn-title-line {
display: block;
max-width: 100%;
min-width: 0;
width: 100%;
}
.sn-hero-title-block .sn-eyebrow {
font-size: 14px;
line-height: 1.35;
text-align: left;
text-align-last: auto;
white-space: normal;
}
.sn-title-line {
text-align: left;
text-align-last: auto;
white-space: normal;
}
.sn-hero h1,
.sn-subhero h1,
.sn-legal-hero h1,
.sn-guide-hero h1,
.sn-guide-single-hero h1 {
font-size: var(--sn-display-title-size-mobile);
line-height: 1.14;
}
}
@media (max-width: 720px) {
.sn-guide-grid {
grid-template-columns: 1fr;
}
.sn-hero-slide,
.sn-subhero {
background-image: var(--sn-bg-mobile, var(--sn-bg-desktop));
}
.sn-guide-hero {
background-image: var(--sn-guide-bg-mobile, var(--sn-guide-bg-desktop));
}
}
.sn-product-quick-fact.is-collection {
border-color: var(--sn-blue);
color: var(--sn-blue-soft);
}
