/* 100 — Thin */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Thin.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-ThinItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* 200 — ExtraLight */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-ExtraLight.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-ExtraLightItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* 300 — Light */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Light.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-LightItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* 400 — Regular */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Regular.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Italic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* 500 — Medium */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Medium.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-MediumItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* 600 — SemiBold */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-SemiBold.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* 700 — Bold */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Bold.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* 800 — ExtraBold */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-ExtraBold.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-ExtraBoldItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* 900 — Black */
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-Black.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ArtegraSans';
  src: url('../fonts/artegra/ArtegraSans-BlackItalic.woff2') format('woff2'),
       url('../fonts/artegra/ArtegraSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SloopScriptThree";
  src: url("../fonts/SloopScriptPro.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}


body{
	font-family:ArtegraSans;
}


.sloop-script {
  font-family: 'SloopScriptThree', cursive;
}


.header-search-block {
  position: relative;
}

.header-search-input {
  background: transparent !important;
}

.header-search-icon {
  position: absolute;
  right: 32px;
  top: 16px;
}

.c-header__logo--mobile {
  justify-content: start !important;
}
@media (max-width: 767px) {
  .header-search-input {
    display: none;
  }
  .header-search-icon {
    position: relative;
    right: auto;
    top: auto;
  }
}

@media (min-width: 1190px) {
  .c-header--header-type-1 {
    padding: 40px 30px !important;
  }
}

.woocommerce-shipping-destination {
  display: none;
}

.c-badge--featured {
  display: none;
}

.categories-home {
  aspect-ratio: 1/1;
}
.categories-home:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .elementor-element-990b786 {
    flex-direction: column !important;
    gap: 20px;
  }
  .categories-home {
    aspect-ratio: 2/1;
  }
}

@media (max-width: 1024px) {
  .categories-home {
    aspect-ratio: 1/1;
  }
}

.dropdown-btn {
  background-color: transparent;
  height: 100%;
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
}
.dropdown-list {
  font-size: 14px;
}

.button-add-input {
  background: transparent;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  max-width: 40px;
  line-height: 1rem;
  border: 1px solid #000;
}
body:not(.home) .c-header .c-header__row-top .c-header__cell--top-right,
body:not(.home) .c-header .c-header__row-top .c-header__cell--top-center,
body:not(.home) .c-header .c-header__row-bottom .c-header__cell--bottom-right,
body:not(.home) .c-header .c-header__row-bottom .c-header__cell--bottom-center {
  display: none;
}
.c-header--sticky .c-header__row-top .c-header__cell--top-right,
.c-header--sticky .c-header__row-top .c-header__cell--top-center,
.c-header--sticky .c-header__row-bottom .c-header__cell--bottom-right,
.c-header--sticky .c-header__row-bottom .c-header__cell--bottom-center {
  display: none;
}
.c-header__row-top .c-header__cell--top-left,
.c-header__row-bottom .c-header__cell--bottom-left {
  justify-content: center;
}

.c-header__callback-wrap--quickview .single_add_to_cart_button {
  margin-top: 0 !important;
}

.add_to_cart_button:hover {
  background-color: transparent !important;
  color: black !important;
}

.font-buttons .font-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px;
  background: #fff;
  border-width: 1px;
}
.font-buttons .font-button:hover,
.font-buttons .font-button.active {
  background-color: #000;
  color: #fff;
}
.font-gothic {
  font-family: "CenturyGothic";
}
.font-corsiva {
  font-family: "Corsiva";
}

.c-product__atc-wrap {
  max-width: 100%;
}

#custom-text-wrapper {
  width: 100%;
  margin-top: 16px;
}

.c-product .product_meta .sku_wrapper {
  display: none !important;
}
/*.c-badge__list {
  display: none;
}*/

@media (max-width: 1280px) {
  .custom-input-row {
    flex-wrap: wrap;
    align-items: start !important;
    margin-bottom: 24px;
  }
  .custom-input-row .input-text {
    order: 10;
  }
  .custom-input-row .dropdown-multi {
    order: 5;
  }
}

.woocommerce-cart .c-page-header__top-row {
  display: none;
}

@media (min-width: 1260px) {
  .l-section--container,
  .l-section__container {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1260px) and (min-width: 768px) {
  .c-post__container--wishlist,
  .c-post__container--cart,
  .c-post__container--checkout {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-cart__thumbnail-link img {
  max-width: 150px !important;
  width: 150px !important;
  height: 150px !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.c-cart__shop-variation {
  display: block;
}

.product-attributes .variable-attr {
  margin: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: auto;
  letter-spacing: 0.025em;
  color: #6a6a6a;
}
.product-attributes .tex.c-cart__shop-tr:not(.c-cart__shop-tr--actions)t {
  font-weight: 400;
}

.c-cart__shop-td--product-price {
  min-width: 100px;
}

@media (max-width: 1024px) {
  .c-cart__shop-tr.cart_item {
    padding-left: 0;
    gap: 12px;
  }
  .c-cart__shop-td.c-cart__shop-td--product-thumbnail {
    position: relative;
    width: 100% !important;
    height: auto;
  }
  .c-cart__shop-remove-icon {
    inset-inline-start: 90%;
  }
  .c-cart__shop-tr:not(.c-cart__shop-tr--actions) {
    display: flex;
    flex-wrap: wrap;
  }
  .c-cart__shop-th.c-cart__shop-th--product-quantity,
  .c-cart__shop-th.c-cart__shop-th--product-subtotal {
    display: none;
  }
}

.c-cart__shop-tr--actions {
  display: none;
}

.c-product__atc-wrap .reset_variations {
  display: none !important;
}

.product-template-default form.cart button.button {
  margin-right: 0;
}

.dropdown-list label input[type="radio"] {
  display: none !important;
}

.upload-file-label {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0 12px;
}

.custom-file-wrapper {
  display: inline-flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 1px solid #000;
  height: 50px;
  cursor: pointer;
}

.c-top-menu__item.menu-item-5658 a .cart-count, .custom-mobile-menu a .cart-count{
	content:'';
	width:16px;
	height:16px;
	background-color:#E1C389;
	border-radius:100px;
	position:absolute;
	top:-8px;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
	color:#000;
	line-height:12px;
	padding-top: 4px;
}
.custom-mobile-menu a .cart-count{
	top:0;
}
.c-top-menu__item.menu-item-5658 a .cart-count.hidden, .custom-mobile-menu a .cart-count.hidden{
	display:none;
}
.custom-mobile-menu{
	display:flex;
	align-items:center;
	gap:12px;
}

.custom-button-cart {
	position:relative;
 max-width: 42px;
    padding: 8px;
    margin: 8px;
}
.custom-button-cart svg{
	width:24px;
}

.c-page-header__top-row:has(.c-breadcrumbs){
	display:none;
}

.c-page-header__sub-cat-item{
	width:180px;
}

.c-sub-categories__thumb-wrap{
	width:160px!important;
	height:160px!important;
	border-radius:0!important;
}

@media(min-width:1680px){
	.elementor-4510 .elementor-element.elementor-element-6c6924d{
		margin-top:20px!important;
	}
}
.c-product-grid__category-item {color:#181818;}

.c-product-grid__list .woocommerce-Price-amount.amount .from{
    display: none;
}
.summary .woocommerce-Price-amount.amount{
    margin-top: 25px;
}

.c-product__title, .woocommerce-loop-product__title{
    text-transform: none!important;
}
.insta-section{
	position:relative;
}
.insta-block{
	top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
	max-width:280px;
}
.cart-subtotal:not(.custom-cart-subtotal),
.cart-subtotal:not(.custom-cart-subtotal) + tr {
  display: none !important;
}
.fee.custom-fee .c-cart__sub-header {
  font-size: 19px;
}
.scroll-indicator {
  width: 20px;
  height: 60px;
  border: 1px solid #C6AD8A;
  position: relative;
  overflow: hidden;
  border-radius:20px
}
.scroll-indicator span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius:40px;
  background: #C6AD8A;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    top: -20px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
.scroll-down {
  display: flex;
  align-items:center;
  justify-content:center;
  position: absolute;
    bottom: 40px;
}
@media(max-width:767px){
.scroll-down {
	bottom: -180px;
}
}
.c-product__tabs-item.additional_information_tab{
	display:none;
}

.c-product-grid__price-wrap del{
	font-size: 19px!important;
}
/*.single-product .price, .single-product .summary.entry-summary p*/ .single-product .custom-variable-price{
	display:none;
}
.single-product .c-product__atc-wrap.c-product__atc-wrap--sticky{
	margin-top:0!important;
}

.c-product__wrap .c-badge.c-badge--sale {    
	padding: 5px 10px;
	border-radius: 4px;
	font-size:16px;
	line-height:20px;
}