/*
 Theme Name:     Fkpynappel Theme
 Template:       twentytwentyfive
 Version:        1.0
*/

@import url("../twentytwentyfive/style.css");

/* Museo Sans - 100 */
@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_100-webfont.woff2") format("woff2"),
    url("./fonts/museosans/MuseoSans_100-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_100_Italic-webfont.woff2")
      format("woff2"),
    url("./fonts/museosans/MuseoSans_100_Italic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Museo Sans - 300 */
@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_300-webfont.woff2") format("woff2"),
    url("./fonts/museosans/MuseoSans_300-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_300_Italic-webfont.woff2")
      format("woff2"),
    url("./fonts/museosans/MuseoSans_300_Italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Museo Sans - 500 */
@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_500-webfont.woff2") format("woff2"),
    url("./fonts/museosans/MuseoSans_500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_500_Italic-webfont.woff2")
      format("woff2"),
    url("./fonts/museosans/MuseoSans_500_Italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Museo Sans - 700 */
@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_700-webfont.woff2") format("woff2"),
    url("./fonts/museosans/MuseoSans_700-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_700_Italic-webfont.woff2")
      format("woff2"),
    url("./fonts/museosans/MuseoSans_700_Italic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Museo Sans - 900 */
@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_900-webfont.woff2") format("woff2"),
    url("./fonts/museosans/MuseoSans_900-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("./fonts/museosans/MuseoSans_900_Italic-webfont.woff2")
      format("woff2"),
    url("./fonts/museosans/MuseoSans_900_Italic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: "Museo Sans", sans-serif;
  overscroll-behavior: none;
}

.desktop-header {
  display: flex;
  justify-content: space-between;
  width: 95%;
  flex-grow: 1;
}

.mobile-header {
  display: none;
}

@media screen and (max-width: 1400px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    width: calc(100% - 39px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header {
    background-color: #f4f4ef;
    width: 100% !important;
    padding: 0px 15px !important;
    justify-content: space-between !important;
    gap: 15px !important;
  }
}

@media (max-width: 768px) {
  .wp-block-site-logo {
    margin-top: 0 !important;
  }

  .header-group {
    gap: 5px !important;
  }

  header {
    padding: 10px 0px !important;
  }
}

header {
  display: flex;
  height: 72px;
  justify-content: center;
  padding: 0px !important;
  position: sticky;
  top: 0;
  z-index: 3;
  background: white;
}

.site-header {
  width: 100%;
  padding: 0px 30px;
  justify-content: center;
  gap: 44px;
}

.header-group {
  display: flex;
  gap: 44px;
  margin: 0 !important;
  align-items: center;
}

.header-group p {
  margin: 0;
}

.header-group a {
  text-decoration: none;
  text-transform: uppercase;
}

.header-group a:hover {
  text-decoration: underline;
}

.wc-block-mini-cart {
  margin: 0 !important;
}

.wc-block-mini-cart__button {
  padding: 0;
}

.cart-wrapper {
  position: absolute;
  right: 0;
  width: 40px;
}

.wp-block-site-logo.is-default-size img {
  width: auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.footer-column a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 !important;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-desktop {
  padding: 200px 50px 50px 50px;
  align-items: start;
}

.footer-bold {
  font-weight: 900;
}

.footer-bold a,
p {
  font-size: 13px !important;
}

.newsletter {
  max-width: 300px;
}

.footer-desktop figure {
  margin: 100px 0px 0px 0px;
  width: 100%;
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .footer-desktop {
    display: none !important;
  }

  .footer-mobile {
    display: flex !important;
  }
}

.footer-image img {
  width: 100%;
}

.wp-block-post-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 900;
  padding: 50px 0px;
}

.wp-block-post-content {
  font-size: 13px !important;
  font-weight: 100;
}

.trp-block-container {
  margin: 0 !important;
}

.trp-ls-shortcode-current-language {
  width: unset !important;
  display: flex !important;
}

.trp-language-switcher {
  height: unset;
  width: unset;
}

.trp-language-switcher img {
  display: none !important;
}

.trp-language-switcher > div {
  border: none;
  background-image: none;
  padding: 0;
}

@media (max-width: 768px) {
  .trp-language-switcher > div > a {
    font-size: 16px !important;
  }
}

.trp-language-switcher > div > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  margin: 0 !important;
  padding: 0;
}

.trp-ls-shortcode-language {
  width: unset !important;
}

.trp-ls-shortcode-language {
  padding: 0 !important;
}

#trp-floater-ls {
  display: none !important;
}

.wp-block-site-logo {
  margin: 0;
}

.hero-heading {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.hero-btn {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  margin: 0 !important;
}

.hero-btn a {
  width: 100%;
  text-decoration: none;
}

.home-discover-content {
  gap: 40px;
}

.home-products-refs-container {
  gap: 0 !important;
  max-width: 1125px;
}

.home-products-refs {
  width: 50%;
}

.home-products-refs figure {
  width: 100%;
}

.w-200 {
  width: 200px;
}

@media (max-width: 768px) {
  .w-200 {
    width: unset !important;
  }

  .home-products-refs-container {
    gap: 20px !important;
    max-width: 1125px;
  }

  .home-products-refs {
    width: 100%;
  }
}

.prod-title {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .prod-title {
    text-align: left;
    padding: 0 !important;
  }
}

.single-prod-main {
  padding-top: 30px;
}

.prod-right-col {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.prod-left-col {
  display: flex;
  justify-content: center;
}

.prod-right-col,
.prod-left-col {
  min-width: 300px;
  max-width: 450px;
}

.prod-details-container {
  padding-top: 40px;
  max-width: 70vw;
  gap: 80px;
  align-items: start;
}

.prod-details-el {
  align-items: start;
}

.prod-columns {
  max-width: unset !important;
  justify-content: center;
}

@media (max-width: 768px) {
  .prod-details-main {
    align-items: center !important;
    width: 100%;
  }

  .prod-details-container {
    max-width: unset !important;
    width: 85%;
  }

  .single-prod-main {
    padding: 0;
  }

  .prod-right-col,
  .prod-left-col {
    padding: 0px 20px;
    align-items: center;
  }

  .prod-columns {
    margin: 0 !important;
  }

  .product {
    margin: 0 !important;
  }

  .fkp-price {
    text-align: center;
  }

  form.cart {
    gap: 0 !important;
  }
}

.wc-block-store-notices {
  display: none !important;
}

.fkp-price {
  font-size: 12px;
}

@media (min-width: 680px) {
  .single-prod-main {
    justify-self: center;
    max-width: 90%;
  }

  .prod-columns {
    gap: 80px;
  }
}

.prod-descr-p {
  margin-top: 80px;
  text-transform: uppercase;
  font-weight: bold;
}

form.cart {
  padding: 0px !important;
  display: flex !important;
  flex-wrap: wrap;
}

form.cart button {
  padding: 3px;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce div.product form.cart .quantity .qty {
  height: 100%;
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  font-size: 1rem;
}

form.cart .quantity {
  display: flex !important;
  align-items: center;
  gap: 50px;
}

nav.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 768px) {
  form.cart {
    padding-top: 20px;
  }

  nav.woocommerce-breadcrumb {
    display: none;
  }
}

.about-main {
  align-items: center !important;
  gap: 60px !important;
}

.about-main-content {
  width: 400px;
}

.about-title-container {
  width: 100%;
}

.about-title {
  text-align: center;
}

.about-imgs-container {
  gap: 0 !important;
  justify-content: center;
}

.about-fig {
  width: 40%;
}

@media (max-width: 768px) {
  .wp-block-site-logo img {
    height: 18px !important;
    bottom: calc(50% - 9px);
  }

  .about-main-content {
    width: 70%;
  }

  .about-fig-1 {
    display: none;
  }

  .about-fig {
    width: 100%;
  }
}

.main-search-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .main-search-results {
    gap: 80px;
  }
}

.ivory {
  background-color: #f4f4ef;
  transition: background-color 0.3s ease;
}

.wp-block-site-logo.is-default-size img {
  height: 20px;
}

.wp-block-site-logo img {
  position: absolute;
  left: calc(50vw - 92px);
  top: calc(50% - 10px);
}

.stock {
  display: none !important;
}
