

*{
  box-sizing:border-box
}

html{
  font-size:14px;
  /* font-family: "allumi-std", sans-serif; */
  /* font-family: "itc-avant-garde-gothic-pro", sans-serif; */

/* -webkit-font-smoothing: auto; */
-webkit-font-smoothing: subpixel-antialiased;
/* -webkit-text-stroke: 0.25px; */
    scroll-behavior: smooth;
    text-rendering: geometricPrecision;
    font-family: "new-rubrik-edge", sans-serif;
    
}

body {
    margin: 0;
    background: var(--maincolor);
    /* background: linear-gradient(45deg, rgba(12, 12, 12, 1) 0%, rgb(36 36 40) 100%) */
    --s: 7px;
    --c1: #0d0d0d;
    --c2: #18181a;
    --c: #0000 75%, var(--c1) 0;
    --g1: conic-gradient(at 78% 3%, var(--c));
    --g2: conic-gradient(at 3% 78%, var(--c));
    background: var(--g1), var(--g1) var(--s) var(--s), var(--g1) calc(2 * var(--s)) calc(2 * var(--s)), var(--g1) calc(3 * var(--s)) calc(3 * var(--s)), var(--g2) 0 calc(3 * var(--s)), var(--g2) var(--s) 0, var(--g2) calc(2 * var(--s)) var(--s), var(--g2) calc(3 * var(--s)) calc(2 * var(--s)) var(--c2);
    background-size: calc(4 * var(--s)) calc(4 * var(--s));
}

div:where(.swal2-container).swal2-center>.swal2-popup {
background: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #ffffff29;
    color: var(--oncolor);
    border-radius: 1.618rem;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {

    border-radius: 100px!important;
    padding: 0.382rem 2.618rem!important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    border-radius: 100px!important;
    padding: 0.382rem 2.618rem!important;
}

div:where(.swal2-container) h2:where(.swal2-title) {

    font-family: "new-rubrik-edge", sans-serif;
    font-size: 1.618rem!important;
    color: var(--oncolor)!important;
}

a{
  color:var(--textcolor);
  font-weight: 200;
    text-underline-offset: 5px;
}

p{
  color:var(--textcolor);
  font-weight: 200;
}

h1{
 color: var(--textcolor);
 margin: 0;
 text-align: center;
 font-weight: 300;
 letter-spacing: 0;
}

h2{
 color: var(--textcolor);
 margin: 0;
 text-align: left;
 font-weight: 500;
 letter-spacing: 0px;
 font-size: 1.5rem;
 margin-bottom: 1.618rem;
 display: flex;
 grid-gap: 0.6rem;
 font-family: "scotch-text", sans-serif;
}

hr{
  border: 0.5px solid var(--strongcolor);
  margin: 1rem 0;
}

form{
  display: flex;
  flex-direction: column;
  grid-gap: 0.809rem;
  margin-bottom: 1.618rem;
}

select{
  padding: 0.5rem;
      background: var(--maincolor);
      color: var(--offcolor);
      border: 0.5px solid
  color-mix(in srgb, var(--textcolor) 40%, #ffffff00);
      border-radius: 0.25rem;
}

.form-auth-flex{
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  margin: 1rem 0;
}

label{
  color:var(--textcolor);
  font-weight: 300;
  line-height: 1.618rem;
}

button{
  line-height: 2.618rem;
  background: var(--textcolor);
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  color: var(--maincolor);
  font-size: 1.125rem;
}

input{
  line-height: 2.618rem;
  padding: 0 1rem;
  background: var(--maincolor);
  border: 0.5px solid
  color-mix(in srgb, var(--textcolor) 40%, #ffffff00);
  border-radius: 0.25rem;
  color: white;
}

textarea{
  background: var(--maincolor);
  border: 0.5px solid var(--textcolor);
  border-radius: 0.25rem;
}

.tw23-content-transition{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: black;
  border: 1px solid silver;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
}

.skeleton {
  width: 100%;

background: linear-gradient(110deg, #494949 8%, #5e5e5e 18%, #494949 33%);
  background-size: 300% 100%;
  animation: 1.5s shine linear infinite;

}

@keyframes shine {
  to {
    background-position-x: -300%;
  }
}

.switch-wrapper {
  width: 50px;
  height: 22px;
  outline: 0px solid lightgray;
  border-radius: 100px;
  display: flex;
  position: relative;

  background: var(--textcolor);
  cursor: pointer;
  outline: 2px solid var(--textcolor);
}

.circle {
  display: block;
  width: 18px;
  height: 18px;
  border: 0px solid silver;
  border-radius: 100%;
  margin: 0px 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 1px 0.5px slategray);
}

.text-right{
  text-align: right;
}

.main-container{

  width:100%;


  outline-offset:10px;
  margin:0 auto;
 position:relative;
  top:50px;
 /* background: var(--maincolor); */
	  display: flex;
	flex-direction: column;
	overflow-x: hidden;

}



.top-bar{
  width: 100vw;
      background:
   color-mix(in oklab, var(--maincolor), transparent 20%);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      display: flex
  ;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 1.618rem;
      /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
      min-height: 4.236rem;
      border-bottom: 1px solid #ffffff1f;
}

.top-bar-box{
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
}

.top-bar a svg path{
    fill: var(--textcolor) !important;
}

.top-bar  > * {
    color:var(--textcolor);
    font-size: 1.25rem;
}

.top-bar h1{
	 font-size: 1rem;
   font-weight: 500;
   margin: 0;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   max-width: 32ch;
   overflow: hidden;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}

.top-bar-icons-wrap{
  display: flex;
  grid-gap:1rem;
}

.top-bar-icons-wrap button{
  background: none;
  border:none;
  color: var(--oncolor);
  padding: 0
}

.top-bar-divider{
  display: block;
  width: 1.5px;
  height:15px;
  background: var(--oncolor)
}

.tw23-searchbar{
 width: 100%;
 height: auto;
 background:
 color-mix(in oklab, var(--maincolor), transparent 20%);
 position: fixed;
 z-index: 100;
 top: 0;
 left: 0;
 opacity: 0;
 pointer-events: none;
 padding:2rem;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
}

.tw23-searchbar form{
  display: grid;
  max-width: 600px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.tw23-close-search{
  position: absolute;
  top:1rem;
  right: 1rem;
  background:none;
  border:none;
  color:white
}

/* .tw23-search-button svg{
  width: 20px;
  height: 100%
} */

.cc-search-icon{
  background: url('../svg/AI-search-icon.svg');
  background-repeat: no-repeat;
  background-size: cover; /* stretch the background to cover the whole element */

  /*
     still inline, but has block features
     meaning height and width can be set
  */
  display: inline-block;
 width: 1.618rem;
     display: flex
 ;
     aspect-ratio: 1;
}

.tw23-input-search{
  background: var(--textcolor);
  color: var(--maincolordarker);
  font-weight: 500;
  font-size: 1.125rem;
  opacity: 1;
}

.navigation-bar {
    width: 100%;
    border: 0px solid silver;
    position: fixed;
    bottom: 0px;
    /* left: 50%;
    transform: translateX(-50%); */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
   padding: 1rem 1.5rem;
    grid-gap: 20px;
    background: var(--maincolor);
    z-index: 99999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background:color-mix(in oklab, var(--maincolor), transparent 20%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navigation-bar-box{
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
}

.navigation-bar > *{
  color:var(--textcolor)
}

.navigation-bar a{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  text-decoration:none;
  grid-gap:2.5px;
  font-weight: 400;
  gap: 0.382rem;
}

.navigation-bar a svg path {
    fill: #ebe0c9 !important;
}

.navigation-bar a i{
  border:0px solid silver;
  padding:5px;
  border-radius:100px
}

.navigation-bar:after {
    content: '';
    position: absolute;
    top: 10rem;
    left: 5rem;
    width: 50px;
    height: 50px;
    display: block;
    background: red;
    z-index: 99999;
}

.page-content{
  width: 100%;
      height: 100%;
      flex-direction: column;
      display: flex;
      position: relative;
      transition: all 0.3s ease;
      left: 0;
      margin-bottom: 8rem;
      background-size: 1rem 1.618rem;
      /* background-image: repeating-linear-gradient(0deg, #c3c3c3, #444cf700 1px, #ffffff00 1px, #ffffff00); */
      background-position: top;
      min-height: 100vh;
      z-index: 1;
      /* max-width: 1000px;
      margin: 0 auto; */
      /* background-color:transparent;
      fill:rgba(255, 255, 255, 0.05);
      background-size:73px 73px;
      background-repeat:repeat;
      background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgba(255, 255, 255, 0.05)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E"); */

}

.page-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: red; */
    background-size: 1rem 0.809rem;
    /* background-image: repeating-linear-gradient(0deg, #ff0000, #444cf700 1px, #ffffff00 1px, #ffffff00); */
    background-position: top;
    display: none
}

.page-content p{
  line-height:1.618;
  margin: 0;
 margin-top: 1.618rem;
}

#vue_menu , #vue_products{
 width: 100%;
 padding: 1rem;
 grid-gap: 1rem;
 display: grid;
 grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
 /* grid-template-rows: repeat(auto-fit,250px); */
 max-width: 1000px;
 margin: 0 auto;
 padding-top: 1.618rem;


}

.tw23-category-wrap{
 border: 0px solid silver;
 width: 100%;
 position: relative;
 display: flex;
 border-radius: 0.5rem;
 /* overflow: hidden; */
 /* box-shadow: rgba(149, 157, 165, 0.2) 0 0 20px 0px; */
 /* height: 14rem; */
 aspect-ratio: 1.51;
 /* outline: 2px solid
 color-mix(in oklab, var(--maincolor), var(--strongcolor) 30%); */
}

.tw23-category-wrap i{
  color:var(--strongcolor)
}

/* .tw23-category-wrap:before {
    content: '';
    padding-bottom: 50%;
}

.tw23-category-wrap:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 50%, rgba(255,255,255,0) 100%);
  display: none;

} */

.tw23-category-wrap a{
 text-decoration: none;
     color: var(--textcolor);
     font-size: 1.125rem;
     padding: 1rem 1.5rem;
     width: 100%;
     position: absolute;
     bottom: 0;
     left: 50%;
     z-index: 10;
     /* background:
 color-mix(in oklab, var(--maincolor), transparent 10%); */
     line-height: 1;
     transform: translateX(-50%);
     /* outline: 2px solid
 color-mix(in oklab, var(--maincolor), transparent 10%); */
     outline-offset: 2px;
     letter-spacing: 0.2px;
     display: flex;
     justify-content: space-between;
     align-items: end;
     font-weight: 500;
     border-radius: inherit;
     height: 100%;
     background-image: linear-gradient(0deg,rgb(28 28 28), rgb(25 25 29 / 0%), rgb(25 25 29 / 0%));
     font-family: "scotch-text-condensed", sans-serif;
     font-weight: 500;
     font-style: normal;
     box-shadow: inset 0px 20px 10px -23px #fff9da;

}

/* .tw23-category-wrap a:after{
 content: '';
 position: absolute;
 top: 0;
 background: whitesmoke;
 right: -10px;
 width: 10px;
 height: 100%;
 clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.tw23-category-wrap a:before{
 content: '';
 position: absolute;
 top: 0;
 background: whitesmoke;
 left: -10px;
 width: 10px;
 height: 100%;
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
} */

.tw23-category-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position:absolute;
  z-index: 0;
  top:0;
  left:0;
  border-radius:inherit

}

.tw23-login-wrap{
 width: 100%;
padding: 1.618rem;
 max-width: 400px;
 margin: 0 auto;

}

.tw23-contact-wrap{
  width: 100%;
   padding: 2rem;
   max-width: 400px;
   margin: 0 auto;

}

.tw23-contact-info-wrap{
  display: grid
  ;
      grid-template-columns: 1fr;
      gap: 1rem;
      padding: 0 1.618rem;
      width: fit-content;
}

.tw23-contact-info-wrap a{
  display: flex;
  align-items: center;
  grid-gap:1rem;
  text-decoration: none;
  font-weight: 300;
}

.tw23-contact-info-wrap a svg{
  background: linear-gradient(235deg, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 15%) 50%, rgb(255 255 255 / 1%) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  outline: 1px solid #ffffff24;
  aspect-ratio: 1;
  padding: 0.618rem;
  border-radius: 100px
}

.tw23-home-wrap{
  padding: 2rem;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tw23-home-wrap p{
  margin: 0
}

.tw23-home-cc-svg-wrap{


  height: fit-content;
  display: flex;
  margin: 2rem;
}

.tw23-home-cc-svg-wrap svg:nth-child(1){
  transform: translateX(70%);
  transform-origin: center;
}

.tw23-home-cc-svg-wrap svg:nth-child(2){
  transform: translateX(-70%);
  transform-origin: center;
}

.tw23-pagelinker-sec{
  width: 100%;
  height: fit-content;
  padding: 2rem;
  display: flex;
  grid-gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;

}

.tw23-details-sec{
  width: 100%;
    display: flex;
  overflow-x: hidden;
position: relative;
min-height: calc(100vh + 10rem);
max-width: 1000px;
margin: 0 auto;

}

.tw23-detail-wrap{
  flex-shrink: 0;
  width: 100%;
}

.tw23-detail-tablet-wrap{
  display: grid;
  grid-template-columns: 1fr ;
  max-width: 750px;
  margin: auto;
}

.tw23-detail-tablet-wrap2{
  display: flex;
  flex-direction: column;
  grid-gap:1rem;
}

.tw23-details-selector-wrap{
 display: flex;

 grid-gap: 1rem;
 padding: 1rem;
 position: fixed;
 background: #262626a8;
 width: 100%;
 z-index: 999;
 -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);


}

.tw23-details-selector-grid{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}


.tw23-selector-wrap {

    position: absolute;
    bottom: 0;
    left: 0;

    width:100%;
}

.tw23-selector{
  transform: translateX(14px);
  width: 12ch;
  background: var(--strongcolor);
  height: 5px;
}

.tw23-details-selector-wrap a{
    padding: 0.5rem 1rem;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
font-size: 0.75rem;
text-align: center;
letter-spacing: 1px;
cursor:pointer;
}

.tw23-selected{
  border-bottom:1px solid var(--strongcolor);
  width:100%;
  animation: 1.5s grow ease;
}




.tw23-details-image-wrap{
  width: 100%;
  /* height: 50vh; */
  aspect-ratio: 1.618;
  position: relative;
  display: flex;
  overflow-x: hidden;

}

.tw23-details-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;

}

.tw23-details-grid{
  display: grid;
  grid-template-columns:1fr;
  grid-gap:0rem;
  padding: 1rem;
}

.tw23-details-content-wrap{
 padding: 1.5rem;
     display: flex;
     flex-direction: column;
     align-items: start;

}

.tw23-details-content-wrap h1{
  font-family: "scotch-text-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.618rem;
}

.tw23-details-content-wrap p{
  line-height: 1.618;
  margin: 0;
  margin-top: 1.618rem;
  display: flex;
  max-height: 30rem;
  overflow-y: scroll;
  flex-direction: column;
}

.tw23-details-image-mini-wrap{
 display: flex;
     flex-direction: row;
     grid-gap: 1rem;
     width: 100%;
     height: 105px;
     padding: 1rem 0.5rem;
     overflow-x: scroll;
     background:
 color-mix(in oklab, var(--maincolor), var(--strongcolor) 10%);
}

.tw23-details-image-mini-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  max-width: 105px;
  flex-shrink: 0;
    border-radius: 0.25rem;
}

.tw23-prices-wrap{
  display: grid;
grid-gap:1rem;
  flex-direction: column;
  padding: 0 1.5rem;
  grid-template-columns: auto
}

.tw23-price-grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
grid-gap:0rem;
  width:100%;
  position: relative;
}

.tw23-addprod-btn{
 /* position: absolute;
 top: 50%; */
 /* right: 1.5rem; */
 /* transform: translateY(-50%); */
 /* background: var(--strongcolor); */
 color: var(--textcolor);
 outline: 0px solid var(--maincolor);
 outline-offset: 2px;
 font-size: 0.9rem;
 /* width: 25px; */
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0.45rem;
 border-radius: 1rem;
 text-decoration: none;
 background: linear-gradient(235deg, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 15%) 50%, rgb(255 255 255 / 1%) 100%);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
 outline: 1px solid #ffffff24;
 outline-offset: -1px;
}

.tw23-size{
width: 100%;
/* background: var(--strongcolor); */
    padding: 0.5rem 0rem;
height: 2.5rem;
font-weight: 500;
margin: 0!important;
display: flex;
align-items: center;
    /* border-radius: 0 0.25rem 0.25rem 0; */
    grid-gap: 0.5rem;
    font-family: "scotch-text-condensed", sans-serif;
        font-weight: 500;
        font-style: normal;


}

.tw23-price-wrap{
  display: flex;
  align-items: center;
  padding:0;
  margin-left: auto;
  gap: 1rem;
}

.tw23-price{
width: 100%;
/* background: var(--textcolor); */

color: var(--textcolor);
    padding: 0.5rem 0rem;
height: 2.5rem;
font-weight: 500;
margin: 0!important;
display: flex;
align-items: center;
    /* border-radius: 0.25rem  0 0 0.25rem; */
}

.tw23-loader{
  display:block;
  width:25px;
  aspect-ratio:1;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(161,161,161,1) 100%);
  border-radius:100px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  transform-origin:center center;
  z-index:999
}

.tw23-loader:before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
 transform:translate(-50%,-50%);
  width:50px;
  aspect-ratio:1;
  border-radius:100px;
  transform-origin:left;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(161,161,161,1) 100%);
  animation: grow 1.5s ease infinite;
}

.tw23-loader-external{
  position:absolute;
  top:50%;
  left:50%;
 transform:translate(-50%,-50%)scale(0.15);
  width:120px;
  aspect-ratio:1;
  background:red;
  border-radius:100%;
  transform-origin:left;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(161,161,161,1) 100%);
}



@keyframes grow{
  0%{
    width:25px;
  }
  50%{
    width:50px;
  }
  100%{
    width:25px;
  }
}

.tw23-product-wrap{
 /* border: 3px solid #ffffff08; */
 width: 100%;
 position: relative;
 display: flex;
 flex-direction: column;
 border-radius: 0.5rem;
 aspect-ratio: 1.51;

 /* overflow: hidden; */
 /* box-shadow: rgba(149, 157, 165, 0.2) 0 0 20px 0px; */
 /* outline: 2px solid
 color-mix(in oklab, var(--maincolor), var(--strongcolor) 30%); */
}

.tw23-product-wrap-hyper{
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;

  opacity: 0;
  z-index: 99999
}

.tw23-product-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
    border-radius: inherit;
    top: 0;
    left: 0;
    background: rgb(244, 252, 255);
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 51%, var(--maincolor) 100%);
    opacity: 0.2;
}


@property --gradient-angle {
  syntax: "<angle>";
  initial-value:0deg;
  inherits:false;
}


.glow{
  position: relative;
  transform:translateZ(0)
}

.glow:after {
   content: '';
   position: absolute;
   top: -1.25px;
   left: -1.25px;
   width: calc(100% + 2.5px);
   height: calc(100% + 2.5px);
   z-index: -1;
   background-size: 100%;
   /* background-image: conic-gradient(from var(--gradient-angle),rgb(17, 24, 39), rgb(75, 85, 99),rgb(17, 24, 39)); */
   background-image: conic-gradient(from var(--gradient-angle),var(--maincolor), #343434,var(--maincolor));
   border-radius: inherit;
   animation: glowanim 3s linear infinite;
   opacity: 1;
    top: -2.5px;
   left: -2.5px;
   width: calc(100% + 5px);
   height: calc(100% + 5px);

}



@keyframes glowanim{
  0%{
    --gradient-angle: 0deg;
  }
  100%{
    --gradient-angle: 360deg;
  }
}





.tw23-product-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    /* transform: scale(1.5); */
    /* filter: brightness(0.55) saturate(1.10) contrast(1.05); */
    border-radius: inherit;
    /* z-index: 99; */
    /* opacity: 0.4; */
    filter: contrast(1.125);
    /* filter: contrast(1.25) opacity(0.8); */
}

/* .tw23-product-wrap:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.094);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.4px);
  -webkit-backdrop-filter: blur(5.4px);
  z-index: 1;
  border-radius: inherit;

} */

.tw23-product-text{
  /* position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); */
      z-index: 9999;
      width: 100%;
      padding: 1rem 1.5rem;
      /* box-shadow: inset rgb(255 255 255 / 13%) 0px 10px 20px -7px, inset rgb(255 255 255 / 78%) 2px 3px 6px -4px; */
      height: 100%;
padding-bottom: 0rem;
    text-shadow: -1px 1px 0px #00000061;

}

.tw23-product-text p{
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: calc(1rem / 1.125);
  color: #D8CEBB;
  letter-spacing: 0.25px;
  /* text-shadow: #19191d87 0.1rem 0.1rem 0.5rem; */
  font-weight: 300;
  font-style: normal;
  text-wrap: pretty;
  /* text-shadow: 2px 2px 4px #00000075; */
  color: #d8cebbd9;
  letter-spacing: 0.25px;
  /* text-shadow: #19191d87 0.1rem 0.1rem 0.5rem; */
  font-weight: 600;
  word-spacing: 0.1ch;
  pointer-events: none
}

.tw23-product-text p:nth-child(1){
  font-size: 1.25rem;

  line-height: 1.33;
  margin-bottom: 0.5rem;
  color: var(--textcolor);
 letter-spacing: -0.5px;
  font-style: normal;
  font-family: "scotch-text-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  word-spacing: 0.1em;
}

.tw23-product-wrap .tw23-prices-wrap{
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
  grid-gap: 0;
  z-index: 500;
  padding: 1rem 1.618rem;
background: linear-gradient(0deg, var(--maincolor) 0%, rgba(255, 255, 255, 0) 100%);
display: grid;
grid-template-columns: auto;
margin-top:auto;
    gap: 0.382rem;
    border-radius: inherit;
    position: absolute;
    bottom: 0;
    z-index: 99999;

}

.tw23-product-wrap .tw23-price-grid{
  grid-template-columns: auto auto;
  align-items: center;
  /* border-bottom: 1px solid silver; */
  /* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 48%) 100%); */
  /* padding:0 1rem */
}

.tw23-product-wrap .tw23-price-grid:last-child {
  border-bottom: 0px solid silver;
}

.tw23-product-wrap .tw23-prices-wrap .tw23-size{
  background: unset;
  padding: 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-family: "scotch-text-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: fit-content;
  font-size: 0.8rem;
}

.tw23-product-wrap .tw23-prices-wrap .tw23-price{
  background:unset;
  color:var(--textcolor);
  padding:0;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
height: fit-content
}

.tw23-wine-basicinfo-wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  padding: 0 1.5rem;
  padding-top: 1rem;
  z-index: 9999;
}

.tw23-wine-year{
 color: #564c3c;
 font-size: 0.8rem;
 background: #c1a983;
 padding: 0.25rem 0.75rem;
display: flex;
 align-items: center;
 grid-gap:0.5rem;
 border-radius: 1rem;
 font-weight: 600;
 color: #ffffffb8;
 background: linear-gradient(235deg, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 15%) 50%, rgb(255 255 255 / 1%) 100%);
 backdrop-filter: blur(10px);
 outline: 1px solid #ffffff2b;
}

.tw23-wine-type{
    color: #564c3c;
font-size: 0.8rem;
background: #c1a983;
padding: 0.25rem 0.75rem;
display: flex;
align-items: center;
grid-gap:0.5rem;
border-radius: 1rem;
font-weight: 600;
    margin-left: auto;
}

.tw23-languages-section{
  padding:1.618rem 1.5rem;
}

.tw23-languages-section hr {
    border: 0.5px solid #ebdfc869;
    margin: 1rem 0;
}

.tw23-languages-section h1{
  display: flex;
  align-items:center;
  grid-gap:0.5rem;
}

.tw23-languages-wrap{
  display: grid;
  grid-template-columns: auto 3fr;
  grid-gap:1rem;
  margin-bottom: 10px;
}

.tw23-languages-wrap a{
display: flex;
align-items: center;
text-decoration: none;
font-weight: 500;
    justify-content: space-between;
}

.tw23-languages-wrap a i {
    font-size: 1.6rem;
}

.tw23-flag-wrap{
    width:50px;
}

.tw23-cart-info-wrap{
  position: fixed;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: rgba(38, 38, 38, 0.658);
  width: 100%;
  top: 49px;
  z-index: 99;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.tw23-cart-info-wrap2{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding:1rem;
}

.tw23-cart-info-wrap2 p{
  margin: 0
}

.tw23-cart-info-wrap > p{
  margin: 0;
  font-weight: 400;
}

.tw23-cart-info-wrap a{
  text-decoration: none;
  padding: 0.5rem 1rem;
  width: fit-content;
  border-radius: 0.5rem;
  background: var(--strongcolor);
  margin: 0.5rem 0;
  font-weight: 600;
}

.tw23-cart-sum{
  font-size: 1.618rem;
  font-weight: 500
}

.tw23-cart-info-wrap .tw23-home-cc-svg-wrap{
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5rem;
  transform: translateY(-50%);
}



.tw23-cart-sec{
  position: relative;
  /* top: 170px; */
  margin: 1rem;
  margin-bottom: 10rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  grid-gap: 0.5rem;
  padding-bottom: 10rem;
}

.tw23-cart-wrap{
 padding:1rem;
 border-bottom: 1px solid color-mix(in oklab, var(--strongcolor), transparent 50%);
 /* background-image: linear-gradient(45deg,#292929, rgb(25 25 29)); */
 background-image: linear-gradient(360deg,#1c1c1c, rgb(25 25 29 / 0%));

}

.tw23-cart-item-wrap{
  display:grid;

  grid-gap:0.5rem;
  grid-template-rows: 5rem;
  grid-template-columns: 1.618fr 1fr;
}

.tw23-cart-item-wrap > p{
    margin: 0;
font-weight: 500;
font-size: 1.125rem;
line-height: 1.5rem;
    font-family: "scotch-text-condensed", sans-serif;
}

.tw23-cart-item-details{

}

.tw23-cart-item-sizeqnt-wrap{
    display: flex;
flex-direction: column;
}

.tw23-cart-item-sizeqnt-wrap > p{
 margin: 0;
 display: flex;
 align-items: center;
 grid-gap: 0.25rem;
 font-weight: 600;
 font-family: "scotch-text-condensed", sans-serif;
 letter-spacing: 0.4px;
}

.tw23-cart-item-qntprice-wrap{
display: flex;
    grid-gap: 0.5rem;
}

.tw23-cart-item-qntprice-wrap p:nth-child(1){
margin: 0;

}

.tw23-cart-item-qntprice-wrap p:nth-child(2){
margin: 0;
}
.tw23-cart-item-qntprice-wrap p:nth-child(3){
margin: 0;
}

.tw23-cart-item-buttons{
display: flex;
justify-content: center;
align-items: center;
grid-gap: 1.5rem;
/* background-image: linear-gradient(0deg,rgb(25 25 29), rgb(37 37 37)); */
border-radius: 100px;
height: fit-content;
padding: 0.5rem 1rem;
width: fit-content;
margin-top: auto;
/* outline: 1px solid #262626;
outline-offset: 1px; */
margin-left: auto;
}

.tw23-cart-item-buttons a{

}

.tw23-cart-item-img{
  width:100%;
  border-radius: 0.5rem;

}

.tw23-cart-item-img img{
  width: 100%;
  height:100%;
  object-fit:cover;
  border-radius: inherit;
}

@media screen and (max-width: 1180px){
  html{
    font-size:16px
  }

  .navigation-bar{
    padding:1.5rem;
  }
}


@media screen and (max-width: 820px){
  #vue_menu, #vue_products {
      width: 100%;
      padding: 1rem;
      grid-gap: 1rem;
      display: grid
  ;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      /* grid-template-rows: repeat(auto-fit, 250px); */
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 1.618rem;
  }
}





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

 html{
  font-size:14.5px
}
  .tw23-details-image-wrap {
      height: 35vh;
  }

  #vue_menu{
   width: 100%;
   padding: 1rem 1rem;
   grid-gap: 1rem;
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
   grid-template-rows: unset;
  }

  #vue_menu, #vue_products {
      width: 100%;
      padding: 1rem;
      grid-gap: 1rem;
      display: grid
  ;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      /* grid-template-rows: repeat(auto-fit, 250px); */
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 1.618rem;
  }

  .navigation-bar{
   padding: 1.5rem 1.5rem;
   padding-bottom: 2rem;
  }

  .navigation-bar a{
    flex-direction: column
  }

  .tw23-detail-tablet-wrap{
    display: unset;
    /* grid-template-columns: 1fr 1.5fr; */
  }
}