
/*!**************************************************************!*\
  !*** ../src/elements/popup-box-swiper/popup-box-swiper.scss ***!
  \**************************************************************/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.popup-box-swiper-section .swiper-slide {
  --shared-swiper-items-per-view: 1;
}
@container (width >= 800px) {
  .popup-box-swiper-section .swiper-slide {
    --shared-swiper-items-per-view: 2;
  }
}
.popup-box-swiper-section .popup-box {
  --box-padding: 2rem;
}
.popup-box-swiper-section .popup-box .show-details {
  pointer-events: none;
}

.popup-box-popup:is(*, #increase-specificity) {
  --popup-top-additional-offset: 0px;
}
.popup-box-popup:is(*, #increase-specificity) .transparent-header {
  all: revert;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content {
  display: grid;
  grid-template-rows: auto auto;
  max-width: 856px;
  overflow: auto;
}
@media (width >= 992px /* md */) {
  .popup-box-popup:is(*, #increase-specificity) .popup-content {
    overflow: initial;
    max-width: min(100vw - /* grow(16, 32, $to: md) */ clamp(1rem, 0.4303797468rem + 2.5316455696vw, 2rem), 1700px);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .attachment-popup-box-popup-image {
  object-fit: cover;
  border-top-left-radius: var(--rounded);
  border-top-right-radius: var(--rounded);
  height: /* grow(200, 350, $to: md) */ clamp(12.5rem, 7.1598101266rem + 23.7341772152vw, 21.875rem);
}
@media (width >= 992px /* md */) {
  .popup-box-popup:is(*, #increase-specificity) .popup-content .attachment-popup-box-popup-image {
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--rounded);
  }
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .transparent-header {
  display: none;
  grid-column: 2/-1;
  grid-row: 1/span 1;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content {
  --padding: /* grow(20, 32, $to: md) */ clamp(1.25rem, 0.8227848101rem + 1.8987341772vw, 2rem);
  --additional-side-padding: 0px;
  background-color: var(--white);
  border-bottom-left-radius: var(--rounded);
  border-bottom-right-radius: var(--rounded);
  padding: var(--padding) calc(var(--padding) + var(--additional-side-padding)) var(--padding) calc(var(--padding) + /* grow(0, 32, $from: md) */ clamp(0rem, -2.8837209302rem + 4.6511627907vw, 2rem));
  overflow: auto;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content > :first-child, .popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content > link:first-child + * {
  margin-top: 0;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content > :last-child {
  margin-bottom: 0;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content > :is(.large-text, .lead-text):first-child > :first-child {
  margin-top: 0;
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content > :is(.large-text, .lead-text):last-child > :last-child {
  margin-bottom: 0;
}
@media (width >= 992px /* md */) {
  .popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content {
    --padding: /* grow(40, 80, $from: md) */ clamp(2.5rem, -1.1046511628rem + 5.8139534884vw, 5rem);
    --additional-side-padding: 2rem;
    position: relative;
    max-height: 800px;
    border-top-right-radius: var(--rounded);
    border-bottom-left-radius: 0;
  }
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-content .close-button {
  position: absolute;
  right: /* grow(16, 44, $from: md) */ clamp(1rem, -1.523255814rem + 4.0697674419vw, 2.75rem);
  top: /* grow(16, 24, $from: md) */ clamp(1rem, 0.2790697674rem + 1.1627906977vw, 1.5rem);
}
.popup-box-popup:is(*, #increase-specificity) .popup-content .popup-box-popup-title {
  font-family: var(--accent-font-family);
  font-size: /* grow(28, 34) */ clamp(1.75rem, 1.6477272727rem + 0.4545454545vw, 2.125rem);
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: 0;
}

/*# sourceMappingURL=css-wpce--popup-box-swiper.css.map*/