.section-1 {
    text-align: center;
    padding: 45px 0;
}
.section-1-supra {
    font-size: 16px;
}
.section-1-title {
    font-size: 42px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
    margin: 10px 0;
}
.section-1-button {
    font-size: 16px;
    padding: 10px 45px;
}

.section-2 {
    padding: 35px 0;
}
.section-2-box {
    position: relative;
    display: block;
    border: 16px solid #ffffff;
    overflow: hidden;
}
.section-2-box img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}
.section-2-box:hover img {
    transform: scale(1.1);
}
.section-2-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center; 
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

.section-3 {
    padding: 30px 0;
}
.section-3-flex {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 24px;
}
.section-3-left,
.section-3-right {
    position: relative;
    flex: 1 1 auto;
}
.section-3-center {
    position: relative;
    flex: 0 0 auto;
    width: 23.8%;
}
.section-3-video {
    position: relative;
    display: block;
    max-width: 100%;
    border: 8px solid #ffffff;
}

.section-3-left,
.section-3-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    max-width: 36.7%;
}
.section-3-text {
    flex: 0 0 auto;
}
.section-3-products {
    position: relative;
    display: block;
    flex: 1 1 auto;
}

.section-3-sub {
    font-size: 16px;
}
.section-3-title {
    font-size: 32px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
}

.section-3-product {
    position: relative;
    display: block;

    border: 8px solid #ffffff;
    overflow: hidden;
}
.section-3-product-image {
    position: relative;
    display: block;
    max-width: 100%;

    transform: scale(1.1);
    transition: all 0.5s ease;
}
.section-3-product:hover .section-3-product-image {
    transform: scale(1.2);
} 
.section-3-product-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.section-3-product-caption img {
    width: auto !important;
    flex: 0 0 auto;
}
.section-3-product-name {
    flex: 1 1 auto;
}
.section-3-product-title {
    position: relative;
    display: block;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-size: 24px;
}
.section-3-product-sub {
    position: relative;
    display: block;
    font-size: 16px;
}
.section-3-product-price {
    position: relative;
    display: block;
    font-size: 24px;
    color: #666666;
}
.section-3-product-price  span {
    text-decoration: line-through;
    color: #999999;
    font-weight: 30;
}
.section-3-products .owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.section-3-products .owl-carousel.owl-theme .owl-nav .owl-prev,
.section-3-products .owl-carousel.owl-theme .owl-nav .owl-next {
    background: rgba(180,180,180,0.7);
    font-size: 16px;
    border-radius: 100%;
}
.section-3-products .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.section-3-products .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 20px;
}

.section-3-products .owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.section-3-products .owl-carousel.owl-theme .owl-nav .owl-next:hover {
    background: #000000;
    color: #ffffff;
}

.section-4 {
    padding: 30px 0;
}
.section-4-small {
    text-align: center;
    font-size: 16px;
}
.section-4-title {
    text-align: center;
    font-size: 48px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-4-products {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.section-4-product {
    position: relative;
    display: block;

    border: 8px solid #ffffff;
    overflow: hidden;

    flex: 1 1 auto;
    max-width: calc(25% - 12px);
}
.section-4-product-image {
    position: relative;
    display: block;
    max-width: 100%;

    transform: scale(1.1);
    transition: all 0.5s ease;
}
.section-4-product:hover .section-4-product-image {
    transform: scale(1.2);
} 
.section-4-product-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px;
}
.section-4-product-title {
    position: relative;
    display: block;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-size: 24px;
}
.section-4-product-sub {
    position: relative;
    display: block;
    font-size: 16px;
}
.section-4-product-price {
    position: relative;
    display: block;
    font-size: 24px;
    color: #666666;
}
.section-4-product-price  span {
    text-decoration: line-through;
    color: #999999;
    font-weight: 30;
}

.section-5 {
    position: relative;
    display: block;
    padding: 30px 0;
}
.section-5-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.section-5-left,
.section-5-right {
    position: relative;
    flex: 1 1 auto;
    max-width: 50%;
}
.section-5 img {
    max-width: 100%;
    border: 8px solid #ffffff;
}
.section-5-images {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.section-5-image {
    flex: 1 1 auto;
    max-width: 50%;
}

.section-5-small {
    font-size: 16px;
}
.section-5-title {
    font-size: 38px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
}

.section-5-button {
    margin-top: 12px;
    text-align: center;
}
.section-5-button a {
    font-size: 16px;
    padding: 10px 45px;
}

.section-6 {
    padding: 30px 0;
}

.section-6-small {
    font-size: 16px;
    text-align: center;
}
.section-6-title {
    font-size: 48px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

.section-6-showof {
    position: relative;
    display: block;
    border: 8px solid #ffffff;
}
.section-6-showof-background {
    position: relative;
    display: block;
    width: 100%;
}
.section-6-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-6-point {
    position: absolute;
    top: 0%;
    left: 0%;

    display: flex;
    align-items: center;
    gap: 32px;
}
.section-6-point.left-side {
    flex-direction: row-reverse;
}
@keyframes pointPulsing {
    0% {
        opacity: 1;
    } 
    50% {
          opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.section-6-point > span {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    cursor: pointer;

    animation: pointPulsing 1.5s infinite;
}
.section-6-product {
    position: relative;
    display: block;
    border: 1px solid #ffffff;
    padding: 4px;

    transform: translateX(-30px);
    opacity: 0;
    transition: all 0.5s ease;
}
.section-6-point.left-side {
    transform: translateX(30px);
}
.section-6-point:hover .section-6-product {
    transform: translateX(0);
    opacity: 1;
}
.section-6-product-inner {
    position: relative;
    display: flex;
    padding: 4px;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
}
.section-6-product-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -38px;
    width: 34px;
    height: 1px;
    background: #ffffff;
    transition: all 0.5s ease;
    transform-origin: center right;
    transform: scaleX(0);
}
.section-6-point.left-side .section-6-product-inner:before {
    left: auto;
    right: -38px;
    transform-origin: center left;
}
.section-6-point:hover .section-6-product-inner:before {
    transform: scaleX(1);
}

.section-6-product-title {
    position: relative;
    display: block;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-size: 24px;
}
.section-6-product-sub {
    position: relative;
    display: block;
    font-size: 16px;
}
.section-6-product-price {
    position: relative;
    display: block;
    font-size: 24px;
    color: #666666;
}

.section-7 {
    padding: 30px 0;
}

.section-7-small {
    font-size: 16px;
    text-align: center;
}
.section-7-title {
    font-size: 48px;
    font-family: 'Butler', 'Arial', 'Tahoma', sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

.section-7-button {
    margin-top: 36px;
    text-align: center;
}
.section-7-button a {
    font-size: 16px;
    padding: 10px 45px;
}


.section-7-gallery .owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-prev,
.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-next {
    background: rgba(255,255,255,0.85);
    font-size: 16px;
    border-radius: 100%;
}
.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 20px;
}

.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.section-7-gallery .owl-carousel.owl-theme .owl-nav .owl-next:hover {
    background: #000000;
    color: #ffffff;
}

.section-8 {
    padding: 32px;
    background: #000000;
    color: #ffffff;
}
.section-8-flex {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.section-8-col {
    flex: 1 1 auto;
    max-width: calc(25% - 12px);
    text-align: center;
}
.section-8-col img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
}
.section-8-title {
    font-size: 24px;
    font-weight: 600;
}

.section-8:has(+footer) {
    margin-bottom: -32px;
}