/** Shopify CDN: Minification failed

Line 210:0 Expected "}" to go with "{"

**/
/************************
ROOT ADJ
*/

:root {
  --DTFontSizeBase: 16px;
}


/************************
FONTS
*/

body {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
  color: #333;
}

h1 {
  font-family: "Antonio", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  font-family: "Antonio", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: "aviano", serif !important;
  font-weight: 400;
  font-style: normal;
}
h3, h3 a {
    font-size: 1.15em !important;
}
h4, h5, h6 {
  font-family: "Antonio", sans-serif !important;
}
p, button, li {
  font-family: "Antonio", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/************************
Footer
*/

#footer .contacts-data {
  font-size: 16px !important;
}

#footer p.custom-contacts {
  text-align: center;
  font-size: 16px;
  background-color: var(--DTBodyBGColor);
}

footer .footer__payment-icons {
  display: none !important;
}

footer .site-footer__bottom .footer__copyright {
  width: 100%;
}

footer .dt-sc-list-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-content: end;
  width: 100%;
  border-bottom: 0px none;
  padding-bottom: 10px;
}

.site-footer .footer-menu {
  width: 90%;
}

div.social_media {
  text-align: center;
  margin: 0 auto !important;
  margin-top: 10px;
  border-top: 1px solid var(--DTPrimaryColor);
  width: 100%;
  padding-top: 15px;
}

div.social_media .social-title {
  text-align: center;
}



/************************
Products
*/

#container.shifter-page.is-moved-by-drawer {
  background-image: url("/cdn/shop/files/Frame_1214134221-left.webp?v=1750170160") !important;
}
.product-description-product-template
  .product-meta-block
  .product-title::after {
  content: "" !important;
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  background-image: none !important;
}

li.product-grid-item {
  border: 2px solid var(--DTPrimaryColor);
  padding: 15px;
}

.product__display-grid__header {
  font-size: 1.1rem !important;
}

.products .product-container .badge .badge__text {
  width: 60px;
}

.products .product-detail .product_desc {
    font-size: var(--DTFontSizeBase);
    opacity: 1;
}
.products .product-detail .grid-link__title {
    font-size: var(--DTFontSize_H6);
}


/*************************
Nav
*/

nav .logo img {
  max-height: 70px !important;
}

/***********************************************************************************/
/* Responsive */
/***********************************************************************************/

@media (max-width: 767px) {
  footer .site-footer__bottom .footer__copyright {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap: 64px;
    text-align: center !important;
    border-bottom: 1px solid var(--DTPrimaryColor) !important;
  }

  .site-footer .footer_menu {
    flex-direction: column !important;
    text-align: center !important;
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .exp__dd-timeslots,
  .exp__dd-quantity {
    min-width: initial !important;
  }
}

@media only screen and (min-width: 768px) {
  ul.dt-nav li > div.sub-menu-block {
    width: 300px !important;
  }
}

@media (min-width: 1541px) {
  /***************************************************************************************
  HOME Slider 
  */
  .dt-sc-slider-image .heading-group p {
    font-size: 2rem !important;
  }
  .dt-sc-slider-image .heading-group h2 {
    font-size: 3.8rem !important;
  }
  .dt-sc-slider-content p {
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 749px){
.banner__text.subtitle {
    font-size: 50px;
}
