@font-face {
font-family: "ABC Diatype";
src: url(//shop.texma-gmbh.de/1shop/wp-content/themes/texma-shop/assets/fonts/ABCDiatype-Regular.woff2) format("woff2"),
url(//shop.texma-gmbh.de/1shop/wp-content/themes/texma-shop/assets/fonts/ABCDiatype-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "ABC Diatype Semi-Mono";
src: url(//shop.texma-gmbh.de/1shop/wp-content/themes/texma-shop/assets/fonts/ABCDiatypeSemi-Mono-Regular.woff2) format("woff2"),
url(//shop.texma-gmbh.de/1shop/wp-content/themes/texma-shop/assets/fonts/ABCDiatypeSemi-Mono-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
} :root { --texma-green: #386A4E; --texma-green-dark: #2a5039; --texma-neon: #34ff67; --texma-marine: #0E1C36;  --texma-bg: #d4faff; --texma-bg-soft: #ffffff; --texma-white: #ffffff;  --texma-font: "ABC Diatype", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--texma-font-headline: "ABC Diatype Semi-Mono", "ABC Diatype", -apple-system, BlinkMacSystemFont, sans-serif; --radius-pill: 100px;
--transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
} body,
body.content-style-boxed,
body.content-style-unboxed {
font-family: var(--texma-font);
font-size: 1rem;
line-height: 1.7;
color: var(--texma-marine);
background-color: var(--texma-bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.content-bg,
body.content-style-unboxed .site,
body.content-style-boxed .content-bg {
background-color: var(--texma-bg);
} h1, h2, h3, h4, h5, h6 {
font-family: var(--texma-font-headline);
font-weight: 400;
line-height: 1.15;
letter-spacing: -0.01em;
color: var(--texma-marine);
}
h1 { font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.125rem; } h1 strong, h2 strong, h3 strong, h4 strong {
color: var(--texma-green);
font-weight: 400;
}
a {
color: var(--texma-marine);
text-decoration: none;
transition: opacity var(--transition);
}
a:hover { opacity: 0.65; } .button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
button:not(.kadence-svg-iconset):not(.menu-toggle-open):not(.menu-toggle-close):not(.drawer-sub-toggle):not(.dropdown-nav-special-toggle) {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.875rem 1.5rem;
background-color: transparent;
color: var(--texma-marine);
border: 1.5px solid var(--texma-marine);
border-radius: var(--radius-pill);
font-family: var(--texma-font);
font-size: 0.95rem;
font-weight: 500;
line-height: 1;
letter-spacing: 0;
text-transform: none;
text-decoration: none;
cursor: pointer;
box-shadow: none !important;
transition: all var(--transition);
}
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
background-color: var(--texma-marine);
color: var(--texma-white);
border-color: var(--texma-marine);
opacity: 1;
box-shadow: none !important;
} .button.dark-green,
.button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #place_order,
.wc-block-cart__submit-button,
.woocommerce button.button.checkout,
.woocommerce a.checkout-button {
background-color: var(--texma-green);
color: var(--texma-white);
border-color: var(--texma-green);
}
.button.dark-green:hover,
.button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #place_order:hover,
.wc-block-cart__submit-button:hover {
background-color: var(--texma-green-dark);
border-color: var(--texma-green-dark);
color: var(--texma-white);
} .woocommerce ul.products li.product .button {
margin-top: 0.5rem;
} #masthead,
.site-header {
background-color: transparent !important;
padding: 0.75rem 1rem !important;
}
.site-main-header-wrap,
.site-main-header-wrap .site-header-row-container-inner {
background-color: var(--texma-neon) !important;
border-radius: 30px !important;
border: none !important;
box-shadow: none !important;
} .site-main-header-inner-wrap {
min-height: 56px !important;
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.site-header-inner-wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
} .site-mobile-header-wrap .site-header-row-container-inner,
#mobile-header .site-main-header-wrap .site-header-row-container-inner {
background-color: var(--texma-neon) !important;
border-radius: 30px !important;
} .site-branding,
.site-branding .site-title,
.site-branding .site-title a {
color: var(--texma-marine) !important;
font-family: var(--texma-font);
font-weight: 700;
margin: 0;
}
.site-branding img,
.site-branding svg {
max-height: 28px;
width: auto;
display: block;
} .main-navigation .primary-menu-container > ul > li.menu-item > a,
.header-navigation .header-menu-container > ul > li.menu-item > a {
font-family: var(--texma-font);
font-size: 0.95rem;
font-weight: 500;
color: var(--texma-marine) !important;
padding: 0.6em 1em;
background: transparent !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-ancestor > a,
.main-navigation .primary-menu-container > ul > li.menu-item:hover > a {
color: var(--texma-green-dark) !important;
opacity: 1;
} .main-navigation .dropdown-nav-toggle svg,
.header-navigation .dropdown-nav-toggle svg {
fill: var(--texma-marine) !important;
} .mobile-toggle-open-container .menu-toggle-open {
color: var(--texma-marine) !important;
}
.mobile-toggle-open-container .menu-toggle-open svg path {
stroke: var(--texma-marine) !important;
} .header-cart-button,
.header-search-button,
.search-toggle-open-container .search-toggle-open,
.header-account-button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background-color: transparent !important;
color: var(--texma-marine) !important;
border: none !important;
border-radius: 999px !important;
padding: 8px 12px !important;
transition: opacity var(--transition);
box-shadow: none !important;
min-height: 0 !important;
line-height: 1 !important;
gap: 0.4rem;
text-decoration: none !important;
}
.header-cart-button:hover,
.header-search-button:hover,
.search-toggle-open-container .search-toggle-open:hover,
.header-account-button:hover {
background-color: transparent !important;
color: var(--texma-marine) !important;
opacity: 0.7;
}
.header-cart-button svg,
.header-search-button svg,
.search-toggle-open-container .search-toggle-open svg {
width: 22px !important;
height: 22px !important;
fill: var(--texma-marine) !important;
color: var(--texma-marine) !important;
stroke: var(--texma-marine) !important;
} .header-cart-button .header-cart-total {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-radius: 50% !important;
width: 18px;
height: 18px;
font-size: 0.7rem;
font-weight: 600;
margin-left: 0.25rem;
line-height: 18px;
text-align: center;
padding: 0 !important;
display: inline-flex;
align-items: center;
justify-content: center;
border: none !important;
} .header-navigation .header-menu-container ul ul.sub-menu,
.header-navigation .header-menu-container ul ul.submenu,
.main-navigation ul ul.sub-menu,
.main-navigation ul ul.submenu {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
border-radius: 0 !important;
padding: 21px 0 0 0 !important;
min-width: 0 !important;
width: auto !important;
margin-left: -24px !important;
}
.header-navigation .header-menu-container ul ul li.menu-item,
.main-navigation ul ul li.menu-item {
background: transparent !important;
border: none !important;
margin: 0.4rem 0 0 0 !important;
width: auto !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a,
.main-navigation ul ul li.menu-item > a {
display: inline-block !important;
background-color: var(--texma-neon) !important;
color: var(--texma-green-dark) !important;
border: none !important;
font-size: 1rem !important;
font-weight: 400 !important;
padding: 12px 24px !important;
border-radius: 100px !important;
width: auto !important;
min-width: 0 !important;
white-space: nowrap !important;
text-shadow: none !important;
transition: background-color var(--transition);
box-shadow: none !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a:hover,
.main-navigation ul ul li.menu-item > a:hover {
background-color: var(--texma-green-dark) !important;
color: var(--texma-neon) !important;
} #mobile-drawer .drawer-inner {
background-color: var(--texma-bg) !important;
}
.mobile-navigation ul li > a {
color: var(--texma-green-dark) !important;
border-bottom-color: rgba(56, 106, 78, 0.1) !important;
background: transparent !important;
} #mobile-drawer .mobile-navigation > div > ul > li.menu-item > a,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item > a,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
background-color: var(--texma-neon) !important;
color: var(--texma-green-dark) !important;
border-radius: 100px !important;
margin: 0.4rem 1rem !important;
padding: 0 !important;
border: none !important;
width: auto !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
overflow: hidden !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > a {
color: var(--texma-green-dark) !important;
background-color: transparent !important;
padding: 12px 24px !important;
flex: 1 !important;
border: none !important;
border-bottom: none !important;
text-decoration: none !important;
} #mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > .drawer-sub-toggle,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > button {
background-color: transparent !important;
border: none !important;
border-left: none !important;
color: var(--texma-green-dark) !important;
padding: 12px 20px !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > .drawer-sub-toggle svg,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > button svg {
fill: var(--texma-green-dark) !important;
} #mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item:not(.menu-item-has-children) > a {
background-color: var(--texma-neon) !important;
color: var(--texma-green-dark) !important;
border-radius: 100px !important;
margin: 0.4rem 1rem !important;
padding: 12px 24px !important;
border: none !important;
border-bottom: none !important;
display: inline-block !important;
width: auto !important;
}
.mobile-navigation ul ul.sub-menu li.menu-item > a {
background-color: var(--texma-neon) !important;
color: var(--texma-green-dark) !important;
border-radius: 100px !important;
margin: 0.3rem 1rem !important;
padding: 12px 24px !important;
border: none !important;
display: inline-block !important;
width: auto !important;
} .site-branding,
.site-branding .site-title,
.site-branding .site-title a {
color: var(--texma-marine);
font-family: var(--texma-font);
font-weight: 700;
}
.site-branding img {
max-height: 28px;
width: auto;
} #search-drawer .drawer-inner {
background: var(--texma-bg) !important;
}
#search-drawer .drawer-overlay {
background-color: rgba(14, 28, 54, 0.5) !important;
}
#search-drawer .drawer-header {
padding: 1.5rem 2rem;
}
#search-drawer .search-toggle-close {
color: var(--texma-marine) !important;
background-color: transparent !important;
border: none !important;
padding: 0.5rem !important;
transition: opacity var(--transition);
}
#search-drawer .search-toggle-close:hover {
opacity: 0.7;
}
#search-drawer .search-toggle-close svg {
fill: var(--texma-marine) !important;
width: 28px !important;
height: 28px !important;
}
#search-drawer .drawer-content {
padding: 2rem;
max-width: 800px;
margin: 0 auto;
width: 100%;
} #search-drawer .search-form {
background-color: var(--texma-neon) !important;
border-radius: 999px !important;
padding: 0.5rem !important;
display: flex !important;
align-items: center !important;
gap: 0.5rem;
box-shadow: 0 4px 20px rgba(14, 28, 54, 0.08);
position: relative;
}
#search-drawer .search-form label {
flex: 1;
margin: 0;
display: flex;
align-items: center;
}
#search-drawer .search-field {
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
color: var(--texma-marine) !important;
font-family: var(--texma-font) !important;
font-size: 1.125rem !important;
padding: 0.75rem 1.5rem !important;
width: 100% !important;
box-shadow: none !important;
outline: none !important;
}
#search-drawer .search-field:focus {
background-color: transparent !important;
box-shadow: none !important;
outline: none !important;
}
#search-drawer .search-field::placeholder {
color: var(--texma-marine) !important;
opacity: 0.6;
} #search-drawer .search-submit,
.search-form .search-submit,
input[type="submit"].search-submit,
.wp-block-search__button {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border: none !important;
border-radius: 999px !important;
padding: 0.75rem 2rem !important;
font-family: var(--texma-font) !important;
font-weight: 600 !important;
font-size: 0.95rem !important;
cursor: pointer;
transition: opacity var(--transition);
box-shadow: none !important;
text-transform: none !important;
letter-spacing: normal !important;
text-align: center !important;
text-align-last: center !important;
line-height: 1.2 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}
#search-drawer .search-submit:hover {
opacity: 0.85;
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} #search-drawer .kadence-search-icon-wrap {
display: none !important;
}
@media (max-width: 600px) {
#search-drawer .drawer-content {
padding: 1rem;
}
#search-drawer .search-field {
font-size: 1rem !important;
padding: 0.6rem 1rem !important;
}
#search-drawer .search-submit {
padding: 0.6rem 1.25rem !important;
font-size: 0.875rem !important;
}
} .entry-hero.page-hero-section,
.entry-hero.product-hero-section {
background-color: var(--texma-bg);
border: none;
}
.entry-hero .entry-header {
text-align: left;
}
.entry-hero .entry-title {
font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
font-weight: 700;
color: var(--texma-marine);
line-height: 1.15;
} .entry.single-entry,
.entry.loop-entry {
box-shadow: none;
background-color: transparent;
}
.entry-content-wrap {
padding: 0;
}
@media all and (max-width: 1024px) {
.entry-content-wrap { padding: 0; }
} .woocommerce ul.products,
.woocommerce-page ul.products {
margin: 0;
padding: 0;
gap: 2rem;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
background: transparent;
border: none;
box-shadow: none;
padding: 0;
margin: 0;
width: auto;
float: none;
list-style: none;
} .woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img.wp-post-image,
.products .product img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
background-color: var(--texma-bg-soft);
margin: 0 0 1rem 0;
border-radius: 30px;
transition: transform 0.5s var(--transition);
display: block !important;
}
.woocommerce ul.products li.product:hover a img {
transform: scale(1.04);
} .woocommerce ul.products li.product .product-image-link,
.woocommerce ul.products li.product .post-thumbnail,
.woocommerce ul.products li.product a.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product a:has(> img.attachment-woocommerce_thumbnail) {
display: block !important;
overflow: hidden !important;
border-radius: 30px !important;
width: 100% !important;
max-width: 100% !important;
aspect-ratio: 1 / 1 !important;
} .woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce ul.products li.product h2 a,
.woocommerce ul.products li.product h3 a {
display: inline !important;
overflow: visible !important;
border-radius: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-family: var(--texma-font);
font-size: 1rem;
font-weight: 500;
color: var(--texma-marine);
padding: 0;
margin: 0 0 0.4rem 0;
line-height: 1.3;
} .woocommerce ul.products li.product .product-loop-category,
.woocommerce ul.products li.product .product-cat-label,
.woocommerce ul.products li.product .product-details .product-categroy,
.woocommerce ul.products li.product .product-details .product-category,
.woocommerce ul.products li.product .product_meta .posted_in,
.woocommerce ul.products li.product .product-loop-categories {
display: none !important;
}
.woocommerce ul.products li.product .price {
font-family: var(--texma-font);
font-size: 1rem;
font-weight: 600;
color: var(--texma-marine);
}
.woocommerce ul.products li.product .price del {
color: rgba(14, 28, 54, 0.4);
font-weight: 400;
}
.woocommerce ul.products li.product .price ins {
background: transparent;
text-decoration: none;
font-weight: 600;
color: var(--texma-green);
} .woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
background-color: var(--texma-marine);
color: var(--texma-white);
border-radius: var(--radius-pill);
padding: 0.3rem 0.85rem;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.04em;
top: 1rem;
left: 1rem;
right: auto;
min-width: auto;
min-height: auto;
line-height: 1;
border: none;
} .woocommerce .woocommerce-result-count {
color: rgba(14, 28, 54, 0.7);
font-size: 0.9rem;
}
.woocommerce .woocommerce-ordering select {
border: 1.5px solid var(--texma-marine);
border-radius: var(--radius-pill);
padding: 0.5rem 1rem;
background-color: transparent;
font-family: var(--texma-font);
} .single-product div.product .product_title {
font-size: clamp(1.75rem, 1.3rem + 1.8vw, 2.5rem);
font-weight: 700;
margin-bottom: 1rem;
color: var(--texma-marine);
}
.single-product div.product .price {
font-size: 1.5rem;
font-weight: 600;
color: var(--texma-marine);
margin-bottom: 2rem;
}
.single-product div.product .woocommerce-product-details__short-description,
.single-product div.product .woocommerce-product-details__short-description p {
font-size: 1rem;
line-height: 1.75;
color: var(--texma-marine);
margin-bottom: 2rem;
} .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
aspect-ratio: 1 / 1;
object-fit: cover;
background-color: var(--texma-bg-soft);
border-radius: 0;
} .single-product .woocommerce-tabs ul.tabs {
list-style: none !important;
border: none !important;
border-bottom: none !important;
padding: 0 !important;
margin: 0 0 2rem 0 !important;
display: flex !important;
flex-wrap: wrap !important;
gap: 0.5rem !important;
}
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
display: none !important;
content: none !important;
border: none !important;
}
.single-product .woocommerce-tabs ul.tabs li {
background: transparent !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
list-style: none !important;
display: inline-flex !important;
}
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
display: none !important;
content: none !important;
border: none !important;
} .single-product .woocommerce-tabs ul.tabs li a {
display: inline-block !important;
background-color: #ffffff !important;
color: var(--texma-marine) !important;
border: 1.5px solid var(--texma-marine) !important;
border-radius: 999px !important;
padding: 0.6rem 1.25rem !important;
font-family: var(--texma-font) !important;
font-size: 0.9rem !important;
font-weight: 500 !important;
line-height: 1.2 !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
transition: all 0.2s ease !important;
white-space: nowrap !important;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} .single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] a {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-color: var(--texma-marine) !important;
} @media (max-width: 768px) {
.single-product .woocommerce-tabs ul.tabs {
gap: 0.4rem !important;
margin-bottom: 1.5rem !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
padding: 0.55rem 1rem !important;
font-size: 0.85rem !important;
}
} @media (max-width: 380px) {
.single-product .woocommerce-tabs ul.tabs li a {
padding: 0.5rem 0.85rem !important;
font-size: 0.8rem !important;
}
} .tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image) {
border: 1.5px solid rgba(14, 28, 54, 0.2);
border-radius: 8px;
transition: border-color var(--transition);
}
.tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image).selected,
.tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image):hover {
border-color: var(--texma-green);
} .woocommerce .quantity input.qty {
border: 1.5px solid rgba(14, 28, 54, 0.2);
border-radius: 8px;
padding: 0.6rem 0.5rem;
font-family: var(--texma-font);
background-color: var(--texma-white);
} .woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review {
background-color: var(--texma-white);
padding: 2rem;
border-radius: 16px;
border: 1px solid rgba(56, 106, 78, 0.1);
}
.woocommerce table.shop_table {
border: none;
border-collapse: collapse;
border-radius: 0;
background: transparent;
}
.woocommerce table.shop_table th {
background: transparent;
border-bottom: 1px solid rgba(56, 106, 78, 0.15);
padding: 1rem 0.5rem;
font-family: var(--texma-font);
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--texma-green);
}
.woocommerce table.shop_table td {
border-bottom: 1px solid rgba(56, 106, 78, 0.08);
padding: 1.5rem 0.5rem;
}
.woocommerce-cart table.cart img {
width: 80px;
height: 80px;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 8px;
background-color: var(--texma-bg-soft);
} .woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select {
padding: 0.85rem 1rem;
border: 1.5px solid rgba(14, 28, 54, 0.2);
border-radius: 8px;
font-family: var(--texma-font);
font-size: 0.95rem;
background-color: var(--texma-white);
color: var(--texma-marine);
transition: border-color var(--transition);
box-shadow: none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
outline: none;
border-color: var(--texma-green);
box-shadow: 0 0 0 3px rgba(56, 106, 78, 0.1);
}
.woocommerce form .form-row label {
font-size: 0.9rem;
font-weight: 500;
color: var(--texma-marine);
margin-bottom: 0.4rem;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error {
border-top: none;
background-color: var(--texma-white);
border-left: 3px solid var(--texma-green);
border-radius: 8px;
padding: 1rem 1.5rem;
color: var(--texma-marine);
font-size: 0.95rem;
}
.woocommerce-message::before,
.woocommerce-info::before {
color: var(--texma-green);
}
.woocommerce-error {
border-left-color: #c0392b;
}
.woocommerce-error::before {
color: #c0392b;
} .texma-category-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 4rem auto;
max-width: 1280px;
padding: 0 2rem;
}
.texma-category-card {
display: block;
text-decoration: none;
color: inherit;
}
.texma-category-card img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
background-color: var(--texma-bg-soft);
margin-bottom: 1.25rem;
border-radius: 0;
transition: transform 0.6s var(--transition);
}
.texma-category-card:hover img {
transform: scale(1.04);
}
.texma-category-card__title {
display: block;
font-size: 1.5rem;
font-weight: 700;
color: var(--texma-marine);
margin-bottom: 0.5rem;
line-height: 1.2;
} #colophon,
.site-footer,
.site-bottom-footer-wrap,
.site-bottom-footer-wrap .site-footer-row-container-inner {
background-color: var(--texma-marine) !important;
color: var(--texma-bg) !important;
border-top: none !important;
border-top-left-radius: 32px !important;
border-top-right-radius: 32px !important;
margin-top: auto;
}
.site-footer-wrap {
padding: 4rem 0 2rem;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .widget-title {
color: var(--texma-neon) !important;
font-size: 0.85rem;
font-weight: 600;
text-transform: none;
letter-spacing: 0;
margin-bottom: 1rem;
}
.site-footer a {
color: rgba(255, 255, 255, 0.85) !important;
opacity: 1;
font-size: 0.95rem;
}
.site-footer a:hover {
color: var(--texma-neon) !important;
opacity: 1;
}
.site-footer p,
.site-footer .footer-html-inner {
color: rgba(255, 255, 255, 0.85) !important;
line-height: 1.8;
}
.site-info,
.footer-html {
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1;
font-size: 0.85rem;
} .site-footer .widget_nav_menu ul li,
.site-footer .widget_nav_menu ul li a,
.site-footer .widget_nav_menu .drawer-nav-drop-wrap,
.site-footer .widget_nav_menu .menu-item,
.site-footer .widget_nav_menu .menu-item-has-children .drawer-nav-drop-wrap,
.site-footer .collapse-sub-navigation ul li,
.site-footer .collapse-sub-navigation .drawer-nav-drop-wrap,
.site-footer .collapse-sub-navigation .menu-item-has-children .drawer-nav-drop-wrap,
.site-footer .widget_nav_menu .drawer-sub-toggle,
.site-footer .collapse-sub-navigation .drawer-sub-toggle {
border: none !important;
border-top: none !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
} .texma-contact-flag {
position: fixed;
bottom: 1.5rem;
right: 1.5rem;
background-color: var(--texma-marine);
border-radius: var(--radius-pill);
padding: 0.625rem 1.25rem 0.625rem 0.625rem;
display: inline-flex;
align-items: center;
gap: 0.75rem;
box-shadow: 0 8px 24px rgba(14, 28, 54, 0.2);
z-index: 50;
transition: transform var(--transition);
text-decoration: none;
}
.texma-contact-flag:hover {
transform: translateY(-2px);
opacity: 1;
}
.texma-contact-flag__icon {
width: 36px;
height: 36px;
background-color: var(--texma-green);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.texma-contact-flag__text {
color: var(--texma-white);
font-size: 0.8rem;
font-weight: 400;
line-height: 1.3;
display: block;
}
.texma-contact-flag__phone {
color: var(--texma-neon);
font-size: 0.95rem;
font-weight: 600;
display: block;
} ::selection {
background-color: var(--texma-green);
color: var(--texma-white);
}
img {
max-width: 100%;
height: auto;
}
input, textarea, select { font-size: 16px; } @media (max-width: 1024px) {
.woocommerce ul.products,
.woocommerce-page ul.products {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}
@media (max-width: 640px) {
.woocommerce ul.products,
.woocommerce-page ul.products {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.texma-category-grid {
grid-template-columns: 1fr;
gap: 1rem;
padding: 0 1rem;
}
.texma-contact-flag__text,
.texma-contact-flag__phone {
display: none;
}
}  .texma-landing {
--landing-max: 1280px;
--landing-pad: 2rem;
width: 100%;
}
.texma-landing .texma-wrap {
max-width: var(--landing-max);
margin: 0 auto;
padding: 0 var(--landing-pad);
} .texma-landing section {
padding: 4rem 0;
}
@media (max-width: 768px) {
.texma-landing section {
padding: 2.5rem 0;
}
} .texma-hero {
padding: 0;
margin-top: 0;
}
.texma-hero__image {
width: 100%;
aspect-ratio: 16 / 5;
object-fit: cover;
display: block;
border-radius: 0;
}
.texma-hero__intro {
padding: 4rem 0 2rem;
}
.texma-hero__intro h1 {
font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem) !important;
font-weight: 700;
line-height: 1.15;
color: var(--texma-marine);
margin-bottom: 1.5rem;
max-width: 920px;
}
.texma-hero__intro h1 strong {
color: var(--texma-green);
font-weight: 700;
}
.texma-hero__intro p {
font-size: 1.0625rem;
line-height: 1.75;
color: var(--texma-marine);
max-width: 720px;
margin-bottom: 2rem;
} .texma-cta {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 1rem 1.75rem;
background-color: transparent;
color: var(--texma-marine) !important;
border: 1.5px solid var(--texma-marine);
border-radius: var(--radius-pill);
font-family: var(--texma-font);
font-size: 0.95rem;
font-weight: 500;
text-decoration: none;
transition: all var(--transition);
line-height: 1;
}
.texma-cta:hover {
background-color: var(--texma-marine);
color: var(--texma-white) !important;
opacity: 1;
}
.texma-cta:hover .texma-cta__arrow path {
stroke: var(--texma-neon);
}
.texma-cta--filled {
background-color: var(--texma-green);
color: var(--texma-white) !important;
border-color: var(--texma-green);
}
.texma-cta--filled .texma-cta__arrow path {
stroke: var(--texma-neon);
}
.texma-cta--filled:hover {
background-color: var(--texma-green-dark);
border-color: var(--texma-green-dark);
color: var(--texma-white) !important;
}
.texma-cta__arrow {
width: 22px;
height: 22px;
flex-shrink: 0;
} .texma-section-head {
margin-bottom: 3rem;
max-width: 920px;
}
.texma-section-head h2 {
font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem) !important;
font-weight: 700;
line-height: 1.2;
color: var(--texma-marine);
margin-bottom: 1rem;
}
.texma-section-head h2 strong {
color: var(--texma-green);
font-weight: 700;
}
.texma-section-head p {
font-size: 1rem;
line-height: 1.75;
color: var(--texma-marine);
max-width: 720px;
margin: 0;
} .texma-cats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
@media (max-width: 1024px) {
.texma-cats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.texma-cats { grid-template-columns: 1fr; }
}
.texma-cat {
display: block;
text-decoration: none !important;
color: var(--texma-marine) !important;
}
.texma-cat__image {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
background-color: var(--texma-bg-soft);
border-radius: 30px;
margin-bottom: 1.25rem;
}
.texma-cat__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s var(--transition);
}
.texma-cat:hover .texma-cat__image img {
transform: scale(1.05);
}
.texma-cat h3 {
font-size: 1.5rem !important;
font-weight: 700;
color: var(--texma-marine);
margin: 0 0 0.5rem 0;
line-height: 1.2;
}
.texma-cat p {
font-size: 0.95rem;
color: var(--texma-marine);
opacity: 0.75;
margin: 0 0 1rem 0;
line-height: 1.6;
} .texma-workflow {
background-color: var(--texma-white);
margin: 4rem 0;
border-radius: 30px;
padding: 4rem 0 !important;
}
.texma-workflow .texma-section-head {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.texma-workflow .texma-section-head p {
margin-left: auto;
margin-right: auto;
}
.texma-workflow__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
}
@media (max-width: 1024px) {
.texma-workflow__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.texma-workflow__grid { grid-template-columns: 1fr; }
}
.texma-step {
border-top: 2px solid var(--texma-green);
padding-top: 1.25rem;
}
.texma-step__num {
font-size: 0.85rem;
color: var(--texma-green);
font-weight: 700;
letter-spacing: 0.1em;
margin-bottom: 0.75rem;
display: block;
}
.texma-step h4 {
font-size: 1.125rem !important;
color: var(--texma-marine);
margin: 0 0 0.5rem 0;
font-weight: 600;
}
.texma-step p {
font-size: 0.95rem;
color: var(--texma-marine);
opacity: 0.75;
line-height: 1.6;
margin: 0;
} .texma-faq {
max-width: 920px;
margin: 0 auto;
}
.texma-faq details {
background-color: var(--texma-white);
border-radius: 16px;
margin-bottom: 0.75rem;
overflow: hidden;
border: 1px solid rgba(56, 106, 78, 0.08);
}
.texma-faq summary {
padding: 1.25rem 1.5rem;
font-size: 1rem;
font-weight: 600;
color: var(--texma-marine);
cursor: pointer;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
transition: color var(--transition);
}
.texma-faq summary::-webkit-details-marker {
display: none;
}
.texma-faq summary::after {
content: "+";
font-size: 1.5rem;
font-weight: 400;
color: var(--texma-green);
transition: transform var(--transition);
line-height: 1;
}
.texma-faq details[open] summary::after {
content: "−";
}
.texma-faq summary:hover {
color: var(--texma-green);
}
.texma-faq details > div {
padding: 0 1.5rem 1.5rem;
color: var(--texma-marine);
opacity: 0.8;
line-height: 1.7;
font-size: 0.95rem;
} body.texma-landing-active .entry-hero.page-hero-section,
body.page-template-page-full-width .entry-hero.page-hero-section {
display: none;
}
body.texma-landing-active .entry-content-wrap,
body.page-template-page-full-width .entry-content-wrap {
padding: 0 !important;
max-width: none !important;
}
body.texma-landing-active .content-area,
body.page-template-page-full-width .content-area {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.texma-landing-active .content-container.site-container,
body.page-template-page-full-width .content-container.site-container {
max-width: none !important;
padding: 0 !important;
}
body.texma-landing-active .entry.single-entry {
box-shadow: none !important;
background: transparent !important;
}  .wp-block-image.texma-hero-image {
margin: 0 0 0 0;
width: 100vw;
margin-left: calc(50% - 50vw);
}
.wp-block-image.texma-hero-image img {
width: 100%;
aspect-ratio: 16 / 5;
object-fit: cover;
display: block;
border-radius: 0;
} .wp-block-group.texma-intro {
padding: 4rem 2rem 2rem;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.wp-block-group.texma-intro h1 {
margin-bottom: 1.5rem;
max-width: 920px;
}
.wp-block-group.texma-intro h1 strong {
color: var(--texma-green);
font-weight: 400;
}
.wp-block-group.texma-intro p {
font-size: 1.0625rem;
line-height: 1.75;
max-width: 720px;
margin-bottom: 2rem;
color: var(--texma-marine);
} .wp-block-button.texma-cta .wp-block-button__link {
background-color: transparent !important;
color: var(--texma-marine) !important;
border: 1.5px solid var(--texma-marine) !important;
border-radius: var(--radius-pill) !important;
padding: 1rem 1.75rem !important;
font-family: var(--texma-font) !important;
font-size: 0.95rem !important;
font-weight: 500 !important;
text-decoration: none !important;
transition: all var(--transition);
line-height: 1 !important;
}
.wp-block-button.texma-cta .wp-block-button__link:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-white) !important;
} .wp-block-group.texma-section {
padding: 4rem 2rem;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}
.texma-section-title {
font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem) !important;
margin-bottom: 1rem !important;
color: var(--texma-marine);
}
.texma-section-title strong {
color: var(--texma-green);
font-weight: 400;
}
.texma-section-lead {
font-size: 1rem;
line-height: 1.75;
color: var(--texma-marine);
max-width: 720px;
margin: 0 0 3rem 0 !important;
} .wp-block-columns.texma-cats {
gap: 1.5rem;
margin-bottom: 0;
}
.wp-block-column.texma-cat { }
.wp-block-image.texma-cat-image {
margin: 0 0 1.25rem 0;
overflow: hidden;
border-radius: 30px;
background-color: var(--texma-bg-soft);
}
.wp-block-image.texma-cat-image img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
transition: transform 0.6s var(--transition);
display: block;
}
.wp-block-column.texma-cat:hover .wp-block-image.texma-cat-image img {
transform: scale(1.05);
}
.wp-block-column.texma-cat h3 {
font-size: 1.5rem !important;
margin: 0 0 0.5rem 0 !important;
color: var(--texma-marine);
}
.wp-block-column.texma-cat h3 a {
color: var(--texma-marine);
text-decoration: none;
}
.wp-block-column.texma-cat h3 a:hover {
color: var(--texma-green);
}
.wp-block-column.texma-cat p {
font-size: 0.95rem;
color: var(--texma-marine);
opacity: 0.75;
margin: 0;
line-height: 1.6;
} .wp-block-group.texma-workflow {
background-color: var(--texma-white);
margin: 4rem auto !important;
border-radius: 30px;
padding: 4rem 2rem !important;
max-width: 1280px;
}
.wp-block-columns.texma-steps {
gap: 2rem;
margin-top: 3rem !important;
margin-bottom: 0;
}
.wp-block-column.texma-step {
border-top: 2px solid var(--texma-green);
padding-top: 1.25rem;
}
.texma-step-num {
font-size: 0.85rem !important;
color: var(--texma-green) !important;
font-weight: 500 !important;
letter-spacing: 0.1em !important;
margin: 0 0 0.75rem 0 !important;
font-family: var(--texma-font-headline) !important;
}
.wp-block-column.texma-step h4 {
font-size: 1.125rem !important;
margin: 0 0 0.5rem 0 !important;
color: var(--texma-marine);
}
.wp-block-column.texma-step p:not(.texma-step-num) {
font-size: 0.95rem;
color: var(--texma-marine);
opacity: 0.75;
line-height: 1.6;
margin: 0;
} .wp-block-group.texma-faq {
max-width: 920px;
margin: 0 auto;
}
.wp-block-details.wp-block-details {
background-color: var(--texma-white);
border-radius: 16px;
margin-bottom: 0.75rem;
padding: 0;
border: 1px solid rgba(56, 106, 78, 0.08);
}
.wp-block-details > summary {
padding: 1.25rem 1.5rem;
font-size: 1rem;
font-weight: 500;
color: var(--texma-marine);
cursor: pointer;
list-style: none;
transition: color var(--transition);
font-family: var(--texma-font);
}
.wp-block-details > summary::-webkit-details-marker {
display: none;
}
.wp-block-details > summary::after {
content: "+";
float: right;
font-size: 1.5rem;
font-weight: 400;
color: var(--texma-green);
line-height: 1;
}
.wp-block-details[open] > summary::after {
content: "−";
}
.wp-block-details > summary:hover {
color: var(--texma-green);
}
.wp-block-details > p,
.wp-block-details .wp-block-paragraph {
padding: 0 1.5rem 1.5rem !important;
color: var(--texma-marine) !important;
opacity: 0.8;
line-height: 1.7 !important;
font-size: 0.95rem !important;
margin: 0 !important;
} @media (max-width: 1024px) {
.wp-block-columns.texma-cats,
.wp-block-columns.texma-steps {
flex-wrap: wrap !important;
}
.wp-block-columns.texma-cats .wp-block-column.texma-cat {
flex-basis: calc(50% - 0.75rem) !important;
}
.wp-block-columns.texma-steps .wp-block-column.texma-step {
flex-basis: calc(50% - 1rem) !important;
}
}
@media (max-width: 640px) {
.wp-block-columns.texma-cats .wp-block-column.texma-cat,
.wp-block-columns.texma-steps .wp-block-column.texma-step {
flex-basis: 100% !important;
}
.wp-block-group.texma-section,
.wp-block-group.texma-intro {
padding: 2.5rem 1.5rem;
}
.wp-block-group.texma-workflow {
padding: 2.5rem 1.5rem !important;
border-radius: 20px;
}
}  input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
input.input-text,
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
background-color: var(--texma-white) !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
border-radius: 30px !important;
color: var(--texma-marine) !important;
font-family: var(--texma-font) !important;
font-size: 1rem !important;
padding: 0.75rem 1.25rem !important;
box-shadow: none !important;
transition: border-color var(--transition);
line-height: 1.4 !important;
height: auto !important;
}
textarea,
.woocommerce form .form-row textarea {
min-height: 100px !important;
border-radius: 20px !important;
} input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input.input-text:focus,
select:focus,
textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
border-color: var(--texma-marine) !important;
outline: none !important;
box-shadow: 0 0 0 3px rgba(14, 28, 54, 0.08) !important;
} .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--texma-marine) !important;
line-height: 1.4 !important;
padding: 0.75rem 1.25rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100% !important;
right: 1rem !important;
}
.select2-dropdown {
border: 1.5px solid var(--texma-marine) !important;
border-radius: 20px !important;
overflow: hidden !important;
}
.select2-search--dropdown .select2-search__field {
border-radius: 30px !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
padding: 0.5rem 1rem !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} label,
.woocommerce form .form-row label {
color: var(--texma-marine) !important;
font-family: var(--texma-font) !important;
font-weight: 500 !important;
margin-bottom: 0.4rem !important;
} input[type="checkbox"],
input[type="radio"] {
accent-color: var(--texma-marine);
} button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.wp-block-button__link,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
#place_order,
.checkout button[name="woocommerce_checkout_place_order"] {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border: 1.5px solid var(--texma-marine) !important;
border-radius: 30px !important;
font-family: var(--texma-font) !important;
font-weight: 600 !important;
font-size: 1rem !important;
padding: 0.85rem 1.75rem !important;
text-transform: none !important;
letter-spacing: normal !important;
line-height: 1.2 !important;
transition: all var(--transition);
cursor: pointer;
box-shadow: none !important;
text-decoration: none !important;
display: inline-block;
}
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
#place_order:hover {
background-color: var(--texma-neon) !important;
color: var(--texma-marine) !important;
border-color: var(--texma-marine) !important;
box-shadow: 0 4px 12px rgba(14, 28, 54, 0.15) !important;
transform: translateY(-1px);
} .woocommerce button[name="apply_coupon"],
.woocommerce button.button:not(.alt):not(#place_order),
button[type="submit"]:not(#place_order):not(.search-submit):not([name="woocommerce_checkout_place_order"]).button:not(.alt) {
background-color: transparent !important;
color: var(--texma-marine) !important;
border: 1.5px solid var(--texma-marine) !important;
}
.woocommerce button[name="apply_coupon"]:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} #place_order,
.checkout button[name="woocommerce_checkout_place_order"] {
background-color: var(--texma-neon) !important;
color: var(--texma-marine) !important;
border: 1.5px solid var(--texma-marine) !important;
font-size: 1.1rem !important;
padding: 1rem 2.5rem !important;
font-weight: 700 !important;
}
#place_order:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} .woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.woocommerce-notice,
.woocommerce-noreviews,
p.no-comments {
background-color: var(--texma-white) !important;
color: var(--texma-marine) !important;
border-radius: 20px !important;
border: 1.5px solid var(--texma-marine) !important;
padding: 1rem 1.5rem !important;
font-family: var(--texma-font) !important;
box-shadow: none !important;
margin-bottom: 1.5rem !important;
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
color: var(--texma-marine) !important;
top: 1rem !important;
left: 1.5rem !important;
}
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
color: var(--texma-marine) !important;
font-weight: 600;
text-decoration: underline;
} .woocommerce table.shop_table,
.woocommerce-checkout-review-order-table,
table.cart {
border-radius: 30px !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
overflow: hidden !important;
background-color: var(--texma-white) !important;
border-collapse: separate !important;
border-spacing: 0 !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
background-color: var(--texma-white) !important;
color: var(--texma-marine) !important;
border-bottom: 1px solid rgba(14, 28, 54, 0.08) !important;
}
.woocommerce table.shop_table thead th {
background-color: var(--texma-bg) !important;
font-family: var(--texma-font-headline) !important;
color: var(--texma-marine) !important;
font-weight: 600;
}
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
border-bottom: none !important;
}
.woocommerce table.shop_table .order-total {
background-color: var(--texma-bg) !important;
}
.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
background-color: var(--texma-bg) !important;
font-size: 1.15rem;
font-weight: 700;
} .col2-set .col-1,
.col2-set .col-2,
#order_review,
.woocommerce-additional-fields,
form.checkout > .woocommerce-billing-fields,
form.checkout > .woocommerce-shipping-fields,
form.checkout #order_review,
.cart-collaterals .cart_totals {
background-color: var(--texma-white);
border-radius: 30px;
padding: 2rem;
border: 1.5px solid rgba(14, 28, 54, 0.08);
margin-bottom: 1.5rem;
}
#payment {
background-color: var(--texma-white) !important;
border-radius: 30px !important;
padding: 1.5rem !important;
border: 1.5px solid rgba(14, 28, 54, 0.08) !important;
}
#payment .payment_box {
background-color: var(--texma-bg) !important;
border-radius: 20px !important;
margin-top: 1rem !important;
}
#payment ul.payment_methods {
border-bottom: 1px solid rgba(14, 28, 54, 0.08) !important;
padding-bottom: 1rem !important;
}
#payment ul.payment_methods li {
background-color: transparent !important;
margin-bottom: 0.5rem;
}
#payment ul.payment_methods li label {
color: var(--texma-marine) !important;
font-weight: 600;
} .woocommerce-shipping-totals ul#shipping_method li {
margin-bottom: 0.4rem;
}
.woocommerce-shipping-totals ul#shipping_method li label {
color: var(--texma-marine) !important;
font-weight: 500;
} .woocommerce-mini-cart {
background-color: var(--texma-white) !important;
border-radius: 20px !important;
padding: 1rem !important;
}
.woocommerce-mini-cart-item {
border-bottom: 1px solid rgba(14, 28, 54, 0.08) !important;
padding: 0.75rem 0 !important;
}
.woocommerce-mini-cart__buttons .button {
margin-top: 0.5rem !important;
width: 100%;
text-align: center;
} #cart-drawer .drawer-inner {
background-color: var(--texma-bg) !important;
}
#cart-drawer .drawer-header {
border-bottom: 1.5px solid rgba(14, 28, 54, 0.15) !important;
}
#cart-drawer .side-cart-header {
color: var(--texma-marine) !important;
font-family: var(--texma-font-headline) !important;
}
#cart-drawer .cart-toggle-close svg {
fill: var(--texma-marine) !important;
} #mobile-drawer .drawer-inner,
#mobile-drawer .drawer-content {
background-color: var(--texma-bg) !important;
}
#mobile-drawer .menu-toggle-close .toggle-close-bar {
background-color: var(--texma-marine) !important;
}
#mobile-drawer .mobile-navigation ul li > a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap a {
color: var(--texma-marine) !important;
font-family: var(--texma-font) !important;
font-weight: 500;
}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) a {
border-bottom: 1px solid rgba(14, 28, 54, 0.1) !important;
}
#mobile-drawer .drawer-sub-toggle svg {
fill: var(--texma-marine) !important;
} #ship-to-different-address {
color: var(--texma-marine) !important;
font-family: var(--texma-font-headline) !important;
}
#ship-to-different-address label {
cursor: pointer;
} #pwgc-redeem-gift-card-form,
.woocommerce-form-coupon {
background-color: var(--texma-bg) !important;
border-radius: 20px !important;
padding: 1.25rem !important;
margin-bottom: 1rem !important;
border: 1px solid rgba(14, 28, 54, 0.1) !important;
} .woocommerce h3,
#order_review_heading,
#order_payment_heading,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
font-family: var(--texma-font-headline) !important;
color: var(--texma-marine) !important;
margin-top: 0;
margin-bottom: 1.25rem !important;
} .required,
abbr.required {
color: var(--texma-marine) !important;
text-decoration: none !important;
border: none !important;
} .woocommerce-ordering select,
.woocommerce ul.products li.product .price,
.woocommerce-result-count {
color: var(--texma-marine) !important;
}
.woocommerce-result-count {
font-family: var(--texma-font);
} .tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image),
.swatch-item-wrapper .swatch:not(.swatch-color):not(.swatch-image) {
border-radius: 30px !important;
border: 1.5px solid rgba(14, 28, 54, 0.2) !important;
color: var(--texma-marine) !important;
background-color: var(--texma-white) !important;
transition: all var(--transition);
}
.tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image).selected,
.tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image):hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-color: var(--texma-marine) !important;
} .woocommerce .quantity input.qty,
.quantity input[type="number"] {
border-radius: 30px !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
text-align: center !important;
padding: 0.5rem 0.75rem !important;
width: 80px !important;
} .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
border-radius: 30px !important;
}
.comment-form textarea {
border-radius: 20px !important;
} .wc-stc-modal-content {
background-color: var(--texma-white) !important;
border-radius: 30px !important;
padding: 2rem !important;
border: none !important;
box-shadow: 0 20px 60px rgba(14, 28, 54, 0.2) !important;
}
.wc-stc-modal-background {
background-color: rgba(14, 28, 54, 0.5) !important;
}
.wc-stc-modal-content header h4 {
font-family: var(--texma-font-headline) !important;
color: var(--texma-marine) !important;
}
.wc-stc-modal-close {
color: var(--texma-marine) !important;
} .woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon,
.woocommerce form.lost_reset_password {
background-color: var(--texma-white) !important;
border-radius: 30px !important;
border: 1.5px solid rgba(14, 28, 54, 0.08) !important;
padding: 2rem !important;
}   .woocommerce-Price-amount,
.woocommerce ul.products li.product .price,
.product .price {
color: var(--texma-marine) !important;
font-weight: 600 !important;
font-family: var(--texma-font-headline) !important;
} del .woocommerce-Price-amount {
opacity: 0.5;
font-weight: 400 !important;
} .woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
border-radius: 30px !important;
background-color: var(--texma-white) !important;
color: var(--texma-marine) !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
padding: 0.5rem 1rem !important;
font-family: var(--texma-font);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-color: var(--texma-marine) !important;
} .wc-gzd-cart-info,
.delivery-time-info,
.wc-gzd-additional-info,
.includes_tax,
.tax_label,
small.includes_tax {
color: var(--texma-marine) !important;
opacity: 0.75;
font-size: 0.875rem !important;
font-family: var(--texma-font);
} .skip-link:focus {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-radius: 30px !important;
} .entry.single-entry,
.entry.loop-entry,
article.entry {
border-radius: 30px !important;
} .entry-content-wrap,
.kadence-loop-entry-inner {
border-radius: 30px !important;
} .has-theme-palette-1-background-color { background-color: var(--texma-marine) !important; }
.has-theme-palette-1-color { color: var(--texma-marine) !important; }
.has-theme-palette-2-background-color { background-color: var(--texma-green) !important; }
.has-theme-palette-2-color { color: var(--texma-green) !important; } body,
.wp-site-blocks,
.content-bg,
body.content-style-unboxed .site,
body.archive,
body.post-type-archive-product,
body.woocommerce-checkout,
body.woocommerce-cart {
background-color: var(--texma-bg) !important;
} .menu-toggle-open,
.menu-toggle-close,
.search-toggle-open,
.search-toggle-close,
.cart-toggle-close,
.drawer-toggle,
.drawer-sub-toggle,
.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:hover,
.search-toggle-open-container .search-toggle-open,
.header-cart-button,
.header-search-button,
button.menu-toggle-open,
button.menu-toggle-close,
button.drawer-sub-toggle,
button.cart-toggle-close,
button.search-toggle-close {
background-color: transparent !important;
color: inherit !important;
border: none !important;
border-radius: 0 !important;
padding: 0.5rem !important;
font-weight: normal !important;
box-shadow: none !important;
transform: none !important;
} .mobile-toggle-open-container .menu-toggle-open {
color: var(--texma-marine) !important;
padding: 0.4em 0.6em !important;
}
.mobile-toggle-open-container .menu-toggle-open svg,
.mobile-toggle-open-container .menu-toggle-open svg path {
fill: var(--texma-marine) !important;
stroke: var(--texma-marine) !important;
} .menu-toggle-open:hover,
.menu-toggle-close:hover,
.search-toggle-open:hover,
.cart-toggle-close:hover,
.drawer-toggle:hover,
.drawer-sub-toggle:hover {
background-color: transparent !important;
color: inherit !important;
transform: none !important;
box-shadow: none !important;
} .header-cart-button {
color: var(--texma-marine) !important;
}
.header-cart-button svg {
fill: var(--texma-marine) !important;
color: var(--texma-marine) !important;
}
.header-cart-button .header-cart-total {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-radius: 50% !important;
width: 18px;
height: 18px;
font-size: 0.7rem;
font-weight: 600;
line-height: 18px;
text-align: center;
padding: 0 !important;
display: inline-flex;
align-items: center;
justify-content: center;
}
.search-toggle-open-container .search-toggle-open {
color: var(--texma-marine) !important;
}
.search-toggle-open-container .search-toggle-open svg {
fill: var(--texma-marine) !important;
} .woocommerce a.remove,
.woocommerce-mini-cart-item a.remove {
background-color: transparent !important;
color: var(--texma-marine) !important;
border: none !important;
border-radius: 50% !important;
padding: 0 !important;
font-size: 1.2rem !important;
width: 24px !important;
height: 24px !important;
line-height: 24px !important;
text-align: center !important;
font-weight: 700 !important;
}
.woocommerce a.remove:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
} @media (max-width: 1024px) { .site-mobile-header-wrap,
#mobile-header {
background-color: transparent !important;
padding: 0.75rem 1rem !important;
} #mobile-header .site-main-header-wrap,
#mobile-header .site-main-header-wrap .site-header-row-container-inner {
background-color: var(--texma-neon) !important;
border-radius: 999px !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
min-height: 0 !important;
}
#mobile-header .site-main-header-inner-wrap {
background-color: transparent !important;
padding: 8px 16px !important;
min-height: 0 !important;
} #mobile-header .site-header-row,
#mobile-header .site-main-header-inner-wrap > .site-header-row,
#mobile-header .site-header-row-container-inner > .site-header-row {
display: flex !important;
flex-direction: row !important;
justify-content: space-between !important;
align-items: center !important;
width: 100% !important;
padding: 0 !important;
gap: 0.5rem !important;
background-color: transparent !important;
} #mobile-header .site-header-main-section-left {
background-color: transparent !important;
border-radius: 0 !important;
padding: 0 !important;
margin: 0 auto 0 0 !important;
flex: 0 0 auto !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
}
#mobile-header .site-branding,
#mobile-header .site-header-main-section-left .site-branding {
text-align: left !important;
margin: 0 !important;
display: flex !important;
align-items: center !important;
}
#mobile-header .site-branding img {
max-height: 26px !important;
width: auto !important;
margin: 0 !important;
} #mobile-header .site-header-main-section-right {
background-color: transparent !important;
border-radius: 0 !important;
padding: 0 !important;
margin: 0 0 0 auto !important;
flex: 0 0 auto !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.25rem !important;
} #mobile-header .header-cart-button,
#mobile-header .search-toggle-open-container .search-toggle-open,
#mobile-header .header-button-wrap a,
#mobile-header .header-html a,
#mobile-header .mobile-toggle-open-container .menu-toggle-open {
background: transparent !important;
background-color: transparent !important;
border: none !important;
border-radius: 50% !important;
color: var(--texma-marine) !important;
padding: 8px !important;
margin: 0 !important;
box-shadow: none !important;
min-height: 0 !important;
line-height: 1 !important;
font-weight: normal !important;
text-decoration: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
transition: opacity var(--transition);
}
#mobile-header .header-cart-button:hover,
#mobile-header .search-toggle-open-container .search-toggle-open:hover,
#mobile-header .header-button-wrap a:hover,
#mobile-header .header-html a:hover,
#mobile-header .mobile-toggle-open-container .menu-toggle-open:hover {
background: transparent !important;
background-color: transparent !important;
opacity: 0.7;
color: var(--texma-marine) !important;
transform: none !important;
} #mobile-header .header-cart-button svg,
#mobile-header .search-toggle-open-container .search-toggle-open svg,
#mobile-header .header-button-wrap a svg,
#mobile-header .header-html a svg,
#mobile-header .mobile-toggle-open-container .menu-toggle-open svg {
fill: var(--texma-marine) !important;
color: var(--texma-marine) !important;
stroke: var(--texma-marine) !important;
width: 22px !important;
height: 22px !important;
} #mobile-header .header-cart-button .header-cart-total {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border-radius: 50% !important;
width: 16px !important;
height: 16px !important;
font-size: 0.65rem !important;
font-weight: 700 !important;
line-height: 16px !important;
text-align: center !important;
padding: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: absolute !important;
top: 2px !important;
right: 2px !important;
margin-left: 0 !important;
}
#mobile-header .header-cart-wrap,
#mobile-header .header-cart-inner-wrap,
#mobile-header .header-cart-button {
position: relative !important;
} #mobile-drawer .drawer-inner,
#mobile-drawer .drawer-content {
background-color: var(--texma-neon) !important;
}
#mobile-drawer .drawer-overlay {
background-color: rgba(52, 255, 103, 0.95) !important;
}
#mobile-drawer .drawer-header {
display: flex !important;
justify-content: flex-end !important;
align-items: center !important;
padding: 1rem !important;
border-bottom: none !important;
}
#mobile-drawer .menu-toggle-close,
#mobile-drawer .drawer-toggle {
background-color: var(--texma-white) !important;
border-radius: 999px !important;
padding: 14px 18px !important;
border: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
height: auto !important;
gap: 4px !important;
}
#mobile-drawer .menu-toggle-close .toggle-close-bar {
background-color: var(--texma-marine) !important;
width: 18px !important;
height: 2px !important;
} #mobile-drawer .mobile-navigation,
#mobile-drawer .mobile-menu-container,
#mobile-drawer .mobile-navigation ul {
background-color: transparent !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item > a,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > a,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item:not(.menu-item-has-children) > a {
background-color: transparent !important;
color: var(--texma-marine) !important;
font-family: var(--texma-font-headline) !important;
font-size: 1.5rem !important;
font-weight: 500 !important;
padding: 1rem 2rem !important;
margin: 0 !important;
border: none !important;
border-radius: 0 !important;
text-align: center !important;
text-decoration: none !important;
display: block !important;
width: 100% !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
gap: 0.5rem !important;
padding: 0 !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > a {
flex: initial !important;
width: auto !important;
padding: 1rem 0 !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > .drawer-sub-toggle,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > button {
background-color: transparent !important;
border: none !important;
padding: 0.5rem !important;
color: var(--texma-marine) !important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > .drawer-sub-toggle svg,
#mobile-drawer .mobile-navigation ul#mobile-menu > li.menu-item.menu-item-has-children > .drawer-nav-drop-wrap > button svg {
fill: var(--texma-marine) !important;
width: 20px;
height: 20px;
}
#mobile-drawer .mobile-navigation ul ul.sub-menu li.menu-item > a {
background-color: transparent !important;
color: var(--texma-marine) !important;
font-family: var(--texma-font) !important;
font-size: 1rem !important;
font-weight: 400 !important;
padding: 0.5rem 2rem !important;
margin: 0 !important;
border: none !important;
border-radius: 0 !important;
text-align: center !important;
opacity: 0.8;
display: block !important;
width: 100% !important;
}
#mobile-drawer .mobile-navigation ul ul.sub-menu li.menu-item > a:hover {
opacity: 1;
}
}  .single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
border-radius: 24px !important;
overflow: hidden !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
border-radius: 24px !important;
} .single-product .woocommerce-product-gallery .flex-control-thumbs {
margin-top: 0.75rem !important;
gap: 0.5rem !important;
display: flex !important;
flex-wrap: wrap !important;
padding: 0 !important;
list-style: none !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
margin: 0 !important;
width: calc(25% - 0.4rem) !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
border-radius: 16px !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
} @media (max-width: 768px) { .single-product .product,
.single-product div.product {
display: block !important;
width: 100% !important;
clear: both !important;
} .single-product .product .woocommerce-product-gallery,
.single-product div.product .woocommerce-product-gallery {
float: none !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1rem 0 !important;
clear: both !important;
display: block !important;
} .single-product .product .summary,
.single-product div.product .summary,
.single-product .product .entry-summary,
.single-product div.product .entry-summary {
float: none !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding-top: 0 !important;
clear: both !important;
display: block !important;
} .single-product .product .woocommerce-tabs,
.single-product div.product .woocommerce-tabs {
float: none !important;
width: 100% !important;
clear: both !important;
margin-top: 2rem !important;
} .single-product .related,
.single-product .upsells {
float: none !important;
width: 100% !important;
clear: both !important;
} .woocommerce-breadcrumb {
margin-bottom: 1rem !important;
font-size: 0.85rem !important;
line-height: 1.4 !important;
}
}  .tawcvs-swatches .swatch.swatch-label,
.tawcvs-swatches .swatch:not(.swatch-color):not(.swatch-image),
.swatch-item-wrapper .swatch:not(.swatch-color):not(.swatch-image),
.variations .swatch:not(.swatch-color):not(.swatch-image) {
width: 44px !important;
height: 44px !important;
min-width: 44px !important;
min-height: 44px !important;
max-width: 44px !important;
max-height: 44px !important;
border-radius: 50% !important;
padding: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
font-size: 0.9rem !important;
line-height: 1 !important;
border: 1.5px solid rgba(14, 28, 54, 0.2) !important;
background-color: var(--texma-white) !important;
color: var(--texma-marine) !important;
text-align: center !important;
margin: 0 0.4rem 0.4rem 0 !important;
box-sizing: border-box !important;
flex-shrink: 0 !important;
cursor: pointer;
transition: all var(--transition);
} .tawcvs-swatches .swatch.swatch-color,
.swatch-item-wrapper .swatch.swatch-color,
.variations .swatch.swatch-color {
width: 44px !important;
height: 44px !important;
min-width: 44px !important;
min-height: 44px !important;
max-width: 44px !important;
max-height: 44px !important;
border-radius: 50% !important;
padding: 0 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
border: 1.5px solid rgba(14, 28, 54, 0.2) !important;
margin: 0 0.4rem 0.4rem 0 !important;
box-sizing: border-box !important;
flex-shrink: 0 !important;
cursor: pointer;
transition: all var(--transition); } .tawcvs-swatches .swatch.swatch-color .text,
.swatch-item-wrapper .swatch.swatch-color .text {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} .tawcvs-swatches .swatch.swatch-color.selected,
.tawcvs-swatches .swatch.swatch-color:hover,
.swatch-item-wrapper .swatch.swatch-color.selected,
.swatch-item-wrapper .swatch.swatch-color:hover {
border-color: var(--texma-marine) !important;
border-width: 2.5px !important;
transform: scale(1.05); } .tawcvs-swatches {
display: flex !important;
flex-wrap: wrap !important;
gap: 0 !important;
align-items: center !important;
margin-bottom: 1rem !important;
}  .woocommerce ul.products li.product,
.products .product,
.kadence-woo-archive-grid li.product {
border-radius: 0 !important;
overflow: visible !important;
}
.woocommerce ul.products li.product .kadence-loop-entry-inner,
.woocommerce ul.products li.product .entry-content-wrap,
.kadence-loop-entry-inner {
border-radius: 0 !important;
overflow: visible !important;
background-color: transparent !important;
padding: 0 !important;
} .woocommerce ul.products li.product .product-image-link,
.woocommerce ul.products li.product .post-thumbnail,
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .product-thumbnail,
.kadence-loop-entry-inner .post-thumbnail {
border-radius: 24px !important;
overflow: hidden !important;
display: block !important;
}
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img:not(.swatch img) {
border-radius: 24px !important;
} .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .product-details {
border-radius: 0 !important;
overflow: visible !important;
padding-left: 0.25rem !important;
padding-right: 0.25rem !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
hyphens: auto !important;
} .woocommerce ul.products li.product .product-details,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
margin-top: 1rem !important;
}  .woocommerce ul.products li.product .wc-gzd-additional-info,
.woocommerce ul.products li.product .delivery-time-info,
.woocommerce ul.products li.product .wc-gzd-additional-info-loop,
.woocommerce ul.products li.product .price_label,
.woocommerce ul.products li.product .wc-gzd-item-desc,
.woocommerce ul.products li.product small.includes_tax,
.woocommerce ul.products li.product .tax_label,
.woocommerce-page ul.products li.product .wc-gzd-additional-info,
.woocommerce-page ul.products li.product .delivery-time-info,
.kadence-woo-archive-grid li.product .wc-gzd-additional-info,
.kadence-woo-archive-grid li.product .delivery-time-info,
.kadence-woo-archive-grid li.product small.includes_tax {
display: none !important;
} @media (max-width: 768px) { .woocommerce ul.products,
.woocommerce-page ul.products {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 1rem !important;
margin: 0 0 2rem 0 !important;
padding: 0 !important;
list-style: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
float: none !important;
clear: none !important;
} .woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img.wp-post-image {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
margin-bottom: 0.75rem !important;
} .woocommerce ul.products li.product .product-image-link,
.woocommerce ul.products li.product .post-thumbnail {
width: 100% !important;
max-width: 100% !important;
aspect-ratio: 1 / 1 !important;
display: block !important;
} .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
font-size: 0.95rem !important;
line-height: 1.3 !important;
margin: 0 0 0.4rem 0 !important;
padding: 0 !important;
} .woocommerce ul.products li.product .price {
font-size: 1rem !important;
margin-bottom: 0.5rem !important;
} .woocommerce ul.products li.product .button {
width: 100% !important;
font-size: 0.85rem !important;
padding: 0.7rem 1rem !important;
text-align: center !important;
white-space: normal !important;
line-height: 1.2 !important;
} .woocommerce ul.products li.product .product-loop-category,
.woocommerce ul.products li.product .product-cat-label {
font-size: 0.7rem !important;
margin-bottom: 0.25rem !important;
letter-spacing: 0.05em !important;
} .woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
font-size: 0.7rem !important;
padding: 0.25rem 0.6rem !important;
top: 0.5rem !important;
right: 0.5rem !important;
}
} @media (max-width: 380px) {
.woocommerce ul.products,
.woocommerce-page ul.products {
gap: 0.75rem !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 0.85rem !important;
}
.woocommerce ul.products li.product .button {
font-size: 0.8rem !important;
padding: 0.6rem 0.75rem !important;
}
}   .woocommerce ul.products li.product:not(.product-category) > a:has(> img),
.woocommerce-page ul.products li.product:not(.product-category) > a:has(> img) {
display: block !important;
width: 100% !important;
aspect-ratio: 1 / 1 !important;
border-radius: 24px !important;
overflow: hidden !important;
background-color: var(--texma-white) !important;
position: relative !important;
} .woocommerce ul.products li.product:not(.product-category) img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product:not(.product-category) img.wp-post-image,
.woocommerce ul.products li.product:not(.product-category) > a > img,
.woocommerce-page ul.products li.product:not(.product-category) img.attachment-woocommerce_thumbnail {
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: cover !important;
margin: 0 !important;
border-radius: 24px !important;
display: block !important;
background-color: var(--texma-white) !important;
} .woocommerce ul.products li.product:not(.product-category) > a:not(.button):not(.add_to_cart_button) {
display: block !important;
border-radius: 24px !important;
overflow: hidden !important;
} @media (max-width: 768px) {
.woocommerce ul.products li.product:not(.product-category) > a > img:nth-of-type(n+2),
.woocommerce ul.products li.product:not(.product-category) > a img.secondary-image,
.woocommerce ul.products li.product:not(.product-category) > a img.hover-image {
display: none !important;
}
}  .woocommerce ul.products li.product-category {
list-style: none !important;
}
.woocommerce ul.products li.product-category > a {
display: block !important;
text-decoration: none !important;
color: var(--texma-marine) !important;
} .woocommerce ul.products li.product-category > a > img {
display: block !important;
width: 100% !important;
height: auto !important;
aspect-ratio: 1 / 1 !important;
object-fit: contain !important;
background-color: var(--texma-white) !important;
border-radius: 24px !important;
margin: 0 0 0.75rem 0 !important;
padding: 1rem !important;
box-sizing: border-box !important;
} .woocommerce ul.products li.product-category > a > h2,
.woocommerce ul.products li.product-category > a > h3,
.woocommerce ul.products li.product-category > a .woocommerce-loop-category__title {
display: block !important;
overflow: visible !important;
color: var(--texma-marine) !important;
font-size: 1rem !important;
font-weight: 500 !important;
line-height: 1.3 !important;
margin: 0.5rem 0 !important;
padding: 0 0.25rem !important;
text-align: center !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
background: transparent !important;
border-radius: 0 !important;
} .woocommerce ul.products li.product-category .count {
font-weight: 400;
opacity: 0.6;
font-size: 0.85rem;
} .woocommerce ul.products li.product > h2,
.woocommerce ul.products li.product > h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
display: block !important;
width: 100% !important;
overflow: visible !important;
border-radius: 0 !important;
margin: 0.75rem 0 0.4rem 0 !important;
padding: 0 !important;
font-size: 1rem !important;
font-weight: 500 !important;
line-height: 1.3 !important;
color: var(--texma-marine) !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
background: transparent !important;
} .woocommerce ul.products li.product > h2 > a,
.woocommerce ul.products li.product > h3 > a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
display: inline !important;
overflow: visible !important;
border-radius: 0 !important;
color: inherit !important;
text-decoration: none !important;
background: transparent !important;
} .woocommerce ul.products li.product > .price,
.woocommerce ul.products li.product .price {
display: block !important;
color: var(--texma-marine) !important;
font-weight: 600 !important;
margin: 0 0 0.75rem 0 !important;
font-size: 1rem !important;
} .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button {
display: block !important;
width: 100% !important;
text-align: center !important;
box-sizing: border-box !important;
white-space: normal !important;
line-height: 1.2 !important;
margin-top: 0 !important;
padding: 0.75rem 1rem !important;
font-size: 0.9rem !important;
} .woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
position: absolute !important;
top: 0.5rem !important;
right: 0.5rem !important;
left: auto !important;
background-color: var(--texma-marine) !important;
color: var(--texma-white) !important;
border-radius: 999px !important;
padding: 0.25rem 0.7rem !important;
font-size: 0.7rem !important;
font-weight: 600 !important;
z-index: 5 !important;
line-height: 1.2 !important;
margin: 0 !important;
min-height: 0 !important;
min-width: 0 !important;
} .woocommerce ul.products li.product .has-variations__hint,
.woocommerce ul.products li.product small {
font-size: 0.75rem !important;
opacity: 0.7 !important;
margin-top: 0.5rem !important;
display: block !important;
} @media (max-width: 768px) { .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button,
body .woocommerce ul.products li.product .button {
font-size: 0.78rem !important;
padding: 0.6rem 0.5rem !important;
line-height: 1.15 !important;
letter-spacing: 0 !important;
word-spacing: -0.05em !important;
font-weight: 600 !important;
min-height: 0 !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
} @media (max-width: 380px) {
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
font-size: 0.72rem !important;
padding: 0.55rem 0.4rem !important;
}
}  .single-product .quantity,
.single-product form.cart .quantity,
.single-product .product .quantity,
form.cart .quantity {
background-color: transparent !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
display: inline-flex !important;
align-items: center !important;
gap: 0 !important;
} .single-product form.cart,
.single-product .product form.cart {
background-color: transparent !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
} .single-product form.cart {
display: inline-flex !important;
flex-direction: column !important;
align-items: stretch !important;
gap: 1.75rem !important;
margin-bottom: 1.5rem !important;
width: auto !important;
max-width: 100% !important;
} @media (max-width: 768px) {
.single-product form.cart {
display: flex !important;
width: 100% !important;
max-width: 100% !important;
}
} .single-product form.cart .single_add_to_cart_button,
.single-product form.cart button.single_add_to_cart_button,
.single-product .product form.cart .single_add_to_cart_button {
display: block !important;
width: auto !important;
max-width: 100% !important;
margin: 0.5rem 0 0 0 !important;
text-align: center !important;
box-sizing: border-box !important;
align-self: stretch !important;
} .single-product .quantity input.minus,
.single-product .quantity input.plus,
.quantity input.minus,
.quantity input.plus {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
border: 1.5px solid var(--texma-marine) !important;
border-radius: 999px !important;
width: 44px !important;
height: 44px !important;
font-size: 1.2rem !important;
font-weight: 700 !important;
cursor: pointer;
padding: 0 !important;
line-height: 1 !important;
transition: all var(--transition);
}
.single-product .quantity input.minus:hover,
.single-product .quantity input.plus:hover {
background-color: var(--texma-neon) !important;
color: var(--texma-marine) !important;
} .single-product .quantity input.qty,
.quantity input.qty {
background-color: var(--texma-white) !important;
border: 1.5px solid rgba(14, 28, 54, 0.15) !important;
border-radius: 999px !important;
text-align: center !important;
width: 70px !important;
height: 44px !important;
margin: 0 0.5rem !important;
padding: 0 !important;
font-size: 1rem !important;
color: var(--texma-marine) !important;
-moz-appearance: textfield !important;
} .single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
} .woocommerce ul.products li.product-category .product-details,
.woocommerce ul.products li.product-category .entry-content-wrap,
.woocommerce-page ul.products li.product-category .product-details {
display: block !important;
background: transparent !important;
padding: 0 !important;
margin-top: 0.75rem !important;
border-radius: 0 !important;
overflow: visible !important;
text-align: center !important;
}
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category h2.woocommerce-loop-category__title {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
color: var(--texma-marine) !important;
font-size: 1rem !important;
font-weight: 500 !important;
line-height: 1.3 !important;
margin: 0 !important;
padding: 0 0.25rem !important;
text-align: center !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
background: transparent !important;
border-radius: 0 !important;
} .woocommerce ul.products li.product-category .count,
.woocommerce ul.products li.product-category mark.count {
background: transparent !important;
color: var(--texma-marine) !important;
font-weight: 400 !important;
opacity: 0.6 !important;
font-size: 0.85rem !important;
margin-left: 0.25rem !important;
} .single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product .flex-viewport,
.single-product .flex-viewport .woocommerce-product-gallery__image {
background-color: #ffffff !important;
} .pswp__bg,
.woocommerce-product-gallery .zoomImg {
background-color: #ffffff !important;
} body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs,
.single-product div.product .woocommerce-tabs ul.tabs {
list-style: none !important;
border: none !important;
border-bottom: none !important;
padding: 0 !important;
margin: 0 0 2rem 0 !important;
display: flex !important;
flex-wrap: wrap !important;
gap: 0.5rem !important;
background: transparent !important;
}
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs::before,
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs::after,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs::before,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs::after,
.single-product div.product .woocommerce-tabs ul.tabs::before,
.single-product div.product .woocommerce-tabs ul.tabs::after {
display: none !important;
content: none !important;
border: none !important;
}
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li,
.single-product div.product .woocommerce-tabs ul.tabs li {
background: transparent !important;
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
margin: 0 !important;
box-shadow: none !important;
list-style: none !important;
display: inline-flex !important;
}
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li::before,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li::after,
.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
display: none !important;
content: none !important;
border: none !important;
} body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li a,
.single-product div.product .woocommerce-tabs ul.tabs li a {
display: inline-block !important;
background-color: #ffffff !important;
color: #0E1C36 !important;
border: 1.5px solid #0E1C36 !important;
border-radius: 999px !important;
padding: 0.6rem 1.25rem !important;
font-family: var(--texma-font, sans-serif) !important;
font-size: 0.9rem !important;
font-weight: 500 !important;
line-height: 1.2 !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: none !important;
transition: all 0.2s ease !important;
white-space: nowrap !important;
}
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a:hover,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li a:hover,
.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
background-color: #0E1C36 !important;
color: #34FF67 !important;
} body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs li.active a,
.single-product div.product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] a {
background-color: #0E1C36 !important;
color: #34FF67 !important;
border-color: #0E1C36 !important;
} @media (max-width: 768px) {
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs,
.single-product div.product .woocommerce-tabs ul.tabs {
gap: 0.4rem !important;
margin-bottom: 1.5rem !important;
}
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
.single-product div.product .woocommerce-tabs ul.tabs li a {
padding: 0.55rem 1rem !important;
font-size: 0.85rem !important;
}
}
@media (max-width: 380px) {
body.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a,
.single-product div.product .woocommerce-tabs ul.tabs li a {
padding: 0.5rem 0.85rem !important;
font-size: 0.8rem !important;
}
} .single-product .woocommerce-product-gallery {
height: auto !important;
max-height: none !important;
position: relative !important;
}
.single-product .woocommerce-product-gallery .flex-viewport {
height: auto !important;
max-height: none !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
height: auto !important;
} .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
height: auto !important;
aspect-ratio: 1 / 1 !important;
} .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
height: auto !important;
max-height: 100% !important;
aspect-ratio: 1 / 1 !important;
object-fit: contain !important;
} @media (max-width: 768px) {
.single-product .woocommerce-product-gallery {
height: auto !important;
margin-bottom: 1rem !important;
}
.single-product .woocommerce-product-gallery .flex-viewport {
height: auto !important;
}
} .single-product .woocommerce-variation-add-to-cart,
.single-product form.cart .woocommerce-variation-add-to-cart {
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 1rem !important;
margin: 0.5rem 0 1.5rem 0 !important;
background: transparent !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
} .single-product .woocommerce-variation-add-to-cart .quantity {
flex: 0 0 auto !important;
margin: 0 !important;
} .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
flex: 0 0 auto !important;
margin: 0 !important;
width: auto !important;
max-width: none !important;
min-width: 174px !important;
align-self: stretch !important;
padding: 0.6rem 1.5rem !important;
} .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled,
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.wc-variation-selection-needed {
opacity: 0.5 !important;
cursor: not-allowed !important;
}
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled:hover {
background-color: var(--texma-marine) !important;
color: var(--texma-neon) !important;
transform: none !important;
} .single-product .woocommerce-variation-add-to-cart input[type="hidden"] {
display: none !important;
} @media (max-width: 768px) {
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart .woocommerce-variation-add-to-cart {
flex-direction: column !important;
align-items: stretch !important;
gap: 1.25rem !important;
}
.single-product .woocommerce-variation-add-to-cart .quantity {
align-self: flex-start !important;
}
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
} @media (min-width: 769px) {
.single-product form.cart {
flex-direction: row !important;
align-items: center !important;
gap: 1rem !important;
flex-wrap: wrap !important;
}
.single-product form.cart .single_add_to_cart_button {
align-self: stretch !important;
width: auto !important;
min-width: 174px !important;
margin: 0 !important;
padding: 0.6rem 1.5rem !important;
}
} @media (max-width: 768px) { .woocommerce-cart-form table.cart,
.woocommerce table.shop_table.cart,
.woocommerce-cart table.shop_table {
display: block !important;
width: 100% !important;
} .woocommerce-cart-form table.cart thead {
display: none !important;
}
.woocommerce-cart-form table.cart tbody,
.woocommerce-cart-form table.cart tfoot {
display: block !important;
width: 100% !important;
}
.woocommerce-cart-form table.cart tr {
display: flex !important;
flex-wrap: wrap !important;
margin-bottom: 1rem !important;
padding: 1rem !important;
background-color: var(--texma-white) !important;
border-radius: 24px !important;
border: 1px solid rgba(14, 28, 54, 0.08) !important;
}
.woocommerce-cart-form table.cart td {
display: block !important;
width: 100% !important;
border: none !important;
padding: 0.4rem 0 !important;
text-align: left !important;
}
.woocommerce-cart-form table.cart td.product-remove {
order: -1 !important;
text-align: right !important;
}
.woocommerce-cart-form table.cart td.product-thumbnail {
text-align: left !important;
margin-bottom: 0.5rem !important;
}
.woocommerce-cart-form table.cart td.product-thumbnail img {
width: 80px !important;
height: auto !important;
margin: 0 !important;
}
.woocommerce-cart-form table.cart td.product-name {
font-weight: 600 !important;
} .woocommerce-cart-form table.cart td.product-price::before {
content: "Preis: ";
font-weight: 600;
color: var(--texma-marine);
}
.woocommerce-cart-form table.cart td.product-quantity::before {
content: "Menge: ";
font-weight: 600;
color: var(--texma-marine);
display: block;
margin-bottom: 0.25rem;
}
.woocommerce-cart-form table.cart td.product-subtotal::before {
content: "Zwischensumme: ";
font-weight: 600;
color: var(--texma-marine);
} body.woocommerce-cart .cart_totals,
body.woocommerce-page.woocommerce-cart .cart_totals {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin: 1rem 0 !important;
padding: 1.5rem !important;
background-color: var(--texma-white) !important;
border-radius: 24px !important;
border: 1px solid rgba(14, 28, 54, 0.08) !important;
box-sizing: border-box !important;
}
body.woocommerce-cart .cart_totals h2 {
font-size: 1.5rem !important;
margin-bottom: 1rem !important;
font-weight: 700 !important;
} body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table tbody {
display: block !important;
width: 100% !important;
border: none !important;
border-radius: 0 !important;
background: transparent !important;
margin: 0 !important;
} body.woocommerce-cart .cart_totals table.shop_table tr {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding: 0.85rem 0.25rem !important;
border-bottom: 1px solid rgba(14, 28, 54, 0.08) !important;
background: transparent !important;
border-radius: 0 !important;
margin: 0 !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr th,
body.woocommerce-cart .cart_totals table.shop_table tr td {
display: block !important;
padding: 0 !important;
border: none !important;
background: transparent !important;
text-align: left !important;
width: auto !important;
font-weight: 500 !important;
color: var(--texma-marine) !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr td {
font-weight: 600 !important;
text-align: right !important;
} body.woocommerce-cart .cart_totals table.shop_table tr.shipping,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals {
display: block !important;
padding: 0.85rem 0.25rem !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals th {
display: block !important;
width: 100% !important;
margin-bottom: 0.6rem !important;
font-weight: 500 !important;
text-align: left !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr.shipping td,
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
display: block !important;
width: 100% !important;
text-align: left !important;
font-weight: 400 !important;
padding: 0 !important;
} body.woocommerce-cart .cart_totals ul#shipping_method,
body.woocommerce-cart ul#shipping_method,
body.woocommerce ul#shipping_method {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
body.woocommerce-cart ul#shipping_method li,
body.woocommerce ul#shipping_method li {
display: flex !important;
align-items: center !important;
gap: 0.6rem !important;
padding: 0.5rem 0 !important;
margin: 0 !important;
background: transparent !important;
flex-wrap: nowrap !important;
white-space: nowrap !important;
}
body.woocommerce-cart ul#shipping_method li input[type="radio"],
body.woocommerce ul#shipping_method li input[type="radio"] {
margin: 0 !important;
flex: 0 0 auto !important;
width: 18px !important;
height: 18px !important;
accent-color: var(--texma-marine) !important;
}
body.woocommerce-cart ul#shipping_method li label,
body.woocommerce ul#shipping_method li label {
margin: 0 !important;
flex: 1 1 auto !important;
cursor: pointer !important;
font-weight: 500 !important;
color: var(--texma-marine) !important;
line-height: 1.3 !important;
white-space: normal !important;
}
body.woocommerce-cart ul#shipping_method li .amount,
body.woocommerce ul#shipping_method li .amount,
body.woocommerce-cart ul#shipping_method li .woocommerce-Price-amount {
margin-left: auto !important;
font-weight: 600 !important;
flex: 0 0 auto !important;
white-space: nowrap !important;
} body.woocommerce-cart .cart_totals table.shop_table tr.order-total {
background-color: var(--texma-bg) !important;
margin: 0.5rem -0.5rem !important;
padding: 1rem 0.75rem !important;
border-radius: 12px !important;
border-bottom: none !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
font-size: 1.15rem !important;
font-weight: 700 !important;
} body.woocommerce-cart .cart_totals table.shop_table tr.tax-total,
body.woocommerce-cart .cart_totals table.shop_table tr:last-child {
font-size: 0.85rem !important;
opacity: 0.75 !important;
border-bottom: none !important;
} .woocommerce-cart-form .coupon,
#pwgc-redeem-gift-card-form,
.woocommerce-form-coupon {
display: flex !important;
flex-direction: column !important;
gap: 0.75rem !important;
width: 100% !important;
box-sizing: border-box !important;
padding: 1rem !important;
}
.woocommerce-cart-form .coupon input[type="text"],
#pwgc-redeem-gift-card-form input[type="text"],
.woocommerce-form-coupon input[type="text"] {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
.woocommerce-cart-form .coupon button,
#pwgc-redeem-gift-card-form button,
.woocommerce-form-coupon button {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
} .wc-proceed-to-checkout {
margin-bottom: 5rem !important; padding-right: 4rem !important; }
.wc-proceed-to-checkout .button.checkout-button {
width: 100% !important;
text-align: center !important;
white-space: normal !important;
line-height: 1.3 !important;
padding: 1rem 1.25rem !important;
}
} @media (max-width: 768px) { body.woocommerce-cart .cart_totals table.shop_table td::before,
body.woocommerce-cart .cart_totals table.shop_table th::before,
body.woocommerce-cart .cart_totals table.shop_table tr::before,
body.woocommerce-cart .cart_totals table.shop_table td::after,
body.woocommerce-cart .cart_totals table.shop_table th::after {
display: none !important;
content: none !important;
} body.woocommerce-cart .cart_totals .wc-gzd-cart-info-mobile,
body.woocommerce-cart .cart_totals .wc-gzd-cart-info-row,
body.woocommerce-cart .cart_totals [data-title-mobile] {
display: none !important;
} body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
body.woocommerce-cart .cart_totals table.shop_table tr.shipping th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.tax-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.fee th {
text-transform: none !important;
font-size: 1rem !important;
letter-spacing: 0 !important;
}
} @media (max-width: 768px) { body.woocommerce-cart #pwgc-redeem-gift-card-form,
body.woocommerce-cart .woocommerce-form-coupon,
body.woocommerce-cart .pwgc-redeem-gift-card,
body.woocommerce-cart [id*="gift-card"] form,
body.woocommerce-cart .cart-collaterals .coupon {
display: flex !important;
flex-direction: column !important;
gap: 0.75rem !important;
width: 100% !important;
max-width: 100% !important;
padding: 1.25rem !important;
box-sizing: border-box !important;
background-color: var(--texma-bg) !important;
border-radius: 20px !important;
margin-bottom: 1rem !important;
}
body.woocommerce-cart #pwgc-redeem-gift-card-form input[type="text"],
body.woocommerce-cart .woocommerce-form-coupon input[type="text"],
body.woocommerce-cart [id*="gift-card"] form input[type="text"],
body.woocommerce-cart .cart-collaterals .coupon input[type="text"] {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
flex: 0 0 auto !important;
padding: 0.85rem 1.25rem !important;
margin: 0 !important;
}
body.woocommerce-cart #pwgc-redeem-gift-card-form button,
body.woocommerce-cart #pwgc-redeem-gift-card-form input[type="submit"],
body.woocommerce-cart .woocommerce-form-coupon button,
body.woocommerce-cart [id*="gift-card"] form button,
body.woocommerce-cart [id*="gift-card"] form input[type="submit"],
body.woocommerce-cart .cart-collaterals .coupon button {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
flex: 0 0 auto !important;
margin: 0 !important;
white-space: normal !important;
line-height: 1.3 !important;
} body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout .woocommerce-form-coupon {
display: flex !important;
flex-direction: column !important;
gap: 0.75rem !important;
width: 100% !important;
max-width: 100% !important;
padding: 1.25rem !important;
box-sizing: border-box !important;
background-color: var(--texma-bg) !important;
border: none !important;
border-radius: 20px !important;
margin-bottom: 1rem !important;
}
body.woocommerce-checkout .checkout_coupon input[type="text"],
body.woocommerce-checkout form.checkout_coupon input[type="text"],
body.woocommerce-checkout .woocommerce-form-coupon input[type="text"],
body.woocommerce-checkout #coupon_code {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
box-sizing: border-box !important;
flex: 0 0 auto !important;
padding: 0.85rem 1.25rem !important;
margin: 0 !important;
display: block !important;
}
body.woocommerce-checkout .checkout_coupon button,
body.woocommerce-checkout form.checkout_coupon button,
body.woocommerce-checkout .woocommerce-form-coupon button,
body.woocommerce-checkout button[name="apply_coupon"] {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
box-sizing: border-box !important;
flex: 0 0 auto !important;
margin: 0 !important;
padding: 0.85rem 1.25rem !important;
white-space: normal !important;
line-height: 1.3 !important;
word-break: normal !important;
text-align: center !important;
display: block !important;
} body.woocommerce-checkout .woocommerce-info {
word-wrap: break-word !important;
word-break: normal !important;
}
}  .site-header svg,
#mobile-header svg,
#main-header svg,
.site-header svg path,
.site-header svg line,
.site-header svg polyline,
.site-header svg circle,
.site-header svg rect,
#mobile-header svg path,
#mobile-header svg line,
#mobile-header svg polyline,
#mobile-header svg circle,
#mobile-header svg rect,
#main-header svg path,
#main-header svg line,
#main-header svg polyline,
#main-header svg circle,
#main-header svg rect,
.site-header .header-cart-button svg,
.site-header .search-toggle-open svg,
.site-header .menu-toggle-open svg,
.site-header .header-button-wrap svg,
#mobile-header .header-cart-button svg,
#mobile-header .search-toggle-open svg,
#mobile-header .menu-toggle-open svg,
#mobile-header .header-button-wrap svg {
stroke-width: 1.5 !important;
} .site-header .menu-toggle-open .toggle-bar,
.site-header .menu-toggle-open .menu-toggle-bar,
#mobile-header .menu-toggle-open .toggle-bar,
#mobile-header .menu-toggle-open .menu-toggle-bar {
height: 1.5px !important;
} .texma-account-icon {
background: transparent !important;
background-color: transparent !important;
border: none !important;
border-radius: 50% !important;
color: var(--texma-marine) !important;
padding: 8px !important;
margin: 0 !important;
box-shadow: none !important;
line-height: 1 !important;
text-decoration: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: relative !important;
transition: opacity var(--transition);
}
.texma-account-icon:hover {
background: transparent !important;
opacity: 0.7;
color: var(--texma-marine) !important;
transform: none !important;
}
.texma-account-icon svg {
stroke: var(--texma-marine) !important;
color: var(--texma-marine) !important;
width: 22px !important;
height: 22px !important;
} .texma-account-indicator {
position: absolute;
top: 4px;
right: 4px;
width: 8px;
height: 8px;
background-color: var(--texma-marine);
border: 1.5px solid var(--texma-neon);
border-radius: 50%;
display: block;
} .woocommerce ul.products li.product:not(.product-category),
.woocommerce-page ul.products li.product:not(.product-category) {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
} .woocommerce ul.products li.product:not(.product-category) h2,
.woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product:not(.product-category) h2,
.woocommerce-page ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
min-height: calc(3 * 1.3em) !important; display: block !important;
overflow: visible !important;
margin-top: 0.75rem !important;
margin-bottom: 0.5rem !important;
line-height: 1.3 !important;
} .woocommerce ul.products li.product:not(.product-category) .price,
.woocommerce-page ul.products li.product:not(.product-category) .price {
margin: 0.25rem 0 0.75rem 0 !important;
flex: 0 0 auto !important;
} .woocommerce ul.products li.product:not(.product-category) .button,
.woocommerce ul.products li.product:not(.product-category) a.button,
.woocommerce ul.products li.product:not(.product-category) .add_to_cart_button,
.woocommerce-page ul.products li.product:not(.product-category) .button {
margin-top: auto !important;
margin-bottom: 0 !important;
align-self: flex-start !important;
} @media (max-width: 768px) {
.woocommerce ul.products li.product:not(.product-category) .button,
.woocommerce-page ul.products li.product:not(.product-category) .button {
width: 100% !important;
align-self: stretch !important;
text-align: center !important;
} .woocommerce ul.products li.product:not(.product-category) h2,
.woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
min-height: calc(2.5 * 1.3em) !important;
}
} .texma-account-icon,
.texma-search-icon,
.texma-cart-icon {
background: transparent !important;
background-color: transparent !important;
border: none !important;
border-radius: 50% !important;
color: var(--texma-marine) !important;
padding: 8px !important;
margin: 0 !important;
box-shadow: none !important;
line-height: 1 !important;
text-decoration: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: relative !important;
cursor: pointer;
transition: opacity var(--transition);
font-weight: normal !important;
}
.texma-account-icon:hover,
.texma-search-icon:hover,
.texma-cart-icon:hover {
background: transparent !important;
background-color: transparent !important;
opacity: 0.7;
color: var(--texma-marine) !important;
transform: none !important;
}
.texma-account-icon svg,
.texma-search-icon svg,
.texma-cart-icon svg {
stroke: var(--texma-marine) !important;
color: var(--texma-marine) !important;
width: 22px !important;
height: 22px !important;
fill: none !important;
} .texma-cart-icon__count {
position: absolute;
top: 2px;
right: 2px;
background-color: var(--texma-marine);
color: var(--texma-neon);
border-radius: 50%;
min-width: 16px;
height: 16px;
font-size: 0.65rem;
font-weight: 700;
line-height: 16px;
text-align: center;
padding: 0 4px;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
} .texma-account-indicator {
position: absolute;
top: 4px;
right: 4px;
width: 8px;
height: 8px;
background-color: var(--texma-marine);
border: 1.5px solid var(--texma-neon);
border-radius: 50%;
display: block;
}  .site-header .header-html,
#mobile-header .header-html,
#main-header .header-html {
padding: 0 !important;
margin: 0 !important;
}
.site-header .header-html .header-html-inner,
#mobile-header .header-html .header-html-inner,
#main-header .header-html .header-html-inner {
padding: 0 !important;
margin: 0 !important;
line-height: 1 !important;
display: inline-flex !important;
align-items: center !important;
} @media (max-width: 1024px) {
#mobile-header .site-header-main-section-right,
#mobile-header .site-header-main-section-right .header-html {
gap: 0.25rem !important;
}
} .texma-cart-icon__count[data-count="0"],
.texma-cart-icon__count:empty {
display: none !important;
} .texma-search-icon[data-toggle-target] {
cursor: pointer !important;
} .site-header .header-button-wrap + .header-html,
#mobile-header .header-button-wrap + .header-html {
margin-left: 0 !important;
}  .site-header .header-cart-button .kadence-svg-iconset svg,
#mobile-header .header-cart-button .kadence-svg-iconset svg,
#main-header .header-cart-button .kadence-svg-iconset svg {
display: none !important;
}
.site-header .header-cart-button .kadence-svg-iconset,
#mobile-header .header-cart-button .kadence-svg-iconset,
#main-header .header-cart-button .kadence-svg-iconset {
display: inline-block !important;
width: 22px !important;
height: 22px !important;
background-color: var(--texma-marine) !important;
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.69195 17.95C9.69084 18.5286 9.22115 18.9968 8.64261 18.996C8.06408 18.9953 7.59558 18.5259 7.59595 17.9474C7.59631 17.3688 8.06541 16.9 8.64395 16.9C8.92216 16.9003 9.18887 17.0111 9.38541 17.208C9.58195 17.4049 9.69221 17.6718 9.69195 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2811 17.95C15.28 18.5286 14.8103 18.9968 14.2317 18.996C13.6532 18.9953 13.1847 18.5259 13.1851 17.9474C13.1854 17.3688 13.6545 16.9 14.2331 16.9C14.5113 16.9003 14.778 17.0111 14.9745 17.208C15.1711 17.4049 15.2813 17.6718 15.2811 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.1 7.80005H8.99297L8.29297 13.4C8.29297 14.1732 8.91977 14.8 9.69297 14.8H15.893C16.3846 14.7998 16.8401 14.5417 17.093 14.12L20.3 9.92005C20.5593 9.48764 20.566 8.9492 20.3177 8.51041C20.0693 8.07163 19.6042 7.80029 19.1 7.80005Z'/><path d='M8.993 7.8L8.324 5.118C8.30611 5.04823 8.24303 4.99958 8.171 5H5.5'/></svg>") !important;
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.69195 17.95C9.69084 18.5286 9.22115 18.9968 8.64261 18.996C8.06408 18.9953 7.59558 18.5259 7.59595 17.9474C7.59631 17.3688 8.06541 16.9 8.64395 16.9C8.92216 16.9003 9.18887 17.0111 9.38541 17.208C9.58195 17.4049 9.69221 17.6718 9.69195 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2811 17.95C15.28 18.5286 14.8103 18.9968 14.2317 18.996C13.6532 18.9953 13.1847 18.5259 13.1851 17.9474C13.1854 17.3688 13.6545 16.9 14.2331 16.9C14.5113 16.9003 14.778 17.0111 14.9745 17.208C15.1711 17.4049 15.2813 17.6718 15.2811 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.1 7.80005H8.99297L8.29297 13.4C8.29297 14.1732 8.91977 14.8 9.69297 14.8H15.893C16.3846 14.7998 16.8401 14.5417 17.093 14.12L20.3 9.92005C20.5593 9.48764 20.566 8.9492 20.3177 8.51041C20.0693 8.07163 19.6042 7.80029 19.1 7.80005Z'/><path d='M8.993 7.8L8.324 5.118C8.30611 5.04823 8.24303 4.99958 8.171 5H5.5'/></svg>") !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
mask-position: center !important;
} .site-header .search-toggle-open-container .search-toggle-open svg,
#mobile-header .search-toggle-open-container .search-toggle-open svg,
#main-header .search-toggle-open-container .search-toggle-open svg,
.site-header .search-toggle-open .kadence-svg-iconset svg,
#mobile-header .search-toggle-open .kadence-svg-iconset svg,
#main-header .search-toggle-open .kadence-svg-iconset svg {
display: none !important;
}
.site-header .search-toggle-open-container .search-toggle-open .kadence-svg-iconset,
.site-header .search-toggle-open .kadence-svg-iconset,
#mobile-header .search-toggle-open .kadence-svg-iconset,
#main-header .search-toggle-open .kadence-svg-iconset {
display: inline-block !important;
width: 22px !important;
height: 22px !important;
background-color: var(--texma-marine) !important;
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 11.1455C5.49956 8.21437 7.56975 5.69108 10.4445 5.11883C13.3193 4.54659 16.198 6.08477 17.32 8.79267C18.4421 11.5006 17.495 14.624 15.058 16.2528C12.621 17.8815 9.37287 17.562 7.3 15.4895C6.14763 14.3376 5.50014 12.775 5.5 11.1455Z'/><path d='M15.989 15.4905L19.5 19.0015'/></svg>") !important;
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 11.1455C5.49956 8.21437 7.56975 5.69108 10.4445 5.11883C13.3193 4.54659 16.198 6.08477 17.32 8.79267C18.4421 11.5006 17.495 14.624 15.058 16.2528C12.621 17.8815 9.37287 17.562 7.3 15.4895C6.14763 14.3376 5.50014 12.775 5.5 11.1455Z'/><path d='M15.989 15.4905L19.5 19.0015'/></svg>") !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
mask-position: center !important;
} .site-header .header-cart-button:hover .kadence-svg-iconset,
.site-header .search-toggle-open:hover .kadence-svg-iconset,
#mobile-header .header-cart-button:hover .kadence-svg-iconset,
#mobile-header .search-toggle-open:hover .kadence-svg-iconset {
opacity: 0.7;
} .site-header .header-cart-button {
position: relative !important;
}
.site-header .header-cart-total,
#mobile-header .header-cart-total,
#main-header .header-cart-total {
position: absolute !important;
top: 2px !important;
right: 2px !important;
} .header-cart-total.header-cart-is-empty-true {
display: none !important;
}  .search-toggle-open .kadence-svg-iconset svg,
.search-toggle-icon .kadence-svg-iconset svg,
.search-toggle-icon svg.kadence-search2-svg,
.search-toggle-open svg.kadence-search2-svg {
display: none !important;
visibility: hidden !important;
}
.search-toggle-open .search-toggle-icon,
.search-toggle-icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 22px !important;
height: 22px !important;
background-color: var(--texma-marine) !important;
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 11.1455C5.49956 8.21437 7.56975 5.69108 10.4445 5.11883C13.3193 4.54659 16.198 6.08477 17.32 8.79267C18.4421 11.5006 17.495 14.624 15.058 16.2528C12.621 17.8815 9.37287 17.562 7.3 15.4895C6.14763 14.3376 5.50014 12.775 5.5 11.1455Z'/><path d='M15.989 15.4905L19.5 19.0015'/></svg>") !important;
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 11.1455C5.49956 8.21437 7.56975 5.69108 10.4445 5.11883C13.3193 4.54659 16.198 6.08477 17.32 8.79267C18.4421 11.5006 17.495 14.624 15.058 16.2528C12.621 17.8815 9.37287 17.562 7.3 15.4895C6.14763 14.3376 5.50014 12.775 5.5 11.1455Z'/><path d='M15.989 15.4905L19.5 19.0015'/></svg>") !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
mask-position: center !important;
} .search-toggle-icon .kadence-svg-iconset {
background: transparent !important;
background-color: transparent !important;
-webkit-mask-image: none !important;
mask-image: none !important;
width: auto !important;
height: auto !important;
} .header-cart-button .kadence-svg-iconset svg,
.header-cart-button svg.kadence-shopping-cart-svg {
display: none !important;
visibility: hidden !important;
}
.header-cart-button .kadence-svg-iconset {
display: inline-block !important;
width: 22px !important;
height: 22px !important;
background: transparent !important;
background-color: var(--texma-marine) !important;
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.69195 17.95C9.69084 18.5286 9.22115 18.9968 8.64261 18.996C8.06408 18.9953 7.59558 18.5259 7.59595 17.9474C7.59631 17.3688 8.06541 16.9 8.64395 16.9C8.92216 16.9003 9.18887 17.0111 9.38541 17.208C9.58195 17.4049 9.69221 17.6718 9.69195 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2811 17.95C15.28 18.5286 14.8103 18.9968 14.2317 18.996C13.6532 18.9953 13.1847 18.5259 13.1851 17.9474C13.1854 17.3688 13.6545 16.9 14.2331 16.9C14.5113 16.9003 14.778 17.0111 14.9745 17.208C15.1711 17.4049 15.2813 17.6718 15.2811 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.1 7.80005H8.99297L8.29297 13.4C8.29297 14.1732 8.91977 14.8 9.69297 14.8H15.893C16.3846 14.7998 16.8401 14.5417 17.093 14.12L20.3 9.92005C20.5593 9.48764 20.566 8.9492 20.3177 8.51041C20.0693 8.07163 19.6042 7.80029 19.1 7.80005Z'/><path d='M8.993 7.8L8.324 5.118C8.30611 5.04823 8.24303 4.99958 8.171 5H5.5'/></svg>") !important;
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.69195 17.95C9.69084 18.5286 9.22115 18.9968 8.64261 18.996C8.06408 18.9953 7.59558 18.5259 7.59595 17.9474C7.59631 17.3688 8.06541 16.9 8.64395 16.9C8.92216 16.9003 9.18887 17.0111 9.38541 17.208C9.58195 17.4049 9.69221 17.6718 9.69195 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.2811 17.95C15.28 18.5286 14.8103 18.9968 14.2317 18.996C13.6532 18.9953 13.1847 18.5259 13.1851 17.9474C13.1854 17.3688 13.6545 16.9 14.2331 16.9C14.5113 16.9003 14.778 17.0111 14.9745 17.208C15.1711 17.4049 15.2813 17.6718 15.2811 17.95Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M19.1 7.80005H8.99297L8.29297 13.4C8.29297 14.1732 8.91977 14.8 9.69297 14.8H15.893C16.3846 14.7998 16.8401 14.5417 17.093 14.12L20.3 9.92005C20.5593 9.48764 20.566 8.9492 20.3177 8.51041C20.0693 8.07163 19.6042 7.80029 19.1 7.80005Z'/><path d='M8.993 7.8L8.324 5.118C8.30611 5.04823 8.24303 4.99958 8.171 5H5.5'/></svg>") !important;
-webkit-mask-size: contain !important;
mask-size: contain !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-position: center !important;
mask-position: center !important;
} .texma-login-wrap {
display: inline-flex !important;
align-items: center !important;
margin: 0 !important;
padding: 0 !important;
}
.texma-login-wrap .texma-account-icon {
background: transparent !important;
border: none !important;
border-radius: 50% !important;
color: var(--texma-marine) !important;
padding: 8px !important;
margin: 0 !important;
box-shadow: none !important;
line-height: 1 !important;
text-decoration: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
position: relative !important;
transition: opacity var(--transition);
font-weight: normal !important;
}
.texma-login-wrap .texma-account-icon:hover {
opacity: 0.7;
background: transparent !important;
color: var(--texma-marine) !important;
transform: none !important;
}
.texma-login-wrap .texma-account-icon svg {
stroke: var(--texma-marine) !important;
color: var(--texma-marine) !important;
fill: none !important;
width: 22px !important;
height: 22px !important;
} .texma-login-wrap .texma-account-indicator {
position: absolute;
top: 4px;
right: 4px;
width: 8px;
height: 8px;
background-color: var(--texma-marine);
border: 1.5px solid var(--texma-neon);
border-radius: 50%;
display: block;
} html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;min-width:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--global-gray-400: #CBD5E0;--global-gray-500: #A0AEC0;--global-xs-spacing: 1em;--global-sm-spacing: 1.5rem;--global-md-spacing: 2rem;--global-lg-spacing: 2.5em;--global-xl-spacing: 3.5em;--global-xxl-spacing: 5rem;--global-edge-spacing: 1.5rem;--global-boxed-spacing: 2rem;--global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem);--global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem)}h1,h2,h3,h4,h5,h6{padding:0;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}dfn,cite,em,i{font-style:italic}blockquote,q{quotes:"“" "”"}blockquote{padding-left:1em;border-left:4px solid var(--global-palette4)}.entry-content blockquote{margin:0 0 var(--global-md-spacing)}blockquote cite,blockquote .wp-block-pullquote__citation{color:var(--global-palette5);font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}address{margin:0 0 1.5em}pre{background:var(--global-palette7);font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;max-width:100%;overflow:auto;padding:1.5em;white-space:pre-wrap}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted var(--global-palette4);cursor:help}mark,ins{text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}hr{height:0;border:0;border-bottom:2px solid var(--global-gray-400)}ul,ol{margin:0 0 1.5em 1.5em;padding:0}ul.aligncenter,ol.aligncenter{list-style:none}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em;width:100%}a{color:var(--global-palette-highlight);text-underline-offset:.1em;transition:all .1s linear}a:hover,a:focus,a:active{color:var(--global-palette-highlight-alt);text-underline-offset:.25em}a:hover,a:active{outline:0}.inner-link-style-plain a:not(.button),.widget-area.inner-link-style-plain a:not(.button){text-decoration:none}.inner-link-style-normal a:not(.button),.widget-area.inner-link-style-normal a:not(.button){text-decoration:underline}.link-style-no-underline .entry-content p>a,.link-style-no-underline .entry-content strong>a,.link-style-no-underline .entry-content em>a,.link-style-no-underline .entry-content>ul a,.link-style-no-underline .entry-content a{text-decoration:none}.link-style-no-underline .entry-content p>a:hover,.link-style-no-underline .entry-content strong>a:hover,.link-style-no-underline .entry-content em>a:hover,.link-style-no-underline .entry-content>ul a:hover,.link-style-no-underline .entry-content a:hover{text-decoration:none}.link-style-color-underline .entry-content p a,.link-style-color-underline .entry-content strong>a,.link-style-color-underline .entry-content em>a,.link-style-color-underline .entry-content>ul a,.link-style-color-underline .entry-content>ol a,.link-style-color-underline .entry-content .wp-block-group ul a,.link-style-color-underline .entry-content .wp-block-group ol a{color:inherit;text-decoration:underline;text-decoration-color:var(--global-palette-highlight)}.link-style-color-underline .entry-content p a:hover,.link-style-color-underline .entry-content strong>a:hover,.link-style-color-underline .entry-content em>a:hover,.link-style-color-underline .entry-content>ul a:hover,.link-style-color-underline .entry-content>ol a:hover,.link-style-color-underline .entry-content .wp-block-group ul a:hover,.link-style-color-underline .entry-content .wp-block-group ol a:hover{text-decoration-color:var(--global-palette-highlight-alt)}.link-style-hover-background .entry-content p a,.link-style-hover-background .entry-content strong>a,.link-style-hover-background .entry-content em>a,.link-style-hover-background .entry-content>ul a,.link-style-hover-background .entry-content>ol a,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:var(--global-palette-highlight);text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.link-style-hover-background .entry-content p a:hover,.link-style-hover-background .entry-content strong>a:hover,.link-style-hover-background .entry-content em>a:hover,.link-style-hover-background .entry-content>ul a:hover,.link-style-hover-background .entry-content>ol a:hover,.link-style-hover-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-hover-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:var(--global-palette-highlight-alt2);text-decoration:none;background-size:100% 100%}.link-style-offset-background .entry-content p a,.link-style-offset-background .entry-content strong>a,.link-style-offset-background .entry-content em>a,.link-style-offset-background .entry-content>ul a,.link-style-offset-background .entry-content>ol a,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a),.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a){color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));background-repeat:no-repeat;background-position:4px bottom;background-size:100% 10px}.link-style-offset-background .entry-content p a:hover,.link-style-offset-background .entry-content strong>a:hover,.link-style-offset-background .entry-content em>a:hover,.link-style-offset-background .entry-content>ul a:hover,.link-style-offset-background .entry-content>ol a:hover,.link-style-offset-background .entry-content .wp-block-group ul a:not(.kb-table-of-content-list a):hover,.link-style-offset-background .entry-content .wp-block-group ol a:not(.kb-table-of-content-list a):hover{color:inherit;text-decoration:none;background-image:linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}:where(html:not(.no-js)) .hide-focus-outline *:focus{outline:0}#primary[tabindex="-1"]:focus{outline:0}textarea{width:100%}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{-webkit-appearance:none;color:var(--global-palette5);border:1px solid var(--global-gray-400);border-radius:3px;padding:.4em .5em;max-width:100%;background:var(--global-palette9);box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}::-webkit-input-placeholder{color:var(--global-palette6)}::-moz-placeholder{color:var(--global-palette6);opacity:1}:-ms-input-placeholder{color:var(--global-palette6)}:-moz-placeholder{color:var(--global-palette6)}::placeholder{color:var(--global-palette6)}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:var(--global-palette3);border-color:var(--global-palette6);outline:0;box-shadow:0px 5px 15px -7px rgba(0,0,0,.1)}select{border:1px solid var(--global-gray-400);background-size:16px 100%;padding:.2em 35px .2em .5em;background:var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-shadow:none;outline:0;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}select::-ms-expand{display:none}select:focus{color:var(--global-palette3);border-color:var(--global-palette6);background-color:var(--global-palette9);box-shadow:0px 5px 15px -7px rgba(0,0,0,.1);outline:0}select:focus option{color:#333}.elementor-select-wrapper select{background-image:none}.search-form{position:relative}.search-form input[type=search],.search-form input.search-field{padding-right:60px;width:100%}.search-form .search-submit[type=submit]{top:0;right:0;bottom:0;position:absolute;color:rgba(0,0,0,0);background:rgba(0,0,0,0);z-index:2;width:50px;border:0;padding:8px 12px 7px;border-radius:0;box-shadow:none;overflow:hidden}.search-form .search-submit[type=submit]:hover,.search-form .search-submit[type=submit]:focus{color:rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.search-form .kadence-search-icon-wrap{position:absolute;right:0;top:0;height:100%;width:50px;padding:0;text-align:center;background:0 0;z-index:3;cursor:pointer;pointer-events:none;color:var(--global-palette6);text-shadow:none;display:flex;align-items:center;justify-content:center}.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap{color:var(--global-palette4)}body.rtl .search-form .button[type=submit],body.rtl .search-form .kadence-search-icon-wrap{left:0;right:auto}body.rtl .search-form input[type=search],body.rtl .search-form input.search-field{padding-right:.5em;padding-left:60px}fieldset{padding:.625em 1.425em .625em;border:1px solid var(--global-gray-500);margin-top:1.2em;margin-bottom:1.2em}.affwp-form fieldset{padding:0}legend{font-weight:bold}button,.button,.wp-block-button__link,.wp-element-button,input[type=button],input[type=reset],input[type=submit]{border-radius:3px;background:var(--global-palette-btn-bg);color:var(--global-palette-btn);padding:.4em 1em;border:0;font-size:1.125rem;line-height:1.6;display:inline-block;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}button:visited,.button:visited,.wp-block-button__link:visited,.wp-element-button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited{background:var(--global-palette-btn-bg);color:var(--global-palette-btn)}button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.wp-block-button__link:hover,.wp-block-button__link:focus,.wp-block-button__link:active,.wp-element-button:hover,.wp-element-button:focus,.wp-element-button:active,input[type=button]:hover,input[type=button]:focus,input[type=button]:active,input[type=reset]:hover,input[type=reset]:focus,input[type=reset]:active,input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active{color:var(--global-palette-btn-hover);background:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}button:disabled,button.disabled,.button:disabled,.button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,.wp-element-button:disabled,.wp-element-button.disabled,input[type=button]:disabled,input[type=button].disabled,input[type=reset]:disabled,input[type=reset].disabled,input[type=submit]:disabled,input[type=submit].disabled{cursor:not-allowed;opacity:.5}.elementor-button-wrapper .elementor-button{background-color:var(--global-palette-btn-bg);color:var(--global-palette-btn)}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus,.elementor-button-wrapper .elementor-button:active{color:var(--global-palette-btn-hover);background-color:var(--global-palette-btn-bg-hover);box-shadow:0px 15px 25px -7px rgba(0,0,0,.1)}.button.button-size-small{font-size:80%;padding:.3em .7em}.button.button-size-large{font-size:110%;padding:.6em 1.2em}.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button{padding:.4em 1em}.button.button-style-outline,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-element-button,.button.kb-btn-global-outline{border:2px solid currentColor}.button.button-style-outline:hover,.button.button-style-outline:focus,.button.button-style-outline:active,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-element-button:hover,.wp-block-button.is-style-outline .wp-element-button:focus,.wp-block-button.is-style-outline .wp-element-button:active,.button.kb-btn-global-outline:hover,.button.kb-btn-global-outline:focus,.button.kb-btn-global-outline:active{border:2px solid currentColor;box-shadow:0px 0px 0px -7px rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),.wp-block-button.is-style-outline .wp-element-button:not(.has-background),.button.button-style-outline:not(.has-background),.button.kb-btn-global-outline:not(.has-background){background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-background):active,.button.button-style-outline:not(.has-background):hover,.button.button-style-outline:not(.has-background):focus,.button.button-style-outline:not(.has-background):active,.button.kb-btn-global-outline:not(.has-background):hover,.button.kb-btn-global-outline:not(.has-background):focus,.button.kb-btn-global-outline:not(.has-background):active{background:rgba(0,0,0,0)}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color),.button-style-outline:not(.has-text-color),.kb-btn-global-outline:not(.has-text-color){color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):visited,.button-style-outline:not(.has-text-color):visited,.kb-btn-global-outline:not(.has-text-color):visited{color:var(--global-palette-btn-out, var(--global-palette-btn-bg))}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-element-button:not(.has-text-color):active,.button-style-outline:not(.has-text-color):hover,.button-style-outline:not(.has-text-color):focus,.button-style-outline:not(.has-text-color):active,.kb-btn-global-outline:not(.has-text-color):hover,.kb-btn-global-outline:not(.has-text-color):focus,.kb-btn-global-outline:not(.has-text-color):active{color:var(--global-palette-btn-out-hover, var(--global-palette-btn-bg-hover))}button.button-style-secondary,.button.button-style-secondary,.wp-block-button__link.button-style-secondary,.wp-element-button.button-style-secondary,input[type=button].button-style-secondary,input[type=reset].button-style-secondary,input[type=submit].button-style-secondary{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:visited,.button.button-style-secondary:visited,.wp-block-button__link.button-style-secondary:visited,.wp-element-button.button-style-secondary:visited,input[type=button].button-style-secondary:visited,input[type=reset].button-style-secondary:visited,input[type=submit].button-style-secondary:visited{background:var(--global-palette-btn-sec-bg);color:var(--global-palette-btn-sec)}button.button-style-secondary:hover,button.button-style-secondary:focus,button.button-style-secondary:active,.button.button-style-secondary:hover,.button.button-style-secondary:focus,.button.button-style-secondary:active,.wp-block-button__link.button-style-secondary:hover,.wp-block-button__link.button-style-secondary:focus,.wp-block-button__link.button-style-secondary:active,.wp-element-button.button-style-secondary:hover,.wp-element-button.button-style-secondary:focus,.wp-element-button.button-style-secondary:active,input[type=button].button-style-secondary:hover,input[type=button].button-style-secondary:focus,input[type=button].button-style-secondary:active,input[type=reset].button-style-secondary:hover,input[type=reset].button-style-secondary:focus,input[type=reset].button-style-secondary:active,input[type=submit].button-style-secondary:hover,input[type=submit].button-style-secondary:focus,input[type=submit].button-style-secondary:active{color:var(--global-palette-btn-sec-hover);background:var(--global-palette-btn-sec-bg-hover)}.kadence-svg-iconset{display:inline-flex;align-self:center}.kadence-svg-iconset svg{height:1em;width:1em}.kadence-svg-iconset.svg-baseline svg{top:.125em;position:relative}body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore){color:#fff}body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore),body.social-brand-colors .social-show-brand-hover.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,body.social-brand-colors .social-show-brand-always.social-style-outline .social-button:not(.ignore-brand):not(.skip):not(.ignore){border-color:currentColor}:root .has-theme-palette-1-background-color,:root .has-theme-palette1-background-color{background-color:var(--global-palette1)}:root .has-theme-palette-1-color,:root .has-theme-palette1-color{color:var(--global-palette1)}:root .has-theme-palette-2-background-color,:root .has-theme-palette2-background-color{background-color:var(--global-palette2)}:root .has-theme-palette-2-color,:root .has-theme-palette2-color{color:var(--global-palette2)}:root .has-theme-palette-3-background-color,:root .has-theme-palette3-background-color{background-color:var(--global-palette3)}:root .has-theme-palette-3-color,:root .has-theme-palette3-color{color:var(--global-palette3)}:root .has-theme-palette-4-background-color,:root .has-theme-palette4-background-color{background-color:var(--global-palette4)}:root .has-theme-palette-4-color,:root .has-theme-palette4-color{color:var(--global-palette4)}:root .has-theme-palette-5-background-color,:root .has-theme-palette5-background-color{background-color:var(--global-palette5)}:root .has-theme-palette-5-color,:root .has-theme-palette5-color{color:var(--global-palette5)}:root .has-theme-palette-6-background-color,:root .has-theme-palette6-background-color{background-color:var(--global-palette6)}:root .has-theme-palette-6-color,:root .has-theme-palette6-color{color:var(--global-palette6)}:root .has-theme-palette-7-background-color,:root .has-theme-palette7-background-color{background-color:var(--global-palette7)}:root .has-theme-palette-7-color,:root .has-theme-palette7-color{color:var(--global-palette7)}:root .has-theme-palette-8-background-color,:root .has-theme-palette8-background-color{background-color:var(--global-palette8)}:root .has-theme-palette-8-color,:root .has-theme-palette8-color{color:var(--global-palette8)}:root .has-theme-palette-9-background-color,:root .has-theme-palette9-background-color{background-color:var(--global-palette9)}:root .has-theme-palette-9-color,:root .has-theme-palette9-color{color:var(--global-palette9)}:root .has-theme-palette-10-background-color,:root .has-theme-palette10-background-color{background-color:var(--global-palette10)}:root .has-theme-palette-10-color,:root .has-theme-palette10-color{color:var(--global-palette10)}:root .has-theme-palette-11-background-color,:root .has-theme-palette11-background-color{background-color:var(--global-palette11)}:root .has-theme-palette-11-color,:root .has-theme-palette11-color{color:var(--global-palette11)}:root .has-theme-palette-12-background-color,:root .has-theme-palette12-background-color{background-color:var(--global-palette12)}:root .has-theme-palette-12-color,:root .has-theme-palette12-color{color:var(--global-palette12)}:root .has-theme-palette-13-background-color,:root .has-theme-palette13-background-color{background-color:var(--global-palette13)}:root .has-theme-palette-13-color,:root .has-theme-palette13-color{color:var(--global-palette13)}:root .has-theme-palette-14-background-color,:root .has-theme-palette14-background-color{background-color:var(--global-palette14)}:root .has-theme-palette-14-color,:root .has-theme-palette14-color{color:var(--global-palette14)}:root .has-theme-palette-15-background-color,:root .has-theme-palette15-background-color{background-color:var(--global-palette15)}:root .has-theme-palette-15-color,:root .has-theme-palette15-color{color:var(--global-palette15)}.kt-clear{*zoom:1}.kt-clear::before,.kt-clear::after{content:" ";display:table}.kt-clear::after{clear:both}#wpadminbar{position:fixed !important}.content-area{margin:var(--global-xxl-spacing) 0}.entry-content{word-break:break-word}.entry-content table{word-break:normal}.body{overflow-x:hidden}.scroll a *,a.scroll *{pointer-events:none}.content-width-fullwidth .content-container.site-container{max-width:none;padding:0}.content-width-fullwidth .content-area,.content-vertical-padding-hide .content-area{margin-top:0;margin-bottom:0}.content-vertical-padding-top .content-area{margin-bottom:0}.content-vertical-padding-bottom .content-area{margin-top:0}.site-container,.site-header-row-layout-contained,.site-footer-row-layout-contained,.entry-hero-layout-contained,.alignfull>.wp-block-cover__inner-container,.alignwide>.wp-block-cover__inner-container{margin:0 auto;padding:0 var(--global-content-edge-padding)}.kt-row-layout-inner>.kb-theme-content-width,.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width{padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding)}.content-bg{background:#fff}.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap{padding:0}.content-style-unboxed .content-bg:not(.loop-entry){background:rgba(0,0,0,0)}.content-style-unboxed .entry:not(.loop-entry){box-shadow:none;border-radius:0}@media screen and (min-width: 1025px){.has-sidebar .content-container{display:grid;grid-template-columns:5fr 2fr;grid-gap:var(--global-xl-spacing);justify-content:center}#secondary{grid-column:2;grid-row:1;min-width:0}.has-left-sidebar .content-container{grid-template-columns:2fr 5fr}.has-left-sidebar #main{grid-column:2;grid-row:1}.has-left-sidebar #secondary{grid-column:1;grid-row:1}.has-sidebar .wp-site-blocks .content-container .alignwide,.has-sidebar .wp-site-blocks .content-container .alignfull{width:unset;max-width:unset;margin-left:0;margin-right:0}.has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide{margin-left:-10px;margin-right:-10px}}#kt-scroll-up-reader,#kt-scroll-up{position:fixed;transform:translateY(40px);transition:all .2s ease;opacity:0;z-index:1000;display:flex;cursor:pointer}#kt-scroll-up-reader *,#kt-scroll-up *{pointer-events:none}#kt-scroll-up-reader.scroll-up-style-outline,#kt-scroll-up.scroll-up-style-outline{background:rgba(0,0,0,0)}.scroll-up-style-filled{color:var(--global-palette9);background:var(--global-palette4)}.scroll-up-style-filled:hover{color:var(--global-palette9)}.scroll-up-style-outline,.scroll-up-wrap.scroll-up-style-outline{border-width:2px;border-style:solid;border-color:currentColor;color:var(--global-palette4)}.scroll-up-style-outline:hover{color:var(--global-palette5)}#kt-scroll-up.scroll-visible{transform:translateY(0px);opacity:1}#kt-scroll-up-reader{transform:translateY(0px);transition:all 0s ease}#kt-scroll-up-reader:not(:focus){clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;overflow:hidden;word-wrap:normal !important}#kt-scroll-up-reader:focus{transform:translateY(0px);opacity:1;box-shadow:none;z-index:1001}@media screen and (max-width: 719px){.vs-sm-false{display:none !important}}@media screen and (min-width: 720px)and (max-width: 1024px){.vs-md-false{display:none !important}}@media screen and (min-width: 1025px){.vs-lg-false{display:none !important}}body.logged-in .vs-logged-in-false{display:none !important}body:not(.logged-in) .vs-logged-out-false{display:none !important}.infinite-scroll .posts-navigation,.infinite-scroll .pagination,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#wrapper{overflow:hidden;overflow:clip}.kadence-scrollbar-fixer{margin-right:var(--scrollbar-offset, unset)}.kadence-scrollbar-fixer .item-is-fixed{right:var(--scrollbar-offset, 0)}.alignleft{float:left;margin-right:var(--global-md-spacing)}.alignright{float:right;margin-left:var(--global-md-spacing)}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}body.footer-on-bottom #wrapper{min-height:100vh;display:flex;flex-direction:column}body.footer-on-bottom.admin-bar #wrapper{min-height:calc(100vh - 32px)}body.footer-on-bottom #inner-wrap{flex:1 0 auto}.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,.kadence-pro-fixed-item>p:first-child:last-child{margin:0}