/** Shopify CDN: Minification failed

Line 68:28 Unexpected "{"
Line 79:31 Unexpected "{"

**/
.tabbed {
	overflow-x: hidden;
	margin: 15px 0 24px 0;
  width: 100%;
}

.tabbed [type="radio"] {
	display: none;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
  border-bottom: 1px solid #ccc;
}
.tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	color: #666;
  border-bottom: 1px solid #ccc;
	font-size: 12px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
}

.tab:last-of-type > label {
  padding-right: 0;
}

.tab:first-of-type > label {
  padding-left: 0;
}

.tab:hover label {
	color: #000;
}

.tab-content {
	display: none;
	color: #000;
  padding-top: 10px;
}

.tab-content__usp-list,
.tab-content__icon-list {
  list-style-type: none;
}

.tab-content__icon-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 5px;
}

.tab-content__usp-list li,
.tab-content__icon-list li, {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.tab-content__icon-list li {
  margin: 0 5px 5px 0;
}

.tab-content__usp-list li svg, {
  margin-right: 10px;
  width: 1.2em;
  height: 1.2em;
}

.tab-content__icon-list li svg {
  width: 2.5rem;
  height: 2.5rem;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border-bottom-color: #000;
	color: #000;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}

.accs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accs  {
  overflow: hidden;
  margin: 15px 0 24px;
}

.accs .acc {
  width: 100%;
  overflow: hidden;
}

.accs .acc:not(:first-child) {
  margin-top: -1px;
}

.acc-content {
  max-height: 0;
  padding: 0 1em;
  transition: all .3s;
  border: 1px solid #f8f8f8;
  overflow: auto;
}

.acc-content__usp-list {
  list-style-type: none;
}

.acc-content__usp-list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.acc-content__usp-list li svg {
  margin-right: 10px;
  width: 1.2em;
  height: 1.2em;
}

.acc-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  border: 1px solid #f8f8f8;
  border-bottom: none;
}

.acc-label:hover {
  background: #f8f8f8;
}

.acc-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .15s;
}

.acc input:checked + .acc-label {
  background: #f8f8f8;
}

.acc input:checked + .acc-label::after {
  transform: rotate(90deg);
}

.acc input:checked ~ .acc-content {
  max-height: 150vh;
  padding: 1em;
}

.variant-description {
  margin-bottom: 20px; 
  margin-top: -20px;
}

.variant-description-wrapper {
  display: flex;
  align-items: center;
}

.variant-description-wrapper svg {
  opacity: 0.75;
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.linked-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.linked-item__link {
  display: flex;
  align-items: center;
}

.linked-color {
  width: 20px;
  height: 20px;
}

.linked-color,
.linked-image {
  margin-right: 3px;
  border: 1px solid var(--border-color);
}

.linked-item {
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  border: 2px solid var(--border-color);
  color: var(--text-color-light);
  cursor: pointer;
  margin: 0 8px 8px 0;
}

.linked-item--active {
  border-color: #000;
}

.stamped-badge[data-rating="0.0"] {
  display: none !important;
}

.pdp-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.pdp-badges .ProductItem__Label {
  background-color: #dae8f0;
  color: #000;
  padding: 0.1em 0.45em;
  border-radius: 0.3em;
}

.Product__Wrapper {
  align-items: flex-start;
}