/*
	Theme Name: Clasp & Crown
	Version: 1.01
	Author: Mike Samy
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  word-break: normal;
}

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizespeed;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  width: 100%;
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  position: relative;
}

ul[class]:not(.ul),
ol[class]:not(.ol) {
  list-style-type: none;
}

ul.ul, ul.ol,
ol.ul,
ol.ol {
  margin: 20px 0 50px;
  padding-left: 1.125em;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=url],
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  background: none;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  border-radius: 0;
}

th {
  font-weight: normal;
}

:root {
  --animate-medium: all 0.2s ease;
  --animate-fast: all 0.1s ease;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --cc-blue: #131532;
  --cc-beige: #EAE0C7;
  --cc-warn: #E37A09;
  --cc-success: #37A500;
  --vertical-gutter: 50px;
  --horizontal-gutter: 50px;
}

*::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

*::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: var(--cc-blue);
}

*::-webkit-scrollbar-track:hover {
  background-color: var(--cc-blue);
}

*::-webkit-scrollbar-track:active {
  background-color: var(--cc-blue);
}

*::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--cc-beige);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--cc-beige);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--cc-beige);
}

.gallery-item {
  position: relative;
}
.gallery-item::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--cc-beige);
  color: var(--cc-blue);
  text-align: center;
  line-height: 33px;
  font-size: 3rem;
}

.warn {
  color: var(--cc-warn);
}

.warn-bg {
  background-color: var(--cc-warn);
  color: var(--cc-blue);
}

.blank {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

@font-face {
  font-family: Fragment-Regular;
  src: url(assets/fonts/PPFragment-SerifRegular.woff) format("woff"), url(assets/fonts/PPFragment-SerifRegular.woff2) format("woff2");
}
@font-face {
  font-family: Fragment-Light;
  src: url(assets/fonts/PPFragment-SerifLight.woff) format("woff"), url(assets/fonts/PPFragment-SerifLight.woff2) format("woff2");
}
html {
  font-family: Fragment-Regular, serif;
  font-size: 10px;
}

body {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: normal;
}

p {
  font-family: Fragment-Light, serif;
  margin: 1em 0;
  font-weight: normal;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

h1, h2, h3, h4 {
  font-family: Fragment-Regular, serif;
  font-weight: normal;
}

h1 {
  font-size: 8rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 5rem;
  line-height: 1.2;
  margin: 0.5em 0;
}
h2:not(:first-child) {
  margin-top: 1em;
}

h3 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0.5em 0;
}
h3:not(:first-child) {
  margin-top: 1em;
}

ul li, ol li {
  margin: 1em 0;
  font-family: Fragment-Light, serif;
}

.faq .faq-item {
  border-top: 1px solid;
  margin: 0;
  padding: 2em 0;
  position: relative;
}
.faq .faq-item * {
  font-size: 2.4rem;
}
.faq .faq-item h2 {
  margin: 0;
}
.faq .faq-item .question, .faq .faq-item .answer {
  margin-left: 2em;
}
.faq .faq-item .question::before, .faq .faq-item .answer::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.faq .faq-item .answer {
  margin-top: 1em;
}
.faq .faq-item .answer::before {
  content: "A.";
}
.faq .faq-item:last-child {
  border-bottom: 1px solid;
}

html {
  background: var(--cc-blue);
  color: var(--cc-beige);
  font-family: Fragment-Regular, serif;
}

body {
  padding-top: 1px;
  display: flex;
  flex-direction: column;
}

.col-8 {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: var(--vertical-gutter) auto;
  gap: var(--vertical-gutter) var(--horizontal-gutter);
  max-width: 1100px;
  width: 100%;
  padding: 0 50px;
}
.col-8 > * {
  grid-column: 1/-1;
}

#primary-menu {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
}
#primary-menu .logo {
  height: 80px;
}
#primary-menu .logo svg {
  display: block;
}
#primary-menu .logo svg path {
  fill: var(--cc-beige);
}
#primary-menu .nav {
  display: flex;
}
#primary-menu .nav li {
  margin: auto;
}
#primary-menu .nav li a {
  position: relative;
  font-size: 2rem;
  text-decoration: none;
}
#primary-menu .nav li a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--cc-beige);
  transform: rotate(45deg);
  margin-left: -3px;
  opacity: 0;
}
#primary-menu .nav li a:hover::after {
  opacity: 1;
}
#primary-menu .nav li.current-menu-item a::after {
  opacity: 1;
}
#primary-menu .nav:first-of-type li:first-of-type {
  margin: auto 0;
}
#primary-menu .nav:last-of-type li:last-of-type {
  margin: auto 0;
}

body.single-watch #primary-menu .nav .catalogue-nav-item a::after {
  opacity: 1;
}

#mobile-nav {
  display: none;
}

footer#main-footer {
  margin-top: auto;
  padding-top: var(--vertical-gutter);
  font-size: 1.4rem;
  gap: 0;
}
footer#main-footer ul {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid;
  justify-content: space-between;
}
footer#main-footer ul li {
  margin: 1.5em 0;
}
footer#main-footer p {
  margin: 1.5em 0 0;
}

body.page-template-page-home .entry-header picture {
  grid-column: 1/6;
}
body.page-template-page-home .entry-content .content {
  grid-column: 4/-1;
}
body.page-template-page-home .entry-content .content .cc-logo {
  width: 50px;
}
body.page-template-page-home .entry-content .content .cc-logo path {
  fill: var(--cc-beige);
}

.catalogue-item {
  align-items: center;
  text-decoration: none;
}
.catalogue-item picture {
  grid-column: 1/5;
  position: relative;
  padding-bottom: 100%;
}
.catalogue-item picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalogue-item picture span {
  position: absolute;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  margin: 1em;
  border-radius: 30px;
}
.catalogue-item picture span.available {
  background-color: var(--cc-beige);
  color: var(--cc-blue);
}
.catalogue-item picture span.sold {
  background-color: var(--cc-warn);
  color: var(--cc-beige);
}
.catalogue-item .details {
  grid-column: 5/-1;
}
.catalogue-item .details h1, .catalogue-item .details .nickname {
  margin: 0;
  font-size: 6rem;
  line-height: 1.1;
}

#filter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0.5;
}
#filter-form:has(input:checked) {
  opacity: 1;
}
#filter-form .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}
#filter-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#filter-form .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cc-beige);
  transition: 0.4s;
  border-radius: 30px;
}
#filter-form .switch .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 4px;
  background-color: var(--cc-blue);
  transition: 0.4s;
  border-radius: 50%;
}
#filter-form .switch input:checked + .slider {
  background-color: var(--cc-beige);
}
#filter-form .switch input:checked + .slider:before {
  transform: translateX(30px);
}
#filter-form span {
  font-size: 2.8rem;
  font-family: "Fragment-Light";
}

.alt-cta {
  text-align: center;
}

body.single-watch header#main-header {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
body.single-watch main .col-8 + .col-8 {
  margin-top: 100px;
}
body.single-watch main .sold-out {
  text-align: center;
}
body.single-watch main .sold-out p {
  padding: 1em 30px;
  font-family: "Fragment-Regular", serif;
}
body.single-watch main .banner {
  position: relative;
}
body.single-watch main .banner picture {
  grid-column: 3/-1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.single-watch main .banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: contrast(0.5) grayscale(1);
}
body.single-watch main .banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cc-blue);
  mix-blend-mode: hard-light;
}
body.single-watch main .banner .col-8 {
  margin: 0 auto;
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
}
body.single-watch main .banner .col-8 h1 {
  grid-column: 1/6;
}
body.single-watch main .banner .col-8 .description {
  font-size: 2.4rem;
  grid-column: 3/-1;
}
body.single-watch main .banner .col-8 .description .copy {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 1em 0;
}
body.single-watch main .gallery a {
  display: block;
  grid-column: span 4;
  position: relative;
  padding-bottom: 75%;
}
body.single-watch main .gallery a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
body.single-watch main .specs {
  row-gap: 0;
}
body.single-watch main .specs h3 {
  display: flex;
  justify-content: space-between;
}
body.single-watch main .specs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single-watch main .specs ul li {
  border-top: 1px solid;
  margin: 0;
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
}
body.single-watch main .cta {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  background-color: var(--cc-beige);
  color: var(--cc-blue);
}
body.single-watch main .cta h3 {
  margin-top: 0;
}
body.single-watch main .cta.sold {
  background-color: var(--cc-warn);
  color: var(--cc-blue);
  font-family: "Fragment-Regular", serif;
}
body.single-watch main .cta picture {
  width: 33%;
}
body.single-watch main .cta aside {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-item::after {
  height: 30px;
  width: 30px;
  line-height: 23px;
}

@media (min-width: 1001px) {
  .m {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  :root {
    --vertical-gutter: 30px;
    --horizontal-gutter: 30px;
  }
  .d {
    display: none !important;
  }
  .col-8 {
    padding: 0 30px;
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  .faq .faq-item * {
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .mobile-nav-toggle {
    position: relative;
    height: 50px;
    width: 40px;
  }
  .mobile-nav-toggle::before, .mobile-nav-toggle::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--cc-beige);
    display: block;
    position: relative;
    top: -5px;
  }
  .mobile-nav-toggle::after {
    top: 5px;
  }
  #primary-menu {
    display: flex;
    justify-content: space-between;
  }
  #primary-menu .logo {
    width: 50px;
    height: 50px;
  }
  #mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--cc-beige);
    width: 100%;
    min-height: 100%;
    z-index: 50;
    color: var(--cc-blue);
    padding: var(--horizontal-gutter);
  }
  #mobile-nav header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #mobile-nav header .logo {
    width: 50px;
    height: 50px;
  }
  #mobile-nav header .logo svg path {
    fill: var(--cc-blue);
  }
  #mobile-nav header .mobile-nav-toggle::before, #mobile-nav header .mobile-nav-toggle::after {
    background: var(--cc-blue);
    transform: rotate(-45deg);
    top: 0;
  }
  #mobile-nav header .mobile-nav-toggle::after {
    transform: rotate(45deg);
  }
  #mobile-nav a {
    text-decoration: none;
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  body.page-template-page-home .entry-header picture {
    grid-column: 1/-1;
  }
  body.page-template-page-home .entry-content .content {
    grid-column: 1/-1;
  }
  body.page-template-page-home .entry-content .content .cc-logo {
    width: 40px;
  }
}
@media (max-width: 1000px) {
  .catalogue-item picture {
    grid-column: 1/-1;
  }
  .catalogue-item .details {
    grid-column: 1/-1;
  }
  .catalogue-item .details h1, .catalogue-item .details .nickname {
    font-size: 3rem;
  }
  .catalogue-item + .catalogue-item {
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  body.single-watch main .banner .col-8 {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  body.single-watch main .banner .col-8 .description {
    font-size: 1.6rem;
    grid-column: 2/-1;
  }
  body.single-watch main .specs h3 {
    flex-direction: column;
    gap: 10px;
  }
  body.single-watch main .specs ul li {
    gap: 20px;
  }
  body.single-watch main .specs ul li span {
    text-align: right;
  }
  body.single-watch main .col-8 + .col-8 {
    margin-top: 30px;
  }
  body.single-watch main .cta picture {
    display: none;
  }
}
@media (max-width: 1000px) {
  footer#main-footer {
    border-top: 1px solid;
    margin: 0;
    padding-bottom: 30px;
  }
  footer#main-footer ul {
    flex-direction: column;
    border: 0;
    gap: 0;
    margin-bottom: 30px;
  }
  footer#main-footer ul li {
    margin: 0.5em 0;
  }
  footer#main-footer ul li:first-child {
    margin-top: 0;
  }
  footer#main-footer ul li:last-child {
    margin-bottom: 0;
  }
  footer#main-footer p {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */