/** Shopify CDN: Minification failed

Line 1173:25 The "-" operator only works if there is whitespace on both sides

**/
/* menu links */

.navmenu-link {
  position: relative;
  color: #000;
  text-decoration: none;
}

/*.navmenu-link:hover {
  color: #bcd4b0;
}*/

.navmenu-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #bcd4b0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navmenu-link:hover::before {
  transform: scaleX(1);
}

/* dg-coverage-calc */

.calculator-wrapper {
  border: 1px solid #ededed;
  padding: 20px;
  border-radius: 3px;
  background: #f8f8f8;
  text-align: center;
}
.calculator .field-wrapper {
  padding: 2px;
  display: inline-block;
}
.calculator .field-wrapper.height-width {
  vertical-align: top;
}
.calculator input {
  text-align: center;
}
.calculator .sub-h {
  padding-bottom: 20px;
  font-weight: 600;
}
.calculator .b-h.sub-h {
  padding-top: 20px;
  padding-bottom: 0;
}
.calculator .field-wrapper .field-total {
  /* background: #ededed none repeat scroll 0 0; */
  border: 5px solid transparent;
  display: inline-block;
  /* min-width: 6.771vw;*/
}
.calculator .field-wrapper .field-total.inline {
  display: inline-block;
  margin-bottom: 0;
}
.calculator .field-wrapper.totalarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cal-fields {
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.cal-fields label {
  font-size: 14px;
  display: inline-block;
  text-align: right;
}
.field-total-wrapper {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  margin-left: 20px;
}

.custom-checkbox-more {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #ededed;
  padding-top: 20px;
  display: none;
}

.custom-checkbox-more span.text {
  position: relative;
  top: 6px;
  margin-left: 10px;
}
.cal-wrapper input[type="number"] {
  background: #fff;
  height: 34px;
  width: 60px;
  padding: 0;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 3px;
}

.cal-wrapper input::-webkit-outer-spin-button,
.cal-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cal-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.tileWidth span,
.tileHeight span,
.totalarea span {
  /*padding: 0.521vw;*/
  display: block;
}

span.calc-sign {
  font-size: 16px;
  /* position: relative; */
  /* top: -0.781vw; */
  /* line-height: 3.281vw; */
  vertical-align: super;
}

.field-total-price label {
  font-size: 20px;
  text-align: center;
  display: block;
}

.product-info-main .box-tocart {
  width: auto;
}

.total-price {
  font-size: var(--font-size-heading-4);
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

input:focus{
  outline: none;
}

/* product page */

.tab-radio:checked + .tab-label {
  border-bottom: 3px solid #bcd4b0;
}
.tab-radio + .tab-label {
  border-bottom: 3px solid #eaeaea;
}
.tab-label {
  background: #ffffff;
  margin: 10px;
  border: none;
}
.tab-panel {
  border: none;
}
.product-block {
  text-align: center;
}
.tab-label:hover {
  background: #fff;
}

@media(min-width:767px){
.product-gallery {
    position: sticky;
    top: 150px;
}
}

.featured-collection__button {
    width: fit-content !important;
}



/* Custom CSS */



.quantity-selector__label {
  font-weight: normal !important;
}

.q-calculator-fieldset label {
  font-weight: normal;
  margin-bottom: 0.625rem;
  color: #000 !important;
  font-size: var(--font-size-body-smaller) !important;
}

.product-vendor {
  font-size: var(--font-size-body-smaller) !important;
}

.product-vendor a, .shopify-payment-button__more-options {
  color: #000 !important;
}

.collection__item-info {
  font-weight: normal !important;
}

.product-info__accordion--trigger {
  color: #000;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgb(230, 230, 230);
  background: #FFF;
  text-align: left;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: var(--font-size-button-small);
}

.product-info__accordion--trigger:after {
  content: '\002B';
  color: #bcd4b0;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.product-info__accordion--trigger.active {
  background: #bcd4b0;
  border: 1px solid #bcd4b0;
  color: #fff;
}

.product-info__accordion--trigger.active:after {
  content: "\2212";
  color: #fff !important;
}

.product-info__accordion--panel {
  padding: 0 12px 10px;
  display: none;
}

.product-info__accordion--panel.active {
  display: block;
}

.product-info__accordion--panel ul {
  padding-left: 20px;
}

.product-info__accordion--panel ul li {
  margin-bottom: 3px;
}

.product-info__accordion--panel p {
  line-height: 1.4;
}

.product-info__accordion--panel a {
  color: #000;
}

.product-info__spec p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.product-info__spec p:last-child {
  margin-bottom: 10px;
  margin-top: 10px;
}

.collection__item-image img {
  aspect-ratio: 1/1;
}

.collection-list__content[data-layout=grid] {
  align-items: flex-start !important;
}

#gf-grid .productitem--actions {
  display: none;
}

.button-sample {
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 1.125rem !important;
  font-size: var(--font-size-button-large) !important;
}

.newsletter .button-primary {
  padding: 0.8rem 1.75rem !important;
}

.site-navigation .site-navigation__secondary-menu .navmenu-item {
  opacity: 100% !important;
}

.product-pricing .money {
  font-weight: 600;
}

.price__equivalent {
  font-weight: 400;
  margin-bottom: 20px;
  color: #000!important;
  font-size: var(--font-size-body-smaller)!important;
  opacity: 0.5;
}

.product-gallery-inner {
  position: sticky;
  top: 40px;
}

.productitem--actions__custom {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  margin: 0px !important;
  bottom: 0px !important;
}

.sample--product__container {
  --layout-container-gutter: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: none !important;
}

.sample--product__container button {
  width: 100%;
}

/* .modal-loaded.modal-visible .modal {
  z-index: 1000 !important;
}

.atc-banner--container {
  z-index: 1001 !important;
} */

.age-gate__confirm_btn:focus, .spr-summary-actions-newreview:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .product-form--atc-button:focus, .utils-sortby--modal-button:focus, .live-search-button:focus, .article--excerpt-wrapper--featured .article--excerpt-button:focus, .order-page__atc-button:focus, .shopify-challenge__container .btn:focus, .pxs-image-with-text-button:focus, .slideshow-slide__button--secondary:focus, .slideshow-slide__button--primary:focus, .page__content button:focus, .image-with-text__button:focus, .countdown-timer__caption-button.countdown-timer__caption-button--secondary:focus, .countdown-timer__caption-button.countdown-timer__caption-button--primary:focus, .button-secondary:focus, .button-primary:focus, .productgrid--no-results-button:focus {
  box-shadow: none !important;
}

.productgrid--item .price.productitem__price, .productgrid--item .productitem__price .price__current {
  display: inline;
  margin-right: 0px;
}

.productgrid--item .productitem--title {
  margin-bottom: 10px; 
}

.productgrid--item .productitem--info {
  text-align: center;
}

.per_tile_price, .per_m2_price {
  font-weight: bold;
}

.sample__modal--overlay, .quickshop__modal--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 99998;
  display: none;
}

.sample__modal--inner {
  width: 100%;
  max-width: 500px;
  background: #FFF;
  color: #000;
  position: absolute;
  padding: 40px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
}

.quickshop__modal--inner {
  width: 100%;
  max-width: 900px;
  background: #FFF;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  text-align: center;
  overflow: scroll;
  height: 80%;
  padding-bottom: 40px;
}

.quickshop__modal--close {
  text-align: right;
  padding-right: 15px;
  padding-top: 12px;
  font-size: 20px;
  cursor: pointer;
  display: inline;
  float: right;
  z-index: 9999;
  position: relative;
}

.quickshop__modal--inner .site-header-main,
.quickshop__modal--inner .site-navigation-wrapper,
.quickshop__modal--inner .shopify-section.recently-viewed--section,
.quickshop__modal--inner .shopify-section.featured-collection--section,
.quickshop__modal--inner .breadcrumbs-container,
.quickshop__modal--inner .announcement-bar,
.quickshop__modal--inner .product-gallery--navigation,
.quickshop__modal--inner footer {
  display: none !important;
}

.quickshop__modal--inner .product-info__accordion--item,
.quickshop__modal--inner .product-details {
  text-align: left;
}

.per_m2_price {
  margin-bottom: 5px;
}

.sample__button--mobile {
  display: none;
}

.productitem--action {
  width: 100%;
}

/*
.bcontact-title, .bcontact-description {
  display: none !important;
}
*/

.bcontact-content {
  padding: 0px 0px !important;
}

.bcontact-content .bcontact-submit-btn {
  padding: 15px 35px!important;
  font-weight: 400!important;
  font-size: var(--font-size-button-medium);
}

.bcontact-field-heading span span {
  display: none;
}

@media (max-width: 768px) {
  .sample__button--add {
    font-size: x-small;
  }

.sample__button--already-in-cart {
    font-size: var(--font-size-button-small);
  }

  .sample__button--mobile {
    display: inline;
  }

  .sample__button--desktop {
    display: none;
  }

  .sample__modal--inner {
    max-width: 90%;
  }

}

@media (max-width: 1193px) {
  .site-navigation a, .site-navigation summary {
    font-size: 15px !important;
  }
}

@media (max-width: 1023px) {
  .site-footer-block-image {
    text-align: center;
  }

  .footer__logo {
    max-width: 220px;
    margin-top: 2px;
    margin-bottom: 10px;
  }

  .small-promo-content--link {
    display: none;
  }
}

/* Product Page Calculator Start */
.calculator-wrapper {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 3px;
  background: #f8f8f8;
  text-align: center;
}
.calculator .field-wrapper {
  padding: 2px;
  display: contents;
}
.calculator .field-wrapper.height-width {
  vertical-align: top;
}
.calculator input {
  text-align: center;
}
.calculator .sub-h {
  padding-bottom: 20px;
  font-weight: 600;
}
.calculator .b-h.sub-h {
  padding-top: 20px;
  padding-bottom: 0;
}
.calculator .field-wrapper .field-total {
  /* background: #ededed none repeat scroll 0 0; */
  /* border: 5px solid transparent;*/
  display: inline-block;
  /* min-width: 6.771vw;*/
      margin-right: 8px;
  border: none;
  margin: 0px 0px 0px 5px;
}

@media (max-width: 599px) {
.calculator .field-wrapper .field-total {
margin: 10px 12px 0px 5px;
}
}

.calculator .field-wrapper .field-total.inline {
  display: contents;
  margin-bottom: 0;
}
.calculator .field-wrapper.totalarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cal-fields {
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.cal-fields label {
  font-size: 14px;
  display: inline-block;
  text-align: right;
}
.field-total-wrapper {
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  margin-left: 20px;
}

.custom-checkbox-more {
  position: relative;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: none;
}

.custom-checkbox-more span.text {
  position: relative;
  top: 6px;
  margin-left: 10px;
}
.cal-wrapper input[type="number"] {
  background: #fff;
  height: 34px;
  width: 60px;
  padding: 0;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 3px;
}

.cal-wrapper input::-webkit-outer-spin-button,
.cal-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cal-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.tileWidth span,
.tileHeight span,
.totalarea span {
  /*padding: 0.521vw;*/
  display: block;
}

span.calc-sign {
  font-size: 16px;
  /* position: relative; */
  /* top: -0.781vw; */
  /* line-height: 3.281vw; */
  vertical-align: super;
}

.field-total-price label {
  font-size: 20px;
  text-align: center;
  display: block;
}

.product-info-main .box-tocart {
  width: auto;
}

.total-price {
  font-size: var(--font-size-heading-4);
  font-weight: 600;
  border-top: 1px solid #bbbbbb;
  padding-top: 20px;
}

input:focus{
  outline: none;
}

/* SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #bcd4b0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #bcd4b0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.cart-message.meta {
  visibility: hidden;
}
.cart-message.meta a {
  visibility: hidden;
}
.flatpickr-time { 
  visibility: hidden;
}
.price-element {
  margin-bottom: 10px;
}

.price-element:last-child {
  margin-bottom: 0;
}

.price__equivalent {
  margin-top: 5px;
}

.product-bold-headline {
  margin-top: 5px;
}


/* Sample button shift */

.sample__button--already-in-cart {
    background-color: #f6f6f6;
    border: 1px solid #ebebeb;
    color: #4d4d4d;
    pointer-events: none;
    padding: 0.9rem;
    letter-spacing: 0em;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size: var(--font-size-button-small);
    margin-top: 0;
    margin-bottom: 1rem;
}

  .sample__button--already-in-cart:hover {
    background-color: #f6f6f6 !important;
    border: 1px solid #ebebeb !important;
    color: #4d4d4d !important;
    pointer-events: none;
    font-size: var(--font-size-button-large);
    padding: .625rem 1rem;
    letter-spacing: 0em;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    width: 100%;
  }
  
#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: white;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

@keyframes fade-out {
    from { opacity: 1 }
      to { opacity: 0 }
}

@keyframes fade-in {
    from { opacity: 0 }
      to { opacity: 1 }
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out;
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in;
}

/*.promo-block--content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #ffffff);
}*/

.promo-block--content-wrapper {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 0%;
    right: 0;
    background: #ffffffdb;
    padding: 25px;
    width: 270px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.pxs-image-with-text-content, .slideshow-slide__content-background-link {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 0%;
  right: 0;
  background: #fffc;
  padding: 5%;
  width: 100%;
}


/*
.slideshow-slide__image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), #ffffff);
}

.announcement-bar {
  background-image: linear-gradient(
    to right,
    #bcd4b0,
    #d85678 25%,
    #d85678 75%,
    #bcd4b0 100%
  ) !important;
}*/

.site-header-cart--count:after {
    background-color: #bcd4b0;
}

.disc-label {
    position: absolute;
    right: 0;
    top: 0;
    background: #bcd4b0;
    text-align: center;
    /*border-radius: 50% 50% 50% 50%;*/
    color: #ffffff;
    padding: 15px 20px 15px 20px;
    font-size: 1.5em;
    z-index: 2;
    font-weight: 400;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
}

.disc-label-coll {
    position: absolute;
    right: 0;
    top: 0;
    background: #bcd4b0;
    text-align: center;
    /*border-radius: 50% 50% 50% 50%;*/
    color: #ffffff;
    padding: 5px 10px;
    font-size: 1em;
    z-index: 2;
    font-weight: 400;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
}

.product-stock-level {
    display: inline-flex;
    text-align: center;
    background: #d5e7cd;
    padding: 0.5rem;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}
.sample-break-text {
  display: contents;
}

.sample-break {
  display: none;
}

.atc-button--text {
  font-size: x-small;
}

@media (max-width: 768px) {
.sample-break {
  display: block;
}
.sample-break-text {
  display: none;
}
  
  .sample__button--add {
  padding: 3%;
  }
}
/*.pxs-image-with-text-background:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(270deg, #0000, #fff);
}*/

.pxs-image-with-text-button {
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #949494;
    padding: 10px 2rem;
    font-size: 0.8rem;
    margin-top: 10px;
}
.pxs-image-with-text-button:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.button .pxu-lia-element {
  --slide-fade-translate-y: 30px;
  animation: slide-fade-y 750ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
  animation-delay: calc(350ms + 100ms * var(--pxu-lia-outer-sequence) + 100ms * var(--pxu-lia-inner-sequence));
}

.pxs-image-with-text-content h2{
transition: color 0.5s ease-in-out;
}

.pxs-image-with-text-content p{
transition: color 0.5s ease-in-out;
}

.disc-label-bf {
  position: absolute; 
  top: 0px;
    left: 0px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #bcd4b0;
    color: #000;
    box-shadow: #22333b6b 0 3px 3px;
    z-index: 2;
    line-height: 1;
    margin: 2%;
    font-weight: 400;
    padding: 20px;
    font-size: 1.5rem;
    font-family: above-the-beyond, sans-serif;
    font-weight: 700;
    background-color: #ffffff;
}

.disc-label-bf-col {
position: absolute;
    top: 10px;
    left: 5px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #bcd4b0;
    color: #000;
    box-shadow: #22333b6b 0 3px 3px;
    font-size: 1rem;
    z-index: 2;
    line-height: 1;
    margin: 2%;
    font-weight: 400;
    padding: 10px;
    font-size: 0.75rem;
    font-family: above-the-beyond, sans-serif;
    font-weight: 700;
    background-color: #ffffff;
}

.disc-label-ws {
    position: absolute;
    top: 1%;
    right: 68%;
    background: #fff;
    text-align: center;
    color: #000;
    outline: 3px solid #fff;
    border: 1px solid #000;
    padding: 5px;
    font-size: 1rem;
    z-index: 2;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
    font-weight: 300;
    font-style: normal;
}

.disc-label-ws-col {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    text-align: center;
    color: #000;
    outline: 3px solid #fff;
    border: 1px solid #000;
    padding: 5px;
    z-index: 2;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
    font-weight: 400;
    font-style: normal;
    font-size: 0.6rem;
}

@media (max-width: 599px) {

.disc-label-ws {
    position: absolute;
    top: 1%;
    right: 54%;
    background: #fff;
    text-align: center;
    color: #000;
    outline: 3px solid #fff;
    border: 1px solid #000;
    padding: 5px;
    font-size: 1rem;
    z-index: 2;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
    font-weight: 300;
    font-style: normal;
}

.disc-label {
    position: absolute;
    right: 0;
    top: 0;
    background: #bcd4b0;
    text-align: center;
    /* border-radius: 50% 50% 50% 50%; */
    color: #ffffff;
    padding: 10px;
    z-index: 2;
    font-weight: 400;
    box-shadow: #22333b6b 0 3px 3px;
    line-height: 1;
    margin: 2%;
    font-size: 1rem;
}
  
}

.fade-in-image { animation: fadeIn 1s; }

@keyframes fadeIn {
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}


    .swiper {
      width: 100%;
      height: 100%;
      padding-bottom: 2rem;
      mask-image: none !important;
    }
    
    .swiper-wrapper {
      justify-content: space-evenly !important;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 0px;
      padding: 10px;
      transition: transform .2s;
      border: 1px solid rgba(128, 128, 128, 0.16);
      box-shadow: 0 1px 4px rgba(128, 128, 128, 0.11);
    }
   /* .swiper-slide img:hover {
    transform: scale(1.1);
    }*/
    .swiper-pagination-bullet-active
    {
      background: #494D41;
    }
    div.swiper-slide span {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    color: #4d4d4d;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    font-size: 12px;
    padding: 5px;
}
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 80%);
    width: fit-content;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494D41;
}
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 12px;
    }

    .custom-block-title a{
      color: #9a9a9a;
      text-decoration: none;
      font-size: medium;
    }

    .custom-block-title a:hover{
      color: #494D41;
    }

div.swiper-slide:hover span {
  display: block;
}


@media (max-width: 768px) {
.swiper-block {
    /*background-color: #f8f8f8;*/
    padding: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    }
  
.calculator-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
    }

div.swiper-slide:hover span  {
    display: none;
}
}