@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans&display=swap");
@font-face {
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url("../fonts/AlumniSans-Regular.ttf") format("truetype");
}

:root {
  --eerie-black-1: #151515;
  --eerie-black-2: #202020;
  --white: #ffffff;
  --majorelle-blue: #7f4fe4;
  --tart-orange: #f55858;
  --emerald: #2cda9d;
  --wc-green: #2cda9d;

  --primary: #242424;
  --secondary: #4f4f4f;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #c2c2c2;
  --dark: #434242;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  /* Font Sizes */
  --font-normal: 1em;
  --font-small: 0.8125rem;
  /* Container width */
  /*--container-width: 94.2rem;*/
  --container-width: 80vw;
  /* Sidebar */
  /* --sidebar-width: 280px;
  --content-max-width: 860px; */
  /* Transition */
  --fast: 0.4s;
  --slow: 0.8s;
}
.ghost-dsk {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.2s ease;
  caret-color: var(--majorelle-blue);
}
*:focus {
  outline: none;
  caret-color: var(--majorelle-blue);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  /* to disable pinch zooming (iOS)*/
  -webkit-text-size-adjust: none;
  touch-action: pan-y;
  line-height: 1.15;
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  background: var(--eerie-black-2);
  color: var(--white);
  overflow-x: hidden;
  /*-webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis: none;*/
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
/* Safari */
input,
textarea {
  border-radius: 0;
}
/* Safari <= 14.1 (Gap Support) */
@supports not (aspect-ratio: 1 / 1) {
  .products li {
    margin-right: 20px;
  }
  #filtersContainer .btn {
    margin: 0 4.3rem 0 0;
  }
  #filtersContainer > div.filters-categories > button:nth-child(3) {
    margin: 0;
  }
  /* Safari 14.1.2 */
  /* SortBy */
  .wrapper-breadcrumbs-sort .woocommerce-ordering {
    display: flex;
    align-items: center;
  }
  .woocommerce-ordering::after {
    content: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.753906L6 6.58391L11 0.753906' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    width: 12px;
    height: 9px;
  }
  .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  /* MORE */
  .filters-dropdown-content {
    position: absolute;
  }
  /* PRODUCTS */
  .products {
    flex: 0 0 auto;
    flex-shrink: 1;
  }
  .grotesque-slider-slide img {
    outline-style: auto !important;
  }
}
/* End of Safari */
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
p {
  font-size: 1.8rem;
}
header {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
header a {
  color: var(--white);
}
.upheader-container {
  width: var(--container-width);
  height: auto;
  display: flex;
  justify-content: space-between;
}
.upheader-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upheader-container a svg {
  margin-right: 5px;
}
.upheader-container span {
  line-height: 1;
  font-size: 1.6rem;
}
.upheader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: var(--majorelle-blue);
}
.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  padding: 20px 0;
}
.nav-container {
  /* To center logo*/
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--container-width);
  height: auto;
}
/* Menu */
.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  z-index: 111;
}
.nav-container:has(.menu-content.show) .menu-toggle {
  width: 18vw;
  justify-content: end;
  margin-top: 20px;
}
.menu-toggle svg {
  background: var(--eerie-black-2);
}
.menu-toggle span {
  margin: 0 0 0 5px;
}
#overlay,
#overlayTag {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(32, 32, 32, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.menu-content {
  display: none;
  position: absolute;
  /*top: 50px;*/
  top: 20px;
  width: 20vw;
  /*width: 14vw;
  height: 85vh;
  padding: 95px 0 0 15px;*/
  padding: 30px;
  background: var(--eerie-black-2);
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  overflow-y: scroll;
  z-index: 110;
}
.menu-content::-webkit-scrollbar,
.menu-content::-webkit-scrollbar-track,
.menu-content::-webkit-scrollbar-thumb,
.menu-content::-webkit-scrollbar-thumb:hover {
  display: none;
}
.menu-content ul li a {
  font-size: 3.6rem;
  line-height: 130%;
}
.menu-content ul li:nth-child(1) {
  padding-top: 30px;
}
.menu-content ul li:nth-child(1),
.menu-content ul li:nth-child(4),
.menu-content ul li:nth-child(7) {
  margin-bottom: 20px;
}
.menu-content ul li:nth-child(11),
.menu-content ul li:nth-child(12) {
  display: inline;
}
.menu-content ul li:nth-child(11) a,
.menu-content ul li:nth-child(12) a {
  font-size: 2.2rem;
}
.menu-content ul li:nth-child(12) a::before {
  content: "· ";
}
.social-sharing {
  display: flex;
  /*justify-content: space-evenly;
  padding: 50px 0;*/
  padding: 30px 0 0;
}
.social-sharing a:nth-of-type(2) {
  padding: 0 20px;
}
.social-sharing a svg {
  width: auto;  
  height: 30px;
}
.menu-content li:hover a {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.2s ease;
}
.menu-content li:hover a {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
/* End of Menu */
.logo-nav {
  /* To center logo */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.usr-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.usr-nav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
}
.usr-nav li:nth-child(3) > a {
  margin: 0;
}
.usr-nav svg {
  width: auto;
  height: 29px;
}
.usr-nav li a span {
  margin: 5px 0 0;
  font-size: 1.6rem;
}
.nav-cart {
  position: relative;
}
.cart-items-count {
  font-size: 1.2rem;
  position: absolute;
  left: 43.05%;
  right: 0%;
  top: 0%;
  bottom: 44.64%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--tart-orange);
}
/* Main wrapper on each page */
.woocommerce-main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* Shop subnav */
.shop-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--container-width);
  margin: 0 0 20px;
}
.shop-subnav a,
.shop-subnav select.orderby {
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: none;
}
.shop-subnav select.orderby option {
  background: var(--eerie-black-2);
}
/* TEMP */
.shop-subnav option:hover,
.shop-subnav option::selection,
.shop-subnav option[aria-selected="true"],
.shop-subnav option:focus,
.shop-subnav option:focus-within,
option:focus {
  background: var(--majorelle-blue) !important;
}
/* Hero section */
.hero-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--container-width);
  height: 400px;
  background-image: url("http://localhost/grotesque/wp-content/uploads/2022/10/grotesque-hero-section-shop.png");
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.hero-section h1 {
  font-size: 8rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* Filters */
.filters {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}

.show {
  display: block;
}
.dropdown-dec {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 800;
  font-variation-settings: "wght" 800;
  padding-bottom: 15px;
}
/* 100vw */
body #filtersContainer {
  width: 100vw;
}
body .filters-tags-wrapper {
  justify-content: center;
}
#filtersContainer,
.subnav-container-categories {
  border-style: solid;
  border-width: 1px 0 0 0;
  width: var(--container-width);
  height: auto;
}
#filtersContainer:has(.filters-dropdown-content.filters-tags.show) {
  border: none;
}
#filtersContainer,
.subnav-container-categories,
.filters-tags-wrapper,
.filters-tags,
.filters-tags span,
.filters-dropdown,
.filters-dropdown span,
.filters-categories,
.filters-categories span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .subnav-container-categories {
  justify-content: center;
  border: none;
}
.subnav-container-categories,
.filters-tags-wrapper {
  padding: 12px 50px;
  flex-grow: 1;
}
#filtersContainer .btn,
.subnav-container-categories .btn {
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1.7;
}
#filtersContainer .filters-tags .btn,
.subnav-container-categories .btn {
  position: relative;
  font-size: 2.5rem;
  margin-right: 30px;
}
.subnav-container-categories .btn {
  margin-right: 10rem;
}
#wrap
  > div.front-page
  > div.subnav-wrapper
  > div.subnav-container-categories
  > a:nth-child(5),
#filtersContainer > div > div.filters-tags > a:nth-child(8) {
  margin-right: 0;
}
div.subnav-container-categories > a:nth-child(4),
#filtersContainer > div > div.filters-tags > a:nth-child(8) {
  margin-right: 0;
}
#filtersContainer .filters-categories .btn {
  position: relative;
  font-size: 1.8rem;
}
#filtersContainer .filters-categories .btn:first-child {
  margin: 0 10px 0 20px;
}
#filtersContainer .filters-categories .btn:last-child {
  margin: 0 0 0 10px;
}
#filtersContainer .btn:hover {
  font-weight: 600;
}
#filtersContainer .active {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
#filtersContainer .activeMenuItemAll,
.subnav-container-categories .activeMenuItemAll {
  margin: 12px;
}
#filtersContainer .activeMenuItemAll::before,
.subnav-container-categories .activeMenuItemAll::before {
  content: " ";
  background-image: url("./assets/img/sparkle.svg");
  background-repeat: no-repeat;
  top: 0;
  right: -16px;
  bottom: 0;
  font-size: 2.5rem;
  position: absolute;
  /*left: -15px;*/
  left: -12px;
  width: 100%;
  background-position-y: center;
}

#filtersContainer > div.filters-tags-wrapper > div.filters-tags > svg,
#filtersContainer > div.filters-categories > svg {
  width: 8px;
  height: auto;
  margin: 0 5px 0 0;
}
#filtersContainer > div.filters-categories > svg {
  margin-left: 5px;
}
.filters-categories svg + .activeMenuItem {
  margin-right: 5px;
}
.filters-categories svg + a.btn:last-child {
  margin-left: 0 !important;
}
/* Filters Dropdown */
.filters-dropdown {
  display: inline-block;
  margin-left: 40px;
  cursor: pointer;
}
.filters-dropdown span {
  font-size: 2.5rem;
  text-transform: uppercase;
  position: relative;
}
.filters-dropdown span,
#filtersContainer .filters-tags .btn,
.subnav-container-categories .btn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.2s ease;
}
.filters-dropdown span:hover,
#filtersContainer .filters-tags .btn:hover,
.subnav-container-categories .btn:hover {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.filters-dropdown span svg {
  margin-left: 6px;
}
.filters-dropdown-content.show {
  display: block;
}
/* Correction after update for "MORE" tags */
.filters-dropdown-content.filters-tags.show {
  z-index: 102;
}
.filters-dropdown:has(.show) .filters-dropdown-content {
  position: fixed;
}
.filters-dropdown-content {
  display: none;
  /*width: var(--container-width);*/
  padding: 30px;
  font-size: 3.6rem;
  text-transform: uppercase;
  text-align: center;
  background: rgba(32, 32, 32, 0.9);
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.filters-dropdown-content a:first-child {
  font-weight: 800;
  font-variation-settings: "wght" 800;
  line-height: 2.5;
}
.dropdown-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: auto;
  cursor: pointer;
}
/* Filters */
/* Home */
.front-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#GrotesqueShirtsFocusCollection {
  scroll-margin-top: clamp(10rem, 35vh, 22rem);
}
.home-subnav-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 20px 0;
}
.home-subnav-wrapper a {
  text-transform: uppercase;
  color: var(--white);
}
#homePageWrapper .grtsk-zoom-in {
  overflow: hidden;
  display: block;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
}
#homePageWrapper .grtsk-zoom-in a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homePageWrapper .grtsk-zoom-in img {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 0 20px;
  transition: transform 0.8s cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: transform;
}
#homePageWrapper .grtsk-zoom-in:hover img {
  transform: scale(1.06);
}
/* WooCommerce */
/* Shop */
/*.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  row-gap: 40px;
  max-width: var(--container-width);
  TEMP: offset
  padding: 0 4px;
  flex: none;
}*/
/* Desktop: 4 products per row */
ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 4vw, 2rem);
  width: 80vw;
  margin: 0 auto;
}
/* TEMP: HOME */
.front-page ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  row-gap: 40px;
  max-width: var(--container-width);
  /*TEMP: offset*/
  padding: 0 4px;
  flex: none;
}
.products a {
  color: var(--white);
}
.products
  > li
  > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  > img {
  margin: 0 0 12px;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
}
.products h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
}
.products .price {
  font-size: 2.2rem;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--emerald);
}
/* End of WooCommerce */
/* Footer */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: 30px 0;
}
footer a {
  color: var(--white);
}
footer a:not(#ft-logo, footer a:hover) {
  opacity: 0.85;
}
.ft-col-01 a[aria-label="Pinterest GrotesqueShirts"] {
  margin: 0 10px;
}
footer {
  font-size: 2.2rem;
  text-transform: uppercase;
}
footer h2,
footer .copyright-author a,
footer .mail {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
footer .mail {
  font-size: 1.8rem;
}
footer .copyright-author {
  margin-top: 25px;
}
footer .ft-col-02 h2:last-of-type,
footer .ft-col-03 h2:last-of-type {
  margin-top: 50px;
}
footer a {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.2s ease;
}
footer a:hover {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.ft-wrapper {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(5, 1fr);*/
  /* Firefox line */
  /*grid-template-columns: repeat(4, 1fr);*/
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: var(--container-width);
  border-top: 1px solid var(--white);
  padding: 50px 0 0;
}
.ft-row-01 {
  /*grid-area: 1 / 1 / 2 / 2;*/
  grid-area: 1 / 1 / 2 / 2;
  margin: 0 0 30px;
}
.ft-col-01 {
  /*grid-area: 2 / 1 / 3 / 2;*/
  grid-area: 2 / 1 / 3 / 2;
  line-height: 130%;
}
.ft-col-02,
.ft-col-03 {
  text-align: right;
  /*display: grid;
  justify-content: start;*/
}
.ft-col-02 {
  /*grid-area: 2 / 2 / 3 / 3;*/
  grid-area: 2 / 3 / 3 / 4;
}
.ft-col-02 .coming-soon {
  position: relative; 
}
.ft-col-03 {
  /*grid-area: 2 / 3 / 3 / 4;*/
  grid-area: 2 / 4 / 3 / 5;
}

.ft-col-01 h2 {
  font-size: 3.6rem;
}
.ft-col-01 svg {
  /*width: auto;
	height: 34px;*/
  margin: 15px 0 25px;
}

/* Update */
header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 99;
}
.filters {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 14.5vh;
  z-index: 99;
}
.main-navigation {
  height: auto;
  border-bottom: 1px solid var(--white);
}
.main-navigation,
.nav-container,
.filters {
  background: var(--eerie-black-2);
}

/* Slider | Flickity */
.grotesque-slider-slide img,
.grotesque-home-slider-slide .slide img {
  width: 100%;
  max-width: none;
  height: auto;
  /* Responsive img (removed width limit) */
  /* width: 296px; */
  /* TEMP */
  margin: 0 0 20px;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
}
/* HOVER */
.product-entry-slider {
  display: grid;
  grid-template-columns: 1fr;
}
.product-entry-slider .slide {
  grid-row-start: 1;
  grid-column-start: 1;
}
/* the 1st img */
#slides__1 img,
#homePageWrapper .grotesque-home-slider-slide a .slides__1 {
  opacity: 1;
}
.product-entry-slider img,
#homePageWrapper .grotesque-home-slider-slide a .slides__1 {
  transition: opacity var(--slow);
}
/* the 2nd img */
.product-entry-slider:hover #slides__2 img:not([defer]),
#homePageWrapper .grotesque-home-slider-slide a:hover .slides__2 {
  opacity: 1;
  transition-duration: var(--fast);
}
.product-entry-slider:hover #slides__2 img {
  opacity: 1;
  transition-duration: var(--fast);
}
@media (hover: none) {
  #slides__2,
  #homePageWrapper .grotesque-home-slider-slide a .slides__2 {
    display: none;
  }
}
#slides__2 img,
#homePageWrapper .grotesque-home-slider-slide a .slides__2 {
  opacity: 0;
  width: 100%;
}
/* End of HOVER */
/* Product summary wrap */
.product-summary-wrap .woocommerce-loop-product__title {
  grid-area: title;
  margin-bottom: 0;
}
.product-summary-wrap .price {
  grid-area: price;
}
.product-summary-wrap .button {
  grid-area: button;
  display: flex;
  align-items: center;
  display: none;
}
.product-summary-wrap {
  display: grid;
  grid-template-areas:
    "title title title button"
    "price price price button";
}

/* Product */
/* Hover */
:is(
  .grotesque-shipping-message a,
  .flex-control-nav li,
  #pr-additional-wrapper label input[type="radio"],
  #pr-additional-wrapper
    > div
    > form
    > table
    > tbody
    > tr:nth-child(1)
    > td
    > div:nth-child(2)
    > label
    > input[type="radio"],
  #pr-additional-wrapper .value label,
  .cln-qty #quantity-wrapper button,
  .size-chart,
  #pr-additional-wrapper button
):hover {
  cursor: pointer;
}
/* Global: DropDownTags */
.subnav-wrapper {
  position: relative;
  width: 100vw;
  border-bottom: 1px solid var(--white);
  background: var(--eerie-black-2);
}
.subnav-wrapper,
.breadcrumbs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subnav-wrapper #filtersContainer,
.subnav-wrapper .subnav-container-categories {
  background: var(--eerie-black-2);
}
.woocommerce-breadcrumb {
  width: var(--container-width);
  font-size: 2rem;
  margin: 20px 0;
  text-transform: uppercase;
}
.woocommerce-breadcrumb a {
  color: var(--white);
}
.woocommerce-product-gallery,
.woocommerce-product-gallery__image img {
  width: 500px;
  height: auto;
}
.woocommerce-product-gallery__image img:hover {
  overflow: hidden;
}
a.woocommerce-product-gallery__trigger {
  display: none;
}
/* Flexslider */
/* https://woocommerce.com/it/flexslider/ */
.flex-viewport {
  /*  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px; */
  max-height: 550px;
}
.flex-viewport .flex-active-slide {
  width: 550px !important;
  margin-right: 2rem !important;
}

.flex-viewport .woocommerce-product-gallery__image img {
  /*width: auto;*/
  max-height: 536px;
  height: 536px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  margin: 5px;
  overflow: hidden;
}
.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  margin: 0 30px 0 20px;
}
.flex-control-thumbs li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
::-webkit-details-marker {
  display: none;
}

.flex-control-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
.flex-control-thumbs .flex-active {
  border: 2px solid var(--white);
}
.product_meta {
  display: none;
}
/* Tabs */
.wc-tabs-wrapper {
  margin: 40px 0;
}
.wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wc-tabs {
  padding: 10px 0 15px 20px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid var(--white);
}
.wc-tabs-wrapper a {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: var(--white);
}
.wc-tabs-wrapper li a {
  padding: 0 0 13.5px;
  margin: 0 85px 0 0;
}
.wc-tabs-wrapper .active a {
  border-bottom: 3px solid var(--white);
}
.wc-tabs-wrapper .wc-tabs {
  display: flex;
  align-items: center;
  width: var(--container-width);
}
.woocommerce-Tabs-panel {
  width: var(--container-width);
  padding-left: 20px;
  text-transform: uppercase;
}
.woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce-Tabs-panel p {
  max-width: 40vw;
  text-transform: none;
}

.product-tabs-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#tab-description .product-info {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 40px 0 0;
}
#tab-description .product-info li {
  display: flex;
  max-width: 350px;
  /* Fallback for older browsers */
  margin-right: 30px;
  margin-right: clamp(10px, 5vw, 40px);
  text-transform: none;
  font-size: 1.8rem;
}
#tab-description .product-info li img {
  width: auto;
  max-height: 35px;
  padding: 0 20px 0 0;
}
.shipping-return-tab ul {
  padding: 10px 0;
}
.shipping-return-tab ul li {
  font-size: 1.8rem;
}
/* Related Products */
.related {
  width: var(--container-width);
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.related h2 {
  margin: 0 0 30px;
}
.related ul {
  display: flex;
  gap: 2rem;
}
#product-page-wrapper .related .product {
  gap: 0;
}
/* TEMP */
#product-page-wrapper {
  width: var(--container-width);
  /* TEMP: offset */
  padding: 0 4px;
}
#product-page-wrapper .product {
  display: flex;
  flex-direction: column;
  /* Wishlist */
  justify-content: space-between;
}
.grtsk-product-intro-wrapper {
  display: flex;
}
.woocommerce-product-gallery {
  display: flex;
  width: 65%;
}
#pr-additional-wrapper *:not(span.grotesque-shipping-message) {
  text-transform: uppercase;
}
#pr-additional-wrapper .grotesque-shipping-message a,
#pr-additional-wrapper span:is(span.grotesque-shipping-message),
#pr-additional-wrapper .woocommerce-product-details__short-description p {
  text-transform: none;
}
/* Wishlist */
.wishlist-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pr-additional-wrapper
  .wishlist-wrapper
  .wlfmc-single-btn:not(.is-elementor)
  .wlfmc-add-button
  > a {
  width: auto !important;
}
.wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button > a i svg,
.wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button > a i.wlfmc-svg {
  width: 24px;
  min-width: 24px;
}

#pr-additional-wrapper h1 {
  font-size: 4rem;
}
.onsale {
  display: none;
}
#product-page-wrapper .price {
  display: grid;
  grid-template-areas:
    "price1 price2"
    "shipping shipping";
  grid-template-rows: auto 1fr auto;
  grid-template-columns: auto 1fr;
}
#pr-additional-wrapper > div > p > .woocommerce-Price-amount:nth-child(1),
#pr-additional-wrapper .price .price ins {
  grid-area: price1;
}
#pr-additional-wrapper > div > p > .woocommerce-Price-amount:nth-child(2),
#pr-additional-wrapper .price .price del {
  grid-area: price2;
}
#pr-additional-wrapper > div > p > .woocommerce-Price-amount:nth-child(2),
#pr-additional-wrapper del .woocommerce-Price-amount {
  text-decoration: line-through !important;
  margin-left: 20px;
}
.grotesque-shipping-message {
  grid-area: shipping;
}
#product-page-wrapper .price .price del {
  text-decoration: none;
}
.price:has(span:nth-child(2)) > span:nth-child(1),
#wrap .product-summary-wrap > span > ins,
#pr-additional-wrapper > div > p > ins,
#product-page-wrapper .price .price ins {
  color: var(--tart-orange);
  text-decoration: none;
}
.woocommerce-main-wrapper .price > span:nth-child(2),
#wrap .product-summary-wrap > span > del > span > bdi,
#pr-additional-wrapper > div > p > del > span > bdi,
.woocommerce-main-wrapper .price > span:nth-child(2),
.product-summary-wrap .price span:nth-child(2) bdi {
  text-decoration: line-through;
}
.entry-summary .price .grotesque-shipping-message {
  color: var(--white);
}
#wrap .product-summary-wrap > span > del,
#pr-additional-wrapper > div > p > del {
  text-decoration: none;
}
#wrap .product-summary-wrap > span > del {
  margin-left: 10px;
}
.woocommerce-main-wrapper:has(#product-page-wrapper)
  .price
  > span:nth-child(2) {
  text-decoration: none;
}
.woocommerce-Price-amount {
  font-size: 3.6rem;
}
.grotesque-shipping-message {
  margin: 10px 0 0;
}
#pr-additional-wrapper .grotesque-shipping-message a {
  color: var(--white);
  text-decoration: underline;
}
#pr-additional-wrapper > div > form > table > tbody > tr:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}
#pr-additional-wrapper > div > form > table > tbody > tr:nth-child(2) {
  display: flex;
}
#pr-additional-wrapper
  > div
  > form
  > table
  > tbody
  > tr:nth-child(2)
  > div.cln-size
  > td {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.variations label {
  display: flex;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.value {
  display: flex;
}
.wlfmc-list .wlfmc-remove-from-list {
  background: transparent !important;
}
.wlfmc-wishlist-table-wrapper .share-wrapper .wlfmc-share {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: 12px;
}
.wlfmc-wishlist-table .wlfmc-wishlist-footer .wlfmc-share-title {
  min-width: auto;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
.wlfmc-share ul.share-items {
  margin: 0 !important;
}
.wlfmc-share ul.share-items i {
  border: transparent;
}
/* Printify */
.variations .value:has(#colors) {
  justify-content: flex-start;
}
.reset_variations {
  display: none;
}
/* Radio styling */
input[type="radio" i] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition:
    background-color 300ms,
    border-color 300ms;
}
#pr-additional-wrapper:has(input[type="radio" i]:not(:checked))
  tr:nth-child(1)
  div:nth-child(2)
  label
  input[type="radio" i] {
  border: 3px solid var(--majorelle-blue);
}
input[value="black-heather"],
input[value="Black"] {
  background-color: var(--eerie-black-1);
}
#pr-additional-wrapper tr:nth-child(1) div:nth-child(2) label span,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(3) label span,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(4) label span {
  display: none;
}
input[value="white"],
input[value="White"] {
  /*accent-color: var(--eerie-black-1) !important;*/
  background-color: var(--white);
}
input[value="red"],
input[value="Red"] {
  background-color: var(--tart-orange);
}

#product-page-wrapper
  input[type="radio"]:not(
    input[value="Black"],
    input[value="black-heather"],
    input[value="white"],
    input[value="White"],
    input[value="red"],
    input[value="Red"]
  ) {
  display: none;
  /*opacity: 0;
  width: 0;*/
}
label[for="colors"],
label[for="color"],
label[for="pa_color"] {
  margin: 30px 0 20px 0;
}
label[for="pa_size"],
label[for="sizes"] {
  margin: 0 0 20px 0;
}
label:not(
  label[for="colors"],
  label[for="color"],
  label[for="pa_color"],
  label[for="pa_size"],
  label[for="sizes"]
) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 0 10px 10px 0;
}
label:hover:not(
    label[for="colors"],
    label[for="color"],
    label[for="pa_color"],
    label[for="pa_size"],
    label[for="sizes"]
  ) {
  background-color: var(--majorelle-blue);
}
label[for="pa_size"]::before,
label[for="sizes"]::before {
  content: "Select your";
  margin-right: 3px;
}
.labelHighlight {
  background-color: var(--majorelle-blue);
}
#pr-additional-wrapper tr:nth-child(1) div:nth-child(2) label,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(3) label,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(4) label {
  width: auto;
  height: 10px;
  padding: 0;
  border: none;
  margin: 0 10px 0 0;
}
#pr-additional-wrapper tr:nth-child(1) div:nth-child(2) label:hover,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(3) label:hover,
#pr-additional-wrapper tr:nth-child(1) div:nth-child(4) label:hover {
  background: transparent;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
.cln-qty {
  margin: 0 0 0 30px;
}
.cln-qty p {
  font-size: 2.2rem;
  margin: 0 0 20px 0;
}
#quantity-wrapper {
  display: flex;
  align-items: center;
  max-width: 110px;
  padding: 10px;
  border: 1px solid var(--white);
  border-radius: 8px;
}
#quantity-wrapper .minus,
#quantity-wrapper .input-text,
#quantity-wrapper .plus {
  background: transparent;
  color: var(--white);
  border: none;
  text-align: center;
  font-size: 2.2rem;
  width: 45px;
}
#quantity-wrapper input::-webkit-outer-spin-button,
#quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#quantity-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
.size-chart {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white) !important;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  padding: 0 10px 0 0;
}
/* Add to cart */
.single_add_to_cart_button, .hero-cta {
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  margin: 30px 0 10px;
  transition:
    background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single_add_to_cart_button:hover, .hero-cta:hover {
  background: #5b21b6;
  border: 2px solid #5b21b6;
}
.single_add_to_cart_button:active, .hero-cta:active {
  transition-duration: 0.08s;
}
#quantity-wrapper input::-webkit-outer-spin-button,
#quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* G pay */
.product .wcpay-express-checkout-wrapper {
  margin-top: 20px;
}
/* Firefox */
#quantity-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

.custom_one_click_buying {
  margin: 10px 0 0;
  background: var(--majorelle-blue);
}
/* Cart */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}
/* ABOUT */
.about-container {
  width: var(--container-width);
  margin-top: 40px;
}
.about-p {
  font-size: 3rem;
  margin-bottom: 60px;
}
.about-container span {
  font-size: 4.8rem;
  color: transparent;
  background: url(https://www.grotesqueshirts.com/wp-content/uploads/2024/10/GROTESQUE-01.svg)
    no-repeat center 1.85rem / contain;
}
#homePageWrapper .banner-overlay .amarante-regular {
  display: inline;
  width: auto;
}
#homePageWrapper .banner-overlay .amarante-regular svg {
  width: 75%;
}
.about-container picture {
  display: flex;
  justify-content: center;
}
.about-img {
  text-align: center;
  margin-bottom: 60px;
}
/* ADDITIONAL CSS */
/* Contact */
.grtsk-contact-container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--white);
}
.grtsk-contact-container .breadcrumbs-wrapper .woocommerce-breadcrumb a {
  color: var(--white);
}
body:has(.contact-wrapper) .ft-wrapper {
  padding-top: 0;
  border: transparent;
}
.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 12.7vw, 183px);
  text-transform: uppercase;
  background-color: #e7cec0;
  color: var(--eerie-black-2);
  flex-wrap: wrap;
  box-shadow: inset 0 1px 0 0 var(--white);
}
.contact-col-01 h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 4.8rem);
  font-weight: 500;
}
.contact-col-01 p {
  font-size: clamp(1.2rem, 3vw, 3.2rem);
  line-height: 1.2;
  font-weight: 400;
}
.contact-col-01 p a,
.contact-col-01 p a:visited {
  color: var(--eerie-black-2);
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.contact-col-01 p a:hover,
.contact-col-01 p a:focus-visible,
.contact-col-01 p a:active {
  color: rgba(32, 32, 32, 0.85);
}
.contact-col-02 img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  display: flex;
}
/* Size guide */
.size-chart-container {
  display: none;
  position: fixed;
  width: fit-content;
  height: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 110;
}
.size-chart-container.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #size-guide th,
#wrap #size-guide td {
  font-size: 2.2rem !important;
  color: var(--white) !important;
  border: none !important;
}
/* Size guide: Tabs */
.grtsk-size-guide {
  background: var(--eerie-black-2);
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  padding: 15px;
  height: 90vh;
  overflow: hidden;
  overflow-y: auto;
}
.woocommerce-tabs .grtsk-size-guide {
  all: unset;
}
.woocommerce-tabs .grtsk-size-guide .grtsk-size-guide-overlay {
  display: none;
}
.grtsk-size-guide h3 {
  margin: 0 0 15px;
}
.grtsk-size-guide-tabs-nav ul {
  margin: 0 0 20px 0;
  border-bottom: 1px solid var(--white);
  width: fit-content;
}
.grtsk-size-guide-tabs-nav li {
  display: inline-block;
  padding: 0 0 14px;
  margin: 0 85px 0 0;
}
.grtsk-size-guide-tabs-nav li.grtsk-size-guide-active {
  border-bottom: 3px solid var(--white);
}
.grtsk-size-guide-tabs-nav a {
  display: block;
  color: var(--var-white);
}
/* Size guide: Tab content */
.grtsk-size-guide p {
  margin: 0 0 10px;
}
.grtsk-size-guide-modal-table {
  width: 100%;
}
.grtsk-size-guide-modal-table td {
  padding: 10px;
}
.grtsk-size-guide-tabs-content div:not(:first-child) {
  display: none;
}
/* WooCommerce message */
#wrap .woocommerce-info,
#wrap .woocommerce-message {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: var(--white);
  width: fit-content;
  padding: 10px;
  margin: 0;
  border: 1px solid var(--tart-orange);
  border-radius: 12px;
  position: relative;
  display: flex;
}
#wrap:has(#checkout-lc-wrapper) .woocommerce-message {
  margin-top: 20px;
}
#wrap .woocommerce-message:has(.wc-forward) {
  flex-direction: row-reverse;
  align-items: center;
  border: none;
  padding: 0;
}
#wrap .woocommerce-message .wc-forward {
  padding: 0;
  border: none;
  margin: 0 0 0 5px;
  font-size: 2.8rem;
  display: none;
}
#wrap .woocommerce-message .restore-item,
#wrap .woocommerce-info .showlogin,
#wrap .woocommerce-info .showcoupon {
  font-weight: 600;
  color: var(--tart-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 5px;
}
#wrap .woocommerce-message::before {
  display: none;
}
#wrap .woocommerce-message .restore-item svg {
  margin: 0 0 0 10px;
}
#wrap .checkout .grotesque-invoice-notice {
  display: inline-block;
  width: auto;
  padding: 10px;
  border: 1px solid var(--majorelle-blue);
  margin: 20px 0;
  text-transform: none;
}
#wrap .checkout .grotesque-invoice-notice a {
  color: var(--majorelle-blue);
}
.woocommerce-no-products-found {
  margin-top: 30px;
}
/* COUPON */
#wrap .woocommerce-form-coupon-toggle {
  padding: 10px 0;
}
#wrap .woocommerce form.checkout_coupon {
  border: 1px solid var(--tart-orange);
  border-radius: 12px;
}
#wrap .woocommerce form.checkout_coupon p:first-of-type {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
#wrap .woocommerce form.checkout_coupon .form-row {
  padding: 0;
  margin: 0;
}
#wrap .woocommerce form.checkout_coupon .button,
#wrap .woocommerce form.woocommerce-form-login .button {
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  background: var(--majorelle-blue);
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
}
/* ERROR MESSAGE */
#wrap .woocommerce-error {
  font-size: 2.8rem;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  width: fit-content;
  padding: 10px;
  margin: 0;
  border: 1px solid var(--tart-orange);
  border-radius: 12px;
}
.woocommerce-error::before {
  font-size: 5rem;
  color: var(--tart-orange);
  top: 36%;
  left: 100%;
  margin: 20px;
}
.woocommerce-error li {
  margin: 10px 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--tart-orange);
}
#wrap .form-row.woocommerce-invalid input.input-text {
  border-color: var(--tart-orange);
}
/* SIZE GUIDE */
.pf-size-guide-modal-wrapper {
  background: rgba(32, 32, 32, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.pf-size-guide-modal {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  text-transform: uppercase;
}
.pf-size-guide-modal,
.pf-size-guide-modal-wrapper h4,
.pf-product-size-guide__tab,
.pf-size-guide-modal-size-chart__table td {
  color: var(--white) !important;
  background: var(--eerie-black-2) !important;
}
.pf-product-size-guide__tabs,
.pf-product-size-guide__tab,
.pf-product-size-guide__tab.pf-product-size-guide__tab--active,
.pf-size-guide-modal-size-chart__tabs,
.pf-size-guide-modal-size-chart__table td {
  border: none !important;
  box-shadow: none !important;
}
.pf-product-size-guide__tabs,
.pf-size-guide-modal-size-chart__tabs {
  margin: 0 0 20px 0;
  border-bottom: 1px solid var(--white) !important;
  width: fit-content;
}
.pf-product-size-guide__tab,
.pf-size-guide-modal-size-chart__tab {
  font-size: 2.2rem;
  padding: 0;
  font-weight: normal;
}
.pf-size-guide-modal-measurements {
  display: flex;
  flex-direction: column-reverse;
}
.pf-product-size-guide__tab,
.pf-size-guide-modal-size-chart__tab {
  text-transform: uppercase;
  padding: 0 0 14px;
  margin: 0 85px 0 0;
}
.pf-product-size-guide__tab.pf-product-size-guide__tab--active,
.pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active {
  font-weight: normal;
  box-shadow: none;
  border-bottom: 3px solid var(--white) !important;
}
/* USR DASHBOARD */
.woocommerce-MyAccount-navigation {
  width: var(--container-width);
  margin: 0 0 40px;
}
/* TEMP */
.woocommerce-MyAccount-navigation ul {
  width: var(--container-width);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}
.woocommerce-MyAccount-navigation .is-active {
  position: relative;
}
#wrap .woocommerce-MyAccount-navigation li a {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  min-width: 140px;
  height: auto;
  min-height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease;
}
#wrap .woocommerce-MyAccount-navigation li a:hover {
  background: var(--majorelle-blue);
}
.woocommerce-MyAccount-navigation-link--edit-account a {
  word-break: break-word;
  max-width: 140px;
  text-align: center;
}
#wrap .woocommerce-MyAccount-navigation a {
  font-size: 2.8rem;
  color: var(--white);
}
.woocommerce-MyAccount-navigation .is-active a {
  background: var(--majorelle-blue);
}
.woocommerce-MyAccount-content
  .wlfmc-wishlist-table.view-mode-grid
  .wishlist-items-wrapper:not(.wishlist-empty) {
  display: flex !important;
}
.woocommerce-MyAccount-content
  .wlfmc-wishlist-table.view-mode-grid
  .wishlist-items-wrapper:not(.wishlist-empty)
  > tr {
  margin: 0;
}
.woocommerce-MyAccount-content
  .wlfmc-wishlist-table.view-mode-grid
  .wishlist-items-wrapper:not(.wishlist-empty)
  td:first-of-type {
  padding-left: 7px !important;
}
.woocommerce-MyAccount-content .form-row > label {
  border: none;
  width: auto;
  padding: 20px 0;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.woocommerce-MyAccount-content .form-row > label:hover {
  background: none;
}
.woocommerce-MyAccount-content form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-content #account_display_name {
  margin: 0 0 10px;
}
.woocommerce-MyAccount-content form > fieldset {
  border: transparent;
  margin: 20px 0 0;
}
.woocommerce-MyAccount-content {
  margin: 20px 0 0 0;
}
#wrap .woocommerce-MyAccount-content p strong:before,
#wrap .woocommerce-MyAccount-content p strong:after {
  content: "*";
}
#wrap .woocommerce-MyAccount-content a {
  font-weight: 600;
  color: var(--white);
}
/* TEMP */
.woocommerce-MyAccount-content form > fieldset > legend,
.woocommerce-MyAccount-navigation li a {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.woocommerce-MyAccount-content .woocommerce-Button {
  font-size: 3.6rem !important;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  color: var(--white) !important;
  background: var(--majorelle-blue) !important;
  padding: 10px 20px !important;
  margin: 20px 0 0 !important;
  border: 2px solid var(--majorelle-blue) !important;
  border-radius: 8px !important;
  width: 100%;
}
#wrap .woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: var(--container-width);
}
#wrap .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  width: auto;
}
/* USR DASHBOARD: ORDERS */
body:has(.woocommerce-MyAccount-navigation) .woocommerce-info,
body:has(.woocommerce-MyAccount-navigation) .woocommerce-message {
  border: none !important;
}
/* USR DASHBOARD: ADDRESSES */
#wrap
  .woocommerce-MyAccount-content
  div.u-columns.woocommerce-Addresses.col2-set.addresses {
  display: flex;
  margin: 20px 0 0;
}
.woocommerce-Addresses .woocommerce-Address-title h3,
form:has(.woocommerce-address-fields) h3 {
  font-size: 2.8rem;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content div.u-column1.col-1.woocommerce-Address {
  margin: 0 100px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-Address a {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 400 !important;
  text-align: center;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 10px;
  color: var(--white);
}
.woocommerce-MyAccount-content div.u-column1.col-1.woocommerce-Address a {
  background: var(--majorelle-blue);
}
.woocommerce-MyAccount-content div.u-column2.col-2.woocommerce-Address a {
  background: transparent;
  border: 2px solid var(--majorelle-blue);
}
.woocommerce-MyAccount-content .addresses {
  font-size: 2.2rem;
}
#billing_address_2_field,
#shipping_address_2_field {
  padding-top: 20px;
}
#billing_country,
#billing_state,
#shipping_country,
#shipping_state {
  display: flex;
  align-items: center;
  height: 3em;
  background: var(--eerie-black-2);
  border: 1px solid var(--white) !important;
  border-radius: 12px;
  font-size: 2.5rem;
  color: var(--white);
  padding-left: 10px;
}
#billing_country > option:nth-child(1),
#billing_state > option:nth-child(1),
#shipping_country > option:nth-child(1),
#shipping_state > option:nth-child(1) {
  font-size: 2.5rem;
  color: var(--white);
  padding-left: 10px;
}
#billing_country option:hover,
#billing_country option:checked,
#billing_state option:hover,
#billing_state option:hover,
#shipping_country option:hover,
#shipping_state option:hover {
  background: var(--majorelle-blue) !important;
}
#wrap .woocommerce-address-fields .button {
  float: right;
}
/* USR DASHBOARD: DETAILS */
.woocommerce-MyAccount-content
  .woocommerce-form-row
  label[for="account_first_name"],
.woocommerce-MyAccount-content
  .woocommerce-form-row
  label[for="account_last_name"] {
  padding-top: 0;
}
.woocommerce-MyAccount-content .form-row label {
  height: auto;
}
/* ACCOUNT */
.ghostContainer {
  display: none;
}
.visibleContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#customer_login h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  padding: 0;
}
#customer_login label {
  padding: 0;
}
#customer_login label:hover {
  background: none;
}
#customer_login form.login,
#customer_login form.register {
  border: none;
  padding: 0;
  margin: 0;
  width: var(--container-width);
}
#customer_login form .form-row {
  margin: 0;
}
#customer_login label {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 0;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: auto;
}
#customer_login .woocommerce-form-login__rememberme {
  margin: 0 !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}
#customer_login > div.u-column1.col-1 > form > p:nth-child(3),
#customer_login
  > div.u-column2.col-2.ghostContainer.visibleContainer
  > form
  > p:nth-child(4) {
  display: flex;
  flex-direction: column-reverse;
}
/* = .single_add_to_cart_button */
#customer_login .woocommerce-form-login__submit,
#customer_login .woocommerce-form-register__submit {
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  background: var(--majorelle-blue);
  padding: 10px 20px;
  border-radius: 8px;
  margin: 30px 0 10px;
}
#customer_login .woocommerce-LostPassword {
  text-align: right;
}
.registration-container a {
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  margin: 30px 0 10px;
}
/* Lost psw */
.lost_reset_password,
.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  > label,
.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: var(--container-width);
}
.woocommerce-ResetPassword p {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.lost_reset_password > p:nth-child(4) {
  text-align: right;
}
.lost_reset_password .form-row {
  padding: 0;
  margin: 0;
}
.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  > label {
  padding: 0 0 20px;
  border: none;
  margin: 0;
}
/* TEMP */
.woocommerce form .form-row label {
  line-height: 1;
}
.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first
  > label:hover {
  background: none;
}
.lost_reset_password
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  padding: 20px 0;
  margin: 0;
}
#customer_login
  > div.u-column2.col-2.ghostContainer.visibleContainer
  > form
  > p:nth-child(2) {
  padding: 20px 0 0;
}
.register .woocommerce-privacy-policy-text {
  padding: 0 0 20px;
}
/* = .single_add_to_cart_button */
#customer_login .woocommerce-form-register__submit,
.woocommerce-ResetPassword .woocommerce-Button {
  font-size: 3.6rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: var(--white) !important;
  background: var(--majorelle-blue) !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  margin: 0 0 10px !important;
}
/* FILTERING */
.activeMenuItem {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

.activeMenuItem::before {
  content: " ";
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2024/10/sparkle.svg");
  background-repeat: no-repeat;
  top: 0;
  right: -16px;
  bottom: 0;
  font-size: 2.5rem;
  z-index: 20;
  position: absolute;
  left: -12px;
  width: 100%;
  background-position-y: center;
}
.activeBtn::before {
  content: " ";
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2024/10/sparkle.svg");
  background-repeat: no-repeat;
  top: 0;
  /*right: -16px;*/
  bottom: 0;
  font-size: 2.5rem;
  z-index: 20;
  position: absolute;
  left: -12px;
  width: 100%;
  background-position-y: center;
}
.activeBtn {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
/* Previous */
.activeNavCat::before {
  content: " ";
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2024/10/sparkle.svg");
  background-repeat: no-repeat;
  top: 0;
  right: -16px;
  bottom: 0;
  font-size: 2.5rem;
  z-index: 20;
  position: absolute;
  left: -16px;
  width: 100%;
  background-position-y: center;
}
/* Cart */
.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row textarea,
.woocommerce table.shop_table {
  height: 3em !important;
  font-size: 2.5rem;
}
.woocommerce form .form-row input.input-text {
  padding: 0 20px;
  color: var(--white);
  caret-color: var(--majorelle-blue);
}

.woocommerce .quantity .qty {
  padding: 10px;
  border: 1px solid var(--white);
  border-radius: 8px;
  font-size: 2.2rem;
  color: var(--white);
  text-align: center;
  background: none;
}
.woocommerce table.shop_table {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  margin: 20px 0;
  text-align: left;
  width: var(--container-width);
  border-collapse: separate;
}
.woocommerce .cart_totals table.shop_table {
  width: auto;
  padding: 20px;
}
.cart_totals h2 {
  display: none;
}
.woocommerce table.shop_table th {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 12px;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: 60px;
  border: 1px solid var(--white);
  border-radius: 12px;
  box-shadow: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
}
.cart-collaterals .order-total,
.cart-collaterals .woocommerce-shipping-totals {
  display: none;
}
#wrap
  > div.main-wrapper
  > div.woocommerce
  > div.cart-collaterals
  > div
  > table {
  width: 100%;
}
/* Check out */
#checkout-lc-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: var(--container-width);
  margin: 20px 0;
}
#wrap #checkout-lc-wrapper .woocommerce-info,
#wrap #checkout-lc-wrapper .woocommerce-message {
  border: 1px solid var(--majorelle-blue);
}
#wrap #checkout-lc-wrapper .woocommerce-info {
  margin-right: 20px;
}
#wrap #checkout-lc-wrapper form.checkout_coupon {
  border: 1px solid var(--white);
}

#wrap #checkout-lc-wrapper .woocommerce-info .showlogin,
#wrap #checkout-lc-wrapper .woocommerce-info .showcoupon {
  color: var(--majorelle-blue);
}
.main-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
#wrap .checkout {
  width: var(--container-width);
}
#wrap .woocommerce-info:before {
  display: none;
}
#wrap .checkout label {
  padding: 0 0 10px;
  font-size: 2.5rem;
}
#wrap .checkout label:hover {
  background: transparent;
}
.woocommerce form .form-row .required,
.woocommerce a.remove {
  color: var(--tart-orange) !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  padding: 20px 0 !important;
}
.woocommerce table.shop_table td a.remove {
  font-size: 8rem;
  font-weight: 100;
  height: auto;
  width: auto;
}
.woocommerce a.remove:hover {
  color: var(--white);
  background: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 2.5rem;
  color: var(--white);
  padding-left: 10px;
}
#billing_address_1,
#billing_address_2 {
  font-size: 2.5rem;
  color: var(--white);
  padding-left: 10px;
  height: 2.2em;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th {
  border-top: 1px solid var(--white);
}
.woocommerce table.shop_table td {
  padding: 20px 12px;
  vertical-align: middle;
  line-height: 1;
}
.checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: auto;
}
a.restore-item,
a.showcoupon,
a.woocommerce-privacy-policy-link {
  color: var(--white);
  text-decoration: none;
}
.woocommerce-message {
  border-top-color: var(--white);
}
.woocommerce-message::before {
  color: var(--white);
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-checkout #payment {
  background-color: transparent;
}

#wrap .coupon {
  display: flex;
  padding: 0;
  float: none;
}
#coupon_code {
  color: var(--white);
  font-size: 2.8rem;
  text-transform: uppercase;
  width: 80%;
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: 10px;
  margin-right: 10px;
  background: transparent;
}
#coupon_code::placeholder {
  color: var(--white);
  text-align: center;
  text-overflow: ellipsis;
}
#coupon_code:-ms-input-placeholder {
  color: var(--white);
  text-align: center;
}
#coupon_code::-ms-input-placeholder {
  color: var(--white);
  text-align: center;
}
.coupon button.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white) !important;
  background: transparent !important;
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  margin-left: 5px;
}
.woocommerce-info {
  border-top-color: var(--white);
}
.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single {
  height: 4em;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 12px;
}
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 3em;
}
#wrap
  .main-wrapper
  .woocommerce
  .cart-collaterals
  .wc-proceed-to-checkout
  .checkout-button {
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--majorelle-blue);
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  width: 100%;
}
/* Check Out Dropdown */
.select2-dropdown {
  border: 1px solid var(--white);
  border-radius: 12px;
  font-size: 2.2rem;
  color: var(--white);
  background: var(--eerie-black-2);
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar,
.grtsk-size-guide::-webkit-scrollbar,
.wpcf7-textarea::-webkit-scrollbar,
#billing_country::-webkit-scrollbar,
#billing_state::-webkit-scrollbar,
#shipping_country::-webkit-scrollbar,
#shipping_state::-webkit-scrollbar {
  width: 10px;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track,
.grtsk-size-guide::-webkit-scrollbar-track,
.wpcf7-textarea::-webkit-scrollbar-track,
#billing_country::-webkit-scrollbar-track,
#billing_state::-webkit-scrollbar-track,
#shipping_country::-webkit-scrollbar-track,
#shipping_state::-webkit-scrollbar-track {
  background: var(--eerie-black-2);
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 10px;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb,
.grtsk-size-guide::-webkit-scrollbar-thumb,
.wpcf7-textarea::-webkit-scrollbar-thumb,
#billing_country::-webkit-scrollbar-thumb,
#billing_state::-webkit-scrollbar-thumb,
#shipping_country::-webkit-scrollbar-thumb,
#shipping_state::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 8px;
}
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover,
.grtsk-size-guide::-webkit-scrollbar-thumb:hover,
.wpcf7-textarea::-webkit-scrollbar-thumb:hover {
  background: var(--majorelle-blue);
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background: var(--majorelle-blue);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--eerie-black-2);
  border: none;
  border-radius: 12px;
  color: var(--white);
}
/* End of CheckOut Dropdown */
#ship-to-different-address label {
  justify-content: flex-start;
}
.woocommerce ul#shipping_method li input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.woocommerce-additional-fields:has(#order_comments_field) {
  display: none;
}
.woocommerce-checkout #payment div.form-row {
  padding: 20px 0;
}
#place_order,
.woocommerce .woocommerce-message .button,
#wrap .woocommerce-address-fields .button {
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  background: var(--majorelle-blue);
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  margin: 30px 0 10px;
}
.woocommerce .woocommerce-message .button {
  background: transparent;
  margin: 10px 0 0;
}
.woocommerce .woocommerce-message .button:hover {
  background: var(--majorelle-blue);
  color: var(--white);
}
/* Wishlist */
#toast-container {
  background: var(--white);
}
.toast-error {
  font-size: 3.6rem !important;
}
/* Wishlist popup */
.wlfmc-popup {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white) !important;
  outline-offset: 4px !important;
  background: var(--eerie-black-2);
}
.wlfmc-popup .wlfmc-popup-header-bordered i {
  width: auto;
  height: auto;
}
.wlfmc-popup.size-large .wlfmc-popup-content {
  padding: 0 15px !important;
}
/* i.wlfmc-svg svg */
.wlfmc-popup-content .wlfmc-popup-header-bordered span svg,
.wishlist-empty .empty-image {
  display: none !important;
}
.wlfmc-popup .wlfmc-popup-header-bordered {
  border: none;
  padding: 0;
  margin: 0;
}
.wlfmc-icon-close:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 9.05094L19.2004 0L20 0.786555L10.7985 9.83638L20 18.8862L19.2004 19.6728L10 10.6218L0.799639 19.6728L0 18.8862L9.20149 9.83638L0 0.786555L0.799639 0L10 9.05094Z' fill='white'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  margin: 20px 0 0;
}
.wlfmc-popup .wlfmc-popup-header-bordered i.wlfmc-icon-close {
  color: #ffffff;
  font-size: 2rem;
}
.custom-wishlist-title {
  font-size: 3.6rem;
  overflow: hidden;
  margin: 20px 0 10px;
}
.wlfmc-popup.size-large .wlfmc-popup-footer {
  padding: 0 15px 20px 15px;
}
.wlfmc-popup .wlfmc-popup-footer .wlfmc-btn {
  width: 100%;
  padding: 10px 0 !important;
  font-size: 3.6rem !important;
}
/* .wlfmc_btn_1 */
.wlfmc-popup-footer .wlfmc-popup-close {
  border: 2px solid #7f4fe4 !important;
}
/* Wishlist: Empty */
.wlfmc-list img {
  border-radius: 0;
}
.custom-wishlist-empty {
  font-size: 3.6rem;
  font-weight: 100;
  margin: 20px 0 10px;
}
.wlfmc-wishlist-table .wishlist-empty-row td {
  padding: 40px 0;
}
#wlfmc-wishlist-form > div > table > tbody > tr > td > a {
  text-transform: uppercase;
  font-weight: 100;
  padding: 15px 100px;
}
/* Wishlist: Products */
#wrap .wlfmc-guest-notice-wrapper .wlfmc-notice-buttons {
  display: none !important;
}
.wlfmc-wishlist-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wlfmc-save-for-later-table-wrapper,
.wlfmc-wishlist-table-wrapper {
  width: var(--container-width);
}
.wlfmc-guest-notice-wrapper {
  background: transparent;
  padding: 20px 0;
  border: 1px solid var(--tart-orange);
  border-radius: 12px;
  margin: 20px 0;
  width: var(--container-width);
}
.wlfmc-notice-buttons {
  display: none !important;
}
#wlfmc-wishlist-form
  .wlfmc-wishlist-table.view-mode-grid
  .wishlist-items-wrapper:not(.wishlist-empty)
  > tr:not(.hide),
.wlfmc-wishlist-table.view-mode-grid
  .wishlist-items-wrapper:not(.wishlist-empty)
  > tr {
  border: none;
}
.wlfmc-wishlist-table:not(.is-elementor) .product-thumbnail img {
  margin: 0 0 20px;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
}
.wlfmc-wishlist-table-wrapper a {
  white-space: normal !important;
}
.wlfmc-wishlist-table.view-mode-grid .product-name {
  color: var(--white);
  font-size: 2.8rem !important;
  text-transform: uppercase;
}
.wlfmc-list .wlfmc-remove-from-list i {
  background: transparent;
}
.wlfmc-list dl.variation {
  color: var(--white);
  font-size: 2.2rem;
  text-transform: uppercase;
}
.wlfmc-list dl.variation dt {
  margin-right: 5px;
}
.custom-wishlist-login {
  font-size: 2.2rem;
  text-align: center;
}
.custom-wishlist-login a {
  color: var(--white);
}
.custom-wishlist-login span {
  color: var(--tart-orange);
}
/* Ghost */
.reset_variations,
.sku_wrapper {
  display: none !important;
}
.site-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Shop */
.wrapper-breadcrumbs-sort {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: var(--container-width);
}
form.woocommerce-ordering select {
  text-transform: uppercase;
  font-size: 20px;
  color: var(--white);
  background: transparent;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}
form.woocommerce-ordering option {
  background: var(--eerie-black-2);
}
/* Empty Cart */
.empty-content,
.return-to-shop {
  text-align: center;
}
.return-to-shop .wc-backward,
#wrap .woocommerce-verify-email .woocommerce-button {
  text-transform: uppercase;
  font-size: 3.6rem !important;
  font-weight: 100 !important;
  padding: 15px 100px !important;
  border-radius: 10px !important;
  color: var(--white) !important;
  background: var(--majorelle-blue) !important;
}
.return-to-shop .wc-backward:hover,
#wrap .woocommerce-verify-email .woocommerce-button:hover {
  color: var(--white) !important;
  background: var(--majorelle-blue) !important;
}
/* Cart */
.woocommerce-cart-form,
.woocommerce-shipping-calculator {
  font-size: 1.8rem !important;
}
.woocommerce-cart-form a,
.woocommerce-shipping-calculator a,
.wlfmc-wishlist-table-wrapper a {
  font-size: 2.5rem;
  color: var(--majorelle-blue);
}
.woocommerce-form-login a {
  font-size: 2.5rem;
  color: var(--white);
}
.woocommerce-form-register a {
  font-weight: 800;
}
.woocommerce table.shop_table td a {
  font-size: 2.8rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce ul#shipping_method li label {
  padding: 0;
  border: 0;
  margin: 20px 0;
}
.woocommerce ul#shipping_method li label:hover {
  background: transparent;
}
/* Checkout */
.checkout h3 {
  font-size: 2.8rem;
  text-transform: uppercase;
}
#ship-to-different-address label {
  padding-bottom: 0 !important;
}
#wrap .woocommerce-checkout label,
.wlfmc-wishlist-table-wrapper label,
.woocommerce-form-login label,
.woocommerce-form-register label,
label[for="cmplz-marketing-optin"],
.cmplz-label,
.cmplz-dropdown label {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  border: none !important;
}
.checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid var(--white);
}
.checkout table.shop_table tbody th,
.checkout table.shop_table tfoot td,
.checkout table.shop_table tfoot th {
  border-top: 1px solid var(--white);
}
.checkout .woocommerce-account-fields .create-account {
  margin: 0;
  padding: 0;
}
.checkout #ship-to-different-address-checkbox {
  margin: -2px 12px 0 0;
}
.woocommerce-checkout #payment .payment-methods--logos-count {
  background-color: rgba(117, 117, 117, 0.8);
}
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  margin: 20px 0;
  width: var(--container-width);
}
.woocommerce-checkout #payment div.payment_box::before {
  content: none;
}
.woocommerce-checkout #payment div.payment_box .wc-payment-form {
  border: none;
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
/* 404 */
.p-not-found h1 {
  font-size: 8rem;
  font-weight: 500;
}
.p-not-found,
.return-to-shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-not-found .custom-wishlist-empty {
  margin-top: 0;
}
/* END OF ADDITIONAL CSS */
/* 1280 */
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  /* Menu */
  .menu-content {
    width: auto;
    padding: 75px 50px 0 15px;
  }
  .menu-content ul li:nth-child(3),
  .menu-content ul li:nth-child(5),
  .menu-content ul li:nth-child(8) {
    margin-bottom: 20px;
  }
  .social-sharing {
    padding: 20px 65px 30px 50px;
  }
  .menu-content ul li a {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #filtersContainer .filters-tags .btn,
  .subnav-container-categories .btn {
    font-size: 2.4rem;
  }
	#hero .home-hero-section {
		height: 85vh;
	}
	#hero .hero-badge {
    width: 15rem;
    font-size: 3rem;
	}
	#hero .home-title {
		font-size: 4rem;
	}
	#hero .hero-cta {
		font-size: 2.6rem;
	}
	#homePageWrapper .banner-overlay .amarante-regular svg {
		width: 70%;
	}
  .products li {
    margin-right: 0;
  }
  .grotesque-slider-slide img {
    max-width: 276px !important;
  }
}
@supports (-moz-appearance: none) {
  .filters-dropdown span,
  #filtersContainer .filters-tags .btn,
  .subnav-container-categories .btn,
  .menu-content ul li a,
  footer a,
  a {
    font-weight: inherit !important;
  }

  .filters-dropdown span:hover,
  #filtersContainer .filters-tags .btn:hover,
  .subnav-container-categories .btn:hover,
  .menu-content ul li a:hover,
  footer a:hover,
  a:hover {
    font-weight: normal !important;
    text-shadow: 0 0 0 currentColor;
  }
}

/* Additional CSS */
/* TOOLTIPS */
.coming-soon:hover {
  color: rgba(255, 255, 255, 0.6);
}

.coming-soon::before,
.coming-soon::after {
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transition: 250ms transform;
}

/* TOOLTIP: BOX */
.coming-soon::before {
  content: attr(data-tooltip) " (Next Up)";
  padding: 0.5rem;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  text-align: center;
  inline-size: max-content;
  max-inline-size: min(32ch, 90vw);
  color: #ffffff;
  background: var(--majorelle-blue);
  /* Arrow(border): 10px */
  transform: translateX(-50%) translateY(calc(-100% - 10px)) scale(0);
  transform-origin: bottom center;
}
.menu-content .hoodies::before {
    content: 'Hoodies (Next Up)';
	font-weight: 800;
	left: 30px;
}
.menu-content .prints::before {
    content: 'Prints (Next Up)';
	font-weight: 800;
	left: 30px;
}
.menu-content .hoodies, .menu-content .prints {
	position: relative;
}
.menu-content .hoodies::after, .menu-content .prints::after {
	left: 30px;
}

/* TOOLTIP: ARROW */
.coming-soon::after {
  content: "";
  border: 10px solid transparent;
  border-top-color: var(--majorelle-blue);

  transform: translateX(-50%) translateY(-10px) scale(0);
  transform-origin: top center;
}

/* HOVER STATES */
.coming-soon:hover::before {
  transform: translateX(-50%) translateY(calc(-100% - 10px)) scale(1);
}

.coming-soon:hover::after {
  transform: translateX(-50%) translateY(-10px) scale(1);
}
/* TMP */
.post-password-form {
  padding-top: 30px;
}
.post-password-form label {
  width: auto !important;
  border: none !important;
  margin: 20px !important;
}
.post-password-form label:hover {
  background: none !important;
}
input[type="password" i] {
  margin-left: 10px;
}

body:has(.post-password-form) input[type="submit" i] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  background: var(--majorelle-blue);
  padding: 10px 20px;
  border: 2px solid var(--majorelle-blue);
  border-radius: 8px;
  margin: auto;
}

/* WOOCOMMERCE UPDATE: PRODUCT */
.woocommerce-variation-price,
.price:has(span:nth-child(2)) > span:nth-child(2) {
  display: none;
}
.price:has(span:nth-child(2)) > span:nth-child(3) {
  text-decoration: line-through;
  padding-left: 10px;
}
/* PRODUCT */
#product-page-wrapper .product {
  gap: clamp(1rem, calc(3% + 1vw), min(4rem, calc(1.5vw + 2rem)));

  gap: clamp(0.75rem, calc(2.5% + 2vw), max(2.5rem, calc(5rem - 0.75vw)));
}

.woocommerce-product-gallery {
  /*width: clamp(25rem, calc(65% + 2vw), 100rem);*/
  width: min(100vw, clamp(15rem, calc(65% + 2vw), 100rem));
  flex: 1 1 auto;
  max-width: 100%;
}

#pr-additional-wrapper {
  /*width: clamp(15rem, calc(35% + 2vw), 60rem);*/
  width: min(100vw, clamp(15rem, calc(35% + 2vw), 60rem));
  flex: 0 0 auto;
  max-width: 100%;
}
.woocommerce-variation-add-to-cart {
  /*width: clamp(15rem, calc(65% + 2vw), 40rem);*/
}

.wishlist-wrapper {
  justify-content: flex-start;
}
.wlfmc-add-to-wishlist {
  /*padding-left: clamp(20px, 2vw + 1rem, 55px);*/
  padding-left: clamp(1.25rem, calc(3vw + 1rem), 3.4375rem);
}

/* SLIDER GAP */
.flex-viewport .flex-active-slide {
  margin-right: 0 !important;
}
.zoomImg {
  max-width: 550px !important;
  left: -2rem !important;
  outline: none !important;
}

/* SIZE GUIDE */
.size-chart-container.show h3 {
  font-size: 2.8rem;
}
.size-chart-container.show img {
  padding-bottom: 0;
  margin-bottom: 0;
}
.grtsk-size-guide-tabs-nav ul,
.grtsk-size-guide-tabs-nav li.grtsk-size-guide-active {
  border: none;
}
.grtsk-size-guide-tabs-nav li {
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 10px;
}
.grtsk-size-guide-tabs-nav li a {
  margin: 0;
  padding: 12px 14px;
  font-size: 22px;
}

li.grtsk-size-guide-active {
  background: var(--majorelle-blue);
}

.grtsk-size-guide-tabs-nav li:not(.grtsk-size-guide-active) {
  border: 1px solid var(--majorelle-blue);
}
.grtsk-size-guide-modal-table {
  font-size: 22px;
  text-align: center;
  border-spacing: 6px;
  border-collapse: separate;
}

.grtsk-size-guide-modal-table tbody {
  /*color: var(--majorelle-blue);*/
  font-size: 22px;
}
.grtsk-size-guide-modal-table thead,
.grtsk-size-guide-modal-table tbody > tr > td:nth-child(1) {
  background: var(--majorelle-blue);
  color: var(--white);
  font-size: 25px;
}
.grtsk-size-guide-modal-table tbody > tr > td:nth-child(1) {
  width: 25%;
}
.grtsk-size-guide-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  margin-left: 10px;
  gap: 40px;
}
.grtsk-size-guide-info img {
  width: 100%;
  max-width: 350px;
  height: auto;
  /*aspect-ratio: 4/5;
		object-fit: cover;*/
  padding: 30px 0;
  margin: 0 0 20px;
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  background: var(--eerie-black-1);
}
.grtsk-size-guide-info .grtsk-size-guide-info-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.grtsk-size-guide-info .grtsk-size-guide-info-content h3 {
  font-size: 28px;
  padding-bottom: 20px;
}
.grtsk-size-guide-info .grtsk-size-guide-info-content h3 span {
  font-size: 36px;
  color: var(--tart-orange);
}
.grtsk-size-guide-info .grtsk-size-guide-info-paragraphs {
  display: flex;
  flex-wrap: wrap;
}
.grtsk-size-guide-info .grtsk-size-guide-info-paragraphs span {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.grtsk-size-guide-info .grtsk-size-guide-info-paragraphs p {
  display: flex;
  flex-direction: column;
  flex: 0 1 350px;
  gap: 10px;
  padding-right: 40px;
  text-transform: none;
  font-size: 22px;
}
/* GLOBAL */
strong {
  font-weight: 600;
}
/* HOME */
#homePageWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero {
  position: relative;
  cursor: pointer;
}
.home-hero-section {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  justify-items: center;
  padding: 50px 50px 30px;
  border-bottom: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  margin-bottom: 25px;
  width: 100vw;
  height: 75vh;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.hero-section-01 {
  opacity: 1;
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2025/05/home-hero-bg-020525.png");
  position: relative;
}
.hero-section-02 {
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2026/02/grotesque-shirts-home-hero-section-b.png");
}
.hero-section-03 {
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2026/02/grotesque-shirts-home-hero-section-c.png");
}
.hero-section-04 {
  background-image: url("https://www.grotesqueshirts.com/wp-content/uploads/2026/02/grotesque-shirts-home-hero-section-d.png");
}
.hero-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--eerie-black-1);
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "wght" 700;
  letter-spacing: -1.1%;
  line-height: 1;
  transform: rotate(-15deg);
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.25));
  z-index: 2;
}

.hero-section-01 .hero-badge {
  justify-self: start;
}
/* TEMP */
.hero-section-02 .hero-badge,
.hero-section-03 .hero-badge,
.hero-section-04 .hero-badge {
  justify-self: start;
}
.home-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.home-title {
  width: fit-content;
  /*padding: 16px 17px 11px 17px;*/
  padding: 2px 17px;
  background: linear-gradient(
    to right,
    rgba(127, 79, 228, 0.43) 0%,
    rgba(95, 63, 162, 0.97) 12%,
    rgba(127, 79, 228, 0.8) 52%,
    rgba(85, 58, 142, 1) 89%,
    rgba(127, 79, 228, 0.5) 100%
  );
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-style: italic;
  text-align: center;
  transform: rotate(-1.25deg);
}
#homePageWrapper .hero-cta, #homePageWrapper .hero-link {
  margin: 0!important;
  z-index: 1;
}
.hero-link svg {
  width: 100%;
  max-width: 38px;
  height: auto;
  display: block;
}
#homePageWrapper .home-grid {
  display: grid;
  justify-content: center;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 95vw;
}
.w-2cln {
  grid-column: span 2;
}
#homePageWrapper .grotesque-home-slider-slide h2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 3px 7px;
  background: linear-gradient(
    to right,
    rgba(127, 79, 228, 0.43) 0%,
    rgba(95, 63, 162, 0.97) 12%,
    rgba(127, 79, 228, 0.8) 52%,
    rgba(85, 58, 142, 1) 89%,
    rgba(127, 79, 228, 0.5) 100%
  );
  color: var(--white);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "wght" 700;
  transform: rotate(-1.25deg);
  z-index: 2;
}

#homePageWrapper .grotesque-home-slider-slide a picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homePageWrapper .home-grid .grotesque-home-slider-slide .slide img {
  height: clamp(420px, 38vw, 560px);
  object-fit: cover;
}
#homePageWrapper .grotesque-home-slider-slide a .slides__2 img {
  height: clamp(420px, 38vw, 560px);
  object-fit: cover;
}
#homePageWrapper .grtsk-zoom-in img {
  height: clamp(420px, 38vw, 560px);
  object-fit: cover;
}
.home-about {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: var(--container-width);
  padding: 60px 0;
}
.home-about p {
  font-size: 34px;
  max-width: 45vw;
}

#homePageWrapper .grid-single-row {
  grid-template-rows: auto;
  margin-bottom: 100px;
}
#homePageWrapper .grotesque-home-slider-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(420px, 38vw, 560px);
}
#homePageWrapper .grid-4-columns {
  /*grid-template-columns: repeat(4, 440px);*/
  /* grid-template: repeat(2, auto) / repeat(4, minmax(280px, 350px));
 */
  /* Safari 10.1 */
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, minmax(280px, 350px));
  margin: 50px 0 70px;
}
#homePageWrapper .grid-4-columns .grotesque-home-slider-slide a,
#homePageWrapper .grid-4-columns .grotesque-slider-slide img,
#homePageWrapper .grid-4-columns .grotesque-home-slider-slide img {
  height: 440px !important;
  object-fit: cover;
  margin: 0 !important;
}
#homePageWrapper .banner-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--container-width);
  height: 45vh;
  margin: 60px 0;
  background-image: image-set(
    url("https://www.grotesqueshirts.com/wp-content/uploads/2025/11/grotesque-shirts-banner-01-min.png")
      type("image/webp"),
    url("https://www.grotesqueshirts.com/wp-content/uploads/2025/11/grotesque-shirts-banner-01-min.png")
      type("image/jpeg")
  );
  background-size: cover;
}
#homePageWrapper .banner-overlay p {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
}
#homePageWrapper .info-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
#homePageWrapper .info-grid div {
  flex: 0 0 280px;
  aspect-ratio: 1 / 1;
  display: flex;
}

#homePageWrapper .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--eerie-black-1);
}
#homePageWrapper .card-wrapper:hover {
  background: var(--majorelle-blue);
}
#homePageWrapper .card-wrapper p {
  font-size: 2.8rem;
  margin-top: 20px;
}
#homePageWrapper .card-wrapper span {
  font-size: 1.8rem;
}
.adornment-border {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
}
/* CHECKOUT: MENU */
/*body:has(.checkout) .subnav-wrapper,
body:has(.cart) .subnav-wrapper {
  display: none;
}*/

.alumni-sans-bold-italic {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}
.amarante-regular {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}

/* Checkout: Thank you */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce .woocommerce-order .addresses h2 {
  font-size: 3.5rem;
  margin-top: 20px;
}
body:has(.order-received-page)
  .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-top: 0;
  text-align: center;
}
body:has(.order-received-page) .return-to-shop {
  margin-top: 20px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  content: "";
  display: block;
  width: 100vw;
  aspect-ratio: 1899 / 240;	
  margin-bottom: 20px;
  background-image: url(https://www.grotesqueshirts.com/wp-content/uploads/2026/06/thankyou.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid var(--white);
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
.woocommerce .woocommerce-order .addresses address {
  border-radius: 12px;
  border: 1px solid var(--white);
  outline: 1px solid var(--white);
  outline-offset: 4px;
  margin: 20px 0;
  text-align: left;
  width: var(--container-width);
  border-collapse: separate;
}
.woocommerce ul.order_details li {
  border-right: none;
  margin-right: clamp(1rem, 5vw, 16.25rem);
}
.woocommerce ul.order_details li,
.woocommerce .woocommerce-order .addresses address {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 12px;
}
.woocommerce
  .woocommerce-order
  .addresses
  address
  .woocommerce-customer-details--phone,
.woocommerce
  .woocommerce-order
  .addresses
  address
  .woocommerce-customer-details--email {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.woocommerce-order
  .woocommerce-customer-details
  section.woocommerce-customer-details
  > section {
  display: flex;
  gap: 30px;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.woocommerce-column--billing-address .col-1 {
  display: flex;
}
.order-received-page .woocommerce-order {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body:has(#checkout-lc-wrapper) .return-to-shop .wc-backward {
  width: 100%;
}
/* Order received: verify email*/
#wrap .woocommerce-verify-email label[for="email"] {
  width: auto;
  padding: 10px 0 0;  
  border: none;
  margin: 0;
}
#wrap .woocommerce-verify-email .woocommerce-button {
  margin: auto;
  display: flex;
}
.blockOverlay {
  width: 300px !important;
  height: 50px !important;
}
#wrap .woocommerce-verify-email {
  width: var(--container-width);
  padding: 0 10px;
  margin: auto;
}
#wrap .woocommerce-verify-email label[for="email"]:hover {
  background: none;
}
body:has(.woocommerce-verify-email) .return-to-shop .wc-backward {
  width: auto;	
}

/* Overlay */
.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockOverlay {
  background: transparent !important;
}
body:has(.woocommerce-checkout .blockUI.blockOverlay)::before,
body:has(.woocommerce-cart .blockUI.blockOverlay)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(6px);
  opacity: 1;
  pointer-events: all;
  animation: overlayFade 0.4s ease forwards;
}
body:has(.blockUI.blockOverlay)::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 280px;
  background: url("https://www.grotesqueshirts.com/wp-content/uploads/2024/10/grotesque-shirts-logo.svg")
    center / contain no-repeat;
  pointer-events: none;
  aspect-ratio: 1;
  animation: logoLoader 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes logoLoader {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.75;
    filter: blur(0.4px);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.75;
    filter: blur(0.4px);
  }
}
/* Consent banner */
#cmplz-cookiebanner-container
  .cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  background: #202020 !important;
}
.cmplz-icon svg {
  fill: #ffffff;
}
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-always-active {
  color: var(--emerald) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: #5b21b6;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
  background: #5b21b6;
  border: 2px solid #5b21b6;
}
.cmplz-cookiebanner {
  grid-row-gap: 0 !important;
}
.cmplz-cookiebanner .cmplz-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 0 !important;
}
.cmplz-cookiebanner .cutom-cmplz-links {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: var(--cmplz_banner_margin);
}
.cmplz-cookiebanner .cutom-cmplz-links li a {
	font-size: var(--cmplz_link_font_size);
	text-decoration: underline;
}
.cmplz-cookiebanner .cmplz-buttons {
  padding: 10px 0 !important;
}
/* Legal pages */
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
#cmplz-manage-consent-container.cmplz-manage-consent-container
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header,
#cmplz-manage-consent-container.cmplz-manage-consent-container
  .cmplz-categories
  .cmplz-category {
  background-color: transparent !important;
  border: none !important;
}
#cmplz-document label:hover,
.cmplz-label:hover {
  background-color: transparent !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after,
#cmplz-document a[target="_blank"]::after {
  filter: invert(1);
}
#cmplz-document,
.cmplz-document h3,
#cmplz-document p,
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown .name-header strong,
#cmplz-document li {
  font-size: 22px !important;
}
#cmplz-document strong {
  font-weight: 400 !important;
  font-variation-settings: "wght" 400 !important;
}
.cmplz-functional a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.cmplz-functional a:hover {
  color: var(--white);
}
#cmplz-manage-consent-container.cmplz-manage-consent-container
  .cmplz-categories
  .cmplz-category
  .cmplz-category-header
  .cmplz-always-active {
  color: var(--emerald);
}
.cookie-policy {
  display: flex;
  flex-direction: column;
}
#cookie-policy-additional {
  max-width: 800px;
}
.cmplz-document h3 {
  margin: 15px 0 10px;
}
.cmplz-document h3 {
  margin: 15px 0 10px;
}
#cmplz-document-eu p strong {
  font-weight: 500!important;
  font-variation-settings: "wght" 500;
}
.legal {
  flex-direction: column;
  max-width: 800px;
  padding-top: 20px;
}
.legal *:not(h2), #cookie-policy-additional *:not(h2), .cmplz-document-custom-block *:not(h2) {
  font-size: 2.2rem;
}
.legal h1, .cookie-policy h1 {
  font-size: 4rem;	
}
.cookie-policy h1 {
  padding-top: 20px;
}
.legal h2 {
  padding: 10px 0;
}
#cookie-policy-additional h3 {
 font-size: 2.2rem;
 font-weight: 600;
 padding: 10px 0;
}
.legal table {
  border-collapse: collapse;
  font-size: 18px;
  margin: 20px 0;
}
.legal tr {
  border-bottom: 1px solid var(--white);
}
.legal tr:first-child {
  border-top: 1px solid var(--white);
}
.legal td, .legal td {
  padding: 14px 18px;
  vertical-align: top;
  text-align: left;
}