:root {
  --bs-primary: #3a5a41;
  --bs-primary-rgb: 58,90,65;

  --bs-primary-active: darken(var(--bs-primary), 10%);
  
  --bs-primary-hover: rgba(var(--bs-primary-rgb), 0.8);

  --bs-secondary: #956B38;
  --bs-secondary: #de9a47;
  
  --bs-secondary-rgb: 222, 154, 71;

  --bs-secondary-active: darken(var(--bs-secondary), 10%);

  --bs-secondary-hover: rgba(var(--bs-secondary-rgb), 0.8);
  
  --bs-warning: #e73700;
  --bs-warning-rgb: 231, 55, 0;
  --btn-secondary: #e73700;
  --btn-secondary-rgb: 231, 55, 0;
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-link-color: #000;
  --bs-link-color-rgb: 0,0,0;
  --header-color: var(--bs-primary);
  --bs-link-hover-color: var(--bs-primary-hover);
  --bs-link-hover-color-rgb: rgba(var(--bs-primary-rgb), 0.8);
  --bs-breadcrumb-divider: '→';
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: var(--bs-primary);
}
.btn-primary:hover {
  --bs-primary-hover: rgba(var(--bs-primary-rgb), 0.8);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-focus-shadow-rgb: 21,96,189;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: darken(var(--bs-primary-rgb), 10%);
  --bs-btn-active-border-color: #104e93;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --bs-btn-disabled-color: #a5978a;
  --bs-btn-disabled-bg: #e0d5c8;
  --bs-btn-disabled-border-color: #d3c6bb;
  --bs-btn-font-size: 14px;
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 0.8);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 0.8);
  --bs-btn-focus-shadow-rgb: 231, 55, 0;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-btn-font-size: 14px;
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 231, 55, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-btn-font-size: 14px;
}


.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 21,96,189;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  --bs-btn-disabled-color: #a5978a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a5978a;
  --bs-gradient: none;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
    --bs-nav-link-hover-color: var(--bs-primary);
}

body { background-color: #faf9f8; max-width: 1520px; margin: 0 auto; }
@media(min-width: 600px) { .container { max-width: 1520px; } }
#header { background-color: #faf9f8; margin-bottom: 1rem; }
.header-top { --header-color: var(--bs-primary); }
.footer { 
  --footer-background-color: transparent; 
  --footer-text-color: var(--bs-black);
  --footer-hover-color: var(--bs-primary);
  --footer-heading-color: #000; 
}
a:hover { --bs-link-color: var(--bs-primary); }
#category .wrapper__left-column { position: fixed; left: -100%; z-index: 1111; }
#category .wrapper__content { width: 100% !important; }
#category .pagination li a span { display: none !important; }
#offcanvas-faceted .offcanvas-body { padding-top: 0 !important; }
#_mobile_faceted .search-filters-title, div[paypal-messaging-banner] { display: none !important; }
#offcanvas-faceted #_mobile_categorytree {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--bs-gray-300);
}

#content-wrapper { padding-bottom: 1rem; }
#footer { margin-top: 2rem; }
.footer .copyright a { color: var(--bs-dark); }
.footer .copyright { padding: 2rem 0; border-top: 1px solid var(--bs-gray-300); text-align: left; font-size: 14px; }
.footer__block li > a { color: var(--bs-primary) !important; }
.footer__main__top > div:nth-of-type(4) { max-width: none; }
.footer .footer__block__toggle i { color: var(--bs-primary); }
.footer .footer__block__toggle.collapsed { border-bottom: 1px solid var(--bs-gray-300); }
.changer button { margin-right: 2rem; text-align: left; border: 0; border-top: 4px solid var(--bs-gray-300); border-radius: 3px;
  color: var(--bs-gray-600); font-size: 13px; min-width: 150px; transition: border .2s ease; background-color: transparent; }
.changer button.active { border-top: 4px solid var(--bs-primary); color: var(--bs-dark); }
.changer button:hover { text-decoration: underline; color: var(--bs-primary); }


span.mail2::before { content: '@'; }
#contact-infos  * { font-size: 14px; }
#contact-infos .material-icons { background: var(--bs-gray-300); border-radius: 50%; width: 30px; height: 30px; font-size: 18px; padding: 7px; }

.text-secondary { color: var(--bs-secondary) !important; }
#i_am_business:checked ~ i { display: inline-block !important; }
.address { cursor: pointer;}
#chk-set_invoice_address ~ div { border: 1px solid var(--bs-primary); }
.checkbox-company ~ .btn { background-color: var(--bs-gray-200); }
#chk-set_invoice_address:checked ~ .personal , #chk-set_invoice_address:not(:checked) ~ .company,
.checkbox-company:checked ~ .company, .checkbox-company:not(:checked) ~ .personal { background-color: var(--bs-primary); color: var(--bs-white); }
#checkout .breadcrumb__wrapper, #checkout .megamenu-bar, #checkout .header-top, #checkout .hidden { display: none; }
#checkout #register_option_content .btn.active { background-color: var(--bs-primary); color: var(--bs-white); }
.checkout__steps__list { margin-right: 0; }
.checkout__steps__number { min-width: 40px;border-radius: 20px; min-height: 30px;;  }
.active .checkout__steps__number.material-icons { background-color: var(--bs-primary);}
.checkout__steps--current:before, .active .checkout__steps__number { border-style: solid;  border-color: var(--bs-primary); border-width: 1px; background-color: white;}
.active .checkout__steps__text { color: var(--bs-primary);}
.active.checkout__steps__item:after, .active.checkout__steps__item:before { background-color: var(--bs-primary); }
.col- { width: auto; }
.header-top { --header-top-bg: #f3f3f3;max-width: 1760px;margin: 0 auto;}
.header-top * {font-size: 13px;}
.header-top .material-icons { font-size: 16px;}
.header-top .footer__block { width: auto !important; }
.header-top .footer__block ul { display: flex; white-space: nowrap; gap: 1rem; margin: 0; margin-left: 1rem; justify-content: center;}
.header-top .footer__block > p, .header-top .footer__block > div { display: none !important; }
.header-bottom > div > div { justify-content: space-between; }


.page-customer .customer-link a .link-item { color: var(--bs-white); min-height: 150px;  background-color: var(--bs-primary);}
.customer-link a span i, .customer-link__link span i { color: var(--bs-white); }
.page-customer .customer-link a:hover > * { background-color: var(--bs-link-hover-color); color: var(--bs-white); }
.user-info button.btn-primary { color: var(--bs-white); }
#my-account #content-wrapper > .d-flex > div:first-of-type, #my-account .page-header { display: none;}
#opc_addresses article.border-primary::after {
  content: '✓';
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 10px;
  text-align: center
}
article .address-footer { opacity: 0;}
article:hover .address-footer { opacity: 1;}
.addresses__new-address { background-color: var(--bs-primary); color: var(--bs-white); max-width: 120px; }
.addresses__new-address:hover { background-color: var(--bs-link-hover-color); color: var(--bs-white); }


.pagination .page-item > * { padding: 9px 14px; }
.page-index .carousel .carousel-indicators { justify-content: normal !important; max-width: 1520px; margin: 0 auto }
.page-index .carousel .carousel-indicators > * {width: 8vw;height: 4px;margin-right: 15px;text-align: right;font-size: 9px;line-height: 50px;margin-top: -15px;}
@media(max-width: 1520px) { .page-index .carousel .carousel-indicators > * {overflow: hidden; } }
.page-index .carousel-item h2 { color: #fff; }
figure.carousel-content { background-color: black;  }
figure.carousel-content img { opacity: .7; transition: opacity .2s ease;}
figure.carousel-content:hover img { opacity: .5; }
.js-product-images-modal::after {
    content: "⛌";
    position: absolute;
    background-color: rgba(255,255,255,1.7);
    border-radius: 12px;
    top: 40px;
    right: 40px;
    z-index: -25;
    padding: 12px;
    font-size: 1rem;
    line-height: 1rem;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
}
.page-product .modal { margin: 0 auto; max-width: 1520px; }
.page-index .carousel .carousel-caption .caption-description p { color: #fff; opacity: .8; }
#addresses .address.card { background-color: var(--bs-gray-200); color: var(--bs-gray-600); border-radius: var(--bs-border-radius); }
#addresses .address__content { font-size: 13px; line-height: 1rem; }

.page-cart ul.cart__items.row > * { flex: 0 1 25%; }
@media(max-width: 1199.98px) { .page-cart ul.cart__items.row > * { flex: 0 1 33.3333%; } }
@media(max-width: 599.98px) { .page-cart ul.cart__items.row > * { flex: 0 1 50%; } }
.page-cart ul.cart__items.row { flex-wrap: wrap; }
.page-cart .product-line__title { height: 60px; overflow: hidden; }
.page-cart .product-line__info { height: 20px; overflow: hidden; }


.product__discounts { grid-area: product__discounts; }
.product__information { grid-area: product__information; }
#product-images { grid-area: product-images; }
.thumbnails__container { grid-area: thumbnails__container; }


.page-product .thumbnails__container {
  margin-top: 0 !important;max-height: 542px; overflow: hidden;
  position: relative;
}




@media (min-width: 1400px) {
  .page-product .product__images {
    display: grid;
    grid-template-columns: 122px 532px auto;
    grid-template-areas: 
      "thumbnails__container product-images product__information"
      "thumbnails__container product-images product__discounts";
  }
  .page-product .product__discounts { margin-left: 1.5rem; }
}

.read-more { z-index: 1; line-height: 14rem; height: 10rem; background: linear-gradient(0deg, white, white, transparent); }
#product-infos-accordion { max-height: 100vh; }
#product-infos-accordion.show { max-height: none; }
#product-infos-accordion.show .read-more { display: none; }
.read-more { cursor: pointer; }
.page-product .product__col { position: sticky; top: 85px;}
.thumbnails__container .thumbnail.active img { border: none !important; box-shadow: 0 0 2px var(--bs-primary) }
.thumbnails__container .thumbnail img { border: none !important; border-radius: 8px; }

.prods { height: 445px; margin: 10px 0 20px; max-width: calc( 1520px + 1.5rem ); overflow: hidden; }
.right-blinds::after {
  content: ' ';
  width: 20px;
  background: linear-gradient(270deg, white, transparent);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.text-half {
  background: linear-gradient(to right, var(--btn-secondary) 50%, var(--bs-primary) 50%);
  background-clip: text;
  -webkit-text-stroke-width: thin;
  color: transparent !important;
}
#cartProductsList > li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.everblock-11 form { border-color: #8aafde; font-size: 13px; }
.everblock-11 form * { outline: none;  }
.everblock-11 .material-icons { font-size: 28px; margin-bottom: 2px; }
#_desktop_user_info .dropdown-toggle:after, #_desktop_contact_link { display: none; }
#_desktop_user_info, .blockcart { display: flex; align-items: center; }
#_desktop_user_info .dropdown-menu > .dropdown-item { flex-direction: row; justify-content: start; }
#language-selector, #currency-selector { 
  background-color: #fff;
  border: 1px solid #D8E4F9;
  border-radius: 8px;
  padding: 2px 26px 2px 2px;
  margin: 0 8px;
  text-align: left;
  position: relative;
 }
 #_desktop_language_selector::after, #_desktop_currency_selector::after {
  content: ' ';
  position: absolute;
  z-index: 999;
  border-left: 1px solid #D8E4F9;
  right: 15px;
  top: 7px;
  height: 12px;
  width: 1px;
 }
 #_desktop_language_selector, #_desktop_currency_selector { position: relative; }
 .header-top .form-select option { text-align: center; padding: 2px 12px; }
 .header-top-desktop > * { width: 33.3%; }
.page-product .breadcrumb__wrapper { margin-bottom: 0; font-size: 13px; }
.page-product .breadcrumb__wrapper a { color: var(--bs-primary) }
.page-product .breadcrumb__wrapper::after { 
  content: '.'; color: transparent;
  display: block; width: 100%; height: 120px;
  position:absolute; left:0; right:0; z-index:-1; 
  background: var(--bs-gray-100);
}
.wishlist-button-add { position: absolute; top: 9px; right: 9px; opacity: .5; }
.wishlist-modal.show{z-index:1053; background-color: rgba(0,0,0,.6);}
.page-product #add-to-cart-or-refresh .wishlist-button-add { display: none; }
.cart-preview > span { position: relative; }
.cart-summary .accordion-button::after { 
  margin-left: 0; background-image: none; width: 25px;
  font-family: 'Material Icons'; content: '';  font-size: 25px; line-height: 20px;
}
.cart__item .product-line__image img, .product-miniature .thumbnail > img { border-radius: 8px 8px 0 0; }
.cart-summary .card-footer { background-color: transparent; }
.cart-summary { background-color: transparent;}
.cart-total .cart-summary__value { font-size: 2rem; }
#cart .breadcrumb__wrapper { opacity: 0; }
.mini_related {margin: 0 -5px;height: 162px;overflow: hidden;position: relative;display: grid;grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));}
.mini_related button { width: 68px; height: 68px; background-color: var(--bs-secondary);border-color: var(--bs-secondary);  }
.mini_related a img { object-fit: none; }
.mini_related a:hover img { box-shadow: 0 0 3px black; }
#antexwishlist-modal {  text-align: center;}
.forgot-password {  margin-bottom: 1rem;}
#antexwishlist-user-products .antexwishlist-product ._name, .cart-summary {  padding: 0;}
.btn-antexwishlist-add .added {  display: none;}
.btn-antexwishlist-add.antexwishlist-added .added {  display: inline-block;}
.btn-antexwishlist-add.antexwishlist-added .not-added {  display: none;}

#table-features td { padding: 1rem 2rem; }
@media screen and (max-width: 991px) { #table-features td { padding: 1rem 1rem; } }
#modal-random-products button { display: none; }
#modal-random-products img { width: 90px !important; height: 90px !important; border-radius: 8px; }
#modal-random-products .cat-scroll { padding: 0 2rem; }
#modal-random-products .product-miniature {display: flex; flex-wrap: nowrap; }
#modal-random-products .thumbnail-container { width: 90px !important; height: 90px; }
#modal-random-products .product-description { width: 160px !important; font-size: .875rem; padding-top: 0 !important; padding-bottom: 0 !important; }
#modal-random-products.prods { height: auto !important; }

.page-product .product__add-to-cart { margin-bottom: 0;}
.page-product .product__col { max-width: 360px; min-width: 360px; padding-left: 0px; }
.product__col .product__description-short { display: none; transition: all .3s ease;   opacity: 0;  position: absolute; right: 105%; top: 5px; width: 300px; background-color: #fff; border-radius: 10px; box-shadow: 2px 2px 4px black; }
.product__col:hover .product__description-short { opacity: 1; z-index: 99 }

.page-product .product__discount { color: var(--bs-secondary); margin-bottom: 1rem }
.page-product .product__current-price { font-weight: 500 !important; }

@media (min-width: 1200px) {
  .product__right { max-width: calc(100% - 360px); width: calc(100% - 360px); }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product__images {
    grid-template-columns: 532px auto;
    grid-template-areas: 
      "product-images product__information"
      "product-images product__discounts"
      "thumbnails__container product__discounts";
  }
  .thumbnails__container {
    grid-area: thumbnails__container;
    width: 100%;
    height: auto;
  }
  .thumbnails__list > li { width: auto; }
  #product-images { grid-area: product-images; margin-bottom: 15px; }
  .product__information { grid-area: product__information; min-width: 0; overflow: hidden; }
  .product__discounts {  margin-bottom: auto; margin-left: 1.5rem;}
}

@media  (max-width: 1199.98px) {

  .product__images {
    
    grid-template-columns: 532px auto;
    grid-template-areas: 
      "product-images product__information"
      "product-images product__discounts"
      "thumbnails__container thumbnails__container";
  }
  .thumbnails__list { display: none; }
  .product__information,#product-images  { display: block; }
  #product-images { grid-area: product-images; margin-bottom: 15px; }
  .product__information { grid-area: product__information; min-width: 0; overflow: hidden; }
  .page-product .product__col { position: relative; top: 0; max-width: 100%; width: 100%; padding-left: calc(var(--bs-gutter-x)*.5) }
  .page-product .product__left { width: 100%; }
  
}
#subcategories { display: none; }
.rich-text .h2, .rich-text h2 { margin-top: 0; }
@media (max-width: 767.98px) {
  #blockcart-modal .product-total { display: none; }
  #blockcart-modal .product-image { width: 150px; margin: 1rem auto 0; }
  #blockcart-modal .border-end { border-right: none !important; }
  .block-category #category-description,
  .ps_categorytree { display: none; }
  .order-confirmation__items .item__prices { display: flex; gap: 1rem; padding: 1rem; }
  .product__images {
    grid-template-columns: 100%;
    flex-direction: column;
    grid-template-areas: 
      "product-images"
      "thumbnails__container"
      "product__information"
      "product__discounts";
  }
  .page-product .product__col { padding-left: calc(var(--bs-gutter-x)*.5); }
}

#js-product-list .product-miniature { 
  flex-basis: calc(50% - 8px);
  max-width: none;
}

@media (min-width: 576px) {
    .footer__main__top > div { max-width: 320px; }
  #js-product-list .product-miniature { 
    max-width: 250px;
    flex-basis: auto;
  }
}

#js-product-list .product-miniature {
  flex-basis: 215px;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 200px;
  max-width: 250px;
}

@media (max-width: 580px) {
  #js-product-list .product-miniature {
    flex-basis: calc(50% - 8px);
    flex-grow: 0;
    flex-shrink: 0;
    min-width: auto;
    max-width: auto;
  }
}

h1 { font-size: 1.5rem; line-height: 2rem; }
.notice-msg.-notice, .checkout-area-2 #thecheckout-account .-notice ~ .notice-msg { display: block !important; color: red; }
.notice-msg, #thecheckout-address-invoice #thecheckout-account .-notice ~ .notice-msg { display: none; } 
.product-comments-additional-info { display: none !important;}
.js-terms { position: relative;}
.js-terms em { opacity: 0; display: none; transition: all .2s linear; }
.js-terms:hover > em {opacity: 1; display: block; border-radius: 5px; padding: 9px; background-color: #fff; position: absolute; right: 0; bottom: 150%; width: 50vw; box-shadow: 1px 1px 5px grey;}
.product__information .float-end * { font-size: 14px !important;  }
.product__information .float-end i { margin-left: -2px; color: var(--bs-secondary) }
.product > div > .list-unstyled li { border-bottom: 1px solid transparent; transition: border-bottom .3s ease; }
.product > div > .list-unstyled li:hover { border-bottom: 1px solid white; }
.product #product-info-bar { position: sticky; top: 80px; z-index: 5; box-shadow: 0 0 10px #fff; font-size: clamp(11px, 2vw, 1rem); }
.product .table tr td:last-child { border-left: 1px solid var(--bs-border-color) }
.product .table tr:last-of-type, .product .table th:last-of-type { border-bottom: 1px solid transparent;}
 .product-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
 }
 .product-feature-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  background-color: #fff;
 }
 .product-feature-grid-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-gray-100);
  border-radius: 14px;
 }
 .product-feature-grid-icon img {
  max-width: 40px;
  max-height: 40px;
 }
 .product-feature-grid-label {
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
 }
 .product-feature-grid-row td {
  border-left: 0 !important;
 }
div#product-images {max-width: 532px; max-height: 532px; width: 100%; }
.color-selector { display: flex;gap: 10px;padding: 20px 0; overflow-x: auto; overflow-y: hidden; height: 100px;}
.color-selector .color-option {text-transform: capitalize; flex-grow: 1;height: 30px;border: 1px solid silver; border-radius: 15px;cursor: pointer; line-height: 97px; text-shadow: 0 0 black; text-align: center; font-size: 13px; min-width: 80px; }

.footer__main { padding: 0 15px; }
.footer .footer__block__content li { list-style: none; }
.footer .footer__block__content li a { padding: 6px 0; font-size: 14px; }
.footer .footer__block__content li a:hover { text-decoration: underline; }
.footer .footer__block__title { font-weight: bold; }
.footer__block__toggle { overflow: hidden; }
.cat-list { color: #000; }
.cat-list a { min-width: 150px; max-width: 150px; margin: 0 auto; position: relative;}
.cat-title { 
  /* color: white;  */
  /* background-color: rgba(0, 0, 0, 0.7);  */
  padding: 8px; 
  border-radius: 0 0 8px 8px; 
  text-align: center;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin: 0 auto;
  font-size: small;
}
.facet button.accordion-button { padding: 14px; }
.facet .search-filters-label > div > label { padding: 6px 4px; }
.facet .search-filters-label .form-check { display: flex; align-items: center; }
#category-description { max-height: 250px; overflow: auto; border-bottom: 1px dashed var(--bs-primary); }
.subcategory__image { display: none;}
#header{ position: sticky; }
#header.sticky { position: sticky; transition: all .2s ease; box-shadow: 0 0 12px grey; }
#header.sticky .megamenu-bar { display: none; }
#header.sticky:hover .megamenu-bar { display: block; }
#header.showed { top: 0 !important; transition: all .2s ease;  }
.header-top .container-md { position: relative } 
.page-content h2 { font-size: 1.4rem; }
.product-miniature .product-miniature__title { height: 3rem; line-height: 1rem;}
.product-miniature__prices, .link-modal-content { justify-content: center }
.product-miniature__price { font-size: 1.4rem}
.product-miniature__price::after { content: '/m'; font-size: 1rem; }
.product-miniature__regular-price::after { content: '/m'; font-size: .7rem; }
.product-miniature .add-to-cart .material-icons { width: 18px; height: 18px; font-size: 17px }
.product-miniature .product-title { height: 62px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; }
.p-4.small a:hover img { transition: all .3s ease;filter: brightness(1.1);}
.custom-text__content .flex-column:hover { transition: all .3s ease;filter: brightness(1.1); }
#cartModal { display:block;z-index:99; max-width:292px; transition: all .1s linear; right: -300px; } 
.blockcart, .user-info, .logo { z-index: 1; min-width: 64px; height: 74px; text-align: center; }
#_desktop_cart.active + div::before { display: block; position: fixed; content: ' '; top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.4); z-index: 2;}
.active .blockcart ~ div > #cartModal {right: 0;}
#cartProductsList::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.1);background-color:silver;border-radius:10px;}
#cartProductsList::-webkit-scrollbar{width:5px;background-color:silver;}
#cartProductsList::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--bs-gray-300);background-image:-webkit-gradient(linear,40% 0%,75% 84%,from(var(--bs-primary)),to(var(--bs-primary)),color-stop(.6,var(--bs-primary)));} 
.product-miniature > * { max-width: 250px; margin: 0 auto;  }
.product-miniature { min-width: 200px; width: 250px; position: relative; }
.navi .carousel-control-next-icon,
.navi .carousel-control-prev-icon,
.navi-initialized .carousel-control-next-icon,
.navi-initialized .carousel-control-prev-icon {
  position: absolute;
  left: -10px; right: -10px;
  bottom: 50%;
  z-index: 2;
  background-size: 20px;
  padding: 24px;
  background-color: rgba(255,255,255,.6);
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.4);
  cursor: pointer;
}
.navi .carousel-control-next-icon:hover,
.navi .carousel-control-prev-icon:hover,
.navi-initialized .carousel-control-next-icon:hover,
.navi-initialized .carousel-control-prev-icon:hover { background-color: rgba(255,255,255,.8); }
.navi .carousel-control-next-icon,
.navi-initialized .carousel-control-next-icon { left: auto; }
.navi .carousel-control-prev-icon,
.navi-initialized .carousel-control-prev-icon { right: auto; }

.slajder { position: relative; gap: 1rem; }
.slajder .col { flex: 0 0 calc(100% / 9); text-align: center }
.everblock-16 .slajder .col > a { min-width: 150px; position: relative; }
.navi .product-miniature { flex: 0 0 calc(100% / 6); padding: 0 8px; margin: 0 auto; position: relative; }
@media (max-width: 575.98px) and (min-width: 320px) { .slajder .col { flex: 0 0 calc(100% / 3); } .navi .product-miniature { flex: 0 0 calc(100% / 2); } #index .carousel-control { display: none; } .slajder .d-flex { gap: 15px; }}
@media (max-width: 767.98px) and (min-width: 576px) { .slajder .col { flex: 0 0 calc(100% / 4); } .navi .product-miniature { flex: 0 0 calc(100% / 3); } #index .carousel-control { display: none; } .slajder .d-flex { gap: 15px; }}
@media (min-width: 768px) and (max-width: 991.98px) { .slajder .col { flex: 0 0 calc(100% / 5); } .navi .product-miniature { flex: 0 0 calc(100% / 3); } }
@media (min-width: 992px) and (max-width: 1199.98px) { .slajder .col { flex: 0 0 calc(100% / 7); } .navi .product-miniature { flex: 0 0 calc(100% / 4); } }
@media (min-width: 1200px) and (max-width: 1399.98px) { .slajder .col { flex: 0 0 calc(100% / 9); } .navi .product-miniature { flex: 0 0 calc(100% / 5); } }

.footer .footer__block__title { border-bottom: 1px solid #fff; padding-bottom: 2px; margin-bottom: 5px; }
.footer .footer__block__content-list a.logout { color: inherit; }

.tab_content .products {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: rotateX(180deg);
  transform-style: preserve-3d;}
.tab_content .products > * { margin-bottom: 1.25rem; transform: rotateX(180deg);}

#index .grid:before {
  content: ' ';
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  width: 30px;
  background-image: linear-gradient(270deg, #fff, transparent);
  z-index: 2;
}

.tab_content .products::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.tab_content .products::-webkit-scrollbar:hover {
  width: 10px;
  height: 10px;
}
.tab_content .products::-webkit-scrollbar-track, 
.tab_content .products::-webkit-scrollbar-track:hover, 
.tab_content .products::-webkit-scrollbar-track:active {
  border-radius: 5px;
  background-color: #aa8f7a;
}

.tab_content .products::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6a5440;
}

.tab_content .products::-webkit-scrollbar-thumb:hover {
  background-color: #59453a;
}

.tab_content .products::-webkit-scrollbar-thumb:active {
  background-color: #4e3a2f;
}

.category-products .products { display: flex; flex: 1 1 50%; flex-wrap: wrap; }

.carousel .carousel-control-prev { left: 1rem }
.carousel .carousel-control-next { right: 1rem }
@media screen and (min-width: 1620px) {
  .carousel .carousel-control-next { left: calc(50% + 1500px / 2 - 2rem); }
  .carousel .carousel-control-prev { right: calc(50% + 1500px / 2 - 2rem); left: auto; }
}
.ratio-homeSlider { min-height: 200px; max-height: 400px;}
.tab_content { position: relative; }
.swiper-button-next, .swiper-button-prev {opacity:0;width:42px;height:62px;line-height: 62px;background-color:var(--bs-primary);border-radius: 9px;color: #fff;position:absolute;top:50%;font-size:30px;display:flex;align-items:center;justify-content: center;z-index:2;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
.swiper-button-next:hover, .swiper-button-prev:hover {cursor:pointer;background-color: var(--bs-primary);opacity:1;}
.swiper-button-next:active, .swiper-button-prev:active {cursor:pointer;background-color: var(--bs-link-hover-color);}
.tab_content:hover > .swiper-button-next, .tab_content:hover > .swiper-button-prev {opacity:.8;}
.swiper-button-prev { left:0; content: '❮'; }
.swiper-button-next { right:0; content: '❯'; }
.max-600, .everblock-11 form { max-width: 600px; margin: 0 auto;}

.header-block__action-btn > i, .header-block__icon > i { display: block; margin: 0 auto; }
.header-block__badge { 
  position: absolute; top: 1px; right: calc( 50% - 38px );
  font-size: 12px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  display: inline-block;
  line-height: 16px; height:  16px; width: 30px; 
  border-radius: 7px;
}


.cat-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: .75rem;
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cat-scroll::-webkit-scrollbar {
    display: none;
}
.cat-scroll .cat-list, .cat-scroll .col, .cat-scroll .product-miniature {
    flex: 0 0 auto;
}
.cat-scroll.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}
.navi .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.navi .carousel-control-prev-icon { left: 10px; }
.navi .carousel-control-next-icon { right: 10px; }
.navi .carousel-control:hover { background-color: #fff; }

.search-widgets__dropdown { top: calc(100% + 10px); z-index: 999; }
.border-0.p-2:focus {  outline: none; }
.carrier-price, .carrier-price-without-tax-formatted { display: none;}
.delivery-option-logo img { max-width: 60px; max-height: 60px; }
.name-and-delay { flex-grow: 1 }
.overlay-email label { display: none !important; }
.payment-options > div > * { border-radius: var(--bs-border-radius) !important; }
#checkout .check-icon { border: 1px solid grey; border-radius: 2px; width: 14px; height: 14px; font-size: 14px; line-height: 10px; color: transparent }
.checkout-block .cart-container { display: none;}
.blocks nav .active { background-color: var(--bs-primary); color: #fff; }
.js-modal-content { padding: 1rem; }
#checkout-payment-step .modal-content button { position: fixed; border-radius: 100%; width: 42px; height: 42px; border: 1px solid rgba(var(--bs-secondary-rgb), 0.8); background-color: var(--bs-secondary); color: #fff; font-size: 2rem; line-height: 2px; }
#checkout .fade:not(.show) { display: none; }
 body:not(.logged-in) #thecheckout-address-invoice, body:not(.logged-in) #thecheckout-address-shipping, 
 body:not(.logged-in) #thecheckout-shipping, body:not(.logged-in) #thecheckout-payment, 
 body:not(.logged-in) #thecheckout-order-message, body:not(.logged-in) #thecheckout-confirm, 
 body:not(.logged-in) #thecheckout-cart-summary, body:not(.logged-in) #thecheckout-psgdpr,
 body:not(.logged-in) #thecheckout-data-privacy, body:not(.logged-in) #thecheckout-newsletter { display: none; }
.popup_wrapper_visible .d-none { display: block !important; padding: 1rem; border-radius: 10px; background-color: #fff; box-shadow: 0 6px 10px rgba(0, 0, 0, .2); }
.popup_wrapper_visible iframe.popup-embed { position: absolute; top: 0; left: 0; }
#invoice-address .num-1 .block-header  { display: none; }
#tc-container .bg-light.active { background-color: var(--bs-primary) !important; }
#tc-container .bg-light { font-size: 14px;}
#delivery-address .vat_number { opacity: .01; height: 1px; overflow: hidden; }
#tc-container .flex-split-vertical { justify-content: center;}
.payment-logo { width: 60px; } .payment-logo img { max-width: 58px; }
.paypal-marks, .payment-option-key--03cc0 { display: none !important; }
@media (max-width: 992px) {
 
#thecheckout-payment, #thecheckout-cart-summary, #thecheckout-shipping, #thecheckout-address-invoice {
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-top: 3rem; margin-bottom: 3rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
}
}
.checkout-area-2 { max-width: 600px; margin: 0 auto; }
.custom-checkbox { display: flex; align-items: center; gap: 1rem; }
.custom-checkbox input[type=checkbox] { display: none !important; }
.custom-checkbox input[type=checkbox]:checked ~ .check-icon { color: #000 !important; }
label:hover .check-icon { border-color: #000; box-shadow: 0 0 3px black;}
.has-float-label { position: relative; }

@keyframes onAutoFillStart {
  from {
    /* pusta animacja, tylko do wykrycia */
  }
  to {
    /* pusta animacja, tylko do wykrycia */
  }
}

input:-webkit-autofill, input:-moz-autofill, input:autofill {
  animation: onAutoFillStart 0.001s;
}

.error-msg, #cta-terms-and-conditions-0 { color: var(--bs-secondary); }
.megamenu-bar { background-color: var(--bs-primary); }
#content-wrapper .page-header { margin-bottom: 1.5rem;}
.form-fields .label-down .field-label, .form-fields .label-up .field-label { position: absolute; font-size: 1rem; top: 11px; left: 22px; color: #666666; transition: all .1s linear; font-weight: normal; background-color: white; }
.form-fields div { position: relative; }
.form-fields .label-up > .field-label, .form-fields .label-up > input:focus + .field-label, 
.form-fields select + .field-label { top: -7px; left: 15px; padding: 0 5px; font-size: 11px; }
.form-group .form-control, .form-group > label { width: 100%; display: block; }
.block-header { font-size: 1rem; font-weight: bold; padding-bottom: 1rem; }
#checkout .form-group { padding-bottom: 1rem;}
#conditions-to-approve li { display: flex; gap: 1rem; }
.terms-and-conditions .error-msg { text-align: center; padding-bottom: 1rem; }
#checkout .footer__before { display: none; }
.megamenu > li  a { font-size: 14px; line-height: 20px; }
.additional-information { padding: 2px 9px; font-size: small; }
@media (min-width: 769px) {

.maincategory > div > .submenu > li > * { 
  line-height: 20px; font-weight: normal; border: 0; width: 100%; font-size: 14px; padding: 9px 18px; font-weight: normal;
 }
 .maincategory:not(:hover) > div { display: none !important;}
.maincategory:hover > div::before { 
  content: ' ';
  display: block;
  position: absolute;
  top: -85px;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: -1;
 }
.maincategory > div > .submenu > li > *:hover, .maincategory > div > .submenu > li > .active ~ a, .megamenu .submenu .category > a:hover  { 
  position: relative; transition: none;
  background-color: var(--bs-primary);
  border-radius: 5px;
  color: #fff;
  cursor: pointer; 
}
.maincategory > div > .submenu > li:hover > a, .maincategory > div > .submenu > li > .active ~ a { color: #fff !important; }
.maincategory > div > .submenu > li:hover > *::after, .maincategory > div > .submenu > li > .active ~ a::after {
  content: ' ';
  display: inline-block;
  width: 10px;
  background-color: var(--bs-primary);
  height: 10px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-5px) translateX(-5px) rotate(45deg);
}
.megamenu .tab-content>.tab-pane {
  display: none !important;
}
.megamenu .tab-content>.active {
  display: flex !important;
}
.megamenu .nav-link ~ a { display: none; }
.megamenu .nav-link.active ~ a { display: block; }
.megamenu .nav-link.active { display: none;}

.maincategory > div {
  max-height: calc(100vh - 200px);
  min-height: 350px;
  height: 450px;
  top: 90%;
  max-width: 100vw;
}

  .nav-toggle { display: none; }
  .navbar { padding:0; }
  .megamenu {display: flex;margin-bottom: 0;background-color: var(--bs-primary);}
  .megamenu > li > a { color: #ffffff; }
  .megamenu > li:hover > a { color: #000; text-decoration: underline; }
  .megamenu > li > ul, .navbar-toggler { display: none; }
  .megamenu > li:hover { background-color:white; }
  .megamenu > li:hover > ul {
    background-color: white;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    overflow-x: visible !important;
    overflow-y: clip !important;
    border-radius: 5px;
  }
  .megamenu > li:hover > ul::before {display: block;content: '';position: absolute;background: #eee;width: 300%;z-index: -1;height: 100%;margin: 0;left: -100%;right: -100%;}
  .megamenu > li:hover > ul > li > ul > li.active {background-color: #edeae8; }
  .megamenu > li:hover ul > li a:hover > span { text-decoration: underline; text-underline-position: from-font; }
  .submenu .submenu { opacity:1; background-color: white; position: relative; display:flex; flex-direction: column; padding-left: 19px; font-size: .9rem; }
  .submenu .submenu > li { width: 100%; }
  .inner-submenu { background-color: #f4f4f4;}
  .inner-submenu .submenu > li { flex-grow: 1;}
  .megamenu > .category:hover > .submenu { display: flex; flex-wrap: nowrap; max-height: 70vh; overflow: auto;  }
  .megamenu > li { flex-grow: 1; text-align: center; }
  .megamenu > li li { position: relative; text-align: left; width: auto; min-width: 220px; display: flex; flex-direction: column; }
  .megamenu > li li ul { z-index: 4;  }
  .megamenu .category li { flex-grow: 0 }
  .megamenu > .category > .submenu { box-shadow: 0px 2px 2px grey; }
  .megamenu .category .dropdown-toggle::after { font-size: 19px; transition: all .15s linear; font-family: 'Material Icons'; content: ''; position: absolute; top: 8px; right: 10px; border: none; padding: 0; cursor: default } 
  .megamenu .category.active .dropdown-toggle::after { transform: rotateX(180deg); font-weight: 300 !important; }
  
  .megamenu .category ul { transform: matrix(1, 0, 0, 0, 0, 0); height: 0; width: 0;}
  .megamenu .category.active ul { transform: matrix(1, 0, 0, 1, 0, 0); height: auto; width: auto; position: absolute; top: 100%; padding-left: 0; left: 10px; border-radius: 10px; box-shadow: 4px 4px 10px rgba(0,0,0,.1); }
  .megamenu .category .active > a.dropdown-item { font-weight: bold; }
  .megamenu .category > a.dropdown-item { display:inline-block; width: auto; padding-right: 42px;}
  #ct-430 > ul, #ct-449 > ul { right: 0; }
  .megamenu > .category > .submenu { padding: 20px; }
}

.megamenu > li  a { padding: 9px 18px; }
.megamenu .js-lazy-product-image { background-color: #fff; border-radius: 100%; box-shadow: 0 0 3px white;}

/* Mobile menu slide panels */
.mobile-menu-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 75px;
  bottom: -20px;
  background-color: #fff;
  backdrop-filter: blur(11px);
  transform: translateX(100%);
  transition: all .3s ease;
  padding-top: 64px;
  z-index: 1050;
  display: none;
}

body.openmenu .mobile-menu-container {
  transform: translateX(0);
  display: block;
}

.menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.menu-panel.active {
  transform: translateX(0);
  z-index: 2;
}

.panel-header {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.close-menu-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.close-menu-btn:hover {
  background: #e9ecef;
  color: #333;
}

.back-button {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 0;
  cursor: pointer;
  color: #333;
  text-align: left;
  width: 100%;
  display: block;
}

.back-button:hover {
  color: #007bff;
}

.panel-content {
  height: calc(100vh - 70px);
  overflow-y: auto;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Custom scrollbar for mobile menu panels */
.panel-content::-webkit-scrollbar {
  width: 6px;
}

.panel-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.panel-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.panel-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  border-bottom: 1px solid #eee;
}

.category-item.small .category-name {
  font-size: 0.9rem;
  line-height: 1.2;
}

.category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

.category-link:hover {
  background: #f8f9fa;
  color: #333;
}

.category-link-all {
  background: linear-gradient(180deg, var(--bs-gray-100) 0%, #fff 100%);
  margin-bottom: 0.5rem;
}

.category-link-all .category-link-main {
  justify-content: center;
  text-align: center;
  font-style: italic;
}

.category-link-all .category-link-main .category-arrow {
  display: none;
}

.category-name {
  flex: 1;
  text-align: left;
}

.category-arrow {
  font-size: 1.2rem;
  color: #666;
  margin-left: 1rem;
  font-weight: bold;
}

.submenu .nav-item.active {
  display: flex; /* Wyświetla aktywny element */
}

.submenu:not(:has(.nav-item.active)) .nav-item {
  display: flex !important; flex-direction: column;
}
     
.maincategory > div {
  max-width: 100vw;
}
.maincategory > div > .submenu {
  max-width: 100vw;
}
.maincategory > div > .inner-submenu > .submenu:not(.active) {
  display: none !important;
}
.maincategory li.nav-item > .submenu:not(.active) {
  display: none !important;
}
.maincategory li.nav-item.active > .submenu {
  display: flex;
}
     .navbar-toggler {margin-left: 10px; background-color: #ffffff33; border: 0 }
     body.openmenu .navbar-toggler { z-index: 1;}
     #nav-toggle ~ .navbar-toggler .navbar-toggler-icon { background-image:none }
     .navbar-toggler .navbar-toggler-icon svg.hamb { display: inline-block; }
     .navbar-toggler .navbar-toggler-icon svg.iks { display: none; }
     .navbar-toggler.active .navbar-toggler-icon svg.hamb { display:none }
     .navbar-toggler.active .navbar-toggler-icon svg.iks { display: inline-block; }
     #currency-mobile { display: none; width: 150px; }
     body.openmenu #currency-mobile { display: inline-block; position: fixed; top: 15px; right: 10px; z-index: 999999999; }
     #currency-mobile { display: none; }
 .openmenu .everblock-18 { z-index: 9999; }

 @keyframes blink-1{0%,50%,100%{opacity:1}25%,75%{opacity:0}} .blink-1:hover span{animation:blink-1 .6s both}

.product-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-image-first,
.product-image-second {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}

.product-image-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}
.product-miniature:hover .product-image-second {
  opacity: 1;
}

.page-pagenotfound .display-1 {
  font-size: 92px;
  font-weight: 900;
  text-align: center;
  color: #d9534f;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: wave 2s ease-in-out infinite, colorChange 3s linear infinite;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 20px;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(2deg);
  }
}

@keyframes colorChange {
  0%, 100% {
    color: #d9534f;
  }
  50% {
    color: #5bc0de;
  }
}