/* 20260714203921 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #ed008c;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #ed008c;
  box-shadow: 0 0 2px #ed008c;
}

.gui-select.gui-focus .gui-handle {
  border-color: #ed008c;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #f08c1d;
}

/* custom */
/* kerst versiering */
 .smallmenu li:nth-child(2) {
/*    background-color: #E30713;
   border: 1px white solid; */
}
/* heading font families */

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('{{ 'museosansrounded-300.woff2' | url_asset }}') format('woff2'),
       url('{{ 'museosansrounded-300.woff' | url_asset }}') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('{{ 'museosansrounded-500.woff2' | url_asset }}') format('woff2'),
       url('{{ 'museosansrounded-500.woff' | url_asset }}') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('{{ 'museosansrounded-700.woff2' | url_asset }}') format('woff2'),
       url('{{ 'museosansrounded-700.woff' | url_asset }}') format('woff');
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'MuseoSansRounded', Arial, sans-serif!important;
    font-weight:500;
    text-transform:none!important;
}
/* menu arrow spacing */
#navbar nav > ul > li:nth-child(2) > a.dropdown::before {
right: -8px;  
}



/*Hide Blog socials (werken niet meer) */
.gui-blog-social{
  display: none !important;
}

.gui-blog-article ul {
    width: 100%;
    list-style: inherit!important;
    font-size: 90%;
}

/*New Blog socials */
.custom-social-share {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: sans-serif;
}

.custom-social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.custom-social-share img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: grayscale(100%);
}

.custom-social-share img:hover {
  transform: scale(1.15);
  filter: grayscale(0%);
}

.custom-social-share hr {
  width: 100%;

  margin-bottom: 0.5rem;
  border: none;
  border-top: 1px solid #ccc;
}
.gui-blog-article-image .image-wrapper {
    height: 100%;
}


 .smallmenu li:nth-child(2) a[href="https://www.magicnails.nl/kerst/"]::after {
    content: "❄"; /* Unicode for snowflake */
    margin-left: 5px; /* Adds spacing between text and snowflake */
    color: #bd0070; /* Adjust color if needed */
    font-size: 1em; /* Adjust size as needed */
}
#navbar nav>ul>li:nth-child(2)>a {
    padding-left: 5px;
    padding-right: 5px;
    color: white !important;
} 
.body-content{
  overflow:hidden;
}

.home-vid-content .button {
    background: #f8981d;
}
/* categorie tekst styling */
.collection, .collection p, .collection li, .collection h2, .collection h3, .collection h4 {
    text-align: left;
}

  /* General video styling */
  video {
      width: 100%;
      height: auto;
  }

  /* Desktop Video Styling (Larger Screens) */
  .desktop-video {
      display: block;
      max-height: 125px;
  }

  /* Mobile Video Styling (Smaller Screens) */
  .mobile-video {
      display: none; /* Hide mobile video by default */
  }

  /* Media Queries for Desktop */
  @media (min-width: 768px) {
      .desktop-video {
          display: block;
      }

      .mobile-video {
          display: none;
      }
  }

  /* Media Queries for Mobile */
  @media (max-width: 767px) {
      .desktop-video {
          display: none;
      }

      .mobile-video {
          display: block; /* Show mobile video only on mobile devices */
      }
  }
.overflow-content-holder {
  text-align: center; /* Ensure the buttons inside are centered */
}
.read-more,
.read-less {
  display: inline-block; /* Ensure the button stays inline */
  width: 150px;           /* Prevent it from stretching */
  padding: 8px 16px;     /* Add padding for better appearance */
  margin: 0 auto;      /* Add spacing around the button */
  text-align: center;    /* Center-align the text inside the button */
  color: white;          /* Optional: Set the text color */
  border: none;          /* Remove default borders */
  border-radius: 4px;    /* Add rounded corners */
  cursor: pointer;       /* Change cursor to pointer on hover */
}
.catalog ul li {
    list-style-type: none;
    margin-top: 10px;
}
/* Halloween End */

/* Tijdelijke melding op de bestel knop om klant te herinneren een cadeau te kiezen */

.gui-button-large.gui-button-action {
  position: relative; /* Ensure the button can contain the tooltip */
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 8px;
  display: inline-block;
}

/* Cadeau End */


/* coming soon date */

span.release-date {
    font-size: 13px;
    color: #ed008c;
}

/* Tooltip styling */
.tooltip-text {
  visibility: hidden;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 10px); /* Positioned above the button with extra space */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: auto; /* Adjusts to fit the text content */
  max-width: 300px; /* Prevents the tooltip from being too wide */
  white-space: nowrap; /* Prevent wrapping of text */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Adds a shadow for better visibility */
  word-wrap: break-word; /* Breaks long words to prevent overflow */
}

/* Make the tooltip visible */
.tooltip-visible {
  visibility: visible;
  opacity: 1;
}

/* Media query for mobile devices */
@media (max-width: 600px) {
  .tooltip-text {
    max-width: 100%; /* Take up the full width of the screen */
    width: 90vw; /* Ensure it uses 90% of the viewport width */
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 15px); /* Push the tooltip higher on mobile */
    white-space: normal; /* Allow text wrapping on smaller screens */
    font-size: 14px; /* Increase font size for better readability on mobile */
    padding: 10px; /* More padding for better appearance on mobile */
  }
  
}

/* Tooltip End */

.collection .overflow-content-holder{
      margin-top: 30px;
}

/* google review styling */
.shop-rating .company{
 color:#ed008c
}
.shop-rating .stars{
  margin-right:0px;
}

/* Adjust styling when both product labels are present */
.product-labels.two-labels .product-label {
  padding: 3px 8px;
  margin-bottom: 2px;
  /* Optionally, you can also stack them vertically or change their position */
}
.product-labels.two-labels  .product-label:nth-child(1) {
  /* Styling for the first label (sale) */
  background-color: #ed1b24; /* Example: red background */
	margin-top:25px;
  /* Other styling adjustments */
}

.product-labels.two-labels  .product-label:nth-child(2) {
  /* Styling for the second label (nieuw) */

  /* Other styling adjustments */
}
/* Styling fixes voor alle pagina's */

/* fix for missing products */

.product-block {
    max-height: 500px;
}

/* nopadding & nomargin */
.nopadding{
  padding:0!important;
}
.nomargin{
  margin:0!important;
}

/* text fixes */
body p{
	font-weight: normal;
}
body,
.product-content{
    letter-spacing: normal!important;
  	font-weight:normal;
}
body,
.product-content li strong{
  color: #E6007E; 
}
body,
.product-content li{
  color: black; 
}
/* Categorie pagina */

.collection-content h1,
.textpage h1,
.product-content h1{
    margin-top: 50px;  /* Large space above h1 */
    margin-bottom: 40px; /* Comfortable space below h1 */
}

.collection-content h2,
.textpage h2,
.product-content h2{
    margin-top: 40px;  /* Section spacing */
    margin-bottom: 30px;
}

.collection-content h3,
.textpage h3,
.product-content h3{
    margin-top: 30px;
    margin-bottom: 20px;
}

.collection-content h4,
.collection-content h5, 
.collection-content h6,
.textpage h4,
.textpage h5, 
.textpage h6,
.product-content h4,
.product-content h5,
.product-content h6{
    margin-top: 20px;
    margin-bottom: 15px; /* Tighten spacing for smaller headings */
}
.collection .product-block-holder {
    max-height: 450px;
}
/* Blog pagina */
#gui-wrapper h1 {
    margin-bottom: 40px; /* Comfortable space below h1 */
}

#gui-wrapper h2 {
    margin-top: 40px;  /* Section spacing */
    margin-bottom: 30px;
}

#gui-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#gui-wrapper h4,
#gui-wrapper h5, 
#gui-wrapper h6 {
    margin-top: 20px;
    margin-bottom: 15px; /* Tighten spacing for smaller headings */
}

.gui-blog li {
    margin-left: 25px;
    line-height: 2;
}
.gui-blog li strong{
    color: #ed008c;
}

.gui-blog ol {
    margin-bottom: 15px;
}

article .gui-blog-article-image .image-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%; /* 16:9 ratio */
  overflow: hidden;
}

article .gui-blog-article-image .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Pagina styling End */

  /* Product Card Styling */
  .product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }

  .product-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
  }

  .product-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .product-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: white;
    text-decoration: none;
  }

  .product-link:hover {
    color: #0056b3;
  }

  /* Product Card Styling End */


/* Plugin styling Gallery Image */
/* Lightbox overlay: covers the entire screen */
/* Lightbox overlay: covers the entire screen */
/* .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); /
  display: none; 
  align-items: center; 
  justify-content: center; 
  z-index: 1000;
} */

/* Lightbox image styling */
/* .lightbox-overlay img {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  object-fit: contain;
}
 */
/* Left and right navigation arrows */
/* .lightbox-arrow {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1001;
}

.lightbox-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-arrow.left {
  left: 20px;
}

.lightbox-arrow.right {
  right: 20px;
} */

/* Wrapper to position the magnifying glass icon */
/* .image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden; /* Ensure overlay doesn't spill out 
} */

/* Add a semi-transparent overlay on hover */
/* .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity */
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth transition */
  z-index: 5; /* Overlay behind the icon but above the image */
  pointer-events: none; /* Ensure overlay doesn't block clicks */
} */

/* Show the overlay and icon on hover */
/* .image-wrapper:hover::before {
  opacity: 1;
} */

/* Magnifying glass icon */
/* .image-wrapper::after {
  content: "\f00e"; 
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9); 
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
} */

/* Show the magnifying glass icon on hover */
/* .image-wrapper:hover::after {
  opacity: 1;
} */

/* Add pointer cursor on hover */
/* .gallery-image {
  cursor: pointer;
  display: block; 
} */

/* ONLY apply zoom effect to images with .zoom-image class */
/* .image-wrapper .zoom-image {
  transition: transform 0.3s ease;
} */

/* .image-wrapper .zoom-image:hover {
  transform: scale(1.1); /* Apply zoom on hover */
} */

/* Prevent zoom on SVGs */
/* .image-wrapper img[src*=".svg"] {
  transform: none !important; 
} */

/* Close button for the lightbox */
/* .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 1001;
} */

/* .lightbox-close:hover {
  color: red;
} */


/* Categorie pagina tekst styling */
.container-category .product-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  height: auto; /* Allow cards to adjust height based on content */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-category .product-card .product-image img {
  max-height: 150px; /* Uniform image height */
  object-fit: contain; /* Ensure the image fits within the container */
  margin: 0 auto 10px; /* Center and add spacing */
}

.container-category .product-card .product-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.container-category .product-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.container-category .product-link {
  margin-top: 15px;
  align-self: center;
  background-color:#d5007e;
}



/* Mobile-specific styles */
@media (max-width: 768px) {
  .lightbox-arrow {
    font-size: 3rem;
    padding: 15px;
  }

  .lightbox-close {
    font-size: 3rem;
  }

  .lightbox-overlay img {
    max-width: 95%;
    max-height: 80%;
  }
}
/* knop custom cursus */
a.btn-external-link {
    border: 0;
    height: 50px;
    /* line-height: 50px; */
    padding: 0 15px;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0 0 0 0px;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    background: #ed008c;
    background: -moz-linear-gradient(left, #ed0c91 0%, #e10085 100%);
    background: -webkit-linear-gradient(left, #ed0c91 0%, #e10085 100%);
    background: linear-gradient(to right, #ed0c91 0%, #e10085 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0c91', endColorstr='#e10085',GradientType=1 );
    text-decoration: none;
}
a {
    color: 
}




/* Plugin styling Gallery Image End */



@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

/* Margin (mt, mb, ml, mr, my, mx) */
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 1rem; }
.ml-4 { margin-left: 1.5rem; }
.ml-5 { margin-left: 3rem; }

.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 1rem; }
.mr-4 { margin-right: 1.5rem; }
.mr-5 { margin-right: 3rem; }

.my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-5 { margin-top: 3rem; margin-bottom: 3rem; }

.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-3 { margin-left: 1rem; margin-right: 1rem; }
.mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; }
.mx-5 { margin-left: 3rem; margin-right: 3rem; }

/* Padding (pt, pb, pl, pr, py, px) */
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pl-4 { padding-left: 1.5rem; }
.pl-5 { padding-left: 3rem; }

.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.pr-4 { padding-right: 1.5rem; }
.pr-5 { padding-right: 3rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }

.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 1rem; padding-right: 1rem; }
.px-4 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-5 { padding-left: 3rem; padding-right: 3rem; }

/* Full margin (m) and padding (p) */
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }
