/** Shopify CDN: Minification failed

Line 1711:0 Unexpected "}"

**/
:root {
  --pri-color: #253d4e;
  --txt-color: #363535;
  --main-gift-accent-color: #000;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin: 0;
}

.h2,
h2 {
  font-size: calc(2.75rem + 0.9vw);
  margin: 0;
  letter-spacing: 3px;
  color: #253d4e;
  text-transform: uppercase;
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin: 0;
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin: 0;
}

.h5,
h5 {
  font-size: 1.25rem;
  margin: 0;
}

.h6,
h6 {
  font-size: 1rem;
  margin: 0;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 60px;
  }

  .h2,
  h2 {
    font-size: 40px;
  }

  .h3,
  h3 {
    font-size: 36px;
  }

  .h4,
  h4 {
    font-size: 28px;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 740px;
  }
}

@media (min-width: 840px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(1.5rem * -0.5);
  margin-left: calc(1.5rem * -0.5);
}

.custom-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
}

@media screen and (max-width: 991px) {
  .custom-row {
    grid-row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .col-s-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-s-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-s-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-s-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-s-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-s-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-s-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-s-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-s-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-s-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-s-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

@media screen and (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-55 {
    max-width: 55%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .m-auto {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .div-img {
    text-align: center;
  }
}

.text-center {
  text-align: center;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

.text-sty1 {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--txt-color);
}
.btn-shine,
.product__info-wrapper .shopify-payment-button__button {
  position: relative;
  overflow: hidden; /* Hide overflow of shine */
  display: inline-block; /* Ensure proper positioning */
  transition: all 0.3s ease;
}

.btn-shine::after,
.product__info-wrapper .shopify-payment-button__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.7s ease;
}

.btn-shine:hover::after {
  left: 125%;
}
/* BOOTSTRAP CSS END  */

.header-v1.header.header--top-center.header--mobile-center .header__search {
  display: block;
}

.header-v1 .header-top-left-wrap p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.6em;
  color: #000;
  text-align: left;
}
.header-v1 .header-top-left-wrap p a {
  color: #000;
}
.header-v1 .header__inline-menu {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}

.header-v1 .header__inline-menu ul li a {
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  font-size: 14px;
  color: #1e1e1e;
}
.header-v1 .header__inline-menu ul li a .header__active-menu-item {
  color: #275457;
  text-decoration: navajowhite;
}
.header-v1 .list-menu.list-menu--inline {
  gap: 25px;
}
.header-top-left-wrap,
.header__heading,
.header__icons,
.header__inline-menu {
  transition: all ease 300ms;
}

.shopify-section-header-sticky .header-top-left-wrap,
.shopify-section-header-sticky .header__heading,
.shopify-section-header-sticky .header__icons {
  display: none !important;
}

.shopify-section-header-sticky .header__inline-menu {
  border-top: none;
  padding-top: 0;
}

/* Hero Winter Collection */

.hero-winter-section {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero-content {
position: relative;
  z-index: 2;
  text-align: left;
  max-width: 700px;
  margin: 0;
}

.hero-small-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 7px;
  font-weight: 100;
  text-transform: uppercase;
}

.hero-main-title {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hero-desc {
  max-width: 845px;
  margin: 30px 0 40px;
  opacity: 1;
  font-size: 14px;
  line-height: 1.5;
}

.hero-btn {
  display: inline-block;
  padding: 12px 92px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  background-color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 3px;
}

.hero-btn:hover {
  background-color: rgb(12, 12, 12);
}

/* Custom Features Row */

.features-row-section {
  padding: 60px 0;
  background: #fff;
}

.features-wrapper {
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  text-align: center;
}

.feature-item {
  position: relative;
  padding: 0 55px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.feature-item-content {
  text-align: left;
}

/* Vertical separator lines */
.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.feature-icon {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--pri-color);
  max-width: 175px;
}

.feature-text {
  font-size: 13px;
  color: var(--txt-color);
  line-height: 1.5;
}

/* Collection Tabs */

/* SECTION HEADER */
.collections-section {
  padding: 80px 0 90px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-desc {
  margin: 15px auto;
  color: var(--txt-color);
  font-size: 14px;
}

/* TABS */
.tabs-wrapper {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-btn {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #c2c2c2;
  margin: 3px;
  cursor: pointer;
  font-size: 15px;
  min-width: 240px;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  color: #253d4e;
}

.tab-btn.active {
  background: #1a2732;
  color: #fff;
  border-color: #1a2732;
}

/* PRODUCTS GRID */
.products-row {
  margin-top: 20px;
}

.product-card-v1 {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0;
  margin-bottom: 15px;
  transition: 0.3s;
}

.product-card-v1 .product-info {
  padding: 30px;
  border-top: 1px solid #d9d9d9;
  transition: all ease 300ms;
}
.product-card-v1:hover .product-info {
  background-color: #f5f5f5;
}
.product-card-v1:hover {
  border: 1px solid var(--pri-color);
}

.product-card-v1 .product-img img,
.product-card-v1 .product-img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.product-card-v1 .product-title {
  font-size: 20px;
  margin-top: 0;
  color: var(--pri-color);
}

.product-card-v1 .product-desc {
  font-size: 13px;
  color: var(--txt-color);
  margin: 10px 0 25px 0;
  line-height: 1.5em;
}

.product-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-links a,
.product-links p {
  margin: 0;
}

.product-card-v1 .buy-btn {
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  color: var(--pri-color);
  font-weight: 700;
  transition: all ease 300ms;
}

.product-card-v1 .buy-btn:hover {
  color: #000;
}

.product-card-v1 .product-price {
  font-size: 15px;
  text-decoration: none;
  color: var(--pri-color);
  font-weight: 700;
}

.product-card-v1 .product-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-card-v1 .product-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.product-card-v1.has-hover-img .product-img .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card-v1.has-hover-img:hover .product-img .img-default {
  opacity: 0;
}

.product-card-v1.has-hover-img:hover .product-img .img-hover {
  opacity: 1;
}

/* VIEW MORE BUTTON */
.more-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.view-more-btn {
  display: inline-block;
  padding: 17px 70px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  background-color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 3px;
}

.view-more-btn:hover {
  opacity: 0.85;
}

/* TAB CONTENTS */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.hero-winter-section.p-250 {
  padding: 250px 0;
}
.hero-winter-section.cta-sty1 .hero-main-title {
  font-size: 44px;
}
.hero-winter-section.cta-sty1 .hero-desc {
  line-height: 1.6em;
  margin: 25px auto 40px;
}
.latest-accessories-section {
  padding: 100px 0;
}
.section-top-area {
  align-items: center;
}

.section-top-area .h2 {
  letter-spacing: 2px;
}
.section-top-area p.text-base {
  font-size: 14px;
  line-height: 1.5em;
  color: var(--txt-color);
}
.swiper.latestAccessoriesSlider {
  margin-top: 55px;
  padding: 0 0 80px 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  top: 93%;
  left: calc(50% - 85px);
  width: auto;
}
.swiper-button-next {
  top: 93%;
  right: calc(50% - 85px);
  width: auto;
}

.top-sec-w100 .custom-row.section-top-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
.top-sec-w100 .custom-row.section-top-area .col-6 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Our Story Section */

.our-story-section {
  padding: 0 0;
  overflow: hidden;
}
.story-text p {
  margin-bottom: 1.2rem;
}

.story-btn:hover {
  opacity: 0.8;
}
.our-story-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.our-story-section .custom-row {
  background: #f0f0f0;
}

.col-6.our-story-content {
  align-self: center;
  padding: 0 5% 0 5%;
}
.our-story-content .h2 {
  letter-spacing: 2px;
}
.our-story-content .story-text p {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--txt-color);
}
.our-story-content .story-text {
  margin: 20px 0;
}
.our-story-section .custom-row {
  align-items: center;
}

.btn-sty1 {
  display: inline-block;
  padding: 17px 70px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  background-color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn-sty1.story-btn {
  font-size: 14px;
  margin-top: 20px;
  padding: 16px 50px;
}
.col-6.div-img {
  margin-bottom: -10px;
}
.acc-shoes .hero-btn {
  padding: 17px 40px;
  text-transform: uppercase;
}
.acc-shoes {
  background-position: center;
}
.trending-collections {
  padding: 100px 0;
}

.trending-collections .h2 {
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.btn-sty1.tren-btn {
  font-size: 14px;
  padding: 14px 40px;
  margin-top: 20px;
}

.trending-collections .custom-row.items-start {
  align-items: center;
  border: 1px solid #e8e8e8;
}
.trending-collections .custom-row.items-start .col-5 {
  padding: 40px;
}
.trending-collections .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.trending-collections .product-card-v1 {
  margin-bottom: 1px;
}
.trending-collections .col-7 {
  padding: 0 0px 0 0;
}

.tren-arrow[aria-disabled="true"] {
  opacity: 0.5;
}
.tren-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 45px);
  border: 1px solid #dfdfdf;
  padding: 10px;
  display: flex;
  cursor: pointer;
}
.swiper.trendingSwiper {
  position: relative;
}
.tren-arrow.t-swiper-button-next {
  right: 1px;
}
.tren-arrow.t-swiper-button-prev {
  left: 1px;
}
.tren-arrow:hover {
  background: #f5f5f5;
}

/* Why Choose Us */

.why-choose-us {
  padding: 0 0 120px 0;
}
.why-choose-us .subtext p {
  max-width: 700px;
  margin: 18px auto;
  margin-bottom: 3rem;
}
.why-row {
  margin-top: 2rem;
}
.why-item {
  padding: 1rem;
}
.why-icon {
  width: 80px;
  height: auto;
  margin-bottom: 1.5rem;
}
.why-title {
  margin: 20px 0;
  color: var(--pri-color);
}
.why-desc {
  max-width: 375px;
  margin: 0 auto;
}

.social-images-row img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
}
.custom-row.social-images-row * {
  padding: 0;
}
.social-media-views-section {
  padding: 70px 0 0 0;
  overflow: hidden;
}
.social-media-views-section .custom-row.social-images-row {
  margin-top: 40px;
}
.social-media-views-section .custom-row.text-center p {
  margin-bottom: 10px;
  font-size: 14px;
}

.testimonial-section {
  padding: 100px 0 65px 0;
}

.review-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}
.review-footer-content {
  display: flex;
  flex-direction: column;
}
.review-footer-content p {
  margin: 0;
  line-height: 1wm;
}
.review-footer-content p.font-semibold {
  font-family: var(--font-heading-family);
  font-size: 22px;
  color: var(--pri-color);
  line-height: 1em;
}
.review-footer-content p.text-sm.text-yellow-500 {
  font-size: 23px;
  color: #ffa60d;
}
.testimonial-text-part {
  padding-right: 20%;
}

.testimonial-section .h2 {
  letter-spacing: 3px;
  line-height: 1.2em;
}
.testimonial-text-part .quote-img {
  margin: 25px 0 15px 0;
}
.testimonial-text-part p.text-sty1 {
  margin-bottom: 30px;
}
.custom-row.items-center {
  align-items: center;
}

.testimonial-section .swiper-pagination.swiper-pagination-clickable {
  bottom: 0;
  text-align: left;
}
.testimonial-section .swiper-wrapper {
  padding-bottom: 70px;
}
.testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000 !important;
  width: 10px;
  height: 10px;
}
.testimonial-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.testimonial-section .custom-row.items-center {
  border-bottom: 1px solid #d9d9d9;
}
.email-subscribe-section .h3 {
  font-size: 32px;
  color: var(--pri-color);
  margin-bottom: 10px;
}
.email-subscribe-section {
  padding: 80px 0;
}
.subscribe-form {
  display: flex;
  gap: 0;
  padding: 7px;
  border: 2px solid #d9d9d9;
  border-radius: 20px;
}
.subscribe-input:focus-visible {
  box-shadow: none;
  outline: none;
}

.subscribe-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: none;
}

.subscribe-button {
  padding: 2rem 3.8rem;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 13px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.subscribe-form {
  display: flex;
  gap: 0;
  padding: 9px;
  border: 2px solid #d9d9d9;
  border-radius: 7px;
}
.email-subscribe-section .col-6:nth-child(1) {
  padding-right: 10%;
}
.custom-footer {
  background-color: #000;
  color: #fff;
  padding: 80px 0 25px 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-logo {
  margin-top: -30px;
  width: 200px;
}
.custom-footer .text-sm.text-sty1 {
  color: #fff;
  margin-top: 16px;
}

.f-list p,
.f-list li,
.f-list a {
  font-size: 14px;
}
.footer-links li {
  margin-bottom: 10px;
  list-style: none;
  text-transform: uppercase;
}
.f-list h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 20px;
}
.footer-links {
  padding: 0;
  list-style: none;
}

.col-4.need-help {
  padding-left: 10%;
}
.col-3.quick-links.f-list {
  padding-left: 4%;
}

.footer-email a {
font-size: 16px !important;
  font-family: var(--font-heading-family);
  color: #fff;
  text-decoration: none;
}
.footer-phone a {
  font-size: 19px !important;
  font-family: var(--font-heading-family);
  color: #fff;
  text-decoration: none;
  font-weight: 00;
}

.custom-row.items-center.justify-between.copyright-txt {
  padding-top: 25px;
  justify-content: space-between;
}
.copyright-txt .text-xs {
  margin: 0;
  font-size: 14px;
  font-family: var(--font-heading-family);
}
.col-6.text-right.payment-logos {
  text-align: right;
}
.copyright-txt .text-xs span {
  text-transform: uppercase;
}
.custom-footer .social-links {
  margin-top: 20px;
    display: flex;
  gap: 10px;
}

.social-links a {
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.social-links a:hover {
  transform: translateY(-2px);
}

.social-links svg {
  display: block;
}
.related-products-grid .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.related-products-section {
  padding: 60px 0 30px 0;
}
.related-products-section .h2 {
  text-align: center;
  margin-bottom: 40px;
}
.product__info-wrapper .product__title h1 {
  letter-spacing: 2px !important;
  color: #253d4e  !important;
  text-transform: uppercase  !important;
  font-size: 44px !important;
  line-height: 1.1em  !important;
  margin-top: 7px  !important;
}


.product__info-wrapper  .shopify-payment-button__button {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
  background-color: #1f1f1f;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px;
  height: auto;
}

.product__info-wrapper .product-form__submit.button.button--full-width.button--secondary {
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px;
}
.product__info-wrapper .product-form__submit.button.button--full-width.button--secondary:hover {
  background-color: var(--pri-color);
  color: #fff;
}
.collection-hero__text-wrapper h1,
.title.title--primary.inline-richtext.scroll-trigger.animate--fade-in {
  letter-spacing: 2px;
  color: #253d4e !important;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.1em;
  margin-top: 7px;
  text-align: center;
}
.collection-hero__text-wrapper,
.title.title--primary.inline-richtext.scroll-trigger.animate--fade-in {
  margin-top: 50px;
}
.header-v1 .header__menu-item span {
  text-transform: uppercase;
}

.header-v1 .list-menu--disclosure {
  width: 25rem;
}
#shopify-section-template--25688627577151__main .sc-gift-card--floating button {
  background: #000  !important;
}
#shopify-section-template--25688627577151__main .sc-card-preview,
#shopify-section-template--25688627577151__main .sc-card-tab.sc-card-tab--active,
#shopify-section-template--25688627577151__main .sc-card-option__value.sc-card-option__value--selected {
  border-color: #000 !important;
}

#shopify-section-template--25688627577151__main #sc-builder__message {
  padding: 18px !important;
}

.header-v1.header .list-menu.list-menu--inline li a {
  padding-inline: 5px;
  font-family: var(--font-heading-family) !important;
}
.header-v1.header header-menu .header__menu-item {
    font-family: var(--font-heading-family) !important;
}

.page-about-us .our-story-section img,
.page-contact .our-story-section img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 600px;
  object-position: top;
  padding: 0;
}
.page-about-us .col-6.col-s-6.div-img {
  padding: 0;
}
.page-about-us .container.why-choose-us {
  padding-top: 60px;
}
#shopify-section-template--26279669956927__why_choose_us_8yGFCd .container.why-choose-us {
  padding-bottom: 0;
}
.page-about-us .custom-row.features-wrapper {
  border-bottom: none;
}

#shopify-section-template--26279669956927__why_choose_us_CLWCQK .container.why-choose-us {
  padding-bottom: 80px;
}

.page-contact h2.rich-text__heading {
  font-size: 40px;
  color: #253d4e;
}
.page-contact .rich-text__text p {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--txt-color);
}
.story-text li {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--txt-color);
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 760px) {
  #shopify-section-template--26279669956927__our_story_KY3pij .our-story-section .div-img {
    order: -1;
  }
}


@media screen and (max-width: 1024px) {
  .header-v1 .list-menu.list-menu--inline {
    gap: 10px;
  }
  #menu-drawer a {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 990px) {
  .header-v1.header {
    padding-block: 0;
  }
  .header-top-left-wrap.header__freeshipping {
    display: none;
  }
  .hero-winter-section {
    padding: 100px 0;
  }
  .hero-small-title {
    font-size: 14px;
    letter-spacing: 6px;
  }
  h1.hero-main-title {
    font-size: 50px;
    letter-spacing: 3px;
    margin: 10px 0;
  }
  .hero-desc {
    margin: 15px 0 30px 0;
  }

  .col-4.col-s-4.feature-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 15px;
  }
  .feature-item .feature-title {
    font-size: 20px;
  }
  .features-row-section {
    padding: 50px 0;
  }
  .tab-btn {
    min-width: 265px;
  }
  .tabs-wrapper {
    margin-bottom: 55px;
    margin-top: 30px;
  }
  .tab-content .product-title,
  .latest-accessories-section .product-card-v1 .product-title {
    min-height: 53px;
  }
  .header__heading-logo-wrapper img {
    width: 140px;
    transition: all ease 300ms;
  }
  .shopify-section-header-sticky .header__heading,
  .shopify-section-header-sticky .header__icons {
    display: flex !important;
  }
  .shopify-section-header-sticky .header__heading-logo-wrapper img {
    width: 90px;
  }
  .collections-section {
    padding: 30px 0 70px;
  }
  .hero-winter-section.p-250 {
    padding: 100px 0;
  }
  .hero-winter-section.cta-sty1 .hero-main-title {
    font-size: 40px;
  }
  .latest-accessories-section {
    padding: 65px 0 40px 0;
  }
  .latest-accessories-section .product-card-v1 {
    margin-top: 3px;
  }
  .swiper.latestAccessoriesSlider {
    margin-top: 25px;
    padding: 0 0 80px;
  }
  .our-story-content .story-text {
    margin: 10px 0;
  }
  .our-story-section img {
    height: 575px;
    object-position: left;
  }
  .trending-collections .custom-row.items-start {
    gap: 0;
  }
  .trending-collections {
    padding: 70px 0;
  }
  .why-choose-us {
    padding: 0 0 70px;
  }
  .why-row {
    margin-top: 0;
  }
  .why-title {
    margin: 12px 0;
    font-size: 21px;
  }
  .why-icon {
    margin-bottom: 5px;
    width: 64px;
  }
  .why-desc {
    font-size: 13px;
  }
  .section-desc {
    max-width: 600px;
  }
  .testimonial-section {
    padding: 70px 0 65px;
  }
  .testimonial-section .swiper-wrapper {
    padding-bottom: 40px;
  }
  .testimonial-text-part {
    padding-right: 0;
  }
  .testimonial-section .main-right-img {
    width: 100%;
  }
  .testimonial-section .h2 {
    font-size: 27px;
  }
  .review-footer .rounded-full.w-12.h-12.mr-4 {
    width: 60px;
  }
  .review-footer-content p.font-semibold {
    font-size: 17px;
  }
  .review-footer-content p.text-sm.text-yellow-500 {
    font-size: 18px;
    line-height: 1;
  }
  .review-footer-content {
    gap: 5px;
  }
  .review-footer {
    margin-top: 30px;
  }
  .testimonial-section .custom-row.items-center {
    padding-bottom: 40px;
  }
  .email-subscribe-section {
    padding: 50px 0;
  }
  .col-4.need-help {
    padding-left: 10px;
  }
  .custom-footer .text-sm.text-sty1 {
    margin-top: 15px;
  }
  .custom-footer .col-3.col-s-12 {
    margin-bottom: 10px;
  }
  .copyright-txt .col-6,
  .col-6.text-right.payment-logos {
    text-align: center;
  }
  .footer-logo {
    width: 220px;
  }
  .footer-email a,
  .footer-phone a {
    font-size: 17px !important;
  }
  .product__info-wrapper .product__title h1 {
    font-size: 34px !important;
  }
    .collection-hero__text-wrapper h1 {
  font-size: 40px;
}
}

@media screen and (max-width: 660px) {
  .header__heading-logo-wrapper img {
    width: 110px;
  }
  .header-v1.header {
    padding-inline: 10px;
  }
    h1.hero-main-title {
    font-size: 33px;
    letter-spacing: 2px;
  }
  .hero-small-title {
    font-size: 13px;
    letter-spacing: 3px;
  }
  .hero-winter-section {
    padding: 70px 0;
  }
  .hero-btn {
  padding: 12px 60px;
  font-size: 14px;
  letter-spacing: 3px;
}

.feature-item {
  align-items: center;
  text-align: center;
}
.feature-item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-item::after {
  display: none;
}
.features-row-section {
    padding: 50px 0 0;
  }
  .h2, h2 {
  font-size: calc(2.3rem + .9vw);
  letter-spacing: 2px;
}
 .feature-item .feature-title {
    max-width: 100%;
  }
   .tabs-wrapper {
    margin-bottom: 25px;
    margin-top: 25px;
    gap: 5px;
  }
    .tab-content .product-title, .latest-accessories-section .product-card-v1 .product-title {
    min-height: auto;
  }
  .product-card-v1 .product-info {
  padding: 20px;
}
.product-card-v1 {
  margin-bottom: 0;
}
 .tab-btn {
    width: 100%;
  }  
  .view-more-btn {
  padding: 16px 38px;
  font-size: 14px;
  letter-spacing: 2px;
}
.collections-section {
    padding: 30px 0 50px;
  }
 .hero-winter-section.cta-sty1 .hero-main-title {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .hero-winter-section.p-250 {
    padding: 60px 0;
  }
    .latest-accessories-section {
    padding: 50px 0 35px;
  }
  .our-story-section .custom-row {
  flex-direction: column-reverse;
}
.our-story-section img {
  height: auto;
}
.col-6.our-story-content {
  align-self: center;
  padding: 10px 15px 25px 15px;
}
.acc-shoes .hero-btn {
  padding: 16px 30px;
  letter-spacing: 2px;
}
.trending-collections {
    padding: 60px 10px;
  }
  .why-choose-us .custom-row.why-row {
  padding: 0 10px;
}
.why-choose-us {
    padding: 0 0 55px;
  }
   .testimonial-section {
    padding: 55px 0 55px;
  }
    .testimonial-section .custom-row.items-center {
    padding-bottom: 10px;
  }

.custom-row.social-images-row {
  gap: 10px;
}
.custom-row.social-images-row .social-img-item {
  width: calc(50% - 5px);
  margin-bottom: -10px;
}
.custom-row.social-images-row .social-img-item img {
  height: auto;
}
.product-card-v1 .product-img img, .product-card-v1 .product-img {
  height: 255px;
}

.email-subscribe-section {
    padding: 50px 10px;
  }
.email-subscribe-section .h3 {
  font-size: 24px;
}
.subscribe-button {
  padding: 10px 15px;
  letter-spacing: 1px;
  font-size: 13px;
}
.col-3.quick-links.f-list {
  padding-left: 10px;
}
.col-2.col-s-4.customer-ser.f-list {
  padding-left: 10px;
}
.footer-links li {
  margin-bottom: 4px;
}
.trending-collections .custom-row.items-start .col-5 {
  padding: 25px 20px;
}
.subscribe-form {
  flex-direction: column;
}

.footer-logo {
    width: 150px;
  }
    .product__info-wrapper .product__title h1 {
    font-size: 30px !important;
  }
  .collection-hero__text-wrapper h1 {
  font-size: 34px;
}
.page-about-us .our-story-section img {
  max-height: 400px;
}

}
@media screen and (max-width: 480px) {

 .email-subscribe-section {
    padding: 50px 15px;
  }
  .container.why-choose-us {
  padding-inline: 10px;
}
}
.page-contact h2.rich-text__heading {
  font-size: 30px;
  color: #253d4e;
}
}
@media screen and (max-width: 374px) {
    h1.hero-main-title {
    font-size: 30px;
  }
   .hero-small-title {
    letter-spacing: 2px;
  }
   .acc-shoes .hero-btn {
    padding: 15px 21px;
    letter-spacing: 2px;
  }
  .subtext.text-sty1 {
  padding-inline: 10px;
}

}

/* BQ CSS START */

.hero-winter-section.cta-sty1  .hero-overlay {
  opacity: 0.5;
  display: block;
}

.collectionpage-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.collectionpage-wrapper li {
  width: 32.8%;
}
/* BQ CSS end */

@media only screen and (max-width : 992px) {

.collectionpage-wrapper li {
  width: 49.4%;
}
}


@media only screen and (max-width : 767px) {

.collectionpage-wrapper li {
  width: 100%;
}
}