/* ================================
   Wine Service – Vinbar
================================ */

.ws-vinbar,
.ws-vinbar *,
.ws-vinbar *::before,
.ws-vinbar *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ws-vinbar {
	background: #F6EFE4;
	color: #2C241E;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	max-width: none;
	padding: 0;
	overflow: clip;
}


.ws-vinbar a {
	color: inherit;
}

.ws-vinbar svg {
	display: block;
}

/* ================================
   Showcase / Hero
================================ */

.ws-vinbar .showcase {
	width: 100%;
	max-width: none;
	padding: 0 0 120px 0;
	margin: 0;
}

.ws-vinbar .showcase-grid {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	gap: 60px;
	align-items: start;
}

/* ================================
   Gallery
================================ */

.ws-vinbar .gallery {
	min-width: 0;
	position: sticky;
	top: 110px;
	align-self: start;
}

.ws-vinbar .gallery-main {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	aspect-ratio: 4 / 5;
	background: #EFE7D8;
	margin-bottom: 10px;
	cursor: pointer;
}

.ws-vinbar .g-slide {
	position: absolute;
	inset: 0;
	transition: opacity 0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ws-vinbar .g-slide.on {
	opacity: 1;
	z-index: 2;
}

.ws-vinbar .g-slide.off {
	opacity: 0;
	z-index: 1;
}



.ws-vinbar .g-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(246, 239, 228, 0.18);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	cursor: pointer;
	z-index: 6;
	transition: background 0.2s;
}

.ws-vinbar .g-arrow:hover {
	background: rgba(201, 97, 72, 0.6);
}

.ws-vinbar .g-prev {
	left: 10px;
}

.ws-vinbar .g-next {
	right: 10px;
}

.ws-vinbar .g-counter {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 5;
	background: rgba(44, 36, 30, 0.45);
	backdrop-filter: blur(6px);
	border-radius: 10px;
	padding: 4px 8px;
	font-size: 11px;
	color: rgba(246, 239, 228, 0.7);
	letter-spacing: 0.08em;
}


.ws-vinbar .g-thumb {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	border: 2.5px solid transparent;
	opacity: 0.5;
	transition: opacity 0.2s, border-color 0.2s;
	padding: 0;
	background: transparent;
	font: inherit;
}

.ws-vinbar .g-thumb.on {
	border-color: #C96148;
	opacity: 1;
}

.ws-vinbar .g-thumb:hover:not(.on) {
	opacity: 0.75;
}




.ws-vinbar .g-thumb-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	padding: 4px;
	font-size: 8px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
}



.ws-vinbar .g-slide img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.ws-vinbar .g-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(44, 36, 30, 0.08),
		rgba(44, 36, 30, 0.02) 45%,
		rgba(44, 36, 30, 0.22)
	);
}

.ws-vinbar .g-thumbs {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.ws-vinbar .g-thumb img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.ws-vinbar .g-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent 65%);
	pointer-events: none;
}


/* ================================
   Hero info
================================ */

.ws-vinbar .pinfo {
	padding: 0;
	min-width: 0;
}

.ws-vinbar .trust-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

.ws-vinbar .trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ffffff;
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 999px;
	padding: 5px 12px;
	font-size:14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #6B5C4E;
}

.ws-vinbar .trust-pill svg {
	width: 18px;
	height: 18px;
	color: #5A644A;
	flex-shrink: 0;
}



.ws-vinbar .pinfo-title {
	font-family: "Fraunces", serif;
  font-optical-sizing: none;
	font-size: 70px;
	  font-style: italic;
	  font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #2C241E;
	margin-bottom: 30px;
}

.ws-vinbar .pinfo-title em {
  font-optical-sizing: none;
	color: #C96148;
}


/* ================================
   Price breakdown
================================ */

.ws-vinbar .pb-price-floating {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 5px;
}





.ws-vinbar .pb-amount-line {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ws-vinbar .pb-sale-price {
	font-family: "Fraunces", serif;

	font-optical-sizing: none;
	font-size: 48px;
	font-weight: 600;
	color: #2C241E;
	line-height: 1;
}

.ws-vinbar .pb-old-price {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-size: 36px;
	font-weight: 600;
	color: #9C8A79;
	line-height: 1;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #C96148;
	opacity: 0.95;
}

.ws-vinbar .pb-save-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #C96148;
	color: #ffffff;
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}



.ws-vinbar .pb-plus-divider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	margin: 20px 0 10px 0;
}

.ws-vinbar .pb-plus-divider::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: rgba(44, 36, 30, 0.16);
	transform: translateY(-50%);
}

.ws-vinbar .pb-plus-divider-icon {
	position: relative;
	z-index: 1;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ffffff;
	border: 1.5px solid rgba(90, 100, 74, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5A644A;
}

.ws-vinbar .pb-plus-divider-icon svg {
	width: 20px;
	height: 20px;
	color: #5A644A;
}

.ws-vinbar .pb-addon-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8075;
	margin-bottom: 10px;
}


.ws-vinbar .pb-countdown-line {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	font-size: 16px;
	color: #8a8075;
	margin-bottom: 15px;
}

.ws-vinbar .pb-countdown-word-short {
	display: none;
}

.ws-vinbar .pb-countdown-line svg {
	color: #C96148;
	flex-shrink: 0;
}

.ws-vinbar .pb-cd-num {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-size: 18px;
	font-weight: 500;
	color: #2C241E;
	margin: 0 1px;
}



.ws-vinbar .price-breakdown {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: visible;
	margin-bottom: 15px;
}

.ws-vinbar .pb-add-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(90, 100, 74, 0.08);
	border: 1px solid rgba(90, 100, 74, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5A644A;
	flex-shrink: 0;
}

.ws-vinbar .pb-add-icon svg {
	display: block;
	color: #5A644A;
}

.ws-vinbar .pb-add-icon--wine svg {
	width: auto;
	height: 20px;
}


.ws-vinbar .pb-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ws-vinbar .pb-label {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: #2C241E;
	margin-bottom: 4px;
}

.ws-vinbar .pb-sublabel {
	font-size: 14px;
	color: #9c8a79;
	line-height: 1.2;
}

.ws-vinbar .pb-row-add {
	background: #ffffff;
	border: 1.5px solid rgba(44, 36, 30, 0.14);
	border-radius: 25px;
	padding: 15px 18px;
	transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.ws-vinbar .pb-row-add:hover {
	background: #FFFBF6;
	border-color: rgba(90, 100, 74, 0.24);
	box-shadow: 0 6px 20px rgba(44, 36, 30, 0.04);
}

.ws-vinbar .pb-add-left {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}


.ws-vinbar .pb-add-price {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #6B5C4E;
	flex-shrink: 0;
	background: rgba(44, 36, 30, 0.05);
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 999px;
	padding: 4px 12px;
}

.ws-vinbar .pb-offer-note {
	font-size: 14px;
	line-height: 1.2;
	color: #6B5C4E;
	margin-bottom: 30px;
}

.ws-vinbar .pb-offer-note strong {
	color: #5A644A;
	font-weight: 600;
}



.ws-vinbar .pinfo-ctas {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 30px 0;
}

.ws-vinbar .btn-primary {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #5A644A;
	color: #ffffff;
	font-family: "Fraunces", serif;
  font-optical-sizing: none;
	font-size: 20px;
	font-weight: 400;
	padding: 15px;
	border-radius: 25px;
	border: none;
	cursor: pointer;
	width: 100%;
	transition: background 0.22s, transform 0.12s;
}

.ws-vinbar .btn-primary:hover {
	background: #4A5339;
	color: #ffffff;
}


.ws-vinbar .btn-outline {
	display: block;
	text-align: center;
	text-decoration: none;
	background: transparent;
	color: #6B5C4E;
	border: 1.5px solid rgba(44, 36, 30, 0.18);
	border-radius: 22px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 12px;
	transition: border-color 0.2s, color 0.2s;
	cursor: pointer;
	width: 100%;
}

.ws-vinbar .btn-outline:hover {
	border-color: #6B5C4E;
	color: #2C241E;
}



.ws-vinbar .feature-list {
	list-style: none;
	margin: 0;
}

.ws-vinbar .feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 1.35;
	color: #8a8075;
	padding: 10px 0;
	border-bottom: 1px solid rgba(44, 36, 30, 0.12);
}

.ws-vinbar .feature-list li:last-child {
	border-bottom: none;

}

.ws-vinbar .feature-list li::before {
	content: "";
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	margin-top: 0;
	border-radius: 50%;
	background-color: #5A644A;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.4L4.1 7.2L10 1' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
}


/* ================================
   Sections
================================ */

.ws-vinbar .section-how {
	background: #FFF;
}


.ws-vinbar .section-inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 120px 20px;
}

.ws-vinbar .section-inner-faq {
	max-width: 900px;
	padding: 120px 20px 180px 20px;
}



.ws-vinbar .section-faq {
	background: #ffffff;
}

.ws-vinbar .eyebrow {
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #8a8075;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ws-vinbar .eyebrow::after {
	content: "";
	flex: 0 0 20px;
	height: 1px;
	background: #8a8075;
	opacity: 0.6;
}

.ws-vinbar .h2 {
	font-family: "Fraunces", serif;
	  font-style: italic;
  font-optical-sizing: none;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.15;
	color: #2C241E;
}

.ws-vinbar .h2 em {
	font-style: italic;
	  font-optical-sizing: none;
	color: #C96148;
}

/* ================================
   How it works
================================ */

.ws-vinbar .steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 60px;
}

.ws-vinbar .step-card {
	background: #F6EFE4;
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 24px;
	padding: 40px 30px;
	position: relative;
	transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
	overflow: visible;
}


.ws-vinbar .step-num {
	font-family: "Fraunces", serif;
	  font-style: italic;
  font-optical-sizing: none;
	font-size: 58px;
	font-weight: 300;
	color: #C96148;
	opacity: 0.2;
	line-height: 1;
	position: absolute;
	top: 20px;
	right: 25px;
	padding-right: 5px;
}

.ws-vinbar .step-icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid rgba(90, 100, 74, 0.18);
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5A644A;
	margin-bottom: 20px;
}

.ws-vinbar .step-card h3 {
	font-family: "Fraunces", serif;
	  font-style: italic;
  font-optical-sizing: none;
	font-size: 24px;
	font-weight: 400;
	color: #2C241E;
	margin-bottom: 10px;
}

.ws-vinbar .step-card p {
	font-size: 16px;
	line-height: 1.8;
	color: #6B5C4E;
}



/* ================================
   FAQ
================================ */

.ws-vinbar .faq-heading {
	text-align: center;
	margin-bottom: 10px;
}

.ws-vinbar .faq-heading .eyebrow {
	justify-content: center;
}

.ws-vinbar .faq-heading .eyebrow::after {
	display: none;
}

.ws-vinbar .faq-heading .h2 {
	text-align: center;
}

.ws-vinbar .faq-wrap {
	width: 100%;
	max-width: 750px;
	margin: 60px auto 0;
}

.ws-vinbar .faq-item {
	border-bottom: 1px solid rgba(44, 36, 30, 0.12);
}

.ws-vinbar .faq-item:first-child {
	border-top: 1px solid rgba(44, 36, 30, 0.12);
}

.ws-vinbar .faq-btn {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	padding: 20px 0;
	text-align: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #2C241E;
	white-space: normal;
	transition: color 0.2s;
}

.ws-vinbar .faq-btn-text {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}

.ws-vinbar .faq-btn:hover,
.ws-vinbar .faq-btn.open {
	color: #C96148;
}

.ws-vinbar .faq-btn svg {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	transition: transform 0.3s;
	color: #9C8A79;
}

.ws-vinbar .faq-btn.open svg {
	transform: rotate(45deg);
	color: #C96148;
}

.ws-vinbar .faq-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s;
}

.ws-vinbar .faq-body.open {
	max-height: 260px;
	padding-bottom: 20px;
}

.ws-vinbar .faq-body p {
	font-size: 15px;
	line-height: 1.85;
	color: #6B5C4E;
}

/* ================================
   Booking form
================================ */

.ws-vinbar .booking-section {
	background: #F6EFE4;
}

.ws-vinbar .booking-inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 120px 20px;
	display: grid;
	grid-template-columns: 1fr 600px;
	gap: 60px;
	align-items: start;
}



.ws-vinbar .booking-left h2 {
	margin-bottom: 20px;
}

.ws-vinbar .booking-lead {
	font-size: 16px;
	line-height: 1.85;
	color: #6B5C4E;
	margin-bottom: 30px;
}



.ws-vinbar .form-card {
	background: #ffffff;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(44, 36, 30, 0.16);
}

.ws-vinbar .form-card-head {
	background: #5A644A;
	padding: 30px;
}

.ws-vinbar .form-card-head h3 {
	font-family: "Fraunces", serif;
	  font-style: italic;
  font-optical-sizing: none;
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 5px;
}

.ws-vinbar .form-card-head p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.68);
}

.ws-vinbar .form-card-body {
	padding: 30px;
}

.ws-vinbar .ws-vinbar-form-message {
	margin: 0 0 15px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
}

.ws-vinbar .ws-vinbar-form-message.is-success {
	background: rgba(90, 100, 74, 0.12);
	border: 1px solid rgba(90, 100, 74, 0.22);
	color: #2C241E;
}

.ws-vinbar .ws-vinbar-form-message.is-error {
	background: rgba(201, 97, 72, 0.12);
	border: 1px solid rgba(201, 97, 72, 0.25);
	color: #2C241E;
}

.ws-vinbar .fg {
	margin-bottom: 20px;
}

.ws-vinbar .fg label {
	display: block;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a8075;
	font-weight: 500;
	margin-bottom: 8px;
}

.ws-vinbar .fg input,
.ws-vinbar .fg select {
	width: 100%;
	background: #F6EFE4;
	border: 1.5px solid rgba(44, 36, 30, 0.18);
	border-radius: 20px;
	color: #2C241E;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	transition: border-color 0.2s, background 0.2s;
}

.ws-vinbar .fg input:focus,
.ws-vinbar .fg select:focus {
	border-color: #5A644A;
	background: #ffffff;
}

.ws-vinbar .fg input::placeholder {
	color: rgba(107, 92, 78, 0.45);
}


.ws-vinbar .fg select {
	cursor: pointer;
	background-image:
		linear-gradient(45deg, transparent 50%, #6B5C4E 50%),
		linear-gradient(135deg, #6B5C4E 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 50%,
		calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 30px;
}

.ws-vinbar .fg select option {
	background: #ffffff;
	color: #2C241E;
}

.ws-vinbar .fg-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.ws-vinbar .privacy-note {
	margin: 5px 0 20px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #9C8A79;
}

.ws-vinbar .privacy-note a {
	color: #5A644A;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ws-vinbar .privacy-note a:hover {
	color: #2C241E;
}

.ws-vinbar .submit-btn {
	width: 100%;
	background: #5A644A;
	border: none;
	border-radius: 16px;
	color: #ffffff;
	font-family: "Fraunces", serif;
  font-optical-sizing: none;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 15px;
	cursor: pointer;
	transition: background 0.22s, transform 0.12s, opacity 0.2s;
}

.ws-vinbar .submit-btn:hover {
	background: #4A5339;
}

.ws-vinbar .submit-btn:active {
	transform: scale(0.99);
}

.ws-vinbar .submit-btn[disabled] {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.ws-vinbar .submit-note {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #9C8A79;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.ws-vinbar .submit-note svg {
	color: #5A644A;
	width: 14px;
	height: 14px;
		flex-shrink: 0;
}
.ws-vinbar .success-state {
	display: none;
	text-align: center;
	padding: 40px 20px;
}

.ws-vinbar .success-state.is-visible {
	display: block;
}

.ws-vinbar .success-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(90, 100, 74, 0.1);
	border: 2px solid #5A644A;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #5A644A;
}

.ws-vinbar .success-state h4 {
	font-family: "Fraunces", serif;
	  font-style: italic;
  font-optical-sizing: none;
	font-size: 24px;
	font-weight: 400;
	color: #2C241E;
	margin-bottom: 10px;
}

.ws-vinbar .success-state p {
	font-size: 15px;
	color: #6B5C4E;
	line-height: 1.8;
}

.ws-vinbar .ws-vinbar-form.is-hidden {
	display: none;
}

.ws-vinbar .ws-vinbar__hp {
	position: absolute !important;
	left: -99999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* ================================
   Sticky mobile CTA
================================ */

.ws-vinbar .sticky-cta {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #5A644A;
	padding: 10px 20px 4px;
	z-index: 400;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
	flex-direction: column;
	align-items: center;
	gap: 8px;
	transition: opacity 0.2s;
}

.ws-vinbar .sticky-cta a {
	display: block;
	width: 100%;
	text-align: center;
	background: #ffffff;
	color: #5A644A;
	font-family: "Fraunces", serif;
  font-optical-sizing: none;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 16px;
	transition: background 0.2s;
}

.ws-vinbar .sticky-cta a:hover {
	background: #F6EFE4;
	color: #5A644A;
}


.ws-vinbar .sticky-cta-note {
	font-size: 14px;
	color: rgba(246, 239, 228, 0.78);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	line-height: 1.3;
	text-align: center;
}

.ws-vinbar .sticky-cta-note svg {
	color: rgba(246, 239, 228, 0.78);
	flex-shrink: 0;
		width: 14px;
	height: 14px;
}

/* ================================
   Reveals
================================ */

.ws-vinbar .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.ws-vinbar .reveal.vis {
	opacity: 1;
	transform: none;
}

.ws-vinbar .d1 {
	transition-delay: 0.12s;
}

.ws-vinbar .d2 {
	transition-delay: 0.24s;
}

.ws-vinbar .d3 {
	transition-delay: 0.36s;
}




/* ================================
   Booking left – editorial version
================================ */

.ws-vinbar .booking-left-editorial {
	max-width: 680px;
}

.ws-vinbar .booking-detail-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 34px;
}

.ws-vinbar .booking-detail-row {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 15px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(44, 36, 30, 0.14);
}

.ws-vinbar .booking-detail-row:first-child {
	padding-top: 0;
}

.ws-vinbar .booking-detail-row span {
	font-family: "Fraunces", serif;
	font-style: italic;
	font-optical-sizing: none;
	font-size: 24px;
	line-height: 1;
	color: #C96148;
	opacity: 0.7;
}

.ws-vinbar .booking-detail-row h3 {
	font-family: "Fraunces", serif;
	font-style: italic;
	font-optical-sizing: none;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	color: #2C241E;
	margin-bottom: 7px;
}

.ws-vinbar .booking-detail-row p {
	font-size: 15px;
	line-height: 1.65;
	color: #6B5C4E;
}



/* ================================
   Responsive
================================ */

@media screen and (max-width: 1350px) {
.ws-vinbar .trust-pills {
	gap: 6px;
	margin-bottom: 15px;
}

.ws-vinbar .trust-pill {
	gap: 5px;
	padding: 5px 8px;
	font-size:13px;

}

.ws-vinbar .trust-pill svg {
	width: 16px;
	height: 16px;
}
}



@media screen and (max-width: 1200px) {

.ws-vinbar .showcase-grid {
	gap: 40px;
}

.ws-vinbar .booking-inner {
	gap: 40px;

}

.ws-vinbar .pinfo-title {
	font-size: 60px;
	margin-bottom: 30px;
}

.ws-vinbar .pb-amount-line {
	gap: 10px;
}

.ws-vinbar .pb-sale-price {
	font-size: 42px;

}

.ws-vinbar .pb-old-price {
	font-size: 30px;
}


	}




@media screen and (max-width: 1170px) {
.ws-vinbar .trust-pills {
	gap: 5px;
	margin-bottom: 15px;
}

.ws-vinbar .trust-pill {
	padding: 5px 6px;
	font-size:12px;

}

.ws-vinbar .trust-pill svg {
	width: 16px;
	height: 16px;
}
}


@media screen and (max-width: 1024px) {
    
    .ws-vinbar .showcase {
	padding: 0 0 90px 0;

}
    
    .ws-vinbar .section-inner {
	padding: 90px 20px;
}
    
    
	.ws-vinbar .booking-inner {
		grid-template-columns: 1fr;
		gap: 0;
			padding: 90px 20px;
		justify-items: center;
		text-align: center;
	}
	
	.ws-vinbar .section-inner-faq {
	padding: 90px 20px 150px 20px;
}
	
	

	/* Gør indholdet i venstre side muligt at reorder */
	.ws-vinbar .booking-left-editorial {
		display: contents;
	}

	.ws-vinbar .booking-left-editorial .eyebrow {
		order: 1;
		justify-content: center;
		text-align: center;
	}

	.ws-vinbar .booking-left-editorial .eyebrow::after {
		display: none;
	}

	.ws-vinbar .booking-left-editorial .h2 {
		order: 2;
		width: 100%;
		max-width: 760px;
		text-align: center;
		margin-bottom: 35px;
	}

	.ws-vinbar .form-card {
		order: 3;
		width: 100%;
		max-width: 760px;
		margin-bottom: 50px;
		text-align: left;
	}

	.ws-vinbar .booking-left-editorial .booking-lead {
		order: 4;
		width: 100%;
		max-width: 760px;
		text-align: center;
	}

	.ws-vinbar .booking-left-editorial .booking-detail-list {
		order: 5;
		width: 100%;
		max-width: 760px;
		text-align: left;
	}

	.ws-vinbar .booking-detail-row {
		text-align: left;
	}
}

@media screen and (max-width: 960px) {
	.ws-vinbar .showcase-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
		.ws-vinbar .g-thumbs {
		display: none;
	}
	
		.ws-vinbar .gallery {
		position: static;
	}

	.ws-vinbar .gallery-main {
		aspect-ratio: 1 / 1;
			margin-bottom: 0px;
	}

	.ws-vinbar .steps {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 40px;
	}


	.ws-vinbar .pinfo-ctas {
		display: none;
	}

	.ws-vinbar .sticky-cta {
		display: flex;
	}
}


@media screen and (max-width: 767px) {

    
    .ws-vinbar .showcase {
	padding: 0 0 60px 0;

}
    
    .ws-vinbar .section-inner {
	padding: 60px 20px;
}
    
    
	.ws-vinbar .booking-inner {
			padding: 60px 20px;
	}
	
	.ws-vinbar .section-inner-faq {
	padding: 60px 20px 120px 20px;
}



.ws-vinbar .success-state {
	padding: 20px 0px;
}
}


@media screen and (max-width: 650px) {

		.ws-vinbar .trust-pill:first-child {
		gap: 0;
		font-size: 0;
	}

	.ws-vinbar .trust-pill:first-child svg {
		margin-right: 5px;
	}

	.ws-vinbar .trust-pill:first-child::after {
		content: "Uforpligtende tilbud";
		font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #6B5C4E;
	}
	
		.ws-vinbar .showcase-grid {
		gap: 20px;
	}
	
}


@media screen and (max-width: 600px) {
.ws-vinbar .pinfo-title {
	font-size: 50px;
	margin-bottom: 20px;
}

.ws-vinbar .h2 {
	font-size: 36px;
}


.ws-vinbar .btn-primary {
	font-size: 18px;
}
.ws-vinbar .btn-outline {
	font-size: 15px;
}

.ws-vinbar .form-card-head h3 {
	font-size: 24px;
}


	.ws-vinbar .fg-row {
		grid-template-columns: 1fr;
		gap: 0;
	}

		.ws-vinbar .trust-pill:last-child {
		display: none;
	}
	
	
	
	.ws-vinbar .pb-sale-price {
	font-size: 36px;

}

.ws-vinbar .pb-old-price {
	font-size: 24px;
}

.ws-vinbar .pb-countdown-line {
	font-size: 14px;
	margin-bottom: 10px;
}

.ws-vinbar .pb-cd-num {
	font-size: 16px;
}




}


@media screen and (max-width: 540px) {
	.ws-vinbar .pb-add-price {
display:none;
	}
	

	
}


@media screen and (max-width: 500px) {


.ws-vinbar .h2 {
	font-size: 32px;
}



.ws-vinbar .ws-nowrap {
	white-space: nowrap !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: manual !important;
}

	.ws-vinbar .booking-title-br {
		display: none;
	}

}

@media screen and (max-width: 475px) {

.ws-vinbar .pinfo-title {
	font-size: 40px;
	margin-bottom: 15px;
}




.ws-vinbar .pb-sublabel {
	font-size: 12px;
}

.ws-vinbar .pb-addon-heading {
	font-size: 12px;
}

.ws-vinbar .pb-plus-divider {
	height: 30px;
	margin: 20px 0 10px 0;
}


.ws-vinbar .pb-plus-divider-icon {
	width: 30px;
	height: 30px;
}

.ws-vinbar .pb-plus-divider-icon svg {
	width: 18px;
	height: 18px;
}


.ws-vinbar .pb-label {
	font-size: 16px;
}


.ws-vinbar .pb-offer-note {
	font-size: 12px;
}


.ws-vinbar .feature-list li {
	gap: 10px;
	font-size: 14px;
}


.ws-vinbar .eyebrow {
	font-size: 11px;
	letter-spacing: 0.25em;

}


.ws-vinbar .form-card-head h3 {
	font-size: 20px;
}

.ws-vinbar .form-card-head p {
	font-size: 12px;
}

.ws-vinbar .form-card-head {
	padding: 20px;
}

.ws-vinbar .form-card-body {
	padding: 20px;
}


.ws-vinbar .fg label {
	font-size: 10px;
	margin-bottom: 5px;
}


.ws-vinbar .step-card h3 {
	font-size: 22px;
}

.ws-vinbar .step-card p {
	font-size: 14px;
}

.ws-vinbar .booking-detail-row h3 {
	font-size: 20px;
	margin-bottom: 5px;
}


.ws-vinbar .step-card {
	padding: 30px 20px;
}



.ws-vinbar .step-num {
	font-size: 50px;
	top: 15px;
	right: 20px;
}

.ws-vinbar .privacy-note {
	font-size: 12px;
}

.ws-vinbar .fg {
	margin-bottom: 15px;
}

	.ws-vinbar .form-card {
		margin-bottom: 30px;
	}


.ws-vinbar .booking-lead {
	font-size: 14px;
	margin-bottom: 20px;
}


.ws-vinbar .booking-detail-row p {
	font-size: 14px;
}

.ws-vinbar .booking-detail-row {
	gap: 10px;
	padding: 20px 0;
}

.ws-vinbar .faq-body p {
	font-size: 14px;
}

}


@media screen and (max-width: 440px) {
	.ws-vinbar .pb-countdown-word-full {
		display: none;
	}

	.ws-vinbar .pb-countdown-word-short {
		display: inline;
	}
	
	
	
	
	.ws-vinbar .pb-sale-price {
	font-size: 32px;

}

.ws-vinbar .pb-old-price {
	font-size: 22px;
}

	.ws-vinbar .pb-save-pill {
	padding: 6px;
	font-size: 12px;
}
	
	
}


@media screen and (max-width: 415px) {
    
    .ws-vinbar .h2 {
	font-size: 28px;
}
    

}


@media screen and (max-width: 400px) {
	.ws-vinbar .form-card-body {
		padding: 20px;
	}


    .ws-vinbar .trust-pills {
	gap: 4px;
	margin-bottom: 10px;
}

	.ws-vinbar .trust-pill:first-child svg {
		margin-right: 4px;
	}

.ws-vinbar .trust-pill {
	padding: 4px;
}


.ws-vinbar .trust-pill svg {
	width: 14px;
	height: 14px;
}



.ws-vinbar .submit-note {
	font-size: 13px;
}

.ws-vinbar .submit-note svg {
	width: 13px;
	height: 13px;
}

.ws-vinbar .sticky-cta-note {
	font-size: 13px;
}

.ws-vinbar .sticky-cta-note svg {
		width: 13px;
	height: 13px;
}


}



@media screen and (max-width: 395px) {
	.ws-vinbar .pb-sale-price {
	font-size: 30px;

}

.ws-vinbar .pb-old-price {
	font-size: 20px;
}
	
}



@media screen and (max-width: 390px) {
.ws-vinbar .submit-note {
	font-size: 12px;
}

.ws-vinbar .submit-note svg {
	width: 12px;
	height: 12px;
}

.ws-vinbar .sticky-cta-note {
	font-size: 12px;
}

.ws-vinbar .sticky-cta-note svg {
		width: 12px;
	height: 12px;
}
}

@media screen and (max-width: 385px) {

.ws-vinbar .pinfo-title {
	font-size: 38px;
}

.ws-vinbar .pb-countdown-line {
	font-size: 13px;
}

.ws-vinbar .pb-cd-num {
	font-size: 15px;
}
}

@media screen and (max-width: 380px) {

.ws-vinbar .trust-pill svg {
	width: 12px;
	height: 12px;
}


	.ws-vinbar .trust-pill:first-child::after {
		font-size: 11px;
	}

.ws-vinbar .trust-pill {
	font-size: 11px;
}


	.ws-vinbar .pb-sale-price {
	font-size: 28px;

}



	

}


@media screen and (max-width: 370px) {

	.ws-vinbar .pb-sale-price {
	font-size: 26px;
}

.ws-vinbar .pb-old-price {
	font-size: 19px;
}

}

@media screen and (max-width: 365px) {

.ws-vinbar .pinfo-title {
	font-size: 36px;
}

.ws-vinbar .pb-countdown-line {
	font-size: 12px;
}

.ws-vinbar .pb-cd-num {
	font-size: 14px;
}
}


@media screen and (max-width: 355px) {

	.ws-vinbar .pb-sale-price {
	font-size: 25px;
}

.ws-vinbar .pb-old-price {
	font-size: 18px;
}

}
