.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
}
:root {
--black: #000;
--light-gray: #EFEFEF;
--text-primary: #1e293b;
--text-secondary: #64748b;
--white: #ffffff;
--gray-100: #f1f5f9;
--gray-200: #e2e8f0;
--gray-800: #1e293b;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--border:1px solid #000;
--text-transform: uppercase;
} .scroll-reveal {
opacity: 0;
transform: translateY(30px);
}
.scroll-reveal.revealed {
animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @keyframes fadeInOnly {
from {
opacity: 0;
}
to {
opacity: 1;
}
} hr.scroll-reveal {
transform: translateY(0) !important;
}
hr.scroll-reveal.revealed {
animation: fadeInOnly 1s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
.section-header.scroll-reveal {
transform: translateY(0) !important;
}
.section-header.scroll-reveal.revealed {
animation: fadeInOnly 1s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
body {
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 500;
line-height: 1.6;
color: black;
background-color: var(--white);
text-transform: uppercase;
}
.container {
padding-right: 300px;
padding-left: 300px;
width: 100%;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
} .header {
background-color: var(--white);
box-shadow: var(--shadow);
position: relative;
top: 0;
width: 100%;
z-index: 99999999;
}
h1 {
font-size: 4rem;
font-weight: 400;
line-height: 1.1;
color: var(--black);
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: -0.02em;
}
h2 {
font-size: 18px;
color: var(--black);
letter-spacing: 0.1em;
}
.subtitle {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.2em;
margin-bottom: 5px;
display: block;
color: black;
}
a {
color: black;
text-decoration: none;
} .nav-menu {
position: relative;
}
.nav-menu .menu-item {
position: relative;
}
.nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: var(--white);
border: 1px solid var(--black);
min-width: 200px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: var(--transition);
list-style: none;
padding: 0;
margin: 0;
z-index: 1000;
box-shadow: 4px 4px 0px 0px var(--black);
}
.nav-menu .sub-menu::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 4px solid var(--light-gray);
}
.nav-menu .menu-item-has-children:hover > .sub-menu,
.nav-menu .menu-item-has-children.dropdown-active > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.nav-menu .sub-menu li {
border-bottom: 1px solid var(--black);
line-height: 30px;
}
.nav-menu .sub-menu li:last-child {
border-bottom: none;
}
.nav-menu .sub-menu a {
display: block;
padding: 12px 20px;
color: var(--text-primary);
text-decoration: none;
font-size: 14px;
letter-spacing: 0.04em;
transition: var(--transition);
position: relative;
}
.nav-menu .sub-menu a::after {
display: none;
}
.nav-menu .sub-menu a:hover {
background: var(--light-gray);
color: var(--black);
}
.nav-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
margin-left: -1px;
}
.fixed-nav-menu .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: var(--white);
border: 1px solid var(--black);
min-width: 200px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: var(--transition);
list-style: none;
padding: 0;
margin: 0;
z-index: 1000;
box-shadow: 4px 4px 0px 0px var(--black);
}
.fixed-nav-menu .sub-menu::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-top: 4px solid var(--light-gray);
}
.fixed-nav-menu .menu-item-has-children:hover > .sub-menu,
.fixed-nav-menu .menu-item-has-children.dropdown-active > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.fixed-nav-menu .sub-menu li {
border-bottom: 1px solid var(--black);
}
.fixed-nav-menu .sub-menu li:last-child {
border-bottom: none;
}
.fixed-nav-menu .sub-menu a {
display: block;
padding: 12px 20px;
color: var(--text-primary);
text-decoration: none;
font-size: 14px;
letter-spacing: 0.04em;
transition: var(--transition);
position: relative;
}
.fixed-nav-menu .sub-menu a::after {
display: none;
}
.fixed-nav-menu .sub-menu a:hover {
background: var(--light-gray);
color: var(--black);
}
.fixed-nav-menu .sub-menu .menu-item-has-children > a::after {
content: '';
display: block;
width: 0;
height: 0;
margin-left: 8px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid var(--black);
float: right;
margin-top: 6px;
}
.fixed-nav-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
margin-left: -1px;
} .header__fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: var(--white);
border-bottom: 1px solid #000;
height: 60px;
line-height: 60px;
transform: translateY(0);
display: flex;
align-items: center;
font-size: 14px;
letter-spacing: 0.04em;
z-index: 9999;
}
.header__fixed .container {
display: flex;
align-items: center;
height: 60px;
line-height: 60px;
}
.fixed-burger {
display: none;
width: 30px;
z-index: 9999999;
position: relative;
}
.header__row {
border-bottom: 1px solid #000;
font-size: 14px;
letter-spacing: 0.04em;
background: #fff;
position: relative;
}
nav.navbar {
z-index: 999;
position: relative;
}
.navbar .container {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
}
.nav-logo {
transition: var(--transition);
display: inline-flex;
align-items: center;
height: 90px;
}
.nav-logo:hover {
color: var(--primary-dark);
}
.mobile-logo {
display: none;
}
.nav-menu, .shop-menu {
display: flex;
list-style: none;
gap: 2rem;
}
.shop-menu{
float: right;
}
.custom-nav-button {
line-height: 20px;
border: 1px solid #000;padding: 6px 8px;box-shadow: 4px 4px 0px 0px var(--black);
}
.nav-link {
text-decoration: none;
font-weight: 500;
transition: var(--transition);
position: relative;
}
.nav-link:hover {
color: var(--black);
}
.nav-link::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 1px;
background-color: var(--black);
transition: var(--transition);
}
.nav-link:hover::after {
width: 100%;
}
.nav-toggle {
display: none;
cursor: pointer;
z-index: 9999999;
position: relative;
width: 60px;
height: 60px;
align-items: center;
justify-content: center;
}
.nav-toggle img {
width: 30px;
height: 30px;
}
.navbar .header__row:first-child .container {
height: 90px;
line-height: 90px;
}
.navbar .header__row:nth-child(2) .container{
height: 60px;
line-height: 60px;
}
.header__info {
background: #EFEFEF;
height: 40px;
line-height: 40px;
position: relative;
display: inline-flex;
width: 100%;
}
.header__info p {
font-size: 14px;
letter-spacing: 0.04em;
white-space: nowrap;
}
.header__info:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
} .nav-menu a, footer .menu a {
color: black;
text-decoration: none;
font-weight: 500;
transition: var(--transition);
position: relative;
font-size: 14px;
letter-spacing: 0.04em;
}
.nav-menu a:hover,
footer .menu a:hover {
color: var(--black);
}
.nav-menu a::after,
footer .menu a::after {
content: '';
position: absolute;
bottom: -4px;
left: 0;
width: 0;
height: 1px;
background-color: var(--black);
transition: var(--transition);
}
.nav-menu a:hover::after,
footer .menu a:hover::after {
width: 100%;
} .header__info-marquee {
display: none;
overflow: hidden;
white-space: nowrap;
height: 40px;
line-height: 40px;
}
.marquee-content {
display: inline-block;
animation: marquee 5s linear infinite;
white-space: nowrap;
}
.marquee-content span {
font-size: 14px;
letter-spacing: 0.04em;
color: var(--text-primary);
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-33.333%);
}
}
.mobile-menu-close {
position: absolute;
top: 0px;
left: 20px;
width: 60px;
height: 60px;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999999;
border-top: none;
background: none;
}
.mobile-menu-close img {
width: 20px;
height: 20px;
}
.navbar .header__row:first-child .col-20{
text-align: center;
height: 90px;
}
.localization {
text-align: right;
}
li.nav-item {
list-style: none;
display: inline-block;
}
li.nav-item.cart-item {
display: inline-flex;
align-items: center;
gap: 10px;
}
.cart-item {
align-items: center;
}
.cart-content {
display: flex;
flex-direction: column;
align-items: flex-start;
line-height: 1.2;
}
.cart-icon {
display: inline-flex;
align-items: center;
}
.cart-price {
font-size: 12px;
color: var(--black);
margin-bottom: 2px;
}
.search-bar input:focus {
background: white;
}
.search-bar .btn img {
display: flex;
align-items: center;
}
.search-bar {
display: inline-flex;
align-items: center;
gap: 50px;
height: 90px;
line-height: 90px;
position: relative;
}
form.search-form {
display: inline-flex
;
} .hero-slider {
background-color: var(--white);
position: relative;
overflow: hidden;
}
.hero-slider .owl-stage {
display: flex;
}
.hero-carousel {
width: 100%;
opacity: 0;
transition: opacity 0.3s ease;
}
.hero-carousel.heights-calculated {
opacity: 1;
}
.hero-slide {
background-color: var(--light-gray);
min-height: 600px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.hero-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 80px;
gap: 60px;
}
.hero-text {
flex: 1;
max-width: 500px;
text-align: left;
}
.hero-title {
font-size: 4rem;
font-weight: 400;
line-height: 1.1;
color: var(--black);
margin-bottom: 40px;
text-transform: uppercase;
letter-spacing: -0.02em;
}
.hero-image {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
max-width: 600px;
}
.hero-image img {
max-width: 100%;
height: auto;
object-fit: contain;
max-height: 500px;
} .hero-carousel .owl-prev, .categories-carousel .owl-prev {
left: -1px;
height: 100%;
position: relative;
}
.hero-carousel .owl-next, .categories-carousel .owl-next {
right: -1px;
height: 100%;
position: relative;
}
.hero-carousel .owl-nav, .categories-carousel .owl-nav {
position: absolute;
top: -1px;
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
bottom: 0;
height: calc(100% + 2px);
}
.hero-carousel .owl-nav button, .categories-carousel .owl-nav button {
width: 60px;
background-color: var(--white);
color: var(--black);
font-size: 18px;
cursor: pointer;
transition: var(--transition);
display: flex;
align-items: center;
justify-content: center;
pointer-events: all;
border: 1px solid black !important;
border-radius: 0 !important;
box-shadow: none;
margin: 0 !important;
z-index: 9;
background: var(--light-gray) !important;
}
.hero-carousel .owl-nav {
margin: 0 !important;
}
.hero-carousel .owl-nav button:hover {
background: var(--white) !important;
}
.categories-carousel .owl-prev {
background: white !important;
}
.categories-carousel .owl-next {
background: white !important;
}
.categories-carousel .owl-nav {
top: 0 !important;
height: 100% !important;
}
button.owl-prev:after {
content: "PREV";
rotate: -90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
button.owl-next:after {
content: "NEXT";
rotate: 90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
.owl-nav span {
position: absolute;
bottom: 10px;
font-size: 16px;
font-family: 'Font Awesome 6 Free';
font-weight: 900;
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
left: 0;
right: 0;
}
.owl-nav button:hover {
background: white !important;
color: black !important;
}
.owl-nav button:before {
content: "";
border-top: 4px solid white;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
}
.badge {
position: absolute;
background: white;
left: 0;
text-align: center;
border-bottom: 1px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
font-size: 14px;
padding: 0 15px;
border-right: 1px solid;
z-index: 99;
}
.badge:before {
content: "";
border-top: 4px solid #ffffff85;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
} .hero-carousel .owl-dots {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 15px;
}
.hero-carousel .owl-dots .owl-dot {
width: 8px;
height: 8px;
background-color: transparent;
border: 1px solid var(--black);
cursor: pointer;
transition: var(--transition);
box-shadow: none;
}
.hero-carousel .owl-dots .owl-dot.active,
.hero-carousel .owl-dots .owl-dot:hover {
background-color: var(--black);
}
.hero-carousel .owl-dots .owl-dot span {
display: none !important;
}
.hero-slider .owl-carousel {
border: 1px solid black;
} .image-text-box {
background-color: var(--white);
}
.image-text-content {
display: flex;
align-items: center;
gap: 40px;
border: 1px solid black;
}
.image-text-content h2 {
margin-bottom: 30px;
}
.image-text-content .btn {
margin-top: 30px;
}
.image-box {
overflow: hidden;
border-right: 1px solid black;
width: 50%;
}
.image-box img {
width: 100%;
height: auto;
display: block;
transition: var(--transition);
aspect-ratio: 1 / 1;
object-fit: cover;
max-height: 500px;
}
.image-box:hover img {
transform: scale(1.05);
} .text-content {
border: 1px solid black;
padding: 100px 20px;
text-align: center;
}
.text-content .text-wrapper {
width: 700px;
margin: 0 auto;
}
.text-content h2 {
margin-bottom: 30px;
}
.text-content .btn {
margin-top: 30px;
}
.text-box {
padding-top: 0;
}
.text-wrapper {
flex: 1;
padding: 0 40px;
width: 100%;
}
.image-text-content .text-wrapper p {
width: 70% !important;
} .text-block-wysiwyg-content ul {
list-style-position: inside; padding-left: 1ch; margin: 0;
}
.text-block-wysiwyg-content ul li::marker {
content: "–  "; } .text-image-block {
display: flow-root;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
.text-image-block p {
margin-bottom: 10px;
}
.text-image-block p:last-child {
margin-bottom: 0;
}
#feature_boxes {
margin: 0;
}
.feature_box {
float: left;
width: 100%;
position: relative;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: -1px;
}
.feature_box_left {
position: absolute;
left: 0;
height: -webkit-fill-available;
z-index: -9;
flex: 0 0 50%;
width: 50%;
background: no-repeat center / cover;
}
.feature_box.left .image_feature_box_right {
left: 0;
border-right: 1px solid;
border-left: none;
width: calc(50% + 1px);
}
.image_feature_box_right {
position: absolute;
right: 0;
height: -webkit-fill-available;
flex: 0 0 50%;
width: 50%;
background: no-repeat center / cover;
z-index: 99;
border-right: none;
border-left: 1px solid;
}
.feature_box picture {
display: inline-flex;
width: 100%;
height: -webkit-fill-available;
}
.feature_box picture img {
object-fit: cover;
}
.feature_box.left .empty-space {
width: 50%;
float: left;
min-height: 60vh;
}
.feature_box_row {
display: flex;
flex-wrap: nowrap;
width: 50%;
min-height: 60vh;
}
.feature_box .feature_box_text {
display: flex;
align-items: flex-start;
align-content: flex-start;
justify-content: center;
flex-direction: column;
padding: 60px 0 0;
min-height: 400px;
font-size: 18px;
line-height: 28px;
margin-bottom: 60px;
word-wrap: break-word;
width: 500px;
}
.feature_box.left .feature_box_text {
margin-left: 300px;
}
.feature_box_text h2, .feature_box_text h3 {
margin-bottom: 30px;
} .categories-carousel .product-image {
background: var(--light-gray);
height: 100%;
transition: var(--transition);
}
.categories-carousel .product-item.no-image .product-image {
aspect-ratio: 2 / 3;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.categories-carousel .product-item.no-image .product-image a {
display: block;
width: 100%;
height: 100%;
aspect-ratio: 2 / 3;
}
.categories-carousel .product-item.no-image .category-details {
background: var(--light-gray);
color: var(--black);
}
.categories-carousel .product-item.no-image:hover .product-image {
background: var(--light-gray);
}
.categories-carousel .product-item .product-details {
text-align: center;
min-height: 60px !important;
}
.categories-carousel .product-actions p {
font-size: 13px;
}
.categories-carousel .product-item:hover .product-details {
background: white;
}
.categories-carousel .product-item:hover .product-image {
background: white;
overflow: hidden;
}
.categories-carousel .product-item:hover .product-image img {
transform: translateY(-40px);
}
.categories-carousel .product-item .product-image img {
transition: var(--transition);
}
.category-details {
border: 1px solid black;
position: absolute;
width: calc(100% + 2px);
flex-direction: column;
background: var(--light-gray);
flex-grow: 1;
box-sizing: border-box;
padding: 15px 15px 0;
bottom: -1px;
transition: var(--transition);
transform-origin: bottom;
left: -1px;
justify-content: space-between;
height: calc(var(--eqHeight, auto) + var(--hoverBoost, 0px));
}
.category-details a {
color: black;
text-decoration: none;
text-align: center;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.2em;
margin-bottom: 0;
display: block;
}
.product-item:hover .category-details {
background: white;
}
.category-details .price {
text-align: center;
}  .product-item:hover { 
--hoverBoost: 50px; 
} .product-image img { display: block; width: 100%; height: auto; } .product-image img { display: block; width: 100%; height: auto; } .cta-button {
background-color: var(--white);
color: var(--black);
border-radius: var(--border-radius);
cursor: pointer;
transition: all 1s var(--transition);
border: var(--border);
height: 40px;
line-height: 40px;
padding: 0 30px;
font-size: 14px;
text-transform: var(--text-transform);
position: relative;
}
.cta-button:before {
content: "";
width: 100%;
height: 4px;
background: #EFEFEF;
display: block;
position: absolute;
left: 0;
bottom: 0;
}
.cta-button:hover {
box-shadow: 0px 0px 0px 0px var(--black);
top: 4px;
left: 4px;
}
.cta-button:hover:after {
content: "";
position: absolute;
top: 0;
width: 100%;
left: 0;
background: #fff;
display: block;
height: 4px;
}
.cta-button:active {
background: #EFEFEF;
}
.cta-button:active:before,.cta-button:active:after {
content: "";
position: absolute;
top: 0;
width: 100%;
left: 0;
background: #EFEFEF;
display: block;
height: 4px;
} .section-header {
padding: 30px 0;
}
.section-header.center {
text-align: center;
}
.about {
background-color: var(--secondary-color);
}
.services {
background-color: var(--white);
}
.contact {
background-color: var(--gray-100);
}
p {
font-size: 14px;
letter-spacing: 0.04em;
text-transform: none;
line-height: 1.5;
color: black;
}
.page_header {
padding: 50px 0;
border-bottom: 1px solid;
}
.page_header h1 {
font-size: 18px;
margin: 0;
text-align: center;
letter-spacing: 0.1em;
} tr, td, tbody, table, .wc-block-components-totals-wrapper,.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-checkout-order-summary-totals-block {
border-color: black !important;
}
.woocommerce-tabs {
display: none;
}
.wp-block-woocommerce-checkout-order-summary-block {
border-radius: 0 !important;
border-color: black !important;
}
.woo-account .woocommerce {
display: grid;
grid-template-columns: 25% 50% 25%;
align-items: baseline;
}
.woocommerce-form-row, .woocommerce-form-row input, .form-row, .form-row input {
display: inline-flex;
flex-direction: column;
width: 100%;
box-shadow: none;
}
.woocommerce-MyAccount-content {
padding-bottom: 50px;
border-left: 1px solid black;
padding-left: 40px;
padding-top: 50px;
height: 100%;
width: calc(100% - 40px);
}
.select2-container--default .select2-selection--single {
border: 1px solid black;
border-radius: 0 !important;
height: 40px;
display: flex;
align-items: center;
color: black;
background: var(--light-gray);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px;;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: black transparent transparent transparent;
}
#billing_address_1_field, #shipping_address_1_field {
margin-bottom: 10px !important;
}
.woocommerce-Button, .wc-forward, .woocommerce-Address .edit, .woocommerce-address-fields button, .woocommerce-button {
height: 40px;
line-height: 40px;
padding: 0 30px;
background: var(--white);
color: var(--black);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500;
cursor: pointer;
transition: var(--transition);
font-size: 14px;
letter-spacing: 0.04em;
box-shadow: 4px 4px 0px 0px var(--black);
display: inline-block;
}
.woocommerce-Button:hover, .wc-forward:hover, .woocommerce-Address .edit:hover, .woocommerce-address-fields button:hover, .woocommerce-button:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
}
.woocommerce-info .woocommerce-Button, .woocommerce-info .wc-forward{
padding: 0 15px;
margin-bottom: 4px;
}
.woocommerce-error {
outline: none !important;
}
.woocommerce-Address .edit {
margin: 5px 0 20px;
}
.woocommerce-Addresses.addresses {
margin: 20px 0 0;
}
.woocommerce-Address address {
margin-bottom: 10px;
font-size: 14px;
font-style: normal;
letter-spacing: 0.04em;
}
.woocommerce-address-fields__field-wrapper {
margin-bottom: 20px;
}
.login-column, .register-column {
padding: 50px 40px;
}
.login-register-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
margin: 0 15%;
}
.register-column {
border-left: 1px solid black;
}
.woocommerce-LostPassword.lost_password {
margin-top: 20px;
font-size: 12px;
text-transform: uppercase;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
display: inline-flex;
align-items: center;
width: 100%;
margin: 10px 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
width: 16px;
height: 16px;
min-width: 16px;
margin-right: 10px;
}
.register-column .woocommerce-privacy-policy-text p {
margin: 15px 0;
font-size: 12px;
}
.login-column h2,
.register-column h2 {
margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
.login-register-grid {
grid-template-columns: 1fr;
}
}
.woocommerce-store-notice {
padding: 20px;
text-align: center;
} .col-group {
display: flex;
flex-wrap: wrap;
}
.col-10 {
width: 10%;
flex: 0 0 10%;
}
.col-20 {
width: 20%;
flex: 0 0 20%;
}
.col-25 {
width: 25%;
flex: 0 0 25%;
}
.col-30 {
width: 30%;
flex: 0 0 30%;
}
.col-40 {
width: 40%;
flex: 0 0 40%;
}
.col-50 {
width: 50%;
flex: 0 0 50%;
}
.col-60 {
width: 60%;
flex: 0 0 60%;
}
.col-70 {
width: 70%;
flex: 0 0 70%;
}
.col-80 {
width: 80%;
flex: 0 0 80%;
}
.col-100 {
width: 100%;
flex: 0 0 100%;
} .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.service-card {
background-color: var(--white);
padding: 2.5rem;
border-radius: var(--border-radius);
box-shadow: var(--shadow);
text-align: center;
transition: var(--transition);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.service-card h3 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--text-primary);
}
.service-card p {
color: var(--text-secondary);
margin: 0;
} .product-image img {
object-fit: contain;
}
.categories-carousel .product-actions {
transition: var(--transition);
margin-bottom: 0px;
position: absolute;
bottom: -15px;
left: 0;
right: 0;
opacity: 0;
padding-top: 0;
margin-top: 0;
text-align: center;
}
.product-item:hover .product-actions {
bottom: 20px;
opacity: 1;
}
.product-actions .nav-link {
display: inline;
}
.product-item {
border-top: 1px solid black;
position: relative;
display: flex;
flex-direction: column;
height: auto;
border-bottom: 1px solid black;
border-left: 1px solid black;
overflow: hidden;
}
.product-details:before {
content: "";
border-top: 4px solid white;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
}
.product-item h3 {
margin: 0 0 10px 0;
font-size: 14px;
line-height: 1.3;
word-break: break-word;
}
.product-image img {
aspect-ratio: 2 / 3;
width: 100%;
height: auto;
display: block;
padding-bottom: calc((var(--eqHeight, auto)) - 5px);
object-fit: cover;
scale: 1.01;
}
.product-carousel .product-image img {
object-fit: cover;
} .products-carousel.owl-carousel.carousel {
opacity: 0;
transition: opacity 0.3s ease;
}
.products-carousel.owl-carousel.carousel.heights-calculated {
opacity: 1;
}
.price.promo span {
text-decoration: line-through;
margin-right: 5px;
font-size: 14px;
}
hr {
border-top: 1px solid;
border-bottom: none;
}   @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fade-in-up {
animation: fadeInUp 0.6s ease-out;
} .contact-form {
display: flex;
flex-direction: column;
}
#contactForm span {
display: block;
}
.wpcf7-response-output { font-size: 14px;
text-align: center;
padding: 6px 15px !important;
margin: 20px 0 !important;
}
span.wpcf7-not-valid-tip {
position: absolute;
font-size: 11px;
margin-top: 3px !important;
right: 0;
}
input.file {
display: inline-flex;
align-items: center;
padding: 0 15px !important;
height: 50px;
line-height: 50px;
}
.contact-form-wrapper {
margin: 0 auto;
width: 500px;
}
.contact-form input, .contact-form textarea {
padding: 1rem; border-radius: var(--border-radius);
font-size: 13px;
font-family: neue-haas-grotesk-display, sans-serif;
transition: var(--transition);
background: none;
width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus {
outline: none;
border-color: var(--black);
box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.1);
background: white;
}
.contact-form textarea {
min-height: 120px;
resize: vertical;
}
.contact-form button:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
} .newsletter .container{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
align-items: center;
}
#newsletter{
background: var(--light-gray);
border-bottom: 4px solid white;
position: relative;
overflow: hidden;
padding: 160px 0;
}
#newsletterForm, #searchForm {
display: inline-flex;
position: relative;
}
.search-form input, .search-form .btn {
box-shadow: none;
}
.search-form .btn {
position: absolute;
right: 0;
background: none;
border: none;
width: 50px;
}
.search-form .btn:hover {
box-shadow: none;
}
#newsletter h2 {
margin-bottom: 20px;
letter-spacing: 0.1em;
}
#newsletter .container {
z-index: 99999;
position: relative;
}
input {
height: 40px;
line-height: 30px;
padding: 15px;
outline: none;
background: var(--light-gray);
border: 1px solid black;
position: relative;
font-family: neue-haas-grotesk-display, sans-serif;
color: black;
text-transform: uppercase;
letter-spacing: 0.04em;
min-width: 300px;
box-shadow: 4px 4px 0px 0px var(--black);
}
.contact-form textarea {box-shadow: 4px 4px 0px 0px var(--black);
}
.btn {
height: 40px;
line-height: 40px;
padding: 0 20px;
border-radius: 0;
background: white;
border: 1px solid black;
text-transform: uppercase;
letter-spacing: 0.04em;
box-shadow: 4px 4px 0px 0px var(--black);
z-index: 9;
display: inline-block;
position: relative;
cursor: pointer;
color: black;
text-decoration: none;
transition: var(--transition);
font-size: 15px;
}
.btn:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
}
.btn:active {
transform: translate(4px, 4px);
box-shadow: 0px 0px 0px 0px var(--black);
}
input::placeholder {
color: black;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.search-form input {
min-width: 250px;
border: none;
border-bottom: 1px solid;
padding-left: 0;
background: none;
} .quick-cart-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.quick-cart-overlay.active {
opacity: 1;
visibility: visible;
}
.quick-cart-sidebar {
position: fixed;
top: 0;
right: -100%;
width: 100%;
max-width: 450px;
height: 100%;
background-color: #fff;
z-index: 1001;
transition: right 0.3s ease;
display: flex;
flex-direction: column;
z-index: 999999;
border-left: 1px solid;
}
.quick-cart-sidebar.active {
right: 0;
}
.quick-cart-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 10px;
border-bottom: 1px solid;
}
.quick-cart-header h3 {
margin: 0;
font-size: 1.2rem;
}
.quick-cart-close {
background: none;
border: none;
cursor: pointer;
}
.widget_shopping_cart_content {
flex-grow: 1;
overflow-y: auto;
background: var(--light-gray);
}
.woocommerce-mini-cart__empty-message {
text-align: center;
padding: 2rem 0;
} .summary-group {
position: absolute;
padding-bottom: 50px;
left: 0;
right: 0;
border-top: 1px solid;
background: white;
bottom: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item {
display: inline-flex;
align-items: center;
width: 100%;
position: relative;
border-bottom: 1px solid;
background: white;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
width: 60px !important;
object-fit: contain;
aspect-ratio: 1 / 1;
height: auto;
margin: 10px !important;
}
.woocommerce-mini-cart__total.total {
padding: 10px;
display: inline-flex;
justify-content: space-between;
width: 100%;
}
.woocommerce-mini-cart__buttons.buttons {
width: 100%;
display: inline-flex;
justify-content: center;
padding: 10px;
}
.woocommerce-mini-cart__buttons.buttons a {
width: 50%;
text-align: center;
}
.product-info span.quantity {
display: flex;
font-size: 14px;
}
.product-info {
margin-right: 30px;
}
.product-info a {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.2em;
display: inline-block;
line-height: 1.5;
}
.remove.remove_from_cart_button {
position: absolute;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
padding: 0 10px;
border-left: 1px solid;
font-size: 16px;
} .woocommerce-info {
border: 1px solid !important;
background: var(--light-gray);
min-height: 40px;
display: inline-flex;
align-items: center;
width: 100%;
justify-content: space-between;
font-size: 12px;
color: black;
padding: 10px 20px 8px;
position: relative;
letter-spacing: 0.04em;
}
.woocommerce-info:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
fieldset {
border: none;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
border-radius: 0;
height: 40px;
box-shadow: none;
}
.woocommerce-notices-wrapper ul {
list-style: none;
font-size: 14px;
text-align: center;
border: 1px solid;
margin: -1px;
} .woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0 0 50px;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation a {
display: inline-block;
position: relative;
text-decoration: none;
transition: var(--transition);
position: relative;
font-size: 14px;
letter-spacing: 0.04em;
}
.woocommerce-MyAccount-navigation a:hover {
color: var(--black);
}
.woocommerce-MyAccount-navigation a::after {
content: '';
position: absolute;
width: 0;
height: 1px;
bottom: 0;
left: 0;
background-color: var(--black);
transition: var(--transition);
}
.woocommerce-MyAccount-navigation a:hover::after {
width: 100%;
}
.woocommerce-MyAccount-navigation .is-active a {
color: var(--black);
font-weight: 500;
}
.woocommerce-MyAccount-navigation .is-active a::after {
width: 100%;
} footer {
background-color: var(--white);
color: var(--black);
text-align: center;
border-top: 1px solid var(--black);
}
footer .col-25 p {
color: var(--black);
margin: 30px 0;
width: 80%;
letter-spacing: 0.04em;
}
.footer-logo img {
width: 80px;
}
footer .container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
}
footer ul li {
list-style: none;
}
footer.footer .col-25:nth-child(2) {
border-left: 1px solid var(--black);
padding-left: 40px;
}
footer .col-25 {
padding: 40px 0;
}
.footer-bottom {
border-top: 1px solid var(--black);
border-bottom: 1px solid var(--black);
padding: 15px 0;
height: 60px;
display: inline-flex;
align-items: center;
width: 100%;
}
.footer-bottom p {
font-size: 14px;
}
.footer-extra {
background: #EFEFEF;
line-height: 40px;
height: 40px;
margin-top: 4px;
}
.footer-extra p {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.04em;
margin: 0;
text-align: center;
width: 100%;
line-height: 40px;
}
footer span {
font-size: 18px;
margin-bottom: 20px;
display: block;
letter-spacing: 0.1em;
}
footer .social-links {
display: inline-flex;
margin-top: 30px;
}
footer .social-links a {
width: 40px;
height: 40px;
border: 1px solid var(--black);
display: inline-flex;
padding: 5px;
align-items: center;
justify-content: center;
transition: var(--transition);
}
footer .social-links li {
margin-left: -1px;
}
footer .social-links li:first-child {
margin-left: 0;
}
footer .social-links a:hover {
background: #EFEFEF;
}
.footer-bottom .col-50:last-child {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 15px;
} .mobile-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: var(--transition);
}
.mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
}
.mobile-menu-sidebar {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: var(--white);
z-index: 999999;
transition: var(--transition);
overflow-y: auto;
border-right: 1px solid #000;
max-width: 450px;
}
.mobile-menu-sidebar.active {
left: 0;
}
.mobile-menu-content ul li a {
padding: 10px 0 10px;
display: block;
}
.mobile-menu-content {
padding-top: 60px;
}
.mobile-localization a {
display: block;
padding: 10px 20px !important;
}
.mobile-nav-menu,
.mobile-localization {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-nav-link {
display: block;
padding: 10px 20px;
color: var(--black);
text-decoration: none;
font-size: 14px;
transition: var(--transition);
border-bottom: 1px solid #000000;
border-top: 1px solid #000;
margin-top: -1px;
}
.mobile-nav-section h3, .mobile-localization-section h3 {
font-size: 16px;
color: var(--black);
padding: 10px 20px;
text-transform: uppercase;
letter-spacing: 0.04em;
background: #EFEFEF;
border-top: 1px solid;
margin-top: -1px;
}
.mobile-nav-menu {
margin: 20px;
}
.mobile-nav-section {
margin-bottom: 20px;
}
.mobile-nav-section ul, .mobile-nav-section .custom-nav-button {
margin-left: 20px;
} .contact-marquee {
position: absolute;
width: 100%;
overflow: hidden;
white-space: nowrap;
font-size: 150px;
color: #fff;
display: flex;
align-items: center;
top: 0;
bottom: 0;
letter-spacing: 0.5em;
}
.track {
display: inline-flex;
will-change: transform;
}
.item {
padding: 0 2rem;
white-space: nowrap;
}
@keyframes scrollLeft {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
} .contact-form-row {
border: none !important;
padding: 20px;
}
.contact-form-block input,
.contact-form-block textarea {
width: 100% !important;
max-width: 400px !important;
min-width: 200px;
}
.contact-form-block .contact-form-row {
display: flex;
flex-wrap: wrap;
gap: 40px;
align-items: center;
}
.contact-form-block .contact-form-left {
flex: 1;
min-width: 300px;
}
.contact-form-block .contact-form-right {
flex: 1;
min-width: 300px;
display: flex;
justify-content: center;
}
.contact-form-block .contact-form-left h2,
.contact-form-block .contact-form-left h3 {
margin-bottom: 20px;
}
.contact-form-block .contact-form-left p {
margin-bottom: 15px;
line-height: 1.6;
width: 80%;
}
@media screen and (max-width: 992px) {
.contact-form-block .contact-form-row {
flex-direction: column;
gap: 30px;
}
.contact-form-block .contact-form-left,
.contact-form-block .contact-form-right {
width: 100%;
min-width: 100%;
}
} .has-margin-top {
margin-top: 60px;
}
.has-margin-bottom {
margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
.has-margin-top {
margin-top: 40px;
}
.has-margin-bottom {
margin-bottom: 40px;
}
} input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
input[type="search"]::-ms-clear {
display: none;
width: 0;
height: 0;
} .cart-page {
padding: 60px 0;
}
.cart-page .page-title {
font-size: 48px;
font-weight: 500;
margin-bottom: 40px;
text-transform: uppercase;
text-align: center;
}
.woocommerce-cart-form {
margin-bottom: 40px;
}
.shop_table {
width: 100%;
border-collapse: collapse;
border: var(--border);
}
.shop_table thead th {
background: var(--light-gray);
padding: 15px;
text-align: left;
font-weight: 500;
text-transform: uppercase;
border-bottom: var(--border);
}
.shop_table tbody td {
padding: 20px 15px;
border-bottom: var(--border);
vertical-align: middle;
}
.shop_table .product-remove a {
color: var(--black);
font-size: 24px;
text-decoration: none;
font-weight: 300;
}
.shop_table .product-thumbnail img {
width: 80px;
height: 80px;
object-fit: cover;
border: var(--border);
}
.shop_table .product-name a {
color: var(--black);
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
}
.shop_table .product-price,
.shop_table .product-subtotal {
font-weight: 600;
}
.shop_table .product-quantity input {
width: 60px;
padding: 8px;
border: var(--border);
text-align: center;
text-transform: uppercase;
}
.shop_table .actions {
text-align: right;
}
.shop_table .actions .button {
background: var(--black);
color: var(--white);
border: none;
padding: 12px 24px;
text-transform: uppercase;
font-weight: 500;
cursor: pointer;
transition: var(--transition);
}
.shop_table .actions .button:hover {
background: var(--gray-800);
}
.cart-collaterals {
display: flex;
justify-content: flex-end;
}
.cart-totals {
width: 100%;
max-width: 500px;
}
.wc-block-checkout__main input, .wc-block-checkout__main select {
border-radius: 0 !important;
box-shadow: none !important;
}
.wc-block-components-checkbox label {
align-items: center !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
height: 32px !important;
margin-left: 0 !important;
margin-top: 0 !important;
width: 32px !important;
padding: 4px 5px 6px !important;
} .single-product-page {
padding: 60px 0 0;
}
.single-product-content {
margin-bottom: 60px;
} .product-main-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
opacity: 0;
transition: opacity 0.3s ease;
max-height: 70vh;
}
.product-main-wrapper.loaded {
opacity: 1;
}
.product-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}
.related-products.product-carousel {
margin-bottom: 60px;
} .product-gallery-wrapper {
display: flex;
position: relative;
overflow: hidden;
max-width: 100%;
border-left: 1px solid;
height: 70vh;
justify-content: space-evenly;
border-bottom: 1px solid;
}
.product-long-description {
border-top: 1px solid;
margin-left: -40px;
width: calc(100% + 80px);
padding: 40px 40px 0;
}
.product-long-description p {
margin-bottom: 10px;
}
.product-long-description p:last-child {
margin-bottom: 0;
} .product-main-slider {
position: relative;
background: var(--white);
border-top: 1px solid;
border-bottom: 1px solid;
transition: all 0.3s ease;
}
.product-main-slider .main-image-container {
cursor: zoom-in;
overflow: hidden;
}
.product-main-slider .main-image-container img {
width: 100%;
transition: transform 0.3s ease;
object-fit: cover;
height: 70vh;
background: var(--light-gray);
}
.product-main-slider .main-image-container:hover img {
transform: scale(1.5);
}
.product-main-slider .zoom-lens {
position: absolute;
border: 1px solid var(--black);
width: 150px;
height: 150px;
pointer-events: none;
display: none;
background: rgba(255, 255, 255, 0.3);
z-index: 10;
}
.product-main-slider .main-image-container:hover .zoom-lens {
display: block;
} .product-main-slider .owl-nav {
position: absolute;
top: -1px;
width: 100%;
height: calc(100% + 2px);
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 9;
margin-top: 0 !important;
}
.product-main-slider .owl-nav button {
width: 60px;
background: var(--light-gray) !important;
border: 1px solid var(--black) !important;
pointer-events: all;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: var(--black);
transition: var(--transition);
margin: 0 !important;
border-radius: 0 !important;
box-shadow: none;
position: relative;
border-bottom: none !important;
}
.owl-theme .owl-nav .disabled {
opacity: 1 !important;
}
.product-main-slider .owl-nav button:hover {
background: white !important;
}
.product-main-slider .owl-nav button:before {
content: "";
border-top: 4px solid white;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
}
.product-main-slider .owl-prev {
left: -1px;
}
.product-main-slider .owl-next {
right: -1px;
}
.product-main-slider .owl-prev:after {
content: "PREV";
rotate: -90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
.product-main-slider .owl-next:after {
content: "NEXT";
rotate: 90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
.product-main-slider .owl-nav span {
display: none;
}
.product-main-slider .owl-dots {
display: none;
} .product-thumbs-slider {
position: relative;
margin-top: -2px;
margin-left: -1px;
width: calc(100% + 1px) !important;
max-width: calc(100% + 1px) !important;
overflow: hidden;
}
.product-thumbs-slider .owl-stage-outer {
background: var(--white);
border-left: 1px solid;
border-bottom: 1px solid;
background: var(--light-gray);
}
.product-thumbs-slider .owl-stage-outer:before {
content: "";
border-top: 1px solid;
width: 100%;
height: 1px;
position: relative;
display: block;
margin-bottom: -2px;
}
.product-thumbs-slider .thumb-item {
cursor: pointer;
transition: var(--transition);
background: #000;
padding: 0px;
margin-left: -1px;
margin-bottom: -1px;
overflow: hidden;
}
.product-thumbs-slider .thumb-item:hover img{
opacity: 1;
}
.product-thumbs-slider .thumb-item.active {
padding: 0;
opacity: 1;
}
.product-thumbs-slider .thumb-item img {
width: 100%;
height: auto;
display: block;
transition: var(--transition);
opacity: 0.9;
border: 1px solid;
background: var(--light-gray);
}
.product-thumbs-slider .thumb-item.active img {
padding: 0;
opacity: 1;
}
.product-thumbs-slider .owl-nav {
position: absolute;
top: -1px;
width: 100%;
height: calc(100% + 2px);
display: flex;
justify-content: space-between;
pointer-events: none;
z-index: 9;
}
.product-thumbs-slider .owl-nav button {
width: 60px;
background: var(--white) !important;
border: 1px solid var(--black) !important;
pointer-events: all;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: var(--black);
transition: var(--transition);
margin: 0 !important;
border-radius: 0 !important;
box-shadow: none;
}
.product-thumbs-slider .owl-nav button:hover {
background: var(--light-gray) !important;
}
.product-thumbs-slider .owl-nav button:before {
content: "";
border-top: 4px solid white;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
}
.product-thumbs-slider .owl-prev {
left: -1px;
}
.product-thumbs-slider .owl-next {
right: -1px;
}
.product-thumbs-slider .owl-prev:after {
content: "PREV";
rotate: -90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
.product-thumbs-slider .owl-next:after {
content: "NEXT";
rotate: 90deg;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
font-size: 12px;
line-height: 1.2;
}
.product-thumbs-slider .owl-nav span {
display: none;
}
.product-thumbs-slider .owl-dots {
display: none;
} .product-info-wrapper {
padding: 40px;
display: flex;
flex-direction: column;
gap: 20px;
border: 1px solid;
position: relative;
overflow-y: auto;
max-height: 70vh;
height: 70vh;
justify-content: space-between;
}
.product-badge {
top: 0;
position: absolute;
background: white;
text-align: center;
border-bottom: 1px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
font-weight: 500;
font-size: 14px;
padding: 0 15px;
border: 1px solid;
z-index: 99;
}
.product-quantity {
max-width: 60px;
min-width: 50px;
text-align: center;
}
.product-breadcrumb {
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #00000070;
margin-bottom: 10px;
}
.product-breadcrumb a {
color: #00000070;
text-decoration: none;
transition: var(--transition);
}
.product-breadcrumb a:hover {
color: var(--black);
}
.product_title {
font-size: 24px;
font-weight: 500;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1.3;
}
.stock-status {
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 8px 0;
}
.stock-status.in-stock {
color: var(--black);
}
.stock-status.out-of-stock {
color: #ef4444;
}
.woocommerce-product-details__short-description {
font-size: 14px;
line-height: 1.5;
color: var(--black);
width: 50%;
text-transform: initial;
letter-spacing: 0.5px;
margin-top: 20px;
}
.woocommerce-product-details__short-description p {
margin-bottom: 15px;
}
.product-price {
font-size: 18px;
font-weight: 600;
color: var(--black);
}
.product-info-bottom .product-price {
margin-bottom: 20px;
}
.product-info-bottom .variations {
margin-bottom: 20px;
}
.variations tbody {
display: flex;
gap: 20px;
font-size: 14px;
}
.product-price .amount {
font-size: 18px;
}
.product-cart-form {
margin: 20px 0;
}
.product-cart-form .cart {
display: flex;
gap: 10px;
align-items: center;
}
.product-cart-form .variations_form.cart {
flex-direction: column;
align-items: flex-start;
}
.product-cart-form .quantity {
display: flex;
align-items: center;
}
.product-cart-form .quantity input {
width: 60px;
height: 40px;
text-align: center;
border: 1px solid var(--black);
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 0;
}
.product-cart-form .single_add_to_cart_button {
height: 40px;
line-height: 40px;
padding: 0 30px;
background: var(--white);
color: var(--black);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500;
cursor: pointer;
transition: var(--transition);
font-size: 14px;
letter-spacing: 0.04em;
box-shadow: 4px 4px 0px 0px var(--black);
}
.product-cart-form .single_add_to_cart_button:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
}
.product-cart-form .single_add_to_cart_button:active {
transform: translate(4px, 4px);
box-shadow: 0px 0px 0px 0px var(--black);
} .product-cart-section {
display: inline-flex;
align-items: center;
}
.product-info-bottom .product-cart-section {
margin-bottom: 20px;
}
.product-cart-section .btn {
margin-left: -1px;
}
.woocommerce-variation-add-to-cart .quantity {
display: inline-flex;
margin-right: -1px;
z-index: -9;
position: relative;
}
.woocommerce-variation-add-to-cart {
display: flex;
margin-bottom: 20px;
}
.variations .reset_variations {
display: none;
margin: 0 20px;
font-size: 12px;
letter-spacing: 0.06em;
}
.variations select {
height: 40px;
border-radius: 0;
background: var(--light-gray);
padding: 0 15px;
}
.variations tr {
display: inline-flex;
align-items: center;
gap: 10px;
}
.woocommerce-variation-availability p {
margin: 20px 0;
font-size: 12px;
}
.product-cart-section .product-quantity, .quantity input {
width: 60px;
height: 40px;
text-align: center;
border: 1px solid var(--black);
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 0;
min-width: 60px;
}
.product-cart-section .add-to-cart-btn, .product-cart-section .select-options-btn, .select-options-btn, .single_add_to_cart_button {
height: 40px;
line-height: 40px;
padding: 0 30px;
background: var(--white);
color: var(--black);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500 !important;
cursor: pointer;
transition: var(--transition);
font-size: 15px !important;
letter-spacing: 0.04em !important;
box-shadow: 4px 4px 0px 0px var(--black);
display: inline-flex !important
;
}
.select-options-btn {
display: inline-block;
text-decoration: none;
text-align: center;
}
.product-cart-section .add-to-cart-btn:hover, .product-cart-section .select-options-btn:hover, .select-options-btn:hover, .single_add_to_cart_button:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
}
.product-cart-section .add-to-cart-btn:active, .product-cart-section .select-options-btn:active, .select-options-btn:active, .single_add_to_cart_button:active {
transform: translate(4px, 4px);
box-shadow: 0px 0px 0px 0px var(--black);
}
.product-meta {
margin-bottom: 40px;
margin-top: 40px;
}
.product-category,
.product-tags,
.product-meta-item {
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
display: flex;
gap: 10px;
}
.product-info-bottom .product-meta-item {
margin-bottom: 5px;
}
.product-info-bottom .product-meta-item:last-child {
margin-bottom: 0;
}
.category-label,
.tags-label,
.meta-label {
font-weight: 600;
}
.category-value,
.tags-value,
.meta-value {
color: #00000070;
} .woocommerce-tabs {
margin-top: 60px;
}
.woocommerce-tabs .tabs li.active {
background: var(--light-gray);
border-bottom: none !important;
}
.woocommerce-tabs .tabs li:not(:first-child) {
margin-left: -1px;
}
.woocommerce-tabs .tabs {
display: flex;
gap: 0;
list-style: none;
}
.woocommerce-tabs .tabs li {
border: 1px solid;
margin-bottom: -1px;
}
.woocommerce-tabs .tabs li a {
padding: 9px 20px;
display: block;
}
.woocommerce-tabs .tabs li a {
color: var(--text-secondary);
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
transition: var(--transition);
font-size: 14px;
letter-spacing: 0.04em;
}
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
color: var(--black);
}
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 20px;
background: var(--light-gray);
border-top: 1px solid;
border-bottom: 1px solid;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
font-size: 18px;
margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
line-height: 1.8;
} .woocommerce ul.products {
display: flex;
flex-wrap: wrap;
gap: 0;
list-style: none;
margin: 0;
padding: 0;
opacity: 0;
transition: opacity 0.3s ease;
margin-bottom: 50px;
}
.woocommerce ul.products.heights-calculated {
opacity: 1;
}
.woocommerce ul.products .product-actions {
text-align: center;
}
.woocommerce ul.products li.product {
margin: 0 !important;
width: 20%;
flex: 0 0 20%;
margin-top: -1px !important;
}
.woocommerce ul.products li.product .price {
color: black !important;
font-size: 14px;
margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .product-item {
position: relative;
border-right: 1px solid black;
margin-left: -1px;
}
.woocommerce ul.products li.product a img {
margin: 0 !important;
height: unset !important;
aspect-ratio: 2 / 3;
background: var(--light-gray);
}
.woocommerce ul.products li.product .product-image {
position: relative;
background: var(--light-gray);
min-height: 300px;
}
.woocommerce ul.products li.product .product-image.loaded {
background: transparent;
border: none;
}
.woocommerce ul.products li.product .product-image img {
object-fit: cover !important;
opacity: 0;
}
.woocommerce ul.products li.product .product-image.loaded img {
opacity: 1;
}
.woocommerce ul.products li.product .category-details {
height: calc(var(--eqHeight, auto) + var(--hoverBoost, 0px));
}
.woocommerce ul.products .product-item .product-image img {
transition: var(--transition);
}
.woocommerce ul.products .product-item:hover .product-image img {
transform: translateY(-40px);
margin: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
border: none !important;
}
.woocommerce ul.products li.product .product-item:hover {
--hoverBoost: 50px;
}
.woocommerce ul.products .product-actions {
transition: var(--transition);
margin-bottom: 0px;
position: absolute;
bottom: -15px;
left: 0;
right: 0;
opacity: 0;
padding-top: 0;
margin-top: 0;
text-align: center;
}
.woocommerce ul.products li.product:hover .product-actions {
bottom: 20px;
opacity: 1;
}
header.woocommerce-products-header {
width: 100%;
}
header.woocommerce-products-header {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 40px 0;
gap: 40px;
} .woocommerce-breadcrumb {
flex: 1;
display: flex;
justify-content: flex-start;
margin-bottom: 0 !important;
}
.woocommerce-breadcrumb ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
align-items: center;
flex-wrap: nowrap;
gap: 10px;
}
.woocommerce-breadcrumb li {
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
white-space: nowrap;
color: #00000070;
} .custom-link a {
color: black !important;
text-decoration: none;
transition: var(--transition);
position: relative;
display: inline-block;
}
.custom-link a:hover {
color: var(--black);
}
.custom-link a::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: var(--black);
transition: var(--transition);
}
.custom-link a:hover::after {
width: 100%;
}
.woocommerce-breadcrumb .separator {
margin: 0 5px;
color: black;
}
.woo_page_title {
flex: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.woo_page_title h1 {
margin: 0;
font-size: 18px;
letter-spacing: 0.1em;
}
.woo_seo_text {
flex: 1;
display: flex;
justify-content: flex-end;
align-items: center;
}
.woo_seo_text p {
margin: 0;
text-align: right;
width: 60%;
font-size: 13px;
line-height: 1.4;
letter-spacing: 0.04em;
}
.shop-page-header {
border-bottom: 1px solid;
}
.category-seo-content {
text-transform: initial;
margin-bottom: 60px;
max-width: 800px;
}
.category-seo-content h1, .category-seo-content h2, .category-seo-content h3, .category-seo-content h4 {
text-transform: uppercase;
} .filters {
position: relative;
}
.filters:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
.filters .container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 300px;
}
.filters-content, .tag-content {
display: flex;
align-items: center;
gap: 15px;
}
.tags ul {
display: inline-flex;
gap: 20px;
list-style: none;
align-items: center;
letter-spacing: 0.5px;
font-size: 14px;
}
.tags a.active:after {
width: 100%;
}
.filters-content a, .tag-content a {
font-size: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.filters-group {
display: inline-flex;
gap: 20px;
align-items: center;
min-width: 30%;
justify-content: flex-start;
} .tags-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
display: none;
}
.tags-lightbox {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
background: var(--white);
border: 1px solid var(--black);
width: 90%;
max-width: 600px;
max-height: 80vh;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.tags-lightbox.active {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
.tags-lightbox-content {
display: flex;
flex-direction: column;
height: 100%;
}
.tags-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
border-bottom: 1px solid var(--black);
}
.tags-header h2 {
margin: 0;
font-size: 24px;
letter-spacing: 0.04em;
}
.close-tags {
background: none;
border: none;
font-size: 32px;
line-height: 1;
cursor: pointer;
padding: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.close-tags:hover {
transform: rotate(90deg);
}
.tags-body {
flex: 1;
overflow-y: auto;
padding: 30px;
overflow-y: scroll;
overflow-x: hidden;
max-height: 30dvh;
}
.tags-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.tag-item {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 15px;
border: 1px solid var(--black);
background: var(--white);
cursor: pointer;
transition: var(--transition);
}
.tag-item:hover {
background: var(--light-gray);
transform: translateX(4px);
}
.tag-item input[type="checkbox"] {
width: 20px !important;
height: 20px;
cursor: pointer;
flex-shrink: 0;
box-shadow: none;
min-width: unset !important;
}
.tag-name {
flex: 1;
font-size: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--black);
font-weight: 500;
}
.tag-count {
font-size: 12px;
color: var(--text-secondary);
flex-shrink: 0;
}
.no-tags {
text-align: center;
padding: 40px 20px;
color: var(--text-secondary);
}
.tags-footer {
display: flex;
gap: 15px;
padding: 20px 30px;
border-top: 2px solid var(--black);
}
.tags-footer button {
flex: 1;
padding: 15px 30px;
font-size: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
border: 2px solid var(--black);
cursor: pointer;
transition: var(--transition);
}
.tags-footer .button-secondary {
background: var(--white);
color: var(--black);
}
.tags-footer .button-secondary:hover {
background: var(--light-gray);
}
.tags-footer .button-primary {
background: var(--black);
color: var(--white);
}
.tags-footer .button-primary:hover {
background: var(--text-primary);
} .sort {
display: flex;
align-items: center;
gap: 15px;
min-width: 30%;
justify-content: flex-end;
}
.sort p {
margin: 0;
font-size: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.sort .woocommerce-ordering {
margin: 0;
}
.sort select {
height: 40px;
line-height: 40px;
padding: 0 15px;
border: 1px solid black;
background: white;
font-family: neue-haas-grotesk-display, sans-serif;
font-size: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
cursor: pointer;
outline: none;
transition: var(--transition);
}
.sort select:hover {
background: var(--light-gray);
} .filters-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
display: none;
}
.filters-lightbox {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
width: 90%;
max-width: 500px;
max-height: 80vh;
background: white;
border: 1px solid black;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.filters-lightbox.active {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%) scale(1);
}
body.filters-open {
overflow: hidden;
}
.filters-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px;
border-bottom: 1px solid black;
position: relative;
}
.filters-header:before {
content: "";
border-top: 4px solid #EFEFEF;
width: 100%;
left: 0;
right: 0;
top: 0;
position: absolute;
}
.filters-header h3 {
margin: 0;
font-size: 18px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.close-filters {
background: none;
border: none;
cursor: pointer;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.close-filters:hover {
opacity: 0.7;
}
.filters-body {
flex: 1;
overflow-y: auto;
padding: 30px;
display: flex;
flex-direction: column;
gap: 20px;
}
.filter-group {
display: flex;
flex-direction: column;
}
.filter-title {
font-size: 14px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 20px;
font-weight: 500;
}
.filter-options #product_category {
border: 1px solid;
border-radius: 0;
outline: none;
padding: 10px;
background: var(--light-gray);
}
.filter-options {
display: flex;
flex-direction: column;
gap: 12px;
}
.filter-option {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 14px;
letter-spacing: 0.04em;
}
.filter-option input[type="checkbox"] {
width: 18px;
height: 18px;
border: 1px solid black;
cursor: pointer;
margin: 0;
}
.filter-label {
flex: 1;
}
.filter-count {
color: #00000070;
font-size: 12px;
}
.price-filter {
gap: 20px;
}
.price-inputs {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.price-input-group {
display: flex;
flex-direction: column;
gap: 8px;
position: relative;
}
.price-input-group label {
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.price-input-group input {
width: 100%;
padding: 8px 35px 8px 10px;
border: 1px solid #ddd;
font-size: 14px;
} .price-input-group input[type="number"]::-webkit-inner-spin-button,
.price-input-group input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.price-input-group input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
}
.price-input-group input {
font-size: 14px;
letter-spacing: 0.04em;
box-shadow: none;
min-width: auto;
}
.price-input-group .currency {
position: absolute;
right: 15px;
bottom: 12px;
font-size: 14px;
pointer-events: none;
}
.price-range-info {
display: flex;
justify-content: space-between;
font-size: 12px;
color: #00000070;
}
.filters-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 30px;
border-top: 1px solid black;
gap: 15px;
}
.filters-footer .btn {
flex: 1;
}
.no-filters {
font-size: 13px;
color: #00000070;
margin: 0;
}
nav.woocommerce-pagination {
margin-top: 40px;
margin-bottom: 40px;
height: 34px !important;
width: 100%;
}
nav.woocommerce-pagination ul {
display: inline-flex;
list-style: none;
justify-content: flex-end;
width: 100%;
}
span.page-numbers, a.page-numbers {
width: 60px;
height: 30px;
border: 1px solid black;
background: white !important;
padding: 0 !important;
margin: 0 !important;
color: black !important;
display: flex !important;
align-items: center;
justify-content: center;
font-size: 13px !important;
}
ul.page-numbers li {
margin-left: -2px !important;
}
.woocommerce nav.woocommerce-pagination ul {
border: none !important;
}
span.page-numbers.current {
background: var(--light-gray)!important;
color: black!important;
} .active-filters {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.active-filter {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 12px;
background: var(--light-gray);
border: 1px solid black;
font-size: 12px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.active-filter .remove-filter {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
line-height: 1;
padding: 0;
margin-left: 5px;
transition: var(--transition);
}
.active-filter .remove-filter:hover {
opacity: 0.7;
} .woocommerce ul.products.loading {
position: relative;
pointer-events: none;
} @media screen and (max-width: 1640px) {
.woocommerce ul.products li.product {
width: 25%;
flex: 0 0 25%;
}
}
@media screen and (max-width: 1200px) {
.woocommerce ul.products li.product {
width: 33.333%;
flex: 0 0 33.333%;
}
}
@media screen and (max-width: 768px) {
.woocommerce ul.products li.product {
width: 50%;
flex: 0 0 50%;
}
}
@media screen and (max-width: 480px) {
.woocommerce ul.products li.product {
width: 100%;
flex: 0 0 100%;
}
} @media screen and (min-width: 992px) {
.fixed-burger {
display: flex;
cursor: pointer;
align-items: center;
justify-content: center;
}
}
@media screen and (max-width: 1400px) {
.fixed-nav-menu {
display: none;
}
.login-register-grid {
margin: 0;
}
}
@media screen and (max-width: 1920px) {
.container {
padding-right: 10.4%;
padding-left: 10.4%;
}
.feature_box.left .feature_box_text {
margin-left: 25%;
}
.feature_box .feature_box_text {
width: 70%;
}
.filters .container {
padding: 20px 10.4%;
}
}
@media screen and (max-width: 1080px) {
.header__info .container {
display: none;
}
.header__info-marquee {
display: block;
}
form#newsletterForm input {
width: 100% !important;
}
}
@media screen and (max-width: 992px) {
.register-column {
border-left: 0;
margin-bottom: 50px;
}
.register-column h2 {
margin-top: 50px;
}
.register-column:before {
content: "";
border-top: 1px solid;
height: 1px;
width: 100%;
position: absolute;
left: 0;
}
.login-column, .register-column {
padding: 50px 0px 0;
} .product-layout {
grid-template-columns: 1fr;
}
.product-gallery-wrapper {
border-right: none;
border-bottom: none;
}
.product-main-slider {
border-right: 1px solid black;
}
.product-info-wrapper {
padding: 30px;
border-top: 0;
overflow-y: unset;
max-height: unset;
height: unset;
}
.product-main-slider .owl-nav button {
width: 50px;
}
.product-main-slider .owl-prev:after,
.product-main-slider .owl-next:after {
font-size: 11px;
}
.hero-title {
font-size: 48px;
}
.image_feature_box_right {
position: relative;
flex: 0 0 100%;
width: 100%;
border-left: none;
}
.text-content .text-wrapper {
width: 100%;
}
.feature_box .feature_box_text {
min-height: 300px;
}
.feature_box.left .image_feature_box_right {
width: 100%;
border-right: none;
}
.feature_box.left .empty-space {
display: none;
}
.feature_box_row {
display: flex;
flex-wrap: nowrap;
width: 100%;
min-height: auto;
}
.container {
padding-right: 40px;
padding-left: 40px;
}
.filters .container {
padding: 20px 40px;
display: flex;
align-items: flex-start;
flex-direction: column;
gap: 10px;
}
.filters-group {
display: inline-flex;
gap: 10px;
align-items: flex-start;
flex-direction: column;
}
.feature_box.left .feature_box_text {
margin-left: 0px;
}
footer .col-25:first-child {
width: 100%;
flex: 0 0 100%;
position: relative;
}
footer .col-25:nth-child(2), footer .col-25:nth-child(3), footer .col-25:nth-child(4) {
width: 33.333%;
flex: 0 0 33.333%;
border-left: none !important;
padding-left: 0 !important;
}
footer .col-25:first-child:after {
content: "";
border-bottom: 1px solid #000;
width: calc(100% + 80px);
position: absolute;
bottom: 0;
left: -40px;
overflow: hidden;
}
#newsletter .col-50 {
width: 100%;
flex: 0 0 100%;
}
#newsletterForm {
margin-top: 30px;
}
.image-text-content {
align-items: flex-start;
flex-direction: column;
padding-bottom: 50px;
}
.owl-item.active .product-item .category-details {
background: white;
}
.owl-item.active .categories-carousel .product-item .product-image img {
transform: translateY(-30px);
}
.owl-item.active .categories-carousel .product-item .product-image {
background: white;
}
.search-bar input {
display: none;
}
.header__row .col-40:first-child {
display: inline-flex;
align-items: center;
}
.search-form .btn {
border: none;
box-shadow: none;
position: relative;
}
.image-box {
border-right: none;
border-bottom: 1px solid;
width: 100%;
}
.owl-item.active .product-item .product-details {
background: white;
}
.owl-item.active .product-item .product-image {
background: white;
}
.owl-item.active .product-item .category-details {
background: white;
}
.product-carousel .owl-item.active .product-item {
--hoverBoost: 50px;
}
.product-carousel .owl-item.active .product-item .product-actions {
bottom: 20px;
opacity: 1;
}
.woo-account .woocommerce {
grid-template-columns: 25% 75%;
}
.woocommerce-MyAccount-content {
width: 100%;
}
header.woocommerce-products-header {
padding: 40px 0;
flex-direction: column;
align-items: center;
width: 100%;
}
.woo_seo_text {
flex: unset;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.woo_seo_text p {
margin: 0;
text-align: center;
width: 100%;
}
.product-main-wrapper {
display: flex;
grid-template-columns: unset;
flex-direction: column;
max-height: unset;
}
.product-info-bottom {
position: relative;
bottom: 0px;
left: 0px;
right: 0px;
}
.product-info-bottom .variations {
margin-bottom: 20px;
}
.woocommerce-breadcrumb {
overflow-x: scroll;
}
.product-long-description {
margin-left: -30px;
width: calc(100% + 60px);
}
}
@media screen and (max-width: 768px) { .product-info-wrapper {
padding: 20px;
}
.product_title {
font-size: 20px;
}
.product-main-slider .owl-nav button {
width: 40px;
}
.product-main-slider .owl-prev:after,
.product-main-slider .owl-next:after {
font-size: 10px;
}
.product-thumbs-slider .owl-nav button {
width: 40px;
}
.product-thumbs-slider .owl-prev:after,
.product-thumbs-slider .owl-next:after {
font-size: 10px;
}
footer .col-25:first-child:after {
width: calc(100% + 40px);
left: -20px;
}
.nav-menu,
.localization {
display: none;
}
.desktop-logo {
display: none;
}
.mobile-logo {
display: block;
aspect-ratio: 3 / 2;
}
.nav-toggle {
display: flex;
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
z-index: 9999999;
position: relative;
}
.header__fixed .nav-toggle {
border-top: none;
} .hero-slide {
min-height: 500px;
}
.hero-content {
text-align: center;
flex-direction: column-reverse;
max-width: 100%;
gap: 0;
padding: 0 50px;
}
.hero-text {
max-width: 100%;
text-align: center;
padding-bottom: 100px;
}
.hero-title {
font-size: 36px;
}
.hero-image {
max-width: 100%;
}
.services-grid {
grid-template-columns: 1fr;
}
.service-card {
padding: 2rem;
}
.container, .full-container {
padding-right: 20px;
padding-left: 20px;
}
.filters .container {
padding: 20px;
}
nav.navbar .header__row:nth-child(2) {
display: none;
}
.shop-menu li:first-child {
display: none;
}
.mobile-menu-sidebar {
width: 100vw;
}
.custom-nav-button {
display: none;
}
.product-long-description {
margin-left: -20px;
width: calc(100% + 40px);
padding: 20px 20px 0px;
}
}
@media screen and (max-width: 640px) { nav.woocommerce-pagination ul.page-numbers li {
display: none !important;
} nav.woocommerce-pagination ul.page-numbers li:first-child {
display: flex !important;
} nav.woocommerce-pagination ul.page-numbers li:last-child {
display: flex !important;
} nav.woocommerce-pagination ul.page-numbers li:has(.current) {
display: flex !important;
} nav.woocommerce-pagination ul.page-numbers li:nth-child(2) {
display: flex !important;
} nav.woocommerce-pagination ul.page-numbers li:has(.dots) {
display: flex !important;
} nav.woocommerce-pagination ul.page-numbers li:nth-last-child(2) {
display: flex !important;
}
span.page-numbers, a.page-numbers {
width: 45px;
}
footer .col-25:nth-child(2), footer .col-25:nth-child(3), footer .col-25:nth-child(4) {
width: 100%;
flex: 0 0 100%;
position: relative;
}
footer .col-25:nth-child(3), footer .col-25:nth-child(4){
padding: 0 0 40px;
}
.footer-bottom {
height: 90px;
}
.footer-bottom .col-50 {
width: 100%;
flex: 0 0 100%;
text-align: center;
}
.footer-bottom .col-50:last-child {
align-items: center;
justify-content: center;
margin-top: 10px;
}
#newsletterForm {
width: 100%;
}
form#newsletterForm input {
min-width: calc(100% - 100px);
}
.mobile-menu-close {
left: 10px;
}
.woo-account .woocommerce {
grid-template-columns: 1fr;
}
.woocommerce-MyAccount-content {
width: 100%;
padding-left: 0;
border: none;
}
.woocommerce-MyAccount-navigation ul {
margin: 50px 0 0;
}
.woocommerce-form-row, .woocommerce-form-row input, .form-row, .form-row input {
min-width: 100%;
}
.variations tbody {
gap: 10px;
flex-direction: column;
}
}
hr.block-divider {
border: none;
border-top: 1px solid var(--black);
margin: 0;
}
@media screen and (max-width: 480px) {
.hero {
padding: 100px 0 60px;
}
.hero-title {
font-size: 30px;
}
.feature_box .feature_box_text {
width: 90%;
}
.text-content {
padding: 60px 20px;
}
.hero-text {
padding-bottom: 60px;
}
.image-text-content .text-wrapper p {
width: 90% !important;
}
.text-wrapper {
padding: 0 20px;
}
.hero-carousel .owl-nav button, .categories-carousel .owl-nav button {
width: 40px;
}
.hero-slider .container, .categories-carousel .container {
padding-left: 5px;
padding-right: 5px;
}
.nav-toggle, .header__fixed .nav-toggle {
margin-left: -15px;
}
.mobile-menu-close {
left: 0px;
}
.filters .container {
flex-direction: column;
align-items: flex-start;
}
.sort select {
max-width: 220px;
}
} html {
scroll-behavior: smooth;
}
.gtranslate_wrapper {
z-index: 999999999;
position: absolute;
top: 0;
right: 0;
} .contact-form input, .contact-form textarea {
padding: 1rem;
border: 1px solid #000000;
border-radius: var(--border-radius);
font-size: 13px;
font-family: neue-haas-grotesk-display, sans-serif;
transition: var(--transition);
background: none;
width: 100%;
}
.contact-form textarea {
min-height: 120px;
resize: vertical;
}
input.file {
display: inline-flex;
align-items: center;
padding: 0 15px !important;
height: 50px;
line-height: 50px;
border: none !important;
box-shadow: none !important;
}
#contactForm span {
display: block;
}
.wpcf7-form-control-wrap {
position: relative;
} .language-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
.language-menu .nav-language {
position: relative;
}
.language-menu .nav-link.language-trigger {
font-size: 13px;
font-weight: 500;
letter-spacing: 0.04em;
cursor: pointer;
white-space: nowrap;
} .language-menu .language-sub-menu {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
top: calc(100% - 1px);
left: -20px;
min-width: 140px;
background: var(--white, #fff);
border: 1px solid var(--black);
box-shadow: 4px 4px 0px 0px var(--black);
z-index: 1002;
opacity: 0;
visibility: hidden;
transform: translateY(-6px);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
pointer-events: none;
}
.language-menu .nav-language:hover .language-sub-menu,
.language-menu .nav-language.dropdown-active .language-sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.language-menu .language-sub-menu li {
border-bottom: 1px solid rgba(0,0,0,0.08);
}
.language-menu .language-sub-menu li:last-child {
border-bottom: none;
}
.language-menu .language-sub-menu a {
display: block;
padding: 10px 20px;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.04em;
color: var(--black);
text-decoration: none;
height: 40px;
white-space: nowrap;
line-height: 24px;
}
.language-menu .language-sub-menu a:hover {
background: var(--light-gray, #f5f5f5);
}
@media (max-width: 991.98px) {
.language-menu {
display: none;
}
} .mobile-localization-section { margin-top: 16px;
}
.mobile-localization-section h3 {
font-size: 11px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--black);
margin: 0 0 8px;
padding: 10px 20px;
opacity: 0.5;
}
.mobile-lang-list {
list-style: none;
padding: 0;
margin: 0 0 0 20px; }
.mobile-lang-item {
border-bottom: 1px solid rgba(0,0,0,0.08);
}
.mobile-lang-item:last-child {
border-bottom: none;
} .mobile-localization-section .mobile-lang-item a {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 0;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.04em;
color: var(--black);
text-decoration: none;
}
.mobile-lang-item.is-active a {
text-decoration: underline;
text-underline-offset: 4px;
} .lang-flag {
width: 18px;
height: 14px;
object-fit: cover;
vertical-align: middle;
border: 1px solid;
margin-bottom: 1px;
}
.language-trigger .lang-flag,
.language-sub-menu .lang-flag {
margin-right: 6px;
position: relative;
top: -1px;
} .product-info-wrapper::-webkit-scrollbar {
width: 6px;
}
.product-info-wrapper::-webkit-scrollbar-track {
background: transparent;
}
.product-info-wrapper::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
.product-info-wrapper::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.4);
} .product-info-wrapper {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}.wp-block-woocommerce-checkout {
max-width: 100%;
margin: 0 auto;
padding: 0;
}
.wc-block-checkout.wc-block-components-sidebar-layout {
display: flex;
flex-direction: column-reverse;
gap: 0;
align-items: stretch;
}
.wc-block-checkout__main.wc-block-components-main {
width: 100% !important;
padding: 0 !important;
}
.wc-block-checkout__sidebar.wc-block-components-sidebar {
width: 100% !important;
padding: 0;
position: relative !important;
top: auto !important;
} .wp-block-woocommerce-checkout-order-summary-block {
border: 1px solid var(--black);
background: var(--white);
margin-bottom: -1px;
}
.wc-block-components-checkout-order-summary__title {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
background: var(--light-gray);
border-bottom: 1px solid var(--black);
cursor: pointer;
position: relative;
min-height: 50px;
margin: 0 !important;
}
.wc-block-components-checkout-order-summary__title::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
.wc-block-components-checkout-order-summary__title-text {
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0 !important;
color: var(--black);
}
.wc-block-components-checkout-order-summary__title-price {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.04em;
}
.wc-block-components-checkout-order-summary__title-icon {
display: flex;
align-items: center;
}
.wc-block-components-checkout-order-summary__title-icon svg {
width: 20px;
height: 20px;
transition: transform 0.3s ease;
} @media screen and (max-width: 991px) {
.wc-block-components-checkout-order-summary__content {
display: block !important;
}
} .wc-block-components-order-summary-item {
display: flex;
gap: 15px;
padding: 15px 0;
border-bottom: 1px solid var(--black);
}
.wc-block-components-order-summary-item:last-child {
border-bottom: none;
}
.wc-block-components-order-summary-item__image {
position: relative;
flex-shrink: 0;
}
.wc-block-components-order-summary-item__image img {
width: 60px !important;
height: 60px;
object-fit: cover;
border: 1px solid var(--black);
max-width: unset !important;
}
.wc-block-components-order-summary-item__quantity {
position: absolute !important;
top: 0px !important;
right: -8px !important;
width: 20px;
height: 20px;
background: var(--black) !important;
color: var(--white) !important;
font-size: 10px;
font-weight: 500;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 50% !important;
}
.wc-block-components-order-summary-item__description {
flex: 1;
min-width: 0;
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
margin: 0 0 5px;
display: block;
}
.wc-block-components-order-summary-item__individual-prices {
font-size: 11px;
letter-spacing: 0.04em;
color: #666;
}
.wc-block-components-order-summary-item__total-price {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.04em;
text-align: right;
white-space: nowrap;
} .wc-block-components-product-low-stock-badge {
display: inline-block;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #c00;
margin-top: 5px;
} .wc-block-components-product-metadata__description {
font-size: 11px;
color: #666;
margin-top: 5px;
line-height: 1.4;
}
.wc-block-components-product-metadata__description p {
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper:last-child {
padding: 0 !important;
}
.wc-block-components-checkout-order-summary__content .wc-block-components-totals-wrapper:last-child span {
font-size: 14px !important;
}
.wc-block-components-totals-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
border-top: 1px solid var(--black);
}
.wc-block-components-totals-item:first-child {
border-top: none;
}
.wc-block-components-totals-item__label {
font-weight: 400;
}
.wc-block-components-totals-item__value {
font-weight: 500;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
padding: 4px 15px 12px 15px !important;
} .wc-block-components-totals-footer-item {
background: var(--light-gray);
padding: 15px 20px !important;
margin: 0 -20px -20px;
font-size: 14px;
font-weight: 500;
position: relative;
}
.wc-block-components-totals-footer-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
} .wc-block-components-totals-coupon .wc-block-components-panel__button {
display: flex;
align-items: center;
gap: 8px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
cursor: pointer;
background: none;
border: none;
padding: 0;
width: 100%;
text-align: left;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button-icon {
width: 16px;
height: 16px;
transition: transform 0.3s ease;
}
.wc-block-components-totals-coupon[aria-expanded="true"] .wc-block-components-panel__button-icon {
transform: rotate(180deg);
} .wc-block-components-express-payment {
border: 1px solid var(--black);
background: var(--white);
margin-bottom: -1px;
}
.wc-block-components-express-payment__title-container {
padding: 0;
}
.wc-block-components-express-payment__title {
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 0 20px !important;
background: #ffffff;
position: relative;
margin: 0 auto !important;
transform: translateY(-7px) !important;
}
.wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
border-bottom: 1px solid #000 !important;
}
.wc-block-components-express-payment-continue-rule {
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 0.1em !important;
}
.wc-block-components-express-payment__title::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
.wc-block-components-express-payment__content {
padding: 20px;
}
.wc-block-components-express-payment__event-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.wc-block-components-express-payment__event-buttons > div {
flex: 1;
min-width: 150px;
} .wc-block-components-checkout-step {
border: 1px solid var(--black);
background: var(--white);
margin-bottom: -1px;
padding: 0;
}
.wc-block-components-checkout-step__heading-container {
padding: 12px 20px;
background: var(--light-gray);
border-bottom: 1px solid var(--black);
position: relative;
margin-bottom: 0px !important;
}
.wc-block-components-checkout-step__content>* {
margin-bottom: 20px!important;
}
.wc-block-components-checkout-step__heading-container::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
.wc-block-components-checkout-step__content>* {
margin-bottom: 0;
}
.wc-block-components-checkout-step__title {
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0 !important;
}
.wc-block-components-checkout-step__content {
padding: 20px;
} .wc-block-components-text-input {
position: relative;
margin-bottom: 15px;
}
.wc-block-components-text-input:last-child {
margin-bottom: 0;
}
.wc-block-components-text-input input {
width: 100%;
height: 50px;
border: 1px solid var(--black);
border-radius: 0;
background: var(--light-gray);
padding: 20px 15px 5px;
font-size: 12px;
font-family: neue-haas-grotesk-display, sans-serif;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--black);
box-shadow: none;
outline: none;
transition: var(--transition);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wc-block-components-text-input input:focus {
background: var(--white);
outline: none;
box-shadow: none;
}
.wc-block-components-text-input label {
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #666;
pointer-events: none;
transition: all 0.2s ease;
}
.wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:focus + label {
top: 12px;
transform: translateY(0);
font-size: 9px;
color: var(--black);
} .wc-blocks-components-select__container {
position: relative;
}
.wc-blocks-components-select__select {
width: 100%;
height: 50px;
border: 1px solid var(--black);
border-radius: 0;
background: var(--light-gray);
padding: 20px 40px 5px 15px;
font-size: 12px;
font-family: neue-haas-grotesk-display, sans-serif;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--black);
box-shadow: none;
outline: none;
transition: var(--transition);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 15px center;
}
.wc-blocks-components-select__select:focus {
background-color: var(--white);
}
.wc-blocks-components-select__label {
position: absolute;
top: 8px;
left: 15px;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--black);
pointer-events: none;
} .wc-block-components-address-form {
display: flex;
flex-direction: column;
gap: 0;
}
.wc-block-components-address-form > div {
margin-bottom: 15px;
}
.wc-block-components-address-form > div:last-child {
margin-bottom: 0;
} .wc-block-components-address-card {
border: 1px solid var(--black);
padding: 15px 20px;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 15px;
background: var(--light-gray);
}
.wc-block-components-address-card address {
font-style: normal;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
line-height: 1.6;
}
.wc-block-components-address-card__edit {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.04em;
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
white-space: nowrap;
transition: var(--transition);
}
.wc-block-components-address-card__edit:hover {
opacity: 0.7;
} .wc-block-components-shipping-rates-control {
margin: 0;
}
.wc-block-components-radio-control {
margin: 0;
}
.wc-block-components-radio-control__option {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 15px;
margin: 0;
border: 1px solid var(--black);
margin-bottom: -1px;
cursor: pointer;
transition: var(--transition);
background: var(--white);
}
.wc-block-components-radio-control__option:hover {
background: var(--light-gray);
}
.wc-block-components-radio-control__option-checked,
.wc-block-components-radio-control__option--checked-option-highlighted {
background: var(--light-gray);
}
.wc-block-components-radio-control__input {
width: 16px !important;
height: 16px !important;
min-width: 16px;
margin: 0!important;
accent-color: var(--black);
cursor: pointer;
padding: 6px;
}
.wc-block-components-radio-control__option-layout {
flex: 1;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 5px;
}
.wc-block-components-radio-control__label-group {
display: flex;
flex-wrap: wrap;
gap: 5px 15px;
align-items: center;
}
.wc-block-components-radio-control__label {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.wc-block-components-radio-control__secondary-label {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.04em;
text-align: left !important;
}
.wc-block-components-radio-control__description-group {
width: 100%;
margin-top: 5px;
}
.wc-block-components-radio-control__description {
font-size: 11px;
color: #666;
line-height: 1.4;
} .wc-block-checkout__payment-method {
margin-bottom: 0;
}
.wc-block-components-radio-control-accordion-option {
border: 1px solid var(--black);
margin-bottom: -1px;
background: var(--white);
}
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
background: var(--light-gray);
}
.wc-block-components-radio-control-accordion-content {
padding: 0 20px 20px 48px;
} .payment-method-label {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.payment-method-label__label {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.payment-method-label .badge {
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 3px 8px;
background: #ff9800;
color: var(--white);
border-radius: 2px;
}
.payment-methods--logos {
display: inline-flex;
align-items: center;
gap: 5px;
margin-left: auto;
}
.payment-methods--logos img {
height: 20px;
width: auto;
} .wc-block-components-radio-control-accordion-content .StripeElement,
.wc-block-components-radio-control-accordion-content iframe {
max-width: 100%;
} .wc-block-components-checkbox {
display: flex;
align-items: center;
gap: 10px;
}
.wc-block-components-checkbox label {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 12px;
line-height: 1.5;
}
.wc-block-components-checkbox__input {
width: 14px !important;
height: 14px !important;
min-width: 14px !important;
margin: 0 !important;
accent-color: var(--black);
cursor: pointer;
border: 1px solid var(--black) !important;
border-radius: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--white);
position: relative;
flex-shrink: 0;
}
.wc-block-components-checkbox__input:checked {
background: var(--white);
}
.wc-block-components-checkbox__input:checked::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--black);
}
.wc-block-components-checkbox__mark {
display: none;
}
.wc-block-components-checkbox__label {
font-size: 12px;
letter-spacing: 0.02em;
line-height: 1.5;
} .wc-block-checkout__terms {
padding: 20px;
border: 1px solid var(--black);
margin-bottom: -1px;
background: var(--white);
}
.wc-block-checkout__terms--with-separator {
border-top: 1px solid var(--black) !important;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
border-radius: 0 !important;
box-shadow: none !important;
}
label.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted {
border-radius: 0 !important;
box-shadow: none !important;
}
label.wc-block-components-radio-control__option {
margin-right: -1px !important;
display: inline-flex;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label {
font-size: 11px;
color: #666;
line-height: 1.6;
}
.wc-block-checkout__terms a {
text-decoration: underline;
text-underline-offset: 2px;
color: var(--black);
} .wc-block-checkout__order-notes {
border: none;
padding: 0;
margin: 0;
}
.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
padding: 20px;
border: 1px solid var(--black);
margin-bottom: -1px;
}
.wc-block-checkout__add-note .wc-block-components-checkbox__label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
} .wc-block-checkout__actions {
padding: 20px;
border: 1px solid var(--black);
background: var(--white);
}
.wc-block-checkout__actions_row {
display: flex;
flex-direction: column;
gap: 15px;
}
.wc-block-components-checkout-return-to-cart-button {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
text-decoration: underline;
text-underline-offset: 3px;
color: var(--black);
transition: var(--transition);
order: 2;
justify-content: center;
}
.wc-block-components-checkout-return-to-cart-button:hover {
opacity: 0.7;
}
.wc-block-components-checkout-return-to-cart-button svg {
width: 16px;
height: 16px;
}
.wc-block-components-checkout-place-order-button {
width: 100%;
height: 50px;
padding: 0 30px;
background: var(--black) !important;
color: var(--white) !important;
border: 1px solid var(--black) !important;
border-radius: 0 !important;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.1em;
cursor: pointer;
transition: var(--transition);
font-family: neue-haas-grotesk-display, sans-serif;
box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
order: 1;
}
.wc-block-components-checkout-place-order-button:hover {
background: #333 !important;
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.wc-block-components-checkout-place-order-button:active {
transform: translate(4px, 4px);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.wc-block-components-checkout-place-order-button__text {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.1em;
} .wc-block-checkout__actions_row .wc-block-components-button.is-link {
background: none;
border: none;
padding: 0;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.04em;
text-decoration: underline;
text-underline-offset: 3px;
color: var(--black);
cursor: pointer;
transition: var(--transition);
}
.wc-block-checkout__actions_row .wc-block-components-button.is-link:hover {
opacity: 0.7;
} .wc-block-components-notices .wc-block-components-notice-banner {
border: 1px solid var(--black);
padding: 12px 20px;
margin-bottom: 15px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.wc-block-components-notice-banner.is-error {
background: #fff0f0;
border-color: #c00;
}
.wc-block-components-notice-banner.is-success {
background: var(--light-gray);
} .wp-block-woocommerce-dpd-point-selection-block {
margin-top: 15px;
}
.wc-block-checkout__shipping-option .wc-block-checkout__actions_row {
margin-top: 20px;
margin-left: 0;
padding: 0;
border: none;
}
.wc-block-checkout__shipping-option .wc-block-components-button.is-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.04em;
text-decoration: underline;
text-underline-offset: 3px;
color: var(--black);
background: none;
border: none;
padding: 0;
cursor: pointer;
} .wc-block-components-totals-coupon__content {
padding-top: 15px;
}
.wc-block-components-totals-coupon__content .wc-block-components-text-input {
margin-bottom: 10px;
}
.wc-block-components-totals-coupon__content .wc-block-components-button {
height: 40px;
padding: 0 20px;
background: var(--white);
color: var(--black);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.04em;
cursor: pointer;
transition: var(--transition);
box-shadow: 4px 4px 0px 0px var(--black);
font-family: neue-haas-grotesk-display, sans-serif;
border-radius: 0;
}
.wc-block-components-totals-coupon__content .wc-block-components-button:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
} .wc-block-components-textarea {
width: 100%;
min-height: 100px;
border: 1px solid var(--black);
border-radius: 0;
background: var(--light-gray);
padding: 15px;
font-size: 12px;
font-family: neue-haas-grotesk-display, sans-serif;
letter-spacing: 0.04em;
color: var(--black);
box-shadow: none;
outline: none;
transition: var(--transition);
resize: vertical;
margin-top: 15px;
border-radius: 0 !important;
}
.wc-block-components-textarea:focus {
background: var(--white);
} .wc-block-components-text-input.has-error input,
.wc-blocks-components-select__select.has-error {
border-color: #c00 !important;
}
.wc-block-components-validation-error {
color: #c00;
font-size: 11px;
margin-top: 5px;
text-transform: uppercase;
letter-spacing: 0.04em;
} .wc-block-components-spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid var(--light-gray);
border-top-color: var(--black);
border-radius: 50%;
animation: wc-block-spin 0.8s linear infinite;
}
@keyframes wc-block-spin {
to {
transform: rotate(360deg);
}
} .wc-block-components-notices__snackbar {
display: none;
} .wc-block-checkout .wc-block-components-sidebar-layout > div[aria-hidden="true"] {
display: none;
} .wc-block-checkout .wc-block-components-form {
margin: 0;
}
.wc-block-checkout fieldset {
margin: 0;
padding: 0;
border: 1px solid !important;
}
.wc-block-checkout legend.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .wc-block-checkout input[type="checkbox"] {
width: 14px !important;
height: 14px !important;
min-width: 14px !important;
margin: 0 !important;
cursor: pointer;
border: 1px solid var(--black) !important;
border-radius: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--white) !important;
position: relative;
flex-shrink: 0;
}
.wc-block-checkout input[type="checkbox"]:checked {
background: var(--white) !important;
position: relative;
}
.wc-block-checkout input[type="checkbox"]:checked::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
background: var(--black);
} .wc-block-checkout label:has(input[type="checkbox"]) {
display: flex !important;
align-items: center !important;
gap: 10px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
border-radius: 0 !important;
width: 8px !important;
height: 8px !important;
} @media screen and (max-width: 480px) {
.wc-block-components-checkout-order-summary__title {
padding: 10px 15px;
min-height: 45px;
}
.wc-block-components-checkout-order-summary__title-text {
font-size: 12px;
}
.wc-block-components-checkout-order-summary__title-price {
font-size: 12px;
}
.wc-block-components-checkout-order-summary__content {
padding: 15px;
}
.wc-block-components-order-summary-item {
gap: 10px;
padding: 12px 0;
}
.wc-block-components-order-summary-item__image img {
width: 50px;
height: 50px;
}
.wc-block-components-order-summary-item__quantity {
width: 18px;
height: 18px;
font-size: 9px;
top: -6px;
right: -6px;
}
.wc-block-components-checkout-step__heading-container {
padding: 10px 15px;
}
.wc-block-components-checkout-step__title {
font-size: 12px;
}
.wc-block-components-checkout-step__content {
padding: 15px;
}
.wc-block-components-express-payment__title {
font-size: 12px;
padding: 10px 15px;
}
.wc-block-components-express-payment__content {
padding: 15px;
}
.wc-block-components-text-input input {
height: 45px;
padding: 18px 12px 5px;
font-size: 11px;
}
.wc-block-components-text-input label {
left: 12px;
font-size: 11px;
}
.wc-block-components-text-input.is-active label {
font-size: 8px;
top: 10px;
}
.wc-blocks-components-select__select {
height: 45px;
padding: 18px 35px 5px 12px;
font-size: 11px;
}
.wc-blocks-components-select__label {
left: 12px;
font-size: 8px;
top: 6px;
}
.wc-block-components-radio-control__option {
padding: 12px;
gap: 10px;
}
.wc-block-components-radio-control__label {
font-size: 11px;
}
.wc-block-components-radio-control__secondary-label {
font-size: 11px;
}
.wc-block-components-address-card {
padding: 12px 15px;
flex-direction: column;
gap: 10px;
}
.wc-block-components-address-card address {
font-size: 11px;
}
.wc-block-checkout__actions {
padding: 15px;
}
.wc-block-components-checkout-place-order-button {
height: 45px;
font-size: 12px;
}
.wc-block-components-checkout-return-to-cart-button {
font-size: 11px;
}
.wc-block-checkout__terms {
padding: 15px;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label {
font-size: 10px;
}
.wc-block-components-totals-footer-item {
padding: 12px 15px !important;
margin: 0 -15px -15px;
font-size: 12px;
}
.payment-methods--logos img {
height: 16px;
}
} @media screen and (min-width: 992px) {
.wc-block-checkout.wc-block-components-sidebar-layout {
display: grid;
grid-template-columns: 1fr 400px;
gap: 0;
align-items: start;
}
.wc-block-checkout__main.wc-block-components-main {
order: 1;
}
.wc-block-checkout__sidebar.wc-block-components-sidebar {
order: 2;
position: sticky !important;
top: 120px !important;
margin-left: -1px;
} .wc-block-components-checkout-order-summary__content {
display: block !important;
}
.wc-block-components-checkout-order-summary__title-icon {
display: none;
} .wc-block-checkout__actions_row {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.wc-block-components-checkout-return-to-cart-button {
order: 1;
}
.wc-block-components-checkout-place-order-button {
width: auto;
min-width: 250px;
order: 2;
} .wc-block-components-address-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
.wc-block-components-address-form > div {
margin-bottom: 0;
}
.wc-block-components-address-form > .wc-block-components-address-form__first_name,
.wc-block-components-address-form > .wc-block-components-address-form__last_name {
grid-column: span 1;
}
.wc-block-components-address-form > .wc-block-components-address-form__address_1,
.wc-block-components-address-form > .wc-block-components-address-form__address_2,
.wc-block-components-address-form > .wc-block-components-address-form__country,
.wc-block-components-address-form > .wc-block-components-address-form__email {
grid-column: span 2;
}
.wc-block-components-address-form > .wc-block-components-address-form__city,
.wc-block-components-address-form > .wc-block-components-address-form__postcode {
grid-column: span 1;
}
} @media screen and (min-width: 1200px) {
.wc-block-checkout.wc-block-components-sidebar-layout {
grid-template-columns: 1fr 450px;
gap: 60px;
}
}   .woocommerce-checkout .col2-set {
display: flex;
flex-direction: column;
gap: 0;
margin-bottom: 50px !important;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
width: 100%;
float: none;
} .woocommerce-checkout h3 {
position: relative;
}
.woocommerce-checkout h3::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
}
.woocommerce-checkout #order_review_heading {
margin-top: -1px;
} .woocommerce-form-coupon-toggle {
margin-bottom: -1px;
margin-top: 50px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
font-size: 12px;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
font-weight: 500;
text-decoration: underline;
text-underline-offset: 3px;
} .checkout_coupon.woocommerce-form-coupon {
border: 1px solid var(--black);
padding: 20px;
margin-bottom: -1px;
background: var(--white);
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: flex-end;
}
.checkout_coupon .form-row-first {
flex: 1;
min-width: 200px;
margin: 0;
padding: 0;
}
.checkout_coupon .form-row-last {
margin: 0;
padding: 0;
}
.checkout_coupon .form-row-first input.input-text {
width: 100%;
height: 40px;
border: 1px solid var(--black);
background: var(--light-gray);
padding: 0 15px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
box-shadow: none;
min-width: unset;
}
.checkout_coupon .form-row-first input.input-text:focus {
background: var(--white);
}
.checkout_coupon .button {
height: 40px;
line-height: 40px;
padding: 0 20px;
background: var(--white);
color: var(--black);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.04em;
cursor: pointer;
transition: var(--transition);
box-shadow: 4px 4px 0px 0px var(--black);
font-family: neue-haas-grotesk-display, sans-serif;
}
.checkout_coupon .button:hover {
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px var(--black);
}
.checkout_coupon .clear {
display: none;
} .wcpay-express-checkout-wrapper {
margin-bottom: -1px;
max-width: 100%;
overflow: hidden;
}
#wcpay-express-checkout-button-separator {
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--black);
margin: 20px 0 !important;
position: relative;
} .woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
padding: 20px;
border: 1px solid var(--black);
border-top: none;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
display: flex;
flex-direction: row;
}
.woocommerce-checkout .form-row {
margin: 0 0 15px;
padding: 0;
display: flex;
flex-direction: column;
width: 100%;
}
.woocommerce-checkout .form-row:last-child {
margin-bottom: 0;
}
.woocommerce-checkout .form-row label {
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 6px;
color: var(--black);
display: inline-flex;
align-items: center;
gap: 10px;
}
.validate-required input#terms {
width: 20px;
}
.woocommerce-checkout .form-row label .required {
color: var(--black);
}
.woocommerce-checkout .form-row label .optional {
font-size: 10px;
color: #999;
text-transform: lowercase;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
width: 100%;
height: 40px;
border: 1px solid var(--black);
border-radius: 0;
background: var(--light-gray);
padding: 0 15px;
font-size: 12px;
font-family: neue-haas-grotesk-display, sans-serif;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--black);
box-shadow: none;
outline: none;
transition: var(--transition);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-width: unset;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
background: var(--white);
outline: none;
box-shadow: none;
}
.woocommerce-checkout .form-row textarea {
height: auto;
min-height: 80px;
padding: 12px 15px;
resize: vertical;
} .woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
width: 100%;
float: none;
} .woocommerce-checkout .select2-container--default .select2-selection--single {
border: 1px solid var(--black);
border-radius: 0 !important;
height: 40px;
display: flex;
align-items: center;
background: var(--light-gray);
padding: 0 15px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--black);
padding: 0;
line-height: 40px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 38px;
right: 10px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: var(--black) transparent transparent transparent;
}
.js--popup-container-dpd {
z-index: 999999999;
position: absolute;
}
.js--popup-close-button-dpd {
background: #000;
padding: 20px 30px;
top: 0 !important;
right: 0 !important;
letter-spacing: 2px;
} .select2-container--default .select2-results__option {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 10px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background: var(--black) !important;
color: var(--white) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid var(--black);
border-radius: 0;
height: 36px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 0 10px;
outline: none;
box-shadow: none;
min-width: unset;
}
.select2-dropdown {
border: 1px solid var(--black) !important;
border-radius: 0 !important;
} #ship-to-different-address {
cursor: pointer;
}
#ship-to-different-address label {
display: inline-flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
margin: 0;
}
#ship-to-different-address input[type="checkbox"] {
width: 16px;
height: 16px;
min-width: 16px;
border: 1px solid var(--black);
border-radius: 0;
cursor: pointer;
accent-color: var(--black);
box-shadow: none;
margin: 0;
}
.woocommerce-shipping-fields .shipping_address {
border: 1px solid var(--black);
border-top: none;
}
.woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
border: none;
padding: 20px;
} .woocommerce-additional-fields {
margin-top: -1px;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
padding: 20px;
border: 1px solid var(--black);
border-top: none;
}
#order_comments_field label {
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 6px;
} .woocommerce-checkout-review-order-table {
width: 100%;
border-collapse: collapse;
border-top: unset !important;
margin: 0;
border: 1px solid;
table-layout: fixed;
}
.woocommerce-checkout-review-order-table thead th {
background: none;
padding: 12px 20px;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.08em;
border-bottom: 1px solid var(--black);
text-align: left;
}
.woocommerce-checkout-review-order-table thead th.product-total {
text-align: right;
}
.woocommerce-checkout-review-order-table tbody td {
padding: 15px 20px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
border-bottom: 1px solid var(--black);
vertical-align: middle;
}
.woocommerce-checkout-review-order-table tbody td.product-total {
text-align: right;
font-weight: 500;
}
.woocommerce-checkout-review-order-table tbody .product-name .product-quantity {
font-weight: 500;
opacity: 0.6;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
padding: 12px 20px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
border-bottom: 1px solid var(--black);
}
.woocommerce-checkout-review-order-table tfoot td {
text-align: right;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
font-size: 14px;
font-weight: 500;
padding: 15px 20px;
background: var(--light-gray);
position: relative;
}
.woocommerce-checkout-review-order-table tfoot .order-total td::before,
.woocommerce-checkout-review-order-table tfoot .order-total th::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 4px solid #fff;
} .woocommerce-shipping-totals td {
padding: 12px 20px !important;
}
.woocommerce-shipping-methods {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-shipping-methods li {
margin-bottom: 8px;
}
.woocommerce-shipping-methods li:last-child {
margin-bottom: 0;
}
.woocommerce-shipping-methods label {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
}
.woocommerce-shipping-methods input[type="radio"] {
width: 14px;
height: 14px;
min-width: 14px;
accent-color: var(--black);
box-shadow: none;
margin: 0;
} .woocommerce-shipping-totals td[colspan="2"] {
padding: 15px 20px !important;
}
.woocommerce-shipping-totals td[colspan="2"] strong {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
display: block;
margin-bottom: 10px;
}
.punkt-odbioru select,
.punkt-odbioru .select2-container {
width: 100% !important;
}
a.js--choose-point-dpd {
display: inline-block;
margin-top: 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.04em;
text-decoration: underline;
text-underline-offset: 3px;
transition: var(--transition);
}
a.js--choose-point-dpd:hover {
opacity: 0.7;
}
#dpd_popup {
z-index: 999999999 !important;
} #payment {
background: var(--white);
border-top: 1px solid var(--black);
margin: 50px 0;
border: 1px solid var(--black);
}
#payment .payment_methods {
list-style: none;
padding: 0;
margin: 0;
border-bottom: 1px solid var(--black);
}
#payment .payment_methods li {
border-bottom: none;
}
#payment .payment_methods li label {
display: flex;
align-items: center;
gap: 10px;
padding: 15px 20px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
cursor: pointer;
font-weight: 500;
flex-wrap: wrap;
}
#payment .payment_methods li input[type="radio"] {
width: 14px;
height: 14px;
min-width: 14px;
accent-color: var(--black);
box-shadow: none;
margin: 0;
}
.payment-methods--logos {
display: inline-flex;
align-items: center;
gap: 5px;
margin-left: auto;
}
.payment-methods--logos img {
height: 20px;
width: auto;
}
.payment-methods--logos .payment-methods--logos-count {
font-size: 10px;
color: #999;
} #payment .payment_box {
padding: 0 20px 20px;
font-size: 12px;
line-height: 1.5;
text-transform: none;
}
#payment .payment_box fieldset {
padding: 0 !important;
border: none;
margin: 0;
} .woocommerce-SavedPaymentMethods-saveNew {
margin: 10px 0 0 !important;
padding: 0 !important;
}
.woocommerce-SavedPaymentMethods-saveNew input[type="checkbox"] {
width: 14px !important;
height: 14px;
min-width: 14px;
accent-color: var(--black);
box-shadow: none;
margin-right: 8px;
}
.woocommerce-SavedPaymentMethods-saveNew label {
font-size: 11px !important;
text-transform: none !important;
letter-spacing: 0.02em !important;
padding: 0 !important;
} .form-row.place-order {
padding: 20px;
margin: 0;
display: flex;
flex-direction: column;
gap: 15px;
}
.woocommerce-terms-and-conditions-wrapper {
margin: 0;
}
.woocommerce-privacy-policy-text p {
font-size: 11px;
letter-spacing: 0.02em;
line-height: 1.6;
color: #666;
margin: 0;
text-transform: none;
}
.woocommerce-privacy-policy-text a {
text-decoration: underline;
text-underline-offset: 2px;
}
#place_order {
width: 100%;
height: 50px;
line-height: 50px;
padding: 0 30px;
background: var(--black);
color: var(--white);
border: 1px solid var(--black);
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.1em;
cursor: pointer;
transition: var(--transition);
font-family: neue-haas-grotesk-display, sans-serif;
box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
#place_order:hover {
background: #333;
transform: translate(2px, 2px);
box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#place_order:active {
transform: translate(4px, 4px);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
} .woocommerce-checkout .form-row.woocommerce-invalid .input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select {
border-color: #c00 !important;
}
.woocommerce-checkout .form-row.woocommerce-validated .input-text,
.woocommerce-checkout .form-row.woocommerce-validated select {
border-color: var(--black);
} .woocommerce-checkout .woocommerce-error {
list-style: none;
border: 1px solid var(--black);
background: #fff0f0;
padding: 12px 20px;
margin: 0 0 -1px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.woocommerce-checkout .woocommerce-message {
border: 1px solid var(--black);
background: var(--light-gray);
padding: 12px 20px;
margin: 0 0 -1px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.04em;
position: relative;
} .wcpay-upe-element,
.wcpay-upe-form {
margin: 0;
max-width: 100%;
overflow: hidden;
}
.wc-payment-form {
margin: 0;
max-width: 100%;
overflow: hidden;
} body.woocommerce-checkout {
overflow-x: hidden;
}
.woocommerce-checkout .woocommerce {
max-width: 100%;
}
.woocommerce-checkout form.checkout {
margin: 0;
}
.woocommerce-checkout .form-row,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
min-width: 0 !important;
max-width: 100%;
box-sizing: border-box;
}
#payment,
#payment .payment_box,
#payment .payment_box .wc-payment-form,
#payment .payment_box iframe {
max-width: 100%;
box-sizing: border-box;
}
.woocommerce-checkout #customer_details {
margin: 0;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
margin: 0;
} wc-order-attribution-inputs {
display: block;
height: 0;
overflow: hidden;
} .woocommerce-checkout .page_header {
padding: 30px 0;
border-bottom: 1px solid var(--black);
margin-bottom: 0;
}
.woocommerce-checkout .page_header h1 {
font-size: 14px;
margin: 0;
text-align: center;
letter-spacing: 0.1em;
text-transform: uppercase;
} .woocommerce-checkout > .container {
padding-bottom: 0;
} @media screen and (min-width: 992px) { .woocommerce-checkout .col2-set {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}
.woocommerce-checkout .col2-set .col-1 {
border-right: none;
}
.woocommerce-checkout .col2-set .col-2 {
margin-left: -1px;
} .woocommerce-checkout .col2-set .col-2 h3 {
border-left: none;
}
.woocommerce-checkout .col2-set .col-2 .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields__field-wrapper {
border-left: none;
}
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields {
margin-top: 0;
}
.woocommerce-checkout .col2-set .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
border-top: none;
border-left: none;
}
.woocommerce-checkout .col2-set .col-2 .shipping_address {
border-left: none;
} .woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.woocommerce-checkout .form-row {
margin: 0;
}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
width: calc(50% - 8px);
flex: 0 0 calc(50% - 8px);
}
.woocommerce-checkout .form-row-wide {
width: 100%;
flex: 0 0 100%;
} .woocommerce-checkout #order_review_heading {
margin-top: -1px;
} .checkout_coupon.woocommerce-form-coupon {
flex-wrap: nowrap;
align-items: flex-end;
} #payment .payment_methods li label {
flex-wrap: nowrap;
} .form-row.place-order {
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.woocommerce-terms-and-conditions-wrapper {
flex: 1;
min-width: 200px;
}
#place_order {
width: auto;
min-width: 250px;
}
} .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after, .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
display: none !important;
}