/*
 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;
}

.contact-hero-mobile {
  display: none;
}

@media (max-width: 768px) {
  .contact-hero-desktop {
    display: none;
  }

  .contact-hero-mobile {
    display: block;
  }
}

.contact-title {
  padding-top: 41px;
}

.contact-form {
  padding-top: 41px;
  width: 326px;
  display: flex;
  flex-direction: column;
  gap: 41px;
  align-items: center;
}

.contact-form-field {
  width: 100%;
}

.contact-input {
  width: 100%;
  font-size: 12px;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  outline: none;
  color: #000;
  align-self: center;
}

.contact-textarea {
  border: 1px solid #ccc !important;
  height: 84px;
  padding: 5px;
  width: calc(100% - 10px);
  font-family: "Museo Sans";
}

.contact-submit {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000000;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .contact-form {
    width: 270px !important;
  }
  .contact-form-container {
    width: 80% !important;
  }
}

.contact-info {
  gap: 35px;
  padding-top: 100px;
  padding-bottom: 41px;
}

.contact-info-title {
  font-size: 12px;
}

.contact-info-text {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.phones {
  gap: 7px;
}

.social-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  height: 528px;
}

.social-header {
  margin-bottom: 3rem;
  text-align: center;
}

.social-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

.social-accordion {
  width: 336px;
  padding: 5px;
  align-items: start;
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
  margin-top: 41px !important;
  padding-top: 10px;
  border-top: 1px solid gray;
}

.social-link {
  transition: background-color 0.3s ease;
  width: 100%;
}

.social-link:hover {
  background-color: #f9f9f9;
}

.social-link a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.social-link a:hover {
  color: inherit;
}

.social-details {
  width: 100%;
  /* display: flex;
  flex-direction: column;
  gap: 15px; */
}

.social-summary {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover {
  background-color: #f9f9f9;
}

summary svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

details[open] summary svg path {
  d: path(
    "M20 11.4286H11.4286V11.4286H8.57143V11.4286H0V8.57143H8.57143V8.57143H11.4286V8.57143H20V11.4286Z"
  );
}

.custom-logo-link:focus {
  border: none;
  outline: none;
}

summary:focus,
.social-link a:focus {
  outline: none;
  border: none;
}

.social-detail-item {
  padding: 7px 0px;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: background-color 0.3s ease;
}

.social-detail-item:last-child {
  border-bottom: none;
}

.social-detail-item:hover {
  background-color: #f0f0f0;
}

.social-country {
  font-weight: 600;
  color: #666;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.social-contact {
  font-weight: 400;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-contact:hover {
  color: #007cba;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .social-accordion {
    width: 260px;
  }
}

.voce {
  font-size: 12px !important;
  margin: 0;
  font-weight: 500;
  line-height: 18px;
}

#iyzi-root {
  visibility: hidden;
}

/* WhatsApp Widget Styles */
.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-widget:hover {
  transform: scale(1.1);
  background-color: #128c7e;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
  margin-left: 2px;
  margin-bottom: 2px;
  width: 30px;
  height: 30px;
  fill: white;
}

/* Tooltip */
.whatsapp-widget::before {
  content: "Bizimle sohbet edin!";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-widget::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-widget:hover::before,
.whatsapp-widget:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Pulse animation */
.whatsapp-widget {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .whatsapp-widget {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon {
    width: 26px;
    height: 26px;
  }

  .whatsapp-widget::before {
    display: none;
  }

  .whatsapp-widget::after {
    display: none;
  }
}
