.upper {
  text-transform: uppercase;
}

.extra-bold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.fs15 {
  font-size: 0.938rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs26 {
  font-size: 1.625rem;
}

.black {
  color: 900;
}

.blue {
  color: #3A83FF;
}

.grey73 {
  color: #737373;
}

.secondary-text {
  color: #898989;
}

.secondary-black {
  color: #3E3E3E;
}

.slash-grey {
  color: #A1A0A0;
}

.text-grey {
  color: #535353;
}

.text-light-grey {
  color: #7C7C7C;
}

.underline {
  text-decoration: underline;
}

html {
  font-size: 16px;
}

h2 {
  font-size: 4.375rem;
  color: white;
  font-weight: 900;
}

h3 {
  color: white;
  font-weight: 900;
  font-size: 2.813rem;
}

h1 {
  font-size: 3.438rem;
  color: #FFFFFF;
  font-weight: 900;
}
h1.green {
  color: #92c140;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  align-content: flex-start;
}

input {
  outline: none;
  border: 0;
}

dialog {
  z-index: 100;
  margin: 0;
  padding: 0;
}

::placeholder {
  color: #999999;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #999999;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: url(assets/img/time_icon.png) no-repeat;
  background-size: contain;
  height: 0.938rem;
  width: 0.938rem;
  z-index: 100;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: url(assets/img/date_icon.png) no-repeat;
  background-size: contain;
  height: 1.063rem;
  width: 1.063rem;
  z-index: 100;
  margin-left: -1.25rem;
}

input[type=date]::-moz-calendar-picker-indicator {
  background: url(assets/img/date_icon.png) no-repeat;
  background-size: contain;
  height: 1.063rem;
  width: 1.063rem;
  z-index: 100;
  margin-left: -1.25rem;
}

dialog {
  border: none;
  outline: none;
  z-index: 10;
}

button {
  background-color: transparent;
  border: none;
  transition: ease-out 0.3s;
}

::-webkit-scrollbar {
  width: 27px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #262626;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: linear-gradient(225deg, transparent 1.25rem, #3B3B3B 1.25rem, #3B3B3B calc(100% - 1.25rem), transparent calc(100% - 1.25rem));
  transition: ease-out 0.3s;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  border-radius: 0;
  background: linear-gradient(225deg, transparent 1.25rem, #434343 1.25rem, #434343 calc(100% - 1.25rem), transparent calc(100% - 1.25rem));
  transition: ease-out 0.3s;
  border: 6px solid transparent;
  background-clip: content-box;
}

.welcome-main {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome-main p {
  color: white;
  font-size: 2rem;
  margin: 1rem 0 3rem 0;
}
.welcome-main .welcome-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.welcome-main .welcome-container form {
  display: flex;
  justify-content: center;
  width: 100%;
}

* {
  font-family: "Acumin Pro", sans-serif;
}

.mobile {
  display: none !important;
}

.bullet.first {
  width: 30%;
  justify-content: flex-end !important;
}
.bullet.first p {
  max-width: 20.813rem;
}
.bullet.middle {
  width: 28%;
  justify-content: center !important;
}
.bullet.middle p {
  max-width: 20.813rem;
}
.bullet.last {
  width: 28%;
  justify-content: flex-start !important;
}
.bullet.last p {
  max-width: 20.813rem;
}

@media only screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 13px;
  }
  .contact-main .middle .company .team {
    gap: 6% !important;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 12px;
  }
  header {
    padding-inline: 5% !important;
  }
}
@media only screen and (max-width: 1000px) {
  .login-main {
    padding-inline: 3% !important;
  }
  .login-main h1 {
    margin-bottom: 2rem !important;
    font-size: 2.7rem;
  }
  h1 {
    text-align: center !important;
  }
  h2 {
    margin-inline: 1.5rem;
  }
  .shipping-main .option .left {
    gap: 1rem !important;
  }
  .profile-main .inventory-section .order-bottom .cart {
    flex-direction: column;
  }
  .profile-main .inventory-section .order-bottom .cart .wrap {
    padding-bottom: 0rem !important;
  }
  .profile-main .inventory-section .order-bottom .cart .right {
    padding-top: 0 !important;
    width: 100% !important;
  }
  .payment-wrap {
    padding: 1.333rem 0;
    border-bottom: 1px solid #585858;
    align-items: flex-start !important;
  }
  .payment-wrap .payment {
    width: 100%;
  }
  .map-main .map-wrap {
    aspect-ratio: 1/1 !important;
  }
  .fit-content {
    width: 100% !important;
  }
  .inventory-section {
    width: 100% !important;
  }
  .two-inputs {
    flex-direction: column !important;
  }
  .register-main h1 {
    margin-bottom: 0rem !important;
  }
  .register-main .top {
    gap: 0 !important;
    padding-bottom: 1rem !important;
  }
  .menu-modal .categories {
    display: none !important;
    transform: 0 !important;
    width: 100% !important;
  }
  .menu-modal .categories .top, .menu-modal .categories .bottom {
    padding-right: 8.625rem !important;
  }
  .menu-modal .categories .menu-btn {
    margin-bottom: 3rem !important;
  }
  .menu-modal .categories.active {
    display: flex !important;
  }
  .menu-modal nav {
    width: 100% !important;
  }
  .menu-modal nav.active {
    display: none;
  }
  .menu-modal nav .bottom {
    border-top: #262626 solid 0.188rem;
  }
  .menu-modal nav .follow-us .bottom {
    border: none !important;
  }
  .shipping-main {
    flex-direction: column !important;
  }
  .shipping-main .left-section, .shipping-main .right-section {
    width: 100% !important;
  }
  .shipping-main .left-section label h4, .shipping-main .right-section label h4 {
    font-size: 1.25rem !important;
  }
  .shipping-main.final {
    flex-direction: column-reverse !important;
  }
  .shipping-main .left-section .row {
    flex-direction: column !important;
  }
  .shipping-main .left-section .row .back-btn {
    margin-top: 3rem !important;
  }
  .shipping-main .select-country .row {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .shipping-main .select-country .row .option {
    width: 100% !important;
  }
  .search-modal .flex {
    padding-inline: 1% !important;
    padding-right: 3% !important;
  }
  .shop-heading {
    height: 6rem !important;
  }
  .shop-main .flex {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
  }
  .shop-main .flex h6 {
    font-size: 1.5rem !important;
  }
  .shop-main .products {
    row-gap: 2rem !important;
    column-gap: 6% !important;
  }
  .shop-main .one-product {
    width: 47% !important;
  }
  .basket-main .basket .left-section .wrap h3 {
    padding-bottom: 0.8rem !important;
  }
  .basket {
    flex-direction: column !important;
  }
  .basket .left-section {
    width: 100% !important;
  }
  .basket .left-section .wrap {
    padding-inline: 3% !important;
  }
  .basket .left-section .product .left {
    gap: 0.5rem !important;
  }
  .basket .right-section {
    width: 100% !important;
    padding: 3rem 7% !important;
  }
  .blog-main .articles .article {
    width: 100% !important;
  }
  .conditions-main nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 3rem !important;
    padding-bottom: 2rem !important;
  }
  h2 {
    font-size: 2.5rem !important;
  }
  h3 {
    font-size: 2.083rem !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  html {
    font-size: 13px;
  }
  footer {
    padding: 3rem 7% !important;
  }
  footer .footer-location, footer .footer-contact {
    flex-direction: column !important;
    align-items: flex-start;
  }
  footer .footer-location p, footer .footer-contact p {
    text-align: left !important;
  }
  footer .top {
    flex-direction: column !important;
  }
  footer .top .left {
    width: 100% !important;
    flex-direction: column !important;
  }
  footer .top .left .follow-us {
    order: 5;
  }
  footer .top .left .categories {
    margin-bottom: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  footer .top .left .categories h5 {
    width: 100%;
  }
  footer .top .left ul {
    margin-bottom: 1.5rem;
  }
  footer .top .left ul h5 {
    width: 100% !important;
  }
  footer .top article.right {
    height: auto;
    padding: 1.333rem 0;
    border-top: #585858 1px solid;
    border-bottom: 1px solid #585858;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100%;
  }
  footer .top article.right .vl {
    height: 4.667rem;
    width: 1px;
    background-color: #585858;
  }
  footer .top .mobile-column {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .top .mobile-column .follow-us {
    gap: 0.667rem;
  }
  footer .top .mobile-column h5 {
    max-width: 100% !important;
    font-size: 1.25rem !important;
    margin-top: 1.417rem;
  }
  .product-main .top {
    padding-bottom: 4rem !important;
    flex-direction: column !important;
  }
  .product-main .top .left {
    aspect-ratio: 1/1 !important;
    width: 100% !important;
    height: auto;
    min-height: 0 !important;
  }
  .product-main .top .right {
    width: 100% !important;
  }
  .product-main .top .container {
    padding-top: 3rem !important;
  }
  .product-main .products {
    flex-wrap: wrap !important;
    margin-top: 3.625rem !important;
    row-gap: 2rem !important;
    column-gap: 6% !important;
  }
  .product-main .one-product {
    width: 47% !important;
  }
  .contact-main .img1 {
    background-size: 90% !important;
  }
  .contact-main .img2 {
    bottom: 20rem !important;
    background-size: 90% !important;
  }
  .contact-main .check-wrap {
    align-self: center !important;
    justify-content: center !important;
    width: 100%;
  }
  .contact-main .check-wrap a {
    display: inline-block !important;
  }
  .contact-main .check-wrap label {
    aspect-ratio: 1/1;
  }
  .contact-main .check-wrap p {
    font-size: 1rem !important;
  }
  .contact-main .top {
    flex-direction: column !important;
  }
  .contact-main .top .map-wrap {
    width: 100% !important;
    aspect-ratio: 5/3 !important;
  }
  .contact-main .top .info {
    background-image: url("assets/svg/background-contact3.svg");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .contact-main .top .info .contact {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
  }
  .contact-main .top .info h6 {
    text-align: center !important;
    width: 100% !important;
  }
  .contact-main .top .info h3 {
    text-align: center !important;
    align-self: center !important;
  }
  .contact-main .top .info .links {
    align-self: center !important;
  }
  .contact-main .top .info a {
    font-size: 1.5rem !important;
  }
  .contact-main .top .info p {
    text-align: center !important;
    font-size: 1.5rem !important;
    width: 100% !important;
  }
  .contact-main .top .wide-btn {
    margin-top: 1rem !important;
  }
  .contact-main .middle {
    flex-direction: column !important;
    padding-bottom: 2rem !important;
  }
  .contact-main .middle .company {
    width: 100% !important;
    margin-bottom: 0 !important;
    flex-direction: column !important;
  }
  .contact-main .middle .company .left {
    width: 100% !important;
    margin-bottom: 4rem !important;
  }
  .contact-main .middle .company .team {
    justify-content: space-between !important;
    width: 100% !important;
  }
  .contact-main .middle .company .team .member {
    min-height: 18rem;
    width: 100% !important;
  }
  .contact-main .middle .company .team .member h5 {
    font-size: 1.3rem !important;
  }
  .contact-main .middle .company .team .member h6 {
    font-size: 1.1rem !important;
  }
  .contact-main .middle .company .team .member .img-wrap {
    max-width: 80% !important;
  }
  .contact-main .middle .contact {
    width: 100% !important;
    flex-direction: column !important;
  }
  .contact-main .middle .contact .left {
    width: 100% !important;
    margin-bottom: 2.5rem !important;
  }
  .contact-main .middle .contact .left h4 {
    text-align: center !important;
  }
  .contact-main .middle .contact .left p {
    text-align: center !important;
  }
  .contact-main .middle .contact .right {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .contact-main .middle .contact h4 {
    margin-bottom: 2rem !important;
  }
  .contact-main .middle .contact .team {
    flex-direction: column !important;
  }
  .contact-main .middle .contact .team .member {
    width: 100% !important;
  }
  .contact-main .bottom form {
    margin-top: 0 !important;
  }
  .contact-main .bottom h2 {
    margin: 3rem 0 !important;
  }
  .contact-main .bottom .two-inputs {
    flex-direction: column;
    gap: 2.375rem !important;
  }
  .about-us-main {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .about-us-main .top {
    flex-direction: column-reverse !important;
    gap: 2rem !important;
    margin-bottom: 3rem !important;
  }
  .about-us-main .top article, .about-us-main .top .img-wrap {
    width: 100% !important;
  }
  .about-us-main .bullets {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .about-us-main .bullets .bullet {
    width: 100% !important;
  }
  .profile-main {
    flex-direction: column !important;
  }
  .profile-main .left-section, .profile-main .user-info-section {
    width: 100% !important;
  }
  .profile-main .user-info-section .row {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .home-main .bullets {
    height: fit-content !important;
    padding: 4rem 0 !important;
    flex-direction: column !important;
    gap: 3rem !important;
  }
  .home-main .bullets .bullet {
    width: 90% !important;
  }
  .home-main .bullets .bullet.first {
    justify-content: center !important;
  }
  .home-main .bullets .bullet.last {
    justify-content: center !important;
  }
  .home-main .hero {
    background: transparent linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5) 87%, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box !important;
  }
  .home-main .slider {
    padding: 5rem !important;
    padding-inline: 5% !important;
  }
  .home-main .slider .slides .slide .left {
    width: 100% !important;
  }
  .home-main .slider .slides .slide .left img {
    margin: 1rem 0;
    height: 20rem;
    width: 100%;
    object-fit: contain;
  }
  .home-main .drops-wrap {
    gap: 1rem !important;
  }
  .home-main .one-drop {
    width: 60vw !important;
    padding-bottom: 1% !important;
  }
  .home-main .drops-slider .slider-arrow {
    right: 30% !important;
  }
  .home-main hr {
    margin: 4rem 0 !important;
  }
  .home-main .categories h3 {
    font-size: 1.6rem !important;
  }
  .home-main .categories .top {
    margin-bottom: 2rem !important;
    flex-direction: column !important;
    gap: 3rem !important;
  }
  .home-main .categories .top h3 {
    align-self: flex-start;
  }
  .home-main .categories article {
    row-gap: 2rem !important;
  }
  .home-main .categories .one-category {
    width: 48% !important;
    background-size: contain !important;
    padding-bottom: 5% !important;
  }
  .home-main .categories .one-category h6 {
    margin-bottom: 10% !important;
  }
  .home-main .categories .one-category h5 {
    text-align: center;
  }
  .home-main .categories .middle-top {
    -webkit-mask: url(assets/svg/right-top.svg) no-repeat center !important;
    mask: url(assets/svg/right-top.svg) no-repeat center !important;
  }
  .home-main .categories .middle-bottom {
    -webkit-mask: url(assets/svg/left-bottom.svg) no-repeat center !important;
    mask: url(assets/svg/left-bottom.svg) no-repeat center !important;
  }
  .home-main .categories .right-top, .home-main .categories .left-bottom {
    -webkit-mask: none !important;
    mask: none !important;
  }
  .home-main .new-products .top {
    margin-bottom: 2rem !important;
    flex-direction: column !important;
    gap: 3rem !important;
  }
  .home-main .new-products .top h3 {
    align-self: flex-start;
  }
  .home-main .new-products .one-product {
    width: 30% !important;
    min-width: 14rem !important;
    margin: 0;
  }
  .home-main .new-products .one-product h5 {
    text-align: left;
    font-size: 1.3rem !important;
  }
  .home-main .new-products .products-slider {
    margin-bottom: 4rem !important;
  }
  .home-main .visit-us .top {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 4rem !important;
  }
  .home-main .visit-us .top h3 {
    font-size: 1.6rem !important;
  }
  .home-main .visit-us .top h4 {
    font-size: 1.3rem !important;
    margin-top: 1rem;
  }
  .home-main .visit-us .top a {
    align-self: center;
    margin-top: 3rem;
  }
  .home-main .visit-us .map-wrap {
    width: 100% !important;
  }
  .home-main .newsletter {
    padding: 5rem 0 !important;
  }
  .home-main .newsletter h3 {
    font-size: 1.8rem !important;
  }
  .home-main .newsletter p {
    font-size: 1.3rem !important;
  }
  .home-main .newsletter .check-wrap {
    align-self: center !important;
    justify-content: center !important;
    width: 80%;
  }
  .home-main .newsletter .check-wrap a {
    display: inline-block !important;
  }
  .home-main .newsletter .check-wrap label {
    aspect-ratio: 1/1;
  }
  .home-main .newsletter .check-wrap p {
    font-size: 1rem !important;
  }
  .home-main .links {
    flex-direction: column !important;
  }
  .home-main .links .instagram-wrap {
    width: 100% !important;
  }
  .home-main .links a {
    width: 100% !important;
    padding: 5rem 0 !important;
  }
  .switch button {
    font-size: 1.2rem !important;
    height: 5rem !important;
  }
  .switch {
    margin-bottom: 2rem !important;
  }
}
@media only screen and (max-width: 500px) {
  .member {
    min-height: 18rem;
    width: 100% !important;
  }
  .member h5 {
    font-size: 1.2rem !important;
  }
  .member h6 {
    font-size: 1rem !important;
  }
  .member .img-wrap {
    max-width: 80% !important;
  }
  html {
    font-size: 13px;
  }
  .basket-main .product {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  .basket-main .product .quantity-selector {
    width: 9rem !important;
  }
  .basket-main .product .right {
    flex-direction: row !important;
    width: 100%;
    justify-content: space-between !important;
    height: auto !important;
  }
}
.main-btn {
  font-weight: 900;
  height: 3.188rem;
  min-width: 13.375rem;
  padding-inline: 1.875rem;
  cursor: pointer;
  transition: ease-out 0.3s;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 1.25rem) 100%, 1.25rem 100%); /* Flipped */
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.688rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-btn:hover {
  background-color: #6C8B0E;
}
.main-btn.red:hover {
  background-color: #A00C0C;
}
.main-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

button.loading {
  opacity: 0.3 !important;
  pointer-events: none;
}

.wide-btn {
  font-weight: 900;
  height: 3.188rem;
  max-width: 32.188rem;
  width: 100%;
  cursor: pointer;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 1.25rem) 100%, 1.25rem 100%); /* Flipped */
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.25rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.wide-btn:hover {
  background-color: #6C8B0E;
}
.wide-btn.red:hover {
  background-color: #A00C0C;
}
.wide-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.wide-btn.red {
  background-color: #D11313;
}

.menu-btn, .lang-btn {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.menu-btn p, .lang-btn p {
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
}
.menu-btn svg, .lang-btn svg {
  transition: ease-out 0.3s;
}
.menu-btn:hover svg, .lang-btn:hover svg {
  transform: translateX(0.25rem);
}

.logout-btn {
  height: 5.25rem;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 900;
  color: white;
  padding-inline: 1.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: #303031;
}
.logout-btn svg {
  transition: ease-out 0.3s;
}
.logout-btn:hover svg {
  transform: translateX(0.375rem);
}

.profile-nav-btn {
  height: 5.25rem;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 900;
  color: white;
  padding-inline: 1.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  transition: ease-out 0.3s;
  background-color: #303031;
}
.profile-nav-btn svg {
  transition: ease-out 0.3s;
}
.profile-nav-btn svg path {
  transition: ease-out 0.3s;
}
.profile-nav-btn:hover, .profile-nav-btn.active {
  background-color: #92c140;
}
.profile-nav-btn:hover svg, .profile-nav-btn.active svg {
  transform: translateX(0.375rem);
}
.profile-nav-btn:hover svg path, .profile-nav-btn.active svg path {
  fill: white;
}

.back-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
  color: white;
  font-weight: 600;
  transition: ease-out 0.3s;
}
.back-btn:hover {
  text-decoration: underline;
}

.profile-btn {
  height: 1.688rem;
  transition: ease-out 0.3s;
  cursor: pointer;
}
.profile-btn:hover {
  transform: translateY(-0.25rem);
}

.lang-btn p {
  font-size: 1rem;
}

.search-btn, .basket-btn {
  cursor: pointer;
}
.search-btn path, .basket-btn path {
  transition: ease-out 0.3s;
}
.search-btn:hover path, .basket-btn:hover path {
  fill: #919167;
}

.go-shopping {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  font-size: 1.563rem;
  font-style: italic;
  font-weight: 700;
  color: #E2E2A2;
  transition: ease-out 0.3s;
}
.go-shopping:hover {
  transform: translateX(0.5rem);
}

.switch {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 45.25rem;
  height: 7.188rem;
}
.switch button {
  text-transform: uppercase;
  color: white;
  font-size: 1.563rem;
  font-weight: 700;
  max-width: 22.625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 50%;
  height: 100%;
  border: 0.188rem solid #262626;
  background-color: #303031;
  transition: ease-out 0.3s;
  cursor: pointer;
}
.switch button:hover {
  background-color: #262626;
}
.switch button.active {
  pointer-events: none;
  background-color: #262626;
  box-shadow: inset 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  color: #92c140;
  border: 0;
}

.basket-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.filter-btn {
  padding: 0.063rem;
  background-color: #E2E2A2;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  height: 2.875rem;
  cursor: pointer;
}
.filter-btn:hover .hover {
  background-color: #E2E2A2;
}
.filter-btn .hover {
  transition: ease-out 0.3s;
  padding: 0.125rem;
  width: 100%;
  height: 100%;
  background-color: #303031;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.filter-btn .hover .inner {
  height: 100%;
  padding: 0 0.563rem 0 1.25rem;
  width: 100%;
  background-color: #303031;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1.563rem;
  color: #E2E2A2;
  font-weight: 500;
}

.small-switch {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.small-switch .vl {
  width: 0.125rem;
  background-color: #262626;
  height: 1.5rem;
  margin-inline: 1.25rem;
}
.small-switch .option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.563rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #88B20F;
  opacity: 0.5;
  transition: ease-out 0.3s;
  cursor: pointer;
}
.small-switch .option.selected {
  color: #E2E2A2;
  pointer-events: none;
}
.small-switch .option:hover, .small-switch .option.selected {
  opacity: 1;
}

.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.contact-info a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.contact-info .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.contact-info .right .tel, .contact-info .right .mail {
  color: #FFFFFF;
}
.contact-info .right .tel {
  font-size: 1rem;
  font-weight: 700;
}
.contact-info .right .mail {
  font-size: 0.813rem;
  text-decoration: underline;
  font-weight: 600;
}

.footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.footer-contact .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.footer-contact .right .tel, .footer-contact .right .mail {
  color: #FFFFFF;
}
.footer-contact .right .tel {
  font-size: 1.188rem;
  font-weight: 500;
}
.footer-contact .right .mail {
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: 500;
}

.footer-location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.063rem;
}
.footer-location p {
  color: #FFFFFF;
  font-weight: 500;
  text-align: right;
  font-size: 1.125rem;
}

.location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.188rem;
}
.location p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
}

.error {
  font-size: 1.2rem;
  color: #EA4335;
}

.alert {
  font-size: 1.2rem;
  color: #92c140;
}

.textarea-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.563rem;
  width: 100%;
}
.textarea-input label {
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}
.textarea-input .textarea {
  width: 100%;
  background-color: #262626;
  color: #92c140;
  border-color: #262626;
  outline: none;
  transition: ease-out 0.3s;
  padding: 1.875rem 1.25rem;
  font-size: 1.25rem;
  resize: none;
}

.check-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.563rem;
}
.check-wrap label {
  min-width: 2.313rem;
  height: 2.313rem;
  width: 2.313rem;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0.188rem rgba(226, 226, 162, 0);
}
.check-wrap label:hover {
  box-shadow: inset 0 0 0 0.188rem #E2E2A2;
}
.check-wrap label input {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.check-wrap label span {
  border: 0.125rem solid #E2E2A2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: ease-out 0.3s;
}
.check-wrap label span::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  border: #92c140 solid;
  border-width: 0.25rem 0.25rem 0 0;
  transform: rotate(130deg);
  top: 20%;
  left: 15%;
  opacity: 0;
  transition: ease-out 0.1s;
}
.check-wrap label input:checked + span::after {
  opacity: 1;
}
.check-wrap p {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 36.938rem;
  color: white;
}
.check-wrap p a {
  color: #92c140;
  text-decoration: underline;
}

input::placeholder {
  color: #464646;
}

.two-inputs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7%;
}
.two-inputs .text-input {
  flex: 1;
}

.phone-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.563rem;
  width: 100%;
}
.phone-input label {
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}
.phone-input .phone-wrap {
  border: 0.063rem solid rgba(38, 38, 38, 0);
  background-color: rgba(38, 38, 38, 0);
  transition: ease-out 0.3s;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.phone-input .phone-wrap:hover {
  border-color: #88B20F;
}
.phone-input .phone-wrap:focus-within {
  border-color: #88B20F;
  box-shadow: 0 0 0 0.069rem #88B20F;
}
.phone-input .phone-wrap input {
  background-color: #262626;
  padding: 1.375rem 1.25rem 1.188rem 1.25rem;
  font-size: 1.25rem;
  color: #88B20F;
  width: 100%;
  transition: ease-out 0.3s;
}
.phone-input .phone-wrap .vl {
  height: 4rem;
  width: 0.188rem;
  background-color: #303031;
}
.phone-input .phone-wrap select {
  min-width: 5.938rem;
  border: none !important;
  font-size: 1.25rem;
  height: 3.813rem;
  background-color: #262626;
  color: #92c140;
}
.phone-input .phone-wrap select .dropdown {
  margin-top: 10px;
}
.phone-input .phone-wrap select .dropdown option {
  font-size: 1.25rem;
  background-color: red !important;
  border-radius: 0 !important;
}

/* Hover effect */
.custom-select select:hover {
  background-color: rgba(224, 224, 224, 0); /* Slightly darker background on hover */
  border-color: rgba(136, 136, 136, 0); /* Change border color on hover */
}

/* Focus (active) state */
.custom-select select:focus {
  outline: none; /* Remove default outline */
  border-color: #555; /* Darker border on focus */
  box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Add a subtle shadow */
}

.custom-select:focus-within::after {
  transform: translateY(-50%) scaleY(-1);
}

/* Style the options inside the dropdown */
.custom-select option {
  background-color: #303031; /* White background for options */
  color: #92c140;
  border-radius: 0 !important; /* Text color for options */
}

/* Offset (padding around dropdown text) */
.custom-select select {
  padding-right: 1.875rem; /* Extra padding to the right to make space for arrow */
}

.text-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.563rem;
  width: 100%;
}
.text-input label {
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}
.text-input input {
  border: 0.063rem solid #262626;
  background-color: #262626;
  padding: 1.375rem 1.25rem 1.188rem 1.25rem;
  font-size: 1.25rem;
  color: #88B20F;
  width: 100%;
  transition: ease-out 0.3s;
}
.text-input input:hover {
  border-color: #88B20F;
}
.text-input input:focus {
  border-color: #88B20F;
  box-shadow: inset 0 0 0 0.063rem #88B20F;
}

.select-country {
  margin-top: 2.438rem;
  width: 100%;
  margin-bottom: 3.313rem;
}
.select-country h6 {
  color: #E2E2A2;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.563rem;
}
.select-country .row {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.select-country .row .option {
  width: 48%;
  font-size: 1.375rem;
  font-weight: 700;
  color: white;
  padding-inline: 1.188rem;
  transition: ease-out 0.3s;
  border: 0.125rem solid #303031;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  height: 3.813rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.select-country .row .option .check-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.563rem;
}
.select-country .row .option .check-wrap label {
  height: 2.313rem;
  width: 2.313rem;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0.188rem rgba(226, 226, 162, 0);
}
.select-country .row .option .check-wrap label:hover {
  box-shadow: inset 0 0 0 0.188rem #E2E2A2;
}
.select-country .row .option .check-wrap label input {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.select-country .row .option .check-wrap label span {
  background-color: #262626;
  box-shadow: inset 0px 0.188rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  border: 0rem solid #E2E2A2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: ease-out 0.3s;
}
.select-country .row .option .check-wrap label span::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  border: #92c140 solid;
  border-width: 0.25rem 0.25rem 0 0;
  transform: rotate(130deg);
  top: 20%;
  left: 15%;
  opacity: 0;
  transition: ease-out 0.1s;
}
.select-country .row .option .check-wrap label input:checked + span::after {
  opacity: 1;
}
.select-country .row .option .check-wrap p {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 36.938rem;
  color: white;
}
.select-country .row .option .check-wrap p a {
  color: #92c140;
  text-decoration: underline;
}
.select-country .row .option:hover, .select-country .row .option.selected {
  border: 0.125rem solid #88B20F;
}
.select-country .row .option.selected {
  pointer-events: none;
}
.select-country .row .option .green {
  color: #92c140;
}
.select-country .row .option h4 {
  font-size: 1.375rem;
  color: white;
  margin-bottom: 0.188rem;
}
.select-country .row .option p {
  font-size: 1.125rem;
  color: white;
}

.search-wrap {
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 2.5rem) 100%, 2.5rem 100%);
  background-color: #262626;
}

.search-modal {
  width: 100%;
  background-color: #303031;
  height: 6.188rem;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1019607843);
  max-width: 100% !important;
}
.search-modal .flex {
  flex: auto 1 1;
  height: 100%;
  width: 100%;
  padding-inline: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.search-modal .flex .inivsible {
  flex: 0 1 auto;
}
.search-modal .flex .menu-btn {
  flex: 0 1 auto;
}
.search-modal .flex .search-wrap {
  flex: 0 1 auto;
  clip-path: polygon(0 0, calc(100% - 1.25rem) 0, 100% 100%, 1.25rem 100%);
  max-width: 41.813rem;
  width: 95%;
  height: 3.188rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.search-modal .flex .search-wrap .input-border {
  transition: ease-out 0.3s;
  padding: 0.063rem 0 0.063rem 0.063rem;
  background-color: #262626;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  height: 100%;
  width: fit-content;
  flex: 1;
}
.search-modal .flex .search-wrap .input-border:focus-within {
  background-color: #92c140;
}
.search-modal .flex .search-wrap .input-border:hover {
  background-color: #92c140;
}
.search-modal .flex .search-wrap .input-border .input-focus {
  padding: 0.063rem 0 0.063rem 0.063rem;
  transition: ease-out 0.3s;
  height: 100%;
  margin-left: 0.63px;
  width: 100%;
  background-color: #262626;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.search-modal .flex .search-wrap .input-border .input-focus:focus-within {
  background-color: #92c140;
}
.search-modal .flex .search-wrap .input-border .input-focus .input-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding-left: 2.5rem;
  height: 100%;
  background-color: #262626;
}
.search-modal .flex .search-wrap .input-border .input-focus .input-wrap label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.search-modal .flex .search-wrap .input-border input {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  width: 100%;
  background-color: #262626;
  height: 100%;
  padding-right: 2.5rem;
  padding-left: 1.313rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #92c140;
  transition: ease-out 0.3s;
  border: 0.063rem solid #262626;
}
.search-modal .flex .search-wrap input::placeholder {
  color: #464646;
}
.search-modal .flex .search-wrap button {
  background-color: #92c140;
  height: 100%;
  padding-right: 3.25rem;
  padding-left: 1.563rem;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
  transition: ease-out 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.search-modal .flex .search-wrap button:hover {
  background-color: #6C8B0E;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.4352941176) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.menu-modal {
  max-width: 100% !important;
  max-height: 100vh !important;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
}
.menu-modal.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
}
.menu-modal .categories {
  padding-top: 2.313rem;
  width: 22rem;
  height: 100%;
  background-color: #303031;
  border-right: #262626 solid 0.188rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  transform: translateX(22rem);
  z-index: 120;
  transition: ease-out 0.1s;
}
.menu-modal .categories.active {
  transform: translateX(0rem);
}
.menu-modal .categories .top {
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
}
.menu-modal .categories .top h5 {
  color: #92c140;
  text-transform: uppercase;
  font-size: 1.563rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
.menu-modal .categories .top a {
  font-size: 1.375rem;
  margin-bottom: 2.063rem;
  line-height: 1.375rem;
  color: #FFFFFF;
  font-weight: 900;
  text-align: right;
  transition: ease-out 0.3s;
}
.menu-modal .categories .top a:hover {
  transform: translateY(-0.188rem);
}
.menu-modal .categories .bottom {
  padding-right: 5rem;
  border-top: #262626 solid 0.188rem;
  height: 28.4%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.menu-modal .categories .bottom .content {
  height: 7.5rem;
}
.menu-modal .categories .bottom .content a {
  color: white;
  text-decoration: underline;
  transition: ease-out 0.3s;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.688rem;
}
.menu-modal .categories .bottom .content a:hover {
  transform: translateY(-0.25rem);
}
.menu-modal .categories .bottom h5 {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
  color: white;
  text-align: right;
}
.menu-modal .categories .bottom h5 .green {
  color: #92c140;
}
.menu-modal nav {
  transition: ease-out 0.3s;
  z-index: 150;
  width: 31.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  height: 100%;
  background-color: #303031;
}
.menu-modal nav .top, .menu-modal nav .middle, .menu-modal nav .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10%;
  padding-right: 8.625rem;
  width: 100%;
}
.menu-modal nav .top {
  height: 46%;
  justify-content: flex-start;
  padding-top: 2.313rem;
  gap: 8%;
}
.menu-modal nav .top a {
  text-transform: uppercase;
  color: #FFFFFF;
  transition: ease-out 0.3s;
  font-size: 1.563rem;
  font-weight: 900;
}
.menu-modal nav .top a:hover {
  transform: translateY(-0.25rem);
}
.menu-modal nav .top button {
  text-transform: uppercase;
  color: #FFFFFF;
  transition: ease-out 0.3s;
  font-size: 1.563rem;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.938rem;
  cursor: pointer;
}
.menu-modal nav .top button svg {
  transition: ease-out 0.3s;
}
.menu-modal nav .top button:hover svg {
  transform: translateX(-0.25rem);
}
.menu-modal nav.active .top a {
  opacity: 0.5;
}
.menu-modal nav.active .top button {
  text-decoration: underline;
}
.menu-modal nav .middle {
  height: 27%;
  gap: 12%;
  border-top: #262626 solid 0.188rem;
  border-bottom: #262626 solid 0.188rem;
}
.menu-modal nav .middle a {
  font-size: 1.375rem;
  font-weight: 600;
  color: #B7B7B7;
  transition: ease-out 0.3s;
}
.menu-modal nav .middle a:hover {
  color: white;
  transform: translateY(-0.188rem);
}
.menu-modal nav .bottom {
  height: 27%;
}
.menu-modal nav .bottom .follow-us {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}
.menu-modal nav .bottom .follow-us h5 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
  color: white;
}
.menu-modal nav .bottom .follow-us h5 .green {
  color: #92c140;
}
.menu-modal nav .bottom .follow-us .bottom {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2.375rem;
  padding: 0;
}
.menu-modal nav .bottom .follow-us .bottom .social-wrap {
  background-image: url("assets/svg/icon-border.svg");
  background-size: contain;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-color: #303031;
  background-size: cover;
  width: 4.063rem;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.menu-modal nav .bottom .follow-us .bottom .social-wrap svg {
  transition: ease-out 0.3s;
}
.menu-modal nav .bottom .follow-us .bottom .social-wrap:hover svg {
  transform: translateY(-0.25rem);
}

.options-modal {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  background-color: rgba(38, 38, 38, 0);
}
.options-modal.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
}
.options-modal .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 5% 6% 5% 5%;
  width: 100%;
  height: 100%;
  max-width: 42.125rem;
  background-color: #303031;
}
.options-modal .wrap form {
  width: 100%;
}
.options-modal .wrap .menu-btn {
  align-self: flex-end;
}
.options-modal .wrap h6 {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  color: white;
  font-weight: 700;
}
.options-modal .wrap .filter-heading {
  border-bottom: 0.125rem solid #262626;
  width: 100%;
  padding-bottom: 1.563rem;
  margin-bottom: 1.438rem;
}
.options-modal .wrap .filter-option {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
}
.options-modal .wrap .filter-option p {
  font-size: 1.125rem;
  font-weight: 600;
}
.options-modal .wrap .variations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 1.34rem;
}
.options-modal .wrap .variations button {
  opacity: 0.5;
  height: 2.875rem;
  transition: ease-out 0.3s;
  width: 30%;
  padding: 0.125rem;
  background-color: #E2E2A2;
  cursor: pointer;
}
.options-modal .wrap .variations button .hover {
  height: 100%;
  width: 100%;
  padding: 0.063rem;
  background-color: #303031;
  transition: ease-out 0.3s;
}
.options-modal .wrap .variations button:hover, .options-modal .wrap .variations button.selected {
  opacity: 1;
}
.options-modal .wrap .variations button:hover .hover, .options-modal .wrap .variations button.selected .hover {
  background-color: #E2E2A2;
}
.options-modal .wrap .variations button .inner {
  box-shadow: 0 0 0 0.063rem rgba(226, 226, 162, 0) inset;
  font-size: 1.313rem;
  font-weight: 600;
  color: #E2E2A2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #303031;
  height: 100%;
  width: 100%;
}
.options-modal .wrap .variations button:nth-child(3n-2) {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations button:nth-child(3n-2) .hover {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations button:nth-child(3n-2) .hover .inner {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations button:nth-child(3n) {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
.options-modal .wrap .variations button:nth-child(3n) .hover {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
.options-modal .wrap .variations button:nth-child(3n) .hover .inner {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}

/* Modal overlay */
#ageModal {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#ageModal .lang-btn {
  align-self: center !important;
  margin: 0 auto;
  width: fit-content;
}

/* Modal content box */
#ageModalContent, .deleteModal {
  background-color: #303031;
  padding: 3rem 2.75rem 5.125rem 2.75rem;
  width: 37.5rem;
  text-align: center;
}

#ageModal h2, #deleteModal h2 {
  margin-bottom: 1.438rem;
  color: #333;
  font-size: 1.875rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  padding-top: 1.25rem;
  border-top: 0.125rem solid #262626;
}

#ageModal p, #deleteModal p {
  margin-bottom: 2.625rem;
  color: #D9D9D9;
  font-family: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}

#ageModal .lang-btn, #deleteModal .lang-btn {
  margin-bottom: 1.5rem;
}
#ageModal .lang-btn p, #deleteModal .lang-btn p {
  margin: 0 !important;
}

#deleteModal {
  width: 100%;
  background-color: rgba(38, 38, 38, 0);
  height: 100vh;
  overflow: hidden;
}

.center-dialog {
  overflow: hidden;
}

.leave-button {
  margin-top: 1.625rem;
  transition: ease-out 0.3s;
  height: 3.188rem;
  max-width: 32.188rem;
  width: 100%;
  cursor: pointer;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 1.25rem) 100%, 1.25rem 100%); /* Flipped */
  background-color: #92c140;
  padding: 0.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.leave-button .inner {
  font-weight: 900;
  text-align: center;
  font-size: 1.25rem;
  color: white;
  transition: ease-out 0.3s;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 1.25rem) 100%, 1.25rem 100%); /* Flipped */
  background-color: #303031;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.leave-button .inner:hover {
  background-color: #6C8B0E;
}
.leave-button .inner.red:hover {
  background-color: #A00C0C;
}
.leave-button:hover {
  background-color: #6C8B0E;
}
.leave-button.red:hover {
  background-color: #A00C0C;
}
.leave-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.center-dialog {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100vh;
}

#openDeleteModalButton {
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 0.125rem solid #D11313;
  padding-inline: 1.688rem;
  cursor: pointer;
  transition: ease-out 0.3s;
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
#openDeleteModalButton:hover {
  background-color: #D11313;
}

footer {
  background-color: #262626;
  width: 100%;
  padding: 6.063rem 7.5%;
}
footer .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
footer .top .follow-us {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.313rem;
}
footer .top .follow-us .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
footer .top .follow-us .top h5 {
  max-width: 8.125rem;
  text-transform: uppercase;
  font-size: 1.563rem;
  font-weight: 900;
  color: #92c140;
}
footer .top .follow-us .top h5 .white {
  color: white;
}
footer .top .follow-us .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.375rem;
}
footer .top .follow-us .bottom .social-wrap {
  background-image: url("assets/svg/icon-border.svg");
  background-size: contain;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover;
  width: 4.063rem;
  height: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
footer .top .follow-us .bottom .social-wrap svg {
  transition: ease-out 0.3s;
}
footer .top .follow-us .bottom .social-wrap:hover svg {
  transform: translateY(-0.25rem);
}
footer .top .payment-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}
footer .top .payment-wrap .payment {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.688rem;
  font-size: 1.188rem;
  font-weight: 500;
  color: white;
}
footer .top .payment-wrap .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.188rem;
}
footer .top .payment-wrap .bottom .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.6rem;
}
footer .top .payment-wrap .bottom .column p {
  font-size: 1rem;
  color: #838383;
  font-weight: 600;
}
footer .top .left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 75%;
  max-width: 70.25rem;
}
footer .top .left ul {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.938rem;
}
footer .top .left ul a {
  font-size: 1.375rem;
  font-weight: 600;
  color: #B7B7B7;
  transition: ease-out 0.3s;
}
footer .top .left ul a:hover {
  color: white;
  transform: translateY(-0.188rem);
}
footer .top .left ul.categories {
  margin-top: 0;
}
footer .top .left ul.categories a {
  font-size: 1.375rem;
  font-weight: 900;
  color: white;
}
footer .top .left h5 {
  text-transform: uppercase;
  font-size: 1.563rem;
  font-weight: 900;
  color: #92c140;
}
footer .top .left h5 .white {
  color: white;
}
footer .top article.right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2.25rem;
}
footer section.bottom {
  margin-top: 2.25rem;
  border-top: 0.125rem solid #88B20F;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  padding-top: 0.938rem;
}
footer section.bottom p,
footer section.bottom h6 {
  font-size: 1.25rem;
  color: #E8EAED;
  font-weight: 600;
}
footer section.bottom p {
  font-weight: 300;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0px 0.313rem 0.313rem rgba(0, 0, 0, 0.1019607843);
  background-color: #303031;
  height: 6.188rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-inline: 7.5%;
}
header .left {
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.563rem;
}
header .left .vl {
  width: 0.063rem;
  height: 2.375rem;
  background-color: #585858;
}
header .logo {
  justify-self: center !important;
  position: absolute;
}
header .right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
header .right .search-btn {
  margin-left: 0.938rem;
  margin-right: 1.438rem;
}
header .right .profile-btn {
  margin-right: 0.938rem;
}
header .right .basket-btn {
  margin-right: 1.563rem;
}
header .right .menu-btn {
  margin-left: 1.563rem;
}
header .right .vl {
  width: 0.063rem;
  height: 2.375rem;
  background-color: #585858;
}

.igwrapper {
  width: 50% !important;
  height: 30.625rem !important;
}

.instagram-media .instagram-media-rendered {
  width: 100% !important;
  height: 100% !important;
}

.home-main {
  width: 100%;
  overflow-x: hidden;
}
.home-main .one-drop {
  flex: 0 0 auto;
  margin: 0 10px;
  background-color: #1f1f1f; /* Drop style */
  padding: 10px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-main .products-slider {
  position: relative;
}
.home-main .products-slider .slider-arrow {
  position: absolute;
  top: 32%;
  right: 8%;
  z-index: 4;
  cursor: pointer;
  transition: ease-out 0.3s;
}
.home-main .products-slider .slider-arrow:hover {
  transform: translateX(0.35rem);
}
.home-main .products-slider .gradient {
  position: absolute;
  width: 35%;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(48, 48, 49, 0) 0%, rgba(48, 48, 49, 0.718) 40%, rgba(48, 48, 49, 0.946) 100%);
  z-index: 2;
}
.home-main .products {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding-left: calc(7% - 25px);
  scroll-snap-type: x mandatory;
}
.home-main .products::-webkit-scrollbar {
  display: none;
}
.home-main .one-product {
  z-index: 1;
  flex: 0 0 auto;
  width: 200px; /* Adjust width for each product */
  margin: 0 15px;
  text-align: center;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.home-main .img-wrap {
  height: 120px; /* Adjust height */
  width: 100%;
  background-color: #ccc; /* Placeholder for image */
  margin-bottom: 10px;
}
.home-main hr {
  width: 86%;
  align-self: center;
  background-color: #262626;
  border: 0;
  height: 0.188rem;
}
.home-main .hero {
  width: 100%;
  background: rgb(255, 255, 255);
  background: transparent linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5) 87%, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.home-main .hero .svg-wrap {
  width: 100%;
  margin-bottom: -1rem;
}
.home-main .hero .slider-indicator {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.813rem;
  margin-bottom: 5.938rem;
}
.home-main .hero .slider-indicator .indicator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.home-main .hero .slider-indicator .indicator svg {
  opacity: 0.35;
  transform: scale(0.85);
  transition: ease-out 0.3s;
}
.home-main .hero .slider-indicator .indicator:hover svg {
  opacity: 0.7;
}
.home-main .hero .slider-indicator .indicator .square {
  width: 0.625rem;
  height: 0.625rem;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  /* UI Properties */
  opacity: 0;
  border: 2px solid #92c140;
}
.home-main .hero .slider-indicator .indicator.active {
  cursor: default;
}
.home-main .hero .slider-indicator .indicator.active .square {
  opacity: 1;
}
.home-main .hero .slider-indicator .indicator.active svg {
  opacity: 1;
  transform: scale(1);
}
.home-main .hero .slider-indicator .indicator.hidden {
  opacity: 0;
}
.home-main .hero .slider {
  padding-top: 11rem;
  padding-bottom: 5.938rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 7%;
  padding-inline: 8%;
  width: 100%;
}
.home-main .hero .slider .right-arrow,
.home-main .hero .slider .left-arrow {
  cursor: pointer;
  transition: ease-out 0.3s;
}
.home-main .hero .slider .right-arrow:hover {
  transform: translateX(0.5rem);
}
.home-main .hero .slider .left-arrow:hover {
  transform: translateX(-0.5rem);
}
.home-main .hero .slider .slides {
  width: 100%;
  flex: 1;
}
.home-main .hero .slider .slides .slide {
  position: relative;
  z-index: 2;
  display: none;
}
.home-main .hero .slider .slides .slide .left {
  width: 55%;
}
.home-main .hero .slider .slides .slide .left img {
  width: 100%;
}
.home-main .hero .slider .slides .slide .left h6 {
  margin-bottom: 1.875rem;
  color: #92c140;
  font-size: 1.125rem;
  padding-bottom: 1.5rem;
  border: 3px solid #E2E2A2;
  border-radius: 31px;
  font-weight: 900;
  width: fit-content;
  padding: 0;
  padding-inline: 1rem;
  height: 2rem;
}
.home-main .hero .slider .slides .slide .left h2 {
  max-width: 37.5rem;
}
.home-main .hero .slider .slides .slide .left p {
  margin-top: 0.313rem;
  color: #D9D9D9;
  font-size: 1.25rem;
  max-width: 37.5rem;
  font-weight: 600;
  margin-bottom: 3.438rem;
}
.home-main .hero .slider .slides .slide .right {
  width: 45%;
  height: 45vh;
}
.home-main .hero .slider .slides .slide .right img {
  width: 100%; /* Set image width to 100% of the container */
  height: auto; /* Maintain aspect ratio */
  max-height: 100%; /* Prevent exceeding container height */
  object-fit: contain; /* Ensure image covers container without distortion */
}
.home-main .hero .slider .slides .slide.display-slide {
  display: flex;
  animation: slide 0.5s ease-out;
}
.home-main .drops {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin-top: 4.75rem;
}
.home-main .drops h3 {
  padding-left: 7%;
  width: 100%;
  margin-bottom: 3.125rem;
}
.home-main .drops .drops-slider {
  position: relative;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.home-main .drops .drops-slider::-webkit-scrollbar {
  display: none;
}
.home-main .drops .drops-slider .slider-arrow {
  position: absolute;
  top: 40%;
  right: 55%;
  z-index: 4;
  cursor: pointer;
  transition: ease-out 0.3s;
}
.home-main .drops .drops-slider .slider-arrow:hover {
  transform: translateX(0.35rem);
}
.home-main .drops .drops-slider .gradient {
  position: absolute;
  width: 60%;
  pointer-events: none;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(48, 48, 49, 0) 0%, rgba(48, 48, 49, 0.718) 40%, rgba(48, 48, 49, 0.946) 100%);
  z-index: 2;
}
.home-main .drops .drops-slider .drops-wrap {
  scroll-snap-stop: always;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.813rem;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding-left: calc(7% - 25px);
  width: 100%;
  scroll-snap-type: x mandatory;
}
.home-main .drops .drops-slider .drops-wrap::-webkit-scrollbar {
  display: none;
}
.home-main .drops .drops-slider .one-drop {
  max-width: 41.188rem;
  padding-left: 2.5rem;
  -webkit-mask: url("assets/svg/drop.svg") no-repeat center;
  mask: url("assets/svg/drop.svg") no-repeat center;
  width: 35vw;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  aspect-ratio: 659/503; /* Keep aspect ratio */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 3.5rem;
}
.home-main .drops .drops-slider .one-drop h5 {
  font-size: 1.688rem;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
}
.home-main .drops .drops-slider .one-drop h6 {
  margin-bottom: 2.25rem;
  margin-top: 0.625rem;
  color: #E2E2A2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.home-main .categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  background-image: url("assets/svg/background-categories.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top right;
}
.home-main .categories hr {
  margin-top: 6.5rem;
  margin-bottom: 10rem;
}
.home-main .categories .top {
  width: 100%;
  padding-inline: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 6.813rem;
}
.home-main .categories article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 6.813rem;
  padding-inline: 7%;
  width: 100%;
}
.home-main .categories article.top-categories {
  margin-bottom: 6.813rem;
}
.home-main .categories article .one-category {
  max-width: 30.625rem;
  background: url("assets/img/hero-test.png") no-repeat 0 -5%;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #262626;
  width: 30%;
  aspect-ratio: 490/547;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  padding-bottom: 3rem;
}
.home-main .categories article .one-category.left-top {
  -webkit-mask: url("assets/svg/left-top.svg") no-repeat center;
  mask: url("assets/svg/left-top.svg") no-repeat center;
}
.home-main .categories article .one-category.left-bottom {
  -webkit-mask: url("assets/svg/left-bottom.svg") no-repeat center;
  mask: url("assets/svg/left-bottom.svg") no-repeat center;
}
.home-main .categories article .one-category.right-top {
  -webkit-mask: url("assets/svg/right-top.svg") no-repeat center;
  mask: url("assets/svg/right-top.svg") no-repeat center;
}
.home-main .categories article .one-category.right-bottom {
  -webkit-mask: url("assets/svg/right-top.svg") no-repeat center;
  mask: url("assets/svg/right-bottom.svg") no-repeat center;
}
.home-main .categories article .one-category.middle-top {
  -webkit-mask: url("assets/svg/middle-top.svg") no-repeat center;
  mask: url("assets/svg/middle-top.svg") no-repeat center;
}
.home-main .categories article .one-category.middle-bottom {
  -webkit-mask: url("assets/svg/middle-bottom.svg") no-repeat center;
  mask: url("assets/svg/middle-bottom.svg") no-repeat center;
}
.home-main .categories article .one-category h6 {
  font-size: 1.25rem;
  color: #E2E2A2;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 2.75rem;
  margin-top: 1.125rem;
}
.home-main .categories article .one-category h5 {
  color: white;
  font-size: 1.875rem;
  font-weight: 900;
}
.home-main .new-products {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  background-image: url("assets/svg/background-new-products.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top left;
}
.home-main .new-products .svg-wrap {
  margin-bottom: -1rem;
  width: 100%;
  height: fit-content;
}
.home-main .new-products .top {
  width: 100%;
  padding-inline: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 4.438rem;
}
.home-main .new-products hr {
  margin-top: 8.25rem;
  margin-bottom: 8rem;
}
.home-main .new-products .products-slider {
  width: 100%;
  margin-bottom: 10rem;
}
.home-main .new-products .products-slider .one-product {
  transition: ease-out 0.3s;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.home-main .new-products .products-slider .one-product:hover {
  transform: translateY(-0.375rem);
}
.home-main .new-products .products-slider .one-product .img-wrap {
  aspect-ratio: 394/389;
  padding-left: 2.5rem;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  flex: 1;
  background: url("assets/img/hero-test.png") no-repeat 0 center;
  background-size: contain;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  width: 100%;
}
.home-main .new-products .products-slider .one-product h5 {
  font-size: 1.563rem;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  margin-top: 1.75rem;
}
.home-main .new-products .products-slider .one-product h6 {
  color: #92c140;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}
.home-main .contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  background: #1C1C1C;
  background-image: url("assets/svg/background-newsletter.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.home-main .contact .visit-us {
  padding-inline: 7%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin-top: 3.75rem;
  background-image: url("assets/svg/background-visit-us.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.home-main .contact .visit-us .top {
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.home-main .contact .visit-us .top .left h3 {
  font-size: 3.75rem;
}
.home-main .contact .visit-us .top .left h4 {
  color: #92c140;
  font-size: 2.5rem;
}
.home-main .contact .visit-us .map-wrap {
  align-self: center;
  width: 75%;
}
.home-main .contact .visit-us .map-wrap img {
  width: 100%;
}
.home-main .contact .newsletter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-bottom: 14.813rem;
  padding-top: 13.438rem;
}
.home-main .contact .newsletter .alert, .home-main .contact .newsletter .error {
  margin-bottom: 1rem;
}
.home-main .contact .newsletter .p {
  color: #D9D9D9;
  font-family: 600;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 3.25rem;
  max-width: 43.125rem;
  text-align: center;
}
.home-main .contact .newsletter .input-wrap {
  margin-bottom: 2rem;
  clip-path: polygon(0px 0px, 100% 0px, calc(100% - 1.25rem) 100%, 1.25rem 100%);
  max-width: 41.813rem;
  width: 95%;
  height: 3.188rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.home-main .contact .newsletter .input-wrap .input-border {
  transition: ease-out 0.3s;
  padding: 0.063rem 0 0.063rem 0.063rem;
  background-color: #262626;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  height: 100%;
  width: fit-content;
  flex: 1;
}
.home-main .contact .newsletter .input-wrap .input-border:focus-within {
  background-color: #92c140;
}
.home-main .contact .newsletter .input-wrap .input-border:hover {
  background-color: #92c140;
}
.home-main .contact .newsletter .input-wrap .input-border .input-focus {
  padding: 0.063rem 0 0.063rem 0.063rem;
  transition: ease-out 0.3s;
  height: 100%;
  margin-left: 0.63px;
  width: 100%;
  background-color: #262626;
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.home-main .contact .newsletter .input-wrap .input-border .input-focus:focus-within {
  background-color: #92c140;
}
.home-main .contact .newsletter .input-wrap .input-border input {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  width: 100%;
  background-color: #262626;
  height: 100%;
  padding-inline: 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #92c140;
  transition: ease-out 0.3s;
  border: 0.063rem solid #262626;
}
.home-main .contact .newsletter .input-wrap input::placeholder {
  color: #464646;
}
.home-main .contact .newsletter .input-wrap button {
  background-color: #92c140;
  height: 100%;
  padding-right: 3.25rem;
  padding-left: 1.563rem;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  cursor: pointer;
  transition: ease-out 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.home-main .contact .newsletter .input-wrap button:hover {
  background-color: #6C8B0E;
}
.home-main .bullets {
  width: 100%;
  height: 22.5rem;
  padding-inline: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0;
}
.home-main .bullets .bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.688rem;
}
.home-main .bullets .bullet .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.home-main .bullets .bullet h6 {
  color: white;
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
}
.home-main .bullets .bullet p {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.home-main .links {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  width: 100vw;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  gap: 0;
}
.home-main .links .instagram-wrap {
  overflow: hidden;
  width: 50%;
  margin-bottom: -12px;
}
.home-main .links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11.25rem 0;
  margin-bottom: 0.75rem;
  background-color: #262626;
  width: 48%;
}
.home-main .links a p {
  color: #D9D9D9;
  font-family: 600;
  font-size: 1.25rem;
  max-width: 43.125rem;
  text-align: center;
}

@keyframes slide {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.indicator.slide-left {
  animation: slideInLeft 0.5s ease forwards;
}

.indicator.slide-right {
  animation: slideInRight 0.5s ease forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    /* Adjust distance for the slide effect */
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    /* Adjust distance for the slide effect */
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.indicator {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.indicator.active {
  opacity: 1;
  transform: scale(1.2);
  z-index: 2;
  /* Ensure the active indicator is above others */
}

.indicator.hidden {
  opacity: 0;
  transform: scale(0.8);
  z-index: 1;
  /* Ensure hidden indicators are below active */
}

.indicator.visible {
  opacity: 0.5;
  transform: scale(1);
}

.indicator.left {
  transform: translateX(-50%) scale(0.8);
}

.indicator.right {
  transform: translateX(50%) scale(0.8);
}

/* Infinite scrolling animation */
@keyframes scroll-products {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.conditions-main {
  width: 100%;
}
.conditions-main nav {
  padding-top: 6.875rem;
  padding-bottom: 0.688rem;
  width: 100%;
  border-bottom: 0.063rem solid #262626;
  width: 86%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 5.5rem;
}
.conditions-main nav a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #B7B7B7;
  font-size: 1.375rem;
  font-weight: 600;
  cursor: pointer;
  transition: ease-out 0.3s;
}
.conditions-main nav a:hover {
  color: white;
  transform: translateY(-0.188rem);
}
.conditions-main nav a svg {
  transition: ease-out 0.3s;
  display: none;
}
.conditions-main nav a.active {
  pointer-events: none;
  color: #92c140;
}
.conditions-main nav a.active svg {
  display: block;
}
.conditions-main .document {
  padding-bottom: 7rem;
  width: 86%;
}
.conditions-main .document h4 {
  color: white;
  font-size: 1.875rem;
  font-weight: 900;
  width: 100%;
  border-bottom: 0.063rem solid #262626;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
.conditions-main .document p {
  color: white;
  font-size: 1.375rem;
  font-weight: 400;
}

.login-main {
  padding: 10rem 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.login-main .error, .login-main .alert {
  margin-bottom: 3rem;
  padding-inline: 2rem;
}
.login-main form {
  width: 95%;
  max-width: 64.188rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.login-main form .p {
  font-weight: 500;
  font-size: 1.875rem;
  color: white;
  margin-top: 1.563rem;
  margin-bottom: 3.5rem;
}
.login-main form .p a {
  text-decoration: underline;
  color: #92c140;
}
.login-main form .p .green {
  color: #92c140;
}
.login-main form .text-input {
  margin-bottom: 2.063rem;
}
.login-main form .wide-btn {
  margin-top: 1.375rem;
}
.login-main form .forgotten {
  align-self: flex-end;
  color: #E2E2A2;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: underline;
  margin-top: -0.5rem;
}

.register-main {
  width: 100%;
  padding: 0 0 7rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background: transparent linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.5019607843) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5019607843) 87%, #000000 100%) 0% 0% no-repeat padding-box;
}
.register-main .error, .register-main .alert {
  margin-bottom: 3rem;
  padding-inline: 2rem;
}
.register-main .decoration {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.register-main .top {
  background-color: #303031;
  width: 100%;
  padding: 4rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.register-main .top p {
  text-align: center;
  width: 100%;
  padding-inline: 5%;
  margin-bottom: 1rem !important;
}
.register-main ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 90%;
  max-width: 60rem;
}
.register-main ul li {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  height: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  text-decoration-color: #92C140;
}
.register-main ul li svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.register-main ul li span {
  width: 9rem;
  color: #92C140;
  font-size: 1.5rem;
  font-weight: 500;
}
.register-main ul li span .title {
  font-size: 1.1rem;
  font-weight: 500;
  text-wrap: nowrap;
}
.register-main ul li .reputation {
  text-align: right;
  font-size: 2rem !important;
}
.register-main ul li.you {
  text-decoration: underline;
}
.register-main ul li.gold {
  height: 7rem;
  text-decoration-color: #FFC611 !important;
}
.register-main ul li.gold span {
  color: #FFC611;
}
.register-main ul li.silver {
  height: 6.5rem;
  text-decoration-color: #FFFFFF !important;
}
.register-main ul li.silver span {
  color: #FFFFFF;
}
.register-main ul li.bronze {
  height: 6rem;
  text-decoration-color: #E3460D !important;
}
.register-main ul li.bronze span {
  color: #E3460D;
}
.register-main section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.register-main section .check-wrap {
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.register-main section form {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.register-main section form.visible {
  display: flex;
}
.register-main section .p {
  font-weight: 500;
  font-size: 1.875rem;
  color: white;
  margin-top: 1.563rem;
  margin-bottom: 3.5rem;
}
.register-main section .p a {
  text-decoration: underline;
  color: #92c140;
}
.register-main section .text-input, .register-main section .phone-input {
  margin-bottom: 2.063rem;
}
.register-main section .wide-btn {
  margin-top: 1.375rem;
}
.register-main section .switch {
  margin-bottom: 2.5rem;
}

.success-main {
  padding: 15rem 3rem 20rem 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.success-main h2 {
  text-align: center;
  text-transform: uppercase;
}
.success-main p {
  font-size: 1.25rem;
  max-width: 40rem;
  text-align: center;
  align-self: center;
  color: white;
  margin-top: 2rem;
}

p .green {
  color: #92c140;
}

.checkout-element .discount-coupon-btn {
  height: 4.063rem;
  width: 100%;
  color: #92c140;
  background-color: #262626;
  border: 0;
  margin-top: 1.563rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-inline: 5%;
  cursor: pointer;
}
.checkout-element .discount-coupon-btn .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  color: #E2E2A2;
  text-align: left;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}
.checkout-element .discount-coupon-btn .arrow {
  transition: all ease-out 0.2s;
  flex-shrink: 0;
}
.checkout-element .discount-coupon-btn .arrow path {
  stroke: #92c140;
}
.checkout-element .discount-input-wrap {
  margin-bottom: 1.5rem;
  font-weight: 600;
  width: 100%;
  padding-inline: 5%;
  background-color: #262626;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s ease-out;
  position: relative;
}
.checkout-element .discount-input-wrap input {
  padding: 0 0 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 400;
  border: 0;
  background-color: rgba(255, 215, 188, 0);
  border-bottom: 1px solid #92c140;
  color: #92c140;
  width: 100%;
  outline: none;
}
.checkout-element .discount-input-wrap input::placeholder {
  font-weight: 300;
  color: #92c140;
}
.checkout-element .discount-input-wrap .discount-value {
  position: absolute;
  bottom: 0.625rem;
  right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #92c140;
}
.checkout-element .discount-input-wrap .relative-wrap {
  position: relative;
  width: 100%;
}
.checkout-element.discount-input-active .discount-coupon-btn .arrow {
  transform: scale(-1);
}
.checkout-element.discount-input-active .discount-input-wrap {
  pointer-events: all;
  max-height: fit-content;
  opacity: 1;
  transition: opacity 0.4s ease-out;
  padding: 1.563rem 5% 1.625rem 5%;
}

.basket-main {
  width: 100%;
}
.basket-main .wholesale-condition {
  margin-bottom: 1rem;
  font-size: 1.1rem !important;
}
.basket-main .error {
  margin-bottom: 2rem;
}
.basket-main .product .quantity-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 2.563rem;
  border: 0.125rem solid #262626;
  padding-inline: 1.063rem;
  width: 10.188rem;
}
.basket-main .product .minus, .basket-main .product .plus {
  font-size: 2rem;
  color: #92c140;
  cursor: pointer;
  font-weight: 600;
}
.basket-main .product .minus.disabled, .basket-main .product .plus.disabled {
  color: #262626;
  cursor: not-allowed;
}
.basket-main .product .quantity-display {
  width: 50px;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  text-align: center;
}
.basket-main .basket {
  height: 100%;
  min-height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.basket-main .basket h3 {
  font-size: 1.875rem;
  color: white;
  font-weight: 900;
}
.basket-main .basket h4 {
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
}
.basket-main .basket p {
  font-size: 1rem;
  color: white;
  font-weight: 600;
}
.basket-main .basket .green {
  color: #92c140;
}
.basket-main .basket .left-section {
  box-shadow: inset 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  background-color: #262626;
  width: 62%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-grow: 1;
}
.basket-main .basket .left-section .wrap {
  width: 100%;
  background-color: #303031;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  padding: 6% 5%;
}
.basket-main .basket .left-section .wrap h3 {
  border-bottom: 0.125rem solid #262626;
  padding-bottom: 2.625rem;
}
.basket-main .basket .left-section .wrap .product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  padding: 2.625rem 0;
  border-bottom: 0.125rem solid #262626;
}
.basket-main .basket .left-section .wrap .product .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.25rem;
}
.basket-main .basket .left-section .wrap .product .left .img-wrap {
  height: 7.25rem;
  aspect-ratio: 394/389;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  flex: 1;
  background: url("assets/img/hero-test.png") no-repeat center center;
  background-size: contain;
  object-position: center;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
}
.basket-main .basket .left-section .wrap .product .left .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  height: 7.25rem;
}
.basket-main .basket .left-section .wrap .product .left .column .variations {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
}
.basket-main .basket .left-section .wrap .product .left .column button {
  font-size: 1rem;
  text-decoration: underline;
  color: #E86262;
  font-weight: 700;
  cursor: pointer;
}
.basket-main .basket .left-section .wrap .product .right {
  height: 7.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
.basket-main .basket .left-section .wrap .product .right .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.44rem;
}
.basket-main .basket .left-section .wrap .product .right .price p {
  color: #E2E2A2;
}
.basket-main .basket .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 38%;
  padding-inline: 3% 6%;
  flex-grow: 1;
}
.basket-main .basket .right-section .shippingpayment {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.375rem;
}
.basket-main .basket .right-section .shippingpayment p {
  color: #E2E2A2;
  font-size: 1rem;
  font-weight: 600;
}
.basket-main .basket .right-section .shippingpayment .row {
  padding: 0 !important;
  border: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  gap: 0.6rem !important;
  align-items: center !important;
}
.basket-main .basket .right-section .shippingpayment .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.938rem;
}
.basket-main .basket .right-section .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}
.basket-main .basket .right-section .wrap h3 {
  border-bottom: 0.125rem solid #262626;
  padding-bottom: 1rem;
  width: 100%;
  margin-bottom: 0 !important;
}
.basket-main .basket .right-section .wrap .row, .basket-main .basket .right-section .wrap .price-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.basket-main .basket .right-section .wrap .products-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding-bottom: 1.563rem;
  border-bottom: 0.125rem solid #262626;
}
.basket-main .basket .right-section .wrap .products-row p {
  font-size: 1rem;
  color: #92c140;
  font-weight: 600;
}
.basket-main .basket .right-section .wrap .row {
  border-bottom: 0.125rem solid #262626;
  padding-bottom: 1.563rem;
}
.basket-main .basket .right-section .wrap .price-row {
  padding-top: 1.563rem;
  margin-bottom: 3.125rem;
}
.basket-main .basket .right-section .wrap .price-row .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.44rem;
}
.basket-main .basket .right-section .wrap .price-row .price .dph {
  color: #E2E2A2;
  font-size: 0.938rem;
  font-weight: 600;
}
.basket-main .basket .right-section .wrap .wide-btn {
  max-width: 100% !important;
  margin-bottom: 3.188rem;
}
.basket-main .basket .right-section .wrap h5 {
  text-transform: capitalize;
  color: white;
  font-size: 1.563rem;
  font-weight: 700;
  padding-bottom: 1.563rem;
  border-bottom: 0.125rem solid #262626;
  width: 100%;
}

.empty-basket {
  width: 100%;
  height: 90vh;
  padding-inline: 5% !important;
  background: transparent linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5019607843) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5019607843) 87%, #000000 100%) 0% 0% no-repeat padding-box !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.empty-basket h2 {
  max-width: 40rem;
  text-align: center;
  margin-bottom: 2.813rem;
}

.shipping-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
.shipping-main .time-section {
  padding: 2.5rem 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.shipping-main .time-section #datePicker {
  height: 4rem;
  padding-inline: 2rem;
  width: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  color: #92c140;
  font-size: 1.25rem;
  flex: 1;
  border: 2px solid #92c140;
  background-color: #303031;
  min-width: 20rem;
}
.shipping-main .time-section #datePicker::placeholder {
  color: white;
}
.shipping-main .time-section .select-input {
  flex: 1;
  width: 100%;
  min-width: 20rem;
  height: 4rem;
}
.shipping-main .time-section .select-input .placeholder {
  color: white;
}
.shipping-main .time-section .select-input select {
  width: 100%;
  height: 4rem;
  padding-inline: 2rem;
  border: 2px solid #92c140;
  background-color: #303031;
  font-size: 1.25rem;
  color: #92c140;
  appearance: none; /* Remove default styling (most browsers) */
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none;
}
.shipping-main .address-display {
  font-weight: 500;
  font-size: 1.5rem;
  color: white;
  margin: 0.5rem 0;
}
.shipping-main .address-label {
  color: #E2E2A2 !important;
  margin-top: 2.438rem;
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
}
.shipping-main .address-btn {
  margin: 1rem 0 2.438rem 0;
}
.shipping-main p {
  font-weight: 500;
  font-size: 1.25rem;
  color: white;
}
.shipping-main .error {
  margin-bottom: 3rem;
}
.shipping-main .packeta-selector-value {
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #92c140;
}
.shipping-main .phone-input {
  margin-top: 2.438rem !important;
}
.shipping-main .phone-input label {
  color: #E2E2A2 !important;
}
.shipping-main .mrg-t39 {
  margin-top: 2.438rem;
}
.shipping-main .hr {
  width: 100%;
  height: 0.125rem;
  background-color: #262626;
}
.shipping-main h3 {
  font-size: 1.875rem;
  color: white;
  margin-bottom: 2.688rem;
  font-weight: 900;
}
.shipping-main h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
.shipping-main .left-section {
  width: 64%;
  padding: 8% 7% 12% 7%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.shipping-main .left-section .text-input {
  margin-top: 2.438rem;
}
.shipping-main .left-section .text-input label {
  color: #E2E2A2;
}
.shipping-main .left-section .check-wrap.conditions {
  width: 100%;
  border-bottom: 0.125rem solid #262626;
  padding: 2rem 0;
}
.shipping-main .left-section .check-wrap.conditions p {
  font-weight: 600;
}
.shipping-main .left-section .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}
.shipping-main .left-section .options {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
}
.shipping-main .left-section .options .option {
  transition: ease-out 0.3s;
  border: 0.125rem solid #303031;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  min-height: 7.313rem;
  width: 100%;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-inline: 2.188rem;
}
.shipping-main .left-section .options .option .check-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.563rem;
}
.shipping-main .left-section .options .option .check-wrap label {
  height: 2.313rem;
  width: 2.313rem;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.3s;
  box-shadow: inset 0 0 0 0.188rem rgba(226, 226, 162, 0);
}
.shipping-main .left-section .options .option .check-wrap label:hover {
  box-shadow: inset 0 0 0 0.188rem #E2E2A2;
}
.shipping-main .left-section .options .option .check-wrap label input {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.shipping-main .left-section .options .option .check-wrap label span {
  background-color: #262626;
  box-shadow: inset 0px 0.188rem 0.375rem rgba(0, 0, 0, 0.1607843137);
  border: 0rem solid #E2E2A2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: ease-out 0.3s;
}
.shipping-main .left-section .options .option .check-wrap label span::after {
  content: "";
  width: 1.3rem;
  height: 0.6rem;
  position: absolute;
  border: #92c140 solid;
  border-width: 0.25rem 0.25rem 0 0;
  transform: rotate(130deg);
  top: 20%;
  left: 15%;
  opacity: 0;
  transition: ease-out 0.1s;
}
.shipping-main .left-section .options .option .check-wrap label input:checked + span::after {
  opacity: 1;
}
.shipping-main .left-section .options .option .check-wrap p {
  font-size: 1.25rem;
  font-weight: 600;
  max-width: 36.938rem;
  color: white;
}
.shipping-main .left-section .options .option .check-wrap p a {
  color: #92c140;
  text-decoration: underline;
}
.shipping-main .left-section .options .option:hover, .shipping-main .left-section .options .option.selected {
  border: 0.125rem solid #88B20F;
}
.shipping-main .left-section .options .option.selected {
  pointer-events: none;
}
.shipping-main .left-section .options .option .green {
  color: #92c140;
}
.shipping-main .left-section .options .option h4 {
  font-size: 1.375rem;
  color: white;
  margin-bottom: 0.188rem;
}
.shipping-main .left-section .options .option p {
  font-size: 1.125rem;
  color: white;
}
.shipping-main .left-section .options .option .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3.25rem;
}
.shipping-main .left-section h5 {
  align-self: flex-start;
  margin-bottom: 1.25rem;
  text-align: left;
}
.shipping-main .left-section .wide-btn {
  margin-top: 2.438rem;
  align-self: flex-end;
}
.shipping-main .right-section {
  padding: 8% 3.5% 8% 3.5%;
  width: 36%;
  background-color: #262626;
  box-shadow: inset 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
}
.shipping-main .right-section h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
.shipping-main .right-section .final-price {
  margin-top: 2.188rem;
  border: 0.188rem solid #92c140;
  width: 100%;
  background-color: #303031;
  box-shadow: inset 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  height: 6.438rem;
  padding-inline: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.shipping-main .right-section .final-price .column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.188rem;
}
.shipping-main .right-section .final-price .column .green {
  color: #92c140;
}
.shipping-main .right-section .final-price .column p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
}
.shipping-main .right-section .final-price .column .dph {
  color: #E2E2A2;
  font-weight: 600;
  font-size: 1rem;
}
.shipping-main .right-section .wrap {
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  background-color: #303031;
  padding: 2rem 7% 3rem 7%;
}
.shipping-main .right-section .wrap .green {
  color: #92c140;
}
.shipping-main .right-section .wrap .hr {
  margin-top: 1.25rem;
}
.shipping-main .right-section .wrap .row {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.shipping-main .right-section .wrap .product {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10%;
  padding-bottom: 1.188rem;
  border-bottom: 0.125rem solid #262626;
  margin-top: 1.188rem;
}
.shipping-main .right-section .wrap .product .column {
  height: 7.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.shipping-main .right-section .wrap .product .column p {
  font-size: 1rem;
  color: white;
  font-weight: 600;
}
.shipping-main .right-section .wrap .product .column .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.938rem;
}
.shipping-main .right-section .wrap .product .column .top h5 .count {
  color: #E2E2A2;
}
.shipping-main .right-section .wrap .product .column .top .row {
  margin: 0;
}
.shipping-main .right-section .wrap .product .column .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.438rem;
}
.shipping-main .right-section .wrap .product .column .bottom p {
  color: #E2E2A2;
  font-weight: 700;
}
.shipping-main .right-section .wrap .product .img-wrap {
  height: 7.25rem;
  aspect-ratio: 394/389;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  background: url("assets/img/hero-test.png") no-repeat 0 center;
  background-size: contain;
  object-fit: cover;
  object-position: center !important;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
}
.shipping-main .right-section .wrap .right {
  height: 7.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
.shipping-main .right-section .wrap .right .price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.44rem;
}
.shipping-main .right-section .wrap .right .price p {
  color: #E2E2A2;
}

.product-main {
  width: 100%;
  height: auto;
}
.product-main .top {
  min-height: calc(100vh - 6.188rem);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: auto;
}
.product-main .top .hr {
  background-color: #262626;
  width: 100%;
  height: 0.125rem;
}
.product-main .top .left {
  min-height: 65vh;
  width: 55%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: transparent linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5019607843) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5019607843) 87%, #000000 100%) 0% 0% no-repeat padding-box;
}
.product-main .top .left .image-wrap {
  aspect-ratio: 1/1;
  height: 90%;
  background-image: url("assets/img/hero-test.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
}
.product-main .top .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 45%;
}
.product-main .top .right .variations {
  width: 100%;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.product-main .top .right .variations .variation-btn {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding-bottom: 1.563rem;
  padding-top: 1.625rem;
  border-top: 0.125rem solid #262626;
}
.product-main .top .right .variations .variation-btn h6 {
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
}
.product-main .top .right .variations .variation-btn .info {
  font-size: 1rem;
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.75rem;
}
.product-main .top .right .variations .variation-btn svg {
  transition: ease-out 0.3s;
}
.product-main .top .right .variations .variation-btn:hover svg {
  transform: translateX(0.5rem);
}
.product-main .top .right .container {
  width: 90%;
  max-width: 32.188rem;
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.product-main .top .right .container .green {
  color: #92c140;
}
.product-main .top .right .container form {
  width: 100%;
}
.product-main .top .right .container h4 {
  color: white;
  font-size: 1.875rem;
  font-weight: 900;
}
.product-main .top .right .container h6 {
  color: #92c140;
  font-size: 1.563rem;
  font-weight: 700;
  margin-top: 0.938rem;
  margin-bottom: 0.8rem;
}
.product-main .top .right .container .substances {
  font-size: 1.25rem;
  color: white;
}
.product-main .top .right .container .substances .secondary {
  color: #E2E2A2;
}
.product-main .top .right .container h5 {
  font-size: 1.563rem;
  color: white;
  font-weight: 700;
  margin-bottom: 1.75rem;
}
.product-main .top .right .container .wide-btn {
  margin-bottom: 3.25rem;
}
.product-main .top .right .container p {
  font-size: 1.25rem;
  color: white;
  font-weight: 400;
  margin: 1.688rem 0;
}
.product-main .top .right .container .availability {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.product-main .top .right .container .availability .info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.product-main .top .right .container .availability .info p {
  color: #E2E2A2;
  font-weight: 700;
  font-size: 1.25rem;
}
.product-main .top .right .container .availability .info p .green {
  color: #92c140;
}
.product-main .top .right .container .availability .info .dot {
  background-color: #92c140;
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 100%;
}
.product-main .top .right .container .availability .info .dot.red {
  background-color: #E86262;
}
.product-main .top .right .container .availability .info .dot.orange {
  background-color: #e89c62;
}
.product-main .top .right .container .availability h6 {
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
}
.product-main .top .right .container .availability p {
  margin: 0;
}
.product-main .top .right .container .availability.first {
  margin-top: 1.688rem;
  margin-bottom: 2.125rem;
}
.product-main .top .right .container .availability.first h6 {
  font-weight: 900;
}
.product-main .bottom {
  width: 100%;
  padding-inline: 7%;
}
.product-main .bottom h4 {
  color: white;
  font-size: 1.875rem;
  margin-bottom: 1.375rem;
}
.product-main .bottom .hr {
  background-color: #262626;
  width: 100%;
  height: 0.186rem;
}
.product-main .bottom .products {
  margin: 5.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
.product-main .bottom .products .one-product {
  transition: ease-out 0.3s;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.product-main .bottom .products .one-product:hover {
  transform: translateY(-0.375rem);
}
.product-main .bottom .products .one-product .img-wrap {
  aspect-ratio: 394/389;
  padding-left: 2.5rem;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  flex: 1;
  background: url("assets/img/hero-test.png") no-repeat 0 center;
  background-size: contain;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  width: 100%;
}
.product-main .bottom .products .one-product h5 {
  font-size: 1.563rem;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  margin-top: 1.75rem;
}
.product-main .bottom .products .one-product h6 {
  color: #92c140;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

.options-modal {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  background-color: rgba(38, 38, 38, 0);
}
.options-modal.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
}
.options-modal .wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 5% 6% 5% 5%;
  width: 100%;
  height: 100%;
  max-width: 42.125rem;
  background-color: #303031;
}
.options-modal .wrap .menu-btn {
  align-self: flex-end;
}
.options-modal .wrap h6 {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  color: white;
  font-weight: 700;
}
.options-modal .wrap .variations {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 1.34rem;
  column-gap: 3.5%;
  width: 100%;
}
.options-modal .wrap .variations a {
  opacity: 0.5;
  height: 2.875rem;
  transition: ease-out 0.3s;
  width: 31%;
  padding: 0.125rem;
  background-color: #E2E2A2;
  cursor: pointer;
}
.options-modal .wrap .variations a .hover {
  height: 100%;
  width: 100%;
  padding: 0.063rem;
  background-color: #303031;
  transition: ease-out 0.3s;
}
.options-modal .wrap .variations a:hover, .options-modal .wrap .variations a.selected {
  opacity: 1;
}
.options-modal .wrap .variations a:hover .hover, .options-modal .wrap .variations a.selected .hover {
  background-color: #E2E2A2;
}
.options-modal .wrap .variations a .inner {
  box-shadow: 0 0 0 0.063rem rgba(226, 226, 162, 0) inset;
  font-size: 1.313rem;
  font-weight: 600;
  color: #E2E2A2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #303031;
  height: 100%;
  width: 100%;
}
.options-modal .wrap .variations a:nth-child(3n-2) {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations a:nth-child(3n-2) .hover {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations a:nth-child(3n-2) .hover .inner {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
}
.options-modal .wrap .variations a:nth-child(3n) {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
.options-modal .wrap .variations a:nth-child(3n) .hover {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}
.options-modal .wrap .variations a:nth-child(3n) .hover .inner {
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.25rem) 100%, 0 100%);
}

.check-product-main {
  width: 100%;
  width: 100%;
  height: 90vh;
  background-image: url("assets/svg/background-basket.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.check-product-main section {
  width: 95%;
  max-width: 64.188rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.check-product-main section .p {
  font-weight: 500;
  font-size: 1.875rem;
  color: white;
  margin-top: 1.563rem;
  margin-bottom: 2.375rem;
  max-width: 31.875rem;
  text-align: center;
}
.check-product-main section .p a {
  text-decoration: underline;
  color: #92c140;
}
.check-product-main section .text-input {
  margin-bottom: 2.063rem;
}
.check-product-main section .wide-btn {
  margin-top: 1.375rem;
}

.empty-basket {
  width: 100%;
  height: 90vh;
  background-image: url("assets/svg/background-basket.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.empty-basket h2 {
  max-width: 40rem;
  text-align: center;
  margin-bottom: 2.813rem;
}

.partner-main {
  padding: 6rem 0;
  width: 100%;
  background-image: url("assets/svg/background-login.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.partner-main .error, .partner-main .alert {
  margin-bottom: 3rem;
  padding-inline: 2rem;
}
.partner-main .switch {
  margin-bottom: 3rem;
}
.partner-main form {
  width: 95%;
  max-width: 64.188rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.partner-main form .check-wrap {
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.partner-main form .two-inputs {
  margin-top: 2.75rem;
}
.partner-main form .text-input, .partner-main form .phone-input {
  margin-bottom: 2.063rem;
}
.partner-main form .wide-btn {
  margin-top: 1.375rem;
}

.map-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
}
.map-main .top {
  width: 86%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.map-main .top h1 {
  text-align: center;
  margin: 6.5rem 0 1.25rem 0;
}
.map-main .top p {
  margin-bottom: 3.125rem;
  font-weight: 500;
  font-size: 1.875rem;
  color: white;
}
.map-main .map-wrap {
  margin-top: 6.5rem;
  width: 100%;
  aspect-ratio: 6/2;
}
.map-main .map-wrap iframe {
  width: 100%;
  height: 100%;
}

.gm-style-iw-ch {
  margin-bottom: -48px;
}

.infoWindowContent h3 {
  color: black;
  font-size: 1.188rem;
  font-weight: 900;
  font-family: "Acumin Pro", sans-serif;
}
.infoWindowContent p {
  color: rgba(0, 0, 0, 0.649);
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
  font-family: "Acumin Pro", sans-serif;
}
.infoWindowContent a {
  font-family: "Acumin Pro", sans-serif;
  color: #92c140;
  font-size: 1rem;
  font-weight: 600;
}
.infoWindowContent a:hover {
  text-decoration: underline;
}

.shop-heading {
  z-index: 10;
  width: 100%;
  height: 7.563rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-inline: 7%;
  margin-bottom: 3.875rem;
  position: sticky;
  top: 6.188rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.shop-heading h5 {
  font-size: 1.563rem;
  color: white;
  font-weight: 700;
}

.shop-main {
  width: 100%;
}
.shop-main .info {
  width: 100%;
}
.shop-main .svg-wrap {
  width: 100%;
}
.shop-main .svg-wrap svg {
  width: 100%;
  height: auto;
  margin-top: -11rem;
}
.shop-main .bullets {
  width: 100%;
  height: 22.5rem;
  padding-inline: 2%;
  margin-top: -8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0;
}
.shop-main .bullets .bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.688rem;
}
.shop-main .bullets .bullet .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.shop-main .bullets .bullet h6 {
  color: white;
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
}
.shop-main .bullets .bullet p {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
}
.shop-main .info {
  width: 100%;
  padding-inline: 7%;
}
.shop-main .info .flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-bottom: 0.188rem solid #262626;
  margin-bottom: 3.625rem;
  padding-bottom: 1.375rem;
}
.shop-main .info .flex h6 {
  font-size: 1.375rem;
  font-weight: 700;
  color: white;
}
.shop-main .info .flex h6 .green {
  color: #92c140;
}
.shop-main .products {
  padding-top: 5rem;
  padding-inline: 7%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 1.25%;
  padding-bottom: 12rem;
  background: transparent linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0.5019607843) 12%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.5019607843) 87%, #000000 100%) 0% 0% no-repeat padding-box;
  row-gap: 5.375rem;
}
.shop-main .products .one-product {
  transition: ease-out 0.3s;
  width: 19%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.shop-main .products .one-product:hover {
  transform: translateY(-0.375rem);
}
.shop-main .products .one-product .img-wrap {
  aspect-ratio: 394/389;
  padding-left: 2.5rem;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  flex: 1;
  background: url("assets/img/hero-test.png") no-repeat 0 center;
  background-size: contain;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  width: 100%;
}
.shop-main .products .one-product h5 {
  font-size: 1.563rem;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  margin-top: 1.75rem;
}
.shop-main .products .one-product h6 {
  color: #92c140;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 1100px) {
  .shop-main .svg-wrap {
    margin-top: -7rem;
  }
  .shop-main .bullets {
    padding-bottom: 5rem;
    padding-top: 2rem;
    margin-top: -0.5rem;
    flex-direction: column !important;
    padding-inline: 5%;
    height: auto !important;
    row-gap: 3rem;
    background-color: #303031;
  }
  .shop-main .bullets .bullet {
    width: 100%;
  }
  .shop-main .bullets .bullet.first {
    justify-content: flex-start !important;
  }
  .shop-main .bullets .bullet.middle {
    width: 100%;
    justify-content: flex-start !important;
    flex-direction: row-reverse;
    text-align: right !important;
  }
  .shop-main .bullets .bullet.middle h6 {
    text-align: right !important;
    width: 100%;
  }
  .shop-main .bullets .bullet.last {
    justify-content: flex-start !important;
  }
}
.about-us-main {
  width: 100%;
  padding: 7.375rem 7% 9.313rem 7%;
}
.about-us-main h3 {
  width: 100%;
  text-align: center;
}
.about-us-main .top {
  margin-bottom: 9.75rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.about-us-main .top .left {
  width: 55%;
}
.about-us-main .top .left h1 {
  margin-bottom: 1.875rem;
}
.about-us-main .top .left p {
  color: white;
  font-size: 1.563rem;
}
.about-us-main .top .img-wrap {
  width: 40%;
  aspect-ratio: 656/728;
  background-color: rgba(38, 38, 38, 0);
  background-size: cover;
  background-position: center;
}
.about-us-main .bottom {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.688rem;
}
.about-us-main .bottom .bullets {
  border-top: 0.125rem solid rgb(38, 38, 38);
  padding-top: 3.75rem;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  align-items: stretch;
}
.about-us-main .bottom .bullets .bullet {
  background-color: #303031;
  width: 29.5%;
  padding: 2.063rem 1.813rem;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.about-us-main .bottom .bullets .bullet h5 {
  color: #92c140;
  font-size: 2.188rem;
  font-weight: 700;
  text-align: center;
}
.about-us-main .bottom .bullets .bullet p {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: left;
}

main {
  overflow-x: hidden;
}

.contact-main {
  background-image: url("assets/svg/background-contact.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
}
.contact-main .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  margin-bottom: 6.875rem;
}
.contact-main .top .map-wrap {
  width: 60%;
  background-color: #262626;
  height: auto;
  min-height: 300px;
  flex: 1;
}
.contact-main .top .info {
  position: relative;
  z-index: 2;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 2.75rem 3.5% 3rem 3.5%;
  width: 40%;
}
.contact-main .top .info .hr {
  width: 100%;
  height: 0.125rem;
  background-color: #262626;
}
.contact-main .top .info h5 {
  align-self: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
}
.contact-main .top .info h6 {
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}
.contact-main .top .info h3 {
  font-size: 1.875rem;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
}
.contact-main .top .info p {
  margin-bottom: 3.375rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.875rem;
}
.contact-main .top .info p .regular {
  font-weight: 400;
}
.contact-main .top .info .wide-btn {
  margin-top: 3.375rem;
  align-self: center;
}
.contact-main .top .info .contact {
  gap: 1.563rem;
  margin-top: 1.125rem;
  margin-bottom: 3.375rem;
}
.contact-main .top .info .contact .links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.contact-main .top .info .contact .links a {
  text-decoration: underline;
  color: #92C140;
  font-size: 1.25rem;
  font-weight: 500;
}
.contact-main .top .info .contact-switch {
  margin-bottom: 3.438rem;
  margin-top: 3.375rem;
}
.contact-main .middle {
  padding-bottom: 3.938rem;
  position: relative;
  padding-inline: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.contact-main .middle .img1 {
  width: 100%;
  height: 80rem;
  background-image: url("assets/svg/background-contact.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  z-index: 1;
  top: -20rem;
}
.contact-main .middle .img2 {
  width: 100%;
  height: 80rem;
  background-image: url("assets/svg/background-contact2.svg");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  z-index: 1;
  bottom: -10rem;
  left: 0;
}
.contact-main .middle .company {
  position: relative;
  z-index: 2;
  padding: 3.25rem 0;
  border-top: 0.188rem solid #262626;
  border-bottom: 0.125rem solid #262626;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.contact-main .middle .company h4 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5rem;
  border-bottom: 0.125rem solid #262626;
  width: 70%;
  padding-bottom: 1.5rem;
}
.contact-main .middle .company .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.contact-main .middle .company .left h6, .contact-main .middle .company .left p, .contact-main .middle .company .left h5 {
  color: white;
  font-size: 1.375rem;
}
.contact-main .middle .company .left h5 {
  font-weight: 900;
  font-size: 1.875rem;
  color: #92C140;
  margin: 1.5rem 0;
}
.contact-main .middle .company .left a {
  margin-top: 1.8rem;
  font-size: 1.75rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
.contact-main .middle .company .left a .green {
  color: #92C140;
  text-decoration: underline;
}
.contact-main .middle .company .left p {
  margin-bottom: 0.5rem;
}
.contact-main .middle .company .left h6 {
  font-weight: 900;
}
.contact-main .middle .company .team {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15%;
}
.contact-main .middle .company .team .member {
  width: fit-content;
}
.contact-main .middle .company .team .member .img-wrap {
  -webkit-mask: url("assets/svg/left-top.svg") no-repeat center;
  mask: url("assets/svg/left-top.svg") no-repeat center;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  aspect-ratio: 173/193;
  width: 100%;
  max-width: 13.813rem;
}
.contact-main .middle .company .team .member h5 {
  color: #92C140;
  font-weight: 900;
  font-size: 1.688rem;
  margin-top: 1.25rem;
  margin-bottom: 0.313rem;
}
.contact-main .middle .company .team .member h6 {
  color: #E2E2A2;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact-main .middle .company .team .member h6, .contact-main .middle .company .team .member p {
  font-size: 1.5rem;
}
.contact-main .middle .company .team .member p {
  color: white;
  margin-bottom: 1.438rem;
  font-weight: 600;
}
.contact-main .middle .company .team .member p a {
  text-decoration: underline;
  color: #92C140;
}
.contact-main .middle .contact {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 2.813rem;
}
.contact-main .middle .contact .left {
  width: 40%;
}
.contact-main .middle .contact .left h4 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.contact-main .middle .contact .left p {
  color: white;
  font-weight: 700;
  font-size: 1.563rem;
  margin-top: 1.875rem;
}
.contact-main .middle .contact .left p .green {
  color: #92C140;
  font-weight: 700;
}
.contact-main .middle .contact .right {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5%;
}
.contact-main .middle .contact .right .bullet {
  width: 25rem;
  border: 0.313rem solid #262626;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  height: 12.5rem;
  padding: 1.8rem 1.8rem;
}
.contact-main .middle .contact .right .bullet h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.938rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.contact-main .middle .contact .right .bullet h6 {
  color: #E2E2A2;
  text-decoration: underline;
  font-size: 1.875rem;
  font-weight: 700;
}
.contact-main .middle .contact .right .bullet p {
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}
.contact-main .middle .contact .right .bullet p .green {
  color: #92C140;
  font-weight: 700;
}
.contact-main .middle .right {
  width: 70%;
}
.contact-main .middle .right h4 {
  font-size: 2.188rem;
  font-weight: 900;
  color: white;
  margin-bottom: 6.563rem;
}
.contact-main .bottom {
  position: relative;
  z-index: 2;
  border-top: 0.188rem solid #262626;
  width: 86%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin-bottom: 5.938rem;
}
.contact-main .bottom h2 {
  margin: 6.5rem 0 3.875rem 0;
}
.contact-main .bottom form {
  margin-top: 4.063rem;
  width: 95%;
  max-width: 64.188rem;
  display: flex;
  gap: 2.375rem;
  flex-direction: column;
}
.contact-main .bottom form .wide-btn {
  align-self: center;
}

.blog-main {
  background-image: url("assets/svg/background-blog.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 5.188rem 0;
  min-height: 85vh;
}
.blog-main .top {
  width: 100%;
  margin-bottom: 3.938rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.blog-main .top .option {
  text-transform: uppercase;
}
.blog-main .articles {
  justify-content: center !important;
  display: none;
  width: 100%;
  padding-inline: 7%;
  flex-wrap: wrap;
}
.blog-main .articles h2 {
  text-align: center;
  margin: 6rem 0 10rem 0;
}
.blog-main .articles.visible {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2%;
  row-gap: 3.938rem;
}
.blog-main .articles .article {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.blog-main .articles .article:hover .img-wrap {
  transform: translateY(-0.375rem);
}
.blog-main .articles .article .img-wrap {
  aspect-ratio: 532/265;
  transition: ease-out 0.3s;
  -webkit-mask: url("assets/svg/blog.svg") no-repeat center;
  mask: url("assets/svg/blog.svg") no-repeat center;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
  width: 100%;
}
.blog-main .articles .article .bottom {
  margin-top: 2.25rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.blog-main .articles .article .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.blog-main .articles .article .bottom .left h5 {
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  font-weight: 900;
}
.blog-main .articles .article .bottom .left h6 {
  font-size: 0.875rem;
  color: #92c140;
  font-weight: 700;
}
.blog-main .articles .article .bottom p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #E2E2A2;
}

.article-main {
  width: 100%;
  padding-inline: 10%;
  padding-top: 5.313rem;
  padding-bottom: 5.563rem;
}
.article-main .img-wrap {
  width: 100%;
  background-color: #262626;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4.5rem;
  aspect-ratio: 532/265;
}
.article-main h4 {
  margin-bottom: 1.563rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 2.188rem;
}
.article-main h5 {
  margin-bottom: 1.563rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #92c140;
  font-size: 1.563rem;
}
.article-main h6 {
  margin-bottom: 4.563rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #E2E2A2;
  font-size: 1.375rem;
}
.article-main p {
  color: white;
  font-size: 2.188rem;
}

.profile-main {
  min-height: calc(100vh - 6.188rem); /* Let it expand based on content */
  display: flex; /* Ensure flex layout */
  width: 100%;
  flex-direction: row;
  justify-content: flex-start; /* Align items to the start */
  align-items: stretch; /* Stretch items to fill height */
}
.profile-main .info-p {
  color: white !important;
  font-size: 0.938rem !important;
  color: white;
  font-weight: 600 !important;
}
.profile-main .secondary {
  color: #E2E2A2 !important;
}
.profile-main .left-section {
  padding: 5% 3%;
  display: flex; /* Make left-section a flex container */
  flex-direction: column; /* Stack children vertically */
  justify-content: space-between; /* Space between top content and button */
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  background-color: #262626;
  width: 30%; /* Set width for left section */
  /* Remove height and replace with flex-grow */
  flex-grow: 0; /* Prevent growing, fixed width */
  height: auto; /* Let it expand based on content */
  /* Set max-height to fill parent */
  max-height: 100%; /* Prevent overflow, fill the height of parent */
}
.profile-main .left-section .top {
  flex-grow: 1; /* Allow the top section to grow */
  width: 100%; /* Full width */
}
.profile-main .left-section .top h4 {
  font-size: 1.875rem;
  color: white;
  font-weight: 900;
  margin-bottom: 0.813rem;
}
.profile-main .left-section .top h5 {
  color: #E2E2A2;
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 1.125rem;
}
.profile-main .left-section .top p {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.profile-main .left-section .top .p {
  margin-bottom: 1.5rem;
}
.profile-main .inventory-section {
  width: 70%; /* Set width for the right section */
  padding: 5% 3%;
  min-height: 110vh;
  display: flex; /* Optional: if you want the right section to have a specific layout */
  flex-direction: column; /* Stack content vertically */
  height: 100%; /* Ensure it fills the height of the parent */
}
.profile-main .inventory-section .order-top {
  margin-bottom: 1.313rem;
  padding-bottom: 1.313rem;
  border-bottom: solid 0.125rem #262626;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
.profile-main .inventory-section .order-top .barcode-btn {
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.688rem;
  background-color: #E2E2A2;
  padding-inline: 2.625rem;
  color: #262626;
  font-size: 1.25rem;
  font-weight: 700;
  transition: ease-out 0.3s;
  cursor: pointer;
}
.profile-main .inventory-section .order-top .barcode-btn:hover {
  background-color: #919167;
}
.profile-main .inventory-section .order-top .heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
}
.profile-main .inventory-section .order-top .heading .delete-order {
  color: #FF0000;
  transition: ease-out 0.3s;
  cursor: pointer;
}
.profile-main .inventory-section .order-top .heading .delete-order:hover {
  text-decoration: underline;
}
.profile-main .inventory-section .order-top .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}
.profile-main .inventory-section .order-top .right .error, .profile-main .inventory-section .order-top .right .alert {
  margin-top: -2.2rem;
}
.profile-main .inventory-section .order-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.profile-main .inventory-section .order-bottom .heading {
  border-bottom: solid 0.125rem #262626;
  padding-bottom: 1.438rem;
}
.profile-main .inventory-section .order-bottom .right {
  width: 51%;
}
.profile-main .inventory-section .order-bottom .right .unsubmit {
  font-size: 0.938rem;
  color: white;
  font-weight: 600;
  margin-top: 1.625rem;
}
.profile-main .inventory-section .order-bottom .right .unsubmit button {
  color: #FF0000;
  cursor: pointer;
}
.profile-main .inventory-section .order-bottom .right .unsubmit button:hover {
  text-decoration: underline;
}
.profile-main .inventory-section .order-bottom .right .submit-btn {
  width: 100%;
  background-color: #92c140;
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
  transition: ease-out 0.3s;
  height: 3rem;
  cursor: pointer;
  margin-top: 2.375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .order-bottom .right .submit-btn:hover {
  background-color: #6C8B0E;
}
.profile-main .inventory-section .order-bottom .right .submit-btn.red:hover {
  background-color: #A00C0C;
}
.profile-main .inventory-section .order-bottom .right .customer-info {
  width: 100%;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap {
  padding: 4%;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap .heading {
  margin-bottom: 2.313rem;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap .subheading {
  margin-top: 2.188rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 0.125rem #262626;
  margin-bottom: 2.313rem !important;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap .subheading p {
  color: #E2E2A2 !important;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap .row {
  width: 100%;
  margin-bottom: 0.813rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap .row p {
  font-size: 1rem;
  font-weight: 700;
  color: #92c140;
}
.profile-main .inventory-section .order-bottom .right .customer-info .wrap h6 {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.profile-main .inventory-section .order-bottom .cart {
  height: 100%;
  width: 100% !important;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
}
.profile-main .inventory-section .order-bottom .cart .right {
  flex-direction: column;
  padding: 4%;
}
.profile-main .inventory-section .order-bottom .cart .right h6 {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: flex-start !important;
  gap: 0.25rem;
}
.profile-main .inventory-section .order-bottom .cart .right h6 .green {
  color: #92c140;
}
.profile-main .inventory-section .order-bottom .cart .right .row {
  padding-top: 0.9rem;
  border-top: 1px solid #262626;
  margin-top: 0.9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .order-bottom .cart .right .row .dph {
  font-size: 1rem;
  color: #E2E2A2;
}
.profile-main .inventory-section .order-bottom .cart .wrap {
  flex-direction: column;
  padding: 4%;
}
.profile-main .inventory-section .order-bottom .cart .wrap .hr {
  height: 0.125rem;
  width: 100%;
  background-color: #262626;
  margin-top: 1rem;
}
.profile-main .inventory-section .order-bottom .cart .wrap h6 {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: flex-start !important;
  gap: 0.25rem;
}
.profile-main .inventory-section .order-bottom .cart .wrap h6 .green {
  color: #92c140;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1.188rem;
  border-bottom: 0.125rem solid #262626;
  margin-top: 1.188rem;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product h5 {
  font-size: 1.25rem;
  color: white;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product h5 .count {
  color: #E2E2A2;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product h5 .green {
  color: #92c140;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column {
  height: 7.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column p {
  font-size: 1rem;
  color: white;
  font-weight: 600;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.938rem;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column .top .row {
  margin: 0;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.438rem;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .column .bottom p {
  color: #E2E2A2;
  font-weight: 700;
}
.profile-main .inventory-section .order-bottom .cart .wrap .product .img-wrap {
  height: 7.25rem;
  aspect-ratio: 394/389;
  -webkit-mask: url("assets/svg/product.svg") no-repeat center;
  mask: url("assets/svg/product.svg") no-repeat center;
  background: url("assets/img/hero-test.png") no-repeat 0 center;
  background-size: contain;
  object-fit: cover;
  mask-position: bottom right;
  mask-size: contain;
  background-color: #262626;
}
.profile-main .inventory-section .order-bottom .customer-info {
  width: 58%;
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.1607843137);
}
.profile-main .inventory-section .orders-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin: 0rem 0 1.313rem 0;
  padding-bottom: 0.938rem;
  border-bottom: solid 0.125rem #262626;
}
.profile-main .inventory-section .orders-filter h6 {
  text-transform: uppercase;
  color: #E2E2A2;
  font-size: 1.125rem;
  font-weight: 900;
}
.profile-main .inventory-section .orders-filter .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.625rem;
}
.profile-main .inventory-section .orders-filter .right a {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 900;
  color: #919167;
  transition: ease-out 0.3s;
}
.profile-main .inventory-section .orders-filter .right a.active, .profile-main .inventory-section .orders-filter .right a:hover {
  color: #92c140;
}
.profile-main .inventory-section nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin-top: -1.938rem;
  margin-bottom: 0.563rem;
}
.profile-main .inventory-section nav a {
  color: #88B20F;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  transition: ease-out 0.3s;
}
.profile-main .inventory-section nav a:hover {
  transform: translateY(-0.188rem);
}
.profile-main .inventory-section nav a:hover svg {
  transform: translateX(-0.188rem);
}
.profile-main .inventory-section nav a svg {
  transition: ease-out 0.3s;
}
.profile-main .inventory-section nav .dash {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  margin-inline: 0.625rem;
}
.profile-main .inventory-section .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
.profile-main .inventory-section .heading h4 {
  font-size: 1.875rem;
  font-weight: 900;
  color: white;
}
.profile-main .inventory-section .heading p {
  font-size: 1.125rem;
  color: white;
  font-weight: 700;
}
.profile-main .inventory-section .heading p .green {
  color: #92c140;
}
.profile-main .inventory-section .header {
  margin: 1.313rem 0;
  border-top: solid 0.125rem #262626;
  border-bottom: solid 0.125rem #262626;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .header h6 {
  flex: 1;
  color: #696969;
  font-size: 1.125rem;
  font-weight: 900;
}
.profile-main .inventory-section .header h6.center {
  text-align: center;
}
.profile-main .inventory-section .header h6.right {
  text-align: right;
}
.profile-main .inventory-section .header h6.flex1 {
  flex: 2;
}
.profile-main .inventory-section .categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.094rem;
  width: 100%;
}
.profile-main .inventory-section .categories .one-order {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-left: 1.125rem;
  background-color: #262626;
  height: 4.313rem;
}
.profile-main .inventory-section .categories .one-order h4 {
  flex: 1;
  color: white;
  font-size: 1.125rem;
  font-weight: 900;
}
.profile-main .inventory-section .categories .one-order h5 {
  flex: 2;
  color: white;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}
.profile-main .inventory-section .categories .one-order h6 {
  text-align: center;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: #E2E2A2;
  color: #92c140;
}
.profile-main .inventory-section .categories .one-order h6.red {
  color: #FF0000;
}
.profile-main .inventory-section .categories .one-order .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-order .btn-wrap a {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  font-weight: 900;
  padding-right: 1.563rem;
  padding-left: 2.5rem;
  height: 2.875rem;
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: white;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-order .btn-wrap a:hover {
  background-color: #6C8B0E;
}
.profile-main .inventory-section .categories .one-order .btn-wrap a.red:hover {
  background-color: #A00C0C;
}
.profile-main .inventory-section .categories .one-variation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-left: 1.125rem;
  background-color: #262626;
  height: 4.313rem;
}
.profile-main .inventory-section .categories .one-variation .vl {
  height: 2.375rem;
  background-color: #4F4F4F;
  width: 0.125rem;
}
.profile-main .inventory-section .categories .one-variation .label-wrap {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-variation .label-wrap label {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  color: #E2E2A2;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5019607843);
  padding-inline: 1.25rem;
  border: 1px solid #303031;
  height: 2.813rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-variation .label-wrap label input::-webkit-outer-spin-button,
.profile-main .inventory-section .categories .one-variation .label-wrap label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.profile-main .inventory-section .categories .one-variation .label-wrap label input[type=number] {
  -moz-appearance: textfield;
}
.profile-main .inventory-section .categories .one-variation .label-wrap label input {
  font-size: 1.25rem;
  background-color: rgba(255, 255, 255, 0);
  width: 6.25rem;
  color: #92c140;
  font-weight: 600;
}
.profile-main .inventory-section .categories .one-variation h5 {
  flex: 1;
  color: white;
  font-size: 1.125rem;
  font-weight: 900;
}
.profile-main .inventory-section .categories .one-variation .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-variation .btn-wrap button {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  font-weight: 900;
  padding-right: 1.563rem;
  padding-left: 2.5rem;
  height: 2.875rem;
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: white;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-variation .btn-wrap button:hover {
  background-color: #6C8B0E;
}
.profile-main .inventory-section .categories .one-variation .btn-wrap button.red:hover {
  background-color: #A00C0C;
}
.profile-main .inventory-section .categories .one-category {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-left: 1.125rem;
  background-color: #262626;
  height: 4.313rem;
}
.profile-main .inventory-section .categories .one-category h5 {
  flex: 1;
  color: white;
  font-size: 1.125rem;
  font-weight: 900;
}
.profile-main .inventory-section .categories .one-category h6 {
  text-align: center;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: #E2E2A2;
}
.profile-main .inventory-section .categories .one-category .btn-wrap {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-category .btn-wrap a {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  font-weight: 900;
  padding-right: 1.563rem;
  padding-left: 2.5rem;
  height: 2.875rem;
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: white;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .inventory-section .categories .one-category .btn-wrap a:hover {
  background-color: #6C8B0E;
}
.profile-main .inventory-section .categories .one-category .btn-wrap a.red:hover {
  background-color: #A00C0C;
}
.profile-main .user-info-section {
  width: 70%; /* Set width for the right section */
  padding: 5% 3%;
  display: flex; /* Optional: if you want the right section to have a specific layout */
  flex-direction: column; /* Stack content vertically */
  height: 100%; /* Ensure it fills the height of the parent */
}
.profile-main .user-info-section .error, .profile-main .user-info-section .alert {
  margin-bottom: 1rem;
}
.profile-main .user-info-section h4 {
  font-size: 1.563rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1.125rem;
}
.profile-main .user-info-section .hr {
  width: 100%;
  height: 0.125rem;
  background-color: #262626;
}
.profile-main .user-info-section .inputs {
  margin: 2.375rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.438rem;
}
.profile-main .user-info-section .row {
  margin-top: 2.438rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.profile-main .user-info-section .row p {
  max-width: 26.25rem;
  text-align: right;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
}
.profile-main .user-info-section .row p .green {
  color: #92c140;
  text-decoration: underline;
}
.profile-main .user-info-section .row .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.profile-main .user-info-section .row .btns .save-btn {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 1.25rem 100%);
  font-weight: 900;
  width: 9.25rem;
  height: 2.875rem;
  background-color: #92c140;
  transition: ease-out 0.3s;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  color: white;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.profile-main .user-info-section .row .btns .save-btn:hover {
  background-color: #6C8B0E;
}
.profile-main .user-info-section .row .btns .save-btn.red:hover {
  background-color: #A00C0C;
}
.profile-main .user-info-section .row .btns .cancel-btn {
  clip-path: polygon(100% 0, calc(0% + 0px) 0, 0 100%, calc(100% - 1.25rem) 100%);
  padding: 0.063rem;
  background-color: #88B20F;
  width: 9.25rem;
  height: 2.875rem;
  cursor: pointer;
}
.profile-main .user-info-section .row .btns .cancel-btn:hover .hover {
  background-color: #88B20F;
}
.profile-main .user-info-section .row .btns .cancel-btn .hover {
  transition: ease-out 0.3s;
  padding: 0.125rem;
  width: 100%;
  height: 100%;
  background-color: #303031;
  clip-path: polygon(100% 0, calc(0% + 0px) 0, 0 100%, calc(100% - 1.25rem) 100%);
}
.profile-main .user-info-section .row .btns .cancel-btn .hover .inner {
  height: 100%;
  width: 100%;
  background-color: #303031;
  clip-path: polygon(100% 0, calc(0% + 0px) 0, 0 100%, calc(100% - 1.25rem) 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-weight: 900;
  font-size: 1.25rem;
  color: white;
}

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  background-color: #303031;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}

.admin-main {
  width: 100%;
  padding: 7% 7%;
}
.admin-main form {
  width: 60%;
  margin: 4rem;
}
.admin-main form option {
  color: black;
}
.admin-main form label {
  color: white;
}
.admin-main form .main-btn {
  margin-top: 2.5rem;
}
.admin-main p {
  color: #92c140;
}

.fit-content {
  width: fit-content;
}

.success-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.order-success-h2 {
  font-size: 2.813rem;
}
.order-success-h2 .green {
  color: #92c140;
}

.order-success-btn {
  margin-top: 3rem;
}

.coupon-popup {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  height: 4.5rem;
  gap: 1rem;
  align-items: center;
  border-top: 2px solid #92c140;
  border-bottom: 2px solid #92c140;
  background: linear-gradient(to right, #1f1f1f 0%, #303031 40%, #303031 60%, #1f1f1f 100%);
  width: 100%;
}
.coupon-popup h4 {
  color: #E2E2A2;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.coupon-popup .code-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.coupon-popup .code-wrap span {
  font-size: 1.5rem;
  color: #92c140;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.coupon-popup .code-wrap svg {
  transition: all 0.3s ease-out;
}
.coupon-popup .code-wrap button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}