.article-content-box {position: relative; margin-bottom: 64px; color: #494949;}
.article-content-box h1,
.article-content-box h2,
.article-content-box h3,
.article-content-box h4,
.article-content-box h5,
.article-content-box h6 {margin: 0; padding: 0; line-height: 1.2;}
.article-content-box strong {font-weight: 900;}
.article-content-box b {font-weight: 700;}
.article-content-box p {margin: 0; padding: 0; line-height: 1.2;}
.article-content-box a {position: relative; color: #6B27FF; font-weight: 700; text-decoration: none;}
.article-content-box a:hover {text-decoration: underline;}
.article-content-box picture {display: block; width: 100%; height: auto;}
.article-content-box img {display: block; width: 100%; height: auto; border-radius: 40px;}
.article-content-box ul {padding-left: 32px;}
.article-content-box ul li {line-height: 1.35;}
.article-content-box ol {padding-left: 32px;}
.article-content-box ol li {line-height: 1.35;}

.article-content-grid {display: grid; grid-template-columns: 1fr 475px; grid-auto-rows: max-content; align-items: flex-start; column-gap: 24px; row-gap: 32px;}
.article-content-grid .grid-column {position: relative; display: flex; flex-direction: column; height: 100%;}
.article-content-grid .grid-column .hero-img-box {overflow: hidden; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 325px; margin-bottom: 48px; border-radius: 40px;}
.article-content-grid .grid-column .hero-img-box::before {content: ''; position: absolute; z-index: 2; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);}
.article-content-grid .grid-column .hero-img-box .picture {display: block; width: 100%; height: 100%;}
.article-content-grid .grid-column .hero-img-box .picture .img {position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.article-content-grid .grid-column .hero-img-box .article-title {position: absolute; top: 32px; left: 32px; z-index: 3; max-width: calc(100% - 64px); padding-bottom: 100px; color: #FFF; line-height: 1.2;}
.article-content-grid .grid-column .hero-img-box .article-tags-box {position: absolute; bottom: 32px; left: 32px; z-index: 3; display: flex; flex-wrap: wrap; align-items: center; gap: 16px;}
.article-content-grid .grid-column .hero-img-box .article-tags-box .single-tag {padding: 16px; background-color: #EFE7FF; color: #494949; line-height: 1; border-radius: 250px;}

.article-content-grid .grid-column .sidebar-box {display: flex; flex-direction: column; gap: 48px; width: 100%;}
.article-content-grid .grid-column .sidebar-box .article-info-box {position: relative; width: 100%; padding: 32px; background-color: #F5F5F5; border-radius: 40px;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box {position: relative; display: flex; flex-direction: column; gap: 32px; padding: 32px 32px 160px 32px; border-radius: 40px;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .icon-logo {position: absolute; bottom: 8px; right: 16px; display: block; width: 100%; max-width: 240px; height: auto;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .fancy-bg {overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; transform: scale(-1, -1); border-radius: 40px; clip-path: path('M0 0H288Q272 0 272 16Q272 72 240 72H32Q0 72 0 120V100000H10000V0Z');}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .fancy-bg::before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block; background: linear-gradient(0deg, rgba(107, 39, 255, 0.4), rgba(107, 39, 255, 0.4));}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .fancy-bg .picture {display: block; width: 100%; height: 100%;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .fancy-bg .decoration-img {transform: scale(-1, -1); display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box {position: relative; z-index: 4; display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 24px; padding: 24px; background-color: rgba(255, 255, 255, 0.5); backdrop-filter: blur(4px); border-radius: 20px;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box .icon {display: block; min-width: 32px; max-width: 32px; height: auto;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box .text-box {display: flex; flex-direction: column; gap: 8px;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box .text-box .text-label {font-weight: 900; line-height: 1;}
.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box .text-box .text-desc {line-height: 1;}

.article-content-grid .grid-column .sidebar-box .products-list {display: flex; flex-direction: column; gap: 32px; width: 100%;}
.article-content-grid .grid-column .sidebar-box .products-list .products-label {padding-left: 24px; color: #000; font-weight: 700; line-height: 1;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper {display: flex; flex-direction: column; gap: 24px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box {display: flex; flex-direction: column; gap: 8px; color: #000; text-decoration: none;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box {overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; width: 100%; min-height: 300px; padding: 32px; border-radius: 40px 40px 0 0;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .picture {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; display: block; width: 100%; height: 100%;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .picture .img-decoration {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .icon-decoration {position: absolute; top: 32px; right: 32px; z-index: 2; display: block; min-width: 80px; max-width: 80px; height: auto; transition: opacity .3s;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .icon-decoration.icon-hover {top: unset; bottom: 32px; opacity: 0;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .icon-decoration rect {transition: fill .3s, stroke .3s;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .icon-decoration rect[fill] {fill: #9FC119;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .icon-decoration rect[stoke] {stroke: #9FC119;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .icon-decoration path {transition: fill .3s, stroke .3s;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .icon-decoration path[fill] {fill: #000;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .icon-decoration path[stoke] {stroke: #000;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .icon-decoration.icon-hover {opacity: 1;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .product-flags-wrapper {position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .product-flags-wrapper .single-flag {padding: 12px 24px; background-color: #6B27FF; color: #FFF; font-weight: 700; text-transform: uppercase; line-height: 1; border-radius: 250px; transition: background-color .3s, color .3s;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .product-flags-wrapper .single-flag {background-color: #9FC119; color: #000;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .product-tags-wrapper {position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .img-box .product-tags-wrapper .single-tag {padding: 12px 16px; background-color: #FFF; color: #6B27FF; line-height: 1; border-radius: 250px; transition: background-color .3s, color .3s;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box:hover .img-box .product-tags-wrapper .single-tag {background-color: #9FC119; color: #000;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box {display: flex; flex-direction: column; gap: 48px; padding: 24px; background-color: #F5F5F5; border-radius: 0 0 40px 40px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-heading {display: flex; flex-direction: column; gap: 2px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-heading .heading-name {font-weight: 900; line-height: 1.2;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-heading .heading-label {color: #494949; text-transform: uppercase; line-height: 1.2;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-info {display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-info .info-specifications {line-height: 1.2;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-info .info-price {display: flex; flex-direction: column; gap: 8px; text-align: right;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-info .info-price .price-old {color: #494949; font-weight: 600; text-decoration: line-through; line-height: 1;}
.article-content-grid .grid-column .sidebar-box .products-list .boxes-wrapper .single-box .info-box .product-info .info-price .price-current {color: #6B27FF; font-weight: 600; line-height: 1;}

.article-content-grid .grid-column .article-controls {display: flex; justify-content: space-between; gap: 32px; margin-bottom: 64px;}
.article-content-grid .grid-column .article-controls .single-btn {display: flex; flex-wrap: nowrap; align-items: center; gap: 16px; max-width: max-content; color: #000; text-decoration: none;}
.article-content-grid .grid-column .article-controls .single-btn .btn-text {max-width: max-content; color: #000; text-align: center; line-height: 1; transition: color .3s;}
.article-content-grid .grid-column .article-controls .single-btn:hover .btn-text {color: #6B27FF;}
.article-content-grid .grid-column .article-controls .single-btn .icon-box {display: flex; align-items: center; justify-content: center; min-width: 58px; max-width: 58px; height: 40px; background-color: #F5F5F5; border: 1px solid #494949; border-radius: 250px; transition: background-color .3s, border-color .3s;}
.article-content-grid .grid-column .article-controls .single-btn:hover .icon-box {background-color: #6B27FF; border-color: #6B27FF;}
.article-content-grid .grid-column .article-controls .single-btn .icon-box .icon {display: block; width: auto; max-width: 100%; height: auto; max-height: 45%;}
.article-content-grid .grid-column .article-controls .single-btn .icon-box .icon path {transition: stroke .3s;}
.article-content-grid .grid-column .article-controls .single-btn:hover .icon-box .icon path {stroke: #FFF;}

.article-content-grid .grid-column .recommended-articles-wrapper {position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 64px;}
.article-content-grid .grid-column .recommended-articles-wrapper .list-label-box {display: flex; grid-column: 1/-1; align-items: center; gap: 16px;}
.article-content-grid .grid-column .recommended-articles-wrapper .list-label-box .icon {display: block; min-width: 24px; max-width: 24px; height: auto;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article {overflow: hidden; position: relative; min-height: 250px; height: 100%; padding: 32px; color: #000; text-decoration: none;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .fancy-bg {overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; transform: scale(-1, -1); border-radius: 40px; clip-path: path('M0 0H130Q90 0 90 40Q90 90 50 90H32Q0 90 0 130V100000H10000V0Z'); transition: opacity .3s;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article:hover .fancy-bg {opacity: 0.75;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .fancy-bg::before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block; background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 100%, rgba(0, 0, 0, 0) 0%);}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .fancy-bg .picture {display: block; width: 100%; height: 100%;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .fancy-bg .picture .img {transform: scale(-1, -1); display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .article-title {position: relative; z-index: 5; color: #FFF; line-height: 1.2; transition: color .3s;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article:hover .article-title {color: #F5F5F5;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .decoration-icon {position: absolute; bottom: 0; right: 0; z-index: 4; display: block;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article:hover .decoration-icon {display: none;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article .decoration-icon.icon-hover {display: none;}
.article-content-grid .grid-column .recommended-articles-wrapper .single-article:hover .decoration-icon.icon-hover {display: block;}

@media all and (max-width: 1600px) {
		.top-content-wrapper {margin-top: 48px;}

		.article-content-grid {grid-template-columns: 1fr 475px;}
		.article-content-grid .grid-column .hero-img-box {margin-bottom: 32px;}
		.article-content-grid .grid-column .hero-img-box .article-tags-box {gap: 8px;}
		.article-content-grid .grid-column .hero-img-box .article-tags-box .single-article {padding: 12px;}
		.article-content-grid .grid-column .hero-img-box .article-tags-box .single-tag {padding: 12px;}

		.article-content-grid .grid-column .sidebar-box .article-info-box {padding: 24px;}
		.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box {gap: 16px; padding: 24px 24px 100px 24px;}
		.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box {gap: 16px; padding: 16px;}
		.article-content-grid .grid-column .sidebar-box .article-info-box .inner-box .single-detail-box .text-box {gap: 4px;}
}

@media all and (max-width: 1400px) {
		.article-content-grid {grid-template-columns: 1fr 450px;}
}

@media all and (max-width: 1200px) {
		.article-content-grid {grid-template-columns: 1fr 400px;}
}

@media all and (max-width: 992px) {
		.article-content-grid {grid-template-columns: 1fr;}
		.article-content-grid .global-breadcrumbs-box {order: 1;}
		.article-content-grid .grid-column.column-right {order: 2;}
		.article-content-grid .grid-column.column-left {order: 3;}

		.article-content-grid .grid-column .sidebar-box .article-info-box {padding: 16px;}

		.article-content-grid .grid-column .sidebar-box .products-list {display: none;}

}

@media all and (max-width: 768px) {
		.article-content-grid .grid-column .recommended-articles-wrapper {grid-template-columns: 1fr;}
}

@media all and (max-width: 576px) {
		.article-content-grid .grid-column .article-controls .single-btn .btn-text {display: none;}
}