
:root {
/*========== Colors ==========*/
--hue-color: 0; /* Keeping it at 0 since we're focusing on red tones */

/* Increase saturation and adjust lightness for a richer red */
--first-color: hsl(var(--hue-color), 50%, 15%);  /* More saturation, slightly lighter */
--first-color-second: hsl(var(--hue-color), 50%, 15%);
--first-color-alt: hsl(var(--hue-color), 50%, 10%); /* Darker variant */
--title-color: hsl(var(--hue-color), 50%, 13%);
--text-color: hsl(var(--hue-color), 20%, 40%);
--text-color-light: hsl(var(--hue-color), 20%, 65%);
--input-color: hsl(var(--hue-color), 20%, 97%);
--body-color: hsl(var(--hue-color), 50%, 99%);
--white-color: #FFF;
--scroll-bar-color: hsl(var(--hue-color), 15%, 85%);
--scroll-thumb-color: hsl(var(--hue-color), 15%, 70%);






  /*========== Font and typography ==========*/
  --body-font: 'Open Sans', sans-serif;
  --title-font: 'Raleway', sans-serif;
  --biggest-font-size: 2.5rem;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;

  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== Margenes Bottom ==========*/
  --mb-0-25: .25rem;
  --mb-0-5: .5rem;
  --mb-0-75: .75rem;
  --mb-1: 1rem;
  --mb-1-25: 1.25rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;

  /*========== Hover overlay ==========*/
  --img-transition: .3s;
  --img-hidden: hidden;
  --img-scale: scale(1.1);
}

  


.wrapper {
    width: -webkit-fill-available;
    background: linear-gradient(90deg, #ecf0f1, #e0dcdc);
  }
  
  .container {
    position: relative;
    top: 82.4px;
  }
  
  .container div {
    position: relative;
  }
  
  .topheader {
    background: linear-gradient(19deg, #a76f51, #d42b1f);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 10;
  }
  
  .menu {
    display: flex;
    position: fixed;
    top: 0;
    margin-top: 26.8px;
    margin-bottom: -26.8px;
background-color: #e6907a;
    width: -webkit-fill-available;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 90px;
    align-items: center;
    box-shadow: 0px 2px 12px #0000005e;
    z-index: 9;
   /* background: linear-gradient(93deg, #ecf0f1, #ffdddd, #ecf0f1) !important;*/
    transition: margin 300ms;
  }

 

  .menu.scrolled {
    margin: 0;
  }
  
  .logo {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .navmen {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  
  .navmen li {
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
  }
  
  .navmen li::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    width: 0%;
    height: 0px;
    border-bottom: 2px solid;
    transition: all 300ms;
  }
  
  .navmen li:hover::after {
    width: 100%;
  }
  
  .menuIcon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-right: 40px;
    cursor: pointer;
  }
  
  .meIco {
    position: relative;
    width: 40px;
  }
  
  .meIco img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  
  
  .steName {
    display: flex;
    flex-wrap: nowrap;
    
  }
  
  .steName span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
  }
  
  .steName span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
  }
  
  .meElem {
    font-size: 17px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
  }
  
  .melFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  
  .melIco {
    font-size: 20px;
    position: relative;
    width: 20px;
  }
  
  .melIco i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .steContact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 8px;
  }
  
  .steContact span:nth-child(1) {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 600;
  }
  
  .steContact span:nth-child(2) {
    font-size: 13px;
    text-decoration: underline;
    font-weight: 300;
    text-transform: lowercase;
  }
  
  
  .research-bar {
    padding: 2px;
    background: #f0e2e2;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .research-bar input {
    background: none;
    min-width: 200px;
    border: none;
    outline: none;
    font-size: 13px;
  }
  
  .research-bar input::placeholder {
    color: #000;
  }
  
  .research-bar span {
    font-size: 15px;
    font-weight: 600;
  }
  
  .banner1 {
    width: -webkit-fill-available;
    height: 450px;
    background: #000;
    color: #fff;
    box-shadow: 0px 2px 10px #00000075;
  }
  
  .banner1Img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }
  
  .bcBlackBanner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4c1616db, transparent);
    z-index: 1;
    mix-blend-mode: multiply;
  }
  
  .banner1cont {
    width: 60%;
    padding: 0px 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
  }
  
  .banner1cont h3 {
    padding: 0;
    margin: 0;
    font-family: "Akira";
    font-size: 40px;
    text-shadow: 0px 2px 5px #00000075;
  }
  
  .banner1cont p {
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 2px 5px #000000c2;
  }
  
  
  .bcBlackBanner.loading {
    background: linear-gradient(-45deg, #ecc6af, #c5916e, #ecc4a9, #e5bfa7);
    background-size: 400% 400%;
    animation: loadingOrientation 10s ease infinite;
    mix-blend-mode: normal;
  }
  
  .banner1cont p.loading {
    width: 75%;
    height: 95px;
    background: #fff3;
    border-radius: 10px;
  }
  
  .banner1cont h3.loading {
    background: #ffffff78;
    width: 100%;
    height: 40px;
    border-radius: 10px;
  }
  
  button.call-to-acc.loading {
    opacity: .2;
  }
  
  p.loading,
  h3.loading {
    position: relative;
    overflow: hidden;
  }
  
  a.loading {
    pointer-events: none;
    opacity: 0.4;
  }
  
  p.loading::before,
  h3.loading::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-image: linear-gradient(61deg, transparent 50%, rgb(143 80 80 / 35%) 50%, transparent 70%);
    mix-blend-mode: overlay;
    animation: loading 1s infinite linear;
  }
  
  @keyframes loading {
    0% {
      transform: translateX(-100%);
      opacity: 0.3;
    }
  
    100% {
      transform: translateX(1000%);
      opacity: 1;
    }
  }
  
  @keyframes loadingOrientation {
    0% {
      background-position: 0% 50%;
    }
  
    50% {
      background-position: 100% 50%;
    }
  
    100% {
      background-position: 0% 50%;
    }
  }
  
  .call-to-acc span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  
  .call-to-acc {
    display: flex;
    justify-content: center;
    gap: 10px;
    appearance: button;
    background-color: #eee;
    background-image: none;
    border: 1px solid #fff0;
    box-shadow: #979797 4px 4px 0 0, #060606 4px 4px 0 1px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .call-to-acc:focus {
    text-decoration: none;
  }
  
  .call-to-acc:hover {
    text-decoration: none;
  }
  
  .call-to-acc:active {
    box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
    outline: 0;
  }
  
  .call-to-acc:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
  }
  
  .collprest,
  .qutu {
    padding: 15px 90px;
    overflow: hidden;
  }
  
  .qutu h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .collections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 30px;
  }
  
  .dispa {
    border-radius: 7px;
    overflow: hidden;
    transition: all 300ms;
    cursor: pointer;
    background: linear-gradient(to right, #fff, rgb(255 17 0 / 5%));
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  }
  
  .imgcollexa {
    height: 300px;
    display: flex;
    overflow: hidden;
    border-bottom: 2px solid rgb(255 17 0 / 7%);
  }
  
  .imgcollexa img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 300ms;
  }
  
  .dispa:hover .imgcollexa img {
    transform: scale(1.1);
  }
  
  .collprest {
    background: #eee;
    box-shadow: 0px 0px 10px #0000005c inset;
    padding: 50px 90px;
  }
  
  .dispa h4 {
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    text-transform: uppercase;
    font-style: italic;
    color: #942922;
  }
  
  .shadeH4Wrapper {
    max-width: 300px;
  }
  
  .shadeH4Design {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    bottom: 0;
    gap: 5px;
    padding: 0 20px;
  }
  
  .shadeH4Design h4 {
    padding: 0;
  }
  
  .shadeH4Design h4:nth-child(1) {
    text-shadow: 2px 2px 10px #0000001a;
  }
  
  
  
  .navcollec {
    display: flex;
    flex-direction: row;
    font-size: 25px;
    font-weight: 600;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
  }
  
  .titra {
    color: #d0bfbf;
  }
  
  .titra .activetit {
    color: #000;
  }
  
  .navcollec span {
    font-size: 35px;
    font-weight: 600;
    color: #000;
  }
  
  .lista {
    padding: 35px 90px;
    transform: translateX(-90px);
    display: flex;
    gap: 15px;
    overflow-x: scroll;
    width: 100%;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  
  
  .lista::-webkit-scrollbar {
    display: none;
  }
  
  
  
  .item-lista {
    border: 1px solid transparent;
    cursor: pointer;
    /* background: #fff; */
    padding-bottom: 15px;
    border-radius: 7px;
    background-image: linear-gradient(to right, rgb(255 17 0 / 5%), white, rgb(255 17 0 / 5%));
    box-shadow: 0px 2px 10px #00000021;
  }
  
  .item-lista .item-list-cont {
    width: 280px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #00000024;
    margin-bottom: 10px;
  }
  
  .hLabelsWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 280px - 15px);
  }
  
  .item-lista .item-list-cont img {
    display: block;
    width: 75%;
    margin: auto;
    height: 100%;
    object-fit: contain;
  }
  
  .item-lista .item-list-cont .price {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 20px;
    text-transform: uppercase;
    background: #fff;
    padding: 3px;
    letter-spacing: 1px;
  }
  
  .item-lista h3,
  .item-lista h4 {
    padding: 0px 12px;
    font-weight: 400;
    margin: 8px 0px;
    text-transform: capitalize;
    text-align: center;
  }
  
  .item-lista h4 {
    color: #8c7b7b;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .item-lista:hover {
    border: 1px solid #000;
  }
  
  .catgora-prod {
    padding: 20px 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .produit-lista {
    border: 1px solid transparent;
    cursor: pointer;
    padding-bottom: 15px;
    border-radius: 7px;
    background-image: linear-gradient(to right, rgb(255 17 0 / 5%), white, rgb(255 17 0 / 5%));
    box-shadow: 0px 2px 10px #00000021;
  }
  
  .produit-lista .produit-list-cont {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #00000024;
    margin-bottom: 15px;
  }
  
  .produit-lista .produit-list-cont img {
    display: block;
    width: 75%;
    margin: auto;
    height: 100%;
    object-fit: contain;
  }
  
  .produit-lista .produit-list-cont .price {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 20px;
    text-transform: uppercase;
    background: #fff;
    padding: 3px;
    letter-spacing: 1px;
  }
  
  .produit-lista h3,
  .produit-lista h4 {
    padding: 0px 12px;
    font-weight: 400;
    margin: 8px 0px;
    text-transform: capitalize;
    text-align: center;
  }
  
  .produit-lista h4 {
    color: #8c7b7b;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .produit-lista:hover {
    border: 1px solid #000;
  }
  
  
  
  .prodouiat {
    display: block;
  }
  
  .prdWrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    align-items: stretch;
    justify-items: stretch;
  }
  
  .prodouiat h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .prodat {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .prodouiat {
    padding: 30px 90px;
    margin: auto;
  }
  
  .proda-cont {
    width: 100%;
    height: 500px;
    background: #fff;
  }
  
  .proda-cont img {
    height: 100%;
    width: 90%;
    display: flex;
    object-fit: contain;
    margin: auto;
  }
  
  .prodat h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  
  .prodat p {
    font-weight: 400;
    font-size: 14px;
  }
  
  .prodat a {
    width: fit-content;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #000 !important;
  }
  
  
  
  
  
  /* mn hna ghadi ybda categora style */
  .item-lista-cat {
    padding-bottom: 30px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  
  .item-lista-cat .item-list-cont {
    width: 280px;
    height: 280px;
    background: rgb(211, 51, 51);
    overflow: hidden;
    position: relative;
  }
  
  .item-lista-cat .item-list-cont img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .item-lista-cat .item-list-cont .price {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 20px;
    text-transform: uppercase;
    background: #fff;
    padding: 3px;
    letter-spacing: 1px;
  }
  
  .item-lista-cat h3,
  .item-lista-cat h4 {
    padding: 0px 12px;
    font-weight: 400;
    margin: 8px 0px;
  }
  
  .item-lista-cat h4 {
    color: #8c7b7b;
    margin: 0;
  }
  
  .item-lista-cat:hover {
    border: 1px solid #000;
  }
  
  .prod-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .catgora-header {
    display: flex;
    flex-direction: column;
    padding: 25px 90px;
    gap: 10px;
  }
  
  .catgora-header-tire {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 300;
  }
  
  .catgora-header-tire .retor {
    padding-right: 10px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  
  .catgora-header-tire .retor:hover {
    background: #000;
    color: #fff;
  }
  
  .catgora-header-tire span {
    text-decoration: underline;
  }
  
  .catgora-header-header {
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
  }
  
  .catgora-header-header span {
    font-size: 17px;
    font-weight: 500;
    color: #dc6d65;
    margin-left: 15px;
  }
  
  /* hna ghadi ybda product css */
  
  .products-alldetails-container {
    display: flex;
    flex-direction: row;
    padding: 0px 90px;
    gap: 40px;
  }
  
  .products-images {
    overflow-y: scroll;
  }
  
  .products-images::-webkit-scrollbar {
    display: none;
  }
  
  .products-images .prod-img {
    flex: 2;
    display: grid;
    grid-template-areas:
      "a a a a"
      "b b c c"
      "e e d d";
    border: 2px solid #0000000d;
    border-radius: 10px;
    overflow: hidden;
    gap: 2px;
  }
  
  .products-images .prod-img img {
    object-fit: contain;
    width: 100%;
    cursor: pointer;
    background: #fff;
  }
  
  .products-images .prod-img img:nth-child(1) {
    grid-area: a;
    height: 600px;
  }
  
  .products-images .prod-img img:nth-child(2) {
    grid-area: b;
    height: 300px;
  }
  
  .products-images .prod-img img:nth-child(3) {
    grid-area: c;
    height: 300px;
  }
  
  .products-images .prod-img img:nth-child(4) {
    grid-area: d;
    height: 300px;
  }
  
  .products-images .prod-img img:nth-child(5) {
    grid-area: e;
    height: 300px;
  }
  
  
  .catgora-header-tire-prod {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    position: absolute;
    font-weight: 300;
  }
  
  .catgora-header-tire-prod .retor {
    padding-right: 10px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  
  .catgora-header-tire-prod .retor:hover {
    background: #000;
    color: #fff;
  }
  
  .catgora-header-tire-prod span {
    text-decoration: underline;
  }
  
  .product-details-discrp {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: fit-content;
    transition: all 300ms;
  }
  
  .product-det-header {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: space-between;
    font-size: 16px;
    text-transform: capitalize;
  }
  
  .product-det-header .rating-prdo {
    display: flex;
    align-content: center;
    text-decoration: underline;
  }
  
  .product-details-discrp .prod-title {
    padding: 15px 0px;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .call-to-acc-dw span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  
  .call-to-acc-dw {
    display: flex;
    justify-content: center;
    gap: 10px;
    appearance: button;
    background-color: #3A1313;
    background-image: none;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .call-to-acc-dw:focus {
    text-decoration: none;
  }
  
  .call-to-acc-dw:hover {
    text-decoration: none;
  }
  
  .call-to-acc-dw:active {
    box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
    outline: 0;
  }
  
  .call-to-acc-dw:not([disabled]):active {
    box-shadow: #000 2px 2px 0 0, #fff 2px 2px 0 1px;
    transform: translate(2px, 2px);
  }
  
  .product-details-discrp .price-if-exist {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .product-details-discrp .descra-lb {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  
  .download-fich {
    margin-bottom: 15px;
  }
  
  .discra-det-prod {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  
  .discra-det-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    font-size: 25px;
    font-weight: 600;
    border-left: 4px solid #000;
    padding: 20px;
    cursor: pointer;
  }
  
  .discra-det-header div {
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  
  .ach-atcolapssi-ash-atsne3.hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  
  .ach-atcolapssi-ash-atsne3 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 35px;
    max-height: 2000px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 300ms, opacity 300ms;
  }
  
  .ach-atcolapssi-ash-atsne3 .ach-atgol {
    flex: 1;
    font-size: 17px;
    font-weight: 400;
    padding: 0 20px;
  }
  
  .ach-atcolapssi-ash-atsne3 .ach-atgol h3 {
    text-transform: capitalize;
  }
  
  .ach-atcolapssi-ash-atsne3 .myga {
    display: flex;
    height: 350px;
    background: #fff;
    border: 1px solid #00000026;
    border-radius: 10px;
    margin-right: 1px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .ach-atcolapssi-ash-atsne3 .myga img {
    height: 90%;
    object-fit: contain;
  }
  
  .discra-det-header:hover {
    background: #e4e2e2;
  }
  
  .details-colaps {
    margin: 10px 0;
  }
  
  #spinozaDori, #spinozaDoriDetails {
    transition: transform 300ms;
    font-size: 25px;
  }
  #spinozaDori.hidden, #spinozaDoriDetails.hidden {
    transform: rotate(180deg);
  }
  
  #topMenuMobile {
    display: none;
  }
  
  .menuMobile {
    font-size: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  .sideMenuBack {
    position: fixed;
    background: rgb(0 0 0 / 60%);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: 999;
    transition: opacity 300ms, transform 300ms;
  }
  
  .sideMenuBack.hidden {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }
  
  .sideMenuWrap {
    position: fixed;
    z-index: 9999;
    background: #fff;
    right: 0;
    top: 0;
    width: 55%;
    height: calc(100vh - 90px) !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 45px 40px;
    gap: 25px;
    justify-content: space-between;
    transition: all 300ms;
  }
  
  .sideMenuWrap.hidden {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }
  
  .smwNav {
    font-size: 30px;
    place-self: flex-end;
    cursor: pointer;
  }
  
  .smwPagesList {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
  }
  
  .smwplElement {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  .smwpeName {
    font-size: 16px;
    border-bottom: 2.3px solid #00000038;
    padding-bottom: 3px;
    text-transform: capitalize;
  }
  
  .smwpeIcon {
    font-size: 25px;
    width: 25px;
    height: 25px;
  }
  
  .NaNdiv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 40px;
  }











  /*=============== BUTTONS ===============*/
.button {
  display: inline-block;
  background-color: var(--first-color);
  color: var(--white-color);
  padding: 1rem 2rem;
  font-weight: var(--font-semi-bold);
  transition: .3s;
}

.button:hover {
  background-color: var(--first-color-alt);
}

.button--flex {
  display: flex;
  align-items: center;
  column-gap: .25rem;
}

.button--link {
  background: none;
  padding: 0;
}

.button--link:hover {
  background: none;
}
