@charset "UTF-8";
.site-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1003;
}
.site-header .site-header-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 1em 4vw 1em 4vw;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
}
.site-header .site-header-inner .site-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 1002;
}
.site-header .site-header-inner .site-branding img {
  height: 70px;
  width: auto;
}
@media (max-width: 1300px) {
  .site-header .site-header-inner .site-branding img {
    height: 60px;
  }
}
.site-header .site-header-inner .main-navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-header .site-header-inner .main-navigation ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header-inner .main-navigation ul li > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 500;
  padding: 0.5em 0;
  transition: color 0.3s ease;
}
.site-header .site-header-inner .main-navigation ul li > a:hover {
  color: #ff8900;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children:hover > a::after {
  border-top-color: #ff8900;
  transform: rotate(180deg);
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children .mega-menu {
  position: absolute;
  top: 65%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  padding: 2.5em;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  margin-top: 0.5em;
  border-radius: 8px;
}
.site-header .site-header-inner .main-navigation ul li.menu-item-has-children:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .site-header-inner .mega-menu-content {
  display: flex;
  flex-direction: row;
  gap: 3em;
  align-items: flex-start;
  width: 100%;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column {
  flex: 1;
  min-width: 0;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 {
  font-family: "Playfair Display", serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 a {
  text-decoration: none;
  color: black;
  font-weight: inherit;
  transition: color 0.3s ease;
  font-family: "Playfair Display", serif;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5 a:hover {
  color: #ff8900;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li {
  margin: 0;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li a,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li a {
  display: block;
  padding: 0.1em 0;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-family: "Playfair Display", serif;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column .sub-menu li a:hover,
.site-header .site-header-inner .mega-menu-content .mega-menu-column ul.sub-menu li a:hover {
  color: #ff8900;
  padding-left: 0.5em;
}
.site-header .site-header-inner .mega-menu-content .mega-menu-column h5:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-header .site-header-inner .mega-menu-content {
    flex-direction: column;
    gap: 1.5em;
  }
}
.site-header .site-header-inner .search {
  width: auto;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
  width: 100%;
  max-width: 800px;
  padding: 0px;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 13px 24px 13px 24px;
  line-height: 24px;
  font-size: 0.8em;
  border: 2px solid transparent;
  border-radius: 30px;
  border: 2px solid #e6e6e6;
  height: auto;
  font-family: "Poppins", sans-serif;
  background-color: transparent !important;
  width: 100%;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 10px;
  right: 25px;
}
.site-header .site-header-inner .search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 28px;
  height: 28px;
}
.site-header .site-header-inner .shop-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1em;
}
.site-header .site-header-inner .favorites {
  position: relative;
}
.site-header .site-header-inner .favorites .favorites-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .site-header-inner .favorites .favorites-icon-wrapper .wishlist-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #ff8900;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-left: 1px;
}
.site-header .site-header-inner .cart {
  position: relative;
}
.site-header .site-header-inner .cart .cart-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .site-header-inner .cart .cart-icon-wrapper .cart-count {
  position: absolute;
  top: -5px;
  right: -7px;
  background-color: #ff8900;
  color: white;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-header .site-header-inner .my-account.user-logged-in a {
  position: relative;
}
.site-header .site-header-inner .my-account.user-logged-in a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 137, 0, 0.15);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}
.site-header .site-header-inner .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
  position: relative;
}
.site-header .site-header-inner .mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header-inner .mobile-menu-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.site-header .mobile-menu-panel {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.site-header .mobile-menu-panel.active {
  right: 0;
}
.site-header .mobile-menu-panel .mobile-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
  width: 100%;
  max-width: 800px;
  padding: 0px;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 13px 24px 13px 24px;
  line-height: 24px;
  font-size: 17px;
  border: 2px solid transparent;
  border-radius: 30px;
  border: 2px solid #e6e6e6;
  height: auto;
  font-family: "Poppins", sans-serif;
  background-color: transparent !important;
  width: 100%;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 10px;
  right: 25px;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  width: 28px;
  height: 28px;
}
.site-header .mobile-menu-panel .mobile-navigation {
  padding: 5em 0em 1em 0em;
  flex-grow: 1;
  overflow-y: auto;
}
.site-header .mobile-menu-panel .mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .mobile-menu-panel .mobile-navigation ul li {
  margin-bottom: 1em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li > a {
  font-size: 1.1rem;
  display: block;
  padding: 0.2em 0;
  text-decoration: none;
  color: #1e1e1e;
  font-weight: 400;
  transition: color 0.3s ease;
}
.site-header .mobile-menu-panel .mobile-navigation ul li > a:hover {
  color: #ff8900;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a:after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children > a.submenu-open:after {
  transform: rotate(180deg);
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu {
  display: none;
  padding-left: 1em;
  margin-top: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu.active {
  display: block;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li {
  border-bottom: none;
  margin-bottom: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li a {
  font-size: 1rem;
  padding: 0.5em 0;
  color: rgb(55.5, 55.5, 55.5);
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: #ff8900;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  padding-left: 0.5em;
}
.site-header .mobile-menu-panel .mobile-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  font-size: 0.9rem;
  color: #515151;
}
.site-header .mobile-menu-panel .mobile-search {
  padding: 1em 0;
}
.site-header .mobile-menu-panel .mobile-search .dgwt-wcas-search-form {
  margin-bottom: 0;
}
.site-header .mobile-menu-panel .mobile-footer {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions {
  display: flex;
  gap: 1.5em;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a {
  position: relative;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: rgba(255, 137, 0, 0.15);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-shop-actions .my-account.user-logged-in a:hover::before {
  background-color: rgba(255, 137, 0, 0.25);
}
.site-header .mobile-menu-panel .mobile-footer .mobile-lang-switch {
  font-weight: 500;
}
.site-header .mobile-menu-panel .mobile-footer .mobile-lang-switch .language-switcher .language-dropdown {
  right: 0;
  left: auto;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  max-width: 1920px;
  margin: 0 auto;
  padding: 4em 4vw 0em 4vw;
}

.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #1e1e1e;
  text-decoration: none;
}

.breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type {
  font-weight: 600 !important;
}

@media (max-width: 1300px) {
  .site-header .site-header-inner .desktop-only {
    display: none;
  }
  .site-header .site-header-inner .mobile-menu-toggle {
    display: block;
  }
  .site-header .mobile-menu-panel {
    display: block;
  }
}
.lang-switch,
.mobile-lang-switch {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.lang-switch .language-switcher,
.mobile-lang-switch .language-switcher {
  position: relative;
}
.lang-switch .language-switcher .current-language,
.mobile-lang-switch .language-switcher .current-language {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em 0;
  font-size: inherit;
  font-weight: 500;
  color: #1e1e1e;
  transition: color 0.3s ease;
}
.lang-switch .language-switcher .current-language::after,
.mobile-lang-switch .language-switcher .current-language::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.lang-switch .language-switcher .current-language.active::after,
.mobile-lang-switch .language-switcher .current-language.active::after {
  transform: rotate(180deg);
}
.lang-switch .language-switcher .language-dropdown,
.mobile-lang-switch .language-switcher .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5em 0;
  margin-top: 0.5em;
  min-width: 50px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1005;
  list-style: none;
}
.lang-switch .language-switcher .language-dropdown.active,
.mobile-lang-switch .language-switcher .language-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-switch .language-switcher .language-dropdown li,
.mobile-lang-switch .language-switcher .language-dropdown li {
  margin: 0;
}
.lang-switch .language-switcher .language-dropdown li a,
.mobile-lang-switch .language-switcher .language-dropdown li a {
  display: block;
  padding: 0.5em 1em;
  color: #1e1e1e;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: 500;
  transition: all 0.3s ease;
}

.site-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  padding-top: 3em;
  border-top: 1px solid #f0f0f0;
}
.site-footer .site-footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 0 4vw 4em;
  margin: 0 auto;
  gap: 4em;
}
.site-footer .site-footer-inner .footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2em;
  padding-bottom: 4em;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top {
    flex-direction: column;
  }
}
.site-footer .site-footer-inner .footer-top .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 20%;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-logo {
    width: 100%;
  }
}
.site-footer .site-footer-inner .footer-top .footer-logo img {
  max-width: 180px;
  height: auto;
}
.site-footer .site-footer-inner .footer-top .footer-logo p {
  color: #4e4e4e;
}
.site-footer .site-footer-inner .footer-top .footer-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-features {
    width: 100%;
  }
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-top .footer-features {
    flex-direction: column;
  }
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: calc(25% - 1.5em);
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .site-footer .site-footer-inner .footer-top .footer-features .feature-item {
    width: calc(50% - 1em);
  }
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-top .footer-features .feature-item {
    width: 100%;
  }
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item img {
  height: 40px;
  width: auto;
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.site-footer .site-footer-inner .footer-top .footer-features .feature-item p {
  color: #4e4e4e;
  line-height: 1.4;
}
.site-footer .site-footer-inner .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column {
  flex: 1;
  min-width: 160px;
  gap: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 724px) {
  .site-footer .site-footer-inner .footer-bottom .footer-column {
    width: 100%;
    flex: none;
  }
}
.site-footer .site-footer-inner .footer-bottom .footer-column h3 {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul li a {
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .site-footer-inner .footer-bottom .footer-column ul li a:hover {
  color: #ff8900;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner img {
  height: 25px;
  width: auto;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p {
  margin: 0;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p a {
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .contact-info-inner p a:hover {
  color: #ff8900;
}
.site-footer .site-footer-inner .footer-bottom .footer-column .contact-info .main-button {
  margin-top: 1em;
  align-self: flex-start;
}

.archive-product-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 5em 4vw 3em 4vw;
  margin: 0 auto;
  gap: 5em;
  align-items: center;
}
.archive-product-section .archive-product-section-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.archive-product-section .archive-product-section-inner .archive-product-left,
.archive-product-section .archive-product-section-inner .archive-product-right {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.archive-product-section .archive-product-section-inner .archive-product-right {
  gap: 3em;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container {
  position: relative;
  width: 100%;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container .description-content {
  max-height: 110px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container .description-content.expanded {
  max-height: 1000px;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container .expand-description {
  display: flex;
  flex-direction: row;
  gap: 0.2em;
  align-items: center;
  margin-top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  transition: color 0.2s ease;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container .expand-description .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 5px;
}
.archive-product-section .archive-product-section-inner .archive-product-right .description-container .expand-description.active .arrow-icon {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .archive-product-section .archive-product-section-inner {
    flex-direction: column;
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .archive-product-section {
    flex-direction: column;
    gap: 2em;
    padding: 4em 4vw 0em 4vw;
  }
}

.category-types-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 2em 4vw;
}
.category-types-section .category-types-container {
  position: relative;
  padding: 0 30px;
}
.category-types-section .category-types-container .category-types-swiper {
  width: 100%;
  overflow: hidden;
}
.category-types-section .category-types-container .category-type-slide {
  width: auto;
  height: auto;
}
.category-types-section .category-types-container .category-type-slide .category-type-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.category-types-section .category-types-container .category-type-slide .category-type-link .category-type-image {
  height: 170px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-types-section .category-types-container .category-type-slide .category-type-link .category-type-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.category-types-section .category-types-container .category-type-slide .category-type-link .category-type-title {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: left;
}
.category-types-section .category-types-container .category-type-slide .category-type-link:hover .category-type-image img {
  transform: scale(1.05);
}
.category-types-section .category-types-container .category-types-button-next,
.category-types-section .category-types-container .category-types-button-prev {
  color: #6ba505;
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 1.6em;
  border: 1px solid #6ba505;
}
.category-types-section .category-types-container .category-types-button-next:after,
.category-types-section .category-types-container .category-types-button-prev:after {
  font-size: 1.5rem;
}
.category-types-section .category-types-container .category-types-button-next.swiper-button-disabled,
.category-types-section .category-types-container .category-types-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 1024px) {
  .category-types-section .category-types-container .category-types-button-next,
  .category-types-section .category-types-container .category-types-button-prev {
    display: none;
  }
}
.category-types-section .category-types-container .category-types-pagination {
  position: relative;
  margin-top: 20px;
  display: none;
}
.category-types-section .category-types-container .category-types-pagination .swiper-pagination-bullet {
  background: #d0d0d0;
}
.category-types-section .category-types-container .category-types-pagination .swiper-pagination-bullet-active {
  background: #6ba505;
  opacity: 1;
}
@media (max-width: 1024px) {
  .category-types-section .category-types-container .category-types-pagination {
    display: block;
  }
}
@media (max-width: 1024px) {
  .category-types-section {
    padding: 2em 0vw 2em 4vw;
  }
}
@media (max-width: 724px) {
  .category-types-section .category-types-container {
    padding: 0;
  }
  .category-types-section .category-types-container .category-type-slide .category-type-image {
    height: 150px;
  }
  .category-types-section .category-types-container .category-type-slide .category-type-title {
    font-size: 1rem;
  }
  .category-types-section .category-types-container .category-types-button-next:after,
  .category-types-section .category-types-container .category-types-button-prev:after {
    font-size: 1.2rem;
  }
}

.custom-product-archive-container {
  overflow: hidden;
  position: relative;
}

.custom-archive-layout {
  display: flex;
  flex-direction: row;
  gap: 5em;
  padding: 2em 6vw 0em 6vw;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .custom-archive-layout {
    flex-direction: column;
    gap: 2em;
    padding: 0em 6vw 2em 6vw;
  }
}

.custom-archive-sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .custom-archive-sidebar {
    width: 100%;
  }
}
.custom-archive-sidebar .sidebar-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1em 0;
}

.product-categories-section {
  margin-bottom: 0em;
  border-bottom: 1px solid #e6e6e6;
}

.product-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 1em;
}
.product-categories-list .category-item {
  margin-bottom: 0.5em;
}
.product-categories-list .category-item:last-child {
  margin-bottom: 0;
}
.product-categories-list .category-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.25em 0;
  gap: 0.5em;
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.product-categories-list .category-item > a:hover {
  color: #ff8900;
}
.product-categories-list .category-item.active > a {
  color: #ff8900;
  font-weight: 600;
}
.product-categories-list .category-item.expanded > a .category-toggle svg {
  transform: rotate(180deg);
}
.product-categories-list .category-item .category-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  color: #6ba505;
  width: 20px;
  margin-right: 8px;
}
.product-categories-list .category-item .category-toggle svg {
  transition: transform 0.2s ease;
}
.product-categories-list .category-item .category-spacer {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}
.product-categories-list .category-item .category-count {
  color: #9b9b9b;
}
.product-categories-list .category-item .category-name {
  flex: 1;
  transition: color 0.2s ease;
}
.product-categories-list .category-item .category-name:hover {
  color: #ff8900;
}
.product-categories-list .subcategories-list {
  list-style: none;
  padding: 0 0 0 28px;
  margin: 0;
  display: none;
}
.product-categories-list .subcategories-list .category-item {
  margin-bottom: 0.25em;
}
.product-categories-list .subcategories-list .category-item > a {
  padding: 0.5em 0;
  font-weight: 400;
  font-size: 0.95em;
}

.custom-archive-content {
  flex: 1;
  min-width: 0;
}
.custom-archive-content .custom-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  width: 100%;
}
@media (max-width: 1250px) {
  .custom-archive-content .custom-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 724px) {
  .custom-archive-content .custom-products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-archive__filters-section {
  margin-bottom: 2em;
}
.product-archive__filters-section .product-archive__filter-item {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1em;
}
.product-archive__filters-section .product-archive__filter-item:last-child {
  margin-bottom: 0;
}
.product-archive__filters-section .product-archive__filter-item .filter-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.75em 0;
  color: #1e1e1e;
}
.product-archive__filters-section .product-archive__filter-item .product-archive__filter-content {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  min-width: auto;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: none;
}
.product-archive__filters-section .product-archive__filter-item .product-archive__filter-content .facetwp-facet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em !important;
}

.facetwp-template {
  width: 100%;
  padding-bottom: 5em;
}
.facetwp-template .woocommerce-result-sorting-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
  border-radius: 5px;
  align-items: center;
}
@media (max-width: 724px) {
  .facetwp-template .woocommerce-result-sorting-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1em;
  }
}
.facetwp-template .woocommerce-result-sorting-wrapper .woocommerce-result-count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.facetwp-template .woocommerce-result-sorting-wrapper .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 1em;
}
.facetwp-template .woocommerce-result-sorting-wrapper .woocommerce-ordering select.orderby {
  padding: 13px 16px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background-color: transparent;
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236ba505' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  min-width: 200px;
}
.facetwp-template .woocommerce-result-sorting-wrapper .woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: #aaa;
}
.facetwp-template .woocommerce-result-sorting-wrapper .woocommerce-ordering select.orderby::-ms-expand {
  display: none;
}
.facetwp-template .woocommerce-result-sorting-wrapper .facetwp-selections ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.facetwp-template .woocommerce-result-sorting-wrapper .facetwp-selections li {
  display: inline-flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.facetwp-template .woocommerce-result-sorting-wrapper .facetwp-selections li .facetwp-selection-label {
  display: none;
}
.facetwp-template .woocommerce-result-sorting-wrapper .facetwp-selections li .facetwp-selection-value {
  cursor: pointer;
}
.facetwp-template .woocommerce-result-sorting-wrapper .facetwp-selections li .facetwp-selection-value:hover {
  text-decoration: underline;
}

.facetwp-checkbox {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0px;
  padding-left: 0 !important;
  margin-bottom: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #1e1e1e;
  position: relative;
  background-image: none !important;
}
.facetwp-checkbox::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 12px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  position: relative;
}
.facetwp-checkbox.checked, .facetwp-checkbox.facetwp-checkbox-selected, .facetwp-checkbox[data-selected=true] {
  background-image: none !important;
}
.facetwp-checkbox.checked::before, .facetwp-checkbox.facetwp-checkbox-selected::before, .facetwp-checkbox[data-selected=true]::before {
  background-color: #ff8900;
  border-color: #ff8900;
}
.facetwp-checkbox.checked::after, .facetwp-checkbox.facetwp-checkbox-selected::after, .facetwp-checkbox[data-selected=true]::after {
  opacity: 1;
}
.facetwp-checkbox .facetwp-display-value {
  flex: 1;
  color: #1e1e1e;
}
.facetwp-checkbox .facetwp-counter {
  margin-left: auto;
  font-size: 0.85rem;
  color: #9b9b9b;
  font-weight: 400;
}
.facetwp-checkbox:last-child {
  margin-bottom: 0;
}
.facetwp-checkbox:focus, .facetwp-checkbox:focus-visible {
  outline: 2px solid rgba(255, 137, 0, 0.3);
  outline-offset: 2px;
}
@media (max-width: 524px) {
  .facetwp-checkbox {
    padding: 8px 10px 8px 0px;
    font-size: 0.9rem;
  }
  .facetwp-checkbox::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}

.facetwp-slider-wrap {
  padding-bottom: 15px;
  width: 100%;
}

.facetwp-type-slider {
  padding: 0;
}
.facetwp-type-slider .facetwp-slider-label {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}
.facetwp-type-slider .facetwp-slider-reset {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  box-shadow: none !important;
  margin-top: 1em;
}
.facetwp-type-slider .facetwp-slider-reset:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.facetwp-type-slider .facetwp-slider-reset:focus {
  color: #ffffff;
}
.facetwp-type-slider .facetwp-slider-reset:active {
  color: #ffffff;
}
.facetwp-type-slider .facetwp-slider-reset:visited {
  color: #ffffff;
}

.facetwp-slider {
  height: 2px !important;
  border: none !important;
  box-shadow: none !important;
  background: #e5e5e5 !important;
  margin: 20px 10px !important;
}
.facetwp-slider .noUi-connect {
  background: #ff8900 !important;
}
.facetwp-slider .noUi-handle {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
  border: 2px solid #ff8900 !important;
  cursor: pointer !important;
  top: -7px !important;
  right: -8px !important;
}
.facetwp-slider .noUi-handle:before, .facetwp-slider .noUi-handle:after {
  display: none !important;
}
.facetwp-slider .noUi-handle:hover {
  background: #f8f8f8 !important;
}
.facetwp-slider .noUi-handle:active {
  transform: scale(1.1) !important;
}
.facetwp-slider .noUi-handle .noUi-touch-area {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: -4px !important;
  left: -4px !important;
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff8900;
}
.facetwp-slider .noUi-connects {
  border-radius: 0 !important;
  overflow: visible !important;
}

.facetwp-slider-label:not([style*="display: none"]) {
  display: flex !important;
  justify-content: space-between;
}
.facetwp-slider-label:not([style*="display: none"]):before, .facetwp-slider-label:not([style*="display: none"]):after {
  display: none !important;
}

.facetwp-slider-wrap {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0.1em;
}
.facetwp-slider-wrap .facetwp-slider-label:not([style*="display: none"]):empty:before {
  content: none !important;
}
.facetwp-slider-wrap .facetwp-slider-label:not([style*="display: none"]):empty:after {
  content: none !important;
}
.facetwp-slider-wrap .facetwp-slider-label:not([style*="display: none"]):not(:empty) {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}
.facetwp-slider-wrap .facetwp-slider-label:not([style*="display: none"]):not(:empty):before {
  content: attr(data-min) " zł" !important;
  display: block !important;
  white-space: nowrap;
}
.facetwp-slider-wrap .facetwp-slider-label:not([style*="display: none"]):not(:empty):after {
  content: attr(data-max) " zł" !important;
  display: block !important;
  white-space: nowrap;
}

.facetwp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .facetwp-pagination {
    margin: 20px 0;
    padding: 15px 0;
  }
}
.facetwp-pagination.loading .facetwp-page {
  pointer-events: none;
  opacity: 0.6;
}
.facetwp-pagination .dots {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: #9ca3af;
  font-weight: bold;
}

.facetwp-pager {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .facetwp-pager {
    gap: 6px;
  }
}

.facetwp-page {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
@media (max-width: 768px) {
  .facetwp-page {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
.facetwp-page.active {
  background-color: #ff8900;
  color: white;
  border-color: #ff8900;
  cursor: default;
  height: 48px;
  width: 48px;
}
.facetwp-page:not(.active):hover {
  color: #4a5568;
}
.facetwp-page.next, .facetwp-page.prev {
  color: #ff8900;
  border-radius: 50%;
  min-width: 48px;
  width: 48px;
  height: 48px;
  font-size: 18px;
  margin-left: 16px;
}
.facetwp-page.next {
  padding-left: 2px;
}
.facetwp-page.prev {
  padding-right: 2px;
}
.facetwp-page.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.product-archive__mobile-categories {
  margin-bottom: 30px;
}
.product-archive__mobile-categories h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #1e1e1e;
  padding-bottom: 8px;
}
.product-archive__mobile-categories .mobile-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-category-item {
  margin-bottom: 10px;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-category-item:last-child {
  margin-bottom: 0;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-category-item > a {
  display: block;
  padding: 8px 0;
  color: #1e1e1e;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-category-item > a:hover {
  color: #ff8900;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-category-item.active > a {
  color: #ff8900;
  font-weight: 600;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-subcategories-list {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 5px 0 15px 0;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-subcategories-list .mobile-category-item {
  margin-bottom: 5px;
}
.product-archive__mobile-categories .mobile-categories-list .mobile-subcategories-list .mobile-category-item > a {
  padding: 5px 0;
  font-size: 0.9em;
  font-weight: 400;
}

.product-archive__mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  visibility: hidden;
  transition: visibility 0.3s ease;
}
.product-archive__mobile-modal.active {
  visibility: visible;
}
.product-archive__mobile-modal.active .product-archive__mobile-overlay {
  opacity: 1;
}
.product-archive__mobile-modal.active .product-archive__mobile-container {
  transform: translateY(0);
}

.product-archive__mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.product-archive__mobile-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.product-archive__mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}
.product-archive__mobile-header h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.product-archive__mobile-header button {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.product-archive__mobile-header button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.product-archive__mobile-header button svg {
  width: 24px;
  height: 24px;
  stroke: #1e1e1e;
}

.product-archive__mobile-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
.product-archive__mobile-body .facetwp-facet,
.product-archive__mobile-body .facetwp-mobile-facet .facetwp-facet {
  margin-bottom: 0 !important;
}
.product-archive__mobile-body .facetwp-facet .facetwp-link,
.product-archive__mobile-body .facetwp-mobile-facet .facetwp-facet .facetwp-link {
  display: block;
  padding: 6px 0;
  color: #ff8900;
  text-decoration: none;
  border-bottom: 1px solid rgba(229, 229, 229, 0.3);
}
.product-archive__mobile-body .facetwp-facet .facetwp-link:last-child,
.product-archive__mobile-body .facetwp-mobile-facet .facetwp-facet .facetwp-link:last-child {
  border-bottom: none;
}
.product-archive__mobile-body .facetwp-facet .facetwp-link:hover,
.product-archive__mobile-body .facetwp-mobile-facet .facetwp-facet .facetwp-link:hover {
  text-decoration: underline;
}

.product-archive__mobile-filter {
  margin-bottom: 24px;
}
.product-archive__mobile-filter:last-child {
  margin-bottom: 0;
}
.product-archive__mobile-filter h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #1e1e1e;
}
.product-archive__mobile-filter .facetwp-mobile-facet .facetwp-facet {
  margin-bottom: 0 !important;
}

.product-archive__mobile-footer {
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}
.product-archive__mobile-footer button {
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #ff8900;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.product-archive__mobile-footer button:hover {
  background-color: rgb(255, 148.8, 25.5);
}
.product-archive__mobile-footer button:active {
  transform: translateY(1px);
}

.product-spinner {
  transform: translate(0%, 0%);
  top: auto !important;
  left: auto !important;
}

.added_to_cart {
  display: none !important;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  background-color: #ff8900;
}

body.filter-modal-open {
  overflow: hidden;
}

.no-products-message {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 724px) {
  .no-products-message {
    padding: 1.5em 2em;
  }
}
@media (max-width: 524px) {
  .no-products-message {
    padding: 1em 1.5em;
  }
}

@media (max-width: 1024px) {
  .custom-archive-sidebar .product-categories-section,
  .custom-archive-sidebar .product-archive__filters-section {
    display: none !important;
  }
}
.product-archive__mobile-trigger {
  display: none !important;
  width: 100%;
  padding: 0em 4vw;
  margin-top: 3em;
}
@media (max-width: 1024px) {
  .product-archive__mobile-trigger {
    display: block !important;
  }
}
.product-archive__mobile-trigger button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1e1e1e;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-archive__mobile-trigger button:hover {
  border-color: #ff8900;
}
.product-archive__mobile-trigger button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.layout-view-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.layout-view-toggle .layout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.layout-view-toggle .layout-button svg {
  width: 100%;
  height: 100%;
}
.layout-view-toggle .grid-view .cls-1 {
  stroke: #e6e6e6;
  fill: transparent;
}
.layout-view-toggle .grid-view .cls-2 {
  fill: #4e4e4e;
}
.layout-view-toggle .grid-view.active svg .cls-1 {
  fill: #ff8900;
}
.layout-view-toggle .grid-view.active svg .cls-2 {
  fill: white;
}
.layout-view-toggle .list-view .cls-1 {
  fill: #fff;
}
.layout-view-toggle .list-view .cls-2,
.layout-view-toggle .list-view .cls-3 {
  fill: none;
}
.layout-view-toggle .list-view .cls-2 {
  stroke: #e6e6e6;
}
.layout-view-toggle .list-view .cls-3 {
  stroke: #4e4e4e;
  stroke-linecap: round;
  stroke-width: 1.19px;
}
.layout-view-toggle .list-view.active svg .cls-1 {
  stroke: #fff;
}
.layout-view-toggle .list-view.active svg .cls-2 {
  stroke: #fff;
}
.layout-view-toggle .list-view.active svg .cls-3 {
  stroke: #fff;
}
.layout-view-toggle .list-view.active svg .cls-2,
.layout-view-toggle .list-view.active svg .rectangle-fill {
  fill: #ff8900;
}

.woocommerce-result-sorting-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
  border-radius: 5px;
  align-items: center;
}
@media (max-width: 724px) {
  .woocommerce-result-sorting-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1em;
  }
}
.woocommerce-result-sorting-wrapper .woocommerce-result-count {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.woocommerce-result-sorting-wrapper .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .woocommerce-result-sorting-wrapper .woocommerce-ordering {
    flex-direction: column;
  }
}

.custom-products-grid.list-view {
  grid-template-columns: 1fr !important;
  gap: 1.5em;
}
.custom-products-grid.list-view li.product {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: white;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view li.product {
    flex-direction: column;
  }
}
.custom-products-grid.list-view li.product .product-card__image-wrapper {
  width: 250px;
  flex-shrink: 0;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view li.product .product-card__image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.custom-products-grid.list-view li.product .product-card__content {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.custom-products-grid.list-view li.product .product-card__content .product-card__title {
  margin-top: 0;
  font-size: 1.2rem;
}
.custom-products-grid.list-view li.product .product-card__content .product-card__price {
  text-align: left;
  margin-top: 1em;
}
.custom-products-grid.list-view li.product .product-card__content .product-card__description {
  display: block !important;
  margin: 1em 0;
  opacity: 0.8;
}
.custom-products-grid.list-view li.product .product-card__content .product-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
  gap: 1em;
}

/* Enhanced List View for Product Cards */
.custom-products-grid.list-view {
  grid-template-columns: 1fr !important;
  gap: 3em;
}
.custom-products-grid.list-view .product-card {
  display: flex;
  flex-direction: row;
  padding: 0em;
  width: 100%;
  margin-bottom: 0;
  gap: 2em;
  position: relative;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view .product-card {
    flex-direction: column;
    gap: 1em;
  }
}
.custom-products-grid.list-view .product-card .product-information {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-products-grid.list-view .product-card .product-link {
  display: flex;
  flex-direction: column;
  position: static;
  gap: 0em;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view .product-card .product-link {
    flex-direction: column;
  }
}
.custom-products-grid.list-view .product-card .product-link .product-image {
  width: 250px;
  flex-shrink: 0;
  height: 250px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view .product-card .product-link .product-image {
    width: 100%;
    height: auto;
  }
}
.custom-products-grid.list-view .product-card .product-link .product-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.custom-products-grid.list-view .product-card .product-link .product-badges {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.custom-products-grid.list-view .product-card .product-link .product-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.custom-products-grid.list-view .product-card .product-link .product-title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.custom-products-grid.list-view .product-card .product-link .product-short-description {
  display: block !important;
  margin-bottom: 1em;
  color: #666;
}
.custom-products-grid.list-view .product-card .product-info-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}
@media (max-width: 768px) {
  .custom-products-grid.list-view .product-card .product-info-bottom {
    width: 100%;
  }
}
.custom-products-grid.list-view .product-card .product-info-bottom .action-buttons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: flex-start;
}

.my-account-woocommerce {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 3em;
}
@media (max-width: 1024px) {
  .my-account-woocommerce {
    flex-direction: column;
  }
}

.konto-menu {
  list-style: none;
  padding: 0;
}

.konto-menu li a {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.konto-menu li img {
  margin-right: 8px;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 25px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
}
.woocommerce-MyAccount-navigation ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5em;
  border-radius: 15px 15px 0 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.woocommerce-MyAccount-navigation ul li a .menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  /* Add transition for smooth color change */
  transition: filter 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a span {
  color: #1e1e1e;
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #6ba505;
  /* Make the icon white when menu item is active */
}
.woocommerce-MyAccount-navigation ul li.is-active span {
  color: white;
}
.woocommerce-MyAccount-navigation ul li.is-active .menu-icon {
  filter: brightness(0) invert(1); /* This will make any icon white */
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.woocommerce-MyAccount-content {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content a {
  color: #6ba505;
  font-weight: 600;
}
.woocommerce-MyAccount-content h2 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-form-row,
.form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  width: 100%;
}
.woocommerce-form-row .required,
.form-row .required {
  color: #b42318;
}
.woocommerce-form-row .woocommerce-input-wrapper,
.woocommerce-form-row .password-input,
.form-row .woocommerce-input-wrapper,
.form-row .password-input {
  width: 100%;
}
.woocommerce-form-row input,
.woocommerce-form-row .woocommerce-Input,
.form-row input,
.form-row .woocommerce-Input {
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  padding: 1.1em 1.5em;
  width: 100%;
  color: black;
}
.woocommerce-form-row input:focus,
.woocommerce-form-row .woocommerce-Input:focus,
.form-row input:focus,
.form-row .woocommerce-Input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}

.back-link {
  color: black;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .back-link {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .back-link {
    font-size: 2.625rem;
  }
}
.back-link .arrow-back-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 1px;
  vertical-align: middle;
  background-image: url("../../images/arrow-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.phone-icon {
  background-image: url("../../images/phone.svg");
}
.icon.email-icon {
  background-image: url("../../images/email.svg");
}

.woocommerce-EditAccountForm {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  padding-top: 1em;
}
.woocommerce-EditAccountForm .form-inline {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 524px) {
  .woocommerce-EditAccountForm .form-inline {
    width: 100%;
    flex-direction: column;
  }
}
.woocommerce-EditAccountForm .form-row {
  padding-top: 0;
}
.woocommerce-EditAccountForm .password-field {
  position: relative;
}
.woocommerce-EditAccountForm .show-password-input {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url("../../images/show-pass.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
  height: 25px;
  width: 25px;
  outline: none;
  background-color: transparent;
}
.woocommerce-EditAccountForm .show-password-input:hover, .woocommerce-EditAccountForm .show-password-input:focus, .woocommerce-EditAccountForm .show-password-input:active {
  border: none;
  box-shadow: none;
  outline: none;
}
.woocommerce-EditAccountForm .password-change {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.woocommerce-MyAccount-orders {
  width: 100%;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  margin-bottom: 2em;
  background-color: #fff;
  overflow: hidden;
}
.woocommerce-orders-table thead {
  background-color: #f5f5f5;
}
.woocommerce-orders-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.woocommerce-orders-table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-orders-table td {
  padding: 15px;
  vertical-align: middle;
}
.woocommerce-orders-table__cell-order-number a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.woocommerce-orders-table__cell-order-status {
  color: #777;
}
.woocommerce-orders-table__cell-order-actions .button.view {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
}
.woocommerce-orders-table__cell-order-actions .button.view:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.woocommerce-orders-table__cell-order-actions .button.view:focus {
  color: #ffffff;
}
.woocommerce-orders-table__cell-order-actions .button.view:active {
  color: #ffffff;
}
.woocommerce-orders-table__cell-order-actions .button.view:visited {
  color: #ffffff;
}
@media screen and (max-width: 724px) {
  .woocommerce-orders-table__row {
    margin-bottom: 1.5em;
    display: block;
    border: 1px solid #e6e6e6;
  }
  .woocommerce-orders-table__cell {
    display: block;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
  }
  .woocommerce-orders-table__cell:before {
    content: attr(data-title);
    float: left;
    font-weight: 600;
  }
  .woocommerce-orders-table__cell:last-child {
    border-bottom: none;
  }
}

.order-details-container {
  margin: 0 auto;
  width: 100%;
  color: black;
}
.order-details-container .order-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.order-info {
  margin-bottom: 20px;
}
.order-info p {
  margin: 5px 0;
  font-size: 14px;
}

.order-items {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}
.order-items .order-item-header {
  display: flex;
  color: black;
  font-weight: 600;
  padding: 1.3em 1em;
}
.order-items .product-column {
  flex: 3;
}
.order-items .total-column {
  flex: 1;
}

.order-item {
  display: flex;
  padding: 1.3em 1em;
}
.order-item:last-child {
  border-bottom: none;
}
.order-item .product-name {
  flex: 3;
  color: #1e1e1e;
  font-weight: 500;
}
.order-item .product-total {
  flex: 1;
}
.order-item.total {
  font-weight: 600;
}

.subtotal-item {
  border-top: 2px solid rgb(230, 230, 230);
}

.discount-label,
.subtotal-label,
.shipping-label,
.payment-label,
.total-label {
  flex: 3;
  font-weight: 700;
}

.discount-value,
.subtotal-value,
.shipping-value,
.payment-value,
.total-value {
  flex: 1;
  font-weight: 700;
  font-size: 0.875rem;
}
.discount-value span,
.subtotal-value span,
.shipping-value span,
.payment-value span,
.total-value span {
  font-weight: 700;
}

.shipping-method {
  font-size: 12px;
  color: #777;
  display: block;
}

.address-section,
.addresses-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 724px) {
  .address-section,
  .addresses-container {
    flex-direction: column;
  }
}

.billing-address,
.shipping-address,
.address-box {
  flex: 1;
  min-width: 250px;
  padding: 15px;
}
@media (max-width: 724px) {
  .billing-address,
  .shipping-address,
  .address-box {
    width: 100%;
  }
}

.billing-address,
.shipping-address {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.billing-address h3,
.shipping-address h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.address-box {
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  padding: 20px;
  width: calc(50% - 10px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 724px) {
  .address-box {
    width: 100%;
  }
}

address {
  font-style: normal;
  line-height: 1.6;
  font-size: 14px;
}

.woocommerce-Address {
  background-color: #f5f5f5;
  margin-top: 3em;
}

.addresses-title {
  font-weight: 700;
  padding-bottom: 10px;
}

.addresses-description {
  font-size: 16px;
  color: black;
  margin-bottom: 25px;
}

.address-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.address-header h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}

.edit-button {
  color: #4caf50;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.address-content {
  font-size: 14px;
  line-height: 1.6;
  color: black;
}

.address-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.address-street,
.address-location {
  margin-bottom: 5px;
}

.address-phone,
.address-email {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #666;
}

.woocommerce-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1em;
  /* Select2 styling */
}
.woocommerce-form .woocommerce-address-fields {
  width: 100%;
}
.woocommerce-form .form-row {
  padding-top: 2em;
}
.woocommerce-form .select2-container {
  width: 100% !important;
}
.woocommerce-form .select2-container .select2-selection--single {
  padding: 0.5em;
  height: auto;
  min-height: 3.6em;
  width: 100%;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  color: black;
}
.woocommerce-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  line-height: 1.5;
  padding: 0.5em;
}
.woocommerce-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 10px;
}
.woocommerce-form .select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}
.woocommerce-form .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}
.woocommerce-form .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e6e6e6;
}
.woocommerce-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1e1e1e;
  color: white;
}
.woocommerce-form .select2-container--default.select2-container--open .select2-selection--single {
  box-shadow: 0 0 0 2px #1e1e1e;
}
.woocommerce-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .woocommerce-form .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.woocommerce-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .woocommerce-form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.woocommerce-form .dropdown-wrapper {
  background-color: #f5f5f5;
  border: none;
  border-radius: 15px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  margin-top: 1px;
}
.woocommerce-form .select2-results__option {
  padding: 1.1em 1.5em;
  color: black;
  transition: background-color 0.2s;
}
.woocommerce-form .select2-search--dropdown {
  padding: 10px;
}
.woocommerce-form .select2-search--dropdown .select2-search__field {
  border-radius: 15px !important;
  padding: 0.8em 1em;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: black;
}
.woocommerce-form .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
  border-color: transparent;
}
.woocommerce-form .select2-container--open .select2-dropdown {
  border-color: transparent;
}
.woocommerce-form .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.woocommerce-form .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.woocommerce-form .select2-results__options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.woocommerce-form .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.lost-password-form-woocommerce {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2em 6vw 5em 6vw;
  width: 100%;
}
.lost-password-form-woocommerce h2 {
  font-weight: 700;
}
.lost-password-form-woocommerce .woocommerce-ResetPassword {
  background-color: white;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  width: 50%;
}
@media (max-width: 1124px) {
  .lost-password-form-woocommerce .woocommerce-ResetPassword {
    width: 100%;
  }
}
.lost-password-form-woocommerce .form-row {
  padding-top: 1em;
}
.lost-password-form-woocommerce .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.lost-password-form-woocommerce .woocommerce-form-row .required {
  color: #b42318;
}
.lost-password-form-woocommerce .woocommerce-form-row .woocommerce-Input {
  padding: 1.1em 1.5em;
  width: 100%;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  color: black;
}
.lost-password-form-woocommerce .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}

.lost-password-confirmation-woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em 6vw 5em 6vw;
  margin-top: 7em;
  gap: 2em;
  width: 100%;
}
.lost-password-confirmation-woocommerce h2 {
  font-weight: 700;
}
.lost-password-confirmation-woocommerce .lost-password-confirmation-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lost-password-confirmation-woocommerce .lost-password-confirmation-inner p {
  text-align: center;
}

.reset-password-form-woocommerce {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2em 6vw 5em 6vw;
  width: 100%;
}
.reset-password-form-woocommerce h2 {
  font-weight: 700;
}
.reset-password-form-woocommerce .woocommerce-ResetPassword {
  background-color: white;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  width: 50%;
}
@media (max-width: 1124px) {
  .reset-password-form-woocommerce .woocommerce-ResetPassword {
    width: 100%;
  }
}
.reset-password-form-woocommerce .form-row {
  padding-top: 1em;
}
.reset-password-form-woocommerce .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.reset-password-form-woocommerce .woocommerce-form-row .required {
  color: #b42318;
}
.reset-password-form-woocommerce .woocommerce-form-row .woocommerce-Input {
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  padding: 1.1em 1.5em;
  width: 100%;
  color: black;
}
.reset-password-form-woocommerce .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}

.login-form-woocommerce {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.u-columns {
  display: flex;
  flex-direction: row;
  gap: 2em;
  width: 100%;
}
@media (max-width: 1024px) {
  .u-columns {
    flex-direction: column;
  }
}

.u-column1,
.u-column2 {
  background-color: white;
  border-radius: 15px !important;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 2em;
  width: 50%;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf;
}
.u-column1 h2,
.u-column2 h2 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .u-column1,
  .u-column2 {
    width: 100%;
  }
}

.u-column1 {
  background-image: url("../../images/login-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-column2 {
  background-image: url("../../images/register-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.woocommerce-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  padding-top: 1em;
  align-items: flex-start;
}
.woocommerce-form .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  width: 100%;
}
.woocommerce-form .woocommerce-form-row .required {
  color: #b42318;
}
.woocommerce-form .woocommerce-form-row .woocommerce-Input {
  padding: 1.1em 1.5em;
  width: 100%;
  border-radius: 15px !important;
  border: 1px solid #dfdfdf !important;
  background-color: white;
  color: black;
}
.woocommerce-form .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1e1e1e;
}
.woocommerce-form .woocommerce-privacy-policy-text p a {
  color: #1e1e1e;
}
.woocommerce-form .woocommerce-LostPassword {
  padding-top: 2em;
}
.woocommerce-form .woocommerce-LostPassword a {
  color: #1e1e1e;
  font-weight: 600;
}
.woocommerce-form .password-input {
  position: relative;
}
.woocommerce-form .show-password-input {
  display: block;
  height: 30px;
  width: 30px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 17px;
  top: 11px;
  cursor: pointer;
  background-image: url("../../images/show-pass.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-row-wide {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
  padding-top: 1em;
  align-items: flex-start;
}
.form-row-wide .main-button {
  font-weight: 600;
  padding: 1.5em 3vw;
}
@media (max-width: 724px) {
  .form-row-wide .main-button {
    width: 100%;
  }
}
.form-row-wide .woocommerce-form__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
.form-row-wide .woocommerce-form__label .remember-me {
  font-weight: 600;
}
.form-row-wide .woocommerce-form__label .woocommerce-form__input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.form-row-wide .woocommerce-form__label .woocommerce-form__input-checkbox:checked {
  background-color: #ff8900;
  border-color: #ff8900;
}
@media (max-width: 724px) {
  .form-row-wide {
    flex-direction: column;
  }
}

.single-product-hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  padding: 3em 4vw 0em 4vw;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 2em;
}
@media (max-width: 1024px) {
  .single-product-hero-section {
    padding: 3em 4vw 0em 4vw;
  }
}

.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
  width: 100%;
}
@media (max-width: 1024px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.product-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  width: 100%;
}

.woocommerce-product-gallery__image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  height: 60vh;
}
.woocommerce-product-gallery__image a {
  display: flex;
  height: 100%;
  width: 100%;
}
.woocommerce-product-gallery__image a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .woocommerce-product-gallery__image {
    height: 50vh;
  }
}

.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery .fav-icon {
  position: absolute;
  top: 1.5em;
  right: 0.5em;
  z-index: 10;
}
.woocommerce-product-gallery .fav-icon .fav-button {
  background: transparent;
  border: none;
  padding: 0.5em 1em;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.woocommerce-product-gallery .fav-icon .fav-button img {
  width: 30px;
  height: 30px;
  display: block;
  pointer-events: none;
}

.product-gallery-main {
  width: 100%;
  height: auto;
  order: 1;
}
.product-gallery-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
  overflow: hidden;
  height: 60vh;
  border-radius: 25px;
}
.product-gallery-main .swiper-slide a {
  height: 100%;
  width: 100%;
}
.product-gallery-main .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .product-gallery-main .swiper-slide {
    height: 50vh;
  }
}

.product-gallery-thumbs {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  order: 2;
  position: relative;
}
.product-gallery-thumbs .swiper-slide {
  width: auto !important;
  height: 100px;
  opacity: 0.4;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 15px;
}
.product-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #ff8900;
}
.product-gallery-thumbs .swiper-button-next,
.product-gallery-thumbs .swiper-button-prev {
  color: #ff8900 !important;
  width: 30px !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 600;
  z-index: 10;
}
.product-gallery-thumbs .swiper-button-next.swiper-button-disabled,
.product-gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-gallery-thumbs .swiper-button-next:after,
.product-gallery-thumbs .swiper-button-prev:after {
  content: "" !important;
  background-image: url("../../images/gallery-arrow.svg") !important;
  background-size: 25px 25px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 25px !important;
  height: 25px !important;
  display: inline-block !important;
}
.product-gallery-thumbs .swiper-button-next {
  top: 0 !important;
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
}
.product-gallery-thumbs .swiper-button-next:after {
  transform: rotate(90deg) !important;
}
.product-gallery-thumbs .swiper-button-prev {
  top: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
}
.product-gallery-thumbs .swiper-button-prev:after {
  transform: rotate(-90deg) !important;
}
@media (max-width: 768px) {
  .product-gallery-thumbs .swiper-slide {
    width: auto !important;
    height: 80px;
    margin-right: 8px;
  }
  .product-gallery-thumbs .swiper-button-next,
  .product-gallery-thumbs .swiper-button-prev {
    width: 25px !important;
  }
  .product-gallery-thumbs .swiper-button-next:after,
  .product-gallery-thumbs .swiper-button-prev:after {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
  }
}

.product-summary {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.product-summary .breadcrumbs-product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-summary .breadcrumbs-product .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #1e1e1e;
  text-decoration: none;
}
.product-summary .breadcrumbs-product .aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type {
  font-weight: 600 !important;
}
.product-summary .product-attributes ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.product-summary .product-attributes ul li {
  margin-bottom: 0.5rem;
}
.product-summary .product-attributes ul strong {
  font-weight: 600;
}
.product-summary .natucoin-calculator {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  border-radius: 15px;
  font-size: 0.9rem;
  color: #4e4e4e;
  background-color: #f5f5f5;
}
.product-summary .natucoin-calculator .natucoin-icon {
  width: 28px;
  height: 28px;
}
.product-summary .natucoin-calculator .natucoin-info {
  font-weight: bold;
  font-size: 1em;
}
.product-summary .product-bundle-add-to-cart {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product-summary .product-bundle-add-to-cart .iworks-omnibus {
  display: none;
}
.product-summary .product-bundle-add-to-cart .custom-quantity-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0.3em 0.5em;
}
.product-summary .product-bundle-add-to-cart .stock {
  display: none;
}
.product-summary .product-bundle-add-to-cart .woosb-total-value span {
  color: #1e1e1e;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: black;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product .variations_form .variations .variation {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 1rem 1.1rem !important;
  border-radius: 35px !important;
  margin: 5px 3px 0 3px;
  max-width: 100%;
  border-radius: 2px;
  float: none;
  vertical-align: top;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product .woosb-thumb {
  width: 150px !important;
  flex: 0 0 150px !important;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 10px;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product .woosb-thumb img {
  border-radius: 15px;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product .woosb-quantity {
  width: auto;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product .variations_form .variations .variation .label {
  display: none;
}
.product-summary .product-bundle-add-to-cart .woosb-products .woosb-product {
  border-bottom: 0px dotted #e5e5e5 !important;
}
.product-summary .product-bundle-add-to-cart .woosb-products {
  border-width: 0 !important;
}
.product-summary .product-bundle-add-to-cart .woosb-alert {
  padding: 0 !important;
  border-left: 0px solid #222 !important;
  background-color: transparent !important;
  font-size: 14px;
}
.product-summary .product-bundle-add-to-cart .custom-minus-btn,
.product-summary .product-bundle-add-to-cart .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
}
.product-summary .product-bundle-add-to-cart input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: transparent !important;
}
.product-summary .product-bundle-add-to-cart input::-webkit-inner-spin-button, .product-summary .product-bundle-add-to-cart input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-summary .product-bundle-add-to-cart .cart {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-grow: 1;
}
.product-summary .product-bundle-add-to-cart .cart .custom-minus-btn,
.product-summary .product-bundle-add-to-cart .cart .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
}
.product-summary .product-bundle-add-to-cart .cart input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: white !important;
}
.product-summary .product-bundle-add-to-cart .cart input::-webkit-inner-spin-button, .product-summary .product-bundle-add-to-cart .cart input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .product-summary .product-bundle-add-to-cart .cart {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.product-summary .product-bundle-add-to-cart .single_add_to_cart_button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.product-summary .product-bundle-add-to-cart .single_add_to_cart_button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.product-summary .product-bundle-add-to-cart .single_add_to_cart_button:focus {
  color: #ffffff;
}
.product-summary .product-bundle-add-to-cart .single_add_to_cart_button:active {
  color: #ffffff;
}
.product-summary .product-bundle-add-to-cart .single_add_to_cart_button:visited {
  color: #ffffff;
}
@media (max-width: 768px) {
  .product-summary .product-bundle-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .product-summary .product-bundle-add-to-cart .single_add_to_cart_button {
    width: auto !important;
  }
}
.product-summary .product-rating-widget {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.product-summary .faq-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  width: 100%;
  margin-top: 2em;
}
.product-summary .faq-hero-right .inner-faq-section {
  width: 100%;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 0;
  cursor: pointer;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
  font-size: 1.6rem;
  font-weight: 600;
  font-weight: 500;
  margin: 0;
  flex: 1;
  padding-right: 25px;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-question h2 {
    font-size: 1.5rem;
  }
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-question .faq-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer ul {
  margin-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer ul li {
  list-style: disc;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper br {
  display: none;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper label {
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.5em;
  display: block;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-input-group {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 724px) {
  .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-input-group {
    flex-direction: row;
  }
  .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-input-group p {
    width: 50%;
  }
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=text],
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=email],
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=tel],
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper select,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper textarea {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=text]:focus,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=email]:focus,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=tel]:focus,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper select:focus,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper textarea:focus {
  border-color: #ff8900;
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.2);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=text]::-moz-placeholder, .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=email]::-moz-placeholder, .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=tel]::-moz-placeholder, .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper select::-moz-placeholder, .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=text]::placeholder,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=email]::placeholder,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=tel]::placeholder,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper select::placeholder,
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper textarea {
  min-height: 150px;
  border-radius: 20px;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper input[type=file] {
  display: none;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-upload-container {
  position: relative;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-upload-container .big-span {
  font-size: 1.4em;
}
@media (max-width: 1024px) {
  .product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-upload-container .big-span {
    font-size: 1.2em;
  }
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-upload-container .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-info {
  display: block;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 2em;
  text-align: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center 1.5em;
  background-size: 2em;
  padding-top: 5em;
  transition: all 0.2s ease;
  margin-top: 0.5em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-info br {
  display: block;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-info strong {
  font-weight: 500;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .file-info.dragover {
  border-color: #ff8900;
  background-color: rgba(255, 137, 0, 0.05);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  margin-bottom: 1.5em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 0.1em;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #ff8900;
  border-color: #ff8900;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.25);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.2s ease;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .checkbox-container:hover .checkmark {
  border-color: #ff8900;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .privacy-text {
  font-size: 0.9rem;
  color: #4e4e4e;
  line-height: 1.4;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item .faq-answer .contact-form-wrapper .contact-privacy-container .privacy-text a {
  color: #ff8900;
  text-decoration: underline;
}
.product-summary .faq-hero-right .inner-faq-section .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.product-summary .faq-hero-right .inner-faq-section .faq-item.active .faq-answer {
  max-height: 1500px;
  padding-bottom: 1.5em;
}
.product-summary .coupon-promotion-box {
  margin: 20px 0;
  padding: 2em;
  border: 2px dashed #ff8900;
  border-radius: 25px;
  background-color: #fff;
  width: 100%;
}
.product-summary .coupon-promotion-box h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.product-summary .coupon-promotion-box p {
  margin-bottom: 20px;
  color: #4e4e4e;
}
.product-summary .coupon-promotion-box .coupon-code-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.product-summary .coupon-promotion-box .coupon-code-container > span {
  color: #4e4e4e;
}
.product-summary .coupon-promotion-box .coupon-code-copy {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-summary .coupon-promotion-box .coupon-code-copy.copied {
  color: #4caf50;
}
.product-summary .coupon-promotion-box .coupon-code-copy.copied .copy-icon {
  color: #4caf50;
}
.product-summary .coupon-promotion-box .coupon-code {
  margin-right: 8px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
.product-summary .coupon-promotion-box .copy-icon {
  display: flex;
  align-items: center;
  color: #666;
}
@media (max-width: 768px) {
  .product-summary .coupon-promotion-box {
    padding: 15px;
  }
  .product-summary .coupon-promotion-box .coupon-code-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-variations {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-variations .variations {
  width: 100%;
  border-spacing: 0;
}
.product-variations .variations tr {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
.product-variations .variations tr label {
  font-weight: 400;
  color: black;
  font-size: 0.95rem;
  margin: 0;
  letter-spacing: 0.3px;
}
.product-variations .variations tr .selected-value {
  font-weight: 400;
  color: #666;
  font-size: 0.85rem;
}
.product-variations .variations tr .selected-value.has-selection {
  color: #666;
}
@media (max-width: 768px) {
  .product-variations .variations tr {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .product-variations .variations tr .selected-value {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.product-variations .variations td {
  padding: 0;
  border: none;
}
.product-variations .variations td.value {
  width: 100%;
}
.product-variations .variations select {
  width: 100%;
  padding: 0.75rem 1rem;
  padding-right: 2.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #6b7280;
  background: #ffffff;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem;
}
.product-variations .variations select:hover {
  border-color: #d1d5db;
}
.product-variations .variations select:focus {
  border-color: #6ba505;
  outline: none;
  color: #374151;
}
.product-variations .variations select:not([value=""]) {
  color: #374151;
  font-weight: 500;
}
.product-variations .variations select:disabled {
  background-color: #f9fafb;
  border-color: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
}
.product-variations .variations select:disabled::-moz-placeholder {
  color: #d1d5db;
}
.product-variations .variations select:disabled::placeholder {
  color: #d1d5db;
}
.product-variations .variations select option {
  padding: 0.5rem;
  color: #374151;
  background: #ffffff;
}
.product-variations .variations select option:hover {
  background: #f3f4f6;
}
.product-variations .variations select option:checked {
  background: #6ba505;
  color: #ffffff;
}
@media (max-width: 768px) {
  .product-variations .variations select {
    padding: 0.875rem 1rem;
    padding-right: 2.75rem;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .product-variations .variations .parameter {
    flex-direction: column;
  }
  .product-variations .variations .parameter .param-name {
    width: 100%;
    margin-bottom: 5px;
  }
}

.single_variation {
  padding: 0;
  background: none;
  border: none;
}
.single_variation .price {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #333;
  margin-bottom: 0.625rem;
}
.single_variation .stock {
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.single_variation .stock.in-stock {
  color: #4e4e4e;
}
.single_variation .stock.out-of-stock {
  color: #e32020;
}

.fav-ivon-single {
  z-index: 1;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  padding: 5px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fav-ivon-single img {
  width: 25px;
  height: 25px;
}
.fav-ivon-single a {
  line-height: 0;
}
@media (max-width: 768px) {
  .fav-ivon-single {
    width: 55px;
    height: 55px;
  }
}

.product-simple-add-to-cart {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.product-simple-add-to-cart .custom-quantity-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0.3em 0.5em;
}
.product-simple-add-to-cart .stock {
  display: none;
}
.product-simple-add-to-cart .cart {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-grow: 1;
}
.product-simple-add-to-cart .cart .custom-minus-btn,
.product-simple-add-to-cart .cart .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
}
.product-simple-add-to-cart .cart input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: white !important;
}
.product-simple-add-to-cart .cart input::-webkit-inner-spin-button, .product-simple-add-to-cart .cart input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .product-simple-add-to-cart .cart {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.product-simple-add-to-cart .single_add_to_cart_button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.product-simple-add-to-cart .single_add_to_cart_button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.product-simple-add-to-cart .single_add_to_cart_button:focus {
  color: #ffffff;
}
.product-simple-add-to-cart .single_add_to_cart_button:active {
  color: #ffffff;
}
.product-simple-add-to-cart .single_add_to_cart_button:visited {
  color: #ffffff;
}
@media (max-width: 768px) {
  .product-simple-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .product-simple-add-to-cart .single_add_to_cart_button {
    width: auto !important;
  }
}

.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-variation-add-to-cart .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0.3em 0.5em;
}
.woocommerce-variation-add-to-cart .quantity .custom-minus-btn,
.woocommerce-variation-add-to-cart .quantity .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
}
.woocommerce-variation-add-to-cart .quantity input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: transparent !important;
}
.woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button, .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce-variation-add-to-cart .quantity {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
  display: inline-block !important;
  padding: 1em 2em !important;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:focus {
  color: #ffffff;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:active {
  color: #ffffff;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:visited {
  color: #ffffff;
}
@media (max-width: 768px) {
  .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: auto !important;
  }
}

.product-prices {
  width: 100%;
}
.product-prices .stock-quantity {
  font-size: 1em;
}
.product-prices span {
  color: #1e1e1e;
  font-size: 1.9rem;
}
.product-prices span bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.product-prices span bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.product-prices del {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #1e1e1e;
}
.product-prices del bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.product-prices del bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.product-prices ins {
  text-decoration: none;
}
.product-prices ins span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.product-prices ins span bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.product-prices ins span bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.product-prices .iworks-omnibus span {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e !important;
}
.product-prices .iworks-omnibus span bdi {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e !important;
}
.product-prices .iworks-omnibus span bdi span {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e;
}

.woocommerce-variation-price {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.woocommerce-variation-price .price {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #1e1e1e;
}
.woocommerce-variation-price .price del bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.woocommerce-variation-price .price del bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.woocommerce-variation-price .price ins {
  text-decoration: none;
}
.woocommerce-variation-price .price ins span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.woocommerce-variation-price .price ins span bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.woocommerce-variation-price .price ins span bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.woocommerce-variation-price .price bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.woocommerce-variation-price .price bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.woocommerce-variation-price .price .iworks-omnibus span {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e !important;
}
.woocommerce-variation-price .price .iworks-omnibus span bdi {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e !important;
}
.woocommerce-variation-price .price .iworks-omnibus span bdi span {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4e4e4e;
}

.price-single-product-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.price-single-product-section .price-single-product-brutto {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5em;
}
.price-single-product-section .price-single-product-netto {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5em;
}
.price-single-product-section .price-single-product-netto h2,
.price-single-product-section .price-single-product-netto span {
  font-size: 1em;
  color: #9e9e9e;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
}
.price-single-product-section .price-single-product-netto h2 span,
.price-single-product-section .price-single-product-netto span span {
  font-size: 1em;
  color: #9e9e9e;
  font-weight: 300;
}
.price-single-product-section .price-single-product-netto h2 span bdi,
.price-single-product-section .price-single-product-netto span span bdi {
  font-size: 1em;
  color: #9e9e9e;
  font-weight: 300;
}
@media (max-width: 768px) {
  .price-single-product-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
  }
}

.cart-actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.cart-actions .quantity-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.cart-actions .quantity-buttons {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0.3em 0.5em;
}
.cart-actions .quantity-buttons .custom-minus-btn,
.cart-actions .quantity-buttons .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  transition: background-color 0.3s ease;
}
.cart-actions .quantity-buttons .custom-minus-btn:hover,
.cart-actions .quantity-buttons .custom-plus-btn:hover {
  background: #e8e8e8;
}
.cart-actions .quantity-buttons #product-quantity {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.75rem 0;
  font-size: 1rem;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cart-actions .quantity-buttons #product-quantity::-webkit-inner-spin-button, .cart-actions .quantity-buttons #product-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-actions .cart-and-fav-buttons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-grow: 1;
}
.cart-actions .fav-ivon-single {
  z-index: 1;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  padding: 5px;
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-actions .fav-ivon-single img {
  width: 25px;
  height: 25px;
}
.cart-actions .fav-ivon-single a {
  line-height: 0;
}
.cart-actions .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
}
.cart-actions .added_to_cart {
  display: none;
}
.cart-actions .cart-button {
  background-color: #ff8900;
  padding: 10px 40px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #ff8900;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 30px;
  gap: 0.5em;
  font-weight: 500;
  position: relative;
}
.cart-actions .cart-button .button-text {
  color: #ffffff;
}
.cart-actions .cart-button .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.cart-actions .cart-button.loading .button-text {
  opacity: 0;
}
.cart-actions .cart-button.loading .spinner {
  display: block;
}
.cart-actions .cart-button:hover {
  background-color: rgb(204, 109.6, 0);
  border-color: rgb(204, 109.6, 0);
}
@media (max-width: 724px) {
  .cart-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-actions .cart-button {
    width: 100%;
  }
}

.out-of-stock-info {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.out-of-stock-info .cart-and-fav-buttons {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-grow: 1;
}
@media (max-width: 724px) {
  .out-of-stock-info .cart-and-fav-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.out-of-stock-info .fav-ivon-single {
  z-index: 1;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  padding: 5px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.out-of-stock-info .fav-ivon-single img {
  width: 25px;
  height: 25px;
}
.out-of-stock-info .fav-ivon-single a {
  line-height: 0;
}
.out-of-stock-info .out-of-stock-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}
.out-of-stock-info .out-of-stock-message img {
  height: 20px;
  width: 20px;
}
.out-of-stock-info .out-of-stock-message span {
  color: #4e4e4e;
  font-weight: 400;
}

.add-info-product-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  width: 100%;
}
.add-info-product-section .info-card {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
.add-info-product-section .info-card .info-card-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.add-info-product-section .info-card p {
  color: #808080;
  margin: 0;
  font-size: 0.9rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 524px) {
  .product-parameters .parameter {
    flex-direction: column;
    gap: 0.25rem;
  }
  .product-parameters .parameter .param-name {
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .product-variations .variations td.label, .product-variations .variations td.value {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .product-variations .variations td.label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.reset_variations,
.onsale {
  display: none !important;
}

.notify-form-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-content {
  width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .form-content {
    width: 400px;
  }
}

.wpcf7 {
  width: 100%;
}

.close-form {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.close-form:hover {
  color: #999;
}

.reviews-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 5em;
}
@media (max-width: 1024px) {
  .reviews-section {
    flex-direction: column;
    gap: 2em;
  }
}

.product-reviews-header {
  display: flex;
  flex-direction: column;
}

.product-reviews-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  gap: 8em;
}
@media (max-width: 768px) {
  .product-reviews-container {
    flex-direction: column;
    gap: 2em;
  }
}

.reviews-sidebar {
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .reviews-sidebar {
    width: 100%;
  }
}

.reviews-content {
  flex: 1;
}

.review-button {
  display: inline-block !important;
  padding: 1em 2em !important;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.review-button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.review-button:focus {
  color: #ffffff;
}
.review-button:active {
  color: #ffffff;
}
.review-button:visited {
  color: #ffffff;
}

.rating-summary {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 2em;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.rating-number {
  width: 15px;
  text-align: right;
}

.star-icon {
  color: #ff8900;
  font-size: 1.4em;
}

.rating-bar {
  flex: 1;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.rating-fill {
  height: 100%;
  background-color: #6ba505;
  border-radius: 4px;
}

.rating-count {
  width: 20px;
  text-align: left;
  color: #666;
}

.review-item {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-radius: 25px;
  background-color: #f5f5f5;
}
.review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.review-stars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0.5em;
}

.star {
  color: #e0e0e0;
  font-size: 1.4em;
}
.star.filled {
  color: #ff8900;
}

.review-rating {
  font-size: 0.9em;
  color: #666;
  margin-left: 0.5em;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  background-color: #e8f5e9;
  color: #2e7d32;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  font-size: 0.8em;
  margin-left: 0.5em;
}
.verified-badge svg {
  width: 14px;
  height: 14px;
}

.review-text {
  margin-bottom: 0.5em;
}
.review-text p {
  margin: 0;
}

.review-meta {
  font-size: 0.85em;
  color: black;
  font-weight: 500;
}

.no-reviews {
  color: #666;
}

#review-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
#review-popup-overlay.active {
  display: block;
}

.review-popup-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 60vw;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  padding: 30px;
  box-sizing: border-box;
}
.review-popup-modal.active {
  display: block;
}
.review-popup-modal .review-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-popup-modal .review-popup-close:hover {
  color: #ff8900;
}
.review-popup-modal h3 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.review-popup-modal .comment-form-rating {
  margin-bottom: 20px;
}
.review-popup-modal .comment-form-rating label {
  display: block;
  margin-bottom: 5px;
  color: #4e4e4e;
}
.review-popup-modal .comment-form-rating .rating-display {
  color: #ff8900;
  font-size: 2.4em;
  font-weight: bold;
}
.review-popup-modal .stars-rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
}
.review-popup-modal .stars-rating-input input {
  display: none;
}
.review-popup-modal .stars-rating-input label {
  color: #e0e0e0;
  font-size: 28px;
  cursor: pointer;
  margin-bottom: 0;
  transition: color 0.2s ease;
}
.review-popup-modal .stars-rating-input label:hover, .review-popup-modal .stars-rating-input label:hover ~ label {
  color: #ff8900;
}
.review-popup-modal .stars-rating-input input:checked ~ label {
  color: #ff8900;
}
.review-popup-modal .author-email-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.review-popup-modal .author-email-row .comment-form-author,
.review-popup-modal .author-email-row .comment-form-email {
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .review-popup-modal .author-email-row {
    flex-direction: column;
    gap: 15px;
  }
  .review-popup-modal .author-email-row .comment-form-author,
  .review-popup-modal .author-email-row .comment-form-email {
    width: 100%;
  }
}
.review-popup-modal .comment-form-comment,
.review-popup-modal .comment-form-author,
.review-popup-modal .comment-form-email {
  margin-bottom: 20px;
}
.review-popup-modal .comment-form-comment br,
.review-popup-modal .comment-form-author br,
.review-popup-modal .comment-form-email br {
  display: none;
}
.review-popup-modal .comment-form-comment label,
.review-popup-modal .comment-form-author label,
.review-popup-modal .comment-form-email label {
  display: block;
  margin-bottom: 5px;
  color: #4e4e4e;
}
.review-popup-modal .comment-form-comment label .required,
.review-popup-modal .comment-form-author label .required,
.review-popup-modal .comment-form-email label .required {
  color: #e74c3c;
}
.review-popup-modal .comment-form-comment textarea,
.review-popup-modal .comment-form-comment input[type=text],
.review-popup-modal .comment-form-comment input[type=email],
.review-popup-modal .comment-form-author textarea,
.review-popup-modal .comment-form-author input[type=text],
.review-popup-modal .comment-form-author input[type=email],
.review-popup-modal .comment-form-email textarea,
.review-popup-modal .comment-form-email input[type=text],
.review-popup-modal .comment-form-email input[type=email] {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  outline: none;
}
.review-popup-modal .comment-form-comment textarea:focus,
.review-popup-modal .comment-form-comment input[type=text]:focus,
.review-popup-modal .comment-form-comment input[type=email]:focus,
.review-popup-modal .comment-form-author textarea:focus,
.review-popup-modal .comment-form-author input[type=text]:focus,
.review-popup-modal .comment-form-author input[type=email]:focus,
.review-popup-modal .comment-form-email textarea:focus,
.review-popup-modal .comment-form-email input[type=text]:focus,
.review-popup-modal .comment-form-email input[type=email]:focus {
  border-color: #ff8900;
  box-shadow: 0 0 0 2px rgba(255, 137, 0, 0.2);
}
.review-popup-modal .comment-form-comment textarea::-moz-placeholder, .review-popup-modal .comment-form-comment input[type=text]::-moz-placeholder, .review-popup-modal .comment-form-comment input[type=email]::-moz-placeholder, .review-popup-modal .comment-form-author textarea::-moz-placeholder, .review-popup-modal .comment-form-author input[type=text]::-moz-placeholder, .review-popup-modal .comment-form-author input[type=email]::-moz-placeholder, .review-popup-modal .comment-form-email textarea::-moz-placeholder, .review-popup-modal .comment-form-email input[type=text]::-moz-placeholder, .review-popup-modal .comment-form-email input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.review-popup-modal .comment-form-comment textarea::placeholder,
.review-popup-modal .comment-form-comment input[type=text]::placeholder,
.review-popup-modal .comment-form-comment input[type=email]::placeholder,
.review-popup-modal .comment-form-author textarea::placeholder,
.review-popup-modal .comment-form-author input[type=text]::placeholder,
.review-popup-modal .comment-form-author input[type=email]::placeholder,
.review-popup-modal .comment-form-email textarea::placeholder,
.review-popup-modal .comment-form-email input[type=text]::placeholder,
.review-popup-modal .comment-form-email input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.review-popup-modal .comment-form-comment textarea,
.review-popup-modal .comment-form-author textarea,
.review-popup-modal .comment-form-email textarea {
  height: 150px;
  resize: vertical;
}
.review-popup-modal .form-submit {
  text-align: left;
  margin-top: 1em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.review-popup-modal .form-submit input[type=submit] {
  display: inline-block !important;
  padding: 1em 2em !important;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.review-popup-modal .form-submit input[type=submit]:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.review-popup-modal .form-submit input[type=submit]:focus {
  color: #ffffff;
}
.review-popup-modal .form-submit input[type=submit]:active {
  color: #ffffff;
}
.review-popup-modal .form-submit input[type=submit]:visited {
  color: #ffffff;
}
.review-popup-modal .woocommerce-verification-required {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 20px;
}
@media (max-width: 768px) {
  .review-popup-modal {
    max-width: 95vw;
  }
}

.comment-form-cookies-consent {
  display: flex;
  gap: 0.5em;
}
.comment-form-cookies-consent input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background-color: white;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  margin-top: 0.3em;
}
.comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
.comment-form-cookies-consent input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.comment-form-cookies-consent input[type=checkbox]:focus {
  outline: none;
  border-color: #333;
}
.comment-form-cookies-consent label {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body.popup-open {
  overflow: hidden;
}

#comments {
  display: none;
}

@media (max-width: 768px) {
  .review-popup-modal {
    width: 90%;
    padding: 20px;
  }
  .review-popup-modal h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .review-popup-modal .stars-rating-input label {
    font-size: 24px;
  }
}
.single-product-related-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 0em 4vw 3em 4vw;
  margin: 0 auto;
  gap: 2em;
}
.single-product-related-section .related-left {
  display: flex;
  flex-direction: column;
  width: 30%;
  flex: 0 0 30%;
}
.single-product-related-section .related-left .related-product {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 1300px) {
  .single-product-related-section .related-left {
    display: none;
  }
}
.single-product-related-section .related-right {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 4em;
}
.single-product-related-section .related-right .related-right-product {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2em;
}
@media (max-width: 1024px) {
  .single-product-related-section .related-right .related-right-product {
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .single-product-related-section .related-right {
    width: 100%;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .single-product-related-section {
    flex-direction: column;
  }
}

.bundles-products-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding: 8em 4vw 0em 4vw;
  margin: 0 auto;
  gap: 5em;
}
@media (max-width: 1024px) {
  .bundles-products-section {
    flex-direction: column;
    gap: 2em;
  }
}

.cart-header {
  margin-bottom: 2em;
}

.cart-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .cart-page {
    flex-direction: row;
    align-items: flex-start;
  }
}
.cart-page__main {
  flex: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-page__main {
    flex: 1 1 70%;
    max-width: 70%;
  }
}
.cart-page__sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-page__sidebar {
    flex: 1 1 30%;
    max-width: 30%;
    position: sticky;
    top: 30px;
  }
}

.shop_table.woocommerce-cart-form__contents {
  display: block;
  width: 100%;
}

.cart-item {
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.cart-item--first, .cart-item--single {
  border-top: none;
}
.cart-item--last, .cart-item--single {
  border-bottom: none;
}
.cart-item__thumbnail {
  flex: 0 0 80px;
  width: 80px;
  margin-right: 1rem;
}
@media (min-width: 724px) {
  .cart-item__thumbnail {
    flex: 0 0 100px;
    width: 100px;
  }
}
.cart-item__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.cart-item__thumbnail a {
  display: block;
  border-radius: 12px;
}
.cart-item__thumbnail a:focus {
  outline: 2px solid #ff8900;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .cart-item__thumbnail {
    flex: auto;
    width: 90%;
    margin-right: 0rem;
    height: 100%;
    padding-right: 1em;
  }
}
.cart-item__content {
  display: flex;
  gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .cart-item__content {
    display: flex;
    gap: 0.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.cart-item__details {
  flex: 1;
  padding-right: 1rem;
}
.cart-item__title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  line-height: 1.25;
}
.cart-item__title a {
  color: #1e1e1e;
  text-decoration: none;
}
.cart-item__title a:hover {
  color: #ff8900;
}
.cart-item__title a:focus-visible {
  outline: 2px solid #ff8900;
  outline-offset: 2px;
}
.cart-item__remove {
  flex-shrink: 0;
}
.cart-item__remove .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #f8f9fa;
  border-radius: 50%;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cart-item__remove .remove:hover {
  background-color: #ff8900;
  color: #ffffff;
}
.cart-item__remove .remove:focus-visible {
  outline: 2px solid #ff8900;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .cart-item__remove {
    top: 0;
    right: 0;
    position: absolute;
  }
}
.cart-item .cart_item_right {
  display: flex;
  flex-direction: row;
  gap: 1em;
  min-width: 300px;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .cart-item .cart_item_right {
    flex-direction: column;
    gap: 0em;
    min-width: auto;
  }
}
.cart-item span {
  color: #1e1e1e;
  font-size: 1.9rem;
}
.cart-item span bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart-item span bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart-item del {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #1e1e1e;
}
.cart-item del bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.cart-item del bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.cart-item ins {
  text-decoration: none;
}
.cart-item ins span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.cart-item ins span bdi {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.cart-item ins span bdi span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart-item .custom-quantity-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 35px;
  padding: 0.3em 0.5em;
}
.cart-item .custom-minus-btn,
.cart-item .custom-plus-btn {
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
}
.cart-item input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0.5rem 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: transparent !important;
}
.cart-item input::-webkit-inner-spin-button, .cart-item input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item__subtotal {
  font-weight: 700;
  color: #1e1e1e;
  font-size: 1.125rem;
  margin-left: auto;
}
@media (min-width: 724px) {
  .cart-item__subtotal {
    text-align: right;
  }
}
.cart-item__subtotal del {
  color: #4e4e4e;
  font-weight: 400;
  margin-right: 0.25rem;
  display: block;
  font-size: 0.875rem;
}
.cart-item__subtotal ins {
  text-decoration: none;
  color: #1e1e1e;
}
@media (max-width: 1024px) {
  .cart-item__subtotal {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .cart-item {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 0em;
  }
}

.cart-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 0;
  border-top: none;
}
@media (min-width: 724px) {
  .cart-actions {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.cart-actions .cart-update {
  width: 100%;
  order: 1;
}
@media (min-width: 724px) {
  .cart-actions .cart-update {
    width: auto;
    order: 2;
  }
}
.cart-actions .cart-update .button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.cart-actions .cart-update .button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.cart-actions .cart-update .button:focus {
  color: #ffffff;
}
.cart-actions .cart-update .button:active {
  color: #ffffff;
}
.cart-actions .cart-update .button:visited {
  color: #ffffff;
}
@media (min-width: 724px) {
  .cart-actions .cart-update .button {
    width: auto;
  }
}
.cart-actions .coupon {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
@media (min-width: 724px) {
  .cart-actions .coupon {
    width: auto;
    order: 1;
    flex-wrap: wrap;
  }
}
.cart-actions .coupon .input-text {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 40px;
  font-size: 1rem;
}
@media (min-width: 724px) {
  .cart-actions .coupon .input-text {
    width: 180px;
    flex: 0 0 auto;
  }
}
.cart-actions .coupon .input-text:focus {
  outline: 2px solid #ff8900;
  outline-offset: -2px;
  border-color: #ff8900;
}
.cart-actions .coupon .input-text.has-error {
  border-color: #e74c3c;
}
.cart-actions .coupon .button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.cart-actions .coupon .button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.cart-actions .coupon .button:focus {
  color: #ffffff;
}
.cart-actions .coupon .button:active {
  color: #ffffff;
}
.cart-actions .coupon .button:visited {
  color: #ffffff;
}
.cart-actions .coupon .coupon-error-notice {
  width: 100%;
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  order: 3;
}

.cart_totals {
  background-color: #f1f3f4;
  border-radius: 16px;
  padding: 2rem;
}
.cart_totals .cart-summary__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #1e1e1e;
}
.cart_totals span {
  color: #1e1e1e;
  font-size: 1.7rem;
}
.cart_totals span bdi {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart_totals span bdi span {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart_totals del {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #1e1e1e;
}
.cart_totals del bdi {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.cart_totals del bdi span {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.185) !important;
}
.cart_totals ins {
  text-decoration: none;
}
.cart_totals ins span {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.cart_totals ins span bdi {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black !important;
}
.cart_totals ins span bdi span {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: black;
}
.cart_totals .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.cart_totals .shop_table th {
  text-align: left;
  font-weight: 500;
  color: #4e4e4e;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.cart_totals .shop_table td {
  text-align: right;
  font-weight: 500;
  color: #1e1e1e;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.cart_totals .shop_table td .amount {
  font-weight: inherit;
}
.cart_totals .shop_table td .includes_tax {
  display: block;
  font-size: 0.75rem;
  color: #4e4e4e;
  margin-top: 2px;
}
.cart_totals .shop_table .cart-discount td {
  color: #ff8900;
}
.cart_totals .shop_table .cart-discount .woocommerce-remove-coupon {
  margin-left: 0.25rem;
  color: #4e4e4e;
  font-size: 0.875rem;
  text-decoration: none;
}
.cart_totals .shop_table .cart-discount .woocommerce-remove-coupon:hover {
  color: #ff8900;
  text-decoration: underline;
}
.cart_totals .shop_table .order-total {
  font-size: 1.125rem;
  font-weight: 700;
  border-top: 1px solid #e5e7eb;
  margin-top: 1rem;
  padding-top: 1rem;
}
.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td {
  font-weight: 700;
  padding: 1rem 0;
}
.cart_totals .shipping {
  display: none;
}
.cart_totals .shipping ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.cart_totals .shipping li {
  padding: 0.5rem 0;
}
.cart_totals .shipping li label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  cursor: pointer;
}
.cart_totals .shipping li label input[type=radio] {
  margin: 0;
}
.cart_totals .wc-proceed-to-checkout {
  margin-top: 2rem;
}
.cart_totals .wc-proceed-to-checkout .checkout-button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.cart_totals .wc-proceed-to-checkout .checkout-button:focus {
  color: #ffffff;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:active {
  color: #ffffff;
}
.cart_totals .wc-proceed-to-checkout .checkout-button:visited {
  color: #ffffff;
}

.cross-sells {
  margin-top: 4rem;
}
.cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
}
@media (min-width: 724px) {
  .cross-sells ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .cross-sells ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fff5f5;
  border: 1px solid rgba(231, 76, 60, 0.15);
  border-radius: 4px;
  color: #480f06;
  padding: 1rem;
  margin: 0 0 2rem 0;
  list-style: none;
  font-size: 0.875rem;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.woocommerce-error li:last-child,
.woocommerce-info li:last-child,
.woocommerce-message li:last-child {
  margin-bottom: 0;
}
.woocommerce-error li a,
.woocommerce-info li a,
.woocommerce-message li a {
  color: #480f06;
  text-decoration: none;
}
.woocommerce-error li a strong,
.woocommerce-info li a strong,
.woocommerce-message li a strong {
  font-weight: 500;
}
.woocommerce-error li a:hover,
.woocommerce-info li a:hover,
.woocommerce-message li a:hover {
  text-decoration: underline;
}

.woocommerce-info {
  display: flex;
  align-items: center;
  background-color: #ff8900;
  padding: 1rem;
  color: white;
  border-radius: 25px;
}
.woocommerce-info::before {
  content: "!";
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  min-width: 20px;
  background-color: transparent;
  border: 1.5px solid white;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.woocommerce-message {
  display: flex;
  align-items: center;
  border: 1px solid rgba(39, 174, 96, 0.15);
  color: white;
  background-color: #6ba505;
  padding: 1rem;
  border-radius: 25px;
}
.woocommerce-message::before {
  content: "✓";
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: transparent;
  border: 1.5px solid white;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.return-to-shop .button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
}
.return-to-shop .button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.return-to-shop .button:focus {
  color: #ffffff;
}
.return-to-shop .button:active {
  color: #ffffff;
}
.return-to-shop .button:visited {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .cart-item__remove .remove,
  .cart-item__quantity .qty-button {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .cart-item__thumbnail img {
    border: 2px solid #000000;
  }
  .cart-item__remove .remove {
    border: 1px solid #000000;
  }
  .cart_totals {
    border: 2px solid #000000;
  }
  .cart-item__quantity .quantity {
    border: 2px solid #000000;
  }
}
.zabezpieczenie-termiczne-container {
  padding: 2em;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-top: 3em;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
@media (max-width: 768px) {
  .zabezpieczenie-termiczne-container {
    flex-direction: column;
    padding: 1.5em;
  }
}
.zabezpieczenie-termiczne-container .zabezpieczenie-termiczne-left {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .zabezpieczenie-termiczne-container .zabezpieczenie-termiczne-left {
    margin-bottom: 1em;
  }
}
.zabezpieczenie-termiczne-container .zabezpieczenie-termiczne-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.zabezpieczenie-termiczne-container .zabezpieczenie-icon {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .zabezpieczenie-termiczne-container .zabezpieczenie-icon {
    width: 60px;
  }
}
.zabezpieczenie-termiczne-container .zt-checkbox-item {
  margin-bottom: 10px;
}
.zabezpieczenie-termiczne-container .zt-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.zabezpieczenie-termiczne-container .zt-checkbox:checked + .zt-checkbox-text::before {
  background-color: #6ba505;
  border-color: #6ba505;
}
.zabezpieczenie-termiczne-container .zt-checkbox:checked ~ .zt-checkbox-text::before {
  background-color: #6ba505;
  border-color: #6ba505;
}
.zabezpieczenie-termiczne-container .zt-checkbox:checked ~ .zt-checkbox-text::after {
  content: "✓";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.zabezpieczenie-termiczne-container .zt-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.zabezpieczenie-termiczne-container .zt-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.zabezpieczenie-termiczne-container .zt-checkbox-label:hover::before {
  border-color: #6ba505;
}
.zabezpieczenie-termiczne-container .zt-checkbox-label:has(.zt-checkbox:checked)::before {
  background-color: #6ba505;
  border-color: #6ba505;
}
.zabezpieczenie-termiczne-container .zt-checkbox-label:has(.zt-checkbox:checked)::after {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.zabezpieczenie-termiczne-container .zt-checkbox-text {
  font-size: 15px;
  margin-left: 0;
  position: relative;
}

.pasek-darmowej-wysylki {
  margin-bottom: 2rem;
  max-width: 100%;
}
.pasek-darmowej-wysylki .pasek-postepu {
  height: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.pasek-darmowej-wysylki .pasek-postepu__wypelnienie {
  height: 100%;
  background-color: #ff8900;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.pasek-darmowej-wysylki .pasek-postepu__tekst {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #1e1e1e;
  margin: 0;
}
.pasek-darmowej-wysylki .pasek-postepu__tekst .procent {
  color: #ff8900;
  font-weight: 700;
  margin-right: 0.5rem;
}
.pasek-darmowej-wysylki .pasek-postepu__tekst .kwota {
  font-weight: 700;
  color: #ff8900;
  padding: 0 3px;
}
.pasek-darmowej-wysylki .pasek-postepu__tekst .kwota bdi {
  color: #ff8900;
  font-weight: 700;
}

.cart-related-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1920px;
  padding: 5em 0vw 0em 0vw;
  margin: 0 auto;
  gap: 2em;
}
.cart-related-section .related-left {
  display: flex;
  flex-direction: column;
  width: 30%;
  flex: 0 0 30%;
}
.cart-related-section .related-left .related-product {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (max-width: 1300px) {
  .cart-related-section .related-left {
    display: none;
  }
}
.cart-related-section .related-right {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 4em;
}
.cart-related-section .related-right .related-right-product {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2em;
}
.cart-related-section .related-right .related-right-product .related-product {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cart-related-section .related-right .related-right-product {
    flex-direction: column;
  }
  .cart-related-section .related-right .related-right-product .related-product {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .cart-related-section .related-right {
    width: 100%;
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .cart-related-section {
    flex-direction: column;
  }
}

.checkout-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.checkout-page .site-header,
.checkout-page .site-footer {
  display: none;
}
.checkout-page .form-row-wide,
.checkout-page .form-row {
  gap: 0.5em;
  padding-top: 0;
}
.checkout-page .checkout-main-header {
  margin-bottom: 2em;
}
.checkout-page .checkout-main-header h2 {
  font-size: 2em;
}

.woocommerce-checkout.woocommerce-order-pay form#order_review {
  padding: 20px;
  max-width: 640px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead {
  border-bottom: 1px solid #d4d4d4;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #312b2b;
  text-align: left;
  padding: 16px 0;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-name {
  width: 60%;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-quantity {
  width: 15%;
  text-align: center;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-total {
  width: 25%;
  text-align: right;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item {
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td {
  padding: 12px 0;
  vertical-align: middle;
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td.product-name {
  color: #312b2b;
  font-weight: 500;
  padding-right: 12px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td.product-quantity {
  text-align: center;
  color: rgba(49, 43, 43, 0.8);
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td.product-quantity strong {
  font-weight: 500;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td.product-subtotal {
  text-align: right;
  font-weight: 600;
  color: #312b2b;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item:last-child {
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr th,
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr td {
  padding: 12px 0;
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr th {
  text-align: left;
  font-weight: 500;
  color: #312b2b;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr td {
  text-align: right;
  font-weight: 600;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr td small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: rgba(49, 43, 43, 0.7);
  margin-top: 2px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:nth-last-child(2) th,
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:nth-last-child(2) td {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #141414;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:last-child th,
.woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:last-child td {
  padding-top: 16px;
  border-top: 1px solid #d4d4d4;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review #payment {
  margin-top: 24px;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review #payment #place_order {
  width: 100%;
  background-color: #141414;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border-radius: 6px;
  border: none;
  margin-top: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.woocommerce-checkout.woocommerce-order-pay form#order_review #payment #place_order:hover {
  background-color: rgb(7.25, 7.25, 7.25);
}
@media (max-width: 675px) {
  .woocommerce-checkout.woocommerce-order-pay form#order_review {
    padding: 16px;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th {
    font-size: 12px;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-name {
    width: 50%;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-quantity {
    width: 20%;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table thead th.product-total {
    width: 30%;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tbody .order_item td {
    font-size: 12px;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr th,
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr td {
    font-size: 12px;
  }
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:nth-last-child(2) th,
  .woocommerce-checkout.woocommerce-order-pay form#order_review .shop_table tfoot tr:nth-last-child(2) td {
    font-size: 14px;
  }
}

.checkout-header {
  display: flex;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #d4d4d4;
}
.checkout-header__main {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.checkout-header__main--inner {
  width: 100%;
  max-width: 605px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.checkout-header__right {
  width: 45%;
  display: flex;
  justify-content: flex-start;
}
.checkout-header__right--inner {
  width: 100%;
  max-width: 495px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-header__logo-img {
  max-height: 40px;
  width: auto;
  height: auto;
}
.checkout-header__cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.checkout-header__cart-link:hover {
  background-color: rgba(49, 43, 43, 0.05);
}
.checkout-header__cart-link svg {
  transition: transform 0.2s ease;
}
.checkout-header__cart-link:hover svg {
  transform: scale(1.05);
}

.checkout-content {
  flex: 1;
  width: 100%;
}

.checkout-footer {
  border-top: 1px solid #d4d4d4;
  background-color: #ffffff;
}
.checkout-footer__container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-footer__links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.checkout-footer__link {
  font-size: 14px;
  color: #312b2b;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.checkout-footer__link:hover {
  opacity: 0.7;
}

@media (max-width: 675px) {
  .checkout-footer__container {
    padding: 0 16px;
    height: 50px;
  }
  .checkout-footer__links {
    gap: 16px;
  }
  .checkout-footer__link {
    font-size: 13px;
  }
}
.woocommerce-checkout.woocommerce-page .site-header,
.woocommerce-checkout.woocommerce-page .site-footer,
.woocommerce-checkout.woocommerce-page .newsletter {
  display: none;
}
.woocommerce-checkout.woocommerce-page .checkout {
  display: flex;
  width: 100%;
  min-height: 100vh;
}
.woocommerce-checkout.woocommerce-page .checkout__main {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.woocommerce-checkout.woocommerce-page .checkout__main--inner {
  width: 100%;
  max-width: 605px;
  padding: 20px;
  padding-top: 32px;
  padding-right: 40px;
}
.woocommerce-checkout.woocommerce-page .checkout__summary {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  border-left: 1px solid #d4d4d4;
  background-color: #f5f5f5;
}
.woocommerce-checkout.woocommerce-page .checkout__summary--inner {
  width: 100%;
  max-width: 495px;
  padding: 20px;
  padding-top: 32px;
  padding-left: 40px;
}
.woocommerce-checkout.woocommerce-page .checkout__summary--inner h3#order_review_heading {
  font-size: 22px;
  font-weight: 500;
  color: #312b2b;
  margin-bottom: 12px;
}
.woocommerce-checkout.woocommerce-page .checkout__section {
  margin-bottom: 32px;
}
.woocommerce-checkout.woocommerce-page .checkout__section-title {
  font-size: 22px;
  font-weight: 500;
  color: #312b2b;
  margin-bottom: 12px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .woocommerce-checkout.woocommerce-page .checkout {
    flex-direction: column;
  }
  .woocommerce-checkout.woocommerce-page .checkout__main, .woocommerce-checkout.woocommerce-page .checkout__summary {
    width: 100%;
    justify-content: center;
  }
  .woocommerce-checkout.woocommerce-page .checkout__main--inner, .woocommerce-checkout.woocommerce-page .checkout__summary--inner {
    width: 100%;
    max-width: 605px;
    padding: 20px;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-checkout.woocommerce-page .checkout__summary {
    border-left: none;
    border-top: 1px solid #d4d4d4;
  }
}
.woocommerce-checkout.woocommerce-page .col2-set {
  display: block;
}
.woocommerce-checkout.woocommerce-page .col2-set .col-1,
.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
  width: 100%;
  float: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields h3 {
  font-size: 22px;
  font-weight: 500;
  color: #312b2b;
  margin-bottom: 12px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 675px) {
  .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout.woocommerce-page .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-checkout.woocommerce-page .woocommerce-additional-fields {
  margin-top: 20px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 16px;
}
.woocommerce-checkout.woocommerce-page .form-row {
  margin-bottom: 0 !important;
  position: relative;
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 675px) {
  .woocommerce-checkout.woocommerce-page .form-row.form-row-wide, .woocommerce-checkout.woocommerce-page .form-row[class*=address], .woocommerce-checkout.woocommerce-page .form-row[class*=email], .woocommerce-checkout.woocommerce-page .form-row[class*=phone], .woocommerce-checkout.woocommerce-page .form-row[class*=country], .woocommerce-checkout.woocommerce-page .form-row.notes {
    grid-column: 1/-1;
  }
}
.woocommerce-checkout.woocommerce-page .form-row label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #312b2b;
  margin-bottom: 4px;
}
.woocommerce-checkout.woocommerce-page .form-row label .required {
  color: #141414;
  font-weight: normal;
}
.woocommerce-checkout.woocommerce-page .form-row input[type=text],
.woocommerce-checkout.woocommerce-page .form-row input[type=email],
.woocommerce-checkout.woocommerce-page .form-row input[type=tel],
.woocommerce-checkout.woocommerce-page .form-row input[type=password],
.woocommerce-checkout.woocommerce-page .form-row select#billing_country,
.woocommerce-checkout.woocommerce-page .form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  font-size: 16px;
  color: #312b2b;
  background-color: #ffffff;
  transition: all 0.2s ease;
  box-sizing: border-box;
  height: 48px;
  font-family: inherit;
}
.woocommerce-checkout.woocommerce-page .form-row input[type=text]:focus,
.woocommerce-checkout.woocommerce-page .form-row input[type=email]:focus,
.woocommerce-checkout.woocommerce-page .form-row input[type=tel]:focus,
.woocommerce-checkout.woocommerce-page .form-row input[type=password]:focus,
.woocommerce-checkout.woocommerce-page .form-row select#billing_country:focus,
.woocommerce-checkout.woocommerce-page .form-row textarea:focus {
  outline: none;
  border-color: #141414;
  box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.1);
}
.woocommerce-checkout.woocommerce-page .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout.woocommerce-page .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout.woocommerce-page .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout.woocommerce-page .form-row input[type=password]::-moz-placeholder, .woocommerce-checkout.woocommerce-page .form-row select#billing_country::-moz-placeholder, .woocommerce-checkout.woocommerce-page .form-row textarea::-moz-placeholder {
  color: rgb(130.4891304348, 114.5108695652, 114.5108695652);
}
.woocommerce-checkout.woocommerce-page .form-row input[type=text]::placeholder,
.woocommerce-checkout.woocommerce-page .form-row input[type=email]::placeholder,
.woocommerce-checkout.woocommerce-page .form-row input[type=tel]::placeholder,
.woocommerce-checkout.woocommerce-page .form-row input[type=password]::placeholder,
.woocommerce-checkout.woocommerce-page .form-row select#billing_country::placeholder,
.woocommerce-checkout.woocommerce-page .form-row textarea::placeholder {
  color: rgb(130.4891304348, 114.5108695652, 114.5108695652);
}
.woocommerce-checkout.woocommerce-page .form-row select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 32px;
}
.woocommerce-checkout.woocommerce-page .form-row textarea {
  min-height: 100px;
  resize: vertical;
  height: auto;
}
.woocommerce-checkout.woocommerce-page .form-row.form-row-wide.create-account .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.woocommerce-checkout.woocommerce-page .form-row.form-row-wide.create-account .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #141414;
  cursor: pointer;
}
.woocommerce-checkout.woocommerce-page .form-row.form-row-wide.create-account .woocommerce-form__label-for-checkbox span {
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout.woocommerce-page .woocommerce-additional-fields h3 {
  font-size: 18px;
  font-weight: 600;
  color: #312b2b;
  margin-bottom: 20px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-account-fields .create-account {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgb(224.75, 224.75, 224.75);
}
.woocommerce-checkout.woocommerce-page .select2-container .select2-selection--single {
  height: 48px !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 6px !important;
}
.woocommerce-checkout.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px !important;
  padding-left: 16px !important;
  color: #312b2b !important;
}
.woocommerce-checkout.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}
.woocommerce-checkout.woocommerce-page .select2-container.select2-container--focus .select2-selection--single {
  border-color: #141414 !important;
  box-shadow: 0 0 0 2px rgba(20, 20, 20, 0.1) !important;
}
.woocommerce-checkout.woocommerce-page #ship-to-different-address {
  margin-top: 12px;
  margin-bottom: 20px;
}
.woocommerce-checkout.woocommerce-page #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-checkout.woocommerce-page #ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #141414;
  cursor: pointer;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot td {
  all: unset;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot {
  display: flex;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody {
  flex-direction: column;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot {
  flex-direction: column;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr td {
  flex: 1 1 100%;
  border-top: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr.cart_item {
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td {
  padding: 16px 0;
  vertical-align: top;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-thumbnail {
  width: 80px;
  padding-right: 16px;
  position: relative;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-thumbnail .product-thumbnail-wrapper {
  position: relative;
  display: inline-block;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-thumbnail .product-quantity-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff8900;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-thumbnail img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgb(224.75, 224.75, 224.75);
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name {
  width: auto;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info {
  margin-bottom: 16px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info .product-title {
  font-size: 14px;
  font-weight: 500;
  color: #312b2b;
  line-height: 1.4;
  margin-bottom: 8px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl {
  margin: 0;
  font-size: 12px;
  color: rgb(130.4891304348, 114.5108695652, 114.5108695652);
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl dt,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl dd {
  display: inline;
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl dt::after {
  content: ": ";
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl dd::after {
  content: ", ";
  margin-right: 8px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-info dl dd:last-child::after {
  content: "";
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgb(224.75, 224.75, 224.75);
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty {
  width: 50px;
  height: 36px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #312b2b;
  margin: 0 4px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty:focus {
  outline: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty::-webkit-outer-spin-button, .woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #ffffff;
  border-radius: 50%;
  color: #312b2b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty-btn:hover {
  background: #141414;
  color: white;
  transform: scale(1.05);
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity .quantity .qty-btn:disabled:hover {
  background: #ffffff;
  color: #312b2b;
  transform: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-total {
  width: 100px;
  text-align: right;
  font-weight: 600;
  color: #312b2b;
  font-size: 16px;
  padding-right: 0;
  padding-left: 16px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
  border-top: 1px solid rgb(224.75, 224.75, 224.75);
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.shipping-total {
  border-bottom: 1px solid #d4d4d4;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-top: 1px solid #d4d4d4;
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-weight: 600;
  font-size: 18px;
  color: #312b2b;
  padding-top: 16px;
  padding-bottom: 16px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr td {
  padding: 12px 0;
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr th {
  font-weight: 500;
  color: #312b2b;
  text-align: left;
  padding-left: 0;
  width: auto;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr td {
  font-weight: 600;
  color: #312b2b;
  text-align: right;
  padding-right: 0;
  width: 100px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr td .amount {
  font-weight: 600;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.shipping-total th,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.shipping-total td {
  color: rgb(89.7445652174, 78.7554347826, 78.7554347826);
  font-weight: 500;
}

.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li {
  position: relative;
  margin: 0;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:only-child {
  border-radius: 7px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:first-child:not(:only-child) {
  border-radius: 7px 7px 0 0;
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:last-child:not(:only-child) {
  border-radius: 0 0 7px 7px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:has(> input[type=radio].shipping_method:checked) {
  border: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > input[type=radio].shipping_method {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > input[type=radio].shipping_method:checked + label {
  background-color: rgba(20, 20, 20, 0.05);
  border: 1px solid #141414;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > input[type=radio].shipping_method:checked + label::before {
  border-color: #141414;
  background-color: #141414;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > input[type=radio].shipping_method:checked + label::after {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:only-child > input[type=radio].shipping_method:checked + label {
  border-radius: 7px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:first-child:not(:only-child) > input[type=radio].shipping_method:checked + label {
  border-radius: 7px 7px 0 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:not(:first-child):not(:last-child) > input[type=radio].shipping_method:checked + label {
  border-radius: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li:last-child:not(:only-child) > input[type=radio].shipping_method:checked + label {
  border-radius: 0 0 7px 7px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  min-height: 60px;
  background: transparent;
  border: 1px solid transparent;
  gap: 5px;
  font-size: 14px;
  color: #312b2b;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label:hover {
  background-color: rgba(20, 20, 20, 0.03);
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background-color: white;
  margin-right: 6px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label img {
  margin-left: auto !important;
  max-height: 24px;
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-checkout.woocommerce-page .woocommerce-shipping-methods > li > label .woocommerce-Price-amount {
  font-weight: 500;
  color: #141414;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method {
  position: relative;
  margin: 0;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:only-child {
  border-radius: 7px;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:first-child:not(:only-child) {
  border-radius: 7px 7px 0 0;
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:last-child:not(:only-child) {
  border-radius: 0 0 7px 7px;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:has(> input[type=radio].input-radio:checked) {
  border: none;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > input[type=radio].input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > input[type=radio].input-radio:checked + label {
  background-color: rgba(20, 20, 20, 0.05);
  border: 1px solid #141414;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > input[type=radio].input-radio:checked + label::before {
  border-color: #141414;
  background-color: #141414;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > input[type=radio].input-radio:checked + label::after {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > input[type=radio].input-radio:checked ~ .payment_box {
  display: block !important;
  margin: 0;
  padding: 16px;
  background-color: #f5f5f5;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: none;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:only-child > input[type=radio].input-radio:checked + label {
  border-radius: 7px;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:first-child:not(:only-child) > input[type=radio].input-radio:checked + label {
  border-radius: 7px 7px 0 0;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:not(:first-child):not(:last-child) > input[type=radio].input-radio:checked + label {
  border-radius: 0;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:last-child:not(:only-child) > input[type=radio].input-radio:checked + label {
  border-radius: 0 0 7px 7px;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:last-child:not(:only-child) > input[type=radio].input-radio:checked + label:has(~ .payment_box) {
  border-radius: 0;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method:last-child:not(:only-child) > input[type=radio].input-radio:checked ~ .payment_box {
  border-radius: 0 0 7px 7px;
  border-bottom: 1px solid #dedede;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > label {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  min-height: 50px;
  background: transparent;
  border: 1px solid transparent;
  gap: 12px;
  font-size: 14px;
  color: #312b2b;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > label:hover {
  background-color: rgba(20, 20, 20, 0.03);
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background-color: white;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > label::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method > label img {
  margin-left: auto;
  max-height: 28px;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method .payment_box {
  display: none;
  border-radius: 0;
}
.woocommerce-checkout.woocommerce-page .wc_payment_methods.payment_methods.methods > .wc_payment_method .payment_box p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #312b2b;
}

.woocommerce-checkout.woocommerce-page .checkout #paczkomat_id_wrapper {
  margin-top: 15px;
  display: block;
  padding: 0px;
  text-align: center;
  max-width: 710px;
}
.woocommerce-checkout.woocommerce-page .checkout #paczkomat_id_wrapper #paczkomat_id_field {
  border-radius: 7px 7px 0 0;
  padding: 30px;
  border: 1px solid #ededed;
  background: #fcfcfc;
}
.woocommerce-checkout.woocommerce-page .checkout #paczkomat_id_wrapper #open-geowidget {
  background-color: rgba(20, 20, 20, 0.04);
  border-radius: 0 0 7px 7px;
  font-weight: 400;
  color: #312b2b;
  width: 100%;
  border: 1px solid #141414;
}

.woocommerce-checkout.woocommerce-page button#place_order,
.woocommerce-checkout.woocommerce-order-pay button#place_order {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #6ba505;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page button#place_order:hover,
.woocommerce-checkout.woocommerce-order-pay button#place_order:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.woocommerce-checkout.woocommerce-page button#place_order:focus,
.woocommerce-checkout.woocommerce-order-pay button#place_order:focus {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page button#place_order:active,
.woocommerce-checkout.woocommerce-order-pay button#place_order:active {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page button#place_order:visited,
.woocommerce-checkout.woocommerce-order-pay button#place_order:visited {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .woocommerce-privacy-policy-text p,
.woocommerce-checkout.woocommerce-order-pay .woocommerce-privacy-policy-text p {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #312b2b;
}
.woocommerce-checkout.woocommerce-page .woocommerce-privacy-policy-text p a,
.woocommerce-checkout.woocommerce-order-pay .woocommerce-privacy-policy-text p a {
  color: #141414;
}

.woocommerce-checkout.woocommerce-page .woocommerce-form-login-toggle,
.woocommerce-checkout.woocommerce-page .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout.woocommerce-page .checkout__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle {
  background-color: #6ba505;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle {
  background-color: #ff8900;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  color: white;
  padding: 12px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle svg,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle svg {
  flex-shrink: 0;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle:hover,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle:focus,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle:focus {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle:active,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle:active {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-login-toggle:visited,
.woocommerce-checkout.woocommerce-page .checkout__actions .btn-coupon-toggle:visited {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.woocommerce-checkout.woocommerce-page .checkout-popup .woocommerce-error,
.woocommerce-checkout.woocommerce-page .checkout-popup .woocommerce-info,
.woocommerce-checkout.woocommerce-page .checkout-popup .woocommerce-message {
  margin-bottom: 12px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup.active {
  display: block;
}
.woocommerce-checkout.woocommerce-page .checkout-popup.closing .checkout-popup__content {
  animation: popup-exit 0.3s ease forwards;
}
.woocommerce-checkout.woocommerce-page .checkout-popup.closing .checkout-popup__overlay {
  animation: overlay-fade-out 0.3s ease forwards;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  animation: overlay-fade-in 0.3s ease;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: popup-appear 0.3s ease;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content h3 {
  font-size: 22px;
  font-weight: 500;
  color: #312b2b;
  margin-bottom: 12px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .popup-error-message {
  margin-bottom: 16px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .popup-error-message .woocommerce-error {
  background-color: #fff1f0;
  border-left: 3px solid #e74c3c;
  color: #e74c3c;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon {
  display: block !important;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login p,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon p {
  margin-bottom: 16px;
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login .form-row,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon .form-row {
  margin-bottom: 12px !important;
}
@media (min-width: 675px) {
  .woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login .form-row.form-row-first, .woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login .form-row.form-row-last,
  .woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon .form-row.form-row-first,
  .woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon .form-row.form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login button.button,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon button.button {
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  background-color: #ff8900;
  border-radius: 35px;
  transition: transform 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: 0;
  width: 100%;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login button.button:hover,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon button.button:hover {
  color: #ffffff;
  transform: translateY(-5px);
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login button.button:focus,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon button.button:focus {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login button.button:active,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon button.button:active {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login button.button:visited,
.woocommerce-checkout.woocommerce-page .checkout-popup__content .checkout_coupon button.button:visited {
  color: #ffffff;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login p {
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__content .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
  margin: 0;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  font-size: 24px;
  line-height: 1;
  color: #312b2b;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.woocommerce-checkout.woocommerce-page .checkout-popup__close:hover {
  color: #141414;
}

@keyframes popup-appear {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes popup-exit {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
}
@keyframes overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.popup-open {
  overflow: hidden;
}

.woocommerce-checkout.woocommerce-page .woocommerce-NoticeGroup {
  margin-bottom: 20px;
}
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-validated input.input-text {
  box-shadow: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error,
.woocommerce-checkout.woocommerce-page .woocommerce-info,
.woocommerce-checkout.woocommerce-page .woocommerce-message {
  background-color: #fff5f5;
  border: 1px solid rgba(231, 76, 60, 0.15);
  border-radius: 6px;
  color: #480f06;
  padding: 16px;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li,
.woocommerce-checkout.woocommerce-page .woocommerce-info li,
.woocommerce-checkout.woocommerce-page .woocommerce-message li {
  position: relative;
  padding: 4px 0 4px 31px;
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li:last-child,
.woocommerce-checkout.woocommerce-page .woocommerce-info li:last-child,
.woocommerce-checkout.woocommerce-page .woocommerce-message li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li::before,
.woocommerce-checkout.woocommerce-page .woocommerce-info li::before,
.woocommerce-checkout.woocommerce-page .woocommerce-message li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li a,
.woocommerce-checkout.woocommerce-page .woocommerce-info li a,
.woocommerce-checkout.woocommerce-page .woocommerce-message li a {
  color: #480f06;
  text-decoration: none;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li a strong,
.woocommerce-checkout.woocommerce-page .woocommerce-info li a strong,
.woocommerce-checkout.woocommerce-page .woocommerce-message li a strong {
  font-weight: 500;
}
.woocommerce-checkout.woocommerce-page .woocommerce-error li a:hover,
.woocommerce-checkout.woocommerce-page .woocommerce-info li a:hover,
.woocommerce-checkout.woocommerce-page .woocommerce-message li a:hover {
  text-decoration: underline;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info {
  display: flex;
  align-items: center;
  background-color: #fff5f5;
  padding: 16px;
  color: #e74c3c;
}
.woocommerce-checkout.woocommerce-page .woocommerce-info::before {
  content: "!";
  margin-right: 12px;
  width: 18px;
  height: 18px;
  min-width: 20px;
  background-color: transparent;
  border: 1.5px solid #e74c3c;
  color: #e74c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
.woocommerce-checkout.woocommerce-page .woocommerce-message {
  display: flex;
  align-items: center;
  border: 1px solid rgba(39, 174, 96, 0.15);
  color: #27ae60;
  background-color: #f0fff4;
  padding: 16px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-message::before {
  content: "✓";
  margin-right: 12px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: transparent;
  border: 1.5px solid #27ae60;
  color: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.woocommerce-checkout.woocommerce-page .checkout-inline-error-message {
  color: #e74c3c;
  font-size: 11px;
  margin-top: 3px;
  font-weight: 400;
}
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-invalid label {
  color: #e74c3c;
}
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-invalid input,
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-invalid select,
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-invalid textarea {
  border-color: rgba(231, 76, 60, 0.4);
  background-color: rgba(231, 76, 60, 0.03);
}
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-validated input,
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-validated select,
.woocommerce-checkout.woocommerce-page .form-row.woocommerce-validated textarea {
  border-color: rgba(39, 174, 96, 0.4);
  background-color: rgba(39, 174, 96, 0.03);
}

.thank-you-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  padding: 7em 4vw 8em 4vw;
  margin: 0 auto;
  gap: 2em;
  background-image: url("../../images/thankyou-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: contain, contain;
}
.thank-you-section p {
  width: 40%;
}
.thank-you-section h1 {
  width: 50%;
}

@media (max-width: 768px) {
  .thank-you-section {
    background-image: url("../../images/thankyou-bg-mobile.png");
    background-position: bottom;
    padding: 5em 4vw 8em 4vw;
  }
  .thank-you-section p {
    width: 100%;
  }
  .thank-you-section h1 {
    width: 100%;
  }
}
.entry-content .woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0em 0vw 0em 0vw;
  width: 100%;
  gap: 0.5em;
}

.woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0em 4vw 0em 4vw;
  width: 100%;
  gap: 0.5em;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 10px;
  background-color: #ff8900;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white !important;
  border-radius: 25px;
  margin: 0;
  margin-top: 2em;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: white !important;
}
.woocommerce-notices-wrapper .woocommerce-message a:focus {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-message:focus {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-error {
  margin-top: 10px;
  background-color: #ff8900;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white !important;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  color: white !important;
}
.woocommerce-notices-wrapper .woocommerce-error a {
  color: white !important;
}
.woocommerce-notices-wrapper .woocommerce-error a:focus {
  outline: none;
}
.woocommerce-notices-wrapper .woocommerce-error:focus {
  outline: none;
}
.woocommerce-notices-wrapper ul {
  list-style: none;
  padding-top: 2em;
}
.woocommerce-notices-wrapper ul strong {
  color: #b42318;
}

.wc-empty-cart-message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}/*# sourceMappingURL=woocommerce.css.map */