/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, #00000080, #0000);
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-next, .swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button .swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

/** Helper functions and variables
*/
.d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reversed {
  flex-direction: column-reverse;
}

.d-grid {
  display: grid;
}

.object-fit-container {
  position: relative;
  overflow: hidden;
}

.img-object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-relative {
  position: relative;
  width: 100%;
}

.list-reset {
  padding: 0;
  margin: 0;
}

.list-item-reset {
  list-style-type: "";
}

.text-primary-brown {
  color: var(--primarybrown);
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

/** Custom template styles
*/
body {
  box-sizing: border-box;
}

.custom-swiper-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
  z-index: 10;
  color: var(--darkbrown) !important;
}
.custom-swiper-btn:hover {
  background: transparent;
  transform: scale(1.1);
}
@media only screen and (min-width: 1280px) {
  .custom-swiper-btn {
    width: 44px;
    height: 44px;
  }
}
.custom-swiper-btn:before, .custom-swiper-btn:after {
  display: none;
  font-size: 0;
}
.custom-swiper-btn.swiper-button-prev {
  left: 0;
}
.custom-swiper-btn.swiper-button-next {
  right: 0;
}
.custom-swiper-btn svg {
  fill: var(--darkbrown);
}
.custom-swiper-btn svg path {
  fill: var(--darkbrown);
}

.main-container {
  width: 100%;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1280px) {
  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1660px) {
  .main-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.single-ydelser #primary,
.single-brancher #primary,
.single-kompetencer #primary,
.single-projekter #primary {
  padding-top: 50px;
}
.single-ydelser #primary:has(> section.custom-hero),
.single-brancher #primary:has(> section.custom-hero),
.single-kompetencer #primary:has(> section.custom-hero),
.single-projekter #primary:has(> section.custom-hero) {
  padding-top: 0;
}

.custom-section h1, .custom-section h2,
.custom-section .h1, .custom-section .h2,
.custom-section .custom-section__title {
  font-family: "Rajdhani Bold", sans-serif;
  font-weight: 400;
  font-size: var(--heading-primary-size-default) !important;
  line-height: 1.11 !important;
  text-transform: uppercase;
  color: var(--primarybrown);
}
.custom-section--py-default {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .custom-section--py-default {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-section--py-default {
    padding: 50px 0;
  }
}
.custom-section .custom-section__title-wrap {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .custom-section .custom-section__title-wrap {
    margin-bottom: 40px;
  }
}
.custom-section .custom-section__title-wrap h1, .custom-section .custom-section__title-wrap h2 {
  margin: 0;
}
.custom-section .custom-section__title {
  margin: 0;
  color: var(--darkbrown);
}
.custom-section h3, .custom-section .h3 {
  font-size: 1.75rem;
  font-family: "Rajdhani Bold", sans-serif;
  color: currentColor;
  text-transform: uppercase;
}
.custom-section h4, .custom-section .h4 {
  font-size: 1.6rem;
  font-family: "Rajdhani Bold", sans-serif;
  color: currentColor;
  text-transform: uppercase;
}
.custom-section h5, .custom-section .h5 {
  font-size: 1.3rem;
  font-family: "Rajdhani Medium", sans-serif;
  color: currentColor;
  text-transform: uppercase;
}
.custom-section h6, .custom-section .h6 {
  font-size: 1.1rem;
  font-family: "Rajdhani Medium", sans-serif;
  color: currentColor;
  text-transform: uppercase;
}
.custom-section .title-margin-reset {
  margin: 0;
}
.custom-section strong, .custom-section b {
  font-family: "Rajdhani Bold", sans-serif;
}
.custom-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-family: "Rajdhani Bold", sans-serif;
  font-weight: 400;
  line-height: 1;
  border-radius: 12px;
  padding: 14px 55px 14px 55px;
}
@media only screen and (min-width: 768px) {
  .custom-section__btn {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-section__btn {
    font-size: 24px;
  }
}
.custom-section__btn--brown {
  background-color: var(--darkbrown);
  color: var(--white);
}
.custom-section__btn--brown:hover, .custom-section__btn--brown:focus, .custom-section__btn--brown:active {
  background-color: var(--darkorange);
  color: var(--white) !important;
}
.custom-section__btn--text-only {
  font-size: 22px;
  line-height: 1.1;
  font-family: "Rajdhani Bold", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-section__rich-text {
  font-family: "Rajdhani Regular", sans-serif;
}
.custom-section__rich-text p, .custom-section__rich-text li {
  font-size: 20px;
  font-family: "Rajdhani Regular", sans-serif;
}
@media only screen and (min-width: 768px) {
  .custom-section__rich-text p, .custom-section__rich-text li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-section__rich-text p, .custom-section__rich-text li {
    font-size: 21px;
  }
}
.custom-section__rich-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.custom-hero {
  position: relative;
  overflow: hidden;
  min-height: 85vh;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .custom-hero {
    padding: 10px 0;
    min-height: 73vh;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-hero {
    min-height: 85vh;
  }
}
.custom-hero__bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cream);
}
.custom-hero__bg img, .custom-hero__bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Rajdhani Regular", sans-serif;
}
@media only screen and (min-width: 768px) {
  .custom-hero__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .custom-hero__content-logo {
    height: 500px;
    margin: auto 0;
  }
}
.custom-hero__content-logo img.img--dsk {
  display: none;
}
.custom-hero__content-logo img.img--mob {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-hero__content-logo img.img--dsk {
    display: block;
    width: auto;
    height: 100%;
  }
  .custom-hero__content-logo img.img--mob {
    display: none;
  }
}
.custom-hero__content-box {
  background: rgba(130, 130, 114, 0.8);
  color: var(--white);
  z-index: 1;
  margin-left: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .custom-hero__content-box {
    max-width: 50%;
    width: 100%;
    margin: 40px 0 40px auto;
    align-self: center;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-hero__content-box {
    max-width: 500px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-hero__content-box {
    max-width: 590px;
    padding: 40px;
  }
}
.custom-hero__content-title h1, .custom-hero__content-title h2 {
  font-size: var(--heading-primary-size-default) !important;
  line-height: 1.1 !important;
  font-family: "Rajdhani Bold", sans-serif;
  margin: 0;
}
.custom-hero__content-subtitle h2, .custom-hero__content-subtitle h3 {
  margin: 0;
  font-size: 1.3rem !important;
  line-height: 1.1 !important;
  font-family: "Rajdhani Bold", sans-serif;
}
.custom-hero__content-copy {
  color: var(--white);
}
.custom-hero__content-copy .elementor-widget-text-editor {
  color: var(--white);
}
.custom-hero__content-copy .custom-section__rich-text {
  color: var(--white);
}
.custom-hero__content-copy .custom-section__rich-text a {
  color: var(--white);
}
.custom-hero__content-copy .custom-section__rich-text a:hover, .custom-hero__content-copy .custom-section__rich-text a:active, .custom-hero__content-copy .custom-section__rich-text a:focus {
  color: var(--hovercolor);
}

.custom-boxes__grid {
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .custom-boxes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-boxes__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.custom-boxes__item {
  list-style-type: "";
  gap: 20px;
  padding: 30px 20px;
  text-align: center;
}
.custom-boxes__item.lightbrown {
  background: #C4A497;
  color: var(--primarybrown);
}
.custom-boxes__item.lightbrown a {
  color: var(--primarybrown);
  transition: 0.3s all ease-in-out;
}
.custom-boxes__item.lightbrown a:hover {
  color: var(--hovercolor);
}
.custom-boxes__item.pink {
  background: var(--pink);
  color: var(--darkorange);
}
.custom-boxes__item.pink a {
  color: var(--darkorange);
  transition: 0.3s all ease-in-out;
}
.custom-boxes__item.pink a:hover {
  color: var(--hovercolor);
}
.custom-boxes__item.lightgrey {
  background: var(--lightgrey);
  color: var(--lightgreen);
}
.custom-boxes__item.lightgrey a {
  color: var(--lightgreen);
  transition: 0.3s all ease-in-out;
}
.custom-boxes__item.lightgrey a:hover {
  color: var(--hovercolor);
}
.custom-boxes__item.grey {
  background: #A0A09F;
  color: var(--lightblack);
}
.custom-boxes__item.grey a {
  color: var(--lightblack);
  transition: 0.3s all ease-in-out;
}
.custom-boxes__item.grey a:hover {
  color: var(--hovercolor);
}
.custom-boxes__item-copy {
  font-family: "Rajdhani Regular", sans-serif;
}
.custom-boxes__item-copy p {
  font-size: 120%;
  margin-bottom: 0;
  font-family: "Rajdhani Regular", sans-serif;
}
.custom-boxes__item-cta {
  margin-top: auto;
}
.custom-boxes__item-cta a {
  font-size: 120%;
  text-transform: uppercase;
}

.custom-text .custom-section__title-wrap {
  text-align: left;
  margin-bottom: 0;
}
.custom-text .custom-section__title-wrap:has(+ *) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1280px) {
  .custom-text .custom-section__title-wrap:has(+ *) {
    margin-bottom: 40px;
  }
}
.custom-text__grid {
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .custom-text__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .custom-text__grid {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .custom-text__grid--full .custom-text__grid-col {
    grid-column: 1/3;
    max-width: 70vw;
  }
}
.custom-text__grid-col {
  gap: 1.5rem;
}

.custom-subnav__list {
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .custom-subnav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .custom-subnav__list {
    gap: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.custom-subnav__list-item {
  list-style-type: "";
}
.custom-subnav__list-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  min-height: 100px;
  border-radius: 16px;
  padding: 14px;
}
.custom-subnav__list-item a:hover {
  transform: translate(-2px, -2px);
}
.custom-subnav__list-item a.brown {
  background: var(--darkbrown);
  color: var(--white);
}
.custom-subnav__list-item a.brown:hover {
  color: var(--white);
}
.custom-subnav__list-item a.pink {
  background: var(--pink);
  color: var(--darkorange);
}
.custom-subnav__list-item a.pink:hover {
  color: var(--darkorange);
}
.custom-subnav__list-item a.grey-light {
  background: #CACAC4;
  color: var(--lightgreen);
}
.custom-subnav__list-item a.grey-light:hover {
  color: var(--lightgreen);
}
.custom-subnav__list-item a.grey-dark {
  background: #A0A09F;
  color: var(--black);
}
.custom-subnav__list-item a.grey-dark:hover {
  color: var(--black);
}
.custom-subnav__list-item a.is-active {
  background: transparent;
  border-radius: 0;
  pointer-events: none;
}
.custom-subnav__list-item a.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #A0A09F;
  border-radius: 2px;
}
.custom-subnav__list-item a.is-active .title {
  color: var(--darkbrown);
}
.custom-subnav__list-item a.is-active .btn {
  display: none;
}
.custom-subnav__list-item a span {
  line-height: 1.1;
}
.custom-subnav__list-item a span.btn {
  font-weight: 400;
  font-family: "Rajdhani Regular", sans-serif;
}

.custom-mixed {
  padding: 0;
}
@media screen and (min-width: 100pxpx) and (max-width: 767pxpx) {
  .custom-mixed .main-container {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-mixed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .custom-mixed__grid--reversed .custom-mixed__img {
    grid-column: 2;
    grid-row: 1;
  }
  .custom-mixed__grid--reversed .custom-mixed__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.custom-mixed__img {
  width: 100%;
}
.custom-mixed__img.object-fit-container {
  aspect-ratio: 1;
  max-height: 500px;
}
@media only screen and (min-width: 768px) {
  .custom-mixed__img.object-fit-container {
    min-height: 100%;
  }
}
.custom-mixed__content {
  padding: 1.5rem 4.5vw;
}
@media only screen and (min-width: 1024px) {
  .custom-mixed__content {
    padding: 1.5rem 4.5vw;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-mixed__content {
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1660px) {
  .custom-mixed__content {
    padding: 50px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-container .custom-mixed__grid--default .custom-mixed__content {
    padding: 50px 0 50px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-container .custom-mixed__grid--default .custom-mixed__content {
    padding: 50px 0 50px 50px;
  }
}
@media only screen and (min-width: 1660px) {
  .main-container .custom-mixed__grid--default .custom-mixed__content {
    padding: 50px 0 50px 100px;
  }
}
@media only screen and (min-width: 768px) {
  .main-container .custom-mixed__grid--reversed .custom-mixed__content {
    padding: 50px 50px 50px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .main-container .custom-mixed__grid--reversed .custom-mixed__content {
    padding: 50px 50px 50px 0;
  }
}
@media only screen and (min-width: 1660px) {
  .main-container .custom-mixed__grid--reversed .custom-mixed__content {
    padding: 50px 100px 50px 0;
  }
}
.custom-mixed__content.white {
  background: var(--white);
}
.custom-mixed__content.lightgreen {
  background: var(--lightgreen);
  color: var(--white);
}
.custom-mixed__content.lightgreen .custom-section__title {
  color: var(--white);
}
.custom-mixed__content a:not(.custom-section__btn) {
  color: var(--linkcolor);
}
.custom-mixed__content br {
  display: block;
}
.custom-mixed__content-box {
  gap: 1.5rem;
}

.custom-embed {
  background: var(--green);
  color: var(--white);
}
@media only screen and (min-width: 1280px) {
  .custom-embed {
    padding-bottom: 0;
  }
}
.custom-embed__grid {
  padding: 1.5rem 4.5vw;
  gap: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .custom-embed__grid {
    padding-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .custom-embed__grid--reversed {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-embed__grid {
    padding: 0;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .custom-embed__content {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .custom-embed__content {
    padding: 40px 50px 40px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-embed__grid--reversed .custom-embed__content {
    grid-column: 2/3;
    padding-left: calc(50px - 1.5rem );
  }
}
@media only screen and (min-width: 1280px) {
  .custom-embed__grid--reversed .custom-embed__content {
    grid-column: 3/4;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .custom-embed__grid--reversed .custom-embed__content {
    padding-right: 100px;
  }
}
.custom-embed__content-box {
  gap: 1.5rem;
}
.custom-embed__content-title h1, .custom-embed__content-title h2, .custom-embed__content-title h3 {
  margin: 0;
}
.custom-embed__content-title h1, .custom-embed__content-title h2 {
  font-size: var(--heading-primary-size-default) !important;
  color: inherit;
}
.custom-embed__content a {
  color: var(--white);
}
@media only screen and (min-width: 1024px) {
  .custom-embed__video {
    align-self: center;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-embed__video {
    grid-column: 2/4;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-embed__grid--reversed .custom-embed__video {
    grid-column: 1/2;
    grid-row: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-embed__grid--reversed .custom-embed__video {
    grid-column: 1/3;
  }
}
.custom-embed__video-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.custom-embed__video-box iframe, .custom-embed__video-box image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-gallery__list {
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .custom-gallery__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .custom-gallery__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .custom-gallery__list--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.custom-reviews {
  background: var(--lightgrey);
}
.custom-reviews .custom-section__title {
  color: var(--lightgreen);
}
.custom-reviews__list {
  position: relative;
  padding: 0 40px;
}
.custom-reviews__list .custom-swiper-btn svg path {
  fill: var(--lightgreen);
}
.custom-reviews__carousel {
  opacity: 0;
}
.custom-reviews__carousel.swiper-initialized {
  opacity: 1;
}
.custom-reviews__carousel .swiper-slide.swiper-slide-active .custom-reviews__item {
  opacity: 1;
}
.custom-reviews__item {
  gap: 1.5rem;
  text-align: center;
  color: var(--lightgreen);
  max-width: 750px;
  margin: auto;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.custom-reviews__item-copy p, .custom-reviews__item-copy li {
  font-family: "Rajdhani Regular", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .custom-reviews__item-copy p, .custom-reviews__item-copy li {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-reviews__item-copy p, .custom-reviews__item-copy li {
    font-size: 29px;
  }
}
.custom-reviews__item-ref p {
  margin-bottom: 0;
}

.custom-related {
  background: var(--pink);
}
.custom-related__carousel {
  position: relative;
  padding: 0 40px;
}
@media only screen and (min-width: 1024px) {
  .custom-related__carousel {
    padding: 0 60px;
  }
}
.custom-related__carousel-list {
  opacity: 0;
}
.custom-related__carousel-list.swiper-initialized {
  opacity: 1;
}
.custom-related__carousel-list .swiper-slide {
  height: auto;
}
.custom-related__carousel-list .swiper-slide .custom-related__posts-item {
  height: 100%;
}
.custom-related__posts-grid {
  padding: 0;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .custom-related__posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .custom-related__posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-related__posts-grid {
    gap: 50px;
  }
}
.custom-related__posts-item {
  list-style-type: "";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  color: var(--white);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .custom-related__posts-item {
    min-height: 320px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-related__posts-item {
    min-height: 350px;
  }
}
.custom-related__posts-item:hover, .custom-related__posts-item:focus, .custom-related__posts-item:active {
  color: var(--white) !important;
}
.custom-related__posts-item:hover img, .custom-related__posts-item:focus img, .custom-related__posts-item:active img {
  transform: scale(1.1);
}
.custom-related__posts-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-related__posts-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.custom-related__posts-img img {
  transition: 0.3s all ease-in-out;
}
.custom-related__posts-content {
  position: relative;
  gap: 1.5rem;
  text-align: center;
}
.custom-related__posts-content h3, .custom-related__posts-content h4 {
  margin: 0;
}
.custom-related__posts-content p {
  font-family: "Rajdhani Regular", sans-serif;
  font-weight: 400;
}

.custom-team__list {
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .custom-team__list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .custom-team__list {
    gap: 60px 40px;
  }
}
.custom-team__item {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .custom-team__item {
    grid-template-columns: 1.3fr 1fr;
  }
}
.custom-team__item-photo {
  aspect-ratio: 3/4;
}
.custom-team__item-content {
  align-content: start;
  color: var(--lightblack);
}
.custom-team__item-content a {
  color: var(--linkcolor);
}
.custom-team__item-content br {
  display: block;
}
.custom-team__item-name h3 {
  margin: 0;
  color: var(--lightgreen) !important;
}
.custom-team__item-role p {
  line-height: 1;
  margin-bottom: 0;
  color: var(--lightgreen) !important;
}
.custom-team__item .custom-section__rich-text {
  margin-top: 10px;
  color: var(--lightblack);
}

.custom-accordion__list {
  gap: 10px;
}
.custom-accordion__list details {
  interpolate-size: allow-keywords;
  overflow: clip;
  margin-top: 0.125em;
  border: 1px solid rgba(var(--lightblack), 0.2);
  background: #ffffff;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
}
.custom-accordion__list details:not([open]) summary:hover, .custom-accordion__list details:not([open]) summary:focus {
  background: var(--cream);
}
.custom-accordion__list details[open] summary {
  outline: 1px solid var(--lightgreen);
  background: var(--primarybrown);
  color: var(--white) !important;
}
.custom-accordion__list details[open] summary svg.circle-plus {
  display: none;
}
.custom-accordion__list details[open] summary svg.circle-minus {
  display: inline-block;
}
.custom-accordion__list details[open] .custom-accordion__item-body {
  height: auto;
}
.custom-accordion__list summary {
  list-style-type: none;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.7em;
  background: rgba(228, 222, 212, 0.5);
  color: var(--primarybrown) !important;
}
.custom-accordion__list summary::webkit-details-marker {
  display: none;
}
.custom-accordion__list summary svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
.custom-accordion__list summary svg.circle-plus path {
  fill: var(--primarybrown);
}
.custom-accordion__list summary svg.circle-minus {
  display: none;
}
.custom-accordion__list summary svg.circle-minus path {
  fill: var(--white);
}
.custom-accordion__item-body {
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  padding: 20px 15px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .custom-accordion__item-body {
    padding-right: 20px;
  }
}
.custom-accordion__item-body a {
  color: var(--linkcolor);
}

.custom-products__filters {
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .custom-products__filters {
    flex-direction: row;
  }
}
.custom-products__filters-item {
  width: fit-content;
  min-width: 300px;
  text-transform: uppercase;
}
.custom-products__filters-item select {
  text-transform: uppercase;
  font-size: 18px;
}
.custom-products__grid {
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .custom-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .custom-products__grid {
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.custom-products__item-link {
  gap: 15px;
  align-items: center;
  color: var(--lightblack);
}
.custom-products__item-link:hover {
  box-shadow: 0 0 3px 0 rgba(17, 17, 17, 0.4);
}
.custom-products__item-img {
  width: 100%;
  aspect-ratio: 8/9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(228, 222, 212, 0.4);
}
.custom-products__item-img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s all ease-in-out;
}
.custom-products__item-content {
  text-align: center;
  gap: 5px;
  padding: 0 3px;
  font-weight: 400;
  font-family: "Rajdhani Regular", sans-serif;
}
.custom-products__item-content h3, .custom-products__item-content .h4, .custom-products__item-content p {
  margin: 0 !important;
  color: inherit;
  font-size: 16px;
}
.custom-products__item-content h3.product-btn, .custom-products__item-content .h4.product-btn, .custom-products__item-content p.product-btn {
  text-transform: uppercase;
}
.custom-products__item-content .custom-section__btn--text-only {
  transition: 0.3s all ease-in-out;
  font-family: "Rajdhani Regular", sans-serif;
}

.single-product__tax-list p {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 5px;
}
.single-product__tax-item:after {
  content: ", ";
  display: inline-flex;
}
.single-product__tax-item:last-of-type:after {
  display: none;
}
.single-product__primary-desc {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .single-product__primary-desc {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-product__primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
.single-product__primary-form {
  font-family: "Rajdhani Regular", sans-serif;
  margin-top: 30px;
}
.single-product__primary-form label {
  font-family: "Rajdhani Regular", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primarybrown);
}
@media only screen and (min-width: 768px) {
  .single-product__primary-form label {
    font-size: 18px;
  }
}
.single-product__primary-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.single-product__primary-form .wpcf7-form-control {
  border-color: var(--primarybrown);
  border-radius: 12px !important;
  color: var(--primarybrown);
  padding: 12px;
}
.single-product__primary-form .wpcf7-form-control::placeholder {
  color: var(--primarybrown);
}
.single-product__primary-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.single-product__primary-form .wpcf7-submit {
  background: var(--primarybrown);
  color: var(--white);
  border-color: var(--primarybrown);
  font-size: 24px;
  line-height: 1;
  border-radius: 12px !important;
  font-weight: 500;
  padding: 14px 55px;
  font-family: "Rajdhani Bold", sans-serif;
}
.single-product__primary-form .wpcf7-submit:hover, .single-product__primary-form .wpcf7-submit:focus, .single-product__primary-form .wpcf7-submit:active {
  background-color: var(--darkorange);
  border-color: var(--darkorange);
}
.single-product__media-gallery {
  margin-top: 10px;
}
.single-product__media-gallery .swiper {
  opacity: 0;
}
.single-product__media-gallery .swiper.swiper-initialized {
  opacity: 1;
}
.single-product__media-gallery-item {
  aspect-ratio: 8/9;
  cursor: pointer;
}
.single-product__tabs {
  background: var(--lightgrey);
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .single-product__tabs {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .single-product__tabs {
    padding: 50px 0;
  }
}
.single-product__tabs-inner {
  max-width: 800px;
  margin: 0 auto;
}
.single-product__tabs-controls {
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product__tabs-controls {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}
.single-product__tabs-controls-item.is-active button {
  color: var(--lightblack) !important;
  border-bottom-color: var(--lightblack) !important;
}
.single-product__tabs-controls-item button {
  padding: 0 0 5px 0;
  border-width: 0 0 2px 0 !important;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all ease;
  color: var(--lightblack);
  border-radius: 0;
}
.single-product__tabs-controls-item button:hover, .single-product__tabs-controls-item button:active, .single-product__tabs-controls-item button:focus {
  background: transparent !important;
  color: var(--linkcolor) !important;
}
.is-active .single-product__tabs-controls-item button:hover, .is-active .single-product__tabs-controls-item button:active, .is-active .single-product__tabs-controls-item button:focus {
  color: var(--linkcolor) !important;
}
.single-product__tabs-list {
  min-height: 250px;
}
.single-product__tabs-item {
  display: none;
}
.single-product__tabs-item.is-active {
  display: block;
}
.single-product__tabs-item-body {
  padding: 30px 0;
}

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