/** Shopify CDN: Minification failed

Line 405:0 Unexpected "}"

**/

@media only screen and (max-width: 749px) {
  body.gradient.animate--hover-default h1,
  h1 {
    font-size: 27px !important;
  }
}

@media (max-width: 749px) {
  .image-with-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .image-with-text {
    padding: 10px !important;
  }
  .image-with-text h2 {
    font-size: 27px !important;
  }
}

.product-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slider-item {
  min-width: 100%;
  box-sizing: border-box;
}

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-controls button {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  opacity: 0.7;
}

.slider-controls button:hover {
  opacity: 1;
}
/* Slider Gallery CSS */

.pmslider-arrows_arrow {
  background-color: white;
  border-radius: 50%;
  scale: 0.9;
}
.pmslider-own--slides-wrapper {
  border-radius: 5px;
}
.pmslider-dots-wrapper {
  padding-top: 10px;
}

.pmslider-arrows_area-left .pmslider-arrows_arrow svg path,
.pmslider-arrows_area-right .pmslider-arrows_arrow svg path {
  stroke-width: 10;
}
.pmslider-arrows_container {
  margin-top: -44px !important;
}

/*quantity input changes*/
.quantity {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* Adjust spacing between elements as needed */
  border: none !important; /* Removes the main border */
  outline: none !important; /* Removes focus outline, if any */
  box-shadow: none !important; /* Removes shadow borders, if any */
}
.quantity__button {
  width: 3.5rem; /* Set width */
  height: 3.5rem; /* Set height to make it a square */
  border-radius: 50%; /* Makes the button circular */
  background-color: #a0a0a0; /* Light gray background */
  border: 1px solid #ccc; /* Light gray border */
  color: #333; /* Dark gray text color */
  font-size: 1.5rem; /* Font size for the plus/minus symbols */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.quantity__button:hover {
  background-color: #e0e0e0; /* Slightly darker gray on hover */
  border-color: #bbb; /* Darker border on hover */
}
.quantity__input {
  width: 3rem; /* Width of the input field */
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #ccc; /* Matching border with buttons */
  border-radius: 1rem; /* Slightly rounded corners */
  padding: 1rem;
  margin: 0 0.5rem; /* Spacing between input and buttons */
}

.quantity:after {
  display: none;
}
.quantity__input {
  box-shadow: none !important; /* Remove any box-shadow */
  outline: none !important; /* Remove the outline, if present */
}
.quantity__button:hover {
  background-color: #000000 !important; /* Light background color on focus */
  color: #ffffff; /* Text color on focus */
  border: 1px solid #000000; /* Optional: add a border on focus */
  outline: none; /* Remove default outline */
}
.quantity__input:focus {
  background-color: #e0e0e0; /* Light background color on focus */
  color: #333; /* Text color on focus */
  outline: none;
}

.product-form__quantity .form__label {
  display: none;
}



.button--primary {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;

  background: linear-gradient(
    10deg,
    rgba(180, 18, 158, 1) 0%,
    rgba(0, 3, 255, 1) 100%
  );
  width: 100%;
}
.button--primary:after {
  box-shadow: none;
}
.button--primary:hover,
.product-form__submit:hover{
  background: black; /* Solid white background */
  color: white;
}
.button--primary[name="checkout"]:hover {
  background: white; 
  color: black;
}

.utility-bar__grid{
  background: linear-gradient(
    10deg,
    rgba(180, 18, 158, 1) 0%,
    rgba(0, 3, 255, 1) 100%
  );  
}

/* 1. Премахваме ограничението за ширина */
.announcement-bar-section .page-width {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 2. Прилагаме градиента върху основния контейнер */
.announcement-bar {
  background: linear-gradient(10deg, rgba(180, 18, 158, 1) 0%, rgba(0, 3, 255, 1) 100%) !important;
  border: none !important;
  width: 100% !important;
}

/* 3. Оправяме цвета и отстъпите на текста */
.announcement-bar__message {
  color: #FFFFFF !important;
  padding: 10px 0; /* Регулирай височината на лентата от тук */
  margin: 0 !important;
}




.product-form__submit{
   background: linear-gradient(
    10deg,
    rgba(180, 18, 158, 1) 0%,
    rgba(0, 3, 255, 1) 100%
  );
  width: 100%;
}
.product-form__submit:after{
  box-shadow: none;
}
.cart__checkout-button{
   background: linear-gradient(
    10deg,
    rgba(180, 18, 158, 1) 0%,
    rgba(0, 3, 255, 1) 100%
  );
  
}
.cart__checkout-button:hover{
   background: black; 
  color: white;

}


a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: flex !important;
}


@media (max-width: 749px) {
  #menu-drawer {
    top: 0%!important;
    height: 98vh !important;
    z-index: 998 !important;
  }
  a.list-social__link.link {
    color: white;
  }
  .header__icon--menu[aria-expanded=true]:before {
    display: none !important;
  }
  .list-menu {
    margin-top: 50px !important;
  }
  .menu-drawer__inner-submenu {
    margin-top: 90px !important;
  }
  #link-collections {
    overflow: hidden !important;
  }
  summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    z-index: 999;
  }
  img.header__heading-logo-wrapper {
    z-index: 999;
    position: relative;
  }
}

.tmenu-watermark,
.tmenu-watermark * {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}




@media screen and (max-width: 749px) {
  /* Hide social icons in the mobile menu */
  .header--has-social .menu-drawer__utility-links {
    display: none !important;
  }
}

.quick-add__submit{

   background: linear-gradient(
    10deg,
    rgba(180, 18, 158, 1) 0%,
    rgba(0, 3, 255, 1) 100%
  );
  color:#ffffff;
}
.quick-add__submit:hover{
   background: black; 
  color: white;  
}



/* START of  Judge.me section */
jdgm-write-rev-link{

}
.jdgm-verified-checkmark{
  display:none !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__content {
        border-radius: 20px !important;
}
.jdgm-carousel-number-of-reviews--verified>svg{
       display:none !important;
}

.jdgm-carousel-item__product-image {
    border-radius: 10px;
}
 .jdgm-widget.jdgm-widget{
    max-width: 1600px !important; /* Adjust this value to match your theme's content width */
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-ask-question-btn {
              margin-right: 0px;
}
.jdgm-write-rev-link{
      margin-top: 0 !important;
} 
.jdgm-rev-widg__title {
    text-align: left!important;
}
.jdgm-rev-widg{
  align-items:right !important;
}


.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{
      display:none !important;
}
@media screen and (max-width: 768px) {
  .jdgm-rev-widg__title {
    text-align: center!important;
 } 
}
 .jdgm-rev-widg__summary {
  text-align: left !important;
  align-items: flex-start !important;
  
  margin-left: 0 !important;
}
/* Center alignment for mobile (768px and below) */
@media screen and (max-width: 768px) {
  .jdgm-rev-widg__header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 15px !important;
  }
  
  .jdgm-rev-widg__summary {
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .jdgm-rev-widg__summary-text {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }  
  .jdgm-rev-widg__summary-text .jdgm-star.jdgm--on {
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    float: none !important;
  }
    /* Force the star rating container to center */
  .jdgm-rev-widg__summary-text > .jdgm-prev-badge__stars {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  
  /* Force individual stars to center */
  .jdgm-rev-widg__summary-text .jdgm-star {
    display: inline-block !important;
    float: none !important;
    margin: 0 2px !important;
    text-align: center !important;
  }
  
  .jdgm-carousel--focused-theme .jdgm-carousel-item__image-wrapper {
        height: 100%;
        width: 100%;
        display: block;
    }
  }    
}
/* Force histogram container to render even with no reviews */
.jdgm-histogram,
.jdgm-widget-histogram,
.jdgm-histogram.jdgm-temp-hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Optional: Style as placeholder */
.jdgm-histogram::before {
  content: "Rating breakdown will appear here once reviews are submitted.";
  display: block;
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 1rem 0;
}

.jdgm-histogram::before{
  display:none;
}

.jdgm-rev__pic-img.jdgm-rev__pic-img{
  border-radius:10px !important;
}
/* END of Judge.me section */



/* Header menu: animated underline on hover, excluding dropdown items */
.tmenu_nav > .tmenu_item > .tmenu_item_link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.tmenu_nav > .tmenu_item > .tmenu_item_link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: black;
  transition: width 0.25s ease, left 0.25s ease;
  transform: translateX(-50%);
}

/* Hover underline */
.tmenu_nav > .tmenu_item > .tmenu_item_link:hover::after {
  width: 50%;
}

/* Active underline (when on the same page) */
.tmenu_nav > .tmenu_item > .tmenu_item_link.tmenu_item_link--active::after,
.tmenu_nav > .tmenu_item.tmenu_item--active > .tmenu_item_link::after {
  width: 50%;
}



/* Hide header/menu until Quickify fully loads 
body:not(.quickify-loaded) .header-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
}
*/
/* Show smoothly after Quickify loaded 
body.quickify-loaded .header-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.5s ease-in-out;
}
*/


/* 1. Скриваме Smart Menu, докато не се инициализира напълно от JavaScript-а */
.tmenu_wrapper:not(:has(.tmenu_initialized)) {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* 2. Плавен преход, когато класът tmenu_initialized се появи */
.tmenu_wrapper {
  transition: opacity 0.3s ease-in-out;
}

/* 3. Ако Dawn зарежда подразбиращото се меню за част от секундата, го скриваме скриптово */
.header__inline-menu > ul:not(.tmenu_nav) {
  display: none !important;
}

/* 1. Разпъване на падащото меню на целия екран */
.tmenu_submenu_type_mega,
.tmenu_submenu {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

/* 2. Центриране на целия блок с колони в средата на екрана */
.tmenu_submenu {
  display: flex !important;
  justify-content: center !important; /* Държи самата група от колони в средата */
  align-items: flex-start !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* 3. Всички суб-менюта, колони, заглавия и линкове се подравняват ВЛЯВО */
.tmenu_submenu .tmenu_item_link,
.tmenu_submenu .tmenu_item,
.tmenu_submenu .tmenu_submenu_type_automatic {
  justify-content: flex-start !important;
  text-align: left !important;
  align-items: flex-start !important;
}

/* 4. Задържане на под-списъците подравнени вляво */
.tmenu_submenu .tmenu_submenu_type_automatic {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 0 !important;
}

/* 5. Картите / Снимките на колекциите остават подравнени вляво в тяхната колона */
.tmenu_submenu .tmenu_collection {
  margin: 0 !important;
  text-align: left !important;
}

html body .tmenu_submenu_type_mega,
html body .tmenu_submenu,
html body ul.tmenu_submenu {

 transform: translateY(0.4rem) !important;
  /* Вашата перфектна маска, която изрязва сянката */
  clip-path: inset(0px 0px 0px 0px) !important;
  
  /* Чиста и права линия най-долу */
  border-bottom: 1px solid #e5e5e5 !important;
  
  /* Плътен бял фон */
  background-color: #ffffff !important;
  background: #ffffff !important;
}





.shopify-section-header {
    opacity: 0;
}

.shopify-section-header:hover {
    opacity: 1;
}
/* Position dropdown correctly */
.tmenu_item--root {
  position: relative !important;
}

.tmenu_item--root .tmenu_submenu {
  position: absolute !important;
  top: 100% !important;
  margin-top: 10px !important;
  z-index: 800 !important;

  /* HIDDEN BY DEFAULT */
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* SHOW ONLY ON HOVER */
.tmenu_item--root:hover .tmenu_submenu,
.tmenu_item--root.tmenu_item_active .tmenu_submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

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

#app-embed {
    --container-max-w: 800px !important;
}

/* Премахване на сенките от цялото приложение и контейнерите му */
.shopify-app-block,
.multi-sales-lsa-anchor,
.ms-lsa,
.ms-lsa__card,
.ms-lsa__row,
.ms-lsa__card *,
.ms-lsa__row * {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-box-shadow: none !important;
}

/* Нулиране на кантирането/рамката, която приложението генерира */
.ms-lsa,
.ms-lsa__card {
  border: none !important;
  outline: none !important;
}


/* Заобляне на картинките в Smart Menu mega menu */
.tmenu_submenu img,
.tmenu_collection img {
  border-radius: 12px !important; /* Настройте пикселите според нужния радиус */
  overflow: hidden !important;
}



/* Промяна на целия Sticky Bar и бутона */
.mt-sc {
  /* Основни цветове на бара */
  --mt-sc-bg: #ffffff !important;           /* Фон на лентата */
  --mt-sc-text: #121212 !important;         /* Цвят на текста (заглавие, цена) */
  --mt-sc-radius: 20px !important;          /* Ъгли на заобляне (по подразбиране е 14px) */
  
  /* Цветове на главния бутон (Add to cart / Sold out) */
  --mt-sc-accent: #000000 !important;       /* Фон на бутона */
  --mt-sc-accent-text: #ffffff !important;  /* Цвят на текста и иконката в бутона */
}

/* Специфична промяна САМО на самия бутон */
.mt-sc__button {
  background-color: #242833 !important;    /* Ако искаш друг цвят за самия бутон (напр. червен) */
  color: #ffffff !important;
  font-weight: bold !important;
  border-radius: 8px !important;           /* Заобляне само на бутона */
  padding: 12px 24px !important;
}

/* Когато бутонът е неактивен (Sold Out) */
.mt-sc__button[disabled] {
  background-color: #ccc !important;
  opacity: 0.6;
  cursor: not-allowed;
}




