/*! 
Theme Name: Sphynx
Author: MysticNord 
Description: Motyw WordPress "Sphynx"
Version: 1.0 
Text Domain: sphynx
*/

/* --------------------------------------------------------------------- Reset */
/**/
body, h1, h2, h3, h4, h5, p, ul, ol { margin: 0; padding: 0; }

/* --------------------------------------------------------------------- Root & Typography */
/**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
	--primary: #173038;
	--secondary:  #8a6f4d;
	--basic: #ccbf9f;
	--basicv2: rgba(204, 191, 159, 0.4);
	--font-secondary: #e0dbcd;
	--light: #fffbef;
	--black: #000000;
	--white: #ffffff;
	--darkgreen: #153037;
	--base-width: 1480px;
	--narrow-width: 1080px;
	--border: solid 1px #473723;
}
body {
	color: var(--basic);
	font-family: "Lato", sans-serif;
}
h1, h2, h3, h4, h5, h6, .faq-question, .cta-label {
	font-family: "Cormorant Garamond", serif;
	color: var(--basic);
}
h1 {
	font-size: 70px;
	line-height: 84px;
}
h2 {
	font-size: 60px;
	line-height: 70px;
}
.faq-section h2 {
	font-size: 44px;
	line-height: 54px;
}
.woocommerce-MyAccount-content h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 48px;
	line-height: 60px;
}
h4 {
	font-size: 36px;
	line-height: 48px;
}
h5,
.faq-question {
	font-size: 24px;
	line-height: 36px;
}
h6 {
	font-size: 20px;
	line-height: 28px;
}
p, li:not(.menu-item) {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: var(--basic);
	font-weight: 300;
	margin-bottom: 15px;
}
body.single p {
	line-height: 36px;
}
a {
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
}
.main-nav a {
	font-family: "Cormorant Garamond", serif;
}
.hero h1 {
	text-transform: uppercase;
}
@media screen and (min-width: 1680px) {
	body:not(.home):not(.single-post) .hero-title {
		max-width: 80%;
	}
}
.hero h1 {
	font-size: 60px;
	line-height: 72px;
}
body.home .hero h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 400;
}
body.single-post .hero h1 {
	font-size: 60px;
	line-height: 72px;
}
.light h1, 
.light h2, 
.light h3, 
.light h4, 
.light h5, 
.light h6,
.light p {
	color: var(--black);
}
.container h3 {
	line-height: 48px;
	margin-bottom: 30px;
}
.section-title h2 {
	font-size: 60px;
	line-height: 72px;
}
.section-title p {
	font-size: 20px;
	line-height: 32px;
}
.text-content h2 {
	margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
	.about-grid .text-content h2 {
		margin-top: 200px;
	}
}
.faq-question,
.faq-answer {
	color: var(--basic);
}
.faq-answer {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	max-width: 80%;
}
.footer-columns p,
.footer-columns p a {
	font-size: 12px;
}
.footer-brand-text {
    font-size: 15px;
	line-height: 18px;
	text-align: justify;
	text-align-last: left;	
}
.footer-col h4 {
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer-menu a {
	color: var(--basic);
    text-decoration: none;
    transition: .25s;
	font-weight: 300;
}

/* Single Post */
.single-post h2 {
	margin: 50px 0 20px;
}
.post-content h3 {
	font-size: 28px;
	line-height: 36px;
	margin: 20px 0 10px;
}
.single-post .page-body a:hover {
	opacity: .7;
}

/* Single Product */
.related.products h2 {
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--basic);
}
.see-all-products .btn {
    padding: 10px 25px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1080px) {
	h1 {
		font-size: 54px;
		line-height: 64px;
	}
	h2 {
		font-size: 46px;
		line-height: 56px;
	}
	.faq-section h2 {
		font-size: 38px;
		line-height: 48px;
	}
	h3 {
		font-size: 38px;
		line-height: 48px;
	}
	h4 {
		font-size: 28px;
		line-height: 38px;
	}
	h5,
	.faq-question {
		font-size: 22px;
		line-height: 32px;
	}
	h6 {
		font-size: 20px;
		line-height: 28px;
	}
	p, li:not(.menu-item) {
		font-size: 17px;
		line-height: 26px;
	}
	body.single p {
		line-height: 36px;
	}
	.hero h1 {
		font-size: 48px;
		line-height: 54px;
	}
	body.home .hero h2 {
		font-size: 32px;
		line-height: 42px;
	}
	body.single-post .hero h1 {
		font-size: 54px;
		line-height: 64px;
	}
	.container h3 {
		line-height: 48px;
	}
	.section-title h2 {
		font-size: 40px;
		line-height: 52px;
	}
	.section-title p {
		font-size: 20px;
		line-height: 32px;
	}	
	.faq-answer {
		max-width: 80%;
	}
	.footer-columns p,
	.footer-columns p a {
		font-size: 12px;
	}
	.footer-brand-text {
		font-size: 15px;
	}
}
@media screen and (max-width: 800px) {
	.hero h1 {
		font-size: 42px;
		line-height: 48px;
	}
	body.home .hero h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.sphynx-icons__item p {
		font-size: 14px;
		line-height: 17px;
	}
	
}
@media screen and (max-width: 680px) {
	h1,
	body.single-post .hero h1 {
		font-size: 46px;
		line-height: 56px;
	}
	.hero h1 {
		font-size: 32px;
		line-height: 36px;
	}
	h2 {
		font-size: 38px;
		line-height: 48px;
	}
	body.home .hero h2 {
		font-size: 22px;
		line-height: 28px;
	}
	h3,
	.faq-section h2 {
		font-size: 32px;
		line-height: 36px;
	}
	h4 {
		font-size: 22px;
		line-height: 32px;
	}
	h5,
	.faq-question {
		font-size: 20px;
		line-height: 28px;
	}
	h6 {
		font-size: 17px;
		line-height: 26px;
	}
	p, li:not(.menu-item) {
		font-size: 15px;
		line-height: 18px;
	}
	body.single p {
		line-height: 36px;
	}
	.container h3 {
		line-height: 48px;
	}
	.section-title h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.section-title p {
		font-size: 17px;
		line-height: 24px;
	}	
	.faq-answer {
		max-width: 100%;
	}
	.footer-columns p,
	.footer-columns p a {
		font-size: 12px;
	}
	.footer-brand-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	html body.single-post .hero-overlay, html body.woocommerce-shop .hero-overlay {display: none;}
	h1,
	body.single-post .hero h1 {
		font-size: 25px;
		line-height: 32px;
	}
	.hero h1,
	h2 {
		font-size: 22px;
		line-height: 32px;
	}
	body.home .hero h2 {
		font-size: 20px;
		line-height: 24px;
	}
	h3,
	.faq-section h2 {
		font-size: 22px;
		line-height: 24px;
	}
	h4 {
		font-size: 20px;
		line-height: 28px;
	}
	h5,
	.faq-question {
		font-size: 17px;
		line-height: 26px;
	}
	h6 {
		font-size: 15px;
		line-height: 18px;
	}
	p, li:not(.menu-item) {
		font-size: 14px;
		line-height: 17px;
	}
	body.single p {
		line-height: 24px;
	}
	.container h3 {
		line-height: 32px;
	}
	.section-title h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.section-title p {
		font-size: 15px;
		line-height: 18px;
	}	
	.faq-answer {
		max-width: 100%;
	}
	.footer-columns p,
	.footer-columns p a {
		font-size: 12px;
	}
	.footer-brand-text {
		font-size: 14px;
	}
}

/* --------------------------------------------------------------------- Forms & Tables */
/**/
input {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px var(--basic);
	padding: 8px 12px;
}
input[type="submit"] {
	color: var(--primary);
	background-color: var(--basic);
	border: solid 1px var(--basic);
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px var(--primary);
}
.mc4wp-form-fields p {
    display: flex;
    width: 100%;
    gap: 10px;
}
.mc4wp-form-fields input[type="email"] {
    flex: 1; 
    width: auto !important;
}
.mc4wp-form-fields input[type="submit"] {
    flex-shrink: 0; 
    width: auto;
}

/* --------------------------------------------------------------------- Structure */
/**/
body {
	background-color: var(--black);
}
.container,
.site-content {
	width: 100%;
	max-width: var(--base-width);
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
section {
	padding-bottom: 100px;
}
section.light {
	background-color: var(--light);
}
section.kontakt {
	background-color: rgba(37, 38, 54, 0.4);
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 1px var(--basicv2);
	border-bottom: solid 1px var(--basicv2);
}
img {
	max-width: 100%;
}
.page-content ul,
.page-content ol {
	padding-left: 20px;
}
.section-title {
	text-align: center;
	padding: 40px 15% 80px;
}
.section-title h2 {
	margin-bottom: 30px;
}
/* TOC */
.wp-block-rank-math-toc-block {
	border: solid 1px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.post-content .wp-block-rank-math-toc-block h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px 0;
}
.wp-block-rank-math-toc-block nav li a {
	font-size: 13px;
	line-height: 18px;
}
.post-content .wp-block-rank-math-toc-block ul {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------- Buttons */
/**/
.hero a,
.about-content a,
.btn,
.text-content a,
.btn-read-more,
a.button,
a.cta-button {
	border: var(--border);
	padding: 8px 24px;
	display: inline-block;
	margin: 20px 0 0;
	font-family: "Cormorant Garamond", serif;
}
.hero a:hover,
.about-content a:hover,
.btn:hover,
.text-content a:hover,
.btn-read-more,
a.button,
a.cta-button {
	color: var(--black);
	background-color: var(--basic);
}
.text-content ul a, 
.text-content ol a {
    border: none;
    padding: 0;
    display: inline;
    margin: 0;
    font-family: inherit;
	font-weight: 600;
}
.text-content ul a:hover, 
.text-content ol a:hover {
    color: inherit;
	background-color: inherit;
	opacity: .7;
}
.light .btn:hover,
.light .text-content a:hover,
a.button:hover,
a.cta-button:hover {
	color: var(--basic);
	background-color: var(--black);
}
.read-more {
	text-align: right;
}
.btn-read-more:hover {
	background: #555;
}

/* --------------------------------------------------------------------- Owl Carousel & Arrows */
/**/
.event-carousel > *,
.event-carousel .owl-item,
.event-carousel .owl-stage,
.event-carousel .event-box {
	height: 100%;
}
.event-carousel .owl-item {
	margin-right: 0;
}
.arrow-svg {
    color: var(--basic);
    cursor: pointer;
    transition: .2s ease;
	background: none;
	border: var(--border);
	border-radius: 100%;
	padding: 15px;
}
.arrow-svg:hover {
    color: var(--black);
    background-color: var(--basic);
}
.owl-nav {
	text-align: right;
	margin-top: 20px;
	position: absolute;
	right: 0;
}
.owl-nav button {
	margin: 0 5px;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	border: none;
}



.product-carousel-section {
	padding: 140px 0;
}
.carousel-grid {
	position: relative;
}
.carousel-item {
	display: flex;
	align-items: center;
	gap: 30px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s ease-in-out;
	background-color: var(--black);
	padding: 10px;
}
.carousel-item.active {
	opacity: 1;
	transform: translateY(0);
}
.carousel-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-right {
  max-width: 50%;
}
.carousel-right h3,
.carousel-right p {
	color: var(--basic);
}
.carousel-right h3 {
}
.carousel-right p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 50px;
	font-weight: 300;
	max-width: 80%;
}
.carousel-nav {
  position: absolute;
  bottom: -50px;
  right: 0;
  display: flex;
  gap: 10px;
}
.carousel-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
	.carousel-item {
		display: grid;
	}
}

/* --------------------------------------------------------------------- Header */
/**/
.site-header {
	position: sticky; 
	top: 0; 
	z-index: 1000;
	background: var(--black);
	transition-duration: .3s;
}
.site-header .container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	max-width: var(--base-width);
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.site-logo a img {
	width: auto;
	max-height: 100px;
	object-fit: contain;
	transition-duration: .3s;
}
.site-header.scrolled .site-logo a img {
	max-height: 60px;
}
.site-header.scrolled {
	border-bottom: var(--border);
}
/* --------------------------------------------------------------------- Desktop Menu */
.main-nav .menu{
list-style:none;
display:flex;
gap:20px;
height:100%;
margin:0;
padding:0;
}

.main-nav .menu li{
display:flex;
align-items:center;
position:relative;
margin:0;
padding:0;
}

.main-nav .menu li a{
	font-size:18px;
	line-height:24px;
	color:var(--basic);
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	padding-right:22px;
}

/* underline hover */
.main-nav li a:before{
content:'';
width:0;
height:1px;
background:var(--basic);
position:absolute;
bottom:-10px;
left:0;
opacity:0;
transition:.3s;
}

.main-nav li:hover>a{
opacity:.7;
}

.main-nav li:hover>a:before{
opacity:1;
width:100%;
}

/* arrow indicator */
.main-nav .menu-item-has-children>a:after{
content:'';
position:absolute;
right:0;
top:50%;
width:6px;
height:6px;
border-right:1px solid var(--basic);
border-bottom:1px solid var(--basic);
transform:translateY(-50%) rotate(45deg);
transition:.25s;
opacity:.8;
}

/* arrow rotate */
.main-nav li:hover>a:after{
transform:translateY(-50%) rotate(-135deg);
}

/* --------------------------------------------------------------------- Submenu Desktop */
.main-nav .sub-menu{
position:absolute;
top:100%;
left:0;
min-width:240px;
background:#0b0b0b;
border:1px solid rgba(201,173,125,.25);
padding:12px 0;
margin:0;
list-style:none;
opacity:0;
visibility:hidden;
transform:translateY(10px);
max-height:0;
overflow:hidden;
transition:max-height .35s ease,opacity .25s ease,transform .25s ease;
z-index:999;
}

.main-nav li:hover>.sub-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
max-height:400px;
}

.main-nav .sub-menu li{
display:block;
}

.main-nav .sub-menu li a{
display:block;
padding:10px 22px;
font-size:14px;
letter-spacing:.04em;
text-transform:none;
color:#d4c19c;
opacity:1;
}

.main-nav .sub-menu li a:before{
display:none;
}

.main-nav .sub-menu li a:hover{
background:rgba(201,173,125,.08);
color:#fff;
}

/* --------------------------------------------------------------------- Header Layout */
.site-header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

/* --------------------------------------------------------------------- Hamburger */
.hamburger-menu{
display:none;
padding:10px;
border:none;
background:transparent;
cursor:pointer;
z-index:1001;
}

.hamburger-box{
width:30px;
height:24px;
display:inline-block;
position:relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{
	width:100%;
	height:3px;
	background: var(--basic);
	position:absolute;
	border-radius:3px;
	transition:transform .2s ease-in-out;
}

.hamburger-inner{
top:50%;
transform:translateY(-50%);
}

.hamburger-inner::before,
.hamburger-inner::after{
content:'';
display:block;
}

.hamburger-inner::before{
top:-10px;
}

.hamburger-inner::after{
bottom:-10px;
}

/* --------------------------------------------------------------------- Mobile Overlay */
.mobile-nav-overlay{
position:fixed;
top:0;
right:0;
width:100%;
height:100vh;
background:rgba(255,255,255,.98);
backdrop-filter:blur(5px);
z-index:1000;
transform:translateX(100%);
transition:transform .4s cubic-bezier(.77,0,.175,1);
overflow-y:auto;
}

.mobile-nav-overlay.is-open{
transform:translateX(0);
}

body.no-scroll{
overflow:hidden;
}

.mobile-nav-content{
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:center;
min-height:100%;
padding:80px 20px 40px;
position:relative;
box-sizing:border-box;
}

.close-menu{
position:absolute;
top:20px;
right:20px;
font-size:40px;
line-height:1;
color:#333;
background:none;
border:none;
cursor:pointer;
}

.site-logo-mobile .custom-logo{
max-height:200px;
object-fit:contain;
}

/* --------------------------------------------------------------------- Mobile Menu */
.mobile-menu{
list-style:none;
margin:0;
padding:0;
text-align:center;
}

.mobile-menu li{
margin:15px 0;
}

.mobile-menu a{
font-family:'Cormorant Garamond',serif;
font-size:24px;
text-decoration:none;
color:#333;
padding:10px;
display:block;
}

/* mobile arrows */
.mobile-menu .menu-item-has-children>a{
position:relative;
padding-right:26px;
}

.mobile-menu .menu-item-has-children>a:after{
content:'';
position:absolute;
right:0;
top:50%;
width:7px;
height:7px;
border-right:2px solid #333;
border-bottom:2px solid #333;
transform:translateY(-50%) rotate(45deg);
transition:.3s;
}

/* rotate arrow */
.mobile-menu .menu-item-has-children.submenu-open>a:after{
transform:translateY(-50%) rotate(-135deg);
}

/* mobile submenu */
.mobile-menu .sub-menu{
list-style:none;
margin:10px 0 0;
padding:0;
max-height:0;
overflow:hidden;
opacity:.6;
transition:max-height .35s ease,opacity .3s ease;
}

.mobile-menu .menu-item-has-children.submenu-open>.sub-menu{
max-height:500px;
opacity:1;
}

.mobile-menu .sub-menu li{
margin:6px 0;
}

.mobile-menu .sub-menu a{
font-size:18px;
opacity:.75;
padding:6px 10px;
}

/* socials */
.mobile-socials{
margin-top:40px;
}

.mobile-socials a{
font-size:22px;
color:#333;
margin:0 15px;
text-decoration:none;
}

/* --------------------------------------------------------------------- Responsive */
@media(max-width:1079px){
.main-nav{
display:none;
}
.hamburger-menu{
display:block;
}
}

@media(min-width:600px) and (max-width:1079px){
.mobile-nav-overlay{
width:50vw;
}
}

/* --------------------------------------------------------------------- MiniCart */
/**/
.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header-action-link {
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	cursor: pointer;
}
.header-action-link i {
	font-size: 18px;
}
.mini-cart-wrapper {
	position: relative;
}
.cart-count {
	background: var(--black);
	color: var(--white);
	font-size: 10px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	right: -10px;
}
.mini-cart-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	width: 350px;
	background: var(--white);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	padding: 20px;
	border-radius: 4px;
	margin-top: 15px;
	z-index: 1001;
}
.mini-cart-wrapper:hover .mini-cart-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.mini-cart-dropdown:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 15px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.cart_list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 300px;
	overflow-y: auto;
}
.cart_list li {
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}
.cart_list li img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.cart_list li .product-info {
	flex: 1;
}
.total {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	margin-top: 15px;
	font-size: 16px;
}
.header-actions .buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}
.header-actions .buttons a {
	display: block;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}
.header-actions .buttons a.view-cart {
	background: #f4f4f4;
	color: var(--black);
}
.header-actions .buttons a.checkout {
	background: var(--black);
	color: var(--white);
}
.header-actions .buttons a:hover {
	opacity: 0.8;
}
.woocommerce-mini-cart-item.mini_cart_item a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.woocommerce-mini-cart-item.mini_cart_item a,
.woocommerce-mini-cart-item.mini_cart_item .quantity{
	font-size: 15px;
}

/* --------------------------------------------------------------------- MultiCurrency */
.luxury-switcher-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
    margin: 0 15px;
}
.luxury-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 0;
    border-bottom: 1px solid var(--basic); 
}
.active-currency-text {
    color: #ffffff !important; 
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block !important;
}
.luxury-arrow-icon {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--basic);
    margin-top: 2px;
}
.luxury-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0; 
    background: #111111;
    border: 1px solid #d4af37;
    min-width: 70px;
    display: flex;
    flex-direction: column;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.luxury-switcher-wrapper:hover .luxury-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.luxury-dropdown-menu a {
    color: var(--white) !important;
    text-decoration: none !important;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: background 0.2s;
}
.luxury-dropdown-menu a:hover {
    background: var(--basic);
    color: #000000 !important;
}
.luxury-dropdown-menu a.item-active {
    color: var(--basic) !important;
    font-weight: 900;
}
.luxury-dropdown-menu a.item-active:hover {
	background: var(--basicv2);
}
@media (max-width: 991px) {
    .luxury-switcher-wrapper {
        margin: 10px 0;
    }
}	

/* --------------------------------------------------------------------- Language Switcher */
.custom-flags-list {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none !important; 
    margin: 0;
    padding: 0;
}
.custom-flags-list li {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.flag-circle {
    display: block;
    width: 28px; 
    height: 28px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 2px solid var(--basic); 
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}
.custom-flags-list li.active-lang .flag-circle,
.custom-flags-list li:hover .flag-circle {
    transform: scale(1.15);
    border-color: (--white);
    box-shadow: 0 0 10px rgba(var(--basic-rgb), 0.4);
}
.header-localization {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 1080px) {
	.header-language-switcher {
		margin-left: 20px;
	}
	.flag-circle {
		width: 24px;
		height: 24px;
	}
}

/* --------------------------------------------------------------------- TobBar */
.top-announcement-bar {
    background: var(--basic);
    color: var(--black);
    padding: 8px 0;
    font-family: sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.marquee-container {
    display: flex;
    overflow: hidden;
    user-select: none;
}
.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 50s linear infinite; 
}
.marquee-content span {
	font-size: 14px;
	line-height: 18px;
	padding: 6px 0;
    padding-right: 150px; 
}
.marquee-content:hover {
    animation-play-state: paused;
}
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.top-announcement-bar strong {
    color: var(--black); 
}	


/* --------------------------------------------------------------------- WooCommerce */
.woocommerce-notices-wrapper,
.woocommerce-result-count,
.woocommerce-ordering,
.single-article .post-meta {
	display: none;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	width: auto;
}
.woocommerce ul#shipping_method li input {
	vertical-align: middle;
	margin: 0 .4375em 0 0;
}
.woocommerce div.product form.cart:not(.variations_form) {
	margin-bottom: 0;
	display: flex;
	align-items: stretch;
}
.woocommerce .quantity .qty {
	height: 100%;
	box-sizing: border-box;
}
body.single-product .quantity .plus, 
body.single-product .quantity .minus {
    color: var(--white);
	opacity: .5;
}
body.single-product .quantity .plus:hover, 
body.single-product .quantity .minus:hover {
	opacity: 1;
}
.woocommerce div.product p.stock {
	display: none;
}
.woocommerce-info::before {
	color: var(--basic);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: transparent;
	color: var(--basic);
	border-top-color: var(--basic);
	border-left: solid 1px var(--basic);
	border-right: solid 1px var(--basic);
	border-bottom: solid 1px var(--basic);
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background: transparent;
}
.p-AccordionItem.p-AccordionItem--selected:hover {
	background: transparent !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: var(--basic);
}
.woocommerce nav.woocommerce-pagination ul {
	border: solid 1px var(--basicv2);
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: solid 1px var(--basicv2);
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 65%;
	opacity: .7;
}


/* --------------------------------------------------------------------- Hero */
.hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 123px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	overflow: hidden;
	background-color: var(--black);
	box-sizing: border-box;
}
body.plain .hero,
body.woocommerce-cart .hero,
body.woocommerce-checkout .hero,
body.woocommerce-account .hero {
	height: 350px;
	min-height: 350px;
}
.single-product .hero {
	background-attachment: fixed;
}
.hero-media-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.hero.hero-img .hero-media-element,
.hero.hero-none .hero-media-element {
	background-repeat: no-repeat;
	animation: heroZoom 16s ease-in-out infinite alternate;
	background-size: cover;
}
body:not(.single) .hero.hero-none .hero-media-element {
	background-size: 50%;
	background-position: 30% 0;
}
.hero.hero-video .hero-media-element {
	width: 90%;
	max-width: 90%;
	object-position: left;
	background-color: var(--black);
	box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.9);
}
html body:not(.single-product):not(.woocommerce-page) .hero {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
html body:not(.single-product):not(.woocommerce-page) .hero .hero-container,
html body:not(.single-product):not(.woocommerce-page) .hero .elementor-widget-container {
    position: relative;
    z-index: 10;
}
html body:not(.single-post):not(.single-product):not(.woocommerce-page) .hero-overlay {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to left, 
        rgba(0, 0, 0, 1.0) 0%, 
        rgba(0, 0, 0, 1.0) 12%, 
        rgba(0, 0, 0, 0.8) 18%, 
        rgba(0, 0, 0, 0.4) 28%, 
        rgba(0, 0, 0, 0.1) 40%, 
        rgba(0, 0, 0, 0.0) 55%
    );
}
html body.single-post .hero-overlay,
html body.woocommerce-shop .hero-overlay {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to left, 
        rgba(0, 0, 0, 1.0) 0%, 
        rgba(0, 0, 0, 1.0) 32%, 
        rgba(0, 0, 0, 0.8) 38%, 
        rgba(0, 0, 0, 0.4) 48%, 
        rgba(0, 0, 0, 0.1) 60%, 
        rgba(0, 0, 0, 0.0) 75%
    );
}
html body:not(.single-product):not(.woocommerce-page) .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%; 
    z-index: 6;
    pointer-events: none;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1.0) 0%, 
        rgba(0, 0, 0, 0.6) 20%, 
        rgba(0, 0, 0, 0.0) 100%
    );
}
html body:not(.single-product) .hero::after,
html body.woocommerce-shop .hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    z-index: 6;
    pointer-events: none;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 1.0) 0%, 
        rgba(0, 0, 0, 0.6) 20%, 
        rgba(0, 0, 0, 0.0) 100%
    );
}
body.single-product .hero-overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 85%);
}
.container.hero-content {
	position: relative;
	z-index: 7;
	width: 100%;
	max-width: 90vw;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 100%;
	opacity: .6;
}
body.woocommerce-cart .container.hero-content,
body.woocommerce-checkout .container.hero-content,
body.woocommerce-account .container.hero-content {
min-height: auto;
align-items: center;
}
.hero-text {
	max-width: 45%;
	text-align: right;
	margin-left: auto;
}
@media screen and (max-width: 1480px) {
	.hero-text {
		max-width: 70%;
	}
}
@media screen and (max-width: 1080px) {
	.hero-text {
		max-width: 100%;
	}
}

body.page-template-page-about .hero.hero-img .hero-media-element {
	background-size: 70%;
	background-position: left;
}
@media screen and (max-width: 2180px) {
	body.page-template-page-about .hero.hero-img .hero-media-element {
		background-size: 80%;
	}
}
@media screen and (max-width: 1580px) {
	body.page-template-page-about .hero.hero-img .hero-media-element {
		background-size: cover; 
		background-position: center;
	}
}

.hero-title {
opacity: 0;
transform: translateY(40px);
filter: blur(10px);
animation: heroReveal 1.6s ease forwards 1s;
line-height: 1.05;
margin-bottom: 22px;
letter-spacing: -0.02em;
}
.hero-subtitle {
opacity: 0;
transform: translateY(40px);
filter: blur(10px);
animation: heroReveal 1.6s ease forwards 1.4s;
font-size: clamp(18px, 2vw, 24px);
line-height: 1.4;
opacity: 0.92;
}
.hero-scroll-down {
position: absolute;
bottom: 32px;
left: 50%;
transform: translateX(-50%);
z-index: 3;
background: none;
border: none;
cursor: pointer;
color: rgba(255, 255, 255, 0.7);
padding: 8px;
transition: all 0.3s ease;
animation: heroScrollFadeIn 1.8s ease forwards, heroScrollBounce 2.4s ease-in-out 2.8s infinite;
opacity: 0;
}
.hero-scroll-down:hover {
color: #fff;
transform: translateX(-50%) translateY(3px);
}
@media (max-width: 768px) {
	.hero {
		height: 60vh;
		min-height: 60vh;
	}
	.container.hero-content {
		justify-content: flex-start;
		padding: 0 15px;
	}
	.hero-text {
		max-width: 100%;
		text-align: left;
		margin-left: 0;
	}
	.hero-title {
		font-size: 32px;
	}
	.hero.hero-video .hero-media-element {
		width: 100%;
		max-width: 100%;
	}
	.hero.hero-video::after {
		display: none;
	}
}
@keyframes heroReveal {
to {
opacity: 1;
transform: translateY(0);
filter: blur(0);
}
}
@keyframes heroZoom {
from { transform: scale(1); }
to { transform: scale(1.08); }
}
@keyframes heroScrollFadeIn {
0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes heroScrollBounce {
0%, 100% { transform: translateX(-50%) translateY(0); }
50% { transform: translateX(-50%) translateY(8px); }
}
@media (max-width: 640px) {
	.hero {
		height: 48vh;
		min-height: 48vh;
	}
	.page-content .container {
		padding-top: 0;
	}
}


/* --------------------------------------------------------------------- FAQ */
/**/
.faq-section {
	padding: 60px 0;
	border-top: solid 1px var(--basicv2);
	border-bottom: solid 1px var(--basicv2);
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}
.faq {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #e5ded1;
  margin-bottom: 10px;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 24px 0;
	font-weight: 500;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: color 0.3s ease;
}
.faq-question:hover {
  color: #b9a98a;
}
.chevron {
  color: #b9a98a;
  font-size: 20px;
  transition: transform .3s ease;
}
.faq-item.active .chevron {
  transform: rotate(180deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease, padding-bottom .4s ease;
	padding-right: 40px;
}
.faq-item.active .faq-answer {
	max-height: 200px;
	padding-bottom: 30px;
}

/* --------------------------------------------------------------------- Footer */
/**/
.site-footer {
	background: var(--dark);
	color: #ddd;
	padding: 20px 0;
}
.footer-columns {
	width: 100%;
	max-width: var(--base-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
}
.footer-column {
	flex: 1;
	min-width: 150px;
}
.footer-column:last-of-type {
	text-align: right;
}
.footer-contact {
	font-size: 14px;
	line-height: 1.6;
}
.footer-logo {
	display: flex;
	justify-content: center;
}

.site-footer {
    padding-top: 70px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 0.7fr 0.9fr 0.9fr 1.2fr;
    gap: 50px;
}
.footer-logo img {
    max-width: 140px;
	height: auto;
    margin-bottom: 20px;
	object-fit: contain;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-social {
    margin-top: 20px;
    display: flex;
    gap: 14px;
}
.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbb892;
    transition: .3s;
}
.footer-social a:hover {
    background: #cbb892;
    color: var(--black);
    border-color: #cbb892;
}
.footer-social i {
	color: var(--white); 
	font-size: 20px;
}
.footer-bottom {
    border-top: 1px solid #1d1d1d;
    margin-top: 60px;
    padding: 20px 0;
    font-size: 14px;
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
}
.footer-bottom a {
    color: #cbb892;
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* --------------------------------------------------------------------- Page */
/**/
.page-content .container {
	max-width: var(--base-width);
	margin: 0 auto;
	padding: 40px 20px;
}
body.page-template-page-narrow .page-content .container {
	max-width: var(--narrow-width);
}
.page-title {
	font-size: 2.2rem;
	margin-bottom: 20px;
	text-align: left;
}

/* Sections */
section {
	padding: 60px 20px;
	color: #111;
}
.concert-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.concert {
	border: var(--border);
	padding: 15px;
	color: var(--basic);
}
.kontakt {
	text-align: center;
}
.social-icons a {
	margin: 0 10px;
	font-size: 1.4rem;
	color: var(--basic);
	opacity:.4;
}
.social-icons a:hover {
	opacity: 1;
}


/* --------------------------------------------------------------------- About */
/**/

.about {
	padding: 130px 0;
	background-position: center;
}
.about {
    position: relative;
    overflow: hidden;
	background-size: cover;
	background-position: 70% 10%;
	background-repeat: no-repeat;
}
.about::before,
.about.about-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8%; 
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.about::after,
.about-2::after {
    content: "";
    position: absolute;
	top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%; 
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
@media screen and (min-width: 1920px) {
	.about {
		padding: 180px 0;
	}
}
.about-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 0;
	align-items: stretch;
}
.about-content {
	padding-right: 15%;
}
.about-heading {
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.about-separator {
	border: none;
	border-top: var(--border);
	margin: 20px 0;
	opacity: 1;
}
.about-founder-heading {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.about-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.about-image-wrapper {
	border: var(--border);
	padding: 10px;
	height: 100%;
}
.about-image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* --------------------------------------------------------------------- About 2 */
section.about.about-2 {
	position: relative;
	background-image: url('/wp-content/uploads/2026/02/section-3-bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: -300px 0;
	padding: 180px 0;
}
.about-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 0;
	align-items: start;
}
.about2-left-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	height: 100%;
}
.about2-image-wrapper {
	border: var(--border);
	padding: 10px;
}

.about2-image-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.about2-right-text {
	padding-right: 10%;
}
.about2-content {
	padding-left: 10%;
}
.about2-separator {
	border: none;
	border-top: var(--border);
	margin: 20px 0;
	opacity: 1;
}

/* FrontPage */
.product-carousel .product-box {
    background: var(--black);
    border: 1px solid var(--basicv2);
    padding: 15px;
    text-align: center;
    overflow: hidden;
}
.product-box .product-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}
.product-box .product-name {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.product-box .product-price {
    font-weight: bold;
    color: var(--basic);
}
.see-all-products {
    text-align: center;
    margin-top: 20px;
}

/* --------------------------------------------------------------------- Aktualności */
/**/
.news-grid {
	display: grid;
	grid-template-columns: 1fr;
}
.home-news-wrapper {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 40px;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: var(--border);
}
.home-news-image {
	width: 100%;
	height: auto;
}
.home-news-image img {
	min-width: 100%;
	max-height: 320px;
	object-fit: cover;
}
.home-news-content > * {
	margin-bottom: 30px;
}



/* --------------------------------------------------------------------- Archive Products */
/**/
ul.products li.product {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
ul.products li.product:hover {
	transform: translateY(-4px);
}
/* Switch Add to Cart Button to an Arrow */
ul.products li.product .button.add_to_cart_button {
    font-size: 0 !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    border-radius: 50% !important; 
    background-color: transparent !important;
    border: 1px solid #c8a165 !important; 
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
}
ul.products li.product .button.add_to_cart_button::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #c8a165; 
    border-right: 1px solid #c8a165;
    transform: rotate(-45deg);
    margin-bottom: 0; 
	margin-right: 18px;
    transition: all 0.3s ease;
}
ul.products li.product.product-type-variable .button.add_to_cart_button::after {
    margin-right: 8px;
}
ul.products li.product .button.add_to_cart_button:hover {
    background-color: rgba(200, 161, 101, 0.1) !important; 
    border-color: #dfb87c !important;
}
ul.products li.product .button.add_to_cart_button:hover::after {
    border-color: #dfb87c !important;
}
ul.products li.product .button.add_to_cart_button i,
ul.products li.product .button.add_to_cart_button::before {
    display: none !important;
}
ul.products li.product {
    padding-bottom: 70px !important; 
    position: relative !important;
}
ul.products li.product .price {
    position: absolute !important;
    bottom: 25px !important;
    left: 0 !important; 
    margin: 0 !important;
    line-height: 45px !important;
}
ul.products li.product .button.add_to_cart_button {
    position: absolute !important;
    bottom: 25px !important;
    right: 0 !important; 
    margin: 0 !important;
}

.sr-page{
  padding-top:5rem;
  padding-bottom:5rem;
}

.sr-page-title{
  text-align:center;
  text-transform:uppercase;
  letter-spacing:0.15em;
  font-weight:300;
  font-size:clamp(2.2rem,3vw,3.5rem);
  margin:0 0 3rem;
}

.sr-products{
  margin-bottom:4rem;
}

.sr-grid{
  display:grid;
  grid-template-columns:repeat(1,minmax(0,1fr));
  gap:2rem;
}

@media(min-width:768px){
  .sr-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(min-width:1024px){
  .sr-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

.sr-product-card{
  border:1px solid #999;
  padding:1.25rem;
  background:#999;
  position:relative;
  overflow:hidden;
  transition:box-shadow .4s ease,transform .4s ease;border-radius:2px;
}

.sr-product-card:hover{
  box-shadow:0 0 30px rgba(197,160,89,.25);
  transform:translateY(-4px);
}

.sr-product-image-wrap{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:4/5;
  margin-bottom:1.5rem;
}

.sr-product-image{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(100%);
  transform:scale(1);
  transition:transform .6s ease,filter .6s ease;
}

.sr-product-card:hover .sr-product-image{
  filter:grayscale(0);
  transform:scale(1.08);
}

.sr-corner{
  position:absolute;
  width:16px;
  height:16px;
}
.sr-corner--tl{top:0;left:0;border-top:1px solid;border-left:1px solid;}
.sr-corner--tr{top:0;right:0;border-top:1px solid;border-right:1px solid;}
.sr-corner--bl{bottom:0;left:0;border-bottom:1px solid;border-left:1px solid;}
.sr-corner--br{bottom:0;right:0;border-bottom:1px solid;border-right:1px solid;}

.sr-product-title{
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#999;
  font-weight:300;
  font-size:1.1rem;
  margin:0 0 1.75rem;
}

.sr-product-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid rgba(197,160,89,.35);
  padding-top:1rem;
}

.sr-product-price{
  font-size:1.25rem;
  letter-spacing:.02em;
}

.sr-product-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid #999;
  position:relative;
  overflow:hidden;
  text-decoration:none;
}

.sr-product-arrow-icon::before{
  content:"\2192";
  color:#999;
  font-size:1rem;
  transition:transform .3s ease,color .3s ease;
}

.sr-product-arrow:hover{
  background:#999;
}

.sr-product-arrow:hover .sr-product-arrow-icon::before{
  color:#000;
  transform:translateX(2px);
}

/* SEO section */
.sr-seo{
	margin-bottom: 4rem;
}

.sr-seo-line{
  width:3rem;
  height:1px;
  background:#999;
  margin:0 auto 1.5rem;
}
.sr-seo-main-title {
	text-align: center;
}
.sr-seo-title{
	text-align:center;
	color:#999;
	font-weight:300;
	font-size:1.6rem;
	margin:0 0 1.5rem;
}
@media screen and (min-width: 1080px) {
	.sr-seo-text p {
		max-width: 60%;
		margin: 30px auto;
	}
	.sr-seo-text p:last-of-type {
		margin-bottom: 60px;
	}
}

/* KNOWLEDGE / BLOG */
.sr-knowledge{
  padding:3.5rem 0;
  border-top:1px solid rgba(197,160,89,.2);
  border-bottom:1px solid rgba(197,160,89,.2);
}

.sr-knowledge-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.5rem;
  margin-bottom:2.5rem;
}

.sr-knowledge-title{
  color:#999;
  text-transform:uppercase;
  letter-spacing:.25em;
  font-weight:300;
  font-size:1.6rem;
  margin:0;
}

.sr-knowledge-line{
  width:6rem;
  height:2px;
  background:#999;
  margin-top:1rem;
}

.sr-knowledge-more{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  color:#999;
  font-size:.7rem;
  letter-spacing:.25em;
  text-transform:uppercase;
  text-decoration:none;
}

.sr-knowledge-more-icon{transition:transform .3s ease;}
.sr-knowledge-more:hover .sr-knowledge-more-icon{transform:translateX(4px);}

.sr-knowledge-item{
  color:#999;
}

.sr-knowledge-thumb-wrap{
  display:block;
  border:1px solid rgba(197,160,89,.3);
  overflow:hidden;
  aspect-ratio:16/9;
  margin-bottom:1.25rem;
}

.sr-knowledge-thumb{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(100%);
  transform:scale(1);
  transition:filter .4s ease,transform .4s ease;
}

.sr-knowledge-item:hover .sr-knowledge-thumb{
  filter:grayscale(0);
  transform:scale(1.05);
}

.container h3.sr-knowledge-item-title{
	color: #999;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7rem;
	margin: 0 0 .75rem;
}
.sr-knowledge-item-excerpt{
	color: #999;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.sr-knowledge-read-more{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#999;
  text-decoration:none;
}

.sr-knowledge-read-more span{font-size:.9rem;}

/* Owl carousel tweaks */
.sr-owl-carousel .owl-nav button{
  position:absolute;
  top:40%;
  transform:translateY(-50%);
  background:transparent !important;
  border:none;
  font-size:1.8rem !important;
}

.sr-owl-carousel .owl-nav .owl-prev{left:-10px;}
.sr-owl-carousel .owl-nav .owl-next{right:-10px;}

.sr-owl-carousel .owl-dots .owl-dot span{
  background:rgba(197,160,89,.4) !important;
}

@media(max-width:640px){
  .sr-knowledge-header{flex-direction:column;align-items:flex-start;}
  .sr-owl-carousel .owl-nav .owl-prev{left:-5px;}
  .sr-owl-carousel .owl-nav .owl-next{right:-5px;}
}

/* --------------------------------------------------------------------- Single Product */
/**/
body.single-product #wc-stripe-express-checkout-element {
	display: none !important;
}

.sr-hero__title,
.sr-h2{
  letter-spacing:.04em;
  color:#d2b37b;
  font-weight:400;
}
.sr-h2{ font-size:40px; margin:0 0 28px; }
.sr-h2--center{ text-align:center; }

/* HERO */
.sr-hero{
  position:relative;
  min-height:420px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.70) 100%),
    var(--sr-hero-bg) center/cover no-repeat;
  display:flex;
  align-items:center;
}
.sr-hero__inner{
  width:min(1100px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:24px;
  align-items:center;
}
.sr-hero__title{ font-size:64px; margin:0; }
.sr-hero__side{ max-height:360px; width:auto; opacity:.95; }

/* PRODUCT GRID */
.sr-product{ padding:64px 0 40px; }
.sr-product__grid{
	display:grid;
	grid-template-columns: 1.5fr 2fr;
	gap:54px;
	align-items: center;
}
.sr-product__mediaBox{
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.10), rgba(255,255,255,0) 55%);
  border:1px solid rgba(210,179,123,.12);
  padding:26px;
}
.sr-product__image{ display:block; width:100%; height:auto; }
.sr-product__kicker{ color:#d2b37b; margin:0 0 12px; }
.woocommerce div.product .product_title {
	margin-bottom: 40px;
}
.sr-single:not(.product-type-variable) .sr-product__buy{
	margin-top:26px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	gap:18px;
}
.sr-product__price{
  font-size:40px;
  color:#d2b37b;
}

/* Woo add to cart */
.sr-product__cta .single_add_to_cart_button{
  background:#d2b37b !important;
  color:#101010 !important;
  border:0 !important;
  padding:12px 26px !important;
  border-radius:2px !important;
  font-weight:600 !important;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.sr-product__cta .quantity { display:none; } 

.wc-stripe-payment-request-wrapper,
.woocommerce-payments-checkout__container { display:none !important; }

.sr-related ul.products{
  margin-top:18px;
}
.sr-related ul.products li.product .button{ display:none !important; } /* bez „Dodaj do koszyka” na kartach */

.sr-faq{ padding:40px 0 90px; }
.sr-faq__list{ border-top:1px solid rgba(210,179,123,.18); }
.sr-faq__item{
  border-bottom:1px solid rgba(210,179,123,.18);
  padding:14px 0;
}
.sr-faq__q{
  cursor:pointer;
  color:#d8d2c6;
  font-size:14px;
  list-style:none;
}
.sr-faq__item summary::-webkit-details-marker{ display:none; }
.sr-faq__a{ margin-top:10px; color:#bfb7aa; font-size:13px; line-height:1.65; }

/* RWD */
@media (max-width: 980px){
  .sr-hero__inner{ grid-template-columns:1fr; }
  .sr-hero__title{ font-size:44px; }
  .sr-product__grid{ grid-template-columns:1fr; }
  .sr-product__buy{ align-items:flex-start; flex-direction:column; }
}

/* Right Column */
.single_variation_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 1080px) {
	.sr-product__content {
		padding-left: 15%;
	}
}

/* Variations */
/* 1. Stylizacja głównego pola wyboru (dropdown) */
.variations select {
    display: block;
    width: 100%;
    min-width: 250px;
    padding: 12px 40px 12px 15px;
    font-size: 14px;
    color: var(--white); /* Biały tekst */
    background-color: var(--black); /* Czarne tło */
    border: 1px solid var(--basicv2); /* Złota ramka z przezroczystością */
    border-radius: 0; /* Brak zaokrągleń dla elegancji */
    appearance: none; /* Ukrycie domyślnej strzałki systemowej */
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c5a47e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); /* Twoja złota strzałka */
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 2. Efekt po najechaniu i kliknięciu */
.variations select:hover, 
.variations select:focus {
    outline: none;
    border-color: var(--basic); /* Pełny złoty przy interakcji */
    box-shadow: 0 0 5px var(--basicv2);
}

/* 3. Stylizacja opcji wewnątrz listy (zależy od przeglądarki) */
.variations select option {
    background-color: #1a1a1a; /* Ciemne tło listy */
    color: var(--white);
    padding: 10px;
}

/* 4. Poprawa etykiety (np. napis "Rozmiar") */
.variations label {
    display: block;
    margin-bottom: 8px;
    color: var(--basic); /* Złoty napis nad listą */
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* 5. Odstęp między wierszami w tabeli wariantów */
.variations td {
    padding: 10px 0;
}

.single_variation_wrap {
	flex: 1 1 100%;
	min-width: 100%;
}
@media screen and (min-width: 1080px) {
	table.variations {
		max-width: 40%;
		float: right;
	}
}


/* --------------------------------------------------------------------- Blog */
/**/

    /* ============================================
       HERO SECTION - BLOG INDEX
       ============================================ */
    .blog-hero {
        background-color: var(--black);
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }

    .blog-hero-bg-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: blur(2px) brightness(0.7) saturate(1.3);
    }

    .blog-hero-bg-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.3) 100%);
    }

    .blog-nav-bar {
        position: relative;
        z-index: 10;
        padding: 30px 0;
        text-align: center;
    }

    .blog-nav-bar a {
        color: var(--light);
        text-decoration: none;
        margin: 0 20px;
        font-family: 'Cormorant Garamond', serif;
        font-size: 16px;
        letter-spacing: 1px;
        transition: color 0.3s;
    }

    .blog-nav-bar a:hover {
        color: var(--basic);
    }

    .blog-hero-logo {
        position: relative;
        z-index: 10;
        color: var(--basic);
        font-family: 'Cormorant Garamond', serif;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 2px;
        margin-top: 40px;
        max-width: 200px;
    }

    .blog-hero-content {
        position: relative;
        z-index: 10;
        padding: 100px 0;
    }

    .blog-hero-headline {
        font-family: 'Cormorant Garamond', serif;
        font-size: 72px;
        line-height: 1.1;
        color: var(--light);
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        max-width: 700px;
        margin: 60px 0 40px;
    }

    /* ============================================
       NEWS SECTION
       ============================================ */
    .blog-news-section {
        background-color: var(--light);
        padding: 100px 0;
        position: relative;
    }

    .blog-news-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 48px;
        color: var(--black);
        margin-bottom: 60px;
    }

    /* ============================================
       FEATURED NEWS BANNER
       ============================================ */
    .blog-news-banner {
        background-color: var(--light);
        border: var(--border);
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        display: grid;
        grid-template-columns: 40% 60%;
        margin-bottom: 80px;
        overflow: hidden;
    }

    .blog-news-banner-content {
        padding: 50px;
    }

    .blog-news-date {
        font-size: 13px;
        color: var(--darkgreen);
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .blog-news-banner-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 36px;
        color: var(--black);
        margin-bottom: 20px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .blog-news-excerpt {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 30px;
        font-weight: 300;
    }

    .blog-news-banner-image {
        min-height: 400px;
        background-size: cover;
        background-position: center;
    }

    /* ============================================
       FLOWING GOLDEN LINES
       ============================================ */
    .blog-news-mosaic-wrapper {
        position: relative;
    }

    .blog-flowing-lines {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
        opacity: 0.4;
    }

    .blog-flowing-lines svg {
        width: 100%;
        height: 100%;
    }

    /* ============================================
       NEWS MOSAIC GRID
       ============================================ */
    .blog-news-mosaic {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px;
        margin-bottom: 60px;
    }

    .blog-news-card {
        background-color: var(--light);
        border: var(--border);
        box-shadow: 0 6px 20px rgba(0,0,0,0.06);
        padding: 30px;
        display: flex;
        gap: 20px;
    }

    /* Grid positioning classes */
    .blog-card-1 { grid-column: 1 / 7; }
    .blog-card-2 { grid-column: 7 / 13; }
    .blog-card-3 { 
        grid-column: 1 / 4; 
        grid-row: 2 / 4;
        flex-direction: column;
    }
    .blog-card-4 { 
        grid-column: 4 / 10; 
        padding: 40px; 
        margin: 40px 0;
    }
    .blog-card-5 { 
        grid-column: 10 / 13;
        grid-row: 2 / 4;
        flex-direction: column;
    }
    .blog-card-6 { 
        grid-column: 1 / 5;
        flex-direction: column;
    }
    .blog-card-7 { 
        grid-column: 5 / 9;
        flex-direction: column;
    }
    .blog-card-8 { 
        grid-column: 9 / 13;
        flex-direction: column;
    }

    .blog-news-card-image {
        border: 2px solid var(--basic);
        overflow: hidden;
        flex-shrink: 0;
    }

    .blog-card-1 .blog-news-card-image,
    .blog-card-2 .blog-news-card-image {
        width: 140px;
        height: 200px;
    }

    .blog-card-4 .blog-news-card-image {
        width: 280px;
        height: 400px;
    }
	.blog-card-3 .blog-news-card-image,
    .blog-card-5 .blog-news-card-image,
    .blog-card-6 .blog-news-card-image,
    .blog-card-7 .blog-news-card-image,
    .blog-card-8 .blog-news-card-image {
        width: 100%;
        height: 200px;
    }

    .blog-news-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-news-card-content h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 24px;
        margin: 10px 0 15px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .blog-card-3 h3 {
        font-size: 32px;
    }

    .blog-btn-small {
        display: inline-block;
        border: var(--border);
        color: var(--basic);
        padding: 8px 20px;
        text-decoration: none;
        font-family: 'Cormorant Garamond', serif;
        font-size: 14px;
        margin-top: 15px;
        transition: all 0.3s;
    }

    .blog-btn-small:hover {
        background-color: var(--basic);
        color: var(--black);
    }

    /* ============================================
       PAGINATION
       ============================================ */
    .blog-pagination {
        text-align: center;
        margin: 60px 0 0;
    }

    .blog-pagination a {
        display: inline-block;
        border: var(--border);
        color: var(--basic);
        padding: 12px 36px;
        text-decoration: none;
        font-family: 'Cormorant Garamond', serif;
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0 10px;
        transition: all 0.3s;
    }

    .blog-pagination a:hover {
        background-color: var(--basic);
        color: var(--black);
    }

    /* ============================================
       RESPONSIVE
       ============================================ */
    @media (max-width: 1024px) {
        .blog-hero-headline {
            font-size: 48px;
        }
        
        .blog-news-banner {
            grid-template-columns: 1fr;
        }

        .blog-news-mosaic {
            grid-template-columns: 1fr;
        }

        .blog-card-1, .blog-card-2, .blog-card-3,
        .blog-card-4, .blog-card-5, .blog-card-6,
		 .blog-card-7, .blog-card-8{
            grid-column: 1 / -1;
            grid-row: auto;
        }

        .blog-news-card {
            flex-direction: column;
        }

        .blog-card-1 .blog-news-card-image,
        .blog-card-2 .blog-news-card-image,
        .blog-card-3 .blog-news-card-image {
            width: 100%;
            height: 300px;
        }
    }
.product-box .product-meta {
	display: none;
}

/* --------------------------------------------------------------------- Single Article */
/**/
.post-content p img {
	object-fit: cover;
	max-height: 450px;
}
.page-body.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: flex-start;
	box-sizing: border-box;
}
.main-content-area {
    flex: 3;
    min-width: 0;
    padding-right: 15%;
	box-sizing: border-box;
}
.sidebar-area {
    flex: 1;
    min-width: 380px;
    padding-left: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;             
    max-height: calc(100vh - 60px);
    overflow-y: auto;     
    align-self: flex-start;
}
.sidebar-area::-webkit-scrollbar {
    width: 4px;
}
.sidebar-area::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar-area::-webkit-scrollbar-thumb {
    border-radius: 4px;
}
.sidebar-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.sidebar-widget {
    margin-bottom: 30px;
    padding: 25px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget h3 {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sidebar-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-widget li {
    margin-bottom: 12px;
	border-bottom: solid 1px var(--basicv2);
	padding-bottom: 12px;
}
.sidebar-widget li a {
    text-decoration: none;
    transition: color 0.3s ease;
	font-size: 18px;
	line-height: 22px;
}
.sidebar-widget li:last-of-type {
	border-bottom: none;
}
.bestseller-widget {
    text-align: center;
    border: 1px solid;
}
.bestseller-product-item .bestseller-image-link {
    display: block;
}
.bestseller-product-item img {
    max-width: 160px;
    height: auto;
    border: 1px solid;
    padding: 5px;
    margin: 15px auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bestseller-product-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}
.bestseller-product-item h4 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.bestseller-product-item .bestseller-desc {
    margin-bottom: 10px;
    line-height: 1.5;
}

.bestseller-product-item .price {
    font-weight: bold;
    margin-bottom: 15px;
}
.cta-product-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
    border: 1px solid;
    position: relative;
    overflow: hidden;
}

.cta-label {
    display: inline-block;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	width: auto;
	background-color: var(--basic);
	color: var(--black);
}
.cta-product-image {
    flex-shrink: 0;
    margin-right: 30px;
}
.cta-product-image img {
    max-width: 180px;
    height: auto;
    border: 1px solid;
    display: block;
    transition: transform 0.3s ease;
}
.cta-product-image img:hover {
    transform: scale(1.05);
}
.cta-product-info {
    flex-grow: 1;
	margin-top: 20px;
}
.cta-product-info h3 {
    margin-top: 0;
    margin-bottom: 12px;
}
.cta-product-info p {
    margin-bottom: 15px;
}
.cta-price {
    margin-bottom: 15px;
}
@media screen and (min-width: 1480px) {
	.cta-product-info {
		max-width: 75%;
	}
}
@media (max-width: 1080px) {
    .page-body.two-column-layout {
        flex-direction: column;
    }
    .main-content-area {
        padding-right: 15px;
    }
    .sidebar-area {
        padding-left: 15px;
        top: 20px;
    }
}
@media (max-width: 768px) {
    .main-content-area,
    .sidebar-area {
        flex: auto;
        min-width: unset;
        padding: 0;
    }
    .sidebar-area {
        position: static;
        max-height: none;
        overflow-y: visible;
    }
    .cta-product-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .cta-product-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cta-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
.post-content ul, .post-content ol {
    margin-left: 25px;
    margin-bottom: 1.5em;
}
.post-content li {
    margin-bottom: 0.7em;
    list-style-type: disc;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* ------------------------------- Page - Contact */
.contact-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Lewa kolumna - Informacje */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.info-icon svg {
    width: 28px;
    height: 28px;
    stroke: #c29d59; /* Złoty kolor z projektu */
}
.info-text p {
    margin: 0 0 5px 0;
    color: #999999;
    font-size: 15px;
    line-height: 1.6;
}

/* Prawa kolumna - Formularz */
.contact-heading {
    color: #e5e5e5;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
/* Stylowanie Contact Form 7 pod projekt */
.contact-form-box .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
}
.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #444;
    color: var(--white);
    padding: 10px 0;
    font-size: 16px;
    transition: border-color 0.3s ease;
	font-family: inherit;
}
.contact-form-box input[type="text"]:focus,
.contact-form-box input[type="email"]:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-bottom-color: var(--basic);
}
.contact-form-box textarea {
    min-height: 40px;
    resize: vertical;
}

.contact-form-box ::placeholder {
    color: #cccccc;
}
.contact-form-box input[type="submit"] {
    background-color: #c29d59;
    color: var(--black);
    border: none;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.contact-form-box input[type="submit"]:hover {
    background-color: #a88544;
}

/* RWD - Wersja mobilna */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}


/* --------------------------------------------------------------------- RWD */
/**/
/* <= 1640px */
@media (max-width: 1640px) {
	.container,
	.page-content .container,
	.site-content,
	.footer-columns {
		max-width: 1400px; 
	}
}
/* <= 1480px */
@media (max-width: 1480px) {
	.container,
	.page-content .container,
	.site-content,
	.footer-columns {
		max-width: 1080px; 
	}
	.container.hero-content {
		min-height: 100%;
	}
	.container.hero-content {
		justify-content: flex-start;
		align-items: flex-end;
	}
	.about2-left-images {
		display: flex;
		flex-wrap: wrap;
	}
	.about2-left-images img {
		max-height: 350px;
	}
}
/* <= 1080px */
@media (max-width: 1280px) {
	.hero.hero-img .hero-media-element, 
	.hero.hero-none .hero-media-element {
		background-size: auto;
	}
}
/* <= 1080px */
@media (max-width: 1080px) {
	.container,
	.page-content .container,
	.site-content,
	.footer-columns {
		max-width: 800px;
	}
	.about-grid,
	.about-grid-2 {
		grid-template-columns: 1fr;
	}
	.about-content,
	.about2-right-text {
		padding-right: 0;
	}
	section.about {
		padding-top: 400px;
		padding-bottom: 80px;
		background-size: contain;
		background-position: top;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	section.about.about-2 {
		padding: 20px 0;
	}
	section.about.about-3 {
		padding-top: 80px;
	}
	.product-carousel-section {
		padding: 50px 0; 
	}
}
/* <= 800px */
@media (max-width: 800px) {
	.container,
	.page-content .container,
	.site-content,
	.footer-columns {
		max-width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	body:not(.single) .hero.hero-none .hero-media-element {
		background-size: cover;
		background-position: -100% 0;
	}
	.section-title {
		padding: 20px 5% 40px;
	}
}
/* <= 680px */
@media (max-width: 680px) {
	section.about {
		padding-top: 280px;
	}
	section.about.about-3 {
		padding-top: 80px;
	}
	.hero.hero-img .hero-media-element, .hero.hero-none .hero-media-element {
		background-size: 100%;
	}
}
/* <= 540px */
@media screen and (max-width: 540px) {
	.owl-nav {
		position: relative;
		text-align: center;
	}
	.hero {
		min-height: 35vh;
		height: 35vh;
	}
	body:not(.home) .hero {
		min-height: 20vh;
		height: 20vh;
	}
	body:not(.home) .hero .container.hero-content {
		justify-content: flex-end;
	}
}
/* <= 480px */
@media (max-width: 680px) {
	section.about {
		padding-top: 120px;
		padding-bottom: 40px;
	}
	section.about.about-3 {
		padding-top: 20px;
	}
}























/* Koszyk */
body.woocommerce-cart {
    background-color: #050505;
    color: #a8a8a8;
}
.woocommerce-cart h1, 
.woocommerce-cart h2, 
.woocommerce-cart h3,
.woocommerce-cart th {
    color: #D4C29D !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.woocommerce table.shop_table {
    border: none !important;
    border-radius: 0 !important;
    border-collapse: collapse;
}
.woocommerce table.shop_table th {
    border-bottom: 1px solid #333 !important;
    padding-bottom: 15px;
    font-size: 0.85rem;
}
.woocommerce table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #1a1a1a !important;
    padding: 25px 0 !important;
    color: #e0e0e0;
}
.woocommerce table.shop_table.cart img {
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 80px;
    height: auto;
}
.woocommerce a.remove {
    color: #D4C29D !important;
    background: transparent !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: transparent !important;
}
.woocommerce .quantity .qty {
    background-color: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px;
}
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
}
.woocommerce-cart .coupon input.input-text {
    background-color: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    width: 200px;
}
.woocommerce-cart .coupon .button {
    background-color: transparent !important;
    border: 1px solid #D4C29D !important;
    color: #D4C29D !important;
}
.woocommerce-cart .coupon .button:hover {
    background-color: #D4C29D !important;
    color: #000 !important;
}
.cart-collaterals .cart_totals {
    background: transparent !important;
    border: 1px solid #222 !important;
    padding: 40px !important;
    border-radius: 0 !important;
}
.cart_totals h2 {
    font-size: 2rem !important;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #D4C29D !important;
    color: #050505 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 18px 30px !important;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #D4C29D !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover {
    background-color: transparent !important;
    color: #D4C29D !important;
}
#shipping_method li {
    margin-bottom: 10px;
}
.woocommerce-cart form.woocommerce-cart-form {
    flex: 2;
    min-width: 60%;
}
.woocommerce-cart .cart-collaterals {
    flex: 1;
    min-width: 300px;
}
.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border: none;
    margin: 0;
}
.woocommerce table.shop_table thead {
    border-bottom: 1px solid var(--premium-color-border);
}
.woocommerce table.shop_table th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    text-align: left;
    padding: 20px 0;
    border: none;
}

.woocommerce table.shop_table .product-thumbnail {
    width: 120px;
}
.woocommerce table.shop_table tbody tr {
    border-bottom: 1px solid var(--premium-color-border);
}
.woocommerce table.shop_table td {
    padding: 30px 10px;
    vertical-align: middle;
    border: none;
}
.woocommerce table.shop_table .product-thumbnail img {
    width: 100px;
    height: auto;
    border-radius: 4px;
}
.woocommerce table.shop_table .product-name a {
    font-weight: 500;
    font-size: 16px;
    color: var(--premium-color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}
.woocommerce table.shop_table .product-price .amount,
.woocommerce table.shop_table .product-subtotal .amount {
    font-size: 16px;
    font-weight: 500;
}
.woocommerce a.remove {
    font-size: 24px;
    color: #555 !important;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.woocommerce a.remove:hover {
    background: transparent !important;
}

/* -- Stylowanie pola ilości (+/-) -- */
.woocommerce .quantity {
    display: flex;
    align-items: center;
}
.quantity .qty {
    width: 40px !important;
    text-align: center;
    background: transparent;
    border: 1px solid var(--premium-color-border);
    color: var(--premium-color-text);
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    border-radius: 0;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.quantity .plus, .quantity .minus {
    width: 30px;
    height: 38px;
    line-height: 38px;
    background: transparent;
    border: 1px solid var(--premium-color-border);
    color: var(--premium-color-text);
    cursor: pointer;
    text-align: center;
    user-select: none;
}
.quantity .minus { border-right: none; border-radius: 4px 0 0 4px; }
.quantity .plus { border-left: none; border-radius: 0 4px 4px 0; }
.quantity .plus:hover, .quantity .minus:hover {
    background-color: #222;
}

/* -- Dolny panel akcji (kupon, aktualizacja) -- */
.woocommerce .actions {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce .coupon {
    display: flex;
    gap: 10px;
}
.woocommerce .coupon label { display: none; }
.woocommerce .coupon #coupon_code {
    background: transparent;
    border: 1px solid var(--premium-color-border);
    color: var(--premium-color-text);
    padding: 12px 15px;
    border-radius: 4px;
}
.woocommerce .coupon #coupon_code::placeholder {
    color: #888;
}

/* Przyciski */
.woocommerce .button,
.woocommerce button.button {
    background-color: transparent;
    border: 2px solid;
    padding: 12px 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.woocommerce .button:hover,
.woocommerce button.button:hover {
    color: var(--premium-color-background);
}
.woocommerce .actions .button {
    background-color: #333;
    border-color: #333;
    color: #ccc;
}
.woocommerce .actions .button:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}


/* -- Podsumowanie koszyka -- */
.woocommerce .cart-collaterals .cart_totals {
    background: #111; /* Nieco jaśniejsze tło dla kontrastu */
    padding: 40px;
    border-radius: 4px;
    border: 1px solid var(--premium-color-border);
}

.woocommerce .cart_totals h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-align: left;
}

.woocommerce .cart_totals table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce .cart_totals th,
.woocommerce .cart_totals td {
    padding: 15px 0;
    border-bottom: 1px solid var(--premium-color-border);
    font-size: 16px;
}

.woocommerce .cart_totals th {
    text-align: left;
    font-weight: 400;
    color: #aaa;
}
.woocommerce .cart_totals td { text-align: right; }
.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td {
    border-top: 2px solid;
    border-bottom: none;
    font-weight: 700;
    font-size: 20px;
}

/* Wysyłka */
.woocommerce-shipping-totals, .shipping {
    text-align: right;
}
.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-shipping-methods li {
    margin-bottom: 10px;
}
.woocommerce-shipping-methods input[type="radio"] {
    margin-right: 10px;
}


/* -- Główny przycisk do Płatności -- */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 20px;
    border: none;
    transition: opacity 0.3s ease;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
    opacity: 0.85;
}

/* -- Przyciski Express Payments (GPay, ApplePay etc.) -- */
.woocommerce-cart #payment-request-button,
.woocommerce-cart .express-payment-buttons {
    margin-top: 15px !important;
    text-align: center;
}

/* Usunięcie niechcianego zielonego przycisku */
.woocommerce-cart .button.link-payment-button {
    display: none; /* Możesz to zmienić na stylizowanie, jeśli go potrzebujesz */
}


/* -- Dostosowanie responsywne -- */
@media (max-width: 992px) {
    .woocommerce-cart .woocommerce {
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .woocommerce table.shop_table .product-thumbnail {
        display: none; /* Ukryj miniaturę na małych ekranach */
    }
    .woocommerce .actions {
        flex-direction: column;
        gap: 20px;
    }
    .woocommerce .coupon {
        width: 100%;
    }
    .woocommerce .coupon #coupon_code, .woocommerce .coupon .button {
        width: 100%;
        box-sizing: border-box;
    }
}


/* ------------ Checkout */

/* 1. Globalne tło i teksty dla strony koszyka */
body.woocommerce-cart {
    background-color: #050505;
    color: #a8a8a8;
}

/* 2. Nagłówki (złoto szampańskie i elegancki font) */
.woocommerce-cart h1, 
.woocommerce-cart h2, 
.woocommerce-cart h3,
.woocommerce-cart th {
    color: #D4C29D !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}

/* 3. Tabela koszyka - minimalizm */
.woocommerce table.shop_table {
    border: none !important;
    border-radius: 0 !important;
    border-collapse: collapse;
}

.woocommerce table.shop_table th {
    border-bottom: 1px solid #333 !important;
    padding-bottom: 15px;
    font-size: 0.85rem;
}

.woocommerce table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #1a1a1a !important;
    padding: 25px 0 !important;
    color: #e0e0e0;
}

/* 4. Miniaturka produktu - czyste krawędzie */
.woocommerce table.shop_table.cart img {
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 80px;
    height: auto;
}

/* 5. Ikona usuwania "X" - zmiana na złoto */
.woocommerce a.remove {
    color: #D4C29D !important;
    background: transparent !important;
    font-size: 1.5em !important;
    font-weight: 300 !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: transparent !important;
}

/* 6. Pole ilości (Quantity) */
.woocommerce .quantity .qty {
    background-color: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px;
}

/* 7. Sekcja Kuponu */
.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
}
.woocommerce-cart .coupon input.input-text {
    background-color: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    width: 200px;
}
.woocommerce-cart .coupon .button {
    background-color: transparent !important;
    border: 1px solid #D4C29D !important;
    color: #D4C29D !important;
}
.woocommerce-cart .coupon .button:hover {
    background-color: #D4C29D !important;
    color: #000 !important;
}

/* 8. Podsumowanie Koszyka (Prawa strona) */
.cart-collaterals .cart_totals {
    background: transparent !important;
    border: 1px solid #222 !important;
    padding: 40px !important;
    border-radius: 0 !important;
}

.cart_totals h2 {
    font-size: 2rem !important;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/* 9. Główny przycisk ZAMÓWIENIA (Zastępuje ten fioletowy) */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #D4C29D !important;
    color: #050505 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 18px 30px !important;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #D4C29D !important;
}

.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover {
    background-color: transparent !important;
    color: #D4C29D !important;
}

/* 10. Przyciski wysyłki (Radio) */
#shipping_method li {
    margin-bottom: 10px;
}





/* Nagłówek z kuponem */
.woocommerce-form-coupon {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.woocommerce-form-coupon .form-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-form-coupon .form-row input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 6px;
    background: #222;
    color: #fff;
}
.woocommerce-form-coupon .form-row button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}
.woocommerce-form-coupon .form-row button:hover {
    background: #45a049;
}

/* Przyciski płatności (Apple Pay, Google Pay, etc.) */
.woocommerce-checkout #payment ul.payment_methods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
    min-width: 200px;
	flex: 1 1 100%;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods li label {
    display: block;
    padding: 12px 15px;
    background: transparent;
    border: none;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.woocommerce-checkout #payment ul.payment_methods li label:hover {
    background: #2c2c2c;
    border-color: #555;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked + label {
    background: var(--basic);
    border-color: var(--basic);
    color: #fff;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

/* Sekcja "Dane rozliczeniowe" */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
    color: #e0e0e0;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--basic);
    padding-bottom: 5px;
    font-weight: 600;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
    margin-bottom: 15px;
}
.woocommerce-billing-fields .form-row label,
.woocommerce-shipping-fields .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #ccc;
}
.woocommerce-billing-fields .form-row input[type="text"],
.woocommerce-billing-fields .form-row input[type="email"],
.woocommerce-billing-fields .form-row select,
.woocommerce-shipping-fields .form-row input[type="text"],
.woocommerce-shipping-fields .form-row input[type="email"],
.woocommerce-shipping-fields .form-row select {
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    background: #222;
    color: #fff;
    font-size: 14px;
    transition: border 0.2s;
}
.woocommerce-billing-fields .form-row input[type="text"]:focus,
.woocommerce-billing-fields .form-row input[type="email"]:focus,
.woocommerce-billing-fields .form-row select:focus,
.woocommerce-shipping-fields .form-row input[type="text"]:focus,
.woocommerce-shipping-fields .form-row input[type="email"]:focus,
.woocommerce-shipping-fields .form-row select:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
/* Stylowanie kontenera Select2 (główny wygląd paska) */
.woocommerce .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px var(--primary) !important;
    border-radius: 0;
    height: 45px; /* Dopasuj do wysokości pozostałych inputów */
    display: flex;
    align-items: center;
}

/* Kolor tekstu wybranej opcji */
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white) !important;
    line-height: normal;
    padding-left: 10px;
	font-size: 15px;
}

/* Stylowanie strzałki (placeholder) */
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

/* Opcjonalnie: Stylowanie listy rozwijanej (dropdown), żeby nie była biała */
.select2-dropdown {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--primary) !important;
    color: #000 !important;
}

/* Pole „Uwagi do zamówienia” */
.woocommerce-additional-fields textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 6px;
    background: #222;
    color: #fff;
    resize: vertical;
    min-height: 80px;
    font-size: 14px;
}

/* Sekcja „Twoje zamówienie” */
.woocommerce-checkout-review-order {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.woocommerce-checkout-review-order table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #333;
    color: #e0e0e0;
}
.woocommerce-checkout-review-order table th {
    font-weight: bold;
    color: #fff;
}
.woocommerce-checkout-review-order table tr:last-child td {
    border-bottom: none;
}
.woocommerce-checkout-review-order .order-total {
    font-weight: bold;
    font-size: 18px;
    color: #4CAF50;
}

/* Metody dostawy */
.woocommerce-checkout-review-order .shipping-methods {
    margin-top: 15px;
}
.woocommerce-checkout-review-order .shipping-methods label {
    display: block;
    margin-bottom: 10px;
    color: #ccc;
    font-size: 14px;
}
.woocommerce-checkout-review-order .shipping-methods input[type="radio"] {
    margin-right: 8px;
}

/* Formularz karty kredytowej */
#place_order {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
#place_order:hover {
    background: #45a049;
}

/* Pole „Zapisz informacje o płatności” */
.woocommerce-save-payment-method {
    margin-top: 15px;
    padding: 10px;
    background: #222;
    border-radius: 6px;
    border: 1px solid #333;
}
.woocommerce-save-payment-method input[type="checkbox"] {
    margin-right: 8px;
}
.woocommerce-save-payment-method label {
    color: #ccc;
    font-size: 13px;
}

/* Responsywność */
@media (max-width: 768px) {
    .woocommerce-checkout #payment ul.payment_methods {
        flex-direction: column;
    }
    .woocommerce-billing-fields .form-row {
        margin-bottom: 10px;
    }
    .woocommerce-billing-fields .form-row .form-row-first,
    .woocommerce-billing-fields .form-row .form-row-last {
        width: 100%;
    }
    #place_order {
        max-width: 100%;
        padding: 12px;
        font-size: 16px;
    }
}

/* Ulepszenia dla pola „Kod pocztowy”, „Miasto” itp. */
.form-row .input-text {
    font-size: 14px;
}
.form-row .select2-container {
    width: 100% !important;
}
.select2-selection--single {
    height: 40px;
    border: 1px solid #333;
    background: #222;
    color: #fff;
    border-radius: 6px;
}
.select2-selection__rendered {
    line-height: 38px;
    color: #fff;
}
.select2-results__option {
    background: #1a1a1a;
    color: #e0e0e0;
}
.select2-results__option--highlighted {
    background: #4CAF50;
    color: #fff;
}
.woocommerce form .form-row label.hidden {
	visibility: visible;
}

/* Dodatkowy efekt dla aktywnych pól */
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.4);
    border-color: #4CAF50;
}

/* Podziałka między sekcjami */
.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 30px;
}

/* Dla „Wysłać na inny adres?” */
.woocommerce-shipping-fields h3 {
    color: #e0e0e0;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

.woocommerce-privacy-policy-text p {
	font-size: 14px;
	line-height: 17px;
}

/* Payment Methods */
.woocommerce ul#shipping_method li label {
	font-size: 14px;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
}

/* Checkout Express Payment */
#wcpay-express-checkout-wrapper,
.wcpay-express-checkout-wrapper,
.wcpay-express-checkout-separator {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

/* Poprawione stylowanie checkboxów i radio */
input[type="checkbox"] { 
    -webkit-appearance: none !important; 
    -moz-appearance: none !important;
    appearance: none !important; 
    background-color: transparent !important; 
    margin: 0; 
    display: inline-grid !important; 
    place-content: center; 
    width: 1.2rem !important; 
    height: 1.2rem !important; 
    min-width: 1.2rem !important; /* Blokuje zwężanie przez flexbox */
    min-height: 1.2rem !important; 
    border: 1px solid #444 !important; 
    border-radius: 0.15rem !important; 
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
}

input[type="radio"] { 
    border-radius: 50% !important; 
}

/* Stan zaznaczony */
input[type="checkbox"]:checked {
    border-color: #c8a97e !important;
}

/* Ptaszek dla checkboxa */
input[type="checkbox"]:checked::before { 
    content: ""; 
    width: 0.65rem; 
    height: 0.65rem; 
    background-color: #c8a97e; 
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    display: block;
}


/* Zapobieganie zgniataniu checkboxa w etykietach WooCommerce */
.woocommerce form .form-row label.checkbox input[type="checkbox"],
.woocommerce-form__label-for-checkbox input[type="checkbox"],
#payment .payment_method_stripe input[type="checkbox"] {
    margin-right: 10px !important;
    flex-shrink: 0 !important; /* Kluczowe: zabrania flexboxowi zmniejszania checkboxa */
}

/* Poprawka dla kontenera regulaminu (Terms and Conditions) */
.woocommerce-terms-and-conditions-wrapper .form-row {
    display: block !important;
}

/* Usunięcie domyślnych stylów Stripe, które mogą nadpisywać Twoje */
#payment ul.payment_methods li input[type="checkbox"] {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}


/* --------------------------------------------------------------------- About */
.strauss-about {
    padding: 130px 0;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 70% 10%;
    background-repeat: no-repeat;
}

.strauss-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

.strauss-about::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .strauss-about {
        padding: 180px 0;
    }
}

.about-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.about-content {
    padding-right: 15%;
}

.about-heading {
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-separator {
    border: none;
    border-top: var(--border);
    margin: 20px 0;
    opacity: 1;
}

.about-founder-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
	
.about-full {
	grid-column: 1 / -1; 
    width: 100%;
    margin-top: 80px; 
}

/* ========================================
   KARUZELA W SEKCJI O NAS
   ======================================== */
.about-carousel-wrapper {
    border: var(--border);
    padding: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 650px;
	width: 100%;
}

.about-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: none;
}

.about-carousel-slide:first-child {
    opacity: 1;
    transform: translateX(0);
}

.about-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nawigacja - strzałki */
.about-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid var(--border-color, #b89b5e);
    color: #b89b5e;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0;
}

.about-carousel-nav:hover {
    background: #b89b5e;
    color: #000;
}

.about-carousel-prev {
    left: 15px;
}

.about-carousel-next {
    right: 15px;
}

/* Kropki nawigacji */
.about-carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.about-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #b89b5e;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.about-carousel-dot.active,
.about-carousel-dot:hover {
    background: #b89b5e;
}

/* Responsywność karuzeli */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .about-carousel-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 576px) {
    .about-carousel-wrapper {
        min-height: 300px;
    }
    
    .about-carousel-nav {
        width: 40px;
        height: 40px;
    }
    
    .about-carousel-prev {
        left: 10px;
    }
    
    .about-carousel-next {
        right: 10px;
    }
}







