*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}
.navbar{
    background: #1d1816;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 100vw;
    box-shadow: 10px 10px 10px 10px rgb(86, 86, 86);
}

h1{
    padding: 40px;
}
.product {
  position: relative;
}

.product-number {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255,255,255,0.85);
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  z-index: 2;
}
.catsel{
  text-transform: capitalize;
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ac0000 0, #ad0000 100%);
  border: 0;
  box-shadow: rgba(20, 15, 15, 0.4) 0 2px 4px,rgba(41, 28, 28, 0.3) 0 7px 13px -3px,rgba(56, 42, 42, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
}

.buttonbutton{
  padding-top: 75px;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  
}

.catsel:focus {
  box-shadow: #350404 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #420505 0 -3px 0 inset;
}

.catsel:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #631212 0 -3px 0 inset;
  transform: translateY(-2px);
}

.catsel:active {
  box-shadow: #5f1212 0 3px 7px inset;
  transform: translateY(2px);
}
.product-name a {
  text-decoration: none;
}
.catbutt {
  position: relative;
  display: inline-block;
 /* Gradient background */
  color: white;
 /* White text color */
  font-family: "Segoe UI", sans-serif;
 /* Stylish and legible font */
  font-weight: regular;
 /* Large font size */
  border: none;
 /* No border */
  border-radius: 30px;
 /* Rounded corners */
  padding: 14px 28px;
 /* Large padding */
  cursor: pointer;
 /* Cursor on hover */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 /* Subtle shadow */
  animation: button-shimmer 2s infinite;
  transition: all 0.3s ease-in-out;
 /* Smooth transition */
 text-transform: capitalize;
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #ac0000 0, #ad0000 100%);
  border: 0;
  box-shadow: rgba(20, 15, 15, 0.4) 0 2px 4px,rgba(41, 28, 28, 0.3) 0 7px 13px -3px,rgba(56, 42, 42, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 17px;
  color: #fff;
  border-radius: 100px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  display: inline-block;
}

/* Hover animation */
.catbutt:hover {
  background: linear-gradient(to bottom, #992525, #cf4545);
  animation: button-particles 1s ease-in-out infinite;
  transform: translateY(-2px);
}

/* Click animation */
.catbutt:active {
  transform: scale(0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Shimmer animation */
@keyframes button-shimmer {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

/* Particle animation */
@keyframes button-particles {
  0% {
    background-position: left top;
  }

  100% {
    background-position: right bottom;
  }
}

.fullwidth-video {
    display:block;
    background: black;
    z-index: -1;
  }
  @keyframes fadeInUp {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.product {
  animation: 0.8s fadeInUp;
}
.product-wheel{
    display: grid;
    gap: 10px;
    justify-items: center;
    justify-content: space-evenly;
    justify-content: center;
    transition: all 0.5s ease;
    grid-template-columns: repeat(auto-fit, 320px);
    scrollbar-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    align-content: space-evenly;
}

.product{
    box-shadow: 0px 7px 7px rgba(87, 71, 71, 0.4);
    transition: all 0.5s ease;
    background-color: white;
    height: 300px;
    width: 300px;
    text-align: center;
    position: relative;
    z-index: 0;
    border-radius: 20px;
    position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product img{
    margin: auto;
    width: 60%;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.product_desc{
    text-align: center;
    padding: 20px;
    font-size: medium;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
}
.page-wrapper{
    background-color: #ebe0e0;
}
.size-qnt{
    font-weight: normal;
}
.price{
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    text-decoration: underline;
}
.subnav {
    overflow: scroll;
}
.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #b30003;
    width: 100%;
    display: block;
  }
.subnav-content a {
    float: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 7px 15px;
    background-color: inherit;
    margin: 0;
  }
  .subnav-content a:hover{
text-decoration: underline;
  }
  .head-top img{
        width: 100%;
  }
.als{
    width: 170px;
}
video {
    width:100%;
    height: 40%;
    object-fit: cover;
    background:black;
  }
.main{
    padding-left: 100px;
    padding-right: 100px;
}
body{
    background: #ffdbdb;
    background: linear-gradient(0deg,rgba(255, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}
.backbutton{
    text-align: center;
    justify-content: center;
    padding-bottom: 40px;
}
.account-page{
    float: right;
    align-content: right;
    justify-content: right;
}
.new{
    padding-top: 150px;
    padding-left: 50px;
    padding-bottom: 0px;
    font-family: 'Rufina';
    font-weight: bold;
    color: #000000;
    font-size: 40;
}
.column-head{
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 0px;
    font-family: 'Rufina';
    font-weight: bold;
    color: #000000;
    font-size: 40;
}
.new-desc{
    padding-left: 65px;
    padding-bottom: 20px;
    font-family: 'Rufina';
    font-weight: lighter;
    color: #000000;
    font-size: 20;
}
.srch{
    width: 20px;
    opacity: 60%;
}
.search-bar{
    display: flex;
    align-items: center;
    resize: horizontal;
    flex-grow: 1;
}
.prd-slct{
    font-size: 15px;
    padding: 10px;
    padding-bottom: 11px;
    border-radius: 20px 0 0 20px;
    border: solid #ac0000;
    border-width: 1px 0px 1px 1px;
    background-color: #ffffff;
    text-align: center;
}
.search-bar input{
    font-size: 15px;
    padding: 10px;
    padding-bottom: 11px;
    border: solid #ac0000;
    border-width: 1px 0px 1px 1px;
    overflow: hidden;
    width: 100%;
}
.search-bar button{
    padding: 10px 15px;
    padding-bottom: 11px;
    border-radius: 0px 20px 20px 0px;
    color:#fff;
    background-color: #ffffff;
    border: solid #ac0000;
    border-width: 1 1 1 0px;
}
.navbar ul{
    list-style: none;
    display: flex;
}
.navbar ul li{
    margin-right: 10px;
}
.navbar ul li a{
    font-size: 15;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 0px 2px;
}
.subbar ul{
    list-style: none;
    display: flex;
    font-size: 13;
}
.signup{
    font-size: 15px;
    color: white;
    border: none;
    background-color: #ac0000;
    padding: 10px;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
}
.login{
    font-size: 15px;
    color: white;
    border: none;
    background-color: #1d181600;
    padding: 10px;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
}
.lang_select{
    float: right;
}
.navbar img {
  width: 100%;
  max-width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  box-sizing: border-box;
  border: #690506;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #1d1816;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  z-index: 200;
  box-shadow: 5px 0 5px 0 rgb(177, 177, 177);
  border-radius: 0 15px 15px 0;
}

.navbar img {
  width: auto;
  margin: 10px auto 10px auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #750409;
  border-radius: 0 15px 0 0;
}

.subnav {
  width: 100%;
  margin-top: 0;
  overflow: scroll;
}

.subnav-content {
  display: flex;
  flex-direction: column;
  position: static;
  background-color: transparent;
  width: 100%;
  padding: 0;
}

.subnav-content a {
  float: none;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 12px 24px;
  background-color: inherit;
  margin: 0;
  width: 100%;
  text-align: left;
  transition: background 0.2s;
}

.subnav-content a:hover {
  background: #ac0000;
  text-decoration: underline;
}

/* Push main content to the right */
body {
  margin-left: 300px;
}
.subnav-content {
  display: flex;
  flex-direction: column;
  position: static;
  background-color: transparent;
  width: 100%;
  padding: 0;
  justify-content: flex-start; /* Add this line to float content to the top */
  align-items: flex-start;     /* Optional: aligns links to the left */
}
/* Make the sidebar stack content from the top */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #1d1816;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Stack from the top */
  padding: 0;
  z-index: 200;
  box-shadow: 5px 0 10px 0 rgb(197, 197, 197);
}

.subnav {
  width: 100%;
  margin: 0;
  overflow-y: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.subnav-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Stack links at the top */
  align-items: flex-start;
  width: 100%;
  padding-left: 17px;
  padding-top: 17px;
  margin: 0;
  background: transparent;
  position: static;
  flex: 1 1 auto;
}

.subnav-content a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 12px 24px;
  background-color: #2a2220; /* Slightly lighter than #1d1816 */
  margin: 8px 0;
  width: 90%;
  text-align: left;
  transition: background 0.2s, box-shadow 0.2s;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  display: block;
}

.subnav-content a:hover {
  background: #ac0000;
  text-decoration: underline;
}
/* Hamburger button styles */
.hamburger {
  display: none;
  position: fixed;
  top: 12px;
  left: 18px;
  z-index: 195;
  background: #ac0000;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
}/* Add to your style.css */

/* Hide mobile top bar by default */
.mobile-logo-bar {
  display: none;
}
/* Dark mode toggle button styles */
.theme-toggle {
  position: fixed;
  top: 12px;
  right: 18px;
  z-index: 410;
  background: #ac0000;
  color: #fff;
  border: none;
  font-size: 2rem;
  border-radius: 10%;
  padding: 8px 12px;
  padding-bottom: 12px;
  cursor: pointer;
  display: block;
  transition: background 0.2s, color 0.2s;
}
body.dark-mode {
  background: linear-gradient(0deg, #241d1d 0%, #272525 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.dark-mode h1 {
  color: #fff !important;
}

body.dark-mode .product,
body.dark-mode .subnav-content a,
body.dark-mode .subnav-content {
  box-shadow: 0 2px 16px rgba(0,0,0,0.45) !important;
}
body.dark-mode .navbar {
  box-shadow: 5px 0 15px 0 rgba(0,0,0,0.7) !important;
}

/* Show and style the bar on mobile */
@media only screen and (max-width: 1000px) {
  .mobile-logo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 10vh;
    background: #1d1816;
    z-index: 190;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .mobile-logo-bar img {
    height: 9vh;
    width: auto;
    object-fit: contain;
  }
  /* Push content down so it's not hidden under the bar */
  body {
    padding-top: 10vh;
  }
  .catbutt{
    font-size: 28px;
  }
  .hamburger {
    display: block;
  }
  .navbar {
    left: -700px;
    transition: left 0.3s;
    width: 700px;
    min-width: 180px;
    box-shadow: 0px 0 0px 0 rgb(86, 86, 86);
  }
  .navbar a{
    font-size: 35px;
  }
  .navbar.open {
    left: 0;
  }
  body {
    margin-left: 0;
  }
  /* Optional: darken background when menu is open */
  .menu-overlay {
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 199;
  }
  .catsel{
    height: 8vw;
    font-size: 5vw;
    padding: 6vw 6vh;
    font-family: 'inter', sans-serif;
    font-weight: bold;
  }
    .hamburger,
  .theme-toggle {
    top: 2vh;
    aspect-ratio: 1 / 1;
    min-width: 6vh;
    min-height: 6vh;
    width: 6vh;
    height: 6vh;
    font-size: 3.5vh;
    padding: 0;
    border-radius: 14%;
  }
  h1{
    font-size: 56px;
  }
  .navbar img{
    background-color: #ffdbdb00;
  }
    .product-wheel {
    grid-template-columns: repeat(auto-fit, minmax(42vw, 1fr));
    gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .product {
    width: 42vw;
    height: 42vw;
    font-size: 2.5vw;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .product_desc, .product a{
    font-size: 2.5vw;
  }
  #product-search {
    width: 95vw !important;
    max-width: 98vw !important;
    font-size: 1.6em !important;
    padding: 14px 18px !important;
  }
  .searchbar {
    margin: 18px 0 !important;
  }
}

