*{

    font-style: normal;
    box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-family: 'nunito';
}

html{
  font-size:16px;
  overflow-x:hidden;
  /* font-kerning: none; */
}

body{
  margin:0;
/* background: #fffffb; */
/* background: #f3feff; */
  overflow-x:hidden
}



a,p{
  font-family: "nunito", sans-serif;
font-weight: 400;
font-style: normal;
  margin:0;
  text-decoration: none;
  letter-spacing: 0.2px;
}


#google_translate_element{
  position: fixed;
  bottom:1.618rem;
  left:50%;
  transform:translateX(-50%);
  z-index: 999
}

.goog-te-gadget-simple{
  border-radius: 1rem;
  padding: 0.382rem!important;
  border:none!important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.tiny-text{
  font-size: 0.618rem!important
}

.whatsapp-fixed {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    border: 0px solid silver;
    display: flex
;
    width: 55px;
    height: 55px;
    background: transparent;
    z-index: 9999;
    border-radius: 100px;
}

.whatsapp-fixed:after {
    content: 'Hai bisogno di aiuto?';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%) scale(0);
    width: 16ch;
    height: auto;
    background: white;
    padding: 1rem;
    border-radius: 0 2.618rem 2.618rem 0;
    padding-left: 2rem;
    z-index: -1;
    transition: all 0.3s ease;
    transform-origin: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    opacity: 0;
    font-family: "nunito", sans-serif;
}

.whatsapp-fixed:hover:after {
    transform: translate(0%, -50%) scale(1);
    opacity: 1;
}

.mwidth{
  max-width: 1100px;
  margin: 0 auto
}

.strong{
      font-weight: 600;
    color: #083f69;
}

.banner-sec{
  background-position: center;
  background-repeat: no-repeat;
  height: 375px!important;
  /* background-attachment: fixed */
}

.banner-sec:after {

    background: #00000047!important;

}

.banner-sec svg{
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 99;
  transform: scaleY(0.15);
  transform-origin: bottom;
  width: 100%
}

.banner-sec svg path{
  fill:white
}

.banner-wrap{
  display: flex
  ;
      max-width: 1100px;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      position: relative;
      top: 60px;
      height: 100%;
      width: 100%;
      flex-direction: column;
      gap: 1rem;
      z-index: 10;
}

.banner-wrap h1{
  color: white;
  font-size: calc(2.618rem / 1.25);
  font-family: 'the-seasons';
  margin: 0;
  line-height: 1
}

.banner-wrap p {
  margin: 0;
  color: #ffffffdb;
  max-width: 50ch;
  text-align: center;
  line-height: calc(1.618rem / 1.25);
  font-size: 1.125rem;
  font-weight: 500
}

.top-banner-sec{
  display: flex;
      width: 100%;
      height: auto;
      background: #e2fffa;
      /* position: absolute;
      top: 0;
      left: 0; */
      z-index: 99;
      align-items: center;
      justify-content: center;
      padding: 0.618rem;
      box-shadow: inset 8px -8px 12px 0px #a7fff0;
      gap:1rem;

}



.top-banner-sec .cta{
  padding: 5px 15px;
  border: 1px solid #00e2bf
}

.nav-sec{
      display: flex;
    width: 100%;
    min-height: 110px;
    /* border: 1px solid silver; */

        background: white;
    position: fixed;
      z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;

  flex-direction: column;
  transition: transform 0.3s ease;

}

.mobile-has-sub{
  width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}

.sub-mobile-menu{
  width:100%;
  display:none;
  flex-direction:column;

}

.sub-mobile-menu a{
  text-decoration:none;
}

.sub-mobile-menu > a:nth-child(1){
  font-size:1.25rem;
  border-bottom:1px solid silver;
  width:100%
}

.sub-sub-mobile-menu{
      display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    margin: 1rem;
  grid-gap:0.25rem
}

.sub-sub-mobile-menu a{
  font-size:1rem;
}


.mobile-nav{
  width:62vw;
  padding:2rem;
  border:0px solid silver;
  position:absolute;
  top:100px;
  left:0;
  transform:translateX(-100%);
      box-sizing: border-box;
  height: 100vh;
  background:white;
  display:none;
      box-shadow: rgba(0, 0, 0, 0.05) 10px 10px 20px 0px, rgba(0, 0, 0, 0.08) 0px 2px 0px 0px;
}

.mobile-nav-link-wrapper{
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  grid-gap:1rem;
  height:100%;
  width:100%;
}

.mobile-nav-link-wrapper > a{
  transition: all 0.3s ease;
    border-bottom: 1px solid #a4e1c0;
    line-height: 1.618;
    color: #09301b;
  font-size:calc(1.618rem / 1.414)
}



.mobile-nav ul li{
  padding:0;
  margin:0;
  list-style:none;
}

.mobile-nav-button{
  display:flex;
  flex-direction:column;
  grid-gap:5px;
  background:none;
  border:none;
  margin-left:auto;

  z-index:999;
  top:10px;
  right:10px;
  display:none;
}

.mobile-nav-button span{
  height:2px;
  width:20px;
  background:black;
  transition:all 0.3s ease;
}

.navd-wrap{
  display:flex;
  max-width:1400px;
  margin:0 auto;
  width:100%;
  border:0px solid silver;
  position:relative;
  height: 6.854rem;

}

.navd-logo-wrap{
  display: flex;
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;

}

.navd-logo-wrap a{
  width: 100%;

}

.navd-logo-wrap img{
  width:100%;
  height: 100%;

  object-fit:contain;
  border:0px solid silver;

}

.navd-list-wrap{
  display:flex;
  align-items:center;
  gap:1rem;
  width:max-content;
  border:0px solid silver;
  position:absolute;
  top:50%;
  right:calc(50% + 150px);
  transform:translateY(-50%);

}

.navd-list-wrap:nth-child(2){
  left:unset;
  left:calc(50% + 150px);

}

.navd-list-wrap a{
  text-decoration:none;
  font-weight:600;
  text-transform:uppercase;
  font-size:0.8rem;
  color:#09301b;
  color:#083f69;
  position: relative;
}

.navd-list-wrap a:after{
  content:'';
  display: flex;
  width:0%;
  height:1px;
  background: #01e2bf;
  position: absolute;
  bottom:-5px;
  left:0;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);

}

.navd-list-wrap a:hover:after{
  width:100%;
}

.navd-user-wrap{
  display:flex;
  width:fit-content;
  align-items:center;
  height:auto;
  border:0px solid silver;
  position:absolute;
  right:1rem;
  top:50%;
  transform:translateY(-50%);
  gap:0.618rem
}

.navd-user-wrap a i{
  color:#09301b;
  font-size: 1.125rem
}

.navd-button-cart{
  width:fit-content;
  border:none;
  padding:0;
  background:none;
  color:#09301b;
  position:relative
}

.cart-counter{
   position: absolute;
       top: -19px;
       right: -11px;
       display: flex
   ;
       aspect-ratio: 1;
       width: 100%;
       align-items: center;
       justify-content: center;
       border-radius: 100px;
       background: #008f42;
       color: white;
       font-size: 8.6px;
       font-weight: 700;
}

.vertical-line{
  display:flex;
  width:1px;
  height:30px;
  background:#09301b
}

.navd-search-wrap{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:1rem
}

.search-bar{
  border:none;
  border-bottom:1px solid #aee3c6;
  font-family: "nunito", sans-serif;
      padding: 0.618rem;
}

.search-button{
  padding:0;
  border:none;
  background:none;

}

.search-button i{
  color:#09301b
}

.hero-sec{
  display:flex;
  width:100%;
  height:95vh;
  position:relative;
  overflow: hidden
}

.hero-sec:after{
  content:'';
  display:flex;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  /* background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.5) 30%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); */
  pointer-events:none;
  z-index:10
}



.custom-shape-divider-top-1732632987 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  pointer-events:none
}

.custom-shape-divider-top-1732632987 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
}

.custom-shape-divider-top-1732632987 .shape-fill {
    fill: white;
}

.slide-wrap{
  display:flex;
  width:100%;
  height:100%;
  position:relative;
  flex-shrink:0;
  z-index:10
}

.slide-wrap:after {
  content: '';
      display: flex
  ;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgb(255, 255, 255);
      background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 0%) 100%);
      mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 83%) 25%, rgb(255 255 255) 50%, rgb(255 255 255 / 36%) 75%, rgb(255 255 255 / 0%) 100%);
}

/* .slide-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  pointer-events: none;
} */


.slide-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;

    -webkit-mask-image: radial-gradient(circle, rgb(255 255 255 / 5%) 0%, rgb(255 255 255) 80%);

}

.slide-content-wrap{
  position:absolute;
  z-index:100;
  top:calc(50% + 55px);
  left:50%;
  transform:translate(-50%,-50%);
      display: flex;
    flex-direction: column;
    justify-content: center;
      align-items: center;
    gap: 0.618rem;
}

.slide-content-wrap h1{
  font-size:calc(4.236rem / 1.125);
  color:#083f68;
  width:max-content;
  font-family: amandine, sans-serif;
font-weight: 500;
font-style: normal;
  line-height: 0.8;
    margin: 0;
  opacity:0;
}

.slide-content-wrap p{
  color:#083f68;
  font-weight:400;
  text-align:center;
  max-width:55ch;
  margin:auto;
  line-height:1.4;
  opacity:0;
  font-size: 1rem;
}

.slide-content-wrap .cta{
  opacity:0
}

.cta{
    border: 0px solid #bae1ff;
    padding: 0.618rem 1.618rem ;
    background: #a7ffef;
    color: #081f13;
    text-decoration: none;
    width: fit-content;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a7fff0;
  font-size:calc(1rem / 1.125);
  font-weight:700;
  color:#206659;
  position:relative;
  overflow:hidden;
  cursor:pointer;
}

.cta:after{
 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #e2fffa;
    z-index: 0;
  border-radius: 100px;
transition:all 0.3s ease;
    pointer-events: none;
    transform-origin: bottom
}

.cta:hover:after {
    transform: translateY(100%)scale(2);
}

.cta a{
  position:relative;
  z-index:99;
  font-weight:700;
    color: #206659;
    text-decoration: none;     width: 100%;
    text-align: center;
}

.products-sec{
  display: flex;
  padding:1.618rem;
  flex-direction: column
}

.products-wrap{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap:1rem;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.products-el{
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    padding: 0.618rem 0.618rem;
    padding-top: 0.618rem;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px 0px, rgb(0 0 0 / 1%) 0px -5px 4px 0px;
    transform-origin: center;
    border-radius: 1rem;
    gap: 1rem;
    background: white

}

.products-el .cta{
  width: 100%
}

.products-el-img{
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  border-radius: 0.618rem;
  overflow:hidden;
  position: relative;
  /* outline: 2px solid #f7f7e7;
  outline-offset: -2px; */
  /* outline: 2px solid white;
  outline-offset: -5px; */
}

.products-el-img img{
  width:100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit
}

.products-el-tag{
  display: flex;
      width: fit-content;
      padding: 0.618rem;
      position: absolute;
      top: 1rem;
      left: 0;
      background: #fbfdf4;
      border-radius: 0 1rem 1rem 0;
      font-size: calc(1rem / 1.25);
      font-family: 'nunito';
      font-weight: 600;
      letter-spacing: 0.25px;
}

.products-el-name{
  font-weight: 700;
  text-align: center;
  font-size: calc(1rem / 1.25);

  color: #4a4a41;

  text-transform: uppercase;

  background: white;
  width: 100%;
padding-top:0.618rem;
line-height: 1.3;
}

.products-el-use{
  display: flex;
      width: 100%;
      padding: 1rem;
      background: #f6fbff;
      justify-content: center;
      border-radius: 100px;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.618rem 1rem;
      box-shadow: inset 0px 20px 20px 0px rgb(255 255 255);
      border: 1px solid whitesmoke;
}



.product-sec{
  display:flex;
  width:100%;
  height:fit-content;
      padding: 2.618rem 1.618rem;
      position: relative;
      /* background: #fffffb; */
      flex-direction: column;
      z-index: 99
}

.product-sec:hover{
opacity: 1.1
}

.other-product-sec:hover{
opacity: 1.1
}



.product-wrap{
  display: grid;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: fit-content;
    gap: 4.236rem;
    grid-template-columns: 1fr 1.618fr;

}

.product-img-wrap{
  display:flex;
  width:100%;
  border-radius:1rem;
  overflow:hidden;
  flex-shrink: 0;
  max-height: 400px;
  /* outline: 2px solid #f7f7e7;
  outline-offset: -2px; */
  /* outline: 3px solid #fbfcf4;
  outline-offset: -3px; */
}

.product-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;

}

.product-data-wrap{
  display:flex;
  flex-direction:column;
  /* padding:1.618rem 0; */
  border:0px solid silver;
      width: 100%;
      gap:0.618rem;
      overflow: hidden;
      padding: 1.618rem 0;

}

.product-data-wrap h2{
  font-size:2.618rem;
  color:#083f68;
  width:max-content;
      font-family: "nunito", sans-serif;
font-weight: 600;
font-style: normal;
  line-height: 1;
    margin: 0;
  margin-bottom:0.618rem
}

.procuct-info-data-main{
      line-height: 1.4;
    font-size: 1rem;
    max-width: 65ch;
    color: #2c2c2c;
    padding: 0;
    font-weight: 600;
}

.product-data-wrap > * {
      line-height: 1.4;
    font-size: 1rem;
    max-width: 65ch;
    color: #2c2c2c;
    padding: 0;
    font-weight: 600;
    font-family: "nunito", sans-serif;
    font-size: 1rem;
    margin: 0;
    width: 100%
}

.product-data-wrap ul{
 list-style-position: inside;
     font-size: calc(1rem / 1.125);
     font-weight: 400;
     display: flex
 ;
     flex-direction: column;
     gap: 0.3rem;
}

.product-data-wrap p{
  font-size: calc(1rem / 1.125);
  font-weight: 400;
  line-height: 1.618rem;
}

.product-data-wrap table{
  max-width: 50ch
}

.product-data-wrap > h2{
  margin: 1rem 0;
      font-weight: 700;
      display: flex;
      gap: 0.618rem;
      align-items: baseline;
      color: seagreen;
      font-size: 1rem;
      text-transform: uppercase;
      font-family: 'nunito';
      margin: 0;
      line-height: 1.414rem;
}

.product-data-wrap > h3{
  margin: 1rem 0;
      font-weight: 700;
      display: flex
  ;
      gap: 0.618rem;
      align-items: baseline;
      color: #083f68;
      font-size: calc(1rem / 1.25);
      text-transform: uppercase;
      margin: 0;
}

.product-data-wrap h2:first-child{
  font-size: calc(2.618rem / 1.5);
  color:#083f68;
  width: 100%;
  font-family: 'the-seasons';
  line-height: 1.2;
  margin: 0;
}

.procuct-info-data{
  line-height: 1.4;
    font-size: 0.9rem;
    max-width: 65ch;
    color: #2c2c2c;
   font-style:italic;
  padding: 0 1.618rem;
}



.procuct-info-cat{
  margin:1rem 0;
  font-weight:700;
   display: flex;
    gap: 0.618rem;
  align-items: baseline;
  color:seagreen
}

hr{
      width: 100%;
    display: flex;
    border: none;
    height: 1px;
    background: #d8d8d8;

}

.product-info-price-wrap{
  display:flex;
  align-items:center;
  gap:1rem;
  margin:1rem 0;
  flex-wrap:wrap;
  justify-content: space-between;
}

.product-info-price-wrap form{
  width: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.product-price{
  margin:0
}


.product-quantity {
  display: flex;
  align-items: center;
}

.quantity-btn {
    /* background-color: #f9f9f9;
    border: 1px solid #c8f6dd; */
    background-color: white;
    border: 1px solid #a7fff1;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    border-radius: 100px;
    aspect-ratio: 1;
    color: #071f13;
}

#product-quantity {
  width: 50px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border: 0px solid #ccc;
  margin: 0 5px;
      border-radius: 1rem;
}
.product-quantity-counter {
  width: 50px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border: 0px solid #ccc;
  margin: 0 5px;
      border-radius: 1rem;
}

.quantity-btn:hover {
  background-color: #ddd;
}

.other-product-sec{
  display:flex;
  width:100%;
  height:fit-content;
  padding:2.618rem 1.618rem;
  flex-direction:column;
  position: relative;
  background: white;
  z-index: 99

}

.other-product-text-wrap{
  display:flex;
  flex-direction:column;
  gap:1rem;
  width:100%;
  max-width:1100px;
  margin:0 auto;
  margin-bottom: 1.618rem;
  justify-content: center;
  align-items: center;
}

.other-product-text-wrap h3{
  font-size: 2.618rem;
  color: #083f68;
  width: max-content;
  font-family: 'the-seasons';
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 0;
  font-family: "relation-two", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.other-product-text-wrap p{
  line-height:1.4;
  max-width: 55ch;
  text-align: center;
}

.other-product-wrap{
  display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.other-product{
  display: flex;
    width: 100%;
    aspect-ratio:1;
    border-radius: 0.618rem;
    overflow: hidden;
}

.other-product img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* .login-sec{
    display:flex;
    width:100%;
  padding: 4.236rem 1.618rem;
  position:relative;
  background: #d1ffff;
  background:linear-gradient(180deg, rgb(171 255 245) 0%, rgb(255 255 255 / 0%) 100%)
  }

.login-sec img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:400px;
  mix-blend-mode: hard-light;
} */

/* .polka-svg-back{

  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2365fcc3' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");

  background-color: #ffffff;
  background-color: #FBFBFB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='396' height='47.5' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");

} */

.icons-sec{
  display: flex;
  width: 100%;
  padding:2.618rem 1.618rem;
  position: relative;

}

.icons-wrap{
  display: flex;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
   flex-wrap:wrap;
   justify-content: space-between;
        gap: 1.618rem;
}

.icons-wrap h2{
  width: 100%;
  font-family: 'nunito';
  margin: 0;
  text-align: center;
  color: #8a8d2e;
  font-size: 1.618rem;
  font-weight: 500;
  line-height: 1.2;
}

.icons-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  gap:1rem;
  width: 100%
}

.icons-grid2{
  max-width: 1100px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

.icons-grid2 .icon-wrap{
  justify-content: unset
}

.icon-wrap{
  display: flex
  ;
      /* flex-direction: column; */
      gap: 1rem;
      /* justify-content: center; */
      align-items: center;
      width: 100%;
      background: white;
      border: 1px solid #f7f7f7;
      border-radius: 100px 20px 20px 100px;
      padding: 0.382rem;
      box-shadow: rgb(0 0 0 / 2%) -2px 2px 8px 0px inset;
      mask-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgb(0 0 0 / 0%) 100%);

}

.icon-wrap p{
  font-weight: 600;
  text-align: start;
  line-height: 1.25rem;
  font-size: 1rem;

  color: #083f69;
  /* font-family: "relation-two", sans-serif;
  font-weight: 400;
  font-style: normal; */
}

.icon-wrap2 p{
  /* max-width: 17ch; */
  text-align: start;
  line-height: 1.25rem;
}

.icon-img-wrap{
 display: flex;
     padding: 1rem;
     background: #a7fff0;
     border-radius: 100px;
     /* box-shadow: inset 0px -5px 12px 0px #00000014; */
     /* box-shadow: inset 0px -5px 12px 0px #1a867521; */
}

.icon-img-wrap i{
  font-size: calc(1.618rem / 1.33);
  color: #0e6c5d;
}

.icon-img-wrap img{

 width: calc(2.618rem / 1.25);
  height: auto;
  object-fit: contain
}

.icon-img-wrap2{
 display: flex;
     border-radius:100px;
     background: #a7fff0;
     overflow: hidden;
     width: 4.236rem;
     aspect-ratio: 1;
     flex-shrink: 0;

}

.icon-img-wrap2:hover img{
  transform:scale(1.2)
}

.icon-img-wrap2 img{
transition: all 0.3s ease;
  width:100%;
  height: 100%;
  object-fit: cover
}


.login-sec {
  display: flex;
  width: 100%;
  padding: 4.236rem 1.618rem;
  position: relative;
  /* background: #eaffef;
  background: linear-gradient(180deg, rgb(234 255 239) 0%, rgb(255 255 255) 100%); */
}

.login-sec img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  mix-blend-mode: luminosity;
  opacity: 0.25;
 filter: hue-rotate(260deg);
}

  .login-wrap{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
   flex-wrap:wrap;
   justify-content: space-between;
        gap: 1.618rem;
  }

.login-wrap h2{
      font-size: calc(2.618rem / 1.25);
    /* color: #083f68; */
    color:#717228;
    width: 100%;
    font-family: "the-seasons", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin: 0;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 1rem;
}

form{
  display:flex;
  flex-direction:column;
  gap:0.618rem;
  font-family:nunito;
  border:0px solid silver;
      width: fit-content;
  padding:1rem 0
}

form a{
  width:fit-content;
  display:flex;
  align-items:center;
  gap:0.618rem
}


form a i{
  color:green
}

.form-el{
  display:flex;
  flex-direction:column;
  gap:1rem;
  width:fit-content;
}

.form-el label{
  width:fit-content;
}

.form-el input{

 padding: 1rem;
     border-radius: 0.618rem;
     font-family: 'nunito';
     outline: 2px solid white;
     outline-offset: -4px;
     border: 0px solid #efefef;
     box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    min-width: 40ch;
    background-color: #CECECE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='5' height='5' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23CECECE' cx='2.5' cy='2.5' r='2.5'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.1'/%3E%3C/svg%3E");
    background-attachment: fixed;


}

.register-box{

}

.register-box ul{
      font-family: nunito;
    padding: 0;
    list-style-type: none;
  display:flex;
  flex-direction:column;
  gap:0.618rem
}

.register-box ul li{
  display:flex;
  gap:1rem
}

.about-sec{
    display:flex;
    width:100%;
  padding: 2.618rem 1.618rem;
  }

  .about-wrap{
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1.618fr 1fr;
    gap:2.618rem;
    align-items:center
  }

.about-wrap2{
  grid-template-columns: 1fr 1.618fr ;
}

.about-wrap2 .about-content-wrap{
  margin-left:auto
}


.about-wrap h2{
        font-size: calc(2.618rem / 1.25);
    color: #083f68;
    width: 100%;
    font-family: nunito;
font-weight: 600;
font-style: normal;
    line-height: 1;
    margin: 0;
    margin-bottom:0;
  position:relative;
  margin-bottom:1rem;
  letter-spacing: -1px;
}

.about-wrap h2:after {
         content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #cccccc;
    left: 0;
    transform-origin: center;
    background: rgb(236, 236, 236);
    background: linear-gradient(90deg, rgb(226 226 226) 0%, rgb(255 255 255 / 0%) 100%);
}

.about-wrap p{
        max-width: 60ch;
    line-height: 1.618rem;
    color: #3f3f3f;
    font-size: 1rem;
    font-weight: 400;

}

.about-content-wrap{
  display:flex;
  gap:1rem;
  flex-direction:column;
  width:fit-content;
}

.about-content-wrap h3{
  margin: 0;
  font-family: nunito
}

.about-content-wrap ul{
  margin: 0;
  font-family: nunito;
  line-height: 1.8;
  font-size: calc(1rem / 1.125);
  padding: 0;
  list-style-position: inside;
}

.about-content-wrap ol{
  margin: 0;
  font-family: nunito;
  line-height: 1.8;
  font-size: calc(1rem / 1.125);
  padding: 0;
  list-style-position: inside;
}

.about-img-wrap{

      width: 100%;
    height: 100%;
    display: flex;
    padding: 2.618rem 0.618rem ;
  padding-top:0.618rem;
    background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgb(0 0 0 / 0%) 0px 2px 4px -1px;
  /* transform: rotateZ(355deg); */
  transform-origin: center;
  border-radius: 1rem
}

.about-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit
}

.about-img-wrap-mobile{
  display: none;
}

.footer-sec{
  display: flex
  ;
      flex-direction: column;
      width: 100%;
      height: auto;
      background: #edfffc;
      padding: 2.618rem 1.618rem;
      position: relative;
      z-index: 99;
      min-height: 350px;
      justify-content: center;
}

.footer-sec:hover{
  opacity: 1.1
}

.footer-wrap{
  display:flex;
  max-width:1100px;
  margin:0 auto;
  gap:1rem;
  flex-direction:column;
  width:100%;
}

.footer-wrap a{
  text-decoration:none
}

.footer-wrap p:first-child{

}

.footer-wrap p{
  max-width:65ch;
  line-height:1.4;
  margin:auto;
  text-align:center;
  font-size: calc(1rem / 1.125)
}

.footer-wrap .navd-logo-wrap{
  position: relative;
  top: unset;
  left: unset;
  margin: auto;
  transform: unset;
}

.footer-wrap2{
  display: flex;
      gap: 1rem;
      margin: 0 auto;
      flex-wrap: wrap;
}

.footer-links-wrap{

      display: flex;
    gap: 2.618rem;
    justify-content: center;
  flex-wrap: wrap;
}

.register-sec{
    display: flex;
    flex-direction: column;
    padding:1.618rem
  }

  .register-wrap{
    display: flex;
      flex-direction: column;
      max-width: 1100px;
      margin: 0 auto;
      width: 100%;

  }

  .register-wrap h3{
    font-family: nunito;
        display: flex;
        gap: 0.618rem;
        font-size: calc(1.618rem / 1.333);
        margin-bottom: 1rem;
        color: #083f68;
  }

  form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0
  }

  .form-mgroup{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:1rem;
    flex-wrap: wrap
  }

  .form-group{
    display: flex;
      flex-direction: column;
      gap: 0.618rem;
width:100%;

  }

  .form-group input{
    padding: 1rem;
    /* background: #edfffc; */
    border: none;
    border-radius: 0.618rem;
    /* box-shadow: inset 8px -8px 12px 0px #a9fff1; */
    font-family: 'nunito';
    outline: 2px solid white;
    outline-offset: -4px;
    border: 0px solid #efefef;

    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    border: 1px solid #f7f7f7;
  }

  .form-group label{
  font-family: 'nunito';
  font-size: calc(1rem / 1.125);
  font-weight: 600;
  }

  .cta button{
    position: relative;
    z-index: 99;
    background: none;
    border: none;
  }



  .checkbox-group{
    flex-direction: row
  }

  select{
    padding: 1rem;
    border: 1px solid antiquewhite;
  }

  .contact-sec{
    display: flex;
      width: 100%;
      padding: 2.618rem 1.618rem;
      flex-direction: column;
      height: 100%
  }



  .contact-wrap{
    display: grid;
      max-width: 1100px;
      margin: 0 auto;
      width: 100%;
      grid-template-columns: 1.618fr 1fr ;
      gap:2.618rem

  }

  .contact-form{
    /* max-width: 30ch */
  }

  .contact-form label{
    font-family: 'nunito';
    font-size: calc(1rem / 1.125);
    font-weight: 600;
  }

  .contact-form input{
    padding: 1rem;
    /* background: #edfffc; */
    border: none;
    border-radius: 0.618rem;
    /* box-shadow: inset 8px -8px 12px 0px #a9fff1; */
    font-family: 'nunito';
    outline: 2px solid white;
    outline-offset: -4px;
    border: 0px solid #efefef;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  }

  .contact-form textarea{
    padding:0.618rem;
    border:1px solid whitesmoke
  }
  .terms-wrap{
    display: flex;
    align-items: center;
    gap: 0.618rem;
  }

  .terms-wrap p{
    font-size: 0.9rem
  }

  .icons-wrap{
    /* max-width: 800px */
  }

  .areaprivata-sec{
    display: flex;
    width: 100%;
    height:auto;


    padding: 0 1rem;
    position: relative;

    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23D6E9D5'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23FFFFFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23FFFFFF' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFFFFF' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: 10px;
    background-color: #fdfcff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2365fcc3' fill-opacity='0.4' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E"); */

  }



  .areaprivata-wrap{
    display: flex;
      max-width: 1100px;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      position: relative;
      min-height: 250px;
      height: auto;
      width: 100%;
      flex-direction: column;
      gap:1rem;
      z-index: 10;
      padding:1.618rem 0
  }

  .areaprivata-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap:1rem;
    width:100%;
  }

  .areaprivata-el{
    display: flex;
      width: 100%;
      height: auto;
      /* border: 1px solid silver; */
      box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
      flex-direction: column;
      gap: 0.618rem;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      border-radius: 1rem;
      background: white;
  }

  .areaprivata-el i{
    font-size: 1.618rem;
    color: #008f42;
  }

  .areaprivata-el a{
    font-size: calc(1.618rem / 1.25);
    font-family: 'the-seasons';
    text-decoration: none;
    font-weight: 600
  }

  .areaprivata-el p{
    text-align: center;
    line-height: calc(1.618rem / 1.25);
  }

  .table-sec{
    display: flex;
    width: 100%;
    height: auto;
    padding:2.618rem 1.618rem;
  }

  .table-wrap{
    display: flex;
    flex-direction: column;
    gap:0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    min-height: 250px;
    width:100%;

  }

  .table-wrap h2{
    font-family: 'the-seasons';
      font-weight: 600;
      margin-bottom: 0;
      color:#083f68
  }


  table{
    overflow: hidden;
    border-radius: 1.618rem;
    background: white;
  }

  thead tr{
    background: rgb(167,255,241);
    /* background: linear-gradient(180deg, rgba(167,255,241,1) 0%, rgba(255,255,255,1) 100%); */
  }

  tr{
    background: rgb(241,241,241);
    background:linear-gradient(270deg, rgb(252 252 252) 0%, rgba(255, 255, 255, 1) 100%)
  }

  tr i{
    font-size: calc(1.618rem / 1.414);
      color: #ff0007;
      border-radius: 100px;
      /* padding: 0.618rem; */
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1;
      width: fit-content;
      box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
      background: white
  }


  /* tr:nth-child(even){
    background: #f0f0f0;
  } */


  th{

    padding: 1rem;
    font-family: 'nunito';
    text-align: left;
    color:#19524a;
    font-weight: 600;
    font-size: calc(1rem / 1.25);
    font-weight: 700;
  }

  td{
    font-family: 'nunito';
    padding:1rem;
    /* border-bottom: 2px dashed #f0f0f0; */

    border-bottom: 0.5px solid #9ceae0;
    font-size: calc(1rem / 1.25);
    font-weight: 600;
    line-height: 1.4;
  }

  td .product-img-wrap{
  width: 4.236rem;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }

  td a{
    font-size: calc(1rem / 1.414);
    font-weight: 700;
    text-transform: uppercase;
  }


  .dettaglio-spedizione-sec{
    display: flex;
 padding: 1.618rem 1.618rem;
    padding-top: 0;
  }

  .dettaglio-spedizione-wrap{
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;

  }

  .dettaglio-wrap{
    display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1.618rem;
        border-radius: 0.618rem;
        background: #fdfdfd;
       box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }

  .dettaglio-wrap h3{
    font-family: nunito;
    margin:0;
    font-size: 1.125rem;
    color: #083f69;
  }

  .dettaglio-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap:1rem;
    width:100%
  }

  .dettaglio-grid p{
    font-size: calc(1rem / 1.125)
  }


  .carrello-totale-wrap{
    display: flex;
    flex-direction: column;
    gap:1rem;
  }

  .carrello-totale-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 450px;

    background:white;

  }

  .carrello-totale-grid p{
    padding: 1rem;
    border:1px dashed #f0f0f0
  }

  .carrello-sec{
    display: flex;
    width: 100%;
    height: auto;
    padding:2.618rem 1.618rem;
  }

  .carrello-wrap{
    display: flex;
    flex-direction: column;
    gap:0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    min-height: 400px;
    width:100%;

  }

  .carrello-wrap h2{
   font-family: nunito;
   font-weight: 600;
   margin-bottom: 0;
   color: #083f68;
   margin-bottom: 1rem;
  }

  .buttons-added{
    display: flex;
    gap:0.618rem
  }

  .buttons-added input[type="button"] {
      font-size: calc(1.618rem / 1.414);
          color: #ff0007;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.618rem;
          height: 1.618rem;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgb(0 0 0 / 0%) 0px 2px 4px -1px;
          background: white;
          margin: 0;
          border: none;
          transition: all 0.3sease;

  }

  .buttons-added input[type="button"]:hover{
    transform:scale(1.1)
  }

  .buttons-added input[type="number" i] {
    border:1px solid #e8e8e8;
    border-radius: 0.618rem;
    padding: 0 1rem;
    max-width: 10ch;
    height: 4ch;
  }

  .checkout-sec{

  }

  .checkout-wrap{
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 2.618rem 1.618rem
  }

  .checkout-form-wrap{
   display: flex;
       flex-direction: row;
       gap: 1rem;
       flex-wrap: wrap;
       width: 100%;
       justify-content: center;
  }

  .checkout-form-wrap tr{
    border:none
  }

  .checkout-form-wrap td{

    background: unset!important;
    border: none!important;
    box-shadow: unset!important;
    flex-flow: row-reverse;
    margin: 0;
    padding: 0.618rem 0;
  }

  .checkout-form-wrap .dettaglio-wrap{
   display: flex;
       flex-direction: column;
       gap: 1rem;
       padding: 1.618rem;
       border-radius: 0.618rem;
       background: #fdfdfd;
       box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
       width: 100%;
       height: fit-content;
  }

  /* .dettaglio-wrap-circle{
    border-radius: 1000px!important;
    width: fit-content!important;
    aspect-ratio: 1!important;
    justify-content: center!important;
    align-items: center!important;
    min-width: 300px!important;
  } */

  .dettaglio-data-row{
    display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        align-items: center;
        gap:1.618rem
  }

  .dettaglio-data-row .dettaglio-wrap{
    gap:0.618rem;
    min-height: 180px;
  }

  .checkout-form-wrap .dettaglio-wrap .cta{
    font-size:calc(1rem / 1.25)
  }

  .checkout-form-wrap .dettaglio-wrap .cta span{
    font-family: nunito
  }

  .checkout-form-wrap .dettaglio-wrap p{
    line-height: 2
  }

  .checkout-form-wrap .dettaglio-wrap hr{
    margin: 0;
    background: #eae9e9;
  }

  .checkout-form-wrap .dettaglio-wrap h3{
    font-size: calc(1.618rem / 1.125);
    font-weight: 600;
    gap: 0.618rem;
        display: flex;
        align-items: center;
  }

  .checkout-form-wrap .dettaglio-wrap h4{
    margin: 0;
    font-size: calc(1rem / 1.125);
  }


  .checkout-form-wrap .dettaglio-wrap label{
    max-width: 90ch;
    line-height: 1.4;
    font-size: calc(1rem / 1.125);
  }

  .checkout-form-wrap .dettaglio-wrap textarea{
    border: none;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 1rem;
    border-radius: 0.618rem;
  }

  .checkout-form-wrap .dettaglio-grid{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .checkout-form-wrap .dettaglio-grid p{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding:1rem;
    border-radius: 0.618rem;
    min-height: 3rem;
  }

  .checkout-form-wrap .dettaglio-grid .dettaglio-wrap{
    padding: 0;
    box-shadow: unset;
    margin-top:1rem
  }


  .fullwidth{
    width: 100%!important
  }

  .cta2{
   padding: 0.618rem 1rem;
   margin-top: 1rem;
   background: indianred;
   color: white;
   border-radius: 100px;
   font-weight: 600;
   line-height: 1;
   text-transform: lowercase;
  }

  .product-banner-sec{
    display:flex;
    flex-direction:row;

    background:#e2fffa;
    position:relative;
    overflow: hidden
  }

  .product-banner-wrap{
    display: flex
    ;
      max-width: 1100px;
      margin: 0 auto;
      padding: 1.618rem 2.618rem;
      padding-bottom: 0;
      flex-wrap: wrap;
      gap: 1rem;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 100%;

  }

  .product-banner-wrap h2{
    font-size: 2rem;
    color: #083f68;
    width: max-content;
    font-family: 'the-seasons';
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin: 0;
    margin-bottom: 0;
  }

  .product-banner-wrap p{
      font-family: "nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.2px;
    line-height:1.4;
    max-width:50ch
  }

  .product-banner-img{
   display: flex
   ;
     width: auto;
     height: 100%;
     border-radius: 0;
     overflow: hidden;
     aspect-ratio: 1;
     max-width: 350px;


  }

  .product-banner-img img{
    width:100%;
    height:100%;
    object-fit:contain;

  }

  .product-banner-text{
    display: flex;
    flex-direction: column;
    width:fit-content;
    height:fit-content;
    gap:1rem
  }




@media only screen and (max-width:1100px){
  .navd-list-wrap{
    display:none
  }



  .navd-search-wrap{
    display:none
  }

  .mobile-nav-button{
    display:flex
  }

  .mobile-nav{
    display:flex;
  }

  .navd-logo-wrap {
    display: flex;
    width: 200px;
    position: absolute;
    left: 1rem;
    transform: translate(0%, -50%);
    top: 50%;
}
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 1px dashed #083f6869;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    padding: 1rem;
    display: block;
    font-size: calc(1rem / 1.125);
    text-align: right;
    display: flex;
        justify-content: space-between;
        align-items: center;
       border-bottom:none

  }

  table td:nth-child(odd){
    background: rgb(239 255 252);

    border: 0.5px solid #9ceae0;
  }

  table td:nth-child(even){
    background: rgb(227 255 251);
    /* border: 0.5px solid #9ceae0; */
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(1rem / 1.5);
  }

  table td:last-child {
    border-bottom: 0;
  }




}


@media only screen and (max-width:650px){

  html{
    font-size:15.5px;

  }

  .products-wrap{
    display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        padding: 1rem 0;
  }

  .products-el{
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 90%;
  }

  .products-el-name{
    font-size: 1rem
  }

  .other-product-text-wrap p {

      max-width: 32ch;

  }

  .product-banner-wrap{

      padding: 2.618rem;


  }

  .product-banner-img{
    position: absolute;
    bottom:0;
    right:0;
    opacity: 0.2
  }

  .product-banner-img img{
    height: 170%
  }

  .top-banner-sec p{
    font-size: 0.8rem
  }

  .banner-wrap{
    top:70px
  }

  .banner-sec svg {

      transform: scaleY(0.35);

      width:100%
  }

  .about-img-wrap-mobile{
    display: flex!important;
  }

  .about-img-wrap{
    display: none;
  }

  .login-sec img{
    display: none
  }

  .slide-content-wrap h1{
    font-size:2.618rem
  }

  .product-wrap{
    grid-template-columns:1fr;
    gap: 2.618rem;
  }

  .about-wrap{
    grid-template-columns:1fr
  }

  .about-wrap h2{
    font-size: 1.618rem;
    letter-spacing: -0.5px;
  }

  .contact-wrap{
    grid-template-columns: 1fr
  }

  .mobile-nav{
    width:86vw
  }
}