@charset "UTF-8";
/*!
Theme Name: Optimized MK Ecommerce Theme
Theme URI: http://underscores.me/
Author: Optimized MK
Author URI: https://optimized.mk
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: optimized
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.

Optimized MK Ecommerce Theme 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
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "Bookman Old Style";
  src: url("/wp-content/themes/optimized/assets/fonts/bookmanoldstyle.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("/wp-content/themes/optimized/assets/fonts/bookmanoldstyle_bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 80vh;
}
.hero-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.hero-slider .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 800px;
  padding: 20px;
}
.hero-slider .swiper-slide .slide-content h2 {
  font-size: 60px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hero-slider .swiper-slide .slide-content h2 {
    font-size: 40px;
  }
}
.hero-slider .swiper-slide .slide-content p {
  font-size: 20px;
}
.hero-slider .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  color: white;
}

.cat-grid {
  display: flex;
  flex-wrap: wrap;
}
.cat-grid .item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #000;
  height: 600px;
}
@media (max-width: 768px) {
  .cat-grid .item {
    height: 450px;
  }
}
.cat-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
  filter: brightness(0.8);
  transform: scale(1.01);
}
.cat-grid .item span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
}
.cat-grid .item:hover img {
  transform: scale(1.1);
}
.cat-grid .item.second-row {
  flex: 0 0 50%;
}
@media (max-width: 768px) {
  .cat-grid .item.second-row {
    flex: 0 0 100%;
  }
}
.cat-grid .item.fifth, .cat-grid .item.second {
  flex: 0 0 70%;
}
@media (max-width: 768px) {
  .cat-grid .item.fifth, .cat-grid .item.second {
    flex: 0 0 100%;
  }
}
.cat-grid .item.fifth span, .cat-grid .item.second span {
  left: 20px;
  right: auto;
}
.cat-grid .item.sixth, .cat-grid .item.first {
  flex: 0 0 30%;
}
@media (max-width: 768px) {
  .cat-grid .item.sixth, .cat-grid .item.first {
    flex: 0 0 100%;
  }
}
.cat-grid .item.sixth span, .cat-grid .item.first span {
  left: 20px;
  right: auto;
}
.cat-grid .item:not(.first):not(.second):not(.fifth):not(.sixth) {
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  .cat-grid .item:not(.first):not(.second):not(.fifth):not(.sixth) {
    flex: 0 0 100%;
  }
}

.accessories-container .join-coolers {
  display: block;
  margin: 0 auto -80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .accessories-container .join-coolers {
    margin: 0 auto 0px;
  }
}
.accessories-container .home-accessories {
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .accessories-container .home-accessories {
    flex-direction: column;
    gap: 25px;
  }
}
.accessories-container .home-accessories .accessory {
  flex-basis: 0;
  flex-grow: 1;
  text-decoration: none;
  color: #333;
}
.accessories-container .home-accessories .accessory img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .accessories-container .home-accessories .accessory img {
    height: 350px;
  }
}
.accessories-container .home-accessories .accessory h3 {
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
.accessories-container .home-accessories .accessory h4 {
  color: #86704d;
  font-weight: 900;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 10px;
}

.home-categories__header {
  margin-bottom: 40px;
}
.home-categories__header .home-categories__intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}
.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.home-categories__footer {
  margin-top: 40px;
}

.home-cat-card {
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
}
.home-cat-card__image {
  position: absolute;
  inset: 0;
}
.home-cat-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.home-cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.4s ease;
}
.home-cat-card:hover::after {
  background: rgba(0, 0, 0, 0.55);
}
.home-cat-card:hover .home-cat-card__image img {
  transform: scale(1.06);
}
.home-cat-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
}
.home-cat-card__name {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
.home-cat-card__btn {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.home-cat-card__btn:hover {
  background: #fff;
  color: #333;
}
.home-cat-card:hover .home-cat-card__btn {
  opacity: 1;
  transform: translateY(0);
}

.home-banner {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .home-banner {
    min-height: 320px;
  }
}
.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home-banner__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  max-width: 800px;
}
.home-banner__title {
  font-size: 52px;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .home-banner__title {
    font-size: 32px;
  }
}

.home-video {
  width: 100%;
  line-height: 0;
}
.home-video video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: cover;
}

.home-image-section {
  width: 100%;
  min-height: 1000px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .home-image-section {
    min-height: 400px;
  }
}
.home-image-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.home-image-section__overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  max-width: 800px;
}
.home-image-section__title {
  font-size: 52px;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .home-image-section__title {
    font-size: 32px;
  }
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-links .contact-link {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s;
}
.contact-links .contact-link .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-links .contact-link .icon svg {
  width: 100%;
  height: 100%;
}

.b2b-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.b2b-hero {
  background: #86704d;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .b2b-hero {
    padding: 50px 0;
  }
}
.b2b-hero__title {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .b2b-hero__title {
    font-size: 32px;
  }
}
.b2b-hero__sub {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .b2b-hero__sub {
    font-size: 16px;
  }
}

.b2b-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .b2b-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .b2b-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.b2b-benefit {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.25s ease;
}
.b2b-benefit:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.b2b-benefit__icon {
  width: 48px;
  height: 48px;
  color: #86704d;
  margin: 0 auto 16px;
}
.b2b-benefit__icon svg {
  width: 100%;
  height: 100%;
}
.b2b-benefit h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
}
.b2b-benefit p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.b2b-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 0;
}
.b2b-tabs__btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  color: #888;
  position: relative;
  bottom: -2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.b2b-tabs__btn:hover {
  color: #333;
}
.b2b-tabs__btn.is-active {
  color: #86704d;
  border-bottom-color: #86704d;
}
.b2b-tabs__panel {
  display: none;
}
.b2b-tabs__panel.is-active {
  display: block;
}
.b2b-tabs__empty {
  color: #888;
  text-align: center;
  padding: 60px 0;
}

.b2b-process {
  background: #f6f6f6;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .b2b-process {
    padding: 50px 0;
  }
}

.b2b-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .b2b-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .b2b-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.b2b-step__num {
  font-size: 48px;
  font-weight: 900;
  color: #86704d;
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 12px;
}
.b2b-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
.b2b-step p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.b2b-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 1024px) {
  .b2b-contact__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.b2b-contact__text h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.b2b-contact__text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 24px;
}
.b2b-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2b-contact__list li {
  font-size: 14px;
  color: #333;
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.b2b-contact__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86704d;
}

/* 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: #404040;
  font-family: "Bookman Old Style", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 900;
  line-height: 1.25;
}

.title {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 20px;
}

.subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}

p {
  margin: 0 0 10px 0;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 1.5em auto;
}

/* Elements
--------------------------------------------- */
body {
  background: #f4f4f4;
}
body .container {
  padding: 0 24px;
}
@media (max-width: 768px) {
  body .container {
    padding: 0 12px;
  }
}
body .container--wide {
  max-width: 1320px;
  margin: 0 auto;
}
body .container .split {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  body .container .split {
    flex-direction: column;
  }
}
body .container .split .split-item {
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
}
@media (max-width: 768px) {
  body .container .split .split-item {
    width: 100%;
  }
}
body .pos-relative {
  position: relative;
}
body .d-flex {
  display: flex;
}
body .w-100 {
  width: 100%;
}
body .my--50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
body .mt-20 {
  margin-top: 20px;
}
body .mb--50 {
  margin-bottom: 50px;
}
body .py--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
body .text-center {
  text-align: center;
}
body .woocommerce-notices-wrapper {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
}

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;
  width: 100%;
}
table .woocommerce-product-attributes-item th {
  text-align: left;
  font-weight: 700;
}
table .woocommerce-product-attributes-item td {
  text-align: right;
}

/* Links
--------------------------------------------- */
a {
  color: #86704d;
}
a:hover, a:focus, a:active {
  color: #6b4f41;
}
a:hover, a:active, a:focus {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  background: #86704d;
  position: relative;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 1em;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.btn:before,
.button:before,
input[type=button]:before,
input[type=reset]:before,
input[type=submit]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #6b4f41;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
  background: #6b4f41;
}
.btn:hover:before,
.button:hover:before,
input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before {
  width: 100%;
}
.btn.btn--white,
.button.btn--white,
input[type=button].btn--white,
input[type=reset].btn--white,
input[type=submit].btn--white {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
}
.btn.btn--white:before,
.button.btn--white:before,
input[type=button].btn--white:before,
input[type=reset].btn--white:before,
input[type=submit].btn--white:before {
  background: rgb(221, 221, 221);
}

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,
.fluentform.ff-default .ff-el-form-control {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 11px;
}
input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=url]:focus,
input[type=url]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=range]:focus,
input[type=range]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=color]:focus,
input[type=color]:focus-visible,
textarea:focus,
textarea:focus-visible,
.fluentform.ff-default .ff-el-form-control:focus,
.fluentform.ff-default .ff-el-form-control:focus-visible {
  color: #111;
  border: 1px solid #86704d;
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #86704d;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*#HEADER STYLE*/
/*----------------------------------------------------------------------------*/
.header-top-bar {
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
}
.header-top-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top-bar .container p, .header-top-bar .container h1, .header-top-bar .container h2, .header-top-bar .container h3, .header-top-bar .container h4, .header-top-bar .container h5, .header-top-bar .container h6 {
  margin: 0;
}

.header-top-bar {
  background-color: #86704d;
  color: #fff;
  overflow: hidden;
}
.header-top-bar .container {
  position: relative;
}
.header-top-bar .container .marquee {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}
.header-top-bar .container .marquee a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.header-top-bar .container .marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
header.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header.site-header.scroll-down {
  visibility: hidden;
  opacity: 0;
}

.navbar {
  height: 100%;
}
@media (max-width: 768px) {
  .navbar {
    display: none;
  }
}
.navbar .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar .current_page_item a {
  color: #86704d;
}
.navbar .checkout-menu-placeholder {
  flex: 1;
}
.navbar .navbar-brand {
  text-align: center;
  flex: 1;
  display: block;
  padding: 15px 0;
}
.navbar .navbar-brand img {
  max-width: 250px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.navbar .navbar-collapse {
  flex: 1;
  height: auto;
  align-self: stretch;
}
.navbar .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.navbar .navbar-nav li.menu-item {
  padding: 0 10px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav li.menu-item a:first-child {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
.navbar .navbar-nav li.menu-item a:first-child::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #86704d;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.navbar .navbar-nav li.menu-item a:first-child:hover {
  color: #86704d;
}
.navbar .navbar-nav li.menu-item a:first-child:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.header-actions {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay-inner {
  width: 100%;
  max-width: 600px;
  padding: 20px;
}
.search-overlay .search-overlay-inner form {
  display: flex;
}
.search-overlay .search-overlay-inner input[type=search] {
  width: 100%;
  padding: 10px 15px;
  font-size: 20px;
  border: none;
  background: transparent;
  border-bottom: 2px solid #fff;
  outline: none;
  color: #fff;
}
.search-overlay .search-submit {
  background-color: #86704d;
  color: #fff;
  margin-left: 30px;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button {
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.header-search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-search-toggle svg {
  width: 25px;
  height: 25px;
}

.navbar-cart {
  margin-left: 10px;
}
.navbar-cart .cart-toggle {
  display: flex;
  align-items: center;
  position: relative;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.navbar-cart .cart-toggle .cart-icon {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.navbar-cart .cart-toggle .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #86704d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar-cart .cart-toggle.pop .cart-icon {
  animation: popCart 0.4s ease forwards;
}

/* Pop animation */
@keyframes popCart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4) rotate(-5deg);
  }
  70% {
    transform: scale(0.9) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.mobile-active {
  overflow: hidden;
}

/*--------------------*/
/* Mobile Header/Menu */
/*--------------------*/
.mobile-header {
  position: relative;
  z-index: 9999;
  display: none;
}
@media (max-width: 768px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .hamburger {
  width: 30px;
  height: 22px;
  position: relative;
  display: block;
  cursor: pointer;
}
.mobile-header .hamburger span,
.mobile-header .hamburger span:before,
.mobile-header .hamburger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.mobile-header .hamburger span {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-header .hamburger span:before {
  top: -8px;
}
.mobile-header .hamburger span:after {
  bottom: -8px;
}
.mobile-header .hamburger.active span {
  background: transparent;
}
.mobile-header .hamburger.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-header .hamburger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-header .navbar-brand img {
  width: auto;
  max-width: 250px;
  height: auto;
  padding: 12px 15px;
}
.mobile-header .header-actions .navbar-cart {
  position: relative;
}
.mobile-header .header-actions .navbar-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff4c3b;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Menu Offcanvas */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
}
.mobile-nav.active {
  transform: translateX(0);
}
.mobile-nav .mobile-nav-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-nav {
  /* Header with close button and logo */
}
.mobile-nav .mobile-nav-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.mobile-nav .mobile-nav-header .mobile-nav-close {
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
.mobile-nav .mobile-nav-header .navbar-brand img {
  max-height: 50px;
}
.mobile-nav {
  /* Search at top */
}
.mobile-nav .mobile-nav-search {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.mobile-nav .mobile-nav-search form {
  display: flex;
}
.mobile-nav .mobile-nav-search form input {
  flex: 1;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.mobile-nav .mobile-nav-search form button {
  padding: 8px 12px;
  border: 0;
  background: #86704d;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.mobile-nav {
  /* Menu */
}
.mobile-nav .navbar-collapse {
  flex: 1;
  overflow: hidden;
}
.mobile-nav .navbar-collapse .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .navbar-collapse .navbar-nav li {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* Arrow for parent items */
}
.mobile-nav .navbar-collapse .navbar-nav li .submenu-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  user-select: none;
  transition: color 0.3s;
}
.mobile-nav .navbar-collapse .navbar-nav li .submenu-toggle:hover {
  color: #86704d;
}
.mobile-nav .navbar-collapse .navbar-nav li > a {
  padding-right: 40px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.mobile-nav .navbar-collapse .navbar-nav li {
  /* Submenu */
}
.mobile-nav .navbar-collapse .navbar-nav li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(0);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.mobile-nav .navbar-collapse .navbar-nav li ul .submenu-back {
  padding: 12px 20px;
  background: #eee;
  cursor: pointer;
  font-weight: 700;
}
.mobile-nav .navbar-collapse .navbar-nav li ul li {
  padding-left: 20px;
}
.mobile-nav .navbar-collapse .navbar-nav li ul li > a {
  padding: 16px 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.mobile-nav .navbar-collapse .navbar-nav li ul.active {
  transform: translateX(-100%);
}
.mobile-nav .navbar-collapse .navbar-nav li {
  /* Hide siblings when submenu opens */
}
.mobile-nav .navbar-collapse .navbar-nav li.hide-siblings {
  opacity: 0;
}

/* Lock body scroll when menu is active */
body.menu-active {
  overflow: hidden;
}

/* Hide desktop navbar on mobile */
@media (max-width: 992px) {
  .navbar {
    display: none;
  }
}
.mega-menu .mega-menu-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #000;
  padding: 20px;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  gap: 30px;
  z-index: 99;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mega-menu .mega-menu-content.visible {
  display: flex;
}
.mega-menu .mega-menu-content .mega-column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.mega-menu .mega-menu-content .mega-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
}
.mega-menu .mega-menu-content .mega-column a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #fff;
  overflow: hidden;
}
.mega-menu .mega-menu-content .mega-column a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.mega-menu .mega-menu-content .mega-column .product-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu .mega-menu-content .mega-column .product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.mega-menu .mega-menu-content .mega-column .product-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1/1;
  background: #f6f6f6;
}
.mega-menu .mega-menu-content .mega-column .product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu .mega-menu-content .mega-column .product-card__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.mega-menu .mega-menu-content .mega-column .product-card:hover .product-card__img--hover {
  opacity: 1;
  transform: scale(1.04);
}
.mega-menu .mega-menu-content .mega-column .product-card:hover .product-card__img--main {
  opacity: 0;
}
.mega-menu .mega-menu-content .mega-column .product-card:hover .product-card__quick {
  opacity: 1;
  transform: translateY(0);
}
.mega-menu .mega-menu-content .mega-column .product-card__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}
.mega-menu .mega-menu-content .mega-column .product-card__badge {
  font-size: 12px;
  padding: 5px 8px;
  background: #86704d;
  color: #fff;
  letter-spacing: 0.08em;
}
.mega-menu .mega-menu-content .mega-column .product-card__swatches {
  position: absolute;
  bottom: 60px;
  left: 14px;
  display: flex;
  gap: 6px;
}
.mega-menu .mega-menu-content .mega-column .product-card__swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu .mega-menu-content .mega-column .product-card__swatch:hover {
  transform: scale(1.2);
}
.mega-menu .mega-menu-content .mega-column .product-card__quick {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu .mega-menu-content .mega-column .product-card__quick .button {
  width: 100%;
  background: #86704d;
  color: #fff;
  padding: 13px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
}
.mega-menu .mega-menu-content .mega-column .product-card__quick .button:hover {
  color: #fff;
}
.mega-menu .mega-menu-content .mega-column .product-card__quick .button.loading {
  color: transparent;
}
.mega-menu .mega-menu-content .mega-column .product-card__quick .button.loading::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.6s linear infinite;
}
.mega-menu .mega-menu-content .mega-column .product-card__info {
  padding-top: 14px;
}
.mega-menu .mega-menu-content .mega-column .product-card__title {
  font-size: 15px;
  font-weight: 700 !important;
  color: #333;
  line-height: 1.3;
  text-align: left;
}
.mega-menu .mega-menu-content .mega-column .product-card__title:hover {
  text-decoration: none !important;
  color: #333 !important;
}
.mega-menu .mega-menu-content .mega-column .product-card__title::after {
  content: none !important;
}
.mega-menu .mega-menu-content .mega-column .product-card__desc {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.4;
  margin: 4px 0 8px;
}
.mega-menu .mega-menu-content .mega-column .product-card__price {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}
.mega-menu .mega-menu-content .mega-column.mega-posts a {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}
.mega-menu .mega-menu-content .mega-column.mega-posts a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #86704d;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.mega-menu .mega-menu-content .mega-column.mega-posts a:hover {
  color: #86704d;
}
.mega-menu .mega-menu-content .mega-column.mega-posts a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.mega-menu .mega-menu-content .mega-column.mega-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 180px;
}
.mega-menu .mega-menu-content .mega-column.mega-links a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  text-align: left;
  transition: color 0.2s ease;
  display: block;
  margin-bottom: 0;
}
.mega-menu .mega-menu-content .mega-column.mega-links a:hover {
  color: #86704d;
}
.mega-menu .mega-menu-content .mega-column.mega-links a:hover::after {
  content: none;
}
.mega-menu .mega-menu-content.has-child-links .mega-column.mega-products {
  flex: 1;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .mega-menu .mega-menu-content {
    position: static;
    width: 100%;
    flex-direction: column;
    padding: 15px;
  }
  .mega-menu .mega-menu-content .mega-column {
    margin-bottom: 20px;
  }
}
.prefooter {
  margin-top: 25px;
  padding: 50px;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .prefooter {
    padding: 25px 0;
  }
}

.site-footer {
  background: #161c21;
  padding: 3rem 0 1.5rem;
  font-size: 0.9rem;
  color: #fff;
}
.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
.site-footer .footer-columns .footer-column {
  flex: 1 1 200px;
}
.site-footer .footer-columns .footer-column h4 {
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 16px;
}
.site-footer .footer-columns .footer-column h4.footer-toggle {
  position: relative;
}
@media (max-width: 768px) {
  .site-footer .footer-columns .footer-column h4.footer-toggle {
    margin-top: 0;
  }
}
.site-footer .footer-columns .footer-column h4.footer-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  font-weight: 700;
  transition: transform 0.3s;
}
.site-footer .footer-columns .footer-column .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-columns .footer-column .footer-menu li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-columns .footer-column .footer-menu li a {
  color: #a7a7a7;
  text-decoration: none;
}
.site-footer .footer-columns .footer-column .footer-menu li a:hover {
  color: #fff;
}
.site-footer .footer-columns .footer-column .footer-menu {
  max-height: none;
  overflow: visible;
  transition: max-height 0.3s ease;
}
.site-footer .footer-columns .footer-column.footer-logo a {
  display: block;
  max-width: 200px;
  height: auto;
  margin: auto;
}
.site-footer .footer-columns .footer-column .social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .site-footer .footer-columns .footer-column .social-icons {
    justify-content: center;
  }
}
.site-footer .footer-columns .footer-column .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #222;
  transition: all 0.25s ease;
}
.site-footer .footer-columns .footer-column .social-icons .social-icon:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}
.site-footer .footer-columns .footer-column .social-icons .social-icon .icon {
  width: 23px;
  height: 23px;
  display: block;
}
@media (max-width: 768px) {
  .site-footer .footer-columns .footer-column .footer-additional p {
    text-align: center;
  }
}
.site-footer .footer-bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-bottom a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom p {
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: column;
  }
}
.site-footer .footer-bottom .footer-payments {
  max-width: 255px;
  height: auto;
  object-fit: contain;
  margin: auto;
}

@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
  }
  .footer-columns .footer-column {
    width: 100%;
    flex: 1 1 !important;
  }
  .footer-columns .footer-column .footer-menu {
    display: none;
  }
  .footer-columns .footer-column .footer-menu.active {
    display: block;
  }
  .footer-columns .footer-column h4.footer-toggle {
    cursor: pointer;
  }
  .footer-columns .footer-column h4.footer-toggle:after {
    content: "+" !important;
    position: absolute;
    right: 0;
  }
  .footer-columns .footer-column h4.footer-toggle.active::after {
    content: "−" !important;
  }
}
.cart-drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}
.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease;
}
.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.cart-drawer__header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.cart-drawer__header .cart-drawer__close {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.cart-drawer .widget_shopping_cart_content {
  padding: 20px;
}
.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100%;
  background: #fff;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .cart-drawer__panel {
    width: 100%;
  }
}
.cart-drawer__panel {
  /* Mini cart items */
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item:last-child {
  border-bottom: none;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item a {
  text-decoration: none;
  color: #333;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item .quantity {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-top: 4px;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item .remove {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #999;
  transition: color 0.2s ease;
}
.cart-drawer__panel .woocommerce-mini-cart .mini_cart_item .remove:hover {
  color: #e60023;
}
.cart-drawer__panel {
  /* Total */
}
.cart-drawer__panel .woocommerce-mini-cart__total {
  padding: 20px 0;
  font-weight: 700;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
.cart-drawer__panel {
  /* Buttons */
}
.cart-drawer__panel .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 20px 0;
}
.cart-drawer__panel .woocommerce-mini-cart__buttons a.button {
  text-align: center;
  padding: 12px 0;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.cart-drawer__panel .woocommerce-mini-cart__buttons .wc-forward {
  background: #333;
  color: #fff;
  border: 0;
}
.cart-drawer__panel .woocommerce-mini-cart__buttons .checkout {
  background: #86704d;
  color: #fff;
}
.cart-drawer__panel .woocommerce-mini-cart__buttons .checkout:hover {
  opacity: 0.7;
}
.cart-drawer.open {
  pointer-events: auto;
}
.cart-drawer.open .cart-drawer__overlay {
  opacity: 1;
}
.cart-drawer.open .cart-drawer__panel {
  right: 0;
}

#chatbot {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 260px;
  max-height: 600px;
  background: #f9f9f9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
  z-index: 9999;
}

#chat-header {
  padding: 12px;
  background: #86704d;
  color: #fff;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}

#chat-messages {
  flex: 1;
  overflow: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  scroll-behavior: smooth;
}

.message {
  max-width: 80%;
  padding: 10px 12px;
  border-radius: 12px;
  line-height: 1.3;
  word-break: break-word;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.message.visible {
  opacity: 1;
  transform: translateY(0);
}

.message.user {
  align-self: flex-end;
  background: #DCF8C6;
  color: #333;
  border-bottom-right-radius: 0;
}

.message.bot {
  align-self: flex-start;
  background: #fff;
  color: #333;
  border-bottom-left-radius: 0;
}

.chat-product {
  display: flex;
  gap: 10px;
  border: 1px solid #eee;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  flex-direction: row;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.chat-product.visible {
  opacity: 1;
  transform: translateY(0);
}

.chat-product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.chat-product div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.add-to-cart-btn, .checkout-btn {
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.add-to-cart-btn {
  background: #86704d;
  color: #fff;
}

.checkout-btn {
  background: #ffc107;
  color: #000;
}

.product-qty {
  width: 50px;
  margin-top: 3px;
}

#chat-input {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 6px;
}

#chat-input input {
  flex: 1;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

#chat-input button {
  padding: 0 16px;
  margin-left: 6px;
  border: none;
  border-radius: 20px;
  background: #86704d;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.typing-indicator {
  align-self: flex-start;
  background: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  font-style: italic;
  color: #86704d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 4px;
}

.typing-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #86704d;
  border-radius: 50%;
  animation: blink 1s infinite;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#chatbot.minimized #chat-messages,
#chatbot.minimized #chat-input {
  display: none;
}

#chatbot.minimized {
  height: auto;
}

#chat-header {
  cursor: pointer;
}

#chatbot #chat-messages,
#chatbot #chat-input {
  transition: all 0.3s ease;
}

#chatbot.minimized #chat-messages,
#chatbot.minimized #chat-input {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.support-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 768px) {
  .support-content {
    flex-direction: column;
    gap: 25px;
  }
}
.support-content .support-menu {
  min-width: 300px;
  position: sticky;
  top: 100px;
  height: 100%;
}
@media (max-width: 768px) {
  .support-content .support-menu {
    position: relative;
    top: unset;
  }
}
.support-content .support-menu li {
  margin-bottom: 10px;
}
.support-content .support-menu li a {
  color: #666;
  text-decoration: none;
  font-weight: 700;
}
.support-content .support-menu li a:hover {
  color: #86704d;
}
.support-content .support-menu li.current_page_item a {
  color: #86704d;
  font-weight: 700;
}
.support-content .content {
  width: 65%;
}
@media (max-width: 768px) {
  .support-content .content {
    width: 100%;
  }
}

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

/*# sourceMappingURL=style.css.map */
