/** Shopify CDN: Minification failed

Line 187:19 Expected identifier but found whitespace
Line 187:21 Unexpected "{"
Line 187:29 Expected ":"
Line 624:10 Expected identifier but found whitespace
Line 624:12 Unexpected "{"
Line 624:20 Expected ":"
Line 624:41 Expected ":"
Line 1034:0 Unexpected "}"

**/
@font-face {
  font-family: 'InterRegular';
  src: url('/assets/InterRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Calibri';
  src: url('/assets/Calibri Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Abel';
  src: url('/assets/Abel-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HTOWERT';
  src: url('/assets/HTOWERT.TTF') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/Inter-VariableFont_opsz_wght.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Abel';
  src: url('{{ 'Abel-Regular.woff2' | asset_url }}') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SpectralBold';
  src: url('/assets/Spectral-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SpectralRegular';
  src: url('/assets/Spectral-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'InterRegular', sans-serif;
}

h1, h2, h3 {
  font-family: 'SpectralBold', serif;
}

.h5, h6 {
  font-family: 'InterRegular', sans-serif;
}

/* p {
  font-family: 'InterRegular', serif !important;
} */


.cta-button {
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s ease !important;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 15px #9F5122;
}

.custom-featured-button {
  margin-top: 64px;
}

.custom-featured-button a {

  text-decoration: none !important;
  background-color: transparent !important;
  color: #9F5122 !important;
  font-family: 'Abel', sans-serif !important;
}

.announcement-bar p {
  margin-bottom: 0;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #f5e4d9;
}

.header--middle-left {
  display: flex;
  justify-content: space-between;
}

#collection-template--19467897635037__featured_collection h2.title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-family: 'SpectralRegular', serif;
}

#collection-template--19467897635037__featured_collection .collection__description h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 64px;
}

.card:not(.ratio) {
  border: none !important;
  height: auto !important;
}

#Slider-template--19467897635037__featured_collection.grid {
  column-gap: 39px;
}

/* ------------------------------
   SECTION: STAR OF THE WEEK
--------------------------------*/
.star-of-the-week-section {
  padding: 80px 0;
}

.star-of-the-week-section .star-of-the-week-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.star-of-the-week-section .hotseller-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-family: Spectral;
}

.star-of-the-week-section .feature-image-container {
  position: relative;
  width: 100%;
}

.star-of-the-week-section .feature-image-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: {{section.settings.border_color}};
}

.star-of-the-week-section .star-overlay {
position: absolute;
    /* bottom: 145px; */
    bottom: 70px;
    right: 0;
    padding: 20px;
    background: none;
    left: 255px;
}

.star-of-the-week-section .star-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -3px;
  color: #000;
  font-family: Spectral;
}

.star-of-the-week-section .gallery-images {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.star-of-the-week-section .gallery-image-wrapper {
  width: 100%;
}

.star-of-the-week-section .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}

.star-of-the-week-section .product-subtitle,
.star-of-the-week-section .product-price,
.star-of-the-week-section .shipping-note {
  font-family: Spectral;
}

.star-of-the-week-section .product-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.star-of-the-week-section .product-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.star-of-the-week-section .shipping-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.star-of-the-week-section .cta-container {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.star-of-the-week-section .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  background-color: #FFEEE3;
  border: 1px solid #9F5122 !important;
  color: #9F5122;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px !important;
  padding: 10px 7px !important;
   font-family: 'Abel', sans-serif !important;
}
.star-of-the-week-section .button:after {
   content: none !important;
}
.star-of-the-week-section .arrow-icon {
  margin-left: 10px;
}

.featured-products-showcase {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* ------------------------------
   SECTION: FEATURED EYEWEAR
--------------------------------*/
.eyewear-section {
  background-color: #D78D61;
  padding: 80px 20px;
}

.eyewear-section .eyewear-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.eyewear-section .flex-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.eyewear-section .panel {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.eyewear-section .panel-image {
  overflow: hidden;
  height: auto;
  /* min-height: 400px; */
}

.eyewear-section .full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyewear-section .panel-info {
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
}

.eyewear-section .sunglasses-info {
  background-color: #e8f4f8;
  text-align: center;
}

.eyewear-section .frames-info {
  background-color: #ffffff;
  text-align: center;
}

.eyewear-section .section-title {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -3px;
  text-transform: uppercase;
  font-family: Spectral;
}

.eyewear-section .product-image-container {
  width: 100%;
  height: 260px;
  margin: 20px 0;
}

.eyewear-section .product-image {
 
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.eyewear-section .product-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #9C9696;
  margin-bottom: 8px;
  font-family: Spectral;
}

.eyewear-section .product-price {
  font-weight: 600;
  font-size: 14px;
  font-family: Spectral;
}

/* .eyewear-section .panel-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
} */

.eyewear-section .panel-overlay-right {
  left: auto;
  right: 24px;
}

#shopify-section-template--19467897733341__main p, #shopify-section-template--19467897733341__main li, #shopify-section-template--19467897733341__main span{
    font-size: 13px;
}

ul#HeaderMenu-MenuList-1,
ul#HeaderMenu-MenuList-2, 
ul#HeaderMenu-MenuList-3, 
ul#HeaderMenu-MenuList-4, 
ul#HeaderMenu-MenuList-5, 
ul#HeaderMenu-MenuList-6, 
ul#HeaderMenu-MenuList-7,
ul#HeaderMenu-MenuList-8, 
ul#HeaderMenu-MenuList-9, 
ul#HeaderMenu-MenuList-10 
{
    max-height: 70vh;
    overflow: auto;
}


/* .eyewear-section .shop-button {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 8px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.eyewear-section .shop-button:hover {
  background-color: white;
} */
.eyewear-section .panel-overlay {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.eyewear-section .shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #fff;
  gap: 12px;
  transition: all 0.3s ease;
}

.eyewear-section .shop-button:hover {
  /* background-color: white; */
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* Start Amaan Memon's Code */
.header__menu-item span {
  font-weight: 500;
  color: black;
}

.header__active-menu-item {
  text-decoration: none;
}
.shop-by-category{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.shop-by-category .collection-card__image {
  object-fit: scale-down !important;
}

ul.list-menu.list-menu--inline {
  gap: 10px;
  text-transform: uppercase;
}

ul#Slider-template--19467897635037__featured_collection {
  display: flex;
  justify-content: center;
}

a.bon-ton-footer__heading.bon-ton-footer__heading--link {
  /* font-family: Calibri !important; */
  font-family: 'InterRegular', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;
  vertical-align: middle;
}

h3.bon-ton-footer__heading.bon-ton-footer__heading--center {
  font-family: Calibri;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;
  vertical-align: middle;
}

.bon-ton-footer__subscribe-button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 25px !important;
  cursor: pointer !important;
  width: 185px !important;
  margin-bottom: 30px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.25px !important;
  text-align: center !important;
  vertical-align: middle !important;
  height: 40px !important;
}

.bon-ton-footer__field {
  border: 1px solid #BCB9B9 !important;
}

.product-block {
  background-color: #fff !important;
}

.product-block .product-info {
  text-align: left !important;
}

.product-block .product-info .product-title {
  font-family: Spectral;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #9C9696;
}

.product-block .product-info .product-price {
  font-family: Spectral;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  vertical-align: middle;
}

.cta-button {
  color: #9F5122 !important;
  font-family: HTOWERT !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0px !important;
  vertical-align: middle !important;
  gap: 10px !important;
  padding-top: 14px !important;
  padding-right: 24px !important;
  padding-bottom: 14px !important;
  padding-left: 24px !important;
  border-width: 1px !important;
  background: #FFEEE3 !important;
  border: 1px solid #9F5122 !important;
  transition: all 0.3s ease;
}

.product-details .product-subtitle {
  color: #9C9696;
  font-family: Spectral;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.product-details .shoping-note {
  font-family: Spectral;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

p.announcement-bar__message.h5 span {
  margin-bottom: 0;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #f5e4d9;
}

sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
  border: none;
  box-shadow: none;
}

.center.collection__view-all.scroll-trigger.animate--slide-in {
  display: none;
}

.featured-products-showcase {
  padding: {{section.settings.padding}}px;
}

.localization-details {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: inherit;
  color: #222;
  margin-right: 18px;
}

.bon-ton-footer__logo {
  max-width: 80px !important;
}

.banner:before, .banner__media:before, .banner:after, .banner__media:after {
  background: white;
}

.eyewear-section, .star-of-the-week-section {
  padding: 80px 10px !important;
  width: 80%;
}

/* Start Amaan's Code */
.product__media.media.media--transparent {
  min-height: 400px;
  object-fit: contain;
  padding: 0 !important;
  margin: 0;
}

img.image-magnify-lightbox, .thumbnail img {
  object-fit: contain !important;
}

.card__inner.color-scheme-2.gradient.ratio {
  min-height: 200px;
  margin: 20px 0;
}

img.motion-reduce {
  object-fit:contain !important;
  background:white;
}
/* End Amaan's Code */

/* === WhatsApp Support Block === */

.custom-whatsapp-support {
  margin-top: 20px;
  background-color: #DEFFE1;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 57%;
}

.custom-whatsapp-support a {
  text-decoration: none;
  color: #29B63A;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.custom-whatsapp-support span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding-bottom: 3px;
}

.custom-whatsapp-support-container {
  display: grid;
}

/* === End WhatsApp Support Block === */

.product__title h1 {
  font-family: Spectral;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: black;
}

.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.product-form__input--pill input[type=radio]+label {
  background: #F0F0F0 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 15px !important;
  color: black !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  margin: 0 8px 0 0px;
}

.product-form__input--pill input[type=radio]:checked+label {
  background-color: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
}

.product-form__buttons {
  display: flex;
  gap: 24px;
}

.product-form__buttons button {
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-form__input {
  margin: 0 !important;
  padding: 0 !important;
}

.product-form__buttons button span {
  font-family: Abel;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.shopify-payment-button {
  width: 100%
}

.product__description span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}

p.product__text.inline-richtext.caption-with-letter-spacing {
  display: none;
}

variant-selects {
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
  padding: 24px 0;
  margin: 24px 0;
}

variant-selects legend.form__label {
  /* font-family: Satoshi; */
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 9px !important;
  color: #00000099;
}

.price__sale span {
  font-family: Spectral;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.44px;
  vertical-align: middle;
}

.price .price-item {
  font-family: Spectral;
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0.44px;
  vertical-align: middle;
  color: black;
}

p.product__text.inline-richtext.subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color:#676767;
  padding-bottom: 15px;
  border-bottom: 2px solid #F0F0F0;
}

span.badge.price__badge-sale.color-scheme-4 {
  background: #00BF2D1F;
  color: #00B01A;
  /* font-family: Satoshi; */
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding: 6px 14px;
  border-radius: 50px;
}

.product-form__buttons {
  max-width: unset !important;
}

.product__description.rte.quick-add-hidden {
  border-top: 2px solid #F0F0F0;
  padding-top: 2.5rem;
  font-size: 16px;
}

.product__info-container>*+* {
  margin: 24px 0 !important;
}

.slider-mobile-gutter ul{
  padding-bottom: 0px;
  margin-bottom: 0;
}

.accordion summary {
  padding: 24px 0 !important;
}

.grid__item .accordion:first-of-type summary {
  padding-top: 0 !important;
}

.section-template--19467897798877__collapsible_content_9FQmUa-padding {
  padding: 40px !important;
}

@media (min-width:768px){
  .section-template--19467897798877__main-padding {
        padding-bottom: 64px !important;
  }
}

.collapsible-content-wrapper-narrow {
  padding: 0 !important;
}

.accordion__content {
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.product__text.caption-with-letter-spacing+.product__title{
  padding: 0 !important;
  margin: 0 !important;
}

.related-products__heading{
  text-align: center;
  margin: 0 0 24px !important;
}

.related-products{
  padding-top: 80px !important;
}

/* End Amaan Memon's Code */

/*breadcrumbs css*/

.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
  color: #666;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.button--full-width {
  gap: 12px;
}

/* Icon with text css*/
.icon-with-text--horizontal {
  display: flex;
  justify-content: space-between !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0rem !important;
}

.icon-with-text--horizontal .icon-with-text__item{
  flex-direction: row !important;
  gap: 12px;
  width: 50% !important;
  margin-bottom: 11px;
}

.icon-with-text--horizontal .icon-with-text__item .h4{
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-bottom: 0; 
}

.icon-with-text--horizontal .icon-with-text__item img{
  border: 1px solid #DCDCDC;
  border-radius: 100%; 
  padding: 6px;
  height: 28px;
  width: 28px;
  margin-bottom: 0; 
}

.eyewear-section{
  max-width: unset !important;
}

.star-title {
  position: absolute;
  bottom: -40px;
  left: 0;
  white-space: nowrap;
}

.card__heading{
  color: #9C9696;
  font-family: Spectral;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
}

span.price-item.price-item--regular {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.44px;
  vertical-align: middle;
}

.featured-products-showcase, .eyewear-section .eyewear-container{
    width: 80% !important;
}

.product__media-wrapper .slider-mobile-gutter .slider-button{
  display: none !important;
}

.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{
  width: calc(19% - .8rem) !important;
}

.buy-now-btn{
  background: black;
  color: white;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.jdgm-preview-badge .jdgm-star{
    font-size: 15px;
}

.rating-wrapper{
  display: none
}

.card__inner{
  min-height: 100%;
}

.thumbnail-slider .thumbnail-list.slider--tablet-up{
  padding: .5rem 0 !important;
}

.related-products__heading{
  font-family: Spectral;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
}

/* .luxury-price {
  font-size: 1.3em;
  font-weight: 500;
  color: gold;
}
.luxury-contact {
  background-color: black;
  color: gold !important;
  text-align: center;
} */
