section.hero-section {
    position: relative;
}

section.hero-section .slide-single {
    aspect-ratio: 16 / 7;
    min-height: 80vh;
}

section.hero-section .slide-single img {
    max-height: calc(-105px + 100vh);
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

section.hero-section .slide-single .slide-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    place-content: center;
    flex-flow: wrap;
}

section.hero-section .slide-single .slide-content .slide-title {
    font-family: "Double Porter";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
}

section.product-categories-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.product-categories-home .section-title {
    font-family: "Double Porter";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.2px;
    margin-bottom: 60px;
}

section.product-categories-home .category {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
}

section.product-categories-home .category a {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px 32px;
    flex-wrap: nowrap;
    flex-direction: row;
}

section.product-categories-home .category .category-image {
}

section.product-categories-home .category .category-title {
    font-family: "Double Porter";
    font-size: 30px;
    font-style: normal;
    margin: 0px auto;
    letter-spacing: 1.2px;
    color: rgb(255, 255, 255);
}

section.product-categories-home .category .splash {
    width: 100%;
}

section.about-home {
    padding-top: 96px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100vh;
    background-color: rgb(209, 235, 248);
}

section.about-home .content {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

section.about-home .content .texts {
    flex-grow: 0;
    max-width: 600px;
}

section.about-home .content .texts .title {
    font-family: "Double Porter";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
}

section.about-home .content .texts .text {
    font-family: "DIN Tr";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

section.catalog {
    padding-top: 48px;
    padding-bottom: 56px;
}

section.catalog .content {
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
}

section.catalog .content img {
}

section.catalog .content .title {
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: "Double Porter";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.2px;
}

section.about-content {
    margin-top: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgb(255, 255, 255);
    position: relative;
    padding-bottom: 600px;
}

section.about-content::before {
    content: "";
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 90%);
    position: absolute;
    width: 100%;
    height: 300px;
    display: block;
    left: 0px;
    top: -10px;
}

section.about-content .content {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

section.about-content .content .texts {
    flex-grow: 0;
}

section.about-content .content .texts .title {
    font-family: "Double Porter";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
}

section.about-content .content .texts .text {
    font-family: "DIN Tr";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 0px;
}

section.addresses {
    padding-top: 120px;
    padding-bottom: 80px;
}

section.addresses .address-info {
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
}

section.addresses .address-info span {
    text-align: center;
    font-family: Campton;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.addresses .address-info p {
    margin: 24px auto;
}

section.contact-form {
    background: rgb(211, 235, 213);
    padding-top: 72px;
    padding-bottom: 88px;
}

section.contact-form .section-title {
    font-family: "Double Porter";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.2px;
    margin-bottom: 60px;
}

section.contact-form .form-control {
    margin-bottom: 24px;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    padding: 24px 16px;
    color: rgb(38, 97, 66);
    border: unset;
    font-family: Campton;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: unset !important;
    box-shadow: unset !important;
}

section.contact-form .form-control::placeholder {
    color: rgba(38, 97, 66, 0.8);
}

section.categories {
    padding-top: 96px;
    padding-bottom: 96px;
}

section.categories .category-title {
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 80px;
    margin-top: 64px;
}

section.categories .category-title .title {
    text-align: center;
    font-family: "Double Porter";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0px;
}

section.categories .product-card {
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 12px 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -2px;
    height: 100%;
}

section.categories .product-card:hover img {
    transform: scale(1.1);
}

section.categories .product-card img {
    aspect-ratio: 1 / 1;
}

section.categories .product-card span {
    display: block;
    font-family: Campton;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 2px solid;
    padding: 12px;
    margin-top: 24px;
}

section.product-detail {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.product-detail .custom-bread {
    border-radius: 16px;
    padding: 36px 70px;
    margin-bottom: 100px;
}

section.product-detail .custom-bread .breadcrumb {
    margin: 0px;
}

section.product-detail .custom-bread .breadcrumb .breadcrumb-item {
    color: rgb(255, 255, 255);
    font-family: Campton;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.product-detail .custom-bread .breadcrumb .breadcrumb-item:first-child::before {
    content: ">";
    display: none;
}

section.product-detail .custom-bread .breadcrumb .breadcrumb-item::before {
    content: ">";
    color: rgb(247, 247, 247);
}

section.product-detail .custom-bread .breadcrumb .breadcrumb-item a {
    color: rgb(247, 247, 247);
    font-family: Campton;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section.product-detail .product-details {
}

section.product-detail .product-image-box .product-image {
    aspect-ratio: 1 / 1;
}

section.product-detail .product-details .title-box {
    margin-bottom: 24px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

section.product-detail .product-details .title-box .title {
    color: rgb(51, 51, 51);
    font-family: Campton;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0px;
    text-transform: uppercase;
}

section.product-detail .product-details .title-box img {
    flex-shrink: 0;
    height: 100px;
}

section.product-detail .product-details .excerpt {
    color: rgb(51, 51, 51);
    font-family: "DIN Tr";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 24px;
}

section.product-detail .product-details .table {
    border: 1px solid;
    border-radius: 16px;
}

section.product-detail .product-details table {
    border-radius: 16px;
    overflow: hidden;
}

section.product-detail .product-details table td {
    color: rgb(51, 51, 51);
    font-family: "DIN Tr";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding: 8px;
}

section.other-products {
    padding-bottom: 80px;
    position: relative;
}

div#related {
    z-index: 2;
}

section.other-products h3 {
    color: rgb(51, 51, 51);
    font-family: Campton;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 32px;
    text-align: center;
}

section.other-products .single {
}

section.other-products .single .product-card {
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
}

section.other-products .single .product-card img {
    aspect-ratio: 1 / 1;
}

section.other-products .single .product-card:hover img {
    transform: scale(1.1);
}

section.other-products .single .product-card span {
    color: rgb(51, 51, 51);
    text-align: center;
    font-family: Campton;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: -0.48px;
    display: block;
    margin-top: 24px;
}

section.other-products .custom-controls {
    position: absolute;
    top: 0px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    transform: translateX(-50%);
    z-index: 1;
}

section.other-products .custom-controls .dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
