::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #cb2f24;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cb2f24;
  border-radius: 3px;
}
html {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
h1 {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 3px;
  background-color: #cb2f24;
}
h2 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  background-color: #666;
}
.header {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 4;
}
.header .inner {
  position: relative;
  display: flex;
  align-items: center;
}
.header .inner .logo img {
  max-height: 40px;
}
.header .inner .mobile-menu-btn {
  margin-left: auto;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
}
.header .inner .misc-menu {
  display: none;
}
.misc-menu {
  display: none;
}
.misc-menu ul {
  margin: 0;
  padding: 0;
}
.misc-menu ul li {
  list-style-type: none;
}
.misc-menu ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.misc-menu ul li a .flag {
  position: relative;
  top: -1px;
  margin-right: 0.5rem;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 0.25rem;
}
.misc-menu ul li a .dot {
  position: relative;
  bottom: 4px;
  font-size: 0.25rem;
}
.misc-menu ul li a .extra-icon {
  position: absolute;
  right: 0;
  top: 0.675rem;
  color: rgba(255, 255, 255, 0.5);
}
.misc-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.misc-menu ul li.search {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.misc-menu ul li.search .search-input {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  border: 0;
  width: 100%;
  box-shadow: 0 0 1px 2px #424241;
}
.misc-menu ul li.search .search-input:focus-visible {
  outline: 0;
}
.misc-menu ul li.search .fa-solid {
  position: absolute;
  top: 9px;
  right: 5px;
  color: #424241;
}
.misc-menu ul li.search #suggest {
  position: absolute;
  background-color: #fff;
  display: none;
  padding: 0.75rem;
  top: 35px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.misc-menu ul li.search #suggest ul {
  padding-left: 0;
  margin-bottom: 0;
  max-height: 400px;
  overflow-y: auto;
}
.misc-menu ul li.search #suggest ul li {
  color: #333;
  list-style-type: none;
  font-family: 'Asap Condensed', sans-serif;
  width: 100%;
}
.misc-menu ul li.search #suggest ul li:first-child a {
  border-top: 0;
}
.misc-menu ul li.search #suggest ul li:last-child a {
  border-bottom: 0;
}
.misc-menu ul li.search #suggest ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  display: block;
  padding: 5px 10px;
}
.misc-menu ul li.search #suggest ul li a .highlight {
  background-color: yellowgreen;
}
.misc-menu ul li.search #suggest ul li a:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}
.carousel .carousel-item {
  height: 33vh;
}
.carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.services .container .inner {
  display: flex;
}
.services .container .inner .service-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  overflow: hidden;
}
.services .container .inner .service-thumb .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services .container .inner .service-thumb .name {
  display: block;
  flex: 1;
  padding: 0.5rem;
  background-color: #f3eee8;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.home .home-intro .text-wrapper {
  padding: 2rem 0;
}
.home .home-intro .text-wrapper h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.home .home-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #282828;
  color: #fff;
}
.home .home-about h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.home .home-about p {
  text-align: justify;
}
.home .home-featured-products {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home .home-featured-products h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.home-featured-products .inner,
.category .inner {
  padding: 2rem 0;
}
.home-featured-products .inner .origin,
.category .inner .origin {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.home-featured-products .inner .origin .fa-solid,
.category .inner .origin .fa-solid {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
.home-featured-products .inner .origin a.page-name,
.category .inner .origin a.page-name {
  text-decoration: none;
  color: inherit;
}
.home-featured-products .inner .origin a.page-name:hover,
.category .inner .origin a.page-name:hover {
  text-decoration: underline;
}
.home-featured-products .inner .product-cards,
.category .inner .product-cards {
  display: flex;
  flex-wrap: wrap;
}
.home-featured-products .inner .product-cards .product-card,
.category .inner .product-cards .product-card {
  position: relative;
  width: calc(100% + 0px);
  padding: 1.5rem;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.home-featured-products .inner .product-cards .product-card .image,
.category .inner .product-cards .product-card .image {
  display: flex;
  width: 100%;
  max-height: calc(100vw - 72px);
  margin-bottom: 1rem;
  transition: all 0.25s ease-in-out;
}
.home-featured-products .inner .product-cards .product-card .image img,
.category .inner .product-cards .product-card .image img {
  width: 100%;
}
.home-featured-products .inner .product-cards .product-card .content a.title,
.category .inner .product-cards .product-card .content a.title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.home-featured-products .inner .product-cards .product-card .content a.title:hover,
.category .inner .product-cards .product-card .content a.title:hover {
  text-decoration: underline;
}
.home-featured-products .inner .product-cards .product-card .content p.snippet,
.category .inner .product-cards .product-card .content p.snippet {
  margin-bottom: 0;
  text-align: center;
  opacity: 1;
  transition: all 0.125s linear;
}
.home-featured-products .inner .product-cards .product-card .read-more,
.category .inner .product-cards .product-card .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 345px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.home-featured-products .inner .product-cards .product-card .read-more .read-more-btn,
.category .inner .product-cards .product-card .read-more .read-more-btn {
  color: #cb2f24;
  border: 2px solid #cb2f24;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  text-decoration: none;
  font-weight: 700;
}
.article .inner {
  padding: 2rem 0;
}
.article .inner .origin {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.article .inner .origin .fa-solid {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
.article .inner .origin a.page-name {
  text-decoration: none;
  color: inherit;
}
.article .inner .origin a.page-name:hover {
  text-decoration: underline;
}
.article .inner .article-single {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.article .inner .article-single.image-position-right .image {
  order: 1;
}
.article .inner .article-single.image-position-left .image {
  order: 0;
}
.article .inner .article-single .image {
  display: flex;
  width: 100%;
  max-height: calc(100vw - 24px);
  margin-bottom: 3rem;
}
.article .inner .article-single .image img {
  width: 100%;
}
.article .inner .article-single .highlight {
  background-color: #8ed019;
}
.article .inner .article-single .content img {
  max-width: 100%;
  height: auto;
}
.article .inner .article-single .content table td {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ccc;
}
.article .inner .gallery {
  margin-bottom: 3rem;
}
.article .inner .gallery .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.article .inner .gallery .wrapper a.thumb {
  display: block;
  width: calc(50% - 2px);
  margin: 1px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.article .inner .gallery .wrapper a.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .inner .video {
  margin-bottom: 3rem;
}
.article .inner .video .wrapper a.thumb {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
.article .inner .video .wrapper a.thumb .fa-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  font-size: 6rem;
  color: #fff;
  z-index: 1;
  width: auto;
  height: auto;
}
.article .inner .video .wrapper a.thumb .fa-youtube:before {
  filter: drop-shadow(2px 4px 6px black);
}
.article .inner .video .wrapper a.thumb .title {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #000;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.33);
  max-width: calc(100% - 2rem);
}
.article .inner .video .wrapper a.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.static-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #181818;
  color: #f2f2f2;
}
.footer h2 {
  font-size: 1.5rem;
}
.footer h2:after {
  background-color: #cb2f24;
}
.footer .container {
  position: relative;
}
.footer .container [class*=col] {
  padding-bottom: 2rem;
}
.footer .container .address {
  z-index: 1;
}
.footer .container .about .text-block {
  margin-bottom: 3rem;
}
.footer .container .social .icons-wrapper .social-link {
  display: inline-block;
  margin-right: 0.75rem;
  color: #fff;
}
.footer .container .social .icons-wrapper .social-link .social-icon {
  font-size: 2.5rem;
}
.credits {
  padding: 0.75rem 0;
  background-color: #000;
  color: #fff;
}
.credits [class*=col] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.credits [class*=col] a {
  color: #fff;
  text-decoration: none;
}
.credits [class*=col] a:hover {
  text-decoration: underline;
}
#map {
  margin-top: 2rem;
  height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#map.home {
  margin-top: 0;
}
#map iframe {
  height: 100%;
}
#cookie {
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #000;
  color: #fff;
  padding: 1.5rem 2rem;
  position: fixed;
  width: 275px;
  border-radius: 0.25rem;
  z-index: 100;
}
#cookie:after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 90%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: solid 8px rgba(0, 0, 0, 0.8);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
#cookie p {
  margin: 0;
  color: #fff;
  font-family: 'Asap Condensed', sans-serif;
}
#cookie p #cookie-more a {
  color: #f2f2f2;
  text-decoration: none;
}
#cookie p #cookie-more a:hover {
  text-decoration: underline;
}
#cookie p #cookie-btn {
  display: inline-block;
}
.contact-data .sub-block {
  margin-top: 3rem;
}
.contact-data .text-block {
  margin-bottom: 2rem;
}
.contact-data .text-block p {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 1rem;
}
.contact-data .text-block p [class*=fa-] {
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.social-icons [class*=fa-] {
  color: #f2f2f2;
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.menu {
  position: absolute;
  top: 65px;
  z-index: 3;
  display: none;
  background-color: #424241;
}
.menu .container .main-menu ul:not(.level-1) {
  display: none;
  padding-left: 1.5rem;
}
.menu .container .main-menu ul {
  margin: 0;
  padding: 0;
}
.menu .container .main-menu ul li {
  list-style-type: none;
}
.menu .container .main-menu ul li a {
  font-family: 'Asap Condensed', sans-serif;
  position: relative;
  display: block;
  padding: 0.75rem 0;
  color: #fff;
  text-decoration: none;
}
.menu .container .main-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu .container .main-menu ul li.dropdown a .expand-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.05s linear;
}
.menu .container .main-menu ul li.dropdown a .expand-icon-rotate {
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 991px) {
  .menu {
    left: 1rem;
    right: 1rem;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.5);
  }
  .menu .container .main-menu ul.level-2 li a {
    color: rgba(255, 255, 255, 0.666);
  }
}
@media (min-width: 992px) {
  .menu {
    position: sticky;
    display: block;
    top: 80px;
    background-color: #cb2f24;
  }
  .menu .container .main-menu ul.level-1 > li {
    display: inline-block;
    padding-right: 1.25rem;
  }
  .menu .container .main-menu ul.level-1 > li > a {
    padding: 1rem 0;
    transition: all 0.125s linear;
  }
  .menu .container .main-menu ul.level-1 > li > a:after {
    display: none;
  }
  .menu .container .main-menu ul:not(.level-1) {
    z-index: 1;
    padding-left: 0;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  }
  .menu .container .main-menu ul.level-2,
  .menu .container .main-menu ul.level-3,
  .menu .container .main-menu ul.level-4 {
    position: absolute;
    top: 56px;
    left: -1rem;
    background-color: #181818;
    width: 250px;
  }
  .menu .container .main-menu ul.level-2 li:last-child a:after,
  .menu .container .main-menu ul.level-3 li:last-child a:after,
  .menu .container .main-menu ul.level-4 li:last-child a:after {
    display: none;
  }
  .menu .container .main-menu ul.level-2 a,
  .menu .container .main-menu ul.level-3 a,
  .menu .container .main-menu ul.level-4 a {
    padding-left: 1rem;
  }
  .menu .container .main-menu ul.level-2 a:after,
  .menu .container .main-menu ul.level-3 a:after,
  .menu .container .main-menu ul.level-4 a:after {
    left: 1rem;
    right: 1rem;
  }
  .menu .container .main-menu ul.level-3,
  .menu .container .main-menu ul.level-4 {
    top: 0;
    left: 0;
    transform: translateX(100%);
    border-left: 1px solid #333;
  }
  .menu .container .main-menu ul.level-4 {
    left: -1px;
  }
  .menu .container .main-menu ul li.dropdown {
    position: relative;
  }
  .menu .container .main-menu ul li.dropdown a {
    padding-right: 1.25rem;
  }
  .menu .container .main-menu ul li.dropdown .expand-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.125s linear;
  }
  .menu .container .main-menu ul li.dropdown:hover > ul {
    display: block;
  }
  .menu .container .main-menu ul.level-2 li.dropdown .expand-icon,
  .menu .container .main-menu ul.level-3 li.dropdown .expand-icon,
  .menu .container .main-menu ul.level-4 li.dropdown .expand-icon {
    right: 0.75rem;
  }
  .menu .container .misc-menu {
    display: none;
  }
  .home-featured-products .inner .product-cards .product-card,
  .category .inner .product-cards .product-card {
    min-height: 470px;
  }
  .home-featured-products .inner .product-cards .product-card:hover,
  .category .inner .product-cards .product-card:hover {
    z-index: 1;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.125);
  }
  .home-featured-products .inner .product-cards .product-card:hover .image,
  .category .inner .product-cards .product-card:hover .image {
    transform: scale(1.075);
  }
  .home-featured-products .inner .product-cards .product-card:hover .content .snippet,
  .category .inner .product-cards .product-card:hover .content .snippet {
    opacity: 0;
  }
  .home-featured-products .inner .product-cards .product-card:hover .read-more,
  .category .inner .product-cards .product-card:hover .read-more {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .category .inner .product-cards .product-card .image {
    max-height: calc(540px - 72px);
  }
  .article .inner .article-single .image {
    max-height: calc(540px - 24px);
  }
  .credits [class*=col]:last-child {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .home .home-intro {
    background-image: url(images/home.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-color: #f1f1f1;
  }
  .home .home-intro .text-wrapper {
    padding-right: 2rem;
  }
  .home-featured-products .inner .product-cards .product-card,
  .category .inner .product-cards .product-card {
    width: calc(50% + 0px);
  }
  .home-featured-products .inner .product-cards .product-card .image,
  .category .inner .product-cards .product-card .image {
    max-height: calc((720px / 2) - 60px);
  }
  .article .inner .article-single .image {
    max-height: calc(720px - 24px);
  }
}
@media (min-width: 992px) {
  .header {
    height: 80px;
    border-bottom: 0;
  }
  .header .container .inner .mobile-menu-btn {
    display: none;
  }
  .header .container .inner .misc-menu {
    position: relative;
    top: 12px;
    display: block;
    margin-left: auto;
  }
  .header .container .inner .misc-menu ul {
    margin-bottom: 0;
  }
  .header .container .inner .misc-menu ul li {
    display: inline-block;
  }
  .header .container .inner .misc-menu ul li a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.125s linear;
  }
  .header .container .inner .misc-menu ul li a .flag {
    margin-right: 0.25rem;
  }
  .header .container .inner .misc-menu ul li a .extra-icon {
    display: none;
  }
  .header .container .inner .misc-menu ul li a:after {
    display: none;
  }
  .header .container .inner .misc-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .header .container .inner .misc-menu ul li.search {
    padding: 0;
    width: 250px;
  }
  .carousel .carousel-item {
    height: 50vh;
  }
  .home .home-intro .text-wrapper {
    padding: 6rem 6rem 6rem 0;
  }
  .home-featured-products .inner .product-cards .product-card,
  .category .inner .product-cards .product-card {
    width: calc(33.3333% + 0px);
  }
  .home-featured-products .inner .product-cards .product-card .image,
  .category .inner .product-cards .product-card .image {
    max-height: calc((960px / 3) - 56px);
  }
  .home-featured-products .inner .product-cards .product-card .read-more,
  .category .inner .product-cards .product-card .read-more {
    top: 385px;
  }
  .article .inner .article-single {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .article .inner .article-single .image {
    width: 45%;
    height: 421px;
    margin-bottom: 0;
    margin-right: 5%;
  }
  .article .inner .article-single .content {
    flex: 1;
  }
  .article .inner .article-single.image-position-right .content {
    padding-right: 1rem;
  }
  .article .inner .article-single.image-position-left .content {
    padding-left: 1rem;
  }
  .article .inner .article-single.image-width-25 .image {
    width: 25%;
  }
  .article .inner .article-single.image-width-33 .image {
    width: 33%;
  }
  .article .inner .article-single.image-width-50 .image {
    width: 50%;
  }
  .article .inner .article-single.image-width-67 .image {
    width: 67%;
  }
  .article .inner .article-single.image-width-75 .image {
    width: 75%;
  }
  .article .inner .article-single.image-width-100 .image {
    width: 100%;
  }
  .article .inner .article-single.image-width-100.image-position-left .image {
    margin-bottom: 2rem;
  }
  .article .inner .article-single.image-width-100 .content {
    padding-left: 0;
    padding-right: 0;
  }
  .article .inner .article-single.no-image .content {
    padding-left: 0;
    padding-right: 0;
  }
  .article .inner .gallery .wrapper a.thumb {
    width: calc(25% - 2px);
  }
  .article .inner .video .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
  }
  .article .inner .video .wrapper a.thumb {
    margin-left: 1px;
    margin-right: 1px;
    width: calc(50% - 2px);
  }
  .static-page.contact .text-block:last-child {
    margin-bottom: 0;
  }
  .static-page.contact #map {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .home-featured-products .inner .product-cards .product-card,
  .category .inner .product-cards .product-card {
    width: calc(25% + 0px);
  }
  .home-featured-products .inner .product-cards .product-card .image,
  .category .inner .product-cards .product-card .image {
    max-height: calc((1140px / 4) - 54px);
  }
  .home-featured-products .inner .product-cards .product-card .read-more,
  .category .inner .product-cards .product-card .read-more {
    top: 345px;
  }
  .article .inner .article-single .image {
    height: 502px;
  }
}
@media (min-width: 1400px) {
  .home-featured-products .inner .product-cards .product-card .image,
  .category .inner .product-cards .product-card .image {
    max-height: calc((1320px / 4) - 54px);
  }
  .home-featured-products .inner .product-cards .product-card .read-more,
  .category .inner .product-cards .product-card .read-more {
    top: 390px;
  }
  .article .inner .article-single .image {
    height: 583px;
  }
}
.btn {
  padding: 0.5rem 1.25rem;
}
.btn-primary {
  color: #fff;
  background-color: #cb2f24;
  border-color: #cb2f24;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #cb2f24;
  border-color: #cb2f24;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 113, 158, 0.75);
}
.email-status {
  cursor: pointer;
  display: none;
}
.error {
  border-color: #f5c2c7;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}
.carousel__button.is-prev,
.carousel__button.is-next {
  top: 52.5%;
}
.tns-nav {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.tns-nav button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
  background-color: #ccc;
  border-radius: 0.5rem;
  border: 0;
}
.tns-nav button.tns-nav-active {
  background-color: #f3eee8;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #fff;
}
.xl-heading {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.btn-call-to-action {
  display: inline-block;
  box-shadow: 0 0 1px 2px #424241;
  border-radius: 0.25rem;
  color: #181818;
  padding: 0.675rem 1.125rem;
  position: relative;
  text-decoration: none;
  transition: all 0.125s linear;
  font-weight: 700;
}
.btn-call-to-action .fa-solid {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.125s linear;
}
.btn-call-to-action:hover {
  padding-right: 2rem;
  color: inherit;
}
.btn-call-to-action:hover .fa-solid {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
  background-size: 50%;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=main.css.map */