/*!
Theme Name: Rococo
Theme URI: http://underscores.me/
Author: Digital Atelier
Author URI: https://digital-atelier.hr
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: rococo
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.

Rococo 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
h2 {
  font-size: 42px;
  color: #3D3D3D;
  display: inline-block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Funnel Display", sans-serif;
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #737373;
  font-family: "Funnel Sans", sans-serif;
  font-size: clamp(15px, 3vw, 16px);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
}

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: "Funnel Display", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Funnel Display", sans-serif;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  text-rendering: geometricprecision;
}

.entry-content {
  overflow-x: hidden;
}

.wrap {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
.wrap.small-wrap {
  max-width: 750px;
}

footer.site-footer {
  background-color: #1F1C1C;
  color: white;
}
footer.site-footer .wrap {
  padding: 120px 0;
}
footer.site-footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
footer.site-footer .top .logo img {
  height: 15px;
  width: auto;
}
footer.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
footer.site-footer .site-info .widget {
  max-width: 100%;
  margin-bottom: 0;
}
footer.site-footer .site-info .widget .wpcf7-form {
  max-width: 500px;
}
footer.site-footer .site-info .widget .wpcf7-form p {
  text-wrap: wrap;
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.full.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.full.col-2 .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.home .entry-header {
  display: none;
}

.collections {
  padding-bottom: 200px;
}
.collections header {
  padding: 150px 0;
  text-align: center;
}
.collections header h2 {
  font-size: clamp(27px, 6vw, 40px);
  color: #3D3D3D;
  margin: 0;
  padding: 0;
}
.collections header p {
  font-size: clamp(16px, 4vw, 25px);
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.collections .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.collections .container .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.collections .container .col-2 .wrap {
  max-width: 600px;
  padding: 30px 0;
}
.collections .container .col-2 .img-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
.collections .container .col-2 .img-wrap img {
  display: block;
  width: 100%;
  height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.collections .container .col-2:first-of-type .img-wrap {
  border-radius: 0 20px 20px 0;
}
.collections .container .col-2:last-of-type .img-wrap {
  border-radius: 20px 0 0 20px;
}
.collections .container .col-2 h3 {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 200;
  color: #ACACAC;
  margin-bottom: 0;
}
.collections .container .col-2 h3 span {
  color: #3D3D3D;
  font-size: inherit;
  padding-right: 10px;
}
.collections .container .col-2 .subtitle {
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  color: #3D3D3D;
}
.collections .container .col-2 p {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.collections .container .col-2 ul {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 480px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.collections .container .col-2 ul li {
  margin-left: 0;
  float: left;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #CBCBCB;
  margin-bottom: 10px;
}
.collections .container .col-2 ul li:last-child {
  border-right: none;
}
.collections .container .col-2 .btn {
  display: inline-block;
}

.text-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.text-image .container .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 450px;
}
.text-image .container .col-2 .text-wrap {
  padding: 40px;
}
.text-image .container .col-2 .text-wrap h1 {
  font-size: 26px;
  font-weight: 500;
  color: #3D3D3D;
}
.text-image .container .col-2 .text-wrap h2 {
  font-size: 20px;
  color: #707070;
  margin-bottom: 0;
}
.text-image .container .col-2 .text-wrap p {
  padding-left: 20px;
}
.text-image .container .col-2 .img-wrap {
  height: 100%;
}
.text-image .container .col-2 .img-wrap img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
.text-image.reversed .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.text-image.reversed .container .text-wrap {
  padding-left: 0;
  padding-right: 40px;
}

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80vh;
}
.featured .centered-note {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.featured .centered-note h2, .featured .centered-note p {
  color: #3D3D3D;
}
.featured .centered-note .subtitle {
  color: #707070;
  font-size: 25px;
  font-size: clamp(22px, 6vw, 25px);
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
}
.featured .centered-note h2 {
  font-size: clamp(30px, 5vw, 42px);
  margin-bottom: 0;
}
.featured .centered-note p {
  font-size: 18px;
}

.grey-bg {
  background-color: #FBFBFB;
}

.icons-text {
  text-align: center;
  padding: 150px 0;
}
.icons-text h2 {
  margin: 0;
  font-size: clamp(27px, 6vw, 40px);
}
.icons-text svg {
  margin: 20px 0;
}
.icons-text .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
  padding: 20px;
}
.icons-text .icons .icon {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icons-text .icons .icon img {
  width: 120px;
  height: auto;
}
.icons-text .icons .icon p {
  text-transform: uppercase;
  margin-top: 0;
}
.icons-text .text {
  max-width: 900px;
  margin: 0 auto;
}

.CTA {
  text-align: center;
  padding: 120px 0;
}
.CTA .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.CTA h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 6vw, 40px);
}
.CTA svg {
  display: block;
  margin: 10px auto 40px;
}

.js-scroll {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled .fade-in-down, .scrolled.fade-in-down {
  -webkit-animation: fade-in-down 1s ease-in-out both;
          animation: fade-in-down 1s ease-in-out both;
}

.scrolled .fade-in-up, .scrolled.fade-in-up {
  -webkit-animation: fade-in-up 1s ease-in-out both;
          animation: fade-in-up 1s ease-in-out both;
}

.scrolled .zoom-out, .scrolled.zoom-out {
  -webkit-animation: zoom-out 1s ease-in-out both;
          animation: zoom-out 1s ease-in-out both;
}

.scrolled .zoom-out-bg, .scrolled.zoom-out-bg {
  -webkit-animation: zoom-out-bg 1s ease-in-out both;
          animation: zoom-out-bg 1s ease-in-out both;
}

.scrolled .fade-in, .scrolled.fade-in, .scrolled svg {
  -webkit-animation: fade-in 1s ease-in-out both;
          animation: fade-in 1s ease-in-out both;
}

.scrolled:nth-child(1) .zoom-out, .scrolled:nth-child(1) .fade-in-down, .scrolled:nth-child(1) .fade-in-up {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scrolled:nth-child(2) .zoom-out, .scrolled:nth-child(2) .fade-in-down, .scrolled:nth-child(2) .fade-in-up {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.scrolled:nth-child(3) .zoom-out, .scrolled:nth-child(3) .fade-in-down, .scrolled:nth-child(3) .fade-in-up {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.scrolled:nth-child(4) .zoom-out, .scrolled:nth-child(4) .fade-in-down, .scrolled:nth-child(4) .fade-in-up {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.scrolled:nth-child(5) .zoom-out, .scrolled:nth-child(5) .fade-in-down, .scrolled:nth-child(5) .fade-in-up {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.scrolled:nth-child(6) .zoom-out, .scrolled:nth-child(6) .fade-in-down, .scrolled:nth-child(6) .fade-in-up {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scrolled:nth-child(7) .zoom-out, .scrolled:nth-child(7) .fade-in-down, .scrolled:nth-child(7) .fade-in-up {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.scrolled:nth-child(8) .zoom-out, .scrolled:nth-child(8) .fade-in-down, .scrolled:nth-child(8) .fade-in-up {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.scrolled:nth-child(9) .zoom-out, .scrolled:nth-child(9) .fade-in-down, .scrolled:nth-child(9) .fade-in-up {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.scrolled:nth-child(10) .zoom-out, .scrolled:nth-child(10) .fade-in-down, .scrolled:nth-child(10) .fade-in-up {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom-out-bg {
  0% {
    opacity: 0;
    background-size: 105%;
  }
  100% {
    opacity: 1;
    background-size: 100%;
  }
}
@keyframes zoom-out-bg {
  0% {
    opacity: 0;
    background-size: 105%;
  }
  100% {
    opacity: 1;
    background-size: 100%;
  }
}
.category-title {
  font-size: clamp(30px, 6vw, 50px);
  font-weight: 300;
  margin: 0;
}
.category-title span {
  color: #3D3D3D;
}

.tax-product_cat .wrap {
  padding-bottom: 30px;
}

.product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  text-align: center;
}
.product-grid .col-2 img {
  aspect-ratio: 3/2;
}

.product-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 40px;
  text-align: center;
  width: 100%;
  display: block;
}
.product-item img {
  display: block;
  width: 100%; /* Make sure the image takes up the full container width */
  height: auto; /* Maintain aspect ratio */
  -o-object-fit: cover;
     object-fit: cover; /* Crop and fit the image into a square shape */
  aspect-ratio: 1/1; /* Ensure the image is square */
}
.product-item h2 {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.about-us .small-wrap {
  padding: 40px 0;
}
.about-us .intro {
  font-size: 20px;
  color: #707070;
}
.about-us .black-center {
  color: #3D3D3D;
  text-align: center;
}
.about-us .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.about-us .icons .col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.about-us .icons .img-wrap {
  width: 150px;
  height: 150px;
  border: 1px solid #ACACAC;
  border-radius: 50%;
  position: relative;
}
.about-us .icons .img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-us .icons h3 {
  color: #3D3D3D;
}

.kontakt {
  padding: 80px 0;
}
.kontakt .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 150px;
}
.kontakt .wrap div {
  width: 100%;
  max-width: 400px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=tel], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 textarea {
  color: #666;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0;
  padding: 3px;
  width: 100%;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=text]:focus-within, .wpcf7 input[type=text]:focus-visible, .wpcf7 input[type=email]:focus, .wpcf7 input[type=email]:focus-within, .wpcf7 input[type=email]:focus-visible, .wpcf7 input[type=url]:focus, .wpcf7 input[type=url]:focus-within, .wpcf7 input[type=url]:focus-visible, .wpcf7 input[type=password]:focus, .wpcf7 input[type=password]:focus-within, .wpcf7 input[type=password]:focus-visible, .wpcf7 input[type=search]:focus, .wpcf7 input[type=search]:focus-within, .wpcf7 input[type=search]:focus-visible, .wpcf7 input[type=number]:focus, .wpcf7 input[type=number]:focus-within, .wpcf7 input[type=number]:focus-visible, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=tel]:focus-within, .wpcf7 input[type=tel]:focus-visible, .wpcf7 input[type=range]:focus, .wpcf7 input[type=range]:focus-within, .wpcf7 input[type=range]:focus-visible, .wpcf7 input[type=date]:focus, .wpcf7 input[type=date]:focus-within, .wpcf7 input[type=date]:focus-visible, .wpcf7 input[type=month]:focus, .wpcf7 input[type=month]:focus-within, .wpcf7 input[type=month]:focus-visible, .wpcf7 input[type=week]:focus, .wpcf7 input[type=week]:focus-within, .wpcf7 input[type=week]:focus-visible, .wpcf7 input[type=time]:focus, .wpcf7 input[type=time]:focus-within, .wpcf7 input[type=time]:focus-visible, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=datetime]:focus-within, .wpcf7 input[type=datetime]:focus-visible, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime-local]:focus-within, .wpcf7 input[type=datetime-local]:focus-visible, .wpcf7 input[type=color]:focus, .wpcf7 input[type=color]:focus-within, .wpcf7 input[type=color]:focus-visible, .wpcf7 textarea:focus, .wpcf7 textarea:focus-within, .wpcf7 textarea:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid white;
  border-radius: 30px;
  background-color: white;
  padding: 0;
  margin: 10px 0;
}
.subscribe input {
  min-width: auto !important;
  margin: 0;
  padding: 5px 10px !important;
  border-radius: 30px !important;
  max-width: 300px;
}
.subscribe .wpcf7-submit {
  padding: 0px 40px !important;
  background-color: #3D3D3D !important;
  color: white;
}
.subscribe .wpcf7-submit:hover, .subscribe .wpcf7-submit:focus, .subscribe .wpcf7-submit:focus-within {
  -webkit-transform: translate(0);
          transform: translate(0);
  color: white;
  background-color: #1F1C1C !important;
}
.subscribe .wpcf7-not-valid-tip {
  position: absolute;
}
.subscribe .wpcf7-spinner {
  display: none !important;
}

/* Columns for 4 items per row (25% width minus half of the gap) */
.col-4 {
  width: calc(25% - 15px); /* Subtract half of the gap to account for space */
}

/* Columns for 2 items per row (50% width minus half of the gap) */
.col-2 {
  width: calc(50% - 10px); /* Subtract half of the gap to account for space */
}

@media (max-width: 1300px) {
  .featured .wrap {
    padding: 0 !important;
  }
  .featured .centered-note {
    padding: 40px !important;
  }
  .wrap {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .collections {
    padding-bottom: 0;
  }
  .collections .full-width {
    width: 100vw !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .collections header {
    padding: 100px 0;
    margin: 0px;
  }
  .collections .container {
    display: block;
    width: 100%;
  }
  .collections .container .col-2 {
    width: 100%;
    margin: 10px 0 70px;
    padding: 0;
  }
  .collections .container .col-2 .wrap {
    max-width: 500px !important;
    float: left;
  }
  .collections .container .col-2 .wrap h3 {
    margin-top: 10px;
  }
  .collections .container .col-2 .wrap a {
    float: left;
  }
  .collections .container .col-2 .wrap ul {
    width: 100%;
    max-width: 100%;
  }
  .collections .container .col-2 .img-wrap {
    border-radius: 0px !important;
  }
  .collections .container .col-2 .img-wrap img {
    max-width: 700px;
  }
  .collections .container .col-2:last-child img {
    float: right;
  }
  .collections .container .col-2:last-child .wrap {
    float: right;
  }
}
.mobile {
  display: none;
}

.mobile-not {
  display: block;
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .site-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-info p {
    text-wrap: nowrap;
  }
}
/* Responsive breakpoints */
@media (max-width: 1024px) {
  .col-4 {
    width: calc(50% - 10px); /* 2 items per row on tablets */
  }
  .col-2 {
    width: 100%; /* 1 item per row on mobile */
  }
  .mobile {
    display: block;
  }
  .mobile-not {
    display: none;
  }
  .text-image .container .col-2 {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .text-image .container .col-2.bg {
    min-height: auto;
    height: calc(100vw - 30px);
  }
  .about-us .small-wrap {
    padding: 0 0 50px;
  }
  .about-us .icons {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .icons .col-3 {
    padding: 0;
  }
  .about-us .icons .img-wrap {
    width: 100px;
    height: 100px;
  }
  .about-us .intro {
    text-align: left;
  }
  .kontakt {
    padding: 60px 0;
  }
  .kontakt .wrap {
    gap: 100px;
  }
  .icons-text {
    padding: 100px 0;
  }
  .icons-text .icons {
    padding: 0px;
  }
  .icons-text .icons .icon {
    width: 25%;
  }
  .product-item {
    padding: 10px 10px 30px;
  }
}
@media (max-width: 768px) {
  .col-4, .col-2 {
    width: 100%; /* 1 item per row on mobile */
  }
  .col-4 img, .col-2 img {
    aspect-ratio: 1/1 !important;
  }
  .icons-text .icons {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .kontakt {
    padding: 60px 0;
  }
  .kontakt .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  .kontakt .wrap div {
    max-width: 100%;
  }
  .site-info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: p;
    gap-text-wrap: wrap;
  }
  .site-info div:nth-child(1) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .icons-text .icons .icon {
    width: 45%;
  }
  .product-item {
    padding: 10px 10px 20px;
  }
}
/**
 * ARCHIVE
 */
/* General filters container */
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; /* Space between filter items */
  margin-bottom: 20px;
}

/* Individual filter dropdown button styles */
.filter-dropdown, .sort-dropdown {
  position: relative;
  display: inline-block;
}

.filter-dropdown .dropdown-toggle, .sort-dropdown .dropdown-toggle, #load-more {
  background-color: white;
  color: #333;
  border: 1px solid black;
  border-radius: 25px;
  padding: 15px 25px 15px 20px;
  cursor: pointer;
  width: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 170px; /* Minimum width for the button */
}

#load-more {
  display: block;
  margin: 30px auto;
  text-align: center;
}

/* Style for the sort and filter dropdown button */
.filter-dropdown .dropdown-toggle, .sort-dropdown .dropdown-toggle {
  background-color: white;
  color: #333;
  border: 1px solid black;
  border-radius: 25px;
  padding: 15px;
  cursor: pointer;
  width: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 170px; /* Minimum width for the button */
  position: relative;
}

/* Arrow inside the button */
.filter-dropdown .dropdown-toggle .arrow, .sort-dropdown .dropdown-toggle .arrow {
  content: "";
  display: block;
  width: 10px; /* Width of the arrow */
  height: 10px; /* Height of the arrow */
  border-left: 2px solid #333; /* Left side of the arrow */
  border-bottom: 2px solid #333; /* Bottom side of the arrow */
  position: absolute;
  right: 17px; /* Position the arrow inside the button */
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); /* Initially pointing up */
}

/* When dropdown is open, rotate the arrow to point down */
.filter-dropdown.open .dropdown-toggle .arrow, .sort-dropdown.open .dropdown-toggle .arrow {
  -webkit-transform: translateY(calc(-50% + 5px)) rotate(135deg);
          transform: translateY(calc(-50% + 5px)) rotate(135deg); /* Rotate to point down */
}

/* The dropdown menu for each filter */
.filter-dropdown .dropdown-menu, .sort-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px); /* Ensure dropdown is just below the button */
  left: 0;
  width: 100%;
  background-color: white;
  color: #333;
  border: 1px solid black;
  border-radius: 25px;
  padding: 20px 0;
  z-index: 1000; /* Make sure the dropdown is on top of other elements */
}

/* Show dropdown when the .open class is added */
.filter-dropdown.open .dropdown-menu, .sort-dropdown.open .dropdown-menu {
  display: block;
}

/* Custom Sort By dropdown */
.sort-dropdown {
  margin-left: auto; /* Align to the right */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative; /* Make sure it aligns well with other filters */
}

/* Style for the checkbox container */
.filter-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack the labels vertically */
  gap: 10px; /* Space between each checkbox label */
  min-width: 165px; /* Minimum width for the filter container */
}

/* Style for the labels inside the checkboxes */
.filter-checkboxes label, .sort-dropdown label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 3px 15px;
  text-align: left;
  cursor: pointer;
}

/* Style for the checkboxes */
.filter-checkboxes input[type=checkbox] {
  margin-right: 10px; /* Space between checkbox and label text */
}

/* Hide the radio buttons */
.sort-dropdown .dropdown-menu input[type=radio] {
  display: none;
}

/* Optional: Add some hover effects to labels */
.sort-dropdown .dropdown-menu label:hover {
  background-color: #f0f0f0; /* Change the background on hover */
}

/* Loader Style */
.loader {
  width: 85px;
  height: 50px;
  --g1: conic-gradient(from 90deg at left 3px top 3px, #737373 90deg, #fff 0);
  --g2: conic-gradient(from -90deg at bottom 3px right 3px, #737373 90deg, #fff 0);
  background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
  background-position: left, center, right;
  background-repeat: no-repeat;
  -webkit-animation: l9 1s infinite;
          animation: l9 1s infinite;
  visibility: hidden; /* Initially hide the loader */
  z-index: 10;
}

@-webkit-keyframes l9 {
  0% {
    background-size: 25px 50%, 25px 50%, 25px 50%;
  }
  25% {
    background-size: 25px 100%, 25px 50%, 25px 50%;
  }
  50% {
    background-size: 25px 50%, 25px 100%, 25px 50%;
  }
  75% {
    background-size: 25px 50%, 25px 50%, 25px 100%;
  }
  100% {
    background-size: 25px 50%, 25px 50%, 25px 50%;
  }
}

@keyframes l9 {
  0% {
    background-size: 25px 50%, 25px 50%, 25px 50%;
  }
  25% {
    background-size: 25px 100%, 25px 50%, 25px 50%;
  }
  50% {
    background-size: 25px 50%, 25px 100%, 25px 50%;
  }
  75% {
    background-size: 25px 50%, 25px 50%, 25px 100%;
  }
  100% {
    background-size: 25px 50%, 25px 50%, 25px 50%;
  }
}
#product-list {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-height: 300px;
}

#product-list.loading {
  opacity: 0; /* Hide the products while loading */
}

/* Style for the disabled (selected) sort option */
.sort-dropdown .dropdown-menu input[type=radio]:checked + label {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.sort-dropdown .dropdown-menu label.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.total-count {
  padding: 15px 20px;
}

#load-more-loader {
  visibility: hidden; /* Initially hidden */
  display: none;
}

#load-more-loader.visible {
  visibility: visible !important; /* Make it visible when needed */
  display: block !important;
}

#selected-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.selected-filter {
  background-color: #f9f9f9;
  color: #333;
  border-radius: 25px;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.selected-filter .remove-filter {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}

.selected-filter .remove-filter {
  display: inline-block;
  width: 10px;
  height: 16px;
  position: relative;
}

.selected-filter .remove-filter::before,
.selected-filter .remove-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  width: 10px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.selected-filter .remove-filter::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.selected-filter .remove-filter::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.selected-filter:hover .remove-filter::before,
.selected-filter:hover .remove-filter::after {
  background-color: #9f2222; /* Change color to red on hover */
}

/* Zoom effect */
.zoom-wrap {
  overflow: hidden;
  display: block;
}

.zoom-wrap img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.zoom-wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-swiper {
  position: relative;
}

.swiper-wrapper {
  height: auto;
}

/* Container for nav + bullets */
.product-swiper .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.product-swiper:hover .swiper-controls {
  opacity: 1;
}

/* Pagination bullets container inside the nav bar */
.product-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  position: static; /* prevent Swiper's default absolute positioning */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* allow it to take up space between arrows */
}

.product-swiper .swiper-pagination > * {
  opacity: 0.3;
  width: 7px;
  height: 7px;
  margin: 0;
}

/* Bullets */
.product-swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.4;
}

.product-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Arrows */
.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
  position: static;
  margin: 0;
  color: white;
  width: 12px;
  height: 12px;
  padding: 15px;
}

/* Resize the Swiper default arrows */
.product-swiper .swiper-button-prev::after,
.product-swiper .swiper-button-next::after {
  font-size: 10px; /* smaller arrow size */
  color: white; /* just in case */
}

@media (max-width: 800px) {
  .pagination-wrap {
    display: none !important;
  }
}
/**
* SINGLE PRODUCT
*/
/* Layout */
.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  font-size: 15px;
  margin-bottom: 100px;
}
.product-page h1, .product-page h2 {
  font-size: 26px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: #3D3D3D;
}

#page {
  overflow-x: hidden;
}

.product-section {
  display: grid;
  grid-template-columns: 826px 1fr;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* Gallery */
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.product-gallery img,
.measurements-image img,
.color-image-box img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Typography */
.product-title {
  font-size: 26px;
}

.product-description {
  margin-top: 20px;
}

/* Breadcrumbs */
.breadcrumbs-wrap {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.breadcrumbs-wrap a {
  color: #444;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.breadcrumbs-wrap a:hover {
  color: #000;
}

.breadcrumbs-wrap .delimiter {
  margin: 0 6px;
  color: #aaa;
}

.colors {
  background-color: #FAFAFA;
  padding: 15px;
}

/* Colors */
.color-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0 40px;
}

/* Color Dot Styles */
.color-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ccc; /* Default border */
  margin: 0 5px;
  -webkit-transition: border 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, -webkit-transform 0.3s ease;
  transition: border 0.3s ease, transform 0.3s ease;
  transition: border 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Selected Dot Style */
.color-dot.selected {
  border: 2px solid #000; /* Outer black border */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white inset;
          box-shadow: 0 0 0 4px white inset; /* Inner white border */
}

/* Optional: Transition effect for border change */
.color-dot {
  -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

#variation_gallery img {
  display: block;
  width: 100%; /* Make sure the image takes up the full container width */
  height: auto; /* Maintain aspect ratio */
  -o-object-fit: cover;
     object-fit: cover; /* Crop and fit the image into a square shape */
  aspect-ratio: 16/9; /* Ensure the image is square */
}

.product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack elements vertically */
  height: 100%;
  gap: 25px;
}
.product-right .bottom {
  margin-top: auto;
}
.product-right .bottom p:last-child {
  margin-bottom: 0;
}

.related-products-section {
  display: grid;
  grid-template-columns: 1fr 826px;
  gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.related-products-section .right-side {
  position: relative;
}
.related-products-section .right-side .swiper-scrollbar {
  position: relative !important;
  margin-top: 20px;
  height: 2px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.related-products-section .right-side .swiper-scrollbar:hover {
  height: 4px !important;
}
.related-products-section .right-side .swiper-scrollbar-drag {
  background-color: #3D3D3D;
}
.related-products-section .right-side .related-button-next, .related-products-section .right-side .related-button-prev {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  right: -40px;
  top: 40%;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 0;
}
.related-products-section .right-side .related-button-next::after, .related-products-section .right-side .related-button-prev::after {
  font-size: 15px;
  color: white;
}
.related-products-section .right-side .related-button-prev {
  right: unset;
  left: -30px;
}
.related-products-section .right-side .swiper-button-prev.swiper-button-disabled {
  visibility: hidden !important;
}
.related-products-section .right-side:hover .related-button-next, .related-products-section .right-side:hover .related-button-prev {
  visibility: visible;
}

.catalouge-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 80px;
  margin: 0 0 100px;
}
.catalouge-header img {
  display: block;
  width: 100%; /* Make sure the image takes up the full container width */
  height: auto; /* Maintain aspect ratio */
  -o-object-fit: cover;
     object-fit: cover; /* Crop and fit the image into a square shape */
  aspect-ratio: 3/2; /* Ensure the image is square */
  min-width: 800px;
}

.projects .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  cursor: pointer;
  /* Make last child span both columns if needed */
}
.projects .container .col-2 {
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.projects .container .col-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.projects .container .col-2 h2 {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  z-index: 2;
  font-size: clamp(30px, 5vw, 42px);
}
.projects .container .col-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.projects .container .col-2:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.projects .container .full-span {
  grid-column: span 2;
  height: 500px;
}

/* Modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* or center */
  z-index: 1000; /* depending on what z-index values exist in your page, in order for the modal layer to sit on top of other content */
  overflow: auto; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.modal.modal-show {
  -webkit-animation: fadeIn 0.1s ease-in-out forwards;
          animation: fadeIn 0.1s ease-in-out forwards;
}

.modal.modal-hide {
  -webkit-animation: fadeOut 0.1s ease-in-out 0.1s forwards;
          animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin-top: 200px;
  padding: 70px 50px;
  width: 500px;
  height: auto;
  overflow: auto;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.modal.modal-show .modal-content {
  -webkit-animation: fadeInDown 0.3s ease-in-out forwards;
          animation: fadeInDown 0.3s ease-in-out forwards;
}

.modal.modal-hide .modal-content {
  -webkit-animation: fadeOutUp 0.2s ease-in-out forwards;
          animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-content h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.modal-content p {
  margin: 1rem 0;
  line-height: 1.5rem;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0 0.75rem;
  /* width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; */
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-close:hover, .modal-close:focus {
  color: rgba(0, 0, 0, 0.5);
}

/* Animations */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  .modal-content {
    width: 80%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .modal-content {
    padding: 2rem 1rem 1rem 1rem;
    width: 90%;
  }
  .modal-content h1 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .catalouge-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 50px 0;
  }
  .catalouge-header img {
    min-width: 100% !important;
  }
  .product-section {
    grid-template-columns: 60% 1fr;
    gap: 60px;
  }
  .related-products-section {
    display: block;
  }
}
@media (max-width: 1000px) {
  .filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    gap: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
  }
  .filter-bar::-webkit-scrollbar {
    display: none;
  }
  .sort-dropdown {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-left: 0;
  }
  .total-count {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .filter-dropdown,
  .sort-dropdown {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .catalouge-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0 0 50px;
  }
  .catalouge-header img {
    min-width: 100% !important;
  }
  .product-section {
    grid-template-columns: 50% 1fr;
    gap: 40px;
  }
  .projects .container {
    display: block;
  }
  .horizontal-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: auto;
    padding: 20px !important;
    grid-gap: 0px !important;
    scroll-behavior: smooth;
    width: 100%;
  }
  .horizontal-scroll .icon {
    width: 35vw !important;
  }
  .horizontal-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
  .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    width: 120px;
  }
  .icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 0.5rem;
  }
  .icon p {
    font-size: 0.9rem;
    color: #333;
  }
}
@media (max-width: 800px) {
  .filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    gap: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
  }
  .filter-bar::-webkit-scrollbar {
    display: none;
  }
  .sort-dropdown {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-left: 0;
  }
  .total-count {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .filter-dropdown, .sort-dropdown {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .product-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-section.mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-section #image_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-section #image_container::-webkit-scrollbar {
    display: none;
  }
  .product-section #image_container a {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .product-section #image_container a img {
    height: 80vw;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
  }
}
hr {
  background-color: #E6E6E6;
  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: #737373;
}
a:visited {
  color: #737373;
}
a:hover, a:focus, a:active {
  color: #444;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.woocommerce-breadcrumb a {
  color: #666;
}
.woocommerce-breadcrumb a:visited {
  color: #666;
}
.woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus, .woocommerce-breadcrumb a:active {
  color: #2f2f2f;
}

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

.btn, .btn:visited, .wpcf7-submit {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: #3D3D3D;
  padding: 15px !important;
  text-decoration: none;
  border: 1px solid #3C3C3C;
  background-color: white !important;
  border-radius: 30px !important;
  line-height: 1;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus, .btn:visited:hover, .btn:visited:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  -webkit-box-shadow: 0 0 0 1px #3C3C3C inset;
  color: #3C3C3C;
  outline: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

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
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header.scrolled {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px;
}
.site-header .wrap .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 300px;
}
.site-header .wrap .site-branding .logo,
.site-header .wrap .site-branding .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .wrap .site-branding img {
  height: 30px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .wrap .site-branding div > a > img {
  padding: 3px 0 3px;
}
.site-header .wrap .menu-button {
  position: absolute;
  padding: 10px;
  top: 15px;
  right: 5px;
  z-index: 1001;
  cursor: pointer;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.main-navigation {
  width: 100%;
}
.main-navigation ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-top: 30px;
}
.main-navigation ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8b8b8b;
  font-size: clamp(15px, 3vw, 16px);
  text-wrap: nowrap;
  outline: 0;
  padding-left: 0;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.main-navigation ul li.current-menu-item a {
  color: #3D3D3D !important;
}
.main-navigation.toggled ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Burger styling */
.burger-wrapper {
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: block;
}
.burger-wrapper .hamburger {
  background: black;
  width: 20px;
  height: 2px;
  position: relative;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: background 300ms ease, -webkit-transform 300ms ease;
  transition: background 300ms ease, -webkit-transform 300ms ease;
  transition: background 300ms ease, transform 300ms ease;
  transition: background 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  position: absolute;
  content: "";
  background: black;
  width: 20px;
  height: 2px;
  -webkit-transition: top 300ms ease, -webkit-transform 300ms ease;
  transition: top 300ms ease, -webkit-transform 300ms ease;
  transition: top 300ms ease, transform 300ms ease;
  transition: top 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.burger-wrapper .hamburger:before {
  top: -6px;
}
.burger-wrapper .hamburger:after {
  top: 6px;
}

/* When menu is toggled */
.menu-button.toggled .hamburger {
  background: transparent;
}
.menu-button.toggled .hamburger:before, .menu-button.toggled .hamburger:after {
  top: 0;
}
.menu-button.toggled .hamburger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-button.toggled .hamburger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#page {
  margin-top: 105px !important;
  display: block;
}

/* Desktop layout override */
@media screen and (min-width: 1000px) {
  .site-header .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
    padding: 30px 0;
  }
  .site-header .wrap .site-branding {
    max-width: unset;
  }
  .menu-button {
    display: none !important;
  }
  .main-navigation ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
  .main-navigation ul a {
    border-bottom: none !important;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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 */