/* ==========================================================================
   PROGENTA WEBSHOP - GEOPTIMALISEERDE CSS
   ==========================================================================
   Kleuren:
   - Oranje (primair): #ef7d00
   - Zwart: #1d1d1b
   - Licht oranje: #fde8d8
   - Groen (success): #01982b
   - Grijs achtergrond: #f3f4f6 / rgba(243,244,244,1)
   ========================================================================== */

/* ==========================================================================
   1. BASIS & TYPOGRAFIE
   ========================================================================== */

body {
  font-family: 'Urbanist';
  font-size: 16px;
  color: #1d1d1b;
}

a {
  color: #ef7d02;
  text-decoration: none;
}

a:hover {
  color: #ef7d02;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

/* ==========================================================================
   2. UTILITY CLASSES
   ========================================================================== */

.text-dark,
.action-buttons a {
  color: #3a3a3a !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.bg-gray-100 {
  background-color: rgba(243, 244, 244, 1);
}

.bg-success {
  background-color: #ef7d00 !important;
  border-color: #ef7d00 !important;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

/* ==========================================================================
   3. LAYOUT COMPONENTEN
   ========================================================================== */

/* Container */
.container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.usp-container {
  max-width: 1000px;
}

/* Flex helpers */
.dropdown-toggle,
.flex-center {
  display: flex;
  align-items: center;
}

.woocommerce-additional-fields {
  margin-top: 15px;
}

/* ==========================================================================
   4. HEADER
   ========================================================================== */

.header-top {
  background-color: #1d1d1b;
}

.header-bottom {
  background-color: #ef7d00;
}

.header-bottom a {
  color: #fff;
}

.header-bottom a:hover {
  color: #000;
}

/* Language switcher */
.language-switcher {
  vertical-align: middle;
}

.language-switcher img {
  border-radius: 2px;
  transition: opacity 0.2s;
}

.language-switcher img:hover {
  opacity: 0.8;
}

/* ==========================================================================
   5. BUTTONS
   ========================================================================== */

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-outline-white {
  border: 1px solid #ef7d00;
  color: white;
  background: transparent;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: white;
  color: #333;
}

.button-item {
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  border-radius: 50%;
  position: relative;
}

.button-item i {
  font-size: 22px;
}

/* ==========================================================================
   6. BADGES
   ========================================================================== */

.badge {
  padding: 10px 5px;
}

.badge-popular {
  background-color: #28a745;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: inline-block;
}

.cart-badge {
  padding: 0.35em 0.65em;
  font-size: 12px;
  background-color: #1d1d1b;
  border: 2px solid #ef7d00;
  top: 3px;
}

.product-quantity-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ef7d00;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 1;
  margin-right: 6px;
}

/* ==========================================================================
   7. FORMULIEREN
   ========================================================================== */

.form-control {
  background-color: transparent;
  border-color: var(--e-global-color-cd63dca);
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
}

/* ==========================================================================
   8. AFBEELDINGEN
   ========================================================================== */

.img-fluid:not(.logo) {
  border-radius: 30px;
}

.gallery-image {
  border-radius: 30px;
}

.gallery-image:hover,
.card-img-top:hover {
  opacity: 0.9;
}

/* Shimmer loading effect */
@keyframes shimmer {
  0% { left: -150%; }
  100% { left: 150%; }
}

img.loaded {
  opacity: 1;
}

/* ==========================================================================
   9. CARDS
   ========================================================================== */

.card,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img {
  border-radius: 30px;
}

.card-img,
.card-img-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* ==========================================================================
   10. HERO SECTIE
   ========================================================================== */

.hero-section {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 505px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-content .subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

/* Hero CTA */
.hero-section-cta {
  position: relative;
  background-image: url(https://progenta.com/wp-content/uploads/2022/07/Duurzaam-achtergrond.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.65;
  z-index: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* ==========================================================================
   11. PRODUCT CARDS
   ========================================================================== */

.product-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.7));
}

.product-content {
  position: relative;
  z-index: 1;
  padding: 30px;
  width: 100%;
}

.product-content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-content h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.product-content p {
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.small-card .product-content {
  padding: 20px 15px;
}

/* Product image container */
.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-container .card-img-top:not(.secondary-image) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  padding: 1rem;
  transition: opacity 0.3s ease;
}

.product-image-container .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 1rem;
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   12. CATEGORY CARDS & CIRCULAIRE ITEMS
   ========================================================================== */

.category-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.category-card h5 {
  font-size: 16px;
}

/* Category icons */
.category-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: white;
}

.category-icon.pvc { background: linear-gradient(45deg, #8B4513, #A0522D); }
.category-icon.lijm { background: linear-gradient(45deg, #4A5568, #718096); }
.category-icon.klik { background: linear-gradient(45deg, #D69E2E, #F6E05E); }
.category-icon.plinten { background: linear-gradient(45deg, #E53E3E, #FC8181); }
.category-icon.click-onderv { background: linear-gradient(45deg, #38B2AC, #81E6D9); }
.category-icon.laminaat { background: linear-gradient(45deg, #805AD5, #B794F6); }
.category-icon.deurlijsten { background: linear-gradient(45deg, #319795, #4FD1C7); }
.category-icon.profielen { background: linear-gradient(45deg, #DD6B20, #F687B3); }

/* Circular items */
.circular-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.circular-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.circular-item:hover img {
  transform: scale(1.15);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.circular-item:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.overlay-text {
  color: white;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.9;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.subcagegorySwiper .overlay-text {
  font-size: 14px;
}

.circular-item:hover .overlay-text {
  transform: translateY(-8px);
  opacity: 1;
  letter-spacing: 2px;
}

/* ==========================================================================
   13. FEATURED ITEMS
   ========================================================================== */

.featured-items {
  margin-left: -10px;
}

.featured-items .swiper-wrapper {
  padding-bottom: 40px;
  padding-left: 10px;
}

.featured-items .featured-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.equal-height-card {
  height: 100% !important;
}

.featured-header {
  position: relative;
  width: 100%;
  display: block;
  background-color: #f1f1f1;
}

.featured-header > a {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.featured-header a > img:nth-child(1) {
  transition: all 0.3s ease;
}

.featured-header a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  mix-blend-mode: multiply;
  padding: 20px;
}

.featured-items .featured-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.featured-items .featured-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.featured-content {
  min-height: 100px;
  padding: 20px;
}

.featured-body h2 {
  color: #1D204C;
  font-size: 18px;
  font-weight: 500;
}

.featured-items a {
  position: relative;
  transition: 0.3s ease;
}

.featured-delivery {
  color: #40b445;
  font-size: 12px;
  font-weight: 400;
}

.featured-delivery.red,
.bi.red {
  color: #b71313 !important;
}

/* ==========================================================================
   14. SWIPER & CAROUSEL
   ========================================================================== */

.category-section,
.swiper-container {
  overflow: hidden;
}

.swiper-container {
  overflow: visible;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
}

.woocommerce-product-gallery__wrapper .swiper-button-next,
.woocommerce-product-gallery__wrapper .swiper-button-prev {
  top: 40% !important;
}

/* Pagination */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #333;
  transform: scale(1.3);
}

/* ==========================================================================
   15. TITELS & SECTIES
   ========================================================================== */

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.header-section {
  padding: 60px 0;
  text-align: left;
  position: relative;
}

.main-title,
.kennis-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
}

.kennis-title {
  font-weight: 300;
  color: white;
  margin-bottom: 20px;
}

.subtitle {
  color: #ff7f50;
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
}

.kennis-subtitle {
  color: #ff7f50;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

h3.widget-title {
  font-size: 20px;
}

/* ==========================================================================
   16. MAIN SECTION & CIRCLES
   ========================================================================== */

.main-section {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.circles-container {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  gap: 100px;
  z-index: 1;
}

.circle {
  width: 200px;
  height: 200px;
  border: 3px solid #ff7f50;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
}

.content-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: transform 0.1s ease-out;
}

.meeting-image {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.meeting-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.meeting-photo::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
  bottom: 20%;
  border-radius: 10px;
}

/* ==========================================================================
   17. SECTIES
   ========================================================================== */

.intro-section {
  margin-top: 30px;
}

.right-section {
  height: 500px;
}

.small-card {
  height: 240px;
}

.large-card {
  height: 250px;
}

.bottom-section {
  background-image: url(https://progenta.com/wp-content/uploads/2022/07/Golven-achtergrond.jpg);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-bg {
  background-image: url("/wp-content/themes/progenta/assets/img/vlek.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

/* ==========================================================================
   18. USP BAR
   ========================================================================== */

.usp-icon {
  color: green;
  font-size: 18px;
}

.usp-bar .bi {
  font-size: 22px;
}

.usp-bar strong,
.usp-bar .bi {
  color: #008C1F;
}

.bi.middle {
  vertical-align: middle;
}

/* ==========================================================================
   19. SUBCATEGORY
   ========================================================================== */

.subcategory {
  overflow: hidden;
}

.product-slide .block-image {
  position: relative;
  width: 100%;
  display: block;
  background-color: transparent;
}

.product-slide h3 {
  font-size: 18px;
}

.product-slide h3 a {
  color: #ef7d00;
  font-size: 16px;
  font-weight: normal;
}

img.cat-product-image {
  object-fit: cover;
  mix-blend-mode: multiply;
  display: block;
  border-radius: 10px;
}

/* ==========================================================================
   20. SOCIAL
   ========================================================================== */

.social-block .bi {
  border: 1px solid #ef7d00;
  border-radius: 50%;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.social-block .bi:hover {
  background-color: #ef7d00;
  color: #fff;
}

/* ==========================================================================
   21. FOOTER
   ========================================================================== */

footer {
  background-color: #1d1d1b;
}

footer a {
  color: #fff;
}

footer .menu li::before {
  margin-right: 5px;
  content: '\F135';
  font-family: "bootstrap-icons";
  color: #ef7d00;
  font-size: 14px;
}

/* ==========================================================================
   22. WOOCOMMERCE - ALGEMEEN
   ========================================================================== */

/* Verborgen elementen */
.otgs-development-site-front-end,
.wpml-ls-statics-footer,
.woocommerce-customer-details {
  display: none !important;
}

/* Prijzen */
.price ins {
  color: #ef7d00;
  text-decoration: none !important;
}

.zakelijke-prijs {
  color: #2c5aa0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
}

/* Sale badge */
.woocommerce span.onsale {
  position: absolute;
  top: 20px;
  left: 36%;
  z-index: 99;
  background-color: #ef7d00;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  padding: .5rem 1.5rem !important;
  border-radius: 20px;
  line-height: normal;
  min-height: unset;
  min-width: unset;
}

/* Results & ordering */
.woocommerce .woocommerce-result-count {
  padding-top: 5px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
  border-radius: 30px;
}

/* ==========================================================================
   23. WOOCOMMERCE - PRODUCT PAGINA
   ========================================================================== */

.woocommerce div.product .product_title {
  margin-top: 0 !important;
  font-size: 1.5rem;
  color: #000;
}

.woocommerce div.product div.images {
  margin-bottom: 1em;
}

.woocommerce div.product div.summary .wrap,
.cart-collaterals {
  background-color: rgba(243, 244, 244, 1);
  padding: 20px;
  border-radius: 30px;
  position: relative;
}

.woocommerce-product-details__short-description {
  margin-bottom: 1.5rem !important;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0;
}

.custom-content-after-summary {
  float: right;
  width: 48%;
  clear: none;
}

/* Variations */
.woocommerce div.product form.cart .variations select {
  padding: 0 24px;
  border-radius: 9999px;
  border-width: 1px;
}

table.variations td,
table.variations th {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Simple product */
.product-type-simple .summary form.cart {
  display: none !important;
}

/* Thumbnail indicator */
.product-thumb-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #00000010;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px;
  border: 0 none;
}

/* Wishlist */
.summary .yith-wcwl-wishlistaddedbrowse,
.summary .yith-wcwl-wishlistaddedbrowse .feedback {
  display: unset;
  flex-direction: unset;
  align-items: unset;
}

/* ==========================================================================
   24. WOOCOMMERCE - CART FORM
   ========================================================================== */

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce .quantity .qty {
  width: 5em;
  height: 45px;
  margin-right: 10px;
  border-radius: 20px;
  border: 0 none;
  background-color: #fff !important;
  border-right: 16px solid transparent;
}

.woocommerce div.product form.cart .button {
  width: 83%;
  font-size: 14px;
}

.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
button#place_order {
  background-color: #01982b;
  border-radius: 20px;
  color: #fff;
  height: 45px;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #ef7d00;
}

/* Custom add to cart wrapper */
.custom-add-to-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.custom-add-to-cart-wrapper .qty {
  width: 60px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 9999px;
}

.custom-add-to-cart-button {
  flex: 1;
  background-color: #00b94a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s;
}

.custom-add-to-cart-button:hover {
  background: linear-gradient(90deg, #007a35, #009d3a);
}

.custom-add-to-cart-button.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.custom-add-to-cart-button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* ==========================================================================
   25. WOOCOMMERCE - WINKELWAGEN
   ========================================================================== */

body.woocommerce-cart h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.woocommerce-cart-form .quantity .qty {
  border: 2px solid rgba(243, 244, 244, 1);
}

.woocommerce-cart-form table.shop_table td {
  padding: 18px 12px;
}

.woocommerce table.shop_table {
  border: 0 none;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(243, 244, 244, 1);
}

.woocommerce table.shop_table td.actions {
  padding-right: 0;
}

.woocommerce table.shop_table td.product-name {
  font-weight: bold;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: rgba(243, 244, 244, 1);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce-cart-form bdi,
#order_review bdi,
.woocommerce table.shop_table tfoot th,
.tax-total bdi,
.cart-subtotal bdi,
.woocommerce ul#shipping_method li label {
  font-weight: normal;
}

/* Cart totals */
.cart_totals h2 {
  font-size: 20px;
}

.cart_totals table.shop_table th {
  padding-left: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

/* Shipping */
p.woocommerce-shipping-destination {
  display: none;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 0;
}

label[for*="_free_shipping"] {
  color: #01982b;
}

/* Proceed to checkout */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  padding: .618em 1em;
  font-size: 18px;
  color: #fff;
}

/* Cart popup */
.cart-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 16px 16px 16px;
  gap: 12px;
  max-width: 300px;
  border-radius: 12px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cart-popup.show {
  opacity: 1;
  transform: translateY(0);
}

.cart-popup .titel {
  font-weight: 700;
  margin-bottom: 8px;
}

.cart-popup-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-popup img {
  width: 50px;
  height: auto;
  border-radius: 6px;
}

.cart-popup h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.cart-popup .price {
  font-size: 13px;
  color: #333;
}

/* ==========================================================================
   26. WOOCOMMERCE - CHECKOUT
   ========================================================================== */

.woocommerce-checkout h3,
.woocommerce-billing-fields h3 {
  color: #000;
  font-size: 20px;
}

h3#ship-to-different-address {
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 300;
}

/* Checkout product */
.checkout-product {
  display: flex;
  align-items: center;
}

.checkout-product .product-thumb {
  flex: 0 0 auto;
  margin-right: 10px;
}

.checkout-product .product-thumb img {
  width: 40px;
  height: auto;
  border-radius: 4px;
}

.product-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form rows */
.woocommerce form .form-row label {
  margin-bottom: 5px;
  font-weight: bold;
}

.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single {
  border-radius: 20px;
  border: 2px solid #f3f4f4;
  height: 40px;
  padding: 0 15px !important;
}

/* Checkout table */
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

/* Payment */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

.payment_methods label {
  font-weight: bold;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 20px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
}

/* ==========================================================================
   27. WOOCOMMERCE - BUTTONS
   ========================================================================== */

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
  background-color: rgba(243, 244, 244, 1);
  padding: .618em 2em !important;
  border: 0 none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 20px;
  height: 40px;
}

.button.wc-forward {
  background-color: #01982b !important;
  padding: 11px 30px 0 30px !important;
  color: #fff !important;
  font-size: 14px !important;
  height: 45px !important;
  line-height: unset !important;
}

.button.wc-backward {
  background-color: #f3f4f4 !important;
  padding-top: 12px !important;
}

/* ==========================================================================
   28. WOOCOMMERCE - MESSAGES
   ========================================================================== */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 25px;
  background-color: #f3f4f4;
  border-top: 0 none;
}

.woocommerce-info::before {
  color: #ef7d00;
}

/* ==========================================================================
   29. WOOCOMMERCE - TABS (Accordion)
   ========================================================================== */

#accordionTabs .accordion-item {
  background-color: rgba(243, 244, 244, 1);
  border-radius: 20px;
  padding: 20px;
}

#accordionTabs h3 strong {
  font-weight: normal;
  font-size: 1.2rem;
  color: #000;
}

#accordionTabs .accordion-button,
#accordionTabs table.shop_attributes th,
#accordionTabs table.shop_attributes td {
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}

.woocommerce table.shop_attributes {
  margin-bottom: 0;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.description-container .accordion-collapse {
  margin-top: 10px;
}

/* ==========================================================================
   30. ACCORDION - ALGEMEEN
   ========================================================================== */

.accordion-item {
  border: 0 none;
  margin-bottom: 10px;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000;
  font-weight: bold;
}

#accordionFilter .accordion-body,
#accordionFilter .accordion-button,
#accordionTabs .accordion-body,
#accordionTabs .accordion-button {
  padding: 0;
}

#accordionFilter .accordion-button,
#accordionTabs .accordion-button {
  color: #000 !important;
  font-weight: 500;
  font-size: 1.3rem;
}

#accordionFilter .accordion-header {
  margin-bottom: 5px;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* ==========================================================================
   31. BREADCRUMBS
   ========================================================================== */

#breadcrumbs .bi-chevron-right {
  font-size: 12px;
}

#breadcrumbs a {
  color: #ef7d00;
}

/* ==========================================================================
   32. YITH FILTERS
   ========================================================================== */

.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 15px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  border-radius: 30px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border-color: rgba(239, 125, 0, 0.3);
  box-shadow: 0 0 7px 0 rgba(239, 125, 0, 0.3);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
  line-height: 1.5;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
  color: #333;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
  color: #ef7d00;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
  font-size: 14px;
}

.yith-wcan-tooltip {
  display: none !important;
}

.filters-container label {
  font-size: 14px;
}

h4.filter-title {
  font-size: 16px;
}

.term-label {
  margin-left: 5px;
}

/* ==========================================================================
   33. MEGA MENU
   ========================================================================== */

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 48px;
}

/* ==========================================================================
   34. SEARCH
   ========================================================================== */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 30px;
  font-family: 'Urbanist';
}

/* ==========================================================================
   35. RESPONSIVE - LARGE (max 1345px)
   ========================================================================== */

@media (max-width: 1345px) {
  .circles-container img {
    width: 600px;
  }
}

@media (min-width: 1346px) {
  .circles-container img {
    width: 900px;
  }
}

/* ==========================================================================
   36. RESPONSIVE - MEDIUM (max 1200px)
   ========================================================================== */

@media (max-width: 1200px) {
  .meeting-image {
    width: 500px;
    height: 333px;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .circles-container {
    gap: 80px;
  }

  .overlay-text {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

/* ==========================================================================
   37. RESPONSIVE - TABLET (max 768px)
   ========================================================================== */

@media (max-width: 768px) {
  .main-title,
  .kennis-title {
    font-size: 2rem;
  }

  .meeting-image {
    width: 400px;
    height: 267px;
  }

  .circle {
    width: 120px;
    height: 120px;
  }

  .circles-container {
    gap: 60px;
  }

  .overlay-text {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
  }
}

/* ==========================================================================
   38. RESPONSIVE - MOBILE (max 576px)
   ========================================================================== */

@media (max-width: 576px) {
  .overlay-text {
    font-size: 0.9rem;
  }
}
