/*
Theme Name: Joyla
Theme URI: https://www.joyla.sk
Author: Boldpixel
Author URI: https://www.boldpixel.cz
Description: Joyla
Version: 0.1.0
Text Domain: joyla
Domain Path: /languages
*/
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
:root {
  --primary-color: #3A1A55;
  --secondary-color: #E9C0E9;
  --secondary-color-hover: rgba(233, 192, 233, .2);
  --page-width: 1480px;
  --gradient-bg: linear-gradient(180deg, rgba(233, 192, 233, .45) 0%, rgba(233, 192, 233, 0) 100%);
}

body {
  font-family: "Sen", sans-serif;
  font-size: 16px;
  background: var(--background);
  color: #000;
}
body .mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .mobile {
    display: flex !important;
  }
  body .desktop {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

main {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 1em;
}

.hero {
  max-width: var(--page-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1em;
  padding: 1em;
  width: 100%;
}
.hero .text h1 {
  color: var(--primary-color);
  font-size: 71px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.hero .text h2 {
  font-size: 20px;
  font-weight: 500;
  max-width: 600px;
  padding-bottom: 1em;
}
.hero .text .btns {
  padding-bottom: 3em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero .text .hero-recenzie {
  display: flex;
  align-items: center;
  gap: 1em;
  color: var(--primary-color);
}
.hero .text .hero-recenzie p {
  margin: 0;
}
.hero .img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: auto 660/799;
  position: relative;
  border-radius: 2em;
  overflow: hidden;
  max-width: 100%;
}
.hero .img-wrapper .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .img-wrapper .info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  max-width: 400px !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 2em;
  padding: 0 1em;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  color: #fff;
  height: 80px;
}
.hero .img-wrapper .info .text p {
  margin: 0;
}
.hero .img-wrapper .info .text p:nth-child(1) {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero .text h1 {
    font-size: 36px;
    padding-bottom: 0.3em;
  }
  .hero .text h2 {
    font-size: 16px;
  }
  .hero .btns {
    flex-wrap: wrap;
  }
  .hero .btns .btn {
    width: 100%;
  }
}

.navbar-wrapper .navbar {
  padding: 1em;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: var(--page-width);
  margin: 0 auto;
  gap: 1em;
  position: relative;
}
.navbar-wrapper .navbar .logo {
  display: block;
}
.navbar-wrapper .navbar .navbar-nav {
  display: flex;
  gap: 1em;
  align-items: center;
  position: relative;
}
.navbar-wrapper .navbar .navbar-nav a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .navbar-wrapper .navbar .navbar-nav {
    position: absolute;
    left: 0;
    top: 90px;
    background: #fff;
    width: 100%;
    padding: 1em;
    z-index: 9999;
  }
}
.navbar-wrapper .nav-btns {
  display: flex;
  align-items: center;
  gap: 1em;
}
.navbar-wrapper .nav-btns .navbar-toggler {
  padding: 0;
  height: 32px;
  width: 32px;
  border: none;
  background: transparent;
  position: relative;
}
.navbar-wrapper .nav-btns .navbar-toggler .navbar-toggler-icon {
  background: transparent;
}
.navbar-wrapper .nav-btns .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  background-image: url(assets/images/icon-menu.svg);
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover;
  z-index: 99;
}
.navbar-wrapper .nav-btns .navbar-toggler.is-open .navbar-toggler-icon:after {
  background-image: url(assets/images/icon-close.svg);
}
.navbar-wrapper .nav-btns .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .navbar-wrapper {
    height: 90px;
  }
}

.section-wrapper {
  padding: 5em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  overflow: hidden;
}
.section-wrapper.gradient {
  background: var(--gradient-bg);
}
.section-wrapper.reels-wrapper {
  margin-top: -96px;
  padding-top: 145px;
}
.section-wrapper.ukazky {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: var(--page-width);
}
.section-wrapper.ukazky .left {
  width: 100%;
}
.section-wrapper.ukazky .left .custom-headline {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: left;
  align-items: flex-end;
  padding: 0;
  padding-bottom: 3em;
  gap: 1em;
}
.section-wrapper.ukazky .left .custom-headline h3, .section-wrapper.ukazky .left .custom-headline p {
  max-width: 400px;
}
.section-wrapper.ukazky img {
  width: 100%;
  height: auto;
}
.section-wrapper.ukazky img.ukazky-img {
  border-radius: 2em;
}
.section-wrapper.ukazky .ukazky-wrapper {
  display: grid;
  gap: 14px;
}
.section-wrapper.ukazky .ukazky-wrapper .song {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 999px;
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02) inset;
}
.section-wrapper.ukazky .ukazky-wrapper .song img {
  height: 24px;
  width: 24px;
}
.section-wrapper.ukazky .ukazky-wrapper .song .song-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.section-wrapper.ukazky .ukazky-wrapper .song .icon-stop {
  display: none;
}
.section-wrapper.ukazky .ukazky-wrapper .song .song-left {
  display: flex;
  align-items: center;
  gap: 1em;
}
.section-wrapper.ukazky .ukazky-wrapper .song.is-playing {
  -webkit-animation: pulseRing 1.6s ease-out infinite;
          animation: pulseRing 1.6s ease-out infinite;
}
.section-wrapper.ukazky .ukazky-wrapper .song.is-playing .icon-stop {
  display: block;
}
.section-wrapper.ukazky .ukazky-wrapper .song.is-playing .icon-play {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-wrapper.ukazky {
    grid-template-columns: 1fr;
  }
  .section-wrapper.ukazky .custom-headline {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}
.section-wrapper.page {
  max-width: var(--page-width);
  margin: 0 auto;
  color: var(--primary-color);
}

.reels {
  position: relative;
  max-width: var(--page-width);
  margin: 0 auto;
  overflow: hidden;
  padding: 1em 0 5em 0;
}
.reels .swiper-wrapper {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.reels .swiper {
  overflow: visible;
}
.reels .swiper-slide {
  transition: 0.2s;
  height: auto;
}
@media screen and (max-width: 768px) {
  .reels .swiper-slide {
    width: auto !important;
  }
}
.reels .swiper-slide:nth-child(even) {
  transform: translateY(20px);
}
.reels .card {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 22px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 100%;
  transition: 0.2s;
}
.reels .card video {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.reels .card .meta {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  width: 100%;
}
.reels .card .meta::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.reels .card .meta .name {
  z-index: 5;
}
.reels .card .meta .name a {
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.reels .card .meta .volume {
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent !important;
}
.reels .card .meta .volume .volume-on {
  display: none;
}
.reels .card .meta .volume .volume-off {
  display: block;
}
.reels .card .meta .volume.is-on {
  background: rgba(0, 0, 0, 0.8);
}
.reels .card .meta .volume.is-on .volume-on {
  display: block;
}
.reels .card .meta .volume.is-on .volume-off {
  display: none;
}
@media screen and (max-width: 768px) {
  .reels .card {
    max-height: 500px;
    width: auto;
  }
  .reels .card .meta .name a {
    font-size: 1em;
  }
}
.reels .swiper-pagination {
  bottom: -70px;
}
.reels .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.reels .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

@-webkit-keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 var(--secondary-color-hover);
  }
  70% {
    box-shadow: 0 0 0 10px var(--secondary-color-hover);
  }
  100% {
    box-shadow: 0 0 0 0 var(--secondary-color-hover);
  }
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 var(--secondary-color-hover);
  }
  70% {
    box-shadow: 0 0 0 10px var(--secondary-color-hover);
  }
  100% {
    box-shadow: 0 0 0 0 var(--secondary-color-hover);
  }
}
.custom-headline {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1em;
}
.custom-headline h3, .custom-headline h1 {
  color: var(--primary-color) !important;
  margin: 0 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  padding-bottom: 0.2em;
}
.custom-headline p {
  color: var(--primary-color);
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .custom-headline h3, .custom-headline h1 {
    font-size: 32px !important;
  }
}

.footer-wrapper footer {
  padding: 1em;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: var(--page-width);
  margin: 0 auto;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .footer-wrapper footer {
    flex-direction: column;
  }
}
.footer-wrapper footer .brand {
  gap: 1em;
}
.footer-wrapper footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .footer-wrapper footer .footer-nav ul {
    padding-top: 20px;
    flex-direction: column;
    text-align: center;
  }
}
.footer-wrapper footer .footer-nav ul a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.9em;
}
.footer-wrapper footer .footer-nav ul a:hover {
  text-decoration: underline;
}
.footer-wrapper footer .copyright {
  font-size: 13px;
  color: var(--primary-color);
}

input, select, textarea {
  padding: 0.5em;
  background: transparent;
  border: none;
  border-radius: 0.5em !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  transition: 0.2s;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  outline: 5px solid rgba(255, 255, 255, 0.02);
}
input[type=radio], select[type=radio], textarea[type=radio] {
  width: auto;
}

textarea {
  min-height: 100px;
}

.btn {
  padding: 1em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 100px;
  font-weight: 600;
  gap: 1em;
  justify-content: center;
  font-size: 1em;
  text-transform: none;
}
.btn.primary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 0;
  padding: 1em 2em;
}
.btn.primary:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.btn.icon {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 0;
  position: relative;
  padding-right: 60px;
}
.btn.icon:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  background: url(assets/images/btn-img.svg);
  height: 42px;
  width: 42px;
  background-size: cover;
}
.btn.icon:hover {
  background: var(--primary-color);
  color: #fff;
}
.btn.ghost {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}
.btn.ghost:hover {
  background: var(--secondary-color-hover);
}
.btn.text {
  background: transparent;
}
.btn.text:hover {
  background: var(--secondary-color-hover);
}

.wc-block-components-button {
  text-decoration: none !important;
}
.wc-block-components-button a {
  text-decoration: none !important;
}

.wc-block-components-button__text {
  padding: 1em;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 100px;
  font-weight: 600;
  gap: 1em;
  justify-content: center;
  font-size: 1em;
  text-transform: none;
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 0;
  padding: 1em 2em;
  text-decoration: none !important;
}
.wc-block-components-button__text:hover {
  background: var(--primary-color);
  color: #fff;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  color: var(--light-text-color);
  gap: 0.5em;
}

.single-product .yith-wapo-container .addon-header h3 {
  font-size: 1.1em;
  color: var(--primary-color);
  font-weight: 700;
}
.single-product .yith-wapo-container .yith-wapo-addon-type-radio .options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  row-gap: 0.3em !important;
}
.single-product .yith-wapo-container #yith-wapo-block-1 .prev {
  display: none;
}
.single-product .yith-wapo-container #yith-wapo-block-3 .next {
  display: none;
}
.single-product .yith-wapo-container .yith-wapo-option .label .option-container label {
  color: var(--primary-color);
  font-weight: 600;
}
.single-product .yith-wapo-container .yith-wapo-block.is-hidden {
  display: none !important;
}
.single-product .yith-wapo-container .yith-wapo-block.is-active {
  display: block;
}
.single-product .yith-wapo-container .wapo-step-nav {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  border-top: 1px solid var(--secondary-color);
  padding-top: 34px;
  margin-top: 34px;
}
.single-product .yith-wapo-container .wapo-step-nav button {
  width: 100%;
}
.single-product .yith-wapo-container .wapo-step-nav .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product .yith-wapo-container .wapo-total-order {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.2em;
}
.single-product .yith-wapo-container .wapo-total-order th {
  display: none;
}
.single-product .yith-wapo-container .options {
  width: 100%;
}
.single-product #yith-wapo-addon-2, .single-product #yith-wapo-addon-3 {
  padding-top: 1em !important;
}
.single-product .single_add_to_cart_button {
  background: transparent;
  border: none;
  border-radius: 150px !important;
  border: 1px solid var(--primary-color);
  transition: 0.2s;
  width: 100%;
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  border: 0;
  padding: 1em 2em !important;
  line-height: normal !important;
}
.single-product .single_add_to_cart_button:hover {
  background: var(--primary-color);
  color: #fff;
}
.single-product .woocommerce-breadcrumb, .single-product .quantity, .single-product .product_meta, .single-product .entry-summary .price, .single-product .product_title {
  display: none;
}

.radio-button-containerinput[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio-button-containerinput[type=radio]:checked + .yiwth-wapo-label {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(111, 66, 193, 0.15);
}
.radio-button-container .yith-wapo-label {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  gap: 10px;
  padding: 0.5em 1em;
  border: 1px solid var(--secondary-color);
  color: var(--primary-color) !important;
  border-radius: 150px;
  background: transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.2;
  font-weight: 500 !important;
}
.radio-button-container .yith-wapo-label:hover {
  background: var(--secondary-color-hover);
}

.yith-wapo-option.selected .yith-wapo-label {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff !important;
}

.radio-button-container .radiobutton {
  display: none !important;
}

.product-page-wrapper .custom-headline {
  margin: 2em 0;
  padding: 2em 1em;
}
.product-page-wrapper .product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 1em;
}
.product-page-wrapper .product-wrapper .media img {
  width: 100%;
  border-radius: 1em;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}
.product-page-wrapper .product-wrapper .exp-dorucenie-wrapper {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .product-page-wrapper .product-wrapper {
    grid-template-columns: 1fr;
  }
  .product-page-wrapper .product-wrapper .media img {
    position: relative;
    top: 0;
  }
}
.product-page-wrapper .required-error {
  display: none;
}
.product-page-wrapper .section-wrapper.reels-wrapper {
  margin-top: 3em;
  padding: 5em 1em;
}
.product-page-wrapper .section-wrapper .custom-headline {
  padding: 1em;
  margin: 0;
}

.exp-dorucenie-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--primary-color);
}
.exp-dorucenie-wrapper .exp-dorucenie-block {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid var(--primary-color);
  border-radius: 1em;
}
.exp-dorucenie-wrapper .exp-dorucenie-block .item {
  padding: 0.7em;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 0.5em;
}
.exp-dorucenie-wrapper .exp-dorucenie-block .item p {
  margin: 0;
}

.faq-wrapper {
  max-width: 980px;
  margin: 0 auto;
  color: var(--primary-color);
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.faq-wrapper .faq-item {
  background: transparent;
  padding: 1em;
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  text-align: left;
  transition: 0.2s;
}
.faq-wrapper .faq-item p {
  margin: 0;
}
.faq-wrapper .faq-item button {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  color: var(--primary-color);
  cursor: pointer;
}
.faq-wrapper .faq-item button img {
  transition: 0.2s;
}
.faq-wrapper .faq-item button.is-open {
  margin-bottom: 0.5em;
}
.faq-wrapper .faq-item button.is-open img {
  transform: rotate(45deg);
}

.woocommerce .woocommerce-order {
  max-width: var(--page-width);
  width: 100%;
  padding: 1em;
  margin: 0 auto !important;
  color: var(--primary-color);
}
.woocommerce .woocommerce-order .wc-block-components-checkout-place-order-button {
  background: transparent;
  border: none;
  width: 100% !important;
}

.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout, .woocommerce-order {
  max-width: var(--page-width);
  width: 100%;
  padding: 1em;
  margin: 0 auto !important;
  color: var(--primary-color);
}
.wp-block-woocommerce-cart .wc-block-components-checkout-place-order-button, .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-order .wc-block-components-checkout-place-order-button {
  background: transparent;
  border: none;
  width: 100% !important;
}
.wp-block-woocommerce-cart .wc-block-components-quantity-selector, .wp-block-woocommerce-checkout .wc-block-components-quantity-selector, .woocommerce-order .wc-block-components-quantity-selector {
  display: none;
}

.joyla-order-download {
  max-width: var(--page-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  flex-direction: column;
  min-height: calc(100vh - 250px);
}
.joyla-order-download .joyla-download-ok,
.joyla-order-download .joyla-download-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  position: relative;
  max-width: 620px;
  width: 100%;
  padding: 1em;
}
.joyla-order-download .joyla-download-ok::before,
.joyla-order-download .joyla-download-form::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 350px;
  width: 350px;
  background: var(--secondary-color);
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.1;
}
.joyla-order-download .joyla-download-ok .joyla-download-item,
.joyla-order-download .joyla-download-form .joyla-download-item {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.joyla-order-download .joyla-download-form {
  margin-top: -70px;
  max-width: 320px;
}
.joyla-order-download .audio-wrapper {
  position: relative;
  max-width: 320px;
  width: 100%;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  height: 53px;
}
.joyla-order-download .audio-wrapper audio {
  width: 100%;
  height: 53px;
}
.joyla-order-download .audio-wrapper audio::-webkit-media-controls-panel {
  background-color: #fff;
  outline: 1px var(--primary-color);
}
.joyla-order-download .download-img {
  display: block;
  max-width: 100%;
  padding: 1em;
}
.joyla-order-download .thank-you-text {
  text-align: center;
  border-top: 1px solid var(--secondary-color);
  padding-top: 2em;
}
.joyla-order-download .thank-you-text span {
  display: block;
  padding-bottom: 1em;
  color: var(--primary-color);
}

.cart-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.cart-modal.is-visible {
  display: flex;
}
.cart-modal h3 {
  color: var(--primary-color);
  font-weight: 700;
}
.cart-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cart-modal__inner {
  position: relative;
  background: #fff;
  padding: 2em;
  max-width: 420px;
  width: 100%;
  border-radius: 2em;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  z-index: 2;
  margin: 1em;
}
.cart-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  background: none;
  border: 0;
  font-size: 2em;
  color: var(--primary-color);
  cursor: pointer;
}
.cart-modal__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  flex-direction: column;
}
.cart-modal__actions .btn {
  cursor: pointer;
}

.custom-indicator {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  margin-top: -20px;
}
.custom-indicator .indicator-count {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  opacity: 0.8;
}
.custom-indicator .indicator-wrapper-bar {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background: #e6e6e6;
  height: 5px;
  position: relative;
}
.custom-indicator .indicator-wrapper-bar .indicator-bar {
  height: 5px;
  width: 10%;
  max-width: 100%;
  border-radius: 999px;
  background: #e02424;
  transition: width 0.2s ease, background 0.2s ease;
  position: absolute;
  left: 0;
  bottom: 0;
}

details {
  border: 1px solid var(--secondary-color);
  border-radius: 1em;
  padding: 1em;
}
details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-color);
  font-weight: 600;
}
details summary::after {
  content: "";
  transition: 0.2s;
  height: 16px;
  width: 16px;
  background-image: url(assets/images/icon-chevron-down.svg);
}
details ul {
  display: block;
  padding-top: 16px;
}
details ul li {
  font-weight: 400;
  color: var(--primary-color);
}
details[open] summary::after {
  transform: rotate(180deg);
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading,
.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-heading,
.wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none;
}

.empty-cart {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 40dvh;
  justify-content: center;
}
.empty-cart .custom-headline {
  padding: 0;
}
.empty-cart a {
  margin: 2em auto;
}
/*# sourceMappingURL=style.css.map */