@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Jost: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&amp;family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&amp;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&amp;display=swap");
@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');

@keyframes btnAnimation {
  0% {
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* google-font */
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  background: #f8f8f8;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  color: #232532;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 7rem;
}
@media (max-width:767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 5.6rem;
}

h3 {
  font-size: 4.2rem;
}

h4 {
  font-size: 3.4rem;
}

h5 {
  font-size: 3rem;
  margin-bottom: 0;
}

a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #232532;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
a .list-text {
  color: #FFFFFF;
  font-size: 1.6rem;
}
a span {
  font-size: 14px;
  font-weight: 500;
}

p {
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
}

.container {
  max-width: 132.1rem;
}
@media (max-width:767px) {
  .container {
    padding: 0 2rem;
  }
}

input {
  font-size: 1.3rem;
}

input[type=checkbox] {
  accent-color: #d31132;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.shop-btn {
  padding: 1.2rem 3.4rem;
  margin: 4rem 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #d31132;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}
.shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.shop-btn svg {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.shop-btn:hover {
  color: #FFFFFF;
  background-color: #d31132;
}
.shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.shop-btn:hover span {
  color: #FFFFFF;
}

.product {
  padding: 6rem 0;
}
@media (max-width:1023px) {
  .product {
    padding: 3rem 0;
  }
}

.product-wrapper {
  width: 100%;
  height: 44.5rem;
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.product-wrapper .product-img {
  height: 31.3rem;
  position: relative;
}
.product-wrapper .product-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-wrapper .product-img .product-cart-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.product-wrapper .product-img .product-cart-items .cart-item svg rect {
  fill: currentColor;
  fill: #FFFFFF;
  transition: all 0.2s linear;
}
.product-wrapper .product-img .product-cart-items .cart-item svg path {
  fill: currentColor;
  fill: #232532;
}
.product-wrapper .product-img .product-cart-items .cart-item:hover svg rect {
  fill: currentColor;
  fill: #d31132;
}
.product-wrapper .product-img .product-cart-items .cart-item:hover svg path {
  fill: currentColor;
  fill: #FFFFFF;
}
.product-wrapper .product-info {
  margin: 1.5rem 3rem 3rem;
}
.product-wrapper .product-info .ratings {
  margin: 0.6rem 0;
}
.product-wrapper .product-details {
  font-family: "Poppins", sans-serif;
}
@media (max-width:767px) {
  .product-wrapper .product-details {
    font-size: 2.2rem;
  }
}
.product-wrapper .product-cart-btn {
  position: absolute;
  bottom: 1rem;
  right: 0;
  transition: all 0.4s;
}
.product-wrapper:hover {
  border: 1px solid #d31132;
}
.product-wrapper:hover .product-cart-items {
  bottom: 15%;
  opacity: 1;
  visibility: visible;
}
.product-wrapper:hover .product-cart-items .product-cart-btn {
  border-bottom-right-radius: 1.2rem;
}
@media (max-width:767px) {
  .product-wrapper .product-img {
    height: 30rem;
  }
  .product-wrapper .product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin: 0rem;
  }
  .product-wrapper .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width:767px) and (max-width:767px) {
  .product-wrapper .price span {
    font-size: 2rem;
  }
}

.product-wrapper-two .product-img .product-cart-items .cart-item svg rect {
  fill: #FFFFFF;
}
.product-wrapper-two .product-img .product-cart-items .cart-item svg path {
  fill: #232532;
}
.product-wrapper-two .product-img .product-cart-items .cart-item:hover svg rect {
  fill: #FF7062;
}
.product-wrapper-two .product-img .product-cart-items .cart-item:hover svg path {
  fill: #FFFFFF;
}
.product-wrapper-two .price .new-price {
  color: #FF7062;
}
.product-wrapper-two .product-cart-btn .product-btn {
  background-color: rgba(255, 112, 98, 0.2);
  color: #FF7062;
}
.product-wrapper-two .product-cart-btn .product-btn:hover {
  background-color: #FF7062;
  color: #FFFFFF;
}
.product-wrapper-two:hover {
  border: 1px solid #FF7062;
}

.product-wrapper-three .product-img .product-cart-items .cart-item svg rect {
  fill: #FFFFFF;
}
.product-wrapper-three .product-img .product-cart-items .cart-item svg path {
  fill: #232532;
}
.product-wrapper-three .product-img .product-cart-items .cart-item:hover svg rect {
  fill: #232532;
}
.product-wrapper-three .product-img .product-cart-items .cart-item:hover svg path {
  fill: #FFFFFF;
}
.product-wrapper-three .price .new-price {
  color: #232532;
}
.product-wrapper-three .product-cart-btn .product-btn {
  background-color: rgba(35, 37, 50, 0.2);
  color: #232532;
}
.product-wrapper-three .product-cart-btn .product-btn:hover {
  background-color: #232532;
  color: #FFFFFF;
}
.product-wrapper-three:hover {
  border: 1px solid #232532;
}

.price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.price .price-cut {
  text-decoration: line-through;
}
.price .new-price {
  color: #d31132;
}
.price span {
  font-size: 1.6rem;
  color: #797979;
  font-weight: 500;
}

.product-btn {
  padding: 1.2rem 1.6rem 1.2rem 2.5rem;
  border-top-left-radius: 3rem;
  background: rgba(174, 28, 154, 0.188);
  color: #d31132;
  font-size: 1.6rem;
  transition: all 0.4s;
}
.product-btn:hover {
  background-color: #d31132;
  color: #FFFFFF;
}

.section-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.section-title .view {
  font-family: "Poppins", sans-serif;
  position: relative;
}
.section-title .view::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #232532;
  top: 2.2rem;
  left: 2px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.section-title .view:hover::before {
  opacity: 1;
  visibility: visible;
  width: 7rem;
}
@media (max-width:767px) {
  .section-title h5 {
    font-size: 2.5rem;
  }
  .section-title a {
    font-size: 1.4rem;
  }
}

.blog-item,
.cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.blog-item p,
.cart-content p {
  font-size: 2rem;
  color: #232532;
  font-weight: 600;
}
.blog-item .shop-btn,
.cart-content .shop-btn {
  margin: 0;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.modal-wrapper .anywhere-away {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.37);
  width: 100%;
  height: 100%;
}

.modal-main {
  position: relative;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.modal-main .wrapper-close-btn {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.modal-main .wrapper-close-btn svg {
  fill: currentColor;
  fill: red;
  stroke: red;
}
.modal-main .wrapper-main .divider {
  height: 3rem;
  width: 1px;
  background: #e8e8e8;
}

.slectbox-body .country-options {
  position: absolute;
  z-index: 5;
  background-color: #FFFFFF;
  padding: 0px 0;
  margin-top: 13px;
  width: 20.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid rgba(121, 121, 121, 0.18);
  z-index: 20;
  overflow: hidden;
}
.slectbox-body .country-options .all-option {
  cursor: pointer;
  padding: 9px 16px;
}
.slectbox-body .country-options .all-option .option-text {
  font-size: 1.2rem;
}
.slectbox-body .country-options .all-option:hover {
  background: rgba(121, 121, 121, 0.18);
}
.slectbox-body .country-options .all-option:hover .option-text {
  font-weight: 700;
}
.slectbox-body .clickAway {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
}

.header-top-section {
  border-bottom: 1px solid #d31132;
  background: #fff;
}

.header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 1rem 0;
}
.header-top .header-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.header-top .header-contact .contact-number {
  color: #d31132;
  font-weight: 700;
}

.header-center {
 display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    padding: 8px 0px;
}
.header-center .header-cart-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.header-center .header-cart-items .cart-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.header-center .header-cart-items .cart-item .cart-text {
  font-size: 1.6rem;
  color: #797979;
}
.header-center .header-cart-items .header-cart {
  position: relative;
}
.header-center .header-cart-items .header-cart .cart-submenu {
  position: absolute;
  width: 30rem;
  background: #FFFFFF;
  z-index: 2;
  left: -15rem;
  top: 5rem;
  border-top: 3px solid #d31132;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header-center .header-cart-items .header-cart .cart-submenu .wrapper-title {
  font-size: 2rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item {
  padding: 1rem;
  width: 100%;
  height: 30.1rem;
  overflow-y: scroll;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
  margin-top: 2rem;
  width: 100%;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper .wrapper-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-title,
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper .wrapper-item .new-price {
  font-size: 1.2rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-img {
  width: 6.5rem;
  height: auto;
  background: rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item .wrapper .wrapper-item .wrapper-img img {
  width: 100%;
  height: 100%;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item::-webkit-scrollbar {
  width: 2px;
  height: 15rem;
  background: rgba(174, 28, 154, 0.08);
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-item::-webkit-scrollbar-thumb {
  background: #8e8e8e;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section {
  width: 100%;
  padding: 2rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .wrapper-line {
  width: 100%;
  height: 1px;
  background: rgba(174, 28, 154, 0.08);
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .wrapper-subtotal {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .cart-btn {
  width: 100%;
  margin-top: 2rem;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .cart-btn .shop-btn {
  background: #ddd;
  margin: 0.5rem 0;
  width: 100%;
  border-radius: 0.5rem;
  color: #232532;
  font-weight: 600;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .cart-btn .shop-btn::after {
  display: none;
}
.header-center .header-cart-items .header-cart .cart-submenu .cart-wrapper-section .cart-btn .checkout-btn {
  background: #d31132;
  color: #FFFFFF;
}
.header-center .header-cart-items .header-cart:hover .cart-submenu {
  opacity: 1;
  visibility: visible;
}
.header-center .header-cart-items .header-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 52px;
  height: 52px;
  background: #a5a4a117;
  border-radius: 50%;
}
.header-center .header-cart-items .header-search .modal-main {
  height: 23.8rem;
}
.header-center .header-cart-items .header-search .modal-main .wrapper-main {
  width: 62rem;
  height: 6rem;
  border-radius: 3rem;
  border: 1px solid #d31132;
  overflow: hidden;
}
.header-center .header-cart-items .header-search .modal-main .search-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
  height: 100%;
}
.header-center .header-cart-items .header-search .modal-main .search-section input,
.header-center .header-cart-items .header-search .modal-main .search-section button {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  padding: 0 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #797979;
  flex: 1 1 0%;
}
.header-center .header-cart-items .header-search .modal-main .search-section input {
  color: #d31132;
}
.header-center .header-cart-items .header-search .modal-main .search-section .shop-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 2rem 3rem;
}
.header-center .header-cart-items .header-search .modal-main .search-section .shop-btn::after {
  display: none;
}
.header-center .header-cart-items .header-search .modal-wrapper.active {
  display: block;
}
.header-center .header-cart-items .header-user svg {
  fill: currentColor;
  fill: #797979;
}

.mobile-menu {
  padding: 10px;
      background-color: rgb(255 255 255);
}

.offcanvas.offcanvas-start {
  width: 280px;
}

.offcanvas-body {
  padding: 2rem 3rem;
}
.offcanvas-body .header-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin: 2rem 0;
}
.offcanvas-body .header-top .header-cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.offcanvas-body .header-top .shop-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.offcanvas-body .header-top .shop-btn .btn-close {
  --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="%23FFF" width="24px" height="24px"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /></svg>');
  font-size: 2rem;
}
.offcanvas-body .header-top .shop-btn i {
  color: #FFFFFF;
}
.offcanvas-body .header-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background: #FFFFFF;
  border: 1px solid rgba(174, 28, 154, 0.08);
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
}
.offcanvas-body .header-input input {
  background: #FFFFFF;
  border: none;
  outline: none;
}
.offcanvas-body .category-dropdown {
  margin-top: 2rem;
}
.offcanvas-body .category-dropdown .category-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}
.offcanvas-body .category-dropdown .category-list .category-list-item {
  width: 100%;
}
.offcanvas-body .category-dropdown .category-list .dropdown-item .dropdown-list-item {
  align-items: center;
  gap: 2rem;
}
.offcanvas-body .category-dropdown .category-list .dropdown-item .dropdown-list-item .dropdown-img {
  width: 4rem;
  height: 4rem;
}
.offcanvas-body .category-dropdown .category-list .dropdown-item .dropdown-list-item .dropdown-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span svg,
.offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span rect {
  fill: currentColor;
  fill: #d31132;
}

.header-bottom {
  background: #d31132;
  padding: 10px 0;
}

.header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  position: relative;
}
.header-nav .category-menu-section {
  cursor: pointer;
  width: 27rem;
}
.header-nav .category-menu-section .empty {
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  left: 0;
  top: 0;
}
.header-nav .category-menu-section .empty.active {
  display: block;
}
.header-nav .category-menu-section .category-item {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  margin: 5px 0 0 0;
  border: none;
  padding: 1.5rem 1.8rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1.4rem;
  font-weight: 600;
}
.header-nav .category-menu-section .category-item i {
  font-size: 10px;
}
.header-nav .category-menu-section .category-item .category-img {
  padding-right: 1.6rem;
}
.header-nav .category-menu-section .category-dropdown {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: all 0.3s;
  left: 0;
  top: 5.8rem;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header-nav .category-menu-section .category-dropdown .category-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.header-nav .category-menu-section .category-dropdown .category-list-item {
  background: #FFFFFF;
  padding: 0.8rem 2rem;
  border-top: 1px solid rgba(174, 28, 154, 0.08);
  transition: all 0.5s;
  width: 100%;
}
.header-nav .category-menu-section .category-dropdown .category-list-item:hover {
  background-color: #d31132;
}
.header-nav .category-menu-section .category-dropdown .category-list-item:hover .dropdown-text {
  color: #FFFFFF;
}
.header-nav .category-menu-section .category-dropdown .category-list-item:hover .drop-down-list-icon svg,
.header-nav .category-menu-section .category-dropdown .category-list-item:hover .drop-down-list-icon rect {
  fill: #FFFFFF;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .drop-down-list-icon svg,
.header-nav .category-menu-section .category-dropdown .category-list-item .drop-down-list-icon rect {
  fill: #232532;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .dropdown-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  gap: 2.6rem;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .dropdown-list-item .dropdown-img {
  width: 2rem;
  height: 2rem;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .dropdown-list-item .dropdown-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-nav .category-menu-section .category-dropdown .category-list-item .dropdown-list-item .dropdown-text {
  font-size: 1.5rem;
  line-height: 1.3rem;
}
.header-nav .category-menu-section .open-dropdown {
  max-height: var(--max-height);
}
.header-nav .list-text {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.header-nav .shop-text {
  color: #232532;
}
.header-nav .header-nav-menu .menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.header-nav .header-nav-menu .menu-list li {
  position: relative;
}
.header-nav .header-nav-menu .menu-list li:hover .header-sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-nav .header-nav-menu .menu-list .header-sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  width: 220px;
  position: absolute;
}
.header-nav .header-nav-menu .menu-list .header-sub-menu,
.header-nav .header-nav-menu .menu-list .shop-menu {
  position: absolute;
  background: #FFFFFF;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  top: 4.7rem;
  left: 0;
  pointer-events: auto;
  transition: all 0.5s ease-in-out;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 2rem;
}
.header-nav .header-nav-menu .menu-list .header-sub-menu a,
.header-nav .header-nav-menu .menu-list .shop-menu a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #797979;
}
.header-nav .header-nav-menu .menu-list .header-sub-menu a:hover,
.header-nav .header-nav-menu .menu-list .shop-menu a:hover {
  color: #d31132;
}
.header-nav .header-nav-menu .menu-list .mega-menu {
  position: unset;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 3rem;
  width: 100%;
  height: 29.5rem;
  padding: 0 3rem;
  top: 6.1rem;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex: 1 1 0%;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .menu-wrapper .menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .menu-wrapper .menu-list .menu-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .menu-wrapper .menu-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .shop-menu-img {
  width: 28.4rem;
  height: 23.5rem;
}
.header-nav .header-nav-menu .menu-list .mega-menu .shop-menu .shop-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-nav .header-nav-menu .menu-list .mega-menu:hover .shop-menu {
  visibility: visible;
  opacity: 1;
}
@media (max-width:1200px) {
  .header-nav .header-nav-menu .menu-list {
    gap: 2rem;
  }
}

.dropdown-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.dropdown-btn .dropdown-icon {
  width: 4.8rem;
  height: 4.6rem;
  border-radius: 50%;
  background-color: #ffffff26;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.dropdown-btn .dropdown-icon svg {
  fill: currentColor;
  fill: #FFFFFF;
}
.dropdown-btn .dropdown-text {
  font-size: 1.6rem;
  color: #FFFFFF;
}

.header-vendor-btn .shop-btn {
    padding: 13px 20px;
    margin: 0px;
    text-align: center;
    border-radius: 3rem;
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
    transition: all 0.3s;
    overflow: hidden;
}
.header-vendor-btn .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.header-vendor-btn .shop-btn svg {
  fill: #000;
  transition: all 0.5s;
}
.header-vendor-btn .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.header-vendor-btn .shop-btn:hover {
  color: #FFFFFF;
  background-color: #FFBB38;
}
.header-vendor-btn .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.header-vendor-btn .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.header-vendor-btn .shop-btn:hover span {
  color: #FFFFFF;
}
.header-vendor-btn .shop-btn .shop-list {
  color: #232532;
}
.header-vendor-btn .shop-btn svg {
  fill: #000;
}

.header-two {
  background: #FFFFFF;
}
.header-two .header-top-section {
  border-bottom: 1px solid #efefef;
  background: #FFFFFF;
}
.header-two .header-top a span {
  font-size: 1.2rem;
}
.header-two .header-top .header-contact .header-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.header-two .header-search-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  font-size: 1.2rem;
  width: 51.7rem;
  height: 4.4rem;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.header-two .header-search-btn .header-input,
.header-two .header-search-btn .search-btn {
  height: 100%;
  padding: 0 2rem;
  color: #232532;
  font-weight: 500;
  border: none;
  outline: none;
}
.header-two .header-search-btn .header-input::placeholder,
.header-two .header-search-btn .search-btn::placeholder {
  color: #797979;
}
.header-two .header-search-btn .search-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  width: 100%;
  color: #797979;
}
.header-two .header-search-btn .shop-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 100%;
  border-radius: 0;
  background: #FF7062;
  padding: 1rem 2.2rem;
}
.header-two .header-search-btn .shop-btn::after {
  display: none;
}
.header-two .header-search-btn .shop-btn:hover {
  color: #232532;
}
.header-two .header-search-btn .divider {
  width: 1px;
  background: #eee;
  height: 2.5rem;
}
.header-two .header-search-btn #allcat {
  flex: 1 1 0%;
}
.header-two .header-bottom {
  background: #FF7062;
  padding: 0;
}
.header-two .header-nav .header-category-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.header-two .header-nav .category-menu-section {
  width: 27rem;
  height: 5.3rem;
  margin-top: 1rem;
}
.header-two .header-nav .category-menu-section .category-dropdown .category-list-item:hover {
  background-color: #FF7062;
}
.header-two .header-nav .header-nav-menu .menu-list .header-sub-menu a:hover,
.header-two .header-nav .header-nav-menu .menu-list .shop-menu a:hover {
  color: #FF7062;
}
.header-two .header-nav .header-vendor-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.header-two .header-nav .header-vendor-btn .shop-btn {
  border-radius: 0;
  background: #FFFFFF;
  padding: 1rem 2.2rem;
}
@media (max-width:1200px) {
  .header-two .header-nav .header-nav-menu .menu-list {
    gap: 2rem;
  }
}
.header-two .dropdown-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background: #FFFFFF;
  padding-right: 2.2rem;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
.header-two .dropdown-btn .dropdown-btn-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header-two .dropdown-btn .dropdown-icon {
  border-radius: 0;
}
.header-two .dropdown-btn .list-text {
  color: #232532;
  font-weight: 600;
}
.header-two .dropdown-btn .dropdown-text {
  font-size: 1.6rem;
  color: #FFFFFF;
}

.header-three .header-search-btn .shop-btn {
  background: #232532;
}
.header-three .header-bottom {
  background: #FFFFFF;
}
.header-three .header-nav .header-category-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.header-three .header-nav .category-menu-section .category-dropdown .category-list-item:hover {
  background-color: #232532;
}
.header-three .header-nav .list-text {
  color: #232532;
}
.header-three .header-nav .header-nav-menu .menu-list .header-sub-menu a:hover,
.header-three .header-nav .header-nav-menu .menu-list .shop-menu a:hover {
  color: #232532;
}
.header-three .header-nav .header-vendor-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.header-three .header-nav .header-vendor-btn .shop-btn {
  background: #232532;
  color: #FFFFFF;
}
.header-three .header-nav .header-vendor-btn .shop-btn .list-text {
  color: #FFFFFF;
}
@media (max-width:1200px) {
  .header-three .header-nav .header-nav-menu .menu-list {
    gap: 2rem;
  }
}
.header-three .dropdown-btn {
  background: #f5f5f5;
}

.mobile-menu-two {
  background-color: #FFFFFF;
}
.mobile-menu-two .offcanvas-body .header-top .shop-btn .btn-close {
  background-color: #FF7062;
}
.mobile-menu-two .offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span svg,
.mobile-menu-two .offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span rect {
  fill: #FF7062;
}

.mobile-menu-three {
  background-color: #f6f6f6;
}
.mobile-menu-three .offcanvas-body .header-top .shop-btn .btn-close {
  background-color: #232532;
  font-size: 2rem;
}
.mobile-menu-three .offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span svg,
.mobile-menu-three .offcanvas-body .category-dropdown .category-list .dropdown-item .drop-down-list-icon span rect {
  fill: #232532;
}

.hero {
  height: 50rem;
}
@media (max-width:767px) {
  .hero {
    height: 50rem;
  }
}
.hero .swiper-pagination-bullets {
  bottom: 3rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 10px;
}

.hero-slider-one {
  background: url("../assets/images/homepage-one/hero-slider-one.webp") no-repeat center/cover;
}

.hero-slider-two {
  background: url("../assets/images/homepage-one/hero-slider-two.webp") no-repeat center/cover;
}

.hero-slider-three {
  background: url("../assets/images/homepage-one/hero-slider-three.webp") no-repeat center/cover;
}

@media (max-width:767px) {
  .hero-slider-one,
  .hero-slider-two,
  .hero-slider-three {
    background-position: left;
  }
}

.swiper-pagination-bullet {
  width: 3rem;
  height: 7px;
  border-radius: 30px;
}

.swiper-pagination-bullet-active {
  background-color: #d31132;
}

.wrapper-section .wrapper-subtitle {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}
.wrapper-section .wrapper-subtitle .wrapper-inner-title {
  font-size: 4rem;
  color: #d31132;
}
.wrapper-section .shop-btn {
  padding: 1.4rem 4.6rem;
  margin: 4rem 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #d31132;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
}
.wrapper-section .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.wrapper-section .shop-btn svg {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.wrapper-section .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.wrapper-section .shop-btn:hover {
  color: #FFFFFF;
  background-color: #d31132;
}
.wrapper-section .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.wrapper-section .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.wrapper-section .shop-btn:hover span {
  color: #FFFFFF;
}

.hero-two {
  height: auto;
}
.hero-two h5 {
  font-family: "Inter", sans-serif;
}
.hero-two .hero-section-two {
  padding: 3rem 0;
}
.hero-two .hero-section-two .hero-wrapper-two {
  height: 49.3rem;
  border-radius: 5px;
}
.hero-two .hero-section-two .hero-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  gap: 0px;
  background: url("../assets/images/homepage-two/h-1.webp");
  padding: 0 4.8rem;
}
.hero-two .hero-section-two .hero-left .wrapper-content {
  text-align: left;
}
.hero-two .hero-section-two .hero-left .wrapper-title,
.hero-two .hero-section-two .hero-left .wrapper-details {
  text-transform: uppercase;
}
.hero-two .hero-section-two .hero-left .wrapper-title {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 6.8rem;
}
.hero-two .hero-section-two .hero-left .wrapper-details {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 1rem;
}
.hero-two .hero-section-two .hero-left .shop-btn {
  margin-top: 2.5rem;
}
.hero-two .hero-section-two .hero-right {
  background: url("../assets/images/homepage-two/h-2.webp");
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.hero-two .hero-section-two .hero-right .wrapper-title {
  font-size: 4.4rem;
  margin-bottom: 0;
}
.hero-two .hero-section-two .hero-right .wrapper-details {
  margin-top: 0.5rem 0;
  font-size: 3.2rem;
}
.hero-two .hero-category-section .hero-wrapper {
  height: 32.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 5px;
}
.hero-two .wrapper-content {
  text-align: center;
}
.hero-two .wrapper-content .wrapper-title,
.hero-two .wrapper-content .wrapper-details {
  color: #FFFFFF;
  font-weight: 600;
}
.hero-two .shop-btn {
  padding: 0;
  margin: 1.3rem 0;
  border-radius: 0;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 300;
}
.hero-two .shop-btn:hover:after {
  display: none;
}
@media (max-width:767px) {
  .hero-two .hero-section-two .hero-wrapper-two {
    height: 33rem;
  }
  .hero-two .hero-section-two .hero-wrapper-two .wrapper-title br {
    display: none;
  }
  .hero-two .hero-section-two .hero-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    gap: 0px;
    padding: 0 2rem;
  }
  .hero-two .hero-section-two .hero-left .wrapper-title {
    line-height: 5rem;
  }
  .hero-two .hero-section-two .hero-left .wrapper-details {
    font-size: 2.2rem;
  }
}

.hero-three {
  height: 80.3rem;
}
.hero-three .hero-wrapper .hero-slider-one {
  background: url("../assets/images/homepage-three/hero-slide-one.webp") no-repeat center/cover;
}
.hero-three .hero-wrapper .wrapper-subtitle,
.hero-three .hero-wrapper .wrapper-details {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
}
.hero-three .hero-wrapper .wrapper-title {
  font-size: 6.4rem;
  font-family: "EB Garamond", serif;
  margin-bottom: 1rem;
}
.hero-three .hero-wrapper .shop-btn {
  border-radius: 0;
  background: #232532;
}
.hero-three .swiper-pagination-bullet-active {
  background-color: #232532;
}
@media (max-width:767px) {
  .hero-three {
    height: 50rem;
  }
  .hero-three .hero-wrapper .wrapper-subtitle,
  .hero-three .hero-wrapper .wrapper-details {
    font-size: 2.2rem;
  }
  .hero-three .hero-wrapper .wrapper-title {
    font-size: 4.4rem;
  }
}

.style-section .product-wrapper {
  width: 100%;
  height: 46rem;
  padding: 3.2rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.style-section .product-wrapper .wrapper-info .wrapper-inner-title {
  display: block;
}
.style-section .product-wrapper .shop-btn {
  padding: 1rem 2rem;
}
@media (max-width:767px) {
  .style-section .product-wrapper {
    height: 35rem;
    padding: 2rem;
  }
  .style-section .product-wrapper .wrapper-info .wrapper-inner-title {
    display: inline;
  }
}

.wrapper-subtitle {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.wrapper-one {
  background: url("../assets/images/homepage-one/syle-bg-one.webp") no-repeat center/cover;
}
.wrapper-one .shop-btn {
  padding: 1.2rem 3.4rem;
  margin: 4rem 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #FFBB38;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  color: #232532;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
}
.wrapper-one .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.wrapper-one .shop-btn svg {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.wrapper-one .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.wrapper-one .shop-btn:hover {
  color: #FFFFFF;
  background-color: #FFBB38;
}
.wrapper-one .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.wrapper-one .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.wrapper-one .shop-btn:hover span {
  color: #FFFFFF;
}
.wrapper-one .shop-btn svg {
  fill: #232532;
}

.wrapper-two {
  background: url("../assets/images/homepage-one/style-bg-two.webp") no-repeat center/cover;
}
.wrapper-two .shop-btn {
  padding: 1.2rem 3.4rem;
  margin: 4rem 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #d31132;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
}
.wrapper-two .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.wrapper-two .shop-btn svg {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.wrapper-two .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.wrapper-two .shop-btn:hover {
  color: #FFFFFF;
  background-color: #d31132;
}
.wrapper-two .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.wrapper-two .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.wrapper-two .shop-btn:hover span {
  color: #FFFFFF;
}

.category-section {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width:767px) {
  .category-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .category-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
.category-section .product-wrapper {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(174, 28, 154, 0.08);
  height: 18rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  transition: all 0.3s;
  padding-bottom: 0;
}
.category-section .product-wrapper .wrapper-img img {
  transition: all 0.2s ease-in-out;
      width: 100px;
}
.category-section .product-wrapper:hover {
  border: 1px solid #d31132;
}
.category-section .product-wrapper:hover .wrapper-img img {
  transform: scale(1.2);
}
.category-section .product-wrapper .wrapper-details {
  font-size: 1.6rem;
  font-weight: 500;
}

.brand-section {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(174, 28, 154, 0.08);
}
.brand-section .product-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 100%;
  height: 13rem;
  padding: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #FFFFFF;
  border: 1px solid rgba(174, 28, 154, 0.08);
  box-shadow: none;
}
.brand-section .product-wrapper .wrapper-img {
  transition: all 0.2s;
  filter: grayscale(1);
}
.brand-section .product-wrapper:hover .wrapper-img {
  filter: none;
}
@media (max-width:767px) {
  .brand-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
@media (max-width:1023px) {
  .brand-section .product-wrapper {
    padding: 1rem;
  }
}

.product-category-two {
  padding-top: 10rem;
}
@media (max-width:767px) {
  .product-category-two .category-section-two {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
.product-category-two .category-section-two .product-wrapper {
  border: none;
  background: transparent;
  height: auto;
  width: auto;
  box-shadow: none;
  gap: 1.2rem;
}
.product-category-two .category-section-two .product-wrapper .wrapper-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 18.8rem;
  width: 18.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.product-category-two .category-section-two .product-wrapper .wrapper-img img {
  transform: scale(1);
}
.product-category-two .category-section-two .product-wrapper .wrapper-img:hover img {
  transform: scale(1.2);
}
.product-category-two .category-section-two .product-wrapper:hover {
  border: none;
}
.product-category-two .category-section-two .product-wrapper .wrapper-details {
  font-size: 2rem;
}

.brand-two {
  padding: 10rem 0;
}
@media (max-width:767px) {
  .brand-two {
    padding: 6rem 0;
  }
}

.brand-section-two .brand-details {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 4.4rem;
}
.brand-section-two .brand-details .inner-text {
  font-weight: 700;
}
.brand-section-two .brand-grid-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7rem;
  background: transparent;
}
.brand-section-two .brand-grid-section .product-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: transparent;
  box-shadow: none;
  border: none;
}
.brand-section-two .brand-grid-section .product-wrapper .wrapper-img {
  transition: all 0.2s;
}
.brand-section-two .brand-grid-section .product-wrapper:hover {
  border: none;
}
.brand-section-two .brand-grid-section .product-wrapper:hover .wrapper-img {
  filter: none;
}
@media (max-width:767px) {
  .brand-section-two .brand-details {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .brand-section-two .brand-details br {
    display: none;
  }
  .brand-section-two .brand-grid-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

.arrival {
  background: rgb(255 250 251);
}

.flash-sale {
  background: linear-gradient(90deg, #fbd7e9 0%, #ffd7ab 100%);
}

.countdown-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6.5rem;
}
.countdown-section .countdown-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.countdown-section .countdown-items span {
  font-weight: 600;
}
.countdown-section .countdown-items .number {
  font-size: 3rem;
}
.countdown-section .countdown-items .text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width:767px) {
  .countdown-section {
    display: none;
  }
}

.flash .flash-sale {
  background: url("../assets/images/homepage-one/flash-sale.webp") no-repeat center/cover;
  height: 44rem;
  border-radius: 0.5rem;
  padding: 6.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
}
.flash .flash-sale .countdown-items .number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #FFFFFF;
}
.flash .flash-sale .countdown-items .text {
  color: #FFFFFF;
}
@media (max-width:767px) {
  .flash .flash-sale {
    justify-content: center;
    height: auto;
  }
  .flash .flash-sale .countdown-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .flash .flash-sale .countdown-section .number {
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 5rem;
    height: 5rem;
  }
  .flash .flash-sale .countdown-section .text {
    font-size: 1.5rem;
  }
}

@media (max-width:767px) {
  .top-selling {
    display: none;
  }
}

.top-selling-section .product-wrapper {
  width: 100%;
  height: 21.4rem;
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: relative;
}
.top-selling-section .product-wrapper .product-img {
  height: 17.4rem;
  width: 16.7rem;
  background: rgba(174, 28, 154, 0.08);
}
.top-selling-section .product-wrapper .product-img img {
  object-fit: cover;
}
.top-selling-section .product-wrapper .product-info {
  margin: 0;
  flex: 1 1 0%;
}
.top-selling-section .product-wrapper .product-cart-items {
  position: absolute;
}
@media (max-width:767px) {
  .top-selling-section .product-wrapper .product-info {
    align-items: flex-start;
  }
  .top-selling-section .product-wrapper .price {
    justify-content: flex-start;
  }
}

.best-seller {
  padding-top: 0;
}
@media (max-width:767px) {
  .best-seller {
    padding: 3rem 0;
  }
}
.best-seller .best-selling-items .product-wrapper {
  height: auto;
  padding-bottom: 0;
}

.best-selling-section {
  background: linear-gradient(92deg, #fecaff 1.23%, #c9ddfa 97.37%);
  padding: 3rem;
  border-radius: 1.2rem;
}

.best-selling-section-two {
  background: #FFFFFF;
}

.best-selling-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 3rem;
}
.best-selling-items .product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 17rem;
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.best-selling-items .product-wrapper .wrapper-details {
  font-size: 2rem;
  font-weight: 500;
}
.best-selling-items .product-wrapper .wrapper-img svg {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
}
.best-selling-items .product-wrapper:hover .wrapper-img svg {
  transform: scale(1.2);
}
@media (max-width:767px) {
  .best-selling-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .best-selling-items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem;
  }
}

.weekly-sale {
  background-color: #f9edf7;
}
.weekly-sale .style-section {
  padding-top: 6rem;
}
.weekly-sale .style-section .wrapper-one {
  background: url("../assets/images/homepage-one/style-bg-three.webp") no-repeat center/cover;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0px;
}
.weekly-sale .style-section .wrapper-two {
  background: url("../assets/images/homepage-one/style-bg-four.webp") no-repeat center/cover;
}
@media (max-width:767px) {
  .weekly-sale h5 {
    font-size: 2rem;
  }
}

.best-product {
  padding-top: 0;
  background-color: #f9edf7;
  padding-bottom: 11.2rem;
}
.best-product .product-wrapper {
  height: 31.5rem;
  padding-top: 0;
}
.best-product .product-wrapper .product-img {
  height: 20.5rem;
}
.best-product .best-product-section .row > * {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.best-product .best-product-section .product-info {
  margin: 2rem 1.1rem 2rem 2rem;
}
.best-product .best-product-section .product-info .product-details {
  font-size: 1.6rem;
}
@media (max-width:767px) {
  .best-product .product-wrapper {
    height: 35rem;
  }
  .best-product .best-product-section .product-info .product-details {
    font-size: 2.2rem;
  }
}

.arrival-two {
  background: #ffffff;
}

.flash-sale-two {
  background: linear-gradient(90deg, #fff6f5 0%, #ffebea 100%);
}

.weekly-sale-two {
  background-color: #FFF6F5;
}
.weekly-sale-two .style-section-two .shop-btn {
  background: #FFFFFF;
  color: #232532;
}
.weekly-sale-two .style-section-two .shop-btn svg {
  fill: currentColor;
  color: #232532;
}
.weekly-sale-two .style-section-two .shop-btn:hover {
  color: #FFFFFF;
}
.weekly-sale-two .style-section-two .shop-btn:hover svg {
  color: #FFFFFF;
}
.weekly-sale-two .style-section-two .wrapper-one {
  background: url("../assets/images/homepage-two/style-bg-three.webp") no-repeat center/cover;
}
.weekly-sale-two .style-section-two .wrapper-two {
  background: url("../assets/images/homepage-two/style-bg-four.webp") no-repeat center/cover;
}
@media (max-width:767px) {
  .weekly-sale-two h5 {
    font-size: 2rem;
  }
}

.best-product-two {
  background-color: #FFF6F5;
}

.discount-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background: url("../assets/images/homepage-two/discount-bg.webp") no-repeat center/cover;
  height: 30.5rem;
  padding: 4.3rem 0;
}
.discount-section .section-content {
  text-align: center;
}
.discount-section .section-content .wrapper-title, .discount-section .section-content .subtitle {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
}
.discount-section .section-content .wrapper-title {
  font-size: 4.8rem;
  margin: 1rem 0 0 0;
}
.discount-section .section-content .wrapper-title .inner-text {
  color: #FF7062;
}
.discount-section .shop-btn {
  margin-top: 2rem;
  background: #FF7062;
  border-radius: 1rem;
  padding: 1.6rem 3.2rem;
}
@media (max-width:767px) {
  .discount-section .section-content .wrapper-title {
    font-size: 2.4rem;
    margin: 1rem 0 0 0;
  }
}

.flash-sale-three {
  background: #F8F8F8;
}

.weekly-sale-three {
  background-color: #F8F8F8;
}
.weekly-sale-three .style-section-three .shop-btn {
  background: #232532;
  color: #FFFFFF;
}
.weekly-sale-three .style-section-three .shop-btn svg {
  fill: currentColor;
  color: #FFFFFF;
}
.weekly-sale-three .style-section-three .shop-btn::after {
  background-color: #FFFFFF;
}
.weekly-sale-three .style-section-three .shop-btn:hover {
  color: #232532;
}
.weekly-sale-three .style-section-three .shop-btn:hover svg {
  color: #232532;
}
.weekly-sale-three .style-section-three .wrapper-one {
  background: url("../assets/images/homepage-three/style-bg-three.webp") no-repeat center/cover;
}
.weekly-sale-three .style-section-three .wrapper-two {
  background: url("../assets/images/homepage-three/style-bg-four.webp") no-repeat center/cover;
}

.discount-two {
  background: #ffffff;
}

.discount-section-two {
  display: block;
  background: unset;
  height: auto;
  padding: 0;
}
.discount-section-two .section-content {
  text-align: left;
  height: 34rem;
  padding: 6.1rem 4.3rem;
}
.discount-section-two .section-content .wrapper-title, .discount-section-two .section-content .subtitle {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
}
.discount-section-two .section-content .wrapper-title {
  font-size: 3.6rem;
  margin: 1rem 0 0 0;
}
.discount-section-two .section-content .wrapper-title .inner-text {
  color: #FACC15;
}
.discount-section-two .shop-btn {
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
@media (max-width:767px) {
  .discount-section-two .section-content {
    height: auto;
  }
  .discount-section-two .section-content .wrapper-title {
    font-size: 2.2rem;
    margin: 1rem 0 0 0;
  }
  .discount-section-two .section-content .wrapper-title br {
    display: none;
  }
  .discount-section-two .section-content .wrapper-title .inner-text {
    color: #FACC15;
  }
}

.footer {
  background: url("../assets/images/homepage-one/footer-bg.webp");
  font-family: "League Spartan", sans-serif;
}

.footer-padding {
  padding-bottom: 12rem !important;
}

.footer-service-section {
  background-color: #d31132;
  padding: 2.8rem;
  margin-top: -11rem;
  border-radius: 4px;
}
.footer-service-section .service-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.footer-service-section .service-wrapper .service-info {
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.footer-service-section .service-wrapper .service-details {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width:1023px) {
  .footer-service-section .gy-4 {
    --bs-gutter-y: 2rem;
  }
  .footer-service-section .service-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .footer-service-section .service-wrapper {
    align-items: flex-start;
  }
}

.footer-section {
  padding-top: 6rem;
}
.footer-section .logo {
  margin-bottom: 6rem;
}
.footer-section .footer-heading {
  font-size: 2rem;
  color: #FFFFFF;
}
.footer-section .footer-title {
  margin-bottom: 1.8rem;
}
.footer-section .footer-link a {
  color: #c8c8c8;
  font-size: 1.5rem;
  font-weight: 300;
}
.footer-section .footer-link a:hover {
  color: #d31132;
  text-decoration: underline;
}
.footer-section .footer-link p {
  color: #c8c8c8;
}
.footer-section .footer-link ul {
  padding-left: 0;
}
.footer-section .footer-link ul li {
  margin-bottom: 2rem;
}
.footer-section .footer-link .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.footer-section .contact-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
@media (max-width:767px) {
  .footer-section .footer-link a {
    font-size: 1.5rem !important;
  }
}

.footer-service-section-two {
  background: #FF7062;
}

.footer-section-two .footer-link a:hover {
  color: #FF7062;
}

.footer-service-section-three {
  background: #232532;
}

.footer-section-three .footer-link a:hover {
  color: #FFFFFF;
}

.product-info {
  background: #FFFFFF;
}
@media (max-width:767px) {
  .product-info .product-info-content {
    padding: 0;
  }
}

.product-info-section {
  margin-top: 2.5rem;
}
.product-info-section .row > * {
  --bs-gutter-y: 50px;
}

.product-info-img .swiper {
  position: relative;
}
.product-info-img .swiper .product-discount-content {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  background: #FFBB38;
  width: 8.1rem;
  height: 8.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 50%;
}
.product-info-img .swiper .product-discount-content h4 {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}
.product-info-img .swiper .swiper-wrapper {
  align-items: center;
}
.product-info-img .product-top {
  height: 60rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 1rem;
}
.product-info-img .product-top .swiper-wrapper {
  height: 100%;
}
.product-info-img .product-top .slider-top-img {
  height: 51.5rem;
  padding: 0;
}
.product-info-img .product-top .slider-top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-bottom {
  margin-top: 2rem;
}
.product-bottom .swiper-slide-thumb-active {
  opacity: 1;
}
.product-bottom .slider-bottom-img {
  height: 9rem !important;
  width: 9rem !important;
  padding: 1rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 1rem;
  opacity: 0.4;
}
.product-bottom .slider-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-bottom .swiper-slide-thumb-active {
  opacity: 1;
}

.product-info-content {
  padding: 0 5rem;
}
.product-info-content .ratings {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.product-info-content .ratings .text {
  font-size: 1.4rem;
}
.product-info-content .price {
  gap: 1rem;
  margin-top: 1rem;
}
.product-info-content .price .new-price {
  font-size: 2rem;
  color: red;
}
.product-info-content .content-paragraph {
  line-height: 3rem;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.product-info-content .content-paragraph .inner-text {
  display: block;
}
.product-info-content .product-availability {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 15px;
  background-color: rgba(174, 28, 154, 0.08);
  border-radius: 1.2rem;
  display: inline-block;
  margin: 1rem 0;
}
.product-info-content .product-availability .inner-text {
  color: #d31132;
}
.product-info-content .product-size {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.product-info-content .product-size .size-title {
  color: #d31132;
  margin-bottom: 1rem;
}
.product-info-content .product-size .size-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background-color: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 1.2rem;
  height: 5rem;
  padding: 1.3rem 2.3rem;
  cursor: pointer;
  font-size: 1.3rem;
}
.product-info-content .product-size .size-section .chevron {
  transition: 0.3s;
}
.product-info-content .product-size .size-section .toggle-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.product-info-content .product-size .size-option {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 2;
  transition: all 0.5s;
}
.product-info-content .product-size .size-option .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 13px 23px;
  font-size: 13px;
  transition: all 0.5s;
}
.product-info-content .product-size .size-option .option:hover {
  background: #d31132;
  color: #FFFFFF;
}
.product-info-content .product-size .size-option .option:hover .option-measure {
  color: #FFFFFF;
}
.product-info-content .product-size.active .size-option {
  display: block;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  top: calc(100% + 5px);
  overflow: hidden;
}
.product-info-content .product-size.active .size-option .option {
  background-color: #FFFFFF;
}
.product-info-content .product-size.active .size-option .option:hover {
  background-color: #d31132;
}
.product-info-content .product-size.active .chevron {
  transform: rotate(-180deg);
}
.product-info-content .product-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.product-info-content .product-quantity .quantity-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.product-info-content .product-quantity .quantity,
.product-info-content .product-quantity .wishlist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  height: 5rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.product-info-content .product-quantity .quantity {
  width: 12rem;
  font-size: 2rem;
}
.product-info-content .product-quantity .wishlist {
  width: 6rem;
}
.product-info-content .product-quantity .shop-btn {
  flex: 1 1 0%;
}
.product-info-content .product-quantity .shop-btn::after {
  display: none;
}
.product-info-content .product-details {
  margin: 1.5rem 0;
}
.product-info-content .product-details p {
  margin-bottom: 1rem;
}
.product-info-content .product-details .inner-text {
  color: #d31132;
}
.product-info-content .product-report {
  margin-bottom: 1.5rem;
}
.product-info-content .product-report .report {
  color: red;
}
.product-info-content .product-report .modal-main {
  border-radius: 1rem;
  margin: 2rem;
}
.product-info-content .product-report .modal-main .review-form {
  width: auto;
  height: auto;
  margin-top: 0;
}
.product-info-content .product-report .modal-main .review-form .review-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.product-info-content .product-report .modal-main .review-form .review-content .comment-title {
  font-size: 2.4rem;
  margin: 0;
}
.product-info-content .product-report .modal-main .review-form .review-content .close-btn {
  cursor: pointer;
}
.product-info-content .product-report .modal-wrapper.active {
  display: flex;
}
.product-info-content .product-share,
.product-info-content .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (max-width:1200px) {
  .product-info-content .product-quantity {
    flex-direction: column;
    margin-top: 2rem;
  }
  .product-info-content .product-quantity .shop-btn {
    margin-top: 0;
  }
}

hr {
  color: #f3b4ea;
}

.product-description .nav-item {
  border-bottom: 1px solid rgba(174, 28, 154, 0.08);
  gap: 2rem;
}
.product-description .nav-item .nav-link {
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  color: #d31132;
  font-weight: 600;
}
.product-description .nav-item .nav-link:hover {
  border-color: rgba(174, 28, 154, 0.08);
}
.product-description .nav-item .nav-link.active {
  background: #d31132;
  color: #FFFFFF;
}
.product-description .tab-item {
  padding: 2rem 0 0 0;
}
.product-description .tab-item .product-intro-section {
  margin-bottom: 4rem;
}
.product-description .tab-item .product-intro-section .product-details {
  line-height: 3rem;
  margin-top: 1rem;
}
.product-description .tab-item .product-feature ul li {
  list-style: unset;
  margin-top: 2rem;
  margin-left: 2rem;
}
.product-description .tab-item .product-feature ul li::marker {
  font-size: 1.5rem;
}
.product-description .tab-item .review-wrapper {
  padding: 2rem 0;
}
.product-description .tab-item .review-wrapper .wrapper .wrapper-aurthor {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.product-description .tab-item .review-wrapper .wrapper .wrapper-aurthor .wrapper-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.product-description .tab-item .review-wrapper .wrapper .wrapper-aurthor .wrapper-info h5 {
  font-size: 2rem;
  font-weight: 500;
}
.product-description .tab-item .review-wrapper .wrapper .wrapper-description {
  margin-top: 2rem;
}
.product-description .tab-item .review-wrapper .wrapper .wrapper-description .wrapper-details {
  line-height: 3rem;
}

.intro-heading {
  font-weight: 500;
  font-size: 1.8rem;
}

.product-weekly {
  background: #f8f8f8;
}

.sidebar-section {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 4rem 2rem;
}
.sidebar-section .sidebar-wrapper .wrapper-heading {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.sidebar-section .sidebar-wrapper .sidebar-item .sidebar-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}
.sidebar-section .sidebar-wrapper .sidebar-item .sidebar-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.sidebar-section .sidebar-wrapper .sidebar-item .sidebar-list li label {
  font-size: 1.3rem;
  color: #232532;
}
.sidebar-section hr {
  margin: 4rem 0;
}
.sidebar-section .sidebar-range .price {
  display: unset;
}
.sidebar-section .sidebar-range .slider-range {
  height: 6px;
  margin: 2.5rem 0;
  border-radius: 30px;
}
.sidebar-section .sidebar-range .noUi-target {
  background: #D4D4D4;
  box-shadow: none;
  border: none;
}
.sidebar-section .sidebar-range .noUi-handle {
  border-radius: 50%;
  height: 1.6rem;
  width: 1.6rem;
  right: -1.4rem;
  filter: drop-shadow(0px 3px 10px #CCC);
  border: 1 px solid #ccc;
}
.sidebar-section .sidebar-range .noUi-handle::before {
  display: none;
}
.sidebar-section .sidebar-range .noUi-handle::after {
  display: none;
}
@media (max-width:767px) {
  .sidebar-section .sidebar-range .noUi-handle {
    top: -5px;
  }
}
.sidebar-section .sidebar-range .noUi-connect {
  background: #d31132;
}
.sidebar-section .sidebar-range .example-val {
  font-size: 1.5rem;
}

.sidebar-shop-section {
  background: url("../assets/images/homepage-one/sidebar-img.png");
  padding: 3rem;
  margin-top: 3rem;
  height: 29.5rem;
  border-radius: 0.5rem;
}
.sidebar-shop-section .wrapper-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .sidebar-shop-section {
    display: none;
  }
}

.deal-btn {
  background-color: transparent;
  margin-top: 6rem;
  padding: 0;
  color: #232532;
}
.deal-btn::after {
  padding: 0;
  background: #d31132;
  width: 0;
  height: 2px;
  top: 2rem;
  visibility: hidden;
}
.deal-btn:hover {
  background: none;
  color: #232532;
}
.deal-btn:hover::after {
  width: 100%;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.product-sidebar-section .product-sorting-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.product-sidebar-section .product-sorting-section p {
  font-size: 1.3rem;
  color: #232532;
}
.product-sidebar-section .product-sorting-section .product-sorting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.product-sidebar-section .product-sorting-section .product-sorting span {
  font-size: 1.3rem;
}
@media (max-width:767px) {
  .product-sidebar-section .product-sorting-section {
    padding: 1rem;
  }
}

.product-deal-section {
  padding: 3rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: url("../assets/images/homepage-one/product-deal-.webp") no-repeat center/cover;
}
.product-deal-section .wrapper-heading {
  color: #FFFFFF;
}
.product-deal-section .shop-btn {
  margin: 0;
  background: #FFBB38;
  color: #232532;
}
.product-deal-section .shop-btn::after {
  background-color: #FFBB38;
}

.seller-sidebar .seller-wrapper {
  padding: 4rem;
  align-items: center;
}
.seller-sidebar .seller-wrapper .ratings {
  text-align: center;
  margin-bottom: 0;
}

.blogs-wrapper {
  border: none;
  border-radius: 0;
  height: auto;
}
.blogs-wrapper:hover {
  border: none;
}
.blogs-wrapper:hover img {
  transform: scale(1.1);
}
.blogs-wrapper .wrapper-img {
  overflow: hidden;
}
.blogs-wrapper .wrapper-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.blogs-wrapper .wrapper-info {
  padding: 2rem 3rem;
}
.blogs-wrapper .wrapper-info .wrapper-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4.2rem;
  margin-bottom: 1rem;
}
.blogs-wrapper .wrapper-info .wrapper-data .wrapper-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
.blogs-wrapper .wrapper-info .wrapper-data .wrapper-item .text {
  font-size: 1.4rem;
  color: #797979;
}
.blogs-wrapper .wrapper-info .wrapper-details {
  font-style: 2.6rem;
}
.blogs-wrapper .shop-btn {
  margin: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #d31132;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  overflow: hidden;
  overflow: unset;
}
.blogs-wrapper .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}
.blogs-wrapper .shop-btn svg {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.blogs-wrapper .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.blogs-wrapper .shop-btn:hover {
  color: #FFFFFF;
  background-color: transparent;
}
.blogs-wrapper .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.blogs-wrapper .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}
.blogs-wrapper .shop-btn:hover span {
  color: #FFFFFF;
}
.blogs-wrapper .shop-btn:hover {
  color: #d31132;
}
.blogs-wrapper .shop-btn::after {
  display: none;
}

.blog-details {
  margin-top: 2.5rem;
  background: #f8f8f8;
}
.blog-details .row > * {
  --bs-gutter-x: 3rem;
}
.blog-details hr {
  margin: 3rem 0;
}
.blog-details .wrapper-img {
  height: 45.7rem;
}
.blog-details .wrapper-img img {
  object-fit: cover;
}
.blog-details .blog-details-heading {
  margin-top: 2rem;
}
.blog-details .blogs-form-section .social-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.blog-details .blogs-form-section .social-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #d31132;
  transition: all 0.2s;
  border: 1px solid #d31132;
}
.blog-details .blogs-form-section .social-item a svg {
  fill: currentColor;
  fill: #FFFFFF;
}
.blog-details .blogs-form-section .social-item a:hover {
  border-radius: 20%;
  background: #FFFFFF;
}
.blog-details .blogs-form-section .social-item a:hover svg {
  fill: #d31132;
}
@media (max-width:767px) {
  .blog-details .blogs-wrapper .wrapper-info {
    padding: 2rem 0;
  }
  .blog-details .blogs-wrapper .wrapper-details {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.review-form {
  margin-top: 4rem;
}
.review-form .comment-title {
  margin-bottom: 3rem;
}
.review-form .form-control,
.review-form .form-select {
  border: 1px solid rgba(174, 28, 154, 0.08);
  box-shadow: none;
  color: #232532;
}
.review-form .form-control::placeholder,
.review-form .form-select::placeholder {
  color: #797979;
}
.review-form label {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  color: #797979;
  margin-bottom: 0.5rem;
}
.review-form .review-inner-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.review-form .review-inner-form .review-form-name {
  margin-bottom: 2rem;
  width: 100%;
}
.review-form input {
  height: 5rem;
}
.review-form input,
.review-form textarea,
.review-form select {
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.review-form input::placeholder,
.review-form textarea::placeholder,
.review-form select::placeholder {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}
.review-form textarea {
  padding: 3rem;
}
.review-form .review-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
}
.review-form .review-btn .shop-btn {
  border-radius: unset;
  width: 30rem;
}
.review-form .review-btn .shop-btn::after {
  display: none;
}
@media (max-width:767px) {
  .review-form .comment-title {
    font-size: 2rem;
  }
  .review-form .review-inner-form {
    flex-direction: column;
  }
}

.blog-post-section {
  width: 33.5rem;
}
.blog-post-section .post-details {
  font-size: 2rem;
}
.blog-post-section hr {
  margin: 1.8rem 0;
}
.blog-post-section .blog-post {
  background-color: #FFFFFF;
  padding: 2.5rem;
  border-radius: 0.6rem;
}
.blog-post-section .blog-post .search-btn {
  background: rgba(174, 28, 154, 0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 0.8rem 3rem;
  border-radius: 0.6rem;
}
.blog-post-section .blog-post .search-btn input {
  border: none;
  background: transparent;
  padding: 1rem 0;
  outline: none;
}
.blog-post-section .blog-post .search-btn input::placeholder {
  font-size: 1.5rem;
}
.blog-post-section .blog-post .blogs-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: none;
}
.blog-post-section .blog-post .blogs-wrapper .wrapper-img {
  width: 8.5rem;
  height: 9.2rem;
  border-radius: 0.5rem;
}
.blog-post-section .blog-post .blogs-wrapper .wrapper-info {
  padding: 0;
  flex: 1 1 0%;
}
.blog-post-section .blog-post .blogs-wrapper .wrapper-info .wrapper-details {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.blog-post-section .blog-post .blogs-wrapper .wrapper-info .wrapper-item {
  margin-top: 1rem;
}
.blog-post-section .blog-post .blogs-wrapper .wrapper-info svg {
  fill: currentColor;
  fill: #d31132;
}
.blog-post-section .blog-post .category-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
.blog-post-section .blog-post .category-list a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #797979;
}
.blog-post-section .blog-post .category-list a:hover {
  color: #d31132;
}
.blog-post-section .newsletter {
  background: url("../assets/images/homepage-one/newsletter.webp") no-repeat center/cover;
}
.blog-post-section .newsletter .post-details,
.blog-post-section .newsletter .blog-paragraph {
  color: #FFFFFF;
}
.blog-post-section .newsletter .blog-paragraph {
  margin: 1rem 0 4rem 0;
}
.blog-post-section .newsletter hr {
  color: #FFFFFF;
}
.blog-post-section .newsletter input,
.blog-post-section .newsletter .shop-btn {
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.5rem;
  outline: none;
  border: none;
}
.blog-post-section .newsletter .shop-btn {
  margin: 1rem 0;
  background: #FFBB38;
  color: #232532;
}
.blog-post-section .newsletter .shop-btn::after {
  display: none;
}

@media (max-width:1023px) {
  .blog-post-section {
    width: 100%;
  }
}
.product-cart {
  background: #FFFFFF;
}
.product-cart .cart-btn {
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .product-cart .cart-btn {
    flex-direction: column;
  }
  .product-cart .cart-btn .shop-btn {
    width: 100%;
  }
}

.cart-section .table-row .table-wrapper .wrapper-img {
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
  background: #FFFFFF;
}
.cart-section .table-row .table-wrapper .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-section .table-row .table-wrapper .heading {
  font-size: 1.6rem;
}
.cart-section .table-row .table-wrapper .heading:hover {
  color: #d31132;
}
.cart-section .table-row .wrapper-product {
  width: 38rem;
  padding: 2rem 0 2rem 4rem;
}
.cart-section .table-row .wrapper-total {
  width: 20rem;
}
@media (max-width:1023px) {
  .cart-section {
    overflow-x: scroll;
    border: 1px solid rgba(174, 28, 154, 0.08);
  }
}

table {
  width: 100%;
}
table .ticket-row {
  background: #FFFFFF;
  transition: all 0.3s;
}
table .ticket-row:hover {
  background-color: rgba(174, 28, 154, 0.08);
}
@media (max-width:1023px) {
  table .table-wrapper {
    min-width: 25rem;
  }
}

.table-row {
  background: rgba(174, 28, 154, 0.08);
  border: 1px solid #e9e7e7;
}
.table-row .table-wrapper {
  padding: 2rem 0;
}
.table-row .table-wrapper .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.table-row .table-wrapper .wrapper-img {
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
  background: #FFFFFF;
}
.table-row .table-wrapper .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.table-row .table-wrapper .heading {
  font-size: 1.6rem;
  font-weight: 600;
}
.table-row .table-wrapper .heading:hover {
  color: #d31132;
}
.table-row .table-wrapper .table-heading {
  font-size: 1.5rem;
  font-weight: 500;
}
.table-row .table-wrapper p {
  font-weight: 500;
}
.table-row .table-wrapper .ticker-number {
  color: #232532;
  font-size: 1.8rem;
}
.table-row .table-wrapper .inner-text {
  display: block;
}
.table-row .wrapper-product {
  width: 38rem;
  padding: 2rem 0 2rem 4rem;
}
.table-row .wrapper-total {
  width: 20rem;
}
.table-row .table-wrapper-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  text-align: center;
}
.table-row .table-wrapper-center path {
  fill: currentColor;
  fill: #797979;
  transition: all 0.2s;
}
.table-row .table-wrapper-center path:hover {
  fill: #d31132;
}
.table-row .table-wrapper-img {
  gap: 1rem;
}

.quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12rem;
  height: 4rem;
  padding: 0 4rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.quantity span {
  font-size: 1.5rem;
}

.close-btn svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  fill: #797979;
}
.close-btn svg:hover {
  fill: red;
}

.wishlist-section .table-wrapper {
  width: 38rem;
}
@media (max-width:767px) {
  .wishlist-section {
    overflow-x: scroll;
  }
}

.wishlist-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 2rem;
}
.wishlist-btn .shop-btn {
  margin: 0;
}
.wishlist-btn .shop-btn::after {
  display: none;
}
.wishlist-btn .clean-btn {
  color: red;
  font-size: 1.5rem;
}
.wishlist-btn .update-btn {
  background-color: #E8E8E8;
  color: #232532;
}

.checkout {
  background: #FFFFFF;
}
.checkout .row > * {
  --bs-gutter-x: 3rem;
}
.checkout .checkbox-item .form-label {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .checkout .checkout-wrapper .wrapper-heading {
    font-size: 2.5rem;
  }
  .checkout .checkout-wrapper .account-inner-form {
    flex-direction: column;
  }
  .checkout .order-summery .wrapper-heading {
    font-size: 1.8rem;
  }
  .checkout .order-summery .subtotal .product-list li {
    align-items: flex-start;
  }
  .checkout .order-summery .payment-type .wrapper-heading {
    margin-bottom: 1rem;
  }
  .checkout .order-summery .payment-type .checkbox-item {
    padding: 2rem 0;
  }
  .checkout .billing-section .review-form {
    padding: 0;
  }
}

.checkout-wrapper .shop-btn {
  margin: 0;
  width: 100%;
  border-radius: 0.5rem;
}
.checkout-wrapper .shop-btn::after {
  display: none;
}

.billing-section {
  background: transparent;
  padding: 2rem;
  margin-top: 2.5rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.billing-section .review-form {
  width: auto !important;
  height: auto !important;
}

.order-summery .wrapper-heading {
  font-size: 1.5rem;
  font-weight: 500;
}
.order-summery .subtotal {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.order-summery .subtotal .product-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
.order-summery .subtotal .product-list li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.order-summery .subtotal .product-list .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.order-summery .subtotal .product-list .product-info .wrapper-heading {
  font-size: 1.5rem;
  font-weight: 400;
}
.order-summery .subtotal .product-list .product-info .paragraph {
  font-size: 1.3rem;
}
.order-summery .total .wrapper-heading {
  font-size: 2.5rem;
}
.order-summery .total .price {
  color: #d31132;
}
.order-summery .payment-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
}
.order-summery .payment-type .wrapper-heading {
  font-size: 2rem;
}
.order-summery .payment-type .checkbox-item {
  gap: 2rem;
  width: 100%;
  border-radius: 0.5rem;
  transition: all 0.3s;
  padding: 2rem;
}
.order-summery .payment-type .checkbox-item input {
  accent-color: #d31132;
}
.order-summery .payment-type .checkbox-item:hover {
  background-color: rgba(174, 28, 154, 0.08);
}
.order-summery .payment-type .inner-text {
  display: block;
  color: #797979;
}

.order {
  background: #FFFFFF;
}
.order .order-section {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.order .order-section .review-form {
  width: 100% !important;
  height: auto;
  padding: 0;
  margin-top: 1rem;
}
.order .order-section .review-form .shop-btn {
  width: auto;
}

.login {
  background: url("../assets/images/homepage-one/login-bg.webp") no-repeat center/cover;
}

.login-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.login-section .review-form {
  width: 51.2rem;
  height: 63rem;
  background-color: #FFFFFF;
  padding: 4rem;
  border-radius: 0.5rem;
}
.login-section .review-form .comment-title {
  text-align: center;
  margin-top: 5rem;
}
.login-section .review-form .review-inner-form {
  display: block;
  width: 100%;
}
.login-section .review-form .shop-btn {
  width: 100%;
  margin: 0 0 2rem 0;
}
.login-section .review-form .shop-btn::after {
  display: none;
}
.login-section .review-form .shop-account {
  color: #797979;
  font-size: 1.3rem;
}
.login-section .review-form .shop-account a {
  font-size: 1.3rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
@media (max-width:767px) {
  .login-section .review-form {
    padding: 2rem;
    height: auto;
  }
}

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.checkbox .forget-pass p {
  color: #d31132;
}

.checkbox-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.checkbox-item p {
  margin-bottom: 0;
  color: #797979;
}
.checkbox-item p .inner-text {
  color: #232532;
}
.checkbox-item .address {
  font-size: 1.5rem;
}

.account-section .review-form {
  width: 57.2rem;
  height: 79.1rem;
}
.account-section .account-inner-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.account-section .account-inner-form .review-form-name {
  width: 100%;
}
.account-section .city-inner-form {
  margin-bottom: 0;
}
.account-section .address-form {
  margin: 2rem 0;
}
@media (max-width:767px) {
  .account-section .review-form {
    padding: 2rem;
    height: auto;
  }
  .account-section .account-inner-form {
    flex-direction: column;
  }
  .account-section .checkbox-item {
    margin: 1rem;
  }
}

.faq .row > * {
  --bs-gutter-x: 3rem;
}
.faq .question-section .review-form {
  padding: 2rem;
}

.faq-accordion .faq-item {
  margin-top: 3rem;
  border: none;
  --bs-accordion-border-color: $theme-color;
}
.faq-accordion .faq-item .faq-button {
  height: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  transition: all 0.5s;
}
.faq-accordion .faq-item .faq-button::after {
  display: none;
}
.faq-accordion .faq-item .faq-button .faq-heading {
  font-size: 1.5rem;
  font-weight: 600;
}
.faq-accordion .faq-item .faq-button:focus {
  border: none;
  box-shadow: none;
}
.faq-accordion .faq-item .faq-button .minus {
  display: none;
}
.faq-accordion .faq-item .faq-button:not(.collapsed) {
  background: #d31132;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3764705882);
}
.faq-accordion .faq-item .faq-button:not(.collapsed) .plus {
  display: none;
}
.faq-accordion .faq-item .faq-button:not(.collapsed) .minus {
  display: block;
}
.faq-accordion .faq-item .faq-button:not(.collapsed) .faq-heading {
  color: #FFFFFF;
}
.faq-accordion .faq-item .accordion-body {
  padding: 3rem 2rem;
}
.faq-accordion .faq-item .accordion-body .paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.faq-accordion .faq-item .accordion-collapse {
  background-color: #d31132;
}
.faq-accordion .faq-item .accordion-collapse .paragraph {
  color: #FFFFFF;
}

.question-section {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.question-section .review-form {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 2rem 4rem;
}
.question-section .review-form .comment-title {
  margin-top: 2rem;
}
.question-section .review-form .review-form-name {
  margin-bottom: 2rem;
}
.question-section .review-form .shop-btn {
  margin-top: 2rem;
}

.seller-wrapper {
  background: url("../assets/images/homepage-one/sallers-cover.png") no-repeat center/cover;
  min-height: 32.8rem;
  padding: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.seller-wrapper .ratings {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem 0 3rem 0;
}
.seller-wrapper .seller-address .address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.seller-wrapper .seller-address .address .inner-text {
  font-size: 1.5rem;
}
.seller-wrapper .shop-btn {
  margin: 1rem 0;
}
.seller-wrapper .seller-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  gap: 1rem;
}
.seller-wrapper .seller-details .seller-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: #FFFFFF;
}

@media (max-width:767px) {
  .seller-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  .seller-wrapper .aurthor {
    display: none;
  }
}
.seller-application-section {
  background: #FFFFFF;
  padding: 3rem 2.5rem;
  border-radius: 0.5rem;
}
.seller-application-section .row > * {
  --bs-gutter-x: 4rem;
}
.seller-application-section .comment-title {
  font-size: 2.2rem;
}
.seller-application-section .paragraph {
  margin-top: 1rem;
}
@media (max-width:767px) {
  .seller-application-section {
    padding: 2rem 0;
  }
  .seller-application-section .seller-information .review-form .form-btn {
    align-items: center;
  }
}

.seller-information .review-form {
  margin-top: 3rem;
}
.seller-information .review-form .review-inner-form {
  display: block;
}
.seller-information .review-form .review-inner-form .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.seller-information .review-form .review-inner-form .checkbox label {
  margin-bottom: 0;
}
.seller-information .review-form .form-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
}
.seller-information .review-form .form-btn .shop-btn {
  margin: 0;
  width: 49rem;
}
.seller-information .review-form .form-btn .shop-btn::after {
  display: none;
}
.seller-information .review-form .form-btn .shop-account,
.seller-information .review-form .form-btn a {
  font-size: 1.5rem;
  font-weight: 500;
}
.seller-information .review-form .form-btn .shop-account {
  margin: 1.5rem 0;
  color: #797979;
}
.seller-information .review-form .form-btn .shop-account a {
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width:767px) {
  .seller-information .review-form .form-btn .shop-btn {
    width: 25rem;
  }
  .seller-information .review-form .form-btn .shop-account {
    text-align: center;
  }
}

.img-upload-section .row > * {
  --bs-gutter-y: 5rem;
}
.img-upload-section .logo-wrapper label {
  background: #d31132;
  border-radius: 50%;
  cursor: pointer;
}
.img-upload-section .logo-wrapper input {
  opacity: 0;
  display: none;
}
.img-upload-section .logo-wrapper .input-item {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: 3.2rem;
  height: 3.2rem;
}
.img-upload-section .logo-wrapper .logo-upload {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
}
.img-upload-section .logo-wrapper .logo-upload .upload-img {
  margin-top: 2rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #d31132;
}
.img-upload-section .logo-wrapper .logo-upload .upload-input {
  top: 95%;
  right: 35%;
  transform: translate(-50%, -50%);
}
.img-upload-section .logo-wrapper .cover-upload .cover-img {
  margin-top: 2rem;
  width: 100%;
  height: 15rem;
  border-radius: 0.5rem;
  border: 1px solid #d31132;
}
.img-upload-section .logo-wrapper .cover-upload .cover-input {
  top: 15rem;
  right: 4rem;
}

.privacy-section .intro-heading {
  margin-bottom: 2rem;
}
.privacy-section .policy-details {
  line-height: 3rem;
}
.privacy-section .policy-details .policy-inner-text {
  display: block;
  margin-top: 3rem;
}
.privacy-section .policy {
  margin-bottom: 3rem;
}
.privacy-section .policy .policy-features {
  margin-top: 3rem;
}
.privacy-section .policy .policy-features ul li {
  list-style: unset;
  margin-left: 2rem;
  margin-top: 2rem;
}
.privacy-section .policy .policy-features ul li::marker {
  font-size: 2rem;
}

.paragraph-inner-text {
  display: block;
  margin-top: 3rem;
}

.contact {
  background: #FFFFFF;
}

.contact-section .row > * {
  --bs-gutter-x: 3rem;
}
.contact-section .wrapper-heading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact-section .contact-information .contact-wrapper {
  margin: 2rem 0;
}
.contact-section .contact-information .contact-wrapper .row > * {
  --bs-gutter-x: 3rem;
}
.contact-section .contact-information .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  border: 1px solid #d31132;
  height: 19.6rem;
  border-radius: 0.5rem;
}
.contact-section .contact-information .wrapper .wrapper-content {
  text-align: center;
}
.contact-section .contact-information .address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  background: rgba(174, 28, 154, 0.08);
  border: 1px solid transparent;
  padding: 2rem;
  border-radius: 0.5rem;
}
.contact-section .contact-information .contact-address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.contact-section .contact-information .contact-map {
  width: 100%;
}
@media (max-width:767px) {
  .contact-section .contact-information .contact-address {
    flex-direction: column;
  }
  .contact-section .login-section .review-form {
    padding: 2rem 1.5rem;
  }
}

.product-compair .comment-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.product-compair .paragraph {
  margin-top: 1.5rem;
}
.product-compair tbody {
  border: 1px solid rgba(174, 28, 154, 0.08);
}
.product-compair .cart-top {
  background-color: #FFFFFF;
}
.product-compair .cart-top .cart-item {
  width: 25%;
  padding: 2rem;
}
.product-compair .cart-grey-bg {
  background: #f6f6f6;
}
.product-compair .vertical-cart {
  vertical-align: top;
}
.product-compair .cart-center {
  border: 1px solid rgba(174, 28, 154, 0.08);
}
.product-compair .cart-center .wrapper-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.product-compair .cart-center .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  border: 1px solid rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #FFFFFF;
  width: 25rem;
  margin-bottom: 1.8rem;
}
.product-compair .cart-center .search input {
  border: none;
  outline: none;
  color: #d31132;
  flex: 1 1 0%;
}
.product-compair .cart-center .search span svg {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  fill: currentColor;
  fill: #d31132;
}
.product-compair .cart-center .wrapper .wrapper-img {
  width: 16rem;
  height: 16rem;
  margin-bottom: 1rem;
}
.product-compair .cart-center .wrapper .wrapper-img img {
  width: 100%;
  height: 100%;
}
.product-compair .cart-center .wrapper .wrapper-details {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.product-compair .cart-center .wrapper .price {
  justify-content: center;
}
.product-compair .cart-bottom {
  padding: 1rem;
  border: none;
}
.product-compair .cart-bottom .cart-center {
  border: none;
}
.product-compair .cart-bottom .stock {
  color: green;
  font-weight: 600;
}

.blog {
  background: #FFFAFE;
  padding: 6rem 0;
}
.blog .heading {
  font-size: 3rem;
  text-align: center;
}

.blog-bradcrum a {
  font-size: 1.6rem;
  color: #232532;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media (max-width:767px) {
  .blog-bradcrum {
    text-align: center;
    margin-bottom: 3rem;
  }
  .blog-bradcrum a {
    font-size: 1.5rem;
  }
}

.about {
  padding: 8rem 0 5rem 0;
  background: #FFFFFF;
}
@media (max-width:1023px) {
  .about {
    padding: 2rem 0 2rem 0;
  }
}

.about-section .row > * {
  --bs-gutter-x: 6rem;
}
.about-section .about-img {
  position: relative;
}
.about-section .about-img .about-inner-img {
  position: absolute;
  top: 12.3rem;
  z-index: 1;
  right: 10rem;
}
.about-section .about-content .about-info {
  padding: 2rem 0;
}
.about-section .about-content .about-list p {
  color: #232532;
}
.about-section .about-content .about-list ul li {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

.about-service {
  background: #FFFAFE;
}
.about-service .about-service-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
}
@media (max-width:1023px) {
  .about-service .about-service-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}
.about-service .about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 28.6rem;
  text-align: center;
}
.about-service .seperator {
  width: 1px;
  height: 19.7rem;
  background: rgba(174, 28, 154, 0.1294117647);
}
@media (max-width:767px) {
  .about-service .seperator {
    display: none;
  }
}
@media (max-width:1023px) {
  .about-service .seperator {
    display: none;
  }
  .about-service .about-service-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .about-service .about-service-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
}

.about-details {
  font-family: "League Spartan", sans-serif;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-details:hover {
  color: #d31132;
}
@media (max-width:767px) {
  .about-details {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }
}

.about-promotion {
  height: 52.7rem;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.about-promotion::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d31132;
  z-index: 10;
  opacity: 0.6;
}
.about-promotion video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-promotion .about-btn {
  height: 10rem;
  width: 10rem;
  background: #FFFFFF;
  z-index: 100;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.about-promotion .about-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: -100;
  transition: all 5s;
  animation: btnAnimation 2s linear 0s infinite;
}

.about-feedback {
  background: #FFFAFE;
}
.about-feedback .swiper {
  padding: 3rem 0;
}
.about-feedback .swiper-wrapper {
  box-sizing: border-box;
}
.about-feedback .swiper-slide {
  background: #FFFFFF;
  padding: 3rem;
  min-height: 27.5rem;
  box-shadow: none;
  border: 1px solid #f5f2f4;
  margin-bottom: 2rem;
}
.about-feedback .swiper-pagination {
  margin-top: 3rem;
}
@media (max-width:767px) {
  .about-feedback .swiper-slide {
    padding: 2rem;
    height: auto;
  }
  .about-feedback .swiper-slide .testimonial-details {
    font-size: 1.6rem;
  }
  .about-feedback .swiper-slide .testimonial-details .testimonial-inner-text {
    display: inline;
  }
  .about-feedback .swiper-slide .testimonial-info .testimonial-name {
    font-family: "League Spartan", sans-serif;
    font-size: 1.8rem;
  }
}

.testimonial-wrapper {
  width: 100%;
  height: auto;
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  position: relative;
  cursor: default;
  width: 100%;
}
.testimonial-wrapper .blockquote {
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 2.5rem;
}
.testimonial-wrapper .testimonial-details {
  font-size: 1.8rem;
  color: #797979;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-wrapper .testimonial-details .testimonial-inner-text {
  display: block;
}
.testimonial-wrapper .ratings {
  margin-top: 1rem;
}
.testimonial-wrapper .testimonial-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.testimonial-wrapper .testimonial-info .testimonial-name {
  font-family: "League Spartan", sans-serif;
  font-size: 2.2rem;
}
.testimonial-wrapper .testimonial-info .title-inner {
  color: #d31132;
}
@media (max-width:1023px) {
  .testimonial-wrapper .testimonial-inner-text {
    display: inline;
  }
}

.divider {
  background: rgba(174, 28, 154, 0.08);
  width: 100%;
  height: 1px;
  border-radius: 50%;
  margin: 2rem 0;
}

.latest .section-title {
  justify-content: center;
}
.latest .section-title .about-details {
  font-size: 3.6rem;
}
.latest .latest-section .row > * {
  --bs-gutter-x: 3.5rem;
}
@media (max-width:767px) {
  .latest .blogs-wrapper .about-details {
    font-size: 2rem;
  }
  .latest .blogs-wrapper .shop-btn {
    font-size: 1.6rem;
  }
}

.user-profile {
  margin-top: 2rem;
}

.user-profile-section {
  background: #FFFFFF;
  padding: 4rem 3.6rem;
  border-radius: 1rem;
}
.user-profile-section .dashboard-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 2rem;
}
.user-profile-section .dashboard-heading .dashboard-title {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
}
.user-profile-section .dashboard-heading .dashboard-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.user-profile-section .dashboard-heading .dashboard-switch .switch-icon {
  width: 7.3rem;
  height: 3.1rem;
  border: 1px solid #c0c0c0;
  border-radius: 4.6rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in;
}
.user-profile-section .dashboard-heading .dashboard-switch .switch-icon::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background: #232532;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  transition: all 0.5s ease-in;
}
.user-profile-section .dashboard-heading .dashboard-switch .switch-icon.active {
  background: #d31132;
}
.user-profile-section .dashboard-heading .dashboard-switch .switch-icon.active::before {
  left: calc(100% - 23px - 4px);
  background-color: #FFFFFF;
}
.user-profile-section .text {
  color: #797979;
  font-size: 1.6rem;
  transition: all 0.2s;
}
@media (max-width:1023px) {
  .user-profile-section {
    padding: 3rem 2rem;
  }
  .user-profile-section .dashboard-heading .dashboard-switch .text {
    display: none;
  }
  .user-profile-section .dashboard-heading .dashboard-switch .switch-icon::before {
    width: 2, 2rem;
    height: 2.2rem;
    top: 2.5px;
  }
  .user-profile-section .dashboard-heading .dashboard-switch .switch-icon.active::before {
    left: calc(100% - 23px + 5px);
  }
  .user-profile-section .user-dashboard {
    flex-direction: column;
  }
  .user-profile-section .user-dashboard .nav-item {
    width: 100%;
    border-right: none;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .profile-section .info-section {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
  }
  .user-profile-section .user-dashboard .nav-content .profile-section .info-section .heading {
    font-size: 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .profile-section .info-section .info-list p {
    font-size: 1.2rem;
  }
  .user-profile-section .user-dashboard .nav-content .profile-section .devider {
    display: none;
  }
  .user-profile-section .user-dashboard .nav-content .support-ticket .ticket-section {
    overflow-x: scroll;
  }
  .user-profile-section .user-dashboard .nav-content .seller-application-section {
    padding: 0;
  }
  .user-profile-section .user-dashboard .nav-content .seller-application-section .row > * {
    --bs-gutter-x: 0rem;
  }
  .user-profile-section .user-dashboard .nav-content .seller-application-section .account-section .review-form {
    padding: 0;
  }
  .user-profile-section .user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn {
    justify-content: center;
  }
  .user-profile-section .user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn .shop-btn {
    margin: 2rem 0;
    padding: 1.2rem 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .paragraph {
    margin-top: 0.5rem;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper {
    flex-direction: column;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper .wrapper-item {
    flex-direction: column;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper .shop-btn {
    margin-top: 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper .shop-btn::after {
    display: none;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .user-profile-section .user-dashboard .nav-content .payment-section .wrapper-btn .shop-btn {
    padding: 1rem 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .address-section .seller-info {
    background-color: rgba(174, 28, 154, 0.08);
    padding: 2rem;
  }
  .user-profile-section .user-dashboard .nav-content .address-section .seller-info .info-list {
    margin-top: 1.5rem;
  }
  .user-profile-section .user-dashboard .nav-content .address-section .seller-info .info-list p {
    font-size: 1.2rem;
  }
  .user-profile-section .user-dashboard .nav-content .address-section .shop-btn {
    margin: 2rem 0;
  }
  .user-profile-section .user-dashboard .nav-content .address-section .shop-btn::after {
    display: none;
  }
  .user-profile-section .user-dashboard .nav-content .top-selling-section .product-wrapper {
    flex-direction: column;
    height: auto;
  }
  .user-profile-section .user-dashboard .nav-content .top-selling-section .product-wrapper .product-img {
    height: 13rem;
  }
  .user-profile-section .user-dashboard .nav-content .top-selling-section .product-wrapper .product-img img {
    object-fit: contain;
  }
  .user-profile-section .user-dashboard .nav-content .form-section .form-btn .shop-btn {
    padding: 1rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .user-profile-section .dashboard-heading .dashboard-switch .switch-icon::before {
    width: 2.3rem;
    height: 2.3rem;
    top: 3px;
  }
  .user-profile-section .dashboard-heading .dashboard-switch .switch-icon.active::before {
    left: calc(100% - 34px + 5px);
  }
  .user-profile-section .nav-content .profile-section .info-section {
    flex-direction: row !important;
  }
}
.user-dashboard {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
.user-dashboard .nav-item {
  width: 23.1rem;
  border-right: 2px solid rgba(174, 28, 154, 0.08);
  padding: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}
.user-dashboard .nav-item .nav-link {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.user-dashboard .nav-item .nav-link a span {
  margin-right: 1.6rem;
}
.user-dashboard .nav-item .nav-link svg {
  fill: currentColor;
  fill: #797979;
  transition: all 0.2s;
}
.user-dashboard .nav-item .nav-link.active {
  background-color: transparent;
}
.user-dashboard .nav-item .nav-link.active svg {
  fill: #d31132;
  transform: scale(1.1);
}
.user-dashboard .nav-item .nav-link.active .text {
  transform: translateX(5px);
  color: #d31132;
  font-weight: 600;
}
.user-dashboard .nav-content {
  width: 100%;
}
.user-dashboard .nav-content .paragraph {
  margin-bottom: 1rem;
  color: #232532;
}
.user-dashboard .nav-content .heading {
  font-size: 2.4rem;
}
.user-dashboard .nav-content .profile-section {
  margin-top: 3rem;
}
.user-dashboard .nav-content .profile-section .product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  height: auto;
  padding: 2.6rem;
  background-color: rgba(174, 28, 154, 0.08);
  border: none;
  box-shadow: none;
}
.user-dashboard .nav-content .profile-section .product-wrapper svg,
.user-dashboard .nav-content .profile-section .product-wrapper path {
  fill: currentColor;
  fill: #d31132;
}
.user-dashboard .nav-content .profile-section .product-wrapper rect {
  fill: #FFFFFF;
}
.user-dashboard .nav-content .profile-section .product-wrapper .paragraph {
  font-size: 2rem;
  color: #232532;
}
.user-dashboard .nav-content .profile-section .product-wrapper .heading {
  font-size: 4rem;
}
.user-dashboard .nav-content .profile-section .product-wrapper:hover {
  background: #d31132;
}
.user-dashboard .nav-content .profile-section .product-wrapper:hover .paragraph,
.user-dashboard .nav-content .profile-section .product-wrapper:hover .heading {
  color: #FFFFFF;
}
.user-dashboard .nav-content .profile-section .info-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 4rem;
  background: rgba(174, 28, 154, 0.08);
  border-radius: 0.5rem;
}
.user-dashboard .nav-content .profile-section .info-section .heading {
  margin-bottom: 2rem;
}
.user-dashboard .nav-content .profile-section .info-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.user-dashboard .nav-content .profile-section .info-list p {
  font-size: 1.6rem;
}
.user-dashboard .nav-content .profile-section .info-list .info-title,
.user-dashboard .nav-content .profile-section .info-list .info-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
.user-dashboard .nav-content .profile-section .info-list .info-details p {
  color: #232532;
  font-weight: 500;
}
.user-dashboard .nav-content .profile-section .devider {
  height: 16.4rem;
  width: 1px;
  background: #FFFFFF;
}
.user-dashboard .nav-content .seller-application-section {
  padding: 0;
}
.user-dashboard .nav-content .seller-application-section .row > * {
  --bs-gutter-x: 3rem ;
}
.user-dashboard .nav-content .seller-application-section .account-section .review-form {
  width: auto;
  height: auto;
}
.user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn .shop-btn {
  margin: 2rem 0;
}
.user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .seller-application-section .account-section .review-form .submit-btn .cancel-btn {
  background: transparent;
  color: red;
}
.user-dashboard .nav-content .seller-application-section .img-upload-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.user-dashboard .nav-content .seller-application-section .img-upload-section .upload-input {
  transform: translate(-5rem, 7rem);
}
.user-dashboard .nav-content .payment-section .verified {
  color: green;
  font-weight: 500;
}
.user-dashboard .nav-content .payment-section .paragraph {
  margin-top: 0.5rem;
}
.user-dashboard .nav-content .payment-section .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.user-dashboard .nav-content .payment-section .wrapper .wrapper-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.user-dashboard .nav-content .payment-section .wrapper .shop-btn {
  margin: 0;
}
.user-dashboard .nav-content .payment-section .wrapper .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .payment-section hr {
  margin: 3rem 0;
}
.user-dashboard .nav-content .payment-section .shop-btn {
  margin: 0;
  border: 1px solid #d31132;
}
.user-dashboard .nav-content .payment-section .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .payment-section .bank-btn {
  margin-left: 2rem;
  background-color: #FFFFFF;
  color: #232532;
  border: 1px solid #232532;
}
.user-dashboard .nav-content .wishlist .cart-content {
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.user-dashboard .nav-content .addresses {
  margin-top: 0;
}
.user-dashboard .nav-content .address-section .seller-info {
  background-color: rgba(174, 28, 154, 0.08);
  padding: 3rem;
}
.user-dashboard .nav-content .address-section .seller-info .info-list {
  margin-top: 1.5rem;
}
.user-dashboard .nav-content .address-section .shop-btn {
  margin: 2rem 0;
}
.user-dashboard .nav-content .address-section .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .top-selling-section .product-wrapper {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
}
.user-dashboard .nav-content .top-selling-section .product-wrapper:hover {
  border: none;
}
.user-dashboard .nav-content .top-selling-section .product-cart-btn {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.user-dashboard .nav-content .form-section .form-item {
  margin-bottom: 1.6rem;
}
.user-dashboard .nav-content .form-section .form-item input {
  padding: 1.3rem;
  border-radius: 0;
}
.user-dashboard .nav-content .form-section .form-item .form-label {
  color: #797979;
  font-size: 1.5rem;
}
.user-dashboard .nav-content .form-section .form-item .form-control {
  box-shadow: none;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 0.5rem;
}
.user-dashboard .nav-content .form-section .form-btn {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.user-dashboard .nav-content .form-section .form-btn .shop-btn {
  margin: 0;
  font-weight: 600;
}
.user-dashboard .nav-content .form-section .form-btn .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .form-section .form-btn .cancel-btn {
  background: transparent;
  color: #232532;
  border-radius: 0;
}
.user-dashboard .nav-content .support-ticket .shop-btn {
  margin: 0 0 2rem 0;
}
.user-dashboard .nav-content .support-ticket .shop-btn::after {
  display: none;
}
.user-dashboard .nav-content .support-ticket .table-row .table-wrapper {
  padding: 2rem 4rem;
}
.user-dashboard .nav-content .support-ticket .table-row .table-wrapper .comment-img path,
.user-dashboard .nav-content .support-ticket .table-row .table-wrapper .delete-img path {
  fill: currentColor;
}
.user-dashboard .nav-content .support-ticket .table-row .table-wrapper .comment-img path {
  fill: #27AE60;
}
.user-dashboard .nav-content .support-ticket .table-row .table-wrapper .delete-img path {
  fill: #EB5757;
}
.user-dashboard .nav-content .modal-main {
  border-radius: 1rem;
  margin: 2rem;
}
.user-dashboard .nav-content .modal-main .review-form {
  width: auto;
  height: auto;
  margin-top: 0;
}
.user-dashboard .nav-content .modal-main .review-form .review-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.user-dashboard .nav-content .modal-main .review-form .review-content .comment-title {
  font-size: 2.4rem;
  margin: 0;
}
.user-dashboard .nav-content .modal-main .review-form .review-content .close-btn {
  cursor: pointer;
}
.user-dashboard .nav-content .modal-wrapper.active {
  display: flex;
}/*# sourceMappingURL=style.css.map */


.rightmenumobile a svg{
      width: 40px;
    height: 40px;
    background-color: #d31132;
    padding: 10px;
    color: #fff;
    border-radius: 25px;
}



.orx-hdr {
        --orx-hdr-primary: #dc0b35;
        --orx-hdr-primary-dark: #b9072b;
        --orx-hdr-primary-soft: #fff0f3;
        --orx-hdr-ink: #151823;
        --orx-hdr-muted: #687083;
        --orx-hdr-line: #e9ebf1;
        --orx-hdr-surface: #ffffff;
        --orx-hdr-top: #132d31;
        --orx-hdr-shadow: 0 16px 45px rgba(20, 24, 35, 0.12);
        position: relative;
        z-index: 1000;
        width: 100%;
        color: var(--orx-hdr-ink);
        background: var(--orx-hdr-surface);
        font-family: inherit;
    }

    .orx-hdr,
    .orx-hdr *,
    .orx-hdr *::before,
    .orx-hdr *::after {
        box-sizing: border-box;
    }

    .orx-hdr a {
        color: inherit;
        text-decoration: none;
    }

    .orx-hdr button,
    .orx-hdr input,
    .orx-hdr select {
        color: inherit;
        font: inherit;
    }

    .orx-hdr button {
        padding: 0;
        border: 0;
        background: none;
        cursor: pointer;
    }

    .orx-hdr img,
    .orx-hdr svg {
        display: block;
    }

    .orx-hdr ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .orx-hdr__container {
        width: min(100% - 32px, 1320px);
        margin-inline: auto;
    }

    /* Top utility bar */
    .orx-hdr__topbar {
        color: rgba(255, 255, 255, 0.86);
        background:
            radial-gradient(circle at 15% 0, rgba(255, 255, 255, 0.08), transparent 28%),
            var(--orx-hdr-top);
        font-size: 12px;
    }

    .orx-hdr__topbar-inner {
        display: flex;
        min-height: 34px;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .orx-hdr__utility-links,
    .orx-hdr__help {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .orx-hdr__utility-links a,
    .orx-hdr__help a {
        transition: color 0.2s ease;
            font-size: 13px;
    font-weight: 500;
    }

    .orx-hdr__utility-links a:hover,
    .orx-hdr__help a:hover {
        color: #ffffff;
    }

    .orx-hdr__utility-links a + a {
        position: relative;
    }

    .orx-hdr__utility-links a + a::before {
        position: absolute;
        top: 50%;
        left: -10px;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, 0.2);
        content: "";
        transform: translateY(-50%);
    }

    .orx-hdr__help svg {
        width: 15px;
        height: 15px;
    }

    .orx-hdr__help-number {
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    /* Desktop main row */
    .orx-hdr__desktop {
        display: block;
    }

    .orx-hdr__main {
        border-bottom: 1px solid var(--orx-hdr-line);
        background: #ffffff;
    }

    .orx-hdr__main-inner {
        display: grid;
        grid-template-columns: auto minmax(300px, 1fr) auto;
        min-height: 82px;
        align-items: center;
        gap: clamp(22px, 3vw, 46px);
    }

    .orx-hdr__logo {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        outline: none;
    }

    .orx-hdr__logo:focus-visible {
        box-shadow: 0 0 0 4px rgba(220, 11, 53, 0.15);
    }

    .orx-hdr__logo-mark {
        display: grid;
        width: 52px;
        height: 52px;
        place-items: center;
        overflow: hidden;
        border: 1px solid rgba(220, 11, 53, 0.08);
        border-radius: 16px;
        background: linear-gradient(145deg, #fff7f9, #ffffff);
        box-shadow: 0 8px 24px rgba(220, 11, 53, 0.12);
    }

    .orx-hdr__logo-mark img {
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    /* Search */
    .orx-hdr__search {
        display: grid;
        grid-template-columns: 162px minmax(120px, 1fr) 56px;
        width: 100%;
        height: 52px;
        overflow: hidden;
        border: 1px solid #dfe2e9;
        border-radius: 15px;
        background: #f8f9fb;
        box-shadow: 0 4px 14px rgba(21, 24, 35, 0.04);
        transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            background 0.2s ease;
    }

    .orx-hdr__search:focus-within {
        border-color: rgba(220, 11, 53, 0.62);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(220, 11, 53, 0.08);
    }

    .orx-hdr__select-wrap {
        position: relative;
        display: flex;
        align-items: center;
        border-right: 1px solid #e0e3ea;
    }

    .orx-hdr__select-wrap::after {
        position: absolute;
        right: 14px;
        width: 7px;
        height: 7px;
        border-right: 1.7px solid #5f6675;
        border-bottom: 1.7px solid #5f6675;
        content: "";
        pointer-events: none;
        transform: translateY(-2px) rotate(45deg);
    }

    .orx-hdr__search select {
        width: 100%;
        height: 100%;
        padding: 0 34px 0 16px;
        border: 0;
        outline: 0;
        appearance: none;
        background: transparent;
        color: #3f4552;
        font-size: 13px;
        font-weight: 650;
    }

    .orx-hdr__search input {
        width: 100%;
        min-width: 0;
        padding: 0 18px;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--orx-hdr-ink);
        font-size: 14px;
    }

    .orx-hdr__search input::placeholder {
        color: #9298a6;
    }

    .orx-hdr__search-submit {
        display: grid;
        width: 56px;
        height: 52px;
        place-items: center;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ee1745, var(--orx-hdr-primary-dark)) !important;
        transition:
            filter 0.2s ease,
            transform 0.2s ease;
    }

    .orx-hdr__search-submit:hover {
        filter: brightness(1.05);
    }

    .orx-hdr__search-submit:active {
        transform: scale(0.96);
    }

    .orx-hdr__search-submit svg {
        width: 21px;
        height: 21px;
    }

    /* Header actions */
    .orx-hdr__actions {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .orx-hdr__action-wrap {
        position: relative;
    }

    .orx-hdr__action {
        display: flex;
        min-height: 48px;
        align-items: center;
        gap: 9px;
        padding: 4px 6px;
        border-radius: 13px;
        transition:
            color 0.2s ease,
            background 0.2s ease;
    }

    .orx-hdr__action:hover,
    .orx-hdr__action:focus-visible {
        color: var(--orx-hdr-primary);
        background: var(--orx-hdr-primary-soft);
        outline: 0;
    }

    .orx-hdr__action-icon {
        position: relative;
        display: grid;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        place-items: center;
        border: 1px solid #eceef3;
        border-radius: 13px;
        background: #f7f8fa;
    }

    .orx-hdr__action-icon svg {
        width: 21px;
        height: 21px;
    }

    .orx-hdr__badge {
        position: absolute;
        top: -5px;
        right: -5px;
        display: grid;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        place-items: center;
        border: 2px solid #ffffff;
        border-radius: 999px;
        color: #ffffff;
        background: var(--orx-hdr-primary);
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
    }

    .orx-hdr__action-copy {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
        white-space: nowrap;
    }

    .orx-hdr__action-copy strong {
        font-size: 13px;
        font-weight: 750;
    }

    .orx-hdr__action-copy small {
        margin-top: 3px;
        color: var(--orx-hdr-muted);
        font-size: 10px;
    }

    /* Mini cart */
    .orx-hdr__mini-cart {
        position: absolute;
        top: calc(100% + 13px);
        right: 0;
        width: 330px;
        padding: 18px;
        border: 1px solid var(--orx-hdr-line);
        border-radius: 18px;
        visibility: hidden;
        opacity: 0;
        background: #ffffff;
        box-shadow: var(--orx-hdr-shadow);
        transform: translateY(9px);
        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
        pointer-events: none;
    }

    .orx-hdr__action-wrap:hover .orx-hdr__mini-cart,
    .orx-hdr__action-wrap:focus-within .orx-hdr__mini-cart {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .orx-hdr__mini-cart::before {
        position: absolute;
        top: -14px;
        right: 0;
        width: 100%;
        height: 14px;
        content: "";
    }

    .orx-hdr__mini-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: 800;
    }

    .orx-hdr__mini-heading span {
        color: var(--orx-hdr-muted);
        font-size: 11px;
        font-weight: 600;
    }

    .orx-hdr__mini-item {
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 11px 0;
        border-bottom: 1px solid #f0f1f4;
    }

    .orx-hdr__mini-item img {
        width: 60px;
        height: 60px;
        border-radius: 11px;
        background: #f4f5f7;
        object-fit: cover;
    }

    .orx-hdr__mini-item strong {
        display: block;
        overflow: hidden;
        color: #272b35;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .orx-hdr__mini-item span {
        display: block;
        margin-top: 5px;
        color: var(--orx-hdr-primary);
        font-size: 12px;
        font-weight: 800;
    }

    .orx-hdr__mini-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 800;
    }

    .orx-hdr__mini-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .orx-hdr__mini-button {
        display: grid;
        min-height: 42px;
        place-items: center;
        border: 1px solid var(--orx-hdr-primary);
        border-radius: 11px;
        color: var(--orx-hdr-primary) !important;
        font-size: 12px;
        font-weight: 800;
        transition:
            color 0.2s ease,
            background 0.2s ease;
    }

    .orx-hdr__mini-button:hover {
        color: #ffffff !important;
        background: var(--orx-hdr-primary);
    }

    .orx-hdr__mini-button--filled {
        color: #ffffff !important;
        background: var(--orx-hdr-primary);
    }

    .orx-hdr__mini-button--filled:hover {
        background: var(--orx-hdr-primary-dark);
    }

    /* Red desktop navigation */
    .orx-hdr__nav-shell {
        position: relative;
        color: #ffffff;
        background:
            radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.12), transparent 18%),
            linear-gradient(100deg, #c60931 0%, #e20d3b 56%, #ca092f 100%);
        box-shadow: 0 8px 25px rgba(181, 5, 40, 0.17);
    }

    .orx-hdr__nav-inner {
        display: grid;
        grid-template-columns: 235px minmax(0, 1fr) auto;
        min-height: 62px;
        align-items: center;
        gap: clamp(18px, 2.4vw, 38px);
    }

    .orx-hdr__category {
        position: relative;
    }

    .orx-hdr__category-button {
        display: flex;
        width: 100%;
        min-height: 44px;
        align-items: center;
        gap: 12px;
        padding: 0 17px !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        border-radius: 14px;
        color: #ffffff !important;
        background: rgba(116, 0, 24, 0.25) !important;
        font-size: 13px;
        font-weight: 800;
        transition: background 0.2s ease;
    }

    .orx-hdr__category-button:hover,
    .orx-hdr__category-button:focus-visible {
        outline: 0;
        background: rgba(84, 0, 18, 0.42) !important;
    }

    .orx-hdr__category-button > svg:first-child {
        width: 20px;
        height: 20px;
    }

    .orx-hdr__category-chevron {
        width: 16px;
        height: 16px;
        margin-left: auto;
        transition: transform 0.2s ease;
    }

    .orx-hdr__category--open .orx-hdr__category-chevron {
        transform: rotate(180deg);
    }

    .orx-hdr__category-panel {
        position: absolute;
        top: calc(100% + 11px);
        left: 0;
        width: 320px;
        max-height: 464px;
        padding: 10px;
        overflow-y: auto;
        border: 1px solid var(--orx-hdr-line);
        border-radius: 18px;
        visibility: hidden;
        opacity: 0;
        color: var(--orx-hdr-ink);
        background: #ffffff;
        box-shadow: var(--orx-hdr-shadow);
        transform: translateY(10px);
        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
        pointer-events: none;
    }

    .orx-hdr__category--open .orx-hdr__category-panel {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .orx-hdr__category-panel::before {
        position: absolute;
        top: -12px;
        left: 0;
        width: 100%;
        height: 12px;
        content: "";
    }

    .orx-hdr__category-link {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 18px;
        min-height: 54px;
        align-items: center;
        gap: 12px;
        padding: 6px 9px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 700;
        transition:
            color 0.2s ease,
            background 0.2s ease,
            transform 0.2s ease;
    }

    .orx-hdr__category-link:hover,
    .orx-hdr__category-link:focus-visible {
        color: var(--orx-hdr-primary);
        outline: 0;
        background: var(--orx-hdr-primary-soft);
        transform: translateX(2px);
    }

    .orx-hdr__category-link img {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: #f5f6f8;
        object-fit: cover;
    }

    .orx-hdr__category-link svg {
        width: 16px;
        height: 16px;
        color: #9aa0ac;
    }

    .orx-hdr__nav-list {
        display: flex;
        height: 62px;
        align-items: stretch;
        justify-content: end;
        gap: clamp(12px, 1.6vw, 26px);
    }

    .orx-hdr__nav-item {
        position: relative;
        display: flex;
        align-items: stretch;
    }

    .orx-hdr__nav-link {
           position: relative;
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    color: #fff !important;
    font-weight: 600;
    white-space: nowrap;
    font-size: 15px;
    }

    .orx-hdr__nav-link::after {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        height: 2px;
        border-radius: 10px;
        opacity: 0;
        background: #ffffff;
        content: "";
        transform: scaleX(0.35);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    }

    .orx-hdr__nav-link:hover::after,
    .orx-hdr__nav-link:focus-visible::after,
    .orx-hdr__nav-link--active::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .orx-hdr__nav-link:focus-visible {
        outline: 0;
    }

    .orx-hdr__nav-link svg {
        width: 13px;
        height: 13px;
        transition: transform 0.2s ease;
    }

    .orx-hdr__nav-item:hover > .orx-hdr__nav-link svg,
    .orx-hdr__nav-item:focus-within > .orx-hdr__nav-link svg {
        transform: rotate(180deg);
    }

    /* Desktop dropdowns and mega menu */
    .orx-hdr__dropdown,
    .orx-hdr__mega {
        position: absolute;
        top: calc(100% + 1px);
        left: -20px;
        padding: 10px;
        border: 1px solid var(--orx-hdr-line);
        border-radius: 16px;
        visibility: hidden;
        opacity: 0;
        color: var(--orx-hdr-ink);
        background: #ffffff;
        box-shadow: var(--orx-hdr-shadow);
        transform: translateY(10px);
        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
        pointer-events: none;
    }

    .orx-hdr__dropdown {
        width: 225px;
    }

    .orx-hdr__mega {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 560px;
        gap: 12px;
        padding: 20px;
    }

    .orx-hdr__nav-item:hover > .orx-hdr__dropdown,
    .orx-hdr__nav-item:focus-within > .orx-hdr__dropdown,
    .orx-hdr__nav-item:hover > .orx-hdr__mega,
    .orx-hdr__nav-item:focus-within > .orx-hdr__mega {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .orx-hdr__dropdown::before,
    .orx-hdr__mega::before {
        position: absolute;
        top: -12px;
        left: 0;
        width: 100%;
        height: 12px;
        content: "";
    }

    .orx-hdr__dropdown a {
        display: flex;
        min-height: 41px;
        align-items: center;
        padding: 0 12px;
        border-radius: 10px;
        color: #454b58;
        font-size: 13px;
        font-weight: 650;
        transition:
            color 0.2s ease,
            background 0.2s ease,
            padding 0.2s ease;
    }

    .orx-hdr__dropdown a:hover,
    .orx-hdr__dropdown a:focus-visible {
        padding-left: 16px;
        color: var(--orx-hdr-primary);
        outline: 0;
        background: var(--orx-hdr-primary-soft);
    }

    .orx-hdr__mega-title {
        margin: 0 0 9px;
        color: #20242d;
        font-size: 13px;
        font-weight: 850;
    }

    .orx-hdr__mega a {
        display: block;
        padding: 7px 0;
        color: #666d7b;
        font-size: 12px;
        font-weight: 600;
        transition:
            color 0.2s ease,
            transform 0.2s ease;
    }

    .orx-hdr__mega a:hover,
    .orx-hdr__mega a:focus-visible {
        color: var(--orx-hdr-primary);
        outline: 0;
        transform: translateX(3px);
    }

    .orx-hdr__vendor {
           display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    padding: 0 19px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    color: #000 !important;
    background: #ffffff;
    box-shadow: none;
    font-weight: 700;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid;
    }

    .orx-hdr__vendor:hover,
    .orx-hdr__vendor:focus-visible {
        color: var(--orx-hdr-primary) !important;
        outline: 0;
        box-shadow: 0 11px 26px rgba(91, 0, 20, 0.25);
        transform: translateY(-2px);
    }

    .orx-hdr__vendor svg {
        width: 19px;
        height: 19px;
        transition: transform 0.2s ease;
    }

    .orx-hdr__vendor:hover svg {
        transform: translateX(3px);
    }

    /* Mobile header */
    .orx-hdr__mobile {
        display: none;
        border-bottom: 1px solid var(--orx-hdr-line);
        background: #ffffff;
        box-shadow: 0 8px 25px rgba(20, 24, 35, 0.07);
    }

    .orx-hdr__mobile-main {
       display: flex;
    grid-template-columns: 1fr auto 1fr;
    min-height: 66px;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    }

    .orx-hdr__mobile-menu-button,
    .orx-hdr__mobile-action,
    .orx-hdr__drawer-close {
        display: grid;
        width: 44px;
        height: 44px;
        place-items: center;
        border: 1px solid #eceef2 !important;
        border-radius: 13px;
        color: var(--orx-hdr-ink) !important;
        background: #f8f9fb !important;
        transition:
            color 0.2s ease,
            border-color 0.2s ease,
            background 0.2s ease;
    }

    .orx-hdr__mobile-menu-button {
        justify-self: start;
    }

    .orx-hdr__mobile-menu-button:hover,
    .orx-hdr__mobile-menu-button:focus-visible,
    .orx-hdr__mobile-action:hover,
    .orx-hdr__mobile-action:focus-visible,
    .orx-hdr__drawer-close:hover,
    .orx-hdr__drawer-close:focus-visible {
        border-color: rgba(220, 11, 53, 0.25) !important;
        color: var(--orx-hdr-primary) !important;
        outline: 0;
        background: var(--orx-hdr-primary-soft) !important;
    }

    .orx-hdr__mobile-menu-button svg,
    .orx-hdr__mobile-action svg,
    .orx-hdr__drawer-close svg {
        width: 21px;
        height: 21px;
    }

    .orx-hdr__mobile-logo .orx-hdr__logo-mark {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .orx-hdr__mobile-logo .orx-hdr__logo-mark img {
        width: 39px;
        height: 39px;
    }

    .orx-hdr__mobile-actions {
        display: flex;
        justify-self: end;
        gap: 7px;
    }

    .orx-hdr__mobile-action {
        position: relative;
    }

    .orx-hdr__mobile-action .orx-hdr__badge {
        top: -4px;
        right: -4px;
    }

    .orx-hdr__mobile-search-wrap {
        padding-bottom: 12px;
    }

    .orx-hdr__mobile-search {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        height: 48px;
        overflow: hidden;
        border: 1px solid #e1e4ea;
        border-radius: 14px;
        background: #f7f8fa;
        transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease;
    }

    .orx-hdr__mobile-search:focus-within {
        border-color: rgba(220, 11, 53, 0.55);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(220, 11, 53, 0.07);
    }

    .orx-hdr__mobile-search input {
        min-width: 0;
        padding: 0 15px;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 13px;
    }

    .orx-hdr__mobile-search input::placeholder {
        color: #9298a6;
    }

    .orx-hdr__mobile-search button {
        display: grid;
        place-items: center;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ee1745, var(--orx-hdr-primary-dark)) !important;
    }

    .orx-hdr__mobile-search button svg {
        width: 20px;
        height: 20px;
    }

    /* Mobile drawer */
    .orx-hdr__drawer-overlay {
        position: fixed;
        z-index: 10000;
        inset: 0;
        visibility: hidden;
        opacity: 0;
        background: rgba(10, 15, 25, 0.55);
        backdrop-filter: blur(3px);
        transition:
            opacity 0.28s ease,
            visibility 0.28s ease;
        pointer-events: none;
    }

    .orx-hdr__drawer-overlay--open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .orx-hdr__drawer {
        position: fixed;
        z-index: 10001;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        width: min(88vw, 380px);
        flex-direction: column;
        visibility: hidden;
        background: #ffffff;
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.2);
        transform: translateX(-105%);
        transition:
            transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
            visibility 0.3s ease;
    }

    .orx-hdr__drawer--open {
        visibility: visible;
        transform: translateX(0);
    }

    .orx-hdr__drawer-head {
        display: flex;
        min-height: 76px;
        align-items: center;
        justify-content: space-between;
        padding:
            max(12px, env(safe-area-inset-top))
            16px
            12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        color: #ffffff;
        background:
            radial-gradient(circle at 15% 5%, rgba(255, 255, 255, 0.14), transparent 26%),
            linear-gradient(120deg, #c30831, #e20e3c);
    }

    .orx-hdr__drawer-brand {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .orx-hdr__drawer-brand .orx-hdr__logo-mark {
        width: 46px;
        height: 46px;
        border-color: rgba(255, 255, 255, 0.5);
        border-radius: 13px;
        background: #ffffff;
        box-shadow: none;
    }

    .orx-hdr__drawer-brand .orx-hdr__logo-mark img {
        width: 39px;
        height: 39px;
    }

    .orx-hdr__drawer-brand-copy strong,
    .orx-hdr__drawer-brand-copy span {
        display: block;
    }

    .orx-hdr__drawer-brand-copy strong {
        font-size: 14px;
        font-weight: 850;
    }

    .orx-hdr__drawer-brand-copy span {
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 10px;
    }

    .orx-hdr__drawer-close {
        border-color: rgba(255, 255, 255, 0.2) !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }

    .orx-hdr__drawer-close:hover,
    .orx-hdr__drawer-close:focus-visible {
        border-color: rgba(255, 255, 255, 0.38) !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.2) !important;
    }

    .orx-hdr__drawer-body {
        flex: 1;
        padding: 15px 15px max(22px, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .orx-hdr__profile-card {
        display: grid;
        grid-template-columns: 45px minmax(0, 1fr) 18px;
        align-items: center;
        gap: 11px;
        margin-bottom: 14px;
        padding: 12px;
        border: 1px solid #f1d8de;
        border-radius: 15px;
        background: linear-gradient(135deg, #fff3f6, #ffffff);
    }

    .orx-hdr__profile-icon {
        display: grid;
        width: 45px;
        height: 45px;
        place-items: center;
        border-radius: 13px;
        color: #ffffff;
        background: linear-gradient(145deg, #ec1745, #b8062b);
        box-shadow: 0 8px 18px rgba(190, 6, 44, 0.22);
    }

    .orx-hdr__profile-icon svg {
        width: 21px;
        height: 21px;
    }

    .orx-hdr__profile-copy strong,
    .orx-hdr__profile-copy span {
        display: block;
    }

    .orx-hdr__profile-copy strong {
        color: #272b35;
        font-size: 13px;
        font-weight: 800;
    }

    .orx-hdr__profile-copy span {
        margin-top: 3px;
        color: var(--orx-hdr-muted);
        font-size: 10px;
    }

    .orx-hdr__profile-card > svg {
        width: 17px;
        height: 17px;
        color: #9298a6;
    }

    .orx-hdr__drawer-section-title {
        margin: 18px 4px 7px;
        color: #9a6270;
        font-size: 10px;
        font-weight: 850;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .orx-hdr__drawer-link,
    .orx-hdr__accordion-button {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        gap: 11px;
        padding: 0 11px !important;
        border-radius: 12px;
        color: #333843 !important;
        background: transparent !important;
        font-size: 13px;
        font-weight: 720;
        text-align: left;
        transition:
            color 0.2s ease,
            background 0.2s ease;
    }

    .orx-hdr__drawer-link:hover,
    .orx-hdr__drawer-link:focus-visible,
    .orx-hdr__accordion-button:hover,
    .orx-hdr__accordion-button:focus-visible,
    .orx-hdr__drawer-link--active {
        color: var(--orx-hdr-primary) !important;
        outline: 0;
        background: var(--orx-hdr-primary-soft) !important;
    }

    .orx-hdr__drawer-link > svg:first-child,
    .orx-hdr__accordion-button > svg:first-child {
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
    }

    .orx-hdr__accordion-chevron {
        width: 16px !important;
        height: 16px !important;
        margin-left: auto;
        transition: transform 0.22s ease;
    }

    .orx-hdr__accordion--open .orx-hdr__accordion-chevron {
        transform: rotate(180deg);
    }

    .orx-hdr__accordion-panel {
        display: grid;
        max-height: 0;
        padding-left: 39px;
        overflow: hidden;
        opacity: 0;
        transition:
            max-height 0.3s ease,
            opacity 0.25s ease,
            padding 0.25s ease;
    }

    .orx-hdr__accordion--open .orx-hdr__accordion-panel {
        max-height: 760px;
        padding-top: 4px;
        padding-bottom: 7px;
        opacity: 1;
    }

    .orx-hdr__accordion-panel a {
        display: flex;
        min-height: 38px;
        align-items: center;
        padding: 5px 10px;
        border-radius: 9px;
        color: #69707e;
        font-size: 12px;
        font-weight: 620;
    }

    .orx-hdr__accordion-panel a:hover,
    .orx-hdr__accordion-panel a:focus-visible {
        color: var(--orx-hdr-primary);
        outline: 0;
        background: #fff5f7;
    }

    .orx-hdr__mobile-categories {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
           padding: 0 !important;
    margin-top: 0px;
    }

    .orx-hdr__mobile-categories a {
        display: grid;
        grid-template-columns: 35px minmax(0, 1fr);
        min-height: 49px;
        align-items: center;
        gap: 8px;
        padding: 6px 7px;
        border: 1px solid #eceef2;
        border-radius: 11px;
        color: #484e5a;
        background: #fafbfc;
        font-size: 10px;
        font-weight: 750;
    }

    .orx-hdr__mobile-categories a:hover,
    .orx-hdr__mobile-categories a:focus-visible {
        border-color: #f1c4cf;
        color: var(--orx-hdr-primary);
        outline: 0;
        background: var(--orx-hdr-primary-soft);
    }

    .orx-hdr__mobile-categories img {
        width: 35px;
        height: 35px;
        border-radius: 9px;
        background: #f0f1f4;
        object-fit: cover;
    }

    .orx-hdr__drawer-shortcuts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 14px 0;
    }

    .orx-hdr__drawer-shortcut {
        display: flex;
        min-height: 45px;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 1px solid #e9ebef;
        border-radius: 12px;
        color: #484e5a;
        background: #fafbfc;
        font-size: 11px;
        font-weight: 750;
    }

    .orx-hdr__drawer-shortcut:hover,
    .orx-hdr__drawer-shortcut:focus-visible {
        border-color: #f0c1cd;
        color: var(--orx-hdr-primary);
        outline: 0;
        background: var(--orx-hdr-primary-soft);
    }

    .orx-hdr__drawer-shortcut svg {
        width: 17px;
        height: 17px;
    }

    .orx-hdr__drawer-vendor {
        display: flex;
        min-height: 49px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;
        border-radius: 13px;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ee1745, #b8062b);
        box-shadow: 0 10px 24px rgba(186, 6, 43, 0.24);
        font-size: 12px;
        font-weight: 850;
    }

    .orx-hdr__drawer-vendor svg {
        width: 18px;
        height: 18px;
    }

    body.orx-hdr-lock {
        overflow: hidden;
    }

    .orx-hdr--sticky {
        position: sticky;
        top: 0;
    }

    @media (max-width: 1199.98px) and (min-width: 992px) {
        .orx-hdr__main-inner {
            gap: 16px;
        }

        .orx-hdr__search {
            grid-template-columns: 130px minmax(100px, 1fr) 52px;
        }

        .orx-hdr__action {
            padding-inline: 2px;
        }

        .orx-hdr__action-copy {
            display: none;
        }

        .orx-hdr__nav-inner {
            grid-template-columns: 185px minmax(0, 1fr) auto;
            gap: 15px;
        }

        .orx-hdr__nav-list {
            gap: 13px;
        }

        .orx-hdr__nav-link {
            font-size: 11.5px;
        }

        .orx-hdr__vendor {
            padding-inline: 14px;
            font-size: 11.5px;
        }

        .orx-hdr__category-button {
            padding-inline: 13px !important;
            font-size: 11.5px;
        }
    }

    @media (max-width: 991.98px) {
        .orx-hdr__desktop {
            display: none !important;
        }

        .orx-hdr__mobile {
            display: block;
        }

        .orx-hdr__container {
            width: min(100% - 26px, 760px);
        }

        .orx-hdr__topbar-inner {
            min-height: 31px;
        }

        .orx-hdr__utility-links a:first-child,
        .orx-hdr__utility-links a:last-child,
        .orx-hdr__help > span {
            display: none;
        }

        .orx-hdr__utility-links,
        .orx-hdr__help {
            gap: 7px;
        }

        .orx-hdr__utility-links a + a::before {
            display: none;
        }
    }

    @media (max-width: 374.98px) {
        .orx-hdr__container {
            width: min(100% - 20px, 760px);
        }

        .orx-hdr__mobile-main {
            gap: 5px;
        }

        .orx-hdr__mobile-menu-button,
        .orx-hdr__mobile-action {
            width: 41px;
            height: 41px;
            border-radius: 12px;
        }

        .orx-hdr__mobile-actions {
            gap: 5px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .orx-hdr *,
        .orx-hdr *::before,
        .orx-hdr *::after {
            scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
        }
    }

.orx-hdr *{
  font-size: 15px;
}

.product-wrapper.aos-init.aos-animate{
      background-color: #fff;
}








 .sc-shop-categories {
        --sc-shop-primary: #df0038;
        --sc-shop-primary-dark: #b9002f;
        --sc-shop-dark: #1e2230;
        --sc-shop-muted: #6f7480;
        --sc-shop-border: #ececf1;
        --sc-shop-soft: #fff3f6;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        padding: 50px 0 50px;
        margin-top: 50px;
        background:
            radial-gradient(circle at 0 0, rgba(223, 0, 56, 0.07), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #fff9fa 100%);
    }

    .sc-shop-categories::before,
    .sc-shop-categories::after {
        position: absolute;
        z-index: -1;
        width: 210px;
        height: 210px;
        border: 1px solid rgba(223, 0, 56, 0.08);
        border-radius: 50%;
        content: "";
        pointer-events: none;
    }

    .sc-shop-categories::before {
        top: -135px;
        right: 4%;
    }

    .sc-shop-categories::after {
        right: -95px;
        bottom: -145px;
        width: 260px;
        height: 260px;
    }

    .sc-shop-container {
        width: min(1320px, calc(100% - 40px));
        margin-inline: auto;
    }

    .sc-shop-heading-row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 30px;
    }

    .sc-shop-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 9px;
        color: var(--sc-shop-primary);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.6px;
        line-height: 1;
        text-transform: uppercase;
    }

    .sc-shop-eyebrow::before {
        width: 25px;
        height: 3px;
        border-radius: 99px;
        background: var(--sc-shop-primary);
        content: "";
    }

    .sc-shop-title {
           margin: 0;
    color: var(--sc-shop-dark);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.15;
    }

    .sc-shop-subtitle {
        max-width: 570px;
        margin: 8px 0 0;
        color: var(--sc-shop-muted);
        font-size: 15px;
        line-height: 1.6;
    }

    .sc-shop-view-all {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 46px;
        padding: 0 20px;
        border: 1px solid rgba(223, 0, 56, 0.22);
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(30, 34, 48, 0.06);
        color: var(--sc-shop-primary);
        font-size: 14px;
        font-weight: 750;
        line-height: 1;
        text-decoration: none;
        transition: transform 0.25s ease, border-color 0.25s ease,
            background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    }

    .sc-shop-view-all svg {
        width: 17px;
        height: 17px;
        transition: transform 0.25s ease;
    }

    .sc-shop-view-all:hover {
        border-color: var(--sc-shop-primary);
        background: var(--sc-shop-primary);
        box-shadow: 0 11px 25px rgba(223, 0, 56, 0.2);
        color: #ffffff;
        transform: translateY(-2px);
    }

    .sc-shop-view-all:hover svg {
        transform: translateX(3px);
    }

    .sc-shop-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 20px;
    }

    .sc-shop-card {
        position: relative;
        display: block;
        min-width: 0;
        overflow: hidden;
        padding: 12px 12px 15px;
        border: 1px solid var(--sc-shop-border);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 30px rgba(30, 34, 48, 0.07);
        color: var(--sc-shop-dark);
        text-decoration: none;
        transition: transform 0.3s ease, border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .sc-shop-card::before {
        position: absolute;
        top: 0;
        right: 24px;
        left: 24px;
        height: 3px;
        border-radius: 0 0 99px 99px;
        background: var(--sc-shop-primary);
        content: "";
        opacity: 0;
        transform: scaleX(0.5);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .sc-shop-image-wrap {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1 / 0.87;
        border-radius: 100%;
        background: var(--sc-shop-soft);
            width: 170px;
    height: 170px;
    margin: auto;
    }

    .sc-shop-image-wrap::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 58%, rgba(25, 28, 38, 0.08));
        content: "";
        pointer-events: none;
    }

    .sc-shop-image-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
    }

    .sc-shop-card-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 14px 3px 0;
    }

    .sc-shop-card-copy {
        min-width: 0;
    }

    .sc-shop-card-title {
        display: block;
        overflow: hidden;
        margin: 0;
        color: var(--sc-shop-dark);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color 0.25s ease;
    }

    .sc-shop-card-label {
        display: block;
        margin-top: 4px;
        color: var(--sc-shop-muted);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.2px;
        line-height: 1.2;
    }

    .sc-shop-card-arrow {
        display: inline-flex;
        flex: 0 0 34px;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: var(--sc-shop-soft);
        color: var(--sc-shop-primary);
        transition: background-color 0.25s ease, color 0.25s ease,
            transform 0.25s ease;
    }

    .sc-shop-card-arrow svg {
        width: 16px;
        height: 16px;
    }

    .sc-shop-card:hover {
        border-color: rgba(223, 0, 56, 0.3);
        box-shadow: 0 18px 40px rgba(30, 34, 48, 0.12);
        transform: translateY(-7px);
    }

    .sc-shop-card:hover::before {
        opacity: 1;
        transform: scaleX(1);
    }

    .sc-shop-card:hover .sc-shop-image-wrap img {
        transform: scale(1.07);
    }

    .sc-shop-card:hover .sc-shop-card-title {
        color: var(--sc-shop-primary);
    }

    .sc-shop-card:hover .sc-shop-card-arrow {
        background: var(--sc-shop-primary);
        color: #ffffff;
        transform: translateX(2px);
    }

    .sc-shop-card:focus-visible,
    .sc-shop-view-all:focus-visible {
        outline: 3px solid rgba(223, 0, 56, 0.24);
        outline-offset: 3px;
    }

    @media (max-width: 1199.98px) {
        .sc-shop-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    @media (max-width: 991.98px) {
        .sc-shop-categories {
            padding: 60px 0 64px;
        }

        .sc-shop-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 17px;
        }
    }

    @media (max-width: 767.98px) {
        .sc-shop-categories {
            padding: 48px 0 52px;
        }

        .sc-shop-container {
            width: min(100% - 28px, 1320px);
        }

        .sc-shop-heading-row {
            align-items: center;
            margin-bottom: 23px;
        }

        .sc-shop-subtitle {
            font-size: 14px;
        }

        .sc-shop-view-all {
            min-height: 42px;
            padding: 0 14px;
        }

        .sc-shop-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 13px;
        }

        .sc-shop-card {
            padding: 9px 9px 12px;
            border-radius: 15px;
        }

        .sc-shop-image-wrap {
            border-radius: 11px;
        }
    }

    @media (max-width: 575.98px) {
        .sc-shop-heading-row {
            align-items: flex-start;
            gap: 12px;
        }

        .sc-shop-eyebrow {
            margin-bottom: 7px;
            font-size: 10px;
            letter-spacing: 1.2px;
        }

        .sc-shop-title {
            font-size: 27px;
            letter-spacing: -0.7px;
        }

        .sc-shop-subtitle {
            max-width: 270px;
            margin-top: 6px;
            font-size: 13px;
            line-height: 1.45;
        }

        .sc-shop-view-all {
            min-height: 38px;
            margin-top: 2px;
            padding: 0 12px;
            border-radius: 10px;
            font-size: 12px;
        }

        .sc-shop-view-all span {
            display: none;
        }

        .sc-shop-card-content {
            gap: 6px;
            padding: 11px 2px 0;
        }

        .sc-shop-card-title {
            font-size: 13px;
        }

        .sc-shop-card-label {
            font-size: 10px;
        }

        .sc-shop-card-arrow {
            flex-basis: 29px;
            width: 29px;
            height: 29px;
        }
    }

    @media (max-width: 359.98px) {
        .sc-shop-grid {
            grid-template-columns: 1fr;
        }

        .sc-shop-image-wrap {
            aspect-ratio: 1 / 0.72;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .sc-shop-categories *,
        .sc-shop-categories *::before,
        .sc-shop-categories *::after {
            scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
        }
    }





 .sc-products-section,
    .sc-products-section * {
        box-sizing: border-box;
    }

    .sc-products-section {
        --sc-products-primary: #df0038;
        --sc-products-dark: #1e2230;
        --sc-products-muted: #707582;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        padding: 76px 0 82px;
        background:
            radial-gradient(circle at 100% 0, rgba(223, 0, 56, 0.065), transparent 27%),
            linear-gradient(180deg, #ffffff 0%, #fffafb 100%);
    }

    .sc-products-section::before {
        position: absolute;
        z-index: -1;
        right: -125px;
        bottom: -190px;
        width: 340px;
        height: 340px;
        border: 1px solid rgba(223, 0, 56, 0.08);
        border-radius: 50%;
        content: "";
        pointer-events: none;
    }

    .sc-products-container {
        width: min(1320px, calc(100% - 40px));
        margin-inline: auto;
            font-family: "Poppins", sans-serif;
    }

    .sc-products-heading-row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 25px;
    }

    .sc-products-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 9px;
        color: var(--sc-products-primary);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.6px;
        line-height: 1;
        text-transform: uppercase;
    }

    .sc-products-eyebrow::before {
        width: 25px;
        height: 3px;
        border-radius: 99px;
        background: var(--sc-products-primary);
        content: "";
    }

    .sc-products-title {
           margin: 0;
    color: var(--sc-shop-dark);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.15;
    }

    .sc-products-subtitle {
        max-width: 590px;
        margin: 8px 0 0;
        color: var(--sc-products-muted);
        font-size: 15px;
        line-height: 1.6;
    }

    .sc-products-view-all {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 46px;
        padding: 0 20px;
        border: 1px solid rgba(223, 0, 56, 0.22);
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(30, 34, 48, 0.06);
        color: var(--sc-products-primary);
        font-size: 14px;
        font-weight: 750;
        line-height: 1;
        text-decoration: none;
        transition: transform 0.25s ease, border-color 0.25s ease,
            background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    }

    .sc-products-view-all svg {
        width: 17px;
        height: 17px;
        transition: transform 0.25s ease;
    }

    .sc-products-view-all:hover {
        border-color: var(--sc-products-primary);
        background: var(--sc-products-primary);
        box-shadow: 0 12px 28px rgba(223, 0, 56, 0.2);
        color: #ffffff;
        transform: translateY(-2px);
    }

    .sc-products-view-all:hover svg {
        transform: translateX(3px);
    }

    .sc-products-filter-wrap {
        display: flex;
        align-items: center;
        gap: 9px;
        overflow-x: auto;
        margin: 0 0 28px;
        padding: 2px 1px 6px;
        scrollbar-width: none;
    }

    .sc-products-filter-wrap::-webkit-scrollbar {
        display: none;
    }

    .sc-products-filter-btn {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 0 17px;
        border: 1px solid #e8e9ee;
        border-radius: 999px;
        background: #ffffff;
        color: #555b68;
        cursor: pointer;
        font: inherit;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        transition: border-color 0.25s ease, background-color 0.25s ease,
            color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .sc-products-filter-btn:hover {
        border-color: rgba(223, 0, 56, 0.28);
        color: var(--sc-products-primary);
        transform: translateY(-1px);
    }

    .sc-products-filter-btn.is-active,
    .sc-products-filter-btn[aria-selected="true"] {
        border-color: var(--sc-products-primary);
        background: var(--sc-products-primary);
        box-shadow: 0 8px 18px rgba(223, 0, 56, 0.18);
        color: #ffffff;
    }

    .sc-products-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 24px;
    }

    .sc-products-filter-btn:focus-visible,
    .sc-products-view-all:focus-visible {
        outline: 3px solid rgba(223, 0, 56, 0.22);
        outline-offset: 3px;
    }

    @media (max-width: 1199.98px) {
        .sc-products-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }
    }

    @media (max-width: 991.98px) {
        .sc-products-section {
            padding: 62px 0 68px;
        }
    }

    @media (max-width: 767.98px) {
        .sc-products-section {
            padding: 50px 0 56px;
        }

        .sc-products-container {
            width: min(100% - 28px, 1320px);
        }

        .sc-products-heading-row {
            align-items: center;
            margin-bottom: 20px;
        }

        .sc-products-subtitle {
            font-size: 14px;
        }

        .sc-products-view-all {
            min-height: 42px;
            padding: 0 14px;
        }

        .sc-products-filter-wrap {
            width: calc(100% + 14px);
            margin-bottom: 20px;
            padding-right: 14px;
        }

        .sc-products-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 13px;
        }
    }

    @media (max-width: 575.98px) {
        .sc-products-heading-row {
            align-items: flex-start;
            gap: 12px;
        }

        .sc-products-eyebrow {
            margin-bottom: 7px;
            font-size: 10px;
            letter-spacing: 1.2px;
        }

        .sc-products-title {
            font-size: 27px;
            letter-spacing: -0.7px;
        }

        .sc-products-subtitle {
            max-width: 265px;
            margin-top: 6px;
            font-size: 13px;
            line-height: 1.45;
        }

        .sc-products-view-all {
            min-height: 38px;
            margin-top: 2px;
            padding: 0 12px;
            border-radius: 10px;
            font-size: 12px;
        }

        .sc-products-view-all span {
            display: none;
        }

        .sc-products-filter-btn {
            min-height: 36px;
            padding: 0 14px;
            font-size: 12px;
        }
    }

    /* =========================================================
       INDEPENDENT PRODUCT CARD CSS
       Copy a .sc-product-card anywhere; these styles do not
       require .sc-products-section or .sc-products-grid.
    ========================================================== */
    .sc-product-card,
    .sc-product-card * {
        box-sizing: border-box;
    }

    .sc-product-card {
        --sc-card-primary: #df0038;
        --sc-card-primary-dark: #b9002f;
        --sc-card-dark: #1e2230;
        --sc-card-muted: #737986;
        --sc-card-border: #e9eaf0;
        position: relative;
        display: flex;
        min-width: 0;
        height: 100%;
        overflow: hidden;
        flex-direction: column;
        border: 1px solid var(--sc-card-border);
        border-radius: 19px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(30, 34, 48, 0.075);
        color: var(--sc-card-dark);
        transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    }

    .sc-product-card[hidden] {
        display: none !important;
    }

    .sc-product-card::after {
        position: absolute;
        right: 22px;
        bottom: 0;
        left: 22px;
        height: 3px;
        border-radius: 99px 99px 0 0;
        background: var(--sc-card-primary);
        content: "";
        opacity: 0;
        transform: scaleX(0.45);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .sc-product-card:hover {
        border-color: rgba(223, 0, 56, 0.27);
        box-shadow: 0 20px 45px rgba(30, 34, 48, 0.13);
        transform: translateY(-7px);
    }

    .sc-product-card:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }

    .sc-product-card__media {
        position: relative;
        overflow: hidden;
        aspect-ratio: 4 / 4.7;
        margin: 10px 10px 0;
        border-radius: 14px;
        background: linear-gradient(145deg, #fff2f5, #f6f7f9);
    }

    .sc-product-card__image-link {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

    .sc-product-card__image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
    }

    .sc-product-card:hover .sc-product-card__image {
        transform: scale(1.055);
    }

    .sc-product-card__badges {
        position: absolute;
        z-index: 2;
        top: 12px;
        left: 12px;
        display: flex;
        max-width: calc(100% - 70px);
        flex-wrap: wrap;
        gap: 6px;
        pointer-events: none;
    }

    .sc-product-card__badge {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 0 9px;
        border-radius: 7px;
        box-shadow: 0 5px 14px rgba(30, 34, 48, 0.12);
        font-size: 10px;
        font-weight: 850;
        letter-spacing: 0.35px;
        line-height: 1;
        text-transform: uppercase;
    }

    .sc-product-card__badge--sale {
        background: var(--sc-card-primary);
        color: #ffffff;
    }

    .sc-product-card__badge--new {
        background: #1e2230;
        color: #ffffff;
    }

    .sc-product-card__badge--best {
        background: #fff4d8;
        color: #8c5b00;
    }

    .sc-product-card__actions {
        position: absolute;
        z-index: 3;
        top: 12px;
        right: 12px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        opacity: 0;
        transform: translateX(10px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .sc-product-card:hover .sc-product-card__actions,
    .sc-product-card:focus-within .sc-product-card__actions {
        opacity: 1;
        transform: translateX(0);
    }

    .sc-product-card__action {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(30, 34, 48, 0.08);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 7px 17px rgba(30, 34, 48, 0.13);
        color: var(--sc-card-dark);
        cursor: pointer;
        text-decoration: none;
        backdrop-filter: blur(7px);
        transition: border-color 0.22s ease, background-color 0.22s ease,
            color 0.22s ease, transform 0.22s ease;
    }

    .sc-product-card__action svg {
        width: 18px;
        height: 18px;
        pointer-events: none;
    }

    .sc-product-card__action:hover,
    .sc-product-card__action.is-active {
        border-color: var(--sc-card-primary);
        background: var(--sc-card-primary);
        color: #ffffff;
        transform: translateY(-2px);
    }

    .sc-product-card__action.is-active .sc-product-card__heart-path {
        fill: currentColor;
    }

    .sc-product-card__action:focus-visible,
    .sc-product-card__cart-btn:focus-visible,
    .sc-product-card__title-link:focus-visible,
    .sc-product-card__image-link:focus-visible {
        outline: 3px solid rgba(223, 0, 56, 0.24);
        outline-offset: 3px;
    }

    .sc-product-card__body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 16px 17px 17px;
    }

    .sc-product-card__topline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 7px;
    }

    .sc-product-card__category {
        overflow: hidden;
        margin: 0;
        color: var(--sc-card-primary);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.2;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .sc-product-card__stock {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 5px;
        color: #23824d;
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
    }

    .sc-product-card__stock::before {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #29a963;
        box-shadow: 0 0 0 3px rgba(41, 169, 99, 0.12);
        content: "";
    }

    .sc-product-card__title {
        margin: 0 0 0px;
        font-size: 16px;
        font-weight: 750;
        line-height: 1.38;
    }

    .sc-product-card__title-link {
        display: -webkit-box;
        overflow: hidden;
        color: var(--sc-card-dark);
        text-decoration: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        transition: color 0.22s ease;
    }

    .sc-product-card__title-link:hover {
        color: var(--sc-card-primary);
    }

    .sc-product-card__rating-row {
        display: flex;
        align-items: center;
        gap: 7px;
        min-height: 18px;
        margin-bottom: 5px;
    }

    .sc-product-card__stars {
        color: #ffad0d;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 1;
        white-space: nowrap;
    }

    .sc-product-card__reviews {
        color: var(--sc-card-muted);
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
    }

    .sc-product-card__price-row {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-top: auto;
        margin-bottom: 14px;
    }

    .sc-product-card__price {
        color: var(--sc-card-primary);
        font-size: 21px;
        font-weight: 600;
        letter-spacing: -0.45px;
        line-height: 1;
    }

    .sc-product-card__old-price {
        color: #9a9eaa;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        text-decoration: line-through;
    }

    .sc-product-card__cart-btn {
        display: inline-flex;
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 14px;
        border: 1px solid var(--sc-card-primary);
        border-radius: 11px;
        background: var(--sc-card-primary);
        box-shadow: 0 9px 20px rgba(223, 0, 56, 0.17);
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        transition: background-color 0.25s ease, border-color 0.25s ease,
            box-shadow 0.25s ease, transform 0.25s ease;
    }

    .sc-product-card__cart-btn svg {
        width: 17px;
        height: 17px;
    }

    .sc-product-card__cart-btn:hover {
        border-color: var(--sc-card-primary-dark);
        background: var(--sc-card-primary-dark);
        box-shadow: 0 12px 24px rgba(185, 0, 47, 0.22);
        color: #ffffff;
        transform: translateY(-2px);
    }

    @media (hover: none), (pointer: coarse) {
        .sc-product-card__actions {
            opacity: 1;
            transform: none;
        }

        .sc-product-card:hover {
            transform: none;
        }
    }

    @media (max-width: 575.98px) {
        .sc-product-card {
            border-radius: 15px;
            box-shadow: 0 8px 22px rgba(30, 34, 48, 0.07);
        }

        .sc-product-card__media {
            aspect-ratio: 4 / 4.75;
            margin: 7px 7px 0;
            border-radius: 11px;
        }

        .sc-product-card__badges {
            top: 8px;
            left: 8px;
            max-width: calc(100% - 48px);
            gap: 4px;
        }

        .sc-product-card__badge {
            min-height: 21px;
            padding: 0 6px;
            border-radius: 5px;
            font-size: 8px;
            letter-spacing: 0.2px;
        }

        .sc-product-card__actions {
            top: 8px;
            right: 8px;
            gap: 5px;
        }

        .sc-product-card__action {
            width: 31px;
            height: 31px;
        }

        .sc-product-card__action svg {
            width: 15px;
            height: 15px;
        }

        .sc-product-card__body {
            padding: 11px 10px 12px;
        }

        .sc-product-card__topline {
            margin-bottom: 6px;
        }

        .sc-product-card__category,
        .sc-product-card__stock {
            font-size: 8px;
        }

        .sc-product-card__stock::before {
            width: 5px;
            height: 5px;
            box-shadow: none;
        }

        .sc-product-card__title {
            margin-bottom: 6px;
            font-size: 13px;
            line-height: 1.4;
        }

        .sc-product-card__rating-row {
            gap: 4px;
            min-height: 15px;
            margin-bottom: 9px;
        }

        .sc-product-card__stars {
            font-size: 10px;
            letter-spacing: 0;
        }

        .sc-product-card__reviews {
            font-size: 9px;
        }

        .sc-product-card__price-row {
            flex-wrap: wrap;
            gap: 4px 6px;
            margin-bottom: 10px;
        }

        .sc-product-card__price {
            font-size: 16px;
        }

        .sc-product-card__old-price {
            font-size: 10px;
        }

        .sc-product-card__cart-btn {
            min-height: 38px;
            gap: 6px;
            padding: 0 7px;
            border-radius: 9px;
            font-size: 11px;
        }

        .sc-product-card__cart-btn svg {
            width: 14px;
            height: 14px;
        }
    }

    @media (max-width: 379.98px) {
        .sc-product-card__action--compare,
        .sc-product-card__action--quick {
            display: none;
        }

        .sc-product-card__stock {
            display: none;
        }

        .sc-product-card__price {
            font-size: 15px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .sc-products-section *,
        .sc-product-card,
        .sc-product-card * {
            scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
        }
    }





    .blog.about-blog{
            background: #000000;
    padding: 3rem 0;
    color: #fff;
    }


    @media (max-width: 767px) {
    .blog-bradcrum {
        text-align: center;
        margin-bottom: 1rem;
        color: #fff ! IMPORTANT;
    }
}

    .blog-bradcrum {
        text-align: center;
        margin-bottom: 1rem;
        color: #fff ! IMPORTANT;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .blog-bradcrum a , .blog .heading{
        color: #fff;
    }


    .footer {
    background: #000;
}

@media(max-width:991px){
.footer-service-section {
    margin-top: 0rem;
}
}


.sc-business-plan-section {
    padding: 70px 0;
    background: #f7f8fb;
}

.sc-business-plan-section .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.sc-section-heading {
    text-align: center;
    margin-bottom: 42px;
}

.sc-section-heading .sc-subtitle {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    color: #00a99d;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sc-section-heading h2 {
    margin: 0;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #1d2330;
}

.sc-heading-line {
    width: 110px;
    height: 4px;
    background: linear-gradient(90deg, #ff9f1c, #f84f39);
    margin: 18px auto 0;
    border-radius: 20px;
}

.sc-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.sc-business-card {
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 28px 30px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    min-height: 100%;
    transition: all 0.3s ease;
}

.sc-business-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.sc-card-watermark {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: rgba(20, 23, 31, 0.04);
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.sc-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13a08e;
    background: rgba(19, 160, 142, 0.10);
    margin-bottom: 22px;
}

.sc-card-icon svg {
    width: 38px;
    height: 38px;
}

.sc-business-card h3 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b2230;
}

.sc-business-card p {
    margin: 0;
    font-size: 24px;
    line-height: 1.8;
    color: #4f5a6a;
}

/* Large screen thoda controlled */
@media (max-width: 1399px) {
    .sc-section-heading .sc-subtitle {
        font-size: 22px;
    }

    .sc-section-heading h2 {
        font-size: 34px;
    }

    .sc-business-card h3 {
        font-size: 24px;
    }

    .sc-business-card p {
        font-size: 18px;
        line-height: 1.75;
    }

    .sc-card-watermark {
        font-size: 64px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .sc-business-plan-section {
        padding: 60px 0;
    }

    .sc-section-heading {
        margin-bottom: 34px;
    }

    .sc-section-heading .sc-subtitle {
        font-size: 20px;
    }

    .sc-section-heading h2 {
        font-size: 30px;
    }

    .sc-business-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .sc-business-card {
        padding: 28px 22px 24px;
        border-radius: 22px;
    }

    .sc-business-card h3 {
        font-size: 22px;
    }

    .sc-business-card p {
        font-size: 16px;
        line-height: 1.7;
    }

    .sc-card-watermark {
        font-size: 54px;
        top: 18px;
        right: 18px;
    }

    .sc-card-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .sc-card-icon svg {
        width: 34px;
        height: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .sc-business-plan-section {
        padding: 50px 0;
    }

    .sc-section-heading .sc-subtitle {
        font-size: 18px;
    }

    .sc-section-heading h2 {
        font-size: 24px;
    }

    .sc-heading-line {
        width: 80px;
        height: 3px;
        margin-top: 14px;
    }

    .sc-business-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sc-business-card {
        padding: 24px 18px 22px;
        border-radius: 18px;
    }

    .sc-business-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sc-business-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .sc-card-watermark {
        font-size: 44px;
        top: 16px;
        right: 16px;
    }

    .sc-card-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 16px;
    }

    .sc-card-icon svg {
        width: 30px;
        height: 30px;
    }
}

/* =========================================================
   SuperCobra Login Choice Modal
========================================================= */

.sc-login-choice {
    --sc-primary: #f58220;
    --sc-primary-dark: #d85c00;
    --sc-blue: #2563eb;
    --sc-blue-dark: #1749b5;
    --sc-title: #111827;
    --sc-text: #6b7280;
    --sc-border: #e5e7eb;
    --sc-soft: #f8fafc;
}

.sc-login-choice .modal-dialog {
    max-width: 960px;
}

.sc-login-choice .modal-content {
    position: relative;
    overflow-x: auto;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.22),
        0 10px 30px rgba(15, 23, 42, 0.12);
}

.sc-login-choice__row {
    min-height: 620px;
}

.sc-login-choice__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    opacity: 1;
    transition: all 0.25s ease;
}

.sc-login-choice__close:hover {
    opacity: 1;
    transform: rotate(90deg);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

/* Left Branding Section */

.sc-login-choice__branding {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 50px 42px;
    color: #ffffff;
    background:
       radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.22), transparent 27%), linear-gradient(145deg, #d50b35 0%, #d50b35 48%, #d50b35 100%)
}

.sc-login-choice__branding::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.16) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
}

.sc-login-choice__branding-content {
    position: relative;
    z-index: 2;
}

.sc-login-choice__mini-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 28px;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 22px;
    background: linear-gradient(
        145deg,
        #ffb347 0%,
        #f58220 50%,
        #df3d1e 100%
    );
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    transform: rotate(-8deg);
}

.sc-login-choice__mini-logo span {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    transform: rotate(8deg);
}

.sc-login-choice__eyebrow {
    margin-bottom: 12px;
    color: #ffd8b5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sc-login-choice__branding h2 {
        max-width: 340px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.sc-login-choice__branding-description {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.sc-login-choice__feature-list {
    display: grid;
    gap: 15px;
    margin-top: 32px;
}

.sc-login-choice__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
}

.sc-login-choice__feature-icon {
    display: inline-flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.sc-login-choice__feature-icon svg {
    width: 15px;
    height: 15px;
}

.sc-login-choice__brand-decoration {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.sc-login-choice__brand-decoration--one {
    right: -100px;
    bottom: -100px;
    width: 310px;
    height: 310px;
}

.sc-login-choice__brand-decoration--two {
    right: -25px;
    bottom: -25px;
    width: 170px;
    height: 170px;
}

/* Right Content */

.sc-login-choice__options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 48px 50px 38px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(245, 130, 32, 0.08),
            transparent 30%
        ),
        #ffffff;
}

.sc-login-choice__desktop-logo,
.sc-login-choice__mobile-logo {
    margin-bottom: 25px;
}

.sc-login-choice__desktop-logo img,
.sc-login-choice__mobile-logo img {
    display: block;
    width: auto;
    max-width: 245px;
    max-height: 72px;
    object-fit: contain;
}

.sc-login-choice__heading {
    margin-bottom: 25px;
}

.sc-login-choice__heading > span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: var(--sc-primary);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sc-login-choice__heading > span::before {
    content: "";
    width: 23px;
    height: 2px;
    margin-right: 9px;
    border-radius: 10px;
    background: var(--sc-primary);
}

.sc-login-choice__heading h3 {
margin: 0 0 9px;
    color: var(--sc-title);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.sc-login-choice__heading p {
    max-width: 490px;
    margin: 0;
    color: var(--sc-text);
    font-size: 14px;
    line-height: 1.65;
}

/* Selection Cards */

.sc-login-choice__cards {
    display: grid;
    gap: 14px;
}

.sc-login-choice__card {
      position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 84px;
    padding: 14px 17px;
    overflow: hidden;
    border: 1px solid #f58220;
    border-radius: 17px;
    color: var(--sc-title);
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(15, 23, 42, 0.055);
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sc-login-choice__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(
        180deg,
        var(--sc-primary),
        #ffb23e
    );
    transform: scaleY(0);
    transition: transform 0.25s ease;
}

.sc-login-choice__card:hover {
    color: var(--sc-title);
    border-color: #f58220;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.11);
    transform: translateY(-3px);
}

.sc-login-choice__card:hover::before {
    transform: scaleY(1);
}

.sc-login-choice__card-icon {
   display: inline-flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    color: #d50b35;
    background: #d50b350a;
    transition: all 0.25s ease;
    background: linear-gradient(145deg, #f58220, #f58220);
}

.sc-login-choice__card:hover .sc-login-choice__card-icon {
       color: #ffffff;
    background: linear-gradient(145deg, #f58220, #f58220);
    /* box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25); */
}

.sc-login-choice__card-icon svg {
    width: 27px;
    height: 27px;
    color: #fff;
}

.sc-login-choice__card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.sc-login-choice__card-content strong {
    margin-bottom: 4px;
    color: var(--sc-title);
    font-size: 16px;
    font-weight: 700;
}

.sc-login-choice__card-content small {
    color: var(--sc-text);
    font-size: 12.5px;
    line-height: 1.45;
}

.sc-login-choice__card-arrow {
    display: inline-flex;
    flex: 0 0 35px;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    color: #9ca3af;
    transition: all 0.25s ease;
        color: #ffffff;
    background: var(--sc-primary)
}

.sc-login-choice__card-arrow svg {
    width: 18px;
    height: 18px;
}

.sc-login-choice__card:hover .sc-login-choice__card-arrow {
    color: #ffffff;
    background: var(--sc-primary);
    transform: translateX(3px);
}

/* Footer */

.sc-login-choice__footer {
    margin-top: 25px;
    color: #9ca3af;
    font-size: 11.5px;
    line-height: 1.7;
    text-align: center;
}

.sc-login-choice__footer a {
       color: #000000;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.sc-login-choice__footer a:hover {
    color: var(--sc-primary);
    text-decoration: underline;
}

/* Tablet */

@media (max-width: 991.98px) {
    .sc-login-choice .modal-dialog {
        max-width: 650px;
    }

    .sc-login-choice__row {
        min-height: auto;
    }

    .sc-login-choice__options {
        min-height: auto;
        padding: 50px 45px 38px;
    }

    .sc-login-choice__mobile-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 26px;
    }

    .sc-login-choice__mobile-logo img {
        max-width: 255px;
        max-height: 80px;
    }

    .sc-login-choice__heading {
        text-align: center;
    }

    .sc-login-choice__heading > span {
        justify-content: center;
    }

    .sc-login-choice__heading p {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Mobile */

@media (max-width: 575.98px) {
    .sc-login-choice .modal-content {
        min-height: 100%;
        border-radius: 0;
    }

    .sc-login-choice__close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
    }

    .sc-login-choice__options {
        justify-content: flex-start;
        min-height: 100vh;
        padding: 60px 18px 28px;
    }

    .sc-login-choice__mobile-logo {
        margin-bottom: 20px;
    }

    .sc-login-choice__mobile-logo img {
        max-width: 215px;
        max-height: 65px;
    }

    .sc-login-choice__heading {
        margin-bottom: 22px;
    }

    .sc-login-choice__heading > span {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .sc-login-choice__heading h3 {
        font-size: 20px;
    }

    .sc-login-choice__heading p {
        font-size: 13px;
        line-height: 1.55;
    }

    .sc-login-choice__cards {
        gap: 12px;
    }

    .sc-login-choice__card {
        min-height: 77px;
        padding: 12px;
        border-radius: 15px;
    }

    .sc-login-choice__card-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    .sc-login-choice__card-icon svg {
        width: 24px;
        height: 24px;
    }

    .sc-login-choice__card-content strong {
        font-size: 15px;
    }

    .sc-login-choice__card-content small {
        font-size: 11.5px;
    }

    .sc-login-choice__card-arrow {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .sc-login-choice__card-arrow svg {
        width: 16px;
        height: 16px;
    }

    .sc-login-choice__footer {
        margin-top: 22px;
        font-size: 10.5px;
    }
}

@media (max-width: 380px) {
    .sc-login-choice__options {
        padding-right: 13px;
        padding-left: 13px;
    }

    .sc-login-choice__card {
        gap: 10px;
    }

    .sc-login-choice__card-content small {
        display: none;
    }
}

@media (max-width:600px){
    .orx-hdr__vendor{
        display: inline-flex;
    align-items: center;
    min-height:auto;
    gap: 4px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 42px;
    color: #000 !important;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(104, 0, 23, 0.18);
    font-size: 13px !important;
    font-weight: 850;
    height: 40px;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .orx-hdr * {
    font-size: 12px;
}

.orx-hdr__vendor:hover svg {
    transform: translateX(0px);
}
.orx-hdr__vendor svg {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
}

}



/*
 * Super Cobra header account dropdown.
 * Additive styles only: existing header design remains unchanged.
 */

.orx-header-auth {
    position: relative;
    flex: 0 0 auto;
}

button.orx-hdr__vendor.orx-auth-trigger {
    font: inherit;
    cursor: pointer;
}

.orx-auth-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
}

.orx-auth-trigger::after {
    display: none;
}

.orx-auth-trigger__avatar {
      display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #000000;
    background: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #000;
    line-height: 1;
}

.orx-auth-trigger__identity {
    display: flex;
    min-width: 0;
    max-width: 116px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.orx-auth-trigger__identity small {
    margin-bottom: 3px;
    color: #6b7280;
    font-size: 10px;
    font-weight: 500;
}

.orx-auth-trigger__identity strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orx-auth-trigger__chevron {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.orx-auth-trigger[aria-expanded="true"] .orx-auth-trigger__chevron {
    transform: rotate(180deg);
}

.orx-account-menu.dropdown-menu {
    --bs-dropdown-link-active-bg: transparent;
    width: min(320px, calc(100vw - 24px));
    margin-top: 12px !important;
    padding: 0;
    overflow: hidden;
    color: #1f2937;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
    z-index: 1085;
}

.orx-account-menu__status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 18px 6px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 500;
}

.orx-account-menu__status-dot {
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    background: #10b981;
    border: 2px solid #d1fae5;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff;
}

.orx-account-menu__profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px 17px;
}

.orx-account-menu__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #4b5563;
    background: #e5e7eb;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

.orx-account-menu__user {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.orx-account-menu__user strong,
.orx-account-menu__user small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orx-account-menu__user strong {
    color: #374151;
    font-size: 15px;
    font-weight: 700;
}

.orx-account-menu__user small {
    margin-top: 3px;
    color: #9ca3af;
    font-size: 11px;
}

.orx-account-menu__role {
    display: inline-flex;
    margin-top: 7px;
    padding: 3px 7px;
    color: #d90838;
    background: #fff1f4;
    border: 1px solid #fecdd6;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.orx-account-menu__divider {
    height: 1px;
    background: #eef0f3;
}

.orx-account-menu__links {
    padding: 8px;
}

.orx-account-menu__links form {
    margin: 0;
}

.orx-account-menu__item {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    gap: 11px;
    padding: 10px 11px;
    color: #4b5563;
    background: transparent;
    border: 0;
    border-radius: 9px;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.18s ease, background-color 0.18s ease;
}

.orx-account-menu__item:hover,
.orx-account-menu__item:focus-visible {
    color: #d90838;
    background: #fff4f6;
    outline: none;
}

.orx-account-menu__item > svg {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.orx-account-menu__item > span {
    flex: 1;
}

.orx-account-menu__item .orx-account-menu__arrow {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
}

.orx-account-menu__logout {
    color: #dc2626;
}

.orx-account-menu__logout:hover,
.orx-account-menu__logout:focus-visible {
    color: #b91c1c;
    background: #fef2f2;
}

.orx-account-menu__panel {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px 17px;
    color: #334155;
    background: #eef6ff;
    border-top: 1px solid #dbeafe;
    text-decoration: none;
    transition: background-color 0.18s ease;
}

.orx-account-menu__panel:hover,
.orx-account-menu__panel:focus-visible {
    color: #1e3a5f;
    background: #e0efff;
    outline: none;
}

.orx-account-menu__panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #2563eb;
    background: #dbeafe;
    border-radius: 50%;
}

.orx-account-menu__panel-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.orx-account-menu__panel > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.orx-account-menu__panel small {
    margin-bottom: 2px;
    color: #64748b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.orx-account-menu__panel strong {
    font-size: 13px;
    font-weight: 700;
}

.orx-account-menu__panel-arrow {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Dropdown must not be clipped by a header wrapper. */
.orx-header-auth,
.orx-header-auth.dropdown,
.orx-header-auth .dropdown-menu {
    isolation: auto;
}

@media (max-width: 767.98px) {
    .orx-header-auth--mobile .orx-auth-trigger {
        min-width: auto;
        padding-right: 11px;
        padding-left: 11px;
    }

    .orx-header-auth--mobile .orx-auth-trigger__identity small {
        display: none;
    }

    .orx-header-auth--mobile .orx-auth-trigger__identity {
        max-width: 64px;
    }

    .orx-header-auth--mobile .orx-auth-trigger__identity strong {
        font-size: 11px;
    }

    .orx-header-auth--mobile .orx-auth-trigger__chevron {
        width: 14px;
        height: 14px;
    }

    .orx-header-auth--mobile .orx-account-menu.dropdown-menu {
        position: absolute;
        right: 0 !important;
        left: auto !important;
        width: min(310px, calc(100vw - 20px));
    }
}

@media (max-width: 380px) {
    .orx-header-auth--mobile .orx-auth-trigger__identity {
        display: none;
    }

    .orx-header-auth--mobile .orx-auth-trigger__avatar {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .orx-auth-trigger__chevron,
    .orx-account-menu__item,
    .orx-account-menu__panel {
        transition: none;
    }
}




.orx-auth-trigger, .orx-auth-trigger:hover, .orx-auth-trigger:focus, .orx-auth-trigger:active {
    box-shadow: none;
}


.menuiconparent {
    display: flex;
    align-items: center;
    gap: 10px;
}
