/*!
Theme Name: Scoria
Theme URI: http://underscores.me/
Author: Robert NebulaAgency
Author URI: https://nebulaagency.pl
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: scoriaart
*/

@font-face {
    font-family: 'Sora';
    src: url('fonts/Sora-VariableFont_wght.ttf') format('truetype'); /* format .ttf */
    font-weight: 100 900; /* Wartości wag obsługiwanych przez zmienną czcionkę */
    font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
#header.scrolled {
    background: rgba(0, 0, 0, 1);
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
#page {
    width: 100%;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.thin {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.extra-light {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.light {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.medium {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.regular {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.semibold {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.bold {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.extra-bold {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #000000;
}

hr {
	background-color: #574029;
	border: 0;
	height: 1px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration:none;
	color: #fff;
	cursor:pointer;
}

a:hover,
a:focus,
a:active {
	color: #C18549;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #C18549;
	border-radius: 26px;
	background: transparent;
	color: #C18549;
	line-height: 1;
	padding: 17px 45px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 2px solid #C18549;
	background: #C18549;
	color: #fff;
	cursor:pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 2px solid #C18549;
	background: #C18549;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	border-bottom: 1px solid #c18549 !important;
    border-color: transparent;
	background: transparent;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
	background:transparent;
	border-bottom: 1px solid #c18549 !important;
	outline: none !important;
}
select {
	border: 0px solid #ccc;
}

textarea {
	width: 100%;
	height: 100px;
    resize: vertical;
}
.customer-formulage p {
    max-width: 100% !important;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1000px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
#header {
    position: sticky;
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    top: 0;
    left: 0;
	z-index: 999;
	transition: background-color 0.3s ease;
}
#white-header {
    position: sticky;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 999;
	transition: background-color 0.3s ease;
}
.hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: bottom;
    display: flex;
    align-items: end;
	position:relative;
}
.header .scrolled {
	background: rgba(0, 0, 0, 1);
}
.hidden {
    display: none;
}
.ct-icon rect {
    fill: #fff;
}
/* mobile */
@media (max-width: 999.99px) {
    #header [data-device=desktop] {
        display: none;
    }
	.home #header {
		position: absolute;
		background:transparent;
	}
	#white-header [data-device=desktop] {
        display: none;
    }
.home #header.scrolled-mobile {
    background-color: black; /* Czarny kolor tła po przewinięciu */
    position: fixed; /* Przypięcie nagłówka */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.site-branding img {
	max-height: 50px;
}
.home #header .site-branding {
    display: none; /* Ukrycie logo domyślnie */
}

.home #header.scrolled-mobile .site-branding {
    display: inline-block; /* Pokaż logo po przewinięciu */
}
	#header [data-device=mobile] {
		min-height: 74px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
        padding: 0 21px;
		transition: background-color 0.3s ease;
	}
	#white-header [data-device=mobile] {
		min-height: 74px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
        padding: 0 21px;
		transition: background-color 0.3s ease;
	}
	.button-type-1 {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius:26px;
		background:transparent;
		color: #c18549;
		text-transform:uppercase;
		line-height: 18px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	.button-type-1:hover {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius:26px;
		background:#c18549;
		color: #fff;
	}
	.button-type-2 {
		font-weight: 400;
		font-size:14px;
		padding: 17px 0;
		border: 2px solid #c18549;
		border-radius:26px;
		background:#c18549;
		color: #fff;
		text-transform:uppercase;
		line-height: 18px;
		display: inline-block;
		min-width: 200px;
        text-align: center;
		transition: all 0.3s ease-in-out;
	}
	.button-type-2:hover {
		font-weight: 400;
		font-size:14px;
		padding: 17px 40px;
		border: 2px solid #fff;
		border-radius:26px;
		background:#fff;
		color: #080808;
	}
	
	.hero-description .title {
		display:none;
	}
	.hero-description .scroll-trigger {
		display:none;
	}
	.hero-description {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 33px!important;
	}
	.logo-hero {
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
		min-width:250px;
		max-width: 290px;
	}
	.site-copyright {
		margin: 30px 0;
	}
	.site-copyright {
        display: grid;
		gap: 10px;
	}
	.copyright {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
		order: 2;
	}
	.information-footer-menu {
        display: flex;
        justify-content: space-between;
    }
	.information-footer-menu a {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }
	.container-footer {
		margin: 0 46px;
	}
	.site-copyright p {
        margin: 0;
	}
	.social-footer {
		margin: 70px 0 57px 0;
	}
	.title p {
		margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 2.8px;
		line-height:18px;
	}
	.title h1 {
		margin: 0;
        font-size: 60px;
        color: #fff;
		line-height:75px;
	}
	.customer-item h3 {
		font-size:30px;
		font-weight:300;
		line-height: 46px;
		margin-bottom: 29px;
		margin-top:0;
	}
	.customer-item p {
		font-size: 18px;
		font-weight: 200;
		line-height:28px;
	}
	.container {
        margin: 0 auto;
        padding: 0 21px;
    }
	.customer-item p {
		max-width: 350px;
	}
	.container-footer {
        margin: 0 auto;
        padding: 0 21px;
    }
	.title-by-artist {
		font-size: 50px;
		margin: 0;
		line-height: 53px;
		max-width: 271px;
		padding-bottom: 58px;
	}
	.subtitle {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 2.8px;
	}
	.long-description {
		font-size: 18px;
		line-height: 28px;
		margin: 28px 0;
	}
	.made-by-artist {
        padding-top: 73px;
        padding-bottom: 58px;
    }
	.description-by-artist {
		max-width: 350px;
	}
	.divider-designers {
		background: transparent linear-gradient(98deg, #c18549 0%, #C08549 0%, #614325 100%);
		padding: 23px 0;
		font-size: 45px;
		line-height: 57px;
	}
	.divider-designers .container {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
	}
	.info-design-homepage {
		margin: 28px 21px 0 21px;
	}
	.designers-item {
		margin: 28px 0;
	}
	.name-designer {
        font-size: 38px;
        line-height: 46px;
        margin: 0;
    }
	.position-designer {
        font-size: 16px;
        line-height: 46px;
        margin: 0;
    }
	.description-designer {
        font-size: 18px;
        line-height: 28px;
        max-width: 350px;
        margin: 28px 0;
    }
	.latest-collection-title h3 {
		font-size: 20px;
		line-height: 38px;
		margin: 0;
		margin-bottom: 28px;
	}
	.latest-collection-title h2 {
		font-size: 36px;
		line-height: 45px;
		margin:0;
		margin-bottom:11px;
	}
	.latest-collection-title {
		text-align: center;
		padding: 34px 0 28px 0;
	}
	.product-latest-item:last-child {
		display: none;
	}
	.product-latest-item {
		position: relative;
	}
	.join-us {
		background: transparent linear-gradient(172deg, #c18549 0%, #C08549 0%, #614325 100%) 0% 0% no-repeat padding-box;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 38px 0 35px 0;
	}
	.join-us-title {
        display: flex;
        flex-direction: column;
        padding: 41px 21px 51px 21px;
        justify-content: center;
    }
	.join-us-title h2 {
        margin: 0;
        margin-bottom: 29px;
        font-size: 45px;
        line-height: 57px;
    }
	.join-us-title p {
        margin: 0;
        font-size: 26px;
        line-height: 33px;
        max-width: 350px;
    }
	.join-us-image img {
		aspect-ratio: 4/3;
		object-fit: cover;
	}
	.join-us-image {
		position:relative;
		line-height:0;
	}
	.custom-margin {
		padding:0!important;
	}
	.product-latest-button {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
	.product-latest-item img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
}
.contact .title {
    margin: 78px 0 46px 0;
    max-width: 350px;
    font-size: 60px;
    line-height: 75px;
}
.contact .title p {
    margin: 0;
	margin-bottom: 28px;
}
.desc-contact {
	margin: 0;
	margin-bottom: 59px;
}
.desktop-social {
    display: none;
}
.mobile-social {
    margin: 97px 0 87px 0;
}
.name p {
    margin-top: 28px;
}
.contact-formulage input, textarea {
    margin-bottom: 24px;
    margin-top: 0;
}
.contact-formulage p {
    margin: 0;
}
.footer-menu-center {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-menu a {
    font-size: 17px;
    line-height: 30px;
}
.site-info {
    margin-top: 53px;
}
.modal {
    display: none; /* Ukryte domyślnie */
    position: fixed;
    z-index: 1000; /* Upewnij się, że modal jest na wierzchu */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 1); /* Przezroczyste tło */
    opacity: 0;
    transition: opacity 0.5s ease-out; /* Użycie easing */
}
.circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 4px;
}
.icon-position {
    position: relative;
	display:flex;
}
#info-modal .site-branding {
	display: block !important;
}
.icon-mobile-header {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.show {
    display: block; /* Wyświetlane */
    opacity: 1; /* W pełni widoczne */
}

.modal-content {
    background-color: #fff;
    margin: 15% auto; /* Wyśrodkowanie */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Szerokość modala */
    transform: translateY(-30px); /* Początkowa pozycja dla animacji */
    transition: transform 0.3s ease-out; /* Użycie easing */
}

.modal.show .modal-content {
    transform: translateY(0); /* Przesunięcie do pozycji oryginalnej */
}
body .no-scroll {
    overflow: hidden;
}
.menu .menu-item {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 23px;
}
.menu-item {
    text-align: center;
}
#info-modal .sub-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 23px;
}
.sub-menu .menu-item {
	font-size: 22px!important;
	line-height: 27px!important;
}
#info-modal .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu-primary-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 74px);
}
.title-block {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 75px;
    margin: 0;
}
.subtitle-title-block {
    margin: 0 0 28px 0;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    line-height: 18px;
}
.title-block-section {
	margin-top: 78px;
	margin-bottom: 94px;
}
.designer-photo img {
    aspect-ratio: 4 / 4.5;
    object-fit: cover;
}
.creator-section {
    background: #fff;
    padding-top: 52px;
    padding-bottom: 77px;
    color: #080808;
}
.be-creator h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
    margin-bottom: 28px;
}
.be-creator p {
    font-size: 18px;
    line-height: 28px;
}
.list-benefits {
    display: flex;
    flex-direction: column;
    gap: 58px;
}
.list-benefits h4 {
    margin: 0;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 31px;
}
.list-benefits p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.steps_creator {
	margin-top: 61px;
}
.steps_creator h2 {
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 58px;
}
.list-steps {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.title-step {
    display: flex;
    gap: 27px;
}
.count-steps {
    flex-shrink: 0;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #c18549;
}
.title-step p {
    display: none;
}
.title-step h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 28px;
}
.list-steps p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.formulage-sent-file {
    margin-top: 124px;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 46px;
}
.artist-formulage {
	margin-bottom: 96px;
	}
	.page-id-161 .steps_creator {
		margin-bottom: 58px;
	}
	.discount-section {
		text-align: center;
	}
	.discount_image {
		max-width: 175px;
	}
	.discount-section {
		margin-top: 50px;
		margin-bottom: 58px;
	}
	.description-discount h3 {
		font-size: 30px;
		line-height: 38px;
		margin: 58px 0;
		text-align: start;
	}
	.description-discount p {
		font-size: 18px;
		line-height: 28px;
		text-align: start;
	}
	.button-type-3 {
		font-weight: 400;
		font-size: 14px;
		padding: 17px 45px;
		border: 2px solid #c18549;
		border-radius: 26px;
		background: #c18549;
		color: #000;
		text-transform: uppercase;
		line-height: 18px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	.be-partner h4 {
        margin: 0;
        margin-bottom: 58px;
        font-size: 30px;
        line-height: 38px;
    }
	.be-partner {
        margin-top: 66px;
        margin-bottom: 78px;
        text-align: center;
    }
	.accordion-item {
		justify-content: flex-start;
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: .1fr 0fr;
		overflow: hidden;
		transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
		border-top: 1px solid #c18549;
	}
	
	.accordion-item .top {
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        display: flex;
        position: relative;
        margin: 25px 0;
    }
	.accordion-item .top .faq-title {
        margin: 0;
        font-size: 22px;
        line-height: 31px;
    }
	.accordion-item .top svg {
        display: inline-block;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        flex-shrink: 0;
        margin-right: 21px;
    }
	.accordion-item .top input {
		position: absolute;
		inset: 0;
		cursor: pointer;
		appearance: none;
	}
	.accordion-item .bottom {
		overflow: hidden;
		transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.accordion-item .bottom .faq-answer {
		margin: 0;
		margin-bottom: 40px;
	}
	.faq-answer p {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
    }
	.accordion-item.active {
		grid-template-rows: .1fr auto;
	}
	.accordion-item.active .top svg{
		transform: rotateZ(45deg);
	}
	.accordion-item:last-child {
		border-bottom: 1px solid #c18549;
	}
	.creator-section .faq {
		gap: 130px!important;
	}
	.container-mobile {
		margin: 0 auto;
        padding: 0 21px;
	}
	.position-artist {
		font-size: 14px;
		letter-spacing: 2.8px;
		line-height: 18px;
		margin: 0;
		margin-top: 33px;
	}
	.name-artist {
		font-size: 50px;
		line-height: 53px;
		margin-top: 18px;
		margin-bottom: 28px;
	}
	.name-artist br {
		display: none;
	}
	.description-artist {
		font-size: 18px;
		line-height: 28px;
		margin: 0;
		margin-bottom: 28px;
	}
	.artist-left-section {
		margin: 58px 0;
		font-size: 18px;
		line-height: 28px;
	}
	.right-photo {
		margin-bottom: 28px;
	}
	.right-photo img {
		width: 100%;
	}
	.left-photo {
		margin-bottom: 28px;
	}
	.left-photo img {
		width: 100%;
	}
	.right-2-photo img {
		width: 100%;
	}
	.keynote {
        margin: 60px 0 71px 0;
        font-size: 31px;
        line-height: 44px;
	}
	.keynote p {
        margin: 0;
	}
	.logo-footer {
		display: none;
	}
	.artist-photo img {
		width: 100%;
	}
	.about-item img {
		width: 100%;
	}
	.name-artist {
		font-size: 65px;
		line-height: 82px;
		margin-bottom: 123px;
		margin-top: 19px;
	}
	.description-artist {
		font-size: 23px;
		line-height: 38px;
		max-width: 435px;
		margin-bottom: 74px !important;
	}
	.hero-about {
		margin-top: 80px;
	}
	.about-title {
		font-size: 60px;
		margin: 30px 0;
	}
	.about-desc {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 70px;
	}
	.about-photo img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
		margin-bottom: 28px;
	}
	.about-left-photo img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
	.about-left-desc {
        margin: 58px 0;
	}

	.about-left-desc h3 {
		font-size: 38px;
		line-height: 46px;
	}
	.about-left-desc p {
        font-size: 18px;
        line-height: 28px;
	}
	.keynote-aboutus {
		font-size: 31px;
		line-height: 44px;
		margin-bottom: 58px;
	}
	.about-right-photo img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
		margin-bottom: 28px;
	}
	.certificate-description h3 {
        max-width: 240px;
	}
	.kolekcja-info {
	margin-top:50px;
}
}
.be-partner .button-type-3:hover {
	background: #fff;
	color: #080808;
}
.kolekcja-item {
	margin:50px 0;
}
#file-upload {
	max-width: 100%;
}
/* desktop */
@media (min-width: 1000px) {
    #header [data-device=mobile] {
        display: none;
    }
	#header [data-device=desktop] {
		min-height: 100px;
		display: flex;
		align-items: center;
		margin: 0 auto;
        padding: 0 46px;
        max-width: 1680px;
		transition: background-color 0.5s ease;
	}
	#white-header [data-device=mobile] {
        display: none;
    }
	#white-header [data-device=desktop] {
		min-height: 100px;
		display: flex;
		align-items: center;
		margin: 0 auto;
        padding: 0 46px;
        max-width: 1680px;
		transition: background-color 0.5s ease;
		justify-content: space-between;
	}
	.main-navigation {
		width: 100%;
	}
	.modal {
		display: none;
	}
	.button-type-3 {
		font-weight: 400;
		font-size: 14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius: 26px;
		background: #c18549;
		color: #000;
		text-transform: uppercase;
		line-height: 18px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	.button-type-3:hover {
		border: 2px solid #000;
		background: #000;
		color: #fff;
	}
	.circle {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		right: -1px;
		top: 4px;
	}
	.icon-position {
		position: relative;
		display:flex;
	}
	.home #header {
		position: fixed;
	}
	.single-product #header {
		position: fixed;
	}
	.woocommerce-mini {
		display: flex;
		gap: 15px;
		align-items: center;
	}
	a#cart-icon-trigger {
		display: flex;
		gap: 5px;
	}
	.button-type-1 {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius:26px;
		background:transparent;
		color: #c18549;
		text-transform:uppercase;
		line-height: 18px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	.button-type-1:hover {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius:26px;
		background:#c18549;
		color: #fff;
	}
	.button-type-2 {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #c18549;
		border-radius:26px;
		background:#c18549;
		color: #fff;
		text-transform:uppercase;
		line-height: 18px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	.button-type-2:hover {
		font-weight: 400;
		font-size:14px;
		padding: 17px 56px;
		border: 2px solid #fff;
		border-radius:26px;
		background:#fff;
		color: #080808;
	}
	.hero-description {
		width: 100%;
		margin: 43px auto!important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.hero-description .title p {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 2.8px;
		margin-top: 0;
    }
	.hero-description .title h1 {
		font-weight: 200;
		font-size: 43px;
		margin: 0;
	}
	.scroll-trigger {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.logo-hero {
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
		width:500px;
		height:auto!important;
	}
	.main-navigation #primary-menu a {
		padding:0 20px;
	}
	.site-branding {
		margin-right: 70px;
	}
	.site-copyright {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 46px 0;
	}
	.information-footer-menu {
		display: flex;
		gap: 50px;
	}
	.information-footer-menu a {
		font-size:12px;
	}
	.container-footer {
		margin: 0 46px;
	}
	.site-copyright p {
        margin: 0;
	}
	.title p {
		margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 2.8px;
	}
	.title h1 {
		margin: 0;
        font-size: 95px;
        color: #fff;
	}
	.contact .title {
		margin:96px 0;
	}
	.customer-item h3 {
		font-size:28px;
		font-weight:300;
		margin-bottom: 29px;
		margin-top:0;
	}
	.customer-item p {
		font-size: 16px;
		font-weight: 200;
	}
	.container {
        max-width: 1680px;
        margin: 0 auto;
        padding: 0 46px;
    }
	.customer-item p {
		max-width: 395px;
	}
	.customer-info {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 96px 0;
		margin-bottom: 137px;
	}
	.container-footer {
        max-width: 1680px;
        margin: 0 auto;
        padding: 0 46px;
    }
	.search {
		display: flex;
	}
	.social-media {
		margin-top: 96px;
	}
	.container-two-column {
		display:grid;
		grid-template-columns: repeat(2,1fr);
	}
	.title-by-artist {
		font-size: 65px;
		margin: 0;
		line-height: 82px;
		max-width: 271px;
	}
	.subtitle {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 2.8px;
	}
	.long-description {
		font-size: 31px;
		max-width: 568px;
		line-height: 46px;
		margin-top: 38px;
        margin-bottom: 59px;
	}
	.divider-designers {
		background: transparent linear-gradient(98deg, #c18549 0%, #C08549 0%, #614325 100%);
		padding: 61px 0;
		font-size: 50px;
	}
	.divider-designers > div {
		display: flex;
        justify-content: space-between;
        align-items: center;
	}
	.name-designer {
		font-size: 44px;
		line-height: 46px;
		margin:0;
	}
	.position-designer {
		font-size: 16px;
		line-height: 46px;
		margin:0;
	}
	.description-designer {
		font-size:21px;
		line-height:33px;
		max-width: 530px;
		margin: 44px 0;
	}
	.designers-item:nth-child(2n+1) .designer-photo {
		margin-right: 160px;
		margin-top: 58px;
		margin-bottom:23px;
	}
	.designer-photo img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
		width: 100%;
	}
	.latest-collection-title h3 {
		font-size: 23px;
		line-height: 29px;
		margin: 0;
		margin-bottom: 35px;
	}
	.latest-collection-title h2 {
		font-size: 45px;
		line-height: 57px;
		margin:0;
		margin-bottom:13px;
	}
	.latest-collection-title {
		text-align: center;
	}
	.full-container.product-latest {
		display: grid;
		grid-template-columns: 1.7fr 1fr;
		gap: 38px;
	}
	.product-latest-item {
		position: relative;
	}
	.product-latest-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.product-latest-button {
        position: absolute;
        right: 42px;
        bottom: 34px;
}
.join-us {
    background: transparent linear-gradient(172deg, #c18549 0%, #C08549 0%, #614325 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: space-between;
}
.join-us-title {
    display: flex;
    flex-direction: column;
    padding-left: 55px;
    justify-content: center;
}
.join-us-title h2 {
    margin: 0;
    margin-bottom: 25px;
    font-size: 49px;
    line-height: 61px;
}
.join-us-title p {
    margin: 0;
    font-size: 26px;
    line-height: 33px;
    max-width: 529px;
}
.join-us-image img {
    max-width: 540px;
    height: 100%;
    object-fit: cover;
}
.join-us-image {
	position:relative;
}
.made-by-artist {
	padding-top: 72px;
	padding-bottom: 133px;
}
.designers-item:nth-child(2n) .designer-photo {
	order: 2;
	margin-left: 84px;
}
.designers-item-desc {
    display: flex;
    align-items: center;
}
.designers-item:nth-child(2n) .designers-item-desc {
    justify-content: end;
	
}
.designers-item:nth-child(2n) .info-design-homepage {
padding-left:46px;
}
.info-design-homepage {
	max-width: 840px;
	width: 100%;
}
.latest-collection {
	margin-top: 135px;
}
.product-latest {
	margin: 53px 0;
}
.name p {
    display: inline-flex;
    gap: 22px;
    margin-top: 23px;
	width: 100%;
}
.name label {
	width: 100%;
}
.contact-formulage input, textarea {
    margin-bottom: 24px;
    margin-top: 0;
}
.contact-formulage p {
    margin: 0;
}
.mobile-social {
    display: none;
}
.footer-menu-center {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.site-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	margin:46px 0;
}
.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer img {
    margin-left: 73px;
    margin-bottom: 10px;
}
.logo-footer {
    display: flex;
    align-items: end;
}
.social-item:last-child {
	margin:0;
}
.social-footer {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 10px;
}
.title-block-section {
	margin-top: 93px;
	margin-bottom:93px;
}
.subtitle-title-block {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 0 0 12px 4px;
}
h2.title-block {
    font-size: 95px;
    line-height: 120px;
    margin: 0;
    letter-spacing: 0;
}
.designers-item:nth-child(1) .designer-photo {
	margin-right: 160px;
	margin-top: 0;
	margin-bottom: 23px;
}
.home .designers-item:nth-child(1) .designer-photo {
	margin-top: 58px;
}
.creator-section {
    padding-top: 130px;
    padding-bottom: 179px;
    background: #fff;
    color: #080808;
}
.creator-section .container {
    justify-content: space-between;
    display: flex;
	gap: 20px;
}
.be-creator {
    max-width: 410px;
}
.be-creator h3 {
    font-size: 45px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 61px;
}
.be-creator p {
    font-size: 21px;
    line-height: 34px;
    margin: 0;
}
.list-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 130px;
}
.list-benefits h4 {
    font-size: 28px;
    margin: 0;
    line-height: 46px;
    margin-bottom: 29px;
}
.list-benefits p {
    font-size: 16px;
    line-height: 27px;
    width: 302px;
    margin: 0;
}
.steps_creator {
	margin-top: 114px;
}
.steps_creator h2 {
	font-size: 75px;
	line-height: 95px;
	margin-bottom: 97px;
	margin-top: 0;
	text-align: center;
}
.list-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.list-steps>div {
    max-width: 410px;
}
.title-step {
    display: flex;
    gap: 31px;
}
.count-steps {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #c18549;
    color: #c18549;
    flex-shrink: 0;
}
.title-step h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 28px;
}
.title-step p {
	display: none;
}
.list-steps p {
	margin: 0;
	font-size: 16px;
	line-height: 27px;
}
.formulage-sent-file {
    margin-top: 181px;
    margin-bottom: 52px;
    font-size: 28px;
    line-height: 46px;
}
.be-partner {
    margin-top: 125px !important;
    margin-bottom: 151px !important;
    text-align: center;
}
.be-partner h4 {
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 45px;
    line-height: 57px;
}
.artist-formulage {
	margin-bottom: 138px;
}
.page-id-161 .steps_creator {
	margin-bottom: 157px;
}
.discount-section {
    display: flex;
    justify-content: space-evenly;
    gap: 139px;
}
.description-discount {
    max-width: 626px;
    margin-bottom: 139px;
    margin-top: 122px;
}
.description-discount h3 {
    font-size: 45px;
    line-height: 57px;
    margin: 0;
    margin-bottom: 60px;
}
.description-discount p {
    font-size: 21px;
    line-height: 34px;
    margin: 0;
}
.accordion-item {
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .1fr 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 1px solid #c18549;
}
.accordion-item .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
    margin: 38px 0;
}
.accordion-item .top .faq-title {
    margin: 0;
    font-size: 24px;
    line-height: 46px;
}
.accordion-item .top svg {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.accordion-item .top input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    appearance: none;
}
.accordion-item .bottom {
    overflow: hidden;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-item .bottom .faq-answer {
    margin: 0;
    margin-bottom: 40px;
}
.faq-answer p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.accordion-item.active {
    grid-template-rows: .1fr auto;
}
.accordion-item.active .top svg{
	transform: rotateZ(45deg);
}
.accordion-item:last-child {
    border-bottom: 1px solid #c18549;
}
.creator-section .faq {
	gap: 130px!important;
}
.menu-item-163 .sub-menu a {
    padding: 0 !important;
    width: unset;
}
.sub-menu #menu-item-164 {
    padding-top: 24px;
}
.sub-menu #menu-item-165 {
    padding-bottom: 24px;
    border-bottom: 1px solid #c18549;
}
.menu-item-163 .sub-menu {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 24px 19px;
	background-color: #000;
}
.menu-item-163 .sub-menu:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: height .2s ease;
	height: 39px;
}
	
	
	.menu-item-73 .sub-menu a {
    padding: 0 !important;
    width: unset;
}
.sub-menu #menu-item-402 {
    padding-top: 24px;
}
.sub-menu #menu-item-403 {
    padding-bottom: 24px;
    border-bottom: 1px solid #c18549;
}
.menu-item-73 .sub-menu {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 24px 19px;
	background-color: #000;
}
.menu-item-73 .sub-menu:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: height .2s ease;
	height: 39px;
}
.right-photo {
    margin-left: 150px;
}
.artist-item img{
	width: 100%;
}
.left-photo {
    margin-right: 37px;
}
.left-photo img {
    margin-top: -60px;
}
.right-2-photo {
    margin-left: 37px;
    margin-top: 193px;
}
.artist-left-desc {
    display: flex;
    justify-content: end;
}
.artist-left-section {
	max-width: 840px;
	width: 100%;
	padding-left: 46px;
	padding-bottom: 173px;
}
.artist-left-desc {
	display: flex;
	justify-content: end;
	margin-top: 42px;
}
.artist-left-desc p {
	font-size: 16px;
	line-height: 27px;
	max-width: 500px;
}
.artist-second-section {
	margin-top: 114px;
}
.artist-item-desc p {
    margin: 0;
}
.position-artist {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.8px;
}
.name-artist {
    font-size: 65px;
    line-height: 82px;
    margin-bottom: 123px;
    margin-top: 19px;
}
.description-artist {
    font-size: 23px;
    line-height: 38px;
    max-width: 435px;
    margin-bottom: 74px !important;
}
.hero-artist {
	gap:82px;
}
.keynote {
	font-size: 41px;
	line-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.keynote p {
	max-width: 992px;
	margin: 133px 0 178px 0;
}
.position-artist {
	margin-top:74px!important;
}

.about-item img {
	width: 100%;
}
.about-item-desc {
    display: flex;
    justify-content: end;
}
.about-left-section {
    max-width: 840px;
    width: 100%;
    padding-left: 46px;
}
.about-title {
    font-size: 95px;
    line-height: 120px;
    max-width: 500px;
    margin: 12px 0 54px 0;
}
.about-desc {
    font-size: 16px;
    line-height: 27px;
	max-width:550px;
}
.about-photo img {
    aspect-ratio: 6.5 / 7;
    object-fit: cover;
    object-position: left;
    margin-left: 68px;
}
.about-left-photo {
	margin-right: 122px;
}
.about-left-photo img {
	margin-top: -60px;
}
.keynote-aboutus {
    font-size: 41px;
    line-height: 54px;
    max-width: 400px;
}
.little-story-title {
    font-size: 44px;
    line-height: 46px;
    margin: 131px 0 43px 0;
}
.about-left-desc {
    margin-bottom: 79px;
}
.about-left-desc p {
    font-size: 16px;
    line-height: 27px;
    max-width: 550px;
}
.about-photo img {
    height: 742px;
}
.about-left-photo img {
    height: 395px;
    object-fit: cover;
}
	.about-right-photo img {
    height: 491px;
    object-fit: cover;
}
	.custom-margin-aboutus-section {
        margin-top: -242px;
}
.about-left-certificate {
    margin-right: 100px;
}
.about-left-certificate img {
    margin-top: -80px;
}
.certificate-description h3 {
	font-size: 44px;
	max-width: 280px;
}
.about-certificate {
	margin-bottom: 170px;
}
.certificate-description {
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin-bottom: 0!important;
}
.kolekcja-info {
	margin-left:100px;
}
.kolekcja-item:nth-child(even) .galeria {
        order: 2;
}
}
@media (min-width: 2000px){
	.artist-item-sticky {
		position: sticky;
		top: 174px;
		position: -webkit-sticky;
	}
	.about-item-sticky {
		position: sticky;
		top: 174px;
		position: -webkit-sticky;
	}
	.hero-about .about-left-section {
        padding-bottom: 80px;
    }
}
.galeria img {
	aspect-ratio:1/1;
	object-fit:cover;
}

.link-contact {
	color:#c18549;
}
.link-contact:hover {
	color:#fff;
}
.social-item {
    margin-right: 21.31px;
}
.social-item:hover svg path {
    fill: #c18549;
}
.account {
    display: flex;
}
.woocommerce-mini-cart li {
    list-style-type: none;
}
.cart-contents {
    display: flex;
}
.distinction {
	color:#c18549;
}
.about-photo {
    overflow: hidden;
}
.wp-block-woocommerce-coming-soon h1, .wp-block-woocommerce-coming-soon p {
    font-family: "Sora", sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 200!important;
    font-style: normal!important;
}
.show-only-first > *:not(:first-child) {
    display: none !important;
}
