@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: #000;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
	font-style: normal;
}
h1 {
    font-size: 3.33vw;
    font-style: italic;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF;
}
h2 {
	font-size: 64px;
    font-style: italic;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF;
}
h3 {
    color: #FFF;
    text-align: center;
    font-size: 2.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
    letter-spacing: 14.4px;
    text-transform: uppercase;
}
p, ul > li {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
    word-wrap: break-word;
    width: auto;
}
p.emphasis,div.emphasis > p, h2.product-title {
	font-size: 18px;
    font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 144.444% */
	letter-spacing: 5.4px;
	text-transform: uppercase;
}
blockquote, blockquote > p {
    font-style: italic;
}
h2.product-title {
    margin: 1rem 0 0 0;
}
q {
	color: #fff;
	font-feature-settings: 'liga' off;
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
	line-height: 36px; /* 200% */
	letter-spacing: 4.5px;
    quotes: none;
}
a {
    color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 200% */
	letter-spacing: 9.8px;
	text-transform: uppercase;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}
a:hover {
	letter-spacing: 11px;
}
header {
    position: fixed;
    height: 44px;
    width: 100%;
    top: 0;
    padding: 4.5% 0 0 0;
    overflow: hidden;
    z-index: 999;
    background-color: transparent;
}
header.page-w-series {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
header.page-w-series {
    align-items: flex-start;
}
.wrapper {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.centered-content {
    width: auto !important;
    padding: 10%;
    position: relative;
    z-index: 1;
}
.centered-content > ul, .centered-content > ul > li > ul {
    padding-left: 1.5%;
}
section.centered-content-section {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.ccs-opacity {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100% ;
}
header > .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 6%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10vw;
    width: auto;
}
.header-s-page {
    width: -webkit-fill-available;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden; 
}
.header-s-page.reverse {
    align-items: flex-start;
    flex-direction: column;
}
.header-s-page-sh {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    padding: 10% 0;
}
.header-bg {
    width: -webkit-fill-available;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    position: relative;
    border-bottom: 1px solid #fff;
}
.header-bg-page {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}
.header-bg-page-shop {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    left: 0;
}
.header-bg-page-shop.ev {
    background-position: top center;
}
.header-bg-page-works, .header-bg-page-events {
    width: 100%;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: 0;
}
.gradient-right-to-left {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.80) 57.91%, rgba(0, 0, 0, 0.00) 100%);
    width: 50%;
    height: 100%;
    position: absolute;
}
.gradient-bg-shop {
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 60.91%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.header-bg-page-works-series {
    width: 75%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 30% 0;
    right: 0;
}
.logo-group {
    position: absolute;
    display: flex;
    height: 50%;
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.logo {
    position: absolute;
    right: 0;
    z-index: 1;
    max-width: 920px;
    width: 100vh;
}
.signature {
    position: absolute;
    right: 0;
    z-index: 1;
    color: #FFF;
    text-align: right;
    font-size: 4vh;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 10.8px;
    text-transform: uppercase;
    margin: 4rem 0 0 0;
}
section {
	border-top: 1px solid #FFF;
}
section#welcome {
    position: relative;
    border: 0;
}
section#welcome > .wrapper {
    padding-top: 10rem;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
img.section-welcome-bg {
    object-fit: none;
    height: 100%;
    width: 100%;
}
.play-games {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    padding: 7rem 0;
    border-top: 1px solid #fff;
    justify-content: center;
}
.play-games-group {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
}
.play-games-group > p {
    text-align: center;
}
section#welcome > .s-welc-img > p, section#welcome > .s-welc-img > div.emphasis {
    color: #FFF;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto 2.2rem;
}
section#welcome > .s-welc-img > p {
    max-width: 650px;
}
section#welcome > .s-welc-img p {
    padding: 0 8vw;
}
.header-bg, .section-bg, .section-bg-rev, .section-bg-50-50, .s-welc-img  {
    min-height: 900px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section-bg > img, .section-bg-rev > img, .section-bg-50-50 > img, .header-bg > img, .header-bg-page > img, .s-welc-img > img, .section-bg-w-lewa > img, .section-bg-w-prawa > img{
    position: absolute;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-out;
    opacity: 0.9;
    transform: scale(1.05);
}
.section-bg > img, .section-bg-rev > img, .section-bg-50-50 > img, .header-bg > img, .header-bg-page > img, .s-welc-img > img, .section-bg-w-lewa > img, .section-bg-w-prawa > img {
    width: 65%;
}
.section-bg-w-lewa > img{
    width: 50%;
    object-position: right;
}
.section-bg-w-prawa > img {
    width: 50%;
    object-position: left;
}
.s-welc-img {
    padding: 10rem 0 0 0;
}
.s-welc-img > img {
    position: relative;
    width: 100%;
}

.header-bg > img, .section-bg-50-50 > img{
    width: 100%;
}
.section-bg-rev {
    display: flex;
    justify-content: flex-end;
}
.section-bg-50-50 > .s-content > .section-l-s-bottom > .title > a > h2, .section-bg > .s-content > .section-l-s-lewa > .title > a > h2, .section-bg-rev > .s-content > .section-l-s-lewa > .title > a > h2 {
    text-align:left;
    width: 60%;
}
.section-bg-50-50 > .s-content.reverse > .section-l-s-bottom > .title > a > h2, .section-bg > .s-content.reverse > .section-l-s-lewa > .title > a > h2, .section-bg-rev > .s-content > .section-l-s-lewa > .title > a > h2, .section-w-g-p > .title > a > h2 {
    text-align:right;
    width: 100%;
}
.section-50-50 {
    display: flex;
    position: relative;
}
.section-bg-50-50:first-child {
    border-right: 1px solid #fff;
}
.section-bg-50-50 > .s-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5rem;
    z-index: 1;
}
.section-bg-50-50 > .s-content > .section-l-s-bottom {
    margin: 0 0 25% 0;
}
.section-bg-50-50 > .s-content.reverse {
    align-items: flex-start;
}
.section-bg-50-50 > .s-content.reverse > .link {
    left: 0;
}
.section-bg-50-50 > .s-content.reverse > .section-l-s-top {
    padding: 0 0 0 8%;
}
.section-bg-50-50 > .s-content > .section-l-s-top {
    padding: 0 8% 0 0;
}
.section-bg-50-50 > .s-content > .section-l-s-top, .section-bg-50-50 > .s-content.reverse > .section-l-s-top {
    width: 75%;
}
.section-bg-50-50 > .s-content.reverse > .section-l-s-top > .description {
    padding: 0 0 0 10%;
    width: 90%;
}
.section-bg-50-50 > .s-content > .section-l-s-top > .description {
    padding: 0 5% 0 0;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.section-bg-50-50 > .s-content > .section-l-s-bottom, .section-bg-50-50 > .s-content > .section-l-s-bottom {
    width: 83%;
}
.section-bg-50-50 > .s-content > .section-l-s-bottom > .title {
    border-bottom: 1px solid #fff;
    height: 128px;
    display: flex;
    align-items: flex-end;
}
.section-bg-50-50 > .s-content.reverse > .section-l-s-bottom > .title, .section-bg-50-50 > .s-content.reverse > .section-l-s-bottom > q {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.section-bg-50-50 {
    height: 900px;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    position: relative;
}
.gradient-50-50 {
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.1) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.custom-row {
    position: relative;
}
.s-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: stretch;
}
.reverse {
    flex-direction: row-reverse;
}
.section-l-s-prawa > .description {
    width: 57%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.section-l-s-lewa {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.section-l-s-prawa {
    width: 70%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.s-content > .section-l-s-lewa, .s-content.reverse > .section-l-s-prawa {
    border-right: 1px solid #FFF;
}
.s-content.reverse > .section-l-s-lewa {
    border: 0;
}
.flex-start {
    align-items: flex-start;
    text-align: right;
    right: 0;
}
.section-l-s-lewa > .title {
    width: 70%;
    border-bottom: 1px solid #FFF;
}
.section-l-s-lewa.flex-start > .title {
    width: 70%;
    border-bottom: 1px solid #FFF;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.section-l-s-lewa > q {
    width: 70%;
}
.section-l-s-lewa > .title > h2 {
    font-size: 64px;
    font-style: italic;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF;
    width: 60%;
}
.section-w-g-p > .title > h2 {
    font-size: 64px;
    font-style: italic;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    text-align: right;
}
.link {
    position: absolute;
    padding: 10px 0;
    border-top: 1px solid #fff;
    width: 85%;
    text-align: center;
    bottom: 0;
}
.link-w {
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 70%;
    text-align: center;
    z-index: 1;
}
.link-read-more {
    text-align: center;
    padding: 4rem 0 0 0;
}
.link-read-more.events {
    padding: 4rem 0 4rem 0;
}
.s-content-w {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    height: 1800px;
    overflow: hidden;
}
.section-w-gora, .section-w-dol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-bg-w-lewa, .section-bg-w-prawa {
    min-height: 800px;
}
.section-w-dol-lewa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 4rem;
}
.section-w-dol-lewa > .description {
    width: 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}
.section-w-gora-prawa {
    position: relative;
    text-align: right;
}
.section-w-g-p {
    left: -8rem;
    position: absolute;
    width: 75%;
}
.section-w-g-p > .title {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: right;
}
section#biography {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 900px;
}
section#biography > .title {
    width: auto;
    position: absolute;
    top: 6rem;
}
section#biography > .link-bio {
    width: auto;
    position: absolute;
    bottom: 4.5rem;
}
.home-bio-right > .description-in{
    width: 50%;
    padding: 5rem;
    margin-left: 3rem;
}
.home-bio-left {
    display: flex;
    justify-content: flex-end;
}
.home-bio-left > img{
    width: 80%;
}
.header-bg-page-right {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 66%;
    align-items: center;
    padding-top: 5%;
    justify-content: center;
}
.header-bg-page-right-h1, .header-bg-page-right-h1-w-series {
    border-bottom: 1px solid #ffffff;
    width: 80%;
    text-align: left;
}
.header-bg-page-right-h1 > h1, .header-bg-page-right-h1-w-series > h1 {
    width: 60%;
    margin-left: 30%;
}
.header-bg-page-right-h1.s-e-p-a > h1{
    width: 90%;
    margin-left: 5%;
}
.header-bg-page-right-h1-w-series > h1 {
    margin-left: 15%;
}
.page-subtext, .page-desc, .page-subtext-w-series {
    text-align: left;
    width: 80%;
}
.page-subtext.s-e-p-a > p {
    width: 50%;
    margin-left: 5%;
}
.page-subtext > p, .page-subtext-w-series > p {
    width: 50%;
    margin-left: 30%;
    margin-bottom: 10%;
}
.page-subtext-w-series > p {
    margin-left: 15%;
}
.page-desc > p {
    width: 50%;
    margin-left: 30%;
}
.contact-content-top, .contact-content-bottom {
    margin: 10rem 0 5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}
.contact-content-bottom {
    margin: 0 0 10rem 0;
}
.contact-content-left, .contact-content-right {
    padding: 0 4rem;
    width: 36%;
}
.gallery-row {
    display: none;
    margin-bottom: 10px;
}
.gallery-row.visible {
    display: block;
}
.contact-content-right a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: underline;
    text-transform: lowercase;
    letter-spacing: 0.05rem;
    text-decoration: none;
}
.contact-content-right > .gallery-row {
    margin-bottom: 2rem;
}
.contact-content-right > .gallery-row > p {
    margin-bottom: 0;
}
.contact-read-more {
    color: #FFF;
    text-align: left;
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
    letter-spacing: 1.2px;
    transition: 0.3s ease-in-out;
}
.contact-read-more:hover {
    cursor: pointer;
    letter-spacing: 2px;
}
.section-bg-page-style-1, .section-bg-page-style-2, .section-bg-page-style-3, .section-bg-page-style-4, .section-bg-page-style-5, .section-bg-page-style-6, .section-bg-page-style-7{
    height: 100%;
    width: 100%;
    min-height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.section-bg-page-style-1 {
    background-position: center;
    background-size: contain;
}
.section-bg-page-style-1.col {
    background-position: bottom center;
}
.section-bg-page-style-1.col.contact {
    margin: -10% 0 0 0;
}
.section-events.home {
    background-size: cover;
    position: relative;
}
.section-bg-page-style-2 {
    background-size: cover;
}
.section-bg-page-style-3 {
    background-size: cover;
    min-height: 450px;
    height: 450px;
    width: 100%;
}
.section-bg-page-style-2.col, .section-bg-page-style-3.col {
    background-position: center;
}
.section-bg-page-style-3.pos {
    background-position: 20% 10%;
}
.section-bg-page-style-4 {
    background-position: center;
}
.section-bg-page-style-4.col {
    background-position: bottom center;
}
.section-bg-page-style-4.col.download {
    background-position: center;
    background-size: cover;
}
.section-bg-page-style-5 {
    background-size: cover;
    background-position: center left;
}
.section-bg-page-style-6 {
    width: 100vw;
    min-height: 450px;
    max-height: 450px;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-bg-page-style-6.col {
    background-size: cover;
}
.section-bg-page-style-6.col-2 {
    height: 25vw;
    max-height: unset;
    min-height: unset;
}
.section-bg-page-style-7 {
    background-size: cover;
    background-position: right;
    width: 80%;
    height: 100%;
    position: absolute;
    left: -2%;
}
section.s-bio-desc, section.left-content-with-bg, section.s-downloads-desc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
section.s-bio-desc.reverse, section.right-content-with-bg, section.s-downloads-desc.reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 900px;
}
.section-bio-desc, .left-content-with-bg-content, .section-downloads-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-downloads-desc {
    align-items: flex-end;
}
.section-downloads-desc.reverse {
    align-items: flex-start;
}
.section-downloads-desc-in {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15%;    
}
.section-bio-desc.reverse, .right-content-with-bg-content, .section-downloads-desc.reverse {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8rem;
}
.section-downloads-desc.reverse {
    margin-right: 0;
    margin-left: 10%;
}
.section-collection.reverse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    width: 50%;
    z-index: 1;
}
.section-bio-desc > p, .left-content-with-bg-content > p, .right-content-with-bg-content > p, .section-collection > p {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.section-bio-desc > p, .left-content-with-bg-content > p, .right-content-with-bg-content > p{
    align-items: flex-start;
}
.section-downloads-desc-in > p {
    width: 60%;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 4rem 0;
}
.bio-gallery-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 18rem 0;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > p {
    width: 50%;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > p:first-child {
    padding: 5rem 0 0 0;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > p:last-child {
    padding: 0 0 5rem 0;
}
.section-dup {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.section-dup-top, .section-dup-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.section-dup-top {
    gap: 10%;
}
.section-dup-desc {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section-dup-image {
    min-height: 900px;
    padding: 2rem 0;
    background-repeat: no-repeat;
}
.section-dup-top > .section-dup-image {
    background-position: center;
    margin-left: 5rem;
}
.section-dup-bottom > .section-dup-desc {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.section-dup-top > .section-dup-desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.section-dup-desc > p {
    width: 50%;
    padding: 0 10rem 0 0;
}
section.collections-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 5rem 0;
}
.div-hor {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5rem;
    max-width: 1400px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 350px;
}
.div-hor:last-child {
    border: 0;
}
.collection-item {
    position: relative;
}
.collection-thumbnail {
    width: auto;
    height: 500px;
}
.collection-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.collection-item-div {
    position: absolute;
    height: 350px;
    width: 100%;
    border-left: 1px solid #fff;
    left: 0;
    bottom: -17rem;
    margin: 0 0 0 23%;
    padding: 2rem 0 2rem 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
}
.collection-item-div > p {
    padding: 0;
    margin: 0;
}
.collection-item-div > p:first-child {
    margin: 7rem 0 0 0;
}
.collection-item-div > a {
    margin: 0;
    text-align: left;
    letter-spacing: 0.1rem;
    text-transform: lowercase;
}
.collection-item-div > a:hover {
    letter-spacing: 0.2rem;
}
section#blog {
    min-height: 900px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 0 0;
}
section#contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 8vw;
    width: auto;
}
section#blog > .wrapper {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 8vw;
    width: auto;
}
.home-section-title {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.blog-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
    margin-top: 7rem;
}
.blog-posts.arch {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 7rem;
}
.blog-post {
    background: rgba(0, 0, 0, 0.80);
    width: 33.3%;
}
.blog-post.arch {
    background: rgb(10 10 10 / 80%);
    width: 29.6%;
}
.blog-post > a:last-child {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    padding: 10px 0;
}
.blog-post > a > img {
    min-height: 250px;
    object-fit: cover;
    object-position: top;
}
p.post-excerpt {
    width: -webkit-fill-available;
    padding: 3rem 2rem 2rem 3rem;
}
section#events {
    position: relative;
    padding: 2px 0;
}
.section-events, .section-events.reverse {
    height: auto;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 38%;
    background-attachment: fixed;
}
.section-events.reverse {
    background-position: 68%;
}
.events-section-content > .wrapper, .events-section-content.reverse > .wrapper, .events-section-content > .events-home-border > .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    transform: translateX(6rem);
    padding: 5rem 0;
}
.events-section-content.reverse > .wrapper {
    transform: translateX(-6rem);
}
.events-section-content.reverse {
    text-align: right;
}
.events-section-title {
    padding: 8rem 0;
    border-bottom: 1px solid #fff;
}
.events-section-title.home {
    border:0;
}
.events-home-border {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.event-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.event-item > .row, .event-item > .row.reverse {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.event-item > .row.reverse {
    flex-direction: row-reverse;
}
.event-item > .row > .column, .event-item > .row.reverse > .column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.event-item > .row.reverse > .column {
    align-items: flex-end;
}
.event-item > .row > .column > p {
    margin: 0 0 0.5rem 0;
}
.event-item > .row > .column > .sub-row, .event-item > .row.reverse > .column > .sub-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.event-item > .row.reverse > .column > .sub-row {
    justify-content: flex-end;
}
.event-item > .row > .column > .sub-row > .sub-column {
    width: max-content;
}
.event-item > .row > .column.c-1 {
    width: 10%;
    font-size: 14px;
    align-items: flex-end;
}
.event-item > .row.reverse > .column.c-1 {
    align-items: flex-start;
}
.event-item > .row > .column.c-2 {
    width: 3%;
    margin: 0.8% 5% 0 5%;
    position: relative;
}
.event-item > .row > .column.c-3 {
    width: 77%;
}
.event-item > .row > .column.c-3 > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.column.c-3 > p > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}
.events-section-content {
    position: relative;
}
.line-v {
    height: 100%;
    background-color: #ffffff;
    width: 1px;
    position: absolute;
    top: 0;
    margin: 0 0 0 -67%;
    z-index: -1;
}
.line-v.reverse {
    margin: 0 -67% 0 0;
}
.gradient-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 47.91%, rgba(0, 0, 0, 0.00) 81%);
} 
.gradient-overlay.reverse {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 50.91%, rgba(0, 0, 0, 0.0) 76%);
}
.gradient-mobile {
    display: none;
}
section#main-menu, section#collection-menu {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    background-color: #000000;
    border: none;
}
section#main-menu {
    z-index: 901;   
}
section#collection-menu {
    z-index: 902;
}
section#main-menu, section#collection-menu {
  width: 100%;
  height: 100%;
  top: -150%; 
  transition: top 0.3s ease;
}
section#main-menu.active {
  top: 0; 
}
li.current_page_item.menu-item a, li.current-menu-item a, li.current_page_item.menu-item-has-children > a {
    color: #FF007A !important;
}
.language-switcher > ul > li.current-lang a {
    color: #FFF !important;
    text-decoration: underline;
}
section#collection-menu.active {
  top: 0;
}
header > .wrapper {
    z-index: 999;
}
header > .wrapper > .ham {
    width: 50px;
    height: 30px;
}
header > .wrapper > .social-media {
    height: 24px;
    display: flex;
    flex-direction: row;
    gap: 0.84rem;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
header > .wrapper > .social-media > a {
    width: auto;
    max-width: 35px;
}
header > .wrapper > .social-media > a > svg, header > .wrapper > .social-media > a > svg > path {
    stroke: #fff;
    stroke-width: 1.5px;
    height: 24px;
    transition: 0.2s ease-out;
    width: auto;
}
header > .wrapper > .social-media > a > svg.ue > path {
    stroke-width: 0 !important;
}
header > .wrapper > .social-media > a > svg.in {
    stroke: unset;
    fill: #fff;
}
header > .wrapper > .social-media > a:hover > svg, header > .wrapper > .social-media > a:hover > svg > path {
    stroke: #FF007A;
    cursor: pointer;
}
header > .wrapper > .social-media > a:hover > svg.in, header > .wrapper > .social-media > a:hover > svg.ue > path {
    stroke: unset;
    fill: #FF007A;
}
svg.separator-svg {
    width: 1px;
    height: 48px;
    margin: -12px 14px 0;
}
svg.chevron-bottom {
    margin: -1rem 0 0 0;
}
svg.chevron-bottom:hover {
    cursor: pointer;
}
svg.chevron-bottom > path.chev-1, svg.chevron-bottom > path.chev-2, svg.chevron-bottom > path.chev-3 { 
    transition: 0.3s ease-in-out;
}
svg.chevron-bottom:hover > path.chev-2 {
    transform: translateY(7px);
}
svg.chevron-bottom:hover > path.chev-3 {
    transform: translateY(14px);
}
svg.hamburger {
    transition: 0.3s ease-out;
    width: 50px;
    height: 30px;
}
svg.hamburger:hover {
    cursor: pointer;
}
svg.hamburger.active {
    transform: rotate(180deg);
    top: -2px;
}
svg.hamburger.active > .line1 {
    transform: rotate(138deg) scale(0.90);
    translate: 24px 2px;
}
svg.hamburger.active > .line2 {
    display: none;
}
svg.hamburger.active > .line3 {
    transform: rotate(-138deg) scale(0.90);
    translate: 11px 36px;
}
.main-menu-bg {
    background-size: cover;
    background-position: left;
    height: 100%;
    width: 62%;
    position: absolute;
    right: -5%;
}
.main-menu {
    margin: 12vh 7vw 0 7vw;
    display: flex;
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.main-menu-it {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.main-menu-it:first-child {
    height: 85%;
}
.main-menu-it:last-child {
    height: inherit;
}
.main-menu-left {
    height: 100%;
    position: relative;
    width: 15%;
}
.main-menu-it:first-child > .main-menu-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
}
.main-menu-it:last-child > .main-menu-left {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    flex-direction: column;
}
.languages-label {
    text-align: right;
    margin: 0;
    padding: 0;
    height: 28px;
}
.languages-label > p {
    margin: 0;
}
.main-menu-right {
    padding: 0 10% 0 3.5rem;
    margin: 0 0 0 3.5%;
    border-left: 1px solid #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: max-content;
}
.main-menu-it:last-child > .main-menu-right {
    justify-content: flex-end;
}
.main-menu-right > ul, .footer-menu > ul{
    list-style: none;
}
.main-menu-right > ul:last-child {
    padding: 0;
}
.main-menu ul li {
    margin: 24px 0;
}
.main-menu ul li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}
.language-switcher {
    position: relative;
    width: 100%;
    display: flex;
    gap: 0.8rem;
}
.footer-right > .language-switcher {
    flex-direction: column;
    align-items: flex-start;
}
.switcher-collection {
    position: relative;
    display: block;
}
.switcher-collection > ul {
    list-style-type: none;
    padding: 0;
}
.language-switcher > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    list-style-type: none;
    padding: 0;
}
.language-switcher > ul li {
    position: relative;
    padding-left: 1rem;
    width: auto;
    margin: 0;
}
.language-switcher > ul li:first-child { 
    padding-left: 0; 
}
.language-switcher > ul li:before {
    content: "/"; 
    position: absolute;
    left: 0;
}
.language-switcher > ul li:first-child:before {
    display: none;
}
.language-switcher > ul > li > a, .language-switcher > ul > li > button, .switcher-collection > li > a, .switcher-collection > li > button {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
    background-color: transparent;
    border: none;
    letter-spacing: 0.2rem;
    transition: 0.3s ease-in-out;
}
.switcher-collection > li > a, .switcher-collection > li > button {
    text-align: left;
}
.language-switcher > li > button:hover, .switcher-collection > li > button:hover {
    cursor: pointer;
    letter-spacing: 0.25rem;
}
img.term-image {
    width: max-content;
    height: auto;
    object-fit: contain;
}
.collection-logo {
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    flex-wrap: nowrap;
    align-items: flex-end;
    height: inherit;
}
.collection-logo > img {
    transform: rotate(-90deg);
    transform-origin: bottom right;
    width: auto;
    height: 20px;
    object-fit: contain;
    transition: 0.2s ease-in-out;
    opacity: 0.6;
}
.collection-logo > img:hover, .collection-logo.active > img {
    transform: rotate(-90deg) scale(1.1);
    opacity: 1;
}
.collection-logo > img:hover {
    cursor: pointer;
}
.all-collections {
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.all-collections > .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
}
.collection-item {
    position: relative;
    height: 45px;
    width: auto;
    transition: 0.3s ease-in-out;
}
.collection-item:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.collection-item > img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.collection-child-item {
    position: relative;
    width: 42%;
    height: 510px;
}
.all-collections > .wrapper > .emphasis {
    position: relative;
    width: 60%;
    text-align: center;
}
.all-collections > .wrapper > .emphasis::before, .all-collections > .wrapper > .emphasis::after {
    content: "";
    position: absolute;
    width: 32%;
    border-top: 1px solid white;
    top: 50%;
    transform: translateY(-50%);
}
.all-collections > .wrapper > .emphasis::before {
  left: 0;
}
.all-collections > .wrapper > .emphasis::after {
  right: 0;
}
.term-switch {
    display: none;
}

.term-switch.active {
    display: block;
}
.term-switch > li > a::after {
    content: "";
    background-image: url('/wp-content/themes/jackowski_art/assets/images/chevron_down_icon.svg');
    background-repeat: no-repeat;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    display: flex;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.term-switch.active.open > li > a::after {
    transform: rotate(180deg);
}
.term-switch.empt > li > a::after {
    display: none;
}
.term-switch ul.submenu-collection {
    max-height: 0;
    list-style-type: disc;
    visibility: hidden;
}
.term-switch.active ul.submenu-collection {
    transition: 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    margin: 0 0 0 2.8rem;
}
.term-switch.active.open ul.submenu-collection {
    max-height: 1000px;
    opacity: 1;
    margin: 1rem 0 1.5rem 2.8rem;
    visibility: visible;
}
.term-switch ul.submenu-collection li {
    display: none;
}
.term-switch.active.display ul.submenu-collection li {
    display: block;
}
ul.submenu-collection > li {
    margin: auto;
}
ul.submenu-collection > li > a {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
.main-menu-right > ul > li > a, .main-menu-right > ul > li> ul > li > a {
    transition: 0.3s ease-in-out;
}
.main-menu-right > ul > li > a:hover {
    letter-spacing: 7px;
}
ul.submenu-collection > li > a:hover {
    letter-spacing: 6.4px;
}
.main-menu-right > ul > .term-switch > li > a.empty_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
}

div#subsidies {
    border-top: 1px solid #fff;
    max-height: 140px;
    width: 100%;
    padding: 1.5rem 0;
    overflow: hidden;
}
div#subsidies img {
    max-height: 60px;
    max-width: fit-content;
}
div#subsidies img:hover {
    cursor: pointer;
}
div#subsidies > .wrapper{
    padding: 0 10vw;
}
div#subsidies > .wrapper, .subsidies-side {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6vw;
    width: auto;
}
.subsidies-side {
    justify-content: flex-end;
}



#subsidies-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 999;
    box-sizing: border-box;
    animation: fadeIn 0.3s ease-in; /* Dodaj animację fadeIn */
}
.subsidies-popup-title {
    padding: 7vh 20vw 5vh 8vw;
    width: auto;
}
.subsidies-popup-content {
    margin: 0 5vw 0 25vw;
    overflow-y: auto;
    width: auto;
    height: 60%;
    padding: 2vh 5vh 0 0;
}
body.popup-active {
    overflow: hidden;
}
#subsidies-popup img {
    max-width: 100%;
    height: auto;
}
#subsidies-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 36px;
    width: auto;
    height: auto;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




footer {
    width: auto;
    height: auto;
    padding: 5rem 8vw;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
footer > .wrapper {
    max-width: 1200px;
}
footer > .wrapper, .footer-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
    width: -webkit-fill-available;
    justify-content: space-between;
}
.footer-right {
    gap: 1.5rem;
    justify-content: flex-end;
}
.footer-right > .languages-label, .footer-right > .language-switcher {
    position: relative;
}
.footer-left > .footer-menu > ul > li > a {
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 48px; /* 266.667% */
letter-spacing: 5.4px;
text-transform: uppercase;
}
.footer-menu > ul > .switcher-collection {
    display: none;
}
.no-border {
    border:0;
}
span.currently-label, span.upcoming-label, span.curently-label-default {
    color: #FF007A;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
span.upcoming-label, span.curently-label-default {
    color: #FFF;
}
/* Styl dla lightboxa */
.gallery-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    float: none !important;
    margin-top: 0 !important;
    text-align: unset !important;
    width: auto !important;
}
.lightbox {
    position: relative;
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
    width: 225px;
    height: 225px;
    border: none;
}
.lightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;     
}
/* Wejście */
.lightbox-overlay.visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Wyjście */
.lightbox-overlay {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.lightbox-image {
    width: 100%;
    height: 100%;
    transform: scale(1.03);
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}
.lightbox-image.prev {
    transform: scale(1);
}
.lightbox-image.next {
    transform: scale(1);
}
.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-close-button {
    position: absolute;
    top: 2.5vw;
    right: 2vw;
    transform: translateY(-50%);
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    color: white;
    font-size: 5vw;
    line-height: 2vw;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7vw;
    height: 7vw;
    background-color: transparent;
    color: white;
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
    cursor: pointer;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.lightbox-prev {
    left: 10px;
}
.lightbox-next {
    right: 10px;
}
.breadcrumbs {
    position: absolute;
    bottom: 2%;
    left: 0;
}
.breadcrumbs > .wrapper {
    max-width: 80vw;
}
.breadcrumbs > .wrapper > a, .breadcrumbs > .wrapper > span {
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
.breadcrumbs > .wrapper > a:hover, .breadcrumbs > .wrapper > span:hover {
    letter-spacing: 0.25rem;
    cursor: pointer;
}
section#single-event-publication-award > .wrapper {
    width: 1200px;
}
.move-to-top {
    width: 32px;
    height: 32px;
    bottom: 6vh;
    right: 3vw;
    position: fixed;
    z-index: 900;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.move-to-top.active {
    opacity: 1;
    visibility: visible;
}
.move-to-top.active:hover {
    transform: translateY(-5px);
}
.move-to-top > img{
    width: 32px;
    height: 32px;
}
.move-to-top > img:hover {
    cursor: pointer;
}
/* ------ shop ====== */
main.site-main-shop {
    padding: 5rem 0;
}
.site-main > .wrapper, .site-main-shop > .wrapper {
    max-width: 1200px;
}
.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    height: auto;
    justify-content: space-around;
}
.product-item {
    width: 43%;
    height: 650px;
    margin-bottom: 14rem;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.product-image {
    height: 350px;
}
.product-image > img {
    object-fit: contain;
    width: auto;
    height: 100%;
}
.product-info-container {
    padding: 8rem 2rem 4rem 4rem;
    margin: -6rem 0 0 4rem;
    border-left: 1px solid #fff;
    position: relative;
}
.product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
    width: auto;
    max-width: 60%;
}
.product-info > table{
    margin: 0 !important;
}
.product-info > table > tbody > tr > th {
    text-align: right;
}
a.button-primary, a.button.add-to-cart-button, a.checkout-button, button#place_order, a.shipping-calculator-button {
    width: -webkit-fill-available;
    color: #fff !important;
    text-align: center !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400!important;
    line-height: 36px!important;
    background-color: #000000!important;
    border: 1px solid rgba(255, 255, 255, 0.40)!important;
    letter-spacing: 0.1rem!important;
    transition: 0.3s ease-in-out!important;
}
a.button-primary {
    height: 50px;
    width: auto;
    line-height: 50px !important;
    padding: 0 75px;
    margin: 7% 0 15%;
}
a.button-primary:hover, a.button.add-to-cart-button:hover, a.checkout-button:hover, button#place_order:hover {
    cursor: pointer!important;
    letter-spacing: 0.2rem!important;
    border: 1px solid rgba(255, 255, 255, 1)!important;
}
a.shipping-calculator-button {
    width: max-content;
    padding: 0.5rem 2rem;
    margin: 0 0 2rem 0;
}
.product-filters {
    margin: 0 0 5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 3rem;
    width: -webkit-fill-available;
    justify-content: space-around;
}
.product-filters > label {
    margin: 0 -2rem 0 2rem;
    padding: 0;
    text-align: right;
    width: auto;
}
.product-filters > select {
    background: #000;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 0 2rem 0 0;
}
.header-bg-page-shop-c {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    gap: 4rem;
}
.header-bg-page-shop-c > .wrapper {
    max-width: 1000px;
}
.header-bg-page-shop-h1 {
    border-bottom: 1px solid #ffffff;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}
.header-bg-page-shop-h1 > h1{
    width: 100%;
    margin-left: 0;
}
.cart_totals {
    width: 100% !important;
}
.cart_totals > h2, .woocommerce-billing-fields > h3, h3#order_review_heading, h3#ship-to-different-address {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5.4px;
    text-transform: uppercase;
}
button.button:disabled {
    opacity: 0 !important;
}
div#customer_details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 0 0 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox > input {
    width: 32px;
}
form.checkout.woocommerce-checkout {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
h3#order_review_heading {
    margin: 4rem 0 1rem 0;
}
div#order_review {
    max-width: 70%;
    margin: 0 auto;
}
div#payment {
    background-color: transparent !important;
}
a.woocommerce-terms-and-conditions-link, a.woocommerce-privacy-policy-link {
    letter-spacing: 0.1rem;
}
.woocommerce-billing-fields input, select#billing_country {
    border: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
}
.woocommerce-message {
    border-color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: transparent;
    color: #fff;
    border: 3px solid #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: #fff;
    background-color: transparent;
    text-align: left;
    padding: 1rem 0;
    letter-spacing: 0.2rem;
}
table.shop_table > thead > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    text-align: right;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}
th.product-remove, td.product-remove {
    max-width: 2rem;
}
td.product-name, th.product-name {
    text-align: left;
}
td.product-thumbnail {
    display: flex;
}
td.product-thumbnail, td.product-price, td.product-quantity, td.product-subtotal,
th.product-thumbnail, th.product-price, th.product-quantity, th.product-subtotal {
    width: 30%;
}
.woocommerce table.shop_attributes th {
    text-align: left;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 1.7em;
}