.product {
    display: flex;
    flex-direction: column;
    padding: 170px 150px;
}
.breadcrumbs {
    display: flex;
    gap: 4px;
    margin-bottom: 50px;
}
.breadcrumbs * {
    text-decoration: none;
    color: #7f7f7f;
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.breadcrumbs a:hover {
    color: var(--sand);
}

.product-content {
    display: flex;
    gap: 100px;
}
.product__photos {
    width: 100%;
    max-width: 43%;
    display: flex;
    flex-direction: column;
}
.product__thumb {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    border: 1px solid #C7C3BC;
    background: white;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.product__advantages-left, .product__advantages-right {
    position: absolute;
    z-index: 2;
    top: 28px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.product__advantages-left {
    left: 0;
    align-items: flex-start;
}
.product__advantages-left .shop-product__advantage {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding: 2px 28px;
}
.product__advantages-right {
    right: 0;
    align-items: flex-end;
}
.product__advantages-right .shop-product__advantage {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding: 2px 28px 2px 12px;
}
.product .shop-product__advantage span {
    display: flex !important;
}
.product__image {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product__image .swiper-container {
    width: 100%;
}
.product__image .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__thumbs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.product__thumbs .swiper-container {
    width: 100%;
    overflow: hidden;
}
.product__thumbs .swiper-slide {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
}
.product__thumbs .swiper-slide img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 1;
}
.product__thumbs-nav {
    position: relative;
    width: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product__thumbs-nav .swiper-button-prev, .product__thumbs-nav .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 10px;
    margin: 0;
}
.product__thumbs-nav .swiper-button-prev::after, .product__thumbs-nav .swiper-button-next::after {
    display: none;
}

.product__texts {
    width: 100%;
}
.product__naming {
    display: flex;
    margin-bottom: 34px;
}
.product__sku {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #424242;
    font-variant-numeric: lining-nums;
}
.product__title {
    font-family: Raleway;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #424242;
    margin-bottom: 20px;
}
.product__price {
    font-family: Raleway;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #972321;
    font-variant-numeric: lining-nums;
    margin-bottom: 14px;
}
.product__price del {
    color: #7f7f7f;
}
.product__description {
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #424242;
    margin-bottom: 120px;
    font-variant-numeric: lining-nums;
}
.product__description strong {
    font-weight: 700;
}
.product__description-spesialitet {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}
.product__description-spesialitet img {
    width: auto;
    height: 40px;
    flex-shrink: 0;
}
.product__description-spesialitet p {
    font-size: 18px;
}

.product__buttons {
    display: flex;
    align-items: center;
    margin-bottom: 110px;
}
.product__buttons form {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.quantity-selector {
    display: flex;
    gap: 6px;
    margin-right: 30px;
    height: fit-content;
    align-items: baseline;
}
.qty-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}
.qty-btn.disabled {
    cursor: not-allowed;
}
.qty-btn.disabled circle {
    stroke: #c4c4c4;
}
.qty-btn.disabled rect {
    fill: #c4c4c4;
}
.qty-value {
    width: 35px;
    text-align: center;
    font-family: Raleway;
    font-weight: 500;
    font-size: 30px;
    color: #00247d;
    font-variant-numeric: lining-nums;
}
.product__add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #04133c;
    color: white;
    border-radius: 50px;
    border: none;
    width: 300px;
    height: 60px;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
}
.product__add-to-cart svg {
    width: 20px;
}
.product__add-to-cart:hover {
    background: #04133c;
    color: var(--sand);
}
.product__add-to-cart.is-in-cart:hover {
    background: #04133c;
    color: var(--sand);
}
.product__add-to-cart.is-in-cart:hover path {
    fill: var(--sand);
    stroke: var(--sand);
}
.product__add-to-cart:hover path {
    fill: var(--sand);
    stroke: var(--sand);
}
.product__comingsoon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #972321;
    color: white;
    border-radius: 50px;
    border: none;
    width: 300px;
    height: 60px;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    cursor: not-allowed;
    pointer-events: none;
    transition: all .3s;
}
.product__add-to-favorites {
    width: 112px;
    display: flex;
    align-items: center;
    gap: 13px;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    color: #04133c;
    text-decoration: none;
    cursor: pointer;
}
.product__add-to-favorites svg {
    width: 23px;
    height: 21px;
    flex-shrink: 0;
}
.product__add-to-favorites.is-in-favorites svg path {
    fill: #972321;
    stroke: #972321;
}
.product__icons {
    display: flex;
    gap: 45px;
    margin-bottom: 120px;
}
.product__icon {
    height: 110px;
}
.product__icon img {
    height: 100%;
}

.product__details {
    margin-left: 50px;
    margin-bottom: 230px;
    font-variant-numeric: lining-nums;
    display: flex;
    gap: 120px;
}
.product__details-left, .product__details-right {
    width: 100%;
}
.product__detail {
    display: flex;
    flex-direction: column;
    font-family: Raleway;
    color: #424242;
    margin-bottom: 30px;
}
.product__detail h3 {
    position: relative;
    font-size: 24px;
    margin-bottom: 8px;
}
.product__detail-icon {
    position: absolute;
    left: -70px;
    top: -1px;
}
.product__detail-grid {
    display: grid;
    /*grid-template-columns: fit-content(100%) 1fr;*/
    grid-template-columns: 177px 1fr;
    column-gap: 25px;
    row-gap: 14px;
}
.product__detail h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}
.product__detail p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.product__detail strong {
    font-weight: 700;
}
.product__detail a {
    color: #424242;
}

@media screen and (max-width: 1600px) {
    .product__details {
        gap: 100px;
    }
}
@media screen and (max-width: 1400px) {
    .product {
        padding: 120px 100px;
    }
}

@media screen and (max-width: 769px) {
    .product {
        padding: 65px 20px;
    }
    .breadcrumbs {
        display: flow;
    }
    .breadcrumbs * {
        font-size: 12px;
    }
    .product-content {
        flex-direction: column;
        gap: 20px;
    }
    .product__photos {
        max-width: 100%;
    }
    .product .shop-product__advantage span {
        display: block;
    }
    .product .product__related .shop-product__advantage span {
        display: none;
    }
    .product__title {
        font-size: 22px;
        margin-bottom: 10px;
        width: 90%;
    }
    .product__price {
        font-size: 18px;
    }
    .product__description {
        font-size: 14px;
    }
    .product__naming {
        margin: 0;
    }
    .product__texts {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .product__naming {
        order: 1;
    }
    .product__buttons {
        order: 2;
        margin-bottom: 27px;
    }
    .product__buttons form {
        width: 100%;
        margin: 0;
    }
    .product__add-to-cart {
        width: 100%;
    }
    .product__add-to-cart svg {
        width: 22px;
        height: 26px;
    }
    .product__add-to-favorites {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 0;
        gap: 0;
        width: fit-content;
    }
    .product__description {
        order: 3;
        margin-bottom: 26px;
    }
    .product__icons {
        order: 4;
        gap: 30px;
        margin-bottom: 50px;
    }
    .product__details {
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        margin-bottom: 25px;
    }
    .product__detail {
        margin-bottom: 13px;
    }
    .product__detail h3 {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 11px;
    }
    .product__detail-icon {
        position: static;
    }
    .product__detail-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .product__detail h4 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .product__detail p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}









