/** Shopify CDN: Minification failed

Line 697:23 Expected identifier but found whitespace
Line 697:24 Unexpected "1.5px"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body, html{
  overflow-x:hidden;
}
body{
  height:100vh;
}
html {
  scroll-behavior: smooth;
}
p{
  letter-spacing:0 !important;
}
header.header {
    display: flex;
    justify-content: space-between;
    padding-top:0;
    padding-bottom:0;
}
.header__heading, .get-in-touch {
    width: 20%;
}
nav.header__inline-menu {
    width: 60%;
}
.header__inline-menu {
    text-align: center;
}
.get-in-touch{
  text-align:right;
}
.header__heading-link {
    max-width: 117px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.header__heading-logo {
    width: 100%;
}
.header__menu-item {
    padding: 31px 20px !important;
}
.header__inline-menu .header__menu-item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #212020 !important;
    position: relative;
}
.header__inline-menu .header__menu-item:hover span:after, .header__inline-menu .header__menu-item .header__active-menu-item:after {
    width: 22px;
}
.header__inline-menu .header__menu-item span:after {
     content: "";
    width: 0px;
    height: 2px;
    background: #212020;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition:all 0.2s;
}
.header__inline-menu .header__menu-item span, .header__inline-menu .header__menu-item:hover {
    text-decoration: none !important;
}
.button.button--primary:after, .button.button--primary:before {
    box-shadow:none !Important;
}
.button.button--primary:hover {
    transform: none !important;
    box-shadow: none !important;
}
.button.button--primary {
    height: unset !important;
    min-height: unset;
    padding: 12px 30px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}
.button.button--primary {
    transition: all 0.15s !important;
    background:#000000;
}
.button.button--primary:hover {
    transform: scale(1.03) !important;
}
.header__inline-menu {
    position: relative;
}
.header__inline-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #DDDDDD;
}
.header__inline-menu:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #DDDDDD;
}
.button.button--primary:before {
    width: 100%;
    height: 100%;
    border: 1px solid #000000!important;
    top: 8px;
    left: 8px;
    z-index: -1!important;
}
.get-in-touch {
    z-index: 0;
}
.get-in-touch a:before {
    display: none !important;
}
.background-story .button.button--primary {
    background: #ffffff;
}
.background-story .button.button--primary:before{
  border: 1px solid #ffffff!important;
}
.cst-image-with-text .image-with-text__content {
    padding: 0;
}
.cst-image-with-text .image-with-text__heading {
    font-size: 63px;
    font-weight: 600;
    line-height: 1.15;
}
.cst-image-with-text .image-with-text__media {
    padding: 0 !important;
}
.cst-image-with-text .image-with-text__media img {
    position: static !important;
}

.banner_cont_main {
    width: 100%;
}
.banner_cont_main .image-with-text__text-item.grid__item {
    width: 60%;
}
.banner_rigt_img {
    position: absolute!important;
    right: 0;
    top: 0!important;
    max-width: 40%!important;
    width: 100%!important;
}
/* .banner_rigt_img img {
    height: 100% !important;
    object-position: top;
    object-fit: cover;
} */
/* .banner_rigt_img, .cst-image-with-text .image-with-text__media {
     height: 100%;
} */
.cst-image-with-text {
    padding: 0 !important;
    overflow: hidden;
}
.banner_cont_main {
    padding: 70px 0 0;
}
.image-with-text__text p {
    line-height: 1.5;
    color: #212020B2 !important;
}
.cst-image-with-text .image-with-text .image-with-text__text-item>*{
  overflow:visible;
}
.image-with-text__text--caption.subtitle {
    font-size: 19px;
    line-height: 1.5;
    font-family: Playfair Display;
    font-weight: 400;
    color: #212020b2;
    font-style: italic;
    margin-top: 30px!important;
    /* margin-bottom: 70px; */
  margin-bottom: 0px;
}
.contact-info-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
.contact-info-wrapper .location, .contact-info-wrapper .email  {
    display: flex;
    align-items: center;
      gap: 12px;
}
.contact-info-wrapper .location span, .contact-info-wrapper .email span{
  display: flex;
    align-items: center;
}
.contact-info-wrapper .location p {
    margin: 0;
}
.contact-info-wrapper .email, .contact-info-wrapper .location{
    padding-top: 22px;
    padding-bottom: 22px;
}
.contact-info-wrapper .email {
    padding-right: 30px;
}
.contact-info-wrapper .location {
    padding-left: 30px;
}
.contact-info-wrapper .email {
    border-right: 1px solid #DDDDDD;
}
.contact-info-wrapper {
    position: relative;
}
.contact-info-wrapper:before {
    content: '';
    top: 0;
    position: absolute;
    width: 1920px;
    height: 1px;
    background: #dddddd;
    left: -50%;
}
.contact-info-wrapper a, .contact-info-wrapper p {
    color: #212020;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.background-story {
    padding: 70px 0 120px!important;
    background: #000!important;
    color: #fff;
}
.background-story .image-with-text__content {
    background: #000000;
}
.background-story .image-with-text__text p {
    color: #FFFFFFB2 !important;
}
.background-story .image-with-text__media-item .inner_img_main {
    display: flex;
    align-items: center;
    background: #000000 !important;
    overflow: visible!important;
    border: 0 !important;
}
.inner_img_main:after {
    display: none;
}
.inner_image img{
  width:100%;
}
.inner_image.img_1 {
    width: 55%;
}
.inner_image.img_2 {
    width: 42%;
}
.background-story .image-with-text__text--caption.subtitle {
    color: #ffffffb2!important;
    margin-bottom: 0;
}
.inner_image.img_1 img{
  margin-top: -130px;
}
.inner_image.img_2 img {
    margin-bottom: -130px;
    margin-left: -70px;
    z-index: -1;
    position: relative;
}
.inner_image.img_1 {
    position: relative;
}
.inner_image.img_1:before {
    content: "";
    width: 100%;
    height: calc(100% + 110px);
    border: 1px solid #ffffff;
    position: absolute;
    top: -150px;
    left: -20px;
    z-index: -1;
}
.background-story .image-with-text__content {
    padding: 0;
    justify-content:center;
}
.inner_img_main{
    padding-top: 150px;
    padding-bottom:40px;
}
.background-story .image-with-text__heading {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
}
.cst-about-section .image-with-text__heading {
    font-size: 50px;
    font-weight: 600;
}
.cst-about-section .image-with-text__content {
    padding: 0;
    justify-content: center;
}
.image-with-text__media img {
    width: 100%;
}
.cst-about-section .image-with-text .image-with-text__grid:first-child {
    margin-bottom: 50px;
}
.cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media-item {
    padding-left: 100px;
}
.cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media-item {
    padding-right: 100px;
}

.cst-about-section .image-with-text__media-item .image-with-text__media {
    position: relative;
    line-height: 0;
    overflow:visible !important;
}
.cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    border: 1px solid #0000004D;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    border: 1px solid #0000004D;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cst-about-section {
    padding: 110px 0 !important;
    position:relative;
}
.cst-about-section:before {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 600px;
    position: absolute;
    background: #00000014;
    max-width: 435px;
}
.cst-about-section:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    position: absolute;
    background: #00000014;
    max-width: 435px;
}
.meet_family_main .title-wrapper-with-link {
    justify-content: center;
    text-align: center;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.meet_family_main .title-wrapper-with-link .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.meet_family_main .page-width {
    padding-top: 90px;
    padding-bottom: 90px;
}
.meet_family_main .title-wrapper-with-link p {
    line-height: 1.5;
    margin: 0;
}
.meet_family_main .multicolumn-card {
    background: transparent !important;
}
.meet_family_main .multicolumn-card__image-wrapper{
    margin: 0;
    padding:0;
}
.meet_family_main .multicolumn-card__info {
    padding: 20px 0 !important;
}
.meet_family_main .multicolumn-card__info .inline-richtext {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    font-style: italic;
    color:#212020;
}
.meet_family_main .multicolumn-card__info p {
    color: #212020;
    line-height: 1.5;
}
.meet_family_main .media {
    position: relative;
    overflow:visible !important;
}
.meet_family_main .multicolumn-list__item:first-child .media:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 1.5px solid #0000004D;
}
.meet_family_main .multicolumn-list__item:last-child .media:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 1.5px solid #0000004D;
}
.meet_family_main .multicolumn-list {
    margin-top: 60px !important;
}
.authentic-italian-unity .inner_image.img_1 img {
    margin-top: 0;
}
.authentic-italian-unity .inner_image.img_2 img {
    margin-bottom: 0px;
    margin-left: -70px;
    z-index: 0;
    position: relative;
}
.authentic-italian-unity .inner_image.img_1:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF4D;
    position: absolute;
    top: 20px;
    left: -20px;
    z-index: -1;
}
.authentic-italian-unity .inner_img_main {
    padding-top: 0;
    padding-bottom: 0;
}
.authentic-italian-unity .background-story {
    padding: 70px 0 80px!important;
}
.authentic-italian-unity .inner_image.img_2 {
    width: 45%;
}
.the-mercato-experience .inner_image.img_2 img {
    margin-bottom: -100px;
    margin-left: -70px;
    z-index: -1;
    position: relative;
}
.the-mercato-experience .inner_image.img_1 img {
    margin-top: -100px;
}
.the-mercato-experience .inner_image.img_1:before {
    height: calc(100% + 80px);
    top: -120px;
    left: -20px;
  border: 1px solid #FFFFFF4D;
  }
.the-mercato-experience .inner_img_main {
    padding-top: 120px;
    padding-bottom: 10px;
}
.cst-about-section .image-with-text__media{
    height: auto !important;
    min-height: auto !important;
}
.banner_rigt_img, .banner_rigt_img .image-with-text__media{
  height:100%;
}
footer {
    background: #000000 !important;
}
.footer-block__details-content .contact-info-wrapper:before {
        display: none !important;
}
.footer-block__details-content .contact-info-wrapper {
    flex-direction: column;
}
.footer-block__details-content .contact-info-wrapper .email, .footer-block__details-content .contact-info-wrapper .location {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-block__details-content .contact-info-wrapper .location {
    padding-left: 0;
}
.footer-block__details-content .contact-info-wrapper .email {
    padding-right: 0;
      border-right: 0;
}
.footer-block__details-content .contact-info-wrapper .location p,
.footer-block__details-content .contact-info-wrapper .email a{
    color: #fff;
}
.footer-block__details-content .contact-info-wrapper {
    align-items: flex-start;
    gap: 12px;
}
.footer-block__brand-info .list-social__item a {
    padding: 0;
    text-decoration: none;
     gap: 5px;
}
.footer-block__brand-info .list-social__item {
    margin-bottom: 10px;
}
.footer-block h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-bottom: 12px;
    position: relative;
}
.footer-block h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background: #FFFFFF66;
}
.footer-block__details-content.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}
.footer-block__details-content.list-unstyled li {
    width: 50%;
    margin: 0 !important;
}
.footer__blocks-wrapper{
  gap:0 !important;
}
.footer__blocks-wrapper .footer-block {
    padding: 30px 30px;
}
.footer__content-bottom {
    border-top: 1px solid #FFFFFF0F;
}
.footer__content-bottom-wrapper {
    justify-content: space-between;
}
.footer__copyright.caption {
    margin: 0;
}
.footer__content-bottom{
  padding:0 !important;
  border:0 !important;
}
.footer__content-bottom .footer__content-bottom-wrapper{
    padding-top: 20px !important;
}
footer.footer {
    padding: 60px 0 15px;
}
footer.footer .copyright__content {
    font-size: 12px;
    color: #FFFFFFB2;
}
.footer__content-top {
    padding-bottom: 0 !important;
}
.footer__content-bottom .footer__content-bottom-wrapper:first-child {
    display: none;
}
.footer__content-top .footer__blocks-wrapper {
    padding-bottom: 0;
    border-top: 1px solid #FFFFFF0F;
    border-bottom:1px solid #FFFFFF0F;
}
.footer__blocks-wrapper .footer-block {
    border-right: 1px solid #FFFFFF0F;
}
.footer-block__image-wrapper {
    margin: 0;
}
.footer-block {
    width: 21% !important;
}
.footer__blocks-wrapper .footer-block:last-child {
    border: 0;
    padding-right: 0;
    width: 35% !important;
}
.footer__blocks-wrapper .footer-block:first-child {
    padding-left: 0;
}
.footer__content-bottom {
    transform: unset !important;
}
.footer-block__details-content .list-menu__item--link {
    padding: 0;
}
.footer-block__details-content .list-menu__item--link {
    padding: 0;
    font-size: 15px;
}
.feat_services_main .title-wrapper-with-link > * {
    width: 100%;
    max-width: 50%;
}
.feat_services_main .title-wrapper-with-link {
    gap: 0;
    align-items: flex-start;
}
.feat_services_main .title, .slider_image_text .title {
    font-size: 50px;
    font-weight: 600;
}
.feat_services_main .multicolumn-card__image-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.feat_services_main .multicolumn-card {
    background: transparent !important;
}
/* .feat_services_main .multicolumn-card__info {
    position: absolute;
    top: calc(100% - 100px);
    left: 0;
    background: #fff;
    width: calc(100% - 40px);
    padding: 20px 40px 20px 0;
} */

.feat_services_main .multicolumn-card__info {
    position: relative;
    background: #fff;
    width: calc(100% - 40px);
    padding: 20px 40px 20px 0;
    margin-top: -50px;
}
.feat_services_main .multicolumn-list {
    /* margin-bottom: 140px !important; */
    padding-bottom: 50px;
}
.feat_services_main .multicolumn-card__info h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
.feat_services_main .multicolumn-card__info p {
    line-height: 1.5;
}
.feat_services_main {
    padding: 70px 0;
}
.feat_services_main .page-width {
    padding-top: 0;
    padding-bottom: 0;
}
.gift_card_main .rich-text__blocks {
    width: 100%;
    max-width: 100%;
    border: 1px solid #DDDDDD;
    padding: 60px 100px;
}
.gift_card_main border: 1.5px solid #0000004D.rich-text__heading {
    font-size: 50px;
    font-weight: 600;
}
.gift_card_main .rich-text__blocks:before {
    content: '';
    border: 1.5px solid #0000004D;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.gift_card_main .rich-text__blocks {
    position: relative;
    z-index: 4;
    background: #ffffff !important;
}
.gift_card_main .rich-text__blocks:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.gift_card_main .rich-text__blocks > * {
    position: relative;
    z-index: 1;
}
.gift_card_main .rich-text.content-container {
    padding-top: 0;
    padding-bottom: 0;
}
.gift_card_main {
    padding-bottom: 110px;
}
.gift_card_main .rich-text__heading {
    font-size: 50px;
    font-weight: 600;
}
.gift_card_main .rich-text__caption {
    font-family: 'Playfair Display';
    font-style: italic;
    text-transform: none !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #212020B2;
    font-weight: 500;
}
.feat_services_main .multicolumn-card__info .link .icon-wrap {
    display: none;
}
.feat_services_main .multicolumn-card__info .link:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: #000000;
    left: 0;
    transform: translateY(-50%);
}
.feat_services_main .multicolumn-card__info .link {
    position: relative;
    padding-left: 44px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 20px;
}
.cst-about-section .image-with-text__content .image-with-text__text--caption {
    font-family: 'Playfair Display';
    font-size: 18px;
    color: #212020;
    text-transform: unset !important;
    font-weight: 600;
    font-style: italic;
}
.mobile_icon_wrapper {
    width: 100%;
    max-width: 16px;
}
.mobile_icon_wrapper svg {
    width: 100%;
}
.mobile_icon_wrapper svg path{
  fill:#ffffff;
}
.list-menu--inline .get_in-touch {
    display: none;
}
.background-story .image-with-text__content {
    overflow: visible !important;
}
div#insta-feed h2 {
    font-weight: 600;
    line-height: 1.5;
}
div#insta-feed h2 a {
    display: block;
    font-style: italic;
    font-size: 30px;
    color:#000000;
}
     .popup {
    position: fixed;
    z-index: 9;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    background: #0000007a;
    width: 100%;
    height: 100%;
                padding:15px;
}
            
            .popup img {
              width: 100%;
              height: auto;
            }
      .cont_popup_main .popup_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
      .popup_in {
    background: #ffffff;
    color: #000000;
    padding: 50px;
    max-width: 700px;
    width: 100%;
          position:relative;
}
            
            .close-popup {
              position: absolute;
              bottom: 100%;
              font-size: 30px;
              cursor: pointer;
              color: #ffffff;
              left: 100%;
          }
      .hours_main_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
      .hour_day, .hour_time {
    width: 50%;
        padding:10px;
}
      .hour_time {
    text-align: right;
}
      .hours_main_in h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
      .hours_main_top {
    margin: 0 -10px;
}
      .popup_in h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 600;
}
      .address_main {
    margin-top: 20px;
    text-align: center;
}
.address_main p {
    color: #000000;
    font-size: 16px;
    margin: 10px 0 5px;
}
      .address_main p:last-child {
    margin: 0;
}
      .address_main h5 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
      .address_main a {
    color: #000000;
    text-decoration: none;
}
      .address_main {
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}
      .address_main a:hover {
    text-decoration: underline;
}
      .insta_icon-cst {
    display: block;
    text-align: center;
    margin-top: 10px;
          line-height:1;
}
      .insta_icon-cst svg path {
    fill: #000000;
}
.cst-about-section .page-width {
    position: relative;
    z-index: 1;
}
.feat_services_main .multicolumn-card__image {
    position:static !important;
    width: 100% !important;
}
.feat_services_main .media {
    padding-bottom: 0 !important;
}
.product-description-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}
body .product-description-slider .owl-nav button {
    background: #000 !important;
    margin-left: 10px;
    width: 40px;
    height: 40px;
}
body .product-description-slider .owl-nav button:hover {
    background: #444 !important;
} 

.product-description-slider .owl-nav button img {
    filter: invert(1);
    margin-top: 8px;
}
.product-description-slider h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0;
}
section.product-description-slider .image_slide_right img {
    height: 500px;
    object-fit: cover;
}
section.product-description-slider .basket-details {
    position: relative;
    background: #fff;
    width: calc(100% - 40px);
    padding: 20px 40px 20px 0;
    margin-top: -50px;
}
section.product-description-slider .basket-details .rte+ p {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.product-description-slider .rte li br {
    display: none;
}

.basket-details ul {
    list-style-position: outside;
}
.basket-details ul li {
    font-size: 15px;
}
.basket-details .title_price {
    display: flex;
    align-items: center;
  margin-bottom:1.5rem;
  gap:15px;
  justify-content:space-between;
}
.product-description-slider h3{
  margin:0;
}
.basket-details .title_price p {
    margin: 0;
}
.product-description-slider {
    padding-bottom: 100px;
}
.slider_image_text .title {
    margin-top: 0;
    margin-bottom: 10px;
}
.text_slider_main p a {
    color: #000;
}
.product-description-slider .bottom-part p {
    line-height: 1.5;
    font-family: Playfair Display;
    font-weight: 400;
    color: #212020b2;
    font-style: italic;
    font-size: 19px;
}
.modal-center-cst {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */

.image-modal-custom .modal-content {
    max-width: 800px;
    border-radius: 0px;
    border: 10px solid #A4C07F;
}
.image-modal-custom .email-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.image-modal-custom .text-content {
    width: 100%;
    max-width: 50%;
    text-align: left;
    padding-left: 20px;
}
.image-modal-custom .text-content h2 {
    margin-top: 0;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.image-modal-custom .image-wrap {
    width: 100%;
    max-width: 50%;
}
.image-modal-custom .image-wrap {
    padding-left: 20px;
    padding-bottom: 20px;
  position:relative;
  line-height:1;
}
.image-modal-custom .image-wrap img {
    position: relative;
}
.image-modal-custom .image-wrap:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #000;
    position: absolute;
    top: 20px;
    left: 0;
}
.image-modal-custom .modal-content{
  position:relative;
}
.image-modal-custom .modal-content {
    background-image: url(/cdn/shop/files/white-brush-stroke-texture-background_1_1.jpg?v=1727174840);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.image-modal-custom .modal-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 0;
    opacity: 0;
}
.image-modal-custom .close-btn {
    color: #000;
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 50px;
}
.image-modal-custom .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    z-index: 1;
}
.image-modal-custom .text-content p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins';
    font-weight: 400;
    color: #212020b2;
}
/* .image-modal-custom .text-content p {
    font-size: 19px;
    line-height: 1.5;
    font-family: Playfair Display;
    font-weight: 400;
    color: #212020b2;
    font-style: italic;
} */

/*  */

/* Media Here */
@media (max-width:1200px){

.image-modal-custom .modal-content {
    max-width: 550px;
}
  .image-modal-custom .text-content p {
    font-size: 15px;
}

  
  .cst-image-with-text .image-with-text__heading {
    font-size: 53px;
}
  .button.button--primary {
    font-size: 14px;
}
  .image-with-text__text--caption.subtitle, .product-description-slider .bottom-part p {
    font-size: 17px;
    margin-bottom: 30px;
}
  .slider_image_text .title, .background-story .image-with-text__heading, .cst-about-section .image-with-text__heading, .meet_family_main .title-wrapper-with-link .title, .feat_services_main .title, .gift_card_main .rich-text__heading {
    font-size: 40px;
}
  div#insta-feed h2  {
    font-size: 40px !important;
}

  .meet_family_main .multicolumn-card__info .inline-richtext {
    font-size: 23px;
}
  .feat_services_main .multicolumn-card__info h3, .product-description-slider h3 {
    font-size: 21px;
}  
}
  @media (max-width:1024px){
    .cst-image-with-text .image-with-text__heading {
    font-size: 45px;
}
    div#insta-feed h2 a {
    font-size: 22px;
}
    .slider_image_text .title, .background-story .image-with-text__heading, .cst-about-section .image-with-text__heading, .meet_family_main .title-wrapper-with-link .title, .feat_services_main .title, .gift_card_main .rich-text__heading {
    font-size: 35px;
}
    div#insta-feed h2  {
    font-size: 35px !important;
}
    .background-story {
    padding: 45px 0 75px!important;
}
    .cst-about-section {
    padding: 70px 0 !important;
    position: relative;
}
    .cst-about-section:before, .cst-about-section:after {
    height: 400px;
    max-width: 340px;

  }
.cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media-item {
    padding-left: 50px;
}
    .cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media-item {
    padding-right: 50px;
}
.cst-about-section .image-with-text__content .image-with-text__text--caption {
    font-size: 17px;
}
.feat_services_main .multicolumn-card__info h3, .product-description-slider h3 {
    font-size: 18px;
}
    .feat_services_main .multicolumn-list {
    margin-bottom: 200px !important;
}
    .feat_services_main .multicolumn-card__info {
    padding: 20px 15px 20px 0;
      margin-top: -40px;
}
    .feat_services_main .multicolumn-list {
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}
  .footer-block__details-content.list-unstyled li {
    width: 100%;
    margin: 0 !important;
}
    .get-in-touch .getintouch {
    padding: 12px 25px!important;
}
}


 @media (min-width:768px) and (max-width:991px){
      .meet_family_main .multicolumn-list__item {
    width: 30% !important;
    max-width: 33%;
}
      .feat_services_main .grid--3-col-desktop .multicolumn-list__item {
    width: 30% !important;
    max-width: 33% !important;
}
   .feat_services_main .grid--2-col-desktop .multicolumn-list__item {
    width: 48% !important;
    max-width: 50% !important;
}
    }
@media (max-width:989px){
  header.header {
    flex-direction: row-reverse;
}
  .header__icon--menu{
  width:100% !important;  
}
  .header__icon:not(.header__icon--summary), .header__icon span {
    justify-content: flex-end !important;
}
 .header header-drawer {
    width: 33.33%;
}
  .get-in-touch {
    display: none;
}
  .header__heading {
    width: 33.33%;
}
  header.header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
  section.product-description-slider .image_slide_right img {
    height: 450px;
}
/* header.header {
    flex-direction: row-reverse;
}
  .header__heading {
    text-align: left !IMPORTANT;
} */
}
@media(max-width:767px){
  .banner_rigt_img{
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
}
  .image-modal-custom .email-form {
    flex-direction: column;
}
  .modal-center-cst {
    padding: 0 15px;
}

  .image-modal-custom .image-wrap{
    display:none;
  }

.image-modal-custom .image-wrap, .image-modal-custom .text-content {
    width: 100%;
    max-width: 100%;
}
  .image-modal-custom .text-content {
    padding-left: 0;
    padding-top: 0;
}
  
  .product-description-slider .owl-nav {
    top: -60px;
}
.banner_cont_main {
    padding: 40px 0 0;
}
section.product-description-slider .image_slide_right img {
   height: auto;
}
  .footer__blocks-wrapper .footer-block {
    max-width: 50% !IMPORTANT;
}
  .footer__blocks-wrapper .footer-block:first-child, .footer__blocks-wrapper .footer-block:last-child {
    max-width: 100% !IMPORTANT;
}
  .banner_cont_main .image-with-text__text-item.grid__item {
    width: 100%;
}
  .popup_in {
    padding: 30px;
    max-width: 500px;
}
  .popup_in h3 {
    font-size: 20px;
}
  .hours_main_in h4 {
    font-size: 16px;
}
  .hour_day, .hour_time {
    padding: 5px;
}
.hours_main_top {
    margin: 0 -5px;
}
.address_main h5 {
    font-size: 17px;
}
.address_main p {
    font-size: 14px;
    margin: 8px 0 0px;
}
  div#insta-feed h2 a {
    font-size: 20px;
}
  /* .banner_rigt_img {
    position: absolute !important;
    right: 0;
    top: 0!important;
    max-width: 100%!important;
    width: 100%!important;
    opacity: 1;
}
  .banner_rigt_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff8a !important;
    z-index: 1;
} */
  .banner_cont_main .image-with-text__text-item.grid__item {
    width: 100%;
}
  .banner_cont_main .contact-info-wrapper:after {
    content: '';
    background: #ffffff;
    width: 200%;
    height: 100%;
    position: absolute;
    left: -130px;
    top: 0;
    z-index: -1;
}
  .banner_cont_main {
    z-index: 2;
}
  .banner_cont_main p {
    color: #000000 !important;
}
 .background-story .image-with-text__media-item, .background-story .image-with-text__text-item, .cst-about-section .image-with-text__media-item, .cst-about-section .image-with-text__text-item{
    width: 100% !important;
}
  .inner_img_main{
    justify-content:center;
  }
  .cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media-item, .cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media-item {
    padding: 0;
}
  .cst-about-section .image-with-text__grid:last-child {
    flex-direction: column-reverse;
}
  .cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media-item {
    margin-bottom: 40px;
}
  .cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media-item {
    margin-bottom: 20px;
}
  .meet_family_main .multicolumn-list__item:nth-child(2) {
    margin-bottom:20px;
  }
  .background-story .image-with-text__media-item {
    margin-bottom: 40px;
}
  .feat_services_main .title-wrapper-with-link > * {
    width: 100%;
    max-width: 100%;
}
  .cst-image-with-text .image-with-text__heading {
    font-size: 40px;
}
.slider_image_text .title, .background-story .image-with-text__heading, .cst-about-section .image-with-text__heading, .meet_family_main .title-wrapper-with-link .title, .feat_services_main .title, .gift_card_main .rich-text__heading {
    font-size: 30px;
}
  div#insta-feed h2  {
    font-size: 30px !important;
}
  .meet_family_main .multicolumn-card__info .inline-richtext {
    font-size: 20px;
}
  .background-story.the-mercato-experience .image-with-text__media-item {
    margin-bottom: 60px;
}
  .gift_card_main .rich-text__blocks {
    padding: 60px 60px;
}
  .footer-block {
    width: 100% !important;
}
  .footer__blocks-wrapper .footer-block {
   border-right:0;
    border-bottom: 1px solid #FFFFFF0F;
}
  .footer__blocks-wrapper .footer-block {
    padding: 25px 0!important;
    padding-left: 0;
}
  .footer-block__details-content .list-menu__item--link {
    padding-bottom: 0 !important;
}
  .footer__blocks-wrapper .footer-block:last-child {
    width: 100% !important;
}
  .footer-block__details-content.footer-block-image {
    margin: 0;
}
  .footer-block {
    margin: 0 !important;
}
  ul.footer-block__details-content {
    margin: 0 !important;
}
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0;
}
.footer__content-top .footer__blocks-wrapper {
    margin: 0;
}
  .footer-block__details-content.rte {
    margin: 0;
}
  .footer__content-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
}
  .footer__content-bottom-wrapper  .footer__copyright {
    text-align: center !important;
}
  footer.footer {
    padding: 40px 0 15px;
}
  .background-story {
    padding: 45px 0 45px!important;
}
.gift_card_main {
    padding-bottom: 70px;
}
  .gift_card_main .rich-text__blocks {
    padding: 50px;
}
  .feat_services_main {
    padding: 40px 0;
}
 .banner_cont_main .contact-info-wrapper .email {
    width: 100%;
}
 .banner_cont_main .contact-info-wrapper .location {
 width: 100%;
}
  .banner_cont_main .contact-info-wrapper {
    flex-direction: column;
}
  .banner_cont_main .contact-info-wrapper .email {
    border-right: 0;
    border-bottom: 1px solid #dddddd;
}
  .banner_cont_main .contact-info-wrapper .email, .banner_cont_main .contact-info-wrapper .location {
    justify-content: center;
    padding-left: 0;
}
.button.button--primary {
    text-align: center;
}
.footer__content-top.page-width {
    padding: 0 20px;
}
  .text_slider_main .owl-slider {
    margin-top: 60px;
}
  .product-description-slider {
    padding-bottom: 40px;
}
.image-modal-custom .text-content h2 {
    font-size: 27px;
}

  
} 
@media (max-width:749px){
  .footer-block__details-content.footer-block-image {
    justify-content: flex-start;
}
  .footer__blocks-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}
}
@media (max-width:575px){
  .cst-image-with-text .image-with-text__heading {
    font-size: 30px;
}
  .slider_image_text .title, .background-story .image-with-text__heading, .cst-about-section .image-with-text__heading, .meet_family_main .title-wrapper-with-link .title, .feat_services_main .title, .gift_card_main .rich-text__heading {
    font-size: 25px;
}
  div#insta-feed h2  {
    font-size: 25px !important;
}
.background-story .image-with-text__media-item {
    max-width: 400px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.inner_image.img_2 img {
    margin-bottom: unset;
    margin-left: -70px;
    z-index: -1;
}
.inner_image.img_1:before {
    top: -140px;
    left: -10px;
}
.background-story .image-with-text__media-item {
    margin-bottom: 0;
}
  .cst-about-section .image-with-text .image-with-text__grid:first-child .image-with-text__media:before {
    top: -10px;
    right: -10px;
}
.cst-about-section .image-with-text .image-with-text__grid:last-child .image-with-text__media:before {
    top: 10px;
    left: -10px;
}
.meet_family_main .multicolumn-list__item:first-child .media:before, .meet_family_main .multicolumn-list__item:last-child .media:before {
  display:none;
}
.authentic-italian-unity .inner_image.img_1:before {
    top: 10px;
    left: -10px;
}
  .authentic-italian-unity .image-with-text__media-item {
    margin-bottom: 30px;
  }
.gift_card_main .rich-text__blocks:before {
    top: 10px;
    left: -10px;
}
.gift_card_main .rich-text__blocks {
    padding: 30px;
}  
.the-mercato-experience .inner_image.img_1:before {
    top: -110px;
    left: -10px;
}
.background-story.the-mercato-experience .image-with-text__media-item {
    margin-bottom: 80px;
}
.footer__content-bottom .footer__content-bottom-wrapper {
    gap: 0;
}
.background-story {
    padding: 10px 0 45px!important;
}
  .meet_family_main .page-width {
    padding-top: 45px;
    padding-bottom: 45px;
}
.authentic-italian-unity, .the-mercato-experience {
    padding-top: 45px !important;
}
.inner_img_main{
    position: relative;
    left: 35px;
}
.close-popup {
    left: unset !important;
    right: 0;
}
}
@media (max-width:400px){
 .popup_in {
    padding: 25px 20px !important;
}
.hours_main_in h4 {
    font-size: 14px;
}
.address_main h5 {
    font-size: 16px;
}
.address_main p {
    font-size: 13px;
}
.popup_in h3 {
    font-size: 18px;
}
}