:root {
    --green:#bae8d4;
    --purple:#43234c;
    --pink:#e7cbef;
    --blue:#afd9e9;
    --darkblue:#050e3c;
    --black:#00211a;
    --pinky:#ffc9cb;
    --darkred:#581b28;
    --gray:#666666;
    --brown:#451f13;
}

@font-face {
  font-family: Ambit;
  src: url("Ambit-Regular.otf") format("opentype");
}

@font-face {
  font-family: Ambit-Bold;
  src: url("Ambit-Bold.otf") format("opentype");
}

@font-face {
  font-family: Ambit-Light;
  src: url("Ambit-Light.otf") format("opentype");
}

@font-face {
  font-family: Noto;
  src: url("Noto.ttf") format("truetype");
}

@font-face {
  font-family: Alpina;
  src: url("Plantin.TTF") format("truetype");
}

.magnolia-passive{
    display:none !important;
}

a {
  text-decoration: none;
  color: var(--black);
  transition: color .25s ease;
}

a:hover{
  color: var(--green);
}

h1{
    font-size: 70px;
    font-family: 'Noto';
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1.2px;
}

h2 {
  font-family: 'Noto';
  font-size: 54px;
}

h3{
  font-family: 'Noto';
  font-size: 42px;
}

p{
  font-family: 'Ambit';
  font-size: 18px ;
  font-weight: 400;
  line-height: 1.4em;
}

ul{
  padding-left: 0;
}

li{
  list-style-type: none;
}

.flickity-button-icon {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  fill: white;
}

.header__banner{
    background-color: #00211a;
    height: 32px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 99999;
    color: #fff;
    align-items: center;
    font-size: 13px;
    font-family: 'Ambit-Light';
    transition: height .2s ease;
}

header{
  margin-top: -20px;
  position: fixed;
  z-index: 999;
  background: white;
  width: 100%;
  height: 96px;
}

header a{
  color: black;
}

.logo{
  margin-top: 26px;
  position: relative;
  z-index: 9;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding:  20px 0;
  margin-right: 20px;
  margin-top: -22px;
  font-family: 'Ambit';
}

.dropdown i {
  margin-left: 4px;
}

.dropdown-content {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  margin-top: 16px;
  padding: 60px 0px 15px;
  background-color: white;
  z-index: 8;
}

.dropdown-content a {
  padding: 4px 0px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color:var(--green);}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: var(--green);}

.view-all {
  font-weight: bolder;
  padding: 8px 0px;
  font-family: 'Ambit-Bold';
}

.purple__button svg{
  fill: #e7cbef;
  stroke: #e7cbef;
  position: absolute;
  z-index: -1;
  margin-top: -20px;
}

.purple__button span{
  margin-left: 54px;
  color: var(--purple);
  font-weight: bold;
}

.purple__button:hover svg {fill: var(--purple);}

.purple__button:hover span {color: var(--pink);}

.index-header-section{

}

.index-header-slider img{
  z-index: -1;
  height: 800px;
  object-fit: cover;
  margin-top: 75px;
}

.slider-content{
  position: absolute;
  top: 24%;
  z-index: 3;
  width: 532px;
  left: 15% !important;
  height: 605px;
}

.content-svgShape{
  position: absolute;
}

.svgShape--blue{
  fill: var(--blue);
  opacity: 0.75;
}

.svgShape--purple{
  fill: var(--pink);
  opacity: 0.75;
}

.content-text {
    position: relative;
    padding: 30px;
    color: var(--darkblue);
    font-family: 'Ambit';
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 32px;
    height: 100%;
}

.content-text-header{
  font-size: 60px;
  font-family: 'Noto';
  font-weight: bold;
  letter-spacing: 1px;
}

.content-text-p{
  font-size: 18px;
  line-height: 30px;
}

.content-button{
  fill: var(--darkblue);
}

.shop-now{
  display: block;
  margin-top: -44px;
  font-family: 'Ambit-Bold';
  font-size: 18px;
}

.shop-now-blue{
    color: var(--blue);
}

.content-text--2 {
  position: relative;
  padding: 30px;
  color: var(--purple);
  font-family: 'Ambit';
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 32px;
  height: 100%;
}

.content-text-header--2{
font-size: 60px;
font-family: 'Noto';
font-weight: bold;
letter-spacing: 1px;
}

.content-text-p--2{
font-size: 18px;
line-height: 30px;
}

.content-button--2{
fill: var(--purple);
}

.shop-now-pink{
color: var(--pink);
}

.content-button-area:hover .content-button{
  fill:white;
}

.content-button-area:hover .content-button--2{
  fill:white;
}

.content-button-area:hover .shop-now{
  color:black;
}

.index-header-slider .owl-dots{
  position: absolute;
  bottom: 12.5%;
  color: var(--darkblue) !important;
}

.owl-theme .owl-dots .active span{
  background-color: var(--darkblue) !important;
}

.index-header-slider .owl-nav{
    width: 532px;
    position: absolute;
    bottom: 16%;
    left: 15%;
    display: flex;
    gap: 88px;
    justify-content: center;
    z-index: 9;
    height: 1px;
}

.index-header-slider .owl-dots {
    width: 532px;
    display: flex;
    justify-content: center;
    left: 15%;
}

.index-header-slider .owl-prev{
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  border: none;
}

.index-header-slider .owl-next{
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  border:none;
}

.blue-bg{
  color: var(--blue) !important;
  background-color: var(--darkblue) !important;
}

.purple-bg{
  color: var(--pink) !important;
  background-color: var(--purple) !important;
}

.index-header-slider .owl-next:hover , .index-header-slider .owl-prev:hover {
  background-color: white !important;
}

.purple{
  background-color: var(--purple) !important;
}

/* index-products */

.index-products-section{
  padding: 90px 0 70px;
}

.index-products-h2{
  font-weight: bolder;
}

.index-products-p{
  width: 60%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 26px;
  font-family: 'Ambit';
}

.products-view-more{
  color: var(--black);
  font-family: 'Ambit-Bold';
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
}

.products-view-more:hover{
  color: var(--green);
}

.products-slider{
  margin-top: 48px;
}

.products-image-wrapper{
  height: 290px;
  overflow: hidden;
}

.index-products-image{
    height: 290px;
    object-fit: cover;
}

.index-products-slider img {
  transition: transform 0.25s;
}

.index-products-slider img:hover{
  transform: scale(1.1);
}

.products-slider-a{
  color: var(--black);
  font-size: 24px;
  font-family: 'Alpina';
  font-weight: 400;
}

.products-slider-a:hover{
  color: var(--green);
}

.index-products-slider .owl-prev{
  position: absolute;
  top: -21%;
  right: 4%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.index-products-slider .owl-next{
  position: absolute;
  top: -21%;
  right: 0%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.index-products-slider .owl-prev:hover{
  opacity: .9;
}

.index-products-slider .owl-next:hover{
  opacity: .9;
}

/* index-occasion */

.index-occasion-section{
  padding: 90px 0 70px;
  background-color: var(--green);
}

.index-occasion-h2{
  font-weight: bolder;
}

.index-occasion-p{
  width: 60%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 26px;
  font-family: 'Ambit';
}

.occasion-view-more{
  color: var(--black);
  font-family: 'Ambit-Bold';
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
}

.occasion-view-more:hover{
  color: var(--green);
}

.occasion-slider{
  margin-top: 48px;
}

.occasion-image-wrapper{
  height: 290px;
  overflow: hidden;
}

.index-occasion-slider img {
  transition: transform 0.25s;
}

.index-occasion-slider img:hover{
  transform: scale(1.1);
}

.occasion-slider-a{
  color: var(--black);
  font-size: 24px;
  font-family: 'Alpina';
  font-weight: 400;
}

.occasion-slider-a:hover{
  color: var(--green);
}

.index-occasion-slider .owl-nav{
  display: block !important;
}

.index-occasion-slider .owl-prev{
  position: absolute;
  top: -21%;
  right: 4%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.index-occasion-slider .owl-next{
  position: absolute;
  top: -21%;
  right: 0%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.index-occasion-slider .owl-prev:hover{
  opacity: .9;
}

.index-occasion-slider .owl-next:hover{
  opacity: .9;
}

/* index-delivery */

.index-delivery-section{
  padding: 90px 0 70px;
}

.index-delivery-h2{
  font-weight: bolder;
}

.index-delivery-p{
  width: 60%;
  margin: auto;
  font-size: 16px;
  margin-bottom: 26px;
  font-family: 'Ambit';
}

.delivery-view-more{
  color: var(--black);
  font-family: 'Ambit-Bold';
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;

}

.delivery-view-more:hover{
  color: var(--green);
}

.index-delivery-content {
  padding-top: 62px;
}

.index-delivery-content .col-md-4{
  padding: 0;
}

.index-delivery-img{
  width: 100%;
}

.index-delivery-content a{
  color: var(--black);
}

.delivery-content-p{
  font-size: 18px;
  padding:20px 0;
  font-family: 'Ambit';
}

/* index-catering */

.index-catering-section{
  background-color: var(--pinky);
}

.index-catering-section .container-fluid{
  overflow: hidden;
}


.index-catering-section .col-md-6{
  padding: 0;
}

.catering-content{
  max-width: 585px;
  text-align: center;
  color: var(--darkred) ;
  padding:70px 20px 60px 60px ;
  margin-right: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
}

.catering-content-h2{
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 1px;
}

.catering-content-p{
  padding: 32px 0 45px;
  margin: 0;
}

.svg-button-red{
  fill: var(--darkred);
  stroke:var(--darkred)
}

.catering-contact:hover .svg-button-red{
  fill:white;
  stroke: white;
}

.catering-button-text{
  margin-top: -44px;
  color: var(--pinky);
  font-weight: 600;
  font-family: 'Ambit-Bold';
}

.catering-contact:hover .catering-button-text{
  color: var(--darkred);
}

.catering-img{
  width: 103%;
}

/* index-newsletter */

.index-newsletter-section{
  padding: 90px 0 70px;
}

.newsletter-content{
  max-width: 600px;
  margin: auto;
  padding-bottom: 56px;
}

.newsletter-content-h2{
  letter-spacing: 1px;
  font-weight: 600;
}

.newsletter-content-p{
  padding-top: 16px;
  line-height: 25.2px;
  color: #00211a;
  font-size: 18px;
  font-weight: 400;
}

.newsletter-input{
  display: flex;
  width: 460px;
  margin: -44px auto auto;
}

.newsletter-mail{
  background-color: #ffffff00;
    border: none;
    color: var(--black);
    font-size: 16px;
    font-family: 'Ambit';
    width: 440px;
    z-index: 5;
    position: relative;
    outline: 0;
}

.newsletter-button{
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
}

/* footer */

.linkedin__link{
    height: 33px;
    display: inline-block;
    background-color: #04211a;
    width: 33px;
    border-radius: 50%;
}

.linkedin__image{
    text-align:center;
    transform: translateY(2px);
}

footer {
  padding: 30px 0 30px;
  background-color: var(--green);
}


footer a:hover{
  color: var(--gray);
}

.footer-top-ul li{
  padding-bottom: 24px;
}

.footer-top{
  margin-top: 20px;
}

.footer-logo{
  padding-bottom: 20px;
}

.footer-right-h4{
  font-family: 'Alpina';
  font-size: 24px;
}

.footer-right-p{
  line-height: 30px;
  font-size: 18px;
  font-family: 'Ambit-Light';
  font-weight: 600;
  padding-top: 16px;
  margin: 0;
}

.footer-right-mail{
  font-family: 'Ambit-Bold';
  font-size: 20px;
}

.footer-phone{
  margin-bottom: 30px;
}

.footer-social-media a{
  padding-right:12px ;
}

.footer-bottom{
  padding-top: 20px;
}

.footer-bottom-ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-payments{
  padding: 20px 0 40px;
  text-align: right;
}

.footer-payments i{
  color: #00211a;
  font-size: 40px;
}

.footer-payments svg{
  vertical-align: bottom;
}

/* collections-page */

.filter-section{
  padding: 140px 0 10px;
}

.form-group{
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group-label {
  font-family: 'Alpina';
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--black);
}

.form-group-inline-label{
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 12px;
}

.form-radio-button{
  visibility: hidden;
}

input[type='radio']:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--black);
  top: -4px;
}

input[type='radio']:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: var(--green);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid var(--black);
}

/* collections-slider */
.collections-section{
  padding: 160px 0 20px;
}

.collections-slider{
  width: 90%;
  margin: auto;
}

.collections-slider .item{
  text-align: center;
}

.collections-image-wrapper{
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}

.collections-slider img {
  transition: transform 0.25s;
  height: 148px;
  border-radius: 10px;
  width: 139px !important;
  object-fit: cover;
}

.collections-slider img:hover{
  transform: scale(1.1);
}

.collections-slider-a{
  color: var(--black);
  font-size: 18px;
  font-family: 'Alpina';
  line-height: 1.2em;
  margin: 0;
  padding-top: 20px;
}

.collections-slider-a:hover{
  color: var(--green);
}

/* magnolia-checkers */

.magnolia-checkers-section{
  padding: 30px 30px;
  background-image: url('/front_assets/images/collections/magnolia-checkers.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--brown);
}

.magnolia-checkers-h3{
  font-size: 42px;
  font-family: 'Noto';
  font-weight: 600;

}

.magnolia-checkers-a{
    line-height: 20px;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Ambit';
    display: inline-block;
    margin-top: 10px;
}

.magnolia-checkers-a:hover{
  color: var(--brown);
}

.collection-contents{
  padding-top: 30px;
}

/* collections-general */

.collection--section{
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--black);
}

.collection--content{
  padding-bottom: 10px;
}

.collection--a{
  border-bottom: 1px solid var(--black);
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.collection--slider{
  margin: 20px 0;
  display: flex !important;
  justify-content: center;
}

.collection--slider .item{
  width: 250px;
  margin: 0 8px;
}

.collection--img{
  height: 306px;
  object-fit: cover;
  transition: transform 0.25s;
  width: 250px;
}

.collection--wrapper{
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 306px;
  overflow: hidden;
  font-size: 0;
}

.collection--image-text{
  position: absolute;
  right: -10px;
  bottom: -10px;
  left: -10px;
  color: var(--black);
  margin: 0;
  background: hsla(0,0%,100%,.75);
  padding: 10px 20px 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 14px;
  font-family: 'Ambit';
  transition: color .2s ease;
}

.collection-slider--a:hover{
  color: var(--black);
}

.collection-slider--a:hover .collection--img{
  transform: scale(1.1);
}

.collection--wrapper:hover .collection--image-text{
  color: var(--green);
}

.collection--h4{
  font-size: 24px;
  font-family: 'Alpina';
  margin: 10px 0;
  line-height: 1.2em;
  font-weight: 400;
  height: 55px;
}

.collection--p{
  line-height: 18px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Ambit-Light';
  font-weight: bolder;
}

.bg--green{
  background-color: var(--green);
}

.collection--slider .owl-next{
  position: absolute;
  top: -12%;
  right: 0%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.collection--slider .owl-prev{
  position: absolute;
  top: -12%;
  right: 4%;
  height: 32px;
  width: 32px;
  background-color: var(--black) !important;
  border-radius: 50% !important;
  color: white !important;
  margin: 0 !important;
}

.collection--slider .owl-prev:hover{
  opacity: .9;
}

.collection--slider .owl-next:hover{
  opacity: .9;
}

.collection--nav {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  fill: white;
}

/* content-page */

.content--section{
  padding:76px 0 0;
  background-color: var(--green);
  overflow: hidden;
}

.content-text--div{
  width: 75%;
  margin: auto;
}

.content--breadcrumb{
  padding: 40px 0 30px;
}

.content--a{
  border-bottom: 0.2px solid;
  font-size: 18px;
  line-height: 1em;
  font-family: 'Ambit-Light';
  font-weight: bolder;
  z-index: 10;
  position: relative;
}

.content--i{
  padding: 0 10px;
  vertical-align: middle;
  color: #00211a;
  font-size: 1.5em;
}

.content--h2{
  line-height: 125%;
  padding-bottom: 20px;
}

.content--p{
  font-family: 'Ambit-Light';
  font-weight: bolder;
}

.content-header--img{
  width: 103%;
  height: 400px;
  object-fit: cover;
}

/* filter */

.filter--div{
  width: 82%;
}

.filter--header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dbeae9;
  transition: height .25s ease;
  padding-top: 23px;
}

.filter--h3{
  line-height: 125%;
  margin: 0;
  font-weight: 600;
}


.filter--a{
  margin: 0 0 16px;
  border: none;
  cursor: pointer;
  padding: 0;
  height: auto;
  text-decoration: underline;
  line-height: 1;
  font-size: 14px;
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none
}

.accordion{
  border-bottom: 1px solid #dbeae9;
  padding-top: 10px;
}

.accordion-toggle{
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}

.accordion-label{
  font-family: 'Alpina';
  font-size: 18px;
  line-height: 120%;
  margin:0;
}

.accordion-icon{
  display: flex;
  position: absolute;
  top: -3px;
  right: 3px;
  align-items: center;
  height: 100%;
}

/* product */

.product--section{
  padding:40px 0;
}

.product-div{
  padding-top: 60px;
}

.product--padding{
  padding:20px;
}

.product--image-wrapper{
  position: relative;
  border-radius: 10px;
  height: 306px;
  overflow: hidden;
}

.product--img{
  width: 100%;
  height: 306px;
  object-fit: cover;
  transition: transform 0.25s;
}

.product--image-wrapper:hover .product--title{
  color: var(--green);
}

.product--title{
  position: absolute;
  right: -10px;
  bottom: -10px;
  left: -10px;
  margin: 0;
  background: hsla(0,0%,100%,.75);
  padding: 10px 20px 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 14px;
}

.product--a:hover{
  color: var(--black);
}

.product--a:hover .product--img{
  transform: scale(1.1);
}

.product--content{
  padding:0 20px 10px;
}

.product--content-h4{
  font-family: 'Alpina';
  font-weight: 400;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.2em;
  height: 60px;
}

.product--content-p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  font-family: 'Ambit-Light';
  font-weight: bolder;
  margin-bottom: 10px;
}

.ourproducts--section{
  padding: 30px 0;
}

/* product-detail */

.product-detail--section{
    padding:140px 0 130px;
}

.product-detail--breadcrumb{
    padding-bottom: 30px;
}

.product-detail--breadcrumb--a{
    border-bottom: 0.2px solid;
    font-size: 18px;
    line-height: 1em;
    font-family: 'Ambit-Light';
    font-weight: bolder;
    z-index: 10;
    position: relative;
  }

.product-detail--breadcrumb--i{
    padding: 0 10px;
    vertical-align: middle;
    color: #00211a;
    font-size: 1.5em;
}

.product-image--div{
    width: 92%;
}

.product-detail--slider .owl-nav{
    display: block !important;
}

.product-detail--slider .disabled{
    opacity: 0.5;
}

.product-detail--slider .owl-next{
    position: absolute;
    bottom: -9%;
    right: 0%;
    height: 32px;
    width: 32px;
    background-color: var(--black) !important;
    border-radius: 50% !important;
    color: white !important;
    margin: 0 !important;
}

  .product-detail--slider .owl-prev{
    position: absolute;
    bottom: -9%;
    right: 12%;
    height: 32px;
    width: 32px;
    background-color: var(--black) !important;
    border-radius: 50% !important;
    color: white !important;
    margin: 0 !important;
}

.product-detail--slider .owl-prev:hover{
    opacity: .9;
}

.product-detail--slider .owl-next:hover{
    opacity: .9;
}

.product-detail--nav {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    fill: white;
}

.product-detail-image-wrapper{
    height: 705px;
}

.product-main--image{
    height: 695px;
    padding-top: 12px;
    object-fit: cover;
}

.product-detail--thubms{
    display: flex;
    gap:30px;
}

.product-thumb--image{
    height: 72px;
    width: 80px;
    object-fit: cover;
}

.product-detail--left-h2{
    line-height: 125%;
    font-weight: 600;
    font-size: 58px;
    padding-bottom: 20px;
}

.product-detail--left-p{
    line-height: 28.8px!important;
    font-size: 24px;
    font-family: 'Ambit-Light';
    font-weight: bolder;
}

.product-detail--content h5{
    font-weight: 600 !important;
    font-family: 'Ambit-Bold' !important;
    font-size: 24px !important;
}

/* other-products */

.other-products--section{
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--black);
}

.other-products--content{
    padding-bottom: 10px;
}

.other-products--a{
    border-bottom: 1px solid var(--black);
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.other-products--slider{
    margin: 20px 0;
    display: flex !important;
    justify-content: center;
}

.other-products--slider .item{
    width: 250px;
    margin: 0 8px;
}

.other-products--img{
    height: 306px;
    object-fit: cover;
    transition: transform 0.25s;
    width: 250px;
}

.other-products--wrapper{
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    height: 306px;
    overflow: hidden;
    font-size: 0;
}

.other-products--image-text{
    position: absolute;
    right: -10px;
    bottom: -10px;
    left: -10px;
    color: var(--black);
    margin: 0;
    background: hsla(0,0%,100%,.75);
    padding: 10px 20px 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 14px;
    font-family: 'Ambit';
    transition: color .2s ease;
}

.other-products-slider--a:hover{
    color: var(--black);
}

.collection-slider--a:hover .other-products--img{
    transform: scale(1.1);
}

.other-products--wrapper:hover .other-products--image-text{
    color: var(--green);
}

.other-products--h2{
    font-weight: 600;
}

.other-products--h4{
    font-size: 24px;
    font-family: 'Alpina';
    margin: 10px 0;
    line-height: 1.2em;
    font-weight: 400;
    height: 84px;
}

.other-products--p{
    line-height: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Ambit-Light';
    font-weight: bolder;
}

.other-products--slider .owl-next{
    position: absolute;
    top: -12%;
    right: 0%;
    height: 32px;
    width: 32px;
    background-color: var(--black) !important;
    border-radius: 50% !important;
    color: white !important;
    margin: 0 !important;
}

.other-products--slider .owl-prev{
    position: absolute;
    top: -12%;
    right: 4%;
    height: 32px;
    width: 32px;
    background-color: var(--black) !important;
    border-radius: 50% !important;
    color: white !important;
    margin: 0 !important;
}

.other-products--slider .owl-prev:hover{
    opacity: .9;
}

.other-products--slider .owl-next:hover{
    opacity: .9;
}

.other-products--nav {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    fill: white;
}

/* about-page */

.about-header-section{
    padding:150px 0 40px;
}

.about-header-h1{
    font-size: 70px;
    font-family: 'Noto';
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.about-content-section{
    padding:30px 0 60px;
}

.about-content{
    width:70%;
    margin:auto;
}

.about-content-width{
    width:100% !important;
}

.about-content p, .about-content span{
    font-family: 'Ambit-Light' !important;
    font-weight:bolder !important;
    text-align:start !important;
    font-size: 18px !important;
    line-height:30px !important;
}

.about-content b span {
    font-family:'Ambit-Bold' !important;
}

.about-content strong {
    font-family:'Ambit-Bold' !important;
}

.about-content h3{
    font-family: 'Noto' !important;
    font-size: 42px !important;
    font-weight: 900 !important;
}

.about-content em{
    font-weight: bolder !important;
    font-family: 'Ambit-bold';
}

.about-content b{
    font-weight: bolder !important;
    font-family: 'Ambit-bold';
}

.about-content li{
    font-family: 'Ambit-Light' !important;
    font-weight: bolder;
}

/* careers */

.careers-header-section{
    padding:150px 0 40px;
}

.careers-header-div{
    width: 625px;
    margin: auto;
}

.careers-header-p{
    font-family: 'Ambit-Light' !important;
    font-weight: bolder;
    line-height: 1.6;
}

.careers-header-svg{
    fill: var(--black);
    stroke: var(--black);
    transition: all .2s ease-in-out;
}

.careers-header-button-p{
    margin-top: -44px;
    color: var(--green);
    font-family: 'Ambit-Bold';
    transition: all .2s ease-in-out;
}

.careers-header-button-a{
    margin-top: 20px;
    width: 242px !important;
    display: inline-block;
}

.careers-header-button-a:hover .careers-header-svg{
    fill: white;
    stroke:white;
}

.careers-header-button-a:hover .careers-header-button-p{
    color: var(--black);
}

.careers-about-us-p{
    font-family: 'Ambit-Light' !important;
    font-weight: bolder;
    line-height: 1.6;
}

.careers-about-us-section{
    overflow: hidden;
}

.about-us-content-div{
    width: 80%;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
}

.careers-about-us-img{
    width: 103%;
}

.careers-jobs-section{
    padding: 30px 0 70px;
}

.careers-jobs-wrapper-div{
    width: 80%;
    margin: auto;
}

.careers-menu{
    border-bottom: 1px solid #00211a;
}

.careers-jobs-h4{
    font-size: 24px;
    font-family: 'Alpina';
    padding-top: 20px;
    margin: 0;
    padding-bottom:20px;
    vertical-align: middle;
    display: inline-block;
    width: 90%;
}

.careers--i{
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    margin-left: calc(9% - 23px);
    font-size: 22px;
    transition: all .3s;
}

.careers-jobs-h5{
    font-size: 24px;
    font-family: 'Ambit-Bold';
    line-height: 120%;
    margin: 0;
}

.careers-jobs-p{
    font-family: 'Ambit-Light';
    font-weight: bolder;
    margin: 0;
}

.careers-jobs-link{
    border-bottom: 1px solid var(--black);
    padding-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin: auto 0;
}

.careers-jobs-content-div{
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #00211a;
    padding: 20px 0;
}

.careers-jobs-content-div:nth-child(2) {
    padding-top: 0px;
}

.careers-jobs-content-div:last-child {
    border-bottom:none;
}

.careers-jobs-content-a:hover{
    color: var(--black);
}

.careers--open{
    display:flex;
}

/* order */

.order-header-section{
    padding: 140px 0 60px;
}

.order-form-header-section{
    padding: 50px 0 50px;
    width: 62%;
    margin: auto;
}

.order-form{
    padding: 20px 0 0;
}

.form--div{
    position: relative;
    background: white;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
}

.form--label{
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 18px 0 0;
    width: 100%;
    text-align: left;
    line-height: 1;
    color: var(--black);
    font-family: 'Alpina';
    font-size: 12px;
    transition: all .25s ease;
    top: -10px;
}

.form--input{
    appearance: none;
    display: block;
    outline: 0;
    border: 0;
    border-bottom: 1pxx solid var(--black);
    border-style: solid;
    border-radius: 0;
    background: transparent;
    padding: 0 0 10px;
    width: 100%;
    height: auto;
    line-height: 1;
    color: var(--black);
    font-family: 'Ambit';
    font-size: 16px;
    transition: border-color .25s ease;
}

.order-contact-information{
    margin-top: 40px;
}

.form-category-row{
    margin-top: 14px;
}

.form--textarea{
    margin-top: 12px;
    background-color: #ffe5a3!important;
    padding: 0;
}

.input--textarea{
    margin-top: 24px;
    padding-left: 12px;
}

.label--textarea{
    padding-left: 12px;
}

.form--button{
    margin-top: 24px;
    background: none;
    border:none;

}

.form--button--a{
    color: var(--black);
    font-family: 'Ambit-Bold';
    border-bottom: 1px solid var(--black);
    padding-bottom: 5px;
}

.desktop--show{}

.mobile--show{
    display: none;
}

.footer-social-media{
    display:flex;
}

.cookies-div{
    position: fixed;
    z-index: 2147483645;
    background-color: var(--green);
    width: 26%;
    max-width: 375px;
    border-radius: 2.5px;
    bottom: 1em;
    left: 1em;
    font-size: 16px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    display: none;
}

.cookies-close-div{
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cookies-close-button-svg{
    position: absolute;
    right: 18px;

}

.cookies-content-p{
    padding: 10px 25px;
    clear: both;
    float: left;
    font-size: .82em;
    line-height: 1.5;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 8px;
}

.cookies-accept-button{
    padding: 12px 10px;
    font-size: .82em;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .05em;
    background-color: var(--black);
    color: white;
    text-align: center;
    width: 87%;
    display: grid;
    margin: 24px 20px 30px;
}

/* store-page */

.store-header-section {
    padding-top: 76px;
    overflow: hidden;
}

.store-contents{
    padding:30px 0;
    width:80%;
    margin:auto;
}

.store-content-h2{
    font-weight:600;   
}

.store-content-h4{
    font-family:'Alpina';
    padding: 20px 0;
}

.store-content-alt{
    display:flex;
}

.store-content-a{
    margin-left:16px;
    font-family:'Ambit';
    font-size:18px;
    line-height: 1.6;
}

.store-content-a:hover{
    color:var(--black);
}

.store-content-alt i{
    line-height: 1.6;
}

.store-phone{
    padding-bottom:20px;
}

.store-img-wrapper{
  
}

.store-img{
    height: 530px;
    width: 102%;
    object-fit: cover;
}

.faq{
    margin-bottom:24px;
}

.faq-header-h1{
    font-size: 62px;
    font-family: 'Noto';
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom:12px;
}

.faq--field{
    border-bottom: 1px solid var(--black);
    padding: 20px 0;
}

.question--h4{
    font-size:24px;
    color:var(--black);
    font-family:'Noto';
    font-weight:600;
    letter-spacing:1px;
    vertical-align: middle;
    display: inline-block;
    width: 90%;
}

.question--i{
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    margin-left: calc(9% - 23px);
    font-size: 22px;
    transition: all .3s;
}

.answer--field{
    display:none;
    animation: fade-in 3s;
}

.answer--open{
    display:block;
}

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


.answer--p p{
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height:1.6 !important;
    font-size:18px !important;
    font-family:'Ambit-Light' !important;
    font-weight:bolder !important;
    margin-left:0 !important;
}

.locations-header-section{
    padding: 170px 0px 50px;   
}

.locations-header-h2{
    font-size: 64px;
    font-weight: bolder;
}

.locations-filter-section{
    padding: 40px 0 50px;
}

.locations-filter-wrapper{
    display :flex;
    gap: 30px;
    justify-content:center;
}

.locations-filter--a{
    position: relative;
    padding-bottom: 10px;
    color:#81908d;
    font-size: 14px;
}

.locations-filter--a:hover{
    color:black;
}

.locations-filter-active{
    color:black;
}

.locations-filter-active:after{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bae8d4;
    padding: 1px;
    width: 100%;
    content: "";
}

.location-image-wrapper{
    position:relative;
    margin-bottom: 28px;
    transition: transform .2s;
    height:470px;
}

.location-image{
    height: 100%;
    width: 100%;
    object-fit:cover;
    border-radius:10px;
}

.location-image-wrapper:hover{
    transform: scale(1.03);
}

.location-image-overlay{
    position: absolute;
    border-radius: 10px;
    background-image: linear-gradient(180deg,rgba(77,42,5,0),#00211a 109.39%);
    width: 100%;
    height: 100%;
    bottom:0;
}

.location-image-text{
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: white;
    z-index: 2;
    font-family: 'Alpina';
    font-size: 24px;
    font-weight: 100;
}

/* tablet */

@media only screen and (max-width: 990px) {

   .header-logo-mbl{
        height: 116px;
        margin-top: -60px;
        width: 245px;
        margin-left: 20px;
    }

  .desktop--show{
      display: none !important;
  }

  .tablet--show{
    display: block !important;
  }

  .mobile--show{
      display: block !important;
  }

  .tablet--hide{
    display: none !important;
  }

  header{
    position: fixed;
    z-index: 999;
    background: white;
    width: 100%;
    height: unset;
    margin-top: unset;
}

.header-logo-mobile{
    width: 130px !important;
}

.mobile-menu-row{
    height: 60px;
}

.mobile-left-menu{
    position: absolute;
    top: 100%;
    right: 40px;
    left: 0;
    transform: translate3d(-100%,0,0);
    transition: transform .25s ease;
    background: white;
    padding: 30px 20px 0px;
    height: calc(100vh - 100%);
    overflow: scroll;
}

.left-menu--open{
    transform: translateZ(0);
}

.dropdown-mobile {
    position: relative;
    padding:  12px 0 12px;
    margin-right: 20px;
    font-family: 'Ambit';
  }

  .dropdown-btn-mobile{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
  }

  .dropdown-mobile i {
    margin-left: 4px;
  }

  .dropdown-content-mobile {
    display: none;
    width: 100%;
    left: 0;
    margin-top: 10px;
    padding: 0px;
    background-color: white;
    z-index: 8;
  }

  .dropdown-content-mobile a {
    padding: 4px 0px;
    text-decoration: none;
    display: block;
  }

    .dropdown-content-mobile a:hover {color:var(--green);}

    .dropdown-mobile:hover .dropdown-content-mobile {display: block;}

    .dropdown-mobile:hover .dropbtn-mobile {color: var(--green);}

    .index-header-slider img {
        margin-top:60px;
        height: 600px;
    }

    .index-products-section{
        padding: 55px 0 20px;
    }

    .slider-content{
        height: 530px !important;
        top: 15%;
        left: 8% !important;
    }

    .content-svgShape{
        height: 530px !important;
    }

    .index-header-slider .owl-dots {
        bottom: 7.5%;
        width: 532px;
        left: 8% !important;
    }

    .index-products-p{
        width: 90%;
    }

    .index-occasion-section{
        padding: 55px 0 20px;
    }
    
    .footer-right-mail {
        font-family: 'Ambit-Bold';
        font-size: 12px;
    }

    .index-occasion-h2 {
        padding: 0 20px;
    }

    .index-occasion-p {
        width: unset;
    }

    .index-occasion-slider .owl-nav{
        display: none !important;
    }

    .index-delivery-section{
        padding:55px 0 20px;
    }

    .index-delivery-p {
        width: unset;
        padding: 0 12px;
    }


    .delivery-content-p {
        font-size: 18px;
        padding: 15px 0 0px;
        font-family: 'Ambit';
    }

    .catering-content {
        max-width: 585px;
        text-align: center;
        color: var(--darkred);
        padding: 20px 24px 60px;
    }

    .catering-content-h2{
        font-size: 38px;
    }

    .catering-button-text{
        text-align: center;
    }

    .catering-img {
        height: 100%;
        object-fit: cover;
    }

    .svg--desktop{
        width: auto !important;
        margin: auto;
    }

    .collections-section{
        padding: 120px 0 20px;
    }

    .collections-slider{
        width: 100%;
    }

    .collections-slider-a{
        display: block;
        padding-top: 10px;
        font-size: 12px;
    }

    .collections-slider img{
        width: 80px !important;
        height: 100px !important;
    }

    .magnolia-checkers-h3{
        font-size: 23px;
        margin: 0;
    }

    .collections-div-mobile{
        margin: 20px 10px;
        display: flex;
        position: relative;
        margin-right: 0!important;
        margin-left: 0!important;
        width: 100%!important;
    }

    .collection--img-mobile{
        width: 96px;
        height: 96px;
    }

    .collection-content-mobile{
        margin-left: 20px;
    }

    .collection--h6-mobile{
        font-size: 16px;
        margin: 0 0 10px;
        font-family: 'Alpina';

    }

    .collection--p-mobile{
        line-height: 18px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: bolder;
        font-family: 'Ambit-Light';
    }

    .collection--content{
        padding-bottom: 20px
    }

    .collection--section {
        padding-top: 20px;
        padding-bottom: 1px;
    }

    .content--section {
        padding: 60px 0 0;
    }

    .product--padding{
        padding: unset;
    }

    .product--content{
        padding: unset;
    }

    .product--content-h4 {
        height: auto;
    }

    .other-products--slider{
        display: block !important;
        margin: 0;
    }

    .other-products--h4{
        height: auto;
    }

    .other-products--h2{
        font-size: 23px;
        padding: 14px 20px;
        font-weight: bolder;
        letter-spacing: 1px;
    }

    .other-product-tablet{
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .other-products--slider .item{
        margin:0;
    }

    .careers-header-section {
        padding: 100px 0 40px;
    }

    .careers-header-div {
        width: auto;
        margin: auto;
    }

    .career-mobile-img-col{
        padding: 0;
        margin: 0;
    }

    .about-us-content-div{
        padding: 30px 0;
    }

    .career-mobile--h2{
        padding:0 0 20px;
    }

    .careers-about-us-p{
        padding: unset;
        font-size: 16px;
        line-height: unset;
    }

    .careers-jobs-section {
        padding: 0px 0 50px;
    }

    .careers-jobs-wrapper-div{
        width: 100%;
    }

    .careers-jobs-h5 {
        font-size: 21px;
    }

    .careers-about-us-img {
        width: 103%;
        min-height: 530px;
        max-height: 690px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .about-header-section {
        padding: 100px 0 40px;
    }

    .about-header-h1{
        font-size: 38px;
    }

    .about-content p span{
        font-size: 16px !important;
        line-height: 1.4em;
    }

    .order-header-section{
        padding: 140px 0 80px;
    }

    h1{
        font-size: 38px;
    }

    .order-form-header-section {
        padding: 40px 0 60px;
        width: 84%;
        margin: auto;
    }

    .mobile-from-header-h2{
        font-size: 23px;
        letter-spacing: unset;
    }

    .mobile-form-header-p{
        line-height: 24px;
        font-size: 16px;
        font-family: 'Ambit-Light';
        font-weight: bolder;
    }

    .mobile-form--h3{
        font-size: 23px;
    }

    .form--textarea{
        margin-top: unset;
    }

    .cookies-div {
        width: 80%;
        bottom: 2em;
    }

    .about-content h3{
       font-size: 24px !important;
    }
    
    .store-header-section {
        padding-top: 60px;
    }
    
    .store-content-a{
        font-size:16px;
    }
    
    .store-phone {
        padding-top: 20px;
    }

}

/* mobile */

@media only screen and (max-width: 600px) {
    .location-image-wrapper{
        height:350px;
        margin-bottom: 18px;
    }
    
    .locations-filter-section {
        padding: 30px 0 30px;
    }
    
    .locations-header-h2 {
        font-size: 42px;
    }
    
    .locations-header-section {
        padding: 100px 0px 30px;
    }
    
    .header-logo-mbl{
        height: 116px;
        margin-top: -60px;
        width: 245px;
        margin-left: -27px;
    }

    .desktop--show{
        display: none !important;
    }

    .mobile--show{
        display: block !important;
    }

    header{
        position: fixed;
        z-index: 999;
        background: white;
        width: 100%;
        height: unset;
        margin-top: unset;
    }

    .header-logo-mobile{
        width: 130px !important;
    }

    .mobile-menu-row{
        height: 60px;
    }

    .mobile-left-menu{
        position: absolute;
        top: 100%;
        right: 40px;
        left: 0;
        transform: translate3d(-100%,0,0);
        transition: transform .25s ease;
        background: white;
        padding: 30px 20px 0px;
        height: calc(100vh - 100%);
        overflow: scroll;
    }

    .left-menu--open{
        transform: translateZ(0);
    }

    .dropdown-mobile {
        position: relative;
        padding:  12px 0 12px;
        margin-right: 20px;
        font-family: 'Ambit';
      }

      .dropdown-btn-mobile{
        border-bottom: 1px solid black;
        padding-bottom: 5px;
      }

      .dropdown-mobile i {
        margin-left: 4px;
      }

      .dropdown-content-mobile {
        display: none;
        width: 100%;
        left: 0;
        margin-top: 10px;
        padding: 0px;
        background-color: white;
        z-index: 8;
      }

      .dropdown-content-mobile a {
        padding: 4px 0px;
        text-decoration: none;
        display: block;
      }

      .dropdown-content-mobile a:hover {color:var(--green);}

      .dropdown-mobile:hover .dropdown-content-mobile {display: block;}

      .dropdown-mobile:hover .dropbtn-mobile {color: var(--green);}

      .index-header-slider img {
            margin-top:60px;
            height: 600px;
        }

        .slider-content{
            display: flex;
            justify-content: center;
            width: 94%;
            top: 24%;
            left: unset !important;
        }

        .content-svgShape{
            width: 350px !important;
            height: 335px !important;
        }

        .content-text{
            width: 350px !important;
            height: 296px !important;
        }

        h2{
            font-size: 38px;
            padding: 0 20px;
            font-weight: bolder;
            letter-spacing: 1px;
        }

        .content-text-header{
            font-size: 38px;
            padding: 10px 20px;
            line-height: 125%;
        }

        .index-header-slider .owl-dots {
            bottom: 4.5%;
            display: flex;
            width: 100%;
            left: unset !important;
            justify-content: center;
        }

        /* index-products */

        .index-products-section{
            padding: 55px 0 20px;
        }

        .index-products-p{
            width: 90%;
        }

        /* index-occasion */

        .index-occasion-section{
            padding: 55px 0 20px;
        }

        .index-occasion-h2 {
            padding: 0 20px;
        }

        .index-occasion-p {
            width: unset;
        }

        .index-occasion-slider .owl-nav{
            display: none !important;
        }

        /* mobile-delivery */

        .index-delivery-section{
            padding:55px 0 20px;
        }

        .index-delivery-p {
            width: unset;
            padding: 0 12px;
        }


        .delivery-content-p {
            font-size: 18px;
            padding: 15px 0 0px;
            font-family: 'Ambit';
        }

        /* mobile-catering */

        .catering-content {
            max-width: 585px;
            text-align: center;
            color: var(--darkred);
            padding: 20px 24px 60px;
            text-align: left;
        }

        .catering-content-h2{
            font-size: 38px;
        }

        .catering-button-text{
            text-align: center;
        }


        /* footer */

        .index-newsletter-section{
            padding: 30px 0 66px;
        }

        .newsletter-svg--mobile{
            width: auto;
            height: 69px !important;
            margin: auto;
        }

        .newsletter-mail{
            width: 270px;
        }

        .newsletter-input{
            width: 300px;
            margin: -46px auto auto;
        }

        .newsletter-content-p{
            line-height: 22.4px;
            font-size: 16px;
        }

        .newsletter-content {
            padding-bottom: 20px;
        }

        .footer-right-h4{
            display: none;
        }

        .footer-mobile-social-media{
            display: flex;
            gap: 12px;
            padding-top: 30px;
        }

        .footer-right-p{
            font-size: 16px;
            padding-top: 16px;
            line-height: 20px;
        }

        .footer-right-mail{
            font-size: 16px;
            font-weight: 700;
        }

        .footer-telnumber{
            margin-left: 6px;
            margin-bottom: 30px
        }

        .footer-top-ul li{
            font-size: 12px;
            padding-bottom: 12px;
            font-family: 'Ambit-Light';
            font-weight: bolder;
        }

        .footer-bottom-ul{
            display: block;
        }

        .footer-bottom-ul li{
            padding-bottom:20px;
            font-size: 12px;
            font-weight: bolder;
            font-family: 'Ambit-Light';
        }

        /* collections */

        .collections-section{
            padding: 120px 0 20px;
        }

        .collections-slider{
            width: 100%;
        }

        .collections-slider-a{
            display: block;
            padding-top: 10px;
            font-size: 12px;
        }

        .collections-slider img{
            width: 80px !important;
            height: 100px !important;
        }

        .collections-slider .item{
            width: 80px;
            text-align: start;
        }

        .magnolia-checkers-h3{
            font-size: 23px;
            margin: 0;
        }

        .collections-div-mobile{
            margin: 20px 10px;
            display: flex;
            position: relative;
            margin-right: 0!important;
            margin-left: 0!important;
            width: 100%!important;
        }

        .collection--img-mobile{
            width: 96px;
            height: 96px;
        }

        .collection-content-mobile{
            margin-left: 20px;
        }

        .collection--h6-mobile{
            font-size: 16px;
            margin: 0 0 10px;
            font-family: 'Alpina';

        }

        .collection--p-mobile{
            line-height: 18px;
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: bolder;
            font-family: 'Ambit-Light';
        }

        .collection--content{
            padding-bottom: 20px
        }

        .collection--section {
            padding-top: 20px;
            padding-bottom: 1px;
        }

        /* collections-detail */

        .product--section{
            padding: 80px 0 20px;
        }

        .content--h3-mobile{
            font-size: 23px;
        }

        .product--a{
            display: flex;
            border-bottom: 1px solid #dbeae9;
            padding-bottom: 0;
        }

        .product--img{
            height: 96px;
            width: 96px;
        }

        .product--padding{
            padding: 20px 0;
        }

        .product--image-wrapper{
            height: 96px;
        }

        .product--content-h4 {
            font-family: 'Alpina';
            font-weight: 400;
            font-size: 20px;
            margin: 10px 0;
            line-height: 1.2em;
            height: auto;
        }

        .product--content {
            align-self: center;
            padding: 0 20px;
        }

        /* product-detail */

        .product-detail--section {
            padding: 60px 0 20px;
        }

        .product-image--div {
            width: 100%;
            margin: 0;
        }

        .product-detail--slider .owl-nav{
            display: none !important;
        }

        .product-mobile-container{
            width: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        .product-detail-image-wrapper{
            height: unset;
        }

        .product-main--image{
            height: 100%;
            padding-top: unset;
        }

        .product-mobile-col-5{
            padding: 0 32px;
        }

        .product-detail--left-h2{
            font-size: 38px;
            padding: 10px 25px 0 0;
            margin: 0;
        }

        .product-detail--content p{
            font-weight: bolder !important;
            font-family: 'Ambit-Light' !important;
        }

        .product-detail--content .ProductShortDescription{
            font-weight: bolder !important;
            font-family: 'Ambit-Light' !important;
        }

        .other-products--slider{
            display: block !important;
            margin: 0;
        }

        .other-products--h4{
            height: auto;
        }

        .other-products--h2{
            font-size: 23px;
            padding: 14px 20px;
            font-weight: bolder;
            letter-spacing: 1px;
        }

        /* about-mobile */

        .about-header-section {
            padding: 100px 0 40px;
        }

        .about-header-h1{
            font-size: 38px;
        }

        .about-content p span{
            font-size: 16px !important;
            line-height: 1.4em;
        }

        .order-header-section{
            padding: 140px 0 80px;
        }

        h1{
            font-size: 38px;
        }

        .order-form-header-section {
            padding: 40px 0 60px;
            width: 84%;
            margin: auto;
        }

        .mobile-from-header-h2{
            font-size: 23px;
            letter-spacing: unset;
        }

        .mobile-form-header-p{
            line-height: 24px;
            font-size: 16px;
            font-family: 'Ambit-Light';
            font-weight: bolder;
        }

        .mobile-form--h3{
            font-size: 23px;
        }

        .form--textarea{
            margin-top: unset;
        }

        /* career-mobile */

        .careers-header-section {
            padding: 100px 0 40px;
        }

        .careers-header-div {
            width: auto;
            margin: auto;
        }

        .career-mobile-img-col{
            padding: 0;
            margin: 0;
        }

        .about-us-content-div{
            padding: 30px 0;
        }

        .career-mobile--h2{
            padding:0 0 20px;
        }

        .careers-about-us-p{
            padding: unset;
            font-size: 16px;
            line-height: unset;
        }

        .careers-jobs-section {
            padding: 0px 0 50px;
        }

        .careers-jobs-wrapper-div{
            width: 100%;
        }

        .careers-jobs-h5 {
            font-size: 21px;
        }

        .careers-jobs-link {
            padding-top: 12px;
        }

        .careers-about-us-img {
            width: 103%;
            min-height: unset;
            max-height: unset;
            object-fit: cover;
            margin-bottom: unset;
        }

        .cookies-div {
            width: 80%;
        }
        
        .store-img {
            height: auto;
            width: 108%;
            padding: 0;
            object-fit: cover;
            margin-left: -4%;
        }
        
        .store-content-h2{
            padding:unset;
        }
        
        .faq-header-h1{
            font-size: 42px;
        }
        
        
}

@media (max-width:1400px) {
.purple__button span {
    margin-left: 52px;
}


 @media only screen and (min-width: 900px) and (max-width: 1439px)  {
     
     .dropdown {
        margin-right: 17px;
     }
     
     .Button__svg{
         width: 200px !important;
     }
     
     .collection--section .container{
         max-width:1340px !important;
    }
    
    .collections-section .container{
        max-width:1320px !important;
    }
    
    .other-products--section .container{
         max-width:1340px !important;
    }
         
}

@media (min-width:1380px) and (max-width:1440px) {
      header a{
        font-size:15px;
    }
    .footer-right-mail {
        font-size: 18px;
    }
}


@media (min-width:900px) and (max-width:1200px) {
    header a{
        font-size:14px;
    }
    .purple__button span {
        margin-left: 31px;
    }
    .Button__svg {
        width: 150px !important;
    }
    .dropdown {
        margin-right: 13px;
    }
    .footer-right-mail {
        font-size: 18px;
    }
}



