@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #f7f4f0;
  --secondary-color: #e8e0d4;
  --black: #000000;
  --btn-color: #ffffff;
  --outer-color: #222222;
  --font-family: "Poppins", sans-serif;
  --font-size: 20px;
  --padding: 20px;
  --margin: 20px;
}
body :where(h1) {
  font-size: calc(var(--font-size) + 30px);
  font-family: var(--font-family);
  font-weight: 600;
  color: var(--btn-color);
  text-transform: uppercase;
}
body :where(h2) {
  font-size: calc(var(--font-size) * 2);
  font-family: var(--font-family);
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
}
body :where(h3) {
  font-size: calc(var(--font-size) + 4px);
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
}
body :where(a) {
  font-size: calc(var(--font-size) - 4px);
  font-family: var(--font-family);
  font-weight: 500;
  color: #292a27;
  border: 2px solid #292a27;
  border-radius: 9px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
/*********************header******************/
.top-header {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header > span {
  font-weight: 400;
  font-size: 1em;
  color: var(--black);
}
.logo {
  border: 0;
  outline: 0;
  border-radius: 0;
}
.top-header-arrow {
  border: 0;
  outline: 0;
  background-color: transparent;
}
.search-box {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.space-between {
  justify-content: space-between;
  align-items: center;
}
.searcber {
  width: 70%;
  border: 1px solid #879080;
  padding: 10px 0px 10px 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#search {
  width: 100%;
  outline: 0;
  border: 0;
}
.search-button {
  padding: 20px;
  border: 0;
  background-color: var(--secondary-color);
}
.second-header {
  padding: 10px 0px;
}
.search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #879080;
  border-radius: 8px;
  overflow: hidden;
}
#search-input {
  border: 0;
  outline: 0;
  padding-left: 10px;
}
.user-comtent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-icons {
  width: 12%;
}
.icon-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.icon-list > a {
  border: 0;
  outline: 0;
}
.icon-list > a > i {
  font-size: 25px;
}
.navication-ber {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 20px 0px;
}
.navication-ber > li {
  list-style: none;
}
.navication-ber > li > a {
  font-size: 18px;
  font-weight: 400;
  display: inline;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 0px;
}
.sub-line {
  border-bottom: 2px solid var(--outer-color);
}
nav {
  width: 100%;
  background-color: #f2f1ef;
}
/*******************header-end*******************/
/*****************hero-banner******************/
.hero-banner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
}
.luggage-img,
.carpets {
  width: 49%;
  height: 890px;
  position: relative;
}
.luggage-img > img,
.carpets > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.luggage-img::after,
.carpets::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 11.32%,
    rgba(0, 0, 0, 0.5) 77.1%
  );
  top: 0;
  left: 0;
}
.banner-text {
  position: absolute;
  top: 73%;
  left: 10%;
  width: 69%;
  transform: translateY(-50%);
  z-index: 1;
}
.banner-text > h1 {
  margin-bottom: 30px;
}
.banner-text > p {
  color: var(--btn-color);
  font-weight: 400;
  font-size: calc(var(--font-size) - 2px);
  margin-bottom: 30px;
}
.hero-btn {
  background-color: var(--btn-color);
  border: 0;
  width: 270px;
  border-radius: 2px;
  color: #292a27;
  text-align: center;
  font-weight: 500;
  font-size: calc(var(--font-size) - 2px);
  padding: 20px 0px;
}
.explore-our-collections {
  padding: calc(var(--padding) * 5) calc(var(--padding) * 0);
  background-color: #fefefd;
}
.explore-our-collections > h2 {
  text-align: center;
}
.collections-box {
  background-color: #f6f4f0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.collections-img,
.collections-text {
  width: 50%;
}
.collections-img {
  display: flex;
  justify-content: center;
}

.collections-img > img {
  height: 425px;
  object-fit: contain;
}
.collections-text > h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.collections-text > p {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 50px;
}
.collections-text > a {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.explore-our-collections > h2 {
  margin-bottom: 50px;
}
/*************************/
.shop_luggage-section {
  padding: calc(var(--padding) * 5) calc(var(--padding) * 0);
  background-color: #fefefd;
}
.shop-luggage-section {
  width: 100%;
  padding: 50px 0 60px;
  overflow: hidden;
  background: #fff;
}

.shop-luggage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.shop-luggage-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-all {
  color: #111;
  text-decoration: none;
  font-size: 10px;
  margin-right: 18px;
}

.luggage-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #777;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.luggage-arrow.luggage-next {
  background: #eee8df;
  border-color: #eee8df;
}
/* =========================
   SLIDER
========================= */
.luggage-slider {
  width: 100%;
  overflow: hidden;
}
.luggage-track {
  display: flex;
  gap: 15px;
  transform: translateX(0);
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
/* =========================
   CARD
========================= */
.luggage-card {
  flex: 0 0 calc((100% - 60px) / 5);
  min-width: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
/* =========================
   IMAGE
========================= */
.luggage-image {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
  background: #f2eee9;
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  transition: all 0.2s linear;
}
/*.luggage-image::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.2s linear;
}*/
/* Hover */
/*.luggage-image:hover::after {
  width: 100%;
  height: 100%;
}*/
.luggage-image img {
  width: 90%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: contain;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.luggage-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.luggage-price > strong {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
}
.luggage-card:hover .luggage-image img {
  transform: scale(1.04);
}
/* =========================
   WISHLIST
========================= */
.Wishlist-count,
.shopping-count {
  position: relative;
}
.counting {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: var(--secondary-color);
  top: -14px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wishlist {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.2s ease;
}
.wishlist.active {
  color: #ff0000;
}
.wishlist > i {
  font-size: 20px;
}
/* =========================
   CONTENT
========================= */
.luggage-content > h3 {
  margin-bottom: 0px;
  height: 75px;
}
.luggage-content {
  padding: 16px 12px 14px;
}

.luggage-content a {
  border: 0;
  font-size: 20px;
}
.wc-block-components-product-name{
  border: 0;
}
/* =========================
   RATING
========================= */
.luggage-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.luggage-rating span {
  color: #f36a22;
  font-size: 15px;
  line-height: 1;
}
/* =========================
   PRICE
========================= */
.luggage-price > del {
  pointer-events: none;
  color: #747474;
  font-size: 18px;
}
/* =========================
   COLORS
========================= */
.color-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 23px;
  margin-top: 20px;
}
.color {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    outline 0.2s ease;
}
.c1 {
  background: #454758;
}
.c2 {
  background: #43a792;
}
.c3 {
  background: #4d43a7;
}
.c4 {
  background: #bf216b;
}
.c5 {
  background: #343a47;
}
.c6 {
  background: #a5a987;
}
.c7 {
  background: #2c572b;
}
.c8 {
  background: #000000;
}
.c9 {
  background: #5b536f;
}
.c10 {
  background: #e7c5d7;
}
.c11 {
  background: #66443b;
}
.c12 {
  background: #f9a17c;
}
.c13 {
  background: #ddd;
}
.c14 {
  background: #e5c1d4;
}
/* =========================
   QUICK VIEW
========================= */
.buy-now {
  width: 80%;
  visibility: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
  padding: 15px 0px;
  text-align: center;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  border: 0;
  transition: all 0.2s linear;
  text-transform: uppercase;
  background: #292a27;
  color: #fff;
  border: 2px solid #292a27;
  transition: all 0.2s linear;
}
.luggage-image:hover .buy-now {
  visibility: visible;
  transition: all 0.2s linear;
  top: 50%;
}
.buy-now:hover {
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
  color: var(--outer-color);
}
.luggage-rating > b,
.luggage-rating > small {
  font-size: 18px;
  font-weight: 400;
}
.luggage-rating > small {
  margin-left: 18px;
}
.luggage-rating > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.view-all {
  border: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 20px;
}
/***********************/
.support-content {
  background-color: var(--secondary-color);
  padding: 50px 0px;
}
.support-text-box {
  display: flex;
 gap: 35px;
  align-items: center;
  border-right: 1px solid #9a8c77;
  padding: 50px 30px;
}
.row > .col-xxl-3:nth-child(4) .support-text-box {
  border-right: none !important;
}
.support-text > h3 {
  height: 90px;
  margin-bottom: 0;
}
.supprot-img > img {
  width: 100%;
}
.support-text > p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--outer-color);
}
.collection-content-box {
  padding: calc(var(--padding) * 5) calc(var(--padding) * 0);
}
.collection-titel > h2 {
  text-align: center;
  margin-bottom: 50px;
}
.collection-banner {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.collection-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 11.6%,
    rgba(0, 0, 0, 0.5) 116.27%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.banner-text > h3 {
  color: var(--btn-color);
  margin-bottom: 25px;
}
.collection-btn {
  border: 0;
  padding: 20px 15px;
  background-color: var(--btn-color);
  color: var(--outer-color);
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%) translateX(-20%);
}
.collection-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subcription-from-box {
  background-color: #f7f4f0;
  padding: 100px 0px;
}
.subcription-text-box {
  text-align: center;
}
.subcription-text-box > h2 {
  margin-bottom: 25px;
}
.subcription-text-box > p {
  font-size: 18px;
  font-weight: 400;
  color: var(--outer-color);
  margin-bottom: 50px;
}
.subscribe-form {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 45%;
  background-color: var(--btn-color);
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 5px 10px 20px;
}
.subscribe-input-wrap,
.subscribe-input {
  width: 100%;
}
.subscribe-input {
  border: 0;
  outline: 0;
}
.subscribe-btn {
  border: 0;
  background-color: var(--outer-color);
  color: var(--btn-color);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
  padding: 15px 25px;
}
.fllow-us-conent {
  background-color: #f8f6f6;
  padding: 50px 0px;
}
.fllow-titel > h2 {
  margin-bottom: 50px;
}
.fllow-us-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 290px;
  cursor: pointer;
}
.fllow-us-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.fllow-us-img:hover img {
  transform: scale(1.02);
  transition: all 0.2s linear;
}
/*******************footer************/
footer {
  background-color: #222222;
  padding-top: 85px;
}
.footer-list-content {
  padding-bottom: 120px;
}
.footer-logo-box > img {
  margin-bottom: 30px;
}
.footer-logo-box > p {
  color: var(--btn-color);
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 50px;
}
.footer-icon > i {
  color: var(--btn-color);
  font-size: 30px;
  cursor: pointer;
}
.footer-icon {
  display: flex;
  gap: 35px;
}
.footer-list > li {
  margin-bottom: 15px;
}
.footer-list > li:last-child {
  margin-bottom: 0px;
}
.footer-list > li > a {
  border: 0;
  color: var(--btn-color);
  font-size: 1em;
  font-weight: 400;
}
.footer-list {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-logo-list > h3 {
  color: var(--btn-color);
  font-weight: 300;
  margin-bottom: 30px;
}
.footer-list-content > .row {
  justify-content: space-between;
}
.contact-item > h3 {
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-item > p {
  color: var(--btn-color);
  font-size: 1em;
}
.contact-item > a {
  border: 0;
  color: var(--btn-color);
  font-weight: 400;
  font-size: 1em;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.footer_cr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer-credit {
  text-align: right;
  color: var(--btn-color);
  font-size: 1em;
  font-weight: 400;
}
.copyright {
  padding: 20px 0px;
}
.copyright_box {
  border-top: 1px solid #ffffff;
}
.copyright > a,
.footer-credit > a,
.copyright > span {
  border: 0;
  color: var(--btn-color);
  font-size: 1em;
  font-weight: 400;
}
/* =========================================
   FILTER SIDEBAR
========================================= */

.shop-filter {
  width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  overflow: hidden;
}

/* =========================================
   FILTER HEADING
========================================= */
.filter-heading {
  min-height: 41px;
  padding: 0 9px;
  display: flex;
  align-items: center;
  background: #eeeeee;
  border-bottom: 1px solid #e3e3e3;
}
.filter-heading span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-family);
  color: var(--black);
  font-weight: 500;
}
/* =========================================
   FILTER GROUP
========================================= */
.filter-group {
  border-bottom: 1px solid #e5e5e5;
}
.filter-group:last-child {
  border-bottom: 0;
}
/* =========================================
   FILTER TITLE
========================================= */
.filter-title {
  width: 100%;
  padding: 10px 9px;
  border: 0;
  outline: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
}
.filter-title:hover {
  background: #f1f1f1;
}
.filter-arrow {
  transition: transform 0.25s ease;
}
.filter-group.active .filter-arrow {
  transform: rotate(180deg);
}
/* =========================================
   FILTER CONTENT
========================================= */
.filter-content {
  padding: 10px 10px;
}
.filter-group:not(.active) .filter-content {
  display: none;
}
/* =========================================
   CHECKBOX
========================================= */
.filter-check {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  text-transform: capitalize;
  font-family: var(--font-family);
  cursor: pointer;
  user-select: none;
  margin-bottom: 15px;
}
.filter-check:last-child {
  margin-bottom: 0px;
}
.filter-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.custom-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  background: #fff;
  position: relative;
  transition: all 0.15s ease;
}
/* checked */
.filter-check input:checked + .custom-checkbox {
  background: #aebca4;
  border-color: #aebca4;
}
.filter-check input:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  left: 4px;
  top: 4px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
/* hover */
.filter-check:hover .custom-checkbox {
  border-color: #aebca4;
}
/* =========================================
   PRICE
========================================= */

.price-content {
  padding-top: 2px;
}
.price-slider {
  width: 100%;
  padding: 5px 0 30px;
}
/* range */
.price-range {
  width: 100%;
  height: 10px;
  appearance: none;
  -webkit-appearance: none;
  background: #aebca4;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
/* Chrome / Edge / Safari */
.price-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #aebda4;
  cursor: grab;
}
.price-range::-webkit-slider-thumb:active {
  cursor: grabbing;
}
/* Firefox */
.price-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #aebda4;
  cursor: grab;
}
/* =========================================
   PRICE VALUES
========================================= */
.price-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  font-family: var(--font-family);
}
/* =========================================
   COLOUR
========================================= */
.color-content {
  padding-top: 0;
}
.color-all {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
}
.color-option {
  min-height: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--black);
  cursor: pointer;
  user-select: none;
  margin-bottom: 15px;
}
.color-option:nth-child {
  margin-bottom: 0px;
}
.color-option input {
  display: none;
}
/* color circle */
.color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
}
/* colors */
.color-dot.green {
  background: #2c572b;
}
.color-dot.black {
  background: #000000;
}

.color-dot.pink {
  background: #e7c5d7;
}
.color-dot.blue {
  background: #525064;
}
.color-dot.dark-blue {
  background: #3e4288;
}
.color-dot.white {
  background: #e6e6e6;
}
/* selected color */

.color-option input:checked + .color-dot {
  outline: 1px solid #222;
  outline-offset: 2px;
}
/* =========================================
   CATEGORY
========================================= */
.category-content {
  padding: 20px 10px;
}
.fillter-box {
  padding: 50px 0px;
}
.price-range::-webkit-slider-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #aebca4;
  cursor: pointer;
}
.row-gaping {
  row-gap: 40px;
}
.about-banner-section {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-banner-section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 60%;
}
.about-banner-section > h1 {
  position: absolute;
  z-index: 1;
}
.our-mission {
  padding: clamp(30px, 4vw, 100px);
}
.our-mission-img {
  width: 100%;
  height: 690px;
  border-radius: 10px;
  overflow: hidden;
}
.our-mission-img > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
  object-fit: cover;
}
.our-mission-img:hover > img {
  transform: scale(1.02);
  transition: all 0.2s linear;
}
.align-items {
  align-items: center;
}
.our-mission-text > h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--font-family);
  color: var(--black);
  margin-bottom: 20px;
}
.our-mission-text > p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.our-mission-text > a {
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  width: 220px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-choose {
  position: relative;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-choose::after {
  content: "";
  position: absolute;
  background-color: #000000;
  opacity: 60%;
  width: 100%;
  height: 100%;
}
.about-choose > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text-content {
  position: absolute;
  z-index: 1;
  width: 59%;
  margin: auto;
  text-align: center;
}
.about-text-content > h2 {
  color: var(--btn-color);
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
.about-text-content > p {
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-family);
  margin-bottom: 0;
}
.shop-luggage-img-box {
  width: 100%;
  height: 800px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-luggage-img-box::after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 50%;
}
.shop-luggage-img-box > img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
  object-fit: cover;
}
.shop-luggage-img-box:hover > img {
  transform: scale(1.02);
  transition: all 0.2s linear;
}
.luggage-box-content {
  padding: 100px 0px 50px 0px;
}
.shop-text-list {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.shop-text-list > h3 {
  color: var(--btn-color);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-family);
  margin-bottom: 30px;
}
.shop-text-list > a {
  border: 0;
  background-color: var(--btn-color);
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 15px;
}
.form-content {
  padding: clamp(30px, 4vw, 100px);
}
.user-information {
  text-align: center;
  width: 60%;
  margin: auto;
  padding: 80px 50px;
  background-color: #dfdfdf;
  border-radius: 37px;
}
.inform-fill > input {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: 0;
  margin-bottom: 25px;
  padding: 30px 20px;
  color: #8c8a8a;
}
.text-area > textarea {
  width: 100%;
  resize: none;
  border: 1px solid #d0d0d0;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: 0;
  padding: 5px;
  color: #8c8a8a;
}
.submit-btn > button {
  background-color: #292a27;
  border: 0;
  border-radius: 10px;
  color: var(--btn-color);
  text-transform: uppercase;
  padding: 15px 25px;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}
.user-information > p {
  font-size: 18px;
  color: var(--black);
  font-family: var(--font-family);
  margin-bottom: 50px;
}
.user-information > h2 {
  text-transform: uppercase;
  color: var(--black);
  font-weight: 300;
}
.quick-view_btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 15px 20px;
}
/* =========================================
   PRODUCT SECTION
========================================= */

.thumbel-section {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

.thumbel-section .container {
  width: 100%;
}

/* =========================================
   PRODUCT GALLERY
========================================= */

.product-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 16px;
}

/* =========================================
   THUMBNAILS
========================================= */

.thumbnail-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnail {
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid #dedede;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail:hover {
  border-color: #222;
}

.thumbnail.active {
  border: 2px solid #222;
}

/* =========================================
   MAIN IMAGE
========================================= */

.main-image-wrapper {
  width: 100%;
  height: 650px;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  cursor: zoom-in;
  transition: transform 0.5s ease;
}

.main-image:hover {
  transform: scale(1.02);
}
  .color-options{
    width: 15%;
  }
/* =========================================
   PRODUCT DETAILS
========================================= */

.product-details {
  width: 100%;
  padding-left: 5px;
}

.product-title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 300;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: var(--font-family);
}

/* =========================================
   SKU / STOCK
========================================= */

.product-code {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #777;
}
.stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 18px;
  padding: 0 5px;
  background: #126d00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 5px;
}
.stock i {
  font-size: 12px;
  margin-right: 3px;
}
/* =========================================
   PRICE
========================================= */

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 20px;
}

.current-price {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

/* =========================================
   SHARE
========================================= */

.share-row {
  width: 100%;

  display: flex;
  justify-content: flex-end;

  margin-top: -45px;
  margin-bottom: 25px;
}

.share-btn {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #444;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;

  cursor: pointer;
}

.share-btn:hover {
  color: #000;
}

/* =========================================
   OPTION GROUP
========================================= */

.option-group {
  width: 100%;
  margin-bottom: 20px;
}

.option-title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #222;

  text-transform: uppercase;
}

.selected-value {
  color: #777;
  font-weight: 400;
  text-transform: none;
}

/* =========================================
   COLOR OPTIONS
========================================= */

.color-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-option {
  width: 19px;
  height: 19px;

  padding: 0;

  border: 0;
  border-radius: 50%;

  cursor: pointer;

  position: relative;

  transition: all 0.2s ease;
}

.color-option.active {
  outline-offset: 3px;
}


.color-circle {
  background-color: var(--color-switcher);
}
/* =========================================
   SIZE OPTIONS
========================================= */

.size-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.color-options {
  display: flex;
  align-items: center;
  gap: 8px;
}

.color-option {
  cursor: pointer;
}

.color-option input {
  display: none;
}

.color-circle {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color-switcher);
  border: 2px solid #fff;
  outline: 1px solid #ddd;
}

.color-option input:checked + .color-circle {
  outline: 2px solid #000000;
  outline-offset: -1px;
}
.size-btn {
  min-width: 130px;
  padding: 0 9px;
  border-radius: 7px;
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
  font-size: 18px;
  transition: all 0.2s ease;
}
.size-btn:hover {
  border-color: #222;
}
.size-btn.active {
  background: #222;
  border-color: #222;
  color: #fff;
}

/* =========================================
   PURCHASE AREA
========================================= */

.purchase-area {
  width: 100%;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 50px;
  margin-top: 25px;
}
.review-stars i {
  color: #f5b301;
  font-size: 14px;
  margin-right: 2px;
}
.share-btn i {
  margin-right: 6px;
}

/* =========================================
   QUANTITY
========================================= */

.quantity-box {
  width: 100%;
  height: 40px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  background: #fff;
}

.qty-btn {
  width: 28px;
  height: 100%;

  padding: 0;

  border: 0;

  background: transparent;

  color: #222;

  font-size: 15px;

  cursor: pointer;
}

.qty-btn:hover {
  background: #f5f5f5;
}
.qty-number {
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

/* =========================================
   ADD TO CART
========================================= */

.add-cart-btn {
  width: 100%;
  height: 40px;
  border: 0;
  background: #222;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
  transition: all 0.25s ease;
  border-radius: 7px;
}

.add-cart-btn:hover {
  background: #444;
}

/* =========================================
   BUY NOW
========================================= */

.buy-now-btn {
  width: 100%;
  height: 54px;
  margin-top: 7px;
  border: 1px solid #222;
  background: #fff;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 7px;
  transition: all 0.25s ease;
  margin-top: 20px;
  margin-bottom: 50px;
}

.buy-now-btn:hover {
  background: #222;
  color: #fff;
}

/* =========================================
   PRODUCT TABS
========================================= */

.product-tabs {
  width: 100%;

  margin-top: 25px;
}

.tab-buttons {
  width: 100%;

  display: flex;

  border-bottom: 1px solid #ddd;
}

.tab-btn {
  padding: 9px 15px;
  border: 0;
  background: transparent;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.tab-btn:hover {
  background: #f5f5f5;
}

.tab-btn.active {
  background: #222;
  color: #fff;
}

/* =========================================
   TAB CONTENT
========================================= */

.tab-content {
  display: none;

  padding-top: 15px;
}

.tab-content.active {
  display: block;
}

.tab-content p {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 18px;
  line-height: 1.65;
}

/* =========================================
   FEATURE LIST
========================================= */

.feature-list {
  margin: 8px 0 0;
  padding: 0;

  list-style: none;
}

.feature-list li {
  margin-bottom: 20px;
  color: var(--black);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
#description p:last-of-type {
  margin-bottom: 30px;
}
.feature-list strong {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}

.review-stars {
  letter-spacing: 2px;
}

/* =========================================
   CART MESSAGE
========================================= */

.cart-message {
  position: fixed;

  top: 25px;
  right: 25px;

  z-index: 9999;

  padding: 12px 18px;

  background: #222;
  color: #fff;

  font-size: 11px;

  opacity: 0;
  visibility: hidden;

  transform: translateY(-15px);

  transition: all 0.3s ease;
}

.cart-message.show {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

/* =========================================
   IMAGE MODAL
========================================= */

.image-modal {
  position: fixed;

  inset: 0;

  z-index: 10000;

  display: none;

  align-items: center;
  justify-content: center;

  padding: 30px;

  background: rgba(0, 0, 0, 0.88);
}

.image-modal.show {
  display: flex;
}

.modal-image {
  max-width: 90%;
  max-height: 90vh;

  object-fit: contain;
}

.close-modal {
  position: absolute;

  top: 20px;
  right: 25px;

  border: 0;

  background: transparent;

  color: #fff;

  font-size: 32px;

  line-height: 1;

  cursor: pointer;
}

/* =========================================
   LARGE DESKTOP
========================================= */

/* =========================================
   VERTICAL THUMBNAIL SLIDER
========================================= */

.product-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
}

/* Thumbnail Area */

.thumbnail-wrapper {
  width: 68px;

  height: 100%;

  max-height: 380px;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 9px;

  overflow-y: auto;

  overflow-x: hidden;

  scroll-behavior: smooth;

  scrollbar-width: none;

  padding: 2px 0 30px;
}

.thumbnail-wrapper::-webkit-scrollbar {
  display: none;
}

/* Individual Thumbnail */

.thumbnail {
  width: 54px;

  height: 54px;

  min-width: 54px;

  min-height: 54px;

  padding: 0;

  border: 1px solid #ddd;

  background: #fff;

  overflow: hidden;

  cursor: pointer;

  transition: all 0.25s ease;
}

.thumbnail img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}

/* Active Thumbnail */

.thumbnail.active {
  border: 2px solid #222;
}

/* Hover */

.thumbnail:hover {
  border-color: #222;
}

/* =========================================
   DOWN SLIDER BUTTON
========================================= */

.thumbnail-slider-btn {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 54px;

  height: 20px;

  margin-left: 7px;

  padding: 0;

  border: 1px solid #ddd;

  background: #fff;

  color: #222;

  font-size: 14px;

  line-height: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  z-index: 10;

  transition: all 0.2s ease;
}

.thumbnail-slider-btn:hover {
  background: #f5f5f5;

  border-color: #222;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .product-gallery {
    display: flex;

    flex-direction: column;

    gap: 10px;
  }

  .thumbnail-wrapper {
    order: 2;
    width: 100%;
    height: 65px;
    max-height: 65px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 0;
    gap: 8px;
  }
  .thumbnail {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }
  .thumbnail-slider-btn {
    display: none;
  }
  .main-image-wrapper {
    order: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}
.thumbnail-slider {
  width: 68px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.thumbnail-wrapper {
  width: 54px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.thumbnail {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumbnail.active {
  border: 2px solid #222;
}

.thumbnail-arrow {
  width: 54px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.thumbnail-up {
  margin-bottom: 6px;
}

.thumbnail-down {
  margin-top: 6px;
}

.thumbnail-arrow:hover {
  background: #f5f5f5;
}

.thumbnail-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 767px) {
  .thumbnail-slider {
    width: 100%;
    height: 64px;
    flex-direction: row;
  }

  .thumbnail-wrapper {
    width: 100%;
    height: 64px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    scrollbar-width: none;
  }

  .thumbnail-wrapper::-webkit-scrollbar {
    display: none;
  }

  .thumbnail {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .thumbnail-arrow {
    display: none;
  }
}
.add-cart-btn i {
  margin-right: 6px;
}
.color-option {
  width: 100%;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease;
}

.announcement-wrapper {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: auto;
}
.quick-view-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
}
.quick-view-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;

  opacity: 20%;
}
.quick-view-popup {
  position: absolute;
  background-color: var(--btn-color);
  border-radius: 10px;
  overflow: hidden;
}
/* =========================================
   QUICK VIEW DETAILS
========================================= */

.quick-view-details {
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

/* =========================================
   BRAND
========================================= */

.quick-view-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

/* =========================================
   PRODUCT TITLE
========================================= */

.quick-view-details h2 {
  margin: 0;
  max-width: 500px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.15;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.5px;
  color: #171717;
}

/* =========================================
   RATING
========================================= */

.quick-view-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.rating-stars {
  font-size: 17px;
  letter-spacing: 2px;
  color: #f5a623;
}

.rating-number {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.review-count {
  font-size: 13px;
  color: #777;
}

/* =========================================
   PRICE
========================================= */

.quick-view-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.quick-view-price .old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.quick-view-price .current-price {
  font-size: 20px;
  font-weight: 700;
  color: #171717;
}

.quick-view-price .discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 4px;
  background: #edf7f2;
  color: #218653;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

/* =========================================
   DESCRIPTION
========================================= */

.quick-view-description {
  margin: 15px 0 0;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}

/* =========================================
   COLOR OPTION
========================================= */

.quick-view-option {
  margin-top: 15px;
}

.option-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.option-heading strong {
  font-weight: 700;
  color: #111;
}

/* =========================================
   COLOR CIRCLES
========================================= */

.quick-color-options {
  display: flex;
  align-items: center;
  gap: 13px;
}

.quick-color-option {
  position: relative;
  display: flex;
  cursor: pointer;
}

.quick-color-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quick-color-circle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-switcher);
  border: 2px solid #fff;
  outline: 1px solid #d5d5d5;
  transition:
    transform 0.2s ease,
    outline 0.2s ease;
}

.quick-color-option:hover .quick-color-circle {
  transform: scale(1.08);
}

.quick-color-option input:checked + .quick-color-circle {
  outline-offset: 1px;
}
.quick-view-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border: 0;
  float: right;
  margin-top: 20px;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 24px;
}
/* =========================================
   QUANTITY
========================================= */

.quick-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  max-width: 300px;
}

.quick-quantity > .option-heading {
  margin: 0;
}

.quantity-box {
  display: flex;
  align-items: center;
  width: 120px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
}

.quantity-box button {
  width: 38px;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #222;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quantity-box button:hover {
  background: #f5f5f5;
}
#quickQuantity {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-view-main-image {
  width: 100%;
  height: auto;
}
.quick-view-main-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-view-close {
  position: absolute;
  right: 20px;
}
.quantity-box input {
  width: 44px;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================================
   ACTION BUTTONS
========================================= */

.quick-view-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 28px;
}

.quick-view-actions button {
  height: 50px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease;
}

.quick-view-actions button:active {
  transform: scale(0.98);
}

/* Add To Cart */

.quick-add-cart {
  border: 1px solid #171717;
  background: #fff;
  color: #171717;
}

.quick-add-cart:hover {
  background: #171717;
  color: #fff;
}

/* Buy Now */

.quick-buy-now {
  border: 1px solid #171717;
  background: #171717;
  color: #fff;
}

.quick-buy-now:hover {
  background: #333;
  border-color: #333;
}

/* =========================================
   FULL PRODUCT LINK
========================================= */

.view-full-product {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 19px;
  padding-bottom: 2px;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  justify-content: center;
  padding: 20px 0px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.view-full-product:hover {
  color: #111;
  border-color: #111;
}
/* ================= QUICK VIEW MODAL ================= */

.quick-view-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.quick-view-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 20%;
}

.quick-view-popup {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.quick-view-content {
  display: grid;
  grid-template-columns: 48% 52%;
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

body.quick-view-open {
  overflow: hidden !important;
  height: 100vh;
}




.quick-view-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.quick-view-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.quick-view-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mobile-nav-header {
    display: none;
}

.sidebar-header {
    display: none;
}

.sidebar-overlay {
    display: none;
}
.menu-toggle {
    display: none;
}

.sidebar-header {
    display: none;
}

.mobile-sidebar-content {
    display: none;
}

.sidebar-overlay {
    display: none;
}
.shop-luggage-header > h2{
  margin-bottom: 0px !important;
}
.mobile-header,
.sidebar-header,
.mobile-sidebar-content,
.sidebar-overlay {
    display: none;
}
html {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}
/*****************footer***************/
.container {
    width: min(1720px, calc(100% - 40px));
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}