.gooten-product-tabs {
	 position: relative;
	 overflow-anchor: none;
}
 .gooten-product-tab--title {
	 position: relative;
	 font-style: normal;
	 font-weight: normal;
	 font-size: 20px;
	 line-height: 28px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 color: #646b72;
	 text-transform: uppercase;
	 padding: 8px 6px 8px 0;
	 border-bottom: 1px solid #dedfe1;
	 cursor: pointer;
}
 .gooten-product-tab--title .gooten-product-tab--title-icon-desktop {
	 position: relative;
	 width: 14px;
	 height: 14px;
}
 .gooten-product-tab--title .gooten-product-tab--title-icon-desktop::before, .gooten-product-tab--title .gooten-product-tab--title-icon-desktop::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background: #373f49;
	 border-radius: 2px;
	 margin: auto;
}
 .gooten-product-tab--title .gooten-product-tab--title-icon-desktop::before {
	 width: 14px;
	 height: 2px;
}
 .gooten-product-tab--title .gooten-product-tab--title-icon-desktop::after {
	 width: 2px;
	 height: 14px;
	 transition: all 0.3s ease-out;
}
 .gooten-product-tab--title .gooten-product-tab--title-icon-mobile {
	 transition: all 0.3s ease-out;
}
 .gooten-product-tab.active .gooten-product-tab--title-icon-desktop::after {
	 transform: rotate(90deg);
}
 .gooten-product-tab.active .gooten-product-tab--title-icon-mobile {
	 transform: rotate(180deg);
}
 .gooten-product-tab--content-wrapper {
	 display: none;
}
 .gooten-product-tab--content {
	 padding: 20px 0;
	 word-break: break-word;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content {
		 padding: 40px 0;
	}
}
 .gooten-product-tab--content .content-section + .content-section {
	 margin-top: 20px;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section + .content-section {
		 margin-top: 30px;
	}
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section {
		 display: flex;
		 flex-direction: row;
		 align-items: flex-start;
	}
}
 .gooten-product-tab--content .content-section--title {
	 width: 100%;
	 color: #000;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 18px;
	 margin-bottom: 8px;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section--title {
		 width: 27%;
		 font-weight: 400;
		 font-size: 24px;
		 line-height: 40px;
		 margin-bottom: 0;
		 flex-shrink: 1;
	}
}
 .gooten-product-tab--content .content-section--title-block {
	 width: 100%;
	 background-color: rgba(211, 226, 248, .4);
	 padding: 30px;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 18px;
	 color: #000;
	 margin-bottom: 8px;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section--title-block {
		 width: 27%;
		 margin-bottom: 0;
	}
}
 .gooten-product-tab--content .content-section--title-block .title-block--title {
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 18px;
	 margin-bottom: 19px;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section--title-block .title-block--title {
		 font-weight: 400;
		 font-size: 24px;
		 line-height: 40px;
	}
}
 .gooten-product-tab--content .content-section--title-block .title-block--content p:last-child {
	 margin-bottom: 0;
}
 .gooten-product-tab--content .content-section--title-block .elementor-addons-button-secondary {
	 display: inline-flex;
	 margin-top: 27px;
}
 .gooten-product-tab--content .content-section--content {
	 width: 100%;
	 color: #505a6a;
	 font-size: 13px;
	 line-height: 18px;
	 letter-spacing: -0.01em;
}
 @media (min-width: 1024px) {
	 .gooten-product-tab--content .content-section--content {
		 width: 73%;
		 font-size: 16px;
		 line-height: 22px;
		 padding-left: 42px;
		 padding-top: 7px;
	}
}
 .gooten-product-tab--content .content-section--content p:last-child {
	 margin-bottom: 0;
}
 .gooten-product-tab--content .content-section--content .horizontal-images {
	 display: flex;
	 flex-wrap: wrap;
}
 .gooten-product-tab--content .content-section--content .horizontal-images + * {
	 margin-top: 30px;
}
 .gooten-product-tab--content .content-section--content .horizontal-images .horizontal-images--col {
	 max-width: 108px;
	 font-weight: 400;
	 font-size: 14px;
	 line-height: 24px;
	 text-align: center;
	 color: #000;
}
 .gooten-product-tab--content .content-section--content .horizontal-images .horizontal-images--image {
	 display: block;
	 width: 108px;
	 height: 108px;
	 background: #f7f7f7;
	 border-radius: 12px;
	 overflow: hidden;
	 margin: 0 auto;
}
 .gooten-product-tab--content .content-section--content .horizontal-images .horizontal-images--image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .gooten-product-tab--content .content-section--content .horizontal-images .horizontal-images--image + .horizontal-images--title {
	 margin-top: 12px;
}
 .gooten-product-tab--content .content-section--content .horizontal-images .horizontal-images--title {
	 width: 100%;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons {
	 display: flex;
	 flex-wrap: wrap;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons + * {
	 margin-top: 30px;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons .horizontal-icons--col {
	 max-width: 137px;
	 font-weight: 400;
	 font-size: 10px;
	 line-height: 14px;
	 text-align: center;
	 letter-spacing: -0.01em;
	 color: #000;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons .horizontal-icons--image {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 108px;
	 height: 108px;
	 background: #f7f7f7;
	 border-radius: 12px;
	 margin: 0 auto;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons .horizontal-icons--image img {
	 width: 100%;
	 max-width: 60px;
	 height: auto;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons .horizontal-icons--image + .horizontal-icons--title {
	 margin-top: 12px;
}
 .gooten-product-tab--content .content-section--content .horizontal-icons .horizontal-icons--title {
	 max-width: 70px;
	 margin-left: auto;
	 margin-right: auto;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color {
	 display: flex;
	 flex-wrap: wrap;
	 margin: -4px;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color .product-attrs-color--item {
	 position: relative;
	 margin: 4px;
	 display: flex;
	 justify-content: center;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color .product-attrs-color--item:hover .product-attrs-color--tooltip {
	 opacity: 1;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color .product-attrs-color--bg {
	 width: 31px;
	 height: 31px;
	 background: #fff;
	 border: 1px solid #f0f0f0;
	 border-radius: 50%;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color .product-attrs-color--tooltip {
	 position: absolute;
	 bottom: 100%;
	 margin-bottom: 6px;
	 background: #1e2731;
	 padding: 4px 7px;
	 min-width: 62px;
	 border-radius: 6px;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 22px;
	 text-align: center;
	 color: #fff;
	 opacity: 0;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
 .gooten-product-tab--content .content-section--content .product-attrs-color .product-attrs-color--tooltip::before {
	 content: '';
	 position: absolute;
	 bottom: -6px;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 6px 5.5px 0 5.5px;
	 border-color: #1e2731 transparent transparent transparent;
}
 .gt-colors-list {
	 list-style: none;
	 padding: 0;
	 display: flex;
	 flex-wrap: wrap;
	 margin: -4px;
}
 .gt-colors-list li {
	 padding: 4px;
}
 .gt-colors-list .gt-colors-list--item {
	 position: relative;
}
 .gt-colors-list .gt-colors-list--item:hover .gt-colors-list--tooltiptext {
	 visibility: visible;
	 opacity: 1;
	 transition-delay: 0s, 0s;
}
 .gt-colors-list .gt-colors-list--item:hover .gt-colors-list--color {
	 border-color: #fff;
	 box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11), 0px 0px 12px rgba(0, 0, 0, 0.06);
}
 .gt-colors-list .gt-colors-list--item.disabled-color::before {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 3px;
	 height: 30px;
	 z-index: 10;
	 background: #f00;
	 margin: auto;
	 transform: rotate(45deg);
}
 .gt-colors-list .gt-colors-list--item.disabled-color .gt-colors-list--color-inner {
	 opacity: 0.25;
}
 .gt-colors-list .gt-colors-list--color {
	 position: relative;
	 width: 30px;
	 height: 30px;
	 border-radius: 50%;
	 overflow: hidden;
	 border: 1px solid #dedfe1;
	 transition: all 0.3s ease-out;
}
 .gt-colors-list .gt-colors-list--color-inner {
	 display: flex;
	 width: 28px;
	 height: 28px;
	 border-radius: 50%;
	 overflow: hidden;
}
 .gt-colors-list .gt-colors-list--color-inner > div {
	 flex: 1 0 0%;
	 flex-shrink: 0;
	 width: 100%;
	 max-width: 100%;
	 height: 100%;
}
 .gt-colors-list .gt-colors-list--tooltiptext {
	 visibility: hidden;
	 opacity: 0;
	 transition-property: opacity, visibility;
	 transition-duration: 0.3s, 0s;
	 transition-timing-function: ease-out;
	 transition-delay: 0s, 0.3s;
	 min-width: 62px;
	 background-color: #1e2731;
	 color: #fff;
	 font-weight: 400;
	 font-size: 13px;
	 line-height: 20px;
	 text-align: center;
	 white-space: nowrap;
	 padding: 5px 10px;
	 border-radius: 6px;
	 position: absolute;
	 z-index: 1;
	 bottom: 45px;
	 left: 50%;
	 transform: translateX(-50%);
}
 .gt-colors-list .gt-colors-list--tooltiptext::after {
	 content: '';
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 margin-left: -5.5px;
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 5px 5.5px 0 5.5px;
	 border-color: #1e2731 transparent transparent transparent;
}
 