.top-section {
	width: 100%;
	max-width: 1480px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-section h1.mobile-title {
	font-size: 2em;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 8px 24px;
	display: none;
}

.dark-theme .top-section h1.mobile-title {
	color: var(--dt-white);
}

@media screen and (max-width: 640px) {
	
	.top-section h1.mobile-title {
		display: flex;
	}
	
}

@media screen and (max-width: 400px) {
	
	.top-section h1.mobile-title {
	font-size: 1.6em;
	padding: 4px 24px;
	line-height: 32px;
	}
	
}

.left-col,
.right-col {
	flex: 50%;
	margin-bottom: 52px;
}

@media screen and (max-width: 640px) {
	
	.left-col,
	.right-col {
		margin-bottom: 16px;
	}
	
}


/* === Product images === */

.product-img-container {
	width: 100%;
	height: 100%;
	padding-top: 16px;
}

.main-product-img {
	padding: 32px;
	box-sizing: border-box;
}

.main-product-img img {
	max-height: 100%;
	max-width: 100%;
}


/* === Product size info (left?) === */

.size-info {
	max-width: 1180px;
	padding: 32px 0;
	margin-top: 0;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 640px) {
	
	.size-info {
		padding: 32px 0;
	}
	
}

.size-info svg {
	width: 64px;
	padding-top: 2px;
}

.dark-theme .size-info svg {
	fill: var(--black-light-transp-dt);
}

.size-info span {
	line-height: 24px;
	line-height: 23px;
	font-size: 16px;
	font-size: 0.94em;
	font-weight: 500;
	color: var(--black-med-transp);
	padding-left: 8px;
	box-sizing: border-box;
}

.dark-theme .size-info span {
	color: var(--black-med-transp-dt);
}

.size-info span b {
	color: var(--logo-darker-grey);
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: 600;
	cursor: pointer;
}

.dark-theme .size-info span b {
	color: #a9a9a9;
}

.size-info span a:hover {
	color: var(--black-light-transp);
}

.dark-theme .size-info span a:hover {
	color: var(--black-light-transp-dt);
}


/* === Product info === */

.product-info-main {
	padding: 32px;
}

@media screen and (max-width: 640px) {
	
	.product-info-main {
		padding: 24px;
	}
	
}

.product-info-main h1 {
	font-size: 2.1em;
	font-weight: 500;
	margin-bottom: 16px;
}

.dark-theme .product-info-main h1 {
	color: var(--dt-white);
}

@media screen and (max-width: 640px) {
	
	.product-info-main h1 {
		display: none;
	}
	
}

.product-info-main desc {
	font-size: 1.2em;
	line-height: 29px;
	color: var(--black-light-transp);
}

.dark-theme .product-info-main desc {
	color: var(--black-light-transp-dt);
}

.product-info-main desc b {
	color: var(--logo-darker-grey);
    font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.dark-theme .product-info-main desc b {
	color: #989898;
}

.product-info-main desc b:hover {
	color: var(--black-light-transp);
	cursor: pointer;
}

.dark-theme .product-info-main desc b:hover {
	color: var(--black-light-transp-dt);
}


/* === Review stars === */

.review-stars {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
    font-size: 1.24em;
    color: #eca00a;
	cursor: pointer;
	width: fit-content;
}

.review-stars i {
	margin-right: 4px;
	padding-top: 2px;
}

.review-stars i.fa:nth-child(5) {
	color: #dcdddd;
}

.dark-theme .review-stars i.fa:nth-child(5) {
	color: #62615f;
}

.review-stars i.fa-star-half {
    color: #eca00a;
    margin-left: -22px;
    margin-right: 11px;
}

.default-star {
	fill: #D0D3D6;
}

.review-stars svg:nth-child(-n+5) .default-star {
	fill: #eca00a;
}

.review-top-cont {
	color: rgb(0 0 0 / 52%);
	font-weight: 600;
	font-size: 14px;
	margin-left: 8px;
	padding-top: 2px;
	text-decoration: none;
}

.dark-theme .review-top-cont {
	color: rgb(255 255 255 / 52%);
}

.review-stars:hover .review-top-cont,
.review-top-cont:hover {
	color: rgb(0 0 0 / 72%);
}

.dark-theme .review-stars:hover .review-top-cont,
.dark-theme .review-top-cont:hover {
	color: rgb(255 255 255 / 72%);
}


/* === Options === */

.options-container {
	padding: 8px 32px 32px 32px;
}

@media screen and (max-width: 640px) {
	
	.options-container {
		padding: 8px 24px 32px 24px;
	}
	
}


.options-container h3 {
	font-size: 18px;
	color: var(--black-light-transp);
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 32px;
}

.dark-theme .options-container h3 {
	color: var(--black-light-transp-dt);
}

.option-cards-container {
	display: flex;
	flex-direction: column;
}

.option-card {
	background: rgb(255 255 255 / 44%);
	border: 1px solid #dddddd;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 16px;
	margin: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 72px;
}

.dark-theme .option-card {
	background: rgb(24 23 23);
	border: 1px solid #333;
}

.option-card.disabled {
    filter: opacity(0.64);
    cursor: not-allowed;
    pointer-events: none;
    border-style: dashed;
}

.dark-theme .option-card.disabled {
	background: #1f1e1c;
}

.option-card .card-row-1 {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media screen and (max-width: 640px) {
	
	.option-card:first-child .card-row-1 {
		flex-wrap: wrap;
		position: relative;
	}
	
}

.option-card.selected {
	background: #fafafa;
	box-shadow: 0 28px 60px #0000000d;
	border-color: transparent;
}

.dark-theme .option-card.selected {
	background: #050505;
	box-shadow: 0 28px 60px rgb(135 135 135 / 2%);
}

.option-card .container {
    /*flex: 40;*/
	min-width: 132px;
	padding-right: 6px;
}

.option-card .select {
	padding: 0 8px;
	font-size: 14px;
	/*display: flex;
	align-items: center;*/
}

@media screen and (max-width: 640px) {
	
	.option-card:first-child .select {
		width: 100%;
		padding: 16px 0 0 35px;
	}
	
}

.select label {
	color: rgb(22 22 22 / 52%);
	font-weight: 500;
}

.dark-theme .select label {
	color: rgb(210 210 210 / 52%);
}

.select select {
	border: none;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	margin-left: 4px;
	outline: none;
}

/*.option-card.selected .select select {
	background: #fafafa;
}*/

.option-card .price {
	color: rgb(0 0 0 / 64%);
	font-weight: 700;
	/*margin-left: auto;*/
	padding-right: 16px;
	min-width: 72px;
	text-align: right;
}

.dark-theme .option-card .price {
	color: rgb(255 255 255 / 64%);
}

@media screen and (max-width: 640px) {
	
	.option-card:first-child .price {
		position: absolute;
		right: 0;
		top: 3px;
	}
	
}

.option-card .price i {
	font-weight: 500;
	font-size: 0.96em;
}

.option-card.selected .price {
	color: rgb(0 0 0 / 96%);
}

.dark-theme .option-card.selected .price {
	color: rgb(255 255 255 / 96%);
}


.option-card .card-row-2 {
	padding: 24px 16px 0px 35px;
	font-size: 14px;
	color: rgb(0 0 0 / 42%);
	font-weight: 600;
	line-height: 22px;
	width: 100%;
	box-sizing: border-box;
}

.dark-theme .option-card .card-row-2 {
	color: rgb(255 255 255 / 42%);
}

.option-card .card-row-2 a {
	color: var(--black-light-transp);
	text-decoration: none;
	border-bottom: 1px dashed;
}


/* === Buy === */

.buy-bar {
	display: inline-flex;
	justify-content: center;
	background: #fff;
	position: fixed;
	z-index: 9;
	width: 100vw;
	max-width: 100%;
	left: 0;
	bottom: 0;
	height: 72px;
	-webkit-box-shadow: 0 -2px 4px rgb(0 0 0 / 10%);
	/*box-shadow: 0 -2px 4px rgb(0 0 0 / 10%);*/
	box-shadow: 0 8px 30px #00000029;
}

.dark-theme .buy-bar {
	background: var(--main-dark-color-dt);
	background: #0d0d0d;
	-webkit-box-shadow: 0 -2px 4px rgb(135 135 135 / 2%);
	box-shadow: 0 8px 30px rgb(135 135 135 / 2%);
}

.buy-bar.bottom {
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #edecec;
}

.dark-theme .buy-bar.bottom {
	border-top: 1px solid #222120;
}

.buy-bar.fixed {
	position: fixed;
	top: 0;
	border-top: 1px solid #fafafa;
	box-shadow: 0 8px 30px #00000029;
}

.dark-theme .buy-bar.fixed {
	border-top: 1px solid #0d0d0d;
	box-shadow: 0 8px 30px #00000029;
}

/*@media screen and (max-width: 640px) {
	
	.buy-bar.fixed {
		top: unset;
		position: relative;
		border-top: 1px solid #edecec;
		box-shadow: none;
	}
	
}*/

.buy-bar .bar-container {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	max-width: 1480px;
	padding: 0 32px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
	
	.buy-bar .bar-container {
		justify-content: center;
		align-content: center;
	}
	
}

.buy-bar .shipping-info {
	font-size: 0.9em;
	color: var(--black-light-transp);
	display: inline-flex;
	align-items: center;
}

.dark-theme .buy-bar .shipping-info {
	color: var(--black-light-transp-dt);
}

@media screen and (max-width: 700px) {
	
	.buy-bar .shipping-info {
		display: none;
	}
	
}

.dark-theme .buy-bar .shipping-info svg {
	fill: var(--black-light-transp-dt);
}

.buy-bar.fixed .shipping-info {
	display: none
}

.buy-bar .shipping-info span {
	padding-left: 8px;
}

.buy-bar .fixed-title {
	display: none;
	font-size: 1em;
	color: rgb(0 0 0 / 52%);
	font-weight: 600;
}

.dark-theme .buy-bar .fixed-title {
	color: rgb(255 255 255 / 64%);
}

.buy-bar.fixed .fixed-title {
	display: flex;
}

@media screen and (max-width: 700px) {
	
	.buy-bar.fixed .fixed-title {
		display: none;
	}
	
}

.buy-bar .buy {
	display: inline-flex;
	align-items: center;
}

@media screen and (max-width: 700px) {
	
	.buy-bar .buy {
		justify-content: space-between;
		width: 100%;
	}
	
}

.buy-bar .total {
	font-weight: 600;
	font-size: 1.4em;
	color: var(--main-dark-color);
	padding-right: 32px;
}

.dark-theme .buy-bar .total {
	color: var(--dt-white);
}

.buy-bar .total.usd {
	padding-right: 0;
}

@media screen and (max-width: 400px) {
	
	.buy-bar .total {
		font-size: 1.2em;
	}
	
}

.buy-btn {
	background: rgb(234,44,10);
	background: linear-gradient(253deg, rgba(234,44,10,1) 0%, rgba(234,115,10,1) 56%, rgba(236,154,10,1) 100%);
	color: #fff;
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
}

.buy-btn:hover {
	opacity: 0.84;
}

@media screen and (max-width: 400px) {
	
	.buy-btn {
		padding: 12px 20px;
	}
	
}

.buy-btn.disabled {
	background: var(--logo-medium-grey);
	color: var(--logo-darker-grey);
	cursor: default;
}


/* === Details section === */

.details-section {
	display: flex;
	justify-content: center;
	width: 100vw;
	max-width: 100%;
	margin-top: 84px;
	box-sizing: border-box;
	border-top: 1px solid #dddddd;
	border-top: 1px solid #edecec;
	scroll-margin: 84px;
	position: relative;
	background: rgb(246 241 237);
	margin-bottom: 72px;
}

.dark-theme .details-section {
	border-top: 1px solid #333;
	background: var(--main-bg-light-dt);
}


@media screen and (max-width: 640px) {
	
	.details-section {
		scroll-margin: 64px;
	}
	
}

.details-section.bottom {
	margin-bottom: 0;
}

/*.details-section canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}*/

.main-specs-container h2 {
	text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: var(--black-med-transp);
    padding: 2px 16px;
	display: none;
}

@media screen and (max-width: 640px) {
	
	.main-specs-container h2 {
		display: flex;
	}
	
}

.dark-theme .main-specs-container h2 {
    color: var(--black-med-transp-dt);
}

.main-specs-container > p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	color: var(--black-med-transp);
	padding-top: 16px;
	
	display: none;
}

.main-specs-container {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.specs-items {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 32px 0 92px 0;
}

.specs-items .item {
	flex: 5;
	margin: 0 32px 32px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 240px;
	max-width: 284px;
	min-height: 320px;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 16px;
	height: fit-content;
}

@media screen and (max-width: 640px) {
	
	.specs-items .item {
		margin: 0 0 32px 0;
		min-width: fit-content;
	}
	
}


.specs-items .item span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	min-height: 124px;
	border-radius: 50%;
	/*border-bottom-left-radius: 12%;*/
	margin: 16px 0;
	transition: all 350ms ease-in-out;
	border: 1px solid #edecec;
	background: rgb(250 250 250 / 75%);
}

.dark-theme .specs-items .item span {
	background: rgb(24 23 23);
	border: 1px solid #333;
}

@media screen and (max-width: 640px) {
	
	.specs-items .item span {
		min-width: 116px;
		min-height: 116px;
	}
	
}

/*.specs-items .item:hover span {
    transform: scale(1.05);
}*/

.specs-items .item span svg {
	width: 64px;
	height: 64px;
	opacity: .72;
	transition: all 350ms ease-in-out;
}

.dark-theme .specs-items .item span svg {
	fill: var(--black-med-transp-dt);
}

/*.specs-items .item:hover span svg {
    transform: scale(0.95);
}*/

@media screen and (max-width: 640px) {
	
	.specs-items .item span svg {
		width: 64px;
		height: 64px;
	}
	
}

.specs-items .item h4 {
	font-size: 1.1em;
	line-height: 26px;
	color: var(--black-light-transp);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 32px;
	text-align: center;
	padding: 0 8px;
}

.dark-theme .specs-items .item h4 {
	color: var(--black-light-transp-dt);
}

.specs-items .item p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: var(--black-med-transp);
	text-align: center;
	margin-bottom: 0;
}

.dark-theme .specs-items .item p {
	color: var(--black-med-transp-dt);
}

.main-specs-container small {
	color: rgb(0 0 0 / 24%);
	padding: 0 4px;
}

.dark-theme .main-specs-container small {
	color: rgb(255 255 255 / 24%);
}

.more-info-link {
	line-height: 23px;
	font-size: 0.8em;
	font-weight: 500;
	color: rgb(0 0 0 / 32%);
	text-align: center;
	padding: 2px 16px;
	width: fit-content;
}

.dark-theme .more-info-link {
	color: rgb(255 255 255 / 32%);
}

.more-info-link b {
	color: var(--black-med-transp);
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: 600;
	cursor: pointer;
}

.dark-theme .more-info-link b {
	color: var(--black-med-transp-dt);
}


/* === Modal (Externalize??) === */

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    background: transparent;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 200ms ease-out;
    transform: translateY(45px);
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.modal-container-bg {
	background: #fafafa;
	width: 920px;
	max-width: calc(100vw - 32px);
	height: fit-content;
	max-height: calc(100vh - 152px);
	overflow: auto;
	padding-bottom: 48px;
	pointer-events: all;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dark-theme .modal-container-bg {
	background: var(--main-dark-color-dt);
	/*box-shadow: 0 28px 60px rgb(135 135 135 / 4%);*/
	border: 1px solid #2c2c2c;
}

.modal-container-bg .btn-cont {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}

/* close btn */
.btn-close {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
}

.btn-close:hover {
	background: rgb(16 13 13 / 12%);
}

.dark-theme .btn-close:hover {
	background: rgb(119 113 111 / 20%);
}

.btn-close .icon-cross {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.btn-close .icon-cross:before,
.btn-close .icon-cross:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 3px;
  background: #a3a3a3;
  border-radius: 2px;
}

.btn-close .icon-cross:before {
  transform: rotate(45deg);
}

.btn-close .icon-cross:after {
  transform: rotate(-45deg);
}

.btn-close .icon-cross span {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}



.modal-container-bg h3 {
	margin-top: 8px;
	font-size: 1.4em;
	color: var(--black-light-transp);
	font-weight: 600;
	padding: 0 8px;
	box-sizing: border-box;
	width: fit-content;
	align-self: center;
	text-align: center;
	line-height: 30px;
}

.dark-theme .modal-container-bg h3 {
	color: var(--black-light-transp-dt);
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg h3 {
		padding: 0 24px;
	}
	
}

.modal-container-bg section {
	display: flex;
	padding: 16px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg section {
		flex-wrap: wrap;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 24px;
	}
	
}

.modal-container-bg section .col {
	min-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-container-bg section p {
	font-size: 1.1em;
	line-height: 28px;
	color: var(--black-light-transp);
	padding: 0 32px;
}

.dark-theme .modal-container-bg section p {
	color: var(--black-light-transp-dt);
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg section p {
		padding: 0;
		font-size: 1.05em;
		line-height: 25px;
	}
	
}

.modal-container-bg section img {
	padding: 16px;
	box-sizing: border-box;
	max-width: 360px;
	width: -webkit-fill-available;
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg section img {
		max-width: 340px;
		margin: 0 64px;
		padding: 0;
		margin-top: 32px;
	}
	
}

.modal-container-bg .gallery-counter {
	margin: 0;
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg .gallery-counter {
		margin-top: 24px;
	}
	
}

.modal-container-bg .helpInfo {
    font-size: 0.94em;
    font-weight: 500;
    color: var(--black-med-transp);
    padding: 0 48px;
	line-height: 24px;
}

.dark-theme .modal-container-bg .helpInfo {
    color: var(--black-med-transp-dt);
}

@media screen and (max-width: 800px) {
	
	.modal-container-bg .helpInfo {
		margin-top: 52px;
		padding: 0 24px;
		margin-bottom: 0;
	}
	
}

.modal-container-bg .helpInfo a {
	color: var(--logo-darker-grey);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.dark-theme .modal-container-bg .helpInfo a {
    color: #9a9a9a;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 42%);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: 200ms;
}

.dark-theme .mask {
	background: transparent;
}

.mask.active {
	visibility: visible;
	opacity: 1;
	backdrop-filter: blur(2px) grayscale(20%);
}

.active + .modal {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}


/* Options tab*/

.main-options-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-options-container h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.7em;
	font-weight: 600;
	color: var(--logo-darker-grey);
	/*background: #f9f7f6;*/
	width: fit-content;
}

.main-options-container > p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	color: var(--black-med-transp);
	padding: 2px 16px;
}

@media screen and (max-width: 640px) {
	
	.main-options-container > p {
		padding: 2px 0;
	}
	
}

.dark-theme .main-options-container > p {
	color: var(--black-med-transp-dt);
}

.main-options-container .options-cont {
	width: 1080px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.main-options-container .option {
	display: flex;
	margin: 32px 0;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	
	.main-options-container .option:nth-child(2) .col-left {
		order: 2;
	}

	.main-options-container .option:nth-child(2) .col-right {
		order: 1;
	}

}

.main-options-container .option .col-left,
.main-options-container .option .col-right {
	flex: 50%;
	padding: 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 200px;
}

@media screen and (max-width: 640px) {
	
	.main-options-container .option .col-left,
	.main-options-container .option .col-right {
		padding: 18px 0;
		min-width: 100%;
	}
	
}

.main-options-container .option h3 {
	font-size: 1.4em;
	color: var(--black-light-transp);
	font-weight: 600;
	margin-top: 0;
	padding: 0 8px;
	box-sizing: border-box;
	align-self: start;
}

.dark-theme .main-options-container .option h3 {
	color: var(--black-light-transp-dt);
}

.main-options-container .option img {
	max-width: 100%;
	width: 420px;
	aspect-ratio: 1;
	border-radius: 8px;
	
	position: relative;
}

.main-options-container .option img.img-error::before {
	content: '';
	width: 420px;
	aspect-ratio: 1;
	background-color: #ece8e4;
	border-radius: 8px;
	position: absolute;
	left: 0;
    top: 0;
}

.main-options-container .option img.img-error::after {
    content: attr(alt);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-options-container .option p {
	font-size: 1.1em;
	line-height: 28px;
	color: var(--black-light-transp);
	padding: 8px;
	margin: 0;
}

.dark-theme .main-options-container .option p {
	color: var(--black-light-transp-dt);
}

.main-options-container .option info {
	background: #ebe8e6;
	color: #a1a1a1;
	border: 1px solid rgb(193 193 193 / 64%);
	padding: 6px 16px;
	margin-top: 32px;
	border-radius: 6px;
	font-weight: 400;
	font-size: 0.94em;
	font-style: italic;
	opacity: .84;
}

.dark-theme .main-options-container .option info {
    background: #181717;
    color: var(--logo-darker-grey);
    border: 1px solid rgb(86 86 86 / 64%);
}


/* Tech info tab */

.main-info-container {
	padding: 32px 0 22px 0;
	display: flex;
	flex-direction: column;
}

.main-info-container h2 {
	justify-content: center;
	font-size: 1.2em;
	font-weight: 500;
	color: var(--black-med-transp);
	padding: 0 16px;
	margin: -12px 0 52px 0;
	display: none;
}

@media screen and (max-width: 640px) {
	
	.main-info-container h2 {
		display: flex;
	}
	
}

.dark-theme .main-info-container h2 {
	color: var(--black-med-transp-dt);
}

.main-info-container h5 {
	/*background: #f9f7f6;*/
	width: fit-content;
	margin: 8px 0;
	padding: 4px 8px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 0.98em;
	color: rgb(0 0 0 / 72%);
}

.dark-theme .main-info-container h5 {
	color: var(--black-light-transp-dt);
}

.info-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 72px;
	
	border: 1px solid #edecec;
    border-radius: 8px;
}

.dark-theme .info-table {
	border: 1px solid #333;
}

@media screen and (max-width: 640px) {
	
	.info-table,
	.dark-theme .info-table	{
		border: none;
		margin-bottom: 52px;
	}
	
	.info-table.second {
		margin-bottom: 16px;
	}
	
}

.info-row {
	display: inline-flex;
	justify-content: space-between;
	height: 52px;
	align-items: center;
	background: #fafafa;
	font-size: 14px;
	color: rgb(0 0 0 / 42%);
	font-weight: 600;
}

.dark-theme .info-row {
	background: #181717;
	color: var(--black-light-transp-dt);
}

@media screen and (max-width: 640px) {
	
	.info-row {
		border-radius: 6px;
		height: fit-content;
		min-height: 72px;
		flex-direction: column;
		margin-bottom: 16px;
		background: rgb(233 230 228 / 84%);
	}
	
	.dark-theme .info-row {
		background: #2c2c2c !important;
	}
	
}

.info-table.second .info-row {
	background: rgb(233 230 228 / 84%);
}

.dark-theme .info-table.second .info-row {
	background: rgb(40 39 39 / 84%);
}

.info-table .info-row:nth-child(odd) {
	background: rgb(233 230 228 / 84%);
}

.dark-theme .info-table .info-row:nth-child(odd) {
	background: rgb(40 39 39 / 84%);
}

@media screen and (max-width: 640px) {
	
	.dark-theme .info-table .info-row:nth-child(odd) {
		background: #2c2c2c;
	}
	
}

.info-table.second .info-row:nth-child(odd) {
	background: #fafafa;
}

.dark-theme .info-table.second .info-row:nth-child(odd) {
	background: #181717;
}

@media screen and (max-width: 640px) {
	
	.info-table.second .info-row:nth-child(odd) {
		background: rgb(233 230 228 / 84%);
	}
	
	.dark-theme .info-table.second .info-row:nth-child(odd) {
		background: #2c2c2c;
	}
	
}

.info-row:first-child {
	border-radius: 8px 8px 0 0;
}

.info-row:last-child {
	border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 640px) {
	
	.info-row:first-child {
		border-radius: 6px;
	}

	.info-row:last-child {
		border-radius: 6px;
	}
	
}


.info-row .col-1 {
	flex: 4;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgb(44 20 0 / 8%);
	box-sizing: border-box;
	color: rgb(0 0 0 / 72%);
	justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	
	.info-row .col-1 {
		padding: 8px 16px;
		width: 100%;
		height: 50%;
		flex: auto;
	}
	
}

.dark-theme .info-row .col-1 {
	background: rgb(112 112 112 / 16%);
	color: var(--black-med-transp-dt);
}

.info-row:first-child .col-1:first-child {
	border-radius: 8px 0 0 0;
}

@media screen and (max-width: 640px) {
	
	.info-table .info-row .col-1:first-child {
		border-radius: 6px 6px 0 0;
	}
	
}


.info-row .col-2 {
	flex: 6;
	display: flex;
	padding: 0 32px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	
	.info-row .col-2 {
		padding: 8px 16px;
		width: 100%;
		height: 50%;
		flex: auto;
	}
	
}

.info-row:last-child .col-1 {
	border-radius: 0 0 0 8px;
}

@media screen and (max-width: 640px) {
	
	.info-row:last-child .col-1 {
		border-radius: 6px 6px 0 0;
	}
	
}

.info-row b {
	color: var(--logo-darker-grey);
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: 600;
	cursor: pointer;
}

@media screen and (max-width: 840px) {
	
	.info-row b {
		border-bottom: none;
		display: flex;
	}
	
}

.info-row .size-icon {
	display: none;
}

@media screen and (max-width: 840px) {
	
	.info-row .size-icon {
		display: flex;
	}
	
	.dark-theme .info-row .size-icon {
		fill: var(--logo-medium-grey);
	}
	
	.info-row b info {
		display: none;
	}
	
}

.info-row span {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	border: 2px solid;
	font-weight: 800;
	color: rgb(0 0 0 / 24%);
	cursor: pointer;
	padding-left: 1px;
	box-sizing: border-box;
}

.main-info-container > p {
	width: fit-content;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	color: var(--black-med-transp);
	background: #f9f7f6;
	margin-top: 72px;
	
	display: none;
}


/* ======= Review Tab ======= */

.review-section-title {
    justify-content: center;
    font-size: 1.2em;
    font-weight: 500;
    color: var(--black-med-transp);
    padding: 0 16px;
    margin: 20px 0 44px 0;
    display: none;
}

.dark-theme .review-section-title {
    color: var(--black-med-transp-dt);
}

@media screen and (max-width: 640px) {
	
	.review-section-title {
		display: flex;
	}
	
}

.filter-cont {
	width: 720px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	margin: 32px auto;
	align-content: flex-end;
	flex-wrap: wrap;
	padding: 12px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
}

.filter-cont.hidden {
	display: none;
}

.filter-cont .total-reviews-cont {
	color: var(--black-light-transp);
	font-weight: 600;
	font-size: 1.1em;
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	
	.filter-cont .total-reviews-cont {
		width: 100%;
		text-align: center;
		padding: 16px;
	}
	
}

.dark-theme .filter-cont .total-reviews-cont {
	color: var(--black-light-transp-dt);
}

.filter-cont label {
    padding: 0 16px;
    color: rgb(22 22 22 / 52%);
    font-weight: 500;
    font-size: 0.92em;
}

@media screen and (max-width: 640px) {
	
	.filter-cont label {
		padding: 0;
		line-height: 32px;
	}
	
}

.dark-theme .filter-cont label {
    color: rgb(205 205 205 / 52%);
}

.filter-cont select {
	width: fit-content;
	background: #f6f1ed;
	border: none;
	box-shadow: none;
	color: #504c4b;
}

.dark-theme .filter-cont select {
	background: var(--main-bg-light-dt);
	color: #c6c1c0;
}

.reviews-error {
	font-size: 14px;
	color: rgb(0 0 0 / 32%);
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	margin: 360px 0;
	padding: 16px;
}

.dark-theme .reviews-error {
	color: rgb(255 255 255 / 32%);
}

.reviews-error.hidden {
	display: none;
}

#reviewsContainer {
	width: 720px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

#reviewsContainer .review-item {
    border: 1px solid #dddddd;
	background: rgb(255 255 255 / 44%);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
}

.dark-theme #reviewsContainer .review-item {
    border: 1px solid #333;
	background: var(--black-med-transp);
	color: var(--black-light-transp-dt);
}

#reviewsContainer .review-item .name-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 4px;
	padding-top: 2px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e3e4e4;
}

.dark-theme #reviewsContainer .review-item .name-cont {
	border-bottom: 1px solid #333;
}

#reviewsContainer .review-item .name {
	font-size: 1em;
	font-weight: 600;
}

#reviewsContainer .review-item .left,
#reviewsContainer .review-item .right {
	display: flex;
	align-items: center;
}

#reviewsContainer .review-item .right {
	letter-spacing: .44px;
	font-weight: 500;
	color: var(--black-med-transp);
	font-size: 14px;
}

.dark-theme #reviewsContainer .review-item .right {
	color: var(--black-med-transp-dt);
}

#reviewsContainer .review-item .icon_verified {
	width: 16px;
	fill: #a7a7a7;
	padding: 0 24px;
}

#reviewsContainer .review-item .lang {
	font-size: 0.92em;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #a7a7a7;
}

#reviewsContainer .review-item .lang svg {
	padding-right: 4px;
	width: 14px;
}

#reviewsContainer .review-item .stars {
    font-weight: 700;
    color: #a3a3a3;
    padding: 8px 4px;
    position: relative;
}

#reviewsContainer .review-item .stars span {
    padding: 0 8px;
}

#reviewsContainer .review-item .stars .fa-star {
	color: #dddddd;
	padding: 0 2px;
}

#reviewsContainer .review-item .stars .fa-star-half {
    z-index: 2;
    color: transparent;
    position: absolute;
    top: 11px;
    margin-left: 1px;
}

/* Stars */
#reviewsContainer .review-item .stars[data-value="1"] .fa-star:nth-child(2) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="2"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="2"] .fa-star:nth-child(4) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="2.5"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="2.5"] .fa-star:nth-child(4),
#reviewsContainer .review-item .stars[data-value="2.5"] .fa-star-half:nth-child(5) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="3"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="3"] .fa-star:nth-child(4),
#reviewsContainer .review-item .stars[data-value="3"] .fa-star:nth-child(6) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="3.5"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="3.5"] .fa-star:nth-child(4),
#reviewsContainer .review-item .stars[data-value="3.5"] .fa-star:nth-child(6),
#reviewsContainer .review-item .stars[data-value="3.5"] .fa-star-half:nth-child(7) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="4"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="4"] .fa-star:nth-child(4),
#reviewsContainer .review-item .stars[data-value="4"] .fa-star:nth-child(6),
#reviewsContainer .review-item .stars[data-value="4"] .fa-star:nth-child(8) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="4.5"] .fa-star:nth-child(2),
#reviewsContainer .review-item .stars[data-value="4.5"] .fa-star:nth-child(4),
#reviewsContainer .review-item .stars[data-value="4.5"] .fa-star:nth-child(6),
#reviewsContainer .review-item .stars[data-value="4.5"] .fa-star:nth-child(8),
#reviewsContainer .review-item .stars[data-value="4.5"] .fa-star-half:nth-child(9) {
	color: #eca00a;
}

#reviewsContainer .review-item .stars[data-value="5"] .fa-star {
	color: #eca00a;
}


#reviewsContainer .review-item .dog {
	color: var(--black-med-transp);
	font-size: 0.92em;
	padding: 8px 4px;
}

.dark-theme #reviewsContainer .review-item .dog {
	color: var(--black-med-transp-dt);
}

#reviewsContainer .review-item .dog > b {
	font-weight: 600;
}

#reviewsContainer .review-item > p {
	padding: 0 4px;
}

#load-more {
	display: block;
	margin: 32px auto;
	background: rgb(0 0 0 / 6%);
	width: fit-content;
	padding: 8px 16px;
	border-radius: 6px;
	color: #a3a3a3;
	font-weight: 500;
	cursor: pointer;
}

.dark-theme #load-more {
	background: rgb(255 255 255 / 6%);
}

#load-more.hidden {
	display: none;
}

#load-more:hover {
	background: rgb(0 0 0 / 4%);
}

.dark-theme #load-more:hover {
	background: rgb(255 255 255 / 4%);
}



/**/

.buy-confirm {
	background: #fafafa;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 640px) {
	
	.buy-confirm .center-cont {
		max-width: 84%;
	}
	
}

.dark-theme .buy-confirm {
	background: var(--main-dark-color);
}

.buy-confirm.hidden {
	display: none;
}

.buy-confirm svg {
	height: 42px;
	width: 42px;
	margin-bottom: 32px;
	fill: #100d0d;
	opacity: 0.12;
}

.dark-theme .buy-confirm svg {
	fill: rgb(100 100 100 / 52%);
	opacity: 1;
}

.buy-confirm h3 {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 29px;
	color: var(--black-light-transp);
	padding-bottom: 24px;
}

.dark-theme .buy-confirm h3 {
	color: var(--black-light-transp-dt);
}

.buy-confirm a {
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	margin: 0 8px;
}

@media screen and (max-width: 640px) {
	
	.buy-confirm a {
		margin: 16px 8px;
		display: block;
	}
	
}

.buy-confirm .btn-link-popup {
	background: rgb(219 219 219);
	color: var(--main-dark-color);
}

.buy-confirm .confirmed-buy-link {
	background: rgb(234,44,10);
	background: linear-gradient(253deg, rgba(234,44,10,1) 0%, rgba(234,115,10,1) 56%, rgba(236,154,10,1) 100%);
	color: #fff;
}

.buy-confirm a:hover {
	opacity: 0.84;
}