/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/single-product.scss ***!
  \*****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background: transparent;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "HankenGrotesk-Regular";
  src: url(../fonts/HankenGrotesk-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HankenGrotesk-Medium";
  src: url(../fonts/HankenGrotesk-Medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HankenGrotesk-SemiBold";
  src: url(../fonts/HankenGrotesk-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  padding: 16px 24px;
  border-radius: 37px;
  text-decoration: none;
  text-align: center;
  transition: border 200ms ease-in-out, background 200ms ease-in-out, color 200ms ease-in-out;
}
.btn--dark {
  color: #ffffff;
  background: #0C0C2E;
  border: 1px solid #0C0C2E;
}
.btn--dark:hover {
  background: #86869B;
  border-color: #86869B;
}
.btn--light-outline {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.btn--light-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
p,
li {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
}

.h1 {
  font: 600 32px/1.2 "HankenGrotesk-SemiBold", sans-serif;
}

.h2 {
  font: 500 26px/1.2 "HankenGrotesk-Medium", sans-serif;
}

.h3 {
  font: 500 20px/1.4 "HankenGrotesk-Medium", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 64px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 25px;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
}
.header .container {
  position: relative;
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 16px 20px;
  margin: 0 -20px;
  z-index: 999;
}
.header__hamburger {
  border: 1px solid #D6D6F8;
  border-radius: 37px;
  padding: 17px 15px;
}
.header__hamburger-lines {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 21px;
  width: 26px;
}
.header__hamburger-line {
  display: block;
  width: 26px;
  height: 1px;
  background: #0C0C2E;
  transition: transform 300ms ease-in-out;
}
.header__hamburger-label {
  display: none;
}
.header__menu {
  position: absolute;
  width: 100%;
  max-width: 550px;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  z-index: 998;
}
.header__menu-container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 20px;
  padding: 120px 8px 20px 20px;
}
.header__menu-list {
  flex: 1;
  max-width: 320px;
  overflow-y: auto;
  padding-right: 12px;
}
.header__menu-list--sub {
  max-height: 0;
  padding-right: 12px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.header__menu-sub.active .header__menu-link--toggle {
  color: #86869B;
}
.header__menu-sub.active .header__menu-link svg {
  transform: rotate(180deg);
}
.header__menu-sub.active .header__menu-link svg path {
  stroke: #86869B;
}
.header__menu-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 500 25px/1.2 "HankenGrotesk-Medium", sans-serif;
  color: #0C0C2E;
  letter-spacing: -0.5px;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 10px 0;
  cursor: pointer;
  transition: color 300ms ease-in-out;
}
.header__menu-link svg {
  display: block;
  width: 22px;
  height: auto;
  transition: transform 300ms ease-in-out;
}
.header__menu-link svg path {
  transition: stroke 300mms ease-in-out;
}
.header__menu-link--highlight {
  color: #0000FF;
}
.header__menu-link--sub {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  padding: 7px 0;
}
.header__menu-contact {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header__menu-email {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  color: #86869B;
  text-decoration: none;
}
.header__menu-socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 14px;
}
.header__menu-social svg {
  display: block;
  width: 30px;
  height: auto;
}
.header__search {
  display: none;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 100px;
  height: auto;
}
.header__locations {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #D6D6F8;
  border-radius: 100%;
}
.header__locations svg {
  display: block;
  width: 24px;
  height: auto;
}
.header__locations span {
  display: none;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header.active .header__hamburger {
  background: #D6D6F8;
}
.header.active .header__hamburger-line--1 {
  transform: translateY(10px) rotate(45deg);
}
.header.active .header__hamburger-line--2 {
  opacity: 0;
}
.header.active .header__hamburger-line--3 {
  transform: translateY(-10px) rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .header__hamburger {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header__hamburger-label {
    display: block;
    font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  }
  .header__menu-container {
    padding: 120px 40px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__content {
    padding: 20px;
  }
  .header__logo-img {
    width: 127px;
  }
}
html {
  color: #0C0C2E;
}

.site {
  padding-top: 120px;
}

#product-card.product {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
#product-card.product .gradient,
#product-card.product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#product-card.product img {
  z-index: 1;
}
#product-card.product .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.51%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
#product-card.product a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  padding: 25px;
  z-index: 3;
}
#product-card.product .badges {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  top: 10px;
  right: 10px;
  z-index: 2;
}
#product-card.product .onsale,
#product-card.product .new {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  border-radius: 37px;
  padding: 6px 16px;
}
#product-card.product .onsale {
  position: relative;
  min-width: initial;
  min-height: initial;
  top: auto;
  left: auto;
  background: #0C0C2E;
}
#product-card.product .new {
  background: #0000FF;
}
#product-card.product h2,
#product-card.product .price {
  position: relative;
  z-index: 3;
}
#product-card.product h2 {
  font: 500 20px/1.4 "HankenGrotesk-Medium", sans-serif;
  margin-bottom: 50px;
}
#product-card.product .price {
  color: #ffffff;
  font-size: initial;
}
#product-card.product .price del,
#product-card.product .price ins {
  display: block;
  text-transform: uppercase;
}
#product-card.product .price bdi {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#product-card.product .price del {
  margin-top: -18px;
  opacity: 0.7;
}
#product-card.product .price del bdi {
  font-size: 12px;
}
#product-card.product .price ins {
  text-decoration: none;
}
#product-card.product .add_to_cart_button,
#product-card.product .button.product_type_grouped,
#product-card.product .button.product_type_simple,
#product-card.product .button.product_type_external,
#product-card.product .button.order_sample_product {
  display: none !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.site-main .container {
  max-width: 800px;
}

#product-single-card.product {
  position: relative;
}
#product-single-card.product .product_title {
  margin-bottom: 30px;
}
#product-single-card.product .badges {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  top: 0;
  right: 0;
  z-index: 2;
}
#product-single-card.product .onsale,
#product-single-card.product .new {
  font: 400 16px/1.4 "HankenGrotesk-Regular", sans-serif;
  color: #ffffff;
  border-radius: 37px;
  padding: 6px 16px;
}
#product-single-card.product .onsale {
  position: relative;
  min-width: initial;
  min-height: initial;
  top: auto;
  left: auto;
  background: #0C0C2E;
}
#product-single-card.product .new {
  background: #0000FF;
}
#product-single-card.product .woocommerce-product-gallery,
#product-single-card.product .wcgs-woocommerce-product-gallery {
  width: 100%;
  max-width: 100% !important;
  margin: 0 0 30px;
}
#product-single-card.product .woocommerce-product-gallery .wcgs-slider-image,
#product-single-card.product .wcgs-woocommerce-product-gallery .wcgs-slider-image {
  width: 100%;
  height: 100%;
}
#product-single-card.product .swiper-slide {
  height: auto;
}
#product-single-card.product .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-single-card.product .summary {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #D6D6F8;
}
#product-single-card.product .summary .prices {
  margin-bottom: 30px;
}
#product-single-card.product .summary .price {
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  padding: 12px 0;
  border-bottom: 1px solid #D6D6F8;
}
#product-single-card.product .summary .price del,
#product-single-card.product .summary .price ins, #product-single-card.product .summary .price__description {
  flex: 0 0 100%;
  white-space: nowrap;
}
#product-single-card.product .summary .price del {
  text-decoration: none;
}
#product-single-card.product .summary .price del bdi {
  font: 400 16px/1.3 "HankenGrotesk-Regular", sans-serif;
  color: #86869B;
  opacity: 1;
  text-decoration: line-through;
}
#product-single-card.product .summary .price ins,
#product-single-card.product .summary .price bdi {
  font: 500 25px/1.3 "HankenGrotesk-Medium", sans-serif;
  color: #0000FF;
  text-decoration: none;
}
#product-single-card.product .summary .price__description {
  font: 400 16px/1.3 "HankenGrotesk-Regular", sans-serif;
  color: #0C0C2E;
}
#product-single-card.product .cart {
  flex-shrink: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}
#product-single-card.product .cart .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #D6D6F8;
  border-radius: 37px;
  padding: 16px 24px;
}
#product-single-card.product .cart .quantity .plus,
#product-single-card.product .cart .quantity .minus,
#product-single-card.product .cart .quantity .qty {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
}
#product-single-card.product .cart .quantity .plus,
#product-single-card.product .cart .quantity .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 20px;
}
#product-single-card.product .cart .quantity .plus svg,
#product-single-card.product .cart .quantity .minus svg {
  display: block;
  width: 16px;
  height: auto;
}
#product-single-card.product .cart .quantity .qty {
  font: 400 16px/1.3 "HankenGrotesk-Regular", sans-serif;
  width: 30px;
  -moz-appearance: textfield;
}
#product-single-card.product .cart .quantity .qty::-webkit-inner-spin-button, #product-single-card.product .cart .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#product-single-card.product .cart::before {
  display: none;
}
#product-single-card.product .product_meta {
  display: none;
}
#product-single-card.product .woocommerce-tabs {
  padding: 30px 0;
  border-bottom: 1px solid #D6D6F8;
}
#product-single-card.product .wc-tabs {
  display: none;
}
#product-single-card.product .wc-tab {
  margin-bottom: 0;
}
#product-single-card.product .wc-tab h2 {
  margin-bottom: 20px;
}
#product-single-card.product .shop-attributes {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
#product-single-card.product .shop-attribute {
  display: flex;
  align-items: center;
  gap: 4px;
}
#product-single-card.product .shop-attribute__name {
  color: #86869B;
}
#product-single-card.product .shop-attribute__value a {
  color: #0000FF;
  text-decoration: none;
}
#product-single-card.product .benefits,
#product-single-card.product .certificates {
  padding: 30px 0;
  border-bottom: 1px solid #D6D6F8;
}
#product-single-card.product .benefits__title,
#product-single-card.product .certificates__title {
  margin-bottom: 20px;
}
#product-single-card.product .benefits__list,
#product-single-card.product .certificates__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}
#product-single-card.product .benefits__item,
#product-single-card.product .certificates__item {
  text-align: center;
}
#product-single-card.product .benefits__item-icon,
#product-single-card.product .certificates__item-icon {
  height: auto;
  margin: 0 auto;
}
#product-single-card.product .benefits__item-text,
#product-single-card.product .certificates__item-text {
  font: 400 16px/1.2 "HankenGrotesk-Regular", sans-serif;
  margin-top: 20px;
}
#product-single-card.product .certificates__item-icon {
  width: 100%;
  max-width: 90px;
}
#product-single-card.product .benefits__item-icon {
  width: 100%;
  max-width: 50px;
}

.related.products {
  padding: 30px 0;
  border-bottom: 1px solid #D6D6F8;
}
.related.products h2 {
  margin-bottom: 20px;
}
.related.products .products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

#product-single-card.product.product-type-easy_product_bundle .woocommerce-product-gallery {
  display: none;
}
#product-single-card.product.product-type-easy_product_bundle .summary {
  display: block;
}
#product-single-card.product.product-type-easy_product_bundle .summary .prices {
  display: none;
}
#product-single-card.product.product-type-easy_product_bundle .asnp-App-GridItem-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
#product-single-card.product.product-type-easy_product_bundle .asnp-BundleGridItem-ProductBox {
  margin: 0 auto;
}
#product-single-card.product.product-type-easy_product_bundle .asnp-product-Price,
#product-single-card.product.product-type-easy_product_bundle .asnp-savedPrice,
#product-single-card.product.product-type-easy_product_bundle .asnp-productList-deleteIcon {
  display: none;
}

.asnp-modal-quickView-wrapper .asnp-quickView-addProduct-wrapper {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  #product-single-card.product .summary {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #product-single-card.product .summary .prices {
    margin-bottom: 0;
    display: flex;
  }
  #product-single-card.product .summary .price {
    flex: 0;
    padding: 0 24px;
    border-bottom: 0;
    border-left: 1px solid #D6D6F8;
  }
  #product-single-card.product .summary .price:first-of-type {
    padding-left: 0;
    border-left: 0;
  }
  #product-single-card.product .certificates__list,
  #product-single-card.product .benefits__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .related.products .products {
    grid-template-columns: repeat(2, 1fr);
  }
  #product-single-card.product.product-type-easy_product_bundle .woocommerce-product-gallery {
    display: none;
  }
  #product-single-card.product.product-type-easy_product_bundle .asnp-App-GridItem-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
