@font-face {
  font-family: "Montserrat";
  src: url("../new-fonts/Montserrat-Bold.eot");
  src: url("../new-fonts/Montserrat-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../new-fonts/Montserrat-Bold.woff") format("woff"),
    url("../new-fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../new-fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../new-fonts/Montserrat-Regular.eot");
  src: url("../new-fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../new-fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../new-fonts/Montserrat-Regular.woff") format("woff"),
    url("../new-fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../new-fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  font-weight: 500;
}

.gshop-category-slider a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.gshop-footer h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 70px !important;
}

#preloader {
  background-color: #000;
}

.animated-loader {
  animation: blinkZoom 1.5s infinite ease-in-out;
}

@keyframes blinkZoom {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

.gshop-navbar {
  margin-top: 0;
}

.gshop-hero {
  margin-top: -120px;
}

.gshop-hero-single {
  position: relative;
  top: 0;
  left: 0;
  height: 110vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page {
  position: relative;
}

.gshop-hero-single::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.home-page .logo img {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 600px;
  z-index: 1000;
}

.home-page .logo.scrolled img {
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0%);
  width: 100px;
}

.other-page .logo {
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0%);
  width: 100px;
}

.other-page .logo.scrolled img {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  width: 100px;
}

.logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.8s ease-in-out;
}

/* Default: show light logo, hide dark */
.logo-light {
  opacity: 1;
  z-index: 2;
}

.logo-dark {
  opacity: 0;
  z-index: 1;
}

/* On scroll or sticky: hide light, show dark */
.home-page .sticky-on .logo-light {
  opacity: 0;
}

.home-page .sticky-on .logo-dark {
  opacity: 1;
}

.other-page .logo-light {
  display: none;
}

.other-page .logo-dark {
  opacity: 1;
}

/* .sticky-on .logo-light {
  opacity: 0;
}

.sticky-on .logo-dark {
  opacity: 1;
} */

.gheader {
  padding: 20px 0 20px 0;
}

.cm-dark-bg {
  background-color: #000;
}

.header-sticky.sticky-on {
  position: relative;
  background-color: #ffffff;
}

.offcanvas-toggle {
  color: #000000;
}

.mobile-menu img {
  width: 150px;
}

.gstore-breadcrumb {
  background-color: #000;
  margin-top: -110px;
  padding: 150px 0;
}

.breadcrumb-content h2 {
  color: #fff;
}

.cart-list_menu {
  top: 0;
  right: -100%;
  /* Hidden to the right */
  width: 25%;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-list_menu.active {
  right: 0;
  /* Slide in */
}

.offcanvas-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

/* \\\\\\\\\\\\\\\\\\\\\\ */
.offcanvas_menu {
  background-color: #ffffff;
  width: 30%;
  max-width: none;
  right: -100%;
}

.tt-short-info img {
  width: 150px;
}

.offcanvas_menu .offcanvas-close {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

.offcanvas-content h4 {
  color: #fff;
}

.offcanvas_menu ul {
  margin-top: 50px;
}

.offcanvas_menu li a {
  color: #000000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}

.gshop-header-contact::before,
.gshop-navbar-right::before {
  background-color: transparent;
}

.gshop-header-icons h5 {
  color: #fff !important;
  font-size: 15px;
  line-height: 15px;
}

.sticky-on .gshop-header-icons h5 {
  font-size: 15px;
  line-height: 15px;
  color: #000000 !important;
}

.gshop-category-section {
  padding: 10rem 4rem;
}

.gshop-category-section .section-title {
  padding: 20px 0 50px;
}

.cm-cat-banner {
  border-radius: 0% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cm-banner-1 {
  position: relative;
  width: 100%;
  /* height: 950px; */
  height: auto;
  overflow: hidden;
  padding: 10px;
}

.cm-banner-1 img,
.cm-banner-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cm-banner-1-title {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  text-align: center;
  padding: 10px 20px;
}

.cm-banner-1-title h4 {
  color: #fff;
}

.cm-banner-1-title p {
  color: #fff;
  margin-bottom: 40px;
}

.cm-banner-1-title a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
}

/* Initial state: zoomed in */
.zoom-scroll {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

/* On scroll into view */
.zoom-scroll.zoomed {
  transform: scale(1);
  opacity: 1;
}

/* On hover (zoom out effect again) */
.zoom-hover:hover {
  transform: scale(0.95);
}

.cart-list-toggle i,
.offcanvas-toggle i,
.gshop-navbar-right .gshop-header-icons i {
  color: rgb(255, 255, 255);
}

.sticky-on .offcanvas-toggle i,
.sticky-on .gshop-navbar-right .gshop-header-icons i {
  color: rgb(0, 0, 0);
}

.other-page .offcanvas-toggle i,
.other-page .gshop-navbar-right .gshop-header-icons i {
  color: rgb(0, 0, 0);
}

.gshop-footer h5 {
  color: #ababab !important;
  text-transform: uppercase;
  font-size: 18px;
}

.footer-nav li a {
  position: relative;
  font-size: 12px !important;
  margin-bottom: 10px;
  display: inline-block;
  /* Make anchor shrink to text */
}

.footer-nav li a span {
  position: relative;
  display: inline-block;
  /* So underline matches text width */
}

.footer-nav li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.gshop-navbar {
  box-shadow: none;
}

.bg-2 {
  background-color: #e7e7e7;
}

.product-details-area {
  margin-top: -90px;
}

.thumbnail {
  background-color: #f2f2f2;
}

.price-text-danger {
  color: #000;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.vertical-product-card {
  border: none;
}

.vertical-product-card .card-content {
  padding: 10px;
}

.vertical-product-card:hover {
  box-shadow: none;
}

.scroll-top-btn {
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  color: #000000;
  border-radius: 4px;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}

.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.thumbnail .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.05);
  /* z-index: 2; */
}

.thumbnail:hover .hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}

.thumbnail:hover .main-img {
  opacity: 0;
  transform: scale(0.95);
}

.swiper-wrapper {
  align-items: center;
}

.product-thumbnail-slider {
  margin-top: -150px;
}

.gstore-product-quick-view {
  padding: 50px 50px 100px 50px;
}

.product-thumb-single {
  border: none;
}

.product-info h3 {
  font-weight: 400;
}

.product-info .pricing span.h4,
.all-pricing .h4 {
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 14px;
}

.product-accordion {
  max-width: 800px;
  margin: 40px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  padding: 16px 0;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  /* Adjust based on your content */
  padding: 16px;
}

.accordion-item .toggle-icon {
  transition: transform 0.3s ease;
}

.accordion-item.active .toggle-icon {
  transform: rotate(45deg);
}

.description-box {
  padding: 20px 16px;
}

.description-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.widget-title h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.description-box small {
  display: block;
  color: #888;
  margin-bottom: 10px;
}

.description-box .desc {
  line-height: 1.6;
}

.cm-hart {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #666;
}

.cm-hart:hover {
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000000;
}

.rl-slider-btn {
  background-color: #f2f2f2;
  color: #000;
}

.buy-btn,
.cm-add-to-cart-btn {
  width: 100%;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  padding: 10px 5px;
  font-size: 12px;
}

/* .quickview-product-slider {
  height: 100vh !important;
  width: 100% !important;
  background-color: red;
} */
.quickview-product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  height: 100vh !important;
  width: 100% !important;
}

.cm-cart-header {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.cm-cart-header h4 {
  font-size: 12px;
  text-transform: uppercase;
}

.simplebar-content .thumb-wrapper {
  background-color: #f2f2f2;
  width: 30%;
}

.simplebar-content .thumb-wrapper img {
  width: 100px;
}

.cart-list_menu h6,
.products_meta .price,
.simplebar-content h6 {
  font-size: 14px;
}

.cart-section {
  padding-left: 200px;
  padding-right: 200px;
}

.cm-cart-table {
  border-bottom: 1px solid #dbd7d7;
}

.cm-cart-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbd7d7;
}

.cm-cart-table tbody td {
  padding: 40px 0;
}

.h-100px {
  background-color: #666;
}

.cm-cart-list-image {
  padding: 10px;
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
}

.cart-summery h5,
.cart-section .cm-cart-table h6 {
  font-size: 16px;
}

.cart-summery .btns-group .btn {
  border: 1px solid #dbd7d7;
  border-radius: 0;
}

.cart-summery .btns-group .btn-md {
  border-radius: 0;
}

.checkout-section {
  border-top: 1px solid #dbd7d7;
}

.cm-bg-3 {
  margin-top: 25px !important;
  border-left: 1px solid #dbd7d7;
  background-color: #f5f5f5;
}

.checkout-steps {
  float: right;
  width: 70%;
  padding: 100px 20px 100px 20px;
}

.checkout-section .checkout-steps h4 {
  font-size: 16px;
}

.checkout-sidebar {
  padding: 100px 0 100px;
  width: 70%;
}

.tt-address-content .tt-custom-radio:checked + .tt-address-info,
.checkout-section .alert {
  background-color: #f5f5f5 !important;
}

.checkout-section .tt-address-content .alert {
  background-color: #000 !important;
  color: #fff;
  border: none;
}

/* .gshop-fixed-banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gshop-fixed-slide {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomFade 10s ease-in-out infinite alternate;
}

.banner-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
} */

.gshop-fixed-banner {
  margin-top: -75px;
  position: sticky;
  top: 0;
  left: 0;
  height: 110vh;
  width: 100%;
  z-index: -1;
}

.gshop-fixed-banner .swiper-slide {
  height: 110vh;
  width: 100%;
  position: relative;
}

.banner-video,
.banner-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.gshop-fixed-banner/* Title area styling */
.title-area {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  max-width: 80%;
  padding: 20px;
}
.banner-wrapper .title-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  max-width: 80%;
  padding: 20px;
}

/* Subtitle */
.title-area span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Main Title */
.title-area h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Paragraph Text */
.title-area p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Button Styling */
.title-area a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
}

/* Wrapper to handle positioning */
.banner-wrapper {
  position: relative;
  overflow: hidden;
}

/* Video or image should fill the container */
.banner-video,
.banner-wrapper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.banner-btn:hover {
  background: #444;
}

.subscribe_form{
  position: relative;
  overflow: hidden;
}
.subscribe_form::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
}

.subscribe_form .form-control {
  background: none;
  border-radius: 0;
}

.subscribe_form button {
  color: #fff;
  border-radius: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-description {
    font-size: 16px;
  }

  .banner-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.title-area a:hover {
  background: #444;
}

.gshop-category-section,
.banner-section {
  background: #fff;
  margin-top: -5px;
}

.our-journey-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.our-journey-img img,
.our-journey-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-media-link {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.footer-nav li a:hover {
  color: #ffffff;
}

.ab-about-section h2 {
  font-weight: 500;
}

.ab-about-section h4 {
  font-size: 22px;
  font-weight: 400;
}

.ab-about-section a {
  text-decoration: underline;
}

.blog-details-content .hr-line::before {
  background-color: #000;
}

.contact-left-box .social-links a {
  border: none;
}

.contact-list li .icon {
  background-color: #000;
  color: #fff;
}

.search-form .submit-icon-btn-secondary {
  background-color: #fff;
}

.offcanvas-close {
  z-index: 1;
  color: #000;
}

.quickview-product-slider .swiper-slide img,
.quickview-product-slider .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-toolbar {
  padding: 5px;
}

.offcanvas-left-menu .offcanvas-close {
  top: 10px;
  right: 10px;
  color: #000;
  background-color: #fff;
}

.mobile-none {
  display: block;
}

.logo-footer img {
  width: 300px;
}

.mobile-toolbar .offcanvas {
  width: 65%;
}

.offcanvas-left-menu {
  min-width: 200px;
}

.deleted {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.card-content {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.desc-banner {
  display: block;
}
.mobile-banner {
  display: none;
}

.blur {
  filter: blur(10px);
  transition: filter 0.5s ease;
}

.banner-video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
}

@media only screen and (max-width: 1500px) {
  .product-details-area {
    margin-top: -138px;
  }
  .home-page .logo img {
    width: 400px;
  }
}

@media only screen and (max-width: 1300px) {
  .ptb-120 {
    padding: 20px 0;
  }

  .product-details-area {
    margin-top: -90px;
  }

  .quickview-product-slider .swiper-slide {
    height: 100vh !important;
  }

  .cm-banner-1 {
    /* height: 850px; */
    height: auto;
  }
}

@media only screen and (max-width: 900px) {
  .gheader {
    background-color: transparent;
    box-shadow: none;
  }

  .card-content {
    display: none;
  }

  .pt-120 {
    padding-top: 20px;
  }

  .offcanvas_menu .offcanvas-close {
    position: relative;
    right: -100px;
  }

  .offcanvas_menu {
    padding: 0 30px;
  }

  .product-thumbnail-slider {
    margin-top: -200px;
  }

  .cm-cart-table tbody td {
    padding: 40px 25px;
  }

  .product-qty {
    margin-bottom: 10px;
  }

  .checkout-sidebar,
  .checkout-steps {
    width: 100%;
  }

  .gheader {
    padding: 30px 0 35px 0;
  }

  .gshop-category-section {
    padding: 5rem 2rem;
  }

  .gshop-footer h3 {
    font-size: 50px !important;
  }

  .cart-list_menu {
    width: 80%;
  }

  .cm-cart-header h4 {
    font-size: 14px;
    text-transform: uppercase;
  }

  .mobile-none {
    display: none;
  }

  .cm-banner-1 {
    height: auto;
  }

  .gshop-footer {
    padding-bottom: 110px;
  }

  #preloader img {
    width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .desc-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .product-thumbnail-slider {
    margin-top: -90px;
  }

  .quickview-product-slider .swiper-slide {
    align-items: normal;
    height: 75vh !important;
  }

  .home-page .logo img {
    width: 200px;
  }

  .gshop-footer h3 {
    font-size: 24px !important;
  }

  .logo-footer img {
    width: 120px;
  }

  .gshop-category-section {
    padding: 5rem 0;
  }

  .gstore-product-quick-view {
    padding: 50px 10px;
  }

  .cm-cart-list-image {
    width: 80px;
    height: 80px;
    padding: 5px;
  }

  .cm-cart-table tbody td {
    padding: 20px 4px;
  }

  .cart-section .cm-cart-table h6 {
    font-size: 14px;
  }

  .cm-cart-table span,
  .cm-cart-table .product-title span {
    font-size: 12px;
  }

  .product-qty button {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .product-qty input {
    width: 25px;
    height: 25px;
  }

  .cart-summery .btns-group .btn {
    width: 100%;
  }

  .cart-summery .btns-group .btn,
  .apply-coupon-btn,
  .theme-input {
    padding: 10px 20px;
    padding: 10px 20px;
  }

  .checkout-sidebar,
  .checkout-steps {
    padding: 50px 20px 50px 20px;
  }

  .gshop-footer h5 {
    font-size: 15px;
  }

  .footer-nav li {
    font-size: 12px !important;
    line-height: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .gshop-footer h3 {
    font-size: 25px !important;
  }

  .gshop-footer h5 {
    font-size: 12px !important;
  }

  .copyright-text,
  .footer-nav li {
    font-size: 10px !important;
    line-height: 12px;
  }
}
