.header-top {
    background-color: #1a6dae;
    color: #fff;
}
.announcement-bar-wrapper,
.announcement-bar {
  display: none !important;
}
.header-top .navUser-text, .header-top .navUser-action{
	font-weight: 800 !important;
}
.header-top .navUser-phone a,
.header-top .navUser-phone a:hover,
.header-top .navUser-phone a:focus,
.header-top .navUser-email a,
.header-top .navUser-email a:hover,
.header-top .navUser-email a:focus {
  color: #fff;
}

.crc-section .section-header h2,
.crc-section .rich-text__heading .title,
.banner-block-1 .card-text-overlay .content .title,
.banner-block-4 .card-text-overlay .content .title,
.news-page .page-heading,
.news-page__hero h2 {
  font-family: var(--font-display-feature);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.96;
}

.crc-section .rich-text__heading .title,
.crc-section .section-header h2,
.news-page .page-heading,
.news-page__hero h2 {
  font-size: 40px;
}

.crc-section .rich-text__heading .title,
.crc-section .section-header h2,
.news-page .page-heading {
  letter-spacing: 0.08em;
}

.banner-block-1 .card-text-overlay .content .title,
.banner-block-4 .card-text-overlay .content .title {
  letter-spacing: 0.04em;
}
.search-bar .input-group-field {
    background-color: #ecedef;
}
.search-bar .btn-search {
    border: 1px solid #ecedef;
    background-color: #ecedef;
}
.search-bar .btn-search svg {
    color: #1a6dae;
    fill: #1a6dae;
    stroke: #1a6dae;
}
.mobile-search-form {
  padding: 16px 20px 10px;
}
.mobile-search-form .search-bar {
  display: flex;
}
.mobile-search-form .search-bar .input-group-field {
  min-height: 44px;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
}
.mobile-search-form .search-bar .btn-search {
  width: 48px;
  min-height: 44px;
  border-radius: 0 6px 6px 0;
}
.page-search-form {
  max-width: 560px;
  margin: 16px auto 0;
}
.crc-search {
  position: relative;
}
.crc-search__suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
  overflow: hidden;
}
.crc-search__suggestion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crc-search__suggestion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  border-top: 1px solid #eef1f5;
  background: transparent;
  color: #323232;
  text-align: left;
  padding: 12px 16px;
  cursor: pointer;
}
.crc-search__suggestion-list li:first-child .crc-search__suggestion {
  border-top: 0;
}
.crc-search__suggestion.is-active,
.crc-search__suggestion:hover {
  background: #f4f8fc;
}
.crc-search__suggestion-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.crc-search__suggestion-sku {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1a6dae;
}
.crc-search__suggestion-title {
  font-size: 12px;
  line-height: 1.4;
  color: #5f6368;
}
.crc-search__suggestion-badge {
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(26, 109, 174, 0.12);
  color: #1a6dae;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 8px;
  text-transform: uppercase;
}
.header-middle .item--account .navUser-text-wrapper .navUser-text-myaccount {
    display: inline-block;
}
.cart-h-mess {
    position: absolute;
    left: 49px;
    top: 10px;
}
.crc-header-01 .crc-header-PC .header-middle .header-middle-text .navUser-action.custom .navUser-text-wrapper {
    display: none;
}







/* custom css */
.crc_footer-default .social-icons .social-icon, .crc_footer_02 .social-icons .social-icon, .crc_footer_03 .social-icons .social-icon {
	background-color: rgb(103 186 245 / 33%);
}

.crc-feature-icon.layout-2 .icon i, .crc-feature-icon.layout-2 .icon svg{
	border: none;
}

.header-middle-text{
	position: relative;
	right: 137px;
}
/* 
.logo-wrapper .site-header__logo-image img{
	width: 120% !important;
} */





/*product page */

.product-price .price-item {
  font-size: 1.4em;
  font-weight: 800;
}

.product-btn:hover {
  border-color: #f04723;
  background-color: #f04723;
}

.product_type{
	display: none;
}

.product_vendor{
	display: none;
}

.size-chart-open-popup{
	display: none;
}

.product-btn{
    background-color: #f04723;
    border-color: #f04723;
}

.btn.disabled{
	opacity: 10;
}


.product_shop .product-title{
	font-size: 21px;
  	font-weight: 800;
  
}


.product_shop .group_item .sold_product{
	display: none;
}

.terms_conditions_wrapper .title{
	display: none;
}

.total-price{
	display: none;
}

.product_shop .product-price .price-item{
	font-size: 24px;
}

/* Product detail refinements */
.page-product-detail .product_shop .product-title {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.page-product-detail .product_shop .product-price .price-item {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
}

.page-product-detail .product_shop .sku_product {
  margin-top: 6px;
  font-size: 14px;
  color: #5f6368;
}

.page-product-detail .product_shop .sku_product label {
  font-weight: 700;
  margin-right: 6px;
}

.page-product-detail .product_shop .sku_product .variant-sku {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #323232;
}

.product-description {
  margin-top: 18px;
}

.product-description__content {
  position: relative;
  color: #5f6368;
  line-height: 1.75;
}

.product-description__content.is-collapsed {
  max-height: 160px;
  overflow: hidden;
}

.product-description__content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.product-description__toggle {
  border: 0;
  padding: 0;
  margin-top: 8px;
  background: transparent;
  color: #1a6dae;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.page-product-detail .product_top {
  margin-bottom: 44px;
  gap: 48px;
  align-items: flex-start;
}

.page-product-detail .product_shop {
  max-width: 430px;
  padding-top: 10px;
}

.page-product-detail .product_shop .product-title {
  margin-bottom: 12px;
  color: #222326;
  font-family: Rajdhani, sans-serif;
  font-size: 33px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.page-product-detail .product_shop .crc-product-meta {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.page-product-detail .product_shop .crc-product-meta__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: #535c69;
  font-size: 12px;
  line-height: 1.45;
}

.page-product-detail .product_shop .crc-product-meta__row span {
  font-weight: 700;
}

.page-product-detail .product_shop .crc-product-meta__row strong {
  color: #222326;
  font-size: 12px;
  font-weight: 700;
}

.page-product-detail .product_shop .crc-product-meta__availability {
  color: #2d7f4f;
}

.page-product-detail .product_shop .crc-product-meta__availability.is-unavailable {
  color: #bf3c2f;
}

.page-product-detail .product_shop .product-price {
  margin-bottom: 10px;
}

.page-product-detail .product_shop .product-price .price-item {
  font-family: Rajdhani, sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.page-product-detail .product_shop .crc-product-summary {
  max-width: 48ch;
  margin: 0 0 12px;
  color: #535c69;
  font-size: 13px;
  line-height: 1.7;
}

.page-product-detail .product_shop .crc-product-summary-spacer {
  height: 10px;
}

.page-product-detail .product_shop .crc-product-support-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.page-product-detail .product_shop .crc-product-support-inline__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd5dc;
  border-radius: 50%;
  color: #1a6dae;
  font-size: 12px;
  font-weight: 700;
}

.page-product-detail .product_shop .crc-product-support-inline a {
  color: #1a6dae;
}

.page-product-detail .product_form_wrapper {
  margin-top: 0;
}

.page-product-detail .product_form_wrapper > div,
.page-product-detail .product_form_wrapper > .crc-product-purchase {
  width: 100%;
}

.crc-product-purchase {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.crc-product-purchase__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
}

.crc-product-purchase__label {
  min-width: 64px;
  color: #535c69;
  font-size: 12px;
  font-weight: 700;
}

.crc-product-qty {
  display: grid;
  grid-template-columns: 28px 40px 28px;
  align-items: stretch;
  border: 1px solid #d8dde3;
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}

.crc-product-qty__button {
  border: 0;
  padding: 0;
  background: #ffffff;
  color: #6d7480;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.crc-product-qty__input {
  width: 100%;
  height: 28px;
  border: 0;
  border-left: 1px solid #eef0f2;
  border-right: 1px solid #eef0f2;
  padding: 4px;
  text-align: center;
  color: #222326;
  font-size: 12px;
  font-weight: 700;
  background: #ffffff;
  appearance: textfield;
  -moz-appearance: textfield;
}

.crc-product-qty__input::-webkit-outer-spin-button,
.crc-product-qty__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.crc-product-purchase__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.crc-product-purchase__actions > div,
.crc-product-purchase__actions > a {
  width: 100%;
}

.crc-product-purchase__actions .product-btn,
.crc-product-purchase__wishlist {
  width: 100%;
  min-height: 36px;
  justify-content: center;
  padding: 10px 14px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crc-product-purchase__wishlist {
  display: inline-flex;
  align-items: center;
  color: #4c5562;
  border-color: #cfd5dc;
  background: #ffffff;
}

.crc-product-purchase__payment {
  margin: 10px 0 0;
  color: #5f6368;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
}

.product-desciption-wrapper .crc-product-tabs {
  width: 80%;
  margin: 0 auto;
  padding-top: 14px;
  border-top: 1px solid #e2e4e8;
}

.crc-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e2e4e8;
}

.crc-product-tabs__nav .nav-item {
  margin: 0;
}

.crc-product-tabs__nav .nav-link {
  position: relative;
  border: 0;
  padding: 0 0 12px;
  background: transparent;
  color: #222326;
  font-family: Rajdhani, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.crc-product-tabs__nav .nav-link.active {
  color: #222326;
}

.crc-product-tabs__nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: #222326;
}

.crc-product-tabs__content {
  padding: 16px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.crc-product-tabs__content .tab-pane {
  display: none;
}

.crc-product-tabs__content .tab-pane.active {
  display: block;
}

.crc-product-tabs__copy {
  position: relative;
  color: #4e5661;
  font-size: 13px;
  line-height: 1.8;
}

.crc-product-tabs__copy--collapsed {
  max-height: 260px;
  overflow: hidden;
}

.crc-product-tabs__copy--collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.crc-product-tabs__copy h2,
.crc-product-tabs__copy h3,
.crc-product-tabs__copy h4 {
  margin-top: 0;
  color: #222326;
  font-family: Rajdhani, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.crc-product-tabs__copy ul,
.crc-product-tabs__copy ol {
  padding-left: 22px;
}

.crc-product-tabs__toggle {
  border: 0;
  padding: 0;
  margin-top: 14px;
  background: transparent;
  color: #222326;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.crc-product-tabs__empty {
  margin: 0;
  color: #5f6368;
  font-size: 15px;
  line-height: 1.75;
}

.crc-product-faq {
  display: grid;
  gap: 8px;
}

.crc-product-faq__item {
  overflow: hidden;
  border: 1px solid #e2e4e8;
  border-radius: 0;
  background: #ffffff;
}

.crc-product-faq__item summary {
  position: relative;
  display: block;
  padding: 12px 36px 12px 14px;
  color: #222326;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  list-style: none;
}

.crc-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.crc-product-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d7480;
  font-size: 16px;
  font-weight: 400;
}

.crc-product-faq__item[open] summary::after {
  content: "-";
}

.crc-product-faq__item p {
  margin: 0;
  padding: 0 14px 14px;
  color: #535c69;
  font-size: 12px;
  line-height: 1.75;
}

.crc-product-tabs__support {
  margin: 14px 0 0;
  color: #535c69;
  font-size: 12px;
  line-height: 1.75;
}

.crc-product-tabs__support a {
  color: #1a6dae;
}

.crc-product-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.crc-product-review-card {
  padding: 0 18px 0 0;
  border: 0;
  border-right: 1px solid #e2e4e8;
  background: transparent;
}

.crc-product-review-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.crc-product-review-card h3 {
  margin: 0 0 8px;
  color: #222326;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
}

.crc-product-review-card p {
  margin: 0;
  color: #535c69;
  font-size: 12px;
  line-height: 1.75;
}

.crc-related-products {
  width: 80%;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid #e2e4e8;
}

.crc-related-products .section-header {
  margin-bottom: 18px;
}

.crc-related-products .section-header .title {
  color: #222326;
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.crc-related-products .crc-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}

.crc-related-products .crc-item {
  width: auto;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .crc-related-products .crc-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .page-product-detail .product_top {
    gap: 24px;
    margin-bottom: 28px;
  }

  .page-product-detail .product_shop .product-title {
    font-size: 28px;
  }

  .page-product-detail .product_shop .crc-product-meta__row,
  .page-product-detail .product_shop .crc-product-meta__row strong {
    font-size: 11px;
  }

  .crc-product-purchase {
    width: 100%;
  }

  .crc-product-purchase__row {
    align-items: flex-start;
  }

  .crc-product-qty {
    max-width: 120px;
  }

  .crc-product-purchase__actions {
    grid-template-columns: 1fr;
  }

  .product-desciption-wrapper .crc-product-tabs,
  .crc-related-products {
    width: 100%;
  }

  .crc-product-tabs__nav {
    gap: 16px;
  }

  .crc-product-tabs__nav .nav-link {
    font-size: 13px;
  }

  .crc-product-tabs__content {
    padding-top: 14px;
  }

  .crc-product-faq__item summary {
    font-size: 12px;
  }

  .crc-product-reviews-grid {
    grid-template-columns: 1fr;
  }

  .crc-product-review-card {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid #e2e4e8;
  }

  .crc-related-products {
    margin-top: 30px;
  }

  .crc-related-products .crc-row {
    grid-template-columns: 1fr;
  }

  .crc-related-products .section-header .title {
    font-size: 24px;
  }
}

.crc-product-gallery {
  max-width: 640px;
  margin: 0 auto;
}

.crc-product-gallery__main {
  border: 1px solid #e2e4e8;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.crc-product-gallery__main-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 16px;
}

.crc-product-gallery__main-image {
  width: 100%;
  max-height: 520px;
  margin: 0 auto;
  object-fit: contain;
}

.crc-product-gallery__thumbs {
  max-width: 560px;
  margin: 14px auto 0;
}

.crc-product-gallery__thumbs .slick-track {
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}

.crc-product-gallery__thumb-slide {
  padding: 0 6px;
}

.crc-product-gallery__thumb {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 4px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crc-product-gallery__thumb.is-active {
  border-color: #1a6dae;
}

.crc-product-gallery__thumb-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.crc-product-gallery__main .slick-prev {
  left: 12px;
}

.crc-product-gallery__main .slick-next {
  right: 12px;
}

.product_inventory{
	position: relative;
  	bottom: 14px;
}

.product_services .services .service-item .icons i, .product_services .services .service-item .icons .icon{
	border: none;
}


.product-review-wrapper {
  display: flex;
  align-items: center;
}

.product-review-wrapper .faq-indicator {
  padding-left: 10px;
  cursor: pointer;
}

.product-recommendations-wrapper {
  width: 80%;
  margin: auto;
  padding: 0px 15px 20px 15px;
}

.product-recommendations-wrapper > div {
  border-top: 1px solid #ccc;
}
  

.crc-item .product-price {
  margin-top: 15px;
}

.crc-item .product-content {
  text-align: center;
}

.crc-item .product-reviews {
  display: flex;
  justify-content: center;
}

.crc-item .product-link:before {
  padding-bottom: 80%;
}

.crc-item .product-title {
  font-weight: 700;
  font-size: 14px;
  min-height: 45px;
}

.crc-item .product-sku {
  color: #ccc;
  font-size: 14px;
}

.crc-item .product-price span {
  color: #da3023;
}

.testimonials .crc-item .quotes-slider__text {
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 265px;
}

.testimonials .crc-item .quotes-slider__text .review-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.testimonials .crc-item .quotes-slider__text .quote-title {
  font-weight: 700;
}

.testimonials .crc-item  .quotes-slider__text cite {
  font-weight: 700;
  font-size: 13px;
}

.testimonials .crc-item .quotes-slider__text .review-wrapper p {
  margin: 0;
}

.testimonials .crc-item .quotes-slider__text .review-wrapper .star-icon {
  color: #f7d627;
}

.header-middle .header-middle-logo .logo-wrapper {
  z-index: 999;
}

.product-desciption-wrapper .productView-description .accessories-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.product-desciption-wrapper .productView-description .accessories-wrapper .crc-item {
  width: 25%;
  padding: 0 15px;
}

/*=== Header Currency Selector Start ===*/

.lang_currency-dropdown .dropdown-menu {
  min-width: 75px;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon {
  padding-right: 5px;
}

.lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon img {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.navUser-currency .lang_currency-dropdown .dropdown-label .img-icon {
  display: inline-block;
  padding-right: 3px;
}

.navUser-currency .lang_currency-dropdown .dropdown-label .img-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

/*=== Header Currency Selector End ===*/

/*=== Homepage Grid Section Start ===*/

.section-product-1 .crc-row .crc-item .product-card {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.section-product-1 .crc-row .crc-item .product-reviews {
  display: flex;
  justify-content: center;
}


.section-product-1 .crc-row .crc-item .product-title {
  font-weight: 700;
  font-size: 14px;
  min-height: 45px;
}

.section-product-1 .crc-row .crc-item .product-sku {
  color: #ccc;
  font-size: 14px;
}

.section-product-1 .crc-row .crc-item .product-price span {
  color: #da3023;
}

.section-product-1 .crc-row .crc-item .product-link:before {
  padding-bottom: 80%;
}

.section-product-1 .crc-row .crc-item .product-link img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: center;
}

/*=== Homepage Grid Section End ===*/

/*=== Homepage Footer Icons Start ===*/

.footer-block-icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-block-icon-wrapper .crc-item {
    width: 25%;
}

.footer-block-icon-wrapper .crc-item .icon i {
  width: auto;
  height: auto;
  padding: 0;
}

/*=== Homepage Footer Icons Start ===*/

.footer-info-list>.ask-an-expert {
  margin-top: 20px;
  margin-bottom: 0;
}

.productView-description .tab-content .product-link:before {
  padding: 0;
}

/* === Simple carousel fallback === */
.simple-carousel {
  position: relative;
}

.simple-carousel__viewport {
  overflow: hidden;
}

.simple-carousel__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.simple-carousel__slide {
  flex: 0 0 auto;
  min-width: 0;
}

.simple-carousel__slide > * {
  width: 100%;
}

.simple-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-carousel__arrow--prev {
  left: -30px;
}

.simple-carousel__arrow--next {
  right: -30px;
}

.simple-carousel__dots {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 6px;
  list-style: none;
}

.simple-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  cursor: pointer;
}

.simple-carousel__dot.is-active {
  border-color: #8f8f8f;
  background-color: transparent;
}

img.lazyload {
  opacity: 1 !important;
  visibility: visible !important;
}

.article .article-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* === Custom block featured grid === */
.custom-block-feature-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.custom-block-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #e2e4e8;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-block-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.custom-block-feature-image {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.custom-block-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block-feature-content h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-block-feature-content p {
  margin: 0;
  font-size: 12px;
  color: #5f6368;
}

/* === Vertical nav toggle === */
.site-nav-vertical-wrapper .site-nav-vertical {
  display: none;
}

.site-nav-vertical-wrapper.is-open-2 .site-nav-vertical {
  display: block;
}

/* === Footer socials === */
.site-footer .footer-col--brand {
  display: block;
}

.site-footer .footer-brand-stack {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}

.site-footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer .social-icons li {
  display: inline-flex;
  align-items: center;
}

.site-footer .footer-socials {
  justify-content: flex-start;
  margin: 0;
}

.site-footer .footer-socials .social-icon {
  margin: 0;
  width: 36px;
  height: 36px;
  padding: 0 7px;
  line-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-review-badges {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 18px;
}

.site-footer .footer-review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: inherit;
  text-decoration: none;
}

.site-footer .footer-review-badge__image {
  display: block;
  width: auto;
  height: 54px;
  max-width: 240px;
  max-height: 54px;
  object-fit: contain;
}

/* === Footer brand === */
.site-footer .footer-brand {
  padding: 0;
}

.site-footer .footer-brand__link {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
  padding: 0;
}

.site-footer .footer-brand__logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* === Newsletter form === */
.crc-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.crc-newsletter-form__input,
.crc-newsletter-form__button {
  min-height: 56px;
  border-radius: 999px;
}

.crc-newsletter-form__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background-color: #ffffff;
  color: #0f172a;
  padding: 0 22px;
  box-shadow: 0 12px 30px rgba(8, 15, 40, 0.18);
  outline: none;
}

.crc-newsletter-form__input::placeholder {
  color: #64748b;
}

.crc-newsletter-form--banner .crc-newsletter-form__input,
.crc-newsletter-form--banner .crc-newsletter-form__button {
  font-family: var(--font-display-feature);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.crc-newsletter-form--banner .crc-newsletter-form__input {
  color: #64748b;
}

.crc-newsletter-form--banner .crc-newsletter-form__input::placeholder {
  color: #64748b;
}

.crc-newsletter-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 15, 40, 0.08);
  background-color: #ffffff;
  color: var(--color-brand);
  padding: 0 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(8, 15, 40, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.crc-newsletter-form--banner .crc-newsletter-form__button {
  color: #64748b;
}

.crc-newsletter-form__button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(8, 15, 40, 0.22);
}

.crc-newsletter-form__button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.crc-newsletter-form--footer .crc-newsletter-form__input {
  border-color: #d5dce6;
  box-shadow: none;
}

.crc-newsletter-form--footer .crc-newsletter-form__button {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: #ffffff;
  box-shadow: none;
}

/* === News page === */
.news-page__content {
  padding-bottom: 10px;
}

.news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}

.news-card {
  height: 100%;
}

.news-card__media img {
  display: block;
}

.news-card__body {
  padding: 24px;
}

/* === Home blog === */
.home-blog-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-blog-carousel .simple-carousel__slide {
  padding: 0 12px;
}

.home-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #e2e4e8;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.home-blog-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f5f5f5;
}

.home-blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-blog-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-blog-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6f7580;
}

.home-blog-title {
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  margin: 0;
}

.home-blog-excerpt {
  font-size: 13px;
  color: #5f6368;
  margin: 0;
}

.home-blog-cta {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4563b3;
}

/* === Testimonials === */
.quotes-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quotes-carousel .simple-carousel__slide {
  padding: 0 10px;
}

.quotes-card {
  border-radius: 16px;
  border: 1px solid #e2e4e8;
  background: #ffffff;
  padding: 20px;
  height: 100%;
}

.quotes-card .quote-stars {
  display: flex;
  gap: 4px;
  color: #ffcc33;
  font-size: 18px;
  text-shadow: 0 0 6px rgba(255, 204, 51, 0.5);
}

.quotes-card .quote-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  color: #6f7580;
}

.quotes-card .quote-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.quotes-card .quote-body {
  color: #5f6368;
  font-size: 13px;
}

.quotes-card .quote-body p {
  margin: 0 0 8px;
}

.quotes-card .quote-body p:last-child {
  margin-bottom: 0;
}

.quotes-card cite {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
}

/* === Brands carousel === */
.brand-carousel .logoList {
  overflow: hidden;
  white-space: normal;
}

.brand-carousel .logoList .simple-carousel__track {
  align-items: center;
}

.brand-carousel .logoList .simple-carousel__slide {
  padding: 0 16px;
  min-width: 260px;
}

.brand-carousel .logoList .logo-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.brand-carousel .logoList .logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 80px;
}

.brand-carousel .logoList .logo-image img,
.brand-carousel .logoList .logo-item img.lazyload,
.brand-carousel .logoList .logo-item img.lazyloading {
  width: 240px !important;
  height: 80px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .site-footer .footer-brand {
    padding: 0;
  }
  .news-page__hero {
    padding: 28px 26px;
  }
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quotes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crc-product-gallery__main-slide {
    min-height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .footer-brand-stack {
    align-items: center;
  }
  .site-footer .footer-brand {
    padding: 0;
  }
  .site-footer .footer-brand__link {
    max-width: 200px;
    padding: 0;
  }
  .site-footer .footer-socials {
    justify-content: center;
    margin-top: 0;
  }
  .site-footer .footer-review-badges {
    justify-content: center;
  }
  .crc-newsletter-form--banner .crc-newsletter-form__button,
  .crc-newsletter-form--footer .crc-newsletter-form__button {
    width: 100%;
  }
  .news-page__hero {
    border-radius: 22px;
    padding: 24px 20px;
  }
  .news-card__body {
    padding: 20px;
  }
  .news-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .home-blog-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .quotes-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .page-product-detail .product_shop .product-title {
    font-size: 28px;
  }
  .page-product-detail .product_shop .product-price .price-item {
    font-size: 30px;
  }
  .page-product-detail .product_shop .sku_product .variant-sku {
    font-size: 15px;
  }
  .crc-product-gallery__main-slide {
    min-height: 300px;
    padding: 12px;
  }
  .crc-product-gallery__thumb-slide {
    padding: 0 4px;
  }
}

@media only screen and (min-width: 640px) {
  .crc-newsletter-form--banner,
  .crc-newsletter-form--footer {
    flex-direction: row;
    align-items: stretch;
  }

  .crc-newsletter-form--banner .crc-newsletter-form__button,
  .crc-newsletter-form--footer .crc-newsletter-form__button {
    width: auto;
    min-width: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .news-page__content {
    padding-left: 30px;
  }

  .news-page__hero {
    padding: 40px 42px;
  }

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

/*=== Collection Page Start ===*/

.page .page-sidebar .sidebar_content .sub-collections {
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
}

.page .page-sidebar .sidebar_content .sub-collections .title {
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
}

.page .page-sidebar .sidebar_content .sub-collections .title .arrow {
  margin-right: 5px;
}

.page .page-sidebar .sidebar_content .sub-collections .title .arrow .icon {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    transition: all 0.3s ease;
}

.page .page-sidebar .sidebar_content .sub-collections .content {
    padding: 12px 20px 12px 20px;
}

.page .page-sidebar .sidebar_content .sub-collections .content .link {
    display: block;
    padding: 9px 0;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    border-top: 1px dotted #e2e4e8;
}

.page .page-sidebar .sidebar_content .sub-collections .content .link:first-child {
  border-top: 0;
}

/*=== Collection Page End ===*/

/*=== Contact Us Page Start ===*/

.page-contact .title {
  padding-top: 50px;
  text-align: center;
}

/*=== Contact Us Page End ===*/

@media only screen and (min-width: 1025px) {
.product-desciption-wrapper {
    display: block;
}
  .mobile-search-form {
    display: none;
  }
  .product-desciption-wrapper>div:first-of-type, .product-desciption-wrapper>div:last-of-type {
    width: 80%;
    margin: auto;
    padding: 30px 15px 0 15px;
  }
  
  .product-card:hover .image-swap .image-one {
    display: none;
  }
  .product-link.image-swap .image-two {
    
    display: none;
  }
  
  .product-card:hover .image-swap .image-two {
    display: block
  }
 
}

@media only screen and (max-width: 1200px) {
  .header-middle .header-middle-text {
    right: 0px;
  }
  .custom-block-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-block-icon-wrapper .crc-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  
  /*=== Homepage Banner Block 1 Section Start ===*/

  .banner-block-1 .crc-row .crc-item {
    display: block;
    padding-bottom: 20px;
  }

  .banner-block-1 .crc-row .crc-item .card-text-overlay {
    max-width: 100%;
  }

  /*=== Homepage Banner Block 1 Section End ===*/
  
  
  
  .section-product-1 .crc-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  
  .section-product-1 .crc-row .crc-item {
    margin: 0;
    width: 50%;
  }
  .section-product-1 .crc-row .crc-item .product-card {
    width: auto;
  }
  .section-product-1 .crc-row .crc-item:nth-child(2n) .product-card {
    margin-left: 5px;
  }
  
  .section-product-1 .crc-row .crc-item:nth-child(2n+1) .product-card {
    margin-right: 5px;
  }
  
  .footer-block-icon-wrapper .crc-item {
    width: 100%;
    padding-bottom: 20px;
  }
  
  .product_recently-viewed {
    width: 100%;
  }
  .product_recently-viewed .crc-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .product_recently-viewed .crc-row .crc-item {
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }
  
  .product_recently-viewed .crc-row .crc-item .product-title {
    text-align: center;
  }
  
  .product_recently-viewed .crc-row .crc-item .product-vendor {
    text-align: center;
  }
  
  .product_recently-viewed .crc-row .crc-item .product-price {
    text-align: center;
  }

  .product_recently-viewed .crc-row .crc-item .product-card {
    width: auto;
  }
  .product-recommendations-wrapper {
    width: 100%;
    padding: 0;
  }
  .product-recommendations-wrapper .crc-special-collection-layout {
    padding: 0 5px;
  }
  .product-recommendations-wrapper .crc-row-custom {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
    margin: 0;
  }
  .product-recommendations-wrapper .crc-row-custom .crc-item {
    width: 50%;
    margin: 0;
    margin: 0;
  }
  .product-recommendations-wrapper .crc-row-custom .crc-item .product-card {
    margin: 0 5px;
    width: auto;
    margin-bottom: 10px;
  }
  
  .customBlock_Carousel {
    display: flex;
    flex-wrap: wrap;
    background-color: unset;
  }
  .customBlock_Carousel .customBlock_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .crc-header-mobile .header-Mobile-item {
    min-width: auto;
    width: auto;
  }
  .crc-header-mobile .logo-wrapper .site-header__logo-image {
    max-width: 195px;
    
  }
  .product-card .product-image .product-action .product-btn {
    padding: 8px;
  }
}

@media only screen and (min-width: 370px) {
  .crc-header-mobile .header-Mobile-item .items+.items {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-block-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crc-search__suggestions {
    top: calc(100% + 4px);
  }
  .crc-search__suggestion {
    padding: 11px 14px;
  }
}

.crc-header-mobile{
	height: 70px;
}
