@font-face {
  font-family: 'Plantin';
  src: url('/assets/font/plantin-mt-pro/PlantinMTPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Plantin';
  src: url('/assets/font/plantin-mt-pro/PlantinMTPro-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'PS Fournier';
  src: url('/assets/font/ps-fournier/PSFournierStd-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PS Fournier';
  src: url('/assets/font/ps-fournier/PSFournierStd-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Area Extended';
  src: url('/assets/font/area-extened/AreaExtended-Semibold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
.title {
  text-transform: none !important;
}

body {
  font-family: 'Plantin', serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 0, 0, 0.9) /*{body-font-colour}*/;
	background-color: #ffffff;
}
.free-word {
  font-family: 'Plantin', serif; /* or your custom font */
  font-style: italic;
  font-weight: 600; /* adjust based on your uploaded fonts */
  text-transform: lowercase;
}
/*------------- Text Styling -------------*/
a,
.pagination > li > a,
.pagination > li > span  {
	color: rgba(82, 82, 82, 0.9) /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: rgba(82, 82, 82, 0.9) /*{link-text-colour}*/;
	opacity:0.8;
}
h1,
.h1 {
	font-family: 'PS Fournier', serif;
	letter-spacing: normal !important;
	text-transform: capitalize !important;

}
h2,
.h2 {
	font-family: 'PS Fournier', serif;
	font-style: italic;
	letter-spacing: normal !important;
}
h3,
.h3 {
	font-family: 'PS Fournier', serif;
	font-style: normal;
	letter-spacing: normal !important;
}
h4,
.h4 {
	font-family: 'Area Extended', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
h5,
.h5 {
	font-family: 'PS Fournier', serif;
	font-style: normal;
	letter-spacing: normal !important;
}
h6,
.h6 {
	font-family: 'PS Fournier', serif;
}
h1,
.h1 {
	font-size: 32px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 16px !important;
}
label {
  font-family: 'PS Fournier', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: lowercase;
}

/*------------- Button Styling -------------*/
.btn-default,
.label-default,
body.active #mobile-menu .closebtn {
	color: rgba(54, 55, 65, 1) /*{btn-default-text-colour}*/;
	background-color: rgba(250, 249, 246, 1) /*{btn-default-bg-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:hover
.open .dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: rgba(38, 39, 45, 1) /*{btn-default-text-colour-hover}*/;
	background-color: rgba(252, 250, 240, 1) /*{btn-default-bg-colour-hover}*/;
}
.btn-primary,
.btn-success,
.label-primary,
.label-success,
.blog-thumbnail .blog-date,
#wrapper-staticmenu .navbar-nav > li > a:after,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: rgba(54, 55, 65, 1) /*{btn-primary-text-colour}*/;
	background-color: rgba(250, 249, 246, 1) /*{btn-primary-bg-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: rgba(32, 32, 33, 1) /*{btn-primary-text-colour-hover}*/;
	background-color: rgba(252, 250, 240, 1) /*{btn-primary-bg-colour-hover}*/;
}
.btn-warning,
.label-warning {
	color: rgba(38, 39, 45, 1) /*{btn-warning-text-colour}*/;
	background-color: rgba(252, 250, 240, 1) /*{btn-warning-bg-colour}*/;
}
.thumbnail-badge.label-warning span {
	color: rgba(38, 39, 45, 1) /*{btn-warning-text-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: rgba(38, 39, 45, 1) /*{btn-warning-text-colour-hover}*/;
	background-color: rgba(250, 249, 246, 1) /*{btn-warning-bg-colour-hover}*/;
}
.btn-danger,
.label-danger {
	color: rgba(38, 39, 45, 1) /*{btn-danger-text-colour}*/;
	background-color: rgba(252, 250, 240, 1) /*{btn-danger-bg-colour}*/;
}
.thumbnail-badge.label-danger span {
	color: rgba(38, 39, 45, 1) /*{btn-danger-text-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.open .dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
}
.btn-info,
.label-info {
	color: rgba(54, 55, 65, 1) /*{btn-info-text-colour}*/;
	background-color: rgba(250, 249, 246, 1) /*{btn-info-bg-colour}*/;
}
.thumbnail-badge.label-info span {
	color: rgba(54, 55, 65, 1) /*{btn-info-text-colour}*/;
	background-color: rgba(250, 249, 246, 1) /*{btn-info-bg-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: rgba(54, 55, 65, 1) /*{btn-info-text-colour-hover}*/;
	background-color: rgba(252, 250, 240, 1) /*{btn-info-bg-colour-hover}*/;
}
.btn-inverse {
	color: #333333 /*{btn-inverse-text-colour}*/;
  border-color: #333333 /*{btn-inverse-border-colour}*/;
	background-color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #989898;
  background-color:#fff;
  margin: 0 3px;
  border: none;
  display: inline-block;
  text-align: center;
}
.breadcrumb span,
.breadcrumb a {
  text-transform: lowercase;
}

  .page-header h1 {
  text-transform: none !important;

}

.toggle-filters span {
  text-transform: lowercase !important;
}  
  form select[name="sortby"],
form select[name="sortby"] option {
  text-transform: lowercase !important;
 
}

.btn-text p {
  text-transform: lowercase !important;

}
.product-quantity label {
  text-transform: none !important;
  font-family: 'Plantin', serif;
  font-weight: 300;
  font-style: normal;
} 
.wishlist_toggle span {
  font-family: 'Plantin', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: 13px !important;
  text-transform: lowercase !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
} 

.tooltip-inner {
  font-family: 'Plantin', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 13px;
  color: #000;
  background-color: #f9f9f9;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #000; /* thin black border */
} 
.productprice,
.productwasprice,
.productrrp {
  font-family: 'PS Fournier', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px; /* adjust as needed */
  text-transform: none;
}
.panel-title {
  font-family: 'Area Extended', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: Uppercase;
  letter-spacing: 0.025em; /* +25 tracking */
  font-size: 14px;
  
}
.panel-heading-thumbnails .panel-title {
  font-family: 'PS Fournier', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  text-transform: lowercase !important;
}

/* Capitalise the first letter only */
.panel-heading-thumbnails .panel-title::first-letter {
  text-transform: uppercase;
} 

#header-cart th,
#header-cart td {
  text-transform: capitalize !important;
  font-weight: 300; /* optional */
  font-family: 'Plantin', serif; /* optional */
}
.checkout-btn a.btn.btn-success {
  border-radius: 100px;
  font-family: 'PS Fournier', serif;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}
.cartTable--heading {
  text-transform: capitalize !important;

}
.thumb_cart {
  text-transform: none !important;

}


/*--------- HEADER ---------*/
/* Annoucement Bar */
#wrapper-announcement {
  background-color: rgba(250, 249, 246, 1); /*{announcement-bg}*/
  text-transform: capitalize !important;
  font-style: normal;
  font-weight: 400; /* light */
  font-family: 'Plantin', serif; /* optional: if you want to match your brand fonts */
}

#wrapper-announcement,
#wrapper-announcement a {
  color: rgba(54, 55, 65, 1); /*{announcement-text}*/
  font-style: normal;
  font-weight: 400;
}
/* Header Cart */
#header-cart span,
.mob-cart span.cart-count {
  background-color: rgba(250, 249, 246, 1) /*{btn-primary-bg-colour}*/;
  color: rgba(54, 55, 65, 1) /*{btn-primary-text-colour}*/;
}
/* Main Menu */
#wrapper-staticmenu .navbar-nav > li > a {
  color: rgba(54, 55, 65, 1);
  font-family: 'Area Extended', sans-serif;
  font-weight: 300; /* makes it thinner */
  text-transform: uppercase;
  letter-spacing: 0.025em;

}
#wrapper-staticmenu .navbar-nav > li:hover > a,
#mobile-menu a:focus,
header .list-social a:hover .fa,
footer .list-social .fa:hover {
  color: rgba(166, 168, 165, 1) /*{header-menu-link-hover}*/;
}

/* KIT HEADER TITLE */
.panel-title {
  font-family: 'PS Fournier', serif;
  font-size: 18px;
  font-style: normal;
  text-transform: none;
}

/* KIT PRODUCT NAME */
.components-thumbnail .title {
  font-family: 'Plantin', serif;
  font-weight: 300;
  font-style: normal;
}

/* PRICE LABEL */
.components-thumbnail .price {
  font-family: 'Plantin', serif !important;
  font-weight: 300;
  font-style: italic;
}

/* QTY LABEL */
.input-group-addon {
  font-family: 'Plantin', serif;
  font-style: italic;
  text-transform: lowercase;
}

/* QTY INPUT FIELD */
.component-config-input {
  font-family: 'Plantin', serif;
  font-style: normal;
}

/* VARIATION DROPDOWNS */
.component-var-opt {
  font-family: 'Plantin', serif;
  font-style: normal;
  font-size: 14px;
}

.input-group-addon {
  background-color: #faf9f6 !important; /* your defined off-white */
  color: #000; /* optional: make text black for contrast */
  border: 1px solid #ccc; /* optional: match input box border */
  font-family: 'Plantin', serif;
  font-style: italic;
  text-transform: lowercase; /* optional: match your style */
}
.page-header h1,
.page-header .h1 {
  font-family: 'PS Fournier', serif;
  text-transform: none !important;
  font-style: normal;
  font-weight: 400;

}

/*--------- HOME PAGE ---------*/
/* Featured Ad Hover Overlay */
.wrapper-featured-grid .grid-item {
  position: relative;
  overflow: hidden;
}

.wrapper-featured-grid .grid-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(250, 249, 246, 0); /* Start fully transparent */
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.wrapper-featured-grid .grid-item:hover::before {
  background-color: rgba(250, 249, 246, 0.6); /* Off-white w/ transparency on hover */
}


.wrapper-featured-grid .grid-item .btn,
.wrapper-featured-grid .grid-item .mb-button--small {
  background-color: rgba(250, 249, 246, 1) !important;
  color: rgba(54, 55, 65, 1) !important;
  border: 1px solid rgba(54, 55, 65, 0.2);
}

.wrapper-featured-grid .grid-item .btn:hover,
.wrapper-featured-grid .grid-item .mb-button--small:hover {
  background-color: #FCFAF0 !important;
  color: rgba(38, 39, 45, 1) !important;
  border-color: rgba(38, 39, 45, 0.3) !important;

}

.carousel-caption-wrapper,
.wrapper-featured-grid .caption,
.wrapper-featured-grid .grid-item:hover:before,
#instafeed > a:hover:after {
	background-color: rgba(250, 249, 246, 0.7) /*{featured-ad-bg-colour}*/;
}
.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption p,
.wrapper-featured-grid .caption h2.headline,
.wrapper-featured-grid .caption .linktext,
#instafeed > a span.likes {
	color: rgba(54, 55, 65, 1) /*{carousel-text-colour}*/;
}
/*--------- FOOTER ---------*/
/* USPS */
.wrapper-usps .fa {
  color: rgba(55, 56, 66, 0.9) /*{usp-colour}*/;
}
/* Thumbnail quantity field */
.products-row article .thumb-qty-field {
    width: 50px;
    margin-right: 5px;
}
.products-row article .thumb-qty-field + .addtocart {
    width: calc(100% - 55px);

}
/* Thumbnails: Top Seller Badge */
.savings-container {
    width: 100%;
    left: -5px;
    top: -5px;
    z-index: 1;
}
.thumbnail-badge .badge-text {
  font-family: 'Plantin', serif;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 15px;
}    

.top-seller-badge {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    white-space: normal;
    font-size: 13px;
    font-weight: 500;
    padding: 2px;
    margin-top: 2px;
}
/* ====== Refined Minimal Off-White Buttons ====== */
  button,
.btn,
.btn-default,
.btn-primary {
  font-family: 'Plantin', serif;
  font-style: italic;
  text-transform: lowercase;

  font-weight: 500; /* Less bold */
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
  border-radius: 32px;
  padding: 12px 28px;
  border: 1px solid rgba(54, 55, 65, 0.2); /* Thin charcoal border */
  color: rgba(54, 55, 65, 1); /* Charcoal text */
  background-color: rgba(250, 249, 246, 1); /* Off-white background */
  transition: all 0.3s ease-in-out;
}
button:hover,
.btn:hover,
.btn-default:hover,
.btn-primary:hover {
  background-color: rgb(252, 250, 240);
  color: rgba(38, 39, 45, 1);
  border-color: rgba(38, 39, 45, 0.3); /* Slightly darker on hover */
  transform: scale(1.01);
}
button:disabled,
.btn:disabled {
  background-color: #e6e6e6;
  color: #999999;
  border-color: #cccccc;
  cursor: not-allowed;
  transform: none;
}
.mb-button--small {
  background-color: rgba(250, 249, 246, 1);
  color: rgba(54, 55, 65, 1);
  padding: 6px 16px;
  font-family: 'Plantin', serif;
  font-style: italic;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: lowercase;
  border-radius: 24px;
  border: 1px solid rgba(54, 55, 65, 0.2);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.mb-button--small:hover {
  background-color: #FCFAF0;
  color: rgba(38, 39, 45, 1);
  border-color: rgba(38, 39, 45, 0.3);
  transform: scale(1.01);
}
.featured-caption {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 12px 24px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}
.featured-caption:hover {
  border-color: transparent;
}



 
/* ===== Desktop Default ===== */
.strength-wrapper {
  display: block;
  margin-bottom: 10px;
}
.strength-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid #000;
  font-family: sans-serif;
  font-size: 14px;
  margin: 12px auto;
  white-space: nowrap;
  border-radius: 0px; /* Square edges */
  max-width: 100%;
}
.strength-selector label {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
}
.strength-options {
  display: flex;
  gap: 4px;
}
.strength-options span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: #FCFAF0;
  font-size: 11px;
  color: #333;
  flex-shrink: 0;
}
.strength-options .selected {
  border: 1px solid #000;
  font-weight: bold;
  background: #fff;
}
/* ===== Mobile View ===== */
@media (max-width: 480px) {
  .strength-selector {
    transform: scale(0.7); /* Adjust size */
    transform-origin: top center;
    display: inline-block;
    margin: 0 auto 12px auto;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0px;
    max-width: 100%;
    overflow: hidden;
  }
}
  .strength-selector label {
    font-size: 10px;
    margin-right: 0px;
  }
  .strength-options {
    display: inline-flex;
    gap: 4px;
  }
  .strength-options span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    flex-shrink: 0;
  }
  
  
  .freebies .alert.alert-success {
  background-color: #FCFAF0 !important;
  border-color: transparent;
  color: #363741 !important;
}

.freebies .alert.alert-success h3,
.freebies .alert.alert-success p,
.freebies .alert.alert-success a,
.freebies .alert.alert-success strong {
  color: #363741 !important;
}
.btn,
.btn-default,
.btn-success,
.btn-info,
.btn-warning {
  background-color: rgba(250, 249, 246, 1);
  color: rgba(54, 55, 65, 1);
  border: 1px solid rgba(54, 55, 65, 0.2);
  text-transform: lowercase;
}

.btn:hover,
.btn-default:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover {
  background-color: #FCFAF0 !important;
  color: rgba(38, 39, 45, 1) !important;
  border-color: rgba(38, 39, 45, 0.3) !important;
  transform: scale(1.01);
}
footer h4 {
  font-family: 'Area Extended', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}


/* ===== Carousel Caption Styles: Refined Final ===== */
.carousel-caption {
  position: absolute;
  top: auto !important;
  bottom: 60px !important;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}

.carousel-caption h1 {
  font-family: 'PS Fournier', serif;
  font-size: 40px;
  font-weight: normal;
  color: #faf9f6;
  text-align: center;
  text-transform: none;
  line-height: 1.3;
  margin: 0 0 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  white-space: normal;
}

.carousel-caption h1 br {
  display: inline;
}

.carousel-caption p {
  font-family: 'Plantin', serif;
  font-size: 16px;
  font-style: italic;
  color: #faf9f6;
  font-weight: 300;
  text-transform: none !important;
  margin: 0 0 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Button style */
.carousel-caption a.btn-carousel {
  display: inline-block;
  font-family: 'Plantin', serif;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  padding: 12px 28px;
  border: 1px solid #faf9f6;
  color: #faf9f6;
  border-radius: 999px;
  background: transparent;
  transition: all 0.3s ease;
}

.carousel-caption a.btn-carousel:hover {
  background: #faf9f6;
  color: #000;
}
.wrapper-carousel .advert-carousel {
  width: 100%;
  height: 800px !important;
  max-height: none !important;
  overflow: hidden;
  position: relative;
}

img.advert-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

