@charset "UTF-8";
.alpenhigh .prt-titlebar-main .breadcrumb-wrapper span.current-item {
  color: #fff;
}
.alpenhigh.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #fff;
}
.alpenhigh.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
}
.alpenhigh #site-header-menu #site-navigation div.nav-menu > ul > li.menu-item-has-children > a:after {
  padding-top: 0;
}
.alpenhigh .footer-menu ul {
  z-index: 1000;
  position: relative;
}
.alpenhigh .footer-menu ul li a {
  color: #fff;
}
.alpenhigh .prt-product-image-box {
  position: relative;
}
.alpenhigh .prt-product-image-box .yith-wcact-aution-badge {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
}
.alpenhigh .prt-product-image-box .yith-wcact-aution-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.alpenhigh .prt-product-image-box:hover .yith-wcact-aution-badge img {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  -webkit-transition: -webkit-transform 0.05s ease-in-out !important;
  transition: -webkit-transform 0.05s ease-in-out !important;
  transition: transform 0.05s ease-in-out !important;
  transition: transform 0.05s ease-in-out, -webkit-transform 0.05s ease-in-out !important;
}
.alpenhigh .yith-wcact-main-auction-product .quantity input {
  border: 1px solid black;
  border-radius: 0;
  text-align: center;
  width: 100%;
}
.alpenhigh .yith-wcact-main-auction-product #yith-wcact-auction-add-to-cart-button {
  display: block;
  margin-top: 40px !important;
}
.alpenhigh .yith-wcact-container-timeleft {
  padding: 20px 0 20px 0;
}
.alpenhigh .yith-wcact-container-timeleft .yith-wcact-timeleft {
  color: red;
}
.alpenhigh.woocommerce ul.products li.product a img {
  max-height: 420px;
}

.sfp-results-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .sfp-results-container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.sfp-result-item {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.sfp-result-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.sfp-result-item a {
  display: block;
  padding: 1.5rem 1.5rem 0 1.5rem;
  text-decoration: none;
  color: inherit;
}
.sfp-result-item h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.sfp-result-item .sfp-result-item-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.sfp-result-item .sfp-result-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.sfp-result-item .sfp-result-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem;
  padding-top: 1rem;
  min-height: 160px;
}
.sfp-result-item .sfp-result-item-excerpt {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin: 0 0 1rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sfp-result-item .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
  margin-top: auto;
}
.sfp-result-item .categories a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sfp-result-item .categories a:hover {
  background-color: #e0e0e0;
  color: #333;
}
.sfp-result-item .categories .category-badge-is-auction {
  background-color: #000;
  color: #fff;
}
.sfp-result-item .categories .category-badge-is-stecklinge {
  background-color: #e63232;
}

.sfp-result-item.category-badge-is-auction .category-badge-auction,
.sfp-result-item.category-badge-is-stecklinge .category-badge-stecklinge {
  display: none;
}

.sfp-result-item.category-badge-is-auction {
  background-color: #e0e0e0;
}

.product-type-auction .address-required-notice {
  margin-bottom: 2em;
}
.product-type-auction .address-required-notice .show-address-modal {
  margin-left: 10px;
}
.product-type-auction .ywcact-auction-confirm.disabled,
.product-type-auction .auction_add_to_cart_button.disabled {
  opacity: 0.2 !important;
  cursor: not-allowed !important;
}
.product-type-auction .auction-shipping-notice {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}
.product-type-auction .auction-shipping-notice p {
  margin: 0 0 10px;
}
.product-type-auction .auction-shipping-notice p:last-child {
  margin-bottom: 0;
}
.product-type-auction .auction-shipping-notice .shipping-method {
  font-weight: 500;
  color: #333;
}
.product-type-auction .auction-shipping-notice .shipping-notice-info {
  font-size: 0.9em;
  color: #6c757d;
  font-style: italic;
  border-top: 1px solid #e9ecef;
  padding-top: 10px;
  margin-top: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .modal-container.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.modal .modal-container .modal-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
}
.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  cursor: pointer;
  color: #6c757d;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.modal .modal-close:hover {
  color: #343a40;
}
.modal .modal-dynamic-content {
  padding: 1.5rem;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
.modal .modal-trigger.hidden {
  display: none;
}

#alpenhigh-address-form h3 {
  margin: 1.5rem 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
#alpenhigh-address-form h3:first-child {
  margin-top: 0;
}
#alpenhigh-address-form .form-row {
  margin-bottom: 1rem;
}
#alpenhigh-address-form .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#alpenhigh-address-form .form-row label .required {
  color: #dc3545;
}
#alpenhigh-address-form .form-row input, #alpenhigh-address-form .form-row select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}
#alpenhigh-address-form .form-row input:focus, #alpenhigh-address-form .form-row select:focus {
  outline: none;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#alpenhigh-address-form .form-row input.error, #alpenhigh-address-form .form-row select.error {
  border-color: #dc3545;
}
#alpenhigh-address-form .form-row input.error:focus, #alpenhigh-address-form .form-row select.error:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#alpenhigh-address-form .form-error {
  background: #fff3f3;
  color: #dc3545;
  padding: 0.75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#alpenhigh-address-form .form-success {
  background: #d4edda;
  color: #155724;
  padding: 0.75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
#alpenhigh-address-form .form-row.checkbox-row {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}
#alpenhigh-address-form .form-row .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#alpenhigh-address-form .form-row .checkbox input[type=checkbox] {
  margin-right: 0.75rem;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#alpenhigh-address-form .form-row .checkbox .woocommerce-form__label-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
#alpenhigh-address-form #billing-address-section {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#alpenhigh-address-form .form-actions {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  text-align: right;
}
#alpenhigh-address-form .form-actions button {
  min-width: 150px;
}
#alpenhigh-address-form .form-actions button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

body.modal-open {
  overflow: hidden;
}

footer {
  background: #15677d;
  color: #fff;
  font-size: 1.1rem;
}
footer .footer-rows {
  width: 100%;
}
footer .footer_inner_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 40px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  footer .footer_inner_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 10px 10px 10px;
  }
}
footer .footer-logo-menu {
  margin: 0 auto 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  footer .footer-logo-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-logo-menu .footer-logo-img {
  max-width: 180px;
  height: auto;
  display: block;
}
footer .footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  margin-bottom: 20px;
}
footer .footer-menu .footer-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu .footer-menu-items li {
  margin-bottom: 14px;
}
footer .footer-menu .footer-menu-items li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .footer-menu .footer-menu-items li a:hover {
  color: #29ade0;
}
footer .footer-social-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  footer .footer-social-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
footer .footer-social-section h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
}
footer .footer-social-section .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
}
footer .footer-social-section .social-icons li {
  list-style: none;
}
footer .footer-social-section .social-icons li.prt-social-pinterest a {
  background-color: rgb(230, 0, 35);
}
footer .footer-social-section .social-icons li a {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
footer .footer-social-section .social-icons li a:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
footer .footer-copyright {
  width: 100%;
  text-align: center;
  color: #c0e0e7;
  font-size: 1.2rem;
  margin-top: 28px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}

/* [⚠️] Cannapot Archive Card Styles - Needs Testing */
.cannapot-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin: 2rem 0;
  padding: 0;
}

.cannapot-archive-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin: 0 0.5rem;
  -webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
  border: 1px solid #e5e5e5;
  padding: 1.5rem 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
}
.cannapot-archive-item:hover {
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  -webkit-transform: translateY(-4px) scale(1.01);
          transform: translateY(-4px) scale(1.01);
}
.cannapot-archive-item .cannapot-archive-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  min-width: 120px;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2rem;
}
.cannapot-archive-item .cannapot-archive-media .entry-thumbnail {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.cannapot-archive-item .cannapot-archive-media .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cannapot-archive-item .cannapot-archive-media .entry-thumbnail:hover img {
  -webkit-transform: scale(1.04) rotate(-1deg);
          transform: scale(1.04) rotate(-1deg);
}
.cannapot-archive-item .cannapot-archive-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 0;
}
.cannapot-archive-item .entry-header {
  margin-bottom: 0.5rem;
}
.cannapot-archive-item .entry-header h2.entry-title {
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  line-height: 1.2;
}
.cannapot-archive-item .entry-header h2.entry-title a {
  color: #15677d;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cannapot-archive-item .entry-header h2.entry-title a:hover {
  color: #29ade0;
}
.cannapot-archive-item .entry-excerpt {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 992px) {
  .cannapot-archive-list {
    gap: 2.5rem;
  }
  .cannapot-archive-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 2.5rem;
  }
  .cannapot-archive-item .cannapot-archive-media {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
  .cannapot-archive-item .cannapot-archive-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media (max-width: 991.98px) {
  .cannapot-archive-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.2rem 0.7rem;
  }
  .cannapot-archive-item .cannapot-archive-media {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*# sourceMappingURL=customstyles.css.map */