@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

h2{
    font-family: 'Delicious';
font-weight: 500;
font-size: 48px;
line-height: 48px;
letter-spacing: 0%;
text-transform: unset;
color: #404040;
}

h3{
    font-family: 'Delicious';
font-weight: 500;
font-size: 28px;
line-height: 42px;
letter-spacing: 0%;
text-transform: unset;
color: #404040;
}
.text-pink{
    color: #DF3E8E;
}
.header-first{
    min-height: 604px;
}
.text-999999{
    color: #999999;
}

.header-first h1{
    font-family: 'Delicious';
font-weight: 500;
font-size: 60px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: unset;
color: #fff;
}
.header-first h2{
    font-family: 'Delicious';
font-weight: 500;
font-size: 28px;
line-height: 42px;
letter-spacing: 0%;
text-align: center;
color: #fff;
text-transform: unset;
}
.br-cards{
    border-radius: 16px;
}
.category{
    overflow: hidden;
}
.category img{
    border-radius: 16px;
    aspect-ratio: 3/4;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    width: 100%;
}
.category .cat-info{
    background-color: #F9F9F9;
    border-radius: 16px;
    padding: 18px 20px;
    transition: all 0.3s ease-in-out;
}
.category:hover img{
transform: scale(1.1);
}
.category:hover .cat-info{
    background-color: #DF3E8E;
}
.category .cat-info *{
   transition: all 0.3s ease-in-out; 
}
.category:hover .cat-info *{
    color: #fff;
}
.product-info h5{
    font-family: 'DM Sans';
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #999999;
}
.product-info h4{
    font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #404040;
}
.product-info p{
    font-family: 'DM Sans';
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #999999;
}
.category.product button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background-color: #DF3E8E !important;
    font-family: 'DM Sans';
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
padding: 13px 25px;
border-color: #DF3E8E !important;
}
.category.product .added_to_cart{
    display: none !important;
}

.text-darkgrey{
    color: #999999;
}
.bg-lightgrey{
    background-color: #F9F9F9;
}
.br-16{
    border-radius: 16px;
}
.fw-400{
    font-weight: 400;
}
.copyright, .copyright a{
    font-family: 'DM Sans';
font-weight: 300 !important;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #000000 !important;
}
footer .social a i{
    border-color: #f9f9f9;
}
.bg-pink, .category.bg-pink .cat-info{
    background-color: #DF3E8E;
    border-radius: 16px;
}
.bg-pink *{
    color: #fff;
}
.bg-lightpink, .category.bg-lightpink .cat-info{
    background-color: #FAEBF2;
    border-radius: 16px;
}
.bg-lightpink h3{
    color: #404040;
}
.bg-lightpink p{
    color: #999999;
}
.mt-minus-4{
    margin-top: -2.5rem;
}
.header-first-category{
    min-height: unset;
    position: relative;
    background-position: bottom !important;
}
.header-first-category::before{
    content: '';
    width: 100%;
    height: 100%;
   background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
}


.product-gallery img {
    width: 79px;
    height: 79px;
    min-width: 79px;
    object-fit: cover;
    opacity: 0.8;
    border-radius: 100%;
    cursor: pointer;
}

.product-main-image {

    object-fit: cover;

    border-radius: 30px;
    width: 100%;
    aspect-ratio: 3/4;
}

.image-list img.active {
    opacity: 1;
    border: 2px solid rgba(31, 13, 102, 1)
}

.prev-button,
.next-button {
    position: absolute;
    background: var(--neutrals-white);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.prev-button:hover,
.next-button:hover {
    background-color: var(--accents-1);
}

.prev-button {
    left: 1rem;
}

.next-button {
    right: 1rem;
}
.qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #999999;
    border-radius: 999px;
    height: 44px;
    padding: 0 10px;
    background: #fff;
}

.qty-input {
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    font-family: "DM Sans";
    color: #404040;
    border: unset !important;
    margin-bottom: unset;

    /* прибрати стрілки */
    -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 15px;
    cursor: pointer;
    color: #404040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #f2f2f2;
}
.btn-add-to-cart{
    flex: 1;
    justify-content: center;
    background-color: #DF3E8E !important;
    text-transform: uppercase;
    font-family: "DM Sans";
    font-size: 14px;
    line-height: 14px;
        padding: 14px 22px;
        border-radius: 22px;
        border-color: #DF3E8E !important;
}
.bg-f3f3{
    background-color: #F3F3F3;
}
.tea-category{
    color: #999999;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 700;
}
.short-description-title{
font-size: 16px;
color: #474747;
font-weight: 700;
}
.short-description-text{
    color: #474747;
    font-weight: 400;
    font-size: 16px;
    font-family: "DM Sans";
}
.price-product{
    font-family: 'DM Sans';
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #404040;
}
.product-grey span{
color: #474747;
font-family: 'DM Sans';
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
}
.product-grey .d-flex{
    align-items: center;
    flex: 1;
}
.content-of-product .tabs-title{
    display: flex;
    gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 10px solid #B3B410;
}
.content-of-product .tabs-title .tab-title{
    border-width: 1px, 1px, 0px, 1px;
border-color: #F9F9F9;
border-radius: 16px 16px 0 0;
padding: 10px 24px;
color: #999999;
font-family: 'DM Sans';
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
cursor: pointer;
}
.content-of-product .tabs-title .tab-title.active{
    background-color: #B3B410;
    border-color: #B3B410;
    color: #fff;
}
.content-of-product .content{
    padding: 32px;
     background-color: #F9F9F9;
}

.content-div .content { display: none; }
.content-div .content.active { display: block; }

.breadcrumbs-wrap{
  /* у тебе fixed-top nav, тому це допомагає не заліпати під меню */
  padding-top: 8px;
}

.breadcrumbs__list{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;

  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .02em;
  color: #999999;
}

.breadcrumbs__item{
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans';
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}

.breadcrumbs__item:not(:first-child)::before{
  content: "•";
  margin-right: 12px;
  color: #999999;
}

.breadcrumbs__link{
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__link:hover{
  text-decoration: underline;
}

.breadcrumbs__item--current{
  color: #999999;
}
/* ===== Shop AJAX Loader Overlay ===== */

#shop-products-wrapper {
  position: relative;
}

/* сам оверлей */
.shop-products-loader {
  display: none;
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  background: rgba(255, 255, 255, 0.6); /* напівпрозорий фон */
  z-index: 20;

  align-items: center;
  justify-content: center;
}

/* показ */
.shop-products-loader.is-visible {
  display: flex;
}

/* спінер */
.shop-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #e54b7b; /* твій pink */
  animation: shopSpin 0.8s linear infinite;
}

@keyframes shopSpin {
  to { transform: rotate(360deg); }
}

#shop-products-grid.is-loading {
  pointer-events: none;
  filter: blur(1px);
}
.cart-link{
    display: flex;
}
.cart-link .number-of-products{
    background-color: #DF3E8E;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans';
    color: #fff;
    font-size: 12px;
    line-height: 12px;
        border-radius: 30px;
    margin-left: -4px;
}
button.wc-block-components-checkout-place-order-button{
        background-color: #B3B410;
    color: #fff;
    border: unset;
    padding: 12px 24px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
    max-height: 38px;
    line-height: 14px;
    min-height: unset !important;
     outline: unset !important;
     box-shadow: unset !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    border-bottom: unset !important;
}
.btn:hover{
    color: #B3B410 !important;
    border: 1px solid #B3B410 !important;
}
.category.product button:hover{
    background-color: #FAEBF2 !important;
    color: #404040 !important;
    border-color: #FAEBF2 !important;
}
.category.product button:hover span{
    color: #404040;
}
.single-product .btn-add-to-cart:hover{
    background-color: #20A9A9 !important;
    border-color: #20A9A9 !important;
    color: #FFFFFF !important;
}
.woocommerce-cart .wc-block-cart__submit-container{
    text-align: center;
}
.woocommerce-cart .wc-block-cart__submit-button{
    background-color: #B3B410;
    color: #fff;
    border: unset;
    padding: 12px 24px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans';
    max-height: 38px;
    line-height: 14px;
    min-height: unset !important;
    width: auto;
    margin: auto;
    outline: unset !important;
      box-shadow: unset !important;
}
.navbar-toggler:focus{
    box-shadow: unset;
}

@media(min-width:991px){
    .w-lg-auto{
        width: auto !important;
    }
}
@media(max-width:1200px){
    .navbar-nav{
        padding: 3rem 0 1rem;
    }
}

@media (min-width: 1400px) {
    nav .container {
        max-width: 1320px !important;
    }
}
@media(max-width:350px){
    nav.small-bar .logo img.textlogo{
        max-width: 130px;
    }
}