/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
-------------------*/

/*-------------------*/

/* SKU PRODUCTION TIME CONDITION */

.delivery-copy {
margin-bottom: 12px;
font-size: 12px;
color: #555;
font-style: italic;
}

.product-delivery-note .delivery-title {
display: block;
font-weight: 600;
margin-bottom: 4px;
color: #119B49;
}

.delivery-instock {
display: inline;
}

/* Toggle for custom items */
.is-custom .delivery-custom {
display: inline;
}

.is-custom .delivery-instock {
display: none;
}

.checkout-steps .btn-sm.btn.secondary {
	padding: 0.25rem 0.5rem;
}

.background-register {
  background-color: #ecf4fc;
  border-radius: 3px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
    background: #ecf4fc;
}

.sign-in .form-control {
    border-radius: 12px;
    height: 64px;
    border: 1px solid #eeeff2;
}

.sign-in-form label.mb-1 {
    color: #21366d;
    margin-bottom: 14px !important;
    font-weight: 500;
}

i.fa.fa-solid.fa-eye, i.fa.fa-solid.fa-eye-slash { 
    bottom: 24px;
}

form#checkout-form[action="/checkout/custom_data_collection"] {
  display: block;
}

#checkout-form .credit-card {
  display: inline-block;
  width: calc(49% - 20px);
  margin-bottom: 16px;
}

#checkout-form .credit-card:nth-child(odd) {
  margin-right: 40px;
}

#checkout-form .payment-method {
  width: 100%;
}

#checkout-form h4,
#checkout-form p {
  width: 100%;
}

#checkout-form p {
  font-size: 14px;
  color: #6f6f6f;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

#checkout-form .form-label {
    color: #21366d;
    margin-bottom: 14px !important;
    font-weight: 500;
}

#checkout-form .form-control {
    border-radius: 12px;
    height: 64px;
    border: 1px solid #eeeff2;
}

@media (max-width: 768px) {
  #checkout-form .credit-card {
    width: 100%;
    margin-right: 0;
  }
}

.order-fields {
 background-color: #ecf4fc;
    border-radius: 3px;
  padding: 2rem;
}

.order-summary,
.item-summary {
 background-color: #ecf4fc;
    border-radius: 3px;
  border: none !important;
}

#checkout-form h4 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 600;
}

.checkout-steps .btn-sm.btn.secondary svg {
  fill: #000;
}

.checkout-steps .btn-sm.btn.secondary:hover svg {
  fill: #fff;
}

/* END */

/* LOGIN ANNOUNCEMENT */
.announcement-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: transform .3s ease, box-shadow .3s ease;
}

.announcement-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.announcement-icon {
  flex-shrink: 0;
}

.announcement-content h4 {
  margin: 0 0 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.announcement-content p {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.5;
}

.announcement-content .note {
  color: #6b7280;
  font-style: italic;
}

.announcement-title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333 !important;
}

/* END */

/* GENERAL */


.header-container .dropdown-menu > li > a.nav-link:hover, .header-container .dropdown-menu > li > a.nav-link:focus {
    color: #2175d9;
    opacity: 1;
}


.top-bar-nav .dropdown-menu li > a {
    margin-bottom: 1.5rem;
}

.top-bar-nav .dropdown-menu li > a {
    font-weight: 500;
}

.top-bar-nav .dropdown-menu li > a.dropdown-item:hover {
    opacity:1;
  	border:none;
  	color:#2175d9;
}


/* ==== BUTTON STYLING ==== */

.btn.primary.add-to-cart {
    font-weight: 600;
 	padding: 10px 40px;
    border-radius: 0;
}

.btn.secondary {
    font-weight: 600;
 	padding: 10px 40px;
    border-radius: 4px;
}

button.btn.btn-link {
    color: #21366D;
    font-weight: 700;
  	text-decoration: none !important;
}

button.btn.btn-link:hover {
    color: #129B49;
    font-weight: 700;
}

.regform i.fa.fa-solid.fa-eye, .regform i.fa.fa-solid.fa-eye-slash {
    top: 62px;
}


.page-item.active .page-link {
    background-color: #2175d9;
    border-color: #2175d9;
}

.page-link {
    color: #6c757d;
}

.page-link:hover, .page-link:focus {
    color: #fff;
  	background-color: #2175d9;
    border-color: #2175d9;
}

.billing-method-container input.btn.secondary.outline.btn-apply.button {
    border: 1px solid #2175d9;
    background: #2175d9;
    color: #fee96c;
}

.billing-method-container input.btn.secondary.outline.btn-apply.button:hover {
    border: 1px solid #245da3;
    background: #245da3;
    color: #fff;
}

.form-check-input:checked {
    background-color: #245da3;
    border-color: #fff;
}

body span.required-label {
    color: #dc2626;
}


/*-------------------*/

/* TOP NAV */

.top-navbar-notification-container > .wrapper {
  max-width: 90%;
}

.top-bar-nav li.nav-item {
    margin-right: 27px;
}

.top-bar-nav a.nav-link {
    padding: 0.75rem 0;
}

.top-bar-nav {
  position: relative;
  z-index: 99999 !important;
}

.top-bar-nav .container-fluid {
  display: flex;
  align-items: center;
  height: 38px;
  padding-left: 15px;
  padding-right: 75px; 
}

.top-bar-nav .header-links {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-bar-nav .nav {
  display: flex;
  align-items: center;
}

.top-bar-nav .nav-link {
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
}

.top-bar-nav .nav-link svg {
  margin-right: 5px;
  vertical-align: middle;
}

.search-form-box {
}

.search-button {
}


.search-button:hover {
  background-color: #255a95;
  color: #fff;
}


.search-btn i {
  font-size: 18px;
}


.top-bar-nav .dropdown-menu {
  margin-top: 0;
}

.search-form-box > a svg, .search-form-box button svg {
    fill: #FFF;
    stroke: #FFF;
    height: 18px;
}




@media (max-width: 1600px) {

  .search-form-box {
    right: 0;
  }

  .top-bar-nav .container-fluid {
    padding-right: 15px;
  }
  
  .cart-ul {
    margin-right: 7rem;
  }

}


/* HEADER */

/*-------------------*/


/* CATEGORY NAV */

.header-container > .wrapper {
    max-width: 90%;
}

.header-container li a.nav-link{
    border-bottom: 3px solid transparent;
}

.header-container li a.nav-link:hover,
.header-container li a.nav-link.active{
    border-bottom: 3px solid #119b49;
}

.header-container li > a.active {
  color: #119b49;
}

.dropdown-item.active span, .dropdown-item.active {
  left: 8px;
  background-color: transparent !important;
}

.header-links.categories li.nav-item {
    padding: 0 0 0 30px !important;
}

@media (max-width: 768px) {
  
  .logo-container img {
	max-width: 250px !important;
  }
  
  .header-container > .wrapper {
    max-width: 100%;
  }

}


.dropdown-toggle::after {
    content: none;
}

.show-on-click {
  display: none;
}

.header-links.categories li.nav-item.dropdown.show .show-on-click,
.header-links.categories .nav-link.dropdown-toggle.show + .show-on-click {
  display: block;
}

.arrow-container {
    height: 29px;
    position: absolute;
    top: 14px;
    width: 320px;
}

.categories .dropdown-menu[data-bs-popper] {
    margin-top: 2.5rem;
}

.dropdown-menu {
    padding: 0;
}

.header-container .categories .dropdown-menu li {
   width: 280px;
}

.header-container .categories .dropdown-menu li:first-child {
    padding-top: 20px;
}

.header-container .categories .dropdown-menu li:last-child {
    padding-bottom: 17px;
}

.header-container .categories .dropdown-menu li > a {
    padding: 9px 15px 9px 25px !important;
    line-height: 14px;
}

.header-container .categories li > a span {
    display: inline-block;
    height: 100%;
    padding-right: 5px;
    
}

.header-container .categories .dropdown-menu li > a span {
    margin-left: 13px;
    position: relative;
}

.header-container .categories .dropdown-menu li > a:hover span {
    margin-left: 13px;
}

.header-container .categories .dropdown-menu li > a:hover span {
    left: 8px;
}

.header-container .categories .dropdown-menu li > a span:before {
    color: #119b49;
    content: ">";
    left: -14px;
    margin-right: 8px;
    position: absolute;
}

.header-container .dropdown-menu > li > a.dropdown-item:hover, .header-container .dropdown-menu > li > a.dropdown-item:focus {
    color: #119b49;
    opacity: 1;
}

li span.main-cat-arrow  {
    position: relative;
    top: 3px;
    transform: rotate(90deg);
    margin-left: 5px;
}

/*-------------------*/

/* CONTENT */

#homepage-carousel {
    filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px) drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.blue-text {
  color:#2175d9;
}

.product-list,
.product-list-home,
.related-products-thumbnails,
.recently-viewed-products-thumbnails {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin: 1rem !important;
margin-right: 1rem !important;
padding-right: 0;
}

.category-page-content-section .product-thumbnail,
.recently-viewed-products-thumbnails .product-thumbnail,
.related-products-thumbnails .product-thumbnail {
background: #ffffff;
border: 1px solid rgb(216, 216, 216);
padding: 40px 16px;
margin: 0 !important;
width: auto !important;
transition: transform .2s ease, box-shadow .2s ease;
border-radius: 0;
}

.featured-products-carousel .product-thumbnail {
    background: #ffffff;
    padding: 40px 16px;
    margin: 0 !important;
    width: auto !important;
    transition: transform .2s ease, box-shadow .2s ease;
    border-radius: 0;
    border: 1px solid rgb(216, 216, 216);
}


.thumbnail-img-container {
background: #fff;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.thumbnail-img-container img {
max-height: 180px;
width: auto;
object-fit: contain;
}

.thumbnail-description-container {
text-align: center;
}

.thumbnail-description-container h5 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 1.25rem;
}

.thumbnail-description-container .card-text,
.current-price {
  font-size: 2.25rem;
  font-weight: 400;
  margin: 0;
  color: #21366D;
}

.product-thumbnail a {
text-decoration: none;
color: inherit;
}

/* Keep image visible under overlay */
.carousel-item img {
position: relative;
z-index: 0;
}

.featured-products-container {
padding: 3rem 0 !important;

}

.featured-products-container {
  background: #fff
}


.featured-products-container h2{
    text-align: center !important;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
}

/* featured category */

/* layout spacing */
.featured-categories-inner{
  margin-top:20px;
}

/* card container */
.category-card{
  position:relative;
  display:block;
  overflow:hidden;
}

/* image */
.category-card img{
  width:100%;
  height:490px;
  object-fit:cover;
  display:block;
  transition: filter 0.3s ease;
}

/* hover zoom */
.category-card:hover img{
  filter: brightness(0.8);
}

.category-card:hover .learn-more {
    color: #82C668 !important;
}

/* gradient overlay */
.category-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
  z-index:1;
}

/* text inside image */
.category-overlay{
  position:absolute;
  bottom:35px;
  left:35px;
  z-index:2;
  color:#fff;
}

/* category title */
.category-overlay p.cat-name{
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight:700;
  margin-bottom:6px;
}

/* learn more */
.learn-more{
  font-size:16px;
  display:inline-block;
  margin-top:4px;
}

/* arrow spacing */
.learn-more::after{
  content:" →";
  margin-left:6px;
}

/* responsive */
@media (max-width:768px){

  .category-card img{
    height:100%;
  }

}

/* end of featured category */

/* Make product cards equal height */
.product-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image area fixed height */
.product-thumbnail .image,
.product-thumbnail .product-image {
  height: 220px;        /* adjust if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Keep images contained */
.product-thumbnail img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* Content fills remaining space */
.product-thumbnail .caption,
.product-thumbnail .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Push price/button to bottom */
.product-thumbnail .price,
.product-thumbnail .btn,
.product-thumbnail .actions {
  margin-top: auto;
}


/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */

.product-page-main .main-img-container, .product-page-main .images-wrapper ul li,
.product-page-main .images-wrapper ul li .small-thumb {
    border: 1px solid rgb(216, 216, 216);
}

.ratio::before {
padding-top: 0;
}

.product-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thumbnail-img-container {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.thumbnail-description-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  flex-grow: 1;
}


.card-title {
  min-height: 75px;
  font-weight: 600 !important;
}

.product-thumbnail:hover .thumbnail-description-container a h5{
    color: #119B49;
}



/*-------------------*/

/* PRODUCT */

.prod_option_block .product-personalization .form-item {
    align-items: center;
}

.recently-viewed-products h2,
.related-products h2{
    font-size: 2.6rem;
    font-weight: 700 !important;
    line-height: 1.2;
    margin-bottom: 2rem;
}


/*-------------------*/

/* CART/CHECKOUT */

/*-------------------*/

/* FOOTER */

.footer-contact{
  color:#fff;
  max-width:300px;
}

.footer-country{
	font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-size: 17px !important;
    text-transform: uppercase;
}

.footer-address,
.footer-phone{
  position:relative;
  padding-left: 29px;
  margin-bottom:15px;
}

.footer-address svg,
.footer-phone svg{
  position:absolute;
  left:0;
  top:3px;
}

.footer-address p{
  margin:0;
  line-height:1.6;
}

.footer-phone a{
  color:#fff;
  text-decoration:none;
  font-weight:500;
}

.footer-phone a:hover{
  text-decoration:underline;
}

img.img-fluid.footer-logo {
    height: auto;
    margin-left: -30px;
    width: 350px;
}


ul.nav.flex-column.links.pages {
    margin-left: -1rem;
}

.footer-container {
    padding: 94px 1.25rem 35px;
}

.footer-container .nav-link {
  line-height: 1.2;
  margin-bottom: 7px;
  color: #bebebe !important;
  font-size: 15px;
  padding: 0 1rem;
}

.footer-container .nav-link span:hover {
    color: #82C668;
}

.footer-container .links.pages li a.main-cat {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.footer-copyright {
    color: #999 !important;
}

.footer-bottom.border-top {
    border-top: 1px solid #7b868c !important;
  	padding-top: 15px;
}

h3.font-weight-bolder {
    color: #bebebe;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1.75rem;
  	padding: 0;
    font-weight: 700;
}

.footer-container .wrapper {
    padding-left: 15px;
    padding-right: 15px;
}


 .footer-container {
      padding: 40px 0;
    }





/*-------------------*/

h2, .h2 {
       font-size: 2.6rem;
       font-weight: 700;
    }

/* MEDIA QUERIES */

@media (min-width: 1200px) {
    h2, .h2 {
       font-size: 2.6rem;
       font-weight: 700;
    }
}


@media screen and (max-width: 1200px){
  .featured-categories-inner {
  	justify-content: center;
  }

}

@media (max-width: 991px) {

.product-list, .product-list-home, .related-products-thumbnails, .recently-viewed-products-thumbnails {
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
  
  .featured-products-container h2 {
    text-align: center !important;
    letter-spacing: -.96px;
    font-size: 32px;
    line-height: 36px;
    color: #212930 !important;
  }
}

@media (max-width: 768px) {
  
  .category-overlay p.cat-name {
    font-size: 1.7rem;
  }
  
  .product-list {
      gap: 16px;
  }

  .thumbnail-img-container img {
  max-height: 140px;
  }

  .box-content {
  padding: 16px;
  }

}


@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}

@media (hover: none) {

}


/* =========================
PAGES – FAQS
========================= */

.faq-wrapper {
padding: 40px 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
color: #333333;
line-height: 1.6;
font-size: 16px;
min-height: 60vh;
}

.faq-title {
margin: 40px 0 20px;
color: #006699;
font-size: 27px;
font-weight: bold;
line-height: 30px;
}

.faq-subtitle {
font-size: 20px;
line-height: 28px;
font-weight: bold;
color: #2c3e50;
}

/* =========================
ACCORDION – BASE
========================= */

.accordion {
  width: 100%;
  border: 1px solid #82C668;
}



.policy-wrapper .accordion-item,
.contact-wrapper .accordion-item {
      border: 1px solid rgb(216, 216, 216);
      border-radius: 0 !important;
}

.accordion-button {
  padding: 16px 20px;
  font-weight: 400;
  color: #000;
  text-align: left;
  align-items: flex-start;
  
}

.product-option-wrapper .accordion-button {
    align-items: center;
}

.accordion-button, .accordion-item {
   border-color: #82C668;
}

.accordion-button:not(.collapsed) {
background-color: #f4f7f9;
color: #000;
}

.accordion-button span {
display: block;
width: 100%;
word-break: break-word;
}

.accordion-body {
padding: 18px 22px;
}

.accordion-body p {
margin-bottom: 14px;
}

.accordion-body a {
word-break: break-word;
}

/* Headings spacing */
h3 {
padding: 0 10px;
}

/* =========================
CONTACT ACCORDION
========================= */

#contactAccordion {
width: 100%;
}

#contactAccordion .accordion-body p {
margin-bottom: 12px;
}

/* =========================
RESPONSIVE – TABLET
========================= */

@media (max-width: 991px) {
.accordion-button {
padding: 14px 16px;
}

.accordion-button span {
font-size: 18px !important;
line-height: 26px !important;
}

.accordion-body {
font-size: 15px;
}
}

/* =========================
RESPONSIVE – MOBILE
========================= */

@media (max-width: 575px) {
.accordion-button span {
font-size: 16px !important;
line-height: 24px !important;
}

.accordion-body {
font-size: 14px;
padding: 14px 16px;
}

h3 {
font-size: 22px !important;
line-height: 28px !important;
}

/* Reduce outer vertical padding */
div[style*="padding: 40px 0"] {
padding: 24px 0 !important;
}

.mobile-copyright-section {
text-align:center;
}
}

/* Mobile */
.container-fluid.mobile-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Desktop */
@media (max-width: 992px) {
  .container-fluid.mobile-no-padding {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .navbar {
    align-items: center;
  }
  
  .footer-container {
    padding: 60px 0;
}
  
  .mobile-slider ul.nav.flex-column.links.pages {
    margin-left: 0;
  }
  
  ul.nav.flex-column.links.pages {
    margin-left: -1rem;
  }
  
  .mobile-slider::before {
    content: none !important;
  }
  
  .mobile-slider li > a {
    color: #21366d;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
  }
  
  a.btn.secondary.empty-cart {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
  
  .pages.categories {
           padding: 20px 10px 15px !important;
  }
  
  .mobile-slider a.main-cat.nav-link {
    border-bottom: 1px solid #d8d8d8;
    height: 55px;
  }
  
  .content-container {
    max-width: 1200px;
}
  
  .btn.secondary {
    padding: .5rem 11px;
}
  
  .mobile-slider a.sub-cat.nav-link {
      margin-left: 4rem !important;
      padding: 5px 0 0 !important;
  }
  
  .mobile-slider {
    max-height: 280px;
    overflow-y: auto;
  }

  .mobile-slider ul {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  
  .footer-container .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .footer-container .footer-custom {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 1.5rem;
  }
  
  .footer-container h4 {
    font-size: 24px;
  }
  
  h3.px-0.email-contact {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  
}

@media (max-width: 575px) {

  /* Make footer row relative */
  .footer-container .row {
    position: relative;
  }

  /* Move logo to top-right of footer */
  .footer-logo {
    position: absolute;
    top: -35px; 
    right: 0; 
  }

  /* Add space so links don't overlap logo */
  .footer-container .col-lg-3:first-child {
    padding-right: 140px;
  }

}
/* =========================
RESPONSIVE – VERY SMALL
========================= */

@media (max-width: 375px) {
.accordion-button span {
font-size: 15px !important;
}

.accordion-body {
font-size: 13.5px;
}
}


/* FEATURED PRODUCTS CAROUSEL */

/* ================================
   WRAPPER
================================ */
.featured-products-carousel-wrapper {
  position: relative;
  padding: 0 40px; /* space for arrows */
}


/* ================================
   CAROUSEL MASK
================================ */
.featured-products-carousel {
  overflow: hidden;
  width: 100%;
}


/* Track */
.fp-track {
  display: flex;
  transition: transform .4s ease;
}


/* ================================
   PRODUCT WIDTH (4 DEFAULT)
================================ */
.fp-track .product-thumbnail {
  flex: 0 0 25%;
  max-width: 25%;
  
}



/* Tablet */
@media (max-width: 1200px) {
  .fp-track .product-thumbnail {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

/* Small */
@media (max-width: 768px) {
  .fp-track .product-thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .fp-track .product-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.fp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.fp-arrow svg {
    width: 80px;
    height: 68px;
    fill: none;
    stroke: #21366D;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .2s ease;
}


.fp-arrow:hover svg {
  stroke: #1b5fb3;
  transform: scale(1.15);
}

.fp-prev {
  left: -30px;   
}

.fp-next {
  right: -30px; 
}

.featured-products-carousel-wrapper:before,
.featured-products-carousel-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.featured-products-carousel-wrapper:before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.featured-products-carousel-wrapper:after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
