@charset "UTF-8";
/*!
Theme Name: Phyto Serenity
Theme URI: http://underscores.me/
Author: Sindi Shishmani
Author URI: http://sindishishmani.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: phyto-serenity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Phyto Serenity is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1c2b36;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
.home {
  background: #fff;
  background-repeat: no-repeat;
  background-position: left top;
}

hr {
  background-color: #ccc;
  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%;
}

/* Links
--------------------------------------------- */
a {
  color: #279c9c;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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: #666;
  border: 1px solid #ccc;
  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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 0;
}

.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;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* 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
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

/* Header
--------------------------------------------- */
.site-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 999999999;
  padding: 1rem 0;
}
.site-header .header-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding {
  display: flex;
  align-items: center;
}
.site-branding .site-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-branding .logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-branding .logo-circle {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #279c9c, #1f7f7f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
.site-branding .site-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1c2b36;
}
.site-branding .site-title a {
  text-decoration: none;
  color: inherit;
}
.site-branding .custom-logo-link img {
  max-height: 50px;
  width: auto;
}

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}
.main-navigation .primary-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.main-navigation .primary-menu-list li a {
  text-decoration: none;
  color: #1c2b36;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.main-navigation .primary-menu-list li a:hover {
  background: #279c9c;
  color: #ffffff;
}
.main-navigation .primary-menu-list li.current-menu-item a {
  background: #279c9c;
  color: #ffffff;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: auto;
  height: auto;
  min-width: 40px;
  min-height: 40px;
}
.menu-toggle .hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
}
.menu-toggle .hamburger-lines span {
  display: block;
  width: 25px;
  height: 3px;
  background: #1c2b36;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
  flex-shrink: 0;
  transform-origin: center;
}
.menu-toggle[aria-expanded=true] .hamburger-lines span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .hamburger-lines span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .hamburger-lines span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.header-cart {
  display: flex;
  align-items: center;
}
.header-cart .cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1c2b36;
  padding: 0;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
}
.header-cart .cart-link:hover {
  background: #279c9c;
  color: #ffffff;
}
.header-cart .cart-link .cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.header-cart .cart-link .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #c53030;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.header-cart .cart-link .cart-text {
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 768px) {
  .header-cart:hover {
    background: #279c9c;
    color: #ffffff;
  }
  .site-header .header-container {
    padding: 0 15px;
  }
  .site-branding {
    flex-shrink: 0;
    order: 0;
    transition: opacity 0.3s ease;
  }
  .site-branding .site-title {
    font-size: 20px;
  }
  .site-branding .logo-circle {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .site-branding .custom-logo-link img {
    max-height: 50px;
  }
  .site-branding.menu-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .menu-toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999999999;
    margin-left: 0;
  }
  .main-navigation {
    position: relative;
    order: 3;
    flex-basis: auto;
  }
  .main-navigation .primary-menu-list {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin: 0;
    padding: 2rem;
    gap: 1rem;
  }
  .main-navigation .primary-menu-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-navigation .primary-menu-list li {
    width: 100%;
    max-width: 400px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .main-navigation .primary-menu-list li a {
    display: block;
    width: 100%;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 500;
  }
  .main-navigation .primary-menu-list.active li {
    opacity: 1;
    transform: translateY(0);
  }
  .main-navigation .primary-menu-list.active li:nth-child(1) {
    transition-delay: 0.05s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(4) {
    transition-delay: 0.2s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(5) {
    transition-delay: 0.25s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(6) {
    transition-delay: 0.3s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(7) {
    transition-delay: 0.35s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(8) {
    transition-delay: 0.4s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(9) {
    transition-delay: 0.45s;
  }
  .main-navigation .primary-menu-list.active li:nth-child(10) {
    transition-delay: 0.5s;
  }
  .header-cart {
    order: 3;
    margin-left: auto;
    position: relative;
    z-index: 999999999;
    transition: opacity 0.3s ease;
    top: -4px;
    right: 60px;
  }
  .header-cart .cart-text {
    display: none;
  }
  .header-cart.menu-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .site-header .header-container {
    padding: 0 10px;
  }
  .site-branding .site-title-wrapper {
    gap: 8px;
  }
  .site-branding .site-title {
    font-size: 18px;
  }
  .site-branding .custom-logo-link img {
    max-height: 40px;
  }
  .main-navigation .primary-menu-list {
    padding: 1.5rem;
  }
  .main-navigation .primary-menu-list li a {
    padding: 14px 20px;
    font-size: 18px;
  }
}
.skip-link.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.skip-link.screen-reader-text:focus {
  background-color: #e6fffa;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  clip: auto !important;
  color: #279c9c;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background: #2c3e50;
  color: #ffffff;
  padding: 3rem 0 2rem;
  margin-top: auto;
}
.site-footer .footer-container {
  margin: 0 auto;
  padding: 0 20px;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

.footer-logo a {
  display: inline-block;
}
.footer-logo .footer-logo-img {
  max-height: 60px;
  width: auto;
  height: auto;
}

.footer-warning .warning-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer-warning .warning-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #b8c5d1;
}
.footer-warning .contact-info .phone, .footer-warning .contact-info .email {
  margin: 0.5rem 0;
  font-size: 14px;
}
.footer-warning .contact-info .phone a, .footer-warning .contact-info .email a {
  color: #b8c5d1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-warning .contact-info .phone a:hover, .footer-warning .contact-info .email a:hover {
  color: #279c9c;
}

.footer-links .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links .footer-menu-list li {
  margin-bottom: 0.75rem;
}
.footer-links .footer-menu-list li a {
  color: #b8c5d1;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.footer-links .footer-menu-list li a:hover {
  color: #279c9c;
}

.footer-newsletter .newsletter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.footer-newsletter .newsletter-form {
  margin-bottom: 1.5rem;
}
.footer-newsletter .newsletter-form .form-group {
  display: flex;
  margin-bottom: 1rem;
  background: #34495e;
  border-radius: 6px;
  overflow: hidden;
}
.footer-newsletter .newsletter-form .form-group input[type=email] {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
}
.footer-newsletter .newsletter-form .form-group input[type=email]::placeholder {
  color: #7f8c8d;
}
.footer-newsletter .newsletter-form .form-group input[type=email]:focus {
  outline: none;
  background: #3d566e;
}
.footer-newsletter .newsletter-form .form-group .newsletter-submit {
  background: #279c9c;
  border: none;
  padding: 12px 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.footer-newsletter .newsletter-form .form-group .newsletter-submit:hover {
  background: #1f7f7f;
}
.footer-newsletter .newsletter-form .form-group .newsletter-submit svg {
  width: 16px;
  height: 16px;
}
.footer-newsletter .newsletter-form .form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer-newsletter .newsletter-form .form-checkbox input[type=checkbox] {
  margin-top: 2px;
  accent-color: #279c9c;
}
.footer-newsletter .newsletter-form .form-checkbox label {
  font-size: 12px;
  line-height: 1.4;
  color: #b8c5d1;
}
.footer-newsletter .login-btn {
  background: transparent;
  border: 2px solid #279c9c;
  color: #279c9c;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.footer-newsletter .login-btn:hover {
  background: #279c9c;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .site-footer .footer-warning {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 2rem 0 1.5rem;
  }
  .site-footer .footer-container {
    padding: 0 15px;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .footer-logo a {
    display: flex;
    justify-content: center;
  }
  .footer-newsletter .newsletter-form .form-group {
    flex-direction: column;
  }
  .footer-newsletter .newsletter-form .form-group input[type=email] {
    border-radius: 6px 6px 0 0;
  }
  .footer-newsletter .newsletter-form .form-group .newsletter-submit {
    border-radius: 0 0 6px 6px;
    padding: 12px;
  }
  .footer-newsletter .newsletter-form .form-checkbox {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-container {
    padding: 0 10px;
  }
  .site-footer .footer-content {
    gap: 1.5rem;
  }
  .footer-warning .warning-text {
    font-size: 13px;
  }
  .footer-newsletter .newsletter-title {
    font-size: 16px;
  }
  .footer-newsletter .form-checkbox label {
    font-size: 11px;
  }
}
/* Default gutenberg blocks
--------------------------------------------- */
.wp-site-blocks > .wp-block-heading,
.wp-site-blocks > p,
.wp-site-blocks > .wp-block-paragraph,
.wp-site-blocks > .wp-block-image,
.wp-site-blocks > .wp-block-list,
.wp-site-blocks > .wp-block-quote,
.wp-site-blocks > .wp-block-separator {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.entry-content > .wp-block-heading,
.entry-content > p,
.entry-content > .wp-block-paragraph,
.entry-content > .wp-block-image,
.entry-content > .wp-block-list,
.entry-content > .wp-block-quote,
.site-content > .wp-block-heading,
.site-content > p,
.site-content > .wp-block-paragraph,
.site-content > .wp-block-image,
.site-content > .wp-block-list,
.site-content > .wp-block-quote {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  .wp-site-blocks > .wp-block-heading,
  .wp-site-blocks > p,
  .wp-site-blocks > .wp-block-paragraph,
  .wp-site-blocks > .wp-block-image,
  .wp-site-blocks > .wp-block-list,
  .wp-site-blocks > .wp-block-quote,
  .entry-content > .wp-block-heading,
  .entry-content > p,
  .entry-content > .wp-block-paragraph,
  .entry-content > .wp-block-image,
  .entry-content > .wp-block-list,
  .entry-content > .wp-block-quote,
  .site-content > .wp-block-heading,
  .site-content > p,
  .site-content > .wp-block-paragraph,
  .site-content > .wp-block-image,
  .site-content > .wp-block-list,
  .site-content > .wp-block-quote {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.has-cardo-font-family {
  font-family: "Loved by the King", sans-serif !important;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 500;
}

.wp-container-core-group-is-layout-c0ca7d81 {
  max-width: 900px;
  margin: 0 auto;
  gap: 30px;
  padding: 0 1rem;
}

/* Contact us page
--------------------------------------------- */
/* Professional Contact Page Styles - Enhanced Visibility */
/* Article Container - Refined spacing */
#post-967.page {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 80px 30px 100px !important;
}

/* Intro Text - More professional typography */
#post-967 .entry-content > p:first-child {
  text-align: center !important;
  font-size: 16px !important;
  color: #6b7c7c !important;
  margin-bottom: 55px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  max-width: 480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  letter-spacing: 0.2px !important;
}

/* Form Container */
.wpforms-container {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* Field Container - Professional spacing */
.wpforms-field-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* Hide honeypot fields completely */
#wpforms-4647-field_4-container,
#wpforms-4647-field_5-container {
  display: none !important;
}

/* Field Wrapper */
.wpforms-field {
  position: relative !important;
}

/* Labels - Professional style with better hierarchy */
.wpforms-field-label,
.wpforms-field legend {
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #334d4d !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.wpforms-field legend {
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}

/* Required Asterisk - Subtle but visible */
.wpforms-required-label {
  color: #d47a7a !important;
  margin-left: 3px !important;
  font-weight: 500 !important;
}

/* Text Inputs and Textarea - Enhanced with background and border */
.wpforms-field input[type=text],
.wpforms-field input[type=email],
.wpforms-field textarea {
  width: 100% !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #1a1a1a !important;
  background-color: #ffffff !important;
  border: 2px solid #d8e3e3 !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.wpforms-field input[type=text]:focus,
.wpforms-field input[type=email]:focus,
.wpforms-field textarea:focus {
  outline: none !important;
  background-color: #ffffff !important;
  border: 2px solid #279c9c !important;
  box-shadow: 0 0 0 3px rgba(39, 156, 156, 0.1) !important;
}

.wpforms-field input[type=text]::placeholder,
.wpforms-field input[type=email]::placeholder,
.wpforms-field textarea::placeholder {
  color: #b0c4c4 !important;
  font-weight: 300 !important;
}

/* Textarea Specific - Better proportions */
.wpforms-field textarea {
  min-height: 140px !important;
  resize: vertical !important;
  line-height: 1.7 !important;
}

/* Name Field - Professional two-column layout */
.wpforms-field-name .wpforms-field-row {
  display: flex !important;
}

.wpforms-field-row-block {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Sublabels - Refined style */
.wpforms-field-sublabel {
  font-size: 11px !important;
  color: #8fa5a5 !important;
  margin-top: 8px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
}

/* Submit Container */
.wpforms-submit-container {
  margin-top: 45px !important;
  text-align: left !important;
}

/* Submit Button - Professional, modern style */
.wpforms-submit {
  background: #279c9c !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  padding: 16px 48px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 12px rgba(44, 95, 95, 0.15) !important;
  display: inline-block !important;
}

.wpforms-submit:hover {
  background: #234b4b !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 20px rgba(44, 95, 95, 0.25) !important;
}

.wpforms-submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 8px rgba(44, 95, 95, 0.2) !important;
}

/* Loading Spinner */
.wpforms-submit-spinner {
  margin-left: 12px !important;
  filter: brightness(0) invert(1) !important;
}

/* Error Messages - Clear and professional */
.wpforms-error {
  color: #c44545 !important;
  font-size: 12px !important;
  margin-top: 8px !important;
  display: block !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
}

/* Success Message - Professional confirmation */
.wpforms-confirmation-container-full {
  background: #f4f9f9 !important;
  border-left: 3px solid #279c9c !important;
  color: #279c9c !important;
  padding: 28px 32px !important;
  border-radius: 4px !important;
  margin-top: 40px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.6 !important;
}

/* Footer Edit Link - Hidden */
.entry-footer {
  margin-top: 80px !important;
  text-align: center !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Subtle fade in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wpforms-field {
  animation: fadeInUp 0.5s ease-out backwards !important;
}

.wpforms-field:nth-child(1) {
  animation-delay: 0.05s !important;
}

.wpforms-field:nth-child(2) {
  animation-delay: 0.1s !important;
}

.wpforms-field:nth-child(3) {
  animation-delay: 0.15s !important;
}

.wpforms-field:nth-child(4) {
  animation-delay: 0.2s !important;
}

.wpforms-submit-container {
  animation: fadeInUp 0.5s ease-out 0.25s backwards !important;
}

/* Professional focus indicators */
.wpforms-field input[type=text]:focus + label,
.wpforms-field input[type=email]:focus + label,
.wpforms-field textarea:focus + label {
  color: #279c9c !important;
}

/* Responsive Design - Mobile optimized */
@media (max-width: 768px) {
  #post-967.page {
    padding: 60px 24px 80px !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0;
  }
  .wpforms-one-half {
    width: 100% !important;
  }
  /* Stack name fields on mobile */
  .wpforms-field-name .wpforms-field-row {
    flex-direction: column !important;
    gap: 28px !important;
  }
  .wpforms-submit {
    width: 100% !important;
    padding: 16px 32px !important;
    text-align: center !important;
  }
  .wpforms-submit-container {
    text-align: center !important;
  }
  #post-967 .entry-content > p:first-child {
    font-size: 15px !important;
    margin-bottom: 45px !important;
  }
}
@media (max-width: 480px) {
  #post-967.page {
    padding: 50px 20px 70px !important;
  }
  .wpforms-one-half {
    width: 100% !important;
  }
  #post-967 .entry-content > p:first-child {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }
  .wpforms-field-label,
  .wpforms-field legend {
    font-size: 11px !important;
  }
  .wpforms-field input[type=text],
  .wpforms-field input[type=email],
  .wpforms-field textarea {
    font-size: 16px !important;
    padding: 14px 16px !important;
  }
  .wpforms-submit {
    font-size: 11px !important;
    padding: 15px 36px !important;
    letter-spacing: 1.2px !important;
  }
}
/* Page background - Professional neutral */
body.page-id-967 {
  background: #fafbfb !important;
}

/* Smooth page transition */
#post-967.page {
  animation: fadeIn 0.6s ease-out !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Improve form accessibility and user experience */
.wpforms-field input[type=text]:not(:placeholder-shown),
.wpforms-field input[type=email]:not(:placeholder-shown),
.wpforms-field textarea:not(:placeholder-shown) {
  border-color: #c5d6d6 !important;
}

/* Cart drawer
--------------------------------------------- */
.header-cart {
  position: relative;
}
.header-cart .cart-link,
.header-cart .cart-drawer-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: transparent;
  border: none;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-cart .cart-link:hover,
.header-cart .cart-drawer-trigger:hover {
  opacity: 0.75;
}
.header-cart .cart-link:focus-visible,
.header-cart .cart-drawer-trigger:focus-visible {
  outline: 2px solid #279c9c;
  outline-offset: 2px;
  border-radius: 6px;
}
.header-cart .cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cart .cart-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.header-cart .cart-count,
.header-cart #header-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background: #279c9c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(39, 156, 156, 0.3);
}
.header-cart .cart-count:empty,
.header-cart #header-cart-count:empty {
  display: none;
}

.offcanvas.offcanvas-end#miniCartDrawer {
  width: 420px;
  max-width: 92vw;
  border-left: 1px solid #e8e8e8;
  z-index: 9999 !important;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-header {
  padding: 20px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-header .btn-close {
  opacity: 0.6;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: 2px solid #279c9c;
  outline-offset: 2px;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body::-webkit-scrollbar {
  width: 6px;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 3px;
}
.offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.cart-guarantee {
  padding: 12px 16px !important;
  background: linear-gradient(135deg, #ffb6c1 0%, #ffc0cb 50%, #ffb6c1 100%) !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cart-guarantee::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2.5s ease-in-out infinite;
}
.cart-guarantee:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.cart-reviews {
  padding: 12px 16px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border: 2px dashed #81c784 !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #1a1a1a !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-reviews:hover {
  transform: scale(1.01);
  box-shadow: 0 0 0 4px rgba(129, 199, 132, 0.1);
}

.shipping-info .shipping-free {
  padding: 12px !important;
  background: #e8f5e9 !important;
  color: #81c784 !important;
  border: 1px solid #81c784 !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 12px !important;
}
.shipping-info .shipping-cost {
  padding: 12px !important;
  background: #fff8e1 !important;
  color: #f57f17 !important;
  border: 1px solid #ffb74d !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 12px !important;
}
.shipping-info .shipping-cost div:first-child {
  font-weight: 600 !important;
  margin-bottom: 4px;
}
.shipping-info .shipping-cost div:last-child {
  font-size: 11px !important;
  color: #666666 !important;
}

.sana-helper-products {
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}
.sana-helper-products h4 {
  margin: 0 0 16px 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #666666 !important;
}

.sana-product {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px !important;
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sana-product:not(:last-child) {
  margin-bottom: 8px !important;
}
.sana-product:hover {
  border-color: #279c9c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.sana-product img {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  flex-shrink: 0 !important;
}
.sana-product .sana-product-info {
  flex: 1;
  min-width: 0;
}
.sana-product h5 {
  margin: 0 0 4px 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #1a1a1a !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sana-product .price {
  font-size: 12px;
  font-weight: 700;
  color: #279c9c;
}

.sana-add-btn {
  padding: 8px 12px !important;
  background: #279c9c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.sana-add-btn:hover:not(.loading) {
  background: #3a9b7a !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(39, 156, 156, 0.2);
}
.sana-add-btn:active:not(.loading) {
  transform: translateY(0);
}
.sana-add-btn.loading {
  background: #666666 !important;
  cursor: wait !important;
  opacity: 0.7;
}
.sana-add-btn.success {
  background: #2e7d32 !important;
}
.sana-add-btn.error {
  background: #e53935 !important;
}

.woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.woocommerce-mini-cart__empty-message {
  padding: 48px 20px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-style: italic;
}

.woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-mini-cart-item:hover {
  border-color: #d0d0d0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.woocommerce-mini-cart-item > a:first-child {
  flex-shrink: 0;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-mini-cart-item > a:first-child img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  display: block;
}
.woocommerce-mini-cart-item img.attachment-woocommerce_thumbnail,
.woocommerce-mini-cart-item img[width="600"] {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  max-height: 60px !important;
  object-fit: cover !important;
}
.woocommerce-mini-cart-item .woocommerce-mini-cart-item__details {
  flex: 1;
  min-width: 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-mini-cart-item a:not(.remove):hover {
  color: #279c9c;
}
.woocommerce-mini-cart-item .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}
.woocommerce-mini-cart-item .quantity .amount {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
  white-space: nowrap;
}
.woocommerce-mini-cart-item .remove {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e53935 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  z-index: 10 !important;
  box-shadow: 0 2px 6px rgba(229, 57, 53, 0.3) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-mini-cart-item .remove:hover {
  background: #c62828 !important;
  transform: scale(1.1) rotate(90deg) !important;
  box-shadow: 0 3px 8px rgba(229, 57, 53, 0.4) !important;
}
.woocommerce-mini-cart-item .remove:active {
  transform: scale(0.95) !important;
}

.woocommerce-mini-cart__total,
.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-top: auto;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.woocommerce-mini-cart__total strong,
.cart-subtotal strong {
  font-weight: 700;
}
.woocommerce-mini-cart__total .amount,
.cart-subtotal .amount {
  font-size: 18px;
  font-weight: 700;
  color: #279c9c;
}

.woocommerce-mini-cart__buttons,
.cart-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.woocommerce-mini-cart__buttons .button,
.woocommerce-mini-cart__buttons .view-cart-btn,
.woocommerce-mini-cart__buttons .checkout-btn,
.cart-buttons .button,
.cart-buttons .view-cart-btn,
.cart-buttons .checkout-btn {
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-mini-cart__buttons .button:focus-visible,
.woocommerce-mini-cart__buttons .view-cart-btn:focus-visible,
.woocommerce-mini-cart__buttons .checkout-btn:focus-visible,
.cart-buttons .button:focus-visible,
.cart-buttons .view-cart-btn:focus-visible,
.cart-buttons .checkout-btn:focus-visible {
  outline: 2px solid #279c9c;
  outline-offset: 2px;
}
.woocommerce-mini-cart__buttons .checkout,
.woocommerce-mini-cart__buttons .checkout-btn,
.cart-buttons .checkout,
.cart-buttons .checkout-btn {
  background: #279c9c;
  color: #ffffff;
  border-color: #279c9c;
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.2);
}
.woocommerce-mini-cart__buttons .checkout:hover,
.woocommerce-mini-cart__buttons .checkout-btn:hover,
.cart-buttons .checkout:hover,
.cart-buttons .checkout-btn:hover {
  background: #3a9b7a;
  border-color: #3a9b7a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(39, 156, 156, 0.3);
}
.woocommerce-mini-cart__buttons .checkout:active,
.woocommerce-mini-cart__buttons .checkout-btn:active,
.cart-buttons .checkout:active,
.cart-buttons .checkout-btn:active {
  transform: translateY(0);
}
.woocommerce-mini-cart__buttons .wc-forward,
.woocommerce-mini-cart__buttons .view-cart-btn,
.cart-buttons .wc-forward,
.cart-buttons .view-cart-btn {
  background: transparent;
  color: #279c9c;
  border-color: #279c9c;
}
.woocommerce-mini-cart__buttons .wc-forward:hover,
.woocommerce-mini-cart__buttons .view-cart-btn:hover,
.cart-buttons .wc-forward:hover,
.cart-buttons .view-cart-btn:hover {
  background: #279c9c;
  color: #ffffff;
}

.continue-shopping-wrapper {
  margin: 12px 0;
}
.continue-shopping-wrapper .continue-shopping-btn {
  width: 100%;
  padding: 16px 20px;
  background: #279c9c;
  color: #ffffff;
  border: 2px solid #279c9c;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.continue-shopping-wrapper .continue-shopping-btn:hover {
  background: #279c9c;
  color: #ffffff;
}

.add_to_cart_button.loading {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}
.add_to_cart_button.loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.add_to_cart_button.added {
  background: #2e7d32 !important;
  color: #ffffff !important;
}

.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9998 !important;
  backdrop-filter: blur(2px);
}

body.offcanvas-open {
  overflow: hidden;
}

.site-header,
.header,
#masthead {
  z-index: 9999999999 !important;
}
.site-header.fixed-top,
.header.fixed-top,
#masthead.fixed-top {
  z-index: 1000 !important;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.offcanvas.offcanvas-end.show {
  animation: slideInRight 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
  .offcanvas.offcanvas-end#miniCartDrawer {
    width: 100vw;
    max-width: 100%;
  }
  .offcanvas.offcanvas-end#miniCartDrawer .offcanvas-body {
    padding: 16px;
  }
  .header-cart .cart-text {
    display: none;
  }
  .header-cart .cart-count,
  .header-cart #header-cart-count {
    top: -4px;
    right: -4px;
  }
  .cart-guarantee,
  .cart-reviews {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  .sana-product {
    padding: 8px !important;
  }
  .sana-product img {
    width: 48px !important;
    height: 48px !important;
  }
  .sana-product h5 {
    font-size: 11px !important;
  }
  .sana-add-btn {
    padding: 6px 8px !important;
    font-size: 11px !important;
  }
  .shipping-free,
  .shipping-cost {
    padding: 8px !important;
    font-size: 11px !important;
  }
  .woocommerce-mini-cart-item > a:first-child img {
    width: 50px !important;
    height: 50px !important;
  }
  .woocommerce-mini-cart-item img.attachment-woocommerce_thumbnail {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }
  .woocommerce-mini-cart__total,
  .cart-subtotal {
    font-size: 14px;
  }
  .woocommerce-mini-cart__total .amount,
  .cart-subtotal .amount {
    font-size: 16px;
  }
  .woocommerce-mini-cart__buttons .button,
  .woocommerce-mini-cart__buttons .view-cart-btn,
  .woocommerce-mini-cart__buttons .checkout-btn,
  .cart-buttons .button,
  .cart-buttons .view-cart-btn,
  .cart-buttons .checkout-btn {
    padding: 12px 16px;
    font-size: 12px;
  }
}
@media (prefers-color-scheme: dark) {
  .cart-reviews {
    background: linear-gradient(135deg, #2c2c2c 0%, #3a3a3a 100%) !important;
    color: #f0f0f0 !important;
    border-color: #4a4a4a !important;
  }
  .sana-product {
    background: #2c2c2c !important;
    border-color: #4a4a4a !important;
  }
  .sana-product h5 {
    color: #f0f0f0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media (prefers-contrast: high) {
  .cart-guarantee,
  .cart-reviews,
  .sana-product {
    border: 2px solid currentColor;
  }
  .woocommerce-mini-cart-item {
    border: 2px solid currentColor;
  }
}
/* Quick Add Products Widget Styles */
.quick-add-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #2d3748;
}

.quick-add-products-container {
  margin: 15px 0;
}

.quick-add-product {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #2d3748;
}

.product-custom-text {
  font-size: 12px;
  color: #718096;
  margin-bottom: 5px;
}

.product-price {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}

.quick-add-button {
  margin-left: 15px;
}

.addieren-btn {
  background-color: #4cb48f !important;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  display: inline-block !important;
  text-decoration: none !important;
  text-align: center !important;
}

.addieren-btn:hover {
  background-color: #3a9e7c !important;
}

.addieren-btn.loading {
  opacity: 0.7;
  cursor: wait !important;
}

.addieren-btn.loading:after {
  content: "...";
}

.addieren-btn.added {
  background-color: #3a9e7c !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .quick-add-product {
    flex-wrap: wrap;
  }
  .product-image {
    margin-right: 10px;
  }
  .product-info {
    flex: 1;
    min-width: 0;
  }
  .quick-add-button {
    margin-left: auto;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*
Theme Name: Phyto Serenity

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
.woocommerce .woocommerce-breadcrumb {
  margin-top: 75px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #279c9c;
  text-decoration: none;
  transition: color 0.2s ease;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #1f7f7f;
}
.woocommerce .woocommerce-products-header {
  margin-bottom: 3rem;
  margin-top: 4rem;
  text-align: center;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title,
.woocommerce .woocommerce-products-header .page-title {
  font-size: 38px;
  font-weight: 700;
  color: #1c2b36;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-products-header .term-description {
  color: #64748b;
  line-height: 1.6;
  margin-top: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 1.5rem;
}
.woocommerce .woocommerce-result-count {
  display: none !important;
}
.woocommerce .woocommerce-ordering {
  display: none;
}

ul.products,
.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.75rem !important;
  list-style: none !important;
  margin: 3rem 0 !important;
  padding: 0 !important;
  clear: both;
}
ul.products li.product,
ul.products .product,
.products li.product,
.products .product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  position: relative;
}
ul.products li.product:hover,
ul.products .product:hover,
.products li.product:hover,
.products .product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(39, 156, 156, 0.3);
}
ul.products li.product:hover .woocommerce-loop-product__link img,
ul.products .product:hover .woocommerce-loop-product__link img,
.products li.product:hover .woocommerce-loop-product__link img,
.products .product:hover .woocommerce-loop-product__link img {
  transform: scale(1.08);
}
ul.products li.product:hover .button,
ul.products .product:hover .button,
.products li.product:hover .button,
.products .product:hover .button {
  background: #1f7f7f;
  transform: translateY(-2px);
}
ul.products li.product.outofstock,
ul.products .product.outofstock,
.products li.product.outofstock,
.products .product.outofstock {
  opacity: 0.7;
}
ul.products li.product.outofstock img,
ul.products .product.outofstock img,
.products li.product.outofstock img,
.products .product.outofstock img {
  filter: grayscale(0.5);
}
ul.products li.product.outofstock .product_type_variable,
ul.products .product.outofstock .product_type_variable,
.products li.product.outofstock .product_type_variable,
.products .product.outofstock .product_type_variable {
  pointer-events: none;
  background-color: #cbd5e1 !important;
  color: #64748b !important;
}
ul.products li.product.outofstock .wpcbm-badges,
ul.products .product.outofstock .wpcbm-badges,
.products li.product.outofstock .wpcbm-badges,
.products .product.outofstock .wpcbm-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
}
ul.products li.product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
ul.products .product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
.products li.product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
.products .product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
ul.products li.product .onsale,
ul.products .product .onsale,
.products li.product .onsale,
.products .product .onsale {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}
ul.products li.product a.woocommerce-LoopProduct-link,
ul.products li.product .woocommerce-loop-product__link,
ul.products .product a.woocommerce-LoopProduct-link,
ul.products .product .woocommerce-loop-product__link,
.products li.product a.woocommerce-LoopProduct-link,
.products li.product .woocommerce-loop-product__link,
.products .product a.woocommerce-LoopProduct-link,
.products .product .woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  display: block;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
ul.products li.product a.woocommerce-LoopProduct-link img,
ul.products li.product .woocommerce-loop-product__link img,
ul.products .product a.woocommerce-LoopProduct-link img,
ul.products .product .woocommerce-loop-product__link img,
.products li.product a.woocommerce-LoopProduct-link img,
.products li.product .woocommerce-loop-product__link img,
.products .product a.woocommerce-LoopProduct-link img,
.products .product .woocommerce-loop-product__link img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: auto;
}
ul.products li.product > a,
ul.products .product > a,
.products li.product > a,
.products .product > a {
  text-decoration: none;
}
ul.products li.product .custom_tex,
ul.products .product .custom_tex,
.products li.product .custom_tex,
.products .product .custom_tex {
  text-align: center;
  color: #279c9c;
  font-size: 15px;
  font-weight: 600;
  margin: 0 1.5rem 1rem 1.5rem;
  padding: 0;
  line-height: 1.4;
}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2.woocommerce-loop-product__title,
ul.products .product .woocommerce-loop-product__title,
ul.products .product h2.woocommerce-loop-product__title,
.products li.product .woocommerce-loop-product__title,
.products li.product h2.woocommerce-loop-product__title,
.products .product .woocommerce-loop-product__title,
.products .product h2.woocommerce-loop-product__title {
  font-size: 22px;
  font-weight: 600;
  color: #1c2b36;
  margin: 0 1.5rem 1rem 1.5rem;
  line-height: 1.4;
  min-height: auto;
  display: block;
  text-align: center;
}
ul.products li.product .woocommerce-loop-product__title:hover,
ul.products li.product h2.woocommerce-loop-product__title:hover,
ul.products .product .woocommerce-loop-product__title:hover,
ul.products .product h2.woocommerce-loop-product__title:hover,
.products li.product .woocommerce-loop-product__title:hover,
.products li.product h2.woocommerce-loop-product__title:hover,
.products .product .woocommerce-loop-product__title:hover,
.products .product h2.woocommerce-loop-product__title:hover {
  color: #279c9c;
}
ul.products li.product .price,
ul.products .product .price,
.products li.product .price,
.products .product .price {
  font-size: 24px;
  font-weight: 700;
  color: #279c9c;
  margin: 0 1.5rem 1.25rem 1.5rem;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 32px;
}
ul.products li.product .price del,
ul.products .product .price del,
.products li.product .price del,
.products .product .price del {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  order: -1;
  text-decoration: line-through;
}
ul.products li.product .price ins,
ul.products .product .price ins,
.products li.product .price ins,
.products .product .price ins {
  text-decoration: none;
}
ul.products li.product:not(:has(.star-rating)) .price,
ul.products .product:not(:has(.star-rating)) .price,
.products li.product:not(:has(.star-rating)) .price,
.products .product:not(:has(.star-rating)) .price {
  margin-top: 2rem;
}
ul.products li.product .button,
ul.products li.product a.button,
ul.products .product .button,
ul.products .product a.button,
.products li.product .button,
.products li.product a.button,
.products .product .button,
.products .product a.button {
  background: #279c9c;
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  margin: 0.75rem 1.5rem 1.5rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  text-decoration: none;
  display: block;
  width: calc(100% - 3rem);
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.25);
  margin-top: auto;
}
ul.products li.product .button:hover,
ul.products li.product a.button:hover,
ul.products .product .button:hover,
ul.products .product a.button:hover,
.products li.product .button:hover,
.products li.product a.button:hover,
.products .product .button:hover,
.products .product a.button:hover {
  background: #1f7f7f;
  box-shadow: 0 8px 20px rgba(39, 156, 156, 0.4);
}
ul.products li.product .button:active,
ul.products li.product a.button:active,
ul.products .product .button:active,
ul.products .product a.button:active,
.products li.product .button:active,
.products li.product a.button:active,
.products .product .button:active,
.products .product a.button:active {
  transform: translateY(0);
}
ul.products li.product .button.loading,
ul.products li.product a.button.loading,
ul.products .product .button.loading,
ul.products .product a.button.loading,
.products li.product .button.loading,
.products li.product a.button.loading,
.products .product .button.loading,
.products .product a.button.loading {
  opacity: 0.8;
  cursor: wait;
}
ul.products li.product .button.loading::after,
ul.products li.product a.button.loading::after,
ul.products .product .button.loading::after,
ul.products .product a.button.loading::after,
.products li.product .button.loading::after,
.products li.product a.button.loading::after,
.products .product .button.loading::after,
.products .product a.button.loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
}
ul.products li.product .button.added,
ul.products li.product a.button.added,
ul.products .product .button.added,
ul.products .product a.button.added,
.products li.product .button.added,
.products li.product a.button.added,
.products .product .button.added,
.products .product a.button.added {
  background: #10b981;
}
ul.products li.product .button.added::after,
ul.products li.product a.button.added::after,
ul.products .product .button.added::after,
ul.products .product a.button.added::after,
.products li.product .button.added::after,
.products li.product a.button.added::after,
.products .product .button.added::after,
.products .product a.button.added::after {
  content: " ✓";
  margin-left: 6px;
}
ul.products li.product .screen-reader-text,
ul.products .product .screen-reader-text,
.products li.product .screen-reader-text,
.products .product .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
ul.products li.product .gtm4wp_productdata,
ul.products .product .gtm4wp_productdata,
.products li.product .gtm4wp_productdata,
.products .product .gtm4wp_productdata {
  display: none !important;
}

.woocommerce-pagination {
  margin-top: 4rem;
  text-align: center;
  clear: both;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 10px 14px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  color: #1c2b36;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: rgba(39, 156, 156, 0.1);
  border-color: #279c9c;
  color: #279c9c;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #279c9c;
  border-color: #279c9c;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.3);
}

.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-error,
.woocommerce-message {
  background: rgba(39, 156, 156, 0.05);
  border-left: 4px solid #279c9c;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
  color: #1c2b36;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  ul.products,
  .products {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-products-header {
    margin-bottom: 2rem;
  }
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title,
  .woocommerce .woocommerce-products-header .page-title {
    font-size: 28px;
  }
  ul.products,
  .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
    margin-top: 2rem !important;
  }
  ul.products li.product .woocommerce-loop-product__link,
  ul.products .product .woocommerce-loop-product__link,
  .products li.product .woocommerce-loop-product__link,
  .products .product .woocommerce-loop-product__link {
    padding: 2rem 1rem 1.25rem 1rem;
  }
  ul.products li.product .custom_tex,
  ul.products .product .custom_tex,
  .products li.product .custom_tex,
  .products .product .custom_tex {
    font-size: 14px;
    margin: 0 1.25rem 0.85rem 1.25rem;
  }
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2.woocommerce-loop-product__title,
  ul.products .product .woocommerce-loop-product__title,
  ul.products .product h2.woocommerce-loop-product__title,
  .products li.product .woocommerce-loop-product__title,
  .products li.product h2.woocommerce-loop-product__title,
  .products .product .woocommerce-loop-product__title,
  .products .product h2.woocommerce-loop-product__title {
    font-size: 17px;
    margin: 0 1.25rem 0.85rem 1.25rem;
  }
  ul.products li.product .star-rating,
  ul.products .product .star-rating,
  .products li.product .star-rating,
  .products .product .star-rating {
    margin: 0 auto 0.85rem auto;
    transform: scale(0.95);
    transform-origin: center;
  }
  ul.products li.product .price,
  ul.products .product .price,
  .products li.product .price,
  .products .product .price {
    font-size: 20px;
    margin: 0 1.25rem 1rem 1.25rem;
  }
  ul.products li.product .price del,
  ul.products .product .price del,
  .products li.product .price del,
  .products .product .price del {
    font-size: 16px;
  }
  ul.products li.product .button,
  ul.products .product .button,
  .products li.product .button,
  .products .product .button {
    padding: 12px 20px;
    margin: 0.5rem 1.25rem 1.25rem 1.25rem;
    width: calc(100% - 2.5rem);
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title,
  .woocommerce .woocommerce-products-header .page-title {
    font-size: 24px;
  }
  ul.products,
  .products {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem !important;
  }
  ul.products li.product,
  ul.products .product,
  .products li.product,
  .products .product {
    border-radius: 12px;
  }
  ul.products li.product.outofstock .wpcbm-badges,
  ul.products .product.outofstock .wpcbm-badges,
  .products li.product.outofstock .wpcbm-badges,
  .products .product.outofstock .wpcbm-badges {
    top: 10px;
    left: 10px;
  }
  ul.products li.product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
  ul.products .product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
  .products li.product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner,
  .products .product.outofstock .wpcbm-badges .wpcbm-badge .wpcbm-badge-inner {
    padding: 5px 10px;
    font-size: 10px;
  }
  ul.products li.product .onsale,
  ul.products .product .onsale,
  .products li.product .onsale,
  .products .product .onsale {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 10px;
  }
  ul.products li.product .woocommerce-loop-product__link,
  ul.products .product .woocommerce-loop-product__link,
  .products li.product .woocommerce-loop-product__link,
  .products .product .woocommerce-loop-product__link {
    padding: 1.5rem 0.75rem 1rem 0.75rem;
  }
  ul.products li.product .custom_tex,
  ul.products .product .custom_tex,
  .products li.product .custom_tex,
  .products .product .custom_tex {
    font-size: 13px;
    margin: 0 1rem 0.75rem 1rem;
  }
  ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2.woocommerce-loop-product__title,
  ul.products .product .woocommerce-loop-product__title,
  ul.products .product h2.woocommerce-loop-product__title,
  .products li.product .woocommerce-loop-product__title,
  .products li.product h2.woocommerce-loop-product__title,
  .products .product .woocommerce-loop-product__title,
  .products .product h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin: 0 1rem 0.75rem 1rem;
  }
  ul.products li.product .star-rating,
  ul.products .product .star-rating,
  .products li.product .star-rating,
  .products .product .star-rating {
    margin: 0 auto 0.75rem auto;
    transform: scale(0.9);
    transform-origin: center;
  }
  ul.products li.product .price,
  ul.products .product .price,
  .products li.product .price,
  .products .product .price {
    font-size: 18px;
    margin: 0 1rem 0.85rem 1rem;
  }
  ul.products li.product .price del,
  ul.products .product .price del,
  .products li.product .price del,
  .products .product .price del {
    font-size: 14px;
  }
  ul.products li.product .button,
  ul.products .product .button,
  .products li.product .button,
  .products .product .button {
    padding: 11px 18px;
    margin: 0.5rem 1rem 1rem 1rem;
    width: calc(100% - 2rem);
    font-size: 13px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product .star-rating {
  display: none !important;
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce-mini-cart .woocommerce-Price-amount {
  margin-right: 15px;
}

.widget_shopping_cart_content ul.cart_list li {
  align-items: center !important;
}

/**
 * Single product
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#tab-title-additional_information,
#tab-title-reviews {
  display: none;
}

.single-product h6 {
  font-size: 1rem;
}
.single-product .product {
  padding-top: 3rem;
}
.single-product .onsale {
  position: absolute;
  top: 49px;
  left: 120px;
  z-index: 10;
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-product .onsale:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .single-product .onsale {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    left: 0;
  }
}
@media (max-width: 480px) {
  .single-product {
    padding: 2rem 1.5rem;
  }
}

.faq-sec {
  background: #f7fafc;
  padding: 4rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-sec {
    padding: 3rem 0;
  }
}
.faq-sec .elementor-element.container-mx {
  max-width: 1000px !important;
}

.faq-wrapper .acf-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c2b36;
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: -0.03em;
  position: relative;
}
.faq-wrapper .acf-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #279c9c, rgb(64.2, 207.3, 207.3));
  margin: 1rem auto 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .faq-wrapper .acf-section-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 480px) {
  .faq-wrapper .acf-section-title {
    font-size: 1.5rem;
  }
}
.faq-wrapper .section-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  max-width: 800px;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .faq-wrapper .section-description {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

.accordion {
  width: 100%;
}
.accordion__item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.active {
  border-color: #279c9c;
}
.accordion__item.active .accordion__btn {
  background: rgb(245.3, 255, 253.06);
}
.accordion__item.active .accordion__btn .accordion__caption {
  color: #279c9c;
}
.accordion__item.active .accordion__btn .accordion__icon {
  background: #279c9c;
}
.accordion__item.active .accordion__btn .accordion__icon i {
  color: #ffffff;
  transform: rotate(180deg);
}
.accordion__item.active .accordion__content {
  max-height: 2000px;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
@media (max-width: 768px) {
  .accordion__item.active .accordion__content {
    padding: 1.25rem 1.5rem;
  }
}
.accordion__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__btn:hover {
  background: rgb(254.4181818182, 254.6363636364, 254.7818181818);
}
@media (max-width: 768px) {
  .accordion__btn {
    padding: 1.25rem 1.5rem;
  }
}
.accordion__caption {
  font-size: 17px;
  font-weight: 700;
  color: #1c2b36;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .accordion__caption {
    font-size: 15px;
  }
}
.accordion__icon {
  width: 32px;
  height: 32px;
  background: rgb(186.6, 237.9, 237.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__icon i {
  color: #279c9c;
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .accordion__icon {
    width: 28px;
    height: 28px;
  }
  .accordion__icon i {
    font-size: 14px;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content p {
  font-size: 15px;
  line-height: 1.8;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  margin: 0;
}
.accordion__content p br {
  display: block;
  margin: 0.5rem 0;
}
.accordion__content p a {
  color: #279c9c;
  text-decoration: none;
  word-break: break-all;
}
.accordion__content p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .accordion__content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.product-reviews-section {
  background: white;
  padding: 4rem 0 !important;
}
@media (max-width: 768px) {
  .product-reviews-section {
    padding: 3rem 0 !important;
  }
}

.reviews-sx {
  width: 100%;
}
.reviews-sx .e-con-inner {
  width: 100%;
  overflow: hidden;
}

.regular.slider {
  width: 100%;
}
.regular.slider .slick-list {
  overflow: hidden;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .regular.slider .slick-list {
    margin: 0 -0.5rem;
  }
}
.regular.slider .slick-track {
  display: flex;
}
.regular.slider .slick-slide {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .regular.slider .slick-slide {
    padding: 0 0.5rem;
  }
}

.rev-bx {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rev-bx .client-nm {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.25rem;
  border: 3px solid #279c9c;
}
.rev-bx .star {
  max-width: 110px;
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
}
.rev-bx .slide-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}
.rev-bx .slide-title {
  font-size: 14px;
  font-weight: 600;
  color: #48bb78;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rev-bx .slide-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #1c2b36;
}
.rev-bx p {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  font-style: italic;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .rev-bx p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rev-bx {
    padding: 2rem 1.5rem;
  }
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-dots li button:hover {
  border-color: #279c9c;
  background: rgb(166.2, 232.8, 232.8);
}
.slick-dots li.slick-active button {
  background: #279c9c;
  border-color: #279c9c;
  width: 32px;
  border-radius: 6px;
}

.single-product > .related.products,
.single-product section.related.products {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 2rem;
  clear: both;
  width: 100%;
}

@media (max-width: 480px) {
  .acf-product-sections .acf-section {
    padding: 2rem 0;
  }
  .acf-product-sections .acf-container {
    padding: 0 1rem;
  }
}
.woocommerce {
  padding: 0 !important;
}

.woocommerce div.product {
  display: grid !important;
}

.woocommerce div.product div.images {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.savings-badge {
  display: inline-block;
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  color: white;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 0.5rem;
  box-shadow: 0 2px 6px rgba(72, 187, 120, 0.3);
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
}

.single-product .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
  align-items: start;
}
@media (max-width: 968px) {
  .single-product .product {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-product .product > .woocommerce-tabs,
.single-product .product > .related.products,
.single-product .product > section.related {
  grid-column: 1/-1;
}

.woocommerce-product-gallery {
  position: relative;
  width: 100%;
}
.woocommerce-product-gallery__wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.woocommerce-product-gallery__image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f7fafc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 1;
  max-width: 100px;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #279c9c;
}

@media (max-width: 968px) {
  .summary.entry-summary {
    position: relative;
  }
}
.summary .product_title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #1c2b36;
  margin: 0 0 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .summary .product_title {
    font-size: 1.875rem;
  }
}
.summary .price {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.summary .price ins {
  text-decoration: none;
  color: #e53e3e;
  font-weight: 700;
  order: 1;
}
.summary .price del {
  opacity: 0.5;
  font-size: 1.25rem;
  color: #1c2b36;
  font-weight: 500;
  text-decoration: line-through;
  order: 2;
}
.summary .price .price_ins {
  text-decoration: none;
  order: 1;
}
.summary .price .price_del {
  text-decoration: line-through;
  order: 2;
}
.summary .woocommerce-product-details__short-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #1c2b36;
  margin-bottom: 2rem;
}
.summary .woocommerce-product-details__short-description strong {
  color: #1c2b36;
  font-weight: 600;
}
.summary .woocommerce-product-details__short-description ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.summary .woocommerce-product-details__short-description ul li p {
  margin: 0;
}
.summary .woocommerce-product-details__short-description ul li::marker {
  color: #279c9c;
}
.summary .variations_form {
  margin-bottom: 2rem;
}
.summary .variations_form .gmrbw-variations {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation:hover, .summary .variations_form .gmrbw-variations .gmrbw-variation.gmrbw-variation-active {
  border-color: #279c9c;
  background-color: #e6fffa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-parent {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-selector input[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #279c9c;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 640px) {
  .summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info-inner {
  display: contents;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info-inner .gmrbw-variation-name {
  font-weight: 600;
  color: #1c2b36;
  font-size: 1rem;
  grid-column: 1;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info-inner .gmrbw-variation-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  grid-column: 2;
  justify-self: end;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info-inner .gmrbw-variation-price del {
  font-size: 0.95rem;
  opacity: 0.6;
  color: #1c2b36;
  font-weight: 500;
  text-decoration: line-through;
  order: 2;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info-inner .gmrbw-variation-price ins {
  text-decoration: none;
  color: #e53e3e;
  font-weight: 700;
  order: 1;
}
.summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info .gmrbw-variation-availability {
  color: #48bb78;
  font-size: 0.875rem;
  font-weight: 500;
  grid-column: 3;
  justify-self: end;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .summary .variations_form .gmrbw-variations .gmrbw-variation .gmrbw-variation-info .gmrbw-variation-availability {
    grid-column: 1;
    justify-self: start;
  }
}
.summary .variations_form .variations {
  margin-bottom: 1.5rem;
  width: 100%;
}
.summary .variations_form .variations tr {
  border-bottom: 1px solid #e2e8f0;
}
.summary .variations_form .variations tr:last-child {
  border-bottom: none;
}
.summary .variations_form .variations tr .label {
  padding: 1rem 1rem 1rem 0;
  font-weight: 600;
  color: #279c9c;
  text-transform: capitalize;
  width: 30%;
}
.summary .variations_form .variations tr .value {
  padding: 1rem 0;
}
.summary .variations_form .variations tr .value select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  color: #1c2b36;
  background-color: white;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.summary .variations_form .variations tr .value select:hover, .summary .variations_form .variations tr .value select:focus {
  border-color: #279c9c;
  outline: none;
}
.summary .variations_form .variations tr .value .reset_variations {
  display: inline-block;
  margin-left: 1rem;
  color: #279c9c;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.summary .variations_form .variations tr .value .reset_variations:hover {
  color: #1f7f7f;
}
.summary .variations_form .single_variation_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 100px;
}
@media (max-width: 480px) {
  .summary .variations_form .single_variation_wrap {
    gap: 0;
    flex-direction: column;
  }
}
.summary .variations_form .single_variation_wrap .woocommerce-variation {
  margin-bottom: 1.5rem;
}
.summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #279c9c;
  margin-bottom: 1rem;
}
.summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: inherit;
  margin: 0;
}
.summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
  font-size: 1.125rem;
  opacity: 0.6;
  color: #1c2b36;
  text-decoration: line-through;
  order: 2;
}
.summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  text-decoration: none;
  color: #e53e3e;
  font-weight: 700;
  order: 1;
}
.summary .variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  color: #48bb78;
  font-weight: 500;
  margin-bottom: 1rem;
}
.summary .variations_form .single_variation_wrap .variations_button {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 480px) {
  .summary .variations_form .single_variation_wrap .variations_button {
    flex-direction: column;
  }
}
.summary .variations_form .single_variation_wrap .variations_button .quantity {
  display: none !important;
}
.summary .variations_form .single_variation_wrap .variations_button .quantity input.qty {
  width: 80px;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 480px) {
  .summary .variations_form .single_variation_wrap .variations_button .quantity input.qty {
    width: 100%;
  }
}
.summary .variations_form .single_variation_wrap .variations_button .quantity input.qty:hover, .summary .variations_form .single_variation_wrap .variations_button .quantity input.qty:focus {
  border-color: #279c9c;
  outline: none;
}
.summary .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button {
  flex: 1;
  padding: 0.575rem 1rem;
  background: #279c9c;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  height: 56px;
  min-height: 56px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.summary .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button:hover {
  background: #1f7f7f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.3);
}
.summary .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button:active {
  transform: translateY(0);
}
.summary .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
@media (min-width: 360px) {
  .summary .variations_form .single_variation_wrap .variations_button .single_add_to_cart_button {
    padding: 0.9375rem 1.125rem;
    font-size: 0.9375rem;
    height: 60px;
  }
}
.summary .product_meta {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-tabs {
  grid-column: 1/-1;
}
.woocommerce-tabs h2 {
  display: none;
}
.woocommerce-tabs .tabs {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.woocommerce-tabs .tabs li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #1c2b36;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-tabs .tabs li a:hover {
  color: #279c9c;
}
.woocommerce-tabs .tabs li.active a {
  color: #279c9c;
  border-bottom-color: #279c9c;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  line-height: 1.7;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.5rem;
  color: #1c2b36;
  margin-bottom: 1rem;
  font-weight: 600;
}
.woocommerce-tabs .woocommerce-Tabs-panel h4,
.woocommerce-tabs .woocommerce-Tabs-panel h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #1c2b36;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 1rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 0;
  margin-bottom: 1rem;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li {
  margin-bottom: 0.5rem;
}

.related.products,
section.related.products {
  margin-top: 3rem;
}
.related.products h2,
section.related.products h2 {
  font-size: 2rem;
  color: #279c9c;
  margin-bottom: 2rem;
}
.related.products ul.products,
section.related.products ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .related.products ul.products,
  section.related.products ul.products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }
}
.related.products ul.products li.product,
section.related.products ul.products li.product {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
}
.related.products ul.products li.product:hover,
section.related.products ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.related.products ul.products li.product a,
section.related.products ul.products li.product a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.related.products ul.products li.product .wpcbm-wrapper,
.related.products ul.products li.product .woocommerce-loop-product__link img,
section.related.products ul.products li.product .wpcbm-wrapper,
section.related.products ul.products li.product .woocommerce-loop-product__link img {
  width: 100%;
  height: auto;
  display: block;
}
.related.products ul.products li.product .woocommerce-loop-product__title,
section.related.products ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  margin: 1rem;
  color: #1c2b36;
  font-weight: 600;
}
.related.products ul.products li.product .star-rating,
section.related.products ul.products li.product .star-rating {
  margin: 0 1rem;
  font-size: 0.875rem;
}
.related.products ul.products li.product .price,
section.related.products ul.products li.product .price {
  margin: 0.5rem 1rem 1rem;
  font-weight: 700;
  color: #279c9c;
  display: block;
}
.related.products ul.products li.product .button,
section.related.products ul.products li.product .button {
  margin: 0 1rem 1rem;
  padding: 0.75rem 1.5rem;
  background: #279c9c;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.related.products ul.products li.product .button:hover,
section.related.products ul.products li.product .button:hover {
  background: #1f7f7f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.3);
}

.acf-product-sections {
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.acf-product-sections .acf-section {
  clear: both;
  width: 100%;
  padding: 4rem 0;
}
.acf-product-sections .acf-section:first-child {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .acf-product-sections .acf-section {
    padding: 3rem 0;
  }
  .acf-product-sections .acf-section:first-child {
    padding-top: 2rem;
  }
}
@media (max-width: 480px) {
  .acf-product-sections .acf-section {
    padding: 2rem 0;
  }
}
.acf-product-sections .acf-container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .acf-product-sections .acf-container {
    padding: 0 1rem;
  }
}
.acf-product-sections .acf-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c2b36;
  text-align: center;
  margin: 0 0 3rem;
  letter-spacing: -0.03em;
  position: relative;
}
.acf-product-sections .acf-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #279c9c, rgb(64.2, 207.3, 207.3));
  margin: 1rem auto 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .acf-product-sections .acf-section-title {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 480px) {
  .acf-product-sections .acf-section-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.steps-wrapper .section-description,
.ingredients-wrapper .section-description,
.reviews-wrapper .section-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  max-width: 800px;
  margin: -1.5rem auto 3rem;
}
@media (max-width: 768px) {
  .steps-wrapper .section-description,
  .ingredients-wrapper .section-description,
  .reviews-wrapper .section-description {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

.container-mx {
  max-width: 1400px;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .container-mx {
    padding: 0 1rem !important;
  }
}

.e-con-inner {
  width: 100%;
}

.e-con-grid {
  display: grid;
  gap: 2rem;
}
.e-con-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .e-con-grid.grid-2 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.e-con-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .e-con-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .e-con-grid.grid-3 {
    grid-template-columns: 1fr;
  }
}
.e-con-grid.g-gap-50 {
  gap: 20px;
}
@media (max-width: 768px) {
  .e-con-grid.g-gap-50 {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .e-con-grid.g-gap-50 {
    gap: 1.5rem;
  }
}

.e-con-boxed {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
@media (max-width: 480px) {
  .e-con-boxed {
    padding: 1.5rem;
  }
}

.elementor-icon-box-icon {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-icon-box-icon img {
  max-width: 80px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .elementor-icon-box-icon img {
    max-width: 64px;
  }
}

.elementor-icon-box-txt h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 0 0 0.75rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .elementor-icon-box-txt h4 {
    font-size: 1rem;
  }
}
.elementor-icon-box-txt p {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
  margin: 0;
}
@media (max-width: 768px) {
  .elementor-icon-box-txt p {
    font-size: 14px;
  }
}

.product-ingredients-section {
  background: rgb(254.4181818182, 254.6363636364, 254.7818181818);
}

.ingredients-wrapper-sidebar {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 968px) {
  .ingredients-wrapper-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.ingredients-sidebar {
  background: linear-gradient(135deg, #7c5caa 0%, #5e4589 100%);
  border-radius: 16px;
  padding: 2.5rem;
  color: #ffffff;
  position: sticky;
  top: 2rem;
}
@media (max-width: 968px) {
  .ingredients-sidebar {
    position: relative;
    top: 0;
  }
}
.ingredients-sidebar .sidebar-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.ingredients-sidebar .sidebar-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
.ingredients-sidebar .sidebar-image {
  margin-top: 2rem;
}
.ingredients-sidebar .sidebar-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ingredients-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .ingredients-content {
    gap: 1.5rem;
  }
}

.ingredient-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
}
@media (max-width: 640px) {
  .ingredient-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    align-items: flex-start;
  }
}

.ingredient-icon {
  width: 100px;
  height: 100px;
  background: rgb(186.6, 237.9, 237.9);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 1rem;
}
.ingredient-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 640px) {
  .ingredient-icon {
    width: 80px;
    height: 80px;
    padding: 0.75rem;
  }
}

.ingredient-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 0 0 0.75rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .ingredient-text h3 {
    font-size: 1.125rem;
  }
}
.ingredient-text p {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  margin: 0;
}
@media (max-width: 768px) {
  .ingredient-text p {
    font-size: 14px;
  }
}

.elementor-col-7 {
  width: 100%;
}
.elementor-col-7 .col-inner {
  padding: 0;
}

.product-steps-section {
  background: linear-gradient(180deg, #ffffff 0%, white 100%);
}

.col-row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  counter-reset: step;
}
@media (max-width: 968px) {
  .col-row-2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.step-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  border: 2px solid rgb(145.8, 227.7, 227.7);
  position: relative;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.step-box::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #279c9c 0%, rgb(28.8, 115.2, 115.2) 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.3);
}
.step-box h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 1.5rem 0 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .step-box h4 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .step-box h4 {
    font-size: 1rem;
  }
}
.step-box p {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
  margin: 0;
}
@media (max-width: 768px) {
  .step-box p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .step-box {
    padding: 2rem 1.5rem;
  }
}

.faq-sec {
  background: #f7fafc;
  padding: 4rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-sec {
    padding: 3rem 0;
  }
}
.faq-sec .elementor-element.container-mx {
  max-width: 1000px !important;
}

.faq-wrapper .acf-section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c2b36;
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: -0.03em;
  position: relative;
}
.faq-wrapper .acf-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #279c9c, rgb(64.2, 207.3, 207.3));
  margin: 1rem auto 0;
  border-radius: 2px;
}
.faq-wrapper .section-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  max-width: 800px;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .faq-wrapper .section-description {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

.accordion {
  width: 100%;
}
.accordion__item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.active {
  border-color: #279c9c;
}
.accordion__item.active .accordion__btn {
  background: rgb(245.3, 255, 253.06);
}
.accordion__item.active .accordion__btn .accordion__caption {
  color: #279c9c;
}
.accordion__item.active .accordion__btn .accordion__icon {
  background: #279c9c;
}
.accordion__item.active .accordion__btn .accordion__icon i {
  color: #ffffff;
  transform: rotate(180deg);
}
.accordion__item.active .accordion__content {
  max-height: 2000px;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
@media (max-width: 768px) {
  .accordion__item.active .accordion__content {
    padding: 1.25rem 1.5rem;
  }
}
.accordion__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__btn:hover {
  background: rgb(254.4181818182, 254.6363636364, 254.7818181818);
}
@media (max-width: 768px) {
  .accordion__btn {
    padding: 1.25rem 1.5rem;
  }
}
.accordion__caption {
  font-size: 17px;
  font-weight: 700;
  color: #1c2b36;
  flex: 1;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .accordion__caption {
    font-size: 15px;
  }
}
.accordion__icon {
  width: 32px;
  height: 32px;
  background: rgb(186.6, 237.9, 237.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__icon i {
  color: #279c9c;
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .accordion__icon {
    width: 28px;
    height: 28px;
  }
  .accordion__icon i {
    font-size: 14px;
  }
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__content p {
  font-size: 15px;
  line-height: 1.8;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  margin: 0;
}
.accordion__content p br {
  display: block;
  margin: 0.5rem 0;
}
.accordion__content p a {
  color: #279c9c;
  text-decoration: none;
  word-break: break-all;
}
.accordion__content p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .accordion__content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.product-reviews-section {
  background: white;
  padding: 4rem 0 !important;
}
@media (max-width: 768px) {
  .product-reviews-section {
    padding: 3rem 0 !important;
  }
}

.reviews-sx {
  width: 100%;
}
.reviews-sx .e-con-inner {
  width: 100%;
  overflow: hidden;
}

.regular.slider {
  width: 100%;
}
.regular.slider .slick-list {
  overflow: hidden;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .regular.slider .slick-list {
    margin: 0 -0.5rem;
  }
}
.regular.slider .slick-track {
  display: flex;
}
.regular.slider .slick-slide {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .regular.slider .slick-slide {
    padding: 0 0.5rem;
  }
}

.rev-bx {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rev-bx .client-nm {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.25rem;
  border: 3px solid #279c9c;
}
.rev-bx .star {
  max-width: 110px;
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
}
.rev-bx .slide-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}
.rev-bx .slide-title {
  font-size: 14px;
  font-weight: 600;
  color: #48bb78;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rev-bx .slide-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #1c2b36;
}
.rev-bx p {
  font-size: 15px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  font-style: italic;
  margin: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .rev-bx p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .rev-bx {
    padding: 2rem 1.5rem;
  }
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-dots li button:hover {
  border-color: #279c9c;
  background: rgb(166.2, 232.8, 232.8);
}
.slick-dots li.slick-active button {
  background: #279c9c;
  border-color: #279c9c;
  width: 32px;
  border-radius: 6px;
}

.reviews-wrapper .section-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  max-width: 800px;
  margin: -1.5rem auto 3rem;
}
@media (max-width: 768px) {
  .reviews-wrapper .section-description {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .acf-product-sections .acf-section {
    padding: 2rem 0;
  }
  .acf-product-sections .acf-container {
    padding: 0 1rem;
  }
}
body.single-product .product > .related.products,
body.single-product .product > section.related {
  width: 100%;
  display: block !important;
}

.product-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .product-stock-badge {
    font-size: 0.8125rem;
    padding: 0.45rem 0.85rem;
  }
}
.product-stock-badge .stock-badge-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  animation: pulse 2s ease-in-out infinite;
}
.product-stock-badge.in-stock {
  background: linear-gradient(135deg, #4cb48f 0%, #38a169 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(72, 187, 120, 0.35);
}
.product-stock-badge.in-stock .stock-badge-icon {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.product-stock-badge.low-stock {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
  animation: urgentPulse 1.5s ease-in-out infinite;
}
.product-stock-badge.low-stock .stock-badge-icon {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  animation: pulse 1s ease-in-out infinite;
}
.product-stock-badge.out-of-stock {
  background: linear-gradient(135deg, #718096 0%, #4a5568 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(113, 128, 150, 0.35);
}
.product-stock-badge.out-of-stock .stock-badge-icon {
  background: #ffffff;
  opacity: 0.7;
  animation: none;
}
.product-stock-badge.out-of-stock:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(113, 128, 150, 0.4);
}
.product-stock-badge.on-backorder {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}
.product-stock-badge.on-backorder .stock-badge-icon {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.product-stock-badge.on-backorder:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@keyframes urgentPulse {
  0%, 100% {
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
  }
  50% {
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.5);
  }
}
.summary.entry-summary .product-stock-badge + .product_title {
  margin-top: 0.5rem;
}

/*Banner sale*/
.timer-block {
  padding: 10px;
  background: #4cb48f;
  top: 0;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .timer-block {
    padding: 15px;
  }
}

.product-item span.onsale.perc {
  top: -15px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 70px;
  flex-wrap: nowrap;
  line-height: 16px;
  background: #4cb48f;
  font-size: 11px;
  right: 10px;
  left: inherit;
  position: absolute;
  margin: 0;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 9;
}
@media (min-width: 480px) {
  .product-item span.onsale.perc {
    top: -18px;
    height: 85px;
    width: 85px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .product-item span.onsale.perc {
    top: -20px;
    height: 100px;
    width: 100px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    right: 0;
  }
}

.single-product-relative span.onsale.perc {
  top: -15px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 70px;
  flex-wrap: nowrap;
  line-height: 16px;
  background: #4cb48f;
  font-size: 11px;
  left: auto;
  right: 10px;
}
@media (min-width: 480px) {
  .single-product-relative span.onsale.perc {
    top: -18px;
    height: 85px;
    width: 85px;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .single-product-relative span.onsale.perc {
    top: -20px;
    height: 100px;
    width: 100px;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    left: 480px;
    right: auto;
  }
}

span.tagged_as {
  display: none;
}

.timmer-inner-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .timmer-inner-block {
    padding: 0;
    flex-wrap: nowrap;
  }
}

div#flashsale_counter {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  word-break: break-word;
}
@media (min-width: 480px) {
  div#flashsale_counter {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  div#flashsale_counter {
    font-size: 18px;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  div#flashsale_counter {
    font-size: 20px;
  }
}

.hook-timer-block {
  background: #4cb48f;
  padding: 12px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hook-timer-block {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.hook-timer-block .timmer-inner-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 768px) {
  .hook-timer-block .timmer-inner-block {
    flex-wrap: nowrap;
  }
}

.hook-timer-block #flashsale_counter {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  word-break: break-word;
}
@media (min-width: 480px) {
  .hook-timer-block #flashsale_counter {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .hook-timer-block #flashsale_counter {
    font-size: 18px;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .hook-timer-block #flashsale_counter {
    font-size: 20px;
  }
}

.acf-product-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.acf-product-stars .star {
  display: inline-block;
  line-height: 1;
}

.acf-product-stars .star.filled {
  color: #FFD700;
  text-shadow: 0 0 2px rgba(255, 215, 0, 0.5);
}

.acf-product-stars .star.empty {
  color: #ddd;
}

/* Specific styling for single product pages */
.acf-product-stars.single-product-stars {
  margin: 15px 0;
}

.acf-product-stars.single-product-stars {
  justify-content: flex-start;
}

.acf-product-stars.single-product-stars .star {
  font-size: 20px;
}

/* Specific styling for shop/archive pages */
.acf-product-stars.shop-stars {
  margin: 15px 0 15px 0 !important;
  justify-content: center;
}

.acf-product-stars.shop-stars .star {
  font-size: 16px;
}

.woocommerce-review-link {
  display: none !important;
}

/*Testimonials section*/
.testimonials-outer-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.testimonials-header-single-product {
  text-align: center;
}
.testimonials-header-single-product .section-description {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .testimonials-header-single-product .section-description {
    font-size: 15px;
  }
}

.testimonials-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.testimonial-row.three-cards {
  justify-content: center;
  gap: 20px;
}
.testimonial-row.three-cards .testimonial-card-single-product {
  flex: 1;
  min-width: 280px;
  max-width: calc(33.333% - 14px);
}
.testimonial-row.two-cards {
  justify-content: center;
  gap: 30px;
}
.testimonial-row.two-cards .testimonial-card-single-product {
  flex: 1;
  min-width: 280px;
  max-width: calc(50% - 15px);
}
.testimonial-row.single-card {
  justify-content: center;
}
.testimonial-row.single-card .testimonial-card-single-product {
  flex: 0 0 calc(50% - 15px);
  margin-right: 30px;
}

.testimonial-card-single-product {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 0;
}

.testimonial-story {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.testimonial-story blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-style: italic;
  position: relative;
  quotes: "" " " "" "'" "'";
}
.testimonial-story blockquote:before {
  content: open-quote;
  font-size: 1.2em;
  margin-right: 2px;
}
.testimonial-story blockquote:after {
  content: close-quote;
  font-size: 1.2em;
  margin-left: 2px;
}

.testimonial-author {
  font-size: 14px;
  color: #777;
  text-align: center;
}
.testimonial-author strong {
  color: #333;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.testimonial-author span {
  display: block;
  color: #279c9c;
}

.slick-list {
  overflow: hidden !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  outline: none;
  float: none !important;
  display: flex !important;
}
.slick-slide > div {
  width: 100%;
  display: flex !important;
}

.testimonial-slide-single-product {
  width: 100%;
  display: flex !important;
}

.slick-dots {
  position: relative;
  bottom: 0;
  padding: 15px 0 0 0;
  margin: 0;
}
.slick-dots li button:before {
  font-size: 12px;
}

.clean-testimonials-slider {
  overflow: hidden;
}

.testimonials-outer-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 30px 0 !important;
}

.testimonials-header-single-product {
  text-align: center !important;
  padding: 0 !important;
}
.testimonials-header-single-product .section-description {
  text-align: center !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073) !important;
  max-width: 800px !important;
  margin: 0 auto 3rem !important;
}
@media (max-width: 768px) {
  .testimonials-header-single-product .section-description {
    font-size: 15px !important;
    margin-bottom: 2rem !important;
  }
}

.testimonials-description {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #666 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.testimonial-row {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  justify-content: flex-start !important;
  /* Always left-align all rows */
}
.testimonial-row.three-cards {
  gap: 20px !important;
}
.testimonial-row.three-cards .testimonial-card-single-product {
  flex: 0 0 calc(33.333% - 14px) !important;
  min-width: 280px !important;
  max-width: calc(33.333% - 14px) !important;
  margin-right: 0 !important;
}
.testimonial-row.two-cards {
  gap: 20px !important;
}
.testimonial-row.two-cards .testimonial-card-single-product {
  flex: 0 0 calc(33.333% - 14px) !important;
  min-width: 280px !important;
  max-width: calc(33.333% - 14px) !important;
  margin-right: 0 !important;
}
.testimonial-row.single-card .testimonial-card-single-product {
  flex: 0 0 calc(33.333% - 14px) !important;
  min-width: 280px !important;
  max-width: calc(33.333% - 14px) !important;
  margin-right: 20px !important;
}

.testimonial-card-single-product {
  background: #fff !important;
  padding: 30px !important;
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
}

.testimonial-image {
  width: 250px !important;
  height: 250px !important;
  overflow: hidden !important;
  margin-bottom: 20px !important;
}
.testimonial-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.testimonial-story {
  font-size: 16px !important;
  color: #444 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  width: 100% !important;
}
.testimonial-story blockquote {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-style: italic !important;
  position: relative !important;
  quotes: "" " " "" "'" "'" !important;
}
.testimonial-story blockquote:before {
  content: open-quote !important;
  font-size: 1.2em !important;
  margin-right: 2px !important;
}
.testimonial-story blockquote:after {
  content: close-quote !important;
  font-size: 1.2em !important;
  margin-left: 2px !important;
}

.testimonial-author {
  font-size: 14px !important;
  color: #777 !important;
  text-align: center !important;
}
.testimonial-author strong {
  color: #333 !important;
  display: block !important;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.testimonial-author span {
  display: block !important;
  color: #279c9c !important;
}

.slick-list {
  overflow: hidden !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  outline: none !important;
  float: none !important;
  display: flex !important;
}
.slick-slide > div {
  width: 100% !important;
  display: flex !important;
}

.testimonial-slide-single-product {
  width: 100% !important;
  display: flex !important;
}

.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  padding: 15px 0 0 0 !important;
  margin: 0 !important;
}
.slick-dots li button:before {
  font-size: 12px !important;
}

.clean-testimonials-slider {
  overflow: hidden !important;
}

/* Desktop/Mobile Slider Display Logic */
.mobile-slider {
  display: none !important;
}

@media (max-width: 767px) {
  .desktop-slider {
    display: none !important;
  }
  .mobile-slider {
    display: block !important;
  }
  /* Mobile specific styling - ensure single card takes full width */
  .mobile-slider .testimonial-row.single-card .testimonial-card-single-product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-slider .testimonial-row.single-card {
    justify-content: center !important;
  }
  .testimonial-image {
    width: 100px !important;
    height: 100px !important;
    margin-bottom: 15px !important;
  }
  .testimonial-story {
    margin-bottom: 15px !important;
  }
  .testimonial-story blockquote {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .testimonial-card-single-product {
    padding: 20px !important;
  }
  .testimonial-author {
    margin-top: 0 !important;
  }
  .testimonial-author strong {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .testimonial-author span {
    font-size: 12px !important;
  }
  .testimonials-container {
    padding: 0 15px !important;
  }
  .testimonials-outer-container {
    padding: 10px 0 !important;
  }
  .section-description {
    margin-bottom: 1rem !important;
  }
  .clean-testimonials-slider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.buy-now-button-wrapper {
  text-align: center;
}

.buy-now-btn {
  margin: 3rem 0 6rem 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #1f7f7f;
  color: #ffffff !important;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.buy-now-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 156, 156, 0.3);
}

.buy-now-btn .btn-icon {
  font-size: 1.5rem;
}

.buy-now-btn .btn-text {
  font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .buy-now-btn {
    padding: 16px 30px;
    font-size: 1rem;
    width: 100%;
  }
}
.woocommerce-mini-cart .woocommerce-Price-amount {
  margin-right: 0 !important;
}

/**
 * Checkout
 */
*, *::before, *::after {
  box-sizing: border-box;
}

#post-23 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  #post-23 {
    max-width: 1400px;
    padding: 3rem 2rem;
  }
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 2rem;
  width: 100%;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: rgb(240.2, 255, 252.04);
  border: 2px solid rgb(125.4, 222.6, 222.6);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  color: #1c2b36;
  font-size: 15px;
  position: relative;
  padding-left: 3.5rem;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 1rem 1rem 1rem 3rem;
    font-size: 14px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "ℹ";
  position: absolute;
  left: 1.5rem;
  font-size: 20px;
  color: #279c9c;
  font-weight: 700;
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  color: #279c9c;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  color: #1f7f7f;
  text-decoration: underline;
}

.checkout_coupon {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
  .checkout_coupon {
    padding: 1rem;
  }
}
.checkout_coupon p:first-child {
  font-size: 15px;
  color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
  margin-bottom: 1.5rem;
}
.checkout_coupon .form-row {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .checkout_coupon .form-row-first,
  .checkout_coupon .form-row-last {
    width: calc(50% - 0.5rem);
    float: left;
  }
}
@media (max-width: 768px) {
  .checkout_coupon .form-row-first,
  .checkout_coupon .form-row-last {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .checkout_coupon .form-row-first {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .checkout_coupon .form-row-first {
    margin-right: 0;
  }
}
.checkout_coupon input.input-text {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkout_coupon input.input-text:focus {
  outline: none;
  border-color: #279c9c;
  background: rgb(250.4, 255, 254.08);
}
.checkout_coupon button.button {
  padding: 14px 32px;
  background: linear-gradient(135deg, #279c9c 0%, rgb(33.9, 135.6, 135.6) 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.checkout_coupon button.button:hover {
  background: linear-gradient(135deg, #1f7f7f 0%, rgb(25.996835443, 106.503164557, 106.503164557) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

form.checkout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.woocommerce-checkout-wrapper {
  width: 100%;
}
@media (min-width: 969px) {
  .woocommerce-checkout-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
  }
}
@media (max-width: 968px) {
  .woocommerce-checkout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.woocommerce-checkout-wrapper > .col-1 {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
@media (min-width: 969px) {
  .woocommerce-checkout-wrapper > .col-1 {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout-wrapper > .col-1 {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout-wrapper > .col-1 {
    padding: 1rem;
  }
}
.woocommerce-checkout-wrapper > .col-2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
@media (min-width: 969px) {
  .woocommerce-checkout-wrapper > .col-2 {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout-wrapper > .col-2 {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout-wrapper > .col-2 {
    padding: 1rem;
  }
}
.woocommerce-checkout-wrapper > #order_review {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
@media (min-width: 969px) {
  .woocommerce-checkout-wrapper > #order_review {
    grid-column: 2;
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout-wrapper > #order_review {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout-wrapper > #order_review {
    padding: 1rem;
  }
}

.col2-set {
  width: 100%;
}
@media (min-width: 969px) {
  .col2-set {
    display: contents;
  }
}
@media (max-width: 968px) {
  .col2-set {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.col-2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  width: 100%;
}
@media (max-width: 768px) {
  .col-2 {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .col-2 {
    padding: 1rem;
  }
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields h3,
  #order_review_heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}

#ship-to-different-address {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}
#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c2b36;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 480px) {
  #ship-to-different-address label {
    font-size: 1.1rem;
  }
}
#ship-to-different-address label input[type=checkbox] {
  width: 22px;
  height: 22px;
  accent-color: #279c9c;
  cursor: pointer;
  margin: 0;
}
#ship-to-different-address label span {
  user-select: none;
}

.form-row {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .form-row.form-row-first, .form-row.form-row-last {
    width: calc(50% - 0.75rem);
    float: left;
  }
}
@media (max-width: 768px) {
  .form-row.form-row-first, .form-row.form-row-last {
    width: 100% !important;
    float: none;
  }
}
@media (min-width: 769px) {
  .form-row.form-row-first {
    margin-right: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form-row.form-row-first {
    margin-right: 0;
  }
}
.form-row.form-row-wide {
  clear: both;
  width: 100%;
}
.form-row label {
  display: block;
  font-weight: 600;
  color: #1c2b36;
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.form-row label .required {
  color: #e53e3e;
  font-weight: 700;
  margin-left: 2px;
}
.form-row label .optional {
  color: rgb(90.6951219512, 136.3353658537, 169.8048780488);
  font-weight: 400;
  font-size: 14px;
}
.form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.form-row input.input-text,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  color: #1c2b36;
  background: #ffffff;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-row input.input-text:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: #279c9c;
  background: rgb(250.4, 255, 254.08);
}
.form-row input.input-text::placeholder,
.form-row textarea::placeholder,
.form-row select::placeholder {
  color: rgb(124.2804878049, 160.5914634146, 187.2195121951);
}
.form-row textarea {
  min-height: 120px;
  resize: vertical;
}
.form-row .select2-container {
  width: 100% !important;
}
.form-row .select2-container .select2-selection {
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  height: auto;
  min-height: 52px;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}
.form-row .select2-container .select2-selection:focus, .form-row .select2-container .select2-selection:focus-within {
  border-color: #279c9c;
  outline: none;
}
.form-row .select2-container .select2-selection .select2-selection__rendered {
  color: #1c2b36;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
}
.form-row .select2-container .select2-selection .select2-selection__arrow {
  height: 48px;
  right: 8px;
}
.form-row .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #1c2b36 transparent transparent;
  border-width: 6px 5px 0;
}
.form-row .select2-container.select2-container--open .select2-selection {
  border-color: #279c9c;
  background: rgb(250.4, 255, 254.08);
}
.form-row.input-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.form-row.input-checkbox label {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.form-row.input-checkbox label input[type=checkbox] {
  margin: 4px 0 0;
  width: 22px;
  height: 22px;
  accent-color: #279c9c;
  cursor: pointer;
  flex-shrink: 0;
}
.form-row.input-checkbox label a {
  color: #279c9c;
  text-decoration: none;
  font-weight: 600;
}
.form-row.input-checkbox label a:hover {
  text-decoration: underline;
}

.clear::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-invalid input.input-text,
.woocommerce-invalid select,
.woocommerce-invalid .select2-selection {
  border-color: #e53e3e !important;
}

#order_review_heading {
  font-size: 1.75rem;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  font-weight: 700;
  color: #1c2b36;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  #order_review_heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}

#order_review {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .shop_table {
    display: table;
    border-collapse: collapse;
  }
}
.shop_table thead {
  background: linear-gradient(180deg, #f7fafc 0%, rgb(254.4181818182, 254.6363636364, 254.7818181818) 100%);
}
@media (max-width: 768px) {
  .shop_table thead {
    display: table-header-group;
  }
}
.shop_table thead th {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgb(54.1219512195, 83.1158536585, 104.3780487805);
  border-bottom: 2px solid #e2e8f0;
}
@media (max-width: 768px) {
  .shop_table thead th {
    display: table-cell;
    padding: 0.75rem;
    font-size: 11px;
  }
}
.shop_table thead th.product-total {
  text-align: right;
}
@media (max-width: 768px) {
  .shop_table thead th.product-total {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .shop_table tbody {
    display: table-row-group;
  }
}
.shop_table tbody .cart_item {
  border-bottom: 1px solid #e2e8f0;
}
@media (max-width: 768px) {
  .shop_table tbody .cart_item {
    display: table-row;
  }
}
.shop_table tbody .cart_item td {
  padding: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .shop_table tbody .cart_item td {
    display: table-cell;
    padding: 0.75rem;
  }
}
.shop_table tbody .cart_item td.product-name {
  font-weight: 600;
  color: #1c2b36;
  font-size: 16px;
  border-bottom: 2px solid #1a1a1a;
}
@media (max-width: 768px) {
  .shop_table tbody .cart_item td.product-name {
    font-size: 14px;
  }
}
.shop_table tbody .cart_item td.product-name .product-quantity {
  color: #279c9c;
  font-weight: 700;
  margin-left: 0.5rem;
}
.shop_table tbody .cart_item td.product-total {
  text-align: right;
  font-weight: 700;
  color: #1c2b36;
  font-size: 17px;
  border-bottom: 2px solid #1a1a1a;
}
@media (max-width: 768px) {
  .shop_table tbody .cart_item td.product-total {
    text-align: left;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .shop_table tfoot {
    display: table-footer-group;
  }
}
.shop_table tfoot tr {
  border-bottom: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
@media (max-width: 768px) {
  .shop_table tfoot tr {
    display: table-row;
  }
}
.shop_table tfoot tr th,
.shop_table tfoot tr td {
  padding: 1.5rem;
  font-size: 16px;
}
@media (max-width: 768px) {
  .shop_table tfoot tr th,
  .shop_table tfoot tr td {
    display: table-cell;
    padding: 0.75rem;
    font-size: 14px;
  }
}
.shop_table tfoot tr th {
  font-weight: 600;
  color: rgb(45.4146341463, 69.743902439, 87.5853658537);
  text-align: left;
}
.shop_table tfoot tr td {
  text-align: right;
  font-weight: 700;
  color: #1c2b36;
}
@media (max-width: 768px) {
  .shop_table tfoot tr td {
    text-align: left;
  }
}
.shop_table tfoot tr.order-total {
  border-top: 2px solid #e2e8f0;
  border-bottom: none;
  background: linear-gradient(180deg, rgb(250.4, 255, 254.08) 0%, rgb(245.3, 255, 253.06) 100%);
}
.shop_table tfoot tr.order-total th {
  font-size: 19px;
  font-weight: 700;
  padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
  .shop_table tfoot tr.order-total th {
    padding: 1rem;
    font-size: 16px;
  }
}
.shop_table tfoot tr.order-total td {
  padding: 2rem 1.5rem;
}
@media (max-width: 768px) {
  .shop_table tfoot tr.order-total td {
    padding: 1rem;
  }
}
.shop_table tfoot tr.order-total td strong {
  font-size: 32px;
  color: #279c9c;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .shop_table tfoot tr.order-total td strong {
    font-size: 22px;
  }
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#shipping_method li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 15px;
  background: #e6fffa;
  border: 2px solid rgb(125.4, 222.6, 222.6);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  #shipping_method li {
    background-color: transparent !important;
    border: none;
    padding: 0.5rem 0;
  }
}
#shipping_method li:last-child {
  margin-bottom: 0;
}
#shipping_method li input[type=radio],
#shipping_method li input[type=hidden] + label {
  margin: 0;
  accent-color: #279c9c;
  cursor: pointer;
  flex-shrink: 0;
}
#shipping_method li label {
  flex: 1;
  margin: 0;
  font-weight: 700;
  color: #1c2b36;
  font-size: 15px;
  cursor: pointer;
  white-space: normal;
}
@media (max-width: 480px) {
  #shipping_method li label {
    font-size: 14px;
  }
}
#shipping_method li:has(input[type=hidden]) {
  background: rgb(240.2, 255, 252.04);
  border-color: #48bb78;
}
@media (max-width: 768px) {
  #shipping_method li:has(input[type=hidden]) {
    background-color: transparent !important;
    border: none;
  }
}
#shipping_method li:has(input[type=hidden]) label {
  color: #48bb78;
}
#shipping_method li:has(input[type=hidden]) label::after {
  content: " - Kostenlos";
  font-weight: 700;
  margin-left: 0.5rem;
}

#payment {
  margin-top: 2rem;
  width: 100%;
}
#payment .wc_payment_methods {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
}
#payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 0.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  width: 100%;
}
#payment .wc_payment_methods .wc_payment_method:last-child {
  margin-bottom: 0;
}
#payment .wc_payment_methods .wc_payment_method {
  display: flex;
  flex-direction: column;
}
#payment .wc_payment_methods .wc_payment_method > input[type=radio] {
  display: none;
}
#payment .wc_payment_methods .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #1c2b36;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
@media (max-width: 480px) {
  #payment .wc_payment_methods .wc_payment_method > label {
    font-size: 14px;
    padding: 0.75rem 1rem;
  }
}
#payment .wc_payment_methods .wc_payment_method > label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2.5px solid #e2e8f0;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}
#payment .wc_payment_methods .wc_payment_method > label:hover {
  background: white;
}
#payment .wc_payment_methods .wc_payment_method > label img {
  max-height: 28px;
  width: auto;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #payment .wc_payment_methods .wc_payment_method > label img {
    max-height: 24px;
  }
}
#payment .wc_payment_methods .wc_payment_method input[type=radio]:checked + label {
  background: #e6fffa;
  font-weight: 700;
}
#payment .wc_payment_methods .wc_payment_method input[type=radio]:checked + label::before {
  border-color: #279c9c;
  border-width: 6px;
  background: #ffffff;
}
#payment .wc_payment_methods .wc_payment_method .payment_box {
  padding: 1.25rem;
  background: rgb(250.4, 255, 254.08);
  border-top: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  width: 100%;
}
@media (max-width: 480px) {
  #payment .wc_payment_methods .wc_payment_method .payment_box {
    padding: 1rem;
  }
}
#payment .wc_payment_methods .wc_payment_method .payment_box p {
  margin-bottom: 1rem;
  font-size: 14px;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
}
#payment .wc_payment_methods .wc_payment_method .payment_box p:last-child {
  margin-bottom: 0;
}
#payment .wc_payment_methods .wc_payment_method .payment_box .multisafepay-payment-component .msp-container-ui {
  background: transparent;
}
#payment .wc_payment_methods .wc_payment_method:has(input:checked) {
  border-color: #279c9c;
  box-shadow: 0 0 0 3px rgb(186.6, 237.9, 237.9);
}
#payment .place-order {
  clear: both;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #e2e8f0;
  width: 100%;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
  width: 100%;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding: 1.25rem 1.5rem;
  background: rgb(250.4, 255, 254.08);
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(62.8292682927, 96.487804878, 121.1707317073);
}
@media (max-width: 480px) {
  .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    padding: 1rem;
  }
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin: 0;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #279c9c;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

button#place_order {
  width: 100%;
  padding: 20px 36px;
  background: linear-gradient(135deg, #279c9c 0%, rgb(33.9, 135.6, 135.6) 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(39, 156, 156, 0.3);
}
@media (max-width: 768px) {
  button#place_order {
    padding: 16px 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  button#place_order {
    padding: 14px 20px;
    font-size: 13px;
  }
}
button#place_order:hover {
  background: linear-gradient(135deg, #1f7f7f 0%, rgb(25.996835443, 106.503164557, 106.503164557) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39, 156, 156, 0.4);
}
button#place_order:active {
  transform: translateY(0);
}
button#place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 2rem;
  width: 100%;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info {
    padding: 1rem;
    font-size: 14px;
  }
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1;
}
.woocommerce-error a,
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: none;
}

.woocommerce-error {
  background: white;
  border: 2px solid rgb(247.1643835616, 196.8356164384, 196.8356164384);
  color: #fff;
}
.woocommerce-error::before {
  content: "✖";
  color: #e53e3e;
}

.woocommerce-message {
  background: white;
  border: 2px solid rgb(202.1414342629, 235.3585657371, 216.0059760956);
  color: rgb(49.4422310757, 133.0577689243, 84.3426294821);
}
.woocommerce-message::before {
  content: "✓";
  color: #48bb78;
}

.woocommerce-info {
  background: #cff3f3;
  border: 2px solid rgb(145.8, 227.7, 227.7);
  color: rgb(23.7, 94.8, 94.8);
}
.woocommerce-info::before {
  content: "ℹ";
  color: #279c9c;
}

.processing {
  opacity: 0.6;
  pointer-events: none;
}

.clear {
  clear: both;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Enhanced Checkout Quantity Input - Preserving Native Arrows */
/* Base styling for the input */
.checkout-quantity-input {
  /* Size and shape */
  width: 70px; /* Slightly wider to accommodate arrows */
  height: 40px;
  border-radius: 10px;
  padding: 5px 8px 5px 12px; /* Asymmetric padding to make space for arrows */
  /* Border and fill */
  border: 2px solid #e2e8f0; /* $border-color */
  background-color: #ffffff; /* $white */
  /* Text styling */
  font-size: 16px;
  font-weight: 600;
  color: #1c2b36; /* $text-dark */
  text-align: center;
  /* Effects */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* Keep the default appearance to preserve arrows */
  /* We're removing these lines that hide the arrows
  -moz-appearance: textfield;
  appearance: textfield; */
}

/* Removed the webkit code that hides the arrows */
/* Instead, we'll style them better */
/* Style the up/down arrows in Chrome, Safari, Edge, Opera */
.checkout-quantity-input::-webkit-outer-spin-button,
.checkout-quantity-input::-webkit-inner-spin-button {
  opacity: 1;
  margin-left: 5px; /* Give more space to the arrows */
  height: 30px; /* Make the click target larger */
}

/* Focus state */
.checkout-quantity-input:focus {
  outline: none;
  border-color: #279c9c; /* $primary-color */
  background-color: #f7fdfd; /* Very light version of your $light-bg */
  box-shadow: 0 0 0 3px rgba(39, 156, 156, 0.15);
}

/* Hover state */
.checkout-quantity-input:hover {
  border-color: #a3d0d0; /* Lighter version of your $primary-color */
}

/* Product name in cart styling */
.cart_item .product-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 600;
}

/* Make sure any elements directly next to product name look good */
.cart_item .product-name > * {
  margin: 0 0 0 8px;
}

/* Add a subtle fade-in effect when the page loads */
@keyframes subtle-fade {
  from {
    opacity: 0.8;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkout-quantity-input {
  animation: subtle-fade 0.3s ease-out;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .checkout-quantity-input {
    width: 65px;
    height: 36px;
    font-size: 15px;
  }
}
/* Very small screens */
@media (max-width: 480px) {
  .checkout-quantity-input {
    width: 60px;
    height: 34px;
    font-size: 14px;
  }
}
/* Firefox specific styles - Firefox handles number inputs differently */
@-moz-document url-prefix() {
  .checkout-quantity-input {
    padding-right: 6px; /* Less padding needed for Firefox */
    text-align: center;
  }
}
.remove-checkout-item {
  color: red;
}

/**
 * General WooCommerce components
 */
.wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: 1fr 450px !important;
  gap: 3rem !important;
  flex-wrap: nowrap !important;
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 3rem 2rem;
  align-items: start;
}
@media (max-width: 968px) {
  .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
    padding: 2rem 1rem;
  }
}

.wc-block-components-main,
.wc-block-components-sidebar {
  flex: none !important;
  width: auto !important;
  margin: 0 !important;
}

.wc-block-components-main {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  padding-right: 0 !important;
}

.wc-block-cart-items {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.wc-block-cart-items caption {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wc-block-cart-items thead {
  background: linear-gradient(180deg, #f7fafc 0%, rgb(254.4181818182, 254.6363636364, 254.7818181818) 100%);
}
.wc-block-cart-items thead tr th {
  padding: 1.5rem 2rem !important;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgb(54.1219512195, 83.1158536585, 104.3780487805);
  border-bottom: 2px solid #e2e8f0;
}
.wc-block-cart-items thead tr th.wc-block-cart-items__header-image {
  width: 130px;
}
.wc-block-cart-items thead tr th.wc-block-cart-items__header-total {
  text-align: right;
  width: 160px;
}
@media (max-width: 768px) {
  .wc-block-cart-items thead tr th {
    display: none;
  }
}
.wc-block-cart-items tbody .wc-block-cart-items__row {
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-cart-items tbody .wc-block-cart-items__row:last-child {
  border-bottom: none;
}
.wc-block-cart-items tbody .wc-block-cart-items__row:hover {
  background: white;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image {
  padding: 2rem 1.5rem;
  vertical-align: middle;
  width: 130px;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgb(242.8068181818, 245.3295454545, 248.6931818182);
  background: #ffffff;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a:hover {
  transform: scale(1.04) translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product {
  padding: 2rem 1.5rem;
  vertical-align: middle;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
  display: flex;
  flex-direction: column;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  color: #1c2b36;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name:hover {
  color: #279c9c;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price__value {
  font-weight: 700;
  color: #279c9c;
  font-size: 22px;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.75rem;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  width: 36%;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:hover {
  border-color: rgb(84.6, 212.4, 212.4);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__input {
  width: 75px;
  padding: 14px 12px;
  border: none;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #1c2b36;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__input:focus {
  outline: none;
  background: rgb(245.3, 255, 253.06);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
  padding: 14px 16px;
  background: #f7fafc;
  border: none;
  cursor: pointer;
  color: #1c2b36;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
  border-radius: 12px 0 0 12px !important;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--plus {
  border-radius: 0 12px 12px 0 !important;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background: #279c9c;
  color: #ffffff;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:active:not(:disabled) {
  transform: scale(0.96);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: none;
  border: none;
  color: rgb(90.6951219512, 136.3353658537, 169.8048780488);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  padding: 0.5rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: #279c9c;
  text-decoration: underline;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total {
  padding: 2rem 2rem;
  vertical-align: middle;
  text-align: right;
}
.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-weight: 700;
  font-size: 20px;
  color: #1c2b36;
}
@media (max-width: 768px) {
  .wc-block-cart-items tbody .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 1.25rem;
    padding: 1.75rem;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row td {
    padding: 0 !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-row: 1/3;
    width: auto;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a {
    width: 100px;
    height: 100px;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total {
    text-align: left;
    grid-column: 2;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total::before {
    content: "Total: ";
    font-weight: 600;
    color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
    font-size: 14px;
  }
}

.wc-block-components-sidebar {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  position: sticky;
  top: 2rem;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
@media (max-width: 968px) {
  .wc-block-components-sidebar {
    position: relative;
    top: 0;
  }
}

.wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  letter-spacing: -0.03em;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  color: #1c2b36;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-components-totals-coupon .wc-block-components-panel__button svg {
  width: 20px;
  height: 20px;
  fill: #279c9c;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-components-totals-coupon .wc-block-components-panel__button[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
.wc-block-components-totals-item__label {
  font-weight: 600;
  color: rgb(45.4146341463, 69.743902439, 87.5853658537);
  font-size: 16px;
}
.wc-block-components-totals-item__value {
  font-weight: 700;
  color: #1c2b36;
  text-align: right;
  font-size: 17px;
}
.wc-block-components-totals-item__value strong {
  color: #1c2b36;
  font-weight: 700;
}
.wc-block-components-totals-item__description {
  margin-top: 0.75rem;
  font-size: 14px;
  color: rgb(80.243902439, 123.2317073171, 154.756097561);
  width: 100%;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  color: #48bb78;
  font-weight: 700;
  font-size: 15px;
  margin-top: 0.5rem;
}
.wc-block-components-totals-shipping .wc-block-components-shipping-address .wc-block-components-panel__button {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin-top: 0.85rem;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-components-totals-shipping .wc-block-components-shipping-address .wc-block-components-panel__button:hover {
  color: #279c9c;
}
.wc-block-components-totals-shipping .wc-block-components-shipping-address .wc-block-components-panel__button svg {
  width: 17px;
  height: 17px;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control {
  margin-top: 1.25rem;
}
@media (max-width: 968px) {
  .wc-block-components-totals-shipping .wc-block-components-radio-control {
    display: none !important;
  }
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__option {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__label-group {
  display: flex;
  align-items: center;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__label {
  font-weight: 600;
  color: #1c2b36;
  font-size: 16px;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__description-group {
  margin-top: 0.3rem;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__description {
  font-size: 14px;
  color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
  display: block;
}
.wc-block-components-totals-shipping .wc-block-components-radio-control__description .wc-block-components-shipping-rates-control__package__description--free {
  color: #48bb78;
  font-weight: 700;
}

.wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: 50px !important;
}

.wc-block-checkout .wc-block-components-checkout-step__description {
  margin-bottom: 3.5rem !important;
}

.wc-block-components-totals-footer-item {
  border-bottom: none !important;
  padding: 20px !important;
  background: linear-gradient(180deg, rgb(250.4, 255, 254.08) 0%, rgb(245.3, 255, 253.06) 100%);
  border-radius: 0 0 16px 16px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 19px;
  font-weight: 700;
  color: #1c2b36;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value {
  font-size: 32px;
  font-weight: 700;
  color: #279c9c;
  letter-spacing: -0.03em;
}

.wc-block-cart__submit {
  margin-top: 2rem;
}
.wc-block-cart__submit .wc-block-cart__submit-button {
  width: 100%;
  padding: 20px 36px;
  background: linear-gradient(135deg, #279c9c 0%, rgb(33.9, 135.6, 135.6) 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(39, 156, 156, 0.3);
}
.wc-block-cart__submit .wc-block-cart__submit-button:hover {
  background: linear-gradient(135deg, #1f7f7f 0%, rgb(25.996835443, 106.503164557, 106.503164557) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39, 156, 156, 0.4);
}
.wc-block-cart__submit .wc-block-cart__submit-button:active {
  transform: translateY(0);
}

.wc-block-checkout .wc-block-components-sidebar {
  padding: 2rem;
}
.wc-block-checkout .wc-block-components-checkout-order-summary__title {
  margin-bottom: 1.5rem;
}
.wc-block-checkout .wc-block-components-checkout-order-summary__title p {
  margin: 0;
}
.wc-block-checkout .wc-block-components-order-summary-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
}
.wc-block-checkout .wc-block-components-order-summary-item__image {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgb(242.8068181818, 245.3295454545, 248.6931818182);
}
.wc-block-checkout .wc-block-components-order-summary-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wc-block-checkout .wc-block-components-order-summary-item__quantity {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #279c9c;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ffffff;
}
.wc-block-checkout .wc-block-components-order-summary-item__description {
  flex: 1;
}
.wc-block-checkout .wc-block-components-order-summary-item__description h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #1c2b36;
}
.wc-block-checkout .wc-block-components-order-summary-item__individual-prices {
  font-size: 15px;
  color: #279c9c;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.wc-block-checkout .wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  color: #1c2b36;
  font-size: 18px;
}
.wc-block-checkout .wc-block-components-checkout-step {
  background: #ffffff;
  border: 1px solid rgb(236.0840909091, 239.9977272727, 245.2159090909);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.wc-block-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 1.5rem;
}
.wc-block-checkout .wc-block-components-checkout-step__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2b36;
  margin: 0;
  letter-spacing: -0.02em;
}
.wc-block-checkout .wc-block-components-checkout-step__description {
  color: rgb(71.5365853659, 109.8597560976, 137.9634146341);
  font-size: 15px;
  margin-bottom: 1.5rem;
}
.wc-block-checkout .wc-block-components-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.5rem 0;
}
.wc-block-checkout .wc-block-components-checkbox__input {
  margin: 4px 0 0;
  width: 22px;
  height: 22px;
  accent-color: #279c9c;
  cursor: pointer;
  flex-shrink: 0;
}
.wc-block-checkout .wc-block-components-checkbox__label {
  font-size: 15px;
  color: #1c2b36;
  line-height: 1.6;
}
.wc-block-checkout .wc-block-components-checkbox__label a {
  color: #279c9c;
  text-decoration: none;
  font-weight: 600;
}
.wc-block-checkout .wc-block-components-checkbox__label a:hover {
  text-decoration: underline;
}
.wc-block-checkout .wc-block-checkout__actions_row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  color: #1c2b36;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg {
  width: 20px;
  height: 20px;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  border-color: #279c9c;
  color: #279c9c;
  background: rgb(250.4, 255, 254.08);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  flex: 1;
  padding: 20px 36px;
  background: linear-gradient(135deg, #279c9c 0%, rgb(33.9, 135.6, 135.6) 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(39, 156, 156, 0.3);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(135deg, #1f7f7f 0%, rgb(25.996835443, 106.503164557, 106.503164557) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(39, 156, 156, 0.4);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:active {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .wc-block-components-sidebar-layout {
    padding: 1.5rem 1rem !important;
  }
  .wc-block-components-sidebar {
    padding: 1.75rem;
  }
  .wc-block-cart__totals-title,
  .wc-block-components-checkout-order-summary__title-text {
    font-size: 1.5rem;
  }
  .wc-block-cart-item__image a {
    width: 85px;
    height: 85px;
  }
}
.wc-block-components-totals-wrapper {
  border: none !important;
}

.wc-block-checkout .wc-block-components-checkout-step {
  padding: 1.5rem;
  box-shadow: none !important;
}

.wc-block-checkout__form {
  padding: 30px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible !important;
}

.woocommerce-checkout {
  padding: 0;
}

.wc-block-components-product-badge {
  border: 0 !important;
  padding: 0 !important;
}

.wc-block-components-product-name {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  width: 100% !important;
  word-break: break-word !important;
}

.wc-block-cart-item__prices {
  margin: 0.5rem 0 !important;
  display: block !important;
}
.wc-block-cart-item__prices .price {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.wc-block-cart-item__prices .price del {
  display: block !important;
  width: 100% !important;
  font-size: 14px !important;
  opacity: 0.65 !important;
  text-decoration: line-through !important;
  order: 2 !important;
}
.wc-block-cart-item__prices .price del .wc-block-components-product-price__regular {
  color: rgb(62.8292682927, 96.487804878, 121.1707317073) !important;
  font-weight: normal !important;
}
.wc-block-cart-item__prices .price ins {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  order: 1 !important;
}
.wc-block-cart-item__prices .price ins .wc-block-components-product-price__value {
  font-weight: 700 !important;
  color: #279c9c !important;
  font-size: 18px !important;
}
.wc-block-cart-item__prices > .wc-block-components-product-price__value {
  font-weight: 700 !important;
  color: #279c9c !important;
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .wc-block-cart-items tbody .wc-block-cart-items__row {
    display: grid !important;
    grid-template-areas: "image name" "image price" "image quantity" "total total" !important;
    grid-template-columns: 100px 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 0.5rem 1rem !important;
    padding: 1.5rem !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row td {
    padding: 0 !important;
    display: block !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-area: image !important;
    padding: 0 !important;
    width: 100px !important;
    height: auto !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a {
    width: 90px !important;
    height: 90px !important;
    margin: 0 !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product {
    display: contents !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
    grid-area: name !important;
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices {
    grid-area: price !important;
    margin: 0 0 0.5rem 0 !important;
    min-height: 30px !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
    grid-area: quantity !important;
    margin: 0.5rem 0 !important;
    align-self: flex-start !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-area: total !important;
    border-top: 1px solid #e2e8f0 !important;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    text-align: left !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total::before {
    content: "Total: " !important;
    display: inline-block !important;
    font-weight: 600 !important;
    margin-right: 0.5rem !important;
    font-size: 14px !important;
    color: rgb(71.5365853659, 109.8597560976, 137.9634146341) !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-components-quantity-selector {
    width: 120px !important;
    min-width: 120px !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-components-quantity-selector__input {
    padding: 10px 8px !important;
    font-size: 16px !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-components-quantity-selector__button {
    padding: 10px 12px !important;
  }
  .wc-block-components-sidebar {
    padding: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  .wc-block-cart-items tbody .wc-block-cart-items__row {
    grid-template-columns: 80px 1fr !important;
    padding: 1.25rem !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__image a {
    width: 75px !important;
    height: 75px !important;
    border-radius: 8px !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 15px !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total {
    margin-top: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__quantity {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
  }
  .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.wc-block-formatted-money-amount {
  white-space: nowrap !important;
  display: inline-block !important;
}

@media (max-width: 968px) {
  .wc-block-components-sidebar-layout {
    padding: 1.5rem 1rem !important;
  }
  .wc-block-cart-item__remove-link {
    margin-top: 0.5rem !important;
    display: inline-block !important;
  }
}
.wc-block-cart-item__product .wc-block-cart-item__wrap > * {
  margin-bottom: 8px !important;
}

.wc-block-components-product-price__value {
  display: inline-block !important;
}

@media (max-width: 968px) {
  .wc-block-components-sidebar {
    position: relative;
    top: 0;
    padding: 1.5rem !important;
    margin-top: 1rem !important;
  }
}
@media (max-width: 480px) {
  .wc-block-components-sidebar {
    padding: 1.25rem !important;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-item {
    padding: 1.25rem 0;
  }
  .wc-block-components-totals-item__label {
    font-size: 15px;
  }
  .wc-block-components-totals-item__value {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .wc-block-cart__totals-title,
  .wc-block-components-checkout-order-summary__title-text {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-footer-item {
    padding: 16px !important;
  }
  .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 17px;
  }
  .wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 15px;
    padding: 0.75rem 0.5rem;
  }
  .wc-block-components-totals-coupon .wc-block-components-panel__button svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    font-size: 14px;
  }
  .wc-block-components-totals-shipping .wc-block-components-radio-control__label {
    font-size: 15px;
  }
  .wc-block-components-totals-shipping .wc-block-components-radio-control__description {
    font-size: 13px;
  }
  .wc-block-components-totals-shipping .wc-block-components-shipping-address .wc-block-components-panel__button {
    font-size: 13px;
  }
  .wc-block-components-totals-shipping .wc-block-components-shipping-address .wc-block-components-panel__button svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  .wc-block-cart__submit {
    margin-top: 1.5rem;
  }
  .wc-block-cart__submit .wc-block-cart__submit-button {
    padding: 16px;
    font-size: 15px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 480px) {
  .wc-block-components-radio-control__option {
    padding: 0.5rem !important;
  }
  .wc-block-components-radio-control__option input {
    margin-top: 3px !important;
  }
}

@media (max-width: 480px) {
  .wc-block-components-panel,
  .wc-block-components-totals-item,
  .wc-block-cart__submit-button,
  .wc-block-components-radio-control__option {
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 480px) {
  .wc-block-formatted-money-amount,
  .wc-block-components-totals-item__value,
  .wc-block-components-totals-item__label,
  .wc-block-components-radio-control__label,
  .wc-block-components-radio-control__description,
  .wc-block-components-totals-shipping__via {
    white-space: normal !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
}

@media (max-width: 480px) {
  .wc-block-components-panel__button,
  .wc-block-cart__submit-button,
  .wc-block-components-radio-control__option {
    min-height: 44px;
  }
  .wc-block-components-totals-wrapper:not(:last-child) {
    margin-bottom: 1rem;
  }
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 480px) {
  .wc-block-components-totals-shipping-panel p,
  .wc-block-components-panel__button,
  .wc-block-cart__submit-button span {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 968px) {
  .wc-block-components-sidebar {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-footer-item-tax-value {
    font-weight: 800 !important;
    color: #279c9c !important;
  }
}

@media (max-width: 480px) {
  .wc-block-components-totals-coupon-form {
    padding: 1rem !important;
  }
  .wc-block-components-totals-coupon-form input {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .wc-block-components-totals-coupon-form button {
    padding: 10px 14px !important;
    font-size: 14px !important;
  }
}

.wc-block-components-sidebar {
  position: relative;
  z-index: 1;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #279c9c;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #279c9c;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce widgets
 */
/* Order Confirmation Page Styling - Matching Checkout Design */
/* Variables matching your checkout theme */
:root {
  --primary-color: #279c9c;
  --primary-dark: #1f7f7f;
  --text-color: #1c2b36;
  --text-dark: #1c2b36;
  --light-gray: #f7fafc;
  --light-bg: #e6fffa;
  --border-color: #e2e8f0;
  --success-color: #48bb78;
  --white: #ffffff;
  --error-color: #e53e3e;
}

/* Global Box-Sizing Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Mixins translated to CSS */
.transition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.card-shadow-hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Main Container */
#post-23 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  #post-23 {
    max-width: 1400px;
    padding: 3rem 2rem;
  }
}
/* Success Notice Styling */
.woocommerce-notice--success {
  background: color-mix(in srgb, var(--success-color) 15%, white);
  border: 2px solid color-mix(in srgb, var(--success-color) 35%, white);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  color: color-mix(in srgb, var(--success-color) 85%, black);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
  text-align: center;
}

.woocommerce-notice--success::before {
  content: "✓";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--success-color);
  font-weight: 700;
}

@media (max-width: 768px) {
  .woocommerce-notice--success {
    padding: 1.25rem 1.5rem 1.25rem 3.5rem;
    font-size: 16px;
  }
  .woocommerce-notice--success::before {
    left: 1rem;
    font-size: 20px;
  }
}
/* Order Overview Grid */
.woocommerce-order-overview {
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--border-color) 90%, white);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  list-style: none;
}

.woocommerce-order-overview li {
  text-align: center;
  padding: 1rem;
  background: color-mix(in srgb, var(--light-bg) 50%, white);
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 20%, white);
}

.woocommerce-order-overview li::before {
  content: attr(class);
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-color);
  margin-bottom: 8px;
  font-weight: 600;
  opacity: 0.8;
}

.woocommerce-order-overview .order::before {
  content: "Bestellnummer";
}

.woocommerce-order-overview .date::before {
  content: "Datum";
}

.woocommerce-order-overview .email::before {
  content: "E-Mail";
}

.woocommerce-order-overview .total::before {
  content: "Gesamt";
}

.woocommerce-order-overview .method::before {
  content: "Zahlungsmethode";
}

.woocommerce-order-overview strong {
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 700;
}

.woocommerce-order-overview .total strong {
  color: var(--primary-color);
  font-size: 18px;
}

@media (max-width: 768px) {
  .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .woocommerce-order-overview {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
/* Order Details Section */
.woocommerce-order-details {
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--border-color) 90%, white);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.woocommerce-order-details__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--border-color);
  letter-spacing: -0.03em;
}

@media (max-width: 480px) {
  .woocommerce-order-details__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  .woocommerce-order-details {
    padding: 1.5rem;
  }
}
/* Order Table Styling */
.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.woocommerce-table th {
  background: var(--light-gray);
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  color: var(--text-dark);
  font-size: 15px;
  border-bottom: 2px solid var(--border-color);
}

.woocommerce-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--border-color) 50%, white);
  color: var(--text-color);
}

.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
  background: color-mix(in srgb, var(--light-bg) 30%, white);
  font-weight: 600;
  border-bottom: none;
}

.woocommerce-table tfoot tr:last-child th,
.woocommerce-table tfoot tr:last-child td {
  background: var(--light-bg);
  font-weight: 700;
  font-size: 16px;
  color: var(--text-dark);
}

/* Product Links */
.woocommerce-table .product-name a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-table .product-name a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.product-quantity {
  color: color-mix(in srgb, var(--text-color) 70%, white);
  font-weight: 500;
  margin-left: 8px;
}

.wc-item-meta {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: color-mix(in srgb, var(--text-color) 60%, white);
}

.wc-item-meta li {
  margin: 0;
}

.wc-item-meta-label {
  font-weight: 600;
  color: var(--text-color);
}

/* Price Styling */
.woocommerce-Price-amount {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
}

/* Action Buttons */
.order-actions-button {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 8px 8px 0;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-actions-button.pay {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--white);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--primary-color) 30%, transparent);
}

.order-actions-button.pay:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, color-mix(in srgb, var(--primary-dark) 85%, black) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--primary-color) 40%, transparent);
}

.order-actions-button.view {
  background: var(--light-gray);
  color: var(--text-dark);
  border: 2px solid var(--border-color);
}

.order-actions-button.view:hover {
  background: var(--white);
  border-color: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.order-actions-button.cancel {
  background: var(--error-color);
  color: var(--white);
}

.order-actions-button.cancel:hover {
  background: color-mix(in srgb, var(--error-color) 85%, black);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .order-actions-button {
    padding: 10px 20px;
    font-size: 13px;
    margin: 0 4px 8px 0;
  }
}
@media (max-width: 480px) {
  .order-actions-button {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
  }
}
/* Customer Details Section */
.woocommerce-customer-details {
  background: var(--white);
  border: 1px solid color-mix(in srgb, var(--border-color) 90%, white);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.woocommerce-column__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--border-color);
}

.woocommerce-column {
  background: color-mix(in srgb, var(--light-bg) 30%, white);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--primary-color) 20%, white);
}

.woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
  color: var(--text-color);
  font-size: 15px;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
  font-weight: 600;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .woocommerce-customer-details {
    padding: 1.5rem;
  }
  .woocommerce-column {
    padding: 1.25rem;
  }
}
@media (max-width: 480px) {
  .woocommerce-customer-details {
    padding: 1rem;
  }
  .woocommerce-column {
    padding: 1rem;
  }
  .woocommerce-column__title {
    font-size: 1.1rem;
  }
}
/* Order Actions Table Footer */
.woocommerce-table tfoot .order-actions--heading {
  background: var(--primary-color);
  color: var(--white);
  font-weight: 700;
}

.woocommerce-table tfoot .order-actions--heading + td {
  background: var(--primary-color);
  padding: 1.5rem 1.25rem;
}

/* Responsive Table */
@media (max-width: 768px) {
  .woocommerce-table th,
  .woocommerce-table td {
    padding: 0.75rem;
    font-size: 14px;
  }
  .woocommerce-table .product-name {
    word-break: break-word;
  }
}
@media (max-width: 480px) {
  .woocommerce-table {
    font-size: 13px;
  }
  .woocommerce-table th,
  .woocommerce-table td {
    padding: 0.5rem;
  }
}
/* Utility Classes */
.clear {
  clear: both;
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Loading State */
.processing {
  opacity: 0.6;
  pointer-events: none;
}

/* Animation for smooth appearance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce-order {
  animation: fadeInUp 0.6s ease-out;
}

.woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
  animation: fadeInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.woocommerce-order-details {
  animation-delay: 0.1s;
}

.woocommerce-customer-details {
  animation-delay: 0.2s;
}

/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
/* ==========================================================================
   Single product — mobile gallery overflow fix  (added 2026-06-19)
   The product layout is a CSS grid; product-gallery-slider.js also wraps the
   gallery in a flex container (.gallery-flex-wrapper). Grid/flex items default
   to min-width:auto, so the flexslider gallery (600px images / multi-slide
   track) refused to shrink and blew the single-column track wider than the
   mobile viewport — bleeding the product images off both edges and pushing the
   absolutely-positioned .onsale ("Deal!") badge off-screen to the left.
   Let the items shrink to their track and clip the slider to its own box.
   ========================================================================== */
.single-product .product {
  max-width: 100%;
  overflow-x: clip;
}
.single-product .product > * {
  min-width: 0;
}
.single-product .gallery-flex-wrapper,
.single-product .gallery-flex-wrapper > .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery {
  min-width: 0;
  max-width: 100%;
}
.single-product .woocommerce-product-gallery {
  overflow: hidden;
}
.single-product .woocommerce-product-gallery .flex-viewport {
  max-width: 100%;
}
.single-product .woocommerce-product-gallery__image img {
  max-width: 100%;
  height: auto;
}
