
/*
------------------ Configurable product styles ------------------
*/

:root {
    --hewo-bg-light: #f4f5f0;
    --hewo-border-light: #e6ebdd;
    --hewo-primary: #95AD6D;
    --hewo-primary-dark: #6F8D2C;
    --hewo-secondary: #6D5B5B;
    --hewo-text-primary: #6d5b5b;
    --hewo-text-secondary: #666666;
    --hewo-border-light-gray: #E5E5E5;
    --hewo-white: #FFFFFF;
    --hewo-blue: #3490dc;
    --hewo-blue-dark: #2779bd;
    --hewo-error: #ff4d4f;
    --hewo-dark-orange: #bf5c17;
    --hewo-orange: #f39f08;
    --hewo-beige:#f8f4f0;
}

.bg-hewo-orange {
    background-color: var(--hewo-orange);
}

.text-hewo-orange {
    color: var(--hewo-orange);
}

.hewo-bg-primary {
    background-color: var(--hewo-primary);
    color:#fff;
}

.hewo-bg-primary-dark {
    background-color: var(--hewo-secondary);
    color:#fff;
}

.color-option {
    position: relative;
    transition: all 0.2s ease;
    border: 4px solid var(--hewo-white);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

.color-option:hover {
    transform: scale(1.1);
}

.color-option.selected {
    position: relative;
    border: 4px solid var(--hewo-white) !important;
    outline: 2px solid var(--hewo-text-primary) !important;
    outline-offset: 0px;
    transform: scale(1.05);
}

.spinner {
    margin: 20px auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: var(--hewo-primary);
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 0 3px;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 40% {
        transform: scale(1.0);
    }
}

.custom-select {
    position: relative;
    width: 100%;
}

.select-selected {
    transition: all 0.2s ease;
    border-radius: 4px;
    background-color: var(--hewo-white);
    cursor: pointer;
    border: 1px solid var(--hewo-border-light-gray);
    color: var(--hewo-text-primary);
    border-radius: 8px;
}

.select-selected:hover {
    border-color: #ccc;
}

.select-selected.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.select-items {
    transition: all 0.3s ease;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 20;
}

.select-items div {
    transition: background-color 0.2s ease;
    padding: 10px 12px;
    border-bottom: 1px solid #f5f5f5;
}

.select-items div:last-child {
    border-bottom: none;
}

.select-items div.bg-blue-500 {
    background-color: var(--hewo-blue) !important;
    color: var(--hewo-white);
}

.select-items div.bg-blue-500:hover {
    background-color: var(--hewo-blue-dark) !important;
}

.select-items div.bg-blue-500::before {
    content: "✓";
    margin-right: 10px;
    font-weight: bold;
}

.select-selected:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(52, 144, 220, 0.5);
}

select::-ms-expand {
    display: none;
}

.hewo-product-customization {
    background-color: var(--hewo-bg-light);
    border-color: var(--hewo-border-light);
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    margin-bottom: 20px;
    position: relative;
}

.product-details-container .hewo-heading {
    color: var(--hewo-text-primary);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin:0;
}

.hewo-price-badge {
    background-color: var(--hewo-primary-dark);
    color: var(--hewo-white);
    padding: 0.5rem 1rem;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    position: absolute;
    top:15px;
    right:15px;
    border-radius: 30px;
}

.hewo-price-badge .vanaf-price-label {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.hewo-price-badge .vanaf-price-euro {
    margin-left: 5px;
}

.hewo-label {
    color: var(--hewo-text-primary);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
}

.hewo-input {
    width: 100%;
    padding: 0.75rem;
    background-color: var(--hewo-white);
    border-radius: 0.5rem;
    border: 1px solid var(--hewo-border-light-gray);
    color: var(--hewo-text-primary);
}

.hewo-error {
    color: var(--hewo-error);
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.25rem;
}

.hewo-link {
    color: var(--hewo-text-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.hewo-progress-container {
    height: 12px;
    position: relative;
    width: 100%;
}

.hewo-progress-bg {
    background-color: var(--hewo-border-light-gray);
    position: absolute;
    inset: 0;
    border-radius: 9999px;
}

.hewo-progress-fill {
    background-color: var(--hewo-primary-dark);
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    width: 0%;
    transition: width 0.3s ease;
}

.hewo-progress-status {
    color: var(--hewo-text-primary);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.hewo-progress-status-completed {
    color: var(--hewo-primary-dark);
    font-weight: 600;
}

.color-swatch-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: 100%;
}

.color-swatch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.color-swatch-box {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.color-swatch-item.active .color-swatch-box {
    border-bottom: 4px solid #6e8d2c;
    border-radius: 8px;
}

.color-swatch-label {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}

.color-swatch-name {
    font-weight: 500;
}

.color-swatch-code {
    font-size: 11px;
}

.mounting-type-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    justify-content: flex-start;
}

.mounting-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    padding-bottom: 5px;
    width: calc(20% - 8px);
    margin-bottom: 10px;
    font-size: 15px;
}

.mounting-type-item.label-only {
    width:auto;
}

.mounting-image-box {
    /* width: 70px; */
    /* height: 70px; */
    border-radius: 8px;
    border: 2px solid #ddd;
    background: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mounting-type-item.active .mounting-image-box,
.mounting-type-item:hover .mounting-image-box {
    border: 5px solid #6f8d2c;
}

.mounting-image-box.mounting-label-box {
    padding: 10px 15px;
}

.help-text {
    font-size: 12px;
    line-height: 1.2;
    color: #6d5b5b;
}

.mounting-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mounting-type-label {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
    font-weight: 500;
}

.configurable-options-shimmer {
    min-height: 400px;
}

.tooltip-modal {
    z-index: 1000;
}

.tooltip-modal .tooltip-modal-wrapper {
    z-index: 1001;
    max-width: calc( 100vw - 45px);
    width: 720px;
    max-height: calc(100vh - 90px);
    overflow-y: scroll;
}

.tooltip-modal .tooltip-modal-wrapper h3 {
    font-weight: 500;
    font-size: 24px;
    color: #6f8d2c;
}


.step-navigation {
    margin-bottom: 1rem;
}

.cursor-help {
    cursor: help;
}

.tab-title {
   padding: 10px 0;
}

.step-indicator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border: 2px solid #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.step-indicator.active {
    background-color: #6F8D2C;
    border-color: #6F8D2C;
    color: white;
}

.step-indicator.completed {
    background-color: #6F8D2C;
    border-color: #6F8D2C;
    color: white;
}

.step-indicator.disabled {
    background-color: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.step-indicator:not(.disabled):hover {
    transform: scale(1.1);
}

.step-number {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.step-connector {
    width: 60px;
    height: 2px;
    background-color: #d1d5db;
    margin: 0 8px;
}

.step-content {
    padding-bottom: 45px;
}

.step-title {
    color: #6d5b5b;
    margin-bottom: 0.5rem;
}

.step-description {
    color: #6d5b5c;
    font-size: 14px;
}

.step-navigation-buttons {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}

.hewo-secondary-button {
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.hewo-secondary-button:hover {
    background-color: #e5e7eb;
    border-color: #9ca3af;
    text-decoration: none;
}

.step-next-button {
    background-color: #6F8D2C;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.step-next-button:hover:not(.opacity-50) {
    background-color: #6F8D2C;
    text-decoration: none;
}

.step-next-button.opacity-50 {
    opacity: 0.5;
    cursor: not-allowed;
}

.step-circle {
    background-color: var(--hewo-primary-dark);
    color: var(--hewo-white);
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.selected-options-container {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.selected-options-container .header-title {
    margin:0;
    font-weight: normal;
    font-size: 20px;
}

.selected-options-container th {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.selected-options-container td {
    font-size: 14px;
    padding-right: 10px;
    font-weight: 300;
}

.selected-options-container .selected-options-body {
    padding:15px 0;
}

.image-zoomer {
    z-index: 999;
}


/*
------------------ Product view styles ------------------
*/

:root {
    --color-primary: #95AD6D;
    --color-primary-dark: #6F8D2C;
    --color-secondary: #6D5B5B;
    --color-accent: #FF4B07;
    --color-text-primary: #1A1A1A;
    --color-text-secondary: #6B6B6B;
    --color-text-light: #666666;
    --color-border: #E5E5E5;
    --color-bg-light: #F4F5F0;
    --color-bg-beige: #E6EBDD;
    --color-star: #FFB800;
    --color-white: #FFFFFF;
    --color-gray-50: #F8F8F8;
    --color-gray-100: #F3F5F0;
    --color-gray-200: #E6EBDC;
    --color-gray-300: #DDDDDD;
    --color-black: #000000;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    --border-radius-pill: 50px;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 24px;
    --font-size-2xl: 28px;
    --font-size-3xl: 32px;
}

.hewo-title {
    color: var(--color-secondary);
    font-weight: 600;
    margin: 0;
    font-size: var(--font-size-2xl);
    line-height: 1.2;
    padding-left: 0;
}

.hewo-text-primary {
    color: var(--color-text-primary);
}

.hewo-text-secondary {
    color: var(--color-text-secondary);
}

.hewo-text-light {
    color: var(--color-text-light);
}

.hewo-primary-button {
    background-color: var(--color-primary-dark) !important;
    color: var(--color-white) !important;
    padding: var(--spacing-md) var(--spacing-lg) !important;
    border-radius: var(--border-radius-sm) !important;
    font-size: var(--font-size-md) !important;
    font-weight: 500 !important;
    border: none !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
}

.hewo-primary-button:hover {
    background-color: #617b26 !important;
}

.hewo-secondary-button {
    background-color: var(--color-secondary) !important;
    color: var(--color-white) !important;
    padding: 10px 25px !important;
    border-radius: var(--border-radius-sm) !important;
    font-size: var(--font-size-md) !important;
    font-weight: 300 !important;
    border: none !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
}

.hewo-secondary-button:hover {
    background-color: #5a4b4b !important;
}

.hewo-outline-button {
    background-color: var(--color-white) !important;
    color: var(--color-text-primary) !important;
    padding: 10px !important;
    border-radius: var(--border-radius-sm) !important;
    font-size: var(--font-size-md) !important;
    font-weight: 500 !important;
    border: 1px solid var(--color-secondary) !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.hewo-outline-button:hover {
    background-color: var(--color-gray-50) !important;
    border-color: #5a4b4b !important;
}

.back-button {
    color: var(--color-secondary);
    background: var(--color-gray-50);
    border: none;
    padding: 6px 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: var(--border-radius-pill);
    box-shadow: var(--shadow-sm);
    font-weight: 300;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* USP elements */
.hewo-usp-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
}

.hewo-usp-text {
    color: var(--color-secondary);
    font-size: var(--font-size-sm);
}

.hewo-usp-text-bold {
    color: var(--color-secondary);
    font-size: var(--font-size-sm);
    font-weight: 500;
}

.hewo-price-display {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hewo-price-value {
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: #6d5b5c;
}

.product-header-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.spinner {
    margin: 20px auto;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: var(--color-primary);
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin: 0 3px;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 40% {
        transform: scale(1.0);
    }
}

.spinner-border {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: text-bottom;
    border: 3px solid var(--color-primary);
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.config-progress-bar {
    transition: width 0.4s ease-in-out;
}

.progress-status {
    transition: color 0.3s ease;
}

.progress-status.completed {
    color: var(--color-primary-dark) !important;
    font-weight: 600 !important;
}

.gallery-main-image {
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    aspect-ratio: 4/3 !important;
    border: none !important;
}

.gallery-main-image img,
.gallery-main-image video {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.image-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    display: block !important;
}

.thumbnails-container div {
    aspect-ratio: 1/1 !important;
    overflow: hidden !important;
}

.thumbnails-container div img,
.thumbnails-container div video {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.usp-card {
    background-color: var(--color-gray-100) !important;
    border-color: var(--color-gray-200) !important;
    height: auto !important;
    min-height: 110px !important;
    transition: transform 0.2s ease !important;
}

.usp-card:hover {
    transform: translateY(-3px) !important;
}

.usp-grid {
    width: 90% !important;
}

.usp-card-inner {
    padding: 10px !important;
}

.usp-svg-icon {
    width: 26px !important;
    height: 26px !important;
}

.usp-icon {
    background-color: var(--color-secondary) !important;
}

.usp-title {
    color: var(--color-secondary) !important;
    font-size: 16px;
}

.usp-text {
    color: var(--color-secondary) !important;
    font-size: 12px;
}

.gallery-nav-button {
    border-radius: var(--border-radius-sm) !important;
    opacity: 0.75 !important;
    transition: opacity 0.3s ease, background-color 0.3s ease !important;
    height: 45px;
}

.gallery-nav-button:hover {
    opacity: 0.9 !important;
}

.gallery-nav-arrow {
    color: var(--color-secondary) !important;
}

.gallery-header {
    margin-top: 2% !important;
}

.back-button span {
    font-weight: 300 !important;
}

.back-button span:first-child {
    font-size: var(--font-size-xl) !important;
    font-weight: 300 !important;
}

.warning-message {
    border:1px solid;
    padding: 10px;
    border-radius: 5px;
}

.warning-message.success {
    background-color: #d1e7dd;
    color: #0f5132;
    border-color: #badbcc;
}

.warning-message.danger {
    background-color: #f8d7da;
    color: #842029;
    border-color: #f1aeb5;
}

.warning-message.warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffecb5;
}

.color-sample-modal {
    background:rgba(0, 0, 0, 0.5);
}

.color-sample-modal h3{
   font-size: 30px;
}

.color-sample-modal h4{
   font-size: 22px;
}

.color-sample-modal .p-4{
   padding: 10px !important;
}

.color-sample-modal .hewo-secondary-button {
    background-color: var(--color-secondary) !important;
    color: var(--hewo-white) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
}


.color-sample-modal .hewo-primary-button {
    background-color: var(--hewo-primary-dark) !important;
    color: var(--hewo-white) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
}

/* Fade transition for modal background and panel */
.fade-enter-active, .fade-leave-active { transition: opacity .2s ease; }
.fade-enter-from, .fade-leave-to { opacity: 0; }
.modal-panel { transform: scale(1); transition: transform .2s ease; padding: 15px;}
.fade-enter-from .modal-panel, .fade-leave-to .modal-panel { transform: scale(0.98); }

.category-description {
   padding: 20px;
   margin-top: 40px;
   border-radius: 10px;
   background: #f8f4f1;
   padding: 10px 30px 30px 30px;
}

.category-description h3 {
    margin-top: 15px;
    font-size: 25px;
}

/*
------------------ General styles ------------------
*/

* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

body {
    color: var(--hewo-text-primary);
}

main {
    padding-top: 20px;
    padding-bottom: 80px;
}

.page-checkout {
    padding-top: 0 !important;
}

.primary-button {
    background-color: var(--hewo-primary-dark);
    color: var(--hewo-white);
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    max-width: 100%;
}

.primary-button:hover {
    background-color: var(--hewo-primary-dark);
}

.transparent-button {
    background-color: transparent;
    color: var(--hewo-text-primary);
    border: 1px solid var(--hewo-text-primary);
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    max-width: 100%;
}

.text-xs {
    font-size: 13px;
    margin-top: 2px;
}

/*
------------------ Header styles ------------------
*/

header.main {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    z-index: 999;
}

header .form-search {
    width:600px;
}

.thuiswinkel-logo {
    width: 100px;
    padding-right: 15px;
}

header .top-bar-container {
    background-color: #BF5C17;
    height: 36px;;
}

/*
------------------ Homepage ------------------
*/

.h1 {
    font-size: 37px;
}

.social-icon{
    width: 27px;
}

@media only screen and (min-width: 768px) {
    .usp {
        margin-bottom: 55px !important;
    }

    .main-homepage {
        margin-top: 30px !important;
    }

    .text-block-item p a {
        text-decoration: underline;
    }

    .popular h2 {
        margin-top: -40px !important;
        font-size: 40px !important;
    }

    .review h2 {
        font-family: var(--font-family-base)!important;
        font-weight: 700 !important;
        margin-top: -20px !important;
        font-size: 40px !important;
    }

    .review .button {
    border-radius: 4px;
    color: var(--color-white);
    border: 1px solid var(--color-green);
    background-color: var(--color-green);
    }

    .review .button:hover{
    background-color: #84bb0f;
    }

}

@media only screen and (min-width: 1025px) {
    .custom.is-alt {
        margin-bottom: 90px!important;
    }
}

@media only screen and (min-width: 768px) {
    .review h2 {
        margin-bottom: 15px !important;
        font-size: 30px !important;
    }
}

@media only screen and (min-width: 768px) {
    .popular.is-alt h2 {
        margin-bottom: 33px;
        font-size: 30px !important;
    }
}

.feature h2 {
    margin-bottom: 20px;
    font-size: 30px !important;;
}

.page-main h2{
    font-size: 30px;
    margin-top: 30px;
}

.popular h2 {
    font-size: 30px !important;
}

.text-block a{
    text-decoration: underline;
}

/*
------------------ Diverse ------------------
*/

.custom-container {
    max-width: 1360px !important;
}

.font-dmserif {
   font-family: "Nunito", sans-serif !important;
}

.text-black {
    color: #6d5b5b !important;
}

.text-blue-600 {
    color: #6c8d3c !important;
}

.text-gray-800 {
    color: #6d5b5b !important;
}

.text-gray-900 {
   color: #6d5b5b !important;
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color:#658a39;
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(191 93 23);
}

.toggle-detail{
    margin-top: -20px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

.dropdown-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 99;
}

.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

.dropdown-content a:hover {
    background: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.text-block-column img{
    margin: 15px;
    border-radius: 20px;
}

.button {
    padding: 10px 24px;
    display: inline-block;
    font-family: var(--font-family-base);
    font-size: var(--font-base-size);
    text-decoration: none;
    color: var(--color-white) !important;
    border-radius: 8px;
    background-color: var(--color-green) !important;
    transition: var(--duration);
    cursor: pointer;
}

.info-blok {
    margin-left: -30px;
}

.review-blok {
    margin-left: -30px;
}

.qoute {
    font-size: 15px;
}

.review-column {
        margin-bottom: 0;
        padding: 20px !important;
        margin-bottom: 20px !important;
        border-radius: 10px !important;
        background: #f8f4f1 !important;
    }

/*
------------------ Checkout view styles ------------------
*/

.checkout-card {
    padding:20px;
    border-radius: 10px;
    border: 1px solid var(--hewo-border-light);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.page-checkout .divider {
    height:2px;
}

.page-checkout .checkout-step {
    gap:10px;
}
/*
------------------ Product view styles ------------------
*/


.product-main-container .product-gallery-container {
    max-width: 50%;
    width:100%;
}
.product-main-container .product-details-container {
    max-width: 50%;
    width:100%;
}

.hewo-product-customization .shimmer {
    background: linear-gradient(to right, #e1e3da 0%, #f4f5f0 25%, #e3e5db 50%);
    background-size:1250px 100%
}

@media (max-width: 992px) {
    .product-main-container .product-gallery-container {
        max-width: 100%;
    }
    .product-main-container .product-details-container {
        max-width: 100%;
    }
}

.breadcrumbs {
    font-size: 12px;
    color: #666;
    margin-bottom: 60px;
}

.breadcrumbs a {
    color: var(--hewo-orange);
    text-decoration: none;
}

.card-container {
    background: #f5f1ee;
}

/*
------------------ Category page ------------------
*/

.sub-category.card {
    max-width: 305px;;
}

.panel-side.journal-scroll {
    background: #f8f4f0;
	padding: 20px;
    border-radius: 10px;
}

.panel-side.journal-scroll .bg-white {
    background:none;
}

.panel-side.journal-scroll .font-semibold,
.panel-side.journal-scroll label,
.panel-side.journal-scroll .cursor-pointer span {
    color: var(--hewo-text-primary);
}

.panel-side.journal-scroll .bg-navyBlue {
    background-color:#bf5d17;
}

::-webkit-slider-thumb{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: var(--hewo-text-primary) !important;
    background-color:#f3f6f0 !important;
}

.category-product-card {
   background-color: var(--hewo-beige);
}

.category-product-card .product-image-container {
    padding:0;
}

.category-product-card .product-price {
    position: absolute;
    right:0;
    bottom:0;
    padding:15px;
    background:var(--hewo-beige);
}

.category-product-card .product-name-container {
}

.category-product-card .product-filters {
    margin-bottom: 15px;
}

.category-product-card .product-name {
    padding: 15px 0;
}

.category-product-card .product-color-code,
.category-product-card .product-main-category {
    font-size: 12px;
    font-weight: normal;
}

.category-product-card .product-title {
    font-size: 18px;
    font-weight: 600;
    margin:0
}

.category-product-card .product-content {
    background-color: var(--hewo-beige);
    padding: 0 20px 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.category-header h1{
    font-size: 40px !important;
}



/*
------------------ cart ------------------
*/

.cart-qty.step-circle {
    position: absolute;
    top: -8px;
    right: -16px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: normal;
}

.drawer {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
}

.card-header {
    background: #f8f4f1;
    padding: 20px 30px 15px;
}

.card-header h6 {
    font-weight: 500;
    font-size: 18px !important;
}

.drawer p.select-none {
    margin-bottom: 0;
}

/*
------------------Algemene  styles ------------------
*/

.category-bar {
    background: #f8f4f1;
    height: 55px;
}

.category-dropdown > {
    padding-right: 25px;
}

.color-sample-modal .font-medium {
    color: #6d5b5c !important;
}

.secondary-button {
    background: #6d5b5c;
    color: #fff;
    border: none;
}

.secondary-button:hover {
    background: #6a8c3d;
    color: #fff;
    border: none;
}

.breadcrumbs {
    margin-bottom: 25px;
}

.header-desktop-bottom .icon-cart {
    font-size: 47px;
    color: #6d5b5b;

}

.modal-close-button{
    font-size: 35px;
    margin-top: -15px;
}

.text-base {
    font-weight: 400 !important;
}

.expanded {
    boerder-top: 1px solid #ccc;
}

.expanded li {
    list-style: inherit;
    margin-left: 10px;
}

.expanded h3 {
     margin-top: 20px;
     font-size: 25px;
     margin-bottom: 10px;
}

/*
------------------ Connect ------------------
*/

.connect-left h3 {
    font-size: 22px;
}

.connect-call {
    background: #c05b18;
    color: #fff;
}

.connect-logo {
    margin-left: -10px;
}

/*
------------------ Footer ------------------
*/

.footer-bottom {
    padding: 20px 20px;
    font-size: 14px;
    text-align: center;
}

.footer-copyright {
    padding: 10px 60px;
    font-size:12px;
}

.footer-top-logo {
    margin-left: -25px;
    margin-top: 35px;
}

.footer-top {
    background-color: var(--hewo-orange);
    height: 600px;
    padding: 0 0 0 60px;
}

/*
------------------ Enlarge Product Modal ------------------
*/

.enlarge-icon {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #6f8d2c;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-selection-item .enlarge-icon {
    top:0;
    right:0;
}

.enlarge-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    min-height: 200px;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.enlarge-image {
    transition: transform 0.3s ease;
    cursor: zoom-in;
    border-radius: 8px;
}

.enlarge-image:hover {
    transform: scale(1.02);
}

/* Responsive image adjustments */
@media (max-width: 768px) {
    .enlarge-image {
        max-height: 50vh;
    }
}

/*
------------------ Color Sample Modal Product Selection ------------------
*/

.color-sample-modal .modal-panel {
    max-width: 100%;
    width: 800px;
    max-height: calc(90vh - 90px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.product-selection-item {
    transition: all 0.2s ease;
    width:110px;
    background:#fff;
}

.product-selection-item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Configurable attribute option disabled styles */
.color-swatch-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.mounting-type-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.select-items .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #f9f9f9 !important;
    color: #999 !important;
}

.product-selection-item input {
    opacity: 0;
    position: absolute;
}

.product-selection-item h5 {
    margin-bottom: 0;
}

.product-selection-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-selection-item.border-blue-500 {
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.selected-products-summary {
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px;
}

.selected-products-summary span {
    transition: all 0.2s ease;
    background:#dbeafe;
}

.selected-products-summary span:hover {
    background-color: #dbeafe;
}


/* Color sample modal responsive adjustments */
@media (max-width: 768px) {
    .color-sample-modal .modal-panel {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .product-selection-item {
        padding: 12px;
    }

    .product-selection-item img {
        height: 48px;
    }
}

/* Responsive */

@media (max-width: 768px) {

    main .main-homepage {
        margin-top:-20px;
    }

    .header-mobile .header-bar {
        background-color: #BB5B18;
        color: white;
        text-align: center;
        padding: 8px 0;
        font-size: 14px;
    }

    .header-mobile .mobile-logo {
        height: 48px;
    }

    .header-mobile .close-menu {
        font-size: 24px;
        position: absolute;
        right:10px;
        top:40px;
    }

    .header-mobile .close-menu i {
        font-size: 20px;
    }

    .header-mobile .middle-header {
        padding:10px 1rem 0;
    }

    .usps {

    }

    .usp-item {
        font-size: 12px;
    }

    .mobile-category-menu {
        padding: 20px;
        overflow-y: auto;
        max-height: calc(100vh - 200px);
    }

    .mobile-category-shimmer {
        padding: 16px 0;
    }

    .mobile-category-list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-category-item {
        display: block;
        padding: 16px 20px;
        color: #6D5B5B;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #e5e7eb;
        transition: all 0.2s ease;
    }

    .mobile-category-item:hover,
    .mobile-category-item:active {
        background-color: #fbeee6;
        color: #BF5C17;
    }

    .mobile-advies-button-container {
        margin-top: 30px;
    }

    .mobile-advies-button {
        display: block;
        width: 100%;
        padding: 16px 24px;
        background-color: var(--color-green);
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .category-header > .intro-wrapper {
        flex-direction: column;
    }

    .category-header > .sub-category-wrapper {
        flex-wrap: wrap;
        gap:1rem;
    }

    .sub-category.card {
        max-width: calc(50% - 8px);
    }

    .sub-category .card-header {
        padding:15px;
        text-align: center;
    }

    .sub-category .card-header h6 {
        font-size: 4.2vw !important;
    }

    .sub-category .card-footer .primary-button {
        font-size: 12px;
        padding: 10px 15px;
    }

    .product-overview {
        margin-top:0;
        display: block;
    }

    .category-product-card .product-content {
        min-width: auto;
        max-width: 100%;
        min-height: 305px;
    }

    .category-product-card .product-price {
        font-size: 12px;
        padding: 10px;
    }

    .category-product-card .action-items {
        justify-self: flex-end;
    }

    .category-product-card .action-items .primary-button,
    .category-product-card .action-items .transparent-button {
        font-size: 12px;
        padding: 10px;
    }

    .product-main-container {
        padding:0 1rem !important;
    }

    .product-main-container > .flex-row {
        flex-direction: column;
    }

    .product-title-header {
        flex-direction: column;
    }

    .product-title-header h1 {
        margin-bottom: 1rem;
    }

    .product-title-header .hewo-secondary-button {
        justify-content: center;
    }

    .product-usp-text {
        display: block;
    }

    .product-usp-text .hewo-usp-text-bold {
        margin-right: 5px;
    }

    .step-connector {
        width:20px;
        margin:0 5px;
    }

    .step-indicator-container {
        margin-left: 0 !important;
    }

    .hewo-product-customization {
        padding:1rem;
    }

    .mounting-type-item {
        width:calc(50% - 0.5rem);
    }

    .step-navigation-buttons .hewo-secondary-button,
    .step-navigation-buttons .step-next-button {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }

    .step-content .help-text {
        font-size: 10px;
    }


}

@media (max-width: 400px) {
    .usp-item {
        font-size: 10px;
    }

    .step-connector {
        width:10px;
        margin:0 5px;
    }
}

@media (max-width: 340px) {
    .usp-item {
        font-size: 9px;
    }
}
