@charset "UTF-8";
/*!
Theme Name: YK Commerce
Theme URI: https://yusufkul.net
Author: Y.Y.K
Author URI: https://yusufkul.net
Description: Professional, fast and conversion-focused modern e-commerce theme developed for WooCommerce.
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yk-commerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, woocommerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

* YK Commerce is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc. and Storefront https://github.com/woocommerce/storefront (C) 2012-2019 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  /* Brand */
  --color-brand: hsl(355, 80%, 41%);
  --color-brand-contrast: hsl(0, 0%, 100%);
  --color-brand-weak: hsl(355, 80%, 51%);
  --color-brand-strong: hsl(355, 80%, 31%);
  --color-accent: hsl(355, 80%, 41%);
  --color-sale: hsl(355, 80%, 41%);
  --color-rating: hsl(40, 95%, 50%);
  --color-link: hsl(0, 0%, 41%);
  --color-hover: hsl(355, 80%, 45.72%);
  /* Neutral & Typography */
  --color-bg: hsl(0, 0%, 100%);
  --color-surface: hsl(0, 0%, 100%);
  --color-surface-2: hsl(0, 0%, 98%);
  --color-text: hsl(220, 15%, 15%);
  --color-text-muted: hsl(220, 10%, 45%);
  --color-border: hsl(0, 0%, 90%);
  --color-divider: 215, 16%, 47%;
  --color-price: hsl(220, 25%, 18%);
  /* Semantic & State */
  --color-success: hsl(150, 60%, 40%);
  --on-success: hsl(0, 0%, 100%);
  --color-warning: hsl(40, 95%, 50%);
  --on-warning: hsl(0, 0%, 100%);
  --color-danger: hsl(0, 75%, 50%);
  --on-danger: hsl(0, 0%, 100%);
  --color-info: hsl(215, 16%, 47%);
  --on-info: hsl(0, 0%, 100%);
  --color-focus: hsl(353, 74%, 36%);
  --darken-hover: 8%;
  --darken-pressed: 8%;
  --alpha-disabled: 0.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: hsl(220, 15%, 15%);
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1, .h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  h6, .h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 15px;
  }
}

p {
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 12px;
  }
}

.text-lg {
  font-size: 18px;
  line-height: 1.75;
}
@media (max-width: 1023px) {
  .text-lg {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 16px;
  }
}

.text-sm {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .text-sm {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .text-sm {
    font-size: 12px;
  }
}

.text-xs {
  font-size: 13px;
  line-height: 1.5;
}

.text-caption {
  font-size: 12px;
  line-height: 1.5;
  color: hsl(220, 10%, 45%);
}

.display-text {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .display-text {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .display-text {
    font-size: 36px;
  }
}

.lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  color: hsl(220, 10%, 45%);
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

*, *:focus, *:active, *:hover {
  outline: none !important;
}

button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

a:focus, a:active {
  outline: none !important;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: hsl(0, 0%, 100%);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted hsl(0, 0%, 90%);
  cursor: help;
}

mark,
ins {
  background: hsl(0, 0%, 100%);
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("./assets/fonts/Inter-VariableFont_opsz,wght.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2"), url("./assets/fonts/Inter-Italic-VariableFont_opsz,wght.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: hsl(220, 15%, 15%);
  font-size: 1rem;
  line-height: 1.5;
}

/* Elements
--------------------------------------------- */
body {
  background: hsl(0, 0%, 100%);
}

hr {
  background-color: var(--color-divider);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  padding-left: 0px !important;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}

body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a) {
  color: hsl(0, 0%, 41%);
  color: hsl(0, 0%, 41%);
}
body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):visited {
  color: hsl(0, 0%, 41%);
}
body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):hover, body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):focus, body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):active {
  color: hsl(0, 0%, 41%);
}
body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):focus {
  outline: thin dotted;
  color: hsl(0, 0%, 41%);
}
body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):hover, body a:not(.menu a):not(nav a):not(.product-card__body a):not(td a):active {
  outline: 0;
  color: hsl(0, 0%, 41%);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 2px solid hsl(353, 74%, 36%);
  outline-offset: 2px;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: hsl(220, 15%, 15%);
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: hsl(220, 15%, 15%);
}

select {
  border: 1px solid hsl(0, 0%, 90%);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.hero-slider {
  max-height: 500px;
}

.page_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 40px 120px;
}

/* Mobil 768-1 */
@media (max-width: 767px) {
  .page_wrapper {
    padding: 40px 12px;
  }
}
.woocommerce-pagination {
  display: flex;
}
.woocommerce-pagination ul,
.woocommerce-pagination ol,
.woocommerce-pagination li {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 15px;
  margin: 0;
  padding: 0;
  align-items: center;
  width: 100%;
  list-style: none;
}

.page-numbers.current {
  color: hsl(355, 80%, 41%) !important;
}

.results-a,
.results-b {
  display: flex;
  flex-direction: row;
}

.results-a {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .results-a {
    flex-direction: column-reverse;
  }
}
.main_p_headings p {
  display: inline-block;
  position: relative;
  padding: 5px 0 8px 0;
  color: hsl(220, 15%, 15%);
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.main_p_headings p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-brand);
  transition: width 0.3s ease;
  color: var(--color-brand);
}
.main_p_headings p::after {
  width: 110%;
}

.blog-wrapper {
  background: #fafafa;
  min-height: 60vh;
}

.blog-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media (min-width: 1440px) {
  .blog-container {
    padding: 70px 120px;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 30px 15px;
  }
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: start;
}
@media (min-width: 1024px) {
  .blog-layout {
    grid-template-columns: 2.5fr 1fr;
    gap: 60px;
  }
}

.blog-main .page-header {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.blog-main .page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-brand), var(--color-hover));
}
.blog-main .page-header .page-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 15px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .blog-main .page-header .page-title {
    font-size: 32px;
  }
}
.blog-main .page-header .archive-description {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 15px auto 0;
}
.blog-main .page-header .archive-description p {
  margin: 0;
}

.blog-posts-grid {
  display: grid;
  gap: 35px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

.blog-post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blog-post-card {
    flex-direction: row;
    min-height: 280px;
  }
}
.blog-post-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
.blog-post-card:hover .post-thumbnail img {
  transform: scale(1.1);
}
.blog-post-card .post-thumbnail {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 240px;
}
@media (min-width: 1024px) {
  .blog-post-card .post-thumbnail {
    width: 380px;
    min-height: auto;
  }
}
.blog-post-card .post-thumbnail a {
  display: block;
  height: 100%;
}
.blog-post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-post-card .post-content-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 1024px) {
  .blog-post-card .post-content-wrapper {
    padding: 35px 40px;
  }
}
.blog-post-card .entry-header {
  margin-bottom: 16px;
}
.blog-post-card .entry-header .entry-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {
  .blog-post-card .entry-header .entry-title {
    font-size: 26px;
  }
}
.blog-post-card .entry-header .entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-post-card .entry-header .entry-title a:hover {
  color: var(--color-brand);
}
.blog-post-card .entry-header .entry-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
}
.blog-post-card .entry-header .entry-meta > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-post-card .entry-header .entry-meta svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.blog-post-card .entry-header .entry-meta a {
  color: #666;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.blog-post-card .entry-header .entry-meta a:hover {
  color: var(--color-brand);
}
.blog-post-card .entry-header .entry-meta time {
  font-weight: 500;
  color: #777;
}
.blog-post-card .entry-content {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  flex: 1;
}
.blog-post-card .entry-content p {
  margin: 0 0 15px;
}
.blog-post-card .entry-content p:last-child {
  margin-bottom: 0;
}
.blog-post-card .entry-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 24px;
  background: var(--color-brand);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-post-card .entry-content .read-more svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.blog-post-card .entry-content .read-more:hover {
  background: var(--color-hover);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}
.blog-post-card .entry-content .read-more:hover svg {
  transform: translateX(4px);
}

.blog-pagination {
  margin-top: 60px;
}
.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 18px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  color: #555;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
.blog-pagination .page-numbers svg {
  width: 20px;
  height: 20px;
}
.blog-pagination .page-numbers:hover {
  border-color: var(--color-brand);
  color: var(--color-brand);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(196, 30, 58, 0.2);
}
.blog-pagination .page-numbers.current {
  background: var(--color-brand);
  color: #fff;
  border-color: var(--color-brand);
  cursor: default;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}
.blog-pagination .page-numbers.current:hover {
  transform: none;
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.next {
  gap: 8px;
  font-size: 14px;
}
.blog-pagination .page-numbers.dots {
  border: none;
  pointer-events: none;
}
.blog-pagination .page-numbers.dots:hover {
  transform: none;
  box-shadow: none;
}

.blog-sidebar {
  position: sticky;
  top: 20px;
}
@media (max-width: 1023px) {
  .blog-sidebar {
    position: static;
  }
}
.blog-sidebar .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.blog-sidebar .widget:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.blog-sidebar .widget .widget-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--color-brand);
  color: #1a1a1a;
  position: relative;
}
.blog-sidebar .widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-hover);
}
.blog-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .widget ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: padding-left 0.3s ease;
}
.blog-sidebar .widget ul li:last-child {
  border-bottom: none;
}
.blog-sidebar .widget ul li:hover {
  padding-left: 10px;
}
.blog-sidebar .widget ul li a {
  color: #555;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}
.blog-sidebar .widget ul li a:hover {
  color: var(--color-brand);
}

.no-results {
  text-align: center;
  padding: 80px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.no-results .page-header {
  margin-bottom: 25px;
}
.no-results .page-header::after {
  display: none;
}
.no-results .page-header .page-title {
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.no-results .page-content {
  color: #666;
  font-size: 16px;
}
.no-results .page-content p {
  margin-bottom: 20px;
}
.no-results .page-content a {
  color: var(--color-brand);
  font-weight: 700;
  text-decoration: none;
}
.no-results .page-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-posts-grid {
    gap: 25px;
  }
  .blog-post-card .post-thumbnail {
    min-height: 200px;
  }
  .blog-post-card .post-content-wrapper {
    padding: 25px 20px;
  }
  .blog-post-card .entry-title {
    font-size: 20px !important;
  }
}
.single-post-wrapper {
  background: #fafafa;
  min-height: 100vh;
}

.single-post-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .single-post-container {
    padding: 60px 40px;
  }
}
@media (min-width: 1440px) {
  .single-post-container {
    padding: 70px 120px;
  }
}

.single-post-layout {
  display: flex;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: start;
}
@media (min-width: 1200px) {
  .single-post-layout {
    grid-template-columns: 3fr 1fr;
    gap: 60px;
  }
}

.single-post-main .single-post-article {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.single-post-main .single-post-featured-image {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.single-post-main .single-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-main .single-post-featured-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), transparent);
  pointer-events: none;
}
.single-post-main .single-post-content-wrapper {
  padding: 50px;
}
@media (max-width: 768px) {
  .single-post-main .single-post-content-wrapper {
    padding: 30px 25px;
  }
}
.single-post-main .single-entry-header {
  margin-bottom: 40px;
}
.single-post-main .single-entry-header .single-post-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.single-post-main .single-entry-header .single-post-categories .category-badge {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, var(--color-brand), var(--color-hover));
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2);
}
.single-post-main .single-entry-header .single-post-categories .category-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(196, 30, 58, 0.3);
}
.single-post-main .single-entry-header .single-entry-title {
  font-size: 42px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 25px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .single-post-main .single-entry-header .single-entry-title {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
}
.single-post-main .single-entry-header .single-entry-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-brand);
  flex-shrink: 0;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta {
  gap: 12px;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-brand);
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta .author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta .author-info .author-label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta .author-info .author-name {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-main .single-entry-header .single-entry-meta .meta-item.author-meta .author-info .author-name:hover {
  color: var(--color-brand);
}
.single-post-main .single-entry-header .single-entry-meta .meta-item time {
  font-weight: 600;
  color: #555;
}
.single-post-main .single-entry-content {
  font-size: 18px;
  color: #444;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-post-main .single-entry-content {
    font-size: 16px;
  }
}
.single-post-main .single-entry-content > * {
  margin-bottom: 1.5em;
}
.single-post-main .single-entry-content > *:last-child {
  margin-bottom: 0;
}
.single-post-main .single-entry-content p {
  margin-bottom: 1.5em;
}
.single-post-main .single-entry-content h2,
.single-post-main .single-entry-content h3,
.single-post-main .single-entry-content h4,
.single-post-main .single-entry-content h5,
.single-post-main .single-entry-content h6 {
  font-weight: 800;
  color: #1a1a1a;
  margin-top: 2em;
  margin-bottom: 1em;
  scroll-margin-top: 100px;
}
.single-post-main .single-entry-content h2 {
  font-size: 32px;
  border-bottom: 3px solid var(--color-brand);
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .single-post-main .single-entry-content h2 {
    font-size: 26px;
  }
}
.single-post-main .single-entry-content h3 {
  font-size: 26px;
}
@media (max-width: 768px) {
  .single-post-main .single-entry-content h3 {
    font-size: 22px;
  }
}
.single-post-main .single-entry-content h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .single-post-main .single-entry-content h4 {
    font-size: 19px;
  }
}
.single-post-main .single-entry-content a {
  color: var(--color-brand);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.single-post-main .single-entry-content a:hover {
  border-bottom-color: var(--color-brand);
}
.single-post-main .single-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.single-post-main .single-entry-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.single-post-main .single-entry-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.single-post-main .single-entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-post-main .single-entry-content blockquote {
  margin: 40px 0;
  padding: 30px 40px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-left: 5px solid var(--color-brand);
  font-style: italic;
  font-size: 20px;
  color: #333;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.single-post-main .single-entry-content blockquote::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 60px;
  color: var(--color-brand);
  opacity: 0.3;
  font-family: Georgia, serif;
}
.single-post-main .single-entry-content blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
}
.single-post-main .single-entry-content blockquote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  font-style: normal;
  font-weight: 600;
}
.single-post-main .single-entry-content blockquote cite::before {
  content: "— ";
}
.single-post-main .single-entry-content ul,
.single-post-main .single-entry-content ol {
  margin: 30px 0;
  padding-left: 30px;
}
.single-post-main .single-entry-content ul li,
.single-post-main .single-entry-content ol li {
  margin-bottom: 12px;
  padding-left: 10px;
}
.single-post-main .single-entry-content ul li::marker,
.single-post-main .single-entry-content ol li::marker {
  color: var(--color-brand);
  font-weight: 700;
}
.single-post-main .single-entry-content ul ul,
.single-post-main .single-entry-content ul ol,
.single-post-main .single-entry-content ol ul,
.single-post-main .single-entry-content ol ol {
  margin-top: 15px;
  margin-bottom: 0;
}
.single-post-main .single-entry-content pre {
  background: #282c34;
  color: #abb2bf;
  padding: 25px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
}
.single-post-main .single-entry-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.single-post-main .single-entry-content code {
  background: #f5f5f5;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #e83e8c;
  font-family: "Courier New", monospace;
}
.single-post-main .single-entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.single-post-main .single-entry-content table thead {
  background: var(--color-brand);
  color: #fff;
}
.single-post-main .single-entry-content table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 700;
}
.single-post-main .single-entry-content table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}
.single-post-main .single-entry-content table tbody tr:last-child {
  border-bottom: none;
}
.single-post-main .single-entry-content table tbody tr:hover {
  background: #f9f9f9;
}
.single-post-main .single-entry-content table tbody td {
  padding: 15px;
}
.single-post-main .single-entry-content .wp-block-image {
  margin: 30px 0;
}
.single-post-main .single-entry-content .wp-block-image figcaption {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}
.single-post-main .single-entry-content .wp-block-quote {
  margin: 40px 0;
  padding: 30px 40px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-left: 5px solid var(--color-brand);
  border-radius: 0 12px 12px 0;
}
.single-post-main .single-entry-content .page-links {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #f0f0f0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.single-post-main .single-entry-content .page-links > span,
.single-post-main .single-entry-content .page-links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #555;
}
.single-post-main .single-entry-content .page-links > a:hover {
  border-color: var(--color-brand);
  color: var(--color-brand);
  transform: translateY(-2px);
}
.single-post-main .single-entry-content .page-links > span {
  background: var(--color-brand);
  color: #fff;
  border-color: var(--color-brand);
}
.single-post-main .single-entry-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #f0f0f0;
}
.single-post-main .single-entry-footer .post-tags {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.single-post-main .single-entry-footer .post-tags svg {
  width: 20px;
  height: 20px;
  stroke: var(--color-brand);
  flex-shrink: 0;
}
.single-post-main .single-entry-footer .post-tags .tags-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.single-post-main .single-entry-footer .post-tags .tags-list a {
  display: inline-block;
  padding: 8px 16px;
  background: #f5f5f5;
  color: #666;
  text-decoration: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-post-main .single-entry-footer .post-tags .tags-list a:hover {
  background: var(--color-brand);
  color: #fff;
  transform: translateY(-2px);
}

.post-navigation {
  margin: 50px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  padding: 30px;
  transition: background 0.3s ease;
  position: relative;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #f9f9f9;
}
.post-navigation .nav-links .nav-previous:hover .nav-title,
.post-navigation .nav-links .nav-next:hover .nav-title {
  color: var(--color-brand);
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  text-decoration: none;
  display: block;
}
.post-navigation .nav-links .nav-previous .nav-subtitle,
.post-navigation .nav-links .nav-next .nav-subtitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 8px;
  font-weight: 700;
}
.post-navigation .nav-links .nav-previous .nav-title,
.post-navigation .nav-links .nav-next .nav-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  transition: color 0.3s ease;
}
.post-navigation .nav-links .nav-previous {
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .post-navigation .nav-links .nav-previous {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
@media (max-width: 768px) {
  .post-navigation .nav-links .nav-next {
    text-align: left;
  }
}

.single-post-sidebar {
  position: sticky;
  top: 20px;
}
@media (max-width: 1199px) {
  .single-post-sidebar {
    position: static;
  }
}
.single-post-sidebar .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.single-post-sidebar .widget:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.single-post-sidebar .widget .widget-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--color-brand);
  color: #1a1a1a;
}
.single-post-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post-sidebar .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.single-post-sidebar .widget ul li:last-child {
  border-bottom: none;
}
.single-post-sidebar .widget ul li a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: block;
}
.single-post-sidebar .widget ul li a:hover {
  color: var(--color-brand);
  padding-left: 8px;
}

.comments-area {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .comments-area {
    padding: 30px 25px;
  }
}
.comments-area .comments-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #1a1a1a;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment-list .comment {
  margin-bottom: 30px;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 12px;
}
.comments-area .comment-list .comment .comment-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment .comment-author img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.comments-area .comment-list .comment .comment-author .fn {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.comments-area .comment-list .comment .comment-content {
  font-size: 15px;
  color: #555;
}
.comments-area .comment-list .comment .comment-metadata {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}
.comments-area .comment-list .comment .comment-metadata a {
  color: #999;
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-metadata a:hover {
  color: var(--color-brand);
}

@media (max-width: 768px) {
  .single-post-featured-image {
    max-height: 400px;
  }
  .single-entry-meta {
    gap: 15px !important;
  }
  .single-entry-meta .meta-item {
    font-size: 12px !important;
  }
  .single-entry-content h2 {
    font-size: 24px !important;
  }
  .single-entry-content h3 {
    font-size: 20px !important;
  }
  .single-entry-content blockquote {
    padding: 20px 25px !important;
    font-size: 16px !important;
  }
}
/**
 * Header Styles
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.mobile-wfull-header {
  display: none;
}
@media (max-width: 768px) {
  .mobile-wfull-header {
    display: block;
  }
}

.top-info-bar {
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  font-size: 13px;
  /*     border-bottom: 1px solid var(--color-border); */
}
.top-info-bar .info-bar-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 120px;
  width: 100%;
  max-width: 1440px;
}
.top-info-bar .top-info-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-info-bar .top-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.top-info-bar .top-links .widget,
.top-info-bar .top-links p {
  color: #666;
  padding: 0;
  margin: 0;
}
.top-info-bar .top-links li {
  display: flex;
  gap: 20px;
  flex-direction: row;
  margin: 0;
}
.top-info-bar .top-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.top-info-bar .top-links a:hover {
  color: var(--color-hover);
}
@media (max-width: 768px) {
  .top-info-bar {
    display: none;
  }
}

.nav_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  /*     border-top: 1px solid var(--color-border); */
}
.nav_container.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideDown 0.3s ease forwards;
}
.nav_container.is-sticky .col-mid.mobile,
.nav_container.is-sticky .promo-bar.mobile {
  display: none;
}
.nav_container ul,
.nav_container li,
.nav_container section {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav_container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.nav_container p {
  margin: 0;
  line-height: unset;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.mobile-menu-drawer.active {
  transform: translateX(0);
}
.mobile-menu-drawer .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f5f5f5;
  border-bottom: 1px solid var(--color-border);
}
.mobile-menu-drawer .drawer-header .drawer-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.mobile-menu-drawer .drawer-header .drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}
.mobile-menu-drawer .drawer-header .drawer-close:hover {
  color: var(--color-hover);
}
.mobile-menu-drawer .drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list .sub-menu {
  display: none;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list .sub-menu li:last-child {
  border-bottom: none;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list .sub-menu li a {
  padding: 10px 0 10px 20px;
  font-size: 14px;
  color: #666;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list .sub-menu li a:hover {
  color: var(--color-hover);
  padding-left: 25px;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li {
  list-style: none;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li > a .toggle-icon {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  margin-left: 10px;
  transition: transform 0.3s;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li > a:hover {
  color: var(--color-hover);
  padding-left: 5px;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li:last-child {
  border-bottom: none;
}
.mobile-menu-drawer .drawer-content .mobile-menu-list > li:not(.menu-item-has-children) > a {
  font-weight: 500;
}

body.no-scroll {
  overflow: hidden;
}

.site-header {
  display: flex;
  justify-content: center;
  background: #fff;
}
.site-header .info-bar-container {
  padding: 10px 20px;
}
.site-header .main-header {
  display: flex;
  align-items: center;
  max-width: 1440px;
  width: 100%;
}
.site-header .col-left {
  flex-shrink: 0;
}
.site-header .col-left .site-branding a {
  display: block;
}
.site-header .col-left .site-branding a img {
  max-width: 200px;
  height: auto;
}
.site-header .col-mid {
  justify-content: center;
  flex: 1;
}
.site-header .col-left,
.site-header .col-mid,
.site-header .col-right {
  display: flex;
}
.site-header .col-left*,
.site-header .col-mid*,
.site-header .col-right* {
  margin: auto;
}
.site-header .col-left .search-box-wrapper,
.site-header .col-mid .search-box-wrapper,
.site-header .col-right .search-box-wrapper {
  width: 100%;
}
.site-header .col-left .search-box-wrapper form,
.site-header .col-mid .search-box-wrapper form,
.site-header .col-right .search-box-wrapper form {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .col-left .search-box-wrapper .search-field,
.site-header .col-mid .search-box-wrapper .search-field,
.site-header .col-right .search-box-wrapper .search-field {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--color-border);
  border-radius: 25px;
  font-size: 14px;
  transition: border-color 0.3s;
}
.site-header .col-left .search-box-wrapper .search-field:focus,
.site-header .col-mid .search-box-wrapper .search-field:focus,
.site-header .col-right .search-box-wrapper .search-field:focus {
  outline: none;
  border-color: #c41e3a;
}
.site-header .col-left .search-box-wrapper .search-field::-moz-placeholder, .site-header .col-mid .search-box-wrapper .search-field::-moz-placeholder, .site-header .col-right .search-box-wrapper .search-field::-moz-placeholder {
  color: #999;
}
.site-header .col-left .search-box-wrapper .search-field::placeholder,
.site-header .col-mid .search-box-wrapper .search-field::placeholder,
.site-header .col-right .search-box-wrapper .search-field::placeholder {
  color: #999;
}
.site-header .col-left .search-box-wrapper .search-submit,
.site-header .col-mid .search-box-wrapper .search-submit,
.site-header .col-right .search-box-wrapper .search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-brand);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}
.site-header .col-left .search-box-wrapper .search-submit svg,
.site-header .col-mid .search-box-wrapper .search-submit svg,
.site-header .col-right .search-box-wrapper .search-submit svg {
  stroke: #fff;
}
.site-header .col-left .search-box-wrapper .search-submit:hover,
.site-header .col-mid .search-box-wrapper .search-submit:hover,
.site-header .col-right .search-box-wrapper .search-submit:hover {
  background: var(--color-hover);
}
.site-header .col-right {
  flex-shrink: 0;
}
.site-header .col-right .col-right-inner {
  gap: 25px;
}
.site-header .col-right .col-right-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .col-right .col-right-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.site-header .col-right .col-right-inner a svg {
  width: 20px;
  height: 20px;
}
.site-header .col-right .col-right-inner a svg path {
  stroke: currentColor;
  fill: none;
  transition: stroke 0.3s ease;
}
.site-header .col-right .col-right-inner a:hover {
  color: var(--color-brand);
}
.site-header .col-right .col-right-inner a:hover svg path {
  stroke: var(--color-brand);
}
.site-header .col-right .header-cart {
  position: relative;
}
.site-header .col-right .header-cart .cart-count {
  /*                 position: absolute;
  top: -8px;
  right: -20px; */
  background: #c41e3a;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  background: hsl(0, 0%, 100%);
  padding: 10px 120px;
}
.main-navigation .info-bar-container {
  padding: 0 20px;
}
.main-navigation a {
  display: inline-block;
  position: relative;
  padding: 5px 0 8px 0;
  color: hsl(220, 15%, 15%);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-navigation a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-brand);
  transition: width 0.3s ease;
}
.main-navigation a:hover {
  color: var(--color-brand);
}
.main-navigation a:hover::after {
  width: 100%;
}
.main-navigation a:focus-visible {
  color: var(--color-brand);
  outline: none;
}
.main-navigation a:focus-visible::after {
  width: 100%;
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
}

.promo-bar {
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.promo-bar .container {
  width: 100%;
  max-width: 1440px;
}
.promo-bar p {
  margin: 0;
}

.menu-toggle-mobile {
  padding: 0px !important;
  background: none !important;
  border: none !important;
  outline: none;
  cursor: pointer;
}

.info-bar-container {
  padding: 0 20px;
}

@media (max-width: 600px) {
  .site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: slideDown 0.3s ease forwards;
  }
  .site-header.is-sticky .col-mid.mobile,
  .site-header.is-sticky .promo-bar.mobile {
    display: none;
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}
.mobile-menu-drawer {
  z-index: 99999 !important;
  display: flex !important;
  visibility: visible !important;
}

.mobile-menu-drawer.active {
  transform: translateX(0) !important;
  left: 0 !important;
}

.search-submit {
  color: #fff;
  padding: 10px !important;
}

.mobile-menu-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99998 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 1440px) {
  .mobile-menu-drawer {
    display: flex !important;
  }
}
div.search-box-wrapper.mobile {
  display: none !important;
  width: 100%;
}
div.search-box-wrapper.mobile form {
  width: 100%;
}

@media (max-width: 600px) {
  .col-mid.mobile {
    flex: 1;
    background-color: #F3F3F3;
    padding: 10px;
  }
  div.search-box-wrapper.mobile {
    display: flex !important;
    width: 100%;
    justify-content: center;
  }
  div.search-box-wrapper.mobile .search-field {
    border-radius: 0px !important;
  }
  div.search-box-wrapper.mobile form {
    width: 100%;
  }
  .site-header {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .promo-bar.desktop {
    display: none;
  }
  .promo-bar.mobile {
    padding: 3px;
  }
  .col-right .col-right-inner a span {
    display: none;
  }
  .info-bar-container {
    align-items: center;
  }
  .search-box-wrapper {
    display: none;
  }
  .main-header {
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
  }
  .custom-logo {
    max-width: 110px !important;
  }
  .site-header {
    padding: 10px 0px 0px 0px;
  }
  .col-left {
    display: flex;
    align-items: center;
    min-width: 165px;
    justify-content: space-between;
  }
  #site-navigation {
    display: none;
  }
}
@media (min-width: 1440px) {
  .burger {
    display: none !important;
  }
  .promo-bar.mobile {
    display: none;
  }
  .promo-bar.desktop {
    justify-content: center;
  }
  .menu-toggle-mobile {
    display: none;
  }
  .col-left,
  .col-right {
    justify-content: center;
    max-width: 384px;
  }
  .site-header .info-bar-container {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px 120px !important;
  }
  .main-header {
    width: 100%;
    justify-content: space-between;
    padding: 10px 120px;
  }
  .top-info-bar .info-bar-container {
    padding: 0 120px !important;
  }
  .top-info-bar .info-bar-container .top-info-bar-inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1439px) {
  .promo-bar.desktop {
    display: none;
  }
  .site-header {
    padding: 10px 20px 10px 20px !important;
  }
  .top-info-bar {
    display: none;
  }
  .promo-bar {
    height: 25px;
    padding: 0px;
  }
  .site-header {
    padding: 10px;
  }
  .col-right .col-right-inner a span {
    display: none;
  }
  .main-header {
    gap: 15px;
    display: flex;
    justify-content: space-between;
  }
  .col-left .site-branding img {
    max-width: 110px !important;
  }
  .col-left {
    display: flex;
    justify-content: space-between;
    min-width: 165px;
    align-items: center;
  }
  .col-mid {
    max-width: 50vw;
  }
  .col-right .col-right-inner {
    gap: 15px;
  }
  #site-navigation {
    display: none;
  }
}
.custom-logo-link {
  display: block;
}

.custom-logo {
  display: block;
}

.menu-toggle-mobile {
  display: block;
}
.menu-toggle-mobile svg {
  display: block;
}

.burger {
  display: block;
}

.mobile-filters-container {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 4px solid var(--color-border);
}
.mobile-filters-container .mobile-filters-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--color-brand);
}
.mobile-filters-container .mobile-sidebar-widgets .widget {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.mobile-filters-container .mobile-sidebar-widgets .widget:last-child {
  border-bottom: none;
}
.mobile-filters-container .mobile-sidebar-widgets .widget-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  color: #333;
}
.mobile-filters-container .mobile-sidebar-widgets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-filters-container .mobile-sidebar-widgets ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}
.mobile-filters-container .mobile-sidebar-widgets ul li a {
  color: #555;
  text-decoration: none;
  width: 100%;
}
.mobile-filters-container .mobile-sidebar-widgets ul li a:hover {
  color: var(--color-hover);
}
.mobile-filters-container .mobile-sidebar-widgets ul li .count {
  background: #f1f1f1;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider_wrapper {
  padding-right: 10px;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider {
  margin-bottom: 20px;
  background: #eee;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .ui-slider-range {
  background: #c41e3a;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .ui-slider-handle {
  background: #c41e3a;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider_amount .button {
  width: 100%;
  background: #333;
  color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider_amount .button:hover {
  background: var(--color-hover);
}
.mobile-filters-container .mobile-sidebar-widgets .widget_price_filter .price_slider_amount .price_label {
  font-size: 13px;
  font-weight: 600;
}
.mobile-filters-container .mobile-sidebar-widgets .wc-block-product-filters {
  margin-bottom: 20px;
}
.mobile-filters-container .mobile-sidebar-widgets select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Submenu gizle */
.main-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  z-index: 999;
  padding: 10px 0;
}

.main-navigation ul {
  position: relative;
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  z-index: 999;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  list-style: none;
}
.main-navigation ul li ul.sub-menu li {
  display: block;
  width: 100%;
}
.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease;
}
.main-navigation ul li ul.sub-menu li a:hover {
  background: #f5f5f5;
  color: hsl(355, 80%, 41%);
}
.main-navigation ul li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
}
.main-navigation ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}

.product-card {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.product-card {
  background-color: #FFF;
  /* 	height: $product-card-height; */
  max-height: 100% !important;
  border-radius: 12px;
}
.product-card a {
  outline: none !important;
  text-decoration: none !important;
}
.product-card a:hover {
  text-decoration: none;
  cursor: pointer;
}
.product-card .product-badge.product-badge--sale {
  display: none;
}
.product-card .product_type_simple {
  display: flex;
}

.product-card__info {
  width: 100%;
  display: flex;
  height: 105px;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 0 10px 0px;
}

.product-card__body {
  min-height: 180px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-card__image img {
  width: 180px;
}

.product-card__title {
  font-weight: 600;
  width: 100%;
  font-size: 15px;
}
.product-card__title a {
  color: hsl(220, 15%, 15%) !important;
}

.product-card__categories {
  width: 100%;
  font-weight: 300;
  font-size: 12px !important;
  opacity: 1 !important;
}
.product-card__categories a {
  color: hsl(0, 0%, 60%);
}

.product-card__price .price {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
.product-card__price .price del {
  color: hsl(0, 0%, 55%);
  font-size: 14px;
}
.product-card__price .price ins {
  color: hsl(355, 80%, 41%);
  font-size: 20px;
  text-decoration: none;
}
.product-card__price .price bdi:not(del bdi) {
  color: hsl(355, 80%, 41%);
  font-size: 17px;
}

.product-card__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-evenly;
}

.product_type_simple,
.add_to_cart_button {
  display: none;
  flex-direction: row;
  overflow: hidden;
  margin-top: auto;
  align-items: center !important;
  font-size: 14px;
  gap: 8px;
  background-color: hsl(0, 0%, 100%);
  color: var(--color-brand);
  padding: 8px 16px !important;
  width: 100%;
  justify-content: center;
  border: var(--color-brand) solid 2px;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.product_type_simple:hover,
.add_to_cart_button:hover {
  background-color: var(--color-brand);
  color: hsl(0, 0%, 100%);
}
.product_type_simple a,
.add_to_cart_button a {
  color: hsl(0, 0%, 100%);
}
.product_type_simple a.moved-cart-button,
.add_to_cart_button a.moved-cart-button {
  color: hsl(0, 0%, 100%) !important;
}

.add_to_cart_button {
  display: flex;
}
.add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath stroke='%23BE1522' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 1.165h.549A1.5 1.5 0 0 1 2.77 2.374l1.542 7.791m0 0 .355 1.791a1.5 1.5 0 0 0 1.471 1.209H15m-10.688-3H14.58a1.5 1.5 0 0 0 1.455-1.136l1.171-3a1.5 1.5 0 0 0-1.455-1.864m-6-2.625v2.625m0 0V6.79m0-2.625h2.625m-2.625 0H7.125m.375 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm7.5 0a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.add_to_cart_button:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M.75 1.165h.549A1.5 1.5 0 0 1 2.77 2.374l1.542 7.791m0 0 .355 1.791a1.5 1.5 0 0 0 1.471 1.209H15m-10.688-3H14.58a1.5 1.5 0 0 0 1.455-1.136l1.171-3a1.5 1.5 0 0 0-1.455-1.864m-6-2.625v2.625m0 0V6.79m0-2.625h2.625m-2.625 0H7.125m.375 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm7.5 0a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z'/%3E%3C/svg%3E");
}

.cart-success-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 16px;
  background: hsl(150, 60%, 40%);
  color: hsl(0, 0%, 100%);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.slide-up-out {
  animation: slideUpOut 0.3s ease forwards;
}

.slide-down-in {
  animation: slideDownIn 0.3s ease forwards;
}

@keyframes slideUpOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideDownIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.wp-block-product-new {
  margin-top: 80px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
}
.site-footer a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}
.site-footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-brand);
  transition: width 0.3s ease;
}
.site-footer a:hover {
  color: var(--color-brand);
}
.site-footer a:hover::after {
  width: 100%;
}
.site-footer a:focus-visible {
  color: var(--color-brand);
  outline: none;
}
.site-footer a:focus-visible::after {
  width: 100%;
}
.site-footer ul,
.site-footer li,
.site-footer section {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer p {
  margin: 0;
}
.site-footer {
  width: 100%;
}

.footer_title {
  color: hsl(220, 15%, 15%);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.footer_top_container {
  border-top: 1px solid rgba(28, 28, 28, 0.1098);
}

.footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 120px;
  max-width: 1440px;
  margin: auto;
}

.footer_mid {
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_bottom_container {
  display: flex;
  background-color: #000;
}

.footer_bottom,
.footer_mid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  font-size: 15px;
  width: 100%;
  max-width: 1440px;
  color: #fff;
  padding: 10px 120px;
}

.footer_mid {
  justify-content: end;
}

.footer_ab,
.footer_cd {
  padding: 30px 0px;
  width: 588px;
}

.footer_section_a li, .footer_section_a ul, .footer_section_a .footer_content,
.footer_section_b li,
.footer_section_b ul,
.footer_section_b .footer_content,
.footer_section_c li,
.footer_section_c ul,
.footer_section_c .footer_content,
.footer_section_d li,
.footer_section_d ul,
.footer_section_d .footer_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer_section_a,
.footer_section_b,
.footer_section_c,
.footer_section_d {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.footer_ab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_cd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 15px;
  color: #696969;
}

.footer_cats {
  overflow-y: scroll;
  max-height: 250px;
  /* width */
}
.footer_cats::-webkit-scrollbar {
  width: 5px;
}
.footer_cats {
  /* Track */
}
.footer_cats::-webkit-scrollbar-track {
  background: none;
}
.footer_cats {
  /* Handle */
}
.footer_cats::-webkit-scrollbar-thumb {
  background: #E6E6E6 !important;
}
.footer_cats::-webkit-scrollbar-thumb:horizontal {
  background: none !important;
}
.footer_cats {
  /* Handle on hover */
}
.footer_cats::-webkit-scrollbar-thumb:hover {
  background: none;
}

.footer_bottom_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_bottom_right {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1260px) {
  .footer_top,
  .footer_mid,
  .footer_bottom {
    padding: 20px;
  }
  .footer_top {
    flex-direction: row;
  }
  .footer_bottom {
    flex-direction: row;
    font-size: 12px;
  }
  .footer_title {
    font-size: 20px;
  }
  .footer_bottom_right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  }
  .footer_ab,
  .footer_cd {
    padding: 30px 0px;
    width: unset;
  }
  .footer_section_a,
  .footer_section_b,
  .footer_section_c,
  .footer_section_d {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    width: 168px;
  }
  .footer_bottom_left {
    align-items: center;
    margin-top: 20px;
  }
}
/* Mobil 768-1 */
@media (max-width: 767px) {
  .footer_top,
  .footer_mid,
  .footer_bottom {
    padding: 20px;
  }
  .footer_top {
    flex-direction: column;
  }
  .footer_bottom {
    flex-direction: column-reverse;
    font-size: 12px;
  }
  .footer_title {
    font-size: 20px;
  }
  .footer_bottom_right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  }
  .footer_ab,
  .footer_cd {
    padding: 30px 0px;
    width: unset;
  }
  .footer_section_a,
  .footer_section_b,
  .footer_section_c,
  .footer_section_d {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    width: 168px;
  }
  .footer_bottom_left {
    align-items: center;
    margin-top: 20px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}

/* -- WooCommerce Archives -- */
.below-woocommerce-category {
  clear: both;
  margin: 20px 0 40px 0;
  font-size: 15px;
  border: 1px solid #eee;
  padding: 25px;
}

.below-woocommerce-category table tr td {
  border-bottom: 1px solid #eee;
  padding-left: 0;
}

.below-woocommerce-category p:last-child {
  margin: 0;
}

.below-woocommerce-category figure {
  margin: 40px 0;
}

.tax-product_cat header.woocommerce-products-header {
  display: flex;
  background-color: #efeee3;
  align-items: center;
}

header.woocommerce-products-header.description-exists,
header.woocommerce-products-header.image-exists {
  padding-bottom: 0;
}

header.woocommerce-products-header:not(.description-exists) img {
  width: 100%;
}

.tax-product_cat .term-description {
  padding: 2em;
}

header.woocommerce-products-header img {
  max-width: 50%;
}

.term-description p {
  color: #222;
}

.term-description a {
  text-decoration: underline;
}

.term-description p:only-child {
  margin: 0;
}

/* -- Hide Shop title but keep h1 in markup */
.shop .woocommerce-products-header .woocommerce-products-header__title {
  display: none;
}

.cat-main {
  display: flex;
  justify-content: center;
}

.yk-shop-layout {
  width: 100%;
  max-width: 1440px;
}

.shop-container {
  display: flex;
  padding: 0px 0px 120px 0px;
}

.shop-content {
  width: 100%;
  margin-left: 40px;
}

.archive-header {
  display: flex;
  margin: 0px auto;
  justify-content: flex-start;
  width: 100%;
}
.archive-header .woocommerce-breadcrumb {
  display: flex;
  margin: 20px auto;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 16px;
  color: #818798;
  text-decoration: none;
  transition: color 0.3s ease;
}
.archive-header .woocommerce-breadcrumb a {
  cursor: pointer;
  color: #818798;
}
.archive-header .woocommerce-breadcrumb a:hover {
  color: var(--color-brand);
}

.shop-sidebar {
  padding: 30px;
  width: 283px;
  flex-shrink: 0;
  padding-right: 20px;
  border: 1px solid var(--color-border);
  background: #FDFBFB;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

.results .woocommerce-notices-wrapper {
  display: none;
}

.product-card__meta {
  display: none;
}

#block-7,
.wp-block-woocommerce-product-filters,
.wc-block-product-filters__overlay,
.wc-block-product-filters__overlay-dialog,
.wc-block-product-filters__overlay-content {
  height: 100%;
}

.wc-block-product-filters__overlay-wrapper {
  height: 100%;
}

.wc-block-product-filters__overlay-content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.shop-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}

.cat-desc {
  width: 445px;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 12px;
  color: black;
}

.category-banner .information {
  background: linear-gradient(135deg, hsl(355, 80%, 51%) 0%, hsl(355, 80%, 41%) 60%);
  border-radius: 16px;
  padding: 40px;
  color: white;
  width: 100%;
}
.category-banner .information h2 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.category-banner .information p {
  color: white;
  text-align: left;
  margin-top: 0px;
}

.banner-img img {
  width: 376px;
  height: 230px;
  border-radius: 0 8px 8px 0;
}

.banner-overlay {
  display: flex;
  width: 100%;
}

.category-banner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 0;
  border-radius: 4px;
  position: relative;
  justify-content: center;
  margin: 0 auto;
}

.orderby {
  background: none;
  padding: 10px;
}

.mobile-filters-on-page {
  display: none;
}

.results {
  display: flex;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  background: none;
  width: 100%;
  margin: 20px 0px 20px 0px;
  align-items: center;
}

.woocommerce-result-count {
  margin: 0;
}

.banner-content {
  background: rgba(233, 150, 154, 0.9);
  padding: 20px;
  color: #fff;
  max-width: 50%;
}

.results.last {
  margin-bottom: 0px;
}

.products {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

/* Mobile - Max Width 768px */
@media (max-width: 768px) {
  .yk-shop-layout {
    padding: 0 10px !important;
  }
  .shop-container {
    flex-direction: column;
  }
  .shop-content {
    margin-left: 40px;
  }
  .shop-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    display: none;
  }
  .results {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    width: 100%;
    min-width: unset !important;
  }
  .products {
    flex-wrap: wrap;
    gap: 5px;
    width: 95vw;
    margin: 0 auto;
  }
  .mobile-filters-on-page {
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    border: 1px solid hsl(0, 0%, 90%);
    margin-top: 35px;
  }
  #open-mobile-filters {
    width: 100%;
    background: none;
  }
  .mobile-filters-on-page .wc-block-product-filters__open-overlay {
    margin-top: auto;
  }
  .category-banner {
    margin: auto;
    height: auto;
  }
  .banner-overlay {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
  }
  .information {
    border-radius: 0;
    width: 100%;
    font-size: 17px;
    text-wrap: wrap;
    height: auto;
  }
  .information .cat-desc {
    width: 100%;
    font-size: 15px;
    display: block;
    position: relative;
  }
  .banner-img {
    width: 90vw;
  }
  .banner-img img {
    width: 90vw;
    height: auto;
    border-radius: 0;
  }
}
/* Tablet - Max Width 1199px */
@media (max-width: 1199px) {
  .yk-shop-layout {
    padding: 0 40px;
  }
  .results {
    width: 100%;
    justify-content: space-between;
  }
  .shop-sidebar {
    display: none;
  }
  main#primary {
    margin: auto;
    max-width: 100%;
  }
  .products {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-banner {
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .information {
    border-radius: 0;
    width: 100%;
    text-wrap: wrap;
  }
  .information .cat-desc {
    font-size: 13px;
    width: 100%;
    display: block;
    position: relative;
  }
  .cat-desc {
    font-size: 13px;
  }
}
/* Desktop - Min Width 1200px */
@media (min-width: 1200px) {
  .shop-container {
    display: flex;
  }
  .yk-shop-layout {
    padding: 0 120px;
  }
  .mobile-filters-container {
    display: none;
  }
  .shop-content {
    margin-left: 40px;
  }
  .products {
    flex-wrap: wrap;
  }
  .cat-desc {
    font-size: 14px;
  }
  .image-exists .term-description {
    width: 50%;
  }
  .no-woocommerce-sidebar .image-exists .term-description {
    width: 70%;
  }
}
.yk-account-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.yk-account-wrapper .account-header {
  background: linear-gradient(135deg, hsl(355, 80%, 51%) 0%, hsl(355, 80%, 41%) 60%);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.yk-account-wrapper .account-header .account-header-content {
  flex: 1;
  min-width: 300px;
}
.yk-account-wrapper .account-header .account-header-content .account-title {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: #fff;
}
.yk-account-wrapper .account-header .account-header-content .account-title strong {
  font-weight: 400;
  font-style: italic;
  color: #ffd700;
}
.yk-account-wrapper .account-header .account-header-content .account-description {
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
}
.yk-account-wrapper .account-header .account-header-actions .logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
}
.yk-account-wrapper .account-header .account-header-actions .logout-btn svg {
  width: 18px;
  height: 18px;
}
.yk-account-wrapper .account-header .account-header-actions .logout-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.yk-account-wrapper .yk-account-container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 20px;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link .svg_container {
  width: unset;
  height: unset;
  flex: none;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li:last-child {
  border-bottom: none;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link {
  background: linear-gradient(135deg, hsl(355, 80%, 51%) 0%, hsl(355, 80%, 41%) 100%);
  color: #fff;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link .svg_container {
  width: unset;
  height: unset;
  flex: none;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link svg path,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link svg circle,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link svg line,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.is-active .account-nav-link svg polyline {
  stroke: #fff;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link svg path,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link svg circle,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link svg line,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link svg polyline {
  stroke: hsl(355, 80%, 41%);
  transition: stroke 0.3s;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link span {
  flex: 1;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link:hover .svg_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: hsl(355, 80%, 41%);
  border-radius: 30px;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link:hover .svg_container svg path,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link:hover .svg_container svg circle,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link:hover .svg_container svg line,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link:hover .svg_container svg polyline {
  stroke: #FFF;
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.woocommerce-MyAccount-navigation-link--customer-logout .account-nav-link {
  color: hsl(355, 80%, 41%);
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.woocommerce-MyAccount-navigation-link--customer-logout .account-nav-link svg path,
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.woocommerce-MyAccount-navigation-link--customer-logout .account-nav-link svg line {
  stroke: hsl(355, 80%, 41%);
}
.yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li.woocommerce-MyAccount-navigation-link--customer-logout .account-nav-link:hover {
  background: #ffffff;
}
.yk-account-wrapper .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  min-height: 400px;
}
.yk-account-wrapper .woocommerce-MyAccount-content h2,
.yk-account-wrapper .woocommerce-MyAccount-content h3 {
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 20px;
}
.yk-account-wrapper .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.yk-account-wrapper .woocommerce-MyAccount-content table thead {
  background: #f9fafb;
}
.yk-account-wrapper .woocommerce-MyAccount-content table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #4b5563;
  border-bottom: 2px solid #e5e7eb;
}
.yk-account-wrapper .woocommerce-MyAccount-content table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s;
}
.yk-account-wrapper .woocommerce-MyAccount-content table tbody tr:hover {
  background: #f9fafb;
}
.yk-account-wrapper .woocommerce-MyAccount-content table tbody tr td {
  padding: 16px;
  color: #374151;
}
.yk-account-wrapper .woocommerce-MyAccount-content .button,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, hsl(355, 80%, 41%) 0%, hsl(355, 80%, 51%) 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row {
  margin-bottom: 20px;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=text],
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=email],
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=password],
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=tel],
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row textarea,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=text]:focus,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=email]:focus,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=password]:focus,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row input[type=tel]:focus,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row textarea:focus,
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-form-row select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 18px;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit {
  font-size: 14px;
  color: #667eea;
  text-decoration: none;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}
.yk-account-wrapper .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  color: #6b7280;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card {
  background: linear-gradient(135deg, hsl(355, 80%, 31%) 0%, hsl(355, 80%, 51%) 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  transition: transform 0.3s;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card:hover {
  transform: translateY(-4px);
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-icon svg {
  width: 40px;
  height: 40px;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-icon svg path,
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-icon svg circle,
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-icon svg line,
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-icon svg polyline {
  stroke: #fff;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #fff;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-stats .stat-card .stat-content p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders {
  margin-top: 40px;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table thead {
  background: #f9fafb;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table thead th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  color: #4b5563;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table tbody td {
  padding: 16px 12px;
  border-bottom: 1px solid #e5e7eb;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table tbody tr:hover {
  background: #f9fafb;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status.status-completed {
  background: #d1fae5;
  color: #065f46;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status.status-processing {
  background: #dbeafe;
  color: #1e40af;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status.status-cancelled, .yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .order-status.status-failed {
  background: #fee2e2;
  color: #991b1b;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .view-order-btn {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .recent-orders-table .view-order-btn:hover {
  text-decoration: underline;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .view-all-orders {
  display: inline-block;
  margin-top: 20px;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
}
.yk-account-wrapper .yk-dashboard-content .dashboard-recent-orders .view-all-orders:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .yk-account-wrapper .yk-account-container {
    grid-template-columns: 1fr;
  }
  .yk-account-wrapper .woocommerce-MyAccount-navigation {
    position: relative;
    top: 0;
  }
  .yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
    padding: 8px;
  }
  .yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li {
    border: none;
    border-radius: 8px;
    overflow: hidden;
  }
  .yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs li .account-nav-link {
    justify-content: center;
  }
  .yk-account-wrapper .account-header {
    padding: 30px 24px;
  }
  .yk-account-wrapper .account-header .account-header-content .account-title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .yk-account-wrapper {
    padding: 20px 12px;
  }
  .yk-account-wrapper .account-header {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .yk-account-wrapper .account-header .account-header-content .account-title {
    font-size: 20px;
  }
  .yk-account-wrapper .account-header .account-header-content .account-description {
    font-size: 14px;
  }
  .yk-account-wrapper .woocommerce-MyAccount-content {
    padding: 20px;
  }
  .yk-account-wrapper .woocommerce-MyAccount-navigation .account-nav-tabs {
    grid-template-columns: 1fr;
  }
  .yk-account-wrapper .yk-dashboard-content .dashboard-stats {
    grid-template-columns: 1fr;
  }
  .yk-account-wrapper .yk-dashboard-content .recent-orders-table {
    font-size: 14px;
  }
  .yk-account-wrapper .yk-dashboard-content .recent-orders-table th,
  .yk-account-wrapper .yk-dashboard-content .recent-orders-table td {
    padding: 8px 6px;
  }
}

.yk-login-register-wrapper,
.yk-lost-password-wrapper,
.yk-reset-password-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.yk-login-register-container,
.yk-lost-password-container,
.yk-reset-password-container {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.yk-form-tabs {
  display: flex;
  background: #f9fafb;
  border-bottom: 2px solid #e5e7eb;
}
.yk-form-tabs .yk-tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  color: #6b7280;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.yk-form-tabs .yk-tab-btn svg {
  width: 20px;
  height: 20px;
}
.yk-form-tabs .yk-tab-btn svg path,
.yk-form-tabs .yk-tab-btn svg circle,
.yk-form-tabs .yk-tab-btn svg line,
.yk-form-tabs .yk-tab-btn svg polyline {
  stroke: #6b7280;
  transition: stroke 0.3s;
}
.yk-form-tabs .yk-tab-btn:hover {
  background: #f3f4f6;
  color: hsl(355, 80%, 41%);
}
.yk-form-tabs .yk-tab-btn:hover svg path,
.yk-form-tabs .yk-tab-btn:hover svg circle,
.yk-form-tabs .yk-tab-btn:hover svg line,
.yk-form-tabs .yk-tab-btn:hover svg polyline {
  stroke: hsl(355, 80%, 41%);
}
.yk-form-tabs .yk-tab-btn.active {
  background: #fff;
  color: hsl(355, 80%, 41%);
}
.yk-form-tabs .yk-tab-btn.active svg path,
.yk-form-tabs .yk-tab-btn.active svg circle,
.yk-form-tabs .yk-tab-btn.active svg line,
.yk-form-tabs .yk-tab-btn.active svg polyline {
  stroke: hsl(355, 80%, 41%);
}
.yk-form-tabs .yk-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: hsl(355, 80%, 41%);
}

.yk-forms-container {
  position: relative;
  padding: 40px;
}

.yk-form-section {
  display: none;
}
.yk-form-section.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.yk-form-header {
  text-align: center;
  margin-bottom: 32px;
}
.yk-form-header .yk-lock-icon,
.yk-form-header .yk-key-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, hsl(355, 80%, 51%) 0%, hsl(355, 80%, 41%) 100%);
  border-radius: 50%;
  margin-bottom: 20px;
}
.yk-form-header .yk-lock-icon svg path,
.yk-form-header .yk-lock-icon svg rect,
.yk-form-header .yk-lock-icon svg circle,
.yk-form-header .yk-lock-icon svg line,
.yk-form-header .yk-key-icon svg path,
.yk-form-header .yk-key-icon svg rect,
.yk-form-header .yk-key-icon svg circle,
.yk-form-header .yk-key-icon svg line {
  stroke: #fff;
}
.yk-form-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 12px 0;
}
.yk-form-header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.yk-form-group {
  margin-bottom: 24px;
}
.yk-form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #374151;
  font-size: 14px;
}
.yk-form-group label svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.yk-form-group label svg path,
.yk-form-group label svg rect,
.yk-form-group label svg circle,
.yk-form-group label svg line,
.yk-form-group label svg polyline,
.yk-form-group label svg polygon {
  stroke: hsl(355, 80%, 41%);
}
.yk-form-group label .required {
  color: #ef4444;
}
.yk-form-group input[type=text],
.yk-form-group input[type=email],
.yk-form-group input[type=password] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s;
  background: #fff;
}
.yk-form-group input[type=text]:focus,
.yk-form-group input[type=email]:focus,
.yk-form-group input[type=password]:focus {
  border: 2px solid var(--color-brand);
  outline: none;
}
.yk-form-group input[type=text]::-moz-placeholder, .yk-form-group input[type=email]::-moz-placeholder, .yk-form-group input[type=password]::-moz-placeholder {
  color: #9ca3af;
}
.yk-form-group input[type=text]::placeholder,
.yk-form-group input[type=email]::placeholder,
.yk-form-group input[type=password]::placeholder {
  color: #9ca3af;
}

.yk-password-wrapper .yk-input-wrap {
  position: relative;
}
.yk-password-wrapper .yk-input-wrap input {
  padding-right: 50px;
}
.yk-password-wrapper .yk-input-wrap .yk-toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 6px;
}
.yk-password-wrapper .yk-input-wrap .yk-toggle-password:hover {
  background: #f3f4f6;
}
.yk-password-wrapper .yk-input-wrap .yk-toggle-password svg {
  width: 20px;
  height: 20px;
}
.yk-password-wrapper .yk-input-wrap .yk-toggle-password svg path,
.yk-password-wrapper .yk-input-wrap .yk-toggle-password svg circle,
.yk-password-wrapper .yk-input-wrap .yk-toggle-password svg line,
.yk-password-wrapper .yk-input-wrap .yk-toggle-password svg polyline {
  stroke: #6b7280;
}

.yk-password-strength {
  margin-top: 8px;
}
.yk-password-strength .strength-bar {
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.yk-password-strength .strength-bar .strength-bar-fill {
  height: 100%;
  width: 0;
  transition: all 0.3s;
  border-radius: 2px;
}
.yk-password-strength .strength-bar .strength-bar-fill.very-weak {
  width: 20%;
  background: #ef4444;
}
.yk-password-strength .strength-bar .strength-bar-fill.weak {
  width: 40%;
  background: #f59e0b;
}
.yk-password-strength .strength-bar .strength-bar-fill.medium {
  width: 60%;
  background: #eab308;
}
.yk-password-strength .strength-bar .strength-bar-fill.strong {
  width: 80%;
  background: #22c55e;
}
.yk-password-strength .strength-bar .strength-bar-fill.very-strong {
  width: 100%;
  background: #10b981;
}
.yk-password-strength .strength-text {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}

.yk-password-match {
  margin-top: 8px;
  min-height: 20px;
}
.yk-password-match .match-text {
  font-size: 13px;
  font-weight: 600;
}

.yk-form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}
.yk-form-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}
.yk-form-options label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: hsl(355, 80%, 41%);
}
.yk-form-options label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.yk-form-options .yk-forgot-password {
  color: hsl(355, 80%, 41%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.yk-form-options .yk-forgot-password:hover {
  text-decoration: underline;
}

.yk-submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.yk-submit-btn svg {
  width: 20px;
  height: 20px;
}
.yk-submit-btn svg path,
.yk-submit-btn svg line,
.yk-submit-btn svg polyline,
.yk-submit-btn svg circle,
.yk-submit-btn svg polygon {
  stroke: var(--color-brand);
}
.yk-submit-btn:hover {
  transform: translateY(-2px);
}
.yk-submit-btn:active {
  transform: translateY(0);
}
.yk-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.yk-info-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: #dbeafe;
  border-left: 4px solid var(--color-brand-strong);
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #1e40af;
  line-height: 1.6;
}
.yk-info-message svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.yk-info-message svg path,
.yk-info-message svg circle,
.yk-info-message svg line {
  stroke: var(--color-brand-strong);
}

.yk-back-to-login {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
.yk-back-to-login a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.yk-back-to-login a svg {
  width: 16px;
  height: 16px;
}
.yk-back-to-login a svg path,
.yk-back-to-login a svg line,
.yk-back-to-login a svg polyline {
  stroke: #6b7280;
  transition: stroke 0.3s;
}
.yk-back-to-login a:hover {
  color: hsl(355, 80%, 41%);
}
.yk-back-to-login a:hover svg path,
.yk-back-to-login a:hover svg line,
.yk-back-to-login a:hover svg polyline {
  stroke: hsl(355, 80%, 41%);
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-decoration: underline;
  font-weight: 600;
}

.woocommerce-message {
  background: #d1fae5;
  color: #065f46;
  border-left: 4px solid #10b981;
}

.woocommerce-error {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

@media (max-width: 640px) {
  .yk-login-register-wrapper,
  .yk-lost-password-wrapper,
  .yk-reset-password-wrapper {
    padding: 20px 12px;
    min-height: 100vh;
  }
  .yk-forms-container {
    padding: 24px 20px;
  }
  .yk-form-header {
    margin-bottom: 24px;
  }
  .yk-form-header .yk-lock-icon,
  .yk-form-header .yk-key-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .yk-form-header .yk-lock-icon svg,
  .yk-form-header .yk-key-icon svg {
    width: 36px;
    height: 36px;
  }
  .yk-form-header h2 {
    font-size: 22px;
  }
  .yk-form-header p {
    font-size: 14px;
  }
  .yk-form-tabs .yk-tab-btn {
    padding: 14px 16px;
    font-size: 14px;
  }
  .yk-form-tabs .yk-tab-btn svg {
    width: 18px;
    height: 18px;
  }
  .yk-form-group {
    margin-bottom: 20px;
  }
  .yk-form-options {
    flex-direction: column;
    align-items: flex-start;
  }
  .yk-submit-btn {
    padding: 14px 20px;
    font-size: 15px;
  }
}
.error-404-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
}

.error-404-container {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.error-404-content {
  background: #fff;
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.error-404-number {
  font-size: 120px;
  font-weight: 900;
  color: var(--color-brand);
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 600px) {
  .error-404-number {
    font-size: 80px;
  }
}

.error-404-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .error-404-title {
    font-size: 24px;
  }
}

.error-404-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 35px;
}

.error-404-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.error-404-actions .btn-primary,
.error-404-actions .btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.error-404-actions .btn-primary {
  background: var(--color-brand);
  color: #fff;
  border: 2px solid var(--color-brand);
}
.error-404-actions .btn-primary:hover {
  background: var(--color-hover);
  border-color: var(--color-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(190, 21, 34, 0.3);
}
.error-404-actions .btn-secondary {
  background: #fff;
  color: var(--color-brand);
  border: 2px solid var(--color-brand);
}
.error-404-actions .btn-secondary:hover {
  background: var(--color-brand);
  color: #fff;
  transform: translateY(-2px);
}

.error-404-search {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.error-404-search p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.error-404-search form {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
.error-404-search form input[type=search] {
  flex: 1;
  padding: 12px 20px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.error-404-search form input[type=search]:focus {
  outline: none;
  border-color: var(--color-brand);
}
.error-404-search form button {
  padding: 12px 25px;
  background: var(--color-brand);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.error-404-search form button:hover {
  background: var(--color-hover);
}
@media (max-width: 600px) {
  .error-404-search form {
    flex-direction: column;
  }
  .error-404-search form input[type=search],
  .error-404-search form button {
    width: 100%;
  }
}

.search-results-page {
  padding: 40px 20px;
  background: #f9f9f9;
  min-height: 60vh;
}

.search-results-container {
  max-width: 1200px;
  margin: 0 auto;
}

.search-header {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.search-header .search-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .search-header .search-title {
    font-size: 22px;
  }
}
.search-header .search-count {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
}
.search-header .search-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.search-header .search-form-wrapper form {
  display: flex;
  gap: 10px;
}
.search-header .search-form-wrapper form input[type=search] {
  flex: 1;
  padding: 14px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
}
.search-header .search-form-wrapper form input[type=search]:focus {
  outline: none;
  border-color: var(--color-brand);
}
.search-header .search-form-wrapper form button {
  padding: 14px 30px;
  background: var(--color-brand);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}
.search-header .search-form-wrapper form button:hover {
  background: var(--color-hover);
}
@media (max-width: 600px) {
  .search-header .search-form-wrapper form {
    flex-direction: column;
  }
  .search-header .search-form-wrapper form input, .search-header .search-form-wrapper form button {
    width: 100%;
  }
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .search-results-grid {
    grid-template-columns: 1fr;
  }
}

.search-result-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}
.search-result-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.search-result-item .post-type-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--color-brand);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
}
.search-result-item .search-result-thumbnail {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #f0f0f0;
}
.search-result-item .search-result-thumbnail a {
  display: block;
  height: 100%;
}
.search-result-item .search-result-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.search-result-item .search-result-thumbnail:hover img {
  transform: scale(1.05);
}
.search-result-item .search-result-content {
  padding: 20px;
}
.search-result-item .search-result-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.search-result-item .search-result-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.search-result-item .search-result-title a:hover {
  color: var(--color-brand);
}
.search-result-item .search-result-meta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}
.search-result-item .search-result-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-result-item .search-result-meta svg {
  flex-shrink: 0;
}
.search-result-item .search-result-meta .meta-price {
  color: var(--color-brand);
  font-weight: 700;
  font-size: 16px;
}
.search-result-item .search-result-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.search-result-item .search-result-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-brand);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s;
}
.search-result-item .search-result-link svg {
  transition: transform 0.3s;
}
.search-result-item .search-result-link:hover {
  gap: 10px;
}
.search-result-item .search-result-link:hover svg {
  transform: translateX(3px);
}

.no-results {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.no-results .no-results-icon {
  margin-bottom: 20px;
}
.no-results .no-results-icon svg {
  stroke: #ddd;
}
.no-results h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.no-results > p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.no-results .no-results-suggestions {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: left;
}
.no-results .no-results-suggestions h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.no-results .no-results-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-results .no-results-suggestions ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #666;
  font-size: 14px;
}
.no-results .no-results-suggestions ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-brand);
  font-weight: bold;
}
.no-results .no-results-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.no-results .no-results-actions .btn-primary,
.no-results .no-results-actions .btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.no-results .no-results-actions .btn-primary {
  background: var(--color-brand);
  color: #fff;
}
.no-results .no-results-actions .btn-primary:hover {
  background: var(--color-hover);
  transform: translateY(-2px);
}
.no-results .no-results-actions .btn-secondary {
  background: #fff;
  color: var(--color-brand);
  border: 2px solid var(--color-brand);
}
.no-results .no-results-actions .btn-secondary:hover {
  background: var(--color-brand);
  color: #fff;
}

.search-pagination {
  margin-top: 40px;
}
.search-pagination .pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.search-pagination .pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}
.search-pagination .pagination .page-numbers:hover {
  background: var(--color-brand);
  color: #fff;
}
.search-pagination .pagination .page-numbers.current {
  background: var(--color-brand);
  color: #fff;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .comments-area {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.comments-area .comments-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 35px;
  color: #1a1a1a;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--color-brand);
  position: relative;
}
@media (max-width: 768px) {
  .comments-area .comments-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.comments-area .comments-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--color-hover);
}
.comments-area .comments-title span {
  color: var(--color-brand);
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.comments-area .comment-list .comment {
  margin-bottom: 30px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  border-left: 4px solid var(--color-brand);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .comments-area .comment-list .comment {
    padding: 20px 15px;
  }
}
.comments-area .comment-list .comment:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.comments-area .comment-list .comment .comment-body {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .comments-area .comment-list .comment .comment-body {
    flex-direction: column;
    gap: 15px;
  }
}
.comments-area .comment-list .comment .comment-author .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .comments-area .comment-list .comment .comment-author .avatar {
    width: 40px;
    height: 40px;
  }
}
.comments-area .comment-list .comment .comment-author .fn {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
}
.comments-area .comment-list .comment .comment-author .fn a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comments-area .comment-list .comment .comment-author .fn a:hover {
  color: var(--color-brand);
}
.comments-area .comment-list .comment .comment-author .says {
  display: none;
}
.comments-area .comment-list .comment .comment-content-wrapper {
  flex: 1;
}
.comments-area .comment-list .comment .comment-metadata {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #999;
  flex-wrap: wrap;
}
.comments-area .comment-list .comment .comment-metadata a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comments-area .comment-list .comment .comment-metadata a:hover {
  color: var(--color-brand);
}
.comments-area .comment-list .comment .comment-metadata .comment-edit-link {
  color: var(--color-brand);
  font-weight: 600;
}
.comments-area .comment-list .comment .comment-metadata .comment-edit-link:hover {
  text-decoration: underline;
}
.comments-area .comment-list .comment .comment-content {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment .comment-content p {
  margin: 0 0 10px;
}
.comments-area .comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment .reply {
  margin-top: 15px;
}
.comments-area .comment-list .comment .reply .comment-reply-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--color-brand);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.comments-area .comment-list .comment .reply .comment-reply-link::before {
  content: "↩";
  font-size: 16px;
}
.comments-area .comment-list .comment .reply .comment-reply-link:hover {
  background: var(--color-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(196, 30, 58, 0.3);
}
.comments-area .comment-list .comment .children {
  list-style: none;
  padding-left: 40px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .comments-area .comment-list .comment .children {
    padding-left: 20px;
  }
}
.comments-area .comment-list .comment .children .comment {
  background: #fff;
  border-left-color: var(--color-hover);
}
.comments-area .comment-list .comment .comment-awaiting-moderation {
  display: inline-block;
  padding: 8px 14px;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
  padding: 20px;
  background: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 15px;
}
.comments-area .comment-list .pingback .comment-body,
.comments-area .comment-list .trackback .comment-body {
  font-size: 14px;
  color: #666;
}
.comments-area .no-comments {
  text-align: center;
  padding: 40px 20px;
  background: #f9f9f9;
  border-radius: 12px;
  color: #999;
  font-size: 15px;
  font-style: italic;
}
.comments-area p.no-comments {
  margin: 30px 0 0;
}

.comment-respond {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}
.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 25px;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}
.comment-respond .comment-reply-title small {
  margin-left: 15px;
}
.comment-respond .comment-reply-title small a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.comment-respond .comment-reply-title small a:hover {
  color: var(--color-brand);
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  color: var(--color-brand);
  text-decoration: none;
  font-weight: 600;
}
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}
.comment-respond .must-log-in {
  padding: 20px;
  background: #f9f9f9;
  border-left: 4px solid var(--color-brand);
  border-radius: 8px;
  margin-bottom: 20px;
}
.comment-respond .must-log-in a {
  color: var(--color-brand);
  font-weight: 700;
  text-decoration: none;
}
.comment-respond .must-log-in a:hover {
  text-decoration: underline;
}
.comment-respond .comment-form {
  display: grid;
  gap: 20px;
}
.comment-respond .comment-form p {
  margin: 0;
}
.comment-respond .comment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.comment-respond .comment-form label .required {
  color: var(--color-brand);
  font-weight: 700;
}
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=email],
.comment-respond .comment-form input[type=url],
.comment-respond .comment-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fff;
}
.comment-respond .comment-form input[type=text]:focus,
.comment-respond .comment-form input[type=email]:focus,
.comment-respond .comment-form input[type=url]:focus,
.comment-respond .comment-form textarea:focus {
  outline: none;
  border-color: var(--color-brand);
  box-shadow: 0 0 0 4px rgba(196, 30, 58, 0.1);
}
.comment-respond .comment-form input[type=text]::-moz-placeholder, .comment-respond .comment-form input[type=email]::-moz-placeholder, .comment-respond .comment-form input[type=url]::-moz-placeholder, .comment-respond .comment-form textarea::-moz-placeholder {
  color: #999;
}
.comment-respond .comment-form input[type=text]::placeholder,
.comment-respond .comment-form input[type=email]::placeholder,
.comment-respond .comment-form input[type=url]::placeholder,
.comment-respond .comment-form textarea::placeholder {
  color: #999;
}
.comment-respond .comment-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    display: inline-block;
    width: calc(33.333% - 14px);
    margin-right: 20px;
  }
  .comment-respond .comment-form .comment-form-author:last-child,
  .comment-respond .comment-form .comment-form-email:last-child,
  .comment-respond .comment-form .comment-form-url:last-child {
    margin-right: 0;
  }
}
.comment-respond .comment-form .comment-form-comment {
  grid-column: 1/-1;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.comment-respond .comment-form .form-submit {
  margin-top: 10px;
}
.comment-respond .comment-form .form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--color-brand);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.comment-respond .comment-form .form-submit .submit:hover {
  background: var(--color-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(196, 30, 58, 0.3);
}
.comment-respond .comment-form .form-submit .submit:active {
  transform: translateY(0);
}
.comment-respond .comment-form .form-submit .submit:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.comment-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .comment-navigation {
    flex-direction: column;
    gap: 15px;
  }
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #f5f5f5;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  background: var(--color-brand);
  color: #fff;
  transform: translateY(-2px);
}
.comment-navigation .nav-previous a::before {
  content: "←";
  font-size: 18px;
}
.comment-navigation .nav-next a::after {
  content: "→";
  font-size: 18px;
}

@media (max-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.category-card-widget {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.category-card-widget p {
  overflow: hidden;
  position: relative;
}
.category-card-widget .card-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
  transition: 0.15s ease-in-out;
  z-index: 2;
  cursor: pointer;
}
.category-card-widget:hover .card-overlay::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.category-card-widget img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 200px;
  transition: 0.25s ease-in-out;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-card-widget:hover img {
  transform: scale(1.1);
}
.category-card-widget .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.category-card-widget .card-content {
  position: relative;
  padding: 1.5em 2em 0;
  color: #fff;
  text-align: left;
  z-index: 4;
}
.category-card-widget .card-content p,
.category-card-widget .card-content strong {
  display: block;
  font-style: normal;
}
.category-card-widget .card-title {
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: -0.3px;
  margin-bottom: 0.5em;
  margin-top: 0px;
}
.category-card-widget .card-description {
  white-space: pre-line;
  margin-bottom: 1.2em;
  font-size: 17px;
}
.category-card-widget .card-button {
  display: inline-block;
  height: 40px;
  padding: 0 50px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #BE1522;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.category-card-widget .card-button:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .category-card-widget {
    width: 100%;
  }
  .category-card-widget img {
    width: 100%;
  }
}
.button,
.btn,
.button-primary,
.btn-primary,
a.button,
.button-normal {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  /* 	background: linear-gradient(135deg, $color__brand 0%, $color__brand-weak 100%);
  color: $color__brand-contrast; */
  border: 2px solid hsl(355, 80%, 41%);
  color: hsl(355, 80%, 41%);
}
.button:hover,
.btn:hover,
.button-primary:hover,
.btn-primary:hover,
a.button:hover,
.button-normal:hover {
  transform: translateY(-2px);
}
.button:active,
.btn:active,
.button-primary:active,
.btn-primary:active,
a.button:active,
.button-normal:active {
  transform: translateY(0);
}
.button:disabled,
.btn:disabled,
.button-primary:disabled,
.btn-primary:disabled,
a.button:disabled,
.button-normal:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.button-secondary,
.btn-secondary {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  background: hsl(0, 0%, 100%);
  color: hsl(355, 80%, 41%);
  border: 2px solid hsl(355, 80%, 41%);
}
.button-secondary:hover,
.btn-secondary:hover {
  background: hsl(355, 80%, 41%);
  color: hsl(0, 0%, 100%);
  transform: translateY(-2px);
}

.button-ghost,
.btn-ghost,
.button-outline,
.btn-outline {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  background: transparent;
  color: hsl(355, 80%, 41%);
  border: 2px solid hsl(355, 80%, 41%);
}
.button-ghost:hover,
.btn-ghost:hover,
.button-outline:hover,
.btn-outline:hover {
  background: rgba(188.19, 20.91, 34.85, 0.1);
}

.button-small,
.btn-sm {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  /* 	background: linear-gradient(135deg, $color__brand 0%, $color__brand-weak 100%);
  color: $color__brand-contrast; */
  border: 2px solid hsl(355, 80%, 41%);
  color: hsl(355, 80%, 41%);
}
.button-small:hover,
.btn-sm:hover {
  transform: translateY(-2px);
}
.button-small:active,
.btn-sm:active {
  transform: translateY(0);
}
.button-small:disabled,
.btn-sm:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.button-small,
.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

.button-large,
.btn-lg {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  /* 	background: linear-gradient(135deg, $color__brand 0%, $color__brand-weak 100%);
  color: $color__brand-contrast; */
  border: 2px solid hsl(355, 80%, 41%);
  color: hsl(355, 80%, 41%);
}
.button-large:hover,
.btn-lg:hover {
  transform: translateY(-2px);
}
.button-large:active,
.btn-lg:active {
  transform: translateY(0);
}
.button-large:disabled,
.btn-lg:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.button-large,
.btn-lg {
  padding: 16px 32px;
  font-size: 18px;
}

.button-block,
.btn-block {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
  /* 	background: linear-gradient(135deg, $color__brand 0%, $color__brand-weak 100%);
  color: $color__brand-contrast; */
  border: 2px solid hsl(355, 80%, 41%);
  color: hsl(355, 80%, 41%);
}
.button-block:hover,
.btn-block:hover {
  transform: translateY(-2px);
}
.button-block:active,
.btn-block:active {
  transform: translateY(0);
}
.button-block:disabled,
.btn-block:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.button-block,
.btn-block {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: hsl(0, 0%, 100%);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: hsl(220, 15%, 15%);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */