.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--gray-100);
	--background-color-alt: var(--gray-200);
	--text-color: var(--gray-900);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--primary-color-700);
	margin: 0 auto;
	padding: 25px 20px 22px;
}

.shared-detail::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 191px;
	background-image: url("../jpg/blue_noise.jpg");
}

@media (min-width: 40em) {
	.shared-detail::before {
		height: 340px;
	}
}

.shared-detail .white-wrapper {
	background-color: white;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 40em) {
	.shared-detail {
		padding: 65px 20px 73px;
		overflow-x: hidden;
	}
}

@media (min-width: 64em) {
	.shared-detail {
		padding-top: 100px;
	}

	.shared-detail .white-wrapper {
		transform: translateX(30px);
	}
}

.shared-detail .addthis_toolbox a:not(.share-button) {
	display: none;
}

.shared-detail .addthis_toolbox a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	color: var(--dark-blue);
	font-size: 14px;
	line-height: 28px;
}

.shared-detail .addthis_toolbox a i {
	color: var(--orange);
	font-size: 18px;
	margin-left: var(--space-8);
	margin-right: 6px;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 40%;
	}

	.shared-detail .addthis_toolbox a {
		font-size: 16px;
		line-height: 28px;
	}
	
	.shared-detail .addthis_toolbox a i {
		font-size: 18px;
	}
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

@media (min-width: 1190px) {
	.shared-detail .detail-top .detail-gallery {
		flex: 1 1 660px;
		transform: translate(-61px, -50px);
	}
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	z-index: 1;
}

.shared-detail .detail-top .detail-gallery img { 
	width: 100%;
	height: auto;
	object-fit: cover;
}

.shared-detail .detail-top .detail-gallery iframe { 
	position: absolute;
	top: 0; 
}

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: var(--space-2) var(--space-3);
	color: white;
	background-color: rgba(39, 52, 67, 0.8);
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	display: flex;
	align-items: center;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 16px;
	}
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 18px;
	margin-right: var(--space-3);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 40%;
	padding: var(--space-4) var(--space-5) var(--space-5);
	background-color: transparent;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	color: var(--dark-blue);
}

.shared-detail .detail-top .info-section .bottom-actions {
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .top-actions {
		justify-content: center;
	}
	.shared-detail .detail-top .info-section .top-actions, .shared-detail .detail-top .info-section .bottom-actions {
		flex-direction: row;
		justify-content: center;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section .top-actions {
		font-size: 16px;
		justify-content: flex-start;
	}

	.shared-detail .detail-top .info-section .bottom-actions {
		justify-content: flex-start;
	}
}

@media (hover: hover) {
	.shared-detail .detail-top .info-section .top-actions div a:hover {
		background-color: transparent;
	}
}

.shared-detail .detail-top .info-section .top-actions .fas.fa-heart {
	color: var(--orange);
	margin-right: 6px;
	font-size: 18px;
}

.shared-detail .detail-top .info-section .top-actions a[data-type="View"] {
	color: var(--dark-blue);
	border-bottom: 4px solid var(--light-teal);
	transition: background-color ease 0.4s;
}

.shared-detail .detail-top .info-section .top-actions a[data-type="View"]:hover {
	background-color: var(--light-teal);
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] span + span {
	margin-left: var(--space-2);
}

@media (hover: hover ) {
	.shared-detail .detail-top .info-section .top-actions span a:hover {
		text-decoration:  none; /*reboot.css override*/
	}
}

.shared-detail .detail-top h1 {
	font-family: var(--font-display);
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	color: var(--dark-blue);
	margin-bottom: 15px;
	margin-top: var(--space-1);
}

@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: 54px;
		line-height: 60px;
		margin-bottom: var(--space-3);
	}
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--dark-blue);
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-top .action-item {
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.9px;
	padding: var(--space-3) 14px 10px;
	background-color: #175959;
	color: var(--text-color-alt);
	border-radius: 0;
	text-transform: uppercase;
	margin: 0;
	transition: background-color 0.2s ease-in-out;
}

@media (min-width: 64em) {
	.shared-detail .detail-top .action-item {
		font-size: 18px;
	}
	
	.shared-detail .detail-top dl,
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd {
		font-size: 20px;
		line-height: 30px;
	}
}

.shared-detail .detail-top .action-item .visitWebDash {
	transform: translateY(-2px);
	display: inline-block;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: var(--space-4);
}

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: #00A69C;
	}

	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover .visitWebDash {
		transform: scaleX(2) translateY(-2px);
		margin-left: 8px;
		padding: 0px 4px;
	}

	.shared-detail .detail-top .info-section .bottom-actions a.action-item:first-child:hover::after {
		content: " ";
		height: 6px;
		width: 6px;
		border-radius: 50%;
		background-color: white;
		display: inline-block;
		margin-bottom: 3.5px;
	}
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-10) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--dark-blue);
	background-color: var(--background-color);
	border: 1px solid var(--dark-blue);
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a {
	display: block;
	width: 100%;
	padding: var(--space-2) 0 0;
	clear: both;
	white-space: nowrap;
	color: var(--dark-blue);
}

.shared-detail .detail-info-bar {
	max-width: 1100px;
	margin: 0 auto;
	padding: var(--space-1) var(--space-5) 48px;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: var(--space-4);
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .split-pane.third {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.shared-detail .detail-info-bar ul {
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	list-style: none;
}

@media (hover: hover) {
	.shared-detail .detail-info-bar .info-list a:hover {
		background-color: transparent;
	}
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: center;
	margin-bottom: var(--space-2);
}

.shared-detail .detail-info-bar ul.social-icons li a {
	color: #175959;
}

@media(hover: hover) {
	.shared-detail .detail-info-bar ul.social-icons li a {
		background-color: transparent;
	}
}

.shared-detail .detail-info-bar ul li a {
	color: var(--dark-blue);
}

.shared-detail .detail-info-bar ul li i.fas.fa-envelope + a.action-item {
	line-height: 30px;
	font-weight: 700;
	text-decoration: underline 4px solid var(--light-teal);
}

.shared-detail .detail-info-bar ul li i.fas.fa-envelope + a.action-item:hover {
	background-color: none;
}

.shared-detail .detail-info-bar ul li > div {
	display: flex;
	align-items: baseline;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar .split-pane.secondary  .two-line-wrap {
		flex-direction: column;
	}
}

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: var(--space-2);
	font-size: 15px;
	color: var(--gray);
	width: 21px;
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar ul.info-list li i {
		margin-right: var(--space-4);
		width: unset;
	}
}

.shared-detail .detail-info-bar ul.info-list li i.fa-envelope {
	font-size: 21px;
}

.shared-detail .detail-info-bar ul.info-list li:hover a {
	text-decoration: none; /*reboot.css override*/
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: var(--dark-blue);
}

@media (min-width: 64em) {
	.shared-detail .detail-info-bar dl,
	.shared-detail .detail-info-bar dt,
	.shared-detail .detail-info-bar dd {
		font-size: 20px;
		line-height: 30px;
	}
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: var(--space-3);
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: var(--space-5);
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 25px;
}

.shared-detail .detail-info-bar ul.hours-of-operation li {
	margin-bottom: 0;
	justify-content: space-between;
}

.shared-detail .detail-info-bar ul.hours-of-operation li.current {
	font-weight: 700;
}

.shared-detail .detail-drawers {
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
}

.shared-detail .detail-drawers::after {
	content: "";
	display: block;
	background-image: url(../png/mountain_image_background_fixed_bottom_443ef9a8-4e45-4157-bd10-0919193e4251.png);
	background-size: 100% 100%;
	width: 100%;
	aspect-ratio: 3/1.3;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers::after {
		background-image: url(../png/mountain_image_background_fixed_bottom_443ef9a8-4e45-4157-bd10-0919193e4251-2.png);
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers::after {
		height: 344px;
		aspect-ratio: unset;
	}
}

@media (min-width: 40em) {
	.shared-detail .detail-top .info-section .bottom-actions .dropdown, .shared-detail .detail-top .info-section .bottom-actions .action-item:not(:first-child) {
		margin-left: 10px;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: var(--space-5) var(--space-5) var(--space-1);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
	font-family: var(--font-body);
	font-size: 16px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content p {
	font-size: 16px;
	line-height: 24px;
	font-family: var(--font-body);
	color: var(--dark-blue);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
		font-size: 18px;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > .content p {
		font-size: 20px;
		line-height: 30px;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd.active .drawer-button {
	background-color: var(--light-teal);
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: var(--space-2) var(--space-5);
	margin-bottom: 0;
	width: 100%;
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: var(--dark-blue);
}

.shared-detail .detail-drawers .drawers dd:last-child .drawer-button {
	margin-bottom: var(--space-2);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers .drawer-button {
		justify-content: flex-start;
		padding: var(--space-2) var(--space-5);
		margin-bottom: var(--space-3);
		font-size: 45px;
		line-height: 52px;
	}
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: var(--text-lg);
}

.shared-detail .detail-drawers .drawer-button .fas.fa-plus {
	color: var(--light-teal);
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}

.shared-detail .detail-drawers .gMapContainer .infoWindow {
	font-family: var(--font-body);
	font-size: 18px;
}

.shared-detail .detail-drawers .gMapContainer .infoWindow .contactInfo {
	font-size: 14px;
}

.shared-detail .detail-drawers .social-cont {
	max-width: 300px;
	margin: 0 auto;
}

.shared-detail .detail-drawers .social-cont .social-title {
	font-size: var(--text-xl);
	font-weight: bold;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .tweet {
	display: flex;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .buddy-icon {
	width: 48px;
	margin-right: var(--space-3);
}

.shared-detail .detail-drawers .social-cont .buddy-icon img {
	border-radius: var(--rounded-circle);
}

.shared-detail .detail-drawers .social-cont .tweet-text {
	flex: 1;
}

.shared-detail .detail-drawers .social-cont .date {
	font-weight: bold;
}

.shared-detail .detail-drawers .social-cont .actions {
	display: flex;
	justify-content: space-between;
	margin-top: var(--space-1);
}

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
	}

	.shared-detail > * {
		max-width: 1100px;
	}

	.shared-detail .detail-top {
		align-items: center;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-12) var(--space-5);
		z-index: 1;
		min-width: 234px;
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		justify-content: space-around;
		padding: 0 60px var(--space-20);
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 33px var(--space-24) 18px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 2px 30px;
		margin-bottom: var(--space-2);
	}

	.shared-detail .detail-drawers .drawers dd:last-child .drawer-button {
		margin-bottom: 0;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top {
		flex-direction: row;
		align-items: flex-start;
		margin: 0 auto;
		padding-bottom: var(--space-6);
	}

	.shared-detail .detail-info-bar {
		padding: 45px 128px 46px 100px;
		position: relative;
		min-height: 136px;
	}

	.shared-detail .detail-gallery::before {
		content: " ";
		width: 1px;
		height: 140px;
		background-color: var(--dark-blue);
		position: absolute;
		left: 70px;
		bottom: -140px;
	}

	.shared-detail .detail-gallery::after {
		content: " ";
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background-color: var(--dark-blue);
		position: absolute;
		left: 65px;
		bottom: -145px;
	}

	.shared-detail .detail-info-bar ul {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (min-width: 1190px) {
	.shared-detail .detail-top {
		padding-bottom: 0;
		position: relative;
	}

	.shared-detail .detail-info-bar .split-pane {
		transform: translateY(-26px);
	}

	.shared-detail .detail-gallery::before {
		content: " ";
		width: 1px;
		height: 140px;
		background-color: var(--dark-blue);
		position: absolute;
		left: 131px;
		bottom: -140px;
	}

	.shared-detail .detail-gallery::after {
		content: " ";
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background-color: var(--dark-blue);
		position: absolute;
		left: 126px;
		bottom: -145px;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.shared-detail .detail-info-bar .hours-of-operation li {
		display: block;
	}
	
	.shared-detail .detail-info-bar .hours-of-operation li span.day {
		display: flex;
		width: auto;
		padding-right: 5px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section {
		padding: var(--space-12) var(--space-8);
	}

	.shared-detail .detail-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
	}

	.shared-detail .detail-drawers #socialFeedsTab > div {
		flex: 1;
	}

	.shared-detail .detail-drawers .social-cont .tweets {
		max-height: 800px;
		overflow-y: auto;
		padding-right: var(--space-4);
	}
}

@media (min-width: 1190px) {
	.shared-detail .detail-top .info-section {
		transform: translateX(-20px);
		padding: var(--space-10) var(--space-5) var(--space-12) 0;
	}
}

.whats-nearby {
	padding: 0;
}

.whats-nearby .wrapper {
	padding: var(--space-10) 0;
	background-color: var(--background-color);
	border-top: 4px solid var(--background-color-alt);
}

@media (min-width: 40em) {
	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

.whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: var(--space-6);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	font-family: var(--font-family-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	line-height: var(--leading-tight);
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	margin-bottom: -4px;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: var(--space-4) var(--space-8);
	color: currentColor;
	background: transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: var(--nearby-tab-bottom-border);
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: var(--nearby-tab-bottom-border-alt);
	}	
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}

/* Yelp */
.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-rating-line {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-rating-line > a {
	width: fit-content;
	margin-right: var(--space-2);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-rating-line-text a, .shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row .review-links a {
	color: var(--dark-blue);
	font-weight: 700;
	border-bottom: 4px solid var(--light-teal);
	transition: background-color ease 0.4s;
}

@media (hover: hover) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-rating-line-text a:hover, .shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row .review-links a:hover {
		color: var(--dark-blue);
		font-weight: 700;
		background-color: var(--light-teal);
	}
}

.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
	margin: var(--space-6) 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row img.review-user-image {
	max-height: 300px;
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row {
		grid-template-columns: auto 1fr;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > #yelpTab .reviews-provider-content .review.row img.review-user-image {
		max-width: 200px;
	}
}

/* Booking Rates */
.shared-detail .bd-index-snippet {
	display: flex;
	align-items: flex-end;
	gap: 29px;
	margin-bottom: var(--space-3);
}

.shared-detail .bd-index-snippet .price-block {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.shared-detail .bd-index-snippet .price-block:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
	width: 2px;
	height: 40px;
	background: #00a69c85;
}

.shared-detail .bd-index-snippet .price-block p {
	font-size: 14px;
}

.shared-detail .bd-index-snippet .price-block span {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--font-display);
}

.shared-detail .bd-index-snippet > a {
	position: relative;
	font-size: 18px;
	font-family: var(--font-body);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transform: translateY(2px);
}

.shared-detail .bd-index-snippet > a:after {
	content: "";
	position: absolute;
	right: -16px;
	top: 12px;
	height: 1px;
	width: 12px;
	background: var(--dark-blue);
}

@media (max-width: 375px) {
	.shared-detail .bd-index-snippet {
		gap: 25px;
	}
	
	.shared-detail .bd-index-snippet .price-block:after {
		height: 30px;
		top: 2px;
	}
	
	.shared-detail .bd-index-snippet .price-block p {
		font-size: 13px;
	}
	
	.shared-detail .bd-index-snippet .price-block span {
		font-size: 18px;
	}
	
	.shared-detail .bd-index-snippet > a {
		font-size: 14px;
	}
}
@media (min-width: 64em) {
	.shared-detail .bd-index-snippet .price-block p {
		font-size: var(--text-base);
	}

	.shared-detail .bd-index-snippet .price-block span {
		font-size: 30px;
	}

	.shared-detail .bd-index-snippet .price-block:after {
		top: 7px;
	}

	.shared-detail .bd-index-snippet > a {
		transform: translateY(-3px);
	}
}


.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div {
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 a,
.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .content-section h4 {
	font-family: var(--font-body);
	font-size: var(--text-xl);
	font-weight: 700;
	line-height: var(--leading-relaxed);
	color: inherit;
	margin-bottom: var(--space-2);
	word-break: break-word;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .inner {
	max-width: var(--width-compact);
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
	margin-bottom: var(--space-2);
}

@media (min-width: 64em) {
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .inner {
		max-width: unset;
	}

	.shared-detail .detail-drawers > dl.drawers > dd.active > .content > div > div .img-cont {
		margin-bottom: 0;
	}
}