
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

h1 {  
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 18px;
}

.px-7 {
  padding-right: 5rem;
  padding-left: 5rem;
}

body {
	margin: 0;
  letter-spacing: 0.06rem;
  font-size: 1rem;
  font-family: "Assistant", sans-serif;
}

.nav-link {
	font-size: 15px;
	color: #121212;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.banner-img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	background-color: #e5e5e5;
}

.collection-card,
.product-card {
	padding: 10px;
	text-align: left;
}

.product-card img,
.collection-card img {
	width: 100%;
	height: auto;
}

.card_information{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.footer {
	background: #242833;
	color: #fff;
	padding: 40px 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
  line-height: 36px;
}

.footer a:hover {
  color: #ff7510;
  text-decoration: none;
}

.btn-dark-custom {
	background-color: #444;
	color: #fff;
	border: none;
}

.header_icons {
	display: flex;
	grid-area: icons;
	justify-self: end;
	padding-right: .8rem;
}

.header_icon {
	color: #121212;
}

.header_icon .svg-wrapper {
	width: 44px;
	height: 44px;
}

.header_icon .icon {
  height: 1.3rem;
  width: 1.3rem;
  fill: none;
  vertical-align: middle;
}

.header_icon--cart .icon {
  height: 4.5rem;
  width: 4.5rem;
  padding: 0;
}

.header_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header_icon:after {
	content: none;
}

.header_icon:hover .icon {
    transform: scale(1.07);
}

.svg-wrapper>svg {
  height: 100%;
  width: 100%;
}

.logo-slider {
  width: 100%;
  margin: 20px auto;
}

.logo-slider .slide {
  text-align: center;
  padding: 0 50px;
}

.logo-slider .slide img {
  max-height: 45px;
  max-width: 100%;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.fr-heading{
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
  font-family: "Assistant", sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1.3;
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.footer_list-social.list-social {
  justify-content: flex-start;
}

.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social_item .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.list-social_link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  color: #ffffff;
}

.list-social_link {
  padding: 0 0.8rem;
  height: 3.8rem;
}

.list-social_link:hover .icon {
  transform: scale(1.07);
}

/* product-slider */
.product-slider .product-card {
  background: transparent;
  padding: 0px;
  margin: 10px 5px;
  text-align: left;
  height: 330px;
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #f3f3f3;
}

.product-title {
  font-size: 12.2px;
  margin-top: 10px;
  color: #121212;
  font-weight: 500;
}

.price {
  margin-top: 5px;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  margin-right: 10px;
}

.new-price {
  font-weight: 400;
}

/* Make sure the slider wrapper is positioned */
.product-slider {
  position: relative;
}

/* Shared styles for both arrows */
.custom-prev,
.custom-next {
  position: absolute;
  top: -39px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 8px;
}

/* Position left and right */
.custom-prev {
  right: 140px; /* Adjust spacing as needed */
}

.custom-next {
  right: 100px; /* Adjust spacing as needed */
}

/* Optional: scale SVG on hover */
.custom-prev svg,
.custom-next svg {
  transition: transform 0.2s ease;
}

.custom-prev:hover svg,
.custom-next:hover svg {
  transform: scale(1.2);
}

.rich-text_heading{
  font-size: 52px;
  width: 50%;
  text-align: center;
}

.image-with-text_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-self: center;
	  padding: 6rem 7rem 7rem;
    position: relative;
    z-index: 1;
}

.bg-color{
  background-color: #f3f0ed;
}

.image-with-text_content p {
  font-size: 14px;
  color: #001d3d;
}

.image-with-text_content h2{
  font-size: 52px;
  color: #001d3d;
  font-weight: 100;
}

.page-width--narrow {
  max-width: 50rem;
  padding: 0;
}

.article-template_content{
  font-size: 12.0pt;
  font-family: 'Times New Roman', serif;
}

.article-template_hero-container {
  max-width: 130rem;
  margin: 0 auto;
  height: 55rem;
}


.contact-form {
  max-width: 800px;
  margin: 50px auto;
}
.btn-black {
  background-color: #111;
  color: #fff;
}
.btn-black:hover {
  background-color: #333;
}