.group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* html {
    overflow: hidden;
} */
.g-60 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
}


#free-gobos-section .free-gobos {
    flex-wrap: wrap;
}
.notification-wrapper {
    position: relative;
}

.notification-indicator {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    --size: 20px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border-radius: 360px;
    background-color: var(--warning);
    color: #E8EEF4;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.select-gradient .select2-container--default .select2-selection--single {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--dark-gradient);
}

.select-secondary .select2-container--default .select2-selection--single {
    border-radius: 360px;
    border: none;
    background-color: #1C232B;
}

.select-secondary .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-secondary .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-secondary .select2-container--default .select2-selection--single {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.select-secondary.select-secondary--sm .select2-container--default .select2-selection--single .select2-selection__arrow,
.select-secondary.select-secondary--sm .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-secondary.select-secondary--sm .select2-container--default .select2-selection--single {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: var(--card-bg-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    padding-left: 16px;
    padding-right: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
    background: url("../img/select-arrow.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: none;
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    height: 44px;
}

.select2-dropdown {
    background-color: var(--page-bg-color);
    border: 1px solid var(--border-light-white);
    overflow: hidden;
}

.select2-container--default .select2-results__option--selected {
    background: #141A20;
    color: var(--white);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--card-bg-color);
}

.select2-results__option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-ico {
    border-radius: 6px;
    overflow: hidden;
    --ico-size: 32px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:has(.select-ico) {
    padding-left: 7px;
    padding-right: 42px;
}

select+.select2-container {
    width: 100% !important;
}

.information-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--card-bg-color);
    min-height: 40px;
    padding: 5px 0;
}

.information-banner__inner {
    color: #606871;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.information-banner__inner b {
    font-weight: 600;
}

.calculator {
    display: flex;
    align-items: center;
}

.calculator [data-calcularor--input] {
    width: 32px;
    padding: 0 !important;
    text-align: center;
    border-radius: 0 !important;
    border: none !important;
    position: relative;
    color: #E8EEF4;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent;
}

.calculator [data-calcularor--input][data-units] {
    width: 56px;
}

.calculator [data-calcularor--input]::-webkit-inner-spin-button,
.calculator [data-calcularor--input]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calculator .btn-calc {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 360px;
    background-color: #1C232B;
    color: #CFCFCF;
}

.cart-list {
    flex: auto;
}

.cart-list .cart-card:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #1A222B;
}

.cart-card {
    display: flex;
    align-items: center;
    flex: auto;
    gap: 36px;
    flex: auto;
    width: 100%;
}

.cart-card__img {
    border-radius: 16px;
    width: 102px;
    height: 102px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-card__img {
    object-fit: contain;
}

.cart-card__body {
    display: flex;
    flex: auto;
    gap: 36px;
}

.cart-card__body--item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-card__body--item:first-child {
    flex: auto;
}

.cart-card__body--item:last-child {
    text-align: end;
}

.cart-card__title {
    color: #E8EEF4;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.cart-card__description {
    color: #E8EEF4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}

.card-card__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 12px;
    flex-wrap: wrap;
}


.cart-card__options {
    display: flex;
    flex-wrap: wrap;
    --gap: 6px;
    gap: var(--gap);
    width: 102px;
    height: 102px;

}

.cart-card__option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(50% - var(--gap) / 2);
    width: calc(50% - var(--gap) / 2);
    height: calc(50% - var(--gap) / 2);
    border-radius: 10px;
    background-color: var(--card-bg-color);
    overflow: hidden;
    padding: 8px;
}

.cart-card__option img {
    object-fit: contain;
}


.summary-wrapper {
    width: 360px;
    flex: 0 0 360px;

}

.summary__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    background-color: var(--card-bg-color);
}

.summary+.btn {
    margin-top: 16px;
}

.summary__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.summary__footer {
    padding-top: 24px;
    border-top: 1px solid var(--border-light-white);
    margin-top: 24px;
}

.total-label {
    color: #E8EEF4;
    font-weight: 700;
}

.total-price {
    color: var(--warning);
    font-weight: 700;
}

.cart-section {
    display: flex;
    gap: 80px;
}

.banner-section {
    padding: 20px 0;
}

.banner-container {
    padding: 0 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.banner {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 48px;
    --gap: 80px;
    gap: var(--gap);
    padding: 0 20px;
}

.banner__image {
    border-radius: 36px;
    border: 1px solid #FFF;
    overflow: hidden;
    width: calc(60% - var(--gap) / 2);
    flex: 0 0 calc(60% - var(--gap) / 2);
    max-height: 480px;
    margin: 20px 0;
}

.banner__image img {
    width: 100%;
    height: 100%;
}

.banner__body {
    padding: 60px 0;
    width: calc(40% - var(--gap) / 2);
    flex: 0 0 calc(40% - var(--gap) / 2);


}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge--primary {
    color: var(--warning);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 156%;
    text-transform: uppercase;
    border-radius: 360px;
    border: 2px solid var(--warning);
    transform: rotate(-3deg);
    height: 63px;
    padding: 0 24px;
    width: max-content;
}

.banner__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 35px;
}

.banner__title {
    color: var(--page-bg-color);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
}

.banner__description {
    color: #6B7783;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 176%;
}

.blog-first {
    padding: 80px 0;
}

.blog-first__inner {
    display: flex;
    align-items: center;
    --gap: 60px;
    gap: var(--gap);
}

/* .blog-first__inner>* {
    flex: 0 0 calc(50% - var(--gap) / 2);
    width: calc(50% - var(--gap) / 2);
} */

.blog-first__image {
    overflow: hidden;
    max-height: 430px;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    flex: 0 0 calc(53% - var(--gap) / 2);
    width: calc(53% - var(--gap) / 2);
}

.blog-first__image img {
    width: 100%;
}

.blog-first__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex: 0 0 calc(47% - var(--gap) / 2);
    width: calc(47% - var(--gap) / 2);
}

.blog-first__title {
    color: #E8EEF4;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-first__date {
    color: var(--secondary);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 176.471%;
}

.blog-first.blog-first--blog-page .container {
    padding: 0 20px;
    max-width: 1440px;
}

.blog-first.blog-first--blog-page .blog-first__inner {
    --gap: 80px;
    flex-direction: column;
}

.blog-first.blog-first--blog-page .blog-first__image {
    border-radius: 48px;
    max-height: 550px;
    border: 0;
}

.blog-first.blog-first--blog-page .blog-first__inner>* {
    width: 100%;
    flex: auto;
}

.blog-first.blog-first--blog-page .blog-first__body {
    text-align: center;
    gap: 32px;
}

.blog-first.blog-first--blog-page .blog-first__title {
    font-size: 48px;
    text-transform: capitalize;
}

.blog-first.blog-first--blog-page .blog-first__date {
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.--gap-80 {
    --gap: 80px;
}

.bg-card {
    background-color: var(--card-bg-color);
}

.blog-page {
    padding-bottom: 100px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 176.471%;
    color: var(--secondary);
    overflow: hidden;

}

.blog-page .container {
    max-width: 930px;
}

.blog-page h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--defaultTextColor);
}

.blog-page img {
    display: block;
    /* border-radius: 36px; */
    /* border: 1px solid rgba(205, 255, 238, 0.08); */
    max-height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* max-width: max-content; */
    object-fit: contain;
}

.blog-page>img:not(:last-child),
.blog-page img {
    margin-bottom: 52px;
}

.blog-page .container > h6 {
    margin-bottom: 20px;
}

.blog-page>img:not(:first-child),
.blog-page img {
    margin-top: 52px;
}

.blog-page ul {
    margin-left: 30px;
}

.blog-page li {
    list-style: revert;
    /* list-style-position: inside; */
}

.blog-page h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.blog-page p {
    margin-bottom: 20px;
}
.blog-page h2 + h6 ,
.blog-page h6 + ul{
    margin-top: 20px;
}
.blog-page h2 .blog-page h1+h2 {
    margin-top: 0;
}

.blog-page h4+p {
    margin-top: 30px;
}

.blog-page p+h4 {
    margin-top: 80px;
}

.section-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.border-bottom {
    border-bottom: 1px solid var(--card-bg-color);
}

.heading-block--lg {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.heading-block--lg .text-description {
    font-size: 20px;
    line-height: normal;
}

*.sticky-top {
    --padding: 0px;
    position: sticky;
    top: calc(var(--header-fixed-padding) + var(--padding));
    height: fit-content;
}

.sticky-top.--p-sm {
    --padding: 20px;
}

.items-count {
    --ico-size: 28px;
    justify-content: center;
    border-radius: 360px;
    background-color: var(--card-bg-color);
    color: #E8EEF4;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card-image {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-image__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    height: 76px;
    background-color: var(--white);
}

.card-image__image img {
    width: 100%;
    height: 100%;
}

.card-image__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.page-sidebar.page-sidebar--secondary {
    --sidebar-width: 280px;
}

.screen-height {
    height: calc(100vh - var(--header-fixed-padding));
    overflow: hidden;
}

.product-preview {
    max-height: 100%;
    flex: auto;
    position: relative;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.product-preview .watermark {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 20%;
}

.product-preview .resize-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    width: 100%;
}

.product-preview .resize-arrows.--top {
    top: -5px;
    transform: translateY(-100%);
}

.product-preview .resize-arrows.--right {
    right: -15px;
    transform: translateX(50%) rotate(90deg);
}

.resize-arrows__arrow {
    display: flex;
    align-items: center;
    flex: auto;
    flex-shrink: 1;
    overflow: hidden;
}

.resize-arrows__arrow {
    max-width: 100%;
}

.product-preview .resize-arrows .info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 360px;
    background: rgba(10, 14, 18, 0.36);
    backdrop-filter: blur(8px);
    color: rgba(232, 238, 244, 0.8);
    text-align: center;
    font-size: clamp(4px, 1vw, 11px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 2px 7px;
    min-height: 18px;
    flex-shrink: 0;
}

.product-preview .logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 360px;
    background-color: rgba(10, 14, 18, 0.16);
    padding: 5px;
    --size: 15%;
    aspect-ratio: 1/1;
    width: var(--size);
}

.product-preview .logo-image.uploaded {
    opacity: 0.9;
    background: rgba(205, 255, 238, 0.08);
    padding: 2%;
}

.product-preview .logo-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-preview .place-image {
    object-fit: contain;
}

.card-image.card-image--sm {
    flex-direction: row;
    padding: 10px;
}

.card-image.card-image--sm .card-image__image {
    border-radius: 6px;
    height: 32px;
    width: 45px;
}

.swiper {
    margin-left: 0;
}

.swiper-product-wrapper {
    display: flex;
    gap: 10px;
    height: 530px;
    overflow: hidden;
}

.thumb-product {
    width: 70px;
    flex: 0 0 70px;
    padding-right: 10px;
    --swiper-scrollbar-right: 2px;
    --swiper-scrollbar-drag-bg-color: rgb(94 94 94);
}

.thumb-product .swiper-slide {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 4px;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.thumb-product .swiper-slide.swiper-slide-thumb-active {
    border-color: #FF5C00;
}

.thumb-product .swiper-slide>img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.swiper-product .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    background-color: var(--white);
    overflow: hidden;
    border-radius: 36px;
}

.swiper-slide .video-wrapper {
    border-radius: 0;
    display: flex;
}

.thumb-product .swiper-slide .btn-play {
    border-radius: 0;
    display: flex;
    border-radius: 360px;
    background: var(--warning);
    backdrop-filter: blur(8px);
    width: 26px;
    min-width: 26px;
    height: 26px;
}

.swiper-product .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide .card-gallery,
.swiper-slide .card-gallery-photo {
    min-height: 100%;
    height: 100%;
}

.pill {
    gap: 6px;
}

.pill-success {
    background-color: #09251E;
    color: #02CA98;
    border: 1px solid transparent;
}

.product-price-wrapper.product-price-wrapper--secondary {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.product-price-wrapper.product-price-wrapper--secondary .price-sale {
    border-radius: 360px;
    background-color: var(--warning);
    display: flex;
    height: 16px;
    padding: 10px 4px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.36);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px;
}

.text-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-line p {
    color: var(--secondary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    background-color: var(--page-bg-color);
    padding: 0 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.text-line::after {
    content: "";
    display: flex;
    align-items: center;
    width: 100%;
    height: 1px;
    background-color: #1A222B;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-16 {
    --bs-gutter-x: 16px;
}

.gy-12 {
    --bs-gutter-y: 12px;
}

.gy-8 {
    --bs-gutter-y: 8px;
}

.ico.--size-14 {
    --ico-size: 14px;
}

.extra-item {
    display: flex;
    align-items: center;
    border-radius: 14px;
    border: 1px dashed var(--border-dash-color);
    padding: 0 14px;
    min-height: 46px;
}

.extra-item__body {
    flex: auto;
}

.extra-item__title {
    color: var(--secondary);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.extra-item__price {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.extra-item__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text--xs {
    font-size: 13px;
    line-height: normal;
}

.text--sm {
    font-size: 13px;
    line-height: normal;
}

.point-color.point-color--lg {
    width: 50px;
    height: 50px;
    border: 4px solid #1C232B;

}

.swiper.fullslider .fullslide-bg {
    aspect-ratio: 1880 / 550;
    height: auto;
    width: 100%;
}

.swiper.fullslider .fullslide-bg > * {
    height: 100%;
}